Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
328dac0d
MA
12012-12-02 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
4 (External methods): Fix typo.
5
f4f3b439
GM
62012-11-30 Glenn Morris <rgm@gnu.org>
7
8 * rcirc.texi (Notices): Fix typo.
9
555ccdc2
MA
102012-11-20 Michael Albinus <michael.albinus@gmx.de>
11
12 * trampver.texi: Downgrade version to 2.2.6-24.3, in order to
13 distinguish from trunk.
14
e8693c96
GM
152012-11-16 Glenn Morris <rgm@gnu.org>
16
17 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
18 (Obsolete Macros): Move example here from Function Bindings.
19
6e5e9b70
GM
202012-11-13 Glenn Morris <rgm@gnu.org>
21
5c934f8b
GM
22 * erc.texi: Use @code{nil} rather than just "nil".
23 (Modules): Undocument obsolete "hecomplete".
6e5e9b70 24 Add "notifications".
f925b109 25 (Connecting): Add brief section on passwords.
274f5de6 26 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
6e5e9b70 27
24c38527
GM
282012-11-12 Glenn Morris <rgm@gnu.org>
29
30 * flymake.texi (Customizable variables)
31 (Highlighting erroneous lines): Mention flymake-error-bitmap,
32 flymake-warning-bitmap, and flymake-fringe-indicator-position.
33
5b637222
CY
342012-11-09 Chong Yidong <cyd@gnu.org>
35
36 * url.texi (Introduction): Move url-configuration-directory to
37 Customization node.
38 (Parsed URIs): Split into its own node.
39 (URI Encoding): New node.
40 (Defining New URLs): Remove empty chapter.
41 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
42 Improve docs for url-queue-*.
43 (Supported URL Types): Copyedits. Delete empty subnodes.
44
82f84fa3
CY
452012-11-08 Chong Yidong <cyd@gnu.org>
46
47 * url.texi (Introduction): Rename from Getting Started. Rewrite
48 the introduction.
49 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
50
2ee1d59f
GM
512012-11-07 Glenn Morris <rgm@gnu.org>
52
53 * cl.texi (Obsolete Setf Customization):
54 Revert defsetf example to the more correct let rather than prog1.
bdd8064f
GM
55 Give define-modify-macro, defsetf, and define-setf-method
56 gv.el replacements.
2ee1d59f 57
651af8c6
GM
582012-11-06 Glenn Morris <rgm@gnu.org>
59
2027b1b3 60 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
a358a44e 61 (Setf Extensions): Remove obsolete reference.
2027b1b3 62 (Obsolete Setf Customization):
651af8c6 63 Move note on lack of setf functions to lispref/variables.texi.
ab7f1c43 64 Undocument get-setf-method, since it no longer exists.
a358a44e 65 Mention simple defsetf replaced by gv-define-simple-setter.
651af8c6 66
c65b407b
GM
672012-11-03 Glenn Morris <rgm@gnu.org>
68
69 * cl.texi: Further general copyedits.
685b0026
GM
70 (List Functions): Remove copy-tree, standard elisp for some time.
71 (Efficiency Concerns): Comment out examples that no longer apply.
72 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
92246540
GM
73 (Creating Symbols, Random Numbers): De-emphasize internal
74 variables cl--gensym-counter and cl--random-state. (Bug#12788)
c65b407b 75
7fbf8f7b
GM
762012-11-02 Glenn Morris <rgm@gnu.org>
77
78 * cl.texi (Naming Conventions, Type Predicates, Macros)
79 (Predicates on Numbers): No longer mention cl-floatp-safe.
80
df43dd53
GM
812012-11-01 Glenn Morris <rgm@gnu.org>
82
83 * cl.texi: General copyedits for style, line-breaks, etc.
9f2881af
GM
84 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
85 (Macro Bindings, Blocks and Exits):
86 Acknowledge existence of lexical-binding.
87 (Iteration): Mainly defer to doc of standard dolist, dotimes.
df43dd53 88
69c1c2e6
GM
892012-10-31 Glenn Morris <rgm@gnu.org>
90
dd90fd1a
GM
91 * ert.texi (Introduction, The @code{should} Macro):
92 Refer to "cl-assert" rather than "assert".
93
69c1c2e6
GM
94 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
95 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
96 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
97 Reword, and add details of flet and labels.
87b0d8b1 98 (Modify Macros, Function Bindings): Add some xrefs.
69c1c2e6 99
4ddedf94
GM
1002012-10-30 Glenn Morris <rgm@gnu.org>
101
102 * cl.texi (Modify Macros): Update for cl-letf changes.
103 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
516e1a08
GM
104 (Setf Extensions): Partially restore note about cl-getf,
105 mainly moved to lispref/variables.texi.
106 (Property Lists): Fix cl-getf typos.
f43a5263 107 (Mapping over Sequences): Mention cl-mapc naming oddity.
4ddedf94 108
d3094168
GM
1092012-10-29 Glenn Morris <rgm@gnu.org>
110
111 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
a3c5b619 112 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
d571e9c3 113 (Customizing Setf): Move contents to "Obsolete Setf Customization".
d55911cf
GM
114 (Modify Macros, Multiple Values, Other Clauses):
115 Remove mentions of obsolete features.
6a07d52e 116 (Obsolete Setf Customization): Don't mention `apply' setf.
d3094168 117
3c0c6155
GM
1182012-10-28 Glenn Morris <rgm@gnu.org>
119
f94b04fc
GM
120 * cl.texi (Multiple Values, Common Lisp Compatibility):
121 More namespace updates.
122 (Obsolete Features): Copyedits.
123 (Obsolete Lexical Macros, Obsolete Setf Customization):
124 New subsections.
125
9c52d61d
GM
126 * cl.texi (Porting Common Lisp, Lexical Bindings):
127 Add some xrefs to the Elisp manual.
128
3c0c6155
GM
129 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
130 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
131 (Obsolete Features): New appendix. Move Lexical Bindings here.
132
5887564d
GM
1332012-10-27 Glenn Morris <rgm@gnu.org>
134
e1117425
GM
135 * cl.texi: Use defmac for macros rather than defspec.
136 (Efficiency Concerns): Related copyedit.
137
5887564d
GM
138 * cl.texi (Control Structure): Update for setf now being in core.
139 (Setf Extensions): Rename from Basic Setf. Move much of the
140 former content to lispref/variables.texi.
141 (Modify Macros): Move pop, push details to lispref/variables.texi.
142 (Customizing Setf): Copyedits for setf etc being in core.
143 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
144 Further namespaces updates.
145
bdebdb64
BG
1462012-10-26 Bastien Guerry <bzg@gnu.org>
147
148 * org.texi (Installation): Update the link to Org's ELPA. Also
149 don't mention org-install.el anymore as the replacement file
150 org-loaddefs.el is now loaded by org.el.
151
f956e59d
MA
1522012-10-25 Michael Albinus <michael.albinus@gmx.de>
153
154 * tramp.texi (Frequently Asked Questions): Mention
155 `tramp-completion-reread-directory-timeout' for performance
156 improvement.
157
a05cb6e3
GM
1582012-10-25 Glenn Morris <rgm@gnu.org>
159
160 * cl.texi: Don't mess with the TeX section number counter.
161 Use Texinfo recommended convention for quotes+punctuation.
162 (Overview, Sequence Functions): Rephrase for better line-breaking.
163 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
164 (Macro Bindings, Conditionals, Iteration, Loop Basics)
165 (Random Numbers, Mapping over Sequences, Structures)
166 (Porting Common Lisp): Further updates for cl-lib namespace.
167 (Modify Macros, Declarations, Macro Bindings, Structures):
168 Break long lines in examples.
169 (Dynamic Bindings): Update for changed progv behavior.
170 (Loop Examples, Efficiency Concerns): Markup fixes.
171 (Structures): Remove TeX margin change.
39ff2cf3 172 (Declarations): Fix typos.
a05cb6e3 173
39a58b5b
GM
1742012-10-24 Glenn Morris <rgm@gnu.org>
175
a6880551
GM
176 * cl.texi (Overview, Multiple Values, Creating Symbols)
177 (Numerical Functions): Say less/nothing about the original cl.el.
178 (Old CL Compatibility): Remove.
179 (Assertions): Remove ignore-errors (standard Elisp for some time).
180
39a58b5b
GM
181 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
182 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
183 (Efficiency Concerns, Efficiency Concerns)
184 (Common Lisp Compatibility, Old CL Compatibility):
185 Further updates for cl-lib namespace.
186
72ec96fb
PE
1872012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
188
189 Update manual for new time stamp format (Bug#12706).
190 * emacs-mime.texi (time-date): Update for new format.
191 Also, fix bogus time stamp and modernize a bit.
192
8d6510b9
GM
1932012-10-23 Glenn Morris <rgm@gnu.org>
194
195 * cl.texi: Include emacsver.texi. Use Emacs version number rather
196 than unchanging cl.el version number.
197 End all menu descriptions with a period.
198 Do not use @dfn{CL} for every instance of "CL".
199 (Overview): Remove no-runtime caveat, and note about foo* names.
200 (Usage): Use cl-lib rather than cl.
201 (Organization, Naming Conventions): Update for cl-lib.el.
202 (Installation): Remove long-irrelevant node.
203 (Program Structure, Predicates, Control Structure):
204 Start updating for cl-lib namespace.
8d6510b9
GM
205 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
206 Depend on emacsver.texi.
207
0a078f36
MA
2082012-10-09 Michael Albinus <michael.albinus@gmx.de>
209
210 * trampver.texi: Update release number.
211
a03bb33f
GM
2122012-10-06 Glenn Morris <rgm@gnu.org>
213
24636b26
GM
214 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
215 ERC version.
216 (Introduction): ERC is distributed with Emacs.
217 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
218 (Getting Started): Simplify.
219 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
220 (History): Mention ERC maintained as part of Emacs now.
221 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
222 Add dependency on emacsver.texi.
223
a03bb33f
GM
224 * erc.texi: Remove hand-written node pointers.
225
d259be38
GM
2262012-10-05 Glenn Morris <rgm@gnu.org>
227
228 * newsticker.texi (Overview, Requirements, Usage, Configuration):
229 Copyedits.
230
62a81506
CY
2312012-10-01 Eric Ludlam <zappo@gnu.org>
232
233 * ede.texi (Quick Start, Project Local Variables)
234 (Miscellaneous commands, ede-java-root, Development Overview)
235 (Detecting a Project): New nodes.
236 (Simple projects): Node deleted.
237
238 * eieio.texi (Building Classes): Some slot attributes cannot be
239 overridden.
240 (Slot Options): Remove an example.
241 (Method Invocation, Documentation): New nodes.
242
07f133bf
GM
2432012-10-01 Glenn Morris <rgm@gnu.org>
244
245 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
246 (reftex.pdf): Add dependency on emacsver.texi.
247 * reftex.texi: Don't include directory part for emacsver.texi;
248 the Makefile's -I handles it.
249
4f595e15
RA
2502012-09-30 Ralf Angeli <angeli@caeruleus.net>
251
252 Merge from standalone RefTeX repository.
253
254 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
255 with macros.
256 (Imprint): Mention Wolfgang in list of contributors.
257 (Creating Citations): Give a hint about how to
258 auto-revert the BibTeX database file when using external editors.
259 (Referencing Labels): Simplify section about reference macro
260 cycling.
261 (Options (Referencing Labels)): Adapt to new structure of
262 `reftex-ref-style-alist'.
263 (Referencing Labels, Reference Styles): Document changes in the
264 referencing functionality.
265 (Commands): Mention options for definition of header and footer in
266 BibTeX files.
267 (Options (Creating Citations)): Document
268 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
269 (Reference Styles): New section.
270 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
271 (Options (Referencing Labels)): Remove descriptions of deprecated
272 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
273 Add descriptions for `reftex-ref-style-alist' and
274 `reftex-ref-style-default-list'.
275 (Referencing Labels): Update regarding reference styles.
276 (Citation Styles): Mention support for ConTeXt.
277 (Options (Defining Label Environments)): Fix typo.
278 (Options (Creating Citations)): Document
279 `reftex-cite-key-separator'.
280
8223b1d2
BG
2812012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
282
283 * org.texi: Add description of ORG_ADD_CONTRIB to info
284 documentation. Add link to Worg for more details.
285
286 * org.texi: Clarify installation procedure. Provide link to the
287 build system description on Worg.
288
289 * org.texi: Remove reference to utils/, x11idle.c is now in
290 contrib/scripts.
291
292 * org.texi: Re-normalize to "Org mode" in manual.
293
294 * org.texi (Installation): Adapt documentation to new build
295 system. Mention GNU ELPA (since it needs to be handled like Emacs
296 built-in Org).
297
8223b1d2
BG
2982012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
299
300 * org.texi: Fix typo in description of the 'Hooks' section.
301
302 * org.texi: Add ID to the list of special properties.
303
3042012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
305
306 * org.texi (Moving subtrees): Document the ability to archive to a
307 datetree.
308
3092012-09-30 Bastien Guerry <bzg@altern.org>
310
311 * org.texi (Installation, Feedback, Batch execution): Use
312 (add-to-list 'load-path ... t) for the contrib dir.
313
314 * org.texi (results): Update documentation for ":results drawer"
315 and ":results org".
316
317 * org.texi (Column width and alignment): Fix typo.
318
319 * org.texi (Activation): Point to the "Conflicts" section.
320
321 * org.texi (Conflicts): Mention filladapt.el in the list of
322 conflicting packages.
323
324 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
325 not needed for versions of Emacs > 22.1.
326
327 * org.texi (History and Acknowledgments): Fix typo.
328
329 * org.texi (History and Acknowledgments): Add my own
330 acknowledgments.
331
332 * org.texi (Agenda commands): Document the new command and the new
333 option.
334
335 * org.texi (Agenda commands): Delete `org-agenda-action' section.
336 (Agenda commands): Reorder. Document `*' to toggle persistent
337 marks.
338
339 * org.texi (Agenda dispatcher): Mention
340 `org-toggle-agenda-sticky'.
341 (Agenda commands, Exporting Agenda Views): Fix typo.
342
343 * org.texi (Templates in contexts, Setting Options): Update to
344 reflect changes in how contexts options are processed.
345
346 * org.texi (Templates in contexts): Document the new structure of
347 the variables `org-agenda-custom-commands-contexts' and
348 `org-capture-templates-contexts'.
349
350 * org.texi (Templates in contexts): Document the new option
351 `org-capture-templates-contexts'.
352 (Storing searches): Document the new option
353 `org-agenda-custom-commands-contexts'.
354
355 * org.texi (Formula syntax for Lisp): Reformat.
356
357 * org.texi (Special properties, Column attributes)
358 (Agenda column view): Document the new special property
359 CLOCKSUM_T.
360
361 * org.texi (Template expansion): Document the new %l template.
362
363 * org.texi (Fast access to TODO states): Fix documentation about
364 allowed characters for fast todo selection.
365
366 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
367 use in `org-agenda-to-appt'.
368
369 * org.texi (Comment lines): Update wrt comments.
370
371 * org.texi (Resolving idle time): Document new keybinding.
372
373 * org.texi (Clocking commands): Document the use of S-M-<up/down>
374 on clock timestamps.
375
376 * org.texi (Fast access to TODO states): Explicitely says only
377 letters are supported as fast TODO selection keys.
378
379 * org.texi (Link abbreviations): Illustrate the use of the "%h"
380 specifier. Document the new "%(my-function)" specifier.
381
382 * org.texi (Clocking commands): New cindex.
383 (Clocking commands): Update documentation for `org-clock-in'.
384 Document `org-clock-in-last'. Mention `org-clock-out' and
385 `org-clock-in-last' as commands that can be globally bound.
386 (Resolving idle time): Document continuous clocking.
387
388 * org.texi (Top, Introduction): Fix formatting.
389 (Activation): Add index entries.
390 (Conventions): Update section.
391 (Embedded @LaTeX{}): Fix formatting.
392
393 * org.texi (Visibility cycling): Document `show-children'.
394
395 * org.texi (Using capture): Mention the `org-capture-last-stored'
396 bookmark as a way to jump to the last stored capture.
397
398 * org.texi (Uploading files): Fix typo.
399
400 * org.texi (Using capture): Document `C-0' as a prefix argument
401 for `org-capture'.
402
403 * org.texi (Agenda commands): Document persistent marks.
404
405 * org.texi (Template expansion): Update doc to reflect change.
406
407 * org.texi (Radio tables): Document the :no-escape parameter.
408
409 * org.texi (Repeated tasks): Document repeat cookies for years,
410 months, weeks, days and hours.
411
412 * org.texi (Export options): State that you can use the d: option
413 by specifying a list of drawers.
414
415 * org.texi (HTML preamble and postamble): Small doc improvement.
416
4172012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
418
419 * org.texi: The sections in the Exporting section of the manual
420 left out articles in the description of the org-export-as-*
421 commands, among other places. This patch adds them, adds a few
422 missing prepositions, and switches instances of "an HTML" to "a
423 html" for internal consistency.
424
425 * org.texi: Alter several examples of headings with timestamps in
426 them to include the timestamps in the body instead of the heading.
427
4282012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
429
430 * org.texi (Agenda dispatcher): Document sticky agenda views and
431 the new key for them.
432
4332012-09-30 Charles <millarc@verizon.net> (tiny change)
434
435 * org.texi (Advanced features): Fix error in table.
436
4372012-09-30 Feng Shu <tumashu@gmail.com>
438
439 * org.texi (@LaTeX{} fragments): Document imagemagick as an
440 alternative to dvipng.
441
4422012-09-30 François Allisson <francois@allisson.co> (tiny change)
443
444 * org.texi: Remove extra curly bracket.
445
4462012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
447
448 * org.texi (org-clock-in-last and org-clock-cancel): Update the
449 defkeys.
450
4512012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
452
453 * org.texi (Agenda commands): Fix two typos by giving
454 corresponding function names, according to
455 `org-agenda-view-mode-dispatch'.
456
4572012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
458
459 * org.texi (The spreadsheet): Fix typo.
460
4612012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
462
463 * org.texi (Tracking your habits): Point to the "Tracking TODO
464 state changes" section.
465
4662012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
467
468 * org.texi (Literal examples): Remove reference to unknown
469 `org-export-latex-minted' variable. Also simplify footnote since
470 `org-export-latex-listings' documentation is exhaustive already.
471
472 * org.texi (Plain lists): Remove reference to now hard-coded
473 `bullet' automatic rule.
474
4752012-09-30 Toby S. Cubitt <tsc25@cantab.net>
476
477 * org.texi: Updated documentation accordingly.
478
5087f097
PE
4792012-09-13 Paul Eggert <eggert@cs.ucla.edu>
480
481 * texinfo.tex: Merge from gnulib.
482
20121a26
MA
4832012-09-12 Michael Albinus <michael.albinus@gmx.de>
484
485 Sync with Tramp 2.2.6.
486
487 * tramp.texi (Bug Reports): Cleanup caches before a test run.
488
489 * trampver.texi: Update release number.
490
44677e30
PE
4912012-09-12 Paul Eggert <eggert@cs.ucla.edu>
492
493 * texinfo.tex: Merge from gnulib.
494
5a4c42ba
AA
4952012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
496
497 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
498 (bug#12096).
499
8e7046c3
JB
5002012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
501
1dcac243
JB
502 * calc.texi (Simplification modes, Conversions)
503 (Operating on Selections): Mention "basic" simplification.
8e7046c3
JB
504 (The Calc Mode Line): Mention the mode line display for Basic
505 simplification mode.
506 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
507 simplifications.
508 (Basic Simplifications): Rename from "Limited Simplifications"
509 Replace "limited" by "basic" throughout.
510 (Algebraic Simplifications): Indicate that the algebraic
511 simplifications are done by default.
512 (Unsafe Simplifications): Mention `m E'.
513 (Simplification of Units): Mention `m U'.
514 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
515 (Kinds of Declarations, Functions for Declarations): Mention
516 "algebraic simplifications" instead of `a s'.
1dcac243 517 (Algebraic Entry): Remove mention of default simplifications.
8e7046c3 518
d2bd74ff
JB
5192012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
520
521 * calc.texi (Getting Started, Tutorial): Change simulated
522 Calc output to match actual output.
523 (Simplifying Formulas): Mention that algebraic simplification is now
524 the default.
525
77472261
EZ
5262012-07-28 Eli Zaretskii <eliz@gnu.org>
527
528 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
529 (Bug#12073)
530
09ae5da1
PE
5312012-07-25 Paul Eggert <eggert@cs.ucla.edu>
532
533 Prefer typical American spelling for "acknowledgment".
534 * calc.texi (History and Acknowledgments): Rename from
535 History and Acknowledgements.
536 * idlwave.texi (Acknowledgments):
537 * ses.texi (Acknowledgments):
538 * woman.texi (Acknowledgments): Rename from Acknowledgements.
539
c4444d16
PE
5402012-07-09 Paul Eggert <eggert@cs.ucla.edu>
541
542 Rename configure.in to configure.ac (Bug#11603).
543 * ede.texi (Compiler and Linker objects, ede-proj-project)
544 (ede-step-project): Prefer the name configure.ac to configure.in.
545
ef091c97
MA
5462012-07-06 Michael Albinus <michael.albinus@gmx.de>
547
548 * tramp.texi (Multi-hops): Introduce
549 `tramp-restricted-shell-hosts-alist'.
550
89b163db
G
5512012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
552
553 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
554 methods, so don't mention smtpmail here.
555
5562012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
557
558 * gnus.texi (Picons): Document gnus-picon-properties.
559
5602012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
561
562 * gnus.texi: Remove mention of compilation, as that's no longer
563 supported.
564
5652012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
566
567 * gnus.texi (Archived Messages): Mention
568 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
569
5702012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
571
572 * gnus.texi (Various Summary Stuff):
573 Remove mention of `gnus-propagate-marks'.
574
5752012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
576
577 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
578 which no longer exist.
579
5802012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * gnus.texi (Archived Messages):
583 Document gnus-gcc-self-resent-messages.
584
5852012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
586
587 * message.texi (Mail Variables):
588 Mention the optional user parameter for X-Message-SMTP-Method.
589
5902012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
591
592 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
593
594 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
595
5962012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
597
598 * gnus.texi (Key Index): Change encoding to utf-8.
599
ac1a0ce1 6002012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
601
602 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
603
71cca84d
G
6042012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
605
606 * gnus.texi (Group Timestamp): Mention where to find documentation for
607 the `gnus-tmp-' variables (bug#11601).
608
888a7fc0
MA
6092012-06-11 Michael Albinus <michael.albinus@gmx.de>
610
611 Sync with Tramp 2.2.6-pre.
612
613 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
614 where appropriate.
615 (Ad-hoc multi-hops): New section.
616 (Remote processes): New subsection "Running remote processes on
617 Windows hosts".
618 (History): Add remote commands on Windows, and ad-hoc multi-hop
619 methods.
620 (External methods): "ControlPersist" must be set to "no" for the
621 `scpc' method.
622 (Remote processes): Add a note about `auto-revert-tail-mode'.
623 (Frequently Asked Questions): Use "scpx" in combination with
624 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
625
626 * trampver.texi: Update release number.
627
31ca4639 6282012-06-10 Chong Yidong <cyd@gnu.org>
c342cead
CY
629
630 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
631 compilation for html-mono.
632
0e8bbf66
PE
6332012-06-08 Paul Eggert <eggert@cs.ucla.edu>
634
635 * texinfo.tex: Merge from gnulib.
636
b8f061b3
KY
6372012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
638
639 * Makefile.in (echo-info): Don't try to install info files named
640 just ".info".
641
16af873e
GM
6422012-05-28 Glenn Morris <rgm@gnu.org>
643
c1dabff0
GM
644 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
645
16af873e
GM
646 * sc.texi: Nuke hand-written node pointers.
647 Fix top-level menu to match actual node order.
648
1d5b82ef
GM
6492012-05-27 Glenn Morris <rgm@gnu.org>
650
651 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
652 Some associated fixes, including not messing with chapno in cl.texi.
653
33017faf 6542012-05-27 Bastien Guerry <bzg@gnu.org>
8c8b834f
BG
655
656 * org.texi (Durations and time values): Fix typo.
657
d14b0029
JB
6582012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
659
33017faf 660 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
d14b0029
JB
661 Mention `calc-ensure-consistent-units'.
662
2f4cadd1 6632012-05-14 Andreas Schwab <schwab@linux-m68k.org>
78e91d08 664
9879e263
AS
665 * cc-mode.texi: Avoid space before macro in 4th argument of cross
666 reference commands. (Bug#11461)
667
78e91d08
AS
668 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
669
3fe7cdc8
GM
6702012-05-12 Glenn Morris <rgm@gnu.org>
671
9598ef0b
GM
672 * Makefile.in (mostlyclean): Add more TeX intermediates.
673
7d326a29
GM
674 * Makefile.in: Make it look more like the other doc Makefiles.
675 Use explicit $srcdir in all dependencies.
676 Remove cd $srcdir from rules.
677 (VPATH): Remove.
678 (infodir): Set to an absolute path.
679 (INFO_TARGETS): Use short names.
680 (mkinfodir): infodir is now absolute.
681 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
682
c7f95930 683 * Makefile.in (info.info): Rename from info, to avoid duplication.
9583393f 684 (.SUFFIXES): Disable implicit rules.
c7f95930 685
3fe7cdc8
GM
686 * Makefile.in (MKDIR_P): New, set by configure.
687 (mkinfodir): Use $MKDIR_P.
688
6f0652af
GM
6892012-05-07 Glenn Morris <rgm@gnu.org>
690
691 * forms.texi (Long Example): Update for changed location of files.
692
8045b906
GM
6932012-05-04 Glenn Morris <rgm@gnu.org>
694
695 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
696 (INFO_TARGETS): Use $INFO_EXT.
697 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
698 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
699 (INFO_TARGETS): Use $INFO_EXT.
700 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
701
9e7a4bcf
GM
7022012-05-02 Glenn Morris <rgm@gnu.org>
703
9aa071df
GM
704 * Makefile.in (echo-info): New phony target, used by top-level.
705
9e7a4bcf
GM
706 * viper.texi: Make direntry shorter (also it is no longer "newest").
707
708 * emacs-gnutls.texi, ert.texi, org.texi:
709 Fix dircategory, direntry to match info/dir.
710
31cc861c
GM
711 * faq.texi: Convert @inforefs to @xrefs.
712 Fix some malformed cross-references.
f9e320bb
GM
713 (File-name conventions): Shorten section name to avoid overfull line.
714 (How to add fonts): Use smallexample to avoid overfull lines.
31cc861c 715
723ea6b5
TZ
7162012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
717
718 * auth.texi (Help for users): Update for .gpg file being second.
719
a8e7d6d7 7202012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2f885dca
BG
721
722 * org.texi (Agenda commands): Fix two typos: give corresponding
723 function names, according to `org-agenda-view-mode-dispatch'.
724
a8e7d6d7 7252012-04-27 Glenn Morris <rgm@gnu.org>
dae39d9c
GM
726
727 * faq.texi (Major packages and programs): Remove section.
728 There is no point listing 6 packages (cf etc/MORE.STUFF).
729 (Finding Emacs and related packages): Move "Spell-checkers" here.
578c1d4b 730
dcbf5805
MA
7312012-04-22 Michael Albinus <michael.albinus@gmx.de>
732
733 * dbus.texi (Version): New node.
734 (Properties and Annotations): Mention the object manager
735 interface. Describe dbus-get-all-managed-objects.
736 (Type Conversion): Floating point numbers are allowed, if an
737 anteger does not fit Emacs's integer range.
738 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
739 (Asynchronous Methods): Fix description of
740 dbus-call-method-asynchronously.
741 (Receiving Method Calls): Fix some minor errors. Add
742 dbus-interface-emacs.
743 (Signals): Describe unicast signals and the new match rules.
744 (Alternative Buses): Add the PRIVATE optional argument to
745 dbus-init-bus. Describe its new return value. Add dbus-setenv.
746
adee4030
GM
7472012-04-20 Glenn Morris <rgm@gnu.org>
748
749 * faq.texi (New in Emacs 24): New section.
750 (Packages that do not come with Emacs): Mention M-x list-packages.
751
35dc09a1 7522012-04-14 Alan Mackenzie <acm@muc.de>
932de51c
AM
753
754 * cc-mode.texi (c-offsets-alist): Correct a typo.
755
35dc09a1 7562012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
801a68c8
BG
757
758 * org.texi (Deadlines and scheduling): Fix the example: the
759 DEADLINE item should come right after the headline. We enforce
760 this convention, so it is a bug not to illustrate it correctly in
761 the manual.
762
35dc09a1 7632012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
801a68c8
BG
764
765 * org.texi (Agenda commands): Fix documentation bug by swapping
766 the equivalent keybindings to `org-agenda-next-line' with the ones
767 to `org-agenda-previous-line'.
768
35dc09a1 7692012-04-14 Glenn Morris <rgm@gnu.org>
f48a9cb4
GM
770
771 * Makefile.in: Replace non-portable use of $< in ordinary rules.
772
e2560ea8
EZ
7732012-04-09 Eli Zaretskii <eliz@gnu.org>
774
775 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
776 emacs-gnutls.
777 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
778
6b4f4a2d
TZ
7792012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
780
250b840e 781 * Makefile.in: Add emacs-gnutls.texi to build.
6b4f4a2d
TZ
782
783 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
784
ca2c89b6
TZ
7852012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
786
787 * auth.texi (Secret Service API): Edit further and give examples.
c8bf3227 788 (Secret Service API): Adjust @samp to @code for collection names.
ca2c89b6 789
aebd5f1a
GM
7902012-04-04 Glenn Morris <rgm@gnu.org>
791
792 * auth.texi (Secret Service API): Copyedits.
793 (Help for developers): Fill in some missing function doc-strings.
3c93d00f
GM
794 (Help for users, Help for developers)
795 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
aebd5f1a 796
0317dd51
MA
7972012-04-04 Michael Albinus <michael.albinus@gmx.de>
798
799 * auth.texi (Secret Service API): Add the missing text.
800
3d439cd1
CY
8012012-04-04 Chong Yidong <cyd@gnu.org>
802
803 * message.texi (Using PGP/MIME): Note that epg is now the default.
804
805 * gnus.texi: Reduce references to obsolete pgg library.
806 (Security): Note that epg is now the default.
807
808 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
809
810 * nxml-mode.texi (Completion): C-RET is no longer bound to
811 nxml-complete.
812
153ae947
BG
8132012-04-01 Jambunathan K <kjambunathan@gmail.com>
814
815 * org.texi (Customizing tables in ODT export): Correct few errors.
816
8172012-04-01 Jambunathan K <kjambunathan@gmail.com>
818
819 * org.texi (Links in ODT export): Update.
820 (Labels and captions in ODT export): New node.
821
8222012-04-01 Jambunathan K <kjambunathan@gmail.com>
823
824 * org.texi (Literal examples in ODT export): htmlfontify.el in
825 Emacs-24.1 now supports fontification. So ODT source blocks will
826 be fontified by default.
827
8282012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
829
830 * org.texi (Refiling notes): Remove duplicated keybinding.
831
8322012-04-01 Eric Schulte <eric.schulte@gmx.com>
833
834 * org.texi (noweb): Documentation of this new option to the :noweb
835 header argument.
836
8372012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
838
839 * org.texi (Header and sectioning): Add example demonstrating how
840 to use "LaTeX_CLASS_OPTIONS".
841
8422012-04-01 Eric Schulte <eric.schulte@gmx.com>
843
844 * org.texi (Noweb reference syntax): Describe the ability to
845 execute noweb references in the manual.
846
8472012-04-01 Eric Schulte <eric.schulte@gmx.com>
848
849 * org.texi (cache): Improve cache documentation when session
850 evaluation is used.
851
8522012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
853
854 * org.texi (Plain lists): Document removal.
855
8562012-04-01 Michael Brand <michael.ch.brand@gmail.com>
857
858 * org.texi: Decapitalize file name in references to Calc manual.
859
8602012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
861
862 * org.texi (Plain lists): Document removal.
863
8642012-04-01 Jambunathan K <kjambunathan@gmail.com>
865
866 * org.texi (Top, OpenDocument Text export)
867 (ODT export commands, Extending ODT export)
868 (Images in ODT export, Tables in ODT export)
869 (Configuring a document converter): Add or Update.
870
8712012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
872
873 * org.texi (MobileOrg): Change the wording to reflect that the
874 Android Version is no longer just the little brother of the iOS
875 version.
876
8772012-04-01 Eric Schulte <eric.schulte@gmx.com>
878
879 * org.texi (Key bindings and useful functions): Updated babel key
880 binding documentation in manual.
881
8822012-04-01 Eric Schulte <eric.schulte@gmx.com>
883
884 * org.texi (noweb): Document new noweb header value.
885
8862012-04-01 Eric Schulte <eric.schulte@gmx.com>
887
888 * org.texi (noweb-sep): Document new header argument.
889
8902012-04-01 Eric Schulte <eric.schulte@gmx.com>
891
892 * org.texi (noweb-ref): Documentation of this new custom variable.
893
8942012-04-01 Eric Schulte <eric.schulte@gmx.com>
895
896 * org.texi (wrap): Update the new :wrap documentation to match the
897 current implementation.
898
8992012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
900
901 * org.texi: Added documentation for :wrap.
902
9032012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
904
905 * org.texi: #+RESULTS now user-configurable.
906
9072012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
908
909 * org.texi: Documented :noweb no-export.
910
9112012-04-01 Thomas Dye <dk@poto.local>
912
913 * org.texi: Edit :noweb no header argument for correctness.
914
9152012-04-01 Bastien Guerry <bzg@altern.org>
916
917 * org.texi (Customization): Update the approximate number of Org
918 variables.
919
9202012-04-01 Thomas Dye <dk@poto.local>
921
922 * org.texi: The :results wrap produces a drawer instead of a
923 begin_results block.
924
005a89ff
G
9252012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
926
927 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
928 reflect the new default.
929
589ce070
EZ
9302012-03-10 Eli Zaretskii <eliz@gnu.org>
931
932 * info.texi (Expert Info): Move the index entry for "Texinfo" from
933 "Getting Started" to this node. (Bug#10450)
934
a5392527
CY
9352012-03-10 Chong Yidong <cyd@gnu.org>
936
8ae818e4
CY
937 * flymake.texi (Example -- Configuring a tool called via make):
938 Mention the Automake COMPILE variable (Bug#8715).
939
a5392527
CY
940 * info.texi (Getting Started): Add an index entry (Bug#10450).
941
d49902e4
MA
9422012-03-02 Michael Albinus <michael.albinus@gmx.de>
943
944 * dbus.texi (Signals): Known names will be mapped onto unique
945 names, when registering for signals.
946
53eced6d
GM
9472012-02-29 Glenn Morris <rgm@gnu.org>
948
bcd6cd23
GM
949 * url.texi: Fix quote usage in body text.
950
775b55af
GM
951 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
952
53eced6d
GM
953 * cl.texi: Use @code{} in menus when appropriate.
954
44e97401
GM
9552012-02-28 Glenn Morris <rgm@gnu.org>
956
957 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
958 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
959 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
960 * org.texi, sc.texi, vip.texi, viper.texi:
961 Standardize possessive apostrophe usage.
962
fa9a0855
CY
9632012-02-26 Chong Yidong <cyd@gnu.org>
964
965 * ediff.texi (Quick Help Commands): Add a couple of index entries
966 (Bug#10834).
967
0fd2c9a3
GM
9682012-02-17 Glenn Morris <rgm@gnu.org>
969
970 * gnus.texi (Posting Styles):
971 * remember.texi (Org): Fix cross-refs to other manuals.
972
9f26dc24
GM
9732012-02-15 Glenn Morris <rgm@gnu.org>
974
975 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
976 (Encryption): New chapter, split out from previous.
977
3d2af193
LI
9782012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
979
980 * gnus.texi (Customizing the IMAP Connection): Mention
981 nnimap-record-commands.
982
b74c9672
GM
9832012-02-10 Glenn Morris <rgm@gnu.org>
984
985 * url.texi (Retrieving URLs): Update url-retrieve arguments.
986 Mention url-queue-retrieve.
987
2ebc3b94
GM
9882012-02-09 Glenn Morris <rgm@gnu.org>
989
9fcfcdef
GM
990 * sem-user.texi (Semantic mode user commands): Typo fix.
991
2ebc3b94
GM
992 * info.texi (Create Info buffer): Mention info-display-manual.
993
7c4bbb69
LI
9942012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
995
996 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
997 example (modified from an example by Michael Albinus).
998
debce7bc
G
9992012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1000
1001 * gnus.texi (Agent Basics): Fix outdated description of
1002 `gnus-agent-auto-agentize-methods'.
1003
b207a4ec
AS
10042012-01-28 Andreas Schwab <schwab@linux-m68k.org>
1005
1006 * cc-mode.texi: Always @defindex ss.
1007 (Config Basics): Fix argument of @itemize.
1008 (Macro Backslashes): Add @code around index entry.
1009
b8fe8712
GM
10102012-01-23 Glenn Morris <rgm@gnu.org>
1011
1012 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1013
02dc2fd7
EH
10142012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
1015
1016 * tramp.texi (File): Tweak wording for the `scpc' option.
1017
e7719ea1
G
10182012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1019
1020 * gnus.texi (Group Parameters): Really note precedence.
1021
9937bef4
G
10222012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
1024 * gnus.texi (Group Parameters): Note precedence.
1025
e66ba1df
BG
10262012-01-03 Eric Schulte <eric.schulte@gmx.com>
1027
1028 * org.texi (Noweb reference syntax): Adding documentation of
1029 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1030 variable.
1031
10322012-01-03 Bastien Guerry <bzg@gnu.org>
1033
1034 * org.texi (Plain lists): Split the table to fix the display
1035 of items.
1036
10372012-01-03 Bastien Guerry <bzg@gnu.org>
1038
1039 * org.texi (Plain lists): Fix misplaced explanation.
1040
10412012-01-03 Bastien Guerry <bzg@gnu.org>
1042
1043 * org.texi (Plain lists, Agenda files): Add index entries.
1044
10452012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1046
1047 * org.texi: Use "Org mode" instead of alternatives like
1048 "Org-mode" or "org-mode".
1049
10502012-01-03 Bernt Hansen <bernt@norang.ca>
1051
1052 * org.texi (Agenda commands): Document
1053 `org-clock-report-include-clocking-task'.
1054
10552012-01-03 Bastien Guerry <bzg@gnu.org>
1056
1057 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1058 C-c' on checkboxes.
1059
10602012-01-03 Julian Gehring <julian.gehring@googlemail.com>
1061
1062 * org.texi: End sentences with two spaces.
1063
10642012-01-03 Michael Brand <michael.ch.brand@gmail.com>
1065
1066 * org.texi (External links): Document the link types file+sys
1067 and file+emacs, slightly narrow used page width.
1068
10692012-01-03 Eric Schulte <eric.schulte@gmx.com>
1070
1071 * org.texi (colnames): Note that colnames behavior may differ
1072 across languages.
1073
10742012-01-03 Bastien Guerry <bzg@gnu.org>
1075
1076 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1077
10782012-01-03 Thomas Dye <dk@poto.westell.com>
1079
1080 * org.texi: Augmented discussion of babel property
1081 inheritance. Put footnote outside sentence ending period.
1082
10832012-01-03 Eric Schulte <schulte.eric@gmail.com>
1084
1085 * org.texi (eval): Documenting the full range of :eval header
1086 argument values.
1087
10882012-01-03 Eric Schulte <schulte.eric@gmail.com>
1089
1090 * org.texi (eval): Documentation of the new :eval option.
1091
10922012-01-03 Thomas Dye <dk@poto.local>
1093
1094 * org.texi: Add accumulated properties.
1095
10962012-01-03 Thomas Dye <dk@poto.local>
1097
1098 * org.texi: Documented no spaces in name=assign, another
1099 correction to :var table.
1100
11012012-01-03 Thomas Dye <dk@poto.local>
1102
1103 * org.texi: Changed DATA to NAME in Working With Source Code
1104 section.
1105
11062012-01-03 Tom Dye <tsd@tsdye.com>
1107
1108 * org.texi: Minor change to :var table.
1109
11102012-01-03 Tom Dye <tsd@tsdye.com>
1111
1112 * org.texi: More changes to :var table (some examples were wrong).
1113
11142012-01-03 Tom Dye <tsd@tsdye.com>
1115
1116 * org.texi: Cleaned up :var table.
1117
11182012-01-03 Bastien Guerry <bzg@gnu.org>
1119
1120 * org.texi (Timestamps, Weekly/daily agenda)
1121 (Weekly/daily agenda): Add @cindex for "appointment".
1122
11232012-01-03 Eric Schulte <schulte.eric@gmail.com>
1124
1125 * org.texi (Literal examples): A new link to the template for
1126 inserting empty code blocks.
1127 (Structure of code blocks): A new link to the template for
1128 inserting empty code blocks.
1129
11302012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1131
1132 * org.texi (External links): Add footnote on how the behavior
1133 of the text search in Org files are controled by the variable
1134 `org-link-search-must-match-exact-headline'.
1135
11362012-01-03 Eric Schulte <schulte.eric@gmail.com>
1137
1138 * org.texi (Buffer-wide header arguments): Update
1139 documentation to reflect removal of #+PROPERTIES.
1140
11412012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1142
1143 * org.texi (The clock table): Mention that ACHIVED trees
1144 contribute to the clock table.
1145
11462012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1147
1148 * org.texi (Conflicts): Better yasnippet config info.
1149
11502012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1151
1152 * org.texi (Selective export): Explicitely mention the default
1153 values for `org-export-select-tags',
1154 `org-export-exclude-tags'.
1155
11562012-01-03 Tom Dye <tsd@tsdye.com>
1157
1158 * org.texi: Added a line to specify that header arguments are
1159 lowercase.
1160
11612012-01-03 Tom Dye <tsd@tsdye.com>
1162
1163 * org.texi: :var requires default value when declared.
1164
11652012-01-03 Bastien Guerry <bzg@gnu.org>
1166
1167 * org.texi (Handling links): Add a note about the
1168 `org-link-frame-setup' option.
1169
11702012-01-03 David Maus <dmaus@ictsoc.de>
1171
1172 * org.texi (Exporting Agenda Views, Extracting agenda
1173 information): Fix command line syntax, quote symbol parameter
1174 values.
1175
11762012-01-03 David Maus <dmaus@ictsoc.de>
1177
1178 * org.texi (Exporting Agenda Views): Fix command line syntax.
1179
8d80ef01
PE
11802011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1183 Use octal notation for file permissions, which are normally
1184 thought of in octal.
1185 (Mail Back End Variables): Use more-plausible modes in example.
1186
47d42d81
AM
11872011-12-20 Alan Mackenzie <acm@muc.de>
1188
1189 * cc-mode.texi: Update version string 5.31 -> 5.32.
1190
a98edce9
JB
11912011-12-06 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1194
321decc8
GM
11952011-11-24 Glenn Morris <rgm@gnu.org>
1196
1197 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1198
f8107b79
JB
11992011-11-24 Juanma Barranquero <lekktu@gmail.com>
1200
1201 * makefile.w32-in: Update dependencies.
1202
f5a96a4f
GM
12032011-11-20 Glenn Morris <rgm@gnu.org>
1204
1205 * gnus.texi (Group Information):
1206 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1207
cd1181db
JB
12082011-11-20 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * gnus-coding.texi (Gnus Maintenance Guide):
1211 Rename from "Gnus Maintainance Guide".
1212
1213 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1214 * eieio.texi (Customizing):
fe7a3057
JB
1215 * gnus.texi (Article Washing):
1216 * gnus-news.texi:
1217 * sem-user.texi (Smart Jump): Fix typos.
cd1181db 1218
7877f373
JB
12192011-11-16 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1222
0d26e0b6
JB
12232011-11-15 Juanma Barranquero <lekktu@gmail.com>
1224
c7015153
JB
1225 * ede.texi (project-am-texinfo):
1226 * gnus.texi (Sending or Not Sending):
1227 * org.texi (Template elements): Fix typos.
0d26e0b6 1228
0b381c7e
JB
12292011-11-14 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * ediff.texi (Hooks):
c7015153 1232 * sem-user.texi (Semanticdb Roots): Fix typos.
0b381c7e 1233
40a8bdf6
JB
12342011-11-11 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * semantic.texi (Tag handling): Fix typo.
1237
57dda3bb
KY
12382011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * gnus.texi (Other Gnus Versions): Remove.
1241
52bedd34
AM
12422011-10-28 Alan Mackenzie <acm@muc.de>
1243
1244 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1245 (Other Special Indentations): Add an xref to "Macros with ;".
1246 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1247 "Macros with ;".
1248 (Macros with ;): New page.
1249
00b77525
GM
1250 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1251 Document the new handling of nested scopes for movement by defuns.
52bedd34 1252
4a623313
MA
12532011-10-23 Michael Albinus <michael.albinus@gmx.de>
1254
1255 Sync with Tramp 2.2.3.
1256
1257 * trampver.texi: Update release number.
1258
466a320e
GM
12592011-10-14 Glenn Morris <rgm@gnu.org>
1260
1261 * ert.texi (Introduction, How to Run Tests)
1262 (Running Tests Interactively, Expected Failures)
1263 (Tests and Their Environment, Useful Techniques)
1264 (Interactive Debugging, Fixtures and Test Suites):
1265 Minor rephrasings.
1266 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1267 (Running Tests in Batch Mode): Simplify loading instructions.
1268 (Test Selectors): Clarify some selectors.
1269 (Expected Failures, Useful Techniques):
1270 Make examples fit in 80 columns.
1271
2be4956d
JB
12722011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1273
1274 * calc.texi (Basic Operations on Units): Discuss temperature
1275 conversion (`u t') alongside with other unit conversions ('u c').
1276
7359a765
GM
12772011-10-12 Glenn Morris <rgm@gnu.org>
1278
1279 * ert.texi: Whitespace trivia to make main menu items line up better.
1280
a0c52e5d
GM
12812011-10-08 Glenn Morris <rgm@gnu.org>
1282
1283 * Makefile.in: Fix ert rules.
1284
465d0300
G
12852011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1286
1287 * gnus.texi (Gnus Utility Functions): Add more references and
1288 explanations (bug#9683).
1289
a5166359
LMI
12902011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1291
1292 * gnus.texi (Archived Messages): Note the default (bug#9552).
1293
b523dc20
BW
12942011-09-21 Bill Wohler <wohler@newt.com>
1295
1296 Release MH-E manual version 8.3.
1297
58179cce 1298 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
b523dc20
BW
1299 release 8.3.
1300 (Preface): Updated support information.
bd7239f5 1301 (From Bill Wohler): Reset text to original version. As a
b523dc20
BW
1302 historical quote, the tense should be correct in the time that it
1303 was written.
1304
0afb49a1
LMI
13052011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1306
1307 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1308 (Finding the News): Doc clarification.
1309 (Terminology): Mention naming.
1310
e21bac42
G
13112011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1312
1313 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1314 (Interactive): Document `quiet'.
1315
5b409b39 13162011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
5cb05633 1317
bd7239f5 1318 * org.texi (Images in LaTeX export): Rewrite.
5cb05633 1319
5b409b39 13202011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1321
bd7239f5 1322 * org.texi (Using the mapping API): Mention 'region as a possible
3ab2c837
BG
1323 scope for `org-map-entries'.
1324
5b409b39 13252011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1326
1327 * org.texi (Visibility cycling): Document `org-copy-visible'.
1328
5b409b39 13292011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1330
bd7239f5 1331 * org.texi (Template expansion): Order template sequences in the
3ab2c837
BG
1332 proper order.
1333
5b409b39 13342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1335
1336 * org.texi (eval): Expand discussion of the :eval header argument.
1337
5b409b39 13382011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1339
1340 * org.texi (Languages): Add Lilypond and Awk as supported
1341 languages.
1342
5b409b39 13432011-08-15 Achim Gratz <stromeko@nexgo.de>
3ab2c837 1344
bd7239f5 1345 * org.texi: Document that both CLOCK_INTO_DRAWER and
3ab2c837
BG
1346 LOG_INTO_DRAWER can be used to override the contents of variable
1347 org-clock-into-drawer (or if unset, org-log-into-drawer).
1348
bd7239f5 1349 * org.texi: Replace @xref->@pxref.
3ab2c837 1350
5b409b39 13512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1352
1353 * org.texi (Evaluating code blocks): Documenting the new option
1354 for inline call lines.
1355
5b409b39 13562011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1357
1358 * org.texi (Results of evaluation): More explicit about the
1359 mechanism through which interactive evaluation of code is
1360 performed.
1361
5b409b39 13622011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1363
1364 * org.texi (noweb-ref): New header argument documentation.
1365
5b409b39 13662011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1367
1368 * org.texi (Extracting source code): Documentation of the new
1369 org-babel-tangle-named-block-combination variable.
1370
5b409b39 13712011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1372
bd7239f5 1373 * org.texi (Structure of code blocks): Explicitly state that the
ed9265fc 1374 behavior of multiple blocks of the same name is undefined.
3ab2c837 1375
5b409b39 13762011-08-15 Christian Egli <christian.egli@sbszh.ch>
3ab2c837
BG
1377
1378 * org.texi (TaskJuggler export): Modify the example to reflect the
1379 new effort durations.
1380
5b409b39 13812011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1382
1383 * org.texi (Images in LaTeX export): Escape curly brackets in
1384 LaTeX example.
1385
5b409b39 13862011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1387
1388 * org.texi (The clock table): Document the :properties and
1389 :inherit-props arguments for the clocktable.
1390
5b409b39 13912011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1392
1393 * org.texi (Tables in LaTeX export): Document specifying placement
1394 options for tables.
1395
5b409b39 13962011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1397
1398 * org.texi (Evaluating code blocks): More specific documentation
1399 about the different types of header arguments.
1400
5b409b39 14012011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3ab2c837
BG
1402
1403 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1404
5b409b39 14052011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1406
1407 * org.texi (Built-in table editor): Document the table field
1408 follow mode.
1409
5b409b39 14102011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1411
1412 * org.texi (Easy Templates): Document new template.
1413
5b409b39 14142011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3ab2c837
BG
1415
1416 * org.texi (Literal examples): Add a cross-reference from "Literal
1417 Examples" to "Easy Templates."
1418
5b409b39 14192011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1420
1421 * org.texi (The clock table): Add link to match syntax.
1422
5b409b39 14232011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1424
1425 * org.texi (Agenda commands): Document clock consistency checks.
1426
5b409b39 14272011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1428
1429 * org.texi (Built-in table editor): Document that \vert represents
1430 a vertical bar in a table field.
1431
5b409b39 14322011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1433
1434 * org.texi (Literal examples): Link from "Markup" > "Literate
1435 Examples" to "Working with Source Code".
1436
5b409b39 14372011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1438
1439 * org.texi (Agenda commands): Doc for function option to bulk
1440 action.
1441
5b409b39 14422011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1443
1444 * org.texi (Template expansion): Document new %<...> template
1445 escape.
1446
5b409b39 14472011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1448
1449 * org.texi (Selective export): Document exclusion of any tasks
1450 from export.
1451
5b409b39 14522011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1453
1454 * org.texi (Selective export): Document how to exclude DONE tasks
1455 from export.
1456 (Publishing options): Document the properties to be used to turn off
1457 export of DONE tasks.
1458
5b409b39 14592011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1460
1461 * org.texi (The date/time prompt): Document date range protection.
1462
5b409b39 14632011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1464
1465 * org.texi (padline): Documentation of the new padline header
1466 argument.
1467
5b409b39 14682011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1469
1470 * org.texi (var): Adding "[" to list of characters triggering
1471 elisp evaluation.
1472
5b409b39 14732011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1474
1475 * org.texi (var): Documentation of Emacs Lisp evaluation during
1476 variable assignment.
1477
5b409b39 14782011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1479
1480 * org.texi (colnames): Reference indexing into variables, and note
1481 that colnames are *not* removed before indexing occurs.
1482 (rownames): Reference indexing into variables, and note that
1483 rownames are *not* removed before indexing occurs.
1484
5b409b39 14852011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1486
1487 * org.texi (var): Clarification of indexing into tabular
1488 variables.
1489
5b409b39 14902011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1491
1492 * org.texi (results): Documentation of the `:results wrap' header
1493 argument.
1494
5b409b39 14952011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837 1496
bd7239f5 1497 * org.texi (LaTeX and PDF export): Add a note about a limitation
3ab2c837
BG
1498 of the LaTeX export: the org file has to be properly structured.
1499
5b409b39 15002011-08-15 Bastien Guerry <bzg@gnu.org>
3ab2c837
BG
1501
1502 * org.texi (Dynamic blocks, Structure editing): Mention
1503 the function `org-narrow-to-block'.
1504
5b409b39 15052011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1506
1507 * org.texi (Languages): Updating list of code block supported
1508 languages.
1509
5b409b39 15102011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1511
1512 * org.texi (Special properties): CATEGORY is a special property,
1513 but it may also used in the drawer.
1514
5b409b39 15152011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1516
1517 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1518
5b409b39 15192011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3ab2c837
BG
1520
1521 * org.texi (Include files): Document :lines.
1522
5b409b39 15232011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1524
1525 * org.texi (comments): Documentation of the ":comments noweb" code
1526 block header argument.
1527
5b409b39 15282011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1529
1530 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1531 added extra whitespace around functions to be consistent with the
1532 rest of the section.
1533
5b409b39 15342011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837 1535
0b381c7e 1536 * org.texi (Evaluating code blocks): Expanded discussion of
3ab2c837
BG
1537 #+call: line syntax.
1538 (Header arguments in function calls): Expanded discussion of
1539 #+call: line syntax.
1540
5b409b39 15412011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1542
1543 * org.texi (Evaluating code blocks): More explicit about how to
1544 pass variables to #+call lines.
1545
5b409b39 15462011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1547
1548 * org.texi (Results of evaluation): Link to the :results header
1549 argument list from the "Results of evaluation" section.
1550
5b409b39 15512011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1552
1553 * org.texi (Conflicts): Adding additional information about
1554 resolving org/yasnippet conflicts.
1555
5b409b39 15562011-08-15 David Maus <dmaus@ictsoc.de>
3ab2c837
BG
1557
1558 * org.texi (Publishing options): Document style-include-scripts
1559 publishing project property.
1560
5b409b39 15612011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3ab2c837
BG
1562
1563 * org.texi (Sparse trees): Document the next-error /
1564 previous-error functionality.
1565
5b409b39 15662011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1567
1568 * org.texi (cache): Improved documentation of code block caches.
1569
5b409b39 15702011-08-15 Tom Dye <tsd@tsdye.com>
3ab2c837
BG
1571
1572 * org.texi (Code block specific header arguments): Documentation
1573 of multi-line header arguments.
1574
5b409b39 15752011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1576
1577 * org.texi (Code evaluation security): Add example for using a
1578 function.
1579
5b409b39 15802011-08-15 Eric Schulte <schulte.eric@gmail.com>
3ab2c837
BG
1581
1582 * org.texi (Tables in LaTeX export): Documentation of new
1583 attr_latex options for tables.
1584
5b409b39
BG
15852011-08-03 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * trampver.texi: Update release number.
1588
15892011-07-30 Michael Albinus <michael.albinus@gmx.de>
1590
1591 Sync with Tramp 2.2.2.
1592
1593 * trampver.texi: Update release number.
1594
064e2d08
LMI
15952011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1596
1597 * flymake.texi (Example -- Configuring a tool called via make):
1598 Use /dev/null instead of the Windows "nul" (bug#8715).
1599
b8151e9c
LMI
16002011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1601
1602 * widget.texi (Setting Up the Buffer): Remove mention of the
1603 global keymap parent, which doesn't seem to be accurate
1604 (bug#7045).
1605
5b409b39
BG
16062011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1609
c0a8ae95
KR
16102010-07-10 Kevin Ryde <user42@zip.com.au>
1611
1612 * cl.texi (For Clauses): Add destructuring example processing an
1613 alist (bug#6596).
1614
ac6531ad
LMI
16152011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1616
1617 * ediff.texi (Major Entry Points): Remove mention of `require',
1618 since that's not pertinent in the installed Emacs (bug#9016).
1619
d30dd079
G
16202011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1621
1622 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
0c502747
LMI
1623 (Filtering New Groups): Clarify how simple the "options -n" format is.
1624 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1625 is internal.
d30dd079 1626
862c0d68
MA
16272011-07-04 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * tramp.texi (Cleanup remote connections): Add
1630 `tramp-cleanup-this-connection'.
1631
cd865a33
G
16322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1635 zombies.
1636 (Checking New Groups): Ditto (bug#8974).
7d1738f1 1637 (Checking New Groups): Moved the reference to the right place.
cd865a33
G
1638
16392011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1640
1641 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1642 backups, and not actual vc (bug#8975).
1643
79414ae4
KR
16442011-07-03 Kevin Ryde <user42@zip.com.au>
1645
1646 * cl.texi (For Clauses): @items for hash-values and key-bindings
1647 to make them more visible when skimming. Add examples of `using'
1648 clause to them, examples being clearer than a description in
1649 words (bug#6599).
1650
847ccf7c
AM
16512011-07-01 Alan Mackenzie <acm@muc.de>
1652
1653 * cc-mode.texi (Guessing the Style): New page.
1654 (Styles): Add a short introduction to above.
1655
3da13bb9
DD
16562011-06-28 Deniz Dogan <deniz@dogan.se>
1657
1658 * rcirc.texi (Configuration): Bug-fix:
1659 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1660 Reported by Elias Pipping <pipping@exherbo.org>.
1661
60a0884e
G
16622011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1663
1664 * gnus.texi (Summary Mail Commands): Document
1665 `gnus-summary-reply-to-list-with-original'.
1666
0c7efc08
SM
16672011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * eshell.texi (Known problems): Fix typo.
1670
ea3596a2
MA
16712011-06-12 Michael Albinus <michael.albinus@gmx.de>
1672
0c7efc08 1673 * tramp.texi (Customizing Completion): Mention authinfo-style files.
ea3596a2
MA
1674 (Password handling): `auth-source-debug' is good for debug messages.
1675
2da9c605
G
16762011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1677
1678 * gnus.texi (Store custom flags and keywords): Refer to
1679 `gnus-registry-article-marks-to-{chars,names}' instead of
1680 `gnus-registry-user-format-function-{M,M2}'.
1681
e61923c8
GM
16822011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1683
1684 * texinfo.tex: Merge from gnulib.
1685
627abcdd
TZ
16862011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1687
1688 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
0c7efc08
SM
1689 (Store custom flags and keywords):
1690 Mention `gnus-registry-user-format-function-M' and
627abcdd
TZ
1691 `gnus-registry-user-format-function-M2'.
1692
a3c92bc1
EZ
16932011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1694
8f906c40 1695 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
a3c92bc1 1696
85d870a9
GM
16972011-05-17 Glenn Morris <rgm@gnu.org>
1698
1699 * gnus.texi (Face): Fix typo.
1700
2cdee799
GM
17012011-05-14 Glenn Morris <rgm@gnu.org>
1702
1703 * dired-x.texi (Omitting Examples): Minor addition.
1704
79b70037
GM
17052011-05-10 Jim Meyering <meyering@redhat.com>
1706
1707 * ede.texi: Fix typo "or or -> or".
1708
a7111a62 17092011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
c2f51e23
G
1710
1711 * gnus.texi (Summary Buffer Lines):
1712 gnus-summary-user-date-format-alist does not exist.
1713 (Sorting the Summary Buffer): More about sorting threads.
1714
69026aba
MA
17152011-04-25 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * trampver.texi: Update release number.
1718
9024ff79
MA
17192011-04-14 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * tramp.texi (Frequently Asked Questions): New item for disabling
1722 Tramp in other packages.
1723
c3c65d73
TZ
17242011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1725
1726 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
0c7efc08
SM
1727 (Fancy splitting to parent, Store arbitrary data):
1728 Updated gnus-registry docs.
c3c65d73 1729
9ec6a317
JB
17302011-04-13 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * ede.texi: Fix typos.
1733
1e3b6001
G
17342011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1735
9ec6a317
JB
1736 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1737 It's @table @code.
1e3b6001 1738
a5954fa5
G
17392011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1740
ed9265fc 1741 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
a5954fa5 1742
d71990a1
JB
17432011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1744
1745 * calc.texi (Logarithmic Units): Update the function names.
1746
1518e4f0
G
17472011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1748
1749 * message.texi (Various Commands): Document format specs in the
1750 ellipsis.
1751
a123622d
G
17522011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1753
1754 * message.texi (Insertion Variables): Document message-cite-style.
1755
17562011-03-14 Michael Albinus <michael.albinus@gmx.de>
e756ec02
MA
1757
1758 * tramp.texi (Remote processes): New subsection "Running shell on
1759 a remote host".
1760
4248cca2
TZ
17612011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1762
1763 * auth.texi (Help for developers): Update docs to explain that the
1764 :save-function will only run the first time.
1765
54ce11a1
GM
17662011-03-12 Glenn Morris <rgm@gnu.org>
1767
1768 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1769 (emacs-faq.text): New target.
1770 (clean): Add emacs-faq.
1771
0c3b25f8
MA
17722011-03-12 Michael Albinus <michael.albinus@gmx.de>
1773
1774 Sync with Tramp 2.2.1.
1775
1776 * trampver.texi: Update release number.
1777
b740639e
GM
17782011-03-11 Glenn Morris <rgm@gnu.org>
1779
1780 * Makefile.in (HTML_TARGETS): New.
1781 (clean): Delete $HTML_TARGETS.
1782 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1783
733afdf4
TZ
17842011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1785
1786 * auth.texi (Help for developers): Show example of using
1787 `auth-source-search' with prompts and :save-function.
1788
33383987
JB
17892011-03-07 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * Version 23.3 released.
1792
a5057546
G
17932011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1794
1795 * message.texi (Message Buffers): Update default value of
1796 message-generate-new-buffers.
1797
479a2c9b
JB
17982011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1799
1800 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1801 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1802 respectively.
05a29101
JB
1803 (Musical Notes): New section.
1804 (Customizing Calc): Mention the customizable variable
1805 calc-note-threshold.
479a2c9b 1806
e0535b76
GM
18072011-03-03 Glenn Morris <rgm@gnu.org>
1808
1809 * url.texi (Dealing with HTTP documents): Remove reference to
1810 function url-decode-text-part; never seems to have existed. (Bug#6038)
e7b21e2b 1811 (Configuration): Update url-configuration-directory description.
e0535b76 1812
2777ccbf
GM
18132011-03-02 Glenn Morris <rgm@gnu.org>
1814
1815 * dired-x.texi (Multiple Dired Directories): Remove mentions
1816 of dired-default-directory-alist and dired-default-directory.
1817 Move dired-smart-shell-command here...
1818 (Miscellaneous Commands): ... from here.
1819
257219bd
PE
18202011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1821
1822 * texinfo.tex: Update to version 2011-02-24.09.
1823
8889f4e2
GM
18242011-03-02 Glenn Morris <rgm@gnu.org>
1825
1826 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1827 instead of the obsoleted dired-omit-here-always.
1828
5d41af19
MA
18292011-02-28 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1832 supported systems.
1833
2b0c7330 18342011-02-28 Glenn Morris <rgm@gnu.org>
51a13bdd 1835
61cf3a76
GM
1836 * dbus.texi (Type Conversion): Grammar fix.
1837
cce7d530 18382011-02-23 Michael Albinus <michael.albinus@gmx.de>
51a13bdd 1839
cce7d530
GM
1840 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1841 "Debian GNU/Linux".
51a13bdd 1842
cce7d530
GM
1843 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1844
817b48a7
GM
18452011-02-23 Glenn Morris <rgm@gnu.org>
1846
cce7d530
GM
1847 * dired-x.texi (Features): Minor rephrasing.
1848 (Local Variables): Fix typos.
47301027
GM
1849
1850 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1851 Standardize some Emacs/XEmacs terminology.
1852
817b48a7
GM
1853 * dired-x.texi (Features): Don't advertise obsolete local variables.
1854 Simplify layout.
1855 (Omitting Variables): Update local variables example.
1856 (Local Variables): Say this is obsolete. Fix description of
1857 dired-enable-local-variables possible values.
1858
4a3988d5
G
18592011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1860
1861 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1862 default now.
1863
8e22bee0
G
18642011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1865
1866 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1867
06b840e0
LI
18682011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus.texi (Window Layout): Document layout names.
1871
67ab0163 18722011-02-19 Eli Zaretskii <eliz@gnu.org>
0c973505
EZ
1873
1874 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1875 * auth.texi: Sync @dircategory with ../../info/dir.
1876 * autotype.texi: Sync @dircategory with ../../info/dir.
1877 * calc.texi: Sync @dircategory with ../../info/dir.
1878 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1879 * cl.texi: Sync @dircategory with ../../info/dir.
1880 * dbus.texi: Sync @dircategory with ../../info/dir.
1881 * dired-x.texi: Sync @dircategory with ../../info/dir.
1882 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1883 * ede.texi: Sync @dircategory with ../../info/dir.
1884 * ediff.texi: Sync @dircategory with ../../info/dir.
1885 * edt.texi: Sync @dircategory with ../../info/dir.
1886 * eieio.texi: Sync @dircategory with ../../info/dir.
1887 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1888 * epa.texi: Sync @dircategory with ../../info/dir.
1889 * erc.texi: Sync @dircategory with ../../info/dir.
1890 * eshell.texi: Sync @dircategory with ../../info/dir.
1891 * eudc.texi: Sync @dircategory with ../../info/dir.
1892 * flymake.texi: Sync @dircategory with ../../info/dir.
1893 * forms.texi: Sync @dircategory with ../../info/dir.
1894 * gnus.texi: Sync @dircategory with ../../info/dir.
1895 * idlwave.texi: Sync @dircategory with ../../info/dir.
1896 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1897 * message.texi: Sync @dircategory with ../../info/dir.
1898 * mh-e.texi: Sync @dircategory with ../../info/dir.
1899 * newsticker.texi: Sync @dircategory with ../../info/dir.
1900 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1901 * org.texi: Sync @dircategory with ../../info/dir.
1902 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1903 * pgg.texi: Sync @dircategory with ../../info/dir.
1904 * rcirc.texi: Sync @dircategory with ../../info/dir.
1905 * reftex.texi: Sync @dircategory with ../../info/dir.
1906 * remember.texi: Sync @dircategory with ../../info/dir.
1907 * sasl.texi: Sync @dircategory with ../../info/dir.
1908 * sc.texi: Sync @dircategory with ../../info/dir.
1909 * semantic.texi: Sync @dircategory with ../../info/dir.
1910 * ses.texi: Sync @dircategory with ../../info/dir.
1911 * sieve.texi: Sync @dircategory with ../../info/dir.
1912 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1913 * speedbar.texi: Sync @dircategory with ../../info/dir.
1914 * trampver.texi [emacs]: Set emacsname to "Emacs".
1915 * tramp.texi: Sync @dircategory with ../../info/dir.
1916 * url.texi: Sync @dircategory with ../../info/dir.
1917 * vip.texi: Sync @dircategory with ../../info/dir.
1918 * viper.texi: Sync @dircategory with ../../info/dir.
1919 * widget.texi: Sync @dircategory with ../../info/dir.
1920 * woman.texi: Sync @dircategory with ../../info/dir.
1921
30abce25
GM
19222011-02-19 Glenn Morris <rgm@gnu.org>
1923
0c7efc08
SM
1924 * dired-x.texi (Technical Details): No longer redefines
1925 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
bea584fa 1926 dired-read-shell-command, or dired-find-buffer-nocreate.
30abce25 1927
f31f8469
GM
19282011-02-18 Glenn Morris <rgm@gnu.org>
1929
1930 * dired-x.texi (Optional Installation File At Point): Simplify.
1931
35123c04
TZ
19322011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1933
1934 * auth.texi (Help for users): Use :port instead of :protocol for all
1935 auth-source docs.
7ba93e94
G
1936 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1937 to have two files in `auth-sources'.
35123c04 1938
da5e0ce4
GM
19392011-02-16 Glenn Morris <rgm@gnu.org>
1940
b322c9af
GM
1941 * dired-x.texi: Use emacsver.texi to get Emacs version.
1942 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1943 Depend on emacsver.texi.
1944
07ca5555
GM
1945 * dired-x.texi: Drop meaningless version number.
1946 (Introduction): Remove old info.
1947 (Optional Installation Dired Jump): Autoload from dired-x.
1948 Remove incorrect info about loaddefs.el.
1949 (Bugs): Just refer to M-x report-emacs-bug.
1950
da5e0ce4
GM
1951 * dired-x.texi (Multiple Dired Directories): Update for rename of
1952 default-directory-alist.
1953 (Miscellaneous Commands): No longer mention very old VM version 4.
1954
bb55f713
PE
19552011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1956
1957 Merge from gnulib.
1958 * texinfo.tex: Update to version 2011-02-14.11.
1959
5415d076
G
19602011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1961
da5e0ce4
GM
1962 * auth.texi (Help for users):
1963 Login collection is "Login" and not "login".
5415d076 1964
14029d4b
MA
19652011-02-13 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * tramp.texi (History): Remove IMAP support.
1968 (External methods, Frequently Asked Questions): Remove `imap' and
1969 `imaps' methods.
1970 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1971
1972 * trampver.texi: Remove default value of `emacsimap'.
1973
8a36c07f
GM
19742011-02-13 Glenn Morris <rgm@gnu.org>
1975
1976 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1977 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1978
165bc5a0
GM
19792011-02-12 Glenn Morris <rgm@gnu.org>
1980
1981 * sc.texi (Getting Connected): Remove old index entries.
1982
5415d076 19832011-02-12 Ulrich Mueller <ulm@gentoo.org>
43aa28e2
UM
1984
1985 * url.texi: Remove duplicate @dircategory (Bug#7942).
1986
b8e0f0cd
G
19872011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1988
8a36c07f
GM
1989 * auth.texi (Overview, Help for users, Help for developers):
1990 Update docs.
b8e0f0cd
G
1991 (Help for users): Talk about spaces.
1992
caf82551
PE
19932011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 * texinfo.tex: Update to version 2011-02-07.16.
1996
1ff98217
MA
19972011-02-07 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * dbus.texi (Bus names): Adapt descriptions for
2000 dbus-list-activatable-names and dbus-list-known-names.
2001
2e78df6b
JB
20022011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
2003
2004 * calc.texi (Logarithmic Units): New section.
2005
7fbf7cae
TZ
20062011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
2007
2008 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2009 manuals use it now.
2010
0c7efc08 2011 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
7fbf7cae 2012
156ad271
KY
20132011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * overrides.texi: Remove.
2016
2017 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2018 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2019
36539990
MA
20202011-02-05 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * tramp.texi (Frequently Asked Questions): Mention problems with
2023 WinSSHD.
2024
2025 * trampver.texi: Update release number.
2026
20272011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
2028
2029 * tramp.texi:
2030 Replace "delimet" with "delimit" globally.
2031 Replace "explicite" with "explicit" globally.
2032 Replace "instead of" with "instead" where there was nothing after "of".
2033 Audit use of comma before interrogative pronoun, "that", or "which".
2034 Minor word order, spelling, wording changes.
2035
ec72bf63
G
20362011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2037
2038 * overrides.texi: New file to set or clear WEBHACKDEVEL.
2039
2040 * sieve.texi: Use WEBHACKDEVEL.
2041
2042 * sasl.texi: Use WEBHACKDEVEL.
2043
2044 * pgg.texi: Use WEBHACKDEVEL.
2045
2046 * message.texi: Use WEBHACKDEVEL.
2047
2048 * gnus.texi: Use WEBHACKDEVEL.
2049
2050 * emacs-mime.texi: Use WEBHACKDEVEL.
2051
2052 * auth.texi: Use WEBHACKDEVEL.
2053
2054 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2055 manuals.
2056
20572011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2058
2059 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2060
90b750f4
PE
20612011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2062
2063 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2064 which in turn is copied from ftp://tug.org/tex/.
2065
0e751a49
GM
20662011-02-03 Glenn Morris <rgm@gnu.org>
2067
2068 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2069 (Binding combinations of modifiers and function keys):
2070 Let's assume people reading this are not using Emacs 18.
2071
7f13c2e2
LI
20722011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2075 since it's run automatically.
2076
d76c843e
LI
20772011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2078
2079 * gnus.texi (Customizing Articles): Fix typo.
2080
12e3ca0a
LI
20812011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus.texi (Customizing Articles): Document the new way of customizing
2084 the date headers(s).
2085
fe72c8fa
LI
20862011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2087
2088 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2089 splitting example.
2090
bf3dae7e
EZ
20912011-01-29 Eli Zaretskii <eliz@gnu.org>
2092
2093 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2094 (MAKEINFO_OPTS): New variable.
2095 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2096 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2097 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2098 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2099 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2100 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2101 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2102 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2103 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2104 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2105 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2106 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2107 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2108 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2109 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2110 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2111 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2112 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2113
d6f13ac8
LI
21142011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2115
2116 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2117
c5ecc769
G
21182011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2119
2120 * message.texi (IDNA): Explain what it is.
2121
21222011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2123
2124 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2125
45eb2a5d
WL
21262011-01-23 Werner Lemberg <wl@gnu.org>
2127
2128 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2129 (MAKEINFO_OPTS): New variable. Use it where appropriate.
0c7efc08 2130 (ENVADD): Update.
45eb2a5d 2131
6872a814
GM
21322011-01-18 Glenn Morris <rgm@gnu.org>
2133
2134 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2135
77ab81d0 21362011-01-14 Eduard Wiebe <usenet@pusto.de>
b218c6cd
EW
2137
2138 * nxml-mode.texi (Introduction): Fix file name typos.
2139
d221e780
CO
21402011-01-13 Christian Ohler <ohler@gnu.org>
2141
2142 * ert.texi: New file.
2143
2144 * Makefile.in:
2145 * makefile.w32-in: Add ert.texi.
2146
8c904d82
MA
21472011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2148
2149 * dbus.texi (Receiving Method Calls): New function
2150 dbus-register-service. Rearrange node.
2151
f56e0e7a
PE
21522011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2153
2154 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2155 which in turn is copied from ftp://tug.org/tex/.
2156
0fadf00e
MA
21572011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2158
2159 * dbus.texi (Receiving Method Calls): Describe new optional
2160 parameter dont-register-service of dbus-register-{method,property}.
2161
8b358e90
DU
21622010-12-17 Daiki Ueno <ueno@unixuser.org>
2163
0c7efc08
SM
2164 * epa.texi (Encrypting/decrypting *.gpg files):
2165 Mention epa-file-select-keys.
8b358e90 2166
549c9aed
G
21672010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2168
2169 * gnus.texi (Archived Messages): Remove outdated text.
2170
21712010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2172
0c7efc08 2173 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
549c9aed 2174
156e3f9c
G
21752010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2176
83f3eadc 2177 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
156e3f9c 2178
8151d490
AC
21792010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2180
2181 * gnus.texi (The swish++ Engine): Add customizable parameters
2182 descriptions.
2183 (The swish-e Engine): Ditto.
2184
305bdd22
MA
21852010-12-14 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * tramp.texi (Inline methods): Add "ksu" method.
2188 (Remote processes): Add example with remote `default-directory'.
2189
53aff12a
GM
21902010-12-14 Glenn Morris <rgm@gnu.org>
2191
2192 * faq.texi (Expanding aliases when sending mail):
2193 Now build-mail-aliases is interactive.
2194
8a1cdce5
AC
21952010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2196
2197 * gnus.texi: First pass at adding (rough) nnir documentation.
2198
7410c270
G
21992010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
53aff12a
GM
2201 * gnus.texi (Filtering New Groups):
2202 Mention gnus-auto-subscribed-categories.
2203 (The First Time): Remove, since default-subscribed-newsgroups has been
7410c270
G
2204 removed.
2205
f49d1f52 22062010-12-13 Glenn Morris <rgm@gnu.org>
7dde1a86
GM
2207
2208 * cl.texi (For Clauses): Small fixes for frames and windows.
2209
acedf35c
CD
22102010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2211
2212 * org.texi (Using capture): Document using prefix arguments for
2213 finalizing capture.
2214 (Agenda commands): Document prefix argument for the bulk scatter
2215 command.
2216 (Beamer class export): Document that also overlay arguments can be
2217 passed to the column environment.
2218 (Template elements): Document the new entry type.
2219
22202010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2221
2222 * org.texi (Include files): Document :minlevel.
2223
22242010-12-11 Julien Danjou <julien@danjou.info>
2225
2226 * org.texi (Categories): Document category icons.
2227
22282010-12-11 Eric Schulte <schulte.eric@gmail.com>
2229
2230 * org.texi (noweb): Fix typo.
2231
516aa569
G
22322010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2233
2234 * gnus.texi (Server Commands): Point to the rest of the server
2235 commands.
2236
04db63bc
G
22372010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
2239 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2240 g'.
2241
ed797193
G
22422010-12-02 Julien Danjou <julien@danjou.info>
2243
2244 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2245
22462010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2249 (Direct Functions): Note the STARTTLS upgrade.
2250
07976ae3 22512010-11-27 Glenn Morris <rgm@gnu.org>
4d47208a 2252 James Clark <none@example.com>
d3dfb185
GM
2253
2254 * nxml-mode.texi (Introduction): New section.
2255
59e75882
G
22562010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
2258 * gnus.texi (Server Commands): Document gnus-server-show-server.
2259
568a887f
MA
22602010-11-20 Michael Albinus <michael.albinus@gmx.de>
2261
2262 Sync with Tramp 2.2.0.
2263
2264 * trampver.texi: Update release number.
2265
1265829e
JB
22662010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2267
2268 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2269 Mention that the TeX specific units won't use the `tex' prefix
2270 in TeX mode.
2271
239661c0
KY
22722010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2273
2274 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2275
4a47c275 22762010-11-17 Glenn Morris <rgm@gnu.org>
20989285
GM
2277
2278 * edt.texi: Remove information about Emacs 19.
2279
4a47c275 22802010-11-17 Michael Albinus <michael.albinus@gmx.de>
3ff91964
MA
2281
2282 * trampver.texi: Update release number.
2283
2f0e0dc8
KY
22842010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2285
2286 * gnus.texi (Article Washing): Fix typo.
2287
afe98dfa
CD
22882010-11-11 Noorul Islam <noorul@noorul.com>
2289
56f5a94e 2290 * org.texi: Fix typo.
afe98dfa
CD
2291
22922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2293
2294 * org.texi (Using capture): Explain that refiling is
2295 sensitive to cursor position.
2296
22972010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2298
56f5a94e 2299 * org.texi (Images and tables): Add cross reference to link section.
afe98dfa
CD
2300
23012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2302
2303 * org.texi: Document the <c> cookie.
2304
23052010-11-11 Eric Schulte <schulte.eric@gmail.com>
2306
bd7239f5 2307 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
56f5a94e 2308 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
afe98dfa
CD
2309
23102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2311
56f5a94e 2312 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
afe98dfa
CD
2313
23142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2315
56f5a94e 2316 * org.texi (Project alist): Mention that this is a property list.
afe98dfa
CD
2317
23182010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2319
2320 * org.texi (Setting up the staging area): Document that
2321 file names remain visible when encrypting the MobileOrg files.
2322
23232010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2324
2325 * org.texi (Setting up the staging area): Document which
2326 versions are needed for encryption.
2327
23282010-11-11 Eric Schulte <schulte.eric@gmail.com>
2329
56f5a94e
GM
2330 * org.texi (noweb): Update :noweb documentation to
2331 reflect the new "tangle" argument.
afe98dfa
CD
2332
23332010-11-11 Eric Schulte <schulte.eric@gmail.com>
2334
56f5a94e
GM
2335 * org.texi (Batch execution): Improve tangling script in
2336 documentation.
afe98dfa
CD
2337
23382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2339
2340 * org.texi (Handling links):
2341 (In-buffer settings): Document inlining images on startup.
2342
23432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2344
2345 * org.texi (Setting up the staging area): Document use of
2346 crypt password.
2347
23482010-11-11 David Maus <dmaus@ictsoc.de>
2349
56f5a94e 2350 * org.texi (Template expansion): Add date related link type escapes.
afe98dfa
CD
2351
23522010-11-11 David Maus <dmaus@ictsoc.de>
2353
56f5a94e
GM
2354 * org.texi (Template expansion): Add mew in table for link type
2355 escapes.
afe98dfa
CD
2356
23572010-11-11 David Maus <dmaus@ictsoc.de>
2358
56f5a94e 2359 * org.texi (Template expansion): Fix typo in link type escapes.
afe98dfa
CD
2360
23612010-11-11 Eric Schulte <schulte.eric@gmail.com>
2362
56f5a94e 2363 * org.texi (Structure of code blocks): Another documentation tweak.
afe98dfa
CD
2364
23652010-11-11 Eric Schulte <schulte.eric@gmail.com>
2366
56f5a94e 2367 * org.texi (Structure of code blocks): Documentation tweak.
afe98dfa
CD
2368
23692010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
56f5a94e
GM
2371 * org.texi (Structure of code blocks):
2372 Update documentation to mention inline code block syntax.
afe98dfa
CD
2373
23742010-11-11 Eric Schulte <schulte.eric@gmail.com>
2375
56f5a94e 2376 * org.texi (comments): Improve wording.
afe98dfa
CD
2377
23782010-11-11 Eric Schulte <schulte.eric@gmail.com>
2379
56f5a94e 2380 * org.texi (comments): Document the new :comments header arguments.
afe98dfa
CD
2381
23822010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2383
2384 * org.texi (Installation): Remove the special
2385 installation instructions for XEmacs.
2386
23872010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2388
56f5a94e 2389 * org.texi (Easy Templates): New section. Documents quick
afe98dfa
CD
2390 insertion of empty structural elements.
2391
23922010-11-11 Noorul Islam <noorul@noorul.com>
2393
56f5a94e 2394 * org.texi: Fix doc.
afe98dfa
CD
2395
23962010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2397
2398 * org.texi (The date/time prompt): Document specification
2399 of time ranges.
2400
24012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2402
2403 * org.texi (Internal links): Document the changes in
2404 internal links.
2405
24062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2407
2408 * org.texi (Agenda commands): Document the limitation for
2409 the filter preset - it can only be used for an entire agenda
2410 view, not in an individual block in a block agenda.
2411
24122010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2413
2414 * org.texi (iCalendar export): Document alarm creation.
2415
6f8fc60c
MA
24162010-11-10 Michael Albinus <michael.albinus@gmx.de>
2417
2418 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2419
be3c11b3
LMI
24202010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2421
2422 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2423
d607b96b 24242010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3ff91964 2425
d607b96b 2426 * calc.texi: Use emacsver.texi to determine Emacs version.
3ff91964 2427
181cb5fb
G
24282010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2429
2430 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2431 since that works by default.
2432
24332010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2434
2435 * gnus.texi (Customizing the IMAP Connection): Document
2436 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2437
36bc5d3b
MA
24382010-11-04 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * tramp.texi (Remote shell setup): New item "Interactive shell
2441 prompt". Reported by Christian Millour <cm@abtela.com>.
2442 (Remote shell setup, Remote processes): Use @code{} for
2443 environment variables.
2444
cf503f7c
GM
24452010-11-03 Glenn Morris <rgm@gnu.org>
2446
537b04b9 2447 * ediff.texi (Quick Help Commands, Miscellaneous):
d7619e3b 2448 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
cf503f7c 2449
389b76fa
G
24502010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2453
2699a554 24542010-10-31 Glenn Morris <rgm@gnu.org>
bbe1ba5e
GM
2455
2456 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2457
2699a554 24582010-10-31 Glenn Morris <rgm@gnu.org>
97af9a72
GM
2459
2460 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2461
99e65b2d
G
24622010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
0c7efc08
SM
2464 * gnus.texi (Client-Side IMAP Splitting):
2465 Mention nnimap-unsplittable-articles.
99e65b2d
G
2466
24672010-10-29 Julien Danjou <julien@danjou.info>
2468
2469 * gnus.texi (Finding the News): Remove references to obsoletes
2470 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2471
aeeb3dcb
EZ
24722010-10-29 Eli Zaretskii <eliz@gnu.org>
2473
2474 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2475 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2476 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2477 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2478
8289f37b
GM
24792010-10-28 Glenn Morris <rgm@gnu.org>
2480
2481 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2482 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2483 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2484
d85d3b3a
DU
24852010-10-25 Daiki Ueno <ueno@unixuser.org>
2486
2487 * epa.texi (Mail-mode integration): Add alternative key bindings
2488 for epa-mail commands; escape comma.
c05c2b9b 2489 Don't use the word "PGP", since it is a non-free program.
d85d3b3a 2490
9f534a47
JB
24912010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2492
99e65b2d 2493 * calc.texi: Use emacsver.texi to determine Emacs version.
9f534a47 2494
5793a7bc 24952010-10-24 Juanma Barranquero <lekktu@gmail.com>
88dbda51
JB
2496
2497 * gnus.texi (Group Parameters, Buttons): Fix typos.
2498
280f417b
G
24992010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2500
2501 * gnus.texi (Subscription Commands): Mention that you can also
2502 subscribe to new groups via the Server buffer, which is probably more
2503 convenient when subscribing to many groups.
2504
d806c872
G
25052010-10-21 Julien Danjou <julien@danjou.info>
2506
2507 * message.texi (Message Headers): Allow message-default-headers to be a
2508 function.
2509
d5798f68
LMI
25102010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
2512 * gnus-news.texi: Mention new archive defaults.
2513
b79bbef7
KY
25142010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2515
2516 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2517
2526f423
G
25182010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2519
2520 * gnus.texi (HTML): Document the function value of
2521 gnus-blocked-images.
2522 (Article Washing): shr and gnus-w3m, not the direct function names.
2523
ba91f05d
G
25242010-10-20 Julien Danjou <julien@danjou.info>
2525
2526 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2527 variable.
2528
da451787
LMI
25292010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530
2531 * gnus.texi (Customizing the IMAP Connection): The port strings are
2532 strings.
c872595d 2533 (Document Groups): Mention git.
da451787 2534
7cad71ad
G
25352010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
2537 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2538 bzr/Gnus git sync.
2539
c56dfd36
EZ
25402010-10-15 Eli Zaretskii <eliz@gnu.org>
2541
2542 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2543 change.
2544
a1d16a7b
G
25452010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2546
2547 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2548 @item syntax for in-Emacs makeinfo.
2549
25502010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2551
2552 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2553 trim sentence.
2554
98e2b864
DU
25552010-10-12 Daiki Ueno <ueno@unixuser.org>
2556
2557 * epa.texi (Caching Passphrases):
0c7efc08
SM
2558 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2559 Clarify some configurations require to set up gpg-agent.
98e2b864 2560
c12e4a81
GM
25612010-10-11 Glenn Morris <rgm@gnu.org>
2562
2563 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2564
f7aa248a
G
25652010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * gnus.texi (Spam Package Introduction): Mention `$'.
2568
6513b232
EZ
25692010-10-09 Eli Zaretskii <eliz@gnu.org>
2570
2571 * makefile.w32-in (emacsdir): New variable.
2572 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2573 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2574
abd40fb4
GM
25752010-10-09 Glenn Morris <rgm@gnu.org>
2576
0f05450f
GM
2577 * Makefile.in (mostlyclean): Delete *.toc.
2578
d3a4ac46
GM
2579 * Makefile.in: Use $< in rules.
2580
aa9db089
GM
2581 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2582
abd40fb4
GM
2583 * Makefile.in ($(infodir)): Delete rule.
2584 (mkinfodir): New. Use it in all the info rules, rather than depending
2585 on infodir.
2586
ea274122
GM
25872010-10-09 Glenn Morris <rgm@gnu.org>
2588
6e90e2a8
GM
2589 * gnus.texi (Article Washing): Fix previous change.
2590
f7a31f11
GM
2591 * Makefile.in (emacsdir): New variable.
2592 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
b13254e7
GM
2593 Depend on emacsver.texi.
2594
f7a31f11
GM
2595 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2596
ea274122
GM
2597 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2598
36d3245f
G
25992010-10-08 Julien Danjou <julien@danjou.info>
2600
f7a31f11 2601 * gnus.texi: Add mm-shr.
36d3245f
G
2602
26032010-10-08 Ludovic Courtès <ludo@gnu.org>
2604
2605 * gnus.texi (Finding the Parent, The Gnus Registry)
2606 (Registry Article Refer Method): Update docs for nnregistry.el.
2607
26082010-10-08 Daiki Ueno <ueno@unixuser.org>
2609
2610 * auth.texi (Help for users)
2611 (GnuPG and EasyPG Assistant Configuration): Update docs.
2612
12359245
GM
26132010-10-08 Glenn Morris <rgm@gnu.org>
2614
2615 * cl.texi (Organization, Installation, Old CL Compatibility):
2616 Deprecate cl-compat for new code.
4628bef1 2617 (Usage, Installation): Remove outdated information.
e1a8c4c0
GM
2618
2619 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2620
fcf2d385
KY
26212010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2624
66627fa9
G
26252010-10-06 Julien Danjou <julien@danjou.info>
2626
fd9ba500
JD
2627 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2628
66627fa9
G
2629 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2630 broken link.
2631
2632 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2633
2634 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2635 to ReiserFS.
2636
2637 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2638 (FAQ 7-1): Fix getmail URL.
2639
65f54520
DU
26402010-10-06 Daiki Ueno <ueno@unixuser.org>
2641
2642 * epa.texi (Caching Passphrases): New section.
2643
4c83f6e1
GM
26442010-10-06 Glenn Morris <rgm@gnu.org>
2645
2646 * Makefile.in (SHELL): Set it.
2647 (info): Move the mkdir dependency to the individual info files.
2648 (mostlyclean): Tidy up.
2649 (clean): Only delete the specific dvi and pdf files.
2650 (maintainer-clean): Be more restrictive in what we delete.
8a944cea 2651 ($(infodir)): Add parallel build workaround.
4c83f6e1 2652
71e691a5
G
26532010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2656
a41c2e6d
G
26572010-10-03 Julien Danjou <julien@danjou.info>
2658
0c7efc08
SM
2659 * emacs-mime.texi (Display Customization):
2660 Update mm-inline-large-images documentation and add documentation for
a41c2e6d
G
2661 mm-inline-large-images-proportion.
2662
37255945
MA
26632010-10-03 Michael Albinus <michael.albinus@gmx.de>
2664
0c7efc08
SM
2665 * tramp.texi (Frequently Asked Questions):
2666 Mention remote-file-name-inhibit-cache.
37255945 2667
11e4e7bd
LMI
26682010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2669
2670 * gnus.texi (Splitting Mail): Fix @xref syntax.
870409d4 2671 (Splitting Mail): Really fix the @ref syntax.
11e4e7bd 2672
cb83220a
KY
26732010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2674
0c7efc08
SM
2675 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2676 (Article Hiding): Add google banner example.
2677 Suggested by Benjamin Xu.
cb83220a 2678
6b958814
G
26792010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2680
0c7efc08
SM
2681 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2682 Remove nnimap-split-rule from examples.
6b958814
G
2683
26842010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2685
2686 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2687 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2688 Fishman.
2689 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2690
26912010-09-30 Julien Danjou <julien@danjou.info>
2692
2693 * gnus.texi (Gravatars): Fix documentation about
2694 gnu-gravatar-properties.
2695
b9476c04
DU
26962010-09-29 Daiki Ueno <ueno@unixuser.org>
2697
2698 * epa.texi (Bug Reports): New section.
2699
5f874327
GM
27002010-09-29 Glenn Morris <rgm@gnu.org>
2701
2702 * Makefile.in (top_srcdir): Remove unused variable.
2703
6b958814
G
27042010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
2706 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2707 (Client-Side IMAP Splitting): Document 'default.
2708
27092010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
0c7efc08
SM
2711 * gnus.texi (Customizing the IMAP Connection):
2712 Document nnimap-fetch-partial-articles.
6b958814 2713
82bccbfa
KY
27142010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * gnus-news.texi: Mention nnimap-inbox.
2717
2718 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2719
27202010-09-26 Julien Danjou <julien@danjou.info>
2721
47e08896 2722 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
82bccbfa
KY
2723
27242010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2725
2726 * gnus.texi (Security): Remove gpg.el mention.
2727
27282010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2729
2730 * gnus.texi (Browse Foreign Server): New variable
2731 gnus-browse-subscribe-newsgroup-method.
2732
2733 * gnus-news.texi: Mention it.
2734
27352010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
0c7efc08 2737 * gnus.texi (NoCeM): Remove.
82bccbfa
KY
2738 (Startup Variables): No jingle.
2739
4c964351
UM
27402010-09-25 Ulrich Mueller <ulm@gentoo.org>
2741
2742 * woman.texi (Interface Options): xz compression is now supported.
2743
82bccbfa
KY
27442010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2747 (Unavailable Servers): Document gnus-server-copy-server.
2748 (Using IMAP): Document the new nnimap.
2749
27502010-09-25 Julien Danjou <julien@danjou.info>
2751
47e08896 2752 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
82bccbfa 2753
18778f71
GM
27542010-09-24 Glenn Morris <rgm@gnu.org>
2755
2756 * url.texi (Disk Caching): Tweak previous change.
2757
9c766321
JD
27582010-09-24 Julien Danjou <julien@danjou.info>
2759
2760 * url.texi (Disk Caching): Mention url-cache-expire-time,
2761 url-cache-expired, and url-fetch-from-cache.
2762
82bccbfa
KY
27632010-09-24 Julien Danjou <julien@danjou.info>
2764
2765 * gnus.texi: Add Gravatars.
2766
27672010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2770
592bdb9a
LMI
27712010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2772
2773 * gnus.texi (Expunging mailboxes): Update name of the expunging
2774 command.
2775
e4e22d29
KY
27762010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2777
2778 * emacs-mime.texi (rfc2047): Update description for
2779 rfc2047-encode-parameter.
2780
371d9801
MA
27812010-09-13 Michael Albinus <michael.albinus@gmx.de>
2782
2783 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2784 "fish" methods.
2785 (External methods): Remove "scp1_old" and "scp2_old" methods.
2786
31ae5827
MA
27872010-09-09 Michael Albinus <michael.albinus@gmx.de>
2788
2789 * tramp.texi: Remove Japanese manual. Fix typo.
2790
2791 * trampver.texi: Update release number. Remove japanesemanual.
2792
c0468714
GM
27932010-09-09 Glenn Morris <rgm@gnu.org>
2794
2795 * org.texi: Restore clobbered changes (copyright years, untabify).
2796
86441999
JD
27972010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2798
2799 * gnus.texi (Adaptive Scoring): Fix typo.
2800
25f28806
LMI
28012010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * gnus.texi (Article Display): Document gnus-html-show-images.
2804
45240125 28052010-09-02 Jan Djärv <jan.h.d@swipnet.se>
25f28806 2806
45240125
JD
2807 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2808
59d09f15
LMI
28092010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2810
2811 * gnus.texi (HTML): Document gnus-max-image-proportion.
2812
2cdd366f
KY
28132010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2814
51dee5ef
KY
2815 * gnus.texi (HTML): Document gnus-blocked-images.
2816
2cdd366f
KY
2817 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2818
b0e4f3fc
KY
28192010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2820
2821 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2822 the first message are used for wide replies.
f02566ce
KY
2823 (Changing Servers): Remove documentation on gnus-change-server and
2824 friends, since it's been removed.
b0e4f3fc 2825
598451ed
KY
28262010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
2828 * gnus.texi (Drafts): Mention B DEL.
2829
e7842e69
KY
28302010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2831
2832 * gnus.texi (Delayed Articles): Mention that the Date header is the
2833 original one, even if you delay.
2834
85115796
KY
28352010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2836
0c7efc08
SM
2837 * gnus.texi (Asynchronous Fetching):
2838 Document gnus-async-post-fetch-function.
85115796
KY
2839 (HTML): Made into its own section.
2840
f0b44bc0
MA
28412010-08-26 Michael Albinus <michael.albinus@gmx.de>
2842
2843 Sync with Tramp 2.1.19.
2844
217876c9 2845 * tramp.texi (Inline methods, Default Method): Mention
0c7efc08
SM
2846 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2847 Remove remark about doubled "-t" argument.
217876c9
MA
2848 (Auto-save and Backup): Remove reference to Emacs 21.
2849 (Filename Syntax): Describe port numbers.
2850 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2851 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2852 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2853 errors with the backquotes.
2854 (External packages): File attributes cache flushing for asynchronous
2855 processes.
2856 (Traces and Profiles): Describe verbose level 9.
2857
f0b44bc0
MA
2858 * trampver.texi: Update release number.
2859
7457f7b6
MA
28602010-08-23 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * dbus.texi (Alternative Buses): New chapter.
2863
b695beda
SM
28642010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2867
443c2c03
JB
28682010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2869
2870 * calc.texi (Customizing Calc): Rearrange description of new
2871 variables to match the presentation of other variables.
2872
7815fe19 28732010-08-08 Juanma Barranquero <lekktu@gmail.com>
e1d294ab
JB
2874
2875 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2876
2c695727
JB
28772010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2878
2879 * calc.texi (Making Selections, Selecting Subformulas)
2880 (Customizing Calc): Mention how to use faces to emphasize selected
2881 sub-formulas.
2882
bbb6ffa1
MA
28832010-08-05 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * tramp.texi (External packages): File attributes cache flushing
2886 for asynchronous processes.
2887
5cee0a9c
AM
28882010-08-01 Alan Mackenzie <acm@muc.de>
2889
2890 Enhance the manual for the latest Java Mode.
2891
2892 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2893 annotation-var-cont.
2894 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2895 two new symbols.
2896
3f2afe32
MA
28972010-07-28 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2900
0ed082fe 29012010-07-27 Chong Yidong <cyd@stupidchicken.com>
b196eafc
CY
2902
2903 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2904
311f0356
JB
29052010-07-19 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2908
86fbb8ca
CD
29092010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2910
2911 * org.texi: Add macros to get plain quotes in PDF output.
2912 List additional contributors.
2913 (Capture): New section, replaces the section about remember.
2914 (Working With Source Code): New chapter, focused on documenting Org
2915 Babel.
2916 (Code evaluation security): New section.
2917 (MobileOrg): Document DropBox support.
2918 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2919 (Special symbols): Show how to display UTF8 characters for entities.
2920 (Global TODO list): Clarify the use of the "M" key and the differences
2921 to the "m" key.
2922 (RSS Feeds): Mention Atom feeds as well.
2923 (Setting tags): Remove paragraph about
2924 `org-complete-tags-always-offer-all-agenda-tags'.
2925
5732e8ed
MA
29262010-07-17 Michael Albinus <michael.albinus@gmx.de>
2927
2928 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2929 argument.
2930 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2931 echoing shells.
2932
ca1bb391
MA
29332010-07-10 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2936 (Filename Syntax): Describe port numbers.
2937
5bd55c3c
MA
29382010-07-09 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2941 forgotten.
2942 (Type Conversion): Precise conversion of natural numbers.
2943 (Errors and Events): Add "debugging" to concept index. Add variable
2944 `dbus-debug'.
2945
820ae8fe
MA
29462010-07-04 Michael Albinus <michael.albinus@gmx.de>
2947
2948 * dbus.texi (Receiving Method Calls): Add optional argument
2949 EMITS-SIGNAL to `dbus-register-property'.
2950
b6f9df0f
JB
29512010-06-27 Alex Schroeder <alex@gnu.org>
2952
2953 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2954
62e034c2
GM
29552010-06-24 Glenn Morris <rgm@gnu.org>
2956
2957 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2958 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2959 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2960 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2961 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2962 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2963 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2964 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2965 convention. Make them end with a period.
2966
9360256a
GM
29672010-06-23 Glenn Morris <rgm@gnu.org>
2968
2969 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
b1fbbb32
GM
2970 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2971 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2972 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2973 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2974 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
9360256a 2975
04d3bb6c
GM
29762010-06-10 Glenn Morris <rgm@gnu.org>
2977
2978 * idlwave.texi (Load-Path Shadows):
2979 * org.texi (Handling links): Fix typos.
2980
5e7d4a75
KY
29812010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2982
2983 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2984
9841cb4f
MA
29852010-05-26 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2988 by an alias. (Bug#6226)
2989
597517ef
JB
29902010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2991
2992 * calc.texi (Manipulating Vectors): Mention that vectors can
2993 be used to determine bins for `calc-histogram'.
2994
14914c43
JB
29952010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2996
597517ef 2997 * calc.texi: Remove "\turnoffactive" commands throughout.
14914c43 2998
0235128c 29992010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3000
3001 * url.texi (HTTP language/coding, Customization):
3002 * message.texi (Header Commands, Responses):
3003 * cl.texi (Argument Lists): Fix typos.
3004
0235128c 30052010-05-08 Chong Yidong <cyd@stupidchicken.com>
aa5789b5 3006
0235128c
SM
3007 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3008 Note that Development menu is always available.
aa5789b5
CY
3009 (Creating a project): Fix terminology.
3010 (Add/Remove files): Fix typo.
3011
0235128c
SM
30122010-05-07 Chong Yidong <cyd@stupidchicken.com>
3013
3014 * Version 23.2 released.
3015
a628ad9d 30162010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
db37d257
DD
3017
3018 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3019
502269d6
MA
30202010-05-01 Michael Albinus <michael.albinus@gmx.de>
3021
0235128c
SM
3022 * tramp.texi (Inline methods, Default Method):
3023 Mention `tramp-inline-compress-start-size'.
502269d6 3024
6e104790 30252010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bff3818b
KY
3026
3027 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3028 the CVS repo. Put the Git repo in the news section.
3029
6e104790 3030 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
bff3818b
KY
3031 Removed some mentions of CVS. Mention the new Git repo.
3032
6e104790 30332010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
b1519d85
KY
3034
3035 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
3036 (Mail Group Commands): Add index entry.
3037
6e104790 30382010-04-18 Glenn Morris <rgm@gnu.org>
2bf1d02d
GM
3039
3040 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3041
f8b91752
JB
30422010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3043
3044 * calc.texi (Radix modes): Mention that the option prefix will
3045 turn on twos-complement mode.
3046 (Inverse and Hyperbolic Flags): Mention the Option flag.
3047
ed21c5c8
CD
30482010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3049
3050 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
6e104790 3051 (LaTeX/PDF export commands): Rename and Move section.
ed21c5c8
CD
3052 (Sectioning structure): Update.
3053 (References): New use case for field coordinates.
6e104790 3054 (The export dispatcher): Rename from ASCII export.
ed21c5c8
CD
3055 (Setting up the staging area): Document the availability of
3056 encryption for MobileOrg.
3057 (Images and tables): Document how to reference labels.
3058 (Index entries): New section.
3059 (Generating an index): New section.
3060 (Column width and alignment): Document that <N> now
3061 means a fixed width, not a maximum width.
3062 (Publishing options): Document the :email option.
3063 (Beamer class export): Fix bug in the BEAMER example.
3064 (Refiling notes): Document refile logging.
3065 (In-buffer settings): Document refile logging keywords.
3066 (Drawers): Document `C-c C-z' command.
3067 (Agenda commands): Mention the alternative key `C-c C-z'.
3068 (Special properties): Document the BLOCKED property.
3069 (The spreadsheet): Mention the formula editor.
3070 (References): Document field coordinates.
3071 (Publishing action): Correct the documentation for the
3072 publishing function.
3073 (The date/time prompt): Document that we accept dates
3074 like month/day/year.
3075 (Cooperation): Document the changes in table.el support.
3076 (Faces for TODO keywords, Faces for TODO keywords)
3077 (Priorities): Document the easy colors.
3078 (Visibility cycling): Document the new double prefix
3079 arg for `org-reveal'.
3080 (Cooperation): Remember.el is part of Emacs.
3081 (Clean view): Mention that `wrap-prefix' is also set by
3082 org-indent-mode.
3083 (Agenda commands): Add information about prefix args to
3084 scheduling and deadline commands.
3085 (Search view): Point to the docstring of
3086 `org-search-view' for more details.
6e104790 3087 (Agenda commands): Document that `>' prompts for a date.
ed21c5c8
CD
3088 (Setting tags): Document variable
3089 org-complete-tags-always-offer-all-agenda-tags.
6e104790 3090 (Column attributes): Cross-reference special properties.
ed21c5c8 3091
456b348e
MA
30922010-04-10 Michael Albinus <michael.albinus@gmx.de>
3093
3094 Synchronize with Tramp repository.
3095
3096 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
0c7efc08
SM
3097 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3098 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
456b348e
MA
3099 syntax, texi2dvi reports errors with the backquotes.
3100
3101 * trampver.texi: Update release number.
3102
357e2d8e
KY
31032010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
3104
3105 * gnus.texi (Finding the News): Add pointers to the Server buffer
3106 because it's essential.
3107
1d4d7664
KY
31082010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3109
3110 * gnus.texi (MIME Commands): Update description of
3111 gnus-article-browse-html-article.
3112
bd3e840f
KY
31132010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3114
3115 * auth.texi (Secret Service API): Add TODO node.
3116 (Help for users): Explain the new source options for `auth-sources'.
3117
e867cb5d 31182010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
3119
3120 * trampver.texi: Update release number.
3121
288f9fc0
CY
31222010-03-10 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * Branch for 23.2.
3125
d99aaebd
CY
31262010-03-03 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3129 now enabled by default.
3130
5794c2a5
MA
31312010-02-28 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3134 when Emacs runs in interactive mode. (Bug#5645)
3135
40572be6
GM
31362010-02-16 Glenn Morris <rgm@gnu.org>
3137
3138 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3139
7bb8ed67
MH
31402010-02-05 Mark A. Hershberger <mah@everybody.org>
3141
3142 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3143
45a1423d 31442010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
994ff697
KY
3145
3146 * gnus.texi (Score File Format): Fix typo.
3147
45a1423d 31482010-01-19 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
3149
3150 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3151
14f17fc8
JB
31522010-01-18 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * ada-mode.texi (Project File Overview): Fix typo.
3155
607d4369
CY
31562010-01-17 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * semantic.texi: Add Richard Y. Kim credit.
3159
3160 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3161
3d1bfa99
MA
31622010-01-17 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
a628ad9d 3165 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3d1bfa99 3166
6fbf7a75
GM
31672010-01-17 Glenn Morris <rgm@gnu.org>
3168
b9f978f0
GM
3169 * calc.texi (Reporting Bugs): Don't mention format of repository.
3170
f19bc38d
GM
3171 * woman.texi (Bugs): Make "Emacs repository" less specific,
3172 and the URL for same more specific.
3173
6fbf7a75
GM
3174 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3175
16c3428a
JB
31762010-01-17 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * ede.texi (ede-step-project, ede-proj-target):
3179 * tramp.texi (Remote processes): Fix typos.
3180
045b9da7
ML
31812010-01-16 Mario Lang <mlang@delysid.org>
3182
3183 * ede.texi (ede-target):
3184 * org.texi (Refiling notes): Remove duplicated words.
3185
c57008f6
SM
31862010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * gnus.texi (Posting Styles): Use with-current-buffer.
3189 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3190
798c9eb5
KR
31912010-01-02 Kevin Ryde <user42@zip.com.au>
3192
3193 * eieio.texi (Naming Conventions): Correction to xref on elisp
3194 coding conventions, is "Tips" node not "Standards".
3195
4970fbfe
CY
31962009-12-24 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3199
3200 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3201
83828b06
KY
32022009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * gnus.texi (Direct Functions): Add missing port number to tls method.
3205
45a4a565
JB
32062009-12-15 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3209 ($(infodir)/edt, edt.dvi): New targets.
3210
698bfef7
GM
32112009-12-15 Glenn Morris <rgm@gnu.org>
3212
3213 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3214 (edt, $(infodir)/edt, edt.dvi): New targets.
3215 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3216
3217 * Makefile.in (PDF_TARGETS, pdf): New.
3218 (clean): Add *.pdf.
3219 Add pdf rules for all manuals.
3220
0e983327
JB
32212009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3222
3223 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3224
8e687433
CY
32252009-12-14 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3228 (Smart Jump, Analyzer Debug): Copyedits.
3229 (Semantic mode user commands): Link to new nodes.
3230 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3231 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3232 upstream Semantic manual.
3233
3234 * semantic.texi (Introduction): Minor fix to diagram.
3235
020335df
MA
32362009-12-09 Michael Albinus <michael.albinus@gmx.de>
3237
3238 * eshell.texi (History): Add the other built-in variables.
3239 (Built-ins): Explain built-ins, and how to apply the external commands.
3240 Add `history', `su' and `sudo'.
3241
3242 * tramp.texi (Remote processes): Add missing <RET> in the example.
3243
6ddf13e4
BW
32442009-12-01 Bill Wohler <wohler@newt.com>
3245
3246 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
45a4a565 3247 path for mairix example. Specify -q in namazu example since namazu is
6ddf13e4
BW
3248 excessively garrulous.
3249
07b6428c
MA
32502009-11-29 Michael Albinus <michael.albinus@gmx.de>
3251
3252 * tramp.texi (Remote processes): Improve eshell example with "su"
3253 and "sudo" commands.
3254
fd1cefda
CY
32552009-11-28 Chong Yidong <cyd@stupidchicken.com>
3256
3257 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3258
3259 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3260 Document semantic-complete-analyze-inline.
3261 (Semanticdb search debugging commands): Minor clarification.
3262 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
45a4a565 3263 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
fd1cefda 3264 manual.
9d542758 3265 (Semantic mode): Link to Idle Scheduler.
fd1cefda 3266
159e3ad5
KR
32672009-11-28 Kevin Ryde <user42@zip.com.au>
3268
3269 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
45a4a565 3270 @pxref, now EIEIO is in Emacs.
159e3ad5 3271
c6d47315
KR
3272 * erc.texi (Development): Correction to git tutorial url.
3273
16f6287e
GM
32742009-11-26 Glenn Morris <rgm@gnu.org>
3275
3276 * faq.texi (Latest version of Emacs): Mention stability of development
3277 version.
3278 (Problems with very large files): Max buffer size increase in 23.2.
3279 (VM): VM has moved house again.
3280
5ea5dbc9
JB
32812009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3282
3283 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3284 notations.
3285
5dec9555
CD
32862009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3287
45a4a565 3288 * org.texi (Column attributes): Fix documentation of new operators.
5dec9555 3289
bd6f6833
CY
32902009-11-20 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
673286f5
CY
3293 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3294 (Idle Completions Mode): Numerous copyedits.
bd6f6833 3295
be479117
JB
32962009-11-17 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * semantic.texi (Semantic Internals, Glossary):
3299 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3300 (Semanticdb search debugging commands): Fix typos.
3301
17291a1f
JB
33022009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3303
be479117 3304 * calc.texi (Radix modes): Mention twos-complement notation.
17291a1f 3305
af42a9cc
JB
33062009-11-16 Juanma Barranquero <lekktu@gmail.com>
3307
3308 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3309 ($(infodir)/semantic, semantic.dvi): New targets.
3310
3149927d
CY
33112009-11-16 Chong Yidong <cyd@stupidchicken.com>
3312
3313 * Makefile.in: Build the Semantic manual.
3314
3315 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3316 repository.
3317
977640ed
MA
33182009-11-16 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * dbus.texi (Receiving Method Calls): New defun
3321 `dbus-unregister-service'.
3322
17673adf
CD
33232009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3324
3325 * org.texi (Speed keys): New section.
3326
0ecd3c90
MA
33272009-11-13 Michael Albinus <michael.albinus@gmx.de>
3328
3329 * dbus.texi (Type Conversion): Fix typo.
3330 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3331 `dbus-registered-objects-table'.
0c7efc08
SM
3332 (Receiving Method Calls): New defun `dbus-register-property'.
3333 Move `dbus-unregister-object' here.
0ecd3c90 3334
8bfe682a
CD
33352009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3336
3337 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3338
33392009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3340
3341 * org.texi (Column attributes): Add the new age summary operators.
3342 Also, mention the fact you can only use one summary operator per
3343 property.
3344
33452009-11-13 John Wiegley <johnw@newartisans.com>
3346
0c7efc08 3347 * org.texi (Tracking your habits): Add a new section in the
8bfe682a 3348 manual about how to track habits.
0c7efc08 3349 (Resolving idle time): Add a section on how idle and
8bfe682a
CD
3350 dangling clocks are resolved.
3351
33522009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3353
3354 * org.texi (Agenda commands): Document the new `i' command.
3355 (Inserting deadline/schedule): Document logging changes
3356 of scheduling and deadline times stamps.
3357 (In-buffer settings): Document the in-buffer keywords for logging
3358 changes of scheduling and deadline times stamps.
3359 (Structure editing, Plain lists): Document indentation
3360 cycling in empty entries with TAB.
3361 (Archiving): Document the default archiving command.
3362 (Moving subtrees): Document the new keys for archiving.
3363 (Internal archiving): Fix incorrect key.
3364 (Agenda commands): Document the TODO set switching commands.
3365 (Agenda commands): Document the new archiving keys.
3366 (Clocking work time): Better description on how to save
3367 and restore a clock.
3368 (Resolving idle time): Mention the x11idle program to get true
3369 idleness also under X11.
3370 (Resolving idle time): Use @kbd instead of @key for normal
3371 letters, because this is how he rest of the manual does this.
3372 (Pushing to MobileOrg): Mention that `org-directory'
3373 should be set.
3374 (Agenda commands): Document that SPC is a filter for
3375 any tag.
0c7efc08 3376 (Search view): Rename from "Keyword search".
8bfe682a
CD
3377 (Capure): New chapter.
3378 (Markup): New chapter.
0c7efc08
SM
3379 (Links in HTML export, Images in HTML export):
3380 Extend the section titles.
8bfe682a
CD
3381 (Images in HTML export): Document the align option.
3382 (Text areas in HTML export): Extend the section title.
3383 (Images in LaTeX export): Explain image placement in LaTeX.
3384
693737cd
GM
33852009-11-10 Glenn Morris <rgm@gnu.org>
3386
3387 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3388
c7bd4ebe
MA
33892009-11-08 Michael Albinus <michael.albinus@gmx.de>
3390
3391 * tramp.texi (Auto-save and Backup): Disable backups just for a
3392 method.
3393
3394 * trampver.texi: Update release number.
3395
76c5acad
MA
33962009-11-07 Michael Albinus <michael.albinus@gmx.de>
3397
3398 Sync with Tramp 2.1.17.
3399
3400 * trampver.texi: Update release number.
3401
d9a57abf
GM
34022009-10-29 Glenn Morris <rgm@gnu.org>
3403
3404 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3405
637f4f0f
MA
34062009-10-23 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * tramp.texi (External methods): Temporary files are kept for
3409 `rsync' and `rsyncc' methods.
3410
310dbb05
JB
34112009-10-09 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * eieio.texi: Fix typos.
3414
09094f28
CY
34152009-10-07 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3418
216f299a
JB
34192009-10-07 Juanma Barranquero <lekktu@gmail.com>
3420
3421 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3422 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3423
966a6506
CY
34242009-10-07 Chong Yidong <cyd@stupidchicken.com>
3425
3426 * Makefile.in: Build EIEIO and EDE manuals.
3427
34282009-10-07 Eric Ludlam <zappo@gnu.org>
3429
3430 * eieio.texi:
3431 * ede.texi: New files.
3432
8842cd9b
MA
34332009-10-05 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * tramp.texi (Remote processes): Association of a pty is not supported.
3436
7006d207
CD
34372009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3438
3439 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3440 (Processing LaTeX fragments): Document that the size of images can be
3441 changes using the variable `org-format-latex-options'.
3442 (The date/time prompt, Timestamps): Be more accurate over ISO format
3443 dates and times.
3444 (Visibility cycling): Document showeverything keyword.
3445 (In-buffer settings): Document showeverything keyword.
3446 (Setting up the staging area): Fix the example.
3447 (MobileOrg): New section.
3448 (Agenda commands, Exporting Agenda Views): Document exporting the
3449 agenda view to Org files.
3450
0e7b2867
MA
34512009-09-28 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * tramp.texi (History): Add IMAP support.
3454 (External methods): Add `imap' and `imaps' methods.
3455 (GVFS based methods): Add indices for `davs'.
3456 (Password handling): Rename anchors. Add IMAP entries for
3457 ~/.authinfo.gpg.
3458
3459 * trampver.texi: Set default value of `emacsimap'.
3460
4146636e
KY
34612009-09-22 Daiki Ueno <ueno@unixuser.org>
3462
3463 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3464
d22f7ffa
CY
34652009-09-13 Chong Yidong <cyd@stupidchicken.com>
3466
0c7efc08
SM
3467 * dired-x.texi (Technical Details):
3468 Delete dired-up-directory (Bug#4292).
d22f7ffa 3469
66043531
MA
34702009-09-03 Michael Albinus <michael.albinus@gmx.de>
3471
216f299a 3472 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
66043531 3473
6eb02347
CD
34742009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3475
3476 * org.texi (Effort estimates): Document new effort setting commands.
3477 (Agenda commands): Document the new keys fro agenda time motion.
3478 Document entry text mode. Improve documentation of the keys to include
3479 inactive time stamps into the agenda view.
3480 (Feedback): Document the new bug report command.
0c7efc08 3481 (Structure editing): Add an index entry for the sorting of subtrees.
6eb02347 3482
38dc51ba
KY
34832009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3484
3485 * auth.texi (Help for users): Corrected markup.
3486
e402f452
GM
34872009-09-02 Glenn Morris <rgm@gnu.org>
3488
3489 * emacs-mime.texi (time-date): Mention float-time.
3490
744256cf
JB
34912009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3492
3493 * calc.texi (Simplifying Formulas): Improve the wording.
3494
b0b63450
MB
34952009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3496
3497 * auth.texi: Rewritten for coverage and clarity.
3498
34992009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3500
0c7efc08
SM
3501 * gnus.texi (Expiring Mail):
3502 Mention gnus-mark-copied-or-moved-articles-as-expirable.
b0b63450
MB
3503 (Various Various): Mention gnus-safe-html-newsgroups.
3504
3505 * gnus-news.texi: Mention
3506 gnus-mark-copied-or-moved-articles-as-expirable.
3507
3508 * emacs-mime.texi (Display Customization): Add xref to
3509 gnus-safe-html-newsgroups.
3510
b59329e0
MA
35112009-08-28 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * tramp.texi (Version Control): Remove.
af42a9cc 3514 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
b59329e0
MA
3515 reference.
3516 (External methods): Correct `scpc' concept index entries. New method
3517 `rsyncc'.
3518 (External packages): New subsections "Filename completion" and "File
3519 attributes cache".
3520
0ff2d6c2
JB
35212009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3522
3523 * calc.texi (Rewrite Rules): Improve the example.
3524 (Simplifying Formulas): Explain use of the I and H flags for
3525 simplification.
3526
ecd3d54f
MA
35272009-08-25 Michael Albinus <michael.albinus@gmx.de>
3528
3529 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
91af3942 3530 Describe autostart behavior of dbus-ping.
ecd3d54f
MA
3531 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3532 for timeout values.
78176e69
MA
3533 (Top): Remove footnote saying D-Bus is not enabled by
3534 default. (Bug#4256)
ecd3d54f 3535
0f215bca
DU
35362009-08-23 Daiki Ueno <ueno@unixuser.org>
3537
3538 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
deb05c92 3539 Reported by Jari Aalto (Bug#4211).
0f215bca 3540 (Mail-mode integration): Mention epa-mail-mode and
deb05c92 3541 epa-global-mail-mode.
3b7ab45f
DU
3542 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3543 epa-setup.
0f215bca 3544
4f22e84d
MA
35452009-08-16 Michael Albinus <michael.albinus@gmx.de>
3546
3547 * dbus.texi (Asynchronous Methods): Allow nil handler.
3548
9ff0b02b 35492009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4f22e84d 3550
26b03ee3 3551 * ediff.texi (ediff-current-file): Add information about this new function.
4f22e84d 3552
26b03ee3 3553 * viper.texi: Add information about C-s in viper's search command.
4f22e84d 3554
4c39f404
CY
35552009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3556
3557 * calc.texi (Date Forms): Fix typos.
3558
3bcfba17
GM
35592009-08-08 Glenn Morris <rgm@gnu.org>
3560
3561 * org.texi (Agenda commands): Restore clobbered change.
3562
66783bb4
EZ
35632009-08-07 Eli Zaretskii <eliz@gnu.org>
3564
3565 * calc.texi (Graphics, Devices): Update with the peculiarities of
3566 operation on MS-Windows.
3567
c8d0cf5c
CD
35682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3569
3570 * org.texi (Publishing action): Improve documentation of file
3571 names when publishing to the source directory.
3572 (Clean view): Document `org-indent-mode'.
3573 (Clocking work time): Add documentation for the
3574 new :timetamp option when creating a clock report.
3575 (Paragraphs): Fix many typos.
3576 (Plain lists): Remove duplicate explanation about the
3577 `C-c *' command.
3578 (Literal examples): Update to reflect the new behavior
3579 of the -n -r -k switches when exporting source code examples.
3580 (Structure editing): Add information about `C-c *',
3581 converting a plain list into a list of Org items.
3582 (Remember): Small rephrasing of the paragraph
3583 describing remember.el. Also mentioned that remember.el is part
3584 of Emacs 23, not Emacs 22.
3585 (Clocking work time): Add documentation about
3586 displaying the current clocking time against the effort estimate.
3587 Also add a footnote about using `org-clock-in-prepare-hook' to add
3588 an effort estimate on the fly, just before clocking it.
3589 (Footnotes): Document automatic renumbering and
3590 sorting.
3591 (Agenda commands): Document new bulk commands.
3592 (Plain lists): Document new behavior of
3593 `org-cycle-include-plain-lists'.
4e2af782 3594 Hyphenation only in TeX.
c8d0cf5c
CD
3595 (Clocking work time): Document the key to update effort
3596 estimates.
3597 (Clocking work time): Document the clock time display.
3598 (Structure editing, TODO basics): Document new
3599 variables.
3600 (Column attributes): Document new colciew operators.
3601 (Publishing options): Document :xml-declaration.
3602 (Tracking TODO state changes): Document the
3603 LOG_INTO_DRAWER property.
3604 (Literal examples): Document the new implementation for
3605 editing source code.
3606 (Publishing action): Mention the new publishing
3607 function, to publish an Org source file.
3608 (Publishing links): Mention how to link to an Org source file.
3609 (Macro replacement): Document new macros.
3610 (Handling links): Document type-specific completion
3611 when inserting links.
3612 (Structure editing, Plain lists): Improve documentation
3613 on sorting.
3614 (Internal links): Document custom ids for links.
3615 (Handling links): Document custom ids for links.
3616 (CSS support): Document new class.
3617 (Refiling notes): Document the possibility to create new nodes
3618 during refiling.
3619 (Agenda commands): Document the "?" operator to find
3620 tasks without effort setting.
3621 (Exporting agenda information): Section moved.
3622 (RSS Feeds): New section.
3623 (Built-in table editor): Document M-e and M-a navigate
3624 inside table field.
3625 (Stuck projects): Docment that projects identified as
3626 un-stuck will still be searchd for stuck sub-projects.
3627 (Paragraphs): Document centering.
3628 (Creating timestamps, Agenda commands): Document new
3629 behavior when changing time stamps.
3630 (Structure editing): Document the new command
3631 `org-clone-subtree-with-time-shift'.
3632 (Publishing): Refresh this chapter.
3633 (Export options, Export options, In-buffer settings):
3634 Document the new keywords.
3635 (Matching tags and properties): Collect all
3636 documentation about tags/property matches here.
3637 (Setting tags): Document `org-tag-persistent-alist'.
3638 (Weekly/daily agenda): New section.
3639 (Orgstruct mode): Describe `orgstruct++-mode'.
3640 (Drawers): Mention the LOGBOOK drawer.
3641 (Export options, Sectioning structure): Document the
3642 #+LEATEX_HEADER in-buffer setting.
3643 (Bugs): Section removed.
3644 (Hooks): New section.
0c7efc08 3645 (Add-on packages): Move here from old location.
c8d0cf5c
CD
3646 (Context-sensitive commands): New section.
3647 (Setting tags): Document newline option.
3648 (Global TODO list, Matching tags and properties):
3649 Mention more variables.
3650 (Checkboxes): Update to changed command behavior.
81a5560e 3651
40d2791f
CY
36522009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3653
3654 * speedbar.texi (Basic Key Bindings): Fix typo.
3655
65d0154b
JB
36562009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3657
3658 * calc.texi (Vector/Matrix Functions): Add index entries for both
3659 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3660 affects matrices with more than one row.
b5bdfd9f 3661 (Help Commands): Add index entries for "prefix ?" key bindings.
65d0154b 3662
5a9e3ab7
JB
36632009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3664
3665 * calc.texi (Stack Manipulation Commands): Add documentation for
ed9265fc 3666 `calc-transpose-lines'.
5a9e3ab7 3667
42fb7e61
MA
36682009-07-27 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * dbus.texi (Receiving Method Calls): Describe special return value
3671 `:ignore'.
3672
574b69d5
AM
36732009-07-24 Alan Mackenzie <acm@muc.de>
3674
3675 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3676 initialization, any individual variable setting now takes precedence
3677 over one done via c-file-style/c-file-offsets.
3678
ec06459c
JB
36792009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3680
3681 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3682 truncated when Calc is quit.
3683 (Customizing Calc): Document `calc-undo-length'.
3684
4ce54f6b
CY
36852009-07-20 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3688
0e4f8ba5
GM
36892009-07-11 Kevin Ryde <user42@zip.com.au>
3690
3691 * pcl-cvs.texi (About PCL-CVS):
3692 * widget.texi (Basic Types):
3693 Fix cross-references.
3694
fa0f81b0
AS
36952009-07-01 Andreas Schwab <aschwab@redhat.com>
3696
3697 * dbus.texi (Type Conversion): Don't use literal control character.
3698
88a683c5
MA
36992009-07-01 Michael Albinus <michael.albinus@gmx.de>
3700
3701 * tramp.texi (GVFS based methods): New section.
3702 (Remote processes): Processes for GVFS based methods run locally.
3703
36c8febb
MA
37042009-06-30 Michael Albinus <michael.albinus@gmx.de>
3705
0c7efc08
SM
3706 * tramp.texi (Inline methods, External methods, Gateway methods):
3707 Avoid the words "kludge" and hack".
36c8febb
MA
3708 (External methods): Add `synce' method.
3709
3710 * trampver.texi: Update release number.
3711
d6b951bb
MA
37122009-06-22 Michael Albinus <michael.albinus@gmx.de>
3713
3714 Sync with Tramp 2.1.16.
3715
3716 * tramp.texi (History): Add GVFS support.
3717 (External methods): Precise `rsync' description. Add `dav', `davs' and
3718 `obex' methods. Add 'tramp-gvfs-methods' option.
3719 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3720 forms.
3721 (Remote Programs): Introduce `tramp-own-remote-path'.
3722 (Remote processes): New subsection "Running remote programs that create
3723 local X11 windows".
3724 (Frequently Asked Questions): Improve code for disabling vc.
3725
3726 * trampver.texi: Update release number. Set default value of
3727 `emacsgvfs'.
3728
70243478
CY
37292009-06-21 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * Branch for 23.1.
3732
54b31cbf
GM
37332009-06-17 Glenn Morris <rgm@gnu.org>
3734
3735 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3736 (Latest version of Emacs): Mention source code repository.
3737
f6adc23c
GM
37382009-06-16 Glenn Morris <rgm@gnu.org>
3739
3740 * faq.texi (Top): Language tweak.
3741 (Extended commands): Most people have arrow keys.
3742 (Emacs manual): Say how to follow info links.
3743 (File-name conventions): Change title a bit. Explain about source
3744 versus installed. Condense etc description.
3745 (Guidelines for newsgroup postings): Mention Savannah list page.
3746 (Newsgroup archives): Simplify.
3747 (Contacting the FSF): Add contact URL.
3748 (Emacs Lisp documentation): Printed version not always available.
3749 (Installing Texinfo documentation): Explain how by hand installation is
3750 not normally needed. Use add-to-list. Remove duplicate reference.
3751 (Informational files for Emacs): Move info on Help menu here from
3752 "File-name conventions".
3753 (Help installing Emacs): Tweak uref.
3754 (Obtaining the FAQ): Mention repository.
3755 (Origin of the term Emacs): Explain "ITS".
3756 (Changing load-path): Use add-to-list.
3757 (Automatic indentation): Clarify this is for Text mode.
3758 Don't mention Indented Text mode.
3759 (Finding Emacs on the Internet): The FSF does not seem to offer a
3760 deluxe distribution on CD anymore.
3761
b59a8457
GM
37622009-06-16 Glenn Morris <rgm@gnu.org>
3763
3764 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3765 Recommend the latest release. Mention how to get older FAQs.
3766 Recommend the Emacs manual.
3767 (Guidelines for newsgroup postings): Discourage cross-posts.
3768 (Underlining paragraphs): Remove.
3769 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3770 (Bugs and problems): Update key-binding.
3771 (Problems with very large files): Mention 64-bit.
3772 (Shell process exits abnormally): Remove.
3773 (Problems with Shell Mode): Rename and update.
3774 (Spontaneous entry into isearch-mode)
3775 (Problems talking to certain hosts): Remove. This is old information,
3776 in etc/PROBLEMS if needed.
3777 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3778 (Dired claims that no file is on this line): Update.
3779 (Installing Emacs, Problems building Emacs): Simplify.
3780 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3781 information.
3782 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3783 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3784 (JDEE): "JDEE", not "JDE".
3785 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3786 Remove. This is old information, in etc/PROBLEMS if needed.
3787 (stty and Backspace key, Kanji and Chinese characters): Remove.
3788 (Right-to-left alphabets): Update section.
3789 (Changing the included text prefix): Gnus uses message-yank-prefix.
3790 Add cross-reference to Supercite manual.
3791 (Saving a copy of outgoing mail): Simplify output file description.
3792 (Expanding aliases when sending mail): Refer to Emacs manual.
3793 Remove old info about RFC822.
3794 Correct description of how to rebuild aliases.
3795 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3796 (MIME with Emacs mail packages)
3797 (Viewing articles with embedded underlining)
3798 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3799 Remove old sections.
3800 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3801 and is well-documented in the Gnus manual.
3802 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3803 (Making Gnus faster): Rename from "Starting Gnus faster".
3804 Merge "Catch-up is slow in Gnus" into here.
3805
0e6d12ca
GM
38062009-06-14 Glenn Morris <rgm@gnu.org>
3807
3808 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3809 (New in Emacs 23): New section.
3810 (Handling C-s and C-q with flow control): Add xref.
3811
2e17e05e
GM
38122009-06-13 Glenn Morris <rgm@gnu.org>
3813
3814 * faq.texi (Setting up a customization file): Grammar fix.
3815 Customize is no longer "new".
3816 (Displaying the current line or column): Line-number mode is on by
3817 default. Don't mention `column' package. Mention linum.el.
3818 (Turning on abbrevs by default): Explain how to do it for buffers,
3819 modes, and everywhere.
3820 (Associating modes with files): Use add-to-list. Don't mention Emacs
3821 19.
3822 (Highlighting a region): On by default since 23.1.
3823 (Replacing highlighted text): Update doc quote.
3824 (Working with unprintable characters): Don't mention search-quote-char.
3825 (Using an already running Emacs process): Gnuclient is probably not an
3826 enhancement these days.
3827 (Indenting switch statements): Remove mention of pre-Emacs 20.
3828 (Horizontal scrolling): Abbreviate Emacs 20 description.
3829 (Replacing text across multiple files): Fix name of dired command.
3830 (Disabling backups): Use require not load.
4f9d4de3 3831 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2e17e05e 3832
2a1cf2b9
BW
38332009-06-13 Bill Wohler <wohler@newt.com>
3834
3835 Release MH-E manual version 8.2.
3836
3837 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3838 release 8.2.
3839
85b438b7
GM
38402009-06-13 Glenn Morris <rgm@gnu.org>
3841
3842 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3843 in this day and age the common meaning is "on the web".
3844 (copying): Use @copyright in all cases.
3845 (Basic keys): Remove reference to deleted manual node "Text Characters".
3846 (File-name conventions): Use GNU as an example rather than SERVICE.
3847 default.el lives in site-lisp. Update Info directory location.
3848 (Real meaning of copyleft): GPL actions have been brought, but all
3849 settled out of court.
3850 (Guidelines for newsgroup postings): Shorten section title.
3851 Simplify comp.emacs description.
3852 (Newsgroup archives): Change Google URL. Describe Gmane.
3853 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3854 points". Mention List-Unsubscribe header.
3855 (Contacting the FSF): Update email and URLs.
3856 (Basic editing): Mention F1 for help.
3857 (Installing Texinfo documentation): Refer to Texinfo website rather
3858 than ftp server.
3859 (Printing a Texinfo file): Mention texi2pdf.
3860 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3861 are just stubs nowadays.
3862 (Latest version of Emacs): Explain version numbers.
3863 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3864 (Turning on syntax highlighting): No need to mention hilit19 any more.
3865 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3866 (Modes for various languages): Remove section.
3867 (Major packages and programs): Remove most version and maintainer
3868 information - it's hard to keep up-to-date, and adds nothing.
3869 Similarly with direct links to mailing lists.
3870 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3871 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3872 years, and Emacs comes with tools for this now.
3873 (Patch): Remove section - this is a standard tool.
3874 (Using function keys under X): Remove section.
3875
93e2d996
GM
38762009-06-12 Glenn Morris <rgm@gnu.org>
3877
3878 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3879 (Help installing Emacs): Remove reference to deleted X11 node.
3880 (Associating modes with files): Interpreter-mode-alist is no longer
3881 subservient to auto-mode-alist.
3882 (Installing Emacs): Change future Emacs version.
3883 (Linking with -lX11 fails): Remove old section.
3884 (Packages that do not come with Emacs): Update ELL location.
3885 Emacs Lisp archive is dead.
3886 (Emacs for Windows): Remove reference to old CE port.
e7ff9e24
GM
3887 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3888 (Emacs for VMS and DECwindows): Remove old ports.
93e2d996
GM
3889 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3890 (Removing flashing messages): Remove section about non-existent Gnus
3891 option.
3892
f0bf7708
GM
3893 * faq.texi (Top): Add @top command.
3894 Remove the optional arguments from all @node commands: makeinfo can
3895 generate these automatically, and it is easier to edit and rearrange
3896 nodes without them.
3897
30884d11
GM
38982009-06-11 Glenn Morris <rgm@gnu.org>
3899
3900 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3901 (The LPF): Make the updated URL the sole reference point.
3902 (Learning how to do something): Update refcard price and format.
3903 (Getting a printed manual): Sources in doc/emacs/, not man/.
3904 Also available in PDF format. Since the page count varies, be less
3905 precise.
3906 (Informational files for Emacs): Remove references to deleted files
3907 LPF and SUN-SUPPORT, and to UUCP.
3908 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3909 Remove many obsolete ways to get the FAQ, which now seems only to be
3910 distributed with Emacs.
3911 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3912
deab46e0
CY
39132009-06-09 Chong Yidong <cyd@stupidchicken.com>
3914
223b43fa 3915 * org.texi (Org Plot): Fix tags (Bug#3507).
560bb6ea 3916 (Workflow states, Agenda commands): Fix tags (Bug#3508).
223b43fa 3917
deab46e0
CY
3918 * ada-mode.texi (Installation, Compile commands)
3919 (Project File Overview, No project files, Set compiler options)
3920 (Use GNAT project file, Use multiple GNAT project files)
3921 (Identifier completion): Use @samp for menu items, and @kbd for key
3922 sequences (Bug#3504).
3923
71fbd643
DU
39242009-06-04 Daiki Ueno <ueno@unixuser.org>
3925
8c9bb6f5 3926 * gnus.texi (Security): Fix wording; add a link to epa.info.
71fbd643 3927
f197085b
CY
39282009-06-04 Ryan Yeske <rcyeske@gmail.com>
3929
3930 * message.texi (Header Commands): Fix descriptions to match
3931 keybindings.
3932
7f3bc720
DU
39332009-04-22 Daiki Ueno <ueno@unixuser.org>
3934
3935 * gnus.texi (Security): Mention that EasyPG is the current default.
3936
4518068d
CY
39372009-04-13 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * ediff.texi (Session Commands): Fix typo.
3940
d7ca410a
MB
39412009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3942
3943 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3944 news.software.readers. Reported by Florian Rehnisch.
3945
c6c76add
GM
39462009-04-02 Glenn Morris <rgm@gnu.org>
3947
3948 * auth.texi: Capitalize direntry.
3949
3950 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3951 using a period in the entry name. (Bug#2797)
3952
35ed8e2e
JB
39532009-03-03 Juanma Barranquero <lekktu@gmail.com>
3954
3955 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3956 ($(infodir)/auth, auth.dvi): New targets.
3957
e280480a
GM
39582009-03-03 Glenn Morris <rgm@gnu.org>
3959
3960 * auth.texi: Fix @setfilename.
3961
3962 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3963 (auth, $(infodir)/auth, auth.dvi): New rules.
3964
8a76755b
GM
39652009-02-25 Glenn Morris <rgm@gnu.org>
3966
3967 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3968
0038d478
MB
39692009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3970
3971 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3972
39732009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3974
3975 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3976 gnus-nocem-issuers, and gnus-nocem-verifyer.
3977
867d4bb3
JB
39782009-02-20 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * ada-mode.texi (Project files, Automatic Casing):
3981 * dbus.texi (Signals):
3982 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3983 * mh-e.texi (HTML):
3984 * nxml-mode.texi (Locating a schema)
3985 (Using the document's URI to locate a schema):
3986 * org.texi (Footnotes, Using the mapping API):
3987 * rcirc.texi (Channels): Remove duplicate words.
3988
3a44dc1f
GM
39892009-02-20 Glenn Morris <rgm@gnu.org>
3990
3991 * dired-x.texi (Miscellaneous Commands):
3992 * gnus.texi: Minor updates for mbox Rmail.
3993
5dc584b5
KB
39942009-02-16 Karl Berry <karl@gnu.org>
3995
b59a8457
GM
3996 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3997 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3998 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3999 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4000 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4001 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4002 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4003 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4004 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4005 Consistently use @insertcopying in the Top node,
5dc584b5 4006 @contents at the front (after @end titlepage),
b59a8457 4007 and @direntry after @copying. (Bug#1988)
5dc584b5 4008
9eb59592
MB
40092009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
4010
4011 * auth.texi: New file documenting auth-source.
4012
d324fa76
CD
40132009-02-13 Carsten Dominik <dominik@science.uva.nl>
4014
4015 * org.texi (Org Plot): Fix link.
4016
7a603b73
DU
40172009-02-09 Daiki Ueno <ueno@unixuser.org>
4018
4019 * epa.texi (Mail-mode integration): Mention the way to do
4020 "encrypt-to-self". (Bug#1807)
4021
a626b338 40222009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5aa4315c
JB
4023
4024 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
4025
3b36c17e
MB
40262009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
4027
4028 * gnus-news.texi: Print version about Incoming*.
4029
55033558
CD
40302009-02-02 Carsten Dominik <dominik@science.uva.nl>
4031
4032 * org.texi (Structure editing, Handling links)
4033 (Fast access to TODO states, Javascript support): Make standard docs
4034 correctly reflect default variable settings.
4035
ec712abb
GM
40362009-02-02 Glenn Morris <rgm@gnu.org>
4037
4038 * org.texi: Fix typos.
4039
7112648c
MA
40402009-02-01 Michael Albinus <michael.albinus@gmx.de>
4041
4042 Sync with Tramp 2.1.15.
4043
4044 * trampver.texi: Update release number.
4045
2e461fc1
CD
40462009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4047
4048 * org.texi (TODO dependencies): Document TODO dependencies on
4049 checkboxes.
4050
bc283609
CD
40512009-01-30 Carsten Dominik <dominik@science.uva.nl>
4052
4053 * org.texi (TODO dependencies): Document key binding for toggling
4054 ORDERED property.
4055
74fc5047
MA
40562009-01-28 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
4059 of hook functions.
4060
d6685abc
CD
40612009-01-28 Carsten Dominik <dominik@science.uva.nl>
4062
4063 * org.texi (TODO dependencies): New section.
4064
65c439fd
CD
40652009-01-27 Carsten Dominik <dominik@science.uva.nl>
4066
4067 * org.texi (Plain lists, TODO basics, Priorities)
4068 (Multiple sets in one file, Conflicts): Document interaction with
4069 `shift-selection-mode'.
4070
5fafc247
JB
40712009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
4072
4073 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4074 Make Calc the subject of sentences.
4075 (Rearranging Formulas using Selections): Discuss new options
4076 for `j *'.
4077
e7433508
MA
40782009-01-26 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4081
2096a1b6
GM
40822009-01-26 Glenn Morris <rgm@gnu.org>
4083
4084 * org.texi: Fix typos.
4085
0cb61492
BW
40862009-01-26 Bill Wohler <wohler@newt.com>
4087
2096a1b6 4088 * mh-e.texi (EDITION, UPDATED): Update.
0cb61492 4089
0bd48b37
CD
40902009-01-25 Carsten Dominik <dominik@science.uva.nl>
4091
4092 * org.texi (References): Add information about remote references.
4093 (Built-in table editor): Document `C-c RET' in tables.
4094 (Math symbols, Quoting LaTeX code): Mention that simple
4095 LaTeX macros survive LaTeX export.
4096 (Images in LaTeX export): Show how to create a reference to a
4097 figure.
4098 (Sectioning structure): Document that the LaTeX class can be
4099 specified in a property.
4100 (Text areas in HTML export): New section.
4101 (External links): Add examples for text search and ID links.
4102 (Built-in table editor): Remove the descriptio of `C-c
4103 C-q', it not longer works.
4104 (Literal examples): Document that a space must follow
4105 the colon in short examples.
4106 (Relative timer): Document `org-timer-stop'.
4107 (Footnotes): New section.
4108 (Footnote markup): Shorten section and refer to new Footnote
4109 section.
4110 (Literal examples): Add documentation for line
4111 numbering in and references to code examples.
4112 (CSS support): Fix the description of default CSS styles.
4113 (Capturing column view): Document
4114 "file:path/to/file.org" as an allowed value for the ID property of
4115 a dynamic block copying column view.
4116
49dbbaf2
SE
41172009-01-23 Stephen Eglen <stephen@gnu.org>
4118
4119 * mh-e.texi (Getting Started): Describe $MH.
4120
193e6828
MA
41212009-01-21 Michael Albinus <michael.albinus@gmx.de>
4122
4123 * tramp.texi (all): Harmonize usage of "external method",
4124 "external transfer method" and "out-of-band method".
4125 (Connection types): Precise the differences of inline and external
4126 methods. Written by Adrian Phillips <a.phillips@met.no>.
4127
26b9f88d
MB
41282009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4129
4130 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4131 commands as described at the top. Reported by Allan Gottlieb
4132 <gottlieb@nyu.edu>.
4133
41342009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4137 nnmail-pathname-coding-system.
4138
377952e0
GM
41392009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4140
4141 * org.texi (Relative timer): Fix typo.
4142
a20d3598
JB
41432009-01-15 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * org.texi (Clocking work time): Fix typo.
98a1e0f5 4146 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
a20d3598 4147
a50253cc
GM
41482009-01-13 Glenn Morris <rgm@gnu.org>
4149
4150 * org.texi: Fix some more typos.
4151
07450bee
GM
41522009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4153
4154 * org.texi: Fix some typos.
4155
e3e955fe
MB
41562009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4157
4158 * gnus.texi (Group Parameters): Add note for local variables.
4159
41602009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4161
0c7efc08
SM
4162 * gnus.texi (Converting Kill Files): Fix URL.
4163 Include gnus-kill-to-score.el in contrib directory.
e3e955fe
MB
4164
41652009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4166
4167 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4168 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4169 (Paging the Article): Add index entry.
4170
71dd9983
JB
41712009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4172
4173 * ada-mode.texi (Examples): Delete redundant text.
4174
4a0cf14f
MA
41752009-01-03 Michael Albinus <michael.albinus@gmx.de>
4176
36c8febb 4177 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4a0cf14f
MA
4178
4179 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4180 addresses.
4181
aedac0f0
BW
41822009-01-03 Bill Wohler <wohler@newt.com>
4183
4184 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4185 kept empty.
4186
4c65b566
CD
41872008-12-20 Carsten Dominik <dominik@science.uva.nl>
4188
4189 * org.texi (Activation, Exporting, ASCII export, HTML export)
0c7efc08
SM
4190 (HTML Export commands, LaTeX/PDF export commands):
4191 Improve documentation about transient-mark-mode.
e9fce1ac 4192 (References): Document the use of special names like $LR1 to reference
4c65b566
CD
4193 to fields in the last table row.
4194
e1a78e1e
JL
41952008-12-19 Juri Linkov <juri@jurta.org>
4196
4197 * info.texi (Search Text): Remove mention of removed key binding M-s.
4198
17a0aa82
CD
41992008-12-18 Carsten Dominik <dominik@science.uva.nl>
4200
4201 * org.texi (References): Remove mentioning of @0 as reference for the
4202 last line, this has been reverted in the Lisp sources.
4203
4997d802
JB
42042008-12-17 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4207 (DVI_TARGETS): Remove duplicates. Add sasl.
4208 ($(infodir)/sasl, sasl.dvi): New targets.
4209
33306645
CD
42102008-12-17 Carsten Dominik <dominik@science.uva.nl>
4211
4212 * org.texi: Version number pushed to 6.15d.
4213
db55f368
CD
42142008-12-16 Carsten Dominik <dominik@science.uva.nl>
4215
a0bf4117 4216 * org.texi (Tables in LaTeX export): New section.
db55f368
CD
4217 (Images in LaTeX export): New section.
4218 (Inlined images, Images in HTML export): Sections renamed.
4219
dae0a942
MB
42202008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4221
4222 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4223
9f5572e9
MB
42242008-12-04 David Engster <dengste@eml.cc>
4225
4226 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
af42a9cc 4227 of nnml-get-new-mail. Change URL for mairix patch.
9f5572e9 4228
bc23baaa
CD
42292008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4230
4231 * org.texi (Using the mapping API): Fix bug in mapping example.
4232 (Publishing options): Make the list of properties complete again, in
4233 correspondence to the variable `org-export-plist-vars'.
4234 (Property searches): Document new special values for time comparisons.
4235 (Tag inheritance): Refine the description of tag inheritance.
4236 (Project alist): Add info about the publishing sequence of components.
a0bf4117 4237 (Effort estimates): Document the new relative timer.
bc23baaa 4238
3bf8054f
JB
42392008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4240
4241 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4242 (Using Calc): Clarify use of `C-x * o'.
4243 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4244
ac134f2f
RS
42452008-11-28 Richard M Stallman <rms@gnu.org>
4246
4247 * dbus.texi (Receiving Method Calls): Clean up previous change.
4248
ace706d1
MA
42492008-11-26 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4252 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4253 `dbus-unescape-from-identifier'.
4254 (Receiving Method Calls): New constants `dbus-service-emacs' and
7b66ce51 4255 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
ace706d1
MA
4256 (Signals): Use the constants in the example.
4257
d60b1ba1
CD
42582008-11-24 Carsten Dominik <dominik@science.uva.nl>
4259
b97439ce 4260 * org.texi: Re-apply change to FDL 1.3.
d60b1ba1 4261
ce4fdcb9
CD
42622008-11-23 Carsten Dominik <dominik@science.uva.nl>
4263
4264 * org.texi (Setting up Remember): Document `org-remember-mode'.
4265 (External links): Document that bbdb links can use a regular
4266 expression.
4267 (External links): Document that elisp links can contain interactive
4268 commands.
4269
c8548a00 42702008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
88ee5b02
JB
4271
4272 * viper.texi (viper-translate-all-ESC-keysequences):
4273 Description removed.
4274
6a2c4aec
GM
42752008-11-19 Glenn Morris <rgm@gnu.org>
4276
4277 * doclicense.texi: Change to FDL 1.3.
4278 Relicense all texi files under FDL 1.3 or later.
4279
59ee4113
JB
42802008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4283
59bcbb98 42842008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
9f90198a 4285
0c7efc08 4286 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2198eaa5
JB
4287
4288 * ediff.texi: Version/date change.
9f90198a 4289
8aa41c9b
CY
42902008-11-14 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4293
17587b1b
JB
42942008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4295
4296 * calc.texi (About This Manual): Comment out a mention of
4297 marginal notes.
4298
564c900e
CD
42992008-11-12 Carsten Dominik <dominik@science.uva.nl>
4300
4301 * org.texi (Clocking work time): Document the :formula property of
4302 clock tables.
4303 (Structure editing, Refiling notes): Document refiling regions.
4304 (Agenda commands): Document the double-prefix version
4305 of the `l' command in the agenda.
4306 (Handling links): Explain the effect of a double prefix
4307 arg to `C-c C-o'.
4308 (TODO basics): Add documentation for tag triggers.
4309
3c4be1f2
GM
43102008-10-23 Glenn Morris <rgm@gnu.org>
4311
4312 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4313 byte-compiling things like `+'.
4314
4315 * ns-emacs.texi: Merge copyright years of author now with assignment
4316 into FSF years.
4317 (VER): Use it for easier automatic updating. Use Emacs version rather
4318 than standalone Emacs.app version.
4319
a6520ff3
CD
43202008-10-12 Carsten Dominik <dominik@science.uva.nl>
4321
864c9740 4322 * org.texi: Lots of minor fixes.
a6520ff3
CD
4323 (Capture): New chapter.
4324 (Org Plot): New section.
4325
db7a4b66
MH
43262008-09-30 Magnus Henoch <mange@freemail.hu>
4327
4328 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4329
4043c194
JB
43302008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4331
4332 * calc.texi (User Defined Units): Mention how to enter optional display
4333 string.
4334
eef5ade7
MB
43352008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4336
0c7efc08 4337 * message.texi (Sending Variables): Fix variable documentation to
eef5ade7
MB
4338 avoid the "y/n" wording.
4339
e52cac88
MB
43402008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4341
0c7efc08 4342 * message.texi (Sending Variables): Add `message-confirm-send' doc.
e52cac88
MB
4343
43442008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4347 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4348
00c55306
BW
43492008-09-22 Bill Wohler <wohler@newt.com>
4350
4351 Release MH-E manual version 8.1.
4352
4353 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4354 release 8.1.
4355
4356 * mh-e.texi: Retain dual license as agreed to by the FSF.
4357 However, bump GPL to Version 3.
4358 Use @include for license text.
4359
e52cac88 43602008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
64763fe3
MB
4361
4362 * gnus.texi (Top, Setup, Fancy splitting to parent)
88ee5b02
JB
4363 (Store custom flags and keywords, Store arbitrary data):
4364 Clean up markup.
64763fe3
MB
4365
43662008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4367
4368 * gnus.texi (The Gnus Registry): Document it.
4369
9e601b8d
MB
43702008-09-08 David Engster <dengste@eml.cc>
4371
88ee5b02
JB
4372 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4373 Clarify section about choosing back end servers.
9e601b8d 4374
247043f1
GM
43752008-08-23 Glenn Morris <rgm@gnu.org>
4376
4377 * dired-x.texi (Shell Command Guessing):
4378 Mention dired-guess-shell-case-fold-search. (Bug#417)
4379
2bfec7a0
MA
43802008-08-22 Michael Albinus <michael.albinus@gmx.de>
4381
4382 * trampver.texi: Update release number.
4383
247043f1 43842008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
2f45a8ed
AR
4385
4386 * ns-emacs.texi: Update version.
4387 (Introduction): Correct menu location for options save.
4388 (Customization): Note that defaults are stored under org.gnu.Emacs.
4389
8c20bd92
BW
43902008-08-11 Bill Wohler <wohler@newt.com>
4391
4392 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4393 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4394 Henman) (closes SF #1768928).
4395
767a4d92
GM
43962008-08-10 Glenn Morris <rgm@gnu.org>
4397
4398 * ns-emacs.texi: Use @copying. Change copyright of authors with
4399 assignment to FSF. Change license to GFDL.
4400 (Top): Remove outdated references.
4401
6ecfe5c2
MB
44022008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4403
88ee5b02
JB
4404 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4405 Add gnus-summary-sort-by-most-recent-number and
6ecfe5c2
MB
4406 gnus-summary-sort-by-most-recent-date.
4407 (Summary Sorting): Explain prefix argument.
4408
44092008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4410
4411 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4412 gnus-summary-pipe-output.
4413
eb932e8a
MA
44142008-08-03 Michael Albinus <michael.albinus@gmx.de>
4415
4416 * dbus.texi (Receiving Method Calls): Document error handling of own
4417 D-Bus methods.
4418
bfe16263
BW
44192008-08-01 Bill Wohler <wohler@newt.com>
4420
4421 * mh-e.texi (Reading Mail)
9f90198a 4422 (Viewing Attachments): Describe new function
bfe16263
BW
4423 mh-show-preferred-alternative.
4424 (Sending Mail, Redistributing, Sending Message): Describe new hook
4425 mh-annotate-msg-hook.
4426
21956b56
MA
44272008-07-31 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * dbus.texi (Arguments and Signatures): Fix example.
4430 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4431 (Asynchronous Methods): New node.
9f90198a
JB
4432 (Errors and Events): Describe extended layout of `dbus-event'.
4433 New defun `dbus-event-message-type'.
21956b56 4434
7c2fb837
DN
44352008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 * ediff.texi: Remove VMS support.
4438
13662773
JB
44392008-07-29 Juanma Barranquero <lekktu@gmail.com>
4440
4441 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4442 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4443
ddde0b34
CY
44442008-07-29 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * Makefile.in: Add mairix-el targets.
4447
44482008-07-29 David Engster <deng@randomsample.de>
4449
4450 * mairix-el.texi: New file.
4451
d5875b25
JB
44522008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4453
366b7d44
JB
4454 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4455 project files. Delete 'main_unit' project variable; not needed. Allow
4456 process environment variables wherever project variables are allowed.
4457 Add tutorial section on multiple GNAT project files.
d5875b25 4458
6cbab8ee
MA
44592008-07-27 Michael Albinus <michael.albinus@gmx.de>
4460
4461 Sync with Tramp 2.1.14.
4462
4463 * trampver.texi: Update release number.
4464
9e2a2647
DN
44652008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * ns-emacs.texi:
4468 * faq.texi: Remove mentions of Mac Carbon.
4469
d62672f3
MB
44702008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * gnus.texi (Saving Articles): Describe the 2nd argument of
4473 gnus-summary-save-in-pipe.
4474 (SpamAssassin): Use it.
4475
44762008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4477
4478 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4479
dd12e1c6
CD
44802008-07-25 Carsten Dominik <dominik@science.uva.nl>
4481
4482 * org.texi (Export options): Document the use of the creator flag.
4483
44ce9197
CD
44842008-07-24 Carsten Dominik <dominik@science.uva.nl>
4485
4486 * org.texi: New version 6.06a.
4487
ddd13c5d
JB
44882008-07-23 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4491 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4492
8dc6104d
JB
44932008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4494
4495 * calc.texi (Editing Stack Entries):
4496 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4497 Calc's help functions. Mention fixing typos.
4498 (Customizing Calc): Fix typo.
4499
45002008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4501
4502 * calc.texi (summarykey): New macro. Use to correctly format keys in
4503 the summary.
4504
ddd13c5d 45052008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
db8ef699
AR
4506
4507 * ns-emacs.texi (Customization): Corrected documentation on color
4508 specification formats.
4509
568beaa2
AS
45102008-07-19 Andreas Schwab <schwab@suse.de>
4511
db8ef699 4512 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
568beaa2
AS
4513
4514 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4515 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4516
cd71b9ae
MA
45172008-07-18 Michael Albinus <michael.albinus@gmx.de>
4518
4519 * dbus.texi (Inspection): Rework, introduce submenus.
4520 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4521 (Properties and Annotations, Arguments and Signatures): New nodes.
4522
9b7993b4
MA
45232008-07-13 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * dbus.texi (Receiving Method Calls): Fix description of
4526 `dbus-register-method'.
4527 (Signals): Allow also signal arguments for filtering in
4528 `dbus-register-signal'.
4529
241d447b
JB
45302008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4531
4532 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4533 `cnorm'.
4534 (Arithmetic Tutorial): Simplify the verification of prime factors.
4535
adb46650
MB
45362008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4537
4538 * gnus.texi (Saving Articles): Mention
4539 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4540
92e15881
JB
45412008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4542
4543 * calc.texi: Adjust mode line throughout.
4544
ea597303
JB
45452008-06-28 Juanma Barranquero <lekktu@gmail.com>
4546
4547 * sasl.texi (Mechanisms): Fix typos.
4548
aee08080
JB
45492008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4550
4551 * calc.texi (Killing from the stack): Mention using normal Emacs
4552 copying.
4553
a06a4a12
MA
45542008-06-21 Michael Albinus <michael.albinus@gmx.de>
4555
0c7efc08 4556 * tramp.texi (Password handling): Rename from "Password caching".
ea597303 4557 Add `auth-source' mechanism.
a06a4a12
MA
4558 (Connection caching): Tramp reopens the connection automatically,
4559 when the operating system on the remote host has been changed.
4560
7389398d
EZ
45612008-06-20 Eli Zaretskii <eliz@gnu.org>
4562
4563 * makefile.w32-in (distclean): Remove makefile.
4564
b349f79f
CD
45652008-06-17 Carsten Dominik <dominik@science.uva.nl>
4566
3f9b4c2b 4567 * org.texi (Using the mapping API): New section.
b349f79f 4568 (Agenda column view): New section.
3f9b4c2b 4569 (Moving subtrees): Document archiving to the archive sibling.
b349f79f 4570 (Agenda commands): Document columns view in the agenda.
3f9b4c2b 4571 (Using the property API): Document the API for multi-valued properties.
b349f79f
CD
4572
45732008-06-17 Jason Riedy <jason@acm.org>
4574
4575 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4576 function, and efmt may be a two-argument function.
4577 (Radio tables): Document multiple destinations.
4578
cd5c05d2
GM
45792008-06-16 Glenn Morris <rgm@gnu.org>
4580
4581 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4582 Add Cover-Texts.
4583
debf4439
GM
45842008-06-15 Glenn Morris <rgm@gnu.org>
4585
4586 * faq.texi (VER): Update to 23.0.60.
4587
4588 * mh-e.texi: Remove option of licensing under GPL.
4589 Add Cover-Texts to GFDL permissions notice.
4590 (GPL): Remove section.
4591 (GFDL): Include doclicense.texi rather than the actual text.
4592
4593 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4594 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4595
4596 * sasl.texi: Fix output file name.
4597
4598 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4599
4600 * gnus-coding.texi: Refer to license in Gnus manual.
4601
4602 * idlwave.texi, sasl.texi: Use @copying.
4603
4604 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4605
4606 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4607
4608 * url.texi: Use @copying, @title, @subtitle, @author.
4609
4610 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4611 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4612 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4613 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4614 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4615 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4616 * widget.texi, woman.texi:
4617 Remove references to external license, since doclicense is included.
4618
4619 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4620 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4621 Remove references to non-existent Invariant Sections.
4622
091f8bc1
GM
46232008-06-14 Glenn Morris <rgm@gnu.org>
4624
4625 * faq.texi (Major packages and programs): Remove references to external
4626 Supercite, Calc, VIPER, since they have been included for some time.
4627 Update VM, AUCTeX, BBDB entries.
4628
47bcb4d3
UJ
46292008-06-14 Ulf Jasper <ulf.jasper@web.de>
4630
4631 * newsticker.texi: Updated to match latest newsticker changes.
4632
6f093307
GM
46332008-06-13 Glenn Morris <rgm@gnu.org>
4634
4635 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4636 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4637 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4638 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4639 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4640 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4641 * woman.texi:
4642 Update Back-Cover Text as per maintain.info.
4643
2b968687
MB
46442008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4647
4648 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4649 (gnus-faq.xml): Update repository host.
4650
2b968687
MB
4651 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4652
46532008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4654
4655 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4656 Fix a typo.
4657
46582008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4659
4660 * gnus.texi (Mail Source Customization): Correct values of
4e2af782 4661 `mail-source-delete-incoming'. Reported by Tassilo Horn.
2b968687
MB
4662 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4663
46642008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4665
4666 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4667 coding standards.
4668
46692008-06-14 David Engster <dengste@eml.cc>
4670
4671 * gnus.texi (nnmairix): Markup fixes.
4672
e6d2d263
MB
46732008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4674
2b968687 4675 * gnus.texi (nnmairix): Markup and other minor fixes.
e6d2d263
MB
4676
46772008-06-05 David Engster <dengste@eml.cc>
4678
4679 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4680
46812008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4682
b344d29d 4683 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
e6d2d263
MB
4684 (Searching, nnir, nnmairix): New stub nodes.
4685
ad231df6 46862008-05-30 Felix Lee <felix.1@canids.net>
30235d57
SM
4687
4688 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4689
f394fa25
MB
46902008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4691
4692 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4693
58333467
MB
46942008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4695
4696 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4697
67525fb9
JY
46982008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4699
4700 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4701
0549d8fc
JB
47022008-05-06 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * info.texi (Top): Fix typo in xref.
4705
149a3837
KB
47062008-05-05 Karl Berry <karl@gnu.org>
4707
4708 * info.texi (Top): @xref to stand-alone manual.
4709
3a23a519
MB
47102008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4711
4712 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4713 (Various Summary Stuff): Fix typo in last xref.
4714
0a29fbf3
JB
47152008-05-02 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * org.texi (Moving subtrees): Fix typo.
4718
586b90f1
MA
47192008-04-28 Michael Albinus <michael.albinus@gmx.de>
4720
4721 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4722 Tramp via `tramp-mode'.
4723
b5af9883
CD
47242008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4725
4726 * org.texi: Massive changes, in many parts of the file.
4727
d55fe5bb
MB
47282008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4729
4730 * gnus.texi (Oort Gnus): Add message-fill-column.
4731
47322008-04-12 Adrian Aichner <adrian@xemacs.org>
4733
4734 * gnus.texi (Mail Source Specifiers): Typo fix.
4735
47362008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4737
4738 * gnus.texi (Diary Headers Generation): Update key binding for
4739 `gnus-diary-check-message'.
4740
47412008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4742
4743 * gnus.texi (Emacsen): Addition.
4744
47452008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4746
4747 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4748
47492008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4752
47532008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4754
4755 * gnus-news.texi: Update tool bar item.
4756
47572008-04-09 Sven Joachim <svenjoac@gmx.de>
4758
4759 * gnus-news.texi: Fix typos.
4760
76c109c3
JB
47612008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4762
222027f2 4763 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
76c109c3
JB
4764 Add mention of `kron'.
4765
d5fbd5a6
MO
47662008-04-01 Daiki Ueno <ueno@unixuser.org>
4767
0c7efc08
SM
4768 * epa.texi (Encrypting/decrypting *.gpg files):
4769 Document epa-file-name-regexp.
d5fbd5a6 4770
fbcbb58c
KY
47712008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * gnus.texi (Example Methods): Fix description about ssh-agent.
4774 (Indirect Functions): Fix the default value of nntp-telnet-command;
4775 remove link to connect.html.
4776
134ce16c
MA
47772008-03-30 Michael Albinus <michael.albinus@gmx.de>
4778
4779 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4780 dbus-call-method.
4781 (Receiving Method Calls): The timeout can be set by the calling client.
4782
da1975d7
MA
4783 * trampver.texi: Update release number.
4784
2e4089ab
RS
47852008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4786
4787 * gnus.texi (Top): Fix version. Add SASL.
4788
70cab5a9
MA
47892008-03-29 Michael Albinus <michael.albinus@gmx.de>
4790
4791 Sync with Tramp 2.1.13.
4792
4793 * trampver.texi: Update release number.
4794
5bc6ddff
MB
47952008-03-29 Chong Yidong <cyd@stupidchicken.com>
4796
4797 * org.texi: Update to new org-mode website.
4798
47992008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4802
9b3ebcb6
MB
48032008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4804
4805 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4806 gnus-read-ephemeral-gmane-group-url,
4807 gnus-read-ephemeral-emacs-bug-group,
4808 gnus-read-ephemeral-debian-bug-group.
4809
48102008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4813
4814 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4815 Add FIXMEs for Bookmarks and gnus-registry-marks.
4816
48172008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4818
4819 * gnus.texi (Smileys): Document `smiley-style'.
4820
48212008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus.texi (Gnus Development): Clarify difference between ding and
4824 gnu.emacs.gnus.
4825 (MIME Commands, Using MIME, RSS): Fix markup.
4826
4827 * gnus-faq.texi ([8.4]): Ditto.
4828
48292008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4830
4831 * gnus.texi (Emacsen): Remove obsolete stuff.
4832
48332008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4834
4835 * gnus.texi (Oort Gnus): Add version info WRT
4836 `mail-source-delete-incoming'.
4837
48382008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4839
4840 * gnus.texi (Top): Add "Other related manuals" and version info in
4841 `iftex' output.
4842 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4843 gnus-balloon-face-0 and the corresponding format specifiers.
4844
608d6a81
MA
48452008-03-26 Michael Albinus <michael.albinus@gmx.de>
4846
4847 * tramp.texi (Filename completion): Remove footnote about let-bind
4848 of `partial-completion-mode'. It doesn't work this way.
4849
27a6f132
SM
48502008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * pcl-cvs.texi (Contributors): Update my email.
4853
4a7c4c40
MA
48542008-03-21 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4857
2940c053
BW
48582008-03-17 Bill Wohler <wohler@newt.com>
4859
4860 * mh-e.texi (Viewing): Update URL for adding header fields to
4861 mh-invisible-header-fields-default.
4862
30864d5f
BW
48632008-03-16 Bill Wohler <wohler@newt.com>
4864
4865 * mh-e.texi (Preface): Add Gnus to requirements.
4866 (Forwarding): Note that forwarded MIME messages are now inline.
4867
31fe2b00
SM
48682008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
9b3ebcb6
MB
4871 (Common Variables): Give precedence to the netcat methods over the
4872 telnet methods, and mention that they are more reliable.
31fe2b00 4873
5e97c626
CD
48742008-03-13 Carsten Dominik <dominik@science.uva.nl>
4875
4876 * org.texi (Exporting Agenda Views): Document agenda export to
4877 iCalendar.
4878 (Progress logging): Document the new progress logging stuff.
4879
37a68866
MB
48802008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4881
4882 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4883 Update for change of `mail-source-delete-incoming'.
4884
4885 * gnus-news.texi: Ditto.
4886
8f7abae3
MB
48872008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4888
4889 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4890 custom versions.
4891
af379c86
AM
48922008-03-07 Alan Mackenzie <acm@muc.de>
4893
4894 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4895 parens/brackets in a k&r region is limited.
4896
3d0f8a67
MB
48972008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4898
4899 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4900 using different Emacs versions.
4901
52151df0
GM
49022008-02-27 Glenn Morris <rgm@gnu.org>
4903
4904 * sc.texi: Remove a lot of old and obsolete info.
4905 (titlepage): Simplify.
4906 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4907 (VM with any Emacsen, GNEWS with any Emacsen)
4908 (Overloading for Non-conforming MUAs, Version 3 Changes)
4909 (The Supercite Mailing List): Delete nodes.
4910 (Introduction): Remove info about old packages.
4911 (Getting Connected): Simplify. Remove info about old packages.
4912 (Citing Commands): Delete Emacs 19 info.
4913 (Hints to MUA Authors): Simplify.
4914 (Thanks and History): Merge in some info from the deleted node
4915 "Version 3 Changes".
4916
b03f96dc
MB
49172008-02-05 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * org.texi (Setting tags, In-buffer settings):
4920 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4921
52bec650
MB
49222008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4923
4924 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4925 installation directory name.
4926
34a3c587
RF
49272008-02-12 Romain Francoise <romain@orebokech.com>
4928
4929 * epa.texi (Overview): Fix typo.
4930
5a8d03e9
MO
49312008-02-11 Daiki Ueno <ueno@unixuser.org>
4932
4933 * epa.texi (Quick start): Remove the .emacs setting.
4934
f1914c40
MO
49352008-02-10 Daiki Ueno <ueno@unixuser.org>
4936
4937 * epa.texi (Quick start): Use the command `epa-enable' instead of
4938 loading `epa-setup'.
4939
bca98fc9
JB
49402008-02-08 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4943 ($(infodir)/epa, epa.dvi): New targets.
4944
4b01af2e
MO
49452008-02-08 Daiki Ueno <ueno@unixuser.org>
4946
4947 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4948
4949 * epa.texi: New manual documenting the EasyPG Assistant.
4950
06c0751a
MA
49512008-02-06 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4954 (Inspection): New function dbus-ping.
4955
7dcccd7b
MA
49562008-02-05 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * tramp.texi (Remote processes): Add `shell-command'.
4959
a1da1e37
MB
49602008-01-28 Michael Sperber <sperber@deinprogramm.de>
4961
4962 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4963 (Group Parameters): Document `mail-source' parameter.
4964
c9d8f746
MA
49652008-01-27 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4968 must be a local host.
4969
15db4a13
MO
49702008-01-26 Michael Olson <mwolson@gnu.org>
4971
4972 * erc.texi: Update version for ERC 5.3 release.
4973 (Obtaining ERC): Update extras URLs for 5.3.
4974 (Development): Write instructions for git, and remove those for Arch.
4975 (History): Mention the switch to git.
4976
2bc43980
KB
49772008-01-24 Karl Berry <karl@gnu.org>
4978
bca98fc9
JB
4979 * info.texi (Search Index, Search Text): Mention the command
4980 character in the section name, a la the (Go to node) node.
2bc43980 4981
d2e4a6c9
MA
49822008-01-21 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4985
0b6799c3
MB
49862008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4987
4988 * gnus-news.texi: Mention gnus-article-describe-bindings.
4989
49902008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4991
4992 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4993
db9c3fb1 49942008-01-18 Carsten Dominik <dominik@science.uva.nl>
d866d7f7 4995
7b4d0413 4996 * org.texi (Property inheritance): New section.
db9c3fb1 4997 (Conventions): New section.
7b4d0413 4998 (Structure editing): Document C-RET, the prefix arg to the cut/copy
db9c3fb1
CD
4999 commands, and the new bindings for refiling.
5000 (Sparse trees): Document the new special command for sparse trees.
5001 (References): Be more clear about the counting of hilines.
5002 (Handling links): Document M-p/n for accessing links.
5003 (Fast access to TODO states): New section.
5004 (Per file keywords): New section.
5005 (Property inheritance): New section.
5006 (Column attributes): New summary types.
5007 (Capturing Column View): New section.
5008 (The date/time prompt): Cover the new features in the date/time prompt.
5009 Compactify the table of keys for the calendar remote control.
5010 (Clocking work time): Document the new :scope parameter.
5011 (Remember): Promoted to chapter.
5012 (Quoted examples): New section.
5013 (Enhancing text): New verbatim environments.
5014
6ed73f28
MA
50152008-01-14 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * trampver.texi: Update release number.
5018
95838435
MB
50192008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5020
0c7efc08
SM
5021 * gnus.texi (Article Keymap):
5022 Add gnus-article-wide-reply-with-original; fix descriptions of
95838435
MB
5023 gnus-article-reply-with-original and
5024 gnus-article-followup-with-original.
5025
20234d96
GM
50262008-01-09 Glenn Morris <rgm@gnu.org>
5027
5028 * nxml-mode.texi: Add @copying section.
5029
d82cf70b
MB
50302008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5031
5032 * message.texi (Mail Variables): Add some text from "(gnus)Posting
5033 Server". Add `message-send-mail-with-mailclient'.
5034
5035 * gnus.texi (Posting Server): Move some text to "(message)Mail
5036 Variables" and add a reference here.
5037
addb7f2e
MA
50382008-01-04 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * dbus.texi (Receiving Method Calls): New chapter.
5041 (Errors and Events): Add serial number to events. Replace "signal" by
5042 "message". Introduce dbus-event-serial-number.
5043
4db2806c
MA
50442008-01-03 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * dbus.texi (Type Conversion): Explain the type specification for empty
5047 arrays. Use another example.
5048
c9ecb5a7
MA
50492007-12-30 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * dbus.texi (all): Replace "..." by @dots{}.
5052 (Type Conversion): Precise the value range for :byte types.
5053 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5054 Mention its return value.
5055 (Errors and Events): There is no D-Bus error propagation during event
5056 processing.
5057
702dbfd9
JB
50582007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
5059
5060 * calc.tex (Yacas Language, Maxima Language, Giac Language):
5061 New sections.
5062
87035689
MB
50632007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5064
5065 * gnus.texi (Group Parameters): Reorder the text and add a note about
5066 `gnus-parameters' near the beginning of the node.
5067
50682007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5069
5070 * gnus.texi (Score File Editing): Fix function name.
5071
5492f5ca
MA
50722007-12-23 Michael Albinus <michael.albinus@gmx.de>
5073
5074 Sync with Tramp 2.1.12.
5075
5076 * trampver.texi: Update release number.
5077
d4e67bc5
MA
50782007-12-22 Michael Albinus <michael.albinus@gmx.de>
5079
5080 * dbus.texi (Type Conversion): Correct input parameters mapping.
5081
6a31c819
MA
50822007-12-21 Michael Albinus <michael.albinus@gmx.de>
5083
5084 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5085 (Errors and Events): Mention wrong-type-argument error.
5086
99a3e35f
AS
50872007-12-21 Alex Schroeder <alex@gnu.org>
5088
5089 * rcirc.texi: Changed single spaces after sentence end to double
b2abec73 5090 spaces. Fixed some typos.
99a3e35f
AS
5091 (Internet Relay Chat): Explain relay.
5092 (Getting started with rcirc): Change items to reflect prompts.
5093 Add more explanation to rcirc-track-minor-mode and added a comment to
5094 warn future maintainers that this section is a copy.
0c7efc08 5095 (People): Change /ignore example.
62b12a24 5096 (Keywords): Not keywords.
99a3e35f 5097
331e4d02
AS
50982007-12-20 Alex Schroeder <alex@gnu.org>
5099
5100 * rcirc.texi (Top): Fighting Information Overload chapter added.
5101 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
0c7efc08 5102 (rcirc commands): Move /ignore command to the new chapter.
331e4d02
AS
5103 (Fighting Information Overload): New chapter documenting /keyword,
5104 /bright, /dim, channel ignore, and low priority channels.
125a630f
AS
5105 (Configuration): Document rcirc-server-alist, remove
5106 rcirc-startup-channels-alist and rcirc-default-server.
331e4d02 5107
cd71c3ef
MA
51082007-12-16 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * dbus.texi (Signals): Fix example in dbus-register-signal.
5111
bbbe940b
MB
51122007-12-14 Sven Joachim <svenjoac@gmx.de>
5113
5114 * gnus.texi (Score Variables): Fix typo.
5115
0ce574ef
MA
51162007-12-07 Michael Albinus <michael.albinus@gmx.de>
5117
5118 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5119 (Signals): Adapt dbus-send-signal and dbus-register-signal.
5120 (Errors and Events): Adapt dbus-event.
5121
b890d447
MB
51222007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5123
5124 * gnus.texi (Other Files): Add the yenc command.
5125
51262007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5129 since 2004-08-06.
5130
51312007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5134 on body.
5135
51362007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5137
5138 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5139 and rfc2047-allow-irregular-q-encoded-words; fix description of
5140 rfc2047-encode-encoded-words.
5141
51422007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5143
5144 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5145
3728bf03
MO
51462007-12-05 Michael Olson <mwolson@gnu.org>
5147
5148 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5149 Update documentation for `remember-diary-file'.
5150
a4397af9
MA
51512007-12-04 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * dbus.texi (Signals): Precise `dbus-register-signal'.
5154 (Errors and Events): Rework events part, the internal structure of
5155 dbus-event has changed.
5156
1682490c
JB
51572007-12-03 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5160 ($(infodir)/dbus, dbus.dvi): New targets.
5161
7b13a0f2
MA
51622007-12-03 Michael Albinus <michael.albinus@gmx.de>
5163
5164 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5165 unconditionally.
5166
5167 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5168 emulation with @print{}.
5169
7ef92bc9
RS
51702007-12-02 Richard Stallman <rms@gnu.org>
5171
5172 * dbus.texi (Overview): Minor cleanup.
5173
22d8ac3a
MA
51742007-12-02 Michael Albinus <michael.albinus@gmx.de>
5175
d3a8e0df
MA
5176 * Makefile.in (INFO_TARGETS): Add dbus.
5177 (DVI_TARGETS): Add dbus.dvi.
5178 (dbus, dbus.dvi): New targets.
5179
22d8ac3a
MA
5180 * dbus.texi: New file.
5181
559764ab
RF
51822007-11-24 Romain Francoise <romain@orebokech.com>
5183
5184 * nxml-mode.texi: Add description in @direntry.
7aa579d9 5185 Fix file name to match @setfilename.
559764ab 5186
ac97a16b
MH
51872007-11-23 Mark A. Hershberger <mah@everybody.org>
5188
5189 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5190 ($(infodir)/nxml-mode): New rule.
5191
5192 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5193 ($(infodir)/nxml-mode): New rule.
5194 (clean): Add nxml-mode*.
5195
5196 * nxml-mode.texi: New file with nxml manual.
5197
404cd454
GM
51982007-11-18 Richard Stallman <rms@gnu.org>
5199
5200 * flymake.texi (Example -- Configuring a tool called directly):
5201 Update example.
5202
b048d478
MA
52032007-11-18 Michael Albinus <michael.albinus@gmx.de>
5204
5205 * tramp.texi (Filename completion): Simplify explanation of
fffa137c 5206 double-slash behavior. Explain directory contents flushing.
b048d478 5207
346e8469
JB
52082007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5209
5210 * calc.texi (TeX and LaTeX Language Modes): Put in
5211 missing braces.
5212
404cd454
GM
52132007-11-15 Richard Stallman <rms@gnu.org>
5214
5215 * cl.texi (Equality Predicates): Delete `eql'.
5216 (Predicates, Naming Conventions, Top): Delete `eql'.
5217 (Common Lisp Compatibility): Delete `eql'.
5218 (Porting Common Lisp): Delete obsolete backquote info.
5219 Minor clarification about character constants.
5220 (Sequence Basics): Minor clarification.
5221
1f6af58b
JB
52222007-11-15 Juanma Barranquero <lekktu@gmail.com>
5223
dccb744b 5224 * cc-mode.texi (Electric Keys, Custom Macros):
1f6af58b
JB
5225 * tramp.texi (Filename completion): Fix typos.
5226
3bc88bc9
JB
52272007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5228
5229 * calc.texi (Basic commands): Mention the menu.
5230
bc5300d3
MA
52312007-11-12 Michael Albinus <michael.albinus@gmx.de>
5232
5233 * tramp.texi (Connection caching): Tramp flushes connection
5234 properties when remote operating system has been changed.
5235
4d8a28ec
MB
52362007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5237
5238 * gnus-news.texi: Fix spelling.
5239 `message-insert-formatted-citation-line', not
5240 `message-insert-formated-citation-line'.
5241
404cd454
GM
5242 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5243
e1176b47
MA
52442007-11-07 Michael Albinus <michael.albinus@gmx.de>
5245
5246 * tramp.texi (Overview): Mention also the PuTTY integration under
b46a6a83 5247 w32. Remove paragraphs about Tramp's experimental status.
e1176b47
MA
5248 (Frequently Asked Questions): Add code example for highlighting the
5249 mode line.
5250
6159985a
MO
52512007-11-03 Michael Olson <mwolson@gnu.org>
5252
5253 * remember.texi: Change mentions of remember-buffer to
5254 remember-finalize throughout.
5255
bec9b2f5
MO
52562007-10-30 Michael Olson <mwolson@gnu.org>
5257
5258 * remember.texi (Copying): Remove.
5259 (Mailbox): Update with non-BBDB instructions.
5260 (Diary, Org): Add.
5261 (Bibliography, Planner Page): Remove.
5262
b6173182
JB
52632007-10-30 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * makefile.w32-in (INFO_TARGETS): Add remember.
5266 (DVI_TARGETS): Add remember.dvi.
5267 ($(infodir)/remember): New rule.
5268 (clean): Add remember*.
5269
15f3eb73
MO
52702007-10-30 Michael Olson <mwolson@gnu.org>
5271
70bdc930
MO
5272 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5273 ($(infodir)/remember): New rule that builds the Remember Manual.
5274
b6173182
JB
5275 * remember.texi: New file containing the Remember Mode Manual.
5276 Shuffle chapters around after initial import.
7d3f6f1a
MO
5277 (Function Reference): Split Keystrokes into separate chapter.
5278 (Keystrokes): Document C-c C-k.
51d24a12 5279 (Introduction): Fix typographical issue with "---".
15f3eb73 5280
404cd454
GM
52812007-10-29 Richard Stallman <rms@gnu.org>
5282
5283 * widget.texi (Introduction): Delete discussion of implementation
5284 internals.
5285
9bbb9638
MA
52862007-10-29 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * tramp.texi (Connection caching): Host names must be different
5289 when tunneling.
5290
c7ff939a
RS
52912007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5292
5293 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5294 Gnus v5.13.
5295
01c52d31
MB
52962007-10-28 Miles Bader <miles@gnu.org>
5297
5298 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5299
01c52d31
MB
53002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5301
0c7efc08
SM
5302 * gnus.texi (Sorting the Summary Buffer):
5303 Remove gnus-article-sort-by-date-reverse.
01c52d31
MB
5304
53052007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5306
5307 * gnus.texi (Non-ASCII Group Names): New node.
5308 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5309 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5310
c8763fb6 53112007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5312
5313 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5314 clean the output of the program `imap-shell-program'.
5315
53162007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5317
5318 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5319
53202007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5321
5322 * gnus.texi (Sticky Articles): Documentation for sticky article
5323 buffers.
5324
c8763fb6 53252007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
5326
5327 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5328
53292007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5332
53332007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5334
0c7efc08
SM
5335 * gnus.texi (Archived Messages):
5336 Document gnus-update-message-archive-method.
01c52d31
MB
5337
53382007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5341
c8763fb6 53422007-10-28 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 5343
0c7efc08
SM
5344 * gnus.texi (Group Maneuvering):
5345 Document `gnus-summary-next-group-on-exit'.
01c52d31
MB
5346
53472007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5348
0c7efc08
SM
5349 * gnus.texi (Really Various Summary Commands):
5350 Mention gnus-auto-select-on-ephemeral-exit.
01c52d31
MB
5351
53522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5353
5354 * gnus.texi, message.texi: Bump version number.
5355
53562007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5357
5358 * gnus.texi (Group Line Specification, Misc Group Stuff)
5359 (Server Commands): Parenthesize @pxref{Mail Spool}.
5360
53612007-10-28 Didier Verna <didier@xemacs.org>
5362
5363 New user option: message-signature-directory.
5364 * message.texi (Insertion Variables): Document it.
5365 * gnus.texi (Posting Styles): Ditto.
5366
53672007-10-28 Didier Verna <didier@xemacs.org>
5368
5369 * gnus.texi (Group Line Specification):
5370 * gnus.texi (Misc Group Stuff):
5371 * gnus.texi (Server Commands): Document the group compaction feature.
5372
53732007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5374
5375 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5376
5377 * message.texi (Various Message Variables): Add message-fill-column.
5378
53792007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gnus.texi: Untabify.
5382
53832007-10-28 Didier Verna <didier@xemacs.org>
5384
5385 * gnus.texi (Group Parameters): Document the posting-style merging
5386 process in topic-mode.
5387
53882007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5389
5390 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5391
53922007-10-28 Romain Francoise <romain@orebokech.com>
5393
5394 * gnus.texi (Mail Spool): Fix typo.
5395 Update copyright.
5396
53972007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5398
5399 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5400
54012007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5402
5403 * gnus.texi (Summary Generation Commands):
5404 Add gnus-summary-insert-ticked-articles.
5405
54062007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5407
b2abec73
JB
5408 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5409 to spam-spamassassin-program.
01c52d31
MB
5410
54112007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5412
5413 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5414
54152007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5416
5417 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5418
54192007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * message.texi (Mail Headers): Document `opportunistic'.
5422
54232007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5424
5425 * emacs-mime.texi (Encoding Customization): Explain how to set
5426 mm-coding-system-priorities per hierarchy.
5427
54282007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5431 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5432
54332007-10-28 Didier Verna <didier@xemacs.org>
5434
5435 * message.texi (Wide Reply): Update documentation of
5436 message-dont-reply-to-names (now allowing a list of regexps).
5437
54382007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5439
5440 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5441
54422007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5443
5444 * gnus.texi (SpamAssassin back end): Fix typo.
5445
5446 * sieve.texi (Examples): Fix grammar.
5447
54482007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * gnus.texi (Searching for Articles): Document M-S and M-R.
5451 (Limiting): Document / b.
5452
54532007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
5455 * gnus.texi (Thread Commands): T M-^.
5456
54572007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5458
5459 * message.texi (Mail Aliases): Document ecomplete.
5460 (Mail Aliases): Fix typo.
5461
54622007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5463
5464 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5465 fix typo.
5466
54672007-10-28 Romain Francoise <romain@orebokech.com>
5468
5469 * gnus.texi (Mail Spool): Grammar fix.
5470
54712007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5472
5473 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5474 string.
5475
54762007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5477
5478 * gnus.texi (Group Parameters): Fix description.
5479
54802007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5481
b2abec73
JB
5482 * gnus.texi (Gmane Spam Reporting):
5483 Fix spam-report-gmane-use-article-number.
5484 Add spam-report-user-mail-address.
01c52d31
MB
5485
54862007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5489
54902007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5491
5492 * gnus.texi (Group Parameters): Add simplified sorting example based on
5493 example for `Sorting the Summary Buffer' from Jari Aalto
5494 <jari.aalto@cante.net>.
5495 (Example Methods): Add example for an indirect connection.
5496
54972007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5498
0c7efc08 5499 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
01c52d31
MB
5500 (Agent Parameters): Updated parameter names to match code.
5501 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5502 'gnus-agent-summary-fetch-series'.
5503 (Agent and flags): New section providing a generalized discussion
5504 of flag handling.
0c7efc08
SM
5505 (Agent and IMAP): Remove flag discussion.
5506 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
01c52d31
MB
5507
55082007-10-28 Romain Francoise <romain@orebokech.com>
5509
5510 * gnus.texi (Exiting the Summary Buffer): Add new function
5511 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5512
55132007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * gnus.texi (Conformity): Fix typo.
5516 (Customizing Articles): Document `first'.
5517
55182007-10-28 Jari Aalto <jari.aalto@cante.net>
5519
5520 * gnus.texi (Sorting the Summary Buffer):
5521 Add `gnus-thread-sort-by-date-reverse'. Add example
5522 host to different sorting in NNTP and RSS groups.
5523
55242007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * message.texi (Insertion): Describe prefix for
5527 message-mark-inserted-region and message-mark-insert-file.
5528
55292007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5530
5531 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5532 LaTeX documents. Describe "text/x-gnus-verbatim".
5533
55342007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5535
b2abec73 5536 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
01c52d31
MB
5537 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5538 (spam-stat spam filtering, SpamOracle)
0c7efc08 5539 (Extending the Spam ELisp package): Remove extra quote symbol for
01c52d31
MB
5540 clarity.
5541
55422007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5543
5544 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5545 gnus-article-delete-part and gnus-article-replace-part.
5546 (Using MIME): Add gnus-mime-replace-part.
5547
55482007-10-28 Romain Francoise <romain@orebokech.com>
5549
5550 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5551 requires `auto-compression-mode' to be enabled. Add new nnml
5552 variable `nnml-compressed-files-size-threshold'.
5553
55542007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5555
0c7efc08
SM
5556 * gnus.texi (Sorting the Summary Buffer):
5557 Add gnus-thread-sort-by-recipient.
01c52d31
MB
5558
55592007-10-28 Romain Francoise <romain@orebokech.com>
5560
5561 * message.texi (Insertion Variables): Mention new variable
5562 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5563 documentation accordingly.
5564
55652007-10-28 Romain Francoise <romain@orebokech.com>
5566
5567 * gnus.texi (To From Newsgroups): Mention new variables
5568 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5569
55702007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5571
5572 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5573 stuff; gnus-mime-inline-part does the automatic decompression.
5574
55752007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5576
5577 * gnus.texi (Spam ELisp Package Configuration Examples):
b2abec73 5578 "training.ham" should be "training.spam".
01c52d31
MB
5579
55802007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5581
5582 * message.texi (Mail Variables): Fix the default value for
5583 message-send-mail-function.
5584
55852007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5586
5587 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5588 always returns nil exceptionally.
5589
55902007-10-28 Simon Josefsson <jas@extundo.com>
5591
0c7efc08
SM
5592 * gnus.texi (Article Washing): Add libidn URL.
5593 Suggested by Michael Cook <michael@waxrat.com>.
01c52d31
MB
5594
55952007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5596
5597 * gnus.texi (Topic Commands): Fix next/previous.
5598
55992007-10-28 Simon Josefsson <jas@extundo.com>
5600
5601 * gnus.texi (Article Washing): Mention `W i'.
5602
c8763fb6 56032007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
01c52d31
MB
5604
5605 * gnus.texi (Group Parameters): Slight extension of sieve
5606 parameter description.
5607
56082007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5609
5610 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5611 matching score files as well.
5612 (Picons): Describe `gnus-picon-style'.
5613
56142007-10-28 Romain Francoise <romain@orebokech.com>
5615
5616 * message.texi (Message Headers): Mention that headers are hidden
5617 using narrowing, and how to expose them.
5618 Update copyright.
5619
56202007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5621
5622 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5623 `gnus-summary-sort-by-recipient'.
5624
56252007-10-28 Romain Francoise <romain@orebokech.com>
5626
5627 * gnus.texi (NNTP marks): New node.
5628 (NNTP): Move NNTP marks variables to the new node.
5629
56302007-10-28 Jesper Harder <harder@ifa.au.dk>
5631
b2abec73 5632 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
01c52d31
MB
5633
5634 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5635
56362007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5637
b2abec73 5638 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
01c52d31 5639 everywhere for consistency.
b2abec73
JB
5640 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5641 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
0c7efc08
SM
5642 Say "regular expression" instead of "regex." Admonish.
5643 Pick other words to sound better (s/so/thus/).
5644 (Spam ELisp Package Filtering of Incoming Mail):
5645 Mention statistical filters. Remove old TODO.
01c52d31 5646 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
b2abec73
JB
5647 New section on sorting and displaying the spam score.
5648 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5649 backend but an alias to spam-use-BBDB.
5650 (Extending the Spam ELisp package): Rewrite the example using the
01c52d31
MB
5651 new backend functionality.
5652
56532007-10-28 Simon Josefsson <jas@extundo.com>
5654
5655 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5656 nntp-marks-directory, from Romain Francoise
5657 <romain@orebokech.com>.
5658
56592007-10-28 Magnus Henoch <mange@freemail.hu>
5660
5661 * gnus.texi (Hashcash): New default value of
5662 hashcash-default-payment.
5663
56642007-10-28 Simon Josefsson <jas@extundo.com>
5665
5666 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5667 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5668
56692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5670
0c7efc08 5671 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
01c52d31
MB
5672
56732007-10-28 Simon Josefsson <jas@extundo.com>
5674
5675 * gnus.texi (documentencoding): Add, to avoid warnings.
5676
56772007-10-28 Simon Josefsson <jas@extundo.com>
5678
5679 * message.texi (Mail Headers): Add.
5680
5681 * gnus.texi (Hashcash): Fix.
5682
56832007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5684
0c7efc08 5685 * gnus.texi (Hashcash): Change location of library, also mention
01c52d31 5686 that payments can be verified and fix the name of the
b2abec73 5687 hashcash-path variable.
01c52d31
MB
5688
56892007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5690
b2abec73 5691 * gnus.texi (Article Display): Add `gnus-picon-style'.
01c52d31
MB
5692
56932007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5694
5695 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5696
56972007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5698
5699 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
b2abec73
JB
5700 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5701 warning about ham processors in spam groups removed.
01c52d31
MB
5702
57032007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31 5704
0c7efc08 5705 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
b2abec73 5706 From Hubert Chan <hubert@uhoreg.ca>.
01c52d31
MB
5707
57082007-10-28 Jesper Harder <harder@ifa.au.dk>
5709
5710 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5711 (Mailing List): Typo.
5712 (Customizing Articles): Add gnus-treat-ansi-sequences.
5713 (Article Washing): Index.
5714
5715 * message.texi: Use m-dash consistently.
5716
57172007-10-28 Jesper Harder <harder@ifa.au.dk>
5718
5719 * gnus.texi (GroupLens): Remove.
5720
57212007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5722
0c7efc08
SM
5723 * gnus.texi (Outgoing Messages, Agent Variables):
5724 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
01c52d31
MB
5725 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5726
57272007-10-28 Jesper Harder <harder@ifa.au.dk>
5728
5729 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5730
57312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5732
5733 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5734
5735 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5736
57372007-10-28 Simon Josefsson <jas@extundo.com>
5738
5739 * gnus.texi (Top): Add SASL.
5740
404cd454
GM
57412007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5742
5743 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5744
57452007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5746
5747 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5748
0edd2970
JB
57492007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5750
5751 * calc.texi (Formulas, Composition Basics): Lower the
5752 precedence of negation.
5753
a9afba20
JY
57542007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5755
5756 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5757 Mention the new three-letter column identifiers.
5758 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5759 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5760 message when using `c' on an empty default with default printer.
5761 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5762 renamed to `ses--symbolic-formulas' some time ago.
5763
45b778a6
JB
57642007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5765
5766 * calc.texi (Default Simplifications, Making Selections)
5767 (Customizing Calc): Clarify associativity of multiplication.
5768
03b5bade
MA
57692007-10-23 Michael Albinus <michael.albinus@gmx.de>
5770
5771 * tramp.texi (Traces and Profiles): Simplify loop over
5772 `trace-function-background'.
5773
e658c8ee
JL
57742007-10-22 Juri Linkov <juri@jurta.org>
5775
5776 * dired-x.texi (Shell Command Guessing): Default values are now
5777 available by typing M-n instead of M-p.
5778
dd753688
MA
57792007-10-21 Michael Albinus <michael.albinus@gmx.de>
5780
5781 * tramp.texi (Cleanup remote connections): New section.
8b296cdd
JB
5782 (Password caching): Remove `tramp-clear-passwd'.
5783 It's not a command anymore.
dd753688
MA
5784 (Bug Reports): Add `tramp-bug' to function index.
5785 (Function Index, Variable Index): New nodes.
5786 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5787
5788 * trampver.texi: Update release number.
5789
4bb49b43
JB
57902007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5791
8b296cdd 5792 * calc.texi (History and Acknowledgements): Turn comment
4bb49b43
JB
5793 about integer size into past tense.
5794 (Time Zones): Remove pointer to Calc author's address.
5795 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 5796 and hyperbolic cotangent. Fix typo.
4bb49b43 5797
311dd93f
MA
57982007-10-10 Michael Albinus <michael.albinus@gmx.de>
5799
5800 Sync with Tramp 2.1.11.
5801
5802 * trampver.texi: Update release number.
5803
ea3fc256
MA
58042007-10-06 Michael Albinus <michael.albinus@gmx.de>
5805
5806 * tramp.texi (External packages): New section.
5807
1af74d06
MB
58082007-09-29 Juri Linkov <juri@jurta.org>
5809
5810 * info.texi (Help-Int): Document `L' (`Info-history').
5811
0e2806fa
SM
58122007-09-26 Carsten Dominik <dominik@science.uva.nl>
5813
5814 * org.texi: Change links to webpage and maintained email.
5815 (Remember): Promote to Chapter, significant changes.
5816 (Fast access to TODO states): New section.
5817 (Faces for TODO keywords): New section.
5818 (Export options): Example for #+DATE.
5819 (Progress logging): Section moved.
5820
567b9191
BW
58212007-09-26 Bill Wohler <wohler@newt.com>
5822
5823 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5824 browse-url-at-mouse.
5825
1af74d06
MB
58262007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5827
5828 * flymake.texi (Customizable variables): Face names don't end in -face.
5829 Fix flymake-err-line-patterns template.
5830 (Example -- Configuring a tool called directly): Fix init-function.
5831 (Highlighting erroneous lines): Face names don't end in -face.
5832
d60a4e3a 58332007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
5834
5835 * erc.texi (Special-Features): Fix small typo.
5836
7d7a3510
MA
58372007-09-14 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5840 and "External transfer methods".
5841
285f0d3a
JB
58422007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5843
5844 * calc.texi (Predefined Units): Add some history.
5845
526dc846
MO
58462007-09-08 Michael Olson <mwolson@gnu.org>
5847
87e04f16
JB
5848 * erc.texi (Copying): New section included from gpl.texi.
5849 This matches the look of the upstream ERC manual.
526dc846 5850
f10d0e80
JB
58512007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5852
87e04f16 5853 * calc.texi (History and Acknowledgements): Adjust the "thanks".
f10d0e80
JB
5854 (Random Numbers): Clarify the distribution of `random'.
5855
4009494e
GM
58562007-09-06 Glenn Morris <rgm@gnu.org>
5857
f1fc42aa 5858 Move manual sources from man/ to subdirectories of doc/.
8b296cdd 5859 Split into the Emacs manual in emacs/, and other manuals in misc/.
4009494e
GM
5860 Change all setfilename commands to use ../../info.
5861 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5862 refer to the Emacs manual here.
5863 (infodir): New variable.
5864 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5865 (cc-mode.texi, faq.texi): Update references to source file locations.
5866 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5867 do not refer to the Emacs manual here.
5868 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5869
5870 * Makefile.in: Add `basename' versions of all info targets, for
5871 convenience when rebuilding just one manual.
5872 (../etc/GNU): Delete obsolete target.
5873 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5874 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8b296cdd
JB
5875 *.vrs *.toc here...
5876 (maintainer-clean): ...from here.
4009494e
GM
5877
5878 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5879
2de53ca6
GM
58802007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5881
5882 * calc.texi (Date Conversions): Clarify definition of
5883 Julian day numbering.
5884 (Date Forms): Clarify definition of Julian day numbering;
5885 add some history.
5886
58872007-08-30 Carsten Dominik <dominik@science.uva.nl>
5888
87e04f16 5889 * org.texi: Version 5.07.
2de53ca6
GM
5890
58912007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5892
5893 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5894
58952007-08-22 Carsten Dominik <dominik@science.uva.nl>
5896
5897 * org.texi (Adding hyperlink types): New section.
5898 (Embedded LaTeX): Chapter updated because of LaTeX export.
5899 (LaTeX export): New section.
5900 (Using links out): New section.
5901
59022007-08-22 Glenn Morris <rgm@gnu.org>
5903
5904 * faq.texi (Learning how to do something): Refcards now in
5905 etc/refcards/ directory.
5906
59072007-08-22 Michael Albinus <michael.albinus@gmx.de>
5908
5909 * tramp.texi (Remote Programs): Persistency file must be cleared when
5910 changing `tramp-remote-path'.
5911 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5912 macro.
5913
59142007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5915
5916 * calc.texi: Move contents to beginning of file.
5917 (Algebraic Entry): Fix the formatting of an example.
5918
59192007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5920
5921 * calc.texi (Basic Operations on Units): Mention exact versus
5922 inexact conversions.
5923
59242007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5925
5926 * calc.texi (Basic Operations on Units): Mention default
5927 values for new units.
5928 (Quick Calculator Mode): Mention that binary format will
5929 be displayed.
5930
59312007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5932
5933 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5934
59352007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5936
5937 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5938
59392007-08-08 Glenn Morris <rgm@gnu.org>
5940
5941 * gnus.texi, sieve.texi: Replace `iff'.
5942
59432007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5944
5945 * calc.texi (Basic Graphics): Mention the graphing of error
5946 forms.
5947 (Graphics Options): Mention how `g s' handles error forms.
5948 (Curve Fitting): Mention plotting the curves.
5949 (Standard Nonlinear Models): Add additional models.
5950 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5951 (Linear Fits): Correct result.
5952
59532007-08-01 Alan Mackenzie <acm@muc.de>
5954
5955 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5956 to "--no-site-file".
5957
59582007-07-29 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * tramp.texi (Frequently Asked Questions): Point to mode line
5961 extension in Emacs 23.1.
5962
5963 * trampver.texi: Update release number.
5964
59652007-07-27 Glenn Morris <rgm@gnu.org>
5966
5967 * calc.texi (Copying): Include license text from gpl.texi, rather than
5968 in-line.
5969
59702007-07-25 Glenn Morris <rgm@gnu.org>
5971
5972 * calc.texi (Copying): Replace license with GPLv3.
5973
5974 * Relicense all FSF files to GPLv3 or later.
5975
59762007-07-22 Michael Albinus <michael.albinus@gmx.de>
5977
5978 Sync with Tramp 2.1.10.
5979
5980 * tramp.texi (trampfn): Expand macro implementation in order to handle
5981 empty arguments.
5982 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
183080b6 5983 occurrences by trampfn.
2de53ca6 5984 (Frequently Asked Questions): Extend example code for host
b2abec73 5985 identification in the modeline. Add bbdb to approaches shortening Tramp
2de53ca6
GM
5986 file names to be typed.
5987
5988 * trampver.texi: Update release number.
5989
59902007-07-17 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5993 section. Reported by <poti@potis.org>.
5994 (Remote processes): Arguments of the program to be debugged are taken
5995 literally.
5996 (Frequently Asked Questions): Simplify recentf example.
5997
59982007-07-14 Karl Berry <karl@gnu.org>
5999
6000 * info.texi (@copying): New Back-Cover Text.
6001
6002 * info.texi (Quitting Info): Move to proper place in source.
6003 (Reported by Benno Schulenberg.)
6004
60052007-07-13 Eli Zaretskii <eliz@gnu.org>
6006
6007 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6008
6009 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6010
6011 * emacs-mime.texi: Add @documentencoding directive.
6012
60132007-07-12 Nick Roberts <nickrob@snap.net.nz>
6014
6015 * tramp.texi (Remote processes): Add an anchor to the subsection
6016 "Running a debugger on a remote host".
6017
60182007-07-12 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * tramp.texi (Remote processes): Don't call it "experimental" any
6021 longer. Add subsection about running a debugger on a remote host.
6022
60232007-07-10 Carsten Dominik <dominik@science.uva.nl>
6024
6025 * org.texi (Properties and columns): Chapter rewritten.
6026
60272007-07-08 Michael Albinus <michael.albinus@gmx.de>
6028
6029 * tramp.texi:
6030 * trampver.texi: Migrate to Tramp 2.1.
6031
60322007-07-02 Carsten Dominik <dominik@science.uva.nl>
6033
6034 * org.texi (Properties): New chapter.
6035
60362007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6037
6038 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6039 Control Panel.
6040
6041 * gnus.texi (Misc Article): Add index entry for
6042 gnus-single-article-buffer.
6043
60442007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
6045
6046 * gnus.texi (Starting Up): Fix typo.
6047
60482007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * gnus.texi (Asynchronous Fetching): Fix typo.
6051
60522007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6053
6054 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6055 (About This Manual): Remove redundant information.
6056 (Getting Started): Mention author.
6057 (Basic Arithmetic, Customizing Calc): Make description of the
6058 variable `calc-multiplication-has-precedence' match its new effect.
6059
60602007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6061
0c7efc08
SM
6062 * calc.texi (Basic Arithmetic, Customizing Calc):
6063 Mention the variable `calc-multiplication-has-precedence'.
2de53ca6
GM
6064
60652007-06-19 Carsten Dominik <dominik@science.uva.nl>
6066
6067 * org.texi (Tag): Section swapped with node Timestamps.
6068 (Formula syntax for Lisp): Document new `L' flag.
6069
60702007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
6071
6072 * gnus.texi (Misc Group Stuff, Summary Buffer)
6073 (Server Commands, Article Keymap): Fix typo. s/function/command/.
6074
60752007-06-06 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6078 * gnus.texi (Article Buttons, Mail Source Customization)
6079 (Sending or Not Sending, Customizing NNDiary):
6080 * message.texi (Message Headers):
6081 * mh-e.texi (HTML): Fix typos.
6082
60832007-06-07 Michael Albinus <michael.albinus@gmx.de>
6084
6085 Sync with Tramp 2.0.56.
6086
6087 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6088 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
6089
60902007-06-02 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * Version 22.1 released.
6093
60942007-05-26 Michael Olson <mwolson@gnu.org>
6095
6096 * erc.texi (Modules): Fix references to completion modules.
6097
60982007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6099
6100 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6101
61022007-05-09 Didier Verna <didier@xemacs.org>
6103
6104 * gnus.texi (Email Based Diary): New. Proper documentation for the
6105 nndiary back end and the gnus-diary library.
6106
61072007-05-03 Karl Berry <karl@gnu.org>
6108
6109 * .cvsignore (*.pdf): New entry.
6110
6111 * texinfo.tex: Update from current version for better pdf generation.
6112
61132007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
6114
6115 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6116
61172007-04-28 Glenn Morris <rgm@gnu.org>
6118
6119 * faq.texi (New in Emacs 22): Restore mention of python.el pending
6120 consideration of legal status.
6121
61222007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
6123
6124 * idlwave.texi: Minor updates for IDLWAVE 6.1.
6125
61262007-04-24 Chong Yidong <cyd@stupidchicken.com>
6127
6128 * faq.texi (New in Emacs 22): python.el removed.
6129
61302007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6131
6132 * calc.texi (Reporting bugs): Update maintainer's address.
6133
61342007-04-22 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6137
61382007-04-15 Jay Belanger <belanger@truman.edu>
6139
6140 * calc.texi (Title page): Remove the date.
6141 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6142 (The Standard Calc Interface): Change trail title.
6143 (Floats): Mention that when non-decimal floats are entered, only
6144 approximations are stored.
6145 (Copying): Move to the appendices.
6146 (GNU Free Documentation License): Add as an appendix.
6147
61482007-04-15 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6151 * dired-x.texi, ebrowse.texi, ediff.texi:
6152 * emacs-mime.texi, erc.texi, eshell.texi:
6153 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6154 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6155 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6156 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6157 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6158 * woman.texi: Include GFDL.
6159
6160 * doclicense.texi: Remove node heading, so that it can be included by
6161 other files.
6162
6163 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6164
6165 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6166 than *.
6167
61682007-04-14 Carsten Dominik <dominik@science.uva.nl>
6169
6170 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6171 in Calc.
6172
61732007-04-09 Romain Francoise <romain@orebokech.com>
6174
6175 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6176 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6177 replace mouse-2.
6178
61792007-04-08 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6182 renamed to woman-use-topic-at-point. Document new behavior.
6183
61842007-04-08 Richard Stallman <rms@gnu.org>
6185
6186 * url.texi: Fix some indexing.
6187 (Disk Caching): Drop discussion of old/other Emacs versions.
6188
61892007-04-07 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * url.texi (Disk Caching): Say Emacs 21 "and later".
6192
6193 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6194 on Font locking which now mentions JIT lock.
6195
61962007-04-01 Michael Olson <mwolson@gnu.org>
6197
6198 * erc.texi: Update for the ERC 5.2 release.
6199
62002007-03-31 David Kastrup <dak@gnu.org>
6201
6202 * woman.texi (Topic, Interface Options): Explain changes semantics of
6203 woman-manpath in order to consider MANPATH_MAP entries.
6204
62052007-03-31 Eli Zaretskii <eliz@gnu.org>
6206
6207 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6208
62092007-03-26 Richard Stallman <rms@gnu.org>
6210
6211 * pgg.texi (Caching passphrase): Clean up previous change.
6212
62132007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6214
6215 * gnus.texi (Setting Process Marks): Fix typo.
6216
62172007-03-25 Romain Francoise <romain@orebokech.com>
6218
6219 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6220 readability, and include various fixes by Daniel Brockman, Nick Roberts
6221 and Dieter Wilhelm.
6222
62232007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6224
6225 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6226
6227 * gnus.texi (Mail Source Specifiers): Fix typo.
6228
62292007-03-22 Ralf Angeli <angeli@caeruleus.net>
6230
6231 * reftex.texi (Imprint): Update maintainer information.
6232
62332007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6234
6235 * message.texi (Message Buffers): Update documentation for
6236 message-generate-new-buffers.
6237
62382007-03-15 Daiki Ueno <ueno@unixuser.org>
6239
6240 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6241
62422007-03-21 Glenn Morris <rgm@gnu.org>
6243
6244 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6245
62462007-03-19 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * eshell.texi (Known problems): Emacs 21 -> 22.
6249
6250 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6251
62522007-03-18 Jay Belanger <belanger@truman.edu>
6253
6254 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6255
62562007-03-12 Glenn Morris <rgm@gnu.org>
6257
6258 * calc.texi (Time Zones): Switch to new North America DST rule.
6259
6260 * calc.texi: Replace "daylight savings" with "daylight
6261 saving" in text throughout.
6262
62632007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6264
6265 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6266 The variable now uses a list of symbols instead of just a symbol.
6267 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6268
62692007-03-06 Romain Francoise <romain@orebokech.com>
6270
6271 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6272 new packages, and mention Gnus update.
6273
62742007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6275
6276 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6277 nntp-open-connection-functions-never-echo-commands.
6278
62792007-02-27 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6282 problems on the console, and security risk in not using gpg-agent.
6283
62842007-02-25 Carsten Dominik <dominik@science.uva.nl>
6285
0c7efc08 6286 * org.texi (The spreadsheet): Rename from "Table calculations".
2de53ca6
GM
6287 Completely reorganized and rewritten.
6288 (CamelCase links): Section removed.
6289 (Repeating items): New section.
6290 (Tracking TODO state changes): New section.
6291 (Agenda views): Chapter reorganized and rewritten.
6292 (HTML export): Section rewritten.
6293 (Tables in arbitrary syntax): New section.
6294 (Summary): Better feature summary.
6295 (Activation): Document problem with cut-and-paste of Lisp code
6296 from PDF files.
6297 (Visibility cycling): Document indirect buffer use.
6298 (Structure editing): Document sorting.
6299 (Remember): Section rewritten.
6300 (Time stamps): Better description of time stamp types.
6301 (Tag searches): Document regular expression search for tags.
6302 (Stuck projects): New section.
6303 (In-buffer settings): New keywords.
6304 (History and Acknowledgments): Updated description.
6305
63062007-02-24 Alan Mackenzie <acm@muc.de>
6307
6308 * cc-mode.texi (Movement Commands): Insert two missing command names.
6309 (Getting Started): Slight wording correction (use conditional).
6310
63112007-02-22 Kim F. Storm <storm@cua.dk>
6312
6313 * widget.texi (User Interface, Basic Types): Document need to put some
6314 text before the %v escape in :format string in editable-field widget.
6315
63162007-02-18 Romain Francoise <romain@orebokech.com>
6317
6318 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6319 `cvs-mode-quit'.
6320
63212007-02-10 Markus Triska <markus.triska@gmx.at>
6322
6323 * widget.texi (Programming Example): Put constant strings in :format.
6324
63252007-02-07 Juanma Barranquero <lekktu@gmail.com>
6326
6327 * faq.texi (Fullscreen mode on MS-Windows): New node.
6328
63292007-02-04 David Kastrup <dak@gnu.org>
6330
6331 * faq.texi (AUCTeX): Update version number. Should probably be done
6332 for other packages as well.
6333
63342007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6335
6336 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6337 <tassilo@member.fsf.org>.
6338
63392007-01-27 Eli Zaretskii <eliz@gnu.org>
6340
6341 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6342 ls-lisp-use-localized-time-format.
6343
63442007-01-20 Markus Triska <markus.triska@gmx.at>
6345
6346 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6347
63482007-01-13 Michael Olson <mwolson@gnu.org>
6349
6350 * erc.texi (Modules): Mention capab-identify module.
6351
63522007-01-05 Michael Olson <mwolson@gnu.org>
6353
6354 * erc.texi (Getting Started): Update for /RECONNECT command.
6355
63562007-01-04 Richard Stallman <rms@gnu.org>
6357
6358 * ebrowse.texi: Change C-c b to C-c C-m.
6359
63602007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6361
6362 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6363 variables only in info to avoid redundant entries in the printed
6364 manual.
6365
63662007-01-02 Daiki Ueno <ueno@unixuser.org>
6367
6368 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6369
63702007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6371
6372 * message.texi (Security): Split into sub-nodes.
6373
63742007-01-01 Alan Mackenzie <acm@muc.de>
6375
6376 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6377 eval-after-load in Emacs <=21 and a workaround. Document that
6378 trigraphs are not supported.
6379
63802007-01-01 Alan Mackenzie <acm@muc.de>
6381
6382 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6383 c-context-line-break. When invoked within a string, preserve
6384 whitespace. Add a backslash only when also in a macro.
6385
63862007-01-01 Alan Mackenzie <acm@muc.de>
6387
6388 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6389
63902007-01-01 Alan Mackenzie <acm@muc.de>
6391
6392 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6393 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6394
63952007-01-01 Alan Mackenzie <acm@muc.de>
6396
6397 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6398 "Choosing a Style".
6399
6400 * cc-mode.texi ("Styles"): Add @dfn{style}.
6401
64022006-12-30 Michael Albinus <michael.albinus@gmx.de>
6403
6404 Sync with Tramp 2.0.55.
6405
6406 * trampver.texi: Update release number.
6407
64082006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6409
6410 * gnus.texi (Customizing Articles): Add index entries for all
6411 gnus-treat-* variables.
6412
c8763fb6 64132006-12-29 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6414
6415 * gnus.texi (IMAP): Fix incorrect explanation of
6416 nnimap-search-uids-not-since-is-evil in documentation for
6417 nnimap-expunge-search-string.
6418
64192006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6422 spam-ifile-database.
6423
64242006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6425
6426 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6427 rebind C-s.
6428
c8763fb6 64292006-12-26 Jouni K. Seppänen <jks@iki.fi>
2de53ca6
GM
6430
6431 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6432 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6433 "expiring mail".
6434 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6435 nnimap-nov-is-evil.
6436
64372006-12-25 Kevin Ryde <user42@zip.com.au>
6438
6439 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6440 about the key procedure being used heavily.
6441
64422006-12-24 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6445 to t.
6446 (Prerequisites): Add explanation about gpg-agent.
6447
64482006-12-22 Kevin Ryde <user42@zip.com.au>
6449
6450 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6451 "sort" instead of "sort*".
6452
64532006-12-19 Richard Stallman <rms@gnu.org>
6454
6455 * calc.texi (History and Acknowledgements): Recognize that Emacs
6456 now does have floating point.
6457
64582006-12-19 Michael Albinus <michael.albinus@gmx.de>
6459
6460 * tramp.texi (External transfer methods): Describe new method `scpc'.
6461
64622006-12-17 Sascha Wilde <wilde@sha-bang.de>
6463
6464 * pgg.texi: Added short note on gpg-agent to the introduction.
6465
64662006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6467
6468 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6469 also applies to Cc.
6470
64712006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6472
6473 * gnus.texi (X-Face): Clarify. Say which programs are required
6474 on Windows.
6475
64762006-12-08 Michael Olson <mwolson@gnu.org>
6477
6478 * erc.texi (Modules): Remove documentation for list module.
6479
c8763fb6 64802006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2de53ca6
GM
6481
6482 * faq.texi (^M in the shell buffer): Ditto.
6483
64842006-11-20 Michael Olson <mwolson@gnu.org>
6485
6486 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6487
64882006-11-17 Carsten Dominik <dominik@science.uva.nl>
6489
6490 * org.texi: Fix typos.
6491 (Agenda commands): Document `C-k'.
6492
64932006-11-16 Eli Zaretskii <eliz@gnu.org>
6494
6495 * url.texi (http/https): Fix a typo in the HTTP URL.
6496
64972006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6498
6499 * ada-mode.texi: Total rewrite.
6500
65012006-11-13 Carsten Dominik <dominik@science.uva.nl>
6502
6503 * org.texi: Minor typo fixes.
6504
65052006-11-13 Bill Wohler <wohler@newt.com>
6506
6507 Release MH-E manual version 8.0.3.
6508
6509 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6510 release 8.0.3.
6511
6512 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6513 to set MAILDIR.
6514 (Reading Mail): Document the customization of read-mail-command
6515 for MH-E.
6516 (Viewing Attachments): Document mm-discouraged-alternatives.
6517 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6518 (Junk): Add more information about the settings of mh-junk-background
6519 in a program. Add /usr/bin/mh to PATH in examples.
6520
65212006-11-12 Richard Stallman <rms@gnu.org>
6522
6523 * woman.texi: Update author address but say he no longer maintains it.
6524
65252006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6526
6527 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6528 archived trees.
6529 (Checkboxes): Section moved to chapter 5, and extended.
6530 (The date/time prompt): New section.
6531 (Link abbreviations): New section.
6532 (Presentation and sorting): New section.
6533 (Custom agenda views): Section completely rewritten.
6534 (Summary): Compare with Planner.
6535 (Feedback): More info about creating backtraces.
6536 (Plain lists): Modified example.
6537 (Breaking down tasks): New section.
6538 (Custom time format): New section.
6539 (Time stamps): Document inactive timestamps.
6540 (Setting tags): More details about fast tag selection.
6541 (Block agenda): New section.
6542 (Custom agenda views): Section rewritten.
6543 (Block agenda): New section.
6544
65452006-11-07 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * tramp.texi (Configuration): scp is the default method.
6548 (Default Method): Use ssh as example for another method.
6549
65502006-10-27 Richard Stallman <rms@gnu.org>
6551
6552 * woman.texi: Downcase nroff/troff/roff.
6553 (Installation): Chapter deleted. Some xrefs deleted.
6554 (Background): woman doesn't advise man ;-).
6555
c8763fb6 65562006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6557
6558 * ada-mode.texi (Project files, Identifier completion)
6559 (Automatic Casing, Debugging, Using non-standard file names)
6560 (Working Remotely): Fix typos.
6561
65622006-10-20 Masatake YAMATO <jet@gyve.org>
6563
0c7efc08 6564 * cc-mode.texi (Sample .emacs File): Add missing `)' in
2de53ca6
GM
6565 sample code `my-c-initialization-hook'.
6566
65672006-10-19 Stuart D. Herring <herring@lanl.gov>
6568
6569 * widget.texi: Fix typos.
6570
65712006-10-19 Michael Albinus <michael.albinus@gmx.de>
6572
6573 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6574 "???". There have been no complaints for years, so the information
6575 must be appropriate.
6576
65772006-10-16 Richard Stallman <rms@gnu.org>
6578
6579 * widget.texi: Use @var instead of capitalization.
6580 Clarify many widget type descriptions.
6581
65822006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6583
6584 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6585 gnus-dired-attach.
6586 (Selecting a Group): Fix typo.
6587
c8763fb6 65882006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2de53ca6
GM
6589
6590 * widget.texi: Fix typos.
6591
65922006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * gnus.texi (Image Enhancements): Update for Emacs 22.
6595
6596 * gnus-faq.texi ([1.3]): Update.
6597
65982006-10-06 Richard Stallman <rms@gnu.org>
6599
6600 * faq.texi (Displaying the current line or column):
6601 Delete "As of Emacs 20".
6602
66032006-10-06 Romain Francoise <romain@orebokech.com>
6604
6605 * faq.texi (VM): VM works with Emacs 22 too.
6606
66072006-10-06 Richard Stallman <rms@gnu.org>
6608
6609 * ebrowse.texi: Remove Emacs version "21" from title.
6610
66112006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * gnus.texi (Foreign Groups): Say where change of editing commands are
6614 stored. Add reference to `gnus-parameters'.
6615
66162006-09-15 Jay Belanger <belanger@truman.edu>
6617
6618 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6619 Change "Library Public License" to "Lesser Public License"
6620 throughout. Use "yyyy" to represent year.
6621
66222006-09-15 Carsten Dominik <dominik@science.uva.nl>
6623
6624 * org.texi (Setting tags): Typo fix.
6625
66262006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6627
6628 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6629
66302006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6631
6632 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6633
66342006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6635
6636 * faq.texi (Escape sequences in shell output): EMACS is now set
6637 to Emacs's absolute file name, not to "t".
6638 (^M in the shell buffer): Likewise.
6639 * misc.texi (Interactive Shell): Likewise.
6640
66412006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6644 mails with pop3-leave-mail-on-server. Fix wording.
6645 (Limiting): Improve gnus-summary-limit-to-articles.
6646 (X-Face): Fix typo.
6647
66482006-09-11 Simon Josefsson <jas@extundo.com>
6649
6650 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6651 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6652
66532006-09-06 Simon Josefsson <jas@extundo.com>
6654
6655 * smtpmail.texi (Authentication): Mention SSL.
6656
66572006-09-01 Eli Zaretskii <eliz@gnu.org>
6658
6659 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6660 Don't use @indicateurl.
6661
6662 * cc-mode.texi (Subword Movement): Don't use @headitem.
6663 (Custom Braces, Clean-ups): Don't use @tie.
6664
66652006-08-29 Michael Albinus <michael.albinus@gmx.de>
6666
6667 Sync with Tramp 2.0.54.
6668
6669 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6670 Suggested by Adrian Phillips <a.phillips@met.no>.
6671
66722006-08-15 Carsten Dominik <dominik@science.uva.nl>
6673
6674 * org.texi (Installation, Activation): Split from Installation and
6675 Activation.
6676 (Clocking work time): Documented new features.
6677
66782006-08-13 Alex Schroeder <alex@gnu.org>
6679
6680 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6681 example.
6682
66832006-08-12 Eli Zaretskii <eliz@gnu.org>
6684
6685 * faq.texi (How to add fonts): New node.
6686
66872006-08-05 Romain Francoise <romain@orebokech.com>
6688
6689 * faq.texi (New in Emacs 22): Expand.
6690
66912006-08-03 Michael Olson <mwolson@gnu.org>
6692
6693 * erc.texi: Update for ERC 5.1.4.
6694
66952006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6696
6697 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6698 in .../site-lisp/gnus/ by default.
6699 [ From gnus-news.texi in the trunk. ]
6700
67012006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6702
6703 * gnus.texi (MIME Commands): Additions for yEnc.
6704
67052006-07-24 Richard Stallman <rms@gnu.org>
6706
6707 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6708 * faq.texi: Move periods and commas inside quotes.
6709
67102006-07-20 Jay Belanger <belanger@truman.edu>
6711
6712 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6713
67142006-07-18 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * faq.texi (Security risks with Emacs): Document Emacs 22
6717 file-local-variable mechanism.
6718
67192006-07-12 Michael Olson <mwolson@gnu.org>
6720
6721 * erc.texi: Update for ERC 5.1.3.
6722
67232006-07-12 Alex Schroeder <alex@gnu.org>
6724
6725 * rcirc.texi: Fix typos.
6726 (Getting started with rcirc): New calling convention for M-x irc.
6727 Mention #rcirc. Removed channel tracking.
0c7efc08 6728 (Configuration): Change the names of all variables that got changed
2de53ca6
GM
6729 recently, eg. rcirc-server to rcirc-default-server. Added
6730 documentation for rcirc-authinfo, some background for Bitlbee, and
6731 rcirc-track-minor-mode.
0c7efc08 6732 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
2de53ca6 6733 Scrolling.
0c7efc08 6734 (Reconnecting after you have lost the connection): Fix example code
2de53ca6
GM
6735 to match code changes.
6736
67372006-07-10 Nick Roberts <nickrob@snap.net.nz>
6738
6739 * gnus.texi, message.texi: Fix typos.
6740
67412006-07-07 Carsten Dominik <dominik@science.uva.nl>
6742
6743 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6744 commands.
6745 (Global TODO list): Document the use of the variables
6746 `org-agenda-todo-ignore-scheduled' and
6747 `org-agenda-todo-list-sublevels'.
6748
67492006-07-05 Richard Stallman <rms@gnu.org>
6750
6751 * faq.texi (Scrolling only one line): Fix xref.
6752
67532006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6754
6755 * faq.texi (Evaluating Emacs Lisp code):
6756 Throughout, replace eval-current-buffer with eval-buffer.
6757
67582006-07-03 Richard Stallman <rms@gnu.org>
6759
6760 * rcirc.texi (Scrolling conservatively): Fix xref.
6761
6762 * pcl-cvs.texi (Viewing differences): Usage fix.
6763
67642006-07-03 Carsten Dominik <dominik@science.uva.nl>
6765
6766 * org.texi (Agenda commands): Document `s' key to save all org-mode
6767 buffers.
6768
67692006-06-30 Ralf Angeli <angeli@caeruleus.net>
6770
6771 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6772 names. Mention `cvs-msg' face.
6773
67742006-06-29 Carsten Dominik <dominik@science.uva.nl>
6775
6776 * org.texi (Checkboxes): New section.
6777
67782006-06-28 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6781 throughout this chapter.
6782
67832006-06-27 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6786 text for standalone vs Emacs info.
6787 (Help): Clarify header line description. Use mouse-1 for clicks.
6788 (Help-P): Use mouse-1 for clicks.
6789 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6790 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6791 (Choose menu subtopic): Remove gratuitous Emacs command names.
6792 (Help-FOO): Put usual behavior first.
6793 (Help-Xref): Clicking on xrefs works in Emacs.
6794 (Search Text): Clarify what the default behavior is.
6795 (Create Info buffer): Fix Emacs window/X window confusion.
6796 (Emacs Info Variables): Fix for new Emacs init file behavior.
6797
67982006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6799
6800 * gnus.texi (Summary Buffer Lines): Fix typo.
6801
68022006-06-23 Carsten Dominik <dominik@science.uva.nl>
6803
6804 * org.texi (Embedded LaTeX): New chapter.
6805 (Archiving): Section rewritten.
6806 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6807
68082006-06-20 Bill Wohler <wohler@newt.com>
6809
6810 Release MH-E manual version 8.0.1.
6811
6812 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6813 release 8.0.1.
6814 (Preface): Depend on GNU mailutils 1.0 and higher.
6815
68162006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6817
6818 * message.texi (News Headers): Update message-syntax-checks section.
6819
68202006-06-19 Karl Berry <karl@gnu.org>
6821
6822 * info.texi (Advanced): Mention C-q, especially with ?.
6823
68242006-06-19 Carsten Dominik <dominik@science.uva.nl>
6825
6826 * org.texi (Publishing links): Document the `:link-validation-function'
6827 property.
6828 (Extensions and Hacking): New chapter, includes some sections of the
6829 "Miscellaneous" chapter.
6830
68312006-06-10 Carsten Dominik <dominik@science.uva.nl>
6832
6833 * org.texi (Progress logging): New section.
6834
2de53ca6
GM
68352006-06-06 Carsten Dominik <dominik@science.uva.nl>
6836
6837 * org.texi (ASCII export): Document indentation adaptation.
6838 (Setting tags): Document mutually-exclusive tags.
6839
68402006-06-05 Romain Francoise <romain@orebokech.com>
6841
6842 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6843 Fix typo.
6844
6845 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6846 channel (#gnus@irc.freenode.net).
6847 Fix typos. Update copyright notice.
6848
6849 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6850 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6851 (Line-Up Functions, Custom Macros):
6852 * ediff.texi (Window and Frame Configuration)
dccb744b 6853 (Highlighting Difference Regions):
2de53ca6
GM
6854 * emacs-mime.texi (Display Customization):
6855 * erc.texi (History):
6856 * eshell.texi (Known problems):
6857 * eudc.texi (Overview, BBDB):
6858 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6859 (The problem of spam, SpamOracle, Extending the Spam package)
6860 (Conformity, Terminology):
dccb744b 6861 * idlwave.texi (Routine Info)
2de53ca6
GM
6862 (Class and Keyword Inheritance, Padding Operators)
6863 (Breakpoints and Stepping, Electric Debug Mode)
6864 (Examining Variables, Troubleshooting):
6865 * org.texi (Creating timestamps):
6866 * reftex.texi (Commands, Options, Changes):
6867 * tramp.texi (Inline methods, Password caching)
6868 (Auto-save and Backup, Issues):
6869 * vip.texi (Files, Commands in Insert Mode):
6870 * viper.texi (Emacs Preliminaries, States in Viper)
6871 (Packages that Change Keymaps, Viper Specials, Groundwork):
6872 Fix various typos.
6873
68742006-05-31 Michael Ernst <mernst@alum.mit.edu>
6875
6876 * ediff.texi: Fix typos.
6877
68782006-05-30 Carsten Dominik <dominik@science.uva.nl>
6879
6880 * org.texi: Small typo fixes.
6881
fff84c22
JB
68822006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * viper.texi (Viper Specials):
6885 * gnus.texi (Example Setup):
6886 * faq.texi (Backspace invokes help):
6887 * dired-x.texi (Optional Installation Dired Jump):
6888 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6889 follow coding conventions.
6890
2de53ca6
GM
68912006-05-29 Michael Albinus <michael.albinus@gmx.de>
6892
6893 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6894
68952006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6896
6897 * pcl-cvs.texi: Fix typos.
6898 (Customization): Say "us".
6899
69002006-05-26 Eli Zaretskii <eliz@gnu.org>
6901
6902 * org.texi: Remove bogus @setfilename.
6903
69042006-05-26 Carsten Dominik <dominik@science.uva.nl>
6905
6906 * org.texi (ASCII export): Omit command name.
6907 (HTML export): Add prefix to all lines in Local Variable example.
6908 (Acknowledgments): Typeset names in italics.
6909
69102006-05-24 Carsten Dominik <dominik@science.uva.nl>
6911
6912 * org.texi (Plain lists): Add new item navigation commands.
6913 (External links): Document elisp and info links.
6914 (Custom searches): New section.
6915 (Publishing): New chapter.
6916 (HTML export): Include a list of supported CSS classes.
6917 (Setting tags): Describe the fast-tag-setting interface.
6918
69192006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6920
6921 * dired-x.texi: ifinfo -> ifnottex.
6922
69232006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6924
6925 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6926
69272006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * message.texi (Interface): Add tool bar customization.
6930 (MIME): Index and text additions for mml-attach.
6931 (MIME): Describe mml-dnd-protocol-alist and
6932 mml-dnd-attach-options.
6933
6934 * gnus.texi (Oort Gnus): Reorder entries in sections.
6935 Fix some entries.
6936 (Starting Up): Add references to "Emacs for Heathens" and to
6937 "Finding the News". Add user-full-name and user-mail-address.
6938 (Group Buffer Format): Add tool bar customization and update.
6939 (Summary Buffer): Add tool bar customization.
6940 (Posting Styles): Add message-alternative-emails.
6941
69422006-05-09 Michael Albinus <michael.albinus@gmx.de>
6943
6944 * tramp.texi (Filename completion): Improve wording.
6945
69462006-05-07 Romain Francoise <romain@orebokech.com>
6947
6948 * faq.texi (Using regular expressions): Fix typo.
6949 (Packages that do not come with Emacs): Fix capitalization.
6950 (Replacing text across multiple files): Expand node to explain how
6951 to use `dired-do-query-replace-regexp' in more detail, based on
6952 suggestion by Eric Hanchrow <offby1@blarg.net>.
6953
69542006-05-06 Michael Albinus <michael.albinus@gmx.de>
6955
6956 * tramp.texi (Filename completion): Completion of remote files'
6957 method, user name and host name is active only in partial
6958 completion mode.
6959
69602006-05-06 Bill Wohler <wohler@newt.com>
6961
6962 Release MH-E manual version 8.0.
6963
6964 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6965 release 8.0.
6966
69672006-05-06 Bill Wohler <wohler@newt.com>
6968
6969 * mh-e.texi (MH-BOOK-HOME): Change from
6970 http://www.ics.uci.edu/~mh/book/mh to
6971 http://rand-mh.sourceforge.net/book/mh.
6972 Replace .htm suffix with .html for MH book files.
6973 (Using This Manual): Update key binding for getting relevant
6974 chapter in Info from command key.
6975 (Ranges): Fix itemx.
6976
69772006-05-05 Karl Berry <karl@gnu.org>
6978
6979 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6980 (\fonttextsize): New user-level command to change text font size.
6981
69822006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6985
69862006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6987
6988 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6989
69902006-04-24 Bill Wohler <wohler@newt.com>
6991
6992 * mh-e.texi (Getting Started): Make it more explicit that you need
6993 to install MH. Add pointers to current MH implementations.
6994
69952006-04-21 Bill Wohler <wohler@newt.com>
6996
6997 Release MH-E manual version 7.94.
6998
6999 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7000 release 7.94.
7001
70022006-04-21 Carsten Dominik <dominik@science.uva.nl>
7003
7004 * org.texi: Many small fixes.
7005 (Handling links): Rename from "Managing links".
7006
70072006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
7008
7009 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7010 (Splitting mail using spam-stat): Fix @xref.
7011
70122006-04-20 Chong Yidong <cyd@stupidchicken.com>
7013
7014 * gnus.texi (Spam Package): Major revision of the text.
10d1d0af 7015 Previously this node was "Filtering Spam Using The Spam ELisp Package".
2de53ca6
GM
7016
70172006-04-20 Carsten Dominik <dominik@science.uva.nl>
7018
7019 * org.texi (Time stamps): Better explanation of the purpose of
7020 different time stamps.
7021 (Structure editing, Plain lists): More details on how new items
7022 and headings are inserted.
7023
70242006-04-18 Carsten Dominik <dominik@science.uva.nl>
7025
7026 * org.texi (Formula syntax): Fix link to Calc Manual.
7027
70282006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
7029
7030 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7031
70322006-04-17 Bill Wohler <wohler@newt.com>
7033
7034 * mh-e.texi (Folders): Update mh-before-quit-hook and
7035 mh-quit-hook example with code that removes the buffers rather
7036 than just bury them.
7037
70382006-04-17 Michael Albinus <michael.albinus@gmx.de>
7039
7040 Sync with Tramp 2.0.53.
7041
70422006-04-13 Carsten Dominik <dominik@science.uva.nl>
7043
7044 * org.texi (Updating settings): New section.
7045 (Visibility cycling): Better names for the startup folding
7046 options.
7047 (Exporting): Completely restructured.
7048 (The very busy C-c C-c key): New section.
7049 (Summary of in-buffer settings): New section.
7050
70512006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7052
7053 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7054
70552006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7058 (Server Commands): Key `v' is reserved for users.
7059
70602006-04-11 Carsten Dominik <dominik@science.uva.nl>
7061
7062 * org.texi (Link format): New section, emphasis on bracket links.
7063 (External links): Document bracket links.
7064 (FAQ): Expand to cover shell links and the new link format.
7065
70662006-04-09 Kevin Ryde <user42@zip.com.au>
7067
7068 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7069
70702006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * gnus.texi (Summary Buffer Lines): Add `*'.
7073
c8763fb6 70742006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2de53ca6
GM
7075
7076 * gnus.texi (Group Parameters):
7077 Mention gnus-permanently-visible-groups.
7078
70792006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7080
7081 * gnus.texi (Face): Fix typo.
7082
70832006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
7084
7085 * gnus.texi (X-Face): Clarify.
7086 (Face): Need Emacs with PNG support.
7087
70882006-04-06 Richard Stallman <rms@gnu.org>
7089
7090 * idlwave.texi: Delete the blocks "not suitable for inclusion with
7091 Emacs".
7092
70932006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7094
7095 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7096 blocks not suitable for inclusion with Emacs using variable
7097 PARTOFEMACS.
7098
70992006-04-04 Simon Josefsson <jas@extundo.com>
7100
7101 * gnus.texi (Security): Improve.
7102
71032006-04-02 Bill Wohler <wohler@newt.com>
7104
7105 * mh-e.texi (Getting Started, Junk, Bug Reports)
7106 (MH FAQ and Support): Fix URLs.
7107
71082006-03-31 Romain Francoise <romain@orebokech.com>
7109
7110 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7111 to t, not nil (and has for the past eight years).
7112
71132006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * message.texi, gnus.texi: Bump version to 5.11.
7116
71172006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7118
7119 * gnus.texi (Top): Add comment about version line.
7120
7121 * message.texi (Top): Ditto. Change to take named versions into
7122 account.
7123
71242006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7125
7126 * gnus.texi (Posting Styles): Add x-face-file to example.
7127 (X-Face): Refer to posting styles.
7128
7129 * gnus-faq.texi ([5.8]): Add x-face-file.
7130 ([8.4]): Add links to gmane.emacs.gnus.user and
7131 gmane.emacs.gnus.general.
7132
71332006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7134
7135 * gnus-faq.texi: Use .invalid.
7136 ([5.4]): Fix gnus-posting-styles example.
7137
71382006-03-27 Romain Francoise <romain@orebokech.com>
7139
7140 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7141 Emacs/W3 needs a new maintainer.
7142 (Ispell): Update author and version info.
7143 (Mailcrypt): Mention PGG.
7144 (New in Emacs 22): Add PGG to the list of new packages.
7145 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7146 updating dead URLs.
7147
71482006-03-25 Karl Berry <karl@gnu.org>
7149
7150 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7151 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7152 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7153 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7154 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7155 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7156 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7157 (2) do not indent copyright year list (or anything else).
7158
71592006-03-21 Bill Wohler <wohler@newt.com>
7160
7161 * mh-e.texi (Folders): Various edits.
7162
71632006-03-20 Romain Francoise <romain@orebokech.com>
7164
7165 * gnus.texi (Mail Folders): Grammar fix.
7166
71672006-03-19 Bill Wohler <wohler@newt.com>
7168
7169 * mh-e.texi (Replying): Document Mail-Followup-To.
7170 Change manually-formatted table to multitable. Add debugging info.
7171 Move description of mh-reply-default-reply-to into paragraph
7172 that describes its values.
7173
71742006-03-17 Bill Wohler <wohler@newt.com>
7175
10d1d0af 7176 * mh-e.texi: Use smallexample and smalllisp consistently.
2de53ca6
GM
7177 (Sending Mail Tour): Update method of entering
7178 addresses and subject.
7179 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7180 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7181
71822006-03-15 Carsten Dominik <dominik@science.uva.nl>
7183
7184 * org.texi: Version number change only.
7185
71862006-03-14 Bill Wohler <wohler@newt.com>
7187
7188 * mh-e.texi: Add index entries around each paragraph rather than
7189 depend on entries from beginning of node. Doing so ensures that
7190 index entries are less likely to be forgotten if text is cut and
7191 pasted, and are necessary anyway if the references are on a
7192 separate page. It seems that makeinfo is now (v. 4.8) only
7193 producing one index entry per node, so there is no longer any
7194 excuse not to. Use subheading instead of heading. The incorrect
7195 use of heading produced very large fonts in Info--as large as the
7196 main heading.
7197 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7198 versions 6 and 7 appeared *around* the time of these Emacs releases.
7199
72002006-03-13 Carsten Dominik <dominik@science.uva.nl>
7201
7202 * org.texi (Clean view): Document new startup options.
7203
72042006-03-11 Bill Wohler <wohler@newt.com>
7205
7206 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7207 (Composing, Scan Line Formats): Fix @refs.
7208 (Getting Started): Define MH profile and MH profile components.
7209 (Incorporating Mail, Reading Mail, Viewing, Printing)
7210 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7211 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7212 for string constants.
7213 (Tool Bar): Remove spurious quote.
7214 (Junk): Use ``...'' instead of "...".
7215 (Scan Line Formats): Replace @samp with @kbd.
7216
72172006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7220
72212006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7222
7223 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7224 easy to understand.
7225
72262006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * gnus.texi: Markup fix.
7229 (Fancy Mail Splitting): Specify new feature.
7230
72312006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7234 partial-words matching.
7235
72362006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7239
7240 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7241 (MIME Commands): Fix mm-discouraged-alternatives.
7242
72432006-03-07 Carsten Dominik <dominik@science.uva.nl>
7244
7245 * org.texi: Version number change only.
7246
72472006-03-06 Bill Wohler <wohler@newt.com>
7248
7249 * mh-e.texi: Move from SourceForge repository to Savannah.
7250 This is version 7.93, which is a total rewrite from the previous
7251 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7252 version 7.93.
7253
72542006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7255
7256 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7257
72582006-03-01 Carsten Dominik <dominik@science.uva.nl>
7259
7260 * org.texi (Interaction): Add item about `org-mouse.el' by
7261 Piotr Zielinski.
7262 (Managing links): Document that also mouse-1 can be used to
7263 activate a link.
7264 (Headlines, FAQ): Add entry about hiding leading stars.
7265 (Miscellaneous): Resort the sections in this chapter to a more
7266 logical sequence.
7267
72682006-02-27 Simon Josefsson <jas@extundo.com>
7269
7270 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7271 2004-01-27 from the trunk).
7272
72732006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7274
7275 * cc-mode.texi: Rename c-hungry-backspace to
7276 c-hungry-delete-backwards, at the request of RMS. Leave the old
7277 name as an alias.
7278
72792006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7280
7281 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7282 include the function header within the defun.
7283
72842006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7285
7286 * cc-mode.texi: Correct two typos.
7287
72882006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7289
7290 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7291 existing comment.
7292 (Electric Keys): Add a justification for electric indentation.
7293 (Hungry WS Deletion): Clear up the names and complications of the
7294 BACKSPACE and DELETE keys.
7295
72962006-02-23 Juri Linkov <juri@jurta.org>
7297
7298 * faq.texi (Common requests): Move `Turning on auto-fill by
7299 default' after `Wrapping words automatically'. Move `Working with
7300 unprintable characters' before `Searching for/replacing newlines'.
7301 Move `Replacing highlighted text' after `Highlighting a region'.
7302 Merge `Repeating commands' and `Repeating a command as many times
7303 as possible' into the former.
7304 (Packages that do not come with Emacs): Add refs to Gmane and
7305 etc/MORE.STUFF.
7306
73072006-02-23 Juri Linkov <juri@jurta.org>
7308
7309 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7310 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7311 Add xref to `(emacs)Reporting Bugs'.
7312 (Getting a printed manual): Add URL to other formats of the manual.
7313 (Common requests): Fix menu.
7314 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7315 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7316 (Inserting text at the beginning of each line): Add pxref to
7317 `Changing the included text prefix'.
7318 (Forcing the cursor to remain in the same column): Mention `track-eol'
7319 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7320 (Replacing text across multiple files): Add keybinding `Q' for
7321 `dired-do-query-replace'.
7322
73232006-02-22 Carsten Dominik <dominik@science.uva.nl>
7324
7325 * reftex.texi: Version number and date change only.
7326
7327 * org.texi (Internal Links): Rewrite to cover the modified
7328 linking system.
7329
73302006-02-17 Eli Zaretskii <eliz@gnu.org>
7331
7332 * faq.texi: Remove the coding cookie, it's not needed anymore.
7333
73342006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7335
7336 * faq.texi (Colors on a TTY): Mention Mac OS port.
7337
73382006-02-12 Karl Berry <karl@gnu.org>
7339
7340 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7341 8-bit accented a.
7342
73432006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7344
7345 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7346
73472006-02-08 Romain Francoise <romain@orebokech.com>
7348
7349 * faq.texi (Top): Remove paragraph about the FAQ being a
7350 transitional document, etc.
7351 (Searching for/replacing newlines): New node.
7352 (Yanking text in isearch): New node.
7353 (Inserting text at the beginning of each line): Rename and make
7354 more general, mention `M-;' in Message mode.
7355
73562006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7357
7358 * faq.texi (Meta key does not work in xterm)
7359 (Emacs does not display 8-bit characters)
7360 (Inputting eight-bit characters): Update xrefs.
7361
73622006-02-06 Romain Francoise <romain@orebokech.com>
7363
7364 * faq.texi (VM): VM now at version 7.19.
7365 Set myself as maintainer of this file.
7366
73672006-02-04 Michael Olson <mwolson@gnu.org>
7368
7369 * erc.texi (History): Note that ERC is now included with Emacs.
7370
73712006-01-31 Romain Francoise <romain@orebokech.com>
7372
7373 * message.texi (Message Headers): Explain what
7374 `message-alternative-emails' does in more detail.
7375 Update copyright year.
7376
73772006-01-30 Juanma Barranquero <lekktu@gmail.com>
7378
7379 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7380
73812006-01-29 Richard M. Stallman <rms@gnu.org>
7382
7383 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7384
73852006-01-29 Michael Olson <mwolson@gnu.org>
7386
7387 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7388
7389 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7390
7391 * faq.texi (New in Emacs 22): Mention ERC.
7392
73932006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7394
7395 * rcirc.texi: Capitalize dir entry for consistency with the entry
7396 in info/dir and other entries in the Emacs category.
7397 Fix typos. Delete trailing whitespace.
7398
c8763fb6 73992006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2de53ca6
GM
7400
7401 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7402
74032006-01-27 Eli Zaretskii <eliz@gnu.org>
7404
7405 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7406 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7407
7408 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7409 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7410
74112006-01-27 Alex Schroeder <alex@gnu.org>
7412
7413 * rcirc.texi: New file.
7414
74152006-01-23 Juri Linkov <juri@jurta.org>
7416
7417 * widget.texi (User Interface): Add S-TAB for widget-backward.
7418
74192006-01-22 Michael Albinus <michael.albinus@gmx.de>
7420
7421 Sync with Tramp 2.0.52.
7422
7423 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7424 Add Tramp disabling item. New item for common connection problems.
7425 (various): Apply "ftp" as method for the download URL.
7426 (Bug Reports): Refer to FAQ for common problems.
7427
74282006-01-21 Eli Zaretskii <eliz@gnu.org>
7429
7430 * widget.texi (User Interface): Use @key for TAB.
7431
7432 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7433
7434 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7435 for TAB.
7436
7437 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7438
74392006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * gnus.texi: Update copyright.
7442
74432006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7444
7445 * gnus.texi (Article Washing): Additions.
7446
2de53ca6
GM
74472006-01-13 Carsten Dominik <dominik@science.uva.nl>
7448
7449 * org.texi (Agenda commands): Document tags command.
7450
74512006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7454
74552006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7456
7457 * gnus.texi (RSS): Addition.
7458
74592005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7462
74632005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * emacs-mime.texi (Display Customization): Add setting example to
7466 mm-discouraged-alternatives.
7467
74682006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7471 version is the canonical version.
7472
74732006-01-08 Alex Schroeder <alex@gnu.org>
7474
7475 * pgg.texi (Caching passphrase): Rewording.
7476
74772006-01-06 Eli Zaretskii <eliz@gnu.org>
7478
7479 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7480 repository URL.
7481
74822006-01-06 Carsten Dominik <dominik@science.uva.nl>
7483
7484 * org.texi: Removed the accidentally re-added empty line in the
7485 direntry.
7486
74872006-01-05 Carsten Dominik <dominik@science.uva.nl>
7488
7489 * org.texi (Agenda Views): Chapter reorganized.
7490
74912005-12-29 Romain Francoise <romain@orebokech.com>
7492
7493 * faq.texi (Using Customize): New node.
7494
74952005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * org.texi: Remove blank line in @direntry. It is non-standard
7498 and recursively produces blank lines all over the dir file (when
7499 using Texinfo 4.8).
7500
75012005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7502
7503 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7504
75052005-12-20 Carsten Dominik <dominik@science.uva.nl>
7506
7507 * org.texi (Tags): Boolean logic documented.
7508 (Agenda Views): Document custom commands.
7509
75102005-12-20 David Kastrup <dak@gnu.org>
7511
7512 * faq.texi (AUCTeX): Update version and mailing list info.
7513
75142005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7515
7516 * gnus.texi (MIME Commands): Mention addition of
7517 multipart/alternative to gnus-buttonized-mime-types and add xref
7518 to mm-discouraged-alternatives.
7519
7520 * emacs-mime.texi (Display Customization): Mention addition of
7521 "image/.*" and add xref to gnus-buttonized-mime-types in the
7522 mm-discouraged-alternatives section.
7523
75242005-12-16 Carsten Dominik <dominik@science.uva.nl>
7525
7526 * org.texi (Tags): New section.
7527 (Agenda Views): Chapter reorganized.
7528
75292005-12-16 Eli Zaretskii <eliz@gnu.org>
7530
7531 * org.texi (Internal Links): Add a missing comma after an @xref.
7532
75332005-12-14 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * faq.texi (Filling paragraphs with a single space): No need to
7536 change sentence-end now.
7537
75382005-12-13 Romain Francoise <romain@orebokech.com>
7539
7540 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7541
75422005-12-12 Jay Belanger <belanger@truman.edu>
7543
7544 * faq.texi (Calc): Update version number.
7545
75462005-12-12 Carsten Dominik <dominik@science.uva.nl>
7547
7548 * org.texi (Progress Logging): New section.
7549
75502005-12-10 Romain Francoise <romain@orebokech.com>
7551
7552 Update the Emacs FAQ for the 22.1 release.
7553
7554 * faq.texi: Set VER to `22.1'.
7555 (Basic editing): Explain how to use localized versions of the
0c7efc08
SM
7556 Tutorial. Mention that `C-h r' displays the manual.
7557 Delete obsolete WWW link to an Emacs 18 tutorial.
2de53ca6
GM
7558 (Getting a printed manual): Point to the new locations of the
7559 manuals on the GNU Web site.
7560 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7561 available via Info (it was previously distributed separately).
7562 (Installing Texinfo documentation): The latest version of Texinfo
7563 is 4.8, not 4.0.
7564 (Informational files for Emacs): COPYING is the GNU General Public
7565 License, not the Emacs General Public License.
7566 (Informational files for Emacs): Delete obsolete link to the
7567 GNUinfo pages as they have been removed from the GNU Web site.
7568 (New in Emacs 22): New node.
7569 (Setting up a customization file): Say that most packages support
7570 Customize nowadays.
7571 (Colors on a TTY): Delete reference to instructions on how to
7572 enable syntax highlighting, it is now enabled by default.
7573 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7574 at startup automatically.
7575 (Controlling case sensitivity): Mention `M-c' in isearch.
7576 (Using an already running Emacs process): Emacs now creates the
7577 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7578 gnuserv. As emacsclient can now run Lisp code as well, delete a
7579 sentence praising gnuserv for that. Simplify description of how
7580 the client/server operation works.
7581 (Compiler error messages): Delete obsolete text (compile.el has
7582 been rewritten).
7583 (Indenting switch statements): Fix typo.
7584 (Matching parentheses): Simplify setup instructions, mention the
7585 menu bar item in the Options menu.
7586 (Repeating a command as many times as possible): Mention `C-x e'.
7587 (Going to a line by number): Mention new keymap and bindings
7588 `M-g M-g', `M-g M-p' and `M-g M-n'.
7589 (Turning on syntax highlighting): Now on by default. Simplify.
7590 (Replacing highlighted text): Use `1', not `t'.
7591 (Problems with very large files): The maximum size is now 256MB on
7592 32-bit machines.
7593 (^M in the shell buffer): Mention `comint-process-echoes'.
7594 (Emacs for Apple computers): Emacs 22 has native support for Mac
7595 OS X.
7596 (Translating names to IP addresses): Delete node.
7597 (Binding keys to commands): Fix typo.
7598 (SPC no longer completes file names): New node.
7599 (MIME with Emacs mail packages): Delete section about the Emacs
7600 MIME FAQ (it's not reachable anymore).
7601
76022005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7603
7604 * cc-mode.texi: The manual has been extensively revised: the
7605 information about using CC Mode has been separated from the larger
7606 and more difficult chapters about configuration. It has been
7607 updated for CC Mode 5.31.
7608
76092005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7610
7611 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7612 (Selecting an implementation): Fix descriptions.
7613
76142005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * message.texi (Various Message Variables): Addition.
7617
76182005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * message.texi: Fix default values.
7621
76222005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * message.texi (Header Commands): Clarify descriptions of
7625 message-cross-post-followup-to, message-reduce-to-to-cc, and
7626 message-insert-wide-reply.
7627 (Various Commands): Fix kindex for message-kill-to-signature;
7628 clarify description of message-tab.
7629
76302005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7631
7632 * message.texi (Mailing Lists): Fix description about MFT.
7633
7634 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7635
76362005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus.texi (Slow Terminal Connection): Replace old description
7639 with new one.
7640
76412005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7644 replace X-Draft-Headers with X-Draft-From.
7645
76462005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * gnus.texi (Various Various): Fix the default value of
7649 nnheader-max-head-length.
7650 (Gnus Versions): Fix typo.
7651
76522005-12-08 Carsten Dominik <dominik@science.uva.nl>
7653
7654 * org.texi (Structure editing): Document new functionality of
7655 M-RET.
7656
76572005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7658
7659 * org.texi (Internal Links): Fix Texinfo usage.
7660
76612005-12-06 Carsten Dominik <dominik@science.uva.nl>
7662
7663 * org.texi (TODO basics): Document the global todo list.
7664 (TODO items): Documents sparse tree for specific TODO
7665 keywords.
7666
76672005-11-30 Carsten Dominik <dominik@science.uva.nl>
7668
7669 * org.texi (Plain Lists): Typos fixed.
7670
76712005-11-28 Jay Belanger <belanger@truman.edu>
7672
7673 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7674
76752005-11-24 Carsten Dominik <dominik@science.uva.nl>
7676
7677 * org.texi (Structure editing): New item moving commands added.
7678 (Plain Lists): New section.
7679
76802005-11-18 Carsten Dominik <dominik@science.uva.nl>
7681
7682 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7683 (Agenda): Document commands `org-cycle-agenda-files' and
c4cc8b9a 7684 `org-agenda-file-to-front'.
2de53ca6
GM
7685 (Built-in table editor): Document `org-table-sort-lines'.
7686 (HTML formatting): Export of hand-formatted lists.
7687
76882005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7691 new variable gnus-toolbar-thickness.
7692
76932005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7694
7695 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7696
76972005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7698
7699 * gnus.texi (X-Face): Fix description.
7700 (XVarious): Remove gnus-xmas-logo-color-alist and
7701 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7702
77032005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus.texi (Group Parameters): Mention new variable
7706 gnus-parameters-case-fold-search.
7707 (Home Score File): Addition.
7708
77092005-11-04 Ulf Jasper <ulf.jasper@web.de>
7710
7711 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7712 (Overview): List supported feed types.
7713 (Installation): No installation necessary when using autoload.
7714 (Configuration): Rename "RSS" to "news".
7715
77162005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7717
7718 * pgg.texi (User Commands): Document additional passphrase
7719 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7720 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7721
77222005-11-04 Carsten Dominik <dominik@science.uva.nl>
7723
7724 * org.texi: Version number changed to 3.19.
7725
77262005-10-29 Sascha Wilde <wilde@sha-bang.de>
7727
7728 * pgg.texi (How to use): Update the example to add autoload of
7729 pgg-encrypt-symmetric-region.
7730 (User Commands): Document pgg-encrypt-symmetric-region.
7731 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7732
77332005-10-27 Jay Belanger <belanger@truman.edu>
7734
7735 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7736 mention other TeX-related units.
7737
77382005-10-23 Lars Hansen <larsh@soem.dk>
7739
0c7efc08
SM
7740 * dired-x.texi (Miscellaneous Commands):
7741 Replace dired-do-relative-symlink by dired-do-relsymlink and
2de53ca6
GM
7742 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7743
77442005-10-23 Jay Belanger <belanger@truman.edu>
7745
7746 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7747 constant.
7748
77492005-10-23 Michael Albinus <michael.albinus@gmx.de>
7750
0c7efc08
SM
7751 * faq.texi (Bugs and problems):
7752 Replace `dired-move-to-filename-regexp' by
2de53ca6
GM
7753 `directory-listing-before-filename-regexp'.
7754
77552005-10-22 Eli Zaretskii <eliz@gnu.org>
7756
7757 * newsticker.texi (UPDATED): Set value.
7758
77592005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7760
7761 * gnus.texi (Document Groups): Remove duplicate item.
7762
77632005-10-21 Carsten Dominik <dominik@science.uva.nl>
7764
7765 * org.texi (Summary): Mention iCalendar support.
7766 (Exporting): Document iCalendar support.
7767
77682005-10-18 Romain Francoise <romain@orebokech.com>
7769
7770 * viper.texi (Viper Specials): Capitalize GNU.
7771
77722005-10-17 Juri Linkov <juri@jurta.org>
7773
7774 * info.texi (Getting Started, Search Index, Expert Info):
7775 Fix wording.
7776 (Search Text): Replace `echo area' with `mode line'.
7777 (Search Index): Both `i' and `,' find all index entries.
7778 Replace example `C-f' with `C-l' (which exists in index of Info
7779 manual) and delete spaces in its keyboard input sequence.
7780 Delete unnecessary explanations about literal characters.
7781
77822005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus.texi (Document Server Internals): Addition.
7785
77862005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * gnus.texi (A note on namespaces): Fix RFC reference.
7789
77902005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * gnus.texi (RSS): Fix key description.
7793
77942005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * gnus.texi: Emacs/w3 -> Emacs/W3.
7797 (Browsing the Web): Fix description.
7798 (Web Searches): Ditto.
7799 (Customizing W3): Ditto.
7800
78012005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7804
78052005-10-11 Jay Belanger <belanger@truman.edu>
7806
7807 * calc.texi (Integration): Mention using `a i' to compute definite
7808 integrals.
7809
78102005-10-11 Juri Linkov <juri@jurta.org>
7811
7812 * info.texi: Rearrange nodes.
7813 (Top): Update menu. Change ref `Info for Experts' to
7814 `Advanced Info Commands'.
7815 (Getting Started): Fix description of manual's parts.
7816 (Help-Int): Change xref `Info Search' to `Search Index', and
7817 `Expert Info' to `Advanced'.
7818 (Advanced): Move node one level up.
7819 (Search Text, Search Index): New nodes split out from `Info Search'.
7820 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7821 split out from `Advanced'.
7822 (Advanced, Emacs Info Variables): De-document editing an Info file
7823 in Info.
7824 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7825 (Creating an Info File): Delete node and move its text to
7826 `Expert Info'.
7827
78282005-10-10 Carsten Dominik <dominik@science.uva.nl>
7829
7830 * org.texi (Workflow states): Documented that change in keywords
7831 becomes active only after restart of Emacs.
7832
78332005-10-08 Michael Albinus <michael.albinus@gmx.de>
7834
7835 Sync with Tramp 2.0.51.
7836
78372005-10-08 Nick Roberts <nickrob@snap.net.nz>
7838
7839 * speedbar.texi (Introduction): Describe new location of speedbar
7840 on menubar.
7841 (Basic Key Bindings): Remove descriptions of bindings that have
7842 been removed.
7843
78442005-10-05 Nick Roberts <nickrob@snap.net.nz>
7845
7846 * speedbar.texi (GDB): Describe use of watch expressions.
7847
78482005-09-28 Simon Josefsson <jas@extundo.com>
7849
7850 * message.texi (IDNA): Fix.
7851
78522005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7853
7854 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7855 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7856 description of nntp-open-connection-function.
7857 (Common Variables): Fix descriptions.
7858
78592005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * gnus.texi (Server Buffer Format): Document the %a format spec.
7862
78632005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7864
7865 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7866
78672005-09-23 Carsten Dominik <dominik@science.uva.nl>
7868
7869 * org.texi Version 3.16.
7870
78712005-09-19 Miles Bader <miles@gnu.org>
7872
7873 * newsticker.texi: Get rid of CVS keywords.
7874
78752005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus.texi (Finding the Parent): Fix description of how Gnus
7878 finds article.
7879
78802005-09-14 Jari Aalto <jari.aalto@cante.net>
7881
7882 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7883 to drop off non-answered articles.
7884
78852005-09-19 Juanma Barranquero <lekktu@gmail.com>
7886
7887 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7888 braces (which are unsupported by NMAKE) for macro `srcdir'.
7889
78902005-09-17 Eli Zaretskii <eliz@gnu.org>
7891
7892 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7893 (../info/newsticker, newsticker.dvi): New targets.
7894
78952005-09-17 Ulf Jasper <ulf.jasper@web.de>
7896
7897 * newsticker.texi: Replace @command with @code. Replace @example
7898 with @lisp.
0c7efc08
SM
7899 (Top): Add explanations to menu items.
7900 (GNU Free Documentation License): Remove.
2de53ca6
GM
7901
79022005-09-16 Romain Francoise <romain@orebokech.com>
7903
7904 Update all files to specify GFDL version 1.2.
7905
7906 * doclicense.texi (GNU Free Documentation License): Update to
7907 version 1.2.
7908
79092005-09-15 Richard M. Stallman <rms@gnu.org>
7910
7911 * newsticker.texi: Fix @setfilename.
7912
7913 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7914 (../info/newsticker, newsticker.dvi): New targets.
7915
79162005-08-30 Carsten Dominik <dominik@science.uva.nl>
7917
7918 * org.texi: Version 3.15.
7919
79202005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7921
7922 * ses.texi: Combine all three indices into one.
7923 Correct a few typos.
7924
79252005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7926
7927 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7928
79292005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7930
7931 * emacs-mime.texi (Handles): Remove duplicate item.
7932 (Encoding Customization): Fix the default value for
7933 mm-coding-system-priorities.
7934 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7935 (Basic Functions): Fix reference.
7936
79372005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7940
79412005-08-18 Richard M. Stallman <rms@gnu.org>
7942
7943 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7944 and web site.
7945
7946 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7947 not keyboard-translate.
7948
79492005-08-11 Richard M. Stallman <rms@gnu.org>
7950
7951 * faq.texi (Using regular expressions): Fix xref.
7952
79532005-08-09 Juri Linkov <juri@jurta.org>
7954
7955 * info.texi (Help-P): Replace `Prev' with `Previous'.
7956 (Help-M, Help-Xref): Add S-TAB.
7957 (Help-FOO): Update `u' command.
7958 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7959 Update info about visibility of xref parts.
7960 (Help-Int): Fix `m' command. Rename `Info-last' to
7961 `Info-history-back'. Add `Info-history-forward'.
7962 (Advanced): Fix `g*' and `M-n' commands.
7963 (Info Search): Add `index-apropos' in stand-alone browser.
7964 Add isearch commands.
7965 (Emacs Info Variables): Remove `Info-fontify'.
7966 Add `Info-mode-hook'. Update face names.
7967 Add `Info-fontify-maximum-menu-size',
7968 `Info-fontify-visited-nodes', `Info-isearch-search'.
7969
79702005-08-07 Michael Albinus <michael.albinus@gmx.de>
7971
7972 Sync with Tramp 2.0.50.
7973
7974 * tramp.texi: Use @option{} consequently for method names.
7975 (Inline methods, External transfer methods): Remove references to
7976 Cygwin.
7977 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7978 implementation.
7979
79802005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7981
7982 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7983 Mention that gnus-init-file is not read when Emacs is invoked with
7984 --no-init-file or -q.
7985
79862005-07-19 Carsten Dominik <dominik@science.uva.nl>
7987
7988 * org.texi: Version 3.14.
7989
79902005-07-04 Carsten Dominik <dominik@science.uva.nl>
7991
7992 * org.texi: Version 3.13.
7993
79942005-07-18 Juri Linkov <juri@jurta.org>
7995
7996 * calc.texi (Time Zones, Logical Operations):
7997 * cl.texi (Overview):
7998 * org.texi (TODO types):
7999 * sc.texi (Emacs 18 MUAs):
8000 * speedbar.texi (Top):
8001 * url.texi (History):
8002 Delete duplicate duplicate words.
8003
ce058493 80042005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
2de53ca6
GM
8005
8006 * cl.texi (Type Predicates): Document `atom' type.
8007
80082005-07-04 Lute Kamstra <lute@gnu.org>
8009
8010 Update FSF's address in GPL notices.
8011
8012 * calc.texi (Copying):
8013 * doclicense.texi (GNU Free Documentation License):
8014 * faq.texi (Contacting the FSF):
8015 * mh-e.texi (Copying): Update FSF's address.
8016
80172005-07-03 Richard M. Stallman <rms@gnu.org>
8018
8019 * flymake.texi (Example -- Configuring a tool called directly):
8020 Update name of flymake-build-relative-filename.
8021
80222005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8023
8024 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8025
80262005-06-29 Carsten Dominik <dominik@science.uva.nl>
8027
8028 * org.texi: Version 3.12.
8029
80302005-06-24 Eli Zaretskii <eliz@gnu.org>
8031
8032 * makefile.w32-in (MAKEINFO): Use --force.
8033 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8034 Makefile.in.
8035 (gnus.dvi): Use "..." to quote Sed args, so that it works with
8036 more shells.
8037
80382005-06-23 Richard M. Stallman <rms@gnu.org>
8039
8040 * speedbar.texi (Creating a display): Texinfo usage fixes.
8041
8042 * tramp.texi (Customizing Completion, Auto-save and Backup):
8043 Texinfo usage fixes.
8044
80452005-06-23 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * dired-x.texi (Miscellaneous Commands):
8048 * ediff.texi (Miscellaneous):
8049 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8050 (Agent Variables):
8051 * info.texi (Help-Xref):
8052 * message.texi (Message Headers):
8053 * org.texi (Remember):
8054 * reftex.texi (Options (Defining Label Environments)):
8055 (Options (Index Support)):
8056 (Options (Viewing Cross-References)):
8057 (Options (Misc)):
8058 (Changes):
8059 * speedbar.texi (Creating a display):
8060 * tramp.texi (Customizing Completion, Auto-save and Backup):
8061 Texinfo usage fix.
8062
80632005-06-13 Carsten Dominik <dominik@science.uva.nl>
8064
8065 * org.texi: Version 3.11.
8066
80672005-06-12 Jay Belanger <belanger@truman.edu>
8068
8069 * calc.texi (Getting Started): Remove extra menu item.
8070
80712005-05-31 Jay Belanger <belanger@truman.edu>
8072
8073 * calc.texi (Notations Used in This Manual): Use @kbd for key
8074 sequence.
8075 (Demonstration of Calc): Mention another way of starting Calc.
8076 (Starting Calc): Mention long name of M-#.
8077 (Embedded Mode Overview): Remove unnecessary instruction.
8078 (Other M-# commands): Rephrase `M-# 0' explanation.
8079 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8080 reflect current behavior.
8081
80822005-05-30 Jay Belanger <belanger@truman.edu>
8083
8084 * calc.texi (Hooks): Change description of calc-window-hook and
8085 calc-trail-window-hook to match usage.
8086 (Computational Functions): Add more constant-generating functions.
8087 (Customizable Variables): Use defvar.
8088
80892005-05-28 Jay Belanger <belanger@truman.edu>
8090
8091 * calc.texi (Assignments in Embedded Mode): Fix variable name.
8092 (Basic Embedded Mode): Explain behavior of arguments to
8093 calc-embedded-mode.
8094
80952005-05-27 Jay Belanger <belanger@truman.edu>
8096
8097 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8098 current behavior.
8099
81002005-05-25 Jay Belanger <belanger@truman.edu>
8101
8102 * calc.texi: Change Calc version number throughout.
8103 (Keypad Mode): Change location in info output.
8104 (Keypad mode overview): Move picture of keypad.
8105
81062005-05-21 Jay Belanger <belanger@truman.edu>
8107
8108 * calc.texi (Storing variables): Mention that only most variables
8109 are void to begin with.
8110
81112005-05-21 Kevin Ryde <user42@zip.com.au>
8112
8113 * widget.texi (Basic Types): Update cross ref from "Enabling
8114 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8115 lispref/text.texi change.
8116
81172005-05-20 Carsten Dominik <dominik@science.uva.nl>
8118
8119 * org.texi: Version 3.09.
8120
81212005-05-18 Carsten Dominik <dominik@science.uva.nl>
8122
8123 * reftex.texi: Version 4.28.
8124
81252005-05-16 Jay Belanger <belanger@truman.edu>
8126
8127 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8128
81292005-05-14 Jay Belanger <belanger@truman.edu>
8130
8131 * calc.texi (Default Simplifications): Insert missing ! (logical
8132 not operator).
8133
81342005-05-14 Michael Albinus <michael.albinus@gmx.de>
8135
8136 Sync with Tramp 2.0.49.
8137
81382005-05-10 Jay Belanger <belanger@truman.edu>
8139
8140 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8141 to 1.
8142
81432005-04-29 Carsten Dominik <dominik@science.uva.nl>
8144
8145 * org.texi: Version 3.08, structure reorganized.
8146
81472005-04-24 Richard M. Stallman <rms@gnu.org>
8148
8149 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8150
81512005-04-15 Carsten Dominik <dominik@science.uva.nl>
8152
8153 * org.texi: Update to version 3.06.
8154
81552005-04-13 Lute Kamstra <lute@gnu.org>
8156
8157 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8158
81592005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8160
8161 * cl.texi (Porting Common Lisp): Fix typo.
8162
81632005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * gnus.texi (RSS): Addition.
8166
81672005-04-04 Jay Belanger <belanger@truman.edu>
8168
8169 * calc.texi: Change Calc version number.
8170 (Customizable variables): Fix description of calc-language-alist.
8171 (Copying): Put in version 2 of GPL.
8172
81732005-04-01 Jay Belanger <belanger@truman.edu>
8174
8175 * calc.texi (Troubleshooting Commands): Remove comment about
8176 installation.
8177 (Installation): Remove section.
8178 (Customizable Variables): New section.
8179 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8180 (Graphical Devices): Add references to Customizable Variables.
8181
81822005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * emacs-mime.texi (Display Customization): Markup fixes.
8185 (rfc2047): Update.
8186
81872005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8188
8189 * gnus-faq.texi: Replaced with auto-generated version.
8190
81912005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8192
8193 * dired-x.texi (Multiple Dired Directories): default-directory was
8194 renamed to dired-default-directory.
8195
81962005-03-26 Jay Belanger <belanger@truman.edu>
8197
8198 * calc.texi (Simplifying Formulas, Rewrite Rules):
8199 Change description of top and bottom of fraction.
8200 (Modulo Forms): Move description of how to create modulo forms to
8201 earlier in the section.
8202 (Fraction Mode): Suggest using : to get a fraction by dividing.
8203 (Basic Arithmetic): Adjust placement of command name.
8204 (Truncating the Stack): Emphasize that "hidden" entries are still
8205 visible.
8206 (Installation): Move discussion of printing manual to "About This
8207 Manual".
8208 (About This Manual): Mention how to print the manual.
8209 (Reporting Bugs): Remove first person.
8210 (Building Vectors): Add algebraic version of append.
8211 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8212 (Grouping Digits): Fix typo.
8213
82142005-03-25 Werner Lemberg <wl@gnu.org>
8215
8216 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8217 Replace `legal' with `valid'.
8218
82192005-03-25 Werner Lemberg <wl@gnu.org>
8220
8221 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8222
82232005-03-24 Jay Belanger <belanger@truman.edu>
8224
8225 * calc.texi (General Mode Commands)
8226 (Mode Settings in Embedded Mode): Add some explanation of
8227 recording mode settings.
8228
82292005-03-24 Richard M. Stallman <rms@gnu.org>
8230
8231 * calc.texi: Remove praise of non-free software.
8232
8233 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8234 (Installation): Node deleted.
8235
82362005-03-23 Richard M. Stallman <rms@gnu.org>
8237
8238 * url.texi (HTTP language/coding): Improve last change.
8239
82402005-03-22 Jay Belanger <belanger@truman.edu>
8241
8242 * calc.texi (Embedded Mode): Add new information on changing
8243 modes.
8244
82452005-03-20 Michael Albinus <michael.albinus@gmx.de>
8246
8247 Sync with Tramp 2.0.48.
8248
8249 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8250
8251 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8252 "GNU/Linux". Change all addresses to .gnu.org.
8253 (Default Method): Offer shortened syntax for "su" and "sudo"
8254 methods.
8255
82562005-03-07 Richard M. Stallman <rms@gnu.org>
8257
8258 * url.texi: Fix usage of "e.g.".
8259 (HTTP language/coding): Explain the rules for these strings.
8260
82612005-03-06 Richard M. Stallman <rms@gnu.org>
8262
8263 * woman.texi (Introduction): Minor cleanups.
8264
8265 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8266
8267 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8268 (Installation): Node deleted.
8269
8270 * mh-e.texi (Preface): Get rid of "Emacs 21".
8271
8272 * eshell.texi (Installation): Delete node (for Emacs 20).
8273
82742005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8275
8276 * flymake.texi: Refill and tweak style in @lisp blocks.
8277
82782005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8279
8280 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8281
82822005-03-01 Jay Belanger <belanger@truman.edu>
8283
8284 * calc.texi (Trigonometric and Hyperbolic Functions):
8285 Mention additional functions.
8286 (Algebraic Simplifications): Mention additional simplifications.
8287
82882005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8289
8290 * ses.texi: Add concept/function/variable indices (this work was
8291 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8292 papers on file at FSF).
8293
82942005-02-10 Jay Belanger <belanger@truman.edu>
8295
8296 * calc.texi: Change @LaTeX to La@TeX throughout.
8297 Redefine @expr as @math for TeX output.
8298 Redefine @texline as a no-op for TeX output.
8299 Define @tfn, replace @t by @tfn throughout.
8300
83012005-02-09 Jay Belanger <belanger@truman.edu>
8302
8303 * calc.texi: Add macro for LaTeX for info output.
8304
83052005-02-08 Kim F. Storm <storm@cua.dk>
8306
8307 * texinfo.tex (LaTex): Add def.
8308
83092005-02-06 Jay Belanger <belanger@truman.edu>
8310
8311 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8312 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8313 throughout manual.
8314
83152005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8316
8317 * gnus.texi: Some edits based on comments from David Abrahams.
8318
83192005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus.texi (RSS): Fix the keystroke.
8322
83232005-01-24 David Kastrup <dak@gnu.org>
8324
8325 * faq.texi: Update AUCTeX version info.
8326
83272005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8328
8329 * gnus-faq.texi ([4.1]): Typo.
8330
83312005-01-19 Jay Belanger <belanger@truman.edu>
8332
8333 * calc.texi (Keep Arguments): Mention that keeping arguments
8334 doesn't work with keyboard macros.
8335
83362005-01-16 Richard M. Stallman <rms@gnu.org>
8337
8338 * autotype.texi (Autoinserting): Fix small error.
8339
83402005-01-16 Michael Albinus <michael.albinus@gmx.de>
8341
8342 Sync with Tramp 2.0.47.
8343
8344 * tramp.texi (Compilation): New section, describing compilation of
8345 remote files.
8346
83472005-01-11 Kim F. Storm <storm@cua.dk>
8348
8349 * widget.texi (Basic Types): Add :follow-link keyword.
8350
83512005-01-09 Jay Belanger <belanger@truman.edu>
8352
8353 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8354
83552005-01-08 Jay Belanger <belanger@truman.edu>
8356
8357 * calc.texi: Change throughout to reflect new default value of
8358 calc-settings-file.
8359
83602005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8361
8362 * message.texi (Reply): `message-reply-to-function' should return
8363 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8364
83652005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8366
8367 * faq.texi (Changing load-path): Fix typo.
8368
83692005-01-05 Jay Belanger <belanger@truman.edu>
8370
8371 * calc.texi (Programming Tutorial): Replace kbd command by
8372 appropriate characters for a keyboard macro.
8373
83742005-01-04 Jay Belanger <belanger@truman.edu>
8375
8376 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8377 for Lucid Emacs.
8378 (Programming Tutorial): Mention that the user needs to be in the
8379 right mode to compute some functions.
8380
83812005-01-04 Jay Belanger <belanger@truman.edu>
8382
8383 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8384 no longer applicable.
8385
83862005-01-01 Jay Belanger <belanger@truman.edu>
8387
0c7efc08 8388 * calc.texi (Programming Tutorial): Change description of how to
2de53ca6
GM
8389 edit keyboard macros to match current behavior.
8390
83912004-12-31 Jay Belanger <belanger@truman.edu>
8392
8393 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8394
83952004-12-20 Jay Belanger <belanger@truman.edu>
8396
8397 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8398 zero.
8399
84002004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8403 @xref.
8404 (Font Locking): Avoid @strong{Note:}.
8405
84062004-12-17 Michael Albinus <michael.albinus@gmx.de>
8407
8408 Sync with Tramp 2.0.46.
8409
8410 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8411
84122004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8413
8414 * url.texi: Correct typos.
8415 (Retrieving URLs): @var{nil}->@code{nil}.
af42a9cc 8416 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2de53ca6
GM
8417 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8418 (Dealing with HTTP documents): @inforef->@xref.
8419
84202004-12-15 Jay Belanger <belanger@truman.edu>
8421
8422 * calc.texi: Consistently capitalized all mode names.
8423 (Answers to Exercises): Mention that an answer can be a fraction
8424 when in Fraction mode.
8425
84262004-12-13 Jay Belanger <belanger@truman.edu>
8427
8428 * calc.texi: Fix some TeX definitions.
8429
84302004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8431
8432 * reftex.texi (Imprint): Remove erroneous @value's.
8433
84342004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8437 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8438
84392004-12-08 Jay Belanger <belanger@truman.edu>
8440
8441 * calc.texi (Starting Calc): Remove comment about installation.
8442 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8443
84442004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8445
8446 * url.texi: Update @setfilename.
8447 (Getting Started): No need to worry about Gnus versions.
8448 (Dealing with HTTP documents): Use @inforef.
8449
8450 * org.texi: Fix @direntry file name.
8451
84522004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * url.texi: New file.
8455
8456 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8457
84582004-12-06 Jay Belanger <belanger@truman.edu>
8459
8460 * calc.texi (Using Calc): Remove paragraph about installation.
8461
84622004-12-06 Jay Belanger <belanger@truman.edu>
8463
8464 * calc.texi: Use more Texinfo macros and less TeX defs.
8465 Remove @refill's.
8466
84672004-12-06 Richard M. Stallman <rms@gnu.org>
8468
8469 * org.texi: New file.
8470
84712004-12-05 Richard M. Stallman <rms@gnu.org>
8472
8473 * Makefile.in (org.dvi, ../info/org): New targets.
8474 (INFO_TARGETS): Add ../info/org.
8475 (DVI_TARGETS): Add org.dvi.
8476 (maintainer-clean): Remove the info files in the info dir.
8477
84782004-11-26 Eli Zaretskii <eliz@gnu.org>
8479
8480 * idlwave.texi: Fix the setfilename directive to put the produced
8481 file in ../info.
8482 (Continued Statement Indentation): Resurrect Jan D.'s change from
8483 2004-11-03 that was lost when a newer version of idlwave.texi was
8484 imported.
8485
84862004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8487
0c7efc08 8488 * gnus-faq.texi ([5.1]): Add missing bracket.
2de53ca6 8489
0c7efc08
SM
8490 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8491 Index `spam-initialize'.
2de53ca6
GM
8492
84932004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8494
8495 * message.texi (Various Message Variables): Mention that all mail
8496 file variables are derived from `message-directory'.
8497
8498 * gnus.texi (Splitting Mail): Clarify bogus group.
8499
85002004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8501
0c7efc08
SM
8502 * emacs-mime.texi (Encoding Customization):
8503 Fix mm-coding-system-priorities entry.
2de53ca6 8504
c8763fb6 85052004-11-03 Jan Djärv <jan.h.d@swipnet.se>
2de53ca6
GM
8506
8507 * idlwave.texi (Continued Statement Indentation):
8508 * reftex.texi (Options (Index Support)):
8509 (Displaying and Editing the Index, Table of Contents):
0c7efc08
SM
8510 * speedbar.texi (Creating a display, Major Display Modes):
8511 Replace non-nil with non-@code{nil}.
2de53ca6
GM
8512
85132004-10-21 Jay Belanger <belanger@truman.edu>
8514
0c7efc08 8515 * calc.texi (Algebraic-Style Calculations): Remove a comment.
2de53ca6
GM
8516
85172004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8518
8519 * calc.texi (Reporting Bugs): Double up `@'.
8520
85212004-10-18 Jay Belanger <belanger@truman.edu>
8522
0c7efc08 8523 * calc.texi (Reporting Bugs): Change the address that bugs
2de53ca6
GM
8524 should be sent to.
8525
85262004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8527
8528 * gnus.texi (New Features): Add 5.11.
8529
8530 * message.texi (Resending): Remove wrong default value.
8531
8532 * gnus.texi (Mail Source Specifiers): Describe possible problems
8533 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8534 `pop3-leave-mail-on-server' to the index.
8535
85362004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8537
8538 * message.texi (Canceling News): Add how to set a password.
8539
85402004-10-12 Jay Belanger <belanger@truman.edu>
8541
0c7efc08 8542 * calc.texi (Help Commands): Change the descriptions of
2de53ca6
GM
8543 calc-describe-function and calc-describe-variable to match their
8544 current behavior.
8545
85462004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8547
8548 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8549
85502004-10-12 Michael Albinus <michael.albinus@gmx.de>
8551
8552 Sync with Tramp 2.0.45.
8553
8554 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8555 plink link. The URL is outdated. Originator contacted for
8556 clarification.
8557
85582004-10-10 Juri Linkov <juri@jurta.org>
8559
8560 * gnus.texi (Top, Marking Articles): Join two menus in one node
8561 because a node can have only one menu.
8562
85632004-10-09 Juri Linkov <juri@jurta.org>
8564
8565 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8566 example of nnmail-split-fancy.
8567
85682004-10-06 Karl Berry <karl@gnu.org>
8569
8570 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8571 consistency with other uses of dashes.
8572
85732004-10-05 Karl Berry <karl@gnu.org>
8574
8575 * info.texi: Consistently use --- throughout, periods at end of
8576 menu descriptions, and a couple typos.
8577
85782004-09-26 Jesper Harder <harder@ifa.au.dk>
8579
8580 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8581 * pgg.texi (User Commands, Backend methods): Do.
8582 * gnus.texi: Markup fixes.
8583 (Setting Process Marks): Fix `M P a' entry.
8584 * emacs-mime.texi: Fixes.
8585
85862004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8587
8588 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8589 again.
8590 Use 5.10 instead of 5.10.0.
8591
85922004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8593
8594 * gnus.texi (Summary Mail Commands): S D e.
8595
85962004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8597
8598 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8599 the gnus-article-mode-line-format section.
8600
86012004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8602
8603 * gnus.texi (Various Summary Stuff): Fix the documentation for
8604 gnus-newsgroup-variables.
8605
86062004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8607
0c7efc08
SM
8608 * gnus.texi (MIME Commands):
8609 Add gnus-mime-display-multipart-as-mixed,
2de53ca6
GM
8610 gnus-mime-display-multipart-alternative-as-mixed,
8611 gnus-mime-display-multipart-related-as-mixed.
8612 (Mail Source Customization): Clarify `mail-source-directory'.
8613 (Splitting Mail): Mention gnus-group-find-new-groups.
0c7efc08 8614 (SpamOracle): Fix typo.
2de53ca6
GM
8615
8616 * gnus-faq.texi: Untabify.
8617 ([6.3]): nnir.el is in contrib directory.
8618
8619 * message.texi (News Headers): Clarify how a unique ID is created.
8620
0c7efc08
SM
8621 * gnus.texi (Batching Agents): Fix typo in example.
8622 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2de53ca6 8623
b2abec73 86242004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
2de53ca6 8625
0c7efc08 8626 * gnus.texi (Group Parameters): Add more on hooks.
2de53ca6
GM
8627
86282004-09-20 Florian Weimer <fw@deneb.enyo.de>
8629
8630 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8631
86322004-09-22 Jay Belanger <belanger@truman.edu>
8633
0c7efc08 8634 * calc.texi (Vectors as Lists): Add a warning that the tutorial
2de53ca6
GM
8635 might be hidden during part of the session.
8636
86372004-09-20 Jay Belanger <belanger@truman.edu>
8638
8639 * calc.texi (Notations Used in This Manual): Put in an earlier
8640 mention that DEL could be called Backspace.
8641
86422004-09-10 Simon Josefsson <jas@extundo.com>
8643
8644 * gnus.texi (IMAP): Add example. Suggested and partially written
8645 by Steinar Bang <sb@dod.no>.
8646
86472004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8648
8649 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8650 netrc syntax.
8651
86522004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8653
b2abec73
JB
8654 * gnus.texi (Spam ELisp Package Sequence of Events):
8655 Some clarifications.
2de53ca6
GM
8656 (Spam ELisp Package Global Variables): More clarifications.
8657
86582004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8659
8660 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8661 Mention spam-split does not modify incoming mail.
8662
86632004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8664
8665 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8666
86672004-09-10 Eli Zaretskii <eliz@gnu.org>
8668
8669 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8670
86712004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8672
8673 * makefile.w32-in (sieve, pgg): Use $(infodir).
8674
86752004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8676
8677 * makefile.w32-in: Fix PGG and Sieve entries.
8678
86792004-08-28 Eli Zaretskii <eliz@gnu.org>
8680
8681 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8682 Emacs and related programs.
8683
86842004-08-27 Richard M. Stallman <rms@gnu.org>
8685
8686 * faq.texi: Fix texinfo usage, esp. doublequotes.
8687 (Difference between Emacs and XEmacs): Some clarification.
8688
8689 * faq.texi (Difference between Emacs and XEmacs):
8690 Explain not to contrast XEmacs with GNU Emacs.
8691
86922004-08-26 Richard M. Stallman <rms@gnu.org>
8693
8694 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8695
86962004-08-22 David Kastrup <dak@gnu.org>
8697
8698 * reftex.texi (AUCTeX): Update links, section name.
8699
8700 * faq.texi (Calc): Update availability (included in 22.1).
8701 (AUCTeX): Update availability, information, versions, description.
8702
87032004-08-14 Eli Zaretskii <eliz@gnu.org>
8704
8705 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8706
87072004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8708
8709 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8710
87112004-08-10 Michael Albinus <michael.albinus@gmx.de>
8712
8713 Sync with Tramp 2.0.44.
8714
87152004-08-05 Lars Hansen <larsh@math.ku.dk>
8716
8717 * widget.texi (User Interface): Update how to separate the
8718 editable field of an editable-field widget from other widgets.
8719 (Programming Example): Add text after field.
8720
87212004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * emacs-mime.texi (Encoding Customization): Add a note to the
8724 mm-content-transfer-encoding-defaults entry.
8725 (rfc2047): Update.
8726
0c7efc08
SM
8727 * gnus.texi (Article Highlighting):
8728 Add gnus-cite-ignore-quoted-from.
2de53ca6
GM
8729 (POP before SMTP): New node.
8730 (Posting Styles): Addition.
8731 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8732 (Fancy Mail Splitting): Ditto.
8733 (X-Face): Add gnus-x-face.
8734
87352004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8736
8737 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8738 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8739
87402004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8741
0c7efc08
SM
8742 * gnus.texi (Mail Source Specifiers):
8743 Describe `pop3-leave-mail-on-server'.
2de53ca6
GM
8744
87452004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8748
8749 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8750 repository. Change setfilename.
8751
8752 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8753
87542004-07-02 Juri Linkov <juri@jurta.org>
8755
8756 * pcl-cvs.texi (Viewing differences): Add `d r'.
8757
87582004-06-29 Jesper Harder <harder@ifa.au.dk>
8759
8760 * ses.texi, viper.texi, flymake.texi, faq.texi:
8761 * eshell.texi, ediff.texi: Markup fixes.
8762
87632004-06-21 Karl Berry <karl@gnu.org>
8764
8765 * info.texi (Top): Mention that only Emacs has mouse support.
8766 (Getting Started): Mention this in a few other places.
8767
87682004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8769
0c7efc08
SM
8770 * autotype.texi (Copyrights, Timestamps):
8771 Recommend `before-save-hook' instead of `write-file-functions'.
2de53ca6
GM
8772
87732004-06-13 Lars Hansen <larsh@math.ku.dk>
8774
8775 * dired-x.texi (dired-mark-omitted): Update keybinding.
8776
87772004-06-10 Kim F. Storm <storm@cua.dk>
8778
8779 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8780
87812004-06-05 Lars Hansen <larsh@math.ku.dk>
8782
8783 * dired-x.texi (variable dired-omit-mode): Rename from
8784 dired-omit-files-p.
8785 (function dired-omit-mode): Rename from dired-omit-toggle.
8786 Call dired-omit-mode rather than set dired-omit-files-p.
8787 (dired-mark-omitted): Describe command.
8788
87892004-05-29 Michael Albinus <michael.albinus@gmx.de>
8790
8791 Version 2.0.41 of Tramp released.
8792
87932004-05-29 Juanma Barranquero <lektu@terra.es>
8794
8795 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8796 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8797
87982004-05-29 Richard M. Stallman <rms@gnu.org>
8799
8800 * cl.texi (Top): Call this chapter `Introduction'.
8801 (Overview): In TeX, no section heading here.
8802
8803 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8804
88052004-05-29 Eli Zaretskii <eliz@gnu.org>
8806
8807 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8808 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8809
88102004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8811
8812 * flymake.texi: New file.
8813
88142004-05-28 Simon Josefsson <jas@extundo.com>
8815
8816 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8817
b344d29d 88182004-05-07 Kai Großjohann <kai@emptydomain.de>
2de53ca6
GM
8819
8820 Version 2.0.40 of Tramp released.
8821
88222004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8823
8824 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8825
8826 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8827 variables `tramp-backup-directory-alist' and
8828 `tramp-bkup-backup-directory-info'.
8829 (Overview, Connection types)
8830 (External transfer methods, Default Method)
8831 (Windows setup hints): Remove restriction of password entering
8832 with external methods.
8833 (Auto-save and Backup): Make file name example
8834 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8835 and `auto-save-directory' must be used.
8836 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8837 only "NT"). Remove doubled entry "What kinds of systems does
8838 @tramp{} work on".
8839 (tramp): Macro removed.
8840 (Obtaining Tramp): Flag removed from title.
8841 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8842 and `trampver' used properly. Flag `tramp-inst' replaced by
8843 `installchapter'. Installation related text adapted.
8844
88452004-04-28 Masatake YAMATO <jet@gyve.org>
8846
8847 * widget.texi (Programming Example): Remove overlays.
8848
88492004-04-27 Jesper Harder <harder@ifa.au.dk>
8850
8851 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8852
88532004-04-23 Juanma Barranquero <lektu@terra.es>
8854
8855 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8856
88572004-04-05 Jesper Harder <harder@ifa.au.dk>
8858
8859 * info.texi (Info Search): Add info-apropos.
8860
88612004-03-22 Juri Linkov <juri@jurta.org>
8862
8863 * faq.texi: Fix help key bindings.
8864
88652004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8868 (as suggested by Karl Berry). Update information about colored
8869 stars in menus. Add new subheading describing M-n.
8870
88712004-03-12 Richard M. Stallman <rms@gnu.org>
8872
8873 * cl.texi (Top): Rename top node's title.
8874
88752004-03-08 Karl Berry <karl@gnu.org>
8876
8877 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8878 problems making the texinfo distribution.
8879
88802004-02-29 Simon Josefsson <jas@extundo.com>
8881
0c7efc08 8882 * smtpmail.texi (Authentication): Change the list of supported
2de53ca6
GM
8883 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8884 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8885 <voegelas@gmx.net>.
8886
88872004-02-29 Juanma Barranquero <lektu@terra.es>
8888
8889 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8890 Use $(DEL) instead of rm, and ignore exit code.
8891
b344d29d 88922004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
2de53ca6
GM
8893
8894 Tramp version 2.0.39 released.
8895
88962004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8897
8898 * tramp.texi (Customizing Completion): Explain new functions
8899 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8900 (all): Savannah URLs unified to "http://savannah.nongnu.org".
0c7efc08
SM
8901 (Top): Refer to Savannah mailing list as the major one.
8902 Mention older mailing lists in HTML mode only.
2de53ca6
GM
8903 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8904 (Frequently Asked Questions): Remote hosts must not be Unix-like
8905 for "smb" method.
8906 (Password caching): New node.
8907 (External transfer methods): Refer to password caching for "smb"
8908 method.
8909
89102004-02-17 Karl Berry <karl@gnu.org>
8911
8912 * info.texi (Help-Int): Mention the new line number feature.
8913
89142004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8915
8916 * ses.texi (Advanced Features): New functionality for
8917 ses-set-header-row (defaults to current row unless C-u used).
8918 (Acknowledgements): Add Stefan Monnier.
8919
89202003-12-29 Kevin Ryde <user42@zip.com.au>
8921
8922 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8923
b344d29d 89242003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
8925
8926 Tramp version 2.0.38 released.
8927
8928 * tramp.texi (Remote shell setup): Warn of environment variables
8929 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8930 <sven.gabriel@imk.fzk.de>.
8931 (Configuration): Tramp now chooses base64/uuencode
8932 automatically. Update wording accordingly.
8933 (Top): More description for the `Default Method' menu entry.
8934 (Default Method): Use @code, not @var, for Lisp variables.
8935 (Default Method): New subsection `Which method is the right one
8936 for me?' Suggested by Christian Kirsch.
8937 (Configuration): Pointer to new subsection added.
8938 (Default Method): Too many "use" in one sentence.
8939 Rephrase. Reported by Christian Kirsch.
8940 (Filename Syntax): Old `su' example is probably a left-over from
8941 the sm/su method naming. Replace with `ssh', instead.
8942 (External transfer methods, Auto-save and Backup):
8943 Typo fixes.
8944
89452003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8946
183080b6 8947 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
2de53ca6
GM
8948 (Top): Mention japanese manual only if flag `jamanual' is set.
8949 Insert section `Japanese manual' in menu.
8950
89512003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8952
8953 * eshell.texi (Known Problems): Add doc item.
8954
89552003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8956
8957 * cc-mode.texi: Update for CC Mode 5.30.
8958
8959 Note: Please refrain from doing purely cosmetic changes like
8960 removing trailing whitespace in this manual; it clobbers cvs
8961 merging for no good reason.
8962
89632003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8964
8965 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8966 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8967 @acronym{ASCII}.
8968
89692003-10-26 Karl Berry <karl@gnu.org>
8970
8971 * info.texi (Info Search): Echo area, not echo are. From Debian
8972 diff.
8973
89742003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8975
10d1d0af 8976 * widget.texi (Defining New Widgets): Document new behavior of
2de53ca6
GM
8977 :buttons and :children keywords.
8978
89792003-10-22 Miles Bader <miles@gnu.org>
8980
8981 * Makefile.in (info): Move before $(top_srcdir)/info.
8982
89832003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8984
8985 * tramp.texi (Inline methods): Small grammar fix.
8986 (External transfer methods): Likewise.
8987
89882003-10-08 Nick Roberts <nick@nick.uklinux.net>
8989
8990 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8991
89922003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8993
8994 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8995
89962003-09-30 Richard M. Stallman <rms@gnu.org>
8997
8998 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8999
9000 * widget.texi (User Interface): Fix typos.
9001
9002 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9003
90042003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9005
9006 * pcl-cvs.texi (Selected Files): Fix typo.
9007
90082003-09-21 Karl Berry <karl@gnu.org>
9009
9010 * info.texi (] and [ commands): No period at end of section title.
9011
90122003-09-04 Miles Bader <miles@gnu.org>
9013
9014 * Makefile.in (top_srcdir): New variable.
9015 ($(top_srcdir)/info): New rule.
9016 (info): Depend on it.
9017
90182003-09-03 Peter Runestig <peter@runestig.com>
9019
9020 * makefile.w32-in: New file.
9021
90222003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9023
9024 * widget.texi (User Interface): Explain the need of static text
9025 around an editable field.
9026
90272003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9028
9029 * widget.texi (Basic Types): The argument to `:help-echo' can now
9030 be a form that evaluates to a string.
9031
90322003-08-18 Kim F. Storm <storm@cua.dk>
9033
9034 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9035
90362003-08-16 Richard M. Stallman <rms@gnu.org>
9037
9038 * dired-x.texi (Shell Command Guessing): Explain *.
9039
90402003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
9041
9042 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9043 log-edit-insert-changelog.
9044
90452003-08-03 Karl Berry <karl@gnu.org>
9046
9047 * info.texi: Need @contents.
9048
c8763fb6 90492003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9050
9051 Tramp version 2.0.36 released.
9052
9053 * tramp.texi (Remote shell setup): Explain about problems with
9054 non-Bourne commands in ~/.profile and ~/.shrc.
9055
90562003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
9057
9058 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9059 renaming of `vis-mode' to `visible-mode'.
9060
90612003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
9062
9063 * info.texi (Top, Help-Small-Screen): Remove accidentally added
9064 next, prev and up pointers.
9065
90662003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
9067
9068 * info.texi (Help): Mention existence of Emacs and stand-alone
9069 Info at the very beginning of the tutorial.
9070 (Help-Inv): New node.
9071 (Help-]): New node.
9072 (Help-M): Systematically point out the differences between default
9073 Emacs and stand-alone versions. Delete second menu.
9074 (Help-Xref): Systematically point out the differences between
9075 default Emacs and stand-alone versions.
9076 (Help-Int): Change `l' example.
9077 (Expert Info): Fix typos.
9078 (Emacs Info Variables): Mention `Info-hide-note-references' and
9079 new default for `Info-scroll-prefer-subnodes'.
9080
c8763fb6 90812003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9082
9083 Version 2.0.35 of Tramp released.
9084
9085 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9086 (Inline methods): Add methods `remsh' and `plink1'.
9087 (External transfer methods): Add method `remcp'.
9088 (Multi-hop Methods): Add method `remsh'.
9089 Small patch from Adrian Aichner <adrian@xemacs.org>:
9090 Fix minor typos.
0c7efc08 9091 (Concept Index): Add to make manual searchable via
2de53ca6
GM
9092 `Info-index'.
9093 (Version Control): Add cindex entry.
9094
c8763fb6 90952003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9096
9097 * trampver.texi: Version 2.0.34 released.
9098
90992003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9100
9101 * faq.texi: Improve previous changes.
9102
91032003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9104
9105 * faq.texi: Update copyright and maintenance details.
9106 Update some package URLs, versions, and maintainers.
9107 Remove many references to the Emacs Lisp Archive.
9108
91092003-04-23 Simon Josefsson <jas@extundo.com>
9110
9111 * smtpmail.texi: Fix license (the invariant sections mentioned has
9112 never been part of the smtp manual). Align info dir entry with
9113 other emacs packages.
9114
91152003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
9116
9117 * tramp.texi: Version 2.0.33 released.
9118 Remove installation chapter. Remove XEmacs specifics.
9119
91202003-03-29 Richard M. Stallman <rms@gnu.org>
9121
9122 * tramp.texi (Top): Undo the previous renaming.
9123 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9124
c8763fb6 91252003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
2de53ca6
GM
9126
9127 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9128 version of manual.
9129
9130 * tramp.texi (Auto-save and Backup): New node.
9131
91322003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9133
9134 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9135 Emacs" in order to have better differentiation to "XEmacs".
9136 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9137 are new macros in order to point to the other Emacs flavor where
9138 appropriate. In info case, point to node `Installation' in order
9139 to explain how to generate the other way. In html case, make a
9140 link to the other html file.
0c7efc08 9141 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
2de53ca6
GM
9142 after CVS checkout/update.
9143 (Installation): Completely rewritten.
9144 (Installation parameters, Load paths): New sections under
9145 `Installation'.
9146
c8763fb6 91472003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9148
9149 * tramp.texi: Version 2.0.30 released.
9150 Replace word "path" with "localname" where used as a component of
9151 a Tramp file name.
9152
91532003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9154
9155 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9156 introduced.
9157 (Installation): Explain what to do if files from the tramp/contrib
9158 directory are needed.
9159
91602003-02-23 Alex Schroeder <alex@emacswiki.org>
9161
9162 * smtpmail.texi (How Mail Works): New.
9163
91642003-02-22 Alex Schroeder <alex@emacswiki.org>
9165
9166 * smtpmail.texi: New file.
9167
9168 * Makefile.in: Build SMTP manual.
9169
c8763fb6 91702003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6
GM
9171
9172 * tramp.texi: Version 2.0.29 released.
9173 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9174 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9175
91762003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9177
9178 * tramp.texi (Frequently Asked Questions): Explain a workaround if
e4920bc9 9179 another package loads accidentally Ange-FTP.
2de53ca6
GM
9180
91812003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9182
9183 * tramp.texi (Customizing Completion): Add function
9184 `tramp-parse-sconfig'. Change example of
9185 `tramp-set-completion-function', because parsing of ssh config
9186 files looks more natural.
9187
91882003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9189
9190 * gnus.texi: Do not use `path' in several locations.
9191
c8763fb6 91922002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2de53ca6 9193
0c7efc08
SM
9194 * tramp.texi (External transfer methods): New method `smb'.
9195 From Michael Albinus.
2de53ca6
GM
9196
91972002-11-05 Karl Berry <karl@gnu.org>
9198
9199 * info.texi (Info-fontify): Reorder face list to avoid bad line
9200 breaks.
9201
c8763fb6 92022002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6 9203
0c7efc08
SM
9204 * tramp.texi: Move @copying to standard place.
9205 Use @insertcopying.
2de53ca6
GM
9206
92072002-10-02 Karl Berry <karl@gnu.org>
9208
9209 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9210 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9211 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9212 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9213 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9214 Per rms, update all manuals to use @copying instead of @ifinfo.
9215 Also use @ifnottex instead of @ifinfo around the top node, where
9216 needed for the sake of the HTML output.
9217 (The Gnus manual is not fixed since it's not clear to me how it
9218 works; and the Tramp manual already uses @copying, although in an
9219 unusual way. All others were changed.)
9220
92212002-09-10 Jonathan Yavner <jyavner@engineer.com>
9222
9223 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9224 (../info/ses, ses.dvi): New targets.
9225 * ses.texi: New file.
9226
c8763fb6 92272002-09-06 Pavel Janík <Pavel@Janik.cz>
2de53ca6
GM
9228
9229 * texinfo.tex: Update to texinfo 4.2.
9230
92312002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9232
9233 * reftex.texi: Update to RefTeX 4.19.
9234
c8763fb6 92352002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2de53ca6
GM
9236
9237 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9238 (../info/tramp, tramp.dvi): New targets.
9239
92402002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9241
9242 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9243 (calc.dvi): Uncomment.
9244
92452001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9246
9247 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9248 (../info/calc): New target.
9249
92502001-10-20 Gerd Moellmann <gerd@gnu.org>
9251
9252 * (Version 21.1 released.)
9253
92542001-10-05 Gerd Moellmann <gerd@gnu.org>
9255
9256 * Branch for 21.1.
9257
92582001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9259
9260 * Makefile.in (../info/info): Use an explicit -o switch to
9261 makeinfo.
9262
92632001-03-05 Gerd Moellmann <gerd@gnu.org>
9264
9265 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9266
92672000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * Makefile.in (../info/idlwave): Use --no-split.
9270
92712000-12-14 Dave Love <fx@gnu.org>
9272
c4cc8b9a 9273 * Makefile.in (mostlyclean): Remove gnustmp.*.
2de53ca6
GM
9274 (gnus.dvi): Change rule to remove @latex stuff.
9275
92762000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9277
9278 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9279
92802000-10-13 John Wiegley <johnw@gnu.org>
9281
9282 * Makefile.in: Add build targets for eshell.texi.
9283
92842000-09-25 Gerd Moellmann <gerd@gnu.org>
9285
9286 * Makefile.in: Remove/comment speedbar stuff.
9287
92882000-09-22 Dave Love <fx@gnu.org>
9289
9290 * Makefile.in: Add emacs-mime.
9291
92922000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9293
9294 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9295 (DVI_TARGETS): Add woman.dvi.
9296 (../info/woman, woman.dvi): New targets.
9297
92982000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9301
9302 * pcl-cvs.texi: New file.
9303 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9304 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9305
93062000-05-11 Gerd Moellmann <gerd@gnu.org>
9307
9308 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9309 (../info/ebrowse, ebrowse.dvi): New targets.
9310
93112000-01-13 Gerd Moellmann <gerd@gnu.org>
9312
9313 * Makefile.in (INFO_TARGETS): Add eudc.
9314 (DVI_TARGETS): Add eudc.dvi.
9315 (../info/eudc, eudc.dvi): New targets.
9316
93172000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9318
9319 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9320 compatibility with 8+3 filesystems).
9321 (../info/efaq): Rename from emacs-faq.
9322
93232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9324
9325 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9326 (../info/idlwave, idlwave.dvi): New targets.
9327
93281999-10-23 Dave Love <fx@gnu.org>
9329
9330 * Makefile.in: Use autotype.texi.
9331
93321999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9333
9334 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9335 faq.texi file) rather than ../info/faq.
9336
93371999-10-07 Gerd Moellmann <gerd@gnu.org>
9338
9339 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9340 (../info/ada-mode, ada-mode.dvi): New targets.
9341
93421999-09-01 Dave Love <fx@gnu.org>
9343
9344 * Makefile.in: Add faq.
9345
93461999-07-12 Richard Stallman <rms@gnu.org>
9347
9348 * Version 20.4 released.
9349
93501998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9351
9352 * Version 20.3 released.
9353
93541998-04-06 Andreas Schwab <schwab@gnu.org>
9355
768c0c0f
JB
9356 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9357 Use it in dvi targets.
2de53ca6
GM
9358 (../etc/GNU): Change to $(srcdir) first.
9359
93601998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9361
9362 * reftex.texi: Update for RefTeX version 3.22.
9363
93641998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9365
9366 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9367 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9368
93691997-09-23 Paul Eggert <eggert@twinsun.com>
9370
9371 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9372 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9373
93741997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9375
9376 * Version 20.2 released.
9377
93781997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9379
9380 * Version 20.1 released.
9381
93821997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9383
9384 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9385
93861996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9387
9388 * Version 19.33 released.
9389
93901996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9391
9392 * Version 19.32 released.
9393
93941996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9395
9396 * Makefile.in: Add rules for the Message manual.
9397
93981996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9399
9400 * gnus.texi: New version.
9401
9402 * message.texi: New manual.
9403
94041996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9405
9406 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9407
94081996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9409
9410 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9411 Specify -I option.
9412 (All dvi targets): Set the TEXINPUTS variable.
9413
94141996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9415
9416 * Version 19.31 released.
9417
94181996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9419
9420 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9421 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9422
94231995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9424
9425 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9426 (INFO_TARGETS): Add ../info/cc-mode.
9427 (DVI_TARGETS): Add cc-mode.dvi.
9428
2de53ca6
GM
94291995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9430
9431 * Version 19.30 released.
9432
94331995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9434
9435 * gnus.texi: New file.
9436
94371995-11-04 Erik Naggum <erik@naggum.no>
9438
9439 * gnus.texi: File deleted.
9440
94411995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9442
9443 * mh-e.texi: "Function Index" -> "Command Index" to work with
9444 Emacs 19.30 C-h C-k support of separately-documented commands.
9445
94461995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9447
9448 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9449 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9450
94511995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9454 (../info/viper, viper.dvi): New targets.
9455
94561995-04-20 Kevin Rodgers <kevinr@ihs.com>
9457
9458 * dired-x.texi (Installation): Change the example to set
9459 buffer-local variables like dired-omit-files-p in
9460 dired-mode-hook.
9461
94621995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9463
9464 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9465 (../info/mh-e, mh-e.dvi): New targets.
9466
94671995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9468
9469 * Makefile.in (maintainer-clean): Rename from realclean.
9470
94711994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * Makefile.in: New file.
9474 * Makefile: File deleted.
9475
94761994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9477
9478 * Makefile (TEXINDEX_OBJS): Variable deleted.
9479 (texindex, texindex.o, getopt.o): Rules deleted.
9480 All deps on texindex deleted.
9481 (distclean): Don't delete texindex.
9482 (mostlyclean): Don't delete *.o.
9483 * texindex.c, getopt.c: Files deleted.
9484
94851994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9486
9487 * Version 19.26 released.
9488
94891994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9490
9491 * Version 19.25 released.
9492
94931994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9494
9495 * Version 19.24 released.
9496
94971994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9498
9499 * Version 19.23 released.
9500
95011994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9502
9503 * Makefile: Delete spurious tab.
9504
95051994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9506
9507 * Makefile (.SUFFIXES): New rule.
9508
95091994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9510
9511 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9512 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9513
95141994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * Makefile (../info/sc): Rename from sc.info.
9517 (../info/cl): Likewise.
9518 (INFO_TARGETS): Use new names.
9519
95201993-12-04 Richard Stallman (rms@srarc2)
9521
9522 * getopt.c: New file.
9523 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9524 (getopt.o): New rule.
9525 (dvi): Don't depend on texindex.
9526 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9527 Depend on texindex.
9528
95291993-12-03 Richard Stallman (rms@srarc2)
9530
9531 * Makefile (../info/sc.info): Rename from ../info/sc.
9532 (TEXI2DVI): New variable.
9533 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9534 Add explicit commands.
9535 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9536
95371993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9538
9539 * Version 19.22 released.
9540
95411993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9542
9543 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9544
95451993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9546
9547 * Version 19.21 released.
9548
95491993-11-15 Paul Eggert (eggert@twinsun.com)
9550
9551 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9552
95531993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9554
9555 * Makefile (../etc/GNU): New target.
9556 (EMACSSOURCES): Add gnu1.texi.
9557
95581993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9559
9560 * Makefile (realclean): Don't delete the Info files.
9561
f0131492 95621993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
2de53ca6
GM
9563
9564 * forms.texi: Fix forms.texi so that it will format correctly.
9565 Add missing `@end iftex', fix bad reference.
9566
9567 * info.texi, info-stn.texi: New files implement texinfo version of
9568 `info' file.
9569
f0131492 95701993-10-20 Brian J. Fox (bfox@ai.mit.edu)
2de53ca6
GM
9571
9572 * Makefile: Fix targets for texindex, new info.texi files.
9573 * info-stnd.texi: New file implements info for standalone info
9574 reader.
9575 * info.texi: Update to include recent changes to "../info/info".
9576 New source file for ../info/info; includes info-stnd.texi.
9577
9578 * texindex.c: Include "../src/config.h" if building in emacs.
9579
9580 * Makefile: Change all files to FILENAME.texi, force all targets
9581 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9582 vip.texinfo, forms.texinfo, cl.texinfo.
9583 Add target to build texindex.c, defining `emacs'.
9584
9585 * forms.texi: Install new file to match version 2.3 of forms.el.
9586
95871993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9588
9589 * Version 19.19 released.
9590
95911993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9592
9593 * sc.texinfo: Fix info file name.
9594
9595 * Makefile (info): Add gnus and sc.
9596 (dvi): Add gnus.dvi and sc.dvi.
9597 (../info/sc, sc.dvi): New targets.
9598
95991993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9600
9601 * Version 19.18 released.
9602
96031993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9604
9605 * Makefile: Fix source file names of the separate manuals.
9606 (gnus.dvi, ../info/gnus): New targets.
9607
96081993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9609
9610 * Version 19.17 released.
9611
96121993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9613
9614 * split-man: Fix typos in last change.
9615
96161993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9617
9618 * Version 19.16 released.
9619
96201993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9621
9622 * version 19.15 released.
9623
96241993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9625
9626 * Makefile (distclean): It's rm, not rf.
9627
96281993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9629
9630 * Version 19.14 released.
9631
96321993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9633
9634 * Makefile: New file.
9635
96361993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9637
9638 * Version 19.13 released.
9639
96401993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9641
9642 * Version 19.9 released.
9643
96441993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9645
9646 * Version 19.8 released.
9647
96481993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9649
9650 * Version 19.7 released.
9651
96521990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9653
9654 * gnus.texinfo: New file. Removed installation instructions.
9655
96561990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9657
9658 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9659
96601989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9661
9662 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
0c7efc08
SM
9663 then define `\sc' as the command for smallcaps in Texinfo.
9664 This means that the @sc command will produce small caps. bfox has
2de53ca6
GM
9665 made the corresponding change to makeinfo and texinfm.el.
9666
96671988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9668
9669 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9670 Customization since the menu entry did not point to anything.
9671 Also add an @finalout command to remove overfull hboxes from the
9672 printed output.
9673
9674 * cl.texinfo: Add @bye, \input line and @settitle to file.
9675 This file is clearly intended to be a chapter of some other work,
9676 but the other work does not yet exist.
9677
96781988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9679
9680 * texinfo.texinfo: Three typos corrected.
9681
4009494e 9682;; Local Variables:
c8763fb6 9683;; coding: utf-8
4009494e
GM
9684;; End:
9685
3fe7cdc8 9686 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
4009494e
GM
9687
9688 This file is part of GNU Emacs.
9689
97c0352c 9690 GNU Emacs is free software: you can redistribute it and/or modify
4009494e 9691 it under the terms of the GNU General Public License as published by
97c0352c
GM
9692 the Free Software Foundation, either version 3 of the License, or
9693 (at your option) any later version.
4009494e
GM
9694
9695 GNU Emacs is distributed in the hope that it will be useful,
9696 but WITHOUT ANY WARRANTY; without even the implied warranty of
9697 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9698 GNU General Public License for more details.
9699
9700 You should have received a copy of the GNU General Public License
97c0352c 9701 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.