Undocument cl-floatp-safe, since it is no longer relevant
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
7fbf8f7b
GM
12012-11-02 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Naming Conventions, Type Predicates, Macros)
4 (Predicates on Numbers): No longer mention cl-floatp-safe.
5
df43dd53
GM
62012-11-01 Glenn Morris <rgm@gnu.org>
7
8 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
9 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
10 (Macro Bindings, Blocks and Exits):
11 Acknowledge existence of lexical-binding.
12 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 13
69c1c2e6
GM
142012-10-31 Glenn Morris <rgm@gnu.org>
15
dd90fd1a
GM
16 * ert.texi (Introduction, The @code{should} Macro):
17 Refer to "cl-assert" rather than "assert".
18
69c1c2e6
GM
19 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
20 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
21 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
22 Reword, and add details of flet and labels.
87b0d8b1 23 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 24
4ddedf94
GM
252012-10-30 Glenn Morris <rgm@gnu.org>
26
27 * cl.texi (Modify Macros): Update for cl-letf changes.
28 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
29 (Setf Extensions): Partially restore note about cl-getf,
30 mainly moved to lispref/variables.texi.
31 (Property Lists): Fix cl-getf typos.
f43a5263 32 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 33
d3094168
GM
342012-10-29 Glenn Morris <rgm@gnu.org>
35
36 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 37 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 38 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
39 (Modify Macros, Multiple Values, Other Clauses):
40 Remove mentions of obsolete features.
6a07d52e 41 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 42
3c0c6155
GM
432012-10-28 Glenn Morris <rgm@gnu.org>
44
f94b04fc
GM
45 * cl.texi (Multiple Values, Common Lisp Compatibility):
46 More namespace updates.
47 (Obsolete Features): Copyedits.
48 (Obsolete Lexical Macros, Obsolete Setf Customization):
49 New subsections.
50
9c52d61d
GM
51 * cl.texi (Porting Common Lisp, Lexical Bindings):
52 Add some xrefs to the Elisp manual.
53
3c0c6155
GM
54 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
55 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
56 (Obsolete Features): New appendix. Move Lexical Bindings here.
57
5887564d
GM
582012-10-27 Glenn Morris <rgm@gnu.org>
59
e1117425
GM
60 * cl.texi: Use defmac for macros rather than defspec.
61 (Efficiency Concerns): Related copyedit.
62
5887564d
GM
63 * cl.texi (Control Structure): Update for setf now being in core.
64 (Setf Extensions): Rename from Basic Setf. Move much of the
65 former content to lispref/variables.texi.
66 (Modify Macros): Move pop, push details to lispref/variables.texi.
67 (Customizing Setf): Copyedits for setf etc being in core.
68 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
69 Further namespaces updates.
70
bdebdb64
BG
712012-10-26 Bastien Guerry <bzg@gnu.org>
72
73 * org.texi (Installation): Update the link to Org's ELPA. Also
74 don't mention org-install.el anymore as the replacement file
75 org-loaddefs.el is now loaded by org.el.
76
f956e59d
MA
772012-10-25 Michael Albinus <michael.albinus@gmx.de>
78
79 * tramp.texi (Frequently Asked Questions): Mention
80 `tramp-completion-reread-directory-timeout' for performance
81 improvement.
82
a05cb6e3
GM
832012-10-25 Glenn Morris <rgm@gnu.org>
84
85 * cl.texi: Don't mess with the TeX section number counter.
86 Use Texinfo recommended convention for quotes+punctuation.
87 (Overview, Sequence Functions): Rephrase for better line-breaking.
88 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
89 (Macro Bindings, Conditionals, Iteration, Loop Basics)
90 (Random Numbers, Mapping over Sequences, Structures)
91 (Porting Common Lisp): Further updates for cl-lib namespace.
92 (Modify Macros, Declarations, Macro Bindings, Structures):
93 Break long lines in examples.
94 (Dynamic Bindings): Update for changed progv behavior.
95 (Loop Examples, Efficiency Concerns): Markup fixes.
96 (Structures): Remove TeX margin change.
39ff2cf3 97 (Declarations): Fix typos.
a05cb6e3 98
39a58b5b
GM
992012-10-24 Glenn Morris <rgm@gnu.org>
100
a6880551
GM
101 * cl.texi (Overview, Multiple Values, Creating Symbols)
102 (Numerical Functions): Say less/nothing about the original cl.el.
103 (Old CL Compatibility): Remove.
104 (Assertions): Remove ignore-errors (standard Elisp for some time).
105
39a58b5b
GM
106 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
107 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
108 (Efficiency Concerns, Efficiency Concerns)
109 (Common Lisp Compatibility, Old CL Compatibility):
110 Further updates for cl-lib namespace.
111
72ec96fb
PE
1122012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
113
114 Update manual for new time stamp format (Bug#12706).
115 * emacs-mime.texi (time-date): Update for new format.
116 Also, fix bogus time stamp and modernize a bit.
117
8d6510b9
GM
1182012-10-23 Glenn Morris <rgm@gnu.org>
119
120 * cl.texi: Include emacsver.texi. Use Emacs version number rather
121 than unchanging cl.el version number.
122 End all menu descriptions with a period.
123 Do not use @dfn{CL} for every instance of "CL".
124 (Overview): Remove no-runtime caveat, and note about foo* names.
125 (Usage): Use cl-lib rather than cl.
126 (Organization, Naming Conventions): Update for cl-lib.el.
127 (Installation): Remove long-irrelevant node.
128 (Program Structure, Predicates, Control Structure):
129 Start updating for cl-lib namespace.
8d6510b9
GM
130 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
131 Depend on emacsver.texi.
132
0a078f36
MA
1332012-10-09 Michael Albinus <michael.albinus@gmx.de>
134
135 * trampver.texi: Update release number.
136
a03bb33f
GM
1372012-10-06 Glenn Morris <rgm@gnu.org>
138
24636b26
GM
139 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
140 ERC version.
141 (Introduction): ERC is distributed with Emacs.
142 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
143 (Getting Started): Simplify.
144 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
145 (History): Mention ERC maintained as part of Emacs now.
146 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
147 Add dependency on emacsver.texi.
148
a03bb33f
GM
149 * erc.texi: Remove hand-written node pointers.
150
d259be38
GM
1512012-10-05 Glenn Morris <rgm@gnu.org>
152
153 * newsticker.texi (Overview, Requirements, Usage, Configuration):
154 Copyedits.
155
62a81506
CY
1562012-10-01 Eric Ludlam <zappo@gnu.org>
157
158 * ede.texi (Quick Start, Project Local Variables)
159 (Miscellaneous commands, ede-java-root, Development Overview)
160 (Detecting a Project): New nodes.
161 (Simple projects): Node deleted.
162
163 * eieio.texi (Building Classes): Some slot attributes cannot be
164 overridden.
165 (Slot Options): Remove an example.
166 (Method Invocation, Documentation): New nodes.
167
07f133bf
GM
1682012-10-01 Glenn Morris <rgm@gnu.org>
169
170 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
171 (reftex.pdf): Add dependency on emacsver.texi.
172 * reftex.texi: Don't include directory part for emacsver.texi;
173 the Makefile's -I handles it.
174
4f595e15
RA
1752012-09-30 Ralf Angeli <angeli@caeruleus.net>
176
177 Merge from standalone RefTeX repository.
178
179 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
180 with macros.
181 (Imprint): Mention Wolfgang in list of contributors.
182 (Creating Citations): Give a hint about how to
183 auto-revert the BibTeX database file when using external editors.
184 (Referencing Labels): Simplify section about reference macro
185 cycling.
186 (Options (Referencing Labels)): Adapt to new structure of
187 `reftex-ref-style-alist'.
188 (Referencing Labels, Reference Styles): Document changes in the
189 referencing functionality.
190 (Commands): Mention options for definition of header and footer in
191 BibTeX files.
192 (Options (Creating Citations)): Document
193 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
194 (Reference Styles): New section.
195 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
196 (Options (Referencing Labels)): Remove descriptions of deprecated
197 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
198 Add descriptions for `reftex-ref-style-alist' and
199 `reftex-ref-style-default-list'.
200 (Referencing Labels): Update regarding reference styles.
201 (Citation Styles): Mention support for ConTeXt.
202 (Options (Defining Label Environments)): Fix typo.
203 (Options (Creating Citations)): Document
204 `reftex-cite-key-separator'.
205
8223b1d2
BG
2062012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
207
208 * org.texi: Add description of ORG_ADD_CONTRIB to info
209 documentation. Add link to Worg for more details.
210
211 * org.texi: Clarify installation procedure. Provide link to the
212 build system description on Worg.
213
214 * org.texi: Remove reference to utils/, x11idle.c is now in
215 contrib/scripts.
216
217 * org.texi: Re-normalize to "Org mode" in manual.
218
219 * org.texi (Installation): Adapt documentation to new build
220 system. Mention GNU ELPA (since it needs to be handled like Emacs
221 built-in Org).
222
8223b1d2
BG
2232012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
224
225 * org.texi: Fix typo in description of the 'Hooks' section.
226
227 * org.texi: Add ID to the list of special properties.
228
2292012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
230
231 * org.texi (Moving subtrees): Document the ability to archive to a
232 datetree.
233
2342012-09-30 Bastien Guerry <bzg@altern.org>
235
236 * org.texi (Installation, Feedback, Batch execution): Use
237 (add-to-list 'load-path ... t) for the contrib dir.
238
239 * org.texi (results): Update documentation for ":results drawer"
240 and ":results org".
241
242 * org.texi (Column width and alignment): Fix typo.
243
244 * org.texi (Activation): Point to the "Conflicts" section.
245
246 * org.texi (Conflicts): Mention filladapt.el in the list of
247 conflicting packages.
248
249 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
250 not needed for versions of Emacs > 22.1.
251
252 * org.texi (History and Acknowledgments): Fix typo.
253
254 * org.texi (History and Acknowledgments): Add my own
255 acknowledgments.
256
257 * org.texi (Agenda commands): Document the new command and the new
258 option.
259
260 * org.texi (Agenda commands): Delete `org-agenda-action' section.
261 (Agenda commands): Reorder. Document `*' to toggle persistent
262 marks.
263
264 * org.texi (Agenda dispatcher): Mention
265 `org-toggle-agenda-sticky'.
266 (Agenda commands, Exporting Agenda Views): Fix typo.
267
268 * org.texi (Templates in contexts, Setting Options): Update to
269 reflect changes in how contexts options are processed.
270
271 * org.texi (Templates in contexts): Document the new structure of
272 the variables `org-agenda-custom-commands-contexts' and
273 `org-capture-templates-contexts'.
274
275 * org.texi (Templates in contexts): Document the new option
276 `org-capture-templates-contexts'.
277 (Storing searches): Document the new option
278 `org-agenda-custom-commands-contexts'.
279
280 * org.texi (Formula syntax for Lisp): Reformat.
281
282 * org.texi (Special properties, Column attributes)
283 (Agenda column view): Document the new special property
284 CLOCKSUM_T.
285
286 * org.texi (Template expansion): Document the new %l template.
287
288 * org.texi (Fast access to TODO states): Fix documentation about
289 allowed characters for fast todo selection.
290
291 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
292 use in `org-agenda-to-appt'.
293
294 * org.texi (Comment lines): Update wrt comments.
295
296 * org.texi (Resolving idle time): Document new keybinding.
297
298 * org.texi (Clocking commands): Document the use of S-M-<up/down>
299 on clock timestamps.
300
301 * org.texi (Fast access to TODO states): Explicitely says only
302 letters are supported as fast TODO selection keys.
303
304 * org.texi (Link abbreviations): Illustrate the use of the "%h"
305 specifier. Document the new "%(my-function)" specifier.
306
307 * org.texi (Clocking commands): New cindex.
308 (Clocking commands): Update documentation for `org-clock-in'.
309 Document `org-clock-in-last'. Mention `org-clock-out' and
310 `org-clock-in-last' as commands that can be globally bound.
311 (Resolving idle time): Document continuous clocking.
312
313 * org.texi (Top, Introduction): Fix formatting.
314 (Activation): Add index entries.
315 (Conventions): Update section.
316 (Embedded @LaTeX{}): Fix formatting.
317
318 * org.texi (Visibility cycling): Document `show-children'.
319
320 * org.texi (Using capture): Mention the `org-capture-last-stored'
321 bookmark as a way to jump to the last stored capture.
322
323 * org.texi (Uploading files): Fix typo.
324
325 * org.texi (Using capture): Document `C-0' as a prefix argument
326 for `org-capture'.
327
328 * org.texi (Agenda commands): Document persistent marks.
329
330 * org.texi (Template expansion): Update doc to reflect change.
331
332 * org.texi (Radio tables): Document the :no-escape parameter.
333
334 * org.texi (Repeated tasks): Document repeat cookies for years,
335 months, weeks, days and hours.
336
337 * org.texi (Export options): State that you can use the d: option
338 by specifying a list of drawers.
339
340 * org.texi (HTML preamble and postamble): Small doc improvement.
341
3422012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
343
344 * org.texi: The sections in the Exporting section of the manual
345 left out articles in the description of the org-export-as-*
346 commands, among other places. This patch adds them, adds a few
347 missing prepositions, and switches instances of "an HTML" to "a
348 html" for internal consistency.
349
350 * org.texi: Alter several examples of headings with timestamps in
351 them to include the timestamps in the body instead of the heading.
352
3532012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
354
355 * org.texi (Agenda dispatcher): Document sticky agenda views and
356 the new key for them.
357
3582012-09-30 Charles <millarc@verizon.net> (tiny change)
359
360 * org.texi (Advanced features): Fix error in table.
361
3622012-09-30 Feng Shu <tumashu@gmail.com>
363
364 * org.texi (@LaTeX{} fragments): Document imagemagick as an
365 alternative to dvipng.
366
3672012-09-30 François Allisson <francois@allisson.co> (tiny change)
368
369 * org.texi: Remove extra curly bracket.
370
3712012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
372
373 * org.texi (org-clock-in-last and org-clock-cancel): Update the
374 defkeys.
375
3762012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
377
378 * org.texi (Agenda commands): Fix two typos by giving
379 corresponding function names, according to
380 `org-agenda-view-mode-dispatch'.
381
3822012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
383
384 * org.texi (The spreadsheet): Fix typo.
385
3862012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
387
388 * org.texi (Tracking your habits): Point to the "Tracking TODO
389 state changes" section.
390
3912012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
392
393 * org.texi (Literal examples): Remove reference to unknown
394 `org-export-latex-minted' variable. Also simplify footnote since
395 `org-export-latex-listings' documentation is exhaustive already.
396
397 * org.texi (Plain lists): Remove reference to now hard-coded
398 `bullet' automatic rule.
399
4002012-09-30 Toby S. Cubitt <tsc25@cantab.net>
401
402 * org.texi: Updated documentation accordingly.
403
5087f097
PE
4042012-09-13 Paul Eggert <eggert@cs.ucla.edu>
405
406 * texinfo.tex: Merge from gnulib.
407
20121a26
MA
4082012-09-12 Michael Albinus <michael.albinus@gmx.de>
409
410 Sync with Tramp 2.2.6.
411
412 * tramp.texi (Bug Reports): Cleanup caches before a test run.
413
414 * trampver.texi: Update release number.
415
44677e30
PE
4162012-09-12 Paul Eggert <eggert@cs.ucla.edu>
417
418 * texinfo.tex: Merge from gnulib.
419
5a4c42ba
AA
4202012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
421
422 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
423 (bug#12096).
424
8e7046c3
JB
4252012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
426
1dcac243
JB
427 * calc.texi (Simplification modes, Conversions)
428 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
429 (The Calc Mode Line): Mention the mode line display for Basic
430 simplification mode.
431 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
432 simplifications.
433 (Basic Simplifications): Rename from "Limited Simplifications"
434 Replace "limited" by "basic" throughout.
435 (Algebraic Simplifications): Indicate that the algebraic
436 simplifications are done by default.
437 (Unsafe Simplifications): Mention `m E'.
438 (Simplification of Units): Mention `m U'.
439 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
440 (Kinds of Declarations, Functions for Declarations): Mention
441 "algebraic simplifications" instead of `a s'.
1dcac243 442 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 443
d2bd74ff
JB
4442012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
445
446 * calc.texi (Getting Started, Tutorial): Change simulated
447 Calc output to match actual output.
448 (Simplifying Formulas): Mention that algebraic simplification is now
449 the default.
450
77472261
EZ
4512012-07-28 Eli Zaretskii <eliz@gnu.org>
452
453 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
454 (Bug#12073)
455
09ae5da1
PE
4562012-07-25 Paul Eggert <eggert@cs.ucla.edu>
457
458 Prefer typical American spelling for "acknowledgment".
459 * calc.texi (History and Acknowledgments): Rename from
460 History and Acknowledgements.
461 * idlwave.texi (Acknowledgments):
462 * ses.texi (Acknowledgments):
463 * woman.texi (Acknowledgments): Rename from Acknowledgements.
464
c4444d16
PE
4652012-07-09 Paul Eggert <eggert@cs.ucla.edu>
466
467 Rename configure.in to configure.ac (Bug#11603).
468 * ede.texi (Compiler and Linker objects, ede-proj-project)
469 (ede-step-project): Prefer the name configure.ac to configure.in.
470
ef091c97
MA
4712012-07-06 Michael Albinus <michael.albinus@gmx.de>
472
473 * tramp.texi (Multi-hops): Introduce
474 `tramp-restricted-shell-hosts-alist'.
475
89b163db
G
4762012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
477
478 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
479 methods, so don't mention smtpmail here.
480
4812012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
482
483 * gnus.texi (Picons): Document gnus-picon-properties.
484
4852012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
486
487 * gnus.texi: Remove mention of compilation, as that's no longer
488 supported.
489
4902012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
491
492 * gnus.texi (Archived Messages): Mention
493 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
494
4952012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
496
497 * gnus.texi (Various Summary Stuff):
498 Remove mention of `gnus-propagate-marks'.
499
5002012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
501
502 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
503 which no longer exist.
504
5052012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
506
507 * gnus.texi (Archived Messages):
508 Document gnus-gcc-self-resent-messages.
509
5102012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
511
512 * message.texi (Mail Variables):
513 Mention the optional user parameter for X-Message-SMTP-Method.
514
5152012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
516
517 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
518
519 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
520
5212012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
522
523 * gnus.texi (Key Index): Change encoding to utf-8.
524
ac1a0ce1 5252012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
526
527 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
528
71cca84d
G
5292012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * gnus.texi (Group Timestamp): Mention where to find documentation for
532 the `gnus-tmp-' variables (bug#11601).
533
888a7fc0
MA
5342012-06-11 Michael Albinus <michael.albinus@gmx.de>
535
536 Sync with Tramp 2.2.6-pre.
537
538 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
539 where appropriate.
540 (Ad-hoc multi-hops): New section.
541 (Remote processes): New subsection "Running remote processes on
542 Windows hosts".
543 (History): Add remote commands on Windows, and ad-hoc multi-hop
544 methods.
545 (External methods): "ControlPersist" must be set to "no" for the
546 `scpc' method.
547 (Remote processes): Add a note about `auto-revert-tail-mode'.
548 (Frequently Asked Questions): Use "scpx" in combination with
549 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
550
551 * trampver.texi: Update release number.
552
31ca4639 5532012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
554
555 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
556 compilation for html-mono.
557
0e8bbf66
PE
5582012-06-08 Paul Eggert <eggert@cs.ucla.edu>
559
560 * texinfo.tex: Merge from gnulib.
561
b8f061b3
KY
5622012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
563
564 * Makefile.in (echo-info): Don't try to install info files named
565 just ".info".
566
16af873e
GM
5672012-05-28 Glenn Morris <rgm@gnu.org>
568
c1dabff0
GM
569 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
570
16af873e
GM
571 * sc.texi: Nuke hand-written node pointers.
572 Fix top-level menu to match actual node order.
573
1d5b82ef
GM
5742012-05-27 Glenn Morris <rgm@gnu.org>
575
576 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
577 Some associated fixes, including not messing with chapno in cl.texi.
578
33017faf 5792012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
580
581 * org.texi (Durations and time values): Fix typo.
582
d14b0029
JB
5832012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
584
33017faf 585 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
586 Mention `calc-ensure-consistent-units'.
587
2f4cadd1 5882012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 589
9879e263
AS
590 * cc-mode.texi: Avoid space before macro in 4th argument of cross
591 reference commands. (Bug#11461)
592
78e91d08
AS
593 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
594
3fe7cdc8
GM
5952012-05-12 Glenn Morris <rgm@gnu.org>
596
9598ef0b
GM
597 * Makefile.in (mostlyclean): Add more TeX intermediates.
598
7d326a29
GM
599 * Makefile.in: Make it look more like the other doc Makefiles.
600 Use explicit $srcdir in all dependencies.
601 Remove cd $srcdir from rules.
602 (VPATH): Remove.
603 (infodir): Set to an absolute path.
604 (INFO_TARGETS): Use short names.
605 (mkinfodir): infodir is now absolute.
606 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
607
c7f95930 608 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 609 (.SUFFIXES): Disable implicit rules.
c7f95930 610
3fe7cdc8
GM
611 * Makefile.in (MKDIR_P): New, set by configure.
612 (mkinfodir): Use $MKDIR_P.
613
6f0652af
GM
6142012-05-07 Glenn Morris <rgm@gnu.org>
615
616 * forms.texi (Long Example): Update for changed location of files.
617
8045b906
GM
6182012-05-04 Glenn Morris <rgm@gnu.org>
619
620 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
621 (INFO_TARGETS): Use $INFO_EXT.
622 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
623 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
624 (INFO_TARGETS): Use $INFO_EXT.
625 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
626
9e7a4bcf
GM
6272012-05-02 Glenn Morris <rgm@gnu.org>
628
9aa071df
GM
629 * Makefile.in (echo-info): New phony target, used by top-level.
630
9e7a4bcf
GM
631 * viper.texi: Make direntry shorter (also it is no longer "newest").
632
633 * emacs-gnutls.texi, ert.texi, org.texi:
634 Fix dircategory, direntry to match info/dir.
635
31cc861c
GM
636 * faq.texi: Convert @inforefs to @xrefs.
637 Fix some malformed cross-references.
f9e320bb
GM
638 (File-name conventions): Shorten section name to avoid overfull line.
639 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 640
723ea6b5
TZ
6412012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
642
643 * auth.texi (Help for users): Update for .gpg file being second.
644
a8e7d6d7 6452012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
646
647 * org.texi (Agenda commands): Fix two typos: give corresponding
648 function names, according to `org-agenda-view-mode-dispatch'.
649
a8e7d6d7 6502012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
651
652 * faq.texi (Major packages and programs): Remove section.
653 There is no point listing 6 packages (cf etc/MORE.STUFF).
654 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 655
dcbf5805
MA
6562012-04-22 Michael Albinus <michael.albinus@gmx.de>
657
658 * dbus.texi (Version): New node.
659 (Properties and Annotations): Mention the object manager
660 interface. Describe dbus-get-all-managed-objects.
661 (Type Conversion): Floating point numbers are allowed, if an
662 anteger does not fit Emacs's integer range.
663 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
664 (Asynchronous Methods): Fix description of
665 dbus-call-method-asynchronously.
666 (Receiving Method Calls): Fix some minor errors. Add
667 dbus-interface-emacs.
668 (Signals): Describe unicast signals and the new match rules.
669 (Alternative Buses): Add the PRIVATE optional argument to
670 dbus-init-bus. Describe its new return value. Add dbus-setenv.
671
adee4030
GM
6722012-04-20 Glenn Morris <rgm@gnu.org>
673
674 * faq.texi (New in Emacs 24): New section.
675 (Packages that do not come with Emacs): Mention M-x list-packages.
676
35dc09a1 6772012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
678
679 * cc-mode.texi (c-offsets-alist): Correct a typo.
680
35dc09a1 6812012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
682
683 * org.texi (Deadlines and scheduling): Fix the example: the
684 DEADLINE item should come right after the headline. We enforce
685 this convention, so it is a bug not to illustrate it correctly in
686 the manual.
687
35dc09a1 6882012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
689
690 * org.texi (Agenda commands): Fix documentation bug by swapping
691 the equivalent keybindings to `org-agenda-next-line' with the ones
692 to `org-agenda-previous-line'.
693
35dc09a1 6942012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
695
696 * Makefile.in: Replace non-portable use of $< in ordinary rules.
697
e2560ea8
EZ
6982012-04-09 Eli Zaretskii <eliz@gnu.org>
699
700 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
701 emacs-gnutls.
702 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
703
6b4f4a2d
TZ
7042012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
705
250b840e 706 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
707
708 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
709
ca2c89b6
TZ
7102012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
711
712 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 713 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 714
aebd5f1a
GM
7152012-04-04 Glenn Morris <rgm@gnu.org>
716
717 * auth.texi (Secret Service API): Copyedits.
718 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
719 (Help for users, Help for developers)
720 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 721
0317dd51
MA
7222012-04-04 Michael Albinus <michael.albinus@gmx.de>
723
724 * auth.texi (Secret Service API): Add the missing text.
725
3d439cd1
CY
7262012-04-04 Chong Yidong <cyd@gnu.org>
727
728 * message.texi (Using PGP/MIME): Note that epg is now the default.
729
730 * gnus.texi: Reduce references to obsolete pgg library.
731 (Security): Note that epg is now the default.
732
733 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
734
735 * nxml-mode.texi (Completion): C-RET is no longer bound to
736 nxml-complete.
737
153ae947
BG
7382012-04-01 Jambunathan K <kjambunathan@gmail.com>
739
740 * org.texi (Customizing tables in ODT export): Correct few errors.
741
7422012-04-01 Jambunathan K <kjambunathan@gmail.com>
743
744 * org.texi (Links in ODT export): Update.
745 (Labels and captions in ODT export): New node.
746
7472012-04-01 Jambunathan K <kjambunathan@gmail.com>
748
749 * org.texi (Literal examples in ODT export): htmlfontify.el in
750 Emacs-24.1 now supports fontification. So ODT source blocks will
751 be fontified by default.
752
7532012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
754
755 * org.texi (Refiling notes): Remove duplicated keybinding.
756
7572012-04-01 Eric Schulte <eric.schulte@gmx.com>
758
759 * org.texi (noweb): Documentation of this new option to the :noweb
760 header argument.
761
7622012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
763
764 * org.texi (Header and sectioning): Add example demonstrating how
765 to use "LaTeX_CLASS_OPTIONS".
766
7672012-04-01 Eric Schulte <eric.schulte@gmx.com>
768
769 * org.texi (Noweb reference syntax): Describe the ability to
770 execute noweb references in the manual.
771
7722012-04-01 Eric Schulte <eric.schulte@gmx.com>
773
774 * org.texi (cache): Improve cache documentation when session
775 evaluation is used.
776
7772012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
778
779 * org.texi (Plain lists): Document removal.
780
7812012-04-01 Michael Brand <michael.ch.brand@gmail.com>
782
783 * org.texi: Decapitalize file name in references to Calc manual.
784
7852012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
786
787 * org.texi (Plain lists): Document removal.
788
7892012-04-01 Jambunathan K <kjambunathan@gmail.com>
790
791 * org.texi (Top, OpenDocument Text export)
792 (ODT export commands, Extending ODT export)
793 (Images in ODT export, Tables in ODT export)
794 (Configuring a document converter): Add or Update.
795
7962012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
797
798 * org.texi (MobileOrg): Change the wording to reflect that the
799 Android Version is no longer just the little brother of the iOS
800 version.
801
8022012-04-01 Eric Schulte <eric.schulte@gmx.com>
803
804 * org.texi (Key bindings and useful functions): Updated babel key
805 binding documentation in manual.
806
8072012-04-01 Eric Schulte <eric.schulte@gmx.com>
808
809 * org.texi (noweb): Document new noweb header value.
810
8112012-04-01 Eric Schulte <eric.schulte@gmx.com>
812
813 * org.texi (noweb-sep): Document new header argument.
814
8152012-04-01 Eric Schulte <eric.schulte@gmx.com>
816
817 * org.texi (noweb-ref): Documentation of this new custom variable.
818
8192012-04-01 Eric Schulte <eric.schulte@gmx.com>
820
821 * org.texi (wrap): Update the new :wrap documentation to match the
822 current implementation.
823
8242012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
825
826 * org.texi: Added documentation for :wrap.
827
8282012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
829
830 * org.texi: #+RESULTS now user-configurable.
831
8322012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
833
834 * org.texi: Documented :noweb no-export.
835
8362012-04-01 Thomas Dye <dk@poto.local>
837
838 * org.texi: Edit :noweb no header argument for correctness.
839
8402012-04-01 Bastien Guerry <bzg@altern.org>
841
842 * org.texi (Customization): Update the approximate number of Org
843 variables.
844
8452012-04-01 Thomas Dye <dk@poto.local>
846
847 * org.texi: The :results wrap produces a drawer instead of a
848 begin_results block.
849
005a89ff
G
8502012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
851
852 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
853 reflect the new default.
854
589ce070
EZ
8552012-03-10 Eli Zaretskii <eliz@gnu.org>
856
857 * info.texi (Expert Info): Move the index entry for "Texinfo" from
858 "Getting Started" to this node. (Bug#10450)
859
a5392527
CY
8602012-03-10 Chong Yidong <cyd@gnu.org>
861
8ae818e4
CY
862 * flymake.texi (Example -- Configuring a tool called via make):
863 Mention the Automake COMPILE variable (Bug#8715).
864
a5392527
CY
865 * info.texi (Getting Started): Add an index entry (Bug#10450).
866
d49902e4
MA
8672012-03-02 Michael Albinus <michael.albinus@gmx.de>
868
869 * dbus.texi (Signals): Known names will be mapped onto unique
870 names, when registering for signals.
871
53eced6d
GM
8722012-02-29 Glenn Morris <rgm@gnu.org>
873
bcd6cd23
GM
874 * url.texi: Fix quote usage in body text.
875
775b55af
GM
876 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
877
53eced6d
GM
878 * cl.texi: Use @code{} in menus when appropriate.
879
44e97401
GM
8802012-02-28 Glenn Morris <rgm@gnu.org>
881
882 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
883 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
884 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
885 * org.texi, sc.texi, vip.texi, viper.texi:
886 Standardize possessive apostrophe usage.
887
fa9a0855
CY
8882012-02-26 Chong Yidong <cyd@gnu.org>
889
890 * ediff.texi (Quick Help Commands): Add a couple of index entries
891 (Bug#10834).
892
0fd2c9a3
GM
8932012-02-17 Glenn Morris <rgm@gnu.org>
894
895 * gnus.texi (Posting Styles):
896 * remember.texi (Org): Fix cross-refs to other manuals.
897
9f26dc24
GM
8982012-02-15 Glenn Morris <rgm@gnu.org>
899
900 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
901 (Encryption): New chapter, split out from previous.
902
3d2af193
LI
9032012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
904
905 * gnus.texi (Customizing the IMAP Connection): Mention
906 nnimap-record-commands.
907
b74c9672
GM
9082012-02-10 Glenn Morris <rgm@gnu.org>
909
910 * url.texi (Retrieving URLs): Update url-retrieve arguments.
911 Mention url-queue-retrieve.
912
2ebc3b94
GM
9132012-02-09 Glenn Morris <rgm@gnu.org>
914
9fcfcdef
GM
915 * sem-user.texi (Semantic mode user commands): Typo fix.
916
2ebc3b94
GM
917 * info.texi (Create Info buffer): Mention info-display-manual.
918
7c4bbb69
LI
9192012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
920
921 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
922 example (modified from an example by Michael Albinus).
923
debce7bc
G
9242012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
925
926 * gnus.texi (Agent Basics): Fix outdated description of
927 `gnus-agent-auto-agentize-methods'.
928
b207a4ec
AS
9292012-01-28 Andreas Schwab <schwab@linux-m68k.org>
930
931 * cc-mode.texi: Always @defindex ss.
932 (Config Basics): Fix argument of @itemize.
933 (Macro Backslashes): Add @code around index entry.
934
b8fe8712
GM
9352012-01-23 Glenn Morris <rgm@gnu.org>
936
937 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
938
02dc2fd7
EH
9392012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
940
941 * tramp.texi (File): Tweak wording for the `scpc' option.
942
e7719ea1
G
9432012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
944
945 * gnus.texi (Group Parameters): Really note precedence.
946
9937bef4
G
9472012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
948
949 * gnus.texi (Group Parameters): Note precedence.
950
e66ba1df
BG
9512012-01-03 Eric Schulte <eric.schulte@gmx.com>
952
953 * org.texi (Noweb reference syntax): Adding documentation of
954 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
955 variable.
956
9572012-01-03 Bastien Guerry <bzg@gnu.org>
958
959 * org.texi (Plain lists): Split the table to fix the display
960 of items.
961
9622012-01-03 Bastien Guerry <bzg@gnu.org>
963
964 * org.texi (Plain lists): Fix misplaced explanation.
965
9662012-01-03 Bastien Guerry <bzg@gnu.org>
967
968 * org.texi (Plain lists, Agenda files): Add index entries.
969
9702012-01-03 Julian Gehring <julian.gehring@googlemail.com>
971
972 * org.texi: Use "Org mode" instead of alternatives like
973 "Org-mode" or "org-mode".
974
9752012-01-03 Bernt Hansen <bernt@norang.ca>
976
977 * org.texi (Agenda commands): Document
978 `org-clock-report-include-clocking-task'.
979
9802012-01-03 Bastien Guerry <bzg@gnu.org>
981
982 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
983 C-c' on checkboxes.
984
9852012-01-03 Julian Gehring <julian.gehring@googlemail.com>
986
987 * org.texi: End sentences with two spaces.
988
9892012-01-03 Michael Brand <michael.ch.brand@gmail.com>
990
991 * org.texi (External links): Document the link types file+sys
992 and file+emacs, slightly narrow used page width.
993
9942012-01-03 Eric Schulte <eric.schulte@gmx.com>
995
996 * org.texi (colnames): Note that colnames behavior may differ
997 across languages.
998
9992012-01-03 Bastien Guerry <bzg@gnu.org>
1000
1001 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1002
10032012-01-03 Thomas Dye <dk@poto.westell.com>
1004
1005 * org.texi: Augmented discussion of babel property
1006 inheritance. Put footnote outside sentence ending period.
1007
10082012-01-03 Eric Schulte <schulte.eric@gmail.com>
1009
1010 * org.texi (eval): Documenting the full range of :eval header
1011 argument values.
1012
10132012-01-03 Eric Schulte <schulte.eric@gmail.com>
1014
1015 * org.texi (eval): Documentation of the new :eval option.
1016
10172012-01-03 Thomas Dye <dk@poto.local>
1018
1019 * org.texi: Add accumulated properties.
1020
10212012-01-03 Thomas Dye <dk@poto.local>
1022
1023 * org.texi: Documented no spaces in name=assign, another
1024 correction to :var table.
1025
10262012-01-03 Thomas Dye <dk@poto.local>
1027
1028 * org.texi: Changed DATA to NAME in Working With Source Code
1029 section.
1030
10312012-01-03 Tom Dye <tsd@tsdye.com>
1032
1033 * org.texi: Minor change to :var table.
1034
10352012-01-03 Tom Dye <tsd@tsdye.com>
1036
1037 * org.texi: More changes to :var table (some examples were wrong).
1038
10392012-01-03 Tom Dye <tsd@tsdye.com>
1040
1041 * org.texi: Cleaned up :var table.
1042
10432012-01-03 Bastien Guerry <bzg@gnu.org>
1044
1045 * org.texi (Timestamps, Weekly/daily agenda)
1046 (Weekly/daily agenda): Add @cindex for "appointment".
1047
10482012-01-03 Eric Schulte <schulte.eric@gmail.com>
1049
1050 * org.texi (Literal examples): A new link to the template for
1051 inserting empty code blocks.
1052 (Structure of code blocks): A new link to the template for
1053 inserting empty code blocks.
1054
10552012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1056
1057 * org.texi (External links): Add footnote on how the behavior
1058 of the text search in Org files are controled by the variable
1059 `org-link-search-must-match-exact-headline'.
1060
10612012-01-03 Eric Schulte <schulte.eric@gmail.com>
1062
1063 * org.texi (Buffer-wide header arguments): Update
1064 documentation to reflect removal of #+PROPERTIES.
1065
10662012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1067
1068 * org.texi (The clock table): Mention that ACHIVED trees
1069 contribute to the clock table.
1070
10712012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1072
1073 * org.texi (Conflicts): Better yasnippet config info.
1074
10752012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1076
1077 * org.texi (Selective export): Explicitely mention the default
1078 values for `org-export-select-tags',
1079 `org-export-exclude-tags'.
1080
10812012-01-03 Tom Dye <tsd@tsdye.com>
1082
1083 * org.texi: Added a line to specify that header arguments are
1084 lowercase.
1085
10862012-01-03 Tom Dye <tsd@tsdye.com>
1087
1088 * org.texi: :var requires default value when declared.
1089
10902012-01-03 Bastien Guerry <bzg@gnu.org>
1091
1092 * org.texi (Handling links): Add a note about the
1093 `org-link-frame-setup' option.
1094
10952012-01-03 David Maus <dmaus@ictsoc.de>
1096
1097 * org.texi (Exporting Agenda Views, Extracting agenda
1098 information): Fix command line syntax, quote symbol parameter
1099 values.
1100
11012012-01-03 David Maus <dmaus@ictsoc.de>
1102
1103 * org.texi (Exporting Agenda Views): Fix command line syntax.
1104
8d80ef01
PE
11052011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1106
1107 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1108 Use octal notation for file permissions, which are normally
1109 thought of in octal.
1110 (Mail Back End Variables): Use more-plausible modes in example.
1111
47d42d81
AM
11122011-12-20 Alan Mackenzie <acm@muc.de>
1113
1114 * cc-mode.texi: Update version string 5.31 -> 5.32.
1115
a98edce9
JB
11162011-12-06 Juanma Barranquero <lekktu@gmail.com>
1117
1118 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1119
321decc8
GM
11202011-11-24 Glenn Morris <rgm@gnu.org>
1121
1122 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1123
f8107b79
JB
11242011-11-24 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * makefile.w32-in: Update dependencies.
1127
f5a96a4f
GM
11282011-11-20 Glenn Morris <rgm@gnu.org>
1129
1130 * gnus.texi (Group Information):
1131 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1132
cd1181db
JB
11332011-11-20 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * gnus-coding.texi (Gnus Maintenance Guide):
1136 Rename from "Gnus Maintainance Guide".
1137
1138 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1139 * eieio.texi (Customizing):
fe7a3057
JB
1140 * gnus.texi (Article Washing):
1141 * gnus-news.texi:
1142 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1143
7877f373
JB
11442011-11-16 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1147
0d26e0b6
JB
11482011-11-15 Juanma Barranquero <lekktu@gmail.com>
1149
c7015153
JB
1150 * ede.texi (project-am-texinfo):
1151 * gnus.texi (Sending or Not Sending):
1152 * org.texi (Template elements): Fix typos.
0d26e0b6 1153
0b381c7e
JB
11542011-11-14 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * ediff.texi (Hooks):
c7015153 1157 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1158
40a8bdf6
JB
11592011-11-11 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * semantic.texi (Tag handling): Fix typo.
1162
57dda3bb
KY
11632011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165 * gnus.texi (Other Gnus Versions): Remove.
1166
52bedd34
AM
11672011-10-28 Alan Mackenzie <acm@muc.de>
1168
1169 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1170 (Other Special Indentations): Add an xref to "Macros with ;".
1171 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1172 "Macros with ;".
1173 (Macros with ;): New page.
1174
00b77525
GM
1175 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1176 Document the new handling of nested scopes for movement by defuns.
52bedd34 1177
4a623313
MA
11782011-10-23 Michael Albinus <michael.albinus@gmx.de>
1179
1180 Sync with Tramp 2.2.3.
1181
1182 * trampver.texi: Update release number.
1183
466a320e
GM
11842011-10-14 Glenn Morris <rgm@gnu.org>
1185
1186 * ert.texi (Introduction, How to Run Tests)
1187 (Running Tests Interactively, Expected Failures)
1188 (Tests and Their Environment, Useful Techniques)
1189 (Interactive Debugging, Fixtures and Test Suites):
1190 Minor rephrasings.
1191 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1192 (Running Tests in Batch Mode): Simplify loading instructions.
1193 (Test Selectors): Clarify some selectors.
1194 (Expected Failures, Useful Techniques):
1195 Make examples fit in 80 columns.
1196
2be4956d
JB
11972011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1198
1199 * calc.texi (Basic Operations on Units): Discuss temperature
1200 conversion (`u t') alongside with other unit conversions ('u c').
1201
7359a765
GM
12022011-10-12 Glenn Morris <rgm@gnu.org>
1203
1204 * ert.texi: Whitespace trivia to make main menu items line up better.
1205
a0c52e5d
GM
12062011-10-08 Glenn Morris <rgm@gnu.org>
1207
1208 * Makefile.in: Fix ert rules.
1209
465d0300
G
12102011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1211
1212 * gnus.texi (Gnus Utility Functions): Add more references and
1213 explanations (bug#9683).
1214
a5166359
LMI
12152011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1216
1217 * gnus.texi (Archived Messages): Note the default (bug#9552).
1218
b523dc20
BW
12192011-09-21 Bill Wohler <wohler@newt.com>
1220
1221 Release MH-E manual version 8.3.
1222
58179cce 1223 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1224 release 8.3.
1225 (Preface): Updated support information.
bd7239f5 1226 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1227 historical quote, the tense should be correct in the time that it
1228 was written.
1229
0afb49a1
LMI
12302011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1231
1232 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1233 (Finding the News): Doc clarification.
1234 (Terminology): Mention naming.
1235
e21bac42
G
12362011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1237
1238 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1239 (Interactive): Document `quiet'.
1240
5b409b39 12412011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1242
bd7239f5 1243 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1244
5b409b39 12452011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1246
bd7239f5 1247 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1248 scope for `org-map-entries'.
1249
5b409b39 12502011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1251
1252 * org.texi (Visibility cycling): Document `org-copy-visible'.
1253
5b409b39 12542011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1255
bd7239f5 1256 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1257 proper order.
1258
5b409b39 12592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1260
1261 * org.texi (eval): Expand discussion of the :eval header argument.
1262
5b409b39 12632011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1264
1265 * org.texi (Languages): Add Lilypond and Awk as supported
1266 languages.
1267
5b409b39 12682011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1269
bd7239f5 1270 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1271 LOG_INTO_DRAWER can be used to override the contents of variable
1272 org-clock-into-drawer (or if unset, org-log-into-drawer).
1273
bd7239f5 1274 * org.texi: Replace @xref->@pxref.
3ab2c837 1275
5b409b39 12762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1277
1278 * org.texi (Evaluating code blocks): Documenting the new option
1279 for inline call lines.
1280
5b409b39 12812011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1282
1283 * org.texi (Results of evaluation): More explicit about the
1284 mechanism through which interactive evaluation of code is
1285 performed.
1286
5b409b39 12872011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1288
1289 * org.texi (noweb-ref): New header argument documentation.
1290
5b409b39 12912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1292
1293 * org.texi (Extracting source code): Documentation of the new
1294 org-babel-tangle-named-block-combination variable.
1295
5b409b39 12962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1297
bd7239f5 1298 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1299 behavior of multiple blocks of the same name is undefined.
3ab2c837 1300
5b409b39 13012011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1302
1303 * org.texi (TaskJuggler export): Modify the example to reflect the
1304 new effort durations.
1305
5b409b39 13062011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1307
1308 * org.texi (Images in LaTeX export): Escape curly brackets in
1309 LaTeX example.
1310
5b409b39 13112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1312
1313 * org.texi (The clock table): Document the :properties and
1314 :inherit-props arguments for the clocktable.
1315
5b409b39 13162011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1317
1318 * org.texi (Tables in LaTeX export): Document specifying placement
1319 options for tables.
1320
5b409b39 13212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1322
1323 * org.texi (Evaluating code blocks): More specific documentation
1324 about the different types of header arguments.
1325
5b409b39 13262011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1327
1328 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1329
5b409b39 13302011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1331
1332 * org.texi (Built-in table editor): Document the table field
1333 follow mode.
1334
5b409b39 13352011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1336
1337 * org.texi (Easy Templates): Document new template.
1338
5b409b39 13392011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1340
1341 * org.texi (Literal examples): Add a cross-reference from "Literal
1342 Examples" to "Easy Templates."
1343
5b409b39 13442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1345
1346 * org.texi (The clock table): Add link to match syntax.
1347
5b409b39 13482011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1349
1350 * org.texi (Agenda commands): Document clock consistency checks.
1351
5b409b39 13522011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1353
1354 * org.texi (Built-in table editor): Document that \vert represents
1355 a vertical bar in a table field.
1356
5b409b39 13572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1358
1359 * org.texi (Literal examples): Link from "Markup" > "Literate
1360 Examples" to "Working with Source Code".
1361
5b409b39 13622011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1363
1364 * org.texi (Agenda commands): Doc for function option to bulk
1365 action.
1366
5b409b39 13672011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1368
1369 * org.texi (Template expansion): Document new %<...> template
1370 escape.
1371
5b409b39 13722011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1373
1374 * org.texi (Selective export): Document exclusion of any tasks
1375 from export.
1376
5b409b39 13772011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (Selective export): Document how to exclude DONE tasks
1380 from export.
1381 (Publishing options): Document the properties to be used to turn off
1382 export of DONE tasks.
1383
5b409b39 13842011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1385
1386 * org.texi (The date/time prompt): Document date range protection.
1387
5b409b39 13882011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1389
1390 * org.texi (padline): Documentation of the new padline header
1391 argument.
1392
5b409b39 13932011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1394
1395 * org.texi (var): Adding "[" to list of characters triggering
1396 elisp evaluation.
1397
5b409b39 13982011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1399
1400 * org.texi (var): Documentation of Emacs Lisp evaluation during
1401 variable assignment.
1402
5b409b39 14032011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1404
1405 * org.texi (colnames): Reference indexing into variables, and note
1406 that colnames are *not* removed before indexing occurs.
1407 (rownames): Reference indexing into variables, and note that
1408 rownames are *not* removed before indexing occurs.
1409
5b409b39 14102011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1411
1412 * org.texi (var): Clarification of indexing into tabular
1413 variables.
1414
5b409b39 14152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1416
1417 * org.texi (results): Documentation of the `:results wrap' header
1418 argument.
1419
5b409b39 14202011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1421
bd7239f5 1422 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1423 of the LaTeX export: the org file has to be properly structured.
1424
5b409b39 14252011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1426
1427 * org.texi (Dynamic blocks, Structure editing): Mention
1428 the function `org-narrow-to-block'.
1429
5b409b39 14302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1431
1432 * org.texi (Languages): Updating list of code block supported
1433 languages.
1434
5b409b39 14352011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1436
1437 * org.texi (Special properties): CATEGORY is a special property,
1438 but it may also used in the drawer.
1439
5b409b39 14402011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1441
1442 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1443
5b409b39 14442011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1445
1446 * org.texi (Include files): Document :lines.
1447
5b409b39 14482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1449
1450 * org.texi (comments): Documentation of the ":comments noweb" code
1451 block header argument.
1452
5b409b39 14532011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1454
1455 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1456 added extra whitespace around functions to be consistent with the
1457 rest of the section.
1458
5b409b39 14592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1460
0b381c7e 1461 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1462 #+call: line syntax.
1463 (Header arguments in function calls): Expanded discussion of
1464 #+call: line syntax.
1465
5b409b39 14662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1467
1468 * org.texi (Evaluating code blocks): More explicit about how to
1469 pass variables to #+call lines.
1470
5b409b39 14712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1472
1473 * org.texi (Results of evaluation): Link to the :results header
1474 argument list from the "Results of evaluation" section.
1475
5b409b39 14762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1477
1478 * org.texi (Conflicts): Adding additional information about
1479 resolving org/yasnippet conflicts.
1480
5b409b39 14812011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1482
1483 * org.texi (Publishing options): Document style-include-scripts
1484 publishing project property.
1485
5b409b39 14862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1487
1488 * org.texi (Sparse trees): Document the next-error /
1489 previous-error functionality.
1490
5b409b39 14912011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1492
1493 * org.texi (cache): Improved documentation of code block caches.
1494
5b409b39 14952011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1496
1497 * org.texi (Code block specific header arguments): Documentation
1498 of multi-line header arguments.
1499
5b409b39 15002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1501
1502 * org.texi (Code evaluation security): Add example for using a
1503 function.
1504
5b409b39 15052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1506
1507 * org.texi (Tables in LaTeX export): Documentation of new
1508 attr_latex options for tables.
1509
5b409b39
BG
15102011-08-03 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * trampver.texi: Update release number.
1513
15142011-07-30 Michael Albinus <michael.albinus@gmx.de>
1515
1516 Sync with Tramp 2.2.2.
1517
1518 * trampver.texi: Update release number.
1519
064e2d08
LMI
15202011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1521
1522 * flymake.texi (Example -- Configuring a tool called via make):
1523 Use /dev/null instead of the Windows "nul" (bug#8715).
1524
b8151e9c
LMI
15252011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1526
1527 * widget.texi (Setting Up the Buffer): Remove mention of the
1528 global keymap parent, which doesn't seem to be accurate
1529 (bug#7045).
1530
5b409b39
BG
15312011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1532
1533 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1534
c0a8ae95
KR
15352010-07-10 Kevin Ryde <user42@zip.com.au>
1536
1537 * cl.texi (For Clauses): Add destructuring example processing an
1538 alist (bug#6596).
1539
ac6531ad
LMI
15402011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * ediff.texi (Major Entry Points): Remove mention of `require',
1543 since that's not pertinent in the installed Emacs (bug#9016).
1544
d30dd079
G
15452011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1546
1547 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1548 (Filtering New Groups): Clarify how simple the "options -n" format is.
1549 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1550 is internal.
d30dd079 1551
862c0d68
MA
15522011-07-04 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * tramp.texi (Cleanup remote connections): Add
1555 `tramp-cleanup-this-connection'.
1556
cd865a33
G
15572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1560 zombies.
1561 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1562 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1563
15642011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1565
1566 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1567 backups, and not actual vc (bug#8975).
1568
79414ae4
KR
15692011-07-03 Kevin Ryde <user42@zip.com.au>
1570
1571 * cl.texi (For Clauses): @items for hash-values and key-bindings
1572 to make them more visible when skimming. Add examples of `using'
1573 clause to them, examples being clearer than a description in
1574 words (bug#6599).
1575
847ccf7c
AM
15762011-07-01 Alan Mackenzie <acm@muc.de>
1577
1578 * cc-mode.texi (Guessing the Style): New page.
1579 (Styles): Add a short introduction to above.
1580
3da13bb9
DD
15812011-06-28 Deniz Dogan <deniz@dogan.se>
1582
1583 * rcirc.texi (Configuration): Bug-fix:
1584 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1585 Reported by Elias Pipping <pipping@exherbo.org>.
1586
60a0884e
G
15872011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * gnus.texi (Summary Mail Commands): Document
1590 `gnus-summary-reply-to-list-with-original'.
1591
0c7efc08
SM
15922011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * eshell.texi (Known problems): Fix typo.
1595
ea3596a2
MA
15962011-06-12 Michael Albinus <michael.albinus@gmx.de>
1597
0c7efc08 1598 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1599 (Password handling): `auth-source-debug' is good for debug messages.
1600
2da9c605
G
16012011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1602
1603 * gnus.texi (Store custom flags and keywords): Refer to
1604 `gnus-registry-article-marks-to-{chars,names}' instead of
1605 `gnus-registry-user-format-function-{M,M2}'.
1606
e61923c8
GM
16072011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 * texinfo.tex: Merge from gnulib.
1610
627abcdd
TZ
16112011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1612
1613 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1614 (Store custom flags and keywords):
1615 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1616 `gnus-registry-user-format-function-M2'.
1617
a3c92bc1
EZ
16182011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1619
8f906c40 1620 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1621
85d870a9
GM
16222011-05-17 Glenn Morris <rgm@gnu.org>
1623
1624 * gnus.texi (Face): Fix typo.
1625
2cdee799
GM
16262011-05-14 Glenn Morris <rgm@gnu.org>
1627
1628 * dired-x.texi (Omitting Examples): Minor addition.
1629
79b70037
GM
16302011-05-10 Jim Meyering <meyering@redhat.com>
1631
1632 * ede.texi: Fix typo "or or -> or".
1633
a7111a62 16342011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1635
1636 * gnus.texi (Summary Buffer Lines):
1637 gnus-summary-user-date-format-alist does not exist.
1638 (Sorting the Summary Buffer): More about sorting threads.
1639
69026aba
MA
16402011-04-25 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * trampver.texi: Update release number.
1643
9024ff79
MA
16442011-04-14 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * tramp.texi (Frequently Asked Questions): New item for disabling
1647 Tramp in other packages.
1648
c3c65d73
TZ
16492011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1650
1651 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1652 (Fancy splitting to parent, Store arbitrary data):
1653 Updated gnus-registry docs.
c3c65d73 1654
9ec6a317
JB
16552011-04-13 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * ede.texi: Fix typos.
1658
1e3b6001
G
16592011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1660
9ec6a317
JB
1661 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1662 It's @table @code.
1e3b6001 1663
a5954fa5
G
16642011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1665
ed9265fc 1666 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1667
d71990a1
JB
16682011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc.texi (Logarithmic Units): Update the function names.
1671
1518e4f0
G
16722011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1673
1674 * message.texi (Various Commands): Document format specs in the
1675 ellipsis.
1676
a123622d
G
16772011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1678
1679 * message.texi (Insertion Variables): Document message-cite-style.
1680
16812011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1682
1683 * tramp.texi (Remote processes): New subsection "Running shell on
1684 a remote host".
1685
4248cca2
TZ
16862011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1687
1688 * auth.texi (Help for developers): Update docs to explain that the
1689 :save-function will only run the first time.
1690
54ce11a1
GM
16912011-03-12 Glenn Morris <rgm@gnu.org>
1692
1693 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1694 (emacs-faq.text): New target.
1695 (clean): Add emacs-faq.
1696
0c3b25f8
MA
16972011-03-12 Michael Albinus <michael.albinus@gmx.de>
1698
1699 Sync with Tramp 2.2.1.
1700
1701 * trampver.texi: Update release number.
1702
b740639e
GM
17032011-03-11 Glenn Morris <rgm@gnu.org>
1704
1705 * Makefile.in (HTML_TARGETS): New.
1706 (clean): Delete $HTML_TARGETS.
1707 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1708
733afdf4
TZ
17092011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1710
1711 * auth.texi (Help for developers): Show example of using
1712 `auth-source-search' with prompts and :save-function.
1713
33383987
JB
17142011-03-07 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * Version 23.3 released.
1717
a5057546
G
17182011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1719
1720 * message.texi (Message Buffers): Update default value of
1721 message-generate-new-buffers.
1722
479a2c9b
JB
17232011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1724
1725 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1726 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1727 respectively.
05a29101
JB
1728 (Musical Notes): New section.
1729 (Customizing Calc): Mention the customizable variable
1730 calc-note-threshold.
479a2c9b 1731
e0535b76
GM
17322011-03-03 Glenn Morris <rgm@gnu.org>
1733
1734 * url.texi (Dealing with HTTP documents): Remove reference to
1735 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1736 (Configuration): Update url-configuration-directory description.
e0535b76 1737
2777ccbf
GM
17382011-03-02 Glenn Morris <rgm@gnu.org>
1739
1740 * dired-x.texi (Multiple Dired Directories): Remove mentions
1741 of dired-default-directory-alist and dired-default-directory.
1742 Move dired-smart-shell-command here...
1743 (Miscellaneous Commands): ... from here.
1744
257219bd
PE
17452011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1746
1747 * texinfo.tex: Update to version 2011-02-24.09.
1748
8889f4e2
GM
17492011-03-02 Glenn Morris <rgm@gnu.org>
1750
1751 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1752 instead of the obsoleted dired-omit-here-always.
1753
5d41af19
MA
17542011-02-28 Michael Albinus <michael.albinus@gmx.de>
1755
1756 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1757 supported systems.
1758
2b0c7330 17592011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1760
61cf3a76
GM
1761 * dbus.texi (Type Conversion): Grammar fix.
1762
cce7d530 17632011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1764
cce7d530
GM
1765 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1766 "Debian GNU/Linux".
51a13bdd 1767
cce7d530
GM
1768 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1769
817b48a7
GM
17702011-02-23 Glenn Morris <rgm@gnu.org>
1771
cce7d530
GM
1772 * dired-x.texi (Features): Minor rephrasing.
1773 (Local Variables): Fix typos.
47301027
GM
1774
1775 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1776 Standardize some Emacs/XEmacs terminology.
1777
817b48a7
GM
1778 * dired-x.texi (Features): Don't advertise obsolete local variables.
1779 Simplify layout.
1780 (Omitting Variables): Update local variables example.
1781 (Local Variables): Say this is obsolete. Fix description of
1782 dired-enable-local-variables possible values.
1783
4a3988d5
G
17842011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1785
1786 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1787 default now.
1788
8e22bee0
G
17892011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1790
1791 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1792
06b840e0
LI
17932011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1794
1795 * gnus.texi (Window Layout): Document layout names.
1796
67ab0163 17972011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1798
1799 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1800 * auth.texi: Sync @dircategory with ../../info/dir.
1801 * autotype.texi: Sync @dircategory with ../../info/dir.
1802 * calc.texi: Sync @dircategory with ../../info/dir.
1803 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1804 * cl.texi: Sync @dircategory with ../../info/dir.
1805 * dbus.texi: Sync @dircategory with ../../info/dir.
1806 * dired-x.texi: Sync @dircategory with ../../info/dir.
1807 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1808 * ede.texi: Sync @dircategory with ../../info/dir.
1809 * ediff.texi: Sync @dircategory with ../../info/dir.
1810 * edt.texi: Sync @dircategory with ../../info/dir.
1811 * eieio.texi: Sync @dircategory with ../../info/dir.
1812 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1813 * epa.texi: Sync @dircategory with ../../info/dir.
1814 * erc.texi: Sync @dircategory with ../../info/dir.
1815 * eshell.texi: Sync @dircategory with ../../info/dir.
1816 * eudc.texi: Sync @dircategory with ../../info/dir.
1817 * flymake.texi: Sync @dircategory with ../../info/dir.
1818 * forms.texi: Sync @dircategory with ../../info/dir.
1819 * gnus.texi: Sync @dircategory with ../../info/dir.
1820 * idlwave.texi: Sync @dircategory with ../../info/dir.
1821 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1822 * message.texi: Sync @dircategory with ../../info/dir.
1823 * mh-e.texi: Sync @dircategory with ../../info/dir.
1824 * newsticker.texi: Sync @dircategory with ../../info/dir.
1825 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1826 * org.texi: Sync @dircategory with ../../info/dir.
1827 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1828 * pgg.texi: Sync @dircategory with ../../info/dir.
1829 * rcirc.texi: Sync @dircategory with ../../info/dir.
1830 * reftex.texi: Sync @dircategory with ../../info/dir.
1831 * remember.texi: Sync @dircategory with ../../info/dir.
1832 * sasl.texi: Sync @dircategory with ../../info/dir.
1833 * sc.texi: Sync @dircategory with ../../info/dir.
1834 * semantic.texi: Sync @dircategory with ../../info/dir.
1835 * ses.texi: Sync @dircategory with ../../info/dir.
1836 * sieve.texi: Sync @dircategory with ../../info/dir.
1837 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1838 * speedbar.texi: Sync @dircategory with ../../info/dir.
1839 * trampver.texi [emacs]: Set emacsname to "Emacs".
1840 * tramp.texi: Sync @dircategory with ../../info/dir.
1841 * url.texi: Sync @dircategory with ../../info/dir.
1842 * vip.texi: Sync @dircategory with ../../info/dir.
1843 * viper.texi: Sync @dircategory with ../../info/dir.
1844 * widget.texi: Sync @dircategory with ../../info/dir.
1845 * woman.texi: Sync @dircategory with ../../info/dir.
1846
30abce25
GM
18472011-02-19 Glenn Morris <rgm@gnu.org>
1848
0c7efc08
SM
1849 * dired-x.texi (Technical Details): No longer redefines
1850 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1851 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1852
f31f8469
GM
18532011-02-18 Glenn Morris <rgm@gnu.org>
1854
1855 * dired-x.texi (Optional Installation File At Point): Simplify.
1856
35123c04
TZ
18572011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1858
1859 * auth.texi (Help for users): Use :port instead of :protocol for all
1860 auth-source docs.
7ba93e94
G
1861 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1862 to have two files in `auth-sources'.
35123c04 1863
da5e0ce4
GM
18642011-02-16 Glenn Morris <rgm@gnu.org>
1865
b322c9af
GM
1866 * dired-x.texi: Use emacsver.texi to get Emacs version.
1867 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1868 Depend on emacsver.texi.
1869
07ca5555
GM
1870 * dired-x.texi: Drop meaningless version number.
1871 (Introduction): Remove old info.
1872 (Optional Installation Dired Jump): Autoload from dired-x.
1873 Remove incorrect info about loaddefs.el.
1874 (Bugs): Just refer to M-x report-emacs-bug.
1875
da5e0ce4
GM
1876 * dired-x.texi (Multiple Dired Directories): Update for rename of
1877 default-directory-alist.
1878 (Miscellaneous Commands): No longer mention very old VM version 4.
1879
bb55f713
PE
18802011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1881
1882 Merge from gnulib.
1883 * texinfo.tex: Update to version 2011-02-14.11.
1884
5415d076
G
18852011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1886
da5e0ce4
GM
1887 * auth.texi (Help for users):
1888 Login collection is "Login" and not "login".
5415d076 1889
14029d4b
MA
18902011-02-13 Michael Albinus <michael.albinus@gmx.de>
1891
1892 * tramp.texi (History): Remove IMAP support.
1893 (External methods, Frequently Asked Questions): Remove `imap' and
1894 `imaps' methods.
1895 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1896
1897 * trampver.texi: Remove default value of `emacsimap'.
1898
8a36c07f
GM
18992011-02-13 Glenn Morris <rgm@gnu.org>
1900
1901 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1902 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1903
165bc5a0
GM
19042011-02-12 Glenn Morris <rgm@gnu.org>
1905
1906 * sc.texi (Getting Connected): Remove old index entries.
1907
5415d076 19082011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1909
1910 * url.texi: Remove duplicate @dircategory (Bug#7942).
1911
b8e0f0cd
G
19122011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1913
8a36c07f
GM
1914 * auth.texi (Overview, Help for users, Help for developers):
1915 Update docs.
b8e0f0cd
G
1916 (Help for users): Talk about spaces.
1917
caf82551
PE
19182011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1919
1920 * texinfo.tex: Update to version 2011-02-07.16.
1921
1ff98217
MA
19222011-02-07 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * dbus.texi (Bus names): Adapt descriptions for
1925 dbus-list-activatable-names and dbus-list-known-names.
1926
2e78df6b
JB
19272011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1928
1929 * calc.texi (Logarithmic Units): New section.
1930
7fbf7cae
TZ
19312011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1932
1933 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1934 manuals use it now.
1935
0c7efc08 1936 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1937
156ad271
KY
19382011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1939
1940 * overrides.texi: Remove.
1941
1942 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1943 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1944
36539990
MA
19452011-02-05 Michael Albinus <michael.albinus@gmx.de>
1946
1947 * tramp.texi (Frequently Asked Questions): Mention problems with
1948 WinSSHD.
1949
1950 * trampver.texi: Update release number.
1951
19522011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1953
1954 * tramp.texi:
1955 Replace "delimet" with "delimit" globally.
1956 Replace "explicite" with "explicit" globally.
1957 Replace "instead of" with "instead" where there was nothing after "of".
1958 Audit use of comma before interrogative pronoun, "that", or "which".
1959 Minor word order, spelling, wording changes.
1960
ec72bf63
G
19612011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1962
1963 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1964
1965 * sieve.texi: Use WEBHACKDEVEL.
1966
1967 * sasl.texi: Use WEBHACKDEVEL.
1968
1969 * pgg.texi: Use WEBHACKDEVEL.
1970
1971 * message.texi: Use WEBHACKDEVEL.
1972
1973 * gnus.texi: Use WEBHACKDEVEL.
1974
1975 * emacs-mime.texi: Use WEBHACKDEVEL.
1976
1977 * auth.texi: Use WEBHACKDEVEL.
1978
1979 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1980 manuals.
1981
19822011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1983
1984 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1985
90b750f4
PE
19862011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1987
1988 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1989 which in turn is copied from ftp://tug.org/tex/.
1990
0e751a49
GM
19912011-02-03 Glenn Morris <rgm@gnu.org>
1992
1993 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1994 (Binding combinations of modifiers and function keys):
1995 Let's assume people reading this are not using Emacs 18.
1996
7f13c2e2
LI
19972011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1998
1999 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2000 since it's run automatically.
2001
d76c843e
LI
20022011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2003
2004 * gnus.texi (Customizing Articles): Fix typo.
2005
12e3ca0a
LI
20062011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2007
2008 * gnus.texi (Customizing Articles): Document the new way of customizing
2009 the date headers(s).
2010
fe72c8fa
LI
20112011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2014 splitting example.
2015
bf3dae7e
EZ
20162011-01-29 Eli Zaretskii <eliz@gnu.org>
2017
2018 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2019 (MAKEINFO_OPTS): New variable.
2020 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2021 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2022 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2023 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2024 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2025 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2026 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2027 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2028 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2029 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2030 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2031 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2032 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2033 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2034 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2035 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2036 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2037 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2038
d6f13ac8
LI
20392011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2040
2041 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2042
c5ecc769
G
20432011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2044
2045 * message.texi (IDNA): Explain what it is.
2046
20472011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2048
2049 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2050
45eb2a5d
WL
20512011-01-23 Werner Lemberg <wl@gnu.org>
2052
2053 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2054 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2055 (ENVADD): Update.
45eb2a5d 2056
6872a814
GM
20572011-01-18 Glenn Morris <rgm@gnu.org>
2058
2059 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2060
77ab81d0 20612011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2062
2063 * nxml-mode.texi (Introduction): Fix file name typos.
2064
d221e780
CO
20652011-01-13 Christian Ohler <ohler@gnu.org>
2066
2067 * ert.texi: New file.
2068
2069 * Makefile.in:
2070 * makefile.w32-in: Add ert.texi.
2071
8c904d82
MA
20722011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2073
2074 * dbus.texi (Receiving Method Calls): New function
2075 dbus-register-service. Rearrange node.
2076
f56e0e7a
PE
20772011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2078
2079 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2080 which in turn is copied from ftp://tug.org/tex/.
2081
0fadf00e
MA
20822011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2083
2084 * dbus.texi (Receiving Method Calls): Describe new optional
2085 parameter dont-register-service of dbus-register-{method,property}.
2086
8b358e90
DU
20872010-12-17 Daiki Ueno <ueno@unixuser.org>
2088
0c7efc08
SM
2089 * epa.texi (Encrypting/decrypting *.gpg files):
2090 Mention epa-file-select-keys.
8b358e90 2091
549c9aed
G
20922010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2093
2094 * gnus.texi (Archived Messages): Remove outdated text.
2095
20962010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2097
0c7efc08 2098 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2099
156e3f9c
G
21002010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2101
83f3eadc 2102 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2103
8151d490
AC
21042010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2105
2106 * gnus.texi (The swish++ Engine): Add customizable parameters
2107 descriptions.
2108 (The swish-e Engine): Ditto.
2109
305bdd22
MA
21102010-12-14 Michael Albinus <michael.albinus@gmx.de>
2111
2112 * tramp.texi (Inline methods): Add "ksu" method.
2113 (Remote processes): Add example with remote `default-directory'.
2114
53aff12a
GM
21152010-12-14 Glenn Morris <rgm@gnu.org>
2116
2117 * faq.texi (Expanding aliases when sending mail):
2118 Now build-mail-aliases is interactive.
2119
8a1cdce5
AC
21202010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2121
2122 * gnus.texi: First pass at adding (rough) nnir documentation.
2123
7410c270
G
21242010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
53aff12a
GM
2126 * gnus.texi (Filtering New Groups):
2127 Mention gnus-auto-subscribed-categories.
2128 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2129 removed.
2130
f49d1f52 21312010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2132
2133 * cl.texi (For Clauses): Small fixes for frames and windows.
2134
acedf35c
CD
21352010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2136
2137 * org.texi (Using capture): Document using prefix arguments for
2138 finalizing capture.
2139 (Agenda commands): Document prefix argument for the bulk scatter
2140 command.
2141 (Beamer class export): Document that also overlay arguments can be
2142 passed to the column environment.
2143 (Template elements): Document the new entry type.
2144
21452010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2146
2147 * org.texi (Include files): Document :minlevel.
2148
21492010-12-11 Julien Danjou <julien@danjou.info>
2150
2151 * org.texi (Categories): Document category icons.
2152
21532010-12-11 Eric Schulte <schulte.eric@gmail.com>
2154
2155 * org.texi (noweb): Fix typo.
2156
516aa569
G
21572010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2158
2159 * gnus.texi (Server Commands): Point to the rest of the server
2160 commands.
2161
04db63bc
G
21622010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2165 g'.
2166
ed797193
G
21672010-12-02 Julien Danjou <julien@danjou.info>
2168
2169 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2170
21712010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2172
2173 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2174 (Direct Functions): Note the STARTTLS upgrade.
2175
07976ae3 21762010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2177 James Clark <none@example.com>
d3dfb185
GM
2178
2179 * nxml-mode.texi (Introduction): New section.
2180
59e75882
G
21812010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * gnus.texi (Server Commands): Document gnus-server-show-server.
2184
568a887f
MA
21852010-11-20 Michael Albinus <michael.albinus@gmx.de>
2186
2187 Sync with Tramp 2.2.0.
2188
2189 * trampver.texi: Update release number.
2190
1265829e
JB
21912010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2192
2193 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2194 Mention that the TeX specific units won't use the `tex' prefix
2195 in TeX mode.
2196
239661c0
KY
21972010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2200
4a47c275 22012010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2202
2203 * edt.texi: Remove information about Emacs 19.
2204
4a47c275 22052010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2206
2207 * trampver.texi: Update release number.
2208
2f0e0dc8
KY
22092010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gnus.texi (Article Washing): Fix typo.
2212
afe98dfa
CD
22132010-11-11 Noorul Islam <noorul@noorul.com>
2214
56f5a94e 2215 * org.texi: Fix typo.
afe98dfa
CD
2216
22172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2218
2219 * org.texi (Using capture): Explain that refiling is
2220 sensitive to cursor position.
2221
22222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2223
56f5a94e 2224 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2225
22262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2227
2228 * org.texi: Document the <c> cookie.
2229
22302010-11-11 Eric Schulte <schulte.eric@gmail.com>
2231
bd7239f5 2232 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2233 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2234
22352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2236
56f5a94e 2237 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2238
22392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2240
56f5a94e 2241 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2242
22432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2244
2245 * org.texi (Setting up the staging area): Document that
2246 file names remain visible when encrypting the MobileOrg files.
2247
22482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2249
2250 * org.texi (Setting up the staging area): Document which
2251 versions are needed for encryption.
2252
22532010-11-11 Eric Schulte <schulte.eric@gmail.com>
2254
56f5a94e
GM
2255 * org.texi (noweb): Update :noweb documentation to
2256 reflect the new "tangle" argument.
afe98dfa
CD
2257
22582010-11-11 Eric Schulte <schulte.eric@gmail.com>
2259
56f5a94e
GM
2260 * org.texi (Batch execution): Improve tangling script in
2261 documentation.
afe98dfa
CD
2262
22632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2264
2265 * org.texi (Handling links):
2266 (In-buffer settings): Document inlining images on startup.
2267
22682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2269
2270 * org.texi (Setting up the staging area): Document use of
2271 crypt password.
2272
22732010-11-11 David Maus <dmaus@ictsoc.de>
2274
56f5a94e 2275 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2276
22772010-11-11 David Maus <dmaus@ictsoc.de>
2278
56f5a94e
GM
2279 * org.texi (Template expansion): Add mew in table for link type
2280 escapes.
afe98dfa
CD
2281
22822010-11-11 David Maus <dmaus@ictsoc.de>
2283
56f5a94e 2284 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2285
22862010-11-11 Eric Schulte <schulte.eric@gmail.com>
2287
56f5a94e 2288 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2289
22902010-11-11 Eric Schulte <schulte.eric@gmail.com>
2291
56f5a94e 2292 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2293
22942010-11-11 Eric Schulte <schulte.eric@gmail.com>
2295
56f5a94e
GM
2296 * org.texi (Structure of code blocks):
2297 Update documentation to mention inline code block syntax.
afe98dfa
CD
2298
22992010-11-11 Eric Schulte <schulte.eric@gmail.com>
2300
56f5a94e 2301 * org.texi (comments): Improve wording.
afe98dfa
CD
2302
23032010-11-11 Eric Schulte <schulte.eric@gmail.com>
2304
56f5a94e 2305 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2306
23072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2308
2309 * org.texi (Installation): Remove the special
2310 installation instructions for XEmacs.
2311
23122010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2313
56f5a94e 2314 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2315 insertion of empty structural elements.
2316
23172010-11-11 Noorul Islam <noorul@noorul.com>
2318
56f5a94e 2319 * org.texi: Fix doc.
afe98dfa
CD
2320
23212010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2322
2323 * org.texi (The date/time prompt): Document specification
2324 of time ranges.
2325
23262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2327
2328 * org.texi (Internal links): Document the changes in
2329 internal links.
2330
23312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2332
2333 * org.texi (Agenda commands): Document the limitation for
2334 the filter preset - it can only be used for an entire agenda
2335 view, not in an individual block in a block agenda.
2336
23372010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2338
2339 * org.texi (iCalendar export): Document alarm creation.
2340
6f8fc60c
MA
23412010-11-10 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2344
be3c11b3
LMI
23452010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
2347 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2348
d607b96b 23492010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2350
d607b96b 2351 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2352
181cb5fb
G
23532010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2356 since that works by default.
2357
23582010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2359
2360 * gnus.texi (Customizing the IMAP Connection): Document
2361 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2362
36bc5d3b
MA
23632010-11-04 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * tramp.texi (Remote shell setup): New item "Interactive shell
2366 prompt". Reported by Christian Millour <cm@abtela.com>.
2367 (Remote shell setup, Remote processes): Use @code{} for
2368 environment variables.
2369
cf503f7c
GM
23702010-11-03 Glenn Morris <rgm@gnu.org>
2371
537b04b9 2372 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2373 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2374
389b76fa
G
23752010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2376
2377 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2378
2699a554 23792010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2380
2381 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2382
2699a554 23832010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2384
2385 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2386
99e65b2d
G
23872010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2388
0c7efc08
SM
2389 * gnus.texi (Client-Side IMAP Splitting):
2390 Mention nnimap-unsplittable-articles.
99e65b2d
G
2391
23922010-10-29 Julien Danjou <julien@danjou.info>
2393
2394 * gnus.texi (Finding the News): Remove references to obsoletes
2395 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2396
aeeb3dcb
EZ
23972010-10-29 Eli Zaretskii <eliz@gnu.org>
2398
2399 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2400 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2401 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2402 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2403
8289f37b
GM
24042010-10-28 Glenn Morris <rgm@gnu.org>
2405
2406 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2407 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2408 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2409
d85d3b3a
DU
24102010-10-25 Daiki Ueno <ueno@unixuser.org>
2411
2412 * epa.texi (Mail-mode integration): Add alternative key bindings
2413 for epa-mail commands; escape comma.
c05c2b9b 2414 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2415
9f534a47
JB
24162010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2417
99e65b2d 2418 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2419
5793a7bc 24202010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2421
2422 * gnus.texi (Group Parameters, Buttons): Fix typos.
2423
280f417b
G
24242010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2425
2426 * gnus.texi (Subscription Commands): Mention that you can also
2427 subscribe to new groups via the Server buffer, which is probably more
2428 convenient when subscribing to many groups.
2429
d806c872
G
24302010-10-21 Julien Danjou <julien@danjou.info>
2431
2432 * message.texi (Message Headers): Allow message-default-headers to be a
2433 function.
2434
d5798f68
LMI
24352010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
2437 * gnus-news.texi: Mention new archive defaults.
2438
b79bbef7
KY
24392010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2440
2441 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2442
2526f423
G
24432010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
2445 * gnus.texi (HTML): Document the function value of
2446 gnus-blocked-images.
2447 (Article Washing): shr and gnus-w3m, not the direct function names.
2448
ba91f05d
G
24492010-10-20 Julien Danjou <julien@danjou.info>
2450
2451 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2452 variable.
2453
da451787
LMI
24542010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
2456 * gnus.texi (Customizing the IMAP Connection): The port strings are
2457 strings.
c872595d 2458 (Document Groups): Mention git.
da451787 2459
7cad71ad
G
24602010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
2462 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2463 bzr/Gnus git sync.
2464
c56dfd36
EZ
24652010-10-15 Eli Zaretskii <eliz@gnu.org>
2466
2467 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2468 change.
2469
a1d16a7b
G
24702010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2471
2472 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2473 @item syntax for in-Emacs makeinfo.
2474
24752010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2476
2477 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2478 trim sentence.
2479
98e2b864
DU
24802010-10-12 Daiki Ueno <ueno@unixuser.org>
2481
2482 * epa.texi (Caching Passphrases):
0c7efc08
SM
2483 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2484 Clarify some configurations require to set up gpg-agent.
98e2b864 2485
c12e4a81
GM
24862010-10-11 Glenn Morris <rgm@gnu.org>
2487
2488 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2489
f7aa248a
G
24902010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2491
2492 * gnus.texi (Spam Package Introduction): Mention `$'.
2493
6513b232
EZ
24942010-10-09 Eli Zaretskii <eliz@gnu.org>
2495
2496 * makefile.w32-in (emacsdir): New variable.
2497 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2498 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2499
abd40fb4
GM
25002010-10-09 Glenn Morris <rgm@gnu.org>
2501
0f05450f
GM
2502 * Makefile.in (mostlyclean): Delete *.toc.
2503
d3a4ac46
GM
2504 * Makefile.in: Use $< in rules.
2505
aa9db089
GM
2506 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2507
abd40fb4
GM
2508 * Makefile.in ($(infodir)): Delete rule.
2509 (mkinfodir): New. Use it in all the info rules, rather than depending
2510 on infodir.
2511
ea274122
GM
25122010-10-09 Glenn Morris <rgm@gnu.org>
2513
6e90e2a8
GM
2514 * gnus.texi (Article Washing): Fix previous change.
2515
f7a31f11
GM
2516 * Makefile.in (emacsdir): New variable.
2517 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2518 Depend on emacsver.texi.
2519
f7a31f11
GM
2520 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2521
ea274122
GM
2522 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2523
36d3245f
G
25242010-10-08 Julien Danjou <julien@danjou.info>
2525
f7a31f11 2526 * gnus.texi: Add mm-shr.
36d3245f
G
2527
25282010-10-08 Ludovic Courtès <ludo@gnu.org>
2529
2530 * gnus.texi (Finding the Parent, The Gnus Registry)
2531 (Registry Article Refer Method): Update docs for nnregistry.el.
2532
25332010-10-08 Daiki Ueno <ueno@unixuser.org>
2534
2535 * auth.texi (Help for users)
2536 (GnuPG and EasyPG Assistant Configuration): Update docs.
2537
12359245
GM
25382010-10-08 Glenn Morris <rgm@gnu.org>
2539
2540 * cl.texi (Organization, Installation, Old CL Compatibility):
2541 Deprecate cl-compat for new code.
4628bef1 2542 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2543
2544 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2545
fcf2d385
KY
25462010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2549
66627fa9
G
25502010-10-06 Julien Danjou <julien@danjou.info>
2551
fd9ba500
JD
2552 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2553
66627fa9
G
2554 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2555 broken link.
2556
2557 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2558
2559 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2560 to ReiserFS.
2561
2562 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2563 (FAQ 7-1): Fix getmail URL.
2564
65f54520
DU
25652010-10-06 Daiki Ueno <ueno@unixuser.org>
2566
2567 * epa.texi (Caching Passphrases): New section.
2568
4c83f6e1
GM
25692010-10-06 Glenn Morris <rgm@gnu.org>
2570
2571 * Makefile.in (SHELL): Set it.
2572 (info): Move the mkdir dependency to the individual info files.
2573 (mostlyclean): Tidy up.
2574 (clean): Only delete the specific dvi and pdf files.
2575 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2576 ($(infodir)): Add parallel build workaround.
4c83f6e1 2577
71e691a5
G
25782010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2581
a41c2e6d
G
25822010-10-03 Julien Danjou <julien@danjou.info>
2583
0c7efc08
SM
2584 * emacs-mime.texi (Display Customization):
2585 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2586 mm-inline-large-images-proportion.
2587
37255945
MA
25882010-10-03 Michael Albinus <michael.albinus@gmx.de>
2589
0c7efc08
SM
2590 * tramp.texi (Frequently Asked Questions):
2591 Mention remote-file-name-inhibit-cache.
37255945 2592
11e4e7bd
LMI
25932010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
2595 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2596 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2597
cb83220a
KY
25982010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
0c7efc08
SM
2600 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2601 (Article Hiding): Add google banner example.
2602 Suggested by Benjamin Xu.
cb83220a 2603
6b958814
G
26042010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2605
0c7efc08
SM
2606 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2607 Remove nnimap-split-rule from examples.
6b958814
G
2608
26092010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2612 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2613 Fishman.
2614 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2615
26162010-09-30 Julien Danjou <julien@danjou.info>
2617
2618 * gnus.texi (Gravatars): Fix documentation about
2619 gnu-gravatar-properties.
2620
b9476c04
DU
26212010-09-29 Daiki Ueno <ueno@unixuser.org>
2622
2623 * epa.texi (Bug Reports): New section.
2624
5f874327
GM
26252010-09-29 Glenn Morris <rgm@gnu.org>
2626
2627 * Makefile.in (top_srcdir): Remove unused variable.
2628
6b958814
G
26292010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2630
2631 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2632 (Client-Side IMAP Splitting): Document 'default.
2633
26342010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
0c7efc08
SM
2636 * gnus.texi (Customizing the IMAP Connection):
2637 Document nnimap-fetch-partial-articles.
6b958814 2638
82bccbfa
KY
26392010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2640
2641 * gnus-news.texi: Mention nnimap-inbox.
2642
2643 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2644
26452010-09-26 Julien Danjou <julien@danjou.info>
2646
47e08896 2647 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2648
26492010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
2651 * gnus.texi (Security): Remove gpg.el mention.
2652
26532010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2654
2655 * gnus.texi (Browse Foreign Server): New variable
2656 gnus-browse-subscribe-newsgroup-method.
2657
2658 * gnus-news.texi: Mention it.
2659
26602010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661
0c7efc08 2662 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2663 (Startup Variables): No jingle.
2664
4c964351
UM
26652010-09-25 Ulrich Mueller <ulm@gentoo.org>
2666
2667 * woman.texi (Interface Options): xz compression is now supported.
2668
82bccbfa
KY
26692010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2670
2671 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2672 (Unavailable Servers): Document gnus-server-copy-server.
2673 (Using IMAP): Document the new nnimap.
2674
26752010-09-25 Julien Danjou <julien@danjou.info>
2676
47e08896 2677 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2678
18778f71
GM
26792010-09-24 Glenn Morris <rgm@gnu.org>
2680
2681 * url.texi (Disk Caching): Tweak previous change.
2682
9c766321
JD
26832010-09-24 Julien Danjou <julien@danjou.info>
2684
2685 * url.texi (Disk Caching): Mention url-cache-expire-time,
2686 url-cache-expired, and url-fetch-from-cache.
2687
82bccbfa
KY
26882010-09-24 Julien Danjou <julien@danjou.info>
2689
2690 * gnus.texi: Add Gravatars.
2691
26922010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2693
2694 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2695
592bdb9a
LMI
26962010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697
2698 * gnus.texi (Expunging mailboxes): Update name of the expunging
2699 command.
2700
e4e22d29
KY
27012010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * emacs-mime.texi (rfc2047): Update description for
2704 rfc2047-encode-parameter.
2705
371d9801
MA
27062010-09-13 Michael Albinus <michael.albinus@gmx.de>
2707
2708 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2709 "fish" methods.
2710 (External methods): Remove "scp1_old" and "scp2_old" methods.
2711
31ae5827
MA
27122010-09-09 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * tramp.texi: Remove Japanese manual. Fix typo.
2715
2716 * trampver.texi: Update release number. Remove japanesemanual.
2717
c0468714
GM
27182010-09-09 Glenn Morris <rgm@gnu.org>
2719
2720 * org.texi: Restore clobbered changes (copyright years, untabify).
2721
86441999
JD
27222010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2723
2724 * gnus.texi (Adaptive Scoring): Fix typo.
2725
25f28806
LMI
27262010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * gnus.texi (Article Display): Document gnus-html-show-images.
2729
45240125 27302010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2731
45240125
JD
2732 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2733
59d09f15
LMI
27342010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * gnus.texi (HTML): Document gnus-max-image-proportion.
2737
2cdd366f
KY
27382010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2739
51dee5ef
KY
2740 * gnus.texi (HTML): Document gnus-blocked-images.
2741
2cdd366f
KY
2742 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2743
b0e4f3fc
KY
27442010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2747 the first message are used for wide replies.
f02566ce
KY
2748 (Changing Servers): Remove documentation on gnus-change-server and
2749 friends, since it's been removed.
b0e4f3fc 2750
598451ed
KY
27512010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2752
2753 * gnus.texi (Drafts): Mention B DEL.
2754
e7842e69
KY
27552010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2756
2757 * gnus.texi (Delayed Articles): Mention that the Date header is the
2758 original one, even if you delay.
2759
85115796
KY
27602010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2761
0c7efc08
SM
2762 * gnus.texi (Asynchronous Fetching):
2763 Document gnus-async-post-fetch-function.
85115796
KY
2764 (HTML): Made into its own section.
2765
f0b44bc0
MA
27662010-08-26 Michael Albinus <michael.albinus@gmx.de>
2767
2768 Sync with Tramp 2.1.19.
2769
217876c9 2770 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2771 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2772 Remove remark about doubled "-t" argument.
217876c9
MA
2773 (Auto-save and Backup): Remove reference to Emacs 21.
2774 (Filename Syntax): Describe port numbers.
2775 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2776 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2777 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2778 errors with the backquotes.
2779 (External packages): File attributes cache flushing for asynchronous
2780 processes.
2781 (Traces and Profiles): Describe verbose level 9.
2782
f0b44bc0
MA
2783 * trampver.texi: Update release number.
2784
7457f7b6
MA
27852010-08-23 Michael Albinus <michael.albinus@gmx.de>
2786
2787 * dbus.texi (Alternative Buses): New chapter.
2788
b695beda
SM
27892010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2792
443c2c03
JB
27932010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2794
2795 * calc.texi (Customizing Calc): Rearrange description of new
2796 variables to match the presentation of other variables.
2797
7815fe19 27982010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2799
2800 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2801
2c695727
JB
28022010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2803
2804 * calc.texi (Making Selections, Selecting Subformulas)
2805 (Customizing Calc): Mention how to use faces to emphasize selected
2806 sub-formulas.
2807
bbb6ffa1
MA
28082010-08-05 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * tramp.texi (External packages): File attributes cache flushing
2811 for asynchronous processes.
2812
5cee0a9c
AM
28132010-08-01 Alan Mackenzie <acm@muc.de>
2814
2815 Enhance the manual for the latest Java Mode.
2816
2817 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2818 annotation-var-cont.
2819 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2820 two new symbols.
2821
3f2afe32
MA
28222010-07-28 Michael Albinus <michael.albinus@gmx.de>
2823
2824 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2825
0ed082fe 28262010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2827
2828 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2829
311f0356
JB
28302010-07-19 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2833
86fbb8ca
CD
28342010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2835
2836 * org.texi: Add macros to get plain quotes in PDF output.
2837 List additional contributors.
2838 (Capture): New section, replaces the section about remember.
2839 (Working With Source Code): New chapter, focused on documenting Org
2840 Babel.
2841 (Code evaluation security): New section.
2842 (MobileOrg): Document DropBox support.
2843 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2844 (Special symbols): Show how to display UTF8 characters for entities.
2845 (Global TODO list): Clarify the use of the "M" key and the differences
2846 to the "m" key.
2847 (RSS Feeds): Mention Atom feeds as well.
2848 (Setting tags): Remove paragraph about
2849 `org-complete-tags-always-offer-all-agenda-tags'.
2850
5732e8ed
MA
28512010-07-17 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2854 argument.
2855 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2856 echoing shells.
2857
ca1bb391
MA
28582010-07-10 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2861 (Filename Syntax): Describe port numbers.
2862
5bd55c3c
MA
28632010-07-09 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2866 forgotten.
2867 (Type Conversion): Precise conversion of natural numbers.
2868 (Errors and Events): Add "debugging" to concept index. Add variable
2869 `dbus-debug'.
2870
820ae8fe
MA
28712010-07-04 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * dbus.texi (Receiving Method Calls): Add optional argument
2874 EMITS-SIGNAL to `dbus-register-property'.
2875
b6f9df0f
JB
28762010-06-27 Alex Schroeder <alex@gnu.org>
2877
2878 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2879
62e034c2
GM
28802010-06-24 Glenn Morris <rgm@gnu.org>
2881
2882 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2883 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2884 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2885 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2886 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2887 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2888 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2889 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2890 convention. Make them end with a period.
2891
9360256a
GM
28922010-06-23 Glenn Morris <rgm@gnu.org>
2893
2894 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2895 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2896 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2897 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2898 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2899 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2900
04d3bb6c
GM
29012010-06-10 Glenn Morris <rgm@gnu.org>
2902
2903 * idlwave.texi (Load-Path Shadows):
2904 * org.texi (Handling links): Fix typos.
2905
5e7d4a75
KY
29062010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2907
2908 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2909
9841cb4f
MA
29102010-05-26 Michael Albinus <michael.albinus@gmx.de>
2911
2912 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2913 by an alias. (Bug#6226)
2914
597517ef
JB
29152010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2916
2917 * calc.texi (Manipulating Vectors): Mention that vectors can
2918 be used to determine bins for `calc-histogram'.
2919
14914c43
JB
29202010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2921
597517ef 2922 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2923
0235128c 29242010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2925
2926 * url.texi (HTTP language/coding, Customization):
2927 * message.texi (Header Commands, Responses):
2928 * cl.texi (Argument Lists): Fix typos.
2929
0235128c 29302010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2931
0235128c
SM
2932 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2933 Note that Development menu is always available.
aa5789b5
CY
2934 (Creating a project): Fix terminology.
2935 (Add/Remove files): Fix typo.
2936
0235128c
SM
29372010-05-07 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * Version 23.2 released.
2940
a628ad9d 29412010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2942
2943 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2944
502269d6
MA
29452010-05-01 Michael Albinus <michael.albinus@gmx.de>
2946
0235128c
SM
2947 * tramp.texi (Inline methods, Default Method):
2948 Mention `tramp-inline-compress-start-size'.
502269d6 2949
6e104790 29502010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2951
2952 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2953 the CVS repo. Put the Git repo in the news section.
2954
6e104790 2955 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2956 Removed some mentions of CVS. Mention the new Git repo.
2957
6e104790 29582010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2959
2960 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2961 (Mail Group Commands): Add index entry.
2962
6e104790 29632010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2964
2965 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2966
f8b91752
JB
29672010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2968
2969 * calc.texi (Radix modes): Mention that the option prefix will
2970 turn on twos-complement mode.
2971 (Inverse and Hyperbolic Flags): Mention the Option flag.
2972
ed21c5c8
CD
29732010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2974
2975 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2976 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2977 (Sectioning structure): Update.
2978 (References): New use case for field coordinates.
6e104790 2979 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2980 (Setting up the staging area): Document the availability of
2981 encryption for MobileOrg.
2982 (Images and tables): Document how to reference labels.
2983 (Index entries): New section.
2984 (Generating an index): New section.
2985 (Column width and alignment): Document that <N> now
2986 means a fixed width, not a maximum width.
2987 (Publishing options): Document the :email option.
2988 (Beamer class export): Fix bug in the BEAMER example.
2989 (Refiling notes): Document refile logging.
2990 (In-buffer settings): Document refile logging keywords.
2991 (Drawers): Document `C-c C-z' command.
2992 (Agenda commands): Mention the alternative key `C-c C-z'.
2993 (Special properties): Document the BLOCKED property.
2994 (The spreadsheet): Mention the formula editor.
2995 (References): Document field coordinates.
2996 (Publishing action): Correct the documentation for the
2997 publishing function.
2998 (The date/time prompt): Document that we accept dates
2999 like month/day/year.
3000 (Cooperation): Document the changes in table.el support.
3001 (Faces for TODO keywords, Faces for TODO keywords)
3002 (Priorities): Document the easy colors.
3003 (Visibility cycling): Document the new double prefix
3004 arg for `org-reveal'.
3005 (Cooperation): Remember.el is part of Emacs.
3006 (Clean view): Mention that `wrap-prefix' is also set by
3007 org-indent-mode.
3008 (Agenda commands): Add information about prefix args to
3009 scheduling and deadline commands.
3010 (Search view): Point to the docstring of
3011 `org-search-view' for more details.
6e104790 3012 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3013 (Setting tags): Document variable
3014 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3015 (Column attributes): Cross-reference special properties.
ed21c5c8 3016
456b348e
MA
30172010-04-10 Michael Albinus <michael.albinus@gmx.de>
3018
3019 Synchronize with Tramp repository.
3020
3021 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3022 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3023 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3024 syntax, texi2dvi reports errors with the backquotes.
3025
3026 * trampver.texi: Update release number.
3027
357e2d8e
KY
30282010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3029
3030 * gnus.texi (Finding the News): Add pointers to the Server buffer
3031 because it's essential.
3032
1d4d7664
KY
30332010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3034
3035 * gnus.texi (MIME Commands): Update description of
3036 gnus-article-browse-html-article.
3037
bd3e840f
KY
30382010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3039
3040 * auth.texi (Secret Service API): Add TODO node.
3041 (Help for users): Explain the new source options for `auth-sources'.
3042
e867cb5d 30432010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3044
3045 * trampver.texi: Update release number.
3046
288f9fc0
CY
30472010-03-10 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * Branch for 23.2.
3050
d99aaebd
CY
30512010-03-03 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3054 now enabled by default.
3055
5794c2a5
MA
30562010-02-28 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3059 when Emacs runs in interactive mode. (Bug#5645)
3060
40572be6
GM
30612010-02-16 Glenn Morris <rgm@gnu.org>
3062
3063 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3064
7bb8ed67
MH
30652010-02-05 Mark A. Hershberger <mah@everybody.org>
3066
3067 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3068
45a1423d 30692010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3070
3071 * gnus.texi (Score File Format): Fix typo.
3072
45a1423d 30732010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3074
3075 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3076
14f17fc8
JB
30772010-01-18 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * ada-mode.texi (Project File Overview): Fix typo.
3080
607d4369
CY
30812010-01-17 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * semantic.texi: Add Richard Y. Kim credit.
3084
3085 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3086
3d1bfa99
MA
30872010-01-17 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3090 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3091
6fbf7a75
GM
30922010-01-17 Glenn Morris <rgm@gnu.org>
3093
b9f978f0
GM
3094 * calc.texi (Reporting Bugs): Don't mention format of repository.
3095
f19bc38d
GM
3096 * woman.texi (Bugs): Make "Emacs repository" less specific,
3097 and the URL for same more specific.
3098
6fbf7a75
GM
3099 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3100
16c3428a
JB
31012010-01-17 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * ede.texi (ede-step-project, ede-proj-target):
3104 * tramp.texi (Remote processes): Fix typos.
3105
045b9da7
ML
31062010-01-16 Mario Lang <mlang@delysid.org>
3107
3108 * ede.texi (ede-target):
3109 * org.texi (Refiling notes): Remove duplicated words.
3110
c57008f6
SM
31112010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * gnus.texi (Posting Styles): Use with-current-buffer.
3114 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3115
798c9eb5
KR
31162010-01-02 Kevin Ryde <user42@zip.com.au>
3117
3118 * eieio.texi (Naming Conventions): Correction to xref on elisp
3119 coding conventions, is "Tips" node not "Standards".
3120
4970fbfe
CY
31212009-12-24 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3124
3125 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3126
83828b06
KY
31272009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * gnus.texi (Direct Functions): Add missing port number to tls method.
3130
45a4a565
JB
31312009-12-15 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3134 ($(infodir)/edt, edt.dvi): New targets.
3135
698bfef7
GM
31362009-12-15 Glenn Morris <rgm@gnu.org>
3137
3138 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3139 (edt, $(infodir)/edt, edt.dvi): New targets.
3140 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3141
3142 * Makefile.in (PDF_TARGETS, pdf): New.
3143 (clean): Add *.pdf.
3144 Add pdf rules for all manuals.
3145
0e983327
JB
31462009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3147
3148 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3149
8e687433
CY
31502009-12-14 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3153 (Smart Jump, Analyzer Debug): Copyedits.
3154 (Semantic mode user commands): Link to new nodes.
3155 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3156 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3157 upstream Semantic manual.
3158
3159 * semantic.texi (Introduction): Minor fix to diagram.
3160
020335df
MA
31612009-12-09 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * eshell.texi (History): Add the other built-in variables.
3164 (Built-ins): Explain built-ins, and how to apply the external commands.
3165 Add `history', `su' and `sudo'.
3166
3167 * tramp.texi (Remote processes): Add missing <RET> in the example.
3168
6ddf13e4
BW
31692009-12-01 Bill Wohler <wohler@newt.com>
3170
3171 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3172 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3173 excessively garrulous.
3174
07b6428c
MA
31752009-11-29 Michael Albinus <michael.albinus@gmx.de>
3176
3177 * tramp.texi (Remote processes): Improve eshell example with "su"
3178 and "sudo" commands.
3179
fd1cefda
CY
31802009-11-28 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3183
3184 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3185 Document semantic-complete-analyze-inline.
3186 (Semanticdb search debugging commands): Minor clarification.
3187 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3188 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3189 manual.
9d542758 3190 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3191
159e3ad5
KR
31922009-11-28 Kevin Ryde <user42@zip.com.au>
3193
3194 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3195 @pxref, now EIEIO is in Emacs.
159e3ad5 3196
c6d47315
KR
3197 * erc.texi (Development): Correction to git tutorial url.
3198
16f6287e
GM
31992009-11-26 Glenn Morris <rgm@gnu.org>
3200
3201 * faq.texi (Latest version of Emacs): Mention stability of development
3202 version.
3203 (Problems with very large files): Max buffer size increase in 23.2.
3204 (VM): VM has moved house again.
3205
5ea5dbc9
JB
32062009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3207
3208 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3209 notations.
3210
5dec9555
CD
32112009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3212
45a4a565 3213 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3214
bd6f6833
CY
32152009-11-20 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3218 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3219 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3220
be479117
JB
32212009-11-17 Juanma Barranquero <lekktu@gmail.com>
3222
3223 * semantic.texi (Semantic Internals, Glossary):
3224 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3225 (Semanticdb search debugging commands): Fix typos.
3226
17291a1f
JB
32272009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3228
be479117 3229 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3230
af42a9cc
JB
32312009-11-16 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3234 ($(infodir)/semantic, semantic.dvi): New targets.
3235
3149927d
CY
32362009-11-16 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * Makefile.in: Build the Semantic manual.
3239
3240 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3241 repository.
3242
977640ed
MA
32432009-11-16 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * dbus.texi (Receiving Method Calls): New defun
3246 `dbus-unregister-service'.
3247
17673adf
CD
32482009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3249
3250 * org.texi (Speed keys): New section.
3251
0ecd3c90
MA
32522009-11-13 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * dbus.texi (Type Conversion): Fix typo.
3255 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3256 `dbus-registered-objects-table'.
0c7efc08
SM
3257 (Receiving Method Calls): New defun `dbus-register-property'.
3258 Move `dbus-unregister-object' here.
0ecd3c90 3259
8bfe682a
CD
32602009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3261
3262 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3263
32642009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3265
3266 * org.texi (Column attributes): Add the new age summary operators.
3267 Also, mention the fact you can only use one summary operator per
3268 property.
3269
32702009-11-13 John Wiegley <johnw@newartisans.com>
3271
0c7efc08 3272 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3273 manual about how to track habits.
0c7efc08 3274 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3275 dangling clocks are resolved.
3276
32772009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3278
3279 * org.texi (Agenda commands): Document the new `i' command.
3280 (Inserting deadline/schedule): Document logging changes
3281 of scheduling and deadline times stamps.
3282 (In-buffer settings): Document the in-buffer keywords for logging
3283 changes of scheduling and deadline times stamps.
3284 (Structure editing, Plain lists): Document indentation
3285 cycling in empty entries with TAB.
3286 (Archiving): Document the default archiving command.
3287 (Moving subtrees): Document the new keys for archiving.
3288 (Internal archiving): Fix incorrect key.
3289 (Agenda commands): Document the TODO set switching commands.
3290 (Agenda commands): Document the new archiving keys.
3291 (Clocking work time): Better description on how to save
3292 and restore a clock.
3293 (Resolving idle time): Mention the x11idle program to get true
3294 idleness also under X11.
3295 (Resolving idle time): Use @kbd instead of @key for normal
3296 letters, because this is how he rest of the manual does this.
3297 (Pushing to MobileOrg): Mention that `org-directory'
3298 should be set.
3299 (Agenda commands): Document that SPC is a filter for
3300 any tag.
0c7efc08 3301 (Search view): Rename from "Keyword search".
8bfe682a
CD
3302 (Capure): New chapter.
3303 (Markup): New chapter.
0c7efc08
SM
3304 (Links in HTML export, Images in HTML export):
3305 Extend the section titles.
8bfe682a
CD
3306 (Images in HTML export): Document the align option.
3307 (Text areas in HTML export): Extend the section title.
3308 (Images in LaTeX export): Explain image placement in LaTeX.
3309
693737cd
GM
33102009-11-10 Glenn Morris <rgm@gnu.org>
3311
3312 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3313
c7bd4ebe
MA
33142009-11-08 Michael Albinus <michael.albinus@gmx.de>
3315
3316 * tramp.texi (Auto-save and Backup): Disable backups just for a
3317 method.
3318
3319 * trampver.texi: Update release number.
3320
76c5acad
MA
33212009-11-07 Michael Albinus <michael.albinus@gmx.de>
3322
3323 Sync with Tramp 2.1.17.
3324
3325 * trampver.texi: Update release number.
3326
d9a57abf
GM
33272009-10-29 Glenn Morris <rgm@gnu.org>
3328
3329 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3330
637f4f0f
MA
33312009-10-23 Michael Albinus <michael.albinus@gmx.de>
3332
3333 * tramp.texi (External methods): Temporary files are kept for
3334 `rsync' and `rsyncc' methods.
3335
310dbb05
JB
33362009-10-09 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * eieio.texi: Fix typos.
3339
09094f28
CY
33402009-10-07 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3343
216f299a
JB
33442009-10-07 Juanma Barranquero <lekktu@gmail.com>
3345
3346 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3347 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3348
966a6506
CY
33492009-10-07 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * Makefile.in: Build EIEIO and EDE manuals.
3352
33532009-10-07 Eric Ludlam <zappo@gnu.org>
3354
3355 * eieio.texi:
3356 * ede.texi: New files.
3357
8842cd9b
MA
33582009-10-05 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * tramp.texi (Remote processes): Association of a pty is not supported.
3361
7006d207
CD
33622009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3363
3364 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3365 (Processing LaTeX fragments): Document that the size of images can be
3366 changes using the variable `org-format-latex-options'.
3367 (The date/time prompt, Timestamps): Be more accurate over ISO format
3368 dates and times.
3369 (Visibility cycling): Document showeverything keyword.
3370 (In-buffer settings): Document showeverything keyword.
3371 (Setting up the staging area): Fix the example.
3372 (MobileOrg): New section.
3373 (Agenda commands, Exporting Agenda Views): Document exporting the
3374 agenda view to Org files.
3375
0e7b2867
MA
33762009-09-28 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * tramp.texi (History): Add IMAP support.
3379 (External methods): Add `imap' and `imaps' methods.
3380 (GVFS based methods): Add indices for `davs'.
3381 (Password handling): Rename anchors. Add IMAP entries for
3382 ~/.authinfo.gpg.
3383
3384 * trampver.texi: Set default value of `emacsimap'.
3385
4146636e
KY
33862009-09-22 Daiki Ueno <ueno@unixuser.org>
3387
3388 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3389
d22f7ffa
CY
33902009-09-13 Chong Yidong <cyd@stupidchicken.com>
3391
0c7efc08
SM
3392 * dired-x.texi (Technical Details):
3393 Delete dired-up-directory (Bug#4292).
d22f7ffa 3394
66043531
MA
33952009-09-03 Michael Albinus <michael.albinus@gmx.de>
3396
216f299a 3397 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3398
6eb02347
CD
33992009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3400
3401 * org.texi (Effort estimates): Document new effort setting commands.
3402 (Agenda commands): Document the new keys fro agenda time motion.
3403 Document entry text mode. Improve documentation of the keys to include
3404 inactive time stamps into the agenda view.
3405 (Feedback): Document the new bug report command.
0c7efc08 3406 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3407
38dc51ba
KY
34082009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3409
3410 * auth.texi (Help for users): Corrected markup.
3411
e402f452
GM
34122009-09-02 Glenn Morris <rgm@gnu.org>
3413
3414 * emacs-mime.texi (time-date): Mention float-time.
3415
744256cf
JB
34162009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3417
3418 * calc.texi (Simplifying Formulas): Improve the wording.
3419
b0b63450
MB
34202009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3421
3422 * auth.texi: Rewritten for coverage and clarity.
3423
34242009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3425
0c7efc08
SM
3426 * gnus.texi (Expiring Mail):
3427 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3428 (Various Various): Mention gnus-safe-html-newsgroups.
3429
3430 * gnus-news.texi: Mention
3431 gnus-mark-copied-or-moved-articles-as-expirable.
3432
3433 * emacs-mime.texi (Display Customization): Add xref to
3434 gnus-safe-html-newsgroups.
3435
b59329e0
MA
34362009-08-28 Michael Albinus <michael.albinus@gmx.de>
3437
3438 * tramp.texi (Version Control): Remove.
af42a9cc 3439 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3440 reference.
3441 (External methods): Correct `scpc' concept index entries. New method
3442 `rsyncc'.
3443 (External packages): New subsections "Filename completion" and "File
3444 attributes cache".
3445
0ff2d6c2
JB
34462009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3447
3448 * calc.texi (Rewrite Rules): Improve the example.
3449 (Simplifying Formulas): Explain use of the I and H flags for
3450 simplification.
3451
ecd3d54f
MA
34522009-08-25 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3455 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3456 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3457 for timeout values.
78176e69
MA
3458 (Top): Remove footnote saying D-Bus is not enabled by
3459 default. (Bug#4256)
ecd3d54f 3460
0f215bca
DU
34612009-08-23 Daiki Ueno <ueno@unixuser.org>
3462
3463 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3464 Reported by Jari Aalto (Bug#4211).
0f215bca 3465 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3466 epa-global-mail-mode.
3b7ab45f
DU
3467 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3468 epa-setup.
0f215bca 3469
4f22e84d
MA
34702009-08-16 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * dbus.texi (Asynchronous Methods): Allow nil handler.
3473
9ff0b02b 34742009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3475
26b03ee3 3476 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3477
26b03ee3 3478 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3479
4c39f404
CY
34802009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3481
3482 * calc.texi (Date Forms): Fix typos.
3483
3bcfba17
GM
34842009-08-08 Glenn Morris <rgm@gnu.org>
3485
3486 * org.texi (Agenda commands): Restore clobbered change.
3487
66783bb4
EZ
34882009-08-07 Eli Zaretskii <eliz@gnu.org>
3489
3490 * calc.texi (Graphics, Devices): Update with the peculiarities of
3491 operation on MS-Windows.
3492
c8d0cf5c
CD
34932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3494
3495 * org.texi (Publishing action): Improve documentation of file
3496 names when publishing to the source directory.
3497 (Clean view): Document `org-indent-mode'.
3498 (Clocking work time): Add documentation for the
3499 new :timetamp option when creating a clock report.
3500 (Paragraphs): Fix many typos.
3501 (Plain lists): Remove duplicate explanation about the
3502 `C-c *' command.
3503 (Literal examples): Update to reflect the new behavior
3504 of the -n -r -k switches when exporting source code examples.
3505 (Structure editing): Add information about `C-c *',
3506 converting a plain list into a list of Org items.
3507 (Remember): Small rephrasing of the paragraph
3508 describing remember.el. Also mentioned that remember.el is part
3509 of Emacs 23, not Emacs 22.
3510 (Clocking work time): Add documentation about
3511 displaying the current clocking time against the effort estimate.
3512 Also add a footnote about using `org-clock-in-prepare-hook' to add
3513 an effort estimate on the fly, just before clocking it.
3514 (Footnotes): Document automatic renumbering and
3515 sorting.
3516 (Agenda commands): Document new bulk commands.
3517 (Plain lists): Document new behavior of
3518 `org-cycle-include-plain-lists'.
4e2af782 3519 Hyphenation only in TeX.
c8d0cf5c
CD
3520 (Clocking work time): Document the key to update effort
3521 estimates.
3522 (Clocking work time): Document the clock time display.
3523 (Structure editing, TODO basics): Document new
3524 variables.
3525 (Column attributes): Document new colciew operators.
3526 (Publishing options): Document :xml-declaration.
3527 (Tracking TODO state changes): Document the
3528 LOG_INTO_DRAWER property.
3529 (Literal examples): Document the new implementation for
3530 editing source code.
3531 (Publishing action): Mention the new publishing
3532 function, to publish an Org source file.
3533 (Publishing links): Mention how to link to an Org source file.
3534 (Macro replacement): Document new macros.
3535 (Handling links): Document type-specific completion
3536 when inserting links.
3537 (Structure editing, Plain lists): Improve documentation
3538 on sorting.
3539 (Internal links): Document custom ids for links.
3540 (Handling links): Document custom ids for links.
3541 (CSS support): Document new class.
3542 (Refiling notes): Document the possibility to create new nodes
3543 during refiling.
3544 (Agenda commands): Document the "?" operator to find
3545 tasks without effort setting.
3546 (Exporting agenda information): Section moved.
3547 (RSS Feeds): New section.
3548 (Built-in table editor): Document M-e and M-a navigate
3549 inside table field.
3550 (Stuck projects): Docment that projects identified as
3551 un-stuck will still be searchd for stuck sub-projects.
3552 (Paragraphs): Document centering.
3553 (Creating timestamps, Agenda commands): Document new
3554 behavior when changing time stamps.
3555 (Structure editing): Document the new command
3556 `org-clone-subtree-with-time-shift'.
3557 (Publishing): Refresh this chapter.
3558 (Export options, Export options, In-buffer settings):
3559 Document the new keywords.
3560 (Matching tags and properties): Collect all
3561 documentation about tags/property matches here.
3562 (Setting tags): Document `org-tag-persistent-alist'.
3563 (Weekly/daily agenda): New section.
3564 (Orgstruct mode): Describe `orgstruct++-mode'.
3565 (Drawers): Mention the LOGBOOK drawer.
3566 (Export options, Sectioning structure): Document the
3567 #+LEATEX_HEADER in-buffer setting.
3568 (Bugs): Section removed.
3569 (Hooks): New section.
0c7efc08 3570 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3571 (Context-sensitive commands): New section.
3572 (Setting tags): Document newline option.
3573 (Global TODO list, Matching tags and properties):
3574 Mention more variables.
3575 (Checkboxes): Update to changed command behavior.
81a5560e 3576
40d2791f
CY
35772009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3578
3579 * speedbar.texi (Basic Key Bindings): Fix typo.
3580
65d0154b
JB
35812009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3582
3583 * calc.texi (Vector/Matrix Functions): Add index entries for both
3584 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3585 affects matrices with more than one row.
b5bdfd9f 3586 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3587
5a9e3ab7
JB
35882009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3589
3590 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3591 `calc-transpose-lines'.
5a9e3ab7 3592
42fb7e61
MA
35932009-07-27 Michael Albinus <michael.albinus@gmx.de>
3594
3595 * dbus.texi (Receiving Method Calls): Describe special return value
3596 `:ignore'.
3597
574b69d5
AM
35982009-07-24 Alan Mackenzie <acm@muc.de>
3599
3600 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3601 initialization, any individual variable setting now takes precedence
3602 over one done via c-file-style/c-file-offsets.
3603
ec06459c
JB
36042009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3605
3606 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3607 truncated when Calc is quit.
3608 (Customizing Calc): Document `calc-undo-length'.
3609
4ce54f6b
CY
36102009-07-20 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3613
0e4f8ba5
GM
36142009-07-11 Kevin Ryde <user42@zip.com.au>
3615
3616 * pcl-cvs.texi (About PCL-CVS):
3617 * widget.texi (Basic Types):
3618 Fix cross-references.
3619
fa0f81b0
AS
36202009-07-01 Andreas Schwab <aschwab@redhat.com>
3621
3622 * dbus.texi (Type Conversion): Don't use literal control character.
3623
88a683c5
MA
36242009-07-01 Michael Albinus <michael.albinus@gmx.de>
3625
3626 * tramp.texi (GVFS based methods): New section.
3627 (Remote processes): Processes for GVFS based methods run locally.
3628
36c8febb
MA
36292009-06-30 Michael Albinus <michael.albinus@gmx.de>
3630
0c7efc08
SM
3631 * tramp.texi (Inline methods, External methods, Gateway methods):
3632 Avoid the words "kludge" and hack".
36c8febb
MA
3633 (External methods): Add `synce' method.
3634
3635 * trampver.texi: Update release number.
3636
d6b951bb
MA
36372009-06-22 Michael Albinus <michael.albinus@gmx.de>
3638
3639 Sync with Tramp 2.1.16.
3640
3641 * tramp.texi (History): Add GVFS support.
3642 (External methods): Precise `rsync' description. Add `dav', `davs' and
3643 `obex' methods. Add 'tramp-gvfs-methods' option.
3644 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3645 forms.
3646 (Remote Programs): Introduce `tramp-own-remote-path'.
3647 (Remote processes): New subsection "Running remote programs that create
3648 local X11 windows".
3649 (Frequently Asked Questions): Improve code for disabling vc.
3650
3651 * trampver.texi: Update release number. Set default value of
3652 `emacsgvfs'.
3653
70243478
CY
36542009-06-21 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * Branch for 23.1.
3657
54b31cbf
GM
36582009-06-17 Glenn Morris <rgm@gnu.org>
3659
3660 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3661 (Latest version of Emacs): Mention source code repository.
3662
f6adc23c
GM
36632009-06-16 Glenn Morris <rgm@gnu.org>
3664
3665 * faq.texi (Top): Language tweak.
3666 (Extended commands): Most people have arrow keys.
3667 (Emacs manual): Say how to follow info links.
3668 (File-name conventions): Change title a bit. Explain about source
3669 versus installed. Condense etc description.
3670 (Guidelines for newsgroup postings): Mention Savannah list page.
3671 (Newsgroup archives): Simplify.
3672 (Contacting the FSF): Add contact URL.
3673 (Emacs Lisp documentation): Printed version not always available.
3674 (Installing Texinfo documentation): Explain how by hand installation is
3675 not normally needed. Use add-to-list. Remove duplicate reference.
3676 (Informational files for Emacs): Move info on Help menu here from
3677 "File-name conventions".
3678 (Help installing Emacs): Tweak uref.
3679 (Obtaining the FAQ): Mention repository.
3680 (Origin of the term Emacs): Explain "ITS".
3681 (Changing load-path): Use add-to-list.
3682 (Automatic indentation): Clarify this is for Text mode.
3683 Don't mention Indented Text mode.
3684 (Finding Emacs on the Internet): The FSF does not seem to offer a
3685 deluxe distribution on CD anymore.
3686
b59a8457
GM
36872009-06-16 Glenn Morris <rgm@gnu.org>
3688
3689 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3690 Recommend the latest release. Mention how to get older FAQs.
3691 Recommend the Emacs manual.
3692 (Guidelines for newsgroup postings): Discourage cross-posts.
3693 (Underlining paragraphs): Remove.
3694 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3695 (Bugs and problems): Update key-binding.
3696 (Problems with very large files): Mention 64-bit.
3697 (Shell process exits abnormally): Remove.
3698 (Problems with Shell Mode): Rename and update.
3699 (Spontaneous entry into isearch-mode)
3700 (Problems talking to certain hosts): Remove. This is old information,
3701 in etc/PROBLEMS if needed.
3702 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3703 (Dired claims that no file is on this line): Update.
3704 (Installing Emacs, Problems building Emacs): Simplify.
3705 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3706 information.
3707 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3708 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3709 (JDEE): "JDEE", not "JDE".
3710 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3711 Remove. This is old information, in etc/PROBLEMS if needed.
3712 (stty and Backspace key, Kanji and Chinese characters): Remove.
3713 (Right-to-left alphabets): Update section.
3714 (Changing the included text prefix): Gnus uses message-yank-prefix.
3715 Add cross-reference to Supercite manual.
3716 (Saving a copy of outgoing mail): Simplify output file description.
3717 (Expanding aliases when sending mail): Refer to Emacs manual.
3718 Remove old info about RFC822.
3719 Correct description of how to rebuild aliases.
3720 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3721 (MIME with Emacs mail packages)
3722 (Viewing articles with embedded underlining)
3723 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3724 Remove old sections.
3725 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3726 and is well-documented in the Gnus manual.
3727 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3728 (Making Gnus faster): Rename from "Starting Gnus faster".
3729 Merge "Catch-up is slow in Gnus" into here.
3730
0e6d12ca
GM
37312009-06-14 Glenn Morris <rgm@gnu.org>
3732
3733 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3734 (New in Emacs 23): New section.
3735 (Handling C-s and C-q with flow control): Add xref.
3736
2e17e05e
GM
37372009-06-13 Glenn Morris <rgm@gnu.org>
3738
3739 * faq.texi (Setting up a customization file): Grammar fix.
3740 Customize is no longer "new".
3741 (Displaying the current line or column): Line-number mode is on by
3742 default. Don't mention `column' package. Mention linum.el.
3743 (Turning on abbrevs by default): Explain how to do it for buffers,
3744 modes, and everywhere.
3745 (Associating modes with files): Use add-to-list. Don't mention Emacs
3746 19.
3747 (Highlighting a region): On by default since 23.1.
3748 (Replacing highlighted text): Update doc quote.
3749 (Working with unprintable characters): Don't mention search-quote-char.
3750 (Using an already running Emacs process): Gnuclient is probably not an
3751 enhancement these days.
3752 (Indenting switch statements): Remove mention of pre-Emacs 20.
3753 (Horizontal scrolling): Abbreviate Emacs 20 description.
3754 (Replacing text across multiple files): Fix name of dired command.
3755 (Disabling backups): Use require not load.
4f9d4de3 3756 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3757
2a1cf2b9
BW
37582009-06-13 Bill Wohler <wohler@newt.com>
3759
3760 Release MH-E manual version 8.2.
3761
3762 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3763 release 8.2.
3764
85b438b7
GM
37652009-06-13 Glenn Morris <rgm@gnu.org>
3766
3767 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3768 in this day and age the common meaning is "on the web".
3769 (copying): Use @copyright in all cases.
3770 (Basic keys): Remove reference to deleted manual node "Text Characters".
3771 (File-name conventions): Use GNU as an example rather than SERVICE.
3772 default.el lives in site-lisp. Update Info directory location.
3773 (Real meaning of copyleft): GPL actions have been brought, but all
3774 settled out of court.
3775 (Guidelines for newsgroup postings): Shorten section title.
3776 Simplify comp.emacs description.
3777 (Newsgroup archives): Change Google URL. Describe Gmane.
3778 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3779 points". Mention List-Unsubscribe header.
3780 (Contacting the FSF): Update email and URLs.
3781 (Basic editing): Mention F1 for help.
3782 (Installing Texinfo documentation): Refer to Texinfo website rather
3783 than ftp server.
3784 (Printing a Texinfo file): Mention texi2pdf.
3785 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3786 are just stubs nowadays.
3787 (Latest version of Emacs): Explain version numbers.
3788 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3789 (Turning on syntax highlighting): No need to mention hilit19 any more.
3790 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3791 (Modes for various languages): Remove section.
3792 (Major packages and programs): Remove most version and maintainer
3793 information - it's hard to keep up-to-date, and adds nothing.
3794 Similarly with direct links to mailing lists.
3795 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3796 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3797 years, and Emacs comes with tools for this now.
3798 (Patch): Remove section - this is a standard tool.
3799 (Using function keys under X): Remove section.
3800
93e2d996
GM
38012009-06-12 Glenn Morris <rgm@gnu.org>
3802
3803 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3804 (Help installing Emacs): Remove reference to deleted X11 node.
3805 (Associating modes with files): Interpreter-mode-alist is no longer
3806 subservient to auto-mode-alist.
3807 (Installing Emacs): Change future Emacs version.
3808 (Linking with -lX11 fails): Remove old section.
3809 (Packages that do not come with Emacs): Update ELL location.
3810 Emacs Lisp archive is dead.
3811 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3812 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3813 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3814 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3815 (Removing flashing messages): Remove section about non-existent Gnus
3816 option.
3817
f0bf7708
GM
3818 * faq.texi (Top): Add @top command.
3819 Remove the optional arguments from all @node commands: makeinfo can
3820 generate these automatically, and it is easier to edit and rearrange
3821 nodes without them.
3822
30884d11
GM
38232009-06-11 Glenn Morris <rgm@gnu.org>
3824
3825 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3826 (The LPF): Make the updated URL the sole reference point.
3827 (Learning how to do something): Update refcard price and format.
3828 (Getting a printed manual): Sources in doc/emacs/, not man/.
3829 Also available in PDF format. Since the page count varies, be less
3830 precise.
3831 (Informational files for Emacs): Remove references to deleted files
3832 LPF and SUN-SUPPORT, and to UUCP.
3833 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3834 Remove many obsolete ways to get the FAQ, which now seems only to be
3835 distributed with Emacs.
3836 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3837
deab46e0
CY
38382009-06-09 Chong Yidong <cyd@stupidchicken.com>
3839
223b43fa 3840 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3841 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3842
deab46e0
CY
3843 * ada-mode.texi (Installation, Compile commands)
3844 (Project File Overview, No project files, Set compiler options)
3845 (Use GNAT project file, Use multiple GNAT project files)
3846 (Identifier completion): Use @samp for menu items, and @kbd for key
3847 sequences (Bug#3504).
3848
71fbd643
DU
38492009-06-04 Daiki Ueno <ueno@unixuser.org>
3850
8c9bb6f5 3851 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3852
f197085b
CY
38532009-06-04 Ryan Yeske <rcyeske@gmail.com>
3854
3855 * message.texi (Header Commands): Fix descriptions to match
3856 keybindings.
3857
7f3bc720
DU
38582009-04-22 Daiki Ueno <ueno@unixuser.org>
3859
3860 * gnus.texi (Security): Mention that EasyPG is the current default.
3861
4518068d
CY
38622009-04-13 Chong Yidong <cyd@stupidchicken.com>
3863
3864 * ediff.texi (Session Commands): Fix typo.
3865
d7ca410a
MB
38662009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3867
3868 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3869 news.software.readers. Reported by Florian Rehnisch.
3870
c6c76add
GM
38712009-04-02 Glenn Morris <rgm@gnu.org>
3872
3873 * auth.texi: Capitalize direntry.
3874
3875 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3876 using a period in the entry name. (Bug#2797)
3877
35ed8e2e
JB
38782009-03-03 Juanma Barranquero <lekktu@gmail.com>
3879
3880 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3881 ($(infodir)/auth, auth.dvi): New targets.
3882
e280480a
GM
38832009-03-03 Glenn Morris <rgm@gnu.org>
3884
3885 * auth.texi: Fix @setfilename.
3886
3887 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3888 (auth, $(infodir)/auth, auth.dvi): New rules.
3889
8a76755b
GM
38902009-02-25 Glenn Morris <rgm@gnu.org>
3891
3892 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3893
0038d478
MB
38942009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3895
3896 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3897
38982009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3899
3900 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3901 gnus-nocem-issuers, and gnus-nocem-verifyer.
3902
867d4bb3
JB
39032009-02-20 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * ada-mode.texi (Project files, Automatic Casing):
3906 * dbus.texi (Signals):
3907 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3908 * mh-e.texi (HTML):
3909 * nxml-mode.texi (Locating a schema)
3910 (Using the document's URI to locate a schema):
3911 * org.texi (Footnotes, Using the mapping API):
3912 * rcirc.texi (Channels): Remove duplicate words.
3913
3a44dc1f
GM
39142009-02-20 Glenn Morris <rgm@gnu.org>
3915
3916 * dired-x.texi (Miscellaneous Commands):
3917 * gnus.texi: Minor updates for mbox Rmail.
3918
5dc584b5
KB
39192009-02-16 Karl Berry <karl@gnu.org>
3920
b59a8457
GM
3921 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3922 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3923 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3924 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3925 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3926 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3927 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3928 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3929 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3930 Consistently use @insertcopying in the Top node,
5dc584b5 3931 @contents at the front (after @end titlepage),
b59a8457 3932 and @direntry after @copying. (Bug#1988)
5dc584b5 3933
9eb59592
MB
39342009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3935
3936 * auth.texi: New file documenting auth-source.
3937
d324fa76
CD
39382009-02-13 Carsten Dominik <dominik@science.uva.nl>
3939
3940 * org.texi (Org Plot): Fix link.
3941
7a603b73
DU
39422009-02-09 Daiki Ueno <ueno@unixuser.org>
3943
3944 * epa.texi (Mail-mode integration): Mention the way to do
3945 "encrypt-to-self". (Bug#1807)
3946
a626b338 39472009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3948
3949 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3950
3b36c17e
MB
39512009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3952
3953 * gnus-news.texi: Print version about Incoming*.
3954
55033558
CD
39552009-02-02 Carsten Dominik <dominik@science.uva.nl>
3956
3957 * org.texi (Structure editing, Handling links)
3958 (Fast access to TODO states, Javascript support): Make standard docs
3959 correctly reflect default variable settings.
3960
ec712abb
GM
39612009-02-02 Glenn Morris <rgm@gnu.org>
3962
3963 * org.texi: Fix typos.
3964
7112648c
MA
39652009-02-01 Michael Albinus <michael.albinus@gmx.de>
3966
3967 Sync with Tramp 2.1.15.
3968
3969 * trampver.texi: Update release number.
3970
2e461fc1
CD
39712009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3972
3973 * org.texi (TODO dependencies): Document TODO dependencies on
3974 checkboxes.
3975
bc283609
CD
39762009-01-30 Carsten Dominik <dominik@science.uva.nl>
3977
3978 * org.texi (TODO dependencies): Document key binding for toggling
3979 ORDERED property.
3980
74fc5047
MA
39812009-01-28 Michael Albinus <michael.albinus@gmx.de>
3982
3983 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3984 of hook functions.
3985
d6685abc
CD
39862009-01-28 Carsten Dominik <dominik@science.uva.nl>
3987
3988 * org.texi (TODO dependencies): New section.
3989
65c439fd
CD
39902009-01-27 Carsten Dominik <dominik@science.uva.nl>
3991
3992 * org.texi (Plain lists, TODO basics, Priorities)
3993 (Multiple sets in one file, Conflicts): Document interaction with
3994 `shift-selection-mode'.
3995
5fafc247
JB
39962009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3997
3998 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3999 Make Calc the subject of sentences.
4000 (Rearranging Formulas using Selections): Discuss new options
4001 for `j *'.
4002
e7433508
MA
40032009-01-26 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4006
2096a1b6
GM
40072009-01-26 Glenn Morris <rgm@gnu.org>
4008
4009 * org.texi: Fix typos.
4010
0cb61492
BW
40112009-01-26 Bill Wohler <wohler@newt.com>
4012
2096a1b6 4013 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4014
0bd48b37
CD
40152009-01-25 Carsten Dominik <dominik@science.uva.nl>
4016
4017 * org.texi (References): Add information about remote references.
4018 (Built-in table editor): Document `C-c RET' in tables.
4019 (Math symbols, Quoting LaTeX code): Mention that simple
4020 LaTeX macros survive LaTeX export.
4021 (Images in LaTeX export): Show how to create a reference to a
4022 figure.
4023 (Sectioning structure): Document that the LaTeX class can be
4024 specified in a property.
4025 (Text areas in HTML export): New section.
4026 (External links): Add examples for text search and ID links.
4027 (Built-in table editor): Remove the descriptio of `C-c
4028 C-q', it not longer works.
4029 (Literal examples): Document that a space must follow
4030 the colon in short examples.
4031 (Relative timer): Document `org-timer-stop'.
4032 (Footnotes): New section.
4033 (Footnote markup): Shorten section and refer to new Footnote
4034 section.
4035 (Literal examples): Add documentation for line
4036 numbering in and references to code examples.
4037 (CSS support): Fix the description of default CSS styles.
4038 (Capturing column view): Document
4039 "file:path/to/file.org" as an allowed value for the ID property of
4040 a dynamic block copying column view.
4041
49dbbaf2
SE
40422009-01-23 Stephen Eglen <stephen@gnu.org>
4043
4044 * mh-e.texi (Getting Started): Describe $MH.
4045
193e6828
MA
40462009-01-21 Michael Albinus <michael.albinus@gmx.de>
4047
4048 * tramp.texi (all): Harmonize usage of "external method",
4049 "external transfer method" and "out-of-band method".
4050 (Connection types): Precise the differences of inline and external
4051 methods. Written by Adrian Phillips <a.phillips@met.no>.
4052
26b9f88d
MB
40532009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4054
4055 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4056 commands as described at the top. Reported by Allan Gottlieb
4057 <gottlieb@nyu.edu>.
4058
40592009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4062 nnmail-pathname-coding-system.
4063
377952e0
GM
40642009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4065
4066 * org.texi (Relative timer): Fix typo.
4067
a20d3598
JB
40682009-01-15 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4071 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4072
a50253cc
GM
40732009-01-13 Glenn Morris <rgm@gnu.org>
4074
4075 * org.texi: Fix some more typos.
4076
07450bee
GM
40772009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4078
4079 * org.texi: Fix some typos.
4080
e3e955fe
MB
40812009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4082
4083 * gnus.texi (Group Parameters): Add note for local variables.
4084
40852009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4086
0c7efc08
SM
4087 * gnus.texi (Converting Kill Files): Fix URL.
4088 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4089
40902009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4091
4092 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4093 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4094 (Paging the Article): Add index entry.
4095
71dd9983
JB
40962009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4097
4098 * ada-mode.texi (Examples): Delete redundant text.
4099
4a0cf14f
MA
41002009-01-03 Michael Albinus <michael.albinus@gmx.de>
4101
36c8febb 4102 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4103
4104 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4105 addresses.
4106
aedac0f0
BW
41072009-01-03 Bill Wohler <wohler@newt.com>
4108
4109 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4110 kept empty.
4111
4c65b566
CD
41122008-12-20 Carsten Dominik <dominik@science.uva.nl>
4113
4114 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4115 (HTML Export commands, LaTeX/PDF export commands):
4116 Improve documentation about transient-mark-mode.
e9fce1ac 4117 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4118 to fields in the last table row.
4119
e1a78e1e
JL
41202008-12-19 Juri Linkov <juri@jurta.org>
4121
4122 * info.texi (Search Text): Remove mention of removed key binding M-s.
4123
17a0aa82
CD
41242008-12-18 Carsten Dominik <dominik@science.uva.nl>
4125
4126 * org.texi (References): Remove mentioning of @0 as reference for the
4127 last line, this has been reverted in the Lisp sources.
4128
4997d802
JB
41292008-12-17 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4132 (DVI_TARGETS): Remove duplicates. Add sasl.
4133 ($(infodir)/sasl, sasl.dvi): New targets.
4134
33306645
CD
41352008-12-17 Carsten Dominik <dominik@science.uva.nl>
4136
4137 * org.texi: Version number pushed to 6.15d.
4138
db55f368
CD
41392008-12-16 Carsten Dominik <dominik@science.uva.nl>
4140
a0bf4117 4141 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4142 (Images in LaTeX export): New section.
4143 (Inlined images, Images in HTML export): Sections renamed.
4144
dae0a942
MB
41452008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4146
4147 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4148
9f5572e9
MB
41492008-12-04 David Engster <dengste@eml.cc>
4150
4151 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4152 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4153
bc23baaa
CD
41542008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4155
4156 * org.texi (Using the mapping API): Fix bug in mapping example.
4157 (Publishing options): Make the list of properties complete again, in
4158 correspondence to the variable `org-export-plist-vars'.
4159 (Property searches): Document new special values for time comparisons.
4160 (Tag inheritance): Refine the description of tag inheritance.
4161 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4162 (Effort estimates): Document the new relative timer.
bc23baaa 4163
3bf8054f
JB
41642008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4165
4166 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4167 (Using Calc): Clarify use of `C-x * o'.
4168 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4169
ac134f2f
RS
41702008-11-28 Richard M Stallman <rms@gnu.org>
4171
4172 * dbus.texi (Receiving Method Calls): Clean up previous change.
4173
ace706d1
MA
41742008-11-26 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4177 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4178 `dbus-unescape-from-identifier'.
4179 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4180 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4181 (Signals): Use the constants in the example.
4182
d60b1ba1
CD
41832008-11-24 Carsten Dominik <dominik@science.uva.nl>
4184
b97439ce 4185 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4186
ce4fdcb9
CD
41872008-11-23 Carsten Dominik <dominik@science.uva.nl>
4188
4189 * org.texi (Setting up Remember): Document `org-remember-mode'.
4190 (External links): Document that bbdb links can use a regular
4191 expression.
4192 (External links): Document that elisp links can contain interactive
4193 commands.
4194
c8548a00 41952008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4196
4197 * viper.texi (viper-translate-all-ESC-keysequences):
4198 Description removed.
4199
6a2c4aec
GM
42002008-11-19 Glenn Morris <rgm@gnu.org>
4201
4202 * doclicense.texi: Change to FDL 1.3.
4203 Relicense all texi files under FDL 1.3 or later.
4204
59ee4113
JB
42052008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4206
4207 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4208
59bcbb98 42092008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4210
0c7efc08 4211 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4212
4213 * ediff.texi: Version/date change.
9f90198a 4214
8aa41c9b
CY
42152008-11-14 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4218
17587b1b
JB
42192008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4220
4221 * calc.texi (About This Manual): Comment out a mention of
4222 marginal notes.
4223
564c900e
CD
42242008-11-12 Carsten Dominik <dominik@science.uva.nl>
4225
4226 * org.texi (Clocking work time): Document the :formula property of
4227 clock tables.
4228 (Structure editing, Refiling notes): Document refiling regions.
4229 (Agenda commands): Document the double-prefix version
4230 of the `l' command in the agenda.
4231 (Handling links): Explain the effect of a double prefix
4232 arg to `C-c C-o'.
4233 (TODO basics): Add documentation for tag triggers.
4234
3c4be1f2
GM
42352008-10-23 Glenn Morris <rgm@gnu.org>
4236
4237 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4238 byte-compiling things like `+'.
4239
4240 * ns-emacs.texi: Merge copyright years of author now with assignment
4241 into FSF years.
4242 (VER): Use it for easier automatic updating. Use Emacs version rather
4243 than standalone Emacs.app version.
4244
a6520ff3
CD
42452008-10-12 Carsten Dominik <dominik@science.uva.nl>
4246
864c9740 4247 * org.texi: Lots of minor fixes.
a6520ff3
CD
4248 (Capture): New chapter.
4249 (Org Plot): New section.
4250
db7a4b66
MH
42512008-09-30 Magnus Henoch <mange@freemail.hu>
4252
4253 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4254
4043c194
JB
42552008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4256
4257 * calc.texi (User Defined Units): Mention how to enter optional display
4258 string.
4259
eef5ade7
MB
42602008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4261
0c7efc08 4262 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4263 avoid the "y/n" wording.
4264
e52cac88
MB
42652008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4266
0c7efc08 4267 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4268
42692008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4270
4271 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4272 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4273
00c55306
BW
42742008-09-22 Bill Wohler <wohler@newt.com>
4275
4276 Release MH-E manual version 8.1.
4277
4278 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4279 release 8.1.
4280
4281 * mh-e.texi: Retain dual license as agreed to by the FSF.
4282 However, bump GPL to Version 3.
4283 Use @include for license text.
4284
e52cac88 42852008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4286
4287 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4288 (Store custom flags and keywords, Store arbitrary data):
4289 Clean up markup.
64763fe3
MB
4290
42912008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4292
4293 * gnus.texi (The Gnus Registry): Document it.
4294
9e601b8d
MB
42952008-09-08 David Engster <dengste@eml.cc>
4296
88ee5b02
JB
4297 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4298 Clarify section about choosing back end servers.
9e601b8d 4299
247043f1
GM
43002008-08-23 Glenn Morris <rgm@gnu.org>
4301
4302 * dired-x.texi (Shell Command Guessing):
4303 Mention dired-guess-shell-case-fold-search. (Bug#417)
4304
2bfec7a0
MA
43052008-08-22 Michael Albinus <michael.albinus@gmx.de>
4306
4307 * trampver.texi: Update release number.
4308
247043f1 43092008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4310
4311 * ns-emacs.texi: Update version.
4312 (Introduction): Correct menu location for options save.
4313 (Customization): Note that defaults are stored under org.gnu.Emacs.
4314
8c20bd92
BW
43152008-08-11 Bill Wohler <wohler@newt.com>
4316
4317 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4318 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4319 Henman) (closes SF #1768928).
4320
767a4d92
GM
43212008-08-10 Glenn Morris <rgm@gnu.org>
4322
4323 * ns-emacs.texi: Use @copying. Change copyright of authors with
4324 assignment to FSF. Change license to GFDL.
4325 (Top): Remove outdated references.
4326
6ecfe5c2
MB
43272008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4328
88ee5b02
JB
4329 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4330 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4331 gnus-summary-sort-by-most-recent-date.
4332 (Summary Sorting): Explain prefix argument.
4333
43342008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4337 gnus-summary-pipe-output.
4338
eb932e8a
MA
43392008-08-03 Michael Albinus <michael.albinus@gmx.de>
4340
4341 * dbus.texi (Receiving Method Calls): Document error handling of own
4342 D-Bus methods.
4343
bfe16263
BW
43442008-08-01 Bill Wohler <wohler@newt.com>
4345
4346 * mh-e.texi (Reading Mail)
9f90198a 4347 (Viewing Attachments): Describe new function
bfe16263
BW
4348 mh-show-preferred-alternative.
4349 (Sending Mail, Redistributing, Sending Message): Describe new hook
4350 mh-annotate-msg-hook.
4351
21956b56
MA
43522008-07-31 Michael Albinus <michael.albinus@gmx.de>
4353
4354 * dbus.texi (Arguments and Signatures): Fix example.
4355 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4356 (Asynchronous Methods): New node.
9f90198a
JB
4357 (Errors and Events): Describe extended layout of `dbus-event'.
4358 New defun `dbus-event-message-type'.
21956b56 4359
7c2fb837
DN
43602008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4361
4362 * ediff.texi: Remove VMS support.
4363
13662773
JB
43642008-07-29 Juanma Barranquero <lekktu@gmail.com>
4365
4366 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4367 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4368
ddde0b34
CY
43692008-07-29 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * Makefile.in: Add mairix-el targets.
4372
43732008-07-29 David Engster <deng@randomsample.de>
4374
4375 * mairix-el.texi: New file.
4376
d5875b25
JB
43772008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4378
366b7d44
JB
4379 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4380 project files. Delete 'main_unit' project variable; not needed. Allow
4381 process environment variables wherever project variables are allowed.
4382 Add tutorial section on multiple GNAT project files.
d5875b25 4383
6cbab8ee
MA
43842008-07-27 Michael Albinus <michael.albinus@gmx.de>
4385
4386 Sync with Tramp 2.1.14.
4387
4388 * trampver.texi: Update release number.
4389
9e2a2647
DN
43902008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4391
4392 * ns-emacs.texi:
4393 * faq.texi: Remove mentions of Mac Carbon.
4394
d62672f3
MB
43952008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4396
4397 * gnus.texi (Saving Articles): Describe the 2nd argument of
4398 gnus-summary-save-in-pipe.
4399 (SpamAssassin): Use it.
4400
44012008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4402
4403 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4404
dd12e1c6
CD
44052008-07-25 Carsten Dominik <dominik@science.uva.nl>
4406
4407 * org.texi (Export options): Document the use of the creator flag.
4408
44ce9197
CD
44092008-07-24 Carsten Dominik <dominik@science.uva.nl>
4410
4411 * org.texi: New version 6.06a.
4412
ddd13c5d
JB
44132008-07-23 Juanma Barranquero <lekktu@gmail.com>
4414
4415 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4416 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4417
8dc6104d
JB
44182008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4419
4420 * calc.texi (Editing Stack Entries):
4421 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4422 Calc's help functions. Mention fixing typos.
4423 (Customizing Calc): Fix typo.
4424
44252008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4426
4427 * calc.texi (summarykey): New macro. Use to correctly format keys in
4428 the summary.
4429
ddd13c5d 44302008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4431
4432 * ns-emacs.texi (Customization): Corrected documentation on color
4433 specification formats.
4434
568beaa2
AS
44352008-07-19 Andreas Schwab <schwab@suse.de>
4436
db8ef699 4437 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4438
4439 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4440 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4441
cd71b9ae
MA
44422008-07-18 Michael Albinus <michael.albinus@gmx.de>
4443
4444 * dbus.texi (Inspection): Rework, introduce submenus.
4445 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4446 (Properties and Annotations, Arguments and Signatures): New nodes.
4447
9b7993b4
MA
44482008-07-13 Michael Albinus <michael.albinus@gmx.de>
4449
4450 * dbus.texi (Receiving Method Calls): Fix description of
4451 `dbus-register-method'.
4452 (Signals): Allow also signal arguments for filtering in
4453 `dbus-register-signal'.
4454
241d447b
JB
44552008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4456
4457 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4458 `cnorm'.
4459 (Arithmetic Tutorial): Simplify the verification of prime factors.
4460
adb46650
MB
44612008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4462
4463 * gnus.texi (Saving Articles): Mention
4464 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4465
92e15881
JB
44662008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4467
4468 * calc.texi: Adjust mode line throughout.
4469
ea597303
JB
44702008-06-28 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * sasl.texi (Mechanisms): Fix typos.
4473
aee08080
JB
44742008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4475
4476 * calc.texi (Killing from the stack): Mention using normal Emacs
4477 copying.
4478
a06a4a12
MA
44792008-06-21 Michael Albinus <michael.albinus@gmx.de>
4480
0c7efc08 4481 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4482 Add `auth-source' mechanism.
a06a4a12
MA
4483 (Connection caching): Tramp reopens the connection automatically,
4484 when the operating system on the remote host has been changed.
4485
7389398d
EZ
44862008-06-20 Eli Zaretskii <eliz@gnu.org>
4487
4488 * makefile.w32-in (distclean): Remove makefile.
4489
b349f79f
CD
44902008-06-17 Carsten Dominik <dominik@science.uva.nl>
4491
3f9b4c2b 4492 * org.texi (Using the mapping API): New section.
b349f79f 4493 (Agenda column view): New section.
3f9b4c2b 4494 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4495 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4496 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4497
44982008-06-17 Jason Riedy <jason@acm.org>
4499
4500 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4501 function, and efmt may be a two-argument function.
4502 (Radio tables): Document multiple destinations.
4503
cd5c05d2
GM
45042008-06-16 Glenn Morris <rgm@gnu.org>
4505
4506 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4507 Add Cover-Texts.
4508
debf4439
GM
45092008-06-15 Glenn Morris <rgm@gnu.org>
4510
4511 * faq.texi (VER): Update to 23.0.60.
4512
4513 * mh-e.texi: Remove option of licensing under GPL.
4514 Add Cover-Texts to GFDL permissions notice.
4515 (GPL): Remove section.
4516 (GFDL): Include doclicense.texi rather than the actual text.
4517
4518 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4519 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4520
4521 * sasl.texi: Fix output file name.
4522
4523 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4524
4525 * gnus-coding.texi: Refer to license in Gnus manual.
4526
4527 * idlwave.texi, sasl.texi: Use @copying.
4528
4529 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4530
4531 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4532
4533 * url.texi: Use @copying, @title, @subtitle, @author.
4534
4535 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4536 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4537 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4538 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4539 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4540 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4541 * widget.texi, woman.texi:
4542 Remove references to external license, since doclicense is included.
4543
4544 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4545 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4546 Remove references to non-existent Invariant Sections.
4547
091f8bc1
GM
45482008-06-14 Glenn Morris <rgm@gnu.org>
4549
4550 * faq.texi (Major packages and programs): Remove references to external
4551 Supercite, Calc, VIPER, since they have been included for some time.
4552 Update VM, AUCTeX, BBDB entries.
4553
47bcb4d3
UJ
45542008-06-14 Ulf Jasper <ulf.jasper@web.de>
4555
4556 * newsticker.texi: Updated to match latest newsticker changes.
4557
6f093307
GM
45582008-06-13 Glenn Morris <rgm@gnu.org>
4559
4560 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4561 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4562 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4563 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4564 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4565 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4566 * woman.texi:
4567 Update Back-Cover Text as per maintain.info.
4568
2b968687
MB
45692008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4570
4571 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4572
4573 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4574 (gnus-faq.xml): Update repository host.
4575
2b968687
MB
4576 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4577
45782008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4579
4580 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4581 Fix a typo.
4582
45832008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4584
4585 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4586 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4587 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4588
45892008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4590
4591 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4592 coding standards.
4593
45942008-06-14 David Engster <dengste@eml.cc>
4595
4596 * gnus.texi (nnmairix): Markup fixes.
4597
e6d2d263
MB
45982008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4599
2b968687 4600 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4601
46022008-06-05 David Engster <dengste@eml.cc>
4603
4604 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4605
46062008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4607
b344d29d 4608 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4609 (Searching, nnir, nnmairix): New stub nodes.
4610
ad231df6 46112008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4612
4613 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4614
f394fa25
MB
46152008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4616
4617 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4618
58333467
MB
46192008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4620
4621 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4622
67525fb9
JY
46232008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4624
4625 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4626
0549d8fc
JB
46272008-05-06 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * info.texi (Top): Fix typo in xref.
4630
149a3837
KB
46312008-05-05 Karl Berry <karl@gnu.org>
4632
4633 * info.texi (Top): @xref to stand-alone manual.
4634
3a23a519
MB
46352008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4636
4637 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4638 (Various Summary Stuff): Fix typo in last xref.
4639
0a29fbf3
JB
46402008-05-02 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * org.texi (Moving subtrees): Fix typo.
4643
586b90f1
MA
46442008-04-28 Michael Albinus <michael.albinus@gmx.de>
4645
4646 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4647 Tramp via `tramp-mode'.
4648
b5af9883
CD
46492008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4650
4651 * org.texi: Massive changes, in many parts of the file.
4652
d55fe5bb
MB
46532008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4654
4655 * gnus.texi (Oort Gnus): Add message-fill-column.
4656
46572008-04-12 Adrian Aichner <adrian@xemacs.org>
4658
4659 * gnus.texi (Mail Source Specifiers): Typo fix.
4660
46612008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4662
4663 * gnus.texi (Diary Headers Generation): Update key binding for
4664 `gnus-diary-check-message'.
4665
46662008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4667
4668 * gnus.texi (Emacsen): Addition.
4669
46702008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4671
4672 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4673
46742008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4675
4676 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4677
46782008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4679
4680 * gnus-news.texi: Update tool bar item.
4681
46822008-04-09 Sven Joachim <svenjoac@gmx.de>
4683
4684 * gnus-news.texi: Fix typos.
4685
76c109c3
JB
46862008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4687
222027f2 4688 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4689 Add mention of `kron'.
4690
d5fbd5a6
MO
46912008-04-01 Daiki Ueno <ueno@unixuser.org>
4692
0c7efc08
SM
4693 * epa.texi (Encrypting/decrypting *.gpg files):
4694 Document epa-file-name-regexp.
d5fbd5a6 4695
fbcbb58c
KY
46962008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4697
4698 * gnus.texi (Example Methods): Fix description about ssh-agent.
4699 (Indirect Functions): Fix the default value of nntp-telnet-command;
4700 remove link to connect.html.
4701
134ce16c
MA
47022008-03-30 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4705 dbus-call-method.
4706 (Receiving Method Calls): The timeout can be set by the calling client.
4707
da1975d7
MA
4708 * trampver.texi: Update release number.
4709
2e4089ab
RS
47102008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4711
4712 * gnus.texi (Top): Fix version. Add SASL.
4713
70cab5a9
MA
47142008-03-29 Michael Albinus <michael.albinus@gmx.de>
4715
4716 Sync with Tramp 2.1.13.
4717
4718 * trampver.texi: Update release number.
4719
5bc6ddff
MB
47202008-03-29 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * org.texi: Update to new org-mode website.
4723
47242008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4727
9b3ebcb6
MB
47282008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4729
4730 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4731 gnus-read-ephemeral-gmane-group-url,
4732 gnus-read-ephemeral-emacs-bug-group,
4733 gnus-read-ephemeral-debian-bug-group.
4734
47352008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4738
4739 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4740 Add FIXMEs for Bookmarks and gnus-registry-marks.
4741
47422008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4743
4744 * gnus.texi (Smileys): Document `smiley-style'.
4745
47462008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4747
4748 * gnus.texi (Gnus Development): Clarify difference between ding and
4749 gnu.emacs.gnus.
4750 (MIME Commands, Using MIME, RSS): Fix markup.
4751
4752 * gnus-faq.texi ([8.4]): Ditto.
4753
47542008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * gnus.texi (Emacsen): Remove obsolete stuff.
4757
47582008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4759
4760 * gnus.texi (Oort Gnus): Add version info WRT
4761 `mail-source-delete-incoming'.
4762
47632008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * gnus.texi (Top): Add "Other related manuals" and version info in
4766 `iftex' output.
4767 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4768 gnus-balloon-face-0 and the corresponding format specifiers.
4769
608d6a81
MA
47702008-03-26 Michael Albinus <michael.albinus@gmx.de>
4771
4772 * tramp.texi (Filename completion): Remove footnote about let-bind
4773 of `partial-completion-mode'. It doesn't work this way.
4774
27a6f132
SM
47752008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * pcl-cvs.texi (Contributors): Update my email.
4778
4a7c4c40
MA
47792008-03-21 Michael Albinus <michael.albinus@gmx.de>
4780
4781 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4782
2940c053
BW
47832008-03-17 Bill Wohler <wohler@newt.com>
4784
4785 * mh-e.texi (Viewing): Update URL for adding header fields to
4786 mh-invisible-header-fields-default.
4787
30864d5f
BW
47882008-03-16 Bill Wohler <wohler@newt.com>
4789
4790 * mh-e.texi (Preface): Add Gnus to requirements.
4791 (Forwarding): Note that forwarded MIME messages are now inline.
4792
31fe2b00
SM
47932008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4796 (Common Variables): Give precedence to the netcat methods over the
4797 telnet methods, and mention that they are more reliable.
31fe2b00 4798
5e97c626
CD
47992008-03-13 Carsten Dominik <dominik@science.uva.nl>
4800
4801 * org.texi (Exporting Agenda Views): Document agenda export to
4802 iCalendar.
4803 (Progress logging): Document the new progress logging stuff.
4804
37a68866
MB
48052008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4806
4807 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4808 Update for change of `mail-source-delete-incoming'.
4809
4810 * gnus-news.texi: Ditto.
4811
8f7abae3
MB
48122008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4815 custom versions.
4816
af379c86
AM
48172008-03-07 Alan Mackenzie <acm@muc.de>
4818
4819 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4820 parens/brackets in a k&r region is limited.
4821
3d0f8a67
MB
48222008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4823
4824 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4825 using different Emacs versions.
4826
52151df0
GM
48272008-02-27 Glenn Morris <rgm@gnu.org>
4828
4829 * sc.texi: Remove a lot of old and obsolete info.
4830 (titlepage): Simplify.
4831 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4832 (VM with any Emacsen, GNEWS with any Emacsen)
4833 (Overloading for Non-conforming MUAs, Version 3 Changes)
4834 (The Supercite Mailing List): Delete nodes.
4835 (Introduction): Remove info about old packages.
4836 (Getting Connected): Simplify. Remove info about old packages.
4837 (Citing Commands): Delete Emacs 19 info.
4838 (Hints to MUA Authors): Simplify.
4839 (Thanks and History): Merge in some info from the deleted node
4840 "Version 3 Changes".
4841
b03f96dc
MB
48422008-02-05 Juanma Barranquero <lekktu@gmail.com>
4843
4844 * org.texi (Setting tags, In-buffer settings):
4845 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4846
52bec650
MB
48472008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4850 installation directory name.
4851
34a3c587
RF
48522008-02-12 Romain Francoise <romain@orebokech.com>
4853
4854 * epa.texi (Overview): Fix typo.
4855
5a8d03e9
MO
48562008-02-11 Daiki Ueno <ueno@unixuser.org>
4857
4858 * epa.texi (Quick start): Remove the .emacs setting.
4859
f1914c40
MO
48602008-02-10 Daiki Ueno <ueno@unixuser.org>
4861
4862 * epa.texi (Quick start): Use the command `epa-enable' instead of
4863 loading `epa-setup'.
4864
bca98fc9
JB
48652008-02-08 Juanma Barranquero <lekktu@gmail.com>
4866
4867 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4868 ($(infodir)/epa, epa.dvi): New targets.
4869
4b01af2e
MO
48702008-02-08 Daiki Ueno <ueno@unixuser.org>
4871
4872 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4873
4874 * epa.texi: New manual documenting the EasyPG Assistant.
4875
06c0751a
MA
48762008-02-06 Michael Albinus <michael.albinus@gmx.de>
4877
4878 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4879 (Inspection): New function dbus-ping.
4880
7dcccd7b
MA
48812008-02-05 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * tramp.texi (Remote processes): Add `shell-command'.
4884
a1da1e37
MB
48852008-01-28 Michael Sperber <sperber@deinprogramm.de>
4886
4887 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4888 (Group Parameters): Document `mail-source' parameter.
4889
c9d8f746
MA
48902008-01-27 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4893 must be a local host.
4894
15db4a13
MO
48952008-01-26 Michael Olson <mwolson@gnu.org>
4896
4897 * erc.texi: Update version for ERC 5.3 release.
4898 (Obtaining ERC): Update extras URLs for 5.3.
4899 (Development): Write instructions for git, and remove those for Arch.
4900 (History): Mention the switch to git.
4901
2bc43980
KB
49022008-01-24 Karl Berry <karl@gnu.org>
4903
bca98fc9
JB
4904 * info.texi (Search Index, Search Text): Mention the command
4905 character in the section name, a la the (Go to node) node.
2bc43980 4906
d2e4a6c9
MA
49072008-01-21 Michael Albinus <michael.albinus@gmx.de>
4908
4909 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4910
0b6799c3
MB
49112008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4912
4913 * gnus-news.texi: Mention gnus-article-describe-bindings.
4914
49152008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4916
4917 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4918
db9c3fb1 49192008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4920
7b4d0413 4921 * org.texi (Property inheritance): New section.
db9c3fb1 4922 (Conventions): New section.
7b4d0413 4923 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4924 commands, and the new bindings for refiling.
4925 (Sparse trees): Document the new special command for sparse trees.
4926 (References): Be more clear about the counting of hilines.
4927 (Handling links): Document M-p/n for accessing links.
4928 (Fast access to TODO states): New section.
4929 (Per file keywords): New section.
4930 (Property inheritance): New section.
4931 (Column attributes): New summary types.
4932 (Capturing Column View): New section.
4933 (The date/time prompt): Cover the new features in the date/time prompt.
4934 Compactify the table of keys for the calendar remote control.
4935 (Clocking work time): Document the new :scope parameter.
4936 (Remember): Promoted to chapter.
4937 (Quoted examples): New section.
4938 (Enhancing text): New verbatim environments.
4939
6ed73f28
MA
49402008-01-14 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * trampver.texi: Update release number.
4943
95838435
MB
49442008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4945
0c7efc08
SM
4946 * gnus.texi (Article Keymap):
4947 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4948 gnus-article-reply-with-original and
4949 gnus-article-followup-with-original.
4950
20234d96
GM
49512008-01-09 Glenn Morris <rgm@gnu.org>
4952
4953 * nxml-mode.texi: Add @copying section.
4954
d82cf70b
MB
49552008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4956
4957 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4958 Server". Add `message-send-mail-with-mailclient'.
4959
4960 * gnus.texi (Posting Server): Move some text to "(message)Mail
4961 Variables" and add a reference here.
4962
addb7f2e
MA
49632008-01-04 Michael Albinus <michael.albinus@gmx.de>
4964
4965 * dbus.texi (Receiving Method Calls): New chapter.
4966 (Errors and Events): Add serial number to events. Replace "signal" by
4967 "message". Introduce dbus-event-serial-number.
4968
4db2806c
MA
49692008-01-03 Michael Albinus <michael.albinus@gmx.de>
4970
4971 * dbus.texi (Type Conversion): Explain the type specification for empty
4972 arrays. Use another example.
4973
c9ecb5a7
MA
49742007-12-30 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * dbus.texi (all): Replace "..." by @dots{}.
4977 (Type Conversion): Precise the value range for :byte types.
4978 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4979 Mention its return value.
4980 (Errors and Events): There is no D-Bus error propagation during event
4981 processing.
4982
702dbfd9
JB
49832007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4984
4985 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4986 New sections.
4987
87035689
MB
49882007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4989
4990 * gnus.texi (Group Parameters): Reorder the text and add a note about
4991 `gnus-parameters' near the beginning of the node.
4992
49932007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4994
4995 * gnus.texi (Score File Editing): Fix function name.
4996
5492f5ca
MA
49972007-12-23 Michael Albinus <michael.albinus@gmx.de>
4998
4999 Sync with Tramp 2.1.12.
5000
5001 * trampver.texi: Update release number.
5002
d4e67bc5
MA
50032007-12-22 Michael Albinus <michael.albinus@gmx.de>
5004
5005 * dbus.texi (Type Conversion): Correct input parameters mapping.
5006
6a31c819
MA
50072007-12-21 Michael Albinus <michael.albinus@gmx.de>
5008
5009 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5010 (Errors and Events): Mention wrong-type-argument error.
5011
99a3e35f
AS
50122007-12-21 Alex Schroeder <alex@gnu.org>
5013
5014 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5015 spaces. Fixed some typos.
99a3e35f
AS
5016 (Internet Relay Chat): Explain relay.
5017 (Getting started with rcirc): Change items to reflect prompts.
5018 Add more explanation to rcirc-track-minor-mode and added a comment to
5019 warn future maintainers that this section is a copy.
0c7efc08 5020 (People): Change /ignore example.
62b12a24 5021 (Keywords): Not keywords.
99a3e35f 5022
331e4d02
AS
50232007-12-20 Alex Schroeder <alex@gnu.org>
5024
5025 * rcirc.texi (Top): Fighting Information Overload chapter added.
5026 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5027 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5028 (Fighting Information Overload): New chapter documenting /keyword,
5029 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5030 (Configuration): Document rcirc-server-alist, remove
5031 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5032
cd71c3ef
MA
50332007-12-16 Michael Albinus <michael.albinus@gmx.de>
5034
5035 * dbus.texi (Signals): Fix example in dbus-register-signal.
5036
bbbe940b
MB
50372007-12-14 Sven Joachim <svenjoac@gmx.de>
5038
5039 * gnus.texi (Score Variables): Fix typo.
5040
0ce574ef
MA
50412007-12-07 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5044 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5045 (Errors and Events): Adapt dbus-event.
5046
b890d447
MB
50472007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5048
5049 * gnus.texi (Other Files): Add the yenc command.
5050
50512007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5054 since 2004-08-06.
5055
50562007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5057
5058 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5059 on body.
5060
50612007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5062
5063 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5064 and rfc2047-allow-irregular-q-encoded-words; fix description of
5065 rfc2047-encode-encoded-words.
5066
50672007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5068
5069 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5070
3728bf03
MO
50712007-12-05 Michael Olson <mwolson@gnu.org>
5072
5073 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5074 Update documentation for `remember-diary-file'.
5075
a4397af9
MA
50762007-12-04 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * dbus.texi (Signals): Precise `dbus-register-signal'.
5079 (Errors and Events): Rework events part, the internal structure of
5080 dbus-event has changed.
5081
1682490c
JB
50822007-12-03 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5085 ($(infodir)/dbus, dbus.dvi): New targets.
5086
7b13a0f2
MA
50872007-12-03 Michael Albinus <michael.albinus@gmx.de>
5088
5089 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5090 unconditionally.
5091
5092 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5093 emulation with @print{}.
5094
7ef92bc9
RS
50952007-12-02 Richard Stallman <rms@gnu.org>
5096
5097 * dbus.texi (Overview): Minor cleanup.
5098
22d8ac3a
MA
50992007-12-02 Michael Albinus <michael.albinus@gmx.de>
5100
d3a8e0df
MA
5101 * Makefile.in (INFO_TARGETS): Add dbus.
5102 (DVI_TARGETS): Add dbus.dvi.
5103 (dbus, dbus.dvi): New targets.
5104
22d8ac3a
MA
5105 * dbus.texi: New file.
5106
559764ab
RF
51072007-11-24 Romain Francoise <romain@orebokech.com>
5108
5109 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5110 Fix file name to match @setfilename.
559764ab 5111
ac97a16b
MH
51122007-11-23 Mark A. Hershberger <mah@everybody.org>
5113
5114 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5115 ($(infodir)/nxml-mode): New rule.
5116
5117 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5118 ($(infodir)/nxml-mode): New rule.
5119 (clean): Add nxml-mode*.
5120
5121 * nxml-mode.texi: New file with nxml manual.
5122
404cd454
GM
51232007-11-18 Richard Stallman <rms@gnu.org>
5124
5125 * flymake.texi (Example -- Configuring a tool called directly):
5126 Update example.
5127
b048d478
MA
51282007-11-18 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5131 double-slash behavior. Explain directory contents flushing.
b048d478 5132
346e8469
JB
51332007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5134
5135 * calc.texi (TeX and LaTeX Language Modes): Put in
5136 missing braces.
5137
404cd454
GM
51382007-11-15 Richard Stallman <rms@gnu.org>
5139
5140 * cl.texi (Equality Predicates): Delete `eql'.
5141 (Predicates, Naming Conventions, Top): Delete `eql'.
5142 (Common Lisp Compatibility): Delete `eql'.
5143 (Porting Common Lisp): Delete obsolete backquote info.
5144 Minor clarification about character constants.
5145 (Sequence Basics): Minor clarification.
5146
1f6af58b
JB
51472007-11-15 Juanma Barranquero <lekktu@gmail.com>
5148
dccb744b 5149 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5150 * tramp.texi (Filename completion): Fix typos.
5151
3bc88bc9
JB
51522007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5153
5154 * calc.texi (Basic commands): Mention the menu.
5155
bc5300d3
MA
51562007-11-12 Michael Albinus <michael.albinus@gmx.de>
5157
5158 * tramp.texi (Connection caching): Tramp flushes connection
5159 properties when remote operating system has been changed.
5160
4d8a28ec
MB
51612007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5162
5163 * gnus-news.texi: Fix spelling.
5164 `message-insert-formatted-citation-line', not
5165 `message-insert-formated-citation-line'.
5166
404cd454
GM
5167 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5168
e1176b47
MA
51692007-11-07 Michael Albinus <michael.albinus@gmx.de>
5170
5171 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5172 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5173 (Frequently Asked Questions): Add code example for highlighting the
5174 mode line.
5175
6159985a
MO
51762007-11-03 Michael Olson <mwolson@gnu.org>
5177
5178 * remember.texi: Change mentions of remember-buffer to
5179 remember-finalize throughout.
5180
bec9b2f5
MO
51812007-10-30 Michael Olson <mwolson@gnu.org>
5182
5183 * remember.texi (Copying): Remove.
5184 (Mailbox): Update with non-BBDB instructions.
5185 (Diary, Org): Add.
5186 (Bibliography, Planner Page): Remove.
5187
b6173182
JB
51882007-10-30 Juanma Barranquero <lekktu@gmail.com>
5189
5190 * makefile.w32-in (INFO_TARGETS): Add remember.
5191 (DVI_TARGETS): Add remember.dvi.
5192 ($(infodir)/remember): New rule.
5193 (clean): Add remember*.
5194
15f3eb73
MO
51952007-10-30 Michael Olson <mwolson@gnu.org>
5196
70bdc930
MO
5197 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5198 ($(infodir)/remember): New rule that builds the Remember Manual.
5199
b6173182
JB
5200 * remember.texi: New file containing the Remember Mode Manual.
5201 Shuffle chapters around after initial import.
7d3f6f1a
MO
5202 (Function Reference): Split Keystrokes into separate chapter.
5203 (Keystrokes): Document C-c C-k.
51d24a12 5204 (Introduction): Fix typographical issue with "---".
15f3eb73 5205
404cd454
GM
52062007-10-29 Richard Stallman <rms@gnu.org>
5207
5208 * widget.texi (Introduction): Delete discussion of implementation
5209 internals.
5210
9bbb9638
MA
52112007-10-29 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * tramp.texi (Connection caching): Host names must be different
5214 when tunneling.
5215
c7ff939a
RS
52162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5217
5218 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5219 Gnus v5.13.
5220
01c52d31
MB
52212007-10-28 Miles Bader <miles@gnu.org>
5222
5223 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5224
01c52d31
MB
52252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5226
0c7efc08
SM
5227 * gnus.texi (Sorting the Summary Buffer):
5228 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5229
52302007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5231
5232 * gnus.texi (Non-ASCII Group Names): New node.
5233 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5234 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5235
c8763fb6 52362007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5237
5238 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5239 clean the output of the program `imap-shell-program'.
5240
52412007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5242
5243 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5244
52452007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5246
5247 * gnus.texi (Sticky Articles): Documentation for sticky article
5248 buffers.
5249
c8763fb6 52502007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5251
5252 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5253
52542007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5255
5256 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5257
52582007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5259
0c7efc08
SM
5260 * gnus.texi (Archived Messages):
5261 Document gnus-update-message-archive-method.
01c52d31
MB
5262
52632007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5264
5265 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5266
c8763fb6 52672007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5268
0c7efc08
SM
5269 * gnus.texi (Group Maneuvering):
5270 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5271
52722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5273
0c7efc08
SM
5274 * gnus.texi (Really Various Summary Commands):
5275 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5276
52772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5278
5279 * gnus.texi, message.texi: Bump version number.
5280
52812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus.texi (Group Line Specification, Misc Group Stuff)
5284 (Server Commands): Parenthesize @pxref{Mail Spool}.
5285
52862007-10-28 Didier Verna <didier@xemacs.org>
5287
5288 New user option: message-signature-directory.
5289 * message.texi (Insertion Variables): Document it.
5290 * gnus.texi (Posting Styles): Ditto.
5291
52922007-10-28 Didier Verna <didier@xemacs.org>
5293
5294 * gnus.texi (Group Line Specification):
5295 * gnus.texi (Misc Group Stuff):
5296 * gnus.texi (Server Commands): Document the group compaction feature.
5297
52982007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5299
5300 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5301
5302 * message.texi (Various Message Variables): Add message-fill-column.
5303
53042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5305
5306 * gnus.texi: Untabify.
5307
53082007-10-28 Didier Verna <didier@xemacs.org>
5309
5310 * gnus.texi (Group Parameters): Document the posting-style merging
5311 process in topic-mode.
5312
53132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5314
5315 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5316
53172007-10-28 Romain Francoise <romain@orebokech.com>
5318
5319 * gnus.texi (Mail Spool): Fix typo.
5320 Update copyright.
5321
53222007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5323
5324 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5325
53262007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5327
5328 * gnus.texi (Summary Generation Commands):
5329 Add gnus-summary-insert-ticked-articles.
5330
53312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5332
b2abec73
JB
5333 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5334 to spam-spamassassin-program.
01c52d31
MB
5335
53362007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5337
5338 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5339
53402007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5341
5342 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5343
53442007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5345
5346 * message.texi (Mail Headers): Document `opportunistic'.
5347
53482007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5349
5350 * emacs-mime.texi (Encoding Customization): Explain how to set
5351 mm-coding-system-priorities per hierarchy.
5352
53532007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5354
5355 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5356 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5357
53582007-10-28 Didier Verna <didier@xemacs.org>
5359
5360 * message.texi (Wide Reply): Update documentation of
5361 message-dont-reply-to-names (now allowing a list of regexps).
5362
53632007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5364
5365 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5366
53672007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5368
5369 * gnus.texi (SpamAssassin back end): Fix typo.
5370
5371 * sieve.texi (Examples): Fix grammar.
5372
53732007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5374
5375 * gnus.texi (Searching for Articles): Document M-S and M-R.
5376 (Limiting): Document / b.
5377
53782007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * gnus.texi (Thread Commands): T M-^.
5381
53822007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
5384 * message.texi (Mail Aliases): Document ecomplete.
5385 (Mail Aliases): Fix typo.
5386
53872007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5388
5389 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5390 fix typo.
5391
53922007-10-28 Romain Francoise <romain@orebokech.com>
5393
5394 * gnus.texi (Mail Spool): Grammar fix.
5395
53962007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5397
5398 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5399 string.
5400
54012007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * gnus.texi (Group Parameters): Fix description.
5404
54052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5406
b2abec73
JB
5407 * gnus.texi (Gmane Spam Reporting):
5408 Fix spam-report-gmane-use-article-number.
5409 Add spam-report-user-mail-address.
01c52d31
MB
5410
54112007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5412
5413 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5414
54152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5416
5417 * gnus.texi (Group Parameters): Add simplified sorting example based on
5418 example for `Sorting the Summary Buffer' from Jari Aalto
5419 <jari.aalto@cante.net>.
5420 (Example Methods): Add example for an indirect connection.
5421
54222007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5423
0c7efc08 5424 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5425 (Agent Parameters): Updated parameter names to match code.
5426 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5427 'gnus-agent-summary-fetch-series'.
5428 (Agent and flags): New section providing a generalized discussion
5429 of flag handling.
0c7efc08
SM
5430 (Agent and IMAP): Remove flag discussion.
5431 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5432
54332007-10-28 Romain Francoise <romain@orebokech.com>
5434
5435 * gnus.texi (Exiting the Summary Buffer): Add new function
5436 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5437
54382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5439
5440 * gnus.texi (Conformity): Fix typo.
5441 (Customizing Articles): Document `first'.
5442
54432007-10-28 Jari Aalto <jari.aalto@cante.net>
5444
5445 * gnus.texi (Sorting the Summary Buffer):
5446 Add `gnus-thread-sort-by-date-reverse'. Add example
5447 host to different sorting in NNTP and RSS groups.
5448
54492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * message.texi (Insertion): Describe prefix for
5452 message-mark-inserted-region and message-mark-insert-file.
5453
54542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5455
5456 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5457 LaTeX documents. Describe "text/x-gnus-verbatim".
5458
54592007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5460
b2abec73 5461 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5462 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5463 (spam-stat spam filtering, SpamOracle)
0c7efc08 5464 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5465 clarity.
5466
54672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5468
5469 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5470 gnus-article-delete-part and gnus-article-replace-part.
5471 (Using MIME): Add gnus-mime-replace-part.
5472
54732007-10-28 Romain Francoise <romain@orebokech.com>
5474
5475 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5476 requires `auto-compression-mode' to be enabled. Add new nnml
5477 variable `nnml-compressed-files-size-threshold'.
5478
54792007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5480
0c7efc08
SM
5481 * gnus.texi (Sorting the Summary Buffer):
5482 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5483
54842007-10-28 Romain Francoise <romain@orebokech.com>
5485
5486 * message.texi (Insertion Variables): Mention new variable
5487 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5488 documentation accordingly.
5489
54902007-10-28 Romain Francoise <romain@orebokech.com>
5491
5492 * gnus.texi (To From Newsgroups): Mention new variables
5493 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5494
54952007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5498 stuff; gnus-mime-inline-part does the automatic decompression.
5499
55002007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5501
5502 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5503 "training.ham" should be "training.spam".
01c52d31
MB
5504
55052007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5506
5507 * message.texi (Mail Variables): Fix the default value for
5508 message-send-mail-function.
5509
55102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5513 always returns nil exceptionally.
5514
55152007-10-28 Simon Josefsson <jas@extundo.com>
5516
0c7efc08
SM
5517 * gnus.texi (Article Washing): Add libidn URL.
5518 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5519
55202007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5521
5522 * gnus.texi (Topic Commands): Fix next/previous.
5523
55242007-10-28 Simon Josefsson <jas@extundo.com>
5525
5526 * gnus.texi (Article Washing): Mention `W i'.
5527
c8763fb6 55282007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5529
5530 * gnus.texi (Group Parameters): Slight extension of sieve
5531 parameter description.
5532
55332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5534
5535 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5536 matching score files as well.
5537 (Picons): Describe `gnus-picon-style'.
5538
55392007-10-28 Romain Francoise <romain@orebokech.com>
5540
5541 * message.texi (Message Headers): Mention that headers are hidden
5542 using narrowing, and how to expose them.
5543 Update copyright.
5544
55452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5546
5547 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5548 `gnus-summary-sort-by-recipient'.
5549
55502007-10-28 Romain Francoise <romain@orebokech.com>
5551
5552 * gnus.texi (NNTP marks): New node.
5553 (NNTP): Move NNTP marks variables to the new node.
5554
55552007-10-28 Jesper Harder <harder@ifa.au.dk>
5556
b2abec73 5557 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5558
5559 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5560
55612007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5562
b2abec73 5563 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5564 everywhere for consistency.
b2abec73
JB
5565 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5566 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5567 Say "regular expression" instead of "regex." Admonish.
5568 Pick other words to sound better (s/so/thus/).
5569 (Spam ELisp Package Filtering of Incoming Mail):
5570 Mention statistical filters. Remove old TODO.
01c52d31 5571 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5572 New section on sorting and displaying the spam score.
5573 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5574 backend but an alias to spam-use-BBDB.
5575 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5576 new backend functionality.
5577
55782007-10-28 Simon Josefsson <jas@extundo.com>
5579
5580 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5581 nntp-marks-directory, from Romain Francoise
5582 <romain@orebokech.com>.
5583
55842007-10-28 Magnus Henoch <mange@freemail.hu>
5585
5586 * gnus.texi (Hashcash): New default value of
5587 hashcash-default-payment.
5588
55892007-10-28 Simon Josefsson <jas@extundo.com>
5590
5591 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5592 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5593
55942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5595
0c7efc08 5596 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5597
55982007-10-28 Simon Josefsson <jas@extundo.com>
5599
5600 * gnus.texi (documentencoding): Add, to avoid warnings.
5601
56022007-10-28 Simon Josefsson <jas@extundo.com>
5603
5604 * message.texi (Mail Headers): Add.
5605
5606 * gnus.texi (Hashcash): Fix.
5607
56082007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5609
0c7efc08 5610 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5611 that payments can be verified and fix the name of the
b2abec73 5612 hashcash-path variable.
01c52d31
MB
5613
56142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5615
b2abec73 5616 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5617
56182007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5621
56222007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5623
5624 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5625 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5626 warning about ham processors in spam groups removed.
01c52d31
MB
5627
56282007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5629
0c7efc08 5630 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5631 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5632
56332007-10-28 Jesper Harder <harder@ifa.au.dk>
5634
5635 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5636 (Mailing List): Typo.
5637 (Customizing Articles): Add gnus-treat-ansi-sequences.
5638 (Article Washing): Index.
5639
5640 * message.texi: Use m-dash consistently.
5641
56422007-10-28 Jesper Harder <harder@ifa.au.dk>
5643
5644 * gnus.texi (GroupLens): Remove.
5645
56462007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5647
0c7efc08
SM
5648 * gnus.texi (Outgoing Messages, Agent Variables):
5649 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5650 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5651
56522007-10-28 Jesper Harder <harder@ifa.au.dk>
5653
5654 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5655
56562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5657
5658 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5659
5660 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5661
56622007-10-28 Simon Josefsson <jas@extundo.com>
5663
5664 * gnus.texi (Top): Add SASL.
5665
404cd454
GM
56662007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5667
5668 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5669
56702007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5671
5672 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5673
0edd2970
JB
56742007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5675
5676 * calc.texi (Formulas, Composition Basics): Lower the
5677 precedence of negation.
5678
a9afba20
JY
56792007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5680
5681 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5682 Mention the new three-letter column identifiers.
5683 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5684 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5685 message when using `c' on an empty default with default printer.
5686 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5687 renamed to `ses--symbolic-formulas' some time ago.
5688
45b778a6
JB
56892007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5690
5691 * calc.texi (Default Simplifications, Making Selections)
5692 (Customizing Calc): Clarify associativity of multiplication.
5693
03b5bade
MA
56942007-10-23 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * tramp.texi (Traces and Profiles): Simplify loop over
5697 `trace-function-background'.
5698
e658c8ee
JL
56992007-10-22 Juri Linkov <juri@jurta.org>
5700
5701 * dired-x.texi (Shell Command Guessing): Default values are now
5702 available by typing M-n instead of M-p.
5703
dd753688
MA
57042007-10-21 Michael Albinus <michael.albinus@gmx.de>
5705
5706 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5707 (Password caching): Remove `tramp-clear-passwd'.
5708 It's not a command anymore.
dd753688
MA
5709 (Bug Reports): Add `tramp-bug' to function index.
5710 (Function Index, Variable Index): New nodes.
5711 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5712
5713 * trampver.texi: Update release number.
5714
4bb49b43
JB
57152007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5716
8b296cdd 5717 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5718 about integer size into past tense.
5719 (Time Zones): Remove pointer to Calc author's address.
5720 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5721 and hyperbolic cotangent. Fix typo.
4bb49b43 5722
311dd93f
MA
57232007-10-10 Michael Albinus <michael.albinus@gmx.de>
5724
5725 Sync with Tramp 2.1.11.
5726
5727 * trampver.texi: Update release number.
5728
ea3fc256
MA
57292007-10-06 Michael Albinus <michael.albinus@gmx.de>
5730
5731 * tramp.texi (External packages): New section.
5732
1af74d06
MB
57332007-09-29 Juri Linkov <juri@jurta.org>
5734
5735 * info.texi (Help-Int): Document `L' (`Info-history').
5736
0e2806fa
SM
57372007-09-26 Carsten Dominik <dominik@science.uva.nl>
5738
5739 * org.texi: Change links to webpage and maintained email.
5740 (Remember): Promote to Chapter, significant changes.
5741 (Fast access to TODO states): New section.
5742 (Faces for TODO keywords): New section.
5743 (Export options): Example for #+DATE.
5744 (Progress logging): Section moved.
5745
567b9191
BW
57462007-09-26 Bill Wohler <wohler@newt.com>
5747
5748 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5749 browse-url-at-mouse.
5750
1af74d06
MB
57512007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5752
5753 * flymake.texi (Customizable variables): Face names don't end in -face.
5754 Fix flymake-err-line-patterns template.
5755 (Example -- Configuring a tool called directly): Fix init-function.
5756 (Highlighting erroneous lines): Face names don't end in -face.
5757
d60a4e3a 57582007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5759
5760 * erc.texi (Special-Features): Fix small typo.
5761
7d7a3510
MA
57622007-09-14 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5765 and "External transfer methods".
5766
285f0d3a
JB
57672007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5768
5769 * calc.texi (Predefined Units): Add some history.
5770
526dc846
MO
57712007-09-08 Michael Olson <mwolson@gnu.org>
5772
87e04f16
JB
5773 * erc.texi (Copying): New section included from gpl.texi.
5774 This matches the look of the upstream ERC manual.
526dc846 5775
f10d0e80
JB
57762007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5777
87e04f16 5778 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5779 (Random Numbers): Clarify the distribution of `random'.
5780
4009494e
GM
57812007-09-06 Glenn Morris <rgm@gnu.org>
5782
f1fc42aa 5783 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5784 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5785 Change all setfilename commands to use ../../info.
5786 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5787 refer to the Emacs manual here.
5788 (infodir): New variable.
5789 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5790 (cc-mode.texi, faq.texi): Update references to source file locations.
5791 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5792 do not refer to the Emacs manual here.
5793 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5794
5795 * Makefile.in: Add `basename' versions of all info targets, for
5796 convenience when rebuilding just one manual.
5797 (../etc/GNU): Delete obsolete target.
5798 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5799 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5800 *.vrs *.toc here...
5801 (maintainer-clean): ...from here.
4009494e
GM
5802
5803 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5804
2de53ca6
GM
58052007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5806
5807 * calc.texi (Date Conversions): Clarify definition of
5808 Julian day numbering.
5809 (Date Forms): Clarify definition of Julian day numbering;
5810 add some history.
5811
58122007-08-30 Carsten Dominik <dominik@science.uva.nl>
5813
87e04f16 5814 * org.texi: Version 5.07.
2de53ca6
GM
5815
58162007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5817
5818 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5819
58202007-08-22 Carsten Dominik <dominik@science.uva.nl>
5821
5822 * org.texi (Adding hyperlink types): New section.
5823 (Embedded LaTeX): Chapter updated because of LaTeX export.
5824 (LaTeX export): New section.
5825 (Using links out): New section.
5826
58272007-08-22 Glenn Morris <rgm@gnu.org>
5828
5829 * faq.texi (Learning how to do something): Refcards now in
5830 etc/refcards/ directory.
5831
58322007-08-22 Michael Albinus <michael.albinus@gmx.de>
5833
5834 * tramp.texi (Remote Programs): Persistency file must be cleared when
5835 changing `tramp-remote-path'.
5836 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5837 macro.
5838
58392007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5840
5841 * calc.texi: Move contents to beginning of file.
5842 (Algebraic Entry): Fix the formatting of an example.
5843
58442007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5845
5846 * calc.texi (Basic Operations on Units): Mention exact versus
5847 inexact conversions.
5848
58492007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5850
5851 * calc.texi (Basic Operations on Units): Mention default
5852 values for new units.
5853 (Quick Calculator Mode): Mention that binary format will
5854 be displayed.
5855
58562007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5859
58602007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5863
58642007-08-08 Glenn Morris <rgm@gnu.org>
5865
5866 * gnus.texi, sieve.texi: Replace `iff'.
5867
58682007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5869
5870 * calc.texi (Basic Graphics): Mention the graphing of error
5871 forms.
5872 (Graphics Options): Mention how `g s' handles error forms.
5873 (Curve Fitting): Mention plotting the curves.
5874 (Standard Nonlinear Models): Add additional models.
5875 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5876 (Linear Fits): Correct result.
5877
58782007-08-01 Alan Mackenzie <acm@muc.de>
5879
5880 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5881 to "--no-site-file".
5882
58832007-07-29 Michael Albinus <michael.albinus@gmx.de>
5884
5885 * tramp.texi (Frequently Asked Questions): Point to mode line
5886 extension in Emacs 23.1.
5887
5888 * trampver.texi: Update release number.
5889
58902007-07-27 Glenn Morris <rgm@gnu.org>
5891
5892 * calc.texi (Copying): Include license text from gpl.texi, rather than
5893 in-line.
5894
58952007-07-25 Glenn Morris <rgm@gnu.org>
5896
5897 * calc.texi (Copying): Replace license with GPLv3.
5898
5899 * Relicense all FSF files to GPLv3 or later.
5900
59012007-07-22 Michael Albinus <michael.albinus@gmx.de>
5902
5903 Sync with Tramp 2.1.10.
5904
5905 * tramp.texi (trampfn): Expand macro implementation in order to handle
5906 empty arguments.
5907 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5908 occurrences by trampfn.
2de53ca6 5909 (Frequently Asked Questions): Extend example code for host
b2abec73 5910 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5911 file names to be typed.
5912
5913 * trampver.texi: Update release number.
5914
59152007-07-17 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5918 section. Reported by <poti@potis.org>.
5919 (Remote processes): Arguments of the program to be debugged are taken
5920 literally.
5921 (Frequently Asked Questions): Simplify recentf example.
5922
59232007-07-14 Karl Berry <karl@gnu.org>
5924
5925 * info.texi (@copying): New Back-Cover Text.
5926
5927 * info.texi (Quitting Info): Move to proper place in source.
5928 (Reported by Benno Schulenberg.)
5929
59302007-07-13 Eli Zaretskii <eliz@gnu.org>
5931
5932 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5933
5934 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5935
5936 * emacs-mime.texi: Add @documentencoding directive.
5937
59382007-07-12 Nick Roberts <nickrob@snap.net.nz>
5939
5940 * tramp.texi (Remote processes): Add an anchor to the subsection
5941 "Running a debugger on a remote host".
5942
59432007-07-12 Michael Albinus <michael.albinus@gmx.de>
5944
5945 * tramp.texi (Remote processes): Don't call it "experimental" any
5946 longer. Add subsection about running a debugger on a remote host.
5947
59482007-07-10 Carsten Dominik <dominik@science.uva.nl>
5949
5950 * org.texi (Properties and columns): Chapter rewritten.
5951
59522007-07-08 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * tramp.texi:
5955 * trampver.texi: Migrate to Tramp 2.1.
5956
59572007-07-02 Carsten Dominik <dominik@science.uva.nl>
5958
5959 * org.texi (Properties): New chapter.
5960
59612007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5962
5963 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5964 Control Panel.
5965
5966 * gnus.texi (Misc Article): Add index entry for
5967 gnus-single-article-buffer.
5968
59692007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5970
5971 * gnus.texi (Starting Up): Fix typo.
5972
59732007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * gnus.texi (Asynchronous Fetching): Fix typo.
5976
59772007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5978
5979 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5980 (About This Manual): Remove redundant information.
5981 (Getting Started): Mention author.
5982 (Basic Arithmetic, Customizing Calc): Make description of the
5983 variable `calc-multiplication-has-precedence' match its new effect.
5984
59852007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5986
0c7efc08
SM
5987 * calc.texi (Basic Arithmetic, Customizing Calc):
5988 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5989
59902007-06-19 Carsten Dominik <dominik@science.uva.nl>
5991
5992 * org.texi (Tag): Section swapped with node Timestamps.
5993 (Formula syntax for Lisp): Document new `L' flag.
5994
59952007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5996
5997 * gnus.texi (Misc Group Stuff, Summary Buffer)
5998 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5999
60002007-06-06 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6003 * gnus.texi (Article Buttons, Mail Source Customization)
6004 (Sending or Not Sending, Customizing NNDiary):
6005 * message.texi (Message Headers):
6006 * mh-e.texi (HTML): Fix typos.
6007
60082007-06-07 Michael Albinus <michael.albinus@gmx.de>
6009
6010 Sync with Tramp 2.0.56.
6011
6012 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6013 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6014
60152007-06-02 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * Version 22.1 released.
6018
60192007-05-26 Michael Olson <mwolson@gnu.org>
6020
6021 * erc.texi (Modules): Fix references to completion modules.
6022
60232007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6024
6025 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6026
60272007-05-09 Didier Verna <didier@xemacs.org>
6028
6029 * gnus.texi (Email Based Diary): New. Proper documentation for the
6030 nndiary back end and the gnus-diary library.
6031
60322007-05-03 Karl Berry <karl@gnu.org>
6033
6034 * .cvsignore (*.pdf): New entry.
6035
6036 * texinfo.tex: Update from current version for better pdf generation.
6037
60382007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6039
6040 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6041
60422007-04-28 Glenn Morris <rgm@gnu.org>
6043
6044 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6045 consideration of legal status.
6046
60472007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6048
6049 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6050
60512007-04-24 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * faq.texi (New in Emacs 22): python.el removed.
6054
60552007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6056
6057 * calc.texi (Reporting bugs): Update maintainer's address.
6058
60592007-04-22 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6062
60632007-04-15 Jay Belanger <belanger@truman.edu>
6064
6065 * calc.texi (Title page): Remove the date.
6066 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6067 (The Standard Calc Interface): Change trail title.
6068 (Floats): Mention that when non-decimal floats are entered, only
6069 approximations are stored.
6070 (Copying): Move to the appendices.
6071 (GNU Free Documentation License): Add as an appendix.
6072
60732007-04-15 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6076 * dired-x.texi, ebrowse.texi, ediff.texi:
6077 * emacs-mime.texi, erc.texi, eshell.texi:
6078 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6079 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6080 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6081 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6082 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6083 * woman.texi: Include GFDL.
6084
6085 * doclicense.texi: Remove node heading, so that it can be included by
6086 other files.
6087
6088 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6089
6090 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6091 than *.
6092
60932007-04-14 Carsten Dominik <dominik@science.uva.nl>
6094
6095 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6096 in Calc.
6097
60982007-04-09 Romain Francoise <romain@orebokech.com>
6099
6100 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6101 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6102 replace mouse-2.
6103
61042007-04-08 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6107 renamed to woman-use-topic-at-point. Document new behavior.
6108
61092007-04-08 Richard Stallman <rms@gnu.org>
6110
6111 * url.texi: Fix some indexing.
6112 (Disk Caching): Drop discussion of old/other Emacs versions.
6113
61142007-04-07 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * url.texi (Disk Caching): Say Emacs 21 "and later".
6117
6118 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6119 on Font locking which now mentions JIT lock.
6120
61212007-04-01 Michael Olson <mwolson@gnu.org>
6122
6123 * erc.texi: Update for the ERC 5.2 release.
6124
61252007-03-31 David Kastrup <dak@gnu.org>
6126
6127 * woman.texi (Topic, Interface Options): Explain changes semantics of
6128 woman-manpath in order to consider MANPATH_MAP entries.
6129
61302007-03-31 Eli Zaretskii <eliz@gnu.org>
6131
6132 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6133
61342007-03-26 Richard Stallman <rms@gnu.org>
6135
6136 * pgg.texi (Caching passphrase): Clean up previous change.
6137
61382007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6139
6140 * gnus.texi (Setting Process Marks): Fix typo.
6141
61422007-03-25 Romain Francoise <romain@orebokech.com>
6143
6144 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6145 readability, and include various fixes by Daniel Brockman, Nick Roberts
6146 and Dieter Wilhelm.
6147
61482007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6149
6150 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6151
6152 * gnus.texi (Mail Source Specifiers): Fix typo.
6153
61542007-03-22 Ralf Angeli <angeli@caeruleus.net>
6155
6156 * reftex.texi (Imprint): Update maintainer information.
6157
61582007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6159
6160 * message.texi (Message Buffers): Update documentation for
6161 message-generate-new-buffers.
6162
61632007-03-15 Daiki Ueno <ueno@unixuser.org>
6164
6165 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6166
61672007-03-21 Glenn Morris <rgm@gnu.org>
6168
6169 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6170
61712007-03-19 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * eshell.texi (Known problems): Emacs 21 -> 22.
6174
6175 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6176
61772007-03-18 Jay Belanger <belanger@truman.edu>
6178
6179 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6180
61812007-03-12 Glenn Morris <rgm@gnu.org>
6182
6183 * calc.texi (Time Zones): Switch to new North America DST rule.
6184
6185 * calc.texi: Replace "daylight savings" with "daylight
6186 saving" in text throughout.
6187
61882007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6189
6190 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6191 The variable now uses a list of symbols instead of just a symbol.
6192 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6193
61942007-03-06 Romain Francoise <romain@orebokech.com>
6195
6196 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6197 new packages, and mention Gnus update.
6198
61992007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6200
6201 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6202 nntp-open-connection-functions-never-echo-commands.
6203
62042007-02-27 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6207 problems on the console, and security risk in not using gpg-agent.
6208
62092007-02-25 Carsten Dominik <dominik@science.uva.nl>
6210
0c7efc08 6211 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6212 Completely reorganized and rewritten.
6213 (CamelCase links): Section removed.
6214 (Repeating items): New section.
6215 (Tracking TODO state changes): New section.
6216 (Agenda views): Chapter reorganized and rewritten.
6217 (HTML export): Section rewritten.
6218 (Tables in arbitrary syntax): New section.
6219 (Summary): Better feature summary.
6220 (Activation): Document problem with cut-and-paste of Lisp code
6221 from PDF files.
6222 (Visibility cycling): Document indirect buffer use.
6223 (Structure editing): Document sorting.
6224 (Remember): Section rewritten.
6225 (Time stamps): Better description of time stamp types.
6226 (Tag searches): Document regular expression search for tags.
6227 (Stuck projects): New section.
6228 (In-buffer settings): New keywords.
6229 (History and Acknowledgments): Updated description.
6230
62312007-02-24 Alan Mackenzie <acm@muc.de>
6232
6233 * cc-mode.texi (Movement Commands): Insert two missing command names.
6234 (Getting Started): Slight wording correction (use conditional).
6235
62362007-02-22 Kim F. Storm <storm@cua.dk>
6237
6238 * widget.texi (User Interface, Basic Types): Document need to put some
6239 text before the %v escape in :format string in editable-field widget.
6240
62412007-02-18 Romain Francoise <romain@orebokech.com>
6242
6243 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6244 `cvs-mode-quit'.
6245
62462007-02-10 Markus Triska <markus.triska@gmx.at>
6247
6248 * widget.texi (Programming Example): Put constant strings in :format.
6249
62502007-02-07 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * faq.texi (Fullscreen mode on MS-Windows): New node.
6253
62542007-02-04 David Kastrup <dak@gnu.org>
6255
6256 * faq.texi (AUCTeX): Update version number. Should probably be done
6257 for other packages as well.
6258
62592007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6260
6261 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6262 <tassilo@member.fsf.org>.
6263
62642007-01-27 Eli Zaretskii <eliz@gnu.org>
6265
6266 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6267 ls-lisp-use-localized-time-format.
6268
62692007-01-20 Markus Triska <markus.triska@gmx.at>
6270
6271 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6272
62732007-01-13 Michael Olson <mwolson@gnu.org>
6274
6275 * erc.texi (Modules): Mention capab-identify module.
6276
62772007-01-05 Michael Olson <mwolson@gnu.org>
6278
6279 * erc.texi (Getting Started): Update for /RECONNECT command.
6280
62812007-01-04 Richard Stallman <rms@gnu.org>
6282
6283 * ebrowse.texi: Change C-c b to C-c C-m.
6284
62852007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6288 variables only in info to avoid redundant entries in the printed
6289 manual.
6290
62912007-01-02 Daiki Ueno <ueno@unixuser.org>
6292
6293 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6294
62952007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6296
6297 * message.texi (Security): Split into sub-nodes.
6298
62992007-01-01 Alan Mackenzie <acm@muc.de>
6300
6301 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6302 eval-after-load in Emacs <=21 and a workaround. Document that
6303 trigraphs are not supported.
6304
63052007-01-01 Alan Mackenzie <acm@muc.de>
6306
6307 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6308 c-context-line-break. When invoked within a string, preserve
6309 whitespace. Add a backslash only when also in a macro.
6310
63112007-01-01 Alan Mackenzie <acm@muc.de>
6312
6313 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6314
63152007-01-01 Alan Mackenzie <acm@muc.de>
6316
6317 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6318 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6319
63202007-01-01 Alan Mackenzie <acm@muc.de>
6321
6322 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6323 "Choosing a Style".
6324
6325 * cc-mode.texi ("Styles"): Add @dfn{style}.
6326
63272006-12-30 Michael Albinus <michael.albinus@gmx.de>
6328
6329 Sync with Tramp 2.0.55.
6330
6331 * trampver.texi: Update release number.
6332
63332006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6334
6335 * gnus.texi (Customizing Articles): Add index entries for all
6336 gnus-treat-* variables.
6337
c8763fb6 63382006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6339
6340 * gnus.texi (IMAP): Fix incorrect explanation of
6341 nnimap-search-uids-not-since-is-evil in documentation for
6342 nnimap-expunge-search-string.
6343
63442006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6345
6346 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6347 spam-ifile-database.
6348
63492006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6350
6351 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6352 rebind C-s.
6353
c8763fb6 63542006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6355
6356 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6357 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6358 "expiring mail".
6359 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6360 nnimap-nov-is-evil.
6361
63622006-12-25 Kevin Ryde <user42@zip.com.au>
6363
6364 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6365 about the key procedure being used heavily.
6366
63672006-12-24 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6370 to t.
6371 (Prerequisites): Add explanation about gpg-agent.
6372
63732006-12-22 Kevin Ryde <user42@zip.com.au>
6374
6375 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6376 "sort" instead of "sort*".
6377
63782006-12-19 Richard Stallman <rms@gnu.org>
6379
6380 * calc.texi (History and Acknowledgements): Recognize that Emacs
6381 now does have floating point.
6382
63832006-12-19 Michael Albinus <michael.albinus@gmx.de>
6384
6385 * tramp.texi (External transfer methods): Describe new method `scpc'.
6386
63872006-12-17 Sascha Wilde <wilde@sha-bang.de>
6388
6389 * pgg.texi: Added short note on gpg-agent to the introduction.
6390
63912006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6392
6393 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6394 also applies to Cc.
6395
63962006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6397
6398 * gnus.texi (X-Face): Clarify. Say which programs are required
6399 on Windows.
6400
64012006-12-08 Michael Olson <mwolson@gnu.org>
6402
6403 * erc.texi (Modules): Remove documentation for list module.
6404
c8763fb6 64052006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6406
6407 * faq.texi (^M in the shell buffer): Ditto.
6408
64092006-11-20 Michael Olson <mwolson@gnu.org>
6410
6411 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6412
64132006-11-17 Carsten Dominik <dominik@science.uva.nl>
6414
6415 * org.texi: Fix typos.
6416 (Agenda commands): Document `C-k'.
6417
64182006-11-16 Eli Zaretskii <eliz@gnu.org>
6419
6420 * url.texi (http/https): Fix a typo in the HTTP URL.
6421
64222006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6423
6424 * ada-mode.texi: Total rewrite.
6425
64262006-11-13 Carsten Dominik <dominik@science.uva.nl>
6427
6428 * org.texi: Minor typo fixes.
6429
64302006-11-13 Bill Wohler <wohler@newt.com>
6431
6432 Release MH-E manual version 8.0.3.
6433
6434 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6435 release 8.0.3.
6436
6437 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6438 to set MAILDIR.
6439 (Reading Mail): Document the customization of read-mail-command
6440 for MH-E.
6441 (Viewing Attachments): Document mm-discouraged-alternatives.
6442 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6443 (Junk): Add more information about the settings of mh-junk-background
6444 in a program. Add /usr/bin/mh to PATH in examples.
6445
64462006-11-12 Richard Stallman <rms@gnu.org>
6447
6448 * woman.texi: Update author address but say he no longer maintains it.
6449
64502006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6451
6452 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6453 archived trees.
6454 (Checkboxes): Section moved to chapter 5, and extended.
6455 (The date/time prompt): New section.
6456 (Link abbreviations): New section.
6457 (Presentation and sorting): New section.
6458 (Custom agenda views): Section completely rewritten.
6459 (Summary): Compare with Planner.
6460 (Feedback): More info about creating backtraces.
6461 (Plain lists): Modified example.
6462 (Breaking down tasks): New section.
6463 (Custom time format): New section.
6464 (Time stamps): Document inactive timestamps.
6465 (Setting tags): More details about fast tag selection.
6466 (Block agenda): New section.
6467 (Custom agenda views): Section rewritten.
6468 (Block agenda): New section.
6469
64702006-11-07 Michael Albinus <michael.albinus@gmx.de>
6471
6472 * tramp.texi (Configuration): scp is the default method.
6473 (Default Method): Use ssh as example for another method.
6474
64752006-10-27 Richard Stallman <rms@gnu.org>
6476
6477 * woman.texi: Downcase nroff/troff/roff.
6478 (Installation): Chapter deleted. Some xrefs deleted.
6479 (Background): woman doesn't advise man ;-).
6480
c8763fb6 64812006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6482
6483 * ada-mode.texi (Project files, Identifier completion)
6484 (Automatic Casing, Debugging, Using non-standard file names)
6485 (Working Remotely): Fix typos.
6486
64872006-10-20 Masatake YAMATO <jet@gyve.org>
6488
0c7efc08 6489 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6490 sample code `my-c-initialization-hook'.
6491
64922006-10-19 Stuart D. Herring <herring@lanl.gov>
6493
6494 * widget.texi: Fix typos.
6495
64962006-10-19 Michael Albinus <michael.albinus@gmx.de>
6497
6498 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6499 "???". There have been no complaints for years, so the information
6500 must be appropriate.
6501
65022006-10-16 Richard Stallman <rms@gnu.org>
6503
6504 * widget.texi: Use @var instead of capitalization.
6505 Clarify many widget type descriptions.
6506
65072006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6508
6509 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6510 gnus-dired-attach.
6511 (Selecting a Group): Fix typo.
6512
c8763fb6 65132006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6514
6515 * widget.texi: Fix typos.
6516
65172006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6518
6519 * gnus.texi (Image Enhancements): Update for Emacs 22.
6520
6521 * gnus-faq.texi ([1.3]): Update.
6522
65232006-10-06 Richard Stallman <rms@gnu.org>
6524
6525 * faq.texi (Displaying the current line or column):
6526 Delete "As of Emacs 20".
6527
65282006-10-06 Romain Francoise <romain@orebokech.com>
6529
6530 * faq.texi (VM): VM works with Emacs 22 too.
6531
65322006-10-06 Richard Stallman <rms@gnu.org>
6533
6534 * ebrowse.texi: Remove Emacs version "21" from title.
6535
65362006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6537
6538 * gnus.texi (Foreign Groups): Say where change of editing commands are
6539 stored. Add reference to `gnus-parameters'.
6540
65412006-09-15 Jay Belanger <belanger@truman.edu>
6542
6543 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6544 Change "Library Public License" to "Lesser Public License"
6545 throughout. Use "yyyy" to represent year.
6546
65472006-09-15 Carsten Dominik <dominik@science.uva.nl>
6548
6549 * org.texi (Setting tags): Typo fix.
6550
65512006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6552
6553 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6554
65552006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6556
6557 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6558
65592006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6560
6561 * faq.texi (Escape sequences in shell output): EMACS is now set
6562 to Emacs's absolute file name, not to "t".
6563 (^M in the shell buffer): Likewise.
6564 * misc.texi (Interactive Shell): Likewise.
6565
65662006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6567
6568 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6569 mails with pop3-leave-mail-on-server. Fix wording.
6570 (Limiting): Improve gnus-summary-limit-to-articles.
6571 (X-Face): Fix typo.
6572
65732006-09-11 Simon Josefsson <jas@extundo.com>
6574
6575 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6576 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6577
65782006-09-06 Simon Josefsson <jas@extundo.com>
6579
6580 * smtpmail.texi (Authentication): Mention SSL.
6581
65822006-09-01 Eli Zaretskii <eliz@gnu.org>
6583
6584 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6585 Don't use @indicateurl.
6586
6587 * cc-mode.texi (Subword Movement): Don't use @headitem.
6588 (Custom Braces, Clean-ups): Don't use @tie.
6589
65902006-08-29 Michael Albinus <michael.albinus@gmx.de>
6591
6592 Sync with Tramp 2.0.54.
6593
6594 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6595 Suggested by Adrian Phillips <a.phillips@met.no>.
6596
65972006-08-15 Carsten Dominik <dominik@science.uva.nl>
6598
6599 * org.texi (Installation, Activation): Split from Installation and
6600 Activation.
6601 (Clocking work time): Documented new features.
6602
66032006-08-13 Alex Schroeder <alex@gnu.org>
6604
6605 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6606 example.
6607
66082006-08-12 Eli Zaretskii <eliz@gnu.org>
6609
6610 * faq.texi (How to add fonts): New node.
6611
66122006-08-05 Romain Francoise <romain@orebokech.com>
6613
6614 * faq.texi (New in Emacs 22): Expand.
6615
66162006-08-03 Michael Olson <mwolson@gnu.org>
6617
6618 * erc.texi: Update for ERC 5.1.4.
6619
66202006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6621
6622 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6623 in .../site-lisp/gnus/ by default.
6624 [ From gnus-news.texi in the trunk. ]
6625
66262006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6627
6628 * gnus.texi (MIME Commands): Additions for yEnc.
6629
66302006-07-24 Richard Stallman <rms@gnu.org>
6631
6632 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6633 * faq.texi: Move periods and commas inside quotes.
6634
66352006-07-20 Jay Belanger <belanger@truman.edu>
6636
6637 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6638
66392006-07-18 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * faq.texi (Security risks with Emacs): Document Emacs 22
6642 file-local-variable mechanism.
6643
66442006-07-12 Michael Olson <mwolson@gnu.org>
6645
6646 * erc.texi: Update for ERC 5.1.3.
6647
66482006-07-12 Alex Schroeder <alex@gnu.org>
6649
6650 * rcirc.texi: Fix typos.
6651 (Getting started with rcirc): New calling convention for M-x irc.
6652 Mention #rcirc. Removed channel tracking.
0c7efc08 6653 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6654 recently, eg. rcirc-server to rcirc-default-server. Added
6655 documentation for rcirc-authinfo, some background for Bitlbee, and
6656 rcirc-track-minor-mode.
0c7efc08 6657 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6658 Scrolling.
0c7efc08 6659 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6660 to match code changes.
6661
66622006-07-10 Nick Roberts <nickrob@snap.net.nz>
6663
6664 * gnus.texi, message.texi: Fix typos.
6665
66662006-07-07 Carsten Dominik <dominik@science.uva.nl>
6667
6668 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6669 commands.
6670 (Global TODO list): Document the use of the variables
6671 `org-agenda-todo-ignore-scheduled' and
6672 `org-agenda-todo-list-sublevels'.
6673
66742006-07-05 Richard Stallman <rms@gnu.org>
6675
6676 * faq.texi (Scrolling only one line): Fix xref.
6677
66782006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6679
6680 * faq.texi (Evaluating Emacs Lisp code):
6681 Throughout, replace eval-current-buffer with eval-buffer.
6682
66832006-07-03 Richard Stallman <rms@gnu.org>
6684
6685 * rcirc.texi (Scrolling conservatively): Fix xref.
6686
6687 * pcl-cvs.texi (Viewing differences): Usage fix.
6688
66892006-07-03 Carsten Dominik <dominik@science.uva.nl>
6690
6691 * org.texi (Agenda commands): Document `s' key to save all org-mode
6692 buffers.
6693
66942006-06-30 Ralf Angeli <angeli@caeruleus.net>
6695
6696 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6697 names. Mention `cvs-msg' face.
6698
66992006-06-29 Carsten Dominik <dominik@science.uva.nl>
6700
6701 * org.texi (Checkboxes): New section.
6702
67032006-06-28 Carsten Dominik <dominik@science.uva.nl>
6704
6705 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6706 throughout this chapter.
6707
67082006-06-27 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6711 text for standalone vs Emacs info.
6712 (Help): Clarify header line description. Use mouse-1 for clicks.
6713 (Help-P): Use mouse-1 for clicks.
6714 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6715 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6716 (Choose menu subtopic): Remove gratuitous Emacs command names.
6717 (Help-FOO): Put usual behavior first.
6718 (Help-Xref): Clicking on xrefs works in Emacs.
6719 (Search Text): Clarify what the default behavior is.
6720 (Create Info buffer): Fix Emacs window/X window confusion.
6721 (Emacs Info Variables): Fix for new Emacs init file behavior.
6722
67232006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6724
6725 * gnus.texi (Summary Buffer Lines): Fix typo.
6726
67272006-06-23 Carsten Dominik <dominik@science.uva.nl>
6728
6729 * org.texi (Embedded LaTeX): New chapter.
6730 (Archiving): Section rewritten.
6731 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6732
67332006-06-20 Bill Wohler <wohler@newt.com>
6734
6735 Release MH-E manual version 8.0.1.
6736
6737 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6738 release 8.0.1.
6739 (Preface): Depend on GNU mailutils 1.0 and higher.
6740
67412006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * message.texi (News Headers): Update message-syntax-checks section.
6744
67452006-06-19 Karl Berry <karl@gnu.org>
6746
6747 * info.texi (Advanced): Mention C-q, especially with ?.
6748
67492006-06-19 Carsten Dominik <dominik@science.uva.nl>
6750
6751 * org.texi (Publishing links): Document the `:link-validation-function'
6752 property.
6753 (Extensions and Hacking): New chapter, includes some sections of the
6754 "Miscellaneous" chapter.
6755
67562006-06-10 Carsten Dominik <dominik@science.uva.nl>
6757
6758 * org.texi (Progress logging): New section.
6759
2de53ca6
GM
67602006-06-06 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * org.texi (ASCII export): Document indentation adaptation.
6763 (Setting tags): Document mutually-exclusive tags.
6764
67652006-06-05 Romain Francoise <romain@orebokech.com>
6766
6767 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6768 Fix typo.
6769
6770 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6771 channel (#gnus@irc.freenode.net).
6772 Fix typos. Update copyright notice.
6773
6774 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6775 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6776 (Line-Up Functions, Custom Macros):
6777 * ediff.texi (Window and Frame Configuration)
dccb744b 6778 (Highlighting Difference Regions):
2de53ca6
GM
6779 * emacs-mime.texi (Display Customization):
6780 * erc.texi (History):
6781 * eshell.texi (Known problems):
6782 * eudc.texi (Overview, BBDB):
6783 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6784 (The problem of spam, SpamOracle, Extending the Spam package)
6785 (Conformity, Terminology):
dccb744b 6786 * idlwave.texi (Routine Info)
2de53ca6
GM
6787 (Class and Keyword Inheritance, Padding Operators)
6788 (Breakpoints and Stepping, Electric Debug Mode)
6789 (Examining Variables, Troubleshooting):
6790 * org.texi (Creating timestamps):
6791 * reftex.texi (Commands, Options, Changes):
6792 * tramp.texi (Inline methods, Password caching)
6793 (Auto-save and Backup, Issues):
6794 * vip.texi (Files, Commands in Insert Mode):
6795 * viper.texi (Emacs Preliminaries, States in Viper)
6796 (Packages that Change Keymaps, Viper Specials, Groundwork):
6797 Fix various typos.
6798
67992006-05-31 Michael Ernst <mernst@alum.mit.edu>
6800
6801 * ediff.texi: Fix typos.
6802
68032006-05-30 Carsten Dominik <dominik@science.uva.nl>
6804
6805 * org.texi: Small typo fixes.
6806
fff84c22
JB
68072006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * viper.texi (Viper Specials):
6810 * gnus.texi (Example Setup):
6811 * faq.texi (Backspace invokes help):
6812 * dired-x.texi (Optional Installation Dired Jump):
6813 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6814 follow coding conventions.
6815
2de53ca6
GM
68162006-05-29 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6819
68202006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6821
6822 * pcl-cvs.texi: Fix typos.
6823 (Customization): Say "us".
6824
68252006-05-26 Eli Zaretskii <eliz@gnu.org>
6826
6827 * org.texi: Remove bogus @setfilename.
6828
68292006-05-26 Carsten Dominik <dominik@science.uva.nl>
6830
6831 * org.texi (ASCII export): Omit command name.
6832 (HTML export): Add prefix to all lines in Local Variable example.
6833 (Acknowledgments): Typeset names in italics.
6834
68352006-05-24 Carsten Dominik <dominik@science.uva.nl>
6836
6837 * org.texi (Plain lists): Add new item navigation commands.
6838 (External links): Document elisp and info links.
6839 (Custom searches): New section.
6840 (Publishing): New chapter.
6841 (HTML export): Include a list of supported CSS classes.
6842 (Setting tags): Describe the fast-tag-setting interface.
6843
68442006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6845
6846 * dired-x.texi: ifinfo -> ifnottex.
6847
68482006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6849
6850 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6851
68522006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6853
6854 * message.texi (Interface): Add tool bar customization.
6855 (MIME): Index and text additions for mml-attach.
6856 (MIME): Describe mml-dnd-protocol-alist and
6857 mml-dnd-attach-options.
6858
6859 * gnus.texi (Oort Gnus): Reorder entries in sections.
6860 Fix some entries.
6861 (Starting Up): Add references to "Emacs for Heathens" and to
6862 "Finding the News". Add user-full-name and user-mail-address.
6863 (Group Buffer Format): Add tool bar customization and update.
6864 (Summary Buffer): Add tool bar customization.
6865 (Posting Styles): Add message-alternative-emails.
6866
68672006-05-09 Michael Albinus <michael.albinus@gmx.de>
6868
6869 * tramp.texi (Filename completion): Improve wording.
6870
68712006-05-07 Romain Francoise <romain@orebokech.com>
6872
6873 * faq.texi (Using regular expressions): Fix typo.
6874 (Packages that do not come with Emacs): Fix capitalization.
6875 (Replacing text across multiple files): Expand node to explain how
6876 to use `dired-do-query-replace-regexp' in more detail, based on
6877 suggestion by Eric Hanchrow <offby1@blarg.net>.
6878
68792006-05-06 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * tramp.texi (Filename completion): Completion of remote files'
6882 method, user name and host name is active only in partial
6883 completion mode.
6884
68852006-05-06 Bill Wohler <wohler@newt.com>
6886
6887 Release MH-E manual version 8.0.
6888
6889 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6890 release 8.0.
6891
68922006-05-06 Bill Wohler <wohler@newt.com>
6893
6894 * mh-e.texi (MH-BOOK-HOME): Change from
6895 http://www.ics.uci.edu/~mh/book/mh to
6896 http://rand-mh.sourceforge.net/book/mh.
6897 Replace .htm suffix with .html for MH book files.
6898 (Using This Manual): Update key binding for getting relevant
6899 chapter in Info from command key.
6900 (Ranges): Fix itemx.
6901
69022006-05-05 Karl Berry <karl@gnu.org>
6903
6904 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6905 (\fonttextsize): New user-level command to change text font size.
6906
69072006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6908
6909 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6910
69112006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6912
6913 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6914
69152006-04-24 Bill Wohler <wohler@newt.com>
6916
6917 * mh-e.texi (Getting Started): Make it more explicit that you need
6918 to install MH. Add pointers to current MH implementations.
6919
69202006-04-21 Bill Wohler <wohler@newt.com>
6921
6922 Release MH-E manual version 7.94.
6923
6924 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6925 release 7.94.
6926
69272006-04-21 Carsten Dominik <dominik@science.uva.nl>
6928
6929 * org.texi: Many small fixes.
6930 (Handling links): Rename from "Managing links".
6931
69322006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6935 (Splitting mail using spam-stat): Fix @xref.
6936
69372006-04-20 Chong Yidong <cyd@stupidchicken.com>
6938
6939 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6940 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6941
69422006-04-20 Carsten Dominik <dominik@science.uva.nl>
6943
6944 * org.texi (Time stamps): Better explanation of the purpose of
6945 different time stamps.
6946 (Structure editing, Plain lists): More details on how new items
6947 and headings are inserted.
6948
69492006-04-18 Carsten Dominik <dominik@science.uva.nl>
6950
6951 * org.texi (Formula syntax): Fix link to Calc Manual.
6952
69532006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6954
6955 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6956
69572006-04-17 Bill Wohler <wohler@newt.com>
6958
6959 * mh-e.texi (Folders): Update mh-before-quit-hook and
6960 mh-quit-hook example with code that removes the buffers rather
6961 than just bury them.
6962
69632006-04-17 Michael Albinus <michael.albinus@gmx.de>
6964
6965 Sync with Tramp 2.0.53.
6966
69672006-04-13 Carsten Dominik <dominik@science.uva.nl>
6968
6969 * org.texi (Updating settings): New section.
6970 (Visibility cycling): Better names for the startup folding
6971 options.
6972 (Exporting): Completely restructured.
6973 (The very busy C-c C-c key): New section.
6974 (Summary of in-buffer settings): New section.
6975
69762006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6979
69802006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6983 (Server Commands): Key `v' is reserved for users.
6984
69852006-04-11 Carsten Dominik <dominik@science.uva.nl>
6986
6987 * org.texi (Link format): New section, emphasis on bracket links.
6988 (External links): Document bracket links.
6989 (FAQ): Expand to cover shell links and the new link format.
6990
69912006-04-09 Kevin Ryde <user42@zip.com.au>
6992
6993 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6994
69952006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6996
6997 * gnus.texi (Summary Buffer Lines): Add `*'.
6998
c8763fb6 69992006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7000
7001 * gnus.texi (Group Parameters):
7002 Mention gnus-permanently-visible-groups.
7003
70042006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7005
7006 * gnus.texi (Face): Fix typo.
7007
70082006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7009
7010 * gnus.texi (X-Face): Clarify.
7011 (Face): Need Emacs with PNG support.
7012
70132006-04-06 Richard Stallman <rms@gnu.org>
7014
7015 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7016 Emacs".
7017
70182006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7019
7020 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7021 blocks not suitable for inclusion with Emacs using variable
7022 PARTOFEMACS.
7023
70242006-04-04 Simon Josefsson <jas@extundo.com>
7025
7026 * gnus.texi (Security): Improve.
7027
70282006-04-02 Bill Wohler <wohler@newt.com>
7029
7030 * mh-e.texi (Getting Started, Junk, Bug Reports)
7031 (MH FAQ and Support): Fix URLs.
7032
70332006-03-31 Romain Francoise <romain@orebokech.com>
7034
7035 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7036 to t, not nil (and has for the past eight years).
7037
70382006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7039
7040 * message.texi, gnus.texi: Bump version to 5.11.
7041
70422006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7043
7044 * gnus.texi (Top): Add comment about version line.
7045
7046 * message.texi (Top): Ditto. Change to take named versions into
7047 account.
7048
70492006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7050
7051 * gnus.texi (Posting Styles): Add x-face-file to example.
7052 (X-Face): Refer to posting styles.
7053
7054 * gnus-faq.texi ([5.8]): Add x-face-file.
7055 ([8.4]): Add links to gmane.emacs.gnus.user and
7056 gmane.emacs.gnus.general.
7057
70582006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7059
7060 * gnus-faq.texi: Use .invalid.
7061 ([5.4]): Fix gnus-posting-styles example.
7062
70632006-03-27 Romain Francoise <romain@orebokech.com>
7064
7065 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7066 Emacs/W3 needs a new maintainer.
7067 (Ispell): Update author and version info.
7068 (Mailcrypt): Mention PGG.
7069 (New in Emacs 22): Add PGG to the list of new packages.
7070 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7071 updating dead URLs.
7072
70732006-03-25 Karl Berry <karl@gnu.org>
7074
7075 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7076 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7077 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7078 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7079 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7080 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7081 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7082 (2) do not indent copyright year list (or anything else).
7083
70842006-03-21 Bill Wohler <wohler@newt.com>
7085
7086 * mh-e.texi (Folders): Various edits.
7087
70882006-03-20 Romain Francoise <romain@orebokech.com>
7089
7090 * gnus.texi (Mail Folders): Grammar fix.
7091
70922006-03-19 Bill Wohler <wohler@newt.com>
7093
7094 * mh-e.texi (Replying): Document Mail-Followup-To.
7095 Change manually-formatted table to multitable. Add debugging info.
7096 Move description of mh-reply-default-reply-to into paragraph
7097 that describes its values.
7098
70992006-03-17 Bill Wohler <wohler@newt.com>
7100
10d1d0af 7101 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7102 (Sending Mail Tour): Update method of entering
7103 addresses and subject.
7104 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7105 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7106
71072006-03-15 Carsten Dominik <dominik@science.uva.nl>
7108
7109 * org.texi: Version number change only.
7110
71112006-03-14 Bill Wohler <wohler@newt.com>
7112
7113 * mh-e.texi: Add index entries around each paragraph rather than
7114 depend on entries from beginning of node. Doing so ensures that
7115 index entries are less likely to be forgotten if text is cut and
7116 pasted, and are necessary anyway if the references are on a
7117 separate page. It seems that makeinfo is now (v. 4.8) only
7118 producing one index entry per node, so there is no longer any
7119 excuse not to. Use subheading instead of heading. The incorrect
7120 use of heading produced very large fonts in Info--as large as the
7121 main heading.
7122 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7123 versions 6 and 7 appeared *around* the time of these Emacs releases.
7124
71252006-03-13 Carsten Dominik <dominik@science.uva.nl>
7126
7127 * org.texi (Clean view): Document new startup options.
7128
71292006-03-11 Bill Wohler <wohler@newt.com>
7130
7131 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7132 (Composing, Scan Line Formats): Fix @refs.
7133 (Getting Started): Define MH profile and MH profile components.
7134 (Incorporating Mail, Reading Mail, Viewing, Printing)
7135 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7136 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7137 for string constants.
7138 (Tool Bar): Remove spurious quote.
7139 (Junk): Use ``...'' instead of "...".
7140 (Scan Line Formats): Replace @samp with @kbd.
7141
71422006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7145
71462006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7147
7148 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7149 easy to understand.
7150
71512006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus.texi: Markup fix.
7154 (Fancy Mail Splitting): Specify new feature.
7155
71562006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7159 partial-words matching.
7160
71612006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7164
7165 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7166 (MIME Commands): Fix mm-discouraged-alternatives.
7167
71682006-03-07 Carsten Dominik <dominik@science.uva.nl>
7169
7170 * org.texi: Version number change only.
7171
71722006-03-06 Bill Wohler <wohler@newt.com>
7173
7174 * mh-e.texi: Move from SourceForge repository to Savannah.
7175 This is version 7.93, which is a total rewrite from the previous
7176 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7177 version 7.93.
7178
71792006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7180
7181 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7182
71832006-03-01 Carsten Dominik <dominik@science.uva.nl>
7184
7185 * org.texi (Interaction): Add item about `org-mouse.el' by
7186 Piotr Zielinski.
7187 (Managing links): Document that also mouse-1 can be used to
7188 activate a link.
7189 (Headlines, FAQ): Add entry about hiding leading stars.
7190 (Miscellaneous): Resort the sections in this chapter to a more
7191 logical sequence.
7192
71932006-02-27 Simon Josefsson <jas@extundo.com>
7194
7195 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7196 2004-01-27 from the trunk).
7197
71982006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7199
7200 * cc-mode.texi: Rename c-hungry-backspace to
7201 c-hungry-delete-backwards, at the request of RMS. Leave the old
7202 name as an alias.
7203
72042006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7205
7206 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7207 include the function header within the defun.
7208
72092006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7210
7211 * cc-mode.texi: Correct two typos.
7212
72132006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7214
7215 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7216 existing comment.
7217 (Electric Keys): Add a justification for electric indentation.
7218 (Hungry WS Deletion): Clear up the names and complications of the
7219 BACKSPACE and DELETE keys.
7220
72212006-02-23 Juri Linkov <juri@jurta.org>
7222
7223 * faq.texi (Common requests): Move `Turning on auto-fill by
7224 default' after `Wrapping words automatically'. Move `Working with
7225 unprintable characters' before `Searching for/replacing newlines'.
7226 Move `Replacing highlighted text' after `Highlighting a region'.
7227 Merge `Repeating commands' and `Repeating a command as many times
7228 as possible' into the former.
7229 (Packages that do not come with Emacs): Add refs to Gmane and
7230 etc/MORE.STUFF.
7231
72322006-02-23 Juri Linkov <juri@jurta.org>
7233
7234 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7235 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7236 Add xref to `(emacs)Reporting Bugs'.
7237 (Getting a printed manual): Add URL to other formats of the manual.
7238 (Common requests): Fix menu.
7239 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7240 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7241 (Inserting text at the beginning of each line): Add pxref to
7242 `Changing the included text prefix'.
7243 (Forcing the cursor to remain in the same column): Mention `track-eol'
7244 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7245 (Replacing text across multiple files): Add keybinding `Q' for
7246 `dired-do-query-replace'.
7247
72482006-02-22 Carsten Dominik <dominik@science.uva.nl>
7249
7250 * reftex.texi: Version number and date change only.
7251
7252 * org.texi (Internal Links): Rewrite to cover the modified
7253 linking system.
7254
72552006-02-17 Eli Zaretskii <eliz@gnu.org>
7256
7257 * faq.texi: Remove the coding cookie, it's not needed anymore.
7258
72592006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7260
7261 * faq.texi (Colors on a TTY): Mention Mac OS port.
7262
72632006-02-12 Karl Berry <karl@gnu.org>
7264
7265 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7266 8-bit accented a.
7267
72682006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7271
72722006-02-08 Romain Francoise <romain@orebokech.com>
7273
7274 * faq.texi (Top): Remove paragraph about the FAQ being a
7275 transitional document, etc.
7276 (Searching for/replacing newlines): New node.
7277 (Yanking text in isearch): New node.
7278 (Inserting text at the beginning of each line): Rename and make
7279 more general, mention `M-;' in Message mode.
7280
72812006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * faq.texi (Meta key does not work in xterm)
7284 (Emacs does not display 8-bit characters)
7285 (Inputting eight-bit characters): Update xrefs.
7286
72872006-02-06 Romain Francoise <romain@orebokech.com>
7288
7289 * faq.texi (VM): VM now at version 7.19.
7290 Set myself as maintainer of this file.
7291
72922006-02-04 Michael Olson <mwolson@gnu.org>
7293
7294 * erc.texi (History): Note that ERC is now included with Emacs.
7295
72962006-01-31 Romain Francoise <romain@orebokech.com>
7297
7298 * message.texi (Message Headers): Explain what
7299 `message-alternative-emails' does in more detail.
7300 Update copyright year.
7301
73022006-01-30 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7305
73062006-01-29 Richard M. Stallman <rms@gnu.org>
7307
7308 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7309
73102006-01-29 Michael Olson <mwolson@gnu.org>
7311
7312 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7313
7314 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7315
7316 * faq.texi (New in Emacs 22): Mention ERC.
7317
73182006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7319
7320 * rcirc.texi: Capitalize dir entry for consistency with the entry
7321 in info/dir and other entries in the Emacs category.
7322 Fix typos. Delete trailing whitespace.
7323
c8763fb6 73242006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7325
7326 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7327
73282006-01-27 Eli Zaretskii <eliz@gnu.org>
7329
7330 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7331 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7332
7333 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7334 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7335
73362006-01-27 Alex Schroeder <alex@gnu.org>
7337
7338 * rcirc.texi: New file.
7339
73402006-01-23 Juri Linkov <juri@jurta.org>
7341
7342 * widget.texi (User Interface): Add S-TAB for widget-backward.
7343
73442006-01-22 Michael Albinus <michael.albinus@gmx.de>
7345
7346 Sync with Tramp 2.0.52.
7347
7348 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7349 Add Tramp disabling item. New item for common connection problems.
7350 (various): Apply "ftp" as method for the download URL.
7351 (Bug Reports): Refer to FAQ for common problems.
7352
73532006-01-21 Eli Zaretskii <eliz@gnu.org>
7354
7355 * widget.texi (User Interface): Use @key for TAB.
7356
7357 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7358
7359 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7360 for TAB.
7361
7362 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7363
73642006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7365
7366 * gnus.texi: Update copyright.
7367
73682006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7369
7370 * gnus.texi (Article Washing): Additions.
7371
2de53ca6
GM
73722006-01-13 Carsten Dominik <dominik@science.uva.nl>
7373
7374 * org.texi (Agenda commands): Document tags command.
7375
73762006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7379
73802006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * gnus.texi (RSS): Addition.
7383
73842005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7387
73882005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * emacs-mime.texi (Display Customization): Add setting example to
7391 mm-discouraged-alternatives.
7392
73932006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7396 version is the canonical version.
7397
73982006-01-08 Alex Schroeder <alex@gnu.org>
7399
7400 * pgg.texi (Caching passphrase): Rewording.
7401
74022006-01-06 Eli Zaretskii <eliz@gnu.org>
7403
7404 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7405 repository URL.
7406
74072006-01-06 Carsten Dominik <dominik@science.uva.nl>
7408
7409 * org.texi: Removed the accidentally re-added empty line in the
7410 direntry.
7411
74122006-01-05 Carsten Dominik <dominik@science.uva.nl>
7413
7414 * org.texi (Agenda Views): Chapter reorganized.
7415
74162005-12-29 Romain Francoise <romain@orebokech.com>
7417
7418 * faq.texi (Using Customize): New node.
7419
74202005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7421
7422 * org.texi: Remove blank line in @direntry. It is non-standard
7423 and recursively produces blank lines all over the dir file (when
7424 using Texinfo 4.8).
7425
74262005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7427
7428 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7429
74302005-12-20 Carsten Dominik <dominik@science.uva.nl>
7431
7432 * org.texi (Tags): Boolean logic documented.
7433 (Agenda Views): Document custom commands.
7434
74352005-12-20 David Kastrup <dak@gnu.org>
7436
7437 * faq.texi (AUCTeX): Update version and mailing list info.
7438
74392005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * gnus.texi (MIME Commands): Mention addition of
7442 multipart/alternative to gnus-buttonized-mime-types and add xref
7443 to mm-discouraged-alternatives.
7444
7445 * emacs-mime.texi (Display Customization): Mention addition of
7446 "image/.*" and add xref to gnus-buttonized-mime-types in the
7447 mm-discouraged-alternatives section.
7448
74492005-12-16 Carsten Dominik <dominik@science.uva.nl>
7450
7451 * org.texi (Tags): New section.
7452 (Agenda Views): Chapter reorganized.
7453
74542005-12-16 Eli Zaretskii <eliz@gnu.org>
7455
7456 * org.texi (Internal Links): Add a missing comma after an @xref.
7457
74582005-12-14 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * faq.texi (Filling paragraphs with a single space): No need to
7461 change sentence-end now.
7462
74632005-12-13 Romain Francoise <romain@orebokech.com>
7464
7465 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7466
74672005-12-12 Jay Belanger <belanger@truman.edu>
7468
7469 * faq.texi (Calc): Update version number.
7470
74712005-12-12 Carsten Dominik <dominik@science.uva.nl>
7472
7473 * org.texi (Progress Logging): New section.
7474
74752005-12-10 Romain Francoise <romain@orebokech.com>
7476
7477 Update the Emacs FAQ for the 22.1 release.
7478
7479 * faq.texi: Set VER to `22.1'.
7480 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7481 Tutorial. Mention that `C-h r' displays the manual.
7482 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7483 (Getting a printed manual): Point to the new locations of the
7484 manuals on the GNU Web site.
7485 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7486 available via Info (it was previously distributed separately).
7487 (Installing Texinfo documentation): The latest version of Texinfo
7488 is 4.8, not 4.0.
7489 (Informational files for Emacs): COPYING is the GNU General Public
7490 License, not the Emacs General Public License.
7491 (Informational files for Emacs): Delete obsolete link to the
7492 GNUinfo pages as they have been removed from the GNU Web site.
7493 (New in Emacs 22): New node.
7494 (Setting up a customization file): Say that most packages support
7495 Customize nowadays.
7496 (Colors on a TTY): Delete reference to instructions on how to
7497 enable syntax highlighting, it is now enabled by default.
7498 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7499 at startup automatically.
7500 (Controlling case sensitivity): Mention `M-c' in isearch.
7501 (Using an already running Emacs process): Emacs now creates the
7502 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7503 gnuserv. As emacsclient can now run Lisp code as well, delete a
7504 sentence praising gnuserv for that. Simplify description of how
7505 the client/server operation works.
7506 (Compiler error messages): Delete obsolete text (compile.el has
7507 been rewritten).
7508 (Indenting switch statements): Fix typo.
7509 (Matching parentheses): Simplify setup instructions, mention the
7510 menu bar item in the Options menu.
7511 (Repeating a command as many times as possible): Mention `C-x e'.
7512 (Going to a line by number): Mention new keymap and bindings
7513 `M-g M-g', `M-g M-p' and `M-g M-n'.
7514 (Turning on syntax highlighting): Now on by default. Simplify.
7515 (Replacing highlighted text): Use `1', not `t'.
7516 (Problems with very large files): The maximum size is now 256MB on
7517 32-bit machines.
7518 (^M in the shell buffer): Mention `comint-process-echoes'.
7519 (Emacs for Apple computers): Emacs 22 has native support for Mac
7520 OS X.
7521 (Translating names to IP addresses): Delete node.
7522 (Binding keys to commands): Fix typo.
7523 (SPC no longer completes file names): New node.
7524 (MIME with Emacs mail packages): Delete section about the Emacs
7525 MIME FAQ (it's not reachable anymore).
7526
75272005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7528
7529 * cc-mode.texi: The manual has been extensively revised: the
7530 information about using CC Mode has been separated from the larger
7531 and more difficult chapters about configuration. It has been
7532 updated for CC Mode 5.31.
7533
75342005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7537 (Selecting an implementation): Fix descriptions.
7538
75392005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * message.texi (Various Message Variables): Addition.
7542
75432005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7544
7545 * message.texi: Fix default values.
7546
75472005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * message.texi (Header Commands): Clarify descriptions of
7550 message-cross-post-followup-to, message-reduce-to-to-cc, and
7551 message-insert-wide-reply.
7552 (Various Commands): Fix kindex for message-kill-to-signature;
7553 clarify description of message-tab.
7554
75552005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7556
7557 * message.texi (Mailing Lists): Fix description about MFT.
7558
7559 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7560
75612005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * gnus.texi (Slow Terminal Connection): Replace old description
7564 with new one.
7565
75662005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7567
7568 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7569 replace X-Draft-Headers with X-Draft-From.
7570
75712005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7572
7573 * gnus.texi (Various Various): Fix the default value of
7574 nnheader-max-head-length.
7575 (Gnus Versions): Fix typo.
7576
75772005-12-08 Carsten Dominik <dominik@science.uva.nl>
7578
7579 * org.texi (Structure editing): Document new functionality of
7580 M-RET.
7581
75822005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * org.texi (Internal Links): Fix Texinfo usage.
7585
75862005-12-06 Carsten Dominik <dominik@science.uva.nl>
7587
7588 * org.texi (TODO basics): Document the global todo list.
7589 (TODO items): Documents sparse tree for specific TODO
7590 keywords.
7591
75922005-11-30 Carsten Dominik <dominik@science.uva.nl>
7593
7594 * org.texi (Plain Lists): Typos fixed.
7595
75962005-11-28 Jay Belanger <belanger@truman.edu>
7597
7598 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7599
76002005-11-24 Carsten Dominik <dominik@science.uva.nl>
7601
7602 * org.texi (Structure editing): New item moving commands added.
7603 (Plain Lists): New section.
7604
76052005-11-18 Carsten Dominik <dominik@science.uva.nl>
7606
7607 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7608 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7609 `org-agenda-file-to-front'.
2de53ca6
GM
7610 (Built-in table editor): Document `org-table-sort-lines'.
7611 (HTML formatting): Export of hand-formatted lists.
7612
76132005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7616 new variable gnus-toolbar-thickness.
7617
76182005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7621
76222005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus.texi (X-Face): Fix description.
7625 (XVarious): Remove gnus-xmas-logo-color-alist and
7626 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7627
76282005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * gnus.texi (Group Parameters): Mention new variable
7631 gnus-parameters-case-fold-search.
7632 (Home Score File): Addition.
7633
76342005-11-04 Ulf Jasper <ulf.jasper@web.de>
7635
7636 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7637 (Overview): List supported feed types.
7638 (Installation): No installation necessary when using autoload.
7639 (Configuration): Rename "RSS" to "news".
7640
76412005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7642
7643 * pgg.texi (User Commands): Document additional passphrase
7644 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7645 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7646
76472005-11-04 Carsten Dominik <dominik@science.uva.nl>
7648
7649 * org.texi: Version number changed to 3.19.
7650
76512005-10-29 Sascha Wilde <wilde@sha-bang.de>
7652
7653 * pgg.texi (How to use): Update the example to add autoload of
7654 pgg-encrypt-symmetric-region.
7655 (User Commands): Document pgg-encrypt-symmetric-region.
7656 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7657
76582005-10-27 Jay Belanger <belanger@truman.edu>
7659
7660 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7661 mention other TeX-related units.
7662
76632005-10-23 Lars Hansen <larsh@soem.dk>
7664
0c7efc08
SM
7665 * dired-x.texi (Miscellaneous Commands):
7666 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7667 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7668
76692005-10-23 Jay Belanger <belanger@truman.edu>
7670
7671 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7672 constant.
7673
76742005-10-23 Michael Albinus <michael.albinus@gmx.de>
7675
0c7efc08
SM
7676 * faq.texi (Bugs and problems):
7677 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7678 `directory-listing-before-filename-regexp'.
7679
76802005-10-22 Eli Zaretskii <eliz@gnu.org>
7681
7682 * newsticker.texi (UPDATED): Set value.
7683
76842005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus.texi (Document Groups): Remove duplicate item.
7687
76882005-10-21 Carsten Dominik <dominik@science.uva.nl>
7689
7690 * org.texi (Summary): Mention iCalendar support.
7691 (Exporting): Document iCalendar support.
7692
76932005-10-18 Romain Francoise <romain@orebokech.com>
7694
7695 * viper.texi (Viper Specials): Capitalize GNU.
7696
76972005-10-17 Juri Linkov <juri@jurta.org>
7698
7699 * info.texi (Getting Started, Search Index, Expert Info):
7700 Fix wording.
7701 (Search Text): Replace `echo area' with `mode line'.
7702 (Search Index): Both `i' and `,' find all index entries.
7703 Replace example `C-f' with `C-l' (which exists in index of Info
7704 manual) and delete spaces in its keyboard input sequence.
7705 Delete unnecessary explanations about literal characters.
7706
77072005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * gnus.texi (Document Server Internals): Addition.
7710
77112005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * gnus.texi (A note on namespaces): Fix RFC reference.
7714
77152005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7716
7717 * gnus.texi (RSS): Fix key description.
7718
77192005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * gnus.texi: Emacs/w3 -> Emacs/W3.
7722 (Browsing the Web): Fix description.
7723 (Web Searches): Ditto.
7724 (Customizing W3): Ditto.
7725
77262005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7729
77302005-10-11 Jay Belanger <belanger@truman.edu>
7731
7732 * calc.texi (Integration): Mention using `a i' to compute definite
7733 integrals.
7734
77352005-10-11 Juri Linkov <juri@jurta.org>
7736
7737 * info.texi: Rearrange nodes.
7738 (Top): Update menu. Change ref `Info for Experts' to
7739 `Advanced Info Commands'.
7740 (Getting Started): Fix description of manual's parts.
7741 (Help-Int): Change xref `Info Search' to `Search Index', and
7742 `Expert Info' to `Advanced'.
7743 (Advanced): Move node one level up.
7744 (Search Text, Search Index): New nodes split out from `Info Search'.
7745 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7746 split out from `Advanced'.
7747 (Advanced, Emacs Info Variables): De-document editing an Info file
7748 in Info.
7749 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7750 (Creating an Info File): Delete node and move its text to
7751 `Expert Info'.
7752
77532005-10-10 Carsten Dominik <dominik@science.uva.nl>
7754
7755 * org.texi (Workflow states): Documented that change in keywords
7756 becomes active only after restart of Emacs.
7757
77582005-10-08 Michael Albinus <michael.albinus@gmx.de>
7759
7760 Sync with Tramp 2.0.51.
7761
77622005-10-08 Nick Roberts <nickrob@snap.net.nz>
7763
7764 * speedbar.texi (Introduction): Describe new location of speedbar
7765 on menubar.
7766 (Basic Key Bindings): Remove descriptions of bindings that have
7767 been removed.
7768
77692005-10-05 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * speedbar.texi (GDB): Describe use of watch expressions.
7772
77732005-09-28 Simon Josefsson <jas@extundo.com>
7774
7775 * message.texi (IDNA): Fix.
7776
77772005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7780 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7781 description of nntp-open-connection-function.
7782 (Common Variables): Fix descriptions.
7783
77842005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7785
7786 * gnus.texi (Server Buffer Format): Document the %a format spec.
7787
77882005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7791
77922005-09-23 Carsten Dominik <dominik@science.uva.nl>
7793
7794 * org.texi Version 3.16.
7795
77962005-09-19 Miles Bader <miles@gnu.org>
7797
7798 * newsticker.texi: Get rid of CVS keywords.
7799
78002005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus.texi (Finding the Parent): Fix description of how Gnus
7803 finds article.
7804
78052005-09-14 Jari Aalto <jari.aalto@cante.net>
7806
7807 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7808 to drop off non-answered articles.
7809
78102005-09-19 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7813 braces (which are unsupported by NMAKE) for macro `srcdir'.
7814
78152005-09-17 Eli Zaretskii <eliz@gnu.org>
7816
7817 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7818 (../info/newsticker, newsticker.dvi): New targets.
7819
78202005-09-17 Ulf Jasper <ulf.jasper@web.de>
7821
7822 * newsticker.texi: Replace @command with @code. Replace @example
7823 with @lisp.
0c7efc08
SM
7824 (Top): Add explanations to menu items.
7825 (GNU Free Documentation License): Remove.
2de53ca6
GM
7826
78272005-09-16 Romain Francoise <romain@orebokech.com>
7828
7829 Update all files to specify GFDL version 1.2.
7830
7831 * doclicense.texi (GNU Free Documentation License): Update to
7832 version 1.2.
7833
78342005-09-15 Richard M. Stallman <rms@gnu.org>
7835
7836 * newsticker.texi: Fix @setfilename.
7837
7838 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7839 (../info/newsticker, newsticker.dvi): New targets.
7840
78412005-08-30 Carsten Dominik <dominik@science.uva.nl>
7842
7843 * org.texi: Version 3.15.
7844
78452005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7846
7847 * ses.texi: Combine all three indices into one.
7848 Correct a few typos.
7849
78502005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7853
78542005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * emacs-mime.texi (Handles): Remove duplicate item.
7857 (Encoding Customization): Fix the default value for
7858 mm-coding-system-priorities.
7859 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7860 (Basic Functions): Fix reference.
7861
78622005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7863
7864 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7865
78662005-08-18 Richard M. Stallman <rms@gnu.org>
7867
7868 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7869 and web site.
7870
7871 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7872 not keyboard-translate.
7873
78742005-08-11 Richard M. Stallman <rms@gnu.org>
7875
7876 * faq.texi (Using regular expressions): Fix xref.
7877
78782005-08-09 Juri Linkov <juri@jurta.org>
7879
7880 * info.texi (Help-P): Replace `Prev' with `Previous'.
7881 (Help-M, Help-Xref): Add S-TAB.
7882 (Help-FOO): Update `u' command.
7883 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7884 Update info about visibility of xref parts.
7885 (Help-Int): Fix `m' command. Rename `Info-last' to
7886 `Info-history-back'. Add `Info-history-forward'.
7887 (Advanced): Fix `g*' and `M-n' commands.
7888 (Info Search): Add `index-apropos' in stand-alone browser.
7889 Add isearch commands.
7890 (Emacs Info Variables): Remove `Info-fontify'.
7891 Add `Info-mode-hook'. Update face names.
7892 Add `Info-fontify-maximum-menu-size',
7893 `Info-fontify-visited-nodes', `Info-isearch-search'.
7894
78952005-08-07 Michael Albinus <michael.albinus@gmx.de>
7896
7897 Sync with Tramp 2.0.50.
7898
7899 * tramp.texi: Use @option{} consequently for method names.
7900 (Inline methods, External transfer methods): Remove references to
7901 Cygwin.
7902 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7903 implementation.
7904
79052005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7906
7907 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7908 Mention that gnus-init-file is not read when Emacs is invoked with
7909 --no-init-file or -q.
7910
79112005-07-19 Carsten Dominik <dominik@science.uva.nl>
7912
7913 * org.texi: Version 3.14.
7914
79152005-07-04 Carsten Dominik <dominik@science.uva.nl>
7916
7917 * org.texi: Version 3.13.
7918
79192005-07-18 Juri Linkov <juri@jurta.org>
7920
7921 * calc.texi (Time Zones, Logical Operations):
7922 * cl.texi (Overview):
7923 * org.texi (TODO types):
7924 * sc.texi (Emacs 18 MUAs):
7925 * speedbar.texi (Top):
7926 * url.texi (History):
7927 Delete duplicate duplicate words.
7928
ce058493 79292005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7930
7931 * cl.texi (Type Predicates): Document `atom' type.
7932
79332005-07-04 Lute Kamstra <lute@gnu.org>
7934
7935 Update FSF's address in GPL notices.
7936
7937 * calc.texi (Copying):
7938 * doclicense.texi (GNU Free Documentation License):
7939 * faq.texi (Contacting the FSF):
7940 * mh-e.texi (Copying): Update FSF's address.
7941
79422005-07-03 Richard M. Stallman <rms@gnu.org>
7943
7944 * flymake.texi (Example -- Configuring a tool called directly):
7945 Update name of flymake-build-relative-filename.
7946
79472005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7950
79512005-06-29 Carsten Dominik <dominik@science.uva.nl>
7952
7953 * org.texi: Version 3.12.
7954
79552005-06-24 Eli Zaretskii <eliz@gnu.org>
7956
7957 * makefile.w32-in (MAKEINFO): Use --force.
7958 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7959 Makefile.in.
7960 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7961 more shells.
7962
79632005-06-23 Richard M. Stallman <rms@gnu.org>
7964
7965 * speedbar.texi (Creating a display): Texinfo usage fixes.
7966
7967 * tramp.texi (Customizing Completion, Auto-save and Backup):
7968 Texinfo usage fixes.
7969
79702005-06-23 Juanma Barranquero <lekktu@gmail.com>
7971
7972 * dired-x.texi (Miscellaneous Commands):
7973 * ediff.texi (Miscellaneous):
7974 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7975 (Agent Variables):
7976 * info.texi (Help-Xref):
7977 * message.texi (Message Headers):
7978 * org.texi (Remember):
7979 * reftex.texi (Options (Defining Label Environments)):
7980 (Options (Index Support)):
7981 (Options (Viewing Cross-References)):
7982 (Options (Misc)):
7983 (Changes):
7984 * speedbar.texi (Creating a display):
7985 * tramp.texi (Customizing Completion, Auto-save and Backup):
7986 Texinfo usage fix.
7987
79882005-06-13 Carsten Dominik <dominik@science.uva.nl>
7989
7990 * org.texi: Version 3.11.
7991
79922005-06-12 Jay Belanger <belanger@truman.edu>
7993
7994 * calc.texi (Getting Started): Remove extra menu item.
7995
79962005-05-31 Jay Belanger <belanger@truman.edu>
7997
7998 * calc.texi (Notations Used in This Manual): Use @kbd for key
7999 sequence.
8000 (Demonstration of Calc): Mention another way of starting Calc.
8001 (Starting Calc): Mention long name of M-#.
8002 (Embedded Mode Overview): Remove unnecessary instruction.
8003 (Other M-# commands): Rephrase `M-# 0' explanation.
8004 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8005 reflect current behavior.
8006
80072005-05-30 Jay Belanger <belanger@truman.edu>
8008
8009 * calc.texi (Hooks): Change description of calc-window-hook and
8010 calc-trail-window-hook to match usage.
8011 (Computational Functions): Add more constant-generating functions.
8012 (Customizable Variables): Use defvar.
8013
80142005-05-28 Jay Belanger <belanger@truman.edu>
8015
8016 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8017 (Basic Embedded Mode): Explain behavior of arguments to
8018 calc-embedded-mode.
8019
80202005-05-27 Jay Belanger <belanger@truman.edu>
8021
8022 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8023 current behavior.
8024
80252005-05-25 Jay Belanger <belanger@truman.edu>
8026
8027 * calc.texi: Change Calc version number throughout.
8028 (Keypad Mode): Change location in info output.
8029 (Keypad mode overview): Move picture of keypad.
8030
80312005-05-21 Jay Belanger <belanger@truman.edu>
8032
8033 * calc.texi (Storing variables): Mention that only most variables
8034 are void to begin with.
8035
80362005-05-21 Kevin Ryde <user42@zip.com.au>
8037
8038 * widget.texi (Basic Types): Update cross ref from "Enabling
8039 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8040 lispref/text.texi change.
8041
80422005-05-20 Carsten Dominik <dominik@science.uva.nl>
8043
8044 * org.texi: Version 3.09.
8045
80462005-05-18 Carsten Dominik <dominik@science.uva.nl>
8047
8048 * reftex.texi: Version 4.28.
8049
80502005-05-16 Jay Belanger <belanger@truman.edu>
8051
8052 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8053
80542005-05-14 Jay Belanger <belanger@truman.edu>
8055
8056 * calc.texi (Default Simplifications): Insert missing ! (logical
8057 not operator).
8058
80592005-05-14 Michael Albinus <michael.albinus@gmx.de>
8060
8061 Sync with Tramp 2.0.49.
8062
80632005-05-10 Jay Belanger <belanger@truman.edu>
8064
8065 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8066 to 1.
8067
80682005-04-29 Carsten Dominik <dominik@science.uva.nl>
8069
8070 * org.texi: Version 3.08, structure reorganized.
8071
80722005-04-24 Richard M. Stallman <rms@gnu.org>
8073
8074 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8075
80762005-04-15 Carsten Dominik <dominik@science.uva.nl>
8077
8078 * org.texi: Update to version 3.06.
8079
80802005-04-13 Lute Kamstra <lute@gnu.org>
8081
8082 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8083
80842005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8085
8086 * cl.texi (Porting Common Lisp): Fix typo.
8087
80882005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8089
8090 * gnus.texi (RSS): Addition.
8091
80922005-04-04 Jay Belanger <belanger@truman.edu>
8093
8094 * calc.texi: Change Calc version number.
8095 (Customizable variables): Fix description of calc-language-alist.
8096 (Copying): Put in version 2 of GPL.
8097
80982005-04-01 Jay Belanger <belanger@truman.edu>
8099
8100 * calc.texi (Troubleshooting Commands): Remove comment about
8101 installation.
8102 (Installation): Remove section.
8103 (Customizable Variables): New section.
8104 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8105 (Graphical Devices): Add references to Customizable Variables.
8106
81072005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * emacs-mime.texi (Display Customization): Markup fixes.
8110 (rfc2047): Update.
8111
81122005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8113
8114 * gnus-faq.texi: Replaced with auto-generated version.
8115
81162005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8117
8118 * dired-x.texi (Multiple Dired Directories): default-directory was
8119 renamed to dired-default-directory.
8120
81212005-03-26 Jay Belanger <belanger@truman.edu>
8122
8123 * calc.texi (Simplifying Formulas, Rewrite Rules):
8124 Change description of top and bottom of fraction.
8125 (Modulo Forms): Move description of how to create modulo forms to
8126 earlier in the section.
8127 (Fraction Mode): Suggest using : to get a fraction by dividing.
8128 (Basic Arithmetic): Adjust placement of command name.
8129 (Truncating the Stack): Emphasize that "hidden" entries are still
8130 visible.
8131 (Installation): Move discussion of printing manual to "About This
8132 Manual".
8133 (About This Manual): Mention how to print the manual.
8134 (Reporting Bugs): Remove first person.
8135 (Building Vectors): Add algebraic version of append.
8136 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8137 (Grouping Digits): Fix typo.
8138
81392005-03-25 Werner Lemberg <wl@gnu.org>
8140
8141 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8142 Replace `legal' with `valid'.
8143
81442005-03-25 Werner Lemberg <wl@gnu.org>
8145
8146 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8147
81482005-03-24 Jay Belanger <belanger@truman.edu>
8149
8150 * calc.texi (General Mode Commands)
8151 (Mode Settings in Embedded Mode): Add some explanation of
8152 recording mode settings.
8153
81542005-03-24 Richard M. Stallman <rms@gnu.org>
8155
8156 * calc.texi: Remove praise of non-free software.
8157
8158 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8159 (Installation): Node deleted.
8160
81612005-03-23 Richard M. Stallman <rms@gnu.org>
8162
8163 * url.texi (HTTP language/coding): Improve last change.
8164
81652005-03-22 Jay Belanger <belanger@truman.edu>
8166
8167 * calc.texi (Embedded Mode): Add new information on changing
8168 modes.
8169
81702005-03-20 Michael Albinus <michael.albinus@gmx.de>
8171
8172 Sync with Tramp 2.0.48.
8173
8174 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8175
8176 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8177 "GNU/Linux". Change all addresses to .gnu.org.
8178 (Default Method): Offer shortened syntax for "su" and "sudo"
8179 methods.
8180
81812005-03-07 Richard M. Stallman <rms@gnu.org>
8182
8183 * url.texi: Fix usage of "e.g.".
8184 (HTTP language/coding): Explain the rules for these strings.
8185
81862005-03-06 Richard M. Stallman <rms@gnu.org>
8187
8188 * woman.texi (Introduction): Minor cleanups.
8189
8190 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8191
8192 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8193 (Installation): Node deleted.
8194
8195 * mh-e.texi (Preface): Get rid of "Emacs 21".
8196
8197 * eshell.texi (Installation): Delete node (for Emacs 20).
8198
81992005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8200
8201 * flymake.texi: Refill and tweak style in @lisp blocks.
8202
82032005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8204
8205 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8206
82072005-03-01 Jay Belanger <belanger@truman.edu>
8208
8209 * calc.texi (Trigonometric and Hyperbolic Functions):
8210 Mention additional functions.
8211 (Algebraic Simplifications): Mention additional simplifications.
8212
82132005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8214
8215 * ses.texi: Add concept/function/variable indices (this work was
8216 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8217 papers on file at FSF).
8218
82192005-02-10 Jay Belanger <belanger@truman.edu>
8220
8221 * calc.texi: Change @LaTeX to La@TeX throughout.
8222 Redefine @expr as @math for TeX output.
8223 Redefine @texline as a no-op for TeX output.
8224 Define @tfn, replace @t by @tfn throughout.
8225
82262005-02-09 Jay Belanger <belanger@truman.edu>
8227
8228 * calc.texi: Add macro for LaTeX for info output.
8229
82302005-02-08 Kim F. Storm <storm@cua.dk>
8231
8232 * texinfo.tex (LaTex): Add def.
8233
82342005-02-06 Jay Belanger <belanger@truman.edu>
8235
8236 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8237 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8238 throughout manual.
8239
82402005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * gnus.texi: Some edits based on comments from David Abrahams.
8243
82442005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8245
8246 * gnus.texi (RSS): Fix the keystroke.
8247
82482005-01-24 David Kastrup <dak@gnu.org>
8249
8250 * faq.texi: Update AUCTeX version info.
8251
82522005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8253
8254 * gnus-faq.texi ([4.1]): Typo.
8255
82562005-01-19 Jay Belanger <belanger@truman.edu>
8257
8258 * calc.texi (Keep Arguments): Mention that keeping arguments
8259 doesn't work with keyboard macros.
8260
82612005-01-16 Richard M. Stallman <rms@gnu.org>
8262
8263 * autotype.texi (Autoinserting): Fix small error.
8264
82652005-01-16 Michael Albinus <michael.albinus@gmx.de>
8266
8267 Sync with Tramp 2.0.47.
8268
8269 * tramp.texi (Compilation): New section, describing compilation of
8270 remote files.
8271
82722005-01-11 Kim F. Storm <storm@cua.dk>
8273
8274 * widget.texi (Basic Types): Add :follow-link keyword.
8275
82762005-01-09 Jay Belanger <belanger@truman.edu>
8277
8278 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8279
82802005-01-08 Jay Belanger <belanger@truman.edu>
8281
8282 * calc.texi: Change throughout to reflect new default value of
8283 calc-settings-file.
8284
82852005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8286
8287 * message.texi (Reply): `message-reply-to-function' should return
8288 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8289
82902005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8291
8292 * faq.texi (Changing load-path): Fix typo.
8293
82942005-01-05 Jay Belanger <belanger@truman.edu>
8295
8296 * calc.texi (Programming Tutorial): Replace kbd command by
8297 appropriate characters for a keyboard macro.
8298
82992005-01-04 Jay Belanger <belanger@truman.edu>
8300
8301 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8302 for Lucid Emacs.
8303 (Programming Tutorial): Mention that the user needs to be in the
8304 right mode to compute some functions.
8305
83062005-01-04 Jay Belanger <belanger@truman.edu>
8307
8308 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8309 no longer applicable.
8310
83112005-01-01 Jay Belanger <belanger@truman.edu>
8312
0c7efc08 8313 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8314 edit keyboard macros to match current behavior.
8315
83162004-12-31 Jay Belanger <belanger@truman.edu>
8317
8318 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8319
83202004-12-20 Jay Belanger <belanger@truman.edu>
8321
8322 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8323 zero.
8324
83252004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8326
8327 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8328 @xref.
8329 (Font Locking): Avoid @strong{Note:}.
8330
83312004-12-17 Michael Albinus <michael.albinus@gmx.de>
8332
8333 Sync with Tramp 2.0.46.
8334
8335 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8336
83372004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8338
8339 * url.texi: Correct typos.
8340 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8341 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8342 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8343 (Dealing with HTTP documents): @inforef->@xref.
8344
83452004-12-15 Jay Belanger <belanger@truman.edu>
8346
8347 * calc.texi: Consistently capitalized all mode names.
8348 (Answers to Exercises): Mention that an answer can be a fraction
8349 when in Fraction mode.
8350
83512004-12-13 Jay Belanger <belanger@truman.edu>
8352
8353 * calc.texi: Fix some TeX definitions.
8354
83552004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * reftex.texi (Imprint): Remove erroneous @value's.
8358
83592004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8360
8361 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8362 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8363
83642004-12-08 Jay Belanger <belanger@truman.edu>
8365
8366 * calc.texi (Starting Calc): Remove comment about installation.
8367 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8368
83692004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8370
8371 * url.texi: Update @setfilename.
8372 (Getting Started): No need to worry about Gnus versions.
8373 (Dealing with HTTP documents): Use @inforef.
8374
8375 * org.texi: Fix @direntry file name.
8376
83772004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * url.texi: New file.
8380
8381 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8382
83832004-12-06 Jay Belanger <belanger@truman.edu>
8384
8385 * calc.texi (Using Calc): Remove paragraph about installation.
8386
83872004-12-06 Jay Belanger <belanger@truman.edu>
8388
8389 * calc.texi: Use more Texinfo macros and less TeX defs.
8390 Remove @refill's.
8391
83922004-12-06 Richard M. Stallman <rms@gnu.org>
8393
8394 * org.texi: New file.
8395
83962004-12-05 Richard M. Stallman <rms@gnu.org>
8397
8398 * Makefile.in (org.dvi, ../info/org): New targets.
8399 (INFO_TARGETS): Add ../info/org.
8400 (DVI_TARGETS): Add org.dvi.
8401 (maintainer-clean): Remove the info files in the info dir.
8402
84032004-11-26 Eli Zaretskii <eliz@gnu.org>
8404
8405 * idlwave.texi: Fix the setfilename directive to put the produced
8406 file in ../info.
8407 (Continued Statement Indentation): Resurrect Jan D.'s change from
8408 2004-11-03 that was lost when a newer version of idlwave.texi was
8409 imported.
8410
84112004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8412
0c7efc08 8413 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8414
0c7efc08
SM
8415 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8416 Index `spam-initialize'.
2de53ca6
GM
8417
84182004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8419
8420 * message.texi (Various Message Variables): Mention that all mail
8421 file variables are derived from `message-directory'.
8422
8423 * gnus.texi (Splitting Mail): Clarify bogus group.
8424
84252004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8426
0c7efc08
SM
8427 * emacs-mime.texi (Encoding Customization):
8428 Fix mm-coding-system-priorities entry.
2de53ca6 8429
c8763fb6 84302004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8431
8432 * idlwave.texi (Continued Statement Indentation):
8433 * reftex.texi (Options (Index Support)):
8434 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8435 * speedbar.texi (Creating a display, Major Display Modes):
8436 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8437
84382004-10-21 Jay Belanger <belanger@truman.edu>
8439
0c7efc08 8440 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8441
84422004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * calc.texi (Reporting Bugs): Double up `@'.
8445
84462004-10-18 Jay Belanger <belanger@truman.edu>
8447
0c7efc08 8448 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8449 should be sent to.
8450
84512004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8452
8453 * gnus.texi (New Features): Add 5.11.
8454
8455 * message.texi (Resending): Remove wrong default value.
8456
8457 * gnus.texi (Mail Source Specifiers): Describe possible problems
8458 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8459 `pop3-leave-mail-on-server' to the index.
8460
84612004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8462
8463 * message.texi (Canceling News): Add how to set a password.
8464
84652004-10-12 Jay Belanger <belanger@truman.edu>
8466
0c7efc08 8467 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8468 calc-describe-function and calc-describe-variable to match their
8469 current behavior.
8470
84712004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8472
8473 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8474
84752004-10-12 Michael Albinus <michael.albinus@gmx.de>
8476
8477 Sync with Tramp 2.0.45.
8478
8479 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8480 plink link. The URL is outdated. Originator contacted for
8481 clarification.
8482
84832004-10-10 Juri Linkov <juri@jurta.org>
8484
8485 * gnus.texi (Top, Marking Articles): Join two menus in one node
8486 because a node can have only one menu.
8487
84882004-10-09 Juri Linkov <juri@jurta.org>
8489
8490 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8491 example of nnmail-split-fancy.
8492
84932004-10-06 Karl Berry <karl@gnu.org>
8494
8495 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8496 consistency with other uses of dashes.
8497
84982004-10-05 Karl Berry <karl@gnu.org>
8499
8500 * info.texi: Consistently use --- throughout, periods at end of
8501 menu descriptions, and a couple typos.
8502
85032004-09-26 Jesper Harder <harder@ifa.au.dk>
8504
8505 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8506 * pgg.texi (User Commands, Backend methods): Do.
8507 * gnus.texi: Markup fixes.
8508 (Setting Process Marks): Fix `M P a' entry.
8509 * emacs-mime.texi: Fixes.
8510
85112004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8512
8513 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8514 again.
8515 Use 5.10 instead of 5.10.0.
8516
85172004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8518
8519 * gnus.texi (Summary Mail Commands): S D e.
8520
85212004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8522
8523 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8524 the gnus-article-mode-line-format section.
8525
85262004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8527
8528 * gnus.texi (Various Summary Stuff): Fix the documentation for
8529 gnus-newsgroup-variables.
8530
85312004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8532
0c7efc08
SM
8533 * gnus.texi (MIME Commands):
8534 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8535 gnus-mime-display-multipart-alternative-as-mixed,
8536 gnus-mime-display-multipart-related-as-mixed.
8537 (Mail Source Customization): Clarify `mail-source-directory'.
8538 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8539 (SpamOracle): Fix typo.
2de53ca6
GM
8540
8541 * gnus-faq.texi: Untabify.
8542 ([6.3]): nnir.el is in contrib directory.
8543
8544 * message.texi (News Headers): Clarify how a unique ID is created.
8545
0c7efc08
SM
8546 * gnus.texi (Batching Agents): Fix typo in example.
8547 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8548
b2abec73 85492004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8550
0c7efc08 8551 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8552
85532004-09-20 Florian Weimer <fw@deneb.enyo.de>
8554
8555 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8556
85572004-09-22 Jay Belanger <belanger@truman.edu>
8558
0c7efc08 8559 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8560 might be hidden during part of the session.
8561
85622004-09-20 Jay Belanger <belanger@truman.edu>
8563
8564 * calc.texi (Notations Used in This Manual): Put in an earlier
8565 mention that DEL could be called Backspace.
8566
85672004-09-10 Simon Josefsson <jas@extundo.com>
8568
8569 * gnus.texi (IMAP): Add example. Suggested and partially written
8570 by Steinar Bang <sb@dod.no>.
8571
85722004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8573
8574 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8575 netrc syntax.
8576
85772004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8578
b2abec73
JB
8579 * gnus.texi (Spam ELisp Package Sequence of Events):
8580 Some clarifications.
2de53ca6
GM
8581 (Spam ELisp Package Global Variables): More clarifications.
8582
85832004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8584
8585 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8586 Mention spam-split does not modify incoming mail.
8587
85882004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8589
8590 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8591
85922004-09-10 Eli Zaretskii <eliz@gnu.org>
8593
8594 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8595
85962004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8597
8598 * makefile.w32-in (sieve, pgg): Use $(infodir).
8599
86002004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8601
8602 * makefile.w32-in: Fix PGG and Sieve entries.
8603
86042004-08-28 Eli Zaretskii <eliz@gnu.org>
8605
8606 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8607 Emacs and related programs.
8608
86092004-08-27 Richard M. Stallman <rms@gnu.org>
8610
8611 * faq.texi: Fix texinfo usage, esp. doublequotes.
8612 (Difference between Emacs and XEmacs): Some clarification.
8613
8614 * faq.texi (Difference between Emacs and XEmacs):
8615 Explain not to contrast XEmacs with GNU Emacs.
8616
86172004-08-26 Richard M. Stallman <rms@gnu.org>
8618
8619 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8620
86212004-08-22 David Kastrup <dak@gnu.org>
8622
8623 * reftex.texi (AUCTeX): Update links, section name.
8624
8625 * faq.texi (Calc): Update availability (included in 22.1).
8626 (AUCTeX): Update availability, information, versions, description.
8627
86282004-08-14 Eli Zaretskii <eliz@gnu.org>
8629
8630 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8631
86322004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8633
8634 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8635
86362004-08-10 Michael Albinus <michael.albinus@gmx.de>
8637
8638 Sync with Tramp 2.0.44.
8639
86402004-08-05 Lars Hansen <larsh@math.ku.dk>
8641
8642 * widget.texi (User Interface): Update how to separate the
8643 editable field of an editable-field widget from other widgets.
8644 (Programming Example): Add text after field.
8645
86462004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * emacs-mime.texi (Encoding Customization): Add a note to the
8649 mm-content-transfer-encoding-defaults entry.
8650 (rfc2047): Update.
8651
0c7efc08
SM
8652 * gnus.texi (Article Highlighting):
8653 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8654 (POP before SMTP): New node.
8655 (Posting Styles): Addition.
8656 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8657 (Fancy Mail Splitting): Ditto.
8658 (X-Face): Add gnus-x-face.
8659
86602004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8661
8662 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8663 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8664
86652004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8666
0c7efc08
SM
8667 * gnus.texi (Mail Source Specifiers):
8668 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8669
86702004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8671
8672 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8673
8674 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8675 repository. Change setfilename.
8676
8677 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8678
86792004-07-02 Juri Linkov <juri@jurta.org>
8680
8681 * pcl-cvs.texi (Viewing differences): Add `d r'.
8682
86832004-06-29 Jesper Harder <harder@ifa.au.dk>
8684
8685 * ses.texi, viper.texi, flymake.texi, faq.texi:
8686 * eshell.texi, ediff.texi: Markup fixes.
8687
86882004-06-21 Karl Berry <karl@gnu.org>
8689
8690 * info.texi (Top): Mention that only Emacs has mouse support.
8691 (Getting Started): Mention this in a few other places.
8692
86932004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8694
0c7efc08
SM
8695 * autotype.texi (Copyrights, Timestamps):
8696 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8697
86982004-06-13 Lars Hansen <larsh@math.ku.dk>
8699
8700 * dired-x.texi (dired-mark-omitted): Update keybinding.
8701
87022004-06-10 Kim F. Storm <storm@cua.dk>
8703
8704 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8705
87062004-06-05 Lars Hansen <larsh@math.ku.dk>
8707
8708 * dired-x.texi (variable dired-omit-mode): Rename from
8709 dired-omit-files-p.
8710 (function dired-omit-mode): Rename from dired-omit-toggle.
8711 Call dired-omit-mode rather than set dired-omit-files-p.
8712 (dired-mark-omitted): Describe command.
8713
87142004-05-29 Michael Albinus <michael.albinus@gmx.de>
8715
8716 Version 2.0.41 of Tramp released.
8717
87182004-05-29 Juanma Barranquero <lektu@terra.es>
8719
8720 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8721 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8722
87232004-05-29 Richard M. Stallman <rms@gnu.org>
8724
8725 * cl.texi (Top): Call this chapter `Introduction'.
8726 (Overview): In TeX, no section heading here.
8727
8728 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8729
87302004-05-29 Eli Zaretskii <eliz@gnu.org>
8731
8732 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8733 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8734
87352004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8736
8737 * flymake.texi: New file.
8738
87392004-05-28 Simon Josefsson <jas@extundo.com>
8740
8741 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8742
b344d29d 87432004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8744
8745 Version 2.0.40 of Tramp released.
8746
87472004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8748
8749 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8750
8751 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8752 variables `tramp-backup-directory-alist' and
8753 `tramp-bkup-backup-directory-info'.
8754 (Overview, Connection types)
8755 (External transfer methods, Default Method)
8756 (Windows setup hints): Remove restriction of password entering
8757 with external methods.
8758 (Auto-save and Backup): Make file name example
8759 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8760 and `auto-save-directory' must be used.
8761 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8762 only "NT"). Remove doubled entry "What kinds of systems does
8763 @tramp{} work on".
8764 (tramp): Macro removed.
8765 (Obtaining Tramp): Flag removed from title.
8766 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8767 and `trampver' used properly. Flag `tramp-inst' replaced by
8768 `installchapter'. Installation related text adapted.
8769
87702004-04-28 Masatake YAMATO <jet@gyve.org>
8771
8772 * widget.texi (Programming Example): Remove overlays.
8773
87742004-04-27 Jesper Harder <harder@ifa.au.dk>
8775
8776 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8777
87782004-04-23 Juanma Barranquero <lektu@terra.es>
8779
8780 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8781
87822004-04-05 Jesper Harder <harder@ifa.au.dk>
8783
8784 * info.texi (Info Search): Add info-apropos.
8785
87862004-03-22 Juri Linkov <juri@jurta.org>
8787
8788 * faq.texi: Fix help key bindings.
8789
87902004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8793 (as suggested by Karl Berry). Update information about colored
8794 stars in menus. Add new subheading describing M-n.
8795
87962004-03-12 Richard M. Stallman <rms@gnu.org>
8797
8798 * cl.texi (Top): Rename top node's title.
8799
88002004-03-08 Karl Berry <karl@gnu.org>
8801
8802 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8803 problems making the texinfo distribution.
8804
88052004-02-29 Simon Josefsson <jas@extundo.com>
8806
0c7efc08 8807 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8808 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8809 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8810 <voegelas@gmx.net>.
8811
88122004-02-29 Juanma Barranquero <lektu@terra.es>
8813
8814 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8815 Use $(DEL) instead of rm, and ignore exit code.
8816
b344d29d 88172004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8818
8819 Tramp version 2.0.39 released.
8820
88212004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8822
8823 * tramp.texi (Customizing Completion): Explain new functions
8824 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8825 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8826 (Top): Refer to Savannah mailing list as the major one.
8827 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8828 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8829 (Frequently Asked Questions): Remote hosts must not be Unix-like
8830 for "smb" method.
8831 (Password caching): New node.
8832 (External transfer methods): Refer to password caching for "smb"
8833 method.
8834
88352004-02-17 Karl Berry <karl@gnu.org>
8836
8837 * info.texi (Help-Int): Mention the new line number feature.
8838
88392004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8840
8841 * ses.texi (Advanced Features): New functionality for
8842 ses-set-header-row (defaults to current row unless C-u used).
8843 (Acknowledgements): Add Stefan Monnier.
8844
88452003-12-29 Kevin Ryde <user42@zip.com.au>
8846
8847 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8848
b344d29d 88492003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8850
8851 Tramp version 2.0.38 released.
8852
8853 * tramp.texi (Remote shell setup): Warn of environment variables
8854 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8855 <sven.gabriel@imk.fzk.de>.
8856 (Configuration): Tramp now chooses base64/uuencode
8857 automatically. Update wording accordingly.
8858 (Top): More description for the `Default Method' menu entry.
8859 (Default Method): Use @code, not @var, for Lisp variables.
8860 (Default Method): New subsection `Which method is the right one
8861 for me?' Suggested by Christian Kirsch.
8862 (Configuration): Pointer to new subsection added.
8863 (Default Method): Too many "use" in one sentence.
8864 Rephrase. Reported by Christian Kirsch.
8865 (Filename Syntax): Old `su' example is probably a left-over from
8866 the sm/su method naming. Replace with `ssh', instead.
8867 (External transfer methods, Auto-save and Backup):
8868 Typo fixes.
8869
88702003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8871
183080b6 8872 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8873 (Top): Mention japanese manual only if flag `jamanual' is set.
8874 Insert section `Japanese manual' in menu.
8875
88762003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8877
8878 * eshell.texi (Known Problems): Add doc item.
8879
88802003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8881
8882 * cc-mode.texi: Update for CC Mode 5.30.
8883
8884 Note: Please refrain from doing purely cosmetic changes like
8885 removing trailing whitespace in this manual; it clobbers cvs
8886 merging for no good reason.
8887
88882003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8889
8890 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8891 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8892 @acronym{ASCII}.
8893
88942003-10-26 Karl Berry <karl@gnu.org>
8895
8896 * info.texi (Info Search): Echo area, not echo are. From Debian
8897 diff.
8898
88992003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8900
10d1d0af 8901 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8902 :buttons and :children keywords.
8903
89042003-10-22 Miles Bader <miles@gnu.org>
8905
8906 * Makefile.in (info): Move before $(top_srcdir)/info.
8907
89082003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8909
8910 * tramp.texi (Inline methods): Small grammar fix.
8911 (External transfer methods): Likewise.
8912
89132003-10-08 Nick Roberts <nick@nick.uklinux.net>
8914
8915 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8916
89172003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8920
89212003-09-30 Richard M. Stallman <rms@gnu.org>
8922
8923 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8924
8925 * widget.texi (User Interface): Fix typos.
8926
8927 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8928
89292003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8930
8931 * pcl-cvs.texi (Selected Files): Fix typo.
8932
89332003-09-21 Karl Berry <karl@gnu.org>
8934
8935 * info.texi (] and [ commands): No period at end of section title.
8936
89372003-09-04 Miles Bader <miles@gnu.org>
8938
8939 * Makefile.in (top_srcdir): New variable.
8940 ($(top_srcdir)/info): New rule.
8941 (info): Depend on it.
8942
89432003-09-03 Peter Runestig <peter@runestig.com>
8944
8945 * makefile.w32-in: New file.
8946
89472003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8948
8949 * widget.texi (User Interface): Explain the need of static text
8950 around an editable field.
8951
89522003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8953
8954 * widget.texi (Basic Types): The argument to `:help-echo' can now
8955 be a form that evaluates to a string.
8956
89572003-08-18 Kim F. Storm <storm@cua.dk>
8958
8959 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8960
89612003-08-16 Richard M. Stallman <rms@gnu.org>
8962
8963 * dired-x.texi (Shell Command Guessing): Explain *.
8964
89652003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8966
8967 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8968 log-edit-insert-changelog.
8969
89702003-08-03 Karl Berry <karl@gnu.org>
8971
8972 * info.texi: Need @contents.
8973
c8763fb6 89742003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8975
8976 Tramp version 2.0.36 released.
8977
8978 * tramp.texi (Remote shell setup): Explain about problems with
8979 non-Bourne commands in ~/.profile and ~/.shrc.
8980
89812003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8982
8983 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8984 renaming of `vis-mode' to `visible-mode'.
8985
89862003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8987
8988 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8989 next, prev and up pointers.
8990
89912003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8992
8993 * info.texi (Help): Mention existence of Emacs and stand-alone
8994 Info at the very beginning of the tutorial.
8995 (Help-Inv): New node.
8996 (Help-]): New node.
8997 (Help-M): Systematically point out the differences between default
8998 Emacs and stand-alone versions. Delete second menu.
8999 (Help-Xref): Systematically point out the differences between
9000 default Emacs and stand-alone versions.
9001 (Help-Int): Change `l' example.
9002 (Expert Info): Fix typos.
9003 (Emacs Info Variables): Mention `Info-hide-note-references' and
9004 new default for `Info-scroll-prefer-subnodes'.
9005
c8763fb6 90062003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9007
9008 Version 2.0.35 of Tramp released.
9009
9010 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9011 (Inline methods): Add methods `remsh' and `plink1'.
9012 (External transfer methods): Add method `remcp'.
9013 (Multi-hop Methods): Add method `remsh'.
9014 Small patch from Adrian Aichner <adrian@xemacs.org>:
9015 Fix minor typos.
0c7efc08 9016 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9017 `Info-index'.
9018 (Version Control): Add cindex entry.
9019
c8763fb6 90202003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9021
9022 * trampver.texi: Version 2.0.34 released.
9023
90242003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9025
9026 * faq.texi: Improve previous changes.
9027
90282003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9029
9030 * faq.texi: Update copyright and maintenance details.
9031 Update some package URLs, versions, and maintainers.
9032 Remove many references to the Emacs Lisp Archive.
9033
90342003-04-23 Simon Josefsson <jas@extundo.com>
9035
9036 * smtpmail.texi: Fix license (the invariant sections mentioned has
9037 never been part of the smtp manual). Align info dir entry with
9038 other emacs packages.
9039
90402003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9041
9042 * tramp.texi: Version 2.0.33 released.
9043 Remove installation chapter. Remove XEmacs specifics.
9044
90452003-03-29 Richard M. Stallman <rms@gnu.org>
9046
9047 * tramp.texi (Top): Undo the previous renaming.
9048 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9049
c8763fb6 90502003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9051
9052 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9053 version of manual.
9054
9055 * tramp.texi (Auto-save and Backup): New node.
9056
90572003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9058
9059 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9060 Emacs" in order to have better differentiation to "XEmacs".
9061 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9062 are new macros in order to point to the other Emacs flavor where
9063 appropriate. In info case, point to node `Installation' in order
9064 to explain how to generate the other way. In html case, make a
9065 link to the other html file.
0c7efc08 9066 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9067 after CVS checkout/update.
9068 (Installation): Completely rewritten.
9069 (Installation parameters, Load paths): New sections under
9070 `Installation'.
9071
c8763fb6 90722003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9073
9074 * tramp.texi: Version 2.0.30 released.
9075 Replace word "path" with "localname" where used as a component of
9076 a Tramp file name.
9077
90782003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9079
9080 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9081 introduced.
9082 (Installation): Explain what to do if files from the tramp/contrib
9083 directory are needed.
9084
90852003-02-23 Alex Schroeder <alex@emacswiki.org>
9086
9087 * smtpmail.texi (How Mail Works): New.
9088
90892003-02-22 Alex Schroeder <alex@emacswiki.org>
9090
9091 * smtpmail.texi: New file.
9092
9093 * Makefile.in: Build SMTP manual.
9094
c8763fb6 90952003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9096
9097 * tramp.texi: Version 2.0.29 released.
9098 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9099 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9100
91012003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9102
9103 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9104 another package loads accidentally Ange-FTP.
2de53ca6
GM
9105
91062003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9107
9108 * tramp.texi (Customizing Completion): Add function
9109 `tramp-parse-sconfig'. Change example of
9110 `tramp-set-completion-function', because parsing of ssh config
9111 files looks more natural.
9112
91132003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9114
9115 * gnus.texi: Do not use `path' in several locations.
9116
c8763fb6 91172002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9118
0c7efc08
SM
9119 * tramp.texi (External transfer methods): New method `smb'.
9120 From Michael Albinus.
2de53ca6
GM
9121
91222002-11-05 Karl Berry <karl@gnu.org>
9123
9124 * info.texi (Info-fontify): Reorder face list to avoid bad line
9125 breaks.
9126
c8763fb6 91272002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9128
0c7efc08
SM
9129 * tramp.texi: Move @copying to standard place.
9130 Use @insertcopying.
2de53ca6
GM
9131
91322002-10-02 Karl Berry <karl@gnu.org>
9133
9134 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9135 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9136 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9137 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9138 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9139 Per rms, update all manuals to use @copying instead of @ifinfo.
9140 Also use @ifnottex instead of @ifinfo around the top node, where
9141 needed for the sake of the HTML output.
9142 (The Gnus manual is not fixed since it's not clear to me how it
9143 works; and the Tramp manual already uses @copying, although in an
9144 unusual way. All others were changed.)
9145
91462002-09-10 Jonathan Yavner <jyavner@engineer.com>
9147
9148 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9149 (../info/ses, ses.dvi): New targets.
9150 * ses.texi: New file.
9151
c8763fb6 91522002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9153
9154 * texinfo.tex: Update to texinfo 4.2.
9155
91562002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9157
9158 * reftex.texi: Update to RefTeX 4.19.
9159
c8763fb6 91602002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9161
9162 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9163 (../info/tramp, tramp.dvi): New targets.
9164
91652002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9166
9167 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9168 (calc.dvi): Uncomment.
9169
91702001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9173 (../info/calc): New target.
9174
91752001-10-20 Gerd Moellmann <gerd@gnu.org>
9176
9177 * (Version 21.1 released.)
9178
91792001-10-05 Gerd Moellmann <gerd@gnu.org>
9180
9181 * Branch for 21.1.
9182
91832001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9184
9185 * Makefile.in (../info/info): Use an explicit -o switch to
9186 makeinfo.
9187
91882001-03-05 Gerd Moellmann <gerd@gnu.org>
9189
9190 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9191
91922000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * Makefile.in (../info/idlwave): Use --no-split.
9195
91962000-12-14 Dave Love <fx@gnu.org>
9197
c4cc8b9a 9198 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9199 (gnus.dvi): Change rule to remove @latex stuff.
9200
92012000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9202
9203 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9204
92052000-10-13 John Wiegley <johnw@gnu.org>
9206
9207 * Makefile.in: Add build targets for eshell.texi.
9208
92092000-09-25 Gerd Moellmann <gerd@gnu.org>
9210
9211 * Makefile.in: Remove/comment speedbar stuff.
9212
92132000-09-22 Dave Love <fx@gnu.org>
9214
9215 * Makefile.in: Add emacs-mime.
9216
92172000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9218
9219 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9220 (DVI_TARGETS): Add woman.dvi.
9221 (../info/woman, woman.dvi): New targets.
9222
92232000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9224
9225 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9226
9227 * pcl-cvs.texi: New file.
9228 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9229 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9230
92312000-05-11 Gerd Moellmann <gerd@gnu.org>
9232
9233 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9234 (../info/ebrowse, ebrowse.dvi): New targets.
9235
92362000-01-13 Gerd Moellmann <gerd@gnu.org>
9237
9238 * Makefile.in (INFO_TARGETS): Add eudc.
9239 (DVI_TARGETS): Add eudc.dvi.
9240 (../info/eudc, eudc.dvi): New targets.
9241
92422000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9245 compatibility with 8+3 filesystems).
9246 (../info/efaq): Rename from emacs-faq.
9247
92482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9251 (../info/idlwave, idlwave.dvi): New targets.
9252
92531999-10-23 Dave Love <fx@gnu.org>
9254
9255 * Makefile.in: Use autotype.texi.
9256
92571999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9258
9259 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9260 faq.texi file) rather than ../info/faq.
9261
92621999-10-07 Gerd Moellmann <gerd@gnu.org>
9263
9264 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9265 (../info/ada-mode, ada-mode.dvi): New targets.
9266
92671999-09-01 Dave Love <fx@gnu.org>
9268
9269 * Makefile.in: Add faq.
9270
92711999-07-12 Richard Stallman <rms@gnu.org>
9272
9273 * Version 20.4 released.
9274
92751998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9276
9277 * Version 20.3 released.
9278
92791998-04-06 Andreas Schwab <schwab@gnu.org>
9280
768c0c0f
JB
9281 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9282 Use it in dvi targets.
2de53ca6
GM
9283 (../etc/GNU): Change to $(srcdir) first.
9284
92851998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9286
9287 * reftex.texi: Update for RefTeX version 3.22.
9288
92891998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9290
9291 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9292 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9293
92941997-09-23 Paul Eggert <eggert@twinsun.com>
9295
9296 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9297 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9298
92991997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9300
9301 * Version 20.2 released.
9302
93031997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9304
9305 * Version 20.1 released.
9306
93071997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9308
9309 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9310
93111996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9312
9313 * Version 19.33 released.
9314
93151996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9316
9317 * Version 19.32 released.
9318
93191996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9320
9321 * Makefile.in: Add rules for the Message manual.
9322
93231996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9324
9325 * gnus.texi: New version.
9326
9327 * message.texi: New manual.
9328
93291996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9330
9331 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9332
93331996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9334
9335 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9336 Specify -I option.
9337 (All dvi targets): Set the TEXINPUTS variable.
9338
93391996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9340
9341 * Version 19.31 released.
9342
93431996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9344
9345 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9346 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9347
93481995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9349
9350 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9351 (INFO_TARGETS): Add ../info/cc-mode.
9352 (DVI_TARGETS): Add cc-mode.dvi.
9353
2de53ca6
GM
93541995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9355
9356 * Version 19.30 released.
9357
93581995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9359
9360 * gnus.texi: New file.
9361
93621995-11-04 Erik Naggum <erik@naggum.no>
9363
9364 * gnus.texi: File deleted.
9365
93661995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9367
9368 * mh-e.texi: "Function Index" -> "Command Index" to work with
9369 Emacs 19.30 C-h C-k support of separately-documented commands.
9370
93711995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9372
9373 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9374 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9375
93761995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9377
9378 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9379 (../info/viper, viper.dvi): New targets.
9380
93811995-04-20 Kevin Rodgers <kevinr@ihs.com>
9382
9383 * dired-x.texi (Installation): Change the example to set
9384 buffer-local variables like dired-omit-files-p in
9385 dired-mode-hook.
9386
93871995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9388
9389 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9390 (../info/mh-e, mh-e.dvi): New targets.
9391
93921995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9393
9394 * Makefile.in (maintainer-clean): Rename from realclean.
9395
93961994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9397
9398 * Makefile.in: New file.
9399 * Makefile: File deleted.
9400
94011994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9402
9403 * Makefile (TEXINDEX_OBJS): Variable deleted.
9404 (texindex, texindex.o, getopt.o): Rules deleted.
9405 All deps on texindex deleted.
9406 (distclean): Don't delete texindex.
9407 (mostlyclean): Don't delete *.o.
9408 * texindex.c, getopt.c: Files deleted.
9409
94101994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Version 19.26 released.
9413
94141994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9415
9416 * Version 19.25 released.
9417
94181994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9419
9420 * Version 19.24 released.
9421
94221994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9423
9424 * Version 19.23 released.
9425
94261994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9427
9428 * Makefile: Delete spurious tab.
9429
94301994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9431
9432 * Makefile (.SUFFIXES): New rule.
9433
94341994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9435
9436 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9437 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9438
94391994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9440
9441 * Makefile (../info/sc): Rename from sc.info.
9442 (../info/cl): Likewise.
9443 (INFO_TARGETS): Use new names.
9444
94451993-12-04 Richard Stallman (rms@srarc2)
9446
9447 * getopt.c: New file.
9448 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9449 (getopt.o): New rule.
9450 (dvi): Don't depend on texindex.
9451 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9452 Depend on texindex.
9453
94541993-12-03 Richard Stallman (rms@srarc2)
9455
9456 * Makefile (../info/sc.info): Rename from ../info/sc.
9457 (TEXI2DVI): New variable.
9458 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9459 Add explicit commands.
9460 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9461
94621993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9463
9464 * Version 19.22 released.
9465
94661993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9467
9468 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9469
94701993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * Version 19.21 released.
9473
94741993-11-15 Paul Eggert (eggert@twinsun.com)
9475
9476 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9477
94781993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * Makefile (../etc/GNU): New target.
9481 (EMACSSOURCES): Add gnu1.texi.
9482
94831993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * Makefile (realclean): Don't delete the Info files.
9486
f0131492 94871993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9488
9489 * forms.texi: Fix forms.texi so that it will format correctly.
9490 Add missing `@end iftex', fix bad reference.
9491
9492 * info.texi, info-stn.texi: New files implement texinfo version of
9493 `info' file.
9494
f0131492 94951993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9496
9497 * Makefile: Fix targets for texindex, new info.texi files.
9498 * info-stnd.texi: New file implements info for standalone info
9499 reader.
9500 * info.texi: Update to include recent changes to "../info/info".
9501 New source file for ../info/info; includes info-stnd.texi.
9502
9503 * texindex.c: Include "../src/config.h" if building in emacs.
9504
9505 * Makefile: Change all files to FILENAME.texi, force all targets
9506 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9507 vip.texinfo, forms.texinfo, cl.texinfo.
9508 Add target to build texindex.c, defining `emacs'.
9509
9510 * forms.texi: Install new file to match version 2.3 of forms.el.
9511
95121993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9513
9514 * Version 19.19 released.
9515
95161993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9517
9518 * sc.texinfo: Fix info file name.
9519
9520 * Makefile (info): Add gnus and sc.
9521 (dvi): Add gnus.dvi and sc.dvi.
9522 (../info/sc, sc.dvi): New targets.
9523
95241993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9525
9526 * Version 19.18 released.
9527
95281993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9529
9530 * Makefile: Fix source file names of the separate manuals.
9531 (gnus.dvi, ../info/gnus): New targets.
9532
95331993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * Version 19.17 released.
9536
95371993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * split-man: Fix typos in last change.
9540
95411993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9542
9543 * Version 19.16 released.
9544
95451993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9546
9547 * version 19.15 released.
9548
95491993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9550
9551 * Makefile (distclean): It's rm, not rf.
9552
95531993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9554
9555 * Version 19.14 released.
9556
95571993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9558
9559 * Makefile: New file.
9560
95611993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9562
9563 * Version 19.13 released.
9564
95651993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9566
9567 * Version 19.9 released.
9568
95691993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9570
9571 * Version 19.8 released.
9572
95731993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9574
9575 * Version 19.7 released.
9576
95771990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9578
9579 * gnus.texinfo: New file. Removed installation instructions.
9580
95811990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9582
9583 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9584
95851989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9586
9587 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9588 then define `\sc' as the command for smallcaps in Texinfo.
9589 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9590 made the corresponding change to makeinfo and texinfm.el.
9591
95921988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9593
9594 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9595 Customization since the menu entry did not point to anything.
9596 Also add an @finalout command to remove overfull hboxes from the
9597 printed output.
9598
9599 * cl.texinfo: Add @bye, \input line and @settitle to file.
9600 This file is clearly intended to be a chapter of some other work,
9601 but the other work does not yet exist.
9602
96031988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9604
9605 * texinfo.texinfo: Three typos corrected.
9606
4009494e 9607;; Local Variables:
c8763fb6 9608;; coding: utf-8
4009494e
GM
9609;; End:
9610
3fe7cdc8 9611 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9612
9613 This file is part of GNU Emacs.
9614
97c0352c 9615 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9616 it under the terms of the GNU General Public License as published by
97c0352c
GM
9617 the Free Software Foundation, either version 3 of the License, or
9618 (at your option) any later version.
4009494e
GM
9619
9620 GNU Emacs is distributed in the hope that it will be useful,
9621 but WITHOUT ANY WARRANTY; without even the implied warranty of
9622 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9623 GNU General Public License for more details.
9624
9625 You should have received a copy of the GNU General Public License
97c0352c 9626 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.