* fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
4288142b
PE
12012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * doclicense.texi, gpl.texi: Update to latest version from FSF.
4 These are just minor editorial changes.
5
61b835df
MA
62012-12-04 Michael Albinus <michael.albinus@gmx.de>
7
8 * tramp.texi (History): Mention ADB.
9 (Inline methods): Add `adb' method.
10
c5bc2d1d 112012-12-03 Michael Albinus <michael.albinus@gmx.de>
328dac0d
MA
12
13 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
14 (External methods): Fix typo.
15
c5bc2d1d 162012-12-03 Glenn Morris <rgm@gnu.org>
f4f3b439
GM
17
18 * rcirc.texi (Notices): Fix typo.
19
d0457b57
BW
202012-11-25 Bill Wohler <wohler@newt.com>
21
22 Release MH-E manual version 8.4.
23
24 * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
25 Update for release 8.4.
26
551aaa66
BW
27 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
28 (Junk): Add mh-whitelist-preserves-sequences-flag,
29 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
30 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
31
61d841dd
PE
322012-11-25 Paul Eggert <eggert@cs.ucla.edu>
33
34 * mh-e.texi (Procmail): Fix two @ typos.
35
c07a6ded
PE
362012-11-24 Paul Eggert <eggert@cs.ucla.edu>
37
38 * doclicense.texi, gpl.texi: Update to latest version from FSF.
39 These are just minor editorial changes.
40
678a34f4
JB
412012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
42
43 * calc.texi (Date Formatting Codes): Mention the new beginning of
44 the date numbering system.
45
0e70ce93
PE
462012-11-22 Paul Eggert <eggert@cs.ucla.edu>
47
48 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
49 (Date Forms): Correct off-by-one error in explanation of
50 Julian day numbers. Give Gregorian equivalent of its origin.
51
723da6aa
JB
522012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
53
54 * doc/misc/calc.texi (Date Forms): Mention the customizable
55 Gregorian-Julian switch.
56 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
57
310e60d9
PE
582012-11-17 Paul Eggert <eggert@cs.ucla.edu>
59
6f6b82d6
PE
60 Calc now uses the Gregorian calendar for all dates (Bug#12633).
61 It also uses January 1, 1 AD as its day number 1.
310e60d9
PE
62 * calc.texi (Date Forms): Document this.
63
e8693c96
GM
642012-11-16 Glenn Morris <rgm@gnu.org>
65
66 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
67 (Obsolete Macros): Move example here from Function Bindings.
68
5c934f8b
GM
69 * erc.texi: Use @code{nil} rather than just "nil".
70 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 71 Add "notifications".
f925b109 72 (Connecting): Add brief section on passwords.
274f5de6 73 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 74
f78ee6af 752012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
76
77 * flymake.texi (Customizable variables)
78 (Highlighting erroneous lines): Mention flymake-error-bitmap,
79 flymake-warning-bitmap, and flymake-fringe-indicator-position.
80
1796ef98
VB
812012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
82
83 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
84 In all file place SES into @acronym{...}.
85 (Advanced Features): Add key index and function index for
86 ses-set-header-row. Add description for function
87 ses-rename-cell. Add description for function
88 ses-repair-cell-reference-all.
89 (Ranges in formulas): Add description for ses-range flags.
90
31f47fba
PE
912012-11-12 Paul Eggert <eggert@cs.ucla.edu>
92
93 * texinfo.tex: Merge from gnulib.
94
6baf66d5 952012-11-10 Chong Yidong <cyd@gnu.org>
5b637222
CY
96
97 * url.texi (Introduction): Move url-configuration-directory to
98 Customization node.
99 (Parsed URIs): Split into its own node.
100 (URI Encoding): New node.
101 (Defining New URLs): Remove empty chapter.
102 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
103 Improve docs for url-queue-*.
104 (Supported URL Types): Copyedits. Delete empty subnodes.
105
82f84fa3
CY
106 * url.texi (Introduction): Rename from Getting Started. Rewrite
107 the introduction.
108 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
109
6baf66d5 1102012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
111
112 * cl.texi (Obsolete Setf Customization):
113 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
114 Give define-modify-macro, defsetf, and define-setf-method
115 gv.el replacements.
2ee1d59f 116
2027b1b3 117 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 118 (Setf Extensions): Remove obsolete reference.
2027b1b3 119 (Obsolete Setf Customization):
651af8c6 120 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 121 Undocument get-setf-method, since it no longer exists.
a358a44e 122 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 123
c65b407b
GM
1242012-11-03 Glenn Morris <rgm@gnu.org>
125
126 * cl.texi: Further general copyedits.
685b0026
GM
127 (List Functions): Remove copy-tree, standard elisp for some time.
128 (Efficiency Concerns): Comment out examples that no longer apply.
129 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
130 (Creating Symbols, Random Numbers): De-emphasize internal
131 variables cl--gensym-counter and cl--random-state. (Bug#12788)
f58542e1
GM
132 (Naming Conventions, Type Predicates, Macros)
133 (Predicates on Numbers): No longer mention cl-floatp-safe.
c65b407b 134
a71e2379
G
1352012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * gnus.texi (Mail Source Specifiers):
138 Document :leave keyword used for pop mail source.
139
df43dd53
GM
1402012-11-01 Glenn Morris <rgm@gnu.org>
141
142 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
143 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
144 (Macro Bindings, Blocks and Exits):
145 Acknowledge existence of lexical-binding.
146 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 147
69c1c2e6
GM
1482012-10-31 Glenn Morris <rgm@gnu.org>
149
dd90fd1a
GM
150 * ert.texi (Introduction, The @code{should} Macro):
151 Refer to "cl-assert" rather than "assert".
152
69c1c2e6
GM
153 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
154 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
155 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
156 Reword, and add details of flet and labels.
87b0d8b1 157 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 158
4ddedf94
GM
1592012-10-30 Glenn Morris <rgm@gnu.org>
160
161 * cl.texi (Modify Macros): Update for cl-letf changes.
162 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
163 (Setf Extensions): Partially restore note about cl-getf,
164 mainly moved to lispref/variables.texi.
165 (Property Lists): Fix cl-getf typos.
f43a5263 166 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 167
d3094168
GM
1682012-10-29 Glenn Morris <rgm@gnu.org>
169
170 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 171 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 172 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
173 (Modify Macros, Multiple Values, Other Clauses):
174 Remove mentions of obsolete features.
6a07d52e 175 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 176
3c0c6155
GM
1772012-10-28 Glenn Morris <rgm@gnu.org>
178
f94b04fc
GM
179 * cl.texi (Multiple Values, Common Lisp Compatibility):
180 More namespace updates.
181 (Obsolete Features): Copyedits.
182 (Obsolete Lexical Macros, Obsolete Setf Customization):
183 New subsections.
184
9c52d61d
GM
185 * cl.texi (Porting Common Lisp, Lexical Bindings):
186 Add some xrefs to the Elisp manual.
187
3c0c6155
GM
188 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
189 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
190 (Obsolete Features): New appendix. Move Lexical Bindings here.
191
5887564d
GM
1922012-10-27 Glenn Morris <rgm@gnu.org>
193
e1117425
GM
194 * cl.texi: Use defmac for macros rather than defspec.
195 (Efficiency Concerns): Related copyedit.
196
5887564d
GM
197 * cl.texi (Control Structure): Update for setf now being in core.
198 (Setf Extensions): Rename from Basic Setf. Move much of the
199 former content to lispref/variables.texi.
200 (Modify Macros): Move pop, push details to lispref/variables.texi.
201 (Customizing Setf): Copyedits for setf etc being in core.
202 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
203 Further namespaces updates.
204
bdebdb64
BG
2052012-10-26 Bastien Guerry <bzg@gnu.org>
206
207 * org.texi (Installation): Update the link to Org's ELPA. Also
208 don't mention org-install.el anymore as the replacement file
209 org-loaddefs.el is now loaded by org.el.
210
f956e59d
MA
2112012-10-25 Michael Albinus <michael.albinus@gmx.de>
212
213 * tramp.texi (Frequently Asked Questions): Mention
214 `tramp-completion-reread-directory-timeout' for performance
215 improvement.
216
a05cb6e3
GM
2172012-10-25 Glenn Morris <rgm@gnu.org>
218
219 * cl.texi: Don't mess with the TeX section number counter.
220 Use Texinfo recommended convention for quotes+punctuation.
221 (Overview, Sequence Functions): Rephrase for better line-breaking.
222 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
223 (Macro Bindings, Conditionals, Iteration, Loop Basics)
224 (Random Numbers, Mapping over Sequences, Structures)
225 (Porting Common Lisp): Further updates for cl-lib namespace.
226 (Modify Macros, Declarations, Macro Bindings, Structures):
227 Break long lines in examples.
228 (Dynamic Bindings): Update for changed progv behavior.
229 (Loop Examples, Efficiency Concerns): Markup fixes.
230 (Structures): Remove TeX margin change.
39ff2cf3 231 (Declarations): Fix typos.
a05cb6e3 232
39a58b5b
GM
2332012-10-24 Glenn Morris <rgm@gnu.org>
234
a6880551
GM
235 * cl.texi (Overview, Multiple Values, Creating Symbols)
236 (Numerical Functions): Say less/nothing about the original cl.el.
237 (Old CL Compatibility): Remove.
238 (Assertions): Remove ignore-errors (standard Elisp for some time).
239
39a58b5b
GM
240 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
241 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
242 (Efficiency Concerns, Efficiency Concerns)
243 (Common Lisp Compatibility, Old CL Compatibility):
244 Further updates for cl-lib namespace.
245
72ec96fb
PE
2462012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
247
248 Update manual for new time stamp format (Bug#12706).
249 * emacs-mime.texi (time-date): Update for new format.
250 Also, fix bogus time stamp and modernize a bit.
251
8d6510b9
GM
2522012-10-23 Glenn Morris <rgm@gnu.org>
253
254 * cl.texi: Include emacsver.texi. Use Emacs version number rather
255 than unchanging cl.el version number.
256 End all menu descriptions with a period.
257 Do not use @dfn{CL} for every instance of "CL".
258 (Overview): Remove no-runtime caveat, and note about foo* names.
259 (Usage): Use cl-lib rather than cl.
260 (Organization, Naming Conventions): Update for cl-lib.el.
261 (Installation): Remove long-irrelevant node.
262 (Program Structure, Predicates, Control Structure):
263 Start updating for cl-lib namespace.
8d6510b9
GM
264 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
265 Depend on emacsver.texi.
266
0a078f36
MA
2672012-10-09 Michael Albinus <michael.albinus@gmx.de>
268
269 * trampver.texi: Update release number.
270
a03bb33f
GM
2712012-10-06 Glenn Morris <rgm@gnu.org>
272
24636b26
GM
273 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
274 ERC version.
275 (Introduction): ERC is distributed with Emacs.
276 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
277 (Getting Started): Simplify.
278 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
279 (History): Mention ERC maintained as part of Emacs now.
280 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
281 Add dependency on emacsver.texi.
282
a03bb33f
GM
283 * erc.texi: Remove hand-written node pointers.
284
d259be38
GM
2852012-10-05 Glenn Morris <rgm@gnu.org>
286
287 * newsticker.texi (Overview, Requirements, Usage, Configuration):
288 Copyedits.
289
62a81506
CY
2902012-10-01 Eric Ludlam <zappo@gnu.org>
291
292 * ede.texi (Quick Start, Project Local Variables)
293 (Miscellaneous commands, ede-java-root, Development Overview)
294 (Detecting a Project): New nodes.
295 (Simple projects): Node deleted.
296
297 * eieio.texi (Building Classes): Some slot attributes cannot be
298 overridden.
299 (Slot Options): Remove an example.
300 (Method Invocation, Documentation): New nodes.
301
07f133bf
GM
3022012-10-01 Glenn Morris <rgm@gnu.org>
303
304 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
305 (reftex.pdf): Add dependency on emacsver.texi.
306 * reftex.texi: Don't include directory part for emacsver.texi;
307 the Makefile's -I handles it.
308
4f595e15
RA
3092012-09-30 Ralf Angeli <angeli@caeruleus.net>
310
311 Merge from standalone RefTeX repository.
312
313 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
314 with macros.
315 (Imprint): Mention Wolfgang in list of contributors.
316 (Creating Citations): Give a hint about how to
317 auto-revert the BibTeX database file when using external editors.
318 (Referencing Labels): Simplify section about reference macro
319 cycling.
320 (Options (Referencing Labels)): Adapt to new structure of
321 `reftex-ref-style-alist'.
322 (Referencing Labels, Reference Styles): Document changes in the
323 referencing functionality.
324 (Commands): Mention options for definition of header and footer in
325 BibTeX files.
326 (Options (Creating Citations)): Document
327 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
328 (Reference Styles): New section.
329 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
330 (Options (Referencing Labels)): Remove descriptions of deprecated
331 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
332 Add descriptions for `reftex-ref-style-alist' and
333 `reftex-ref-style-default-list'.
334 (Referencing Labels): Update regarding reference styles.
335 (Citation Styles): Mention support for ConTeXt.
336 (Options (Defining Label Environments)): Fix typo.
337 (Options (Creating Citations)): Document
338 `reftex-cite-key-separator'.
339
8223b1d2
BG
3402012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
341
342 * org.texi: Add description of ORG_ADD_CONTRIB to info
343 documentation. Add link to Worg for more details.
344
345 * org.texi: Clarify installation procedure. Provide link to the
346 build system description on Worg.
347
348 * org.texi: Remove reference to utils/, x11idle.c is now in
349 contrib/scripts.
350
351 * org.texi: Re-normalize to "Org mode" in manual.
352
353 * org.texi (Installation): Adapt documentation to new build
354 system. Mention GNU ELPA (since it needs to be handled like Emacs
355 built-in Org).
356
8223b1d2
BG
3572012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
358
359 * org.texi: Fix typo in description of the 'Hooks' section.
360
361 * org.texi: Add ID to the list of special properties.
362
3632012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
364
365 * org.texi (Moving subtrees): Document the ability to archive to a
366 datetree.
367
3682012-09-30 Bastien Guerry <bzg@altern.org>
369
370 * org.texi (Installation, Feedback, Batch execution): Use
371 (add-to-list 'load-path ... t) for the contrib dir.
372
373 * org.texi (results): Update documentation for ":results drawer"
374 and ":results org".
375
376 * org.texi (Column width and alignment): Fix typo.
377
378 * org.texi (Activation): Point to the "Conflicts" section.
379
380 * org.texi (Conflicts): Mention filladapt.el in the list of
381 conflicting packages.
382
383 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
384 not needed for versions of Emacs > 22.1.
385
386 * org.texi (History and Acknowledgments): Fix typo.
387
388 * org.texi (History and Acknowledgments): Add my own
389 acknowledgments.
390
391 * org.texi (Agenda commands): Document the new command and the new
392 option.
393
394 * org.texi (Agenda commands): Delete `org-agenda-action' section.
395 (Agenda commands): Reorder. Document `*' to toggle persistent
396 marks.
397
398 * org.texi (Agenda dispatcher): Mention
399 `org-toggle-agenda-sticky'.
400 (Agenda commands, Exporting Agenda Views): Fix typo.
401
402 * org.texi (Templates in contexts, Setting Options): Update to
403 reflect changes in how contexts options are processed.
404
405 * org.texi (Templates in contexts): Document the new structure of
406 the variables `org-agenda-custom-commands-contexts' and
407 `org-capture-templates-contexts'.
408
409 * org.texi (Templates in contexts): Document the new option
410 `org-capture-templates-contexts'.
411 (Storing searches): Document the new option
412 `org-agenda-custom-commands-contexts'.
413
414 * org.texi (Formula syntax for Lisp): Reformat.
415
416 * org.texi (Special properties, Column attributes)
417 (Agenda column view): Document the new special property
418 CLOCKSUM_T.
419
420 * org.texi (Template expansion): Document the new %l template.
421
422 * org.texi (Fast access to TODO states): Fix documentation about
423 allowed characters for fast todo selection.
424
425 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
426 use in `org-agenda-to-appt'.
427
428 * org.texi (Comment lines): Update wrt comments.
429
430 * org.texi (Resolving idle time): Document new keybinding.
431
432 * org.texi (Clocking commands): Document the use of S-M-<up/down>
433 on clock timestamps.
434
435 * org.texi (Fast access to TODO states): Explicitely says only
436 letters are supported as fast TODO selection keys.
437
438 * org.texi (Link abbreviations): Illustrate the use of the "%h"
439 specifier. Document the new "%(my-function)" specifier.
440
441 * org.texi (Clocking commands): New cindex.
442 (Clocking commands): Update documentation for `org-clock-in'.
443 Document `org-clock-in-last'. Mention `org-clock-out' and
444 `org-clock-in-last' as commands that can be globally bound.
445 (Resolving idle time): Document continuous clocking.
446
447 * org.texi (Top, Introduction): Fix formatting.
448 (Activation): Add index entries.
449 (Conventions): Update section.
450 (Embedded @LaTeX{}): Fix formatting.
451
452 * org.texi (Visibility cycling): Document `show-children'.
453
454 * org.texi (Using capture): Mention the `org-capture-last-stored'
455 bookmark as a way to jump to the last stored capture.
456
457 * org.texi (Uploading files): Fix typo.
458
459 * org.texi (Using capture): Document `C-0' as a prefix argument
460 for `org-capture'.
461
462 * org.texi (Agenda commands): Document persistent marks.
463
464 * org.texi (Template expansion): Update doc to reflect change.
465
466 * org.texi (Radio tables): Document the :no-escape parameter.
467
468 * org.texi (Repeated tasks): Document repeat cookies for years,
469 months, weeks, days and hours.
470
471 * org.texi (Export options): State that you can use the d: option
472 by specifying a list of drawers.
473
474 * org.texi (HTML preamble and postamble): Small doc improvement.
475
4762012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
477
478 * org.texi: The sections in the Exporting section of the manual
479 left out articles in the description of the org-export-as-*
480 commands, among other places. This patch adds them, adds a few
481 missing prepositions, and switches instances of "an HTML" to "a
482 html" for internal consistency.
483
484 * org.texi: Alter several examples of headings with timestamps in
485 them to include the timestamps in the body instead of the heading.
486
4872012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
488
489 * org.texi (Agenda dispatcher): Document sticky agenda views and
490 the new key for them.
491
4922012-09-30 Charles <millarc@verizon.net> (tiny change)
493
494 * org.texi (Advanced features): Fix error in table.
495
4962012-09-30 Feng Shu <tumashu@gmail.com>
497
498 * org.texi (@LaTeX{} fragments): Document imagemagick as an
499 alternative to dvipng.
500
5012012-09-30 François Allisson <francois@allisson.co> (tiny change)
502
503 * org.texi: Remove extra curly bracket.
504
5052012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
506
507 * org.texi (org-clock-in-last and org-clock-cancel): Update the
508 defkeys.
509
5102012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
511
512 * org.texi (Agenda commands): Fix two typos by giving
513 corresponding function names, according to
514 `org-agenda-view-mode-dispatch'.
515
5162012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
517
518 * org.texi (The spreadsheet): Fix typo.
519
5202012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
521
522 * org.texi (Tracking your habits): Point to the "Tracking TODO
523 state changes" section.
524
5252012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
526
527 * org.texi (Literal examples): Remove reference to unknown
528 `org-export-latex-minted' variable. Also simplify footnote since
529 `org-export-latex-listings' documentation is exhaustive already.
530
531 * org.texi (Plain lists): Remove reference to now hard-coded
532 `bullet' automatic rule.
533
5342012-09-30 Toby S. Cubitt <tsc25@cantab.net>
535
536 * org.texi: Updated documentation accordingly.
537
5087f097
PE
5382012-09-13 Paul Eggert <eggert@cs.ucla.edu>
539
540 * texinfo.tex: Merge from gnulib.
541
20121a26
MA
5422012-09-12 Michael Albinus <michael.albinus@gmx.de>
543
544 Sync with Tramp 2.2.6.
545
546 * tramp.texi (Bug Reports): Cleanup caches before a test run.
547
548 * trampver.texi: Update release number.
549
44677e30
PE
5502012-09-12 Paul Eggert <eggert@cs.ucla.edu>
551
552 * texinfo.tex: Merge from gnulib.
553
5a4c42ba
AA
5542012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
555
556 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
557 (bug#12096).
558
8e7046c3
JB
5592012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
560
1dcac243
JB
561 * calc.texi (Simplification modes, Conversions)
562 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
563 (The Calc Mode Line): Mention the mode line display for Basic
564 simplification mode.
565 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
566 simplifications.
567 (Basic Simplifications): Rename from "Limited Simplifications"
568 Replace "limited" by "basic" throughout.
569 (Algebraic Simplifications): Indicate that the algebraic
570 simplifications are done by default.
571 (Unsafe Simplifications): Mention `m E'.
572 (Simplification of Units): Mention `m U'.
573 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
574 (Kinds of Declarations, Functions for Declarations): Mention
575 "algebraic simplifications" instead of `a s'.
1dcac243 576 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 577
d2bd74ff
JB
5782012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
579
580 * calc.texi (Getting Started, Tutorial): Change simulated
581 Calc output to match actual output.
582 (Simplifying Formulas): Mention that algebraic simplification is now
583 the default.
584
77472261
EZ
5852012-07-28 Eli Zaretskii <eliz@gnu.org>
586
587 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
588 (Bug#12073)
589
09ae5da1
PE
5902012-07-25 Paul Eggert <eggert@cs.ucla.edu>
591
592 Prefer typical American spelling for "acknowledgment".
593 * calc.texi (History and Acknowledgments): Rename from
594 History and Acknowledgements.
595 * idlwave.texi (Acknowledgments):
596 * ses.texi (Acknowledgments):
597 * woman.texi (Acknowledgments): Rename from Acknowledgements.
598
c4444d16
PE
5992012-07-09 Paul Eggert <eggert@cs.ucla.edu>
600
601 Rename configure.in to configure.ac (Bug#11603).
602 * ede.texi (Compiler and Linker objects, ede-proj-project)
603 (ede-step-project): Prefer the name configure.ac to configure.in.
604
ef091c97
MA
6052012-07-06 Michael Albinus <michael.albinus@gmx.de>
606
607 * tramp.texi (Multi-hops): Introduce
608 `tramp-restricted-shell-hosts-alist'.
609
89b163db
G
6102012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
613 methods, so don't mention smtpmail here.
614
6152012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
616
617 * gnus.texi (Picons): Document gnus-picon-properties.
618
6192012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
620
621 * gnus.texi: Remove mention of compilation, as that's no longer
622 supported.
623
6242012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
625
626 * gnus.texi (Archived Messages): Mention
627 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
628
6292012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
630
631 * gnus.texi (Various Summary Stuff):
632 Remove mention of `gnus-propagate-marks'.
633
6342012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
635
636 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
637 which no longer exist.
638
6392012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
640
641 * gnus.texi (Archived Messages):
642 Document gnus-gcc-self-resent-messages.
643
6442012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
645
646 * message.texi (Mail Variables):
647 Mention the optional user parameter for X-Message-SMTP-Method.
648
6492012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
650
651 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
652
653 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
654
6552012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
656
657 * gnus.texi (Key Index): Change encoding to utf-8.
658
ac1a0ce1 6592012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
660
661 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
662
71cca84d
G
6632012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
664
665 * gnus.texi (Group Timestamp): Mention where to find documentation for
666 the `gnus-tmp-' variables (bug#11601).
667
888a7fc0
MA
6682012-06-11 Michael Albinus <michael.albinus@gmx.de>
669
670 Sync with Tramp 2.2.6-pre.
671
672 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
673 where appropriate.
674 (Ad-hoc multi-hops): New section.
675 (Remote processes): New subsection "Running remote processes on
676 Windows hosts".
677 (History): Add remote commands on Windows, and ad-hoc multi-hop
678 methods.
679 (External methods): "ControlPersist" must be set to "no" for the
680 `scpc' method.
681 (Remote processes): Add a note about `auto-revert-tail-mode'.
682 (Frequently Asked Questions): Use "scpx" in combination with
683 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
684
685 * trampver.texi: Update release number.
686
31ca4639 6872012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
688
689 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
690 compilation for html-mono.
691
0e8bbf66
PE
6922012-06-08 Paul Eggert <eggert@cs.ucla.edu>
693
694 * texinfo.tex: Merge from gnulib.
695
b8f061b3
KY
6962012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
697
698 * Makefile.in (echo-info): Don't try to install info files named
699 just ".info".
700
16af873e
GM
7012012-05-28 Glenn Morris <rgm@gnu.org>
702
c1dabff0
GM
703 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
704
16af873e
GM
705 * sc.texi: Nuke hand-written node pointers.
706 Fix top-level menu to match actual node order.
707
1d5b82ef
GM
7082012-05-27 Glenn Morris <rgm@gnu.org>
709
710 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
711 Some associated fixes, including not messing with chapno in cl.texi.
712
33017faf 7132012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
714
715 * org.texi (Durations and time values): Fix typo.
716
d14b0029
JB
7172012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
718
33017faf 719 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
720 Mention `calc-ensure-consistent-units'.
721
2f4cadd1 7222012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 723
9879e263
AS
724 * cc-mode.texi: Avoid space before macro in 4th argument of cross
725 reference commands. (Bug#11461)
726
78e91d08
AS
727 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
728
3fe7cdc8
GM
7292012-05-12 Glenn Morris <rgm@gnu.org>
730
9598ef0b
GM
731 * Makefile.in (mostlyclean): Add more TeX intermediates.
732
7d326a29
GM
733 * Makefile.in: Make it look more like the other doc Makefiles.
734 Use explicit $srcdir in all dependencies.
735 Remove cd $srcdir from rules.
736 (VPATH): Remove.
737 (infodir): Set to an absolute path.
738 (INFO_TARGETS): Use short names.
739 (mkinfodir): infodir is now absolute.
740 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
741
c7f95930 742 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 743 (.SUFFIXES): Disable implicit rules.
c7f95930 744
3fe7cdc8
GM
745 * Makefile.in (MKDIR_P): New, set by configure.
746 (mkinfodir): Use $MKDIR_P.
747
6f0652af
GM
7482012-05-07 Glenn Morris <rgm@gnu.org>
749
750 * forms.texi (Long Example): Update for changed location of files.
751
8045b906
GM
7522012-05-04 Glenn Morris <rgm@gnu.org>
753
754 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
755 (INFO_TARGETS): Use $INFO_EXT.
756 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
757 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
758 (INFO_TARGETS): Use $INFO_EXT.
759 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
760
9e7a4bcf
GM
7612012-05-02 Glenn Morris <rgm@gnu.org>
762
9aa071df
GM
763 * Makefile.in (echo-info): New phony target, used by top-level.
764
9e7a4bcf
GM
765 * viper.texi: Make direntry shorter (also it is no longer "newest").
766
767 * emacs-gnutls.texi, ert.texi, org.texi:
768 Fix dircategory, direntry to match info/dir.
769
31cc861c
GM
770 * faq.texi: Convert @inforefs to @xrefs.
771 Fix some malformed cross-references.
f9e320bb
GM
772 (File-name conventions): Shorten section name to avoid overfull line.
773 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 774
723ea6b5
TZ
7752012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
776
777 * auth.texi (Help for users): Update for .gpg file being second.
778
a8e7d6d7 7792012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
780
781 * org.texi (Agenda commands): Fix two typos: give corresponding
782 function names, according to `org-agenda-view-mode-dispatch'.
783
a8e7d6d7 7842012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
785
786 * faq.texi (Major packages and programs): Remove section.
787 There is no point listing 6 packages (cf etc/MORE.STUFF).
788 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 789
dcbf5805
MA
7902012-04-22 Michael Albinus <michael.albinus@gmx.de>
791
792 * dbus.texi (Version): New node.
793 (Properties and Annotations): Mention the object manager
794 interface. Describe dbus-get-all-managed-objects.
795 (Type Conversion): Floating point numbers are allowed, if an
796 anteger does not fit Emacs's integer range.
797 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
798 (Asynchronous Methods): Fix description of
799 dbus-call-method-asynchronously.
800 (Receiving Method Calls): Fix some minor errors. Add
801 dbus-interface-emacs.
802 (Signals): Describe unicast signals and the new match rules.
803 (Alternative Buses): Add the PRIVATE optional argument to
804 dbus-init-bus. Describe its new return value. Add dbus-setenv.
805
adee4030
GM
8062012-04-20 Glenn Morris <rgm@gnu.org>
807
808 * faq.texi (New in Emacs 24): New section.
809 (Packages that do not come with Emacs): Mention M-x list-packages.
810
35dc09a1 8112012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
812
813 * cc-mode.texi (c-offsets-alist): Correct a typo.
814
35dc09a1 8152012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
816
817 * org.texi (Deadlines and scheduling): Fix the example: the
818 DEADLINE item should come right after the headline. We enforce
819 this convention, so it is a bug not to illustrate it correctly in
820 the manual.
821
35dc09a1 8222012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
823
824 * org.texi (Agenda commands): Fix documentation bug by swapping
825 the equivalent keybindings to `org-agenda-next-line' with the ones
826 to `org-agenda-previous-line'.
827
35dc09a1 8282012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
829
830 * Makefile.in: Replace non-portable use of $< in ordinary rules.
831
e2560ea8
EZ
8322012-04-09 Eli Zaretskii <eliz@gnu.org>
833
834 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
835 emacs-gnutls.
836 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
837
6b4f4a2d
TZ
8382012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
839
250b840e 840 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
841
842 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
843
ca2c89b6
TZ
8442012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
845
846 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 847 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 848
aebd5f1a
GM
8492012-04-04 Glenn Morris <rgm@gnu.org>
850
851 * auth.texi (Secret Service API): Copyedits.
852 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
853 (Help for users, Help for developers)
854 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 855
0317dd51
MA
8562012-04-04 Michael Albinus <michael.albinus@gmx.de>
857
858 * auth.texi (Secret Service API): Add the missing text.
859
3d439cd1
CY
8602012-04-04 Chong Yidong <cyd@gnu.org>
861
862 * message.texi (Using PGP/MIME): Note that epg is now the default.
863
864 * gnus.texi: Reduce references to obsolete pgg library.
865 (Security): Note that epg is now the default.
866
867 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
868
869 * nxml-mode.texi (Completion): C-RET is no longer bound to
870 nxml-complete.
871
153ae947
BG
8722012-04-01 Jambunathan K <kjambunathan@gmail.com>
873
874 * org.texi (Customizing tables in ODT export): Correct few errors.
875
8762012-04-01 Jambunathan K <kjambunathan@gmail.com>
877
878 * org.texi (Links in ODT export): Update.
879 (Labels and captions in ODT export): New node.
880
8812012-04-01 Jambunathan K <kjambunathan@gmail.com>
882
883 * org.texi (Literal examples in ODT export): htmlfontify.el in
884 Emacs-24.1 now supports fontification. So ODT source blocks will
885 be fontified by default.
886
8872012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
888
889 * org.texi (Refiling notes): Remove duplicated keybinding.
890
8912012-04-01 Eric Schulte <eric.schulte@gmx.com>
892
893 * org.texi (noweb): Documentation of this new option to the :noweb
894 header argument.
895
8962012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
897
898 * org.texi (Header and sectioning): Add example demonstrating how
899 to use "LaTeX_CLASS_OPTIONS".
900
9012012-04-01 Eric Schulte <eric.schulte@gmx.com>
902
903 * org.texi (Noweb reference syntax): Describe the ability to
904 execute noweb references in the manual.
905
9062012-04-01 Eric Schulte <eric.schulte@gmx.com>
907
908 * org.texi (cache): Improve cache documentation when session
909 evaluation is used.
910
9112012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
912
913 * org.texi (Plain lists): Document removal.
914
9152012-04-01 Michael Brand <michael.ch.brand@gmail.com>
916
917 * org.texi: Decapitalize file name in references to Calc manual.
918
9192012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
920
921 * org.texi (Plain lists): Document removal.
922
9232012-04-01 Jambunathan K <kjambunathan@gmail.com>
924
925 * org.texi (Top, OpenDocument Text export)
926 (ODT export commands, Extending ODT export)
927 (Images in ODT export, Tables in ODT export)
928 (Configuring a document converter): Add or Update.
929
9302012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
931
932 * org.texi (MobileOrg): Change the wording to reflect that the
933 Android Version is no longer just the little brother of the iOS
934 version.
935
9362012-04-01 Eric Schulte <eric.schulte@gmx.com>
937
938 * org.texi (Key bindings and useful functions): Updated babel key
939 binding documentation in manual.
940
9412012-04-01 Eric Schulte <eric.schulte@gmx.com>
942
943 * org.texi (noweb): Document new noweb header value.
944
9452012-04-01 Eric Schulte <eric.schulte@gmx.com>
946
947 * org.texi (noweb-sep): Document new header argument.
948
9492012-04-01 Eric Schulte <eric.schulte@gmx.com>
950
951 * org.texi (noweb-ref): Documentation of this new custom variable.
952
9532012-04-01 Eric Schulte <eric.schulte@gmx.com>
954
955 * org.texi (wrap): Update the new :wrap documentation to match the
956 current implementation.
957
9582012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
959
960 * org.texi: Added documentation for :wrap.
961
9622012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
963
964 * org.texi: #+RESULTS now user-configurable.
965
9662012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
967
968 * org.texi: Documented :noweb no-export.
969
9702012-04-01 Thomas Dye <dk@poto.local>
971
972 * org.texi: Edit :noweb no header argument for correctness.
973
9742012-04-01 Bastien Guerry <bzg@altern.org>
975
976 * org.texi (Customization): Update the approximate number of Org
977 variables.
978
9792012-04-01 Thomas Dye <dk@poto.local>
980
981 * org.texi: The :results wrap produces a drawer instead of a
982 begin_results block.
983
005a89ff
G
9842012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
985
986 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
987 reflect the new default.
988
589ce070
EZ
9892012-03-10 Eli Zaretskii <eliz@gnu.org>
990
991 * info.texi (Expert Info): Move the index entry for "Texinfo" from
992 "Getting Started" to this node. (Bug#10450)
993
a5392527
CY
9942012-03-10 Chong Yidong <cyd@gnu.org>
995
8ae818e4
CY
996 * flymake.texi (Example -- Configuring a tool called via make):
997 Mention the Automake COMPILE variable (Bug#8715).
998
a5392527
CY
999 * info.texi (Getting Started): Add an index entry (Bug#10450).
1000
d49902e4
MA
10012012-03-02 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * dbus.texi (Signals): Known names will be mapped onto unique
1004 names, when registering for signals.
1005
53eced6d
GM
10062012-02-29 Glenn Morris <rgm@gnu.org>
1007
bcd6cd23
GM
1008 * url.texi: Fix quote usage in body text.
1009
775b55af
GM
1010 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1011
53eced6d
GM
1012 * cl.texi: Use @code{} in menus when appropriate.
1013
44e97401
GM
10142012-02-28 Glenn Morris <rgm@gnu.org>
1015
1016 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1017 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1018 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1019 * org.texi, sc.texi, vip.texi, viper.texi:
1020 Standardize possessive apostrophe usage.
1021
fa9a0855
CY
10222012-02-26 Chong Yidong <cyd@gnu.org>
1023
1024 * ediff.texi (Quick Help Commands): Add a couple of index entries
1025 (Bug#10834).
1026
0fd2c9a3
GM
10272012-02-17 Glenn Morris <rgm@gnu.org>
1028
1029 * gnus.texi (Posting Styles):
1030 * remember.texi (Org): Fix cross-refs to other manuals.
1031
9f26dc24
GM
10322012-02-15 Glenn Morris <rgm@gnu.org>
1033
1034 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1035 (Encryption): New chapter, split out from previous.
1036
3d2af193
LI
10372012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1038
1039 * gnus.texi (Customizing the IMAP Connection): Mention
1040 nnimap-record-commands.
1041
b74c9672
GM
10422012-02-10 Glenn Morris <rgm@gnu.org>
1043
1044 * url.texi (Retrieving URLs): Update url-retrieve arguments.
1045 Mention url-queue-retrieve.
1046
2ebc3b94
GM
10472012-02-09 Glenn Morris <rgm@gnu.org>
1048
9fcfcdef
GM
1049 * sem-user.texi (Semantic mode user commands): Typo fix.
1050
2ebc3b94
GM
1051 * info.texi (Create Info buffer): Mention info-display-manual.
1052
7c4bbb69
LI
10532012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1054
1055 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1056 example (modified from an example by Michael Albinus).
1057
debce7bc
G
10582012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1059
1060 * gnus.texi (Agent Basics): Fix outdated description of
1061 `gnus-agent-auto-agentize-methods'.
1062
b207a4ec
AS
10632012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1064
1065 * cc-mode.texi: Always @defindex ss.
1066 (Config Basics): Fix argument of @itemize.
1067 (Macro Backslashes): Add @code around index entry.
1068
b8fe8712
GM
10692012-01-23 Glenn Morris <rgm@gnu.org>
1070
1071 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1072
02dc2fd7
EH
10732012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1074
1075 * tramp.texi (File): Tweak wording for the `scpc' option.
1076
e7719ea1
G
10772012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1078
1079 * gnus.texi (Group Parameters): Really note precedence.
1080
9937bef4
G
10812012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1082
1083 * gnus.texi (Group Parameters): Note precedence.
1084
e66ba1df
BG
10852012-01-03 Eric Schulte <eric.schulte@gmx.com>
1086
1087 * org.texi (Noweb reference syntax): Adding documentation of
1088 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1089 variable.
1090
10912012-01-03 Bastien Guerry <bzg@gnu.org>
1092
1093 * org.texi (Plain lists): Split the table to fix the display
1094 of items.
1095
10962012-01-03 Bastien Guerry <bzg@gnu.org>
1097
1098 * org.texi (Plain lists): Fix misplaced explanation.
1099
11002012-01-03 Bastien Guerry <bzg@gnu.org>
1101
1102 * org.texi (Plain lists, Agenda files): Add index entries.
1103
11042012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1105
1106 * org.texi: Use "Org mode" instead of alternatives like
1107 "Org-mode" or "org-mode".
1108
11092012-01-03 Bernt Hansen <bernt@norang.ca>
1110
1111 * org.texi (Agenda commands): Document
1112 `org-clock-report-include-clocking-task'.
1113
11142012-01-03 Bastien Guerry <bzg@gnu.org>
1115
1116 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1117 C-c' on checkboxes.
1118
11192012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1120
1121 * org.texi: End sentences with two spaces.
1122
11232012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1124
1125 * org.texi (External links): Document the link types file+sys
1126 and file+emacs, slightly narrow used page width.
1127
11282012-01-03 Eric Schulte <eric.schulte@gmx.com>
1129
1130 * org.texi (colnames): Note that colnames behavior may differ
1131 across languages.
1132
11332012-01-03 Bastien Guerry <bzg@gnu.org>
1134
1135 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1136
11372012-01-03 Thomas Dye <dk@poto.westell.com>
1138
1139 * org.texi: Augmented discussion of babel property
1140 inheritance. Put footnote outside sentence ending period.
1141
11422012-01-03 Eric Schulte <schulte.eric@gmail.com>
1143
1144 * org.texi (eval): Documenting the full range of :eval header
1145 argument values.
1146
11472012-01-03 Eric Schulte <schulte.eric@gmail.com>
1148
1149 * org.texi (eval): Documentation of the new :eval option.
1150
11512012-01-03 Thomas Dye <dk@poto.local>
1152
1153 * org.texi: Add accumulated properties.
1154
11552012-01-03 Thomas Dye <dk@poto.local>
1156
1157 * org.texi: Documented no spaces in name=assign, another
1158 correction to :var table.
1159
11602012-01-03 Thomas Dye <dk@poto.local>
1161
1162 * org.texi: Changed DATA to NAME in Working With Source Code
1163 section.
1164
11652012-01-03 Tom Dye <tsd@tsdye.com>
1166
1167 * org.texi: Minor change to :var table.
1168
11692012-01-03 Tom Dye <tsd@tsdye.com>
1170
1171 * org.texi: More changes to :var table (some examples were wrong).
1172
11732012-01-03 Tom Dye <tsd@tsdye.com>
1174
1175 * org.texi: Cleaned up :var table.
1176
11772012-01-03 Bastien Guerry <bzg@gnu.org>
1178
1179 * org.texi (Timestamps, Weekly/daily agenda)
1180 (Weekly/daily agenda): Add @cindex for "appointment".
1181
11822012-01-03 Eric Schulte <schulte.eric@gmail.com>
1183
1184 * org.texi (Literal examples): A new link to the template for
1185 inserting empty code blocks.
1186 (Structure of code blocks): A new link to the template for
1187 inserting empty code blocks.
1188
11892012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1190
1191 * org.texi (External links): Add footnote on how the behavior
1192 of the text search in Org files are controled by the variable
1193 `org-link-search-must-match-exact-headline'.
1194
11952012-01-03 Eric Schulte <schulte.eric@gmail.com>
1196
1197 * org.texi (Buffer-wide header arguments): Update
1198 documentation to reflect removal of #+PROPERTIES.
1199
12002012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1201
1202 * org.texi (The clock table): Mention that ACHIVED trees
1203 contribute to the clock table.
1204
12052012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1206
1207 * org.texi (Conflicts): Better yasnippet config info.
1208
12092012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1210
1211 * org.texi (Selective export): Explicitely mention the default
1212 values for `org-export-select-tags',
1213 `org-export-exclude-tags'.
1214
12152012-01-03 Tom Dye <tsd@tsdye.com>
1216
1217 * org.texi: Added a line to specify that header arguments are
1218 lowercase.
1219
12202012-01-03 Tom Dye <tsd@tsdye.com>
1221
1222 * org.texi: :var requires default value when declared.
1223
12242012-01-03 Bastien Guerry <bzg@gnu.org>
1225
1226 * org.texi (Handling links): Add a note about the
1227 `org-link-frame-setup' option.
1228
12292012-01-03 David Maus <dmaus@ictsoc.de>
1230
1231 * org.texi (Exporting Agenda Views, Extracting agenda
1232 information): Fix command line syntax, quote symbol parameter
1233 values.
1234
12352012-01-03 David Maus <dmaus@ictsoc.de>
1236
1237 * org.texi (Exporting Agenda Views): Fix command line syntax.
1238
8d80ef01
PE
12392011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1242 Use octal notation for file permissions, which are normally
1243 thought of in octal.
1244 (Mail Back End Variables): Use more-plausible modes in example.
1245
47d42d81
AM
12462011-12-20 Alan Mackenzie <acm@muc.de>
1247
1248 * cc-mode.texi: Update version string 5.31 -> 5.32.
1249
a98edce9
JB
12502011-12-06 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1253
321decc8
GM
12542011-11-24 Glenn Morris <rgm@gnu.org>
1255
1256 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1257
f8107b79
JB
12582011-11-24 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * makefile.w32-in: Update dependencies.
1261
f5a96a4f
GM
12622011-11-20 Glenn Morris <rgm@gnu.org>
1263
1264 * gnus.texi (Group Information):
1265 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1266
cd1181db
JB
12672011-11-20 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * gnus-coding.texi (Gnus Maintenance Guide):
1270 Rename from "Gnus Maintainance Guide".
1271
1272 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1273 * eieio.texi (Customizing):
fe7a3057
JB
1274 * gnus.texi (Article Washing):
1275 * gnus-news.texi:
1276 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1277
7877f373
JB
12782011-11-16 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1281
0d26e0b6
JB
12822011-11-15 Juanma Barranquero <lekktu@gmail.com>
1283
c7015153
JB
1284 * ede.texi (project-am-texinfo):
1285 * gnus.texi (Sending or Not Sending):
1286 * org.texi (Template elements): Fix typos.
0d26e0b6 1287
0b381c7e
JB
12882011-11-14 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * ediff.texi (Hooks):
c7015153 1291 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1292
40a8bdf6
JB
12932011-11-11 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * semantic.texi (Tag handling): Fix typo.
1296
57dda3bb
KY
12972011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1298
1299 * gnus.texi (Other Gnus Versions): Remove.
1300
52bedd34
AM
13012011-10-28 Alan Mackenzie <acm@muc.de>
1302
1303 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1304 (Other Special Indentations): Add an xref to "Macros with ;".
1305 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1306 "Macros with ;".
1307 (Macros with ;): New page.
1308
00b77525
GM
1309 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1310 Document the new handling of nested scopes for movement by defuns.
52bedd34 1311
4a623313
MA
13122011-10-23 Michael Albinus <michael.albinus@gmx.de>
1313
1314 Sync with Tramp 2.2.3.
1315
1316 * trampver.texi: Update release number.
1317
466a320e
GM
13182011-10-14 Glenn Morris <rgm@gnu.org>
1319
1320 * ert.texi (Introduction, How to Run Tests)
1321 (Running Tests Interactively, Expected Failures)
1322 (Tests and Their Environment, Useful Techniques)
1323 (Interactive Debugging, Fixtures and Test Suites):
1324 Minor rephrasings.
1325 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1326 (Running Tests in Batch Mode): Simplify loading instructions.
1327 (Test Selectors): Clarify some selectors.
1328 (Expected Failures, Useful Techniques):
1329 Make examples fit in 80 columns.
1330
2be4956d
JB
13312011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1332
1333 * calc.texi (Basic Operations on Units): Discuss temperature
1334 conversion (`u t') alongside with other unit conversions ('u c').
1335
7359a765
GM
13362011-10-12 Glenn Morris <rgm@gnu.org>
1337
1338 * ert.texi: Whitespace trivia to make main menu items line up better.
1339
a0c52e5d
GM
13402011-10-08 Glenn Morris <rgm@gnu.org>
1341
1342 * Makefile.in: Fix ert rules.
1343
465d0300
G
13442011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1345
1346 * gnus.texi (Gnus Utility Functions): Add more references and
1347 explanations (bug#9683).
1348
a5166359
LMI
13492011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1350
1351 * gnus.texi (Archived Messages): Note the default (bug#9552).
1352
b523dc20
BW
13532011-09-21 Bill Wohler <wohler@newt.com>
1354
1355 Release MH-E manual version 8.3.
1356
58179cce 1357 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1358 release 8.3.
1359 (Preface): Updated support information.
bd7239f5 1360 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1361 historical quote, the tense should be correct in the time that it
1362 was written.
1363
0afb49a1
LMI
13642011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1365
1366 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1367 (Finding the News): Doc clarification.
1368 (Terminology): Mention naming.
1369
e21bac42
G
13702011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1371
1372 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1373 (Interactive): Document `quiet'.
1374
5b409b39 13752011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1376
bd7239f5 1377 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1378
5b409b39 13792011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1380
bd7239f5 1381 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1382 scope for `org-map-entries'.
1383
5b409b39 13842011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1385
1386 * org.texi (Visibility cycling): Document `org-copy-visible'.
1387
5b409b39 13882011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1389
bd7239f5 1390 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1391 proper order.
1392
5b409b39 13932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1394
1395 * org.texi (eval): Expand discussion of the :eval header argument.
1396
5b409b39 13972011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1398
1399 * org.texi (Languages): Add Lilypond and Awk as supported
1400 languages.
1401
5b409b39 14022011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1403
bd7239f5 1404 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1405 LOG_INTO_DRAWER can be used to override the contents of variable
1406 org-clock-into-drawer (or if unset, org-log-into-drawer).
1407
bd7239f5 1408 * org.texi: Replace @xref->@pxref.
3ab2c837 1409
5b409b39 14102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (Evaluating code blocks): Documenting the new option
1413 for inline call lines.
1414
5b409b39 14152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1416
1417 * org.texi (Results of evaluation): More explicit about the
1418 mechanism through which interactive evaluation of code is
1419 performed.
1420
5b409b39 14212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1422
1423 * org.texi (noweb-ref): New header argument documentation.
1424
5b409b39 14252011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1426
1427 * org.texi (Extracting source code): Documentation of the new
1428 org-babel-tangle-named-block-combination variable.
1429
5b409b39 14302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1431
bd7239f5 1432 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1433 behavior of multiple blocks of the same name is undefined.
3ab2c837 1434
5b409b39 14352011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1436
1437 * org.texi (TaskJuggler export): Modify the example to reflect the
1438 new effort durations.
1439
5b409b39 14402011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1441
1442 * org.texi (Images in LaTeX export): Escape curly brackets in
1443 LaTeX example.
1444
5b409b39 14452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1446
1447 * org.texi (The clock table): Document the :properties and
1448 :inherit-props arguments for the clocktable.
1449
5b409b39 14502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1451
1452 * org.texi (Tables in LaTeX export): Document specifying placement
1453 options for tables.
1454
5b409b39 14552011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1456
1457 * org.texi (Evaluating code blocks): More specific documentation
1458 about the different types of header arguments.
1459
5b409b39 14602011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1461
1462 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1463
5b409b39 14642011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (Built-in table editor): Document the table field
1467 follow mode.
1468
5b409b39 14692011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1470
1471 * org.texi (Easy Templates): Document new template.
1472
5b409b39 14732011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1474
1475 * org.texi (Literal examples): Add a cross-reference from "Literal
1476 Examples" to "Easy Templates."
1477
5b409b39 14782011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1479
1480 * org.texi (The clock table): Add link to match syntax.
1481
5b409b39 14822011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1483
1484 * org.texi (Agenda commands): Document clock consistency checks.
1485
5b409b39 14862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1487
1488 * org.texi (Built-in table editor): Document that \vert represents
1489 a vertical bar in a table field.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Literal examples): Link from "Markup" > "Literate
1494 Examples" to "Working with Source Code".
1495
5b409b39 14962011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Agenda commands): Doc for function option to bulk
1499 action.
1500
5b409b39 15012011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (Template expansion): Document new %<...> template
1504 escape.
1505
5b409b39 15062011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1507
1508 * org.texi (Selective export): Document exclusion of any tasks
1509 from export.
1510
5b409b39 15112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1512
1513 * org.texi (Selective export): Document how to exclude DONE tasks
1514 from export.
1515 (Publishing options): Document the properties to be used to turn off
1516 export of DONE tasks.
1517
5b409b39 15182011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1519
1520 * org.texi (The date/time prompt): Document date range protection.
1521
5b409b39 15222011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1523
1524 * org.texi (padline): Documentation of the new padline header
1525 argument.
1526
5b409b39 15272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1528
1529 * org.texi (var): Adding "[" to list of characters triggering
1530 elisp evaluation.
1531
5b409b39 15322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1533
1534 * org.texi (var): Documentation of Emacs Lisp evaluation during
1535 variable assignment.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (colnames): Reference indexing into variables, and note
1540 that colnames are *not* removed before indexing occurs.
1541 (rownames): Reference indexing into variables, and note that
1542 rownames are *not* removed before indexing occurs.
1543
5b409b39 15442011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1545
1546 * org.texi (var): Clarification of indexing into tabular
1547 variables.
1548
5b409b39 15492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1550
1551 * org.texi (results): Documentation of the `:results wrap' header
1552 argument.
1553
5b409b39 15542011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1555
bd7239f5 1556 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1557 of the LaTeX export: the org file has to be properly structured.
1558
5b409b39 15592011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1560
1561 * org.texi (Dynamic blocks, Structure editing): Mention
1562 the function `org-narrow-to-block'.
1563
5b409b39 15642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1565
1566 * org.texi (Languages): Updating list of code block supported
1567 languages.
1568
5b409b39 15692011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1570
1571 * org.texi (Special properties): CATEGORY is a special property,
1572 but it may also used in the drawer.
1573
5b409b39 15742011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1575
1576 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1577
5b409b39 15782011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1579
1580 * org.texi (Include files): Document :lines.
1581
5b409b39 15822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1583
1584 * org.texi (comments): Documentation of the ":comments noweb" code
1585 block header argument.
1586
5b409b39 15872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1588
1589 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1590 added extra whitespace around functions to be consistent with the
1591 rest of the section.
1592
5b409b39 15932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1594
0b381c7e 1595 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1596 #+call: line syntax.
1597 (Header arguments in function calls): Expanded discussion of
1598 #+call: line syntax.
1599
5b409b39 16002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1601
1602 * org.texi (Evaluating code blocks): More explicit about how to
1603 pass variables to #+call lines.
1604
5b409b39 16052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1606
1607 * org.texi (Results of evaluation): Link to the :results header
1608 argument list from the "Results of evaluation" section.
1609
5b409b39 16102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1611
1612 * org.texi (Conflicts): Adding additional information about
1613 resolving org/yasnippet conflicts.
1614
5b409b39 16152011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1616
1617 * org.texi (Publishing options): Document style-include-scripts
1618 publishing project property.
1619
5b409b39 16202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1621
1622 * org.texi (Sparse trees): Document the next-error /
1623 previous-error functionality.
1624
5b409b39 16252011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1626
1627 * org.texi (cache): Improved documentation of code block caches.
1628
5b409b39 16292011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1630
1631 * org.texi (Code block specific header arguments): Documentation
1632 of multi-line header arguments.
1633
5b409b39 16342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1635
1636 * org.texi (Code evaluation security): Add example for using a
1637 function.
1638
5b409b39 16392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1640
1641 * org.texi (Tables in LaTeX export): Documentation of new
1642 attr_latex options for tables.
1643
5b409b39
BG
16442011-08-03 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * trampver.texi: Update release number.
1647
16482011-07-30 Michael Albinus <michael.albinus@gmx.de>
1649
1650 Sync with Tramp 2.2.2.
1651
1652 * trampver.texi: Update release number.
1653
064e2d08
LMI
16542011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1655
1656 * flymake.texi (Example -- Configuring a tool called via make):
1657 Use /dev/null instead of the Windows "nul" (bug#8715).
1658
b8151e9c
LMI
16592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1660
1661 * widget.texi (Setting Up the Buffer): Remove mention of the
1662 global keymap parent, which doesn't seem to be accurate
1663 (bug#7045).
1664
5b409b39
BG
16652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666
1667 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1668
c0a8ae95
KR
16692010-07-10 Kevin Ryde <user42@zip.com.au>
1670
1671 * cl.texi (For Clauses): Add destructuring example processing an
1672 alist (bug#6596).
1673
ac6531ad
LMI
16742011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1675
1676 * ediff.texi (Major Entry Points): Remove mention of `require',
1677 since that's not pertinent in the installed Emacs (bug#9016).
1678
d30dd079
G
16792011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1680
1681 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1682 (Filtering New Groups): Clarify how simple the "options -n" format is.
1683 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1684 is internal.
d30dd079 1685
862c0d68
MA
16862011-07-04 Michael Albinus <michael.albinus@gmx.de>
1687
1688 * tramp.texi (Cleanup remote connections): Add
1689 `tramp-cleanup-this-connection'.
1690
cd865a33
G
16912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1692
1693 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1694 zombies.
1695 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1696 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1697
16982011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1699
1700 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1701 backups, and not actual vc (bug#8975).
1702
79414ae4
KR
17032011-07-03 Kevin Ryde <user42@zip.com.au>
1704
1705 * cl.texi (For Clauses): @items for hash-values and key-bindings
1706 to make them more visible when skimming. Add examples of `using'
1707 clause to them, examples being clearer than a description in
1708 words (bug#6599).
1709
847ccf7c
AM
17102011-07-01 Alan Mackenzie <acm@muc.de>
1711
1712 * cc-mode.texi (Guessing the Style): New page.
1713 (Styles): Add a short introduction to above.
1714
3da13bb9
DD
17152011-06-28 Deniz Dogan <deniz@dogan.se>
1716
1717 * rcirc.texi (Configuration): Bug-fix:
1718 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1719 Reported by Elias Pipping <pipping@exherbo.org>.
1720
60a0884e
G
17212011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1722
1723 * gnus.texi (Summary Mail Commands): Document
1724 `gnus-summary-reply-to-list-with-original'.
1725
0c7efc08
SM
17262011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * eshell.texi (Known problems): Fix typo.
1729
ea3596a2
MA
17302011-06-12 Michael Albinus <michael.albinus@gmx.de>
1731
0c7efc08 1732 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1733 (Password handling): `auth-source-debug' is good for debug messages.
1734
2da9c605
G
17352011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1736
1737 * gnus.texi (Store custom flags and keywords): Refer to
1738 `gnus-registry-article-marks-to-{chars,names}' instead of
1739 `gnus-registry-user-format-function-{M,M2}'.
1740
e61923c8
GM
17412011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1742
1743 * texinfo.tex: Merge from gnulib.
1744
627abcdd
TZ
17452011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1746
1747 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1748 (Store custom flags and keywords):
1749 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1750 `gnus-registry-user-format-function-M2'.
1751
a3c92bc1
EZ
17522011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1753
8f906c40 1754 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1755
85d870a9
GM
17562011-05-17 Glenn Morris <rgm@gnu.org>
1757
1758 * gnus.texi (Face): Fix typo.
1759
2cdee799
GM
17602011-05-14 Glenn Morris <rgm@gnu.org>
1761
1762 * dired-x.texi (Omitting Examples): Minor addition.
1763
79b70037
GM
17642011-05-10 Jim Meyering <meyering@redhat.com>
1765
1766 * ede.texi: Fix typo "or or -> or".
1767
a7111a62 17682011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1769
1770 * gnus.texi (Summary Buffer Lines):
1771 gnus-summary-user-date-format-alist does not exist.
1772 (Sorting the Summary Buffer): More about sorting threads.
1773
69026aba
MA
17742011-04-25 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * trampver.texi: Update release number.
1777
9024ff79
MA
17782011-04-14 Michael Albinus <michael.albinus@gmx.de>
1779
1780 * tramp.texi (Frequently Asked Questions): New item for disabling
1781 Tramp in other packages.
1782
c3c65d73
TZ
17832011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1784
1785 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1786 (Fancy splitting to parent, Store arbitrary data):
1787 Updated gnus-registry docs.
c3c65d73 1788
9ec6a317
JB
17892011-04-13 Juanma Barranquero <lekktu@gmail.com>
1790
1791 * ede.texi: Fix typos.
1792
1e3b6001
G
17932011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
9ec6a317
JB
1795 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1796 It's @table @code.
1e3b6001 1797
a5954fa5
G
17982011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1799
ed9265fc 1800 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1801
d71990a1
JB
18022011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1803
1804 * calc.texi (Logarithmic Units): Update the function names.
1805
1518e4f0
G
18062011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1807
1808 * message.texi (Various Commands): Document format specs in the
1809 ellipsis.
1810
a123622d
G
18112011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1812
1813 * message.texi (Insertion Variables): Document message-cite-style.
1814
18152011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1816
1817 * tramp.texi (Remote processes): New subsection "Running shell on
1818 a remote host".
1819
4248cca2
TZ
18202011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1821
1822 * auth.texi (Help for developers): Update docs to explain that the
1823 :save-function will only run the first time.
1824
54ce11a1
GM
18252011-03-12 Glenn Morris <rgm@gnu.org>
1826
1827 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1828 (emacs-faq.text): New target.
1829 (clean): Add emacs-faq.
1830
0c3b25f8
MA
18312011-03-12 Michael Albinus <michael.albinus@gmx.de>
1832
1833 Sync with Tramp 2.2.1.
1834
1835 * trampver.texi: Update release number.
1836
b740639e
GM
18372011-03-11 Glenn Morris <rgm@gnu.org>
1838
1839 * Makefile.in (HTML_TARGETS): New.
1840 (clean): Delete $HTML_TARGETS.
1841 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1842
733afdf4
TZ
18432011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1844
1845 * auth.texi (Help for developers): Show example of using
1846 `auth-source-search' with prompts and :save-function.
1847
33383987
JB
18482011-03-07 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * Version 23.3 released.
1851
a5057546
G
18522011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1853
1854 * message.texi (Message Buffers): Update default value of
1855 message-generate-new-buffers.
1856
479a2c9b
JB
18572011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1858
1859 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1860 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1861 respectively.
05a29101
JB
1862 (Musical Notes): New section.
1863 (Customizing Calc): Mention the customizable variable
1864 calc-note-threshold.
479a2c9b 1865
e0535b76
GM
18662011-03-03 Glenn Morris <rgm@gnu.org>
1867
1868 * url.texi (Dealing with HTTP documents): Remove reference to
1869 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1870 (Configuration): Update url-configuration-directory description.
e0535b76 1871
2777ccbf
GM
18722011-03-02 Glenn Morris <rgm@gnu.org>
1873
1874 * dired-x.texi (Multiple Dired Directories): Remove mentions
1875 of dired-default-directory-alist and dired-default-directory.
1876 Move dired-smart-shell-command here...
1877 (Miscellaneous Commands): ... from here.
1878
257219bd
PE
18792011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1880
1881 * texinfo.tex: Update to version 2011-02-24.09.
1882
8889f4e2
GM
18832011-03-02 Glenn Morris <rgm@gnu.org>
1884
1885 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1886 instead of the obsoleted dired-omit-here-always.
1887
5d41af19
MA
18882011-02-28 Michael Albinus <michael.albinus@gmx.de>
1889
1890 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1891 supported systems.
1892
2b0c7330 18932011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1894
61cf3a76
GM
1895 * dbus.texi (Type Conversion): Grammar fix.
1896
cce7d530 18972011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1898
cce7d530
GM
1899 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1900 "Debian GNU/Linux".
51a13bdd 1901
cce7d530
GM
1902 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1903
817b48a7
GM
19042011-02-23 Glenn Morris <rgm@gnu.org>
1905
cce7d530
GM
1906 * dired-x.texi (Features): Minor rephrasing.
1907 (Local Variables): Fix typos.
47301027
GM
1908
1909 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1910 Standardize some Emacs/XEmacs terminology.
1911
817b48a7
GM
1912 * dired-x.texi (Features): Don't advertise obsolete local variables.
1913 Simplify layout.
1914 (Omitting Variables): Update local variables example.
1915 (Local Variables): Say this is obsolete. Fix description of
1916 dired-enable-local-variables possible values.
1917
4a3988d5
G
19182011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1919
1920 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1921 default now.
1922
8e22bee0
G
19232011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1924
1925 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1926
06b840e0
LI
19272011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1928
1929 * gnus.texi (Window Layout): Document layout names.
1930
67ab0163 19312011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1932
1933 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1934 * auth.texi: Sync @dircategory with ../../info/dir.
1935 * autotype.texi: Sync @dircategory with ../../info/dir.
1936 * calc.texi: Sync @dircategory with ../../info/dir.
1937 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1938 * cl.texi: Sync @dircategory with ../../info/dir.
1939 * dbus.texi: Sync @dircategory with ../../info/dir.
1940 * dired-x.texi: Sync @dircategory with ../../info/dir.
1941 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1942 * ede.texi: Sync @dircategory with ../../info/dir.
1943 * ediff.texi: Sync @dircategory with ../../info/dir.
1944 * edt.texi: Sync @dircategory with ../../info/dir.
1945 * eieio.texi: Sync @dircategory with ../../info/dir.
1946 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1947 * epa.texi: Sync @dircategory with ../../info/dir.
1948 * erc.texi: Sync @dircategory with ../../info/dir.
1949 * eshell.texi: Sync @dircategory with ../../info/dir.
1950 * eudc.texi: Sync @dircategory with ../../info/dir.
1951 * flymake.texi: Sync @dircategory with ../../info/dir.
1952 * forms.texi: Sync @dircategory with ../../info/dir.
1953 * gnus.texi: Sync @dircategory with ../../info/dir.
1954 * idlwave.texi: Sync @dircategory with ../../info/dir.
1955 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1956 * message.texi: Sync @dircategory with ../../info/dir.
1957 * mh-e.texi: Sync @dircategory with ../../info/dir.
1958 * newsticker.texi: Sync @dircategory with ../../info/dir.
1959 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1960 * org.texi: Sync @dircategory with ../../info/dir.
1961 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1962 * pgg.texi: Sync @dircategory with ../../info/dir.
1963 * rcirc.texi: Sync @dircategory with ../../info/dir.
1964 * reftex.texi: Sync @dircategory with ../../info/dir.
1965 * remember.texi: Sync @dircategory with ../../info/dir.
1966 * sasl.texi: Sync @dircategory with ../../info/dir.
1967 * sc.texi: Sync @dircategory with ../../info/dir.
1968 * semantic.texi: Sync @dircategory with ../../info/dir.
1969 * ses.texi: Sync @dircategory with ../../info/dir.
1970 * sieve.texi: Sync @dircategory with ../../info/dir.
1971 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1972 * speedbar.texi: Sync @dircategory with ../../info/dir.
1973 * trampver.texi [emacs]: Set emacsname to "Emacs".
1974 * tramp.texi: Sync @dircategory with ../../info/dir.
1975 * url.texi: Sync @dircategory with ../../info/dir.
1976 * vip.texi: Sync @dircategory with ../../info/dir.
1977 * viper.texi: Sync @dircategory with ../../info/dir.
1978 * widget.texi: Sync @dircategory with ../../info/dir.
1979 * woman.texi: Sync @dircategory with ../../info/dir.
1980
30abce25
GM
19812011-02-19 Glenn Morris <rgm@gnu.org>
1982
0c7efc08
SM
1983 * dired-x.texi (Technical Details): No longer redefines
1984 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1985 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1986
f31f8469
GM
19872011-02-18 Glenn Morris <rgm@gnu.org>
1988
1989 * dired-x.texi (Optional Installation File At Point): Simplify.
1990
35123c04
TZ
19912011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1992
1993 * auth.texi (Help for users): Use :port instead of :protocol for all
1994 auth-source docs.
7ba93e94
G
1995 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1996 to have two files in `auth-sources'.
35123c04 1997
da5e0ce4
GM
19982011-02-16 Glenn Morris <rgm@gnu.org>
1999
b322c9af
GM
2000 * dired-x.texi: Use emacsver.texi to get Emacs version.
2001 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2002 Depend on emacsver.texi.
2003
07ca5555
GM
2004 * dired-x.texi: Drop meaningless version number.
2005 (Introduction): Remove old info.
2006 (Optional Installation Dired Jump): Autoload from dired-x.
2007 Remove incorrect info about loaddefs.el.
2008 (Bugs): Just refer to M-x report-emacs-bug.
2009
da5e0ce4
GM
2010 * dired-x.texi (Multiple Dired Directories): Update for rename of
2011 default-directory-alist.
2012 (Miscellaneous Commands): No longer mention very old VM version 4.
2013
bb55f713
PE
20142011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2015
2016 Merge from gnulib.
2017 * texinfo.tex: Update to version 2011-02-14.11.
2018
5415d076
G
20192011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2020
da5e0ce4
GM
2021 * auth.texi (Help for users):
2022 Login collection is "Login" and not "login".
5415d076 2023
14029d4b
MA
20242011-02-13 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * tramp.texi (History): Remove IMAP support.
2027 (External methods, Frequently Asked Questions): Remove `imap' and
2028 `imaps' methods.
2029 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2030
2031 * trampver.texi: Remove default value of `emacsimap'.
2032
8a36c07f
GM
20332011-02-13 Glenn Morris <rgm@gnu.org>
2034
2035 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2036 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2037
165bc5a0
GM
20382011-02-12 Glenn Morris <rgm@gnu.org>
2039
2040 * sc.texi (Getting Connected): Remove old index entries.
2041
5415d076 20422011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
2043
2044 * url.texi: Remove duplicate @dircategory (Bug#7942).
2045
b8e0f0cd
G
20462011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
2047
8a36c07f
GM
2048 * auth.texi (Overview, Help for users, Help for developers):
2049 Update docs.
b8e0f0cd
G
2050 (Help for users): Talk about spaces.
2051
caf82551
PE
20522011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2053
2054 * texinfo.tex: Update to version 2011-02-07.16.
2055
1ff98217
MA
20562011-02-07 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * dbus.texi (Bus names): Adapt descriptions for
2059 dbus-list-activatable-names and dbus-list-known-names.
2060
2e78df6b
JB
20612011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2062
2063 * calc.texi (Logarithmic Units): New section.
2064
7fbf7cae
TZ
20652011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2066
2067 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2068 manuals use it now.
2069
0c7efc08 2070 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2071
156ad271
KY
20722011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2073
2074 * overrides.texi: Remove.
2075
2076 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2077 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2078
36539990
MA
20792011-02-05 Michael Albinus <michael.albinus@gmx.de>
2080
2081 * tramp.texi (Frequently Asked Questions): Mention problems with
2082 WinSSHD.
2083
2084 * trampver.texi: Update release number.
2085
20862011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2087
2088 * tramp.texi:
2089 Replace "delimet" with "delimit" globally.
2090 Replace "explicite" with "explicit" globally.
2091 Replace "instead of" with "instead" where there was nothing after "of".
2092 Audit use of comma before interrogative pronoun, "that", or "which".
2093 Minor word order, spelling, wording changes.
2094
ec72bf63
G
20952011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2096
2097 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2098
2099 * sieve.texi: Use WEBHACKDEVEL.
2100
2101 * sasl.texi: Use WEBHACKDEVEL.
2102
2103 * pgg.texi: Use WEBHACKDEVEL.
2104
2105 * message.texi: Use WEBHACKDEVEL.
2106
2107 * gnus.texi: Use WEBHACKDEVEL.
2108
2109 * emacs-mime.texi: Use WEBHACKDEVEL.
2110
2111 * auth.texi: Use WEBHACKDEVEL.
2112
2113 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2114 manuals.
2115
21162011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2117
2118 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2119
90b750f4
PE
21202011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2121
2122 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2123 which in turn is copied from ftp://tug.org/tex/.
2124
0e751a49
GM
21252011-02-03 Glenn Morris <rgm@gnu.org>
2126
2127 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2128 (Binding combinations of modifiers and function keys):
2129 Let's assume people reading this are not using Emacs 18.
2130
7f13c2e2
LI
21312011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2132
2133 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2134 since it's run automatically.
2135
d76c843e
LI
21362011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus.texi (Customizing Articles): Fix typo.
2139
12e3ca0a
LI
21402011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2141
2142 * gnus.texi (Customizing Articles): Document the new way of customizing
2143 the date headers(s).
2144
fe72c8fa
LI
21452011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2146
2147 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2148 splitting example.
2149
bf3dae7e
EZ
21502011-01-29 Eli Zaretskii <eliz@gnu.org>
2151
2152 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2153 (MAKEINFO_OPTS): New variable.
2154 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2155 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2156 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2157 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2158 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2159 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2160 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2161 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2162 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2163 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2164 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2165 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2166 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2167 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2168 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2169 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2170 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2171 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2172
d6f13ac8
LI
21732011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2174
2175 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2176
c5ecc769
G
21772011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2178
2179 * message.texi (IDNA): Explain what it is.
2180
21812011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2184
45eb2a5d
WL
21852011-01-23 Werner Lemberg <wl@gnu.org>
2186
2187 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2188 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2189 (ENVADD): Update.
45eb2a5d 2190
6872a814
GM
21912011-01-18 Glenn Morris <rgm@gnu.org>
2192
2193 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2194
77ab81d0 21952011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2196
2197 * nxml-mode.texi (Introduction): Fix file name typos.
2198
d221e780
CO
21992011-01-13 Christian Ohler <ohler@gnu.org>
2200
2201 * ert.texi: New file.
2202
2203 * Makefile.in:
2204 * makefile.w32-in: Add ert.texi.
2205
8c904d82
MA
22062011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2207
2208 * dbus.texi (Receiving Method Calls): New function
2209 dbus-register-service. Rearrange node.
2210
f56e0e7a
PE
22112011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2212
2213 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2214 which in turn is copied from ftp://tug.org/tex/.
2215
0fadf00e
MA
22162011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2217
2218 * dbus.texi (Receiving Method Calls): Describe new optional
2219 parameter dont-register-service of dbus-register-{method,property}.
2220
8b358e90
DU
22212010-12-17 Daiki Ueno <ueno@unixuser.org>
2222
0c7efc08
SM
2223 * epa.texi (Encrypting/decrypting *.gpg files):
2224 Mention epa-file-select-keys.
8b358e90 2225
549c9aed
G
22262010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2227
2228 * gnus.texi (Archived Messages): Remove outdated text.
2229
22302010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2231
0c7efc08 2232 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2233
156e3f9c
G
22342010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2235
83f3eadc 2236 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2237
8151d490
AC
22382010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2239
2240 * gnus.texi (The swish++ Engine): Add customizable parameters
2241 descriptions.
2242 (The swish-e Engine): Ditto.
2243
305bdd22
MA
22442010-12-14 Michael Albinus <michael.albinus@gmx.de>
2245
2246 * tramp.texi (Inline methods): Add "ksu" method.
2247 (Remote processes): Add example with remote `default-directory'.
2248
53aff12a
GM
22492010-12-14 Glenn Morris <rgm@gnu.org>
2250
2251 * faq.texi (Expanding aliases when sending mail):
2252 Now build-mail-aliases is interactive.
2253
8a1cdce5
AC
22542010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2255
2256 * gnus.texi: First pass at adding (rough) nnir documentation.
2257
7410c270
G
22582010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2259
53aff12a
GM
2260 * gnus.texi (Filtering New Groups):
2261 Mention gnus-auto-subscribed-categories.
2262 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2263 removed.
2264
f49d1f52 22652010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2266
2267 * cl.texi (For Clauses): Small fixes for frames and windows.
2268
acedf35c
CD
22692010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2270
2271 * org.texi (Using capture): Document using prefix arguments for
2272 finalizing capture.
2273 (Agenda commands): Document prefix argument for the bulk scatter
2274 command.
2275 (Beamer class export): Document that also overlay arguments can be
2276 passed to the column environment.
2277 (Template elements): Document the new entry type.
2278
22792010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2280
2281 * org.texi (Include files): Document :minlevel.
2282
22832010-12-11 Julien Danjou <julien@danjou.info>
2284
2285 * org.texi (Categories): Document category icons.
2286
22872010-12-11 Eric Schulte <schulte.eric@gmail.com>
2288
2289 * org.texi (noweb): Fix typo.
2290
516aa569
G
22912010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2292
2293 * gnus.texi (Server Commands): Point to the rest of the server
2294 commands.
2295
04db63bc
G
22962010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2297
2298 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2299 g'.
2300
ed797193
G
23012010-12-02 Julien Danjou <julien@danjou.info>
2302
2303 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2304
23052010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2306
2307 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2308 (Direct Functions): Note the STARTTLS upgrade.
2309
07976ae3 23102010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2311 James Clark <none@example.com>
d3dfb185
GM
2312
2313 * nxml-mode.texi (Introduction): New section.
2314
59e75882
G
23152010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2316
2317 * gnus.texi (Server Commands): Document gnus-server-show-server.
2318
568a887f
MA
23192010-11-20 Michael Albinus <michael.albinus@gmx.de>
2320
2321 Sync with Tramp 2.2.0.
2322
2323 * trampver.texi: Update release number.
2324
1265829e
JB
23252010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2326
2327 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2328 Mention that the TeX specific units won't use the `tex' prefix
2329 in TeX mode.
2330
239661c0
KY
23312010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2332
2333 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2334
4a47c275 23352010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2336
2337 * edt.texi: Remove information about Emacs 19.
2338
4a47c275 23392010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2340
2341 * trampver.texi: Update release number.
2342
2f0e0dc8
KY
23432010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2344
2345 * gnus.texi (Article Washing): Fix typo.
2346
afe98dfa
CD
23472010-11-11 Noorul Islam <noorul@noorul.com>
2348
56f5a94e 2349 * org.texi: Fix typo.
afe98dfa
CD
2350
23512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2352
2353 * org.texi (Using capture): Explain that refiling is
2354 sensitive to cursor position.
2355
23562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2357
56f5a94e 2358 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2359
23602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2361
2362 * org.texi: Document the <c> cookie.
2363
23642010-11-11 Eric Schulte <schulte.eric@gmail.com>
2365
bd7239f5 2366 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2367 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2368
23692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2370
56f5a94e 2371 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2372
23732010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2374
56f5a94e 2375 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2376
23772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2378
2379 * org.texi (Setting up the staging area): Document that
2380 file names remain visible when encrypting the MobileOrg files.
2381
23822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2383
2384 * org.texi (Setting up the staging area): Document which
2385 versions are needed for encryption.
2386
23872010-11-11 Eric Schulte <schulte.eric@gmail.com>
2388
56f5a94e
GM
2389 * org.texi (noweb): Update :noweb documentation to
2390 reflect the new "tangle" argument.
afe98dfa
CD
2391
23922010-11-11 Eric Schulte <schulte.eric@gmail.com>
2393
56f5a94e
GM
2394 * org.texi (Batch execution): Improve tangling script in
2395 documentation.
afe98dfa
CD
2396
23972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2398
2399 * org.texi (Handling links):
2400 (In-buffer settings): Document inlining images on startup.
2401
24022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2403
2404 * org.texi (Setting up the staging area): Document use of
2405 crypt password.
2406
24072010-11-11 David Maus <dmaus@ictsoc.de>
2408
56f5a94e 2409 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2410
24112010-11-11 David Maus <dmaus@ictsoc.de>
2412
56f5a94e
GM
2413 * org.texi (Template expansion): Add mew in table for link type
2414 escapes.
afe98dfa
CD
2415
24162010-11-11 David Maus <dmaus@ictsoc.de>
2417
56f5a94e 2418 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2419
24202010-11-11 Eric Schulte <schulte.eric@gmail.com>
2421
56f5a94e 2422 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2423
24242010-11-11 Eric Schulte <schulte.eric@gmail.com>
2425
56f5a94e 2426 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2427
24282010-11-11 Eric Schulte <schulte.eric@gmail.com>
2429
56f5a94e
GM
2430 * org.texi (Structure of code blocks):
2431 Update documentation to mention inline code block syntax.
afe98dfa
CD
2432
24332010-11-11 Eric Schulte <schulte.eric@gmail.com>
2434
56f5a94e 2435 * org.texi (comments): Improve wording.
afe98dfa
CD
2436
24372010-11-11 Eric Schulte <schulte.eric@gmail.com>
2438
56f5a94e 2439 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2440
24412010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2442
2443 * org.texi (Installation): Remove the special
2444 installation instructions for XEmacs.
2445
24462010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2447
56f5a94e 2448 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2449 insertion of empty structural elements.
2450
24512010-11-11 Noorul Islam <noorul@noorul.com>
2452
56f5a94e 2453 * org.texi: Fix doc.
afe98dfa
CD
2454
24552010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2456
2457 * org.texi (The date/time prompt): Document specification
2458 of time ranges.
2459
24602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2461
2462 * org.texi (Internal links): Document the changes in
2463 internal links.
2464
24652010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2466
2467 * org.texi (Agenda commands): Document the limitation for
2468 the filter preset - it can only be used for an entire agenda
2469 view, not in an individual block in a block agenda.
2470
24712010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2472
2473 * org.texi (iCalendar export): Document alarm creation.
2474
6f8fc60c
MA
24752010-11-10 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2478
be3c11b3
LMI
24792010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2482
d607b96b 24832010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2484
d607b96b 2485 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2486
181cb5fb
G
24872010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2490 since that works by default.
2491
24922010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2493
2494 * gnus.texi (Customizing the IMAP Connection): Document
2495 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2496
36bc5d3b
MA
24972010-11-04 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * tramp.texi (Remote shell setup): New item "Interactive shell
2500 prompt". Reported by Christian Millour <cm@abtela.com>.
2501 (Remote shell setup, Remote processes): Use @code{} for
2502 environment variables.
2503
cf503f7c
GM
25042010-11-03 Glenn Morris <rgm@gnu.org>
2505
537b04b9 2506 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2507 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2508
389b76fa
G
25092010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2510
2511 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2512
2699a554 25132010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2514
2515 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2516
2699a554 25172010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2518
2519 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2520
99e65b2d
G
25212010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2522
0c7efc08
SM
2523 * gnus.texi (Client-Side IMAP Splitting):
2524 Mention nnimap-unsplittable-articles.
99e65b2d
G
2525
25262010-10-29 Julien Danjou <julien@danjou.info>
2527
2528 * gnus.texi (Finding the News): Remove references to obsoletes
2529 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2530
aeeb3dcb
EZ
25312010-10-29 Eli Zaretskii <eliz@gnu.org>
2532
2533 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2534 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2535 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2536 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2537
8289f37b
GM
25382010-10-28 Glenn Morris <rgm@gnu.org>
2539
2540 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2541 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2542 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2543
d85d3b3a
DU
25442010-10-25 Daiki Ueno <ueno@unixuser.org>
2545
2546 * epa.texi (Mail-mode integration): Add alternative key bindings
2547 for epa-mail commands; escape comma.
c05c2b9b 2548 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2549
9f534a47
JB
25502010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2551
99e65b2d 2552 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2553
5793a7bc 25542010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2555
2556 * gnus.texi (Group Parameters, Buttons): Fix typos.
2557
280f417b
G
25582010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2559
2560 * gnus.texi (Subscription Commands): Mention that you can also
2561 subscribe to new groups via the Server buffer, which is probably more
2562 convenient when subscribing to many groups.
2563
d806c872
G
25642010-10-21 Julien Danjou <julien@danjou.info>
2565
2566 * message.texi (Message Headers): Allow message-default-headers to be a
2567 function.
2568
d5798f68
LMI
25692010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * gnus-news.texi: Mention new archive defaults.
2572
b79bbef7
KY
25732010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2576
2526f423
G
25772010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * gnus.texi (HTML): Document the function value of
2580 gnus-blocked-images.
2581 (Article Washing): shr and gnus-w3m, not the direct function names.
2582
ba91f05d
G
25832010-10-20 Julien Danjou <julien@danjou.info>
2584
2585 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2586 variable.
2587
da451787
LMI
25882010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * gnus.texi (Customizing the IMAP Connection): The port strings are
2591 strings.
c872595d 2592 (Document Groups): Mention git.
da451787 2593
7cad71ad
G
25942010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2595
2596 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2597 bzr/Gnus git sync.
2598
c56dfd36
EZ
25992010-10-15 Eli Zaretskii <eliz@gnu.org>
2600
2601 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2602 change.
2603
a1d16a7b
G
26042010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605
2606 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2607 @item syntax for in-Emacs makeinfo.
2608
26092010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2610
2611 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2612 trim sentence.
2613
98e2b864
DU
26142010-10-12 Daiki Ueno <ueno@unixuser.org>
2615
2616 * epa.texi (Caching Passphrases):
0c7efc08
SM
2617 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2618 Clarify some configurations require to set up gpg-agent.
98e2b864 2619
c12e4a81
GM
26202010-10-11 Glenn Morris <rgm@gnu.org>
2621
2622 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2623
f7aa248a
G
26242010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2625
2626 * gnus.texi (Spam Package Introduction): Mention `$'.
2627
6513b232
EZ
26282010-10-09 Eli Zaretskii <eliz@gnu.org>
2629
2630 * makefile.w32-in (emacsdir): New variable.
2631 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2632 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2633
abd40fb4
GM
26342010-10-09 Glenn Morris <rgm@gnu.org>
2635
0f05450f
GM
2636 * Makefile.in (mostlyclean): Delete *.toc.
2637
d3a4ac46
GM
2638 * Makefile.in: Use $< in rules.
2639
aa9db089
GM
2640 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2641
abd40fb4
GM
2642 * Makefile.in ($(infodir)): Delete rule.
2643 (mkinfodir): New. Use it in all the info rules, rather than depending
2644 on infodir.
2645
ea274122
GM
26462010-10-09 Glenn Morris <rgm@gnu.org>
2647
6e90e2a8
GM
2648 * gnus.texi (Article Washing): Fix previous change.
2649
f7a31f11
GM
2650 * Makefile.in (emacsdir): New variable.
2651 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2652 Depend on emacsver.texi.
2653
f7a31f11
GM
2654 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2655
ea274122
GM
2656 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2657
36d3245f
G
26582010-10-08 Julien Danjou <julien@danjou.info>
2659
f7a31f11 2660 * gnus.texi: Add mm-shr.
36d3245f
G
2661
26622010-10-08 Ludovic Courtès <ludo@gnu.org>
2663
2664 * gnus.texi (Finding the Parent, The Gnus Registry)
2665 (Registry Article Refer Method): Update docs for nnregistry.el.
2666
26672010-10-08 Daiki Ueno <ueno@unixuser.org>
2668
2669 * auth.texi (Help for users)
2670 (GnuPG and EasyPG Assistant Configuration): Update docs.
2671
12359245
GM
26722010-10-08 Glenn Morris <rgm@gnu.org>
2673
2674 * cl.texi (Organization, Installation, Old CL Compatibility):
2675 Deprecate cl-compat for new code.
4628bef1 2676 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2677
2678 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2679
fcf2d385
KY
26802010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2681
2682 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2683
66627fa9
G
26842010-10-06 Julien Danjou <julien@danjou.info>
2685
fd9ba500
JD
2686 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2687
66627fa9
G
2688 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2689 broken link.
2690
2691 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2692
2693 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2694 to ReiserFS.
2695
2696 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2697 (FAQ 7-1): Fix getmail URL.
2698
65f54520
DU
26992010-10-06 Daiki Ueno <ueno@unixuser.org>
2700
2701 * epa.texi (Caching Passphrases): New section.
2702
4c83f6e1
GM
27032010-10-06 Glenn Morris <rgm@gnu.org>
2704
2705 * Makefile.in (SHELL): Set it.
2706 (info): Move the mkdir dependency to the individual info files.
2707 (mostlyclean): Tidy up.
2708 (clean): Only delete the specific dvi and pdf files.
2709 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2710 ($(infodir)): Add parallel build workaround.
4c83f6e1 2711
71e691a5
G
27122010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2713
2714 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2715
a41c2e6d
G
27162010-10-03 Julien Danjou <julien@danjou.info>
2717
0c7efc08
SM
2718 * emacs-mime.texi (Display Customization):
2719 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2720 mm-inline-large-images-proportion.
2721
37255945
MA
27222010-10-03 Michael Albinus <michael.albinus@gmx.de>
2723
0c7efc08
SM
2724 * tramp.texi (Frequently Asked Questions):
2725 Mention remote-file-name-inhibit-cache.
37255945 2726
11e4e7bd
LMI
27272010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2730 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2731
cb83220a
KY
27322010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2733
0c7efc08
SM
2734 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2735 (Article Hiding): Add google banner example.
2736 Suggested by Benjamin Xu.
cb83220a 2737
6b958814
G
27382010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2739
0c7efc08
SM
2740 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2741 Remove nnimap-split-rule from examples.
6b958814
G
2742
27432010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2746 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2747 Fishman.
2748 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2749
27502010-09-30 Julien Danjou <julien@danjou.info>
2751
2752 * gnus.texi (Gravatars): Fix documentation about
2753 gnu-gravatar-properties.
2754
b9476c04
DU
27552010-09-29 Daiki Ueno <ueno@unixuser.org>
2756
2757 * epa.texi (Bug Reports): New section.
2758
5f874327
GM
27592010-09-29 Glenn Morris <rgm@gnu.org>
2760
2761 * Makefile.in (top_srcdir): Remove unused variable.
2762
6b958814
G
27632010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
2765 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2766 (Client-Side IMAP Splitting): Document 'default.
2767
27682010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2769
0c7efc08
SM
2770 * gnus.texi (Customizing the IMAP Connection):
2771 Document nnimap-fetch-partial-articles.
6b958814 2772
82bccbfa
KY
27732010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * gnus-news.texi: Mention nnimap-inbox.
2776
2777 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2778
27792010-09-26 Julien Danjou <julien@danjou.info>
2780
47e08896 2781 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2782
27832010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784
2785 * gnus.texi (Security): Remove gpg.el mention.
2786
27872010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2788
2789 * gnus.texi (Browse Foreign Server): New variable
2790 gnus-browse-subscribe-newsgroup-method.
2791
2792 * gnus-news.texi: Mention it.
2793
27942010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
0c7efc08 2796 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2797 (Startup Variables): No jingle.
2798
4c964351
UM
27992010-09-25 Ulrich Mueller <ulm@gentoo.org>
2800
2801 * woman.texi (Interface Options): xz compression is now supported.
2802
82bccbfa
KY
28032010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2804
2805 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2806 (Unavailable Servers): Document gnus-server-copy-server.
2807 (Using IMAP): Document the new nnimap.
2808
28092010-09-25 Julien Danjou <julien@danjou.info>
2810
47e08896 2811 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2812
18778f71
GM
28132010-09-24 Glenn Morris <rgm@gnu.org>
2814
2815 * url.texi (Disk Caching): Tweak previous change.
2816
9c766321
JD
28172010-09-24 Julien Danjou <julien@danjou.info>
2818
2819 * url.texi (Disk Caching): Mention url-cache-expire-time,
2820 url-cache-expired, and url-fetch-from-cache.
2821
82bccbfa
KY
28222010-09-24 Julien Danjou <julien@danjou.info>
2823
2824 * gnus.texi: Add Gravatars.
2825
28262010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
2828 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2829
592bdb9a
LMI
28302010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2831
2832 * gnus.texi (Expunging mailboxes): Update name of the expunging
2833 command.
2834
e4e22d29
KY
28352010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2836
2837 * emacs-mime.texi (rfc2047): Update description for
2838 rfc2047-encode-parameter.
2839
371d9801
MA
28402010-09-13 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2843 "fish" methods.
2844 (External methods): Remove "scp1_old" and "scp2_old" methods.
2845
31ae5827
MA
28462010-09-09 Michael Albinus <michael.albinus@gmx.de>
2847
2848 * tramp.texi: Remove Japanese manual. Fix typo.
2849
2850 * trampver.texi: Update release number. Remove japanesemanual.
2851
c0468714
GM
28522010-09-09 Glenn Morris <rgm@gnu.org>
2853
2854 * org.texi: Restore clobbered changes (copyright years, untabify).
2855
86441999
JD
28562010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2857
2858 * gnus.texi (Adaptive Scoring): Fix typo.
2859
25f28806
LMI
28602010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2861
2862 * gnus.texi (Article Display): Document gnus-html-show-images.
2863
45240125 28642010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2865
45240125
JD
2866 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2867
59d09f15
LMI
28682010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * gnus.texi (HTML): Document gnus-max-image-proportion.
2871
2cdd366f
KY
28722010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2873
51dee5ef
KY
2874 * gnus.texi (HTML): Document gnus-blocked-images.
2875
2cdd366f
KY
2876 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2877
b0e4f3fc
KY
28782010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2879
2880 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2881 the first message are used for wide replies.
f02566ce
KY
2882 (Changing Servers): Remove documentation on gnus-change-server and
2883 friends, since it's been removed.
b0e4f3fc 2884
598451ed
KY
28852010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2886
2887 * gnus.texi (Drafts): Mention B DEL.
2888
e7842e69
KY
28892010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2890
2891 * gnus.texi (Delayed Articles): Mention that the Date header is the
2892 original one, even if you delay.
2893
85115796
KY
28942010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
0c7efc08
SM
2896 * gnus.texi (Asynchronous Fetching):
2897 Document gnus-async-post-fetch-function.
85115796
KY
2898 (HTML): Made into its own section.
2899
f0b44bc0
MA
29002010-08-26 Michael Albinus <michael.albinus@gmx.de>
2901
2902 Sync with Tramp 2.1.19.
2903
217876c9 2904 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2905 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2906 Remove remark about doubled "-t" argument.
217876c9
MA
2907 (Auto-save and Backup): Remove reference to Emacs 21.
2908 (Filename Syntax): Describe port numbers.
2909 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2910 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2911 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2912 errors with the backquotes.
2913 (External packages): File attributes cache flushing for asynchronous
2914 processes.
2915 (Traces and Profiles): Describe verbose level 9.
2916
f0b44bc0
MA
2917 * trampver.texi: Update release number.
2918
7457f7b6
MA
29192010-08-23 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * dbus.texi (Alternative Buses): New chapter.
2922
b695beda
SM
29232010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2926
443c2c03
JB
29272010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2928
2929 * calc.texi (Customizing Calc): Rearrange description of new
2930 variables to match the presentation of other variables.
2931
7815fe19 29322010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2933
2934 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2935
2c695727
JB
29362010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2937
2938 * calc.texi (Making Selections, Selecting Subformulas)
2939 (Customizing Calc): Mention how to use faces to emphasize selected
2940 sub-formulas.
2941
bbb6ffa1
MA
29422010-08-05 Michael Albinus <michael.albinus@gmx.de>
2943
2944 * tramp.texi (External packages): File attributes cache flushing
2945 for asynchronous processes.
2946
5cee0a9c
AM
29472010-08-01 Alan Mackenzie <acm@muc.de>
2948
2949 Enhance the manual for the latest Java Mode.
2950
2951 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2952 annotation-var-cont.
2953 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2954 two new symbols.
2955
3f2afe32
MA
29562010-07-28 Michael Albinus <michael.albinus@gmx.de>
2957
2958 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2959
0ed082fe 29602010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2961
2962 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2963
311f0356
JB
29642010-07-19 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2967
86fbb8ca
CD
29682010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2969
2970 * org.texi: Add macros to get plain quotes in PDF output.
2971 List additional contributors.
2972 (Capture): New section, replaces the section about remember.
2973 (Working With Source Code): New chapter, focused on documenting Org
2974 Babel.
2975 (Code evaluation security): New section.
2976 (MobileOrg): Document DropBox support.
2977 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2978 (Special symbols): Show how to display UTF8 characters for entities.
2979 (Global TODO list): Clarify the use of the "M" key and the differences
2980 to the "m" key.
2981 (RSS Feeds): Mention Atom feeds as well.
2982 (Setting tags): Remove paragraph about
2983 `org-complete-tags-always-offer-all-agenda-tags'.
2984
5732e8ed
MA
29852010-07-17 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2988 argument.
2989 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2990 echoing shells.
2991
ca1bb391
MA
29922010-07-10 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2995 (Filename Syntax): Describe port numbers.
2996
5bd55c3c
MA
29972010-07-09 Michael Albinus <michael.albinus@gmx.de>
2998
2999 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
3000 forgotten.
3001 (Type Conversion): Precise conversion of natural numbers.
3002 (Errors and Events): Add "debugging" to concept index. Add variable
3003 `dbus-debug'.
3004
820ae8fe
MA
30052010-07-04 Michael Albinus <michael.albinus@gmx.de>
3006
3007 * dbus.texi (Receiving Method Calls): Add optional argument
3008 EMITS-SIGNAL to `dbus-register-property'.
3009
b6f9df0f
JB
30102010-06-27 Alex Schroeder <alex@gnu.org>
3011
3012 * nxml-mode.texi (Commands for locating a schema): Fix typo.
3013
62e034c2
GM
30142010-06-24 Glenn Morris <rgm@gnu.org>
3015
3016 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3017 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3018 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3019 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3020 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3021 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3022 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3023 * woman.texi: Start direntry descriptions in column 32, per Texinfo
3024 convention. Make them end with a period.
3025
9360256a
GM
30262010-06-23 Glenn Morris <rgm@gnu.org>
3027
3028 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
3029 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3030 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3031 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3032 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3033 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 3034
04d3bb6c
GM
30352010-06-10 Glenn Morris <rgm@gnu.org>
3036
3037 * idlwave.texi (Load-Path Shadows):
3038 * org.texi (Handling links): Fix typos.
3039
5e7d4a75
KY
30402010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
3041
3042 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3043
9841cb4f
MA
30442010-05-26 Michael Albinus <michael.albinus@gmx.de>
3045
3046 * eshell.texi (Built-ins): Describe, how to disable a built-in command
3047 by an alias. (Bug#6226)
3048
597517ef
JB
30492010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
3050
3051 * calc.texi (Manipulating Vectors): Mention that vectors can
3052 be used to determine bins for `calc-histogram'.
3053
14914c43
JB
30542010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3055
597517ef 3056 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 3057
0235128c 30582010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3059
3060 * url.texi (HTTP language/coding, Customization):
3061 * message.texi (Header Commands, Responses):
3062 * cl.texi (Argument Lists): Fix typos.
3063
0235128c 30642010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3065
0235128c
SM
3066 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3067 Note that Development menu is always available.
aa5789b5
CY
3068 (Creating a project): Fix terminology.
3069 (Add/Remove files): Fix typo.
3070
0235128c
SM
30712010-05-07 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * Version 23.2 released.
3074
a628ad9d 30752010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3076
3077 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3078
502269d6
MA
30792010-05-01 Michael Albinus <michael.albinus@gmx.de>
3080
0235128c
SM
3081 * tramp.texi (Inline methods, Default Method):
3082 Mention `tramp-inline-compress-start-size'.
502269d6 3083
6e104790 30842010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3085
3086 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3087 the CVS repo. Put the Git repo in the news section.
3088
6e104790 3089 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3090 Removed some mentions of CVS. Mention the new Git repo.
3091
6e104790 30922010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3093
3094 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3095 (Mail Group Commands): Add index entry.
3096
6e104790 30972010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3098
3099 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3100
f8b91752
JB
31012010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3102
3103 * calc.texi (Radix modes): Mention that the option prefix will
3104 turn on twos-complement mode.
3105 (Inverse and Hyperbolic Flags): Mention the Option flag.
3106
ed21c5c8
CD
31072010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3108
3109 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3110 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3111 (Sectioning structure): Update.
3112 (References): New use case for field coordinates.
6e104790 3113 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3114 (Setting up the staging area): Document the availability of
3115 encryption for MobileOrg.
3116 (Images and tables): Document how to reference labels.
3117 (Index entries): New section.
3118 (Generating an index): New section.
3119 (Column width and alignment): Document that <N> now
3120 means a fixed width, not a maximum width.
3121 (Publishing options): Document the :email option.
3122 (Beamer class export): Fix bug in the BEAMER example.
3123 (Refiling notes): Document refile logging.
3124 (In-buffer settings): Document refile logging keywords.
3125 (Drawers): Document `C-c C-z' command.
3126 (Agenda commands): Mention the alternative key `C-c C-z'.
3127 (Special properties): Document the BLOCKED property.
3128 (The spreadsheet): Mention the formula editor.
3129 (References): Document field coordinates.
3130 (Publishing action): Correct the documentation for the
3131 publishing function.
3132 (The date/time prompt): Document that we accept dates
3133 like month/day/year.
3134 (Cooperation): Document the changes in table.el support.
3135 (Faces for TODO keywords, Faces for TODO keywords)
3136 (Priorities): Document the easy colors.
3137 (Visibility cycling): Document the new double prefix
3138 arg for `org-reveal'.
3139 (Cooperation): Remember.el is part of Emacs.
3140 (Clean view): Mention that `wrap-prefix' is also set by
3141 org-indent-mode.
3142 (Agenda commands): Add information about prefix args to
3143 scheduling and deadline commands.
3144 (Search view): Point to the docstring of
3145 `org-search-view' for more details.
6e104790 3146 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3147 (Setting tags): Document variable
3148 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3149 (Column attributes): Cross-reference special properties.
ed21c5c8 3150
456b348e
MA
31512010-04-10 Michael Albinus <michael.albinus@gmx.de>
3152
3153 Synchronize with Tramp repository.
3154
3155 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3156 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3157 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3158 syntax, texi2dvi reports errors with the backquotes.
3159
3160 * trampver.texi: Update release number.
3161
357e2d8e
KY
31622010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3163
3164 * gnus.texi (Finding the News): Add pointers to the Server buffer
3165 because it's essential.
3166
1d4d7664
KY
31672010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3168
3169 * gnus.texi (MIME Commands): Update description of
3170 gnus-article-browse-html-article.
3171
bd3e840f
KY
31722010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3173
3174 * auth.texi (Secret Service API): Add TODO node.
3175 (Help for users): Explain the new source options for `auth-sources'.
3176
e867cb5d 31772010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3178
3179 * trampver.texi: Update release number.
3180
288f9fc0
CY
31812010-03-10 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * Branch for 23.2.
3184
d99aaebd
CY
31852010-03-03 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3188 now enabled by default.
3189
5794c2a5
MA
31902010-02-28 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3193 when Emacs runs in interactive mode. (Bug#5645)
3194
40572be6
GM
31952010-02-16 Glenn Morris <rgm@gnu.org>
3196
3197 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3198
7bb8ed67
MH
31992010-02-05 Mark A. Hershberger <mah@everybody.org>
3200
3201 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3202
45a1423d 32032010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3204
3205 * gnus.texi (Score File Format): Fix typo.
3206
45a1423d 32072010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3208
3209 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3210
14f17fc8
JB
32112010-01-18 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * ada-mode.texi (Project File Overview): Fix typo.
3214
607d4369
CY
32152010-01-17 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * semantic.texi: Add Richard Y. Kim credit.
3218
3219 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3220
3d1bfa99
MA
32212010-01-17 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3224 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3225
6fbf7a75
GM
32262010-01-17 Glenn Morris <rgm@gnu.org>
3227
b9f978f0
GM
3228 * calc.texi (Reporting Bugs): Don't mention format of repository.
3229
f19bc38d
GM
3230 * woman.texi (Bugs): Make "Emacs repository" less specific,
3231 and the URL for same more specific.
3232
6fbf7a75
GM
3233 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3234
16c3428a
JB
32352010-01-17 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * ede.texi (ede-step-project, ede-proj-target):
3238 * tramp.texi (Remote processes): Fix typos.
3239
045b9da7
ML
32402010-01-16 Mario Lang <mlang@delysid.org>
3241
3242 * ede.texi (ede-target):
3243 * org.texi (Refiling notes): Remove duplicated words.
3244
c57008f6
SM
32452010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * gnus.texi (Posting Styles): Use with-current-buffer.
3248 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3249
798c9eb5
KR
32502010-01-02 Kevin Ryde <user42@zip.com.au>
3251
3252 * eieio.texi (Naming Conventions): Correction to xref on elisp
3253 coding conventions, is "Tips" node not "Standards".
3254
4970fbfe
CY
32552009-12-24 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3258
3259 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3260
83828b06
KY
32612009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * gnus.texi (Direct Functions): Add missing port number to tls method.
3264
45a4a565
JB
32652009-12-15 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3268 ($(infodir)/edt, edt.dvi): New targets.
3269
698bfef7
GM
32702009-12-15 Glenn Morris <rgm@gnu.org>
3271
3272 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3273 (edt, $(infodir)/edt, edt.dvi): New targets.
3274 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3275
3276 * Makefile.in (PDF_TARGETS, pdf): New.
3277 (clean): Add *.pdf.
3278 Add pdf rules for all manuals.
3279
0e983327
JB
32802009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3281
3282 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3283
8e687433
CY
32842009-12-14 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3287 (Smart Jump, Analyzer Debug): Copyedits.
3288 (Semantic mode user commands): Link to new nodes.
3289 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3290 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3291 upstream Semantic manual.
3292
3293 * semantic.texi (Introduction): Minor fix to diagram.
3294
020335df
MA
32952009-12-09 Michael Albinus <michael.albinus@gmx.de>
3296
3297 * eshell.texi (History): Add the other built-in variables.
3298 (Built-ins): Explain built-ins, and how to apply the external commands.
3299 Add `history', `su' and `sudo'.
3300
3301 * tramp.texi (Remote processes): Add missing <RET> in the example.
3302
6ddf13e4
BW
33032009-12-01 Bill Wohler <wohler@newt.com>
3304
3305 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3306 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3307 excessively garrulous.
3308
07b6428c
MA
33092009-11-29 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * tramp.texi (Remote processes): Improve eshell example with "su"
3312 and "sudo" commands.
3313
fd1cefda
CY
33142009-11-28 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3317
3318 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3319 Document semantic-complete-analyze-inline.
3320 (Semanticdb search debugging commands): Minor clarification.
3321 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3322 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3323 manual.
9d542758 3324 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3325
159e3ad5
KR
33262009-11-28 Kevin Ryde <user42@zip.com.au>
3327
3328 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3329 @pxref, now EIEIO is in Emacs.
159e3ad5 3330
c6d47315
KR
3331 * erc.texi (Development): Correction to git tutorial url.
3332
16f6287e
GM
33332009-11-26 Glenn Morris <rgm@gnu.org>
3334
3335 * faq.texi (Latest version of Emacs): Mention stability of development
3336 version.
3337 (Problems with very large files): Max buffer size increase in 23.2.
3338 (VM): VM has moved house again.
3339
5ea5dbc9
JB
33402009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3341
3342 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3343 notations.
3344
5dec9555
CD
33452009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3346
45a4a565 3347 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3348
bd6f6833
CY
33492009-11-20 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3352 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3353 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3354
be479117
JB
33552009-11-17 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * semantic.texi (Semantic Internals, Glossary):
3358 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3359 (Semanticdb search debugging commands): Fix typos.
3360
17291a1f
JB
33612009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3362
be479117 3363 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3364
af42a9cc
JB
33652009-11-16 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3368 ($(infodir)/semantic, semantic.dvi): New targets.
3369
3149927d
CY
33702009-11-16 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * Makefile.in: Build the Semantic manual.
3373
3374 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3375 repository.
3376
977640ed
MA
33772009-11-16 Michael Albinus <michael.albinus@gmx.de>
3378
3379 * dbus.texi (Receiving Method Calls): New defun
3380 `dbus-unregister-service'.
3381
17673adf
CD
33822009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3383
3384 * org.texi (Speed keys): New section.
3385
0ecd3c90
MA
33862009-11-13 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * dbus.texi (Type Conversion): Fix typo.
3389 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3390 `dbus-registered-objects-table'.
0c7efc08
SM
3391 (Receiving Method Calls): New defun `dbus-register-property'.
3392 Move `dbus-unregister-object' here.
0ecd3c90 3393
8bfe682a
CD
33942009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3395
3396 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3397
33982009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3399
3400 * org.texi (Column attributes): Add the new age summary operators.
3401 Also, mention the fact you can only use one summary operator per
3402 property.
3403
34042009-11-13 John Wiegley <johnw@newartisans.com>
3405
0c7efc08 3406 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3407 manual about how to track habits.
0c7efc08 3408 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3409 dangling clocks are resolved.
3410
34112009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3412
3413 * org.texi (Agenda commands): Document the new `i' command.
3414 (Inserting deadline/schedule): Document logging changes
3415 of scheduling and deadline times stamps.
3416 (In-buffer settings): Document the in-buffer keywords for logging
3417 changes of scheduling and deadline times stamps.
3418 (Structure editing, Plain lists): Document indentation
3419 cycling in empty entries with TAB.
3420 (Archiving): Document the default archiving command.
3421 (Moving subtrees): Document the new keys for archiving.
3422 (Internal archiving): Fix incorrect key.
3423 (Agenda commands): Document the TODO set switching commands.
3424 (Agenda commands): Document the new archiving keys.
3425 (Clocking work time): Better description on how to save
3426 and restore a clock.
3427 (Resolving idle time): Mention the x11idle program to get true
3428 idleness also under X11.
3429 (Resolving idle time): Use @kbd instead of @key for normal
3430 letters, because this is how he rest of the manual does this.
3431 (Pushing to MobileOrg): Mention that `org-directory'
3432 should be set.
3433 (Agenda commands): Document that SPC is a filter for
3434 any tag.
0c7efc08 3435 (Search view): Rename from "Keyword search".
8bfe682a
CD
3436 (Capure): New chapter.
3437 (Markup): New chapter.
0c7efc08
SM
3438 (Links in HTML export, Images in HTML export):
3439 Extend the section titles.
8bfe682a
CD
3440 (Images in HTML export): Document the align option.
3441 (Text areas in HTML export): Extend the section title.
3442 (Images in LaTeX export): Explain image placement in LaTeX.
3443
693737cd
GM
34442009-11-10 Glenn Morris <rgm@gnu.org>
3445
3446 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3447
c7bd4ebe
MA
34482009-11-08 Michael Albinus <michael.albinus@gmx.de>
3449
3450 * tramp.texi (Auto-save and Backup): Disable backups just for a
3451 method.
3452
3453 * trampver.texi: Update release number.
3454
76c5acad
MA
34552009-11-07 Michael Albinus <michael.albinus@gmx.de>
3456
3457 Sync with Tramp 2.1.17.
3458
3459 * trampver.texi: Update release number.
3460
d9a57abf
GM
34612009-10-29 Glenn Morris <rgm@gnu.org>
3462
3463 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3464
637f4f0f
MA
34652009-10-23 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * tramp.texi (External methods): Temporary files are kept for
3468 `rsync' and `rsyncc' methods.
3469
310dbb05
JB
34702009-10-09 Juanma Barranquero <lekktu@gmail.com>
3471
3472 * eieio.texi: Fix typos.
3473
09094f28
CY
34742009-10-07 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3477
216f299a
JB
34782009-10-07 Juanma Barranquero <lekktu@gmail.com>
3479
3480 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3481 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3482
966a6506
CY
34832009-10-07 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * Makefile.in: Build EIEIO and EDE manuals.
3486
34872009-10-07 Eric Ludlam <zappo@gnu.org>
3488
3489 * eieio.texi:
3490 * ede.texi: New files.
3491
8842cd9b
MA
34922009-10-05 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * tramp.texi (Remote processes): Association of a pty is not supported.
3495
7006d207
CD
34962009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3497
3498 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3499 (Processing LaTeX fragments): Document that the size of images can be
3500 changes using the variable `org-format-latex-options'.
3501 (The date/time prompt, Timestamps): Be more accurate over ISO format
3502 dates and times.
3503 (Visibility cycling): Document showeverything keyword.
3504 (In-buffer settings): Document showeverything keyword.
3505 (Setting up the staging area): Fix the example.
3506 (MobileOrg): New section.
3507 (Agenda commands, Exporting Agenda Views): Document exporting the
3508 agenda view to Org files.
3509
0e7b2867
MA
35102009-09-28 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * tramp.texi (History): Add IMAP support.
3513 (External methods): Add `imap' and `imaps' methods.
3514 (GVFS based methods): Add indices for `davs'.
3515 (Password handling): Rename anchors. Add IMAP entries for
3516 ~/.authinfo.gpg.
3517
3518 * trampver.texi: Set default value of `emacsimap'.
3519
4146636e
KY
35202009-09-22 Daiki Ueno <ueno@unixuser.org>
3521
3522 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3523
d22f7ffa
CY
35242009-09-13 Chong Yidong <cyd@stupidchicken.com>
3525
0c7efc08
SM
3526 * dired-x.texi (Technical Details):
3527 Delete dired-up-directory (Bug#4292).
d22f7ffa 3528
66043531
MA
35292009-09-03 Michael Albinus <michael.albinus@gmx.de>
3530
216f299a 3531 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3532
6eb02347
CD
35332009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3534
3535 * org.texi (Effort estimates): Document new effort setting commands.
3536 (Agenda commands): Document the new keys fro agenda time motion.
3537 Document entry text mode. Improve documentation of the keys to include
3538 inactive time stamps into the agenda view.
3539 (Feedback): Document the new bug report command.
0c7efc08 3540 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3541
38dc51ba
KY
35422009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3543
3544 * auth.texi (Help for users): Corrected markup.
3545
e402f452
GM
35462009-09-02 Glenn Morris <rgm@gnu.org>
3547
3548 * emacs-mime.texi (time-date): Mention float-time.
3549
744256cf
JB
35502009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3551
3552 * calc.texi (Simplifying Formulas): Improve the wording.
3553
b0b63450
MB
35542009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3555
3556 * auth.texi: Rewritten for coverage and clarity.
3557
35582009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3559
0c7efc08
SM
3560 * gnus.texi (Expiring Mail):
3561 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3562 (Various Various): Mention gnus-safe-html-newsgroups.
3563
3564 * gnus-news.texi: Mention
3565 gnus-mark-copied-or-moved-articles-as-expirable.
3566
3567 * emacs-mime.texi (Display Customization): Add xref to
3568 gnus-safe-html-newsgroups.
3569
b59329e0
MA
35702009-08-28 Michael Albinus <michael.albinus@gmx.de>
3571
3572 * tramp.texi (Version Control): Remove.
af42a9cc 3573 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3574 reference.
3575 (External methods): Correct `scpc' concept index entries. New method
3576 `rsyncc'.
3577 (External packages): New subsections "Filename completion" and "File
3578 attributes cache".
3579
0ff2d6c2
JB
35802009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3581
3582 * calc.texi (Rewrite Rules): Improve the example.
3583 (Simplifying Formulas): Explain use of the I and H flags for
3584 simplification.
3585
ecd3d54f
MA
35862009-08-25 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3589 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3590 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3591 for timeout values.
78176e69
MA
3592 (Top): Remove footnote saying D-Bus is not enabled by
3593 default. (Bug#4256)
ecd3d54f 3594
0f215bca
DU
35952009-08-23 Daiki Ueno <ueno@unixuser.org>
3596
3597 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3598 Reported by Jari Aalto (Bug#4211).
0f215bca 3599 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3600 epa-global-mail-mode.
3b7ab45f
DU
3601 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3602 epa-setup.
0f215bca 3603
4f22e84d
MA
36042009-08-16 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * dbus.texi (Asynchronous Methods): Allow nil handler.
3607
9ff0b02b 36082009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3609
26b03ee3 3610 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3611
26b03ee3 3612 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3613
4c39f404
CY
36142009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3615
3616 * calc.texi (Date Forms): Fix typos.
3617
3bcfba17
GM
36182009-08-08 Glenn Morris <rgm@gnu.org>
3619
3620 * org.texi (Agenda commands): Restore clobbered change.
3621
66783bb4
EZ
36222009-08-07 Eli Zaretskii <eliz@gnu.org>
3623
3624 * calc.texi (Graphics, Devices): Update with the peculiarities of
3625 operation on MS-Windows.
3626
c8d0cf5c
CD
36272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3628
3629 * org.texi (Publishing action): Improve documentation of file
3630 names when publishing to the source directory.
3631 (Clean view): Document `org-indent-mode'.
3632 (Clocking work time): Add documentation for the
3633 new :timetamp option when creating a clock report.
3634 (Paragraphs): Fix many typos.
3635 (Plain lists): Remove duplicate explanation about the
3636 `C-c *' command.
3637 (Literal examples): Update to reflect the new behavior
3638 of the -n -r -k switches when exporting source code examples.
3639 (Structure editing): Add information about `C-c *',
3640 converting a plain list into a list of Org items.
3641 (Remember): Small rephrasing of the paragraph
3642 describing remember.el. Also mentioned that remember.el is part
3643 of Emacs 23, not Emacs 22.
3644 (Clocking work time): Add documentation about
3645 displaying the current clocking time against the effort estimate.
3646 Also add a footnote about using `org-clock-in-prepare-hook' to add
3647 an effort estimate on the fly, just before clocking it.
3648 (Footnotes): Document automatic renumbering and
3649 sorting.
3650 (Agenda commands): Document new bulk commands.
3651 (Plain lists): Document new behavior of
3652 `org-cycle-include-plain-lists'.
4e2af782 3653 Hyphenation only in TeX.
c8d0cf5c
CD
3654 (Clocking work time): Document the key to update effort
3655 estimates.
3656 (Clocking work time): Document the clock time display.
3657 (Structure editing, TODO basics): Document new
3658 variables.
3659 (Column attributes): Document new colciew operators.
3660 (Publishing options): Document :xml-declaration.
3661 (Tracking TODO state changes): Document the
3662 LOG_INTO_DRAWER property.
3663 (Literal examples): Document the new implementation for
3664 editing source code.
3665 (Publishing action): Mention the new publishing
3666 function, to publish an Org source file.
3667 (Publishing links): Mention how to link to an Org source file.
3668 (Macro replacement): Document new macros.
3669 (Handling links): Document type-specific completion
3670 when inserting links.
3671 (Structure editing, Plain lists): Improve documentation
3672 on sorting.
3673 (Internal links): Document custom ids for links.
3674 (Handling links): Document custom ids for links.
3675 (CSS support): Document new class.
3676 (Refiling notes): Document the possibility to create new nodes
3677 during refiling.
3678 (Agenda commands): Document the "?" operator to find
3679 tasks without effort setting.
3680 (Exporting agenda information): Section moved.
3681 (RSS Feeds): New section.
3682 (Built-in table editor): Document M-e and M-a navigate
3683 inside table field.
3684 (Stuck projects): Docment that projects identified as
3685 un-stuck will still be searchd for stuck sub-projects.
3686 (Paragraphs): Document centering.
3687 (Creating timestamps, Agenda commands): Document new
3688 behavior when changing time stamps.
3689 (Structure editing): Document the new command
3690 `org-clone-subtree-with-time-shift'.
3691 (Publishing): Refresh this chapter.
3692 (Export options, Export options, In-buffer settings):
3693 Document the new keywords.
3694 (Matching tags and properties): Collect all
3695 documentation about tags/property matches here.
3696 (Setting tags): Document `org-tag-persistent-alist'.
3697 (Weekly/daily agenda): New section.
3698 (Orgstruct mode): Describe `orgstruct++-mode'.
3699 (Drawers): Mention the LOGBOOK drawer.
3700 (Export options, Sectioning structure): Document the
3701 #+LEATEX_HEADER in-buffer setting.
3702 (Bugs): Section removed.
3703 (Hooks): New section.
0c7efc08 3704 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3705 (Context-sensitive commands): New section.
3706 (Setting tags): Document newline option.
3707 (Global TODO list, Matching tags and properties):
3708 Mention more variables.
3709 (Checkboxes): Update to changed command behavior.
81a5560e 3710
40d2791f
CY
37112009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3712
3713 * speedbar.texi (Basic Key Bindings): Fix typo.
3714
65d0154b
JB
37152009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3716
3717 * calc.texi (Vector/Matrix Functions): Add index entries for both
3718 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3719 affects matrices with more than one row.
b5bdfd9f 3720 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3721
5a9e3ab7
JB
37222009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3723
3724 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3725 `calc-transpose-lines'.
5a9e3ab7 3726
42fb7e61
MA
37272009-07-27 Michael Albinus <michael.albinus@gmx.de>
3728
3729 * dbus.texi (Receiving Method Calls): Describe special return value
3730 `:ignore'.
3731
574b69d5
AM
37322009-07-24 Alan Mackenzie <acm@muc.de>
3733
3734 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3735 initialization, any individual variable setting now takes precedence
3736 over one done via c-file-style/c-file-offsets.
3737
ec06459c
JB
37382009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3739
3740 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3741 truncated when Calc is quit.
3742 (Customizing Calc): Document `calc-undo-length'.
3743
4ce54f6b
CY
37442009-07-20 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3747
0e4f8ba5
GM
37482009-07-11 Kevin Ryde <user42@zip.com.au>
3749
3750 * pcl-cvs.texi (About PCL-CVS):
3751 * widget.texi (Basic Types):
3752 Fix cross-references.
3753
fa0f81b0
AS
37542009-07-01 Andreas Schwab <aschwab@redhat.com>
3755
3756 * dbus.texi (Type Conversion): Don't use literal control character.
3757
88a683c5
MA
37582009-07-01 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * tramp.texi (GVFS based methods): New section.
3761 (Remote processes): Processes for GVFS based methods run locally.
3762
36c8febb
MA
37632009-06-30 Michael Albinus <michael.albinus@gmx.de>
3764
0c7efc08
SM
3765 * tramp.texi (Inline methods, External methods, Gateway methods):
3766 Avoid the words "kludge" and hack".
36c8febb
MA
3767 (External methods): Add `synce' method.
3768
3769 * trampver.texi: Update release number.
3770
d6b951bb
MA
37712009-06-22 Michael Albinus <michael.albinus@gmx.de>
3772
3773 Sync with Tramp 2.1.16.
3774
3775 * tramp.texi (History): Add GVFS support.
3776 (External methods): Precise `rsync' description. Add `dav', `davs' and
3777 `obex' methods. Add 'tramp-gvfs-methods' option.
3778 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3779 forms.
3780 (Remote Programs): Introduce `tramp-own-remote-path'.
3781 (Remote processes): New subsection "Running remote programs that create
3782 local X11 windows".
3783 (Frequently Asked Questions): Improve code for disabling vc.
3784
3785 * trampver.texi: Update release number. Set default value of
3786 `emacsgvfs'.
3787
70243478
CY
37882009-06-21 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * Branch for 23.1.
3791
54b31cbf
GM
37922009-06-17 Glenn Morris <rgm@gnu.org>
3793
3794 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3795 (Latest version of Emacs): Mention source code repository.
3796
f6adc23c
GM
37972009-06-16 Glenn Morris <rgm@gnu.org>
3798
3799 * faq.texi (Top): Language tweak.
3800 (Extended commands): Most people have arrow keys.
3801 (Emacs manual): Say how to follow info links.
3802 (File-name conventions): Change title a bit. Explain about source
3803 versus installed. Condense etc description.
3804 (Guidelines for newsgroup postings): Mention Savannah list page.
3805 (Newsgroup archives): Simplify.
3806 (Contacting the FSF): Add contact URL.
3807 (Emacs Lisp documentation): Printed version not always available.
3808 (Installing Texinfo documentation): Explain how by hand installation is
3809 not normally needed. Use add-to-list. Remove duplicate reference.
3810 (Informational files for Emacs): Move info on Help menu here from
3811 "File-name conventions".
3812 (Help installing Emacs): Tweak uref.
3813 (Obtaining the FAQ): Mention repository.
3814 (Origin of the term Emacs): Explain "ITS".
3815 (Changing load-path): Use add-to-list.
3816 (Automatic indentation): Clarify this is for Text mode.
3817 Don't mention Indented Text mode.
3818 (Finding Emacs on the Internet): The FSF does not seem to offer a
3819 deluxe distribution on CD anymore.
3820
b59a8457
GM
38212009-06-16 Glenn Morris <rgm@gnu.org>
3822
3823 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3824 Recommend the latest release. Mention how to get older FAQs.
3825 Recommend the Emacs manual.
3826 (Guidelines for newsgroup postings): Discourage cross-posts.
3827 (Underlining paragraphs): Remove.
3828 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3829 (Bugs and problems): Update key-binding.
3830 (Problems with very large files): Mention 64-bit.
3831 (Shell process exits abnormally): Remove.
3832 (Problems with Shell Mode): Rename and update.
3833 (Spontaneous entry into isearch-mode)
3834 (Problems talking to certain hosts): Remove. This is old information,
3835 in etc/PROBLEMS if needed.
3836 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3837 (Dired claims that no file is on this line): Update.
3838 (Installing Emacs, Problems building Emacs): Simplify.
3839 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3840 information.
3841 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3842 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3843 (JDEE): "JDEE", not "JDE".
3844 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3845 Remove. This is old information, in etc/PROBLEMS if needed.
3846 (stty and Backspace key, Kanji and Chinese characters): Remove.
3847 (Right-to-left alphabets): Update section.
3848 (Changing the included text prefix): Gnus uses message-yank-prefix.
3849 Add cross-reference to Supercite manual.
3850 (Saving a copy of outgoing mail): Simplify output file description.
3851 (Expanding aliases when sending mail): Refer to Emacs manual.
3852 Remove old info about RFC822.
3853 Correct description of how to rebuild aliases.
3854 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3855 (MIME with Emacs mail packages)
3856 (Viewing articles with embedded underlining)
3857 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3858 Remove old sections.
3859 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3860 and is well-documented in the Gnus manual.
3861 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3862 (Making Gnus faster): Rename from "Starting Gnus faster".
3863 Merge "Catch-up is slow in Gnus" into here.
3864
0e6d12ca
GM
38652009-06-14 Glenn Morris <rgm@gnu.org>
3866
3867 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3868 (New in Emacs 23): New section.
3869 (Handling C-s and C-q with flow control): Add xref.
3870
2e17e05e
GM
38712009-06-13 Glenn Morris <rgm@gnu.org>
3872
3873 * faq.texi (Setting up a customization file): Grammar fix.
3874 Customize is no longer "new".
3875 (Displaying the current line or column): Line-number mode is on by
3876 default. Don't mention `column' package. Mention linum.el.
3877 (Turning on abbrevs by default): Explain how to do it for buffers,
3878 modes, and everywhere.
3879 (Associating modes with files): Use add-to-list. Don't mention Emacs
3880 19.
3881 (Highlighting a region): On by default since 23.1.
3882 (Replacing highlighted text): Update doc quote.
3883 (Working with unprintable characters): Don't mention search-quote-char.
3884 (Using an already running Emacs process): Gnuclient is probably not an
3885 enhancement these days.
3886 (Indenting switch statements): Remove mention of pre-Emacs 20.
3887 (Horizontal scrolling): Abbreviate Emacs 20 description.
3888 (Replacing text across multiple files): Fix name of dired command.
3889 (Disabling backups): Use require not load.
4f9d4de3 3890 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3891
2a1cf2b9
BW
38922009-06-13 Bill Wohler <wohler@newt.com>
3893
3894 Release MH-E manual version 8.2.
3895
3896 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3897 release 8.2.
3898
85b438b7
GM
38992009-06-13 Glenn Morris <rgm@gnu.org>
3900
3901 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3902 in this day and age the common meaning is "on the web".
3903 (copying): Use @copyright in all cases.
3904 (Basic keys): Remove reference to deleted manual node "Text Characters".
3905 (File-name conventions): Use GNU as an example rather than SERVICE.
3906 default.el lives in site-lisp. Update Info directory location.
3907 (Real meaning of copyleft): GPL actions have been brought, but all
3908 settled out of court.
3909 (Guidelines for newsgroup postings): Shorten section title.
3910 Simplify comp.emacs description.
3911 (Newsgroup archives): Change Google URL. Describe Gmane.
3912 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3913 points". Mention List-Unsubscribe header.
3914 (Contacting the FSF): Update email and URLs.
3915 (Basic editing): Mention F1 for help.
3916 (Installing Texinfo documentation): Refer to Texinfo website rather
3917 than ftp server.
3918 (Printing a Texinfo file): Mention texi2pdf.
3919 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3920 are just stubs nowadays.
3921 (Latest version of Emacs): Explain version numbers.
3922 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3923 (Turning on syntax highlighting): No need to mention hilit19 any more.
3924 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3925 (Modes for various languages): Remove section.
3926 (Major packages and programs): Remove most version and maintainer
3927 information - it's hard to keep up-to-date, and adds nothing.
3928 Similarly with direct links to mailing lists.
3929 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3930 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3931 years, and Emacs comes with tools for this now.
3932 (Patch): Remove section - this is a standard tool.
3933 (Using function keys under X): Remove section.
3934
93e2d996
GM
39352009-06-12 Glenn Morris <rgm@gnu.org>
3936
3937 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3938 (Help installing Emacs): Remove reference to deleted X11 node.
3939 (Associating modes with files): Interpreter-mode-alist is no longer
3940 subservient to auto-mode-alist.
3941 (Installing Emacs): Change future Emacs version.
3942 (Linking with -lX11 fails): Remove old section.
3943 (Packages that do not come with Emacs): Update ELL location.
3944 Emacs Lisp archive is dead.
3945 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3946 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3947 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3948 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3949 (Removing flashing messages): Remove section about non-existent Gnus
3950 option.
3951
f0bf7708
GM
3952 * faq.texi (Top): Add @top command.
3953 Remove the optional arguments from all @node commands: makeinfo can
3954 generate these automatically, and it is easier to edit and rearrange
3955 nodes without them.
3956
30884d11
GM
39572009-06-11 Glenn Morris <rgm@gnu.org>
3958
3959 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3960 (The LPF): Make the updated URL the sole reference point.
3961 (Learning how to do something): Update refcard price and format.
3962 (Getting a printed manual): Sources in doc/emacs/, not man/.
3963 Also available in PDF format. Since the page count varies, be less
3964 precise.
3965 (Informational files for Emacs): Remove references to deleted files
3966 LPF and SUN-SUPPORT, and to UUCP.
3967 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3968 Remove many obsolete ways to get the FAQ, which now seems only to be
3969 distributed with Emacs.
3970 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3971
deab46e0
CY
39722009-06-09 Chong Yidong <cyd@stupidchicken.com>
3973
223b43fa 3974 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3975 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3976
deab46e0
CY
3977 * ada-mode.texi (Installation, Compile commands)
3978 (Project File Overview, No project files, Set compiler options)
3979 (Use GNAT project file, Use multiple GNAT project files)
3980 (Identifier completion): Use @samp for menu items, and @kbd for key
3981 sequences (Bug#3504).
3982
71fbd643
DU
39832009-06-04 Daiki Ueno <ueno@unixuser.org>
3984
8c9bb6f5 3985 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3986
f197085b
CY
39872009-06-04 Ryan Yeske <rcyeske@gmail.com>
3988
3989 * message.texi (Header Commands): Fix descriptions to match
3990 keybindings.
3991
7f3bc720
DU
39922009-04-22 Daiki Ueno <ueno@unixuser.org>
3993
3994 * gnus.texi (Security): Mention that EasyPG is the current default.
3995
4518068d
CY
39962009-04-13 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * ediff.texi (Session Commands): Fix typo.
3999
d7ca410a
MB
40002009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
4001
4002 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4003 news.software.readers. Reported by Florian Rehnisch.
4004
c6c76add
GM
40052009-04-02 Glenn Morris <rgm@gnu.org>
4006
4007 * auth.texi: Capitalize direntry.
4008
4009 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4010 using a period in the entry name. (Bug#2797)
4011
35ed8e2e
JB
40122009-03-03 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4015 ($(infodir)/auth, auth.dvi): New targets.
4016
e280480a
GM
40172009-03-03 Glenn Morris <rgm@gnu.org>
4018
4019 * auth.texi: Fix @setfilename.
4020
4021 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4022 (auth, $(infodir)/auth, auth.dvi): New rules.
4023
8a76755b
GM
40242009-02-25 Glenn Morris <rgm@gnu.org>
4025
4026 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
4027
0038d478
MB
40282009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4029
4030 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4031
40322009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4035 gnus-nocem-issuers, and gnus-nocem-verifyer.
4036
867d4bb3
JB
40372009-02-20 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * ada-mode.texi (Project files, Automatic Casing):
4040 * dbus.texi (Signals):
4041 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4042 * mh-e.texi (HTML):
4043 * nxml-mode.texi (Locating a schema)
4044 (Using the document's URI to locate a schema):
4045 * org.texi (Footnotes, Using the mapping API):
4046 * rcirc.texi (Channels): Remove duplicate words.
4047
3a44dc1f
GM
40482009-02-20 Glenn Morris <rgm@gnu.org>
4049
4050 * dired-x.texi (Miscellaneous Commands):
4051 * gnus.texi: Minor updates for mbox Rmail.
4052
5dc584b5
KB
40532009-02-16 Karl Berry <karl@gnu.org>
4054
b59a8457
GM
4055 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4056 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4057 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4058 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4059 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4060 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4061 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4062 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4063 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4064 Consistently use @insertcopying in the Top node,
5dc584b5 4065 @contents at the front (after @end titlepage),
b59a8457 4066 and @direntry after @copying. (Bug#1988)
5dc584b5 4067
9eb59592
MB
40682009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4069
4070 * auth.texi: New file documenting auth-source.
4071
d324fa76
CD
40722009-02-13 Carsten Dominik <dominik@science.uva.nl>
4073
4074 * org.texi (Org Plot): Fix link.
4075
7a603b73
DU
40762009-02-09 Daiki Ueno <ueno@unixuser.org>
4077
4078 * epa.texi (Mail-mode integration): Mention the way to do
4079 "encrypt-to-self". (Bug#1807)
4080
a626b338 40812009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4082
4083 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4084
3b36c17e
MB
40852009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4086
4087 * gnus-news.texi: Print version about Incoming*.
4088
55033558
CD
40892009-02-02 Carsten Dominik <dominik@science.uva.nl>
4090
4091 * org.texi (Structure editing, Handling links)
4092 (Fast access to TODO states, Javascript support): Make standard docs
4093 correctly reflect default variable settings.
4094
ec712abb
GM
40952009-02-02 Glenn Morris <rgm@gnu.org>
4096
4097 * org.texi: Fix typos.
4098
7112648c
MA
40992009-02-01 Michael Albinus <michael.albinus@gmx.de>
4100
4101 Sync with Tramp 2.1.15.
4102
4103 * trampver.texi: Update release number.
4104
2e461fc1
CD
41052009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4106
4107 * org.texi (TODO dependencies): Document TODO dependencies on
4108 checkboxes.
4109
bc283609
CD
41102009-01-30 Carsten Dominik <dominik@science.uva.nl>
4111
4112 * org.texi (TODO dependencies): Document key binding for toggling
4113 ORDERED property.
4114
74fc5047
MA
41152009-01-28 Michael Albinus <michael.albinus@gmx.de>
4116
4117 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4118 of hook functions.
4119
d6685abc
CD
41202009-01-28 Carsten Dominik <dominik@science.uva.nl>
4121
4122 * org.texi (TODO dependencies): New section.
4123
65c439fd
CD
41242009-01-27 Carsten Dominik <dominik@science.uva.nl>
4125
4126 * org.texi (Plain lists, TODO basics, Priorities)
4127 (Multiple sets in one file, Conflicts): Document interaction with
4128 `shift-selection-mode'.
4129
5fafc247
JB
41302009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4131
4132 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4133 Make Calc the subject of sentences.
4134 (Rearranging Formulas using Selections): Discuss new options
4135 for `j *'.
4136
e7433508
MA
41372009-01-26 Michael Albinus <michael.albinus@gmx.de>
4138
4139 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4140
2096a1b6
GM
41412009-01-26 Glenn Morris <rgm@gnu.org>
4142
4143 * org.texi: Fix typos.
4144
0cb61492
BW
41452009-01-26 Bill Wohler <wohler@newt.com>
4146
2096a1b6 4147 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4148
0bd48b37
CD
41492009-01-25 Carsten Dominik <dominik@science.uva.nl>
4150
4151 * org.texi (References): Add information about remote references.
4152 (Built-in table editor): Document `C-c RET' in tables.
4153 (Math symbols, Quoting LaTeX code): Mention that simple
4154 LaTeX macros survive LaTeX export.
4155 (Images in LaTeX export): Show how to create a reference to a
4156 figure.
4157 (Sectioning structure): Document that the LaTeX class can be
4158 specified in a property.
4159 (Text areas in HTML export): New section.
4160 (External links): Add examples for text search and ID links.
4161 (Built-in table editor): Remove the descriptio of `C-c
4162 C-q', it not longer works.
4163 (Literal examples): Document that a space must follow
4164 the colon in short examples.
4165 (Relative timer): Document `org-timer-stop'.
4166 (Footnotes): New section.
4167 (Footnote markup): Shorten section and refer to new Footnote
4168 section.
4169 (Literal examples): Add documentation for line
4170 numbering in and references to code examples.
4171 (CSS support): Fix the description of default CSS styles.
4172 (Capturing column view): Document
4173 "file:path/to/file.org" as an allowed value for the ID property of
4174 a dynamic block copying column view.
4175
49dbbaf2
SE
41762009-01-23 Stephen Eglen <stephen@gnu.org>
4177
4178 * mh-e.texi (Getting Started): Describe $MH.
4179
193e6828
MA
41802009-01-21 Michael Albinus <michael.albinus@gmx.de>
4181
4182 * tramp.texi (all): Harmonize usage of "external method",
4183 "external transfer method" and "out-of-band method".
4184 (Connection types): Precise the differences of inline and external
4185 methods. Written by Adrian Phillips <a.phillips@met.no>.
4186
26b9f88d
MB
41872009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4190 commands as described at the top. Reported by Allan Gottlieb
4191 <gottlieb@nyu.edu>.
4192
41932009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4194
4195 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4196 nnmail-pathname-coding-system.
4197
377952e0
GM
41982009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4199
4200 * org.texi (Relative timer): Fix typo.
4201
a20d3598
JB
42022009-01-15 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4205 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4206
a50253cc
GM
42072009-01-13 Glenn Morris <rgm@gnu.org>
4208
4209 * org.texi: Fix some more typos.
4210
07450bee
GM
42112009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4212
4213 * org.texi: Fix some typos.
4214
e3e955fe
MB
42152009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4216
4217 * gnus.texi (Group Parameters): Add note for local variables.
4218
42192009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4220
0c7efc08
SM
4221 * gnus.texi (Converting Kill Files): Fix URL.
4222 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4223
42242009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4225
4226 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4227 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4228 (Paging the Article): Add index entry.
4229
71dd9983
JB
42302009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4231
4232 * ada-mode.texi (Examples): Delete redundant text.
4233
4a0cf14f
MA
42342009-01-03 Michael Albinus <michael.albinus@gmx.de>
4235
36c8febb 4236 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4237
4238 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4239 addresses.
4240
aedac0f0
BW
42412009-01-03 Bill Wohler <wohler@newt.com>
4242
4243 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4244 kept empty.
4245
4c65b566
CD
42462008-12-20 Carsten Dominik <dominik@science.uva.nl>
4247
4248 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4249 (HTML Export commands, LaTeX/PDF export commands):
4250 Improve documentation about transient-mark-mode.
e9fce1ac 4251 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4252 to fields in the last table row.
4253
e1a78e1e
JL
42542008-12-19 Juri Linkov <juri@jurta.org>
4255
4256 * info.texi (Search Text): Remove mention of removed key binding M-s.
4257
17a0aa82
CD
42582008-12-18 Carsten Dominik <dominik@science.uva.nl>
4259
4260 * org.texi (References): Remove mentioning of @0 as reference for the
4261 last line, this has been reverted in the Lisp sources.
4262
4997d802
JB
42632008-12-17 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4266 (DVI_TARGETS): Remove duplicates. Add sasl.
4267 ($(infodir)/sasl, sasl.dvi): New targets.
4268
33306645
CD
42692008-12-17 Carsten Dominik <dominik@science.uva.nl>
4270
4271 * org.texi: Version number pushed to 6.15d.
4272
db55f368
CD
42732008-12-16 Carsten Dominik <dominik@science.uva.nl>
4274
a0bf4117 4275 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4276 (Images in LaTeX export): New section.
4277 (Inlined images, Images in HTML export): Sections renamed.
4278
dae0a942
MB
42792008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4280
4281 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4282
9f5572e9
MB
42832008-12-04 David Engster <dengste@eml.cc>
4284
4285 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4286 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4287
bc23baaa
CD
42882008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4289
4290 * org.texi (Using the mapping API): Fix bug in mapping example.
4291 (Publishing options): Make the list of properties complete again, in
4292 correspondence to the variable `org-export-plist-vars'.
4293 (Property searches): Document new special values for time comparisons.
4294 (Tag inheritance): Refine the description of tag inheritance.
4295 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4296 (Effort estimates): Document the new relative timer.
bc23baaa 4297
3bf8054f
JB
42982008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4299
4300 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4301 (Using Calc): Clarify use of `C-x * o'.
4302 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4303
ac134f2f
RS
43042008-11-28 Richard M Stallman <rms@gnu.org>
4305
4306 * dbus.texi (Receiving Method Calls): Clean up previous change.
4307
ace706d1
MA
43082008-11-26 Michael Albinus <michael.albinus@gmx.de>
4309
4310 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4311 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4312 `dbus-unescape-from-identifier'.
4313 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4314 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4315 (Signals): Use the constants in the example.
4316
d60b1ba1
CD
43172008-11-24 Carsten Dominik <dominik@science.uva.nl>
4318
b97439ce 4319 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4320
ce4fdcb9
CD
43212008-11-23 Carsten Dominik <dominik@science.uva.nl>
4322
4323 * org.texi (Setting up Remember): Document `org-remember-mode'.
4324 (External links): Document that bbdb links can use a regular
4325 expression.
4326 (External links): Document that elisp links can contain interactive
4327 commands.
4328
c8548a00 43292008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4330
4331 * viper.texi (viper-translate-all-ESC-keysequences):
4332 Description removed.
4333
6a2c4aec
GM
43342008-11-19 Glenn Morris <rgm@gnu.org>
4335
4336 * doclicense.texi: Change to FDL 1.3.
4337 Relicense all texi files under FDL 1.3 or later.
4338
59ee4113
JB
43392008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4340
4341 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4342
59bcbb98 43432008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4344
0c7efc08 4345 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4346
4347 * ediff.texi: Version/date change.
9f90198a 4348
8aa41c9b
CY
43492008-11-14 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4352
17587b1b
JB
43532008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4354
4355 * calc.texi (About This Manual): Comment out a mention of
4356 marginal notes.
4357
564c900e
CD
43582008-11-12 Carsten Dominik <dominik@science.uva.nl>
4359
4360 * org.texi (Clocking work time): Document the :formula property of
4361 clock tables.
4362 (Structure editing, Refiling notes): Document refiling regions.
4363 (Agenda commands): Document the double-prefix version
4364 of the `l' command in the agenda.
4365 (Handling links): Explain the effect of a double prefix
4366 arg to `C-c C-o'.
4367 (TODO basics): Add documentation for tag triggers.
4368
3c4be1f2
GM
43692008-10-23 Glenn Morris <rgm@gnu.org>
4370
4371 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4372 byte-compiling things like `+'.
4373
4374 * ns-emacs.texi: Merge copyright years of author now with assignment
4375 into FSF years.
4376 (VER): Use it for easier automatic updating. Use Emacs version rather
4377 than standalone Emacs.app version.
4378
a6520ff3
CD
43792008-10-12 Carsten Dominik <dominik@science.uva.nl>
4380
864c9740 4381 * org.texi: Lots of minor fixes.
a6520ff3
CD
4382 (Capture): New chapter.
4383 (Org Plot): New section.
4384
db7a4b66
MH
43852008-09-30 Magnus Henoch <mange@freemail.hu>
4386
4387 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4388
4043c194
JB
43892008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4390
4391 * calc.texi (User Defined Units): Mention how to enter optional display
4392 string.
4393
eef5ade7
MB
43942008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4395
0c7efc08 4396 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4397 avoid the "y/n" wording.
4398
e52cac88
MB
43992008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4400
0c7efc08 4401 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4402
44032008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4404
4405 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4406 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4407
00c55306
BW
44082008-09-22 Bill Wohler <wohler@newt.com>
4409
4410 Release MH-E manual version 8.1.
4411
4412 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4413 release 8.1.
4414
4415 * mh-e.texi: Retain dual license as agreed to by the FSF.
4416 However, bump GPL to Version 3.
4417 Use @include for license text.
4418
e52cac88 44192008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4420
4421 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4422 (Store custom flags and keywords, Store arbitrary data):
4423 Clean up markup.
64763fe3
MB
4424
44252008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4426
4427 * gnus.texi (The Gnus Registry): Document it.
4428
9e601b8d
MB
44292008-09-08 David Engster <dengste@eml.cc>
4430
88ee5b02
JB
4431 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4432 Clarify section about choosing back end servers.
9e601b8d 4433
247043f1
GM
44342008-08-23 Glenn Morris <rgm@gnu.org>
4435
4436 * dired-x.texi (Shell Command Guessing):
4437 Mention dired-guess-shell-case-fold-search. (Bug#417)
4438
2bfec7a0
MA
44392008-08-22 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * trampver.texi: Update release number.
4442
247043f1 44432008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4444
4445 * ns-emacs.texi: Update version.
4446 (Introduction): Correct menu location for options save.
4447 (Customization): Note that defaults are stored under org.gnu.Emacs.
4448
8c20bd92
BW
44492008-08-11 Bill Wohler <wohler@newt.com>
4450
4451 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4452 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4453 Henman) (closes SF #1768928).
4454
767a4d92
GM
44552008-08-10 Glenn Morris <rgm@gnu.org>
4456
4457 * ns-emacs.texi: Use @copying. Change copyright of authors with
4458 assignment to FSF. Change license to GFDL.
4459 (Top): Remove outdated references.
4460
6ecfe5c2
MB
44612008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4462
88ee5b02
JB
4463 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4464 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4465 gnus-summary-sort-by-most-recent-date.
4466 (Summary Sorting): Explain prefix argument.
4467
44682008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4469
4470 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4471 gnus-summary-pipe-output.
4472
eb932e8a
MA
44732008-08-03 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * dbus.texi (Receiving Method Calls): Document error handling of own
4476 D-Bus methods.
4477
bfe16263
BW
44782008-08-01 Bill Wohler <wohler@newt.com>
4479
4480 * mh-e.texi (Reading Mail)
9f90198a 4481 (Viewing Attachments): Describe new function
bfe16263
BW
4482 mh-show-preferred-alternative.
4483 (Sending Mail, Redistributing, Sending Message): Describe new hook
4484 mh-annotate-msg-hook.
4485
21956b56
MA
44862008-07-31 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * dbus.texi (Arguments and Signatures): Fix example.
4489 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4490 (Asynchronous Methods): New node.
9f90198a
JB
4491 (Errors and Events): Describe extended layout of `dbus-event'.
4492 New defun `dbus-event-message-type'.
21956b56 4493
7c2fb837
DN
44942008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4495
4496 * ediff.texi: Remove VMS support.
4497
13662773
JB
44982008-07-29 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4501 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4502
ddde0b34
CY
45032008-07-29 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * Makefile.in: Add mairix-el targets.
4506
45072008-07-29 David Engster <deng@randomsample.de>
4508
4509 * mairix-el.texi: New file.
4510
d5875b25
JB
45112008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4512
366b7d44
JB
4513 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4514 project files. Delete 'main_unit' project variable; not needed. Allow
4515 process environment variables wherever project variables are allowed.
4516 Add tutorial section on multiple GNAT project files.
d5875b25 4517
6cbab8ee
MA
45182008-07-27 Michael Albinus <michael.albinus@gmx.de>
4519
4520 Sync with Tramp 2.1.14.
4521
4522 * trampver.texi: Update release number.
4523
9e2a2647
DN
45242008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4525
4526 * ns-emacs.texi:
4527 * faq.texi: Remove mentions of Mac Carbon.
4528
d62672f3
MB
45292008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4530
4531 * gnus.texi (Saving Articles): Describe the 2nd argument of
4532 gnus-summary-save-in-pipe.
4533 (SpamAssassin): Use it.
4534
45352008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4536
4537 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4538
dd12e1c6
CD
45392008-07-25 Carsten Dominik <dominik@science.uva.nl>
4540
4541 * org.texi (Export options): Document the use of the creator flag.
4542
44ce9197
CD
45432008-07-24 Carsten Dominik <dominik@science.uva.nl>
4544
4545 * org.texi: New version 6.06a.
4546
ddd13c5d
JB
45472008-07-23 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4550 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4551
8dc6104d
JB
45522008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4553
4554 * calc.texi (Editing Stack Entries):
4555 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4556 Calc's help functions. Mention fixing typos.
4557 (Customizing Calc): Fix typo.
4558
45592008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4560
4561 * calc.texi (summarykey): New macro. Use to correctly format keys in
4562 the summary.
4563
ddd13c5d 45642008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4565
4566 * ns-emacs.texi (Customization): Corrected documentation on color
4567 specification formats.
4568
568beaa2
AS
45692008-07-19 Andreas Schwab <schwab@suse.de>
4570
db8ef699 4571 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4572
4573 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4574 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4575
cd71b9ae
MA
45762008-07-18 Michael Albinus <michael.albinus@gmx.de>
4577
4578 * dbus.texi (Inspection): Rework, introduce submenus.
4579 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4580 (Properties and Annotations, Arguments and Signatures): New nodes.
4581
9b7993b4
MA
45822008-07-13 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * dbus.texi (Receiving Method Calls): Fix description of
4585 `dbus-register-method'.
4586 (Signals): Allow also signal arguments for filtering in
4587 `dbus-register-signal'.
4588
241d447b
JB
45892008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4590
4591 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4592 `cnorm'.
4593 (Arithmetic Tutorial): Simplify the verification of prime factors.
4594
adb46650
MB
45952008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4596
4597 * gnus.texi (Saving Articles): Mention
4598 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4599
92e15881
JB
46002008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4601
4602 * calc.texi: Adjust mode line throughout.
4603
ea597303
JB
46042008-06-28 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * sasl.texi (Mechanisms): Fix typos.
4607
aee08080
JB
46082008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4609
4610 * calc.texi (Killing from the stack): Mention using normal Emacs
4611 copying.
4612
a06a4a12
MA
46132008-06-21 Michael Albinus <michael.albinus@gmx.de>
4614
0c7efc08 4615 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4616 Add `auth-source' mechanism.
a06a4a12
MA
4617 (Connection caching): Tramp reopens the connection automatically,
4618 when the operating system on the remote host has been changed.
4619
7389398d
EZ
46202008-06-20 Eli Zaretskii <eliz@gnu.org>
4621
4622 * makefile.w32-in (distclean): Remove makefile.
4623
b349f79f
CD
46242008-06-17 Carsten Dominik <dominik@science.uva.nl>
4625
3f9b4c2b 4626 * org.texi (Using the mapping API): New section.
b349f79f 4627 (Agenda column view): New section.
3f9b4c2b 4628 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4629 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4630 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4631
46322008-06-17 Jason Riedy <jason@acm.org>
4633
4634 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4635 function, and efmt may be a two-argument function.
4636 (Radio tables): Document multiple destinations.
4637
cd5c05d2
GM
46382008-06-16 Glenn Morris <rgm@gnu.org>
4639
4640 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4641 Add Cover-Texts.
4642
debf4439
GM
46432008-06-15 Glenn Morris <rgm@gnu.org>
4644
4645 * faq.texi (VER): Update to 23.0.60.
4646
4647 * mh-e.texi: Remove option of licensing under GPL.
4648 Add Cover-Texts to GFDL permissions notice.
4649 (GPL): Remove section.
4650 (GFDL): Include doclicense.texi rather than the actual text.
4651
4652 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4653 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4654
4655 * sasl.texi: Fix output file name.
4656
4657 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4658
4659 * gnus-coding.texi: Refer to license in Gnus manual.
4660
4661 * idlwave.texi, sasl.texi: Use @copying.
4662
4663 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4664
4665 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4666
4667 * url.texi: Use @copying, @title, @subtitle, @author.
4668
4669 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4670 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4671 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4672 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4673 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4674 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4675 * widget.texi, woman.texi:
4676 Remove references to external license, since doclicense is included.
4677
4678 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4679 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4680 Remove references to non-existent Invariant Sections.
4681
091f8bc1
GM
46822008-06-14 Glenn Morris <rgm@gnu.org>
4683
4684 * faq.texi (Major packages and programs): Remove references to external
4685 Supercite, Calc, VIPER, since they have been included for some time.
4686 Update VM, AUCTeX, BBDB entries.
4687
47bcb4d3
UJ
46882008-06-14 Ulf Jasper <ulf.jasper@web.de>
4689
4690 * newsticker.texi: Updated to match latest newsticker changes.
4691
6f093307
GM
46922008-06-13 Glenn Morris <rgm@gnu.org>
4693
4694 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4695 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4696 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4697 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4698 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4699 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4700 * woman.texi:
4701 Update Back-Cover Text as per maintain.info.
4702
2b968687
MB
47032008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4704
4705 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4706
4707 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4708 (gnus-faq.xml): Update repository host.
4709
2b968687
MB
4710 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4711
47122008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4713
4714 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4715 Fix a typo.
4716
47172008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4718
4719 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4720 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4721 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4722
47232008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4724
4725 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4726 coding standards.
4727
47282008-06-14 David Engster <dengste@eml.cc>
4729
4730 * gnus.texi (nnmairix): Markup fixes.
4731
e6d2d263
MB
47322008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4733
2b968687 4734 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4735
47362008-06-05 David Engster <dengste@eml.cc>
4737
4738 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4739
47402008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4741
b344d29d 4742 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4743 (Searching, nnir, nnmairix): New stub nodes.
4744
ad231df6 47452008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4746
4747 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4748
f394fa25
MB
47492008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4752
58333467
MB
47532008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4754
4755 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4756
67525fb9
JY
47572008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4758
4759 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4760
0549d8fc
JB
47612008-05-06 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * info.texi (Top): Fix typo in xref.
4764
149a3837
KB
47652008-05-05 Karl Berry <karl@gnu.org>
4766
4767 * info.texi (Top): @xref to stand-alone manual.
4768
3a23a519
MB
47692008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4770
4771 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4772 (Various Summary Stuff): Fix typo in last xref.
4773
0a29fbf3
JB
47742008-05-02 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * org.texi (Moving subtrees): Fix typo.
4777
586b90f1
MA
47782008-04-28 Michael Albinus <michael.albinus@gmx.de>
4779
4780 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4781 Tramp via `tramp-mode'.
4782
b5af9883
CD
47832008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4784
4785 * org.texi: Massive changes, in many parts of the file.
4786
d55fe5bb
MB
47872008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4788
4789 * gnus.texi (Oort Gnus): Add message-fill-column.
4790
47912008-04-12 Adrian Aichner <adrian@xemacs.org>
4792
4793 * gnus.texi (Mail Source Specifiers): Typo fix.
4794
47952008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4796
4797 * gnus.texi (Diary Headers Generation): Update key binding for
4798 `gnus-diary-check-message'.
4799
48002008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4801
4802 * gnus.texi (Emacsen): Addition.
4803
48042008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4805
4806 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4807
48082008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4809
4810 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4811
48122008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-news.texi: Update tool bar item.
4815
48162008-04-09 Sven Joachim <svenjoac@gmx.de>
4817
4818 * gnus-news.texi: Fix typos.
4819
76c109c3
JB
48202008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4821
222027f2 4822 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4823 Add mention of `kron'.
4824
d5fbd5a6
MO
48252008-04-01 Daiki Ueno <ueno@unixuser.org>
4826
0c7efc08
SM
4827 * epa.texi (Encrypting/decrypting *.gpg files):
4828 Document epa-file-name-regexp.
d5fbd5a6 4829
fbcbb58c
KY
48302008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4831
4832 * gnus.texi (Example Methods): Fix description about ssh-agent.
4833 (Indirect Functions): Fix the default value of nntp-telnet-command;
4834 remove link to connect.html.
4835
134ce16c
MA
48362008-03-30 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4839 dbus-call-method.
4840 (Receiving Method Calls): The timeout can be set by the calling client.
4841
da1975d7
MA
4842 * trampver.texi: Update release number.
4843
2e4089ab
RS
48442008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4845
4846 * gnus.texi (Top): Fix version. Add SASL.
4847
70cab5a9
MA
48482008-03-29 Michael Albinus <michael.albinus@gmx.de>
4849
4850 Sync with Tramp 2.1.13.
4851
4852 * trampver.texi: Update release number.
4853
5bc6ddff
MB
48542008-03-29 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * org.texi: Update to new org-mode website.
4857
48582008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4861
9b3ebcb6
MB
48622008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4865 gnus-read-ephemeral-gmane-group-url,
4866 gnus-read-ephemeral-emacs-bug-group,
4867 gnus-read-ephemeral-debian-bug-group.
4868
48692008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4870
4871 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4872
4873 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4874 Add FIXMEs for Bookmarks and gnus-registry-marks.
4875
48762008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4877
4878 * gnus.texi (Smileys): Document `smiley-style'.
4879
48802008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4881
4882 * gnus.texi (Gnus Development): Clarify difference between ding and
4883 gnu.emacs.gnus.
4884 (MIME Commands, Using MIME, RSS): Fix markup.
4885
4886 * gnus-faq.texi ([8.4]): Ditto.
4887
48882008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4889
4890 * gnus.texi (Emacsen): Remove obsolete stuff.
4891
48922008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4893
4894 * gnus.texi (Oort Gnus): Add version info WRT
4895 `mail-source-delete-incoming'.
4896
48972008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4898
4899 * gnus.texi (Top): Add "Other related manuals" and version info in
4900 `iftex' output.
4901 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4902 gnus-balloon-face-0 and the corresponding format specifiers.
4903
608d6a81
MA
49042008-03-26 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * tramp.texi (Filename completion): Remove footnote about let-bind
4907 of `partial-completion-mode'. It doesn't work this way.
4908
27a6f132
SM
49092008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * pcl-cvs.texi (Contributors): Update my email.
4912
4a7c4c40
MA
49132008-03-21 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4916
2940c053
BW
49172008-03-17 Bill Wohler <wohler@newt.com>
4918
4919 * mh-e.texi (Viewing): Update URL for adding header fields to
4920 mh-invisible-header-fields-default.
4921
30864d5f
BW
49222008-03-16 Bill Wohler <wohler@newt.com>
4923
4924 * mh-e.texi (Preface): Add Gnus to requirements.
4925 (Forwarding): Note that forwarded MIME messages are now inline.
4926
31fe2b00
SM
49272008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4930 (Common Variables): Give precedence to the netcat methods over the
4931 telnet methods, and mention that they are more reliable.
31fe2b00 4932
5e97c626
CD
49332008-03-13 Carsten Dominik <dominik@science.uva.nl>
4934
4935 * org.texi (Exporting Agenda Views): Document agenda export to
4936 iCalendar.
4937 (Progress logging): Document the new progress logging stuff.
4938
37a68866
MB
49392008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4940
4941 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4942 Update for change of `mail-source-delete-incoming'.
4943
4944 * gnus-news.texi: Ditto.
4945
8f7abae3
MB
49462008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4947
4948 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4949 custom versions.
4950
af379c86
AM
49512008-03-07 Alan Mackenzie <acm@muc.de>
4952
4953 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4954 parens/brackets in a k&r region is limited.
4955
3d0f8a67
MB
49562008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4957
4958 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4959 using different Emacs versions.
4960
52151df0
GM
49612008-02-27 Glenn Morris <rgm@gnu.org>
4962
4963 * sc.texi: Remove a lot of old and obsolete info.
4964 (titlepage): Simplify.
4965 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4966 (VM with any Emacsen, GNEWS with any Emacsen)
4967 (Overloading for Non-conforming MUAs, Version 3 Changes)
4968 (The Supercite Mailing List): Delete nodes.
4969 (Introduction): Remove info about old packages.
4970 (Getting Connected): Simplify. Remove info about old packages.
4971 (Citing Commands): Delete Emacs 19 info.
4972 (Hints to MUA Authors): Simplify.
4973 (Thanks and History): Merge in some info from the deleted node
4974 "Version 3 Changes".
4975
b03f96dc
MB
49762008-02-05 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * org.texi (Setting tags, In-buffer settings):
4979 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4980
52bec650
MB
49812008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4984 installation directory name.
4985
34a3c587
RF
49862008-02-12 Romain Francoise <romain@orebokech.com>
4987
4988 * epa.texi (Overview): Fix typo.
4989
5a8d03e9
MO
49902008-02-11 Daiki Ueno <ueno@unixuser.org>
4991
4992 * epa.texi (Quick start): Remove the .emacs setting.
4993
f1914c40
MO
49942008-02-10 Daiki Ueno <ueno@unixuser.org>
4995
4996 * epa.texi (Quick start): Use the command `epa-enable' instead of
4997 loading `epa-setup'.
4998
bca98fc9
JB
49992008-02-08 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5002 ($(infodir)/epa, epa.dvi): New targets.
5003
4b01af2e
MO
50042008-02-08 Daiki Ueno <ueno@unixuser.org>
5005
5006 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5007
5008 * epa.texi: New manual documenting the EasyPG Assistant.
5009
06c0751a
MA
50102008-02-06 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5013 (Inspection): New function dbus-ping.
5014
7dcccd7b
MA
50152008-02-05 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * tramp.texi (Remote processes): Add `shell-command'.
5018
a1da1e37
MB
50192008-01-28 Michael Sperber <sperber@deinprogramm.de>
5020
5021 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5022 (Group Parameters): Document `mail-source' parameter.
5023
c9d8f746
MA
50242008-01-27 Michael Albinus <michael.albinus@gmx.de>
5025
5026 * tramp.texi (Inline methods): The hostname of the su(do)? methods
5027 must be a local host.
5028
15db4a13
MO
50292008-01-26 Michael Olson <mwolson@gnu.org>
5030
5031 * erc.texi: Update version for ERC 5.3 release.
5032 (Obtaining ERC): Update extras URLs for 5.3.
5033 (Development): Write instructions for git, and remove those for Arch.
5034 (History): Mention the switch to git.
5035
2bc43980
KB
50362008-01-24 Karl Berry <karl@gnu.org>
5037
bca98fc9
JB
5038 * info.texi (Search Index, Search Text): Mention the command
5039 character in the section name, a la the (Go to node) node.
2bc43980 5040
d2e4a6c9
MA
50412008-01-21 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5044
0b6799c3
MB
50452008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5046
5047 * gnus-news.texi: Mention gnus-article-describe-bindings.
5048
50492008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5050
5051 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5052
db9c3fb1 50532008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 5054
7b4d0413 5055 * org.texi (Property inheritance): New section.
db9c3fb1 5056 (Conventions): New section.
7b4d0413 5057 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
5058 commands, and the new bindings for refiling.
5059 (Sparse trees): Document the new special command for sparse trees.
5060 (References): Be more clear about the counting of hilines.
5061 (Handling links): Document M-p/n for accessing links.
5062 (Fast access to TODO states): New section.
5063 (Per file keywords): New section.
5064 (Property inheritance): New section.
5065 (Column attributes): New summary types.
5066 (Capturing Column View): New section.
5067 (The date/time prompt): Cover the new features in the date/time prompt.
5068 Compactify the table of keys for the calendar remote control.
5069 (Clocking work time): Document the new :scope parameter.
5070 (Remember): Promoted to chapter.
5071 (Quoted examples): New section.
5072 (Enhancing text): New verbatim environments.
5073
6ed73f28
MA
50742008-01-14 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * trampver.texi: Update release number.
5077
95838435
MB
50782008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5079
0c7efc08
SM
5080 * gnus.texi (Article Keymap):
5081 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5082 gnus-article-reply-with-original and
5083 gnus-article-followup-with-original.
5084
20234d96
GM
50852008-01-09 Glenn Morris <rgm@gnu.org>
5086
5087 * nxml-mode.texi: Add @copying section.
5088
d82cf70b
MB
50892008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5090
5091 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5092 Server". Add `message-send-mail-with-mailclient'.
5093
5094 * gnus.texi (Posting Server): Move some text to "(message)Mail
5095 Variables" and add a reference here.
5096
addb7f2e
MA
50972008-01-04 Michael Albinus <michael.albinus@gmx.de>
5098
5099 * dbus.texi (Receiving Method Calls): New chapter.
5100 (Errors and Events): Add serial number to events. Replace "signal" by
5101 "message". Introduce dbus-event-serial-number.
5102
4db2806c
MA
51032008-01-03 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * dbus.texi (Type Conversion): Explain the type specification for empty
5106 arrays. Use another example.
5107
c9ecb5a7
MA
51082007-12-30 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * dbus.texi (all): Replace "..." by @dots{}.
5111 (Type Conversion): Precise the value range for :byte types.
5112 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5113 Mention its return value.
5114 (Errors and Events): There is no D-Bus error propagation during event
5115 processing.
5116
702dbfd9
JB
51172007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5118
5119 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5120 New sections.
5121
87035689
MB
51222007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5123
5124 * gnus.texi (Group Parameters): Reorder the text and add a note about
5125 `gnus-parameters' near the beginning of the node.
5126
51272007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5128
5129 * gnus.texi (Score File Editing): Fix function name.
5130
5492f5ca
MA
51312007-12-23 Michael Albinus <michael.albinus@gmx.de>
5132
5133 Sync with Tramp 2.1.12.
5134
5135 * trampver.texi: Update release number.
5136
d4e67bc5
MA
51372007-12-22 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * dbus.texi (Type Conversion): Correct input parameters mapping.
5140
6a31c819
MA
51412007-12-21 Michael Albinus <michael.albinus@gmx.de>
5142
5143 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5144 (Errors and Events): Mention wrong-type-argument error.
5145
99a3e35f
AS
51462007-12-21 Alex Schroeder <alex@gnu.org>
5147
5148 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5149 spaces. Fixed some typos.
99a3e35f
AS
5150 (Internet Relay Chat): Explain relay.
5151 (Getting started with rcirc): Change items to reflect prompts.
5152 Add more explanation to rcirc-track-minor-mode and added a comment to
5153 warn future maintainers that this section is a copy.
0c7efc08 5154 (People): Change /ignore example.
62b12a24 5155 (Keywords): Not keywords.
99a3e35f 5156
331e4d02
AS
51572007-12-20 Alex Schroeder <alex@gnu.org>
5158
5159 * rcirc.texi (Top): Fighting Information Overload chapter added.
5160 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5161 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5162 (Fighting Information Overload): New chapter documenting /keyword,
5163 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5164 (Configuration): Document rcirc-server-alist, remove
5165 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5166
cd71c3ef
MA
51672007-12-16 Michael Albinus <michael.albinus@gmx.de>
5168
5169 * dbus.texi (Signals): Fix example in dbus-register-signal.
5170
bbbe940b
MB
51712007-12-14 Sven Joachim <svenjoac@gmx.de>
5172
5173 * gnus.texi (Score Variables): Fix typo.
5174
0ce574ef
MA
51752007-12-07 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5178 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5179 (Errors and Events): Adapt dbus-event.
5180
b890d447
MB
51812007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5182
5183 * gnus.texi (Other Files): Add the yenc command.
5184
51852007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5186
5187 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5188 since 2004-08-06.
5189
51902007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5191
5192 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5193 on body.
5194
51952007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5196
5197 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5198 and rfc2047-allow-irregular-q-encoded-words; fix description of
5199 rfc2047-encode-encoded-words.
5200
52012007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5202
5203 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5204
3728bf03
MO
52052007-12-05 Michael Olson <mwolson@gnu.org>
5206
5207 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5208 Update documentation for `remember-diary-file'.
5209
a4397af9
MA
52102007-12-04 Michael Albinus <michael.albinus@gmx.de>
5211
5212 * dbus.texi (Signals): Precise `dbus-register-signal'.
5213 (Errors and Events): Rework events part, the internal structure of
5214 dbus-event has changed.
5215
1682490c
JB
52162007-12-03 Juanma Barranquero <lekktu@gmail.com>
5217
5218 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5219 ($(infodir)/dbus, dbus.dvi): New targets.
5220
7b13a0f2
MA
52212007-12-03 Michael Albinus <michael.albinus@gmx.de>
5222
5223 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5224 unconditionally.
5225
5226 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5227 emulation with @print{}.
5228
7ef92bc9
RS
52292007-12-02 Richard Stallman <rms@gnu.org>
5230
5231 * dbus.texi (Overview): Minor cleanup.
5232
22d8ac3a
MA
52332007-12-02 Michael Albinus <michael.albinus@gmx.de>
5234
d3a8e0df
MA
5235 * Makefile.in (INFO_TARGETS): Add dbus.
5236 (DVI_TARGETS): Add dbus.dvi.
5237 (dbus, dbus.dvi): New targets.
5238
22d8ac3a
MA
5239 * dbus.texi: New file.
5240
559764ab
RF
52412007-11-24 Romain Francoise <romain@orebokech.com>
5242
5243 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5244 Fix file name to match @setfilename.
559764ab 5245
ac97a16b
MH
52462007-11-23 Mark A. Hershberger <mah@everybody.org>
5247
5248 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5249 ($(infodir)/nxml-mode): New rule.
5250
5251 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5252 ($(infodir)/nxml-mode): New rule.
5253 (clean): Add nxml-mode*.
5254
5255 * nxml-mode.texi: New file with nxml manual.
5256
404cd454
GM
52572007-11-18 Richard Stallman <rms@gnu.org>
5258
5259 * flymake.texi (Example -- Configuring a tool called directly):
5260 Update example.
5261
b048d478
MA
52622007-11-18 Michael Albinus <michael.albinus@gmx.de>
5263
5264 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5265 double-slash behavior. Explain directory contents flushing.
b048d478 5266
346e8469
JB
52672007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5268
5269 * calc.texi (TeX and LaTeX Language Modes): Put in
5270 missing braces.
5271
404cd454
GM
52722007-11-15 Richard Stallman <rms@gnu.org>
5273
5274 * cl.texi (Equality Predicates): Delete `eql'.
5275 (Predicates, Naming Conventions, Top): Delete `eql'.
5276 (Common Lisp Compatibility): Delete `eql'.
5277 (Porting Common Lisp): Delete obsolete backquote info.
5278 Minor clarification about character constants.
5279 (Sequence Basics): Minor clarification.
5280
1f6af58b
JB
52812007-11-15 Juanma Barranquero <lekktu@gmail.com>
5282
dccb744b 5283 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5284 * tramp.texi (Filename completion): Fix typos.
5285
3bc88bc9
JB
52862007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5287
5288 * calc.texi (Basic commands): Mention the menu.
5289
bc5300d3
MA
52902007-11-12 Michael Albinus <michael.albinus@gmx.de>
5291
5292 * tramp.texi (Connection caching): Tramp flushes connection
5293 properties when remote operating system has been changed.
5294
4d8a28ec
MB
52952007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5296
5297 * gnus-news.texi: Fix spelling.
5298 `message-insert-formatted-citation-line', not
5299 `message-insert-formated-citation-line'.
5300
404cd454
GM
5301 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5302
e1176b47
MA
53032007-11-07 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5306 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5307 (Frequently Asked Questions): Add code example for highlighting the
5308 mode line.
5309
6159985a
MO
53102007-11-03 Michael Olson <mwolson@gnu.org>
5311
5312 * remember.texi: Change mentions of remember-buffer to
5313 remember-finalize throughout.
5314
bec9b2f5
MO
53152007-10-30 Michael Olson <mwolson@gnu.org>
5316
5317 * remember.texi (Copying): Remove.
5318 (Mailbox): Update with non-BBDB instructions.
5319 (Diary, Org): Add.
5320 (Bibliography, Planner Page): Remove.
5321
b6173182
JB
53222007-10-30 Juanma Barranquero <lekktu@gmail.com>
5323
5324 * makefile.w32-in (INFO_TARGETS): Add remember.
5325 (DVI_TARGETS): Add remember.dvi.
5326 ($(infodir)/remember): New rule.
5327 (clean): Add remember*.
5328
15f3eb73
MO
53292007-10-30 Michael Olson <mwolson@gnu.org>
5330
70bdc930
MO
5331 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5332 ($(infodir)/remember): New rule that builds the Remember Manual.
5333
b6173182
JB
5334 * remember.texi: New file containing the Remember Mode Manual.
5335 Shuffle chapters around after initial import.
7d3f6f1a
MO
5336 (Function Reference): Split Keystrokes into separate chapter.
5337 (Keystrokes): Document C-c C-k.
51d24a12 5338 (Introduction): Fix typographical issue with "---".
15f3eb73 5339
404cd454
GM
53402007-10-29 Richard Stallman <rms@gnu.org>
5341
5342 * widget.texi (Introduction): Delete discussion of implementation
5343 internals.
5344
9bbb9638
MA
53452007-10-29 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * tramp.texi (Connection caching): Host names must be different
5348 when tunneling.
5349
c7ff939a
RS
53502007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5351
5352 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5353 Gnus v5.13.
5354
01c52d31
MB
53552007-10-28 Miles Bader <miles@gnu.org>
5356
5357 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5358
01c52d31
MB
53592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5360
0c7efc08
SM
5361 * gnus.texi (Sorting the Summary Buffer):
5362 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5363
53642007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5365
5366 * gnus.texi (Non-ASCII Group Names): New node.
5367 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5368 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5369
c8763fb6 53702007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5371
5372 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5373 clean the output of the program `imap-shell-program'.
5374
53752007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5376
5377 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5378
53792007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5380
5381 * gnus.texi (Sticky Articles): Documentation for sticky article
5382 buffers.
5383
c8763fb6 53842007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5385
5386 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5387
53882007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5391
53922007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5393
0c7efc08
SM
5394 * gnus.texi (Archived Messages):
5395 Document gnus-update-message-archive-method.
01c52d31
MB
5396
53972007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5400
c8763fb6 54012007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5402
0c7efc08
SM
5403 * gnus.texi (Group Maneuvering):
5404 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5405
54062007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5407
0c7efc08
SM
5408 * gnus.texi (Really Various Summary Commands):
5409 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5410
54112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5412
5413 * gnus.texi, message.texi: Bump version number.
5414
54152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5416
5417 * gnus.texi (Group Line Specification, Misc Group Stuff)
5418 (Server Commands): Parenthesize @pxref{Mail Spool}.
5419
54202007-10-28 Didier Verna <didier@xemacs.org>
5421
5422 New user option: message-signature-directory.
5423 * message.texi (Insertion Variables): Document it.
5424 * gnus.texi (Posting Styles): Ditto.
5425
54262007-10-28 Didier Verna <didier@xemacs.org>
5427
5428 * gnus.texi (Group Line Specification):
5429 * gnus.texi (Misc Group Stuff):
5430 * gnus.texi (Server Commands): Document the group compaction feature.
5431
54322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5433
5434 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5435
5436 * message.texi (Various Message Variables): Add message-fill-column.
5437
54382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5439
5440 * gnus.texi: Untabify.
5441
54422007-10-28 Didier Verna <didier@xemacs.org>
5443
5444 * gnus.texi (Group Parameters): Document the posting-style merging
5445 process in topic-mode.
5446
54472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5448
5449 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5450
54512007-10-28 Romain Francoise <romain@orebokech.com>
5452
5453 * gnus.texi (Mail Spool): Fix typo.
5454 Update copyright.
5455
54562007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5457
5458 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5459
54602007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5461
5462 * gnus.texi (Summary Generation Commands):
5463 Add gnus-summary-insert-ticked-articles.
5464
54652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5466
b2abec73
JB
5467 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5468 to spam-spamassassin-program.
01c52d31
MB
5469
54702007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5471
5472 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5473
54742007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5477
54782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5479
5480 * message.texi (Mail Headers): Document `opportunistic'.
5481
54822007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * emacs-mime.texi (Encoding Customization): Explain how to set
5485 mm-coding-system-priorities per hierarchy.
5486
54872007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5488
5489 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5490 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5491
54922007-10-28 Didier Verna <didier@xemacs.org>
5493
5494 * message.texi (Wide Reply): Update documentation of
5495 message-dont-reply-to-names (now allowing a list of regexps).
5496
54972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
5499 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5500
55012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5502
5503 * gnus.texi (SpamAssassin back end): Fix typo.
5504
5505 * sieve.texi (Examples): Fix grammar.
5506
55072007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5508
5509 * gnus.texi (Searching for Articles): Document M-S and M-R.
5510 (Limiting): Document / b.
5511
55122007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * gnus.texi (Thread Commands): T M-^.
5515
55162007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5517
5518 * message.texi (Mail Aliases): Document ecomplete.
5519 (Mail Aliases): Fix typo.
5520
55212007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5522
5523 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5524 fix typo.
5525
55262007-10-28 Romain Francoise <romain@orebokech.com>
5527
5528 * gnus.texi (Mail Spool): Grammar fix.
5529
55302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5531
5532 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5533 string.
5534
55352007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5536
5537 * gnus.texi (Group Parameters): Fix description.
5538
55392007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5540
b2abec73
JB
5541 * gnus.texi (Gmane Spam Reporting):
5542 Fix spam-report-gmane-use-article-number.
5543 Add spam-report-user-mail-address.
01c52d31
MB
5544
55452007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5548
55492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5550
5551 * gnus.texi (Group Parameters): Add simplified sorting example based on
5552 example for `Sorting the Summary Buffer' from Jari Aalto
5553 <jari.aalto@cante.net>.
5554 (Example Methods): Add example for an indirect connection.
5555
55562007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5557
0c7efc08 5558 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5559 (Agent Parameters): Updated parameter names to match code.
5560 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5561 'gnus-agent-summary-fetch-series'.
5562 (Agent and flags): New section providing a generalized discussion
5563 of flag handling.
0c7efc08
SM
5564 (Agent and IMAP): Remove flag discussion.
5565 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5566
55672007-10-28 Romain Francoise <romain@orebokech.com>
5568
5569 * gnus.texi (Exiting the Summary Buffer): Add new function
5570 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5571
55722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5573
5574 * gnus.texi (Conformity): Fix typo.
5575 (Customizing Articles): Document `first'.
5576
55772007-10-28 Jari Aalto <jari.aalto@cante.net>
5578
5579 * gnus.texi (Sorting the Summary Buffer):
5580 Add `gnus-thread-sort-by-date-reverse'. Add example
5581 host to different sorting in NNTP and RSS groups.
5582
55832007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * message.texi (Insertion): Describe prefix for
5586 message-mark-inserted-region and message-mark-insert-file.
5587
55882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5589
5590 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5591 LaTeX documents. Describe "text/x-gnus-verbatim".
5592
55932007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5594
b2abec73 5595 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5596 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5597 (spam-stat spam filtering, SpamOracle)
0c7efc08 5598 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5599 clarity.
5600
56012007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5604 gnus-article-delete-part and gnus-article-replace-part.
5605 (Using MIME): Add gnus-mime-replace-part.
5606
56072007-10-28 Romain Francoise <romain@orebokech.com>
5608
5609 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5610 requires `auto-compression-mode' to be enabled. Add new nnml
5611 variable `nnml-compressed-files-size-threshold'.
5612
56132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5614
0c7efc08
SM
5615 * gnus.texi (Sorting the Summary Buffer):
5616 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5617
56182007-10-28 Romain Francoise <romain@orebokech.com>
5619
5620 * message.texi (Insertion Variables): Mention new variable
5621 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5622 documentation accordingly.
5623
56242007-10-28 Romain Francoise <romain@orebokech.com>
5625
5626 * gnus.texi (To From Newsgroups): Mention new variables
5627 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5628
56292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5630
5631 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5632 stuff; gnus-mime-inline-part does the automatic decompression.
5633
56342007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5635
5636 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5637 "training.ham" should be "training.spam".
01c52d31
MB
5638
56392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5640
5641 * message.texi (Mail Variables): Fix the default value for
5642 message-send-mail-function.
5643
56442007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5645
5646 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5647 always returns nil exceptionally.
5648
56492007-10-28 Simon Josefsson <jas@extundo.com>
5650
0c7efc08
SM
5651 * gnus.texi (Article Washing): Add libidn URL.
5652 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5653
56542007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5655
5656 * gnus.texi (Topic Commands): Fix next/previous.
5657
56582007-10-28 Simon Josefsson <jas@extundo.com>
5659
5660 * gnus.texi (Article Washing): Mention `W i'.
5661
c8763fb6 56622007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5663
5664 * gnus.texi (Group Parameters): Slight extension of sieve
5665 parameter description.
5666
56672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5670 matching score files as well.
5671 (Picons): Describe `gnus-picon-style'.
5672
56732007-10-28 Romain Francoise <romain@orebokech.com>
5674
5675 * message.texi (Message Headers): Mention that headers are hidden
5676 using narrowing, and how to expose them.
5677 Update copyright.
5678
56792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5680
5681 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5682 `gnus-summary-sort-by-recipient'.
5683
56842007-10-28 Romain Francoise <romain@orebokech.com>
5685
5686 * gnus.texi (NNTP marks): New node.
5687 (NNTP): Move NNTP marks variables to the new node.
5688
56892007-10-28 Jesper Harder <harder@ifa.au.dk>
5690
b2abec73 5691 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5692
5693 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5694
56952007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5696
b2abec73 5697 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5698 everywhere for consistency.
b2abec73
JB
5699 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5700 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5701 Say "regular expression" instead of "regex." Admonish.
5702 Pick other words to sound better (s/so/thus/).
5703 (Spam ELisp Package Filtering of Incoming Mail):
5704 Mention statistical filters. Remove old TODO.
01c52d31 5705 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5706 New section on sorting and displaying the spam score.
5707 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5708 backend but an alias to spam-use-BBDB.
5709 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5710 new backend functionality.
5711
57122007-10-28 Simon Josefsson <jas@extundo.com>
5713
5714 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5715 nntp-marks-directory, from Romain Francoise
5716 <romain@orebokech.com>.
5717
57182007-10-28 Magnus Henoch <mange@freemail.hu>
5719
5720 * gnus.texi (Hashcash): New default value of
5721 hashcash-default-payment.
5722
57232007-10-28 Simon Josefsson <jas@extundo.com>
5724
5725 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5726 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5727
57282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5729
0c7efc08 5730 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5731
57322007-10-28 Simon Josefsson <jas@extundo.com>
5733
5734 * gnus.texi (documentencoding): Add, to avoid warnings.
5735
57362007-10-28 Simon Josefsson <jas@extundo.com>
5737
5738 * message.texi (Mail Headers): Add.
5739
5740 * gnus.texi (Hashcash): Fix.
5741
57422007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5743
0c7efc08 5744 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5745 that payments can be verified and fix the name of the
b2abec73 5746 hashcash-path variable.
01c52d31
MB
5747
57482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5749
b2abec73 5750 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5751
57522007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5753
5754 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5755
57562007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5757
5758 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5759 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5760 warning about ham processors in spam groups removed.
01c52d31
MB
5761
57622007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5763
0c7efc08 5764 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5765 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5766
57672007-10-28 Jesper Harder <harder@ifa.au.dk>
5768
5769 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5770 (Mailing List): Typo.
5771 (Customizing Articles): Add gnus-treat-ansi-sequences.
5772 (Article Washing): Index.
5773
5774 * message.texi: Use m-dash consistently.
5775
57762007-10-28 Jesper Harder <harder@ifa.au.dk>
5777
5778 * gnus.texi (GroupLens): Remove.
5779
57802007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5781
0c7efc08
SM
5782 * gnus.texi (Outgoing Messages, Agent Variables):
5783 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5784 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5785
57862007-10-28 Jesper Harder <harder@ifa.au.dk>
5787
5788 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5789
57902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5791
5792 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5793
5794 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5795
57962007-10-28 Simon Josefsson <jas@extundo.com>
5797
5798 * gnus.texi (Top): Add SASL.
5799
404cd454
GM
58002007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5801
5802 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5803
58042007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5805
5806 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5807
0edd2970
JB
58082007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5809
5810 * calc.texi (Formulas, Composition Basics): Lower the
5811 precedence of negation.
5812
a9afba20
JY
58132007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5814
5815 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5816 Mention the new three-letter column identifiers.
5817 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5818 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5819 message when using `c' on an empty default with default printer.
5820 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5821 renamed to `ses--symbolic-formulas' some time ago.
5822
45b778a6
JB
58232007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5824
5825 * calc.texi (Default Simplifications, Making Selections)
5826 (Customizing Calc): Clarify associativity of multiplication.
5827
03b5bade
MA
58282007-10-23 Michael Albinus <michael.albinus@gmx.de>
5829
5830 * tramp.texi (Traces and Profiles): Simplify loop over
5831 `trace-function-background'.
5832
e658c8ee
JL
58332007-10-22 Juri Linkov <juri@jurta.org>
5834
5835 * dired-x.texi (Shell Command Guessing): Default values are now
5836 available by typing M-n instead of M-p.
5837
dd753688
MA
58382007-10-21 Michael Albinus <michael.albinus@gmx.de>
5839
5840 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5841 (Password caching): Remove `tramp-clear-passwd'.
5842 It's not a command anymore.
dd753688
MA
5843 (Bug Reports): Add `tramp-bug' to function index.
5844 (Function Index, Variable Index): New nodes.
5845 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5846
5847 * trampver.texi: Update release number.
5848
4bb49b43
JB
58492007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5850
8b296cdd 5851 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5852 about integer size into past tense.
5853 (Time Zones): Remove pointer to Calc author's address.
5854 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5855 and hyperbolic cotangent. Fix typo.
4bb49b43 5856
311dd93f
MA
58572007-10-10 Michael Albinus <michael.albinus@gmx.de>
5858
5859 Sync with Tramp 2.1.11.
5860
5861 * trampver.texi: Update release number.
5862
ea3fc256
MA
58632007-10-06 Michael Albinus <michael.albinus@gmx.de>
5864
5865 * tramp.texi (External packages): New section.
5866
1af74d06
MB
58672007-09-29 Juri Linkov <juri@jurta.org>
5868
5869 * info.texi (Help-Int): Document `L' (`Info-history').
5870
0e2806fa
SM
58712007-09-26 Carsten Dominik <dominik@science.uva.nl>
5872
5873 * org.texi: Change links to webpage and maintained email.
5874 (Remember): Promote to Chapter, significant changes.
5875 (Fast access to TODO states): New section.
5876 (Faces for TODO keywords): New section.
5877 (Export options): Example for #+DATE.
5878 (Progress logging): Section moved.
5879
567b9191
BW
58802007-09-26 Bill Wohler <wohler@newt.com>
5881
5882 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5883 browse-url-at-mouse.
5884
1af74d06
MB
58852007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5886
5887 * flymake.texi (Customizable variables): Face names don't end in -face.
5888 Fix flymake-err-line-patterns template.
5889 (Example -- Configuring a tool called directly): Fix init-function.
5890 (Highlighting erroneous lines): Face names don't end in -face.
5891
d60a4e3a 58922007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5893
5894 * erc.texi (Special-Features): Fix small typo.
5895
7d7a3510
MA
58962007-09-14 Michael Albinus <michael.albinus@gmx.de>
5897
5898 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5899 and "External transfer methods".
5900
285f0d3a
JB
59012007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5902
5903 * calc.texi (Predefined Units): Add some history.
5904
526dc846
MO
59052007-09-08 Michael Olson <mwolson@gnu.org>
5906
87e04f16
JB
5907 * erc.texi (Copying): New section included from gpl.texi.
5908 This matches the look of the upstream ERC manual.
526dc846 5909
f10d0e80
JB
59102007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5911
87e04f16 5912 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5913 (Random Numbers): Clarify the distribution of `random'.
5914
4009494e
GM
59152007-09-06 Glenn Morris <rgm@gnu.org>
5916
f1fc42aa 5917 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5918 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5919 Change all setfilename commands to use ../../info.
5920 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5921 refer to the Emacs manual here.
5922 (infodir): New variable.
5923 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5924 (cc-mode.texi, faq.texi): Update references to source file locations.
5925 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5926 do not refer to the Emacs manual here.
5927 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5928
5929 * Makefile.in: Add `basename' versions of all info targets, for
5930 convenience when rebuilding just one manual.
5931 (../etc/GNU): Delete obsolete target.
5932 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5933 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5934 *.vrs *.toc here...
5935 (maintainer-clean): ...from here.
4009494e
GM
5936
5937 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5938
2de53ca6
GM
59392007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5940
5941 * calc.texi (Date Conversions): Clarify definition of
5942 Julian day numbering.
5943 (Date Forms): Clarify definition of Julian day numbering;
5944 add some history.
5945
59462007-08-30 Carsten Dominik <dominik@science.uva.nl>
5947
87e04f16 5948 * org.texi: Version 5.07.
2de53ca6
GM
5949
59502007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5951
5952 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5953
59542007-08-22 Carsten Dominik <dominik@science.uva.nl>
5955
5956 * org.texi (Adding hyperlink types): New section.
5957 (Embedded LaTeX): Chapter updated because of LaTeX export.
5958 (LaTeX export): New section.
5959 (Using links out): New section.
5960
59612007-08-22 Glenn Morris <rgm@gnu.org>
5962
5963 * faq.texi (Learning how to do something): Refcards now in
5964 etc/refcards/ directory.
5965
59662007-08-22 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * tramp.texi (Remote Programs): Persistency file must be cleared when
5969 changing `tramp-remote-path'.
5970 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5971 macro.
5972
59732007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5974
5975 * calc.texi: Move contents to beginning of file.
5976 (Algebraic Entry): Fix the formatting of an example.
5977
59782007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5979
5980 * calc.texi (Basic Operations on Units): Mention exact versus
5981 inexact conversions.
5982
59832007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5984
5985 * calc.texi (Basic Operations on Units): Mention default
5986 values for new units.
5987 (Quick Calculator Mode): Mention that binary format will
5988 be displayed.
5989
59902007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5993
59942007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5995
5996 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5997
59982007-08-08 Glenn Morris <rgm@gnu.org>
5999
6000 * gnus.texi, sieve.texi: Replace `iff'.
6001
60022007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6003
6004 * calc.texi (Basic Graphics): Mention the graphing of error
6005 forms.
6006 (Graphics Options): Mention how `g s' handles error forms.
6007 (Curve Fitting): Mention plotting the curves.
6008 (Standard Nonlinear Models): Add additional models.
6009 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6010 (Linear Fits): Correct result.
6011
60122007-08-01 Alan Mackenzie <acm@muc.de>
6013
6014 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6015 to "--no-site-file".
6016
60172007-07-29 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * tramp.texi (Frequently Asked Questions): Point to mode line
6020 extension in Emacs 23.1.
6021
6022 * trampver.texi: Update release number.
6023
60242007-07-27 Glenn Morris <rgm@gnu.org>
6025
6026 * calc.texi (Copying): Include license text from gpl.texi, rather than
6027 in-line.
6028
60292007-07-25 Glenn Morris <rgm@gnu.org>
6030
6031 * calc.texi (Copying): Replace license with GPLv3.
6032
6033 * Relicense all FSF files to GPLv3 or later.
6034
60352007-07-22 Michael Albinus <michael.albinus@gmx.de>
6036
6037 Sync with Tramp 2.1.10.
6038
6039 * tramp.texi (trampfn): Expand macro implementation in order to handle
6040 empty arguments.
6041 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 6042 occurrences by trampfn.
2de53ca6 6043 (Frequently Asked Questions): Extend example code for host
b2abec73 6044 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
6045 file names to be typed.
6046
6047 * trampver.texi: Update release number.
6048
60492007-07-17 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6052 section. Reported by <poti@potis.org>.
6053 (Remote processes): Arguments of the program to be debugged are taken
6054 literally.
6055 (Frequently Asked Questions): Simplify recentf example.
6056
60572007-07-14 Karl Berry <karl@gnu.org>
6058
6059 * info.texi (@copying): New Back-Cover Text.
6060
6061 * info.texi (Quitting Info): Move to proper place in source.
6062 (Reported by Benno Schulenberg.)
6063
60642007-07-13 Eli Zaretskii <eliz@gnu.org>
6065
6066 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6067
6068 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6069
6070 * emacs-mime.texi: Add @documentencoding directive.
6071
60722007-07-12 Nick Roberts <nickrob@snap.net.nz>
6073
6074 * tramp.texi (Remote processes): Add an anchor to the subsection
6075 "Running a debugger on a remote host".
6076
60772007-07-12 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * tramp.texi (Remote processes): Don't call it "experimental" any
6080 longer. Add subsection about running a debugger on a remote host.
6081
60822007-07-10 Carsten Dominik <dominik@science.uva.nl>
6083
6084 * org.texi (Properties and columns): Chapter rewritten.
6085
60862007-07-08 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * tramp.texi:
6089 * trampver.texi: Migrate to Tramp 2.1.
6090
60912007-07-02 Carsten Dominik <dominik@science.uva.nl>
6092
6093 * org.texi (Properties): New chapter.
6094
60952007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6098 Control Panel.
6099
6100 * gnus.texi (Misc Article): Add index entry for
6101 gnus-single-article-buffer.
6102
61032007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6104
6105 * gnus.texi (Starting Up): Fix typo.
6106
61072007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * gnus.texi (Asynchronous Fetching): Fix typo.
6110
61112007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6112
6113 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6114 (About This Manual): Remove redundant information.
6115 (Getting Started): Mention author.
6116 (Basic Arithmetic, Customizing Calc): Make description of the
6117 variable `calc-multiplication-has-precedence' match its new effect.
6118
61192007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6120
0c7efc08
SM
6121 * calc.texi (Basic Arithmetic, Customizing Calc):
6122 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6123
61242007-06-19 Carsten Dominik <dominik@science.uva.nl>
6125
6126 * org.texi (Tag): Section swapped with node Timestamps.
6127 (Formula syntax for Lisp): Document new `L' flag.
6128
61292007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6130
6131 * gnus.texi (Misc Group Stuff, Summary Buffer)
6132 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6133
61342007-06-06 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6137 * gnus.texi (Article Buttons, Mail Source Customization)
6138 (Sending or Not Sending, Customizing NNDiary):
6139 * message.texi (Message Headers):
6140 * mh-e.texi (HTML): Fix typos.
6141
61422007-06-07 Michael Albinus <michael.albinus@gmx.de>
6143
6144 Sync with Tramp 2.0.56.
6145
6146 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6147 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6148
61492007-06-02 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * Version 22.1 released.
6152
61532007-05-26 Michael Olson <mwolson@gnu.org>
6154
6155 * erc.texi (Modules): Fix references to completion modules.
6156
61572007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6158
6159 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6160
61612007-05-09 Didier Verna <didier@xemacs.org>
6162
6163 * gnus.texi (Email Based Diary): New. Proper documentation for the
6164 nndiary back end and the gnus-diary library.
6165
61662007-05-03 Karl Berry <karl@gnu.org>
6167
6168 * .cvsignore (*.pdf): New entry.
6169
6170 * texinfo.tex: Update from current version for better pdf generation.
6171
61722007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6173
6174 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6175
61762007-04-28 Glenn Morris <rgm@gnu.org>
6177
6178 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6179 consideration of legal status.
6180
61812007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6182
6183 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6184
61852007-04-24 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * faq.texi (New in Emacs 22): python.el removed.
6188
61892007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6190
6191 * calc.texi (Reporting bugs): Update maintainer's address.
6192
61932007-04-22 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6196
61972007-04-15 Jay Belanger <belanger@truman.edu>
6198
6199 * calc.texi (Title page): Remove the date.
6200 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6201 (The Standard Calc Interface): Change trail title.
6202 (Floats): Mention that when non-decimal floats are entered, only
6203 approximations are stored.
6204 (Copying): Move to the appendices.
6205 (GNU Free Documentation License): Add as an appendix.
6206
62072007-04-15 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6210 * dired-x.texi, ebrowse.texi, ediff.texi:
6211 * emacs-mime.texi, erc.texi, eshell.texi:
6212 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6213 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6214 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6215 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6216 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6217 * woman.texi: Include GFDL.
6218
6219 * doclicense.texi: Remove node heading, so that it can be included by
6220 other files.
6221
6222 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6223
6224 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6225 than *.
6226
62272007-04-14 Carsten Dominik <dominik@science.uva.nl>
6228
6229 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6230 in Calc.
6231
62322007-04-09 Romain Francoise <romain@orebokech.com>
6233
6234 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6235 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6236 replace mouse-2.
6237
62382007-04-08 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6241 renamed to woman-use-topic-at-point. Document new behavior.
6242
62432007-04-08 Richard Stallman <rms@gnu.org>
6244
6245 * url.texi: Fix some indexing.
6246 (Disk Caching): Drop discussion of old/other Emacs versions.
6247
62482007-04-07 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * url.texi (Disk Caching): Say Emacs 21 "and later".
6251
6252 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6253 on Font locking which now mentions JIT lock.
6254
62552007-04-01 Michael Olson <mwolson@gnu.org>
6256
6257 * erc.texi: Update for the ERC 5.2 release.
6258
62592007-03-31 David Kastrup <dak@gnu.org>
6260
6261 * woman.texi (Topic, Interface Options): Explain changes semantics of
6262 woman-manpath in order to consider MANPATH_MAP entries.
6263
62642007-03-31 Eli Zaretskii <eliz@gnu.org>
6265
6266 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6267
62682007-03-26 Richard Stallman <rms@gnu.org>
6269
6270 * pgg.texi (Caching passphrase): Clean up previous change.
6271
62722007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6273
6274 * gnus.texi (Setting Process Marks): Fix typo.
6275
62762007-03-25 Romain Francoise <romain@orebokech.com>
6277
6278 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6279 readability, and include various fixes by Daniel Brockman, Nick Roberts
6280 and Dieter Wilhelm.
6281
62822007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6283
6284 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6285
6286 * gnus.texi (Mail Source Specifiers): Fix typo.
6287
62882007-03-22 Ralf Angeli <angeli@caeruleus.net>
6289
6290 * reftex.texi (Imprint): Update maintainer information.
6291
62922007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6293
6294 * message.texi (Message Buffers): Update documentation for
6295 message-generate-new-buffers.
6296
62972007-03-15 Daiki Ueno <ueno@unixuser.org>
6298
6299 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6300
63012007-03-21 Glenn Morris <rgm@gnu.org>
6302
6303 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6304
63052007-03-19 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * eshell.texi (Known problems): Emacs 21 -> 22.
6308
6309 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6310
63112007-03-18 Jay Belanger <belanger@truman.edu>
6312
6313 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6314
63152007-03-12 Glenn Morris <rgm@gnu.org>
6316
6317 * calc.texi (Time Zones): Switch to new North America DST rule.
6318
6319 * calc.texi: Replace "daylight savings" with "daylight
6320 saving" in text throughout.
6321
63222007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6323
6324 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6325 The variable now uses a list of symbols instead of just a symbol.
6326 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6327
63282007-03-06 Romain Francoise <romain@orebokech.com>
6329
6330 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6331 new packages, and mention Gnus update.
6332
63332007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6334
6335 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6336 nntp-open-connection-functions-never-echo-commands.
6337
63382007-02-27 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6341 problems on the console, and security risk in not using gpg-agent.
6342
63432007-02-25 Carsten Dominik <dominik@science.uva.nl>
6344
0c7efc08 6345 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6346 Completely reorganized and rewritten.
6347 (CamelCase links): Section removed.
6348 (Repeating items): New section.
6349 (Tracking TODO state changes): New section.
6350 (Agenda views): Chapter reorganized and rewritten.
6351 (HTML export): Section rewritten.
6352 (Tables in arbitrary syntax): New section.
6353 (Summary): Better feature summary.
6354 (Activation): Document problem with cut-and-paste of Lisp code
6355 from PDF files.
6356 (Visibility cycling): Document indirect buffer use.
6357 (Structure editing): Document sorting.
6358 (Remember): Section rewritten.
6359 (Time stamps): Better description of time stamp types.
6360 (Tag searches): Document regular expression search for tags.
6361 (Stuck projects): New section.
6362 (In-buffer settings): New keywords.
6363 (History and Acknowledgments): Updated description.
6364
63652007-02-24 Alan Mackenzie <acm@muc.de>
6366
6367 * cc-mode.texi (Movement Commands): Insert two missing command names.
6368 (Getting Started): Slight wording correction (use conditional).
6369
63702007-02-22 Kim F. Storm <storm@cua.dk>
6371
6372 * widget.texi (User Interface, Basic Types): Document need to put some
6373 text before the %v escape in :format string in editable-field widget.
6374
63752007-02-18 Romain Francoise <romain@orebokech.com>
6376
6377 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6378 `cvs-mode-quit'.
6379
63802007-02-10 Markus Triska <markus.triska@gmx.at>
6381
6382 * widget.texi (Programming Example): Put constant strings in :format.
6383
63842007-02-07 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * faq.texi (Fullscreen mode on MS-Windows): New node.
6387
63882007-02-04 David Kastrup <dak@gnu.org>
6389
6390 * faq.texi (AUCTeX): Update version number. Should probably be done
6391 for other packages as well.
6392
63932007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6394
6395 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6396 <tassilo@member.fsf.org>.
6397
63982007-01-27 Eli Zaretskii <eliz@gnu.org>
6399
6400 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6401 ls-lisp-use-localized-time-format.
6402
64032007-01-20 Markus Triska <markus.triska@gmx.at>
6404
6405 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6406
64072007-01-13 Michael Olson <mwolson@gnu.org>
6408
6409 * erc.texi (Modules): Mention capab-identify module.
6410
64112007-01-05 Michael Olson <mwolson@gnu.org>
6412
6413 * erc.texi (Getting Started): Update for /RECONNECT command.
6414
64152007-01-04 Richard Stallman <rms@gnu.org>
6416
6417 * ebrowse.texi: Change C-c b to C-c C-m.
6418
64192007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6422 variables only in info to avoid redundant entries in the printed
6423 manual.
6424
64252007-01-02 Daiki Ueno <ueno@unixuser.org>
6426
6427 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6428
64292007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * message.texi (Security): Split into sub-nodes.
6432
64332007-01-01 Alan Mackenzie <acm@muc.de>
6434
6435 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6436 eval-after-load in Emacs <=21 and a workaround. Document that
6437 trigraphs are not supported.
6438
64392007-01-01 Alan Mackenzie <acm@muc.de>
6440
6441 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6442 c-context-line-break. When invoked within a string, preserve
6443 whitespace. Add a backslash only when also in a macro.
6444
64452007-01-01 Alan Mackenzie <acm@muc.de>
6446
6447 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6448
64492007-01-01 Alan Mackenzie <acm@muc.de>
6450
6451 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6452 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6453
64542007-01-01 Alan Mackenzie <acm@muc.de>
6455
6456 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6457 "Choosing a Style".
6458
6459 * cc-mode.texi ("Styles"): Add @dfn{style}.
6460
64612006-12-30 Michael Albinus <michael.albinus@gmx.de>
6462
6463 Sync with Tramp 2.0.55.
6464
6465 * trampver.texi: Update release number.
6466
64672006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6468
6469 * gnus.texi (Customizing Articles): Add index entries for all
6470 gnus-treat-* variables.
6471
c8763fb6 64722006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6473
6474 * gnus.texi (IMAP): Fix incorrect explanation of
6475 nnimap-search-uids-not-since-is-evil in documentation for
6476 nnimap-expunge-search-string.
6477
64782006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6479
6480 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6481 spam-ifile-database.
6482
64832006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6484
6485 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6486 rebind C-s.
6487
c8763fb6 64882006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6489
6490 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6491 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6492 "expiring mail".
6493 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6494 nnimap-nov-is-evil.
6495
64962006-12-25 Kevin Ryde <user42@zip.com.au>
6497
6498 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6499 about the key procedure being used heavily.
6500
65012006-12-24 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6504 to t.
6505 (Prerequisites): Add explanation about gpg-agent.
6506
65072006-12-22 Kevin Ryde <user42@zip.com.au>
6508
6509 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6510 "sort" instead of "sort*".
6511
65122006-12-19 Richard Stallman <rms@gnu.org>
6513
6514 * calc.texi (History and Acknowledgements): Recognize that Emacs
6515 now does have floating point.
6516
65172006-12-19 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * tramp.texi (External transfer methods): Describe new method `scpc'.
6520
65212006-12-17 Sascha Wilde <wilde@sha-bang.de>
6522
6523 * pgg.texi: Added short note on gpg-agent to the introduction.
6524
65252006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6526
6527 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6528 also applies to Cc.
6529
65302006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6531
6532 * gnus.texi (X-Face): Clarify. Say which programs are required
6533 on Windows.
6534
65352006-12-08 Michael Olson <mwolson@gnu.org>
6536
6537 * erc.texi (Modules): Remove documentation for list module.
6538
c8763fb6 65392006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6540
6541 * faq.texi (^M in the shell buffer): Ditto.
6542
65432006-11-20 Michael Olson <mwolson@gnu.org>
6544
6545 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6546
65472006-11-17 Carsten Dominik <dominik@science.uva.nl>
6548
6549 * org.texi: Fix typos.
6550 (Agenda commands): Document `C-k'.
6551
65522006-11-16 Eli Zaretskii <eliz@gnu.org>
6553
6554 * url.texi (http/https): Fix a typo in the HTTP URL.
6555
65562006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6557
6558 * ada-mode.texi: Total rewrite.
6559
65602006-11-13 Carsten Dominik <dominik@science.uva.nl>
6561
6562 * org.texi: Minor typo fixes.
6563
65642006-11-13 Bill Wohler <wohler@newt.com>
6565
6566 Release MH-E manual version 8.0.3.
6567
6568 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6569 release 8.0.3.
6570
6571 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6572 to set MAILDIR.
6573 (Reading Mail): Document the customization of read-mail-command
6574 for MH-E.
6575 (Viewing Attachments): Document mm-discouraged-alternatives.
6576 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6577 (Junk): Add more information about the settings of mh-junk-background
6578 in a program. Add /usr/bin/mh to PATH in examples.
6579
65802006-11-12 Richard Stallman <rms@gnu.org>
6581
6582 * woman.texi: Update author address but say he no longer maintains it.
6583
65842006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6585
6586 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6587 archived trees.
6588 (Checkboxes): Section moved to chapter 5, and extended.
6589 (The date/time prompt): New section.
6590 (Link abbreviations): New section.
6591 (Presentation and sorting): New section.
6592 (Custom agenda views): Section completely rewritten.
6593 (Summary): Compare with Planner.
6594 (Feedback): More info about creating backtraces.
6595 (Plain lists): Modified example.
6596 (Breaking down tasks): New section.
6597 (Custom time format): New section.
6598 (Time stamps): Document inactive timestamps.
6599 (Setting tags): More details about fast tag selection.
6600 (Block agenda): New section.
6601 (Custom agenda views): Section rewritten.
6602 (Block agenda): New section.
6603
66042006-11-07 Michael Albinus <michael.albinus@gmx.de>
6605
6606 * tramp.texi (Configuration): scp is the default method.
6607 (Default Method): Use ssh as example for another method.
6608
66092006-10-27 Richard Stallman <rms@gnu.org>
6610
6611 * woman.texi: Downcase nroff/troff/roff.
6612 (Installation): Chapter deleted. Some xrefs deleted.
6613 (Background): woman doesn't advise man ;-).
6614
c8763fb6 66152006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6616
6617 * ada-mode.texi (Project files, Identifier completion)
6618 (Automatic Casing, Debugging, Using non-standard file names)
6619 (Working Remotely): Fix typos.
6620
66212006-10-20 Masatake YAMATO <jet@gyve.org>
6622
0c7efc08 6623 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6624 sample code `my-c-initialization-hook'.
6625
66262006-10-19 Stuart D. Herring <herring@lanl.gov>
6627
6628 * widget.texi: Fix typos.
6629
66302006-10-19 Michael Albinus <michael.albinus@gmx.de>
6631
6632 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6633 "???". There have been no complaints for years, so the information
6634 must be appropriate.
6635
66362006-10-16 Richard Stallman <rms@gnu.org>
6637
6638 * widget.texi: Use @var instead of capitalization.
6639 Clarify many widget type descriptions.
6640
66412006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6642
6643 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6644 gnus-dired-attach.
6645 (Selecting a Group): Fix typo.
6646
c8763fb6 66472006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6648
6649 * widget.texi: Fix typos.
6650
66512006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6652
6653 * gnus.texi (Image Enhancements): Update for Emacs 22.
6654
6655 * gnus-faq.texi ([1.3]): Update.
6656
66572006-10-06 Richard Stallman <rms@gnu.org>
6658
6659 * faq.texi (Displaying the current line or column):
6660 Delete "As of Emacs 20".
6661
66622006-10-06 Romain Francoise <romain@orebokech.com>
6663
6664 * faq.texi (VM): VM works with Emacs 22 too.
6665
66662006-10-06 Richard Stallman <rms@gnu.org>
6667
6668 * ebrowse.texi: Remove Emacs version "21" from title.
6669
66702006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6671
6672 * gnus.texi (Foreign Groups): Say where change of editing commands are
6673 stored. Add reference to `gnus-parameters'.
6674
66752006-09-15 Jay Belanger <belanger@truman.edu>
6676
6677 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6678 Change "Library Public License" to "Lesser Public License"
6679 throughout. Use "yyyy" to represent year.
6680
66812006-09-15 Carsten Dominik <dominik@science.uva.nl>
6682
6683 * org.texi (Setting tags): Typo fix.
6684
66852006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6686
6687 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6688
66892006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6690
6691 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6692
66932006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6694
6695 * faq.texi (Escape sequences in shell output): EMACS is now set
6696 to Emacs's absolute file name, not to "t".
6697 (^M in the shell buffer): Likewise.
6698 * misc.texi (Interactive Shell): Likewise.
6699
67002006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6703 mails with pop3-leave-mail-on-server. Fix wording.
6704 (Limiting): Improve gnus-summary-limit-to-articles.
6705 (X-Face): Fix typo.
6706
67072006-09-11 Simon Josefsson <jas@extundo.com>
6708
6709 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6710 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6711
67122006-09-06 Simon Josefsson <jas@extundo.com>
6713
6714 * smtpmail.texi (Authentication): Mention SSL.
6715
67162006-09-01 Eli Zaretskii <eliz@gnu.org>
6717
6718 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6719 Don't use @indicateurl.
6720
6721 * cc-mode.texi (Subword Movement): Don't use @headitem.
6722 (Custom Braces, Clean-ups): Don't use @tie.
6723
67242006-08-29 Michael Albinus <michael.albinus@gmx.de>
6725
6726 Sync with Tramp 2.0.54.
6727
6728 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6729 Suggested by Adrian Phillips <a.phillips@met.no>.
6730
67312006-08-15 Carsten Dominik <dominik@science.uva.nl>
6732
6733 * org.texi (Installation, Activation): Split from Installation and
6734 Activation.
6735 (Clocking work time): Documented new features.
6736
67372006-08-13 Alex Schroeder <alex@gnu.org>
6738
6739 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6740 example.
6741
67422006-08-12 Eli Zaretskii <eliz@gnu.org>
6743
6744 * faq.texi (How to add fonts): New node.
6745
67462006-08-05 Romain Francoise <romain@orebokech.com>
6747
6748 * faq.texi (New in Emacs 22): Expand.
6749
67502006-08-03 Michael Olson <mwolson@gnu.org>
6751
6752 * erc.texi: Update for ERC 5.1.4.
6753
67542006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6755
6756 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6757 in .../site-lisp/gnus/ by default.
6758 [ From gnus-news.texi in the trunk. ]
6759
67602006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6761
6762 * gnus.texi (MIME Commands): Additions for yEnc.
6763
67642006-07-24 Richard Stallman <rms@gnu.org>
6765
6766 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6767 * faq.texi: Move periods and commas inside quotes.
6768
67692006-07-20 Jay Belanger <belanger@truman.edu>
6770
6771 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6772
67732006-07-18 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * faq.texi (Security risks with Emacs): Document Emacs 22
6776 file-local-variable mechanism.
6777
67782006-07-12 Michael Olson <mwolson@gnu.org>
6779
6780 * erc.texi: Update for ERC 5.1.3.
6781
67822006-07-12 Alex Schroeder <alex@gnu.org>
6783
6784 * rcirc.texi: Fix typos.
6785 (Getting started with rcirc): New calling convention for M-x irc.
6786 Mention #rcirc. Removed channel tracking.
0c7efc08 6787 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6788 recently, eg. rcirc-server to rcirc-default-server. Added
6789 documentation for rcirc-authinfo, some background for Bitlbee, and
6790 rcirc-track-minor-mode.
0c7efc08 6791 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6792 Scrolling.
0c7efc08 6793 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6794 to match code changes.
6795
67962006-07-10 Nick Roberts <nickrob@snap.net.nz>
6797
6798 * gnus.texi, message.texi: Fix typos.
6799
68002006-07-07 Carsten Dominik <dominik@science.uva.nl>
6801
6802 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6803 commands.
6804 (Global TODO list): Document the use of the variables
6805 `org-agenda-todo-ignore-scheduled' and
6806 `org-agenda-todo-list-sublevels'.
6807
68082006-07-05 Richard Stallman <rms@gnu.org>
6809
6810 * faq.texi (Scrolling only one line): Fix xref.
6811
68122006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6813
6814 * faq.texi (Evaluating Emacs Lisp code):
6815 Throughout, replace eval-current-buffer with eval-buffer.
6816
68172006-07-03 Richard Stallman <rms@gnu.org>
6818
6819 * rcirc.texi (Scrolling conservatively): Fix xref.
6820
6821 * pcl-cvs.texi (Viewing differences): Usage fix.
6822
68232006-07-03 Carsten Dominik <dominik@science.uva.nl>
6824
6825 * org.texi (Agenda commands): Document `s' key to save all org-mode
6826 buffers.
6827
68282006-06-30 Ralf Angeli <angeli@caeruleus.net>
6829
6830 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6831 names. Mention `cvs-msg' face.
6832
68332006-06-29 Carsten Dominik <dominik@science.uva.nl>
6834
6835 * org.texi (Checkboxes): New section.
6836
68372006-06-28 Carsten Dominik <dominik@science.uva.nl>
6838
6839 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6840 throughout this chapter.
6841
68422006-06-27 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6845 text for standalone vs Emacs info.
6846 (Help): Clarify header line description. Use mouse-1 for clicks.
6847 (Help-P): Use mouse-1 for clicks.
6848 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6849 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6850 (Choose menu subtopic): Remove gratuitous Emacs command names.
6851 (Help-FOO): Put usual behavior first.
6852 (Help-Xref): Clicking on xrefs works in Emacs.
6853 (Search Text): Clarify what the default behavior is.
6854 (Create Info buffer): Fix Emacs window/X window confusion.
6855 (Emacs Info Variables): Fix for new Emacs init file behavior.
6856
68572006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6858
6859 * gnus.texi (Summary Buffer Lines): Fix typo.
6860
68612006-06-23 Carsten Dominik <dominik@science.uva.nl>
6862
6863 * org.texi (Embedded LaTeX): New chapter.
6864 (Archiving): Section rewritten.
6865 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6866
68672006-06-20 Bill Wohler <wohler@newt.com>
6868
6869 Release MH-E manual version 8.0.1.
6870
6871 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6872 release 8.0.1.
6873 (Preface): Depend on GNU mailutils 1.0 and higher.
6874
68752006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6876
6877 * message.texi (News Headers): Update message-syntax-checks section.
6878
68792006-06-19 Karl Berry <karl@gnu.org>
6880
6881 * info.texi (Advanced): Mention C-q, especially with ?.
6882
68832006-06-19 Carsten Dominik <dominik@science.uva.nl>
6884
6885 * org.texi (Publishing links): Document the `:link-validation-function'
6886 property.
6887 (Extensions and Hacking): New chapter, includes some sections of the
6888 "Miscellaneous" chapter.
6889
68902006-06-10 Carsten Dominik <dominik@science.uva.nl>
6891
6892 * org.texi (Progress logging): New section.
6893
2de53ca6
GM
68942006-06-06 Carsten Dominik <dominik@science.uva.nl>
6895
6896 * org.texi (ASCII export): Document indentation adaptation.
6897 (Setting tags): Document mutually-exclusive tags.
6898
68992006-06-05 Romain Francoise <romain@orebokech.com>
6900
6901 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6902 Fix typo.
6903
6904 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6905 channel (#gnus@irc.freenode.net).
6906 Fix typos. Update copyright notice.
6907
6908 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6909 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6910 (Line-Up Functions, Custom Macros):
6911 * ediff.texi (Window and Frame Configuration)
dccb744b 6912 (Highlighting Difference Regions):
2de53ca6
GM
6913 * emacs-mime.texi (Display Customization):
6914 * erc.texi (History):
6915 * eshell.texi (Known problems):
6916 * eudc.texi (Overview, BBDB):
6917 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6918 (The problem of spam, SpamOracle, Extending the Spam package)
6919 (Conformity, Terminology):
dccb744b 6920 * idlwave.texi (Routine Info)
2de53ca6
GM
6921 (Class and Keyword Inheritance, Padding Operators)
6922 (Breakpoints and Stepping, Electric Debug Mode)
6923 (Examining Variables, Troubleshooting):
6924 * org.texi (Creating timestamps):
6925 * reftex.texi (Commands, Options, Changes):
6926 * tramp.texi (Inline methods, Password caching)
6927 (Auto-save and Backup, Issues):
6928 * vip.texi (Files, Commands in Insert Mode):
6929 * viper.texi (Emacs Preliminaries, States in Viper)
6930 (Packages that Change Keymaps, Viper Specials, Groundwork):
6931 Fix various typos.
6932
69332006-05-31 Michael Ernst <mernst@alum.mit.edu>
6934
6935 * ediff.texi: Fix typos.
6936
69372006-05-30 Carsten Dominik <dominik@science.uva.nl>
6938
6939 * org.texi: Small typo fixes.
6940
fff84c22
JB
69412006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * viper.texi (Viper Specials):
6944 * gnus.texi (Example Setup):
6945 * faq.texi (Backspace invokes help):
6946 * dired-x.texi (Optional Installation Dired Jump):
6947 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6948 follow coding conventions.
6949
2de53ca6
GM
69502006-05-29 Michael Albinus <michael.albinus@gmx.de>
6951
6952 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6953
69542006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6955
6956 * pcl-cvs.texi: Fix typos.
6957 (Customization): Say "us".
6958
69592006-05-26 Eli Zaretskii <eliz@gnu.org>
6960
6961 * org.texi: Remove bogus @setfilename.
6962
69632006-05-26 Carsten Dominik <dominik@science.uva.nl>
6964
6965 * org.texi (ASCII export): Omit command name.
6966 (HTML export): Add prefix to all lines in Local Variable example.
6967 (Acknowledgments): Typeset names in italics.
6968
69692006-05-24 Carsten Dominik <dominik@science.uva.nl>
6970
6971 * org.texi (Plain lists): Add new item navigation commands.
6972 (External links): Document elisp and info links.
6973 (Custom searches): New section.
6974 (Publishing): New chapter.
6975 (HTML export): Include a list of supported CSS classes.
6976 (Setting tags): Describe the fast-tag-setting interface.
6977
69782006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6979
6980 * dired-x.texi: ifinfo -> ifnottex.
6981
69822006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6985
69862006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6987
6988 * message.texi (Interface): Add tool bar customization.
6989 (MIME): Index and text additions for mml-attach.
6990 (MIME): Describe mml-dnd-protocol-alist and
6991 mml-dnd-attach-options.
6992
6993 * gnus.texi (Oort Gnus): Reorder entries in sections.
6994 Fix some entries.
6995 (Starting Up): Add references to "Emacs for Heathens" and to
6996 "Finding the News". Add user-full-name and user-mail-address.
6997 (Group Buffer Format): Add tool bar customization and update.
6998 (Summary Buffer): Add tool bar customization.
6999 (Posting Styles): Add message-alternative-emails.
7000
70012006-05-09 Michael Albinus <michael.albinus@gmx.de>
7002
7003 * tramp.texi (Filename completion): Improve wording.
7004
70052006-05-07 Romain Francoise <romain@orebokech.com>
7006
7007 * faq.texi (Using regular expressions): Fix typo.
7008 (Packages that do not come with Emacs): Fix capitalization.
7009 (Replacing text across multiple files): Expand node to explain how
7010 to use `dired-do-query-replace-regexp' in more detail, based on
7011 suggestion by Eric Hanchrow <offby1@blarg.net>.
7012
70132006-05-06 Michael Albinus <michael.albinus@gmx.de>
7014
7015 * tramp.texi (Filename completion): Completion of remote files'
7016 method, user name and host name is active only in partial
7017 completion mode.
7018
70192006-05-06 Bill Wohler <wohler@newt.com>
7020
7021 Release MH-E manual version 8.0.
7022
7023 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7024 release 8.0.
7025
70262006-05-06 Bill Wohler <wohler@newt.com>
7027
7028 * mh-e.texi (MH-BOOK-HOME): Change from
7029 http://www.ics.uci.edu/~mh/book/mh to
7030 http://rand-mh.sourceforge.net/book/mh.
7031 Replace .htm suffix with .html for MH book files.
7032 (Using This Manual): Update key binding for getting relevant
7033 chapter in Info from command key.
7034 (Ranges): Fix itemx.
7035
70362006-05-05 Karl Berry <karl@gnu.org>
7037
7038 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7039 (\fonttextsize): New user-level command to change text font size.
7040
70412006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
7042
7043 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
7044
70452006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7046
7047 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7048
70492006-04-24 Bill Wohler <wohler@newt.com>
7050
7051 * mh-e.texi (Getting Started): Make it more explicit that you need
7052 to install MH. Add pointers to current MH implementations.
7053
70542006-04-21 Bill Wohler <wohler@newt.com>
7055
7056 Release MH-E manual version 7.94.
7057
7058 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7059 release 7.94.
7060
70612006-04-21 Carsten Dominik <dominik@science.uva.nl>
7062
7063 * org.texi: Many small fixes.
7064 (Handling links): Rename from "Managing links".
7065
70662006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7067
7068 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7069 (Splitting mail using spam-stat): Fix @xref.
7070
70712006-04-20 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7074 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7075
70762006-04-20 Carsten Dominik <dominik@science.uva.nl>
7077
7078 * org.texi (Time stamps): Better explanation of the purpose of
7079 different time stamps.
7080 (Structure editing, Plain lists): More details on how new items
7081 and headings are inserted.
7082
70832006-04-18 Carsten Dominik <dominik@science.uva.nl>
7084
7085 * org.texi (Formula syntax): Fix link to Calc Manual.
7086
70872006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7090
70912006-04-17 Bill Wohler <wohler@newt.com>
7092
7093 * mh-e.texi (Folders): Update mh-before-quit-hook and
7094 mh-quit-hook example with code that removes the buffers rather
7095 than just bury them.
7096
70972006-04-17 Michael Albinus <michael.albinus@gmx.de>
7098
7099 Sync with Tramp 2.0.53.
7100
71012006-04-13 Carsten Dominik <dominik@science.uva.nl>
7102
7103 * org.texi (Updating settings): New section.
7104 (Visibility cycling): Better names for the startup folding
7105 options.
7106 (Exporting): Completely restructured.
7107 (The very busy C-c C-c key): New section.
7108 (Summary of in-buffer settings): New section.
7109
71102006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7113
71142006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7115
7116 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7117 (Server Commands): Key `v' is reserved for users.
7118
71192006-04-11 Carsten Dominik <dominik@science.uva.nl>
7120
7121 * org.texi (Link format): New section, emphasis on bracket links.
7122 (External links): Document bracket links.
7123 (FAQ): Expand to cover shell links and the new link format.
7124
71252006-04-09 Kevin Ryde <user42@zip.com.au>
7126
7127 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7128
71292006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7130
7131 * gnus.texi (Summary Buffer Lines): Add `*'.
7132
c8763fb6 71332006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7134
7135 * gnus.texi (Group Parameters):
7136 Mention gnus-permanently-visible-groups.
7137
71382006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * gnus.texi (Face): Fix typo.
7141
71422006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7143
7144 * gnus.texi (X-Face): Clarify.
7145 (Face): Need Emacs with PNG support.
7146
71472006-04-06 Richard Stallman <rms@gnu.org>
7148
7149 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7150 Emacs".
7151
71522006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7153
7154 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7155 blocks not suitable for inclusion with Emacs using variable
7156 PARTOFEMACS.
7157
71582006-04-04 Simon Josefsson <jas@extundo.com>
7159
7160 * gnus.texi (Security): Improve.
7161
71622006-04-02 Bill Wohler <wohler@newt.com>
7163
7164 * mh-e.texi (Getting Started, Junk, Bug Reports)
7165 (MH FAQ and Support): Fix URLs.
7166
71672006-03-31 Romain Francoise <romain@orebokech.com>
7168
7169 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7170 to t, not nil (and has for the past eight years).
7171
71722006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7173
7174 * message.texi, gnus.texi: Bump version to 5.11.
7175
71762006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * gnus.texi (Top): Add comment about version line.
7179
7180 * message.texi (Top): Ditto. Change to take named versions into
7181 account.
7182
71832006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7184
7185 * gnus.texi (Posting Styles): Add x-face-file to example.
7186 (X-Face): Refer to posting styles.
7187
7188 * gnus-faq.texi ([5.8]): Add x-face-file.
7189 ([8.4]): Add links to gmane.emacs.gnus.user and
7190 gmane.emacs.gnus.general.
7191
71922006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7193
7194 * gnus-faq.texi: Use .invalid.
7195 ([5.4]): Fix gnus-posting-styles example.
7196
71972006-03-27 Romain Francoise <romain@orebokech.com>
7198
7199 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7200 Emacs/W3 needs a new maintainer.
7201 (Ispell): Update author and version info.
7202 (Mailcrypt): Mention PGG.
7203 (New in Emacs 22): Add PGG to the list of new packages.
7204 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7205 updating dead URLs.
7206
72072006-03-25 Karl Berry <karl@gnu.org>
7208
7209 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7210 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7211 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7212 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7213 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7214 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7215 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7216 (2) do not indent copyright year list (or anything else).
7217
72182006-03-21 Bill Wohler <wohler@newt.com>
7219
7220 * mh-e.texi (Folders): Various edits.
7221
72222006-03-20 Romain Francoise <romain@orebokech.com>
7223
7224 * gnus.texi (Mail Folders): Grammar fix.
7225
72262006-03-19 Bill Wohler <wohler@newt.com>
7227
7228 * mh-e.texi (Replying): Document Mail-Followup-To.
7229 Change manually-formatted table to multitable. Add debugging info.
7230 Move description of mh-reply-default-reply-to into paragraph
7231 that describes its values.
7232
72332006-03-17 Bill Wohler <wohler@newt.com>
7234
10d1d0af 7235 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7236 (Sending Mail Tour): Update method of entering
7237 addresses and subject.
7238 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7239 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7240
72412006-03-15 Carsten Dominik <dominik@science.uva.nl>
7242
7243 * org.texi: Version number change only.
7244
72452006-03-14 Bill Wohler <wohler@newt.com>
7246
7247 * mh-e.texi: Add index entries around each paragraph rather than
7248 depend on entries from beginning of node. Doing so ensures that
7249 index entries are less likely to be forgotten if text is cut and
7250 pasted, and are necessary anyway if the references are on a
7251 separate page. It seems that makeinfo is now (v. 4.8) only
7252 producing one index entry per node, so there is no longer any
7253 excuse not to. Use subheading instead of heading. The incorrect
7254 use of heading produced very large fonts in Info--as large as the
7255 main heading.
7256 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7257 versions 6 and 7 appeared *around* the time of these Emacs releases.
7258
72592006-03-13 Carsten Dominik <dominik@science.uva.nl>
7260
7261 * org.texi (Clean view): Document new startup options.
7262
72632006-03-11 Bill Wohler <wohler@newt.com>
7264
7265 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7266 (Composing, Scan Line Formats): Fix @refs.
7267 (Getting Started): Define MH profile and MH profile components.
7268 (Incorporating Mail, Reading Mail, Viewing, Printing)
7269 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7270 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7271 for string constants.
7272 (Tool Bar): Remove spurious quote.
7273 (Junk): Use ``...'' instead of "...".
7274 (Scan Line Formats): Replace @samp with @kbd.
7275
72762006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7279
72802006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7281
7282 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7283 easy to understand.
7284
72852006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7286
7287 * gnus.texi: Markup fix.
7288 (Fancy Mail Splitting): Specify new feature.
7289
72902006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7293 partial-words matching.
7294
72952006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7296
7297 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7298
7299 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7300 (MIME Commands): Fix mm-discouraged-alternatives.
7301
73022006-03-07 Carsten Dominik <dominik@science.uva.nl>
7303
7304 * org.texi: Version number change only.
7305
73062006-03-06 Bill Wohler <wohler@newt.com>
7307
7308 * mh-e.texi: Move from SourceForge repository to Savannah.
7309 This is version 7.93, which is a total rewrite from the previous
7310 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7311 version 7.93.
7312
73132006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7314
7315 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7316
73172006-03-01 Carsten Dominik <dominik@science.uva.nl>
7318
7319 * org.texi (Interaction): Add item about `org-mouse.el' by
7320 Piotr Zielinski.
7321 (Managing links): Document that also mouse-1 can be used to
7322 activate a link.
7323 (Headlines, FAQ): Add entry about hiding leading stars.
7324 (Miscellaneous): Resort the sections in this chapter to a more
7325 logical sequence.
7326
73272006-02-27 Simon Josefsson <jas@extundo.com>
7328
7329 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7330 2004-01-27 from the trunk).
7331
73322006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7333
7334 * cc-mode.texi: Rename c-hungry-backspace to
7335 c-hungry-delete-backwards, at the request of RMS. Leave the old
7336 name as an alias.
7337
73382006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7339
7340 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7341 include the function header within the defun.
7342
73432006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7344
7345 * cc-mode.texi: Correct two typos.
7346
73472006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7348
7349 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7350 existing comment.
7351 (Electric Keys): Add a justification for electric indentation.
7352 (Hungry WS Deletion): Clear up the names and complications of the
7353 BACKSPACE and DELETE keys.
7354
73552006-02-23 Juri Linkov <juri@jurta.org>
7356
7357 * faq.texi (Common requests): Move `Turning on auto-fill by
7358 default' after `Wrapping words automatically'. Move `Working with
7359 unprintable characters' before `Searching for/replacing newlines'.
7360 Move `Replacing highlighted text' after `Highlighting a region'.
7361 Merge `Repeating commands' and `Repeating a command as many times
7362 as possible' into the former.
7363 (Packages that do not come with Emacs): Add refs to Gmane and
7364 etc/MORE.STUFF.
7365
73662006-02-23 Juri Linkov <juri@jurta.org>
7367
7368 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7369 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7370 Add xref to `(emacs)Reporting Bugs'.
7371 (Getting a printed manual): Add URL to other formats of the manual.
7372 (Common requests): Fix menu.
7373 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7374 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7375 (Inserting text at the beginning of each line): Add pxref to
7376 `Changing the included text prefix'.
7377 (Forcing the cursor to remain in the same column): Mention `track-eol'
7378 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7379 (Replacing text across multiple files): Add keybinding `Q' for
7380 `dired-do-query-replace'.
7381
73822006-02-22 Carsten Dominik <dominik@science.uva.nl>
7383
7384 * reftex.texi: Version number and date change only.
7385
7386 * org.texi (Internal Links): Rewrite to cover the modified
7387 linking system.
7388
73892006-02-17 Eli Zaretskii <eliz@gnu.org>
7390
7391 * faq.texi: Remove the coding cookie, it's not needed anymore.
7392
73932006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7394
7395 * faq.texi (Colors on a TTY): Mention Mac OS port.
7396
73972006-02-12 Karl Berry <karl@gnu.org>
7398
7399 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7400 8-bit accented a.
7401
74022006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7405
74062006-02-08 Romain Francoise <romain@orebokech.com>
7407
7408 * faq.texi (Top): Remove paragraph about the FAQ being a
7409 transitional document, etc.
7410 (Searching for/replacing newlines): New node.
7411 (Yanking text in isearch): New node.
7412 (Inserting text at the beginning of each line): Rename and make
7413 more general, mention `M-;' in Message mode.
7414
74152006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7416
7417 * faq.texi (Meta key does not work in xterm)
7418 (Emacs does not display 8-bit characters)
7419 (Inputting eight-bit characters): Update xrefs.
7420
74212006-02-06 Romain Francoise <romain@orebokech.com>
7422
7423 * faq.texi (VM): VM now at version 7.19.
7424 Set myself as maintainer of this file.
7425
74262006-02-04 Michael Olson <mwolson@gnu.org>
7427
7428 * erc.texi (History): Note that ERC is now included with Emacs.
7429
74302006-01-31 Romain Francoise <romain@orebokech.com>
7431
7432 * message.texi (Message Headers): Explain what
7433 `message-alternative-emails' does in more detail.
7434 Update copyright year.
7435
74362006-01-30 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7439
74402006-01-29 Richard M. Stallman <rms@gnu.org>
7441
7442 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7443
74442006-01-29 Michael Olson <mwolson@gnu.org>
7445
7446 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7447
7448 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7449
7450 * faq.texi (New in Emacs 22): Mention ERC.
7451
74522006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7453
7454 * rcirc.texi: Capitalize dir entry for consistency with the entry
7455 in info/dir and other entries in the Emacs category.
7456 Fix typos. Delete trailing whitespace.
7457
c8763fb6 74582006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7459
7460 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7461
74622006-01-27 Eli Zaretskii <eliz@gnu.org>
7463
7464 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7465 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7466
7467 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7468 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7469
74702006-01-27 Alex Schroeder <alex@gnu.org>
7471
7472 * rcirc.texi: New file.
7473
74742006-01-23 Juri Linkov <juri@jurta.org>
7475
7476 * widget.texi (User Interface): Add S-TAB for widget-backward.
7477
74782006-01-22 Michael Albinus <michael.albinus@gmx.de>
7479
7480 Sync with Tramp 2.0.52.
7481
7482 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7483 Add Tramp disabling item. New item for common connection problems.
7484 (various): Apply "ftp" as method for the download URL.
7485 (Bug Reports): Refer to FAQ for common problems.
7486
74872006-01-21 Eli Zaretskii <eliz@gnu.org>
7488
7489 * widget.texi (User Interface): Use @key for TAB.
7490
7491 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7492
7493 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7494 for TAB.
7495
7496 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7497
74982006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7499
7500 * gnus.texi: Update copyright.
7501
75022006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7503
7504 * gnus.texi (Article Washing): Additions.
7505
2de53ca6
GM
75062006-01-13 Carsten Dominik <dominik@science.uva.nl>
7507
7508 * org.texi (Agenda commands): Document tags command.
7509
75102006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7513
75142006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7515
7516 * gnus.texi (RSS): Addition.
7517
75182005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7519
7520 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7521
75222005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * emacs-mime.texi (Display Customization): Add setting example to
7525 mm-discouraged-alternatives.
7526
75272006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7530 version is the canonical version.
7531
75322006-01-08 Alex Schroeder <alex@gnu.org>
7533
7534 * pgg.texi (Caching passphrase): Rewording.
7535
75362006-01-06 Eli Zaretskii <eliz@gnu.org>
7537
7538 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7539 repository URL.
7540
75412006-01-06 Carsten Dominik <dominik@science.uva.nl>
7542
7543 * org.texi: Removed the accidentally re-added empty line in the
7544 direntry.
7545
75462006-01-05 Carsten Dominik <dominik@science.uva.nl>
7547
7548 * org.texi (Agenda Views): Chapter reorganized.
7549
75502005-12-29 Romain Francoise <romain@orebokech.com>
7551
7552 * faq.texi (Using Customize): New node.
7553
75542005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7555
7556 * org.texi: Remove blank line in @direntry. It is non-standard
7557 and recursively produces blank lines all over the dir file (when
7558 using Texinfo 4.8).
7559
75602005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7561
7562 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7563
75642005-12-20 Carsten Dominik <dominik@science.uva.nl>
7565
7566 * org.texi (Tags): Boolean logic documented.
7567 (Agenda Views): Document custom commands.
7568
75692005-12-20 David Kastrup <dak@gnu.org>
7570
7571 * faq.texi (AUCTeX): Update version and mailing list info.
7572
75732005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * gnus.texi (MIME Commands): Mention addition of
7576 multipart/alternative to gnus-buttonized-mime-types and add xref
7577 to mm-discouraged-alternatives.
7578
7579 * emacs-mime.texi (Display Customization): Mention addition of
7580 "image/.*" and add xref to gnus-buttonized-mime-types in the
7581 mm-discouraged-alternatives section.
7582
75832005-12-16 Carsten Dominik <dominik@science.uva.nl>
7584
7585 * org.texi (Tags): New section.
7586 (Agenda Views): Chapter reorganized.
7587
75882005-12-16 Eli Zaretskii <eliz@gnu.org>
7589
7590 * org.texi (Internal Links): Add a missing comma after an @xref.
7591
75922005-12-14 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * faq.texi (Filling paragraphs with a single space): No need to
7595 change sentence-end now.
7596
75972005-12-13 Romain Francoise <romain@orebokech.com>
7598
7599 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7600
76012005-12-12 Jay Belanger <belanger@truman.edu>
7602
7603 * faq.texi (Calc): Update version number.
7604
76052005-12-12 Carsten Dominik <dominik@science.uva.nl>
7606
7607 * org.texi (Progress Logging): New section.
7608
76092005-12-10 Romain Francoise <romain@orebokech.com>
7610
7611 Update the Emacs FAQ for the 22.1 release.
7612
7613 * faq.texi: Set VER to `22.1'.
7614 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7615 Tutorial. Mention that `C-h r' displays the manual.
7616 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7617 (Getting a printed manual): Point to the new locations of the
7618 manuals on the GNU Web site.
7619 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7620 available via Info (it was previously distributed separately).
7621 (Installing Texinfo documentation): The latest version of Texinfo
7622 is 4.8, not 4.0.
7623 (Informational files for Emacs): COPYING is the GNU General Public
7624 License, not the Emacs General Public License.
7625 (Informational files for Emacs): Delete obsolete link to the
7626 GNUinfo pages as they have been removed from the GNU Web site.
7627 (New in Emacs 22): New node.
7628 (Setting up a customization file): Say that most packages support
7629 Customize nowadays.
7630 (Colors on a TTY): Delete reference to instructions on how to
7631 enable syntax highlighting, it is now enabled by default.
7632 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7633 at startup automatically.
7634 (Controlling case sensitivity): Mention `M-c' in isearch.
7635 (Using an already running Emacs process): Emacs now creates the
7636 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7637 gnuserv. As emacsclient can now run Lisp code as well, delete a
7638 sentence praising gnuserv for that. Simplify description of how
7639 the client/server operation works.
7640 (Compiler error messages): Delete obsolete text (compile.el has
7641 been rewritten).
7642 (Indenting switch statements): Fix typo.
7643 (Matching parentheses): Simplify setup instructions, mention the
7644 menu bar item in the Options menu.
7645 (Repeating a command as many times as possible): Mention `C-x e'.
7646 (Going to a line by number): Mention new keymap and bindings
7647 `M-g M-g', `M-g M-p' and `M-g M-n'.
7648 (Turning on syntax highlighting): Now on by default. Simplify.
7649 (Replacing highlighted text): Use `1', not `t'.
7650 (Problems with very large files): The maximum size is now 256MB on
7651 32-bit machines.
7652 (^M in the shell buffer): Mention `comint-process-echoes'.
7653 (Emacs for Apple computers): Emacs 22 has native support for Mac
7654 OS X.
7655 (Translating names to IP addresses): Delete node.
7656 (Binding keys to commands): Fix typo.
7657 (SPC no longer completes file names): New node.
7658 (MIME with Emacs mail packages): Delete section about the Emacs
7659 MIME FAQ (it's not reachable anymore).
7660
76612005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7662
7663 * cc-mode.texi: The manual has been extensively revised: the
7664 information about using CC Mode has been separated from the larger
7665 and more difficult chapters about configuration. It has been
7666 updated for CC Mode 5.31.
7667
76682005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7671 (Selecting an implementation): Fix descriptions.
7672
76732005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * message.texi (Various Message Variables): Addition.
7676
76772005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * message.texi: Fix default values.
7680
76812005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * message.texi (Header Commands): Clarify descriptions of
7684 message-cross-post-followup-to, message-reduce-to-to-cc, and
7685 message-insert-wide-reply.
7686 (Various Commands): Fix kindex for message-kill-to-signature;
7687 clarify description of message-tab.
7688
76892005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7690
7691 * message.texi (Mailing Lists): Fix description about MFT.
7692
7693 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7694
76952005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7696
7697 * gnus.texi (Slow Terminal Connection): Replace old description
7698 with new one.
7699
77002005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7701
7702 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7703 replace X-Draft-Headers with X-Draft-From.
7704
77052005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7706
7707 * gnus.texi (Various Various): Fix the default value of
7708 nnheader-max-head-length.
7709 (Gnus Versions): Fix typo.
7710
77112005-12-08 Carsten Dominik <dominik@science.uva.nl>
7712
7713 * org.texi (Structure editing): Document new functionality of
7714 M-RET.
7715
77162005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * org.texi (Internal Links): Fix Texinfo usage.
7719
77202005-12-06 Carsten Dominik <dominik@science.uva.nl>
7721
7722 * org.texi (TODO basics): Document the global todo list.
7723 (TODO items): Documents sparse tree for specific TODO
7724 keywords.
7725
77262005-11-30 Carsten Dominik <dominik@science.uva.nl>
7727
7728 * org.texi (Plain Lists): Typos fixed.
7729
77302005-11-28 Jay Belanger <belanger@truman.edu>
7731
7732 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7733
77342005-11-24 Carsten Dominik <dominik@science.uva.nl>
7735
7736 * org.texi (Structure editing): New item moving commands added.
7737 (Plain Lists): New section.
7738
77392005-11-18 Carsten Dominik <dominik@science.uva.nl>
7740
7741 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7742 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7743 `org-agenda-file-to-front'.
2de53ca6
GM
7744 (Built-in table editor): Document `org-table-sort-lines'.
7745 (HTML formatting): Export of hand-formatted lists.
7746
77472005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7750 new variable gnus-toolbar-thickness.
7751
77522005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7755
77562005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * gnus.texi (X-Face): Fix description.
7759 (XVarious): Remove gnus-xmas-logo-color-alist and
7760 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7761
77622005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7763
7764 * gnus.texi (Group Parameters): Mention new variable
7765 gnus-parameters-case-fold-search.
7766 (Home Score File): Addition.
7767
77682005-11-04 Ulf Jasper <ulf.jasper@web.de>
7769
7770 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7771 (Overview): List supported feed types.
7772 (Installation): No installation necessary when using autoload.
7773 (Configuration): Rename "RSS" to "news".
7774
77752005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7776
7777 * pgg.texi (User Commands): Document additional passphrase
7778 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7779 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7780
77812005-11-04 Carsten Dominik <dominik@science.uva.nl>
7782
7783 * org.texi: Version number changed to 3.19.
7784
77852005-10-29 Sascha Wilde <wilde@sha-bang.de>
7786
7787 * pgg.texi (How to use): Update the example to add autoload of
7788 pgg-encrypt-symmetric-region.
7789 (User Commands): Document pgg-encrypt-symmetric-region.
7790 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7791
77922005-10-27 Jay Belanger <belanger@truman.edu>
7793
7794 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7795 mention other TeX-related units.
7796
77972005-10-23 Lars Hansen <larsh@soem.dk>
7798
0c7efc08
SM
7799 * dired-x.texi (Miscellaneous Commands):
7800 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7801 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7802
78032005-10-23 Jay Belanger <belanger@truman.edu>
7804
7805 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7806 constant.
7807
78082005-10-23 Michael Albinus <michael.albinus@gmx.de>
7809
0c7efc08
SM
7810 * faq.texi (Bugs and problems):
7811 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7812 `directory-listing-before-filename-regexp'.
7813
78142005-10-22 Eli Zaretskii <eliz@gnu.org>
7815
7816 * newsticker.texi (UPDATED): Set value.
7817
78182005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi (Document Groups): Remove duplicate item.
7821
78222005-10-21 Carsten Dominik <dominik@science.uva.nl>
7823
7824 * org.texi (Summary): Mention iCalendar support.
7825 (Exporting): Document iCalendar support.
7826
78272005-10-18 Romain Francoise <romain@orebokech.com>
7828
7829 * viper.texi (Viper Specials): Capitalize GNU.
7830
78312005-10-17 Juri Linkov <juri@jurta.org>
7832
7833 * info.texi (Getting Started, Search Index, Expert Info):
7834 Fix wording.
7835 (Search Text): Replace `echo area' with `mode line'.
7836 (Search Index): Both `i' and `,' find all index entries.
7837 Replace example `C-f' with `C-l' (which exists in index of Info
7838 manual) and delete spaces in its keyboard input sequence.
7839 Delete unnecessary explanations about literal characters.
7840
78412005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7842
7843 * gnus.texi (Document Server Internals): Addition.
7844
78452005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7846
7847 * gnus.texi (A note on namespaces): Fix RFC reference.
7848
78492005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * gnus.texi (RSS): Fix key description.
7852
78532005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus.texi: Emacs/w3 -> Emacs/W3.
7856 (Browsing the Web): Fix description.
7857 (Web Searches): Ditto.
7858 (Customizing W3): Ditto.
7859
78602005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7861
7862 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7863
78642005-10-11 Jay Belanger <belanger@truman.edu>
7865
7866 * calc.texi (Integration): Mention using `a i' to compute definite
7867 integrals.
7868
78692005-10-11 Juri Linkov <juri@jurta.org>
7870
7871 * info.texi: Rearrange nodes.
7872 (Top): Update menu. Change ref `Info for Experts' to
7873 `Advanced Info Commands'.
7874 (Getting Started): Fix description of manual's parts.
7875 (Help-Int): Change xref `Info Search' to `Search Index', and
7876 `Expert Info' to `Advanced'.
7877 (Advanced): Move node one level up.
7878 (Search Text, Search Index): New nodes split out from `Info Search'.
7879 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7880 split out from `Advanced'.
7881 (Advanced, Emacs Info Variables): De-document editing an Info file
7882 in Info.
7883 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7884 (Creating an Info File): Delete node and move its text to
7885 `Expert Info'.
7886
78872005-10-10 Carsten Dominik <dominik@science.uva.nl>
7888
7889 * org.texi (Workflow states): Documented that change in keywords
7890 becomes active only after restart of Emacs.
7891
78922005-10-08 Michael Albinus <michael.albinus@gmx.de>
7893
7894 Sync with Tramp 2.0.51.
7895
78962005-10-08 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * speedbar.texi (Introduction): Describe new location of speedbar
7899 on menubar.
7900 (Basic Key Bindings): Remove descriptions of bindings that have
7901 been removed.
7902
79032005-10-05 Nick Roberts <nickrob@snap.net.nz>
7904
7905 * speedbar.texi (GDB): Describe use of watch expressions.
7906
79072005-09-28 Simon Josefsson <jas@extundo.com>
7908
7909 * message.texi (IDNA): Fix.
7910
79112005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7912
7913 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7914 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7915 description of nntp-open-connection-function.
7916 (Common Variables): Fix descriptions.
7917
79182005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus.texi (Server Buffer Format): Document the %a format spec.
7921
79222005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7923
7924 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7925
79262005-09-23 Carsten Dominik <dominik@science.uva.nl>
7927
7928 * org.texi Version 3.16.
7929
79302005-09-19 Miles Bader <miles@gnu.org>
7931
7932 * newsticker.texi: Get rid of CVS keywords.
7933
79342005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7935
7936 * gnus.texi (Finding the Parent): Fix description of how Gnus
7937 finds article.
7938
79392005-09-14 Jari Aalto <jari.aalto@cante.net>
7940
7941 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7942 to drop off non-answered articles.
7943
79442005-09-19 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7947 braces (which are unsupported by NMAKE) for macro `srcdir'.
7948
79492005-09-17 Eli Zaretskii <eliz@gnu.org>
7950
7951 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7952 (../info/newsticker, newsticker.dvi): New targets.
7953
79542005-09-17 Ulf Jasper <ulf.jasper@web.de>
7955
7956 * newsticker.texi: Replace @command with @code. Replace @example
7957 with @lisp.
0c7efc08
SM
7958 (Top): Add explanations to menu items.
7959 (GNU Free Documentation License): Remove.
2de53ca6
GM
7960
79612005-09-16 Romain Francoise <romain@orebokech.com>
7962
7963 Update all files to specify GFDL version 1.2.
7964
7965 * doclicense.texi (GNU Free Documentation License): Update to
7966 version 1.2.
7967
79682005-09-15 Richard M. Stallman <rms@gnu.org>
7969
7970 * newsticker.texi: Fix @setfilename.
7971
7972 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7973 (../info/newsticker, newsticker.dvi): New targets.
7974
79752005-08-30 Carsten Dominik <dominik@science.uva.nl>
7976
7977 * org.texi: Version 3.15.
7978
79792005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7980
7981 * ses.texi: Combine all three indices into one.
7982 Correct a few typos.
7983
79842005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7985
7986 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7987
79882005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7989
7990 * emacs-mime.texi (Handles): Remove duplicate item.
7991 (Encoding Customization): Fix the default value for
7992 mm-coding-system-priorities.
7993 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7994 (Basic Functions): Fix reference.
7995
79962005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7999
80002005-08-18 Richard M. Stallman <rms@gnu.org>
8001
8002 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8003 and web site.
8004
8005 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8006 not keyboard-translate.
8007
80082005-08-11 Richard M. Stallman <rms@gnu.org>
8009
8010 * faq.texi (Using regular expressions): Fix xref.
8011
80122005-08-09 Juri Linkov <juri@jurta.org>
8013
8014 * info.texi (Help-P): Replace `Prev' with `Previous'.
8015 (Help-M, Help-Xref): Add S-TAB.
8016 (Help-FOO): Update `u' command.
8017 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8018 Update info about visibility of xref parts.
8019 (Help-Int): Fix `m' command. Rename `Info-last' to
8020 `Info-history-back'. Add `Info-history-forward'.
8021 (Advanced): Fix `g*' and `M-n' commands.
8022 (Info Search): Add `index-apropos' in stand-alone browser.
8023 Add isearch commands.
8024 (Emacs Info Variables): Remove `Info-fontify'.
8025 Add `Info-mode-hook'. Update face names.
8026 Add `Info-fontify-maximum-menu-size',
8027 `Info-fontify-visited-nodes', `Info-isearch-search'.
8028
80292005-08-07 Michael Albinus <michael.albinus@gmx.de>
8030
8031 Sync with Tramp 2.0.50.
8032
8033 * tramp.texi: Use @option{} consequently for method names.
8034 (Inline methods, External transfer methods): Remove references to
8035 Cygwin.
8036 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8037 implementation.
8038
80392005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8040
8041 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8042 Mention that gnus-init-file is not read when Emacs is invoked with
8043 --no-init-file or -q.
8044
80452005-07-19 Carsten Dominik <dominik@science.uva.nl>
8046
8047 * org.texi: Version 3.14.
8048
80492005-07-04 Carsten Dominik <dominik@science.uva.nl>
8050
8051 * org.texi: Version 3.13.
8052
80532005-07-18 Juri Linkov <juri@jurta.org>
8054
8055 * calc.texi (Time Zones, Logical Operations):
8056 * cl.texi (Overview):
8057 * org.texi (TODO types):
8058 * sc.texi (Emacs 18 MUAs):
8059 * speedbar.texi (Top):
8060 * url.texi (History):
8061 Delete duplicate duplicate words.
8062
ce058493 80632005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8064
8065 * cl.texi (Type Predicates): Document `atom' type.
8066
80672005-07-04 Lute Kamstra <lute@gnu.org>
8068
8069 Update FSF's address in GPL notices.
8070
8071 * calc.texi (Copying):
8072 * doclicense.texi (GNU Free Documentation License):
8073 * faq.texi (Contacting the FSF):
8074 * mh-e.texi (Copying): Update FSF's address.
8075
80762005-07-03 Richard M. Stallman <rms@gnu.org>
8077
8078 * flymake.texi (Example -- Configuring a tool called directly):
8079 Update name of flymake-build-relative-filename.
8080
80812005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8084
80852005-06-29 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * org.texi: Version 3.12.
8088
80892005-06-24 Eli Zaretskii <eliz@gnu.org>
8090
8091 * makefile.w32-in (MAKEINFO): Use --force.
8092 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8093 Makefile.in.
8094 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8095 more shells.
8096
80972005-06-23 Richard M. Stallman <rms@gnu.org>
8098
8099 * speedbar.texi (Creating a display): Texinfo usage fixes.
8100
8101 * tramp.texi (Customizing Completion, Auto-save and Backup):
8102 Texinfo usage fixes.
8103
81042005-06-23 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * dired-x.texi (Miscellaneous Commands):
8107 * ediff.texi (Miscellaneous):
8108 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8109 (Agent Variables):
8110 * info.texi (Help-Xref):
8111 * message.texi (Message Headers):
8112 * org.texi (Remember):
8113 * reftex.texi (Options (Defining Label Environments)):
8114 (Options (Index Support)):
8115 (Options (Viewing Cross-References)):
8116 (Options (Misc)):
8117 (Changes):
8118 * speedbar.texi (Creating a display):
8119 * tramp.texi (Customizing Completion, Auto-save and Backup):
8120 Texinfo usage fix.
8121
81222005-06-13 Carsten Dominik <dominik@science.uva.nl>
8123
8124 * org.texi: Version 3.11.
8125
81262005-06-12 Jay Belanger <belanger@truman.edu>
8127
8128 * calc.texi (Getting Started): Remove extra menu item.
8129
81302005-05-31 Jay Belanger <belanger@truman.edu>
8131
8132 * calc.texi (Notations Used in This Manual): Use @kbd for key
8133 sequence.
8134 (Demonstration of Calc): Mention another way of starting Calc.
8135 (Starting Calc): Mention long name of M-#.
8136 (Embedded Mode Overview): Remove unnecessary instruction.
8137 (Other M-# commands): Rephrase `M-# 0' explanation.
8138 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8139 reflect current behavior.
8140
81412005-05-30 Jay Belanger <belanger@truman.edu>
8142
8143 * calc.texi (Hooks): Change description of calc-window-hook and
8144 calc-trail-window-hook to match usage.
8145 (Computational Functions): Add more constant-generating functions.
8146 (Customizable Variables): Use defvar.
8147
81482005-05-28 Jay Belanger <belanger@truman.edu>
8149
8150 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8151 (Basic Embedded Mode): Explain behavior of arguments to
8152 calc-embedded-mode.
8153
81542005-05-27 Jay Belanger <belanger@truman.edu>
8155
8156 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8157 current behavior.
8158
81592005-05-25 Jay Belanger <belanger@truman.edu>
8160
8161 * calc.texi: Change Calc version number throughout.
8162 (Keypad Mode): Change location in info output.
8163 (Keypad mode overview): Move picture of keypad.
8164
81652005-05-21 Jay Belanger <belanger@truman.edu>
8166
8167 * calc.texi (Storing variables): Mention that only most variables
8168 are void to begin with.
8169
81702005-05-21 Kevin Ryde <user42@zip.com.au>
8171
8172 * widget.texi (Basic Types): Update cross ref from "Enabling
8173 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8174 lispref/text.texi change.
8175
81762005-05-20 Carsten Dominik <dominik@science.uva.nl>
8177
8178 * org.texi: Version 3.09.
8179
81802005-05-18 Carsten Dominik <dominik@science.uva.nl>
8181
8182 * reftex.texi: Version 4.28.
8183
81842005-05-16 Jay Belanger <belanger@truman.edu>
8185
8186 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8187
81882005-05-14 Jay Belanger <belanger@truman.edu>
8189
8190 * calc.texi (Default Simplifications): Insert missing ! (logical
8191 not operator).
8192
81932005-05-14 Michael Albinus <michael.albinus@gmx.de>
8194
8195 Sync with Tramp 2.0.49.
8196
81972005-05-10 Jay Belanger <belanger@truman.edu>
8198
8199 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8200 to 1.
8201
82022005-04-29 Carsten Dominik <dominik@science.uva.nl>
8203
8204 * org.texi: Version 3.08, structure reorganized.
8205
82062005-04-24 Richard M. Stallman <rms@gnu.org>
8207
8208 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8209
82102005-04-15 Carsten Dominik <dominik@science.uva.nl>
8211
8212 * org.texi: Update to version 3.06.
8213
82142005-04-13 Lute Kamstra <lute@gnu.org>
8215
8216 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8217
82182005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8219
8220 * cl.texi (Porting Common Lisp): Fix typo.
8221
82222005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8223
8224 * gnus.texi (RSS): Addition.
8225
82262005-04-04 Jay Belanger <belanger@truman.edu>
8227
8228 * calc.texi: Change Calc version number.
8229 (Customizable variables): Fix description of calc-language-alist.
8230 (Copying): Put in version 2 of GPL.
8231
82322005-04-01 Jay Belanger <belanger@truman.edu>
8233
8234 * calc.texi (Troubleshooting Commands): Remove comment about
8235 installation.
8236 (Installation): Remove section.
8237 (Customizable Variables): New section.
8238 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8239 (Graphical Devices): Add references to Customizable Variables.
8240
82412005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8242
8243 * emacs-mime.texi (Display Customization): Markup fixes.
8244 (rfc2047): Update.
8245
82462005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8247
8248 * gnus-faq.texi: Replaced with auto-generated version.
8249
82502005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8251
8252 * dired-x.texi (Multiple Dired Directories): default-directory was
8253 renamed to dired-default-directory.
8254
82552005-03-26 Jay Belanger <belanger@truman.edu>
8256
8257 * calc.texi (Simplifying Formulas, Rewrite Rules):
8258 Change description of top and bottom of fraction.
8259 (Modulo Forms): Move description of how to create modulo forms to
8260 earlier in the section.
8261 (Fraction Mode): Suggest using : to get a fraction by dividing.
8262 (Basic Arithmetic): Adjust placement of command name.
8263 (Truncating the Stack): Emphasize that "hidden" entries are still
8264 visible.
8265 (Installation): Move discussion of printing manual to "About This
8266 Manual".
8267 (About This Manual): Mention how to print the manual.
8268 (Reporting Bugs): Remove first person.
8269 (Building Vectors): Add algebraic version of append.
8270 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8271 (Grouping Digits): Fix typo.
8272
82732005-03-25 Werner Lemberg <wl@gnu.org>
8274
8275 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8276 Replace `legal' with `valid'.
8277
82782005-03-25 Werner Lemberg <wl@gnu.org>
8279
8280 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8281
82822005-03-24 Jay Belanger <belanger@truman.edu>
8283
8284 * calc.texi (General Mode Commands)
8285 (Mode Settings in Embedded Mode): Add some explanation of
8286 recording mode settings.
8287
82882005-03-24 Richard M. Stallman <rms@gnu.org>
8289
8290 * calc.texi: Remove praise of non-free software.
8291
8292 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8293 (Installation): Node deleted.
8294
82952005-03-23 Richard M. Stallman <rms@gnu.org>
8296
8297 * url.texi (HTTP language/coding): Improve last change.
8298
82992005-03-22 Jay Belanger <belanger@truman.edu>
8300
8301 * calc.texi (Embedded Mode): Add new information on changing
8302 modes.
8303
83042005-03-20 Michael Albinus <michael.albinus@gmx.de>
8305
8306 Sync with Tramp 2.0.48.
8307
8308 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8309
8310 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8311 "GNU/Linux". Change all addresses to .gnu.org.
8312 (Default Method): Offer shortened syntax for "su" and "sudo"
8313 methods.
8314
83152005-03-07 Richard M. Stallman <rms@gnu.org>
8316
8317 * url.texi: Fix usage of "e.g.".
8318 (HTTP language/coding): Explain the rules for these strings.
8319
83202005-03-06 Richard M. Stallman <rms@gnu.org>
8321
8322 * woman.texi (Introduction): Minor cleanups.
8323
8324 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8325
8326 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8327 (Installation): Node deleted.
8328
8329 * mh-e.texi (Preface): Get rid of "Emacs 21".
8330
8331 * eshell.texi (Installation): Delete node (for Emacs 20).
8332
83332005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8334
8335 * flymake.texi: Refill and tweak style in @lisp blocks.
8336
83372005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8338
8339 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8340
83412005-03-01 Jay Belanger <belanger@truman.edu>
8342
8343 * calc.texi (Trigonometric and Hyperbolic Functions):
8344 Mention additional functions.
8345 (Algebraic Simplifications): Mention additional simplifications.
8346
83472005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8348
8349 * ses.texi: Add concept/function/variable indices (this work was
8350 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8351 papers on file at FSF).
8352
83532005-02-10 Jay Belanger <belanger@truman.edu>
8354
8355 * calc.texi: Change @LaTeX to La@TeX throughout.
8356 Redefine @expr as @math for TeX output.
8357 Redefine @texline as a no-op for TeX output.
8358 Define @tfn, replace @t by @tfn throughout.
8359
83602005-02-09 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi: Add macro for LaTeX for info output.
8363
83642005-02-08 Kim F. Storm <storm@cua.dk>
8365
8366 * texinfo.tex (LaTex): Add def.
8367
83682005-02-06 Jay Belanger <belanger@truman.edu>
8369
8370 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8371 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8372 throughout manual.
8373
83742005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8375
8376 * gnus.texi: Some edits based on comments from David Abrahams.
8377
83782005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8379
8380 * gnus.texi (RSS): Fix the keystroke.
8381
83822005-01-24 David Kastrup <dak@gnu.org>
8383
8384 * faq.texi: Update AUCTeX version info.
8385
83862005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8387
8388 * gnus-faq.texi ([4.1]): Typo.
8389
83902005-01-19 Jay Belanger <belanger@truman.edu>
8391
8392 * calc.texi (Keep Arguments): Mention that keeping arguments
8393 doesn't work with keyboard macros.
8394
83952005-01-16 Richard M. Stallman <rms@gnu.org>
8396
8397 * autotype.texi (Autoinserting): Fix small error.
8398
83992005-01-16 Michael Albinus <michael.albinus@gmx.de>
8400
8401 Sync with Tramp 2.0.47.
8402
8403 * tramp.texi (Compilation): New section, describing compilation of
8404 remote files.
8405
84062005-01-11 Kim F. Storm <storm@cua.dk>
8407
8408 * widget.texi (Basic Types): Add :follow-link keyword.
8409
84102005-01-09 Jay Belanger <belanger@truman.edu>
8411
8412 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8413
84142005-01-08 Jay Belanger <belanger@truman.edu>
8415
8416 * calc.texi: Change throughout to reflect new default value of
8417 calc-settings-file.
8418
84192005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * message.texi (Reply): `message-reply-to-function' should return
8422 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8423
84242005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8425
8426 * faq.texi (Changing load-path): Fix typo.
8427
84282005-01-05 Jay Belanger <belanger@truman.edu>
8429
8430 * calc.texi (Programming Tutorial): Replace kbd command by
8431 appropriate characters for a keyboard macro.
8432
84332005-01-04 Jay Belanger <belanger@truman.edu>
8434
8435 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8436 for Lucid Emacs.
8437 (Programming Tutorial): Mention that the user needs to be in the
8438 right mode to compute some functions.
8439
84402005-01-04 Jay Belanger <belanger@truman.edu>
8441
8442 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8443 no longer applicable.
8444
84452005-01-01 Jay Belanger <belanger@truman.edu>
8446
0c7efc08 8447 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8448 edit keyboard macros to match current behavior.
8449
84502004-12-31 Jay Belanger <belanger@truman.edu>
8451
8452 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8453
84542004-12-20 Jay Belanger <belanger@truman.edu>
8455
8456 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8457 zero.
8458
84592004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8462 @xref.
8463 (Font Locking): Avoid @strong{Note:}.
8464
84652004-12-17 Michael Albinus <michael.albinus@gmx.de>
8466
8467 Sync with Tramp 2.0.46.
8468
8469 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8470
84712004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8472
8473 * url.texi: Correct typos.
8474 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8475 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8476 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8477 (Dealing with HTTP documents): @inforef->@xref.
8478
84792004-12-15 Jay Belanger <belanger@truman.edu>
8480
8481 * calc.texi: Consistently capitalized all mode names.
8482 (Answers to Exercises): Mention that an answer can be a fraction
8483 when in Fraction mode.
8484
84852004-12-13 Jay Belanger <belanger@truman.edu>
8486
8487 * calc.texi: Fix some TeX definitions.
8488
84892004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * reftex.texi (Imprint): Remove erroneous @value's.
8492
84932004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8496 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8497
84982004-12-08 Jay Belanger <belanger@truman.edu>
8499
8500 * calc.texi (Starting Calc): Remove comment about installation.
8501 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8502
85032004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * url.texi: Update @setfilename.
8506 (Getting Started): No need to worry about Gnus versions.
8507 (Dealing with HTTP documents): Use @inforef.
8508
8509 * org.texi: Fix @direntry file name.
8510
85112004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * url.texi: New file.
8514
8515 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8516
85172004-12-06 Jay Belanger <belanger@truman.edu>
8518
8519 * calc.texi (Using Calc): Remove paragraph about installation.
8520
85212004-12-06 Jay Belanger <belanger@truman.edu>
8522
8523 * calc.texi: Use more Texinfo macros and less TeX defs.
8524 Remove @refill's.
8525
85262004-12-06 Richard M. Stallman <rms@gnu.org>
8527
8528 * org.texi: New file.
8529
85302004-12-05 Richard M. Stallman <rms@gnu.org>
8531
8532 * Makefile.in (org.dvi, ../info/org): New targets.
8533 (INFO_TARGETS): Add ../info/org.
8534 (DVI_TARGETS): Add org.dvi.
8535 (maintainer-clean): Remove the info files in the info dir.
8536
85372004-11-26 Eli Zaretskii <eliz@gnu.org>
8538
8539 * idlwave.texi: Fix the setfilename directive to put the produced
8540 file in ../info.
8541 (Continued Statement Indentation): Resurrect Jan D.'s change from
8542 2004-11-03 that was lost when a newer version of idlwave.texi was
8543 imported.
8544
85452004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8546
0c7efc08 8547 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8548
0c7efc08
SM
8549 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8550 Index `spam-initialize'.
2de53ca6
GM
8551
85522004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8553
8554 * message.texi (Various Message Variables): Mention that all mail
8555 file variables are derived from `message-directory'.
8556
8557 * gnus.texi (Splitting Mail): Clarify bogus group.
8558
85592004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8560
0c7efc08
SM
8561 * emacs-mime.texi (Encoding Customization):
8562 Fix mm-coding-system-priorities entry.
2de53ca6 8563
c8763fb6 85642004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8565
8566 * idlwave.texi (Continued Statement Indentation):
8567 * reftex.texi (Options (Index Support)):
8568 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8569 * speedbar.texi (Creating a display, Major Display Modes):
8570 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8571
85722004-10-21 Jay Belanger <belanger@truman.edu>
8573
0c7efc08 8574 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8575
85762004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8577
8578 * calc.texi (Reporting Bugs): Double up `@'.
8579
85802004-10-18 Jay Belanger <belanger@truman.edu>
8581
0c7efc08 8582 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8583 should be sent to.
8584
85852004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8586
8587 * gnus.texi (New Features): Add 5.11.
8588
8589 * message.texi (Resending): Remove wrong default value.
8590
8591 * gnus.texi (Mail Source Specifiers): Describe possible problems
8592 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8593 `pop3-leave-mail-on-server' to the index.
8594
85952004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * message.texi (Canceling News): Add how to set a password.
8598
85992004-10-12 Jay Belanger <belanger@truman.edu>
8600
0c7efc08 8601 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8602 calc-describe-function and calc-describe-variable to match their
8603 current behavior.
8604
86052004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8606
8607 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8608
86092004-10-12 Michael Albinus <michael.albinus@gmx.de>
8610
8611 Sync with Tramp 2.0.45.
8612
8613 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8614 plink link. The URL is outdated. Originator contacted for
8615 clarification.
8616
86172004-10-10 Juri Linkov <juri@jurta.org>
8618
8619 * gnus.texi (Top, Marking Articles): Join two menus in one node
8620 because a node can have only one menu.
8621
86222004-10-09 Juri Linkov <juri@jurta.org>
8623
8624 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8625 example of nnmail-split-fancy.
8626
86272004-10-06 Karl Berry <karl@gnu.org>
8628
8629 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8630 consistency with other uses of dashes.
8631
86322004-10-05 Karl Berry <karl@gnu.org>
8633
8634 * info.texi: Consistently use --- throughout, periods at end of
8635 menu descriptions, and a couple typos.
8636
86372004-09-26 Jesper Harder <harder@ifa.au.dk>
8638
8639 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8640 * pgg.texi (User Commands, Backend methods): Do.
8641 * gnus.texi: Markup fixes.
8642 (Setting Process Marks): Fix `M P a' entry.
8643 * emacs-mime.texi: Fixes.
8644
86452004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8646
8647 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8648 again.
8649 Use 5.10 instead of 5.10.0.
8650
86512004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8652
8653 * gnus.texi (Summary Mail Commands): S D e.
8654
86552004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8656
8657 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8658 the gnus-article-mode-line-format section.
8659
86602004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8661
8662 * gnus.texi (Various Summary Stuff): Fix the documentation for
8663 gnus-newsgroup-variables.
8664
86652004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8666
0c7efc08
SM
8667 * gnus.texi (MIME Commands):
8668 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8669 gnus-mime-display-multipart-alternative-as-mixed,
8670 gnus-mime-display-multipart-related-as-mixed.
8671 (Mail Source Customization): Clarify `mail-source-directory'.
8672 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8673 (SpamOracle): Fix typo.
2de53ca6
GM
8674
8675 * gnus-faq.texi: Untabify.
8676 ([6.3]): nnir.el is in contrib directory.
8677
8678 * message.texi (News Headers): Clarify how a unique ID is created.
8679
0c7efc08
SM
8680 * gnus.texi (Batching Agents): Fix typo in example.
8681 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8682
b2abec73 86832004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8684
0c7efc08 8685 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8686
86872004-09-20 Florian Weimer <fw@deneb.enyo.de>
8688
8689 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8690
86912004-09-22 Jay Belanger <belanger@truman.edu>
8692
0c7efc08 8693 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8694 might be hidden during part of the session.
8695
86962004-09-20 Jay Belanger <belanger@truman.edu>
8697
8698 * calc.texi (Notations Used in This Manual): Put in an earlier
8699 mention that DEL could be called Backspace.
8700
87012004-09-10 Simon Josefsson <jas@extundo.com>
8702
8703 * gnus.texi (IMAP): Add example. Suggested and partially written
8704 by Steinar Bang <sb@dod.no>.
8705
87062004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8707
8708 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8709 netrc syntax.
8710
87112004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8712
b2abec73
JB
8713 * gnus.texi (Spam ELisp Package Sequence of Events):
8714 Some clarifications.
2de53ca6
GM
8715 (Spam ELisp Package Global Variables): More clarifications.
8716
87172004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8718
8719 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8720 Mention spam-split does not modify incoming mail.
8721
87222004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8723
8724 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8725
87262004-09-10 Eli Zaretskii <eliz@gnu.org>
8727
8728 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8729
87302004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8731
8732 * makefile.w32-in (sieve, pgg): Use $(infodir).
8733
87342004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8735
8736 * makefile.w32-in: Fix PGG and Sieve entries.
8737
87382004-08-28 Eli Zaretskii <eliz@gnu.org>
8739
8740 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8741 Emacs and related programs.
8742
87432004-08-27 Richard M. Stallman <rms@gnu.org>
8744
8745 * faq.texi: Fix texinfo usage, esp. doublequotes.
8746 (Difference between Emacs and XEmacs): Some clarification.
8747
8748 * faq.texi (Difference between Emacs and XEmacs):
8749 Explain not to contrast XEmacs with GNU Emacs.
8750
87512004-08-26 Richard M. Stallman <rms@gnu.org>
8752
8753 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8754
87552004-08-22 David Kastrup <dak@gnu.org>
8756
8757 * reftex.texi (AUCTeX): Update links, section name.
8758
8759 * faq.texi (Calc): Update availability (included in 22.1).
8760 (AUCTeX): Update availability, information, versions, description.
8761
87622004-08-14 Eli Zaretskii <eliz@gnu.org>
8763
8764 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8765
87662004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8767
8768 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8769
87702004-08-10 Michael Albinus <michael.albinus@gmx.de>
8771
8772 Sync with Tramp 2.0.44.
8773
87742004-08-05 Lars Hansen <larsh@math.ku.dk>
8775
8776 * widget.texi (User Interface): Update how to separate the
8777 editable field of an editable-field widget from other widgets.
8778 (Programming Example): Add text after field.
8779
87802004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8781
8782 * emacs-mime.texi (Encoding Customization): Add a note to the
8783 mm-content-transfer-encoding-defaults entry.
8784 (rfc2047): Update.
8785
0c7efc08
SM
8786 * gnus.texi (Article Highlighting):
8787 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8788 (POP before SMTP): New node.
8789 (Posting Styles): Addition.
8790 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8791 (Fancy Mail Splitting): Ditto.
8792 (X-Face): Add gnus-x-face.
8793
87942004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8795
8796 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8797 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8798
87992004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8800
0c7efc08
SM
8801 * gnus.texi (Mail Source Specifiers):
8802 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8803
88042004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8805
8806 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8807
8808 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8809 repository. Change setfilename.
8810
8811 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8812
88132004-07-02 Juri Linkov <juri@jurta.org>
8814
8815 * pcl-cvs.texi (Viewing differences): Add `d r'.
8816
88172004-06-29 Jesper Harder <harder@ifa.au.dk>
8818
8819 * ses.texi, viper.texi, flymake.texi, faq.texi:
8820 * eshell.texi, ediff.texi: Markup fixes.
8821
88222004-06-21 Karl Berry <karl@gnu.org>
8823
8824 * info.texi (Top): Mention that only Emacs has mouse support.
8825 (Getting Started): Mention this in a few other places.
8826
88272004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8828
0c7efc08
SM
8829 * autotype.texi (Copyrights, Timestamps):
8830 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8831
88322004-06-13 Lars Hansen <larsh@math.ku.dk>
8833
8834 * dired-x.texi (dired-mark-omitted): Update keybinding.
8835
88362004-06-10 Kim F. Storm <storm@cua.dk>
8837
8838 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8839
88402004-06-05 Lars Hansen <larsh@math.ku.dk>
8841
8842 * dired-x.texi (variable dired-omit-mode): Rename from
8843 dired-omit-files-p.
8844 (function dired-omit-mode): Rename from dired-omit-toggle.
8845 Call dired-omit-mode rather than set dired-omit-files-p.
8846 (dired-mark-omitted): Describe command.
8847
88482004-05-29 Michael Albinus <michael.albinus@gmx.de>
8849
8850 Version 2.0.41 of Tramp released.
8851
88522004-05-29 Juanma Barranquero <lektu@terra.es>
8853
8854 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8855 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8856
88572004-05-29 Richard M. Stallman <rms@gnu.org>
8858
8859 * cl.texi (Top): Call this chapter `Introduction'.
8860 (Overview): In TeX, no section heading here.
8861
8862 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8863
88642004-05-29 Eli Zaretskii <eliz@gnu.org>
8865
8866 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8867 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8868
88692004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8870
8871 * flymake.texi: New file.
8872
88732004-05-28 Simon Josefsson <jas@extundo.com>
8874
8875 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8876
b344d29d 88772004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8878
8879 Version 2.0.40 of Tramp released.
8880
88812004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8882
8883 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8884
8885 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8886 variables `tramp-backup-directory-alist' and
8887 `tramp-bkup-backup-directory-info'.
8888 (Overview, Connection types)
8889 (External transfer methods, Default Method)
8890 (Windows setup hints): Remove restriction of password entering
8891 with external methods.
8892 (Auto-save and Backup): Make file name example
8893 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8894 and `auto-save-directory' must be used.
8895 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8896 only "NT"). Remove doubled entry "What kinds of systems does
8897 @tramp{} work on".
8898 (tramp): Macro removed.
8899 (Obtaining Tramp): Flag removed from title.
8900 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8901 and `trampver' used properly. Flag `tramp-inst' replaced by
8902 `installchapter'. Installation related text adapted.
8903
89042004-04-28 Masatake YAMATO <jet@gyve.org>
8905
8906 * widget.texi (Programming Example): Remove overlays.
8907
89082004-04-27 Jesper Harder <harder@ifa.au.dk>
8909
8910 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8911
89122004-04-23 Juanma Barranquero <lektu@terra.es>
8913
8914 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8915
89162004-04-05 Jesper Harder <harder@ifa.au.dk>
8917
8918 * info.texi (Info Search): Add info-apropos.
8919
89202004-03-22 Juri Linkov <juri@jurta.org>
8921
8922 * faq.texi: Fix help key bindings.
8923
89242004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8925
8926 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8927 (as suggested by Karl Berry). Update information about colored
8928 stars in menus. Add new subheading describing M-n.
8929
89302004-03-12 Richard M. Stallman <rms@gnu.org>
8931
8932 * cl.texi (Top): Rename top node's title.
8933
89342004-03-08 Karl Berry <karl@gnu.org>
8935
8936 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8937 problems making the texinfo distribution.
8938
89392004-02-29 Simon Josefsson <jas@extundo.com>
8940
0c7efc08 8941 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8942 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8943 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8944 <voegelas@gmx.net>.
8945
89462004-02-29 Juanma Barranquero <lektu@terra.es>
8947
8948 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8949 Use $(DEL) instead of rm, and ignore exit code.
8950
b344d29d 89512004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8952
8953 Tramp version 2.0.39 released.
8954
89552004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8956
8957 * tramp.texi (Customizing Completion): Explain new functions
8958 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8959 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8960 (Top): Refer to Savannah mailing list as the major one.
8961 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8962 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8963 (Frequently Asked Questions): Remote hosts must not be Unix-like
8964 for "smb" method.
8965 (Password caching): New node.
8966 (External transfer methods): Refer to password caching for "smb"
8967 method.
8968
89692004-02-17 Karl Berry <karl@gnu.org>
8970
8971 * info.texi (Help-Int): Mention the new line number feature.
8972
89732004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8974
8975 * ses.texi (Advanced Features): New functionality for
8976 ses-set-header-row (defaults to current row unless C-u used).
8977 (Acknowledgements): Add Stefan Monnier.
8978
89792003-12-29 Kevin Ryde <user42@zip.com.au>
8980
8981 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8982
b344d29d 89832003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8984
8985 Tramp version 2.0.38 released.
8986
8987 * tramp.texi (Remote shell setup): Warn of environment variables
8988 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8989 <sven.gabriel@imk.fzk.de>.
8990 (Configuration): Tramp now chooses base64/uuencode
8991 automatically. Update wording accordingly.
8992 (Top): More description for the `Default Method' menu entry.
8993 (Default Method): Use @code, not @var, for Lisp variables.
8994 (Default Method): New subsection `Which method is the right one
8995 for me?' Suggested by Christian Kirsch.
8996 (Configuration): Pointer to new subsection added.
8997 (Default Method): Too many "use" in one sentence.
8998 Rephrase. Reported by Christian Kirsch.
8999 (Filename Syntax): Old `su' example is probably a left-over from
9000 the sm/su method naming. Replace with `ssh', instead.
9001 (External transfer methods, Auto-save and Backup):
9002 Typo fixes.
9003
90042003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
9005
183080b6 9006 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
9007 (Top): Mention japanese manual only if flag `jamanual' is set.
9008 Insert section `Japanese manual' in menu.
9009
90102003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9011
9012 * eshell.texi (Known Problems): Add doc item.
9013
90142003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9015
9016 * cc-mode.texi: Update for CC Mode 5.30.
9017
9018 Note: Please refrain from doing purely cosmetic changes like
9019 removing trailing whitespace in this manual; it clobbers cvs
9020 merging for no good reason.
9021
90222003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9023
9024 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9025 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9026 @acronym{ASCII}.
9027
90282003-10-26 Karl Berry <karl@gnu.org>
9029
9030 * info.texi (Info Search): Echo area, not echo are. From Debian
9031 diff.
9032
90332003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
9034
10d1d0af 9035 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
9036 :buttons and :children keywords.
9037
90382003-10-22 Miles Bader <miles@gnu.org>
9039
9040 * Makefile.in (info): Move before $(top_srcdir)/info.
9041
90422003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
9043
9044 * tramp.texi (Inline methods): Small grammar fix.
9045 (External transfer methods): Likewise.
9046
90472003-10-08 Nick Roberts <nick@nick.uklinux.net>
9048
9049 * speedbar.texi: Remove paragraph for GUD that is no longer true.
9050
90512003-10-06 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * texinfo.tex: Replace `%' in arch tagline by @ignore.
9054
90552003-09-30 Richard M. Stallman <rms@gnu.org>
9056
9057 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9058
9059 * widget.texi (User Interface): Fix typos.
9060
9061 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9062
90632003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9064
9065 * pcl-cvs.texi (Selected Files): Fix typo.
9066
90672003-09-21 Karl Berry <karl@gnu.org>
9068
9069 * info.texi (] and [ commands): No period at end of section title.
9070
90712003-09-04 Miles Bader <miles@gnu.org>
9072
9073 * Makefile.in (top_srcdir): New variable.
9074 ($(top_srcdir)/info): New rule.
9075 (info): Depend on it.
9076
90772003-09-03 Peter Runestig <peter@runestig.com>
9078
9079 * makefile.w32-in: New file.
9080
90812003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9082
9083 * widget.texi (User Interface): Explain the need of static text
9084 around an editable field.
9085
90862003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9087
9088 * widget.texi (Basic Types): The argument to `:help-echo' can now
9089 be a form that evaluates to a string.
9090
90912003-08-18 Kim F. Storm <storm@cua.dk>
9092
9093 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9094
90952003-08-16 Richard M. Stallman <rms@gnu.org>
9096
9097 * dired-x.texi (Shell Command Guessing): Explain *.
9098
90992003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9100
9101 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9102 log-edit-insert-changelog.
9103
91042003-08-03 Karl Berry <karl@gnu.org>
9105
9106 * info.texi: Need @contents.
9107
c8763fb6 91082003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9109
9110 Tramp version 2.0.36 released.
9111
9112 * tramp.texi (Remote shell setup): Explain about problems with
9113 non-Bourne commands in ~/.profile and ~/.shrc.
9114
91152003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9116
9117 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9118 renaming of `vis-mode' to `visible-mode'.
9119
91202003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9121
9122 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9123 next, prev and up pointers.
9124
91252003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9126
9127 * info.texi (Help): Mention existence of Emacs and stand-alone
9128 Info at the very beginning of the tutorial.
9129 (Help-Inv): New node.
9130 (Help-]): New node.
9131 (Help-M): Systematically point out the differences between default
9132 Emacs and stand-alone versions. Delete second menu.
9133 (Help-Xref): Systematically point out the differences between
9134 default Emacs and stand-alone versions.
9135 (Help-Int): Change `l' example.
9136 (Expert Info): Fix typos.
9137 (Emacs Info Variables): Mention `Info-hide-note-references' and
9138 new default for `Info-scroll-prefer-subnodes'.
9139
c8763fb6 91402003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9141
9142 Version 2.0.35 of Tramp released.
9143
9144 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9145 (Inline methods): Add methods `remsh' and `plink1'.
9146 (External transfer methods): Add method `remcp'.
9147 (Multi-hop Methods): Add method `remsh'.
9148 Small patch from Adrian Aichner <adrian@xemacs.org>:
9149 Fix minor typos.
0c7efc08 9150 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9151 `Info-index'.
9152 (Version Control): Add cindex entry.
9153
c8763fb6 91542003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9155
9156 * trampver.texi: Version 2.0.34 released.
9157
91582003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9159
9160 * faq.texi: Improve previous changes.
9161
91622003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9163
9164 * faq.texi: Update copyright and maintenance details.
9165 Update some package URLs, versions, and maintainers.
9166 Remove many references to the Emacs Lisp Archive.
9167
91682003-04-23 Simon Josefsson <jas@extundo.com>
9169
9170 * smtpmail.texi: Fix license (the invariant sections mentioned has
9171 never been part of the smtp manual). Align info dir entry with
9172 other emacs packages.
9173
91742003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9175
9176 * tramp.texi: Version 2.0.33 released.
9177 Remove installation chapter. Remove XEmacs specifics.
9178
91792003-03-29 Richard M. Stallman <rms@gnu.org>
9180
9181 * tramp.texi (Top): Undo the previous renaming.
9182 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9183
c8763fb6 91842003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9185
9186 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9187 version of manual.
9188
9189 * tramp.texi (Auto-save and Backup): New node.
9190
91912003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9192
9193 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9194 Emacs" in order to have better differentiation to "XEmacs".
9195 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9196 are new macros in order to point to the other Emacs flavor where
9197 appropriate. In info case, point to node `Installation' in order
9198 to explain how to generate the other way. In html case, make a
9199 link to the other html file.
0c7efc08 9200 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9201 after CVS checkout/update.
9202 (Installation): Completely rewritten.
9203 (Installation parameters, Load paths): New sections under
9204 `Installation'.
9205
c8763fb6 92062003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9207
9208 * tramp.texi: Version 2.0.30 released.
9209 Replace word "path" with "localname" where used as a component of
9210 a Tramp file name.
9211
92122003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9213
9214 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9215 introduced.
9216 (Installation): Explain what to do if files from the tramp/contrib
9217 directory are needed.
9218
92192003-02-23 Alex Schroeder <alex@emacswiki.org>
9220
9221 * smtpmail.texi (How Mail Works): New.
9222
92232003-02-22 Alex Schroeder <alex@emacswiki.org>
9224
9225 * smtpmail.texi: New file.
9226
9227 * Makefile.in: Build SMTP manual.
9228
c8763fb6 92292003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9230
9231 * tramp.texi: Version 2.0.29 released.
9232 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9233 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9234
92352003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9236
9237 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9238 another package loads accidentally Ange-FTP.
2de53ca6
GM
9239
92402003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9241
9242 * tramp.texi (Customizing Completion): Add function
9243 `tramp-parse-sconfig'. Change example of
9244 `tramp-set-completion-function', because parsing of ssh config
9245 files looks more natural.
9246
92472003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9248
9249 * gnus.texi: Do not use `path' in several locations.
9250
c8763fb6 92512002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9252
0c7efc08
SM
9253 * tramp.texi (External transfer methods): New method `smb'.
9254 From Michael Albinus.
2de53ca6
GM
9255
92562002-11-05 Karl Berry <karl@gnu.org>
9257
9258 * info.texi (Info-fontify): Reorder face list to avoid bad line
9259 breaks.
9260
c8763fb6 92612002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9262
0c7efc08
SM
9263 * tramp.texi: Move @copying to standard place.
9264 Use @insertcopying.
2de53ca6
GM
9265
92662002-10-02 Karl Berry <karl@gnu.org>
9267
9268 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9269 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9270 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9271 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9272 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9273 Per rms, update all manuals to use @copying instead of @ifinfo.
9274 Also use @ifnottex instead of @ifinfo around the top node, where
9275 needed for the sake of the HTML output.
9276 (The Gnus manual is not fixed since it's not clear to me how it
9277 works; and the Tramp manual already uses @copying, although in an
9278 unusual way. All others were changed.)
9279
92802002-09-10 Jonathan Yavner <jyavner@engineer.com>
9281
9282 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9283 (../info/ses, ses.dvi): New targets.
9284 * ses.texi: New file.
9285
c8763fb6 92862002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9287
9288 * texinfo.tex: Update to texinfo 4.2.
9289
92902002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9291
9292 * reftex.texi: Update to RefTeX 4.19.
9293
c8763fb6 92942002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9295
9296 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9297 (../info/tramp, tramp.dvi): New targets.
9298
92992002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9300
9301 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9302 (calc.dvi): Uncomment.
9303
93042001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9305
9306 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9307 (../info/calc): New target.
9308
93092001-10-20 Gerd Moellmann <gerd@gnu.org>
9310
9311 * (Version 21.1 released.)
9312
93132001-10-05 Gerd Moellmann <gerd@gnu.org>
9314
9315 * Branch for 21.1.
9316
93172001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9318
9319 * Makefile.in (../info/info): Use an explicit -o switch to
9320 makeinfo.
9321
93222001-03-05 Gerd Moellmann <gerd@gnu.org>
9323
9324 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9325
93262000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9327
9328 * Makefile.in (../info/idlwave): Use --no-split.
9329
93302000-12-14 Dave Love <fx@gnu.org>
9331
c4cc8b9a 9332 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9333 (gnus.dvi): Change rule to remove @latex stuff.
9334
93352000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9336
9337 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9338
93392000-10-13 John Wiegley <johnw@gnu.org>
9340
9341 * Makefile.in: Add build targets for eshell.texi.
9342
93432000-09-25 Gerd Moellmann <gerd@gnu.org>
9344
9345 * Makefile.in: Remove/comment speedbar stuff.
9346
93472000-09-22 Dave Love <fx@gnu.org>
9348
9349 * Makefile.in: Add emacs-mime.
9350
93512000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9352
9353 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9354 (DVI_TARGETS): Add woman.dvi.
9355 (../info/woman, woman.dvi): New targets.
9356
93572000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9358
9359 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9360
9361 * pcl-cvs.texi: New file.
9362 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9363 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9364
93652000-05-11 Gerd Moellmann <gerd@gnu.org>
9366
9367 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9368 (../info/ebrowse, ebrowse.dvi): New targets.
9369
93702000-01-13 Gerd Moellmann <gerd@gnu.org>
9371
9372 * Makefile.in (INFO_TARGETS): Add eudc.
9373 (DVI_TARGETS): Add eudc.dvi.
9374 (../info/eudc, eudc.dvi): New targets.
9375
93762000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9377
9378 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9379 compatibility with 8+3 filesystems).
9380 (../info/efaq): Rename from emacs-faq.
9381
93822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9385 (../info/idlwave, idlwave.dvi): New targets.
9386
93871999-10-23 Dave Love <fx@gnu.org>
9388
9389 * Makefile.in: Use autotype.texi.
9390
93911999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9392
9393 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9394 faq.texi file) rather than ../info/faq.
9395
93961999-10-07 Gerd Moellmann <gerd@gnu.org>
9397
9398 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9399 (../info/ada-mode, ada-mode.dvi): New targets.
9400
94011999-09-01 Dave Love <fx@gnu.org>
9402
9403 * Makefile.in: Add faq.
9404
94051999-07-12 Richard Stallman <rms@gnu.org>
9406
9407 * Version 20.4 released.
9408
94091998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9410
9411 * Version 20.3 released.
9412
94131998-04-06 Andreas Schwab <schwab@gnu.org>
9414
768c0c0f
JB
9415 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9416 Use it in dvi targets.
2de53ca6
GM
9417 (../etc/GNU): Change to $(srcdir) first.
9418
94191998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9420
9421 * reftex.texi: Update for RefTeX version 3.22.
9422
94231998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9424
9425 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9426 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9427
94281997-09-23 Paul Eggert <eggert@twinsun.com>
9429
9430 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9431 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9432
94331997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9434
9435 * Version 20.2 released.
9436
94371997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9438
9439 * Version 20.1 released.
9440
94411997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9442
9443 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9444
94451996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9446
9447 * Version 19.33 released.
9448
94491996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9450
9451 * Version 19.32 released.
9452
94531996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9454
9455 * Makefile.in: Add rules for the Message manual.
9456
94571996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9458
9459 * gnus.texi: New version.
9460
9461 * message.texi: New manual.
9462
94631996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9464
9465 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9466
94671996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9468
9469 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9470 Specify -I option.
9471 (All dvi targets): Set the TEXINPUTS variable.
9472
94731996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9474
9475 * Version 19.31 released.
9476
94771996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9478
9479 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9480 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9481
94821995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9483
9484 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9485 (INFO_TARGETS): Add ../info/cc-mode.
9486 (DVI_TARGETS): Add cc-mode.dvi.
9487
2de53ca6
GM
94881995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9489
9490 * Version 19.30 released.
9491
94921995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9493
9494 * gnus.texi: New file.
9495
94961995-11-04 Erik Naggum <erik@naggum.no>
9497
9498 * gnus.texi: File deleted.
9499
95001995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9501
9502 * mh-e.texi: "Function Index" -> "Command Index" to work with
9503 Emacs 19.30 C-h C-k support of separately-documented commands.
9504
95051995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9506
9507 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9508 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9509
95101995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9511
9512 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9513 (../info/viper, viper.dvi): New targets.
9514
95151995-04-20 Kevin Rodgers <kevinr@ihs.com>
9516
9517 * dired-x.texi (Installation): Change the example to set
9518 buffer-local variables like dired-omit-files-p in
9519 dired-mode-hook.
9520
95211995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9522
9523 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9524 (../info/mh-e, mh-e.dvi): New targets.
9525
95261995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9527
9528 * Makefile.in (maintainer-clean): Rename from realclean.
9529
95301994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9531
9532 * Makefile.in: New file.
9533 * Makefile: File deleted.
9534
95351994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9536
9537 * Makefile (TEXINDEX_OBJS): Variable deleted.
9538 (texindex, texindex.o, getopt.o): Rules deleted.
9539 All deps on texindex deleted.
9540 (distclean): Don't delete texindex.
9541 (mostlyclean): Don't delete *.o.
9542 * texindex.c, getopt.c: Files deleted.
9543
95441994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9545
9546 * Version 19.26 released.
9547
95481994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9549
9550 * Version 19.25 released.
9551
95521994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9553
9554 * Version 19.24 released.
9555
95561994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9557
9558 * Version 19.23 released.
9559
95601994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9561
9562 * Makefile: Delete spurious tab.
9563
95641994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9565
9566 * Makefile (.SUFFIXES): New rule.
9567
95681994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9569
9570 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9571 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9572
95731994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Makefile (../info/sc): Rename from sc.info.
9576 (../info/cl): Likewise.
9577 (INFO_TARGETS): Use new names.
9578
95791993-12-04 Richard Stallman (rms@srarc2)
9580
9581 * getopt.c: New file.
9582 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9583 (getopt.o): New rule.
9584 (dvi): Don't depend on texindex.
9585 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9586 Depend on texindex.
9587
95881993-12-03 Richard Stallman (rms@srarc2)
9589
9590 * Makefile (../info/sc.info): Rename from ../info/sc.
9591 (TEXI2DVI): New variable.
9592 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9593 Add explicit commands.
9594 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9595
95961993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9597
9598 * Version 19.22 released.
9599
96001993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9601
9602 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9603
96041993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9605
9606 * Version 19.21 released.
9607
96081993-11-15 Paul Eggert (eggert@twinsun.com)
9609
9610 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9611
96121993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9613
9614 * Makefile (../etc/GNU): New target.
9615 (EMACSSOURCES): Add gnu1.texi.
9616
96171993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9618
9619 * Makefile (realclean): Don't delete the Info files.
9620
f0131492 96211993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9622
9623 * forms.texi: Fix forms.texi so that it will format correctly.
9624 Add missing `@end iftex', fix bad reference.
9625
9626 * info.texi, info-stn.texi: New files implement texinfo version of
9627 `info' file.
9628
f0131492 96291993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9630
9631 * Makefile: Fix targets for texindex, new info.texi files.
9632 * info-stnd.texi: New file implements info for standalone info
9633 reader.
9634 * info.texi: Update to include recent changes to "../info/info".
9635 New source file for ../info/info; includes info-stnd.texi.
9636
9637 * texindex.c: Include "../src/config.h" if building in emacs.
9638
9639 * Makefile: Change all files to FILENAME.texi, force all targets
9640 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9641 vip.texinfo, forms.texinfo, cl.texinfo.
9642 Add target to build texindex.c, defining `emacs'.
9643
9644 * forms.texi: Install new file to match version 2.3 of forms.el.
9645
96461993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9647
9648 * Version 19.19 released.
9649
96501993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9651
9652 * sc.texinfo: Fix info file name.
9653
9654 * Makefile (info): Add gnus and sc.
9655 (dvi): Add gnus.dvi and sc.dvi.
9656 (../info/sc, sc.dvi): New targets.
9657
96581993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9659
9660 * Version 19.18 released.
9661
96621993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9663
9664 * Makefile: Fix source file names of the separate manuals.
9665 (gnus.dvi, ../info/gnus): New targets.
9666
96671993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9668
9669 * Version 19.17 released.
9670
96711993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9672
9673 * split-man: Fix typos in last change.
9674
96751993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9676
9677 * Version 19.16 released.
9678
96791993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9680
9681 * version 19.15 released.
9682
96831993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9684
9685 * Makefile (distclean): It's rm, not rf.
9686
96871993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9688
9689 * Version 19.14 released.
9690
96911993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9692
9693 * Makefile: New file.
9694
96951993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9696
9697 * Version 19.13 released.
9698
96991993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9700
9701 * Version 19.9 released.
9702
97031993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9704
9705 * Version 19.8 released.
9706
97071993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9708
9709 * Version 19.7 released.
9710
97111990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9712
9713 * gnus.texinfo: New file. Removed installation instructions.
9714
97151990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9716
9717 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9718
97191989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9720
9721 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9722 then define `\sc' as the command for smallcaps in Texinfo.
9723 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9724 made the corresponding change to makeinfo and texinfm.el.
9725
97261988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9727
9728 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9729 Customization since the menu entry did not point to anything.
9730 Also add an @finalout command to remove overfull hboxes from the
9731 printed output.
9732
9733 * cl.texinfo: Add @bye, \input line and @settitle to file.
9734 This file is clearly intended to be a chapter of some other work,
9735 but the other work does not yet exist.
9736
97371988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9738
9739 * texinfo.texinfo: Three typos corrected.
9740
4009494e 9741;; Local Variables:
c8763fb6 9742;; coding: utf-8
4009494e
GM
9743;; End:
9744
3fe7cdc8 9745 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9746
9747 This file is part of GNU Emacs.
9748
97c0352c 9749 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9750 it under the terms of the GNU General Public License as published by
97c0352c
GM
9751 the Free Software Foundation, either version 3 of the License, or
9752 (at your option) any later version.
4009494e
GM
9753
9754 GNU Emacs is distributed in the hope that it will be useful,
9755 but WITHOUT ANY WARRANTY; without even the implied warranty of
9756 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9757 GNU General Public License for more details.
9758
9759 You should have received a copy of the GNU General Public License
97c0352c 9760 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.