Fix typos in previous
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
e8693c96
GM
12012-11-16 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
4 (Obsolete Macros): Move example here from Function Bindings.
5
6e5e9b70
GM
62012-11-13 Glenn Morris <rgm@gnu.org>
7
5c934f8b
GM
8 * erc.texi: Use @code{nil} rather than just "nil".
9 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 10 Add "notifications".
f925b109 11 (Connecting): Add brief section on passwords.
274f5de6 12 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 13
24c38527
GM
142012-11-12 Glenn Morris <rgm@gnu.org>
15
16 * flymake.texi (Customizable variables)
17 (Highlighting erroneous lines): Mention flymake-error-bitmap,
18 flymake-warning-bitmap, and flymake-fringe-indicator-position.
19
5b637222
CY
202012-11-09 Chong Yidong <cyd@gnu.org>
21
22 * url.texi (Introduction): Move url-configuration-directory to
23 Customization node.
24 (Parsed URIs): Split into its own node.
25 (URI Encoding): New node.
26 (Defining New URLs): Remove empty chapter.
27 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
28 Improve docs for url-queue-*.
29 (Supported URL Types): Copyedits. Delete empty subnodes.
30
82f84fa3
CY
312012-11-08 Chong Yidong <cyd@gnu.org>
32
33 * url.texi (Introduction): Rename from Getting Started. Rewrite
34 the introduction.
35 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
36
2ee1d59f
GM
372012-11-07 Glenn Morris <rgm@gnu.org>
38
39 * cl.texi (Obsolete Setf Customization):
40 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
41 Give define-modify-macro, defsetf, and define-setf-method
42 gv.el replacements.
2ee1d59f 43
651af8c6
GM
442012-11-06 Glenn Morris <rgm@gnu.org>
45
2027b1b3 46 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 47 (Setf Extensions): Remove obsolete reference.
2027b1b3 48 (Obsolete Setf Customization):
651af8c6 49 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 50 Undocument get-setf-method, since it no longer exists.
a358a44e 51 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 52
c65b407b
GM
532012-11-03 Glenn Morris <rgm@gnu.org>
54
55 * cl.texi: Further general copyedits.
685b0026
GM
56 (List Functions): Remove copy-tree, standard elisp for some time.
57 (Efficiency Concerns): Comment out examples that no longer apply.
58 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
59 (Creating Symbols, Random Numbers): De-emphasize internal
60 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 61
7fbf8f7b
GM
622012-11-02 Glenn Morris <rgm@gnu.org>
63
64 * cl.texi (Naming Conventions, Type Predicates, Macros)
65 (Predicates on Numbers): No longer mention cl-floatp-safe.
66
df43dd53
GM
672012-11-01 Glenn Morris <rgm@gnu.org>
68
69 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
70 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
71 (Macro Bindings, Blocks and Exits):
72 Acknowledge existence of lexical-binding.
73 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 74
69c1c2e6
GM
752012-10-31 Glenn Morris <rgm@gnu.org>
76
dd90fd1a
GM
77 * ert.texi (Introduction, The @code{should} Macro):
78 Refer to "cl-assert" rather than "assert".
79
69c1c2e6
GM
80 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
81 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
82 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
83 Reword, and add details of flet and labels.
87b0d8b1 84 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 85
4ddedf94
GM
862012-10-30 Glenn Morris <rgm@gnu.org>
87
88 * cl.texi (Modify Macros): Update for cl-letf changes.
89 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
90 (Setf Extensions): Partially restore note about cl-getf,
91 mainly moved to lispref/variables.texi.
92 (Property Lists): Fix cl-getf typos.
f43a5263 93 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 94
d3094168
GM
952012-10-29 Glenn Morris <rgm@gnu.org>
96
97 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 98 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 99 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
100 (Modify Macros, Multiple Values, Other Clauses):
101 Remove mentions of obsolete features.
6a07d52e 102 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 103
3c0c6155
GM
1042012-10-28 Glenn Morris <rgm@gnu.org>
105
f94b04fc
GM
106 * cl.texi (Multiple Values, Common Lisp Compatibility):
107 More namespace updates.
108 (Obsolete Features): Copyedits.
109 (Obsolete Lexical Macros, Obsolete Setf Customization):
110 New subsections.
111
9c52d61d
GM
112 * cl.texi (Porting Common Lisp, Lexical Bindings):
113 Add some xrefs to the Elisp manual.
114
3c0c6155
GM
115 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
116 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
117 (Obsolete Features): New appendix. Move Lexical Bindings here.
118
5887564d
GM
1192012-10-27 Glenn Morris <rgm@gnu.org>
120
e1117425
GM
121 * cl.texi: Use defmac for macros rather than defspec.
122 (Efficiency Concerns): Related copyedit.
123
5887564d
GM
124 * cl.texi (Control Structure): Update for setf now being in core.
125 (Setf Extensions): Rename from Basic Setf. Move much of the
126 former content to lispref/variables.texi.
127 (Modify Macros): Move pop, push details to lispref/variables.texi.
128 (Customizing Setf): Copyedits for setf etc being in core.
129 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
130 Further namespaces updates.
131
bdebdb64
BG
1322012-10-26 Bastien Guerry <bzg@gnu.org>
133
134 * org.texi (Installation): Update the link to Org's ELPA. Also
135 don't mention org-install.el anymore as the replacement file
136 org-loaddefs.el is now loaded by org.el.
137
f956e59d
MA
1382012-10-25 Michael Albinus <michael.albinus@gmx.de>
139
140 * tramp.texi (Frequently Asked Questions): Mention
141 `tramp-completion-reread-directory-timeout' for performance
142 improvement.
143
a05cb6e3
GM
1442012-10-25 Glenn Morris <rgm@gnu.org>
145
146 * cl.texi: Don't mess with the TeX section number counter.
147 Use Texinfo recommended convention for quotes+punctuation.
148 (Overview, Sequence Functions): Rephrase for better line-breaking.
149 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
150 (Macro Bindings, Conditionals, Iteration, Loop Basics)
151 (Random Numbers, Mapping over Sequences, Structures)
152 (Porting Common Lisp): Further updates for cl-lib namespace.
153 (Modify Macros, Declarations, Macro Bindings, Structures):
154 Break long lines in examples.
155 (Dynamic Bindings): Update for changed progv behavior.
156 (Loop Examples, Efficiency Concerns): Markup fixes.
157 (Structures): Remove TeX margin change.
39ff2cf3 158 (Declarations): Fix typos.
a05cb6e3 159
39a58b5b
GM
1602012-10-24 Glenn Morris <rgm@gnu.org>
161
a6880551
GM
162 * cl.texi (Overview, Multiple Values, Creating Symbols)
163 (Numerical Functions): Say less/nothing about the original cl.el.
164 (Old CL Compatibility): Remove.
165 (Assertions): Remove ignore-errors (standard Elisp for some time).
166
39a58b5b
GM
167 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
168 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
169 (Efficiency Concerns, Efficiency Concerns)
170 (Common Lisp Compatibility, Old CL Compatibility):
171 Further updates for cl-lib namespace.
172
72ec96fb
PE
1732012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
174
175 Update manual for new time stamp format (Bug#12706).
176 * emacs-mime.texi (time-date): Update for new format.
177 Also, fix bogus time stamp and modernize a bit.
178
8d6510b9
GM
1792012-10-23 Glenn Morris <rgm@gnu.org>
180
181 * cl.texi: Include emacsver.texi. Use Emacs version number rather
182 than unchanging cl.el version number.
183 End all menu descriptions with a period.
184 Do not use @dfn{CL} for every instance of "CL".
185 (Overview): Remove no-runtime caveat, and note about foo* names.
186 (Usage): Use cl-lib rather than cl.
187 (Organization, Naming Conventions): Update for cl-lib.el.
188 (Installation): Remove long-irrelevant node.
189 (Program Structure, Predicates, Control Structure):
190 Start updating for cl-lib namespace.
8d6510b9
GM
191 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
192 Depend on emacsver.texi.
193
0a078f36
MA
1942012-10-09 Michael Albinus <michael.albinus@gmx.de>
195
196 * trampver.texi: Update release number.
197
a03bb33f
GM
1982012-10-06 Glenn Morris <rgm@gnu.org>
199
24636b26
GM
200 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
201 ERC version.
202 (Introduction): ERC is distributed with Emacs.
203 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
204 (Getting Started): Simplify.
205 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
206 (History): Mention ERC maintained as part of Emacs now.
207 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
208 Add dependency on emacsver.texi.
209
a03bb33f
GM
210 * erc.texi: Remove hand-written node pointers.
211
d259be38
GM
2122012-10-05 Glenn Morris <rgm@gnu.org>
213
214 * newsticker.texi (Overview, Requirements, Usage, Configuration):
215 Copyedits.
216
62a81506
CY
2172012-10-01 Eric Ludlam <zappo@gnu.org>
218
219 * ede.texi (Quick Start, Project Local Variables)
220 (Miscellaneous commands, ede-java-root, Development Overview)
221 (Detecting a Project): New nodes.
222 (Simple projects): Node deleted.
223
224 * eieio.texi (Building Classes): Some slot attributes cannot be
225 overridden.
226 (Slot Options): Remove an example.
227 (Method Invocation, Documentation): New nodes.
228
07f133bf
GM
2292012-10-01 Glenn Morris <rgm@gnu.org>
230
231 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
232 (reftex.pdf): Add dependency on emacsver.texi.
233 * reftex.texi: Don't include directory part for emacsver.texi;
234 the Makefile's -I handles it.
235
4f595e15
RA
2362012-09-30 Ralf Angeli <angeli@caeruleus.net>
237
238 Merge from standalone RefTeX repository.
239
240 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
241 with macros.
242 (Imprint): Mention Wolfgang in list of contributors.
243 (Creating Citations): Give a hint about how to
244 auto-revert the BibTeX database file when using external editors.
245 (Referencing Labels): Simplify section about reference macro
246 cycling.
247 (Options (Referencing Labels)): Adapt to new structure of
248 `reftex-ref-style-alist'.
249 (Referencing Labels, Reference Styles): Document changes in the
250 referencing functionality.
251 (Commands): Mention options for definition of header and footer in
252 BibTeX files.
253 (Options (Creating Citations)): Document
254 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
255 (Reference Styles): New section.
256 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
257 (Options (Referencing Labels)): Remove descriptions of deprecated
258 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
259 Add descriptions for `reftex-ref-style-alist' and
260 `reftex-ref-style-default-list'.
261 (Referencing Labels): Update regarding reference styles.
262 (Citation Styles): Mention support for ConTeXt.
263 (Options (Defining Label Environments)): Fix typo.
264 (Options (Creating Citations)): Document
265 `reftex-cite-key-separator'.
266
8223b1d2
BG
2672012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
268
269 * org.texi: Add description of ORG_ADD_CONTRIB to info
270 documentation. Add link to Worg for more details.
271
272 * org.texi: Clarify installation procedure. Provide link to the
273 build system description on Worg.
274
275 * org.texi: Remove reference to utils/, x11idle.c is now in
276 contrib/scripts.
277
278 * org.texi: Re-normalize to "Org mode" in manual.
279
280 * org.texi (Installation): Adapt documentation to new build
281 system. Mention GNU ELPA (since it needs to be handled like Emacs
282 built-in Org).
283
8223b1d2
BG
2842012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
285
286 * org.texi: Fix typo in description of the 'Hooks' section.
287
288 * org.texi: Add ID to the list of special properties.
289
2902012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
291
292 * org.texi (Moving subtrees): Document the ability to archive to a
293 datetree.
294
2952012-09-30 Bastien Guerry <bzg@altern.org>
296
297 * org.texi (Installation, Feedback, Batch execution): Use
298 (add-to-list 'load-path ... t) for the contrib dir.
299
300 * org.texi (results): Update documentation for ":results drawer"
301 and ":results org".
302
303 * org.texi (Column width and alignment): Fix typo.
304
305 * org.texi (Activation): Point to the "Conflicts" section.
306
307 * org.texi (Conflicts): Mention filladapt.el in the list of
308 conflicting packages.
309
310 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
311 not needed for versions of Emacs > 22.1.
312
313 * org.texi (History and Acknowledgments): Fix typo.
314
315 * org.texi (History and Acknowledgments): Add my own
316 acknowledgments.
317
318 * org.texi (Agenda commands): Document the new command and the new
319 option.
320
321 * org.texi (Agenda commands): Delete `org-agenda-action' section.
322 (Agenda commands): Reorder. Document `*' to toggle persistent
323 marks.
324
325 * org.texi (Agenda dispatcher): Mention
326 `org-toggle-agenda-sticky'.
327 (Agenda commands, Exporting Agenda Views): Fix typo.
328
329 * org.texi (Templates in contexts, Setting Options): Update to
330 reflect changes in how contexts options are processed.
331
332 * org.texi (Templates in contexts): Document the new structure of
333 the variables `org-agenda-custom-commands-contexts' and
334 `org-capture-templates-contexts'.
335
336 * org.texi (Templates in contexts): Document the new option
337 `org-capture-templates-contexts'.
338 (Storing searches): Document the new option
339 `org-agenda-custom-commands-contexts'.
340
341 * org.texi (Formula syntax for Lisp): Reformat.
342
343 * org.texi (Special properties, Column attributes)
344 (Agenda column view): Document the new special property
345 CLOCKSUM_T.
346
347 * org.texi (Template expansion): Document the new %l template.
348
349 * org.texi (Fast access to TODO states): Fix documentation about
350 allowed characters for fast todo selection.
351
352 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
353 use in `org-agenda-to-appt'.
354
355 * org.texi (Comment lines): Update wrt comments.
356
357 * org.texi (Resolving idle time): Document new keybinding.
358
359 * org.texi (Clocking commands): Document the use of S-M-<up/down>
360 on clock timestamps.
361
362 * org.texi (Fast access to TODO states): Explicitely says only
363 letters are supported as fast TODO selection keys.
364
365 * org.texi (Link abbreviations): Illustrate the use of the "%h"
366 specifier. Document the new "%(my-function)" specifier.
367
368 * org.texi (Clocking commands): New cindex.
369 (Clocking commands): Update documentation for `org-clock-in'.
370 Document `org-clock-in-last'. Mention `org-clock-out' and
371 `org-clock-in-last' as commands that can be globally bound.
372 (Resolving idle time): Document continuous clocking.
373
374 * org.texi (Top, Introduction): Fix formatting.
375 (Activation): Add index entries.
376 (Conventions): Update section.
377 (Embedded @LaTeX{}): Fix formatting.
378
379 * org.texi (Visibility cycling): Document `show-children'.
380
381 * org.texi (Using capture): Mention the `org-capture-last-stored'
382 bookmark as a way to jump to the last stored capture.
383
384 * org.texi (Uploading files): Fix typo.
385
386 * org.texi (Using capture): Document `C-0' as a prefix argument
387 for `org-capture'.
388
389 * org.texi (Agenda commands): Document persistent marks.
390
391 * org.texi (Template expansion): Update doc to reflect change.
392
393 * org.texi (Radio tables): Document the :no-escape parameter.
394
395 * org.texi (Repeated tasks): Document repeat cookies for years,
396 months, weeks, days and hours.
397
398 * org.texi (Export options): State that you can use the d: option
399 by specifying a list of drawers.
400
401 * org.texi (HTML preamble and postamble): Small doc improvement.
402
4032012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
404
405 * org.texi: The sections in the Exporting section of the manual
406 left out articles in the description of the org-export-as-*
407 commands, among other places. This patch adds them, adds a few
408 missing prepositions, and switches instances of "an HTML" to "a
409 html" for internal consistency.
410
411 * org.texi: Alter several examples of headings with timestamps in
412 them to include the timestamps in the body instead of the heading.
413
4142012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
415
416 * org.texi (Agenda dispatcher): Document sticky agenda views and
417 the new key for them.
418
4192012-09-30 Charles <millarc@verizon.net> (tiny change)
420
421 * org.texi (Advanced features): Fix error in table.
422
4232012-09-30 Feng Shu <tumashu@gmail.com>
424
425 * org.texi (@LaTeX{} fragments): Document imagemagick as an
426 alternative to dvipng.
427
4282012-09-30 François Allisson <francois@allisson.co> (tiny change)
429
430 * org.texi: Remove extra curly bracket.
431
4322012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
433
434 * org.texi (org-clock-in-last and org-clock-cancel): Update the
435 defkeys.
436
4372012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
438
439 * org.texi (Agenda commands): Fix two typos by giving
440 corresponding function names, according to
441 `org-agenda-view-mode-dispatch'.
442
4432012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
444
445 * org.texi (The spreadsheet): Fix typo.
446
4472012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
448
449 * org.texi (Tracking your habits): Point to the "Tracking TODO
450 state changes" section.
451
4522012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
453
454 * org.texi (Literal examples): Remove reference to unknown
455 `org-export-latex-minted' variable. Also simplify footnote since
456 `org-export-latex-listings' documentation is exhaustive already.
457
458 * org.texi (Plain lists): Remove reference to now hard-coded
459 `bullet' automatic rule.
460
4612012-09-30 Toby S. Cubitt <tsc25@cantab.net>
462
463 * org.texi: Updated documentation accordingly.
464
5087f097
PE
4652012-09-13 Paul Eggert <eggert@cs.ucla.edu>
466
467 * texinfo.tex: Merge from gnulib.
468
20121a26
MA
4692012-09-12 Michael Albinus <michael.albinus@gmx.de>
470
471 Sync with Tramp 2.2.6.
472
473 * tramp.texi (Bug Reports): Cleanup caches before a test run.
474
475 * trampver.texi: Update release number.
476
44677e30
PE
4772012-09-12 Paul Eggert <eggert@cs.ucla.edu>
478
479 * texinfo.tex: Merge from gnulib.
480
5a4c42ba
AA
4812012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
482
483 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
484 (bug#12096).
485
8e7046c3
JB
4862012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
487
1dcac243
JB
488 * calc.texi (Simplification modes, Conversions)
489 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
490 (The Calc Mode Line): Mention the mode line display for Basic
491 simplification mode.
492 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
493 simplifications.
494 (Basic Simplifications): Rename from "Limited Simplifications"
495 Replace "limited" by "basic" throughout.
496 (Algebraic Simplifications): Indicate that the algebraic
497 simplifications are done by default.
498 (Unsafe Simplifications): Mention `m E'.
499 (Simplification of Units): Mention `m U'.
500 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
501 (Kinds of Declarations, Functions for Declarations): Mention
502 "algebraic simplifications" instead of `a s'.
1dcac243 503 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 504
d2bd74ff
JB
5052012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
506
507 * calc.texi (Getting Started, Tutorial): Change simulated
508 Calc output to match actual output.
509 (Simplifying Formulas): Mention that algebraic simplification is now
510 the default.
511
77472261
EZ
5122012-07-28 Eli Zaretskii <eliz@gnu.org>
513
514 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
515 (Bug#12073)
516
09ae5da1
PE
5172012-07-25 Paul Eggert <eggert@cs.ucla.edu>
518
519 Prefer typical American spelling for "acknowledgment".
520 * calc.texi (History and Acknowledgments): Rename from
521 History and Acknowledgements.
522 * idlwave.texi (Acknowledgments):
523 * ses.texi (Acknowledgments):
524 * woman.texi (Acknowledgments): Rename from Acknowledgements.
525
c4444d16
PE
5262012-07-09 Paul Eggert <eggert@cs.ucla.edu>
527
528 Rename configure.in to configure.ac (Bug#11603).
529 * ede.texi (Compiler and Linker objects, ede-proj-project)
530 (ede-step-project): Prefer the name configure.ac to configure.in.
531
ef091c97
MA
5322012-07-06 Michael Albinus <michael.albinus@gmx.de>
533
534 * tramp.texi (Multi-hops): Introduce
535 `tramp-restricted-shell-hosts-alist'.
536
89b163db
G
5372012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
538
539 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
540 methods, so don't mention smtpmail here.
541
5422012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
543
544 * gnus.texi (Picons): Document gnus-picon-properties.
545
5462012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
547
548 * gnus.texi: Remove mention of compilation, as that's no longer
549 supported.
550
5512012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
552
553 * gnus.texi (Archived Messages): Mention
554 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
555
5562012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
557
558 * gnus.texi (Various Summary Stuff):
559 Remove mention of `gnus-propagate-marks'.
560
5612012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
562
563 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
564 which no longer exist.
565
5662012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
567
568 * gnus.texi (Archived Messages):
569 Document gnus-gcc-self-resent-messages.
570
5712012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
572
573 * message.texi (Mail Variables):
574 Mention the optional user parameter for X-Message-SMTP-Method.
575
5762012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
577
578 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
579
580 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
581
5822012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
583
584 * gnus.texi (Key Index): Change encoding to utf-8.
585
ac1a0ce1 5862012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
587
588 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
589
71cca84d
G
5902012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * gnus.texi (Group Timestamp): Mention where to find documentation for
593 the `gnus-tmp-' variables (bug#11601).
594
888a7fc0
MA
5952012-06-11 Michael Albinus <michael.albinus@gmx.de>
596
597 Sync with Tramp 2.2.6-pre.
598
599 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
600 where appropriate.
601 (Ad-hoc multi-hops): New section.
602 (Remote processes): New subsection "Running remote processes on
603 Windows hosts".
604 (History): Add remote commands on Windows, and ad-hoc multi-hop
605 methods.
606 (External methods): "ControlPersist" must be set to "no" for the
607 `scpc' method.
608 (Remote processes): Add a note about `auto-revert-tail-mode'.
609 (Frequently Asked Questions): Use "scpx" in combination with
610 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
611
612 * trampver.texi: Update release number.
613
31ca4639 6142012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
615
616 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
617 compilation for html-mono.
618
0e8bbf66
PE
6192012-06-08 Paul Eggert <eggert@cs.ucla.edu>
620
621 * texinfo.tex: Merge from gnulib.
622
b8f061b3
KY
6232012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
624
625 * Makefile.in (echo-info): Don't try to install info files named
626 just ".info".
627
16af873e
GM
6282012-05-28 Glenn Morris <rgm@gnu.org>
629
c1dabff0
GM
630 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
631
16af873e
GM
632 * sc.texi: Nuke hand-written node pointers.
633 Fix top-level menu to match actual node order.
634
1d5b82ef
GM
6352012-05-27 Glenn Morris <rgm@gnu.org>
636
637 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
638 Some associated fixes, including not messing with chapno in cl.texi.
639
33017faf 6402012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
641
642 * org.texi (Durations and time values): Fix typo.
643
d14b0029
JB
6442012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
645
33017faf 646 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
647 Mention `calc-ensure-consistent-units'.
648
2f4cadd1 6492012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 650
9879e263
AS
651 * cc-mode.texi: Avoid space before macro in 4th argument of cross
652 reference commands. (Bug#11461)
653
78e91d08
AS
654 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
655
3fe7cdc8
GM
6562012-05-12 Glenn Morris <rgm@gnu.org>
657
9598ef0b
GM
658 * Makefile.in (mostlyclean): Add more TeX intermediates.
659
7d326a29
GM
660 * Makefile.in: Make it look more like the other doc Makefiles.
661 Use explicit $srcdir in all dependencies.
662 Remove cd $srcdir from rules.
663 (VPATH): Remove.
664 (infodir): Set to an absolute path.
665 (INFO_TARGETS): Use short names.
666 (mkinfodir): infodir is now absolute.
667 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
668
c7f95930 669 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 670 (.SUFFIXES): Disable implicit rules.
c7f95930 671
3fe7cdc8
GM
672 * Makefile.in (MKDIR_P): New, set by configure.
673 (mkinfodir): Use $MKDIR_P.
674
6f0652af
GM
6752012-05-07 Glenn Morris <rgm@gnu.org>
676
677 * forms.texi (Long Example): Update for changed location of files.
678
8045b906
GM
6792012-05-04 Glenn Morris <rgm@gnu.org>
680
681 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
682 (INFO_TARGETS): Use $INFO_EXT.
683 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
684 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
685 (INFO_TARGETS): Use $INFO_EXT.
686 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
687
9e7a4bcf
GM
6882012-05-02 Glenn Morris <rgm@gnu.org>
689
9aa071df
GM
690 * Makefile.in (echo-info): New phony target, used by top-level.
691
9e7a4bcf
GM
692 * viper.texi: Make direntry shorter (also it is no longer "newest").
693
694 * emacs-gnutls.texi, ert.texi, org.texi:
695 Fix dircategory, direntry to match info/dir.
696
31cc861c
GM
697 * faq.texi: Convert @inforefs to @xrefs.
698 Fix some malformed cross-references.
f9e320bb
GM
699 (File-name conventions): Shorten section name to avoid overfull line.
700 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 701
723ea6b5
TZ
7022012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * auth.texi (Help for users): Update for .gpg file being second.
705
a8e7d6d7 7062012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
707
708 * org.texi (Agenda commands): Fix two typos: give corresponding
709 function names, according to `org-agenda-view-mode-dispatch'.
710
a8e7d6d7 7112012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
712
713 * faq.texi (Major packages and programs): Remove section.
714 There is no point listing 6 packages (cf etc/MORE.STUFF).
715 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 716
dcbf5805
MA
7172012-04-22 Michael Albinus <michael.albinus@gmx.de>
718
719 * dbus.texi (Version): New node.
720 (Properties and Annotations): Mention the object manager
721 interface. Describe dbus-get-all-managed-objects.
722 (Type Conversion): Floating point numbers are allowed, if an
723 anteger does not fit Emacs's integer range.
724 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
725 (Asynchronous Methods): Fix description of
726 dbus-call-method-asynchronously.
727 (Receiving Method Calls): Fix some minor errors. Add
728 dbus-interface-emacs.
729 (Signals): Describe unicast signals and the new match rules.
730 (Alternative Buses): Add the PRIVATE optional argument to
731 dbus-init-bus. Describe its new return value. Add dbus-setenv.
732
adee4030
GM
7332012-04-20 Glenn Morris <rgm@gnu.org>
734
735 * faq.texi (New in Emacs 24): New section.
736 (Packages that do not come with Emacs): Mention M-x list-packages.
737
35dc09a1 7382012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
739
740 * cc-mode.texi (c-offsets-alist): Correct a typo.
741
35dc09a1 7422012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
743
744 * org.texi (Deadlines and scheduling): Fix the example: the
745 DEADLINE item should come right after the headline. We enforce
746 this convention, so it is a bug not to illustrate it correctly in
747 the manual.
748
35dc09a1 7492012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
750
751 * org.texi (Agenda commands): Fix documentation bug by swapping
752 the equivalent keybindings to `org-agenda-next-line' with the ones
753 to `org-agenda-previous-line'.
754
35dc09a1 7552012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
756
757 * Makefile.in: Replace non-portable use of $< in ordinary rules.
758
e2560ea8
EZ
7592012-04-09 Eli Zaretskii <eliz@gnu.org>
760
761 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
762 emacs-gnutls.
763 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
764
6b4f4a2d
TZ
7652012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
766
250b840e 767 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
768
769 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
770
ca2c89b6
TZ
7712012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
772
773 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 774 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 775
aebd5f1a
GM
7762012-04-04 Glenn Morris <rgm@gnu.org>
777
778 * auth.texi (Secret Service API): Copyedits.
779 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
780 (Help for users, Help for developers)
781 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 782
0317dd51
MA
7832012-04-04 Michael Albinus <michael.albinus@gmx.de>
784
785 * auth.texi (Secret Service API): Add the missing text.
786
3d439cd1
CY
7872012-04-04 Chong Yidong <cyd@gnu.org>
788
789 * message.texi (Using PGP/MIME): Note that epg is now the default.
790
791 * gnus.texi: Reduce references to obsolete pgg library.
792 (Security): Note that epg is now the default.
793
794 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
795
796 * nxml-mode.texi (Completion): C-RET is no longer bound to
797 nxml-complete.
798
153ae947
BG
7992012-04-01 Jambunathan K <kjambunathan@gmail.com>
800
801 * org.texi (Customizing tables in ODT export): Correct few errors.
802
8032012-04-01 Jambunathan K <kjambunathan@gmail.com>
804
805 * org.texi (Links in ODT export): Update.
806 (Labels and captions in ODT export): New node.
807
8082012-04-01 Jambunathan K <kjambunathan@gmail.com>
809
810 * org.texi (Literal examples in ODT export): htmlfontify.el in
811 Emacs-24.1 now supports fontification. So ODT source blocks will
812 be fontified by default.
813
8142012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
815
816 * org.texi (Refiling notes): Remove duplicated keybinding.
817
8182012-04-01 Eric Schulte <eric.schulte@gmx.com>
819
820 * org.texi (noweb): Documentation of this new option to the :noweb
821 header argument.
822
8232012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
824
825 * org.texi (Header and sectioning): Add example demonstrating how
826 to use "LaTeX_CLASS_OPTIONS".
827
8282012-04-01 Eric Schulte <eric.schulte@gmx.com>
829
830 * org.texi (Noweb reference syntax): Describe the ability to
831 execute noweb references in the manual.
832
8332012-04-01 Eric Schulte <eric.schulte@gmx.com>
834
835 * org.texi (cache): Improve cache documentation when session
836 evaluation is used.
837
8382012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
839
840 * org.texi (Plain lists): Document removal.
841
8422012-04-01 Michael Brand <michael.ch.brand@gmail.com>
843
844 * org.texi: Decapitalize file name in references to Calc manual.
845
8462012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
847
848 * org.texi (Plain lists): Document removal.
849
8502012-04-01 Jambunathan K <kjambunathan@gmail.com>
851
852 * org.texi (Top, OpenDocument Text export)
853 (ODT export commands, Extending ODT export)
854 (Images in ODT export, Tables in ODT export)
855 (Configuring a document converter): Add or Update.
856
8572012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
858
859 * org.texi (MobileOrg): Change the wording to reflect that the
860 Android Version is no longer just the little brother of the iOS
861 version.
862
8632012-04-01 Eric Schulte <eric.schulte@gmx.com>
864
865 * org.texi (Key bindings and useful functions): Updated babel key
866 binding documentation in manual.
867
8682012-04-01 Eric Schulte <eric.schulte@gmx.com>
869
870 * org.texi (noweb): Document new noweb header value.
871
8722012-04-01 Eric Schulte <eric.schulte@gmx.com>
873
874 * org.texi (noweb-sep): Document new header argument.
875
8762012-04-01 Eric Schulte <eric.schulte@gmx.com>
877
878 * org.texi (noweb-ref): Documentation of this new custom variable.
879
8802012-04-01 Eric Schulte <eric.schulte@gmx.com>
881
882 * org.texi (wrap): Update the new :wrap documentation to match the
883 current implementation.
884
8852012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
886
887 * org.texi: Added documentation for :wrap.
888
8892012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
890
891 * org.texi: #+RESULTS now user-configurable.
892
8932012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
894
895 * org.texi: Documented :noweb no-export.
896
8972012-04-01 Thomas Dye <dk@poto.local>
898
899 * org.texi: Edit :noweb no header argument for correctness.
900
9012012-04-01 Bastien Guerry <bzg@altern.org>
902
903 * org.texi (Customization): Update the approximate number of Org
904 variables.
905
9062012-04-01 Thomas Dye <dk@poto.local>
907
908 * org.texi: The :results wrap produces a drawer instead of a
909 begin_results block.
910
005a89ff
G
9112012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
912
913 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
914 reflect the new default.
915
589ce070
EZ
9162012-03-10 Eli Zaretskii <eliz@gnu.org>
917
918 * info.texi (Expert Info): Move the index entry for "Texinfo" from
919 "Getting Started" to this node. (Bug#10450)
920
a5392527
CY
9212012-03-10 Chong Yidong <cyd@gnu.org>
922
8ae818e4
CY
923 * flymake.texi (Example -- Configuring a tool called via make):
924 Mention the Automake COMPILE variable (Bug#8715).
925
a5392527
CY
926 * info.texi (Getting Started): Add an index entry (Bug#10450).
927
d49902e4
MA
9282012-03-02 Michael Albinus <michael.albinus@gmx.de>
929
930 * dbus.texi (Signals): Known names will be mapped onto unique
931 names, when registering for signals.
932
53eced6d
GM
9332012-02-29 Glenn Morris <rgm@gnu.org>
934
bcd6cd23
GM
935 * url.texi: Fix quote usage in body text.
936
775b55af
GM
937 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
938
53eced6d
GM
939 * cl.texi: Use @code{} in menus when appropriate.
940
44e97401
GM
9412012-02-28 Glenn Morris <rgm@gnu.org>
942
943 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
944 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
945 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
946 * org.texi, sc.texi, vip.texi, viper.texi:
947 Standardize possessive apostrophe usage.
948
fa9a0855
CY
9492012-02-26 Chong Yidong <cyd@gnu.org>
950
951 * ediff.texi (Quick Help Commands): Add a couple of index entries
952 (Bug#10834).
953
0fd2c9a3
GM
9542012-02-17 Glenn Morris <rgm@gnu.org>
955
956 * gnus.texi (Posting Styles):
957 * remember.texi (Org): Fix cross-refs to other manuals.
958
9f26dc24
GM
9592012-02-15 Glenn Morris <rgm@gnu.org>
960
961 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
962 (Encryption): New chapter, split out from previous.
963
3d2af193
LI
9642012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
965
966 * gnus.texi (Customizing the IMAP Connection): Mention
967 nnimap-record-commands.
968
b74c9672
GM
9692012-02-10 Glenn Morris <rgm@gnu.org>
970
971 * url.texi (Retrieving URLs): Update url-retrieve arguments.
972 Mention url-queue-retrieve.
973
2ebc3b94
GM
9742012-02-09 Glenn Morris <rgm@gnu.org>
975
9fcfcdef
GM
976 * sem-user.texi (Semantic mode user commands): Typo fix.
977
2ebc3b94
GM
978 * info.texi (Create Info buffer): Mention info-display-manual.
979
7c4bbb69
LI
9802012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
981
982 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
983 example (modified from an example by Michael Albinus).
984
debce7bc
G
9852012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
986
987 * gnus.texi (Agent Basics): Fix outdated description of
988 `gnus-agent-auto-agentize-methods'.
989
b207a4ec
AS
9902012-01-28 Andreas Schwab <schwab@linux-m68k.org>
991
992 * cc-mode.texi: Always @defindex ss.
993 (Config Basics): Fix argument of @itemize.
994 (Macro Backslashes): Add @code around index entry.
995
b8fe8712
GM
9962012-01-23 Glenn Morris <rgm@gnu.org>
997
998 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
999
02dc2fd7
EH
10002012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1001
1002 * tramp.texi (File): Tweak wording for the `scpc' option.
1003
e7719ea1
G
10042012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
1006 * gnus.texi (Group Parameters): Really note precedence.
1007
9937bef4
G
10082012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus.texi (Group Parameters): Note precedence.
1011
e66ba1df
BG
10122012-01-03 Eric Schulte <eric.schulte@gmx.com>
1013
1014 * org.texi (Noweb reference syntax): Adding documentation of
1015 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1016 variable.
1017
10182012-01-03 Bastien Guerry <bzg@gnu.org>
1019
1020 * org.texi (Plain lists): Split the table to fix the display
1021 of items.
1022
10232012-01-03 Bastien Guerry <bzg@gnu.org>
1024
1025 * org.texi (Plain lists): Fix misplaced explanation.
1026
10272012-01-03 Bastien Guerry <bzg@gnu.org>
1028
1029 * org.texi (Plain lists, Agenda files): Add index entries.
1030
10312012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1032
1033 * org.texi: Use "Org mode" instead of alternatives like
1034 "Org-mode" or "org-mode".
1035
10362012-01-03 Bernt Hansen <bernt@norang.ca>
1037
1038 * org.texi (Agenda commands): Document
1039 `org-clock-report-include-clocking-task'.
1040
10412012-01-03 Bastien Guerry <bzg@gnu.org>
1042
1043 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1044 C-c' on checkboxes.
1045
10462012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1047
1048 * org.texi: End sentences with two spaces.
1049
10502012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1051
1052 * org.texi (External links): Document the link types file+sys
1053 and file+emacs, slightly narrow used page width.
1054
10552012-01-03 Eric Schulte <eric.schulte@gmx.com>
1056
1057 * org.texi (colnames): Note that colnames behavior may differ
1058 across languages.
1059
10602012-01-03 Bastien Guerry <bzg@gnu.org>
1061
1062 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1063
10642012-01-03 Thomas Dye <dk@poto.westell.com>
1065
1066 * org.texi: Augmented discussion of babel property
1067 inheritance. Put footnote outside sentence ending period.
1068
10692012-01-03 Eric Schulte <schulte.eric@gmail.com>
1070
1071 * org.texi (eval): Documenting the full range of :eval header
1072 argument values.
1073
10742012-01-03 Eric Schulte <schulte.eric@gmail.com>
1075
1076 * org.texi (eval): Documentation of the new :eval option.
1077
10782012-01-03 Thomas Dye <dk@poto.local>
1079
1080 * org.texi: Add accumulated properties.
1081
10822012-01-03 Thomas Dye <dk@poto.local>
1083
1084 * org.texi: Documented no spaces in name=assign, another
1085 correction to :var table.
1086
10872012-01-03 Thomas Dye <dk@poto.local>
1088
1089 * org.texi: Changed DATA to NAME in Working With Source Code
1090 section.
1091
10922012-01-03 Tom Dye <tsd@tsdye.com>
1093
1094 * org.texi: Minor change to :var table.
1095
10962012-01-03 Tom Dye <tsd@tsdye.com>
1097
1098 * org.texi: More changes to :var table (some examples were wrong).
1099
11002012-01-03 Tom Dye <tsd@tsdye.com>
1101
1102 * org.texi: Cleaned up :var table.
1103
11042012-01-03 Bastien Guerry <bzg@gnu.org>
1105
1106 * org.texi (Timestamps, Weekly/daily agenda)
1107 (Weekly/daily agenda): Add @cindex for "appointment".
1108
11092012-01-03 Eric Schulte <schulte.eric@gmail.com>
1110
1111 * org.texi (Literal examples): A new link to the template for
1112 inserting empty code blocks.
1113 (Structure of code blocks): A new link to the template for
1114 inserting empty code blocks.
1115
11162012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1117
1118 * org.texi (External links): Add footnote on how the behavior
1119 of the text search in Org files are controled by the variable
1120 `org-link-search-must-match-exact-headline'.
1121
11222012-01-03 Eric Schulte <schulte.eric@gmail.com>
1123
1124 * org.texi (Buffer-wide header arguments): Update
1125 documentation to reflect removal of #+PROPERTIES.
1126
11272012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1128
1129 * org.texi (The clock table): Mention that ACHIVED trees
1130 contribute to the clock table.
1131
11322012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1133
1134 * org.texi (Conflicts): Better yasnippet config info.
1135
11362012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1137
1138 * org.texi (Selective export): Explicitely mention the default
1139 values for `org-export-select-tags',
1140 `org-export-exclude-tags'.
1141
11422012-01-03 Tom Dye <tsd@tsdye.com>
1143
1144 * org.texi: Added a line to specify that header arguments are
1145 lowercase.
1146
11472012-01-03 Tom Dye <tsd@tsdye.com>
1148
1149 * org.texi: :var requires default value when declared.
1150
11512012-01-03 Bastien Guerry <bzg@gnu.org>
1152
1153 * org.texi (Handling links): Add a note about the
1154 `org-link-frame-setup' option.
1155
11562012-01-03 David Maus <dmaus@ictsoc.de>
1157
1158 * org.texi (Exporting Agenda Views, Extracting agenda
1159 information): Fix command line syntax, quote symbol parameter
1160 values.
1161
11622012-01-03 David Maus <dmaus@ictsoc.de>
1163
1164 * org.texi (Exporting Agenda Views): Fix command line syntax.
1165
8d80ef01
PE
11662011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1167
1168 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1169 Use octal notation for file permissions, which are normally
1170 thought of in octal.
1171 (Mail Back End Variables): Use more-plausible modes in example.
1172
47d42d81
AM
11732011-12-20 Alan Mackenzie <acm@muc.de>
1174
1175 * cc-mode.texi: Update version string 5.31 -> 5.32.
1176
a98edce9
JB
11772011-12-06 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1180
321decc8
GM
11812011-11-24 Glenn Morris <rgm@gnu.org>
1182
1183 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1184
f8107b79
JB
11852011-11-24 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * makefile.w32-in: Update dependencies.
1188
f5a96a4f
GM
11892011-11-20 Glenn Morris <rgm@gnu.org>
1190
1191 * gnus.texi (Group Information):
1192 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1193
cd1181db
JB
11942011-11-20 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * gnus-coding.texi (Gnus Maintenance Guide):
1197 Rename from "Gnus Maintainance Guide".
1198
1199 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1200 * eieio.texi (Customizing):
fe7a3057
JB
1201 * gnus.texi (Article Washing):
1202 * gnus-news.texi:
1203 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1204
7877f373
JB
12052011-11-16 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1208
0d26e0b6
JB
12092011-11-15 Juanma Barranquero <lekktu@gmail.com>
1210
c7015153
JB
1211 * ede.texi (project-am-texinfo):
1212 * gnus.texi (Sending or Not Sending):
1213 * org.texi (Template elements): Fix typos.
0d26e0b6 1214
0b381c7e
JB
12152011-11-14 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * ediff.texi (Hooks):
c7015153 1218 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1219
40a8bdf6
JB
12202011-11-11 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * semantic.texi (Tag handling): Fix typo.
1223
57dda3bb
KY
12242011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1225
1226 * gnus.texi (Other Gnus Versions): Remove.
1227
52bedd34
AM
12282011-10-28 Alan Mackenzie <acm@muc.de>
1229
1230 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1231 (Other Special Indentations): Add an xref to "Macros with ;".
1232 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1233 "Macros with ;".
1234 (Macros with ;): New page.
1235
00b77525
GM
1236 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1237 Document the new handling of nested scopes for movement by defuns.
52bedd34 1238
4a623313
MA
12392011-10-23 Michael Albinus <michael.albinus@gmx.de>
1240
1241 Sync with Tramp 2.2.3.
1242
1243 * trampver.texi: Update release number.
1244
466a320e
GM
12452011-10-14 Glenn Morris <rgm@gnu.org>
1246
1247 * ert.texi (Introduction, How to Run Tests)
1248 (Running Tests Interactively, Expected Failures)
1249 (Tests and Their Environment, Useful Techniques)
1250 (Interactive Debugging, Fixtures and Test Suites):
1251 Minor rephrasings.
1252 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1253 (Running Tests in Batch Mode): Simplify loading instructions.
1254 (Test Selectors): Clarify some selectors.
1255 (Expected Failures, Useful Techniques):
1256 Make examples fit in 80 columns.
1257
2be4956d
JB
12582011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1259
1260 * calc.texi (Basic Operations on Units): Discuss temperature
1261 conversion (`u t') alongside with other unit conversions ('u c').
1262
7359a765
GM
12632011-10-12 Glenn Morris <rgm@gnu.org>
1264
1265 * ert.texi: Whitespace trivia to make main menu items line up better.
1266
a0c52e5d
GM
12672011-10-08 Glenn Morris <rgm@gnu.org>
1268
1269 * Makefile.in: Fix ert rules.
1270
465d0300
G
12712011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * gnus.texi (Gnus Utility Functions): Add more references and
1274 explanations (bug#9683).
1275
a5166359
LMI
12762011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * gnus.texi (Archived Messages): Note the default (bug#9552).
1279
b523dc20
BW
12802011-09-21 Bill Wohler <wohler@newt.com>
1281
1282 Release MH-E manual version 8.3.
1283
58179cce 1284 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1285 release 8.3.
1286 (Preface): Updated support information.
bd7239f5 1287 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1288 historical quote, the tense should be correct in the time that it
1289 was written.
1290
0afb49a1
LMI
12912011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1292
1293 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1294 (Finding the News): Doc clarification.
1295 (Terminology): Mention naming.
1296
e21bac42
G
12972011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1298
1299 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1300 (Interactive): Document `quiet'.
1301
5b409b39 13022011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1303
bd7239f5 1304 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1305
5b409b39 13062011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1307
bd7239f5 1308 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1309 scope for `org-map-entries'.
1310
5b409b39 13112011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1312
1313 * org.texi (Visibility cycling): Document `org-copy-visible'.
1314
5b409b39 13152011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1316
bd7239f5 1317 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1318 proper order.
1319
5b409b39 13202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1321
1322 * org.texi (eval): Expand discussion of the :eval header argument.
1323
5b409b39 13242011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1325
1326 * org.texi (Languages): Add Lilypond and Awk as supported
1327 languages.
1328
5b409b39 13292011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1330
bd7239f5 1331 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1332 LOG_INTO_DRAWER can be used to override the contents of variable
1333 org-clock-into-drawer (or if unset, org-log-into-drawer).
1334
bd7239f5 1335 * org.texi: Replace @xref->@pxref.
3ab2c837 1336
5b409b39 13372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1338
1339 * org.texi (Evaluating code blocks): Documenting the new option
1340 for inline call lines.
1341
5b409b39 13422011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1343
1344 * org.texi (Results of evaluation): More explicit about the
1345 mechanism through which interactive evaluation of code is
1346 performed.
1347
5b409b39 13482011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1349
1350 * org.texi (noweb-ref): New header argument documentation.
1351
5b409b39 13522011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1353
1354 * org.texi (Extracting source code): Documentation of the new
1355 org-babel-tangle-named-block-combination variable.
1356
5b409b39 13572011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1358
bd7239f5 1359 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1360 behavior of multiple blocks of the same name is undefined.
3ab2c837 1361
5b409b39 13622011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1363
1364 * org.texi (TaskJuggler export): Modify the example to reflect the
1365 new effort durations.
1366
5b409b39 13672011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1368
1369 * org.texi (Images in LaTeX export): Escape curly brackets in
1370 LaTeX example.
1371
5b409b39 13722011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1373
1374 * org.texi (The clock table): Document the :properties and
1375 :inherit-props arguments for the clocktable.
1376
5b409b39 13772011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1378
1379 * org.texi (Tables in LaTeX export): Document specifying placement
1380 options for tables.
1381
5b409b39 13822011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1383
1384 * org.texi (Evaluating code blocks): More specific documentation
1385 about the different types of header arguments.
1386
5b409b39 13872011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1388
1389 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1390
5b409b39 13912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1392
1393 * org.texi (Built-in table editor): Document the table field
1394 follow mode.
1395
5b409b39 13962011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1397
1398 * org.texi (Easy Templates): Document new template.
1399
5b409b39 14002011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1401
1402 * org.texi (Literal examples): Add a cross-reference from "Literal
1403 Examples" to "Easy Templates."
1404
5b409b39 14052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1406
1407 * org.texi (The clock table): Add link to match syntax.
1408
5b409b39 14092011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1410
1411 * org.texi (Agenda commands): Document clock consistency checks.
1412
5b409b39 14132011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1414
1415 * org.texi (Built-in table editor): Document that \vert represents
1416 a vertical bar in a table field.
1417
5b409b39 14182011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1419
1420 * org.texi (Literal examples): Link from "Markup" > "Literate
1421 Examples" to "Working with Source Code".
1422
5b409b39 14232011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (Agenda commands): Doc for function option to bulk
1426 action.
1427
5b409b39 14282011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1429
1430 * org.texi (Template expansion): Document new %<...> template
1431 escape.
1432
5b409b39 14332011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1434
1435 * org.texi (Selective export): Document exclusion of any tasks
1436 from export.
1437
5b409b39 14382011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1439
1440 * org.texi (Selective export): Document how to exclude DONE tasks
1441 from export.
1442 (Publishing options): Document the properties to be used to turn off
1443 export of DONE tasks.
1444
5b409b39 14452011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1446
1447 * org.texi (The date/time prompt): Document date range protection.
1448
5b409b39 14492011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1450
1451 * org.texi (padline): Documentation of the new padline header
1452 argument.
1453
5b409b39 14542011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1455
1456 * org.texi (var): Adding "[" to list of characters triggering
1457 elisp evaluation.
1458
5b409b39 14592011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (var): Documentation of Emacs Lisp evaluation during
1462 variable assignment.
1463
5b409b39 14642011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1465
1466 * org.texi (colnames): Reference indexing into variables, and note
1467 that colnames are *not* removed before indexing occurs.
1468 (rownames): Reference indexing into variables, and note that
1469 rownames are *not* removed before indexing occurs.
1470
5b409b39 14712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1472
1473 * org.texi (var): Clarification of indexing into tabular
1474 variables.
1475
5b409b39 14762011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1477
1478 * org.texi (results): Documentation of the `:results wrap' header
1479 argument.
1480
5b409b39 14812011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1482
bd7239f5 1483 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1484 of the LaTeX export: the org file has to be properly structured.
1485
5b409b39 14862011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1487
1488 * org.texi (Dynamic blocks, Structure editing): Mention
1489 the function `org-narrow-to-block'.
1490
5b409b39 14912011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1492
1493 * org.texi (Languages): Updating list of code block supported
1494 languages.
1495
5b409b39 14962011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1497
1498 * org.texi (Special properties): CATEGORY is a special property,
1499 but it may also used in the drawer.
1500
5b409b39 15012011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1502
1503 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1504
5b409b39 15052011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1506
1507 * org.texi (Include files): Document :lines.
1508
5b409b39 15092011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1510
1511 * org.texi (comments): Documentation of the ":comments noweb" code
1512 block header argument.
1513
5b409b39 15142011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1515
1516 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1517 added extra whitespace around functions to be consistent with the
1518 rest of the section.
1519
5b409b39 15202011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1521
0b381c7e 1522 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1523 #+call: line syntax.
1524 (Header arguments in function calls): Expanded discussion of
1525 #+call: line syntax.
1526
5b409b39 15272011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1528
1529 * org.texi (Evaluating code blocks): More explicit about how to
1530 pass variables to #+call lines.
1531
5b409b39 15322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1533
1534 * org.texi (Results of evaluation): Link to the :results header
1535 argument list from the "Results of evaluation" section.
1536
5b409b39 15372011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1538
1539 * org.texi (Conflicts): Adding additional information about
1540 resolving org/yasnippet conflicts.
1541
5b409b39 15422011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1543
1544 * org.texi (Publishing options): Document style-include-scripts
1545 publishing project property.
1546
5b409b39 15472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1548
1549 * org.texi (Sparse trees): Document the next-error /
1550 previous-error functionality.
1551
5b409b39 15522011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1553
1554 * org.texi (cache): Improved documentation of code block caches.
1555
5b409b39 15562011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1557
1558 * org.texi (Code block specific header arguments): Documentation
1559 of multi-line header arguments.
1560
5b409b39 15612011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1562
1563 * org.texi (Code evaluation security): Add example for using a
1564 function.
1565
5b409b39 15662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1567
1568 * org.texi (Tables in LaTeX export): Documentation of new
1569 attr_latex options for tables.
1570
5b409b39
BG
15712011-08-03 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * trampver.texi: Update release number.
1574
15752011-07-30 Michael Albinus <michael.albinus@gmx.de>
1576
1577 Sync with Tramp 2.2.2.
1578
1579 * trampver.texi: Update release number.
1580
064e2d08
LMI
15812011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1582
1583 * flymake.texi (Example -- Configuring a tool called via make):
1584 Use /dev/null instead of the Windows "nul" (bug#8715).
1585
b8151e9c
LMI
15862011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1587
1588 * widget.texi (Setting Up the Buffer): Remove mention of the
1589 global keymap parent, which doesn't seem to be accurate
1590 (bug#7045).
1591
5b409b39
BG
15922011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1593
1594 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1595
c0a8ae95
KR
15962010-07-10 Kevin Ryde <user42@zip.com.au>
1597
1598 * cl.texi (For Clauses): Add destructuring example processing an
1599 alist (bug#6596).
1600
ac6531ad
LMI
16012011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * ediff.texi (Major Entry Points): Remove mention of `require',
1604 since that's not pertinent in the installed Emacs (bug#9016).
1605
d30dd079
G
16062011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1609 (Filtering New Groups): Clarify how simple the "options -n" format is.
1610 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1611 is internal.
d30dd079 1612
862c0d68
MA
16132011-07-04 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * tramp.texi (Cleanup remote connections): Add
1616 `tramp-cleanup-this-connection'.
1617
cd865a33
G
16182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1619
1620 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1621 zombies.
1622 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1623 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1624
16252011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1626
1627 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1628 backups, and not actual vc (bug#8975).
1629
79414ae4
KR
16302011-07-03 Kevin Ryde <user42@zip.com.au>
1631
1632 * cl.texi (For Clauses): @items for hash-values and key-bindings
1633 to make them more visible when skimming. Add examples of `using'
1634 clause to them, examples being clearer than a description in
1635 words (bug#6599).
1636
847ccf7c
AM
16372011-07-01 Alan Mackenzie <acm@muc.de>
1638
1639 * cc-mode.texi (Guessing the Style): New page.
1640 (Styles): Add a short introduction to above.
1641
3da13bb9
DD
16422011-06-28 Deniz Dogan <deniz@dogan.se>
1643
1644 * rcirc.texi (Configuration): Bug-fix:
1645 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1646 Reported by Elias Pipping <pipping@exherbo.org>.
1647
60a0884e
G
16482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * gnus.texi (Summary Mail Commands): Document
1651 `gnus-summary-reply-to-list-with-original'.
1652
0c7efc08
SM
16532011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * eshell.texi (Known problems): Fix typo.
1656
ea3596a2
MA
16572011-06-12 Michael Albinus <michael.albinus@gmx.de>
1658
0c7efc08 1659 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1660 (Password handling): `auth-source-debug' is good for debug messages.
1661
2da9c605
G
16622011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1663
1664 * gnus.texi (Store custom flags and keywords): Refer to
1665 `gnus-registry-article-marks-to-{chars,names}' instead of
1666 `gnus-registry-user-format-function-{M,M2}'.
1667
e61923c8
GM
16682011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1669
1670 * texinfo.tex: Merge from gnulib.
1671
627abcdd
TZ
16722011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1673
1674 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1675 (Store custom flags and keywords):
1676 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1677 `gnus-registry-user-format-function-M2'.
1678
a3c92bc1
EZ
16792011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1680
8f906c40 1681 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1682
85d870a9
GM
16832011-05-17 Glenn Morris <rgm@gnu.org>
1684
1685 * gnus.texi (Face): Fix typo.
1686
2cdee799
GM
16872011-05-14 Glenn Morris <rgm@gnu.org>
1688
1689 * dired-x.texi (Omitting Examples): Minor addition.
1690
79b70037
GM
16912011-05-10 Jim Meyering <meyering@redhat.com>
1692
1693 * ede.texi: Fix typo "or or -> or".
1694
a7111a62 16952011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1696
1697 * gnus.texi (Summary Buffer Lines):
1698 gnus-summary-user-date-format-alist does not exist.
1699 (Sorting the Summary Buffer): More about sorting threads.
1700
69026aba
MA
17012011-04-25 Michael Albinus <michael.albinus@gmx.de>
1702
1703 * trampver.texi: Update release number.
1704
9024ff79
MA
17052011-04-14 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * tramp.texi (Frequently Asked Questions): New item for disabling
1708 Tramp in other packages.
1709
c3c65d73
TZ
17102011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1711
1712 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1713 (Fancy splitting to parent, Store arbitrary data):
1714 Updated gnus-registry docs.
c3c65d73 1715
9ec6a317
JB
17162011-04-13 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * ede.texi: Fix typos.
1719
1e3b6001
G
17202011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721
9ec6a317
JB
1722 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1723 It's @table @code.
1e3b6001 1724
a5954fa5
G
17252011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1726
ed9265fc 1727 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1728
d71990a1
JB
17292011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1730
1731 * calc.texi (Logarithmic Units): Update the function names.
1732
1518e4f0
G
17332011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1734
1735 * message.texi (Various Commands): Document format specs in the
1736 ellipsis.
1737
a123622d
G
17382011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1739
1740 * message.texi (Insertion Variables): Document message-cite-style.
1741
17422011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1743
1744 * tramp.texi (Remote processes): New subsection "Running shell on
1745 a remote host".
1746
4248cca2
TZ
17472011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1748
1749 * auth.texi (Help for developers): Update docs to explain that the
1750 :save-function will only run the first time.
1751
54ce11a1
GM
17522011-03-12 Glenn Morris <rgm@gnu.org>
1753
1754 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1755 (emacs-faq.text): New target.
1756 (clean): Add emacs-faq.
1757
0c3b25f8
MA
17582011-03-12 Michael Albinus <michael.albinus@gmx.de>
1759
1760 Sync with Tramp 2.2.1.
1761
1762 * trampver.texi: Update release number.
1763
b740639e
GM
17642011-03-11 Glenn Morris <rgm@gnu.org>
1765
1766 * Makefile.in (HTML_TARGETS): New.
1767 (clean): Delete $HTML_TARGETS.
1768 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1769
733afdf4
TZ
17702011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1771
1772 * auth.texi (Help for developers): Show example of using
1773 `auth-source-search' with prompts and :save-function.
1774
33383987
JB
17752011-03-07 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * Version 23.3 released.
1778
a5057546
G
17792011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1780
1781 * message.texi (Message Buffers): Update default value of
1782 message-generate-new-buffers.
1783
479a2c9b
JB
17842011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1785
1786 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1787 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1788 respectively.
05a29101
JB
1789 (Musical Notes): New section.
1790 (Customizing Calc): Mention the customizable variable
1791 calc-note-threshold.
479a2c9b 1792
e0535b76
GM
17932011-03-03 Glenn Morris <rgm@gnu.org>
1794
1795 * url.texi (Dealing with HTTP documents): Remove reference to
1796 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1797 (Configuration): Update url-configuration-directory description.
e0535b76 1798
2777ccbf
GM
17992011-03-02 Glenn Morris <rgm@gnu.org>
1800
1801 * dired-x.texi (Multiple Dired Directories): Remove mentions
1802 of dired-default-directory-alist and dired-default-directory.
1803 Move dired-smart-shell-command here...
1804 (Miscellaneous Commands): ... from here.
1805
257219bd
PE
18062011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1807
1808 * texinfo.tex: Update to version 2011-02-24.09.
1809
8889f4e2
GM
18102011-03-02 Glenn Morris <rgm@gnu.org>
1811
1812 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1813 instead of the obsoleted dired-omit-here-always.
1814
5d41af19
MA
18152011-02-28 Michael Albinus <michael.albinus@gmx.de>
1816
1817 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1818 supported systems.
1819
2b0c7330 18202011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1821
61cf3a76
GM
1822 * dbus.texi (Type Conversion): Grammar fix.
1823
cce7d530 18242011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1825
cce7d530
GM
1826 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1827 "Debian GNU/Linux".
51a13bdd 1828
cce7d530
GM
1829 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1830
817b48a7
GM
18312011-02-23 Glenn Morris <rgm@gnu.org>
1832
cce7d530
GM
1833 * dired-x.texi (Features): Minor rephrasing.
1834 (Local Variables): Fix typos.
47301027
GM
1835
1836 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1837 Standardize some Emacs/XEmacs terminology.
1838
817b48a7
GM
1839 * dired-x.texi (Features): Don't advertise obsolete local variables.
1840 Simplify layout.
1841 (Omitting Variables): Update local variables example.
1842 (Local Variables): Say this is obsolete. Fix description of
1843 dired-enable-local-variables possible values.
1844
4a3988d5
G
18452011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1846
1847 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1848 default now.
1849
8e22bee0
G
18502011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1851
1852 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1853
06b840e0
LI
18542011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1855
1856 * gnus.texi (Window Layout): Document layout names.
1857
67ab0163 18582011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1859
1860 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1861 * auth.texi: Sync @dircategory with ../../info/dir.
1862 * autotype.texi: Sync @dircategory with ../../info/dir.
1863 * calc.texi: Sync @dircategory with ../../info/dir.
1864 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1865 * cl.texi: Sync @dircategory with ../../info/dir.
1866 * dbus.texi: Sync @dircategory with ../../info/dir.
1867 * dired-x.texi: Sync @dircategory with ../../info/dir.
1868 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1869 * ede.texi: Sync @dircategory with ../../info/dir.
1870 * ediff.texi: Sync @dircategory with ../../info/dir.
1871 * edt.texi: Sync @dircategory with ../../info/dir.
1872 * eieio.texi: Sync @dircategory with ../../info/dir.
1873 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1874 * epa.texi: Sync @dircategory with ../../info/dir.
1875 * erc.texi: Sync @dircategory with ../../info/dir.
1876 * eshell.texi: Sync @dircategory with ../../info/dir.
1877 * eudc.texi: Sync @dircategory with ../../info/dir.
1878 * flymake.texi: Sync @dircategory with ../../info/dir.
1879 * forms.texi: Sync @dircategory with ../../info/dir.
1880 * gnus.texi: Sync @dircategory with ../../info/dir.
1881 * idlwave.texi: Sync @dircategory with ../../info/dir.
1882 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1883 * message.texi: Sync @dircategory with ../../info/dir.
1884 * mh-e.texi: Sync @dircategory with ../../info/dir.
1885 * newsticker.texi: Sync @dircategory with ../../info/dir.
1886 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1887 * org.texi: Sync @dircategory with ../../info/dir.
1888 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1889 * pgg.texi: Sync @dircategory with ../../info/dir.
1890 * rcirc.texi: Sync @dircategory with ../../info/dir.
1891 * reftex.texi: Sync @dircategory with ../../info/dir.
1892 * remember.texi: Sync @dircategory with ../../info/dir.
1893 * sasl.texi: Sync @dircategory with ../../info/dir.
1894 * sc.texi: Sync @dircategory with ../../info/dir.
1895 * semantic.texi: Sync @dircategory with ../../info/dir.
1896 * ses.texi: Sync @dircategory with ../../info/dir.
1897 * sieve.texi: Sync @dircategory with ../../info/dir.
1898 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1899 * speedbar.texi: Sync @dircategory with ../../info/dir.
1900 * trampver.texi [emacs]: Set emacsname to "Emacs".
1901 * tramp.texi: Sync @dircategory with ../../info/dir.
1902 * url.texi: Sync @dircategory with ../../info/dir.
1903 * vip.texi: Sync @dircategory with ../../info/dir.
1904 * viper.texi: Sync @dircategory with ../../info/dir.
1905 * widget.texi: Sync @dircategory with ../../info/dir.
1906 * woman.texi: Sync @dircategory with ../../info/dir.
1907
30abce25
GM
19082011-02-19 Glenn Morris <rgm@gnu.org>
1909
0c7efc08
SM
1910 * dired-x.texi (Technical Details): No longer redefines
1911 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1912 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1913
f31f8469
GM
19142011-02-18 Glenn Morris <rgm@gnu.org>
1915
1916 * dired-x.texi (Optional Installation File At Point): Simplify.
1917
35123c04
TZ
19182011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1919
1920 * auth.texi (Help for users): Use :port instead of :protocol for all
1921 auth-source docs.
7ba93e94
G
1922 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1923 to have two files in `auth-sources'.
35123c04 1924
da5e0ce4
GM
19252011-02-16 Glenn Morris <rgm@gnu.org>
1926
b322c9af
GM
1927 * dired-x.texi: Use emacsver.texi to get Emacs version.
1928 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1929 Depend on emacsver.texi.
1930
07ca5555
GM
1931 * dired-x.texi: Drop meaningless version number.
1932 (Introduction): Remove old info.
1933 (Optional Installation Dired Jump): Autoload from dired-x.
1934 Remove incorrect info about loaddefs.el.
1935 (Bugs): Just refer to M-x report-emacs-bug.
1936
da5e0ce4
GM
1937 * dired-x.texi (Multiple Dired Directories): Update for rename of
1938 default-directory-alist.
1939 (Miscellaneous Commands): No longer mention very old VM version 4.
1940
bb55f713
PE
19412011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 Merge from gnulib.
1944 * texinfo.tex: Update to version 2011-02-14.11.
1945
5415d076
G
19462011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1947
da5e0ce4
GM
1948 * auth.texi (Help for users):
1949 Login collection is "Login" and not "login".
5415d076 1950
14029d4b
MA
19512011-02-13 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * tramp.texi (History): Remove IMAP support.
1954 (External methods, Frequently Asked Questions): Remove `imap' and
1955 `imaps' methods.
1956 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1957
1958 * trampver.texi: Remove default value of `emacsimap'.
1959
8a36c07f
GM
19602011-02-13 Glenn Morris <rgm@gnu.org>
1961
1962 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1963 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1964
165bc5a0
GM
19652011-02-12 Glenn Morris <rgm@gnu.org>
1966
1967 * sc.texi (Getting Connected): Remove old index entries.
1968
5415d076 19692011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1970
1971 * url.texi: Remove duplicate @dircategory (Bug#7942).
1972
b8e0f0cd
G
19732011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1974
8a36c07f
GM
1975 * auth.texi (Overview, Help for users, Help for developers):
1976 Update docs.
b8e0f0cd
G
1977 (Help for users): Talk about spaces.
1978
caf82551
PE
19792011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1980
1981 * texinfo.tex: Update to version 2011-02-07.16.
1982
1ff98217
MA
19832011-02-07 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * dbus.texi (Bus names): Adapt descriptions for
1986 dbus-list-activatable-names and dbus-list-known-names.
1987
2e78df6b
JB
19882011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1989
1990 * calc.texi (Logarithmic Units): New section.
1991
7fbf7cae
TZ
19922011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1993
1994 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1995 manuals use it now.
1996
0c7efc08 1997 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 1998
156ad271
KY
19992011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2000
2001 * overrides.texi: Remove.
2002
2003 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2004 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2005
36539990
MA
20062011-02-05 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * tramp.texi (Frequently Asked Questions): Mention problems with
2009 WinSSHD.
2010
2011 * trampver.texi: Update release number.
2012
20132011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2014
2015 * tramp.texi:
2016 Replace "delimet" with "delimit" globally.
2017 Replace "explicite" with "explicit" globally.
2018 Replace "instead of" with "instead" where there was nothing after "of".
2019 Audit use of comma before interrogative pronoun, "that", or "which".
2020 Minor word order, spelling, wording changes.
2021
ec72bf63
G
20222011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2023
2024 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2025
2026 * sieve.texi: Use WEBHACKDEVEL.
2027
2028 * sasl.texi: Use WEBHACKDEVEL.
2029
2030 * pgg.texi: Use WEBHACKDEVEL.
2031
2032 * message.texi: Use WEBHACKDEVEL.
2033
2034 * gnus.texi: Use WEBHACKDEVEL.
2035
2036 * emacs-mime.texi: Use WEBHACKDEVEL.
2037
2038 * auth.texi: Use WEBHACKDEVEL.
2039
2040 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2041 manuals.
2042
20432011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2044
2045 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2046
90b750f4
PE
20472011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2048
2049 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2050 which in turn is copied from ftp://tug.org/tex/.
2051
0e751a49
GM
20522011-02-03 Glenn Morris <rgm@gnu.org>
2053
2054 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2055 (Binding combinations of modifiers and function keys):
2056 Let's assume people reading this are not using Emacs 18.
2057
7f13c2e2
LI
20582011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2059
2060 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2061 since it's run automatically.
2062
d76c843e
LI
20632011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2064
2065 * gnus.texi (Customizing Articles): Fix typo.
2066
12e3ca0a
LI
20672011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * gnus.texi (Customizing Articles): Document the new way of customizing
2070 the date headers(s).
2071
fe72c8fa
LI
20722011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2075 splitting example.
2076
bf3dae7e
EZ
20772011-01-29 Eli Zaretskii <eliz@gnu.org>
2078
2079 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2080 (MAKEINFO_OPTS): New variable.
2081 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2082 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2083 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2084 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2085 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2086 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2087 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2088 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2089 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2090 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2091 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2092 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2093 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2094 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2095 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2096 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2097 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2098 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2099
d6f13ac8
LI
21002011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2101
2102 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2103
c5ecc769
G
21042011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2105
2106 * message.texi (IDNA): Explain what it is.
2107
21082011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2109
2110 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2111
45eb2a5d
WL
21122011-01-23 Werner Lemberg <wl@gnu.org>
2113
2114 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2115 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2116 (ENVADD): Update.
45eb2a5d 2117
6872a814
GM
21182011-01-18 Glenn Morris <rgm@gnu.org>
2119
2120 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2121
77ab81d0 21222011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2123
2124 * nxml-mode.texi (Introduction): Fix file name typos.
2125
d221e780
CO
21262011-01-13 Christian Ohler <ohler@gnu.org>
2127
2128 * ert.texi: New file.
2129
2130 * Makefile.in:
2131 * makefile.w32-in: Add ert.texi.
2132
8c904d82
MA
21332011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2134
2135 * dbus.texi (Receiving Method Calls): New function
2136 dbus-register-service. Rearrange node.
2137
f56e0e7a
PE
21382011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2141 which in turn is copied from ftp://tug.org/tex/.
2142
0fadf00e
MA
21432011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2144
2145 * dbus.texi (Receiving Method Calls): Describe new optional
2146 parameter dont-register-service of dbus-register-{method,property}.
2147
8b358e90
DU
21482010-12-17 Daiki Ueno <ueno@unixuser.org>
2149
0c7efc08
SM
2150 * epa.texi (Encrypting/decrypting *.gpg files):
2151 Mention epa-file-select-keys.
8b358e90 2152
549c9aed
G
21532010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * gnus.texi (Archived Messages): Remove outdated text.
2156
21572010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2158
0c7efc08 2159 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2160
156e3f9c
G
21612010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2162
83f3eadc 2163 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2164
8151d490
AC
21652010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2166
2167 * gnus.texi (The swish++ Engine): Add customizable parameters
2168 descriptions.
2169 (The swish-e Engine): Ditto.
2170
305bdd22
MA
21712010-12-14 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * tramp.texi (Inline methods): Add "ksu" method.
2174 (Remote processes): Add example with remote `default-directory'.
2175
53aff12a
GM
21762010-12-14 Glenn Morris <rgm@gnu.org>
2177
2178 * faq.texi (Expanding aliases when sending mail):
2179 Now build-mail-aliases is interactive.
2180
8a1cdce5
AC
21812010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2182
2183 * gnus.texi: First pass at adding (rough) nnir documentation.
2184
7410c270
G
21852010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
53aff12a
GM
2187 * gnus.texi (Filtering New Groups):
2188 Mention gnus-auto-subscribed-categories.
2189 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2190 removed.
2191
f49d1f52 21922010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2193
2194 * cl.texi (For Clauses): Small fixes for frames and windows.
2195
acedf35c
CD
21962010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2197
2198 * org.texi (Using capture): Document using prefix arguments for
2199 finalizing capture.
2200 (Agenda commands): Document prefix argument for the bulk scatter
2201 command.
2202 (Beamer class export): Document that also overlay arguments can be
2203 passed to the column environment.
2204 (Template elements): Document the new entry type.
2205
22062010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2207
2208 * org.texi (Include files): Document :minlevel.
2209
22102010-12-11 Julien Danjou <julien@danjou.info>
2211
2212 * org.texi (Categories): Document category icons.
2213
22142010-12-11 Eric Schulte <schulte.eric@gmail.com>
2215
2216 * org.texi (noweb): Fix typo.
2217
516aa569
G
22182010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2219
2220 * gnus.texi (Server Commands): Point to the rest of the server
2221 commands.
2222
04db63bc
G
22232010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2224
2225 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2226 g'.
2227
ed797193
G
22282010-12-02 Julien Danjou <julien@danjou.info>
2229
2230 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2231
22322010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2233
2234 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2235 (Direct Functions): Note the STARTTLS upgrade.
2236
07976ae3 22372010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2238 James Clark <none@example.com>
d3dfb185
GM
2239
2240 * nxml-mode.texi (Introduction): New section.
2241
59e75882
G
22422010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * gnus.texi (Server Commands): Document gnus-server-show-server.
2245
568a887f
MA
22462010-11-20 Michael Albinus <michael.albinus@gmx.de>
2247
2248 Sync with Tramp 2.2.0.
2249
2250 * trampver.texi: Update release number.
2251
1265829e
JB
22522010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2253
2254 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2255 Mention that the TeX specific units won't use the `tex' prefix
2256 in TeX mode.
2257
239661c0
KY
22582010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2259
2260 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2261
4a47c275 22622010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2263
2264 * edt.texi: Remove information about Emacs 19.
2265
4a47c275 22662010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2267
2268 * trampver.texi: Update release number.
2269
2f0e0dc8
KY
22702010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * gnus.texi (Article Washing): Fix typo.
2273
afe98dfa
CD
22742010-11-11 Noorul Islam <noorul@noorul.com>
2275
56f5a94e 2276 * org.texi: Fix typo.
afe98dfa
CD
2277
22782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2279
2280 * org.texi (Using capture): Explain that refiling is
2281 sensitive to cursor position.
2282
22832010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2284
56f5a94e 2285 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2286
22872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2288
2289 * org.texi: Document the <c> cookie.
2290
22912010-11-11 Eric Schulte <schulte.eric@gmail.com>
2292
bd7239f5 2293 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2294 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2295
22962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2297
56f5a94e 2298 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2299
23002010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2301
56f5a94e 2302 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2303
23042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2305
2306 * org.texi (Setting up the staging area): Document that
2307 file names remain visible when encrypting the MobileOrg files.
2308
23092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2310
2311 * org.texi (Setting up the staging area): Document which
2312 versions are needed for encryption.
2313
23142010-11-11 Eric Schulte <schulte.eric@gmail.com>
2315
56f5a94e
GM
2316 * org.texi (noweb): Update :noweb documentation to
2317 reflect the new "tangle" argument.
afe98dfa
CD
2318
23192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2320
56f5a94e
GM
2321 * org.texi (Batch execution): Improve tangling script in
2322 documentation.
afe98dfa
CD
2323
23242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2325
2326 * org.texi (Handling links):
2327 (In-buffer settings): Document inlining images on startup.
2328
23292010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2330
2331 * org.texi (Setting up the staging area): Document use of
2332 crypt password.
2333
23342010-11-11 David Maus <dmaus@ictsoc.de>
2335
56f5a94e 2336 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2337
23382010-11-11 David Maus <dmaus@ictsoc.de>
2339
56f5a94e
GM
2340 * org.texi (Template expansion): Add mew in table for link type
2341 escapes.
afe98dfa
CD
2342
23432010-11-11 David Maus <dmaus@ictsoc.de>
2344
56f5a94e 2345 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2346
23472010-11-11 Eric Schulte <schulte.eric@gmail.com>
2348
56f5a94e 2349 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2350
23512010-11-11 Eric Schulte <schulte.eric@gmail.com>
2352
56f5a94e 2353 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2354
23552010-11-11 Eric Schulte <schulte.eric@gmail.com>
2356
56f5a94e
GM
2357 * org.texi (Structure of code blocks):
2358 Update documentation to mention inline code block syntax.
afe98dfa
CD
2359
23602010-11-11 Eric Schulte <schulte.eric@gmail.com>
2361
56f5a94e 2362 * org.texi (comments): Improve wording.
afe98dfa
CD
2363
23642010-11-11 Eric Schulte <schulte.eric@gmail.com>
2365
56f5a94e 2366 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2367
23682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2369
2370 * org.texi (Installation): Remove the special
2371 installation instructions for XEmacs.
2372
23732010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2374
56f5a94e 2375 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2376 insertion of empty structural elements.
2377
23782010-11-11 Noorul Islam <noorul@noorul.com>
2379
56f5a94e 2380 * org.texi: Fix doc.
afe98dfa
CD
2381
23822010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2383
2384 * org.texi (The date/time prompt): Document specification
2385 of time ranges.
2386
23872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2388
2389 * org.texi (Internal links): Document the changes in
2390 internal links.
2391
23922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2393
2394 * org.texi (Agenda commands): Document the limitation for
2395 the filter preset - it can only be used for an entire agenda
2396 view, not in an individual block in a block agenda.
2397
23982010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2399
2400 * org.texi (iCalendar export): Document alarm creation.
2401
6f8fc60c
MA
24022010-11-10 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2405
be3c11b3
LMI
24062010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
2408 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2409
d607b96b 24102010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2411
d607b96b 2412 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2413
181cb5fb
G
24142010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2415
2416 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2417 since that works by default.
2418
24192010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2420
2421 * gnus.texi (Customizing the IMAP Connection): Document
2422 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2423
36bc5d3b
MA
24242010-11-04 Michael Albinus <michael.albinus@gmx.de>
2425
2426 * tramp.texi (Remote shell setup): New item "Interactive shell
2427 prompt". Reported by Christian Millour <cm@abtela.com>.
2428 (Remote shell setup, Remote processes): Use @code{} for
2429 environment variables.
2430
cf503f7c
GM
24312010-11-03 Glenn Morris <rgm@gnu.org>
2432
537b04b9 2433 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2434 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2435
389b76fa
G
24362010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2437
2438 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2439
2699a554 24402010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2441
2442 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2443
2699a554 24442010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2445
2446 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2447
99e65b2d
G
24482010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
0c7efc08
SM
2450 * gnus.texi (Client-Side IMAP Splitting):
2451 Mention nnimap-unsplittable-articles.
99e65b2d
G
2452
24532010-10-29 Julien Danjou <julien@danjou.info>
2454
2455 * gnus.texi (Finding the News): Remove references to obsoletes
2456 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2457
aeeb3dcb
EZ
24582010-10-29 Eli Zaretskii <eliz@gnu.org>
2459
2460 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2461 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2462 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2463 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2464
8289f37b
GM
24652010-10-28 Glenn Morris <rgm@gnu.org>
2466
2467 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2468 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2469 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2470
d85d3b3a
DU
24712010-10-25 Daiki Ueno <ueno@unixuser.org>
2472
2473 * epa.texi (Mail-mode integration): Add alternative key bindings
2474 for epa-mail commands; escape comma.
c05c2b9b 2475 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2476
9f534a47
JB
24772010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2478
99e65b2d 2479 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2480
5793a7bc 24812010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2482
2483 * gnus.texi (Group Parameters, Buttons): Fix typos.
2484
280f417b
G
24852010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2486
2487 * gnus.texi (Subscription Commands): Mention that you can also
2488 subscribe to new groups via the Server buffer, which is probably more
2489 convenient when subscribing to many groups.
2490
d806c872
G
24912010-10-21 Julien Danjou <julien@danjou.info>
2492
2493 * message.texi (Message Headers): Allow message-default-headers to be a
2494 function.
2495
d5798f68
LMI
24962010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * gnus-news.texi: Mention new archive defaults.
2499
b79bbef7
KY
25002010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2501
2502 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2503
2526f423
G
25042010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * gnus.texi (HTML): Document the function value of
2507 gnus-blocked-images.
2508 (Article Washing): shr and gnus-w3m, not the direct function names.
2509
ba91f05d
G
25102010-10-20 Julien Danjou <julien@danjou.info>
2511
2512 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2513 variable.
2514
da451787
LMI
25152010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516
2517 * gnus.texi (Customizing the IMAP Connection): The port strings are
2518 strings.
c872595d 2519 (Document Groups): Mention git.
da451787 2520
7cad71ad
G
25212010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2522
2523 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2524 bzr/Gnus git sync.
2525
c56dfd36
EZ
25262010-10-15 Eli Zaretskii <eliz@gnu.org>
2527
2528 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2529 change.
2530
a1d16a7b
G
25312010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2532
2533 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2534 @item syntax for in-Emacs makeinfo.
2535
25362010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2537
2538 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2539 trim sentence.
2540
98e2b864
DU
25412010-10-12 Daiki Ueno <ueno@unixuser.org>
2542
2543 * epa.texi (Caching Passphrases):
0c7efc08
SM
2544 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2545 Clarify some configurations require to set up gpg-agent.
98e2b864 2546
c12e4a81
GM
25472010-10-11 Glenn Morris <rgm@gnu.org>
2548
2549 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2550
f7aa248a
G
25512010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2552
2553 * gnus.texi (Spam Package Introduction): Mention `$'.
2554
6513b232
EZ
25552010-10-09 Eli Zaretskii <eliz@gnu.org>
2556
2557 * makefile.w32-in (emacsdir): New variable.
2558 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2559 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2560
abd40fb4
GM
25612010-10-09 Glenn Morris <rgm@gnu.org>
2562
0f05450f
GM
2563 * Makefile.in (mostlyclean): Delete *.toc.
2564
d3a4ac46
GM
2565 * Makefile.in: Use $< in rules.
2566
aa9db089
GM
2567 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2568
abd40fb4
GM
2569 * Makefile.in ($(infodir)): Delete rule.
2570 (mkinfodir): New. Use it in all the info rules, rather than depending
2571 on infodir.
2572
ea274122
GM
25732010-10-09 Glenn Morris <rgm@gnu.org>
2574
6e90e2a8
GM
2575 * gnus.texi (Article Washing): Fix previous change.
2576
f7a31f11
GM
2577 * Makefile.in (emacsdir): New variable.
2578 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2579 Depend on emacsver.texi.
2580
f7a31f11
GM
2581 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2582
ea274122
GM
2583 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2584
36d3245f
G
25852010-10-08 Julien Danjou <julien@danjou.info>
2586
f7a31f11 2587 * gnus.texi: Add mm-shr.
36d3245f
G
2588
25892010-10-08 Ludovic Courtès <ludo@gnu.org>
2590
2591 * gnus.texi (Finding the Parent, The Gnus Registry)
2592 (Registry Article Refer Method): Update docs for nnregistry.el.
2593
25942010-10-08 Daiki Ueno <ueno@unixuser.org>
2595
2596 * auth.texi (Help for users)
2597 (GnuPG and EasyPG Assistant Configuration): Update docs.
2598
12359245
GM
25992010-10-08 Glenn Morris <rgm@gnu.org>
2600
2601 * cl.texi (Organization, Installation, Old CL Compatibility):
2602 Deprecate cl-compat for new code.
4628bef1 2603 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2604
2605 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2606
fcf2d385
KY
26072010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2610
66627fa9
G
26112010-10-06 Julien Danjou <julien@danjou.info>
2612
fd9ba500
JD
2613 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2614
66627fa9
G
2615 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2616 broken link.
2617
2618 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2619
2620 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2621 to ReiserFS.
2622
2623 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2624 (FAQ 7-1): Fix getmail URL.
2625
65f54520
DU
26262010-10-06 Daiki Ueno <ueno@unixuser.org>
2627
2628 * epa.texi (Caching Passphrases): New section.
2629
4c83f6e1
GM
26302010-10-06 Glenn Morris <rgm@gnu.org>
2631
2632 * Makefile.in (SHELL): Set it.
2633 (info): Move the mkdir dependency to the individual info files.
2634 (mostlyclean): Tidy up.
2635 (clean): Only delete the specific dvi and pdf files.
2636 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2637 ($(infodir)): Add parallel build workaround.
4c83f6e1 2638
71e691a5
G
26392010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2640
2641 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2642
a41c2e6d
G
26432010-10-03 Julien Danjou <julien@danjou.info>
2644
0c7efc08
SM
2645 * emacs-mime.texi (Display Customization):
2646 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2647 mm-inline-large-images-proportion.
2648
37255945
MA
26492010-10-03 Michael Albinus <michael.albinus@gmx.de>
2650
0c7efc08
SM
2651 * tramp.texi (Frequently Asked Questions):
2652 Mention remote-file-name-inhibit-cache.
37255945 2653
11e4e7bd
LMI
26542010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2657 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2658
cb83220a
KY
26592010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
0c7efc08
SM
2661 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2662 (Article Hiding): Add google banner example.
2663 Suggested by Benjamin Xu.
cb83220a 2664
6b958814
G
26652010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2666
0c7efc08
SM
2667 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2668 Remove nnimap-split-rule from examples.
6b958814
G
2669
26702010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671
2672 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2673 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2674 Fishman.
2675 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2676
26772010-09-30 Julien Danjou <julien@danjou.info>
2678
2679 * gnus.texi (Gravatars): Fix documentation about
2680 gnu-gravatar-properties.
2681
b9476c04
DU
26822010-09-29 Daiki Ueno <ueno@unixuser.org>
2683
2684 * epa.texi (Bug Reports): New section.
2685
5f874327
GM
26862010-09-29 Glenn Morris <rgm@gnu.org>
2687
2688 * Makefile.in (top_srcdir): Remove unused variable.
2689
6b958814
G
26902010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2691
2692 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2693 (Client-Side IMAP Splitting): Document 'default.
2694
26952010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
0c7efc08
SM
2697 * gnus.texi (Customizing the IMAP Connection):
2698 Document nnimap-fetch-partial-articles.
6b958814 2699
82bccbfa
KY
27002010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2701
2702 * gnus-news.texi: Mention nnimap-inbox.
2703
2704 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2705
27062010-09-26 Julien Danjou <julien@danjou.info>
2707
47e08896 2708 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2709
27102010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * gnus.texi (Security): Remove gpg.el mention.
2713
27142010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2715
2716 * gnus.texi (Browse Foreign Server): New variable
2717 gnus-browse-subscribe-newsgroup-method.
2718
2719 * gnus-news.texi: Mention it.
2720
27212010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
0c7efc08 2723 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2724 (Startup Variables): No jingle.
2725
4c964351
UM
27262010-09-25 Ulrich Mueller <ulm@gentoo.org>
2727
2728 * woman.texi (Interface Options): xz compression is now supported.
2729
82bccbfa
KY
27302010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2731
2732 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2733 (Unavailable Servers): Document gnus-server-copy-server.
2734 (Using IMAP): Document the new nnimap.
2735
27362010-09-25 Julien Danjou <julien@danjou.info>
2737
47e08896 2738 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2739
18778f71
GM
27402010-09-24 Glenn Morris <rgm@gnu.org>
2741
2742 * url.texi (Disk Caching): Tweak previous change.
2743
9c766321
JD
27442010-09-24 Julien Danjou <julien@danjou.info>
2745
2746 * url.texi (Disk Caching): Mention url-cache-expire-time,
2747 url-cache-expired, and url-fetch-from-cache.
2748
82bccbfa
KY
27492010-09-24 Julien Danjou <julien@danjou.info>
2750
2751 * gnus.texi: Add Gravatars.
2752
27532010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2754
2755 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2756
592bdb9a
LMI
27572010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2758
2759 * gnus.texi (Expunging mailboxes): Update name of the expunging
2760 command.
2761
e4e22d29
KY
27622010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * emacs-mime.texi (rfc2047): Update description for
2765 rfc2047-encode-parameter.
2766
371d9801
MA
27672010-09-13 Michael Albinus <michael.albinus@gmx.de>
2768
2769 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2770 "fish" methods.
2771 (External methods): Remove "scp1_old" and "scp2_old" methods.
2772
31ae5827
MA
27732010-09-09 Michael Albinus <michael.albinus@gmx.de>
2774
2775 * tramp.texi: Remove Japanese manual. Fix typo.
2776
2777 * trampver.texi: Update release number. Remove japanesemanual.
2778
c0468714
GM
27792010-09-09 Glenn Morris <rgm@gnu.org>
2780
2781 * org.texi: Restore clobbered changes (copyright years, untabify).
2782
86441999
JD
27832010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2784
2785 * gnus.texi (Adaptive Scoring): Fix typo.
2786
25f28806
LMI
27872010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2788
2789 * gnus.texi (Article Display): Document gnus-html-show-images.
2790
45240125 27912010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2792
45240125
JD
2793 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2794
59d09f15
LMI
27952010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus.texi (HTML): Document gnus-max-image-proportion.
2798
2cdd366f
KY
27992010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2800
51dee5ef
KY
2801 * gnus.texi (HTML): Document gnus-blocked-images.
2802
2cdd366f
KY
2803 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2804
b0e4f3fc
KY
28052010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2808 the first message are used for wide replies.
f02566ce
KY
2809 (Changing Servers): Remove documentation on gnus-change-server and
2810 friends, since it's been removed.
b0e4f3fc 2811
598451ed
KY
28122010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
2814 * gnus.texi (Drafts): Mention B DEL.
2815
e7842e69
KY
28162010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2817
2818 * gnus.texi (Delayed Articles): Mention that the Date header is the
2819 original one, even if you delay.
2820
85115796
KY
28212010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822
0c7efc08
SM
2823 * gnus.texi (Asynchronous Fetching):
2824 Document gnus-async-post-fetch-function.
85115796
KY
2825 (HTML): Made into its own section.
2826
f0b44bc0
MA
28272010-08-26 Michael Albinus <michael.albinus@gmx.de>
2828
2829 Sync with Tramp 2.1.19.
2830
217876c9 2831 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2832 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2833 Remove remark about doubled "-t" argument.
217876c9
MA
2834 (Auto-save and Backup): Remove reference to Emacs 21.
2835 (Filename Syntax): Describe port numbers.
2836 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2837 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2838 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2839 errors with the backquotes.
2840 (External packages): File attributes cache flushing for asynchronous
2841 processes.
2842 (Traces and Profiles): Describe verbose level 9.
2843
f0b44bc0
MA
2844 * trampver.texi: Update release number.
2845
7457f7b6
MA
28462010-08-23 Michael Albinus <michael.albinus@gmx.de>
2847
2848 * dbus.texi (Alternative Buses): New chapter.
2849
b695beda
SM
28502010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2853
443c2c03
JB
28542010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2855
2856 * calc.texi (Customizing Calc): Rearrange description of new
2857 variables to match the presentation of other variables.
2858
7815fe19 28592010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2860
2861 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2862
2c695727
JB
28632010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2864
2865 * calc.texi (Making Selections, Selecting Subformulas)
2866 (Customizing Calc): Mention how to use faces to emphasize selected
2867 sub-formulas.
2868
bbb6ffa1
MA
28692010-08-05 Michael Albinus <michael.albinus@gmx.de>
2870
2871 * tramp.texi (External packages): File attributes cache flushing
2872 for asynchronous processes.
2873
5cee0a9c
AM
28742010-08-01 Alan Mackenzie <acm@muc.de>
2875
2876 Enhance the manual for the latest Java Mode.
2877
2878 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2879 annotation-var-cont.
2880 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2881 two new symbols.
2882
3f2afe32
MA
28832010-07-28 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2886
0ed082fe 28872010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2888
2889 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2890
311f0356
JB
28912010-07-19 Juanma Barranquero <lekktu@gmail.com>
2892
2893 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2894
86fbb8ca
CD
28952010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2896
2897 * org.texi: Add macros to get plain quotes in PDF output.
2898 List additional contributors.
2899 (Capture): New section, replaces the section about remember.
2900 (Working With Source Code): New chapter, focused on documenting Org
2901 Babel.
2902 (Code evaluation security): New section.
2903 (MobileOrg): Document DropBox support.
2904 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2905 (Special symbols): Show how to display UTF8 characters for entities.
2906 (Global TODO list): Clarify the use of the "M" key and the differences
2907 to the "m" key.
2908 (RSS Feeds): Mention Atom feeds as well.
2909 (Setting tags): Remove paragraph about
2910 `org-complete-tags-always-offer-all-agenda-tags'.
2911
5732e8ed
MA
29122010-07-17 Michael Albinus <michael.albinus@gmx.de>
2913
2914 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2915 argument.
2916 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2917 echoing shells.
2918
ca1bb391
MA
29192010-07-10 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2922 (Filename Syntax): Describe port numbers.
2923
5bd55c3c
MA
29242010-07-09 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2927 forgotten.
2928 (Type Conversion): Precise conversion of natural numbers.
2929 (Errors and Events): Add "debugging" to concept index. Add variable
2930 `dbus-debug'.
2931
820ae8fe
MA
29322010-07-04 Michael Albinus <michael.albinus@gmx.de>
2933
2934 * dbus.texi (Receiving Method Calls): Add optional argument
2935 EMITS-SIGNAL to `dbus-register-property'.
2936
b6f9df0f
JB
29372010-06-27 Alex Schroeder <alex@gnu.org>
2938
2939 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2940
62e034c2
GM
29412010-06-24 Glenn Morris <rgm@gnu.org>
2942
2943 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2944 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2945 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2946 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2947 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2948 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2949 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2950 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2951 convention. Make them end with a period.
2952
9360256a
GM
29532010-06-23 Glenn Morris <rgm@gnu.org>
2954
2955 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2956 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2957 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2958 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2959 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2960 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2961
04d3bb6c
GM
29622010-06-10 Glenn Morris <rgm@gnu.org>
2963
2964 * idlwave.texi (Load-Path Shadows):
2965 * org.texi (Handling links): Fix typos.
2966
5e7d4a75
KY
29672010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2968
2969 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2970
9841cb4f
MA
29712010-05-26 Michael Albinus <michael.albinus@gmx.de>
2972
2973 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2974 by an alias. (Bug#6226)
2975
597517ef
JB
29762010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2977
2978 * calc.texi (Manipulating Vectors): Mention that vectors can
2979 be used to determine bins for `calc-histogram'.
2980
14914c43
JB
29812010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2982
597517ef 2983 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2984
0235128c 29852010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2986
2987 * url.texi (HTTP language/coding, Customization):
2988 * message.texi (Header Commands, Responses):
2989 * cl.texi (Argument Lists): Fix typos.
2990
0235128c 29912010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 2992
0235128c
SM
2993 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2994 Note that Development menu is always available.
aa5789b5
CY
2995 (Creating a project): Fix terminology.
2996 (Add/Remove files): Fix typo.
2997
0235128c
SM
29982010-05-07 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * Version 23.2 released.
3001
a628ad9d 30022010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3003
3004 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3005
502269d6
MA
30062010-05-01 Michael Albinus <michael.albinus@gmx.de>
3007
0235128c
SM
3008 * tramp.texi (Inline methods, Default Method):
3009 Mention `tramp-inline-compress-start-size'.
502269d6 3010
6e104790 30112010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3012
3013 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3014 the CVS repo. Put the Git repo in the news section.
3015
6e104790 3016 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3017 Removed some mentions of CVS. Mention the new Git repo.
3018
6e104790 30192010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3020
3021 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3022 (Mail Group Commands): Add index entry.
3023
6e104790 30242010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3025
3026 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3027
f8b91752
JB
30282010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3029
3030 * calc.texi (Radix modes): Mention that the option prefix will
3031 turn on twos-complement mode.
3032 (Inverse and Hyperbolic Flags): Mention the Option flag.
3033
ed21c5c8
CD
30342010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3035
3036 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3037 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3038 (Sectioning structure): Update.
3039 (References): New use case for field coordinates.
6e104790 3040 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3041 (Setting up the staging area): Document the availability of
3042 encryption for MobileOrg.
3043 (Images and tables): Document how to reference labels.
3044 (Index entries): New section.
3045 (Generating an index): New section.
3046 (Column width and alignment): Document that <N> now
3047 means a fixed width, not a maximum width.
3048 (Publishing options): Document the :email option.
3049 (Beamer class export): Fix bug in the BEAMER example.
3050 (Refiling notes): Document refile logging.
3051 (In-buffer settings): Document refile logging keywords.
3052 (Drawers): Document `C-c C-z' command.
3053 (Agenda commands): Mention the alternative key `C-c C-z'.
3054 (Special properties): Document the BLOCKED property.
3055 (The spreadsheet): Mention the formula editor.
3056 (References): Document field coordinates.
3057 (Publishing action): Correct the documentation for the
3058 publishing function.
3059 (The date/time prompt): Document that we accept dates
3060 like month/day/year.
3061 (Cooperation): Document the changes in table.el support.
3062 (Faces for TODO keywords, Faces for TODO keywords)
3063 (Priorities): Document the easy colors.
3064 (Visibility cycling): Document the new double prefix
3065 arg for `org-reveal'.
3066 (Cooperation): Remember.el is part of Emacs.
3067 (Clean view): Mention that `wrap-prefix' is also set by
3068 org-indent-mode.
3069 (Agenda commands): Add information about prefix args to
3070 scheduling and deadline commands.
3071 (Search view): Point to the docstring of
3072 `org-search-view' for more details.
6e104790 3073 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3074 (Setting tags): Document variable
3075 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3076 (Column attributes): Cross-reference special properties.
ed21c5c8 3077
456b348e
MA
30782010-04-10 Michael Albinus <michael.albinus@gmx.de>
3079
3080 Synchronize with Tramp repository.
3081
3082 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3083 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3084 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3085 syntax, texi2dvi reports errors with the backquotes.
3086
3087 * trampver.texi: Update release number.
3088
357e2d8e
KY
30892010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3090
3091 * gnus.texi (Finding the News): Add pointers to the Server buffer
3092 because it's essential.
3093
1d4d7664
KY
30942010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3095
3096 * gnus.texi (MIME Commands): Update description of
3097 gnus-article-browse-html-article.
3098
bd3e840f
KY
30992010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3100
3101 * auth.texi (Secret Service API): Add TODO node.
3102 (Help for users): Explain the new source options for `auth-sources'.
3103
e867cb5d 31042010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3105
3106 * trampver.texi: Update release number.
3107
288f9fc0
CY
31082010-03-10 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * Branch for 23.2.
3111
d99aaebd
CY
31122010-03-03 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3115 now enabled by default.
3116
5794c2a5
MA
31172010-02-28 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3120 when Emacs runs in interactive mode. (Bug#5645)
3121
40572be6
GM
31222010-02-16 Glenn Morris <rgm@gnu.org>
3123
3124 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3125
7bb8ed67
MH
31262010-02-05 Mark A. Hershberger <mah@everybody.org>
3127
3128 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3129
45a1423d 31302010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3131
3132 * gnus.texi (Score File Format): Fix typo.
3133
45a1423d 31342010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3135
3136 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3137
14f17fc8
JB
31382010-01-18 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * ada-mode.texi (Project File Overview): Fix typo.
3141
607d4369
CY
31422010-01-17 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * semantic.texi: Add Richard Y. Kim credit.
3145
3146 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3147
3d1bfa99
MA
31482010-01-17 Michael Albinus <michael.albinus@gmx.de>
3149
3150 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3151 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3152
6fbf7a75
GM
31532010-01-17 Glenn Morris <rgm@gnu.org>
3154
b9f978f0
GM
3155 * calc.texi (Reporting Bugs): Don't mention format of repository.
3156
f19bc38d
GM
3157 * woman.texi (Bugs): Make "Emacs repository" less specific,
3158 and the URL for same more specific.
3159
6fbf7a75
GM
3160 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3161
16c3428a
JB
31622010-01-17 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * ede.texi (ede-step-project, ede-proj-target):
3165 * tramp.texi (Remote processes): Fix typos.
3166
045b9da7
ML
31672010-01-16 Mario Lang <mlang@delysid.org>
3168
3169 * ede.texi (ede-target):
3170 * org.texi (Refiling notes): Remove duplicated words.
3171
c57008f6
SM
31722010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * gnus.texi (Posting Styles): Use with-current-buffer.
3175 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3176
798c9eb5
KR
31772010-01-02 Kevin Ryde <user42@zip.com.au>
3178
3179 * eieio.texi (Naming Conventions): Correction to xref on elisp
3180 coding conventions, is "Tips" node not "Standards".
3181
4970fbfe
CY
31822009-12-24 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3185
3186 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3187
83828b06
KY
31882009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3189
3190 * gnus.texi (Direct Functions): Add missing port number to tls method.
3191
45a4a565
JB
31922009-12-15 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3195 ($(infodir)/edt, edt.dvi): New targets.
3196
698bfef7
GM
31972009-12-15 Glenn Morris <rgm@gnu.org>
3198
3199 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3200 (edt, $(infodir)/edt, edt.dvi): New targets.
3201 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3202
3203 * Makefile.in (PDF_TARGETS, pdf): New.
3204 (clean): Add *.pdf.
3205 Add pdf rules for all manuals.
3206
0e983327
JB
32072009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3208
3209 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3210
8e687433
CY
32112009-12-14 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3214 (Smart Jump, Analyzer Debug): Copyedits.
3215 (Semantic mode user commands): Link to new nodes.
3216 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3217 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3218 upstream Semantic manual.
3219
3220 * semantic.texi (Introduction): Minor fix to diagram.
3221
020335df
MA
32222009-12-09 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * eshell.texi (History): Add the other built-in variables.
3225 (Built-ins): Explain built-ins, and how to apply the external commands.
3226 Add `history', `su' and `sudo'.
3227
3228 * tramp.texi (Remote processes): Add missing <RET> in the example.
3229
6ddf13e4
BW
32302009-12-01 Bill Wohler <wohler@newt.com>
3231
3232 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3233 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3234 excessively garrulous.
3235
07b6428c
MA
32362009-11-29 Michael Albinus <michael.albinus@gmx.de>
3237
3238 * tramp.texi (Remote processes): Improve eshell example with "su"
3239 and "sudo" commands.
3240
fd1cefda
CY
32412009-11-28 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3244
3245 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3246 Document semantic-complete-analyze-inline.
3247 (Semanticdb search debugging commands): Minor clarification.
3248 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3249 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3250 manual.
9d542758 3251 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3252
159e3ad5
KR
32532009-11-28 Kevin Ryde <user42@zip.com.au>
3254
3255 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3256 @pxref, now EIEIO is in Emacs.
159e3ad5 3257
c6d47315
KR
3258 * erc.texi (Development): Correction to git tutorial url.
3259
16f6287e
GM
32602009-11-26 Glenn Morris <rgm@gnu.org>
3261
3262 * faq.texi (Latest version of Emacs): Mention stability of development
3263 version.
3264 (Problems with very large files): Max buffer size increase in 23.2.
3265 (VM): VM has moved house again.
3266
5ea5dbc9
JB
32672009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3268
3269 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3270 notations.
3271
5dec9555
CD
32722009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3273
45a4a565 3274 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3275
bd6f6833
CY
32762009-11-20 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3279 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3280 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3281
be479117
JB
32822009-11-17 Juanma Barranquero <lekktu@gmail.com>
3283
3284 * semantic.texi (Semantic Internals, Glossary):
3285 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3286 (Semanticdb search debugging commands): Fix typos.
3287
17291a1f
JB
32882009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3289
be479117 3290 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3291
af42a9cc
JB
32922009-11-16 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3295 ($(infodir)/semantic, semantic.dvi): New targets.
3296
3149927d
CY
32972009-11-16 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * Makefile.in: Build the Semantic manual.
3300
3301 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3302 repository.
3303
977640ed
MA
33042009-11-16 Michael Albinus <michael.albinus@gmx.de>
3305
3306 * dbus.texi (Receiving Method Calls): New defun
3307 `dbus-unregister-service'.
3308
17673adf
CD
33092009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3310
3311 * org.texi (Speed keys): New section.
3312
0ecd3c90
MA
33132009-11-13 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * dbus.texi (Type Conversion): Fix typo.
3316 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3317 `dbus-registered-objects-table'.
0c7efc08
SM
3318 (Receiving Method Calls): New defun `dbus-register-property'.
3319 Move `dbus-unregister-object' here.
0ecd3c90 3320
8bfe682a
CD
33212009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3322
3323 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3324
33252009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3326
3327 * org.texi (Column attributes): Add the new age summary operators.
3328 Also, mention the fact you can only use one summary operator per
3329 property.
3330
33312009-11-13 John Wiegley <johnw@newartisans.com>
3332
0c7efc08 3333 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3334 manual about how to track habits.
0c7efc08 3335 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3336 dangling clocks are resolved.
3337
33382009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3339
3340 * org.texi (Agenda commands): Document the new `i' command.
3341 (Inserting deadline/schedule): Document logging changes
3342 of scheduling and deadline times stamps.
3343 (In-buffer settings): Document the in-buffer keywords for logging
3344 changes of scheduling and deadline times stamps.
3345 (Structure editing, Plain lists): Document indentation
3346 cycling in empty entries with TAB.
3347 (Archiving): Document the default archiving command.
3348 (Moving subtrees): Document the new keys for archiving.
3349 (Internal archiving): Fix incorrect key.
3350 (Agenda commands): Document the TODO set switching commands.
3351 (Agenda commands): Document the new archiving keys.
3352 (Clocking work time): Better description on how to save
3353 and restore a clock.
3354 (Resolving idle time): Mention the x11idle program to get true
3355 idleness also under X11.
3356 (Resolving idle time): Use @kbd instead of @key for normal
3357 letters, because this is how he rest of the manual does this.
3358 (Pushing to MobileOrg): Mention that `org-directory'
3359 should be set.
3360 (Agenda commands): Document that SPC is a filter for
3361 any tag.
0c7efc08 3362 (Search view): Rename from "Keyword search".
8bfe682a
CD
3363 (Capure): New chapter.
3364 (Markup): New chapter.
0c7efc08
SM
3365 (Links in HTML export, Images in HTML export):
3366 Extend the section titles.
8bfe682a
CD
3367 (Images in HTML export): Document the align option.
3368 (Text areas in HTML export): Extend the section title.
3369 (Images in LaTeX export): Explain image placement in LaTeX.
3370
693737cd
GM
33712009-11-10 Glenn Morris <rgm@gnu.org>
3372
3373 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3374
c7bd4ebe
MA
33752009-11-08 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * tramp.texi (Auto-save and Backup): Disable backups just for a
3378 method.
3379
3380 * trampver.texi: Update release number.
3381
76c5acad
MA
33822009-11-07 Michael Albinus <michael.albinus@gmx.de>
3383
3384 Sync with Tramp 2.1.17.
3385
3386 * trampver.texi: Update release number.
3387
d9a57abf
GM
33882009-10-29 Glenn Morris <rgm@gnu.org>
3389
3390 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3391
637f4f0f
MA
33922009-10-23 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * tramp.texi (External methods): Temporary files are kept for
3395 `rsync' and `rsyncc' methods.
3396
310dbb05
JB
33972009-10-09 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * eieio.texi: Fix typos.
3400
09094f28
CY
34012009-10-07 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3404
216f299a
JB
34052009-10-07 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3408 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3409
966a6506
CY
34102009-10-07 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * Makefile.in: Build EIEIO and EDE manuals.
3413
34142009-10-07 Eric Ludlam <zappo@gnu.org>
3415
3416 * eieio.texi:
3417 * ede.texi: New files.
3418
8842cd9b
MA
34192009-10-05 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * tramp.texi (Remote processes): Association of a pty is not supported.
3422
7006d207
CD
34232009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3424
3425 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3426 (Processing LaTeX fragments): Document that the size of images can be
3427 changes using the variable `org-format-latex-options'.
3428 (The date/time prompt, Timestamps): Be more accurate over ISO format
3429 dates and times.
3430 (Visibility cycling): Document showeverything keyword.
3431 (In-buffer settings): Document showeverything keyword.
3432 (Setting up the staging area): Fix the example.
3433 (MobileOrg): New section.
3434 (Agenda commands, Exporting Agenda Views): Document exporting the
3435 agenda view to Org files.
3436
0e7b2867
MA
34372009-09-28 Michael Albinus <michael.albinus@gmx.de>
3438
3439 * tramp.texi (History): Add IMAP support.
3440 (External methods): Add `imap' and `imaps' methods.
3441 (GVFS based methods): Add indices for `davs'.
3442 (Password handling): Rename anchors. Add IMAP entries for
3443 ~/.authinfo.gpg.
3444
3445 * trampver.texi: Set default value of `emacsimap'.
3446
4146636e
KY
34472009-09-22 Daiki Ueno <ueno@unixuser.org>
3448
3449 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3450
d22f7ffa
CY
34512009-09-13 Chong Yidong <cyd@stupidchicken.com>
3452
0c7efc08
SM
3453 * dired-x.texi (Technical Details):
3454 Delete dired-up-directory (Bug#4292).
d22f7ffa 3455
66043531
MA
34562009-09-03 Michael Albinus <michael.albinus@gmx.de>
3457
216f299a 3458 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3459
6eb02347
CD
34602009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3461
3462 * org.texi (Effort estimates): Document new effort setting commands.
3463 (Agenda commands): Document the new keys fro agenda time motion.
3464 Document entry text mode. Improve documentation of the keys to include
3465 inactive time stamps into the agenda view.
3466 (Feedback): Document the new bug report command.
0c7efc08 3467 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3468
38dc51ba
KY
34692009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3470
3471 * auth.texi (Help for users): Corrected markup.
3472
e402f452
GM
34732009-09-02 Glenn Morris <rgm@gnu.org>
3474
3475 * emacs-mime.texi (time-date): Mention float-time.
3476
744256cf
JB
34772009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3478
3479 * calc.texi (Simplifying Formulas): Improve the wording.
3480
b0b63450
MB
34812009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3482
3483 * auth.texi: Rewritten for coverage and clarity.
3484
34852009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3486
0c7efc08
SM
3487 * gnus.texi (Expiring Mail):
3488 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3489 (Various Various): Mention gnus-safe-html-newsgroups.
3490
3491 * gnus-news.texi: Mention
3492 gnus-mark-copied-or-moved-articles-as-expirable.
3493
3494 * emacs-mime.texi (Display Customization): Add xref to
3495 gnus-safe-html-newsgroups.
3496
b59329e0
MA
34972009-08-28 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * tramp.texi (Version Control): Remove.
af42a9cc 3500 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3501 reference.
3502 (External methods): Correct `scpc' concept index entries. New method
3503 `rsyncc'.
3504 (External packages): New subsections "Filename completion" and "File
3505 attributes cache".
3506
0ff2d6c2
JB
35072009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3508
3509 * calc.texi (Rewrite Rules): Improve the example.
3510 (Simplifying Formulas): Explain use of the I and H flags for
3511 simplification.
3512
ecd3d54f
MA
35132009-08-25 Michael Albinus <michael.albinus@gmx.de>
3514
3515 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3516 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3517 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3518 for timeout values.
78176e69
MA
3519 (Top): Remove footnote saying D-Bus is not enabled by
3520 default. (Bug#4256)
ecd3d54f 3521
0f215bca
DU
35222009-08-23 Daiki Ueno <ueno@unixuser.org>
3523
3524 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3525 Reported by Jari Aalto (Bug#4211).
0f215bca 3526 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3527 epa-global-mail-mode.
3b7ab45f
DU
3528 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3529 epa-setup.
0f215bca 3530
4f22e84d
MA
35312009-08-16 Michael Albinus <michael.albinus@gmx.de>
3532
3533 * dbus.texi (Asynchronous Methods): Allow nil handler.
3534
9ff0b02b 35352009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3536
26b03ee3 3537 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3538
26b03ee3 3539 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3540
4c39f404
CY
35412009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3542
3543 * calc.texi (Date Forms): Fix typos.
3544
3bcfba17
GM
35452009-08-08 Glenn Morris <rgm@gnu.org>
3546
3547 * org.texi (Agenda commands): Restore clobbered change.
3548
66783bb4
EZ
35492009-08-07 Eli Zaretskii <eliz@gnu.org>
3550
3551 * calc.texi (Graphics, Devices): Update with the peculiarities of
3552 operation on MS-Windows.
3553
c8d0cf5c
CD
35542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3555
3556 * org.texi (Publishing action): Improve documentation of file
3557 names when publishing to the source directory.
3558 (Clean view): Document `org-indent-mode'.
3559 (Clocking work time): Add documentation for the
3560 new :timetamp option when creating a clock report.
3561 (Paragraphs): Fix many typos.
3562 (Plain lists): Remove duplicate explanation about the
3563 `C-c *' command.
3564 (Literal examples): Update to reflect the new behavior
3565 of the -n -r -k switches when exporting source code examples.
3566 (Structure editing): Add information about `C-c *',
3567 converting a plain list into a list of Org items.
3568 (Remember): Small rephrasing of the paragraph
3569 describing remember.el. Also mentioned that remember.el is part
3570 of Emacs 23, not Emacs 22.
3571 (Clocking work time): Add documentation about
3572 displaying the current clocking time against the effort estimate.
3573 Also add a footnote about using `org-clock-in-prepare-hook' to add
3574 an effort estimate on the fly, just before clocking it.
3575 (Footnotes): Document automatic renumbering and
3576 sorting.
3577 (Agenda commands): Document new bulk commands.
3578 (Plain lists): Document new behavior of
3579 `org-cycle-include-plain-lists'.
4e2af782 3580 Hyphenation only in TeX.
c8d0cf5c
CD
3581 (Clocking work time): Document the key to update effort
3582 estimates.
3583 (Clocking work time): Document the clock time display.
3584 (Structure editing, TODO basics): Document new
3585 variables.
3586 (Column attributes): Document new colciew operators.
3587 (Publishing options): Document :xml-declaration.
3588 (Tracking TODO state changes): Document the
3589 LOG_INTO_DRAWER property.
3590 (Literal examples): Document the new implementation for
3591 editing source code.
3592 (Publishing action): Mention the new publishing
3593 function, to publish an Org source file.
3594 (Publishing links): Mention how to link to an Org source file.
3595 (Macro replacement): Document new macros.
3596 (Handling links): Document type-specific completion
3597 when inserting links.
3598 (Structure editing, Plain lists): Improve documentation
3599 on sorting.
3600 (Internal links): Document custom ids for links.
3601 (Handling links): Document custom ids for links.
3602 (CSS support): Document new class.
3603 (Refiling notes): Document the possibility to create new nodes
3604 during refiling.
3605 (Agenda commands): Document the "?" operator to find
3606 tasks without effort setting.
3607 (Exporting agenda information): Section moved.
3608 (RSS Feeds): New section.
3609 (Built-in table editor): Document M-e and M-a navigate
3610 inside table field.
3611 (Stuck projects): Docment that projects identified as
3612 un-stuck will still be searchd for stuck sub-projects.
3613 (Paragraphs): Document centering.
3614 (Creating timestamps, Agenda commands): Document new
3615 behavior when changing time stamps.
3616 (Structure editing): Document the new command
3617 `org-clone-subtree-with-time-shift'.
3618 (Publishing): Refresh this chapter.
3619 (Export options, Export options, In-buffer settings):
3620 Document the new keywords.
3621 (Matching tags and properties): Collect all
3622 documentation about tags/property matches here.
3623 (Setting tags): Document `org-tag-persistent-alist'.
3624 (Weekly/daily agenda): New section.
3625 (Orgstruct mode): Describe `orgstruct++-mode'.
3626 (Drawers): Mention the LOGBOOK drawer.
3627 (Export options, Sectioning structure): Document the
3628 #+LEATEX_HEADER in-buffer setting.
3629 (Bugs): Section removed.
3630 (Hooks): New section.
0c7efc08 3631 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3632 (Context-sensitive commands): New section.
3633 (Setting tags): Document newline option.
3634 (Global TODO list, Matching tags and properties):
3635 Mention more variables.
3636 (Checkboxes): Update to changed command behavior.
81a5560e 3637
40d2791f
CY
36382009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3639
3640 * speedbar.texi (Basic Key Bindings): Fix typo.
3641
65d0154b
JB
36422009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3643
3644 * calc.texi (Vector/Matrix Functions): Add index entries for both
3645 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3646 affects matrices with more than one row.
b5bdfd9f 3647 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3648
5a9e3ab7
JB
36492009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3650
3651 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3652 `calc-transpose-lines'.
5a9e3ab7 3653
42fb7e61
MA
36542009-07-27 Michael Albinus <michael.albinus@gmx.de>
3655
3656 * dbus.texi (Receiving Method Calls): Describe special return value
3657 `:ignore'.
3658
574b69d5
AM
36592009-07-24 Alan Mackenzie <acm@muc.de>
3660
3661 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3662 initialization, any individual variable setting now takes precedence
3663 over one done via c-file-style/c-file-offsets.
3664
ec06459c
JB
36652009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3666
3667 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3668 truncated when Calc is quit.
3669 (Customizing Calc): Document `calc-undo-length'.
3670
4ce54f6b
CY
36712009-07-20 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3674
0e4f8ba5
GM
36752009-07-11 Kevin Ryde <user42@zip.com.au>
3676
3677 * pcl-cvs.texi (About PCL-CVS):
3678 * widget.texi (Basic Types):
3679 Fix cross-references.
3680
fa0f81b0
AS
36812009-07-01 Andreas Schwab <aschwab@redhat.com>
3682
3683 * dbus.texi (Type Conversion): Don't use literal control character.
3684
88a683c5
MA
36852009-07-01 Michael Albinus <michael.albinus@gmx.de>
3686
3687 * tramp.texi (GVFS based methods): New section.
3688 (Remote processes): Processes for GVFS based methods run locally.
3689
36c8febb
MA
36902009-06-30 Michael Albinus <michael.albinus@gmx.de>
3691
0c7efc08
SM
3692 * tramp.texi (Inline methods, External methods, Gateway methods):
3693 Avoid the words "kludge" and hack".
36c8febb
MA
3694 (External methods): Add `synce' method.
3695
3696 * trampver.texi: Update release number.
3697
d6b951bb
MA
36982009-06-22 Michael Albinus <michael.albinus@gmx.de>
3699
3700 Sync with Tramp 2.1.16.
3701
3702 * tramp.texi (History): Add GVFS support.
3703 (External methods): Precise `rsync' description. Add `dav', `davs' and
3704 `obex' methods. Add 'tramp-gvfs-methods' option.
3705 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3706 forms.
3707 (Remote Programs): Introduce `tramp-own-remote-path'.
3708 (Remote processes): New subsection "Running remote programs that create
3709 local X11 windows".
3710 (Frequently Asked Questions): Improve code for disabling vc.
3711
3712 * trampver.texi: Update release number. Set default value of
3713 `emacsgvfs'.
3714
70243478
CY
37152009-06-21 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * Branch for 23.1.
3718
54b31cbf
GM
37192009-06-17 Glenn Morris <rgm@gnu.org>
3720
3721 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3722 (Latest version of Emacs): Mention source code repository.
3723
f6adc23c
GM
37242009-06-16 Glenn Morris <rgm@gnu.org>
3725
3726 * faq.texi (Top): Language tweak.
3727 (Extended commands): Most people have arrow keys.
3728 (Emacs manual): Say how to follow info links.
3729 (File-name conventions): Change title a bit. Explain about source
3730 versus installed. Condense etc description.
3731 (Guidelines for newsgroup postings): Mention Savannah list page.
3732 (Newsgroup archives): Simplify.
3733 (Contacting the FSF): Add contact URL.
3734 (Emacs Lisp documentation): Printed version not always available.
3735 (Installing Texinfo documentation): Explain how by hand installation is
3736 not normally needed. Use add-to-list. Remove duplicate reference.
3737 (Informational files for Emacs): Move info on Help menu here from
3738 "File-name conventions".
3739 (Help installing Emacs): Tweak uref.
3740 (Obtaining the FAQ): Mention repository.
3741 (Origin of the term Emacs): Explain "ITS".
3742 (Changing load-path): Use add-to-list.
3743 (Automatic indentation): Clarify this is for Text mode.
3744 Don't mention Indented Text mode.
3745 (Finding Emacs on the Internet): The FSF does not seem to offer a
3746 deluxe distribution on CD anymore.
3747
b59a8457
GM
37482009-06-16 Glenn Morris <rgm@gnu.org>
3749
3750 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3751 Recommend the latest release. Mention how to get older FAQs.
3752 Recommend the Emacs manual.
3753 (Guidelines for newsgroup postings): Discourage cross-posts.
3754 (Underlining paragraphs): Remove.
3755 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3756 (Bugs and problems): Update key-binding.
3757 (Problems with very large files): Mention 64-bit.
3758 (Shell process exits abnormally): Remove.
3759 (Problems with Shell Mode): Rename and update.
3760 (Spontaneous entry into isearch-mode)
3761 (Problems talking to certain hosts): Remove. This is old information,
3762 in etc/PROBLEMS if needed.
3763 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3764 (Dired claims that no file is on this line): Update.
3765 (Installing Emacs, Problems building Emacs): Simplify.
3766 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3767 information.
3768 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3769 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3770 (JDEE): "JDEE", not "JDE".
3771 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3772 Remove. This is old information, in etc/PROBLEMS if needed.
3773 (stty and Backspace key, Kanji and Chinese characters): Remove.
3774 (Right-to-left alphabets): Update section.
3775 (Changing the included text prefix): Gnus uses message-yank-prefix.
3776 Add cross-reference to Supercite manual.
3777 (Saving a copy of outgoing mail): Simplify output file description.
3778 (Expanding aliases when sending mail): Refer to Emacs manual.
3779 Remove old info about RFC822.
3780 Correct description of how to rebuild aliases.
3781 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3782 (MIME with Emacs mail packages)
3783 (Viewing articles with embedded underlining)
3784 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3785 Remove old sections.
3786 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3787 and is well-documented in the Gnus manual.
3788 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3789 (Making Gnus faster): Rename from "Starting Gnus faster".
3790 Merge "Catch-up is slow in Gnus" into here.
3791
0e6d12ca
GM
37922009-06-14 Glenn Morris <rgm@gnu.org>
3793
3794 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3795 (New in Emacs 23): New section.
3796 (Handling C-s and C-q with flow control): Add xref.
3797
2e17e05e
GM
37982009-06-13 Glenn Morris <rgm@gnu.org>
3799
3800 * faq.texi (Setting up a customization file): Grammar fix.
3801 Customize is no longer "new".
3802 (Displaying the current line or column): Line-number mode is on by
3803 default. Don't mention `column' package. Mention linum.el.
3804 (Turning on abbrevs by default): Explain how to do it for buffers,
3805 modes, and everywhere.
3806 (Associating modes with files): Use add-to-list. Don't mention Emacs
3807 19.
3808 (Highlighting a region): On by default since 23.1.
3809 (Replacing highlighted text): Update doc quote.
3810 (Working with unprintable characters): Don't mention search-quote-char.
3811 (Using an already running Emacs process): Gnuclient is probably not an
3812 enhancement these days.
3813 (Indenting switch statements): Remove mention of pre-Emacs 20.
3814 (Horizontal scrolling): Abbreviate Emacs 20 description.
3815 (Replacing text across multiple files): Fix name of dired command.
3816 (Disabling backups): Use require not load.
4f9d4de3 3817 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3818
2a1cf2b9
BW
38192009-06-13 Bill Wohler <wohler@newt.com>
3820
3821 Release MH-E manual version 8.2.
3822
3823 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3824 release 8.2.
3825
85b438b7
GM
38262009-06-13 Glenn Morris <rgm@gnu.org>
3827
3828 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3829 in this day and age the common meaning is "on the web".
3830 (copying): Use @copyright in all cases.
3831 (Basic keys): Remove reference to deleted manual node "Text Characters".
3832 (File-name conventions): Use GNU as an example rather than SERVICE.
3833 default.el lives in site-lisp. Update Info directory location.
3834 (Real meaning of copyleft): GPL actions have been brought, but all
3835 settled out of court.
3836 (Guidelines for newsgroup postings): Shorten section title.
3837 Simplify comp.emacs description.
3838 (Newsgroup archives): Change Google URL. Describe Gmane.
3839 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3840 points". Mention List-Unsubscribe header.
3841 (Contacting the FSF): Update email and URLs.
3842 (Basic editing): Mention F1 for help.
3843 (Installing Texinfo documentation): Refer to Texinfo website rather
3844 than ftp server.
3845 (Printing a Texinfo file): Mention texi2pdf.
3846 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3847 are just stubs nowadays.
3848 (Latest version of Emacs): Explain version numbers.
3849 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3850 (Turning on syntax highlighting): No need to mention hilit19 any more.
3851 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3852 (Modes for various languages): Remove section.
3853 (Major packages and programs): Remove most version and maintainer
3854 information - it's hard to keep up-to-date, and adds nothing.
3855 Similarly with direct links to mailing lists.
3856 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3857 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3858 years, and Emacs comes with tools for this now.
3859 (Patch): Remove section - this is a standard tool.
3860 (Using function keys under X): Remove section.
3861
93e2d996
GM
38622009-06-12 Glenn Morris <rgm@gnu.org>
3863
3864 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3865 (Help installing Emacs): Remove reference to deleted X11 node.
3866 (Associating modes with files): Interpreter-mode-alist is no longer
3867 subservient to auto-mode-alist.
3868 (Installing Emacs): Change future Emacs version.
3869 (Linking with -lX11 fails): Remove old section.
3870 (Packages that do not come with Emacs): Update ELL location.
3871 Emacs Lisp archive is dead.
3872 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3873 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3874 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3875 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3876 (Removing flashing messages): Remove section about non-existent Gnus
3877 option.
3878
f0bf7708
GM
3879 * faq.texi (Top): Add @top command.
3880 Remove the optional arguments from all @node commands: makeinfo can
3881 generate these automatically, and it is easier to edit and rearrange
3882 nodes without them.
3883
30884d11
GM
38842009-06-11 Glenn Morris <rgm@gnu.org>
3885
3886 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3887 (The LPF): Make the updated URL the sole reference point.
3888 (Learning how to do something): Update refcard price and format.
3889 (Getting a printed manual): Sources in doc/emacs/, not man/.
3890 Also available in PDF format. Since the page count varies, be less
3891 precise.
3892 (Informational files for Emacs): Remove references to deleted files
3893 LPF and SUN-SUPPORT, and to UUCP.
3894 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3895 Remove many obsolete ways to get the FAQ, which now seems only to be
3896 distributed with Emacs.
3897 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3898
deab46e0
CY
38992009-06-09 Chong Yidong <cyd@stupidchicken.com>
3900
223b43fa 3901 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3902 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3903
deab46e0
CY
3904 * ada-mode.texi (Installation, Compile commands)
3905 (Project File Overview, No project files, Set compiler options)
3906 (Use GNAT project file, Use multiple GNAT project files)
3907 (Identifier completion): Use @samp for menu items, and @kbd for key
3908 sequences (Bug#3504).
3909
71fbd643
DU
39102009-06-04 Daiki Ueno <ueno@unixuser.org>
3911
8c9bb6f5 3912 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3913
f197085b
CY
39142009-06-04 Ryan Yeske <rcyeske@gmail.com>
3915
3916 * message.texi (Header Commands): Fix descriptions to match
3917 keybindings.
3918
7f3bc720
DU
39192009-04-22 Daiki Ueno <ueno@unixuser.org>
3920
3921 * gnus.texi (Security): Mention that EasyPG is the current default.
3922
4518068d
CY
39232009-04-13 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * ediff.texi (Session Commands): Fix typo.
3926
d7ca410a
MB
39272009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3928
3929 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3930 news.software.readers. Reported by Florian Rehnisch.
3931
c6c76add
GM
39322009-04-02 Glenn Morris <rgm@gnu.org>
3933
3934 * auth.texi: Capitalize direntry.
3935
3936 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3937 using a period in the entry name. (Bug#2797)
3938
35ed8e2e
JB
39392009-03-03 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3942 ($(infodir)/auth, auth.dvi): New targets.
3943
e280480a
GM
39442009-03-03 Glenn Morris <rgm@gnu.org>
3945
3946 * auth.texi: Fix @setfilename.
3947
3948 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3949 (auth, $(infodir)/auth, auth.dvi): New rules.
3950
8a76755b
GM
39512009-02-25 Glenn Morris <rgm@gnu.org>
3952
3953 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3954
0038d478
MB
39552009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3956
3957 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3958
39592009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3960
3961 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3962 gnus-nocem-issuers, and gnus-nocem-verifyer.
3963
867d4bb3
JB
39642009-02-20 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * ada-mode.texi (Project files, Automatic Casing):
3967 * dbus.texi (Signals):
3968 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3969 * mh-e.texi (HTML):
3970 * nxml-mode.texi (Locating a schema)
3971 (Using the document's URI to locate a schema):
3972 * org.texi (Footnotes, Using the mapping API):
3973 * rcirc.texi (Channels): Remove duplicate words.
3974
3a44dc1f
GM
39752009-02-20 Glenn Morris <rgm@gnu.org>
3976
3977 * dired-x.texi (Miscellaneous Commands):
3978 * gnus.texi: Minor updates for mbox Rmail.
3979
5dc584b5
KB
39802009-02-16 Karl Berry <karl@gnu.org>
3981
b59a8457
GM
3982 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3983 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3984 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3985 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3986 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3987 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3988 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3989 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3990 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3991 Consistently use @insertcopying in the Top node,
5dc584b5 3992 @contents at the front (after @end titlepage),
b59a8457 3993 and @direntry after @copying. (Bug#1988)
5dc584b5 3994
9eb59592
MB
39952009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3996
3997 * auth.texi: New file documenting auth-source.
3998
d324fa76
CD
39992009-02-13 Carsten Dominik <dominik@science.uva.nl>
4000
4001 * org.texi (Org Plot): Fix link.
4002
7a603b73
DU
40032009-02-09 Daiki Ueno <ueno@unixuser.org>
4004
4005 * epa.texi (Mail-mode integration): Mention the way to do
4006 "encrypt-to-self". (Bug#1807)
4007
a626b338 40082009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4009
4010 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4011
3b36c17e
MB
40122009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4013
4014 * gnus-news.texi: Print version about Incoming*.
4015
55033558
CD
40162009-02-02 Carsten Dominik <dominik@science.uva.nl>
4017
4018 * org.texi (Structure editing, Handling links)
4019 (Fast access to TODO states, Javascript support): Make standard docs
4020 correctly reflect default variable settings.
4021
ec712abb
GM
40222009-02-02 Glenn Morris <rgm@gnu.org>
4023
4024 * org.texi: Fix typos.
4025
7112648c
MA
40262009-02-01 Michael Albinus <michael.albinus@gmx.de>
4027
4028 Sync with Tramp 2.1.15.
4029
4030 * trampver.texi: Update release number.
4031
2e461fc1
CD
40322009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4033
4034 * org.texi (TODO dependencies): Document TODO dependencies on
4035 checkboxes.
4036
bc283609
CD
40372009-01-30 Carsten Dominik <dominik@science.uva.nl>
4038
4039 * org.texi (TODO dependencies): Document key binding for toggling
4040 ORDERED property.
4041
74fc5047
MA
40422009-01-28 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4045 of hook functions.
4046
d6685abc
CD
40472009-01-28 Carsten Dominik <dominik@science.uva.nl>
4048
4049 * org.texi (TODO dependencies): New section.
4050
65c439fd
CD
40512009-01-27 Carsten Dominik <dominik@science.uva.nl>
4052
4053 * org.texi (Plain lists, TODO basics, Priorities)
4054 (Multiple sets in one file, Conflicts): Document interaction with
4055 `shift-selection-mode'.
4056
5fafc247
JB
40572009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4058
4059 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4060 Make Calc the subject of sentences.
4061 (Rearranging Formulas using Selections): Discuss new options
4062 for `j *'.
4063
e7433508
MA
40642009-01-26 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4067
2096a1b6
GM
40682009-01-26 Glenn Morris <rgm@gnu.org>
4069
4070 * org.texi: Fix typos.
4071
0cb61492
BW
40722009-01-26 Bill Wohler <wohler@newt.com>
4073
2096a1b6 4074 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4075
0bd48b37
CD
40762009-01-25 Carsten Dominik <dominik@science.uva.nl>
4077
4078 * org.texi (References): Add information about remote references.
4079 (Built-in table editor): Document `C-c RET' in tables.
4080 (Math symbols, Quoting LaTeX code): Mention that simple
4081 LaTeX macros survive LaTeX export.
4082 (Images in LaTeX export): Show how to create a reference to a
4083 figure.
4084 (Sectioning structure): Document that the LaTeX class can be
4085 specified in a property.
4086 (Text areas in HTML export): New section.
4087 (External links): Add examples for text search and ID links.
4088 (Built-in table editor): Remove the descriptio of `C-c
4089 C-q', it not longer works.
4090 (Literal examples): Document that a space must follow
4091 the colon in short examples.
4092 (Relative timer): Document `org-timer-stop'.
4093 (Footnotes): New section.
4094 (Footnote markup): Shorten section and refer to new Footnote
4095 section.
4096 (Literal examples): Add documentation for line
4097 numbering in and references to code examples.
4098 (CSS support): Fix the description of default CSS styles.
4099 (Capturing column view): Document
4100 "file:path/to/file.org" as an allowed value for the ID property of
4101 a dynamic block copying column view.
4102
49dbbaf2
SE
41032009-01-23 Stephen Eglen <stephen@gnu.org>
4104
4105 * mh-e.texi (Getting Started): Describe $MH.
4106
193e6828
MA
41072009-01-21 Michael Albinus <michael.albinus@gmx.de>
4108
4109 * tramp.texi (all): Harmonize usage of "external method",
4110 "external transfer method" and "out-of-band method".
4111 (Connection types): Precise the differences of inline and external
4112 methods. Written by Adrian Phillips <a.phillips@met.no>.
4113
26b9f88d
MB
41142009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4115
4116 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4117 commands as described at the top. Reported by Allan Gottlieb
4118 <gottlieb@nyu.edu>.
4119
41202009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4121
4122 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4123 nnmail-pathname-coding-system.
4124
377952e0
GM
41252009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4126
4127 * org.texi (Relative timer): Fix typo.
4128
a20d3598
JB
41292009-01-15 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4132 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4133
a50253cc
GM
41342009-01-13 Glenn Morris <rgm@gnu.org>
4135
4136 * org.texi: Fix some more typos.
4137
07450bee
GM
41382009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4139
4140 * org.texi: Fix some typos.
4141
e3e955fe
MB
41422009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4143
4144 * gnus.texi (Group Parameters): Add note for local variables.
4145
41462009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4147
0c7efc08
SM
4148 * gnus.texi (Converting Kill Files): Fix URL.
4149 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4150
41512009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4152
4153 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4154 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4155 (Paging the Article): Add index entry.
4156
71dd9983
JB
41572009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4158
4159 * ada-mode.texi (Examples): Delete redundant text.
4160
4a0cf14f
MA
41612009-01-03 Michael Albinus <michael.albinus@gmx.de>
4162
36c8febb 4163 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4164
4165 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4166 addresses.
4167
aedac0f0
BW
41682009-01-03 Bill Wohler <wohler@newt.com>
4169
4170 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4171 kept empty.
4172
4c65b566
CD
41732008-12-20 Carsten Dominik <dominik@science.uva.nl>
4174
4175 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4176 (HTML Export commands, LaTeX/PDF export commands):
4177 Improve documentation about transient-mark-mode.
e9fce1ac 4178 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4179 to fields in the last table row.
4180
e1a78e1e
JL
41812008-12-19 Juri Linkov <juri@jurta.org>
4182
4183 * info.texi (Search Text): Remove mention of removed key binding M-s.
4184
17a0aa82
CD
41852008-12-18 Carsten Dominik <dominik@science.uva.nl>
4186
4187 * org.texi (References): Remove mentioning of @0 as reference for the
4188 last line, this has been reverted in the Lisp sources.
4189
4997d802
JB
41902008-12-17 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4193 (DVI_TARGETS): Remove duplicates. Add sasl.
4194 ($(infodir)/sasl, sasl.dvi): New targets.
4195
33306645
CD
41962008-12-17 Carsten Dominik <dominik@science.uva.nl>
4197
4198 * org.texi: Version number pushed to 6.15d.
4199
db55f368
CD
42002008-12-16 Carsten Dominik <dominik@science.uva.nl>
4201
a0bf4117 4202 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4203 (Images in LaTeX export): New section.
4204 (Inlined images, Images in HTML export): Sections renamed.
4205
dae0a942
MB
42062008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4207
4208 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4209
9f5572e9
MB
42102008-12-04 David Engster <dengste@eml.cc>
4211
4212 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4213 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4214
bc23baaa
CD
42152008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4216
4217 * org.texi (Using the mapping API): Fix bug in mapping example.
4218 (Publishing options): Make the list of properties complete again, in
4219 correspondence to the variable `org-export-plist-vars'.
4220 (Property searches): Document new special values for time comparisons.
4221 (Tag inheritance): Refine the description of tag inheritance.
4222 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4223 (Effort estimates): Document the new relative timer.
bc23baaa 4224
3bf8054f
JB
42252008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4226
4227 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4228 (Using Calc): Clarify use of `C-x * o'.
4229 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4230
ac134f2f
RS
42312008-11-28 Richard M Stallman <rms@gnu.org>
4232
4233 * dbus.texi (Receiving Method Calls): Clean up previous change.
4234
ace706d1
MA
42352008-11-26 Michael Albinus <michael.albinus@gmx.de>
4236
4237 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4238 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4239 `dbus-unescape-from-identifier'.
4240 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4241 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4242 (Signals): Use the constants in the example.
4243
d60b1ba1
CD
42442008-11-24 Carsten Dominik <dominik@science.uva.nl>
4245
b97439ce 4246 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4247
ce4fdcb9
CD
42482008-11-23 Carsten Dominik <dominik@science.uva.nl>
4249
4250 * org.texi (Setting up Remember): Document `org-remember-mode'.
4251 (External links): Document that bbdb links can use a regular
4252 expression.
4253 (External links): Document that elisp links can contain interactive
4254 commands.
4255
c8548a00 42562008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4257
4258 * viper.texi (viper-translate-all-ESC-keysequences):
4259 Description removed.
4260
6a2c4aec
GM
42612008-11-19 Glenn Morris <rgm@gnu.org>
4262
4263 * doclicense.texi: Change to FDL 1.3.
4264 Relicense all texi files under FDL 1.3 or later.
4265
59ee4113
JB
42662008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4267
4268 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4269
59bcbb98 42702008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4271
0c7efc08 4272 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4273
4274 * ediff.texi: Version/date change.
9f90198a 4275
8aa41c9b
CY
42762008-11-14 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4279
17587b1b
JB
42802008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc.texi (About This Manual): Comment out a mention of
4283 marginal notes.
4284
564c900e
CD
42852008-11-12 Carsten Dominik <dominik@science.uva.nl>
4286
4287 * org.texi (Clocking work time): Document the :formula property of
4288 clock tables.
4289 (Structure editing, Refiling notes): Document refiling regions.
4290 (Agenda commands): Document the double-prefix version
4291 of the `l' command in the agenda.
4292 (Handling links): Explain the effect of a double prefix
4293 arg to `C-c C-o'.
4294 (TODO basics): Add documentation for tag triggers.
4295
3c4be1f2
GM
42962008-10-23 Glenn Morris <rgm@gnu.org>
4297
4298 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4299 byte-compiling things like `+'.
4300
4301 * ns-emacs.texi: Merge copyright years of author now with assignment
4302 into FSF years.
4303 (VER): Use it for easier automatic updating. Use Emacs version rather
4304 than standalone Emacs.app version.
4305
a6520ff3
CD
43062008-10-12 Carsten Dominik <dominik@science.uva.nl>
4307
864c9740 4308 * org.texi: Lots of minor fixes.
a6520ff3
CD
4309 (Capture): New chapter.
4310 (Org Plot): New section.
4311
db7a4b66
MH
43122008-09-30 Magnus Henoch <mange@freemail.hu>
4313
4314 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4315
4043c194
JB
43162008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4317
4318 * calc.texi (User Defined Units): Mention how to enter optional display
4319 string.
4320
eef5ade7
MB
43212008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4322
0c7efc08 4323 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4324 avoid the "y/n" wording.
4325
e52cac88
MB
43262008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4327
0c7efc08 4328 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4329
43302008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4331
4332 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4333 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4334
00c55306
BW
43352008-09-22 Bill Wohler <wohler@newt.com>
4336
4337 Release MH-E manual version 8.1.
4338
4339 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4340 release 8.1.
4341
4342 * mh-e.texi: Retain dual license as agreed to by the FSF.
4343 However, bump GPL to Version 3.
4344 Use @include for license text.
4345
e52cac88 43462008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4347
4348 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4349 (Store custom flags and keywords, Store arbitrary data):
4350 Clean up markup.
64763fe3
MB
4351
43522008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4353
4354 * gnus.texi (The Gnus Registry): Document it.
4355
9e601b8d
MB
43562008-09-08 David Engster <dengste@eml.cc>
4357
88ee5b02
JB
4358 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4359 Clarify section about choosing back end servers.
9e601b8d 4360
247043f1
GM
43612008-08-23 Glenn Morris <rgm@gnu.org>
4362
4363 * dired-x.texi (Shell Command Guessing):
4364 Mention dired-guess-shell-case-fold-search. (Bug#417)
4365
2bfec7a0
MA
43662008-08-22 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * trampver.texi: Update release number.
4369
247043f1 43702008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4371
4372 * ns-emacs.texi: Update version.
4373 (Introduction): Correct menu location for options save.
4374 (Customization): Note that defaults are stored under org.gnu.Emacs.
4375
8c20bd92
BW
43762008-08-11 Bill Wohler <wohler@newt.com>
4377
4378 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4379 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4380 Henman) (closes SF #1768928).
4381
767a4d92
GM
43822008-08-10 Glenn Morris <rgm@gnu.org>
4383
4384 * ns-emacs.texi: Use @copying. Change copyright of authors with
4385 assignment to FSF. Change license to GFDL.
4386 (Top): Remove outdated references.
4387
6ecfe5c2
MB
43882008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4389
88ee5b02
JB
4390 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4391 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4392 gnus-summary-sort-by-most-recent-date.
4393 (Summary Sorting): Explain prefix argument.
4394
43952008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4396
4397 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4398 gnus-summary-pipe-output.
4399
eb932e8a
MA
44002008-08-03 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * dbus.texi (Receiving Method Calls): Document error handling of own
4403 D-Bus methods.
4404
bfe16263
BW
44052008-08-01 Bill Wohler <wohler@newt.com>
4406
4407 * mh-e.texi (Reading Mail)
9f90198a 4408 (Viewing Attachments): Describe new function
bfe16263
BW
4409 mh-show-preferred-alternative.
4410 (Sending Mail, Redistributing, Sending Message): Describe new hook
4411 mh-annotate-msg-hook.
4412
21956b56
MA
44132008-07-31 Michael Albinus <michael.albinus@gmx.de>
4414
4415 * dbus.texi (Arguments and Signatures): Fix example.
4416 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4417 (Asynchronous Methods): New node.
9f90198a
JB
4418 (Errors and Events): Describe extended layout of `dbus-event'.
4419 New defun `dbus-event-message-type'.
21956b56 4420
7c2fb837
DN
44212008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 * ediff.texi: Remove VMS support.
4424
13662773
JB
44252008-07-29 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4428 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4429
ddde0b34
CY
44302008-07-29 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * Makefile.in: Add mairix-el targets.
4433
44342008-07-29 David Engster <deng@randomsample.de>
4435
4436 * mairix-el.texi: New file.
4437
d5875b25
JB
44382008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4439
366b7d44
JB
4440 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4441 project files. Delete 'main_unit' project variable; not needed. Allow
4442 process environment variables wherever project variables are allowed.
4443 Add tutorial section on multiple GNAT project files.
d5875b25 4444
6cbab8ee
MA
44452008-07-27 Michael Albinus <michael.albinus@gmx.de>
4446
4447 Sync with Tramp 2.1.14.
4448
4449 * trampver.texi: Update release number.
4450
9e2a2647
DN
44512008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4452
4453 * ns-emacs.texi:
4454 * faq.texi: Remove mentions of Mac Carbon.
4455
d62672f3
MB
44562008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * gnus.texi (Saving Articles): Describe the 2nd argument of
4459 gnus-summary-save-in-pipe.
4460 (SpamAssassin): Use it.
4461
44622008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4463
4464 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4465
dd12e1c6
CD
44662008-07-25 Carsten Dominik <dominik@science.uva.nl>
4467
4468 * org.texi (Export options): Document the use of the creator flag.
4469
44ce9197
CD
44702008-07-24 Carsten Dominik <dominik@science.uva.nl>
4471
4472 * org.texi: New version 6.06a.
4473
ddd13c5d
JB
44742008-07-23 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4477 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4478
8dc6104d
JB
44792008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4480
4481 * calc.texi (Editing Stack Entries):
4482 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4483 Calc's help functions. Mention fixing typos.
4484 (Customizing Calc): Fix typo.
4485
44862008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4487
4488 * calc.texi (summarykey): New macro. Use to correctly format keys in
4489 the summary.
4490
ddd13c5d 44912008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4492
4493 * ns-emacs.texi (Customization): Corrected documentation on color
4494 specification formats.
4495
568beaa2
AS
44962008-07-19 Andreas Schwab <schwab@suse.de>
4497
db8ef699 4498 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4499
4500 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4501 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4502
cd71b9ae
MA
45032008-07-18 Michael Albinus <michael.albinus@gmx.de>
4504
4505 * dbus.texi (Inspection): Rework, introduce submenus.
4506 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4507 (Properties and Annotations, Arguments and Signatures): New nodes.
4508
9b7993b4
MA
45092008-07-13 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * dbus.texi (Receiving Method Calls): Fix description of
4512 `dbus-register-method'.
4513 (Signals): Allow also signal arguments for filtering in
4514 `dbus-register-signal'.
4515
241d447b
JB
45162008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4517
4518 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4519 `cnorm'.
4520 (Arithmetic Tutorial): Simplify the verification of prime factors.
4521
adb46650
MB
45222008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4523
4524 * gnus.texi (Saving Articles): Mention
4525 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4526
92e15881
JB
45272008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4528
4529 * calc.texi: Adjust mode line throughout.
4530
ea597303
JB
45312008-06-28 Juanma Barranquero <lekktu@gmail.com>
4532
4533 * sasl.texi (Mechanisms): Fix typos.
4534
aee08080
JB
45352008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4536
4537 * calc.texi (Killing from the stack): Mention using normal Emacs
4538 copying.
4539
a06a4a12
MA
45402008-06-21 Michael Albinus <michael.albinus@gmx.de>
4541
0c7efc08 4542 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4543 Add `auth-source' mechanism.
a06a4a12
MA
4544 (Connection caching): Tramp reopens the connection automatically,
4545 when the operating system on the remote host has been changed.
4546
7389398d
EZ
45472008-06-20 Eli Zaretskii <eliz@gnu.org>
4548
4549 * makefile.w32-in (distclean): Remove makefile.
4550
b349f79f
CD
45512008-06-17 Carsten Dominik <dominik@science.uva.nl>
4552
3f9b4c2b 4553 * org.texi (Using the mapping API): New section.
b349f79f 4554 (Agenda column view): New section.
3f9b4c2b 4555 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4556 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4557 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4558
45592008-06-17 Jason Riedy <jason@acm.org>
4560
4561 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4562 function, and efmt may be a two-argument function.
4563 (Radio tables): Document multiple destinations.
4564
cd5c05d2
GM
45652008-06-16 Glenn Morris <rgm@gnu.org>
4566
4567 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4568 Add Cover-Texts.
4569
debf4439
GM
45702008-06-15 Glenn Morris <rgm@gnu.org>
4571
4572 * faq.texi (VER): Update to 23.0.60.
4573
4574 * mh-e.texi: Remove option of licensing under GPL.
4575 Add Cover-Texts to GFDL permissions notice.
4576 (GPL): Remove section.
4577 (GFDL): Include doclicense.texi rather than the actual text.
4578
4579 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4580 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4581
4582 * sasl.texi: Fix output file name.
4583
4584 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4585
4586 * gnus-coding.texi: Refer to license in Gnus manual.
4587
4588 * idlwave.texi, sasl.texi: Use @copying.
4589
4590 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4591
4592 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4593
4594 * url.texi: Use @copying, @title, @subtitle, @author.
4595
4596 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4597 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4598 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4599 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4600 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4601 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4602 * widget.texi, woman.texi:
4603 Remove references to external license, since doclicense is included.
4604
4605 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4606 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4607 Remove references to non-existent Invariant Sections.
4608
091f8bc1
GM
46092008-06-14 Glenn Morris <rgm@gnu.org>
4610
4611 * faq.texi (Major packages and programs): Remove references to external
4612 Supercite, Calc, VIPER, since they have been included for some time.
4613 Update VM, AUCTeX, BBDB entries.
4614
47bcb4d3
UJ
46152008-06-14 Ulf Jasper <ulf.jasper@web.de>
4616
4617 * newsticker.texi: Updated to match latest newsticker changes.
4618
6f093307
GM
46192008-06-13 Glenn Morris <rgm@gnu.org>
4620
4621 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4622 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4623 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4624 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4625 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4626 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4627 * woman.texi:
4628 Update Back-Cover Text as per maintain.info.
4629
2b968687
MB
46302008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4631
4632 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4633
4634 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4635 (gnus-faq.xml): Update repository host.
4636
2b968687
MB
4637 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4638
46392008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4640
4641 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4642 Fix a typo.
4643
46442008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4647 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4648 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4649
46502008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4651
4652 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4653 coding standards.
4654
46552008-06-14 David Engster <dengste@eml.cc>
4656
4657 * gnus.texi (nnmairix): Markup fixes.
4658
e6d2d263
MB
46592008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4660
2b968687 4661 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4662
46632008-06-05 David Engster <dengste@eml.cc>
4664
4665 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4666
46672008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4668
b344d29d 4669 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4670 (Searching, nnir, nnmairix): New stub nodes.
4671
ad231df6 46722008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4673
4674 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4675
f394fa25
MB
46762008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4679
58333467
MB
46802008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4683
67525fb9
JY
46842008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4685
4686 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4687
0549d8fc
JB
46882008-05-06 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * info.texi (Top): Fix typo in xref.
4691
149a3837
KB
46922008-05-05 Karl Berry <karl@gnu.org>
4693
4694 * info.texi (Top): @xref to stand-alone manual.
4695
3a23a519
MB
46962008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4699 (Various Summary Stuff): Fix typo in last xref.
4700
0a29fbf3
JB
47012008-05-02 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * org.texi (Moving subtrees): Fix typo.
4704
586b90f1
MA
47052008-04-28 Michael Albinus <michael.albinus@gmx.de>
4706
4707 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4708 Tramp via `tramp-mode'.
4709
b5af9883
CD
47102008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4711
4712 * org.texi: Massive changes, in many parts of the file.
4713
d55fe5bb
MB
47142008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * gnus.texi (Oort Gnus): Add message-fill-column.
4717
47182008-04-12 Adrian Aichner <adrian@xemacs.org>
4719
4720 * gnus.texi (Mail Source Specifiers): Typo fix.
4721
47222008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus.texi (Diary Headers Generation): Update key binding for
4725 `gnus-diary-check-message'.
4726
47272008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4728
4729 * gnus.texi (Emacsen): Addition.
4730
47312008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4734
47352008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4738
47392008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4740
4741 * gnus-news.texi: Update tool bar item.
4742
47432008-04-09 Sven Joachim <svenjoac@gmx.de>
4744
4745 * gnus-news.texi: Fix typos.
4746
76c109c3
JB
47472008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4748
222027f2 4749 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4750 Add mention of `kron'.
4751
d5fbd5a6
MO
47522008-04-01 Daiki Ueno <ueno@unixuser.org>
4753
0c7efc08
SM
4754 * epa.texi (Encrypting/decrypting *.gpg files):
4755 Document epa-file-name-regexp.
d5fbd5a6 4756
fbcbb58c
KY
47572008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4758
4759 * gnus.texi (Example Methods): Fix description about ssh-agent.
4760 (Indirect Functions): Fix the default value of nntp-telnet-command;
4761 remove link to connect.html.
4762
134ce16c
MA
47632008-03-30 Michael Albinus <michael.albinus@gmx.de>
4764
4765 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4766 dbus-call-method.
4767 (Receiving Method Calls): The timeout can be set by the calling client.
4768
da1975d7
MA
4769 * trampver.texi: Update release number.
4770
2e4089ab
RS
47712008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4772
4773 * gnus.texi (Top): Fix version. Add SASL.
4774
70cab5a9
MA
47752008-03-29 Michael Albinus <michael.albinus@gmx.de>
4776
4777 Sync with Tramp 2.1.13.
4778
4779 * trampver.texi: Update release number.
4780
5bc6ddff
MB
47812008-03-29 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * org.texi: Update to new org-mode website.
4784
47852008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4788
9b3ebcb6
MB
47892008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4790
4791 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4792 gnus-read-ephemeral-gmane-group-url,
4793 gnus-read-ephemeral-emacs-bug-group,
4794 gnus-read-ephemeral-debian-bug-group.
4795
47962008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4797
4798 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4799
4800 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4801 Add FIXMEs for Bookmarks and gnus-registry-marks.
4802
48032008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4804
4805 * gnus.texi (Smileys): Document `smiley-style'.
4806
48072008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4808
4809 * gnus.texi (Gnus Development): Clarify difference between ding and
4810 gnu.emacs.gnus.
4811 (MIME Commands, Using MIME, RSS): Fix markup.
4812
4813 * gnus-faq.texi ([8.4]): Ditto.
4814
48152008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * gnus.texi (Emacsen): Remove obsolete stuff.
4818
48192008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * gnus.texi (Oort Gnus): Add version info WRT
4822 `mail-source-delete-incoming'.
4823
48242008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4825
4826 * gnus.texi (Top): Add "Other related manuals" and version info in
4827 `iftex' output.
4828 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4829 gnus-balloon-face-0 and the corresponding format specifiers.
4830
608d6a81
MA
48312008-03-26 Michael Albinus <michael.albinus@gmx.de>
4832
4833 * tramp.texi (Filename completion): Remove footnote about let-bind
4834 of `partial-completion-mode'. It doesn't work this way.
4835
27a6f132
SM
48362008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * pcl-cvs.texi (Contributors): Update my email.
4839
4a7c4c40
MA
48402008-03-21 Michael Albinus <michael.albinus@gmx.de>
4841
4842 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4843
2940c053
BW
48442008-03-17 Bill Wohler <wohler@newt.com>
4845
4846 * mh-e.texi (Viewing): Update URL for adding header fields to
4847 mh-invisible-header-fields-default.
4848
30864d5f
BW
48492008-03-16 Bill Wohler <wohler@newt.com>
4850
4851 * mh-e.texi (Preface): Add Gnus to requirements.
4852 (Forwarding): Note that forwarded MIME messages are now inline.
4853
31fe2b00
SM
48542008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4857 (Common Variables): Give precedence to the netcat methods over the
4858 telnet methods, and mention that they are more reliable.
31fe2b00 4859
5e97c626
CD
48602008-03-13 Carsten Dominik <dominik@science.uva.nl>
4861
4862 * org.texi (Exporting Agenda Views): Document agenda export to
4863 iCalendar.
4864 (Progress logging): Document the new progress logging stuff.
4865
37a68866
MB
48662008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4869 Update for change of `mail-source-delete-incoming'.
4870
4871 * gnus-news.texi: Ditto.
4872
8f7abae3
MB
48732008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4874
4875 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4876 custom versions.
4877
af379c86
AM
48782008-03-07 Alan Mackenzie <acm@muc.de>
4879
4880 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4881 parens/brackets in a k&r region is limited.
4882
3d0f8a67
MB
48832008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4884
4885 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4886 using different Emacs versions.
4887
52151df0
GM
48882008-02-27 Glenn Morris <rgm@gnu.org>
4889
4890 * sc.texi: Remove a lot of old and obsolete info.
4891 (titlepage): Simplify.
4892 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4893 (VM with any Emacsen, GNEWS with any Emacsen)
4894 (Overloading for Non-conforming MUAs, Version 3 Changes)
4895 (The Supercite Mailing List): Delete nodes.
4896 (Introduction): Remove info about old packages.
4897 (Getting Connected): Simplify. Remove info about old packages.
4898 (Citing Commands): Delete Emacs 19 info.
4899 (Hints to MUA Authors): Simplify.
4900 (Thanks and History): Merge in some info from the deleted node
4901 "Version 3 Changes".
4902
b03f96dc
MB
49032008-02-05 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * org.texi (Setting tags, In-buffer settings):
4906 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4907
52bec650
MB
49082008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4909
4910 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4911 installation directory name.
4912
34a3c587
RF
49132008-02-12 Romain Francoise <romain@orebokech.com>
4914
4915 * epa.texi (Overview): Fix typo.
4916
5a8d03e9
MO
49172008-02-11 Daiki Ueno <ueno@unixuser.org>
4918
4919 * epa.texi (Quick start): Remove the .emacs setting.
4920
f1914c40
MO
49212008-02-10 Daiki Ueno <ueno@unixuser.org>
4922
4923 * epa.texi (Quick start): Use the command `epa-enable' instead of
4924 loading `epa-setup'.
4925
bca98fc9
JB
49262008-02-08 Juanma Barranquero <lekktu@gmail.com>
4927
4928 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4929 ($(infodir)/epa, epa.dvi): New targets.
4930
4b01af2e
MO
49312008-02-08 Daiki Ueno <ueno@unixuser.org>
4932
4933 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4934
4935 * epa.texi: New manual documenting the EasyPG Assistant.
4936
06c0751a
MA
49372008-02-06 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4940 (Inspection): New function dbus-ping.
4941
7dcccd7b
MA
49422008-02-05 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * tramp.texi (Remote processes): Add `shell-command'.
4945
a1da1e37
MB
49462008-01-28 Michael Sperber <sperber@deinprogramm.de>
4947
4948 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4949 (Group Parameters): Document `mail-source' parameter.
4950
c9d8f746
MA
49512008-01-27 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4954 must be a local host.
4955
15db4a13
MO
49562008-01-26 Michael Olson <mwolson@gnu.org>
4957
4958 * erc.texi: Update version for ERC 5.3 release.
4959 (Obtaining ERC): Update extras URLs for 5.3.
4960 (Development): Write instructions for git, and remove those for Arch.
4961 (History): Mention the switch to git.
4962
2bc43980
KB
49632008-01-24 Karl Berry <karl@gnu.org>
4964
bca98fc9
JB
4965 * info.texi (Search Index, Search Text): Mention the command
4966 character in the section name, a la the (Go to node) node.
2bc43980 4967
d2e4a6c9
MA
49682008-01-21 Michael Albinus <michael.albinus@gmx.de>
4969
4970 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4971
0b6799c3
MB
49722008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4973
4974 * gnus-news.texi: Mention gnus-article-describe-bindings.
4975
49762008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4979
db9c3fb1 49802008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4981
7b4d0413 4982 * org.texi (Property inheritance): New section.
db9c3fb1 4983 (Conventions): New section.
7b4d0413 4984 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4985 commands, and the new bindings for refiling.
4986 (Sparse trees): Document the new special command for sparse trees.
4987 (References): Be more clear about the counting of hilines.
4988 (Handling links): Document M-p/n for accessing links.
4989 (Fast access to TODO states): New section.
4990 (Per file keywords): New section.
4991 (Property inheritance): New section.
4992 (Column attributes): New summary types.
4993 (Capturing Column View): New section.
4994 (The date/time prompt): Cover the new features in the date/time prompt.
4995 Compactify the table of keys for the calendar remote control.
4996 (Clocking work time): Document the new :scope parameter.
4997 (Remember): Promoted to chapter.
4998 (Quoted examples): New section.
4999 (Enhancing text): New verbatim environments.
5000
6ed73f28
MA
50012008-01-14 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * trampver.texi: Update release number.
5004
95838435
MB
50052008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5006
0c7efc08
SM
5007 * gnus.texi (Article Keymap):
5008 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5009 gnus-article-reply-with-original and
5010 gnus-article-followup-with-original.
5011
20234d96
GM
50122008-01-09 Glenn Morris <rgm@gnu.org>
5013
5014 * nxml-mode.texi: Add @copying section.
5015
d82cf70b
MB
50162008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5017
5018 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5019 Server". Add `message-send-mail-with-mailclient'.
5020
5021 * gnus.texi (Posting Server): Move some text to "(message)Mail
5022 Variables" and add a reference here.
5023
addb7f2e
MA
50242008-01-04 Michael Albinus <michael.albinus@gmx.de>
5025
5026 * dbus.texi (Receiving Method Calls): New chapter.
5027 (Errors and Events): Add serial number to events. Replace "signal" by
5028 "message". Introduce dbus-event-serial-number.
5029
4db2806c
MA
50302008-01-03 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * dbus.texi (Type Conversion): Explain the type specification for empty
5033 arrays. Use another example.
5034
c9ecb5a7
MA
50352007-12-30 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * dbus.texi (all): Replace "..." by @dots{}.
5038 (Type Conversion): Precise the value range for :byte types.
5039 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5040 Mention its return value.
5041 (Errors and Events): There is no D-Bus error propagation during event
5042 processing.
5043
702dbfd9
JB
50442007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5045
5046 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5047 New sections.
5048
87035689
MB
50492007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5050
5051 * gnus.texi (Group Parameters): Reorder the text and add a note about
5052 `gnus-parameters' near the beginning of the node.
5053
50542007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5055
5056 * gnus.texi (Score File Editing): Fix function name.
5057
5492f5ca
MA
50582007-12-23 Michael Albinus <michael.albinus@gmx.de>
5059
5060 Sync with Tramp 2.1.12.
5061
5062 * trampver.texi: Update release number.
5063
d4e67bc5
MA
50642007-12-22 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * dbus.texi (Type Conversion): Correct input parameters mapping.
5067
6a31c819
MA
50682007-12-21 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5071 (Errors and Events): Mention wrong-type-argument error.
5072
99a3e35f
AS
50732007-12-21 Alex Schroeder <alex@gnu.org>
5074
5075 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5076 spaces. Fixed some typos.
99a3e35f
AS
5077 (Internet Relay Chat): Explain relay.
5078 (Getting started with rcirc): Change items to reflect prompts.
5079 Add more explanation to rcirc-track-minor-mode and added a comment to
5080 warn future maintainers that this section is a copy.
0c7efc08 5081 (People): Change /ignore example.
62b12a24 5082 (Keywords): Not keywords.
99a3e35f 5083
331e4d02
AS
50842007-12-20 Alex Schroeder <alex@gnu.org>
5085
5086 * rcirc.texi (Top): Fighting Information Overload chapter added.
5087 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5088 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5089 (Fighting Information Overload): New chapter documenting /keyword,
5090 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5091 (Configuration): Document rcirc-server-alist, remove
5092 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5093
cd71c3ef
MA
50942007-12-16 Michael Albinus <michael.albinus@gmx.de>
5095
5096 * dbus.texi (Signals): Fix example in dbus-register-signal.
5097
bbbe940b
MB
50982007-12-14 Sven Joachim <svenjoac@gmx.de>
5099
5100 * gnus.texi (Score Variables): Fix typo.
5101
0ce574ef
MA
51022007-12-07 Michael Albinus <michael.albinus@gmx.de>
5103
5104 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5105 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5106 (Errors and Events): Adapt dbus-event.
5107
b890d447
MB
51082007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5109
5110 * gnus.texi (Other Files): Add the yenc command.
5111
51122007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5113
5114 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5115 since 2004-08-06.
5116
51172007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5118
5119 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5120 on body.
5121
51222007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5125 and rfc2047-allow-irregular-q-encoded-words; fix description of
5126 rfc2047-encode-encoded-words.
5127
51282007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5129
5130 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5131
3728bf03
MO
51322007-12-05 Michael Olson <mwolson@gnu.org>
5133
5134 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5135 Update documentation for `remember-diary-file'.
5136
a4397af9
MA
51372007-12-04 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * dbus.texi (Signals): Precise `dbus-register-signal'.
5140 (Errors and Events): Rework events part, the internal structure of
5141 dbus-event has changed.
5142
1682490c
JB
51432007-12-03 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5146 ($(infodir)/dbus, dbus.dvi): New targets.
5147
7b13a0f2
MA
51482007-12-03 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5151 unconditionally.
5152
5153 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5154 emulation with @print{}.
5155
7ef92bc9
RS
51562007-12-02 Richard Stallman <rms@gnu.org>
5157
5158 * dbus.texi (Overview): Minor cleanup.
5159
22d8ac3a
MA
51602007-12-02 Michael Albinus <michael.albinus@gmx.de>
5161
d3a8e0df
MA
5162 * Makefile.in (INFO_TARGETS): Add dbus.
5163 (DVI_TARGETS): Add dbus.dvi.
5164 (dbus, dbus.dvi): New targets.
5165
22d8ac3a
MA
5166 * dbus.texi: New file.
5167
559764ab
RF
51682007-11-24 Romain Francoise <romain@orebokech.com>
5169
5170 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5171 Fix file name to match @setfilename.
559764ab 5172
ac97a16b
MH
51732007-11-23 Mark A. Hershberger <mah@everybody.org>
5174
5175 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5176 ($(infodir)/nxml-mode): New rule.
5177
5178 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5179 ($(infodir)/nxml-mode): New rule.
5180 (clean): Add nxml-mode*.
5181
5182 * nxml-mode.texi: New file with nxml manual.
5183
404cd454
GM
51842007-11-18 Richard Stallman <rms@gnu.org>
5185
5186 * flymake.texi (Example -- Configuring a tool called directly):
5187 Update example.
5188
b048d478
MA
51892007-11-18 Michael Albinus <michael.albinus@gmx.de>
5190
5191 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5192 double-slash behavior. Explain directory contents flushing.
b048d478 5193
346e8469
JB
51942007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5195
5196 * calc.texi (TeX and LaTeX Language Modes): Put in
5197 missing braces.
5198
404cd454
GM
51992007-11-15 Richard Stallman <rms@gnu.org>
5200
5201 * cl.texi (Equality Predicates): Delete `eql'.
5202 (Predicates, Naming Conventions, Top): Delete `eql'.
5203 (Common Lisp Compatibility): Delete `eql'.
5204 (Porting Common Lisp): Delete obsolete backquote info.
5205 Minor clarification about character constants.
5206 (Sequence Basics): Minor clarification.
5207
1f6af58b
JB
52082007-11-15 Juanma Barranquero <lekktu@gmail.com>
5209
dccb744b 5210 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5211 * tramp.texi (Filename completion): Fix typos.
5212
3bc88bc9
JB
52132007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5214
5215 * calc.texi (Basic commands): Mention the menu.
5216
bc5300d3
MA
52172007-11-12 Michael Albinus <michael.albinus@gmx.de>
5218
5219 * tramp.texi (Connection caching): Tramp flushes connection
5220 properties when remote operating system has been changed.
5221
4d8a28ec
MB
52222007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5223
5224 * gnus-news.texi: Fix spelling.
5225 `message-insert-formatted-citation-line', not
5226 `message-insert-formated-citation-line'.
5227
404cd454
GM
5228 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5229
e1176b47
MA
52302007-11-07 Michael Albinus <michael.albinus@gmx.de>
5231
5232 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5233 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5234 (Frequently Asked Questions): Add code example for highlighting the
5235 mode line.
5236
6159985a
MO
52372007-11-03 Michael Olson <mwolson@gnu.org>
5238
5239 * remember.texi: Change mentions of remember-buffer to
5240 remember-finalize throughout.
5241
bec9b2f5
MO
52422007-10-30 Michael Olson <mwolson@gnu.org>
5243
5244 * remember.texi (Copying): Remove.
5245 (Mailbox): Update with non-BBDB instructions.
5246 (Diary, Org): Add.
5247 (Bibliography, Planner Page): Remove.
5248
b6173182
JB
52492007-10-30 Juanma Barranquero <lekktu@gmail.com>
5250
5251 * makefile.w32-in (INFO_TARGETS): Add remember.
5252 (DVI_TARGETS): Add remember.dvi.
5253 ($(infodir)/remember): New rule.
5254 (clean): Add remember*.
5255
15f3eb73
MO
52562007-10-30 Michael Olson <mwolson@gnu.org>
5257
70bdc930
MO
5258 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5259 ($(infodir)/remember): New rule that builds the Remember Manual.
5260
b6173182
JB
5261 * remember.texi: New file containing the Remember Mode Manual.
5262 Shuffle chapters around after initial import.
7d3f6f1a
MO
5263 (Function Reference): Split Keystrokes into separate chapter.
5264 (Keystrokes): Document C-c C-k.
51d24a12 5265 (Introduction): Fix typographical issue with "---".
15f3eb73 5266
404cd454
GM
52672007-10-29 Richard Stallman <rms@gnu.org>
5268
5269 * widget.texi (Introduction): Delete discussion of implementation
5270 internals.
5271
9bbb9638
MA
52722007-10-29 Michael Albinus <michael.albinus@gmx.de>
5273
5274 * tramp.texi (Connection caching): Host names must be different
5275 when tunneling.
5276
c7ff939a
RS
52772007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5278
5279 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5280 Gnus v5.13.
5281
01c52d31
MB
52822007-10-28 Miles Bader <miles@gnu.org>
5283
5284 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5285
01c52d31
MB
52862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5287
0c7efc08
SM
5288 * gnus.texi (Sorting the Summary Buffer):
5289 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5290
52912007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5292
5293 * gnus.texi (Non-ASCII Group Names): New node.
5294 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5295 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5296
c8763fb6 52972007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5298
5299 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5300 clean the output of the program `imap-shell-program'.
5301
53022007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5305
53062007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5307
5308 * gnus.texi (Sticky Articles): Documentation for sticky article
5309 buffers.
5310
c8763fb6 53112007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5312
5313 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5314
53152007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5316
5317 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5318
53192007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5320
0c7efc08
SM
5321 * gnus.texi (Archived Messages):
5322 Document gnus-update-message-archive-method.
01c52d31
MB
5323
53242007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5325
5326 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5327
c8763fb6 53282007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5329
0c7efc08
SM
5330 * gnus.texi (Group Maneuvering):
5331 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5332
53332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5334
0c7efc08
SM
5335 * gnus.texi (Really Various Summary Commands):
5336 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5337
53382007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5339
5340 * gnus.texi, message.texi: Bump version number.
5341
53422007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5343
5344 * gnus.texi (Group Line Specification, Misc Group Stuff)
5345 (Server Commands): Parenthesize @pxref{Mail Spool}.
5346
53472007-10-28 Didier Verna <didier@xemacs.org>
5348
5349 New user option: message-signature-directory.
5350 * message.texi (Insertion Variables): Document it.
5351 * gnus.texi (Posting Styles): Ditto.
5352
53532007-10-28 Didier Verna <didier@xemacs.org>
5354
5355 * gnus.texi (Group Line Specification):
5356 * gnus.texi (Misc Group Stuff):
5357 * gnus.texi (Server Commands): Document the group compaction feature.
5358
53592007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5362
5363 * message.texi (Various Message Variables): Add message-fill-column.
5364
53652007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * gnus.texi: Untabify.
5368
53692007-10-28 Didier Verna <didier@xemacs.org>
5370
5371 * gnus.texi (Group Parameters): Document the posting-style merging
5372 process in topic-mode.
5373
53742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5375
5376 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5377
53782007-10-28 Romain Francoise <romain@orebokech.com>
5379
5380 * gnus.texi (Mail Spool): Fix typo.
5381 Update copyright.
5382
53832007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
5385 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5386
53872007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5388
5389 * gnus.texi (Summary Generation Commands):
5390 Add gnus-summary-insert-ticked-articles.
5391
53922007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5393
b2abec73
JB
5394 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5395 to spam-spamassassin-program.
01c52d31
MB
5396
53972007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5400
54012007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5402
5403 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5404
54052007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5406
5407 * message.texi (Mail Headers): Document `opportunistic'.
5408
54092007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5410
5411 * emacs-mime.texi (Encoding Customization): Explain how to set
5412 mm-coding-system-priorities per hierarchy.
5413
54142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5415
5416 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5417 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5418
54192007-10-28 Didier Verna <didier@xemacs.org>
5420
5421 * message.texi (Wide Reply): Update documentation of
5422 message-dont-reply-to-names (now allowing a list of regexps).
5423
54242007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
5426 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5427
54282007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
5430 * gnus.texi (SpamAssassin back end): Fix typo.
5431
5432 * sieve.texi (Examples): Fix grammar.
5433
54342007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5435
5436 * gnus.texi (Searching for Articles): Document M-S and M-R.
5437 (Limiting): Document / b.
5438
54392007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * gnus.texi (Thread Commands): T M-^.
5442
54432007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
5445 * message.texi (Mail Aliases): Document ecomplete.
5446 (Mail Aliases): Fix typo.
5447
54482007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5449
5450 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5451 fix typo.
5452
54532007-10-28 Romain Francoise <romain@orebokech.com>
5454
5455 * gnus.texi (Mail Spool): Grammar fix.
5456
54572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5460 string.
5461
54622007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5463
5464 * gnus.texi (Group Parameters): Fix description.
5465
54662007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5467
b2abec73
JB
5468 * gnus.texi (Gmane Spam Reporting):
5469 Fix spam-report-gmane-use-article-number.
5470 Add spam-report-user-mail-address.
01c52d31
MB
5471
54722007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5473
5474 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5475
54762007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5477
5478 * gnus.texi (Group Parameters): Add simplified sorting example based on
5479 example for `Sorting the Summary Buffer' from Jari Aalto
5480 <jari.aalto@cante.net>.
5481 (Example Methods): Add example for an indirect connection.
5482
54832007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5484
0c7efc08 5485 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5486 (Agent Parameters): Updated parameter names to match code.
5487 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5488 'gnus-agent-summary-fetch-series'.
5489 (Agent and flags): New section providing a generalized discussion
5490 of flag handling.
0c7efc08
SM
5491 (Agent and IMAP): Remove flag discussion.
5492 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5493
54942007-10-28 Romain Francoise <romain@orebokech.com>
5495
5496 * gnus.texi (Exiting the Summary Buffer): Add new function
5497 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5498
54992007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5500
5501 * gnus.texi (Conformity): Fix typo.
5502 (Customizing Articles): Document `first'.
5503
55042007-10-28 Jari Aalto <jari.aalto@cante.net>
5505
5506 * gnus.texi (Sorting the Summary Buffer):
5507 Add `gnus-thread-sort-by-date-reverse'. Add example
5508 host to different sorting in NNTP and RSS groups.
5509
55102007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * message.texi (Insertion): Describe prefix for
5513 message-mark-inserted-region and message-mark-insert-file.
5514
55152007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5518 LaTeX documents. Describe "text/x-gnus-verbatim".
5519
55202007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5521
b2abec73 5522 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5523 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5524 (spam-stat spam filtering, SpamOracle)
0c7efc08 5525 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5526 clarity.
5527
55282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5529
5530 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5531 gnus-article-delete-part and gnus-article-replace-part.
5532 (Using MIME): Add gnus-mime-replace-part.
5533
55342007-10-28 Romain Francoise <romain@orebokech.com>
5535
5536 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5537 requires `auto-compression-mode' to be enabled. Add new nnml
5538 variable `nnml-compressed-files-size-threshold'.
5539
55402007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5541
0c7efc08
SM
5542 * gnus.texi (Sorting the Summary Buffer):
5543 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5544
55452007-10-28 Romain Francoise <romain@orebokech.com>
5546
5547 * message.texi (Insertion Variables): Mention new variable
5548 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5549 documentation accordingly.
5550
55512007-10-28 Romain Francoise <romain@orebokech.com>
5552
5553 * gnus.texi (To From Newsgroups): Mention new variables
5554 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5555
55562007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5557
5558 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5559 stuff; gnus-mime-inline-part does the automatic decompression.
5560
55612007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5562
5563 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5564 "training.ham" should be "training.spam".
01c52d31
MB
5565
55662007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5567
5568 * message.texi (Mail Variables): Fix the default value for
5569 message-send-mail-function.
5570
55712007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5572
5573 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5574 always returns nil exceptionally.
5575
55762007-10-28 Simon Josefsson <jas@extundo.com>
5577
0c7efc08
SM
5578 * gnus.texi (Article Washing): Add libidn URL.
5579 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5580
55812007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5582
5583 * gnus.texi (Topic Commands): Fix next/previous.
5584
55852007-10-28 Simon Josefsson <jas@extundo.com>
5586
5587 * gnus.texi (Article Washing): Mention `W i'.
5588
c8763fb6 55892007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5590
5591 * gnus.texi (Group Parameters): Slight extension of sieve
5592 parameter description.
5593
55942007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5595
5596 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5597 matching score files as well.
5598 (Picons): Describe `gnus-picon-style'.
5599
56002007-10-28 Romain Francoise <romain@orebokech.com>
5601
5602 * message.texi (Message Headers): Mention that headers are hidden
5603 using narrowing, and how to expose them.
5604 Update copyright.
5605
56062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5607
5608 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5609 `gnus-summary-sort-by-recipient'.
5610
56112007-10-28 Romain Francoise <romain@orebokech.com>
5612
5613 * gnus.texi (NNTP marks): New node.
5614 (NNTP): Move NNTP marks variables to the new node.
5615
56162007-10-28 Jesper Harder <harder@ifa.au.dk>
5617
b2abec73 5618 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5619
5620 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5621
56222007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5623
b2abec73 5624 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5625 everywhere for consistency.
b2abec73
JB
5626 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5627 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5628 Say "regular expression" instead of "regex." Admonish.
5629 Pick other words to sound better (s/so/thus/).
5630 (Spam ELisp Package Filtering of Incoming Mail):
5631 Mention statistical filters. Remove old TODO.
01c52d31 5632 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5633 New section on sorting and displaying the spam score.
5634 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5635 backend but an alias to spam-use-BBDB.
5636 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5637 new backend functionality.
5638
56392007-10-28 Simon Josefsson <jas@extundo.com>
5640
5641 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5642 nntp-marks-directory, from Romain Francoise
5643 <romain@orebokech.com>.
5644
56452007-10-28 Magnus Henoch <mange@freemail.hu>
5646
5647 * gnus.texi (Hashcash): New default value of
5648 hashcash-default-payment.
5649
56502007-10-28 Simon Josefsson <jas@extundo.com>
5651
5652 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5653 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5654
56552007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5656
0c7efc08 5657 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5658
56592007-10-28 Simon Josefsson <jas@extundo.com>
5660
5661 * gnus.texi (documentencoding): Add, to avoid warnings.
5662
56632007-10-28 Simon Josefsson <jas@extundo.com>
5664
5665 * message.texi (Mail Headers): Add.
5666
5667 * gnus.texi (Hashcash): Fix.
5668
56692007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5670
0c7efc08 5671 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5672 that payments can be verified and fix the name of the
b2abec73 5673 hashcash-path variable.
01c52d31
MB
5674
56752007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5676
b2abec73 5677 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5678
56792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5680
5681 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5682
56832007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5684
5685 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5686 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5687 warning about ham processors in spam groups removed.
01c52d31
MB
5688
56892007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5690
0c7efc08 5691 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5692 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5693
56942007-10-28 Jesper Harder <harder@ifa.au.dk>
5695
5696 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5697 (Mailing List): Typo.
5698 (Customizing Articles): Add gnus-treat-ansi-sequences.
5699 (Article Washing): Index.
5700
5701 * message.texi: Use m-dash consistently.
5702
57032007-10-28 Jesper Harder <harder@ifa.au.dk>
5704
5705 * gnus.texi (GroupLens): Remove.
5706
57072007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5708
0c7efc08
SM
5709 * gnus.texi (Outgoing Messages, Agent Variables):
5710 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5711 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5712
57132007-10-28 Jesper Harder <harder@ifa.au.dk>
5714
5715 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5716
57172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5720
5721 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5722
57232007-10-28 Simon Josefsson <jas@extundo.com>
5724
5725 * gnus.texi (Top): Add SASL.
5726
404cd454
GM
57272007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5728
5729 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5730
57312007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5732
5733 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5734
0edd2970
JB
57352007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5736
5737 * calc.texi (Formulas, Composition Basics): Lower the
5738 precedence of negation.
5739
a9afba20
JY
57402007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5741
5742 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5743 Mention the new three-letter column identifiers.
5744 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5745 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5746 message when using `c' on an empty default with default printer.
5747 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5748 renamed to `ses--symbolic-formulas' some time ago.
5749
45b778a6
JB
57502007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5751
5752 * calc.texi (Default Simplifications, Making Selections)
5753 (Customizing Calc): Clarify associativity of multiplication.
5754
03b5bade
MA
57552007-10-23 Michael Albinus <michael.albinus@gmx.de>
5756
5757 * tramp.texi (Traces and Profiles): Simplify loop over
5758 `trace-function-background'.
5759
e658c8ee
JL
57602007-10-22 Juri Linkov <juri@jurta.org>
5761
5762 * dired-x.texi (Shell Command Guessing): Default values are now
5763 available by typing M-n instead of M-p.
5764
dd753688
MA
57652007-10-21 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5768 (Password caching): Remove `tramp-clear-passwd'.
5769 It's not a command anymore.
dd753688
MA
5770 (Bug Reports): Add `tramp-bug' to function index.
5771 (Function Index, Variable Index): New nodes.
5772 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5773
5774 * trampver.texi: Update release number.
5775
4bb49b43
JB
57762007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5777
8b296cdd 5778 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5779 about integer size into past tense.
5780 (Time Zones): Remove pointer to Calc author's address.
5781 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5782 and hyperbolic cotangent. Fix typo.
4bb49b43 5783
311dd93f
MA
57842007-10-10 Michael Albinus <michael.albinus@gmx.de>
5785
5786 Sync with Tramp 2.1.11.
5787
5788 * trampver.texi: Update release number.
5789
ea3fc256
MA
57902007-10-06 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * tramp.texi (External packages): New section.
5793
1af74d06
MB
57942007-09-29 Juri Linkov <juri@jurta.org>
5795
5796 * info.texi (Help-Int): Document `L' (`Info-history').
5797
0e2806fa
SM
57982007-09-26 Carsten Dominik <dominik@science.uva.nl>
5799
5800 * org.texi: Change links to webpage and maintained email.
5801 (Remember): Promote to Chapter, significant changes.
5802 (Fast access to TODO states): New section.
5803 (Faces for TODO keywords): New section.
5804 (Export options): Example for #+DATE.
5805 (Progress logging): Section moved.
5806
567b9191
BW
58072007-09-26 Bill Wohler <wohler@newt.com>
5808
5809 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5810 browse-url-at-mouse.
5811
1af74d06
MB
58122007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5813
5814 * flymake.texi (Customizable variables): Face names don't end in -face.
5815 Fix flymake-err-line-patterns template.
5816 (Example -- Configuring a tool called directly): Fix init-function.
5817 (Highlighting erroneous lines): Face names don't end in -face.
5818
d60a4e3a 58192007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5820
5821 * erc.texi (Special-Features): Fix small typo.
5822
7d7a3510
MA
58232007-09-14 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5826 and "External transfer methods".
5827
285f0d3a
JB
58282007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5829
5830 * calc.texi (Predefined Units): Add some history.
5831
526dc846
MO
58322007-09-08 Michael Olson <mwolson@gnu.org>
5833
87e04f16
JB
5834 * erc.texi (Copying): New section included from gpl.texi.
5835 This matches the look of the upstream ERC manual.
526dc846 5836
f10d0e80
JB
58372007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5838
87e04f16 5839 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5840 (Random Numbers): Clarify the distribution of `random'.
5841
4009494e
GM
58422007-09-06 Glenn Morris <rgm@gnu.org>
5843
f1fc42aa 5844 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5845 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5846 Change all setfilename commands to use ../../info.
5847 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5848 refer to the Emacs manual here.
5849 (infodir): New variable.
5850 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5851 (cc-mode.texi, faq.texi): Update references to source file locations.
5852 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5853 do not refer to the Emacs manual here.
5854 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5855
5856 * Makefile.in: Add `basename' versions of all info targets, for
5857 convenience when rebuilding just one manual.
5858 (../etc/GNU): Delete obsolete target.
5859 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5860 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5861 *.vrs *.toc here...
5862 (maintainer-clean): ...from here.
4009494e
GM
5863
5864 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5865
2de53ca6
GM
58662007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5867
5868 * calc.texi (Date Conversions): Clarify definition of
5869 Julian day numbering.
5870 (Date Forms): Clarify definition of Julian day numbering;
5871 add some history.
5872
58732007-08-30 Carsten Dominik <dominik@science.uva.nl>
5874
87e04f16 5875 * org.texi: Version 5.07.
2de53ca6
GM
5876
58772007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5878
5879 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5880
58812007-08-22 Carsten Dominik <dominik@science.uva.nl>
5882
5883 * org.texi (Adding hyperlink types): New section.
5884 (Embedded LaTeX): Chapter updated because of LaTeX export.
5885 (LaTeX export): New section.
5886 (Using links out): New section.
5887
58882007-08-22 Glenn Morris <rgm@gnu.org>
5889
5890 * faq.texi (Learning how to do something): Refcards now in
5891 etc/refcards/ directory.
5892
58932007-08-22 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * tramp.texi (Remote Programs): Persistency file must be cleared when
5896 changing `tramp-remote-path'.
5897 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5898 macro.
5899
59002007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5901
5902 * calc.texi: Move contents to beginning of file.
5903 (Algebraic Entry): Fix the formatting of an example.
5904
59052007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5906
5907 * calc.texi (Basic Operations on Units): Mention exact versus
5908 inexact conversions.
5909
59102007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5911
5912 * calc.texi (Basic Operations on Units): Mention default
5913 values for new units.
5914 (Quick Calculator Mode): Mention that binary format will
5915 be displayed.
5916
59172007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5920
59212007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5922
5923 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5924
59252007-08-08 Glenn Morris <rgm@gnu.org>
5926
5927 * gnus.texi, sieve.texi: Replace `iff'.
5928
59292007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5930
5931 * calc.texi (Basic Graphics): Mention the graphing of error
5932 forms.
5933 (Graphics Options): Mention how `g s' handles error forms.
5934 (Curve Fitting): Mention plotting the curves.
5935 (Standard Nonlinear Models): Add additional models.
5936 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5937 (Linear Fits): Correct result.
5938
59392007-08-01 Alan Mackenzie <acm@muc.de>
5940
5941 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5942 to "--no-site-file".
5943
59442007-07-29 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * tramp.texi (Frequently Asked Questions): Point to mode line
5947 extension in Emacs 23.1.
5948
5949 * trampver.texi: Update release number.
5950
59512007-07-27 Glenn Morris <rgm@gnu.org>
5952
5953 * calc.texi (Copying): Include license text from gpl.texi, rather than
5954 in-line.
5955
59562007-07-25 Glenn Morris <rgm@gnu.org>
5957
5958 * calc.texi (Copying): Replace license with GPLv3.
5959
5960 * Relicense all FSF files to GPLv3 or later.
5961
59622007-07-22 Michael Albinus <michael.albinus@gmx.de>
5963
5964 Sync with Tramp 2.1.10.
5965
5966 * tramp.texi (trampfn): Expand macro implementation in order to handle
5967 empty arguments.
5968 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5969 occurrences by trampfn.
2de53ca6 5970 (Frequently Asked Questions): Extend example code for host
b2abec73 5971 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5972 file names to be typed.
5973
5974 * trampver.texi: Update release number.
5975
59762007-07-17 Michael Albinus <michael.albinus@gmx.de>
5977
5978 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5979 section. Reported by <poti@potis.org>.
5980 (Remote processes): Arguments of the program to be debugged are taken
5981 literally.
5982 (Frequently Asked Questions): Simplify recentf example.
5983
59842007-07-14 Karl Berry <karl@gnu.org>
5985
5986 * info.texi (@copying): New Back-Cover Text.
5987
5988 * info.texi (Quitting Info): Move to proper place in source.
5989 (Reported by Benno Schulenberg.)
5990
59912007-07-13 Eli Zaretskii <eliz@gnu.org>
5992
5993 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5994
5995 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5996
5997 * emacs-mime.texi: Add @documentencoding directive.
5998
59992007-07-12 Nick Roberts <nickrob@snap.net.nz>
6000
6001 * tramp.texi (Remote processes): Add an anchor to the subsection
6002 "Running a debugger on a remote host".
6003
60042007-07-12 Michael Albinus <michael.albinus@gmx.de>
6005
6006 * tramp.texi (Remote processes): Don't call it "experimental" any
6007 longer. Add subsection about running a debugger on a remote host.
6008
60092007-07-10 Carsten Dominik <dominik@science.uva.nl>
6010
6011 * org.texi (Properties and columns): Chapter rewritten.
6012
60132007-07-08 Michael Albinus <michael.albinus@gmx.de>
6014
6015 * tramp.texi:
6016 * trampver.texi: Migrate to Tramp 2.1.
6017
60182007-07-02 Carsten Dominik <dominik@science.uva.nl>
6019
6020 * org.texi (Properties): New chapter.
6021
60222007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6023
6024 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6025 Control Panel.
6026
6027 * gnus.texi (Misc Article): Add index entry for
6028 gnus-single-article-buffer.
6029
60302007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6031
6032 * gnus.texi (Starting Up): Fix typo.
6033
60342007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6035
6036 * gnus.texi (Asynchronous Fetching): Fix typo.
6037
60382007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6039
6040 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6041 (About This Manual): Remove redundant information.
6042 (Getting Started): Mention author.
6043 (Basic Arithmetic, Customizing Calc): Make description of the
6044 variable `calc-multiplication-has-precedence' match its new effect.
6045
60462007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6047
0c7efc08
SM
6048 * calc.texi (Basic Arithmetic, Customizing Calc):
6049 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6050
60512007-06-19 Carsten Dominik <dominik@science.uva.nl>
6052
6053 * org.texi (Tag): Section swapped with node Timestamps.
6054 (Formula syntax for Lisp): Document new `L' flag.
6055
60562007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6057
6058 * gnus.texi (Misc Group Stuff, Summary Buffer)
6059 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6060
60612007-06-06 Juanma Barranquero <lekktu@gmail.com>
6062
6063 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6064 * gnus.texi (Article Buttons, Mail Source Customization)
6065 (Sending or Not Sending, Customizing NNDiary):
6066 * message.texi (Message Headers):
6067 * mh-e.texi (HTML): Fix typos.
6068
60692007-06-07 Michael Albinus <michael.albinus@gmx.de>
6070
6071 Sync with Tramp 2.0.56.
6072
6073 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6074 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6075
60762007-06-02 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * Version 22.1 released.
6079
60802007-05-26 Michael Olson <mwolson@gnu.org>
6081
6082 * erc.texi (Modules): Fix references to completion modules.
6083
60842007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6085
6086 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6087
60882007-05-09 Didier Verna <didier@xemacs.org>
6089
6090 * gnus.texi (Email Based Diary): New. Proper documentation for the
6091 nndiary back end and the gnus-diary library.
6092
60932007-05-03 Karl Berry <karl@gnu.org>
6094
6095 * .cvsignore (*.pdf): New entry.
6096
6097 * texinfo.tex: Update from current version for better pdf generation.
6098
60992007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6100
6101 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6102
61032007-04-28 Glenn Morris <rgm@gnu.org>
6104
6105 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6106 consideration of legal status.
6107
61082007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6109
6110 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6111
61122007-04-24 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * faq.texi (New in Emacs 22): python.el removed.
6115
61162007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6117
6118 * calc.texi (Reporting bugs): Update maintainer's address.
6119
61202007-04-22 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6123
61242007-04-15 Jay Belanger <belanger@truman.edu>
6125
6126 * calc.texi (Title page): Remove the date.
6127 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6128 (The Standard Calc Interface): Change trail title.
6129 (Floats): Mention that when non-decimal floats are entered, only
6130 approximations are stored.
6131 (Copying): Move to the appendices.
6132 (GNU Free Documentation License): Add as an appendix.
6133
61342007-04-15 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6137 * dired-x.texi, ebrowse.texi, ediff.texi:
6138 * emacs-mime.texi, erc.texi, eshell.texi:
6139 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6140 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6141 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6142 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6143 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6144 * woman.texi: Include GFDL.
6145
6146 * doclicense.texi: Remove node heading, so that it can be included by
6147 other files.
6148
6149 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6150
6151 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6152 than *.
6153
61542007-04-14 Carsten Dominik <dominik@science.uva.nl>
6155
6156 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6157 in Calc.
6158
61592007-04-09 Romain Francoise <romain@orebokech.com>
6160
6161 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6162 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6163 replace mouse-2.
6164
61652007-04-08 Chong Yidong <cyd@stupidchicken.com>
6166
6167 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6168 renamed to woman-use-topic-at-point. Document new behavior.
6169
61702007-04-08 Richard Stallman <rms@gnu.org>
6171
6172 * url.texi: Fix some indexing.
6173 (Disk Caching): Drop discussion of old/other Emacs versions.
6174
61752007-04-07 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * url.texi (Disk Caching): Say Emacs 21 "and later".
6178
6179 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6180 on Font locking which now mentions JIT lock.
6181
61822007-04-01 Michael Olson <mwolson@gnu.org>
6183
6184 * erc.texi: Update for the ERC 5.2 release.
6185
61862007-03-31 David Kastrup <dak@gnu.org>
6187
6188 * woman.texi (Topic, Interface Options): Explain changes semantics of
6189 woman-manpath in order to consider MANPATH_MAP entries.
6190
61912007-03-31 Eli Zaretskii <eliz@gnu.org>
6192
6193 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6194
61952007-03-26 Richard Stallman <rms@gnu.org>
6196
6197 * pgg.texi (Caching passphrase): Clean up previous change.
6198
61992007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6200
6201 * gnus.texi (Setting Process Marks): Fix typo.
6202
62032007-03-25 Romain Francoise <romain@orebokech.com>
6204
6205 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6206 readability, and include various fixes by Daniel Brockman, Nick Roberts
6207 and Dieter Wilhelm.
6208
62092007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6210
6211 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6212
6213 * gnus.texi (Mail Source Specifiers): Fix typo.
6214
62152007-03-22 Ralf Angeli <angeli@caeruleus.net>
6216
6217 * reftex.texi (Imprint): Update maintainer information.
6218
62192007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * message.texi (Message Buffers): Update documentation for
6222 message-generate-new-buffers.
6223
62242007-03-15 Daiki Ueno <ueno@unixuser.org>
6225
6226 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6227
62282007-03-21 Glenn Morris <rgm@gnu.org>
6229
6230 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6231
62322007-03-19 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * eshell.texi (Known problems): Emacs 21 -> 22.
6235
6236 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6237
62382007-03-18 Jay Belanger <belanger@truman.edu>
6239
6240 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6241
62422007-03-12 Glenn Morris <rgm@gnu.org>
6243
6244 * calc.texi (Time Zones): Switch to new North America DST rule.
6245
6246 * calc.texi: Replace "daylight savings" with "daylight
6247 saving" in text throughout.
6248
62492007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6250
6251 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6252 The variable now uses a list of symbols instead of just a symbol.
6253 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6254
62552007-03-06 Romain Francoise <romain@orebokech.com>
6256
6257 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6258 new packages, and mention Gnus update.
6259
62602007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6261
6262 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6263 nntp-open-connection-functions-never-echo-commands.
6264
62652007-02-27 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6268 problems on the console, and security risk in not using gpg-agent.
6269
62702007-02-25 Carsten Dominik <dominik@science.uva.nl>
6271
0c7efc08 6272 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6273 Completely reorganized and rewritten.
6274 (CamelCase links): Section removed.
6275 (Repeating items): New section.
6276 (Tracking TODO state changes): New section.
6277 (Agenda views): Chapter reorganized and rewritten.
6278 (HTML export): Section rewritten.
6279 (Tables in arbitrary syntax): New section.
6280 (Summary): Better feature summary.
6281 (Activation): Document problem with cut-and-paste of Lisp code
6282 from PDF files.
6283 (Visibility cycling): Document indirect buffer use.
6284 (Structure editing): Document sorting.
6285 (Remember): Section rewritten.
6286 (Time stamps): Better description of time stamp types.
6287 (Tag searches): Document regular expression search for tags.
6288 (Stuck projects): New section.
6289 (In-buffer settings): New keywords.
6290 (History and Acknowledgments): Updated description.
6291
62922007-02-24 Alan Mackenzie <acm@muc.de>
6293
6294 * cc-mode.texi (Movement Commands): Insert two missing command names.
6295 (Getting Started): Slight wording correction (use conditional).
6296
62972007-02-22 Kim F. Storm <storm@cua.dk>
6298
6299 * widget.texi (User Interface, Basic Types): Document need to put some
6300 text before the %v escape in :format string in editable-field widget.
6301
63022007-02-18 Romain Francoise <romain@orebokech.com>
6303
6304 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6305 `cvs-mode-quit'.
6306
63072007-02-10 Markus Triska <markus.triska@gmx.at>
6308
6309 * widget.texi (Programming Example): Put constant strings in :format.
6310
63112007-02-07 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * faq.texi (Fullscreen mode on MS-Windows): New node.
6314
63152007-02-04 David Kastrup <dak@gnu.org>
6316
6317 * faq.texi (AUCTeX): Update version number. Should probably be done
6318 for other packages as well.
6319
63202007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6321
6322 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6323 <tassilo@member.fsf.org>.
6324
63252007-01-27 Eli Zaretskii <eliz@gnu.org>
6326
6327 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6328 ls-lisp-use-localized-time-format.
6329
63302007-01-20 Markus Triska <markus.triska@gmx.at>
6331
6332 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6333
63342007-01-13 Michael Olson <mwolson@gnu.org>
6335
6336 * erc.texi (Modules): Mention capab-identify module.
6337
63382007-01-05 Michael Olson <mwolson@gnu.org>
6339
6340 * erc.texi (Getting Started): Update for /RECONNECT command.
6341
63422007-01-04 Richard Stallman <rms@gnu.org>
6343
6344 * ebrowse.texi: Change C-c b to C-c C-m.
6345
63462007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6347
6348 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6349 variables only in info to avoid redundant entries in the printed
6350 manual.
6351
63522007-01-02 Daiki Ueno <ueno@unixuser.org>
6353
6354 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6355
63562007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6357
6358 * message.texi (Security): Split into sub-nodes.
6359
63602007-01-01 Alan Mackenzie <acm@muc.de>
6361
6362 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6363 eval-after-load in Emacs <=21 and a workaround. Document that
6364 trigraphs are not supported.
6365
63662007-01-01 Alan Mackenzie <acm@muc.de>
6367
6368 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6369 c-context-line-break. When invoked within a string, preserve
6370 whitespace. Add a backslash only when also in a macro.
6371
63722007-01-01 Alan Mackenzie <acm@muc.de>
6373
6374 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6375
63762007-01-01 Alan Mackenzie <acm@muc.de>
6377
6378 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6379 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6380
63812007-01-01 Alan Mackenzie <acm@muc.de>
6382
6383 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6384 "Choosing a Style".
6385
6386 * cc-mode.texi ("Styles"): Add @dfn{style}.
6387
63882006-12-30 Michael Albinus <michael.albinus@gmx.de>
6389
6390 Sync with Tramp 2.0.55.
6391
6392 * trampver.texi: Update release number.
6393
63942006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * gnus.texi (Customizing Articles): Add index entries for all
6397 gnus-treat-* variables.
6398
c8763fb6 63992006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6400
6401 * gnus.texi (IMAP): Fix incorrect explanation of
6402 nnimap-search-uids-not-since-is-evil in documentation for
6403 nnimap-expunge-search-string.
6404
64052006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6406
6407 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6408 spam-ifile-database.
6409
64102006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6413 rebind C-s.
6414
c8763fb6 64152006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6416
6417 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6418 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6419 "expiring mail".
6420 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6421 nnimap-nov-is-evil.
6422
64232006-12-25 Kevin Ryde <user42@zip.com.au>
6424
6425 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6426 about the key procedure being used heavily.
6427
64282006-12-24 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6431 to t.
6432 (Prerequisites): Add explanation about gpg-agent.
6433
64342006-12-22 Kevin Ryde <user42@zip.com.au>
6435
6436 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6437 "sort" instead of "sort*".
6438
64392006-12-19 Richard Stallman <rms@gnu.org>
6440
6441 * calc.texi (History and Acknowledgements): Recognize that Emacs
6442 now does have floating point.
6443
64442006-12-19 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * tramp.texi (External transfer methods): Describe new method `scpc'.
6447
64482006-12-17 Sascha Wilde <wilde@sha-bang.de>
6449
6450 * pgg.texi: Added short note on gpg-agent to the introduction.
6451
64522006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6453
6454 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6455 also applies to Cc.
6456
64572006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * gnus.texi (X-Face): Clarify. Say which programs are required
6460 on Windows.
6461
64622006-12-08 Michael Olson <mwolson@gnu.org>
6463
6464 * erc.texi (Modules): Remove documentation for list module.
6465
c8763fb6 64662006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6467
6468 * faq.texi (^M in the shell buffer): Ditto.
6469
64702006-11-20 Michael Olson <mwolson@gnu.org>
6471
6472 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6473
64742006-11-17 Carsten Dominik <dominik@science.uva.nl>
6475
6476 * org.texi: Fix typos.
6477 (Agenda commands): Document `C-k'.
6478
64792006-11-16 Eli Zaretskii <eliz@gnu.org>
6480
6481 * url.texi (http/https): Fix a typo in the HTTP URL.
6482
64832006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6484
6485 * ada-mode.texi: Total rewrite.
6486
64872006-11-13 Carsten Dominik <dominik@science.uva.nl>
6488
6489 * org.texi: Minor typo fixes.
6490
64912006-11-13 Bill Wohler <wohler@newt.com>
6492
6493 Release MH-E manual version 8.0.3.
6494
6495 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6496 release 8.0.3.
6497
6498 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6499 to set MAILDIR.
6500 (Reading Mail): Document the customization of read-mail-command
6501 for MH-E.
6502 (Viewing Attachments): Document mm-discouraged-alternatives.
6503 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6504 (Junk): Add more information about the settings of mh-junk-background
6505 in a program. Add /usr/bin/mh to PATH in examples.
6506
65072006-11-12 Richard Stallman <rms@gnu.org>
6508
6509 * woman.texi: Update author address but say he no longer maintains it.
6510
65112006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6512
6513 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6514 archived trees.
6515 (Checkboxes): Section moved to chapter 5, and extended.
6516 (The date/time prompt): New section.
6517 (Link abbreviations): New section.
6518 (Presentation and sorting): New section.
6519 (Custom agenda views): Section completely rewritten.
6520 (Summary): Compare with Planner.
6521 (Feedback): More info about creating backtraces.
6522 (Plain lists): Modified example.
6523 (Breaking down tasks): New section.
6524 (Custom time format): New section.
6525 (Time stamps): Document inactive timestamps.
6526 (Setting tags): More details about fast tag selection.
6527 (Block agenda): New section.
6528 (Custom agenda views): Section rewritten.
6529 (Block agenda): New section.
6530
65312006-11-07 Michael Albinus <michael.albinus@gmx.de>
6532
6533 * tramp.texi (Configuration): scp is the default method.
6534 (Default Method): Use ssh as example for another method.
6535
65362006-10-27 Richard Stallman <rms@gnu.org>
6537
6538 * woman.texi: Downcase nroff/troff/roff.
6539 (Installation): Chapter deleted. Some xrefs deleted.
6540 (Background): woman doesn't advise man ;-).
6541
c8763fb6 65422006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6543
6544 * ada-mode.texi (Project files, Identifier completion)
6545 (Automatic Casing, Debugging, Using non-standard file names)
6546 (Working Remotely): Fix typos.
6547
65482006-10-20 Masatake YAMATO <jet@gyve.org>
6549
0c7efc08 6550 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6551 sample code `my-c-initialization-hook'.
6552
65532006-10-19 Stuart D. Herring <herring@lanl.gov>
6554
6555 * widget.texi: Fix typos.
6556
65572006-10-19 Michael Albinus <michael.albinus@gmx.de>
6558
6559 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6560 "???". There have been no complaints for years, so the information
6561 must be appropriate.
6562
65632006-10-16 Richard Stallman <rms@gnu.org>
6564
6565 * widget.texi: Use @var instead of capitalization.
6566 Clarify many widget type descriptions.
6567
65682006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6569
6570 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6571 gnus-dired-attach.
6572 (Selecting a Group): Fix typo.
6573
c8763fb6 65742006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6575
6576 * widget.texi: Fix typos.
6577
65782006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * gnus.texi (Image Enhancements): Update for Emacs 22.
6581
6582 * gnus-faq.texi ([1.3]): Update.
6583
65842006-10-06 Richard Stallman <rms@gnu.org>
6585
6586 * faq.texi (Displaying the current line or column):
6587 Delete "As of Emacs 20".
6588
65892006-10-06 Romain Francoise <romain@orebokech.com>
6590
6591 * faq.texi (VM): VM works with Emacs 22 too.
6592
65932006-10-06 Richard Stallman <rms@gnu.org>
6594
6595 * ebrowse.texi: Remove Emacs version "21" from title.
6596
65972006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus.texi (Foreign Groups): Say where change of editing commands are
6600 stored. Add reference to `gnus-parameters'.
6601
66022006-09-15 Jay Belanger <belanger@truman.edu>
6603
6604 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6605 Change "Library Public License" to "Lesser Public License"
6606 throughout. Use "yyyy" to represent year.
6607
66082006-09-15 Carsten Dominik <dominik@science.uva.nl>
6609
6610 * org.texi (Setting tags): Typo fix.
6611
66122006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6613
6614 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6615
66162006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6617
6618 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6619
66202006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6621
6622 * faq.texi (Escape sequences in shell output): EMACS is now set
6623 to Emacs's absolute file name, not to "t".
6624 (^M in the shell buffer): Likewise.
6625 * misc.texi (Interactive Shell): Likewise.
6626
66272006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6630 mails with pop3-leave-mail-on-server. Fix wording.
6631 (Limiting): Improve gnus-summary-limit-to-articles.
6632 (X-Face): Fix typo.
6633
66342006-09-11 Simon Josefsson <jas@extundo.com>
6635
6636 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6637 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6638
66392006-09-06 Simon Josefsson <jas@extundo.com>
6640
6641 * smtpmail.texi (Authentication): Mention SSL.
6642
66432006-09-01 Eli Zaretskii <eliz@gnu.org>
6644
6645 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6646 Don't use @indicateurl.
6647
6648 * cc-mode.texi (Subword Movement): Don't use @headitem.
6649 (Custom Braces, Clean-ups): Don't use @tie.
6650
66512006-08-29 Michael Albinus <michael.albinus@gmx.de>
6652
6653 Sync with Tramp 2.0.54.
6654
6655 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6656 Suggested by Adrian Phillips <a.phillips@met.no>.
6657
66582006-08-15 Carsten Dominik <dominik@science.uva.nl>
6659
6660 * org.texi (Installation, Activation): Split from Installation and
6661 Activation.
6662 (Clocking work time): Documented new features.
6663
66642006-08-13 Alex Schroeder <alex@gnu.org>
6665
6666 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6667 example.
6668
66692006-08-12 Eli Zaretskii <eliz@gnu.org>
6670
6671 * faq.texi (How to add fonts): New node.
6672
66732006-08-05 Romain Francoise <romain@orebokech.com>
6674
6675 * faq.texi (New in Emacs 22): Expand.
6676
66772006-08-03 Michael Olson <mwolson@gnu.org>
6678
6679 * erc.texi: Update for ERC 5.1.4.
6680
66812006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6682
6683 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6684 in .../site-lisp/gnus/ by default.
6685 [ From gnus-news.texi in the trunk. ]
6686
66872006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6688
6689 * gnus.texi (MIME Commands): Additions for yEnc.
6690
66912006-07-24 Richard Stallman <rms@gnu.org>
6692
6693 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6694 * faq.texi: Move periods and commas inside quotes.
6695
66962006-07-20 Jay Belanger <belanger@truman.edu>
6697
6698 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6699
67002006-07-18 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * faq.texi (Security risks with Emacs): Document Emacs 22
6703 file-local-variable mechanism.
6704
67052006-07-12 Michael Olson <mwolson@gnu.org>
6706
6707 * erc.texi: Update for ERC 5.1.3.
6708
67092006-07-12 Alex Schroeder <alex@gnu.org>
6710
6711 * rcirc.texi: Fix typos.
6712 (Getting started with rcirc): New calling convention for M-x irc.
6713 Mention #rcirc. Removed channel tracking.
0c7efc08 6714 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6715 recently, eg. rcirc-server to rcirc-default-server. Added
6716 documentation for rcirc-authinfo, some background for Bitlbee, and
6717 rcirc-track-minor-mode.
0c7efc08 6718 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6719 Scrolling.
0c7efc08 6720 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6721 to match code changes.
6722
67232006-07-10 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * gnus.texi, message.texi: Fix typos.
6726
67272006-07-07 Carsten Dominik <dominik@science.uva.nl>
6728
6729 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6730 commands.
6731 (Global TODO list): Document the use of the variables
6732 `org-agenda-todo-ignore-scheduled' and
6733 `org-agenda-todo-list-sublevels'.
6734
67352006-07-05 Richard Stallman <rms@gnu.org>
6736
6737 * faq.texi (Scrolling only one line): Fix xref.
6738
67392006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6740
6741 * faq.texi (Evaluating Emacs Lisp code):
6742 Throughout, replace eval-current-buffer with eval-buffer.
6743
67442006-07-03 Richard Stallman <rms@gnu.org>
6745
6746 * rcirc.texi (Scrolling conservatively): Fix xref.
6747
6748 * pcl-cvs.texi (Viewing differences): Usage fix.
6749
67502006-07-03 Carsten Dominik <dominik@science.uva.nl>
6751
6752 * org.texi (Agenda commands): Document `s' key to save all org-mode
6753 buffers.
6754
67552006-06-30 Ralf Angeli <angeli@caeruleus.net>
6756
6757 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6758 names. Mention `cvs-msg' face.
6759
67602006-06-29 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * org.texi (Checkboxes): New section.
6763
67642006-06-28 Carsten Dominik <dominik@science.uva.nl>
6765
6766 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6767 throughout this chapter.
6768
67692006-06-27 Chong Yidong <cyd@stupidchicken.com>
6770
6771 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6772 text for standalone vs Emacs info.
6773 (Help): Clarify header line description. Use mouse-1 for clicks.
6774 (Help-P): Use mouse-1 for clicks.
6775 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6776 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6777 (Choose menu subtopic): Remove gratuitous Emacs command names.
6778 (Help-FOO): Put usual behavior first.
6779 (Help-Xref): Clicking on xrefs works in Emacs.
6780 (Search Text): Clarify what the default behavior is.
6781 (Create Info buffer): Fix Emacs window/X window confusion.
6782 (Emacs Info Variables): Fix for new Emacs init file behavior.
6783
67842006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6785
6786 * gnus.texi (Summary Buffer Lines): Fix typo.
6787
67882006-06-23 Carsten Dominik <dominik@science.uva.nl>
6789
6790 * org.texi (Embedded LaTeX): New chapter.
6791 (Archiving): Section rewritten.
6792 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6793
67942006-06-20 Bill Wohler <wohler@newt.com>
6795
6796 Release MH-E manual version 8.0.1.
6797
6798 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6799 release 8.0.1.
6800 (Preface): Depend on GNU mailutils 1.0 and higher.
6801
68022006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6803
6804 * message.texi (News Headers): Update message-syntax-checks section.
6805
68062006-06-19 Karl Berry <karl@gnu.org>
6807
6808 * info.texi (Advanced): Mention C-q, especially with ?.
6809
68102006-06-19 Carsten Dominik <dominik@science.uva.nl>
6811
6812 * org.texi (Publishing links): Document the `:link-validation-function'
6813 property.
6814 (Extensions and Hacking): New chapter, includes some sections of the
6815 "Miscellaneous" chapter.
6816
68172006-06-10 Carsten Dominik <dominik@science.uva.nl>
6818
6819 * org.texi (Progress logging): New section.
6820
2de53ca6
GM
68212006-06-06 Carsten Dominik <dominik@science.uva.nl>
6822
6823 * org.texi (ASCII export): Document indentation adaptation.
6824 (Setting tags): Document mutually-exclusive tags.
6825
68262006-06-05 Romain Francoise <romain@orebokech.com>
6827
6828 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6829 Fix typo.
6830
6831 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6832 channel (#gnus@irc.freenode.net).
6833 Fix typos. Update copyright notice.
6834
6835 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6836 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6837 (Line-Up Functions, Custom Macros):
6838 * ediff.texi (Window and Frame Configuration)
dccb744b 6839 (Highlighting Difference Regions):
2de53ca6
GM
6840 * emacs-mime.texi (Display Customization):
6841 * erc.texi (History):
6842 * eshell.texi (Known problems):
6843 * eudc.texi (Overview, BBDB):
6844 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6845 (The problem of spam, SpamOracle, Extending the Spam package)
6846 (Conformity, Terminology):
dccb744b 6847 * idlwave.texi (Routine Info)
2de53ca6
GM
6848 (Class and Keyword Inheritance, Padding Operators)
6849 (Breakpoints and Stepping, Electric Debug Mode)
6850 (Examining Variables, Troubleshooting):
6851 * org.texi (Creating timestamps):
6852 * reftex.texi (Commands, Options, Changes):
6853 * tramp.texi (Inline methods, Password caching)
6854 (Auto-save and Backup, Issues):
6855 * vip.texi (Files, Commands in Insert Mode):
6856 * viper.texi (Emacs Preliminaries, States in Viper)
6857 (Packages that Change Keymaps, Viper Specials, Groundwork):
6858 Fix various typos.
6859
68602006-05-31 Michael Ernst <mernst@alum.mit.edu>
6861
6862 * ediff.texi: Fix typos.
6863
68642006-05-30 Carsten Dominik <dominik@science.uva.nl>
6865
6866 * org.texi: Small typo fixes.
6867
fff84c22
JB
68682006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * viper.texi (Viper Specials):
6871 * gnus.texi (Example Setup):
6872 * faq.texi (Backspace invokes help):
6873 * dired-x.texi (Optional Installation Dired Jump):
6874 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6875 follow coding conventions.
6876
2de53ca6
GM
68772006-05-29 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6880
68812006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6882
6883 * pcl-cvs.texi: Fix typos.
6884 (Customization): Say "us".
6885
68862006-05-26 Eli Zaretskii <eliz@gnu.org>
6887
6888 * org.texi: Remove bogus @setfilename.
6889
68902006-05-26 Carsten Dominik <dominik@science.uva.nl>
6891
6892 * org.texi (ASCII export): Omit command name.
6893 (HTML export): Add prefix to all lines in Local Variable example.
6894 (Acknowledgments): Typeset names in italics.
6895
68962006-05-24 Carsten Dominik <dominik@science.uva.nl>
6897
6898 * org.texi (Plain lists): Add new item navigation commands.
6899 (External links): Document elisp and info links.
6900 (Custom searches): New section.
6901 (Publishing): New chapter.
6902 (HTML export): Include a list of supported CSS classes.
6903 (Setting tags): Describe the fast-tag-setting interface.
6904
69052006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * dired-x.texi: ifinfo -> ifnottex.
6908
69092006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6910
6911 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6912
69132006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6914
6915 * message.texi (Interface): Add tool bar customization.
6916 (MIME): Index and text additions for mml-attach.
6917 (MIME): Describe mml-dnd-protocol-alist and
6918 mml-dnd-attach-options.
6919
6920 * gnus.texi (Oort Gnus): Reorder entries in sections.
6921 Fix some entries.
6922 (Starting Up): Add references to "Emacs for Heathens" and to
6923 "Finding the News". Add user-full-name and user-mail-address.
6924 (Group Buffer Format): Add tool bar customization and update.
6925 (Summary Buffer): Add tool bar customization.
6926 (Posting Styles): Add message-alternative-emails.
6927
69282006-05-09 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * tramp.texi (Filename completion): Improve wording.
6931
69322006-05-07 Romain Francoise <romain@orebokech.com>
6933
6934 * faq.texi (Using regular expressions): Fix typo.
6935 (Packages that do not come with Emacs): Fix capitalization.
6936 (Replacing text across multiple files): Expand node to explain how
6937 to use `dired-do-query-replace-regexp' in more detail, based on
6938 suggestion by Eric Hanchrow <offby1@blarg.net>.
6939
69402006-05-06 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * tramp.texi (Filename completion): Completion of remote files'
6943 method, user name and host name is active only in partial
6944 completion mode.
6945
69462006-05-06 Bill Wohler <wohler@newt.com>
6947
6948 Release MH-E manual version 8.0.
6949
6950 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6951 release 8.0.
6952
69532006-05-06 Bill Wohler <wohler@newt.com>
6954
6955 * mh-e.texi (MH-BOOK-HOME): Change from
6956 http://www.ics.uci.edu/~mh/book/mh to
6957 http://rand-mh.sourceforge.net/book/mh.
6958 Replace .htm suffix with .html for MH book files.
6959 (Using This Manual): Update key binding for getting relevant
6960 chapter in Info from command key.
6961 (Ranges): Fix itemx.
6962
69632006-05-05 Karl Berry <karl@gnu.org>
6964
6965 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6966 (\fonttextsize): New user-level command to change text font size.
6967
69682006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6969
6970 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6971
69722006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6973
6974 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6975
69762006-04-24 Bill Wohler <wohler@newt.com>
6977
6978 * mh-e.texi (Getting Started): Make it more explicit that you need
6979 to install MH. Add pointers to current MH implementations.
6980
69812006-04-21 Bill Wohler <wohler@newt.com>
6982
6983 Release MH-E manual version 7.94.
6984
6985 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6986 release 7.94.
6987
69882006-04-21 Carsten Dominik <dominik@science.uva.nl>
6989
6990 * org.texi: Many small fixes.
6991 (Handling links): Rename from "Managing links".
6992
69932006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6994
6995 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6996 (Splitting mail using spam-stat): Fix @xref.
6997
69982006-04-20 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7001 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7002
70032006-04-20 Carsten Dominik <dominik@science.uva.nl>
7004
7005 * org.texi (Time stamps): Better explanation of the purpose of
7006 different time stamps.
7007 (Structure editing, Plain lists): More details on how new items
7008 and headings are inserted.
7009
70102006-04-18 Carsten Dominik <dominik@science.uva.nl>
7011
7012 * org.texi (Formula syntax): Fix link to Calc Manual.
7013
70142006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7015
7016 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7017
70182006-04-17 Bill Wohler <wohler@newt.com>
7019
7020 * mh-e.texi (Folders): Update mh-before-quit-hook and
7021 mh-quit-hook example with code that removes the buffers rather
7022 than just bury them.
7023
70242006-04-17 Michael Albinus <michael.albinus@gmx.de>
7025
7026 Sync with Tramp 2.0.53.
7027
70282006-04-13 Carsten Dominik <dominik@science.uva.nl>
7029
7030 * org.texi (Updating settings): New section.
7031 (Visibility cycling): Better names for the startup folding
7032 options.
7033 (Exporting): Completely restructured.
7034 (The very busy C-c C-c key): New section.
7035 (Summary of in-buffer settings): New section.
7036
70372006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7038
7039 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7040
70412006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7042
7043 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7044 (Server Commands): Key `v' is reserved for users.
7045
70462006-04-11 Carsten Dominik <dominik@science.uva.nl>
7047
7048 * org.texi (Link format): New section, emphasis on bracket links.
7049 (External links): Document bracket links.
7050 (FAQ): Expand to cover shell links and the new link format.
7051
70522006-04-09 Kevin Ryde <user42@zip.com.au>
7053
7054 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7055
70562006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * gnus.texi (Summary Buffer Lines): Add `*'.
7059
c8763fb6 70602006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7061
7062 * gnus.texi (Group Parameters):
7063 Mention gnus-permanently-visible-groups.
7064
70652006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7066
7067 * gnus.texi (Face): Fix typo.
7068
70692006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7070
7071 * gnus.texi (X-Face): Clarify.
7072 (Face): Need Emacs with PNG support.
7073
70742006-04-06 Richard Stallman <rms@gnu.org>
7075
7076 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7077 Emacs".
7078
70792006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7080
7081 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7082 blocks not suitable for inclusion with Emacs using variable
7083 PARTOFEMACS.
7084
70852006-04-04 Simon Josefsson <jas@extundo.com>
7086
7087 * gnus.texi (Security): Improve.
7088
70892006-04-02 Bill Wohler <wohler@newt.com>
7090
7091 * mh-e.texi (Getting Started, Junk, Bug Reports)
7092 (MH FAQ and Support): Fix URLs.
7093
70942006-03-31 Romain Francoise <romain@orebokech.com>
7095
7096 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7097 to t, not nil (and has for the past eight years).
7098
70992006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7100
7101 * message.texi, gnus.texi: Bump version to 5.11.
7102
71032006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * gnus.texi (Top): Add comment about version line.
7106
7107 * message.texi (Top): Ditto. Change to take named versions into
7108 account.
7109
71102006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * gnus.texi (Posting Styles): Add x-face-file to example.
7113 (X-Face): Refer to posting styles.
7114
7115 * gnus-faq.texi ([5.8]): Add x-face-file.
7116 ([8.4]): Add links to gmane.emacs.gnus.user and
7117 gmane.emacs.gnus.general.
7118
71192006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7120
7121 * gnus-faq.texi: Use .invalid.
7122 ([5.4]): Fix gnus-posting-styles example.
7123
71242006-03-27 Romain Francoise <romain@orebokech.com>
7125
7126 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7127 Emacs/W3 needs a new maintainer.
7128 (Ispell): Update author and version info.
7129 (Mailcrypt): Mention PGG.
7130 (New in Emacs 22): Add PGG to the list of new packages.
7131 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7132 updating dead URLs.
7133
71342006-03-25 Karl Berry <karl@gnu.org>
7135
7136 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7137 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7138 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7139 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7140 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7141 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7142 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7143 (2) do not indent copyright year list (or anything else).
7144
71452006-03-21 Bill Wohler <wohler@newt.com>
7146
7147 * mh-e.texi (Folders): Various edits.
7148
71492006-03-20 Romain Francoise <romain@orebokech.com>
7150
7151 * gnus.texi (Mail Folders): Grammar fix.
7152
71532006-03-19 Bill Wohler <wohler@newt.com>
7154
7155 * mh-e.texi (Replying): Document Mail-Followup-To.
7156 Change manually-formatted table to multitable. Add debugging info.
7157 Move description of mh-reply-default-reply-to into paragraph
7158 that describes its values.
7159
71602006-03-17 Bill Wohler <wohler@newt.com>
7161
10d1d0af 7162 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7163 (Sending Mail Tour): Update method of entering
7164 addresses and subject.
7165 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7166 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7167
71682006-03-15 Carsten Dominik <dominik@science.uva.nl>
7169
7170 * org.texi: Version number change only.
7171
71722006-03-14 Bill Wohler <wohler@newt.com>
7173
7174 * mh-e.texi: Add index entries around each paragraph rather than
7175 depend on entries from beginning of node. Doing so ensures that
7176 index entries are less likely to be forgotten if text is cut and
7177 pasted, and are necessary anyway if the references are on a
7178 separate page. It seems that makeinfo is now (v. 4.8) only
7179 producing one index entry per node, so there is no longer any
7180 excuse not to. Use subheading instead of heading. The incorrect
7181 use of heading produced very large fonts in Info--as large as the
7182 main heading.
7183 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7184 versions 6 and 7 appeared *around* the time of these Emacs releases.
7185
71862006-03-13 Carsten Dominik <dominik@science.uva.nl>
7187
7188 * org.texi (Clean view): Document new startup options.
7189
71902006-03-11 Bill Wohler <wohler@newt.com>
7191
7192 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7193 (Composing, Scan Line Formats): Fix @refs.
7194 (Getting Started): Define MH profile and MH profile components.
7195 (Incorporating Mail, Reading Mail, Viewing, Printing)
7196 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7197 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7198 for string constants.
7199 (Tool Bar): Remove spurious quote.
7200 (Junk): Use ``...'' instead of "...".
7201 (Scan Line Formats): Replace @samp with @kbd.
7202
72032006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7204
7205 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7206
72072006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7210 easy to understand.
7211
72122006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * gnus.texi: Markup fix.
7215 (Fancy Mail Splitting): Specify new feature.
7216
72172006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7220 partial-words matching.
7221
72222006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7225
7226 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7227 (MIME Commands): Fix mm-discouraged-alternatives.
7228
72292006-03-07 Carsten Dominik <dominik@science.uva.nl>
7230
7231 * org.texi: Version number change only.
7232
72332006-03-06 Bill Wohler <wohler@newt.com>
7234
7235 * mh-e.texi: Move from SourceForge repository to Savannah.
7236 This is version 7.93, which is a total rewrite from the previous
7237 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7238 version 7.93.
7239
72402006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7241
7242 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7243
72442006-03-01 Carsten Dominik <dominik@science.uva.nl>
7245
7246 * org.texi (Interaction): Add item about `org-mouse.el' by
7247 Piotr Zielinski.
7248 (Managing links): Document that also mouse-1 can be used to
7249 activate a link.
7250 (Headlines, FAQ): Add entry about hiding leading stars.
7251 (Miscellaneous): Resort the sections in this chapter to a more
7252 logical sequence.
7253
72542006-02-27 Simon Josefsson <jas@extundo.com>
7255
7256 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7257 2004-01-27 from the trunk).
7258
72592006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7260
7261 * cc-mode.texi: Rename c-hungry-backspace to
7262 c-hungry-delete-backwards, at the request of RMS. Leave the old
7263 name as an alias.
7264
72652006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7266
7267 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7268 include the function header within the defun.
7269
72702006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7271
7272 * cc-mode.texi: Correct two typos.
7273
72742006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7275
7276 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7277 existing comment.
7278 (Electric Keys): Add a justification for electric indentation.
7279 (Hungry WS Deletion): Clear up the names and complications of the
7280 BACKSPACE and DELETE keys.
7281
72822006-02-23 Juri Linkov <juri@jurta.org>
7283
7284 * faq.texi (Common requests): Move `Turning on auto-fill by
7285 default' after `Wrapping words automatically'. Move `Working with
7286 unprintable characters' before `Searching for/replacing newlines'.
7287 Move `Replacing highlighted text' after `Highlighting a region'.
7288 Merge `Repeating commands' and `Repeating a command as many times
7289 as possible' into the former.
7290 (Packages that do not come with Emacs): Add refs to Gmane and
7291 etc/MORE.STUFF.
7292
72932006-02-23 Juri Linkov <juri@jurta.org>
7294
7295 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7296 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7297 Add xref to `(emacs)Reporting Bugs'.
7298 (Getting a printed manual): Add URL to other formats of the manual.
7299 (Common requests): Fix menu.
7300 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7301 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7302 (Inserting text at the beginning of each line): Add pxref to
7303 `Changing the included text prefix'.
7304 (Forcing the cursor to remain in the same column): Mention `track-eol'
7305 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7306 (Replacing text across multiple files): Add keybinding `Q' for
7307 `dired-do-query-replace'.
7308
73092006-02-22 Carsten Dominik <dominik@science.uva.nl>
7310
7311 * reftex.texi: Version number and date change only.
7312
7313 * org.texi (Internal Links): Rewrite to cover the modified
7314 linking system.
7315
73162006-02-17 Eli Zaretskii <eliz@gnu.org>
7317
7318 * faq.texi: Remove the coding cookie, it's not needed anymore.
7319
73202006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7321
7322 * faq.texi (Colors on a TTY): Mention Mac OS port.
7323
73242006-02-12 Karl Berry <karl@gnu.org>
7325
7326 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7327 8-bit accented a.
7328
73292006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7332
73332006-02-08 Romain Francoise <romain@orebokech.com>
7334
7335 * faq.texi (Top): Remove paragraph about the FAQ being a
7336 transitional document, etc.
7337 (Searching for/replacing newlines): New node.
7338 (Yanking text in isearch): New node.
7339 (Inserting text at the beginning of each line): Rename and make
7340 more general, mention `M-;' in Message mode.
7341
73422006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7343
7344 * faq.texi (Meta key does not work in xterm)
7345 (Emacs does not display 8-bit characters)
7346 (Inputting eight-bit characters): Update xrefs.
7347
73482006-02-06 Romain Francoise <romain@orebokech.com>
7349
7350 * faq.texi (VM): VM now at version 7.19.
7351 Set myself as maintainer of this file.
7352
73532006-02-04 Michael Olson <mwolson@gnu.org>
7354
7355 * erc.texi (History): Note that ERC is now included with Emacs.
7356
73572006-01-31 Romain Francoise <romain@orebokech.com>
7358
7359 * message.texi (Message Headers): Explain what
7360 `message-alternative-emails' does in more detail.
7361 Update copyright year.
7362
73632006-01-30 Juanma Barranquero <lekktu@gmail.com>
7364
7365 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7366
73672006-01-29 Richard M. Stallman <rms@gnu.org>
7368
7369 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7370
73712006-01-29 Michael Olson <mwolson@gnu.org>
7372
7373 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7374
7375 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7376
7377 * faq.texi (New in Emacs 22): Mention ERC.
7378
73792006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7380
7381 * rcirc.texi: Capitalize dir entry for consistency with the entry
7382 in info/dir and other entries in the Emacs category.
7383 Fix typos. Delete trailing whitespace.
7384
c8763fb6 73852006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7386
7387 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7388
73892006-01-27 Eli Zaretskii <eliz@gnu.org>
7390
7391 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7392 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7393
7394 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7395 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7396
73972006-01-27 Alex Schroeder <alex@gnu.org>
7398
7399 * rcirc.texi: New file.
7400
74012006-01-23 Juri Linkov <juri@jurta.org>
7402
7403 * widget.texi (User Interface): Add S-TAB for widget-backward.
7404
74052006-01-22 Michael Albinus <michael.albinus@gmx.de>
7406
7407 Sync with Tramp 2.0.52.
7408
7409 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7410 Add Tramp disabling item. New item for common connection problems.
7411 (various): Apply "ftp" as method for the download URL.
7412 (Bug Reports): Refer to FAQ for common problems.
7413
74142006-01-21 Eli Zaretskii <eliz@gnu.org>
7415
7416 * widget.texi (User Interface): Use @key for TAB.
7417
7418 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7419
7420 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7421 for TAB.
7422
7423 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7424
74252006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus.texi: Update copyright.
7428
74292006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7430
7431 * gnus.texi (Article Washing): Additions.
7432
2de53ca6
GM
74332006-01-13 Carsten Dominik <dominik@science.uva.nl>
7434
7435 * org.texi (Agenda commands): Document tags command.
7436
74372006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7440
74412006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7442
7443 * gnus.texi (RSS): Addition.
7444
74452005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7446
7447 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7448
74492005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7450
7451 * emacs-mime.texi (Display Customization): Add setting example to
7452 mm-discouraged-alternatives.
7453
74542006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7457 version is the canonical version.
7458
74592006-01-08 Alex Schroeder <alex@gnu.org>
7460
7461 * pgg.texi (Caching passphrase): Rewording.
7462
74632006-01-06 Eli Zaretskii <eliz@gnu.org>
7464
7465 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7466 repository URL.
7467
74682006-01-06 Carsten Dominik <dominik@science.uva.nl>
7469
7470 * org.texi: Removed the accidentally re-added empty line in the
7471 direntry.
7472
74732006-01-05 Carsten Dominik <dominik@science.uva.nl>
7474
7475 * org.texi (Agenda Views): Chapter reorganized.
7476
74772005-12-29 Romain Francoise <romain@orebokech.com>
7478
7479 * faq.texi (Using Customize): New node.
7480
74812005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7482
7483 * org.texi: Remove blank line in @direntry. It is non-standard
7484 and recursively produces blank lines all over the dir file (when
7485 using Texinfo 4.8).
7486
74872005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7488
7489 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7490
74912005-12-20 Carsten Dominik <dominik@science.uva.nl>
7492
7493 * org.texi (Tags): Boolean logic documented.
7494 (Agenda Views): Document custom commands.
7495
74962005-12-20 David Kastrup <dak@gnu.org>
7497
7498 * faq.texi (AUCTeX): Update version and mailing list info.
7499
75002005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus.texi (MIME Commands): Mention addition of
7503 multipart/alternative to gnus-buttonized-mime-types and add xref
7504 to mm-discouraged-alternatives.
7505
7506 * emacs-mime.texi (Display Customization): Mention addition of
7507 "image/.*" and add xref to gnus-buttonized-mime-types in the
7508 mm-discouraged-alternatives section.
7509
75102005-12-16 Carsten Dominik <dominik@science.uva.nl>
7511
7512 * org.texi (Tags): New section.
7513 (Agenda Views): Chapter reorganized.
7514
75152005-12-16 Eli Zaretskii <eliz@gnu.org>
7516
7517 * org.texi (Internal Links): Add a missing comma after an @xref.
7518
75192005-12-14 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * faq.texi (Filling paragraphs with a single space): No need to
7522 change sentence-end now.
7523
75242005-12-13 Romain Francoise <romain@orebokech.com>
7525
7526 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7527
75282005-12-12 Jay Belanger <belanger@truman.edu>
7529
7530 * faq.texi (Calc): Update version number.
7531
75322005-12-12 Carsten Dominik <dominik@science.uva.nl>
7533
7534 * org.texi (Progress Logging): New section.
7535
75362005-12-10 Romain Francoise <romain@orebokech.com>
7537
7538 Update the Emacs FAQ for the 22.1 release.
7539
7540 * faq.texi: Set VER to `22.1'.
7541 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7542 Tutorial. Mention that `C-h r' displays the manual.
7543 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7544 (Getting a printed manual): Point to the new locations of the
7545 manuals on the GNU Web site.
7546 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7547 available via Info (it was previously distributed separately).
7548 (Installing Texinfo documentation): The latest version of Texinfo
7549 is 4.8, not 4.0.
7550 (Informational files for Emacs): COPYING is the GNU General Public
7551 License, not the Emacs General Public License.
7552 (Informational files for Emacs): Delete obsolete link to the
7553 GNUinfo pages as they have been removed from the GNU Web site.
7554 (New in Emacs 22): New node.
7555 (Setting up a customization file): Say that most packages support
7556 Customize nowadays.
7557 (Colors on a TTY): Delete reference to instructions on how to
7558 enable syntax highlighting, it is now enabled by default.
7559 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7560 at startup automatically.
7561 (Controlling case sensitivity): Mention `M-c' in isearch.
7562 (Using an already running Emacs process): Emacs now creates the
7563 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7564 gnuserv. As emacsclient can now run Lisp code as well, delete a
7565 sentence praising gnuserv for that. Simplify description of how
7566 the client/server operation works.
7567 (Compiler error messages): Delete obsolete text (compile.el has
7568 been rewritten).
7569 (Indenting switch statements): Fix typo.
7570 (Matching parentheses): Simplify setup instructions, mention the
7571 menu bar item in the Options menu.
7572 (Repeating a command as many times as possible): Mention `C-x e'.
7573 (Going to a line by number): Mention new keymap and bindings
7574 `M-g M-g', `M-g M-p' and `M-g M-n'.
7575 (Turning on syntax highlighting): Now on by default. Simplify.
7576 (Replacing highlighted text): Use `1', not `t'.
7577 (Problems with very large files): The maximum size is now 256MB on
7578 32-bit machines.
7579 (^M in the shell buffer): Mention `comint-process-echoes'.
7580 (Emacs for Apple computers): Emacs 22 has native support for Mac
7581 OS X.
7582 (Translating names to IP addresses): Delete node.
7583 (Binding keys to commands): Fix typo.
7584 (SPC no longer completes file names): New node.
7585 (MIME with Emacs mail packages): Delete section about the Emacs
7586 MIME FAQ (it's not reachable anymore).
7587
75882005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7589
7590 * cc-mode.texi: The manual has been extensively revised: the
7591 information about using CC Mode has been separated from the larger
7592 and more difficult chapters about configuration. It has been
7593 updated for CC Mode 5.31.
7594
75952005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7598 (Selecting an implementation): Fix descriptions.
7599
76002005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * message.texi (Various Message Variables): Addition.
7603
76042005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * message.texi: Fix default values.
7607
76082005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7609
7610 * message.texi (Header Commands): Clarify descriptions of
7611 message-cross-post-followup-to, message-reduce-to-to-cc, and
7612 message-insert-wide-reply.
7613 (Various Commands): Fix kindex for message-kill-to-signature;
7614 clarify description of message-tab.
7615
76162005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7617
7618 * message.texi (Mailing Lists): Fix description about MFT.
7619
7620 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7621
76222005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus.texi (Slow Terminal Connection): Replace old description
7625 with new one.
7626
76272005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7630 replace X-Draft-Headers with X-Draft-From.
7631
76322005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * gnus.texi (Various Various): Fix the default value of
7635 nnheader-max-head-length.
7636 (Gnus Versions): Fix typo.
7637
76382005-12-08 Carsten Dominik <dominik@science.uva.nl>
7639
7640 * org.texi (Structure editing): Document new functionality of
7641 M-RET.
7642
76432005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * org.texi (Internal Links): Fix Texinfo usage.
7646
76472005-12-06 Carsten Dominik <dominik@science.uva.nl>
7648
7649 * org.texi (TODO basics): Document the global todo list.
7650 (TODO items): Documents sparse tree for specific TODO
7651 keywords.
7652
76532005-11-30 Carsten Dominik <dominik@science.uva.nl>
7654
7655 * org.texi (Plain Lists): Typos fixed.
7656
76572005-11-28 Jay Belanger <belanger@truman.edu>
7658
7659 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7660
76612005-11-24 Carsten Dominik <dominik@science.uva.nl>
7662
7663 * org.texi (Structure editing): New item moving commands added.
7664 (Plain Lists): New section.
7665
76662005-11-18 Carsten Dominik <dominik@science.uva.nl>
7667
7668 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7669 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7670 `org-agenda-file-to-front'.
2de53ca6
GM
7671 (Built-in table editor): Document `org-table-sort-lines'.
7672 (HTML formatting): Export of hand-formatted lists.
7673
76742005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7677 new variable gnus-toolbar-thickness.
7678
76792005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7682
76832005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7684
7685 * gnus.texi (X-Face): Fix description.
7686 (XVarious): Remove gnus-xmas-logo-color-alist and
7687 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7688
76892005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7690
7691 * gnus.texi (Group Parameters): Mention new variable
7692 gnus-parameters-case-fold-search.
7693 (Home Score File): Addition.
7694
76952005-11-04 Ulf Jasper <ulf.jasper@web.de>
7696
7697 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7698 (Overview): List supported feed types.
7699 (Installation): No installation necessary when using autoload.
7700 (Configuration): Rename "RSS" to "news".
7701
77022005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7703
7704 * pgg.texi (User Commands): Document additional passphrase
7705 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7706 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7707
77082005-11-04 Carsten Dominik <dominik@science.uva.nl>
7709
7710 * org.texi: Version number changed to 3.19.
7711
77122005-10-29 Sascha Wilde <wilde@sha-bang.de>
7713
7714 * pgg.texi (How to use): Update the example to add autoload of
7715 pgg-encrypt-symmetric-region.
7716 (User Commands): Document pgg-encrypt-symmetric-region.
7717 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7718
77192005-10-27 Jay Belanger <belanger@truman.edu>
7720
7721 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7722 mention other TeX-related units.
7723
77242005-10-23 Lars Hansen <larsh@soem.dk>
7725
0c7efc08
SM
7726 * dired-x.texi (Miscellaneous Commands):
7727 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7728 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7729
77302005-10-23 Jay Belanger <belanger@truman.edu>
7731
7732 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7733 constant.
7734
77352005-10-23 Michael Albinus <michael.albinus@gmx.de>
7736
0c7efc08
SM
7737 * faq.texi (Bugs and problems):
7738 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7739 `directory-listing-before-filename-regexp'.
7740
77412005-10-22 Eli Zaretskii <eliz@gnu.org>
7742
7743 * newsticker.texi (UPDATED): Set value.
7744
77452005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7746
7747 * gnus.texi (Document Groups): Remove duplicate item.
7748
77492005-10-21 Carsten Dominik <dominik@science.uva.nl>
7750
7751 * org.texi (Summary): Mention iCalendar support.
7752 (Exporting): Document iCalendar support.
7753
77542005-10-18 Romain Francoise <romain@orebokech.com>
7755
7756 * viper.texi (Viper Specials): Capitalize GNU.
7757
77582005-10-17 Juri Linkov <juri@jurta.org>
7759
7760 * info.texi (Getting Started, Search Index, Expert Info):
7761 Fix wording.
7762 (Search Text): Replace `echo area' with `mode line'.
7763 (Search Index): Both `i' and `,' find all index entries.
7764 Replace example `C-f' with `C-l' (which exists in index of Info
7765 manual) and delete spaces in its keyboard input sequence.
7766 Delete unnecessary explanations about literal characters.
7767
77682005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * gnus.texi (Document Server Internals): Addition.
7771
77722005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7773
7774 * gnus.texi (A note on namespaces): Fix RFC reference.
7775
77762005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7777
7778 * gnus.texi (RSS): Fix key description.
7779
77802005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * gnus.texi: Emacs/w3 -> Emacs/W3.
7783 (Browsing the Web): Fix description.
7784 (Web Searches): Ditto.
7785 (Customizing W3): Ditto.
7786
77872005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7790
77912005-10-11 Jay Belanger <belanger@truman.edu>
7792
7793 * calc.texi (Integration): Mention using `a i' to compute definite
7794 integrals.
7795
77962005-10-11 Juri Linkov <juri@jurta.org>
7797
7798 * info.texi: Rearrange nodes.
7799 (Top): Update menu. Change ref `Info for Experts' to
7800 `Advanced Info Commands'.
7801 (Getting Started): Fix description of manual's parts.
7802 (Help-Int): Change xref `Info Search' to `Search Index', and
7803 `Expert Info' to `Advanced'.
7804 (Advanced): Move node one level up.
7805 (Search Text, Search Index): New nodes split out from `Info Search'.
7806 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7807 split out from `Advanced'.
7808 (Advanced, Emacs Info Variables): De-document editing an Info file
7809 in Info.
7810 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7811 (Creating an Info File): Delete node and move its text to
7812 `Expert Info'.
7813
78142005-10-10 Carsten Dominik <dominik@science.uva.nl>
7815
7816 * org.texi (Workflow states): Documented that change in keywords
7817 becomes active only after restart of Emacs.
7818
78192005-10-08 Michael Albinus <michael.albinus@gmx.de>
7820
7821 Sync with Tramp 2.0.51.
7822
78232005-10-08 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * speedbar.texi (Introduction): Describe new location of speedbar
7826 on menubar.
7827 (Basic Key Bindings): Remove descriptions of bindings that have
7828 been removed.
7829
78302005-10-05 Nick Roberts <nickrob@snap.net.nz>
7831
7832 * speedbar.texi (GDB): Describe use of watch expressions.
7833
78342005-09-28 Simon Josefsson <jas@extundo.com>
7835
7836 * message.texi (IDNA): Fix.
7837
78382005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7839
7840 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7841 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7842 description of nntp-open-connection-function.
7843 (Common Variables): Fix descriptions.
7844
78452005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7846
7847 * gnus.texi (Server Buffer Format): Document the %a format spec.
7848
78492005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7852
78532005-09-23 Carsten Dominik <dominik@science.uva.nl>
7854
7855 * org.texi Version 3.16.
7856
78572005-09-19 Miles Bader <miles@gnu.org>
7858
7859 * newsticker.texi: Get rid of CVS keywords.
7860
78612005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7862
7863 * gnus.texi (Finding the Parent): Fix description of how Gnus
7864 finds article.
7865
78662005-09-14 Jari Aalto <jari.aalto@cante.net>
7867
7868 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7869 to drop off non-answered articles.
7870
78712005-09-19 Juanma Barranquero <lekktu@gmail.com>
7872
7873 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7874 braces (which are unsupported by NMAKE) for macro `srcdir'.
7875
78762005-09-17 Eli Zaretskii <eliz@gnu.org>
7877
7878 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7879 (../info/newsticker, newsticker.dvi): New targets.
7880
78812005-09-17 Ulf Jasper <ulf.jasper@web.de>
7882
7883 * newsticker.texi: Replace @command with @code. Replace @example
7884 with @lisp.
0c7efc08
SM
7885 (Top): Add explanations to menu items.
7886 (GNU Free Documentation License): Remove.
2de53ca6
GM
7887
78882005-09-16 Romain Francoise <romain@orebokech.com>
7889
7890 Update all files to specify GFDL version 1.2.
7891
7892 * doclicense.texi (GNU Free Documentation License): Update to
7893 version 1.2.
7894
78952005-09-15 Richard M. Stallman <rms@gnu.org>
7896
7897 * newsticker.texi: Fix @setfilename.
7898
7899 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7900 (../info/newsticker, newsticker.dvi): New targets.
7901
79022005-08-30 Carsten Dominik <dominik@science.uva.nl>
7903
7904 * org.texi: Version 3.15.
7905
79062005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7907
7908 * ses.texi: Combine all three indices into one.
7909 Correct a few typos.
7910
79112005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7912
7913 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7914
79152005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7916
7917 * emacs-mime.texi (Handles): Remove duplicate item.
7918 (Encoding Customization): Fix the default value for
7919 mm-coding-system-priorities.
7920 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7921 (Basic Functions): Fix reference.
7922
79232005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7924
7925 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7926
79272005-08-18 Richard M. Stallman <rms@gnu.org>
7928
7929 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7930 and web site.
7931
7932 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7933 not keyboard-translate.
7934
79352005-08-11 Richard M. Stallman <rms@gnu.org>
7936
7937 * faq.texi (Using regular expressions): Fix xref.
7938
79392005-08-09 Juri Linkov <juri@jurta.org>
7940
7941 * info.texi (Help-P): Replace `Prev' with `Previous'.
7942 (Help-M, Help-Xref): Add S-TAB.
7943 (Help-FOO): Update `u' command.
7944 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7945 Update info about visibility of xref parts.
7946 (Help-Int): Fix `m' command. Rename `Info-last' to
7947 `Info-history-back'. Add `Info-history-forward'.
7948 (Advanced): Fix `g*' and `M-n' commands.
7949 (Info Search): Add `index-apropos' in stand-alone browser.
7950 Add isearch commands.
7951 (Emacs Info Variables): Remove `Info-fontify'.
7952 Add `Info-mode-hook'. Update face names.
7953 Add `Info-fontify-maximum-menu-size',
7954 `Info-fontify-visited-nodes', `Info-isearch-search'.
7955
79562005-08-07 Michael Albinus <michael.albinus@gmx.de>
7957
7958 Sync with Tramp 2.0.50.
7959
7960 * tramp.texi: Use @option{} consequently for method names.
7961 (Inline methods, External transfer methods): Remove references to
7962 Cygwin.
7963 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7964 implementation.
7965
79662005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7967
7968 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7969 Mention that gnus-init-file is not read when Emacs is invoked with
7970 --no-init-file or -q.
7971
79722005-07-19 Carsten Dominik <dominik@science.uva.nl>
7973
7974 * org.texi: Version 3.14.
7975
79762005-07-04 Carsten Dominik <dominik@science.uva.nl>
7977
7978 * org.texi: Version 3.13.
7979
79802005-07-18 Juri Linkov <juri@jurta.org>
7981
7982 * calc.texi (Time Zones, Logical Operations):
7983 * cl.texi (Overview):
7984 * org.texi (TODO types):
7985 * sc.texi (Emacs 18 MUAs):
7986 * speedbar.texi (Top):
7987 * url.texi (History):
7988 Delete duplicate duplicate words.
7989
ce058493 79902005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
7991
7992 * cl.texi (Type Predicates): Document `atom' type.
7993
79942005-07-04 Lute Kamstra <lute@gnu.org>
7995
7996 Update FSF's address in GPL notices.
7997
7998 * calc.texi (Copying):
7999 * doclicense.texi (GNU Free Documentation License):
8000 * faq.texi (Contacting the FSF):
8001 * mh-e.texi (Copying): Update FSF's address.
8002
80032005-07-03 Richard M. Stallman <rms@gnu.org>
8004
8005 * flymake.texi (Example -- Configuring a tool called directly):
8006 Update name of flymake-build-relative-filename.
8007
80082005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8009
8010 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8011
80122005-06-29 Carsten Dominik <dominik@science.uva.nl>
8013
8014 * org.texi: Version 3.12.
8015
80162005-06-24 Eli Zaretskii <eliz@gnu.org>
8017
8018 * makefile.w32-in (MAKEINFO): Use --force.
8019 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8020 Makefile.in.
8021 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8022 more shells.
8023
80242005-06-23 Richard M. Stallman <rms@gnu.org>
8025
8026 * speedbar.texi (Creating a display): Texinfo usage fixes.
8027
8028 * tramp.texi (Customizing Completion, Auto-save and Backup):
8029 Texinfo usage fixes.
8030
80312005-06-23 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * dired-x.texi (Miscellaneous Commands):
8034 * ediff.texi (Miscellaneous):
8035 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8036 (Agent Variables):
8037 * info.texi (Help-Xref):
8038 * message.texi (Message Headers):
8039 * org.texi (Remember):
8040 * reftex.texi (Options (Defining Label Environments)):
8041 (Options (Index Support)):
8042 (Options (Viewing Cross-References)):
8043 (Options (Misc)):
8044 (Changes):
8045 * speedbar.texi (Creating a display):
8046 * tramp.texi (Customizing Completion, Auto-save and Backup):
8047 Texinfo usage fix.
8048
80492005-06-13 Carsten Dominik <dominik@science.uva.nl>
8050
8051 * org.texi: Version 3.11.
8052
80532005-06-12 Jay Belanger <belanger@truman.edu>
8054
8055 * calc.texi (Getting Started): Remove extra menu item.
8056
80572005-05-31 Jay Belanger <belanger@truman.edu>
8058
8059 * calc.texi (Notations Used in This Manual): Use @kbd for key
8060 sequence.
8061 (Demonstration of Calc): Mention another way of starting Calc.
8062 (Starting Calc): Mention long name of M-#.
8063 (Embedded Mode Overview): Remove unnecessary instruction.
8064 (Other M-# commands): Rephrase `M-# 0' explanation.
8065 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8066 reflect current behavior.
8067
80682005-05-30 Jay Belanger <belanger@truman.edu>
8069
8070 * calc.texi (Hooks): Change description of calc-window-hook and
8071 calc-trail-window-hook to match usage.
8072 (Computational Functions): Add more constant-generating functions.
8073 (Customizable Variables): Use defvar.
8074
80752005-05-28 Jay Belanger <belanger@truman.edu>
8076
8077 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8078 (Basic Embedded Mode): Explain behavior of arguments to
8079 calc-embedded-mode.
8080
80812005-05-27 Jay Belanger <belanger@truman.edu>
8082
8083 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8084 current behavior.
8085
80862005-05-25 Jay Belanger <belanger@truman.edu>
8087
8088 * calc.texi: Change Calc version number throughout.
8089 (Keypad Mode): Change location in info output.
8090 (Keypad mode overview): Move picture of keypad.
8091
80922005-05-21 Jay Belanger <belanger@truman.edu>
8093
8094 * calc.texi (Storing variables): Mention that only most variables
8095 are void to begin with.
8096
80972005-05-21 Kevin Ryde <user42@zip.com.au>
8098
8099 * widget.texi (Basic Types): Update cross ref from "Enabling
8100 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8101 lispref/text.texi change.
8102
81032005-05-20 Carsten Dominik <dominik@science.uva.nl>
8104
8105 * org.texi: Version 3.09.
8106
81072005-05-18 Carsten Dominik <dominik@science.uva.nl>
8108
8109 * reftex.texi: Version 4.28.
8110
81112005-05-16 Jay Belanger <belanger@truman.edu>
8112
8113 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8114
81152005-05-14 Jay Belanger <belanger@truman.edu>
8116
8117 * calc.texi (Default Simplifications): Insert missing ! (logical
8118 not operator).
8119
81202005-05-14 Michael Albinus <michael.albinus@gmx.de>
8121
8122 Sync with Tramp 2.0.49.
8123
81242005-05-10 Jay Belanger <belanger@truman.edu>
8125
8126 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8127 to 1.
8128
81292005-04-29 Carsten Dominik <dominik@science.uva.nl>
8130
8131 * org.texi: Version 3.08, structure reorganized.
8132
81332005-04-24 Richard M. Stallman <rms@gnu.org>
8134
8135 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8136
81372005-04-15 Carsten Dominik <dominik@science.uva.nl>
8138
8139 * org.texi: Update to version 3.06.
8140
81412005-04-13 Lute Kamstra <lute@gnu.org>
8142
8143 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8144
81452005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8146
8147 * cl.texi (Porting Common Lisp): Fix typo.
8148
81492005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8150
8151 * gnus.texi (RSS): Addition.
8152
81532005-04-04 Jay Belanger <belanger@truman.edu>
8154
8155 * calc.texi: Change Calc version number.
8156 (Customizable variables): Fix description of calc-language-alist.
8157 (Copying): Put in version 2 of GPL.
8158
81592005-04-01 Jay Belanger <belanger@truman.edu>
8160
8161 * calc.texi (Troubleshooting Commands): Remove comment about
8162 installation.
8163 (Installation): Remove section.
8164 (Customizable Variables): New section.
8165 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8166 (Graphical Devices): Add references to Customizable Variables.
8167
81682005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8169
8170 * emacs-mime.texi (Display Customization): Markup fixes.
8171 (rfc2047): Update.
8172
81732005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8174
8175 * gnus-faq.texi: Replaced with auto-generated version.
8176
81772005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8178
8179 * dired-x.texi (Multiple Dired Directories): default-directory was
8180 renamed to dired-default-directory.
8181
81822005-03-26 Jay Belanger <belanger@truman.edu>
8183
8184 * calc.texi (Simplifying Formulas, Rewrite Rules):
8185 Change description of top and bottom of fraction.
8186 (Modulo Forms): Move description of how to create modulo forms to
8187 earlier in the section.
8188 (Fraction Mode): Suggest using : to get a fraction by dividing.
8189 (Basic Arithmetic): Adjust placement of command name.
8190 (Truncating the Stack): Emphasize that "hidden" entries are still
8191 visible.
8192 (Installation): Move discussion of printing manual to "About This
8193 Manual".
8194 (About This Manual): Mention how to print the manual.
8195 (Reporting Bugs): Remove first person.
8196 (Building Vectors): Add algebraic version of append.
8197 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8198 (Grouping Digits): Fix typo.
8199
82002005-03-25 Werner Lemberg <wl@gnu.org>
8201
8202 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8203 Replace `legal' with `valid'.
8204
82052005-03-25 Werner Lemberg <wl@gnu.org>
8206
8207 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8208
82092005-03-24 Jay Belanger <belanger@truman.edu>
8210
8211 * calc.texi (General Mode Commands)
8212 (Mode Settings in Embedded Mode): Add some explanation of
8213 recording mode settings.
8214
82152005-03-24 Richard M. Stallman <rms@gnu.org>
8216
8217 * calc.texi: Remove praise of non-free software.
8218
8219 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8220 (Installation): Node deleted.
8221
82222005-03-23 Richard M. Stallman <rms@gnu.org>
8223
8224 * url.texi (HTTP language/coding): Improve last change.
8225
82262005-03-22 Jay Belanger <belanger@truman.edu>
8227
8228 * calc.texi (Embedded Mode): Add new information on changing
8229 modes.
8230
82312005-03-20 Michael Albinus <michael.albinus@gmx.de>
8232
8233 Sync with Tramp 2.0.48.
8234
8235 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8236
8237 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8238 "GNU/Linux". Change all addresses to .gnu.org.
8239 (Default Method): Offer shortened syntax for "su" and "sudo"
8240 methods.
8241
82422005-03-07 Richard M. Stallman <rms@gnu.org>
8243
8244 * url.texi: Fix usage of "e.g.".
8245 (HTTP language/coding): Explain the rules for these strings.
8246
82472005-03-06 Richard M. Stallman <rms@gnu.org>
8248
8249 * woman.texi (Introduction): Minor cleanups.
8250
8251 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8252
8253 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8254 (Installation): Node deleted.
8255
8256 * mh-e.texi (Preface): Get rid of "Emacs 21".
8257
8258 * eshell.texi (Installation): Delete node (for Emacs 20).
8259
82602005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8261
8262 * flymake.texi: Refill and tweak style in @lisp blocks.
8263
82642005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8265
8266 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8267
82682005-03-01 Jay Belanger <belanger@truman.edu>
8269
8270 * calc.texi (Trigonometric and Hyperbolic Functions):
8271 Mention additional functions.
8272 (Algebraic Simplifications): Mention additional simplifications.
8273
82742005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8275
8276 * ses.texi: Add concept/function/variable indices (this work was
8277 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8278 papers on file at FSF).
8279
82802005-02-10 Jay Belanger <belanger@truman.edu>
8281
8282 * calc.texi: Change @LaTeX to La@TeX throughout.
8283 Redefine @expr as @math for TeX output.
8284 Redefine @texline as a no-op for TeX output.
8285 Define @tfn, replace @t by @tfn throughout.
8286
82872005-02-09 Jay Belanger <belanger@truman.edu>
8288
8289 * calc.texi: Add macro for LaTeX for info output.
8290
82912005-02-08 Kim F. Storm <storm@cua.dk>
8292
8293 * texinfo.tex (LaTex): Add def.
8294
82952005-02-06 Jay Belanger <belanger@truman.edu>
8296
8297 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8298 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8299 throughout manual.
8300
83012005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8302
8303 * gnus.texi: Some edits based on comments from David Abrahams.
8304
83052005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8306
8307 * gnus.texi (RSS): Fix the keystroke.
8308
83092005-01-24 David Kastrup <dak@gnu.org>
8310
8311 * faq.texi: Update AUCTeX version info.
8312
83132005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8314
8315 * gnus-faq.texi ([4.1]): Typo.
8316
83172005-01-19 Jay Belanger <belanger@truman.edu>
8318
8319 * calc.texi (Keep Arguments): Mention that keeping arguments
8320 doesn't work with keyboard macros.
8321
83222005-01-16 Richard M. Stallman <rms@gnu.org>
8323
8324 * autotype.texi (Autoinserting): Fix small error.
8325
83262005-01-16 Michael Albinus <michael.albinus@gmx.de>
8327
8328 Sync with Tramp 2.0.47.
8329
8330 * tramp.texi (Compilation): New section, describing compilation of
8331 remote files.
8332
83332005-01-11 Kim F. Storm <storm@cua.dk>
8334
8335 * widget.texi (Basic Types): Add :follow-link keyword.
8336
83372005-01-09 Jay Belanger <belanger@truman.edu>
8338
8339 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8340
83412005-01-08 Jay Belanger <belanger@truman.edu>
8342
8343 * calc.texi: Change throughout to reflect new default value of
8344 calc-settings-file.
8345
83462005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8347
8348 * message.texi (Reply): `message-reply-to-function' should return
8349 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8350
83512005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8352
8353 * faq.texi (Changing load-path): Fix typo.
8354
83552005-01-05 Jay Belanger <belanger@truman.edu>
8356
8357 * calc.texi (Programming Tutorial): Replace kbd command by
8358 appropriate characters for a keyboard macro.
8359
83602005-01-04 Jay Belanger <belanger@truman.edu>
8361
8362 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8363 for Lucid Emacs.
8364 (Programming Tutorial): Mention that the user needs to be in the
8365 right mode to compute some functions.
8366
83672005-01-04 Jay Belanger <belanger@truman.edu>
8368
8369 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8370 no longer applicable.
8371
83722005-01-01 Jay Belanger <belanger@truman.edu>
8373
0c7efc08 8374 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8375 edit keyboard macros to match current behavior.
8376
83772004-12-31 Jay Belanger <belanger@truman.edu>
8378
8379 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8380
83812004-12-20 Jay Belanger <belanger@truman.edu>
8382
8383 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8384 zero.
8385
83862004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8387
8388 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8389 @xref.
8390 (Font Locking): Avoid @strong{Note:}.
8391
83922004-12-17 Michael Albinus <michael.albinus@gmx.de>
8393
8394 Sync with Tramp 2.0.46.
8395
8396 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8397
83982004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8399
8400 * url.texi: Correct typos.
8401 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8402 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8403 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8404 (Dealing with HTTP documents): @inforef->@xref.
8405
84062004-12-15 Jay Belanger <belanger@truman.edu>
8407
8408 * calc.texi: Consistently capitalized all mode names.
8409 (Answers to Exercises): Mention that an answer can be a fraction
8410 when in Fraction mode.
8411
84122004-12-13 Jay Belanger <belanger@truman.edu>
8413
8414 * calc.texi: Fix some TeX definitions.
8415
84162004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8417
8418 * reftex.texi (Imprint): Remove erroneous @value's.
8419
84202004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8421
8422 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8423 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8424
84252004-12-08 Jay Belanger <belanger@truman.edu>
8426
8427 * calc.texi (Starting Calc): Remove comment about installation.
8428 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8429
84302004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8431
8432 * url.texi: Update @setfilename.
8433 (Getting Started): No need to worry about Gnus versions.
8434 (Dealing with HTTP documents): Use @inforef.
8435
8436 * org.texi: Fix @direntry file name.
8437
84382004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * url.texi: New file.
8441
8442 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8443
84442004-12-06 Jay Belanger <belanger@truman.edu>
8445
8446 * calc.texi (Using Calc): Remove paragraph about installation.
8447
84482004-12-06 Jay Belanger <belanger@truman.edu>
8449
8450 * calc.texi: Use more Texinfo macros and less TeX defs.
8451 Remove @refill's.
8452
84532004-12-06 Richard M. Stallman <rms@gnu.org>
8454
8455 * org.texi: New file.
8456
84572004-12-05 Richard M. Stallman <rms@gnu.org>
8458
8459 * Makefile.in (org.dvi, ../info/org): New targets.
8460 (INFO_TARGETS): Add ../info/org.
8461 (DVI_TARGETS): Add org.dvi.
8462 (maintainer-clean): Remove the info files in the info dir.
8463
84642004-11-26 Eli Zaretskii <eliz@gnu.org>
8465
8466 * idlwave.texi: Fix the setfilename directive to put the produced
8467 file in ../info.
8468 (Continued Statement Indentation): Resurrect Jan D.'s change from
8469 2004-11-03 that was lost when a newer version of idlwave.texi was
8470 imported.
8471
84722004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8473
0c7efc08 8474 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8475
0c7efc08
SM
8476 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8477 Index `spam-initialize'.
2de53ca6
GM
8478
84792004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8480
8481 * message.texi (Various Message Variables): Mention that all mail
8482 file variables are derived from `message-directory'.
8483
8484 * gnus.texi (Splitting Mail): Clarify bogus group.
8485
84862004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8487
0c7efc08
SM
8488 * emacs-mime.texi (Encoding Customization):
8489 Fix mm-coding-system-priorities entry.
2de53ca6 8490
c8763fb6 84912004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8492
8493 * idlwave.texi (Continued Statement Indentation):
8494 * reftex.texi (Options (Index Support)):
8495 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8496 * speedbar.texi (Creating a display, Major Display Modes):
8497 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8498
84992004-10-21 Jay Belanger <belanger@truman.edu>
8500
0c7efc08 8501 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8502
85032004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * calc.texi (Reporting Bugs): Double up `@'.
8506
85072004-10-18 Jay Belanger <belanger@truman.edu>
8508
0c7efc08 8509 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8510 should be sent to.
8511
85122004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8513
8514 * gnus.texi (New Features): Add 5.11.
8515
8516 * message.texi (Resending): Remove wrong default value.
8517
8518 * gnus.texi (Mail Source Specifiers): Describe possible problems
8519 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8520 `pop3-leave-mail-on-server' to the index.
8521
85222004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8523
8524 * message.texi (Canceling News): Add how to set a password.
8525
85262004-10-12 Jay Belanger <belanger@truman.edu>
8527
0c7efc08 8528 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8529 calc-describe-function and calc-describe-variable to match their
8530 current behavior.
8531
85322004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8533
8534 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8535
85362004-10-12 Michael Albinus <michael.albinus@gmx.de>
8537
8538 Sync with Tramp 2.0.45.
8539
8540 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8541 plink link. The URL is outdated. Originator contacted for
8542 clarification.
8543
85442004-10-10 Juri Linkov <juri@jurta.org>
8545
8546 * gnus.texi (Top, Marking Articles): Join two menus in one node
8547 because a node can have only one menu.
8548
85492004-10-09 Juri Linkov <juri@jurta.org>
8550
8551 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8552 example of nnmail-split-fancy.
8553
85542004-10-06 Karl Berry <karl@gnu.org>
8555
8556 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8557 consistency with other uses of dashes.
8558
85592004-10-05 Karl Berry <karl@gnu.org>
8560
8561 * info.texi: Consistently use --- throughout, periods at end of
8562 menu descriptions, and a couple typos.
8563
85642004-09-26 Jesper Harder <harder@ifa.au.dk>
8565
8566 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8567 * pgg.texi (User Commands, Backend methods): Do.
8568 * gnus.texi: Markup fixes.
8569 (Setting Process Marks): Fix `M P a' entry.
8570 * emacs-mime.texi: Fixes.
8571
85722004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8573
8574 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8575 again.
8576 Use 5.10 instead of 5.10.0.
8577
85782004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8579
8580 * gnus.texi (Summary Mail Commands): S D e.
8581
85822004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8583
8584 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8585 the gnus-article-mode-line-format section.
8586
85872004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8588
8589 * gnus.texi (Various Summary Stuff): Fix the documentation for
8590 gnus-newsgroup-variables.
8591
85922004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8593
0c7efc08
SM
8594 * gnus.texi (MIME Commands):
8595 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8596 gnus-mime-display-multipart-alternative-as-mixed,
8597 gnus-mime-display-multipart-related-as-mixed.
8598 (Mail Source Customization): Clarify `mail-source-directory'.
8599 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8600 (SpamOracle): Fix typo.
2de53ca6
GM
8601
8602 * gnus-faq.texi: Untabify.
8603 ([6.3]): nnir.el is in contrib directory.
8604
8605 * message.texi (News Headers): Clarify how a unique ID is created.
8606
0c7efc08
SM
8607 * gnus.texi (Batching Agents): Fix typo in example.
8608 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8609
b2abec73 86102004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8611
0c7efc08 8612 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8613
86142004-09-20 Florian Weimer <fw@deneb.enyo.de>
8615
8616 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8617
86182004-09-22 Jay Belanger <belanger@truman.edu>
8619
0c7efc08 8620 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8621 might be hidden during part of the session.
8622
86232004-09-20 Jay Belanger <belanger@truman.edu>
8624
8625 * calc.texi (Notations Used in This Manual): Put in an earlier
8626 mention that DEL could be called Backspace.
8627
86282004-09-10 Simon Josefsson <jas@extundo.com>
8629
8630 * gnus.texi (IMAP): Add example. Suggested and partially written
8631 by Steinar Bang <sb@dod.no>.
8632
86332004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8634
8635 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8636 netrc syntax.
8637
86382004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8639
b2abec73
JB
8640 * gnus.texi (Spam ELisp Package Sequence of Events):
8641 Some clarifications.
2de53ca6
GM
8642 (Spam ELisp Package Global Variables): More clarifications.
8643
86442004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8645
8646 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8647 Mention spam-split does not modify incoming mail.
8648
86492004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8650
8651 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8652
86532004-09-10 Eli Zaretskii <eliz@gnu.org>
8654
8655 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8656
86572004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * makefile.w32-in (sieve, pgg): Use $(infodir).
8660
86612004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8662
8663 * makefile.w32-in: Fix PGG and Sieve entries.
8664
86652004-08-28 Eli Zaretskii <eliz@gnu.org>
8666
8667 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8668 Emacs and related programs.
8669
86702004-08-27 Richard M. Stallman <rms@gnu.org>
8671
8672 * faq.texi: Fix texinfo usage, esp. doublequotes.
8673 (Difference between Emacs and XEmacs): Some clarification.
8674
8675 * faq.texi (Difference between Emacs and XEmacs):
8676 Explain not to contrast XEmacs with GNU Emacs.
8677
86782004-08-26 Richard M. Stallman <rms@gnu.org>
8679
8680 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8681
86822004-08-22 David Kastrup <dak@gnu.org>
8683
8684 * reftex.texi (AUCTeX): Update links, section name.
8685
8686 * faq.texi (Calc): Update availability (included in 22.1).
8687 (AUCTeX): Update availability, information, versions, description.
8688
86892004-08-14 Eli Zaretskii <eliz@gnu.org>
8690
8691 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8692
86932004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8694
8695 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8696
86972004-08-10 Michael Albinus <michael.albinus@gmx.de>
8698
8699 Sync with Tramp 2.0.44.
8700
87012004-08-05 Lars Hansen <larsh@math.ku.dk>
8702
8703 * widget.texi (User Interface): Update how to separate the
8704 editable field of an editable-field widget from other widgets.
8705 (Programming Example): Add text after field.
8706
87072004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8708
8709 * emacs-mime.texi (Encoding Customization): Add a note to the
8710 mm-content-transfer-encoding-defaults entry.
8711 (rfc2047): Update.
8712
0c7efc08
SM
8713 * gnus.texi (Article Highlighting):
8714 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8715 (POP before SMTP): New node.
8716 (Posting Styles): Addition.
8717 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8718 (Fancy Mail Splitting): Ditto.
8719 (X-Face): Add gnus-x-face.
8720
87212004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8722
8723 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8724 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8725
87262004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8727
0c7efc08
SM
8728 * gnus.texi (Mail Source Specifiers):
8729 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8730
87312004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8732
8733 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8734
8735 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8736 repository. Change setfilename.
8737
8738 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8739
87402004-07-02 Juri Linkov <juri@jurta.org>
8741
8742 * pcl-cvs.texi (Viewing differences): Add `d r'.
8743
87442004-06-29 Jesper Harder <harder@ifa.au.dk>
8745
8746 * ses.texi, viper.texi, flymake.texi, faq.texi:
8747 * eshell.texi, ediff.texi: Markup fixes.
8748
87492004-06-21 Karl Berry <karl@gnu.org>
8750
8751 * info.texi (Top): Mention that only Emacs has mouse support.
8752 (Getting Started): Mention this in a few other places.
8753
87542004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8755
0c7efc08
SM
8756 * autotype.texi (Copyrights, Timestamps):
8757 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8758
87592004-06-13 Lars Hansen <larsh@math.ku.dk>
8760
8761 * dired-x.texi (dired-mark-omitted): Update keybinding.
8762
87632004-06-10 Kim F. Storm <storm@cua.dk>
8764
8765 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8766
87672004-06-05 Lars Hansen <larsh@math.ku.dk>
8768
8769 * dired-x.texi (variable dired-omit-mode): Rename from
8770 dired-omit-files-p.
8771 (function dired-omit-mode): Rename from dired-omit-toggle.
8772 Call dired-omit-mode rather than set dired-omit-files-p.
8773 (dired-mark-omitted): Describe command.
8774
87752004-05-29 Michael Albinus <michael.albinus@gmx.de>
8776
8777 Version 2.0.41 of Tramp released.
8778
87792004-05-29 Juanma Barranquero <lektu@terra.es>
8780
8781 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8782 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8783
87842004-05-29 Richard M. Stallman <rms@gnu.org>
8785
8786 * cl.texi (Top): Call this chapter `Introduction'.
8787 (Overview): In TeX, no section heading here.
8788
8789 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8790
87912004-05-29 Eli Zaretskii <eliz@gnu.org>
8792
8793 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8794 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8795
87962004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8797
8798 * flymake.texi: New file.
8799
88002004-05-28 Simon Josefsson <jas@extundo.com>
8801
8802 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8803
b344d29d 88042004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8805
8806 Version 2.0.40 of Tramp released.
8807
88082004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8809
8810 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8811
8812 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8813 variables `tramp-backup-directory-alist' and
8814 `tramp-bkup-backup-directory-info'.
8815 (Overview, Connection types)
8816 (External transfer methods, Default Method)
8817 (Windows setup hints): Remove restriction of password entering
8818 with external methods.
8819 (Auto-save and Backup): Make file name example
8820 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8821 and `auto-save-directory' must be used.
8822 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8823 only "NT"). Remove doubled entry "What kinds of systems does
8824 @tramp{} work on".
8825 (tramp): Macro removed.
8826 (Obtaining Tramp): Flag removed from title.
8827 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8828 and `trampver' used properly. Flag `tramp-inst' replaced by
8829 `installchapter'. Installation related text adapted.
8830
88312004-04-28 Masatake YAMATO <jet@gyve.org>
8832
8833 * widget.texi (Programming Example): Remove overlays.
8834
88352004-04-27 Jesper Harder <harder@ifa.au.dk>
8836
8837 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8838
88392004-04-23 Juanma Barranquero <lektu@terra.es>
8840
8841 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8842
88432004-04-05 Jesper Harder <harder@ifa.au.dk>
8844
8845 * info.texi (Info Search): Add info-apropos.
8846
88472004-03-22 Juri Linkov <juri@jurta.org>
8848
8849 * faq.texi: Fix help key bindings.
8850
88512004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8854 (as suggested by Karl Berry). Update information about colored
8855 stars in menus. Add new subheading describing M-n.
8856
88572004-03-12 Richard M. Stallman <rms@gnu.org>
8858
8859 * cl.texi (Top): Rename top node's title.
8860
88612004-03-08 Karl Berry <karl@gnu.org>
8862
8863 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8864 problems making the texinfo distribution.
8865
88662004-02-29 Simon Josefsson <jas@extundo.com>
8867
0c7efc08 8868 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8869 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8870 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8871 <voegelas@gmx.net>.
8872
88732004-02-29 Juanma Barranquero <lektu@terra.es>
8874
8875 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8876 Use $(DEL) instead of rm, and ignore exit code.
8877
b344d29d 88782004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8879
8880 Tramp version 2.0.39 released.
8881
88822004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8883
8884 * tramp.texi (Customizing Completion): Explain new functions
8885 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8886 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8887 (Top): Refer to Savannah mailing list as the major one.
8888 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8889 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8890 (Frequently Asked Questions): Remote hosts must not be Unix-like
8891 for "smb" method.
8892 (Password caching): New node.
8893 (External transfer methods): Refer to password caching for "smb"
8894 method.
8895
88962004-02-17 Karl Berry <karl@gnu.org>
8897
8898 * info.texi (Help-Int): Mention the new line number feature.
8899
89002004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8901
8902 * ses.texi (Advanced Features): New functionality for
8903 ses-set-header-row (defaults to current row unless C-u used).
8904 (Acknowledgements): Add Stefan Monnier.
8905
89062003-12-29 Kevin Ryde <user42@zip.com.au>
8907
8908 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8909
b344d29d 89102003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8911
8912 Tramp version 2.0.38 released.
8913
8914 * tramp.texi (Remote shell setup): Warn of environment variables
8915 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8916 <sven.gabriel@imk.fzk.de>.
8917 (Configuration): Tramp now chooses base64/uuencode
8918 automatically. Update wording accordingly.
8919 (Top): More description for the `Default Method' menu entry.
8920 (Default Method): Use @code, not @var, for Lisp variables.
8921 (Default Method): New subsection `Which method is the right one
8922 for me?' Suggested by Christian Kirsch.
8923 (Configuration): Pointer to new subsection added.
8924 (Default Method): Too many "use" in one sentence.
8925 Rephrase. Reported by Christian Kirsch.
8926 (Filename Syntax): Old `su' example is probably a left-over from
8927 the sm/su method naming. Replace with `ssh', instead.
8928 (External transfer methods, Auto-save and Backup):
8929 Typo fixes.
8930
89312003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8932
183080b6 8933 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8934 (Top): Mention japanese manual only if flag `jamanual' is set.
8935 Insert section `Japanese manual' in menu.
8936
89372003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8938
8939 * eshell.texi (Known Problems): Add doc item.
8940
89412003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8942
8943 * cc-mode.texi: Update for CC Mode 5.30.
8944
8945 Note: Please refrain from doing purely cosmetic changes like
8946 removing trailing whitespace in this manual; it clobbers cvs
8947 merging for no good reason.
8948
89492003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8950
8951 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8952 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8953 @acronym{ASCII}.
8954
89552003-10-26 Karl Berry <karl@gnu.org>
8956
8957 * info.texi (Info Search): Echo area, not echo are. From Debian
8958 diff.
8959
89602003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8961
10d1d0af 8962 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8963 :buttons and :children keywords.
8964
89652003-10-22 Miles Bader <miles@gnu.org>
8966
8967 * Makefile.in (info): Move before $(top_srcdir)/info.
8968
89692003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8970
8971 * tramp.texi (Inline methods): Small grammar fix.
8972 (External transfer methods): Likewise.
8973
89742003-10-08 Nick Roberts <nick@nick.uklinux.net>
8975
8976 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8977
89782003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8981
89822003-09-30 Richard M. Stallman <rms@gnu.org>
8983
8984 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8985
8986 * widget.texi (User Interface): Fix typos.
8987
8988 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8989
89902003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8991
8992 * pcl-cvs.texi (Selected Files): Fix typo.
8993
89942003-09-21 Karl Berry <karl@gnu.org>
8995
8996 * info.texi (] and [ commands): No period at end of section title.
8997
89982003-09-04 Miles Bader <miles@gnu.org>
8999
9000 * Makefile.in (top_srcdir): New variable.
9001 ($(top_srcdir)/info): New rule.
9002 (info): Depend on it.
9003
90042003-09-03 Peter Runestig <peter@runestig.com>
9005
9006 * makefile.w32-in: New file.
9007
90082003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9009
9010 * widget.texi (User Interface): Explain the need of static text
9011 around an editable field.
9012
90132003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9014
9015 * widget.texi (Basic Types): The argument to `:help-echo' can now
9016 be a form that evaluates to a string.
9017
90182003-08-18 Kim F. Storm <storm@cua.dk>
9019
9020 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9021
90222003-08-16 Richard M. Stallman <rms@gnu.org>
9023
9024 * dired-x.texi (Shell Command Guessing): Explain *.
9025
90262003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9027
9028 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9029 log-edit-insert-changelog.
9030
90312003-08-03 Karl Berry <karl@gnu.org>
9032
9033 * info.texi: Need @contents.
9034
c8763fb6 90352003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9036
9037 Tramp version 2.0.36 released.
9038
9039 * tramp.texi (Remote shell setup): Explain about problems with
9040 non-Bourne commands in ~/.profile and ~/.shrc.
9041
90422003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9043
9044 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9045 renaming of `vis-mode' to `visible-mode'.
9046
90472003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9048
9049 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9050 next, prev and up pointers.
9051
90522003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9053
9054 * info.texi (Help): Mention existence of Emacs and stand-alone
9055 Info at the very beginning of the tutorial.
9056 (Help-Inv): New node.
9057 (Help-]): New node.
9058 (Help-M): Systematically point out the differences between default
9059 Emacs and stand-alone versions. Delete second menu.
9060 (Help-Xref): Systematically point out the differences between
9061 default Emacs and stand-alone versions.
9062 (Help-Int): Change `l' example.
9063 (Expert Info): Fix typos.
9064 (Emacs Info Variables): Mention `Info-hide-note-references' and
9065 new default for `Info-scroll-prefer-subnodes'.
9066
c8763fb6 90672003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9068
9069 Version 2.0.35 of Tramp released.
9070
9071 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9072 (Inline methods): Add methods `remsh' and `plink1'.
9073 (External transfer methods): Add method `remcp'.
9074 (Multi-hop Methods): Add method `remsh'.
9075 Small patch from Adrian Aichner <adrian@xemacs.org>:
9076 Fix minor typos.
0c7efc08 9077 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9078 `Info-index'.
9079 (Version Control): Add cindex entry.
9080
c8763fb6 90812003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9082
9083 * trampver.texi: Version 2.0.34 released.
9084
90852003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9086
9087 * faq.texi: Improve previous changes.
9088
90892003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9090
9091 * faq.texi: Update copyright and maintenance details.
9092 Update some package URLs, versions, and maintainers.
9093 Remove many references to the Emacs Lisp Archive.
9094
90952003-04-23 Simon Josefsson <jas@extundo.com>
9096
9097 * smtpmail.texi: Fix license (the invariant sections mentioned has
9098 never been part of the smtp manual). Align info dir entry with
9099 other emacs packages.
9100
91012003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9102
9103 * tramp.texi: Version 2.0.33 released.
9104 Remove installation chapter. Remove XEmacs specifics.
9105
91062003-03-29 Richard M. Stallman <rms@gnu.org>
9107
9108 * tramp.texi (Top): Undo the previous renaming.
9109 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9110
c8763fb6 91112003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9112
9113 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9114 version of manual.
9115
9116 * tramp.texi (Auto-save and Backup): New node.
9117
91182003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9119
9120 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9121 Emacs" in order to have better differentiation to "XEmacs".
9122 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9123 are new macros in order to point to the other Emacs flavor where
9124 appropriate. In info case, point to node `Installation' in order
9125 to explain how to generate the other way. In html case, make a
9126 link to the other html file.
0c7efc08 9127 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9128 after CVS checkout/update.
9129 (Installation): Completely rewritten.
9130 (Installation parameters, Load paths): New sections under
9131 `Installation'.
9132
c8763fb6 91332003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9134
9135 * tramp.texi: Version 2.0.30 released.
9136 Replace word "path" with "localname" where used as a component of
9137 a Tramp file name.
9138
91392003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9140
9141 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9142 introduced.
9143 (Installation): Explain what to do if files from the tramp/contrib
9144 directory are needed.
9145
91462003-02-23 Alex Schroeder <alex@emacswiki.org>
9147
9148 * smtpmail.texi (How Mail Works): New.
9149
91502003-02-22 Alex Schroeder <alex@emacswiki.org>
9151
9152 * smtpmail.texi: New file.
9153
9154 * Makefile.in: Build SMTP manual.
9155
c8763fb6 91562003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9157
9158 * tramp.texi: Version 2.0.29 released.
9159 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9160 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9161
91622003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9163
9164 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9165 another package loads accidentally Ange-FTP.
2de53ca6
GM
9166
91672003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9168
9169 * tramp.texi (Customizing Completion): Add function
9170 `tramp-parse-sconfig'. Change example of
9171 `tramp-set-completion-function', because parsing of ssh config
9172 files looks more natural.
9173
91742003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9175
9176 * gnus.texi: Do not use `path' in several locations.
9177
c8763fb6 91782002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9179
0c7efc08
SM
9180 * tramp.texi (External transfer methods): New method `smb'.
9181 From Michael Albinus.
2de53ca6
GM
9182
91832002-11-05 Karl Berry <karl@gnu.org>
9184
9185 * info.texi (Info-fontify): Reorder face list to avoid bad line
9186 breaks.
9187
c8763fb6 91882002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9189
0c7efc08
SM
9190 * tramp.texi: Move @copying to standard place.
9191 Use @insertcopying.
2de53ca6
GM
9192
91932002-10-02 Karl Berry <karl@gnu.org>
9194
9195 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9196 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9197 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9198 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9199 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9200 Per rms, update all manuals to use @copying instead of @ifinfo.
9201 Also use @ifnottex instead of @ifinfo around the top node, where
9202 needed for the sake of the HTML output.
9203 (The Gnus manual is not fixed since it's not clear to me how it
9204 works; and the Tramp manual already uses @copying, although in an
9205 unusual way. All others were changed.)
9206
92072002-09-10 Jonathan Yavner <jyavner@engineer.com>
9208
9209 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9210 (../info/ses, ses.dvi): New targets.
9211 * ses.texi: New file.
9212
c8763fb6 92132002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9214
9215 * texinfo.tex: Update to texinfo 4.2.
9216
92172002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9218
9219 * reftex.texi: Update to RefTeX 4.19.
9220
c8763fb6 92212002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9222
9223 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9224 (../info/tramp, tramp.dvi): New targets.
9225
92262002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9227
9228 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9229 (calc.dvi): Uncomment.
9230
92312001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9234 (../info/calc): New target.
9235
92362001-10-20 Gerd Moellmann <gerd@gnu.org>
9237
9238 * (Version 21.1 released.)
9239
92402001-10-05 Gerd Moellmann <gerd@gnu.org>
9241
9242 * Branch for 21.1.
9243
92442001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * Makefile.in (../info/info): Use an explicit -o switch to
9247 makeinfo.
9248
92492001-03-05 Gerd Moellmann <gerd@gnu.org>
9250
9251 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9252
92532000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9254
9255 * Makefile.in (../info/idlwave): Use --no-split.
9256
92572000-12-14 Dave Love <fx@gnu.org>
9258
c4cc8b9a 9259 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9260 (gnus.dvi): Change rule to remove @latex stuff.
9261
92622000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9263
9264 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9265
92662000-10-13 John Wiegley <johnw@gnu.org>
9267
9268 * Makefile.in: Add build targets for eshell.texi.
9269
92702000-09-25 Gerd Moellmann <gerd@gnu.org>
9271
9272 * Makefile.in: Remove/comment speedbar stuff.
9273
92742000-09-22 Dave Love <fx@gnu.org>
9275
9276 * Makefile.in: Add emacs-mime.
9277
92782000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9279
9280 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9281 (DVI_TARGETS): Add woman.dvi.
9282 (../info/woman, woman.dvi): New targets.
9283
92842000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9285
9286 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9287
9288 * pcl-cvs.texi: New file.
9289 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9290 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9291
92922000-05-11 Gerd Moellmann <gerd@gnu.org>
9293
9294 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9295 (../info/ebrowse, ebrowse.dvi): New targets.
9296
92972000-01-13 Gerd Moellmann <gerd@gnu.org>
9298
9299 * Makefile.in (INFO_TARGETS): Add eudc.
9300 (DVI_TARGETS): Add eudc.dvi.
9301 (../info/eudc, eudc.dvi): New targets.
9302
93032000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9304
9305 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9306 compatibility with 8+3 filesystems).
9307 (../info/efaq): Rename from emacs-faq.
9308
93092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9312 (../info/idlwave, idlwave.dvi): New targets.
9313
93141999-10-23 Dave Love <fx@gnu.org>
9315
9316 * Makefile.in: Use autotype.texi.
9317
93181999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9319
9320 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9321 faq.texi file) rather than ../info/faq.
9322
93231999-10-07 Gerd Moellmann <gerd@gnu.org>
9324
9325 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9326 (../info/ada-mode, ada-mode.dvi): New targets.
9327
93281999-09-01 Dave Love <fx@gnu.org>
9329
9330 * Makefile.in: Add faq.
9331
93321999-07-12 Richard Stallman <rms@gnu.org>
9333
9334 * Version 20.4 released.
9335
93361998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9337
9338 * Version 20.3 released.
9339
93401998-04-06 Andreas Schwab <schwab@gnu.org>
9341
768c0c0f
JB
9342 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9343 Use it in dvi targets.
2de53ca6
GM
9344 (../etc/GNU): Change to $(srcdir) first.
9345
93461998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9347
9348 * reftex.texi: Update for RefTeX version 3.22.
9349
93501998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9351
9352 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9353 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9354
93551997-09-23 Paul Eggert <eggert@twinsun.com>
9356
9357 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9358 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9359
93601997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9361
9362 * Version 20.2 released.
9363
93641997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9365
9366 * Version 20.1 released.
9367
93681997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9369
9370 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9371
93721996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9373
9374 * Version 19.33 released.
9375
93761996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9377
9378 * Version 19.32 released.
9379
93801996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9381
9382 * Makefile.in: Add rules for the Message manual.
9383
93841996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9385
9386 * gnus.texi: New version.
9387
9388 * message.texi: New manual.
9389
93901996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9391
9392 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9393
93941996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9395
9396 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9397 Specify -I option.
9398 (All dvi targets): Set the TEXINPUTS variable.
9399
94001996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9401
9402 * Version 19.31 released.
9403
94041996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9405
9406 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9407 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9408
94091995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9410
9411 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9412 (INFO_TARGETS): Add ../info/cc-mode.
9413 (DVI_TARGETS): Add cc-mode.dvi.
9414
2de53ca6
GM
94151995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9416
9417 * Version 19.30 released.
9418
94191995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9420
9421 * gnus.texi: New file.
9422
94231995-11-04 Erik Naggum <erik@naggum.no>
9424
9425 * gnus.texi: File deleted.
9426
94271995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9428
9429 * mh-e.texi: "Function Index" -> "Command Index" to work with
9430 Emacs 19.30 C-h C-k support of separately-documented commands.
9431
94321995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9433
9434 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9435 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9436
94371995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9438
9439 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9440 (../info/viper, viper.dvi): New targets.
9441
94421995-04-20 Kevin Rodgers <kevinr@ihs.com>
9443
9444 * dired-x.texi (Installation): Change the example to set
9445 buffer-local variables like dired-omit-files-p in
9446 dired-mode-hook.
9447
94481995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9449
9450 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9451 (../info/mh-e, mh-e.dvi): New targets.
9452
94531995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9454
9455 * Makefile.in (maintainer-clean): Rename from realclean.
9456
94571994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9458
9459 * Makefile.in: New file.
9460 * Makefile: File deleted.
9461
94621994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9463
9464 * Makefile (TEXINDEX_OBJS): Variable deleted.
9465 (texindex, texindex.o, getopt.o): Rules deleted.
9466 All deps on texindex deleted.
9467 (distclean): Don't delete texindex.
9468 (mostlyclean): Don't delete *.o.
9469 * texindex.c, getopt.c: Files deleted.
9470
94711994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * Version 19.26 released.
9474
94751994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9476
9477 * Version 19.25 released.
9478
94791994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9480
9481 * Version 19.24 released.
9482
94831994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * Version 19.23 released.
9486
94871994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9488
9489 * Makefile: Delete spurious tab.
9490
94911994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9492
9493 * Makefile (.SUFFIXES): New rule.
9494
94951994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9496
9497 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9498 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9499
95001994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9501
9502 * Makefile (../info/sc): Rename from sc.info.
9503 (../info/cl): Likewise.
9504 (INFO_TARGETS): Use new names.
9505
95061993-12-04 Richard Stallman (rms@srarc2)
9507
9508 * getopt.c: New file.
9509 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9510 (getopt.o): New rule.
9511 (dvi): Don't depend on texindex.
9512 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9513 Depend on texindex.
9514
95151993-12-03 Richard Stallman (rms@srarc2)
9516
9517 * Makefile (../info/sc.info): Rename from ../info/sc.
9518 (TEXI2DVI): New variable.
9519 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9520 Add explicit commands.
9521 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9522
95231993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * Version 19.22 released.
9526
95271993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9528
9529 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9530
95311993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9532
9533 * Version 19.21 released.
9534
95351993-11-15 Paul Eggert (eggert@twinsun.com)
9536
9537 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9538
95391993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9540
9541 * Makefile (../etc/GNU): New target.
9542 (EMACSSOURCES): Add gnu1.texi.
9543
95441993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9545
9546 * Makefile (realclean): Don't delete the Info files.
9547
f0131492 95481993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9549
9550 * forms.texi: Fix forms.texi so that it will format correctly.
9551 Add missing `@end iftex', fix bad reference.
9552
9553 * info.texi, info-stn.texi: New files implement texinfo version of
9554 `info' file.
9555
f0131492 95561993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9557
9558 * Makefile: Fix targets for texindex, new info.texi files.
9559 * info-stnd.texi: New file implements info for standalone info
9560 reader.
9561 * info.texi: Update to include recent changes to "../info/info".
9562 New source file for ../info/info; includes info-stnd.texi.
9563
9564 * texindex.c: Include "../src/config.h" if building in emacs.
9565
9566 * Makefile: Change all files to FILENAME.texi, force all targets
9567 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9568 vip.texinfo, forms.texinfo, cl.texinfo.
9569 Add target to build texindex.c, defining `emacs'.
9570
9571 * forms.texi: Install new file to match version 2.3 of forms.el.
9572
95731993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9574
9575 * Version 19.19 released.
9576
95771993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9578
9579 * sc.texinfo: Fix info file name.
9580
9581 * Makefile (info): Add gnus and sc.
9582 (dvi): Add gnus.dvi and sc.dvi.
9583 (../info/sc, sc.dvi): New targets.
9584
95851993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9586
9587 * Version 19.18 released.
9588
95891993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9590
9591 * Makefile: Fix source file names of the separate manuals.
9592 (gnus.dvi, ../info/gnus): New targets.
9593
95941993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * Version 19.17 released.
9597
95981993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9599
9600 * split-man: Fix typos in last change.
9601
96021993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9603
9604 * Version 19.16 released.
9605
96061993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9607
9608 * version 19.15 released.
9609
96101993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9611
9612 * Makefile (distclean): It's rm, not rf.
9613
96141993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9615
9616 * Version 19.14 released.
9617
96181993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9619
9620 * Makefile: New file.
9621
96221993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9623
9624 * Version 19.13 released.
9625
96261993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9627
9628 * Version 19.9 released.
9629
96301993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9631
9632 * Version 19.8 released.
9633
96341993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9635
9636 * Version 19.7 released.
9637
96381990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9639
9640 * gnus.texinfo: New file. Removed installation instructions.
9641
96421990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9643
9644 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9645
96461989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9647
9648 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9649 then define `\sc' as the command for smallcaps in Texinfo.
9650 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9651 made the corresponding change to makeinfo and texinfm.el.
9652
96531988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9654
9655 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9656 Customization since the menu entry did not point to anything.
9657 Also add an @finalout command to remove overfull hboxes from the
9658 printed output.
9659
9660 * cl.texinfo: Add @bye, \input line and @settitle to file.
9661 This file is clearly intended to be a chapter of some other work,
9662 but the other work does not yet exist.
9663
96641988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9665
9666 * texinfo.texinfo: Three typos corrected.
9667
4009494e 9668;; Local Variables:
c8763fb6 9669;; coding: utf-8
4009494e
GM
9670;; End:
9671
3fe7cdc8 9672 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9673
9674 This file is part of GNU Emacs.
9675
97c0352c 9676 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9677 it under the terms of the GNU General Public License as published by
97c0352c
GM
9678 the Free Software Foundation, either version 3 of the License, or
9679 (at your option) any later version.
4009494e
GM
9680
9681 GNU Emacs is distributed in the hope that it will be useful,
9682 but WITHOUT ANY WARRANTY; without even the implied warranty of
9683 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9684 GNU General Public License for more details.
9685
9686 You should have received a copy of the GNU General Public License
97c0352c 9687 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.