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