* lisp/emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
651af8c6
GM
12012-11-06 Glenn Morris <rgm@gnu.org>
2
2027b1b3 3 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 4 (Setf Extensions): Remove obsolete reference.
2027b1b3 5 (Obsolete Setf Customization):
651af8c6 6 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 7 Undocument get-setf-method, since it no longer exists.
a358a44e 8 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 9
c65b407b
GM
102012-11-03 Glenn Morris <rgm@gnu.org>
11
12 * cl.texi: Further general copyedits.
685b0026
GM
13 (List Functions): Remove copy-tree, standard elisp for some time.
14 (Efficiency Concerns): Comment out examples that no longer apply.
15 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
16 (Creating Symbols, Random Numbers): De-emphasize internal
17 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 18
7fbf8f7b
GM
192012-11-02 Glenn Morris <rgm@gnu.org>
20
21 * cl.texi (Naming Conventions, Type Predicates, Macros)
22 (Predicates on Numbers): No longer mention cl-floatp-safe.
23
df43dd53
GM
242012-11-01 Glenn Morris <rgm@gnu.org>
25
26 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
27 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
28 (Macro Bindings, Blocks and Exits):
29 Acknowledge existence of lexical-binding.
30 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 31
69c1c2e6
GM
322012-10-31 Glenn Morris <rgm@gnu.org>
33
dd90fd1a
GM
34 * ert.texi (Introduction, The @code{should} Macro):
35 Refer to "cl-assert" rather than "assert".
36
69c1c2e6
GM
37 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
38 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
39 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
40 Reword, and add details of flet and labels.
87b0d8b1 41 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 42
4ddedf94
GM
432012-10-30 Glenn Morris <rgm@gnu.org>
44
45 * cl.texi (Modify Macros): Update for cl-letf changes.
46 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
47 (Setf Extensions): Partially restore note about cl-getf,
48 mainly moved to lispref/variables.texi.
49 (Property Lists): Fix cl-getf typos.
f43a5263 50 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 51
d3094168
GM
522012-10-29 Glenn Morris <rgm@gnu.org>
53
54 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 55 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 56 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
57 (Modify Macros, Multiple Values, Other Clauses):
58 Remove mentions of obsolete features.
6a07d52e 59 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 60
3c0c6155
GM
612012-10-28 Glenn Morris <rgm@gnu.org>
62
f94b04fc
GM
63 * cl.texi (Multiple Values, Common Lisp Compatibility):
64 More namespace updates.
65 (Obsolete Features): Copyedits.
66 (Obsolete Lexical Macros, Obsolete Setf Customization):
67 New subsections.
68
9c52d61d
GM
69 * cl.texi (Porting Common Lisp, Lexical Bindings):
70 Add some xrefs to the Elisp manual.
71
3c0c6155
GM
72 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
73 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
74 (Obsolete Features): New appendix. Move Lexical Bindings here.
75
5887564d
GM
762012-10-27 Glenn Morris <rgm@gnu.org>
77
e1117425
GM
78 * cl.texi: Use defmac for macros rather than defspec.
79 (Efficiency Concerns): Related copyedit.
80
5887564d
GM
81 * cl.texi (Control Structure): Update for setf now being in core.
82 (Setf Extensions): Rename from Basic Setf. Move much of the
83 former content to lispref/variables.texi.
84 (Modify Macros): Move pop, push details to lispref/variables.texi.
85 (Customizing Setf): Copyedits for setf etc being in core.
86 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
87 Further namespaces updates.
88
bdebdb64
BG
892012-10-26 Bastien Guerry <bzg@gnu.org>
90
91 * org.texi (Installation): Update the link to Org's ELPA. Also
92 don't mention org-install.el anymore as the replacement file
93 org-loaddefs.el is now loaded by org.el.
94
f956e59d
MA
952012-10-25 Michael Albinus <michael.albinus@gmx.de>
96
97 * tramp.texi (Frequently Asked Questions): Mention
98 `tramp-completion-reread-directory-timeout' for performance
99 improvement.
100
a05cb6e3
GM
1012012-10-25 Glenn Morris <rgm@gnu.org>
102
103 * cl.texi: Don't mess with the TeX section number counter.
104 Use Texinfo recommended convention for quotes+punctuation.
105 (Overview, Sequence Functions): Rephrase for better line-breaking.
106 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
107 (Macro Bindings, Conditionals, Iteration, Loop Basics)
108 (Random Numbers, Mapping over Sequences, Structures)
109 (Porting Common Lisp): Further updates for cl-lib namespace.
110 (Modify Macros, Declarations, Macro Bindings, Structures):
111 Break long lines in examples.
112 (Dynamic Bindings): Update for changed progv behavior.
113 (Loop Examples, Efficiency Concerns): Markup fixes.
114 (Structures): Remove TeX margin change.
39ff2cf3 115 (Declarations): Fix typos.
a05cb6e3 116
39a58b5b
GM
1172012-10-24 Glenn Morris <rgm@gnu.org>
118
a6880551
GM
119 * cl.texi (Overview, Multiple Values, Creating Symbols)
120 (Numerical Functions): Say less/nothing about the original cl.el.
121 (Old CL Compatibility): Remove.
122 (Assertions): Remove ignore-errors (standard Elisp for some time).
123
39a58b5b
GM
124 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
125 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
126 (Efficiency Concerns, Efficiency Concerns)
127 (Common Lisp Compatibility, Old CL Compatibility):
128 Further updates for cl-lib namespace.
129
72ec96fb
PE
1302012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
131
132 Update manual for new time stamp format (Bug#12706).
133 * emacs-mime.texi (time-date): Update for new format.
134 Also, fix bogus time stamp and modernize a bit.
135
8d6510b9
GM
1362012-10-23 Glenn Morris <rgm@gnu.org>
137
138 * cl.texi: Include emacsver.texi. Use Emacs version number rather
139 than unchanging cl.el version number.
140 End all menu descriptions with a period.
141 Do not use @dfn{CL} for every instance of "CL".
142 (Overview): Remove no-runtime caveat, and note about foo* names.
143 (Usage): Use cl-lib rather than cl.
144 (Organization, Naming Conventions): Update for cl-lib.el.
145 (Installation): Remove long-irrelevant node.
146 (Program Structure, Predicates, Control Structure):
147 Start updating for cl-lib namespace.
8d6510b9
GM
148 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
149 Depend on emacsver.texi.
150
0a078f36
MA
1512012-10-09 Michael Albinus <michael.albinus@gmx.de>
152
153 * trampver.texi: Update release number.
154
a03bb33f
GM
1552012-10-06 Glenn Morris <rgm@gnu.org>
156
24636b26
GM
157 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
158 ERC version.
159 (Introduction): ERC is distributed with Emacs.
160 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
161 (Getting Started): Simplify.
162 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
163 (History): Mention ERC maintained as part of Emacs now.
164 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
165 Add dependency on emacsver.texi.
166
a03bb33f
GM
167 * erc.texi: Remove hand-written node pointers.
168
d259be38
GM
1692012-10-05 Glenn Morris <rgm@gnu.org>
170
171 * newsticker.texi (Overview, Requirements, Usage, Configuration):
172 Copyedits.
173
62a81506
CY
1742012-10-01 Eric Ludlam <zappo@gnu.org>
175
176 * ede.texi (Quick Start, Project Local Variables)
177 (Miscellaneous commands, ede-java-root, Development Overview)
178 (Detecting a Project): New nodes.
179 (Simple projects): Node deleted.
180
181 * eieio.texi (Building Classes): Some slot attributes cannot be
182 overridden.
183 (Slot Options): Remove an example.
184 (Method Invocation, Documentation): New nodes.
185
07f133bf
GM
1862012-10-01 Glenn Morris <rgm@gnu.org>
187
188 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
189 (reftex.pdf): Add dependency on emacsver.texi.
190 * reftex.texi: Don't include directory part for emacsver.texi;
191 the Makefile's -I handles it.
192
4f595e15
RA
1932012-09-30 Ralf Angeli <angeli@caeruleus.net>
194
195 Merge from standalone RefTeX repository.
196
197 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
198 with macros.
199 (Imprint): Mention Wolfgang in list of contributors.
200 (Creating Citations): Give a hint about how to
201 auto-revert the BibTeX database file when using external editors.
202 (Referencing Labels): Simplify section about reference macro
203 cycling.
204 (Options (Referencing Labels)): Adapt to new structure of
205 `reftex-ref-style-alist'.
206 (Referencing Labels, Reference Styles): Document changes in the
207 referencing functionality.
208 (Commands): Mention options for definition of header and footer in
209 BibTeX files.
210 (Options (Creating Citations)): Document
211 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
212 (Reference Styles): New section.
213 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
214 (Options (Referencing Labels)): Remove descriptions of deprecated
215 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
216 Add descriptions for `reftex-ref-style-alist' and
217 `reftex-ref-style-default-list'.
218 (Referencing Labels): Update regarding reference styles.
219 (Citation Styles): Mention support for ConTeXt.
220 (Options (Defining Label Environments)): Fix typo.
221 (Options (Creating Citations)): Document
222 `reftex-cite-key-separator'.
223
8223b1d2
BG
2242012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
225
226 * org.texi: Add description of ORG_ADD_CONTRIB to info
227 documentation. Add link to Worg for more details.
228
229 * org.texi: Clarify installation procedure. Provide link to the
230 build system description on Worg.
231
232 * org.texi: Remove reference to utils/, x11idle.c is now in
233 contrib/scripts.
234
235 * org.texi: Re-normalize to "Org mode" in manual.
236
237 * org.texi (Installation): Adapt documentation to new build
238 system. Mention GNU ELPA (since it needs to be handled like Emacs
239 built-in Org).
240
8223b1d2
BG
2412012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
242
243 * org.texi: Fix typo in description of the 'Hooks' section.
244
245 * org.texi: Add ID to the list of special properties.
246
2472012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
248
249 * org.texi (Moving subtrees): Document the ability to archive to a
250 datetree.
251
2522012-09-30 Bastien Guerry <bzg@altern.org>
253
254 * org.texi (Installation, Feedback, Batch execution): Use
255 (add-to-list 'load-path ... t) for the contrib dir.
256
257 * org.texi (results): Update documentation for ":results drawer"
258 and ":results org".
259
260 * org.texi (Column width and alignment): Fix typo.
261
262 * org.texi (Activation): Point to the "Conflicts" section.
263
264 * org.texi (Conflicts): Mention filladapt.el in the list of
265 conflicting packages.
266
267 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
268 not needed for versions of Emacs > 22.1.
269
270 * org.texi (History and Acknowledgments): Fix typo.
271
272 * org.texi (History and Acknowledgments): Add my own
273 acknowledgments.
274
275 * org.texi (Agenda commands): Document the new command and the new
276 option.
277
278 * org.texi (Agenda commands): Delete `org-agenda-action' section.
279 (Agenda commands): Reorder. Document `*' to toggle persistent
280 marks.
281
282 * org.texi (Agenda dispatcher): Mention
283 `org-toggle-agenda-sticky'.
284 (Agenda commands, Exporting Agenda Views): Fix typo.
285
286 * org.texi (Templates in contexts, Setting Options): Update to
287 reflect changes in how contexts options are processed.
288
289 * org.texi (Templates in contexts): Document the new structure of
290 the variables `org-agenda-custom-commands-contexts' and
291 `org-capture-templates-contexts'.
292
293 * org.texi (Templates in contexts): Document the new option
294 `org-capture-templates-contexts'.
295 (Storing searches): Document the new option
296 `org-agenda-custom-commands-contexts'.
297
298 * org.texi (Formula syntax for Lisp): Reformat.
299
300 * org.texi (Special properties, Column attributes)
301 (Agenda column view): Document the new special property
302 CLOCKSUM_T.
303
304 * org.texi (Template expansion): Document the new %l template.
305
306 * org.texi (Fast access to TODO states): Fix documentation about
307 allowed characters for fast todo selection.
308
309 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
310 use in `org-agenda-to-appt'.
311
312 * org.texi (Comment lines): Update wrt comments.
313
314 * org.texi (Resolving idle time): Document new keybinding.
315
316 * org.texi (Clocking commands): Document the use of S-M-<up/down>
317 on clock timestamps.
318
319 * org.texi (Fast access to TODO states): Explicitely says only
320 letters are supported as fast TODO selection keys.
321
322 * org.texi (Link abbreviations): Illustrate the use of the "%h"
323 specifier. Document the new "%(my-function)" specifier.
324
325 * org.texi (Clocking commands): New cindex.
326 (Clocking commands): Update documentation for `org-clock-in'.
327 Document `org-clock-in-last'. Mention `org-clock-out' and
328 `org-clock-in-last' as commands that can be globally bound.
329 (Resolving idle time): Document continuous clocking.
330
331 * org.texi (Top, Introduction): Fix formatting.
332 (Activation): Add index entries.
333 (Conventions): Update section.
334 (Embedded @LaTeX{}): Fix formatting.
335
336 * org.texi (Visibility cycling): Document `show-children'.
337
338 * org.texi (Using capture): Mention the `org-capture-last-stored'
339 bookmark as a way to jump to the last stored capture.
340
341 * org.texi (Uploading files): Fix typo.
342
343 * org.texi (Using capture): Document `C-0' as a prefix argument
344 for `org-capture'.
345
346 * org.texi (Agenda commands): Document persistent marks.
347
348 * org.texi (Template expansion): Update doc to reflect change.
349
350 * org.texi (Radio tables): Document the :no-escape parameter.
351
352 * org.texi (Repeated tasks): Document repeat cookies for years,
353 months, weeks, days and hours.
354
355 * org.texi (Export options): State that you can use the d: option
356 by specifying a list of drawers.
357
358 * org.texi (HTML preamble and postamble): Small doc improvement.
359
3602012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
361
362 * org.texi: The sections in the Exporting section of the manual
363 left out articles in the description of the org-export-as-*
364 commands, among other places. This patch adds them, adds a few
365 missing prepositions, and switches instances of "an HTML" to "a
366 html" for internal consistency.
367
368 * org.texi: Alter several examples of headings with timestamps in
369 them to include the timestamps in the body instead of the heading.
370
3712012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
372
373 * org.texi (Agenda dispatcher): Document sticky agenda views and
374 the new key for them.
375
3762012-09-30 Charles <millarc@verizon.net> (tiny change)
377
378 * org.texi (Advanced features): Fix error in table.
379
3802012-09-30 Feng Shu <tumashu@gmail.com>
381
382 * org.texi (@LaTeX{} fragments): Document imagemagick as an
383 alternative to dvipng.
384
3852012-09-30 François Allisson <francois@allisson.co> (tiny change)
386
387 * org.texi: Remove extra curly bracket.
388
3892012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
390
391 * org.texi (org-clock-in-last and org-clock-cancel): Update the
392 defkeys.
393
3942012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
395
396 * org.texi (Agenda commands): Fix two typos by giving
397 corresponding function names, according to
398 `org-agenda-view-mode-dispatch'.
399
4002012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
401
402 * org.texi (The spreadsheet): Fix typo.
403
4042012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
405
406 * org.texi (Tracking your habits): Point to the "Tracking TODO
407 state changes" section.
408
4092012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
410
411 * org.texi (Literal examples): Remove reference to unknown
412 `org-export-latex-minted' variable. Also simplify footnote since
413 `org-export-latex-listings' documentation is exhaustive already.
414
415 * org.texi (Plain lists): Remove reference to now hard-coded
416 `bullet' automatic rule.
417
4182012-09-30 Toby S. Cubitt <tsc25@cantab.net>
419
420 * org.texi: Updated documentation accordingly.
421
5087f097
PE
4222012-09-13 Paul Eggert <eggert@cs.ucla.edu>
423
424 * texinfo.tex: Merge from gnulib.
425
20121a26
MA
4262012-09-12 Michael Albinus <michael.albinus@gmx.de>
427
428 Sync with Tramp 2.2.6.
429
430 * tramp.texi (Bug Reports): Cleanup caches before a test run.
431
432 * trampver.texi: Update release number.
433
44677e30
PE
4342012-09-12 Paul Eggert <eggert@cs.ucla.edu>
435
436 * texinfo.tex: Merge from gnulib.
437
5a4c42ba
AA
4382012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
439
440 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
441 (bug#12096).
442
8e7046c3
JB
4432012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
444
1dcac243
JB
445 * calc.texi (Simplification modes, Conversions)
446 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
447 (The Calc Mode Line): Mention the mode line display for Basic
448 simplification mode.
449 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
450 simplifications.
451 (Basic Simplifications): Rename from "Limited Simplifications"
452 Replace "limited" by "basic" throughout.
453 (Algebraic Simplifications): Indicate that the algebraic
454 simplifications are done by default.
455 (Unsafe Simplifications): Mention `m E'.
456 (Simplification of Units): Mention `m U'.
457 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
458 (Kinds of Declarations, Functions for Declarations): Mention
459 "algebraic simplifications" instead of `a s'.
1dcac243 460 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 461
d2bd74ff
JB
4622012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
463
464 * calc.texi (Getting Started, Tutorial): Change simulated
465 Calc output to match actual output.
466 (Simplifying Formulas): Mention that algebraic simplification is now
467 the default.
468
77472261
EZ
4692012-07-28 Eli Zaretskii <eliz@gnu.org>
470
471 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
472 (Bug#12073)
473
09ae5da1
PE
4742012-07-25 Paul Eggert <eggert@cs.ucla.edu>
475
476 Prefer typical American spelling for "acknowledgment".
477 * calc.texi (History and Acknowledgments): Rename from
478 History and Acknowledgements.
479 * idlwave.texi (Acknowledgments):
480 * ses.texi (Acknowledgments):
481 * woman.texi (Acknowledgments): Rename from Acknowledgements.
482
c4444d16
PE
4832012-07-09 Paul Eggert <eggert@cs.ucla.edu>
484
485 Rename configure.in to configure.ac (Bug#11603).
486 * ede.texi (Compiler and Linker objects, ede-proj-project)
487 (ede-step-project): Prefer the name configure.ac to configure.in.
488
ef091c97
MA
4892012-07-06 Michael Albinus <michael.albinus@gmx.de>
490
491 * tramp.texi (Multi-hops): Introduce
492 `tramp-restricted-shell-hosts-alist'.
493
89b163db
G
4942012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
497 methods, so don't mention smtpmail here.
498
4992012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
500
501 * gnus.texi (Picons): Document gnus-picon-properties.
502
5032012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
504
505 * gnus.texi: Remove mention of compilation, as that's no longer
506 supported.
507
5082012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
509
510 * gnus.texi (Archived Messages): Mention
511 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
512
5132012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
514
515 * gnus.texi (Various Summary Stuff):
516 Remove mention of `gnus-propagate-marks'.
517
5182012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
519
520 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
521 which no longer exist.
522
5232012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
524
525 * gnus.texi (Archived Messages):
526 Document gnus-gcc-self-resent-messages.
527
5282012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
529
530 * message.texi (Mail Variables):
531 Mention the optional user parameter for X-Message-SMTP-Method.
532
5332012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
534
535 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
536
537 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
538
5392012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
540
541 * gnus.texi (Key Index): Change encoding to utf-8.
542
ac1a0ce1 5432012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
544
545 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
546
71cca84d
G
5472012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
548
549 * gnus.texi (Group Timestamp): Mention where to find documentation for
550 the `gnus-tmp-' variables (bug#11601).
551
888a7fc0
MA
5522012-06-11 Michael Albinus <michael.albinus@gmx.de>
553
554 Sync with Tramp 2.2.6-pre.
555
556 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
557 where appropriate.
558 (Ad-hoc multi-hops): New section.
559 (Remote processes): New subsection "Running remote processes on
560 Windows hosts".
561 (History): Add remote commands on Windows, and ad-hoc multi-hop
562 methods.
563 (External methods): "ControlPersist" must be set to "no" for the
564 `scpc' method.
565 (Remote processes): Add a note about `auto-revert-tail-mode'.
566 (Frequently Asked Questions): Use "scpx" in combination with
567 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
568
569 * trampver.texi: Update release number.
570
31ca4639 5712012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
572
573 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
574 compilation for html-mono.
575
0e8bbf66
PE
5762012-06-08 Paul Eggert <eggert@cs.ucla.edu>
577
578 * texinfo.tex: Merge from gnulib.
579
b8f061b3
KY
5802012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * Makefile.in (echo-info): Don't try to install info files named
583 just ".info".
584
16af873e
GM
5852012-05-28 Glenn Morris <rgm@gnu.org>
586
c1dabff0
GM
587 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
588
16af873e
GM
589 * sc.texi: Nuke hand-written node pointers.
590 Fix top-level menu to match actual node order.
591
1d5b82ef
GM
5922012-05-27 Glenn Morris <rgm@gnu.org>
593
594 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
595 Some associated fixes, including not messing with chapno in cl.texi.
596
33017faf 5972012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
598
599 * org.texi (Durations and time values): Fix typo.
600
d14b0029
JB
6012012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
602
33017faf 603 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
604 Mention `calc-ensure-consistent-units'.
605
2f4cadd1 6062012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 607
9879e263
AS
608 * cc-mode.texi: Avoid space before macro in 4th argument of cross
609 reference commands. (Bug#11461)
610
78e91d08
AS
611 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
612
3fe7cdc8
GM
6132012-05-12 Glenn Morris <rgm@gnu.org>
614
9598ef0b
GM
615 * Makefile.in (mostlyclean): Add more TeX intermediates.
616
7d326a29
GM
617 * Makefile.in: Make it look more like the other doc Makefiles.
618 Use explicit $srcdir in all dependencies.
619 Remove cd $srcdir from rules.
620 (VPATH): Remove.
621 (infodir): Set to an absolute path.
622 (INFO_TARGETS): Use short names.
623 (mkinfodir): infodir is now absolute.
624 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
625
c7f95930 626 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 627 (.SUFFIXES): Disable implicit rules.
c7f95930 628
3fe7cdc8
GM
629 * Makefile.in (MKDIR_P): New, set by configure.
630 (mkinfodir): Use $MKDIR_P.
631
6f0652af
GM
6322012-05-07 Glenn Morris <rgm@gnu.org>
633
634 * forms.texi (Long Example): Update for changed location of files.
635
8045b906
GM
6362012-05-04 Glenn Morris <rgm@gnu.org>
637
638 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
639 (INFO_TARGETS): Use $INFO_EXT.
640 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
641 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
642 (INFO_TARGETS): Use $INFO_EXT.
643 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
644
9e7a4bcf
GM
6452012-05-02 Glenn Morris <rgm@gnu.org>
646
9aa071df
GM
647 * Makefile.in (echo-info): New phony target, used by top-level.
648
9e7a4bcf
GM
649 * viper.texi: Make direntry shorter (also it is no longer "newest").
650
651 * emacs-gnutls.texi, ert.texi, org.texi:
652 Fix dircategory, direntry to match info/dir.
653
31cc861c
GM
654 * faq.texi: Convert @inforefs to @xrefs.
655 Fix some malformed cross-references.
f9e320bb
GM
656 (File-name conventions): Shorten section name to avoid overfull line.
657 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 658
723ea6b5
TZ
6592012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
660
661 * auth.texi (Help for users): Update for .gpg file being second.
662
a8e7d6d7 6632012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
664
665 * org.texi (Agenda commands): Fix two typos: give corresponding
666 function names, according to `org-agenda-view-mode-dispatch'.
667
a8e7d6d7 6682012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
669
670 * faq.texi (Major packages and programs): Remove section.
671 There is no point listing 6 packages (cf etc/MORE.STUFF).
672 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 673
dcbf5805
MA
6742012-04-22 Michael Albinus <michael.albinus@gmx.de>
675
676 * dbus.texi (Version): New node.
677 (Properties and Annotations): Mention the object manager
678 interface. Describe dbus-get-all-managed-objects.
679 (Type Conversion): Floating point numbers are allowed, if an
680 anteger does not fit Emacs's integer range.
681 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
682 (Asynchronous Methods): Fix description of
683 dbus-call-method-asynchronously.
684 (Receiving Method Calls): Fix some minor errors. Add
685 dbus-interface-emacs.
686 (Signals): Describe unicast signals and the new match rules.
687 (Alternative Buses): Add the PRIVATE optional argument to
688 dbus-init-bus. Describe its new return value. Add dbus-setenv.
689
adee4030
GM
6902012-04-20 Glenn Morris <rgm@gnu.org>
691
692 * faq.texi (New in Emacs 24): New section.
693 (Packages that do not come with Emacs): Mention M-x list-packages.
694
35dc09a1 6952012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
696
697 * cc-mode.texi (c-offsets-alist): Correct a typo.
698
35dc09a1 6992012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
700
701 * org.texi (Deadlines and scheduling): Fix the example: the
702 DEADLINE item should come right after the headline. We enforce
703 this convention, so it is a bug not to illustrate it correctly in
704 the manual.
705
35dc09a1 7062012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
707
708 * org.texi (Agenda commands): Fix documentation bug by swapping
709 the equivalent keybindings to `org-agenda-next-line' with the ones
710 to `org-agenda-previous-line'.
711
35dc09a1 7122012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
713
714 * Makefile.in: Replace non-portable use of $< in ordinary rules.
715
e2560ea8
EZ
7162012-04-09 Eli Zaretskii <eliz@gnu.org>
717
718 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
719 emacs-gnutls.
720 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
721
6b4f4a2d
TZ
7222012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
723
250b840e 724 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
725
726 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
727
ca2c89b6
TZ
7282012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
729
730 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 731 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 732
aebd5f1a
GM
7332012-04-04 Glenn Morris <rgm@gnu.org>
734
735 * auth.texi (Secret Service API): Copyedits.
736 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
737 (Help for users, Help for developers)
738 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 739
0317dd51
MA
7402012-04-04 Michael Albinus <michael.albinus@gmx.de>
741
742 * auth.texi (Secret Service API): Add the missing text.
743
3d439cd1
CY
7442012-04-04 Chong Yidong <cyd@gnu.org>
745
746 * message.texi (Using PGP/MIME): Note that epg is now the default.
747
748 * gnus.texi: Reduce references to obsolete pgg library.
749 (Security): Note that epg is now the default.
750
751 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
752
753 * nxml-mode.texi (Completion): C-RET is no longer bound to
754 nxml-complete.
755
153ae947
BG
7562012-04-01 Jambunathan K <kjambunathan@gmail.com>
757
758 * org.texi (Customizing tables in ODT export): Correct few errors.
759
7602012-04-01 Jambunathan K <kjambunathan@gmail.com>
761
762 * org.texi (Links in ODT export): Update.
763 (Labels and captions in ODT export): New node.
764
7652012-04-01 Jambunathan K <kjambunathan@gmail.com>
766
767 * org.texi (Literal examples in ODT export): htmlfontify.el in
768 Emacs-24.1 now supports fontification. So ODT source blocks will
769 be fontified by default.
770
7712012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
772
773 * org.texi (Refiling notes): Remove duplicated keybinding.
774
7752012-04-01 Eric Schulte <eric.schulte@gmx.com>
776
777 * org.texi (noweb): Documentation of this new option to the :noweb
778 header argument.
779
7802012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
781
782 * org.texi (Header and sectioning): Add example demonstrating how
783 to use "LaTeX_CLASS_OPTIONS".
784
7852012-04-01 Eric Schulte <eric.schulte@gmx.com>
786
787 * org.texi (Noweb reference syntax): Describe the ability to
788 execute noweb references in the manual.
789
7902012-04-01 Eric Schulte <eric.schulte@gmx.com>
791
792 * org.texi (cache): Improve cache documentation when session
793 evaluation is used.
794
7952012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
796
797 * org.texi (Plain lists): Document removal.
798
7992012-04-01 Michael Brand <michael.ch.brand@gmail.com>
800
801 * org.texi: Decapitalize file name in references to Calc manual.
802
8032012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
804
805 * org.texi (Plain lists): Document removal.
806
8072012-04-01 Jambunathan K <kjambunathan@gmail.com>
808
809 * org.texi (Top, OpenDocument Text export)
810 (ODT export commands, Extending ODT export)
811 (Images in ODT export, Tables in ODT export)
812 (Configuring a document converter): Add or Update.
813
8142012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
815
816 * org.texi (MobileOrg): Change the wording to reflect that the
817 Android Version is no longer just the little brother of the iOS
818 version.
819
8202012-04-01 Eric Schulte <eric.schulte@gmx.com>
821
822 * org.texi (Key bindings and useful functions): Updated babel key
823 binding documentation in manual.
824
8252012-04-01 Eric Schulte <eric.schulte@gmx.com>
826
827 * org.texi (noweb): Document new noweb header value.
828
8292012-04-01 Eric Schulte <eric.schulte@gmx.com>
830
831 * org.texi (noweb-sep): Document new header argument.
832
8332012-04-01 Eric Schulte <eric.schulte@gmx.com>
834
835 * org.texi (noweb-ref): Documentation of this new custom variable.
836
8372012-04-01 Eric Schulte <eric.schulte@gmx.com>
838
839 * org.texi (wrap): Update the new :wrap documentation to match the
840 current implementation.
841
8422012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
843
844 * org.texi: Added documentation for :wrap.
845
8462012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
847
848 * org.texi: #+RESULTS now user-configurable.
849
8502012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
851
852 * org.texi: Documented :noweb no-export.
853
8542012-04-01 Thomas Dye <dk@poto.local>
855
856 * org.texi: Edit :noweb no header argument for correctness.
857
8582012-04-01 Bastien Guerry <bzg@altern.org>
859
860 * org.texi (Customization): Update the approximate number of Org
861 variables.
862
8632012-04-01 Thomas Dye <dk@poto.local>
864
865 * org.texi: The :results wrap produces a drawer instead of a
866 begin_results block.
867
005a89ff
G
8682012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
869
870 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
871 reflect the new default.
872
589ce070
EZ
8732012-03-10 Eli Zaretskii <eliz@gnu.org>
874
875 * info.texi (Expert Info): Move the index entry for "Texinfo" from
876 "Getting Started" to this node. (Bug#10450)
877
a5392527
CY
8782012-03-10 Chong Yidong <cyd@gnu.org>
879
8ae818e4
CY
880 * flymake.texi (Example -- Configuring a tool called via make):
881 Mention the Automake COMPILE variable (Bug#8715).
882
a5392527
CY
883 * info.texi (Getting Started): Add an index entry (Bug#10450).
884
d49902e4
MA
8852012-03-02 Michael Albinus <michael.albinus@gmx.de>
886
887 * dbus.texi (Signals): Known names will be mapped onto unique
888 names, when registering for signals.
889
53eced6d
GM
8902012-02-29 Glenn Morris <rgm@gnu.org>
891
bcd6cd23
GM
892 * url.texi: Fix quote usage in body text.
893
775b55af
GM
894 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
895
53eced6d
GM
896 * cl.texi: Use @code{} in menus when appropriate.
897
44e97401
GM
8982012-02-28 Glenn Morris <rgm@gnu.org>
899
900 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
901 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
902 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
903 * org.texi, sc.texi, vip.texi, viper.texi:
904 Standardize possessive apostrophe usage.
905
fa9a0855
CY
9062012-02-26 Chong Yidong <cyd@gnu.org>
907
908 * ediff.texi (Quick Help Commands): Add a couple of index entries
909 (Bug#10834).
910
0fd2c9a3
GM
9112012-02-17 Glenn Morris <rgm@gnu.org>
912
913 * gnus.texi (Posting Styles):
914 * remember.texi (Org): Fix cross-refs to other manuals.
915
9f26dc24
GM
9162012-02-15 Glenn Morris <rgm@gnu.org>
917
918 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
919 (Encryption): New chapter, split out from previous.
920
3d2af193
LI
9212012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
922
923 * gnus.texi (Customizing the IMAP Connection): Mention
924 nnimap-record-commands.
925
b74c9672
GM
9262012-02-10 Glenn Morris <rgm@gnu.org>
927
928 * url.texi (Retrieving URLs): Update url-retrieve arguments.
929 Mention url-queue-retrieve.
930
2ebc3b94
GM
9312012-02-09 Glenn Morris <rgm@gnu.org>
932
9fcfcdef
GM
933 * sem-user.texi (Semantic mode user commands): Typo fix.
934
2ebc3b94
GM
935 * info.texi (Create Info buffer): Mention info-display-manual.
936
7c4bbb69
LI
9372012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
938
939 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
940 example (modified from an example by Michael Albinus).
941
debce7bc
G
9422012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
943
944 * gnus.texi (Agent Basics): Fix outdated description of
945 `gnus-agent-auto-agentize-methods'.
946
b207a4ec
AS
9472012-01-28 Andreas Schwab <schwab@linux-m68k.org>
948
949 * cc-mode.texi: Always @defindex ss.
950 (Config Basics): Fix argument of @itemize.
951 (Macro Backslashes): Add @code around index entry.
952
b8fe8712
GM
9532012-01-23 Glenn Morris <rgm@gnu.org>
954
955 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
956
02dc2fd7
EH
9572012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
958
959 * tramp.texi (File): Tweak wording for the `scpc' option.
960
e7719ea1
G
9612012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
963 * gnus.texi (Group Parameters): Really note precedence.
964
9937bef4
G
9652012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
966
967 * gnus.texi (Group Parameters): Note precedence.
968
e66ba1df
BG
9692012-01-03 Eric Schulte <eric.schulte@gmx.com>
970
971 * org.texi (Noweb reference syntax): Adding documentation of
972 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
973 variable.
974
9752012-01-03 Bastien Guerry <bzg@gnu.org>
976
977 * org.texi (Plain lists): Split the table to fix the display
978 of items.
979
9802012-01-03 Bastien Guerry <bzg@gnu.org>
981
982 * org.texi (Plain lists): Fix misplaced explanation.
983
9842012-01-03 Bastien Guerry <bzg@gnu.org>
985
986 * org.texi (Plain lists, Agenda files): Add index entries.
987
9882012-01-03 Julian Gehring <julian.gehring@googlemail.com>
989
990 * org.texi: Use "Org mode" instead of alternatives like
991 "Org-mode" or "org-mode".
992
9932012-01-03 Bernt Hansen <bernt@norang.ca>
994
995 * org.texi (Agenda commands): Document
996 `org-clock-report-include-clocking-task'.
997
9982012-01-03 Bastien Guerry <bzg@gnu.org>
999
1000 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1001 C-c' on checkboxes.
1002
10032012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1004
1005 * org.texi: End sentences with two spaces.
1006
10072012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1008
1009 * org.texi (External links): Document the link types file+sys
1010 and file+emacs, slightly narrow used page width.
1011
10122012-01-03 Eric Schulte <eric.schulte@gmx.com>
1013
1014 * org.texi (colnames): Note that colnames behavior may differ
1015 across languages.
1016
10172012-01-03 Bastien Guerry <bzg@gnu.org>
1018
1019 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1020
10212012-01-03 Thomas Dye <dk@poto.westell.com>
1022
1023 * org.texi: Augmented discussion of babel property
1024 inheritance. Put footnote outside sentence ending period.
1025
10262012-01-03 Eric Schulte <schulte.eric@gmail.com>
1027
1028 * org.texi (eval): Documenting the full range of :eval header
1029 argument values.
1030
10312012-01-03 Eric Schulte <schulte.eric@gmail.com>
1032
1033 * org.texi (eval): Documentation of the new :eval option.
1034
10352012-01-03 Thomas Dye <dk@poto.local>
1036
1037 * org.texi: Add accumulated properties.
1038
10392012-01-03 Thomas Dye <dk@poto.local>
1040
1041 * org.texi: Documented no spaces in name=assign, another
1042 correction to :var table.
1043
10442012-01-03 Thomas Dye <dk@poto.local>
1045
1046 * org.texi: Changed DATA to NAME in Working With Source Code
1047 section.
1048
10492012-01-03 Tom Dye <tsd@tsdye.com>
1050
1051 * org.texi: Minor change to :var table.
1052
10532012-01-03 Tom Dye <tsd@tsdye.com>
1054
1055 * org.texi: More changes to :var table (some examples were wrong).
1056
10572012-01-03 Tom Dye <tsd@tsdye.com>
1058
1059 * org.texi: Cleaned up :var table.
1060
10612012-01-03 Bastien Guerry <bzg@gnu.org>
1062
1063 * org.texi (Timestamps, Weekly/daily agenda)
1064 (Weekly/daily agenda): Add @cindex for "appointment".
1065
10662012-01-03 Eric Schulte <schulte.eric@gmail.com>
1067
1068 * org.texi (Literal examples): A new link to the template for
1069 inserting empty code blocks.
1070 (Structure of code blocks): A new link to the template for
1071 inserting empty code blocks.
1072
10732012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1074
1075 * org.texi (External links): Add footnote on how the behavior
1076 of the text search in Org files are controled by the variable
1077 `org-link-search-must-match-exact-headline'.
1078
10792012-01-03 Eric Schulte <schulte.eric@gmail.com>
1080
1081 * org.texi (Buffer-wide header arguments): Update
1082 documentation to reflect removal of #+PROPERTIES.
1083
10842012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1085
1086 * org.texi (The clock table): Mention that ACHIVED trees
1087 contribute to the clock table.
1088
10892012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1090
1091 * org.texi (Conflicts): Better yasnippet config info.
1092
10932012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1094
1095 * org.texi (Selective export): Explicitely mention the default
1096 values for `org-export-select-tags',
1097 `org-export-exclude-tags'.
1098
10992012-01-03 Tom Dye <tsd@tsdye.com>
1100
1101 * org.texi: Added a line to specify that header arguments are
1102 lowercase.
1103
11042012-01-03 Tom Dye <tsd@tsdye.com>
1105
1106 * org.texi: :var requires default value when declared.
1107
11082012-01-03 Bastien Guerry <bzg@gnu.org>
1109
1110 * org.texi (Handling links): Add a note about the
1111 `org-link-frame-setup' option.
1112
11132012-01-03 David Maus <dmaus@ictsoc.de>
1114
1115 * org.texi (Exporting Agenda Views, Extracting agenda
1116 information): Fix command line syntax, quote symbol parameter
1117 values.
1118
11192012-01-03 David Maus <dmaus@ictsoc.de>
1120
1121 * org.texi (Exporting Agenda Views): Fix command line syntax.
1122
8d80ef01
PE
11232011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1124
1125 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1126 Use octal notation for file permissions, which are normally
1127 thought of in octal.
1128 (Mail Back End Variables): Use more-plausible modes in example.
1129
47d42d81
AM
11302011-12-20 Alan Mackenzie <acm@muc.de>
1131
1132 * cc-mode.texi: Update version string 5.31 -> 5.32.
1133
a98edce9
JB
11342011-12-06 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1137
321decc8
GM
11382011-11-24 Glenn Morris <rgm@gnu.org>
1139
1140 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1141
f8107b79
JB
11422011-11-24 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * makefile.w32-in: Update dependencies.
1145
f5a96a4f
GM
11462011-11-20 Glenn Morris <rgm@gnu.org>
1147
1148 * gnus.texi (Group Information):
1149 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1150
cd1181db
JB
11512011-11-20 Juanma Barranquero <lekktu@gmail.com>
1152
1153 * gnus-coding.texi (Gnus Maintenance Guide):
1154 Rename from "Gnus Maintainance Guide".
1155
1156 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1157 * eieio.texi (Customizing):
fe7a3057
JB
1158 * gnus.texi (Article Washing):
1159 * gnus-news.texi:
1160 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1161
7877f373
JB
11622011-11-16 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1165
0d26e0b6
JB
11662011-11-15 Juanma Barranquero <lekktu@gmail.com>
1167
c7015153
JB
1168 * ede.texi (project-am-texinfo):
1169 * gnus.texi (Sending or Not Sending):
1170 * org.texi (Template elements): Fix typos.
0d26e0b6 1171
0b381c7e
JB
11722011-11-14 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * ediff.texi (Hooks):
c7015153 1175 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1176
40a8bdf6
JB
11772011-11-11 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * semantic.texi (Tag handling): Fix typo.
1180
57dda3bb
KY
11812011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1182
1183 * gnus.texi (Other Gnus Versions): Remove.
1184
52bedd34
AM
11852011-10-28 Alan Mackenzie <acm@muc.de>
1186
1187 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1188 (Other Special Indentations): Add an xref to "Macros with ;".
1189 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1190 "Macros with ;".
1191 (Macros with ;): New page.
1192
00b77525
GM
1193 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1194 Document the new handling of nested scopes for movement by defuns.
52bedd34 1195
4a623313
MA
11962011-10-23 Michael Albinus <michael.albinus@gmx.de>
1197
1198 Sync with Tramp 2.2.3.
1199
1200 * trampver.texi: Update release number.
1201
466a320e
GM
12022011-10-14 Glenn Morris <rgm@gnu.org>
1203
1204 * ert.texi (Introduction, How to Run Tests)
1205 (Running Tests Interactively, Expected Failures)
1206 (Tests and Their Environment, Useful Techniques)
1207 (Interactive Debugging, Fixtures and Test Suites):
1208 Minor rephrasings.
1209 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1210 (Running Tests in Batch Mode): Simplify loading instructions.
1211 (Test Selectors): Clarify some selectors.
1212 (Expected Failures, Useful Techniques):
1213 Make examples fit in 80 columns.
1214
2be4956d
JB
12152011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1216
1217 * calc.texi (Basic Operations on Units): Discuss temperature
1218 conversion (`u t') alongside with other unit conversions ('u c').
1219
7359a765
GM
12202011-10-12 Glenn Morris <rgm@gnu.org>
1221
1222 * ert.texi: Whitespace trivia to make main menu items line up better.
1223
a0c52e5d
GM
12242011-10-08 Glenn Morris <rgm@gnu.org>
1225
1226 * Makefile.in: Fix ert rules.
1227
465d0300
G
12282011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1229
1230 * gnus.texi (Gnus Utility Functions): Add more references and
1231 explanations (bug#9683).
1232
a5166359
LMI
12332011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1234
1235 * gnus.texi (Archived Messages): Note the default (bug#9552).
1236
b523dc20
BW
12372011-09-21 Bill Wohler <wohler@newt.com>
1238
1239 Release MH-E manual version 8.3.
1240
58179cce 1241 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1242 release 8.3.
1243 (Preface): Updated support information.
bd7239f5 1244 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1245 historical quote, the tense should be correct in the time that it
1246 was written.
1247
0afb49a1
LMI
12482011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1249
1250 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1251 (Finding the News): Doc clarification.
1252 (Terminology): Mention naming.
1253
e21bac42
G
12542011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1255
1256 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1257 (Interactive): Document `quiet'.
1258
5b409b39 12592011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1260
bd7239f5 1261 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1262
5b409b39 12632011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1264
bd7239f5 1265 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1266 scope for `org-map-entries'.
1267
5b409b39 12682011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1269
1270 * org.texi (Visibility cycling): Document `org-copy-visible'.
1271
5b409b39 12722011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1273
bd7239f5 1274 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1275 proper order.
1276
5b409b39 12772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1278
1279 * org.texi (eval): Expand discussion of the :eval header argument.
1280
5b409b39 12812011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1282
1283 * org.texi (Languages): Add Lilypond and Awk as supported
1284 languages.
1285
5b409b39 12862011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1287
bd7239f5 1288 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1289 LOG_INTO_DRAWER can be used to override the contents of variable
1290 org-clock-into-drawer (or if unset, org-log-into-drawer).
1291
bd7239f5 1292 * org.texi: Replace @xref->@pxref.
3ab2c837 1293
5b409b39 12942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1295
1296 * org.texi (Evaluating code blocks): Documenting the new option
1297 for inline call lines.
1298
5b409b39 12992011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1300
1301 * org.texi (Results of evaluation): More explicit about the
1302 mechanism through which interactive evaluation of code is
1303 performed.
1304
5b409b39 13052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1306
1307 * org.texi (noweb-ref): New header argument documentation.
1308
5b409b39 13092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1310
1311 * org.texi (Extracting source code): Documentation of the new
1312 org-babel-tangle-named-block-combination variable.
1313
5b409b39 13142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1315
bd7239f5 1316 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1317 behavior of multiple blocks of the same name is undefined.
3ab2c837 1318
5b409b39 13192011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1320
1321 * org.texi (TaskJuggler export): Modify the example to reflect the
1322 new effort durations.
1323
5b409b39 13242011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1325
1326 * org.texi (Images in LaTeX export): Escape curly brackets in
1327 LaTeX example.
1328
5b409b39 13292011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1330
1331 * org.texi (The clock table): Document the :properties and
1332 :inherit-props arguments for the clocktable.
1333
5b409b39 13342011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1335
1336 * org.texi (Tables in LaTeX export): Document specifying placement
1337 options for tables.
1338
5b409b39 13392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1340
1341 * org.texi (Evaluating code blocks): More specific documentation
1342 about the different types of header arguments.
1343
5b409b39 13442011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1345
1346 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1347
5b409b39 13482011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1349
1350 * org.texi (Built-in table editor): Document the table field
1351 follow mode.
1352
5b409b39 13532011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1354
1355 * org.texi (Easy Templates): Document new template.
1356
5b409b39 13572011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1358
1359 * org.texi (Literal examples): Add a cross-reference from "Literal
1360 Examples" to "Easy Templates."
1361
5b409b39 13622011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1363
1364 * org.texi (The clock table): Add link to match syntax.
1365
5b409b39 13662011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (Agenda commands): Document clock consistency checks.
1369
5b409b39 13702011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1371
1372 * org.texi (Built-in table editor): Document that \vert represents
1373 a vertical bar in a table field.
1374
5b409b39 13752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1376
1377 * org.texi (Literal examples): Link from "Markup" > "Literate
1378 Examples" to "Working with Source Code".
1379
5b409b39 13802011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1381
1382 * org.texi (Agenda commands): Doc for function option to bulk
1383 action.
1384
5b409b39 13852011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1386
1387 * org.texi (Template expansion): Document new %<...> template
1388 escape.
1389
5b409b39 13902011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1391
1392 * org.texi (Selective export): Document exclusion of any tasks
1393 from export.
1394
5b409b39 13952011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1396
1397 * org.texi (Selective export): Document how to exclude DONE tasks
1398 from export.
1399 (Publishing options): Document the properties to be used to turn off
1400 export of DONE tasks.
1401
5b409b39 14022011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1403
1404 * org.texi (The date/time prompt): Document date range protection.
1405
5b409b39 14062011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1407
1408 * org.texi (padline): Documentation of the new padline header
1409 argument.
1410
5b409b39 14112011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1412
1413 * org.texi (var): Adding "[" to list of characters triggering
1414 elisp evaluation.
1415
5b409b39 14162011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1417
1418 * org.texi (var): Documentation of Emacs Lisp evaluation during
1419 variable assignment.
1420
5b409b39 14212011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1422
1423 * org.texi (colnames): Reference indexing into variables, and note
1424 that colnames are *not* removed before indexing occurs.
1425 (rownames): Reference indexing into variables, and note that
1426 rownames are *not* removed before indexing occurs.
1427
5b409b39 14282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (var): Clarification of indexing into tabular
1431 variables.
1432
5b409b39 14332011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (results): Documentation of the `:results wrap' header
1436 argument.
1437
5b409b39 14382011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1439
bd7239f5 1440 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1441 of the LaTeX export: the org file has to be properly structured.
1442
5b409b39 14432011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1444
1445 * org.texi (Dynamic blocks, Structure editing): Mention
1446 the function `org-narrow-to-block'.
1447
5b409b39 14482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1449
1450 * org.texi (Languages): Updating list of code block supported
1451 languages.
1452
5b409b39 14532011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1454
1455 * org.texi (Special properties): CATEGORY is a special property,
1456 but it may also used in the drawer.
1457
5b409b39 14582011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1459
1460 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1461
5b409b39 14622011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1463
1464 * org.texi (Include files): Document :lines.
1465
5b409b39 14662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1467
1468 * org.texi (comments): Documentation of the ":comments noweb" code
1469 block header argument.
1470
5b409b39 14712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1472
1473 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1474 added extra whitespace around functions to be consistent with the
1475 rest of the section.
1476
5b409b39 14772011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1478
0b381c7e 1479 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1480 #+call: line syntax.
1481 (Header arguments in function calls): Expanded discussion of
1482 #+call: line syntax.
1483
5b409b39 14842011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1485
1486 * org.texi (Evaluating code blocks): More explicit about how to
1487 pass variables to #+call lines.
1488
5b409b39 14892011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1490
1491 * org.texi (Results of evaluation): Link to the :results header
1492 argument list from the "Results of evaluation" section.
1493
5b409b39 14942011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1495
1496 * org.texi (Conflicts): Adding additional information about
1497 resolving org/yasnippet conflicts.
1498
5b409b39 14992011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1500
1501 * org.texi (Publishing options): Document style-include-scripts
1502 publishing project property.
1503
5b409b39 15042011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1505
1506 * org.texi (Sparse trees): Document the next-error /
1507 previous-error functionality.
1508
5b409b39 15092011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1510
1511 * org.texi (cache): Improved documentation of code block caches.
1512
5b409b39 15132011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1514
1515 * org.texi (Code block specific header arguments): Documentation
1516 of multi-line header arguments.
1517
5b409b39 15182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1519
1520 * org.texi (Code evaluation security): Add example for using a
1521 function.
1522
5b409b39 15232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1524
1525 * org.texi (Tables in LaTeX export): Documentation of new
1526 attr_latex options for tables.
1527
5b409b39
BG
15282011-08-03 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * trampver.texi: Update release number.
1531
15322011-07-30 Michael Albinus <michael.albinus@gmx.de>
1533
1534 Sync with Tramp 2.2.2.
1535
1536 * trampver.texi: Update release number.
1537
064e2d08
LMI
15382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1539
1540 * flymake.texi (Example -- Configuring a tool called via make):
1541 Use /dev/null instead of the Windows "nul" (bug#8715).
1542
b8151e9c
LMI
15432011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1544
1545 * widget.texi (Setting Up the Buffer): Remove mention of the
1546 global keymap parent, which doesn't seem to be accurate
1547 (bug#7045).
1548
5b409b39
BG
15492011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1550
1551 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1552
c0a8ae95
KR
15532010-07-10 Kevin Ryde <user42@zip.com.au>
1554
1555 * cl.texi (For Clauses): Add destructuring example processing an
1556 alist (bug#6596).
1557
ac6531ad
LMI
15582011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1559
1560 * ediff.texi (Major Entry Points): Remove mention of `require',
1561 since that's not pertinent in the installed Emacs (bug#9016).
1562
d30dd079
G
15632011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1564
1565 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1566 (Filtering New Groups): Clarify how simple the "options -n" format is.
1567 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1568 is internal.
d30dd079 1569
862c0d68
MA
15702011-07-04 Michael Albinus <michael.albinus@gmx.de>
1571
1572 * tramp.texi (Cleanup remote connections): Add
1573 `tramp-cleanup-this-connection'.
1574
cd865a33
G
15752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
1577 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1578 zombies.
1579 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1580 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1581
15822011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1583
1584 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1585 backups, and not actual vc (bug#8975).
1586
79414ae4
KR
15872011-07-03 Kevin Ryde <user42@zip.com.au>
1588
1589 * cl.texi (For Clauses): @items for hash-values and key-bindings
1590 to make them more visible when skimming. Add examples of `using'
1591 clause to them, examples being clearer than a description in
1592 words (bug#6599).
1593
847ccf7c
AM
15942011-07-01 Alan Mackenzie <acm@muc.de>
1595
1596 * cc-mode.texi (Guessing the Style): New page.
1597 (Styles): Add a short introduction to above.
1598
3da13bb9
DD
15992011-06-28 Deniz Dogan <deniz@dogan.se>
1600
1601 * rcirc.texi (Configuration): Bug-fix:
1602 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1603 Reported by Elias Pipping <pipping@exherbo.org>.
1604
60a0884e
G
16052011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1606
1607 * gnus.texi (Summary Mail Commands): Document
1608 `gnus-summary-reply-to-list-with-original'.
1609
0c7efc08
SM
16102011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * eshell.texi (Known problems): Fix typo.
1613
ea3596a2
MA
16142011-06-12 Michael Albinus <michael.albinus@gmx.de>
1615
0c7efc08 1616 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1617 (Password handling): `auth-source-debug' is good for debug messages.
1618
2da9c605
G
16192011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * gnus.texi (Store custom flags and keywords): Refer to
1622 `gnus-registry-article-marks-to-{chars,names}' instead of
1623 `gnus-registry-user-format-function-{M,M2}'.
1624
e61923c8
GM
16252011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1626
1627 * texinfo.tex: Merge from gnulib.
1628
627abcdd
TZ
16292011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1630
1631 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1632 (Store custom flags and keywords):
1633 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1634 `gnus-registry-user-format-function-M2'.
1635
a3c92bc1
EZ
16362011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1637
8f906c40 1638 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1639
85d870a9
GM
16402011-05-17 Glenn Morris <rgm@gnu.org>
1641
1642 * gnus.texi (Face): Fix typo.
1643
2cdee799
GM
16442011-05-14 Glenn Morris <rgm@gnu.org>
1645
1646 * dired-x.texi (Omitting Examples): Minor addition.
1647
79b70037
GM
16482011-05-10 Jim Meyering <meyering@redhat.com>
1649
1650 * ede.texi: Fix typo "or or -> or".
1651
a7111a62 16522011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1653
1654 * gnus.texi (Summary Buffer Lines):
1655 gnus-summary-user-date-format-alist does not exist.
1656 (Sorting the Summary Buffer): More about sorting threads.
1657
69026aba
MA
16582011-04-25 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * trampver.texi: Update release number.
1661
9024ff79
MA
16622011-04-14 Michael Albinus <michael.albinus@gmx.de>
1663
1664 * tramp.texi (Frequently Asked Questions): New item for disabling
1665 Tramp in other packages.
1666
c3c65d73
TZ
16672011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1668
1669 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1670 (Fancy splitting to parent, Store arbitrary data):
1671 Updated gnus-registry docs.
c3c65d73 1672
9ec6a317
JB
16732011-04-13 Juanma Barranquero <lekktu@gmail.com>
1674
1675 * ede.texi: Fix typos.
1676
1e3b6001
G
16772011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
9ec6a317
JB
1679 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1680 It's @table @code.
1e3b6001 1681
a5954fa5
G
16822011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1683
ed9265fc 1684 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1685
d71990a1
JB
16862011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1687
1688 * calc.texi (Logarithmic Units): Update the function names.
1689
1518e4f0
G
16902011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * message.texi (Various Commands): Document format specs in the
1693 ellipsis.
1694
a123622d
G
16952011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1696
1697 * message.texi (Insertion Variables): Document message-cite-style.
1698
16992011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1700
1701 * tramp.texi (Remote processes): New subsection "Running shell on
1702 a remote host".
1703
4248cca2
TZ
17042011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1705
1706 * auth.texi (Help for developers): Update docs to explain that the
1707 :save-function will only run the first time.
1708
54ce11a1
GM
17092011-03-12 Glenn Morris <rgm@gnu.org>
1710
1711 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1712 (emacs-faq.text): New target.
1713 (clean): Add emacs-faq.
1714
0c3b25f8
MA
17152011-03-12 Michael Albinus <michael.albinus@gmx.de>
1716
1717 Sync with Tramp 2.2.1.
1718
1719 * trampver.texi: Update release number.
1720
b740639e
GM
17212011-03-11 Glenn Morris <rgm@gnu.org>
1722
1723 * Makefile.in (HTML_TARGETS): New.
1724 (clean): Delete $HTML_TARGETS.
1725 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1726
733afdf4
TZ
17272011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1728
1729 * auth.texi (Help for developers): Show example of using
1730 `auth-source-search' with prompts and :save-function.
1731
33383987
JB
17322011-03-07 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * Version 23.3 released.
1735
a5057546
G
17362011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1737
1738 * message.texi (Message Buffers): Update default value of
1739 message-generate-new-buffers.
1740
479a2c9b
JB
17412011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1742
1743 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1744 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1745 respectively.
05a29101
JB
1746 (Musical Notes): New section.
1747 (Customizing Calc): Mention the customizable variable
1748 calc-note-threshold.
479a2c9b 1749
e0535b76
GM
17502011-03-03 Glenn Morris <rgm@gnu.org>
1751
1752 * url.texi (Dealing with HTTP documents): Remove reference to
1753 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1754 (Configuration): Update url-configuration-directory description.
e0535b76 1755
2777ccbf
GM
17562011-03-02 Glenn Morris <rgm@gnu.org>
1757
1758 * dired-x.texi (Multiple Dired Directories): Remove mentions
1759 of dired-default-directory-alist and dired-default-directory.
1760 Move dired-smart-shell-command here...
1761 (Miscellaneous Commands): ... from here.
1762
257219bd
PE
17632011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1764
1765 * texinfo.tex: Update to version 2011-02-24.09.
1766
8889f4e2
GM
17672011-03-02 Glenn Morris <rgm@gnu.org>
1768
1769 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1770 instead of the obsoleted dired-omit-here-always.
1771
5d41af19
MA
17722011-02-28 Michael Albinus <michael.albinus@gmx.de>
1773
1774 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1775 supported systems.
1776
2b0c7330 17772011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1778
61cf3a76
GM
1779 * dbus.texi (Type Conversion): Grammar fix.
1780
cce7d530 17812011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1782
cce7d530
GM
1783 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1784 "Debian GNU/Linux".
51a13bdd 1785
cce7d530
GM
1786 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1787
817b48a7
GM
17882011-02-23 Glenn Morris <rgm@gnu.org>
1789
cce7d530
GM
1790 * dired-x.texi (Features): Minor rephrasing.
1791 (Local Variables): Fix typos.
47301027
GM
1792
1793 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1794 Standardize some Emacs/XEmacs terminology.
1795
817b48a7
GM
1796 * dired-x.texi (Features): Don't advertise obsolete local variables.
1797 Simplify layout.
1798 (Omitting Variables): Update local variables example.
1799 (Local Variables): Say this is obsolete. Fix description of
1800 dired-enable-local-variables possible values.
1801
4a3988d5
G
18022011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1803
1804 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1805 default now.
1806
8e22bee0
G
18072011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1808
1809 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1810
06b840e0
LI
18112011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1812
1813 * gnus.texi (Window Layout): Document layout names.
1814
67ab0163 18152011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1816
1817 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1818 * auth.texi: Sync @dircategory with ../../info/dir.
1819 * autotype.texi: Sync @dircategory with ../../info/dir.
1820 * calc.texi: Sync @dircategory with ../../info/dir.
1821 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1822 * cl.texi: Sync @dircategory with ../../info/dir.
1823 * dbus.texi: Sync @dircategory with ../../info/dir.
1824 * dired-x.texi: Sync @dircategory with ../../info/dir.
1825 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1826 * ede.texi: Sync @dircategory with ../../info/dir.
1827 * ediff.texi: Sync @dircategory with ../../info/dir.
1828 * edt.texi: Sync @dircategory with ../../info/dir.
1829 * eieio.texi: Sync @dircategory with ../../info/dir.
1830 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1831 * epa.texi: Sync @dircategory with ../../info/dir.
1832 * erc.texi: Sync @dircategory with ../../info/dir.
1833 * eshell.texi: Sync @dircategory with ../../info/dir.
1834 * eudc.texi: Sync @dircategory with ../../info/dir.
1835 * flymake.texi: Sync @dircategory with ../../info/dir.
1836 * forms.texi: Sync @dircategory with ../../info/dir.
1837 * gnus.texi: Sync @dircategory with ../../info/dir.
1838 * idlwave.texi: Sync @dircategory with ../../info/dir.
1839 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1840 * message.texi: Sync @dircategory with ../../info/dir.
1841 * mh-e.texi: Sync @dircategory with ../../info/dir.
1842 * newsticker.texi: Sync @dircategory with ../../info/dir.
1843 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1844 * org.texi: Sync @dircategory with ../../info/dir.
1845 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1846 * pgg.texi: Sync @dircategory with ../../info/dir.
1847 * rcirc.texi: Sync @dircategory with ../../info/dir.
1848 * reftex.texi: Sync @dircategory with ../../info/dir.
1849 * remember.texi: Sync @dircategory with ../../info/dir.
1850 * sasl.texi: Sync @dircategory with ../../info/dir.
1851 * sc.texi: Sync @dircategory with ../../info/dir.
1852 * semantic.texi: Sync @dircategory with ../../info/dir.
1853 * ses.texi: Sync @dircategory with ../../info/dir.
1854 * sieve.texi: Sync @dircategory with ../../info/dir.
1855 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1856 * speedbar.texi: Sync @dircategory with ../../info/dir.
1857 * trampver.texi [emacs]: Set emacsname to "Emacs".
1858 * tramp.texi: Sync @dircategory with ../../info/dir.
1859 * url.texi: Sync @dircategory with ../../info/dir.
1860 * vip.texi: Sync @dircategory with ../../info/dir.
1861 * viper.texi: Sync @dircategory with ../../info/dir.
1862 * widget.texi: Sync @dircategory with ../../info/dir.
1863 * woman.texi: Sync @dircategory with ../../info/dir.
1864
30abce25
GM
18652011-02-19 Glenn Morris <rgm@gnu.org>
1866
0c7efc08
SM
1867 * dired-x.texi (Technical Details): No longer redefines
1868 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1869 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1870
f31f8469
GM
18712011-02-18 Glenn Morris <rgm@gnu.org>
1872
1873 * dired-x.texi (Optional Installation File At Point): Simplify.
1874
35123c04
TZ
18752011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1876
1877 * auth.texi (Help for users): Use :port instead of :protocol for all
1878 auth-source docs.
7ba93e94
G
1879 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1880 to have two files in `auth-sources'.
35123c04 1881
da5e0ce4
GM
18822011-02-16 Glenn Morris <rgm@gnu.org>
1883
b322c9af
GM
1884 * dired-x.texi: Use emacsver.texi to get Emacs version.
1885 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1886 Depend on emacsver.texi.
1887
07ca5555
GM
1888 * dired-x.texi: Drop meaningless version number.
1889 (Introduction): Remove old info.
1890 (Optional Installation Dired Jump): Autoload from dired-x.
1891 Remove incorrect info about loaddefs.el.
1892 (Bugs): Just refer to M-x report-emacs-bug.
1893
da5e0ce4
GM
1894 * dired-x.texi (Multiple Dired Directories): Update for rename of
1895 default-directory-alist.
1896 (Miscellaneous Commands): No longer mention very old VM version 4.
1897
bb55f713
PE
18982011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1899
1900 Merge from gnulib.
1901 * texinfo.tex: Update to version 2011-02-14.11.
1902
5415d076
G
19032011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1904
da5e0ce4
GM
1905 * auth.texi (Help for users):
1906 Login collection is "Login" and not "login".
5415d076 1907
14029d4b
MA
19082011-02-13 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * tramp.texi (History): Remove IMAP support.
1911 (External methods, Frequently Asked Questions): Remove `imap' and
1912 `imaps' methods.
1913 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1914
1915 * trampver.texi: Remove default value of `emacsimap'.
1916
8a36c07f
GM
19172011-02-13 Glenn Morris <rgm@gnu.org>
1918
1919 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1920 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1921
165bc5a0
GM
19222011-02-12 Glenn Morris <rgm@gnu.org>
1923
1924 * sc.texi (Getting Connected): Remove old index entries.
1925
5415d076 19262011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1927
1928 * url.texi: Remove duplicate @dircategory (Bug#7942).
1929
b8e0f0cd
G
19302011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1931
8a36c07f
GM
1932 * auth.texi (Overview, Help for users, Help for developers):
1933 Update docs.
b8e0f0cd
G
1934 (Help for users): Talk about spaces.
1935
caf82551
PE
19362011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1937
1938 * texinfo.tex: Update to version 2011-02-07.16.
1939
1ff98217
MA
19402011-02-07 Michael Albinus <michael.albinus@gmx.de>
1941
1942 * dbus.texi (Bus names): Adapt descriptions for
1943 dbus-list-activatable-names and dbus-list-known-names.
1944
2e78df6b
JB
19452011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1946
1947 * calc.texi (Logarithmic Units): New section.
1948
7fbf7cae
TZ
19492011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1950
1951 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1952 manuals use it now.
1953
0c7efc08 1954 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1955
156ad271
KY
19562011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1957
1958 * overrides.texi: Remove.
1959
1960 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1961 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1962
36539990
MA
19632011-02-05 Michael Albinus <michael.albinus@gmx.de>
1964
1965 * tramp.texi (Frequently Asked Questions): Mention problems with
1966 WinSSHD.
1967
1968 * trampver.texi: Update release number.
1969
19702011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1971
1972 * tramp.texi:
1973 Replace "delimet" with "delimit" globally.
1974 Replace "explicite" with "explicit" globally.
1975 Replace "instead of" with "instead" where there was nothing after "of".
1976 Audit use of comma before interrogative pronoun, "that", or "which".
1977 Minor word order, spelling, wording changes.
1978
ec72bf63
G
19792011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1982
1983 * sieve.texi: Use WEBHACKDEVEL.
1984
1985 * sasl.texi: Use WEBHACKDEVEL.
1986
1987 * pgg.texi: Use WEBHACKDEVEL.
1988
1989 * message.texi: Use WEBHACKDEVEL.
1990
1991 * gnus.texi: Use WEBHACKDEVEL.
1992
1993 * emacs-mime.texi: Use WEBHACKDEVEL.
1994
1995 * auth.texi: Use WEBHACKDEVEL.
1996
1997 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1998 manuals.
1999
20002011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2001
2002 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2003
90b750f4
PE
20042011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2007 which in turn is copied from ftp://tug.org/tex/.
2008
0e751a49
GM
20092011-02-03 Glenn Morris <rgm@gnu.org>
2010
2011 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2012 (Binding combinations of modifiers and function keys):
2013 Let's assume people reading this are not using Emacs 18.
2014
7f13c2e2
LI
20152011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2016
2017 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2018 since it's run automatically.
2019
d76c843e
LI
20202011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus.texi (Customizing Articles): Fix typo.
2023
12e3ca0a
LI
20242011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2025
2026 * gnus.texi (Customizing Articles): Document the new way of customizing
2027 the date headers(s).
2028
fe72c8fa
LI
20292011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2030
2031 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2032 splitting example.
2033
bf3dae7e
EZ
20342011-01-29 Eli Zaretskii <eliz@gnu.org>
2035
2036 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2037 (MAKEINFO_OPTS): New variable.
2038 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2039 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2040 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2041 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2042 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2043 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2044 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2045 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2046 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2047 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2048 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2049 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2050 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2051 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2052 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2053 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2054 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2055 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2056
d6f13ac8
LI
20572011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2058
2059 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2060
c5ecc769
G
20612011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2062
2063 * message.texi (IDNA): Explain what it is.
2064
20652011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2066
2067 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2068
45eb2a5d
WL
20692011-01-23 Werner Lemberg <wl@gnu.org>
2070
2071 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2072 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2073 (ENVADD): Update.
45eb2a5d 2074
6872a814
GM
20752011-01-18 Glenn Morris <rgm@gnu.org>
2076
2077 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2078
77ab81d0 20792011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2080
2081 * nxml-mode.texi (Introduction): Fix file name typos.
2082
d221e780
CO
20832011-01-13 Christian Ohler <ohler@gnu.org>
2084
2085 * ert.texi: New file.
2086
2087 * Makefile.in:
2088 * makefile.w32-in: Add ert.texi.
2089
8c904d82
MA
20902011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2091
2092 * dbus.texi (Receiving Method Calls): New function
2093 dbus-register-service. Rearrange node.
2094
f56e0e7a
PE
20952011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2096
2097 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2098 which in turn is copied from ftp://tug.org/tex/.
2099
0fadf00e
MA
21002011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2101
2102 * dbus.texi (Receiving Method Calls): Describe new optional
2103 parameter dont-register-service of dbus-register-{method,property}.
2104
8b358e90
DU
21052010-12-17 Daiki Ueno <ueno@unixuser.org>
2106
0c7efc08
SM
2107 * epa.texi (Encrypting/decrypting *.gpg files):
2108 Mention epa-file-select-keys.
8b358e90 2109
549c9aed
G
21102010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * gnus.texi (Archived Messages): Remove outdated text.
2113
21142010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2115
0c7efc08 2116 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2117
156e3f9c
G
21182010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2119
83f3eadc 2120 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2121
8151d490
AC
21222010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2123
2124 * gnus.texi (The swish++ Engine): Add customizable parameters
2125 descriptions.
2126 (The swish-e Engine): Ditto.
2127
305bdd22
MA
21282010-12-14 Michael Albinus <michael.albinus@gmx.de>
2129
2130 * tramp.texi (Inline methods): Add "ksu" method.
2131 (Remote processes): Add example with remote `default-directory'.
2132
53aff12a
GM
21332010-12-14 Glenn Morris <rgm@gnu.org>
2134
2135 * faq.texi (Expanding aliases when sending mail):
2136 Now build-mail-aliases is interactive.
2137
8a1cdce5
AC
21382010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2139
2140 * gnus.texi: First pass at adding (rough) nnir documentation.
2141
7410c270
G
21422010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
53aff12a
GM
2144 * gnus.texi (Filtering New Groups):
2145 Mention gnus-auto-subscribed-categories.
2146 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2147 removed.
2148
f49d1f52 21492010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2150
2151 * cl.texi (For Clauses): Small fixes for frames and windows.
2152
acedf35c
CD
21532010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2154
2155 * org.texi (Using capture): Document using prefix arguments for
2156 finalizing capture.
2157 (Agenda commands): Document prefix argument for the bulk scatter
2158 command.
2159 (Beamer class export): Document that also overlay arguments can be
2160 passed to the column environment.
2161 (Template elements): Document the new entry type.
2162
21632010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2164
2165 * org.texi (Include files): Document :minlevel.
2166
21672010-12-11 Julien Danjou <julien@danjou.info>
2168
2169 * org.texi (Categories): Document category icons.
2170
21712010-12-11 Eric Schulte <schulte.eric@gmail.com>
2172
2173 * org.texi (noweb): Fix typo.
2174
516aa569
G
21752010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2176
2177 * gnus.texi (Server Commands): Point to the rest of the server
2178 commands.
2179
04db63bc
G
21802010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2181
2182 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2183 g'.
2184
ed797193
G
21852010-12-02 Julien Danjou <julien@danjou.info>
2186
2187 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2188
21892010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2190
2191 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2192 (Direct Functions): Note the STARTTLS upgrade.
2193
07976ae3 21942010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2195 James Clark <none@example.com>
d3dfb185
GM
2196
2197 * nxml-mode.texi (Introduction): New section.
2198
59e75882
G
21992010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
2201 * gnus.texi (Server Commands): Document gnus-server-show-server.
2202
568a887f
MA
22032010-11-20 Michael Albinus <michael.albinus@gmx.de>
2204
2205 Sync with Tramp 2.2.0.
2206
2207 * trampver.texi: Update release number.
2208
1265829e
JB
22092010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2210
2211 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2212 Mention that the TeX specific units won't use the `tex' prefix
2213 in TeX mode.
2214
239661c0
KY
22152010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2216
2217 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2218
4a47c275 22192010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2220
2221 * edt.texi: Remove information about Emacs 19.
2222
4a47c275 22232010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2224
2225 * trampver.texi: Update release number.
2226
2f0e0dc8
KY
22272010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229 * gnus.texi (Article Washing): Fix typo.
2230
afe98dfa
CD
22312010-11-11 Noorul Islam <noorul@noorul.com>
2232
56f5a94e 2233 * org.texi: Fix typo.
afe98dfa
CD
2234
22352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2236
2237 * org.texi (Using capture): Explain that refiling is
2238 sensitive to cursor position.
2239
22402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2241
56f5a94e 2242 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2243
22442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2245
2246 * org.texi: Document the <c> cookie.
2247
22482010-11-11 Eric Schulte <schulte.eric@gmail.com>
2249
bd7239f5 2250 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2251 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2252
22532010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2254
56f5a94e 2255 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2256
22572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2258
56f5a94e 2259 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2260
22612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2262
2263 * org.texi (Setting up the staging area): Document that
2264 file names remain visible when encrypting the MobileOrg files.
2265
22662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2267
2268 * org.texi (Setting up the staging area): Document which
2269 versions are needed for encryption.
2270
22712010-11-11 Eric Schulte <schulte.eric@gmail.com>
2272
56f5a94e
GM
2273 * org.texi (noweb): Update :noweb documentation to
2274 reflect the new "tangle" argument.
afe98dfa
CD
2275
22762010-11-11 Eric Schulte <schulte.eric@gmail.com>
2277
56f5a94e
GM
2278 * org.texi (Batch execution): Improve tangling script in
2279 documentation.
afe98dfa
CD
2280
22812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2282
2283 * org.texi (Handling links):
2284 (In-buffer settings): Document inlining images on startup.
2285
22862010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2287
2288 * org.texi (Setting up the staging area): Document use of
2289 crypt password.
2290
22912010-11-11 David Maus <dmaus@ictsoc.de>
2292
56f5a94e 2293 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2294
22952010-11-11 David Maus <dmaus@ictsoc.de>
2296
56f5a94e
GM
2297 * org.texi (Template expansion): Add mew in table for link type
2298 escapes.
afe98dfa
CD
2299
23002010-11-11 David Maus <dmaus@ictsoc.de>
2301
56f5a94e 2302 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2303
23042010-11-11 Eric Schulte <schulte.eric@gmail.com>
2305
56f5a94e 2306 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2307
23082010-11-11 Eric Schulte <schulte.eric@gmail.com>
2309
56f5a94e 2310 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2311
23122010-11-11 Eric Schulte <schulte.eric@gmail.com>
2313
56f5a94e
GM
2314 * org.texi (Structure of code blocks):
2315 Update documentation to mention inline code block syntax.
afe98dfa
CD
2316
23172010-11-11 Eric Schulte <schulte.eric@gmail.com>
2318
56f5a94e 2319 * org.texi (comments): Improve wording.
afe98dfa
CD
2320
23212010-11-11 Eric Schulte <schulte.eric@gmail.com>
2322
56f5a94e 2323 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2324
23252010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2326
2327 * org.texi (Installation): Remove the special
2328 installation instructions for XEmacs.
2329
23302010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2331
56f5a94e 2332 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2333 insertion of empty structural elements.
2334
23352010-11-11 Noorul Islam <noorul@noorul.com>
2336
56f5a94e 2337 * org.texi: Fix doc.
afe98dfa
CD
2338
23392010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2340
2341 * org.texi (The date/time prompt): Document specification
2342 of time ranges.
2343
23442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2345
2346 * org.texi (Internal links): Document the changes in
2347 internal links.
2348
23492010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2350
2351 * org.texi (Agenda commands): Document the limitation for
2352 the filter preset - it can only be used for an entire agenda
2353 view, not in an individual block in a block agenda.
2354
23552010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2356
2357 * org.texi (iCalendar export): Document alarm creation.
2358
6f8fc60c
MA
23592010-11-10 Michael Albinus <michael.albinus@gmx.de>
2360
2361 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2362
be3c11b3
LMI
23632010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2364
2365 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2366
d607b96b 23672010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2368
d607b96b 2369 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2370
181cb5fb
G
23712010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372
2373 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2374 since that works by default.
2375
23762010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2377
2378 * gnus.texi (Customizing the IMAP Connection): Document
2379 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2380
36bc5d3b
MA
23812010-11-04 Michael Albinus <michael.albinus@gmx.de>
2382
2383 * tramp.texi (Remote shell setup): New item "Interactive shell
2384 prompt". Reported by Christian Millour <cm@abtela.com>.
2385 (Remote shell setup, Remote processes): Use @code{} for
2386 environment variables.
2387
cf503f7c
GM
23882010-11-03 Glenn Morris <rgm@gnu.org>
2389
537b04b9 2390 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2391 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2392
389b76fa
G
23932010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394
2395 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2396
2699a554 23972010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2398
2399 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2400
2699a554 24012010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2402
2403 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2404
99e65b2d
G
24052010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2406
0c7efc08
SM
2407 * gnus.texi (Client-Side IMAP Splitting):
2408 Mention nnimap-unsplittable-articles.
99e65b2d
G
2409
24102010-10-29 Julien Danjou <julien@danjou.info>
2411
2412 * gnus.texi (Finding the News): Remove references to obsoletes
2413 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2414
aeeb3dcb
EZ
24152010-10-29 Eli Zaretskii <eliz@gnu.org>
2416
2417 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2418 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2419 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2420 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2421
8289f37b
GM
24222010-10-28 Glenn Morris <rgm@gnu.org>
2423
2424 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2425 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2426 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2427
d85d3b3a
DU
24282010-10-25 Daiki Ueno <ueno@unixuser.org>
2429
2430 * epa.texi (Mail-mode integration): Add alternative key bindings
2431 for epa-mail commands; escape comma.
c05c2b9b 2432 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2433
9f534a47
JB
24342010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2435
99e65b2d 2436 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2437
5793a7bc 24382010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2439
2440 * gnus.texi (Group Parameters, Buttons): Fix typos.
2441
280f417b
G
24422010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2443
2444 * gnus.texi (Subscription Commands): Mention that you can also
2445 subscribe to new groups via the Server buffer, which is probably more
2446 convenient when subscribing to many groups.
2447
d806c872
G
24482010-10-21 Julien Danjou <julien@danjou.info>
2449
2450 * message.texi (Message Headers): Allow message-default-headers to be a
2451 function.
2452
d5798f68
LMI
24532010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * gnus-news.texi: Mention new archive defaults.
2456
b79bbef7
KY
24572010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2458
2459 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2460
2526f423
G
24612010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * gnus.texi (HTML): Document the function value of
2464 gnus-blocked-images.
2465 (Article Washing): shr and gnus-w3m, not the direct function names.
2466
ba91f05d
G
24672010-10-20 Julien Danjou <julien@danjou.info>
2468
2469 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2470 variable.
2471
da451787
LMI
24722010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * gnus.texi (Customizing the IMAP Connection): The port strings are
2475 strings.
c872595d 2476 (Document Groups): Mention git.
da451787 2477
7cad71ad
G
24782010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2479
2480 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2481 bzr/Gnus git sync.
2482
c56dfd36
EZ
24832010-10-15 Eli Zaretskii <eliz@gnu.org>
2484
2485 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2486 change.
2487
a1d16a7b
G
24882010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2491 @item syntax for in-Emacs makeinfo.
2492
24932010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2494
2495 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2496 trim sentence.
2497
98e2b864
DU
24982010-10-12 Daiki Ueno <ueno@unixuser.org>
2499
2500 * epa.texi (Caching Passphrases):
0c7efc08
SM
2501 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2502 Clarify some configurations require to set up gpg-agent.
98e2b864 2503
c12e4a81
GM
25042010-10-11 Glenn Morris <rgm@gnu.org>
2505
2506 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2507
f7aa248a
G
25082010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * gnus.texi (Spam Package Introduction): Mention `$'.
2511
6513b232
EZ
25122010-10-09 Eli Zaretskii <eliz@gnu.org>
2513
2514 * makefile.w32-in (emacsdir): New variable.
2515 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2516 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2517
abd40fb4
GM
25182010-10-09 Glenn Morris <rgm@gnu.org>
2519
0f05450f
GM
2520 * Makefile.in (mostlyclean): Delete *.toc.
2521
d3a4ac46
GM
2522 * Makefile.in: Use $< in rules.
2523
aa9db089
GM
2524 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2525
abd40fb4
GM
2526 * Makefile.in ($(infodir)): Delete rule.
2527 (mkinfodir): New. Use it in all the info rules, rather than depending
2528 on infodir.
2529
ea274122
GM
25302010-10-09 Glenn Morris <rgm@gnu.org>
2531
6e90e2a8
GM
2532 * gnus.texi (Article Washing): Fix previous change.
2533
f7a31f11
GM
2534 * Makefile.in (emacsdir): New variable.
2535 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2536 Depend on emacsver.texi.
2537
f7a31f11
GM
2538 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2539
ea274122
GM
2540 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2541
36d3245f
G
25422010-10-08 Julien Danjou <julien@danjou.info>
2543
f7a31f11 2544 * gnus.texi: Add mm-shr.
36d3245f
G
2545
25462010-10-08 Ludovic Courtès <ludo@gnu.org>
2547
2548 * gnus.texi (Finding the Parent, The Gnus Registry)
2549 (Registry Article Refer Method): Update docs for nnregistry.el.
2550
25512010-10-08 Daiki Ueno <ueno@unixuser.org>
2552
2553 * auth.texi (Help for users)
2554 (GnuPG and EasyPG Assistant Configuration): Update docs.
2555
12359245
GM
25562010-10-08 Glenn Morris <rgm@gnu.org>
2557
2558 * cl.texi (Organization, Installation, Old CL Compatibility):
2559 Deprecate cl-compat for new code.
4628bef1 2560 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2561
2562 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2563
fcf2d385
KY
25642010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2567
66627fa9
G
25682010-10-06 Julien Danjou <julien@danjou.info>
2569
fd9ba500
JD
2570 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2571
66627fa9
G
2572 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2573 broken link.
2574
2575 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2576
2577 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2578 to ReiserFS.
2579
2580 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2581 (FAQ 7-1): Fix getmail URL.
2582
65f54520
DU
25832010-10-06 Daiki Ueno <ueno@unixuser.org>
2584
2585 * epa.texi (Caching Passphrases): New section.
2586
4c83f6e1
GM
25872010-10-06 Glenn Morris <rgm@gnu.org>
2588
2589 * Makefile.in (SHELL): Set it.
2590 (info): Move the mkdir dependency to the individual info files.
2591 (mostlyclean): Tidy up.
2592 (clean): Only delete the specific dvi and pdf files.
2593 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2594 ($(infodir)): Add parallel build workaround.
4c83f6e1 2595
71e691a5
G
25962010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
2598 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2599
a41c2e6d
G
26002010-10-03 Julien Danjou <julien@danjou.info>
2601
0c7efc08
SM
2602 * emacs-mime.texi (Display Customization):
2603 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2604 mm-inline-large-images-proportion.
2605
37255945
MA
26062010-10-03 Michael Albinus <michael.albinus@gmx.de>
2607
0c7efc08
SM
2608 * tramp.texi (Frequently Asked Questions):
2609 Mention remote-file-name-inhibit-cache.
37255945 2610
11e4e7bd
LMI
26112010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2612
2613 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2614 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2615
cb83220a
KY
26162010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
0c7efc08
SM
2618 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2619 (Article Hiding): Add google banner example.
2620 Suggested by Benjamin Xu.
cb83220a 2621
6b958814
G
26222010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2623
0c7efc08
SM
2624 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2625 Remove nnimap-split-rule from examples.
6b958814
G
2626
26272010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2628
2629 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2630 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2631 Fishman.
2632 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2633
26342010-09-30 Julien Danjou <julien@danjou.info>
2635
2636 * gnus.texi (Gravatars): Fix documentation about
2637 gnu-gravatar-properties.
2638
b9476c04
DU
26392010-09-29 Daiki Ueno <ueno@unixuser.org>
2640
2641 * epa.texi (Bug Reports): New section.
2642
5f874327
GM
26432010-09-29 Glenn Morris <rgm@gnu.org>
2644
2645 * Makefile.in (top_srcdir): Remove unused variable.
2646
6b958814
G
26472010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
2649 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2650 (Client-Side IMAP Splitting): Document 'default.
2651
26522010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2653
0c7efc08
SM
2654 * gnus.texi (Customizing the IMAP Connection):
2655 Document nnimap-fetch-partial-articles.
6b958814 2656
82bccbfa
KY
26572010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2658
2659 * gnus-news.texi: Mention nnimap-inbox.
2660
2661 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2662
26632010-09-26 Julien Danjou <julien@danjou.info>
2664
47e08896 2665 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2666
26672010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2668
2669 * gnus.texi (Security): Remove gpg.el mention.
2670
26712010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2672
2673 * gnus.texi (Browse Foreign Server): New variable
2674 gnus-browse-subscribe-newsgroup-method.
2675
2676 * gnus-news.texi: Mention it.
2677
26782010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
0c7efc08 2680 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2681 (Startup Variables): No jingle.
2682
4c964351
UM
26832010-09-25 Ulrich Mueller <ulm@gentoo.org>
2684
2685 * woman.texi (Interface Options): xz compression is now supported.
2686
82bccbfa
KY
26872010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2688
2689 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2690 (Unavailable Servers): Document gnus-server-copy-server.
2691 (Using IMAP): Document the new nnimap.
2692
26932010-09-25 Julien Danjou <julien@danjou.info>
2694
47e08896 2695 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2696
18778f71
GM
26972010-09-24 Glenn Morris <rgm@gnu.org>
2698
2699 * url.texi (Disk Caching): Tweak previous change.
2700
9c766321
JD
27012010-09-24 Julien Danjou <julien@danjou.info>
2702
2703 * url.texi (Disk Caching): Mention url-cache-expire-time,
2704 url-cache-expired, and url-fetch-from-cache.
2705
82bccbfa
KY
27062010-09-24 Julien Danjou <julien@danjou.info>
2707
2708 * gnus.texi: Add Gravatars.
2709
27102010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2713
592bdb9a
LMI
27142010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * gnus.texi (Expunging mailboxes): Update name of the expunging
2717 command.
2718
e4e22d29
KY
27192010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * emacs-mime.texi (rfc2047): Update description for
2722 rfc2047-encode-parameter.
2723
371d9801
MA
27242010-09-13 Michael Albinus <michael.albinus@gmx.de>
2725
2726 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2727 "fish" methods.
2728 (External methods): Remove "scp1_old" and "scp2_old" methods.
2729
31ae5827
MA
27302010-09-09 Michael Albinus <michael.albinus@gmx.de>
2731
2732 * tramp.texi: Remove Japanese manual. Fix typo.
2733
2734 * trampver.texi: Update release number. Remove japanesemanual.
2735
c0468714
GM
27362010-09-09 Glenn Morris <rgm@gnu.org>
2737
2738 * org.texi: Restore clobbered changes (copyright years, untabify).
2739
86441999
JD
27402010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2741
2742 * gnus.texi (Adaptive Scoring): Fix typo.
2743
25f28806
LMI
27442010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus.texi (Article Display): Document gnus-html-show-images.
2747
45240125 27482010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2749
45240125
JD
2750 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2751
59d09f15
LMI
27522010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2753
2754 * gnus.texi (HTML): Document gnus-max-image-proportion.
2755
2cdd366f
KY
27562010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2757
51dee5ef
KY
2758 * gnus.texi (HTML): Document gnus-blocked-images.
2759
2cdd366f
KY
2760 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2761
b0e4f3fc
KY
27622010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2765 the first message are used for wide replies.
f02566ce
KY
2766 (Changing Servers): Remove documentation on gnus-change-server and
2767 friends, since it's been removed.
b0e4f3fc 2768
598451ed
KY
27692010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * gnus.texi (Drafts): Mention B DEL.
2772
e7842e69
KY
27732010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2774
2775 * gnus.texi (Delayed Articles): Mention that the Date header is the
2776 original one, even if you delay.
2777
85115796
KY
27782010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
0c7efc08
SM
2780 * gnus.texi (Asynchronous Fetching):
2781 Document gnus-async-post-fetch-function.
85115796
KY
2782 (HTML): Made into its own section.
2783
f0b44bc0
MA
27842010-08-26 Michael Albinus <michael.albinus@gmx.de>
2785
2786 Sync with Tramp 2.1.19.
2787
217876c9 2788 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2789 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2790 Remove remark about doubled "-t" argument.
217876c9
MA
2791 (Auto-save and Backup): Remove reference to Emacs 21.
2792 (Filename Syntax): Describe port numbers.
2793 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2794 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2795 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2796 errors with the backquotes.
2797 (External packages): File attributes cache flushing for asynchronous
2798 processes.
2799 (Traces and Profiles): Describe verbose level 9.
2800
f0b44bc0
MA
2801 * trampver.texi: Update release number.
2802
7457f7b6
MA
28032010-08-23 Michael Albinus <michael.albinus@gmx.de>
2804
2805 * dbus.texi (Alternative Buses): New chapter.
2806
b695beda
SM
28072010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2810
443c2c03
JB
28112010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2812
2813 * calc.texi (Customizing Calc): Rearrange description of new
2814 variables to match the presentation of other variables.
2815
7815fe19 28162010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2817
2818 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2819
2c695727
JB
28202010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2821
2822 * calc.texi (Making Selections, Selecting Subformulas)
2823 (Customizing Calc): Mention how to use faces to emphasize selected
2824 sub-formulas.
2825
bbb6ffa1
MA
28262010-08-05 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * tramp.texi (External packages): File attributes cache flushing
2829 for asynchronous processes.
2830
5cee0a9c
AM
28312010-08-01 Alan Mackenzie <acm@muc.de>
2832
2833 Enhance the manual for the latest Java Mode.
2834
2835 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2836 annotation-var-cont.
2837 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2838 two new symbols.
2839
3f2afe32
MA
28402010-07-28 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2843
0ed082fe 28442010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2845
2846 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2847
311f0356
JB
28482010-07-19 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2851
86fbb8ca
CD
28522010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2853
2854 * org.texi: Add macros to get plain quotes in PDF output.
2855 List additional contributors.
2856 (Capture): New section, replaces the section about remember.
2857 (Working With Source Code): New chapter, focused on documenting Org
2858 Babel.
2859 (Code evaluation security): New section.
2860 (MobileOrg): Document DropBox support.
2861 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2862 (Special symbols): Show how to display UTF8 characters for entities.
2863 (Global TODO list): Clarify the use of the "M" key and the differences
2864 to the "m" key.
2865 (RSS Feeds): Mention Atom feeds as well.
2866 (Setting tags): Remove paragraph about
2867 `org-complete-tags-always-offer-all-agenda-tags'.
2868
5732e8ed
MA
28692010-07-17 Michael Albinus <michael.albinus@gmx.de>
2870
2871 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2872 argument.
2873 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2874 echoing shells.
2875
ca1bb391
MA
28762010-07-10 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2879 (Filename Syntax): Describe port numbers.
2880
5bd55c3c
MA
28812010-07-09 Michael Albinus <michael.albinus@gmx.de>
2882
2883 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2884 forgotten.
2885 (Type Conversion): Precise conversion of natural numbers.
2886 (Errors and Events): Add "debugging" to concept index. Add variable
2887 `dbus-debug'.
2888
820ae8fe
MA
28892010-07-04 Michael Albinus <michael.albinus@gmx.de>
2890
2891 * dbus.texi (Receiving Method Calls): Add optional argument
2892 EMITS-SIGNAL to `dbus-register-property'.
2893
b6f9df0f
JB
28942010-06-27 Alex Schroeder <alex@gnu.org>
2895
2896 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2897
62e034c2
GM
28982010-06-24 Glenn Morris <rgm@gnu.org>
2899
2900 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2901 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2902 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2903 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2904 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2905 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2906 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2907 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2908 convention. Make them end with a period.
2909
9360256a
GM
29102010-06-23 Glenn Morris <rgm@gnu.org>
2911
2912 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2913 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2914 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2915 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2916 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2917 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2918
04d3bb6c
GM
29192010-06-10 Glenn Morris <rgm@gnu.org>
2920
2921 * idlwave.texi (Load-Path Shadows):
2922 * org.texi (Handling links): Fix typos.
2923
5e7d4a75
KY
29242010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2925
2926 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2927
9841cb4f
MA
29282010-05-26 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2931 by an alias. (Bug#6226)
2932
597517ef
JB
29332010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2934
2935 * calc.texi (Manipulating Vectors): Mention that vectors can
2936 be used to determine bins for `calc-histogram'.
2937
14914c43
JB
29382010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2939
597517ef 2940 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2941
0235128c 29422010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2943
2944 * url.texi (HTTP language/coding, Customization):
2945 * message.texi (Header Commands, Responses):
2946 * cl.texi (Argument Lists): Fix typos.
2947
0235128c 29482010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2949
0235128c
SM
2950 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2951 Note that Development menu is always available.
aa5789b5
CY
2952 (Creating a project): Fix terminology.
2953 (Add/Remove files): Fix typo.
2954
0235128c
SM
29552010-05-07 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * Version 23.2 released.
2958
a628ad9d 29592010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2960
2961 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2962
502269d6
MA
29632010-05-01 Michael Albinus <michael.albinus@gmx.de>
2964
0235128c
SM
2965 * tramp.texi (Inline methods, Default Method):
2966 Mention `tramp-inline-compress-start-size'.
502269d6 2967
6e104790 29682010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2969
2970 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2971 the CVS repo. Put the Git repo in the news section.
2972
6e104790 2973 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2974 Removed some mentions of CVS. Mention the new Git repo.
2975
6e104790 29762010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2977
2978 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2979 (Mail Group Commands): Add index entry.
2980
6e104790 29812010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2982
2983 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2984
f8b91752
JB
29852010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2986
2987 * calc.texi (Radix modes): Mention that the option prefix will
2988 turn on twos-complement mode.
2989 (Inverse and Hyperbolic Flags): Mention the Option flag.
2990
ed21c5c8
CD
29912010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2992
2993 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2994 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2995 (Sectioning structure): Update.
2996 (References): New use case for field coordinates.
6e104790 2997 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2998 (Setting up the staging area): Document the availability of
2999 encryption for MobileOrg.
3000 (Images and tables): Document how to reference labels.
3001 (Index entries): New section.
3002 (Generating an index): New section.
3003 (Column width and alignment): Document that <N> now
3004 means a fixed width, not a maximum width.
3005 (Publishing options): Document the :email option.
3006 (Beamer class export): Fix bug in the BEAMER example.
3007 (Refiling notes): Document refile logging.
3008 (In-buffer settings): Document refile logging keywords.
3009 (Drawers): Document `C-c C-z' command.
3010 (Agenda commands): Mention the alternative key `C-c C-z'.
3011 (Special properties): Document the BLOCKED property.
3012 (The spreadsheet): Mention the formula editor.
3013 (References): Document field coordinates.
3014 (Publishing action): Correct the documentation for the
3015 publishing function.
3016 (The date/time prompt): Document that we accept dates
3017 like month/day/year.
3018 (Cooperation): Document the changes in table.el support.
3019 (Faces for TODO keywords, Faces for TODO keywords)
3020 (Priorities): Document the easy colors.
3021 (Visibility cycling): Document the new double prefix
3022 arg for `org-reveal'.
3023 (Cooperation): Remember.el is part of Emacs.
3024 (Clean view): Mention that `wrap-prefix' is also set by
3025 org-indent-mode.
3026 (Agenda commands): Add information about prefix args to
3027 scheduling and deadline commands.
3028 (Search view): Point to the docstring of
3029 `org-search-view' for more details.
6e104790 3030 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3031 (Setting tags): Document variable
3032 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3033 (Column attributes): Cross-reference special properties.
ed21c5c8 3034
456b348e
MA
30352010-04-10 Michael Albinus <michael.albinus@gmx.de>
3036
3037 Synchronize with Tramp repository.
3038
3039 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3040 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3041 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3042 syntax, texi2dvi reports errors with the backquotes.
3043
3044 * trampver.texi: Update release number.
3045
357e2d8e
KY
30462010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3047
3048 * gnus.texi (Finding the News): Add pointers to the Server buffer
3049 because it's essential.
3050
1d4d7664
KY
30512010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3052
3053 * gnus.texi (MIME Commands): Update description of
3054 gnus-article-browse-html-article.
3055
bd3e840f
KY
30562010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3057
3058 * auth.texi (Secret Service API): Add TODO node.
3059 (Help for users): Explain the new source options for `auth-sources'.
3060
e867cb5d 30612010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3062
3063 * trampver.texi: Update release number.
3064
288f9fc0
CY
30652010-03-10 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * Branch for 23.2.
3068
d99aaebd
CY
30692010-03-03 Chong Yidong <cyd@stupidchicken.com>
3070
3071 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3072 now enabled by default.
3073
5794c2a5
MA
30742010-02-28 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3077 when Emacs runs in interactive mode. (Bug#5645)
3078
40572be6
GM
30792010-02-16 Glenn Morris <rgm@gnu.org>
3080
3081 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3082
7bb8ed67
MH
30832010-02-05 Mark A. Hershberger <mah@everybody.org>
3084
3085 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3086
45a1423d 30872010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3088
3089 * gnus.texi (Score File Format): Fix typo.
3090
45a1423d 30912010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3092
3093 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3094
14f17fc8
JB
30952010-01-18 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * ada-mode.texi (Project File Overview): Fix typo.
3098
607d4369
CY
30992010-01-17 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * semantic.texi: Add Richard Y. Kim credit.
3102
3103 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3104
3d1bfa99
MA
31052010-01-17 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3108 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3109
6fbf7a75
GM
31102010-01-17 Glenn Morris <rgm@gnu.org>
3111
b9f978f0
GM
3112 * calc.texi (Reporting Bugs): Don't mention format of repository.
3113
f19bc38d
GM
3114 * woman.texi (Bugs): Make "Emacs repository" less specific,
3115 and the URL for same more specific.
3116
6fbf7a75
GM
3117 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3118
16c3428a
JB
31192010-01-17 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * ede.texi (ede-step-project, ede-proj-target):
3122 * tramp.texi (Remote processes): Fix typos.
3123
045b9da7
ML
31242010-01-16 Mario Lang <mlang@delysid.org>
3125
3126 * ede.texi (ede-target):
3127 * org.texi (Refiling notes): Remove duplicated words.
3128
c57008f6
SM
31292010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * gnus.texi (Posting Styles): Use with-current-buffer.
3132 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3133
798c9eb5
KR
31342010-01-02 Kevin Ryde <user42@zip.com.au>
3135
3136 * eieio.texi (Naming Conventions): Correction to xref on elisp
3137 coding conventions, is "Tips" node not "Standards".
3138
4970fbfe
CY
31392009-12-24 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3142
3143 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3144
83828b06
KY
31452009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3146
3147 * gnus.texi (Direct Functions): Add missing port number to tls method.
3148
45a4a565
JB
31492009-12-15 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3152 ($(infodir)/edt, edt.dvi): New targets.
3153
698bfef7
GM
31542009-12-15 Glenn Morris <rgm@gnu.org>
3155
3156 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3157 (edt, $(infodir)/edt, edt.dvi): New targets.
3158 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3159
3160 * Makefile.in (PDF_TARGETS, pdf): New.
3161 (clean): Add *.pdf.
3162 Add pdf rules for all manuals.
3163
0e983327
JB
31642009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3165
3166 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3167
8e687433
CY
31682009-12-14 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3171 (Smart Jump, Analyzer Debug): Copyedits.
3172 (Semantic mode user commands): Link to new nodes.
3173 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3174 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3175 upstream Semantic manual.
3176
3177 * semantic.texi (Introduction): Minor fix to diagram.
3178
020335df
MA
31792009-12-09 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * eshell.texi (History): Add the other built-in variables.
3182 (Built-ins): Explain built-ins, and how to apply the external commands.
3183 Add `history', `su' and `sudo'.
3184
3185 * tramp.texi (Remote processes): Add missing <RET> in the example.
3186
6ddf13e4
BW
31872009-12-01 Bill Wohler <wohler@newt.com>
3188
3189 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3190 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3191 excessively garrulous.
3192
07b6428c
MA
31932009-11-29 Michael Albinus <michael.albinus@gmx.de>
3194
3195 * tramp.texi (Remote processes): Improve eshell example with "su"
3196 and "sudo" commands.
3197
fd1cefda
CY
31982009-11-28 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3201
3202 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3203 Document semantic-complete-analyze-inline.
3204 (Semanticdb search debugging commands): Minor clarification.
3205 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3206 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3207 manual.
9d542758 3208 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3209
159e3ad5
KR
32102009-11-28 Kevin Ryde <user42@zip.com.au>
3211
3212 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3213 @pxref, now EIEIO is in Emacs.
159e3ad5 3214
c6d47315
KR
3215 * erc.texi (Development): Correction to git tutorial url.
3216
16f6287e
GM
32172009-11-26 Glenn Morris <rgm@gnu.org>
3218
3219 * faq.texi (Latest version of Emacs): Mention stability of development
3220 version.
3221 (Problems with very large files): Max buffer size increase in 23.2.
3222 (VM): VM has moved house again.
3223
5ea5dbc9
JB
32242009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3225
3226 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3227 notations.
3228
5dec9555
CD
32292009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3230
45a4a565 3231 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3232
bd6f6833
CY
32332009-11-20 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3236 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3237 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3238
be479117
JB
32392009-11-17 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * semantic.texi (Semantic Internals, Glossary):
3242 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3243 (Semanticdb search debugging commands): Fix typos.
3244
17291a1f
JB
32452009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3246
be479117 3247 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3248
af42a9cc
JB
32492009-11-16 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3252 ($(infodir)/semantic, semantic.dvi): New targets.
3253
3149927d
CY
32542009-11-16 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * Makefile.in: Build the Semantic manual.
3257
3258 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3259 repository.
3260
977640ed
MA
32612009-11-16 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * dbus.texi (Receiving Method Calls): New defun
3264 `dbus-unregister-service'.
3265
17673adf
CD
32662009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3267
3268 * org.texi (Speed keys): New section.
3269
0ecd3c90
MA
32702009-11-13 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * dbus.texi (Type Conversion): Fix typo.
3273 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3274 `dbus-registered-objects-table'.
0c7efc08
SM
3275 (Receiving Method Calls): New defun `dbus-register-property'.
3276 Move `dbus-unregister-object' here.
0ecd3c90 3277
8bfe682a
CD
32782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3279
3280 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3281
32822009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3283
3284 * org.texi (Column attributes): Add the new age summary operators.
3285 Also, mention the fact you can only use one summary operator per
3286 property.
3287
32882009-11-13 John Wiegley <johnw@newartisans.com>
3289
0c7efc08 3290 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3291 manual about how to track habits.
0c7efc08 3292 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3293 dangling clocks are resolved.
3294
32952009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3296
3297 * org.texi (Agenda commands): Document the new `i' command.
3298 (Inserting deadline/schedule): Document logging changes
3299 of scheduling and deadline times stamps.
3300 (In-buffer settings): Document the in-buffer keywords for logging
3301 changes of scheduling and deadline times stamps.
3302 (Structure editing, Plain lists): Document indentation
3303 cycling in empty entries with TAB.
3304 (Archiving): Document the default archiving command.
3305 (Moving subtrees): Document the new keys for archiving.
3306 (Internal archiving): Fix incorrect key.
3307 (Agenda commands): Document the TODO set switching commands.
3308 (Agenda commands): Document the new archiving keys.
3309 (Clocking work time): Better description on how to save
3310 and restore a clock.
3311 (Resolving idle time): Mention the x11idle program to get true
3312 idleness also under X11.
3313 (Resolving idle time): Use @kbd instead of @key for normal
3314 letters, because this is how he rest of the manual does this.
3315 (Pushing to MobileOrg): Mention that `org-directory'
3316 should be set.
3317 (Agenda commands): Document that SPC is a filter for
3318 any tag.
0c7efc08 3319 (Search view): Rename from "Keyword search".
8bfe682a
CD
3320 (Capure): New chapter.
3321 (Markup): New chapter.
0c7efc08
SM
3322 (Links in HTML export, Images in HTML export):
3323 Extend the section titles.
8bfe682a
CD
3324 (Images in HTML export): Document the align option.
3325 (Text areas in HTML export): Extend the section title.
3326 (Images in LaTeX export): Explain image placement in LaTeX.
3327
693737cd
GM
33282009-11-10 Glenn Morris <rgm@gnu.org>
3329
3330 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3331
c7bd4ebe
MA
33322009-11-08 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * tramp.texi (Auto-save and Backup): Disable backups just for a
3335 method.
3336
3337 * trampver.texi: Update release number.
3338
76c5acad
MA
33392009-11-07 Michael Albinus <michael.albinus@gmx.de>
3340
3341 Sync with Tramp 2.1.17.
3342
3343 * trampver.texi: Update release number.
3344
d9a57abf
GM
33452009-10-29 Glenn Morris <rgm@gnu.org>
3346
3347 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3348
637f4f0f
MA
33492009-10-23 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * tramp.texi (External methods): Temporary files are kept for
3352 `rsync' and `rsyncc' methods.
3353
310dbb05
JB
33542009-10-09 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * eieio.texi: Fix typos.
3357
09094f28
CY
33582009-10-07 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3361
216f299a
JB
33622009-10-07 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3365 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3366
966a6506
CY
33672009-10-07 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * Makefile.in: Build EIEIO and EDE manuals.
3370
33712009-10-07 Eric Ludlam <zappo@gnu.org>
3372
3373 * eieio.texi:
3374 * ede.texi: New files.
3375
8842cd9b
MA
33762009-10-05 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * tramp.texi (Remote processes): Association of a pty is not supported.
3379
7006d207
CD
33802009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3381
3382 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3383 (Processing LaTeX fragments): Document that the size of images can be
3384 changes using the variable `org-format-latex-options'.
3385 (The date/time prompt, Timestamps): Be more accurate over ISO format
3386 dates and times.
3387 (Visibility cycling): Document showeverything keyword.
3388 (In-buffer settings): Document showeverything keyword.
3389 (Setting up the staging area): Fix the example.
3390 (MobileOrg): New section.
3391 (Agenda commands, Exporting Agenda Views): Document exporting the
3392 agenda view to Org files.
3393
0e7b2867
MA
33942009-09-28 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * tramp.texi (History): Add IMAP support.
3397 (External methods): Add `imap' and `imaps' methods.
3398 (GVFS based methods): Add indices for `davs'.
3399 (Password handling): Rename anchors. Add IMAP entries for
3400 ~/.authinfo.gpg.
3401
3402 * trampver.texi: Set default value of `emacsimap'.
3403
4146636e
KY
34042009-09-22 Daiki Ueno <ueno@unixuser.org>
3405
3406 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3407
d22f7ffa
CY
34082009-09-13 Chong Yidong <cyd@stupidchicken.com>
3409
0c7efc08
SM
3410 * dired-x.texi (Technical Details):
3411 Delete dired-up-directory (Bug#4292).
d22f7ffa 3412
66043531
MA
34132009-09-03 Michael Albinus <michael.albinus@gmx.de>
3414
216f299a 3415 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3416
6eb02347
CD
34172009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3418
3419 * org.texi (Effort estimates): Document new effort setting commands.
3420 (Agenda commands): Document the new keys fro agenda time motion.
3421 Document entry text mode. Improve documentation of the keys to include
3422 inactive time stamps into the agenda view.
3423 (Feedback): Document the new bug report command.
0c7efc08 3424 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3425
38dc51ba
KY
34262009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3427
3428 * auth.texi (Help for users): Corrected markup.
3429
e402f452
GM
34302009-09-02 Glenn Morris <rgm@gnu.org>
3431
3432 * emacs-mime.texi (time-date): Mention float-time.
3433
744256cf
JB
34342009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3435
3436 * calc.texi (Simplifying Formulas): Improve the wording.
3437
b0b63450
MB
34382009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3439
3440 * auth.texi: Rewritten for coverage and clarity.
3441
34422009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3443
0c7efc08
SM
3444 * gnus.texi (Expiring Mail):
3445 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3446 (Various Various): Mention gnus-safe-html-newsgroups.
3447
3448 * gnus-news.texi: Mention
3449 gnus-mark-copied-or-moved-articles-as-expirable.
3450
3451 * emacs-mime.texi (Display Customization): Add xref to
3452 gnus-safe-html-newsgroups.
3453
b59329e0
MA
34542009-08-28 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * tramp.texi (Version Control): Remove.
af42a9cc 3457 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3458 reference.
3459 (External methods): Correct `scpc' concept index entries. New method
3460 `rsyncc'.
3461 (External packages): New subsections "Filename completion" and "File
3462 attributes cache".
3463
0ff2d6c2
JB
34642009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3465
3466 * calc.texi (Rewrite Rules): Improve the example.
3467 (Simplifying Formulas): Explain use of the I and H flags for
3468 simplification.
3469
ecd3d54f
MA
34702009-08-25 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3473 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3474 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3475 for timeout values.
78176e69
MA
3476 (Top): Remove footnote saying D-Bus is not enabled by
3477 default. (Bug#4256)
ecd3d54f 3478
0f215bca
DU
34792009-08-23 Daiki Ueno <ueno@unixuser.org>
3480
3481 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3482 Reported by Jari Aalto (Bug#4211).
0f215bca 3483 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3484 epa-global-mail-mode.
3b7ab45f
DU
3485 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3486 epa-setup.
0f215bca 3487
4f22e84d
MA
34882009-08-16 Michael Albinus <michael.albinus@gmx.de>
3489
3490 * dbus.texi (Asynchronous Methods): Allow nil handler.
3491
9ff0b02b 34922009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3493
26b03ee3 3494 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3495
26b03ee3 3496 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3497
4c39f404
CY
34982009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3499
3500 * calc.texi (Date Forms): Fix typos.
3501
3bcfba17
GM
35022009-08-08 Glenn Morris <rgm@gnu.org>
3503
3504 * org.texi (Agenda commands): Restore clobbered change.
3505
66783bb4
EZ
35062009-08-07 Eli Zaretskii <eliz@gnu.org>
3507
3508 * calc.texi (Graphics, Devices): Update with the peculiarities of
3509 operation on MS-Windows.
3510
c8d0cf5c
CD
35112009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3512
3513 * org.texi (Publishing action): Improve documentation of file
3514 names when publishing to the source directory.
3515 (Clean view): Document `org-indent-mode'.
3516 (Clocking work time): Add documentation for the
3517 new :timetamp option when creating a clock report.
3518 (Paragraphs): Fix many typos.
3519 (Plain lists): Remove duplicate explanation about the
3520 `C-c *' command.
3521 (Literal examples): Update to reflect the new behavior
3522 of the -n -r -k switches when exporting source code examples.
3523 (Structure editing): Add information about `C-c *',
3524 converting a plain list into a list of Org items.
3525 (Remember): Small rephrasing of the paragraph
3526 describing remember.el. Also mentioned that remember.el is part
3527 of Emacs 23, not Emacs 22.
3528 (Clocking work time): Add documentation about
3529 displaying the current clocking time against the effort estimate.
3530 Also add a footnote about using `org-clock-in-prepare-hook' to add
3531 an effort estimate on the fly, just before clocking it.
3532 (Footnotes): Document automatic renumbering and
3533 sorting.
3534 (Agenda commands): Document new bulk commands.
3535 (Plain lists): Document new behavior of
3536 `org-cycle-include-plain-lists'.
4e2af782 3537 Hyphenation only in TeX.
c8d0cf5c
CD
3538 (Clocking work time): Document the key to update effort
3539 estimates.
3540 (Clocking work time): Document the clock time display.
3541 (Structure editing, TODO basics): Document new
3542 variables.
3543 (Column attributes): Document new colciew operators.
3544 (Publishing options): Document :xml-declaration.
3545 (Tracking TODO state changes): Document the
3546 LOG_INTO_DRAWER property.
3547 (Literal examples): Document the new implementation for
3548 editing source code.
3549 (Publishing action): Mention the new publishing
3550 function, to publish an Org source file.
3551 (Publishing links): Mention how to link to an Org source file.
3552 (Macro replacement): Document new macros.
3553 (Handling links): Document type-specific completion
3554 when inserting links.
3555 (Structure editing, Plain lists): Improve documentation
3556 on sorting.
3557 (Internal links): Document custom ids for links.
3558 (Handling links): Document custom ids for links.
3559 (CSS support): Document new class.
3560 (Refiling notes): Document the possibility to create new nodes
3561 during refiling.
3562 (Agenda commands): Document the "?" operator to find
3563 tasks without effort setting.
3564 (Exporting agenda information): Section moved.
3565 (RSS Feeds): New section.
3566 (Built-in table editor): Document M-e and M-a navigate
3567 inside table field.
3568 (Stuck projects): Docment that projects identified as
3569 un-stuck will still be searchd for stuck sub-projects.
3570 (Paragraphs): Document centering.
3571 (Creating timestamps, Agenda commands): Document new
3572 behavior when changing time stamps.
3573 (Structure editing): Document the new command
3574 `org-clone-subtree-with-time-shift'.
3575 (Publishing): Refresh this chapter.
3576 (Export options, Export options, In-buffer settings):
3577 Document the new keywords.
3578 (Matching tags and properties): Collect all
3579 documentation about tags/property matches here.
3580 (Setting tags): Document `org-tag-persistent-alist'.
3581 (Weekly/daily agenda): New section.
3582 (Orgstruct mode): Describe `orgstruct++-mode'.
3583 (Drawers): Mention the LOGBOOK drawer.
3584 (Export options, Sectioning structure): Document the
3585 #+LEATEX_HEADER in-buffer setting.
3586 (Bugs): Section removed.
3587 (Hooks): New section.
0c7efc08 3588 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3589 (Context-sensitive commands): New section.
3590 (Setting tags): Document newline option.
3591 (Global TODO list, Matching tags and properties):
3592 Mention more variables.
3593 (Checkboxes): Update to changed command behavior.
81a5560e 3594
40d2791f
CY
35952009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3596
3597 * speedbar.texi (Basic Key Bindings): Fix typo.
3598
65d0154b
JB
35992009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3600
3601 * calc.texi (Vector/Matrix Functions): Add index entries for both
3602 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3603 affects matrices with more than one row.
b5bdfd9f 3604 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3605
5a9e3ab7
JB
36062009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3607
3608 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3609 `calc-transpose-lines'.
5a9e3ab7 3610
42fb7e61
MA
36112009-07-27 Michael Albinus <michael.albinus@gmx.de>
3612
3613 * dbus.texi (Receiving Method Calls): Describe special return value
3614 `:ignore'.
3615
574b69d5
AM
36162009-07-24 Alan Mackenzie <acm@muc.de>
3617
3618 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3619 initialization, any individual variable setting now takes precedence
3620 over one done via c-file-style/c-file-offsets.
3621
ec06459c
JB
36222009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3623
3624 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3625 truncated when Calc is quit.
3626 (Customizing Calc): Document `calc-undo-length'.
3627
4ce54f6b
CY
36282009-07-20 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3631
0e4f8ba5
GM
36322009-07-11 Kevin Ryde <user42@zip.com.au>
3633
3634 * pcl-cvs.texi (About PCL-CVS):
3635 * widget.texi (Basic Types):
3636 Fix cross-references.
3637
fa0f81b0
AS
36382009-07-01 Andreas Schwab <aschwab@redhat.com>
3639
3640 * dbus.texi (Type Conversion): Don't use literal control character.
3641
88a683c5
MA
36422009-07-01 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * tramp.texi (GVFS based methods): New section.
3645 (Remote processes): Processes for GVFS based methods run locally.
3646
36c8febb
MA
36472009-06-30 Michael Albinus <michael.albinus@gmx.de>
3648
0c7efc08
SM
3649 * tramp.texi (Inline methods, External methods, Gateway methods):
3650 Avoid the words "kludge" and hack".
36c8febb
MA
3651 (External methods): Add `synce' method.
3652
3653 * trampver.texi: Update release number.
3654
d6b951bb
MA
36552009-06-22 Michael Albinus <michael.albinus@gmx.de>
3656
3657 Sync with Tramp 2.1.16.
3658
3659 * tramp.texi (History): Add GVFS support.
3660 (External methods): Precise `rsync' description. Add `dav', `davs' and
3661 `obex' methods. Add 'tramp-gvfs-methods' option.
3662 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3663 forms.
3664 (Remote Programs): Introduce `tramp-own-remote-path'.
3665 (Remote processes): New subsection "Running remote programs that create
3666 local X11 windows".
3667 (Frequently Asked Questions): Improve code for disabling vc.
3668
3669 * trampver.texi: Update release number. Set default value of
3670 `emacsgvfs'.
3671
70243478
CY
36722009-06-21 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * Branch for 23.1.
3675
54b31cbf
GM
36762009-06-17 Glenn Morris <rgm@gnu.org>
3677
3678 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3679 (Latest version of Emacs): Mention source code repository.
3680
f6adc23c
GM
36812009-06-16 Glenn Morris <rgm@gnu.org>
3682
3683 * faq.texi (Top): Language tweak.
3684 (Extended commands): Most people have arrow keys.
3685 (Emacs manual): Say how to follow info links.
3686 (File-name conventions): Change title a bit. Explain about source
3687 versus installed. Condense etc description.
3688 (Guidelines for newsgroup postings): Mention Savannah list page.
3689 (Newsgroup archives): Simplify.
3690 (Contacting the FSF): Add contact URL.
3691 (Emacs Lisp documentation): Printed version not always available.
3692 (Installing Texinfo documentation): Explain how by hand installation is
3693 not normally needed. Use add-to-list. Remove duplicate reference.
3694 (Informational files for Emacs): Move info on Help menu here from
3695 "File-name conventions".
3696 (Help installing Emacs): Tweak uref.
3697 (Obtaining the FAQ): Mention repository.
3698 (Origin of the term Emacs): Explain "ITS".
3699 (Changing load-path): Use add-to-list.
3700 (Automatic indentation): Clarify this is for Text mode.
3701 Don't mention Indented Text mode.
3702 (Finding Emacs on the Internet): The FSF does not seem to offer a
3703 deluxe distribution on CD anymore.
3704
b59a8457
GM
37052009-06-16 Glenn Morris <rgm@gnu.org>
3706
3707 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3708 Recommend the latest release. Mention how to get older FAQs.
3709 Recommend the Emacs manual.
3710 (Guidelines for newsgroup postings): Discourage cross-posts.
3711 (Underlining paragraphs): Remove.
3712 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3713 (Bugs and problems): Update key-binding.
3714 (Problems with very large files): Mention 64-bit.
3715 (Shell process exits abnormally): Remove.
3716 (Problems with Shell Mode): Rename and update.
3717 (Spontaneous entry into isearch-mode)
3718 (Problems talking to certain hosts): Remove. This is old information,
3719 in etc/PROBLEMS if needed.
3720 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3721 (Dired claims that no file is on this line): Update.
3722 (Installing Emacs, Problems building Emacs): Simplify.
3723 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3724 information.
3725 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3726 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3727 (JDEE): "JDEE", not "JDE".
3728 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3729 Remove. This is old information, in etc/PROBLEMS if needed.
3730 (stty and Backspace key, Kanji and Chinese characters): Remove.
3731 (Right-to-left alphabets): Update section.
3732 (Changing the included text prefix): Gnus uses message-yank-prefix.
3733 Add cross-reference to Supercite manual.
3734 (Saving a copy of outgoing mail): Simplify output file description.
3735 (Expanding aliases when sending mail): Refer to Emacs manual.
3736 Remove old info about RFC822.
3737 Correct description of how to rebuild aliases.
3738 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3739 (MIME with Emacs mail packages)
3740 (Viewing articles with embedded underlining)
3741 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3742 Remove old sections.
3743 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3744 and is well-documented in the Gnus manual.
3745 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3746 (Making Gnus faster): Rename from "Starting Gnus faster".
3747 Merge "Catch-up is slow in Gnus" into here.
3748
0e6d12ca
GM
37492009-06-14 Glenn Morris <rgm@gnu.org>
3750
3751 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3752 (New in Emacs 23): New section.
3753 (Handling C-s and C-q with flow control): Add xref.
3754
2e17e05e
GM
37552009-06-13 Glenn Morris <rgm@gnu.org>
3756
3757 * faq.texi (Setting up a customization file): Grammar fix.
3758 Customize is no longer "new".
3759 (Displaying the current line or column): Line-number mode is on by
3760 default. Don't mention `column' package. Mention linum.el.
3761 (Turning on abbrevs by default): Explain how to do it for buffers,
3762 modes, and everywhere.
3763 (Associating modes with files): Use add-to-list. Don't mention Emacs
3764 19.
3765 (Highlighting a region): On by default since 23.1.
3766 (Replacing highlighted text): Update doc quote.
3767 (Working with unprintable characters): Don't mention search-quote-char.
3768 (Using an already running Emacs process): Gnuclient is probably not an
3769 enhancement these days.
3770 (Indenting switch statements): Remove mention of pre-Emacs 20.
3771 (Horizontal scrolling): Abbreviate Emacs 20 description.
3772 (Replacing text across multiple files): Fix name of dired command.
3773 (Disabling backups): Use require not load.
4f9d4de3 3774 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3775
2a1cf2b9
BW
37762009-06-13 Bill Wohler <wohler@newt.com>
3777
3778 Release MH-E manual version 8.2.
3779
3780 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3781 release 8.2.
3782
85b438b7
GM
37832009-06-13 Glenn Morris <rgm@gnu.org>
3784
3785 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3786 in this day and age the common meaning is "on the web".
3787 (copying): Use @copyright in all cases.
3788 (Basic keys): Remove reference to deleted manual node "Text Characters".
3789 (File-name conventions): Use GNU as an example rather than SERVICE.
3790 default.el lives in site-lisp. Update Info directory location.
3791 (Real meaning of copyleft): GPL actions have been brought, but all
3792 settled out of court.
3793 (Guidelines for newsgroup postings): Shorten section title.
3794 Simplify comp.emacs description.
3795 (Newsgroup archives): Change Google URL. Describe Gmane.
3796 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3797 points". Mention List-Unsubscribe header.
3798 (Contacting the FSF): Update email and URLs.
3799 (Basic editing): Mention F1 for help.
3800 (Installing Texinfo documentation): Refer to Texinfo website rather
3801 than ftp server.
3802 (Printing a Texinfo file): Mention texi2pdf.
3803 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3804 are just stubs nowadays.
3805 (Latest version of Emacs): Explain version numbers.
3806 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3807 (Turning on syntax highlighting): No need to mention hilit19 any more.
3808 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3809 (Modes for various languages): Remove section.
3810 (Major packages and programs): Remove most version and maintainer
3811 information - it's hard to keep up-to-date, and adds nothing.
3812 Similarly with direct links to mailing lists.
3813 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3814 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3815 years, and Emacs comes with tools for this now.
3816 (Patch): Remove section - this is a standard tool.
3817 (Using function keys under X): Remove section.
3818
93e2d996
GM
38192009-06-12 Glenn Morris <rgm@gnu.org>
3820
3821 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3822 (Help installing Emacs): Remove reference to deleted X11 node.
3823 (Associating modes with files): Interpreter-mode-alist is no longer
3824 subservient to auto-mode-alist.
3825 (Installing Emacs): Change future Emacs version.
3826 (Linking with -lX11 fails): Remove old section.
3827 (Packages that do not come with Emacs): Update ELL location.
3828 Emacs Lisp archive is dead.
3829 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3830 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3831 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3832 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3833 (Removing flashing messages): Remove section about non-existent Gnus
3834 option.
3835
f0bf7708
GM
3836 * faq.texi (Top): Add @top command.
3837 Remove the optional arguments from all @node commands: makeinfo can
3838 generate these automatically, and it is easier to edit and rearrange
3839 nodes without them.
3840
30884d11
GM
38412009-06-11 Glenn Morris <rgm@gnu.org>
3842
3843 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3844 (The LPF): Make the updated URL the sole reference point.
3845 (Learning how to do something): Update refcard price and format.
3846 (Getting a printed manual): Sources in doc/emacs/, not man/.
3847 Also available in PDF format. Since the page count varies, be less
3848 precise.
3849 (Informational files for Emacs): Remove references to deleted files
3850 LPF and SUN-SUPPORT, and to UUCP.
3851 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3852 Remove many obsolete ways to get the FAQ, which now seems only to be
3853 distributed with Emacs.
3854 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3855
deab46e0
CY
38562009-06-09 Chong Yidong <cyd@stupidchicken.com>
3857
223b43fa 3858 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3859 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3860
deab46e0
CY
3861 * ada-mode.texi (Installation, Compile commands)
3862 (Project File Overview, No project files, Set compiler options)
3863 (Use GNAT project file, Use multiple GNAT project files)
3864 (Identifier completion): Use @samp for menu items, and @kbd for key
3865 sequences (Bug#3504).
3866
71fbd643
DU
38672009-06-04 Daiki Ueno <ueno@unixuser.org>
3868
8c9bb6f5 3869 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3870
f197085b
CY
38712009-06-04 Ryan Yeske <rcyeske@gmail.com>
3872
3873 * message.texi (Header Commands): Fix descriptions to match
3874 keybindings.
3875
7f3bc720
DU
38762009-04-22 Daiki Ueno <ueno@unixuser.org>
3877
3878 * gnus.texi (Security): Mention that EasyPG is the current default.
3879
4518068d
CY
38802009-04-13 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * ediff.texi (Session Commands): Fix typo.
3883
d7ca410a
MB
38842009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3885
3886 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3887 news.software.readers. Reported by Florian Rehnisch.
3888
c6c76add
GM
38892009-04-02 Glenn Morris <rgm@gnu.org>
3890
3891 * auth.texi: Capitalize direntry.
3892
3893 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3894 using a period in the entry name. (Bug#2797)
3895
35ed8e2e
JB
38962009-03-03 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3899 ($(infodir)/auth, auth.dvi): New targets.
3900
e280480a
GM
39012009-03-03 Glenn Morris <rgm@gnu.org>
3902
3903 * auth.texi: Fix @setfilename.
3904
3905 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3906 (auth, $(infodir)/auth, auth.dvi): New rules.
3907
8a76755b
GM
39082009-02-25 Glenn Morris <rgm@gnu.org>
3909
3910 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3911
0038d478
MB
39122009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3913
3914 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3915
39162009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3917
3918 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3919 gnus-nocem-issuers, and gnus-nocem-verifyer.
3920
867d4bb3
JB
39212009-02-20 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * ada-mode.texi (Project files, Automatic Casing):
3924 * dbus.texi (Signals):
3925 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3926 * mh-e.texi (HTML):
3927 * nxml-mode.texi (Locating a schema)
3928 (Using the document's URI to locate a schema):
3929 * org.texi (Footnotes, Using the mapping API):
3930 * rcirc.texi (Channels): Remove duplicate words.
3931
3a44dc1f
GM
39322009-02-20 Glenn Morris <rgm@gnu.org>
3933
3934 * dired-x.texi (Miscellaneous Commands):
3935 * gnus.texi: Minor updates for mbox Rmail.
3936
5dc584b5
KB
39372009-02-16 Karl Berry <karl@gnu.org>
3938
b59a8457
GM
3939 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3940 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3941 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3942 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3943 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3944 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3945 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3946 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3947 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3948 Consistently use @insertcopying in the Top node,
5dc584b5 3949 @contents at the front (after @end titlepage),
b59a8457 3950 and @direntry after @copying. (Bug#1988)
5dc584b5 3951
9eb59592
MB
39522009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3953
3954 * auth.texi: New file documenting auth-source.
3955
d324fa76
CD
39562009-02-13 Carsten Dominik <dominik@science.uva.nl>
3957
3958 * org.texi (Org Plot): Fix link.
3959
7a603b73
DU
39602009-02-09 Daiki Ueno <ueno@unixuser.org>
3961
3962 * epa.texi (Mail-mode integration): Mention the way to do
3963 "encrypt-to-self". (Bug#1807)
3964
a626b338 39652009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3966
3967 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3968
3b36c17e
MB
39692009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3970
3971 * gnus-news.texi: Print version about Incoming*.
3972
55033558
CD
39732009-02-02 Carsten Dominik <dominik@science.uva.nl>
3974
3975 * org.texi (Structure editing, Handling links)
3976 (Fast access to TODO states, Javascript support): Make standard docs
3977 correctly reflect default variable settings.
3978
ec712abb
GM
39792009-02-02 Glenn Morris <rgm@gnu.org>
3980
3981 * org.texi: Fix typos.
3982
7112648c
MA
39832009-02-01 Michael Albinus <michael.albinus@gmx.de>
3984
3985 Sync with Tramp 2.1.15.
3986
3987 * trampver.texi: Update release number.
3988
2e461fc1
CD
39892009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3990
3991 * org.texi (TODO dependencies): Document TODO dependencies on
3992 checkboxes.
3993
bc283609
CD
39942009-01-30 Carsten Dominik <dominik@science.uva.nl>
3995
3996 * org.texi (TODO dependencies): Document key binding for toggling
3997 ORDERED property.
3998
74fc5047
MA
39992009-01-28 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4002 of hook functions.
4003
d6685abc
CD
40042009-01-28 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * org.texi (TODO dependencies): New section.
4007
65c439fd
CD
40082009-01-27 Carsten Dominik <dominik@science.uva.nl>
4009
4010 * org.texi (Plain lists, TODO basics, Priorities)
4011 (Multiple sets in one file, Conflicts): Document interaction with
4012 `shift-selection-mode'.
4013
5fafc247
JB
40142009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4015
4016 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4017 Make Calc the subject of sentences.
4018 (Rearranging Formulas using Selections): Discuss new options
4019 for `j *'.
4020
e7433508
MA
40212009-01-26 Michael Albinus <michael.albinus@gmx.de>
4022
4023 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4024
2096a1b6
GM
40252009-01-26 Glenn Morris <rgm@gnu.org>
4026
4027 * org.texi: Fix typos.
4028
0cb61492
BW
40292009-01-26 Bill Wohler <wohler@newt.com>
4030
2096a1b6 4031 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4032
0bd48b37
CD
40332009-01-25 Carsten Dominik <dominik@science.uva.nl>
4034
4035 * org.texi (References): Add information about remote references.
4036 (Built-in table editor): Document `C-c RET' in tables.
4037 (Math symbols, Quoting LaTeX code): Mention that simple
4038 LaTeX macros survive LaTeX export.
4039 (Images in LaTeX export): Show how to create a reference to a
4040 figure.
4041 (Sectioning structure): Document that the LaTeX class can be
4042 specified in a property.
4043 (Text areas in HTML export): New section.
4044 (External links): Add examples for text search and ID links.
4045 (Built-in table editor): Remove the descriptio of `C-c
4046 C-q', it not longer works.
4047 (Literal examples): Document that a space must follow
4048 the colon in short examples.
4049 (Relative timer): Document `org-timer-stop'.
4050 (Footnotes): New section.
4051 (Footnote markup): Shorten section and refer to new Footnote
4052 section.
4053 (Literal examples): Add documentation for line
4054 numbering in and references to code examples.
4055 (CSS support): Fix the description of default CSS styles.
4056 (Capturing column view): Document
4057 "file:path/to/file.org" as an allowed value for the ID property of
4058 a dynamic block copying column view.
4059
49dbbaf2
SE
40602009-01-23 Stephen Eglen <stephen@gnu.org>
4061
4062 * mh-e.texi (Getting Started): Describe $MH.
4063
193e6828
MA
40642009-01-21 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * tramp.texi (all): Harmonize usage of "external method",
4067 "external transfer method" and "out-of-band method".
4068 (Connection types): Precise the differences of inline and external
4069 methods. Written by Adrian Phillips <a.phillips@met.no>.
4070
26b9f88d
MB
40712009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4072
4073 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4074 commands as described at the top. Reported by Allan Gottlieb
4075 <gottlieb@nyu.edu>.
4076
40772009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4078
4079 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4080 nnmail-pathname-coding-system.
4081
377952e0
GM
40822009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4083
4084 * org.texi (Relative timer): Fix typo.
4085
a20d3598
JB
40862009-01-15 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4089 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4090
a50253cc
GM
40912009-01-13 Glenn Morris <rgm@gnu.org>
4092
4093 * org.texi: Fix some more typos.
4094
07450bee
GM
40952009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4096
4097 * org.texi: Fix some typos.
4098
e3e955fe
MB
40992009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * gnus.texi (Group Parameters): Add note for local variables.
4102
41032009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4104
0c7efc08
SM
4105 * gnus.texi (Converting Kill Files): Fix URL.
4106 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4107
41082009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4111 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4112 (Paging the Article): Add index entry.
4113
71dd9983
JB
41142009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4115
4116 * ada-mode.texi (Examples): Delete redundant text.
4117
4a0cf14f
MA
41182009-01-03 Michael Albinus <michael.albinus@gmx.de>
4119
36c8febb 4120 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4121
4122 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4123 addresses.
4124
aedac0f0
BW
41252009-01-03 Bill Wohler <wohler@newt.com>
4126
4127 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4128 kept empty.
4129
4c65b566
CD
41302008-12-20 Carsten Dominik <dominik@science.uva.nl>
4131
4132 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4133 (HTML Export commands, LaTeX/PDF export commands):
4134 Improve documentation about transient-mark-mode.
e9fce1ac 4135 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4136 to fields in the last table row.
4137
e1a78e1e
JL
41382008-12-19 Juri Linkov <juri@jurta.org>
4139
4140 * info.texi (Search Text): Remove mention of removed key binding M-s.
4141
17a0aa82
CD
41422008-12-18 Carsten Dominik <dominik@science.uva.nl>
4143
4144 * org.texi (References): Remove mentioning of @0 as reference for the
4145 last line, this has been reverted in the Lisp sources.
4146
4997d802
JB
41472008-12-17 Juanma Barranquero <lekktu@gmail.com>
4148
4149 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4150 (DVI_TARGETS): Remove duplicates. Add sasl.
4151 ($(infodir)/sasl, sasl.dvi): New targets.
4152
33306645
CD
41532008-12-17 Carsten Dominik <dominik@science.uva.nl>
4154
4155 * org.texi: Version number pushed to 6.15d.
4156
db55f368
CD
41572008-12-16 Carsten Dominik <dominik@science.uva.nl>
4158
a0bf4117 4159 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4160 (Images in LaTeX export): New section.
4161 (Inlined images, Images in HTML export): Sections renamed.
4162
dae0a942
MB
41632008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4164
4165 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4166
9f5572e9
MB
41672008-12-04 David Engster <dengste@eml.cc>
4168
4169 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4170 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4171
bc23baaa
CD
41722008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4173
4174 * org.texi (Using the mapping API): Fix bug in mapping example.
4175 (Publishing options): Make the list of properties complete again, in
4176 correspondence to the variable `org-export-plist-vars'.
4177 (Property searches): Document new special values for time comparisons.
4178 (Tag inheritance): Refine the description of tag inheritance.
4179 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4180 (Effort estimates): Document the new relative timer.
bc23baaa 4181
3bf8054f
JB
41822008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4183
4184 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4185 (Using Calc): Clarify use of `C-x * o'.
4186 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4187
ac134f2f
RS
41882008-11-28 Richard M Stallman <rms@gnu.org>
4189
4190 * dbus.texi (Receiving Method Calls): Clean up previous change.
4191
ace706d1
MA
41922008-11-26 Michael Albinus <michael.albinus@gmx.de>
4193
4194 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4195 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4196 `dbus-unescape-from-identifier'.
4197 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4198 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4199 (Signals): Use the constants in the example.
4200
d60b1ba1
CD
42012008-11-24 Carsten Dominik <dominik@science.uva.nl>
4202
b97439ce 4203 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4204
ce4fdcb9
CD
42052008-11-23 Carsten Dominik <dominik@science.uva.nl>
4206
4207 * org.texi (Setting up Remember): Document `org-remember-mode'.
4208 (External links): Document that bbdb links can use a regular
4209 expression.
4210 (External links): Document that elisp links can contain interactive
4211 commands.
4212
c8548a00 42132008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4214
4215 * viper.texi (viper-translate-all-ESC-keysequences):
4216 Description removed.
4217
6a2c4aec
GM
42182008-11-19 Glenn Morris <rgm@gnu.org>
4219
4220 * doclicense.texi: Change to FDL 1.3.
4221 Relicense all texi files under FDL 1.3 or later.
4222
59ee4113
JB
42232008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4224
4225 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4226
59bcbb98 42272008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4228
0c7efc08 4229 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4230
4231 * ediff.texi: Version/date change.
9f90198a 4232
8aa41c9b
CY
42332008-11-14 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4236
17587b1b
JB
42372008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4238
4239 * calc.texi (About This Manual): Comment out a mention of
4240 marginal notes.
4241
564c900e
CD
42422008-11-12 Carsten Dominik <dominik@science.uva.nl>
4243
4244 * org.texi (Clocking work time): Document the :formula property of
4245 clock tables.
4246 (Structure editing, Refiling notes): Document refiling regions.
4247 (Agenda commands): Document the double-prefix version
4248 of the `l' command in the agenda.
4249 (Handling links): Explain the effect of a double prefix
4250 arg to `C-c C-o'.
4251 (TODO basics): Add documentation for tag triggers.
4252
3c4be1f2
GM
42532008-10-23 Glenn Morris <rgm@gnu.org>
4254
4255 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4256 byte-compiling things like `+'.
4257
4258 * ns-emacs.texi: Merge copyright years of author now with assignment
4259 into FSF years.
4260 (VER): Use it for easier automatic updating. Use Emacs version rather
4261 than standalone Emacs.app version.
4262
a6520ff3
CD
42632008-10-12 Carsten Dominik <dominik@science.uva.nl>
4264
864c9740 4265 * org.texi: Lots of minor fixes.
a6520ff3
CD
4266 (Capture): New chapter.
4267 (Org Plot): New section.
4268
db7a4b66
MH
42692008-09-30 Magnus Henoch <mange@freemail.hu>
4270
4271 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4272
4043c194
JB
42732008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4274
4275 * calc.texi (User Defined Units): Mention how to enter optional display
4276 string.
4277
eef5ade7
MB
42782008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4279
0c7efc08 4280 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4281 avoid the "y/n" wording.
4282
e52cac88
MB
42832008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4284
0c7efc08 4285 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4286
42872008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4288
4289 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4290 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4291
00c55306
BW
42922008-09-22 Bill Wohler <wohler@newt.com>
4293
4294 Release MH-E manual version 8.1.
4295
4296 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4297 release 8.1.
4298
4299 * mh-e.texi: Retain dual license as agreed to by the FSF.
4300 However, bump GPL to Version 3.
4301 Use @include for license text.
4302
e52cac88 43032008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4304
4305 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4306 (Store custom flags and keywords, Store arbitrary data):
4307 Clean up markup.
64763fe3
MB
4308
43092008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4310
4311 * gnus.texi (The Gnus Registry): Document it.
4312
9e601b8d
MB
43132008-09-08 David Engster <dengste@eml.cc>
4314
88ee5b02
JB
4315 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4316 Clarify section about choosing back end servers.
9e601b8d 4317
247043f1
GM
43182008-08-23 Glenn Morris <rgm@gnu.org>
4319
4320 * dired-x.texi (Shell Command Guessing):
4321 Mention dired-guess-shell-case-fold-search. (Bug#417)
4322
2bfec7a0
MA
43232008-08-22 Michael Albinus <michael.albinus@gmx.de>
4324
4325 * trampver.texi: Update release number.
4326
247043f1 43272008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4328
4329 * ns-emacs.texi: Update version.
4330 (Introduction): Correct menu location for options save.
4331 (Customization): Note that defaults are stored under org.gnu.Emacs.
4332
8c20bd92
BW
43332008-08-11 Bill Wohler <wohler@newt.com>
4334
4335 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4336 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4337 Henman) (closes SF #1768928).
4338
767a4d92
GM
43392008-08-10 Glenn Morris <rgm@gnu.org>
4340
4341 * ns-emacs.texi: Use @copying. Change copyright of authors with
4342 assignment to FSF. Change license to GFDL.
4343 (Top): Remove outdated references.
4344
6ecfe5c2
MB
43452008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4346
88ee5b02
JB
4347 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4348 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4349 gnus-summary-sort-by-most-recent-date.
4350 (Summary Sorting): Explain prefix argument.
4351
43522008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4353
4354 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4355 gnus-summary-pipe-output.
4356
eb932e8a
MA
43572008-08-03 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * dbus.texi (Receiving Method Calls): Document error handling of own
4360 D-Bus methods.
4361
bfe16263
BW
43622008-08-01 Bill Wohler <wohler@newt.com>
4363
4364 * mh-e.texi (Reading Mail)
9f90198a 4365 (Viewing Attachments): Describe new function
bfe16263
BW
4366 mh-show-preferred-alternative.
4367 (Sending Mail, Redistributing, Sending Message): Describe new hook
4368 mh-annotate-msg-hook.
4369
21956b56
MA
43702008-07-31 Michael Albinus <michael.albinus@gmx.de>
4371
4372 * dbus.texi (Arguments and Signatures): Fix example.
4373 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4374 (Asynchronous Methods): New node.
9f90198a
JB
4375 (Errors and Events): Describe extended layout of `dbus-event'.
4376 New defun `dbus-event-message-type'.
21956b56 4377
7c2fb837
DN
43782008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4379
4380 * ediff.texi: Remove VMS support.
4381
13662773
JB
43822008-07-29 Juanma Barranquero <lekktu@gmail.com>
4383
4384 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4385 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4386
ddde0b34
CY
43872008-07-29 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * Makefile.in: Add mairix-el targets.
4390
43912008-07-29 David Engster <deng@randomsample.de>
4392
4393 * mairix-el.texi: New file.
4394
d5875b25
JB
43952008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4396
366b7d44
JB
4397 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4398 project files. Delete 'main_unit' project variable; not needed. Allow
4399 process environment variables wherever project variables are allowed.
4400 Add tutorial section on multiple GNAT project files.
d5875b25 4401
6cbab8ee
MA
44022008-07-27 Michael Albinus <michael.albinus@gmx.de>
4403
4404 Sync with Tramp 2.1.14.
4405
4406 * trampver.texi: Update release number.
4407
9e2a2647
DN
44082008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4409
4410 * ns-emacs.texi:
4411 * faq.texi: Remove mentions of Mac Carbon.
4412
d62672f3
MB
44132008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4414
4415 * gnus.texi (Saving Articles): Describe the 2nd argument of
4416 gnus-summary-save-in-pipe.
4417 (SpamAssassin): Use it.
4418
44192008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4420
4421 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4422
dd12e1c6
CD
44232008-07-25 Carsten Dominik <dominik@science.uva.nl>
4424
4425 * org.texi (Export options): Document the use of the creator flag.
4426
44ce9197
CD
44272008-07-24 Carsten Dominik <dominik@science.uva.nl>
4428
4429 * org.texi: New version 6.06a.
4430
ddd13c5d
JB
44312008-07-23 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4434 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4435
8dc6104d
JB
44362008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4437
4438 * calc.texi (Editing Stack Entries):
4439 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4440 Calc's help functions. Mention fixing typos.
4441 (Customizing Calc): Fix typo.
4442
44432008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4444
4445 * calc.texi (summarykey): New macro. Use to correctly format keys in
4446 the summary.
4447
ddd13c5d 44482008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4449
4450 * ns-emacs.texi (Customization): Corrected documentation on color
4451 specification formats.
4452
568beaa2
AS
44532008-07-19 Andreas Schwab <schwab@suse.de>
4454
db8ef699 4455 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4456
4457 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4458 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4459
cd71b9ae
MA
44602008-07-18 Michael Albinus <michael.albinus@gmx.de>
4461
4462 * dbus.texi (Inspection): Rework, introduce submenus.
4463 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4464 (Properties and Annotations, Arguments and Signatures): New nodes.
4465
9b7993b4
MA
44662008-07-13 Michael Albinus <michael.albinus@gmx.de>
4467
4468 * dbus.texi (Receiving Method Calls): Fix description of
4469 `dbus-register-method'.
4470 (Signals): Allow also signal arguments for filtering in
4471 `dbus-register-signal'.
4472
241d447b
JB
44732008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4474
4475 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4476 `cnorm'.
4477 (Arithmetic Tutorial): Simplify the verification of prime factors.
4478
adb46650
MB
44792008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4480
4481 * gnus.texi (Saving Articles): Mention
4482 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4483
92e15881
JB
44842008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4485
4486 * calc.texi: Adjust mode line throughout.
4487
ea597303
JB
44882008-06-28 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * sasl.texi (Mechanisms): Fix typos.
4491
aee08080
JB
44922008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4493
4494 * calc.texi (Killing from the stack): Mention using normal Emacs
4495 copying.
4496
a06a4a12
MA
44972008-06-21 Michael Albinus <michael.albinus@gmx.de>
4498
0c7efc08 4499 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4500 Add `auth-source' mechanism.
a06a4a12
MA
4501 (Connection caching): Tramp reopens the connection automatically,
4502 when the operating system on the remote host has been changed.
4503
7389398d
EZ
45042008-06-20 Eli Zaretskii <eliz@gnu.org>
4505
4506 * makefile.w32-in (distclean): Remove makefile.
4507
b349f79f
CD
45082008-06-17 Carsten Dominik <dominik@science.uva.nl>
4509
3f9b4c2b 4510 * org.texi (Using the mapping API): New section.
b349f79f 4511 (Agenda column view): New section.
3f9b4c2b 4512 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4513 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4514 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4515
45162008-06-17 Jason Riedy <jason@acm.org>
4517
4518 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4519 function, and efmt may be a two-argument function.
4520 (Radio tables): Document multiple destinations.
4521
cd5c05d2
GM
45222008-06-16 Glenn Morris <rgm@gnu.org>
4523
4524 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4525 Add Cover-Texts.
4526
debf4439
GM
45272008-06-15 Glenn Morris <rgm@gnu.org>
4528
4529 * faq.texi (VER): Update to 23.0.60.
4530
4531 * mh-e.texi: Remove option of licensing under GPL.
4532 Add Cover-Texts to GFDL permissions notice.
4533 (GPL): Remove section.
4534 (GFDL): Include doclicense.texi rather than the actual text.
4535
4536 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4537 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4538
4539 * sasl.texi: Fix output file name.
4540
4541 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4542
4543 * gnus-coding.texi: Refer to license in Gnus manual.
4544
4545 * idlwave.texi, sasl.texi: Use @copying.
4546
4547 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4548
4549 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4550
4551 * url.texi: Use @copying, @title, @subtitle, @author.
4552
4553 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4554 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4555 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4556 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4557 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4558 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4559 * widget.texi, woman.texi:
4560 Remove references to external license, since doclicense is included.
4561
4562 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4563 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4564 Remove references to non-existent Invariant Sections.
4565
091f8bc1
GM
45662008-06-14 Glenn Morris <rgm@gnu.org>
4567
4568 * faq.texi (Major packages and programs): Remove references to external
4569 Supercite, Calc, VIPER, since they have been included for some time.
4570 Update VM, AUCTeX, BBDB entries.
4571
47bcb4d3
UJ
45722008-06-14 Ulf Jasper <ulf.jasper@web.de>
4573
4574 * newsticker.texi: Updated to match latest newsticker changes.
4575
6f093307
GM
45762008-06-13 Glenn Morris <rgm@gnu.org>
4577
4578 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4579 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4580 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4581 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4582 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4583 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4584 * woman.texi:
4585 Update Back-Cover Text as per maintain.info.
4586
2b968687
MB
45872008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4588
4589 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4590
4591 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4592 (gnus-faq.xml): Update repository host.
4593
2b968687
MB
4594 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4595
45962008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4597
4598 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4599 Fix a typo.
4600
46012008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4602
4603 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4604 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4605 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4606
46072008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4608
4609 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4610 coding standards.
4611
46122008-06-14 David Engster <dengste@eml.cc>
4613
4614 * gnus.texi (nnmairix): Markup fixes.
4615
e6d2d263
MB
46162008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4617
2b968687 4618 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4619
46202008-06-05 David Engster <dengste@eml.cc>
4621
4622 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4623
46242008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4625
b344d29d 4626 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4627 (Searching, nnir, nnmairix): New stub nodes.
4628
ad231df6 46292008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4630
4631 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4632
f394fa25
MB
46332008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4634
4635 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4636
58333467
MB
46372008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4638
4639 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4640
67525fb9
JY
46412008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4642
4643 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4644
0549d8fc
JB
46452008-05-06 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * info.texi (Top): Fix typo in xref.
4648
149a3837
KB
46492008-05-05 Karl Berry <karl@gnu.org>
4650
4651 * info.texi (Top): @xref to stand-alone manual.
4652
3a23a519
MB
46532008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
4655 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4656 (Various Summary Stuff): Fix typo in last xref.
4657
0a29fbf3
JB
46582008-05-02 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * org.texi (Moving subtrees): Fix typo.
4661
586b90f1
MA
46622008-04-28 Michael Albinus <michael.albinus@gmx.de>
4663
4664 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4665 Tramp via `tramp-mode'.
4666
b5af9883
CD
46672008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4668
4669 * org.texi: Massive changes, in many parts of the file.
4670
d55fe5bb
MB
46712008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4672
4673 * gnus.texi (Oort Gnus): Add message-fill-column.
4674
46752008-04-12 Adrian Aichner <adrian@xemacs.org>
4676
4677 * gnus.texi (Mail Source Specifiers): Typo fix.
4678
46792008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4680
4681 * gnus.texi (Diary Headers Generation): Update key binding for
4682 `gnus-diary-check-message'.
4683
46842008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus.texi (Emacsen): Addition.
4687
46882008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4691
46922008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4693
4694 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4695
46962008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4697
4698 * gnus-news.texi: Update tool bar item.
4699
47002008-04-09 Sven Joachim <svenjoac@gmx.de>
4701
4702 * gnus-news.texi: Fix typos.
4703
76c109c3
JB
47042008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4705
222027f2 4706 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4707 Add mention of `kron'.
4708
d5fbd5a6
MO
47092008-04-01 Daiki Ueno <ueno@unixuser.org>
4710
0c7efc08
SM
4711 * epa.texi (Encrypting/decrypting *.gpg files):
4712 Document epa-file-name-regexp.
d5fbd5a6 4713
fbcbb58c
KY
47142008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4715
4716 * gnus.texi (Example Methods): Fix description about ssh-agent.
4717 (Indirect Functions): Fix the default value of nntp-telnet-command;
4718 remove link to connect.html.
4719
134ce16c
MA
47202008-03-30 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4723 dbus-call-method.
4724 (Receiving Method Calls): The timeout can be set by the calling client.
4725
da1975d7
MA
4726 * trampver.texi: Update release number.
4727
2e4089ab
RS
47282008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4729
4730 * gnus.texi (Top): Fix version. Add SASL.
4731
70cab5a9
MA
47322008-03-29 Michael Albinus <michael.albinus@gmx.de>
4733
4734 Sync with Tramp 2.1.13.
4735
4736 * trampver.texi: Update release number.
4737
5bc6ddff
MB
47382008-03-29 Chong Yidong <cyd@stupidchicken.com>
4739
4740 * org.texi: Update to new org-mode website.
4741
47422008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4745
9b3ebcb6
MB
47462008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4747
4748 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4749 gnus-read-ephemeral-gmane-group-url,
4750 gnus-read-ephemeral-emacs-bug-group,
4751 gnus-read-ephemeral-debian-bug-group.
4752
47532008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4754
4755 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4756
4757 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4758 Add FIXMEs for Bookmarks and gnus-registry-marks.
4759
47602008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * gnus.texi (Smileys): Document `smiley-style'.
4763
47642008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4765
4766 * gnus.texi (Gnus Development): Clarify difference between ding and
4767 gnu.emacs.gnus.
4768 (MIME Commands, Using MIME, RSS): Fix markup.
4769
4770 * gnus-faq.texi ([8.4]): Ditto.
4771
47722008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus.texi (Emacsen): Remove obsolete stuff.
4775
47762008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4777
4778 * gnus.texi (Oort Gnus): Add version info WRT
4779 `mail-source-delete-incoming'.
4780
47812008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4782
4783 * gnus.texi (Top): Add "Other related manuals" and version info in
4784 `iftex' output.
4785 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4786 gnus-balloon-face-0 and the corresponding format specifiers.
4787
608d6a81
MA
47882008-03-26 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * tramp.texi (Filename completion): Remove footnote about let-bind
4791 of `partial-completion-mode'. It doesn't work this way.
4792
27a6f132
SM
47932008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * pcl-cvs.texi (Contributors): Update my email.
4796
4a7c4c40
MA
47972008-03-21 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4800
2940c053
BW
48012008-03-17 Bill Wohler <wohler@newt.com>
4802
4803 * mh-e.texi (Viewing): Update URL for adding header fields to
4804 mh-invisible-header-fields-default.
4805
30864d5f
BW
48062008-03-16 Bill Wohler <wohler@newt.com>
4807
4808 * mh-e.texi (Preface): Add Gnus to requirements.
4809 (Forwarding): Note that forwarded MIME messages are now inline.
4810
31fe2b00
SM
48112008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4814 (Common Variables): Give precedence to the netcat methods over the
4815 telnet methods, and mention that they are more reliable.
31fe2b00 4816
5e97c626
CD
48172008-03-13 Carsten Dominik <dominik@science.uva.nl>
4818
4819 * org.texi (Exporting Agenda Views): Document agenda export to
4820 iCalendar.
4821 (Progress logging): Document the new progress logging stuff.
4822
37a68866
MB
48232008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4824
4825 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4826 Update for change of `mail-source-delete-incoming'.
4827
4828 * gnus-news.texi: Ditto.
4829
8f7abae3
MB
48302008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4831
4832 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4833 custom versions.
4834
af379c86
AM
48352008-03-07 Alan Mackenzie <acm@muc.de>
4836
4837 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4838 parens/brackets in a k&r region is limited.
4839
3d0f8a67
MB
48402008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4841
4842 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4843 using different Emacs versions.
4844
52151df0
GM
48452008-02-27 Glenn Morris <rgm@gnu.org>
4846
4847 * sc.texi: Remove a lot of old and obsolete info.
4848 (titlepage): Simplify.
4849 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4850 (VM with any Emacsen, GNEWS with any Emacsen)
4851 (Overloading for Non-conforming MUAs, Version 3 Changes)
4852 (The Supercite Mailing List): Delete nodes.
4853 (Introduction): Remove info about old packages.
4854 (Getting Connected): Simplify. Remove info about old packages.
4855 (Citing Commands): Delete Emacs 19 info.
4856 (Hints to MUA Authors): Simplify.
4857 (Thanks and History): Merge in some info from the deleted node
4858 "Version 3 Changes".
4859
b03f96dc
MB
48602008-02-05 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * org.texi (Setting tags, In-buffer settings):
4863 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4864
52bec650
MB
48652008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4868 installation directory name.
4869
34a3c587
RF
48702008-02-12 Romain Francoise <romain@orebokech.com>
4871
4872 * epa.texi (Overview): Fix typo.
4873
5a8d03e9
MO
48742008-02-11 Daiki Ueno <ueno@unixuser.org>
4875
4876 * epa.texi (Quick start): Remove the .emacs setting.
4877
f1914c40
MO
48782008-02-10 Daiki Ueno <ueno@unixuser.org>
4879
4880 * epa.texi (Quick start): Use the command `epa-enable' instead of
4881 loading `epa-setup'.
4882
bca98fc9
JB
48832008-02-08 Juanma Barranquero <lekktu@gmail.com>
4884
4885 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4886 ($(infodir)/epa, epa.dvi): New targets.
4887
4b01af2e
MO
48882008-02-08 Daiki Ueno <ueno@unixuser.org>
4889
4890 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4891
4892 * epa.texi: New manual documenting the EasyPG Assistant.
4893
06c0751a
MA
48942008-02-06 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4897 (Inspection): New function dbus-ping.
4898
7dcccd7b
MA
48992008-02-05 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * tramp.texi (Remote processes): Add `shell-command'.
4902
a1da1e37
MB
49032008-01-28 Michael Sperber <sperber@deinprogramm.de>
4904
4905 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4906 (Group Parameters): Document `mail-source' parameter.
4907
c9d8f746
MA
49082008-01-27 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4911 must be a local host.
4912
15db4a13
MO
49132008-01-26 Michael Olson <mwolson@gnu.org>
4914
4915 * erc.texi: Update version for ERC 5.3 release.
4916 (Obtaining ERC): Update extras URLs for 5.3.
4917 (Development): Write instructions for git, and remove those for Arch.
4918 (History): Mention the switch to git.
4919
2bc43980
KB
49202008-01-24 Karl Berry <karl@gnu.org>
4921
bca98fc9
JB
4922 * info.texi (Search Index, Search Text): Mention the command
4923 character in the section name, a la the (Go to node) node.
2bc43980 4924
d2e4a6c9
MA
49252008-01-21 Michael Albinus <michael.albinus@gmx.de>
4926
4927 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4928
0b6799c3
MB
49292008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gnus-news.texi: Mention gnus-article-describe-bindings.
4932
49332008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4934
4935 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4936
db9c3fb1 49372008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4938
7b4d0413 4939 * org.texi (Property inheritance): New section.
db9c3fb1 4940 (Conventions): New section.
7b4d0413 4941 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4942 commands, and the new bindings for refiling.
4943 (Sparse trees): Document the new special command for sparse trees.
4944 (References): Be more clear about the counting of hilines.
4945 (Handling links): Document M-p/n for accessing links.
4946 (Fast access to TODO states): New section.
4947 (Per file keywords): New section.
4948 (Property inheritance): New section.
4949 (Column attributes): New summary types.
4950 (Capturing Column View): New section.
4951 (The date/time prompt): Cover the new features in the date/time prompt.
4952 Compactify the table of keys for the calendar remote control.
4953 (Clocking work time): Document the new :scope parameter.
4954 (Remember): Promoted to chapter.
4955 (Quoted examples): New section.
4956 (Enhancing text): New verbatim environments.
4957
6ed73f28
MA
49582008-01-14 Michael Albinus <michael.albinus@gmx.de>
4959
4960 * trampver.texi: Update release number.
4961
95838435
MB
49622008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4963
0c7efc08
SM
4964 * gnus.texi (Article Keymap):
4965 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4966 gnus-article-reply-with-original and
4967 gnus-article-followup-with-original.
4968
20234d96
GM
49692008-01-09 Glenn Morris <rgm@gnu.org>
4970
4971 * nxml-mode.texi: Add @copying section.
4972
d82cf70b
MB
49732008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4974
4975 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4976 Server". Add `message-send-mail-with-mailclient'.
4977
4978 * gnus.texi (Posting Server): Move some text to "(message)Mail
4979 Variables" and add a reference here.
4980
addb7f2e
MA
49812008-01-04 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * dbus.texi (Receiving Method Calls): New chapter.
4984 (Errors and Events): Add serial number to events. Replace "signal" by
4985 "message". Introduce dbus-event-serial-number.
4986
4db2806c
MA
49872008-01-03 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * dbus.texi (Type Conversion): Explain the type specification for empty
4990 arrays. Use another example.
4991
c9ecb5a7
MA
49922007-12-30 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * dbus.texi (all): Replace "..." by @dots{}.
4995 (Type Conversion): Precise the value range for :byte types.
4996 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4997 Mention its return value.
4998 (Errors and Events): There is no D-Bus error propagation during event
4999 processing.
5000
702dbfd9
JB
50012007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5002
5003 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5004 New sections.
5005
87035689
MB
50062007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5007
5008 * gnus.texi (Group Parameters): Reorder the text and add a note about
5009 `gnus-parameters' near the beginning of the node.
5010
50112007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5012
5013 * gnus.texi (Score File Editing): Fix function name.
5014
5492f5ca
MA
50152007-12-23 Michael Albinus <michael.albinus@gmx.de>
5016
5017 Sync with Tramp 2.1.12.
5018
5019 * trampver.texi: Update release number.
5020
d4e67bc5
MA
50212007-12-22 Michael Albinus <michael.albinus@gmx.de>
5022
5023 * dbus.texi (Type Conversion): Correct input parameters mapping.
5024
6a31c819
MA
50252007-12-21 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5028 (Errors and Events): Mention wrong-type-argument error.
5029
99a3e35f
AS
50302007-12-21 Alex Schroeder <alex@gnu.org>
5031
5032 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5033 spaces. Fixed some typos.
99a3e35f
AS
5034 (Internet Relay Chat): Explain relay.
5035 (Getting started with rcirc): Change items to reflect prompts.
5036 Add more explanation to rcirc-track-minor-mode and added a comment to
5037 warn future maintainers that this section is a copy.
0c7efc08 5038 (People): Change /ignore example.
62b12a24 5039 (Keywords): Not keywords.
99a3e35f 5040
331e4d02
AS
50412007-12-20 Alex Schroeder <alex@gnu.org>
5042
5043 * rcirc.texi (Top): Fighting Information Overload chapter added.
5044 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5045 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5046 (Fighting Information Overload): New chapter documenting /keyword,
5047 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5048 (Configuration): Document rcirc-server-alist, remove
5049 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5050
cd71c3ef
MA
50512007-12-16 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * dbus.texi (Signals): Fix example in dbus-register-signal.
5054
bbbe940b
MB
50552007-12-14 Sven Joachim <svenjoac@gmx.de>
5056
5057 * gnus.texi (Score Variables): Fix typo.
5058
0ce574ef
MA
50592007-12-07 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5062 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5063 (Errors and Events): Adapt dbus-event.
5064
b890d447
MB
50652007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5066
5067 * gnus.texi (Other Files): Add the yenc command.
5068
50692007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5070
5071 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5072 since 2004-08-06.
5073
50742007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5075
5076 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5077 on body.
5078
50792007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5080
5081 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5082 and rfc2047-allow-irregular-q-encoded-words; fix description of
5083 rfc2047-encode-encoded-words.
5084
50852007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5086
5087 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5088
3728bf03
MO
50892007-12-05 Michael Olson <mwolson@gnu.org>
5090
5091 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5092 Update documentation for `remember-diary-file'.
5093
a4397af9
MA
50942007-12-04 Michael Albinus <michael.albinus@gmx.de>
5095
5096 * dbus.texi (Signals): Precise `dbus-register-signal'.
5097 (Errors and Events): Rework events part, the internal structure of
5098 dbus-event has changed.
5099
1682490c
JB
51002007-12-03 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5103 ($(infodir)/dbus, dbus.dvi): New targets.
5104
7b13a0f2
MA
51052007-12-03 Michael Albinus <michael.albinus@gmx.de>
5106
5107 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5108 unconditionally.
5109
5110 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5111 emulation with @print{}.
5112
7ef92bc9
RS
51132007-12-02 Richard Stallman <rms@gnu.org>
5114
5115 * dbus.texi (Overview): Minor cleanup.
5116
22d8ac3a
MA
51172007-12-02 Michael Albinus <michael.albinus@gmx.de>
5118
d3a8e0df
MA
5119 * Makefile.in (INFO_TARGETS): Add dbus.
5120 (DVI_TARGETS): Add dbus.dvi.
5121 (dbus, dbus.dvi): New targets.
5122
22d8ac3a
MA
5123 * dbus.texi: New file.
5124
559764ab
RF
51252007-11-24 Romain Francoise <romain@orebokech.com>
5126
5127 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5128 Fix file name to match @setfilename.
559764ab 5129
ac97a16b
MH
51302007-11-23 Mark A. Hershberger <mah@everybody.org>
5131
5132 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5133 ($(infodir)/nxml-mode): New rule.
5134
5135 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5136 ($(infodir)/nxml-mode): New rule.
5137 (clean): Add nxml-mode*.
5138
5139 * nxml-mode.texi: New file with nxml manual.
5140
404cd454
GM
51412007-11-18 Richard Stallman <rms@gnu.org>
5142
5143 * flymake.texi (Example -- Configuring a tool called directly):
5144 Update example.
5145
b048d478
MA
51462007-11-18 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5149 double-slash behavior. Explain directory contents flushing.
b048d478 5150
346e8469
JB
51512007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5152
5153 * calc.texi (TeX and LaTeX Language Modes): Put in
5154 missing braces.
5155
404cd454
GM
51562007-11-15 Richard Stallman <rms@gnu.org>
5157
5158 * cl.texi (Equality Predicates): Delete `eql'.
5159 (Predicates, Naming Conventions, Top): Delete `eql'.
5160 (Common Lisp Compatibility): Delete `eql'.
5161 (Porting Common Lisp): Delete obsolete backquote info.
5162 Minor clarification about character constants.
5163 (Sequence Basics): Minor clarification.
5164
1f6af58b
JB
51652007-11-15 Juanma Barranquero <lekktu@gmail.com>
5166
dccb744b 5167 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5168 * tramp.texi (Filename completion): Fix typos.
5169
3bc88bc9
JB
51702007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5171
5172 * calc.texi (Basic commands): Mention the menu.
5173
bc5300d3
MA
51742007-11-12 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * tramp.texi (Connection caching): Tramp flushes connection
5177 properties when remote operating system has been changed.
5178
4d8a28ec
MB
51792007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5180
5181 * gnus-news.texi: Fix spelling.
5182 `message-insert-formatted-citation-line', not
5183 `message-insert-formated-citation-line'.
5184
404cd454
GM
5185 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5186
e1176b47
MA
51872007-11-07 Michael Albinus <michael.albinus@gmx.de>
5188
5189 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5190 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5191 (Frequently Asked Questions): Add code example for highlighting the
5192 mode line.
5193
6159985a
MO
51942007-11-03 Michael Olson <mwolson@gnu.org>
5195
5196 * remember.texi: Change mentions of remember-buffer to
5197 remember-finalize throughout.
5198
bec9b2f5
MO
51992007-10-30 Michael Olson <mwolson@gnu.org>
5200
5201 * remember.texi (Copying): Remove.
5202 (Mailbox): Update with non-BBDB instructions.
5203 (Diary, Org): Add.
5204 (Bibliography, Planner Page): Remove.
5205
b6173182
JB
52062007-10-30 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * makefile.w32-in (INFO_TARGETS): Add remember.
5209 (DVI_TARGETS): Add remember.dvi.
5210 ($(infodir)/remember): New rule.
5211 (clean): Add remember*.
5212
15f3eb73
MO
52132007-10-30 Michael Olson <mwolson@gnu.org>
5214
70bdc930
MO
5215 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5216 ($(infodir)/remember): New rule that builds the Remember Manual.
5217
b6173182
JB
5218 * remember.texi: New file containing the Remember Mode Manual.
5219 Shuffle chapters around after initial import.
7d3f6f1a
MO
5220 (Function Reference): Split Keystrokes into separate chapter.
5221 (Keystrokes): Document C-c C-k.
51d24a12 5222 (Introduction): Fix typographical issue with "---".
15f3eb73 5223
404cd454
GM
52242007-10-29 Richard Stallman <rms@gnu.org>
5225
5226 * widget.texi (Introduction): Delete discussion of implementation
5227 internals.
5228
9bbb9638
MA
52292007-10-29 Michael Albinus <michael.albinus@gmx.de>
5230
5231 * tramp.texi (Connection caching): Host names must be different
5232 when tunneling.
5233
c7ff939a
RS
52342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5235
5236 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5237 Gnus v5.13.
5238
01c52d31
MB
52392007-10-28 Miles Bader <miles@gnu.org>
5240
5241 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5242
01c52d31
MB
52432007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5244
0c7efc08
SM
5245 * gnus.texi (Sorting the Summary Buffer):
5246 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5247
52482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5249
5250 * gnus.texi (Non-ASCII Group Names): New node.
5251 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5252 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5253
c8763fb6 52542007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5255
5256 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5257 clean the output of the program `imap-shell-program'.
5258
52592007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5260
5261 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5262
52632007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5264
5265 * gnus.texi (Sticky Articles): Documentation for sticky article
5266 buffers.
5267
c8763fb6 52682007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5269
5270 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5271
52722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5273
5274 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5275
52762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5277
0c7efc08
SM
5278 * gnus.texi (Archived Messages):
5279 Document gnus-update-message-archive-method.
01c52d31
MB
5280
52812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5284
c8763fb6 52852007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5286
0c7efc08
SM
5287 * gnus.texi (Group Maneuvering):
5288 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5289
52902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5291
0c7efc08
SM
5292 * gnus.texi (Really Various Summary Commands):
5293 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5294
52952007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5296
5297 * gnus.texi, message.texi: Bump version number.
5298
52992007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5300
5301 * gnus.texi (Group Line Specification, Misc Group Stuff)
5302 (Server Commands): Parenthesize @pxref{Mail Spool}.
5303
53042007-10-28 Didier Verna <didier@xemacs.org>
5305
5306 New user option: message-signature-directory.
5307 * message.texi (Insertion Variables): Document it.
5308 * gnus.texi (Posting Styles): Ditto.
5309
53102007-10-28 Didier Verna <didier@xemacs.org>
5311
5312 * gnus.texi (Group Line Specification):
5313 * gnus.texi (Misc Group Stuff):
5314 * gnus.texi (Server Commands): Document the group compaction feature.
5315
53162007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5317
5318 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5319
5320 * message.texi (Various Message Variables): Add message-fill-column.
5321
53222007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5323
5324 * gnus.texi: Untabify.
5325
53262007-10-28 Didier Verna <didier@xemacs.org>
5327
5328 * gnus.texi (Group Parameters): Document the posting-style merging
5329 process in topic-mode.
5330
53312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5332
5333 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5334
53352007-10-28 Romain Francoise <romain@orebokech.com>
5336
5337 * gnus.texi (Mail Spool): Fix typo.
5338 Update copyright.
5339
53402007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5341
5342 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5343
53442007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5345
5346 * gnus.texi (Summary Generation Commands):
5347 Add gnus-summary-insert-ticked-articles.
5348
53492007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5350
b2abec73
JB
5351 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5352 to spam-spamassassin-program.
01c52d31
MB
5353
53542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5357
53582007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359
5360 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5361
53622007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5363
5364 * message.texi (Mail Headers): Document `opportunistic'.
5365
53662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5367
5368 * emacs-mime.texi (Encoding Customization): Explain how to set
5369 mm-coding-system-priorities per hierarchy.
5370
53712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5372
5373 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5374 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5375
53762007-10-28 Didier Verna <didier@xemacs.org>
5377
5378 * message.texi (Wide Reply): Update documentation of
5379 message-dont-reply-to-names (now allowing a list of regexps).
5380
53812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5382
5383 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5384
53852007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5386
5387 * gnus.texi (SpamAssassin back end): Fix typo.
5388
5389 * sieve.texi (Examples): Fix grammar.
5390
53912007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * gnus.texi (Searching for Articles): Document M-S and M-R.
5394 (Limiting): Document / b.
5395
53962007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * gnus.texi (Thread Commands): T M-^.
5399
54002007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5401
5402 * message.texi (Mail Aliases): Document ecomplete.
5403 (Mail Aliases): Fix typo.
5404
54052007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5408 fix typo.
5409
54102007-10-28 Romain Francoise <romain@orebokech.com>
5411
5412 * gnus.texi (Mail Spool): Grammar fix.
5413
54142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5417 string.
5418
54192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5420
5421 * gnus.texi (Group Parameters): Fix description.
5422
54232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5424
b2abec73
JB
5425 * gnus.texi (Gmane Spam Reporting):
5426 Fix spam-report-gmane-use-article-number.
5427 Add spam-report-user-mail-address.
01c52d31
MB
5428
54292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5430
5431 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5432
54332007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5434
5435 * gnus.texi (Group Parameters): Add simplified sorting example based on
5436 example for `Sorting the Summary Buffer' from Jari Aalto
5437 <jari.aalto@cante.net>.
5438 (Example Methods): Add example for an indirect connection.
5439
54402007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5441
0c7efc08 5442 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5443 (Agent Parameters): Updated parameter names to match code.
5444 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5445 'gnus-agent-summary-fetch-series'.
5446 (Agent and flags): New section providing a generalized discussion
5447 of flag handling.
0c7efc08
SM
5448 (Agent and IMAP): Remove flag discussion.
5449 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5450
54512007-10-28 Romain Francoise <romain@orebokech.com>
5452
5453 * gnus.texi (Exiting the Summary Buffer): Add new function
5454 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5455
54562007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5457
5458 * gnus.texi (Conformity): Fix typo.
5459 (Customizing Articles): Document `first'.
5460
54612007-10-28 Jari Aalto <jari.aalto@cante.net>
5462
5463 * gnus.texi (Sorting the Summary Buffer):
5464 Add `gnus-thread-sort-by-date-reverse'. Add example
5465 host to different sorting in NNTP and RSS groups.
5466
54672007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5468
5469 * message.texi (Insertion): Describe prefix for
5470 message-mark-inserted-region and message-mark-insert-file.
5471
54722007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5473
5474 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5475 LaTeX documents. Describe "text/x-gnus-verbatim".
5476
54772007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5478
b2abec73 5479 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5480 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5481 (spam-stat spam filtering, SpamOracle)
0c7efc08 5482 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5483 clarity.
5484
54852007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5488 gnus-article-delete-part and gnus-article-replace-part.
5489 (Using MIME): Add gnus-mime-replace-part.
5490
54912007-10-28 Romain Francoise <romain@orebokech.com>
5492
5493 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5494 requires `auto-compression-mode' to be enabled. Add new nnml
5495 variable `nnml-compressed-files-size-threshold'.
5496
54972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5498
0c7efc08
SM
5499 * gnus.texi (Sorting the Summary Buffer):
5500 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5501
55022007-10-28 Romain Francoise <romain@orebokech.com>
5503
5504 * message.texi (Insertion Variables): Mention new variable
5505 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5506 documentation accordingly.
5507
55082007-10-28 Romain Francoise <romain@orebokech.com>
5509
5510 * gnus.texi (To From Newsgroups): Mention new variables
5511 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5512
55132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5514
5515 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5516 stuff; gnus-mime-inline-part does the automatic decompression.
5517
55182007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5519
5520 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5521 "training.ham" should be "training.spam".
01c52d31
MB
5522
55232007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5524
5525 * message.texi (Mail Variables): Fix the default value for
5526 message-send-mail-function.
5527
55282007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5529
5530 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5531 always returns nil exceptionally.
5532
55332007-10-28 Simon Josefsson <jas@extundo.com>
5534
0c7efc08
SM
5535 * gnus.texi (Article Washing): Add libidn URL.
5536 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5537
55382007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5539
5540 * gnus.texi (Topic Commands): Fix next/previous.
5541
55422007-10-28 Simon Josefsson <jas@extundo.com>
5543
5544 * gnus.texi (Article Washing): Mention `W i'.
5545
c8763fb6 55462007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5547
5548 * gnus.texi (Group Parameters): Slight extension of sieve
5549 parameter description.
5550
55512007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5552
5553 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5554 matching score files as well.
5555 (Picons): Describe `gnus-picon-style'.
5556
55572007-10-28 Romain Francoise <romain@orebokech.com>
5558
5559 * message.texi (Message Headers): Mention that headers are hidden
5560 using narrowing, and how to expose them.
5561 Update copyright.
5562
55632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5564
5565 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5566 `gnus-summary-sort-by-recipient'.
5567
55682007-10-28 Romain Francoise <romain@orebokech.com>
5569
5570 * gnus.texi (NNTP marks): New node.
5571 (NNTP): Move NNTP marks variables to the new node.
5572
55732007-10-28 Jesper Harder <harder@ifa.au.dk>
5574
b2abec73 5575 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5576
5577 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5578
55792007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5580
b2abec73 5581 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5582 everywhere for consistency.
b2abec73
JB
5583 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5584 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5585 Say "regular expression" instead of "regex." Admonish.
5586 Pick other words to sound better (s/so/thus/).
5587 (Spam ELisp Package Filtering of Incoming Mail):
5588 Mention statistical filters. Remove old TODO.
01c52d31 5589 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5590 New section on sorting and displaying the spam score.
5591 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5592 backend but an alias to spam-use-BBDB.
5593 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5594 new backend functionality.
5595
55962007-10-28 Simon Josefsson <jas@extundo.com>
5597
5598 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5599 nntp-marks-directory, from Romain Francoise
5600 <romain@orebokech.com>.
5601
56022007-10-28 Magnus Henoch <mange@freemail.hu>
5603
5604 * gnus.texi (Hashcash): New default value of
5605 hashcash-default-payment.
5606
56072007-10-28 Simon Josefsson <jas@extundo.com>
5608
5609 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5610 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5611
56122007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5613
0c7efc08 5614 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5615
56162007-10-28 Simon Josefsson <jas@extundo.com>
5617
5618 * gnus.texi (documentencoding): Add, to avoid warnings.
5619
56202007-10-28 Simon Josefsson <jas@extundo.com>
5621
5622 * message.texi (Mail Headers): Add.
5623
5624 * gnus.texi (Hashcash): Fix.
5625
56262007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5627
0c7efc08 5628 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5629 that payments can be verified and fix the name of the
b2abec73 5630 hashcash-path variable.
01c52d31
MB
5631
56322007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5633
b2abec73 5634 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5635
56362007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5637
5638 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5639
56402007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5641
5642 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5643 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5644 warning about ham processors in spam groups removed.
01c52d31
MB
5645
56462007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5647
0c7efc08 5648 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5649 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5650
56512007-10-28 Jesper Harder <harder@ifa.au.dk>
5652
5653 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5654 (Mailing List): Typo.
5655 (Customizing Articles): Add gnus-treat-ansi-sequences.
5656 (Article Washing): Index.
5657
5658 * message.texi: Use m-dash consistently.
5659
56602007-10-28 Jesper Harder <harder@ifa.au.dk>
5661
5662 * gnus.texi (GroupLens): Remove.
5663
56642007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5665
0c7efc08
SM
5666 * gnus.texi (Outgoing Messages, Agent Variables):
5667 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5668 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5669
56702007-10-28 Jesper Harder <harder@ifa.au.dk>
5671
5672 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5673
56742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5675
5676 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5677
5678 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5679
56802007-10-28 Simon Josefsson <jas@extundo.com>
5681
5682 * gnus.texi (Top): Add SASL.
5683
404cd454
GM
56842007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5685
5686 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5687
56882007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5689
5690 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5691
0edd2970
JB
56922007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5693
5694 * calc.texi (Formulas, Composition Basics): Lower the
5695 precedence of negation.
5696
a9afba20
JY
56972007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5698
5699 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5700 Mention the new three-letter column identifiers.
5701 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5702 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5703 message when using `c' on an empty default with default printer.
5704 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5705 renamed to `ses--symbolic-formulas' some time ago.
5706
45b778a6
JB
57072007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5708
5709 * calc.texi (Default Simplifications, Making Selections)
5710 (Customizing Calc): Clarify associativity of multiplication.
5711
03b5bade
MA
57122007-10-23 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * tramp.texi (Traces and Profiles): Simplify loop over
5715 `trace-function-background'.
5716
e658c8ee
JL
57172007-10-22 Juri Linkov <juri@jurta.org>
5718
5719 * dired-x.texi (Shell Command Guessing): Default values are now
5720 available by typing M-n instead of M-p.
5721
dd753688
MA
57222007-10-21 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5725 (Password caching): Remove `tramp-clear-passwd'.
5726 It's not a command anymore.
dd753688
MA
5727 (Bug Reports): Add `tramp-bug' to function index.
5728 (Function Index, Variable Index): New nodes.
5729 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5730
5731 * trampver.texi: Update release number.
5732
4bb49b43
JB
57332007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5734
8b296cdd 5735 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5736 about integer size into past tense.
5737 (Time Zones): Remove pointer to Calc author's address.
5738 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5739 and hyperbolic cotangent. Fix typo.
4bb49b43 5740
311dd93f
MA
57412007-10-10 Michael Albinus <michael.albinus@gmx.de>
5742
5743 Sync with Tramp 2.1.11.
5744
5745 * trampver.texi: Update release number.
5746
ea3fc256
MA
57472007-10-06 Michael Albinus <michael.albinus@gmx.de>
5748
5749 * tramp.texi (External packages): New section.
5750
1af74d06
MB
57512007-09-29 Juri Linkov <juri@jurta.org>
5752
5753 * info.texi (Help-Int): Document `L' (`Info-history').
5754
0e2806fa
SM
57552007-09-26 Carsten Dominik <dominik@science.uva.nl>
5756
5757 * org.texi: Change links to webpage and maintained email.
5758 (Remember): Promote to Chapter, significant changes.
5759 (Fast access to TODO states): New section.
5760 (Faces for TODO keywords): New section.
5761 (Export options): Example for #+DATE.
5762 (Progress logging): Section moved.
5763
567b9191
BW
57642007-09-26 Bill Wohler <wohler@newt.com>
5765
5766 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5767 browse-url-at-mouse.
5768
1af74d06
MB
57692007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5770
5771 * flymake.texi (Customizable variables): Face names don't end in -face.
5772 Fix flymake-err-line-patterns template.
5773 (Example -- Configuring a tool called directly): Fix init-function.
5774 (Highlighting erroneous lines): Face names don't end in -face.
5775
d60a4e3a 57762007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5777
5778 * erc.texi (Special-Features): Fix small typo.
5779
7d7a3510
MA
57802007-09-14 Michael Albinus <michael.albinus@gmx.de>
5781
5782 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5783 and "External transfer methods".
5784
285f0d3a
JB
57852007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5786
5787 * calc.texi (Predefined Units): Add some history.
5788
526dc846
MO
57892007-09-08 Michael Olson <mwolson@gnu.org>
5790
87e04f16
JB
5791 * erc.texi (Copying): New section included from gpl.texi.
5792 This matches the look of the upstream ERC manual.
526dc846 5793
f10d0e80
JB
57942007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5795
87e04f16 5796 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5797 (Random Numbers): Clarify the distribution of `random'.
5798
4009494e
GM
57992007-09-06 Glenn Morris <rgm@gnu.org>
5800
f1fc42aa 5801 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5802 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5803 Change all setfilename commands to use ../../info.
5804 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5805 refer to the Emacs manual here.
5806 (infodir): New variable.
5807 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5808 (cc-mode.texi, faq.texi): Update references to source file locations.
5809 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5810 do not refer to the Emacs manual here.
5811 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5812
5813 * Makefile.in: Add `basename' versions of all info targets, for
5814 convenience when rebuilding just one manual.
5815 (../etc/GNU): Delete obsolete target.
5816 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5817 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5818 *.vrs *.toc here...
5819 (maintainer-clean): ...from here.
4009494e
GM
5820
5821 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5822
2de53ca6
GM
58232007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5824
5825 * calc.texi (Date Conversions): Clarify definition of
5826 Julian day numbering.
5827 (Date Forms): Clarify definition of Julian day numbering;
5828 add some history.
5829
58302007-08-30 Carsten Dominik <dominik@science.uva.nl>
5831
87e04f16 5832 * org.texi: Version 5.07.
2de53ca6
GM
5833
58342007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5835
5836 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5837
58382007-08-22 Carsten Dominik <dominik@science.uva.nl>
5839
5840 * org.texi (Adding hyperlink types): New section.
5841 (Embedded LaTeX): Chapter updated because of LaTeX export.
5842 (LaTeX export): New section.
5843 (Using links out): New section.
5844
58452007-08-22 Glenn Morris <rgm@gnu.org>
5846
5847 * faq.texi (Learning how to do something): Refcards now in
5848 etc/refcards/ directory.
5849
58502007-08-22 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * tramp.texi (Remote Programs): Persistency file must be cleared when
5853 changing `tramp-remote-path'.
5854 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5855 macro.
5856
58572007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5858
5859 * calc.texi: Move contents to beginning of file.
5860 (Algebraic Entry): Fix the formatting of an example.
5861
58622007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5863
5864 * calc.texi (Basic Operations on Units): Mention exact versus
5865 inexact conversions.
5866
58672007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5868
5869 * calc.texi (Basic Operations on Units): Mention default
5870 values for new units.
5871 (Quick Calculator Mode): Mention that binary format will
5872 be displayed.
5873
58742007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5877
58782007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5881
58822007-08-08 Glenn Morris <rgm@gnu.org>
5883
5884 * gnus.texi, sieve.texi: Replace `iff'.
5885
58862007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5887
5888 * calc.texi (Basic Graphics): Mention the graphing of error
5889 forms.
5890 (Graphics Options): Mention how `g s' handles error forms.
5891 (Curve Fitting): Mention plotting the curves.
5892 (Standard Nonlinear Models): Add additional models.
5893 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5894 (Linear Fits): Correct result.
5895
58962007-08-01 Alan Mackenzie <acm@muc.de>
5897
5898 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5899 to "--no-site-file".
5900
59012007-07-29 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * tramp.texi (Frequently Asked Questions): Point to mode line
5904 extension in Emacs 23.1.
5905
5906 * trampver.texi: Update release number.
5907
59082007-07-27 Glenn Morris <rgm@gnu.org>
5909
5910 * calc.texi (Copying): Include license text from gpl.texi, rather than
5911 in-line.
5912
59132007-07-25 Glenn Morris <rgm@gnu.org>
5914
5915 * calc.texi (Copying): Replace license with GPLv3.
5916
5917 * Relicense all FSF files to GPLv3 or later.
5918
59192007-07-22 Michael Albinus <michael.albinus@gmx.de>
5920
5921 Sync with Tramp 2.1.10.
5922
5923 * tramp.texi (trampfn): Expand macro implementation in order to handle
5924 empty arguments.
5925 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5926 occurrences by trampfn.
2de53ca6 5927 (Frequently Asked Questions): Extend example code for host
b2abec73 5928 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5929 file names to be typed.
5930
5931 * trampver.texi: Update release number.
5932
59332007-07-17 Michael Albinus <michael.albinus@gmx.de>
5934
5935 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5936 section. Reported by <poti@potis.org>.
5937 (Remote processes): Arguments of the program to be debugged are taken
5938 literally.
5939 (Frequently Asked Questions): Simplify recentf example.
5940
59412007-07-14 Karl Berry <karl@gnu.org>
5942
5943 * info.texi (@copying): New Back-Cover Text.
5944
5945 * info.texi (Quitting Info): Move to proper place in source.
5946 (Reported by Benno Schulenberg.)
5947
59482007-07-13 Eli Zaretskii <eliz@gnu.org>
5949
5950 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5951
5952 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5953
5954 * emacs-mime.texi: Add @documentencoding directive.
5955
59562007-07-12 Nick Roberts <nickrob@snap.net.nz>
5957
5958 * tramp.texi (Remote processes): Add an anchor to the subsection
5959 "Running a debugger on a remote host".
5960
59612007-07-12 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * tramp.texi (Remote processes): Don't call it "experimental" any
5964 longer. Add subsection about running a debugger on a remote host.
5965
59662007-07-10 Carsten Dominik <dominik@science.uva.nl>
5967
5968 * org.texi (Properties and columns): Chapter rewritten.
5969
59702007-07-08 Michael Albinus <michael.albinus@gmx.de>
5971
5972 * tramp.texi:
5973 * trampver.texi: Migrate to Tramp 2.1.
5974
59752007-07-02 Carsten Dominik <dominik@science.uva.nl>
5976
5977 * org.texi (Properties): New chapter.
5978
59792007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5980
5981 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5982 Control Panel.
5983
5984 * gnus.texi (Misc Article): Add index entry for
5985 gnus-single-article-buffer.
5986
59872007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5988
5989 * gnus.texi (Starting Up): Fix typo.
5990
59912007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * gnus.texi (Asynchronous Fetching): Fix typo.
5994
59952007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5996
5997 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5998 (About This Manual): Remove redundant information.
5999 (Getting Started): Mention author.
6000 (Basic Arithmetic, Customizing Calc): Make description of the
6001 variable `calc-multiplication-has-precedence' match its new effect.
6002
60032007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6004
0c7efc08
SM
6005 * calc.texi (Basic Arithmetic, Customizing Calc):
6006 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6007
60082007-06-19 Carsten Dominik <dominik@science.uva.nl>
6009
6010 * org.texi (Tag): Section swapped with node Timestamps.
6011 (Formula syntax for Lisp): Document new `L' flag.
6012
60132007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6014
6015 * gnus.texi (Misc Group Stuff, Summary Buffer)
6016 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6017
60182007-06-06 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6021 * gnus.texi (Article Buttons, Mail Source Customization)
6022 (Sending or Not Sending, Customizing NNDiary):
6023 * message.texi (Message Headers):
6024 * mh-e.texi (HTML): Fix typos.
6025
60262007-06-07 Michael Albinus <michael.albinus@gmx.de>
6027
6028 Sync with Tramp 2.0.56.
6029
6030 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6031 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6032
60332007-06-02 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * Version 22.1 released.
6036
60372007-05-26 Michael Olson <mwolson@gnu.org>
6038
6039 * erc.texi (Modules): Fix references to completion modules.
6040
60412007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6042
6043 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6044
60452007-05-09 Didier Verna <didier@xemacs.org>
6046
6047 * gnus.texi (Email Based Diary): New. Proper documentation for the
6048 nndiary back end and the gnus-diary library.
6049
60502007-05-03 Karl Berry <karl@gnu.org>
6051
6052 * .cvsignore (*.pdf): New entry.
6053
6054 * texinfo.tex: Update from current version for better pdf generation.
6055
60562007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6057
6058 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6059
60602007-04-28 Glenn Morris <rgm@gnu.org>
6061
6062 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6063 consideration of legal status.
6064
60652007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6066
6067 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6068
60692007-04-24 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * faq.texi (New in Emacs 22): python.el removed.
6072
60732007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6074
6075 * calc.texi (Reporting bugs): Update maintainer's address.
6076
60772007-04-22 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6080
60812007-04-15 Jay Belanger <belanger@truman.edu>
6082
6083 * calc.texi (Title page): Remove the date.
6084 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6085 (The Standard Calc Interface): Change trail title.
6086 (Floats): Mention that when non-decimal floats are entered, only
6087 approximations are stored.
6088 (Copying): Move to the appendices.
6089 (GNU Free Documentation License): Add as an appendix.
6090
60912007-04-15 Chong Yidong <cyd@stupidchicken.com>
6092
6093 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6094 * dired-x.texi, ebrowse.texi, ediff.texi:
6095 * emacs-mime.texi, erc.texi, eshell.texi:
6096 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6097 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6098 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6099 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6100 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6101 * woman.texi: Include GFDL.
6102
6103 * doclicense.texi: Remove node heading, so that it can be included by
6104 other files.
6105
6106 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6107
6108 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6109 than *.
6110
61112007-04-14 Carsten Dominik <dominik@science.uva.nl>
6112
6113 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6114 in Calc.
6115
61162007-04-09 Romain Francoise <romain@orebokech.com>
6117
6118 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6119 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6120 replace mouse-2.
6121
61222007-04-08 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6125 renamed to woman-use-topic-at-point. Document new behavior.
6126
61272007-04-08 Richard Stallman <rms@gnu.org>
6128
6129 * url.texi: Fix some indexing.
6130 (Disk Caching): Drop discussion of old/other Emacs versions.
6131
61322007-04-07 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * url.texi (Disk Caching): Say Emacs 21 "and later".
6135
6136 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6137 on Font locking which now mentions JIT lock.
6138
61392007-04-01 Michael Olson <mwolson@gnu.org>
6140
6141 * erc.texi: Update for the ERC 5.2 release.
6142
61432007-03-31 David Kastrup <dak@gnu.org>
6144
6145 * woman.texi (Topic, Interface Options): Explain changes semantics of
6146 woman-manpath in order to consider MANPATH_MAP entries.
6147
61482007-03-31 Eli Zaretskii <eliz@gnu.org>
6149
6150 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6151
61522007-03-26 Richard Stallman <rms@gnu.org>
6153
6154 * pgg.texi (Caching passphrase): Clean up previous change.
6155
61562007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6157
6158 * gnus.texi (Setting Process Marks): Fix typo.
6159
61602007-03-25 Romain Francoise <romain@orebokech.com>
6161
6162 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6163 readability, and include various fixes by Daniel Brockman, Nick Roberts
6164 and Dieter Wilhelm.
6165
61662007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6167
6168 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6169
6170 * gnus.texi (Mail Source Specifiers): Fix typo.
6171
61722007-03-22 Ralf Angeli <angeli@caeruleus.net>
6173
6174 * reftex.texi (Imprint): Update maintainer information.
6175
61762007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6177
6178 * message.texi (Message Buffers): Update documentation for
6179 message-generate-new-buffers.
6180
61812007-03-15 Daiki Ueno <ueno@unixuser.org>
6182
6183 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6184
61852007-03-21 Glenn Morris <rgm@gnu.org>
6186
6187 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6188
61892007-03-19 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * eshell.texi (Known problems): Emacs 21 -> 22.
6192
6193 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6194
61952007-03-18 Jay Belanger <belanger@truman.edu>
6196
6197 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6198
61992007-03-12 Glenn Morris <rgm@gnu.org>
6200
6201 * calc.texi (Time Zones): Switch to new North America DST rule.
6202
6203 * calc.texi: Replace "daylight savings" with "daylight
6204 saving" in text throughout.
6205
62062007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6207
6208 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6209 The variable now uses a list of symbols instead of just a symbol.
6210 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6211
62122007-03-06 Romain Francoise <romain@orebokech.com>
6213
6214 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6215 new packages, and mention Gnus update.
6216
62172007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6218
6219 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6220 nntp-open-connection-functions-never-echo-commands.
6221
62222007-02-27 Chong Yidong <cyd@stupidchicken.com>
6223
6224 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6225 problems on the console, and security risk in not using gpg-agent.
6226
62272007-02-25 Carsten Dominik <dominik@science.uva.nl>
6228
0c7efc08 6229 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6230 Completely reorganized and rewritten.
6231 (CamelCase links): Section removed.
6232 (Repeating items): New section.
6233 (Tracking TODO state changes): New section.
6234 (Agenda views): Chapter reorganized and rewritten.
6235 (HTML export): Section rewritten.
6236 (Tables in arbitrary syntax): New section.
6237 (Summary): Better feature summary.
6238 (Activation): Document problem with cut-and-paste of Lisp code
6239 from PDF files.
6240 (Visibility cycling): Document indirect buffer use.
6241 (Structure editing): Document sorting.
6242 (Remember): Section rewritten.
6243 (Time stamps): Better description of time stamp types.
6244 (Tag searches): Document regular expression search for tags.
6245 (Stuck projects): New section.
6246 (In-buffer settings): New keywords.
6247 (History and Acknowledgments): Updated description.
6248
62492007-02-24 Alan Mackenzie <acm@muc.de>
6250
6251 * cc-mode.texi (Movement Commands): Insert two missing command names.
6252 (Getting Started): Slight wording correction (use conditional).
6253
62542007-02-22 Kim F. Storm <storm@cua.dk>
6255
6256 * widget.texi (User Interface, Basic Types): Document need to put some
6257 text before the %v escape in :format string in editable-field widget.
6258
62592007-02-18 Romain Francoise <romain@orebokech.com>
6260
6261 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6262 `cvs-mode-quit'.
6263
62642007-02-10 Markus Triska <markus.triska@gmx.at>
6265
6266 * widget.texi (Programming Example): Put constant strings in :format.
6267
62682007-02-07 Juanma Barranquero <lekktu@gmail.com>
6269
6270 * faq.texi (Fullscreen mode on MS-Windows): New node.
6271
62722007-02-04 David Kastrup <dak@gnu.org>
6273
6274 * faq.texi (AUCTeX): Update version number. Should probably be done
6275 for other packages as well.
6276
62772007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6278
6279 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6280 <tassilo@member.fsf.org>.
6281
62822007-01-27 Eli Zaretskii <eliz@gnu.org>
6283
6284 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6285 ls-lisp-use-localized-time-format.
6286
62872007-01-20 Markus Triska <markus.triska@gmx.at>
6288
6289 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6290
62912007-01-13 Michael Olson <mwolson@gnu.org>
6292
6293 * erc.texi (Modules): Mention capab-identify module.
6294
62952007-01-05 Michael Olson <mwolson@gnu.org>
6296
6297 * erc.texi (Getting Started): Update for /RECONNECT command.
6298
62992007-01-04 Richard Stallman <rms@gnu.org>
6300
6301 * ebrowse.texi: Change C-c b to C-c C-m.
6302
63032007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6304
6305 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6306 variables only in info to avoid redundant entries in the printed
6307 manual.
6308
63092007-01-02 Daiki Ueno <ueno@unixuser.org>
6310
6311 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6312
63132007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6314
6315 * message.texi (Security): Split into sub-nodes.
6316
63172007-01-01 Alan Mackenzie <acm@muc.de>
6318
6319 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6320 eval-after-load in Emacs <=21 and a workaround. Document that
6321 trigraphs are not supported.
6322
63232007-01-01 Alan Mackenzie <acm@muc.de>
6324
6325 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6326 c-context-line-break. When invoked within a string, preserve
6327 whitespace. Add a backslash only when also in a macro.
6328
63292007-01-01 Alan Mackenzie <acm@muc.de>
6330
6331 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6332
63332007-01-01 Alan Mackenzie <acm@muc.de>
6334
6335 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6336 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6337
63382007-01-01 Alan Mackenzie <acm@muc.de>
6339
6340 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6341 "Choosing a Style".
6342
6343 * cc-mode.texi ("Styles"): Add @dfn{style}.
6344
63452006-12-30 Michael Albinus <michael.albinus@gmx.de>
6346
6347 Sync with Tramp 2.0.55.
6348
6349 * trampver.texi: Update release number.
6350
63512006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6352
6353 * gnus.texi (Customizing Articles): Add index entries for all
6354 gnus-treat-* variables.
6355
c8763fb6 63562006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6357
6358 * gnus.texi (IMAP): Fix incorrect explanation of
6359 nnimap-search-uids-not-since-is-evil in documentation for
6360 nnimap-expunge-search-string.
6361
63622006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6363
6364 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6365 spam-ifile-database.
6366
63672006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6368
6369 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6370 rebind C-s.
6371
c8763fb6 63722006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6373
6374 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6375 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6376 "expiring mail".
6377 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6378 nnimap-nov-is-evil.
6379
63802006-12-25 Kevin Ryde <user42@zip.com.au>
6381
6382 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6383 about the key procedure being used heavily.
6384
63852006-12-24 Chong Yidong <cyd@stupidchicken.com>
6386
6387 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6388 to t.
6389 (Prerequisites): Add explanation about gpg-agent.
6390
63912006-12-22 Kevin Ryde <user42@zip.com.au>
6392
6393 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6394 "sort" instead of "sort*".
6395
63962006-12-19 Richard Stallman <rms@gnu.org>
6397
6398 * calc.texi (History and Acknowledgements): Recognize that Emacs
6399 now does have floating point.
6400
64012006-12-19 Michael Albinus <michael.albinus@gmx.de>
6402
6403 * tramp.texi (External transfer methods): Describe new method `scpc'.
6404
64052006-12-17 Sascha Wilde <wilde@sha-bang.de>
6406
6407 * pgg.texi: Added short note on gpg-agent to the introduction.
6408
64092006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6410
6411 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6412 also applies to Cc.
6413
64142006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * gnus.texi (X-Face): Clarify. Say which programs are required
6417 on Windows.
6418
64192006-12-08 Michael Olson <mwolson@gnu.org>
6420
6421 * erc.texi (Modules): Remove documentation for list module.
6422
c8763fb6 64232006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6424
6425 * faq.texi (^M in the shell buffer): Ditto.
6426
64272006-11-20 Michael Olson <mwolson@gnu.org>
6428
6429 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6430
64312006-11-17 Carsten Dominik <dominik@science.uva.nl>
6432
6433 * org.texi: Fix typos.
6434 (Agenda commands): Document `C-k'.
6435
64362006-11-16 Eli Zaretskii <eliz@gnu.org>
6437
6438 * url.texi (http/https): Fix a typo in the HTTP URL.
6439
64402006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6441
6442 * ada-mode.texi: Total rewrite.
6443
64442006-11-13 Carsten Dominik <dominik@science.uva.nl>
6445
6446 * org.texi: Minor typo fixes.
6447
64482006-11-13 Bill Wohler <wohler@newt.com>
6449
6450 Release MH-E manual version 8.0.3.
6451
6452 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6453 release 8.0.3.
6454
6455 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6456 to set MAILDIR.
6457 (Reading Mail): Document the customization of read-mail-command
6458 for MH-E.
6459 (Viewing Attachments): Document mm-discouraged-alternatives.
6460 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6461 (Junk): Add more information about the settings of mh-junk-background
6462 in a program. Add /usr/bin/mh to PATH in examples.
6463
64642006-11-12 Richard Stallman <rms@gnu.org>
6465
6466 * woman.texi: Update author address but say he no longer maintains it.
6467
64682006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6469
6470 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6471 archived trees.
6472 (Checkboxes): Section moved to chapter 5, and extended.
6473 (The date/time prompt): New section.
6474 (Link abbreviations): New section.
6475 (Presentation and sorting): New section.
6476 (Custom agenda views): Section completely rewritten.
6477 (Summary): Compare with Planner.
6478 (Feedback): More info about creating backtraces.
6479 (Plain lists): Modified example.
6480 (Breaking down tasks): New section.
6481 (Custom time format): New section.
6482 (Time stamps): Document inactive timestamps.
6483 (Setting tags): More details about fast tag selection.
6484 (Block agenda): New section.
6485 (Custom agenda views): Section rewritten.
6486 (Block agenda): New section.
6487
64882006-11-07 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * tramp.texi (Configuration): scp is the default method.
6491 (Default Method): Use ssh as example for another method.
6492
64932006-10-27 Richard Stallman <rms@gnu.org>
6494
6495 * woman.texi: Downcase nroff/troff/roff.
6496 (Installation): Chapter deleted. Some xrefs deleted.
6497 (Background): woman doesn't advise man ;-).
6498
c8763fb6 64992006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6500
6501 * ada-mode.texi (Project files, Identifier completion)
6502 (Automatic Casing, Debugging, Using non-standard file names)
6503 (Working Remotely): Fix typos.
6504
65052006-10-20 Masatake YAMATO <jet@gyve.org>
6506
0c7efc08 6507 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6508 sample code `my-c-initialization-hook'.
6509
65102006-10-19 Stuart D. Herring <herring@lanl.gov>
6511
6512 * widget.texi: Fix typos.
6513
65142006-10-19 Michael Albinus <michael.albinus@gmx.de>
6515
6516 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6517 "???". There have been no complaints for years, so the information
6518 must be appropriate.
6519
65202006-10-16 Richard Stallman <rms@gnu.org>
6521
6522 * widget.texi: Use @var instead of capitalization.
6523 Clarify many widget type descriptions.
6524
65252006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6526
6527 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6528 gnus-dired-attach.
6529 (Selecting a Group): Fix typo.
6530
c8763fb6 65312006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6532
6533 * widget.texi: Fix typos.
6534
65352006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6536
6537 * gnus.texi (Image Enhancements): Update for Emacs 22.
6538
6539 * gnus-faq.texi ([1.3]): Update.
6540
65412006-10-06 Richard Stallman <rms@gnu.org>
6542
6543 * faq.texi (Displaying the current line or column):
6544 Delete "As of Emacs 20".
6545
65462006-10-06 Romain Francoise <romain@orebokech.com>
6547
6548 * faq.texi (VM): VM works with Emacs 22 too.
6549
65502006-10-06 Richard Stallman <rms@gnu.org>
6551
6552 * ebrowse.texi: Remove Emacs version "21" from title.
6553
65542006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6555
6556 * gnus.texi (Foreign Groups): Say where change of editing commands are
6557 stored. Add reference to `gnus-parameters'.
6558
65592006-09-15 Jay Belanger <belanger@truman.edu>
6560
6561 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6562 Change "Library Public License" to "Lesser Public License"
6563 throughout. Use "yyyy" to represent year.
6564
65652006-09-15 Carsten Dominik <dominik@science.uva.nl>
6566
6567 * org.texi (Setting tags): Typo fix.
6568
65692006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6572
65732006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6574
6575 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6576
65772006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6578
6579 * faq.texi (Escape sequences in shell output): EMACS is now set
6580 to Emacs's absolute file name, not to "t".
6581 (^M in the shell buffer): Likewise.
6582 * misc.texi (Interactive Shell): Likewise.
6583
65842006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6587 mails with pop3-leave-mail-on-server. Fix wording.
6588 (Limiting): Improve gnus-summary-limit-to-articles.
6589 (X-Face): Fix typo.
6590
65912006-09-11 Simon Josefsson <jas@extundo.com>
6592
6593 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6594 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6595
65962006-09-06 Simon Josefsson <jas@extundo.com>
6597
6598 * smtpmail.texi (Authentication): Mention SSL.
6599
66002006-09-01 Eli Zaretskii <eliz@gnu.org>
6601
6602 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6603 Don't use @indicateurl.
6604
6605 * cc-mode.texi (Subword Movement): Don't use @headitem.
6606 (Custom Braces, Clean-ups): Don't use @tie.
6607
66082006-08-29 Michael Albinus <michael.albinus@gmx.de>
6609
6610 Sync with Tramp 2.0.54.
6611
6612 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6613 Suggested by Adrian Phillips <a.phillips@met.no>.
6614
66152006-08-15 Carsten Dominik <dominik@science.uva.nl>
6616
6617 * org.texi (Installation, Activation): Split from Installation and
6618 Activation.
6619 (Clocking work time): Documented new features.
6620
66212006-08-13 Alex Schroeder <alex@gnu.org>
6622
6623 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6624 example.
6625
66262006-08-12 Eli Zaretskii <eliz@gnu.org>
6627
6628 * faq.texi (How to add fonts): New node.
6629
66302006-08-05 Romain Francoise <romain@orebokech.com>
6631
6632 * faq.texi (New in Emacs 22): Expand.
6633
66342006-08-03 Michael Olson <mwolson@gnu.org>
6635
6636 * erc.texi: Update for ERC 5.1.4.
6637
66382006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6639
6640 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6641 in .../site-lisp/gnus/ by default.
6642 [ From gnus-news.texi in the trunk. ]
6643
66442006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * gnus.texi (MIME Commands): Additions for yEnc.
6647
66482006-07-24 Richard Stallman <rms@gnu.org>
6649
6650 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6651 * faq.texi: Move periods and commas inside quotes.
6652
66532006-07-20 Jay Belanger <belanger@truman.edu>
6654
6655 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6656
66572006-07-18 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * faq.texi (Security risks with Emacs): Document Emacs 22
6660 file-local-variable mechanism.
6661
66622006-07-12 Michael Olson <mwolson@gnu.org>
6663
6664 * erc.texi: Update for ERC 5.1.3.
6665
66662006-07-12 Alex Schroeder <alex@gnu.org>
6667
6668 * rcirc.texi: Fix typos.
6669 (Getting started with rcirc): New calling convention for M-x irc.
6670 Mention #rcirc. Removed channel tracking.
0c7efc08 6671 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6672 recently, eg. rcirc-server to rcirc-default-server. Added
6673 documentation for rcirc-authinfo, some background for Bitlbee, and
6674 rcirc-track-minor-mode.
0c7efc08 6675 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6676 Scrolling.
0c7efc08 6677 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6678 to match code changes.
6679
66802006-07-10 Nick Roberts <nickrob@snap.net.nz>
6681
6682 * gnus.texi, message.texi: Fix typos.
6683
66842006-07-07 Carsten Dominik <dominik@science.uva.nl>
6685
6686 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6687 commands.
6688 (Global TODO list): Document the use of the variables
6689 `org-agenda-todo-ignore-scheduled' and
6690 `org-agenda-todo-list-sublevels'.
6691
66922006-07-05 Richard Stallman <rms@gnu.org>
6693
6694 * faq.texi (Scrolling only one line): Fix xref.
6695
66962006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6697
6698 * faq.texi (Evaluating Emacs Lisp code):
6699 Throughout, replace eval-current-buffer with eval-buffer.
6700
67012006-07-03 Richard Stallman <rms@gnu.org>
6702
6703 * rcirc.texi (Scrolling conservatively): Fix xref.
6704
6705 * pcl-cvs.texi (Viewing differences): Usage fix.
6706
67072006-07-03 Carsten Dominik <dominik@science.uva.nl>
6708
6709 * org.texi (Agenda commands): Document `s' key to save all org-mode
6710 buffers.
6711
67122006-06-30 Ralf Angeli <angeli@caeruleus.net>
6713
6714 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6715 names. Mention `cvs-msg' face.
6716
67172006-06-29 Carsten Dominik <dominik@science.uva.nl>
6718
6719 * org.texi (Checkboxes): New section.
6720
67212006-06-28 Carsten Dominik <dominik@science.uva.nl>
6722
6723 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6724 throughout this chapter.
6725
67262006-06-27 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6729 text for standalone vs Emacs info.
6730 (Help): Clarify header line description. Use mouse-1 for clicks.
6731 (Help-P): Use mouse-1 for clicks.
6732 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6733 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6734 (Choose menu subtopic): Remove gratuitous Emacs command names.
6735 (Help-FOO): Put usual behavior first.
6736 (Help-Xref): Clicking on xrefs works in Emacs.
6737 (Search Text): Clarify what the default behavior is.
6738 (Create Info buffer): Fix Emacs window/X window confusion.
6739 (Emacs Info Variables): Fix for new Emacs init file behavior.
6740
67412006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6742
6743 * gnus.texi (Summary Buffer Lines): Fix typo.
6744
67452006-06-23 Carsten Dominik <dominik@science.uva.nl>
6746
6747 * org.texi (Embedded LaTeX): New chapter.
6748 (Archiving): Section rewritten.
6749 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6750
67512006-06-20 Bill Wohler <wohler@newt.com>
6752
6753 Release MH-E manual version 8.0.1.
6754
6755 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6756 release 8.0.1.
6757 (Preface): Depend on GNU mailutils 1.0 and higher.
6758
67592006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * message.texi (News Headers): Update message-syntax-checks section.
6762
67632006-06-19 Karl Berry <karl@gnu.org>
6764
6765 * info.texi (Advanced): Mention C-q, especially with ?.
6766
67672006-06-19 Carsten Dominik <dominik@science.uva.nl>
6768
6769 * org.texi (Publishing links): Document the `:link-validation-function'
6770 property.
6771 (Extensions and Hacking): New chapter, includes some sections of the
6772 "Miscellaneous" chapter.
6773
67742006-06-10 Carsten Dominik <dominik@science.uva.nl>
6775
6776 * org.texi (Progress logging): New section.
6777
2de53ca6
GM
67782006-06-06 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * org.texi (ASCII export): Document indentation adaptation.
6781 (Setting tags): Document mutually-exclusive tags.
6782
67832006-06-05 Romain Francoise <romain@orebokech.com>
6784
6785 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6786 Fix typo.
6787
6788 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6789 channel (#gnus@irc.freenode.net).
6790 Fix typos. Update copyright notice.
6791
6792 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6793 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6794 (Line-Up Functions, Custom Macros):
6795 * ediff.texi (Window and Frame Configuration)
dccb744b 6796 (Highlighting Difference Regions):
2de53ca6
GM
6797 * emacs-mime.texi (Display Customization):
6798 * erc.texi (History):
6799 * eshell.texi (Known problems):
6800 * eudc.texi (Overview, BBDB):
6801 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6802 (The problem of spam, SpamOracle, Extending the Spam package)
6803 (Conformity, Terminology):
dccb744b 6804 * idlwave.texi (Routine Info)
2de53ca6
GM
6805 (Class and Keyword Inheritance, Padding Operators)
6806 (Breakpoints and Stepping, Electric Debug Mode)
6807 (Examining Variables, Troubleshooting):
6808 * org.texi (Creating timestamps):
6809 * reftex.texi (Commands, Options, Changes):
6810 * tramp.texi (Inline methods, Password caching)
6811 (Auto-save and Backup, Issues):
6812 * vip.texi (Files, Commands in Insert Mode):
6813 * viper.texi (Emacs Preliminaries, States in Viper)
6814 (Packages that Change Keymaps, Viper Specials, Groundwork):
6815 Fix various typos.
6816
68172006-05-31 Michael Ernst <mernst@alum.mit.edu>
6818
6819 * ediff.texi: Fix typos.
6820
68212006-05-30 Carsten Dominik <dominik@science.uva.nl>
6822
6823 * org.texi: Small typo fixes.
6824
fff84c22
JB
68252006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * viper.texi (Viper Specials):
6828 * gnus.texi (Example Setup):
6829 * faq.texi (Backspace invokes help):
6830 * dired-x.texi (Optional Installation Dired Jump):
6831 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6832 follow coding conventions.
6833
2de53ca6
GM
68342006-05-29 Michael Albinus <michael.albinus@gmx.de>
6835
6836 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6837
68382006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6839
6840 * pcl-cvs.texi: Fix typos.
6841 (Customization): Say "us".
6842
68432006-05-26 Eli Zaretskii <eliz@gnu.org>
6844
6845 * org.texi: Remove bogus @setfilename.
6846
68472006-05-26 Carsten Dominik <dominik@science.uva.nl>
6848
6849 * org.texi (ASCII export): Omit command name.
6850 (HTML export): Add prefix to all lines in Local Variable example.
6851 (Acknowledgments): Typeset names in italics.
6852
68532006-05-24 Carsten Dominik <dominik@science.uva.nl>
6854
6855 * org.texi (Plain lists): Add new item navigation commands.
6856 (External links): Document elisp and info links.
6857 (Custom searches): New section.
6858 (Publishing): New chapter.
6859 (HTML export): Include a list of supported CSS classes.
6860 (Setting tags): Describe the fast-tag-setting interface.
6861
68622006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * dired-x.texi: ifinfo -> ifnottex.
6865
68662006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6869
68702006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6871
6872 * message.texi (Interface): Add tool bar customization.
6873 (MIME): Index and text additions for mml-attach.
6874 (MIME): Describe mml-dnd-protocol-alist and
6875 mml-dnd-attach-options.
6876
6877 * gnus.texi (Oort Gnus): Reorder entries in sections.
6878 Fix some entries.
6879 (Starting Up): Add references to "Emacs for Heathens" and to
6880 "Finding the News". Add user-full-name and user-mail-address.
6881 (Group Buffer Format): Add tool bar customization and update.
6882 (Summary Buffer): Add tool bar customization.
6883 (Posting Styles): Add message-alternative-emails.
6884
68852006-05-09 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * tramp.texi (Filename completion): Improve wording.
6888
68892006-05-07 Romain Francoise <romain@orebokech.com>
6890
6891 * faq.texi (Using regular expressions): Fix typo.
6892 (Packages that do not come with Emacs): Fix capitalization.
6893 (Replacing text across multiple files): Expand node to explain how
6894 to use `dired-do-query-replace-regexp' in more detail, based on
6895 suggestion by Eric Hanchrow <offby1@blarg.net>.
6896
68972006-05-06 Michael Albinus <michael.albinus@gmx.de>
6898
6899 * tramp.texi (Filename completion): Completion of remote files'
6900 method, user name and host name is active only in partial
6901 completion mode.
6902
69032006-05-06 Bill Wohler <wohler@newt.com>
6904
6905 Release MH-E manual version 8.0.
6906
6907 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6908 release 8.0.
6909
69102006-05-06 Bill Wohler <wohler@newt.com>
6911
6912 * mh-e.texi (MH-BOOK-HOME): Change from
6913 http://www.ics.uci.edu/~mh/book/mh to
6914 http://rand-mh.sourceforge.net/book/mh.
6915 Replace .htm suffix with .html for MH book files.
6916 (Using This Manual): Update key binding for getting relevant
6917 chapter in Info from command key.
6918 (Ranges): Fix itemx.
6919
69202006-05-05 Karl Berry <karl@gnu.org>
6921
6922 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6923 (\fonttextsize): New user-level command to change text font size.
6924
69252006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6926
6927 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6928
69292006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6930
6931 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6932
69332006-04-24 Bill Wohler <wohler@newt.com>
6934
6935 * mh-e.texi (Getting Started): Make it more explicit that you need
6936 to install MH. Add pointers to current MH implementations.
6937
69382006-04-21 Bill Wohler <wohler@newt.com>
6939
6940 Release MH-E manual version 7.94.
6941
6942 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6943 release 7.94.
6944
69452006-04-21 Carsten Dominik <dominik@science.uva.nl>
6946
6947 * org.texi: Many small fixes.
6948 (Handling links): Rename from "Managing links".
6949
69502006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6951
6952 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6953 (Splitting mail using spam-stat): Fix @xref.
6954
69552006-04-20 Chong Yidong <cyd@stupidchicken.com>
6956
6957 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6958 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6959
69602006-04-20 Carsten Dominik <dominik@science.uva.nl>
6961
6962 * org.texi (Time stamps): Better explanation of the purpose of
6963 different time stamps.
6964 (Structure editing, Plain lists): More details on how new items
6965 and headings are inserted.
6966
69672006-04-18 Carsten Dominik <dominik@science.uva.nl>
6968
6969 * org.texi (Formula syntax): Fix link to Calc Manual.
6970
69712006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6972
6973 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6974
69752006-04-17 Bill Wohler <wohler@newt.com>
6976
6977 * mh-e.texi (Folders): Update mh-before-quit-hook and
6978 mh-quit-hook example with code that removes the buffers rather
6979 than just bury them.
6980
69812006-04-17 Michael Albinus <michael.albinus@gmx.de>
6982
6983 Sync with Tramp 2.0.53.
6984
69852006-04-13 Carsten Dominik <dominik@science.uva.nl>
6986
6987 * org.texi (Updating settings): New section.
6988 (Visibility cycling): Better names for the startup folding
6989 options.
6990 (Exporting): Completely restructured.
6991 (The very busy C-c C-c key): New section.
6992 (Summary of in-buffer settings): New section.
6993
69942006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6995
6996 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6997
69982006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7001 (Server Commands): Key `v' is reserved for users.
7002
70032006-04-11 Carsten Dominik <dominik@science.uva.nl>
7004
7005 * org.texi (Link format): New section, emphasis on bracket links.
7006 (External links): Document bracket links.
7007 (FAQ): Expand to cover shell links and the new link format.
7008
70092006-04-09 Kevin Ryde <user42@zip.com.au>
7010
7011 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7012
70132006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7014
7015 * gnus.texi (Summary Buffer Lines): Add `*'.
7016
c8763fb6 70172006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7018
7019 * gnus.texi (Group Parameters):
7020 Mention gnus-permanently-visible-groups.
7021
70222006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7023
7024 * gnus.texi (Face): Fix typo.
7025
70262006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7027
7028 * gnus.texi (X-Face): Clarify.
7029 (Face): Need Emacs with PNG support.
7030
70312006-04-06 Richard Stallman <rms@gnu.org>
7032
7033 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7034 Emacs".
7035
70362006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7037
7038 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7039 blocks not suitable for inclusion with Emacs using variable
7040 PARTOFEMACS.
7041
70422006-04-04 Simon Josefsson <jas@extundo.com>
7043
7044 * gnus.texi (Security): Improve.
7045
70462006-04-02 Bill Wohler <wohler@newt.com>
7047
7048 * mh-e.texi (Getting Started, Junk, Bug Reports)
7049 (MH FAQ and Support): Fix URLs.
7050
70512006-03-31 Romain Francoise <romain@orebokech.com>
7052
7053 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7054 to t, not nil (and has for the past eight years).
7055
70562006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * message.texi, gnus.texi: Bump version to 5.11.
7059
70602006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7061
7062 * gnus.texi (Top): Add comment about version line.
7063
7064 * message.texi (Top): Ditto. Change to take named versions into
7065 account.
7066
70672006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * gnus.texi (Posting Styles): Add x-face-file to example.
7070 (X-Face): Refer to posting styles.
7071
7072 * gnus-faq.texi ([5.8]): Add x-face-file.
7073 ([8.4]): Add links to gmane.emacs.gnus.user and
7074 gmane.emacs.gnus.general.
7075
70762006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * gnus-faq.texi: Use .invalid.
7079 ([5.4]): Fix gnus-posting-styles example.
7080
70812006-03-27 Romain Francoise <romain@orebokech.com>
7082
7083 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7084 Emacs/W3 needs a new maintainer.
7085 (Ispell): Update author and version info.
7086 (Mailcrypt): Mention PGG.
7087 (New in Emacs 22): Add PGG to the list of new packages.
7088 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7089 updating dead URLs.
7090
70912006-03-25 Karl Berry <karl@gnu.org>
7092
7093 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7094 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7095 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7096 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7097 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7098 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7099 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7100 (2) do not indent copyright year list (or anything else).
7101
71022006-03-21 Bill Wohler <wohler@newt.com>
7103
7104 * mh-e.texi (Folders): Various edits.
7105
71062006-03-20 Romain Francoise <romain@orebokech.com>
7107
7108 * gnus.texi (Mail Folders): Grammar fix.
7109
71102006-03-19 Bill Wohler <wohler@newt.com>
7111
7112 * mh-e.texi (Replying): Document Mail-Followup-To.
7113 Change manually-formatted table to multitable. Add debugging info.
7114 Move description of mh-reply-default-reply-to into paragraph
7115 that describes its values.
7116
71172006-03-17 Bill Wohler <wohler@newt.com>
7118
10d1d0af 7119 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7120 (Sending Mail Tour): Update method of entering
7121 addresses and subject.
7122 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7123 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7124
71252006-03-15 Carsten Dominik <dominik@science.uva.nl>
7126
7127 * org.texi: Version number change only.
7128
71292006-03-14 Bill Wohler <wohler@newt.com>
7130
7131 * mh-e.texi: Add index entries around each paragraph rather than
7132 depend on entries from beginning of node. Doing so ensures that
7133 index entries are less likely to be forgotten if text is cut and
7134 pasted, and are necessary anyway if the references are on a
7135 separate page. It seems that makeinfo is now (v. 4.8) only
7136 producing one index entry per node, so there is no longer any
7137 excuse not to. Use subheading instead of heading. The incorrect
7138 use of heading produced very large fonts in Info--as large as the
7139 main heading.
7140 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7141 versions 6 and 7 appeared *around* the time of these Emacs releases.
7142
71432006-03-13 Carsten Dominik <dominik@science.uva.nl>
7144
7145 * org.texi (Clean view): Document new startup options.
7146
71472006-03-11 Bill Wohler <wohler@newt.com>
7148
7149 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7150 (Composing, Scan Line Formats): Fix @refs.
7151 (Getting Started): Define MH profile and MH profile components.
7152 (Incorporating Mail, Reading Mail, Viewing, Printing)
7153 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7154 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7155 for string constants.
7156 (Tool Bar): Remove spurious quote.
7157 (Junk): Use ``...'' instead of "...".
7158 (Scan Line Formats): Replace @samp with @kbd.
7159
71602006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7163
71642006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7165
7166 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7167 easy to understand.
7168
71692006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7170
7171 * gnus.texi: Markup fix.
7172 (Fancy Mail Splitting): Specify new feature.
7173
71742006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7175
7176 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7177 partial-words matching.
7178
71792006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7180
7181 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7182
7183 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7184 (MIME Commands): Fix mm-discouraged-alternatives.
7185
71862006-03-07 Carsten Dominik <dominik@science.uva.nl>
7187
7188 * org.texi: Version number change only.
7189
71902006-03-06 Bill Wohler <wohler@newt.com>
7191
7192 * mh-e.texi: Move from SourceForge repository to Savannah.
7193 This is version 7.93, which is a total rewrite from the previous
7194 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7195 version 7.93.
7196
71972006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7198
7199 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7200
72012006-03-01 Carsten Dominik <dominik@science.uva.nl>
7202
7203 * org.texi (Interaction): Add item about `org-mouse.el' by
7204 Piotr Zielinski.
7205 (Managing links): Document that also mouse-1 can be used to
7206 activate a link.
7207 (Headlines, FAQ): Add entry about hiding leading stars.
7208 (Miscellaneous): Resort the sections in this chapter to a more
7209 logical sequence.
7210
72112006-02-27 Simon Josefsson <jas@extundo.com>
7212
7213 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7214 2004-01-27 from the trunk).
7215
72162006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7217
7218 * cc-mode.texi: Rename c-hungry-backspace to
7219 c-hungry-delete-backwards, at the request of RMS. Leave the old
7220 name as an alias.
7221
72222006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7223
7224 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7225 include the function header within the defun.
7226
72272006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7228
7229 * cc-mode.texi: Correct two typos.
7230
72312006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7232
7233 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7234 existing comment.
7235 (Electric Keys): Add a justification for electric indentation.
7236 (Hungry WS Deletion): Clear up the names and complications of the
7237 BACKSPACE and DELETE keys.
7238
72392006-02-23 Juri Linkov <juri@jurta.org>
7240
7241 * faq.texi (Common requests): Move `Turning on auto-fill by
7242 default' after `Wrapping words automatically'. Move `Working with
7243 unprintable characters' before `Searching for/replacing newlines'.
7244 Move `Replacing highlighted text' after `Highlighting a region'.
7245 Merge `Repeating commands' and `Repeating a command as many times
7246 as possible' into the former.
7247 (Packages that do not come with Emacs): Add refs to Gmane and
7248 etc/MORE.STUFF.
7249
72502006-02-23 Juri Linkov <juri@jurta.org>
7251
7252 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7253 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7254 Add xref to `(emacs)Reporting Bugs'.
7255 (Getting a printed manual): Add URL to other formats of the manual.
7256 (Common requests): Fix menu.
7257 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7258 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7259 (Inserting text at the beginning of each line): Add pxref to
7260 `Changing the included text prefix'.
7261 (Forcing the cursor to remain in the same column): Mention `track-eol'
7262 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7263 (Replacing text across multiple files): Add keybinding `Q' for
7264 `dired-do-query-replace'.
7265
72662006-02-22 Carsten Dominik <dominik@science.uva.nl>
7267
7268 * reftex.texi: Version number and date change only.
7269
7270 * org.texi (Internal Links): Rewrite to cover the modified
7271 linking system.
7272
72732006-02-17 Eli Zaretskii <eliz@gnu.org>
7274
7275 * faq.texi: Remove the coding cookie, it's not needed anymore.
7276
72772006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7278
7279 * faq.texi (Colors on a TTY): Mention Mac OS port.
7280
72812006-02-12 Karl Berry <karl@gnu.org>
7282
7283 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7284 8-bit accented a.
7285
72862006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7287
7288 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7289
72902006-02-08 Romain Francoise <romain@orebokech.com>
7291
7292 * faq.texi (Top): Remove paragraph about the FAQ being a
7293 transitional document, etc.
7294 (Searching for/replacing newlines): New node.
7295 (Yanking text in isearch): New node.
7296 (Inserting text at the beginning of each line): Rename and make
7297 more general, mention `M-;' in Message mode.
7298
72992006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7300
7301 * faq.texi (Meta key does not work in xterm)
7302 (Emacs does not display 8-bit characters)
7303 (Inputting eight-bit characters): Update xrefs.
7304
73052006-02-06 Romain Francoise <romain@orebokech.com>
7306
7307 * faq.texi (VM): VM now at version 7.19.
7308 Set myself as maintainer of this file.
7309
73102006-02-04 Michael Olson <mwolson@gnu.org>
7311
7312 * erc.texi (History): Note that ERC is now included with Emacs.
7313
73142006-01-31 Romain Francoise <romain@orebokech.com>
7315
7316 * message.texi (Message Headers): Explain what
7317 `message-alternative-emails' does in more detail.
7318 Update copyright year.
7319
73202006-01-30 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7323
73242006-01-29 Richard M. Stallman <rms@gnu.org>
7325
7326 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7327
73282006-01-29 Michael Olson <mwolson@gnu.org>
7329
7330 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7331
7332 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7333
7334 * faq.texi (New in Emacs 22): Mention ERC.
7335
73362006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * rcirc.texi: Capitalize dir entry for consistency with the entry
7339 in info/dir and other entries in the Emacs category.
7340 Fix typos. Delete trailing whitespace.
7341
c8763fb6 73422006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7343
7344 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7345
73462006-01-27 Eli Zaretskii <eliz@gnu.org>
7347
7348 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7349 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7350
7351 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7352 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7353
73542006-01-27 Alex Schroeder <alex@gnu.org>
7355
7356 * rcirc.texi: New file.
7357
73582006-01-23 Juri Linkov <juri@jurta.org>
7359
7360 * widget.texi (User Interface): Add S-TAB for widget-backward.
7361
73622006-01-22 Michael Albinus <michael.albinus@gmx.de>
7363
7364 Sync with Tramp 2.0.52.
7365
7366 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7367 Add Tramp disabling item. New item for common connection problems.
7368 (various): Apply "ftp" as method for the download URL.
7369 (Bug Reports): Refer to FAQ for common problems.
7370
73712006-01-21 Eli Zaretskii <eliz@gnu.org>
7372
7373 * widget.texi (User Interface): Use @key for TAB.
7374
7375 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7376
7377 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7378 for TAB.
7379
7380 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7381
73822006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * gnus.texi: Update copyright.
7385
73862006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus.texi (Article Washing): Additions.
7389
2de53ca6
GM
73902006-01-13 Carsten Dominik <dominik@science.uva.nl>
7391
7392 * org.texi (Agenda commands): Document tags command.
7393
73942006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7395
7396 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7397
73982006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * gnus.texi (RSS): Addition.
7401
74022005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7403
7404 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7405
74062005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7407
7408 * emacs-mime.texi (Display Customization): Add setting example to
7409 mm-discouraged-alternatives.
7410
74112006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7414 version is the canonical version.
7415
74162006-01-08 Alex Schroeder <alex@gnu.org>
7417
7418 * pgg.texi (Caching passphrase): Rewording.
7419
74202006-01-06 Eli Zaretskii <eliz@gnu.org>
7421
7422 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7423 repository URL.
7424
74252006-01-06 Carsten Dominik <dominik@science.uva.nl>
7426
7427 * org.texi: Removed the accidentally re-added empty line in the
7428 direntry.
7429
74302006-01-05 Carsten Dominik <dominik@science.uva.nl>
7431
7432 * org.texi (Agenda Views): Chapter reorganized.
7433
74342005-12-29 Romain Francoise <romain@orebokech.com>
7435
7436 * faq.texi (Using Customize): New node.
7437
74382005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7439
7440 * org.texi: Remove blank line in @direntry. It is non-standard
7441 and recursively produces blank lines all over the dir file (when
7442 using Texinfo 4.8).
7443
74442005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7447
74482005-12-20 Carsten Dominik <dominik@science.uva.nl>
7449
7450 * org.texi (Tags): Boolean logic documented.
7451 (Agenda Views): Document custom commands.
7452
74532005-12-20 David Kastrup <dak@gnu.org>
7454
7455 * faq.texi (AUCTeX): Update version and mailing list info.
7456
74572005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7458
7459 * gnus.texi (MIME Commands): Mention addition of
7460 multipart/alternative to gnus-buttonized-mime-types and add xref
7461 to mm-discouraged-alternatives.
7462
7463 * emacs-mime.texi (Display Customization): Mention addition of
7464 "image/.*" and add xref to gnus-buttonized-mime-types in the
7465 mm-discouraged-alternatives section.
7466
74672005-12-16 Carsten Dominik <dominik@science.uva.nl>
7468
7469 * org.texi (Tags): New section.
7470 (Agenda Views): Chapter reorganized.
7471
74722005-12-16 Eli Zaretskii <eliz@gnu.org>
7473
7474 * org.texi (Internal Links): Add a missing comma after an @xref.
7475
74762005-12-14 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * faq.texi (Filling paragraphs with a single space): No need to
7479 change sentence-end now.
7480
74812005-12-13 Romain Francoise <romain@orebokech.com>
7482
7483 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7484
74852005-12-12 Jay Belanger <belanger@truman.edu>
7486
7487 * faq.texi (Calc): Update version number.
7488
74892005-12-12 Carsten Dominik <dominik@science.uva.nl>
7490
7491 * org.texi (Progress Logging): New section.
7492
74932005-12-10 Romain Francoise <romain@orebokech.com>
7494
7495 Update the Emacs FAQ for the 22.1 release.
7496
7497 * faq.texi: Set VER to `22.1'.
7498 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7499 Tutorial. Mention that `C-h r' displays the manual.
7500 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7501 (Getting a printed manual): Point to the new locations of the
7502 manuals on the GNU Web site.
7503 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7504 available via Info (it was previously distributed separately).
7505 (Installing Texinfo documentation): The latest version of Texinfo
7506 is 4.8, not 4.0.
7507 (Informational files for Emacs): COPYING is the GNU General Public
7508 License, not the Emacs General Public License.
7509 (Informational files for Emacs): Delete obsolete link to the
7510 GNUinfo pages as they have been removed from the GNU Web site.
7511 (New in Emacs 22): New node.
7512 (Setting up a customization file): Say that most packages support
7513 Customize nowadays.
7514 (Colors on a TTY): Delete reference to instructions on how to
7515 enable syntax highlighting, it is now enabled by default.
7516 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7517 at startup automatically.
7518 (Controlling case sensitivity): Mention `M-c' in isearch.
7519 (Using an already running Emacs process): Emacs now creates the
7520 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7521 gnuserv. As emacsclient can now run Lisp code as well, delete a
7522 sentence praising gnuserv for that. Simplify description of how
7523 the client/server operation works.
7524 (Compiler error messages): Delete obsolete text (compile.el has
7525 been rewritten).
7526 (Indenting switch statements): Fix typo.
7527 (Matching parentheses): Simplify setup instructions, mention the
7528 menu bar item in the Options menu.
7529 (Repeating a command as many times as possible): Mention `C-x e'.
7530 (Going to a line by number): Mention new keymap and bindings
7531 `M-g M-g', `M-g M-p' and `M-g M-n'.
7532 (Turning on syntax highlighting): Now on by default. Simplify.
7533 (Replacing highlighted text): Use `1', not `t'.
7534 (Problems with very large files): The maximum size is now 256MB on
7535 32-bit machines.
7536 (^M in the shell buffer): Mention `comint-process-echoes'.
7537 (Emacs for Apple computers): Emacs 22 has native support for Mac
7538 OS X.
7539 (Translating names to IP addresses): Delete node.
7540 (Binding keys to commands): Fix typo.
7541 (SPC no longer completes file names): New node.
7542 (MIME with Emacs mail packages): Delete section about the Emacs
7543 MIME FAQ (it's not reachable anymore).
7544
75452005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7546
7547 * cc-mode.texi: The manual has been extensively revised: the
7548 information about using CC Mode has been separated from the larger
7549 and more difficult chapters about configuration. It has been
7550 updated for CC Mode 5.31.
7551
75522005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7555 (Selecting an implementation): Fix descriptions.
7556
75572005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * message.texi (Various Message Variables): Addition.
7560
75612005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * message.texi: Fix default values.
7564
75652005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7566
7567 * message.texi (Header Commands): Clarify descriptions of
7568 message-cross-post-followup-to, message-reduce-to-to-cc, and
7569 message-insert-wide-reply.
7570 (Various Commands): Fix kindex for message-kill-to-signature;
7571 clarify description of message-tab.
7572
75732005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * message.texi (Mailing Lists): Fix description about MFT.
7576
7577 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7578
75792005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus.texi (Slow Terminal Connection): Replace old description
7582 with new one.
7583
75842005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7585
7586 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7587 replace X-Draft-Headers with X-Draft-From.
7588
75892005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7590
7591 * gnus.texi (Various Various): Fix the default value of
7592 nnheader-max-head-length.
7593 (Gnus Versions): Fix typo.
7594
75952005-12-08 Carsten Dominik <dominik@science.uva.nl>
7596
7597 * org.texi (Structure editing): Document new functionality of
7598 M-RET.
7599
76002005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7601
7602 * org.texi (Internal Links): Fix Texinfo usage.
7603
76042005-12-06 Carsten Dominik <dominik@science.uva.nl>
7605
7606 * org.texi (TODO basics): Document the global todo list.
7607 (TODO items): Documents sparse tree for specific TODO
7608 keywords.
7609
76102005-11-30 Carsten Dominik <dominik@science.uva.nl>
7611
7612 * org.texi (Plain Lists): Typos fixed.
7613
76142005-11-28 Jay Belanger <belanger@truman.edu>
7615
7616 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7617
76182005-11-24 Carsten Dominik <dominik@science.uva.nl>
7619
7620 * org.texi (Structure editing): New item moving commands added.
7621 (Plain Lists): New section.
7622
76232005-11-18 Carsten Dominik <dominik@science.uva.nl>
7624
7625 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7626 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7627 `org-agenda-file-to-front'.
2de53ca6
GM
7628 (Built-in table editor): Document `org-table-sort-lines'.
7629 (HTML formatting): Export of hand-formatted lists.
7630
76312005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7634 new variable gnus-toolbar-thickness.
7635
76362005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7639
76402005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7641
7642 * gnus.texi (X-Face): Fix description.
7643 (XVarious): Remove gnus-xmas-logo-color-alist and
7644 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7645
76462005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * gnus.texi (Group Parameters): Mention new variable
7649 gnus-parameters-case-fold-search.
7650 (Home Score File): Addition.
7651
76522005-11-04 Ulf Jasper <ulf.jasper@web.de>
7653
7654 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7655 (Overview): List supported feed types.
7656 (Installation): No installation necessary when using autoload.
7657 (Configuration): Rename "RSS" to "news".
7658
76592005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7660
7661 * pgg.texi (User Commands): Document additional passphrase
7662 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7663 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7664
76652005-11-04 Carsten Dominik <dominik@science.uva.nl>
7666
7667 * org.texi: Version number changed to 3.19.
7668
76692005-10-29 Sascha Wilde <wilde@sha-bang.de>
7670
7671 * pgg.texi (How to use): Update the example to add autoload of
7672 pgg-encrypt-symmetric-region.
7673 (User Commands): Document pgg-encrypt-symmetric-region.
7674 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7675
76762005-10-27 Jay Belanger <belanger@truman.edu>
7677
7678 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7679 mention other TeX-related units.
7680
76812005-10-23 Lars Hansen <larsh@soem.dk>
7682
0c7efc08
SM
7683 * dired-x.texi (Miscellaneous Commands):
7684 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7685 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7686
76872005-10-23 Jay Belanger <belanger@truman.edu>
7688
7689 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7690 constant.
7691
76922005-10-23 Michael Albinus <michael.albinus@gmx.de>
7693
0c7efc08
SM
7694 * faq.texi (Bugs and problems):
7695 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7696 `directory-listing-before-filename-regexp'.
7697
76982005-10-22 Eli Zaretskii <eliz@gnu.org>
7699
7700 * newsticker.texi (UPDATED): Set value.
7701
77022005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7703
7704 * gnus.texi (Document Groups): Remove duplicate item.
7705
77062005-10-21 Carsten Dominik <dominik@science.uva.nl>
7707
7708 * org.texi (Summary): Mention iCalendar support.
7709 (Exporting): Document iCalendar support.
7710
77112005-10-18 Romain Francoise <romain@orebokech.com>
7712
7713 * viper.texi (Viper Specials): Capitalize GNU.
7714
77152005-10-17 Juri Linkov <juri@jurta.org>
7716
7717 * info.texi (Getting Started, Search Index, Expert Info):
7718 Fix wording.
7719 (Search Text): Replace `echo area' with `mode line'.
7720 (Search Index): Both `i' and `,' find all index entries.
7721 Replace example `C-f' with `C-l' (which exists in index of Info
7722 manual) and delete spaces in its keyboard input sequence.
7723 Delete unnecessary explanations about literal characters.
7724
77252005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (Document Server Internals): Addition.
7728
77292005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * gnus.texi (A note on namespaces): Fix RFC reference.
7732
77332005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus.texi (RSS): Fix key description.
7736
77372005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * gnus.texi: Emacs/w3 -> Emacs/W3.
7740 (Browsing the Web): Fix description.
7741 (Web Searches): Ditto.
7742 (Customizing W3): Ditto.
7743
77442005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7747
77482005-10-11 Jay Belanger <belanger@truman.edu>
7749
7750 * calc.texi (Integration): Mention using `a i' to compute definite
7751 integrals.
7752
77532005-10-11 Juri Linkov <juri@jurta.org>
7754
7755 * info.texi: Rearrange nodes.
7756 (Top): Update menu. Change ref `Info for Experts' to
7757 `Advanced Info Commands'.
7758 (Getting Started): Fix description of manual's parts.
7759 (Help-Int): Change xref `Info Search' to `Search Index', and
7760 `Expert Info' to `Advanced'.
7761 (Advanced): Move node one level up.
7762 (Search Text, Search Index): New nodes split out from `Info Search'.
7763 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7764 split out from `Advanced'.
7765 (Advanced, Emacs Info Variables): De-document editing an Info file
7766 in Info.
7767 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7768 (Creating an Info File): Delete node and move its text to
7769 `Expert Info'.
7770
77712005-10-10 Carsten Dominik <dominik@science.uva.nl>
7772
7773 * org.texi (Workflow states): Documented that change in keywords
7774 becomes active only after restart of Emacs.
7775
77762005-10-08 Michael Albinus <michael.albinus@gmx.de>
7777
7778 Sync with Tramp 2.0.51.
7779
77802005-10-08 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * speedbar.texi (Introduction): Describe new location of speedbar
7783 on menubar.
7784 (Basic Key Bindings): Remove descriptions of bindings that have
7785 been removed.
7786
77872005-10-05 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * speedbar.texi (GDB): Describe use of watch expressions.
7790
77912005-09-28 Simon Josefsson <jas@extundo.com>
7792
7793 * message.texi (IDNA): Fix.
7794
77952005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7796
7797 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7798 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7799 description of nntp-open-connection-function.
7800 (Common Variables): Fix descriptions.
7801
78022005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7803
7804 * gnus.texi (Server Buffer Format): Document the %a format spec.
7805
78062005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7807
7808 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7809
78102005-09-23 Carsten Dominik <dominik@science.uva.nl>
7811
7812 * org.texi Version 3.16.
7813
78142005-09-19 Miles Bader <miles@gnu.org>
7815
7816 * newsticker.texi: Get rid of CVS keywords.
7817
78182005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * gnus.texi (Finding the Parent): Fix description of how Gnus
7821 finds article.
7822
78232005-09-14 Jari Aalto <jari.aalto@cante.net>
7824
7825 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7826 to drop off non-answered articles.
7827
78282005-09-19 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7831 braces (which are unsupported by NMAKE) for macro `srcdir'.
7832
78332005-09-17 Eli Zaretskii <eliz@gnu.org>
7834
7835 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7836 (../info/newsticker, newsticker.dvi): New targets.
7837
78382005-09-17 Ulf Jasper <ulf.jasper@web.de>
7839
7840 * newsticker.texi: Replace @command with @code. Replace @example
7841 with @lisp.
0c7efc08
SM
7842 (Top): Add explanations to menu items.
7843 (GNU Free Documentation License): Remove.
2de53ca6
GM
7844
78452005-09-16 Romain Francoise <romain@orebokech.com>
7846
7847 Update all files to specify GFDL version 1.2.
7848
7849 * doclicense.texi (GNU Free Documentation License): Update to
7850 version 1.2.
7851
78522005-09-15 Richard M. Stallman <rms@gnu.org>
7853
7854 * newsticker.texi: Fix @setfilename.
7855
7856 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7857 (../info/newsticker, newsticker.dvi): New targets.
7858
78592005-08-30 Carsten Dominik <dominik@science.uva.nl>
7860
7861 * org.texi: Version 3.15.
7862
78632005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7864
7865 * ses.texi: Combine all three indices into one.
7866 Correct a few typos.
7867
78682005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7871
78722005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7873
7874 * emacs-mime.texi (Handles): Remove duplicate item.
7875 (Encoding Customization): Fix the default value for
7876 mm-coding-system-priorities.
7877 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7878 (Basic Functions): Fix reference.
7879
78802005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7883
78842005-08-18 Richard M. Stallman <rms@gnu.org>
7885
7886 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7887 and web site.
7888
7889 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7890 not keyboard-translate.
7891
78922005-08-11 Richard M. Stallman <rms@gnu.org>
7893
7894 * faq.texi (Using regular expressions): Fix xref.
7895
78962005-08-09 Juri Linkov <juri@jurta.org>
7897
7898 * info.texi (Help-P): Replace `Prev' with `Previous'.
7899 (Help-M, Help-Xref): Add S-TAB.
7900 (Help-FOO): Update `u' command.
7901 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7902 Update info about visibility of xref parts.
7903 (Help-Int): Fix `m' command. Rename `Info-last' to
7904 `Info-history-back'. Add `Info-history-forward'.
7905 (Advanced): Fix `g*' and `M-n' commands.
7906 (Info Search): Add `index-apropos' in stand-alone browser.
7907 Add isearch commands.
7908 (Emacs Info Variables): Remove `Info-fontify'.
7909 Add `Info-mode-hook'. Update face names.
7910 Add `Info-fontify-maximum-menu-size',
7911 `Info-fontify-visited-nodes', `Info-isearch-search'.
7912
79132005-08-07 Michael Albinus <michael.albinus@gmx.de>
7914
7915 Sync with Tramp 2.0.50.
7916
7917 * tramp.texi: Use @option{} consequently for method names.
7918 (Inline methods, External transfer methods): Remove references to
7919 Cygwin.
7920 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7921 implementation.
7922
79232005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7926 Mention that gnus-init-file is not read when Emacs is invoked with
7927 --no-init-file or -q.
7928
79292005-07-19 Carsten Dominik <dominik@science.uva.nl>
7930
7931 * org.texi: Version 3.14.
7932
79332005-07-04 Carsten Dominik <dominik@science.uva.nl>
7934
7935 * org.texi: Version 3.13.
7936
79372005-07-18 Juri Linkov <juri@jurta.org>
7938
7939 * calc.texi (Time Zones, Logical Operations):
7940 * cl.texi (Overview):
7941 * org.texi (TODO types):
7942 * sc.texi (Emacs 18 MUAs):
7943 * speedbar.texi (Top):
7944 * url.texi (History):
7945 Delete duplicate duplicate words.
7946
ce058493 79472005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7948
7949 * cl.texi (Type Predicates): Document `atom' type.
7950
79512005-07-04 Lute Kamstra <lute@gnu.org>
7952
7953 Update FSF's address in GPL notices.
7954
7955 * calc.texi (Copying):
7956 * doclicense.texi (GNU Free Documentation License):
7957 * faq.texi (Contacting the FSF):
7958 * mh-e.texi (Copying): Update FSF's address.
7959
79602005-07-03 Richard M. Stallman <rms@gnu.org>
7961
7962 * flymake.texi (Example -- Configuring a tool called directly):
7963 Update name of flymake-build-relative-filename.
7964
79652005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7968
79692005-06-29 Carsten Dominik <dominik@science.uva.nl>
7970
7971 * org.texi: Version 3.12.
7972
79732005-06-24 Eli Zaretskii <eliz@gnu.org>
7974
7975 * makefile.w32-in (MAKEINFO): Use --force.
7976 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7977 Makefile.in.
7978 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7979 more shells.
7980
79812005-06-23 Richard M. Stallman <rms@gnu.org>
7982
7983 * speedbar.texi (Creating a display): Texinfo usage fixes.
7984
7985 * tramp.texi (Customizing Completion, Auto-save and Backup):
7986 Texinfo usage fixes.
7987
79882005-06-23 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * dired-x.texi (Miscellaneous Commands):
7991 * ediff.texi (Miscellaneous):
7992 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7993 (Agent Variables):
7994 * info.texi (Help-Xref):
7995 * message.texi (Message Headers):
7996 * org.texi (Remember):
7997 * reftex.texi (Options (Defining Label Environments)):
7998 (Options (Index Support)):
7999 (Options (Viewing Cross-References)):
8000 (Options (Misc)):
8001 (Changes):
8002 * speedbar.texi (Creating a display):
8003 * tramp.texi (Customizing Completion, Auto-save and Backup):
8004 Texinfo usage fix.
8005
80062005-06-13 Carsten Dominik <dominik@science.uva.nl>
8007
8008 * org.texi: Version 3.11.
8009
80102005-06-12 Jay Belanger <belanger@truman.edu>
8011
8012 * calc.texi (Getting Started): Remove extra menu item.
8013
80142005-05-31 Jay Belanger <belanger@truman.edu>
8015
8016 * calc.texi (Notations Used in This Manual): Use @kbd for key
8017 sequence.
8018 (Demonstration of Calc): Mention another way of starting Calc.
8019 (Starting Calc): Mention long name of M-#.
8020 (Embedded Mode Overview): Remove unnecessary instruction.
8021 (Other M-# commands): Rephrase `M-# 0' explanation.
8022 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8023 reflect current behavior.
8024
80252005-05-30 Jay Belanger <belanger@truman.edu>
8026
8027 * calc.texi (Hooks): Change description of calc-window-hook and
8028 calc-trail-window-hook to match usage.
8029 (Computational Functions): Add more constant-generating functions.
8030 (Customizable Variables): Use defvar.
8031
80322005-05-28 Jay Belanger <belanger@truman.edu>
8033
8034 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8035 (Basic Embedded Mode): Explain behavior of arguments to
8036 calc-embedded-mode.
8037
80382005-05-27 Jay Belanger <belanger@truman.edu>
8039
8040 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8041 current behavior.
8042
80432005-05-25 Jay Belanger <belanger@truman.edu>
8044
8045 * calc.texi: Change Calc version number throughout.
8046 (Keypad Mode): Change location in info output.
8047 (Keypad mode overview): Move picture of keypad.
8048
80492005-05-21 Jay Belanger <belanger@truman.edu>
8050
8051 * calc.texi (Storing variables): Mention that only most variables
8052 are void to begin with.
8053
80542005-05-21 Kevin Ryde <user42@zip.com.au>
8055
8056 * widget.texi (Basic Types): Update cross ref from "Enabling
8057 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8058 lispref/text.texi change.
8059
80602005-05-20 Carsten Dominik <dominik@science.uva.nl>
8061
8062 * org.texi: Version 3.09.
8063
80642005-05-18 Carsten Dominik <dominik@science.uva.nl>
8065
8066 * reftex.texi: Version 4.28.
8067
80682005-05-16 Jay Belanger <belanger@truman.edu>
8069
8070 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8071
80722005-05-14 Jay Belanger <belanger@truman.edu>
8073
8074 * calc.texi (Default Simplifications): Insert missing ! (logical
8075 not operator).
8076
80772005-05-14 Michael Albinus <michael.albinus@gmx.de>
8078
8079 Sync with Tramp 2.0.49.
8080
80812005-05-10 Jay Belanger <belanger@truman.edu>
8082
8083 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8084 to 1.
8085
80862005-04-29 Carsten Dominik <dominik@science.uva.nl>
8087
8088 * org.texi: Version 3.08, structure reorganized.
8089
80902005-04-24 Richard M. Stallman <rms@gnu.org>
8091
8092 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8093
80942005-04-15 Carsten Dominik <dominik@science.uva.nl>
8095
8096 * org.texi: Update to version 3.06.
8097
80982005-04-13 Lute Kamstra <lute@gnu.org>
8099
8100 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8101
81022005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8103
8104 * cl.texi (Porting Common Lisp): Fix typo.
8105
81062005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * gnus.texi (RSS): Addition.
8109
81102005-04-04 Jay Belanger <belanger@truman.edu>
8111
8112 * calc.texi: Change Calc version number.
8113 (Customizable variables): Fix description of calc-language-alist.
8114 (Copying): Put in version 2 of GPL.
8115
81162005-04-01 Jay Belanger <belanger@truman.edu>
8117
8118 * calc.texi (Troubleshooting Commands): Remove comment about
8119 installation.
8120 (Installation): Remove section.
8121 (Customizable Variables): New section.
8122 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8123 (Graphical Devices): Add references to Customizable Variables.
8124
81252005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * emacs-mime.texi (Display Customization): Markup fixes.
8128 (rfc2047): Update.
8129
81302005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8131
8132 * gnus-faq.texi: Replaced with auto-generated version.
8133
81342005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8135
8136 * dired-x.texi (Multiple Dired Directories): default-directory was
8137 renamed to dired-default-directory.
8138
81392005-03-26 Jay Belanger <belanger@truman.edu>
8140
8141 * calc.texi (Simplifying Formulas, Rewrite Rules):
8142 Change description of top and bottom of fraction.
8143 (Modulo Forms): Move description of how to create modulo forms to
8144 earlier in the section.
8145 (Fraction Mode): Suggest using : to get a fraction by dividing.
8146 (Basic Arithmetic): Adjust placement of command name.
8147 (Truncating the Stack): Emphasize that "hidden" entries are still
8148 visible.
8149 (Installation): Move discussion of printing manual to "About This
8150 Manual".
8151 (About This Manual): Mention how to print the manual.
8152 (Reporting Bugs): Remove first person.
8153 (Building Vectors): Add algebraic version of append.
8154 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8155 (Grouping Digits): Fix typo.
8156
81572005-03-25 Werner Lemberg <wl@gnu.org>
8158
8159 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8160 Replace `legal' with `valid'.
8161
81622005-03-25 Werner Lemberg <wl@gnu.org>
8163
8164 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8165
81662005-03-24 Jay Belanger <belanger@truman.edu>
8167
8168 * calc.texi (General Mode Commands)
8169 (Mode Settings in Embedded Mode): Add some explanation of
8170 recording mode settings.
8171
81722005-03-24 Richard M. Stallman <rms@gnu.org>
8173
8174 * calc.texi: Remove praise of non-free software.
8175
8176 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8177 (Installation): Node deleted.
8178
81792005-03-23 Richard M. Stallman <rms@gnu.org>
8180
8181 * url.texi (HTTP language/coding): Improve last change.
8182
81832005-03-22 Jay Belanger <belanger@truman.edu>
8184
8185 * calc.texi (Embedded Mode): Add new information on changing
8186 modes.
8187
81882005-03-20 Michael Albinus <michael.albinus@gmx.de>
8189
8190 Sync with Tramp 2.0.48.
8191
8192 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8193
8194 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8195 "GNU/Linux". Change all addresses to .gnu.org.
8196 (Default Method): Offer shortened syntax for "su" and "sudo"
8197 methods.
8198
81992005-03-07 Richard M. Stallman <rms@gnu.org>
8200
8201 * url.texi: Fix usage of "e.g.".
8202 (HTTP language/coding): Explain the rules for these strings.
8203
82042005-03-06 Richard M. Stallman <rms@gnu.org>
8205
8206 * woman.texi (Introduction): Minor cleanups.
8207
8208 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8209
8210 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8211 (Installation): Node deleted.
8212
8213 * mh-e.texi (Preface): Get rid of "Emacs 21".
8214
8215 * eshell.texi (Installation): Delete node (for Emacs 20).
8216
82172005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8218
8219 * flymake.texi: Refill and tweak style in @lisp blocks.
8220
82212005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8224
82252005-03-01 Jay Belanger <belanger@truman.edu>
8226
8227 * calc.texi (Trigonometric and Hyperbolic Functions):
8228 Mention additional functions.
8229 (Algebraic Simplifications): Mention additional simplifications.
8230
82312005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8232
8233 * ses.texi: Add concept/function/variable indices (this work was
8234 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8235 papers on file at FSF).
8236
82372005-02-10 Jay Belanger <belanger@truman.edu>
8238
8239 * calc.texi: Change @LaTeX to La@TeX throughout.
8240 Redefine @expr as @math for TeX output.
8241 Redefine @texline as a no-op for TeX output.
8242 Define @tfn, replace @t by @tfn throughout.
8243
82442005-02-09 Jay Belanger <belanger@truman.edu>
8245
8246 * calc.texi: Add macro for LaTeX for info output.
8247
82482005-02-08 Kim F. Storm <storm@cua.dk>
8249
8250 * texinfo.tex (LaTex): Add def.
8251
82522005-02-06 Jay Belanger <belanger@truman.edu>
8253
8254 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8255 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8256 throughout manual.
8257
82582005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8259
8260 * gnus.texi: Some edits based on comments from David Abrahams.
8261
82622005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * gnus.texi (RSS): Fix the keystroke.
8265
82662005-01-24 David Kastrup <dak@gnu.org>
8267
8268 * faq.texi: Update AUCTeX version info.
8269
82702005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8271
8272 * gnus-faq.texi ([4.1]): Typo.
8273
82742005-01-19 Jay Belanger <belanger@truman.edu>
8275
8276 * calc.texi (Keep Arguments): Mention that keeping arguments
8277 doesn't work with keyboard macros.
8278
82792005-01-16 Richard M. Stallman <rms@gnu.org>
8280
8281 * autotype.texi (Autoinserting): Fix small error.
8282
82832005-01-16 Michael Albinus <michael.albinus@gmx.de>
8284
8285 Sync with Tramp 2.0.47.
8286
8287 * tramp.texi (Compilation): New section, describing compilation of
8288 remote files.
8289
82902005-01-11 Kim F. Storm <storm@cua.dk>
8291
8292 * widget.texi (Basic Types): Add :follow-link keyword.
8293
82942005-01-09 Jay Belanger <belanger@truman.edu>
8295
8296 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8297
82982005-01-08 Jay Belanger <belanger@truman.edu>
8299
8300 * calc.texi: Change throughout to reflect new default value of
8301 calc-settings-file.
8302
83032005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8304
8305 * message.texi (Reply): `message-reply-to-function' should return
8306 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8307
83082005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8309
8310 * faq.texi (Changing load-path): Fix typo.
8311
83122005-01-05 Jay Belanger <belanger@truman.edu>
8313
8314 * calc.texi (Programming Tutorial): Replace kbd command by
8315 appropriate characters for a keyboard macro.
8316
83172005-01-04 Jay Belanger <belanger@truman.edu>
8318
8319 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8320 for Lucid Emacs.
8321 (Programming Tutorial): Mention that the user needs to be in the
8322 right mode to compute some functions.
8323
83242005-01-04 Jay Belanger <belanger@truman.edu>
8325
8326 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8327 no longer applicable.
8328
83292005-01-01 Jay Belanger <belanger@truman.edu>
8330
0c7efc08 8331 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8332 edit keyboard macros to match current behavior.
8333
83342004-12-31 Jay Belanger <belanger@truman.edu>
8335
8336 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8337
83382004-12-20 Jay Belanger <belanger@truman.edu>
8339
8340 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8341 zero.
8342
83432004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8346 @xref.
8347 (Font Locking): Avoid @strong{Note:}.
8348
83492004-12-17 Michael Albinus <michael.albinus@gmx.de>
8350
8351 Sync with Tramp 2.0.46.
8352
8353 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8354
83552004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * url.texi: Correct typos.
8358 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8359 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8360 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8361 (Dealing with HTTP documents): @inforef->@xref.
8362
83632004-12-15 Jay Belanger <belanger@truman.edu>
8364
8365 * calc.texi: Consistently capitalized all mode names.
8366 (Answers to Exercises): Mention that an answer can be a fraction
8367 when in Fraction mode.
8368
83692004-12-13 Jay Belanger <belanger@truman.edu>
8370
8371 * calc.texi: Fix some TeX definitions.
8372
83732004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * reftex.texi (Imprint): Remove erroneous @value's.
8376
83772004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8380 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8381
83822004-12-08 Jay Belanger <belanger@truman.edu>
8383
8384 * calc.texi (Starting Calc): Remove comment about installation.
8385 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8386
83872004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * url.texi: Update @setfilename.
8390 (Getting Started): No need to worry about Gnus versions.
8391 (Dealing with HTTP documents): Use @inforef.
8392
8393 * org.texi: Fix @direntry file name.
8394
83952004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * url.texi: New file.
8398
8399 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8400
84012004-12-06 Jay Belanger <belanger@truman.edu>
8402
8403 * calc.texi (Using Calc): Remove paragraph about installation.
8404
84052004-12-06 Jay Belanger <belanger@truman.edu>
8406
8407 * calc.texi: Use more Texinfo macros and less TeX defs.
8408 Remove @refill's.
8409
84102004-12-06 Richard M. Stallman <rms@gnu.org>
8411
8412 * org.texi: New file.
8413
84142004-12-05 Richard M. Stallman <rms@gnu.org>
8415
8416 * Makefile.in (org.dvi, ../info/org): New targets.
8417 (INFO_TARGETS): Add ../info/org.
8418 (DVI_TARGETS): Add org.dvi.
8419 (maintainer-clean): Remove the info files in the info dir.
8420
84212004-11-26 Eli Zaretskii <eliz@gnu.org>
8422
8423 * idlwave.texi: Fix the setfilename directive to put the produced
8424 file in ../info.
8425 (Continued Statement Indentation): Resurrect Jan D.'s change from
8426 2004-11-03 that was lost when a newer version of idlwave.texi was
8427 imported.
8428
84292004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8430
0c7efc08 8431 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8432
0c7efc08
SM
8433 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8434 Index `spam-initialize'.
2de53ca6
GM
8435
84362004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8437
8438 * message.texi (Various Message Variables): Mention that all mail
8439 file variables are derived from `message-directory'.
8440
8441 * gnus.texi (Splitting Mail): Clarify bogus group.
8442
84432004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8444
0c7efc08
SM
8445 * emacs-mime.texi (Encoding Customization):
8446 Fix mm-coding-system-priorities entry.
2de53ca6 8447
c8763fb6 84482004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8449
8450 * idlwave.texi (Continued Statement Indentation):
8451 * reftex.texi (Options (Index Support)):
8452 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8453 * speedbar.texi (Creating a display, Major Display Modes):
8454 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8455
84562004-10-21 Jay Belanger <belanger@truman.edu>
8457
0c7efc08 8458 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8459
84602004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8461
8462 * calc.texi (Reporting Bugs): Double up `@'.
8463
84642004-10-18 Jay Belanger <belanger@truman.edu>
8465
0c7efc08 8466 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8467 should be sent to.
8468
84692004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8470
8471 * gnus.texi (New Features): Add 5.11.
8472
8473 * message.texi (Resending): Remove wrong default value.
8474
8475 * gnus.texi (Mail Source Specifiers): Describe possible problems
8476 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8477 `pop3-leave-mail-on-server' to the index.
8478
84792004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8480
8481 * message.texi (Canceling News): Add how to set a password.
8482
84832004-10-12 Jay Belanger <belanger@truman.edu>
8484
0c7efc08 8485 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8486 calc-describe-function and calc-describe-variable to match their
8487 current behavior.
8488
84892004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8490
8491 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8492
84932004-10-12 Michael Albinus <michael.albinus@gmx.de>
8494
8495 Sync with Tramp 2.0.45.
8496
8497 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8498 plink link. The URL is outdated. Originator contacted for
8499 clarification.
8500
85012004-10-10 Juri Linkov <juri@jurta.org>
8502
8503 * gnus.texi (Top, Marking Articles): Join two menus in one node
8504 because a node can have only one menu.
8505
85062004-10-09 Juri Linkov <juri@jurta.org>
8507
8508 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8509 example of nnmail-split-fancy.
8510
85112004-10-06 Karl Berry <karl@gnu.org>
8512
8513 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8514 consistency with other uses of dashes.
8515
85162004-10-05 Karl Berry <karl@gnu.org>
8517
8518 * info.texi: Consistently use --- throughout, periods at end of
8519 menu descriptions, and a couple typos.
8520
85212004-09-26 Jesper Harder <harder@ifa.au.dk>
8522
8523 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8524 * pgg.texi (User Commands, Backend methods): Do.
8525 * gnus.texi: Markup fixes.
8526 (Setting Process Marks): Fix `M P a' entry.
8527 * emacs-mime.texi: Fixes.
8528
85292004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8530
8531 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8532 again.
8533 Use 5.10 instead of 5.10.0.
8534
85352004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8536
8537 * gnus.texi (Summary Mail Commands): S D e.
8538
85392004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8540
8541 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8542 the gnus-article-mode-line-format section.
8543
85442004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8545
8546 * gnus.texi (Various Summary Stuff): Fix the documentation for
8547 gnus-newsgroup-variables.
8548
85492004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8550
0c7efc08
SM
8551 * gnus.texi (MIME Commands):
8552 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8553 gnus-mime-display-multipart-alternative-as-mixed,
8554 gnus-mime-display-multipart-related-as-mixed.
8555 (Mail Source Customization): Clarify `mail-source-directory'.
8556 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8557 (SpamOracle): Fix typo.
2de53ca6
GM
8558
8559 * gnus-faq.texi: Untabify.
8560 ([6.3]): nnir.el is in contrib directory.
8561
8562 * message.texi (News Headers): Clarify how a unique ID is created.
8563
0c7efc08
SM
8564 * gnus.texi (Batching Agents): Fix typo in example.
8565 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8566
b2abec73 85672004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8568
0c7efc08 8569 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8570
85712004-09-20 Florian Weimer <fw@deneb.enyo.de>
8572
8573 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8574
85752004-09-22 Jay Belanger <belanger@truman.edu>
8576
0c7efc08 8577 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8578 might be hidden during part of the session.
8579
85802004-09-20 Jay Belanger <belanger@truman.edu>
8581
8582 * calc.texi (Notations Used in This Manual): Put in an earlier
8583 mention that DEL could be called Backspace.
8584
85852004-09-10 Simon Josefsson <jas@extundo.com>
8586
8587 * gnus.texi (IMAP): Add example. Suggested and partially written
8588 by Steinar Bang <sb@dod.no>.
8589
85902004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8591
8592 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8593 netrc syntax.
8594
85952004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8596
b2abec73
JB
8597 * gnus.texi (Spam ELisp Package Sequence of Events):
8598 Some clarifications.
2de53ca6
GM
8599 (Spam ELisp Package Global Variables): More clarifications.
8600
86012004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8602
8603 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8604 Mention spam-split does not modify incoming mail.
8605
86062004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8609
86102004-09-10 Eli Zaretskii <eliz@gnu.org>
8611
8612 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8613
86142004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8615
8616 * makefile.w32-in (sieve, pgg): Use $(infodir).
8617
86182004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8619
8620 * makefile.w32-in: Fix PGG and Sieve entries.
8621
86222004-08-28 Eli Zaretskii <eliz@gnu.org>
8623
8624 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8625 Emacs and related programs.
8626
86272004-08-27 Richard M. Stallman <rms@gnu.org>
8628
8629 * faq.texi: Fix texinfo usage, esp. doublequotes.
8630 (Difference between Emacs and XEmacs): Some clarification.
8631
8632 * faq.texi (Difference between Emacs and XEmacs):
8633 Explain not to contrast XEmacs with GNU Emacs.
8634
86352004-08-26 Richard M. Stallman <rms@gnu.org>
8636
8637 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8638
86392004-08-22 David Kastrup <dak@gnu.org>
8640
8641 * reftex.texi (AUCTeX): Update links, section name.
8642
8643 * faq.texi (Calc): Update availability (included in 22.1).
8644 (AUCTeX): Update availability, information, versions, description.
8645
86462004-08-14 Eli Zaretskii <eliz@gnu.org>
8647
8648 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8649
86502004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8651
8652 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8653
86542004-08-10 Michael Albinus <michael.albinus@gmx.de>
8655
8656 Sync with Tramp 2.0.44.
8657
86582004-08-05 Lars Hansen <larsh@math.ku.dk>
8659
8660 * widget.texi (User Interface): Update how to separate the
8661 editable field of an editable-field widget from other widgets.
8662 (Programming Example): Add text after field.
8663
86642004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8665
8666 * emacs-mime.texi (Encoding Customization): Add a note to the
8667 mm-content-transfer-encoding-defaults entry.
8668 (rfc2047): Update.
8669
0c7efc08
SM
8670 * gnus.texi (Article Highlighting):
8671 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8672 (POP before SMTP): New node.
8673 (Posting Styles): Addition.
8674 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8675 (Fancy Mail Splitting): Ditto.
8676 (X-Face): Add gnus-x-face.
8677
86782004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8679
8680 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8681 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8682
86832004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8684
0c7efc08
SM
8685 * gnus.texi (Mail Source Specifiers):
8686 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8687
86882004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8689
8690 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8691
8692 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8693 repository. Change setfilename.
8694
8695 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8696
86972004-07-02 Juri Linkov <juri@jurta.org>
8698
8699 * pcl-cvs.texi (Viewing differences): Add `d r'.
8700
87012004-06-29 Jesper Harder <harder@ifa.au.dk>
8702
8703 * ses.texi, viper.texi, flymake.texi, faq.texi:
8704 * eshell.texi, ediff.texi: Markup fixes.
8705
87062004-06-21 Karl Berry <karl@gnu.org>
8707
8708 * info.texi (Top): Mention that only Emacs has mouse support.
8709 (Getting Started): Mention this in a few other places.
8710
87112004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8712
0c7efc08
SM
8713 * autotype.texi (Copyrights, Timestamps):
8714 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8715
87162004-06-13 Lars Hansen <larsh@math.ku.dk>
8717
8718 * dired-x.texi (dired-mark-omitted): Update keybinding.
8719
87202004-06-10 Kim F. Storm <storm@cua.dk>
8721
8722 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8723
87242004-06-05 Lars Hansen <larsh@math.ku.dk>
8725
8726 * dired-x.texi (variable dired-omit-mode): Rename from
8727 dired-omit-files-p.
8728 (function dired-omit-mode): Rename from dired-omit-toggle.
8729 Call dired-omit-mode rather than set dired-omit-files-p.
8730 (dired-mark-omitted): Describe command.
8731
87322004-05-29 Michael Albinus <michael.albinus@gmx.de>
8733
8734 Version 2.0.41 of Tramp released.
8735
87362004-05-29 Juanma Barranquero <lektu@terra.es>
8737
8738 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8739 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8740
87412004-05-29 Richard M. Stallman <rms@gnu.org>
8742
8743 * cl.texi (Top): Call this chapter `Introduction'.
8744 (Overview): In TeX, no section heading here.
8745
8746 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8747
87482004-05-29 Eli Zaretskii <eliz@gnu.org>
8749
8750 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8751 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8752
87532004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8754
8755 * flymake.texi: New file.
8756
87572004-05-28 Simon Josefsson <jas@extundo.com>
8758
8759 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8760
b344d29d 87612004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8762
8763 Version 2.0.40 of Tramp released.
8764
87652004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8766
8767 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8768
8769 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8770 variables `tramp-backup-directory-alist' and
8771 `tramp-bkup-backup-directory-info'.
8772 (Overview, Connection types)
8773 (External transfer methods, Default Method)
8774 (Windows setup hints): Remove restriction of password entering
8775 with external methods.
8776 (Auto-save and Backup): Make file name example
8777 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8778 and `auto-save-directory' must be used.
8779 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8780 only "NT"). Remove doubled entry "What kinds of systems does
8781 @tramp{} work on".
8782 (tramp): Macro removed.
8783 (Obtaining Tramp): Flag removed from title.
8784 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8785 and `trampver' used properly. Flag `tramp-inst' replaced by
8786 `installchapter'. Installation related text adapted.
8787
87882004-04-28 Masatake YAMATO <jet@gyve.org>
8789
8790 * widget.texi (Programming Example): Remove overlays.
8791
87922004-04-27 Jesper Harder <harder@ifa.au.dk>
8793
8794 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8795
87962004-04-23 Juanma Barranquero <lektu@terra.es>
8797
8798 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8799
88002004-04-05 Jesper Harder <harder@ifa.au.dk>
8801
8802 * info.texi (Info Search): Add info-apropos.
8803
88042004-03-22 Juri Linkov <juri@jurta.org>
8805
8806 * faq.texi: Fix help key bindings.
8807
88082004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8811 (as suggested by Karl Berry). Update information about colored
8812 stars in menus. Add new subheading describing M-n.
8813
88142004-03-12 Richard M. Stallman <rms@gnu.org>
8815
8816 * cl.texi (Top): Rename top node's title.
8817
88182004-03-08 Karl Berry <karl@gnu.org>
8819
8820 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8821 problems making the texinfo distribution.
8822
88232004-02-29 Simon Josefsson <jas@extundo.com>
8824
0c7efc08 8825 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8826 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8827 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8828 <voegelas@gmx.net>.
8829
88302004-02-29 Juanma Barranquero <lektu@terra.es>
8831
8832 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8833 Use $(DEL) instead of rm, and ignore exit code.
8834
b344d29d 88352004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8836
8837 Tramp version 2.0.39 released.
8838
88392004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8840
8841 * tramp.texi (Customizing Completion): Explain new functions
8842 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8843 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8844 (Top): Refer to Savannah mailing list as the major one.
8845 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8846 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8847 (Frequently Asked Questions): Remote hosts must not be Unix-like
8848 for "smb" method.
8849 (Password caching): New node.
8850 (External transfer methods): Refer to password caching for "smb"
8851 method.
8852
88532004-02-17 Karl Berry <karl@gnu.org>
8854
8855 * info.texi (Help-Int): Mention the new line number feature.
8856
88572004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8858
8859 * ses.texi (Advanced Features): New functionality for
8860 ses-set-header-row (defaults to current row unless C-u used).
8861 (Acknowledgements): Add Stefan Monnier.
8862
88632003-12-29 Kevin Ryde <user42@zip.com.au>
8864
8865 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8866
b344d29d 88672003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8868
8869 Tramp version 2.0.38 released.
8870
8871 * tramp.texi (Remote shell setup): Warn of environment variables
8872 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8873 <sven.gabriel@imk.fzk.de>.
8874 (Configuration): Tramp now chooses base64/uuencode
8875 automatically. Update wording accordingly.
8876 (Top): More description for the `Default Method' menu entry.
8877 (Default Method): Use @code, not @var, for Lisp variables.
8878 (Default Method): New subsection `Which method is the right one
8879 for me?' Suggested by Christian Kirsch.
8880 (Configuration): Pointer to new subsection added.
8881 (Default Method): Too many "use" in one sentence.
8882 Rephrase. Reported by Christian Kirsch.
8883 (Filename Syntax): Old `su' example is probably a left-over from
8884 the sm/su method naming. Replace with `ssh', instead.
8885 (External transfer methods, Auto-save and Backup):
8886 Typo fixes.
8887
88882003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8889
183080b6 8890 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8891 (Top): Mention japanese manual only if flag `jamanual' is set.
8892 Insert section `Japanese manual' in menu.
8893
88942003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8895
8896 * eshell.texi (Known Problems): Add doc item.
8897
88982003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8899
8900 * cc-mode.texi: Update for CC Mode 5.30.
8901
8902 Note: Please refrain from doing purely cosmetic changes like
8903 removing trailing whitespace in this manual; it clobbers cvs
8904 merging for no good reason.
8905
89062003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8907
8908 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8909 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8910 @acronym{ASCII}.
8911
89122003-10-26 Karl Berry <karl@gnu.org>
8913
8914 * info.texi (Info Search): Echo area, not echo are. From Debian
8915 diff.
8916
89172003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8918
10d1d0af 8919 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8920 :buttons and :children keywords.
8921
89222003-10-22 Miles Bader <miles@gnu.org>
8923
8924 * Makefile.in (info): Move before $(top_srcdir)/info.
8925
89262003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8927
8928 * tramp.texi (Inline methods): Small grammar fix.
8929 (External transfer methods): Likewise.
8930
89312003-10-08 Nick Roberts <nick@nick.uklinux.net>
8932
8933 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8934
89352003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8936
8937 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8938
89392003-09-30 Richard M. Stallman <rms@gnu.org>
8940
8941 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8942
8943 * widget.texi (User Interface): Fix typos.
8944
8945 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8946
89472003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8948
8949 * pcl-cvs.texi (Selected Files): Fix typo.
8950
89512003-09-21 Karl Berry <karl@gnu.org>
8952
8953 * info.texi (] and [ commands): No period at end of section title.
8954
89552003-09-04 Miles Bader <miles@gnu.org>
8956
8957 * Makefile.in (top_srcdir): New variable.
8958 ($(top_srcdir)/info): New rule.
8959 (info): Depend on it.
8960
89612003-09-03 Peter Runestig <peter@runestig.com>
8962
8963 * makefile.w32-in: New file.
8964
89652003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8966
8967 * widget.texi (User Interface): Explain the need of static text
8968 around an editable field.
8969
89702003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8971
8972 * widget.texi (Basic Types): The argument to `:help-echo' can now
8973 be a form that evaluates to a string.
8974
89752003-08-18 Kim F. Storm <storm@cua.dk>
8976
8977 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8978
89792003-08-16 Richard M. Stallman <rms@gnu.org>
8980
8981 * dired-x.texi (Shell Command Guessing): Explain *.
8982
89832003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8984
8985 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8986 log-edit-insert-changelog.
8987
89882003-08-03 Karl Berry <karl@gnu.org>
8989
8990 * info.texi: Need @contents.
8991
c8763fb6 89922003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8993
8994 Tramp version 2.0.36 released.
8995
8996 * tramp.texi (Remote shell setup): Explain about problems with
8997 non-Bourne commands in ~/.profile and ~/.shrc.
8998
89992003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9000
9001 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9002 renaming of `vis-mode' to `visible-mode'.
9003
90042003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9005
9006 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9007 next, prev and up pointers.
9008
90092003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9010
9011 * info.texi (Help): Mention existence of Emacs and stand-alone
9012 Info at the very beginning of the tutorial.
9013 (Help-Inv): New node.
9014 (Help-]): New node.
9015 (Help-M): Systematically point out the differences between default
9016 Emacs and stand-alone versions. Delete second menu.
9017 (Help-Xref): Systematically point out the differences between
9018 default Emacs and stand-alone versions.
9019 (Help-Int): Change `l' example.
9020 (Expert Info): Fix typos.
9021 (Emacs Info Variables): Mention `Info-hide-note-references' and
9022 new default for `Info-scroll-prefer-subnodes'.
9023
c8763fb6 90242003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9025
9026 Version 2.0.35 of Tramp released.
9027
9028 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9029 (Inline methods): Add methods `remsh' and `plink1'.
9030 (External transfer methods): Add method `remcp'.
9031 (Multi-hop Methods): Add method `remsh'.
9032 Small patch from Adrian Aichner <adrian@xemacs.org>:
9033 Fix minor typos.
0c7efc08 9034 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9035 `Info-index'.
9036 (Version Control): Add cindex entry.
9037
c8763fb6 90382003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9039
9040 * trampver.texi: Version 2.0.34 released.
9041
90422003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9043
9044 * faq.texi: Improve previous changes.
9045
90462003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9047
9048 * faq.texi: Update copyright and maintenance details.
9049 Update some package URLs, versions, and maintainers.
9050 Remove many references to the Emacs Lisp Archive.
9051
90522003-04-23 Simon Josefsson <jas@extundo.com>
9053
9054 * smtpmail.texi: Fix license (the invariant sections mentioned has
9055 never been part of the smtp manual). Align info dir entry with
9056 other emacs packages.
9057
90582003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9059
9060 * tramp.texi: Version 2.0.33 released.
9061 Remove installation chapter. Remove XEmacs specifics.
9062
90632003-03-29 Richard M. Stallman <rms@gnu.org>
9064
9065 * tramp.texi (Top): Undo the previous renaming.
9066 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9067
c8763fb6 90682003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9069
9070 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9071 version of manual.
9072
9073 * tramp.texi (Auto-save and Backup): New node.
9074
90752003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9076
9077 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9078 Emacs" in order to have better differentiation to "XEmacs".
9079 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9080 are new macros in order to point to the other Emacs flavor where
9081 appropriate. In info case, point to node `Installation' in order
9082 to explain how to generate the other way. In html case, make a
9083 link to the other html file.
0c7efc08 9084 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9085 after CVS checkout/update.
9086 (Installation): Completely rewritten.
9087 (Installation parameters, Load paths): New sections under
9088 `Installation'.
9089
c8763fb6 90902003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9091
9092 * tramp.texi: Version 2.0.30 released.
9093 Replace word "path" with "localname" where used as a component of
9094 a Tramp file name.
9095
90962003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9097
9098 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9099 introduced.
9100 (Installation): Explain what to do if files from the tramp/contrib
9101 directory are needed.
9102
91032003-02-23 Alex Schroeder <alex@emacswiki.org>
9104
9105 * smtpmail.texi (How Mail Works): New.
9106
91072003-02-22 Alex Schroeder <alex@emacswiki.org>
9108
9109 * smtpmail.texi: New file.
9110
9111 * Makefile.in: Build SMTP manual.
9112
c8763fb6 91132003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9114
9115 * tramp.texi: Version 2.0.29 released.
9116 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9117 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9118
91192003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9120
9121 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9122 another package loads accidentally Ange-FTP.
2de53ca6
GM
9123
91242003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9125
9126 * tramp.texi (Customizing Completion): Add function
9127 `tramp-parse-sconfig'. Change example of
9128 `tramp-set-completion-function', because parsing of ssh config
9129 files looks more natural.
9130
91312003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9132
9133 * gnus.texi: Do not use `path' in several locations.
9134
c8763fb6 91352002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9136
0c7efc08
SM
9137 * tramp.texi (External transfer methods): New method `smb'.
9138 From Michael Albinus.
2de53ca6
GM
9139
91402002-11-05 Karl Berry <karl@gnu.org>
9141
9142 * info.texi (Info-fontify): Reorder face list to avoid bad line
9143 breaks.
9144
c8763fb6 91452002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9146
0c7efc08
SM
9147 * tramp.texi: Move @copying to standard place.
9148 Use @insertcopying.
2de53ca6
GM
9149
91502002-10-02 Karl Berry <karl@gnu.org>
9151
9152 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9153 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9154 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9155 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9156 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9157 Per rms, update all manuals to use @copying instead of @ifinfo.
9158 Also use @ifnottex instead of @ifinfo around the top node, where
9159 needed for the sake of the HTML output.
9160 (The Gnus manual is not fixed since it's not clear to me how it
9161 works; and the Tramp manual already uses @copying, although in an
9162 unusual way. All others were changed.)
9163
91642002-09-10 Jonathan Yavner <jyavner@engineer.com>
9165
9166 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9167 (../info/ses, ses.dvi): New targets.
9168 * ses.texi: New file.
9169
c8763fb6 91702002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9171
9172 * texinfo.tex: Update to texinfo 4.2.
9173
91742002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9175
9176 * reftex.texi: Update to RefTeX 4.19.
9177
c8763fb6 91782002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9179
9180 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9181 (../info/tramp, tramp.dvi): New targets.
9182
91832002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9184
9185 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9186 (calc.dvi): Uncomment.
9187
91882001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9189
9190 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9191 (../info/calc): New target.
9192
91932001-10-20 Gerd Moellmann <gerd@gnu.org>
9194
9195 * (Version 21.1 released.)
9196
91972001-10-05 Gerd Moellmann <gerd@gnu.org>
9198
9199 * Branch for 21.1.
9200
92012001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * Makefile.in (../info/info): Use an explicit -o switch to
9204 makeinfo.
9205
92062001-03-05 Gerd Moellmann <gerd@gnu.org>
9207
9208 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9209
92102000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9211
9212 * Makefile.in (../info/idlwave): Use --no-split.
9213
92142000-12-14 Dave Love <fx@gnu.org>
9215
c4cc8b9a 9216 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9217 (gnus.dvi): Change rule to remove @latex stuff.
9218
92192000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9220
9221 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9222
92232000-10-13 John Wiegley <johnw@gnu.org>
9224
9225 * Makefile.in: Add build targets for eshell.texi.
9226
92272000-09-25 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Makefile.in: Remove/comment speedbar stuff.
9230
92312000-09-22 Dave Love <fx@gnu.org>
9232
9233 * Makefile.in: Add emacs-mime.
9234
92352000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9236
9237 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9238 (DVI_TARGETS): Add woman.dvi.
9239 (../info/woman, woman.dvi): New targets.
9240
92412000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9242
9243 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9244
9245 * pcl-cvs.texi: New file.
9246 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9247 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9248
92492000-05-11 Gerd Moellmann <gerd@gnu.org>
9250
9251 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9252 (../info/ebrowse, ebrowse.dvi): New targets.
9253
92542000-01-13 Gerd Moellmann <gerd@gnu.org>
9255
9256 * Makefile.in (INFO_TARGETS): Add eudc.
9257 (DVI_TARGETS): Add eudc.dvi.
9258 (../info/eudc, eudc.dvi): New targets.
9259
92602000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9261
9262 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9263 compatibility with 8+3 filesystems).
9264 (../info/efaq): Rename from emacs-faq.
9265
92662000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9267
9268 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9269 (../info/idlwave, idlwave.dvi): New targets.
9270
92711999-10-23 Dave Love <fx@gnu.org>
9272
9273 * Makefile.in: Use autotype.texi.
9274
92751999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9276
9277 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9278 faq.texi file) rather than ../info/faq.
9279
92801999-10-07 Gerd Moellmann <gerd@gnu.org>
9281
9282 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9283 (../info/ada-mode, ada-mode.dvi): New targets.
9284
92851999-09-01 Dave Love <fx@gnu.org>
9286
9287 * Makefile.in: Add faq.
9288
92891999-07-12 Richard Stallman <rms@gnu.org>
9290
9291 * Version 20.4 released.
9292
92931998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9294
9295 * Version 20.3 released.
9296
92971998-04-06 Andreas Schwab <schwab@gnu.org>
9298
768c0c0f
JB
9299 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9300 Use it in dvi targets.
2de53ca6
GM
9301 (../etc/GNU): Change to $(srcdir) first.
9302
93031998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9304
9305 * reftex.texi: Update for RefTeX version 3.22.
9306
93071998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9308
9309 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9310 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9311
93121997-09-23 Paul Eggert <eggert@twinsun.com>
9313
9314 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9315 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9316
93171997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9318
9319 * Version 20.2 released.
9320
93211997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9322
9323 * Version 20.1 released.
9324
93251997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9326
9327 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9328
93291996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9330
9331 * Version 19.33 released.
9332
93331996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9334
9335 * Version 19.32 released.
9336
93371996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9338
9339 * Makefile.in: Add rules for the Message manual.
9340
93411996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9342
9343 * gnus.texi: New version.
9344
9345 * message.texi: New manual.
9346
93471996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9348
9349 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9350
93511996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9352
9353 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9354 Specify -I option.
9355 (All dvi targets): Set the TEXINPUTS variable.
9356
93571996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9358
9359 * Version 19.31 released.
9360
93611996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9362
9363 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9364 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9365
93661995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9367
9368 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9369 (INFO_TARGETS): Add ../info/cc-mode.
9370 (DVI_TARGETS): Add cc-mode.dvi.
9371
2de53ca6
GM
93721995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9373
9374 * Version 19.30 released.
9375
93761995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9377
9378 * gnus.texi: New file.
9379
93801995-11-04 Erik Naggum <erik@naggum.no>
9381
9382 * gnus.texi: File deleted.
9383
93841995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9385
9386 * mh-e.texi: "Function Index" -> "Command Index" to work with
9387 Emacs 19.30 C-h C-k support of separately-documented commands.
9388
93891995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9390
9391 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9392 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9393
93941995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9395
9396 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9397 (../info/viper, viper.dvi): New targets.
9398
93991995-04-20 Kevin Rodgers <kevinr@ihs.com>
9400
9401 * dired-x.texi (Installation): Change the example to set
9402 buffer-local variables like dired-omit-files-p in
9403 dired-mode-hook.
9404
94051995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9406
9407 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9408 (../info/mh-e, mh-e.dvi): New targets.
9409
94101995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9411
9412 * Makefile.in (maintainer-clean): Rename from realclean.
9413
94141994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9415
9416 * Makefile.in: New file.
9417 * Makefile: File deleted.
9418
94191994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * Makefile (TEXINDEX_OBJS): Variable deleted.
9422 (texindex, texindex.o, getopt.o): Rules deleted.
9423 All deps on texindex deleted.
9424 (distclean): Don't delete texindex.
9425 (mostlyclean): Don't delete *.o.
9426 * texindex.c, getopt.c: Files deleted.
9427
94281994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9429
9430 * Version 19.26 released.
9431
94321994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9433
9434 * Version 19.25 released.
9435
94361994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9437
9438 * Version 19.24 released.
9439
94401994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9441
9442 * Version 19.23 released.
9443
94441994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9445
9446 * Makefile: Delete spurious tab.
9447
94481994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9449
9450 * Makefile (.SUFFIXES): New rule.
9451
94521994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9453
9454 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9455 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9456
94571994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9458
9459 * Makefile (../info/sc): Rename from sc.info.
9460 (../info/cl): Likewise.
9461 (INFO_TARGETS): Use new names.
9462
94631993-12-04 Richard Stallman (rms@srarc2)
9464
9465 * getopt.c: New file.
9466 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9467 (getopt.o): New rule.
9468 (dvi): Don't depend on texindex.
9469 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9470 Depend on texindex.
9471
94721993-12-03 Richard Stallman (rms@srarc2)
9473
9474 * Makefile (../info/sc.info): Rename from ../info/sc.
9475 (TEXI2DVI): New variable.
9476 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9477 Add explicit commands.
9478 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9479
94801993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9481
9482 * Version 19.22 released.
9483
94841993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9485
9486 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9487
94881993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9489
9490 * Version 19.21 released.
9491
94921993-11-15 Paul Eggert (eggert@twinsun.com)
9493
9494 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9495
94961993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9497
9498 * Makefile (../etc/GNU): New target.
9499 (EMACSSOURCES): Add gnu1.texi.
9500
95011993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9502
9503 * Makefile (realclean): Don't delete the Info files.
9504
f0131492 95051993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9506
9507 * forms.texi: Fix forms.texi so that it will format correctly.
9508 Add missing `@end iftex', fix bad reference.
9509
9510 * info.texi, info-stn.texi: New files implement texinfo version of
9511 `info' file.
9512
f0131492 95131993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9514
9515 * Makefile: Fix targets for texindex, new info.texi files.
9516 * info-stnd.texi: New file implements info for standalone info
9517 reader.
9518 * info.texi: Update to include recent changes to "../info/info".
9519 New source file for ../info/info; includes info-stnd.texi.
9520
9521 * texindex.c: Include "../src/config.h" if building in emacs.
9522
9523 * Makefile: Change all files to FILENAME.texi, force all targets
9524 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9525 vip.texinfo, forms.texinfo, cl.texinfo.
9526 Add target to build texindex.c, defining `emacs'.
9527
9528 * forms.texi: Install new file to match version 2.3 of forms.el.
9529
95301993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9531
9532 * Version 19.19 released.
9533
95341993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9535
9536 * sc.texinfo: Fix info file name.
9537
9538 * Makefile (info): Add gnus and sc.
9539 (dvi): Add gnus.dvi and sc.dvi.
9540 (../info/sc, sc.dvi): New targets.
9541
95421993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Version 19.18 released.
9545
95461993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * Makefile: Fix source file names of the separate manuals.
9549 (gnus.dvi, ../info/gnus): New targets.
9550
95511993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * Version 19.17 released.
9554
95551993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9556
9557 * split-man: Fix typos in last change.
9558
95591993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9560
9561 * Version 19.16 released.
9562
95631993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9564
9565 * version 19.15 released.
9566
95671993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9568
9569 * Makefile (distclean): It's rm, not rf.
9570
95711993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9572
9573 * Version 19.14 released.
9574
95751993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9576
9577 * Makefile: New file.
9578
95791993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9580
9581 * Version 19.13 released.
9582
95831993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9584
9585 * Version 19.9 released.
9586
95871993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9588
9589 * Version 19.8 released.
9590
95911993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9592
9593 * Version 19.7 released.
9594
95951990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9596
9597 * gnus.texinfo: New file. Removed installation instructions.
9598
95991990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9600
9601 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9602
96031989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9604
9605 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9606 then define `\sc' as the command for smallcaps in Texinfo.
9607 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9608 made the corresponding change to makeinfo and texinfm.el.
9609
96101988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9611
9612 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9613 Customization since the menu entry did not point to anything.
9614 Also add an @finalout command to remove overfull hboxes from the
9615 printed output.
9616
9617 * cl.texinfo: Add @bye, \input line and @settitle to file.
9618 This file is clearly intended to be a chapter of some other work,
9619 but the other work does not yet exist.
9620
96211988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9622
9623 * texinfo.texinfo: Three typos corrected.
9624
4009494e 9625;; Local Variables:
c8763fb6 9626;; coding: utf-8
4009494e
GM
9627;; End:
9628
3fe7cdc8 9629 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9630
9631 This file is part of GNU Emacs.
9632
97c0352c 9633 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9634 it under the terms of the GNU General Public License as published by
97c0352c
GM
9635 the Free Software Foundation, either version 3 of the License, or
9636 (at your option) any later version.
4009494e
GM
9637
9638 GNU Emacs is distributed in the hope that it will be useful,
9639 but WITHOUT ANY WARRANTY; without even the implied warranty of
9640 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9641 GNU General Public License for more details.
9642
9643 You should have received a copy of the GNU General Public License
97c0352c 9644 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.