* Makefile.in (TRAMP_SRC):
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
c5bc2d1d 12012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
2
3 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
4 (External methods): Fix typo.
5
c5bc2d1d 62012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
7
8 * rcirc.texi (Notices): Fix typo.
9
d0457b57
BW
102012-11-25 Bill Wohler <wohler@newt.com>
11
12 Release MH-E manual version 8.4.
13
14 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
15 Update for release 8.4.
16
551aaa66
BW
17 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
18 (Junk): Add mh-whitelist-preserves-sequences-flag,
19 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
20 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
21
61d841dd
PE
222012-11-25 Paul Eggert <eggert@cs.ucla.edu>
23
24 * mh-e.texi (Procmail): Fix two @ typos.
25
c07a6ded
PE
262012-11-24 Paul Eggert <eggert@cs.ucla.edu>
27
28 * doclicense.texi, gpl.texi: Update to latest version from FSF.
29 These are just minor editorial changes.
30
678a34f4
JB
312012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
32
33 * calc.texi (Date Formatting Codes): Mention the new beginning of
34 the date numbering system.
35
0e70ce93
PE
362012-11-22 Paul Eggert <eggert@cs.ucla.edu>
37
38 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
39 (Date Forms): Correct off-by-one error in explanation of
40 Julian day numbers. Give Gregorian equivalent of its origin.
41
723da6aa
JB
422012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
43
44 * doc/misc/calc.texi (Date Forms): Mention the customizable
45 Gregorian-Julian switch.
46 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
47
310e60d9
PE
482012-11-17 Paul Eggert <eggert@cs.ucla.edu>
49
6f6b82d6
PE
50 Calc now uses the Gregorian calendar for all dates (Bug#12633).
51 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
52 * calc.texi (Date Forms): Document this.
53
e8693c96
GM
542012-11-16 Glenn Morris <rgm@gnu.org>
55
56 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
57 (Obsolete Macros): Move example here from Function Bindings.
58
5c934f8b
GM
59 * erc.texi: Use @code{nil} rather than just "nil".
60 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 61 Add "notifications".
f925b109 62 (Connecting): Add brief section on passwords.
274f5de6 63 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 64
f78ee6af 652012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
66
67 * flymake.texi (Customizable variables)
68 (Highlighting erroneous lines): Mention flymake-error-bitmap,
69 flymake-warning-bitmap, and flymake-fringe-indicator-position.
70
1796ef98
VB
712012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
72
73 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
74 In all file place SES into @acronym{...}.
75 (Advanced Features): Add key index and function index for
76 ses-set-header-row. Add description for function
77 ses-rename-cell. Add description for function
78 ses-repair-cell-reference-all.
79 (Ranges in formulas): Add description for ses-range flags.
80
31f47fba
PE
812012-11-12 Paul Eggert <eggert@cs.ucla.edu>
82
83 * texinfo.tex: Merge from gnulib.
84
6baf66d5 852012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
86
87 * url.texi (Introduction): Move url-configuration-directory to
88 Customization node.
89 (Parsed URIs): Split into its own node.
90 (URI Encoding): New node.
91 (Defining New URLs): Remove empty chapter.
92 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
93 Improve docs for url-queue-*.
94 (Supported URL Types): Copyedits. Delete empty subnodes.
95
82f84fa3
CY
96 * url.texi (Introduction): Rename from Getting Started. Rewrite
97 the introduction.
98 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
99
6baf66d5 1002012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
101
102 * cl.texi (Obsolete Setf Customization):
103 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
104 Give define-modify-macro, defsetf, and define-setf-method
105 gv.el replacements.
2ee1d59f 106
2027b1b3 107 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 108 (Setf Extensions): Remove obsolete reference.
2027b1b3 109 (Obsolete Setf Customization):
651af8c6 110 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 111 Undocument get-setf-method, since it no longer exists.
a358a44e 112 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 113
c65b407b
GM
1142012-11-03 Glenn Morris <rgm@gnu.org>
115
116 * cl.texi: Further general copyedits.
685b0026
GM
117 (List Functions): Remove copy-tree, standard elisp for some time.
118 (Efficiency Concerns): Comment out examples that no longer apply.
119 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
120 (Creating Symbols, Random Numbers): De-emphasize internal
121 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
122 (Naming Conventions, Type Predicates, Macros)
123 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 124
a71e2379
G
1252012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
126
127 * gnus.texi (Mail Source Specifiers):
128 Document :leave keyword used for pop mail source.
129
df43dd53
GM
1302012-11-01 Glenn Morris <rgm@gnu.org>
131
132 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
133 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
134 (Macro Bindings, Blocks and Exits):
135 Acknowledge existence of lexical-binding.
136 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 137
69c1c2e6
GM
1382012-10-31 Glenn Morris <rgm@gnu.org>
139
dd90fd1a
GM
140 * ert.texi (Introduction, The @code{should} Macro):
141 Refer to "cl-assert" rather than "assert".
142
69c1c2e6
GM
143 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
144 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
145 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
146 Reword, and add details of flet and labels.
87b0d8b1 147 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 148
4ddedf94
GM
1492012-10-30 Glenn Morris <rgm@gnu.org>
150
151 * cl.texi (Modify Macros): Update for cl-letf changes.
152 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
153 (Setf Extensions): Partially restore note about cl-getf,
154 mainly moved to lispref/variables.texi.
155 (Property Lists): Fix cl-getf typos.
f43a5263 156 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 157
d3094168
GM
1582012-10-29 Glenn Morris <rgm@gnu.org>
159
160 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 161 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 162 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
163 (Modify Macros, Multiple Values, Other Clauses):
164 Remove mentions of obsolete features.
6a07d52e 165 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 166
3c0c6155
GM
1672012-10-28 Glenn Morris <rgm@gnu.org>
168
f94b04fc
GM
169 * cl.texi (Multiple Values, Common Lisp Compatibility):
170 More namespace updates.
171 (Obsolete Features): Copyedits.
172 (Obsolete Lexical Macros, Obsolete Setf Customization):
173 New subsections.
174
9c52d61d
GM
175 * cl.texi (Porting Common Lisp, Lexical Bindings):
176 Add some xrefs to the Elisp manual.
177
3c0c6155
GM
178 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
179 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
180 (Obsolete Features): New appendix. Move Lexical Bindings here.
181
5887564d
GM
1822012-10-27 Glenn Morris <rgm@gnu.org>
183
e1117425
GM
184 * cl.texi: Use defmac for macros rather than defspec.
185 (Efficiency Concerns): Related copyedit.
186
5887564d
GM
187 * cl.texi (Control Structure): Update for setf now being in core.
188 (Setf Extensions): Rename from Basic Setf. Move much of the
189 former content to lispref/variables.texi.
190 (Modify Macros): Move pop, push details to lispref/variables.texi.
191 (Customizing Setf): Copyedits for setf etc being in core.
192 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
193 Further namespaces updates.
194
bdebdb64
BG
1952012-10-26 Bastien Guerry <bzg@gnu.org>
196
197 * org.texi (Installation): Update the link to Org's ELPA. Also
198 don't mention org-install.el anymore as the replacement file
199 org-loaddefs.el is now loaded by org.el.
200
f956e59d
MA
2012012-10-25 Michael Albinus <michael.albinus@gmx.de>
202
203 * tramp.texi (Frequently Asked Questions): Mention
204 `tramp-completion-reread-directory-timeout' for performance
205 improvement.
206
a05cb6e3
GM
2072012-10-25 Glenn Morris <rgm@gnu.org>
208
209 * cl.texi: Don't mess with the TeX section number counter.
210 Use Texinfo recommended convention for quotes+punctuation.
211 (Overview, Sequence Functions): Rephrase for better line-breaking.
212 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
213 (Macro Bindings, Conditionals, Iteration, Loop Basics)
214 (Random Numbers, Mapping over Sequences, Structures)
215 (Porting Common Lisp): Further updates for cl-lib namespace.
216 (Modify Macros, Declarations, Macro Bindings, Structures):
217 Break long lines in examples.
218 (Dynamic Bindings): Update for changed progv behavior.
219 (Loop Examples, Efficiency Concerns): Markup fixes.
220 (Structures): Remove TeX margin change.
39ff2cf3 221 (Declarations): Fix typos.
a05cb6e3 222
39a58b5b
GM
2232012-10-24 Glenn Morris <rgm@gnu.org>
224
a6880551
GM
225 * cl.texi (Overview, Multiple Values, Creating Symbols)
226 (Numerical Functions): Say less/nothing about the original cl.el.
227 (Old CL Compatibility): Remove.
228 (Assertions): Remove ignore-errors (standard Elisp for some time).
229
39a58b5b
GM
230 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
231 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
232 (Efficiency Concerns, Efficiency Concerns)
233 (Common Lisp Compatibility, Old CL Compatibility):
234 Further updates for cl-lib namespace.
235
72ec96fb
PE
2362012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
237
238 Update manual for new time stamp format (Bug#12706).
239 * emacs-mime.texi (time-date): Update for new format.
240 Also, fix bogus time stamp and modernize a bit.
241
8d6510b9
GM
2422012-10-23 Glenn Morris <rgm@gnu.org>
243
244 * cl.texi: Include emacsver.texi. Use Emacs version number rather
245 than unchanging cl.el version number.
246 End all menu descriptions with a period.
247 Do not use @dfn{CL} for every instance of "CL".
248 (Overview): Remove no-runtime caveat, and note about foo* names.
249 (Usage): Use cl-lib rather than cl.
250 (Organization, Naming Conventions): Update for cl-lib.el.
251 (Installation): Remove long-irrelevant node.
252 (Program Structure, Predicates, Control Structure):
253 Start updating for cl-lib namespace.
8d6510b9
GM
254 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
255 Depend on emacsver.texi.
256
0a078f36
MA
2572012-10-09 Michael Albinus <michael.albinus@gmx.de>
258
259 * trampver.texi: Update release number.
260
a03bb33f
GM
2612012-10-06 Glenn Morris <rgm@gnu.org>
262
24636b26
GM
263 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
264 ERC version.
265 (Introduction): ERC is distributed with Emacs.
266 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
267 (Getting Started): Simplify.
268 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
269 (History): Mention ERC maintained as part of Emacs now.
270 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
271 Add dependency on emacsver.texi.
272
a03bb33f
GM
273 * erc.texi: Remove hand-written node pointers.
274
d259be38
GM
2752012-10-05 Glenn Morris <rgm@gnu.org>
276
277 * newsticker.texi (Overview, Requirements, Usage, Configuration):
278 Copyedits.
279
62a81506
CY
2802012-10-01 Eric Ludlam <zappo@gnu.org>
281
282 * ede.texi (Quick Start, Project Local Variables)
283 (Miscellaneous commands, ede-java-root, Development Overview)
284 (Detecting a Project): New nodes.
285 (Simple projects): Node deleted.
286
287 * eieio.texi (Building Classes): Some slot attributes cannot be
288 overridden.
289 (Slot Options): Remove an example.
290 (Method Invocation, Documentation): New nodes.
291
07f133bf
GM
2922012-10-01 Glenn Morris <rgm@gnu.org>
293
294 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
295 (reftex.pdf): Add dependency on emacsver.texi.
296 * reftex.texi: Don't include directory part for emacsver.texi;
297 the Makefile's -I handles it.
298
4f595e15
RA
2992012-09-30 Ralf Angeli <angeli@caeruleus.net>
300
301 Merge from standalone RefTeX repository.
302
303 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
304 with macros.
305 (Imprint): Mention Wolfgang in list of contributors.
306 (Creating Citations): Give a hint about how to
307 auto-revert the BibTeX database file when using external editors.
308 (Referencing Labels): Simplify section about reference macro
309 cycling.
310 (Options (Referencing Labels)): Adapt to new structure of
311 `reftex-ref-style-alist'.
312 (Referencing Labels, Reference Styles): Document changes in the
313 referencing functionality.
314 (Commands): Mention options for definition of header and footer in
315 BibTeX files.
316 (Options (Creating Citations)): Document
317 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
318 (Reference Styles): New section.
319 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
320 (Options (Referencing Labels)): Remove descriptions of deprecated
321 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
322 Add descriptions for `reftex-ref-style-alist' and
323 `reftex-ref-style-default-list'.
324 (Referencing Labels): Update regarding reference styles.
325 (Citation Styles): Mention support for ConTeXt.
326 (Options (Defining Label Environments)): Fix typo.
327 (Options (Creating Citations)): Document
328 `reftex-cite-key-separator'.
329
8223b1d2
BG
3302012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
331
332 * org.texi: Add description of ORG_ADD_CONTRIB to info
333 documentation. Add link to Worg for more details.
334
335 * org.texi: Clarify installation procedure. Provide link to the
336 build system description on Worg.
337
338 * org.texi: Remove reference to utils/, x11idle.c is now in
339 contrib/scripts.
340
341 * org.texi: Re-normalize to "Org mode" in manual.
342
343 * org.texi (Installation): Adapt documentation to new build
344 system. Mention GNU ELPA (since it needs to be handled like Emacs
345 built-in Org).
346
8223b1d2
BG
3472012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
348
349 * org.texi: Fix typo in description of the 'Hooks' section.
350
351 * org.texi: Add ID to the list of special properties.
352
3532012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
354
355 * org.texi (Moving subtrees): Document the ability to archive to a
356 datetree.
357
3582012-09-30 Bastien Guerry <bzg@altern.org>
359
360 * org.texi (Installation, Feedback, Batch execution): Use
361 (add-to-list 'load-path ... t) for the contrib dir.
362
363 * org.texi (results): Update documentation for ":results drawer"
364 and ":results org".
365
366 * org.texi (Column width and alignment): Fix typo.
367
368 * org.texi (Activation): Point to the "Conflicts" section.
369
370 * org.texi (Conflicts): Mention filladapt.el in the list of
371 conflicting packages.
372
373 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
374 not needed for versions of Emacs > 22.1.
375
376 * org.texi (History and Acknowledgments): Fix typo.
377
378 * org.texi (History and Acknowledgments): Add my own
379 acknowledgments.
380
381 * org.texi (Agenda commands): Document the new command and the new
382 option.
383
384 * org.texi (Agenda commands): Delete `org-agenda-action' section.
385 (Agenda commands): Reorder. Document `*' to toggle persistent
386 marks.
387
388 * org.texi (Agenda dispatcher): Mention
389 `org-toggle-agenda-sticky'.
390 (Agenda commands, Exporting Agenda Views): Fix typo.
391
392 * org.texi (Templates in contexts, Setting Options): Update to
393 reflect changes in how contexts options are processed.
394
395 * org.texi (Templates in contexts): Document the new structure of
396 the variables `org-agenda-custom-commands-contexts' and
397 `org-capture-templates-contexts'.
398
399 * org.texi (Templates in contexts): Document the new option
400 `org-capture-templates-contexts'.
401 (Storing searches): Document the new option
402 `org-agenda-custom-commands-contexts'.
403
404 * org.texi (Formula syntax for Lisp): Reformat.
405
406 * org.texi (Special properties, Column attributes)
407 (Agenda column view): Document the new special property
408 CLOCKSUM_T.
409
410 * org.texi (Template expansion): Document the new %l template.
411
412 * org.texi (Fast access to TODO states): Fix documentation about
413 allowed characters for fast todo selection.
414
415 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
416 use in `org-agenda-to-appt'.
417
418 * org.texi (Comment lines): Update wrt comments.
419
420 * org.texi (Resolving idle time): Document new keybinding.
421
422 * org.texi (Clocking commands): Document the use of S-M-<up/down>
423 on clock timestamps.
424
425 * org.texi (Fast access to TODO states): Explicitely says only
426 letters are supported as fast TODO selection keys.
427
428 * org.texi (Link abbreviations): Illustrate the use of the "%h"
429 specifier. Document the new "%(my-function)" specifier.
430
431 * org.texi (Clocking commands): New cindex.
432 (Clocking commands): Update documentation for `org-clock-in'.
433 Document `org-clock-in-last'. Mention `org-clock-out' and
434 `org-clock-in-last' as commands that can be globally bound.
435 (Resolving idle time): Document continuous clocking.
436
437 * org.texi (Top, Introduction): Fix formatting.
438 (Activation): Add index entries.
439 (Conventions): Update section.
440 (Embedded @LaTeX{}): Fix formatting.
441
442 * org.texi (Visibility cycling): Document `show-children'.
443
444 * org.texi (Using capture): Mention the `org-capture-last-stored'
445 bookmark as a way to jump to the last stored capture.
446
447 * org.texi (Uploading files): Fix typo.
448
449 * org.texi (Using capture): Document `C-0' as a prefix argument
450 for `org-capture'.
451
452 * org.texi (Agenda commands): Document persistent marks.
453
454 * org.texi (Template expansion): Update doc to reflect change.
455
456 * org.texi (Radio tables): Document the :no-escape parameter.
457
458 * org.texi (Repeated tasks): Document repeat cookies for years,
459 months, weeks, days and hours.
460
461 * org.texi (Export options): State that you can use the d: option
462 by specifying a list of drawers.
463
464 * org.texi (HTML preamble and postamble): Small doc improvement.
465
4662012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
467
468 * org.texi: The sections in the Exporting section of the manual
469 left out articles in the description of the org-export-as-*
470 commands, among other places. This patch adds them, adds a few
471 missing prepositions, and switches instances of "an HTML" to "a
472 html" for internal consistency.
473
474 * org.texi: Alter several examples of headings with timestamps in
475 them to include the timestamps in the body instead of the heading.
476
4772012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
478
479 * org.texi (Agenda dispatcher): Document sticky agenda views and
480 the new key for them.
481
4822012-09-30 Charles <millarc@verizon.net> (tiny change)
483
484 * org.texi (Advanced features): Fix error in table.
485
4862012-09-30 Feng Shu <tumashu@gmail.com>
487
488 * org.texi (@LaTeX{} fragments): Document imagemagick as an
489 alternative to dvipng.
490
4912012-09-30 François Allisson <francois@allisson.co> (tiny change)
492
493 * org.texi: Remove extra curly bracket.
494
4952012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
496
497 * org.texi (org-clock-in-last and org-clock-cancel): Update the
498 defkeys.
499
5002012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
501
502 * org.texi (Agenda commands): Fix two typos by giving
503 corresponding function names, according to
504 `org-agenda-view-mode-dispatch'.
505
5062012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
507
508 * org.texi (The spreadsheet): Fix typo.
509
5102012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
511
512 * org.texi (Tracking your habits): Point to the "Tracking TODO
513 state changes" section.
514
5152012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
516
517 * org.texi (Literal examples): Remove reference to unknown
518 `org-export-latex-minted' variable. Also simplify footnote since
519 `org-export-latex-listings' documentation is exhaustive already.
520
521 * org.texi (Plain lists): Remove reference to now hard-coded
522 `bullet' automatic rule.
523
5242012-09-30 Toby S. Cubitt <tsc25@cantab.net>
525
526 * org.texi: Updated documentation accordingly.
527
5087f097
PE
5282012-09-13 Paul Eggert <eggert@cs.ucla.edu>
529
530 * texinfo.tex: Merge from gnulib.
531
20121a26
MA
5322012-09-12 Michael Albinus <michael.albinus@gmx.de>
533
534 Sync with Tramp 2.2.6.
535
536 * tramp.texi (Bug Reports): Cleanup caches before a test run.
537
538 * trampver.texi: Update release number.
539
44677e30
PE
5402012-09-12 Paul Eggert <eggert@cs.ucla.edu>
541
542 * texinfo.tex: Merge from gnulib.
543
5a4c42ba
AA
5442012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
545
546 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
547 (bug#12096).
548
8e7046c3
JB
5492012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
550
1dcac243
JB
551 * calc.texi (Simplification modes, Conversions)
552 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
553 (The Calc Mode Line): Mention the mode line display for Basic
554 simplification mode.
555 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
556 simplifications.
557 (Basic Simplifications): Rename from "Limited Simplifications"
558 Replace "limited" by "basic" throughout.
559 (Algebraic Simplifications): Indicate that the algebraic
560 simplifications are done by default.
561 (Unsafe Simplifications): Mention `m E'.
562 (Simplification of Units): Mention `m U'.
563 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
564 (Kinds of Declarations, Functions for Declarations): Mention
565 "algebraic simplifications" instead of `a s'.
1dcac243 566 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 567
d2bd74ff
JB
5682012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
569
570 * calc.texi (Getting Started, Tutorial): Change simulated
571 Calc output to match actual output.
572 (Simplifying Formulas): Mention that algebraic simplification is now
573 the default.
574
77472261
EZ
5752012-07-28 Eli Zaretskii <eliz@gnu.org>
576
577 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
578 (Bug#12073)
579
09ae5da1
PE
5802012-07-25 Paul Eggert <eggert@cs.ucla.edu>
581
582 Prefer typical American spelling for "acknowledgment".
583 * calc.texi (History and Acknowledgments): Rename from
584 History and Acknowledgements.
585 * idlwave.texi (Acknowledgments):
586 * ses.texi (Acknowledgments):
587 * woman.texi (Acknowledgments): Rename from Acknowledgements.
588
c4444d16
PE
5892012-07-09 Paul Eggert <eggert@cs.ucla.edu>
590
591 Rename configure.in to configure.ac (Bug#11603).
592 * ede.texi (Compiler and Linker objects, ede-proj-project)
593 (ede-step-project): Prefer the name configure.ac to configure.in.
594
ef091c97
MA
5952012-07-06 Michael Albinus <michael.albinus@gmx.de>
596
597 * tramp.texi (Multi-hops): Introduce
598 `tramp-restricted-shell-hosts-alist'.
599
89b163db
G
6002012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
601
602 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
603 methods, so don't mention smtpmail here.
604
6052012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
606
607 * gnus.texi (Picons): Document gnus-picon-properties.
608
6092012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
610
611 * gnus.texi: Remove mention of compilation, as that's no longer
612 supported.
613
6142012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
615
616 * gnus.texi (Archived Messages): Mention
617 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
618
6192012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
620
621 * gnus.texi (Various Summary Stuff):
622 Remove mention of `gnus-propagate-marks'.
623
6242012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
625
626 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
627 which no longer exist.
628
6292012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
630
631 * gnus.texi (Archived Messages):
632 Document gnus-gcc-self-resent-messages.
633
6342012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
635
636 * message.texi (Mail Variables):
637 Mention the optional user parameter for X-Message-SMTP-Method.
638
6392012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
640
641 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
642
643 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
644
6452012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
646
647 * gnus.texi (Key Index): Change encoding to utf-8.
648
ac1a0ce1 6492012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
650
651 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
652
71cca84d
G
6532012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
654
655 * gnus.texi (Group Timestamp): Mention where to find documentation for
656 the `gnus-tmp-' variables (bug#11601).
657
888a7fc0
MA
6582012-06-11 Michael Albinus <michael.albinus@gmx.de>
659
660 Sync with Tramp 2.2.6-pre.
661
662 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
663 where appropriate.
664 (Ad-hoc multi-hops): New section.
665 (Remote processes): New subsection "Running remote processes on
666 Windows hosts".
667 (History): Add remote commands on Windows, and ad-hoc multi-hop
668 methods.
669 (External methods): "ControlPersist" must be set to "no" for the
670 `scpc' method.
671 (Remote processes): Add a note about `auto-revert-tail-mode'.
672 (Frequently Asked Questions): Use "scpx" in combination with
673 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
674
675 * trampver.texi: Update release number.
676
31ca4639 6772012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
678
679 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
680 compilation for html-mono.
681
0e8bbf66
PE
6822012-06-08 Paul Eggert <eggert@cs.ucla.edu>
683
684 * texinfo.tex: Merge from gnulib.
685
b8f061b3
KY
6862012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
687
688 * Makefile.in (echo-info): Don't try to install info files named
689 just ".info".
690
16af873e
GM
6912012-05-28 Glenn Morris <rgm@gnu.org>
692
c1dabff0
GM
693 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
694
16af873e
GM
695 * sc.texi: Nuke hand-written node pointers.
696 Fix top-level menu to match actual node order.
697
1d5b82ef
GM
6982012-05-27 Glenn Morris <rgm@gnu.org>
699
700 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
701 Some associated fixes, including not messing with chapno in cl.texi.
702
33017faf 7032012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
704
705 * org.texi (Durations and time values): Fix typo.
706
d14b0029
JB
7072012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
708
33017faf 709 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
710 Mention `calc-ensure-consistent-units'.
711
2f4cadd1 7122012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 713
9879e263
AS
714 * cc-mode.texi: Avoid space before macro in 4th argument of cross
715 reference commands. (Bug#11461)
716
78e91d08
AS
717 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
718
3fe7cdc8
GM
7192012-05-12 Glenn Morris <rgm@gnu.org>
720
9598ef0b
GM
721 * Makefile.in (mostlyclean): Add more TeX intermediates.
722
7d326a29
GM
723 * Makefile.in: Make it look more like the other doc Makefiles.
724 Use explicit $srcdir in all dependencies.
725 Remove cd $srcdir from rules.
726 (VPATH): Remove.
727 (infodir): Set to an absolute path.
728 (INFO_TARGETS): Use short names.
729 (mkinfodir): infodir is now absolute.
730 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
731
c7f95930 732 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 733 (.SUFFIXES): Disable implicit rules.
c7f95930 734
3fe7cdc8
GM
735 * Makefile.in (MKDIR_P): New, set by configure.
736 (mkinfodir): Use $MKDIR_P.
737
6f0652af
GM
7382012-05-07 Glenn Morris <rgm@gnu.org>
739
740 * forms.texi (Long Example): Update for changed location of files.
741
8045b906
GM
7422012-05-04 Glenn Morris <rgm@gnu.org>
743
744 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
745 (INFO_TARGETS): Use $INFO_EXT.
746 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
747 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
748 (INFO_TARGETS): Use $INFO_EXT.
749 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
750
9e7a4bcf
GM
7512012-05-02 Glenn Morris <rgm@gnu.org>
752
9aa071df
GM
753 * Makefile.in (echo-info): New phony target, used by top-level.
754
9e7a4bcf
GM
755 * viper.texi: Make direntry shorter (also it is no longer "newest").
756
757 * emacs-gnutls.texi, ert.texi, org.texi:
758 Fix dircategory, direntry to match info/dir.
759
31cc861c
GM
760 * faq.texi: Convert @inforefs to @xrefs.
761 Fix some malformed cross-references.
f9e320bb
GM
762 (File-name conventions): Shorten section name to avoid overfull line.
763 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 764
723ea6b5
TZ
7652012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
766
767 * auth.texi (Help for users): Update for .gpg file being second.
768
a8e7d6d7 7692012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
770
771 * org.texi (Agenda commands): Fix two typos: give corresponding
772 function names, according to `org-agenda-view-mode-dispatch'.
773
a8e7d6d7 7742012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
775
776 * faq.texi (Major packages and programs): Remove section.
777 There is no point listing 6 packages (cf etc/MORE.STUFF).
778 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 779
dcbf5805
MA
7802012-04-22 Michael Albinus <michael.albinus@gmx.de>
781
782 * dbus.texi (Version): New node.
783 (Properties and Annotations): Mention the object manager
784 interface. Describe dbus-get-all-managed-objects.
785 (Type Conversion): Floating point numbers are allowed, if an
786 anteger does not fit Emacs's integer range.
787 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
788 (Asynchronous Methods): Fix description of
789 dbus-call-method-asynchronously.
790 (Receiving Method Calls): Fix some minor errors. Add
791 dbus-interface-emacs.
792 (Signals): Describe unicast signals and the new match rules.
793 (Alternative Buses): Add the PRIVATE optional argument to
794 dbus-init-bus. Describe its new return value. Add dbus-setenv.
795
adee4030
GM
7962012-04-20 Glenn Morris <rgm@gnu.org>
797
798 * faq.texi (New in Emacs 24): New section.
799 (Packages that do not come with Emacs): Mention M-x list-packages.
800
35dc09a1 8012012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
802
803 * cc-mode.texi (c-offsets-alist): Correct a typo.
804
35dc09a1 8052012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
806
807 * org.texi (Deadlines and scheduling): Fix the example: the
808 DEADLINE item should come right after the headline. We enforce
809 this convention, so it is a bug not to illustrate it correctly in
810 the manual.
811
35dc09a1 8122012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
813
814 * org.texi (Agenda commands): Fix documentation bug by swapping
815 the equivalent keybindings to `org-agenda-next-line' with the ones
816 to `org-agenda-previous-line'.
817
35dc09a1 8182012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
819
820 * Makefile.in: Replace non-portable use of $< in ordinary rules.
821
e2560ea8
EZ
8222012-04-09 Eli Zaretskii <eliz@gnu.org>
823
824 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
825 emacs-gnutls.
826 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
827
6b4f4a2d
TZ
8282012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
829
250b840e 830 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
831
832 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
833
ca2c89b6
TZ
8342012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
835
836 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 837 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 838
aebd5f1a
GM
8392012-04-04 Glenn Morris <rgm@gnu.org>
840
841 * auth.texi (Secret Service API): Copyedits.
842 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
843 (Help for users, Help for developers)
844 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 845
0317dd51
MA
8462012-04-04 Michael Albinus <michael.albinus@gmx.de>
847
848 * auth.texi (Secret Service API): Add the missing text.
849
3d439cd1
CY
8502012-04-04 Chong Yidong <cyd@gnu.org>
851
852 * message.texi (Using PGP/MIME): Note that epg is now the default.
853
854 * gnus.texi: Reduce references to obsolete pgg library.
855 (Security): Note that epg is now the default.
856
857 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
858
859 * nxml-mode.texi (Completion): C-RET is no longer bound to
860 nxml-complete.
861
153ae947
BG
8622012-04-01 Jambunathan K <kjambunathan@gmail.com>
863
864 * org.texi (Customizing tables in ODT export): Correct few errors.
865
8662012-04-01 Jambunathan K <kjambunathan@gmail.com>
867
868 * org.texi (Links in ODT export): Update.
869 (Labels and captions in ODT export): New node.
870
8712012-04-01 Jambunathan K <kjambunathan@gmail.com>
872
873 * org.texi (Literal examples in ODT export): htmlfontify.el in
874 Emacs-24.1 now supports fontification. So ODT source blocks will
875 be fontified by default.
876
8772012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
878
879 * org.texi (Refiling notes): Remove duplicated keybinding.
880
8812012-04-01 Eric Schulte <eric.schulte@gmx.com>
882
883 * org.texi (noweb): Documentation of this new option to the :noweb
884 header argument.
885
8862012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
887
888 * org.texi (Header and sectioning): Add example demonstrating how
889 to use "LaTeX_CLASS_OPTIONS".
890
8912012-04-01 Eric Schulte <eric.schulte@gmx.com>
892
893 * org.texi (Noweb reference syntax): Describe the ability to
894 execute noweb references in the manual.
895
8962012-04-01 Eric Schulte <eric.schulte@gmx.com>
897
898 * org.texi (cache): Improve cache documentation when session
899 evaluation is used.
900
9012012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
902
903 * org.texi (Plain lists): Document removal.
904
9052012-04-01 Michael Brand <michael.ch.brand@gmail.com>
906
907 * org.texi: Decapitalize file name in references to Calc manual.
908
9092012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
910
911 * org.texi (Plain lists): Document removal.
912
9132012-04-01 Jambunathan K <kjambunathan@gmail.com>
914
915 * org.texi (Top, OpenDocument Text export)
916 (ODT export commands, Extending ODT export)
917 (Images in ODT export, Tables in ODT export)
918 (Configuring a document converter): Add or Update.
919
9202012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
921
922 * org.texi (MobileOrg): Change the wording to reflect that the
923 Android Version is no longer just the little brother of the iOS
924 version.
925
9262012-04-01 Eric Schulte <eric.schulte@gmx.com>
927
928 * org.texi (Key bindings and useful functions): Updated babel key
929 binding documentation in manual.
930
9312012-04-01 Eric Schulte <eric.schulte@gmx.com>
932
933 * org.texi (noweb): Document new noweb header value.
934
9352012-04-01 Eric Schulte <eric.schulte@gmx.com>
936
937 * org.texi (noweb-sep): Document new header argument.
938
9392012-04-01 Eric Schulte <eric.schulte@gmx.com>
940
941 * org.texi (noweb-ref): Documentation of this new custom variable.
942
9432012-04-01 Eric Schulte <eric.schulte@gmx.com>
944
945 * org.texi (wrap): Update the new :wrap documentation to match the
946 current implementation.
947
9482012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
949
950 * org.texi: Added documentation for :wrap.
951
9522012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
953
954 * org.texi: #+RESULTS now user-configurable.
955
9562012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
957
958 * org.texi: Documented :noweb no-export.
959
9602012-04-01 Thomas Dye <dk@poto.local>
961
962 * org.texi: Edit :noweb no header argument for correctness.
963
9642012-04-01 Bastien Guerry <bzg@altern.org>
965
966 * org.texi (Customization): Update the approximate number of Org
967 variables.
968
9692012-04-01 Thomas Dye <dk@poto.local>
970
971 * org.texi: The :results wrap produces a drawer instead of a
972 begin_results block.
973
005a89ff
G
9742012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
975
976 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
977 reflect the new default.
978
589ce070
EZ
9792012-03-10 Eli Zaretskii <eliz@gnu.org>
980
981 * info.texi (Expert Info): Move the index entry for "Texinfo" from
982 "Getting Started" to this node. (Bug#10450)
983
a5392527
CY
9842012-03-10 Chong Yidong <cyd@gnu.org>
985
8ae818e4
CY
986 * flymake.texi (Example -- Configuring a tool called via make):
987 Mention the Automake COMPILE variable (Bug#8715).
988
a5392527
CY
989 * info.texi (Getting Started): Add an index entry (Bug#10450).
990
d49902e4
MA
9912012-03-02 Michael Albinus <michael.albinus@gmx.de>
992
993 * dbus.texi (Signals): Known names will be mapped onto unique
994 names, when registering for signals.
995
53eced6d
GM
9962012-02-29 Glenn Morris <rgm@gnu.org>
997
bcd6cd23
GM
998 * url.texi: Fix quote usage in body text.
999
775b55af
GM
1000 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1001
53eced6d
GM
1002 * cl.texi: Use @code{} in menus when appropriate.
1003
44e97401
GM
10042012-02-28 Glenn Morris <rgm@gnu.org>
1005
1006 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1007 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1008 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1009 * org.texi, sc.texi, vip.texi, viper.texi:
1010 Standardize possessive apostrophe usage.
1011
fa9a0855
CY
10122012-02-26 Chong Yidong <cyd@gnu.org>
1013
1014 * ediff.texi (Quick Help Commands): Add a couple of index entries
1015 (Bug#10834).
1016
0fd2c9a3
GM
10172012-02-17 Glenn Morris <rgm@gnu.org>
1018
1019 * gnus.texi (Posting Styles):
1020 * remember.texi (Org): Fix cross-refs to other manuals.
1021
9f26dc24
GM
10222012-02-15 Glenn Morris <rgm@gnu.org>
1023
1024 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1025 (Encryption): New chapter, split out from previous.
1026
3d2af193
LI
10272012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1028
1029 * gnus.texi (Customizing the IMAP Connection): Mention
1030 nnimap-record-commands.
1031
b74c9672
GM
10322012-02-10 Glenn Morris <rgm@gnu.org>
1033
1034 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1035 Mention url-queue-retrieve.
1036
2ebc3b94
GM
10372012-02-09 Glenn Morris <rgm@gnu.org>
1038
9fcfcdef
GM
1039 * sem-user.texi (Semantic mode user commands): Typo fix.
1040
2ebc3b94
GM
1041 * info.texi (Create Info buffer): Mention info-display-manual.
1042
7c4bbb69
LI
10432012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1044
1045 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1046 example (modified from an example by Michael Albinus).
1047
debce7bc
G
10482012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1049
1050 * gnus.texi (Agent Basics): Fix outdated description of
1051 `gnus-agent-auto-agentize-methods'.
1052
b207a4ec
AS
10532012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1054
1055 * cc-mode.texi: Always @defindex ss.
1056 (Config Basics): Fix argument of @itemize.
1057 (Macro Backslashes): Add @code around index entry.
1058
b8fe8712
GM
10592012-01-23 Glenn Morris <rgm@gnu.org>
1060
1061 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1062
02dc2fd7
EH
10632012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1064
1065 * tramp.texi (File): Tweak wording for the `scpc' option.
1066
e7719ea1
G
10672012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068
1069 * gnus.texi (Group Parameters): Really note precedence.
1070
9937bef4
G
10712012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1072
1073 * gnus.texi (Group Parameters): Note precedence.
1074
e66ba1df
BG
10752012-01-03 Eric Schulte <eric.schulte@gmx.com>
1076
1077 * org.texi (Noweb reference syntax): Adding documentation of
1078 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1079 variable.
1080
10812012-01-03 Bastien Guerry <bzg@gnu.org>
1082
1083 * org.texi (Plain lists): Split the table to fix the display
1084 of items.
1085
10862012-01-03 Bastien Guerry <bzg@gnu.org>
1087
1088 * org.texi (Plain lists): Fix misplaced explanation.
1089
10902012-01-03 Bastien Guerry <bzg@gnu.org>
1091
1092 * org.texi (Plain lists, Agenda files): Add index entries.
1093
10942012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1095
1096 * org.texi: Use "Org mode" instead of alternatives like
1097 "Org-mode" or "org-mode".
1098
10992012-01-03 Bernt Hansen <bernt@norang.ca>
1100
1101 * org.texi (Agenda commands): Document
1102 `org-clock-report-include-clocking-task'.
1103
11042012-01-03 Bastien Guerry <bzg@gnu.org>
1105
1106 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1107 C-c' on checkboxes.
1108
11092012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1110
1111 * org.texi: End sentences with two spaces.
1112
11132012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1114
1115 * org.texi (External links): Document the link types file+sys
1116 and file+emacs, slightly narrow used page width.
1117
11182012-01-03 Eric Schulte <eric.schulte@gmx.com>
1119
1120 * org.texi (colnames): Note that colnames behavior may differ
1121 across languages.
1122
11232012-01-03 Bastien Guerry <bzg@gnu.org>
1124
1125 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1126
11272012-01-03 Thomas Dye <dk@poto.westell.com>
1128
1129 * org.texi: Augmented discussion of babel property
1130 inheritance. Put footnote outside sentence ending period.
1131
11322012-01-03 Eric Schulte <schulte.eric@gmail.com>
1133
1134 * org.texi (eval): Documenting the full range of :eval header
1135 argument values.
1136
11372012-01-03 Eric Schulte <schulte.eric@gmail.com>
1138
1139 * org.texi (eval): Documentation of the new :eval option.
1140
11412012-01-03 Thomas Dye <dk@poto.local>
1142
1143 * org.texi: Add accumulated properties.
1144
11452012-01-03 Thomas Dye <dk@poto.local>
1146
1147 * org.texi: Documented no spaces in name=assign, another
1148 correction to :var table.
1149
11502012-01-03 Thomas Dye <dk@poto.local>
1151
1152 * org.texi: Changed DATA to NAME in Working With Source Code
1153 section.
1154
11552012-01-03 Tom Dye <tsd@tsdye.com>
1156
1157 * org.texi: Minor change to :var table.
1158
11592012-01-03 Tom Dye <tsd@tsdye.com>
1160
1161 * org.texi: More changes to :var table (some examples were wrong).
1162
11632012-01-03 Tom Dye <tsd@tsdye.com>
1164
1165 * org.texi: Cleaned up :var table.
1166
11672012-01-03 Bastien Guerry <bzg@gnu.org>
1168
1169 * org.texi (Timestamps, Weekly/daily agenda)
1170 (Weekly/daily agenda): Add @cindex for "appointment".
1171
11722012-01-03 Eric Schulte <schulte.eric@gmail.com>
1173
1174 * org.texi (Literal examples): A new link to the template for
1175 inserting empty code blocks.
1176 (Structure of code blocks): A new link to the template for
1177 inserting empty code blocks.
1178
11792012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1180
1181 * org.texi (External links): Add footnote on how the behavior
1182 of the text search in Org files are controled by the variable
1183 `org-link-search-must-match-exact-headline'.
1184
11852012-01-03 Eric Schulte <schulte.eric@gmail.com>
1186
1187 * org.texi (Buffer-wide header arguments): Update
1188 documentation to reflect removal of #+PROPERTIES.
1189
11902012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1191
1192 * org.texi (The clock table): Mention that ACHIVED trees
1193 contribute to the clock table.
1194
11952012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1196
1197 * org.texi (Conflicts): Better yasnippet config info.
1198
11992012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1200
1201 * org.texi (Selective export): Explicitely mention the default
1202 values for `org-export-select-tags',
1203 `org-export-exclude-tags'.
1204
12052012-01-03 Tom Dye <tsd@tsdye.com>
1206
1207 * org.texi: Added a line to specify that header arguments are
1208 lowercase.
1209
12102012-01-03 Tom Dye <tsd@tsdye.com>
1211
1212 * org.texi: :var requires default value when declared.
1213
12142012-01-03 Bastien Guerry <bzg@gnu.org>
1215
1216 * org.texi (Handling links): Add a note about the
1217 `org-link-frame-setup' option.
1218
12192012-01-03 David Maus <dmaus@ictsoc.de>
1220
1221 * org.texi (Exporting Agenda Views, Extracting agenda
1222 information): Fix command line syntax, quote symbol parameter
1223 values.
1224
12252012-01-03 David Maus <dmaus@ictsoc.de>
1226
1227 * org.texi (Exporting Agenda Views): Fix command line syntax.
1228
8d80ef01
PE
12292011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1232 Use octal notation for file permissions, which are normally
1233 thought of in octal.
1234 (Mail Back End Variables): Use more-plausible modes in example.
1235
47d42d81
AM
12362011-12-20 Alan Mackenzie <acm@muc.de>
1237
1238 * cc-mode.texi: Update version string 5.31 -> 5.32.
1239
a98edce9
JB
12402011-12-06 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1243
321decc8
GM
12442011-11-24 Glenn Morris <rgm@gnu.org>
1245
1246 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1247
f8107b79
JB
12482011-11-24 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * makefile.w32-in: Update dependencies.
1251
f5a96a4f
GM
12522011-11-20 Glenn Morris <rgm@gnu.org>
1253
1254 * gnus.texi (Group Information):
1255 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1256
cd1181db
JB
12572011-11-20 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * gnus-coding.texi (Gnus Maintenance Guide):
1260 Rename from "Gnus Maintainance Guide".
1261
1262 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1263 * eieio.texi (Customizing):
fe7a3057
JB
1264 * gnus.texi (Article Washing):
1265 * gnus-news.texi:
1266 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1267
7877f373
JB
12682011-11-16 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1271
0d26e0b6
JB
12722011-11-15 Juanma Barranquero <lekktu@gmail.com>
1273
c7015153
JB
1274 * ede.texi (project-am-texinfo):
1275 * gnus.texi (Sending or Not Sending):
1276 * org.texi (Template elements): Fix typos.
0d26e0b6 1277
0b381c7e
JB
12782011-11-14 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * ediff.texi (Hooks):
c7015153 1281 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1282
40a8bdf6
JB
12832011-11-11 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * semantic.texi (Tag handling): Fix typo.
1286
57dda3bb
KY
12872011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1288
1289 * gnus.texi (Other Gnus Versions): Remove.
1290
52bedd34
AM
12912011-10-28 Alan Mackenzie <acm@muc.de>
1292
1293 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1294 (Other Special Indentations): Add an xref to "Macros with ;".
1295 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1296 "Macros with ;".
1297 (Macros with ;): New page.
1298
00b77525
GM
1299 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1300 Document the new handling of nested scopes for movement by defuns.
52bedd34 1301
4a623313
MA
13022011-10-23 Michael Albinus <michael.albinus@gmx.de>
1303
1304 Sync with Tramp 2.2.3.
1305
1306 * trampver.texi: Update release number.
1307
466a320e
GM
13082011-10-14 Glenn Morris <rgm@gnu.org>
1309
1310 * ert.texi (Introduction, How to Run Tests)
1311 (Running Tests Interactively, Expected Failures)
1312 (Tests and Their Environment, Useful Techniques)
1313 (Interactive Debugging, Fixtures and Test Suites):
1314 Minor rephrasings.
1315 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1316 (Running Tests in Batch Mode): Simplify loading instructions.
1317 (Test Selectors): Clarify some selectors.
1318 (Expected Failures, Useful Techniques):
1319 Make examples fit in 80 columns.
1320
2be4956d
JB
13212011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1322
1323 * calc.texi (Basic Operations on Units): Discuss temperature
1324 conversion (`u t') alongside with other unit conversions ('u c').
1325
7359a765
GM
13262011-10-12 Glenn Morris <rgm@gnu.org>
1327
1328 * ert.texi: Whitespace trivia to make main menu items line up better.
1329
a0c52e5d
GM
13302011-10-08 Glenn Morris <rgm@gnu.org>
1331
1332 * Makefile.in: Fix ert rules.
1333
465d0300
G
13342011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1335
1336 * gnus.texi (Gnus Utility Functions): Add more references and
1337 explanations (bug#9683).
1338
a5166359
LMI
13392011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1340
1341 * gnus.texi (Archived Messages): Note the default (bug#9552).
1342
b523dc20
BW
13432011-09-21 Bill Wohler <wohler@newt.com>
1344
1345 Release MH-E manual version 8.3.
1346
58179cce 1347 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1348 release 8.3.
1349 (Preface): Updated support information.
bd7239f5 1350 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1351 historical quote, the tense should be correct in the time that it
1352 was written.
1353
0afb49a1
LMI
13542011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1355
1356 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1357 (Finding the News): Doc clarification.
1358 (Terminology): Mention naming.
1359
e21bac42
G
13602011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1361
1362 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1363 (Interactive): Document `quiet'.
1364
5b409b39 13652011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1366
bd7239f5 1367 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1368
5b409b39 13692011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1370
bd7239f5 1371 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1372 scope for `org-map-entries'.
1373
5b409b39 13742011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1375
1376 * org.texi (Visibility cycling): Document `org-copy-visible'.
1377
5b409b39 13782011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1379
bd7239f5 1380 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1381 proper order.
1382
5b409b39 13832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1384
1385 * org.texi (eval): Expand discussion of the :eval header argument.
1386
5b409b39 13872011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1388
1389 * org.texi (Languages): Add Lilypond and Awk as supported
1390 languages.
1391
5b409b39 13922011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1393
bd7239f5 1394 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1395 LOG_INTO_DRAWER can be used to override the contents of variable
1396 org-clock-into-drawer (or if unset, org-log-into-drawer).
1397
bd7239f5 1398 * org.texi: Replace @xref->@pxref.
3ab2c837 1399
5b409b39 14002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1401
1402 * org.texi (Evaluating code blocks): Documenting the new option
1403 for inline call lines.
1404
5b409b39 14052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1406
1407 * org.texi (Results of evaluation): More explicit about the
1408 mechanism through which interactive evaluation of code is
1409 performed.
1410
5b409b39 14112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1412
1413 * org.texi (noweb-ref): New header argument documentation.
1414
5b409b39 14152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1416
1417 * org.texi (Extracting source code): Documentation of the new
1418 org-babel-tangle-named-block-combination variable.
1419
5b409b39 14202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1421
bd7239f5 1422 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1423 behavior of multiple blocks of the same name is undefined.
3ab2c837 1424
5b409b39 14252011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1426
1427 * org.texi (TaskJuggler export): Modify the example to reflect the
1428 new effort durations.
1429
5b409b39 14302011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1431
1432 * org.texi (Images in LaTeX export): Escape curly brackets in
1433 LaTeX example.
1434
5b409b39 14352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1436
1437 * org.texi (The clock table): Document the :properties and
1438 :inherit-props arguments for the clocktable.
1439
5b409b39 14402011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1441
1442 * org.texi (Tables in LaTeX export): Document specifying placement
1443 options for tables.
1444
5b409b39 14452011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1446
1447 * org.texi (Evaluating code blocks): More specific documentation
1448 about the different types of header arguments.
1449
5b409b39 14502011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1451
1452 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1453
5b409b39 14542011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (Built-in table editor): Document the table field
1457 follow mode.
1458
5b409b39 14592011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1460
1461 * org.texi (Easy Templates): Document new template.
1462
5b409b39 14632011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1464
1465 * org.texi (Literal examples): Add a cross-reference from "Literal
1466 Examples" to "Easy Templates."
1467
5b409b39 14682011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1469
1470 * org.texi (The clock table): Add link to match syntax.
1471
5b409b39 14722011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1473
1474 * org.texi (Agenda commands): Document clock consistency checks.
1475
5b409b39 14762011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1477
1478 * org.texi (Built-in table editor): Document that \vert represents
1479 a vertical bar in a table field.
1480
5b409b39 14812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1482
1483 * org.texi (Literal examples): Link from "Markup" > "Literate
1484 Examples" to "Working with Source Code".
1485
5b409b39 14862011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1487
1488 * org.texi (Agenda commands): Doc for function option to bulk
1489 action.
1490
5b409b39 14912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Template expansion): Document new %<...> template
1494 escape.
1495
5b409b39 14962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Selective export): Document exclusion of any tasks
1499 from export.
1500
5b409b39 15012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Selective export): Document how to exclude DONE tasks
1504 from export.
1505 (Publishing options): Document the properties to be used to turn off
1506 export of DONE tasks.
1507
5b409b39 15082011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1509
1510 * org.texi (The date/time prompt): Document date range protection.
1511
5b409b39 15122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1513
1514 * org.texi (padline): Documentation of the new padline header
1515 argument.
1516
5b409b39 15172011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1518
1519 * org.texi (var): Adding "[" to list of characters triggering
1520 elisp evaluation.
1521
5b409b39 15222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1523
1524 * org.texi (var): Documentation of Emacs Lisp evaluation during
1525 variable assignment.
1526
5b409b39 15272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1528
1529 * org.texi (colnames): Reference indexing into variables, and note
1530 that colnames are *not* removed before indexing occurs.
1531 (rownames): Reference indexing into variables, and note that
1532 rownames are *not* removed before indexing occurs.
1533
5b409b39 15342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1535
1536 * org.texi (var): Clarification of indexing into tabular
1537 variables.
1538
5b409b39 15392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1540
1541 * org.texi (results): Documentation of the `:results wrap' header
1542 argument.
1543
5b409b39 15442011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1545
bd7239f5 1546 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1547 of the LaTeX export: the org file has to be properly structured.
1548
5b409b39 15492011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1550
1551 * org.texi (Dynamic blocks, Structure editing): Mention
1552 the function `org-narrow-to-block'.
1553
5b409b39 15542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1555
1556 * org.texi (Languages): Updating list of code block supported
1557 languages.
1558
5b409b39 15592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1560
1561 * org.texi (Special properties): CATEGORY is a special property,
1562 but it may also used in the drawer.
1563
5b409b39 15642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1565
1566 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1567
5b409b39 15682011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1569
1570 * org.texi (Include files): Document :lines.
1571
5b409b39 15722011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1573
1574 * org.texi (comments): Documentation of the ":comments noweb" code
1575 block header argument.
1576
5b409b39 15772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1578
1579 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1580 added extra whitespace around functions to be consistent with the
1581 rest of the section.
1582
5b409b39 15832011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1584
0b381c7e 1585 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1586 #+call: line syntax.
1587 (Header arguments in function calls): Expanded discussion of
1588 #+call: line syntax.
1589
5b409b39 15902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1591
1592 * org.texi (Evaluating code blocks): More explicit about how to
1593 pass variables to #+call lines.
1594
5b409b39 15952011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1596
1597 * org.texi (Results of evaluation): Link to the :results header
1598 argument list from the "Results of evaluation" section.
1599
5b409b39 16002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1601
1602 * org.texi (Conflicts): Adding additional information about
1603 resolving org/yasnippet conflicts.
1604
5b409b39 16052011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1606
1607 * org.texi (Publishing options): Document style-include-scripts
1608 publishing project property.
1609
5b409b39 16102011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1611
1612 * org.texi (Sparse trees): Document the next-error /
1613 previous-error functionality.
1614
5b409b39 16152011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1616
1617 * org.texi (cache): Improved documentation of code block caches.
1618
5b409b39 16192011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1620
1621 * org.texi (Code block specific header arguments): Documentation
1622 of multi-line header arguments.
1623
5b409b39 16242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1625
1626 * org.texi (Code evaluation security): Add example for using a
1627 function.
1628
5b409b39 16292011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1630
1631 * org.texi (Tables in LaTeX export): Documentation of new
1632 attr_latex options for tables.
1633
5b409b39
BG
16342011-08-03 Michael Albinus <michael.albinus@gmx.de>
1635
1636 * trampver.texi: Update release number.
1637
16382011-07-30 Michael Albinus <michael.albinus@gmx.de>
1639
1640 Sync with Tramp 2.2.2.
1641
1642 * trampver.texi: Update release number.
1643
064e2d08
LMI
16442011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * flymake.texi (Example -- Configuring a tool called via make):
1647 Use /dev/null instead of the Windows "nul" (bug#8715).
1648
b8151e9c
LMI
16492011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1650
1651 * widget.texi (Setting Up the Buffer): Remove mention of the
1652 global keymap parent, which doesn't seem to be accurate
1653 (bug#7045).
1654
5b409b39
BG
16552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1656
1657 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1658
c0a8ae95
KR
16592010-07-10 Kevin Ryde <user42@zip.com.au>
1660
1661 * cl.texi (For Clauses): Add destructuring example processing an
1662 alist (bug#6596).
1663
ac6531ad
LMI
16642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * ediff.texi (Major Entry Points): Remove mention of `require',
1667 since that's not pertinent in the installed Emacs (bug#9016).
1668
d30dd079
G
16692011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1670
1671 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1672 (Filtering New Groups): Clarify how simple the "options -n" format is.
1673 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1674 is internal.
d30dd079 1675
862c0d68
MA
16762011-07-04 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * tramp.texi (Cleanup remote connections): Add
1679 `tramp-cleanup-this-connection'.
1680
cd865a33
G
16812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1682
1683 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1684 zombies.
1685 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1686 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1687
16882011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1689
1690 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1691 backups, and not actual vc (bug#8975).
1692
79414ae4
KR
16932011-07-03 Kevin Ryde <user42@zip.com.au>
1694
1695 * cl.texi (For Clauses): @items for hash-values and key-bindings
1696 to make them more visible when skimming. Add examples of `using'
1697 clause to them, examples being clearer than a description in
1698 words (bug#6599).
1699
847ccf7c
AM
17002011-07-01 Alan Mackenzie <acm@muc.de>
1701
1702 * cc-mode.texi (Guessing the Style): New page.
1703 (Styles): Add a short introduction to above.
1704
3da13bb9
DD
17052011-06-28 Deniz Dogan <deniz@dogan.se>
1706
1707 * rcirc.texi (Configuration): Bug-fix:
1708 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1709 Reported by Elias Pipping <pipping@exherbo.org>.
1710
60a0884e
G
17112011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1712
1713 * gnus.texi (Summary Mail Commands): Document
1714 `gnus-summary-reply-to-list-with-original'.
1715
0c7efc08
SM
17162011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * eshell.texi (Known problems): Fix typo.
1719
ea3596a2
MA
17202011-06-12 Michael Albinus <michael.albinus@gmx.de>
1721
0c7efc08 1722 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1723 (Password handling): `auth-source-debug' is good for debug messages.
1724
2da9c605
G
17252011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1726
1727 * gnus.texi (Store custom flags and keywords): Refer to
1728 `gnus-registry-article-marks-to-{chars,names}' instead of
1729 `gnus-registry-user-format-function-{M,M2}'.
1730
e61923c8
GM
17312011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1732
1733 * texinfo.tex: Merge from gnulib.
1734
627abcdd
TZ
17352011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1736
1737 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1738 (Store custom flags and keywords):
1739 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1740 `gnus-registry-user-format-function-M2'.
1741
a3c92bc1
EZ
17422011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1743
8f906c40 1744 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1745
85d870a9
GM
17462011-05-17 Glenn Morris <rgm@gnu.org>
1747
1748 * gnus.texi (Face): Fix typo.
1749
2cdee799
GM
17502011-05-14 Glenn Morris <rgm@gnu.org>
1751
1752 * dired-x.texi (Omitting Examples): Minor addition.
1753
79b70037
GM
17542011-05-10 Jim Meyering <meyering@redhat.com>
1755
1756 * ede.texi: Fix typo "or or -> or".
1757
a7111a62 17582011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1759
1760 * gnus.texi (Summary Buffer Lines):
1761 gnus-summary-user-date-format-alist does not exist.
1762 (Sorting the Summary Buffer): More about sorting threads.
1763
69026aba
MA
17642011-04-25 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * trampver.texi: Update release number.
1767
9024ff79
MA
17682011-04-14 Michael Albinus <michael.albinus@gmx.de>
1769
1770 * tramp.texi (Frequently Asked Questions): New item for disabling
1771 Tramp in other packages.
1772
c3c65d73
TZ
17732011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1774
1775 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1776 (Fancy splitting to parent, Store arbitrary data):
1777 Updated gnus-registry docs.
c3c65d73 1778
9ec6a317
JB
17792011-04-13 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * ede.texi: Fix typos.
1782
1e3b6001
G
17832011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1784
9ec6a317
JB
1785 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1786 It's @table @code.
1e3b6001 1787
a5954fa5
G
17882011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1789
ed9265fc 1790 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1791
d71990a1
JB
17922011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1793
1794 * calc.texi (Logarithmic Units): Update the function names.
1795
1518e4f0
G
17962011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
1798 * message.texi (Various Commands): Document format specs in the
1799 ellipsis.
1800
a123622d
G
18012011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1802
1803 * message.texi (Insertion Variables): Document message-cite-style.
1804
18052011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1806
1807 * tramp.texi (Remote processes): New subsection "Running shell on
1808 a remote host".
1809
4248cca2
TZ
18102011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1811
1812 * auth.texi (Help for developers): Update docs to explain that the
1813 :save-function will only run the first time.
1814
54ce11a1
GM
18152011-03-12 Glenn Morris <rgm@gnu.org>
1816
1817 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1818 (emacs-faq.text): New target.
1819 (clean): Add emacs-faq.
1820
0c3b25f8
MA
18212011-03-12 Michael Albinus <michael.albinus@gmx.de>
1822
1823 Sync with Tramp 2.2.1.
1824
1825 * trampver.texi: Update release number.
1826
b740639e
GM
18272011-03-11 Glenn Morris <rgm@gnu.org>
1828
1829 * Makefile.in (HTML_TARGETS): New.
1830 (clean): Delete $HTML_TARGETS.
1831 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1832
733afdf4
TZ
18332011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1834
1835 * auth.texi (Help for developers): Show example of using
1836 `auth-source-search' with prompts and :save-function.
1837
33383987
JB
18382011-03-07 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * Version 23.3 released.
1841
a5057546
G
18422011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1843
1844 * message.texi (Message Buffers): Update default value of
1845 message-generate-new-buffers.
1846
479a2c9b
JB
18472011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1848
1849 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1850 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1851 respectively.
05a29101
JB
1852 (Musical Notes): New section.
1853 (Customizing Calc): Mention the customizable variable
1854 calc-note-threshold.
479a2c9b 1855
e0535b76
GM
18562011-03-03 Glenn Morris <rgm@gnu.org>
1857
1858 * url.texi (Dealing with HTTP documents): Remove reference to
1859 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1860 (Configuration): Update url-configuration-directory description.
e0535b76 1861
2777ccbf
GM
18622011-03-02 Glenn Morris <rgm@gnu.org>
1863
1864 * dired-x.texi (Multiple Dired Directories): Remove mentions
1865 of dired-default-directory-alist and dired-default-directory.
1866 Move dired-smart-shell-command here...
1867 (Miscellaneous Commands): ... from here.
1868
257219bd
PE
18692011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1870
1871 * texinfo.tex: Update to version 2011-02-24.09.
1872
8889f4e2
GM
18732011-03-02 Glenn Morris <rgm@gnu.org>
1874
1875 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1876 instead of the obsoleted dired-omit-here-always.
1877
5d41af19
MA
18782011-02-28 Michael Albinus <michael.albinus@gmx.de>
1879
1880 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1881 supported systems.
1882
2b0c7330 18832011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1884
61cf3a76
GM
1885 * dbus.texi (Type Conversion): Grammar fix.
1886
cce7d530 18872011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1888
cce7d530
GM
1889 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1890 "Debian GNU/Linux".
51a13bdd 1891
cce7d530
GM
1892 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1893
817b48a7
GM
18942011-02-23 Glenn Morris <rgm@gnu.org>
1895
cce7d530
GM
1896 * dired-x.texi (Features): Minor rephrasing.
1897 (Local Variables): Fix typos.
47301027
GM
1898
1899 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1900 Standardize some Emacs/XEmacs terminology.
1901
817b48a7
GM
1902 * dired-x.texi (Features): Don't advertise obsolete local variables.
1903 Simplify layout.
1904 (Omitting Variables): Update local variables example.
1905 (Local Variables): Say this is obsolete. Fix description of
1906 dired-enable-local-variables possible values.
1907
4a3988d5
G
19082011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1909
1910 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1911 default now.
1912
8e22bee0
G
19132011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1914
1915 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1916
06b840e0
LI
19172011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1918
1919 * gnus.texi (Window Layout): Document layout names.
1920
67ab0163 19212011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1922
1923 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1924 * auth.texi: Sync @dircategory with ../../info/dir.
1925 * autotype.texi: Sync @dircategory with ../../info/dir.
1926 * calc.texi: Sync @dircategory with ../../info/dir.
1927 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1928 * cl.texi: Sync @dircategory with ../../info/dir.
1929 * dbus.texi: Sync @dircategory with ../../info/dir.
1930 * dired-x.texi: Sync @dircategory with ../../info/dir.
1931 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1932 * ede.texi: Sync @dircategory with ../../info/dir.
1933 * ediff.texi: Sync @dircategory with ../../info/dir.
1934 * edt.texi: Sync @dircategory with ../../info/dir.
1935 * eieio.texi: Sync @dircategory with ../../info/dir.
1936 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1937 * epa.texi: Sync @dircategory with ../../info/dir.
1938 * erc.texi: Sync @dircategory with ../../info/dir.
1939 * eshell.texi: Sync @dircategory with ../../info/dir.
1940 * eudc.texi: Sync @dircategory with ../../info/dir.
1941 * flymake.texi: Sync @dircategory with ../../info/dir.
1942 * forms.texi: Sync @dircategory with ../../info/dir.
1943 * gnus.texi: Sync @dircategory with ../../info/dir.
1944 * idlwave.texi: Sync @dircategory with ../../info/dir.
1945 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1946 * message.texi: Sync @dircategory with ../../info/dir.
1947 * mh-e.texi: Sync @dircategory with ../../info/dir.
1948 * newsticker.texi: Sync @dircategory with ../../info/dir.
1949 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1950 * org.texi: Sync @dircategory with ../../info/dir.
1951 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1952 * pgg.texi: Sync @dircategory with ../../info/dir.
1953 * rcirc.texi: Sync @dircategory with ../../info/dir.
1954 * reftex.texi: Sync @dircategory with ../../info/dir.
1955 * remember.texi: Sync @dircategory with ../../info/dir.
1956 * sasl.texi: Sync @dircategory with ../../info/dir.
1957 * sc.texi: Sync @dircategory with ../../info/dir.
1958 * semantic.texi: Sync @dircategory with ../../info/dir.
1959 * ses.texi: Sync @dircategory with ../../info/dir.
1960 * sieve.texi: Sync @dircategory with ../../info/dir.
1961 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1962 * speedbar.texi: Sync @dircategory with ../../info/dir.
1963 * trampver.texi [emacs]: Set emacsname to "Emacs".
1964 * tramp.texi: Sync @dircategory with ../../info/dir.
1965 * url.texi: Sync @dircategory with ../../info/dir.
1966 * vip.texi: Sync @dircategory with ../../info/dir.
1967 * viper.texi: Sync @dircategory with ../../info/dir.
1968 * widget.texi: Sync @dircategory with ../../info/dir.
1969 * woman.texi: Sync @dircategory with ../../info/dir.
1970
30abce25
GM
19712011-02-19 Glenn Morris <rgm@gnu.org>
1972
0c7efc08
SM
1973 * dired-x.texi (Technical Details): No longer redefines
1974 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1975 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1976
f31f8469
GM
19772011-02-18 Glenn Morris <rgm@gnu.org>
1978
1979 * dired-x.texi (Optional Installation File At Point): Simplify.
1980
35123c04
TZ
19812011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1982
1983 * auth.texi (Help for users): Use :port instead of :protocol for all
1984 auth-source docs.
7ba93e94
G
1985 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1986 to have two files in `auth-sources'.
35123c04 1987
da5e0ce4
GM
19882011-02-16 Glenn Morris <rgm@gnu.org>
1989
b322c9af
GM
1990 * dired-x.texi: Use emacsver.texi to get Emacs version.
1991 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1992 Depend on emacsver.texi.
1993
07ca5555
GM
1994 * dired-x.texi: Drop meaningless version number.
1995 (Introduction): Remove old info.
1996 (Optional Installation Dired Jump): Autoload from dired-x.
1997 Remove incorrect info about loaddefs.el.
1998 (Bugs): Just refer to M-x report-emacs-bug.
1999
da5e0ce4
GM
2000 * dired-x.texi (Multiple Dired Directories): Update for rename of
2001 default-directory-alist.
2002 (Miscellaneous Commands): No longer mention very old VM version 4.
2003
bb55f713
PE
20042011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 Merge from gnulib.
2007 * texinfo.tex: Update to version 2011-02-14.11.
2008
5415d076
G
20092011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2010
da5e0ce4
GM
2011 * auth.texi (Help for users):
2012 Login collection is "Login" and not "login".
5415d076 2013
14029d4b
MA
20142011-02-13 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * tramp.texi (History): Remove IMAP support.
2017 (External methods, Frequently Asked Questions): Remove `imap' and
2018 `imaps' methods.
2019 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2020
2021 * trampver.texi: Remove default value of `emacsimap'.
2022
8a36c07f
GM
20232011-02-13 Glenn Morris <rgm@gnu.org>
2024
2025 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2026 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2027
165bc5a0
GM
20282011-02-12 Glenn Morris <rgm@gnu.org>
2029
2030 * sc.texi (Getting Connected): Remove old index entries.
2031
5415d076 20322011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2033
2034 * url.texi: Remove duplicate @dircategory (Bug#7942).
2035
b8e0f0cd
G
20362011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2037
8a36c07f
GM
2038 * auth.texi (Overview, Help for users, Help for developers):
2039 Update docs.
b8e0f0cd
G
2040 (Help for users): Talk about spaces.
2041
caf82551
PE
20422011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2043
2044 * texinfo.tex: Update to version 2011-02-07.16.
2045
1ff98217
MA
20462011-02-07 Michael Albinus <michael.albinus@gmx.de>
2047
2048 * dbus.texi (Bus names): Adapt descriptions for
2049 dbus-list-activatable-names and dbus-list-known-names.
2050
2e78df6b
JB
20512011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2052
2053 * calc.texi (Logarithmic Units): New section.
2054
7fbf7cae
TZ
20552011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2056
2057 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2058 manuals use it now.
2059
0c7efc08 2060 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2061
156ad271
KY
20622011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2063
2064 * overrides.texi: Remove.
2065
2066 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2067 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2068
36539990
MA
20692011-02-05 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * tramp.texi (Frequently Asked Questions): Mention problems with
2072 WinSSHD.
2073
2074 * trampver.texi: Update release number.
2075
20762011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2077
2078 * tramp.texi:
2079 Replace "delimet" with "delimit" globally.
2080 Replace "explicite" with "explicit" globally.
2081 Replace "instead of" with "instead" where there was nothing after "of".
2082 Audit use of comma before interrogative pronoun, "that", or "which".
2083 Minor word order, spelling, wording changes.
2084
ec72bf63
G
20852011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2086
2087 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2088
2089 * sieve.texi: Use WEBHACKDEVEL.
2090
2091 * sasl.texi: Use WEBHACKDEVEL.
2092
2093 * pgg.texi: Use WEBHACKDEVEL.
2094
2095 * message.texi: Use WEBHACKDEVEL.
2096
2097 * gnus.texi: Use WEBHACKDEVEL.
2098
2099 * emacs-mime.texi: Use WEBHACKDEVEL.
2100
2101 * auth.texi: Use WEBHACKDEVEL.
2102
2103 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2104 manuals.
2105
21062011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2107
2108 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2109
90b750f4
PE
21102011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2111
2112 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2113 which in turn is copied from ftp://tug.org/tex/.
2114
0e751a49
GM
21152011-02-03 Glenn Morris <rgm@gnu.org>
2116
2117 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2118 (Binding combinations of modifiers and function keys):
2119 Let's assume people reading this are not using Emacs 18.
2120
7f13c2e2
LI
21212011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2122
2123 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2124 since it's run automatically.
2125
d76c843e
LI
21262011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2127
2128 * gnus.texi (Customizing Articles): Fix typo.
2129
12e3ca0a
LI
21302011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2131
2132 * gnus.texi (Customizing Articles): Document the new way of customizing
2133 the date headers(s).
2134
fe72c8fa
LI
21352011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2136
2137 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2138 splitting example.
2139
bf3dae7e
EZ
21402011-01-29 Eli Zaretskii <eliz@gnu.org>
2141
2142 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2143 (MAKEINFO_OPTS): New variable.
2144 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2145 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2146 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2147 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2148 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2149 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2150 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2151 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2152 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2153 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2154 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2155 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2156 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2157 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2158 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2159 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2160 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2161 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2162
d6f13ac8
LI
21632011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2164
2165 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2166
c5ecc769
G
21672011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2168
2169 * message.texi (IDNA): Explain what it is.
2170
21712011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2172
2173 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2174
45eb2a5d
WL
21752011-01-23 Werner Lemberg <wl@gnu.org>
2176
2177 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2178 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2179 (ENVADD): Update.
45eb2a5d 2180
6872a814
GM
21812011-01-18 Glenn Morris <rgm@gnu.org>
2182
2183 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2184
77ab81d0 21852011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2186
2187 * nxml-mode.texi (Introduction): Fix file name typos.
2188
d221e780
CO
21892011-01-13 Christian Ohler <ohler@gnu.org>
2190
2191 * ert.texi: New file.
2192
2193 * Makefile.in:
2194 * makefile.w32-in: Add ert.texi.
2195
8c904d82
MA
21962011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2197
2198 * dbus.texi (Receiving Method Calls): New function
2199 dbus-register-service. Rearrange node.
2200
f56e0e7a
PE
22012011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2202
2203 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2204 which in turn is copied from ftp://tug.org/tex/.
2205
0fadf00e
MA
22062011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2207
2208 * dbus.texi (Receiving Method Calls): Describe new optional
2209 parameter dont-register-service of dbus-register-{method,property}.
2210
8b358e90
DU
22112010-12-17 Daiki Ueno <ueno@unixuser.org>
2212
0c7efc08
SM
2213 * epa.texi (Encrypting/decrypting *.gpg files):
2214 Mention epa-file-select-keys.
8b358e90 2215
549c9aed
G
22162010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * gnus.texi (Archived Messages): Remove outdated text.
2219
22202010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2221
0c7efc08 2222 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2223
156e3f9c
G
22242010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2225
83f3eadc 2226 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2227
8151d490
AC
22282010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2229
2230 * gnus.texi (The swish++ Engine): Add customizable parameters
2231 descriptions.
2232 (The swish-e Engine): Ditto.
2233
305bdd22
MA
22342010-12-14 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * tramp.texi (Inline methods): Add "ksu" method.
2237 (Remote processes): Add example with remote `default-directory'.
2238
53aff12a
GM
22392010-12-14 Glenn Morris <rgm@gnu.org>
2240
2241 * faq.texi (Expanding aliases when sending mail):
2242 Now build-mail-aliases is interactive.
2243
8a1cdce5
AC
22442010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2245
2246 * gnus.texi: First pass at adding (rough) nnir documentation.
2247
7410c270
G
22482010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2249
53aff12a
GM
2250 * gnus.texi (Filtering New Groups):
2251 Mention gnus-auto-subscribed-categories.
2252 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2253 removed.
2254
f49d1f52 22552010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2256
2257 * cl.texi (For Clauses): Small fixes for frames and windows.
2258
acedf35c
CD
22592010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2260
2261 * org.texi (Using capture): Document using prefix arguments for
2262 finalizing capture.
2263 (Agenda commands): Document prefix argument for the bulk scatter
2264 command.
2265 (Beamer class export): Document that also overlay arguments can be
2266 passed to the column environment.
2267 (Template elements): Document the new entry type.
2268
22692010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2270
2271 * org.texi (Include files): Document :minlevel.
2272
22732010-12-11 Julien Danjou <julien@danjou.info>
2274
2275 * org.texi (Categories): Document category icons.
2276
22772010-12-11 Eric Schulte <schulte.eric@gmail.com>
2278
2279 * org.texi (noweb): Fix typo.
2280
516aa569
G
22812010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2282
2283 * gnus.texi (Server Commands): Point to the rest of the server
2284 commands.
2285
04db63bc
G
22862010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2287
2288 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2289 g'.
2290
ed797193
G
22912010-12-02 Julien Danjou <julien@danjou.info>
2292
2293 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2294
22952010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2296
2297 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2298 (Direct Functions): Note the STARTTLS upgrade.
2299
07976ae3 23002010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2301 James Clark <none@example.com>
d3dfb185
GM
2302
2303 * nxml-mode.texi (Introduction): New section.
2304
59e75882
G
23052010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2306
2307 * gnus.texi (Server Commands): Document gnus-server-show-server.
2308
568a887f
MA
23092010-11-20 Michael Albinus <michael.albinus@gmx.de>
2310
2311 Sync with Tramp 2.2.0.
2312
2313 * trampver.texi: Update release number.
2314
1265829e
JB
23152010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2316
2317 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2318 Mention that the TeX specific units won't use the `tex' prefix
2319 in TeX mode.
2320
239661c0
KY
23212010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2322
2323 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2324
4a47c275 23252010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2326
2327 * edt.texi: Remove information about Emacs 19.
2328
4a47c275 23292010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2330
2331 * trampver.texi: Update release number.
2332
2f0e0dc8
KY
23332010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2334
2335 * gnus.texi (Article Washing): Fix typo.
2336
afe98dfa
CD
23372010-11-11 Noorul Islam <noorul@noorul.com>
2338
56f5a94e 2339 * org.texi: Fix typo.
afe98dfa
CD
2340
23412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2342
2343 * org.texi (Using capture): Explain that refiling is
2344 sensitive to cursor position.
2345
23462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2347
56f5a94e 2348 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2349
23502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2351
2352 * org.texi: Document the <c> cookie.
2353
23542010-11-11 Eric Schulte <schulte.eric@gmail.com>
2355
bd7239f5 2356 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2357 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2358
23592010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2360
56f5a94e 2361 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2362
23632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2364
56f5a94e 2365 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2366
23672010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2368
2369 * org.texi (Setting up the staging area): Document that
2370 file names remain visible when encrypting the MobileOrg files.
2371
23722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2373
2374 * org.texi (Setting up the staging area): Document which
2375 versions are needed for encryption.
2376
23772010-11-11 Eric Schulte <schulte.eric@gmail.com>
2378
56f5a94e
GM
2379 * org.texi (noweb): Update :noweb documentation to
2380 reflect the new "tangle" argument.
afe98dfa
CD
2381
23822010-11-11 Eric Schulte <schulte.eric@gmail.com>
2383
56f5a94e
GM
2384 * org.texi (Batch execution): Improve tangling script in
2385 documentation.
afe98dfa
CD
2386
23872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2388
2389 * org.texi (Handling links):
2390 (In-buffer settings): Document inlining images on startup.
2391
23922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2393
2394 * org.texi (Setting up the staging area): Document use of
2395 crypt password.
2396
23972010-11-11 David Maus <dmaus@ictsoc.de>
2398
56f5a94e 2399 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2400
24012010-11-11 David Maus <dmaus@ictsoc.de>
2402
56f5a94e
GM
2403 * org.texi (Template expansion): Add mew in table for link type
2404 escapes.
afe98dfa
CD
2405
24062010-11-11 David Maus <dmaus@ictsoc.de>
2407
56f5a94e 2408 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2409
24102010-11-11 Eric Schulte <schulte.eric@gmail.com>
2411
56f5a94e 2412 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2413
24142010-11-11 Eric Schulte <schulte.eric@gmail.com>
2415
56f5a94e 2416 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2417
24182010-11-11 Eric Schulte <schulte.eric@gmail.com>
2419
56f5a94e
GM
2420 * org.texi (Structure of code blocks):
2421 Update documentation to mention inline code block syntax.
afe98dfa
CD
2422
24232010-11-11 Eric Schulte <schulte.eric@gmail.com>
2424
56f5a94e 2425 * org.texi (comments): Improve wording.
afe98dfa
CD
2426
24272010-11-11 Eric Schulte <schulte.eric@gmail.com>
2428
56f5a94e 2429 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2430
24312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2432
2433 * org.texi (Installation): Remove the special
2434 installation instructions for XEmacs.
2435
24362010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2437
56f5a94e 2438 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2439 insertion of empty structural elements.
2440
24412010-11-11 Noorul Islam <noorul@noorul.com>
2442
56f5a94e 2443 * org.texi: Fix doc.
afe98dfa
CD
2444
24452010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2446
2447 * org.texi (The date/time prompt): Document specification
2448 of time ranges.
2449
24502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2451
2452 * org.texi (Internal links): Document the changes in
2453 internal links.
2454
24552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2456
2457 * org.texi (Agenda commands): Document the limitation for
2458 the filter preset - it can only be used for an entire agenda
2459 view, not in an individual block in a block agenda.
2460
24612010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2462
2463 * org.texi (iCalendar export): Document alarm creation.
2464
6f8fc60c
MA
24652010-11-10 Michael Albinus <michael.albinus@gmx.de>
2466
2467 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2468
be3c11b3
LMI
24692010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2472
d607b96b 24732010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2474
d607b96b 2475 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2476
181cb5fb
G
24772010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2478
2479 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2480 since that works by default.
2481
24822010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2483
2484 * gnus.texi (Customizing the IMAP Connection): Document
2485 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2486
36bc5d3b
MA
24872010-11-04 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * tramp.texi (Remote shell setup): New item "Interactive shell
2490 prompt". Reported by Christian Millour <cm@abtela.com>.
2491 (Remote shell setup, Remote processes): Use @code{} for
2492 environment variables.
2493
cf503f7c
GM
24942010-11-03 Glenn Morris <rgm@gnu.org>
2495
537b04b9 2496 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2497 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2498
389b76fa
G
24992010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2502
2699a554 25032010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2504
2505 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2506
2699a554 25072010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2508
2509 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2510
99e65b2d
G
25112010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2512
0c7efc08
SM
2513 * gnus.texi (Client-Side IMAP Splitting):
2514 Mention nnimap-unsplittable-articles.
99e65b2d
G
2515
25162010-10-29 Julien Danjou <julien@danjou.info>
2517
2518 * gnus.texi (Finding the News): Remove references to obsoletes
2519 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2520
aeeb3dcb
EZ
25212010-10-29 Eli Zaretskii <eliz@gnu.org>
2522
2523 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2524 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2525 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2526 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2527
8289f37b
GM
25282010-10-28 Glenn Morris <rgm@gnu.org>
2529
2530 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2531 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2532 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2533
d85d3b3a
DU
25342010-10-25 Daiki Ueno <ueno@unixuser.org>
2535
2536 * epa.texi (Mail-mode integration): Add alternative key bindings
2537 for epa-mail commands; escape comma.
c05c2b9b 2538 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2539
9f534a47
JB
25402010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2541
99e65b2d 2542 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2543
5793a7bc 25442010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2545
2546 * gnus.texi (Group Parameters, Buttons): Fix typos.
2547
280f417b
G
25482010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2549
2550 * gnus.texi (Subscription Commands): Mention that you can also
2551 subscribe to new groups via the Server buffer, which is probably more
2552 convenient when subscribing to many groups.
2553
d806c872
G
25542010-10-21 Julien Danjou <julien@danjou.info>
2555
2556 * message.texi (Message Headers): Allow message-default-headers to be a
2557 function.
2558
d5798f68
LMI
25592010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * gnus-news.texi: Mention new archive defaults.
2562
b79bbef7
KY
25632010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2564
2565 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2566
2526f423
G
25672010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2568
2569 * gnus.texi (HTML): Document the function value of
2570 gnus-blocked-images.
2571 (Article Washing): shr and gnus-w3m, not the direct function names.
2572
ba91f05d
G
25732010-10-20 Julien Danjou <julien@danjou.info>
2574
2575 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2576 variable.
2577
da451787
LMI
25782010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * gnus.texi (Customizing the IMAP Connection): The port strings are
2581 strings.
c872595d 2582 (Document Groups): Mention git.
da451787 2583
7cad71ad
G
25842010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2587 bzr/Gnus git sync.
2588
c56dfd36
EZ
25892010-10-15 Eli Zaretskii <eliz@gnu.org>
2590
2591 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2592 change.
2593
a1d16a7b
G
25942010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2595
2596 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2597 @item syntax for in-Emacs makeinfo.
2598
25992010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2600
2601 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2602 trim sentence.
2603
98e2b864
DU
26042010-10-12 Daiki Ueno <ueno@unixuser.org>
2605
2606 * epa.texi (Caching Passphrases):
0c7efc08
SM
2607 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2608 Clarify some configurations require to set up gpg-agent.
98e2b864 2609
c12e4a81
GM
26102010-10-11 Glenn Morris <rgm@gnu.org>
2611
2612 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2613
f7aa248a
G
26142010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2615
2616 * gnus.texi (Spam Package Introduction): Mention `$'.
2617
6513b232
EZ
26182010-10-09 Eli Zaretskii <eliz@gnu.org>
2619
2620 * makefile.w32-in (emacsdir): New variable.
2621 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2622 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2623
abd40fb4
GM
26242010-10-09 Glenn Morris <rgm@gnu.org>
2625
0f05450f
GM
2626 * Makefile.in (mostlyclean): Delete *.toc.
2627
d3a4ac46
GM
2628 * Makefile.in: Use $< in rules.
2629
aa9db089
GM
2630 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2631
abd40fb4
GM
2632 * Makefile.in ($(infodir)): Delete rule.
2633 (mkinfodir): New. Use it in all the info rules, rather than depending
2634 on infodir.
2635
ea274122
GM
26362010-10-09 Glenn Morris <rgm@gnu.org>
2637
6e90e2a8
GM
2638 * gnus.texi (Article Washing): Fix previous change.
2639
f7a31f11
GM
2640 * Makefile.in (emacsdir): New variable.
2641 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2642 Depend on emacsver.texi.
2643
f7a31f11
GM
2644 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2645
ea274122
GM
2646 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2647
36d3245f
G
26482010-10-08 Julien Danjou <julien@danjou.info>
2649
f7a31f11 2650 * gnus.texi: Add mm-shr.
36d3245f
G
2651
26522010-10-08 Ludovic Courtès <ludo@gnu.org>
2653
2654 * gnus.texi (Finding the Parent, The Gnus Registry)
2655 (Registry Article Refer Method): Update docs for nnregistry.el.
2656
26572010-10-08 Daiki Ueno <ueno@unixuser.org>
2658
2659 * auth.texi (Help for users)
2660 (GnuPG and EasyPG Assistant Configuration): Update docs.
2661
12359245
GM
26622010-10-08 Glenn Morris <rgm@gnu.org>
2663
2664 * cl.texi (Organization, Installation, Old CL Compatibility):
2665 Deprecate cl-compat for new code.
4628bef1 2666 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2667
2668 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2669
fcf2d385
KY
26702010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2671
2672 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2673
66627fa9
G
26742010-10-06 Julien Danjou <julien@danjou.info>
2675
fd9ba500
JD
2676 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2677
66627fa9
G
2678 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2679 broken link.
2680
2681 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2682
2683 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2684 to ReiserFS.
2685
2686 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2687 (FAQ 7-1): Fix getmail URL.
2688
65f54520
DU
26892010-10-06 Daiki Ueno <ueno@unixuser.org>
2690
2691 * epa.texi (Caching Passphrases): New section.
2692
4c83f6e1
GM
26932010-10-06 Glenn Morris <rgm@gnu.org>
2694
2695 * Makefile.in (SHELL): Set it.
2696 (info): Move the mkdir dependency to the individual info files.
2697 (mostlyclean): Tidy up.
2698 (clean): Only delete the specific dvi and pdf files.
2699 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2700 ($(infodir)): Add parallel build workaround.
4c83f6e1 2701
71e691a5
G
27022010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2703
2704 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2705
a41c2e6d
G
27062010-10-03 Julien Danjou <julien@danjou.info>
2707
0c7efc08
SM
2708 * emacs-mime.texi (Display Customization):
2709 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2710 mm-inline-large-images-proportion.
2711
37255945
MA
27122010-10-03 Michael Albinus <michael.albinus@gmx.de>
2713
0c7efc08
SM
2714 * tramp.texi (Frequently Asked Questions):
2715 Mention remote-file-name-inhibit-cache.
37255945 2716
11e4e7bd
LMI
27172010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2720 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2721
cb83220a
KY
27222010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2723
0c7efc08
SM
2724 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2725 (Article Hiding): Add google banner example.
2726 Suggested by Benjamin Xu.
cb83220a 2727
6b958814
G
27282010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2729
0c7efc08
SM
2730 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2731 Remove nnimap-split-rule from examples.
6b958814
G
2732
27332010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734
2735 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2736 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2737 Fishman.
2738 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2739
27402010-09-30 Julien Danjou <julien@danjou.info>
2741
2742 * gnus.texi (Gravatars): Fix documentation about
2743 gnu-gravatar-properties.
2744
b9476c04
DU
27452010-09-29 Daiki Ueno <ueno@unixuser.org>
2746
2747 * epa.texi (Bug Reports): New section.
2748
5f874327
GM
27492010-09-29 Glenn Morris <rgm@gnu.org>
2750
2751 * Makefile.in (top_srcdir): Remove unused variable.
2752
6b958814
G
27532010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2754
2755 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2756 (Client-Side IMAP Splitting): Document 'default.
2757
27582010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
0c7efc08
SM
2760 * gnus.texi (Customizing the IMAP Connection):
2761 Document nnimap-fetch-partial-articles.
6b958814 2762
82bccbfa
KY
27632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
2765 * gnus-news.texi: Mention nnimap-inbox.
2766
2767 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2768
27692010-09-26 Julien Danjou <julien@danjou.info>
2770
47e08896 2771 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2772
27732010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * gnus.texi (Security): Remove gpg.el mention.
2776
27772010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2778
2779 * gnus.texi (Browse Foreign Server): New variable
2780 gnus-browse-subscribe-newsgroup-method.
2781
2782 * gnus-news.texi: Mention it.
2783
27842010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2785
0c7efc08 2786 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2787 (Startup Variables): No jingle.
2788
4c964351
UM
27892010-09-25 Ulrich Mueller <ulm@gentoo.org>
2790
2791 * woman.texi (Interface Options): xz compression is now supported.
2792
82bccbfa
KY
27932010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2794
2795 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2796 (Unavailable Servers): Document gnus-server-copy-server.
2797 (Using IMAP): Document the new nnimap.
2798
27992010-09-25 Julien Danjou <julien@danjou.info>
2800
47e08896 2801 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2802
18778f71
GM
28032010-09-24 Glenn Morris <rgm@gnu.org>
2804
2805 * url.texi (Disk Caching): Tweak previous change.
2806
9c766321
JD
28072010-09-24 Julien Danjou <julien@danjou.info>
2808
2809 * url.texi (Disk Caching): Mention url-cache-expire-time,
2810 url-cache-expired, and url-fetch-from-cache.
2811
82bccbfa
KY
28122010-09-24 Julien Danjou <julien@danjou.info>
2813
2814 * gnus.texi: Add Gravatars.
2815
28162010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2819
592bdb9a
LMI
28202010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2821
2822 * gnus.texi (Expunging mailboxes): Update name of the expunging
2823 command.
2824
e4e22d29
KY
28252010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * emacs-mime.texi (rfc2047): Update description for
2828 rfc2047-encode-parameter.
2829
371d9801
MA
28302010-09-13 Michael Albinus <michael.albinus@gmx.de>
2831
2832 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2833 "fish" methods.
2834 (External methods): Remove "scp1_old" and "scp2_old" methods.
2835
31ae5827
MA
28362010-09-09 Michael Albinus <michael.albinus@gmx.de>
2837
2838 * tramp.texi: Remove Japanese manual. Fix typo.
2839
2840 * trampver.texi: Update release number. Remove japanesemanual.
2841
c0468714
GM
28422010-09-09 Glenn Morris <rgm@gnu.org>
2843
2844 * org.texi: Restore clobbered changes (copyright years, untabify).
2845
86441999
JD
28462010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2847
2848 * gnus.texi (Adaptive Scoring): Fix typo.
2849
25f28806
LMI
28502010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * gnus.texi (Article Display): Document gnus-html-show-images.
2853
45240125 28542010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2855
45240125
JD
2856 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2857
59d09f15
LMI
28582010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * gnus.texi (HTML): Document gnus-max-image-proportion.
2861
2cdd366f
KY
28622010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2863
51dee5ef
KY
2864 * gnus.texi (HTML): Document gnus-blocked-images.
2865
2cdd366f
KY
2866 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2867
b0e4f3fc
KY
28682010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2871 the first message are used for wide replies.
f02566ce
KY
2872 (Changing Servers): Remove documentation on gnus-change-server and
2873 friends, since it's been removed.
b0e4f3fc 2874
598451ed
KY
28752010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
2877 * gnus.texi (Drafts): Mention B DEL.
2878
e7842e69
KY
28792010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2880
2881 * gnus.texi (Delayed Articles): Mention that the Date header is the
2882 original one, even if you delay.
2883
85115796
KY
28842010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
0c7efc08
SM
2886 * gnus.texi (Asynchronous Fetching):
2887 Document gnus-async-post-fetch-function.
85115796
KY
2888 (HTML): Made into its own section.
2889
f0b44bc0
MA
28902010-08-26 Michael Albinus <michael.albinus@gmx.de>
2891
2892 Sync with Tramp 2.1.19.
2893
217876c9 2894 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2895 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2896 Remove remark about doubled "-t" argument.
217876c9
MA
2897 (Auto-save and Backup): Remove reference to Emacs 21.
2898 (Filename Syntax): Describe port numbers.
2899 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2900 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2901 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2902 errors with the backquotes.
2903 (External packages): File attributes cache flushing for asynchronous
2904 processes.
2905 (Traces and Profiles): Describe verbose level 9.
2906
f0b44bc0
MA
2907 * trampver.texi: Update release number.
2908
7457f7b6
MA
29092010-08-23 Michael Albinus <michael.albinus@gmx.de>
2910
2911 * dbus.texi (Alternative Buses): New chapter.
2912
b695beda
SM
29132010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2916
443c2c03
JB
29172010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2918
2919 * calc.texi (Customizing Calc): Rearrange description of new
2920 variables to match the presentation of other variables.
2921
7815fe19 29222010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2923
2924 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2925
2c695727
JB
29262010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2927
2928 * calc.texi (Making Selections, Selecting Subformulas)
2929 (Customizing Calc): Mention how to use faces to emphasize selected
2930 sub-formulas.
2931
bbb6ffa1
MA
29322010-08-05 Michael Albinus <michael.albinus@gmx.de>
2933
2934 * tramp.texi (External packages): File attributes cache flushing
2935 for asynchronous processes.
2936
5cee0a9c
AM
29372010-08-01 Alan Mackenzie <acm@muc.de>
2938
2939 Enhance the manual for the latest Java Mode.
2940
2941 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2942 annotation-var-cont.
2943 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2944 two new symbols.
2945
3f2afe32
MA
29462010-07-28 Michael Albinus <michael.albinus@gmx.de>
2947
2948 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2949
0ed082fe 29502010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2951
2952 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2953
311f0356
JB
29542010-07-19 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2957
86fbb8ca
CD
29582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2959
2960 * org.texi: Add macros to get plain quotes in PDF output.
2961 List additional contributors.
2962 (Capture): New section, replaces the section about remember.
2963 (Working With Source Code): New chapter, focused on documenting Org
2964 Babel.
2965 (Code evaluation security): New section.
2966 (MobileOrg): Document DropBox support.
2967 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2968 (Special symbols): Show how to display UTF8 characters for entities.
2969 (Global TODO list): Clarify the use of the "M" key and the differences
2970 to the "m" key.
2971 (RSS Feeds): Mention Atom feeds as well.
2972 (Setting tags): Remove paragraph about
2973 `org-complete-tags-always-offer-all-agenda-tags'.
2974
5732e8ed
MA
29752010-07-17 Michael Albinus <michael.albinus@gmx.de>
2976
2977 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2978 argument.
2979 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2980 echoing shells.
2981
ca1bb391
MA
29822010-07-10 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2985 (Filename Syntax): Describe port numbers.
2986
5bd55c3c
MA
29872010-07-09 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2990 forgotten.
2991 (Type Conversion): Precise conversion of natural numbers.
2992 (Errors and Events): Add "debugging" to concept index. Add variable
2993 `dbus-debug'.
2994
820ae8fe
MA
29952010-07-04 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * dbus.texi (Receiving Method Calls): Add optional argument
2998 EMITS-SIGNAL to `dbus-register-property'.
2999
b6f9df0f
JB
30002010-06-27 Alex Schroeder <alex@gnu.org>
3001
3002 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3003
62e034c2
GM
30042010-06-24 Glenn Morris <rgm@gnu.org>
3005
3006 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3007 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3008 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3009 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3010 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3011 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3012 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3013 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3014 convention. Make them end with a period.
3015
9360256a
GM
30162010-06-23 Glenn Morris <rgm@gnu.org>
3017
3018 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3019 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3020 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3021 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3022 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3023 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3024
04d3bb6c
GM
30252010-06-10 Glenn Morris <rgm@gnu.org>
3026
3027 * idlwave.texi (Load-Path Shadows):
3028 * org.texi (Handling links): Fix typos.
3029
5e7d4a75
KY
30302010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3031
3032 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3033
9841cb4f
MA
30342010-05-26 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3037 by an alias. (Bug#6226)
3038
597517ef
JB
30392010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3040
3041 * calc.texi (Manipulating Vectors): Mention that vectors can
3042 be used to determine bins for `calc-histogram'.
3043
14914c43
JB
30442010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3045
597517ef 3046 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3047
0235128c 30482010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3049
3050 * url.texi (HTTP language/coding, Customization):
3051 * message.texi (Header Commands, Responses):
3052 * cl.texi (Argument Lists): Fix typos.
3053
0235128c 30542010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3055
0235128c
SM
3056 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3057 Note that Development menu is always available.
aa5789b5
CY
3058 (Creating a project): Fix terminology.
3059 (Add/Remove files): Fix typo.
3060
0235128c
SM
30612010-05-07 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * Version 23.2 released.
3064
a628ad9d 30652010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3066
3067 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3068
502269d6
MA
30692010-05-01 Michael Albinus <michael.albinus@gmx.de>
3070
0235128c
SM
3071 * tramp.texi (Inline methods, Default Method):
3072 Mention `tramp-inline-compress-start-size'.
502269d6 3073
6e104790 30742010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3075
3076 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3077 the CVS repo. Put the Git repo in the news section.
3078
6e104790 3079 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3080 Removed some mentions of CVS. Mention the new Git repo.
3081
6e104790 30822010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3083
3084 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3085 (Mail Group Commands): Add index entry.
3086
6e104790 30872010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3088
3089 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3090
f8b91752
JB
30912010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3092
3093 * calc.texi (Radix modes): Mention that the option prefix will
3094 turn on twos-complement mode.
3095 (Inverse and Hyperbolic Flags): Mention the Option flag.
3096
ed21c5c8
CD
30972010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3098
3099 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3100 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3101 (Sectioning structure): Update.
3102 (References): New use case for field coordinates.
6e104790 3103 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3104 (Setting up the staging area): Document the availability of
3105 encryption for MobileOrg.
3106 (Images and tables): Document how to reference labels.
3107 (Index entries): New section.
3108 (Generating an index): New section.
3109 (Column width and alignment): Document that <N> now
3110 means a fixed width, not a maximum width.
3111 (Publishing options): Document the :email option.
3112 (Beamer class export): Fix bug in the BEAMER example.
3113 (Refiling notes): Document refile logging.
3114 (In-buffer settings): Document refile logging keywords.
3115 (Drawers): Document `C-c C-z' command.
3116 (Agenda commands): Mention the alternative key `C-c C-z'.
3117 (Special properties): Document the BLOCKED property.
3118 (The spreadsheet): Mention the formula editor.
3119 (References): Document field coordinates.
3120 (Publishing action): Correct the documentation for the
3121 publishing function.
3122 (The date/time prompt): Document that we accept dates
3123 like month/day/year.
3124 (Cooperation): Document the changes in table.el support.
3125 (Faces for TODO keywords, Faces for TODO keywords)
3126 (Priorities): Document the easy colors.
3127 (Visibility cycling): Document the new double prefix
3128 arg for `org-reveal'.
3129 (Cooperation): Remember.el is part of Emacs.
3130 (Clean view): Mention that `wrap-prefix' is also set by
3131 org-indent-mode.
3132 (Agenda commands): Add information about prefix args to
3133 scheduling and deadline commands.
3134 (Search view): Point to the docstring of
3135 `org-search-view' for more details.
6e104790 3136 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3137 (Setting tags): Document variable
3138 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3139 (Column attributes): Cross-reference special properties.
ed21c5c8 3140
456b348e
MA
31412010-04-10 Michael Albinus <michael.albinus@gmx.de>
3142
3143 Synchronize with Tramp repository.
3144
3145 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3146 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3147 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3148 syntax, texi2dvi reports errors with the backquotes.
3149
3150 * trampver.texi: Update release number.
3151
357e2d8e
KY
31522010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3153
3154 * gnus.texi (Finding the News): Add pointers to the Server buffer
3155 because it's essential.
3156
1d4d7664
KY
31572010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * gnus.texi (MIME Commands): Update description of
3160 gnus-article-browse-html-article.
3161
bd3e840f
KY
31622010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3163
3164 * auth.texi (Secret Service API): Add TODO node.
3165 (Help for users): Explain the new source options for `auth-sources'.
3166
e867cb5d 31672010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3168
3169 * trampver.texi: Update release number.
3170
288f9fc0
CY
31712010-03-10 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * Branch for 23.2.
3174
d99aaebd
CY
31752010-03-03 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3178 now enabled by default.
3179
5794c2a5
MA
31802010-02-28 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3183 when Emacs runs in interactive mode. (Bug#5645)
3184
40572be6
GM
31852010-02-16 Glenn Morris <rgm@gnu.org>
3186
3187 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3188
7bb8ed67
MH
31892010-02-05 Mark A. Hershberger <mah@everybody.org>
3190
3191 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3192
45a1423d 31932010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3194
3195 * gnus.texi (Score File Format): Fix typo.
3196
45a1423d 31972010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3198
3199 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3200
14f17fc8
JB
32012010-01-18 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * ada-mode.texi (Project File Overview): Fix typo.
3204
607d4369
CY
32052010-01-17 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * semantic.texi: Add Richard Y. Kim credit.
3208
3209 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3210
3d1bfa99
MA
32112010-01-17 Michael Albinus <michael.albinus@gmx.de>
3212
3213 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3214 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3215
6fbf7a75
GM
32162010-01-17 Glenn Morris <rgm@gnu.org>
3217
b9f978f0
GM
3218 * calc.texi (Reporting Bugs): Don't mention format of repository.
3219
f19bc38d
GM
3220 * woman.texi (Bugs): Make "Emacs repository" less specific,
3221 and the URL for same more specific.
3222
6fbf7a75
GM
3223 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3224
16c3428a
JB
32252010-01-17 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * ede.texi (ede-step-project, ede-proj-target):
3228 * tramp.texi (Remote processes): Fix typos.
3229
045b9da7
ML
32302010-01-16 Mario Lang <mlang@delysid.org>
3231
3232 * ede.texi (ede-target):
3233 * org.texi (Refiling notes): Remove duplicated words.
3234
c57008f6
SM
32352010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * gnus.texi (Posting Styles): Use with-current-buffer.
3238 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3239
798c9eb5
KR
32402010-01-02 Kevin Ryde <user42@zip.com.au>
3241
3242 * eieio.texi (Naming Conventions): Correction to xref on elisp
3243 coding conventions, is "Tips" node not "Standards".
3244
4970fbfe
CY
32452009-12-24 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3248
3249 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3250
83828b06
KY
32512009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3252
3253 * gnus.texi (Direct Functions): Add missing port number to tls method.
3254
45a4a565
JB
32552009-12-15 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3258 ($(infodir)/edt, edt.dvi): New targets.
3259
698bfef7
GM
32602009-12-15 Glenn Morris <rgm@gnu.org>
3261
3262 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3263 (edt, $(infodir)/edt, edt.dvi): New targets.
3264 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3265
3266 * Makefile.in (PDF_TARGETS, pdf): New.
3267 (clean): Add *.pdf.
3268 Add pdf rules for all manuals.
3269
0e983327
JB
32702009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3271
3272 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3273
8e687433
CY
32742009-12-14 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3277 (Smart Jump, Analyzer Debug): Copyedits.
3278 (Semantic mode user commands): Link to new nodes.
3279 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3280 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3281 upstream Semantic manual.
3282
3283 * semantic.texi (Introduction): Minor fix to diagram.
3284
020335df
MA
32852009-12-09 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * eshell.texi (History): Add the other built-in variables.
3288 (Built-ins): Explain built-ins, and how to apply the external commands.
3289 Add `history', `su' and `sudo'.
3290
3291 * tramp.texi (Remote processes): Add missing <RET> in the example.
3292
6ddf13e4
BW
32932009-12-01 Bill Wohler <wohler@newt.com>
3294
3295 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3296 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3297 excessively garrulous.
3298
07b6428c
MA
32992009-11-29 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * tramp.texi (Remote processes): Improve eshell example with "su"
3302 and "sudo" commands.
3303
fd1cefda
CY
33042009-11-28 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3307
3308 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3309 Document semantic-complete-analyze-inline.
3310 (Semanticdb search debugging commands): Minor clarification.
3311 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3312 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3313 manual.
9d542758 3314 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3315
159e3ad5
KR
33162009-11-28 Kevin Ryde <user42@zip.com.au>
3317
3318 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3319 @pxref, now EIEIO is in Emacs.
159e3ad5 3320
c6d47315
KR
3321 * erc.texi (Development): Correction to git tutorial url.
3322
16f6287e
GM
33232009-11-26 Glenn Morris <rgm@gnu.org>
3324
3325 * faq.texi (Latest version of Emacs): Mention stability of development
3326 version.
3327 (Problems with very large files): Max buffer size increase in 23.2.
3328 (VM): VM has moved house again.
3329
5ea5dbc9
JB
33302009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3331
3332 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3333 notations.
3334
5dec9555
CD
33352009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3336
45a4a565 3337 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3338
bd6f6833
CY
33392009-11-20 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3342 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3343 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3344
be479117
JB
33452009-11-17 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * semantic.texi (Semantic Internals, Glossary):
3348 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3349 (Semanticdb search debugging commands): Fix typos.
3350
17291a1f
JB
33512009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3352
be479117 3353 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3354
af42a9cc
JB
33552009-11-16 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3358 ($(infodir)/semantic, semantic.dvi): New targets.
3359
3149927d
CY
33602009-11-16 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * Makefile.in: Build the Semantic manual.
3363
3364 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3365 repository.
3366
977640ed
MA
33672009-11-16 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * dbus.texi (Receiving Method Calls): New defun
3370 `dbus-unregister-service'.
3371
17673adf
CD
33722009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3373
3374 * org.texi (Speed keys): New section.
3375
0ecd3c90
MA
33762009-11-13 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * dbus.texi (Type Conversion): Fix typo.
3379 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3380 `dbus-registered-objects-table'.
0c7efc08
SM
3381 (Receiving Method Calls): New defun `dbus-register-property'.
3382 Move `dbus-unregister-object' here.
0ecd3c90 3383
8bfe682a
CD
33842009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3385
3386 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3387
33882009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3389
3390 * org.texi (Column attributes): Add the new age summary operators.
3391 Also, mention the fact you can only use one summary operator per
3392 property.
3393
33942009-11-13 John Wiegley <johnw@newartisans.com>
3395
0c7efc08 3396 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3397 manual about how to track habits.
0c7efc08 3398 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3399 dangling clocks are resolved.
3400
34012009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3402
3403 * org.texi (Agenda commands): Document the new `i' command.
3404 (Inserting deadline/schedule): Document logging changes
3405 of scheduling and deadline times stamps.
3406 (In-buffer settings): Document the in-buffer keywords for logging
3407 changes of scheduling and deadline times stamps.
3408 (Structure editing, Plain lists): Document indentation
3409 cycling in empty entries with TAB.
3410 (Archiving): Document the default archiving command.
3411 (Moving subtrees): Document the new keys for archiving.
3412 (Internal archiving): Fix incorrect key.
3413 (Agenda commands): Document the TODO set switching commands.
3414 (Agenda commands): Document the new archiving keys.
3415 (Clocking work time): Better description on how to save
3416 and restore a clock.
3417 (Resolving idle time): Mention the x11idle program to get true
3418 idleness also under X11.
3419 (Resolving idle time): Use @kbd instead of @key for normal
3420 letters, because this is how he rest of the manual does this.
3421 (Pushing to MobileOrg): Mention that `org-directory'
3422 should be set.
3423 (Agenda commands): Document that SPC is a filter for
3424 any tag.
0c7efc08 3425 (Search view): Rename from "Keyword search".
8bfe682a
CD
3426 (Capure): New chapter.
3427 (Markup): New chapter.
0c7efc08
SM
3428 (Links in HTML export, Images in HTML export):
3429 Extend the section titles.
8bfe682a
CD
3430 (Images in HTML export): Document the align option.
3431 (Text areas in HTML export): Extend the section title.
3432 (Images in LaTeX export): Explain image placement in LaTeX.
3433
693737cd
GM
34342009-11-10 Glenn Morris <rgm@gnu.org>
3435
3436 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3437
c7bd4ebe
MA
34382009-11-08 Michael Albinus <michael.albinus@gmx.de>
3439
3440 * tramp.texi (Auto-save and Backup): Disable backups just for a
3441 method.
3442
3443 * trampver.texi: Update release number.
3444
76c5acad
MA
34452009-11-07 Michael Albinus <michael.albinus@gmx.de>
3446
3447 Sync with Tramp 2.1.17.
3448
3449 * trampver.texi: Update release number.
3450
d9a57abf
GM
34512009-10-29 Glenn Morris <rgm@gnu.org>
3452
3453 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3454
637f4f0f
MA
34552009-10-23 Michael Albinus <michael.albinus@gmx.de>
3456
3457 * tramp.texi (External methods): Temporary files are kept for
3458 `rsync' and `rsyncc' methods.
3459
310dbb05
JB
34602009-10-09 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * eieio.texi: Fix typos.
3463
09094f28
CY
34642009-10-07 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3467
216f299a
JB
34682009-10-07 Juanma Barranquero <lekktu@gmail.com>
3469
3470 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3471 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3472
966a6506
CY
34732009-10-07 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * Makefile.in: Build EIEIO and EDE manuals.
3476
34772009-10-07 Eric Ludlam <zappo@gnu.org>
3478
3479 * eieio.texi:
3480 * ede.texi: New files.
3481
8842cd9b
MA
34822009-10-05 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * tramp.texi (Remote processes): Association of a pty is not supported.
3485
7006d207
CD
34862009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3487
3488 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3489 (Processing LaTeX fragments): Document that the size of images can be
3490 changes using the variable `org-format-latex-options'.
3491 (The date/time prompt, Timestamps): Be more accurate over ISO format
3492 dates and times.
3493 (Visibility cycling): Document showeverything keyword.
3494 (In-buffer settings): Document showeverything keyword.
3495 (Setting up the staging area): Fix the example.
3496 (MobileOrg): New section.
3497 (Agenda commands, Exporting Agenda Views): Document exporting the
3498 agenda view to Org files.
3499
0e7b2867
MA
35002009-09-28 Michael Albinus <michael.albinus@gmx.de>
3501
3502 * tramp.texi (History): Add IMAP support.
3503 (External methods): Add `imap' and `imaps' methods.
3504 (GVFS based methods): Add indices for `davs'.
3505 (Password handling): Rename anchors. Add IMAP entries for
3506 ~/.authinfo.gpg.
3507
3508 * trampver.texi: Set default value of `emacsimap'.
3509
4146636e
KY
35102009-09-22 Daiki Ueno <ueno@unixuser.org>
3511
3512 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3513
d22f7ffa
CY
35142009-09-13 Chong Yidong <cyd@stupidchicken.com>
3515
0c7efc08
SM
3516 * dired-x.texi (Technical Details):
3517 Delete dired-up-directory (Bug#4292).
d22f7ffa 3518
66043531
MA
35192009-09-03 Michael Albinus <michael.albinus@gmx.de>
3520
216f299a 3521 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3522
6eb02347
CD
35232009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3524
3525 * org.texi (Effort estimates): Document new effort setting commands.
3526 (Agenda commands): Document the new keys fro agenda time motion.
3527 Document entry text mode. Improve documentation of the keys to include
3528 inactive time stamps into the agenda view.
3529 (Feedback): Document the new bug report command.
0c7efc08 3530 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3531
38dc51ba
KY
35322009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3533
3534 * auth.texi (Help for users): Corrected markup.
3535
e402f452
GM
35362009-09-02 Glenn Morris <rgm@gnu.org>
3537
3538 * emacs-mime.texi (time-date): Mention float-time.
3539
744256cf
JB
35402009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3541
3542 * calc.texi (Simplifying Formulas): Improve the wording.
3543
b0b63450
MB
35442009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3545
3546 * auth.texi: Rewritten for coverage and clarity.
3547
35482009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3549
0c7efc08
SM
3550 * gnus.texi (Expiring Mail):
3551 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3552 (Various Various): Mention gnus-safe-html-newsgroups.
3553
3554 * gnus-news.texi: Mention
3555 gnus-mark-copied-or-moved-articles-as-expirable.
3556
3557 * emacs-mime.texi (Display Customization): Add xref to
3558 gnus-safe-html-newsgroups.
3559
b59329e0
MA
35602009-08-28 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * tramp.texi (Version Control): Remove.
af42a9cc 3563 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3564 reference.
3565 (External methods): Correct `scpc' concept index entries. New method
3566 `rsyncc'.
3567 (External packages): New subsections "Filename completion" and "File
3568 attributes cache".
3569
0ff2d6c2
JB
35702009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3571
3572 * calc.texi (Rewrite Rules): Improve the example.
3573 (Simplifying Formulas): Explain use of the I and H flags for
3574 simplification.
3575
ecd3d54f
MA
35762009-08-25 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3579 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3580 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3581 for timeout values.
78176e69
MA
3582 (Top): Remove footnote saying D-Bus is not enabled by
3583 default. (Bug#4256)
ecd3d54f 3584
0f215bca
DU
35852009-08-23 Daiki Ueno <ueno@unixuser.org>
3586
3587 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3588 Reported by Jari Aalto (Bug#4211).
0f215bca 3589 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3590 epa-global-mail-mode.
3b7ab45f
DU
3591 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3592 epa-setup.
0f215bca 3593
4f22e84d
MA
35942009-08-16 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * dbus.texi (Asynchronous Methods): Allow nil handler.
3597
9ff0b02b 35982009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3599
26b03ee3 3600 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3601
26b03ee3 3602 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3603
4c39f404
CY
36042009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3605
3606 * calc.texi (Date Forms): Fix typos.
3607
3bcfba17
GM
36082009-08-08 Glenn Morris <rgm@gnu.org>
3609
3610 * org.texi (Agenda commands): Restore clobbered change.
3611
66783bb4
EZ
36122009-08-07 Eli Zaretskii <eliz@gnu.org>
3613
3614 * calc.texi (Graphics, Devices): Update with the peculiarities of
3615 operation on MS-Windows.
3616
c8d0cf5c
CD
36172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3618
3619 * org.texi (Publishing action): Improve documentation of file
3620 names when publishing to the source directory.
3621 (Clean view): Document `org-indent-mode'.
3622 (Clocking work time): Add documentation for the
3623 new :timetamp option when creating a clock report.
3624 (Paragraphs): Fix many typos.
3625 (Plain lists): Remove duplicate explanation about the
3626 `C-c *' command.
3627 (Literal examples): Update to reflect the new behavior
3628 of the -n -r -k switches when exporting source code examples.
3629 (Structure editing): Add information about `C-c *',
3630 converting a plain list into a list of Org items.
3631 (Remember): Small rephrasing of the paragraph
3632 describing remember.el. Also mentioned that remember.el is part
3633 of Emacs 23, not Emacs 22.
3634 (Clocking work time): Add documentation about
3635 displaying the current clocking time against the effort estimate.
3636 Also add a footnote about using `org-clock-in-prepare-hook' to add
3637 an effort estimate on the fly, just before clocking it.
3638 (Footnotes): Document automatic renumbering and
3639 sorting.
3640 (Agenda commands): Document new bulk commands.
3641 (Plain lists): Document new behavior of
3642 `org-cycle-include-plain-lists'.
4e2af782 3643 Hyphenation only in TeX.
c8d0cf5c
CD
3644 (Clocking work time): Document the key to update effort
3645 estimates.
3646 (Clocking work time): Document the clock time display.
3647 (Structure editing, TODO basics): Document new
3648 variables.
3649 (Column attributes): Document new colciew operators.
3650 (Publishing options): Document :xml-declaration.
3651 (Tracking TODO state changes): Document the
3652 LOG_INTO_DRAWER property.
3653 (Literal examples): Document the new implementation for
3654 editing source code.
3655 (Publishing action): Mention the new publishing
3656 function, to publish an Org source file.
3657 (Publishing links): Mention how to link to an Org source file.
3658 (Macro replacement): Document new macros.
3659 (Handling links): Document type-specific completion
3660 when inserting links.
3661 (Structure editing, Plain lists): Improve documentation
3662 on sorting.
3663 (Internal links): Document custom ids for links.
3664 (Handling links): Document custom ids for links.
3665 (CSS support): Document new class.
3666 (Refiling notes): Document the possibility to create new nodes
3667 during refiling.
3668 (Agenda commands): Document the "?" operator to find
3669 tasks without effort setting.
3670 (Exporting agenda information): Section moved.
3671 (RSS Feeds): New section.
3672 (Built-in table editor): Document M-e and M-a navigate
3673 inside table field.
3674 (Stuck projects): Docment that projects identified as
3675 un-stuck will still be searchd for stuck sub-projects.
3676 (Paragraphs): Document centering.
3677 (Creating timestamps, Agenda commands): Document new
3678 behavior when changing time stamps.
3679 (Structure editing): Document the new command
3680 `org-clone-subtree-with-time-shift'.
3681 (Publishing): Refresh this chapter.
3682 (Export options, Export options, In-buffer settings):
3683 Document the new keywords.
3684 (Matching tags and properties): Collect all
3685 documentation about tags/property matches here.
3686 (Setting tags): Document `org-tag-persistent-alist'.
3687 (Weekly/daily agenda): New section.
3688 (Orgstruct mode): Describe `orgstruct++-mode'.
3689 (Drawers): Mention the LOGBOOK drawer.
3690 (Export options, Sectioning structure): Document the
3691 #+LEATEX_HEADER in-buffer setting.
3692 (Bugs): Section removed.
3693 (Hooks): New section.
0c7efc08 3694 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3695 (Context-sensitive commands): New section.
3696 (Setting tags): Document newline option.
3697 (Global TODO list, Matching tags and properties):
3698 Mention more variables.
3699 (Checkboxes): Update to changed command behavior.
81a5560e 3700
40d2791f
CY
37012009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3702
3703 * speedbar.texi (Basic Key Bindings): Fix typo.
3704
65d0154b
JB
37052009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3706
3707 * calc.texi (Vector/Matrix Functions): Add index entries for both
3708 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3709 affects matrices with more than one row.
b5bdfd9f 3710 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3711
5a9e3ab7
JB
37122009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3713
3714 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3715 `calc-transpose-lines'.
5a9e3ab7 3716
42fb7e61
MA
37172009-07-27 Michael Albinus <michael.albinus@gmx.de>
3718
3719 * dbus.texi (Receiving Method Calls): Describe special return value
3720 `:ignore'.
3721
574b69d5
AM
37222009-07-24 Alan Mackenzie <acm@muc.de>
3723
3724 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3725 initialization, any individual variable setting now takes precedence
3726 over one done via c-file-style/c-file-offsets.
3727
ec06459c
JB
37282009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3729
3730 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3731 truncated when Calc is quit.
3732 (Customizing Calc): Document `calc-undo-length'.
3733
4ce54f6b
CY
37342009-07-20 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3737
0e4f8ba5
GM
37382009-07-11 Kevin Ryde <user42@zip.com.au>
3739
3740 * pcl-cvs.texi (About PCL-CVS):
3741 * widget.texi (Basic Types):
3742 Fix cross-references.
3743
fa0f81b0
AS
37442009-07-01 Andreas Schwab <aschwab@redhat.com>
3745
3746 * dbus.texi (Type Conversion): Don't use literal control character.
3747
88a683c5
MA
37482009-07-01 Michael Albinus <michael.albinus@gmx.de>
3749
3750 * tramp.texi (GVFS based methods): New section.
3751 (Remote processes): Processes for GVFS based methods run locally.
3752
36c8febb
MA
37532009-06-30 Michael Albinus <michael.albinus@gmx.de>
3754
0c7efc08
SM
3755 * tramp.texi (Inline methods, External methods, Gateway methods):
3756 Avoid the words "kludge" and hack".
36c8febb
MA
3757 (External methods): Add `synce' method.
3758
3759 * trampver.texi: Update release number.
3760
d6b951bb
MA
37612009-06-22 Michael Albinus <michael.albinus@gmx.de>
3762
3763 Sync with Tramp 2.1.16.
3764
3765 * tramp.texi (History): Add GVFS support.
3766 (External methods): Precise `rsync' description. Add `dav', `davs' and
3767 `obex' methods. Add 'tramp-gvfs-methods' option.
3768 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3769 forms.
3770 (Remote Programs): Introduce `tramp-own-remote-path'.
3771 (Remote processes): New subsection "Running remote programs that create
3772 local X11 windows".
3773 (Frequently Asked Questions): Improve code for disabling vc.
3774
3775 * trampver.texi: Update release number. Set default value of
3776 `emacsgvfs'.
3777
70243478
CY
37782009-06-21 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * Branch for 23.1.
3781
54b31cbf
GM
37822009-06-17 Glenn Morris <rgm@gnu.org>
3783
3784 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3785 (Latest version of Emacs): Mention source code repository.
3786
f6adc23c
GM
37872009-06-16 Glenn Morris <rgm@gnu.org>
3788
3789 * faq.texi (Top): Language tweak.
3790 (Extended commands): Most people have arrow keys.
3791 (Emacs manual): Say how to follow info links.
3792 (File-name conventions): Change title a bit. Explain about source
3793 versus installed. Condense etc description.
3794 (Guidelines for newsgroup postings): Mention Savannah list page.
3795 (Newsgroup archives): Simplify.
3796 (Contacting the FSF): Add contact URL.
3797 (Emacs Lisp documentation): Printed version not always available.
3798 (Installing Texinfo documentation): Explain how by hand installation is
3799 not normally needed. Use add-to-list. Remove duplicate reference.
3800 (Informational files for Emacs): Move info on Help menu here from
3801 "File-name conventions".
3802 (Help installing Emacs): Tweak uref.
3803 (Obtaining the FAQ): Mention repository.
3804 (Origin of the term Emacs): Explain "ITS".
3805 (Changing load-path): Use add-to-list.
3806 (Automatic indentation): Clarify this is for Text mode.
3807 Don't mention Indented Text mode.
3808 (Finding Emacs on the Internet): The FSF does not seem to offer a
3809 deluxe distribution on CD anymore.
3810
b59a8457
GM
38112009-06-16 Glenn Morris <rgm@gnu.org>
3812
3813 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3814 Recommend the latest release. Mention how to get older FAQs.
3815 Recommend the Emacs manual.
3816 (Guidelines for newsgroup postings): Discourage cross-posts.
3817 (Underlining paragraphs): Remove.
3818 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3819 (Bugs and problems): Update key-binding.
3820 (Problems with very large files): Mention 64-bit.
3821 (Shell process exits abnormally): Remove.
3822 (Problems with Shell Mode): Rename and update.
3823 (Spontaneous entry into isearch-mode)
3824 (Problems talking to certain hosts): Remove. This is old information,
3825 in etc/PROBLEMS if needed.
3826 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3827 (Dired claims that no file is on this line): Update.
3828 (Installing Emacs, Problems building Emacs): Simplify.
3829 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3830 information.
3831 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3832 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3833 (JDEE): "JDEE", not "JDE".
3834 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3835 Remove. This is old information, in etc/PROBLEMS if needed.
3836 (stty and Backspace key, Kanji and Chinese characters): Remove.
3837 (Right-to-left alphabets): Update section.
3838 (Changing the included text prefix): Gnus uses message-yank-prefix.
3839 Add cross-reference to Supercite manual.
3840 (Saving a copy of outgoing mail): Simplify output file description.
3841 (Expanding aliases when sending mail): Refer to Emacs manual.
3842 Remove old info about RFC822.
3843 Correct description of how to rebuild aliases.
3844 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3845 (MIME with Emacs mail packages)
3846 (Viewing articles with embedded underlining)
3847 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3848 Remove old sections.
3849 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3850 and is well-documented in the Gnus manual.
3851 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3852 (Making Gnus faster): Rename from "Starting Gnus faster".
3853 Merge "Catch-up is slow in Gnus" into here.
3854
0e6d12ca
GM
38552009-06-14 Glenn Morris <rgm@gnu.org>
3856
3857 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3858 (New in Emacs 23): New section.
3859 (Handling C-s and C-q with flow control): Add xref.
3860
2e17e05e
GM
38612009-06-13 Glenn Morris <rgm@gnu.org>
3862
3863 * faq.texi (Setting up a customization file): Grammar fix.
3864 Customize is no longer "new".
3865 (Displaying the current line or column): Line-number mode is on by
3866 default. Don't mention `column' package. Mention linum.el.
3867 (Turning on abbrevs by default): Explain how to do it for buffers,
3868 modes, and everywhere.
3869 (Associating modes with files): Use add-to-list. Don't mention Emacs
3870 19.
3871 (Highlighting a region): On by default since 23.1.
3872 (Replacing highlighted text): Update doc quote.
3873 (Working with unprintable characters): Don't mention search-quote-char.
3874 (Using an already running Emacs process): Gnuclient is probably not an
3875 enhancement these days.
3876 (Indenting switch statements): Remove mention of pre-Emacs 20.
3877 (Horizontal scrolling): Abbreviate Emacs 20 description.
3878 (Replacing text across multiple files): Fix name of dired command.
3879 (Disabling backups): Use require not load.
4f9d4de3 3880 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3881
2a1cf2b9
BW
38822009-06-13 Bill Wohler <wohler@newt.com>
3883
3884 Release MH-E manual version 8.2.
3885
3886 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3887 release 8.2.
3888
85b438b7
GM
38892009-06-13 Glenn Morris <rgm@gnu.org>
3890
3891 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3892 in this day and age the common meaning is "on the web".
3893 (copying): Use @copyright in all cases.
3894 (Basic keys): Remove reference to deleted manual node "Text Characters".
3895 (File-name conventions): Use GNU as an example rather than SERVICE.
3896 default.el lives in site-lisp. Update Info directory location.
3897 (Real meaning of copyleft): GPL actions have been brought, but all
3898 settled out of court.
3899 (Guidelines for newsgroup postings): Shorten section title.
3900 Simplify comp.emacs description.
3901 (Newsgroup archives): Change Google URL. Describe Gmane.
3902 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3903 points". Mention List-Unsubscribe header.
3904 (Contacting the FSF): Update email and URLs.
3905 (Basic editing): Mention F1 for help.
3906 (Installing Texinfo documentation): Refer to Texinfo website rather
3907 than ftp server.
3908 (Printing a Texinfo file): Mention texi2pdf.
3909 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3910 are just stubs nowadays.
3911 (Latest version of Emacs): Explain version numbers.
3912 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3913 (Turning on syntax highlighting): No need to mention hilit19 any more.
3914 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3915 (Modes for various languages): Remove section.
3916 (Major packages and programs): Remove most version and maintainer
3917 information - it's hard to keep up-to-date, and adds nothing.
3918 Similarly with direct links to mailing lists.
3919 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3920 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3921 years, and Emacs comes with tools for this now.
3922 (Patch): Remove section - this is a standard tool.
3923 (Using function keys under X): Remove section.
3924
93e2d996
GM
39252009-06-12 Glenn Morris <rgm@gnu.org>
3926
3927 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3928 (Help installing Emacs): Remove reference to deleted X11 node.
3929 (Associating modes with files): Interpreter-mode-alist is no longer
3930 subservient to auto-mode-alist.
3931 (Installing Emacs): Change future Emacs version.
3932 (Linking with -lX11 fails): Remove old section.
3933 (Packages that do not come with Emacs): Update ELL location.
3934 Emacs Lisp archive is dead.
3935 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3936 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3937 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3938 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3939 (Removing flashing messages): Remove section about non-existent Gnus
3940 option.
3941
f0bf7708
GM
3942 * faq.texi (Top): Add @top command.
3943 Remove the optional arguments from all @node commands: makeinfo can
3944 generate these automatically, and it is easier to edit and rearrange
3945 nodes without them.
3946
30884d11
GM
39472009-06-11 Glenn Morris <rgm@gnu.org>
3948
3949 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3950 (The LPF): Make the updated URL the sole reference point.
3951 (Learning how to do something): Update refcard price and format.
3952 (Getting a printed manual): Sources in doc/emacs/, not man/.
3953 Also available in PDF format. Since the page count varies, be less
3954 precise.
3955 (Informational files for Emacs): Remove references to deleted files
3956 LPF and SUN-SUPPORT, and to UUCP.
3957 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3958 Remove many obsolete ways to get the FAQ, which now seems only to be
3959 distributed with Emacs.
3960 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3961
deab46e0
CY
39622009-06-09 Chong Yidong <cyd@stupidchicken.com>
3963
223b43fa 3964 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3965 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3966
deab46e0
CY
3967 * ada-mode.texi (Installation, Compile commands)
3968 (Project File Overview, No project files, Set compiler options)
3969 (Use GNAT project file, Use multiple GNAT project files)
3970 (Identifier completion): Use @samp for menu items, and @kbd for key
3971 sequences (Bug#3504).
3972
71fbd643
DU
39732009-06-04 Daiki Ueno <ueno@unixuser.org>
3974
8c9bb6f5 3975 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3976
f197085b
CY
39772009-06-04 Ryan Yeske <rcyeske@gmail.com>
3978
3979 * message.texi (Header Commands): Fix descriptions to match
3980 keybindings.
3981
7f3bc720
DU
39822009-04-22 Daiki Ueno <ueno@unixuser.org>
3983
3984 * gnus.texi (Security): Mention that EasyPG is the current default.
3985
4518068d
CY
39862009-04-13 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * ediff.texi (Session Commands): Fix typo.
3989
d7ca410a
MB
39902009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3991
3992 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3993 news.software.readers. Reported by Florian Rehnisch.
3994
c6c76add
GM
39952009-04-02 Glenn Morris <rgm@gnu.org>
3996
3997 * auth.texi: Capitalize direntry.
3998
3999 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4000 using a period in the entry name. (Bug#2797)
4001
35ed8e2e
JB
40022009-03-03 Juanma Barranquero <lekktu@gmail.com>
4003
4004 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4005 ($(infodir)/auth, auth.dvi): New targets.
4006
e280480a
GM
40072009-03-03 Glenn Morris <rgm@gnu.org>
4008
4009 * auth.texi: Fix @setfilename.
4010
4011 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4012 (auth, $(infodir)/auth, auth.dvi): New rules.
4013
8a76755b
GM
40142009-02-25 Glenn Morris <rgm@gnu.org>
4015
4016 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4017
0038d478
MB
40182009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4021
40222009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4023
4024 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4025 gnus-nocem-issuers, and gnus-nocem-verifyer.
4026
867d4bb3
JB
40272009-02-20 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * ada-mode.texi (Project files, Automatic Casing):
4030 * dbus.texi (Signals):
4031 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4032 * mh-e.texi (HTML):
4033 * nxml-mode.texi (Locating a schema)
4034 (Using the document's URI to locate a schema):
4035 * org.texi (Footnotes, Using the mapping API):
4036 * rcirc.texi (Channels): Remove duplicate words.
4037
3a44dc1f
GM
40382009-02-20 Glenn Morris <rgm@gnu.org>
4039
4040 * dired-x.texi (Miscellaneous Commands):
4041 * gnus.texi: Minor updates for mbox Rmail.
4042
5dc584b5
KB
40432009-02-16 Karl Berry <karl@gnu.org>
4044
b59a8457
GM
4045 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4046 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4047 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4048 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4049 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4050 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4051 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4052 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4053 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4054 Consistently use @insertcopying in the Top node,
5dc584b5 4055 @contents at the front (after @end titlepage),
b59a8457 4056 and @direntry after @copying. (Bug#1988)
5dc584b5 4057
9eb59592
MB
40582009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4059
4060 * auth.texi: New file documenting auth-source.
4061
d324fa76
CD
40622009-02-13 Carsten Dominik <dominik@science.uva.nl>
4063
4064 * org.texi (Org Plot): Fix link.
4065
7a603b73
DU
40662009-02-09 Daiki Ueno <ueno@unixuser.org>
4067
4068 * epa.texi (Mail-mode integration): Mention the way to do
4069 "encrypt-to-self". (Bug#1807)
4070
a626b338 40712009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4072
4073 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4074
3b36c17e
MB
40752009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4076
4077 * gnus-news.texi: Print version about Incoming*.
4078
55033558
CD
40792009-02-02 Carsten Dominik <dominik@science.uva.nl>
4080
4081 * org.texi (Structure editing, Handling links)
4082 (Fast access to TODO states, Javascript support): Make standard docs
4083 correctly reflect default variable settings.
4084
ec712abb
GM
40852009-02-02 Glenn Morris <rgm@gnu.org>
4086
4087 * org.texi: Fix typos.
4088
7112648c
MA
40892009-02-01 Michael Albinus <michael.albinus@gmx.de>
4090
4091 Sync with Tramp 2.1.15.
4092
4093 * trampver.texi: Update release number.
4094
2e461fc1
CD
40952009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4096
4097 * org.texi (TODO dependencies): Document TODO dependencies on
4098 checkboxes.
4099
bc283609
CD
41002009-01-30 Carsten Dominik <dominik@science.uva.nl>
4101
4102 * org.texi (TODO dependencies): Document key binding for toggling
4103 ORDERED property.
4104
74fc5047
MA
41052009-01-28 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4108 of hook functions.
4109
d6685abc
CD
41102009-01-28 Carsten Dominik <dominik@science.uva.nl>
4111
4112 * org.texi (TODO dependencies): New section.
4113
65c439fd
CD
41142009-01-27 Carsten Dominik <dominik@science.uva.nl>
4115
4116 * org.texi (Plain lists, TODO basics, Priorities)
4117 (Multiple sets in one file, Conflicts): Document interaction with
4118 `shift-selection-mode'.
4119
5fafc247
JB
41202009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4121
4122 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4123 Make Calc the subject of sentences.
4124 (Rearranging Formulas using Selections): Discuss new options
4125 for `j *'.
4126
e7433508
MA
41272009-01-26 Michael Albinus <michael.albinus@gmx.de>
4128
4129 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4130
2096a1b6
GM
41312009-01-26 Glenn Morris <rgm@gnu.org>
4132
4133 * org.texi: Fix typos.
4134
0cb61492
BW
41352009-01-26 Bill Wohler <wohler@newt.com>
4136
2096a1b6 4137 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4138
0bd48b37
CD
41392009-01-25 Carsten Dominik <dominik@science.uva.nl>
4140
4141 * org.texi (References): Add information about remote references.
4142 (Built-in table editor): Document `C-c RET' in tables.
4143 (Math symbols, Quoting LaTeX code): Mention that simple
4144 LaTeX macros survive LaTeX export.
4145 (Images in LaTeX export): Show how to create a reference to a
4146 figure.
4147 (Sectioning structure): Document that the LaTeX class can be
4148 specified in a property.
4149 (Text areas in HTML export): New section.
4150 (External links): Add examples for text search and ID links.
4151 (Built-in table editor): Remove the descriptio of `C-c
4152 C-q', it not longer works.
4153 (Literal examples): Document that a space must follow
4154 the colon in short examples.
4155 (Relative timer): Document `org-timer-stop'.
4156 (Footnotes): New section.
4157 (Footnote markup): Shorten section and refer to new Footnote
4158 section.
4159 (Literal examples): Add documentation for line
4160 numbering in and references to code examples.
4161 (CSS support): Fix the description of default CSS styles.
4162 (Capturing column view): Document
4163 "file:path/to/file.org" as an allowed value for the ID property of
4164 a dynamic block copying column view.
4165
49dbbaf2
SE
41662009-01-23 Stephen Eglen <stephen@gnu.org>
4167
4168 * mh-e.texi (Getting Started): Describe $MH.
4169
193e6828
MA
41702009-01-21 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * tramp.texi (all): Harmonize usage of "external method",
4173 "external transfer method" and "out-of-band method".
4174 (Connection types): Precise the differences of inline and external
4175 methods. Written by Adrian Phillips <a.phillips@met.no>.
4176
26b9f88d
MB
41772009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4178
4179 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4180 commands as described at the top. Reported by Allan Gottlieb
4181 <gottlieb@nyu.edu>.
4182
41832009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4186 nnmail-pathname-coding-system.
4187
377952e0
GM
41882009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4189
4190 * org.texi (Relative timer): Fix typo.
4191
a20d3598
JB
41922009-01-15 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4195 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4196
a50253cc
GM
41972009-01-13 Glenn Morris <rgm@gnu.org>
4198
4199 * org.texi: Fix some more typos.
4200
07450bee
GM
42012009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4202
4203 * org.texi: Fix some typos.
4204
e3e955fe
MB
42052009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4206
4207 * gnus.texi (Group Parameters): Add note for local variables.
4208
42092009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4210
0c7efc08
SM
4211 * gnus.texi (Converting Kill Files): Fix URL.
4212 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4213
42142009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4215
4216 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4217 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4218 (Paging the Article): Add index entry.
4219
71dd9983
JB
42202009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4221
4222 * ada-mode.texi (Examples): Delete redundant text.
4223
4a0cf14f
MA
42242009-01-03 Michael Albinus <michael.albinus@gmx.de>
4225
36c8febb 4226 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4227
4228 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4229 addresses.
4230
aedac0f0
BW
42312009-01-03 Bill Wohler <wohler@newt.com>
4232
4233 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4234 kept empty.
4235
4c65b566
CD
42362008-12-20 Carsten Dominik <dominik@science.uva.nl>
4237
4238 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4239 (HTML Export commands, LaTeX/PDF export commands):
4240 Improve documentation about transient-mark-mode.
e9fce1ac 4241 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4242 to fields in the last table row.
4243
e1a78e1e
JL
42442008-12-19 Juri Linkov <juri@jurta.org>
4245
4246 * info.texi (Search Text): Remove mention of removed key binding M-s.
4247
17a0aa82
CD
42482008-12-18 Carsten Dominik <dominik@science.uva.nl>
4249
4250 * org.texi (References): Remove mentioning of @0 as reference for the
4251 last line, this has been reverted in the Lisp sources.
4252
4997d802
JB
42532008-12-17 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4256 (DVI_TARGETS): Remove duplicates. Add sasl.
4257 ($(infodir)/sasl, sasl.dvi): New targets.
4258
33306645
CD
42592008-12-17 Carsten Dominik <dominik@science.uva.nl>
4260
4261 * org.texi: Version number pushed to 6.15d.
4262
db55f368
CD
42632008-12-16 Carsten Dominik <dominik@science.uva.nl>
4264
a0bf4117 4265 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4266 (Images in LaTeX export): New section.
4267 (Inlined images, Images in HTML export): Sections renamed.
4268
dae0a942
MB
42692008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4270
4271 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4272
9f5572e9
MB
42732008-12-04 David Engster <dengste@eml.cc>
4274
4275 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4276 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4277
bc23baaa
CD
42782008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4279
4280 * org.texi (Using the mapping API): Fix bug in mapping example.
4281 (Publishing options): Make the list of properties complete again, in
4282 correspondence to the variable `org-export-plist-vars'.
4283 (Property searches): Document new special values for time comparisons.
4284 (Tag inheritance): Refine the description of tag inheritance.
4285 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4286 (Effort estimates): Document the new relative timer.
bc23baaa 4287
3bf8054f
JB
42882008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4289
4290 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4291 (Using Calc): Clarify use of `C-x * o'.
4292 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4293
ac134f2f
RS
42942008-11-28 Richard M Stallman <rms@gnu.org>
4295
4296 * dbus.texi (Receiving Method Calls): Clean up previous change.
4297
ace706d1
MA
42982008-11-26 Michael Albinus <michael.albinus@gmx.de>
4299
4300 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4301 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4302 `dbus-unescape-from-identifier'.
4303 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4304 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4305 (Signals): Use the constants in the example.
4306
d60b1ba1
CD
43072008-11-24 Carsten Dominik <dominik@science.uva.nl>
4308
b97439ce 4309 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4310
ce4fdcb9
CD
43112008-11-23 Carsten Dominik <dominik@science.uva.nl>
4312
4313 * org.texi (Setting up Remember): Document `org-remember-mode'.
4314 (External links): Document that bbdb links can use a regular
4315 expression.
4316 (External links): Document that elisp links can contain interactive
4317 commands.
4318
c8548a00 43192008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4320
4321 * viper.texi (viper-translate-all-ESC-keysequences):
4322 Description removed.
4323
6a2c4aec
GM
43242008-11-19 Glenn Morris <rgm@gnu.org>
4325
4326 * doclicense.texi: Change to FDL 1.3.
4327 Relicense all texi files under FDL 1.3 or later.
4328
59ee4113
JB
43292008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4330
4331 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4332
59bcbb98 43332008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4334
0c7efc08 4335 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4336
4337 * ediff.texi: Version/date change.
9f90198a 4338
8aa41c9b
CY
43392008-11-14 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4342
17587b1b
JB
43432008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4344
4345 * calc.texi (About This Manual): Comment out a mention of
4346 marginal notes.
4347
564c900e
CD
43482008-11-12 Carsten Dominik <dominik@science.uva.nl>
4349
4350 * org.texi (Clocking work time): Document the :formula property of
4351 clock tables.
4352 (Structure editing, Refiling notes): Document refiling regions.
4353 (Agenda commands): Document the double-prefix version
4354 of the `l' command in the agenda.
4355 (Handling links): Explain the effect of a double prefix
4356 arg to `C-c C-o'.
4357 (TODO basics): Add documentation for tag triggers.
4358
3c4be1f2
GM
43592008-10-23 Glenn Morris <rgm@gnu.org>
4360
4361 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4362 byte-compiling things like `+'.
4363
4364 * ns-emacs.texi: Merge copyright years of author now with assignment
4365 into FSF years.
4366 (VER): Use it for easier automatic updating. Use Emacs version rather
4367 than standalone Emacs.app version.
4368
a6520ff3
CD
43692008-10-12 Carsten Dominik <dominik@science.uva.nl>
4370
864c9740 4371 * org.texi: Lots of minor fixes.
a6520ff3
CD
4372 (Capture): New chapter.
4373 (Org Plot): New section.
4374
db7a4b66
MH
43752008-09-30 Magnus Henoch <mange@freemail.hu>
4376
4377 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4378
4043c194
JB
43792008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4380
4381 * calc.texi (User Defined Units): Mention how to enter optional display
4382 string.
4383
eef5ade7
MB
43842008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4385
0c7efc08 4386 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4387 avoid the "y/n" wording.
4388
e52cac88
MB
43892008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4390
0c7efc08 4391 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4392
43932008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4394
4395 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4396 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4397
00c55306
BW
43982008-09-22 Bill Wohler <wohler@newt.com>
4399
4400 Release MH-E manual version 8.1.
4401
4402 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4403 release 8.1.
4404
4405 * mh-e.texi: Retain dual license as agreed to by the FSF.
4406 However, bump GPL to Version 3.
4407 Use @include for license text.
4408
e52cac88 44092008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4410
4411 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4412 (Store custom flags and keywords, Store arbitrary data):
4413 Clean up markup.
64763fe3
MB
4414
44152008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4416
4417 * gnus.texi (The Gnus Registry): Document it.
4418
9e601b8d
MB
44192008-09-08 David Engster <dengste@eml.cc>
4420
88ee5b02
JB
4421 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4422 Clarify section about choosing back end servers.
9e601b8d 4423
247043f1
GM
44242008-08-23 Glenn Morris <rgm@gnu.org>
4425
4426 * dired-x.texi (Shell Command Guessing):
4427 Mention dired-guess-shell-case-fold-search. (Bug#417)
4428
2bfec7a0
MA
44292008-08-22 Michael Albinus <michael.albinus@gmx.de>
4430
4431 * trampver.texi: Update release number.
4432
247043f1 44332008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4434
4435 * ns-emacs.texi: Update version.
4436 (Introduction): Correct menu location for options save.
4437 (Customization): Note that defaults are stored under org.gnu.Emacs.
4438
8c20bd92
BW
44392008-08-11 Bill Wohler <wohler@newt.com>
4440
4441 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4442 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4443 Henman) (closes SF #1768928).
4444
767a4d92
GM
44452008-08-10 Glenn Morris <rgm@gnu.org>
4446
4447 * ns-emacs.texi: Use @copying. Change copyright of authors with
4448 assignment to FSF. Change license to GFDL.
4449 (Top): Remove outdated references.
4450
6ecfe5c2
MB
44512008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4452
88ee5b02
JB
4453 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4454 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4455 gnus-summary-sort-by-most-recent-date.
4456 (Summary Sorting): Explain prefix argument.
4457
44582008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4459
4460 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4461 gnus-summary-pipe-output.
4462
eb932e8a
MA
44632008-08-03 Michael Albinus <michael.albinus@gmx.de>
4464
4465 * dbus.texi (Receiving Method Calls): Document error handling of own
4466 D-Bus methods.
4467
bfe16263
BW
44682008-08-01 Bill Wohler <wohler@newt.com>
4469
4470 * mh-e.texi (Reading Mail)
9f90198a 4471 (Viewing Attachments): Describe new function
bfe16263
BW
4472 mh-show-preferred-alternative.
4473 (Sending Mail, Redistributing, Sending Message): Describe new hook
4474 mh-annotate-msg-hook.
4475
21956b56
MA
44762008-07-31 Michael Albinus <michael.albinus@gmx.de>
4477
4478 * dbus.texi (Arguments and Signatures): Fix example.
4479 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4480 (Asynchronous Methods): New node.
9f90198a
JB
4481 (Errors and Events): Describe extended layout of `dbus-event'.
4482 New defun `dbus-event-message-type'.
21956b56 4483
7c2fb837
DN
44842008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4485
4486 * ediff.texi: Remove VMS support.
4487
13662773
JB
44882008-07-29 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4491 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4492
ddde0b34
CY
44932008-07-29 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * Makefile.in: Add mairix-el targets.
4496
44972008-07-29 David Engster <deng@randomsample.de>
4498
4499 * mairix-el.texi: New file.
4500
d5875b25
JB
45012008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4502
366b7d44
JB
4503 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4504 project files. Delete 'main_unit' project variable; not needed. Allow
4505 process environment variables wherever project variables are allowed.
4506 Add tutorial section on multiple GNAT project files.
d5875b25 4507
6cbab8ee
MA
45082008-07-27 Michael Albinus <michael.albinus@gmx.de>
4509
4510 Sync with Tramp 2.1.14.
4511
4512 * trampver.texi: Update release number.
4513
9e2a2647
DN
45142008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 * ns-emacs.texi:
4517 * faq.texi: Remove mentions of Mac Carbon.
4518
d62672f3
MB
45192008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4520
4521 * gnus.texi (Saving Articles): Describe the 2nd argument of
4522 gnus-summary-save-in-pipe.
4523 (SpamAssassin): Use it.
4524
45252008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4526
4527 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4528
dd12e1c6
CD
45292008-07-25 Carsten Dominik <dominik@science.uva.nl>
4530
4531 * org.texi (Export options): Document the use of the creator flag.
4532
44ce9197
CD
45332008-07-24 Carsten Dominik <dominik@science.uva.nl>
4534
4535 * org.texi: New version 6.06a.
4536
ddd13c5d
JB
45372008-07-23 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4540 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4541
8dc6104d
JB
45422008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4543
4544 * calc.texi (Editing Stack Entries):
4545 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4546 Calc's help functions. Mention fixing typos.
4547 (Customizing Calc): Fix typo.
4548
45492008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4550
4551 * calc.texi (summarykey): New macro. Use to correctly format keys in
4552 the summary.
4553
ddd13c5d 45542008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4555
4556 * ns-emacs.texi (Customization): Corrected documentation on color
4557 specification formats.
4558
568beaa2
AS
45592008-07-19 Andreas Schwab <schwab@suse.de>
4560
db8ef699 4561 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4562
4563 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4564 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4565
cd71b9ae
MA
45662008-07-18 Michael Albinus <michael.albinus@gmx.de>
4567
4568 * dbus.texi (Inspection): Rework, introduce submenus.
4569 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4570 (Properties and Annotations, Arguments and Signatures): New nodes.
4571
9b7993b4
MA
45722008-07-13 Michael Albinus <michael.albinus@gmx.de>
4573
4574 * dbus.texi (Receiving Method Calls): Fix description of
4575 `dbus-register-method'.
4576 (Signals): Allow also signal arguments for filtering in
4577 `dbus-register-signal'.
4578
241d447b
JB
45792008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4580
4581 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4582 `cnorm'.
4583 (Arithmetic Tutorial): Simplify the verification of prime factors.
4584
adb46650
MB
45852008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4586
4587 * gnus.texi (Saving Articles): Mention
4588 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4589
92e15881
JB
45902008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4591
4592 * calc.texi: Adjust mode line throughout.
4593
ea597303
JB
45942008-06-28 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * sasl.texi (Mechanisms): Fix typos.
4597
aee08080
JB
45982008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4599
4600 * calc.texi (Killing from the stack): Mention using normal Emacs
4601 copying.
4602
a06a4a12
MA
46032008-06-21 Michael Albinus <michael.albinus@gmx.de>
4604
0c7efc08 4605 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4606 Add `auth-source' mechanism.
a06a4a12
MA
4607 (Connection caching): Tramp reopens the connection automatically,
4608 when the operating system on the remote host has been changed.
4609
7389398d
EZ
46102008-06-20 Eli Zaretskii <eliz@gnu.org>
4611
4612 * makefile.w32-in (distclean): Remove makefile.
4613
b349f79f
CD
46142008-06-17 Carsten Dominik <dominik@science.uva.nl>
4615
3f9b4c2b 4616 * org.texi (Using the mapping API): New section.
b349f79f 4617 (Agenda column view): New section.
3f9b4c2b 4618 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4619 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4620 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4621
46222008-06-17 Jason Riedy <jason@acm.org>
4623
4624 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4625 function, and efmt may be a two-argument function.
4626 (Radio tables): Document multiple destinations.
4627
cd5c05d2
GM
46282008-06-16 Glenn Morris <rgm@gnu.org>
4629
4630 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4631 Add Cover-Texts.
4632
debf4439
GM
46332008-06-15 Glenn Morris <rgm@gnu.org>
4634
4635 * faq.texi (VER): Update to 23.0.60.
4636
4637 * mh-e.texi: Remove option of licensing under GPL.
4638 Add Cover-Texts to GFDL permissions notice.
4639 (GPL): Remove section.
4640 (GFDL): Include doclicense.texi rather than the actual text.
4641
4642 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4643 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4644
4645 * sasl.texi: Fix output file name.
4646
4647 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4648
4649 * gnus-coding.texi: Refer to license in Gnus manual.
4650
4651 * idlwave.texi, sasl.texi: Use @copying.
4652
4653 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4654
4655 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4656
4657 * url.texi: Use @copying, @title, @subtitle, @author.
4658
4659 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4660 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4661 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4662 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4663 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4664 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4665 * widget.texi, woman.texi:
4666 Remove references to external license, since doclicense is included.
4667
4668 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4669 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4670 Remove references to non-existent Invariant Sections.
4671
091f8bc1
GM
46722008-06-14 Glenn Morris <rgm@gnu.org>
4673
4674 * faq.texi (Major packages and programs): Remove references to external
4675 Supercite, Calc, VIPER, since they have been included for some time.
4676 Update VM, AUCTeX, BBDB entries.
4677
47bcb4d3
UJ
46782008-06-14 Ulf Jasper <ulf.jasper@web.de>
4679
4680 * newsticker.texi: Updated to match latest newsticker changes.
4681
6f093307
GM
46822008-06-13 Glenn Morris <rgm@gnu.org>
4683
4684 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4685 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4686 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4687 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4688 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4689 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4690 * woman.texi:
4691 Update Back-Cover Text as per maintain.info.
4692
2b968687
MB
46932008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4694
4695 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4696
4697 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4698 (gnus-faq.xml): Update repository host.
4699
2b968687
MB
4700 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4701
47022008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4703
4704 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4705 Fix a typo.
4706
47072008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4708
4709 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4710 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4711 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4712
47132008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4714
4715 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4716 coding standards.
4717
47182008-06-14 David Engster <dengste@eml.cc>
4719
4720 * gnus.texi (nnmairix): Markup fixes.
4721
e6d2d263
MB
47222008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4723
2b968687 4724 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4725
47262008-06-05 David Engster <dengste@eml.cc>
4727
4728 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4729
47302008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4731
b344d29d 4732 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4733 (Searching, nnir, nnmairix): New stub nodes.
4734
ad231df6 47352008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4736
4737 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4738
f394fa25
MB
47392008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4740
4741 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4742
58333467
MB
47432008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4744
4745 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4746
67525fb9
JY
47472008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4748
4749 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4750
0549d8fc
JB
47512008-05-06 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * info.texi (Top): Fix typo in xref.
4754
149a3837
KB
47552008-05-05 Karl Berry <karl@gnu.org>
4756
4757 * info.texi (Top): @xref to stand-alone manual.
4758
3a23a519
MB
47592008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4760
4761 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4762 (Various Summary Stuff): Fix typo in last xref.
4763
0a29fbf3
JB
47642008-05-02 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * org.texi (Moving subtrees): Fix typo.
4767
586b90f1
MA
47682008-04-28 Michael Albinus <michael.albinus@gmx.de>
4769
4770 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4771 Tramp via `tramp-mode'.
4772
b5af9883
CD
47732008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4774
4775 * org.texi: Massive changes, in many parts of the file.
4776
d55fe5bb
MB
47772008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4778
4779 * gnus.texi (Oort Gnus): Add message-fill-column.
4780
47812008-04-12 Adrian Aichner <adrian@xemacs.org>
4782
4783 * gnus.texi (Mail Source Specifiers): Typo fix.
4784
47852008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4786
4787 * gnus.texi (Diary Headers Generation): Update key binding for
4788 `gnus-diary-check-message'.
4789
47902008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4791
4792 * gnus.texi (Emacsen): Addition.
4793
47942008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4797
47982008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4801
48022008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus-news.texi: Update tool bar item.
4805
48062008-04-09 Sven Joachim <svenjoac@gmx.de>
4807
4808 * gnus-news.texi: Fix typos.
4809
76c109c3
JB
48102008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4811
222027f2 4812 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4813 Add mention of `kron'.
4814
d5fbd5a6
MO
48152008-04-01 Daiki Ueno <ueno@unixuser.org>
4816
0c7efc08
SM
4817 * epa.texi (Encrypting/decrypting *.gpg files):
4818 Document epa-file-name-regexp.
d5fbd5a6 4819
fbcbb58c
KY
48202008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 * gnus.texi (Example Methods): Fix description about ssh-agent.
4823 (Indirect Functions): Fix the default value of nntp-telnet-command;
4824 remove link to connect.html.
4825
134ce16c
MA
48262008-03-30 Michael Albinus <michael.albinus@gmx.de>
4827
4828 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4829 dbus-call-method.
4830 (Receiving Method Calls): The timeout can be set by the calling client.
4831
da1975d7
MA
4832 * trampver.texi: Update release number.
4833
2e4089ab
RS
48342008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * gnus.texi (Top): Fix version. Add SASL.
4837
70cab5a9
MA
48382008-03-29 Michael Albinus <michael.albinus@gmx.de>
4839
4840 Sync with Tramp 2.1.13.
4841
4842 * trampver.texi: Update release number.
4843
5bc6ddff
MB
48442008-03-29 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * org.texi: Update to new org-mode website.
4847
48482008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4851
9b3ebcb6
MB
48522008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4853
4854 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4855 gnus-read-ephemeral-gmane-group-url,
4856 gnus-read-ephemeral-emacs-bug-group,
4857 gnus-read-ephemeral-debian-bug-group.
4858
48592008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4860
4861 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4862
4863 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4864 Add FIXMEs for Bookmarks and gnus-registry-marks.
4865
48662008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus.texi (Smileys): Document `smiley-style'.
4869
48702008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus.texi (Gnus Development): Clarify difference between ding and
4873 gnu.emacs.gnus.
4874 (MIME Commands, Using MIME, RSS): Fix markup.
4875
4876 * gnus-faq.texi ([8.4]): Ditto.
4877
48782008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * gnus.texi (Emacsen): Remove obsolete stuff.
4881
48822008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4883
4884 * gnus.texi (Oort Gnus): Add version info WRT
4885 `mail-source-delete-incoming'.
4886
48872008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4888
4889 * gnus.texi (Top): Add "Other related manuals" and version info in
4890 `iftex' output.
4891 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4892 gnus-balloon-face-0 and the corresponding format specifiers.
4893
608d6a81
MA
48942008-03-26 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * tramp.texi (Filename completion): Remove footnote about let-bind
4897 of `partial-completion-mode'. It doesn't work this way.
4898
27a6f132
SM
48992008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * pcl-cvs.texi (Contributors): Update my email.
4902
4a7c4c40
MA
49032008-03-21 Michael Albinus <michael.albinus@gmx.de>
4904
4905 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4906
2940c053
BW
49072008-03-17 Bill Wohler <wohler@newt.com>
4908
4909 * mh-e.texi (Viewing): Update URL for adding header fields to
4910 mh-invisible-header-fields-default.
4911
30864d5f
BW
49122008-03-16 Bill Wohler <wohler@newt.com>
4913
4914 * mh-e.texi (Preface): Add Gnus to requirements.
4915 (Forwarding): Note that forwarded MIME messages are now inline.
4916
31fe2b00
SM
49172008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4920 (Common Variables): Give precedence to the netcat methods over the
4921 telnet methods, and mention that they are more reliable.
31fe2b00 4922
5e97c626
CD
49232008-03-13 Carsten Dominik <dominik@science.uva.nl>
4924
4925 * org.texi (Exporting Agenda Views): Document agenda export to
4926 iCalendar.
4927 (Progress logging): Document the new progress logging stuff.
4928
37a68866
MB
49292008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4930
4931 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4932 Update for change of `mail-source-delete-incoming'.
4933
4934 * gnus-news.texi: Ditto.
4935
8f7abae3
MB
49362008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4937
4938 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4939 custom versions.
4940
af379c86
AM
49412008-03-07 Alan Mackenzie <acm@muc.de>
4942
4943 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4944 parens/brackets in a k&r region is limited.
4945
3d0f8a67
MB
49462008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4947
4948 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4949 using different Emacs versions.
4950
52151df0
GM
49512008-02-27 Glenn Morris <rgm@gnu.org>
4952
4953 * sc.texi: Remove a lot of old and obsolete info.
4954 (titlepage): Simplify.
4955 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4956 (VM with any Emacsen, GNEWS with any Emacsen)
4957 (Overloading for Non-conforming MUAs, Version 3 Changes)
4958 (The Supercite Mailing List): Delete nodes.
4959 (Introduction): Remove info about old packages.
4960 (Getting Connected): Simplify. Remove info about old packages.
4961 (Citing Commands): Delete Emacs 19 info.
4962 (Hints to MUA Authors): Simplify.
4963 (Thanks and History): Merge in some info from the deleted node
4964 "Version 3 Changes".
4965
b03f96dc
MB
49662008-02-05 Juanma Barranquero <lekktu@gmail.com>
4967
4968 * org.texi (Setting tags, In-buffer settings):
4969 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4970
52bec650
MB
49712008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4974 installation directory name.
4975
34a3c587
RF
49762008-02-12 Romain Francoise <romain@orebokech.com>
4977
4978 * epa.texi (Overview): Fix typo.
4979
5a8d03e9
MO
49802008-02-11 Daiki Ueno <ueno@unixuser.org>
4981
4982 * epa.texi (Quick start): Remove the .emacs setting.
4983
f1914c40
MO
49842008-02-10 Daiki Ueno <ueno@unixuser.org>
4985
4986 * epa.texi (Quick start): Use the command `epa-enable' instead of
4987 loading `epa-setup'.
4988
bca98fc9
JB
49892008-02-08 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4992 ($(infodir)/epa, epa.dvi): New targets.
4993
4b01af2e
MO
49942008-02-08 Daiki Ueno <ueno@unixuser.org>
4995
4996 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4997
4998 * epa.texi: New manual documenting the EasyPG Assistant.
4999
06c0751a
MA
50002008-02-06 Michael Albinus <michael.albinus@gmx.de>
5001
5002 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5003 (Inspection): New function dbus-ping.
5004
7dcccd7b
MA
50052008-02-05 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * tramp.texi (Remote processes): Add `shell-command'.
5008
a1da1e37
MB
50092008-01-28 Michael Sperber <sperber@deinprogramm.de>
5010
5011 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5012 (Group Parameters): Document `mail-source' parameter.
5013
c9d8f746
MA
50142008-01-27 Michael Albinus <michael.albinus@gmx.de>
5015
5016 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5017 must be a local host.
5018
15db4a13
MO
50192008-01-26 Michael Olson <mwolson@gnu.org>
5020
5021 * erc.texi: Update version for ERC 5.3 release.
5022 (Obtaining ERC): Update extras URLs for 5.3.
5023 (Development): Write instructions for git, and remove those for Arch.
5024 (History): Mention the switch to git.
5025
2bc43980
KB
50262008-01-24 Karl Berry <karl@gnu.org>
5027
bca98fc9
JB
5028 * info.texi (Search Index, Search Text): Mention the command
5029 character in the section name, a la the (Go to node) node.
2bc43980 5030
d2e4a6c9
MA
50312008-01-21 Michael Albinus <michael.albinus@gmx.de>
5032
5033 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5034
0b6799c3
MB
50352008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5036
5037 * gnus-news.texi: Mention gnus-article-describe-bindings.
5038
50392008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5040
5041 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5042
db9c3fb1 50432008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5044
7b4d0413 5045 * org.texi (Property inheritance): New section.
db9c3fb1 5046 (Conventions): New section.
7b4d0413 5047 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5048 commands, and the new bindings for refiling.
5049 (Sparse trees): Document the new special command for sparse trees.
5050 (References): Be more clear about the counting of hilines.
5051 (Handling links): Document M-p/n for accessing links.
5052 (Fast access to TODO states): New section.
5053 (Per file keywords): New section.
5054 (Property inheritance): New section.
5055 (Column attributes): New summary types.
5056 (Capturing Column View): New section.
5057 (The date/time prompt): Cover the new features in the date/time prompt.
5058 Compactify the table of keys for the calendar remote control.
5059 (Clocking work time): Document the new :scope parameter.
5060 (Remember): Promoted to chapter.
5061 (Quoted examples): New section.
5062 (Enhancing text): New verbatim environments.
5063
6ed73f28
MA
50642008-01-14 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * trampver.texi: Update release number.
5067
95838435
MB
50682008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5069
0c7efc08
SM
5070 * gnus.texi (Article Keymap):
5071 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5072 gnus-article-reply-with-original and
5073 gnus-article-followup-with-original.
5074
20234d96
GM
50752008-01-09 Glenn Morris <rgm@gnu.org>
5076
5077 * nxml-mode.texi: Add @copying section.
5078
d82cf70b
MB
50792008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5080
5081 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5082 Server". Add `message-send-mail-with-mailclient'.
5083
5084 * gnus.texi (Posting Server): Move some text to "(message)Mail
5085 Variables" and add a reference here.
5086
addb7f2e
MA
50872008-01-04 Michael Albinus <michael.albinus@gmx.de>
5088
5089 * dbus.texi (Receiving Method Calls): New chapter.
5090 (Errors and Events): Add serial number to events. Replace "signal" by
5091 "message". Introduce dbus-event-serial-number.
5092
4db2806c
MA
50932008-01-03 Michael Albinus <michael.albinus@gmx.de>
5094
5095 * dbus.texi (Type Conversion): Explain the type specification for empty
5096 arrays. Use another example.
5097
c9ecb5a7
MA
50982007-12-30 Michael Albinus <michael.albinus@gmx.de>
5099
5100 * dbus.texi (all): Replace "..." by @dots{}.
5101 (Type Conversion): Precise the value range for :byte types.
5102 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5103 Mention its return value.
5104 (Errors and Events): There is no D-Bus error propagation during event
5105 processing.
5106
702dbfd9
JB
51072007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5108
5109 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5110 New sections.
5111
87035689
MB
51122007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5113
5114 * gnus.texi (Group Parameters): Reorder the text and add a note about
5115 `gnus-parameters' near the beginning of the node.
5116
51172007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5118
5119 * gnus.texi (Score File Editing): Fix function name.
5120
5492f5ca
MA
51212007-12-23 Michael Albinus <michael.albinus@gmx.de>
5122
5123 Sync with Tramp 2.1.12.
5124
5125 * trampver.texi: Update release number.
5126
d4e67bc5
MA
51272007-12-22 Michael Albinus <michael.albinus@gmx.de>
5128
5129 * dbus.texi (Type Conversion): Correct input parameters mapping.
5130
6a31c819
MA
51312007-12-21 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5134 (Errors and Events): Mention wrong-type-argument error.
5135
99a3e35f
AS
51362007-12-21 Alex Schroeder <alex@gnu.org>
5137
5138 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5139 spaces. Fixed some typos.
99a3e35f
AS
5140 (Internet Relay Chat): Explain relay.
5141 (Getting started with rcirc): Change items to reflect prompts.
5142 Add more explanation to rcirc-track-minor-mode and added a comment to
5143 warn future maintainers that this section is a copy.
0c7efc08 5144 (People): Change /ignore example.
62b12a24 5145 (Keywords): Not keywords.
99a3e35f 5146
331e4d02
AS
51472007-12-20 Alex Schroeder <alex@gnu.org>
5148
5149 * rcirc.texi (Top): Fighting Information Overload chapter added.
5150 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5151 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5152 (Fighting Information Overload): New chapter documenting /keyword,
5153 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5154 (Configuration): Document rcirc-server-alist, remove
5155 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5156
cd71c3ef
MA
51572007-12-16 Michael Albinus <michael.albinus@gmx.de>
5158
5159 * dbus.texi (Signals): Fix example in dbus-register-signal.
5160
bbbe940b
MB
51612007-12-14 Sven Joachim <svenjoac@gmx.de>
5162
5163 * gnus.texi (Score Variables): Fix typo.
5164
0ce574ef
MA
51652007-12-07 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5168 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5169 (Errors and Events): Adapt dbus-event.
5170
b890d447
MB
51712007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5172
5173 * gnus.texi (Other Files): Add the yenc command.
5174
51752007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5176
5177 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5178 since 2004-08-06.
5179
51802007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5181
5182 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5183 on body.
5184
51852007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5188 and rfc2047-allow-irregular-q-encoded-words; fix description of
5189 rfc2047-encode-encoded-words.
5190
51912007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5192
5193 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5194
3728bf03
MO
51952007-12-05 Michael Olson <mwolson@gnu.org>
5196
5197 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5198 Update documentation for `remember-diary-file'.
5199
a4397af9
MA
52002007-12-04 Michael Albinus <michael.albinus@gmx.de>
5201
5202 * dbus.texi (Signals): Precise `dbus-register-signal'.
5203 (Errors and Events): Rework events part, the internal structure of
5204 dbus-event has changed.
5205
1682490c
JB
52062007-12-03 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5209 ($(infodir)/dbus, dbus.dvi): New targets.
5210
7b13a0f2
MA
52112007-12-03 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5214 unconditionally.
5215
5216 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5217 emulation with @print{}.
5218
7ef92bc9
RS
52192007-12-02 Richard Stallman <rms@gnu.org>
5220
5221 * dbus.texi (Overview): Minor cleanup.
5222
22d8ac3a
MA
52232007-12-02 Michael Albinus <michael.albinus@gmx.de>
5224
d3a8e0df
MA
5225 * Makefile.in (INFO_TARGETS): Add dbus.
5226 (DVI_TARGETS): Add dbus.dvi.
5227 (dbus, dbus.dvi): New targets.
5228
22d8ac3a
MA
5229 * dbus.texi: New file.
5230
559764ab
RF
52312007-11-24 Romain Francoise <romain@orebokech.com>
5232
5233 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5234 Fix file name to match @setfilename.
559764ab 5235
ac97a16b
MH
52362007-11-23 Mark A. Hershberger <mah@everybody.org>
5237
5238 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5239 ($(infodir)/nxml-mode): New rule.
5240
5241 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5242 ($(infodir)/nxml-mode): New rule.
5243 (clean): Add nxml-mode*.
5244
5245 * nxml-mode.texi: New file with nxml manual.
5246
404cd454
GM
52472007-11-18 Richard Stallman <rms@gnu.org>
5248
5249 * flymake.texi (Example -- Configuring a tool called directly):
5250 Update example.
5251
b048d478
MA
52522007-11-18 Michael Albinus <michael.albinus@gmx.de>
5253
5254 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5255 double-slash behavior. Explain directory contents flushing.
b048d478 5256
346e8469
JB
52572007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5258
5259 * calc.texi (TeX and LaTeX Language Modes): Put in
5260 missing braces.
5261
404cd454
GM
52622007-11-15 Richard Stallman <rms@gnu.org>
5263
5264 * cl.texi (Equality Predicates): Delete `eql'.
5265 (Predicates, Naming Conventions, Top): Delete `eql'.
5266 (Common Lisp Compatibility): Delete `eql'.
5267 (Porting Common Lisp): Delete obsolete backquote info.
5268 Minor clarification about character constants.
5269 (Sequence Basics): Minor clarification.
5270
1f6af58b
JB
52712007-11-15 Juanma Barranquero <lekktu@gmail.com>
5272
dccb744b 5273 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5274 * tramp.texi (Filename completion): Fix typos.
5275
3bc88bc9
JB
52762007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5277
5278 * calc.texi (Basic commands): Mention the menu.
5279
bc5300d3
MA
52802007-11-12 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * tramp.texi (Connection caching): Tramp flushes connection
5283 properties when remote operating system has been changed.
5284
4d8a28ec
MB
52852007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5286
5287 * gnus-news.texi: Fix spelling.
5288 `message-insert-formatted-citation-line', not
5289 `message-insert-formated-citation-line'.
5290
404cd454
GM
5291 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5292
e1176b47
MA
52932007-11-07 Michael Albinus <michael.albinus@gmx.de>
5294
5295 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5296 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5297 (Frequently Asked Questions): Add code example for highlighting the
5298 mode line.
5299
6159985a
MO
53002007-11-03 Michael Olson <mwolson@gnu.org>
5301
5302 * remember.texi: Change mentions of remember-buffer to
5303 remember-finalize throughout.
5304
bec9b2f5
MO
53052007-10-30 Michael Olson <mwolson@gnu.org>
5306
5307 * remember.texi (Copying): Remove.
5308 (Mailbox): Update with non-BBDB instructions.
5309 (Diary, Org): Add.
5310 (Bibliography, Planner Page): Remove.
5311
b6173182
JB
53122007-10-30 Juanma Barranquero <lekktu@gmail.com>
5313
5314 * makefile.w32-in (INFO_TARGETS): Add remember.
5315 (DVI_TARGETS): Add remember.dvi.
5316 ($(infodir)/remember): New rule.
5317 (clean): Add remember*.
5318
15f3eb73
MO
53192007-10-30 Michael Olson <mwolson@gnu.org>
5320
70bdc930
MO
5321 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5322 ($(infodir)/remember): New rule that builds the Remember Manual.
5323
b6173182
JB
5324 * remember.texi: New file containing the Remember Mode Manual.
5325 Shuffle chapters around after initial import.
7d3f6f1a
MO
5326 (Function Reference): Split Keystrokes into separate chapter.
5327 (Keystrokes): Document C-c C-k.
51d24a12 5328 (Introduction): Fix typographical issue with "---".
15f3eb73 5329
404cd454
GM
53302007-10-29 Richard Stallman <rms@gnu.org>
5331
5332 * widget.texi (Introduction): Delete discussion of implementation
5333 internals.
5334
9bbb9638
MA
53352007-10-29 Michael Albinus <michael.albinus@gmx.de>
5336
5337 * tramp.texi (Connection caching): Host names must be different
5338 when tunneling.
5339
c7ff939a
RS
53402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5341
5342 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5343 Gnus v5.13.
5344
01c52d31
MB
53452007-10-28 Miles Bader <miles@gnu.org>
5346
5347 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5348
01c52d31
MB
53492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5350
0c7efc08
SM
5351 * gnus.texi (Sorting the Summary Buffer):
5352 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5353
53542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * gnus.texi (Non-ASCII Group Names): New node.
5357 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5358 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5359
c8763fb6 53602007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5361
5362 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5363 clean the output of the program `imap-shell-program'.
5364
53652007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5368
53692007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5370
5371 * gnus.texi (Sticky Articles): Documentation for sticky article
5372 buffers.
5373
c8763fb6 53742007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5375
5376 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5377
53782007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5379
5380 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5381
53822007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5383
0c7efc08
SM
5384 * gnus.texi (Archived Messages):
5385 Document gnus-update-message-archive-method.
01c52d31
MB
5386
53872007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5388
5389 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5390
c8763fb6 53912007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5392
0c7efc08
SM
5393 * gnus.texi (Group Maneuvering):
5394 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5395
53962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5397
0c7efc08
SM
5398 * gnus.texi (Really Various Summary Commands):
5399 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5400
54012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus.texi, message.texi: Bump version number.
5404
54052007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 * gnus.texi (Group Line Specification, Misc Group Stuff)
5408 (Server Commands): Parenthesize @pxref{Mail Spool}.
5409
54102007-10-28 Didier Verna <didier@xemacs.org>
5411
5412 New user option: message-signature-directory.
5413 * message.texi (Insertion Variables): Document it.
5414 * gnus.texi (Posting Styles): Ditto.
5415
54162007-10-28 Didier Verna <didier@xemacs.org>
5417
5418 * gnus.texi (Group Line Specification):
5419 * gnus.texi (Misc Group Stuff):
5420 * gnus.texi (Server Commands): Document the group compaction feature.
5421
54222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5423
5424 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5425
5426 * message.texi (Various Message Variables): Add message-fill-column.
5427
54282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5429
5430 * gnus.texi: Untabify.
5431
54322007-10-28 Didier Verna <didier@xemacs.org>
5433
5434 * gnus.texi (Group Parameters): Document the posting-style merging
5435 process in topic-mode.
5436
54372007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5440
54412007-10-28 Romain Francoise <romain@orebokech.com>
5442
5443 * gnus.texi (Mail Spool): Fix typo.
5444 Update copyright.
5445
54462007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5449
54502007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5451
5452 * gnus.texi (Summary Generation Commands):
5453 Add gnus-summary-insert-ticked-articles.
5454
54552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5456
b2abec73
JB
5457 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5458 to spam-spamassassin-program.
01c52d31
MB
5459
54602007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5461
5462 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5463
54642007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5465
5466 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5467
54682007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5469
5470 * message.texi (Mail Headers): Document `opportunistic'.
5471
54722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5473
5474 * emacs-mime.texi (Encoding Customization): Explain how to set
5475 mm-coding-system-priorities per hierarchy.
5476
54772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5478
5479 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5480 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5481
54822007-10-28 Didier Verna <didier@xemacs.org>
5483
5484 * message.texi (Wide Reply): Update documentation of
5485 message-dont-reply-to-names (now allowing a list of regexps).
5486
54872007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5488
5489 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5490
54912007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5492
5493 * gnus.texi (SpamAssassin back end): Fix typo.
5494
5495 * sieve.texi (Examples): Fix grammar.
5496
54972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
5499 * gnus.texi (Searching for Articles): Document M-S and M-R.
5500 (Limiting): Document / b.
5501
55022007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5503
5504 * gnus.texi (Thread Commands): T M-^.
5505
55062007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5507
5508 * message.texi (Mail Aliases): Document ecomplete.
5509 (Mail Aliases): Fix typo.
5510
55112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5512
5513 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5514 fix typo.
5515
55162007-10-28 Romain Francoise <romain@orebokech.com>
5517
5518 * gnus.texi (Mail Spool): Grammar fix.
5519
55202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5521
5522 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5523 string.
5524
55252007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5526
5527 * gnus.texi (Group Parameters): Fix description.
5528
55292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5530
b2abec73
JB
5531 * gnus.texi (Gmane Spam Reporting):
5532 Fix spam-report-gmane-use-article-number.
5533 Add spam-report-user-mail-address.
01c52d31
MB
5534
55352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5536
5537 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5538
55392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5540
5541 * gnus.texi (Group Parameters): Add simplified sorting example based on
5542 example for `Sorting the Summary Buffer' from Jari Aalto
5543 <jari.aalto@cante.net>.
5544 (Example Methods): Add example for an indirect connection.
5545
55462007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5547
0c7efc08 5548 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5549 (Agent Parameters): Updated parameter names to match code.
5550 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5551 'gnus-agent-summary-fetch-series'.
5552 (Agent and flags): New section providing a generalized discussion
5553 of flag handling.
0c7efc08
SM
5554 (Agent and IMAP): Remove flag discussion.
5555 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5556
55572007-10-28 Romain Francoise <romain@orebokech.com>
5558
5559 * gnus.texi (Exiting the Summary Buffer): Add new function
5560 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5561
55622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5563
5564 * gnus.texi (Conformity): Fix typo.
5565 (Customizing Articles): Document `first'.
5566
55672007-10-28 Jari Aalto <jari.aalto@cante.net>
5568
5569 * gnus.texi (Sorting the Summary Buffer):
5570 Add `gnus-thread-sort-by-date-reverse'. Add example
5571 host to different sorting in NNTP and RSS groups.
5572
55732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5574
5575 * message.texi (Insertion): Describe prefix for
5576 message-mark-inserted-region and message-mark-insert-file.
5577
55782007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5579
5580 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5581 LaTeX documents. Describe "text/x-gnus-verbatim".
5582
55832007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5584
b2abec73 5585 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5586 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5587 (spam-stat spam filtering, SpamOracle)
0c7efc08 5588 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5589 clarity.
5590
55912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5592
5593 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5594 gnus-article-delete-part and gnus-article-replace-part.
5595 (Using MIME): Add gnus-mime-replace-part.
5596
55972007-10-28 Romain Francoise <romain@orebokech.com>
5598
5599 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5600 requires `auto-compression-mode' to be enabled. Add new nnml
5601 variable `nnml-compressed-files-size-threshold'.
5602
56032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5604
0c7efc08
SM
5605 * gnus.texi (Sorting the Summary Buffer):
5606 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5607
56082007-10-28 Romain Francoise <romain@orebokech.com>
5609
5610 * message.texi (Insertion Variables): Mention new variable
5611 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5612 documentation accordingly.
5613
56142007-10-28 Romain Francoise <romain@orebokech.com>
5615
5616 * gnus.texi (To From Newsgroups): Mention new variables
5617 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5618
56192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5622 stuff; gnus-mime-inline-part does the automatic decompression.
5623
56242007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5625
5626 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5627 "training.ham" should be "training.spam".
01c52d31
MB
5628
56292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5630
5631 * message.texi (Mail Variables): Fix the default value for
5632 message-send-mail-function.
5633
56342007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5635
5636 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5637 always returns nil exceptionally.
5638
56392007-10-28 Simon Josefsson <jas@extundo.com>
5640
0c7efc08
SM
5641 * gnus.texi (Article Washing): Add libidn URL.
5642 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5643
56442007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * gnus.texi (Topic Commands): Fix next/previous.
5647
56482007-10-28 Simon Josefsson <jas@extundo.com>
5649
5650 * gnus.texi (Article Washing): Mention `W i'.
5651
c8763fb6 56522007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5653
5654 * gnus.texi (Group Parameters): Slight extension of sieve
5655 parameter description.
5656
56572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5658
5659 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5660 matching score files as well.
5661 (Picons): Describe `gnus-picon-style'.
5662
56632007-10-28 Romain Francoise <romain@orebokech.com>
5664
5665 * message.texi (Message Headers): Mention that headers are hidden
5666 using narrowing, and how to expose them.
5667 Update copyright.
5668
56692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5670
5671 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5672 `gnus-summary-sort-by-recipient'.
5673
56742007-10-28 Romain Francoise <romain@orebokech.com>
5675
5676 * gnus.texi (NNTP marks): New node.
5677 (NNTP): Move NNTP marks variables to the new node.
5678
56792007-10-28 Jesper Harder <harder@ifa.au.dk>
5680
b2abec73 5681 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5682
5683 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5684
56852007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5686
b2abec73 5687 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5688 everywhere for consistency.
b2abec73
JB
5689 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5690 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5691 Say "regular expression" instead of "regex." Admonish.
5692 Pick other words to sound better (s/so/thus/).
5693 (Spam ELisp Package Filtering of Incoming Mail):
5694 Mention statistical filters. Remove old TODO.
01c52d31 5695 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5696 New section on sorting and displaying the spam score.
5697 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5698 backend but an alias to spam-use-BBDB.
5699 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5700 new backend functionality.
5701
57022007-10-28 Simon Josefsson <jas@extundo.com>
5703
5704 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5705 nntp-marks-directory, from Romain Francoise
5706 <romain@orebokech.com>.
5707
57082007-10-28 Magnus Henoch <mange@freemail.hu>
5709
5710 * gnus.texi (Hashcash): New default value of
5711 hashcash-default-payment.
5712
57132007-10-28 Simon Josefsson <jas@extundo.com>
5714
5715 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5716 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5717
57182007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5719
0c7efc08 5720 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5721
57222007-10-28 Simon Josefsson <jas@extundo.com>
5723
5724 * gnus.texi (documentencoding): Add, to avoid warnings.
5725
57262007-10-28 Simon Josefsson <jas@extundo.com>
5727
5728 * message.texi (Mail Headers): Add.
5729
5730 * gnus.texi (Hashcash): Fix.
5731
57322007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5733
0c7efc08 5734 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5735 that payments can be verified and fix the name of the
b2abec73 5736 hashcash-path variable.
01c52d31
MB
5737
57382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5739
b2abec73 5740 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5741
57422007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5743
5744 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5745
57462007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5749 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5750 warning about ham processors in spam groups removed.
01c52d31
MB
5751
57522007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5753
0c7efc08 5754 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5755 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5756
57572007-10-28 Jesper Harder <harder@ifa.au.dk>
5758
5759 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5760 (Mailing List): Typo.
5761 (Customizing Articles): Add gnus-treat-ansi-sequences.
5762 (Article Washing): Index.
5763
5764 * message.texi: Use m-dash consistently.
5765
57662007-10-28 Jesper Harder <harder@ifa.au.dk>
5767
5768 * gnus.texi (GroupLens): Remove.
5769
57702007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5771
0c7efc08
SM
5772 * gnus.texi (Outgoing Messages, Agent Variables):
5773 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5774 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5775
57762007-10-28 Jesper Harder <harder@ifa.au.dk>
5777
5778 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5779
57802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5781
5782 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5783
5784 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5785
57862007-10-28 Simon Josefsson <jas@extundo.com>
5787
5788 * gnus.texi (Top): Add SASL.
5789
404cd454
GM
57902007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5791
5792 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5793
57942007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5795
5796 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5797
0edd2970
JB
57982007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5799
5800 * calc.texi (Formulas, Composition Basics): Lower the
5801 precedence of negation.
5802
a9afba20
JY
58032007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5804
5805 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5806 Mention the new three-letter column identifiers.
5807 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5808 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5809 message when using `c' on an empty default with default printer.
5810 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5811 renamed to `ses--symbolic-formulas' some time ago.
5812
45b778a6
JB
58132007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5814
5815 * calc.texi (Default Simplifications, Making Selections)
5816 (Customizing Calc): Clarify associativity of multiplication.
5817
03b5bade
MA
58182007-10-23 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * tramp.texi (Traces and Profiles): Simplify loop over
5821 `trace-function-background'.
5822
e658c8ee
JL
58232007-10-22 Juri Linkov <juri@jurta.org>
5824
5825 * dired-x.texi (Shell Command Guessing): Default values are now
5826 available by typing M-n instead of M-p.
5827
dd753688
MA
58282007-10-21 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5831 (Password caching): Remove `tramp-clear-passwd'.
5832 It's not a command anymore.
dd753688
MA
5833 (Bug Reports): Add `tramp-bug' to function index.
5834 (Function Index, Variable Index): New nodes.
5835 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5836
5837 * trampver.texi: Update release number.
5838
4bb49b43
JB
58392007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5840
8b296cdd 5841 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5842 about integer size into past tense.
5843 (Time Zones): Remove pointer to Calc author's address.
5844 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5845 and hyperbolic cotangent. Fix typo.
4bb49b43 5846
311dd93f
MA
58472007-10-10 Michael Albinus <michael.albinus@gmx.de>
5848
5849 Sync with Tramp 2.1.11.
5850
5851 * trampver.texi: Update release number.
5852
ea3fc256
MA
58532007-10-06 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * tramp.texi (External packages): New section.
5856
1af74d06
MB
58572007-09-29 Juri Linkov <juri@jurta.org>
5858
5859 * info.texi (Help-Int): Document `L' (`Info-history').
5860
0e2806fa
SM
58612007-09-26 Carsten Dominik <dominik@science.uva.nl>
5862
5863 * org.texi: Change links to webpage and maintained email.
5864 (Remember): Promote to Chapter, significant changes.
5865 (Fast access to TODO states): New section.
5866 (Faces for TODO keywords): New section.
5867 (Export options): Example for #+DATE.
5868 (Progress logging): Section moved.
5869
567b9191
BW
58702007-09-26 Bill Wohler <wohler@newt.com>
5871
5872 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5873 browse-url-at-mouse.
5874
1af74d06
MB
58752007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5876
5877 * flymake.texi (Customizable variables): Face names don't end in -face.
5878 Fix flymake-err-line-patterns template.
5879 (Example -- Configuring a tool called directly): Fix init-function.
5880 (Highlighting erroneous lines): Face names don't end in -face.
5881
d60a4e3a 58822007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5883
5884 * erc.texi (Special-Features): Fix small typo.
5885
7d7a3510
MA
58862007-09-14 Michael Albinus <michael.albinus@gmx.de>
5887
5888 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5889 and "External transfer methods".
5890
285f0d3a
JB
58912007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5892
5893 * calc.texi (Predefined Units): Add some history.
5894
526dc846
MO
58952007-09-08 Michael Olson <mwolson@gnu.org>
5896
87e04f16
JB
5897 * erc.texi (Copying): New section included from gpl.texi.
5898 This matches the look of the upstream ERC manual.
526dc846 5899
f10d0e80
JB
59002007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5901
87e04f16 5902 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5903 (Random Numbers): Clarify the distribution of `random'.
5904
4009494e
GM
59052007-09-06 Glenn Morris <rgm@gnu.org>
5906
f1fc42aa 5907 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5908 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5909 Change all setfilename commands to use ../../info.
5910 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5911 refer to the Emacs manual here.
5912 (infodir): New variable.
5913 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5914 (cc-mode.texi, faq.texi): Update references to source file locations.
5915 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5916 do not refer to the Emacs manual here.
5917 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5918
5919 * Makefile.in: Add `basename' versions of all info targets, for
5920 convenience when rebuilding just one manual.
5921 (../etc/GNU): Delete obsolete target.
5922 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5923 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5924 *.vrs *.toc here...
5925 (maintainer-clean): ...from here.
4009494e
GM
5926
5927 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5928
2de53ca6
GM
59292007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5930
5931 * calc.texi (Date Conversions): Clarify definition of
5932 Julian day numbering.
5933 (Date Forms): Clarify definition of Julian day numbering;
5934 add some history.
5935
59362007-08-30 Carsten Dominik <dominik@science.uva.nl>
5937
87e04f16 5938 * org.texi: Version 5.07.
2de53ca6
GM
5939
59402007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5941
5942 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5943
59442007-08-22 Carsten Dominik <dominik@science.uva.nl>
5945
5946 * org.texi (Adding hyperlink types): New section.
5947 (Embedded LaTeX): Chapter updated because of LaTeX export.
5948 (LaTeX export): New section.
5949 (Using links out): New section.
5950
59512007-08-22 Glenn Morris <rgm@gnu.org>
5952
5953 * faq.texi (Learning how to do something): Refcards now in
5954 etc/refcards/ directory.
5955
59562007-08-22 Michael Albinus <michael.albinus@gmx.de>
5957
5958 * tramp.texi (Remote Programs): Persistency file must be cleared when
5959 changing `tramp-remote-path'.
5960 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5961 macro.
5962
59632007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5964
5965 * calc.texi: Move contents to beginning of file.
5966 (Algebraic Entry): Fix the formatting of an example.
5967
59682007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5969
5970 * calc.texi (Basic Operations on Units): Mention exact versus
5971 inexact conversions.
5972
59732007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5974
5975 * calc.texi (Basic Operations on Units): Mention default
5976 values for new units.
5977 (Quick Calculator Mode): Mention that binary format will
5978 be displayed.
5979
59802007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5983
59842007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5985
5986 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5987
59882007-08-08 Glenn Morris <rgm@gnu.org>
5989
5990 * gnus.texi, sieve.texi: Replace `iff'.
5991
59922007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5993
5994 * calc.texi (Basic Graphics): Mention the graphing of error
5995 forms.
5996 (Graphics Options): Mention how `g s' handles error forms.
5997 (Curve Fitting): Mention plotting the curves.
5998 (Standard Nonlinear Models): Add additional models.
5999 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6000 (Linear Fits): Correct result.
6001
60022007-08-01 Alan Mackenzie <acm@muc.de>
6003
6004 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6005 to "--no-site-file".
6006
60072007-07-29 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * tramp.texi (Frequently Asked Questions): Point to mode line
6010 extension in Emacs 23.1.
6011
6012 * trampver.texi: Update release number.
6013
60142007-07-27 Glenn Morris <rgm@gnu.org>
6015
6016 * calc.texi (Copying): Include license text from gpl.texi, rather than
6017 in-line.
6018
60192007-07-25 Glenn Morris <rgm@gnu.org>
6020
6021 * calc.texi (Copying): Replace license with GPLv3.
6022
6023 * Relicense all FSF files to GPLv3 or later.
6024
60252007-07-22 Michael Albinus <michael.albinus@gmx.de>
6026
6027 Sync with Tramp 2.1.10.
6028
6029 * tramp.texi (trampfn): Expand macro implementation in order to handle
6030 empty arguments.
6031 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6032 occurrences by trampfn.
2de53ca6 6033 (Frequently Asked Questions): Extend example code for host
b2abec73 6034 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6035 file names to be typed.
6036
6037 * trampver.texi: Update release number.
6038
60392007-07-17 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6042 section. Reported by <poti@potis.org>.
6043 (Remote processes): Arguments of the program to be debugged are taken
6044 literally.
6045 (Frequently Asked Questions): Simplify recentf example.
6046
60472007-07-14 Karl Berry <karl@gnu.org>
6048
6049 * info.texi (@copying): New Back-Cover Text.
6050
6051 * info.texi (Quitting Info): Move to proper place in source.
6052 (Reported by Benno Schulenberg.)
6053
60542007-07-13 Eli Zaretskii <eliz@gnu.org>
6055
6056 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6057
6058 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6059
6060 * emacs-mime.texi: Add @documentencoding directive.
6061
60622007-07-12 Nick Roberts <nickrob@snap.net.nz>
6063
6064 * tramp.texi (Remote processes): Add an anchor to the subsection
6065 "Running a debugger on a remote host".
6066
60672007-07-12 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * tramp.texi (Remote processes): Don't call it "experimental" any
6070 longer. Add subsection about running a debugger on a remote host.
6071
60722007-07-10 Carsten Dominik <dominik@science.uva.nl>
6073
6074 * org.texi (Properties and columns): Chapter rewritten.
6075
60762007-07-08 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * tramp.texi:
6079 * trampver.texi: Migrate to Tramp 2.1.
6080
60812007-07-02 Carsten Dominik <dominik@science.uva.nl>
6082
6083 * org.texi (Properties): New chapter.
6084
60852007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6086
6087 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6088 Control Panel.
6089
6090 * gnus.texi (Misc Article): Add index entry for
6091 gnus-single-article-buffer.
6092
60932007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6094
6095 * gnus.texi (Starting Up): Fix typo.
6096
60972007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6098
6099 * gnus.texi (Asynchronous Fetching): Fix typo.
6100
61012007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6102
6103 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6104 (About This Manual): Remove redundant information.
6105 (Getting Started): Mention author.
6106 (Basic Arithmetic, Customizing Calc): Make description of the
6107 variable `calc-multiplication-has-precedence' match its new effect.
6108
61092007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6110
0c7efc08
SM
6111 * calc.texi (Basic Arithmetic, Customizing Calc):
6112 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6113
61142007-06-19 Carsten Dominik <dominik@science.uva.nl>
6115
6116 * org.texi (Tag): Section swapped with node Timestamps.
6117 (Formula syntax for Lisp): Document new `L' flag.
6118
61192007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6120
6121 * gnus.texi (Misc Group Stuff, Summary Buffer)
6122 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6123
61242007-06-06 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6127 * gnus.texi (Article Buttons, Mail Source Customization)
6128 (Sending or Not Sending, Customizing NNDiary):
6129 * message.texi (Message Headers):
6130 * mh-e.texi (HTML): Fix typos.
6131
61322007-06-07 Michael Albinus <michael.albinus@gmx.de>
6133
6134 Sync with Tramp 2.0.56.
6135
6136 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6137 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6138
61392007-06-02 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * Version 22.1 released.
6142
61432007-05-26 Michael Olson <mwolson@gnu.org>
6144
6145 * erc.texi (Modules): Fix references to completion modules.
6146
61472007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6148
6149 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6150
61512007-05-09 Didier Verna <didier@xemacs.org>
6152
6153 * gnus.texi (Email Based Diary): New. Proper documentation for the
6154 nndiary back end and the gnus-diary library.
6155
61562007-05-03 Karl Berry <karl@gnu.org>
6157
6158 * .cvsignore (*.pdf): New entry.
6159
6160 * texinfo.tex: Update from current version for better pdf generation.
6161
61622007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6163
6164 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6165
61662007-04-28 Glenn Morris <rgm@gnu.org>
6167
6168 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6169 consideration of legal status.
6170
61712007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6172
6173 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6174
61752007-04-24 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * faq.texi (New in Emacs 22): python.el removed.
6178
61792007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6180
6181 * calc.texi (Reporting bugs): Update maintainer's address.
6182
61832007-04-22 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6186
61872007-04-15 Jay Belanger <belanger@truman.edu>
6188
6189 * calc.texi (Title page): Remove the date.
6190 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6191 (The Standard Calc Interface): Change trail title.
6192 (Floats): Mention that when non-decimal floats are entered, only
6193 approximations are stored.
6194 (Copying): Move to the appendices.
6195 (GNU Free Documentation License): Add as an appendix.
6196
61972007-04-15 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6200 * dired-x.texi, ebrowse.texi, ediff.texi:
6201 * emacs-mime.texi, erc.texi, eshell.texi:
6202 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6203 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6204 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6205 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6206 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6207 * woman.texi: Include GFDL.
6208
6209 * doclicense.texi: Remove node heading, so that it can be included by
6210 other files.
6211
6212 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6213
6214 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6215 than *.
6216
62172007-04-14 Carsten Dominik <dominik@science.uva.nl>
6218
6219 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6220 in Calc.
6221
62222007-04-09 Romain Francoise <romain@orebokech.com>
6223
6224 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6225 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6226 replace mouse-2.
6227
62282007-04-08 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6231 renamed to woman-use-topic-at-point. Document new behavior.
6232
62332007-04-08 Richard Stallman <rms@gnu.org>
6234
6235 * url.texi: Fix some indexing.
6236 (Disk Caching): Drop discussion of old/other Emacs versions.
6237
62382007-04-07 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * url.texi (Disk Caching): Say Emacs 21 "and later".
6241
6242 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6243 on Font locking which now mentions JIT lock.
6244
62452007-04-01 Michael Olson <mwolson@gnu.org>
6246
6247 * erc.texi: Update for the ERC 5.2 release.
6248
62492007-03-31 David Kastrup <dak@gnu.org>
6250
6251 * woman.texi (Topic, Interface Options): Explain changes semantics of
6252 woman-manpath in order to consider MANPATH_MAP entries.
6253
62542007-03-31 Eli Zaretskii <eliz@gnu.org>
6255
6256 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6257
62582007-03-26 Richard Stallman <rms@gnu.org>
6259
6260 * pgg.texi (Caching passphrase): Clean up previous change.
6261
62622007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6263
6264 * gnus.texi (Setting Process Marks): Fix typo.
6265
62662007-03-25 Romain Francoise <romain@orebokech.com>
6267
6268 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6269 readability, and include various fixes by Daniel Brockman, Nick Roberts
6270 and Dieter Wilhelm.
6271
62722007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6273
6274 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6275
6276 * gnus.texi (Mail Source Specifiers): Fix typo.
6277
62782007-03-22 Ralf Angeli <angeli@caeruleus.net>
6279
6280 * reftex.texi (Imprint): Update maintainer information.
6281
62822007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6283
6284 * message.texi (Message Buffers): Update documentation for
6285 message-generate-new-buffers.
6286
62872007-03-15 Daiki Ueno <ueno@unixuser.org>
6288
6289 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6290
62912007-03-21 Glenn Morris <rgm@gnu.org>
6292
6293 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6294
62952007-03-19 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * eshell.texi (Known problems): Emacs 21 -> 22.
6298
6299 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6300
63012007-03-18 Jay Belanger <belanger@truman.edu>
6302
6303 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6304
63052007-03-12 Glenn Morris <rgm@gnu.org>
6306
6307 * calc.texi (Time Zones): Switch to new North America DST rule.
6308
6309 * calc.texi: Replace "daylight savings" with "daylight
6310 saving" in text throughout.
6311
63122007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6313
6314 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6315 The variable now uses a list of symbols instead of just a symbol.
6316 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6317
63182007-03-06 Romain Francoise <romain@orebokech.com>
6319
6320 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6321 new packages, and mention Gnus update.
6322
63232007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6326 nntp-open-connection-functions-never-echo-commands.
6327
63282007-02-27 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6331 problems on the console, and security risk in not using gpg-agent.
6332
63332007-02-25 Carsten Dominik <dominik@science.uva.nl>
6334
0c7efc08 6335 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6336 Completely reorganized and rewritten.
6337 (CamelCase links): Section removed.
6338 (Repeating items): New section.
6339 (Tracking TODO state changes): New section.
6340 (Agenda views): Chapter reorganized and rewritten.
6341 (HTML export): Section rewritten.
6342 (Tables in arbitrary syntax): New section.
6343 (Summary): Better feature summary.
6344 (Activation): Document problem with cut-and-paste of Lisp code
6345 from PDF files.
6346 (Visibility cycling): Document indirect buffer use.
6347 (Structure editing): Document sorting.
6348 (Remember): Section rewritten.
6349 (Time stamps): Better description of time stamp types.
6350 (Tag searches): Document regular expression search for tags.
6351 (Stuck projects): New section.
6352 (In-buffer settings): New keywords.
6353 (History and Acknowledgments): Updated description.
6354
63552007-02-24 Alan Mackenzie <acm@muc.de>
6356
6357 * cc-mode.texi (Movement Commands): Insert two missing command names.
6358 (Getting Started): Slight wording correction (use conditional).
6359
63602007-02-22 Kim F. Storm <storm@cua.dk>
6361
6362 * widget.texi (User Interface, Basic Types): Document need to put some
6363 text before the %v escape in :format string in editable-field widget.
6364
63652007-02-18 Romain Francoise <romain@orebokech.com>
6366
6367 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6368 `cvs-mode-quit'.
6369
63702007-02-10 Markus Triska <markus.triska@gmx.at>
6371
6372 * widget.texi (Programming Example): Put constant strings in :format.
6373
63742007-02-07 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * faq.texi (Fullscreen mode on MS-Windows): New node.
6377
63782007-02-04 David Kastrup <dak@gnu.org>
6379
6380 * faq.texi (AUCTeX): Update version number. Should probably be done
6381 for other packages as well.
6382
63832007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6384
6385 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6386 <tassilo@member.fsf.org>.
6387
63882007-01-27 Eli Zaretskii <eliz@gnu.org>
6389
6390 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6391 ls-lisp-use-localized-time-format.
6392
63932007-01-20 Markus Triska <markus.triska@gmx.at>
6394
6395 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6396
63972007-01-13 Michael Olson <mwolson@gnu.org>
6398
6399 * erc.texi (Modules): Mention capab-identify module.
6400
64012007-01-05 Michael Olson <mwolson@gnu.org>
6402
6403 * erc.texi (Getting Started): Update for /RECONNECT command.
6404
64052007-01-04 Richard Stallman <rms@gnu.org>
6406
6407 * ebrowse.texi: Change C-c b to C-c C-m.
6408
64092007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6410
6411 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6412 variables only in info to avoid redundant entries in the printed
6413 manual.
6414
64152007-01-02 Daiki Ueno <ueno@unixuser.org>
6416
6417 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6418
64192007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * message.texi (Security): Split into sub-nodes.
6422
64232007-01-01 Alan Mackenzie <acm@muc.de>
6424
6425 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6426 eval-after-load in Emacs <=21 and a workaround. Document that
6427 trigraphs are not supported.
6428
64292007-01-01 Alan Mackenzie <acm@muc.de>
6430
6431 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6432 c-context-line-break. When invoked within a string, preserve
6433 whitespace. Add a backslash only when also in a macro.
6434
64352007-01-01 Alan Mackenzie <acm@muc.de>
6436
6437 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6438
64392007-01-01 Alan Mackenzie <acm@muc.de>
6440
6441 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6442 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6443
64442007-01-01 Alan Mackenzie <acm@muc.de>
6445
6446 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6447 "Choosing a Style".
6448
6449 * cc-mode.texi ("Styles"): Add @dfn{style}.
6450
64512006-12-30 Michael Albinus <michael.albinus@gmx.de>
6452
6453 Sync with Tramp 2.0.55.
6454
6455 * trampver.texi: Update release number.
6456
64572006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * gnus.texi (Customizing Articles): Add index entries for all
6460 gnus-treat-* variables.
6461
c8763fb6 64622006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6463
6464 * gnus.texi (IMAP): Fix incorrect explanation of
6465 nnimap-search-uids-not-since-is-evil in documentation for
6466 nnimap-expunge-search-string.
6467
64682006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6469
6470 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6471 spam-ifile-database.
6472
64732006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6474
6475 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6476 rebind C-s.
6477
c8763fb6 64782006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6479
6480 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6481 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6482 "expiring mail".
6483 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6484 nnimap-nov-is-evil.
6485
64862006-12-25 Kevin Ryde <user42@zip.com.au>
6487
6488 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6489 about the key procedure being used heavily.
6490
64912006-12-24 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6494 to t.
6495 (Prerequisites): Add explanation about gpg-agent.
6496
64972006-12-22 Kevin Ryde <user42@zip.com.au>
6498
6499 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6500 "sort" instead of "sort*".
6501
65022006-12-19 Richard Stallman <rms@gnu.org>
6503
6504 * calc.texi (History and Acknowledgements): Recognize that Emacs
6505 now does have floating point.
6506
65072006-12-19 Michael Albinus <michael.albinus@gmx.de>
6508
6509 * tramp.texi (External transfer methods): Describe new method `scpc'.
6510
65112006-12-17 Sascha Wilde <wilde@sha-bang.de>
6512
6513 * pgg.texi: Added short note on gpg-agent to the introduction.
6514
65152006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6516
6517 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6518 also applies to Cc.
6519
65202006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6521
6522 * gnus.texi (X-Face): Clarify. Say which programs are required
6523 on Windows.
6524
65252006-12-08 Michael Olson <mwolson@gnu.org>
6526
6527 * erc.texi (Modules): Remove documentation for list module.
6528
c8763fb6 65292006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6530
6531 * faq.texi (^M in the shell buffer): Ditto.
6532
65332006-11-20 Michael Olson <mwolson@gnu.org>
6534
6535 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6536
65372006-11-17 Carsten Dominik <dominik@science.uva.nl>
6538
6539 * org.texi: Fix typos.
6540 (Agenda commands): Document `C-k'.
6541
65422006-11-16 Eli Zaretskii <eliz@gnu.org>
6543
6544 * url.texi (http/https): Fix a typo in the HTTP URL.
6545
65462006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6547
6548 * ada-mode.texi: Total rewrite.
6549
65502006-11-13 Carsten Dominik <dominik@science.uva.nl>
6551
6552 * org.texi: Minor typo fixes.
6553
65542006-11-13 Bill Wohler <wohler@newt.com>
6555
6556 Release MH-E manual version 8.0.3.
6557
6558 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6559 release 8.0.3.
6560
6561 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6562 to set MAILDIR.
6563 (Reading Mail): Document the customization of read-mail-command
6564 for MH-E.
6565 (Viewing Attachments): Document mm-discouraged-alternatives.
6566 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6567 (Junk): Add more information about the settings of mh-junk-background
6568 in a program. Add /usr/bin/mh to PATH in examples.
6569
65702006-11-12 Richard Stallman <rms@gnu.org>
6571
6572 * woman.texi: Update author address but say he no longer maintains it.
6573
65742006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6575
6576 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6577 archived trees.
6578 (Checkboxes): Section moved to chapter 5, and extended.
6579 (The date/time prompt): New section.
6580 (Link abbreviations): New section.
6581 (Presentation and sorting): New section.
6582 (Custom agenda views): Section completely rewritten.
6583 (Summary): Compare with Planner.
6584 (Feedback): More info about creating backtraces.
6585 (Plain lists): Modified example.
6586 (Breaking down tasks): New section.
6587 (Custom time format): New section.
6588 (Time stamps): Document inactive timestamps.
6589 (Setting tags): More details about fast tag selection.
6590 (Block agenda): New section.
6591 (Custom agenda views): Section rewritten.
6592 (Block agenda): New section.
6593
65942006-11-07 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * tramp.texi (Configuration): scp is the default method.
6597 (Default Method): Use ssh as example for another method.
6598
65992006-10-27 Richard Stallman <rms@gnu.org>
6600
6601 * woman.texi: Downcase nroff/troff/roff.
6602 (Installation): Chapter deleted. Some xrefs deleted.
6603 (Background): woman doesn't advise man ;-).
6604
c8763fb6 66052006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6606
6607 * ada-mode.texi (Project files, Identifier completion)
6608 (Automatic Casing, Debugging, Using non-standard file names)
6609 (Working Remotely): Fix typos.
6610
66112006-10-20 Masatake YAMATO <jet@gyve.org>
6612
0c7efc08 6613 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6614 sample code `my-c-initialization-hook'.
6615
66162006-10-19 Stuart D. Herring <herring@lanl.gov>
6617
6618 * widget.texi: Fix typos.
6619
66202006-10-19 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6623 "???". There have been no complaints for years, so the information
6624 must be appropriate.
6625
66262006-10-16 Richard Stallman <rms@gnu.org>
6627
6628 * widget.texi: Use @var instead of capitalization.
6629 Clarify many widget type descriptions.
6630
66312006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6632
6633 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6634 gnus-dired-attach.
6635 (Selecting a Group): Fix typo.
6636
c8763fb6 66372006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6638
6639 * widget.texi: Fix typos.
6640
66412006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * gnus.texi (Image Enhancements): Update for Emacs 22.
6644
6645 * gnus-faq.texi ([1.3]): Update.
6646
66472006-10-06 Richard Stallman <rms@gnu.org>
6648
6649 * faq.texi (Displaying the current line or column):
6650 Delete "As of Emacs 20".
6651
66522006-10-06 Romain Francoise <romain@orebokech.com>
6653
6654 * faq.texi (VM): VM works with Emacs 22 too.
6655
66562006-10-06 Richard Stallman <rms@gnu.org>
6657
6658 * ebrowse.texi: Remove Emacs version "21" from title.
6659
66602006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6661
6662 * gnus.texi (Foreign Groups): Say where change of editing commands are
6663 stored. Add reference to `gnus-parameters'.
6664
66652006-09-15 Jay Belanger <belanger@truman.edu>
6666
6667 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6668 Change "Library Public License" to "Lesser Public License"
6669 throughout. Use "yyyy" to represent year.
6670
66712006-09-15 Carsten Dominik <dominik@science.uva.nl>
6672
6673 * org.texi (Setting tags): Typo fix.
6674
66752006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6676
6677 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6678
66792006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6680
6681 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6682
66832006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6684
6685 * faq.texi (Escape sequences in shell output): EMACS is now set
6686 to Emacs's absolute file name, not to "t".
6687 (^M in the shell buffer): Likewise.
6688 * misc.texi (Interactive Shell): Likewise.
6689
66902006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6691
6692 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6693 mails with pop3-leave-mail-on-server. Fix wording.
6694 (Limiting): Improve gnus-summary-limit-to-articles.
6695 (X-Face): Fix typo.
6696
66972006-09-11 Simon Josefsson <jas@extundo.com>
6698
6699 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6700 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6701
67022006-09-06 Simon Josefsson <jas@extundo.com>
6703
6704 * smtpmail.texi (Authentication): Mention SSL.
6705
67062006-09-01 Eli Zaretskii <eliz@gnu.org>
6707
6708 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6709 Don't use @indicateurl.
6710
6711 * cc-mode.texi (Subword Movement): Don't use @headitem.
6712 (Custom Braces, Clean-ups): Don't use @tie.
6713
67142006-08-29 Michael Albinus <michael.albinus@gmx.de>
6715
6716 Sync with Tramp 2.0.54.
6717
6718 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6719 Suggested by Adrian Phillips <a.phillips@met.no>.
6720
67212006-08-15 Carsten Dominik <dominik@science.uva.nl>
6722
6723 * org.texi (Installation, Activation): Split from Installation and
6724 Activation.
6725 (Clocking work time): Documented new features.
6726
67272006-08-13 Alex Schroeder <alex@gnu.org>
6728
6729 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6730 example.
6731
67322006-08-12 Eli Zaretskii <eliz@gnu.org>
6733
6734 * faq.texi (How to add fonts): New node.
6735
67362006-08-05 Romain Francoise <romain@orebokech.com>
6737
6738 * faq.texi (New in Emacs 22): Expand.
6739
67402006-08-03 Michael Olson <mwolson@gnu.org>
6741
6742 * erc.texi: Update for ERC 5.1.4.
6743
67442006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6747 in .../site-lisp/gnus/ by default.
6748 [ From gnus-news.texi in the trunk. ]
6749
67502006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6751
6752 * gnus.texi (MIME Commands): Additions for yEnc.
6753
67542006-07-24 Richard Stallman <rms@gnu.org>
6755
6756 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6757 * faq.texi: Move periods and commas inside quotes.
6758
67592006-07-20 Jay Belanger <belanger@truman.edu>
6760
6761 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6762
67632006-07-18 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * faq.texi (Security risks with Emacs): Document Emacs 22
6766 file-local-variable mechanism.
6767
67682006-07-12 Michael Olson <mwolson@gnu.org>
6769
6770 * erc.texi: Update for ERC 5.1.3.
6771
67722006-07-12 Alex Schroeder <alex@gnu.org>
6773
6774 * rcirc.texi: Fix typos.
6775 (Getting started with rcirc): New calling convention for M-x irc.
6776 Mention #rcirc. Removed channel tracking.
0c7efc08 6777 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6778 recently, eg. rcirc-server to rcirc-default-server. Added
6779 documentation for rcirc-authinfo, some background for Bitlbee, and
6780 rcirc-track-minor-mode.
0c7efc08 6781 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6782 Scrolling.
0c7efc08 6783 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6784 to match code changes.
6785
67862006-07-10 Nick Roberts <nickrob@snap.net.nz>
6787
6788 * gnus.texi, message.texi: Fix typos.
6789
67902006-07-07 Carsten Dominik <dominik@science.uva.nl>
6791
6792 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6793 commands.
6794 (Global TODO list): Document the use of the variables
6795 `org-agenda-todo-ignore-scheduled' and
6796 `org-agenda-todo-list-sublevels'.
6797
67982006-07-05 Richard Stallman <rms@gnu.org>
6799
6800 * faq.texi (Scrolling only one line): Fix xref.
6801
68022006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6803
6804 * faq.texi (Evaluating Emacs Lisp code):
6805 Throughout, replace eval-current-buffer with eval-buffer.
6806
68072006-07-03 Richard Stallman <rms@gnu.org>
6808
6809 * rcirc.texi (Scrolling conservatively): Fix xref.
6810
6811 * pcl-cvs.texi (Viewing differences): Usage fix.
6812
68132006-07-03 Carsten Dominik <dominik@science.uva.nl>
6814
6815 * org.texi (Agenda commands): Document `s' key to save all org-mode
6816 buffers.
6817
68182006-06-30 Ralf Angeli <angeli@caeruleus.net>
6819
6820 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6821 names. Mention `cvs-msg' face.
6822
68232006-06-29 Carsten Dominik <dominik@science.uva.nl>
6824
6825 * org.texi (Checkboxes): New section.
6826
68272006-06-28 Carsten Dominik <dominik@science.uva.nl>
6828
6829 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6830 throughout this chapter.
6831
68322006-06-27 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6835 text for standalone vs Emacs info.
6836 (Help): Clarify header line description. Use mouse-1 for clicks.
6837 (Help-P): Use mouse-1 for clicks.
6838 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6839 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6840 (Choose menu subtopic): Remove gratuitous Emacs command names.
6841 (Help-FOO): Put usual behavior first.
6842 (Help-Xref): Clicking on xrefs works in Emacs.
6843 (Search Text): Clarify what the default behavior is.
6844 (Create Info buffer): Fix Emacs window/X window confusion.
6845 (Emacs Info Variables): Fix for new Emacs init file behavior.
6846
68472006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6848
6849 * gnus.texi (Summary Buffer Lines): Fix typo.
6850
68512006-06-23 Carsten Dominik <dominik@science.uva.nl>
6852
6853 * org.texi (Embedded LaTeX): New chapter.
6854 (Archiving): Section rewritten.
6855 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6856
68572006-06-20 Bill Wohler <wohler@newt.com>
6858
6859 Release MH-E manual version 8.0.1.
6860
6861 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6862 release 8.0.1.
6863 (Preface): Depend on GNU mailutils 1.0 and higher.
6864
68652006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * message.texi (News Headers): Update message-syntax-checks section.
6868
68692006-06-19 Karl Berry <karl@gnu.org>
6870
6871 * info.texi (Advanced): Mention C-q, especially with ?.
6872
68732006-06-19 Carsten Dominik <dominik@science.uva.nl>
6874
6875 * org.texi (Publishing links): Document the `:link-validation-function'
6876 property.
6877 (Extensions and Hacking): New chapter, includes some sections of the
6878 "Miscellaneous" chapter.
6879
68802006-06-10 Carsten Dominik <dominik@science.uva.nl>
6881
6882 * org.texi (Progress logging): New section.
6883
2de53ca6
GM
68842006-06-06 Carsten Dominik <dominik@science.uva.nl>
6885
6886 * org.texi (ASCII export): Document indentation adaptation.
6887 (Setting tags): Document mutually-exclusive tags.
6888
68892006-06-05 Romain Francoise <romain@orebokech.com>
6890
6891 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6892 Fix typo.
6893
6894 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6895 channel (#gnus@irc.freenode.net).
6896 Fix typos. Update copyright notice.
6897
6898 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6899 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6900 (Line-Up Functions, Custom Macros):
6901 * ediff.texi (Window and Frame Configuration)
dccb744b 6902 (Highlighting Difference Regions):
2de53ca6
GM
6903 * emacs-mime.texi (Display Customization):
6904 * erc.texi (History):
6905 * eshell.texi (Known problems):
6906 * eudc.texi (Overview, BBDB):
6907 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6908 (The problem of spam, SpamOracle, Extending the Spam package)
6909 (Conformity, Terminology):
dccb744b 6910 * idlwave.texi (Routine Info)
2de53ca6
GM
6911 (Class and Keyword Inheritance, Padding Operators)
6912 (Breakpoints and Stepping, Electric Debug Mode)
6913 (Examining Variables, Troubleshooting):
6914 * org.texi (Creating timestamps):
6915 * reftex.texi (Commands, Options, Changes):
6916 * tramp.texi (Inline methods, Password caching)
6917 (Auto-save and Backup, Issues):
6918 * vip.texi (Files, Commands in Insert Mode):
6919 * viper.texi (Emacs Preliminaries, States in Viper)
6920 (Packages that Change Keymaps, Viper Specials, Groundwork):
6921 Fix various typos.
6922
69232006-05-31 Michael Ernst <mernst@alum.mit.edu>
6924
6925 * ediff.texi: Fix typos.
6926
69272006-05-30 Carsten Dominik <dominik@science.uva.nl>
6928
6929 * org.texi: Small typo fixes.
6930
fff84c22
JB
69312006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * viper.texi (Viper Specials):
6934 * gnus.texi (Example Setup):
6935 * faq.texi (Backspace invokes help):
6936 * dired-x.texi (Optional Installation Dired Jump):
6937 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6938 follow coding conventions.
6939
2de53ca6
GM
69402006-05-29 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6943
69442006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6945
6946 * pcl-cvs.texi: Fix typos.
6947 (Customization): Say "us".
6948
69492006-05-26 Eli Zaretskii <eliz@gnu.org>
6950
6951 * org.texi: Remove bogus @setfilename.
6952
69532006-05-26 Carsten Dominik <dominik@science.uva.nl>
6954
6955 * org.texi (ASCII export): Omit command name.
6956 (HTML export): Add prefix to all lines in Local Variable example.
6957 (Acknowledgments): Typeset names in italics.
6958
69592006-05-24 Carsten Dominik <dominik@science.uva.nl>
6960
6961 * org.texi (Plain lists): Add new item navigation commands.
6962 (External links): Document elisp and info links.
6963 (Custom searches): New section.
6964 (Publishing): New chapter.
6965 (HTML export): Include a list of supported CSS classes.
6966 (Setting tags): Describe the fast-tag-setting interface.
6967
69682006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * dired-x.texi: ifinfo -> ifnottex.
6971
69722006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6973
6974 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6975
69762006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * message.texi (Interface): Add tool bar customization.
6979 (MIME): Index and text additions for mml-attach.
6980 (MIME): Describe mml-dnd-protocol-alist and
6981 mml-dnd-attach-options.
6982
6983 * gnus.texi (Oort Gnus): Reorder entries in sections.
6984 Fix some entries.
6985 (Starting Up): Add references to "Emacs for Heathens" and to
6986 "Finding the News". Add user-full-name and user-mail-address.
6987 (Group Buffer Format): Add tool bar customization and update.
6988 (Summary Buffer): Add tool bar customization.
6989 (Posting Styles): Add message-alternative-emails.
6990
69912006-05-09 Michael Albinus <michael.albinus@gmx.de>
6992
6993 * tramp.texi (Filename completion): Improve wording.
6994
69952006-05-07 Romain Francoise <romain@orebokech.com>
6996
6997 * faq.texi (Using regular expressions): Fix typo.
6998 (Packages that do not come with Emacs): Fix capitalization.
6999 (Replacing text across multiple files): Expand node to explain how
7000 to use `dired-do-query-replace-regexp' in more detail, based on
7001 suggestion by Eric Hanchrow <offby1@blarg.net>.
7002
70032006-05-06 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * tramp.texi (Filename completion): Completion of remote files'
7006 method, user name and host name is active only in partial
7007 completion mode.
7008
70092006-05-06 Bill Wohler <wohler@newt.com>
7010
7011 Release MH-E manual version 8.0.
7012
7013 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7014 release 8.0.
7015
70162006-05-06 Bill Wohler <wohler@newt.com>
7017
7018 * mh-e.texi (MH-BOOK-HOME): Change from
7019 http://www.ics.uci.edu/~mh/book/mh to
7020 http://rand-mh.sourceforge.net/book/mh.
7021 Replace .htm suffix with .html for MH book files.
7022 (Using This Manual): Update key binding for getting relevant
7023 chapter in Info from command key.
7024 (Ranges): Fix itemx.
7025
70262006-05-05 Karl Berry <karl@gnu.org>
7027
7028 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7029 (\fonttextsize): New user-level command to change text font size.
7030
70312006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7032
7033 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7034
70352006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7036
7037 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7038
70392006-04-24 Bill Wohler <wohler@newt.com>
7040
7041 * mh-e.texi (Getting Started): Make it more explicit that you need
7042 to install MH. Add pointers to current MH implementations.
7043
70442006-04-21 Bill Wohler <wohler@newt.com>
7045
7046 Release MH-E manual version 7.94.
7047
7048 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7049 release 7.94.
7050
70512006-04-21 Carsten Dominik <dominik@science.uva.nl>
7052
7053 * org.texi: Many small fixes.
7054 (Handling links): Rename from "Managing links".
7055
70562006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7059 (Splitting mail using spam-stat): Fix @xref.
7060
70612006-04-20 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7064 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7065
70662006-04-20 Carsten Dominik <dominik@science.uva.nl>
7067
7068 * org.texi (Time stamps): Better explanation of the purpose of
7069 different time stamps.
7070 (Structure editing, Plain lists): More details on how new items
7071 and headings are inserted.
7072
70732006-04-18 Carsten Dominik <dominik@science.uva.nl>
7074
7075 * org.texi (Formula syntax): Fix link to Calc Manual.
7076
70772006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7078
7079 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7080
70812006-04-17 Bill Wohler <wohler@newt.com>
7082
7083 * mh-e.texi (Folders): Update mh-before-quit-hook and
7084 mh-quit-hook example with code that removes the buffers rather
7085 than just bury them.
7086
70872006-04-17 Michael Albinus <michael.albinus@gmx.de>
7088
7089 Sync with Tramp 2.0.53.
7090
70912006-04-13 Carsten Dominik <dominik@science.uva.nl>
7092
7093 * org.texi (Updating settings): New section.
7094 (Visibility cycling): Better names for the startup folding
7095 options.
7096 (Exporting): Completely restructured.
7097 (The very busy C-c C-c key): New section.
7098 (Summary of in-buffer settings): New section.
7099
71002006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7103
71042006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7105
7106 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7107 (Server Commands): Key `v' is reserved for users.
7108
71092006-04-11 Carsten Dominik <dominik@science.uva.nl>
7110
7111 * org.texi (Link format): New section, emphasis on bracket links.
7112 (External links): Document bracket links.
7113 (FAQ): Expand to cover shell links and the new link format.
7114
71152006-04-09 Kevin Ryde <user42@zip.com.au>
7116
7117 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7118
71192006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7120
7121 * gnus.texi (Summary Buffer Lines): Add `*'.
7122
c8763fb6 71232006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7124
7125 * gnus.texi (Group Parameters):
7126 Mention gnus-permanently-visible-groups.
7127
71282006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7129
7130 * gnus.texi (Face): Fix typo.
7131
71322006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * gnus.texi (X-Face): Clarify.
7135 (Face): Need Emacs with PNG support.
7136
71372006-04-06 Richard Stallman <rms@gnu.org>
7138
7139 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7140 Emacs".
7141
71422006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7143
7144 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7145 blocks not suitable for inclusion with Emacs using variable
7146 PARTOFEMACS.
7147
71482006-04-04 Simon Josefsson <jas@extundo.com>
7149
7150 * gnus.texi (Security): Improve.
7151
71522006-04-02 Bill Wohler <wohler@newt.com>
7153
7154 * mh-e.texi (Getting Started, Junk, Bug Reports)
7155 (MH FAQ and Support): Fix URLs.
7156
71572006-03-31 Romain Francoise <romain@orebokech.com>
7158
7159 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7160 to t, not nil (and has for the past eight years).
7161
71622006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7163
7164 * message.texi, gnus.texi: Bump version to 5.11.
7165
71662006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7167
7168 * gnus.texi (Top): Add comment about version line.
7169
7170 * message.texi (Top): Ditto. Change to take named versions into
7171 account.
7172
71732006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * gnus.texi (Posting Styles): Add x-face-file to example.
7176 (X-Face): Refer to posting styles.
7177
7178 * gnus-faq.texi ([5.8]): Add x-face-file.
7179 ([8.4]): Add links to gmane.emacs.gnus.user and
7180 gmane.emacs.gnus.general.
7181
71822006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7183
7184 * gnus-faq.texi: Use .invalid.
7185 ([5.4]): Fix gnus-posting-styles example.
7186
71872006-03-27 Romain Francoise <romain@orebokech.com>
7188
7189 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7190 Emacs/W3 needs a new maintainer.
7191 (Ispell): Update author and version info.
7192 (Mailcrypt): Mention PGG.
7193 (New in Emacs 22): Add PGG to the list of new packages.
7194 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7195 updating dead URLs.
7196
71972006-03-25 Karl Berry <karl@gnu.org>
7198
7199 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7200 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7201 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7202 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7203 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7204 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7205 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7206 (2) do not indent copyright year list (or anything else).
7207
72082006-03-21 Bill Wohler <wohler@newt.com>
7209
7210 * mh-e.texi (Folders): Various edits.
7211
72122006-03-20 Romain Francoise <romain@orebokech.com>
7213
7214 * gnus.texi (Mail Folders): Grammar fix.
7215
72162006-03-19 Bill Wohler <wohler@newt.com>
7217
7218 * mh-e.texi (Replying): Document Mail-Followup-To.
7219 Change manually-formatted table to multitable. Add debugging info.
7220 Move description of mh-reply-default-reply-to into paragraph
7221 that describes its values.
7222
72232006-03-17 Bill Wohler <wohler@newt.com>
7224
10d1d0af 7225 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7226 (Sending Mail Tour): Update method of entering
7227 addresses and subject.
7228 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7229 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7230
72312006-03-15 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * org.texi: Version number change only.
7234
72352006-03-14 Bill Wohler <wohler@newt.com>
7236
7237 * mh-e.texi: Add index entries around each paragraph rather than
7238 depend on entries from beginning of node. Doing so ensures that
7239 index entries are less likely to be forgotten if text is cut and
7240 pasted, and are necessary anyway if the references are on a
7241 separate page. It seems that makeinfo is now (v. 4.8) only
7242 producing one index entry per node, so there is no longer any
7243 excuse not to. Use subheading instead of heading. The incorrect
7244 use of heading produced very large fonts in Info--as large as the
7245 main heading.
7246 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7247 versions 6 and 7 appeared *around* the time of these Emacs releases.
7248
72492006-03-13 Carsten Dominik <dominik@science.uva.nl>
7250
7251 * org.texi (Clean view): Document new startup options.
7252
72532006-03-11 Bill Wohler <wohler@newt.com>
7254
7255 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7256 (Composing, Scan Line Formats): Fix @refs.
7257 (Getting Started): Define MH profile and MH profile components.
7258 (Incorporating Mail, Reading Mail, Viewing, Printing)
7259 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7260 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7261 for string constants.
7262 (Tool Bar): Remove spurious quote.
7263 (Junk): Use ``...'' instead of "...".
7264 (Scan Line Formats): Replace @samp with @kbd.
7265
72662006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7269
72702006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7271
7272 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7273 easy to understand.
7274
72752006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7276
7277 * gnus.texi: Markup fix.
7278 (Fancy Mail Splitting): Specify new feature.
7279
72802006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7281
7282 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7283 partial-words matching.
7284
72852006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7286
7287 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7288
7289 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7290 (MIME Commands): Fix mm-discouraged-alternatives.
7291
72922006-03-07 Carsten Dominik <dominik@science.uva.nl>
7293
7294 * org.texi: Version number change only.
7295
72962006-03-06 Bill Wohler <wohler@newt.com>
7297
7298 * mh-e.texi: Move from SourceForge repository to Savannah.
7299 This is version 7.93, which is a total rewrite from the previous
7300 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7301 version 7.93.
7302
73032006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7304
7305 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7306
73072006-03-01 Carsten Dominik <dominik@science.uva.nl>
7308
7309 * org.texi (Interaction): Add item about `org-mouse.el' by
7310 Piotr Zielinski.
7311 (Managing links): Document that also mouse-1 can be used to
7312 activate a link.
7313 (Headlines, FAQ): Add entry about hiding leading stars.
7314 (Miscellaneous): Resort the sections in this chapter to a more
7315 logical sequence.
7316
73172006-02-27 Simon Josefsson <jas@extundo.com>
7318
7319 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7320 2004-01-27 from the trunk).
7321
73222006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7323
7324 * cc-mode.texi: Rename c-hungry-backspace to
7325 c-hungry-delete-backwards, at the request of RMS. Leave the old
7326 name as an alias.
7327
73282006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7329
7330 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7331 include the function header within the defun.
7332
73332006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7334
7335 * cc-mode.texi: Correct two typos.
7336
73372006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7338
7339 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7340 existing comment.
7341 (Electric Keys): Add a justification for electric indentation.
7342 (Hungry WS Deletion): Clear up the names and complications of the
7343 BACKSPACE and DELETE keys.
7344
73452006-02-23 Juri Linkov <juri@jurta.org>
7346
7347 * faq.texi (Common requests): Move `Turning on auto-fill by
7348 default' after `Wrapping words automatically'. Move `Working with
7349 unprintable characters' before `Searching for/replacing newlines'.
7350 Move `Replacing highlighted text' after `Highlighting a region'.
7351 Merge `Repeating commands' and `Repeating a command as many times
7352 as possible' into the former.
7353 (Packages that do not come with Emacs): Add refs to Gmane and
7354 etc/MORE.STUFF.
7355
73562006-02-23 Juri Linkov <juri@jurta.org>
7357
7358 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7359 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7360 Add xref to `(emacs)Reporting Bugs'.
7361 (Getting a printed manual): Add URL to other formats of the manual.
7362 (Common requests): Fix menu.
7363 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7364 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7365 (Inserting text at the beginning of each line): Add pxref to
7366 `Changing the included text prefix'.
7367 (Forcing the cursor to remain in the same column): Mention `track-eol'
7368 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7369 (Replacing text across multiple files): Add keybinding `Q' for
7370 `dired-do-query-replace'.
7371
73722006-02-22 Carsten Dominik <dominik@science.uva.nl>
7373
7374 * reftex.texi: Version number and date change only.
7375
7376 * org.texi (Internal Links): Rewrite to cover the modified
7377 linking system.
7378
73792006-02-17 Eli Zaretskii <eliz@gnu.org>
7380
7381 * faq.texi: Remove the coding cookie, it's not needed anymore.
7382
73832006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7384
7385 * faq.texi (Colors on a TTY): Mention Mac OS port.
7386
73872006-02-12 Karl Berry <karl@gnu.org>
7388
7389 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7390 8-bit accented a.
7391
73922006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7393
7394 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7395
73962006-02-08 Romain Francoise <romain@orebokech.com>
7397
7398 * faq.texi (Top): Remove paragraph about the FAQ being a
7399 transitional document, etc.
7400 (Searching for/replacing newlines): New node.
7401 (Yanking text in isearch): New node.
7402 (Inserting text at the beginning of each line): Rename and make
7403 more general, mention `M-;' in Message mode.
7404
74052006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * faq.texi (Meta key does not work in xterm)
7408 (Emacs does not display 8-bit characters)
7409 (Inputting eight-bit characters): Update xrefs.
7410
74112006-02-06 Romain Francoise <romain@orebokech.com>
7412
7413 * faq.texi (VM): VM now at version 7.19.
7414 Set myself as maintainer of this file.
7415
74162006-02-04 Michael Olson <mwolson@gnu.org>
7417
7418 * erc.texi (History): Note that ERC is now included with Emacs.
7419
74202006-01-31 Romain Francoise <romain@orebokech.com>
7421
7422 * message.texi (Message Headers): Explain what
7423 `message-alternative-emails' does in more detail.
7424 Update copyright year.
7425
74262006-01-30 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7429
74302006-01-29 Richard M. Stallman <rms@gnu.org>
7431
7432 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7433
74342006-01-29 Michael Olson <mwolson@gnu.org>
7435
7436 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7437
7438 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7439
7440 * faq.texi (New in Emacs 22): Mention ERC.
7441
74422006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7443
7444 * rcirc.texi: Capitalize dir entry for consistency with the entry
7445 in info/dir and other entries in the Emacs category.
7446 Fix typos. Delete trailing whitespace.
7447
c8763fb6 74482006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7449
7450 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7451
74522006-01-27 Eli Zaretskii <eliz@gnu.org>
7453
7454 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7455 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7456
7457 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7458 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7459
74602006-01-27 Alex Schroeder <alex@gnu.org>
7461
7462 * rcirc.texi: New file.
7463
74642006-01-23 Juri Linkov <juri@jurta.org>
7465
7466 * widget.texi (User Interface): Add S-TAB for widget-backward.
7467
74682006-01-22 Michael Albinus <michael.albinus@gmx.de>
7469
7470 Sync with Tramp 2.0.52.
7471
7472 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7473 Add Tramp disabling item. New item for common connection problems.
7474 (various): Apply "ftp" as method for the download URL.
7475 (Bug Reports): Refer to FAQ for common problems.
7476
74772006-01-21 Eli Zaretskii <eliz@gnu.org>
7478
7479 * widget.texi (User Interface): Use @key for TAB.
7480
7481 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7482
7483 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7484 for TAB.
7485
7486 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7487
74882006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7489
7490 * gnus.texi: Update copyright.
7491
74922006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * gnus.texi (Article Washing): Additions.
7495
2de53ca6
GM
74962006-01-13 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * org.texi (Agenda commands): Document tags command.
7499
75002006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7503
75042006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus.texi (RSS): Addition.
7507
75082005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7509
7510 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7511
75122005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * emacs-mime.texi (Display Customization): Add setting example to
7515 mm-discouraged-alternatives.
7516
75172006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7520 version is the canonical version.
7521
75222006-01-08 Alex Schroeder <alex@gnu.org>
7523
7524 * pgg.texi (Caching passphrase): Rewording.
7525
75262006-01-06 Eli Zaretskii <eliz@gnu.org>
7527
7528 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7529 repository URL.
7530
75312006-01-06 Carsten Dominik <dominik@science.uva.nl>
7532
7533 * org.texi: Removed the accidentally re-added empty line in the
7534 direntry.
7535
75362006-01-05 Carsten Dominik <dominik@science.uva.nl>
7537
7538 * org.texi (Agenda Views): Chapter reorganized.
7539
75402005-12-29 Romain Francoise <romain@orebokech.com>
7541
7542 * faq.texi (Using Customize): New node.
7543
75442005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7545
7546 * org.texi: Remove blank line in @direntry. It is non-standard
7547 and recursively produces blank lines all over the dir file (when
7548 using Texinfo 4.8).
7549
75502005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7553
75542005-12-20 Carsten Dominik <dominik@science.uva.nl>
7555
7556 * org.texi (Tags): Boolean logic documented.
7557 (Agenda Views): Document custom commands.
7558
75592005-12-20 David Kastrup <dak@gnu.org>
7560
7561 * faq.texi (AUCTeX): Update version and mailing list info.
7562
75632005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7564
7565 * gnus.texi (MIME Commands): Mention addition of
7566 multipart/alternative to gnus-buttonized-mime-types and add xref
7567 to mm-discouraged-alternatives.
7568
7569 * emacs-mime.texi (Display Customization): Mention addition of
7570 "image/.*" and add xref to gnus-buttonized-mime-types in the
7571 mm-discouraged-alternatives section.
7572
75732005-12-16 Carsten Dominik <dominik@science.uva.nl>
7574
7575 * org.texi (Tags): New section.
7576 (Agenda Views): Chapter reorganized.
7577
75782005-12-16 Eli Zaretskii <eliz@gnu.org>
7579
7580 * org.texi (Internal Links): Add a missing comma after an @xref.
7581
75822005-12-14 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * faq.texi (Filling paragraphs with a single space): No need to
7585 change sentence-end now.
7586
75872005-12-13 Romain Francoise <romain@orebokech.com>
7588
7589 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7590
75912005-12-12 Jay Belanger <belanger@truman.edu>
7592
7593 * faq.texi (Calc): Update version number.
7594
75952005-12-12 Carsten Dominik <dominik@science.uva.nl>
7596
7597 * org.texi (Progress Logging): New section.
7598
75992005-12-10 Romain Francoise <romain@orebokech.com>
7600
7601 Update the Emacs FAQ for the 22.1 release.
7602
7603 * faq.texi: Set VER to `22.1'.
7604 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7605 Tutorial. Mention that `C-h r' displays the manual.
7606 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7607 (Getting a printed manual): Point to the new locations of the
7608 manuals on the GNU Web site.
7609 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7610 available via Info (it was previously distributed separately).
7611 (Installing Texinfo documentation): The latest version of Texinfo
7612 is 4.8, not 4.0.
7613 (Informational files for Emacs): COPYING is the GNU General Public
7614 License, not the Emacs General Public License.
7615 (Informational files for Emacs): Delete obsolete link to the
7616 GNUinfo pages as they have been removed from the GNU Web site.
7617 (New in Emacs 22): New node.
7618 (Setting up a customization file): Say that most packages support
7619 Customize nowadays.
7620 (Colors on a TTY): Delete reference to instructions on how to
7621 enable syntax highlighting, it is now enabled by default.
7622 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7623 at startup automatically.
7624 (Controlling case sensitivity): Mention `M-c' in isearch.
7625 (Using an already running Emacs process): Emacs now creates the
7626 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7627 gnuserv. As emacsclient can now run Lisp code as well, delete a
7628 sentence praising gnuserv for that. Simplify description of how
7629 the client/server operation works.
7630 (Compiler error messages): Delete obsolete text (compile.el has
7631 been rewritten).
7632 (Indenting switch statements): Fix typo.
7633 (Matching parentheses): Simplify setup instructions, mention the
7634 menu bar item in the Options menu.
7635 (Repeating a command as many times as possible): Mention `C-x e'.
7636 (Going to a line by number): Mention new keymap and bindings
7637 `M-g M-g', `M-g M-p' and `M-g M-n'.
7638 (Turning on syntax highlighting): Now on by default. Simplify.
7639 (Replacing highlighted text): Use `1', not `t'.
7640 (Problems with very large files): The maximum size is now 256MB on
7641 32-bit machines.
7642 (^M in the shell buffer): Mention `comint-process-echoes'.
7643 (Emacs for Apple computers): Emacs 22 has native support for Mac
7644 OS X.
7645 (Translating names to IP addresses): Delete node.
7646 (Binding keys to commands): Fix typo.
7647 (SPC no longer completes file names): New node.
7648 (MIME with Emacs mail packages): Delete section about the Emacs
7649 MIME FAQ (it's not reachable anymore).
7650
76512005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7652
7653 * cc-mode.texi: The manual has been extensively revised: the
7654 information about using CC Mode has been separated from the larger
7655 and more difficult chapters about configuration. It has been
7656 updated for CC Mode 5.31.
7657
76582005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7661 (Selecting an implementation): Fix descriptions.
7662
76632005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665 * message.texi (Various Message Variables): Addition.
7666
76672005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7668
7669 * message.texi: Fix default values.
7670
76712005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * message.texi (Header Commands): Clarify descriptions of
7674 message-cross-post-followup-to, message-reduce-to-to-cc, and
7675 message-insert-wide-reply.
7676 (Various Commands): Fix kindex for message-kill-to-signature;
7677 clarify description of message-tab.
7678
76792005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * message.texi (Mailing Lists): Fix description about MFT.
7682
7683 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7684
76852005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7686
7687 * gnus.texi (Slow Terminal Connection): Replace old description
7688 with new one.
7689
76902005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7693 replace X-Draft-Headers with X-Draft-From.
7694
76952005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7696
7697 * gnus.texi (Various Various): Fix the default value of
7698 nnheader-max-head-length.
7699 (Gnus Versions): Fix typo.
7700
77012005-12-08 Carsten Dominik <dominik@science.uva.nl>
7702
7703 * org.texi (Structure editing): Document new functionality of
7704 M-RET.
7705
77062005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * org.texi (Internal Links): Fix Texinfo usage.
7709
77102005-12-06 Carsten Dominik <dominik@science.uva.nl>
7711
7712 * org.texi (TODO basics): Document the global todo list.
7713 (TODO items): Documents sparse tree for specific TODO
7714 keywords.
7715
77162005-11-30 Carsten Dominik <dominik@science.uva.nl>
7717
7718 * org.texi (Plain Lists): Typos fixed.
7719
77202005-11-28 Jay Belanger <belanger@truman.edu>
7721
7722 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7723
77242005-11-24 Carsten Dominik <dominik@science.uva.nl>
7725
7726 * org.texi (Structure editing): New item moving commands added.
7727 (Plain Lists): New section.
7728
77292005-11-18 Carsten Dominik <dominik@science.uva.nl>
7730
7731 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7732 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7733 `org-agenda-file-to-front'.
2de53ca6
GM
7734 (Built-in table editor): Document `org-table-sort-lines'.
7735 (HTML formatting): Export of hand-formatted lists.
7736
77372005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7740 new variable gnus-toolbar-thickness.
7741
77422005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7745
77462005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7747
7748 * gnus.texi (X-Face): Fix description.
7749 (XVarious): Remove gnus-xmas-logo-color-alist and
7750 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7751
77522005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * gnus.texi (Group Parameters): Mention new variable
7755 gnus-parameters-case-fold-search.
7756 (Home Score File): Addition.
7757
77582005-11-04 Ulf Jasper <ulf.jasper@web.de>
7759
7760 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7761 (Overview): List supported feed types.
7762 (Installation): No installation necessary when using autoload.
7763 (Configuration): Rename "RSS" to "news".
7764
77652005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7766
7767 * pgg.texi (User Commands): Document additional passphrase
7768 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7769 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7770
77712005-11-04 Carsten Dominik <dominik@science.uva.nl>
7772
7773 * org.texi: Version number changed to 3.19.
7774
77752005-10-29 Sascha Wilde <wilde@sha-bang.de>
7776
7777 * pgg.texi (How to use): Update the example to add autoload of
7778 pgg-encrypt-symmetric-region.
7779 (User Commands): Document pgg-encrypt-symmetric-region.
7780 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7781
77822005-10-27 Jay Belanger <belanger@truman.edu>
7783
7784 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7785 mention other TeX-related units.
7786
77872005-10-23 Lars Hansen <larsh@soem.dk>
7788
0c7efc08
SM
7789 * dired-x.texi (Miscellaneous Commands):
7790 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7791 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7792
77932005-10-23 Jay Belanger <belanger@truman.edu>
7794
7795 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7796 constant.
7797
77982005-10-23 Michael Albinus <michael.albinus@gmx.de>
7799
0c7efc08
SM
7800 * faq.texi (Bugs and problems):
7801 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7802 `directory-listing-before-filename-regexp'.
7803
78042005-10-22 Eli Zaretskii <eliz@gnu.org>
7805
7806 * newsticker.texi (UPDATED): Set value.
7807
78082005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7809
7810 * gnus.texi (Document Groups): Remove duplicate item.
7811
78122005-10-21 Carsten Dominik <dominik@science.uva.nl>
7813
7814 * org.texi (Summary): Mention iCalendar support.
7815 (Exporting): Document iCalendar support.
7816
78172005-10-18 Romain Francoise <romain@orebokech.com>
7818
7819 * viper.texi (Viper Specials): Capitalize GNU.
7820
78212005-10-17 Juri Linkov <juri@jurta.org>
7822
7823 * info.texi (Getting Started, Search Index, Expert Info):
7824 Fix wording.
7825 (Search Text): Replace `echo area' with `mode line'.
7826 (Search Index): Both `i' and `,' find all index entries.
7827 Replace example `C-f' with `C-l' (which exists in index of Info
7828 manual) and delete spaces in its keyboard input sequence.
7829 Delete unnecessary explanations about literal characters.
7830
78312005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7832
7833 * gnus.texi (Document Server Internals): Addition.
7834
78352005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7836
7837 * gnus.texi (A note on namespaces): Fix RFC reference.
7838
78392005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7840
7841 * gnus.texi (RSS): Fix key description.
7842
78432005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7844
7845 * gnus.texi: Emacs/w3 -> Emacs/W3.
7846 (Browsing the Web): Fix description.
7847 (Web Searches): Ditto.
7848 (Customizing W3): Ditto.
7849
78502005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7853
78542005-10-11 Jay Belanger <belanger@truman.edu>
7855
7856 * calc.texi (Integration): Mention using `a i' to compute definite
7857 integrals.
7858
78592005-10-11 Juri Linkov <juri@jurta.org>
7860
7861 * info.texi: Rearrange nodes.
7862 (Top): Update menu. Change ref `Info for Experts' to
7863 `Advanced Info Commands'.
7864 (Getting Started): Fix description of manual's parts.
7865 (Help-Int): Change xref `Info Search' to `Search Index', and
7866 `Expert Info' to `Advanced'.
7867 (Advanced): Move node one level up.
7868 (Search Text, Search Index): New nodes split out from `Info Search'.
7869 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7870 split out from `Advanced'.
7871 (Advanced, Emacs Info Variables): De-document editing an Info file
7872 in Info.
7873 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7874 (Creating an Info File): Delete node and move its text to
7875 `Expert Info'.
7876
78772005-10-10 Carsten Dominik <dominik@science.uva.nl>
7878
7879 * org.texi (Workflow states): Documented that change in keywords
7880 becomes active only after restart of Emacs.
7881
78822005-10-08 Michael Albinus <michael.albinus@gmx.de>
7883
7884 Sync with Tramp 2.0.51.
7885
78862005-10-08 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * speedbar.texi (Introduction): Describe new location of speedbar
7889 on menubar.
7890 (Basic Key Bindings): Remove descriptions of bindings that have
7891 been removed.
7892
78932005-10-05 Nick Roberts <nickrob@snap.net.nz>
7894
7895 * speedbar.texi (GDB): Describe use of watch expressions.
7896
78972005-09-28 Simon Josefsson <jas@extundo.com>
7898
7899 * message.texi (IDNA): Fix.
7900
79012005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7904 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7905 description of nntp-open-connection-function.
7906 (Common Variables): Fix descriptions.
7907
79082005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * gnus.texi (Server Buffer Format): Document the %a format spec.
7911
79122005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7913
7914 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7915
79162005-09-23 Carsten Dominik <dominik@science.uva.nl>
7917
7918 * org.texi Version 3.16.
7919
79202005-09-19 Miles Bader <miles@gnu.org>
7921
7922 * newsticker.texi: Get rid of CVS keywords.
7923
79242005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * gnus.texi (Finding the Parent): Fix description of how Gnus
7927 finds article.
7928
79292005-09-14 Jari Aalto <jari.aalto@cante.net>
7930
7931 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7932 to drop off non-answered articles.
7933
79342005-09-19 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7937 braces (which are unsupported by NMAKE) for macro `srcdir'.
7938
79392005-09-17 Eli Zaretskii <eliz@gnu.org>
7940
7941 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7942 (../info/newsticker, newsticker.dvi): New targets.
7943
79442005-09-17 Ulf Jasper <ulf.jasper@web.de>
7945
7946 * newsticker.texi: Replace @command with @code. Replace @example
7947 with @lisp.
0c7efc08
SM
7948 (Top): Add explanations to menu items.
7949 (GNU Free Documentation License): Remove.
2de53ca6
GM
7950
79512005-09-16 Romain Francoise <romain@orebokech.com>
7952
7953 Update all files to specify GFDL version 1.2.
7954
7955 * doclicense.texi (GNU Free Documentation License): Update to
7956 version 1.2.
7957
79582005-09-15 Richard M. Stallman <rms@gnu.org>
7959
7960 * newsticker.texi: Fix @setfilename.
7961
7962 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7963 (../info/newsticker, newsticker.dvi): New targets.
7964
79652005-08-30 Carsten Dominik <dominik@science.uva.nl>
7966
7967 * org.texi: Version 3.15.
7968
79692005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7970
7971 * ses.texi: Combine all three indices into one.
7972 Correct a few typos.
7973
79742005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7977
79782005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7979
7980 * emacs-mime.texi (Handles): Remove duplicate item.
7981 (Encoding Customization): Fix the default value for
7982 mm-coding-system-priorities.
7983 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7984 (Basic Functions): Fix reference.
7985
79862005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7987
7988 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7989
79902005-08-18 Richard M. Stallman <rms@gnu.org>
7991
7992 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7993 and web site.
7994
7995 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7996 not keyboard-translate.
7997
79982005-08-11 Richard M. Stallman <rms@gnu.org>
7999
8000 * faq.texi (Using regular expressions): Fix xref.
8001
80022005-08-09 Juri Linkov <juri@jurta.org>
8003
8004 * info.texi (Help-P): Replace `Prev' with `Previous'.
8005 (Help-M, Help-Xref): Add S-TAB.
8006 (Help-FOO): Update `u' command.
8007 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8008 Update info about visibility of xref parts.
8009 (Help-Int): Fix `m' command. Rename `Info-last' to
8010 `Info-history-back'. Add `Info-history-forward'.
8011 (Advanced): Fix `g*' and `M-n' commands.
8012 (Info Search): Add `index-apropos' in stand-alone browser.
8013 Add isearch commands.
8014 (Emacs Info Variables): Remove `Info-fontify'.
8015 Add `Info-mode-hook'. Update face names.
8016 Add `Info-fontify-maximum-menu-size',
8017 `Info-fontify-visited-nodes', `Info-isearch-search'.
8018
80192005-08-07 Michael Albinus <michael.albinus@gmx.de>
8020
8021 Sync with Tramp 2.0.50.
8022
8023 * tramp.texi: Use @option{} consequently for method names.
8024 (Inline methods, External transfer methods): Remove references to
8025 Cygwin.
8026 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8027 implementation.
8028
80292005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8030
8031 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8032 Mention that gnus-init-file is not read when Emacs is invoked with
8033 --no-init-file or -q.
8034
80352005-07-19 Carsten Dominik <dominik@science.uva.nl>
8036
8037 * org.texi: Version 3.14.
8038
80392005-07-04 Carsten Dominik <dominik@science.uva.nl>
8040
8041 * org.texi: Version 3.13.
8042
80432005-07-18 Juri Linkov <juri@jurta.org>
8044
8045 * calc.texi (Time Zones, Logical Operations):
8046 * cl.texi (Overview):
8047 * org.texi (TODO types):
8048 * sc.texi (Emacs 18 MUAs):
8049 * speedbar.texi (Top):
8050 * url.texi (History):
8051 Delete duplicate duplicate words.
8052
ce058493 80532005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8054
8055 * cl.texi (Type Predicates): Document `atom' type.
8056
80572005-07-04 Lute Kamstra <lute@gnu.org>
8058
8059 Update FSF's address in GPL notices.
8060
8061 * calc.texi (Copying):
8062 * doclicense.texi (GNU Free Documentation License):
8063 * faq.texi (Contacting the FSF):
8064 * mh-e.texi (Copying): Update FSF's address.
8065
80662005-07-03 Richard M. Stallman <rms@gnu.org>
8067
8068 * flymake.texi (Example -- Configuring a tool called directly):
8069 Update name of flymake-build-relative-filename.
8070
80712005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8072
8073 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8074
80752005-06-29 Carsten Dominik <dominik@science.uva.nl>
8076
8077 * org.texi: Version 3.12.
8078
80792005-06-24 Eli Zaretskii <eliz@gnu.org>
8080
8081 * makefile.w32-in (MAKEINFO): Use --force.
8082 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8083 Makefile.in.
8084 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8085 more shells.
8086
80872005-06-23 Richard M. Stallman <rms@gnu.org>
8088
8089 * speedbar.texi (Creating a display): Texinfo usage fixes.
8090
8091 * tramp.texi (Customizing Completion, Auto-save and Backup):
8092 Texinfo usage fixes.
8093
80942005-06-23 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * dired-x.texi (Miscellaneous Commands):
8097 * ediff.texi (Miscellaneous):
8098 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8099 (Agent Variables):
8100 * info.texi (Help-Xref):
8101 * message.texi (Message Headers):
8102 * org.texi (Remember):
8103 * reftex.texi (Options (Defining Label Environments)):
8104 (Options (Index Support)):
8105 (Options (Viewing Cross-References)):
8106 (Options (Misc)):
8107 (Changes):
8108 * speedbar.texi (Creating a display):
8109 * tramp.texi (Customizing Completion, Auto-save and Backup):
8110 Texinfo usage fix.
8111
81122005-06-13 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * org.texi: Version 3.11.
8115
81162005-06-12 Jay Belanger <belanger@truman.edu>
8117
8118 * calc.texi (Getting Started): Remove extra menu item.
8119
81202005-05-31 Jay Belanger <belanger@truman.edu>
8121
8122 * calc.texi (Notations Used in This Manual): Use @kbd for key
8123 sequence.
8124 (Demonstration of Calc): Mention another way of starting Calc.
8125 (Starting Calc): Mention long name of M-#.
8126 (Embedded Mode Overview): Remove unnecessary instruction.
8127 (Other M-# commands): Rephrase `M-# 0' explanation.
8128 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8129 reflect current behavior.
8130
81312005-05-30 Jay Belanger <belanger@truman.edu>
8132
8133 * calc.texi (Hooks): Change description of calc-window-hook and
8134 calc-trail-window-hook to match usage.
8135 (Computational Functions): Add more constant-generating functions.
8136 (Customizable Variables): Use defvar.
8137
81382005-05-28 Jay Belanger <belanger@truman.edu>
8139
8140 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8141 (Basic Embedded Mode): Explain behavior of arguments to
8142 calc-embedded-mode.
8143
81442005-05-27 Jay Belanger <belanger@truman.edu>
8145
8146 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8147 current behavior.
8148
81492005-05-25 Jay Belanger <belanger@truman.edu>
8150
8151 * calc.texi: Change Calc version number throughout.
8152 (Keypad Mode): Change location in info output.
8153 (Keypad mode overview): Move picture of keypad.
8154
81552005-05-21 Jay Belanger <belanger@truman.edu>
8156
8157 * calc.texi (Storing variables): Mention that only most variables
8158 are void to begin with.
8159
81602005-05-21 Kevin Ryde <user42@zip.com.au>
8161
8162 * widget.texi (Basic Types): Update cross ref from "Enabling
8163 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8164 lispref/text.texi change.
8165
81662005-05-20 Carsten Dominik <dominik@science.uva.nl>
8167
8168 * org.texi: Version 3.09.
8169
81702005-05-18 Carsten Dominik <dominik@science.uva.nl>
8171
8172 * reftex.texi: Version 4.28.
8173
81742005-05-16 Jay Belanger <belanger@truman.edu>
8175
8176 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8177
81782005-05-14 Jay Belanger <belanger@truman.edu>
8179
8180 * calc.texi (Default Simplifications): Insert missing ! (logical
8181 not operator).
8182
81832005-05-14 Michael Albinus <michael.albinus@gmx.de>
8184
8185 Sync with Tramp 2.0.49.
8186
81872005-05-10 Jay Belanger <belanger@truman.edu>
8188
8189 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8190 to 1.
8191
81922005-04-29 Carsten Dominik <dominik@science.uva.nl>
8193
8194 * org.texi: Version 3.08, structure reorganized.
8195
81962005-04-24 Richard M. Stallman <rms@gnu.org>
8197
8198 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8199
82002005-04-15 Carsten Dominik <dominik@science.uva.nl>
8201
8202 * org.texi: Update to version 3.06.
8203
82042005-04-13 Lute Kamstra <lute@gnu.org>
8205
8206 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8207
82082005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8209
8210 * cl.texi (Porting Common Lisp): Fix typo.
8211
82122005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8213
8214 * gnus.texi (RSS): Addition.
8215
82162005-04-04 Jay Belanger <belanger@truman.edu>
8217
8218 * calc.texi: Change Calc version number.
8219 (Customizable variables): Fix description of calc-language-alist.
8220 (Copying): Put in version 2 of GPL.
8221
82222005-04-01 Jay Belanger <belanger@truman.edu>
8223
8224 * calc.texi (Troubleshooting Commands): Remove comment about
8225 installation.
8226 (Installation): Remove section.
8227 (Customizable Variables): New section.
8228 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8229 (Graphical Devices): Add references to Customizable Variables.
8230
82312005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8232
8233 * emacs-mime.texi (Display Customization): Markup fixes.
8234 (rfc2047): Update.
8235
82362005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8237
8238 * gnus-faq.texi: Replaced with auto-generated version.
8239
82402005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8241
8242 * dired-x.texi (Multiple Dired Directories): default-directory was
8243 renamed to dired-default-directory.
8244
82452005-03-26 Jay Belanger <belanger@truman.edu>
8246
8247 * calc.texi (Simplifying Formulas, Rewrite Rules):
8248 Change description of top and bottom of fraction.
8249 (Modulo Forms): Move description of how to create modulo forms to
8250 earlier in the section.
8251 (Fraction Mode): Suggest using : to get a fraction by dividing.
8252 (Basic Arithmetic): Adjust placement of command name.
8253 (Truncating the Stack): Emphasize that "hidden" entries are still
8254 visible.
8255 (Installation): Move discussion of printing manual to "About This
8256 Manual".
8257 (About This Manual): Mention how to print the manual.
8258 (Reporting Bugs): Remove first person.
8259 (Building Vectors): Add algebraic version of append.
8260 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8261 (Grouping Digits): Fix typo.
8262
82632005-03-25 Werner Lemberg <wl@gnu.org>
8264
8265 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8266 Replace `legal' with `valid'.
8267
82682005-03-25 Werner Lemberg <wl@gnu.org>
8269
8270 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8271
82722005-03-24 Jay Belanger <belanger@truman.edu>
8273
8274 * calc.texi (General Mode Commands)
8275 (Mode Settings in Embedded Mode): Add some explanation of
8276 recording mode settings.
8277
82782005-03-24 Richard M. Stallman <rms@gnu.org>
8279
8280 * calc.texi: Remove praise of non-free software.
8281
8282 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8283 (Installation): Node deleted.
8284
82852005-03-23 Richard M. Stallman <rms@gnu.org>
8286
8287 * url.texi (HTTP language/coding): Improve last change.
8288
82892005-03-22 Jay Belanger <belanger@truman.edu>
8290
8291 * calc.texi (Embedded Mode): Add new information on changing
8292 modes.
8293
82942005-03-20 Michael Albinus <michael.albinus@gmx.de>
8295
8296 Sync with Tramp 2.0.48.
8297
8298 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8299
8300 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8301 "GNU/Linux". Change all addresses to .gnu.org.
8302 (Default Method): Offer shortened syntax for "su" and "sudo"
8303 methods.
8304
83052005-03-07 Richard M. Stallman <rms@gnu.org>
8306
8307 * url.texi: Fix usage of "e.g.".
8308 (HTTP language/coding): Explain the rules for these strings.
8309
83102005-03-06 Richard M. Stallman <rms@gnu.org>
8311
8312 * woman.texi (Introduction): Minor cleanups.
8313
8314 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8315
8316 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8317 (Installation): Node deleted.
8318
8319 * mh-e.texi (Preface): Get rid of "Emacs 21".
8320
8321 * eshell.texi (Installation): Delete node (for Emacs 20).
8322
83232005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8324
8325 * flymake.texi: Refill and tweak style in @lisp blocks.
8326
83272005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8328
8329 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8330
83312005-03-01 Jay Belanger <belanger@truman.edu>
8332
8333 * calc.texi (Trigonometric and Hyperbolic Functions):
8334 Mention additional functions.
8335 (Algebraic Simplifications): Mention additional simplifications.
8336
83372005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8338
8339 * ses.texi: Add concept/function/variable indices (this work was
8340 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8341 papers on file at FSF).
8342
83432005-02-10 Jay Belanger <belanger@truman.edu>
8344
8345 * calc.texi: Change @LaTeX to La@TeX throughout.
8346 Redefine @expr as @math for TeX output.
8347 Redefine @texline as a no-op for TeX output.
8348 Define @tfn, replace @t by @tfn throughout.
8349
83502005-02-09 Jay Belanger <belanger@truman.edu>
8351
8352 * calc.texi: Add macro for LaTeX for info output.
8353
83542005-02-08 Kim F. Storm <storm@cua.dk>
8355
8356 * texinfo.tex (LaTex): Add def.
8357
83582005-02-06 Jay Belanger <belanger@truman.edu>
8359
8360 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8361 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8362 throughout manual.
8363
83642005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8365
8366 * gnus.texi: Some edits based on comments from David Abrahams.
8367
83682005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8369
8370 * gnus.texi (RSS): Fix the keystroke.
8371
83722005-01-24 David Kastrup <dak@gnu.org>
8373
8374 * faq.texi: Update AUCTeX version info.
8375
83762005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8377
8378 * gnus-faq.texi ([4.1]): Typo.
8379
83802005-01-19 Jay Belanger <belanger@truman.edu>
8381
8382 * calc.texi (Keep Arguments): Mention that keeping arguments
8383 doesn't work with keyboard macros.
8384
83852005-01-16 Richard M. Stallman <rms@gnu.org>
8386
8387 * autotype.texi (Autoinserting): Fix small error.
8388
83892005-01-16 Michael Albinus <michael.albinus@gmx.de>
8390
8391 Sync with Tramp 2.0.47.
8392
8393 * tramp.texi (Compilation): New section, describing compilation of
8394 remote files.
8395
83962005-01-11 Kim F. Storm <storm@cua.dk>
8397
8398 * widget.texi (Basic Types): Add :follow-link keyword.
8399
84002005-01-09 Jay Belanger <belanger@truman.edu>
8401
8402 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8403
84042005-01-08 Jay Belanger <belanger@truman.edu>
8405
8406 * calc.texi: Change throughout to reflect new default value of
8407 calc-settings-file.
8408
84092005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * message.texi (Reply): `message-reply-to-function' should return
8412 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8413
84142005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8415
8416 * faq.texi (Changing load-path): Fix typo.
8417
84182005-01-05 Jay Belanger <belanger@truman.edu>
8419
8420 * calc.texi (Programming Tutorial): Replace kbd command by
8421 appropriate characters for a keyboard macro.
8422
84232005-01-04 Jay Belanger <belanger@truman.edu>
8424
8425 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8426 for Lucid Emacs.
8427 (Programming Tutorial): Mention that the user needs to be in the
8428 right mode to compute some functions.
8429
84302005-01-04 Jay Belanger <belanger@truman.edu>
8431
8432 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8433 no longer applicable.
8434
84352005-01-01 Jay Belanger <belanger@truman.edu>
8436
0c7efc08 8437 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8438 edit keyboard macros to match current behavior.
8439
84402004-12-31 Jay Belanger <belanger@truman.edu>
8441
8442 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8443
84442004-12-20 Jay Belanger <belanger@truman.edu>
8445
8446 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8447 zero.
8448
84492004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8450
8451 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8452 @xref.
8453 (Font Locking): Avoid @strong{Note:}.
8454
84552004-12-17 Michael Albinus <michael.albinus@gmx.de>
8456
8457 Sync with Tramp 2.0.46.
8458
8459 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8460
84612004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8462
8463 * url.texi: Correct typos.
8464 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8465 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8466 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8467 (Dealing with HTTP documents): @inforef->@xref.
8468
84692004-12-15 Jay Belanger <belanger@truman.edu>
8470
8471 * calc.texi: Consistently capitalized all mode names.
8472 (Answers to Exercises): Mention that an answer can be a fraction
8473 when in Fraction mode.
8474
84752004-12-13 Jay Belanger <belanger@truman.edu>
8476
8477 * calc.texi: Fix some TeX definitions.
8478
84792004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * reftex.texi (Imprint): Remove erroneous @value's.
8482
84832004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8486 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8487
84882004-12-08 Jay Belanger <belanger@truman.edu>
8489
8490 * calc.texi (Starting Calc): Remove comment about installation.
8491 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8492
84932004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * url.texi: Update @setfilename.
8496 (Getting Started): No need to worry about Gnus versions.
8497 (Dealing with HTTP documents): Use @inforef.
8498
8499 * org.texi: Fix @direntry file name.
8500
85012004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * url.texi: New file.
8504
8505 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8506
85072004-12-06 Jay Belanger <belanger@truman.edu>
8508
8509 * calc.texi (Using Calc): Remove paragraph about installation.
8510
85112004-12-06 Jay Belanger <belanger@truman.edu>
8512
8513 * calc.texi: Use more Texinfo macros and less TeX defs.
8514 Remove @refill's.
8515
85162004-12-06 Richard M. Stallman <rms@gnu.org>
8517
8518 * org.texi: New file.
8519
85202004-12-05 Richard M. Stallman <rms@gnu.org>
8521
8522 * Makefile.in (org.dvi, ../info/org): New targets.
8523 (INFO_TARGETS): Add ../info/org.
8524 (DVI_TARGETS): Add org.dvi.
8525 (maintainer-clean): Remove the info files in the info dir.
8526
85272004-11-26 Eli Zaretskii <eliz@gnu.org>
8528
8529 * idlwave.texi: Fix the setfilename directive to put the produced
8530 file in ../info.
8531 (Continued Statement Indentation): Resurrect Jan D.'s change from
8532 2004-11-03 that was lost when a newer version of idlwave.texi was
8533 imported.
8534
85352004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8536
0c7efc08 8537 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8538
0c7efc08
SM
8539 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8540 Index `spam-initialize'.
2de53ca6
GM
8541
85422004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8543
8544 * message.texi (Various Message Variables): Mention that all mail
8545 file variables are derived from `message-directory'.
8546
8547 * gnus.texi (Splitting Mail): Clarify bogus group.
8548
85492004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8550
0c7efc08
SM
8551 * emacs-mime.texi (Encoding Customization):
8552 Fix mm-coding-system-priorities entry.
2de53ca6 8553
c8763fb6 85542004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8555
8556 * idlwave.texi (Continued Statement Indentation):
8557 * reftex.texi (Options (Index Support)):
8558 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8559 * speedbar.texi (Creating a display, Major Display Modes):
8560 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8561
85622004-10-21 Jay Belanger <belanger@truman.edu>
8563
0c7efc08 8564 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8565
85662004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8567
8568 * calc.texi (Reporting Bugs): Double up `@'.
8569
85702004-10-18 Jay Belanger <belanger@truman.edu>
8571
0c7efc08 8572 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8573 should be sent to.
8574
85752004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8576
8577 * gnus.texi (New Features): Add 5.11.
8578
8579 * message.texi (Resending): Remove wrong default value.
8580
8581 * gnus.texi (Mail Source Specifiers): Describe possible problems
8582 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8583 `pop3-leave-mail-on-server' to the index.
8584
85852004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8586
8587 * message.texi (Canceling News): Add how to set a password.
8588
85892004-10-12 Jay Belanger <belanger@truman.edu>
8590
0c7efc08 8591 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8592 calc-describe-function and calc-describe-variable to match their
8593 current behavior.
8594
85952004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8596
8597 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8598
85992004-10-12 Michael Albinus <michael.albinus@gmx.de>
8600
8601 Sync with Tramp 2.0.45.
8602
8603 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8604 plink link. The URL is outdated. Originator contacted for
8605 clarification.
8606
86072004-10-10 Juri Linkov <juri@jurta.org>
8608
8609 * gnus.texi (Top, Marking Articles): Join two menus in one node
8610 because a node can have only one menu.
8611
86122004-10-09 Juri Linkov <juri@jurta.org>
8613
8614 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8615 example of nnmail-split-fancy.
8616
86172004-10-06 Karl Berry <karl@gnu.org>
8618
8619 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8620 consistency with other uses of dashes.
8621
86222004-10-05 Karl Berry <karl@gnu.org>
8623
8624 * info.texi: Consistently use --- throughout, periods at end of
8625 menu descriptions, and a couple typos.
8626
86272004-09-26 Jesper Harder <harder@ifa.au.dk>
8628
8629 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8630 * pgg.texi (User Commands, Backend methods): Do.
8631 * gnus.texi: Markup fixes.
8632 (Setting Process Marks): Fix `M P a' entry.
8633 * emacs-mime.texi: Fixes.
8634
86352004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8636
8637 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8638 again.
8639 Use 5.10 instead of 5.10.0.
8640
86412004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8642
8643 * gnus.texi (Summary Mail Commands): S D e.
8644
86452004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8646
8647 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8648 the gnus-article-mode-line-format section.
8649
86502004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8651
8652 * gnus.texi (Various Summary Stuff): Fix the documentation for
8653 gnus-newsgroup-variables.
8654
86552004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8656
0c7efc08
SM
8657 * gnus.texi (MIME Commands):
8658 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8659 gnus-mime-display-multipart-alternative-as-mixed,
8660 gnus-mime-display-multipart-related-as-mixed.
8661 (Mail Source Customization): Clarify `mail-source-directory'.
8662 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8663 (SpamOracle): Fix typo.
2de53ca6
GM
8664
8665 * gnus-faq.texi: Untabify.
8666 ([6.3]): nnir.el is in contrib directory.
8667
8668 * message.texi (News Headers): Clarify how a unique ID is created.
8669
0c7efc08
SM
8670 * gnus.texi (Batching Agents): Fix typo in example.
8671 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8672
b2abec73 86732004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8674
0c7efc08 8675 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8676
86772004-09-20 Florian Weimer <fw@deneb.enyo.de>
8678
8679 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8680
86812004-09-22 Jay Belanger <belanger@truman.edu>
8682
0c7efc08 8683 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8684 might be hidden during part of the session.
8685
86862004-09-20 Jay Belanger <belanger@truman.edu>
8687
8688 * calc.texi (Notations Used in This Manual): Put in an earlier
8689 mention that DEL could be called Backspace.
8690
86912004-09-10 Simon Josefsson <jas@extundo.com>
8692
8693 * gnus.texi (IMAP): Add example. Suggested and partially written
8694 by Steinar Bang <sb@dod.no>.
8695
86962004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8697
8698 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8699 netrc syntax.
8700
87012004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8702
b2abec73
JB
8703 * gnus.texi (Spam ELisp Package Sequence of Events):
8704 Some clarifications.
2de53ca6
GM
8705 (Spam ELisp Package Global Variables): More clarifications.
8706
87072004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8708
8709 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8710 Mention spam-split does not modify incoming mail.
8711
87122004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8713
8714 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8715
87162004-09-10 Eli Zaretskii <eliz@gnu.org>
8717
8718 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8719
87202004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8721
8722 * makefile.w32-in (sieve, pgg): Use $(infodir).
8723
87242004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8725
8726 * makefile.w32-in: Fix PGG and Sieve entries.
8727
87282004-08-28 Eli Zaretskii <eliz@gnu.org>
8729
8730 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8731 Emacs and related programs.
8732
87332004-08-27 Richard M. Stallman <rms@gnu.org>
8734
8735 * faq.texi: Fix texinfo usage, esp. doublequotes.
8736 (Difference between Emacs and XEmacs): Some clarification.
8737
8738 * faq.texi (Difference between Emacs and XEmacs):
8739 Explain not to contrast XEmacs with GNU Emacs.
8740
87412004-08-26 Richard M. Stallman <rms@gnu.org>
8742
8743 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8744
87452004-08-22 David Kastrup <dak@gnu.org>
8746
8747 * reftex.texi (AUCTeX): Update links, section name.
8748
8749 * faq.texi (Calc): Update availability (included in 22.1).
8750 (AUCTeX): Update availability, information, versions, description.
8751
87522004-08-14 Eli Zaretskii <eliz@gnu.org>
8753
8754 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8755
87562004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8757
8758 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8759
87602004-08-10 Michael Albinus <michael.albinus@gmx.de>
8761
8762 Sync with Tramp 2.0.44.
8763
87642004-08-05 Lars Hansen <larsh@math.ku.dk>
8765
8766 * widget.texi (User Interface): Update how to separate the
8767 editable field of an editable-field widget from other widgets.
8768 (Programming Example): Add text after field.
8769
87702004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8771
8772 * emacs-mime.texi (Encoding Customization): Add a note to the
8773 mm-content-transfer-encoding-defaults entry.
8774 (rfc2047): Update.
8775
0c7efc08
SM
8776 * gnus.texi (Article Highlighting):
8777 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8778 (POP before SMTP): New node.
8779 (Posting Styles): Addition.
8780 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8781 (Fancy Mail Splitting): Ditto.
8782 (X-Face): Add gnus-x-face.
8783
87842004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8785
8786 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8787 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8788
87892004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8790
0c7efc08
SM
8791 * gnus.texi (Mail Source Specifiers):
8792 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8793
87942004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8795
8796 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8797
8798 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8799 repository. Change setfilename.
8800
8801 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8802
88032004-07-02 Juri Linkov <juri@jurta.org>
8804
8805 * pcl-cvs.texi (Viewing differences): Add `d r'.
8806
88072004-06-29 Jesper Harder <harder@ifa.au.dk>
8808
8809 * ses.texi, viper.texi, flymake.texi, faq.texi:
8810 * eshell.texi, ediff.texi: Markup fixes.
8811
88122004-06-21 Karl Berry <karl@gnu.org>
8813
8814 * info.texi (Top): Mention that only Emacs has mouse support.
8815 (Getting Started): Mention this in a few other places.
8816
88172004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8818
0c7efc08
SM
8819 * autotype.texi (Copyrights, Timestamps):
8820 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8821
88222004-06-13 Lars Hansen <larsh@math.ku.dk>
8823
8824 * dired-x.texi (dired-mark-omitted): Update keybinding.
8825
88262004-06-10 Kim F. Storm <storm@cua.dk>
8827
8828 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8829
88302004-06-05 Lars Hansen <larsh@math.ku.dk>
8831
8832 * dired-x.texi (variable dired-omit-mode): Rename from
8833 dired-omit-files-p.
8834 (function dired-omit-mode): Rename from dired-omit-toggle.
8835 Call dired-omit-mode rather than set dired-omit-files-p.
8836 (dired-mark-omitted): Describe command.
8837
88382004-05-29 Michael Albinus <michael.albinus@gmx.de>
8839
8840 Version 2.0.41 of Tramp released.
8841
88422004-05-29 Juanma Barranquero <lektu@terra.es>
8843
8844 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8845 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8846
88472004-05-29 Richard M. Stallman <rms@gnu.org>
8848
8849 * cl.texi (Top): Call this chapter `Introduction'.
8850 (Overview): In TeX, no section heading here.
8851
8852 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8853
88542004-05-29 Eli Zaretskii <eliz@gnu.org>
8855
8856 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8857 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8858
88592004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8860
8861 * flymake.texi: New file.
8862
88632004-05-28 Simon Josefsson <jas@extundo.com>
8864
8865 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8866
b344d29d 88672004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8868
8869 Version 2.0.40 of Tramp released.
8870
88712004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8872
8873 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8874
8875 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8876 variables `tramp-backup-directory-alist' and
8877 `tramp-bkup-backup-directory-info'.
8878 (Overview, Connection types)
8879 (External transfer methods, Default Method)
8880 (Windows setup hints): Remove restriction of password entering
8881 with external methods.
8882 (Auto-save and Backup): Make file name example
8883 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8884 and `auto-save-directory' must be used.
8885 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8886 only "NT"). Remove doubled entry "What kinds of systems does
8887 @tramp{} work on".
8888 (tramp): Macro removed.
8889 (Obtaining Tramp): Flag removed from title.
8890 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8891 and `trampver' used properly. Flag `tramp-inst' replaced by
8892 `installchapter'. Installation related text adapted.
8893
88942004-04-28 Masatake YAMATO <jet@gyve.org>
8895
8896 * widget.texi (Programming Example): Remove overlays.
8897
88982004-04-27 Jesper Harder <harder@ifa.au.dk>
8899
8900 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8901
89022004-04-23 Juanma Barranquero <lektu@terra.es>
8903
8904 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8905
89062004-04-05 Jesper Harder <harder@ifa.au.dk>
8907
8908 * info.texi (Info Search): Add info-apropos.
8909
89102004-03-22 Juri Linkov <juri@jurta.org>
8911
8912 * faq.texi: Fix help key bindings.
8913
89142004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8915
8916 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8917 (as suggested by Karl Berry). Update information about colored
8918 stars in menus. Add new subheading describing M-n.
8919
89202004-03-12 Richard M. Stallman <rms@gnu.org>
8921
8922 * cl.texi (Top): Rename top node's title.
8923
89242004-03-08 Karl Berry <karl@gnu.org>
8925
8926 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8927 problems making the texinfo distribution.
8928
89292004-02-29 Simon Josefsson <jas@extundo.com>
8930
0c7efc08 8931 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8932 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8933 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8934 <voegelas@gmx.net>.
8935
89362004-02-29 Juanma Barranquero <lektu@terra.es>
8937
8938 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8939 Use $(DEL) instead of rm, and ignore exit code.
8940
b344d29d 89412004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8942
8943 Tramp version 2.0.39 released.
8944
89452004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8946
8947 * tramp.texi (Customizing Completion): Explain new functions
8948 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8949 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8950 (Top): Refer to Savannah mailing list as the major one.
8951 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8952 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8953 (Frequently Asked Questions): Remote hosts must not be Unix-like
8954 for "smb" method.
8955 (Password caching): New node.
8956 (External transfer methods): Refer to password caching for "smb"
8957 method.
8958
89592004-02-17 Karl Berry <karl@gnu.org>
8960
8961 * info.texi (Help-Int): Mention the new line number feature.
8962
89632004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8964
8965 * ses.texi (Advanced Features): New functionality for
8966 ses-set-header-row (defaults to current row unless C-u used).
8967 (Acknowledgements): Add Stefan Monnier.
8968
89692003-12-29 Kevin Ryde <user42@zip.com.au>
8970
8971 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8972
b344d29d 89732003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8974
8975 Tramp version 2.0.38 released.
8976
8977 * tramp.texi (Remote shell setup): Warn of environment variables
8978 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8979 <sven.gabriel@imk.fzk.de>.
8980 (Configuration): Tramp now chooses base64/uuencode
8981 automatically. Update wording accordingly.
8982 (Top): More description for the `Default Method' menu entry.
8983 (Default Method): Use @code, not @var, for Lisp variables.
8984 (Default Method): New subsection `Which method is the right one
8985 for me?' Suggested by Christian Kirsch.
8986 (Configuration): Pointer to new subsection added.
8987 (Default Method): Too many "use" in one sentence.
8988 Rephrase. Reported by Christian Kirsch.
8989 (Filename Syntax): Old `su' example is probably a left-over from
8990 the sm/su method naming. Replace with `ssh', instead.
8991 (External transfer methods, Auto-save and Backup):
8992 Typo fixes.
8993
89942003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8995
183080b6 8996 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8997 (Top): Mention japanese manual only if flag `jamanual' is set.
8998 Insert section `Japanese manual' in menu.
8999
90002003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9001
9002 * eshell.texi (Known Problems): Add doc item.
9003
90042003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9005
9006 * cc-mode.texi: Update for CC Mode 5.30.
9007
9008 Note: Please refrain from doing purely cosmetic changes like
9009 removing trailing whitespace in this manual; it clobbers cvs
9010 merging for no good reason.
9011
90122003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9013
9014 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9015 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9016 @acronym{ASCII}.
9017
90182003-10-26 Karl Berry <karl@gnu.org>
9019
9020 * info.texi (Info Search): Echo area, not echo are. From Debian
9021 diff.
9022
90232003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9024
10d1d0af 9025 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9026 :buttons and :children keywords.
9027
90282003-10-22 Miles Bader <miles@gnu.org>
9029
9030 * Makefile.in (info): Move before $(top_srcdir)/info.
9031
90322003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9033
9034 * tramp.texi (Inline methods): Small grammar fix.
9035 (External transfer methods): Likewise.
9036
90372003-10-08 Nick Roberts <nick@nick.uklinux.net>
9038
9039 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9040
90412003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9042
9043 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9044
90452003-09-30 Richard M. Stallman <rms@gnu.org>
9046
9047 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9048
9049 * widget.texi (User Interface): Fix typos.
9050
9051 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9052
90532003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9054
9055 * pcl-cvs.texi (Selected Files): Fix typo.
9056
90572003-09-21 Karl Berry <karl@gnu.org>
9058
9059 * info.texi (] and [ commands): No period at end of section title.
9060
90612003-09-04 Miles Bader <miles@gnu.org>
9062
9063 * Makefile.in (top_srcdir): New variable.
9064 ($(top_srcdir)/info): New rule.
9065 (info): Depend on it.
9066
90672003-09-03 Peter Runestig <peter@runestig.com>
9068
9069 * makefile.w32-in: New file.
9070
90712003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9072
9073 * widget.texi (User Interface): Explain the need of static text
9074 around an editable field.
9075
90762003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9077
9078 * widget.texi (Basic Types): The argument to `:help-echo' can now
9079 be a form that evaluates to a string.
9080
90812003-08-18 Kim F. Storm <storm@cua.dk>
9082
9083 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9084
90852003-08-16 Richard M. Stallman <rms@gnu.org>
9086
9087 * dired-x.texi (Shell Command Guessing): Explain *.
9088
90892003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9090
9091 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9092 log-edit-insert-changelog.
9093
90942003-08-03 Karl Berry <karl@gnu.org>
9095
9096 * info.texi: Need @contents.
9097
c8763fb6 90982003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9099
9100 Tramp version 2.0.36 released.
9101
9102 * tramp.texi (Remote shell setup): Explain about problems with
9103 non-Bourne commands in ~/.profile and ~/.shrc.
9104
91052003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9106
9107 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9108 renaming of `vis-mode' to `visible-mode'.
9109
91102003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9111
9112 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9113 next, prev and up pointers.
9114
91152003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9116
9117 * info.texi (Help): Mention existence of Emacs and stand-alone
9118 Info at the very beginning of the tutorial.
9119 (Help-Inv): New node.
9120 (Help-]): New node.
9121 (Help-M): Systematically point out the differences between default
9122 Emacs and stand-alone versions. Delete second menu.
9123 (Help-Xref): Systematically point out the differences between
9124 default Emacs and stand-alone versions.
9125 (Help-Int): Change `l' example.
9126 (Expert Info): Fix typos.
9127 (Emacs Info Variables): Mention `Info-hide-note-references' and
9128 new default for `Info-scroll-prefer-subnodes'.
9129
c8763fb6 91302003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9131
9132 Version 2.0.35 of Tramp released.
9133
9134 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9135 (Inline methods): Add methods `remsh' and `plink1'.
9136 (External transfer methods): Add method `remcp'.
9137 (Multi-hop Methods): Add method `remsh'.
9138 Small patch from Adrian Aichner <adrian@xemacs.org>:
9139 Fix minor typos.
0c7efc08 9140 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9141 `Info-index'.
9142 (Version Control): Add cindex entry.
9143
c8763fb6 91442003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9145
9146 * trampver.texi: Version 2.0.34 released.
9147
91482003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9149
9150 * faq.texi: Improve previous changes.
9151
91522003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9153
9154 * faq.texi: Update copyright and maintenance details.
9155 Update some package URLs, versions, and maintainers.
9156 Remove many references to the Emacs Lisp Archive.
9157
91582003-04-23 Simon Josefsson <jas@extundo.com>
9159
9160 * smtpmail.texi: Fix license (the invariant sections mentioned has
9161 never been part of the smtp manual). Align info dir entry with
9162 other emacs packages.
9163
91642003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9165
9166 * tramp.texi: Version 2.0.33 released.
9167 Remove installation chapter. Remove XEmacs specifics.
9168
91692003-03-29 Richard M. Stallman <rms@gnu.org>
9170
9171 * tramp.texi (Top): Undo the previous renaming.
9172 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9173
c8763fb6 91742003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9175
9176 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9177 version of manual.
9178
9179 * tramp.texi (Auto-save and Backup): New node.
9180
91812003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9182
9183 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9184 Emacs" in order to have better differentiation to "XEmacs".
9185 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9186 are new macros in order to point to the other Emacs flavor where
9187 appropriate. In info case, point to node `Installation' in order
9188 to explain how to generate the other way. In html case, make a
9189 link to the other html file.
0c7efc08 9190 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9191 after CVS checkout/update.
9192 (Installation): Completely rewritten.
9193 (Installation parameters, Load paths): New sections under
9194 `Installation'.
9195
c8763fb6 91962003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9197
9198 * tramp.texi: Version 2.0.30 released.
9199 Replace word "path" with "localname" where used as a component of
9200 a Tramp file name.
9201
92022003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9203
9204 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9205 introduced.
9206 (Installation): Explain what to do if files from the tramp/contrib
9207 directory are needed.
9208
92092003-02-23 Alex Schroeder <alex@emacswiki.org>
9210
9211 * smtpmail.texi (How Mail Works): New.
9212
92132003-02-22 Alex Schroeder <alex@emacswiki.org>
9214
9215 * smtpmail.texi: New file.
9216
9217 * Makefile.in: Build SMTP manual.
9218
c8763fb6 92192003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9220
9221 * tramp.texi: Version 2.0.29 released.
9222 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9223 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9224
92252003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9226
9227 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9228 another package loads accidentally Ange-FTP.
2de53ca6
GM
9229
92302003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9231
9232 * tramp.texi (Customizing Completion): Add function
9233 `tramp-parse-sconfig'. Change example of
9234 `tramp-set-completion-function', because parsing of ssh config
9235 files looks more natural.
9236
92372003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9238
9239 * gnus.texi: Do not use `path' in several locations.
9240
c8763fb6 92412002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9242
0c7efc08
SM
9243 * tramp.texi (External transfer methods): New method `smb'.
9244 From Michael Albinus.
2de53ca6
GM
9245
92462002-11-05 Karl Berry <karl@gnu.org>
9247
9248 * info.texi (Info-fontify): Reorder face list to avoid bad line
9249 breaks.
9250
c8763fb6 92512002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9252
0c7efc08
SM
9253 * tramp.texi: Move @copying to standard place.
9254 Use @insertcopying.
2de53ca6
GM
9255
92562002-10-02 Karl Berry <karl@gnu.org>
9257
9258 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9259 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9260 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9261 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9262 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9263 Per rms, update all manuals to use @copying instead of @ifinfo.
9264 Also use @ifnottex instead of @ifinfo around the top node, where
9265 needed for the sake of the HTML output.
9266 (The Gnus manual is not fixed since it's not clear to me how it
9267 works; and the Tramp manual already uses @copying, although in an
9268 unusual way. All others were changed.)
9269
92702002-09-10 Jonathan Yavner <jyavner@engineer.com>
9271
9272 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9273 (../info/ses, ses.dvi): New targets.
9274 * ses.texi: New file.
9275
c8763fb6 92762002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9277
9278 * texinfo.tex: Update to texinfo 4.2.
9279
92802002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9281
9282 * reftex.texi: Update to RefTeX 4.19.
9283
c8763fb6 92842002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9285
9286 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9287 (../info/tramp, tramp.dvi): New targets.
9288
92892002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9290
9291 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9292 (calc.dvi): Uncomment.
9293
92942001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9295
9296 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9297 (../info/calc): New target.
9298
92992001-10-20 Gerd Moellmann <gerd@gnu.org>
9300
9301 * (Version 21.1 released.)
9302
93032001-10-05 Gerd Moellmann <gerd@gnu.org>
9304
9305 * Branch for 21.1.
9306
93072001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9308
9309 * Makefile.in (../info/info): Use an explicit -o switch to
9310 makeinfo.
9311
93122001-03-05 Gerd Moellmann <gerd@gnu.org>
9313
9314 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9315
93162000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9317
9318 * Makefile.in (../info/idlwave): Use --no-split.
9319
93202000-12-14 Dave Love <fx@gnu.org>
9321
c4cc8b9a 9322 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9323 (gnus.dvi): Change rule to remove @latex stuff.
9324
93252000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9326
9327 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9328
93292000-10-13 John Wiegley <johnw@gnu.org>
9330
9331 * Makefile.in: Add build targets for eshell.texi.
9332
93332000-09-25 Gerd Moellmann <gerd@gnu.org>
9334
9335 * Makefile.in: Remove/comment speedbar stuff.
9336
93372000-09-22 Dave Love <fx@gnu.org>
9338
9339 * Makefile.in: Add emacs-mime.
9340
93412000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9342
9343 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9344 (DVI_TARGETS): Add woman.dvi.
9345 (../info/woman, woman.dvi): New targets.
9346
93472000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9348
9349 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9350
9351 * pcl-cvs.texi: New file.
9352 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9353 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9354
93552000-05-11 Gerd Moellmann <gerd@gnu.org>
9356
9357 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9358 (../info/ebrowse, ebrowse.dvi): New targets.
9359
93602000-01-13 Gerd Moellmann <gerd@gnu.org>
9361
9362 * Makefile.in (INFO_TARGETS): Add eudc.
9363 (DVI_TARGETS): Add eudc.dvi.
9364 (../info/eudc, eudc.dvi): New targets.
9365
93662000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9367
9368 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9369 compatibility with 8+3 filesystems).
9370 (../info/efaq): Rename from emacs-faq.
9371
93722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9373
9374 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9375 (../info/idlwave, idlwave.dvi): New targets.
9376
93771999-10-23 Dave Love <fx@gnu.org>
9378
9379 * Makefile.in: Use autotype.texi.
9380
93811999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9382
9383 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9384 faq.texi file) rather than ../info/faq.
9385
93861999-10-07 Gerd Moellmann <gerd@gnu.org>
9387
9388 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9389 (../info/ada-mode, ada-mode.dvi): New targets.
9390
93911999-09-01 Dave Love <fx@gnu.org>
9392
9393 * Makefile.in: Add faq.
9394
93951999-07-12 Richard Stallman <rms@gnu.org>
9396
9397 * Version 20.4 released.
9398
93991998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9400
9401 * Version 20.3 released.
9402
94031998-04-06 Andreas Schwab <schwab@gnu.org>
9404
768c0c0f
JB
9405 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9406 Use it in dvi targets.
2de53ca6
GM
9407 (../etc/GNU): Change to $(srcdir) first.
9408
94091998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9410
9411 * reftex.texi: Update for RefTeX version 3.22.
9412
94131998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9414
9415 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9416 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9417
94181997-09-23 Paul Eggert <eggert@twinsun.com>
9419
9420 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9421 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9422
94231997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9424
9425 * Version 20.2 released.
9426
94271997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9428
9429 * Version 20.1 released.
9430
94311997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9432
9433 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9434
94351996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9436
9437 * Version 19.33 released.
9438
94391996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9440
9441 * Version 19.32 released.
9442
94431996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9444
9445 * Makefile.in: Add rules for the Message manual.
9446
94471996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9448
9449 * gnus.texi: New version.
9450
9451 * message.texi: New manual.
9452
94531996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9454
9455 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9456
94571996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9458
9459 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9460 Specify -I option.
9461 (All dvi targets): Set the TEXINPUTS variable.
9462
94631996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9464
9465 * Version 19.31 released.
9466
94671996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9468
9469 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9470 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9471
94721995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9473
9474 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9475 (INFO_TARGETS): Add ../info/cc-mode.
9476 (DVI_TARGETS): Add cc-mode.dvi.
9477
2de53ca6
GM
94781995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9479
9480 * Version 19.30 released.
9481
94821995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9483
9484 * gnus.texi: New file.
9485
94861995-11-04 Erik Naggum <erik@naggum.no>
9487
9488 * gnus.texi: File deleted.
9489
94901995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9491
9492 * mh-e.texi: "Function Index" -> "Command Index" to work with
9493 Emacs 19.30 C-h C-k support of separately-documented commands.
9494
94951995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9496
9497 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9498 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9499
95001995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9501
9502 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9503 (../info/viper, viper.dvi): New targets.
9504
95051995-04-20 Kevin Rodgers <kevinr@ihs.com>
9506
9507 * dired-x.texi (Installation): Change the example to set
9508 buffer-local variables like dired-omit-files-p in
9509 dired-mode-hook.
9510
95111995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9512
9513 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9514 (../info/mh-e, mh-e.dvi): New targets.
9515
95161995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9517
9518 * Makefile.in (maintainer-clean): Rename from realclean.
9519
95201994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9521
9522 * Makefile.in: New file.
9523 * Makefile: File deleted.
9524
95251994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9526
9527 * Makefile (TEXINDEX_OBJS): Variable deleted.
9528 (texindex, texindex.o, getopt.o): Rules deleted.
9529 All deps on texindex deleted.
9530 (distclean): Don't delete texindex.
9531 (mostlyclean): Don't delete *.o.
9532 * texindex.c, getopt.c: Files deleted.
9533
95341994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9535
9536 * Version 19.26 released.
9537
95381994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9539
9540 * Version 19.25 released.
9541
95421994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Version 19.24 released.
9545
95461994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Version 19.23 released.
9549
95501994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9551
9552 * Makefile: Delete spurious tab.
9553
95541994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9555
9556 * Makefile (.SUFFIXES): New rule.
9557
95581994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9559
9560 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9561 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9562
95631994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9564
9565 * Makefile (../info/sc): Rename from sc.info.
9566 (../info/cl): Likewise.
9567 (INFO_TARGETS): Use new names.
9568
95691993-12-04 Richard Stallman (rms@srarc2)
9570
9571 * getopt.c: New file.
9572 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9573 (getopt.o): New rule.
9574 (dvi): Don't depend on texindex.
9575 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9576 Depend on texindex.
9577
95781993-12-03 Richard Stallman (rms@srarc2)
9579
9580 * Makefile (../info/sc.info): Rename from ../info/sc.
9581 (TEXI2DVI): New variable.
9582 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9583 Add explicit commands.
9584 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9585
95861993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9587
9588 * Version 19.22 released.
9589
95901993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9591
9592 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9593
95941993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * Version 19.21 released.
9597
95981993-11-15 Paul Eggert (eggert@twinsun.com)
9599
9600 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9601
96021993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9603
9604 * Makefile (../etc/GNU): New target.
9605 (EMACSSOURCES): Add gnu1.texi.
9606
96071993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9608
9609 * Makefile (realclean): Don't delete the Info files.
9610
f0131492 96111993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9612
9613 * forms.texi: Fix forms.texi so that it will format correctly.
9614 Add missing `@end iftex', fix bad reference.
9615
9616 * info.texi, info-stn.texi: New files implement texinfo version of
9617 `info' file.
9618
f0131492 96191993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9620
9621 * Makefile: Fix targets for texindex, new info.texi files.
9622 * info-stnd.texi: New file implements info for standalone info
9623 reader.
9624 * info.texi: Update to include recent changes to "../info/info".
9625 New source file for ../info/info; includes info-stnd.texi.
9626
9627 * texindex.c: Include "../src/config.h" if building in emacs.
9628
9629 * Makefile: Change all files to FILENAME.texi, force all targets
9630 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9631 vip.texinfo, forms.texinfo, cl.texinfo.
9632 Add target to build texindex.c, defining `emacs'.
9633
9634 * forms.texi: Install new file to match version 2.3 of forms.el.
9635
96361993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9637
9638 * Version 19.19 released.
9639
96401993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9641
9642 * sc.texinfo: Fix info file name.
9643
9644 * Makefile (info): Add gnus and sc.
9645 (dvi): Add gnus.dvi and sc.dvi.
9646 (../info/sc, sc.dvi): New targets.
9647
96481993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9649
9650 * Version 19.18 released.
9651
96521993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9653
9654 * Makefile: Fix source file names of the separate manuals.
9655 (gnus.dvi, ../info/gnus): New targets.
9656
96571993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9658
9659 * Version 19.17 released.
9660
96611993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9662
9663 * split-man: Fix typos in last change.
9664
96651993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9666
9667 * Version 19.16 released.
9668
96691993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9670
9671 * version 19.15 released.
9672
96731993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9674
9675 * Makefile (distclean): It's rm, not rf.
9676
96771993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9678
9679 * Version 19.14 released.
9680
96811993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9682
9683 * Makefile: New file.
9684
96851993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9686
9687 * Version 19.13 released.
9688
96891993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9690
9691 * Version 19.9 released.
9692
96931993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9694
9695 * Version 19.8 released.
9696
96971993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9698
9699 * Version 19.7 released.
9700
97011990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9702
9703 * gnus.texinfo: New file. Removed installation instructions.
9704
97051990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9706
9707 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9708
97091989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9710
9711 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9712 then define `\sc' as the command for smallcaps in Texinfo.
9713 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9714 made the corresponding change to makeinfo and texinfm.el.
9715
97161988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9717
9718 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9719 Customization since the menu entry did not point to anything.
9720 Also add an @finalout command to remove overfull hboxes from the
9721 printed output.
9722
9723 * cl.texinfo: Add @bye, \input line and @settitle to file.
9724 This file is clearly intended to be a chapter of some other work,
9725 but the other work does not yet exist.
9726
97271988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9728
9729 * texinfo.texinfo: Three typos corrected.
9730
4009494e 9731;; Local Variables:
c8763fb6 9732;; coding: utf-8
4009494e
GM
9733;; End:
9734
3fe7cdc8 9735 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9736
9737 This file is part of GNU Emacs.
9738
97c0352c 9739 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9740 it under the terms of the GNU General Public License as published by
97c0352c
GM
9741 the Free Software Foundation, either version 3 of the License, or
9742 (at your option) any later version.
4009494e
GM
9743
9744 GNU Emacs is distributed in the hope that it will be useful,
9745 but WITHOUT ANY WARRANTY; without even the implied warranty of
9746 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9747 GNU General Public License for more details.
9748
9749 You should have received a copy of the GNU General Public License
97c0352c 9750 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.