Further small cl.texi changes
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
c65b407b
GM
12012-11-03 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi: Further general copyedits.
685b0026
GM
4 (List Functions): Remove copy-tree, standard elisp for some time.
5 (Efficiency Concerns): Comment out examples that no longer apply.
6 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
7 (Creating Symbols, Random Numbers): De-emphasize internal
8 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 9
7fbf8f7b
GM
102012-11-02 Glenn Morris <rgm@gnu.org>
11
12 * cl.texi (Naming Conventions, Type Predicates, Macros)
13 (Predicates on Numbers): No longer mention cl-floatp-safe.
14
df43dd53
GM
152012-11-01 Glenn Morris <rgm@gnu.org>
16
17 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
18 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
19 (Macro Bindings, Blocks and Exits):
20 Acknowledge existence of lexical-binding.
21 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 22
69c1c2e6
GM
232012-10-31 Glenn Morris <rgm@gnu.org>
24
dd90fd1a
GM
25 * ert.texi (Introduction, The @code{should} Macro):
26 Refer to "cl-assert" rather than "assert".
27
69c1c2e6
GM
28 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
29 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
30 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
31 Reword, and add details of flet and labels.
87b0d8b1 32 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 33
4ddedf94
GM
342012-10-30 Glenn Morris <rgm@gnu.org>
35
36 * cl.texi (Modify Macros): Update for cl-letf changes.
37 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
38 (Setf Extensions): Partially restore note about cl-getf,
39 mainly moved to lispref/variables.texi.
40 (Property Lists): Fix cl-getf typos.
f43a5263 41 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 42
d3094168
GM
432012-10-29 Glenn Morris <rgm@gnu.org>
44
45 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 46 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 47 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
48 (Modify Macros, Multiple Values, Other Clauses):
49 Remove mentions of obsolete features.
6a07d52e 50 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 51
3c0c6155
GM
522012-10-28 Glenn Morris <rgm@gnu.org>
53
f94b04fc
GM
54 * cl.texi (Multiple Values, Common Lisp Compatibility):
55 More namespace updates.
56 (Obsolete Features): Copyedits.
57 (Obsolete Lexical Macros, Obsolete Setf Customization):
58 New subsections.
59
9c52d61d
GM
60 * cl.texi (Porting Common Lisp, Lexical Bindings):
61 Add some xrefs to the Elisp manual.
62
3c0c6155
GM
63 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
64 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
65 (Obsolete Features): New appendix. Move Lexical Bindings here.
66
5887564d
GM
672012-10-27 Glenn Morris <rgm@gnu.org>
68
e1117425
GM
69 * cl.texi: Use defmac for macros rather than defspec.
70 (Efficiency Concerns): Related copyedit.
71
5887564d
GM
72 * cl.texi (Control Structure): Update for setf now being in core.
73 (Setf Extensions): Rename from Basic Setf. Move much of the
74 former content to lispref/variables.texi.
75 (Modify Macros): Move pop, push details to lispref/variables.texi.
76 (Customizing Setf): Copyedits for setf etc being in core.
77 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
78 Further namespaces updates.
79
bdebdb64
BG
802012-10-26 Bastien Guerry <bzg@gnu.org>
81
82 * org.texi (Installation): Update the link to Org's ELPA. Also
83 don't mention org-install.el anymore as the replacement file
84 org-loaddefs.el is now loaded by org.el.
85
f956e59d
MA
862012-10-25 Michael Albinus <michael.albinus@gmx.de>
87
88 * tramp.texi (Frequently Asked Questions): Mention
89 `tramp-completion-reread-directory-timeout' for performance
90 improvement.
91
a05cb6e3
GM
922012-10-25 Glenn Morris <rgm@gnu.org>
93
94 * cl.texi: Don't mess with the TeX section number counter.
95 Use Texinfo recommended convention for quotes+punctuation.
96 (Overview, Sequence Functions): Rephrase for better line-breaking.
97 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
98 (Macro Bindings, Conditionals, Iteration, Loop Basics)
99 (Random Numbers, Mapping over Sequences, Structures)
100 (Porting Common Lisp): Further updates for cl-lib namespace.
101 (Modify Macros, Declarations, Macro Bindings, Structures):
102 Break long lines in examples.
103 (Dynamic Bindings): Update for changed progv behavior.
104 (Loop Examples, Efficiency Concerns): Markup fixes.
105 (Structures): Remove TeX margin change.
39ff2cf3 106 (Declarations): Fix typos.
a05cb6e3 107
39a58b5b
GM
1082012-10-24 Glenn Morris <rgm@gnu.org>
109
a6880551
GM
110 * cl.texi (Overview, Multiple Values, Creating Symbols)
111 (Numerical Functions): Say less/nothing about the original cl.el.
112 (Old CL Compatibility): Remove.
113 (Assertions): Remove ignore-errors (standard Elisp for some time).
114
39a58b5b
GM
115 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
116 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
117 (Efficiency Concerns, Efficiency Concerns)
118 (Common Lisp Compatibility, Old CL Compatibility):
119 Further updates for cl-lib namespace.
120
72ec96fb
PE
1212012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
122
123 Update manual for new time stamp format (Bug#12706).
124 * emacs-mime.texi (time-date): Update for new format.
125 Also, fix bogus time stamp and modernize a bit.
126
8d6510b9
GM
1272012-10-23 Glenn Morris <rgm@gnu.org>
128
129 * cl.texi: Include emacsver.texi. Use Emacs version number rather
130 than unchanging cl.el version number.
131 End all menu descriptions with a period.
132 Do not use @dfn{CL} for every instance of "CL".
133 (Overview): Remove no-runtime caveat, and note about foo* names.
134 (Usage): Use cl-lib rather than cl.
135 (Organization, Naming Conventions): Update for cl-lib.el.
136 (Installation): Remove long-irrelevant node.
137 (Program Structure, Predicates, Control Structure):
138 Start updating for cl-lib namespace.
8d6510b9
GM
139 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
140 Depend on emacsver.texi.
141
0a078f36
MA
1422012-10-09 Michael Albinus <michael.albinus@gmx.de>
143
144 * trampver.texi: Update release number.
145
a03bb33f
GM
1462012-10-06 Glenn Morris <rgm@gnu.org>
147
24636b26
GM
148 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
149 ERC version.
150 (Introduction): ERC is distributed with Emacs.
151 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
152 (Getting Started): Simplify.
153 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
154 (History): Mention ERC maintained as part of Emacs now.
155 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
156 Add dependency on emacsver.texi.
157
a03bb33f
GM
158 * erc.texi: Remove hand-written node pointers.
159
d259be38
GM
1602012-10-05 Glenn Morris <rgm@gnu.org>
161
162 * newsticker.texi (Overview, Requirements, Usage, Configuration):
163 Copyedits.
164
62a81506
CY
1652012-10-01 Eric Ludlam <zappo@gnu.org>
166
167 * ede.texi (Quick Start, Project Local Variables)
168 (Miscellaneous commands, ede-java-root, Development Overview)
169 (Detecting a Project): New nodes.
170 (Simple projects): Node deleted.
171
172 * eieio.texi (Building Classes): Some slot attributes cannot be
173 overridden.
174 (Slot Options): Remove an example.
175 (Method Invocation, Documentation): New nodes.
176
07f133bf
GM
1772012-10-01 Glenn Morris <rgm@gnu.org>
178
179 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
180 (reftex.pdf): Add dependency on emacsver.texi.
181 * reftex.texi: Don't include directory part for emacsver.texi;
182 the Makefile's -I handles it.
183
4f595e15
RA
1842012-09-30 Ralf Angeli <angeli@caeruleus.net>
185
186 Merge from standalone RefTeX repository.
187
188 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
189 with macros.
190 (Imprint): Mention Wolfgang in list of contributors.
191 (Creating Citations): Give a hint about how to
192 auto-revert the BibTeX database file when using external editors.
193 (Referencing Labels): Simplify section about reference macro
194 cycling.
195 (Options (Referencing Labels)): Adapt to new structure of
196 `reftex-ref-style-alist'.
197 (Referencing Labels, Reference Styles): Document changes in the
198 referencing functionality.
199 (Commands): Mention options for definition of header and footer in
200 BibTeX files.
201 (Options (Creating Citations)): Document
202 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
203 (Reference Styles): New section.
204 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
205 (Options (Referencing Labels)): Remove descriptions of deprecated
206 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
207 Add descriptions for `reftex-ref-style-alist' and
208 `reftex-ref-style-default-list'.
209 (Referencing Labels): Update regarding reference styles.
210 (Citation Styles): Mention support for ConTeXt.
211 (Options (Defining Label Environments)): Fix typo.
212 (Options (Creating Citations)): Document
213 `reftex-cite-key-separator'.
214
8223b1d2
BG
2152012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
216
217 * org.texi: Add description of ORG_ADD_CONTRIB to info
218 documentation. Add link to Worg for more details.
219
220 * org.texi: Clarify installation procedure. Provide link to the
221 build system description on Worg.
222
223 * org.texi: Remove reference to utils/, x11idle.c is now in
224 contrib/scripts.
225
226 * org.texi: Re-normalize to "Org mode" in manual.
227
228 * org.texi (Installation): Adapt documentation to new build
229 system. Mention GNU ELPA (since it needs to be handled like Emacs
230 built-in Org).
231
8223b1d2
BG
2322012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
233
234 * org.texi: Fix typo in description of the 'Hooks' section.
235
236 * org.texi: Add ID to the list of special properties.
237
2382012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
239
240 * org.texi (Moving subtrees): Document the ability to archive to a
241 datetree.
242
2432012-09-30 Bastien Guerry <bzg@altern.org>
244
245 * org.texi (Installation, Feedback, Batch execution): Use
246 (add-to-list 'load-path ... t) for the contrib dir.
247
248 * org.texi (results): Update documentation for ":results drawer"
249 and ":results org".
250
251 * org.texi (Column width and alignment): Fix typo.
252
253 * org.texi (Activation): Point to the "Conflicts" section.
254
255 * org.texi (Conflicts): Mention filladapt.el in the list of
256 conflicting packages.
257
258 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
259 not needed for versions of Emacs > 22.1.
260
261 * org.texi (History and Acknowledgments): Fix typo.
262
263 * org.texi (History and Acknowledgments): Add my own
264 acknowledgments.
265
266 * org.texi (Agenda commands): Document the new command and the new
267 option.
268
269 * org.texi (Agenda commands): Delete `org-agenda-action' section.
270 (Agenda commands): Reorder. Document `*' to toggle persistent
271 marks.
272
273 * org.texi (Agenda dispatcher): Mention
274 `org-toggle-agenda-sticky'.
275 (Agenda commands, Exporting Agenda Views): Fix typo.
276
277 * org.texi (Templates in contexts, Setting Options): Update to
278 reflect changes in how contexts options are processed.
279
280 * org.texi (Templates in contexts): Document the new structure of
281 the variables `org-agenda-custom-commands-contexts' and
282 `org-capture-templates-contexts'.
283
284 * org.texi (Templates in contexts): Document the new option
285 `org-capture-templates-contexts'.
286 (Storing searches): Document the new option
287 `org-agenda-custom-commands-contexts'.
288
289 * org.texi (Formula syntax for Lisp): Reformat.
290
291 * org.texi (Special properties, Column attributes)
292 (Agenda column view): Document the new special property
293 CLOCKSUM_T.
294
295 * org.texi (Template expansion): Document the new %l template.
296
297 * org.texi (Fast access to TODO states): Fix documentation about
298 allowed characters for fast todo selection.
299
300 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
301 use in `org-agenda-to-appt'.
302
303 * org.texi (Comment lines): Update wrt comments.
304
305 * org.texi (Resolving idle time): Document new keybinding.
306
307 * org.texi (Clocking commands): Document the use of S-M-<up/down>
308 on clock timestamps.
309
310 * org.texi (Fast access to TODO states): Explicitely says only
311 letters are supported as fast TODO selection keys.
312
313 * org.texi (Link abbreviations): Illustrate the use of the "%h"
314 specifier. Document the new "%(my-function)" specifier.
315
316 * org.texi (Clocking commands): New cindex.
317 (Clocking commands): Update documentation for `org-clock-in'.
318 Document `org-clock-in-last'. Mention `org-clock-out' and
319 `org-clock-in-last' as commands that can be globally bound.
320 (Resolving idle time): Document continuous clocking.
321
322 * org.texi (Top, Introduction): Fix formatting.
323 (Activation): Add index entries.
324 (Conventions): Update section.
325 (Embedded @LaTeX{}): Fix formatting.
326
327 * org.texi (Visibility cycling): Document `show-children'.
328
329 * org.texi (Using capture): Mention the `org-capture-last-stored'
330 bookmark as a way to jump to the last stored capture.
331
332 * org.texi (Uploading files): Fix typo.
333
334 * org.texi (Using capture): Document `C-0' as a prefix argument
335 for `org-capture'.
336
337 * org.texi (Agenda commands): Document persistent marks.
338
339 * org.texi (Template expansion): Update doc to reflect change.
340
341 * org.texi (Radio tables): Document the :no-escape parameter.
342
343 * org.texi (Repeated tasks): Document repeat cookies for years,
344 months, weeks, days and hours.
345
346 * org.texi (Export options): State that you can use the d: option
347 by specifying a list of drawers.
348
349 * org.texi (HTML preamble and postamble): Small doc improvement.
350
3512012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
352
353 * org.texi: The sections in the Exporting section of the manual
354 left out articles in the description of the org-export-as-*
355 commands, among other places. This patch adds them, adds a few
356 missing prepositions, and switches instances of "an HTML" to "a
357 html" for internal consistency.
358
359 * org.texi: Alter several examples of headings with timestamps in
360 them to include the timestamps in the body instead of the heading.
361
3622012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
363
364 * org.texi (Agenda dispatcher): Document sticky agenda views and
365 the new key for them.
366
3672012-09-30 Charles <millarc@verizon.net> (tiny change)
368
369 * org.texi (Advanced features): Fix error in table.
370
3712012-09-30 Feng Shu <tumashu@gmail.com>
372
373 * org.texi (@LaTeX{} fragments): Document imagemagick as an
374 alternative to dvipng.
375
3762012-09-30 François Allisson <francois@allisson.co> (tiny change)
377
378 * org.texi: Remove extra curly bracket.
379
3802012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
381
382 * org.texi (org-clock-in-last and org-clock-cancel): Update the
383 defkeys.
384
3852012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
386
387 * org.texi (Agenda commands): Fix two typos by giving
388 corresponding function names, according to
389 `org-agenda-view-mode-dispatch'.
390
3912012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
392
393 * org.texi (The spreadsheet): Fix typo.
394
3952012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
396
397 * org.texi (Tracking your habits): Point to the "Tracking TODO
398 state changes" section.
399
4002012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
401
402 * org.texi (Literal examples): Remove reference to unknown
403 `org-export-latex-minted' variable. Also simplify footnote since
404 `org-export-latex-listings' documentation is exhaustive already.
405
406 * org.texi (Plain lists): Remove reference to now hard-coded
407 `bullet' automatic rule.
408
4092012-09-30 Toby S. Cubitt <tsc25@cantab.net>
410
411 * org.texi: Updated documentation accordingly.
412
5087f097
PE
4132012-09-13 Paul Eggert <eggert@cs.ucla.edu>
414
415 * texinfo.tex: Merge from gnulib.
416
20121a26
MA
4172012-09-12 Michael Albinus <michael.albinus@gmx.de>
418
419 Sync with Tramp 2.2.6.
420
421 * tramp.texi (Bug Reports): Cleanup caches before a test run.
422
423 * trampver.texi: Update release number.
424
44677e30
PE
4252012-09-12 Paul Eggert <eggert@cs.ucla.edu>
426
427 * texinfo.tex: Merge from gnulib.
428
5a4c42ba
AA
4292012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
430
431 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
432 (bug#12096).
433
8e7046c3
JB
4342012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
435
1dcac243
JB
436 * calc.texi (Simplification modes, Conversions)
437 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
438 (The Calc Mode Line): Mention the mode line display for Basic
439 simplification mode.
440 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
441 simplifications.
442 (Basic Simplifications): Rename from "Limited Simplifications"
443 Replace "limited" by "basic" throughout.
444 (Algebraic Simplifications): Indicate that the algebraic
445 simplifications are done by default.
446 (Unsafe Simplifications): Mention `m E'.
447 (Simplification of Units): Mention `m U'.
448 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
449 (Kinds of Declarations, Functions for Declarations): Mention
450 "algebraic simplifications" instead of `a s'.
1dcac243 451 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 452
d2bd74ff
JB
4532012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
454
455 * calc.texi (Getting Started, Tutorial): Change simulated
456 Calc output to match actual output.
457 (Simplifying Formulas): Mention that algebraic simplification is now
458 the default.
459
77472261
EZ
4602012-07-28 Eli Zaretskii <eliz@gnu.org>
461
462 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
463 (Bug#12073)
464
09ae5da1
PE
4652012-07-25 Paul Eggert <eggert@cs.ucla.edu>
466
467 Prefer typical American spelling for "acknowledgment".
468 * calc.texi (History and Acknowledgments): Rename from
469 History and Acknowledgements.
470 * idlwave.texi (Acknowledgments):
471 * ses.texi (Acknowledgments):
472 * woman.texi (Acknowledgments): Rename from Acknowledgements.
473
c4444d16
PE
4742012-07-09 Paul Eggert <eggert@cs.ucla.edu>
475
476 Rename configure.in to configure.ac (Bug#11603).
477 * ede.texi (Compiler and Linker objects, ede-proj-project)
478 (ede-step-project): Prefer the name configure.ac to configure.in.
479
ef091c97
MA
4802012-07-06 Michael Albinus <michael.albinus@gmx.de>
481
482 * tramp.texi (Multi-hops): Introduce
483 `tramp-restricted-shell-hosts-alist'.
484
89b163db
G
4852012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
486
487 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
488 methods, so don't mention smtpmail here.
489
4902012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
491
492 * gnus.texi (Picons): Document gnus-picon-properties.
493
4942012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
495
496 * gnus.texi: Remove mention of compilation, as that's no longer
497 supported.
498
4992012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
500
501 * gnus.texi (Archived Messages): Mention
502 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
503
5042012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
505
506 * gnus.texi (Various Summary Stuff):
507 Remove mention of `gnus-propagate-marks'.
508
5092012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
510
511 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
512 which no longer exist.
513
5142012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
515
516 * gnus.texi (Archived Messages):
517 Document gnus-gcc-self-resent-messages.
518
5192012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
520
521 * message.texi (Mail Variables):
522 Mention the optional user parameter for X-Message-SMTP-Method.
523
5242012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
525
526 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
527
528 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
529
5302012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
531
532 * gnus.texi (Key Index): Change encoding to utf-8.
533
ac1a0ce1 5342012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
535
536 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
537
71cca84d
G
5382012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * gnus.texi (Group Timestamp): Mention where to find documentation for
541 the `gnus-tmp-' variables (bug#11601).
542
888a7fc0
MA
5432012-06-11 Michael Albinus <michael.albinus@gmx.de>
544
545 Sync with Tramp 2.2.6-pre.
546
547 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
548 where appropriate.
549 (Ad-hoc multi-hops): New section.
550 (Remote processes): New subsection "Running remote processes on
551 Windows hosts".
552 (History): Add remote commands on Windows, and ad-hoc multi-hop
553 methods.
554 (External methods): "ControlPersist" must be set to "no" for the
555 `scpc' method.
556 (Remote processes): Add a note about `auto-revert-tail-mode'.
557 (Frequently Asked Questions): Use "scpx" in combination with
558 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
559
560 * trampver.texi: Update release number.
561
31ca4639 5622012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
563
564 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
565 compilation for html-mono.
566
0e8bbf66
PE
5672012-06-08 Paul Eggert <eggert@cs.ucla.edu>
568
569 * texinfo.tex: Merge from gnulib.
570
b8f061b3
KY
5712012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
572
573 * Makefile.in (echo-info): Don't try to install info files named
574 just ".info".
575
16af873e
GM
5762012-05-28 Glenn Morris <rgm@gnu.org>
577
c1dabff0
GM
578 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
579
16af873e
GM
580 * sc.texi: Nuke hand-written node pointers.
581 Fix top-level menu to match actual node order.
582
1d5b82ef
GM
5832012-05-27 Glenn Morris <rgm@gnu.org>
584
585 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
586 Some associated fixes, including not messing with chapno in cl.texi.
587
33017faf 5882012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
589
590 * org.texi (Durations and time values): Fix typo.
591
d14b0029
JB
5922012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
593
33017faf 594 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
595 Mention `calc-ensure-consistent-units'.
596
2f4cadd1 5972012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 598
9879e263
AS
599 * cc-mode.texi: Avoid space before macro in 4th argument of cross
600 reference commands. (Bug#11461)
601
78e91d08
AS
602 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
603
3fe7cdc8
GM
6042012-05-12 Glenn Morris <rgm@gnu.org>
605
9598ef0b
GM
606 * Makefile.in (mostlyclean): Add more TeX intermediates.
607
7d326a29
GM
608 * Makefile.in: Make it look more like the other doc Makefiles.
609 Use explicit $srcdir in all dependencies.
610 Remove cd $srcdir from rules.
611 (VPATH): Remove.
612 (infodir): Set to an absolute path.
613 (INFO_TARGETS): Use short names.
614 (mkinfodir): infodir is now absolute.
615 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
616
c7f95930 617 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 618 (.SUFFIXES): Disable implicit rules.
c7f95930 619
3fe7cdc8
GM
620 * Makefile.in (MKDIR_P): New, set by configure.
621 (mkinfodir): Use $MKDIR_P.
622
6f0652af
GM
6232012-05-07 Glenn Morris <rgm@gnu.org>
624
625 * forms.texi (Long Example): Update for changed location of files.
626
8045b906
GM
6272012-05-04 Glenn Morris <rgm@gnu.org>
628
629 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
630 (INFO_TARGETS): Use $INFO_EXT.
631 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
632 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
633 (INFO_TARGETS): Use $INFO_EXT.
634 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
635
9e7a4bcf
GM
6362012-05-02 Glenn Morris <rgm@gnu.org>
637
9aa071df
GM
638 * Makefile.in (echo-info): New phony target, used by top-level.
639
9e7a4bcf
GM
640 * viper.texi: Make direntry shorter (also it is no longer "newest").
641
642 * emacs-gnutls.texi, ert.texi, org.texi:
643 Fix dircategory, direntry to match info/dir.
644
31cc861c
GM
645 * faq.texi: Convert @inforefs to @xrefs.
646 Fix some malformed cross-references.
f9e320bb
GM
647 (File-name conventions): Shorten section name to avoid overfull line.
648 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 649
723ea6b5
TZ
6502012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
651
652 * auth.texi (Help for users): Update for .gpg file being second.
653
a8e7d6d7 6542012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
655
656 * org.texi (Agenda commands): Fix two typos: give corresponding
657 function names, according to `org-agenda-view-mode-dispatch'.
658
a8e7d6d7 6592012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
660
661 * faq.texi (Major packages and programs): Remove section.
662 There is no point listing 6 packages (cf etc/MORE.STUFF).
663 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 664
dcbf5805
MA
6652012-04-22 Michael Albinus <michael.albinus@gmx.de>
666
667 * dbus.texi (Version): New node.
668 (Properties and Annotations): Mention the object manager
669 interface. Describe dbus-get-all-managed-objects.
670 (Type Conversion): Floating point numbers are allowed, if an
671 anteger does not fit Emacs's integer range.
672 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
673 (Asynchronous Methods): Fix description of
674 dbus-call-method-asynchronously.
675 (Receiving Method Calls): Fix some minor errors. Add
676 dbus-interface-emacs.
677 (Signals): Describe unicast signals and the new match rules.
678 (Alternative Buses): Add the PRIVATE optional argument to
679 dbus-init-bus. Describe its new return value. Add dbus-setenv.
680
adee4030
GM
6812012-04-20 Glenn Morris <rgm@gnu.org>
682
683 * faq.texi (New in Emacs 24): New section.
684 (Packages that do not come with Emacs): Mention M-x list-packages.
685
35dc09a1 6862012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
687
688 * cc-mode.texi (c-offsets-alist): Correct a typo.
689
35dc09a1 6902012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
691
692 * org.texi (Deadlines and scheduling): Fix the example: the
693 DEADLINE item should come right after the headline. We enforce
694 this convention, so it is a bug not to illustrate it correctly in
695 the manual.
696
35dc09a1 6972012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
698
699 * org.texi (Agenda commands): Fix documentation bug by swapping
700 the equivalent keybindings to `org-agenda-next-line' with the ones
701 to `org-agenda-previous-line'.
702
35dc09a1 7032012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
704
705 * Makefile.in: Replace non-portable use of $< in ordinary rules.
706
e2560ea8
EZ
7072012-04-09 Eli Zaretskii <eliz@gnu.org>
708
709 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
710 emacs-gnutls.
711 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
712
6b4f4a2d
TZ
7132012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
714
250b840e 715 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
716
717 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
718
ca2c89b6
TZ
7192012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 722 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 723
aebd5f1a
GM
7242012-04-04 Glenn Morris <rgm@gnu.org>
725
726 * auth.texi (Secret Service API): Copyedits.
727 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
728 (Help for users, Help for developers)
729 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 730
0317dd51
MA
7312012-04-04 Michael Albinus <michael.albinus@gmx.de>
732
733 * auth.texi (Secret Service API): Add the missing text.
734
3d439cd1
CY
7352012-04-04 Chong Yidong <cyd@gnu.org>
736
737 * message.texi (Using PGP/MIME): Note that epg is now the default.
738
739 * gnus.texi: Reduce references to obsolete pgg library.
740 (Security): Note that epg is now the default.
741
742 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
743
744 * nxml-mode.texi (Completion): C-RET is no longer bound to
745 nxml-complete.
746
153ae947
BG
7472012-04-01 Jambunathan K <kjambunathan@gmail.com>
748
749 * org.texi (Customizing tables in ODT export): Correct few errors.
750
7512012-04-01 Jambunathan K <kjambunathan@gmail.com>
752
753 * org.texi (Links in ODT export): Update.
754 (Labels and captions in ODT export): New node.
755
7562012-04-01 Jambunathan K <kjambunathan@gmail.com>
757
758 * org.texi (Literal examples in ODT export): htmlfontify.el in
759 Emacs-24.1 now supports fontification. So ODT source blocks will
760 be fontified by default.
761
7622012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
763
764 * org.texi (Refiling notes): Remove duplicated keybinding.
765
7662012-04-01 Eric Schulte <eric.schulte@gmx.com>
767
768 * org.texi (noweb): Documentation of this new option to the :noweb
769 header argument.
770
7712012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
772
773 * org.texi (Header and sectioning): Add example demonstrating how
774 to use "LaTeX_CLASS_OPTIONS".
775
7762012-04-01 Eric Schulte <eric.schulte@gmx.com>
777
778 * org.texi (Noweb reference syntax): Describe the ability to
779 execute noweb references in the manual.
780
7812012-04-01 Eric Schulte <eric.schulte@gmx.com>
782
783 * org.texi (cache): Improve cache documentation when session
784 evaluation is used.
785
7862012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
787
788 * org.texi (Plain lists): Document removal.
789
7902012-04-01 Michael Brand <michael.ch.brand@gmail.com>
791
792 * org.texi: Decapitalize file name in references to Calc manual.
793
7942012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
795
796 * org.texi (Plain lists): Document removal.
797
7982012-04-01 Jambunathan K <kjambunathan@gmail.com>
799
800 * org.texi (Top, OpenDocument Text export)
801 (ODT export commands, Extending ODT export)
802 (Images in ODT export, Tables in ODT export)
803 (Configuring a document converter): Add or Update.
804
8052012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
806
807 * org.texi (MobileOrg): Change the wording to reflect that the
808 Android Version is no longer just the little brother of the iOS
809 version.
810
8112012-04-01 Eric Schulte <eric.schulte@gmx.com>
812
813 * org.texi (Key bindings and useful functions): Updated babel key
814 binding documentation in manual.
815
8162012-04-01 Eric Schulte <eric.schulte@gmx.com>
817
818 * org.texi (noweb): Document new noweb header value.
819
8202012-04-01 Eric Schulte <eric.schulte@gmx.com>
821
822 * org.texi (noweb-sep): Document new header argument.
823
8242012-04-01 Eric Schulte <eric.schulte@gmx.com>
825
826 * org.texi (noweb-ref): Documentation of this new custom variable.
827
8282012-04-01 Eric Schulte <eric.schulte@gmx.com>
829
830 * org.texi (wrap): Update the new :wrap documentation to match the
831 current implementation.
832
8332012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
834
835 * org.texi: Added documentation for :wrap.
836
8372012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
838
839 * org.texi: #+RESULTS now user-configurable.
840
8412012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
842
843 * org.texi: Documented :noweb no-export.
844
8452012-04-01 Thomas Dye <dk@poto.local>
846
847 * org.texi: Edit :noweb no header argument for correctness.
848
8492012-04-01 Bastien Guerry <bzg@altern.org>
850
851 * org.texi (Customization): Update the approximate number of Org
852 variables.
853
8542012-04-01 Thomas Dye <dk@poto.local>
855
856 * org.texi: The :results wrap produces a drawer instead of a
857 begin_results block.
858
005a89ff
G
8592012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
860
861 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
862 reflect the new default.
863
589ce070
EZ
8642012-03-10 Eli Zaretskii <eliz@gnu.org>
865
866 * info.texi (Expert Info): Move the index entry for "Texinfo" from
867 "Getting Started" to this node. (Bug#10450)
868
a5392527
CY
8692012-03-10 Chong Yidong <cyd@gnu.org>
870
8ae818e4
CY
871 * flymake.texi (Example -- Configuring a tool called via make):
872 Mention the Automake COMPILE variable (Bug#8715).
873
a5392527
CY
874 * info.texi (Getting Started): Add an index entry (Bug#10450).
875
d49902e4
MA
8762012-03-02 Michael Albinus <michael.albinus@gmx.de>
877
878 * dbus.texi (Signals): Known names will be mapped onto unique
879 names, when registering for signals.
880
53eced6d
GM
8812012-02-29 Glenn Morris <rgm@gnu.org>
882
bcd6cd23
GM
883 * url.texi: Fix quote usage in body text.
884
775b55af
GM
885 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
886
53eced6d
GM
887 * cl.texi: Use @code{} in menus when appropriate.
888
44e97401
GM
8892012-02-28 Glenn Morris <rgm@gnu.org>
890
891 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
892 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
893 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
894 * org.texi, sc.texi, vip.texi, viper.texi:
895 Standardize possessive apostrophe usage.
896
fa9a0855
CY
8972012-02-26 Chong Yidong <cyd@gnu.org>
898
899 * ediff.texi (Quick Help Commands): Add a couple of index entries
900 (Bug#10834).
901
0fd2c9a3
GM
9022012-02-17 Glenn Morris <rgm@gnu.org>
903
904 * gnus.texi (Posting Styles):
905 * remember.texi (Org): Fix cross-refs to other manuals.
906
9f26dc24
GM
9072012-02-15 Glenn Morris <rgm@gnu.org>
908
909 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
910 (Encryption): New chapter, split out from previous.
911
3d2af193
LI
9122012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
913
914 * gnus.texi (Customizing the IMAP Connection): Mention
915 nnimap-record-commands.
916
b74c9672
GM
9172012-02-10 Glenn Morris <rgm@gnu.org>
918
919 * url.texi (Retrieving URLs): Update url-retrieve arguments.
920 Mention url-queue-retrieve.
921
2ebc3b94
GM
9222012-02-09 Glenn Morris <rgm@gnu.org>
923
9fcfcdef
GM
924 * sem-user.texi (Semantic mode user commands): Typo fix.
925
2ebc3b94
GM
926 * info.texi (Create Info buffer): Mention info-display-manual.
927
7c4bbb69
LI
9282012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
929
930 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
931 example (modified from an example by Michael Albinus).
932
debce7bc
G
9332012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
934
935 * gnus.texi (Agent Basics): Fix outdated description of
936 `gnus-agent-auto-agentize-methods'.
937
b207a4ec
AS
9382012-01-28 Andreas Schwab <schwab@linux-m68k.org>
939
940 * cc-mode.texi: Always @defindex ss.
941 (Config Basics): Fix argument of @itemize.
942 (Macro Backslashes): Add @code around index entry.
943
b8fe8712
GM
9442012-01-23 Glenn Morris <rgm@gnu.org>
945
946 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
947
02dc2fd7
EH
9482012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
949
950 * tramp.texi (File): Tweak wording for the `scpc' option.
951
e7719ea1
G
9522012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * gnus.texi (Group Parameters): Really note precedence.
955
9937bef4
G
9562012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
957
958 * gnus.texi (Group Parameters): Note precedence.
959
e66ba1df
BG
9602012-01-03 Eric Schulte <eric.schulte@gmx.com>
961
962 * org.texi (Noweb reference syntax): Adding documentation of
963 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
964 variable.
965
9662012-01-03 Bastien Guerry <bzg@gnu.org>
967
968 * org.texi (Plain lists): Split the table to fix the display
969 of items.
970
9712012-01-03 Bastien Guerry <bzg@gnu.org>
972
973 * org.texi (Plain lists): Fix misplaced explanation.
974
9752012-01-03 Bastien Guerry <bzg@gnu.org>
976
977 * org.texi (Plain lists, Agenda files): Add index entries.
978
9792012-01-03 Julian Gehring <julian.gehring@googlemail.com>
980
981 * org.texi: Use "Org mode" instead of alternatives like
982 "Org-mode" or "org-mode".
983
9842012-01-03 Bernt Hansen <bernt@norang.ca>
985
986 * org.texi (Agenda commands): Document
987 `org-clock-report-include-clocking-task'.
988
9892012-01-03 Bastien Guerry <bzg@gnu.org>
990
991 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
992 C-c' on checkboxes.
993
9942012-01-03 Julian Gehring <julian.gehring@googlemail.com>
995
996 * org.texi: End sentences with two spaces.
997
9982012-01-03 Michael Brand <michael.ch.brand@gmail.com>
999
1000 * org.texi (External links): Document the link types file+sys
1001 and file+emacs, slightly narrow used page width.
1002
10032012-01-03 Eric Schulte <eric.schulte@gmx.com>
1004
1005 * org.texi (colnames): Note that colnames behavior may differ
1006 across languages.
1007
10082012-01-03 Bastien Guerry <bzg@gnu.org>
1009
1010 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1011
10122012-01-03 Thomas Dye <dk@poto.westell.com>
1013
1014 * org.texi: Augmented discussion of babel property
1015 inheritance. Put footnote outside sentence ending period.
1016
10172012-01-03 Eric Schulte <schulte.eric@gmail.com>
1018
1019 * org.texi (eval): Documenting the full range of :eval header
1020 argument values.
1021
10222012-01-03 Eric Schulte <schulte.eric@gmail.com>
1023
1024 * org.texi (eval): Documentation of the new :eval option.
1025
10262012-01-03 Thomas Dye <dk@poto.local>
1027
1028 * org.texi: Add accumulated properties.
1029
10302012-01-03 Thomas Dye <dk@poto.local>
1031
1032 * org.texi: Documented no spaces in name=assign, another
1033 correction to :var table.
1034
10352012-01-03 Thomas Dye <dk@poto.local>
1036
1037 * org.texi: Changed DATA to NAME in Working With Source Code
1038 section.
1039
10402012-01-03 Tom Dye <tsd@tsdye.com>
1041
1042 * org.texi: Minor change to :var table.
1043
10442012-01-03 Tom Dye <tsd@tsdye.com>
1045
1046 * org.texi: More changes to :var table (some examples were wrong).
1047
10482012-01-03 Tom Dye <tsd@tsdye.com>
1049
1050 * org.texi: Cleaned up :var table.
1051
10522012-01-03 Bastien Guerry <bzg@gnu.org>
1053
1054 * org.texi (Timestamps, Weekly/daily agenda)
1055 (Weekly/daily agenda): Add @cindex for "appointment".
1056
10572012-01-03 Eric Schulte <schulte.eric@gmail.com>
1058
1059 * org.texi (Literal examples): A new link to the template for
1060 inserting empty code blocks.
1061 (Structure of code blocks): A new link to the template for
1062 inserting empty code blocks.
1063
10642012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1065
1066 * org.texi (External links): Add footnote on how the behavior
1067 of the text search in Org files are controled by the variable
1068 `org-link-search-must-match-exact-headline'.
1069
10702012-01-03 Eric Schulte <schulte.eric@gmail.com>
1071
1072 * org.texi (Buffer-wide header arguments): Update
1073 documentation to reflect removal of #+PROPERTIES.
1074
10752012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1076
1077 * org.texi (The clock table): Mention that ACHIVED trees
1078 contribute to the clock table.
1079
10802012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1081
1082 * org.texi (Conflicts): Better yasnippet config info.
1083
10842012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1085
1086 * org.texi (Selective export): Explicitely mention the default
1087 values for `org-export-select-tags',
1088 `org-export-exclude-tags'.
1089
10902012-01-03 Tom Dye <tsd@tsdye.com>
1091
1092 * org.texi: Added a line to specify that header arguments are
1093 lowercase.
1094
10952012-01-03 Tom Dye <tsd@tsdye.com>
1096
1097 * org.texi: :var requires default value when declared.
1098
10992012-01-03 Bastien Guerry <bzg@gnu.org>
1100
1101 * org.texi (Handling links): Add a note about the
1102 `org-link-frame-setup' option.
1103
11042012-01-03 David Maus <dmaus@ictsoc.de>
1105
1106 * org.texi (Exporting Agenda Views, Extracting agenda
1107 information): Fix command line syntax, quote symbol parameter
1108 values.
1109
11102012-01-03 David Maus <dmaus@ictsoc.de>
1111
1112 * org.texi (Exporting Agenda Views): Fix command line syntax.
1113
8d80ef01
PE
11142011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1115
1116 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1117 Use octal notation for file permissions, which are normally
1118 thought of in octal.
1119 (Mail Back End Variables): Use more-plausible modes in example.
1120
47d42d81
AM
11212011-12-20 Alan Mackenzie <acm@muc.de>
1122
1123 * cc-mode.texi: Update version string 5.31 -> 5.32.
1124
a98edce9
JB
11252011-12-06 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1128
321decc8
GM
11292011-11-24 Glenn Morris <rgm@gnu.org>
1130
1131 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1132
f8107b79
JB
11332011-11-24 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * makefile.w32-in: Update dependencies.
1136
f5a96a4f
GM
11372011-11-20 Glenn Morris <rgm@gnu.org>
1138
1139 * gnus.texi (Group Information):
1140 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1141
cd1181db
JB
11422011-11-20 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * gnus-coding.texi (Gnus Maintenance Guide):
1145 Rename from "Gnus Maintainance Guide".
1146
1147 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1148 * eieio.texi (Customizing):
fe7a3057
JB
1149 * gnus.texi (Article Washing):
1150 * gnus-news.texi:
1151 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1152
7877f373
JB
11532011-11-16 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1156
0d26e0b6
JB
11572011-11-15 Juanma Barranquero <lekktu@gmail.com>
1158
c7015153
JB
1159 * ede.texi (project-am-texinfo):
1160 * gnus.texi (Sending or Not Sending):
1161 * org.texi (Template elements): Fix typos.
0d26e0b6 1162
0b381c7e
JB
11632011-11-14 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * ediff.texi (Hooks):
c7015153 1166 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1167
40a8bdf6
JB
11682011-11-11 Juanma Barranquero <lekktu@gmail.com>
1169
1170 * semantic.texi (Tag handling): Fix typo.
1171
57dda3bb
KY
11722011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1173
1174 * gnus.texi (Other Gnus Versions): Remove.
1175
52bedd34
AM
11762011-10-28 Alan Mackenzie <acm@muc.de>
1177
1178 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1179 (Other Special Indentations): Add an xref to "Macros with ;".
1180 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1181 "Macros with ;".
1182 (Macros with ;): New page.
1183
00b77525
GM
1184 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1185 Document the new handling of nested scopes for movement by defuns.
52bedd34 1186
4a623313
MA
11872011-10-23 Michael Albinus <michael.albinus@gmx.de>
1188
1189 Sync with Tramp 2.2.3.
1190
1191 * trampver.texi: Update release number.
1192
466a320e
GM
11932011-10-14 Glenn Morris <rgm@gnu.org>
1194
1195 * ert.texi (Introduction, How to Run Tests)
1196 (Running Tests Interactively, Expected Failures)
1197 (Tests and Their Environment, Useful Techniques)
1198 (Interactive Debugging, Fixtures and Test Suites):
1199 Minor rephrasings.
1200 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1201 (Running Tests in Batch Mode): Simplify loading instructions.
1202 (Test Selectors): Clarify some selectors.
1203 (Expected Failures, Useful Techniques):
1204 Make examples fit in 80 columns.
1205
2be4956d
JB
12062011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1207
1208 * calc.texi (Basic Operations on Units): Discuss temperature
1209 conversion (`u t') alongside with other unit conversions ('u c').
1210
7359a765
GM
12112011-10-12 Glenn Morris <rgm@gnu.org>
1212
1213 * ert.texi: Whitespace trivia to make main menu items line up better.
1214
a0c52e5d
GM
12152011-10-08 Glenn Morris <rgm@gnu.org>
1216
1217 * Makefile.in: Fix ert rules.
1218
465d0300
G
12192011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
1221 * gnus.texi (Gnus Utility Functions): Add more references and
1222 explanations (bug#9683).
1223
a5166359
LMI
12242011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1225
1226 * gnus.texi (Archived Messages): Note the default (bug#9552).
1227
b523dc20
BW
12282011-09-21 Bill Wohler <wohler@newt.com>
1229
1230 Release MH-E manual version 8.3.
1231
58179cce 1232 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1233 release 8.3.
1234 (Preface): Updated support information.
bd7239f5 1235 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1236 historical quote, the tense should be correct in the time that it
1237 was written.
1238
0afb49a1
LMI
12392011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1240
1241 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1242 (Finding the News): Doc clarification.
1243 (Terminology): Mention naming.
1244
e21bac42
G
12452011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1246
1247 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1248 (Interactive): Document `quiet'.
1249
5b409b39 12502011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1251
bd7239f5 1252 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1253
5b409b39 12542011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1255
bd7239f5 1256 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1257 scope for `org-map-entries'.
1258
5b409b39 12592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1260
1261 * org.texi (Visibility cycling): Document `org-copy-visible'.
1262
5b409b39 12632011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1264
bd7239f5 1265 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1266 proper order.
1267
5b409b39 12682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1269
1270 * org.texi (eval): Expand discussion of the :eval header argument.
1271
5b409b39 12722011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1273
1274 * org.texi (Languages): Add Lilypond and Awk as supported
1275 languages.
1276
5b409b39 12772011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1278
bd7239f5 1279 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1280 LOG_INTO_DRAWER can be used to override the contents of variable
1281 org-clock-into-drawer (or if unset, org-log-into-drawer).
1282
bd7239f5 1283 * org.texi: Replace @xref->@pxref.
3ab2c837 1284
5b409b39 12852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1286
1287 * org.texi (Evaluating code blocks): Documenting the new option
1288 for inline call lines.
1289
5b409b39 12902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1291
1292 * org.texi (Results of evaluation): More explicit about the
1293 mechanism through which interactive evaluation of code is
1294 performed.
1295
5b409b39 12962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1297
1298 * org.texi (noweb-ref): New header argument documentation.
1299
5b409b39 13002011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1301
1302 * org.texi (Extracting source code): Documentation of the new
1303 org-babel-tangle-named-block-combination variable.
1304
5b409b39 13052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1306
bd7239f5 1307 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1308 behavior of multiple blocks of the same name is undefined.
3ab2c837 1309
5b409b39 13102011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1311
1312 * org.texi (TaskJuggler export): Modify the example to reflect the
1313 new effort durations.
1314
5b409b39 13152011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1316
1317 * org.texi (Images in LaTeX export): Escape curly brackets in
1318 LaTeX example.
1319
5b409b39 13202011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1321
1322 * org.texi (The clock table): Document the :properties and
1323 :inherit-props arguments for the clocktable.
1324
5b409b39 13252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1326
1327 * org.texi (Tables in LaTeX export): Document specifying placement
1328 options for tables.
1329
5b409b39 13302011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1331
1332 * org.texi (Evaluating code blocks): More specific documentation
1333 about the different types of header arguments.
1334
5b409b39 13352011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1336
1337 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1338
5b409b39 13392011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1340
1341 * org.texi (Built-in table editor): Document the table field
1342 follow mode.
1343
5b409b39 13442011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1345
1346 * org.texi (Easy Templates): Document new template.
1347
5b409b39 13482011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1349
1350 * org.texi (Literal examples): Add a cross-reference from "Literal
1351 Examples" to "Easy Templates."
1352
5b409b39 13532011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1354
1355 * org.texi (The clock table): Add link to match syntax.
1356
5b409b39 13572011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1358
1359 * org.texi (Agenda commands): Document clock consistency checks.
1360
5b409b39 13612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1362
1363 * org.texi (Built-in table editor): Document that \vert represents
1364 a vertical bar in a table field.
1365
5b409b39 13662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (Literal examples): Link from "Markup" > "Literate
1369 Examples" to "Working with Source Code".
1370
5b409b39 13712011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1372
1373 * org.texi (Agenda commands): Doc for function option to bulk
1374 action.
1375
5b409b39 13762011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1377
1378 * org.texi (Template expansion): Document new %<...> template
1379 escape.
1380
5b409b39 13812011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1382
1383 * org.texi (Selective export): Document exclusion of any tasks
1384 from export.
1385
5b409b39 13862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (Selective export): Document how to exclude DONE tasks
1389 from export.
1390 (Publishing options): Document the properties to be used to turn off
1391 export of DONE tasks.
1392
5b409b39 13932011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1394
1395 * org.texi (The date/time prompt): Document date range protection.
1396
5b409b39 13972011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1398
1399 * org.texi (padline): Documentation of the new padline header
1400 argument.
1401
5b409b39 14022011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1403
1404 * org.texi (var): Adding "[" to list of characters triggering
1405 elisp evaluation.
1406
5b409b39 14072011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1408
1409 * org.texi (var): Documentation of Emacs Lisp evaluation during
1410 variable assignment.
1411
5b409b39 14122011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1413
1414 * org.texi (colnames): Reference indexing into variables, and note
1415 that colnames are *not* removed before indexing occurs.
1416 (rownames): Reference indexing into variables, and note that
1417 rownames are *not* removed before indexing occurs.
1418
5b409b39 14192011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1420
1421 * org.texi (var): Clarification of indexing into tabular
1422 variables.
1423
5b409b39 14242011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1425
1426 * org.texi (results): Documentation of the `:results wrap' header
1427 argument.
1428
5b409b39 14292011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1430
bd7239f5 1431 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1432 of the LaTeX export: the org file has to be properly structured.
1433
5b409b39 14342011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1435
1436 * org.texi (Dynamic blocks, Structure editing): Mention
1437 the function `org-narrow-to-block'.
1438
5b409b39 14392011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1440
1441 * org.texi (Languages): Updating list of code block supported
1442 languages.
1443
5b409b39 14442011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1445
1446 * org.texi (Special properties): CATEGORY is a special property,
1447 but it may also used in the drawer.
1448
5b409b39 14492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1450
1451 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1452
5b409b39 14532011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1454
1455 * org.texi (Include files): Document :lines.
1456
5b409b39 14572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1458
1459 * org.texi (comments): Documentation of the ":comments noweb" code
1460 block header argument.
1461
5b409b39 14622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1463
1464 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1465 added extra whitespace around functions to be consistent with the
1466 rest of the section.
1467
5b409b39 14682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1469
0b381c7e 1470 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1471 #+call: line syntax.
1472 (Header arguments in function calls): Expanded discussion of
1473 #+call: line syntax.
1474
5b409b39 14752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1476
1477 * org.texi (Evaluating code blocks): More explicit about how to
1478 pass variables to #+call lines.
1479
5b409b39 14802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1481
1482 * org.texi (Results of evaluation): Link to the :results header
1483 argument list from the "Results of evaluation" section.
1484
5b409b39 14852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1486
1487 * org.texi (Conflicts): Adding additional information about
1488 resolving org/yasnippet conflicts.
1489
5b409b39 14902011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1491
1492 * org.texi (Publishing options): Document style-include-scripts
1493 publishing project property.
1494
5b409b39 14952011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1496
1497 * org.texi (Sparse trees): Document the next-error /
1498 previous-error functionality.
1499
5b409b39 15002011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1501
1502 * org.texi (cache): Improved documentation of code block caches.
1503
5b409b39 15042011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1505
1506 * org.texi (Code block specific header arguments): Documentation
1507 of multi-line header arguments.
1508
5b409b39 15092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1510
1511 * org.texi (Code evaluation security): Add example for using a
1512 function.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (Tables in LaTeX export): Documentation of new
1517 attr_latex options for tables.
1518
5b409b39
BG
15192011-08-03 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * trampver.texi: Update release number.
1522
15232011-07-30 Michael Albinus <michael.albinus@gmx.de>
1524
1525 Sync with Tramp 2.2.2.
1526
1527 * trampver.texi: Update release number.
1528
064e2d08
LMI
15292011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1530
1531 * flymake.texi (Example -- Configuring a tool called via make):
1532 Use /dev/null instead of the Windows "nul" (bug#8715).
1533
b8151e9c
LMI
15342011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
1536 * widget.texi (Setting Up the Buffer): Remove mention of the
1537 global keymap parent, which doesn't seem to be accurate
1538 (bug#7045).
1539
5b409b39
BG
15402011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1541
1542 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1543
c0a8ae95
KR
15442010-07-10 Kevin Ryde <user42@zip.com.au>
1545
1546 * cl.texi (For Clauses): Add destructuring example processing an
1547 alist (bug#6596).
1548
ac6531ad
LMI
15492011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1550
1551 * ediff.texi (Major Entry Points): Remove mention of `require',
1552 since that's not pertinent in the installed Emacs (bug#9016).
1553
d30dd079
G
15542011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1555
1556 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1557 (Filtering New Groups): Clarify how simple the "options -n" format is.
1558 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1559 is internal.
d30dd079 1560
862c0d68
MA
15612011-07-04 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * tramp.texi (Cleanup remote connections): Add
1564 `tramp-cleanup-this-connection'.
1565
cd865a33
G
15662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1569 zombies.
1570 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1571 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1572
15732011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1574
1575 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1576 backups, and not actual vc (bug#8975).
1577
79414ae4
KR
15782011-07-03 Kevin Ryde <user42@zip.com.au>
1579
1580 * cl.texi (For Clauses): @items for hash-values and key-bindings
1581 to make them more visible when skimming. Add examples of `using'
1582 clause to them, examples being clearer than a description in
1583 words (bug#6599).
1584
847ccf7c
AM
15852011-07-01 Alan Mackenzie <acm@muc.de>
1586
1587 * cc-mode.texi (Guessing the Style): New page.
1588 (Styles): Add a short introduction to above.
1589
3da13bb9
DD
15902011-06-28 Deniz Dogan <deniz@dogan.se>
1591
1592 * rcirc.texi (Configuration): Bug-fix:
1593 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1594 Reported by Elias Pipping <pipping@exherbo.org>.
1595
60a0884e
G
15962011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * gnus.texi (Summary Mail Commands): Document
1599 `gnus-summary-reply-to-list-with-original'.
1600
0c7efc08
SM
16012011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * eshell.texi (Known problems): Fix typo.
1604
ea3596a2
MA
16052011-06-12 Michael Albinus <michael.albinus@gmx.de>
1606
0c7efc08 1607 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1608 (Password handling): `auth-source-debug' is good for debug messages.
1609
2da9c605
G
16102011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1611
1612 * gnus.texi (Store custom flags and keywords): Refer to
1613 `gnus-registry-article-marks-to-{chars,names}' instead of
1614 `gnus-registry-user-format-function-{M,M2}'.
1615
e61923c8
GM
16162011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1617
1618 * texinfo.tex: Merge from gnulib.
1619
627abcdd
TZ
16202011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1621
1622 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1623 (Store custom flags and keywords):
1624 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1625 `gnus-registry-user-format-function-M2'.
1626
a3c92bc1
EZ
16272011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1628
8f906c40 1629 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1630
85d870a9
GM
16312011-05-17 Glenn Morris <rgm@gnu.org>
1632
1633 * gnus.texi (Face): Fix typo.
1634
2cdee799
GM
16352011-05-14 Glenn Morris <rgm@gnu.org>
1636
1637 * dired-x.texi (Omitting Examples): Minor addition.
1638
79b70037
GM
16392011-05-10 Jim Meyering <meyering@redhat.com>
1640
1641 * ede.texi: Fix typo "or or -> or".
1642
a7111a62 16432011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1644
1645 * gnus.texi (Summary Buffer Lines):
1646 gnus-summary-user-date-format-alist does not exist.
1647 (Sorting the Summary Buffer): More about sorting threads.
1648
69026aba
MA
16492011-04-25 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * trampver.texi: Update release number.
1652
9024ff79
MA
16532011-04-14 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * tramp.texi (Frequently Asked Questions): New item for disabling
1656 Tramp in other packages.
1657
c3c65d73
TZ
16582011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1659
1660 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1661 (Fancy splitting to parent, Store arbitrary data):
1662 Updated gnus-registry docs.
c3c65d73 1663
9ec6a317
JB
16642011-04-13 Juanma Barranquero <lekktu@gmail.com>
1665
1666 * ede.texi: Fix typos.
1667
1e3b6001
G
16682011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1669
9ec6a317
JB
1670 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1671 It's @table @code.
1e3b6001 1672
a5954fa5
G
16732011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1674
ed9265fc 1675 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1676
d71990a1
JB
16772011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1678
1679 * calc.texi (Logarithmic Units): Update the function names.
1680
1518e4f0
G
16812011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1682
1683 * message.texi (Various Commands): Document format specs in the
1684 ellipsis.
1685
a123622d
G
16862011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1687
1688 * message.texi (Insertion Variables): Document message-cite-style.
1689
16902011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1691
1692 * tramp.texi (Remote processes): New subsection "Running shell on
1693 a remote host".
1694
4248cca2
TZ
16952011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1696
1697 * auth.texi (Help for developers): Update docs to explain that the
1698 :save-function will only run the first time.
1699
54ce11a1
GM
17002011-03-12 Glenn Morris <rgm@gnu.org>
1701
1702 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1703 (emacs-faq.text): New target.
1704 (clean): Add emacs-faq.
1705
0c3b25f8
MA
17062011-03-12 Michael Albinus <michael.albinus@gmx.de>
1707
1708 Sync with Tramp 2.2.1.
1709
1710 * trampver.texi: Update release number.
1711
b740639e
GM
17122011-03-11 Glenn Morris <rgm@gnu.org>
1713
1714 * Makefile.in (HTML_TARGETS): New.
1715 (clean): Delete $HTML_TARGETS.
1716 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1717
733afdf4
TZ
17182011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1719
1720 * auth.texi (Help for developers): Show example of using
1721 `auth-source-search' with prompts and :save-function.
1722
33383987
JB
17232011-03-07 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * Version 23.3 released.
1726
a5057546
G
17272011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1728
1729 * message.texi (Message Buffers): Update default value of
1730 message-generate-new-buffers.
1731
479a2c9b
JB
17322011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1733
1734 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1735 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1736 respectively.
05a29101
JB
1737 (Musical Notes): New section.
1738 (Customizing Calc): Mention the customizable variable
1739 calc-note-threshold.
479a2c9b 1740
e0535b76
GM
17412011-03-03 Glenn Morris <rgm@gnu.org>
1742
1743 * url.texi (Dealing with HTTP documents): Remove reference to
1744 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1745 (Configuration): Update url-configuration-directory description.
e0535b76 1746
2777ccbf
GM
17472011-03-02 Glenn Morris <rgm@gnu.org>
1748
1749 * dired-x.texi (Multiple Dired Directories): Remove mentions
1750 of dired-default-directory-alist and dired-default-directory.
1751 Move dired-smart-shell-command here...
1752 (Miscellaneous Commands): ... from here.
1753
257219bd
PE
17542011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1755
1756 * texinfo.tex: Update to version 2011-02-24.09.
1757
8889f4e2
GM
17582011-03-02 Glenn Morris <rgm@gnu.org>
1759
1760 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1761 instead of the obsoleted dired-omit-here-always.
1762
5d41af19
MA
17632011-02-28 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1766 supported systems.
1767
2b0c7330 17682011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1769
61cf3a76
GM
1770 * dbus.texi (Type Conversion): Grammar fix.
1771
cce7d530 17722011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1773
cce7d530
GM
1774 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1775 "Debian GNU/Linux".
51a13bdd 1776
cce7d530
GM
1777 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1778
817b48a7
GM
17792011-02-23 Glenn Morris <rgm@gnu.org>
1780
cce7d530
GM
1781 * dired-x.texi (Features): Minor rephrasing.
1782 (Local Variables): Fix typos.
47301027
GM
1783
1784 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1785 Standardize some Emacs/XEmacs terminology.
1786
817b48a7
GM
1787 * dired-x.texi (Features): Don't advertise obsolete local variables.
1788 Simplify layout.
1789 (Omitting Variables): Update local variables example.
1790 (Local Variables): Say this is obsolete. Fix description of
1791 dired-enable-local-variables possible values.
1792
4a3988d5
G
17932011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1794
1795 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1796 default now.
1797
8e22bee0
G
17982011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1799
1800 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1801
06b840e0
LI
18022011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1803
1804 * gnus.texi (Window Layout): Document layout names.
1805
67ab0163 18062011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1807
1808 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1809 * auth.texi: Sync @dircategory with ../../info/dir.
1810 * autotype.texi: Sync @dircategory with ../../info/dir.
1811 * calc.texi: Sync @dircategory with ../../info/dir.
1812 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1813 * cl.texi: Sync @dircategory with ../../info/dir.
1814 * dbus.texi: Sync @dircategory with ../../info/dir.
1815 * dired-x.texi: Sync @dircategory with ../../info/dir.
1816 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1817 * ede.texi: Sync @dircategory with ../../info/dir.
1818 * ediff.texi: Sync @dircategory with ../../info/dir.
1819 * edt.texi: Sync @dircategory with ../../info/dir.
1820 * eieio.texi: Sync @dircategory with ../../info/dir.
1821 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1822 * epa.texi: Sync @dircategory with ../../info/dir.
1823 * erc.texi: Sync @dircategory with ../../info/dir.
1824 * eshell.texi: Sync @dircategory with ../../info/dir.
1825 * eudc.texi: Sync @dircategory with ../../info/dir.
1826 * flymake.texi: Sync @dircategory with ../../info/dir.
1827 * forms.texi: Sync @dircategory with ../../info/dir.
1828 * gnus.texi: Sync @dircategory with ../../info/dir.
1829 * idlwave.texi: Sync @dircategory with ../../info/dir.
1830 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1831 * message.texi: Sync @dircategory with ../../info/dir.
1832 * mh-e.texi: Sync @dircategory with ../../info/dir.
1833 * newsticker.texi: Sync @dircategory with ../../info/dir.
1834 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1835 * org.texi: Sync @dircategory with ../../info/dir.
1836 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1837 * pgg.texi: Sync @dircategory with ../../info/dir.
1838 * rcirc.texi: Sync @dircategory with ../../info/dir.
1839 * reftex.texi: Sync @dircategory with ../../info/dir.
1840 * remember.texi: Sync @dircategory with ../../info/dir.
1841 * sasl.texi: Sync @dircategory with ../../info/dir.
1842 * sc.texi: Sync @dircategory with ../../info/dir.
1843 * semantic.texi: Sync @dircategory with ../../info/dir.
1844 * ses.texi: Sync @dircategory with ../../info/dir.
1845 * sieve.texi: Sync @dircategory with ../../info/dir.
1846 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1847 * speedbar.texi: Sync @dircategory with ../../info/dir.
1848 * trampver.texi [emacs]: Set emacsname to "Emacs".
1849 * tramp.texi: Sync @dircategory with ../../info/dir.
1850 * url.texi: Sync @dircategory with ../../info/dir.
1851 * vip.texi: Sync @dircategory with ../../info/dir.
1852 * viper.texi: Sync @dircategory with ../../info/dir.
1853 * widget.texi: Sync @dircategory with ../../info/dir.
1854 * woman.texi: Sync @dircategory with ../../info/dir.
1855
30abce25
GM
18562011-02-19 Glenn Morris <rgm@gnu.org>
1857
0c7efc08
SM
1858 * dired-x.texi (Technical Details): No longer redefines
1859 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1860 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1861
f31f8469
GM
18622011-02-18 Glenn Morris <rgm@gnu.org>
1863
1864 * dired-x.texi (Optional Installation File At Point): Simplify.
1865
35123c04
TZ
18662011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1867
1868 * auth.texi (Help for users): Use :port instead of :protocol for all
1869 auth-source docs.
7ba93e94
G
1870 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1871 to have two files in `auth-sources'.
35123c04 1872
da5e0ce4
GM
18732011-02-16 Glenn Morris <rgm@gnu.org>
1874
b322c9af
GM
1875 * dired-x.texi: Use emacsver.texi to get Emacs version.
1876 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1877 Depend on emacsver.texi.
1878
07ca5555
GM
1879 * dired-x.texi: Drop meaningless version number.
1880 (Introduction): Remove old info.
1881 (Optional Installation Dired Jump): Autoload from dired-x.
1882 Remove incorrect info about loaddefs.el.
1883 (Bugs): Just refer to M-x report-emacs-bug.
1884
da5e0ce4
GM
1885 * dired-x.texi (Multiple Dired Directories): Update for rename of
1886 default-directory-alist.
1887 (Miscellaneous Commands): No longer mention very old VM version 4.
1888
bb55f713
PE
18892011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1890
1891 Merge from gnulib.
1892 * texinfo.tex: Update to version 2011-02-14.11.
1893
5415d076
G
18942011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1895
da5e0ce4
GM
1896 * auth.texi (Help for users):
1897 Login collection is "Login" and not "login".
5415d076 1898
14029d4b
MA
18992011-02-13 Michael Albinus <michael.albinus@gmx.de>
1900
1901 * tramp.texi (History): Remove IMAP support.
1902 (External methods, Frequently Asked Questions): Remove `imap' and
1903 `imaps' methods.
1904 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1905
1906 * trampver.texi: Remove default value of `emacsimap'.
1907
8a36c07f
GM
19082011-02-13 Glenn Morris <rgm@gnu.org>
1909
1910 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1911 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1912
165bc5a0
GM
19132011-02-12 Glenn Morris <rgm@gnu.org>
1914
1915 * sc.texi (Getting Connected): Remove old index entries.
1916
5415d076 19172011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1918
1919 * url.texi: Remove duplicate @dircategory (Bug#7942).
1920
b8e0f0cd
G
19212011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1922
8a36c07f
GM
1923 * auth.texi (Overview, Help for users, Help for developers):
1924 Update docs.
b8e0f0cd
G
1925 (Help for users): Talk about spaces.
1926
caf82551
PE
19272011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1928
1929 * texinfo.tex: Update to version 2011-02-07.16.
1930
1ff98217
MA
19312011-02-07 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * dbus.texi (Bus names): Adapt descriptions for
1934 dbus-list-activatable-names and dbus-list-known-names.
1935
2e78df6b
JB
19362011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1937
1938 * calc.texi (Logarithmic Units): New section.
1939
7fbf7cae
TZ
19402011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1941
1942 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1943 manuals use it now.
1944
0c7efc08 1945 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1946
156ad271
KY
19472011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1948
1949 * overrides.texi: Remove.
1950
1951 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1952 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1953
36539990
MA
19542011-02-05 Michael Albinus <michael.albinus@gmx.de>
1955
1956 * tramp.texi (Frequently Asked Questions): Mention problems with
1957 WinSSHD.
1958
1959 * trampver.texi: Update release number.
1960
19612011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1962
1963 * tramp.texi:
1964 Replace "delimet" with "delimit" globally.
1965 Replace "explicite" with "explicit" globally.
1966 Replace "instead of" with "instead" where there was nothing after "of".
1967 Audit use of comma before interrogative pronoun, "that", or "which".
1968 Minor word order, spelling, wording changes.
1969
ec72bf63
G
19702011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1971
1972 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1973
1974 * sieve.texi: Use WEBHACKDEVEL.
1975
1976 * sasl.texi: Use WEBHACKDEVEL.
1977
1978 * pgg.texi: Use WEBHACKDEVEL.
1979
1980 * message.texi: Use WEBHACKDEVEL.
1981
1982 * gnus.texi: Use WEBHACKDEVEL.
1983
1984 * emacs-mime.texi: Use WEBHACKDEVEL.
1985
1986 * auth.texi: Use WEBHACKDEVEL.
1987
1988 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1989 manuals.
1990
19912011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1992
1993 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1994
90b750f4
PE
19952011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1996
1997 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1998 which in turn is copied from ftp://tug.org/tex/.
1999
0e751a49
GM
20002011-02-03 Glenn Morris <rgm@gnu.org>
2001
2002 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2003 (Binding combinations of modifiers and function keys):
2004 Let's assume people reading this are not using Emacs 18.
2005
7f13c2e2
LI
20062011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2007
2008 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2009 since it's run automatically.
2010
d76c843e
LI
20112011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus.texi (Customizing Articles): Fix typo.
2014
12e3ca0a
LI
20152011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2016
2017 * gnus.texi (Customizing Articles): Document the new way of customizing
2018 the date headers(s).
2019
fe72c8fa
LI
20202011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2023 splitting example.
2024
bf3dae7e
EZ
20252011-01-29 Eli Zaretskii <eliz@gnu.org>
2026
2027 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2028 (MAKEINFO_OPTS): New variable.
2029 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2030 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2031 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2032 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2033 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2034 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2035 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2036 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2037 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2038 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2039 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2040 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2041 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2042 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2043 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2044 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2045 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2046 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2047
d6f13ac8
LI
20482011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2049
2050 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2051
c5ecc769
G
20522011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2053
2054 * message.texi (IDNA): Explain what it is.
2055
20562011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2057
2058 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2059
45eb2a5d
WL
20602011-01-23 Werner Lemberg <wl@gnu.org>
2061
2062 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2063 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2064 (ENVADD): Update.
45eb2a5d 2065
6872a814
GM
20662011-01-18 Glenn Morris <rgm@gnu.org>
2067
2068 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2069
77ab81d0 20702011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2071
2072 * nxml-mode.texi (Introduction): Fix file name typos.
2073
d221e780
CO
20742011-01-13 Christian Ohler <ohler@gnu.org>
2075
2076 * ert.texi: New file.
2077
2078 * Makefile.in:
2079 * makefile.w32-in: Add ert.texi.
2080
8c904d82
MA
20812011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2082
2083 * dbus.texi (Receiving Method Calls): New function
2084 dbus-register-service. Rearrange node.
2085
f56e0e7a
PE
20862011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2089 which in turn is copied from ftp://tug.org/tex/.
2090
0fadf00e
MA
20912011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2092
2093 * dbus.texi (Receiving Method Calls): Describe new optional
2094 parameter dont-register-service of dbus-register-{method,property}.
2095
8b358e90
DU
20962010-12-17 Daiki Ueno <ueno@unixuser.org>
2097
0c7efc08
SM
2098 * epa.texi (Encrypting/decrypting *.gpg files):
2099 Mention epa-file-select-keys.
8b358e90 2100
549c9aed
G
21012010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
2103 * gnus.texi (Archived Messages): Remove outdated text.
2104
21052010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2106
0c7efc08 2107 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2108
156e3f9c
G
21092010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2110
83f3eadc 2111 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2112
8151d490
AC
21132010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2114
2115 * gnus.texi (The swish++ Engine): Add customizable parameters
2116 descriptions.
2117 (The swish-e Engine): Ditto.
2118
305bdd22
MA
21192010-12-14 Michael Albinus <michael.albinus@gmx.de>
2120
2121 * tramp.texi (Inline methods): Add "ksu" method.
2122 (Remote processes): Add example with remote `default-directory'.
2123
53aff12a
GM
21242010-12-14 Glenn Morris <rgm@gnu.org>
2125
2126 * faq.texi (Expanding aliases when sending mail):
2127 Now build-mail-aliases is interactive.
2128
8a1cdce5
AC
21292010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2130
2131 * gnus.texi: First pass at adding (rough) nnir documentation.
2132
7410c270
G
21332010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
53aff12a
GM
2135 * gnus.texi (Filtering New Groups):
2136 Mention gnus-auto-subscribed-categories.
2137 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2138 removed.
2139
f49d1f52 21402010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2141
2142 * cl.texi (For Clauses): Small fixes for frames and windows.
2143
acedf35c
CD
21442010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2145
2146 * org.texi (Using capture): Document using prefix arguments for
2147 finalizing capture.
2148 (Agenda commands): Document prefix argument for the bulk scatter
2149 command.
2150 (Beamer class export): Document that also overlay arguments can be
2151 passed to the column environment.
2152 (Template elements): Document the new entry type.
2153
21542010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2155
2156 * org.texi (Include files): Document :minlevel.
2157
21582010-12-11 Julien Danjou <julien@danjou.info>
2159
2160 * org.texi (Categories): Document category icons.
2161
21622010-12-11 Eric Schulte <schulte.eric@gmail.com>
2163
2164 * org.texi (noweb): Fix typo.
2165
516aa569
G
21662010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2167
2168 * gnus.texi (Server Commands): Point to the rest of the server
2169 commands.
2170
04db63bc
G
21712010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2172
2173 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2174 g'.
2175
ed797193
G
21762010-12-02 Julien Danjou <julien@danjou.info>
2177
2178 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2179
21802010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2181
2182 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2183 (Direct Functions): Note the STARTTLS upgrade.
2184
07976ae3 21852010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2186 James Clark <none@example.com>
d3dfb185
GM
2187
2188 * nxml-mode.texi (Introduction): New section.
2189
59e75882
G
21902010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2191
2192 * gnus.texi (Server Commands): Document gnus-server-show-server.
2193
568a887f
MA
21942010-11-20 Michael Albinus <michael.albinus@gmx.de>
2195
2196 Sync with Tramp 2.2.0.
2197
2198 * trampver.texi: Update release number.
2199
1265829e
JB
22002010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2201
2202 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2203 Mention that the TeX specific units won't use the `tex' prefix
2204 in TeX mode.
2205
239661c0
KY
22062010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2207
2208 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2209
4a47c275 22102010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2211
2212 * edt.texi: Remove information about Emacs 19.
2213
4a47c275 22142010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2215
2216 * trampver.texi: Update release number.
2217
2f0e0dc8
KY
22182010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2219
2220 * gnus.texi (Article Washing): Fix typo.
2221
afe98dfa
CD
22222010-11-11 Noorul Islam <noorul@noorul.com>
2223
56f5a94e 2224 * org.texi: Fix typo.
afe98dfa
CD
2225
22262010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2227
2228 * org.texi (Using capture): Explain that refiling is
2229 sensitive to cursor position.
2230
22312010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2232
56f5a94e 2233 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2234
22352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2236
2237 * org.texi: Document the <c> cookie.
2238
22392010-11-11 Eric Schulte <schulte.eric@gmail.com>
2240
bd7239f5 2241 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2242 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2243
22442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2245
56f5a94e 2246 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2247
22482010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2249
56f5a94e 2250 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2251
22522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2253
2254 * org.texi (Setting up the staging area): Document that
2255 file names remain visible when encrypting the MobileOrg files.
2256
22572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2258
2259 * org.texi (Setting up the staging area): Document which
2260 versions are needed for encryption.
2261
22622010-11-11 Eric Schulte <schulte.eric@gmail.com>
2263
56f5a94e
GM
2264 * org.texi (noweb): Update :noweb documentation to
2265 reflect the new "tangle" argument.
afe98dfa
CD
2266
22672010-11-11 Eric Schulte <schulte.eric@gmail.com>
2268
56f5a94e
GM
2269 * org.texi (Batch execution): Improve tangling script in
2270 documentation.
afe98dfa
CD
2271
22722010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2273
2274 * org.texi (Handling links):
2275 (In-buffer settings): Document inlining images on startup.
2276
22772010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2278
2279 * org.texi (Setting up the staging area): Document use of
2280 crypt password.
2281
22822010-11-11 David Maus <dmaus@ictsoc.de>
2283
56f5a94e 2284 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2285
22862010-11-11 David Maus <dmaus@ictsoc.de>
2287
56f5a94e
GM
2288 * org.texi (Template expansion): Add mew in table for link type
2289 escapes.
afe98dfa
CD
2290
22912010-11-11 David Maus <dmaus@ictsoc.de>
2292
56f5a94e 2293 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2294
22952010-11-11 Eric Schulte <schulte.eric@gmail.com>
2296
56f5a94e 2297 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2298
22992010-11-11 Eric Schulte <schulte.eric@gmail.com>
2300
56f5a94e 2301 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2302
23032010-11-11 Eric Schulte <schulte.eric@gmail.com>
2304
56f5a94e
GM
2305 * org.texi (Structure of code blocks):
2306 Update documentation to mention inline code block syntax.
afe98dfa
CD
2307
23082010-11-11 Eric Schulte <schulte.eric@gmail.com>
2309
56f5a94e 2310 * org.texi (comments): Improve wording.
afe98dfa
CD
2311
23122010-11-11 Eric Schulte <schulte.eric@gmail.com>
2313
56f5a94e 2314 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2315
23162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2317
2318 * org.texi (Installation): Remove the special
2319 installation instructions for XEmacs.
2320
23212010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2322
56f5a94e 2323 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2324 insertion of empty structural elements.
2325
23262010-11-11 Noorul Islam <noorul@noorul.com>
2327
56f5a94e 2328 * org.texi: Fix doc.
afe98dfa
CD
2329
23302010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2331
2332 * org.texi (The date/time prompt): Document specification
2333 of time ranges.
2334
23352010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2336
2337 * org.texi (Internal links): Document the changes in
2338 internal links.
2339
23402010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2341
2342 * org.texi (Agenda commands): Document the limitation for
2343 the filter preset - it can only be used for an entire agenda
2344 view, not in an individual block in a block agenda.
2345
23462010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2347
2348 * org.texi (iCalendar export): Document alarm creation.
2349
6f8fc60c
MA
23502010-11-10 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2353
be3c11b3
LMI
23542010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2355
2356 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2357
d607b96b 23582010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2359
d607b96b 2360 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2361
181cb5fb
G
23622010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2363
2364 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2365 since that works by default.
2366
23672010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2368
2369 * gnus.texi (Customizing the IMAP Connection): Document
2370 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2371
36bc5d3b
MA
23722010-11-04 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * tramp.texi (Remote shell setup): New item "Interactive shell
2375 prompt". Reported by Christian Millour <cm@abtela.com>.
2376 (Remote shell setup, Remote processes): Use @code{} for
2377 environment variables.
2378
cf503f7c
GM
23792010-11-03 Glenn Morris <rgm@gnu.org>
2380
537b04b9 2381 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2382 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2383
389b76fa
G
23842010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2385
2386 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2387
2699a554 23882010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2389
2390 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2391
2699a554 23922010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2393
2394 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2395
99e65b2d
G
23962010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
0c7efc08
SM
2398 * gnus.texi (Client-Side IMAP Splitting):
2399 Mention nnimap-unsplittable-articles.
99e65b2d
G
2400
24012010-10-29 Julien Danjou <julien@danjou.info>
2402
2403 * gnus.texi (Finding the News): Remove references to obsoletes
2404 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2405
aeeb3dcb
EZ
24062010-10-29 Eli Zaretskii <eliz@gnu.org>
2407
2408 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2409 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2410 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2411 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2412
8289f37b
GM
24132010-10-28 Glenn Morris <rgm@gnu.org>
2414
2415 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2416 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2417 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2418
d85d3b3a
DU
24192010-10-25 Daiki Ueno <ueno@unixuser.org>
2420
2421 * epa.texi (Mail-mode integration): Add alternative key bindings
2422 for epa-mail commands; escape comma.
c05c2b9b 2423 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2424
9f534a47
JB
24252010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2426
99e65b2d 2427 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2428
5793a7bc 24292010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2430
2431 * gnus.texi (Group Parameters, Buttons): Fix typos.
2432
280f417b
G
24332010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2434
2435 * gnus.texi (Subscription Commands): Mention that you can also
2436 subscribe to new groups via the Server buffer, which is probably more
2437 convenient when subscribing to many groups.
2438
d806c872
G
24392010-10-21 Julien Danjou <julien@danjou.info>
2440
2441 * message.texi (Message Headers): Allow message-default-headers to be a
2442 function.
2443
d5798f68
LMI
24442010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2445
2446 * gnus-news.texi: Mention new archive defaults.
2447
b79bbef7
KY
24482010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2449
2450 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2451
2526f423
G
24522010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus.texi (HTML): Document the function value of
2455 gnus-blocked-images.
2456 (Article Washing): shr and gnus-w3m, not the direct function names.
2457
ba91f05d
G
24582010-10-20 Julien Danjou <julien@danjou.info>
2459
2460 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2461 variable.
2462
da451787
LMI
24632010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * gnus.texi (Customizing the IMAP Connection): The port strings are
2466 strings.
c872595d 2467 (Document Groups): Mention git.
da451787 2468
7cad71ad
G
24692010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2470
2471 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2472 bzr/Gnus git sync.
2473
c56dfd36
EZ
24742010-10-15 Eli Zaretskii <eliz@gnu.org>
2475
2476 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2477 change.
2478
a1d16a7b
G
24792010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2482 @item syntax for in-Emacs makeinfo.
2483
24842010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2485
2486 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2487 trim sentence.
2488
98e2b864
DU
24892010-10-12 Daiki Ueno <ueno@unixuser.org>
2490
2491 * epa.texi (Caching Passphrases):
0c7efc08
SM
2492 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2493 Clarify some configurations require to set up gpg-agent.
98e2b864 2494
c12e4a81
GM
24952010-10-11 Glenn Morris <rgm@gnu.org>
2496
2497 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2498
f7aa248a
G
24992010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * gnus.texi (Spam Package Introduction): Mention `$'.
2502
6513b232
EZ
25032010-10-09 Eli Zaretskii <eliz@gnu.org>
2504
2505 * makefile.w32-in (emacsdir): New variable.
2506 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2507 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2508
abd40fb4
GM
25092010-10-09 Glenn Morris <rgm@gnu.org>
2510
0f05450f
GM
2511 * Makefile.in (mostlyclean): Delete *.toc.
2512
d3a4ac46
GM
2513 * Makefile.in: Use $< in rules.
2514
aa9db089
GM
2515 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2516
abd40fb4
GM
2517 * Makefile.in ($(infodir)): Delete rule.
2518 (mkinfodir): New. Use it in all the info rules, rather than depending
2519 on infodir.
2520
ea274122
GM
25212010-10-09 Glenn Morris <rgm@gnu.org>
2522
6e90e2a8
GM
2523 * gnus.texi (Article Washing): Fix previous change.
2524
f7a31f11
GM
2525 * Makefile.in (emacsdir): New variable.
2526 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2527 Depend on emacsver.texi.
2528
f7a31f11
GM
2529 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2530
ea274122
GM
2531 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2532
36d3245f
G
25332010-10-08 Julien Danjou <julien@danjou.info>
2534
f7a31f11 2535 * gnus.texi: Add mm-shr.
36d3245f
G
2536
25372010-10-08 Ludovic Courtès <ludo@gnu.org>
2538
2539 * gnus.texi (Finding the Parent, The Gnus Registry)
2540 (Registry Article Refer Method): Update docs for nnregistry.el.
2541
25422010-10-08 Daiki Ueno <ueno@unixuser.org>
2543
2544 * auth.texi (Help for users)
2545 (GnuPG and EasyPG Assistant Configuration): Update docs.
2546
12359245
GM
25472010-10-08 Glenn Morris <rgm@gnu.org>
2548
2549 * cl.texi (Organization, Installation, Old CL Compatibility):
2550 Deprecate cl-compat for new code.
4628bef1 2551 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2552
2553 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2554
fcf2d385
KY
25552010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2558
66627fa9
G
25592010-10-06 Julien Danjou <julien@danjou.info>
2560
fd9ba500
JD
2561 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2562
66627fa9
G
2563 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2564 broken link.
2565
2566 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2567
2568 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2569 to ReiserFS.
2570
2571 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2572 (FAQ 7-1): Fix getmail URL.
2573
65f54520
DU
25742010-10-06 Daiki Ueno <ueno@unixuser.org>
2575
2576 * epa.texi (Caching Passphrases): New section.
2577
4c83f6e1
GM
25782010-10-06 Glenn Morris <rgm@gnu.org>
2579
2580 * Makefile.in (SHELL): Set it.
2581 (info): Move the mkdir dependency to the individual info files.
2582 (mostlyclean): Tidy up.
2583 (clean): Only delete the specific dvi and pdf files.
2584 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2585 ($(infodir)): Add parallel build workaround.
4c83f6e1 2586
71e691a5
G
25872010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
2589 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2590
a41c2e6d
G
25912010-10-03 Julien Danjou <julien@danjou.info>
2592
0c7efc08
SM
2593 * emacs-mime.texi (Display Customization):
2594 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2595 mm-inline-large-images-proportion.
2596
37255945
MA
25972010-10-03 Michael Albinus <michael.albinus@gmx.de>
2598
0c7efc08
SM
2599 * tramp.texi (Frequently Asked Questions):
2600 Mention remote-file-name-inhibit-cache.
37255945 2601
11e4e7bd
LMI
26022010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2603
2604 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2605 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2606
cb83220a
KY
26072010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2608
0c7efc08
SM
2609 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2610 (Article Hiding): Add google banner example.
2611 Suggested by Benjamin Xu.
cb83220a 2612
6b958814
G
26132010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2614
0c7efc08
SM
2615 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2616 Remove nnimap-split-rule from examples.
6b958814
G
2617
26182010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2621 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2622 Fishman.
2623 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2624
26252010-09-30 Julien Danjou <julien@danjou.info>
2626
2627 * gnus.texi (Gravatars): Fix documentation about
2628 gnu-gravatar-properties.
2629
b9476c04
DU
26302010-09-29 Daiki Ueno <ueno@unixuser.org>
2631
2632 * epa.texi (Bug Reports): New section.
2633
5f874327
GM
26342010-09-29 Glenn Morris <rgm@gnu.org>
2635
2636 * Makefile.in (top_srcdir): Remove unused variable.
2637
6b958814
G
26382010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2639
2640 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2641 (Client-Side IMAP Splitting): Document 'default.
2642
26432010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644
0c7efc08
SM
2645 * gnus.texi (Customizing the IMAP Connection):
2646 Document nnimap-fetch-partial-articles.
6b958814 2647
82bccbfa
KY
26482010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2649
2650 * gnus-news.texi: Mention nnimap-inbox.
2651
2652 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2653
26542010-09-26 Julien Danjou <julien@danjou.info>
2655
47e08896 2656 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2657
26582010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2659
2660 * gnus.texi (Security): Remove gpg.el mention.
2661
26622010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2663
2664 * gnus.texi (Browse Foreign Server): New variable
2665 gnus-browse-subscribe-newsgroup-method.
2666
2667 * gnus-news.texi: Mention it.
2668
26692010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2670
0c7efc08 2671 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2672 (Startup Variables): No jingle.
2673
4c964351
UM
26742010-09-25 Ulrich Mueller <ulm@gentoo.org>
2675
2676 * woman.texi (Interface Options): xz compression is now supported.
2677
82bccbfa
KY
26782010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
2680 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2681 (Unavailable Servers): Document gnus-server-copy-server.
2682 (Using IMAP): Document the new nnimap.
2683
26842010-09-25 Julien Danjou <julien@danjou.info>
2685
47e08896 2686 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2687
18778f71
GM
26882010-09-24 Glenn Morris <rgm@gnu.org>
2689
2690 * url.texi (Disk Caching): Tweak previous change.
2691
9c766321
JD
26922010-09-24 Julien Danjou <julien@danjou.info>
2693
2694 * url.texi (Disk Caching): Mention url-cache-expire-time,
2695 url-cache-expired, and url-fetch-from-cache.
2696
82bccbfa
KY
26972010-09-24 Julien Danjou <julien@danjou.info>
2698
2699 * gnus.texi: Add Gravatars.
2700
27012010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2702
2703 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2704
592bdb9a
LMI
27052010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * gnus.texi (Expunging mailboxes): Update name of the expunging
2708 command.
2709
e4e22d29
KY
27102010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2711
2712 * emacs-mime.texi (rfc2047): Update description for
2713 rfc2047-encode-parameter.
2714
371d9801
MA
27152010-09-13 Michael Albinus <michael.albinus@gmx.de>
2716
2717 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2718 "fish" methods.
2719 (External methods): Remove "scp1_old" and "scp2_old" methods.
2720
31ae5827
MA
27212010-09-09 Michael Albinus <michael.albinus@gmx.de>
2722
2723 * tramp.texi: Remove Japanese manual. Fix typo.
2724
2725 * trampver.texi: Update release number. Remove japanesemanual.
2726
c0468714
GM
27272010-09-09 Glenn Morris <rgm@gnu.org>
2728
2729 * org.texi: Restore clobbered changes (copyright years, untabify).
2730
86441999
JD
27312010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2732
2733 * gnus.texi (Adaptive Scoring): Fix typo.
2734
25f28806
LMI
27352010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * gnus.texi (Article Display): Document gnus-html-show-images.
2738
45240125 27392010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2740
45240125
JD
2741 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2742
59d09f15
LMI
27432010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus.texi (HTML): Document gnus-max-image-proportion.
2746
2cdd366f
KY
27472010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2748
51dee5ef
KY
2749 * gnus.texi (HTML): Document gnus-blocked-images.
2750
2cdd366f
KY
2751 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2752
b0e4f3fc
KY
27532010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2754
2755 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2756 the first message are used for wide replies.
f02566ce
KY
2757 (Changing Servers): Remove documentation on gnus-change-server and
2758 friends, since it's been removed.
b0e4f3fc 2759
598451ed
KY
27602010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2761
2762 * gnus.texi (Drafts): Mention B DEL.
2763
e7842e69
KY
27642010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2765
2766 * gnus.texi (Delayed Articles): Mention that the Date header is the
2767 original one, even if you delay.
2768
85115796
KY
27692010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
0c7efc08
SM
2771 * gnus.texi (Asynchronous Fetching):
2772 Document gnus-async-post-fetch-function.
85115796
KY
2773 (HTML): Made into its own section.
2774
f0b44bc0
MA
27752010-08-26 Michael Albinus <michael.albinus@gmx.de>
2776
2777 Sync with Tramp 2.1.19.
2778
217876c9 2779 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2780 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2781 Remove remark about doubled "-t" argument.
217876c9
MA
2782 (Auto-save and Backup): Remove reference to Emacs 21.
2783 (Filename Syntax): Describe port numbers.
2784 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2785 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2786 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2787 errors with the backquotes.
2788 (External packages): File attributes cache flushing for asynchronous
2789 processes.
2790 (Traces and Profiles): Describe verbose level 9.
2791
f0b44bc0
MA
2792 * trampver.texi: Update release number.
2793
7457f7b6
MA
27942010-08-23 Michael Albinus <michael.albinus@gmx.de>
2795
2796 * dbus.texi (Alternative Buses): New chapter.
2797
b695beda
SM
27982010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2801
443c2c03
JB
28022010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2803
2804 * calc.texi (Customizing Calc): Rearrange description of new
2805 variables to match the presentation of other variables.
2806
7815fe19 28072010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2808
2809 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2810
2c695727
JB
28112010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2812
2813 * calc.texi (Making Selections, Selecting Subformulas)
2814 (Customizing Calc): Mention how to use faces to emphasize selected
2815 sub-formulas.
2816
bbb6ffa1
MA
28172010-08-05 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * tramp.texi (External packages): File attributes cache flushing
2820 for asynchronous processes.
2821
5cee0a9c
AM
28222010-08-01 Alan Mackenzie <acm@muc.de>
2823
2824 Enhance the manual for the latest Java Mode.
2825
2826 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2827 annotation-var-cont.
2828 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2829 two new symbols.
2830
3f2afe32
MA
28312010-07-28 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2834
0ed082fe 28352010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2836
2837 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2838
311f0356
JB
28392010-07-19 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2842
86fbb8ca
CD
28432010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2844
2845 * org.texi: Add macros to get plain quotes in PDF output.
2846 List additional contributors.
2847 (Capture): New section, replaces the section about remember.
2848 (Working With Source Code): New chapter, focused on documenting Org
2849 Babel.
2850 (Code evaluation security): New section.
2851 (MobileOrg): Document DropBox support.
2852 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2853 (Special symbols): Show how to display UTF8 characters for entities.
2854 (Global TODO list): Clarify the use of the "M" key and the differences
2855 to the "m" key.
2856 (RSS Feeds): Mention Atom feeds as well.
2857 (Setting tags): Remove paragraph about
2858 `org-complete-tags-always-offer-all-agenda-tags'.
2859
5732e8ed
MA
28602010-07-17 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2863 argument.
2864 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2865 echoing shells.
2866
ca1bb391
MA
28672010-07-10 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2870 (Filename Syntax): Describe port numbers.
2871
5bd55c3c
MA
28722010-07-09 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2875 forgotten.
2876 (Type Conversion): Precise conversion of natural numbers.
2877 (Errors and Events): Add "debugging" to concept index. Add variable
2878 `dbus-debug'.
2879
820ae8fe
MA
28802010-07-04 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * dbus.texi (Receiving Method Calls): Add optional argument
2883 EMITS-SIGNAL to `dbus-register-property'.
2884
b6f9df0f
JB
28852010-06-27 Alex Schroeder <alex@gnu.org>
2886
2887 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2888
62e034c2
GM
28892010-06-24 Glenn Morris <rgm@gnu.org>
2890
2891 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2892 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2893 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2894 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2895 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2896 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2897 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2898 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2899 convention. Make them end with a period.
2900
9360256a
GM
29012010-06-23 Glenn Morris <rgm@gnu.org>
2902
2903 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2904 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2905 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2906 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2907 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2908 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2909
04d3bb6c
GM
29102010-06-10 Glenn Morris <rgm@gnu.org>
2911
2912 * idlwave.texi (Load-Path Shadows):
2913 * org.texi (Handling links): Fix typos.
2914
5e7d4a75
KY
29152010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2916
2917 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2918
9841cb4f
MA
29192010-05-26 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2922 by an alias. (Bug#6226)
2923
597517ef
JB
29242010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2925
2926 * calc.texi (Manipulating Vectors): Mention that vectors can
2927 be used to determine bins for `calc-histogram'.
2928
14914c43
JB
29292010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2930
597517ef 2931 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2932
0235128c 29332010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2934
2935 * url.texi (HTTP language/coding, Customization):
2936 * message.texi (Header Commands, Responses):
2937 * cl.texi (Argument Lists): Fix typos.
2938
0235128c 29392010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2940
0235128c
SM
2941 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2942 Note that Development menu is always available.
aa5789b5
CY
2943 (Creating a project): Fix terminology.
2944 (Add/Remove files): Fix typo.
2945
0235128c
SM
29462010-05-07 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * Version 23.2 released.
2949
a628ad9d 29502010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
2951
2952 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2953
502269d6
MA
29542010-05-01 Michael Albinus <michael.albinus@gmx.de>
2955
0235128c
SM
2956 * tramp.texi (Inline methods, Default Method):
2957 Mention `tramp-inline-compress-start-size'.
502269d6 2958
6e104790 29592010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
2960
2961 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2962 the CVS repo. Put the Git repo in the news section.
2963
6e104790 2964 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
2965 Removed some mentions of CVS. Mention the new Git repo.
2966
6e104790 29672010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
2968
2969 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2970 (Mail Group Commands): Add index entry.
2971
6e104790 29722010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
2973
2974 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2975
f8b91752
JB
29762010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2977
2978 * calc.texi (Radix modes): Mention that the option prefix will
2979 turn on twos-complement mode.
2980 (Inverse and Hyperbolic Flags): Mention the Option flag.
2981
ed21c5c8
CD
29822010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2983
2984 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 2985 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
2986 (Sectioning structure): Update.
2987 (References): New use case for field coordinates.
6e104790 2988 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
2989 (Setting up the staging area): Document the availability of
2990 encryption for MobileOrg.
2991 (Images and tables): Document how to reference labels.
2992 (Index entries): New section.
2993 (Generating an index): New section.
2994 (Column width and alignment): Document that <N> now
2995 means a fixed width, not a maximum width.
2996 (Publishing options): Document the :email option.
2997 (Beamer class export): Fix bug in the BEAMER example.
2998 (Refiling notes): Document refile logging.
2999 (In-buffer settings): Document refile logging keywords.
3000 (Drawers): Document `C-c C-z' command.
3001 (Agenda commands): Mention the alternative key `C-c C-z'.
3002 (Special properties): Document the BLOCKED property.
3003 (The spreadsheet): Mention the formula editor.
3004 (References): Document field coordinates.
3005 (Publishing action): Correct the documentation for the
3006 publishing function.
3007 (The date/time prompt): Document that we accept dates
3008 like month/day/year.
3009 (Cooperation): Document the changes in table.el support.
3010 (Faces for TODO keywords, Faces for TODO keywords)
3011 (Priorities): Document the easy colors.
3012 (Visibility cycling): Document the new double prefix
3013 arg for `org-reveal'.
3014 (Cooperation): Remember.el is part of Emacs.
3015 (Clean view): Mention that `wrap-prefix' is also set by
3016 org-indent-mode.
3017 (Agenda commands): Add information about prefix args to
3018 scheduling and deadline commands.
3019 (Search view): Point to the docstring of
3020 `org-search-view' for more details.
6e104790 3021 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3022 (Setting tags): Document variable
3023 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3024 (Column attributes): Cross-reference special properties.
ed21c5c8 3025
456b348e
MA
30262010-04-10 Michael Albinus <michael.albinus@gmx.de>
3027
3028 Synchronize with Tramp repository.
3029
3030 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3031 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3032 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3033 syntax, texi2dvi reports errors with the backquotes.
3034
3035 * trampver.texi: Update release number.
3036
357e2d8e
KY
30372010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3038
3039 * gnus.texi (Finding the News): Add pointers to the Server buffer
3040 because it's essential.
3041
1d4d7664
KY
30422010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3043
3044 * gnus.texi (MIME Commands): Update description of
3045 gnus-article-browse-html-article.
3046
bd3e840f
KY
30472010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3048
3049 * auth.texi (Secret Service API): Add TODO node.
3050 (Help for users): Explain the new source options for `auth-sources'.
3051
e867cb5d 30522010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3053
3054 * trampver.texi: Update release number.
3055
288f9fc0
CY
30562010-03-10 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * Branch for 23.2.
3059
d99aaebd
CY
30602010-03-03 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3063 now enabled by default.
3064
5794c2a5
MA
30652010-02-28 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3068 when Emacs runs in interactive mode. (Bug#5645)
3069
40572be6
GM
30702010-02-16 Glenn Morris <rgm@gnu.org>
3071
3072 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3073
7bb8ed67
MH
30742010-02-05 Mark A. Hershberger <mah@everybody.org>
3075
3076 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3077
45a1423d 30782010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3079
3080 * gnus.texi (Score File Format): Fix typo.
3081
45a1423d 30822010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3083
3084 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3085
14f17fc8
JB
30862010-01-18 Juanma Barranquero <lekktu@gmail.com>
3087
3088 * ada-mode.texi (Project File Overview): Fix typo.
3089
607d4369
CY
30902010-01-17 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * semantic.texi: Add Richard Y. Kim credit.
3093
3094 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3095
3d1bfa99
MA
30962010-01-17 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3099 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3100
6fbf7a75
GM
31012010-01-17 Glenn Morris <rgm@gnu.org>
3102
b9f978f0
GM
3103 * calc.texi (Reporting Bugs): Don't mention format of repository.
3104
f19bc38d
GM
3105 * woman.texi (Bugs): Make "Emacs repository" less specific,
3106 and the URL for same more specific.
3107
6fbf7a75
GM
3108 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3109
16c3428a
JB
31102010-01-17 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * ede.texi (ede-step-project, ede-proj-target):
3113 * tramp.texi (Remote processes): Fix typos.
3114
045b9da7
ML
31152010-01-16 Mario Lang <mlang@delysid.org>
3116
3117 * ede.texi (ede-target):
3118 * org.texi (Refiling notes): Remove duplicated words.
3119
c57008f6
SM
31202010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * gnus.texi (Posting Styles): Use with-current-buffer.
3123 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3124
798c9eb5
KR
31252010-01-02 Kevin Ryde <user42@zip.com.au>
3126
3127 * eieio.texi (Naming Conventions): Correction to xref on elisp
3128 coding conventions, is "Tips" node not "Standards".
3129
4970fbfe
CY
31302009-12-24 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3133
3134 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3135
83828b06
KY
31362009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * gnus.texi (Direct Functions): Add missing port number to tls method.
3139
45a4a565
JB
31402009-12-15 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3143 ($(infodir)/edt, edt.dvi): New targets.
3144
698bfef7
GM
31452009-12-15 Glenn Morris <rgm@gnu.org>
3146
3147 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3148 (edt, $(infodir)/edt, edt.dvi): New targets.
3149 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3150
3151 * Makefile.in (PDF_TARGETS, pdf): New.
3152 (clean): Add *.pdf.
3153 Add pdf rules for all manuals.
3154
0e983327
JB
31552009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3156
3157 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3158
8e687433
CY
31592009-12-14 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3162 (Smart Jump, Analyzer Debug): Copyedits.
3163 (Semantic mode user commands): Link to new nodes.
3164 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3165 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3166 upstream Semantic manual.
3167
3168 * semantic.texi (Introduction): Minor fix to diagram.
3169
020335df
MA
31702009-12-09 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * eshell.texi (History): Add the other built-in variables.
3173 (Built-ins): Explain built-ins, and how to apply the external commands.
3174 Add `history', `su' and `sudo'.
3175
3176 * tramp.texi (Remote processes): Add missing <RET> in the example.
3177
6ddf13e4
BW
31782009-12-01 Bill Wohler <wohler@newt.com>
3179
3180 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3181 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3182 excessively garrulous.
3183
07b6428c
MA
31842009-11-29 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * tramp.texi (Remote processes): Improve eshell example with "su"
3187 and "sudo" commands.
3188
fd1cefda
CY
31892009-11-28 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3192
3193 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3194 Document semantic-complete-analyze-inline.
3195 (Semanticdb search debugging commands): Minor clarification.
3196 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3197 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3198 manual.
9d542758 3199 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3200
159e3ad5
KR
32012009-11-28 Kevin Ryde <user42@zip.com.au>
3202
3203 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3204 @pxref, now EIEIO is in Emacs.
159e3ad5 3205
c6d47315
KR
3206 * erc.texi (Development): Correction to git tutorial url.
3207
16f6287e
GM
32082009-11-26 Glenn Morris <rgm@gnu.org>
3209
3210 * faq.texi (Latest version of Emacs): Mention stability of development
3211 version.
3212 (Problems with very large files): Max buffer size increase in 23.2.
3213 (VM): VM has moved house again.
3214
5ea5dbc9
JB
32152009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3216
3217 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3218 notations.
3219
5dec9555
CD
32202009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3221
45a4a565 3222 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3223
bd6f6833
CY
32242009-11-20 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3227 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3228 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3229
be479117
JB
32302009-11-17 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * semantic.texi (Semantic Internals, Glossary):
3233 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3234 (Semanticdb search debugging commands): Fix typos.
3235
17291a1f
JB
32362009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3237
be479117 3238 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3239
af42a9cc
JB
32402009-11-16 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3243 ($(infodir)/semantic, semantic.dvi): New targets.
3244
3149927d
CY
32452009-11-16 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * Makefile.in: Build the Semantic manual.
3248
3249 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3250 repository.
3251
977640ed
MA
32522009-11-16 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * dbus.texi (Receiving Method Calls): New defun
3255 `dbus-unregister-service'.
3256
17673adf
CD
32572009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3258
3259 * org.texi (Speed keys): New section.
3260
0ecd3c90
MA
32612009-11-13 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * dbus.texi (Type Conversion): Fix typo.
3264 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3265 `dbus-registered-objects-table'.
0c7efc08
SM
3266 (Receiving Method Calls): New defun `dbus-register-property'.
3267 Move `dbus-unregister-object' here.
0ecd3c90 3268
8bfe682a
CD
32692009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3270
3271 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3272
32732009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3274
3275 * org.texi (Column attributes): Add the new age summary operators.
3276 Also, mention the fact you can only use one summary operator per
3277 property.
3278
32792009-11-13 John Wiegley <johnw@newartisans.com>
3280
0c7efc08 3281 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3282 manual about how to track habits.
0c7efc08 3283 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3284 dangling clocks are resolved.
3285
32862009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3287
3288 * org.texi (Agenda commands): Document the new `i' command.
3289 (Inserting deadline/schedule): Document logging changes
3290 of scheduling and deadline times stamps.
3291 (In-buffer settings): Document the in-buffer keywords for logging
3292 changes of scheduling and deadline times stamps.
3293 (Structure editing, Plain lists): Document indentation
3294 cycling in empty entries with TAB.
3295 (Archiving): Document the default archiving command.
3296 (Moving subtrees): Document the new keys for archiving.
3297 (Internal archiving): Fix incorrect key.
3298 (Agenda commands): Document the TODO set switching commands.
3299 (Agenda commands): Document the new archiving keys.
3300 (Clocking work time): Better description on how to save
3301 and restore a clock.
3302 (Resolving idle time): Mention the x11idle program to get true
3303 idleness also under X11.
3304 (Resolving idle time): Use @kbd instead of @key for normal
3305 letters, because this is how he rest of the manual does this.
3306 (Pushing to MobileOrg): Mention that `org-directory'
3307 should be set.
3308 (Agenda commands): Document that SPC is a filter for
3309 any tag.
0c7efc08 3310 (Search view): Rename from "Keyword search".
8bfe682a
CD
3311 (Capure): New chapter.
3312 (Markup): New chapter.
0c7efc08
SM
3313 (Links in HTML export, Images in HTML export):
3314 Extend the section titles.
8bfe682a
CD
3315 (Images in HTML export): Document the align option.
3316 (Text areas in HTML export): Extend the section title.
3317 (Images in LaTeX export): Explain image placement in LaTeX.
3318
693737cd
GM
33192009-11-10 Glenn Morris <rgm@gnu.org>
3320
3321 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3322
c7bd4ebe
MA
33232009-11-08 Michael Albinus <michael.albinus@gmx.de>
3324
3325 * tramp.texi (Auto-save and Backup): Disable backups just for a
3326 method.
3327
3328 * trampver.texi: Update release number.
3329
76c5acad
MA
33302009-11-07 Michael Albinus <michael.albinus@gmx.de>
3331
3332 Sync with Tramp 2.1.17.
3333
3334 * trampver.texi: Update release number.
3335
d9a57abf
GM
33362009-10-29 Glenn Morris <rgm@gnu.org>
3337
3338 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3339
637f4f0f
MA
33402009-10-23 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * tramp.texi (External methods): Temporary files are kept for
3343 `rsync' and `rsyncc' methods.
3344
310dbb05
JB
33452009-10-09 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * eieio.texi: Fix typos.
3348
09094f28
CY
33492009-10-07 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3352
216f299a
JB
33532009-10-07 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3356 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3357
966a6506
CY
33582009-10-07 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * Makefile.in: Build EIEIO and EDE manuals.
3361
33622009-10-07 Eric Ludlam <zappo@gnu.org>
3363
3364 * eieio.texi:
3365 * ede.texi: New files.
3366
8842cd9b
MA
33672009-10-05 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * tramp.texi (Remote processes): Association of a pty is not supported.
3370
7006d207
CD
33712009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3372
3373 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3374 (Processing LaTeX fragments): Document that the size of images can be
3375 changes using the variable `org-format-latex-options'.
3376 (The date/time prompt, Timestamps): Be more accurate over ISO format
3377 dates and times.
3378 (Visibility cycling): Document showeverything keyword.
3379 (In-buffer settings): Document showeverything keyword.
3380 (Setting up the staging area): Fix the example.
3381 (MobileOrg): New section.
3382 (Agenda commands, Exporting Agenda Views): Document exporting the
3383 agenda view to Org files.
3384
0e7b2867
MA
33852009-09-28 Michael Albinus <michael.albinus@gmx.de>
3386
3387 * tramp.texi (History): Add IMAP support.
3388 (External methods): Add `imap' and `imaps' methods.
3389 (GVFS based methods): Add indices for `davs'.
3390 (Password handling): Rename anchors. Add IMAP entries for
3391 ~/.authinfo.gpg.
3392
3393 * trampver.texi: Set default value of `emacsimap'.
3394
4146636e
KY
33952009-09-22 Daiki Ueno <ueno@unixuser.org>
3396
3397 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3398
d22f7ffa
CY
33992009-09-13 Chong Yidong <cyd@stupidchicken.com>
3400
0c7efc08
SM
3401 * dired-x.texi (Technical Details):
3402 Delete dired-up-directory (Bug#4292).
d22f7ffa 3403
66043531
MA
34042009-09-03 Michael Albinus <michael.albinus@gmx.de>
3405
216f299a 3406 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3407
6eb02347
CD
34082009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3409
3410 * org.texi (Effort estimates): Document new effort setting commands.
3411 (Agenda commands): Document the new keys fro agenda time motion.
3412 Document entry text mode. Improve documentation of the keys to include
3413 inactive time stamps into the agenda view.
3414 (Feedback): Document the new bug report command.
0c7efc08 3415 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3416
38dc51ba
KY
34172009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3418
3419 * auth.texi (Help for users): Corrected markup.
3420
e402f452
GM
34212009-09-02 Glenn Morris <rgm@gnu.org>
3422
3423 * emacs-mime.texi (time-date): Mention float-time.
3424
744256cf
JB
34252009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3426
3427 * calc.texi (Simplifying Formulas): Improve the wording.
3428
b0b63450
MB
34292009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3430
3431 * auth.texi: Rewritten for coverage and clarity.
3432
34332009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3434
0c7efc08
SM
3435 * gnus.texi (Expiring Mail):
3436 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3437 (Various Various): Mention gnus-safe-html-newsgroups.
3438
3439 * gnus-news.texi: Mention
3440 gnus-mark-copied-or-moved-articles-as-expirable.
3441
3442 * emacs-mime.texi (Display Customization): Add xref to
3443 gnus-safe-html-newsgroups.
3444
b59329e0
MA
34452009-08-28 Michael Albinus <michael.albinus@gmx.de>
3446
3447 * tramp.texi (Version Control): Remove.
af42a9cc 3448 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3449 reference.
3450 (External methods): Correct `scpc' concept index entries. New method
3451 `rsyncc'.
3452 (External packages): New subsections "Filename completion" and "File
3453 attributes cache".
3454
0ff2d6c2
JB
34552009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3456
3457 * calc.texi (Rewrite Rules): Improve the example.
3458 (Simplifying Formulas): Explain use of the I and H flags for
3459 simplification.
3460
ecd3d54f
MA
34612009-08-25 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3464 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3465 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3466 for timeout values.
78176e69
MA
3467 (Top): Remove footnote saying D-Bus is not enabled by
3468 default. (Bug#4256)
ecd3d54f 3469
0f215bca
DU
34702009-08-23 Daiki Ueno <ueno@unixuser.org>
3471
3472 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3473 Reported by Jari Aalto (Bug#4211).
0f215bca 3474 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3475 epa-global-mail-mode.
3b7ab45f
DU
3476 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3477 epa-setup.
0f215bca 3478
4f22e84d
MA
34792009-08-16 Michael Albinus <michael.albinus@gmx.de>
3480
3481 * dbus.texi (Asynchronous Methods): Allow nil handler.
3482
9ff0b02b 34832009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3484
26b03ee3 3485 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3486
26b03ee3 3487 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3488
4c39f404
CY
34892009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3490
3491 * calc.texi (Date Forms): Fix typos.
3492
3bcfba17
GM
34932009-08-08 Glenn Morris <rgm@gnu.org>
3494
3495 * org.texi (Agenda commands): Restore clobbered change.
3496
66783bb4
EZ
34972009-08-07 Eli Zaretskii <eliz@gnu.org>
3498
3499 * calc.texi (Graphics, Devices): Update with the peculiarities of
3500 operation on MS-Windows.
3501
c8d0cf5c
CD
35022009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3503
3504 * org.texi (Publishing action): Improve documentation of file
3505 names when publishing to the source directory.
3506 (Clean view): Document `org-indent-mode'.
3507 (Clocking work time): Add documentation for the
3508 new :timetamp option when creating a clock report.
3509 (Paragraphs): Fix many typos.
3510 (Plain lists): Remove duplicate explanation about the
3511 `C-c *' command.
3512 (Literal examples): Update to reflect the new behavior
3513 of the -n -r -k switches when exporting source code examples.
3514 (Structure editing): Add information about `C-c *',
3515 converting a plain list into a list of Org items.
3516 (Remember): Small rephrasing of the paragraph
3517 describing remember.el. Also mentioned that remember.el is part
3518 of Emacs 23, not Emacs 22.
3519 (Clocking work time): Add documentation about
3520 displaying the current clocking time against the effort estimate.
3521 Also add a footnote about using `org-clock-in-prepare-hook' to add
3522 an effort estimate on the fly, just before clocking it.
3523 (Footnotes): Document automatic renumbering and
3524 sorting.
3525 (Agenda commands): Document new bulk commands.
3526 (Plain lists): Document new behavior of
3527 `org-cycle-include-plain-lists'.
4e2af782 3528 Hyphenation only in TeX.
c8d0cf5c
CD
3529 (Clocking work time): Document the key to update effort
3530 estimates.
3531 (Clocking work time): Document the clock time display.
3532 (Structure editing, TODO basics): Document new
3533 variables.
3534 (Column attributes): Document new colciew operators.
3535 (Publishing options): Document :xml-declaration.
3536 (Tracking TODO state changes): Document the
3537 LOG_INTO_DRAWER property.
3538 (Literal examples): Document the new implementation for
3539 editing source code.
3540 (Publishing action): Mention the new publishing
3541 function, to publish an Org source file.
3542 (Publishing links): Mention how to link to an Org source file.
3543 (Macro replacement): Document new macros.
3544 (Handling links): Document type-specific completion
3545 when inserting links.
3546 (Structure editing, Plain lists): Improve documentation
3547 on sorting.
3548 (Internal links): Document custom ids for links.
3549 (Handling links): Document custom ids for links.
3550 (CSS support): Document new class.
3551 (Refiling notes): Document the possibility to create new nodes
3552 during refiling.
3553 (Agenda commands): Document the "?" operator to find
3554 tasks without effort setting.
3555 (Exporting agenda information): Section moved.
3556 (RSS Feeds): New section.
3557 (Built-in table editor): Document M-e and M-a navigate
3558 inside table field.
3559 (Stuck projects): Docment that projects identified as
3560 un-stuck will still be searchd for stuck sub-projects.
3561 (Paragraphs): Document centering.
3562 (Creating timestamps, Agenda commands): Document new
3563 behavior when changing time stamps.
3564 (Structure editing): Document the new command
3565 `org-clone-subtree-with-time-shift'.
3566 (Publishing): Refresh this chapter.
3567 (Export options, Export options, In-buffer settings):
3568 Document the new keywords.
3569 (Matching tags and properties): Collect all
3570 documentation about tags/property matches here.
3571 (Setting tags): Document `org-tag-persistent-alist'.
3572 (Weekly/daily agenda): New section.
3573 (Orgstruct mode): Describe `orgstruct++-mode'.
3574 (Drawers): Mention the LOGBOOK drawer.
3575 (Export options, Sectioning structure): Document the
3576 #+LEATEX_HEADER in-buffer setting.
3577 (Bugs): Section removed.
3578 (Hooks): New section.
0c7efc08 3579 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3580 (Context-sensitive commands): New section.
3581 (Setting tags): Document newline option.
3582 (Global TODO list, Matching tags and properties):
3583 Mention more variables.
3584 (Checkboxes): Update to changed command behavior.
81a5560e 3585
40d2791f
CY
35862009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3587
3588 * speedbar.texi (Basic Key Bindings): Fix typo.
3589
65d0154b
JB
35902009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3591
3592 * calc.texi (Vector/Matrix Functions): Add index entries for both
3593 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3594 affects matrices with more than one row.
b5bdfd9f 3595 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3596
5a9e3ab7
JB
35972009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3598
3599 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3600 `calc-transpose-lines'.
5a9e3ab7 3601
42fb7e61
MA
36022009-07-27 Michael Albinus <michael.albinus@gmx.de>
3603
3604 * dbus.texi (Receiving Method Calls): Describe special return value
3605 `:ignore'.
3606
574b69d5
AM
36072009-07-24 Alan Mackenzie <acm@muc.de>
3608
3609 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3610 initialization, any individual variable setting now takes precedence
3611 over one done via c-file-style/c-file-offsets.
3612
ec06459c
JB
36132009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3614
3615 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3616 truncated when Calc is quit.
3617 (Customizing Calc): Document `calc-undo-length'.
3618
4ce54f6b
CY
36192009-07-20 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3622
0e4f8ba5
GM
36232009-07-11 Kevin Ryde <user42@zip.com.au>
3624
3625 * pcl-cvs.texi (About PCL-CVS):
3626 * widget.texi (Basic Types):
3627 Fix cross-references.
3628
fa0f81b0
AS
36292009-07-01 Andreas Schwab <aschwab@redhat.com>
3630
3631 * dbus.texi (Type Conversion): Don't use literal control character.
3632
88a683c5
MA
36332009-07-01 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * tramp.texi (GVFS based methods): New section.
3636 (Remote processes): Processes for GVFS based methods run locally.
3637
36c8febb
MA
36382009-06-30 Michael Albinus <michael.albinus@gmx.de>
3639
0c7efc08
SM
3640 * tramp.texi (Inline methods, External methods, Gateway methods):
3641 Avoid the words "kludge" and hack".
36c8febb
MA
3642 (External methods): Add `synce' method.
3643
3644 * trampver.texi: Update release number.
3645
d6b951bb
MA
36462009-06-22 Michael Albinus <michael.albinus@gmx.de>
3647
3648 Sync with Tramp 2.1.16.
3649
3650 * tramp.texi (History): Add GVFS support.
3651 (External methods): Precise `rsync' description. Add `dav', `davs' and
3652 `obex' methods. Add 'tramp-gvfs-methods' option.
3653 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3654 forms.
3655 (Remote Programs): Introduce `tramp-own-remote-path'.
3656 (Remote processes): New subsection "Running remote programs that create
3657 local X11 windows".
3658 (Frequently Asked Questions): Improve code for disabling vc.
3659
3660 * trampver.texi: Update release number. Set default value of
3661 `emacsgvfs'.
3662
70243478
CY
36632009-06-21 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * Branch for 23.1.
3666
54b31cbf
GM
36672009-06-17 Glenn Morris <rgm@gnu.org>
3668
3669 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3670 (Latest version of Emacs): Mention source code repository.
3671
f6adc23c
GM
36722009-06-16 Glenn Morris <rgm@gnu.org>
3673
3674 * faq.texi (Top): Language tweak.
3675 (Extended commands): Most people have arrow keys.
3676 (Emacs manual): Say how to follow info links.
3677 (File-name conventions): Change title a bit. Explain about source
3678 versus installed. Condense etc description.
3679 (Guidelines for newsgroup postings): Mention Savannah list page.
3680 (Newsgroup archives): Simplify.
3681 (Contacting the FSF): Add contact URL.
3682 (Emacs Lisp documentation): Printed version not always available.
3683 (Installing Texinfo documentation): Explain how by hand installation is
3684 not normally needed. Use add-to-list. Remove duplicate reference.
3685 (Informational files for Emacs): Move info on Help menu here from
3686 "File-name conventions".
3687 (Help installing Emacs): Tweak uref.
3688 (Obtaining the FAQ): Mention repository.
3689 (Origin of the term Emacs): Explain "ITS".
3690 (Changing load-path): Use add-to-list.
3691 (Automatic indentation): Clarify this is for Text mode.
3692 Don't mention Indented Text mode.
3693 (Finding Emacs on the Internet): The FSF does not seem to offer a
3694 deluxe distribution on CD anymore.
3695
b59a8457
GM
36962009-06-16 Glenn Morris <rgm@gnu.org>
3697
3698 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3699 Recommend the latest release. Mention how to get older FAQs.
3700 Recommend the Emacs manual.
3701 (Guidelines for newsgroup postings): Discourage cross-posts.
3702 (Underlining paragraphs): Remove.
3703 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3704 (Bugs and problems): Update key-binding.
3705 (Problems with very large files): Mention 64-bit.
3706 (Shell process exits abnormally): Remove.
3707 (Problems with Shell Mode): Rename and update.
3708 (Spontaneous entry into isearch-mode)
3709 (Problems talking to certain hosts): Remove. This is old information,
3710 in etc/PROBLEMS if needed.
3711 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3712 (Dired claims that no file is on this line): Update.
3713 (Installing Emacs, Problems building Emacs): Simplify.
3714 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3715 information.
3716 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3717 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3718 (JDEE): "JDEE", not "JDE".
3719 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3720 Remove. This is old information, in etc/PROBLEMS if needed.
3721 (stty and Backspace key, Kanji and Chinese characters): Remove.
3722 (Right-to-left alphabets): Update section.
3723 (Changing the included text prefix): Gnus uses message-yank-prefix.
3724 Add cross-reference to Supercite manual.
3725 (Saving a copy of outgoing mail): Simplify output file description.
3726 (Expanding aliases when sending mail): Refer to Emacs manual.
3727 Remove old info about RFC822.
3728 Correct description of how to rebuild aliases.
3729 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3730 (MIME with Emacs mail packages)
3731 (Viewing articles with embedded underlining)
3732 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3733 Remove old sections.
3734 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3735 and is well-documented in the Gnus manual.
3736 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3737 (Making Gnus faster): Rename from "Starting Gnus faster".
3738 Merge "Catch-up is slow in Gnus" into here.
3739
0e6d12ca
GM
37402009-06-14 Glenn Morris <rgm@gnu.org>
3741
3742 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3743 (New in Emacs 23): New section.
3744 (Handling C-s and C-q with flow control): Add xref.
3745
2e17e05e
GM
37462009-06-13 Glenn Morris <rgm@gnu.org>
3747
3748 * faq.texi (Setting up a customization file): Grammar fix.
3749 Customize is no longer "new".
3750 (Displaying the current line or column): Line-number mode is on by
3751 default. Don't mention `column' package. Mention linum.el.
3752 (Turning on abbrevs by default): Explain how to do it for buffers,
3753 modes, and everywhere.
3754 (Associating modes with files): Use add-to-list. Don't mention Emacs
3755 19.
3756 (Highlighting a region): On by default since 23.1.
3757 (Replacing highlighted text): Update doc quote.
3758 (Working with unprintable characters): Don't mention search-quote-char.
3759 (Using an already running Emacs process): Gnuclient is probably not an
3760 enhancement these days.
3761 (Indenting switch statements): Remove mention of pre-Emacs 20.
3762 (Horizontal scrolling): Abbreviate Emacs 20 description.
3763 (Replacing text across multiple files): Fix name of dired command.
3764 (Disabling backups): Use require not load.
4f9d4de3 3765 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3766
2a1cf2b9
BW
37672009-06-13 Bill Wohler <wohler@newt.com>
3768
3769 Release MH-E manual version 8.2.
3770
3771 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3772 release 8.2.
3773
85b438b7
GM
37742009-06-13 Glenn Morris <rgm@gnu.org>
3775
3776 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3777 in this day and age the common meaning is "on the web".
3778 (copying): Use @copyright in all cases.
3779 (Basic keys): Remove reference to deleted manual node "Text Characters".
3780 (File-name conventions): Use GNU as an example rather than SERVICE.
3781 default.el lives in site-lisp. Update Info directory location.
3782 (Real meaning of copyleft): GPL actions have been brought, but all
3783 settled out of court.
3784 (Guidelines for newsgroup postings): Shorten section title.
3785 Simplify comp.emacs description.
3786 (Newsgroup archives): Change Google URL. Describe Gmane.
3787 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3788 points". Mention List-Unsubscribe header.
3789 (Contacting the FSF): Update email and URLs.
3790 (Basic editing): Mention F1 for help.
3791 (Installing Texinfo documentation): Refer to Texinfo website rather
3792 than ftp server.
3793 (Printing a Texinfo file): Mention texi2pdf.
3794 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3795 are just stubs nowadays.
3796 (Latest version of Emacs): Explain version numbers.
3797 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3798 (Turning on syntax highlighting): No need to mention hilit19 any more.
3799 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3800 (Modes for various languages): Remove section.
3801 (Major packages and programs): Remove most version and maintainer
3802 information - it's hard to keep up-to-date, and adds nothing.
3803 Similarly with direct links to mailing lists.
3804 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3805 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3806 years, and Emacs comes with tools for this now.
3807 (Patch): Remove section - this is a standard tool.
3808 (Using function keys under X): Remove section.
3809
93e2d996
GM
38102009-06-12 Glenn Morris <rgm@gnu.org>
3811
3812 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3813 (Help installing Emacs): Remove reference to deleted X11 node.
3814 (Associating modes with files): Interpreter-mode-alist is no longer
3815 subservient to auto-mode-alist.
3816 (Installing Emacs): Change future Emacs version.
3817 (Linking with -lX11 fails): Remove old section.
3818 (Packages that do not come with Emacs): Update ELL location.
3819 Emacs Lisp archive is dead.
3820 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3821 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3822 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3823 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3824 (Removing flashing messages): Remove section about non-existent Gnus
3825 option.
3826
f0bf7708
GM
3827 * faq.texi (Top): Add @top command.
3828 Remove the optional arguments from all @node commands: makeinfo can
3829 generate these automatically, and it is easier to edit and rearrange
3830 nodes without them.
3831
30884d11
GM
38322009-06-11 Glenn Morris <rgm@gnu.org>
3833
3834 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3835 (The LPF): Make the updated URL the sole reference point.
3836 (Learning how to do something): Update refcard price and format.
3837 (Getting a printed manual): Sources in doc/emacs/, not man/.
3838 Also available in PDF format. Since the page count varies, be less
3839 precise.
3840 (Informational files for Emacs): Remove references to deleted files
3841 LPF and SUN-SUPPORT, and to UUCP.
3842 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3843 Remove many obsolete ways to get the FAQ, which now seems only to be
3844 distributed with Emacs.
3845 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3846
deab46e0
CY
38472009-06-09 Chong Yidong <cyd@stupidchicken.com>
3848
223b43fa 3849 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3850 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3851
deab46e0
CY
3852 * ada-mode.texi (Installation, Compile commands)
3853 (Project File Overview, No project files, Set compiler options)
3854 (Use GNAT project file, Use multiple GNAT project files)
3855 (Identifier completion): Use @samp for menu items, and @kbd for key
3856 sequences (Bug#3504).
3857
71fbd643
DU
38582009-06-04 Daiki Ueno <ueno@unixuser.org>
3859
8c9bb6f5 3860 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3861
f197085b
CY
38622009-06-04 Ryan Yeske <rcyeske@gmail.com>
3863
3864 * message.texi (Header Commands): Fix descriptions to match
3865 keybindings.
3866
7f3bc720
DU
38672009-04-22 Daiki Ueno <ueno@unixuser.org>
3868
3869 * gnus.texi (Security): Mention that EasyPG is the current default.
3870
4518068d
CY
38712009-04-13 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * ediff.texi (Session Commands): Fix typo.
3874
d7ca410a
MB
38752009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3876
3877 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3878 news.software.readers. Reported by Florian Rehnisch.
3879
c6c76add
GM
38802009-04-02 Glenn Morris <rgm@gnu.org>
3881
3882 * auth.texi: Capitalize direntry.
3883
3884 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3885 using a period in the entry name. (Bug#2797)
3886
35ed8e2e
JB
38872009-03-03 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3890 ($(infodir)/auth, auth.dvi): New targets.
3891
e280480a
GM
38922009-03-03 Glenn Morris <rgm@gnu.org>
3893
3894 * auth.texi: Fix @setfilename.
3895
3896 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3897 (auth, $(infodir)/auth, auth.dvi): New rules.
3898
8a76755b
GM
38992009-02-25 Glenn Morris <rgm@gnu.org>
3900
3901 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3902
0038d478
MB
39032009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3904
3905 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3906
39072009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3910 gnus-nocem-issuers, and gnus-nocem-verifyer.
3911
867d4bb3
JB
39122009-02-20 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * ada-mode.texi (Project files, Automatic Casing):
3915 * dbus.texi (Signals):
3916 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3917 * mh-e.texi (HTML):
3918 * nxml-mode.texi (Locating a schema)
3919 (Using the document's URI to locate a schema):
3920 * org.texi (Footnotes, Using the mapping API):
3921 * rcirc.texi (Channels): Remove duplicate words.
3922
3a44dc1f
GM
39232009-02-20 Glenn Morris <rgm@gnu.org>
3924
3925 * dired-x.texi (Miscellaneous Commands):
3926 * gnus.texi: Minor updates for mbox Rmail.
3927
5dc584b5
KB
39282009-02-16 Karl Berry <karl@gnu.org>
3929
b59a8457
GM
3930 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3931 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3932 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3933 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3934 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3935 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3936 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3937 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3938 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3939 Consistently use @insertcopying in the Top node,
5dc584b5 3940 @contents at the front (after @end titlepage),
b59a8457 3941 and @direntry after @copying. (Bug#1988)
5dc584b5 3942
9eb59592
MB
39432009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3944
3945 * auth.texi: New file documenting auth-source.
3946
d324fa76
CD
39472009-02-13 Carsten Dominik <dominik@science.uva.nl>
3948
3949 * org.texi (Org Plot): Fix link.
3950
7a603b73
DU
39512009-02-09 Daiki Ueno <ueno@unixuser.org>
3952
3953 * epa.texi (Mail-mode integration): Mention the way to do
3954 "encrypt-to-self". (Bug#1807)
3955
a626b338 39562009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
3957
3958 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3959
3b36c17e
MB
39602009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3961
3962 * gnus-news.texi: Print version about Incoming*.
3963
55033558
CD
39642009-02-02 Carsten Dominik <dominik@science.uva.nl>
3965
3966 * org.texi (Structure editing, Handling links)
3967 (Fast access to TODO states, Javascript support): Make standard docs
3968 correctly reflect default variable settings.
3969
ec712abb
GM
39702009-02-02 Glenn Morris <rgm@gnu.org>
3971
3972 * org.texi: Fix typos.
3973
7112648c
MA
39742009-02-01 Michael Albinus <michael.albinus@gmx.de>
3975
3976 Sync with Tramp 2.1.15.
3977
3978 * trampver.texi: Update release number.
3979
2e461fc1
CD
39802009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3981
3982 * org.texi (TODO dependencies): Document TODO dependencies on
3983 checkboxes.
3984
bc283609
CD
39852009-01-30 Carsten Dominik <dominik@science.uva.nl>
3986
3987 * org.texi (TODO dependencies): Document key binding for toggling
3988 ORDERED property.
3989
74fc5047
MA
39902009-01-28 Michael Albinus <michael.albinus@gmx.de>
3991
3992 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3993 of hook functions.
3994
d6685abc
CD
39952009-01-28 Carsten Dominik <dominik@science.uva.nl>
3996
3997 * org.texi (TODO dependencies): New section.
3998
65c439fd
CD
39992009-01-27 Carsten Dominik <dominik@science.uva.nl>
4000
4001 * org.texi (Plain lists, TODO basics, Priorities)
4002 (Multiple sets in one file, Conflicts): Document interaction with
4003 `shift-selection-mode'.
4004
5fafc247
JB
40052009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4006
4007 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4008 Make Calc the subject of sentences.
4009 (Rearranging Formulas using Selections): Discuss new options
4010 for `j *'.
4011
e7433508
MA
40122009-01-26 Michael Albinus <michael.albinus@gmx.de>
4013
4014 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4015
2096a1b6
GM
40162009-01-26 Glenn Morris <rgm@gnu.org>
4017
4018 * org.texi: Fix typos.
4019
0cb61492
BW
40202009-01-26 Bill Wohler <wohler@newt.com>
4021
2096a1b6 4022 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4023
0bd48b37
CD
40242009-01-25 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * org.texi (References): Add information about remote references.
4027 (Built-in table editor): Document `C-c RET' in tables.
4028 (Math symbols, Quoting LaTeX code): Mention that simple
4029 LaTeX macros survive LaTeX export.
4030 (Images in LaTeX export): Show how to create a reference to a
4031 figure.
4032 (Sectioning structure): Document that the LaTeX class can be
4033 specified in a property.
4034 (Text areas in HTML export): New section.
4035 (External links): Add examples for text search and ID links.
4036 (Built-in table editor): Remove the descriptio of `C-c
4037 C-q', it not longer works.
4038 (Literal examples): Document that a space must follow
4039 the colon in short examples.
4040 (Relative timer): Document `org-timer-stop'.
4041 (Footnotes): New section.
4042 (Footnote markup): Shorten section and refer to new Footnote
4043 section.
4044 (Literal examples): Add documentation for line
4045 numbering in and references to code examples.
4046 (CSS support): Fix the description of default CSS styles.
4047 (Capturing column view): Document
4048 "file:path/to/file.org" as an allowed value for the ID property of
4049 a dynamic block copying column view.
4050
49dbbaf2
SE
40512009-01-23 Stephen Eglen <stephen@gnu.org>
4052
4053 * mh-e.texi (Getting Started): Describe $MH.
4054
193e6828
MA
40552009-01-21 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * tramp.texi (all): Harmonize usage of "external method",
4058 "external transfer method" and "out-of-band method".
4059 (Connection types): Precise the differences of inline and external
4060 methods. Written by Adrian Phillips <a.phillips@met.no>.
4061
26b9f88d
MB
40622009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4063
4064 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4065 commands as described at the top. Reported by Allan Gottlieb
4066 <gottlieb@nyu.edu>.
4067
40682009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4069
4070 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4071 nnmail-pathname-coding-system.
4072
377952e0
GM
40732009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4074
4075 * org.texi (Relative timer): Fix typo.
4076
a20d3598
JB
40772009-01-15 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4080 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4081
a50253cc
GM
40822009-01-13 Glenn Morris <rgm@gnu.org>
4083
4084 * org.texi: Fix some more typos.
4085
07450bee
GM
40862009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4087
4088 * org.texi: Fix some typos.
4089
e3e955fe
MB
40902009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * gnus.texi (Group Parameters): Add note for local variables.
4093
40942009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4095
0c7efc08
SM
4096 * gnus.texi (Converting Kill Files): Fix URL.
4097 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4098
40992009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4100
4101 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4102 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4103 (Paging the Article): Add index entry.
4104
71dd9983
JB
41052009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4106
4107 * ada-mode.texi (Examples): Delete redundant text.
4108
4a0cf14f
MA
41092009-01-03 Michael Albinus <michael.albinus@gmx.de>
4110
36c8febb 4111 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4112
4113 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4114 addresses.
4115
aedac0f0
BW
41162009-01-03 Bill Wohler <wohler@newt.com>
4117
4118 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4119 kept empty.
4120
4c65b566
CD
41212008-12-20 Carsten Dominik <dominik@science.uva.nl>
4122
4123 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4124 (HTML Export commands, LaTeX/PDF export commands):
4125 Improve documentation about transient-mark-mode.
e9fce1ac 4126 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4127 to fields in the last table row.
4128
e1a78e1e
JL
41292008-12-19 Juri Linkov <juri@jurta.org>
4130
4131 * info.texi (Search Text): Remove mention of removed key binding M-s.
4132
17a0aa82
CD
41332008-12-18 Carsten Dominik <dominik@science.uva.nl>
4134
4135 * org.texi (References): Remove mentioning of @0 as reference for the
4136 last line, this has been reverted in the Lisp sources.
4137
4997d802
JB
41382008-12-17 Juanma Barranquero <lekktu@gmail.com>
4139
4140 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4141 (DVI_TARGETS): Remove duplicates. Add sasl.
4142 ($(infodir)/sasl, sasl.dvi): New targets.
4143
33306645
CD
41442008-12-17 Carsten Dominik <dominik@science.uva.nl>
4145
4146 * org.texi: Version number pushed to 6.15d.
4147
db55f368
CD
41482008-12-16 Carsten Dominik <dominik@science.uva.nl>
4149
a0bf4117 4150 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4151 (Images in LaTeX export): New section.
4152 (Inlined images, Images in HTML export): Sections renamed.
4153
dae0a942
MB
41542008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4155
4156 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4157
9f5572e9
MB
41582008-12-04 David Engster <dengste@eml.cc>
4159
4160 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4161 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4162
bc23baaa
CD
41632008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4164
4165 * org.texi (Using the mapping API): Fix bug in mapping example.
4166 (Publishing options): Make the list of properties complete again, in
4167 correspondence to the variable `org-export-plist-vars'.
4168 (Property searches): Document new special values for time comparisons.
4169 (Tag inheritance): Refine the description of tag inheritance.
4170 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4171 (Effort estimates): Document the new relative timer.
bc23baaa 4172
3bf8054f
JB
41732008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4174
4175 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4176 (Using Calc): Clarify use of `C-x * o'.
4177 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4178
ac134f2f
RS
41792008-11-28 Richard M Stallman <rms@gnu.org>
4180
4181 * dbus.texi (Receiving Method Calls): Clean up previous change.
4182
ace706d1
MA
41832008-11-26 Michael Albinus <michael.albinus@gmx.de>
4184
4185 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4186 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4187 `dbus-unescape-from-identifier'.
4188 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4189 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4190 (Signals): Use the constants in the example.
4191
d60b1ba1
CD
41922008-11-24 Carsten Dominik <dominik@science.uva.nl>
4193
b97439ce 4194 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4195
ce4fdcb9
CD
41962008-11-23 Carsten Dominik <dominik@science.uva.nl>
4197
4198 * org.texi (Setting up Remember): Document `org-remember-mode'.
4199 (External links): Document that bbdb links can use a regular
4200 expression.
4201 (External links): Document that elisp links can contain interactive
4202 commands.
4203
c8548a00 42042008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4205
4206 * viper.texi (viper-translate-all-ESC-keysequences):
4207 Description removed.
4208
6a2c4aec
GM
42092008-11-19 Glenn Morris <rgm@gnu.org>
4210
4211 * doclicense.texi: Change to FDL 1.3.
4212 Relicense all texi files under FDL 1.3 or later.
4213
59ee4113
JB
42142008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4215
4216 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4217
59bcbb98 42182008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4219
0c7efc08 4220 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4221
4222 * ediff.texi: Version/date change.
9f90198a 4223
8aa41c9b
CY
42242008-11-14 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4227
17587b1b
JB
42282008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4229
4230 * calc.texi (About This Manual): Comment out a mention of
4231 marginal notes.
4232
564c900e
CD
42332008-11-12 Carsten Dominik <dominik@science.uva.nl>
4234
4235 * org.texi (Clocking work time): Document the :formula property of
4236 clock tables.
4237 (Structure editing, Refiling notes): Document refiling regions.
4238 (Agenda commands): Document the double-prefix version
4239 of the `l' command in the agenda.
4240 (Handling links): Explain the effect of a double prefix
4241 arg to `C-c C-o'.
4242 (TODO basics): Add documentation for tag triggers.
4243
3c4be1f2
GM
42442008-10-23 Glenn Morris <rgm@gnu.org>
4245
4246 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4247 byte-compiling things like `+'.
4248
4249 * ns-emacs.texi: Merge copyright years of author now with assignment
4250 into FSF years.
4251 (VER): Use it for easier automatic updating. Use Emacs version rather
4252 than standalone Emacs.app version.
4253
a6520ff3
CD
42542008-10-12 Carsten Dominik <dominik@science.uva.nl>
4255
864c9740 4256 * org.texi: Lots of minor fixes.
a6520ff3
CD
4257 (Capture): New chapter.
4258 (Org Plot): New section.
4259
db7a4b66
MH
42602008-09-30 Magnus Henoch <mange@freemail.hu>
4261
4262 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4263
4043c194
JB
42642008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4265
4266 * calc.texi (User Defined Units): Mention how to enter optional display
4267 string.
4268
eef5ade7
MB
42692008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4270
0c7efc08 4271 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4272 avoid the "y/n" wording.
4273
e52cac88
MB
42742008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4275
0c7efc08 4276 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4277
42782008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4279
4280 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4281 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4282
00c55306
BW
42832008-09-22 Bill Wohler <wohler@newt.com>
4284
4285 Release MH-E manual version 8.1.
4286
4287 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4288 release 8.1.
4289
4290 * mh-e.texi: Retain dual license as agreed to by the FSF.
4291 However, bump GPL to Version 3.
4292 Use @include for license text.
4293
e52cac88 42942008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4295
4296 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4297 (Store custom flags and keywords, Store arbitrary data):
4298 Clean up markup.
64763fe3
MB
4299
43002008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4301
4302 * gnus.texi (The Gnus Registry): Document it.
4303
9e601b8d
MB
43042008-09-08 David Engster <dengste@eml.cc>
4305
88ee5b02
JB
4306 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4307 Clarify section about choosing back end servers.
9e601b8d 4308
247043f1
GM
43092008-08-23 Glenn Morris <rgm@gnu.org>
4310
4311 * dired-x.texi (Shell Command Guessing):
4312 Mention dired-guess-shell-case-fold-search. (Bug#417)
4313
2bfec7a0
MA
43142008-08-22 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * trampver.texi: Update release number.
4317
247043f1 43182008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4319
4320 * ns-emacs.texi: Update version.
4321 (Introduction): Correct menu location for options save.
4322 (Customization): Note that defaults are stored under org.gnu.Emacs.
4323
8c20bd92
BW
43242008-08-11 Bill Wohler <wohler@newt.com>
4325
4326 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4327 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4328 Henman) (closes SF #1768928).
4329
767a4d92
GM
43302008-08-10 Glenn Morris <rgm@gnu.org>
4331
4332 * ns-emacs.texi: Use @copying. Change copyright of authors with
4333 assignment to FSF. Change license to GFDL.
4334 (Top): Remove outdated references.
4335
6ecfe5c2
MB
43362008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4337
88ee5b02
JB
4338 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4339 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4340 gnus-summary-sort-by-most-recent-date.
4341 (Summary Sorting): Explain prefix argument.
4342
43432008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4344
4345 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4346 gnus-summary-pipe-output.
4347
eb932e8a
MA
43482008-08-03 Michael Albinus <michael.albinus@gmx.de>
4349
4350 * dbus.texi (Receiving Method Calls): Document error handling of own
4351 D-Bus methods.
4352
bfe16263
BW
43532008-08-01 Bill Wohler <wohler@newt.com>
4354
4355 * mh-e.texi (Reading Mail)
9f90198a 4356 (Viewing Attachments): Describe new function
bfe16263
BW
4357 mh-show-preferred-alternative.
4358 (Sending Mail, Redistributing, Sending Message): Describe new hook
4359 mh-annotate-msg-hook.
4360
21956b56
MA
43612008-07-31 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * dbus.texi (Arguments and Signatures): Fix example.
4364 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4365 (Asynchronous Methods): New node.
9f90198a
JB
4366 (Errors and Events): Describe extended layout of `dbus-event'.
4367 New defun `dbus-event-message-type'.
21956b56 4368
7c2fb837
DN
43692008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * ediff.texi: Remove VMS support.
4372
13662773
JB
43732008-07-29 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4376 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4377
ddde0b34
CY
43782008-07-29 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * Makefile.in: Add mairix-el targets.
4381
43822008-07-29 David Engster <deng@randomsample.de>
4383
4384 * mairix-el.texi: New file.
4385
d5875b25
JB
43862008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4387
366b7d44
JB
4388 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4389 project files. Delete 'main_unit' project variable; not needed. Allow
4390 process environment variables wherever project variables are allowed.
4391 Add tutorial section on multiple GNAT project files.
d5875b25 4392
6cbab8ee
MA
43932008-07-27 Michael Albinus <michael.albinus@gmx.de>
4394
4395 Sync with Tramp 2.1.14.
4396
4397 * trampver.texi: Update release number.
4398
9e2a2647
DN
43992008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4400
4401 * ns-emacs.texi:
4402 * faq.texi: Remove mentions of Mac Carbon.
4403
d62672f3
MB
44042008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4405
4406 * gnus.texi (Saving Articles): Describe the 2nd argument of
4407 gnus-summary-save-in-pipe.
4408 (SpamAssassin): Use it.
4409
44102008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4411
4412 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4413
dd12e1c6
CD
44142008-07-25 Carsten Dominik <dominik@science.uva.nl>
4415
4416 * org.texi (Export options): Document the use of the creator flag.
4417
44ce9197
CD
44182008-07-24 Carsten Dominik <dominik@science.uva.nl>
4419
4420 * org.texi: New version 6.06a.
4421
ddd13c5d
JB
44222008-07-23 Juanma Barranquero <lekktu@gmail.com>
4423
4424 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4425 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4426
8dc6104d
JB
44272008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4428
4429 * calc.texi (Editing Stack Entries):
4430 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4431 Calc's help functions. Mention fixing typos.
4432 (Customizing Calc): Fix typo.
4433
44342008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4435
4436 * calc.texi (summarykey): New macro. Use to correctly format keys in
4437 the summary.
4438
ddd13c5d 44392008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4440
4441 * ns-emacs.texi (Customization): Corrected documentation on color
4442 specification formats.
4443
568beaa2
AS
44442008-07-19 Andreas Schwab <schwab@suse.de>
4445
db8ef699 4446 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4447
4448 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4449 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4450
cd71b9ae
MA
44512008-07-18 Michael Albinus <michael.albinus@gmx.de>
4452
4453 * dbus.texi (Inspection): Rework, introduce submenus.
4454 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4455 (Properties and Annotations, Arguments and Signatures): New nodes.
4456
9b7993b4
MA
44572008-07-13 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * dbus.texi (Receiving Method Calls): Fix description of
4460 `dbus-register-method'.
4461 (Signals): Allow also signal arguments for filtering in
4462 `dbus-register-signal'.
4463
241d447b
JB
44642008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4465
4466 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4467 `cnorm'.
4468 (Arithmetic Tutorial): Simplify the verification of prime factors.
4469
adb46650
MB
44702008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * gnus.texi (Saving Articles): Mention
4473 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4474
92e15881
JB
44752008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4476
4477 * calc.texi: Adjust mode line throughout.
4478
ea597303
JB
44792008-06-28 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * sasl.texi (Mechanisms): Fix typos.
4482
aee08080
JB
44832008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4484
4485 * calc.texi (Killing from the stack): Mention using normal Emacs
4486 copying.
4487
a06a4a12
MA
44882008-06-21 Michael Albinus <michael.albinus@gmx.de>
4489
0c7efc08 4490 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4491 Add `auth-source' mechanism.
a06a4a12
MA
4492 (Connection caching): Tramp reopens the connection automatically,
4493 when the operating system on the remote host has been changed.
4494
7389398d
EZ
44952008-06-20 Eli Zaretskii <eliz@gnu.org>
4496
4497 * makefile.w32-in (distclean): Remove makefile.
4498
b349f79f
CD
44992008-06-17 Carsten Dominik <dominik@science.uva.nl>
4500
3f9b4c2b 4501 * org.texi (Using the mapping API): New section.
b349f79f 4502 (Agenda column view): New section.
3f9b4c2b 4503 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4504 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4505 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4506
45072008-06-17 Jason Riedy <jason@acm.org>
4508
4509 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4510 function, and efmt may be a two-argument function.
4511 (Radio tables): Document multiple destinations.
4512
cd5c05d2
GM
45132008-06-16 Glenn Morris <rgm@gnu.org>
4514
4515 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4516 Add Cover-Texts.
4517
debf4439
GM
45182008-06-15 Glenn Morris <rgm@gnu.org>
4519
4520 * faq.texi (VER): Update to 23.0.60.
4521
4522 * mh-e.texi: Remove option of licensing under GPL.
4523 Add Cover-Texts to GFDL permissions notice.
4524 (GPL): Remove section.
4525 (GFDL): Include doclicense.texi rather than the actual text.
4526
4527 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4528 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4529
4530 * sasl.texi: Fix output file name.
4531
4532 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4533
4534 * gnus-coding.texi: Refer to license in Gnus manual.
4535
4536 * idlwave.texi, sasl.texi: Use @copying.
4537
4538 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4539
4540 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4541
4542 * url.texi: Use @copying, @title, @subtitle, @author.
4543
4544 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4545 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4546 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4547 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4548 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4549 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4550 * widget.texi, woman.texi:
4551 Remove references to external license, since doclicense is included.
4552
4553 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4554 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4555 Remove references to non-existent Invariant Sections.
4556
091f8bc1
GM
45572008-06-14 Glenn Morris <rgm@gnu.org>
4558
4559 * faq.texi (Major packages and programs): Remove references to external
4560 Supercite, Calc, VIPER, since they have been included for some time.
4561 Update VM, AUCTeX, BBDB entries.
4562
47bcb4d3
UJ
45632008-06-14 Ulf Jasper <ulf.jasper@web.de>
4564
4565 * newsticker.texi: Updated to match latest newsticker changes.
4566
6f093307
GM
45672008-06-13 Glenn Morris <rgm@gnu.org>
4568
4569 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4570 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4571 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4572 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4573 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4574 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4575 * woman.texi:
4576 Update Back-Cover Text as per maintain.info.
4577
2b968687
MB
45782008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4579
4580 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4581
4582 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4583 (gnus-faq.xml): Update repository host.
4584
2b968687
MB
4585 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4586
45872008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4588
4589 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4590 Fix a typo.
4591
45922008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4593
4594 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4595 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4596 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4597
45982008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4599
4600 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4601 coding standards.
4602
46032008-06-14 David Engster <dengste@eml.cc>
4604
4605 * gnus.texi (nnmairix): Markup fixes.
4606
e6d2d263
MB
46072008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4608
2b968687 4609 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4610
46112008-06-05 David Engster <dengste@eml.cc>
4612
4613 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4614
46152008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4616
b344d29d 4617 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4618 (Searching, nnir, nnmairix): New stub nodes.
4619
ad231df6 46202008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4621
4622 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4623
f394fa25
MB
46242008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4625
4626 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4627
58333467
MB
46282008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4629
4630 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4631
67525fb9
JY
46322008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4633
4634 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4635
0549d8fc
JB
46362008-05-06 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * info.texi (Top): Fix typo in xref.
4639
149a3837
KB
46402008-05-05 Karl Berry <karl@gnu.org>
4641
4642 * info.texi (Top): @xref to stand-alone manual.
4643
3a23a519
MB
46442008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4647 (Various Summary Stuff): Fix typo in last xref.
4648
0a29fbf3
JB
46492008-05-02 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * org.texi (Moving subtrees): Fix typo.
4652
586b90f1
MA
46532008-04-28 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4656 Tramp via `tramp-mode'.
4657
b5af9883
CD
46582008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4659
4660 * org.texi: Massive changes, in many parts of the file.
4661
d55fe5bb
MB
46622008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4663
4664 * gnus.texi (Oort Gnus): Add message-fill-column.
4665
46662008-04-12 Adrian Aichner <adrian@xemacs.org>
4667
4668 * gnus.texi (Mail Source Specifiers): Typo fix.
4669
46702008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4671
4672 * gnus.texi (Diary Headers Generation): Update key binding for
4673 `gnus-diary-check-message'.
4674
46752008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4676
4677 * gnus.texi (Emacsen): Addition.
4678
46792008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4680
4681 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4682
46832008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4684
4685 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4686
46872008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4688
4689 * gnus-news.texi: Update tool bar item.
4690
46912008-04-09 Sven Joachim <svenjoac@gmx.de>
4692
4693 * gnus-news.texi: Fix typos.
4694
76c109c3
JB
46952008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4696
222027f2 4697 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4698 Add mention of `kron'.
4699
d5fbd5a6
MO
47002008-04-01 Daiki Ueno <ueno@unixuser.org>
4701
0c7efc08
SM
4702 * epa.texi (Encrypting/decrypting *.gpg files):
4703 Document epa-file-name-regexp.
d5fbd5a6 4704
fbcbb58c
KY
47052008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4706
4707 * gnus.texi (Example Methods): Fix description about ssh-agent.
4708 (Indirect Functions): Fix the default value of nntp-telnet-command;
4709 remove link to connect.html.
4710
134ce16c
MA
47112008-03-30 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4714 dbus-call-method.
4715 (Receiving Method Calls): The timeout can be set by the calling client.
4716
da1975d7
MA
4717 * trampver.texi: Update release number.
4718
2e4089ab
RS
47192008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4720
4721 * gnus.texi (Top): Fix version. Add SASL.
4722
70cab5a9
MA
47232008-03-29 Michael Albinus <michael.albinus@gmx.de>
4724
4725 Sync with Tramp 2.1.13.
4726
4727 * trampver.texi: Update release number.
4728
5bc6ddff
MB
47292008-03-29 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * org.texi: Update to new org-mode website.
4732
47332008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4736
9b3ebcb6
MB
47372008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4738
4739 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4740 gnus-read-ephemeral-gmane-group-url,
4741 gnus-read-ephemeral-emacs-bug-group,
4742 gnus-read-ephemeral-debian-bug-group.
4743
47442008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4745
4746 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4747
4748 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4749 Add FIXMEs for Bookmarks and gnus-registry-marks.
4750
47512008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4752
4753 * gnus.texi (Smileys): Document `smiley-style'.
4754
47552008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4756
4757 * gnus.texi (Gnus Development): Clarify difference between ding and
4758 gnu.emacs.gnus.
4759 (MIME Commands, Using MIME, RSS): Fix markup.
4760
4761 * gnus-faq.texi ([8.4]): Ditto.
4762
47632008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * gnus.texi (Emacsen): Remove obsolete stuff.
4766
47672008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * gnus.texi (Oort Gnus): Add version info WRT
4770 `mail-source-delete-incoming'.
4771
47722008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus.texi (Top): Add "Other related manuals" and version info in
4775 `iftex' output.
4776 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4777 gnus-balloon-face-0 and the corresponding format specifiers.
4778
608d6a81
MA
47792008-03-26 Michael Albinus <michael.albinus@gmx.de>
4780
4781 * tramp.texi (Filename completion): Remove footnote about let-bind
4782 of `partial-completion-mode'. It doesn't work this way.
4783
27a6f132
SM
47842008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * pcl-cvs.texi (Contributors): Update my email.
4787
4a7c4c40
MA
47882008-03-21 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4791
2940c053
BW
47922008-03-17 Bill Wohler <wohler@newt.com>
4793
4794 * mh-e.texi (Viewing): Update URL for adding header fields to
4795 mh-invisible-header-fields-default.
4796
30864d5f
BW
47972008-03-16 Bill Wohler <wohler@newt.com>
4798
4799 * mh-e.texi (Preface): Add Gnus to requirements.
4800 (Forwarding): Note that forwarded MIME messages are now inline.
4801
31fe2b00
SM
48022008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4805 (Common Variables): Give precedence to the netcat methods over the
4806 telnet methods, and mention that they are more reliable.
31fe2b00 4807
5e97c626
CD
48082008-03-13 Carsten Dominik <dominik@science.uva.nl>
4809
4810 * org.texi (Exporting Agenda Views): Document agenda export to
4811 iCalendar.
4812 (Progress logging): Document the new progress logging stuff.
4813
37a68866
MB
48142008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4817 Update for change of `mail-source-delete-incoming'.
4818
4819 * gnus-news.texi: Ditto.
4820
8f7abae3
MB
48212008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4824 custom versions.
4825
af379c86
AM
48262008-03-07 Alan Mackenzie <acm@muc.de>
4827
4828 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4829 parens/brackets in a k&r region is limited.
4830
3d0f8a67
MB
48312008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4832
4833 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4834 using different Emacs versions.
4835
52151df0
GM
48362008-02-27 Glenn Morris <rgm@gnu.org>
4837
4838 * sc.texi: Remove a lot of old and obsolete info.
4839 (titlepage): Simplify.
4840 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4841 (VM with any Emacsen, GNEWS with any Emacsen)
4842 (Overloading for Non-conforming MUAs, Version 3 Changes)
4843 (The Supercite Mailing List): Delete nodes.
4844 (Introduction): Remove info about old packages.
4845 (Getting Connected): Simplify. Remove info about old packages.
4846 (Citing Commands): Delete Emacs 19 info.
4847 (Hints to MUA Authors): Simplify.
4848 (Thanks and History): Merge in some info from the deleted node
4849 "Version 3 Changes".
4850
b03f96dc
MB
48512008-02-05 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * org.texi (Setting tags, In-buffer settings):
4854 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4855
52bec650
MB
48562008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4857
4858 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4859 installation directory name.
4860
34a3c587
RF
48612008-02-12 Romain Francoise <romain@orebokech.com>
4862
4863 * epa.texi (Overview): Fix typo.
4864
5a8d03e9
MO
48652008-02-11 Daiki Ueno <ueno@unixuser.org>
4866
4867 * epa.texi (Quick start): Remove the .emacs setting.
4868
f1914c40
MO
48692008-02-10 Daiki Ueno <ueno@unixuser.org>
4870
4871 * epa.texi (Quick start): Use the command `epa-enable' instead of
4872 loading `epa-setup'.
4873
bca98fc9
JB
48742008-02-08 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4877 ($(infodir)/epa, epa.dvi): New targets.
4878
4b01af2e
MO
48792008-02-08 Daiki Ueno <ueno@unixuser.org>
4880
4881 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4882
4883 * epa.texi: New manual documenting the EasyPG Assistant.
4884
06c0751a
MA
48852008-02-06 Michael Albinus <michael.albinus@gmx.de>
4886
4887 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4888 (Inspection): New function dbus-ping.
4889
7dcccd7b
MA
48902008-02-05 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * tramp.texi (Remote processes): Add `shell-command'.
4893
a1da1e37
MB
48942008-01-28 Michael Sperber <sperber@deinprogramm.de>
4895
4896 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4897 (Group Parameters): Document `mail-source' parameter.
4898
c9d8f746
MA
48992008-01-27 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4902 must be a local host.
4903
15db4a13
MO
49042008-01-26 Michael Olson <mwolson@gnu.org>
4905
4906 * erc.texi: Update version for ERC 5.3 release.
4907 (Obtaining ERC): Update extras URLs for 5.3.
4908 (Development): Write instructions for git, and remove those for Arch.
4909 (History): Mention the switch to git.
4910
2bc43980
KB
49112008-01-24 Karl Berry <karl@gnu.org>
4912
bca98fc9
JB
4913 * info.texi (Search Index, Search Text): Mention the command
4914 character in the section name, a la the (Go to node) node.
2bc43980 4915
d2e4a6c9
MA
49162008-01-21 Michael Albinus <michael.albinus@gmx.de>
4917
4918 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4919
0b6799c3
MB
49202008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4921
4922 * gnus-news.texi: Mention gnus-article-describe-bindings.
4923
49242008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4927
db9c3fb1 49282008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4929
7b4d0413 4930 * org.texi (Property inheritance): New section.
db9c3fb1 4931 (Conventions): New section.
7b4d0413 4932 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4933 commands, and the new bindings for refiling.
4934 (Sparse trees): Document the new special command for sparse trees.
4935 (References): Be more clear about the counting of hilines.
4936 (Handling links): Document M-p/n for accessing links.
4937 (Fast access to TODO states): New section.
4938 (Per file keywords): New section.
4939 (Property inheritance): New section.
4940 (Column attributes): New summary types.
4941 (Capturing Column View): New section.
4942 (The date/time prompt): Cover the new features in the date/time prompt.
4943 Compactify the table of keys for the calendar remote control.
4944 (Clocking work time): Document the new :scope parameter.
4945 (Remember): Promoted to chapter.
4946 (Quoted examples): New section.
4947 (Enhancing text): New verbatim environments.
4948
6ed73f28
MA
49492008-01-14 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * trampver.texi: Update release number.
4952
95838435
MB
49532008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4954
0c7efc08
SM
4955 * gnus.texi (Article Keymap):
4956 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
4957 gnus-article-reply-with-original and
4958 gnus-article-followup-with-original.
4959
20234d96
GM
49602008-01-09 Glenn Morris <rgm@gnu.org>
4961
4962 * nxml-mode.texi: Add @copying section.
4963
d82cf70b
MB
49642008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4965
4966 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4967 Server". Add `message-send-mail-with-mailclient'.
4968
4969 * gnus.texi (Posting Server): Move some text to "(message)Mail
4970 Variables" and add a reference here.
4971
addb7f2e
MA
49722008-01-04 Michael Albinus <michael.albinus@gmx.de>
4973
4974 * dbus.texi (Receiving Method Calls): New chapter.
4975 (Errors and Events): Add serial number to events. Replace "signal" by
4976 "message". Introduce dbus-event-serial-number.
4977
4db2806c
MA
49782008-01-03 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * dbus.texi (Type Conversion): Explain the type specification for empty
4981 arrays. Use another example.
4982
c9ecb5a7
MA
49832007-12-30 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * dbus.texi (all): Replace "..." by @dots{}.
4986 (Type Conversion): Precise the value range for :byte types.
4987 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4988 Mention its return value.
4989 (Errors and Events): There is no D-Bus error propagation during event
4990 processing.
4991
702dbfd9
JB
49922007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4993
4994 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4995 New sections.
4996
87035689
MB
49972007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4998
4999 * gnus.texi (Group Parameters): Reorder the text and add a note about
5000 `gnus-parameters' near the beginning of the node.
5001
50022007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5003
5004 * gnus.texi (Score File Editing): Fix function name.
5005
5492f5ca
MA
50062007-12-23 Michael Albinus <michael.albinus@gmx.de>
5007
5008 Sync with Tramp 2.1.12.
5009
5010 * trampver.texi: Update release number.
5011
d4e67bc5
MA
50122007-12-22 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * dbus.texi (Type Conversion): Correct input parameters mapping.
5015
6a31c819
MA
50162007-12-21 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5019 (Errors and Events): Mention wrong-type-argument error.
5020
99a3e35f
AS
50212007-12-21 Alex Schroeder <alex@gnu.org>
5022
5023 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5024 spaces. Fixed some typos.
99a3e35f
AS
5025 (Internet Relay Chat): Explain relay.
5026 (Getting started with rcirc): Change items to reflect prompts.
5027 Add more explanation to rcirc-track-minor-mode and added a comment to
5028 warn future maintainers that this section is a copy.
0c7efc08 5029 (People): Change /ignore example.
62b12a24 5030 (Keywords): Not keywords.
99a3e35f 5031
331e4d02
AS
50322007-12-20 Alex Schroeder <alex@gnu.org>
5033
5034 * rcirc.texi (Top): Fighting Information Overload chapter added.
5035 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5036 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5037 (Fighting Information Overload): New chapter documenting /keyword,
5038 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5039 (Configuration): Document rcirc-server-alist, remove
5040 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5041
cd71c3ef
MA
50422007-12-16 Michael Albinus <michael.albinus@gmx.de>
5043
5044 * dbus.texi (Signals): Fix example in dbus-register-signal.
5045
bbbe940b
MB
50462007-12-14 Sven Joachim <svenjoac@gmx.de>
5047
5048 * gnus.texi (Score Variables): Fix typo.
5049
0ce574ef
MA
50502007-12-07 Michael Albinus <michael.albinus@gmx.de>
5051
5052 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5053 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5054 (Errors and Events): Adapt dbus-event.
5055
b890d447
MB
50562007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5057
5058 * gnus.texi (Other Files): Add the yenc command.
5059
50602007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5061
5062 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5063 since 2004-08-06.
5064
50652007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5066
5067 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5068 on body.
5069
50702007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5071
5072 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5073 and rfc2047-allow-irregular-q-encoded-words; fix description of
5074 rfc2047-encode-encoded-words.
5075
50762007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5079
3728bf03
MO
50802007-12-05 Michael Olson <mwolson@gnu.org>
5081
5082 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5083 Update documentation for `remember-diary-file'.
5084
a4397af9
MA
50852007-12-04 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * dbus.texi (Signals): Precise `dbus-register-signal'.
5088 (Errors and Events): Rework events part, the internal structure of
5089 dbus-event has changed.
5090
1682490c
JB
50912007-12-03 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5094 ($(infodir)/dbus, dbus.dvi): New targets.
5095
7b13a0f2
MA
50962007-12-03 Michael Albinus <michael.albinus@gmx.de>
5097
5098 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5099 unconditionally.
5100
5101 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5102 emulation with @print{}.
5103
7ef92bc9
RS
51042007-12-02 Richard Stallman <rms@gnu.org>
5105
5106 * dbus.texi (Overview): Minor cleanup.
5107
22d8ac3a
MA
51082007-12-02 Michael Albinus <michael.albinus@gmx.de>
5109
d3a8e0df
MA
5110 * Makefile.in (INFO_TARGETS): Add dbus.
5111 (DVI_TARGETS): Add dbus.dvi.
5112 (dbus, dbus.dvi): New targets.
5113
22d8ac3a
MA
5114 * dbus.texi: New file.
5115
559764ab
RF
51162007-11-24 Romain Francoise <romain@orebokech.com>
5117
5118 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5119 Fix file name to match @setfilename.
559764ab 5120
ac97a16b
MH
51212007-11-23 Mark A. Hershberger <mah@everybody.org>
5122
5123 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5124 ($(infodir)/nxml-mode): New rule.
5125
5126 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5127 ($(infodir)/nxml-mode): New rule.
5128 (clean): Add nxml-mode*.
5129
5130 * nxml-mode.texi: New file with nxml manual.
5131
404cd454
GM
51322007-11-18 Richard Stallman <rms@gnu.org>
5133
5134 * flymake.texi (Example -- Configuring a tool called directly):
5135 Update example.
5136
b048d478
MA
51372007-11-18 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5140 double-slash behavior. Explain directory contents flushing.
b048d478 5141
346e8469
JB
51422007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5143
5144 * calc.texi (TeX and LaTeX Language Modes): Put in
5145 missing braces.
5146
404cd454
GM
51472007-11-15 Richard Stallman <rms@gnu.org>
5148
5149 * cl.texi (Equality Predicates): Delete `eql'.
5150 (Predicates, Naming Conventions, Top): Delete `eql'.
5151 (Common Lisp Compatibility): Delete `eql'.
5152 (Porting Common Lisp): Delete obsolete backquote info.
5153 Minor clarification about character constants.
5154 (Sequence Basics): Minor clarification.
5155
1f6af58b
JB
51562007-11-15 Juanma Barranquero <lekktu@gmail.com>
5157
dccb744b 5158 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5159 * tramp.texi (Filename completion): Fix typos.
5160
3bc88bc9
JB
51612007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5162
5163 * calc.texi (Basic commands): Mention the menu.
5164
bc5300d3
MA
51652007-11-12 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * tramp.texi (Connection caching): Tramp flushes connection
5168 properties when remote operating system has been changed.
5169
4d8a28ec
MB
51702007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5171
5172 * gnus-news.texi: Fix spelling.
5173 `message-insert-formatted-citation-line', not
5174 `message-insert-formated-citation-line'.
5175
404cd454
GM
5176 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5177
e1176b47
MA
51782007-11-07 Michael Albinus <michael.albinus@gmx.de>
5179
5180 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5181 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5182 (Frequently Asked Questions): Add code example for highlighting the
5183 mode line.
5184
6159985a
MO
51852007-11-03 Michael Olson <mwolson@gnu.org>
5186
5187 * remember.texi: Change mentions of remember-buffer to
5188 remember-finalize throughout.
5189
bec9b2f5
MO
51902007-10-30 Michael Olson <mwolson@gnu.org>
5191
5192 * remember.texi (Copying): Remove.
5193 (Mailbox): Update with non-BBDB instructions.
5194 (Diary, Org): Add.
5195 (Bibliography, Planner Page): Remove.
5196
b6173182
JB
51972007-10-30 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * makefile.w32-in (INFO_TARGETS): Add remember.
5200 (DVI_TARGETS): Add remember.dvi.
5201 ($(infodir)/remember): New rule.
5202 (clean): Add remember*.
5203
15f3eb73
MO
52042007-10-30 Michael Olson <mwolson@gnu.org>
5205
70bdc930
MO
5206 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5207 ($(infodir)/remember): New rule that builds the Remember Manual.
5208
b6173182
JB
5209 * remember.texi: New file containing the Remember Mode Manual.
5210 Shuffle chapters around after initial import.
7d3f6f1a
MO
5211 (Function Reference): Split Keystrokes into separate chapter.
5212 (Keystrokes): Document C-c C-k.
51d24a12 5213 (Introduction): Fix typographical issue with "---".
15f3eb73 5214
404cd454
GM
52152007-10-29 Richard Stallman <rms@gnu.org>
5216
5217 * widget.texi (Introduction): Delete discussion of implementation
5218 internals.
5219
9bbb9638
MA
52202007-10-29 Michael Albinus <michael.albinus@gmx.de>
5221
5222 * tramp.texi (Connection caching): Host names must be different
5223 when tunneling.
5224
c7ff939a
RS
52252007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5226
5227 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5228 Gnus v5.13.
5229
01c52d31
MB
52302007-10-28 Miles Bader <miles@gnu.org>
5231
5232 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5233
01c52d31
MB
52342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5235
0c7efc08
SM
5236 * gnus.texi (Sorting the Summary Buffer):
5237 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5238
52392007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5240
5241 * gnus.texi (Non-ASCII Group Names): New node.
5242 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5243 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5244
c8763fb6 52452007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5246
5247 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5248 clean the output of the program `imap-shell-program'.
5249
52502007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5251
5252 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5253
52542007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5255
5256 * gnus.texi (Sticky Articles): Documentation for sticky article
5257 buffers.
5258
c8763fb6 52592007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5260
5261 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5262
52632007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5264
5265 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5266
52672007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5268
0c7efc08
SM
5269 * gnus.texi (Archived Messages):
5270 Document gnus-update-message-archive-method.
01c52d31
MB
5271
52722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5273
5274 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5275
c8763fb6 52762007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5277
0c7efc08
SM
5278 * gnus.texi (Group Maneuvering):
5279 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5280
52812007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5282
0c7efc08
SM
5283 * gnus.texi (Really Various Summary Commands):
5284 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5285
52862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5287
5288 * gnus.texi, message.texi: Bump version number.
5289
52902007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5291
5292 * gnus.texi (Group Line Specification, Misc Group Stuff)
5293 (Server Commands): Parenthesize @pxref{Mail Spool}.
5294
52952007-10-28 Didier Verna <didier@xemacs.org>
5296
5297 New user option: message-signature-directory.
5298 * message.texi (Insertion Variables): Document it.
5299 * gnus.texi (Posting Styles): Ditto.
5300
53012007-10-28 Didier Verna <didier@xemacs.org>
5302
5303 * gnus.texi (Group Line Specification):
5304 * gnus.texi (Misc Group Stuff):
5305 * gnus.texi (Server Commands): Document the group compaction feature.
5306
53072007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5308
5309 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5310
5311 * message.texi (Various Message Variables): Add message-fill-column.
5312
53132007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5314
5315 * gnus.texi: Untabify.
5316
53172007-10-28 Didier Verna <didier@xemacs.org>
5318
5319 * gnus.texi (Group Parameters): Document the posting-style merging
5320 process in topic-mode.
5321
53222007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5325
53262007-10-28 Romain Francoise <romain@orebokech.com>
5327
5328 * gnus.texi (Mail Spool): Fix typo.
5329 Update copyright.
5330
53312007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5334
53352007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5336
5337 * gnus.texi (Summary Generation Commands):
5338 Add gnus-summary-insert-ticked-articles.
5339
53402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5341
b2abec73
JB
5342 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5343 to spam-spamassassin-program.
01c52d31
MB
5344
53452007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5346
5347 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5348
53492007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5350
5351 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5352
53532007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5354
5355 * message.texi (Mail Headers): Document `opportunistic'.
5356
53572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5358
5359 * emacs-mime.texi (Encoding Customization): Explain how to set
5360 mm-coding-system-priorities per hierarchy.
5361
53622007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5363
5364 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5365 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5366
53672007-10-28 Didier Verna <didier@xemacs.org>
5368
5369 * message.texi (Wide Reply): Update documentation of
5370 message-dont-reply-to-names (now allowing a list of regexps).
5371
53722007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5373
5374 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5375
53762007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * gnus.texi (SpamAssassin back end): Fix typo.
5379
5380 * sieve.texi (Examples): Fix grammar.
5381
53822007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
5384 * gnus.texi (Searching for Articles): Document M-S and M-R.
5385 (Limiting): Document / b.
5386
53872007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5388
5389 * gnus.texi (Thread Commands): T M-^.
5390
53912007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * message.texi (Mail Aliases): Document ecomplete.
5394 (Mail Aliases): Fix typo.
5395
53962007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5399 fix typo.
5400
54012007-10-28 Romain Francoise <romain@orebokech.com>
5402
5403 * gnus.texi (Mail Spool): Grammar fix.
5404
54052007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5406
5407 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5408 string.
5409
54102007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5411
5412 * gnus.texi (Group Parameters): Fix description.
5413
54142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5415
b2abec73
JB
5416 * gnus.texi (Gmane Spam Reporting):
5417 Fix spam-report-gmane-use-article-number.
5418 Add spam-report-user-mail-address.
01c52d31
MB
5419
54202007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5423
54242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5425
5426 * gnus.texi (Group Parameters): Add simplified sorting example based on
5427 example for `Sorting the Summary Buffer' from Jari Aalto
5428 <jari.aalto@cante.net>.
5429 (Example Methods): Add example for an indirect connection.
5430
54312007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5432
0c7efc08 5433 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5434 (Agent Parameters): Updated parameter names to match code.
5435 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5436 'gnus-agent-summary-fetch-series'.
5437 (Agent and flags): New section providing a generalized discussion
5438 of flag handling.
0c7efc08
SM
5439 (Agent and IMAP): Remove flag discussion.
5440 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5441
54422007-10-28 Romain Francoise <romain@orebokech.com>
5443
5444 * gnus.texi (Exiting the Summary Buffer): Add new function
5445 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5446
54472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5448
5449 * gnus.texi (Conformity): Fix typo.
5450 (Customizing Articles): Document `first'.
5451
54522007-10-28 Jari Aalto <jari.aalto@cante.net>
5453
5454 * gnus.texi (Sorting the Summary Buffer):
5455 Add `gnus-thread-sort-by-date-reverse'. Add example
5456 host to different sorting in NNTP and RSS groups.
5457
54582007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5459
5460 * message.texi (Insertion): Describe prefix for
5461 message-mark-inserted-region and message-mark-insert-file.
5462
54632007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5464
5465 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5466 LaTeX documents. Describe "text/x-gnus-verbatim".
5467
54682007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5469
b2abec73 5470 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5471 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5472 (spam-stat spam filtering, SpamOracle)
0c7efc08 5473 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5474 clarity.
5475
54762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5477
5478 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5479 gnus-article-delete-part and gnus-article-replace-part.
5480 (Using MIME): Add gnus-mime-replace-part.
5481
54822007-10-28 Romain Francoise <romain@orebokech.com>
5483
5484 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5485 requires `auto-compression-mode' to be enabled. Add new nnml
5486 variable `nnml-compressed-files-size-threshold'.
5487
54882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5489
0c7efc08
SM
5490 * gnus.texi (Sorting the Summary Buffer):
5491 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5492
54932007-10-28 Romain Francoise <romain@orebokech.com>
5494
5495 * message.texi (Insertion Variables): Mention new variable
5496 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5497 documentation accordingly.
5498
54992007-10-28 Romain Francoise <romain@orebokech.com>
5500
5501 * gnus.texi (To From Newsgroups): Mention new variables
5502 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5503
55042007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5507 stuff; gnus-mime-inline-part does the automatic decompression.
5508
55092007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5510
5511 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5512 "training.ham" should be "training.spam".
01c52d31
MB
5513
55142007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * message.texi (Mail Variables): Fix the default value for
5517 message-send-mail-function.
5518
55192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5520
5521 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5522 always returns nil exceptionally.
5523
55242007-10-28 Simon Josefsson <jas@extundo.com>
5525
0c7efc08
SM
5526 * gnus.texi (Article Washing): Add libidn URL.
5527 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5528
55292007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * gnus.texi (Topic Commands): Fix next/previous.
5532
55332007-10-28 Simon Josefsson <jas@extundo.com>
5534
5535 * gnus.texi (Article Washing): Mention `W i'.
5536
c8763fb6 55372007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5538
5539 * gnus.texi (Group Parameters): Slight extension of sieve
5540 parameter description.
5541
55422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5543
5544 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5545 matching score files as well.
5546 (Picons): Describe `gnus-picon-style'.
5547
55482007-10-28 Romain Francoise <romain@orebokech.com>
5549
5550 * message.texi (Message Headers): Mention that headers are hidden
5551 using narrowing, and how to expose them.
5552 Update copyright.
5553
55542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5557 `gnus-summary-sort-by-recipient'.
5558
55592007-10-28 Romain Francoise <romain@orebokech.com>
5560
5561 * gnus.texi (NNTP marks): New node.
5562 (NNTP): Move NNTP marks variables to the new node.
5563
55642007-10-28 Jesper Harder <harder@ifa.au.dk>
5565
b2abec73 5566 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5567
5568 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5569
55702007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5571
b2abec73 5572 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5573 everywhere for consistency.
b2abec73
JB
5574 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5575 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5576 Say "regular expression" instead of "regex." Admonish.
5577 Pick other words to sound better (s/so/thus/).
5578 (Spam ELisp Package Filtering of Incoming Mail):
5579 Mention statistical filters. Remove old TODO.
01c52d31 5580 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5581 New section on sorting and displaying the spam score.
5582 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5583 backend but an alias to spam-use-BBDB.
5584 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5585 new backend functionality.
5586
55872007-10-28 Simon Josefsson <jas@extundo.com>
5588
5589 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5590 nntp-marks-directory, from Romain Francoise
5591 <romain@orebokech.com>.
5592
55932007-10-28 Magnus Henoch <mange@freemail.hu>
5594
5595 * gnus.texi (Hashcash): New default value of
5596 hashcash-default-payment.
5597
55982007-10-28 Simon Josefsson <jas@extundo.com>
5599
5600 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5601 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5602
56032007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5604
0c7efc08 5605 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5606
56072007-10-28 Simon Josefsson <jas@extundo.com>
5608
5609 * gnus.texi (documentencoding): Add, to avoid warnings.
5610
56112007-10-28 Simon Josefsson <jas@extundo.com>
5612
5613 * message.texi (Mail Headers): Add.
5614
5615 * gnus.texi (Hashcash): Fix.
5616
56172007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5618
0c7efc08 5619 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5620 that payments can be verified and fix the name of the
b2abec73 5621 hashcash-path variable.
01c52d31
MB
5622
56232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5624
b2abec73 5625 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5626
56272007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5630
56312007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5632
5633 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5634 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5635 warning about ham processors in spam groups removed.
01c52d31
MB
5636
56372007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5638
0c7efc08 5639 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5640 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5641
56422007-10-28 Jesper Harder <harder@ifa.au.dk>
5643
5644 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5645 (Mailing List): Typo.
5646 (Customizing Articles): Add gnus-treat-ansi-sequences.
5647 (Article Washing): Index.
5648
5649 * message.texi: Use m-dash consistently.
5650
56512007-10-28 Jesper Harder <harder@ifa.au.dk>
5652
5653 * gnus.texi (GroupLens): Remove.
5654
56552007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5656
0c7efc08
SM
5657 * gnus.texi (Outgoing Messages, Agent Variables):
5658 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5659 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5660
56612007-10-28 Jesper Harder <harder@ifa.au.dk>
5662
5663 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5664
56652007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5666
5667 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5668
5669 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5670
56712007-10-28 Simon Josefsson <jas@extundo.com>
5672
5673 * gnus.texi (Top): Add SASL.
5674
404cd454
GM
56752007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5676
5677 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5678
56792007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5680
5681 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5682
0edd2970
JB
56832007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5684
5685 * calc.texi (Formulas, Composition Basics): Lower the
5686 precedence of negation.
5687
a9afba20
JY
56882007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5689
5690 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5691 Mention the new three-letter column identifiers.
5692 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5693 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5694 message when using `c' on an empty default with default printer.
5695 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5696 renamed to `ses--symbolic-formulas' some time ago.
5697
45b778a6
JB
56982007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5699
5700 * calc.texi (Default Simplifications, Making Selections)
5701 (Customizing Calc): Clarify associativity of multiplication.
5702
03b5bade
MA
57032007-10-23 Michael Albinus <michael.albinus@gmx.de>
5704
5705 * tramp.texi (Traces and Profiles): Simplify loop over
5706 `trace-function-background'.
5707
e658c8ee
JL
57082007-10-22 Juri Linkov <juri@jurta.org>
5709
5710 * dired-x.texi (Shell Command Guessing): Default values are now
5711 available by typing M-n instead of M-p.
5712
dd753688
MA
57132007-10-21 Michael Albinus <michael.albinus@gmx.de>
5714
5715 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5716 (Password caching): Remove `tramp-clear-passwd'.
5717 It's not a command anymore.
dd753688
MA
5718 (Bug Reports): Add `tramp-bug' to function index.
5719 (Function Index, Variable Index): New nodes.
5720 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5721
5722 * trampver.texi: Update release number.
5723
4bb49b43
JB
57242007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5725
8b296cdd 5726 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5727 about integer size into past tense.
5728 (Time Zones): Remove pointer to Calc author's address.
5729 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5730 and hyperbolic cotangent. Fix typo.
4bb49b43 5731
311dd93f
MA
57322007-10-10 Michael Albinus <michael.albinus@gmx.de>
5733
5734 Sync with Tramp 2.1.11.
5735
5736 * trampver.texi: Update release number.
5737
ea3fc256
MA
57382007-10-06 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * tramp.texi (External packages): New section.
5741
1af74d06
MB
57422007-09-29 Juri Linkov <juri@jurta.org>
5743
5744 * info.texi (Help-Int): Document `L' (`Info-history').
5745
0e2806fa
SM
57462007-09-26 Carsten Dominik <dominik@science.uva.nl>
5747
5748 * org.texi: Change links to webpage and maintained email.
5749 (Remember): Promote to Chapter, significant changes.
5750 (Fast access to TODO states): New section.
5751 (Faces for TODO keywords): New section.
5752 (Export options): Example for #+DATE.
5753 (Progress logging): Section moved.
5754
567b9191
BW
57552007-09-26 Bill Wohler <wohler@newt.com>
5756
5757 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5758 browse-url-at-mouse.
5759
1af74d06
MB
57602007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5761
5762 * flymake.texi (Customizable variables): Face names don't end in -face.
5763 Fix flymake-err-line-patterns template.
5764 (Example -- Configuring a tool called directly): Fix init-function.
5765 (Highlighting erroneous lines): Face names don't end in -face.
5766
d60a4e3a 57672007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5768
5769 * erc.texi (Special-Features): Fix small typo.
5770
7d7a3510
MA
57712007-09-14 Michael Albinus <michael.albinus@gmx.de>
5772
5773 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5774 and "External transfer methods".
5775
285f0d3a
JB
57762007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5777
5778 * calc.texi (Predefined Units): Add some history.
5779
526dc846
MO
57802007-09-08 Michael Olson <mwolson@gnu.org>
5781
87e04f16
JB
5782 * erc.texi (Copying): New section included from gpl.texi.
5783 This matches the look of the upstream ERC manual.
526dc846 5784
f10d0e80
JB
57852007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5786
87e04f16 5787 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5788 (Random Numbers): Clarify the distribution of `random'.
5789
4009494e
GM
57902007-09-06 Glenn Morris <rgm@gnu.org>
5791
f1fc42aa 5792 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5793 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5794 Change all setfilename commands to use ../../info.
5795 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5796 refer to the Emacs manual here.
5797 (infodir): New variable.
5798 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5799 (cc-mode.texi, faq.texi): Update references to source file locations.
5800 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5801 do not refer to the Emacs manual here.
5802 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5803
5804 * Makefile.in: Add `basename' versions of all info targets, for
5805 convenience when rebuilding just one manual.
5806 (../etc/GNU): Delete obsolete target.
5807 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5808 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5809 *.vrs *.toc here...
5810 (maintainer-clean): ...from here.
4009494e
GM
5811
5812 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5813
2de53ca6
GM
58142007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5815
5816 * calc.texi (Date Conversions): Clarify definition of
5817 Julian day numbering.
5818 (Date Forms): Clarify definition of Julian day numbering;
5819 add some history.
5820
58212007-08-30 Carsten Dominik <dominik@science.uva.nl>
5822
87e04f16 5823 * org.texi: Version 5.07.
2de53ca6
GM
5824
58252007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5826
5827 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5828
58292007-08-22 Carsten Dominik <dominik@science.uva.nl>
5830
5831 * org.texi (Adding hyperlink types): New section.
5832 (Embedded LaTeX): Chapter updated because of LaTeX export.
5833 (LaTeX export): New section.
5834 (Using links out): New section.
5835
58362007-08-22 Glenn Morris <rgm@gnu.org>
5837
5838 * faq.texi (Learning how to do something): Refcards now in
5839 etc/refcards/ directory.
5840
58412007-08-22 Michael Albinus <michael.albinus@gmx.de>
5842
5843 * tramp.texi (Remote Programs): Persistency file must be cleared when
5844 changing `tramp-remote-path'.
5845 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5846 macro.
5847
58482007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5849
5850 * calc.texi: Move contents to beginning of file.
5851 (Algebraic Entry): Fix the formatting of an example.
5852
58532007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5854
5855 * calc.texi (Basic Operations on Units): Mention exact versus
5856 inexact conversions.
5857
58582007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5859
5860 * calc.texi (Basic Operations on Units): Mention default
5861 values for new units.
5862 (Quick Calculator Mode): Mention that binary format will
5863 be displayed.
5864
58652007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5868
58692007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5870
5871 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5872
58732007-08-08 Glenn Morris <rgm@gnu.org>
5874
5875 * gnus.texi, sieve.texi: Replace `iff'.
5876
58772007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5878
5879 * calc.texi (Basic Graphics): Mention the graphing of error
5880 forms.
5881 (Graphics Options): Mention how `g s' handles error forms.
5882 (Curve Fitting): Mention plotting the curves.
5883 (Standard Nonlinear Models): Add additional models.
5884 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5885 (Linear Fits): Correct result.
5886
58872007-08-01 Alan Mackenzie <acm@muc.de>
5888
5889 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5890 to "--no-site-file".
5891
58922007-07-29 Michael Albinus <michael.albinus@gmx.de>
5893
5894 * tramp.texi (Frequently Asked Questions): Point to mode line
5895 extension in Emacs 23.1.
5896
5897 * trampver.texi: Update release number.
5898
58992007-07-27 Glenn Morris <rgm@gnu.org>
5900
5901 * calc.texi (Copying): Include license text from gpl.texi, rather than
5902 in-line.
5903
59042007-07-25 Glenn Morris <rgm@gnu.org>
5905
5906 * calc.texi (Copying): Replace license with GPLv3.
5907
5908 * Relicense all FSF files to GPLv3 or later.
5909
59102007-07-22 Michael Albinus <michael.albinus@gmx.de>
5911
5912 Sync with Tramp 2.1.10.
5913
5914 * tramp.texi (trampfn): Expand macro implementation in order to handle
5915 empty arguments.
5916 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5917 occurrences by trampfn.
2de53ca6 5918 (Frequently Asked Questions): Extend example code for host
b2abec73 5919 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5920 file names to be typed.
5921
5922 * trampver.texi: Update release number.
5923
59242007-07-17 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5927 section. Reported by <poti@potis.org>.
5928 (Remote processes): Arguments of the program to be debugged are taken
5929 literally.
5930 (Frequently Asked Questions): Simplify recentf example.
5931
59322007-07-14 Karl Berry <karl@gnu.org>
5933
5934 * info.texi (@copying): New Back-Cover Text.
5935
5936 * info.texi (Quitting Info): Move to proper place in source.
5937 (Reported by Benno Schulenberg.)
5938
59392007-07-13 Eli Zaretskii <eliz@gnu.org>
5940
5941 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5942
5943 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5944
5945 * emacs-mime.texi: Add @documentencoding directive.
5946
59472007-07-12 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * tramp.texi (Remote processes): Add an anchor to the subsection
5950 "Running a debugger on a remote host".
5951
59522007-07-12 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * tramp.texi (Remote processes): Don't call it "experimental" any
5955 longer. Add subsection about running a debugger on a remote host.
5956
59572007-07-10 Carsten Dominik <dominik@science.uva.nl>
5958
5959 * org.texi (Properties and columns): Chapter rewritten.
5960
59612007-07-08 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * tramp.texi:
5964 * trampver.texi: Migrate to Tramp 2.1.
5965
59662007-07-02 Carsten Dominik <dominik@science.uva.nl>
5967
5968 * org.texi (Properties): New chapter.
5969
59702007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5973 Control Panel.
5974
5975 * gnus.texi (Misc Article): Add index entry for
5976 gnus-single-article-buffer.
5977
59782007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5979
5980 * gnus.texi (Starting Up): Fix typo.
5981
59822007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5983
5984 * gnus.texi (Asynchronous Fetching): Fix typo.
5985
59862007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5987
5988 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5989 (About This Manual): Remove redundant information.
5990 (Getting Started): Mention author.
5991 (Basic Arithmetic, Customizing Calc): Make description of the
5992 variable `calc-multiplication-has-precedence' match its new effect.
5993
59942007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5995
0c7efc08
SM
5996 * calc.texi (Basic Arithmetic, Customizing Calc):
5997 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
5998
59992007-06-19 Carsten Dominik <dominik@science.uva.nl>
6000
6001 * org.texi (Tag): Section swapped with node Timestamps.
6002 (Formula syntax for Lisp): Document new `L' flag.
6003
60042007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6005
6006 * gnus.texi (Misc Group Stuff, Summary Buffer)
6007 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6008
60092007-06-06 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6012 * gnus.texi (Article Buttons, Mail Source Customization)
6013 (Sending or Not Sending, Customizing NNDiary):
6014 * message.texi (Message Headers):
6015 * mh-e.texi (HTML): Fix typos.
6016
60172007-06-07 Michael Albinus <michael.albinus@gmx.de>
6018
6019 Sync with Tramp 2.0.56.
6020
6021 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6022 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6023
60242007-06-02 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * Version 22.1 released.
6027
60282007-05-26 Michael Olson <mwolson@gnu.org>
6029
6030 * erc.texi (Modules): Fix references to completion modules.
6031
60322007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6033
6034 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6035
60362007-05-09 Didier Verna <didier@xemacs.org>
6037
6038 * gnus.texi (Email Based Diary): New. Proper documentation for the
6039 nndiary back end and the gnus-diary library.
6040
60412007-05-03 Karl Berry <karl@gnu.org>
6042
6043 * .cvsignore (*.pdf): New entry.
6044
6045 * texinfo.tex: Update from current version for better pdf generation.
6046
60472007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6048
6049 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6050
60512007-04-28 Glenn Morris <rgm@gnu.org>
6052
6053 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6054 consideration of legal status.
6055
60562007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6057
6058 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6059
60602007-04-24 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * faq.texi (New in Emacs 22): python.el removed.
6063
60642007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6065
6066 * calc.texi (Reporting bugs): Update maintainer's address.
6067
60682007-04-22 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6071
60722007-04-15 Jay Belanger <belanger@truman.edu>
6073
6074 * calc.texi (Title page): Remove the date.
6075 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6076 (The Standard Calc Interface): Change trail title.
6077 (Floats): Mention that when non-decimal floats are entered, only
6078 approximations are stored.
6079 (Copying): Move to the appendices.
6080 (GNU Free Documentation License): Add as an appendix.
6081
60822007-04-15 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6085 * dired-x.texi, ebrowse.texi, ediff.texi:
6086 * emacs-mime.texi, erc.texi, eshell.texi:
6087 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6088 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6089 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6090 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6091 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6092 * woman.texi: Include GFDL.
6093
6094 * doclicense.texi: Remove node heading, so that it can be included by
6095 other files.
6096
6097 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6098
6099 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6100 than *.
6101
61022007-04-14 Carsten Dominik <dominik@science.uva.nl>
6103
6104 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6105 in Calc.
6106
61072007-04-09 Romain Francoise <romain@orebokech.com>
6108
6109 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6110 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6111 replace mouse-2.
6112
61132007-04-08 Chong Yidong <cyd@stupidchicken.com>
6114
6115 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6116 renamed to woman-use-topic-at-point. Document new behavior.
6117
61182007-04-08 Richard Stallman <rms@gnu.org>
6119
6120 * url.texi: Fix some indexing.
6121 (Disk Caching): Drop discussion of old/other Emacs versions.
6122
61232007-04-07 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * url.texi (Disk Caching): Say Emacs 21 "and later".
6126
6127 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6128 on Font locking which now mentions JIT lock.
6129
61302007-04-01 Michael Olson <mwolson@gnu.org>
6131
6132 * erc.texi: Update for the ERC 5.2 release.
6133
61342007-03-31 David Kastrup <dak@gnu.org>
6135
6136 * woman.texi (Topic, Interface Options): Explain changes semantics of
6137 woman-manpath in order to consider MANPATH_MAP entries.
6138
61392007-03-31 Eli Zaretskii <eliz@gnu.org>
6140
6141 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6142
61432007-03-26 Richard Stallman <rms@gnu.org>
6144
6145 * pgg.texi (Caching passphrase): Clean up previous change.
6146
61472007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6148
6149 * gnus.texi (Setting Process Marks): Fix typo.
6150
61512007-03-25 Romain Francoise <romain@orebokech.com>
6152
6153 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6154 readability, and include various fixes by Daniel Brockman, Nick Roberts
6155 and Dieter Wilhelm.
6156
61572007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6158
6159 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6160
6161 * gnus.texi (Mail Source Specifiers): Fix typo.
6162
61632007-03-22 Ralf Angeli <angeli@caeruleus.net>
6164
6165 * reftex.texi (Imprint): Update maintainer information.
6166
61672007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6168
6169 * message.texi (Message Buffers): Update documentation for
6170 message-generate-new-buffers.
6171
61722007-03-15 Daiki Ueno <ueno@unixuser.org>
6173
6174 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6175
61762007-03-21 Glenn Morris <rgm@gnu.org>
6177
6178 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6179
61802007-03-19 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * eshell.texi (Known problems): Emacs 21 -> 22.
6183
6184 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6185
61862007-03-18 Jay Belanger <belanger@truman.edu>
6187
6188 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6189
61902007-03-12 Glenn Morris <rgm@gnu.org>
6191
6192 * calc.texi (Time Zones): Switch to new North America DST rule.
6193
6194 * calc.texi: Replace "daylight savings" with "daylight
6195 saving" in text throughout.
6196
61972007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6198
6199 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6200 The variable now uses a list of symbols instead of just a symbol.
6201 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6202
62032007-03-06 Romain Francoise <romain@orebokech.com>
6204
6205 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6206 new packages, and mention Gnus update.
6207
62082007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6209
6210 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6211 nntp-open-connection-functions-never-echo-commands.
6212
62132007-02-27 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6216 problems on the console, and security risk in not using gpg-agent.
6217
62182007-02-25 Carsten Dominik <dominik@science.uva.nl>
6219
0c7efc08 6220 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6221 Completely reorganized and rewritten.
6222 (CamelCase links): Section removed.
6223 (Repeating items): New section.
6224 (Tracking TODO state changes): New section.
6225 (Agenda views): Chapter reorganized and rewritten.
6226 (HTML export): Section rewritten.
6227 (Tables in arbitrary syntax): New section.
6228 (Summary): Better feature summary.
6229 (Activation): Document problem with cut-and-paste of Lisp code
6230 from PDF files.
6231 (Visibility cycling): Document indirect buffer use.
6232 (Structure editing): Document sorting.
6233 (Remember): Section rewritten.
6234 (Time stamps): Better description of time stamp types.
6235 (Tag searches): Document regular expression search for tags.
6236 (Stuck projects): New section.
6237 (In-buffer settings): New keywords.
6238 (History and Acknowledgments): Updated description.
6239
62402007-02-24 Alan Mackenzie <acm@muc.de>
6241
6242 * cc-mode.texi (Movement Commands): Insert two missing command names.
6243 (Getting Started): Slight wording correction (use conditional).
6244
62452007-02-22 Kim F. Storm <storm@cua.dk>
6246
6247 * widget.texi (User Interface, Basic Types): Document need to put some
6248 text before the %v escape in :format string in editable-field widget.
6249
62502007-02-18 Romain Francoise <romain@orebokech.com>
6251
6252 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6253 `cvs-mode-quit'.
6254
62552007-02-10 Markus Triska <markus.triska@gmx.at>
6256
6257 * widget.texi (Programming Example): Put constant strings in :format.
6258
62592007-02-07 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * faq.texi (Fullscreen mode on MS-Windows): New node.
6262
62632007-02-04 David Kastrup <dak@gnu.org>
6264
6265 * faq.texi (AUCTeX): Update version number. Should probably be done
6266 for other packages as well.
6267
62682007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6269
6270 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6271 <tassilo@member.fsf.org>.
6272
62732007-01-27 Eli Zaretskii <eliz@gnu.org>
6274
6275 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6276 ls-lisp-use-localized-time-format.
6277
62782007-01-20 Markus Triska <markus.triska@gmx.at>
6279
6280 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6281
62822007-01-13 Michael Olson <mwolson@gnu.org>
6283
6284 * erc.texi (Modules): Mention capab-identify module.
6285
62862007-01-05 Michael Olson <mwolson@gnu.org>
6287
6288 * erc.texi (Getting Started): Update for /RECONNECT command.
6289
62902007-01-04 Richard Stallman <rms@gnu.org>
6291
6292 * ebrowse.texi: Change C-c b to C-c C-m.
6293
62942007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6295
6296 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6297 variables only in info to avoid redundant entries in the printed
6298 manual.
6299
63002007-01-02 Daiki Ueno <ueno@unixuser.org>
6301
6302 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6303
63042007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6305
6306 * message.texi (Security): Split into sub-nodes.
6307
63082007-01-01 Alan Mackenzie <acm@muc.de>
6309
6310 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6311 eval-after-load in Emacs <=21 and a workaround. Document that
6312 trigraphs are not supported.
6313
63142007-01-01 Alan Mackenzie <acm@muc.de>
6315
6316 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6317 c-context-line-break. When invoked within a string, preserve
6318 whitespace. Add a backslash only when also in a macro.
6319
63202007-01-01 Alan Mackenzie <acm@muc.de>
6321
6322 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6323
63242007-01-01 Alan Mackenzie <acm@muc.de>
6325
6326 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6327 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6328
63292007-01-01 Alan Mackenzie <acm@muc.de>
6330
6331 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6332 "Choosing a Style".
6333
6334 * cc-mode.texi ("Styles"): Add @dfn{style}.
6335
63362006-12-30 Michael Albinus <michael.albinus@gmx.de>
6337
6338 Sync with Tramp 2.0.55.
6339
6340 * trampver.texi: Update release number.
6341
63422006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * gnus.texi (Customizing Articles): Add index entries for all
6345 gnus-treat-* variables.
6346
c8763fb6 63472006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6348
6349 * gnus.texi (IMAP): Fix incorrect explanation of
6350 nnimap-search-uids-not-since-is-evil in documentation for
6351 nnimap-expunge-search-string.
6352
63532006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6354
6355 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6356 spam-ifile-database.
6357
63582006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6361 rebind C-s.
6362
c8763fb6 63632006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6364
6365 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6366 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6367 "expiring mail".
6368 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6369 nnimap-nov-is-evil.
6370
63712006-12-25 Kevin Ryde <user42@zip.com.au>
6372
6373 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6374 about the key procedure being used heavily.
6375
63762006-12-24 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6379 to t.
6380 (Prerequisites): Add explanation about gpg-agent.
6381
63822006-12-22 Kevin Ryde <user42@zip.com.au>
6383
6384 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6385 "sort" instead of "sort*".
6386
63872006-12-19 Richard Stallman <rms@gnu.org>
6388
6389 * calc.texi (History and Acknowledgements): Recognize that Emacs
6390 now does have floating point.
6391
63922006-12-19 Michael Albinus <michael.albinus@gmx.de>
6393
6394 * tramp.texi (External transfer methods): Describe new method `scpc'.
6395
63962006-12-17 Sascha Wilde <wilde@sha-bang.de>
6397
6398 * pgg.texi: Added short note on gpg-agent to the introduction.
6399
64002006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6403 also applies to Cc.
6404
64052006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6406
6407 * gnus.texi (X-Face): Clarify. Say which programs are required
6408 on Windows.
6409
64102006-12-08 Michael Olson <mwolson@gnu.org>
6411
6412 * erc.texi (Modules): Remove documentation for list module.
6413
c8763fb6 64142006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6415
6416 * faq.texi (^M in the shell buffer): Ditto.
6417
64182006-11-20 Michael Olson <mwolson@gnu.org>
6419
6420 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6421
64222006-11-17 Carsten Dominik <dominik@science.uva.nl>
6423
6424 * org.texi: Fix typos.
6425 (Agenda commands): Document `C-k'.
6426
64272006-11-16 Eli Zaretskii <eliz@gnu.org>
6428
6429 * url.texi (http/https): Fix a typo in the HTTP URL.
6430
64312006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6432
6433 * ada-mode.texi: Total rewrite.
6434
64352006-11-13 Carsten Dominik <dominik@science.uva.nl>
6436
6437 * org.texi: Minor typo fixes.
6438
64392006-11-13 Bill Wohler <wohler@newt.com>
6440
6441 Release MH-E manual version 8.0.3.
6442
6443 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6444 release 8.0.3.
6445
6446 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6447 to set MAILDIR.
6448 (Reading Mail): Document the customization of read-mail-command
6449 for MH-E.
6450 (Viewing Attachments): Document mm-discouraged-alternatives.
6451 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6452 (Junk): Add more information about the settings of mh-junk-background
6453 in a program. Add /usr/bin/mh to PATH in examples.
6454
64552006-11-12 Richard Stallman <rms@gnu.org>
6456
6457 * woman.texi: Update author address but say he no longer maintains it.
6458
64592006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6460
6461 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6462 archived trees.
6463 (Checkboxes): Section moved to chapter 5, and extended.
6464 (The date/time prompt): New section.
6465 (Link abbreviations): New section.
6466 (Presentation and sorting): New section.
6467 (Custom agenda views): Section completely rewritten.
6468 (Summary): Compare with Planner.
6469 (Feedback): More info about creating backtraces.
6470 (Plain lists): Modified example.
6471 (Breaking down tasks): New section.
6472 (Custom time format): New section.
6473 (Time stamps): Document inactive timestamps.
6474 (Setting tags): More details about fast tag selection.
6475 (Block agenda): New section.
6476 (Custom agenda views): Section rewritten.
6477 (Block agenda): New section.
6478
64792006-11-07 Michael Albinus <michael.albinus@gmx.de>
6480
6481 * tramp.texi (Configuration): scp is the default method.
6482 (Default Method): Use ssh as example for another method.
6483
64842006-10-27 Richard Stallman <rms@gnu.org>
6485
6486 * woman.texi: Downcase nroff/troff/roff.
6487 (Installation): Chapter deleted. Some xrefs deleted.
6488 (Background): woman doesn't advise man ;-).
6489
c8763fb6 64902006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6491
6492 * ada-mode.texi (Project files, Identifier completion)
6493 (Automatic Casing, Debugging, Using non-standard file names)
6494 (Working Remotely): Fix typos.
6495
64962006-10-20 Masatake YAMATO <jet@gyve.org>
6497
0c7efc08 6498 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6499 sample code `my-c-initialization-hook'.
6500
65012006-10-19 Stuart D. Herring <herring@lanl.gov>
6502
6503 * widget.texi: Fix typos.
6504
65052006-10-19 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6508 "???". There have been no complaints for years, so the information
6509 must be appropriate.
6510
65112006-10-16 Richard Stallman <rms@gnu.org>
6512
6513 * widget.texi: Use @var instead of capitalization.
6514 Clarify many widget type descriptions.
6515
65162006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6517
6518 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6519 gnus-dired-attach.
6520 (Selecting a Group): Fix typo.
6521
c8763fb6 65222006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6523
6524 * widget.texi: Fix typos.
6525
65262006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6527
6528 * gnus.texi (Image Enhancements): Update for Emacs 22.
6529
6530 * gnus-faq.texi ([1.3]): Update.
6531
65322006-10-06 Richard Stallman <rms@gnu.org>
6533
6534 * faq.texi (Displaying the current line or column):
6535 Delete "As of Emacs 20".
6536
65372006-10-06 Romain Francoise <romain@orebokech.com>
6538
6539 * faq.texi (VM): VM works with Emacs 22 too.
6540
65412006-10-06 Richard Stallman <rms@gnu.org>
6542
6543 * ebrowse.texi: Remove Emacs version "21" from title.
6544
65452006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6546
6547 * gnus.texi (Foreign Groups): Say where change of editing commands are
6548 stored. Add reference to `gnus-parameters'.
6549
65502006-09-15 Jay Belanger <belanger@truman.edu>
6551
6552 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6553 Change "Library Public License" to "Lesser Public License"
6554 throughout. Use "yyyy" to represent year.
6555
65562006-09-15 Carsten Dominik <dominik@science.uva.nl>
6557
6558 * org.texi (Setting tags): Typo fix.
6559
65602006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6561
6562 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6563
65642006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6565
6566 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6567
65682006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6569
6570 * faq.texi (Escape sequences in shell output): EMACS is now set
6571 to Emacs's absolute file name, not to "t".
6572 (^M in the shell buffer): Likewise.
6573 * misc.texi (Interactive Shell): Likewise.
6574
65752006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6576
6577 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6578 mails with pop3-leave-mail-on-server. Fix wording.
6579 (Limiting): Improve gnus-summary-limit-to-articles.
6580 (X-Face): Fix typo.
6581
65822006-09-11 Simon Josefsson <jas@extundo.com>
6583
6584 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6585 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6586
65872006-09-06 Simon Josefsson <jas@extundo.com>
6588
6589 * smtpmail.texi (Authentication): Mention SSL.
6590
65912006-09-01 Eli Zaretskii <eliz@gnu.org>
6592
6593 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6594 Don't use @indicateurl.
6595
6596 * cc-mode.texi (Subword Movement): Don't use @headitem.
6597 (Custom Braces, Clean-ups): Don't use @tie.
6598
65992006-08-29 Michael Albinus <michael.albinus@gmx.de>
6600
6601 Sync with Tramp 2.0.54.
6602
6603 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6604 Suggested by Adrian Phillips <a.phillips@met.no>.
6605
66062006-08-15 Carsten Dominik <dominik@science.uva.nl>
6607
6608 * org.texi (Installation, Activation): Split from Installation and
6609 Activation.
6610 (Clocking work time): Documented new features.
6611
66122006-08-13 Alex Schroeder <alex@gnu.org>
6613
6614 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6615 example.
6616
66172006-08-12 Eli Zaretskii <eliz@gnu.org>
6618
6619 * faq.texi (How to add fonts): New node.
6620
66212006-08-05 Romain Francoise <romain@orebokech.com>
6622
6623 * faq.texi (New in Emacs 22): Expand.
6624
66252006-08-03 Michael Olson <mwolson@gnu.org>
6626
6627 * erc.texi: Update for ERC 5.1.4.
6628
66292006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6630
6631 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6632 in .../site-lisp/gnus/ by default.
6633 [ From gnus-news.texi in the trunk. ]
6634
66352006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6636
6637 * gnus.texi (MIME Commands): Additions for yEnc.
6638
66392006-07-24 Richard Stallman <rms@gnu.org>
6640
6641 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6642 * faq.texi: Move periods and commas inside quotes.
6643
66442006-07-20 Jay Belanger <belanger@truman.edu>
6645
6646 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6647
66482006-07-18 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * faq.texi (Security risks with Emacs): Document Emacs 22
6651 file-local-variable mechanism.
6652
66532006-07-12 Michael Olson <mwolson@gnu.org>
6654
6655 * erc.texi: Update for ERC 5.1.3.
6656
66572006-07-12 Alex Schroeder <alex@gnu.org>
6658
6659 * rcirc.texi: Fix typos.
6660 (Getting started with rcirc): New calling convention for M-x irc.
6661 Mention #rcirc. Removed channel tracking.
0c7efc08 6662 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6663 recently, eg. rcirc-server to rcirc-default-server. Added
6664 documentation for rcirc-authinfo, some background for Bitlbee, and
6665 rcirc-track-minor-mode.
0c7efc08 6666 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6667 Scrolling.
0c7efc08 6668 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6669 to match code changes.
6670
66712006-07-10 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * gnus.texi, message.texi: Fix typos.
6674
66752006-07-07 Carsten Dominik <dominik@science.uva.nl>
6676
6677 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6678 commands.
6679 (Global TODO list): Document the use of the variables
6680 `org-agenda-todo-ignore-scheduled' and
6681 `org-agenda-todo-list-sublevels'.
6682
66832006-07-05 Richard Stallman <rms@gnu.org>
6684
6685 * faq.texi (Scrolling only one line): Fix xref.
6686
66872006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6688
6689 * faq.texi (Evaluating Emacs Lisp code):
6690 Throughout, replace eval-current-buffer with eval-buffer.
6691
66922006-07-03 Richard Stallman <rms@gnu.org>
6693
6694 * rcirc.texi (Scrolling conservatively): Fix xref.
6695
6696 * pcl-cvs.texi (Viewing differences): Usage fix.
6697
66982006-07-03 Carsten Dominik <dominik@science.uva.nl>
6699
6700 * org.texi (Agenda commands): Document `s' key to save all org-mode
6701 buffers.
6702
67032006-06-30 Ralf Angeli <angeli@caeruleus.net>
6704
6705 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6706 names. Mention `cvs-msg' face.
6707
67082006-06-29 Carsten Dominik <dominik@science.uva.nl>
6709
6710 * org.texi (Checkboxes): New section.
6711
67122006-06-28 Carsten Dominik <dominik@science.uva.nl>
6713
6714 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6715 throughout this chapter.
6716
67172006-06-27 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6720 text for standalone vs Emacs info.
6721 (Help): Clarify header line description. Use mouse-1 for clicks.
6722 (Help-P): Use mouse-1 for clicks.
6723 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6724 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6725 (Choose menu subtopic): Remove gratuitous Emacs command names.
6726 (Help-FOO): Put usual behavior first.
6727 (Help-Xref): Clicking on xrefs works in Emacs.
6728 (Search Text): Clarify what the default behavior is.
6729 (Create Info buffer): Fix Emacs window/X window confusion.
6730 (Emacs Info Variables): Fix for new Emacs init file behavior.
6731
67322006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6733
6734 * gnus.texi (Summary Buffer Lines): Fix typo.
6735
67362006-06-23 Carsten Dominik <dominik@science.uva.nl>
6737
6738 * org.texi (Embedded LaTeX): New chapter.
6739 (Archiving): Section rewritten.
6740 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6741
67422006-06-20 Bill Wohler <wohler@newt.com>
6743
6744 Release MH-E manual version 8.0.1.
6745
6746 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6747 release 8.0.1.
6748 (Preface): Depend on GNU mailutils 1.0 and higher.
6749
67502006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6751
6752 * message.texi (News Headers): Update message-syntax-checks section.
6753
67542006-06-19 Karl Berry <karl@gnu.org>
6755
6756 * info.texi (Advanced): Mention C-q, especially with ?.
6757
67582006-06-19 Carsten Dominik <dominik@science.uva.nl>
6759
6760 * org.texi (Publishing links): Document the `:link-validation-function'
6761 property.
6762 (Extensions and Hacking): New chapter, includes some sections of the
6763 "Miscellaneous" chapter.
6764
67652006-06-10 Carsten Dominik <dominik@science.uva.nl>
6766
6767 * org.texi (Progress logging): New section.
6768
2de53ca6
GM
67692006-06-06 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * org.texi (ASCII export): Document indentation adaptation.
6772 (Setting tags): Document mutually-exclusive tags.
6773
67742006-06-05 Romain Francoise <romain@orebokech.com>
6775
6776 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6777 Fix typo.
6778
6779 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6780 channel (#gnus@irc.freenode.net).
6781 Fix typos. Update copyright notice.
6782
6783 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6784 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6785 (Line-Up Functions, Custom Macros):
6786 * ediff.texi (Window and Frame Configuration)
dccb744b 6787 (Highlighting Difference Regions):
2de53ca6
GM
6788 * emacs-mime.texi (Display Customization):
6789 * erc.texi (History):
6790 * eshell.texi (Known problems):
6791 * eudc.texi (Overview, BBDB):
6792 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6793 (The problem of spam, SpamOracle, Extending the Spam package)
6794 (Conformity, Terminology):
dccb744b 6795 * idlwave.texi (Routine Info)
2de53ca6
GM
6796 (Class and Keyword Inheritance, Padding Operators)
6797 (Breakpoints and Stepping, Electric Debug Mode)
6798 (Examining Variables, Troubleshooting):
6799 * org.texi (Creating timestamps):
6800 * reftex.texi (Commands, Options, Changes):
6801 * tramp.texi (Inline methods, Password caching)
6802 (Auto-save and Backup, Issues):
6803 * vip.texi (Files, Commands in Insert Mode):
6804 * viper.texi (Emacs Preliminaries, States in Viper)
6805 (Packages that Change Keymaps, Viper Specials, Groundwork):
6806 Fix various typos.
6807
68082006-05-31 Michael Ernst <mernst@alum.mit.edu>
6809
6810 * ediff.texi: Fix typos.
6811
68122006-05-30 Carsten Dominik <dominik@science.uva.nl>
6813
6814 * org.texi: Small typo fixes.
6815
fff84c22
JB
68162006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * viper.texi (Viper Specials):
6819 * gnus.texi (Example Setup):
6820 * faq.texi (Backspace invokes help):
6821 * dired-x.texi (Optional Installation Dired Jump):
6822 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6823 follow coding conventions.
6824
2de53ca6
GM
68252006-05-29 Michael Albinus <michael.albinus@gmx.de>
6826
6827 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6828
68292006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6830
6831 * pcl-cvs.texi: Fix typos.
6832 (Customization): Say "us".
6833
68342006-05-26 Eli Zaretskii <eliz@gnu.org>
6835
6836 * org.texi: Remove bogus @setfilename.
6837
68382006-05-26 Carsten Dominik <dominik@science.uva.nl>
6839
6840 * org.texi (ASCII export): Omit command name.
6841 (HTML export): Add prefix to all lines in Local Variable example.
6842 (Acknowledgments): Typeset names in italics.
6843
68442006-05-24 Carsten Dominik <dominik@science.uva.nl>
6845
6846 * org.texi (Plain lists): Add new item navigation commands.
6847 (External links): Document elisp and info links.
6848 (Custom searches): New section.
6849 (Publishing): New chapter.
6850 (HTML export): Include a list of supported CSS classes.
6851 (Setting tags): Describe the fast-tag-setting interface.
6852
68532006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * dired-x.texi: ifinfo -> ifnottex.
6856
68572006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6858
6859 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6860
68612006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * message.texi (Interface): Add tool bar customization.
6864 (MIME): Index and text additions for mml-attach.
6865 (MIME): Describe mml-dnd-protocol-alist and
6866 mml-dnd-attach-options.
6867
6868 * gnus.texi (Oort Gnus): Reorder entries in sections.
6869 Fix some entries.
6870 (Starting Up): Add references to "Emacs for Heathens" and to
6871 "Finding the News". Add user-full-name and user-mail-address.
6872 (Group Buffer Format): Add tool bar customization and update.
6873 (Summary Buffer): Add tool bar customization.
6874 (Posting Styles): Add message-alternative-emails.
6875
68762006-05-09 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * tramp.texi (Filename completion): Improve wording.
6879
68802006-05-07 Romain Francoise <romain@orebokech.com>
6881
6882 * faq.texi (Using regular expressions): Fix typo.
6883 (Packages that do not come with Emacs): Fix capitalization.
6884 (Replacing text across multiple files): Expand node to explain how
6885 to use `dired-do-query-replace-regexp' in more detail, based on
6886 suggestion by Eric Hanchrow <offby1@blarg.net>.
6887
68882006-05-06 Michael Albinus <michael.albinus@gmx.de>
6889
6890 * tramp.texi (Filename completion): Completion of remote files'
6891 method, user name and host name is active only in partial
6892 completion mode.
6893
68942006-05-06 Bill Wohler <wohler@newt.com>
6895
6896 Release MH-E manual version 8.0.
6897
6898 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6899 release 8.0.
6900
69012006-05-06 Bill Wohler <wohler@newt.com>
6902
6903 * mh-e.texi (MH-BOOK-HOME): Change from
6904 http://www.ics.uci.edu/~mh/book/mh to
6905 http://rand-mh.sourceforge.net/book/mh.
6906 Replace .htm suffix with .html for MH book files.
6907 (Using This Manual): Update key binding for getting relevant
6908 chapter in Info from command key.
6909 (Ranges): Fix itemx.
6910
69112006-05-05 Karl Berry <karl@gnu.org>
6912
6913 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6914 (\fonttextsize): New user-level command to change text font size.
6915
69162006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6917
6918 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6919
69202006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6921
6922 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6923
69242006-04-24 Bill Wohler <wohler@newt.com>
6925
6926 * mh-e.texi (Getting Started): Make it more explicit that you need
6927 to install MH. Add pointers to current MH implementations.
6928
69292006-04-21 Bill Wohler <wohler@newt.com>
6930
6931 Release MH-E manual version 7.94.
6932
6933 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6934 release 7.94.
6935
69362006-04-21 Carsten Dominik <dominik@science.uva.nl>
6937
6938 * org.texi: Many small fixes.
6939 (Handling links): Rename from "Managing links".
6940
69412006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6942
6943 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6944 (Splitting mail using spam-stat): Fix @xref.
6945
69462006-04-20 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 6949 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
6950
69512006-04-20 Carsten Dominik <dominik@science.uva.nl>
6952
6953 * org.texi (Time stamps): Better explanation of the purpose of
6954 different time stamps.
6955 (Structure editing, Plain lists): More details on how new items
6956 and headings are inserted.
6957
69582006-04-18 Carsten Dominik <dominik@science.uva.nl>
6959
6960 * org.texi (Formula syntax): Fix link to Calc Manual.
6961
69622006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6963
6964 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6965
69662006-04-17 Bill Wohler <wohler@newt.com>
6967
6968 * mh-e.texi (Folders): Update mh-before-quit-hook and
6969 mh-quit-hook example with code that removes the buffers rather
6970 than just bury them.
6971
69722006-04-17 Michael Albinus <michael.albinus@gmx.de>
6973
6974 Sync with Tramp 2.0.53.
6975
69762006-04-13 Carsten Dominik <dominik@science.uva.nl>
6977
6978 * org.texi (Updating settings): New section.
6979 (Visibility cycling): Better names for the startup folding
6980 options.
6981 (Exporting): Completely restructured.
6982 (The very busy C-c C-c key): New section.
6983 (Summary of in-buffer settings): New section.
6984
69852006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6986
6987 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6988
69892006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6990
6991 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6992 (Server Commands): Key `v' is reserved for users.
6993
69942006-04-11 Carsten Dominik <dominik@science.uva.nl>
6995
6996 * org.texi (Link format): New section, emphasis on bracket links.
6997 (External links): Document bracket links.
6998 (FAQ): Expand to cover shell links and the new link format.
6999
70002006-04-09 Kevin Ryde <user42@zip.com.au>
7001
7002 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7003
70042006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * gnus.texi (Summary Buffer Lines): Add `*'.
7007
c8763fb6 70082006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7009
7010 * gnus.texi (Group Parameters):
7011 Mention gnus-permanently-visible-groups.
7012
70132006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7014
7015 * gnus.texi (Face): Fix typo.
7016
70172006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7018
7019 * gnus.texi (X-Face): Clarify.
7020 (Face): Need Emacs with PNG support.
7021
70222006-04-06 Richard Stallman <rms@gnu.org>
7023
7024 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7025 Emacs".
7026
70272006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7028
7029 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7030 blocks not suitable for inclusion with Emacs using variable
7031 PARTOFEMACS.
7032
70332006-04-04 Simon Josefsson <jas@extundo.com>
7034
7035 * gnus.texi (Security): Improve.
7036
70372006-04-02 Bill Wohler <wohler@newt.com>
7038
7039 * mh-e.texi (Getting Started, Junk, Bug Reports)
7040 (MH FAQ and Support): Fix URLs.
7041
70422006-03-31 Romain Francoise <romain@orebokech.com>
7043
7044 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7045 to t, not nil (and has for the past eight years).
7046
70472006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7048
7049 * message.texi, gnus.texi: Bump version to 5.11.
7050
70512006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.texi (Top): Add comment about version line.
7054
7055 * message.texi (Top): Ditto. Change to take named versions into
7056 account.
7057
70582006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7059
7060 * gnus.texi (Posting Styles): Add x-face-file to example.
7061 (X-Face): Refer to posting styles.
7062
7063 * gnus-faq.texi ([5.8]): Add x-face-file.
7064 ([8.4]): Add links to gmane.emacs.gnus.user and
7065 gmane.emacs.gnus.general.
7066
70672006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7068
7069 * gnus-faq.texi: Use .invalid.
7070 ([5.4]): Fix gnus-posting-styles example.
7071
70722006-03-27 Romain Francoise <romain@orebokech.com>
7073
7074 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7075 Emacs/W3 needs a new maintainer.
7076 (Ispell): Update author and version info.
7077 (Mailcrypt): Mention PGG.
7078 (New in Emacs 22): Add PGG to the list of new packages.
7079 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7080 updating dead URLs.
7081
70822006-03-25 Karl Berry <karl@gnu.org>
7083
7084 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7085 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7086 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7087 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7088 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7089 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7090 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7091 (2) do not indent copyright year list (or anything else).
7092
70932006-03-21 Bill Wohler <wohler@newt.com>
7094
7095 * mh-e.texi (Folders): Various edits.
7096
70972006-03-20 Romain Francoise <romain@orebokech.com>
7098
7099 * gnus.texi (Mail Folders): Grammar fix.
7100
71012006-03-19 Bill Wohler <wohler@newt.com>
7102
7103 * mh-e.texi (Replying): Document Mail-Followup-To.
7104 Change manually-formatted table to multitable. Add debugging info.
7105 Move description of mh-reply-default-reply-to into paragraph
7106 that describes its values.
7107
71082006-03-17 Bill Wohler <wohler@newt.com>
7109
10d1d0af 7110 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7111 (Sending Mail Tour): Update method of entering
7112 addresses and subject.
7113 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7114 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7115
71162006-03-15 Carsten Dominik <dominik@science.uva.nl>
7117
7118 * org.texi: Version number change only.
7119
71202006-03-14 Bill Wohler <wohler@newt.com>
7121
7122 * mh-e.texi: Add index entries around each paragraph rather than
7123 depend on entries from beginning of node. Doing so ensures that
7124 index entries are less likely to be forgotten if text is cut and
7125 pasted, and are necessary anyway if the references are on a
7126 separate page. It seems that makeinfo is now (v. 4.8) only
7127 producing one index entry per node, so there is no longer any
7128 excuse not to. Use subheading instead of heading. The incorrect
7129 use of heading produced very large fonts in Info--as large as the
7130 main heading.
7131 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7132 versions 6 and 7 appeared *around* the time of these Emacs releases.
7133
71342006-03-13 Carsten Dominik <dominik@science.uva.nl>
7135
7136 * org.texi (Clean view): Document new startup options.
7137
71382006-03-11 Bill Wohler <wohler@newt.com>
7139
7140 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7141 (Composing, Scan Line Formats): Fix @refs.
7142 (Getting Started): Define MH profile and MH profile components.
7143 (Incorporating Mail, Reading Mail, Viewing, Printing)
7144 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7145 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7146 for string constants.
7147 (Tool Bar): Remove spurious quote.
7148 (Junk): Use ``...'' instead of "...".
7149 (Scan Line Formats): Replace @samp with @kbd.
7150
71512006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7154
71552006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7156
7157 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7158 easy to understand.
7159
71602006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * gnus.texi: Markup fix.
7163 (Fancy Mail Splitting): Specify new feature.
7164
71652006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7168 partial-words matching.
7169
71702006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7171
7172 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7173
7174 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7175 (MIME Commands): Fix mm-discouraged-alternatives.
7176
71772006-03-07 Carsten Dominik <dominik@science.uva.nl>
7178
7179 * org.texi: Version number change only.
7180
71812006-03-06 Bill Wohler <wohler@newt.com>
7182
7183 * mh-e.texi: Move from SourceForge repository to Savannah.
7184 This is version 7.93, which is a total rewrite from the previous
7185 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7186 version 7.93.
7187
71882006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7189
7190 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7191
71922006-03-01 Carsten Dominik <dominik@science.uva.nl>
7193
7194 * org.texi (Interaction): Add item about `org-mouse.el' by
7195 Piotr Zielinski.
7196 (Managing links): Document that also mouse-1 can be used to
7197 activate a link.
7198 (Headlines, FAQ): Add entry about hiding leading stars.
7199 (Miscellaneous): Resort the sections in this chapter to a more
7200 logical sequence.
7201
72022006-02-27 Simon Josefsson <jas@extundo.com>
7203
7204 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7205 2004-01-27 from the trunk).
7206
72072006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7208
7209 * cc-mode.texi: Rename c-hungry-backspace to
7210 c-hungry-delete-backwards, at the request of RMS. Leave the old
7211 name as an alias.
7212
72132006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7214
7215 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7216 include the function header within the defun.
7217
72182006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7219
7220 * cc-mode.texi: Correct two typos.
7221
72222006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7223
7224 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7225 existing comment.
7226 (Electric Keys): Add a justification for electric indentation.
7227 (Hungry WS Deletion): Clear up the names and complications of the
7228 BACKSPACE and DELETE keys.
7229
72302006-02-23 Juri Linkov <juri@jurta.org>
7231
7232 * faq.texi (Common requests): Move `Turning on auto-fill by
7233 default' after `Wrapping words automatically'. Move `Working with
7234 unprintable characters' before `Searching for/replacing newlines'.
7235 Move `Replacing highlighted text' after `Highlighting a region'.
7236 Merge `Repeating commands' and `Repeating a command as many times
7237 as possible' into the former.
7238 (Packages that do not come with Emacs): Add refs to Gmane and
7239 etc/MORE.STUFF.
7240
72412006-02-23 Juri Linkov <juri@jurta.org>
7242
7243 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7244 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7245 Add xref to `(emacs)Reporting Bugs'.
7246 (Getting a printed manual): Add URL to other formats of the manual.
7247 (Common requests): Fix menu.
7248 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7249 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7250 (Inserting text at the beginning of each line): Add pxref to
7251 `Changing the included text prefix'.
7252 (Forcing the cursor to remain in the same column): Mention `track-eol'
7253 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7254 (Replacing text across multiple files): Add keybinding `Q' for
7255 `dired-do-query-replace'.
7256
72572006-02-22 Carsten Dominik <dominik@science.uva.nl>
7258
7259 * reftex.texi: Version number and date change only.
7260
7261 * org.texi (Internal Links): Rewrite to cover the modified
7262 linking system.
7263
72642006-02-17 Eli Zaretskii <eliz@gnu.org>
7265
7266 * faq.texi: Remove the coding cookie, it's not needed anymore.
7267
72682006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7269
7270 * faq.texi (Colors on a TTY): Mention Mac OS port.
7271
72722006-02-12 Karl Berry <karl@gnu.org>
7273
7274 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7275 8-bit accented a.
7276
72772006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7280
72812006-02-08 Romain Francoise <romain@orebokech.com>
7282
7283 * faq.texi (Top): Remove paragraph about the FAQ being a
7284 transitional document, etc.
7285 (Searching for/replacing newlines): New node.
7286 (Yanking text in isearch): New node.
7287 (Inserting text at the beginning of each line): Rename and make
7288 more general, mention `M-;' in Message mode.
7289
72902006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * faq.texi (Meta key does not work in xterm)
7293 (Emacs does not display 8-bit characters)
7294 (Inputting eight-bit characters): Update xrefs.
7295
72962006-02-06 Romain Francoise <romain@orebokech.com>
7297
7298 * faq.texi (VM): VM now at version 7.19.
7299 Set myself as maintainer of this file.
7300
73012006-02-04 Michael Olson <mwolson@gnu.org>
7302
7303 * erc.texi (History): Note that ERC is now included with Emacs.
7304
73052006-01-31 Romain Francoise <romain@orebokech.com>
7306
7307 * message.texi (Message Headers): Explain what
7308 `message-alternative-emails' does in more detail.
7309 Update copyright year.
7310
73112006-01-30 Juanma Barranquero <lekktu@gmail.com>
7312
7313 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7314
73152006-01-29 Richard M. Stallman <rms@gnu.org>
7316
7317 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7318
73192006-01-29 Michael Olson <mwolson@gnu.org>
7320
7321 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7322
7323 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7324
7325 * faq.texi (New in Emacs 22): Mention ERC.
7326
73272006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * rcirc.texi: Capitalize dir entry for consistency with the entry
7330 in info/dir and other entries in the Emacs category.
7331 Fix typos. Delete trailing whitespace.
7332
c8763fb6 73332006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7334
7335 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7336
73372006-01-27 Eli Zaretskii <eliz@gnu.org>
7338
7339 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7340 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7341
7342 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7343 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7344
73452006-01-27 Alex Schroeder <alex@gnu.org>
7346
7347 * rcirc.texi: New file.
7348
73492006-01-23 Juri Linkov <juri@jurta.org>
7350
7351 * widget.texi (User Interface): Add S-TAB for widget-backward.
7352
73532006-01-22 Michael Albinus <michael.albinus@gmx.de>
7354
7355 Sync with Tramp 2.0.52.
7356
7357 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7358 Add Tramp disabling item. New item for common connection problems.
7359 (various): Apply "ftp" as method for the download URL.
7360 (Bug Reports): Refer to FAQ for common problems.
7361
73622006-01-21 Eli Zaretskii <eliz@gnu.org>
7363
7364 * widget.texi (User Interface): Use @key for TAB.
7365
7366 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7367
7368 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7369 for TAB.
7370
7371 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7372
73732006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * gnus.texi: Update copyright.
7376
73772006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7378
7379 * gnus.texi (Article Washing): Additions.
7380
2de53ca6
GM
73812006-01-13 Carsten Dominik <dominik@science.uva.nl>
7382
7383 * org.texi (Agenda commands): Document tags command.
7384
73852006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7386
7387 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7388
73892006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7390
7391 * gnus.texi (RSS): Addition.
7392
73932005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7394
7395 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7396
73972005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7398
7399 * emacs-mime.texi (Display Customization): Add setting example to
7400 mm-discouraged-alternatives.
7401
74022006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7405 version is the canonical version.
7406
74072006-01-08 Alex Schroeder <alex@gnu.org>
7408
7409 * pgg.texi (Caching passphrase): Rewording.
7410
74112006-01-06 Eli Zaretskii <eliz@gnu.org>
7412
7413 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7414 repository URL.
7415
74162006-01-06 Carsten Dominik <dominik@science.uva.nl>
7417
7418 * org.texi: Removed the accidentally re-added empty line in the
7419 direntry.
7420
74212006-01-05 Carsten Dominik <dominik@science.uva.nl>
7422
7423 * org.texi (Agenda Views): Chapter reorganized.
7424
74252005-12-29 Romain Francoise <romain@orebokech.com>
7426
7427 * faq.texi (Using Customize): New node.
7428
74292005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * org.texi: Remove blank line in @direntry. It is non-standard
7432 and recursively produces blank lines all over the dir file (when
7433 using Texinfo 4.8).
7434
74352005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7438
74392005-12-20 Carsten Dominik <dominik@science.uva.nl>
7440
7441 * org.texi (Tags): Boolean logic documented.
7442 (Agenda Views): Document custom commands.
7443
74442005-12-20 David Kastrup <dak@gnu.org>
7445
7446 * faq.texi (AUCTeX): Update version and mailing list info.
7447
74482005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7449
7450 * gnus.texi (MIME Commands): Mention addition of
7451 multipart/alternative to gnus-buttonized-mime-types and add xref
7452 to mm-discouraged-alternatives.
7453
7454 * emacs-mime.texi (Display Customization): Mention addition of
7455 "image/.*" and add xref to gnus-buttonized-mime-types in the
7456 mm-discouraged-alternatives section.
7457
74582005-12-16 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * org.texi (Tags): New section.
7461 (Agenda Views): Chapter reorganized.
7462
74632005-12-16 Eli Zaretskii <eliz@gnu.org>
7464
7465 * org.texi (Internal Links): Add a missing comma after an @xref.
7466
74672005-12-14 Chong Yidong <cyd@stupidchicken.com>
7468
7469 * faq.texi (Filling paragraphs with a single space): No need to
7470 change sentence-end now.
7471
74722005-12-13 Romain Francoise <romain@orebokech.com>
7473
7474 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7475
74762005-12-12 Jay Belanger <belanger@truman.edu>
7477
7478 * faq.texi (Calc): Update version number.
7479
74802005-12-12 Carsten Dominik <dominik@science.uva.nl>
7481
7482 * org.texi (Progress Logging): New section.
7483
74842005-12-10 Romain Francoise <romain@orebokech.com>
7485
7486 Update the Emacs FAQ for the 22.1 release.
7487
7488 * faq.texi: Set VER to `22.1'.
7489 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7490 Tutorial. Mention that `C-h r' displays the manual.
7491 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7492 (Getting a printed manual): Point to the new locations of the
7493 manuals on the GNU Web site.
7494 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7495 available via Info (it was previously distributed separately).
7496 (Installing Texinfo documentation): The latest version of Texinfo
7497 is 4.8, not 4.0.
7498 (Informational files for Emacs): COPYING is the GNU General Public
7499 License, not the Emacs General Public License.
7500 (Informational files for Emacs): Delete obsolete link to the
7501 GNUinfo pages as they have been removed from the GNU Web site.
7502 (New in Emacs 22): New node.
7503 (Setting up a customization file): Say that most packages support
7504 Customize nowadays.
7505 (Colors on a TTY): Delete reference to instructions on how to
7506 enable syntax highlighting, it is now enabled by default.
7507 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7508 at startup automatically.
7509 (Controlling case sensitivity): Mention `M-c' in isearch.
7510 (Using an already running Emacs process): Emacs now creates the
7511 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7512 gnuserv. As emacsclient can now run Lisp code as well, delete a
7513 sentence praising gnuserv for that. Simplify description of how
7514 the client/server operation works.
7515 (Compiler error messages): Delete obsolete text (compile.el has
7516 been rewritten).
7517 (Indenting switch statements): Fix typo.
7518 (Matching parentheses): Simplify setup instructions, mention the
7519 menu bar item in the Options menu.
7520 (Repeating a command as many times as possible): Mention `C-x e'.
7521 (Going to a line by number): Mention new keymap and bindings
7522 `M-g M-g', `M-g M-p' and `M-g M-n'.
7523 (Turning on syntax highlighting): Now on by default. Simplify.
7524 (Replacing highlighted text): Use `1', not `t'.
7525 (Problems with very large files): The maximum size is now 256MB on
7526 32-bit machines.
7527 (^M in the shell buffer): Mention `comint-process-echoes'.
7528 (Emacs for Apple computers): Emacs 22 has native support for Mac
7529 OS X.
7530 (Translating names to IP addresses): Delete node.
7531 (Binding keys to commands): Fix typo.
7532 (SPC no longer completes file names): New node.
7533 (MIME with Emacs mail packages): Delete section about the Emacs
7534 MIME FAQ (it's not reachable anymore).
7535
75362005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7537
7538 * cc-mode.texi: The manual has been extensively revised: the
7539 information about using CC Mode has been separated from the larger
7540 and more difficult chapters about configuration. It has been
7541 updated for CC Mode 5.31.
7542
75432005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7544
7545 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7546 (Selecting an implementation): Fix descriptions.
7547
75482005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7549
7550 * message.texi (Various Message Variables): Addition.
7551
75522005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * message.texi: Fix default values.
7555
75562005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * message.texi (Header Commands): Clarify descriptions of
7559 message-cross-post-followup-to, message-reduce-to-to-cc, and
7560 message-insert-wide-reply.
7561 (Various Commands): Fix kindex for message-kill-to-signature;
7562 clarify description of message-tab.
7563
75642005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * message.texi (Mailing Lists): Fix description about MFT.
7567
7568 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7569
75702005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7571
7572 * gnus.texi (Slow Terminal Connection): Replace old description
7573 with new one.
7574
75752005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7578 replace X-Draft-Headers with X-Draft-From.
7579
75802005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * gnus.texi (Various Various): Fix the default value of
7583 nnheader-max-head-length.
7584 (Gnus Versions): Fix typo.
7585
75862005-12-08 Carsten Dominik <dominik@science.uva.nl>
7587
7588 * org.texi (Structure editing): Document new functionality of
7589 M-RET.
7590
75912005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * org.texi (Internal Links): Fix Texinfo usage.
7594
75952005-12-06 Carsten Dominik <dominik@science.uva.nl>
7596
7597 * org.texi (TODO basics): Document the global todo list.
7598 (TODO items): Documents sparse tree for specific TODO
7599 keywords.
7600
76012005-11-30 Carsten Dominik <dominik@science.uva.nl>
7602
7603 * org.texi (Plain Lists): Typos fixed.
7604
76052005-11-28 Jay Belanger <belanger@truman.edu>
7606
7607 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7608
76092005-11-24 Carsten Dominik <dominik@science.uva.nl>
7610
7611 * org.texi (Structure editing): New item moving commands added.
7612 (Plain Lists): New section.
7613
76142005-11-18 Carsten Dominik <dominik@science.uva.nl>
7615
7616 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7617 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7618 `org-agenda-file-to-front'.
2de53ca6
GM
7619 (Built-in table editor): Document `org-table-sort-lines'.
7620 (HTML formatting): Export of hand-formatted lists.
7621
76222005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7625 new variable gnus-toolbar-thickness.
7626
76272005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7630
76312005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * gnus.texi (X-Face): Fix description.
7634 (XVarious): Remove gnus-xmas-logo-color-alist and
7635 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7636
76372005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * gnus.texi (Group Parameters): Mention new variable
7640 gnus-parameters-case-fold-search.
7641 (Home Score File): Addition.
7642
76432005-11-04 Ulf Jasper <ulf.jasper@web.de>
7644
7645 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7646 (Overview): List supported feed types.
7647 (Installation): No installation necessary when using autoload.
7648 (Configuration): Rename "RSS" to "news".
7649
76502005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7651
7652 * pgg.texi (User Commands): Document additional passphrase
7653 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7654 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7655
76562005-11-04 Carsten Dominik <dominik@science.uva.nl>
7657
7658 * org.texi: Version number changed to 3.19.
7659
76602005-10-29 Sascha Wilde <wilde@sha-bang.de>
7661
7662 * pgg.texi (How to use): Update the example to add autoload of
7663 pgg-encrypt-symmetric-region.
7664 (User Commands): Document pgg-encrypt-symmetric-region.
7665 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7666
76672005-10-27 Jay Belanger <belanger@truman.edu>
7668
7669 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7670 mention other TeX-related units.
7671
76722005-10-23 Lars Hansen <larsh@soem.dk>
7673
0c7efc08
SM
7674 * dired-x.texi (Miscellaneous Commands):
7675 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7676 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7677
76782005-10-23 Jay Belanger <belanger@truman.edu>
7679
7680 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7681 constant.
7682
76832005-10-23 Michael Albinus <michael.albinus@gmx.de>
7684
0c7efc08
SM
7685 * faq.texi (Bugs and problems):
7686 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7687 `directory-listing-before-filename-regexp'.
7688
76892005-10-22 Eli Zaretskii <eliz@gnu.org>
7690
7691 * newsticker.texi (UPDATED): Set value.
7692
76932005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7694
7695 * gnus.texi (Document Groups): Remove duplicate item.
7696
76972005-10-21 Carsten Dominik <dominik@science.uva.nl>
7698
7699 * org.texi (Summary): Mention iCalendar support.
7700 (Exporting): Document iCalendar support.
7701
77022005-10-18 Romain Francoise <romain@orebokech.com>
7703
7704 * viper.texi (Viper Specials): Capitalize GNU.
7705
77062005-10-17 Juri Linkov <juri@jurta.org>
7707
7708 * info.texi (Getting Started, Search Index, Expert Info):
7709 Fix wording.
7710 (Search Text): Replace `echo area' with `mode line'.
7711 (Search Index): Both `i' and `,' find all index entries.
7712 Replace example `C-f' with `C-l' (which exists in index of Info
7713 manual) and delete spaces in its keyboard input sequence.
7714 Delete unnecessary explanations about literal characters.
7715
77162005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7717
7718 * gnus.texi (Document Server Internals): Addition.
7719
77202005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7721
7722 * gnus.texi (A note on namespaces): Fix RFC reference.
7723
77242005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7725
7726 * gnus.texi (RSS): Fix key description.
7727
77282005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * gnus.texi: Emacs/w3 -> Emacs/W3.
7731 (Browsing the Web): Fix description.
7732 (Web Searches): Ditto.
7733 (Customizing W3): Ditto.
7734
77352005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7738
77392005-10-11 Jay Belanger <belanger@truman.edu>
7740
7741 * calc.texi (Integration): Mention using `a i' to compute definite
7742 integrals.
7743
77442005-10-11 Juri Linkov <juri@jurta.org>
7745
7746 * info.texi: Rearrange nodes.
7747 (Top): Update menu. Change ref `Info for Experts' to
7748 `Advanced Info Commands'.
7749 (Getting Started): Fix description of manual's parts.
7750 (Help-Int): Change xref `Info Search' to `Search Index', and
7751 `Expert Info' to `Advanced'.
7752 (Advanced): Move node one level up.
7753 (Search Text, Search Index): New nodes split out from `Info Search'.
7754 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7755 split out from `Advanced'.
7756 (Advanced, Emacs Info Variables): De-document editing an Info file
7757 in Info.
7758 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7759 (Creating an Info File): Delete node and move its text to
7760 `Expert Info'.
7761
77622005-10-10 Carsten Dominik <dominik@science.uva.nl>
7763
7764 * org.texi (Workflow states): Documented that change in keywords
7765 becomes active only after restart of Emacs.
7766
77672005-10-08 Michael Albinus <michael.albinus@gmx.de>
7768
7769 Sync with Tramp 2.0.51.
7770
77712005-10-08 Nick Roberts <nickrob@snap.net.nz>
7772
7773 * speedbar.texi (Introduction): Describe new location of speedbar
7774 on menubar.
7775 (Basic Key Bindings): Remove descriptions of bindings that have
7776 been removed.
7777
77782005-10-05 Nick Roberts <nickrob@snap.net.nz>
7779
7780 * speedbar.texi (GDB): Describe use of watch expressions.
7781
77822005-09-28 Simon Josefsson <jas@extundo.com>
7783
7784 * message.texi (IDNA): Fix.
7785
77862005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7789 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7790 description of nntp-open-connection-function.
7791 (Common Variables): Fix descriptions.
7792
77932005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7794
7795 * gnus.texi (Server Buffer Format): Document the %a format spec.
7796
77972005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7798
7799 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7800
78012005-09-23 Carsten Dominik <dominik@science.uva.nl>
7802
7803 * org.texi Version 3.16.
7804
78052005-09-19 Miles Bader <miles@gnu.org>
7806
7807 * newsticker.texi: Get rid of CVS keywords.
7808
78092005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * gnus.texi (Finding the Parent): Fix description of how Gnus
7812 finds article.
7813
78142005-09-14 Jari Aalto <jari.aalto@cante.net>
7815
7816 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7817 to drop off non-answered articles.
7818
78192005-09-19 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7822 braces (which are unsupported by NMAKE) for macro `srcdir'.
7823
78242005-09-17 Eli Zaretskii <eliz@gnu.org>
7825
7826 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7827 (../info/newsticker, newsticker.dvi): New targets.
7828
78292005-09-17 Ulf Jasper <ulf.jasper@web.de>
7830
7831 * newsticker.texi: Replace @command with @code. Replace @example
7832 with @lisp.
0c7efc08
SM
7833 (Top): Add explanations to menu items.
7834 (GNU Free Documentation License): Remove.
2de53ca6
GM
7835
78362005-09-16 Romain Francoise <romain@orebokech.com>
7837
7838 Update all files to specify GFDL version 1.2.
7839
7840 * doclicense.texi (GNU Free Documentation License): Update to
7841 version 1.2.
7842
78432005-09-15 Richard M. Stallman <rms@gnu.org>
7844
7845 * newsticker.texi: Fix @setfilename.
7846
7847 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7848 (../info/newsticker, newsticker.dvi): New targets.
7849
78502005-08-30 Carsten Dominik <dominik@science.uva.nl>
7851
7852 * org.texi: Version 3.15.
7853
78542005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * ses.texi: Combine all three indices into one.
7857 Correct a few typos.
7858
78592005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7862
78632005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7864
7865 * emacs-mime.texi (Handles): Remove duplicate item.
7866 (Encoding Customization): Fix the default value for
7867 mm-coding-system-priorities.
7868 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7869 (Basic Functions): Fix reference.
7870
78712005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7872
7873 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7874
78752005-08-18 Richard M. Stallman <rms@gnu.org>
7876
7877 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7878 and web site.
7879
7880 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7881 not keyboard-translate.
7882
78832005-08-11 Richard M. Stallman <rms@gnu.org>
7884
7885 * faq.texi (Using regular expressions): Fix xref.
7886
78872005-08-09 Juri Linkov <juri@jurta.org>
7888
7889 * info.texi (Help-P): Replace `Prev' with `Previous'.
7890 (Help-M, Help-Xref): Add S-TAB.
7891 (Help-FOO): Update `u' command.
7892 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7893 Update info about visibility of xref parts.
7894 (Help-Int): Fix `m' command. Rename `Info-last' to
7895 `Info-history-back'. Add `Info-history-forward'.
7896 (Advanced): Fix `g*' and `M-n' commands.
7897 (Info Search): Add `index-apropos' in stand-alone browser.
7898 Add isearch commands.
7899 (Emacs Info Variables): Remove `Info-fontify'.
7900 Add `Info-mode-hook'. Update face names.
7901 Add `Info-fontify-maximum-menu-size',
7902 `Info-fontify-visited-nodes', `Info-isearch-search'.
7903
79042005-08-07 Michael Albinus <michael.albinus@gmx.de>
7905
7906 Sync with Tramp 2.0.50.
7907
7908 * tramp.texi: Use @option{} consequently for method names.
7909 (Inline methods, External transfer methods): Remove references to
7910 Cygwin.
7911 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7912 implementation.
7913
79142005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7915
7916 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7917 Mention that gnus-init-file is not read when Emacs is invoked with
7918 --no-init-file or -q.
7919
79202005-07-19 Carsten Dominik <dominik@science.uva.nl>
7921
7922 * org.texi: Version 3.14.
7923
79242005-07-04 Carsten Dominik <dominik@science.uva.nl>
7925
7926 * org.texi: Version 3.13.
7927
79282005-07-18 Juri Linkov <juri@jurta.org>
7929
7930 * calc.texi (Time Zones, Logical Operations):
7931 * cl.texi (Overview):
7932 * org.texi (TODO types):
7933 * sc.texi (Emacs 18 MUAs):
7934 * speedbar.texi (Top):
7935 * url.texi (History):
7936 Delete duplicate duplicate words.
7937
ce058493 79382005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7939
7940 * cl.texi (Type Predicates): Document `atom' type.
7941
79422005-07-04 Lute Kamstra <lute@gnu.org>
7943
7944 Update FSF's address in GPL notices.
7945
7946 * calc.texi (Copying):
7947 * doclicense.texi (GNU Free Documentation License):
7948 * faq.texi (Contacting the FSF):
7949 * mh-e.texi (Copying): Update FSF's address.
7950
79512005-07-03 Richard M. Stallman <rms@gnu.org>
7952
7953 * flymake.texi (Example -- Configuring a tool called directly):
7954 Update name of flymake-build-relative-filename.
7955
79562005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7959
79602005-06-29 Carsten Dominik <dominik@science.uva.nl>
7961
7962 * org.texi: Version 3.12.
7963
79642005-06-24 Eli Zaretskii <eliz@gnu.org>
7965
7966 * makefile.w32-in (MAKEINFO): Use --force.
7967 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7968 Makefile.in.
7969 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7970 more shells.
7971
79722005-06-23 Richard M. Stallman <rms@gnu.org>
7973
7974 * speedbar.texi (Creating a display): Texinfo usage fixes.
7975
7976 * tramp.texi (Customizing Completion, Auto-save and Backup):
7977 Texinfo usage fixes.
7978
79792005-06-23 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * dired-x.texi (Miscellaneous Commands):
7982 * ediff.texi (Miscellaneous):
7983 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7984 (Agent Variables):
7985 * info.texi (Help-Xref):
7986 * message.texi (Message Headers):
7987 * org.texi (Remember):
7988 * reftex.texi (Options (Defining Label Environments)):
7989 (Options (Index Support)):
7990 (Options (Viewing Cross-References)):
7991 (Options (Misc)):
7992 (Changes):
7993 * speedbar.texi (Creating a display):
7994 * tramp.texi (Customizing Completion, Auto-save and Backup):
7995 Texinfo usage fix.
7996
79972005-06-13 Carsten Dominik <dominik@science.uva.nl>
7998
7999 * org.texi: Version 3.11.
8000
80012005-06-12 Jay Belanger <belanger@truman.edu>
8002
8003 * calc.texi (Getting Started): Remove extra menu item.
8004
80052005-05-31 Jay Belanger <belanger@truman.edu>
8006
8007 * calc.texi (Notations Used in This Manual): Use @kbd for key
8008 sequence.
8009 (Demonstration of Calc): Mention another way of starting Calc.
8010 (Starting Calc): Mention long name of M-#.
8011 (Embedded Mode Overview): Remove unnecessary instruction.
8012 (Other M-# commands): Rephrase `M-# 0' explanation.
8013 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8014 reflect current behavior.
8015
80162005-05-30 Jay Belanger <belanger@truman.edu>
8017
8018 * calc.texi (Hooks): Change description of calc-window-hook and
8019 calc-trail-window-hook to match usage.
8020 (Computational Functions): Add more constant-generating functions.
8021 (Customizable Variables): Use defvar.
8022
80232005-05-28 Jay Belanger <belanger@truman.edu>
8024
8025 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8026 (Basic Embedded Mode): Explain behavior of arguments to
8027 calc-embedded-mode.
8028
80292005-05-27 Jay Belanger <belanger@truman.edu>
8030
8031 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8032 current behavior.
8033
80342005-05-25 Jay Belanger <belanger@truman.edu>
8035
8036 * calc.texi: Change Calc version number throughout.
8037 (Keypad Mode): Change location in info output.
8038 (Keypad mode overview): Move picture of keypad.
8039
80402005-05-21 Jay Belanger <belanger@truman.edu>
8041
8042 * calc.texi (Storing variables): Mention that only most variables
8043 are void to begin with.
8044
80452005-05-21 Kevin Ryde <user42@zip.com.au>
8046
8047 * widget.texi (Basic Types): Update cross ref from "Enabling
8048 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8049 lispref/text.texi change.
8050
80512005-05-20 Carsten Dominik <dominik@science.uva.nl>
8052
8053 * org.texi: Version 3.09.
8054
80552005-05-18 Carsten Dominik <dominik@science.uva.nl>
8056
8057 * reftex.texi: Version 4.28.
8058
80592005-05-16 Jay Belanger <belanger@truman.edu>
8060
8061 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8062
80632005-05-14 Jay Belanger <belanger@truman.edu>
8064
8065 * calc.texi (Default Simplifications): Insert missing ! (logical
8066 not operator).
8067
80682005-05-14 Michael Albinus <michael.albinus@gmx.de>
8069
8070 Sync with Tramp 2.0.49.
8071
80722005-05-10 Jay Belanger <belanger@truman.edu>
8073
8074 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8075 to 1.
8076
80772005-04-29 Carsten Dominik <dominik@science.uva.nl>
8078
8079 * org.texi: Version 3.08, structure reorganized.
8080
80812005-04-24 Richard M. Stallman <rms@gnu.org>
8082
8083 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8084
80852005-04-15 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * org.texi: Update to version 3.06.
8088
80892005-04-13 Lute Kamstra <lute@gnu.org>
8090
8091 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8092
80932005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8094
8095 * cl.texi (Porting Common Lisp): Fix typo.
8096
80972005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8098
8099 * gnus.texi (RSS): Addition.
8100
81012005-04-04 Jay Belanger <belanger@truman.edu>
8102
8103 * calc.texi: Change Calc version number.
8104 (Customizable variables): Fix description of calc-language-alist.
8105 (Copying): Put in version 2 of GPL.
8106
81072005-04-01 Jay Belanger <belanger@truman.edu>
8108
8109 * calc.texi (Troubleshooting Commands): Remove comment about
8110 installation.
8111 (Installation): Remove section.
8112 (Customizable Variables): New section.
8113 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8114 (Graphical Devices): Add references to Customizable Variables.
8115
81162005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8117
8118 * emacs-mime.texi (Display Customization): Markup fixes.
8119 (rfc2047): Update.
8120
81212005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8122
8123 * gnus-faq.texi: Replaced with auto-generated version.
8124
81252005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8126
8127 * dired-x.texi (Multiple Dired Directories): default-directory was
8128 renamed to dired-default-directory.
8129
81302005-03-26 Jay Belanger <belanger@truman.edu>
8131
8132 * calc.texi (Simplifying Formulas, Rewrite Rules):
8133 Change description of top and bottom of fraction.
8134 (Modulo Forms): Move description of how to create modulo forms to
8135 earlier in the section.
8136 (Fraction Mode): Suggest using : to get a fraction by dividing.
8137 (Basic Arithmetic): Adjust placement of command name.
8138 (Truncating the Stack): Emphasize that "hidden" entries are still
8139 visible.
8140 (Installation): Move discussion of printing manual to "About This
8141 Manual".
8142 (About This Manual): Mention how to print the manual.
8143 (Reporting Bugs): Remove first person.
8144 (Building Vectors): Add algebraic version of append.
8145 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8146 (Grouping Digits): Fix typo.
8147
81482005-03-25 Werner Lemberg <wl@gnu.org>
8149
8150 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8151 Replace `legal' with `valid'.
8152
81532005-03-25 Werner Lemberg <wl@gnu.org>
8154
8155 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8156
81572005-03-24 Jay Belanger <belanger@truman.edu>
8158
8159 * calc.texi (General Mode Commands)
8160 (Mode Settings in Embedded Mode): Add some explanation of
8161 recording mode settings.
8162
81632005-03-24 Richard M. Stallman <rms@gnu.org>
8164
8165 * calc.texi: Remove praise of non-free software.
8166
8167 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8168 (Installation): Node deleted.
8169
81702005-03-23 Richard M. Stallman <rms@gnu.org>
8171
8172 * url.texi (HTTP language/coding): Improve last change.
8173
81742005-03-22 Jay Belanger <belanger@truman.edu>
8175
8176 * calc.texi (Embedded Mode): Add new information on changing
8177 modes.
8178
81792005-03-20 Michael Albinus <michael.albinus@gmx.de>
8180
8181 Sync with Tramp 2.0.48.
8182
8183 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8184
8185 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8186 "GNU/Linux". Change all addresses to .gnu.org.
8187 (Default Method): Offer shortened syntax for "su" and "sudo"
8188 methods.
8189
81902005-03-07 Richard M. Stallman <rms@gnu.org>
8191
8192 * url.texi: Fix usage of "e.g.".
8193 (HTTP language/coding): Explain the rules for these strings.
8194
81952005-03-06 Richard M. Stallman <rms@gnu.org>
8196
8197 * woman.texi (Introduction): Minor cleanups.
8198
8199 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8200
8201 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8202 (Installation): Node deleted.
8203
8204 * mh-e.texi (Preface): Get rid of "Emacs 21".
8205
8206 * eshell.texi (Installation): Delete node (for Emacs 20).
8207
82082005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8209
8210 * flymake.texi: Refill and tweak style in @lisp blocks.
8211
82122005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8213
8214 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8215
82162005-03-01 Jay Belanger <belanger@truman.edu>
8217
8218 * calc.texi (Trigonometric and Hyperbolic Functions):
8219 Mention additional functions.
8220 (Algebraic Simplifications): Mention additional simplifications.
8221
82222005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8223
8224 * ses.texi: Add concept/function/variable indices (this work was
8225 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8226 papers on file at FSF).
8227
82282005-02-10 Jay Belanger <belanger@truman.edu>
8229
8230 * calc.texi: Change @LaTeX to La@TeX throughout.
8231 Redefine @expr as @math for TeX output.
8232 Redefine @texline as a no-op for TeX output.
8233 Define @tfn, replace @t by @tfn throughout.
8234
82352005-02-09 Jay Belanger <belanger@truman.edu>
8236
8237 * calc.texi: Add macro for LaTeX for info output.
8238
82392005-02-08 Kim F. Storm <storm@cua.dk>
8240
8241 * texinfo.tex (LaTex): Add def.
8242
82432005-02-06 Jay Belanger <belanger@truman.edu>
8244
8245 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8246 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8247 throughout manual.
8248
82492005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8250
8251 * gnus.texi: Some edits based on comments from David Abrahams.
8252
82532005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8254
8255 * gnus.texi (RSS): Fix the keystroke.
8256
82572005-01-24 David Kastrup <dak@gnu.org>
8258
8259 * faq.texi: Update AUCTeX version info.
8260
82612005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8262
8263 * gnus-faq.texi ([4.1]): Typo.
8264
82652005-01-19 Jay Belanger <belanger@truman.edu>
8266
8267 * calc.texi (Keep Arguments): Mention that keeping arguments
8268 doesn't work with keyboard macros.
8269
82702005-01-16 Richard M. Stallman <rms@gnu.org>
8271
8272 * autotype.texi (Autoinserting): Fix small error.
8273
82742005-01-16 Michael Albinus <michael.albinus@gmx.de>
8275
8276 Sync with Tramp 2.0.47.
8277
8278 * tramp.texi (Compilation): New section, describing compilation of
8279 remote files.
8280
82812005-01-11 Kim F. Storm <storm@cua.dk>
8282
8283 * widget.texi (Basic Types): Add :follow-link keyword.
8284
82852005-01-09 Jay Belanger <belanger@truman.edu>
8286
8287 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8288
82892005-01-08 Jay Belanger <belanger@truman.edu>
8290
8291 * calc.texi: Change throughout to reflect new default value of
8292 calc-settings-file.
8293
82942005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8295
8296 * message.texi (Reply): `message-reply-to-function' should return
8297 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8298
82992005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8300
8301 * faq.texi (Changing load-path): Fix typo.
8302
83032005-01-05 Jay Belanger <belanger@truman.edu>
8304
8305 * calc.texi (Programming Tutorial): Replace kbd command by
8306 appropriate characters for a keyboard macro.
8307
83082005-01-04 Jay Belanger <belanger@truman.edu>
8309
8310 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8311 for Lucid Emacs.
8312 (Programming Tutorial): Mention that the user needs to be in the
8313 right mode to compute some functions.
8314
83152005-01-04 Jay Belanger <belanger@truman.edu>
8316
8317 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8318 no longer applicable.
8319
83202005-01-01 Jay Belanger <belanger@truman.edu>
8321
0c7efc08 8322 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8323 edit keyboard macros to match current behavior.
8324
83252004-12-31 Jay Belanger <belanger@truman.edu>
8326
8327 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8328
83292004-12-20 Jay Belanger <belanger@truman.edu>
8330
8331 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8332 zero.
8333
83342004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8335
8336 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8337 @xref.
8338 (Font Locking): Avoid @strong{Note:}.
8339
83402004-12-17 Michael Albinus <michael.albinus@gmx.de>
8341
8342 Sync with Tramp 2.0.46.
8343
8344 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8345
83462004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * url.texi: Correct typos.
8349 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8350 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8351 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8352 (Dealing with HTTP documents): @inforef->@xref.
8353
83542004-12-15 Jay Belanger <belanger@truman.edu>
8355
8356 * calc.texi: Consistently capitalized all mode names.
8357 (Answers to Exercises): Mention that an answer can be a fraction
8358 when in Fraction mode.
8359
83602004-12-13 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi: Fix some TeX definitions.
8363
83642004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8365
8366 * reftex.texi (Imprint): Remove erroneous @value's.
8367
83682004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8369
8370 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8371 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8372
83732004-12-08 Jay Belanger <belanger@truman.edu>
8374
8375 * calc.texi (Starting Calc): Remove comment about installation.
8376 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8377
83782004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * url.texi: Update @setfilename.
8381 (Getting Started): No need to worry about Gnus versions.
8382 (Dealing with HTTP documents): Use @inforef.
8383
8384 * org.texi: Fix @direntry file name.
8385
83862004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * url.texi: New file.
8389
8390 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8391
83922004-12-06 Jay Belanger <belanger@truman.edu>
8393
8394 * calc.texi (Using Calc): Remove paragraph about installation.
8395
83962004-12-06 Jay Belanger <belanger@truman.edu>
8397
8398 * calc.texi: Use more Texinfo macros and less TeX defs.
8399 Remove @refill's.
8400
84012004-12-06 Richard M. Stallman <rms@gnu.org>
8402
8403 * org.texi: New file.
8404
84052004-12-05 Richard M. Stallman <rms@gnu.org>
8406
8407 * Makefile.in (org.dvi, ../info/org): New targets.
8408 (INFO_TARGETS): Add ../info/org.
8409 (DVI_TARGETS): Add org.dvi.
8410 (maintainer-clean): Remove the info files in the info dir.
8411
84122004-11-26 Eli Zaretskii <eliz@gnu.org>
8413
8414 * idlwave.texi: Fix the setfilename directive to put the produced
8415 file in ../info.
8416 (Continued Statement Indentation): Resurrect Jan D.'s change from
8417 2004-11-03 that was lost when a newer version of idlwave.texi was
8418 imported.
8419
84202004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8421
0c7efc08 8422 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8423
0c7efc08
SM
8424 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8425 Index `spam-initialize'.
2de53ca6
GM
8426
84272004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8428
8429 * message.texi (Various Message Variables): Mention that all mail
8430 file variables are derived from `message-directory'.
8431
8432 * gnus.texi (Splitting Mail): Clarify bogus group.
8433
84342004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8435
0c7efc08
SM
8436 * emacs-mime.texi (Encoding Customization):
8437 Fix mm-coding-system-priorities entry.
2de53ca6 8438
c8763fb6 84392004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8440
8441 * idlwave.texi (Continued Statement Indentation):
8442 * reftex.texi (Options (Index Support)):
8443 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8444 * speedbar.texi (Creating a display, Major Display Modes):
8445 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8446
84472004-10-21 Jay Belanger <belanger@truman.edu>
8448
0c7efc08 8449 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8450
84512004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8452
8453 * calc.texi (Reporting Bugs): Double up `@'.
8454
84552004-10-18 Jay Belanger <belanger@truman.edu>
8456
0c7efc08 8457 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8458 should be sent to.
8459
84602004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8461
8462 * gnus.texi (New Features): Add 5.11.
8463
8464 * message.texi (Resending): Remove wrong default value.
8465
8466 * gnus.texi (Mail Source Specifiers): Describe possible problems
8467 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8468 `pop3-leave-mail-on-server' to the index.
8469
84702004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * message.texi (Canceling News): Add how to set a password.
8473
84742004-10-12 Jay Belanger <belanger@truman.edu>
8475
0c7efc08 8476 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8477 calc-describe-function and calc-describe-variable to match their
8478 current behavior.
8479
84802004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8481
8482 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8483
84842004-10-12 Michael Albinus <michael.albinus@gmx.de>
8485
8486 Sync with Tramp 2.0.45.
8487
8488 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8489 plink link. The URL is outdated. Originator contacted for
8490 clarification.
8491
84922004-10-10 Juri Linkov <juri@jurta.org>
8493
8494 * gnus.texi (Top, Marking Articles): Join two menus in one node
8495 because a node can have only one menu.
8496
84972004-10-09 Juri Linkov <juri@jurta.org>
8498
8499 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8500 example of nnmail-split-fancy.
8501
85022004-10-06 Karl Berry <karl@gnu.org>
8503
8504 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8505 consistency with other uses of dashes.
8506
85072004-10-05 Karl Berry <karl@gnu.org>
8508
8509 * info.texi: Consistently use --- throughout, periods at end of
8510 menu descriptions, and a couple typos.
8511
85122004-09-26 Jesper Harder <harder@ifa.au.dk>
8513
8514 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8515 * pgg.texi (User Commands, Backend methods): Do.
8516 * gnus.texi: Markup fixes.
8517 (Setting Process Marks): Fix `M P a' entry.
8518 * emacs-mime.texi: Fixes.
8519
85202004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8521
8522 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8523 again.
8524 Use 5.10 instead of 5.10.0.
8525
85262004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8527
8528 * gnus.texi (Summary Mail Commands): S D e.
8529
85302004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8531
8532 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8533 the gnus-article-mode-line-format section.
8534
85352004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8536
8537 * gnus.texi (Various Summary Stuff): Fix the documentation for
8538 gnus-newsgroup-variables.
8539
85402004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8541
0c7efc08
SM
8542 * gnus.texi (MIME Commands):
8543 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8544 gnus-mime-display-multipart-alternative-as-mixed,
8545 gnus-mime-display-multipart-related-as-mixed.
8546 (Mail Source Customization): Clarify `mail-source-directory'.
8547 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8548 (SpamOracle): Fix typo.
2de53ca6
GM
8549
8550 * gnus-faq.texi: Untabify.
8551 ([6.3]): nnir.el is in contrib directory.
8552
8553 * message.texi (News Headers): Clarify how a unique ID is created.
8554
0c7efc08
SM
8555 * gnus.texi (Batching Agents): Fix typo in example.
8556 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8557
b2abec73 85582004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8559
0c7efc08 8560 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8561
85622004-09-20 Florian Weimer <fw@deneb.enyo.de>
8563
8564 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8565
85662004-09-22 Jay Belanger <belanger@truman.edu>
8567
0c7efc08 8568 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8569 might be hidden during part of the session.
8570
85712004-09-20 Jay Belanger <belanger@truman.edu>
8572
8573 * calc.texi (Notations Used in This Manual): Put in an earlier
8574 mention that DEL could be called Backspace.
8575
85762004-09-10 Simon Josefsson <jas@extundo.com>
8577
8578 * gnus.texi (IMAP): Add example. Suggested and partially written
8579 by Steinar Bang <sb@dod.no>.
8580
85812004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8582
8583 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8584 netrc syntax.
8585
85862004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8587
b2abec73
JB
8588 * gnus.texi (Spam ELisp Package Sequence of Events):
8589 Some clarifications.
2de53ca6
GM
8590 (Spam ELisp Package Global Variables): More clarifications.
8591
85922004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8593
8594 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8595 Mention spam-split does not modify incoming mail.
8596
85972004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8598
8599 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8600
86012004-09-10 Eli Zaretskii <eliz@gnu.org>
8602
8603 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8604
86052004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8606
8607 * makefile.w32-in (sieve, pgg): Use $(infodir).
8608
86092004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8610
8611 * makefile.w32-in: Fix PGG and Sieve entries.
8612
86132004-08-28 Eli Zaretskii <eliz@gnu.org>
8614
8615 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8616 Emacs and related programs.
8617
86182004-08-27 Richard M. Stallman <rms@gnu.org>
8619
8620 * faq.texi: Fix texinfo usage, esp. doublequotes.
8621 (Difference between Emacs and XEmacs): Some clarification.
8622
8623 * faq.texi (Difference between Emacs and XEmacs):
8624 Explain not to contrast XEmacs with GNU Emacs.
8625
86262004-08-26 Richard M. Stallman <rms@gnu.org>
8627
8628 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8629
86302004-08-22 David Kastrup <dak@gnu.org>
8631
8632 * reftex.texi (AUCTeX): Update links, section name.
8633
8634 * faq.texi (Calc): Update availability (included in 22.1).
8635 (AUCTeX): Update availability, information, versions, description.
8636
86372004-08-14 Eli Zaretskii <eliz@gnu.org>
8638
8639 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8640
86412004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8642
8643 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8644
86452004-08-10 Michael Albinus <michael.albinus@gmx.de>
8646
8647 Sync with Tramp 2.0.44.
8648
86492004-08-05 Lars Hansen <larsh@math.ku.dk>
8650
8651 * widget.texi (User Interface): Update how to separate the
8652 editable field of an editable-field widget from other widgets.
8653 (Programming Example): Add text after field.
8654
86552004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8656
8657 * emacs-mime.texi (Encoding Customization): Add a note to the
8658 mm-content-transfer-encoding-defaults entry.
8659 (rfc2047): Update.
8660
0c7efc08
SM
8661 * gnus.texi (Article Highlighting):
8662 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8663 (POP before SMTP): New node.
8664 (Posting Styles): Addition.
8665 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8666 (Fancy Mail Splitting): Ditto.
8667 (X-Face): Add gnus-x-face.
8668
86692004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8670
8671 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8672 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8673
86742004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8675
0c7efc08
SM
8676 * gnus.texi (Mail Source Specifiers):
8677 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8678
86792004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8680
8681 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8682
8683 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8684 repository. Change setfilename.
8685
8686 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8687
86882004-07-02 Juri Linkov <juri@jurta.org>
8689
8690 * pcl-cvs.texi (Viewing differences): Add `d r'.
8691
86922004-06-29 Jesper Harder <harder@ifa.au.dk>
8693
8694 * ses.texi, viper.texi, flymake.texi, faq.texi:
8695 * eshell.texi, ediff.texi: Markup fixes.
8696
86972004-06-21 Karl Berry <karl@gnu.org>
8698
8699 * info.texi (Top): Mention that only Emacs has mouse support.
8700 (Getting Started): Mention this in a few other places.
8701
87022004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8703
0c7efc08
SM
8704 * autotype.texi (Copyrights, Timestamps):
8705 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8706
87072004-06-13 Lars Hansen <larsh@math.ku.dk>
8708
8709 * dired-x.texi (dired-mark-omitted): Update keybinding.
8710
87112004-06-10 Kim F. Storm <storm@cua.dk>
8712
8713 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8714
87152004-06-05 Lars Hansen <larsh@math.ku.dk>
8716
8717 * dired-x.texi (variable dired-omit-mode): Rename from
8718 dired-omit-files-p.
8719 (function dired-omit-mode): Rename from dired-omit-toggle.
8720 Call dired-omit-mode rather than set dired-omit-files-p.
8721 (dired-mark-omitted): Describe command.
8722
87232004-05-29 Michael Albinus <michael.albinus@gmx.de>
8724
8725 Version 2.0.41 of Tramp released.
8726
87272004-05-29 Juanma Barranquero <lektu@terra.es>
8728
8729 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8730 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8731
87322004-05-29 Richard M. Stallman <rms@gnu.org>
8733
8734 * cl.texi (Top): Call this chapter `Introduction'.
8735 (Overview): In TeX, no section heading here.
8736
8737 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8738
87392004-05-29 Eli Zaretskii <eliz@gnu.org>
8740
8741 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8742 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8743
87442004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8745
8746 * flymake.texi: New file.
8747
87482004-05-28 Simon Josefsson <jas@extundo.com>
8749
8750 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8751
b344d29d 87522004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8753
8754 Version 2.0.40 of Tramp released.
8755
87562004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8757
8758 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8759
8760 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8761 variables `tramp-backup-directory-alist' and
8762 `tramp-bkup-backup-directory-info'.
8763 (Overview, Connection types)
8764 (External transfer methods, Default Method)
8765 (Windows setup hints): Remove restriction of password entering
8766 with external methods.
8767 (Auto-save and Backup): Make file name example
8768 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8769 and `auto-save-directory' must be used.
8770 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8771 only "NT"). Remove doubled entry "What kinds of systems does
8772 @tramp{} work on".
8773 (tramp): Macro removed.
8774 (Obtaining Tramp): Flag removed from title.
8775 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8776 and `trampver' used properly. Flag `tramp-inst' replaced by
8777 `installchapter'. Installation related text adapted.
8778
87792004-04-28 Masatake YAMATO <jet@gyve.org>
8780
8781 * widget.texi (Programming Example): Remove overlays.
8782
87832004-04-27 Jesper Harder <harder@ifa.au.dk>
8784
8785 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8786
87872004-04-23 Juanma Barranquero <lektu@terra.es>
8788
8789 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8790
87912004-04-05 Jesper Harder <harder@ifa.au.dk>
8792
8793 * info.texi (Info Search): Add info-apropos.
8794
87952004-03-22 Juri Linkov <juri@jurta.org>
8796
8797 * faq.texi: Fix help key bindings.
8798
87992004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8800
8801 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8802 (as suggested by Karl Berry). Update information about colored
8803 stars in menus. Add new subheading describing M-n.
8804
88052004-03-12 Richard M. Stallman <rms@gnu.org>
8806
8807 * cl.texi (Top): Rename top node's title.
8808
88092004-03-08 Karl Berry <karl@gnu.org>
8810
8811 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8812 problems making the texinfo distribution.
8813
88142004-02-29 Simon Josefsson <jas@extundo.com>
8815
0c7efc08 8816 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8817 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8818 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8819 <voegelas@gmx.net>.
8820
88212004-02-29 Juanma Barranquero <lektu@terra.es>
8822
8823 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8824 Use $(DEL) instead of rm, and ignore exit code.
8825
b344d29d 88262004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8827
8828 Tramp version 2.0.39 released.
8829
88302004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8831
8832 * tramp.texi (Customizing Completion): Explain new functions
8833 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8834 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8835 (Top): Refer to Savannah mailing list as the major one.
8836 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8837 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8838 (Frequently Asked Questions): Remote hosts must not be Unix-like
8839 for "smb" method.
8840 (Password caching): New node.
8841 (External transfer methods): Refer to password caching for "smb"
8842 method.
8843
88442004-02-17 Karl Berry <karl@gnu.org>
8845
8846 * info.texi (Help-Int): Mention the new line number feature.
8847
88482004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8849
8850 * ses.texi (Advanced Features): New functionality for
8851 ses-set-header-row (defaults to current row unless C-u used).
8852 (Acknowledgements): Add Stefan Monnier.
8853
88542003-12-29 Kevin Ryde <user42@zip.com.au>
8855
8856 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8857
b344d29d 88582003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8859
8860 Tramp version 2.0.38 released.
8861
8862 * tramp.texi (Remote shell setup): Warn of environment variables
8863 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8864 <sven.gabriel@imk.fzk.de>.
8865 (Configuration): Tramp now chooses base64/uuencode
8866 automatically. Update wording accordingly.
8867 (Top): More description for the `Default Method' menu entry.
8868 (Default Method): Use @code, not @var, for Lisp variables.
8869 (Default Method): New subsection `Which method is the right one
8870 for me?' Suggested by Christian Kirsch.
8871 (Configuration): Pointer to new subsection added.
8872 (Default Method): Too many "use" in one sentence.
8873 Rephrase. Reported by Christian Kirsch.
8874 (Filename Syntax): Old `su' example is probably a left-over from
8875 the sm/su method naming. Replace with `ssh', instead.
8876 (External transfer methods, Auto-save and Backup):
8877 Typo fixes.
8878
88792003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8880
183080b6 8881 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8882 (Top): Mention japanese manual only if flag `jamanual' is set.
8883 Insert section `Japanese manual' in menu.
8884
88852003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8886
8887 * eshell.texi (Known Problems): Add doc item.
8888
88892003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8890
8891 * cc-mode.texi: Update for CC Mode 5.30.
8892
8893 Note: Please refrain from doing purely cosmetic changes like
8894 removing trailing whitespace in this manual; it clobbers cvs
8895 merging for no good reason.
8896
88972003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8898
8899 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8900 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8901 @acronym{ASCII}.
8902
89032003-10-26 Karl Berry <karl@gnu.org>
8904
8905 * info.texi (Info Search): Echo area, not echo are. From Debian
8906 diff.
8907
89082003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8909
10d1d0af 8910 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8911 :buttons and :children keywords.
8912
89132003-10-22 Miles Bader <miles@gnu.org>
8914
8915 * Makefile.in (info): Move before $(top_srcdir)/info.
8916
89172003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8918
8919 * tramp.texi (Inline methods): Small grammar fix.
8920 (External transfer methods): Likewise.
8921
89222003-10-08 Nick Roberts <nick@nick.uklinux.net>
8923
8924 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8925
89262003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8929
89302003-09-30 Richard M. Stallman <rms@gnu.org>
8931
8932 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8933
8934 * widget.texi (User Interface): Fix typos.
8935
8936 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8937
89382003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8939
8940 * pcl-cvs.texi (Selected Files): Fix typo.
8941
89422003-09-21 Karl Berry <karl@gnu.org>
8943
8944 * info.texi (] and [ commands): No period at end of section title.
8945
89462003-09-04 Miles Bader <miles@gnu.org>
8947
8948 * Makefile.in (top_srcdir): New variable.
8949 ($(top_srcdir)/info): New rule.
8950 (info): Depend on it.
8951
89522003-09-03 Peter Runestig <peter@runestig.com>
8953
8954 * makefile.w32-in: New file.
8955
89562003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8957
8958 * widget.texi (User Interface): Explain the need of static text
8959 around an editable field.
8960
89612003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8962
8963 * widget.texi (Basic Types): The argument to `:help-echo' can now
8964 be a form that evaluates to a string.
8965
89662003-08-18 Kim F. Storm <storm@cua.dk>
8967
8968 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8969
89702003-08-16 Richard M. Stallman <rms@gnu.org>
8971
8972 * dired-x.texi (Shell Command Guessing): Explain *.
8973
89742003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8975
8976 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8977 log-edit-insert-changelog.
8978
89792003-08-03 Karl Berry <karl@gnu.org>
8980
8981 * info.texi: Need @contents.
8982
c8763fb6 89832003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8984
8985 Tramp version 2.0.36 released.
8986
8987 * tramp.texi (Remote shell setup): Explain about problems with
8988 non-Bourne commands in ~/.profile and ~/.shrc.
8989
89902003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8991
8992 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8993 renaming of `vis-mode' to `visible-mode'.
8994
89952003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8996
8997 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8998 next, prev and up pointers.
8999
90002003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9001
9002 * info.texi (Help): Mention existence of Emacs and stand-alone
9003 Info at the very beginning of the tutorial.
9004 (Help-Inv): New node.
9005 (Help-]): New node.
9006 (Help-M): Systematically point out the differences between default
9007 Emacs and stand-alone versions. Delete second menu.
9008 (Help-Xref): Systematically point out the differences between
9009 default Emacs and stand-alone versions.
9010 (Help-Int): Change `l' example.
9011 (Expert Info): Fix typos.
9012 (Emacs Info Variables): Mention `Info-hide-note-references' and
9013 new default for `Info-scroll-prefer-subnodes'.
9014
c8763fb6 90152003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9016
9017 Version 2.0.35 of Tramp released.
9018
9019 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9020 (Inline methods): Add methods `remsh' and `plink1'.
9021 (External transfer methods): Add method `remcp'.
9022 (Multi-hop Methods): Add method `remsh'.
9023 Small patch from Adrian Aichner <adrian@xemacs.org>:
9024 Fix minor typos.
0c7efc08 9025 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9026 `Info-index'.
9027 (Version Control): Add cindex entry.
9028
c8763fb6 90292003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9030
9031 * trampver.texi: Version 2.0.34 released.
9032
90332003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9034
9035 * faq.texi: Improve previous changes.
9036
90372003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9038
9039 * faq.texi: Update copyright and maintenance details.
9040 Update some package URLs, versions, and maintainers.
9041 Remove many references to the Emacs Lisp Archive.
9042
90432003-04-23 Simon Josefsson <jas@extundo.com>
9044
9045 * smtpmail.texi: Fix license (the invariant sections mentioned has
9046 never been part of the smtp manual). Align info dir entry with
9047 other emacs packages.
9048
90492003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9050
9051 * tramp.texi: Version 2.0.33 released.
9052 Remove installation chapter. Remove XEmacs specifics.
9053
90542003-03-29 Richard M. Stallman <rms@gnu.org>
9055
9056 * tramp.texi (Top): Undo the previous renaming.
9057 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9058
c8763fb6 90592003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9060
9061 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9062 version of manual.
9063
9064 * tramp.texi (Auto-save and Backup): New node.
9065
90662003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9067
9068 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9069 Emacs" in order to have better differentiation to "XEmacs".
9070 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9071 are new macros in order to point to the other Emacs flavor where
9072 appropriate. In info case, point to node `Installation' in order
9073 to explain how to generate the other way. In html case, make a
9074 link to the other html file.
0c7efc08 9075 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9076 after CVS checkout/update.
9077 (Installation): Completely rewritten.
9078 (Installation parameters, Load paths): New sections under
9079 `Installation'.
9080
c8763fb6 90812003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9082
9083 * tramp.texi: Version 2.0.30 released.
9084 Replace word "path" with "localname" where used as a component of
9085 a Tramp file name.
9086
90872003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9088
9089 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9090 introduced.
9091 (Installation): Explain what to do if files from the tramp/contrib
9092 directory are needed.
9093
90942003-02-23 Alex Schroeder <alex@emacswiki.org>
9095
9096 * smtpmail.texi (How Mail Works): New.
9097
90982003-02-22 Alex Schroeder <alex@emacswiki.org>
9099
9100 * smtpmail.texi: New file.
9101
9102 * Makefile.in: Build SMTP manual.
9103
c8763fb6 91042003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9105
9106 * tramp.texi: Version 2.0.29 released.
9107 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9108 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9109
91102003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9111
9112 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9113 another package loads accidentally Ange-FTP.
2de53ca6
GM
9114
91152003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9116
9117 * tramp.texi (Customizing Completion): Add function
9118 `tramp-parse-sconfig'. Change example of
9119 `tramp-set-completion-function', because parsing of ssh config
9120 files looks more natural.
9121
91222003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9123
9124 * gnus.texi: Do not use `path' in several locations.
9125
c8763fb6 91262002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9127
0c7efc08
SM
9128 * tramp.texi (External transfer methods): New method `smb'.
9129 From Michael Albinus.
2de53ca6
GM
9130
91312002-11-05 Karl Berry <karl@gnu.org>
9132
9133 * info.texi (Info-fontify): Reorder face list to avoid bad line
9134 breaks.
9135
c8763fb6 91362002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9137
0c7efc08
SM
9138 * tramp.texi: Move @copying to standard place.
9139 Use @insertcopying.
2de53ca6
GM
9140
91412002-10-02 Karl Berry <karl@gnu.org>
9142
9143 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9144 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9145 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9146 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9147 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9148 Per rms, update all manuals to use @copying instead of @ifinfo.
9149 Also use @ifnottex instead of @ifinfo around the top node, where
9150 needed for the sake of the HTML output.
9151 (The Gnus manual is not fixed since it's not clear to me how it
9152 works; and the Tramp manual already uses @copying, although in an
9153 unusual way. All others were changed.)
9154
91552002-09-10 Jonathan Yavner <jyavner@engineer.com>
9156
9157 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9158 (../info/ses, ses.dvi): New targets.
9159 * ses.texi: New file.
9160
c8763fb6 91612002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9162
9163 * texinfo.tex: Update to texinfo 4.2.
9164
91652002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9166
9167 * reftex.texi: Update to RefTeX 4.19.
9168
c8763fb6 91692002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9170
9171 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9172 (../info/tramp, tramp.dvi): New targets.
9173
91742002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9175
9176 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9177 (calc.dvi): Uncomment.
9178
91792001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9180
9181 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9182 (../info/calc): New target.
9183
91842001-10-20 Gerd Moellmann <gerd@gnu.org>
9185
9186 * (Version 21.1 released.)
9187
91882001-10-05 Gerd Moellmann <gerd@gnu.org>
9189
9190 * Branch for 21.1.
9191
91922001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * Makefile.in (../info/info): Use an explicit -o switch to
9195 makeinfo.
9196
91972001-03-05 Gerd Moellmann <gerd@gnu.org>
9198
9199 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9200
92012000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * Makefile.in (../info/idlwave): Use --no-split.
9204
92052000-12-14 Dave Love <fx@gnu.org>
9206
c4cc8b9a 9207 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9208 (gnus.dvi): Change rule to remove @latex stuff.
9209
92102000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9211
9212 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9213
92142000-10-13 John Wiegley <johnw@gnu.org>
9215
9216 * Makefile.in: Add build targets for eshell.texi.
9217
92182000-09-25 Gerd Moellmann <gerd@gnu.org>
9219
9220 * Makefile.in: Remove/comment speedbar stuff.
9221
92222000-09-22 Dave Love <fx@gnu.org>
9223
9224 * Makefile.in: Add emacs-mime.
9225
92262000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9227
9228 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9229 (DVI_TARGETS): Add woman.dvi.
9230 (../info/woman, woman.dvi): New targets.
9231
92322000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9233
9234 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9235
9236 * pcl-cvs.texi: New file.
9237 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9238 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9239
92402000-05-11 Gerd Moellmann <gerd@gnu.org>
9241
9242 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9243 (../info/ebrowse, ebrowse.dvi): New targets.
9244
92452000-01-13 Gerd Moellmann <gerd@gnu.org>
9246
9247 * Makefile.in (INFO_TARGETS): Add eudc.
9248 (DVI_TARGETS): Add eudc.dvi.
9249 (../info/eudc, eudc.dvi): New targets.
9250
92512000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9252
9253 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9254 compatibility with 8+3 filesystems).
9255 (../info/efaq): Rename from emacs-faq.
9256
92572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9258
9259 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9260 (../info/idlwave, idlwave.dvi): New targets.
9261
92621999-10-23 Dave Love <fx@gnu.org>
9263
9264 * Makefile.in: Use autotype.texi.
9265
92661999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9267
9268 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9269 faq.texi file) rather than ../info/faq.
9270
92711999-10-07 Gerd Moellmann <gerd@gnu.org>
9272
9273 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9274 (../info/ada-mode, ada-mode.dvi): New targets.
9275
92761999-09-01 Dave Love <fx@gnu.org>
9277
9278 * Makefile.in: Add faq.
9279
92801999-07-12 Richard Stallman <rms@gnu.org>
9281
9282 * Version 20.4 released.
9283
92841998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9285
9286 * Version 20.3 released.
9287
92881998-04-06 Andreas Schwab <schwab@gnu.org>
9289
768c0c0f
JB
9290 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9291 Use it in dvi targets.
2de53ca6
GM
9292 (../etc/GNU): Change to $(srcdir) first.
9293
92941998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9295
9296 * reftex.texi: Update for RefTeX version 3.22.
9297
92981998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9299
9300 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9301 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9302
93031997-09-23 Paul Eggert <eggert@twinsun.com>
9304
9305 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9306 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9307
93081997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9309
9310 * Version 20.2 released.
9311
93121997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9313
9314 * Version 20.1 released.
9315
93161997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9317
9318 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9319
93201996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9321
9322 * Version 19.33 released.
9323
93241996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9325
9326 * Version 19.32 released.
9327
93281996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9329
9330 * Makefile.in: Add rules for the Message manual.
9331
93321996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9333
9334 * gnus.texi: New version.
9335
9336 * message.texi: New manual.
9337
93381996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9339
9340 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9341
93421996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9343
9344 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9345 Specify -I option.
9346 (All dvi targets): Set the TEXINPUTS variable.
9347
93481996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9349
9350 * Version 19.31 released.
9351
93521996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9353
9354 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9355 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9356
93571995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9358
9359 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9360 (INFO_TARGETS): Add ../info/cc-mode.
9361 (DVI_TARGETS): Add cc-mode.dvi.
9362
2de53ca6
GM
93631995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9364
9365 * Version 19.30 released.
9366
93671995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9368
9369 * gnus.texi: New file.
9370
93711995-11-04 Erik Naggum <erik@naggum.no>
9372
9373 * gnus.texi: File deleted.
9374
93751995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9376
9377 * mh-e.texi: "Function Index" -> "Command Index" to work with
9378 Emacs 19.30 C-h C-k support of separately-documented commands.
9379
93801995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9381
9382 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9383 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9384
93851995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9386
9387 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9388 (../info/viper, viper.dvi): New targets.
9389
93901995-04-20 Kevin Rodgers <kevinr@ihs.com>
9391
9392 * dired-x.texi (Installation): Change the example to set
9393 buffer-local variables like dired-omit-files-p in
9394 dired-mode-hook.
9395
93961995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9397
9398 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9399 (../info/mh-e, mh-e.dvi): New targets.
9400
94011995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9402
9403 * Makefile.in (maintainer-clean): Rename from realclean.
9404
94051994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9406
9407 * Makefile.in: New file.
9408 * Makefile: File deleted.
9409
94101994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Makefile (TEXINDEX_OBJS): Variable deleted.
9413 (texindex, texindex.o, getopt.o): Rules deleted.
9414 All deps on texindex deleted.
9415 (distclean): Don't delete texindex.
9416 (mostlyclean): Don't delete *.o.
9417 * texindex.c, getopt.c: Files deleted.
9418
94191994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * Version 19.26 released.
9422
94231994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9424
9425 * Version 19.25 released.
9426
94271994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9428
9429 * Version 19.24 released.
9430
94311994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9432
9433 * Version 19.23 released.
9434
94351994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9436
9437 * Makefile: Delete spurious tab.
9438
94391994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9440
9441 * Makefile (.SUFFIXES): New rule.
9442
94431994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9444
9445 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9446 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9447
94481994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9449
9450 * Makefile (../info/sc): Rename from sc.info.
9451 (../info/cl): Likewise.
9452 (INFO_TARGETS): Use new names.
9453
94541993-12-04 Richard Stallman (rms@srarc2)
9455
9456 * getopt.c: New file.
9457 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9458 (getopt.o): New rule.
9459 (dvi): Don't depend on texindex.
9460 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9461 Depend on texindex.
9462
94631993-12-03 Richard Stallman (rms@srarc2)
9464
9465 * Makefile (../info/sc.info): Rename from ../info/sc.
9466 (TEXI2DVI): New variable.
9467 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9468 Add explicit commands.
9469 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9470
94711993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9472
9473 * Version 19.22 released.
9474
94751993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9476
9477 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9478
94791993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9480
9481 * Version 19.21 released.
9482
94831993-11-15 Paul Eggert (eggert@twinsun.com)
9484
9485 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9486
94871993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9488
9489 * Makefile (../etc/GNU): New target.
9490 (EMACSSOURCES): Add gnu1.texi.
9491
94921993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9493
9494 * Makefile (realclean): Don't delete the Info files.
9495
f0131492 94961993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9497
9498 * forms.texi: Fix forms.texi so that it will format correctly.
9499 Add missing `@end iftex', fix bad reference.
9500
9501 * info.texi, info-stn.texi: New files implement texinfo version of
9502 `info' file.
9503
f0131492 95041993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9505
9506 * Makefile: Fix targets for texindex, new info.texi files.
9507 * info-stnd.texi: New file implements info for standalone info
9508 reader.
9509 * info.texi: Update to include recent changes to "../info/info".
9510 New source file for ../info/info; includes info-stnd.texi.
9511
9512 * texindex.c: Include "../src/config.h" if building in emacs.
9513
9514 * Makefile: Change all files to FILENAME.texi, force all targets
9515 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9516 vip.texinfo, forms.texinfo, cl.texinfo.
9517 Add target to build texindex.c, defining `emacs'.
9518
9519 * forms.texi: Install new file to match version 2.3 of forms.el.
9520
95211993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9522
9523 * Version 19.19 released.
9524
95251993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9526
9527 * sc.texinfo: Fix info file name.
9528
9529 * Makefile (info): Add gnus and sc.
9530 (dvi): Add gnus.dvi and sc.dvi.
9531 (../info/sc, sc.dvi): New targets.
9532
95331993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * Version 19.18 released.
9536
95371993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * Makefile: Fix source file names of the separate manuals.
9540 (gnus.dvi, ../info/gnus): New targets.
9541
95421993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9543
9544 * Version 19.17 released.
9545
95461993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9547
9548 * split-man: Fix typos in last change.
9549
95501993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9551
9552 * Version 19.16 released.
9553
95541993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9555
9556 * version 19.15 released.
9557
95581993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9559
9560 * Makefile (distclean): It's rm, not rf.
9561
95621993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9563
9564 * Version 19.14 released.
9565
95661993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9567
9568 * Makefile: New file.
9569
95701993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9571
9572 * Version 19.13 released.
9573
95741993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9575
9576 * Version 19.9 released.
9577
95781993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9579
9580 * Version 19.8 released.
9581
95821993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9583
9584 * Version 19.7 released.
9585
95861990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9587
9588 * gnus.texinfo: New file. Removed installation instructions.
9589
95901990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9591
9592 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9593
95941989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9595
9596 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9597 then define `\sc' as the command for smallcaps in Texinfo.
9598 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9599 made the corresponding change to makeinfo and texinfm.el.
9600
96011988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9602
9603 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9604 Customization since the menu entry did not point to anything.
9605 Also add an @finalout command to remove overfull hboxes from the
9606 printed output.
9607
9608 * cl.texinfo: Add @bye, \input line and @settitle to file.
9609 This file is clearly intended to be a chapter of some other work,
9610 but the other work does not yet exist.
9611
96121988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9613
9614 * texinfo.texinfo: Three typos corrected.
9615
4009494e 9616;; Local Variables:
c8763fb6 9617;; coding: utf-8
4009494e
GM
9618;; End:
9619
3fe7cdc8 9620 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9621
9622 This file is part of GNU Emacs.
9623
97c0352c 9624 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9625 it under the terms of the GNU General Public License as published by
97c0352c
GM
9626 the Free Software Foundation, either version 3 of the License, or
9627 (at your option) any later version.
4009494e
GM
9628
9629 GNU Emacs is distributed in the hope that it will be useful,
9630 but WITHOUT ANY WARRANTY; without even the implied warranty of
9631 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9632 GNU General Public License for more details.
9633
9634 You should have received a copy of the GNU General Public License
97c0352c 9635 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.