c5d084891f661fbc6897cd956bbe537222bdbd3f
[bpt/emacs.git] / doc / misc / ChangeLog
1 2012-10-28 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
4 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
5 (Obsolete Features): New appendix. Move Lexical Bindings here.
6
7 2012-10-27 Glenn Morris <rgm@gnu.org>
8
9 * cl.texi: Use defmac for macros rather than defspec.
10 (Efficiency Concerns): Related copyedit.
11
12 * cl.texi (Control Structure): Update for setf now being in core.
13 (Setf Extensions): Rename from Basic Setf. Move much of the
14 former content to lispref/variables.texi.
15 (Modify Macros): Move pop, push details to lispref/variables.texi.
16 (Customizing Setf): Copyedits for setf etc being in core.
17 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
18 Further namespaces updates.
19
20 2012-10-26 Bastien Guerry <bzg@gnu.org>
21
22 * org.texi (Installation): Update the link to Org's ELPA. Also
23 don't mention org-install.el anymore as the replacement file
24 org-loaddefs.el is now loaded by org.el.
25
26 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
27
28 * tramp.texi (Frequently Asked Questions): Mention
29 `tramp-completion-reread-directory-timeout' for performance
30 improvement.
31
32 2012-10-25 Glenn Morris <rgm@gnu.org>
33
34 * cl.texi: Don't mess with the TeX section number counter.
35 Use Texinfo recommended convention for quotes+punctuation.
36 (Overview, Sequence Functions): Rephrase for better line-breaking.
37 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
38 (Macro Bindings, Conditionals, Iteration, Loop Basics)
39 (Random Numbers, Mapping over Sequences, Structures)
40 (Porting Common Lisp): Further updates for cl-lib namespace.
41 (Modify Macros, Declarations, Macro Bindings, Structures):
42 Break long lines in examples.
43 (Dynamic Bindings): Update for changed progv behavior.
44 (Loop Examples, Efficiency Concerns): Markup fixes.
45 (Structures): Remove TeX margin change.
46 (Declarations): Fix typos.
47
48 2012-10-24 Glenn Morris <rgm@gnu.org>
49
50 * cl.texi (Overview, Multiple Values, Creating Symbols)
51 (Numerical Functions): Say less/nothing about the original cl.el.
52 (Old CL Compatibility): Remove.
53 (Assertions): Remove ignore-errors (standard Elisp for some time).
54
55 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
56 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
57 (Efficiency Concerns, Efficiency Concerns)
58 (Common Lisp Compatibility, Old CL Compatibility):
59 Further updates for cl-lib namespace.
60
61 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
62
63 Update manual for new time stamp format (Bug#12706).
64 * emacs-mime.texi (time-date): Update for new format.
65 Also, fix bogus time stamp and modernize a bit.
66
67 2012-10-23 Glenn Morris <rgm@gnu.org>
68
69 * cl.texi: Include emacsver.texi. Use Emacs version number rather
70 than unchanging cl.el version number.
71 End all menu descriptions with a period.
72 Do not use @dfn{CL} for every instance of "CL".
73 (Overview): Remove no-runtime caveat, and note about foo* names.
74 (Usage): Use cl-lib rather than cl.
75 (Organization, Naming Conventions): Update for cl-lib.el.
76 (Installation): Remove long-irrelevant node.
77 (Program Structure, Predicates, Control Structure):
78 Start updating for cl-lib namespace.
79 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
80 Depend on emacsver.texi.
81
82 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
83
84 * trampver.texi: Update release number.
85
86 2012-10-06 Glenn Morris <rgm@gnu.org>
87
88 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
89 ERC version.
90 (Introduction): ERC is distributed with Emacs.
91 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
92 (Getting Started): Simplify.
93 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
94 (History): Mention ERC maintained as part of Emacs now.
95 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
96 Add dependency on emacsver.texi.
97
98 * erc.texi: Remove hand-written node pointers.
99
100 2012-10-05 Glenn Morris <rgm@gnu.org>
101
102 * newsticker.texi (Overview, Requirements, Usage, Configuration):
103 Copyedits.
104
105 2012-10-01 Eric Ludlam <zappo@gnu.org>
106
107 * ede.texi (Quick Start, Project Local Variables)
108 (Miscellaneous commands, ede-java-root, Development Overview)
109 (Detecting a Project): New nodes.
110 (Simple projects): Node deleted.
111
112 * eieio.texi (Building Classes): Some slot attributes cannot be
113 overridden.
114 (Slot Options): Remove an example.
115 (Method Invocation, Documentation): New nodes.
116
117 2012-10-01 Glenn Morris <rgm@gnu.org>
118
119 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
120 (reftex.pdf): Add dependency on emacsver.texi.
121 * reftex.texi: Don't include directory part for emacsver.texi;
122 the Makefile's -I handles it.
123
124 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
125
126 Merge from standalone RefTeX repository.
127
128 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
129 with macros.
130 (Imprint): Mention Wolfgang in list of contributors.
131 (Creating Citations): Give a hint about how to
132 auto-revert the BibTeX database file when using external editors.
133 (Referencing Labels): Simplify section about reference macro
134 cycling.
135 (Options (Referencing Labels)): Adapt to new structure of
136 `reftex-ref-style-alist'.
137 (Referencing Labels, Reference Styles): Document changes in the
138 referencing functionality.
139 (Commands): Mention options for definition of header and footer in
140 BibTeX files.
141 (Options (Creating Citations)): Document
142 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
143 (Reference Styles): New section.
144 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
145 (Options (Referencing Labels)): Remove descriptions of deprecated
146 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
147 Add descriptions for `reftex-ref-style-alist' and
148 `reftex-ref-style-default-list'.
149 (Referencing Labels): Update regarding reference styles.
150 (Citation Styles): Mention support for ConTeXt.
151 (Options (Defining Label Environments)): Fix typo.
152 (Options (Creating Citations)): Document
153 `reftex-cite-key-separator'.
154
155 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
156
157 * org.texi: Add description of ORG_ADD_CONTRIB to info
158 documentation. Add link to Worg for more details.
159
160 * org.texi: Clarify installation procedure. Provide link to the
161 build system description on Worg.
162
163 * org.texi: Remove reference to utils/, x11idle.c is now in
164 contrib/scripts.
165
166 * org.texi: Re-normalize to "Org mode" in manual.
167
168 * org.texi (Installation): Adapt documentation to new build
169 system. Mention GNU ELPA (since it needs to be handled like Emacs
170 built-in Org).
171
172 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
173
174 * org.texi: Fix typo in description of the 'Hooks' section.
175
176 * org.texi: Add ID to the list of special properties.
177
178 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
179
180 * org.texi (Moving subtrees): Document the ability to archive to a
181 datetree.
182
183 2012-09-30 Bastien Guerry <bzg@altern.org>
184
185 * org.texi (Installation, Feedback, Batch execution): Use
186 (add-to-list 'load-path ... t) for the contrib dir.
187
188 * org.texi (results): Update documentation for ":results drawer"
189 and ":results org".
190
191 * org.texi (Column width and alignment): Fix typo.
192
193 * org.texi (Activation): Point to the "Conflicts" section.
194
195 * org.texi (Conflicts): Mention filladapt.el in the list of
196 conflicting packages.
197
198 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
199 not needed for versions of Emacs > 22.1.
200
201 * org.texi (History and Acknowledgments): Fix typo.
202
203 * org.texi (History and Acknowledgments): Add my own
204 acknowledgments.
205
206 * org.texi (Agenda commands): Document the new command and the new
207 option.
208
209 * org.texi (Agenda commands): Delete `org-agenda-action' section.
210 (Agenda commands): Reorder. Document `*' to toggle persistent
211 marks.
212
213 * org.texi (Agenda dispatcher): Mention
214 `org-toggle-agenda-sticky'.
215 (Agenda commands, Exporting Agenda Views): Fix typo.
216
217 * org.texi (Templates in contexts, Setting Options): Update to
218 reflect changes in how contexts options are processed.
219
220 * org.texi (Templates in contexts): Document the new structure of
221 the variables `org-agenda-custom-commands-contexts' and
222 `org-capture-templates-contexts'.
223
224 * org.texi (Templates in contexts): Document the new option
225 `org-capture-templates-contexts'.
226 (Storing searches): Document the new option
227 `org-agenda-custom-commands-contexts'.
228
229 * org.texi (Formula syntax for Lisp): Reformat.
230
231 * org.texi (Special properties, Column attributes)
232 (Agenda column view): Document the new special property
233 CLOCKSUM_T.
234
235 * org.texi (Template expansion): Document the new %l template.
236
237 * org.texi (Fast access to TODO states): Fix documentation about
238 allowed characters for fast todo selection.
239
240 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
241 use in `org-agenda-to-appt'.
242
243 * org.texi (Comment lines): Update wrt comments.
244
245 * org.texi (Resolving idle time): Document new keybinding.
246
247 * org.texi (Clocking commands): Document the use of S-M-<up/down>
248 on clock timestamps.
249
250 * org.texi (Fast access to TODO states): Explicitely says only
251 letters are supported as fast TODO selection keys.
252
253 * org.texi (Link abbreviations): Illustrate the use of the "%h"
254 specifier. Document the new "%(my-function)" specifier.
255
256 * org.texi (Clocking commands): New cindex.
257 (Clocking commands): Update documentation for `org-clock-in'.
258 Document `org-clock-in-last'. Mention `org-clock-out' and
259 `org-clock-in-last' as commands that can be globally bound.
260 (Resolving idle time): Document continuous clocking.
261
262 * org.texi (Top, Introduction): Fix formatting.
263 (Activation): Add index entries.
264 (Conventions): Update section.
265 (Embedded @LaTeX{}): Fix formatting.
266
267 * org.texi (Visibility cycling): Document `show-children'.
268
269 * org.texi (Using capture): Mention the `org-capture-last-stored'
270 bookmark as a way to jump to the last stored capture.
271
272 * org.texi (Uploading files): Fix typo.
273
274 * org.texi (Using capture): Document `C-0' as a prefix argument
275 for `org-capture'.
276
277 * org.texi (Agenda commands): Document persistent marks.
278
279 * org.texi (Template expansion): Update doc to reflect change.
280
281 * org.texi (Radio tables): Document the :no-escape parameter.
282
283 * org.texi (Repeated tasks): Document repeat cookies for years,
284 months, weeks, days and hours.
285
286 * org.texi (Export options): State that you can use the d: option
287 by specifying a list of drawers.
288
289 * org.texi (HTML preamble and postamble): Small doc improvement.
290
291 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
292
293 * org.texi: The sections in the Exporting section of the manual
294 left out articles in the description of the org-export-as-*
295 commands, among other places. This patch adds them, adds a few
296 missing prepositions, and switches instances of "an HTML" to "a
297 html" for internal consistency.
298
299 * org.texi: Alter several examples of headings with timestamps in
300 them to include the timestamps in the body instead of the heading.
301
302 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
303
304 * org.texi (Agenda dispatcher): Document sticky agenda views and
305 the new key for them.
306
307 2012-09-30 Charles <millarc@verizon.net> (tiny change)
308
309 * org.texi (Advanced features): Fix error in table.
310
311 2012-09-30 Feng Shu <tumashu@gmail.com>
312
313 * org.texi (@LaTeX{} fragments): Document imagemagick as an
314 alternative to dvipng.
315
316 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
317
318 * org.texi: Remove extra curly bracket.
319
320 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
321
322 * org.texi (org-clock-in-last and org-clock-cancel): Update the
323 defkeys.
324
325 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
326
327 * org.texi (Agenda commands): Fix two typos by giving
328 corresponding function names, according to
329 `org-agenda-view-mode-dispatch'.
330
331 2012-09-30 Jan Bäcker <jan.boecker@jboecker.de>
332
333 * org.texi (The spreadsheet): Fix typo.
334
335 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
336
337 * org.texi (Tracking your habits): Point to the "Tracking TODO
338 state changes" section.
339
340 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
341
342 * org.texi (Literal examples): Remove reference to unknown
343 `org-export-latex-minted' variable. Also simplify footnote since
344 `org-export-latex-listings' documentation is exhaustive already.
345
346 * org.texi (Plain lists): Remove reference to now hard-coded
347 `bullet' automatic rule.
348
349 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
350
351 * org.texi: Updated documentation accordingly.
352
353 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
354
355 * texinfo.tex: Merge from gnulib.
356
357 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
358
359 Sync with Tramp 2.2.6.
360
361 * tramp.texi (Bug Reports): Cleanup caches before a test run.
362
363 * trampver.texi: Update release number.
364
365 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
366
367 * texinfo.tex: Merge from gnulib.
368
369 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
370
371 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
372 (bug#12096).
373
374 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
375
376 * calc.texi (Simplification modes, Conversions)
377 (Operating on Selections): Mention "basic" simplification.
378 (The Calc Mode Line): Mention the mode line display for Basic
379 simplification mode.
380 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
381 simplifications.
382 (Basic Simplifications): Rename from "Limited Simplifications"
383 Replace "limited" by "basic" throughout.
384 (Algebraic Simplifications): Indicate that the algebraic
385 simplifications are done by default.
386 (Unsafe Simplifications): Mention `m E'.
387 (Simplification of Units): Mention `m U'.
388 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
389 (Kinds of Declarations, Functions for Declarations): Mention
390 "algebraic simplifications" instead of `a s'.
391 (Algebraic Entry): Remove mention of default simplifications.
392
393 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
394
395 * calc.texi (Getting Started, Tutorial): Change simulated
396 Calc output to match actual output.
397 (Simplifying Formulas): Mention that algebraic simplification is now
398 the default.
399
400 2012-07-28 Eli Zaretskii <eliz@gnu.org>
401
402 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
403 (Bug#12073)
404
405 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
406
407 Prefer typical American spelling for "acknowledgment".
408 * calc.texi (History and Acknowledgments): Rename from
409 History and Acknowledgements.
410 * idlwave.texi (Acknowledgments):
411 * ses.texi (Acknowledgments):
412 * woman.texi (Acknowledgments): Rename from Acknowledgements.
413
414 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
415
416 Rename configure.in to configure.ac (Bug#11603).
417 * ede.texi (Compiler and Linker objects, ede-proj-project)
418 (ede-step-project): Prefer the name configure.ac to configure.in.
419
420 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
421
422 * tramp.texi (Multi-hops): Introduce
423 `tramp-restricted-shell-hosts-alist'.
424
425 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
426
427 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
428 methods, so don't mention smtpmail here.
429
430 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
431
432 * gnus.texi (Picons): Document gnus-picon-properties.
433
434 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
436 * gnus.texi: Remove mention of compilation, as that's no longer
437 supported.
438
439 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
440
441 * gnus.texi (Archived Messages): Mention
442 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
443
444 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
445
446 * gnus.texi (Various Summary Stuff):
447 Remove mention of `gnus-propagate-marks'.
448
449 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
450
451 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
452 which no longer exist.
453
454 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
455
456 * gnus.texi (Archived Messages):
457 Document gnus-gcc-self-resent-messages.
458
459 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
460
461 * message.texi (Mail Variables):
462 Mention the optional user parameter for X-Message-SMTP-Method.
463
464 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
465
466 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
467
468 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
469
470 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
471
472 * gnus.texi (Key Index): Change encoding to utf-8.
473
474 2012-06-21 Glenn Morris <rgm@gnu.org>
475
476 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
477
478 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * gnus.texi (Group Timestamp): Mention where to find documentation for
481 the `gnus-tmp-' variables (bug#11601).
482
483 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
484
485 Sync with Tramp 2.2.6-pre.
486
487 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
488 where appropriate.
489 (Ad-hoc multi-hops): New section.
490 (Remote processes): New subsection "Running remote processes on
491 Windows hosts".
492 (History): Add remote commands on Windows, and ad-hoc multi-hop
493 methods.
494 (External methods): "ControlPersist" must be set to "no" for the
495 `scpc' method.
496 (Remote processes): Add a note about `auto-revert-tail-mode'.
497 (Frequently Asked Questions): Use "scpx" in combination with
498 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
499
500 * trampver.texi: Update release number.
501
502 2012-06-10 Chong Yidong <cyd@gnu.org>
503
504 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
505 compilation for html-mono.
506
507 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
508
509 * texinfo.tex: Merge from gnulib.
510
511 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
512
513 * Makefile.in (echo-info): Don't try to install info files named
514 just ".info".
515
516 2012-05-28 Glenn Morris <rgm@gnu.org>
517
518 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
519
520 * sc.texi: Nuke hand-written node pointers.
521 Fix top-level menu to match actual node order.
522
523 2012-05-27 Glenn Morris <rgm@gnu.org>
524
525 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
526 Some associated fixes, including not messing with chapno in cl.texi.
527
528 2012-05-27 Bastien Guerry <bzg@gnu.org>
529
530 * org.texi (Durations and time values): Fix typo.
531
532 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
533
534 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
535 Mention `calc-ensure-consistent-units'.
536
537 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
538
539 * cc-mode.texi: Avoid space before macro in 4th argument of cross
540 reference commands. (Bug#11461)
541
542 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
543
544 2012-05-12 Glenn Morris <rgm@gnu.org>
545
546 * Makefile.in (mostlyclean): Add more TeX intermediates.
547
548 * Makefile.in: Make it look more like the other doc Makefiles.
549 Use explicit $srcdir in all dependencies.
550 Remove cd $srcdir from rules.
551 (VPATH): Remove.
552 (infodir): Set to an absolute path.
553 (INFO_TARGETS): Use short names.
554 (mkinfodir): infodir is now absolute.
555 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
556
557 * Makefile.in (info.info): Rename from info, to avoid duplication.
558 (.SUFFIXES): Disable implicit rules.
559
560 * Makefile.in (MKDIR_P): New, set by configure.
561 (mkinfodir): Use $MKDIR_P.
562
563 2012-05-07 Glenn Morris <rgm@gnu.org>
564
565 * forms.texi (Long Example): Update for changed location of files.
566
567 2012-05-04 Glenn Morris <rgm@gnu.org>
568
569 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
570 (INFO_TARGETS): Use $INFO_EXT.
571 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
572 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
573 (INFO_TARGETS): Use $INFO_EXT.
574 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
575
576 2012-05-02 Glenn Morris <rgm@gnu.org>
577
578 * Makefile.in (echo-info): New phony target, used by top-level.
579
580 * viper.texi: Make direntry shorter (also it is no longer "newest").
581
582 * emacs-gnutls.texi, ert.texi, org.texi:
583 Fix dircategory, direntry to match info/dir.
584
585 * faq.texi: Convert @inforefs to @xrefs.
586 Fix some malformed cross-references.
587 (File-name conventions): Shorten section name to avoid overfull line.
588 (How to add fonts): Use smallexample to avoid overfull lines.
589
590 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
591
592 * auth.texi (Help for users): Update for .gpg file being second.
593
594 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
595
596 * org.texi (Agenda commands): Fix two typos: give corresponding
597 function names, according to `org-agenda-view-mode-dispatch'.
598
599 2012-04-27 Glenn Morris <rgm@gnu.org>
600
601 * faq.texi (Major packages and programs): Remove section.
602 There is no point listing 6 packages (cf etc/MORE.STUFF).
603 (Finding Emacs and related packages): Move "Spell-checkers" here.
604
605 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
606
607 * dbus.texi (Version): New node.
608 (Properties and Annotations): Mention the object manager
609 interface. Describe dbus-get-all-managed-objects.
610 (Type Conversion): Floating point numbers are allowed, if an
611 anteger does not fit Emacs's integer range.
612 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
613 (Asynchronous Methods): Fix description of
614 dbus-call-method-asynchronously.
615 (Receiving Method Calls): Fix some minor errors. Add
616 dbus-interface-emacs.
617 (Signals): Describe unicast signals and the new match rules.
618 (Alternative Buses): Add the PRIVATE optional argument to
619 dbus-init-bus. Describe its new return value. Add dbus-setenv.
620
621 2012-04-20 Glenn Morris <rgm@gnu.org>
622
623 * faq.texi (New in Emacs 24): New section.
624 (Packages that do not come with Emacs): Mention M-x list-packages.
625
626 2012-04-14 Alan Mackenzie <acm@muc.de>
627
628 * cc-mode.texi (c-offsets-alist): Correct a typo.
629
630 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
631
632 * org.texi (Deadlines and scheduling): Fix the example: the
633 DEADLINE item should come right after the headline. We enforce
634 this convention, so it is a bug not to illustrate it correctly in
635 the manual.
636
637 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
638
639 * org.texi (Agenda commands): Fix documentation bug by swapping
640 the equivalent keybindings to `org-agenda-next-line' with the ones
641 to `org-agenda-previous-line'.
642
643 2012-04-14 Glenn Morris <rgm@gnu.org>
644
645 * Makefile.in: Replace non-portable use of $< in ordinary rules.
646
647 2012-04-09 Eli Zaretskii <eliz@gnu.org>
648
649 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
650 emacs-gnutls.
651 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
652
653 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
654
655 * Makefile.in: Add emacs-gnutls.texi to build.
656
657 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
658
659 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
660
661 * auth.texi (Secret Service API): Edit further and give examples.
662 (Secret Service API): Adjust @samp to @code for collection names.
663
664 2012-04-04 Glenn Morris <rgm@gnu.org>
665
666 * auth.texi (Secret Service API): Copyedits.
667 (Help for developers): Fill in some missing function doc-strings.
668 (Help for users, Help for developers)
669 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
670
671 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
672
673 * auth.texi (Secret Service API): Add the missing text.
674
675 2012-04-04 Chong Yidong <cyd@gnu.org>
676
677 * message.texi (Using PGP/MIME): Note that epg is now the default.
678
679 * gnus.texi: Reduce references to obsolete pgg library.
680 (Security): Note that epg is now the default.
681
682 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
683
684 * nxml-mode.texi (Completion): C-RET is no longer bound to
685 nxml-complete.
686
687 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
688
689 * org.texi (Customizing tables in ODT export): Correct few errors.
690
691 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
692
693 * org.texi (Links in ODT export): Update.
694 (Labels and captions in ODT export): New node.
695
696 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
697
698 * org.texi (Literal examples in ODT export): htmlfontify.el in
699 Emacs-24.1 now supports fontification. So ODT source blocks will
700 be fontified by default.
701
702 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
703
704 * org.texi (Refiling notes): Remove duplicated keybinding.
705
706 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
707
708 * org.texi (noweb): Documentation of this new option to the :noweb
709 header argument.
710
711 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
712
713 * org.texi (Header and sectioning): Add example demonstrating how
714 to use "LaTeX_CLASS_OPTIONS".
715
716 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
717
718 * org.texi (Noweb reference syntax): Describe the ability to
719 execute noweb references in the manual.
720
721 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
722
723 * org.texi (cache): Improve cache documentation when session
724 evaluation is used.
725
726 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
727
728 * org.texi (Plain lists): Document removal.
729
730 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
731
732 * org.texi: Decapitalize file name in references to Calc manual.
733
734 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
735
736 * org.texi (Plain lists): Document removal.
737
738 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
739
740 * org.texi (Top, OpenDocument Text export)
741 (ODT export commands, Extending ODT export)
742 (Images in ODT export, Tables in ODT export)
743 (Configuring a document converter): Add or Update.
744
745 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
746
747 * org.texi (MobileOrg): Change the wording to reflect that the
748 Android Version is no longer just the little brother of the iOS
749 version.
750
751 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
752
753 * org.texi (Key bindings and useful functions): Updated babel key
754 binding documentation in manual.
755
756 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
757
758 * org.texi (noweb): Document new noweb header value.
759
760 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
761
762 * org.texi (noweb-sep): Document new header argument.
763
764 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
765
766 * org.texi (noweb-ref): Documentation of this new custom variable.
767
768 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
769
770 * org.texi (wrap): Update the new :wrap documentation to match the
771 current implementation.
772
773 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
774
775 * org.texi: Added documentation for :wrap.
776
777 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
778
779 * org.texi: #+RESULTS now user-configurable.
780
781 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
782
783 * org.texi: Documented :noweb no-export.
784
785 2012-04-01 Thomas Dye <dk@poto.local>
786
787 * org.texi: Edit :noweb no header argument for correctness.
788
789 2012-04-01 Bastien Guerry <bzg@altern.org>
790
791 * org.texi (Customization): Update the approximate number of Org
792 variables.
793
794 2012-04-01 Thomas Dye <dk@poto.local>
795
796 * org.texi: The :results wrap produces a drawer instead of a
797 begin_results block.
798
799 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
800
801 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
802 reflect the new default.
803
804 2012-03-10 Eli Zaretskii <eliz@gnu.org>
805
806 * info.texi (Expert Info): Move the index entry for "Texinfo" from
807 "Getting Started" to this node. (Bug#10450)
808
809 2012-03-10 Chong Yidong <cyd@gnu.org>
810
811 * flymake.texi (Example -- Configuring a tool called via make):
812 Mention the Automake COMPILE variable (Bug#8715).
813
814 * info.texi (Getting Started): Add an index entry (Bug#10450).
815
816 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
817
818 * dbus.texi (Signals): Known names will be mapped onto unique
819 names, when registering for signals.
820
821 2012-02-29 Glenn Morris <rgm@gnu.org>
822
823 * url.texi: Fix quote usage in body text.
824
825 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
826
827 * cl.texi: Use @code{} in menus when appropriate.
828
829 2012-02-28 Glenn Morris <rgm@gnu.org>
830
831 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
832 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
833 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
834 * org.texi, sc.texi, vip.texi, viper.texi:
835 Standardize possessive apostrophe usage.
836
837 2012-02-26 Chong Yidong <cyd@gnu.org>
838
839 * ediff.texi (Quick Help Commands): Add a couple of index entries
840 (Bug#10834).
841
842 2012-02-17 Glenn Morris <rgm@gnu.org>
843
844 * gnus.texi (Posting Styles):
845 * remember.texi (Org): Fix cross-refs to other manuals.
846
847 2012-02-15 Glenn Morris <rgm@gnu.org>
848
849 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
850 (Encryption): New chapter, split out from previous.
851
852 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
853
854 * gnus.texi (Customizing the IMAP Connection): Mention
855 nnimap-record-commands.
856
857 2012-02-10 Glenn Morris <rgm@gnu.org>
858
859 * url.texi (Retrieving URLs): Update url-retrieve arguments.
860 Mention url-queue-retrieve.
861
862 2012-02-09 Glenn Morris <rgm@gnu.org>
863
864 * sem-user.texi (Semantic mode user commands): Typo fix.
865
866 * info.texi (Create Info buffer): Mention info-display-manual.
867
868 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
869
870 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
871 example (modified from an example by Michael Albinus).
872
873 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
874
875 * gnus.texi (Agent Basics): Fix outdated description of
876 `gnus-agent-auto-agentize-methods'.
877
878 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
879
880 * cc-mode.texi: Always @defindex ss.
881 (Config Basics): Fix argument of @itemize.
882 (Macro Backslashes): Add @code around index entry.
883
884 2012-01-23 Glenn Morris <rgm@gnu.org>
885
886 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
887
888 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
889
890 * tramp.texi (File): Tweak wording for the `scpc' option.
891
892 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * gnus.texi (Group Parameters): Really note precedence.
895
896 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * gnus.texi (Group Parameters): Note precedence.
899
900 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
901
902 * org.texi (Noweb reference syntax): Adding documentation of
903 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
904 variable.
905
906 2012-01-03 Bastien Guerry <bzg@gnu.org>
907
908 * org.texi (Plain lists): Split the table to fix the display
909 of items.
910
911 2012-01-03 Bastien Guerry <bzg@gnu.org>
912
913 * org.texi (Plain lists): Fix misplaced explanation.
914
915 2012-01-03 Bastien Guerry <bzg@gnu.org>
916
917 * org.texi (Plain lists, Agenda files): Add index entries.
918
919 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
920
921 * org.texi: Use "Org mode" instead of alternatives like
922 "Org-mode" or "org-mode".
923
924 2012-01-03 Bernt Hansen <bernt@norang.ca>
925
926 * org.texi (Agenda commands): Document
927 `org-clock-report-include-clocking-task'.
928
929 2012-01-03 Bastien Guerry <bzg@gnu.org>
930
931 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
932 C-c' on checkboxes.
933
934 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
935
936 * org.texi: End sentences with two spaces.
937
938 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
939
940 * org.texi (External links): Document the link types file+sys
941 and file+emacs, slightly narrow used page width.
942
943 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
944
945 * org.texi (colnames): Note that colnames behavior may differ
946 across languages.
947
948 2012-01-03 Bastien Guerry <bzg@gnu.org>
949
950 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
951
952 2012-01-03 Thomas Dye <dk@poto.westell.com>
953
954 * org.texi: Augmented discussion of babel property
955 inheritance. Put footnote outside sentence ending period.
956
957 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
958
959 * org.texi (eval): Documenting the full range of :eval header
960 argument values.
961
962 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
963
964 * org.texi (eval): Documentation of the new :eval option.
965
966 2012-01-03 Thomas Dye <dk@poto.local>
967
968 * org.texi: Add accumulated properties.
969
970 2012-01-03 Thomas Dye <dk@poto.local>
971
972 * org.texi: Documented no spaces in name=assign, another
973 correction to :var table.
974
975 2012-01-03 Thomas Dye <dk@poto.local>
976
977 * org.texi: Changed DATA to NAME in Working With Source Code
978 section.
979
980 2012-01-03 Tom Dye <tsd@tsdye.com>
981
982 * org.texi: Minor change to :var table.
983
984 2012-01-03 Tom Dye <tsd@tsdye.com>
985
986 * org.texi: More changes to :var table (some examples were wrong).
987
988 2012-01-03 Tom Dye <tsd@tsdye.com>
989
990 * org.texi: Cleaned up :var table.
991
992 2012-01-03 Bastien Guerry <bzg@gnu.org>
993
994 * org.texi (Timestamps, Weekly/daily agenda)
995 (Weekly/daily agenda): Add @cindex for "appointment".
996
997 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
998
999 * org.texi (Literal examples): A new link to the template for
1000 inserting empty code blocks.
1001 (Structure of code blocks): A new link to the template for
1002 inserting empty code blocks.
1003
1004 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
1005
1006 * org.texi (External links): Add footnote on how the behavior
1007 of the text search in Org files are controled by the variable
1008 `org-link-search-must-match-exact-headline'.
1009
1010 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
1011
1012 * org.texi (Buffer-wide header arguments): Update
1013 documentation to reflect removal of #+PROPERTIES.
1014
1015 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
1016
1017 * org.texi (The clock table): Mention that ACHIVED trees
1018 contribute to the clock table.
1019
1020 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1021
1022 * org.texi (Conflicts): Better yasnippet config info.
1023
1024 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
1025
1026 * org.texi (Selective export): Explicitely mention the default
1027 values for `org-export-select-tags',
1028 `org-export-exclude-tags'.
1029
1030 2012-01-03 Tom Dye <tsd@tsdye.com>
1031
1032 * org.texi: Added a line to specify that header arguments are
1033 lowercase.
1034
1035 2012-01-03 Tom Dye <tsd@tsdye.com>
1036
1037 * org.texi: :var requires default value when declared.
1038
1039 2012-01-03 Bastien Guerry <bzg@gnu.org>
1040
1041 * org.texi (Handling links): Add a note about the
1042 `org-link-frame-setup' option.
1043
1044 2012-01-03 David Maus <dmaus@ictsoc.de>
1045
1046 * org.texi (Exporting Agenda Views, Extracting agenda
1047 information): Fix command line syntax, quote symbol parameter
1048 values.
1049
1050 2012-01-03 David Maus <dmaus@ictsoc.de>
1051
1052 * org.texi (Exporting Agenda Views): Fix command line syntax.
1053
1054 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1055
1056 * gnus.texi (Mail Source Customization, Mail Back End Variables):
1057 Use octal notation for file permissions, which are normally
1058 thought of in octal.
1059 (Mail Back End Variables): Use more-plausible modes in example.
1060
1061 2011-12-20 Alan Mackenzie <acm@muc.de>
1062
1063 * cc-mode.texi: Update version string 5.31 -> 5.32.
1064
1065 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1066
1067 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1068
1069 2011-11-24 Glenn Morris <rgm@gnu.org>
1070
1071 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1072
1073 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * makefile.w32-in: Update dependencies.
1076
1077 2011-11-20 Glenn Morris <rgm@gnu.org>
1078
1079 * gnus.texi (Group Information):
1080 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1081
1082 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * gnus-coding.texi (Gnus Maintenance Guide):
1085 Rename from "Gnus Maintainance Guide".
1086
1087 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1088 * eieio.texi (Customizing):
1089 * gnus.texi (Article Washing):
1090 * gnus-news.texi:
1091 * sem-user.texi (Smart Jump): Fix typos.
1092
1093 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1096
1097 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1098
1099 * ede.texi (project-am-texinfo):
1100 * gnus.texi (Sending or Not Sending):
1101 * org.texi (Template elements): Fix typos.
1102
1103 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * ediff.texi (Hooks):
1106 * sem-user.texi (Semanticdb Roots): Fix typos.
1107
1108 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * semantic.texi (Tag handling): Fix typo.
1111
1112 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
1113
1114 * gnus.texi (Other Gnus Versions): Remove.
1115
1116 2011-10-28 Alan Mackenzie <acm@muc.de>
1117
1118 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1119 (Other Special Indentations): Add an xref to "Macros with ;".
1120 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
1121 "Macros with ;".
1122 (Macros with ;): New page.
1123
1124 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1125 Document the new handling of nested scopes for movement by defuns.
1126
1127 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1128
1129 Sync with Tramp 2.2.3.
1130
1131 * trampver.texi: Update release number.
1132
1133 2011-10-14 Glenn Morris <rgm@gnu.org>
1134
1135 * ert.texi (Introduction, How to Run Tests)
1136 (Running Tests Interactively, Expected Failures)
1137 (Tests and Their Environment, Useful Techniques)
1138 (Interactive Debugging, Fixtures and Test Suites):
1139 Minor rephrasings.
1140 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1141 (Running Tests in Batch Mode): Simplify loading instructions.
1142 (Test Selectors): Clarify some selectors.
1143 (Expected Failures, Useful Techniques):
1144 Make examples fit in 80 columns.
1145
1146 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
1147
1148 * calc.texi (Basic Operations on Units): Discuss temperature
1149 conversion (`u t') alongside with other unit conversions ('u c').
1150
1151 2011-10-12 Glenn Morris <rgm@gnu.org>
1152
1153 * ert.texi: Whitespace trivia to make main menu items line up better.
1154
1155 2011-10-08 Glenn Morris <rgm@gnu.org>
1156
1157 * Makefile.in: Fix ert rules.
1158
1159 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
1161 * gnus.texi (Gnus Utility Functions): Add more references and
1162 explanations (bug#9683).
1163
1164 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1165
1166 * gnus.texi (Archived Messages): Note the default (bug#9552).
1167
1168 2011-09-21 Bill Wohler <wohler@newt.com>
1169
1170 Release MH-E manual version 8.3.
1171
1172 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1173 release 8.3.
1174 (Preface): Updated support information.
1175 (From Bill Wohler): Reset text to original version. As a
1176 historical quote, the tense should be correct in the time that it
1177 was written.
1178
1179 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1180
1181 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1182 (Finding the News): Doc clarification.
1183 (Terminology): Mention naming.
1184
1185 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1186
1187 * gnus.texi: Remove mentions of `recent', which are now obsolete.
1188 (Interactive): Document `quiet'.
1189
1190 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
1191
1192 * org.texi (Images in LaTeX export): Rewrite.
1193
1194 2011-08-15 Bastien Guerry <bzg@gnu.org>
1195
1196 * org.texi (Using the mapping API): Mention 'region as a possible
1197 scope for `org-map-entries'.
1198
1199 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1200
1201 * org.texi (Visibility cycling): Document `org-copy-visible'.
1202
1203 2011-08-15 Bastien Guerry <bzg@gnu.org>
1204
1205 * org.texi (Template expansion): Order template sequences in the
1206 proper order.
1207
1208 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1209
1210 * org.texi (eval): Expand discussion of the :eval header argument.
1211
1212 2011-08-15 Bastien Guerry <bzg@gnu.org>
1213
1214 * org.texi (Languages): Add Lilypond and Awk as supported
1215 languages.
1216
1217 2011-08-15 Achim Gratz <stromeko@nexgo.de>
1218
1219 * org.texi: Document that both CLOCK_INTO_DRAWER and
1220 LOG_INTO_DRAWER can be used to override the contents of variable
1221 org-clock-into-drawer (or if unset, org-log-into-drawer).
1222
1223 * org.texi: Replace @xref->@pxref.
1224
1225 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1226
1227 * org.texi (Evaluating code blocks): Documenting the new option
1228 for inline call lines.
1229
1230 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1231
1232 * org.texi (Results of evaluation): More explicit about the
1233 mechanism through which interactive evaluation of code is
1234 performed.
1235
1236 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1237
1238 * org.texi (noweb-ref): New header argument documentation.
1239
1240 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1241
1242 * org.texi (Extracting source code): Documentation of the new
1243 org-babel-tangle-named-block-combination variable.
1244
1245 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1246
1247 * org.texi (Structure of code blocks): Explicitly state that the
1248 behavior of multiple blocks of the same name is undefined.
1249
1250 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
1251
1252 * org.texi (TaskJuggler export): Modify the example to reflect the
1253 new effort durations.
1254
1255 2011-08-15 David Maus <dmaus@ictsoc.de>
1256
1257 * org.texi (Images in LaTeX export): Escape curly brackets in
1258 LaTeX example.
1259
1260 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1261
1262 * org.texi (The clock table): Document the :properties and
1263 :inherit-props arguments for the clocktable.
1264
1265 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1266
1267 * org.texi (Tables in LaTeX export): Document specifying placement
1268 options for tables.
1269
1270 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1271
1272 * org.texi (Evaluating code blocks): More specific documentation
1273 about the different types of header arguments.
1274
1275 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
1276
1277 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1278
1279 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1280
1281 * org.texi (Built-in table editor): Document the table field
1282 follow mode.
1283
1284 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1285
1286 * org.texi (Easy Templates): Document new template.
1287
1288 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
1289
1290 * org.texi (Literal examples): Add a cross-reference from "Literal
1291 Examples" to "Easy Templates."
1292
1293 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1294
1295 * org.texi (The clock table): Add link to match syntax.
1296
1297 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1298
1299 * org.texi (Agenda commands): Document clock consistency checks.
1300
1301 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1302
1303 * org.texi (Built-in table editor): Document that \vert represents
1304 a vertical bar in a table field.
1305
1306 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1307
1308 * org.texi (Literal examples): Link from "Markup" > "Literate
1309 Examples" to "Working with Source Code".
1310
1311 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1312
1313 * org.texi (Agenda commands): Doc for function option to bulk
1314 action.
1315
1316 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1317
1318 * org.texi (Template expansion): Document new %<...> template
1319 escape.
1320
1321 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1322
1323 * org.texi (Selective export): Document exclusion of any tasks
1324 from export.
1325
1326 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1327
1328 * org.texi (Selective export): Document how to exclude DONE tasks
1329 from export.
1330 (Publishing options): Document the properties to be used to turn off
1331 export of DONE tasks.
1332
1333 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1334
1335 * org.texi (The date/time prompt): Document date range protection.
1336
1337 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1338
1339 * org.texi (padline): Documentation of the new padline header
1340 argument.
1341
1342 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1343
1344 * org.texi (var): Adding "[" to list of characters triggering
1345 elisp evaluation.
1346
1347 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1348
1349 * org.texi (var): Documentation of Emacs Lisp evaluation during
1350 variable assignment.
1351
1352 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1353
1354 * org.texi (colnames): Reference indexing into variables, and note
1355 that colnames are *not* removed before indexing occurs.
1356 (rownames): Reference indexing into variables, and note that
1357 rownames are *not* removed before indexing occurs.
1358
1359 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1360
1361 * org.texi (var): Clarification of indexing into tabular
1362 variables.
1363
1364 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1365
1366 * org.texi (results): Documentation of the `:results wrap' header
1367 argument.
1368
1369 2011-08-15 Bastien Guerry <bzg@gnu.org>
1370
1371 * org.texi (LaTeX and PDF export): Add a note about a limitation
1372 of the LaTeX export: the org file has to be properly structured.
1373
1374 2011-08-15 Bastien Guerry <bzg@gnu.org>
1375
1376 * org.texi (Dynamic blocks, Structure editing): Mention
1377 the function `org-narrow-to-block'.
1378
1379 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1380
1381 * org.texi (Languages): Updating list of code block supported
1382 languages.
1383
1384 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1385
1386 * org.texi (Special properties): CATEGORY is a special property,
1387 but it may also used in the drawer.
1388
1389 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1390
1391 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1392
1393 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
1394
1395 * org.texi (Include files): Document :lines.
1396
1397 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1398
1399 * org.texi (comments): Documentation of the ":comments noweb" code
1400 block header argument.
1401
1402 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1403
1404 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1405 added extra whitespace around functions to be consistent with the
1406 rest of the section.
1407
1408 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1409
1410 * org.texi (Evaluating code blocks): Expanded discussion of
1411 #+call: line syntax.
1412 (Header arguments in function calls): Expanded discussion of
1413 #+call: line syntax.
1414
1415 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1416
1417 * org.texi (Evaluating code blocks): More explicit about how to
1418 pass variables to #+call lines.
1419
1420 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1421
1422 * org.texi (Results of evaluation): Link to the :results header
1423 argument list from the "Results of evaluation" section.
1424
1425 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1426
1427 * org.texi (Conflicts): Adding additional information about
1428 resolving org/yasnippet conflicts.
1429
1430 2011-08-15 David Maus <dmaus@ictsoc.de>
1431
1432 * org.texi (Publishing options): Document style-include-scripts
1433 publishing project property.
1434
1435 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
1436
1437 * org.texi (Sparse trees): Document the next-error /
1438 previous-error functionality.
1439
1440 2011-08-15 Tom Dye <tsd@tsdye.com>
1441
1442 * org.texi (cache): Improved documentation of code block caches.
1443
1444 2011-08-15 Tom Dye <tsd@tsdye.com>
1445
1446 * org.texi (Code block specific header arguments): Documentation
1447 of multi-line header arguments.
1448
1449 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1450
1451 * org.texi (Code evaluation security): Add example for using a
1452 function.
1453
1454 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
1455
1456 * org.texi (Tables in LaTeX export): Documentation of new
1457 attr_latex options for tables.
1458
1459 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
1460
1461 * trampver.texi: Update release number.
1462
1463 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
1464
1465 Sync with Tramp 2.2.2.
1466
1467 * trampver.texi: Update release number.
1468
1469 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
1471 * flymake.texi (Example -- Configuring a tool called via make):
1472 Use /dev/null instead of the Windows "nul" (bug#8715).
1473
1474 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1475
1476 * widget.texi (Setting Up the Buffer): Remove mention of the
1477 global keymap parent, which doesn't seem to be accurate
1478 (bug#7045).
1479
1480 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1481
1482 * org.texi (Special agenda views): Fix double quoting (bug#3509).
1483
1484 2010-07-10 Kevin Ryde <user42@zip.com.au>
1485
1486 * cl.texi (For Clauses): Add destructuring example processing an
1487 alist (bug#6596).
1488
1489 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1490
1491 * ediff.texi (Major Entry Points): Remove mention of `require',
1492 since that's not pertinent in the installed Emacs (bug#9016).
1493
1494 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1495
1496 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1497 (Filtering New Groups): Clarify how simple the "options -n" format is.
1498 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1499 is internal.
1500
1501 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
1502
1503 * tramp.texi (Cleanup remote connections): Add
1504 `tramp-cleanup-this-connection'.
1505
1506 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1507
1508 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1509 zombies.
1510 (Checking New Groups): Ditto (bug#8974).
1511 (Checking New Groups): Moved the reference to the right place.
1512
1513 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
1514
1515 * gnus.texi (Startup Files): Clarify that we're talking about numbered
1516 backups, and not actual vc (bug#8975).
1517
1518 2011-07-03 Kevin Ryde <user42@zip.com.au>
1519
1520 * cl.texi (For Clauses): @items for hash-values and key-bindings
1521 to make them more visible when skimming. Add examples of `using'
1522 clause to them, examples being clearer than a description in
1523 words (bug#6599).
1524
1525 2011-07-01 Alan Mackenzie <acm@muc.de>
1526
1527 * cc-mode.texi (Guessing the Style): New page.
1528 (Styles): Add a short introduction to above.
1529
1530 2011-06-28 Deniz Dogan <deniz@dogan.se>
1531
1532 * rcirc.texi (Configuration): Bug-fix:
1533 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1534 Reported by Elias Pipping <pipping@exherbo.org>.
1535
1536 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1537
1538 * gnus.texi (Summary Mail Commands): Document
1539 `gnus-summary-reply-to-list-with-original'.
1540
1541 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * eshell.texi (Known problems): Fix typo.
1544
1545 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * tramp.texi (Customizing Completion): Mention authinfo-style files.
1548 (Password handling): `auth-source-debug' is good for debug messages.
1549
1550 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1551
1552 * gnus.texi (Store custom flags and keywords): Refer to
1553 `gnus-registry-article-marks-to-{chars,names}' instead of
1554 `gnus-registry-user-format-function-{M,M2}'.
1555
1556 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1557
1558 * texinfo.tex: Merge from gnulib.
1559
1560 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1561
1562 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1563 (Store custom flags and keywords):
1564 Mention `gnus-registry-user-format-function-M' and
1565 `gnus-registry-user-format-function-M2'.
1566
1567 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1570
1571 2011-05-17 Glenn Morris <rgm@gnu.org>
1572
1573 * gnus.texi (Face): Fix typo.
1574
1575 2011-05-14 Glenn Morris <rgm@gnu.org>
1576
1577 * dired-x.texi (Omitting Examples): Minor addition.
1578
1579 2011-05-10 Jim Meyering <meyering@redhat.com>
1580
1581 * ede.texi: Fix typo "or or -> or".
1582
1583 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
1584
1585 * gnus.texi (Summary Buffer Lines):
1586 gnus-summary-user-date-format-alist does not exist.
1587 (Sorting the Summary Buffer): More about sorting threads.
1588
1589 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * trampver.texi: Update release number.
1592
1593 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * tramp.texi (Frequently Asked Questions): New item for disabling
1596 Tramp in other packages.
1597
1598 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1599
1600 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1601 (Fancy splitting to parent, Store arbitrary data):
1602 Updated gnus-registry docs.
1603
1604 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * ede.texi: Fix typos.
1607
1608 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1609
1610 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1611 It's @table @code.
1612
1613 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1614
1615 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1616
1617 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1618
1619 * calc.texi (Logarithmic Units): Update the function names.
1620
1621 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * message.texi (Various Commands): Document format specs in the
1624 ellipsis.
1625
1626 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1627
1628 * message.texi (Insertion Variables): Document message-cite-style.
1629
1630 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
1631
1632 * tramp.texi (Remote processes): New subsection "Running shell on
1633 a remote host".
1634
1635 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1636
1637 * auth.texi (Help for developers): Update docs to explain that the
1638 :save-function will only run the first time.
1639
1640 2011-03-12 Glenn Morris <rgm@gnu.org>
1641
1642 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1643 (emacs-faq.text): New target.
1644 (clean): Add emacs-faq.
1645
1646 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
1647
1648 Sync with Tramp 2.2.1.
1649
1650 * trampver.texi: Update release number.
1651
1652 2011-03-11 Glenn Morris <rgm@gnu.org>
1653
1654 * Makefile.in (HTML_TARGETS): New.
1655 (clean): Delete $HTML_TARGETS.
1656 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1657
1658 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1659
1660 * auth.texi (Help for developers): Show example of using
1661 `auth-source-search' with prompts and :save-function.
1662
1663 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * Version 23.3 released.
1666
1667 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1668
1669 * message.texi (Message Buffers): Update default value of
1670 message-generate-new-buffers.
1671
1672 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1673
1674 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1675 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1676 respectively.
1677 (Musical Notes): New section.
1678 (Customizing Calc): Mention the customizable variable
1679 calc-note-threshold.
1680
1681 2011-03-03 Glenn Morris <rgm@gnu.org>
1682
1683 * url.texi (Dealing with HTTP documents): Remove reference to
1684 function url-decode-text-part; never seems to have existed. (Bug#6038)
1685 (Configuration): Update url-configuration-directory description.
1686
1687 2011-03-02 Glenn Morris <rgm@gnu.org>
1688
1689 * dired-x.texi (Multiple Dired Directories): Remove mentions
1690 of dired-default-directory-alist and dired-default-directory.
1691 Move dired-smart-shell-command here...
1692 (Miscellaneous Commands): ... from here.
1693
1694 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 * texinfo.tex: Update to version 2011-02-24.09.
1697
1698 2011-03-02 Glenn Morris <rgm@gnu.org>
1699
1700 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1701 instead of the obsoleted dired-omit-here-always.
1702
1703 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1706 supported systems.
1707
1708 2011-02-28 Glenn Morris <rgm@gnu.org>
1709
1710 * dbus.texi (Type Conversion): Grammar fix.
1711
1712 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1715 "Debian GNU/Linux".
1716
1717 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1718
1719 2011-02-23 Glenn Morris <rgm@gnu.org>
1720
1721 * dired-x.texi (Features): Minor rephrasing.
1722 (Local Variables): Fix typos.
1723
1724 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1725 Standardize some Emacs/XEmacs terminology.
1726
1727 * dired-x.texi (Features): Don't advertise obsolete local variables.
1728 Simplify layout.
1729 (Omitting Variables): Update local variables example.
1730 (Local Variables): Say this is obsolete. Fix description of
1731 dired-enable-local-variables possible values.
1732
1733 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1734
1735 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1736 default now.
1737
1738 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1739
1740 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1741
1742 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1743
1744 * gnus.texi (Window Layout): Document layout names.
1745
1746 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1747
1748 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1749 * auth.texi: Sync @dircategory with ../../info/dir.
1750 * autotype.texi: Sync @dircategory with ../../info/dir.
1751 * calc.texi: Sync @dircategory with ../../info/dir.
1752 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1753 * cl.texi: Sync @dircategory with ../../info/dir.
1754 * dbus.texi: Sync @dircategory with ../../info/dir.
1755 * dired-x.texi: Sync @dircategory with ../../info/dir.
1756 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1757 * ede.texi: Sync @dircategory with ../../info/dir.
1758 * ediff.texi: Sync @dircategory with ../../info/dir.
1759 * edt.texi: Sync @dircategory with ../../info/dir.
1760 * eieio.texi: Sync @dircategory with ../../info/dir.
1761 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1762 * epa.texi: Sync @dircategory with ../../info/dir.
1763 * erc.texi: Sync @dircategory with ../../info/dir.
1764 * eshell.texi: Sync @dircategory with ../../info/dir.
1765 * eudc.texi: Sync @dircategory with ../../info/dir.
1766 * flymake.texi: Sync @dircategory with ../../info/dir.
1767 * forms.texi: Sync @dircategory with ../../info/dir.
1768 * gnus.texi: Sync @dircategory with ../../info/dir.
1769 * idlwave.texi: Sync @dircategory with ../../info/dir.
1770 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1771 * message.texi: Sync @dircategory with ../../info/dir.
1772 * mh-e.texi: Sync @dircategory with ../../info/dir.
1773 * newsticker.texi: Sync @dircategory with ../../info/dir.
1774 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1775 * org.texi: Sync @dircategory with ../../info/dir.
1776 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1777 * pgg.texi: Sync @dircategory with ../../info/dir.
1778 * rcirc.texi: Sync @dircategory with ../../info/dir.
1779 * reftex.texi: Sync @dircategory with ../../info/dir.
1780 * remember.texi: Sync @dircategory with ../../info/dir.
1781 * sasl.texi: Sync @dircategory with ../../info/dir.
1782 * sc.texi: Sync @dircategory with ../../info/dir.
1783 * semantic.texi: Sync @dircategory with ../../info/dir.
1784 * ses.texi: Sync @dircategory with ../../info/dir.
1785 * sieve.texi: Sync @dircategory with ../../info/dir.
1786 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1787 * speedbar.texi: Sync @dircategory with ../../info/dir.
1788 * trampver.texi [emacs]: Set emacsname to "Emacs".
1789 * tramp.texi: Sync @dircategory with ../../info/dir.
1790 * url.texi: Sync @dircategory with ../../info/dir.
1791 * vip.texi: Sync @dircategory with ../../info/dir.
1792 * viper.texi: Sync @dircategory with ../../info/dir.
1793 * widget.texi: Sync @dircategory with ../../info/dir.
1794 * woman.texi: Sync @dircategory with ../../info/dir.
1795
1796 2011-02-19 Glenn Morris <rgm@gnu.org>
1797
1798 * dired-x.texi (Technical Details): No longer redefines
1799 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1800 dired-read-shell-command, or dired-find-buffer-nocreate.
1801
1802 2011-02-18 Glenn Morris <rgm@gnu.org>
1803
1804 * dired-x.texi (Optional Installation File At Point): Simplify.
1805
1806 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1807
1808 * auth.texi (Help for users): Use :port instead of :protocol for all
1809 auth-source docs.
1810 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1811 to have two files in `auth-sources'.
1812
1813 2011-02-16 Glenn Morris <rgm@gnu.org>
1814
1815 * dired-x.texi: Use emacsver.texi to get Emacs version.
1816 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1817 Depend on emacsver.texi.
1818
1819 * dired-x.texi: Drop meaningless version number.
1820 (Introduction): Remove old info.
1821 (Optional Installation Dired Jump): Autoload from dired-x.
1822 Remove incorrect info about loaddefs.el.
1823 (Bugs): Just refer to M-x report-emacs-bug.
1824
1825 * dired-x.texi (Multiple Dired Directories): Update for rename of
1826 default-directory-alist.
1827 (Miscellaneous Commands): No longer mention very old VM version 4.
1828
1829 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1830
1831 Merge from gnulib.
1832 * texinfo.tex: Update to version 2011-02-14.11.
1833
1834 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1835
1836 * auth.texi (Help for users):
1837 Login collection is "Login" and not "login".
1838
1839 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1840
1841 * tramp.texi (History): Remove IMAP support.
1842 (External methods, Frequently Asked Questions): Remove `imap' and
1843 `imaps' methods.
1844 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1845
1846 * trampver.texi: Remove default value of `emacsimap'.
1847
1848 2011-02-13 Glenn Morris <rgm@gnu.org>
1849
1850 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1851 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1852
1853 2011-02-12 Glenn Morris <rgm@gnu.org>
1854
1855 * sc.texi (Getting Connected): Remove old index entries.
1856
1857 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
1858
1859 * url.texi: Remove duplicate @dircategory (Bug#7942).
1860
1861 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1862
1863 * auth.texi (Overview, Help for users, Help for developers):
1864 Update docs.
1865 (Help for users): Talk about spaces.
1866
1867 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1868
1869 * texinfo.tex: Update to version 2011-02-07.16.
1870
1871 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * dbus.texi (Bus names): Adapt descriptions for
1874 dbus-list-activatable-names and dbus-list-known-names.
1875
1876 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1877
1878 * calc.texi (Logarithmic Units): New section.
1879
1880 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1881
1882 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1883 manuals use it now.
1884
1885 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1886
1887 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1888
1889 * overrides.texi: Remove.
1890
1891 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1892 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1893
1894 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * tramp.texi (Frequently Asked Questions): Mention problems with
1897 WinSSHD.
1898
1899 * trampver.texi: Update release number.
1900
1901 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1902
1903 * tramp.texi:
1904 Replace "delimet" with "delimit" globally.
1905 Replace "explicite" with "explicit" globally.
1906 Replace "instead of" with "instead" where there was nothing after "of".
1907 Audit use of comma before interrogative pronoun, "that", or "which".
1908 Minor word order, spelling, wording changes.
1909
1910 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1911
1912 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1913
1914 * sieve.texi: Use WEBHACKDEVEL.
1915
1916 * sasl.texi: Use WEBHACKDEVEL.
1917
1918 * pgg.texi: Use WEBHACKDEVEL.
1919
1920 * message.texi: Use WEBHACKDEVEL.
1921
1922 * gnus.texi: Use WEBHACKDEVEL.
1923
1924 * emacs-mime.texi: Use WEBHACKDEVEL.
1925
1926 * auth.texi: Use WEBHACKDEVEL.
1927
1928 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1929 manuals.
1930
1931 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1932
1933 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1934
1935 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1936
1937 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1938 which in turn is copied from ftp://tug.org/tex/.
1939
1940 2011-02-03 Glenn Morris <rgm@gnu.org>
1941
1942 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1943 (Binding combinations of modifiers and function keys):
1944 Let's assume people reading this are not using Emacs 18.
1945
1946 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1947
1948 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1949 since it's run automatically.
1950
1951 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1952
1953 * gnus.texi (Customizing Articles): Fix typo.
1954
1955 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1956
1957 * gnus.texi (Customizing Articles): Document the new way of customizing
1958 the date headers(s).
1959
1960 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1961
1962 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1963 splitting example.
1964
1965 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1966
1967 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1968 (MAKEINFO_OPTS): New variable.
1969 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1970 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1971 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1972 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1973 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1974 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1975 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1976 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1977 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1978 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1979 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1980 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1981 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1982 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1983 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1984 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1985 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1986 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1987
1988 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1989
1990 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1991
1992 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1993
1994 * message.texi (IDNA): Explain what it is.
1995
1996 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1997
1998 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1999
2000 2011-01-23 Werner Lemberg <wl@gnu.org>
2001
2002 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2003 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2004 (ENVADD): Update.
2005
2006 2011-01-18 Glenn Morris <rgm@gnu.org>
2007
2008 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2009
2010 2011-01-14 Eduard Wiebe <usenet@pusto.de>
2011
2012 * nxml-mode.texi (Introduction): Fix file name typos.
2013
2014 2011-01-13 Christian Ohler <ohler@gnu.org>
2015
2016 * ert.texi: New file.
2017
2018 * Makefile.in:
2019 * makefile.w32-in: Add ert.texi.
2020
2021 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2022
2023 * dbus.texi (Receiving Method Calls): New function
2024 dbus-register-service. Rearrange node.
2025
2026 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2027
2028 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2029 which in turn is copied from ftp://tug.org/tex/.
2030
2031 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2032
2033 * dbus.texi (Receiving Method Calls): Describe new optional
2034 parameter dont-register-service of dbus-register-{method,property}.
2035
2036 2010-12-17 Daiki Ueno <ueno@unixuser.org>
2037
2038 * epa.texi (Encrypting/decrypting *.gpg files):
2039 Mention epa-file-select-keys.
2040
2041 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * gnus.texi (Archived Messages): Remove outdated text.
2044
2045 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2046
2047 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2048
2049 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
2050
2051 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2052
2053 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2054
2055 * gnus.texi (The swish++ Engine): Add customizable parameters
2056 descriptions.
2057 (The swish-e Engine): Ditto.
2058
2059 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * tramp.texi (Inline methods): Add "ksu" method.
2062 (Remote processes): Add example with remote `default-directory'.
2063
2064 2010-12-14 Glenn Morris <rgm@gnu.org>
2065
2066 * faq.texi (Expanding aliases when sending mail):
2067 Now build-mail-aliases is interactive.
2068
2069 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2070
2071 * gnus.texi: First pass at adding (rough) nnir documentation.
2072
2073 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2074
2075 * gnus.texi (Filtering New Groups):
2076 Mention gnus-auto-subscribed-categories.
2077 (The First Time): Remove, since default-subscribed-newsgroups has been
2078 removed.
2079
2080 2010-12-13 Glenn Morris <rgm@gnu.org>
2081
2082 * cl.texi (For Clauses): Small fixes for frames and windows.
2083
2084 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2085
2086 * org.texi (Using capture): Document using prefix arguments for
2087 finalizing capture.
2088 (Agenda commands): Document prefix argument for the bulk scatter
2089 command.
2090 (Beamer class export): Document that also overlay arguments can be
2091 passed to the column environment.
2092 (Template elements): Document the new entry type.
2093
2094 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
2095
2096 * org.texi (Include files): Document :minlevel.
2097
2098 2010-12-11 Julien Danjou <julien@danjou.info>
2099
2100 * org.texi (Categories): Document category icons.
2101
2102 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
2103
2104 * org.texi (noweb): Fix typo.
2105
2106 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
2107
2108 * gnus.texi (Server Commands): Point to the rest of the server
2109 commands.
2110
2111 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2112
2113 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2114 g'.
2115
2116 2010-12-02 Julien Danjou <julien@danjou.info>
2117
2118 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2119
2120 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2121
2122 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2123 (Direct Functions): Note the STARTTLS upgrade.
2124
2125 2010-11-27 Glenn Morris <rgm@gnu.org>
2126 James Clark <none@example.com>
2127
2128 * nxml-mode.texi (Introduction): New section.
2129
2130 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2131
2132 * gnus.texi (Server Commands): Document gnus-server-show-server.
2133
2134 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
2135
2136 Sync with Tramp 2.2.0.
2137
2138 * trampver.texi: Update release number.
2139
2140 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2141
2142 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2143 Mention that the TeX specific units won't use the `tex' prefix
2144 in TeX mode.
2145
2146 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2147
2148 * gnus.texi (Misc Article): Document gnus-inhibit-images.
2149
2150 2010-11-17 Glenn Morris <rgm@gnu.org>
2151
2152 * edt.texi: Remove information about Emacs 19.
2153
2154 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
2155
2156 * trampver.texi: Update release number.
2157
2158 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160 * gnus.texi (Article Washing): Fix typo.
2161
2162 2010-11-11 Noorul Islam <noorul@noorul.com>
2163
2164 * org.texi: Fix typo.
2165
2166 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2167
2168 * org.texi (Using capture): Explain that refiling is
2169 sensitive to cursor position.
2170
2171 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2172
2173 * org.texi (Images and tables): Add cross reference to link section.
2174
2175 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2176
2177 * org.texi: Document the <c> cookie.
2178
2179 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2180
2181 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2182 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2183
2184 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2185
2186 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2187
2188 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2189
2190 * org.texi (Project alist): Mention that this is a property list.
2191
2192 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2193
2194 * org.texi (Setting up the staging area): Document that
2195 file names remain visible when encrypting the MobileOrg files.
2196
2197 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2198
2199 * org.texi (Setting up the staging area): Document which
2200 versions are needed for encryption.
2201
2202 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2203
2204 * org.texi (noweb): Update :noweb documentation to
2205 reflect the new "tangle" argument.
2206
2207 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2208
2209 * org.texi (Batch execution): Improve tangling script in
2210 documentation.
2211
2212 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2213
2214 * org.texi (Handling links):
2215 (In-buffer settings): Document inlining images on startup.
2216
2217 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2218
2219 * org.texi (Setting up the staging area): Document use of
2220 crypt password.
2221
2222 2010-11-11 David Maus <dmaus@ictsoc.de>
2223
2224 * org.texi (Template expansion): Add date related link type escapes.
2225
2226 2010-11-11 David Maus <dmaus@ictsoc.de>
2227
2228 * org.texi (Template expansion): Add mew in table for link type
2229 escapes.
2230
2231 2010-11-11 David Maus <dmaus@ictsoc.de>
2232
2233 * org.texi (Template expansion): Fix typo in link type escapes.
2234
2235 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2236
2237 * org.texi (Structure of code blocks): Another documentation tweak.
2238
2239 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2240
2241 * org.texi (Structure of code blocks): Documentation tweak.
2242
2243 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2244
2245 * org.texi (Structure of code blocks):
2246 Update documentation to mention inline code block syntax.
2247
2248 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2249
2250 * org.texi (comments): Improve wording.
2251
2252 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2253
2254 * org.texi (comments): Document the new :comments header arguments.
2255
2256 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2257
2258 * org.texi (Installation): Remove the special
2259 installation instructions for XEmacs.
2260
2261 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2262
2263 * org.texi (Easy Templates): New section. Documents quick
2264 insertion of empty structural elements.
2265
2266 2010-11-11 Noorul Islam <noorul@noorul.com>
2267
2268 * org.texi: Fix doc.
2269
2270 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2271
2272 * org.texi (The date/time prompt): Document specification
2273 of time ranges.
2274
2275 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2276
2277 * org.texi (Internal links): Document the changes in
2278 internal links.
2279
2280 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2281
2282 * org.texi (Agenda commands): Document the limitation for
2283 the filter preset - it can only be used for an entire agenda
2284 view, not in an individual block in a block agenda.
2285
2286 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
2287
2288 * org.texi (iCalendar export): Document alarm creation.
2289
2290 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2293
2294 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2297
2298 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
2299
2300 * calc.texi: Use emacsver.texi to determine Emacs version.
2301
2302 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
2304 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2305 since that works by default.
2306
2307 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2308
2309 * gnus.texi (Customizing the IMAP Connection): Document
2310 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2311
2312 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
2313
2314 * tramp.texi (Remote shell setup): New item "Interactive shell
2315 prompt". Reported by Christian Millour <cm@abtela.com>.
2316 (Remote shell setup, Remote processes): Use @code{} for
2317 environment variables.
2318
2319 2010-11-03 Glenn Morris <rgm@gnu.org>
2320
2321 * ediff.texi (Quick Help Commands, Miscellaneous):
2322 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2323
2324 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2327
2328 2010-10-31 Glenn Morris <rgm@gnu.org>
2329
2330 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2331
2332 2010-10-31 Glenn Morris <rgm@gnu.org>
2333
2334 * cc-mode.texi: Remove reference to defunct viewcvs URL.
2335
2336 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2337
2338 * gnus.texi (Client-Side IMAP Splitting):
2339 Mention nnimap-unsplittable-articles.
2340
2341 2010-10-29 Julien Danjou <julien@danjou.info>
2342
2343 * gnus.texi (Finding the News): Remove references to obsoletes
2344 variables `gnus-nntp-server' and `gnus-secondary-servers'.
2345
2346 2010-10-29 Eli Zaretskii <eliz@gnu.org>
2347
2348 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2349 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2350 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2351 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2352
2353 2010-10-28 Glenn Morris <rgm@gnu.org>
2354
2355 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2356 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2357 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2358
2359 2010-10-25 Daiki Ueno <ueno@unixuser.org>
2360
2361 * epa.texi (Mail-mode integration): Add alternative key bindings
2362 for epa-mail commands; escape comma.
2363 Don't use the word "PGP", since it is a non-free program.
2364
2365 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
2366
2367 * calc.texi: Use emacsver.texi to determine Emacs version.
2368
2369 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * gnus.texi (Group Parameters, Buttons): Fix typos.
2372
2373 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
2374
2375 * gnus.texi (Subscription Commands): Mention that you can also
2376 subscribe to new groups via the Server buffer, which is probably more
2377 convenient when subscribing to many groups.
2378
2379 2010-10-21 Julien Danjou <julien@danjou.info>
2380
2381 * message.texi (Message Headers): Allow message-default-headers to be a
2382 function.
2383
2384 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2385
2386 * gnus-news.texi: Mention new archive defaults.
2387
2388 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2389
2390 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2391
2392 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2393
2394 * gnus.texi (HTML): Document the function value of
2395 gnus-blocked-images.
2396 (Article Washing): shr and gnus-w3m, not the direct function names.
2397
2398 2010-10-20 Julien Danjou <julien@danjou.info>
2399
2400 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2401 variable.
2402
2403 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2404
2405 * gnus.texi (Customizing the IMAP Connection): The port strings are
2406 strings.
2407 (Document Groups): Mention git.
2408
2409 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2410
2411 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2412 bzr/Gnus git sync.
2413
2414 2010-10-15 Eli Zaretskii <eliz@gnu.org>
2415
2416 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2417 change.
2418
2419 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2420
2421 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2422 @item syntax for in-Emacs makeinfo.
2423
2424 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
2425
2426 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2427 trim sentence.
2428
2429 2010-10-12 Daiki Ueno <ueno@unixuser.org>
2430
2431 * epa.texi (Caching Passphrases):
2432 * auth.texi (GnuPG and EasyPG Assistant Configuration):
2433 Clarify some configurations require to set up gpg-agent.
2434
2435 2010-10-11 Glenn Morris <rgm@gnu.org>
2436
2437 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2438
2439 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2440
2441 * gnus.texi (Spam Package Introduction): Mention `$'.
2442
2443 2010-10-09 Eli Zaretskii <eliz@gnu.org>
2444
2445 * makefile.w32-in (emacsdir): New variable.
2446 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2447 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2448
2449 2010-10-09 Glenn Morris <rgm@gnu.org>
2450
2451 * Makefile.in (mostlyclean): Delete *.toc.
2452
2453 * Makefile.in: Use $< in rules.
2454
2455 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2456
2457 * Makefile.in ($(infodir)): Delete rule.
2458 (mkinfodir): New. Use it in all the info rules, rather than depending
2459 on infodir.
2460
2461 2010-10-09 Glenn Morris <rgm@gnu.org>
2462
2463 * gnus.texi (Article Washing): Fix previous change.
2464
2465 * Makefile.in (emacsdir): New variable.
2466 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2467 Depend on emacsver.texi.
2468
2469 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2470
2471 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2472
2473 2010-10-08 Julien Danjou <julien@danjou.info>
2474
2475 * gnus.texi: Add mm-shr.
2476
2477 2010-10-08 Ludovic Courtès <ludo@gnu.org>
2478
2479 * gnus.texi (Finding the Parent, The Gnus Registry)
2480 (Registry Article Refer Method): Update docs for nnregistry.el.
2481
2482 2010-10-08 Daiki Ueno <ueno@unixuser.org>
2483
2484 * auth.texi (Help for users)
2485 (GnuPG and EasyPG Assistant Configuration): Update docs.
2486
2487 2010-10-08 Glenn Morris <rgm@gnu.org>
2488
2489 * cl.texi (Organization, Installation, Old CL Compatibility):
2490 Deprecate cl-compat for new code.
2491 (Usage, Installation): Remove outdated information.
2492
2493 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2494
2495 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2498
2499 2010-10-06 Julien Danjou <julien@danjou.info>
2500
2501 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2502
2503 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2504 broken link.
2505
2506 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2507
2508 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2509 to ReiserFS.
2510
2511 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2512 (FAQ 7-1): Fix getmail URL.
2513
2514 2010-10-06 Daiki Ueno <ueno@unixuser.org>
2515
2516 * epa.texi (Caching Passphrases): New section.
2517
2518 2010-10-06 Glenn Morris <rgm@gnu.org>
2519
2520 * Makefile.in (SHELL): Set it.
2521 (info): Move the mkdir dependency to the individual info files.
2522 (mostlyclean): Tidy up.
2523 (clean): Only delete the specific dvi and pdf files.
2524 (maintainer-clean): Be more restrictive in what we delete.
2525 ($(infodir)): Add parallel build workaround.
2526
2527 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2528
2529 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2530
2531 2010-10-03 Julien Danjou <julien@danjou.info>
2532
2533 * emacs-mime.texi (Display Customization):
2534 Update mm-inline-large-images documentation and add documentation for
2535 mm-inline-large-images-proportion.
2536
2537 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2538
2539 * tramp.texi (Frequently Asked Questions):
2540 Mention remote-file-name-inhibit-cache.
2541
2542 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * gnus.texi (Splitting Mail): Fix @xref syntax.
2545 (Splitting Mail): Really fix the @ref syntax.
2546
2547 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548
2549 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2550 (Article Hiding): Add google banner example.
2551 Suggested by Benjamin Xu.
2552
2553 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2554
2555 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2556 Remove nnimap-split-rule from examples.
2557
2558 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2561 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2562 Fishman.
2563 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2564
2565 2010-09-30 Julien Danjou <julien@danjou.info>
2566
2567 * gnus.texi (Gravatars): Fix documentation about
2568 gnu-gravatar-properties.
2569
2570 2010-09-29 Daiki Ueno <ueno@unixuser.org>
2571
2572 * epa.texi (Bug Reports): New section.
2573
2574 2010-09-29 Glenn Morris <rgm@gnu.org>
2575
2576 * Makefile.in (top_srcdir): Remove unused variable.
2577
2578 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2581 (Client-Side IMAP Splitting): Document 'default.
2582
2583 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2584
2585 * gnus.texi (Customizing the IMAP Connection):
2586 Document nnimap-fetch-partial-articles.
2587
2588 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * gnus-news.texi: Mention nnimap-inbox.
2591
2592 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2593
2594 2010-09-26 Julien Danjou <julien@danjou.info>
2595
2596 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2597
2598 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
2600 * gnus.texi (Security): Remove gpg.el mention.
2601
2602 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2603
2604 * gnus.texi (Browse Foreign Server): New variable
2605 gnus-browse-subscribe-newsgroup-method.
2606
2607 * gnus-news.texi: Mention it.
2608
2609 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * gnus.texi (NoCeM): Remove.
2612 (Startup Variables): No jingle.
2613
2614 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2615
2616 * woman.texi (Interface Options): xz compression is now supported.
2617
2618 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2621 (Unavailable Servers): Document gnus-server-copy-server.
2622 (Using IMAP): Document the new nnimap.
2623
2624 2010-09-25 Julien Danjou <julien@danjou.info>
2625
2626 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2627
2628 2010-09-24 Glenn Morris <rgm@gnu.org>
2629
2630 * url.texi (Disk Caching): Tweak previous change.
2631
2632 2010-09-24 Julien Danjou <julien@danjou.info>
2633
2634 * url.texi (Disk Caching): Mention url-cache-expire-time,
2635 url-cache-expired, and url-fetch-from-cache.
2636
2637 2010-09-24 Julien Danjou <julien@danjou.info>
2638
2639 * gnus.texi: Add Gravatars.
2640
2641 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2642
2643 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2644
2645 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2646
2647 * gnus.texi (Expunging mailboxes): Update name of the expunging
2648 command.
2649
2650 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2651
2652 * emacs-mime.texi (rfc2047): Update description for
2653 rfc2047-encode-parameter.
2654
2655 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2658 "fish" methods.
2659 (External methods): Remove "scp1_old" and "scp2_old" methods.
2660
2661 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
2662
2663 * tramp.texi: Remove Japanese manual. Fix typo.
2664
2665 * trampver.texi: Update release number. Remove japanesemanual.
2666
2667 2010-09-09 Glenn Morris <rgm@gnu.org>
2668
2669 * org.texi: Restore clobbered changes (copyright years, untabify).
2670
2671 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2672
2673 * gnus.texi (Adaptive Scoring): Fix typo.
2674
2675 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
2677 * gnus.texi (Article Display): Document gnus-html-show-images.
2678
2679 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2680
2681 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2682
2683 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus.texi (HTML): Document gnus-max-image-proportion.
2686
2687 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2688
2689 * gnus.texi (HTML): Document gnus-blocked-images.
2690
2691 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2692
2693 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2694
2695 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2696 the first message are used for wide replies.
2697 (Changing Servers): Remove documentation on gnus-change-server and
2698 friends, since it's been removed.
2699
2700 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2701
2702 * gnus.texi (Drafts): Mention B DEL.
2703
2704 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2705
2706 * gnus.texi (Delayed Articles): Mention that the Date header is the
2707 original one, even if you delay.
2708
2709 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
2711 * gnus.texi (Asynchronous Fetching):
2712 Document gnus-async-post-fetch-function.
2713 (HTML): Made into its own section.
2714
2715 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2716
2717 Sync with Tramp 2.1.19.
2718
2719 * tramp.texi (Inline methods, Default Method): Mention
2720 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2721 Remove remark about doubled "-t" argument.
2722 (Auto-save and Backup): Remove reference to Emacs 21.
2723 (Filename Syntax): Describe port numbers.
2724 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2725 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2726 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2727 errors with the backquotes.
2728 (External packages): File attributes cache flushing for asynchronous
2729 processes.
2730 (Traces and Profiles): Describe verbose level 9.
2731
2732 * trampver.texi: Update release number.
2733
2734 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * dbus.texi (Alternative Buses): New chapter.
2737
2738 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2741
2742 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2743
2744 * calc.texi (Customizing Calc): Rearrange description of new
2745 variables to match the presentation of other variables.
2746
2747 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2750
2751 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2752
2753 * calc.texi (Making Selections, Selecting Subformulas)
2754 (Customizing Calc): Mention how to use faces to emphasize selected
2755 sub-formulas.
2756
2757 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * tramp.texi (External packages): File attributes cache flushing
2760 for asynchronous processes.
2761
2762 2010-08-01 Alan Mackenzie <acm@muc.de>
2763
2764 Enhance the manual for the latest Java Mode.
2765
2766 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2767 annotation-var-cont.
2768 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2769 two new symbols.
2770
2771 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2774
2775 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2778
2779 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2782
2783 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2784
2785 * org.texi: Add macros to get plain quotes in PDF output.
2786 List additional contributors.
2787 (Capture): New section, replaces the section about remember.
2788 (Working With Source Code): New chapter, focused on documenting Org
2789 Babel.
2790 (Code evaluation security): New section.
2791 (MobileOrg): Document DropBox support.
2792 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2793 (Special symbols): Show how to display UTF8 characters for entities.
2794 (Global TODO list): Clarify the use of the "M" key and the differences
2795 to the "m" key.
2796 (RSS Feeds): Mention Atom feeds as well.
2797 (Setting tags): Remove paragraph about
2798 `org-complete-tags-always-offer-all-agenda-tags'.
2799
2800 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2803 argument.
2804 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2805 echoing shells.
2806
2807 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2810 (Filename Syntax): Describe port numbers.
2811
2812 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2815 forgotten.
2816 (Type Conversion): Precise conversion of natural numbers.
2817 (Errors and Events): Add "debugging" to concept index. Add variable
2818 `dbus-debug'.
2819
2820 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * dbus.texi (Receiving Method Calls): Add optional argument
2823 EMITS-SIGNAL to `dbus-register-property'.
2824
2825 2010-06-27 Alex Schroeder <alex@gnu.org>
2826
2827 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2828
2829 2010-06-24 Glenn Morris <rgm@gnu.org>
2830
2831 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2832 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2833 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2834 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2835 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2836 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2837 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2838 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2839 convention. Make them end with a period.
2840
2841 2010-06-23 Glenn Morris <rgm@gnu.org>
2842
2843 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2844 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2845 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2846 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2847 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2848 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2849
2850 2010-06-10 Glenn Morris <rgm@gnu.org>
2851
2852 * idlwave.texi (Load-Path Shadows):
2853 * org.texi (Handling links): Fix typos.
2854
2855 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2856
2857 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2858
2859 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
2860
2861 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2862 by an alias. (Bug#6226)
2863
2864 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2865
2866 * calc.texi (Manipulating Vectors): Mention that vectors can
2867 be used to determine bins for `calc-histogram'.
2868
2869 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2870
2871 * calc.texi: Remove "\turnoffactive" commands throughout.
2872
2873 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2874
2875 * url.texi (HTTP language/coding, Customization):
2876 * message.texi (Header Commands, Responses):
2877 * cl.texi (Argument Lists): Fix typos.
2878
2879 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2882 Note that Development menu is always available.
2883 (Creating a project): Fix terminology.
2884 (Add/Remove files): Fix typo.
2885
2886 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * Version 23.2 released.
2889
2890 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
2891
2892 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2893
2894 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
2895
2896 * tramp.texi (Inline methods, Default Method):
2897 Mention `tramp-inline-compress-start-size'.
2898
2899 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
2900
2901 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2902 the CVS repo. Put the Git repo in the news section.
2903
2904 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2905 Removed some mentions of CVS. Mention the new Git repo.
2906
2907 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
2908
2909 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2910 (Mail Group Commands): Add index entry.
2911
2912 2010-04-18 Glenn Morris <rgm@gnu.org>
2913
2914 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2915
2916 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2917
2918 * calc.texi (Radix modes): Mention that the option prefix will
2919 turn on twos-complement mode.
2920 (Inverse and Hyperbolic Flags): Mention the Option flag.
2921
2922 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2923
2924 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2925 (LaTeX/PDF export commands): Rename and Move section.
2926 (Sectioning structure): Update.
2927 (References): New use case for field coordinates.
2928 (The export dispatcher): Rename from ASCII export.
2929 (Setting up the staging area): Document the availability of
2930 encryption for MobileOrg.
2931 (Images and tables): Document how to reference labels.
2932 (Index entries): New section.
2933 (Generating an index): New section.
2934 (Column width and alignment): Document that <N> now
2935 means a fixed width, not a maximum width.
2936 (Publishing options): Document the :email option.
2937 (Beamer class export): Fix bug in the BEAMER example.
2938 (Refiling notes): Document refile logging.
2939 (In-buffer settings): Document refile logging keywords.
2940 (Drawers): Document `C-c C-z' command.
2941 (Agenda commands): Mention the alternative key `C-c C-z'.
2942 (Special properties): Document the BLOCKED property.
2943 (The spreadsheet): Mention the formula editor.
2944 (References): Document field coordinates.
2945 (Publishing action): Correct the documentation for the
2946 publishing function.
2947 (The date/time prompt): Document that we accept dates
2948 like month/day/year.
2949 (Cooperation): Document the changes in table.el support.
2950 (Faces for TODO keywords, Faces for TODO keywords)
2951 (Priorities): Document the easy colors.
2952 (Visibility cycling): Document the new double prefix
2953 arg for `org-reveal'.
2954 (Cooperation): Remember.el is part of Emacs.
2955 (Clean view): Mention that `wrap-prefix' is also set by
2956 org-indent-mode.
2957 (Agenda commands): Add information about prefix args to
2958 scheduling and deadline commands.
2959 (Search view): Point to the docstring of
2960 `org-search-view' for more details.
2961 (Agenda commands): Document that `>' prompts for a date.
2962 (Setting tags): Document variable
2963 org-complete-tags-always-offer-all-agenda-tags.
2964 (Column attributes): Cross-reference special properties.
2965
2966 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2967
2968 Synchronize with Tramp repository.
2969
2970 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2971 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2972 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
2973 syntax, texi2dvi reports errors with the backquotes.
2974
2975 * trampver.texi: Update release number.
2976
2977 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2978
2979 * gnus.texi (Finding the News): Add pointers to the Server buffer
2980 because it's essential.
2981
2982 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2983
2984 * gnus.texi (MIME Commands): Update description of
2985 gnus-article-browse-html-article.
2986
2987 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * auth.texi (Secret Service API): Add TODO node.
2990 (Help for users): Explain the new source options for `auth-sources'.
2991
2992 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * trampver.texi: Update release number.
2995
2996 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * Branch for 23.2.
2999
3000 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * faq.texi (Escape sequences in shell output): Note that ansi-color is
3003 now enabled by default.
3004
3005 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3006
3007 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3008 when Emacs runs in interactive mode. (Bug#5645)
3009
3010 2010-02-16 Glenn Morris <rgm@gnu.org>
3011
3012 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3013
3014 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3015
3016 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3017
3018 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3019
3020 * gnus.texi (Score File Format): Fix typo.
3021
3022 2010-01-19 Mark A. Hershberger <mah@everybody.org>
3023
3024 * cc-mode.texi: Replace references to obsolete c-subword-mode.
3025
3026 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * ada-mode.texi (Project File Overview): Fix typo.
3029
3030 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * semantic.texi: Add Richard Y. Kim credit.
3033
3034 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3035
3036 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3039 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
3040
3041 2010-01-17 Glenn Morris <rgm@gnu.org>
3042
3043 * calc.texi (Reporting Bugs): Don't mention format of repository.
3044
3045 * woman.texi (Bugs): Make "Emacs repository" less specific,
3046 and the URL for same more specific.
3047
3048 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3049
3050 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * ede.texi (ede-step-project, ede-proj-target):
3053 * tramp.texi (Remote processes): Fix typos.
3054
3055 2010-01-16 Mario Lang <mlang@delysid.org>
3056
3057 * ede.texi (ede-target):
3058 * org.texi (Refiling notes): Remove duplicated words.
3059
3060 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * gnus.texi (Posting Styles): Use with-current-buffer.
3063 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3064
3065 2010-01-02 Kevin Ryde <user42@zip.com.au>
3066
3067 * eieio.texi (Naming Conventions): Correction to xref on elisp
3068 coding conventions, is "Tips" node not "Standards".
3069
3070 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3073
3074 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3075
3076 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3077
3078 * gnus.texi (Direct Functions): Add missing port number to tls method.
3079
3080 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3083 ($(infodir)/edt, edt.dvi): New targets.
3084
3085 2009-12-15 Glenn Morris <rgm@gnu.org>
3086
3087 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3088 (edt, $(infodir)/edt, edt.dvi): New targets.
3089 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3090
3091 * Makefile.in (PDF_TARGETS, pdf): New.
3092 (clean): Add *.pdf.
3093 Add pdf rules for all manuals.
3094
3095 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
3096
3097 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3098
3099 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3102 (Smart Jump, Analyzer Debug): Copyedits.
3103 (Semantic mode user commands): Link to new nodes.
3104 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3105 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3106 upstream Semantic manual.
3107
3108 * semantic.texi (Introduction): Minor fix to diagram.
3109
3110 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * eshell.texi (History): Add the other built-in variables.
3113 (Built-ins): Explain built-ins, and how to apply the external commands.
3114 Add `history', `su' and `sudo'.
3115
3116 * tramp.texi (Remote processes): Add missing <RET> in the example.
3117
3118 2009-12-01 Bill Wohler <wohler@newt.com>
3119
3120 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3121 path for mairix example. Specify -q in namazu example since namazu is
3122 excessively garrulous.
3123
3124 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3125
3126 * tramp.texi (Remote processes): Improve eshell example with "su"
3127 and "sudo" commands.
3128
3129 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * semantic.texi (Analyzer Internals): Rename from Analyzer.
3132
3133 * sem-user.texi (Semantic mode user commands): Fix key syntax.
3134 Document semantic-complete-analyze-inline.
3135 (Semanticdb search debugging commands): Minor clarification.
3136 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3137 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3138 manual.
3139 (Semantic mode): Link to Idle Scheduler.
3140
3141 2009-11-28 Kevin Ryde <user42@zip.com.au>
3142
3143 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3144 @pxref, now EIEIO is in Emacs.
3145
3146 * erc.texi (Development): Correction to git tutorial url.
3147
3148 2009-11-26 Glenn Morris <rgm@gnu.org>
3149
3150 * faq.texi (Latest version of Emacs): Mention stability of development
3151 version.
3152 (Problems with very large files): Max buffer size increase in 23.2.
3153 (VM): VM has moved house again.
3154
3155 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3156
3157 * calc.texi (Radix modes): Discuss alternate bases for two's complement
3158 notations.
3159
3160 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
3161
3162 * org.texi (Column attributes): Fix documentation of new operators.
3163
3164 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3167 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3168 (Idle Completions Mode): Numerous copyedits.
3169
3170 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
3171
3172 * semantic.texi (Semantic Internals, Glossary):
3173 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3174 (Semanticdb search debugging commands): Fix typos.
3175
3176 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3177
3178 * calc.texi (Radix modes): Mention twos-complement notation.
3179
3180 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3183 ($(infodir)/semantic, semantic.dvi): New targets.
3184
3185 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * Makefile.in: Build the Semantic manual.
3188
3189 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3190 repository.
3191
3192 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * dbus.texi (Receiving Method Calls): New defun
3195 `dbus-unregister-service'.
3196
3197 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
3198
3199 * org.texi (Speed keys): New section.
3200
3201 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * dbus.texi (Type Conversion): Fix typo.
3204 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3205 `dbus-registered-objects-table'.
3206 (Receiving Method Calls): New defun `dbus-register-property'.
3207 Move `dbus-unregister-object' here.
3208
3209 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3210
3211 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3212
3213 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
3214
3215 * org.texi (Column attributes): Add the new age summary operators.
3216 Also, mention the fact you can only use one summary operator per
3217 property.
3218
3219 2009-11-13 John Wiegley <johnw@newartisans.com>
3220
3221 * org.texi (Tracking your habits): Add a new section in the
3222 manual about how to track habits.
3223 (Resolving idle time): Add a section on how idle and
3224 dangling clocks are resolved.
3225
3226 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
3227
3228 * org.texi (Agenda commands): Document the new `i' command.
3229 (Inserting deadline/schedule): Document logging changes
3230 of scheduling and deadline times stamps.
3231 (In-buffer settings): Document the in-buffer keywords for logging
3232 changes of scheduling and deadline times stamps.
3233 (Structure editing, Plain lists): Document indentation
3234 cycling in empty entries with TAB.
3235 (Archiving): Document the default archiving command.
3236 (Moving subtrees): Document the new keys for archiving.
3237 (Internal archiving): Fix incorrect key.
3238 (Agenda commands): Document the TODO set switching commands.
3239 (Agenda commands): Document the new archiving keys.
3240 (Clocking work time): Better description on how to save
3241 and restore a clock.
3242 (Resolving idle time): Mention the x11idle program to get true
3243 idleness also under X11.
3244 (Resolving idle time): Use @kbd instead of @key for normal
3245 letters, because this is how he rest of the manual does this.
3246 (Pushing to MobileOrg): Mention that `org-directory'
3247 should be set.
3248 (Agenda commands): Document that SPC is a filter for
3249 any tag.
3250 (Search view): Rename from "Keyword search".
3251 (Capure): New chapter.
3252 (Markup): New chapter.
3253 (Links in HTML export, Images in HTML export):
3254 Extend the section titles.
3255 (Images in HTML export): Document the align option.
3256 (Text areas in HTML export): Extend the section title.
3257 (Images in LaTeX export): Explain image placement in LaTeX.
3258
3259 2009-11-10 Glenn Morris <rgm@gnu.org>
3260
3261 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3262
3263 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3264
3265 * tramp.texi (Auto-save and Backup): Disable backups just for a
3266 method.
3267
3268 * trampver.texi: Update release number.
3269
3270 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3271
3272 Sync with Tramp 2.1.17.
3273
3274 * trampver.texi: Update release number.
3275
3276 2009-10-29 Glenn Morris <rgm@gnu.org>
3277
3278 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3279
3280 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * tramp.texi (External methods): Temporary files are kept for
3283 `rsync' and `rsyncc' methods.
3284
3285 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * eieio.texi: Fix typos.
3288
3289 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3292
3293 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3296 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3297
3298 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
3299
3300 * Makefile.in: Build EIEIO and EDE manuals.
3301
3302 2009-10-07 Eric Ludlam <zappo@gnu.org>
3303
3304 * eieio.texi:
3305 * ede.texi: New files.
3306
3307 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3308
3309 * tramp.texi (Remote processes): Association of a pty is not supported.
3310
3311 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
3312
3313 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3314 (Processing LaTeX fragments): Document that the size of images can be
3315 changes using the variable `org-format-latex-options'.
3316 (The date/time prompt, Timestamps): Be more accurate over ISO format
3317 dates and times.
3318 (Visibility cycling): Document showeverything keyword.
3319 (In-buffer settings): Document showeverything keyword.
3320 (Setting up the staging area): Fix the example.
3321 (MobileOrg): New section.
3322 (Agenda commands, Exporting Agenda Views): Document exporting the
3323 agenda view to Org files.
3324
3325 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
3326
3327 * tramp.texi (History): Add IMAP support.
3328 (External methods): Add `imap' and `imaps' methods.
3329 (GVFS based methods): Add indices for `davs'.
3330 (Password handling): Rename anchors. Add IMAP entries for
3331 ~/.authinfo.gpg.
3332
3333 * trampver.texi: Set default value of `emacsimap'.
3334
3335 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3336
3337 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3338
3339 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * dired-x.texi (Technical Details):
3342 Delete dired-up-directory (Bug#4292).
3343
3344 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
3345
3346 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3347
3348 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
3349
3350 * org.texi (Effort estimates): Document new effort setting commands.
3351 (Agenda commands): Document the new keys fro agenda time motion.
3352 Document entry text mode. Improve documentation of the keys to include
3353 inactive time stamps into the agenda view.
3354 (Feedback): Document the new bug report command.
3355 (Structure editing): Add an index entry for the sorting of subtrees.
3356
3357 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
3358
3359 * auth.texi (Help for users): Corrected markup.
3360
3361 2009-09-02 Glenn Morris <rgm@gnu.org>
3362
3363 * emacs-mime.texi (time-date): Mention float-time.
3364
3365 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
3366
3367 * calc.texi (Simplifying Formulas): Improve the wording.
3368
3369 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
3370
3371 * auth.texi: Rewritten for coverage and clarity.
3372
3373 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3374
3375 * gnus.texi (Expiring Mail):
3376 Mention gnus-mark-copied-or-moved-articles-as-expirable.
3377 (Various Various): Mention gnus-safe-html-newsgroups.
3378
3379 * gnus-news.texi: Mention
3380 gnus-mark-copied-or-moved-articles-as-expirable.
3381
3382 * emacs-mime.texi (Display Customization): Add xref to
3383 gnus-safe-html-newsgroups.
3384
3385 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
3386
3387 * tramp.texi (Version Control): Remove.
3388 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
3389 reference.
3390 (External methods): Correct `scpc' concept index entries. New method
3391 `rsyncc'.
3392 (External packages): New subsections "Filename completion" and "File
3393 attributes cache".
3394
3395 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
3396
3397 * calc.texi (Rewrite Rules): Improve the example.
3398 (Simplifying Formulas): Explain use of the I and H flags for
3399 simplification.
3400
3401 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3404 Describe autostart behavior of dbus-ping.
3405 (Synchronous Methods, Asynchronous Methods): Use English numeric format
3406 for timeout values.
3407 (Top): Remove footnote saying D-Bus is not enabled by
3408 default. (Bug#4256)
3409
3410 2009-08-23 Daiki Ueno <ueno@unixuser.org>
3411
3412 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3413 Reported by Jari Aalto (Bug#4211).
3414 (Mail-mode integration): Mention epa-mail-mode and
3415 epa-global-mail-mode.
3416 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3417 epa-setup.
3418
3419 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * dbus.texi (Asynchronous Methods): Allow nil handler.
3422
3423 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
3424
3425 * ediff.texi (ediff-current-file): Add information about this new function.
3426
3427 * viper.texi: Add information about C-s in viper's search command.
3428
3429 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
3430
3431 * calc.texi (Date Forms): Fix typos.
3432
3433 2009-08-08 Glenn Morris <rgm@gnu.org>
3434
3435 * org.texi (Agenda commands): Restore clobbered change.
3436
3437 2009-08-07 Eli Zaretskii <eliz@gnu.org>
3438
3439 * calc.texi (Graphics, Devices): Update with the peculiarities of
3440 operation on MS-Windows.
3441
3442 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3443
3444 * org.texi (Publishing action): Improve documentation of file
3445 names when publishing to the source directory.
3446 (Clean view): Document `org-indent-mode'.
3447 (Clocking work time): Add documentation for the
3448 new :timetamp option when creating a clock report.
3449 (Paragraphs): Fix many typos.
3450 (Plain lists): Remove duplicate explanation about the
3451 `C-c *' command.
3452 (Literal examples): Update to reflect the new behavior
3453 of the -n -r -k switches when exporting source code examples.
3454 (Structure editing): Add information about `C-c *',
3455 converting a plain list into a list of Org items.
3456 (Remember): Small rephrasing of the paragraph
3457 describing remember.el. Also mentioned that remember.el is part
3458 of Emacs 23, not Emacs 22.
3459 (Clocking work time): Add documentation about
3460 displaying the current clocking time against the effort estimate.
3461 Also add a footnote about using `org-clock-in-prepare-hook' to add
3462 an effort estimate on the fly, just before clocking it.
3463 (Footnotes): Document automatic renumbering and
3464 sorting.
3465 (Agenda commands): Document new bulk commands.
3466 (Plain lists): Document new behavior of
3467 `org-cycle-include-plain-lists'.
3468 Hyphenation only in TeX.
3469 (Clocking work time): Document the key to update effort
3470 estimates.
3471 (Clocking work time): Document the clock time display.
3472 (Structure editing, TODO basics): Document new
3473 variables.
3474 (Column attributes): Document new colciew operators.
3475 (Publishing options): Document :xml-declaration.
3476 (Tracking TODO state changes): Document the
3477 LOG_INTO_DRAWER property.
3478 (Literal examples): Document the new implementation for
3479 editing source code.
3480 (Publishing action): Mention the new publishing
3481 function, to publish an Org source file.
3482 (Publishing links): Mention how to link to an Org source file.
3483 (Macro replacement): Document new macros.
3484 (Handling links): Document type-specific completion
3485 when inserting links.
3486 (Structure editing, Plain lists): Improve documentation
3487 on sorting.
3488 (Internal links): Document custom ids for links.
3489 (Handling links): Document custom ids for links.
3490 (CSS support): Document new class.
3491 (Refiling notes): Document the possibility to create new nodes
3492 during refiling.
3493 (Agenda commands): Document the "?" operator to find
3494 tasks without effort setting.
3495 (Exporting agenda information): Section moved.
3496 (RSS Feeds): New section.
3497 (Built-in table editor): Document M-e and M-a navigate
3498 inside table field.
3499 (Stuck projects): Docment that projects identified as
3500 un-stuck will still be searchd for stuck sub-projects.
3501 (Paragraphs): Document centering.
3502 (Creating timestamps, Agenda commands): Document new
3503 behavior when changing time stamps.
3504 (Structure editing): Document the new command
3505 `org-clone-subtree-with-time-shift'.
3506 (Publishing): Refresh this chapter.
3507 (Export options, Export options, In-buffer settings):
3508 Document the new keywords.
3509 (Matching tags and properties): Collect all
3510 documentation about tags/property matches here.
3511 (Setting tags): Document `org-tag-persistent-alist'.
3512 (Weekly/daily agenda): New section.
3513 (Orgstruct mode): Describe `orgstruct++-mode'.
3514 (Drawers): Mention the LOGBOOK drawer.
3515 (Export options, Sectioning structure): Document the
3516 #+LEATEX_HEADER in-buffer setting.
3517 (Bugs): Section removed.
3518 (Hooks): New section.
3519 (Add-on packages): Move here from old location.
3520 (Context-sensitive commands): New section.
3521 (Setting tags): Document newline option.
3522 (Global TODO list, Matching tags and properties):
3523 Mention more variables.
3524 (Checkboxes): Update to changed command behavior.
3525
3526 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3527
3528 * speedbar.texi (Basic Key Bindings): Fix typo.
3529
3530 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3531
3532 * calc.texi (Vector/Matrix Functions): Add index entries for both
3533 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3534 affects matrices with more than one row.
3535 (Help Commands): Add index entries for "prefix ?" key bindings.
3536
3537 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3538
3539 * calc.texi (Stack Manipulation Commands): Add documentation for
3540 `calc-transpose-lines'.
3541
3542 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * dbus.texi (Receiving Method Calls): Describe special return value
3545 `:ignore'.
3546
3547 2009-07-24 Alan Mackenzie <acm@muc.de>
3548
3549 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3550 initialization, any individual variable setting now takes precedence
3551 over one done via c-file-style/c-file-offsets.
3552
3553 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3554
3555 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3556 truncated when Calc is quit.
3557 (Customizing Calc): Document `calc-undo-length'.
3558
3559 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3562
3563 2009-07-11 Kevin Ryde <user42@zip.com.au>
3564
3565 * pcl-cvs.texi (About PCL-CVS):
3566 * widget.texi (Basic Types):
3567 Fix cross-references.
3568
3569 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3570
3571 * dbus.texi (Type Conversion): Don't use literal control character.
3572
3573 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * tramp.texi (GVFS based methods): New section.
3576 (Remote processes): Processes for GVFS based methods run locally.
3577
3578 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
3579
3580 * tramp.texi (Inline methods, External methods, Gateway methods):
3581 Avoid the words "kludge" and hack".
3582 (External methods): Add `synce' method.
3583
3584 * trampver.texi: Update release number.
3585
3586 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
3587
3588 Sync with Tramp 2.1.16.
3589
3590 * tramp.texi (History): Add GVFS support.
3591 (External methods): Precise `rsync' description. Add `dav', `davs' and
3592 `obex' methods. Add 'tramp-gvfs-methods' option.
3593 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3594 forms.
3595 (Remote Programs): Introduce `tramp-own-remote-path'.
3596 (Remote processes): New subsection "Running remote programs that create
3597 local X11 windows".
3598 (Frequently Asked Questions): Improve code for disabling vc.
3599
3600 * trampver.texi: Update release number. Set default value of
3601 `emacsgvfs'.
3602
3603 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * Branch for 23.1.
3606
3607 2009-06-17 Glenn Morris <rgm@gnu.org>
3608
3609 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3610 (Latest version of Emacs): Mention source code repository.
3611
3612 2009-06-16 Glenn Morris <rgm@gnu.org>
3613
3614 * faq.texi (Top): Language tweak.
3615 (Extended commands): Most people have arrow keys.
3616 (Emacs manual): Say how to follow info links.
3617 (File-name conventions): Change title a bit. Explain about source
3618 versus installed. Condense etc description.
3619 (Guidelines for newsgroup postings): Mention Savannah list page.
3620 (Newsgroup archives): Simplify.
3621 (Contacting the FSF): Add contact URL.
3622 (Emacs Lisp documentation): Printed version not always available.
3623 (Installing Texinfo documentation): Explain how by hand installation is
3624 not normally needed. Use add-to-list. Remove duplicate reference.
3625 (Informational files for Emacs): Move info on Help menu here from
3626 "File-name conventions".
3627 (Help installing Emacs): Tweak uref.
3628 (Obtaining the FAQ): Mention repository.
3629 (Origin of the term Emacs): Explain "ITS".
3630 (Changing load-path): Use add-to-list.
3631 (Automatic indentation): Clarify this is for Text mode.
3632 Don't mention Indented Text mode.
3633 (Finding Emacs on the Internet): The FSF does not seem to offer a
3634 deluxe distribution on CD anymore.
3635
3636 2009-06-16 Glenn Morris <rgm@gnu.org>
3637
3638 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3639 Recommend the latest release. Mention how to get older FAQs.
3640 Recommend the Emacs manual.
3641 (Guidelines for newsgroup postings): Discourage cross-posts.
3642 (Underlining paragraphs): Remove.
3643 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3644 (Bugs and problems): Update key-binding.
3645 (Problems with very large files): Mention 64-bit.
3646 (Shell process exits abnormally): Remove.
3647 (Problems with Shell Mode): Rename and update.
3648 (Spontaneous entry into isearch-mode)
3649 (Problems talking to certain hosts): Remove. This is old information,
3650 in etc/PROBLEMS if needed.
3651 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3652 (Dired claims that no file is on this line): Update.
3653 (Installing Emacs, Problems building Emacs): Simplify.
3654 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3655 information.
3656 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3657 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3658 (JDEE): "JDEE", not "JDE".
3659 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3660 Remove. This is old information, in etc/PROBLEMS if needed.
3661 (stty and Backspace key, Kanji and Chinese characters): Remove.
3662 (Right-to-left alphabets): Update section.
3663 (Changing the included text prefix): Gnus uses message-yank-prefix.
3664 Add cross-reference to Supercite manual.
3665 (Saving a copy of outgoing mail): Simplify output file description.
3666 (Expanding aliases when sending mail): Refer to Emacs manual.
3667 Remove old info about RFC822.
3668 Correct description of how to rebuild aliases.
3669 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3670 (MIME with Emacs mail packages)
3671 (Viewing articles with embedded underlining)
3672 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3673 Remove old sections.
3674 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3675 and is well-documented in the Gnus manual.
3676 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3677 (Making Gnus faster): Rename from "Starting Gnus faster".
3678 Merge "Catch-up is slow in Gnus" into here.
3679
3680 2009-06-14 Glenn Morris <rgm@gnu.org>
3681
3682 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3683 (New in Emacs 23): New section.
3684 (Handling C-s and C-q with flow control): Add xref.
3685
3686 2009-06-13 Glenn Morris <rgm@gnu.org>
3687
3688 * faq.texi (Setting up a customization file): Grammar fix.
3689 Customize is no longer "new".
3690 (Displaying the current line or column): Line-number mode is on by
3691 default. Don't mention `column' package. Mention linum.el.
3692 (Turning on abbrevs by default): Explain how to do it for buffers,
3693 modes, and everywhere.
3694 (Associating modes with files): Use add-to-list. Don't mention Emacs
3695 19.
3696 (Highlighting a region): On by default since 23.1.
3697 (Replacing highlighted text): Update doc quote.
3698 (Working with unprintable characters): Don't mention search-quote-char.
3699 (Using an already running Emacs process): Gnuclient is probably not an
3700 enhancement these days.
3701 (Indenting switch statements): Remove mention of pre-Emacs 20.
3702 (Horizontal scrolling): Abbreviate Emacs 20 description.
3703 (Replacing text across multiple files): Fix name of dired command.
3704 (Disabling backups): Use require not load.
3705 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3706
3707 2009-06-13 Bill Wohler <wohler@newt.com>
3708
3709 Release MH-E manual version 8.2.
3710
3711 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3712 release 8.2.
3713
3714 2009-06-13 Glenn Morris <rgm@gnu.org>
3715
3716 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3717 in this day and age the common meaning is "on the web".
3718 (copying): Use @copyright in all cases.
3719 (Basic keys): Remove reference to deleted manual node "Text Characters".
3720 (File-name conventions): Use GNU as an example rather than SERVICE.
3721 default.el lives in site-lisp. Update Info directory location.
3722 (Real meaning of copyleft): GPL actions have been brought, but all
3723 settled out of court.
3724 (Guidelines for newsgroup postings): Shorten section title.
3725 Simplify comp.emacs description.
3726 (Newsgroup archives): Change Google URL. Describe Gmane.
3727 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3728 points". Mention List-Unsubscribe header.
3729 (Contacting the FSF): Update email and URLs.
3730 (Basic editing): Mention F1 for help.
3731 (Installing Texinfo documentation): Refer to Texinfo website rather
3732 than ftp server.
3733 (Printing a Texinfo file): Mention texi2pdf.
3734 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3735 are just stubs nowadays.
3736 (Latest version of Emacs): Explain version numbers.
3737 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3738 (Turning on syntax highlighting): No need to mention hilit19 any more.
3739 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3740 (Modes for various languages): Remove section.
3741 (Major packages and programs): Remove most version and maintainer
3742 information - it's hard to keep up-to-date, and adds nothing.
3743 Similarly with direct links to mailing lists.
3744 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3745 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3746 years, and Emacs comes with tools for this now.
3747 (Patch): Remove section - this is a standard tool.
3748 (Using function keys under X): Remove section.
3749
3750 2009-06-12 Glenn Morris <rgm@gnu.org>
3751
3752 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3753 (Help installing Emacs): Remove reference to deleted X11 node.
3754 (Associating modes with files): Interpreter-mode-alist is no longer
3755 subservient to auto-mode-alist.
3756 (Installing Emacs): Change future Emacs version.
3757 (Linking with -lX11 fails): Remove old section.
3758 (Packages that do not come with Emacs): Update ELL location.
3759 Emacs Lisp archive is dead.
3760 (Emacs for Windows): Remove reference to old CE port.
3761 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3762 (Emacs for VMS and DECwindows): Remove old ports.
3763 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3764 (Removing flashing messages): Remove section about non-existent Gnus
3765 option.
3766
3767 * faq.texi (Top): Add @top command.
3768 Remove the optional arguments from all @node commands: makeinfo can
3769 generate these automatically, and it is easier to edit and rearrange
3770 nodes without them.
3771
3772 2009-06-11 Glenn Morris <rgm@gnu.org>
3773
3774 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3775 (The LPF): Make the updated URL the sole reference point.
3776 (Learning how to do something): Update refcard price and format.
3777 (Getting a printed manual): Sources in doc/emacs/, not man/.
3778 Also available in PDF format. Since the page count varies, be less
3779 precise.
3780 (Informational files for Emacs): Remove references to deleted files
3781 LPF and SUN-SUPPORT, and to UUCP.
3782 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3783 Remove many obsolete ways to get the FAQ, which now seems only to be
3784 distributed with Emacs.
3785 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3786
3787 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * org.texi (Org Plot): Fix tags (Bug#3507).
3790 (Workflow states, Agenda commands): Fix tags (Bug#3508).
3791
3792 * ada-mode.texi (Installation, Compile commands)
3793 (Project File Overview, No project files, Set compiler options)
3794 (Use GNAT project file, Use multiple GNAT project files)
3795 (Identifier completion): Use @samp for menu items, and @kbd for key
3796 sequences (Bug#3504).
3797
3798 2009-06-04 Daiki Ueno <ueno@unixuser.org>
3799
3800 * gnus.texi (Security): Fix wording; add a link to epa.info.
3801
3802 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
3803
3804 * message.texi (Header Commands): Fix descriptions to match
3805 keybindings.
3806
3807 2009-04-22 Daiki Ueno <ueno@unixuser.org>
3808
3809 * gnus.texi (Security): Mention that EasyPG is the current default.
3810
3811 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * ediff.texi (Session Commands): Fix typo.
3814
3815 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3816
3817 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3818 news.software.readers. Reported by Florian Rehnisch.
3819
3820 2009-04-02 Glenn Morris <rgm@gnu.org>
3821
3822 * auth.texi: Capitalize direntry.
3823
3824 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3825 using a period in the entry name. (Bug#2797)
3826
3827 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3830 ($(infodir)/auth, auth.dvi): New targets.
3831
3832 2009-03-03 Glenn Morris <rgm@gnu.org>
3833
3834 * auth.texi: Fix @setfilename.
3835
3836 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3837 (auth, $(infodir)/auth, auth.dvi): New rules.
3838
3839 2009-02-25 Glenn Morris <rgm@gnu.org>
3840
3841 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3842
3843 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3844
3845 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3846
3847 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3850 gnus-nocem-issuers, and gnus-nocem-verifyer.
3851
3852 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * ada-mode.texi (Project files, Automatic Casing):
3855 * dbus.texi (Signals):
3856 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3857 * mh-e.texi (HTML):
3858 * nxml-mode.texi (Locating a schema)
3859 (Using the document's URI to locate a schema):
3860 * org.texi (Footnotes, Using the mapping API):
3861 * rcirc.texi (Channels): Remove duplicate words.
3862
3863 2009-02-20 Glenn Morris <rgm@gnu.org>
3864
3865 * dired-x.texi (Miscellaneous Commands):
3866 * gnus.texi: Minor updates for mbox Rmail.
3867
3868 2009-02-16 Karl Berry <karl@gnu.org>
3869
3870 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3871 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3872 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3873 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3874 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3875 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3876 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3877 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3878 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3879 Consistently use @insertcopying in the Top node,
3880 @contents at the front (after @end titlepage),
3881 and @direntry after @copying. (Bug#1988)
3882
3883 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3884
3885 * auth.texi: New file documenting auth-source.
3886
3887 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
3888
3889 * org.texi (Org Plot): Fix link.
3890
3891 2009-02-09 Daiki Ueno <ueno@unixuser.org>
3892
3893 * epa.texi (Mail-mode integration): Mention the way to do
3894 "encrypt-to-self". (Bug#1807)
3895
3896 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
3897
3898 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3899
3900 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3901
3902 * gnus-news.texi: Print version about Incoming*.
3903
3904 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
3905
3906 * org.texi (Structure editing, Handling links)
3907 (Fast access to TODO states, Javascript support): Make standard docs
3908 correctly reflect default variable settings.
3909
3910 2009-02-02 Glenn Morris <rgm@gnu.org>
3911
3912 * org.texi: Fix typos.
3913
3914 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
3915
3916 Sync with Tramp 2.1.15.
3917
3918 * trampver.texi: Update release number.
3919
3920 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3921
3922 * org.texi (TODO dependencies): Document TODO dependencies on
3923 checkboxes.
3924
3925 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
3926
3927 * org.texi (TODO dependencies): Document key binding for toggling
3928 ORDERED property.
3929
3930 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
3931
3932 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3933 of hook functions.
3934
3935 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
3936
3937 * org.texi (TODO dependencies): New section.
3938
3939 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
3940
3941 * org.texi (Plain lists, TODO basics, Priorities)
3942 (Multiple sets in one file, Conflicts): Document interaction with
3943 `shift-selection-mode'.
3944
3945 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3946
3947 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3948 Make Calc the subject of sentences.
3949 (Rearranging Formulas using Selections): Discuss new options
3950 for `j *'.
3951
3952 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3955
3956 2009-01-26 Glenn Morris <rgm@gnu.org>
3957
3958 * org.texi: Fix typos.
3959
3960 2009-01-26 Bill Wohler <wohler@newt.com>
3961
3962 * mh-e.texi (EDITION, UPDATED): Update.
3963
3964 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
3965
3966 * org.texi (References): Add information about remote references.
3967 (Built-in table editor): Document `C-c RET' in tables.
3968 (Math symbols, Quoting LaTeX code): Mention that simple
3969 LaTeX macros survive LaTeX export.
3970 (Images in LaTeX export): Show how to create a reference to a
3971 figure.
3972 (Sectioning structure): Document that the LaTeX class can be
3973 specified in a property.
3974 (Text areas in HTML export): New section.
3975 (External links): Add examples for text search and ID links.
3976 (Built-in table editor): Remove the descriptio of `C-c
3977 C-q', it not longer works.
3978 (Literal examples): Document that a space must follow
3979 the colon in short examples.
3980 (Relative timer): Document `org-timer-stop'.
3981 (Footnotes): New section.
3982 (Footnote markup): Shorten section and refer to new Footnote
3983 section.
3984 (Literal examples): Add documentation for line
3985 numbering in and references to code examples.
3986 (CSS support): Fix the description of default CSS styles.
3987 (Capturing column view): Document
3988 "file:path/to/file.org" as an allowed value for the ID property of
3989 a dynamic block copying column view.
3990
3991 2009-01-23 Stephen Eglen <stephen@gnu.org>
3992
3993 * mh-e.texi (Getting Started): Describe $MH.
3994
3995 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * tramp.texi (all): Harmonize usage of "external method",
3998 "external transfer method" and "out-of-band method".
3999 (Connection types): Precise the differences of inline and external
4000 methods. Written by Adrian Phillips <a.phillips@met.no>.
4001
4002 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4003
4004 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4005 commands as described at the top. Reported by Allan Gottlieb
4006 <gottlieb@nyu.edu>.
4007
4008 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4011 nnmail-pathname-coding-system.
4012
4013 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
4014
4015 * org.texi (Relative timer): Fix typo.
4016
4017 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * org.texi (Clocking work time): Fix typo.
4020 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
4021
4022 2009-01-13 Glenn Morris <rgm@gnu.org>
4023
4024 * org.texi: Fix some more typos.
4025
4026 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
4027
4028 * org.texi: Fix some typos.
4029
4030 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * gnus.texi (Group Parameters): Add note for local variables.
4033
4034 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4035
4036 * gnus.texi (Converting Kill Files): Fix URL.
4037 Include gnus-kill-to-score.el in contrib directory.
4038
4039 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
4040
4041 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4042 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
4043 (Paging the Article): Add index entry.
4044
4045 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
4046
4047 * ada-mode.texi (Examples): Delete redundant text.
4048
4049 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
4050
4051 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4052
4053 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4054 addresses.
4055
4056 2009-01-03 Bill Wohler <wohler@newt.com>
4057
4058 * mh-e.texi (Scan Line Formats): Indicate that first column should be
4059 kept empty.
4060
4061 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
4062
4063 * org.texi (Activation, Exporting, ASCII export, HTML export)
4064 (HTML Export commands, LaTeX/PDF export commands):
4065 Improve documentation about transient-mark-mode.
4066 (References): Document the use of special names like $LR1 to reference
4067 to fields in the last table row.
4068
4069 2008-12-19 Juri Linkov <juri@jurta.org>
4070
4071 * info.texi (Search Text): Remove mention of removed key binding M-s.
4072
4073 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
4074
4075 * org.texi (References): Remove mentioning of @0 as reference for the
4076 last line, this has been reverted in the Lisp sources.
4077
4078 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4081 (DVI_TARGETS): Remove duplicates. Add sasl.
4082 ($(infodir)/sasl, sasl.dvi): New targets.
4083
4084 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
4085
4086 * org.texi: Version number pushed to 6.15d.
4087
4088 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
4089
4090 * org.texi (Tables in LaTeX export): New section.
4091 (Images in LaTeX export): New section.
4092 (Inlined images, Images in HTML export): Sections renamed.
4093
4094 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4095
4096 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4097
4098 2008-12-04 David Engster <dengste@eml.cc>
4099
4100 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
4101 of nnml-get-new-mail. Change URL for mairix patch.
4102
4103 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4104
4105 * org.texi (Using the mapping API): Fix bug in mapping example.
4106 (Publishing options): Make the list of properties complete again, in
4107 correspondence to the variable `org-export-plist-vars'.
4108 (Property searches): Document new special values for time comparisons.
4109 (Tag inheritance): Refine the description of tag inheritance.
4110 (Project alist): Add info about the publishing sequence of components.
4111 (Effort estimates): Document the new relative timer.
4112
4113 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
4114
4115 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4116 (Using Calc): Clarify use of `C-x * o'.
4117 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4118
4119 2008-11-28 Richard M Stallman <rms@gnu.org>
4120
4121 * dbus.texi (Receiving Method Calls): Clean up previous change.
4122
4123 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4126 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4127 `dbus-unescape-from-identifier'.
4128 (Receiving Method Calls): New constants `dbus-service-emacs' and
4129 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
4130 (Signals): Use the constants in the example.
4131
4132 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
4133
4134 * org.texi: Re-apply change to FDL 1.3.
4135
4136 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
4137
4138 * org.texi (Setting up Remember): Document `org-remember-mode'.
4139 (External links): Document that bbdb links can use a regular
4140 expression.
4141 (External links): Document that elisp links can contain interactive
4142 commands.
4143
4144 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4145
4146 * viper.texi (viper-translate-all-ESC-keysequences):
4147 Description removed.
4148
4149 2008-11-19 Glenn Morris <rgm@gnu.org>
4150
4151 * doclicense.texi: Change to FDL 1.3.
4152 Relicense all texi files under FDL 1.3 or later.
4153
4154 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4155
4156 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4157
4158 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4159
4160 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4161
4162 * ediff.texi: Version/date change.
4163
4164 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4167
4168 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
4169
4170 * calc.texi (About This Manual): Comment out a mention of
4171 marginal notes.
4172
4173 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
4174
4175 * org.texi (Clocking work time): Document the :formula property of
4176 clock tables.
4177 (Structure editing, Refiling notes): Document refiling regions.
4178 (Agenda commands): Document the double-prefix version
4179 of the `l' command in the agenda.
4180 (Handling links): Explain the effect of a double prefix
4181 arg to `C-c C-o'.
4182 (TODO basics): Add documentation for tag triggers.
4183
4184 2008-10-23 Glenn Morris <rgm@gnu.org>
4185
4186 * cl.texi (Function Bindings): Mention `flet' fails to deal with
4187 byte-compiling things like `+'.
4188
4189 * ns-emacs.texi: Merge copyright years of author now with assignment
4190 into FSF years.
4191 (VER): Use it for easier automatic updating. Use Emacs version rather
4192 than standalone Emacs.app version.
4193
4194 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
4195
4196 * org.texi: Lots of minor fixes.
4197 (Capture): New chapter.
4198 (Org Plot): New section.
4199
4200 2008-09-30 Magnus Henoch <mange@freemail.hu>
4201
4202 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4203
4204 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4205
4206 * calc.texi (User Defined Units): Mention how to enter optional display
4207 string.
4208
4209 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4210
4211 * message.texi (Sending Variables): Fix variable documentation to
4212 avoid the "y/n" wording.
4213
4214 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4215
4216 * message.texi (Sending Variables): Add `message-confirm-send' doc.
4217
4218 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4219
4220 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4221 @enumerate section so as to be able to be formatted with MAKEINFO=no.
4222
4223 2008-09-22 Bill Wohler <wohler@newt.com>
4224
4225 Release MH-E manual version 8.1.
4226
4227 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4228 release 8.1.
4229
4230 * mh-e.texi: Retain dual license as agreed to by the FSF.
4231 However, bump GPL to Version 3.
4232 Use @include for license text.
4233
4234 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
4235
4236 * gnus.texi (Top, Setup, Fancy splitting to parent)
4237 (Store custom flags and keywords, Store arbitrary data):
4238 Clean up markup.
4239
4240 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4241
4242 * gnus.texi (The Gnus Registry): Document it.
4243
4244 2008-09-08 David Engster <dengste@eml.cc>
4245
4246 * gnus.texi (nnmairix): Point out that nnml uses MH format.
4247 Clarify section about choosing back end servers.
4248
4249 2008-08-23 Glenn Morris <rgm@gnu.org>
4250
4251 * dired-x.texi (Shell Command Guessing):
4252 Mention dired-guess-shell-case-fold-search. (Bug#417)
4253
4254 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
4255
4256 * trampver.texi: Update release number.
4257
4258 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
4259
4260 * ns-emacs.texi: Update version.
4261 (Introduction): Correct menu location for options save.
4262 (Customization): Note that defaults are stored under org.gnu.Emacs.
4263
4264 2008-08-11 Bill Wohler <wohler@newt.com>
4265
4266 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4267 explicit about GNU mailutils MH elsewhere (with thanks to Darel
4268 Henman) (closes SF #1768928).
4269
4270 2008-08-10 Glenn Morris <rgm@gnu.org>
4271
4272 * ns-emacs.texi: Use @copying. Change copyright of authors with
4273 assignment to FSF. Change license to GFDL.
4274 (Top): Remove outdated references.
4275
4276 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
4277
4278 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4279 Add gnus-summary-sort-by-most-recent-number and
4280 gnus-summary-sort-by-most-recent-date.
4281 (Summary Sorting): Explain prefix argument.
4282
4283 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
4284
4285 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4286 gnus-summary-pipe-output.
4287
4288 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * dbus.texi (Receiving Method Calls): Document error handling of own
4291 D-Bus methods.
4292
4293 2008-08-01 Bill Wohler <wohler@newt.com>
4294
4295 * mh-e.texi (Reading Mail)
4296 (Viewing Attachments): Describe new function
4297 mh-show-preferred-alternative.
4298 (Sending Mail, Redistributing, Sending Message): Describe new hook
4299 mh-annotate-msg-hook.
4300
4301 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4302
4303 * dbus.texi (Arguments and Signatures): Fix example.
4304 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4305 (Asynchronous Methods): New node.
4306 (Errors and Events): Describe extended layout of `dbus-event'.
4307 New defun `dbus-event-message-type'.
4308
4309 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4310
4311 * ediff.texi: Remove VMS support.
4312
4313 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4316 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4317
4318 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * Makefile.in: Add mairix-el targets.
4321
4322 2008-07-29 David Engster <deng@randomsample.de>
4323
4324 * mairix-el.texi: New file.
4325
4326 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4327
4328 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4329 project files. Delete 'main_unit' project variable; not needed. Allow
4330 process environment variables wherever project variables are allowed.
4331 Add tutorial section on multiple GNAT project files.
4332
4333 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4334
4335 Sync with Tramp 2.1.14.
4336
4337 * trampver.texi: Update release number.
4338
4339 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * ns-emacs.texi:
4342 * faq.texi: Remove mentions of Mac Carbon.
4343
4344 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * gnus.texi (Saving Articles): Describe the 2nd argument of
4347 gnus-summary-save-in-pipe.
4348 (SpamAssassin): Use it.
4349
4350 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4351
4352 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4353
4354 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
4355
4356 * org.texi (Export options): Document the use of the creator flag.
4357
4358 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
4359
4360 * org.texi: New version 6.06a.
4361
4362 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4365 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4366
4367 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
4368
4369 * calc.texi (Editing Stack Entries):
4370 (Algebraic Entry): Rewrite introductory sentences so it can be used by
4371 Calc's help functions. Mention fixing typos.
4372 (Customizing Calc): Fix typo.
4373
4374 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
4375
4376 * calc.texi (summarykey): New macro. Use to correctly format keys in
4377 the summary.
4378
4379 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
4380
4381 * ns-emacs.texi (Customization): Corrected documentation on color
4382 specification formats.
4383
4384 2008-07-19 Andreas Schwab <schwab@suse.de>
4385
4386 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
4387
4388 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4389 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4390
4391 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4392
4393 * dbus.texi (Inspection): Rework, introduce submenus.
4394 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4395 (Properties and Annotations, Arguments and Signatures): New nodes.
4396
4397 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * dbus.texi (Receiving Method Calls): Fix description of
4400 `dbus-register-method'.
4401 (Signals): Allow also signal arguments for filtering in
4402 `dbus-register-signal'.
4403
4404 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4405
4406 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4407 `cnorm'.
4408 (Arithmetic Tutorial): Simplify the verification of prime factors.
4409
4410 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4411
4412 * gnus.texi (Saving Articles): Mention
4413 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4414
4415 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
4416
4417 * calc.texi: Adjust mode line throughout.
4418
4419 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * sasl.texi (Mechanisms): Fix typos.
4422
4423 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
4424
4425 * calc.texi (Killing from the stack): Mention using normal Emacs
4426 copying.
4427
4428 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * tramp.texi (Password handling): Rename from "Password caching".
4431 Add `auth-source' mechanism.
4432 (Connection caching): Tramp reopens the connection automatically,
4433 when the operating system on the remote host has been changed.
4434
4435 2008-06-20 Eli Zaretskii <eliz@gnu.org>
4436
4437 * makefile.w32-in (distclean): Remove makefile.
4438
4439 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
4440
4441 * org.texi (Using the mapping API): New section.
4442 (Agenda column view): New section.
4443 (Moving subtrees): Document archiving to the archive sibling.
4444 (Agenda commands): Document columns view in the agenda.
4445 (Using the property API): Document the API for multi-valued properties.
4446
4447 2008-06-17 Jason Riedy <jason@acm.org>
4448
4449 * org.texi (A LaTeX example): Note that fmt may be a one-argument
4450 function, and efmt may be a two-argument function.
4451 (Radio tables): Document multiple destinations.
4452
4453 2008-06-16 Glenn Morris <rgm@gnu.org>
4454
4455 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4456 Add Cover-Texts.
4457
4458 2008-06-15 Glenn Morris <rgm@gnu.org>
4459
4460 * faq.texi (VER): Update to 23.0.60.
4461
4462 * mh-e.texi: Remove option of licensing under GPL.
4463 Add Cover-Texts to GFDL permissions notice.
4464 (GPL): Remove section.
4465 (GFDL): Include doclicense.texi rather than the actual text.
4466
4467 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4468 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4469
4470 * sasl.texi: Fix output file name.
4471
4472 * epa.texi, sasl.texi: Refer to license in Emacs manual.
4473
4474 * gnus-coding.texi: Refer to license in Gnus manual.
4475
4476 * idlwave.texi, sasl.texi: Use @copying.
4477
4478 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
4479
4480 * speedbar.texi: Update Back-Cover Text as per maintain.info.
4481
4482 * url.texi: Use @copying, @title, @subtitle, @author.
4483
4484 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4485 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4486 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4487 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4488 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4489 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4490 * widget.texi, woman.texi:
4491 Remove references to external license, since doclicense is included.
4492
4493 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4494 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4495 Remove references to non-existent Invariant Sections.
4496
4497 2008-06-14 Glenn Morris <rgm@gnu.org>
4498
4499 * faq.texi (Major packages and programs): Remove references to external
4500 Supercite, Calc, VIPER, since they have been included for some time.
4501 Update VM, AUCTeX, BBDB entries.
4502
4503 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
4504
4505 * newsticker.texi: Updated to match latest newsticker changes.
4506
4507 2008-06-13 Glenn Morris <rgm@gnu.org>
4508
4509 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4510 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4511 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4512 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4513 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4514 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4515 * woman.texi:
4516 Update Back-Cover Text as per maintain.info.
4517
4518 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4519
4520 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4521
4522 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4523 (gnus-faq.xml): Update repository host.
4524
4525 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4526
4527 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4528
4529 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4530 Fix a typo.
4531
4532 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4533
4534 * gnus.texi (Mail Source Customization): Correct values of
4535 `mail-source-delete-incoming'. Reported by Tassilo Horn.
4536 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4537
4538 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4539
4540 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4541 coding standards.
4542
4543 2008-06-14 David Engster <dengste@eml.cc>
4544
4545 * gnus.texi (nnmairix): Markup fixes.
4546
4547 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4548
4549 * gnus.texi (nnmairix): Markup and other minor fixes.
4550
4551 2008-06-05 David Engster <dengste@eml.cc>
4552
4553 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4554
4555 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4556
4557 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4558 (Searching, nnir, nnmairix): New stub nodes.
4559
4560 2008-05-30 Felix Lee <felix.1@canids.net>
4561
4562 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4563
4564 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4565
4566 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4567
4568 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4569
4570 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4571
4572 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4573
4574 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4575
4576 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
4577
4578 * info.texi (Top): Fix typo in xref.
4579
4580 2008-05-05 Karl Berry <karl@gnu.org>
4581
4582 * info.texi (Top): @xref to stand-alone manual.
4583
4584 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4585
4586 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4587 (Various Summary Stuff): Fix typo in last xref.
4588
4589 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4590
4591 * org.texi (Moving subtrees): Fix typo.
4592
4593 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
4594
4595 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4596 Tramp via `tramp-mode'.
4597
4598 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4599
4600 * org.texi: Massive changes, in many parts of the file.
4601
4602 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4603
4604 * gnus.texi (Oort Gnus): Add message-fill-column.
4605
4606 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4607
4608 * gnus.texi (Mail Source Specifiers): Typo fix.
4609
4610 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4611
4612 * gnus.texi (Diary Headers Generation): Update key binding for
4613 `gnus-diary-check-message'.
4614
4615 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4616
4617 * gnus.texi (Emacsen): Addition.
4618
4619 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4620
4621 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4622
4623 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4624
4625 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4626
4627 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * gnus-news.texi: Update tool bar item.
4630
4631 2008-04-09 Sven Joachim <svenjoac@gmx.de>
4632
4633 * gnus-news.texi: Fix typos.
4634
4635 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4636
4637 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4638 Add mention of `kron'.
4639
4640 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4641
4642 * epa.texi (Encrypting/decrypting *.gpg files):
4643 Document epa-file-name-regexp.
4644
4645 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4646
4647 * gnus.texi (Example Methods): Fix description about ssh-agent.
4648 (Indirect Functions): Fix the default value of nntp-telnet-command;
4649 remove link to connect.html.
4650
4651 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4654 dbus-call-method.
4655 (Receiving Method Calls): The timeout can be set by the calling client.
4656
4657 * trampver.texi: Update release number.
4658
4659 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4660
4661 * gnus.texi (Top): Fix version. Add SASL.
4662
4663 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
4664
4665 Sync with Tramp 2.1.13.
4666
4667 * trampver.texi: Update release number.
4668
4669 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * org.texi: Update to new org-mode website.
4672
4673 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4676
4677 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4678
4679 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4680 gnus-read-ephemeral-gmane-group-url,
4681 gnus-read-ephemeral-emacs-bug-group,
4682 gnus-read-ephemeral-debian-bug-group.
4683
4684 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4687
4688 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4689 Add FIXMEs for Bookmarks and gnus-registry-marks.
4690
4691 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4692
4693 * gnus.texi (Smileys): Document `smiley-style'.
4694
4695 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * gnus.texi (Gnus Development): Clarify difference between ding and
4698 gnu.emacs.gnus.
4699 (MIME Commands, Using MIME, RSS): Fix markup.
4700
4701 * gnus-faq.texi ([8.4]): Ditto.
4702
4703 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4704
4705 * gnus.texi (Emacsen): Remove obsolete stuff.
4706
4707 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4708
4709 * gnus.texi (Oort Gnus): Add version info WRT
4710 `mail-source-delete-incoming'.
4711
4712 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4713
4714 * gnus.texi (Top): Add "Other related manuals" and version info in
4715 `iftex' output.
4716 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4717 gnus-balloon-face-0 and the corresponding format specifiers.
4718
4719 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
4720
4721 * tramp.texi (Filename completion): Remove footnote about let-bind
4722 of `partial-completion-mode'. It doesn't work this way.
4723
4724 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * pcl-cvs.texi (Contributors): Update my email.
4727
4728 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
4729
4730 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4731
4732 2008-03-17 Bill Wohler <wohler@newt.com>
4733
4734 * mh-e.texi (Viewing): Update URL for adding header fields to
4735 mh-invisible-header-fields-default.
4736
4737 2008-03-16 Bill Wohler <wohler@newt.com>
4738
4739 * mh-e.texi (Preface): Add Gnus to requirements.
4740 (Forwarding): Note that forwarded MIME messages are now inline.
4741
4742 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4745 (Common Variables): Give precedence to the netcat methods over the
4746 telnet methods, and mention that they are more reliable.
4747
4748 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4749
4750 * org.texi (Exporting Agenda Views): Document agenda export to
4751 iCalendar.
4752 (Progress logging): Document the new progress logging stuff.
4753
4754 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4755
4756 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4757 Update for change of `mail-source-delete-incoming'.
4758
4759 * gnus-news.texi: Ditto.
4760
4761 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4762
4763 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4764 custom versions.
4765
4766 2008-03-07 Alan Mackenzie <acm@muc.de>
4767
4768 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4769 parens/brackets in a k&r region is limited.
4770
4771 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4772
4773 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4774 using different Emacs versions.
4775
4776 2008-02-27 Glenn Morris <rgm@gnu.org>
4777
4778 * sc.texi: Remove a lot of old and obsolete info.
4779 (titlepage): Simplify.
4780 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4781 (VM with any Emacsen, GNEWS with any Emacsen)
4782 (Overloading for Non-conforming MUAs, Version 3 Changes)
4783 (The Supercite Mailing List): Delete nodes.
4784 (Introduction): Remove info about old packages.
4785 (Getting Connected): Simplify. Remove info about old packages.
4786 (Citing Commands): Delete Emacs 19 info.
4787 (Hints to MUA Authors): Simplify.
4788 (Thanks and History): Merge in some info from the deleted node
4789 "Version 3 Changes".
4790
4791 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
4792
4793 * org.texi (Setting tags, In-buffer settings):
4794 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4795
4796 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4799 installation directory name.
4800
4801 2008-02-12 Romain Francoise <romain@orebokech.com>
4802
4803 * epa.texi (Overview): Fix typo.
4804
4805 2008-02-11 Daiki Ueno <ueno@unixuser.org>
4806
4807 * epa.texi (Quick start): Remove the .emacs setting.
4808
4809 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4810
4811 * epa.texi (Quick start): Use the command `epa-enable' instead of
4812 loading `epa-setup'.
4813
4814 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4817 ($(infodir)/epa, epa.dvi): New targets.
4818
4819 2008-02-08 Daiki Ueno <ueno@unixuser.org>
4820
4821 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4822
4823 * epa.texi: New manual documenting the EasyPG Assistant.
4824
4825 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
4826
4827 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4828 (Inspection): New function dbus-ping.
4829
4830 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * tramp.texi (Remote processes): Add `shell-command'.
4833
4834 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
4835
4836 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4837 (Group Parameters): Document `mail-source' parameter.
4838
4839 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4842 must be a local host.
4843
4844 2008-01-26 Michael Olson <mwolson@gnu.org>
4845
4846 * erc.texi: Update version for ERC 5.3 release.
4847 (Obtaining ERC): Update extras URLs for 5.3.
4848 (Development): Write instructions for git, and remove those for Arch.
4849 (History): Mention the switch to git.
4850
4851 2008-01-24 Karl Berry <karl@gnu.org>
4852
4853 * info.texi (Search Index, Search Text): Mention the command
4854 character in the section name, a la the (Go to node) node.
4855
4856 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
4857
4858 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4859
4860 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4861
4862 * gnus-news.texi: Mention gnus-article-describe-bindings.
4863
4864 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4865
4866 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4867
4868 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
4869
4870 * org.texi (Property inheritance): New section.
4871 (Conventions): New section.
4872 (Structure editing): Document C-RET, the prefix arg to the cut/copy
4873 commands, and the new bindings for refiling.
4874 (Sparse trees): Document the new special command for sparse trees.
4875 (References): Be more clear about the counting of hilines.
4876 (Handling links): Document M-p/n for accessing links.
4877 (Fast access to TODO states): New section.
4878 (Per file keywords): New section.
4879 (Property inheritance): New section.
4880 (Column attributes): New summary types.
4881 (Capturing Column View): New section.
4882 (The date/time prompt): Cover the new features in the date/time prompt.
4883 Compactify the table of keys for the calendar remote control.
4884 (Clocking work time): Document the new :scope parameter.
4885 (Remember): Promoted to chapter.
4886 (Quoted examples): New section.
4887 (Enhancing text): New verbatim environments.
4888
4889 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * trampver.texi: Update release number.
4892
4893 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4894
4895 * gnus.texi (Article Keymap):
4896 Add gnus-article-wide-reply-with-original; fix descriptions of
4897 gnus-article-reply-with-original and
4898 gnus-article-followup-with-original.
4899
4900 2008-01-09 Glenn Morris <rgm@gnu.org>
4901
4902 * nxml-mode.texi: Add @copying section.
4903
4904 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4905
4906 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4907 Server". Add `message-send-mail-with-mailclient'.
4908
4909 * gnus.texi (Posting Server): Move some text to "(message)Mail
4910 Variables" and add a reference here.
4911
4912 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
4913
4914 * dbus.texi (Receiving Method Calls): New chapter.
4915 (Errors and Events): Add serial number to events. Replace "signal" by
4916 "message". Introduce dbus-event-serial-number.
4917
4918 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
4919
4920 * dbus.texi (Type Conversion): Explain the type specification for empty
4921 arrays. Use another example.
4922
4923 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * dbus.texi (all): Replace "..." by @dots{}.
4926 (Type Conversion): Precise the value range for :byte types.
4927 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4928 Mention its return value.
4929 (Errors and Events): There is no D-Bus error propagation during event
4930 processing.
4931
4932 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4933
4934 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4935 New sections.
4936
4937 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4938
4939 * gnus.texi (Group Parameters): Reorder the text and add a note about
4940 `gnus-parameters' near the beginning of the node.
4941
4942 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4943
4944 * gnus.texi (Score File Editing): Fix function name.
4945
4946 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
4947
4948 Sync with Tramp 2.1.12.
4949
4950 * trampver.texi: Update release number.
4951
4952 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * dbus.texi (Type Conversion): Correct input parameters mapping.
4955
4956 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4959 (Errors and Events): Mention wrong-type-argument error.
4960
4961 2007-12-21 Alex Schroeder <alex@gnu.org>
4962
4963 * rcirc.texi: Changed single spaces after sentence end to double
4964 spaces. Fixed some typos.
4965 (Internet Relay Chat): Explain relay.
4966 (Getting started with rcirc): Change items to reflect prompts.
4967 Add more explanation to rcirc-track-minor-mode and added a comment to
4968 warn future maintainers that this section is a copy.
4969 (People): Change /ignore example.
4970 (Keywords): Not keywords.
4971
4972 2007-12-20 Alex Schroeder <alex@gnu.org>
4973
4974 * rcirc.texi (Top): Fighting Information Overload chapter added.
4975 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4976 (rcirc commands): Move /ignore command to the new chapter.
4977 (Fighting Information Overload): New chapter documenting /keyword,
4978 /bright, /dim, channel ignore, and low priority channels.
4979 (Configuration): Document rcirc-server-alist, remove
4980 rcirc-startup-channels-alist and rcirc-default-server.
4981
4982 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * dbus.texi (Signals): Fix example in dbus-register-signal.
4985
4986 2007-12-14 Sven Joachim <svenjoac@gmx.de>
4987
4988 * gnus.texi (Score Variables): Fix typo.
4989
4990 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4993 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4994 (Errors and Events): Adapt dbus-event.
4995
4996 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4997
4998 * gnus.texi (Other Files): Add the yenc command.
4999
5000 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
5001
5002 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5003 since 2004-08-06.
5004
5005 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5006
5007 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5008 on body.
5009
5010 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5011
5012 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5013 and rfc2047-allow-irregular-q-encoded-words; fix description of
5014 rfc2047-encode-encoded-words.
5015
5016 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5017
5018 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5019
5020 2007-12-05 Michael Olson <mwolson@gnu.org>
5021
5022 * remember.texi (Diary): Remove "require" line for remember-diary.el.
5023 Update documentation for `remember-diary-file'.
5024
5025 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * dbus.texi (Signals): Precise `dbus-register-signal'.
5028 (Errors and Events): Rework events part, the internal structure of
5029 dbus-event has changed.
5030
5031 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5034 ($(infodir)/dbus, dbus.dvi): New targets.
5035
5036 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5037
5038 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5039 unconditionally.
5040
5041 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5042 emulation with @print{}.
5043
5044 2007-12-02 Richard Stallman <rms@gnu.org>
5045
5046 * dbus.texi (Overview): Minor cleanup.
5047
5048 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * Makefile.in (INFO_TARGETS): Add dbus.
5051 (DVI_TARGETS): Add dbus.dvi.
5052 (dbus, dbus.dvi): New targets.
5053
5054 * dbus.texi: New file.
5055
5056 2007-11-24 Romain Francoise <romain@orebokech.com>
5057
5058 * nxml-mode.texi: Add description in @direntry.
5059 Fix file name to match @setfilename.
5060
5061 2007-11-23 Mark A. Hershberger <mah@everybody.org>
5062
5063 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5064 ($(infodir)/nxml-mode): New rule.
5065
5066 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5067 ($(infodir)/nxml-mode): New rule.
5068 (clean): Add nxml-mode*.
5069
5070 * nxml-mode.texi: New file with nxml manual.
5071
5072 2007-11-18 Richard Stallman <rms@gnu.org>
5073
5074 * flymake.texi (Example -- Configuring a tool called directly):
5075 Update example.
5076
5077 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * tramp.texi (Filename completion): Simplify explanation of
5080 double-slash behavior. Explain directory contents flushing.
5081
5082 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5083
5084 * calc.texi (TeX and LaTeX Language Modes): Put in
5085 missing braces.
5086
5087 2007-11-15 Richard Stallman <rms@gnu.org>
5088
5089 * cl.texi (Equality Predicates): Delete `eql'.
5090 (Predicates, Naming Conventions, Top): Delete `eql'.
5091 (Common Lisp Compatibility): Delete `eql'.
5092 (Porting Common Lisp): Delete obsolete backquote info.
5093 Minor clarification about character constants.
5094 (Sequence Basics): Minor clarification.
5095
5096 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * cc-mode.texi (Electric Keys, Custom Macros):
5099 * tramp.texi (Filename completion): Fix typos.
5100
5101 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
5102
5103 * calc.texi (Basic commands): Mention the menu.
5104
5105 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
5106
5107 * tramp.texi (Connection caching): Tramp flushes connection
5108 properties when remote operating system has been changed.
5109
5110 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5111
5112 * gnus-news.texi: Fix spelling.
5113 `message-insert-formatted-citation-line', not
5114 `message-insert-formated-citation-line'.
5115
5116 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5117
5118 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
5119
5120 * tramp.texi (Overview): Mention also the PuTTY integration under
5121 w32. Remove paragraphs about Tramp's experimental status.
5122 (Frequently Asked Questions): Add code example for highlighting the
5123 mode line.
5124
5125 2007-11-03 Michael Olson <mwolson@gnu.org>
5126
5127 * remember.texi: Change mentions of remember-buffer to
5128 remember-finalize throughout.
5129
5130 2007-10-30 Michael Olson <mwolson@gnu.org>
5131
5132 * remember.texi (Copying): Remove.
5133 (Mailbox): Update with non-BBDB instructions.
5134 (Diary, Org): Add.
5135 (Bibliography, Planner Page): Remove.
5136
5137 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
5138
5139 * makefile.w32-in (INFO_TARGETS): Add remember.
5140 (DVI_TARGETS): Add remember.dvi.
5141 ($(infodir)/remember): New rule.
5142 (clean): Add remember*.
5143
5144 2007-10-30 Michael Olson <mwolson@gnu.org>
5145
5146 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5147 ($(infodir)/remember): New rule that builds the Remember Manual.
5148
5149 * remember.texi: New file containing the Remember Mode Manual.
5150 Shuffle chapters around after initial import.
5151 (Function Reference): Split Keystrokes into separate chapter.
5152 (Keystrokes): Document C-c C-k.
5153 (Introduction): Fix typographical issue with "---".
5154
5155 2007-10-29 Richard Stallman <rms@gnu.org>
5156
5157 * widget.texi (Introduction): Delete discussion of implementation
5158 internals.
5159
5160 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * tramp.texi (Connection caching): Host names must be different
5163 when tunneling.
5164
5165 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5166
5167 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5168 Gnus v5.13.
5169
5170 2007-10-28 Miles Bader <miles@gnu.org>
5171
5172 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5173
5174 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5175
5176 * gnus.texi (Sorting the Summary Buffer):
5177 Remove gnus-article-sort-by-date-reverse.
5178
5179 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * gnus.texi (Non-ASCII Group Names): New node.
5182 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5183 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5184
5185 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5186
5187 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5188 clean the output of the program `imap-shell-program'.
5189
5190 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5191
5192 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5193
5194 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
5195
5196 * gnus.texi (Sticky Articles): Documentation for sticky article
5197 buffers.
5198
5199 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5200
5201 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5202
5203 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5206
5207 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5208
5209 * gnus.texi (Archived Messages):
5210 Document gnus-update-message-archive-method.
5211
5212 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5215
5216 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
5217
5218 * gnus.texi (Group Maneuvering):
5219 Document `gnus-summary-next-group-on-exit'.
5220
5221 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5222
5223 * gnus.texi (Really Various Summary Commands):
5224 Mention gnus-auto-select-on-ephemeral-exit.
5225
5226 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5227
5228 * gnus.texi, message.texi: Bump version number.
5229
5230 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5231
5232 * gnus.texi (Group Line Specification, Misc Group Stuff)
5233 (Server Commands): Parenthesize @pxref{Mail Spool}.
5234
5235 2007-10-28 Didier Verna <didier@xemacs.org>
5236
5237 New user option: message-signature-directory.
5238 * message.texi (Insertion Variables): Document it.
5239 * gnus.texi (Posting Styles): Ditto.
5240
5241 2007-10-28 Didier Verna <didier@xemacs.org>
5242
5243 * gnus.texi (Group Line Specification):
5244 * gnus.texi (Misc Group Stuff):
5245 * gnus.texi (Server Commands): Document the group compaction feature.
5246
5247 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5248
5249 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5250
5251 * message.texi (Various Message Variables): Add message-fill-column.
5252
5253 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5254
5255 * gnus.texi: Untabify.
5256
5257 2007-10-28 Didier Verna <didier@xemacs.org>
5258
5259 * gnus.texi (Group Parameters): Document the posting-style merging
5260 process in topic-mode.
5261
5262 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5263
5264 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5265
5266 2007-10-28 Romain Francoise <romain@orebokech.com>
5267
5268 * gnus.texi (Mail Spool): Fix typo.
5269 Update copyright.
5270
5271 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5272
5273 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5274
5275 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5276
5277 * gnus.texi (Summary Generation Commands):
5278 Add gnus-summary-insert-ticked-articles.
5279
5280 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5281
5282 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5283 to spam-spamassassin-program.
5284
5285 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5286
5287 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5288
5289 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5290
5291 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5292
5293 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5294
5295 * message.texi (Mail Headers): Document `opportunistic'.
5296
5297 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * emacs-mime.texi (Encoding Customization): Explain how to set
5300 mm-coding-system-priorities per hierarchy.
5301
5302 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5303
5304 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5305 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5306
5307 2007-10-28 Didier Verna <didier@xemacs.org>
5308
5309 * message.texi (Wide Reply): Update documentation of
5310 message-dont-reply-to-names (now allowing a list of regexps).
5311
5312 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5313
5314 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5315
5316 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5317
5318 * gnus.texi (SpamAssassin back end): Fix typo.
5319
5320 * sieve.texi (Examples): Fix grammar.
5321
5322 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5323
5324 * gnus.texi (Searching for Articles): Document M-S and M-R.
5325 (Limiting): Document / b.
5326
5327 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5328
5329 * gnus.texi (Thread Commands): T M-^.
5330
5331 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * message.texi (Mail Aliases): Document ecomplete.
5334 (Mail Aliases): Fix typo.
5335
5336 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5337
5338 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5339 fix typo.
5340
5341 2007-10-28 Romain Francoise <romain@orebokech.com>
5342
5343 * gnus.texi (Mail Spool): Grammar fix.
5344
5345 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5346
5347 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5348 string.
5349
5350 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * gnus.texi (Group Parameters): Fix description.
5353
5354 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * gnus.texi (Gmane Spam Reporting):
5357 Fix spam-report-gmane-use-article-number.
5358 Add spam-report-user-mail-address.
5359
5360 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5363
5364 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5365
5366 * gnus.texi (Group Parameters): Add simplified sorting example based on
5367 example for `Sorting the Summary Buffer' from Jari Aalto
5368 <jari.aalto@cante.net>.
5369 (Example Methods): Add example for an indirect connection.
5370
5371 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
5372
5373 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5374 (Agent Parameters): Updated parameter names to match code.
5375 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5376 'gnus-agent-summary-fetch-series'.
5377 (Agent and flags): New section providing a generalized discussion
5378 of flag handling.
5379 (Agent and IMAP): Remove flag discussion.
5380 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5381
5382 2007-10-28 Romain Francoise <romain@orebokech.com>
5383
5384 * gnus.texi (Exiting the Summary Buffer): Add new function
5385 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5386
5387 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5388
5389 * gnus.texi (Conformity): Fix typo.
5390 (Customizing Articles): Document `first'.
5391
5392 2007-10-28 Jari Aalto <jari.aalto@cante.net>
5393
5394 * gnus.texi (Sorting the Summary Buffer):
5395 Add `gnus-thread-sort-by-date-reverse'. Add example
5396 host to different sorting in NNTP and RSS groups.
5397
5398 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5399
5400 * message.texi (Insertion): Describe prefix for
5401 message-mark-inserted-region and message-mark-insert-file.
5402
5403 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5404
5405 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5406 LaTeX documents. Describe "text/x-gnus-verbatim".
5407
5408 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5409
5410 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5411 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5412 (spam-stat spam filtering, SpamOracle)
5413 (Extending the Spam ELisp package): Remove extra quote symbol for
5414 clarity.
5415
5416 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5419 gnus-article-delete-part and gnus-article-replace-part.
5420 (Using MIME): Add gnus-mime-replace-part.
5421
5422 2007-10-28 Romain Francoise <romain@orebokech.com>
5423
5424 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5425 requires `auto-compression-mode' to be enabled. Add new nnml
5426 variable `nnml-compressed-files-size-threshold'.
5427
5428 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * gnus.texi (Sorting the Summary Buffer):
5431 Add gnus-thread-sort-by-recipient.
5432
5433 2007-10-28 Romain Francoise <romain@orebokech.com>
5434
5435 * message.texi (Insertion Variables): Mention new variable
5436 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
5437 documentation accordingly.
5438
5439 2007-10-28 Romain Francoise <romain@orebokech.com>
5440
5441 * gnus.texi (To From Newsgroups): Mention new variables
5442 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5443
5444 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5445
5446 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5447 stuff; gnus-mime-inline-part does the automatic decompression.
5448
5449 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5450
5451 * gnus.texi (Spam ELisp Package Configuration Examples):
5452 "training.ham" should be "training.spam".
5453
5454 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5455
5456 * message.texi (Mail Variables): Fix the default value for
5457 message-send-mail-function.
5458
5459 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * gnus.texi (Optional Back End Functions): nntp-request-update-info
5462 always returns nil exceptionally.
5463
5464 2007-10-28 Simon Josefsson <jas@extundo.com>
5465
5466 * gnus.texi (Article Washing): Add libidn URL.
5467 Suggested by Michael Cook <michael@waxrat.com>.
5468
5469 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
5471 * gnus.texi (Topic Commands): Fix next/previous.
5472
5473 2007-10-28 Simon Josefsson <jas@extundo.com>
5474
5475 * gnus.texi (Article Washing): Mention `W i'.
5476
5477 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
5478
5479 * gnus.texi (Group Parameters): Slight extension of sieve
5480 parameter description.
5481
5482 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5485 matching score files as well.
5486 (Picons): Describe `gnus-picon-style'.
5487
5488 2007-10-28 Romain Francoise <romain@orebokech.com>
5489
5490 * message.texi (Message Headers): Mention that headers are hidden
5491 using narrowing, and how to expose them.
5492 Update copyright.
5493
5494 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5495
5496 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5497 `gnus-summary-sort-by-recipient'.
5498
5499 2007-10-28 Romain Francoise <romain@orebokech.com>
5500
5501 * gnus.texi (NNTP marks): New node.
5502 (NNTP): Move NNTP marks variables to the new node.
5503
5504 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5505
5506 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5507
5508 * gnus.texi (MIME Commands, Hashcash): Markup fix.
5509
5510 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5511
5512 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5513 everywhere for consistency.
5514 (Filtering Spam Using The Spam ELisp Package): Admonish again.
5515 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5516 Say "regular expression" instead of "regex." Admonish.
5517 Pick other words to sound better (s/so/thus/).
5518 (Spam ELisp Package Filtering of Incoming Mail):
5519 Mention statistical filters. Remove old TODO.
5520 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5521 New section on sorting and displaying the spam score.
5522 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5523 backend but an alias to spam-use-BBDB.
5524 (Extending the Spam ELisp package): Rewrite the example using the
5525 new backend functionality.
5526
5527 2007-10-28 Simon Josefsson <jas@extundo.com>
5528
5529 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5530 nntp-marks-directory, from Romain Francoise
5531 <romain@orebokech.com>.
5532
5533 2007-10-28 Magnus Henoch <mange@freemail.hu>
5534
5535 * gnus.texi (Hashcash): New default value of
5536 hashcash-default-payment.
5537
5538 2007-10-28 Simon Josefsson <jas@extundo.com>
5539
5540 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5541 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5542
5543 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5544
5545 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5546
5547 2007-10-28 Simon Josefsson <jas@extundo.com>
5548
5549 * gnus.texi (documentencoding): Add, to avoid warnings.
5550
5551 2007-10-28 Simon Josefsson <jas@extundo.com>
5552
5553 * message.texi (Mail Headers): Add.
5554
5555 * gnus.texi (Hashcash): Fix.
5556
5557 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5558
5559 * gnus.texi (Hashcash): Change location of library, also mention
5560 that payments can be verified and fix the name of the
5561 hashcash-path variable.
5562
5563 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5564
5565 * gnus.texi (Article Display): Add `gnus-picon-style'.
5566
5567 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5570
5571 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5572
5573 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5574 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5575 warning about ham processors in spam groups removed.
5576
5577 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5578
5579 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5580 From Hubert Chan <hubert@uhoreg.ca>.
5581
5582 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5583
5584 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5585 (Mailing List): Typo.
5586 (Customizing Articles): Add gnus-treat-ansi-sequences.
5587 (Article Washing): Index.
5588
5589 * message.texi: Use m-dash consistently.
5590
5591 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5592
5593 * gnus.texi (GroupLens): Remove.
5594
5595 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5596
5597 * gnus.texi (Outgoing Messages, Agent Variables):
5598 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5599 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5600
5601 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5602
5603 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5604
5605 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5606
5607 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5608
5609 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5610
5611 2007-10-28 Simon Josefsson <jas@extundo.com>
5612
5613 * gnus.texi (Top): Add SASL.
5614
5615 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5616
5617 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5618
5619 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5620
5621 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5622
5623 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5624
5625 * calc.texi (Formulas, Composition Basics): Lower the
5626 precedence of negation.
5627
5628 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5629
5630 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5631 Mention the new three-letter column identifiers.
5632 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5633 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5634 message when using `c' on an empty default with default printer.
5635 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5636 renamed to `ses--symbolic-formulas' some time ago.
5637
5638 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5639
5640 * calc.texi (Default Simplifications, Making Selections)
5641 (Customizing Calc): Clarify associativity of multiplication.
5642
5643 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5644
5645 * tramp.texi (Traces and Profiles): Simplify loop over
5646 `trace-function-background'.
5647
5648 2007-10-22 Juri Linkov <juri@jurta.org>
5649
5650 * dired-x.texi (Shell Command Guessing): Default values are now
5651 available by typing M-n instead of M-p.
5652
5653 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * tramp.texi (Cleanup remote connections): New section.
5656 (Password caching): Remove `tramp-clear-passwd'.
5657 It's not a command anymore.
5658 (Bug Reports): Add `tramp-bug' to function index.
5659 (Function Index, Variable Index): New nodes.
5660 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5661
5662 * trampver.texi: Update release number.
5663
5664 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5665
5666 * calc.texi (History and Acknowledgements): Turn comment
5667 about integer size into past tense.
5668 (Time Zones): Remove pointer to Calc author's address.
5669 (Trigonometric and Hyperbolic Functions): Mention cotangent
5670 and hyperbolic cotangent. Fix typo.
5671
5672 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5673
5674 Sync with Tramp 2.1.11.
5675
5676 * trampver.texi: Update release number.
5677
5678 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5679
5680 * tramp.texi (External packages): New section.
5681
5682 2007-09-29 Juri Linkov <juri@jurta.org>
5683
5684 * info.texi (Help-Int): Document `L' (`Info-history').
5685
5686 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5687
5688 * org.texi: Change links to webpage and maintained email.
5689 (Remember): Promote to Chapter, significant changes.
5690 (Fast access to TODO states): New section.
5691 (Faces for TODO keywords): New section.
5692 (Export options): Example for #+DATE.
5693 (Progress logging): Section moved.
5694
5695 2007-09-26 Bill Wohler <wohler@newt.com>
5696
5697 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5698 browse-url-at-mouse.
5699
5700 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5701
5702 * flymake.texi (Customizable variables): Face names don't end in -face.
5703 Fix flymake-err-line-patterns template.
5704 (Example -- Configuring a tool called directly): Fix init-function.
5705 (Highlighting erroneous lines): Face names don't end in -face.
5706
5707 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
5708
5709 * erc.texi (Special-Features): Fix small typo.
5710
5711 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5714 and "External transfer methods".
5715
5716 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5717
5718 * calc.texi (Predefined Units): Add some history.
5719
5720 2007-09-08 Michael Olson <mwolson@gnu.org>
5721
5722 * erc.texi (Copying): New section included from gpl.texi.
5723 This matches the look of the upstream ERC manual.
5724
5725 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5726
5727 * calc.texi (History and Acknowledgements): Adjust the "thanks".
5728 (Random Numbers): Clarify the distribution of `random'.
5729
5730 2007-09-06 Glenn Morris <rgm@gnu.org>
5731
5732 Move manual sources from man/ to subdirectories of doc/.
5733 Split into the Emacs manual in emacs/, and other manuals in misc/.
5734 Change all setfilename commands to use ../../info.
5735 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5736 refer to the Emacs manual here.
5737 (infodir): New variable.
5738 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5739 (cc-mode.texi, faq.texi): Update references to source file locations.
5740 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5741 do not refer to the Emacs manual here.
5742 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5743
5744 * Makefile.in: Add `basename' versions of all info targets, for
5745 convenience when rebuilding just one manual.
5746 (../etc/GNU): Delete obsolete target.
5747 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5748 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5749 *.vrs *.toc here...
5750 (maintainer-clean): ...from here.
5751
5752 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5753
5754 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5755
5756 * calc.texi (Date Conversions): Clarify definition of
5757 Julian day numbering.
5758 (Date Forms): Clarify definition of Julian day numbering;
5759 add some history.
5760
5761 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5762
5763 * org.texi: Version 5.07.
5764
5765 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5766
5767 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5768
5769 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5770
5771 * org.texi (Adding hyperlink types): New section.
5772 (Embedded LaTeX): Chapter updated because of LaTeX export.
5773 (LaTeX export): New section.
5774 (Using links out): New section.
5775
5776 2007-08-22 Glenn Morris <rgm@gnu.org>
5777
5778 * faq.texi (Learning how to do something): Refcards now in
5779 etc/refcards/ directory.
5780
5781 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * tramp.texi (Remote Programs): Persistency file must be cleared when
5784 changing `tramp-remote-path'.
5785 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5786 macro.
5787
5788 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5789
5790 * calc.texi: Move contents to beginning of file.
5791 (Algebraic Entry): Fix the formatting of an example.
5792
5793 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5794
5795 * calc.texi (Basic Operations on Units): Mention exact versus
5796 inexact conversions.
5797
5798 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5799
5800 * calc.texi (Basic Operations on Units): Mention default
5801 values for new units.
5802 (Quick Calculator Mode): Mention that binary format will
5803 be displayed.
5804
5805 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5806
5807 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5808
5809 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5810
5811 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5812
5813 2007-08-08 Glenn Morris <rgm@gnu.org>
5814
5815 * gnus.texi, sieve.texi: Replace `iff'.
5816
5817 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5818
5819 * calc.texi (Basic Graphics): Mention the graphing of error
5820 forms.
5821 (Graphics Options): Mention how `g s' handles error forms.
5822 (Curve Fitting): Mention plotting the curves.
5823 (Standard Nonlinear Models): Add additional models.
5824 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5825 (Linear Fits): Correct result.
5826
5827 2007-08-01 Alan Mackenzie <acm@muc.de>
5828
5829 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5830 to "--no-site-file".
5831
5832 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5833
5834 * tramp.texi (Frequently Asked Questions): Point to mode line
5835 extension in Emacs 23.1.
5836
5837 * trampver.texi: Update release number.
5838
5839 2007-07-27 Glenn Morris <rgm@gnu.org>
5840
5841 * calc.texi (Copying): Include license text from gpl.texi, rather than
5842 in-line.
5843
5844 2007-07-25 Glenn Morris <rgm@gnu.org>
5845
5846 * calc.texi (Copying): Replace license with GPLv3.
5847
5848 * Relicense all FSF files to GPLv3 or later.
5849
5850 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5851
5852 Sync with Tramp 2.1.10.
5853
5854 * tramp.texi (trampfn): Expand macro implementation in order to handle
5855 empty arguments.
5856 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
5857 occurrences by trampfn.
5858 (Frequently Asked Questions): Extend example code for host
5859 identification in the modeline. Add bbdb to approaches shortening Tramp
5860 file names to be typed.
5861
5862 * trampver.texi: Update release number.
5863
5864 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5867 section. Reported by <poti@potis.org>.
5868 (Remote processes): Arguments of the program to be debugged are taken
5869 literally.
5870 (Frequently Asked Questions): Simplify recentf example.
5871
5872 2007-07-14 Karl Berry <karl@gnu.org>
5873
5874 * info.texi (@copying): New Back-Cover Text.
5875
5876 * info.texi (Quitting Info): Move to proper place in source.
5877 (Reported by Benno Schulenberg.)
5878
5879 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5880
5881 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5882
5883 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5884
5885 * emacs-mime.texi: Add @documentencoding directive.
5886
5887 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * tramp.texi (Remote processes): Add an anchor to the subsection
5890 "Running a debugger on a remote host".
5891
5892 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
5893
5894 * tramp.texi (Remote processes): Don't call it "experimental" any
5895 longer. Add subsection about running a debugger on a remote host.
5896
5897 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
5898
5899 * org.texi (Properties and columns): Chapter rewritten.
5900
5901 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * tramp.texi:
5904 * trampver.texi: Migrate to Tramp 2.1.
5905
5906 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
5907
5908 * org.texi (Properties): New chapter.
5909
5910 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5911
5912 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5913 Control Panel.
5914
5915 * gnus.texi (Misc Article): Add index entry for
5916 gnus-single-article-buffer.
5917
5918 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5919
5920 * gnus.texi (Starting Up): Fix typo.
5921
5922 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * gnus.texi (Asynchronous Fetching): Fix typo.
5925
5926 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5927
5928 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5929 (About This Manual): Remove redundant information.
5930 (Getting Started): Mention author.
5931 (Basic Arithmetic, Customizing Calc): Make description of the
5932 variable `calc-multiplication-has-precedence' match its new effect.
5933
5934 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5935
5936 * calc.texi (Basic Arithmetic, Customizing Calc):
5937 Mention the variable `calc-multiplication-has-precedence'.
5938
5939 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
5940
5941 * org.texi (Tag): Section swapped with node Timestamps.
5942 (Formula syntax for Lisp): Document new `L' flag.
5943
5944 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5945
5946 * gnus.texi (Misc Group Stuff, Summary Buffer)
5947 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5948
5949 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5952 * gnus.texi (Article Buttons, Mail Source Customization)
5953 (Sending or Not Sending, Customizing NNDiary):
5954 * message.texi (Message Headers):
5955 * mh-e.texi (HTML): Fix typos.
5956
5957 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
5958
5959 Sync with Tramp 2.0.56.
5960
5961 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5962 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5963
5964 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5965
5966 * Version 22.1 released.
5967
5968 2007-05-26 Michael Olson <mwolson@gnu.org>
5969
5970 * erc.texi (Modules): Fix references to completion modules.
5971
5972 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5973
5974 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5975
5976 2007-05-09 Didier Verna <didier@xemacs.org>
5977
5978 * gnus.texi (Email Based Diary): New. Proper documentation for the
5979 nndiary back end and the gnus-diary library.
5980
5981 2007-05-03 Karl Berry <karl@gnu.org>
5982
5983 * .cvsignore (*.pdf): New entry.
5984
5985 * texinfo.tex: Update from current version for better pdf generation.
5986
5987 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5988
5989 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5990
5991 2007-04-28 Glenn Morris <rgm@gnu.org>
5992
5993 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5994 consideration of legal status.
5995
5996 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5997
5998 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5999
6000 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * faq.texi (New in Emacs 22): python.el removed.
6003
6004 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
6005
6006 * calc.texi (Reporting bugs): Update maintainer's address.
6007
6008 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6011
6012 2007-04-15 Jay Belanger <belanger@truman.edu>
6013
6014 * calc.texi (Title page): Remove the date.
6015 (Basic Arithmetic): Emphasize that / binds less strongly than *.
6016 (The Standard Calc Interface): Change trail title.
6017 (Floats): Mention that when non-decimal floats are entered, only
6018 approximations are stored.
6019 (Copying): Move to the appendices.
6020 (GNU Free Documentation License): Add as an appendix.
6021
6022 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6025 * dired-x.texi, ebrowse.texi, ediff.texi:
6026 * emacs-mime.texi, erc.texi, eshell.texi:
6027 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6028 * idlwave.texi, message.texi, newsticker.texi, org.texi:
6029 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6030 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6031 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6032 * woman.texi: Include GFDL.
6033
6034 * doclicense.texi: Remove node heading, so that it can be included by
6035 other files.
6036
6037 * dired-x.texi: Relicence under GFDL. Remove date from title page.
6038
6039 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6040 than *.
6041
6042 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
6043
6044 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6045 in Calc.
6046
6047 2007-04-09 Romain Francoise <romain@orebokech.com>
6048
6049 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6050 Mac OS ports. Make it clear that mouse-1 complements and doesn't
6051 replace mouse-2.
6052
6053 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * woman.texi (Word at point, Interface Options): woman-topic-at-point
6056 renamed to woman-use-topic-at-point. Document new behavior.
6057
6058 2007-04-08 Richard Stallman <rms@gnu.org>
6059
6060 * url.texi: Fix some indexing.
6061 (Disk Caching): Drop discussion of old/other Emacs versions.
6062
6063 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * url.texi (Disk Caching): Say Emacs 21 "and later".
6066
6067 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6068 on Font locking which now mentions JIT lock.
6069
6070 2007-04-01 Michael Olson <mwolson@gnu.org>
6071
6072 * erc.texi: Update for the ERC 5.2 release.
6073
6074 2007-03-31 David Kastrup <dak@gnu.org>
6075
6076 * woman.texi (Topic, Interface Options): Explain changes semantics of
6077 woman-manpath in order to consider MANPATH_MAP entries.
6078
6079 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6080
6081 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6082
6083 2007-03-26 Richard Stallman <rms@gnu.org>
6084
6085 * pgg.texi (Caching passphrase): Clean up previous change.
6086
6087 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
6088
6089 * gnus.texi (Setting Process Marks): Fix typo.
6090
6091 2007-03-25 Romain Francoise <romain@orebokech.com>
6092
6093 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6094 readability, and include various fixes by Daniel Brockman, Nick Roberts
6095 and Dieter Wilhelm.
6096
6097 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6098
6099 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6100
6101 * gnus.texi (Mail Source Specifiers): Fix typo.
6102
6103 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
6104
6105 * reftex.texi (Imprint): Update maintainer information.
6106
6107 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * message.texi (Message Buffers): Update documentation for
6110 message-generate-new-buffers.
6111
6112 2007-03-15 Daiki Ueno <ueno@unixuser.org>
6113
6114 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6115
6116 2007-03-21 Glenn Morris <rgm@gnu.org>
6117
6118 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6119
6120 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * eshell.texi (Known problems): Emacs 21 -> 22.
6123
6124 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6125
6126 2007-03-18 Jay Belanger <belanger@truman.edu>
6127
6128 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6129
6130 2007-03-12 Glenn Morris <rgm@gnu.org>
6131
6132 * calc.texi (Time Zones): Switch to new North America DST rule.
6133
6134 * calc.texi: Replace "daylight savings" with "daylight
6135 saving" in text throughout.
6136
6137 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6138
6139 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6140 The variable now uses a list of symbols instead of just a symbol.
6141 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6142
6143 2007-03-06 Romain Francoise <romain@orebokech.com>
6144
6145 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
6146 new packages, and mention Gnus update.
6147
6148 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6151 nntp-open-connection-functions-never-echo-commands.
6152
6153 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6156 problems on the console, and security risk in not using gpg-agent.
6157
6158 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6159
6160 * org.texi (The spreadsheet): Rename from "Table calculations".
6161 Completely reorganized and rewritten.
6162 (CamelCase links): Section removed.
6163 (Repeating items): New section.
6164 (Tracking TODO state changes): New section.
6165 (Agenda views): Chapter reorganized and rewritten.
6166 (HTML export): Section rewritten.
6167 (Tables in arbitrary syntax): New section.
6168 (Summary): Better feature summary.
6169 (Activation): Document problem with cut-and-paste of Lisp code
6170 from PDF files.
6171 (Visibility cycling): Document indirect buffer use.
6172 (Structure editing): Document sorting.
6173 (Remember): Section rewritten.
6174 (Time stamps): Better description of time stamp types.
6175 (Tag searches): Document regular expression search for tags.
6176 (Stuck projects): New section.
6177 (In-buffer settings): New keywords.
6178 (History and Acknowledgments): Updated description.
6179
6180 2007-02-24 Alan Mackenzie <acm@muc.de>
6181
6182 * cc-mode.texi (Movement Commands): Insert two missing command names.
6183 (Getting Started): Slight wording correction (use conditional).
6184
6185 2007-02-22 Kim F. Storm <storm@cua.dk>
6186
6187 * widget.texi (User Interface, Basic Types): Document need to put some
6188 text before the %v escape in :format string in editable-field widget.
6189
6190 2007-02-18 Romain Francoise <romain@orebokech.com>
6191
6192 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6193 `cvs-mode-quit'.
6194
6195 2007-02-10 Markus Triska <markus.triska@gmx.at>
6196
6197 * widget.texi (Programming Example): Put constant strings in :format.
6198
6199 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * faq.texi (Fullscreen mode on MS-Windows): New node.
6202
6203 2007-02-04 David Kastrup <dak@gnu.org>
6204
6205 * faq.texi (AUCTeX): Update version number. Should probably be done
6206 for other packages as well.
6207
6208 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6209
6210 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
6211 <tassilo@member.fsf.org>.
6212
6213 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6214
6215 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6216 ls-lisp-use-localized-time-format.
6217
6218 2007-01-20 Markus Triska <markus.triska@gmx.at>
6219
6220 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6221
6222 2007-01-13 Michael Olson <mwolson@gnu.org>
6223
6224 * erc.texi (Modules): Mention capab-identify module.
6225
6226 2007-01-05 Michael Olson <mwolson@gnu.org>
6227
6228 * erc.texi (Getting Started): Update for /RECONNECT command.
6229
6230 2007-01-04 Richard Stallman <rms@gnu.org>
6231
6232 * ebrowse.texi: Change C-c b to C-c C-m.
6233
6234 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6235
6236 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6237 variables only in info to avoid redundant entries in the printed
6238 manual.
6239
6240 2007-01-02 Daiki Ueno <ueno@unixuser.org>
6241
6242 * message.texi (Using PGP/MIME): Document gpg-agent usage.
6243
6244 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
6245
6246 * message.texi (Security): Split into sub-nodes.
6247
6248 2007-01-01 Alan Mackenzie <acm@muc.de>
6249
6250 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6251 eval-after-load in Emacs <=21 and a workaround. Document that
6252 trigraphs are not supported.
6253
6254 2007-01-01 Alan Mackenzie <acm@muc.de>
6255
6256 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6257 c-context-line-break. When invoked within a string, preserve
6258 whitespace. Add a backslash only when also in a macro.
6259
6260 2007-01-01 Alan Mackenzie <acm@muc.de>
6261
6262 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6263
6264 2007-01-01 Alan Mackenzie <acm@muc.de>
6265
6266 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6267 are now bound by default to c-\(beginning\|end\)-of-defun by default.
6268
6269 2007-01-01 Alan Mackenzie <acm@muc.de>
6270
6271 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6272 "Choosing a Style".
6273
6274 * cc-mode.texi ("Styles"): Add @dfn{style}.
6275
6276 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6277
6278 Sync with Tramp 2.0.55.
6279
6280 * trampver.texi: Update release number.
6281
6282 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6283
6284 * gnus.texi (Customizing Articles): Add index entries for all
6285 gnus-treat-* variables.
6286
6287 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
6288
6289 * gnus.texi (IMAP): Fix incorrect explanation of
6290 nnimap-search-uids-not-since-is-evil in documentation for
6291 nnimap-expunge-search-string.
6292
6293 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
6294
6295 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6296 spam-ifile-database.
6297
6298 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
6299
6300 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6301 rebind C-s.
6302
6303 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
6304
6305 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6306 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6307 "expiring mail".
6308 (IMAP): Document nnimap-search-uids-not-since-is-evil and
6309 nnimap-nov-is-evil.
6310
6311 2006-12-25 Kevin Ryde <user42@zip.com.au>
6312
6313 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6314 about the key procedure being used heavily.
6315
6316 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6319 to t.
6320 (Prerequisites): Add explanation about gpg-agent.
6321
6322 2006-12-22 Kevin Ryde <user42@zip.com.au>
6323
6324 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6325 "sort" instead of "sort*".
6326
6327 2006-12-19 Richard Stallman <rms@gnu.org>
6328
6329 * calc.texi (History and Acknowledgements): Recognize that Emacs
6330 now does have floating point.
6331
6332 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6333
6334 * tramp.texi (External transfer methods): Describe new method `scpc'.
6335
6336 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
6337
6338 * pgg.texi: Added short note on gpg-agent to the introduction.
6339
6340 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6341
6342 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6343 also applies to Cc.
6344
6345 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6346
6347 * gnus.texi (X-Face): Clarify. Say which programs are required
6348 on Windows.
6349
6350 2006-12-08 Michael Olson <mwolson@gnu.org>
6351
6352 * erc.texi (Modules): Remove documentation for list module.
6353
6354 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
6355
6356 * faq.texi (^M in the shell buffer): Ditto.
6357
6358 2006-11-20 Michael Olson <mwolson@gnu.org>
6359
6360 * erc.texi: Call this the 5.2 stable pre-release of ERC.
6361
6362 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6363
6364 * org.texi: Fix typos.
6365 (Agenda commands): Document `C-k'.
6366
6367 2006-11-16 Eli Zaretskii <eliz@gnu.org>
6368
6369 * url.texi (http/https): Fix a typo in the HTTP URL.
6370
6371 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6372
6373 * ada-mode.texi: Total rewrite.
6374
6375 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6376
6377 * org.texi: Minor typo fixes.
6378
6379 2006-11-13 Bill Wohler <wohler@newt.com>
6380
6381 Release MH-E manual version 8.0.3.
6382
6383 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6384 release 8.0.3.
6385
6386 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6387 to set MAILDIR.
6388 (Reading Mail): Document the customization of read-mail-command
6389 for MH-E.
6390 (Viewing Attachments): Document mm-discouraged-alternatives.
6391 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6392 (Junk): Add more information about the settings of mh-junk-background
6393 in a program. Add /usr/bin/mh to PATH in examples.
6394
6395 2006-11-12 Richard Stallman <rms@gnu.org>
6396
6397 * woman.texi: Update author address but say he no longer maintains it.
6398
6399 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6400
6401 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6402 archived trees.
6403 (Checkboxes): Section moved to chapter 5, and extended.
6404 (The date/time prompt): New section.
6405 (Link abbreviations): New section.
6406 (Presentation and sorting): New section.
6407 (Custom agenda views): Section completely rewritten.
6408 (Summary): Compare with Planner.
6409 (Feedback): More info about creating backtraces.
6410 (Plain lists): Modified example.
6411 (Breaking down tasks): New section.
6412 (Custom time format): New section.
6413 (Time stamps): Document inactive timestamps.
6414 (Setting tags): More details about fast tag selection.
6415 (Block agenda): New section.
6416 (Custom agenda views): Section rewritten.
6417 (Block agenda): New section.
6418
6419 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6420
6421 * tramp.texi (Configuration): scp is the default method.
6422 (Default Method): Use ssh as example for another method.
6423
6424 2006-10-27 Richard Stallman <rms@gnu.org>
6425
6426 * woman.texi: Downcase nroff/troff/roff.
6427 (Installation): Chapter deleted. Some xrefs deleted.
6428 (Background): woman doesn't advise man ;-).
6429
6430 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6431
6432 * ada-mode.texi (Project files, Identifier completion)
6433 (Automatic Casing, Debugging, Using non-standard file names)
6434 (Working Remotely): Fix typos.
6435
6436 2006-10-20 Masatake YAMATO <jet@gyve.org>
6437
6438 * cc-mode.texi (Sample .emacs File): Add missing `)' in
6439 sample code `my-c-initialization-hook'.
6440
6441 2006-10-19 Stuart D. Herring <herring@lanl.gov>
6442
6443 * widget.texi: Fix typos.
6444
6445 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
6446
6447 * tramp.texi (Frequently Asked Questions): Remove questions marked with
6448 "???". There have been no complaints for years, so the information
6449 must be appropriate.
6450
6451 2006-10-16 Richard Stallman <rms@gnu.org>
6452
6453 * widget.texi: Use @var instead of capitalization.
6454 Clarify many widget type descriptions.
6455
6456 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6457
6458 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
6459 gnus-dired-attach.
6460 (Selecting a Group): Fix typo.
6461
6462 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
6463
6464 * widget.texi: Fix typos.
6465
6466 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
6467
6468 * gnus.texi (Image Enhancements): Update for Emacs 22.
6469
6470 * gnus-faq.texi ([1.3]): Update.
6471
6472 2006-10-06 Richard Stallman <rms@gnu.org>
6473
6474 * faq.texi (Displaying the current line or column):
6475 Delete "As of Emacs 20".
6476
6477 2006-10-06 Romain Francoise <romain@orebokech.com>
6478
6479 * faq.texi (VM): VM works with Emacs 22 too.
6480
6481 2006-10-06 Richard Stallman <rms@gnu.org>
6482
6483 * ebrowse.texi: Remove Emacs version "21" from title.
6484
6485 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
6486
6487 * gnus.texi (Foreign Groups): Say where change of editing commands are
6488 stored. Add reference to `gnus-parameters'.
6489
6490 2006-09-15 Jay Belanger <belanger@truman.edu>
6491
6492 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6493 Change "Library Public License" to "Lesser Public License"
6494 throughout. Use "yyyy" to represent year.
6495
6496 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
6497
6498 * org.texi (Setting tags): Typo fix.
6499
6500 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
6501
6502 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6503
6504 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6507
6508 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6509
6510 * faq.texi (Escape sequences in shell output): EMACS is now set
6511 to Emacs's absolute file name, not to "t".
6512 (^M in the shell buffer): Likewise.
6513 * misc.texi (Interactive Shell): Likewise.
6514
6515 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6516
6517 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6518 mails with pop3-leave-mail-on-server. Fix wording.
6519 (Limiting): Improve gnus-summary-limit-to-articles.
6520 (X-Face): Fix typo.
6521
6522 2006-09-11 Simon Josefsson <jas@extundo.com>
6523
6524 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6525 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6526
6527 2006-09-06 Simon Josefsson <jas@extundo.com>
6528
6529 * smtpmail.texi (Authentication): Mention SSL.
6530
6531 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6532
6533 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6534 Don't use @indicateurl.
6535
6536 * cc-mode.texi (Subword Movement): Don't use @headitem.
6537 (Custom Braces, Clean-ups): Don't use @tie.
6538
6539 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6540
6541 Sync with Tramp 2.0.54.
6542
6543 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6544 Suggested by Adrian Phillips <a.phillips@met.no>.
6545
6546 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6547
6548 * org.texi (Installation, Activation): Split from Installation and
6549 Activation.
6550 (Clocking work time): Documented new features.
6551
6552 2006-08-13 Alex Schroeder <alex@gnu.org>
6553
6554 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6555 example.
6556
6557 2006-08-12 Eli Zaretskii <eliz@gnu.org>
6558
6559 * faq.texi (How to add fonts): New node.
6560
6561 2006-08-05 Romain Francoise <romain@orebokech.com>
6562
6563 * faq.texi (New in Emacs 22): Expand.
6564
6565 2006-08-03 Michael Olson <mwolson@gnu.org>
6566
6567 * erc.texi: Update for ERC 5.1.4.
6568
6569 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6570
6571 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6572 in .../site-lisp/gnus/ by default.
6573 [ From gnus-news.texi in the trunk. ]
6574
6575 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6576
6577 * gnus.texi (MIME Commands): Additions for yEnc.
6578
6579 2006-07-24 Richard Stallman <rms@gnu.org>
6580
6581 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6582 * faq.texi: Move periods and commas inside quotes.
6583
6584 2006-07-20 Jay Belanger <belanger@truman.edu>
6585
6586 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6587
6588 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * faq.texi (Security risks with Emacs): Document Emacs 22
6591 file-local-variable mechanism.
6592
6593 2006-07-12 Michael Olson <mwolson@gnu.org>
6594
6595 * erc.texi: Update for ERC 5.1.3.
6596
6597 2006-07-12 Alex Schroeder <alex@gnu.org>
6598
6599 * rcirc.texi: Fix typos.
6600 (Getting started with rcirc): New calling convention for M-x irc.
6601 Mention #rcirc. Removed channel tracking.
6602 (Configuration): Change the names of all variables that got changed
6603 recently, eg. rcirc-server to rcirc-default-server. Added
6604 documentation for rcirc-authinfo, some background for Bitlbee, and
6605 rcirc-track-minor-mode.
6606 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6607 Scrolling.
6608 (Reconnecting after you have lost the connection): Fix example code
6609 to match code changes.
6610
6611 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * gnus.texi, message.texi: Fix typos.
6614
6615 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
6616
6617 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6618 commands.
6619 (Global TODO list): Document the use of the variables
6620 `org-agenda-todo-ignore-scheduled' and
6621 `org-agenda-todo-list-sublevels'.
6622
6623 2006-07-05 Richard Stallman <rms@gnu.org>
6624
6625 * faq.texi (Scrolling only one line): Fix xref.
6626
6627 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6628
6629 * faq.texi (Evaluating Emacs Lisp code):
6630 Throughout, replace eval-current-buffer with eval-buffer.
6631
6632 2006-07-03 Richard Stallman <rms@gnu.org>
6633
6634 * rcirc.texi (Scrolling conservatively): Fix xref.
6635
6636 * pcl-cvs.texi (Viewing differences): Usage fix.
6637
6638 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
6639
6640 * org.texi (Agenda commands): Document `s' key to save all org-mode
6641 buffers.
6642
6643 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
6644
6645 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6646 names. Mention `cvs-msg' face.
6647
6648 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
6649
6650 * org.texi (Checkboxes): New section.
6651
6652 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6653
6654 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6655 throughout this chapter.
6656
6657 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6660 text for standalone vs Emacs info.
6661 (Help): Clarify header line description. Use mouse-1 for clicks.
6662 (Help-P): Use mouse-1 for clicks.
6663 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6664 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6665 (Choose menu subtopic): Remove gratuitous Emacs command names.
6666 (Help-FOO): Put usual behavior first.
6667 (Help-Xref): Clicking on xrefs works in Emacs.
6668 (Search Text): Clarify what the default behavior is.
6669 (Create Info buffer): Fix Emacs window/X window confusion.
6670 (Emacs Info Variables): Fix for new Emacs init file behavior.
6671
6672 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6673
6674 * gnus.texi (Summary Buffer Lines): Fix typo.
6675
6676 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6677
6678 * org.texi (Embedded LaTeX): New chapter.
6679 (Archiving): Section rewritten.
6680 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6681
6682 2006-06-20 Bill Wohler <wohler@newt.com>
6683
6684 Release MH-E manual version 8.0.1.
6685
6686 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6687 release 8.0.1.
6688 (Preface): Depend on GNU mailutils 1.0 and higher.
6689
6690 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6691
6692 * message.texi (News Headers): Update message-syntax-checks section.
6693
6694 2006-06-19 Karl Berry <karl@gnu.org>
6695
6696 * info.texi (Advanced): Mention C-q, especially with ?.
6697
6698 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6699
6700 * org.texi (Publishing links): Document the `:link-validation-function'
6701 property.
6702 (Extensions and Hacking): New chapter, includes some sections of the
6703 "Miscellaneous" chapter.
6704
6705 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6706
6707 * org.texi (Progress logging): New section.
6708
6709 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6710
6711 * org.texi (ASCII export): Document indentation adaptation.
6712 (Setting tags): Document mutually-exclusive tags.
6713
6714 2006-06-05 Romain Francoise <romain@orebokech.com>
6715
6716 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6717 Fix typo.
6718
6719 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6720 channel (#gnus@irc.freenode.net).
6721 Fix typos. Update copyright notice.
6722
6723 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6724 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6725 (Line-Up Functions, Custom Macros):
6726 * ediff.texi (Window and Frame Configuration)
6727 (Highlighting Difference Regions):
6728 * emacs-mime.texi (Display Customization):
6729 * erc.texi (History):
6730 * eshell.texi (Known problems):
6731 * eudc.texi (Overview, BBDB):
6732 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6733 (The problem of spam, SpamOracle, Extending the Spam package)
6734 (Conformity, Terminology):
6735 * idlwave.texi (Routine Info)
6736 (Class and Keyword Inheritance, Padding Operators)
6737 (Breakpoints and Stepping, Electric Debug Mode)
6738 (Examining Variables, Troubleshooting):
6739 * org.texi (Creating timestamps):
6740 * reftex.texi (Commands, Options, Changes):
6741 * tramp.texi (Inline methods, Password caching)
6742 (Auto-save and Backup, Issues):
6743 * vip.texi (Files, Commands in Insert Mode):
6744 * viper.texi (Emacs Preliminaries, States in Viper)
6745 (Packages that Change Keymaps, Viper Specials, Groundwork):
6746 Fix various typos.
6747
6748 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
6749
6750 * ediff.texi: Fix typos.
6751
6752 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6753
6754 * org.texi: Small typo fixes.
6755
6756 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * viper.texi (Viper Specials):
6759 * gnus.texi (Example Setup):
6760 * faq.texi (Backspace invokes help):
6761 * dired-x.texi (Optional Installation Dired Jump):
6762 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6763 follow coding conventions.
6764
6765 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
6766
6767 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6768
6769 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6770
6771 * pcl-cvs.texi: Fix typos.
6772 (Customization): Say "us".
6773
6774 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6775
6776 * org.texi: Remove bogus @setfilename.
6777
6778 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6779
6780 * org.texi (ASCII export): Omit command name.
6781 (HTML export): Add prefix to all lines in Local Variable example.
6782 (Acknowledgments): Typeset names in italics.
6783
6784 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6785
6786 * org.texi (Plain lists): Add new item navigation commands.
6787 (External links): Document elisp and info links.
6788 (Custom searches): New section.
6789 (Publishing): New chapter.
6790 (HTML export): Include a list of supported CSS classes.
6791 (Setting tags): Describe the fast-tag-setting interface.
6792
6793 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6794
6795 * dired-x.texi: ifinfo -> ifnottex.
6796
6797 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6798
6799 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6800
6801 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6802
6803 * message.texi (Interface): Add tool bar customization.
6804 (MIME): Index and text additions for mml-attach.
6805 (MIME): Describe mml-dnd-protocol-alist and
6806 mml-dnd-attach-options.
6807
6808 * gnus.texi (Oort Gnus): Reorder entries in sections.
6809 Fix some entries.
6810 (Starting Up): Add references to "Emacs for Heathens" and to
6811 "Finding the News". Add user-full-name and user-mail-address.
6812 (Group Buffer Format): Add tool bar customization and update.
6813 (Summary Buffer): Add tool bar customization.
6814 (Posting Styles): Add message-alternative-emails.
6815
6816 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * tramp.texi (Filename completion): Improve wording.
6819
6820 2006-05-07 Romain Francoise <romain@orebokech.com>
6821
6822 * faq.texi (Using regular expressions): Fix typo.
6823 (Packages that do not come with Emacs): Fix capitalization.
6824 (Replacing text across multiple files): Expand node to explain how
6825 to use `dired-do-query-replace-regexp' in more detail, based on
6826 suggestion by Eric Hanchrow <offby1@blarg.net>.
6827
6828 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
6829
6830 * tramp.texi (Filename completion): Completion of remote files'
6831 method, user name and host name is active only in partial
6832 completion mode.
6833
6834 2006-05-06 Bill Wohler <wohler@newt.com>
6835
6836 Release MH-E manual version 8.0.
6837
6838 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6839 release 8.0.
6840
6841 2006-05-06 Bill Wohler <wohler@newt.com>
6842
6843 * mh-e.texi (MH-BOOK-HOME): Change from
6844 http://www.ics.uci.edu/~mh/book/mh to
6845 http://rand-mh.sourceforge.net/book/mh.
6846 Replace .htm suffix with .html for MH book files.
6847 (Using This Manual): Update key binding for getting relevant
6848 chapter in Info from command key.
6849 (Ranges): Fix itemx.
6850
6851 2006-05-05 Karl Berry <karl@gnu.org>
6852
6853 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6854 (\fonttextsize): New user-level command to change text font size.
6855
6856 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6859
6860 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6861
6862 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6863
6864 2006-04-24 Bill Wohler <wohler@newt.com>
6865
6866 * mh-e.texi (Getting Started): Make it more explicit that you need
6867 to install MH. Add pointers to current MH implementations.
6868
6869 2006-04-21 Bill Wohler <wohler@newt.com>
6870
6871 Release MH-E manual version 7.94.
6872
6873 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6874 release 7.94.
6875
6876 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6877
6878 * org.texi: Many small fixes.
6879 (Handling links): Rename from "Managing links".
6880
6881 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6882
6883 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6884 (Splitting mail using spam-stat): Fix @xref.
6885
6886 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * gnus.texi (Spam Package): Major revision of the text.
6889 Previously this node was "Filtering Spam Using The Spam ELisp Package".
6890
6891 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6892
6893 * org.texi (Time stamps): Better explanation of the purpose of
6894 different time stamps.
6895 (Structure editing, Plain lists): More details on how new items
6896 and headings are inserted.
6897
6898 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6899
6900 * org.texi (Formula syntax): Fix link to Calc Manual.
6901
6902 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6903
6904 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6905
6906 2006-04-17 Bill Wohler <wohler@newt.com>
6907
6908 * mh-e.texi (Folders): Update mh-before-quit-hook and
6909 mh-quit-hook example with code that removes the buffers rather
6910 than just bury them.
6911
6912 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6913
6914 Sync with Tramp 2.0.53.
6915
6916 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6917
6918 * org.texi (Updating settings): New section.
6919 (Visibility cycling): Better names for the startup folding
6920 options.
6921 (Exporting): Completely restructured.
6922 (The very busy C-c C-c key): New section.
6923 (Summary of in-buffer settings): New section.
6924
6925 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6926
6927 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6928
6929 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6932 (Server Commands): Key `v' is reserved for users.
6933
6934 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6935
6936 * org.texi (Link format): New section, emphasis on bracket links.
6937 (External links): Document bracket links.
6938 (FAQ): Expand to cover shell links and the new link format.
6939
6940 2006-04-09 Kevin Ryde <user42@zip.com.au>
6941
6942 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6943
6944 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6945
6946 * gnus.texi (Summary Buffer Lines): Add `*'.
6947
6948 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6949
6950 * gnus.texi (Group Parameters):
6951 Mention gnus-permanently-visible-groups.
6952
6953 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * gnus.texi (Face): Fix typo.
6956
6957 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6958
6959 * gnus.texi (X-Face): Clarify.
6960 (Face): Need Emacs with PNG support.
6961
6962 2006-04-06 Richard Stallman <rms@gnu.org>
6963
6964 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6965 Emacs".
6966
6967 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6968
6969 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6970 blocks not suitable for inclusion with Emacs using variable
6971 PARTOFEMACS.
6972
6973 2006-04-04 Simon Josefsson <jas@extundo.com>
6974
6975 * gnus.texi (Security): Improve.
6976
6977 2006-04-02 Bill Wohler <wohler@newt.com>
6978
6979 * mh-e.texi (Getting Started, Junk, Bug Reports)
6980 (MH FAQ and Support): Fix URLs.
6981
6982 2006-03-31 Romain Francoise <romain@orebokech.com>
6983
6984 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6985 to t, not nil (and has for the past eight years).
6986
6987 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * message.texi, gnus.texi: Bump version to 5.11.
6990
6991 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6992
6993 * gnus.texi (Top): Add comment about version line.
6994
6995 * message.texi (Top): Ditto. Change to take named versions into
6996 account.
6997
6998 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * gnus.texi (Posting Styles): Add x-face-file to example.
7001 (X-Face): Refer to posting styles.
7002
7003 * gnus-faq.texi ([5.8]): Add x-face-file.
7004 ([8.4]): Add links to gmane.emacs.gnus.user and
7005 gmane.emacs.gnus.general.
7006
7007 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7008
7009 * gnus-faq.texi: Use .invalid.
7010 ([5.4]): Fix gnus-posting-styles example.
7011
7012 2006-03-27 Romain Francoise <romain@orebokech.com>
7013
7014 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
7015 Emacs/W3 needs a new maintainer.
7016 (Ispell): Update author and version info.
7017 (Mailcrypt): Mention PGG.
7018 (New in Emacs 22): Add PGG to the list of new packages.
7019 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7020 updating dead URLs.
7021
7022 2006-03-25 Karl Berry <karl@gnu.org>
7023
7024 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7025 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7026 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7027 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7028 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7029 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7030 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7031 (2) do not indent copyright year list (or anything else).
7032
7033 2006-03-21 Bill Wohler <wohler@newt.com>
7034
7035 * mh-e.texi (Folders): Various edits.
7036
7037 2006-03-20 Romain Francoise <romain@orebokech.com>
7038
7039 * gnus.texi (Mail Folders): Grammar fix.
7040
7041 2006-03-19 Bill Wohler <wohler@newt.com>
7042
7043 * mh-e.texi (Replying): Document Mail-Followup-To.
7044 Change manually-formatted table to multitable. Add debugging info.
7045 Move description of mh-reply-default-reply-to into paragraph
7046 that describes its values.
7047
7048 2006-03-17 Bill Wohler <wohler@newt.com>
7049
7050 * mh-e.texi: Use smallexample and smalllisp consistently.
7051 (Sending Mail Tour): Update method of entering
7052 addresses and subject.
7053 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7054 (Adding Attachments, Searching): Update screenshots for Emacs 22.
7055
7056 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7057
7058 * org.texi: Version number change only.
7059
7060 2006-03-14 Bill Wohler <wohler@newt.com>
7061
7062 * mh-e.texi: Add index entries around each paragraph rather than
7063 depend on entries from beginning of node. Doing so ensures that
7064 index entries are less likely to be forgotten if text is cut and
7065 pasted, and are necessary anyway if the references are on a
7066 separate page. It seems that makeinfo is now (v. 4.8) only
7067 producing one index entry per node, so there is no longer any
7068 excuse not to. Use subheading instead of heading. The incorrect
7069 use of heading produced very large fonts in Info--as large as the
7070 main heading.
7071 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7072 versions 6 and 7 appeared *around* the time of these Emacs releases.
7073
7074 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7075
7076 * org.texi (Clean view): Document new startup options.
7077
7078 2006-03-11 Bill Wohler <wohler@newt.com>
7079
7080 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7081 (Composing, Scan Line Formats): Fix @refs.
7082 (Getting Started): Define MH profile and MH profile components.
7083 (Incorporating Mail, Reading Mail, Viewing, Printing)
7084 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7085 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7086 for string constants.
7087 (Tool Bar): Remove spurious quote.
7088 (Junk): Use ``...'' instead of "...".
7089 (Scan Line Formats): Replace @samp with @kbd.
7090
7091 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7094
7095 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7096
7097 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7098 easy to understand.
7099
7100 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
7101
7102 * gnus.texi: Markup fix.
7103 (Fancy Mail Splitting): Specify new feature.
7104
7105 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7108 partial-words matching.
7109
7110 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7113
7114 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7115 (MIME Commands): Fix mm-discouraged-alternatives.
7116
7117 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7118
7119 * org.texi: Version number change only.
7120
7121 2006-03-06 Bill Wohler <wohler@newt.com>
7122
7123 * mh-e.texi: Move from SourceForge repository to Savannah.
7124 This is version 7.93, which is a total rewrite from the previous
7125 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7126 version 7.93.
7127
7128 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7129
7130 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7131
7132 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7133
7134 * org.texi (Interaction): Add item about `org-mouse.el' by
7135 Piotr Zielinski.
7136 (Managing links): Document that also mouse-1 can be used to
7137 activate a link.
7138 (Headlines, FAQ): Add entry about hiding leading stars.
7139 (Miscellaneous): Resort the sections in this chapter to a more
7140 logical sequence.
7141
7142 2006-02-27 Simon Josefsson <jas@extundo.com>
7143
7144 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
7145 2004-01-27 from the trunk).
7146
7147 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7148
7149 * cc-mode.texi: Rename c-hungry-backspace to
7150 c-hungry-delete-backwards, at the request of RMS. Leave the old
7151 name as an alias.
7152
7153 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7154
7155 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7156 include the function header within the defun.
7157
7158 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7159
7160 * cc-mode.texi: Correct two typos.
7161
7162 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7163
7164 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7165 existing comment.
7166 (Electric Keys): Add a justification for electric indentation.
7167 (Hungry WS Deletion): Clear up the names and complications of the
7168 BACKSPACE and DELETE keys.
7169
7170 2006-02-23 Juri Linkov <juri@jurta.org>
7171
7172 * faq.texi (Common requests): Move `Turning on auto-fill by
7173 default' after `Wrapping words automatically'. Move `Working with
7174 unprintable characters' before `Searching for/replacing newlines'.
7175 Move `Replacing highlighted text' after `Highlighting a region'.
7176 Merge `Repeating commands' and `Repeating a command as many times
7177 as possible' into the former.
7178 (Packages that do not come with Emacs): Add refs to Gmane and
7179 etc/MORE.STUFF.
7180
7181 2006-02-23 Juri Linkov <juri@jurta.org>
7182
7183 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7184 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7185 Add xref to `(emacs)Reporting Bugs'.
7186 (Getting a printed manual): Add URL to other formats of the manual.
7187 (Common requests): Fix menu.
7188 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7189 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7190 (Inserting text at the beginning of each line): Add pxref to
7191 `Changing the included text prefix'.
7192 (Forcing the cursor to remain in the same column): Mention `track-eol'
7193 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
7194 (Replacing text across multiple files): Add keybinding `Q' for
7195 `dired-do-query-replace'.
7196
7197 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7198
7199 * reftex.texi: Version number and date change only.
7200
7201 * org.texi (Internal Links): Rewrite to cover the modified
7202 linking system.
7203
7204 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7205
7206 * faq.texi: Remove the coding cookie, it's not needed anymore.
7207
7208 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7209
7210 * faq.texi (Colors on a TTY): Mention Mac OS port.
7211
7212 2006-02-12 Karl Berry <karl@gnu.org>
7213
7214 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7215 8-bit accented a.
7216
7217 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
7218
7219 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7220
7221 2006-02-08 Romain Francoise <romain@orebokech.com>
7222
7223 * faq.texi (Top): Remove paragraph about the FAQ being a
7224 transitional document, etc.
7225 (Searching for/replacing newlines): New node.
7226 (Yanking text in isearch): New node.
7227 (Inserting text at the beginning of each line): Rename and make
7228 more general, mention `M-;' in Message mode.
7229
7230 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
7231
7232 * faq.texi (Meta key does not work in xterm)
7233 (Emacs does not display 8-bit characters)
7234 (Inputting eight-bit characters): Update xrefs.
7235
7236 2006-02-06 Romain Francoise <romain@orebokech.com>
7237
7238 * faq.texi (VM): VM now at version 7.19.
7239 Set myself as maintainer of this file.
7240
7241 2006-02-04 Michael Olson <mwolson@gnu.org>
7242
7243 * erc.texi (History): Note that ERC is now included with Emacs.
7244
7245 2006-01-31 Romain Francoise <romain@orebokech.com>
7246
7247 * message.texi (Message Headers): Explain what
7248 `message-alternative-emails' does in more detail.
7249 Update copyright year.
7250
7251 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7254
7255 2006-01-29 Richard M. Stallman <rms@gnu.org>
7256
7257 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7258
7259 2006-01-29 Michael Olson <mwolson@gnu.org>
7260
7261 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7262
7263 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7264
7265 * faq.texi (New in Emacs 22): Mention ERC.
7266
7267 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * rcirc.texi: Capitalize dir entry for consistency with the entry
7270 in info/dir and other entries in the Emacs category.
7271 Fix typos. Delete trailing whitespace.
7272
7273 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
7274
7275 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7276
7277 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7278
7279 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7280 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7281
7282 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7283 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7284
7285 2006-01-27 Alex Schroeder <alex@gnu.org>
7286
7287 * rcirc.texi: New file.
7288
7289 2006-01-23 Juri Linkov <juri@jurta.org>
7290
7291 * widget.texi (User Interface): Add S-TAB for widget-backward.
7292
7293 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7294
7295 Sync with Tramp 2.0.52.
7296
7297 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7298 Add Tramp disabling item. New item for common connection problems.
7299 (various): Apply "ftp" as method for the download URL.
7300 (Bug Reports): Refer to FAQ for common problems.
7301
7302 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7303
7304 * widget.texi (User Interface): Use @key for TAB.
7305
7306 * ses.texi (Formulas, Printer functions): Use @key for TAB.
7307
7308 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7309 for TAB.
7310
7311 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7312
7313 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7314
7315 * gnus.texi: Update copyright.
7316
7317 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7318
7319 * gnus.texi (Article Washing): Additions.
7320
7321 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7322
7323 * org.texi (Agenda commands): Document tags command.
7324
7325 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7328
7329 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * gnus.texi (RSS): Addition.
7332
7333 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7336
7337 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * emacs-mime.texi (Display Customization): Add setting example to
7340 mm-discouraged-alternatives.
7341
7342 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7345 version is the canonical version.
7346
7347 2006-01-08 Alex Schroeder <alex@gnu.org>
7348
7349 * pgg.texi (Caching passphrase): Rewording.
7350
7351 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7352
7353 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7354 repository URL.
7355
7356 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
7357
7358 * org.texi: Removed the accidentally re-added empty line in the
7359 direntry.
7360
7361 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7362
7363 * org.texi (Agenda Views): Chapter reorganized.
7364
7365 2005-12-29 Romain Francoise <romain@orebokech.com>
7366
7367 * faq.texi (Using Customize): New node.
7368
7369 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7370
7371 * org.texi: Remove blank line in @direntry. It is non-standard
7372 and recursively produces blank lines all over the dir file (when
7373 using Texinfo 4.8).
7374
7375 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * widget.texi (atoms): Delete obsolete remark about `file' widget.
7378
7379 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7380
7381 * org.texi (Tags): Boolean logic documented.
7382 (Agenda Views): Document custom commands.
7383
7384 2005-12-20 David Kastrup <dak@gnu.org>
7385
7386 * faq.texi (AUCTeX): Update version and mailing list info.
7387
7388 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus.texi (MIME Commands): Mention addition of
7391 multipart/alternative to gnus-buttonized-mime-types and add xref
7392 to mm-discouraged-alternatives.
7393
7394 * emacs-mime.texi (Display Customization): Mention addition of
7395 "image/.*" and add xref to gnus-buttonized-mime-types in the
7396 mm-discouraged-alternatives section.
7397
7398 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7399
7400 * org.texi (Tags): New section.
7401 (Agenda Views): Chapter reorganized.
7402
7403 2005-12-16 Eli Zaretskii <eliz@gnu.org>
7404
7405 * org.texi (Internal Links): Add a missing comma after an @xref.
7406
7407 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
7408
7409 * faq.texi (Filling paragraphs with a single space): No need to
7410 change sentence-end now.
7411
7412 2005-12-13 Romain Francoise <romain@orebokech.com>
7413
7414 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7415
7416 2005-12-12 Jay Belanger <belanger@truman.edu>
7417
7418 * faq.texi (Calc): Update version number.
7419
7420 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7421
7422 * org.texi (Progress Logging): New section.
7423
7424 2005-12-10 Romain Francoise <romain@orebokech.com>
7425
7426 Update the Emacs FAQ for the 22.1 release.
7427
7428 * faq.texi: Set VER to `22.1'.
7429 (Basic editing): Explain how to use localized versions of the
7430 Tutorial. Mention that `C-h r' displays the manual.
7431 Delete obsolete WWW link to an Emacs 18 tutorial.
7432 (Getting a printed manual): Point to the new locations of the
7433 manuals on the GNU Web site.
7434 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7435 available via Info (it was previously distributed separately).
7436 (Installing Texinfo documentation): The latest version of Texinfo
7437 is 4.8, not 4.0.
7438 (Informational files for Emacs): COPYING is the GNU General Public
7439 License, not the Emacs General Public License.
7440 (Informational files for Emacs): Delete obsolete link to the
7441 GNUinfo pages as they have been removed from the GNU Web site.
7442 (New in Emacs 22): New node.
7443 (Setting up a customization file): Say that most packages support
7444 Customize nowadays.
7445 (Colors on a TTY): Delete reference to instructions on how to
7446 enable syntax highlighting, it is now enabled by default.
7447 (Turning on abbrevs by default): Emacs now reads the abbrevs file
7448 at startup automatically.
7449 (Controlling case sensitivity): Mention `M-c' in isearch.
7450 (Using an already running Emacs process): Emacs now creates the
7451 socket in `/tmp/emacsUID'. Fix typos. Change default location of
7452 gnuserv. As emacsclient can now run Lisp code as well, delete a
7453 sentence praising gnuserv for that. Simplify description of how
7454 the client/server operation works.
7455 (Compiler error messages): Delete obsolete text (compile.el has
7456 been rewritten).
7457 (Indenting switch statements): Fix typo.
7458 (Matching parentheses): Simplify setup instructions, mention the
7459 menu bar item in the Options menu.
7460 (Repeating a command as many times as possible): Mention `C-x e'.
7461 (Going to a line by number): Mention new keymap and bindings
7462 `M-g M-g', `M-g M-p' and `M-g M-n'.
7463 (Turning on syntax highlighting): Now on by default. Simplify.
7464 (Replacing highlighted text): Use `1', not `t'.
7465 (Problems with very large files): The maximum size is now 256MB on
7466 32-bit machines.
7467 (^M in the shell buffer): Mention `comint-process-echoes'.
7468 (Emacs for Apple computers): Emacs 22 has native support for Mac
7469 OS X.
7470 (Translating names to IP addresses): Delete node.
7471 (Binding keys to commands): Fix typo.
7472 (SPC no longer completes file names): New node.
7473 (MIME with Emacs mail packages): Delete section about the Emacs
7474 MIME FAQ (it's not reachable anymore).
7475
7476 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7477
7478 * cc-mode.texi: The manual has been extensively revised: the
7479 information about using CC Mode has been separated from the larger
7480 and more difficult chapters about configuration. It has been
7481 updated for CC Mode 5.31.
7482
7483 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * pgg.texi (User Commands): Fix description of pgg-verify-region.
7486 (Selecting an implementation): Fix descriptions.
7487
7488 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7489
7490 * message.texi (Various Message Variables): Addition.
7491
7492 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * message.texi: Fix default values.
7495
7496 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * message.texi (Header Commands): Clarify descriptions of
7499 message-cross-post-followup-to, message-reduce-to-to-cc, and
7500 message-insert-wide-reply.
7501 (Various Commands): Fix kindex for message-kill-to-signature;
7502 clarify description of message-tab.
7503
7504 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * message.texi (Mailing Lists): Fix description about MFT.
7507
7508 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7509
7510 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus.texi (Slow Terminal Connection): Replace old description
7513 with new one.
7514
7515 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7518 replace X-Draft-Headers with X-Draft-From.
7519
7520 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7521
7522 * gnus.texi (Various Various): Fix the default value of
7523 nnheader-max-head-length.
7524 (Gnus Versions): Fix typo.
7525
7526 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7527
7528 * org.texi (Structure editing): Document new functionality of
7529 M-RET.
7530
7531 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7532
7533 * org.texi (Internal Links): Fix Texinfo usage.
7534
7535 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7536
7537 * org.texi (TODO basics): Document the global todo list.
7538 (TODO items): Documents sparse tree for specific TODO
7539 keywords.
7540
7541 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
7542
7543 * org.texi (Plain Lists): Typos fixed.
7544
7545 2005-11-28 Jay Belanger <belanger@truman.edu>
7546
7547 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7548
7549 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7550
7551 * org.texi (Structure editing): New item moving commands added.
7552 (Plain Lists): New section.
7553
7554 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7555
7556 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7557 (Agenda): Document commands `org-cycle-agenda-files' and
7558 `org-agenda-file-to-front'.
7559 (Built-in table editor): Document `org-table-sort-lines'.
7560 (HTML formatting): Export of hand-formatted lists.
7561
7562 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7565 new variable gnus-toolbar-thickness.
7566
7567 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7568
7569 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7570
7571 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7572
7573 * gnus.texi (X-Face): Fix description.
7574 (XVarious): Remove gnus-xmas-logo-color-alist and
7575 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7576
7577 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * gnus.texi (Group Parameters): Mention new variable
7580 gnus-parameters-case-fold-search.
7581 (Home Score File): Addition.
7582
7583 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7584
7585 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7586 (Overview): List supported feed types.
7587 (Installation): No installation necessary when using autoload.
7588 (Configuration): Rename "RSS" to "news".
7589
7590 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7591
7592 * pgg.texi (User Commands): Document additional passphrase
7593 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7594 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7595
7596 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7597
7598 * org.texi: Version number changed to 3.19.
7599
7600 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
7601
7602 * pgg.texi (How to use): Update the example to add autoload of
7603 pgg-encrypt-symmetric-region.
7604 (User Commands): Document pgg-encrypt-symmetric-region.
7605 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7606
7607 2005-10-27 Jay Belanger <belanger@truman.edu>
7608
7609 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7610 mention other TeX-related units.
7611
7612 2005-10-23 Lars Hansen <larsh@soem.dk>
7613
7614 * dired-x.texi (Miscellaneous Commands):
7615 Replace dired-do-relative-symlink by dired-do-relsymlink and
7616 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7617
7618 2005-10-23 Jay Belanger <belanger@truman.edu>
7619
7620 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7621 constant.
7622
7623 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * faq.texi (Bugs and problems):
7626 Replace `dired-move-to-filename-regexp' by
7627 `directory-listing-before-filename-regexp'.
7628
7629 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7630
7631 * newsticker.texi (UPDATED): Set value.
7632
7633 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * gnus.texi (Document Groups): Remove duplicate item.
7636
7637 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7638
7639 * org.texi (Summary): Mention iCalendar support.
7640 (Exporting): Document iCalendar support.
7641
7642 2005-10-18 Romain Francoise <romain@orebokech.com>
7643
7644 * viper.texi (Viper Specials): Capitalize GNU.
7645
7646 2005-10-17 Juri Linkov <juri@jurta.org>
7647
7648 * info.texi (Getting Started, Search Index, Expert Info):
7649 Fix wording.
7650 (Search Text): Replace `echo area' with `mode line'.
7651 (Search Index): Both `i' and `,' find all index entries.
7652 Replace example `C-f' with `C-l' (which exists in index of Info
7653 manual) and delete spaces in its keyboard input sequence.
7654 Delete unnecessary explanations about literal characters.
7655
7656 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7657
7658 * gnus.texi (Document Server Internals): Addition.
7659
7660 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * gnus.texi (A note on namespaces): Fix RFC reference.
7663
7664 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7665
7666 * gnus.texi (RSS): Fix key description.
7667
7668 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * gnus.texi: Emacs/w3 -> Emacs/W3.
7671 (Browsing the Web): Fix description.
7672 (Web Searches): Ditto.
7673 (Customizing W3): Ditto.
7674
7675 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7678
7679 2005-10-11 Jay Belanger <belanger@truman.edu>
7680
7681 * calc.texi (Integration): Mention using `a i' to compute definite
7682 integrals.
7683
7684 2005-10-11 Juri Linkov <juri@jurta.org>
7685
7686 * info.texi: Rearrange nodes.
7687 (Top): Update menu. Change ref `Info for Experts' to
7688 `Advanced Info Commands'.
7689 (Getting Started): Fix description of manual's parts.
7690 (Help-Int): Change xref `Info Search' to `Search Index', and
7691 `Expert Info' to `Advanced'.
7692 (Advanced): Move node one level up.
7693 (Search Text, Search Index): New nodes split out from `Info Search'.
7694 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7695 split out from `Advanced'.
7696 (Advanced, Emacs Info Variables): De-document editing an Info file
7697 in Info.
7698 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7699 (Creating an Info File): Delete node and move its text to
7700 `Expert Info'.
7701
7702 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * org.texi (Workflow states): Documented that change in keywords
7705 becomes active only after restart of Emacs.
7706
7707 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7708
7709 Sync with Tramp 2.0.51.
7710
7711 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * speedbar.texi (Introduction): Describe new location of speedbar
7714 on menubar.
7715 (Basic Key Bindings): Remove descriptions of bindings that have
7716 been removed.
7717
7718 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
7719
7720 * speedbar.texi (GDB): Describe use of watch expressions.
7721
7722 2005-09-28 Simon Josefsson <jas@extundo.com>
7723
7724 * message.texi (IDNA): Fix.
7725
7726 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7729 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7730 description of nntp-open-connection-function.
7731 (Common Variables): Fix descriptions.
7732
7733 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus.texi (Server Buffer Format): Document the %a format spec.
7736
7737 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7738
7739 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7740
7741 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7742
7743 * org.texi Version 3.16.
7744
7745 2005-09-19 Miles Bader <miles@gnu.org>
7746
7747 * newsticker.texi: Get rid of CVS keywords.
7748
7749 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * gnus.texi (Finding the Parent): Fix description of how Gnus
7752 finds article.
7753
7754 2005-09-14 Jari Aalto <jari.aalto@cante.net>
7755
7756 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7757 to drop off non-answered articles.
7758
7759 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7762 braces (which are unsupported by NMAKE) for macro `srcdir'.
7763
7764 2005-09-17 Eli Zaretskii <eliz@gnu.org>
7765
7766 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7767 (../info/newsticker, newsticker.dvi): New targets.
7768
7769 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
7770
7771 * newsticker.texi: Replace @command with @code. Replace @example
7772 with @lisp.
7773 (Top): Add explanations to menu items.
7774 (GNU Free Documentation License): Remove.
7775
7776 2005-09-16 Romain Francoise <romain@orebokech.com>
7777
7778 Update all files to specify GFDL version 1.2.
7779
7780 * doclicense.texi (GNU Free Documentation License): Update to
7781 version 1.2.
7782
7783 2005-09-15 Richard M. Stallman <rms@gnu.org>
7784
7785 * newsticker.texi: Fix @setfilename.
7786
7787 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7788 (../info/newsticker, newsticker.dvi): New targets.
7789
7790 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7791
7792 * org.texi: Version 3.15.
7793
7794 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * ses.texi: Combine all three indices into one.
7797 Correct a few typos.
7798
7799 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7800
7801 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7802
7803 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7804
7805 * emacs-mime.texi (Handles): Remove duplicate item.
7806 (Encoding Customization): Fix the default value for
7807 mm-coding-system-priorities.
7808 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7809 (Basic Functions): Fix reference.
7810
7811 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7812
7813 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7814
7815 2005-08-18 Richard M. Stallman <rms@gnu.org>
7816
7817 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7818 and web site.
7819
7820 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7821 not keyboard-translate.
7822
7823 2005-08-11 Richard M. Stallman <rms@gnu.org>
7824
7825 * faq.texi (Using regular expressions): Fix xref.
7826
7827 2005-08-09 Juri Linkov <juri@jurta.org>
7828
7829 * info.texi (Help-P): Replace `Prev' with `Previous'.
7830 (Help-M, Help-Xref): Add S-TAB.
7831 (Help-FOO): Update `u' command.
7832 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7833 Update info about visibility of xref parts.
7834 (Help-Int): Fix `m' command. Rename `Info-last' to
7835 `Info-history-back'. Add `Info-history-forward'.
7836 (Advanced): Fix `g*' and `M-n' commands.
7837 (Info Search): Add `index-apropos' in stand-alone browser.
7838 Add isearch commands.
7839 (Emacs Info Variables): Remove `Info-fontify'.
7840 Add `Info-mode-hook'. Update face names.
7841 Add `Info-fontify-maximum-menu-size',
7842 `Info-fontify-visited-nodes', `Info-isearch-search'.
7843
7844 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7845
7846 Sync with Tramp 2.0.50.
7847
7848 * tramp.texi: Use @option{} consequently for method names.
7849 (Inline methods, External transfer methods): Remove references to
7850 Cygwin.
7851 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7852 implementation.
7853
7854 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7855
7856 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7857 Mention that gnus-init-file is not read when Emacs is invoked with
7858 --no-init-file or -q.
7859
7860 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
7861
7862 * org.texi: Version 3.14.
7863
7864 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7865
7866 * org.texi: Version 3.13.
7867
7868 2005-07-18 Juri Linkov <juri@jurta.org>
7869
7870 * calc.texi (Time Zones, Logical Operations):
7871 * cl.texi (Overview):
7872 * org.texi (TODO types):
7873 * sc.texi (Emacs 18 MUAs):
7874 * speedbar.texi (Top):
7875 * url.texi (History):
7876 Delete duplicate duplicate words.
7877
7878 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
7879
7880 * cl.texi (Type Predicates): Document `atom' type.
7881
7882 2005-07-04 Lute Kamstra <lute@gnu.org>
7883
7884 Update FSF's address in GPL notices.
7885
7886 * calc.texi (Copying):
7887 * doclicense.texi (GNU Free Documentation License):
7888 * faq.texi (Contacting the FSF):
7889 * mh-e.texi (Copying): Update FSF's address.
7890
7891 2005-07-03 Richard M. Stallman <rms@gnu.org>
7892
7893 * flymake.texi (Example -- Configuring a tool called directly):
7894 Update name of flymake-build-relative-filename.
7895
7896 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7897
7898 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7899
7900 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7901
7902 * org.texi: Version 3.12.
7903
7904 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7905
7906 * makefile.w32-in (MAKEINFO): Use --force.
7907 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7908 Makefile.in.
7909 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7910 more shells.
7911
7912 2005-06-23 Richard M. Stallman <rms@gnu.org>
7913
7914 * speedbar.texi (Creating a display): Texinfo usage fixes.
7915
7916 * tramp.texi (Customizing Completion, Auto-save and Backup):
7917 Texinfo usage fixes.
7918
7919 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * dired-x.texi (Miscellaneous Commands):
7922 * ediff.texi (Miscellaneous):
7923 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7924 (Agent Variables):
7925 * info.texi (Help-Xref):
7926 * message.texi (Message Headers):
7927 * org.texi (Remember):
7928 * reftex.texi (Options (Defining Label Environments)):
7929 (Options (Index Support)):
7930 (Options (Viewing Cross-References)):
7931 (Options (Misc)):
7932 (Changes):
7933 * speedbar.texi (Creating a display):
7934 * tramp.texi (Customizing Completion, Auto-save and Backup):
7935 Texinfo usage fix.
7936
7937 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
7938
7939 * org.texi: Version 3.11.
7940
7941 2005-06-12 Jay Belanger <belanger@truman.edu>
7942
7943 * calc.texi (Getting Started): Remove extra menu item.
7944
7945 2005-05-31 Jay Belanger <belanger@truman.edu>
7946
7947 * calc.texi (Notations Used in This Manual): Use @kbd for key
7948 sequence.
7949 (Demonstration of Calc): Mention another way of starting Calc.
7950 (Starting Calc): Mention long name of M-#.
7951 (Embedded Mode Overview): Remove unnecessary instruction.
7952 (Other M-# commands): Rephrase `M-# 0' explanation.
7953 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7954 reflect current behavior.
7955
7956 2005-05-30 Jay Belanger <belanger@truman.edu>
7957
7958 * calc.texi (Hooks): Change description of calc-window-hook and
7959 calc-trail-window-hook to match usage.
7960 (Computational Functions): Add more constant-generating functions.
7961 (Customizable Variables): Use defvar.
7962
7963 2005-05-28 Jay Belanger <belanger@truman.edu>
7964
7965 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7966 (Basic Embedded Mode): Explain behavior of arguments to
7967 calc-embedded-mode.
7968
7969 2005-05-27 Jay Belanger <belanger@truman.edu>
7970
7971 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7972 current behavior.
7973
7974 2005-05-25 Jay Belanger <belanger@truman.edu>
7975
7976 * calc.texi: Change Calc version number throughout.
7977 (Keypad Mode): Change location in info output.
7978 (Keypad mode overview): Move picture of keypad.
7979
7980 2005-05-21 Jay Belanger <belanger@truman.edu>
7981
7982 * calc.texi (Storing variables): Mention that only most variables
7983 are void to begin with.
7984
7985 2005-05-21 Kevin Ryde <user42@zip.com.au>
7986
7987 * widget.texi (Basic Types): Update cross ref from "Enabling
7988 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7989 lispref/text.texi change.
7990
7991 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7992
7993 * org.texi: Version 3.09.
7994
7995 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7996
7997 * reftex.texi: Version 4.28.
7998
7999 2005-05-16 Jay Belanger <belanger@truman.edu>
8000
8001 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8002
8003 2005-05-14 Jay Belanger <belanger@truman.edu>
8004
8005 * calc.texi (Default Simplifications): Insert missing ! (logical
8006 not operator).
8007
8008 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8009
8010 Sync with Tramp 2.0.49.
8011
8012 2005-05-10 Jay Belanger <belanger@truman.edu>
8013
8014 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8015 to 1.
8016
8017 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8018
8019 * org.texi: Version 3.08, structure reorganized.
8020
8021 2005-04-24 Richard M. Stallman <rms@gnu.org>
8022
8023 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8024
8025 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8026
8027 * org.texi: Update to version 3.06.
8028
8029 2005-04-13 Lute Kamstra <lute@gnu.org>
8030
8031 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8032
8033 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
8034
8035 * cl.texi (Porting Common Lisp): Fix typo.
8036
8037 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * gnus.texi (RSS): Addition.
8040
8041 2005-04-04 Jay Belanger <belanger@truman.edu>
8042
8043 * calc.texi: Change Calc version number.
8044 (Customizable variables): Fix description of calc-language-alist.
8045 (Copying): Put in version 2 of GPL.
8046
8047 2005-04-01 Jay Belanger <belanger@truman.edu>
8048
8049 * calc.texi (Troubleshooting Commands): Remove comment about
8050 installation.
8051 (Installation): Remove section.
8052 (Customizable Variables): New section.
8053 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8054 (Graphical Devices): Add references to Customizable Variables.
8055
8056 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * emacs-mime.texi (Display Customization): Markup fixes.
8059 (rfc2047): Update.
8060
8061 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8062
8063 * gnus-faq.texi: Replaced with auto-generated version.
8064
8065 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8066
8067 * dired-x.texi (Multiple Dired Directories): default-directory was
8068 renamed to dired-default-directory.
8069
8070 2005-03-26 Jay Belanger <belanger@truman.edu>
8071
8072 * calc.texi (Simplifying Formulas, Rewrite Rules):
8073 Change description of top and bottom of fraction.
8074 (Modulo Forms): Move description of how to create modulo forms to
8075 earlier in the section.
8076 (Fraction Mode): Suggest using : to get a fraction by dividing.
8077 (Basic Arithmetic): Adjust placement of command name.
8078 (Truncating the Stack): Emphasize that "hidden" entries are still
8079 visible.
8080 (Installation): Move discussion of printing manual to "About This
8081 Manual".
8082 (About This Manual): Mention how to print the manual.
8083 (Reporting Bugs): Remove first person.
8084 (Building Vectors): Add algebraic version of append.
8085 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8086 (Grouping Digits): Fix typo.
8087
8088 2005-03-25 Werner Lemberg <wl@gnu.org>
8089
8090 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8091 Replace `legal' with `valid'.
8092
8093 2005-03-25 Werner Lemberg <wl@gnu.org>
8094
8095 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8096
8097 2005-03-24 Jay Belanger <belanger@truman.edu>
8098
8099 * calc.texi (General Mode Commands)
8100 (Mode Settings in Embedded Mode): Add some explanation of
8101 recording mode settings.
8102
8103 2005-03-24 Richard M. Stallman <rms@gnu.org>
8104
8105 * calc.texi: Remove praise of non-free software.
8106
8107 * idlwave.texi: Don't say where to get IDL or its non-free manual.
8108 (Installation): Node deleted.
8109
8110 2005-03-23 Richard M. Stallman <rms@gnu.org>
8111
8112 * url.texi (HTTP language/coding): Improve last change.
8113
8114 2005-03-22 Jay Belanger <belanger@truman.edu>
8115
8116 * calc.texi (Embedded Mode): Add new information on changing
8117 modes.
8118
8119 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8120
8121 Sync with Tramp 2.0.48.
8122
8123 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8124
8125 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
8126 "GNU/Linux". Change all addresses to .gnu.org.
8127 (Default Method): Offer shortened syntax for "su" and "sudo"
8128 methods.
8129
8130 2005-03-07 Richard M. Stallman <rms@gnu.org>
8131
8132 * url.texi: Fix usage of "e.g.".
8133 (HTTP language/coding): Explain the rules for these strings.
8134
8135 2005-03-06 Richard M. Stallman <rms@gnu.org>
8136
8137 * woman.texi (Introduction): Minor cleanups.
8138
8139 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8140
8141 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8142 (Installation): Node deleted.
8143
8144 * mh-e.texi (Preface): Get rid of "Emacs 21".
8145
8146 * eshell.texi (Installation): Delete node (for Emacs 20).
8147
8148 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
8149
8150 * flymake.texi: Refill and tweak style in @lisp blocks.
8151
8152 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8153
8154 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8155
8156 2005-03-01 Jay Belanger <belanger@truman.edu>
8157
8158 * calc.texi (Trigonometric and Hyperbolic Functions):
8159 Mention additional functions.
8160 (Algebraic Simplifications): Mention additional simplifications.
8161
8162 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
8163
8164 * ses.texi: Add concept/function/variable indices (this work was
8165 donated by Brad Collins <brad@chenla.org>, copyright-assignment
8166 papers on file at FSF).
8167
8168 2005-02-10 Jay Belanger <belanger@truman.edu>
8169
8170 * calc.texi: Change @LaTeX to La@TeX throughout.
8171 Redefine @expr as @math for TeX output.
8172 Redefine @texline as a no-op for TeX output.
8173 Define @tfn, replace @t by @tfn throughout.
8174
8175 2005-02-09 Jay Belanger <belanger@truman.edu>
8176
8177 * calc.texi: Add macro for LaTeX for info output.
8178
8179 2005-02-08 Kim F. Storm <storm@cua.dk>
8180
8181 * texinfo.tex (LaTex): Add def.
8182
8183 2005-02-06 Jay Belanger <belanger@truman.edu>
8184
8185 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8186 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
8187 throughout manual.
8188
8189 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8190
8191 * gnus.texi: Some edits based on comments from David Abrahams.
8192
8193 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8194
8195 * gnus.texi (RSS): Fix the keystroke.
8196
8197 2005-01-24 David Kastrup <dak@gnu.org>
8198
8199 * faq.texi: Update AUCTeX version info.
8200
8201 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8202
8203 * gnus-faq.texi ([4.1]): Typo.
8204
8205 2005-01-19 Jay Belanger <belanger@truman.edu>
8206
8207 * calc.texi (Keep Arguments): Mention that keeping arguments
8208 doesn't work with keyboard macros.
8209
8210 2005-01-16 Richard M. Stallman <rms@gnu.org>
8211
8212 * autotype.texi (Autoinserting): Fix small error.
8213
8214 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8215
8216 Sync with Tramp 2.0.47.
8217
8218 * tramp.texi (Compilation): New section, describing compilation of
8219 remote files.
8220
8221 2005-01-11 Kim F. Storm <storm@cua.dk>
8222
8223 * widget.texi (Basic Types): Add :follow-link keyword.
8224
8225 2005-01-09 Jay Belanger <belanger@truman.edu>
8226
8227 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8228
8229 2005-01-08 Jay Belanger <belanger@truman.edu>
8230
8231 * calc.texi: Change throughout to reflect new default value of
8232 calc-settings-file.
8233
8234 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8235
8236 * message.texi (Reply): `message-reply-to-function' should return
8237 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8238
8239 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
8240
8241 * faq.texi (Changing load-path): Fix typo.
8242
8243 2005-01-05 Jay Belanger <belanger@truman.edu>
8244
8245 * calc.texi (Programming Tutorial): Replace kbd command by
8246 appropriate characters for a keyboard macro.
8247
8248 2005-01-04 Jay Belanger <belanger@truman.edu>
8249
8250 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8251 for Lucid Emacs.
8252 (Programming Tutorial): Mention that the user needs to be in the
8253 right mode to compute some functions.
8254
8255 2005-01-04 Jay Belanger <belanger@truman.edu>
8256
8257 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8258 no longer applicable.
8259
8260 2005-01-01 Jay Belanger <belanger@truman.edu>
8261
8262 * calc.texi (Programming Tutorial): Change description of how to
8263 edit keyboard macros to match current behavior.
8264
8265 2004-12-31 Jay Belanger <belanger@truman.edu>
8266
8267 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8268
8269 2004-12-20 Jay Belanger <belanger@truman.edu>
8270
8271 * calc.texi (Types Tutorial): Emphasize that you can't divide by
8272 zero.
8273
8274 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
8275
8276 * cc-mode.texi (Text Filling and Line Breaking): Put period after
8277 @xref.
8278 (Font Locking): Avoid @strong{Note:}.
8279
8280 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8281
8282 Sync with Tramp 2.0.46.
8283
8284 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
8285
8286 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * url.texi: Correct typos.
8289 (Retrieving URLs): @var{nil}->@code{nil}.
8290 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8291 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8292 (Dealing with HTTP documents): @inforef->@xref.
8293
8294 2004-12-15 Jay Belanger <belanger@truman.edu>
8295
8296 * calc.texi: Consistently capitalized all mode names.
8297 (Answers to Exercises): Mention that an answer can be a fraction
8298 when in Fraction mode.
8299
8300 2004-12-13 Jay Belanger <belanger@truman.edu>
8301
8302 * calc.texi: Fix some TeX definitions.
8303
8304 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * reftex.texi (Imprint): Remove erroneous @value's.
8307
8308 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8309
8310 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8311 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8312
8313 2004-12-08 Jay Belanger <belanger@truman.edu>
8314
8315 * calc.texi (Starting Calc): Remove comment about installation.
8316 (Keypad Mode Overview): Remove comment about Emacs 19 support.
8317
8318 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8319
8320 * url.texi: Update @setfilename.
8321 (Getting Started): No need to worry about Gnus versions.
8322 (Dealing with HTTP documents): Use @inforef.
8323
8324 * org.texi: Fix @direntry file name.
8325
8326 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * url.texi: New file.
8329
8330 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8331
8332 2004-12-06 Jay Belanger <belanger@truman.edu>
8333
8334 * calc.texi (Using Calc): Remove paragraph about installation.
8335
8336 2004-12-06 Jay Belanger <belanger@truman.edu>
8337
8338 * calc.texi: Use more Texinfo macros and less TeX defs.
8339 Remove @refill's.
8340
8341 2004-12-06 Richard M. Stallman <rms@gnu.org>
8342
8343 * org.texi: New file.
8344
8345 2004-12-05 Richard M. Stallman <rms@gnu.org>
8346
8347 * Makefile.in (org.dvi, ../info/org): New targets.
8348 (INFO_TARGETS): Add ../info/org.
8349 (DVI_TARGETS): Add org.dvi.
8350 (maintainer-clean): Remove the info files in the info dir.
8351
8352 2004-11-26 Eli Zaretskii <eliz@gnu.org>
8353
8354 * idlwave.texi: Fix the setfilename directive to put the produced
8355 file in ../info.
8356 (Continued Statement Indentation): Resurrect Jan D.'s change from
8357 2004-11-03 that was lost when a newer version of idlwave.texi was
8358 imported.
8359
8360 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8361
8362 * gnus-faq.texi ([5.1]): Add missing bracket.
8363
8364 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8365 Index `spam-initialize'.
8366
8367 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8368
8369 * message.texi (Various Message Variables): Mention that all mail
8370 file variables are derived from `message-directory'.
8371
8372 * gnus.texi (Splitting Mail): Clarify bogus group.
8373
8374 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * emacs-mime.texi (Encoding Customization):
8377 Fix mm-coding-system-priorities entry.
8378
8379 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8380
8381 * idlwave.texi (Continued Statement Indentation):
8382 * reftex.texi (Options (Index Support)):
8383 (Displaying and Editing the Index, Table of Contents):
8384 * speedbar.texi (Creating a display, Major Display Modes):
8385 Replace non-nil with non-@code{nil}.
8386
8387 2004-10-21 Jay Belanger <belanger@truman.edu>
8388
8389 * calc.texi (Algebraic-Style Calculations): Remove a comment.
8390
8391 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * calc.texi (Reporting Bugs): Double up `@'.
8394
8395 2004-10-18 Jay Belanger <belanger@truman.edu>
8396
8397 * calc.texi (Reporting Bugs): Change the address that bugs
8398 should be sent to.
8399
8400 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8401
8402 * gnus.texi (New Features): Add 5.11.
8403
8404 * message.texi (Resending): Remove wrong default value.
8405
8406 * gnus.texi (Mail Source Specifiers): Describe possible problems
8407 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
8408 `pop3-leave-mail-on-server' to the index.
8409
8410 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * message.texi (Canceling News): Add how to set a password.
8413
8414 2004-10-12 Jay Belanger <belanger@truman.edu>
8415
8416 * calc.texi (Help Commands): Change the descriptions of
8417 calc-describe-function and calc-describe-variable to match their
8418 current behavior.
8419
8420 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8421
8422 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8423
8424 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8425
8426 Sync with Tramp 2.0.45.
8427
8428 * tramp.texi (Frequently Asked Questions): Comment paragraph about
8429 plink link. The URL is outdated. Originator contacted for
8430 clarification.
8431
8432 2004-10-10 Juri Linkov <juri@jurta.org>
8433
8434 * gnus.texi (Top, Marking Articles): Join two menus in one node
8435 because a node can have only one menu.
8436
8437 2004-10-09 Juri Linkov <juri@jurta.org>
8438
8439 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8440 example of nnmail-split-fancy.
8441
8442 2004-10-06 Karl Berry <karl@gnu.org>
8443
8444 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8445 consistency with other uses of dashes.
8446
8447 2004-10-05 Karl Berry <karl@gnu.org>
8448
8449 * info.texi: Consistently use --- throughout, periods at end of
8450 menu descriptions, and a couple typos.
8451
8452 2004-09-26 Jesper Harder <harder@ifa.au.dk>
8453
8454 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8455 * pgg.texi (User Commands, Backend methods): Do.
8456 * gnus.texi: Markup fixes.
8457 (Setting Process Marks): Fix `M P a' entry.
8458 * emacs-mime.texi: Fixes.
8459
8460 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8461
8462 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8463 again.
8464 Use 5.10 instead of 5.10.0.
8465
8466 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8467
8468 * gnus.texi (Summary Mail Commands): S D e.
8469
8470 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
8471
8472 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8473 the gnus-article-mode-line-format section.
8474
8475 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
8476
8477 * gnus.texi (Various Summary Stuff): Fix the documentation for
8478 gnus-newsgroup-variables.
8479
8480 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8481
8482 * gnus.texi (MIME Commands):
8483 Add gnus-mime-display-multipart-as-mixed,
8484 gnus-mime-display-multipart-alternative-as-mixed,
8485 gnus-mime-display-multipart-related-as-mixed.
8486 (Mail Source Customization): Clarify `mail-source-directory'.
8487 (Splitting Mail): Mention gnus-group-find-new-groups.
8488 (SpamOracle): Fix typo.
8489
8490 * gnus-faq.texi: Untabify.
8491 ([6.3]): nnir.el is in contrib directory.
8492
8493 * message.texi (News Headers): Clarify how a unique ID is created.
8494
8495 * gnus.texi (Batching Agents): Fix typo in example.
8496 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8497
8498 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
8499
8500 * gnus.texi (Group Parameters): Add more on hooks.
8501
8502 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
8503
8504 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8505
8506 2004-09-22 Jay Belanger <belanger@truman.edu>
8507
8508 * calc.texi (Vectors as Lists): Add a warning that the tutorial
8509 might be hidden during part of the session.
8510
8511 2004-09-20 Jay Belanger <belanger@truman.edu>
8512
8513 * calc.texi (Notations Used in This Manual): Put in an earlier
8514 mention that DEL could be called Backspace.
8515
8516 2004-09-10 Simon Josefsson <jas@extundo.com>
8517
8518 * gnus.texi (IMAP): Add example. Suggested and partially written
8519 by Steinar Bang <sb@dod.no>.
8520
8521 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8522
8523 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8524 netrc syntax.
8525
8526 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8527
8528 * gnus.texi (Spam ELisp Package Sequence of Events):
8529 Some clarifications.
8530 (Spam ELisp Package Global Variables): More clarifications.
8531
8532 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8533
8534 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8535 Mention spam-split does not modify incoming mail.
8536
8537 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8538
8539 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8540
8541 2004-09-10 Eli Zaretskii <eliz@gnu.org>
8542
8543 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8544
8545 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8546
8547 * makefile.w32-in (sieve, pgg): Use $(infodir).
8548
8549 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8550
8551 * makefile.w32-in: Fix PGG and Sieve entries.
8552
8553 2004-08-28 Eli Zaretskii <eliz@gnu.org>
8554
8555 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8556 Emacs and related programs.
8557
8558 2004-08-27 Richard M. Stallman <rms@gnu.org>
8559
8560 * faq.texi: Fix texinfo usage, esp. doublequotes.
8561 (Difference between Emacs and XEmacs): Some clarification.
8562
8563 * faq.texi (Difference between Emacs and XEmacs):
8564 Explain not to contrast XEmacs with GNU Emacs.
8565
8566 2004-08-26 Richard M. Stallman <rms@gnu.org>
8567
8568 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8569
8570 2004-08-22 David Kastrup <dak@gnu.org>
8571
8572 * reftex.texi (AUCTeX): Update links, section name.
8573
8574 * faq.texi (Calc): Update availability (included in 22.1).
8575 (AUCTeX): Update availability, information, versions, description.
8576
8577 2004-08-14 Eli Zaretskii <eliz@gnu.org>
8578
8579 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8580
8581 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8582
8583 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8584
8585 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
8586
8587 Sync with Tramp 2.0.44.
8588
8589 2004-08-05 Lars Hansen <larsh@math.ku.dk>
8590
8591 * widget.texi (User Interface): Update how to separate the
8592 editable field of an editable-field widget from other widgets.
8593 (Programming Example): Add text after field.
8594
8595 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * emacs-mime.texi (Encoding Customization): Add a note to the
8598 mm-content-transfer-encoding-defaults entry.
8599 (rfc2047): Update.
8600
8601 * gnus.texi (Article Highlighting):
8602 Add gnus-cite-ignore-quoted-from.
8603 (POP before SMTP): New node.
8604 (Posting Styles): Addition.
8605 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8606 (Fancy Mail Splitting): Ditto.
8607 (X-Face): Add gnus-x-face.
8608
8609 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8610
8611 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8612 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8613
8614 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8615
8616 * gnus.texi (Mail Source Specifiers):
8617 Describe `pop3-leave-mail-on-server'.
8618
8619 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8620
8621 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8622
8623 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8624 repository. Change setfilename.
8625
8626 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8627
8628 2004-07-02 Juri Linkov <juri@jurta.org>
8629
8630 * pcl-cvs.texi (Viewing differences): Add `d r'.
8631
8632 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8633
8634 * ses.texi, viper.texi, flymake.texi, faq.texi:
8635 * eshell.texi, ediff.texi: Markup fixes.
8636
8637 2004-06-21 Karl Berry <karl@gnu.org>
8638
8639 * info.texi (Top): Mention that only Emacs has mouse support.
8640 (Getting Started): Mention this in a few other places.
8641
8642 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8643
8644 * autotype.texi (Copyrights, Timestamps):
8645 Recommend `before-save-hook' instead of `write-file-functions'.
8646
8647 2004-06-13 Lars Hansen <larsh@math.ku.dk>
8648
8649 * dired-x.texi (dired-mark-omitted): Update keybinding.
8650
8651 2004-06-10 Kim F. Storm <storm@cua.dk>
8652
8653 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8654
8655 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8656
8657 * dired-x.texi (variable dired-omit-mode): Rename from
8658 dired-omit-files-p.
8659 (function dired-omit-mode): Rename from dired-omit-toggle.
8660 Call dired-omit-mode rather than set dired-omit-files-p.
8661 (dired-mark-omitted): Describe command.
8662
8663 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8664
8665 Version 2.0.41 of Tramp released.
8666
8667 2004-05-29 Juanma Barranquero <lektu@terra.es>
8668
8669 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8670 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8671
8672 2004-05-29 Richard M. Stallman <rms@gnu.org>
8673
8674 * cl.texi (Top): Call this chapter `Introduction'.
8675 (Overview): In TeX, no section heading here.
8676
8677 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8678
8679 2004-05-29 Eli Zaretskii <eliz@gnu.org>
8680
8681 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8682 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8683
8684 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8685
8686 * flymake.texi: New file.
8687
8688 2004-05-28 Simon Josefsson <jas@extundo.com>
8689
8690 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8691
8692 2004-05-07 Kai Großjohann <kai@emptydomain.de>
8693
8694 Version 2.0.40 of Tramp released.
8695
8696 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8697
8698 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8699
8700 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8701 variables `tramp-backup-directory-alist' and
8702 `tramp-bkup-backup-directory-info'.
8703 (Overview, Connection types)
8704 (External transfer methods, Default Method)
8705 (Windows setup hints): Remove restriction of password entering
8706 with external methods.
8707 (Auto-save and Backup): Make file name example
8708 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8709 and `auto-save-directory' must be used.
8710 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8711 only "NT"). Remove doubled entry "What kinds of systems does
8712 @tramp{} work on".
8713 (tramp): Macro removed.
8714 (Obtaining Tramp): Flag removed from title.
8715 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8716 and `trampver' used properly. Flag `tramp-inst' replaced by
8717 `installchapter'. Installation related text adapted.
8718
8719 2004-04-28 Masatake YAMATO <jet@gyve.org>
8720
8721 * widget.texi (Programming Example): Remove overlays.
8722
8723 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8724
8725 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8726
8727 2004-04-23 Juanma Barranquero <lektu@terra.es>
8728
8729 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8730
8731 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8732
8733 * info.texi (Info Search): Add info-apropos.
8734
8735 2004-03-22 Juri Linkov <juri@jurta.org>
8736
8737 * faq.texi: Fix help key bindings.
8738
8739 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8742 (as suggested by Karl Berry). Update information about colored
8743 stars in menus. Add new subheading describing M-n.
8744
8745 2004-03-12 Richard M. Stallman <rms@gnu.org>
8746
8747 * cl.texi (Top): Rename top node's title.
8748
8749 2004-03-08 Karl Berry <karl@gnu.org>
8750
8751 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8752 problems making the texinfo distribution.
8753
8754 2004-02-29 Simon Josefsson <jas@extundo.com>
8755
8756 * smtpmail.texi (Authentication): Change the list of supported
8757 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8758 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8759 <voegelas@gmx.net>.
8760
8761 2004-02-29 Juanma Barranquero <lektu@terra.es>
8762
8763 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8764 Use $(DEL) instead of rm, and ignore exit code.
8765
8766 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
8767
8768 Tramp version 2.0.39 released.
8769
8770 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8771
8772 * tramp.texi (Customizing Completion): Explain new functions
8773 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8774 (all): Savannah URLs unified to "http://savannah.nongnu.org".
8775 (Top): Refer to Savannah mailing list as the major one.
8776 Mention older mailing lists in HTML mode only.
8777 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8778 (Frequently Asked Questions): Remote hosts must not be Unix-like
8779 for "smb" method.
8780 (Password caching): New node.
8781 (External transfer methods): Refer to password caching for "smb"
8782 method.
8783
8784 2004-02-17 Karl Berry <karl@gnu.org>
8785
8786 * info.texi (Help-Int): Mention the new line number feature.
8787
8788 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8789
8790 * ses.texi (Advanced Features): New functionality for
8791 ses-set-header-row (defaults to current row unless C-u used).
8792 (Acknowledgements): Add Stefan Monnier.
8793
8794 2003-12-29 Kevin Ryde <user42@zip.com.au>
8795
8796 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8797
8798 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
8799
8800 Tramp version 2.0.38 released.
8801
8802 * tramp.texi (Remote shell setup): Warn of environment variables
8803 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8804 <sven.gabriel@imk.fzk.de>.
8805 (Configuration): Tramp now chooses base64/uuencode
8806 automatically. Update wording accordingly.
8807 (Top): More description for the `Default Method' menu entry.
8808 (Default Method): Use @code, not @var, for Lisp variables.
8809 (Default Method): New subsection `Which method is the right one
8810 for me?' Suggested by Christian Kirsch.
8811 (Configuration): Pointer to new subsection added.
8812 (Default Method): Too many "use" in one sentence.
8813 Rephrase. Reported by Christian Kirsch.
8814 (Filename Syntax): Old `su' example is probably a left-over from
8815 the sm/su method naming. Replace with `ssh', instead.
8816 (External transfer methods, Auto-save and Backup):
8817 Typo fixes.
8818
8819 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8820
8821 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8822 (Top): Mention japanese manual only if flag `jamanual' is set.
8823 Insert section `Japanese manual' in menu.
8824
8825 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8826
8827 * eshell.texi (Known Problems): Add doc item.
8828
8829 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8830
8831 * cc-mode.texi: Update for CC Mode 5.30.
8832
8833 Note: Please refrain from doing purely cosmetic changes like
8834 removing trailing whitespace in this manual; it clobbers cvs
8835 merging for no good reason.
8836
8837 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8838
8839 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8840 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8841 @acronym{ASCII}.
8842
8843 2003-10-26 Karl Berry <karl@gnu.org>
8844
8845 * info.texi (Info Search): Echo area, not echo are. From Debian
8846 diff.
8847
8848 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8849
8850 * widget.texi (Defining New Widgets): Document new behavior of
8851 :buttons and :children keywords.
8852
8853 2003-10-22 Miles Bader <miles@gnu.org>
8854
8855 * Makefile.in (info): Move before $(top_srcdir)/info.
8856
8857 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8858
8859 * tramp.texi (Inline methods): Small grammar fix.
8860 (External transfer methods): Likewise.
8861
8862 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
8863
8864 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8865
8866 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8869
8870 2003-09-30 Richard M. Stallman <rms@gnu.org>
8871
8872 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8873
8874 * widget.texi (User Interface): Fix typos.
8875
8876 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8877
8878 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8879
8880 * pcl-cvs.texi (Selected Files): Fix typo.
8881
8882 2003-09-21 Karl Berry <karl@gnu.org>
8883
8884 * info.texi (] and [ commands): No period at end of section title.
8885
8886 2003-09-04 Miles Bader <miles@gnu.org>
8887
8888 * Makefile.in (top_srcdir): New variable.
8889 ($(top_srcdir)/info): New rule.
8890 (info): Depend on it.
8891
8892 2003-09-03 Peter Runestig <peter@runestig.com>
8893
8894 * makefile.w32-in: New file.
8895
8896 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8897
8898 * widget.texi (User Interface): Explain the need of static text
8899 around an editable field.
8900
8901 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8902
8903 * widget.texi (Basic Types): The argument to `:help-echo' can now
8904 be a form that evaluates to a string.
8905
8906 2003-08-18 Kim F. Storm <storm@cua.dk>
8907
8908 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8909
8910 2003-08-16 Richard M. Stallman <rms@gnu.org>
8911
8912 * dired-x.texi (Shell Command Guessing): Explain *.
8913
8914 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8915
8916 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8917 log-edit-insert-changelog.
8918
8919 2003-08-03 Karl Berry <karl@gnu.org>
8920
8921 * info.texi: Need @contents.
8922
8923 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
8924
8925 Tramp version 2.0.36 released.
8926
8927 * tramp.texi (Remote shell setup): Explain about problems with
8928 non-Bourne commands in ~/.profile and ~/.shrc.
8929
8930 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8931
8932 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8933 renaming of `vis-mode' to `visible-mode'.
8934
8935 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8936
8937 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8938 next, prev and up pointers.
8939
8940 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8941
8942 * info.texi (Help): Mention existence of Emacs and stand-alone
8943 Info at the very beginning of the tutorial.
8944 (Help-Inv): New node.
8945 (Help-]): New node.
8946 (Help-M): Systematically point out the differences between default
8947 Emacs and stand-alone versions. Delete second menu.
8948 (Help-Xref): Systematically point out the differences between
8949 default Emacs and stand-alone versions.
8950 (Help-Int): Change `l' example.
8951 (Expert Info): Fix typos.
8952 (Emacs Info Variables): Mention `Info-hide-note-references' and
8953 new default for `Info-scroll-prefer-subnodes'.
8954
8955 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
8956
8957 Version 2.0.35 of Tramp released.
8958
8959 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8960 (Inline methods): Add methods `remsh' and `plink1'.
8961 (External transfer methods): Add method `remcp'.
8962 (Multi-hop Methods): Add method `remsh'.
8963 Small patch from Adrian Aichner <adrian@xemacs.org>:
8964 Fix minor typos.
8965 (Concept Index): Add to make manual searchable via
8966 `Info-index'.
8967 (Version Control): Add cindex entry.
8968
8969 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
8970
8971 * trampver.texi: Version 2.0.34 released.
8972
8973 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8974
8975 * faq.texi: Improve previous changes.
8976
8977 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8978
8979 * faq.texi: Update copyright and maintenance details.
8980 Update some package URLs, versions, and maintainers.
8981 Remove many references to the Emacs Lisp Archive.
8982
8983 2003-04-23 Simon Josefsson <jas@extundo.com>
8984
8985 * smtpmail.texi: Fix license (the invariant sections mentioned has
8986 never been part of the smtp manual). Align info dir entry with
8987 other emacs packages.
8988
8989 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8990
8991 * tramp.texi: Version 2.0.33 released.
8992 Remove installation chapter. Remove XEmacs specifics.
8993
8994 2003-03-29 Richard M. Stallman <rms@gnu.org>
8995
8996 * tramp.texi (Top): Undo the previous renaming.
8997 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8998
8999 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
9000
9001 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9002 version of manual.
9003
9004 * tramp.texi (Auto-save and Backup): New node.
9005
9006 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
9007
9008 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
9009 Emacs" in order to have better differentiation to "XEmacs".
9010 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9011 are new macros in order to point to the other Emacs flavor where
9012 appropriate. In info case, point to node `Installation' in order
9013 to explain how to generate the other way. In html case, make a
9014 link to the other html file.
9015 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9016 after CVS checkout/update.
9017 (Installation): Completely rewritten.
9018 (Installation parameters, Load paths): New sections under
9019 `Installation'.
9020
9021 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9022
9023 * tramp.texi: Version 2.0.30 released.
9024 Replace word "path" with "localname" where used as a component of
9025 a Tramp file name.
9026
9027 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
9028
9029 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9030 introduced.
9031 (Installation): Explain what to do if files from the tramp/contrib
9032 directory are needed.
9033
9034 2003-02-23 Alex Schroeder <alex@emacswiki.org>
9035
9036 * smtpmail.texi (How Mail Works): New.
9037
9038 2003-02-22 Alex Schroeder <alex@emacswiki.org>
9039
9040 * smtpmail.texi: New file.
9041
9042 * Makefile.in: Build SMTP manual.
9043
9044 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9045
9046 * tramp.texi: Version 2.0.29 released.
9047 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9048 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
9049
9050 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
9051
9052 * tramp.texi (Frequently Asked Questions): Explain a workaround if
9053 another package loads accidentally Ange-FTP.
9054
9055 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
9056
9057 * tramp.texi (Customizing Completion): Add function
9058 `tramp-parse-sconfig'. Change example of
9059 `tramp-set-completion-function', because parsing of ssh config
9060 files looks more natural.
9061
9062 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
9063
9064 * gnus.texi: Do not use `path' in several locations.
9065
9066 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9067
9068 * tramp.texi (External transfer methods): New method `smb'.
9069 From Michael Albinus.
9070
9071 2002-11-05 Karl Berry <karl@gnu.org>
9072
9073 * info.texi (Info-fontify): Reorder face list to avoid bad line
9074 breaks.
9075
9076 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9077
9078 * tramp.texi: Move @copying to standard place.
9079 Use @insertcopying.
9080
9081 2002-10-02 Karl Berry <karl@gnu.org>
9082
9083 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9084 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9085 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9086 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9087 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9088 Per rms, update all manuals to use @copying instead of @ifinfo.
9089 Also use @ifnottex instead of @ifinfo around the top node, where
9090 needed for the sake of the HTML output.
9091 (The Gnus manual is not fixed since it's not clear to me how it
9092 works; and the Tramp manual already uses @copying, although in an
9093 unusual way. All others were changed.)
9094
9095 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
9096
9097 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9098 (../info/ses, ses.dvi): New targets.
9099 * ses.texi: New file.
9100
9101 2002-09-06 Pavel Janík <Pavel@Janik.cz>
9102
9103 * texinfo.tex: Update to texinfo 4.2.
9104
9105 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9106
9107 * reftex.texi: Update to RefTeX 4.19.
9108
9109 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9110
9111 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9112 (../info/tramp, tramp.dvi): New targets.
9113
9114 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9115
9116 * Makefile.in (DVI_TARGETS): Add calc.dvi.
9117 (calc.dvi): Uncomment.
9118
9119 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9120
9121 * Makefile.in (INFO_TARGETS): Add ../info/calc.
9122 (../info/calc): New target.
9123
9124 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9125
9126 * (Version 21.1 released.)
9127
9128 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9129
9130 * Branch for 21.1.
9131
9132 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * Makefile.in (../info/info): Use an explicit -o switch to
9135 makeinfo.
9136
9137 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9138
9139 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9140
9141 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
9142
9143 * Makefile.in (../info/idlwave): Use --no-split.
9144
9145 2000-12-14 Dave Love <fx@gnu.org>
9146
9147 * Makefile.in (mostlyclean): Remove gnustmp.*.
9148 (gnus.dvi): Change rule to remove @latex stuff.
9149
9150 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9151
9152 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9153
9154 2000-10-13 John Wiegley <johnw@gnu.org>
9155
9156 * Makefile.in: Add build targets for eshell.texi.
9157
9158 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9159
9160 * Makefile.in: Remove/comment speedbar stuff.
9161
9162 2000-09-22 Dave Love <fx@gnu.org>
9163
9164 * Makefile.in: Add emacs-mime.
9165
9166 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9167
9168 * Makefile.in (INFO_TARGETS): Add ../info/woman.
9169 (DVI_TARGETS): Add woman.dvi.
9170 (../info/woman, woman.dvi): New targets.
9171
9172 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
9173
9174 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
9175
9176 * pcl-cvs.texi: New file.
9177 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9178 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9179
9180 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9181
9182 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9183 (../info/ebrowse, ebrowse.dvi): New targets.
9184
9185 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9186
9187 * Makefile.in (INFO_TARGETS): Add eudc.
9188 (DVI_TARGETS): Add eudc.dvi.
9189 (../info/eudc, eudc.dvi): New targets.
9190
9191 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
9192
9193 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9194 compatibility with 8+3 filesystems).
9195 (../info/efaq): Rename from emacs-faq.
9196
9197 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9198
9199 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9200 (../info/idlwave, idlwave.dvi): New targets.
9201
9202 1999-10-23 Dave Love <fx@gnu.org>
9203
9204 * Makefile.in: Use autotype.texi.
9205
9206 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9207
9208 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9209 faq.texi file) rather than ../info/faq.
9210
9211 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9212
9213 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9214 (../info/ada-mode, ada-mode.dvi): New targets.
9215
9216 1999-09-01 Dave Love <fx@gnu.org>
9217
9218 * Makefile.in: Add faq.
9219
9220 1999-07-12 Richard Stallman <rms@gnu.org>
9221
9222 * Version 20.4 released.
9223
9224 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9225
9226 * Version 20.3 released.
9227
9228 1998-04-06 Andreas Schwab <schwab@gnu.org>
9229
9230 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9231 Use it in dvi targets.
9232 (../etc/GNU): Change to $(srcdir) first.
9233
9234 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
9235
9236 * reftex.texi: Update for RefTeX version 3.22.
9237
9238 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
9239
9240 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9241 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9242
9243 1997-09-23 Paul Eggert <eggert@twinsun.com>
9244
9245 * Makefile.in: Merge changes mistakenly made to `Makefile'.
9246 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9247
9248 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9249
9250 * Version 20.2 released.
9251
9252 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9253
9254 * Version 20.1 released.
9255
9256 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9257
9258 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9259
9260 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9261
9262 * Version 19.33 released.
9263
9264 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9265
9266 * Version 19.32 released.
9267
9268 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9269
9270 * Makefile.in: Add rules for the Message manual.
9271
9272 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9273
9274 * gnus.texi: New version.
9275
9276 * message.texi: New manual.
9277
9278 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9279
9280 * Makefile.in (All info targets): cd $(srcdir) to do the work.
9281
9282 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9283
9284 * Makefile.in (All info targets): Specify $(srcdir) in input files.
9285 Specify -I option.
9286 (All dvi targets): Set the TEXINPUTS variable.
9287
9288 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9289
9290 * Version 19.31 released.
9291
9292 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9293
9294 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9295 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
9296
9297 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9298
9299 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9300 (INFO_TARGETS): Add ../info/cc-mode.
9301 (DVI_TARGETS): Add cc-mode.dvi.
9302
9303 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9304
9305 * Version 19.30 released.
9306
9307 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
9308
9309 * gnus.texi: New file.
9310
9311 1995-11-04 Erik Naggum <erik@naggum.no>
9312
9313 * gnus.texi: File deleted.
9314
9315 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
9316
9317 * mh-e.texi: "Function Index" -> "Command Index" to work with
9318 Emacs 19.30 C-h C-k support of separately-documented commands.
9319
9320 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9321
9322 * Makefile.in (../info/ediff, ediff.dvi): New targets.
9323 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9324
9325 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9326
9327 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9328 (../info/viper, viper.dvi): New targets.
9329
9330 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
9331
9332 * dired-x.texi (Installation): Change the example to set
9333 buffer-local variables like dired-omit-files-p in
9334 dired-mode-hook.
9335
9336 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9337
9338 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9339 (../info/mh-e, mh-e.dvi): New targets.
9340
9341 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9342
9343 * Makefile.in (maintainer-clean): Rename from realclean.
9344
9345 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9346
9347 * Makefile.in: New file.
9348 * Makefile: File deleted.
9349
9350 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9351
9352 * Makefile (TEXINDEX_OBJS): Variable deleted.
9353 (texindex, texindex.o, getopt.o): Rules deleted.
9354 All deps on texindex deleted.
9355 (distclean): Don't delete texindex.
9356 (mostlyclean): Don't delete *.o.
9357 * texindex.c, getopt.c: Files deleted.
9358
9359 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9360
9361 * Version 19.26 released.
9362
9363 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9364
9365 * Version 19.25 released.
9366
9367 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9368
9369 * Version 19.24 released.
9370
9371 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9372
9373 * Version 19.23 released.
9374
9375 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9376
9377 * Makefile: Delete spurious tab.
9378
9379 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9380
9381 * Makefile (.SUFFIXES): New rule.
9382
9383 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9384
9385 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9386 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9387
9388 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9389
9390 * Makefile (../info/sc): Rename from sc.info.
9391 (../info/cl): Likewise.
9392 (INFO_TARGETS): Use new names.
9393
9394 1993-12-04 Richard Stallman (rms@srarc2)
9395
9396 * getopt.c: New file.
9397 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9398 (getopt.o): New rule.
9399 (dvi): Don't depend on texindex.
9400 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9401 Depend on texindex.
9402
9403 1993-12-03 Richard Stallman (rms@srarc2)
9404
9405 * Makefile (../info/sc.info): Rename from ../info/sc.
9406 (TEXI2DVI): New variable.
9407 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9408 Add explicit commands.
9409 (TEXINDEX_OBJS): Delete duplicate getopt.o.
9410
9411 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9412
9413 * Version 19.22 released.
9414
9415 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9416
9417 * Makefile (TEXINDEX_OBJS): Delete spurious period.
9418
9419 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9420
9421 * Version 19.21 released.
9422
9423 1993-11-15 Paul Eggert (eggert@twinsun.com)
9424
9425 * man/Makefile (../info/cl.info): Rename from ../info/cl.
9426
9427 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9428
9429 * Makefile (../etc/GNU): New target.
9430 (EMACSSOURCES): Add gnu1.texi.
9431
9432 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9433
9434 * Makefile (realclean): Don't delete the Info files.
9435
9436 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9437
9438 * forms.texi: Fix forms.texi so that it will format correctly.
9439 Add missing `@end iftex', fix bad reference.
9440
9441 * info.texi, info-stn.texi: New files implement texinfo version of
9442 `info' file.
9443
9444 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
9445
9446 * Makefile: Fix targets for texindex, new info.texi files.
9447 * info-stnd.texi: New file implements info for standalone info
9448 reader.
9449 * info.texi: Update to include recent changes to "../info/info".
9450 New source file for ../info/info; includes info-stnd.texi.
9451
9452 * texindex.c: Include "../src/config.h" if building in emacs.
9453
9454 * Makefile: Change all files to FILENAME.texi, force all targets
9455 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
9456 vip.texinfo, forms.texinfo, cl.texinfo.
9457 Add target to build texindex.c, defining `emacs'.
9458
9459 * forms.texi: Install new file to match version 2.3 of forms.el.
9460
9461 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9462
9463 * Version 19.19 released.
9464
9465 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
9466
9467 * sc.texinfo: Fix info file name.
9468
9469 * Makefile (info): Add gnus and sc.
9470 (dvi): Add gnus.dvi and sc.dvi.
9471 (../info/sc, sc.dvi): New targets.
9472
9473 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9474
9475 * Version 19.18 released.
9476
9477 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9478
9479 * Makefile: Fix source file names of the separate manuals.
9480 (gnus.dvi, ../info/gnus): New targets.
9481
9482 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9483
9484 * Version 19.17 released.
9485
9486 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9487
9488 * split-man: Fix typos in last change.
9489
9490 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9491
9492 * Version 19.16 released.
9493
9494 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9495
9496 * version 19.15 released.
9497
9498 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9499
9500 * Makefile (distclean): It's rm, not rf.
9501
9502 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9503
9504 * Version 19.14 released.
9505
9506 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9507
9508 * Makefile: New file.
9509
9510 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9511
9512 * Version 19.13 released.
9513
9514 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9515
9516 * Version 19.9 released.
9517
9518 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9519
9520 * Version 19.8 released.
9521
9522 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9523
9524 * Version 19.7 released.
9525
9526 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9527
9528 * gnus.texinfo: New file. Removed installation instructions.
9529
9530 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9531
9532 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9533
9534 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9535
9536 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9537 then define `\sc' as the command for smallcaps in Texinfo.
9538 This means that the @sc command will produce small caps. bfox has
9539 made the corresponding change to makeinfo and texinfm.el.
9540
9541 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9542
9543 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9544 Customization since the menu entry did not point to anything.
9545 Also add an @finalout command to remove overfull hboxes from the
9546 printed output.
9547
9548 * cl.texinfo: Add @bye, \input line and @settitle to file.
9549 This file is clearly intended to be a chapter of some other work,
9550 but the other work does not yet exist.
9551
9552 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9553
9554 * texinfo.texinfo: Three typos corrected.
9555
9556 ;; Local Variables:
9557 ;; coding: utf-8
9558 ;; End:
9559
9560 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9561
9562 This file is part of GNU Emacs.
9563
9564 GNU Emacs is free software: you can redistribute it and/or modify
9565 it under the terms of the GNU General Public License as published by
9566 the Free Software Foundation, either version 3 of the License, or
9567 (at your option) any later version.
9568
9569 GNU Emacs is distributed in the hope that it will be useful,
9570 but WITHOUT ANY WARRANTY; without even the implied warranty of
9571 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9572 GNU General Public License for more details.
9573
9574 You should have received a copy of the GNU General Public License
9575 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.