Merge from trunk.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * dbus.texi (Properties and Annotations): Fix typo.
4
5 2013-12-06 Bastien Guerry <bzg@gnu.org>
6
7 * org.texi: Don't include Emacs version within Org's version.
8
9 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
10
11 * org.texi (Creating one-off styles): Use new export snippet
12 syntax.
13
14 * org.texi (Export settings): documentation describing how text
15 above the first heading is ignored when an :export: tag is in a
16 file.
17
18 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
19
20 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
21
22 2013-11-30 Glenn Morris <rgm@gnu.org>
23
24 * Makefile.in (distclean): Remove Makefile.
25
26 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
27
28 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
29 (The Basics, Formulas): Copyedits.
30 (Resizing, Printer functions): Add index entries.
31
32 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
33
34 * calc.texi (Customizing Calc): Mention new variable
35 `calc-context-sensitive-enter'.
36
37 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
38
39 * org.texi (Exporting code blocks): Document the 'inline-only
40 setting for `org-export-babel-evaluate'. Document how :var
41 introduces code block dependencies.
42
43 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
44
45 * org.texi (Header arguments): Document header-args[:lang]
46 properties and remove deprecated old-style properties from
47 documentation.
48
49 * org.texi (Agenda commands): Remove footnote from @tsubheading
50 and add a sentence with the reference instead.
51
52 2013-11-12 Bastien Guerry <bzg@gnu.org>
53
54 * org.texi (Catching invisible edits):
55 * org.texi (Plain lists, Plain lists):
56 * org.texi (Advanced configuration):
57 * org.texi (Tag groups):
58 * org.texi (Conventions):
59 * org.texi (Checkboxes, Radio lists):
60 * org.texi (Top, Summary, Exporting):
61 * org.texi (In-buffer settings): Fix typos.
62
63 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
64 C-w'. Add an index entry for `org-refile-keep'.
65
66 * org.texi (Plain lists): Add an index entry for sorting plain
67 list. Document sorting by checked status for check lists.
68
69 * org.texi (Publishing options): Fix old variable names.
70
71 * org.texi (Orgstruct mode): Fix suggested setting of
72 `orgstruct-heading-prefix-regexp'.
73
74 * org.texi (Export settings): Document
75 `org-export-allow-bind-keywords'.
76
77 * org.texi (History and Acknowledgments): Small rephrasing.
78
79 * org.texi (Template elements): Add a footnote about tags accepted
80 in a year datetree.
81
82 * org.texi (Beamer export, @LaTeX{} and PDF export)
83 (Header and sectioning, @LaTeX{} specific attributes): Enhance
84 style.
85
86 * org.texi (Agenda commands): Add a footnote about dragging agenda
87 lines: it does not persist and it does not change the .org files.
88
89 * org.texi (Agenda commands): Add a table heading for dragging
90 agenda lines forward/backward.
91
92 * org.texi (Agenda commands): Add documentation for
93 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
94
95 * org.texi (Publishing options): Update the list of options.
96 (Simple example, Complex example): Fix the examples.
97
98 * org.texi (Formula syntax for Calc): Don't use a bold font the
99 warning.
100
101 * org.texi (Other built-in back-ends): New section.
102
103 * org.texi (Editing source code): Document
104 `org-edit-src-auto-save-idle-delay' and
105 `org-edit-src-turn-on-auto-save'.
106
107 * org.texi (External links): Document contributed link types
108 separately.
109
110 * org.texi (Closing items): Document
111 `org-closed-keep-when-no-todo'.
112
113 * org.texi (Export back-ends): Rename from "Export formats".
114 (The Export Dispatcher): Remove reference to
115 `org-export-run-in-background'.
116 (Export settings): Minor rewrites.
117 (ASCII/Latin-1/UTF-8 export): Update variable's name.
118 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
119
120 * org.texi (Export in foreign buffers): New section.
121 (Exporting): Remove documentation about converting the selected
122 region.
123
124 * org.texi (Advanced configuration): Put the filter valid types in
125 a table. Use @lisp and @smalllisp.
126
127 * org.texi: Use @code{nil} instead of nil. Update the maintainer
128 contact info.
129
130 * org.texi (Exporting): Better introductory sentence. Add a note
131 about conversion commands.
132 (Feedback, Orgstruct mode, Built-in table editor)
133 (Built-in table editor, Orgtbl mode, Updating the table)
134 (Property syntax, Capturing column view, Capture)
135 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
136 (Exporting, Extending ODT export)
137 (Working with @LaTeX{} math snippets, dir, Customization)
138 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
139 Uniformly use @kbd{M-x command RET}.
140
141 * org.texi (Filtering/limiting agenda items): New subsection.
142 Document the use of `org-agenda-max-*' options and
143 `org-agenda-limit-interactively' from the agenda.
144 (Agenda commands): Move details about filtering commands to
145 the new section, only include a summary here.
146 (Customizing tables in ODT export)
147 (System-wide header arguments, Conflicts, Dynamic blocks): Use
148 spaces for indentation.
149
150 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
151
152 * org.texi (Links in HTML export, Images in HTML export)
153 (post): Fix syntax within #+ATTR_*.
154 (Tables in HTML export): Document `org-html-table-row-tags'
155 and use `org-html-table-default-attributes' instead of
156 `org-html-table-tag'.
157
158 * org.texi (Publishing action, Publishing options)
159 (Publishing links): Major rewrite. Enhance explanations for
160 `org-org-publish-to-org'. Remove reference to
161 `org-export-run-in-background'.
162
163 * org.texi: Fix many small typos. Use #+NAME instead of
164 #+TBLNAME. Use @smalllisp instead of @example.
165 (Special symbols): Add index?
166 (HTML preamble and postamble): Don't mention obsolete use of
167 opt-plist.
168 (JavaScript support): Don't mention the org-jsinfo.el file as it
169 has been merged with ox-html.el.
170
171 * org.texi (Installation, Feedback, Setting Options)
172 (Code evaluation security, org-crypt.el): Use @lisp instead of
173 @example.
174 (Agenda commands): Use @table instead of @example.
175
176 * org.texi (Adding hyperlink types): New appendix.
177
178 * org.texi (ODT export commands, Extending ODT export)
179 (Applying custom styles, Images in ODT export)
180 (Labels and captions in ODT export)
181 (Literal examples in ODT export)
182 (Configuring a document converter)
183 (Working with OpenDocument style files)
184 (Customizing tables in ODT export)
185 (Validating OpenDocument XML): Fix options names.
186
187 * org.texi (History and Acknowledgments): Update acknowledgments
188 to Nicolas. Add Nicolas Goaziou to the list of contributors.
189
190 * org.texi (System-wide header arguments): Don't use "customizing"
191 for setting a variable. Also remove comments.
192
193 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
194 `org-agenda-start-on-weekday' to the variable index and document
195 them.
196
197 * org.texi (Sparse trees, Agenda commands)
198 (@LaTeX{} fragments, Selective export, Export options)
199 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
200 (HTML Export commands, @LaTeX{}/PDF export commands)
201 (iCalendar export, Publishing options, Triggering publication)
202 (In-buffer settings): Update to reflect changes from the new
203 export engine.
204
205 * org.texi (Matching tags and properties): More examples. Explain
206 group tags expansion as regular expressions.
207
208 * org.texi (Tag groups): New section.
209
210 * org.texi (Setting tags): Tiny formatting fixes.
211
212 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
213 names.
214
215 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
216 concept index. Include example for these agenda views.
217 (Special agenda views): Mention the "agenda*" agenda view.
218
219 * org.texi (Repeated tasks): Document how to ignore a repeater
220 when using both a scheduled and a deadline timetamp.
221
222 * org.texi (Global and local cycling): Wrap in a new subsection.
223 (Initial visibility, Catching invisible edits): New subsections.
224
225 * org.texi (Visibility cycling): Mention that
226 `org-agenda-inhibit-startup' will prevent visibility setting when
227 the agenda opens an Org file for the first time.
228
229 * org.texi (Org syntax): New section.
230
231 * org.texi (Orgstruct mode): Document
232 `orgstruct-heading-prefix-regexp'.
233
234 * org.texi (Speeding up your agendas): New section.
235
236 * org.texi (Installation): When installing Org from ELPA, users
237 should do this from an Emacs session where no .org file has been
238 visited.
239
240 * org.texi (CSS support, In-buffer settings): Update HTML options
241 names.
242
243 * org.texi (Structure editing): Update documentation for
244 `org-insert-heading-or-item'.
245 (Plain lists, Relative timer): Update index entry.
246
247 * org.texi (JavaScript support): Update variable names.
248
249 * org.texi (comments): Minor formatting fix.
250
251 * org.texi (@LaTeX{} fragments): Minor enhancement.
252
253 * org.texi: Update the list contributions.
254
255 * org.texi (Agenda commands): Exporting the agenda to an .org file
256 will not copy the subtrees and the inherited tags. Document
257 `org-agenda-filter-by-regexp'.
258
259 * org.texi (Publishing action, Complex example): Fix names of
260 publishing functions.
261
262 * org.texi (Top, Exporting): Delete references to Freemind.
263 (Freemind export): Delete section.
264
265 * org.texi (Top, Exporting): Delete references to the XOXO export.
266 (XOXO export): Delete section.
267
268 * org.texi (Capture): Mention that org-remember.el is not
269 supported anymore.
270
271 * org.texi (Top, Exporting, Beamer class export): Delete
272 references to the TaskJuggler export.
273 (History and Acknowledgments): Mention that the TaskJuggler has
274 been rewritten by Nicolas and now lives in the contrib/ directory
275 of Org's distribution. Mention that Jambunathan rewrote the HTML
276 exporter. Remove Jambunathan from my own acknowledgments.
277 (TaskJuggler export): Delete.
278
279 * org.texi (HTML preamble and postamble)
280 (Tables in HTML export, Images in HTML export)
281 (Math formatting in HTML export, CSS support)
282 (@LaTeX{} and PDF export, Publishing options): Fix the names of
283 the HTML export and publishing options.
284
285 * org.texi (Literal examples, Export options)
286 (@LaTeX{} and PDF export, Header and sectioning)
287 (Publishing options): Fix LaTeX options names.
288
289 * org.texi (Export options, CSS support, In-buffer settings): Fix
290 references to HTML_LINK_* and HTML_STYLE keywords.
291
292 * org.texi (Export options, In-buffer settings): Fix references to
293 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
294
295 * org.texi (Top, Markup, Initial text, Images and tables)
296 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
297 (Export options, JavaScript support, Beamer class export): Remove
298 references to the DocBook export, which has been deleted.
299 (History and Acknowledgments): Mention that DocBook has been
300 deleted, suggest to use the Texinfo exporter instead, then to
301 convert the .texi to DocBook with makeinfo.
302 (Links in ODT export, Tables in ODT export): Fix indices.
303
304 * org.texi (Deadlines and scheduling): Add a variable to the
305 index. Add documentation about delays for scheduled tasks.
306
307 * org.texi (Emphasis and monospace): Mention
308 `org-fontify-emphasized-text' and
309 `org-emphasis-regexp-components'.
310
311 * org.texi (References): Small enhancement.
312
313 * org.texi (Column width and alignment): Make the example visually
314 more clear.
315
316 * org.texi (The clock table): Document :mstart and :wstart as a
317 way to set the starting day of the week.
318
319 * org.texi (In-buffer settings): Document new startup keywords.
320 Thanks to John J Foerch for this idea.
321
322 * org.texi (Include files): Tiny formatting fix.
323
324 * org.texi (Activation): Point to the "Conflicts" section.
325
326 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
327
328 * org.texi (CSS support): Clarify this section.
329
330 * org.texi (@LaTeX{} specific attributes): Document that tabu and
331 tabularx packages are not in the default set of packages.
332
333 * org.texi (Agenda commands): Document fortnight view.
334
335 * org.texi: Document conflict with ecomplete.el.
336
337 * org.texi (History and Acknowledgments): Acknowledgements for
338 Jason Dunsmore and Rakcspace.
339
340 * org.texi: Rename org-crypt.el node to org-crypt.
341
342 * org.texi (A @LaTeX{} example): Fix typo in variable name.
343
344 * org.texi (MobileOrg): Mention the new iPhone developer.
345
346 * org.texi (Table of contents) Improve documentation of TOC
347 placement.
348
349 * org.texi: Explain that date/time information at read-date prompt
350 should start at the beginning, not anywhere in the middle of a
351 long string.
352
353 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
354
355 * org.texi (Orgstruct mode): Fix wrong regexp.
356
357 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
358
359 * org.texi: Document export to (X)HTML flavors.
360
361 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
362
363 * org.texi (Extracting source code): Mention the prefix argument
364 to org-babel-tangle.
365 (noweb): Removed erroneous negative.
366 (Specific header arguments): Document new header arguments.
367 Documentation for new tangle-mode header argument.
368 (Top): Documentation for new tangle-mode header argument.
369 (rownames): Documentation for new tangle-mode header argument.
370 Mention elisp as special rowname case.
371 (tangle-mode): Documentation for new tangle-mode header argument.
372 (post): Documentation and an example of usage.
373 (var): Remove the "Alternate argument syntax" section from the
374 documentation.
375 (hlines): Note that :hline has no effect for Emacs Lisp code
376 blocks.
377
378 2013-11-12 Feng Shu <tumashu@gmail.com>
379
380 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
381 (Math formatting in HTML export)
382 (Working with @LaTeX{} math snippets): Add document about creating
383 formula image with imagemagick.
384
385 * org.texi (@LaTeX{} specific attributes): Document `:caption'
386 attribute of #+ATTR_LATEX.
387
388 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
389
390 * org.texi (Handling links): Fix a typo in
391 `org-startup-with-inline-images' documentation.
392
393 * org.texi (Previewing @LaTeX{} fragments): Document the startup
394 keywords to use for previewing LaTeX fragments or not.
395 (Summary of in-buffer settings): Improve formatting and add an
396 entry for the variable `org-startup-with-latex-preview'.
397
398 * org.texi (Property syntax): Recall the user to refresh the org
399 buffer when properties are set on a per-file basis.
400
401 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
402
403 * org.texi (Matching tags and properties): Clarification.
404
405 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
406
407 * org.texi (Editing and debugging formulas): Add an example when a
408 table has multiple #+TBLFM lines.
409
410 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
411
412 * org.texi (The clock table): Document acceptance of relative
413 times in tstart and tend, link to syntax description and provide
414 example.
415
416 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
417
418 * org.texi (The spreadsheet): Document lookup functions.
419
420 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
421
422 * org.text (CSS support): Mention .figure-number, .listing-number,
423 and .table-number.
424
425 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
426
427 * org.texi
428 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
429 spreadsheet formula mode strings and some examples from @example
430 block with xy @r{yz} to @table.
431
432 * org.texi (Formula syntax for Calc): Improve the documentation of
433 empty fields in formulas for spreadsheet. Add explanation and
434 example for empty field. Extend explanations of format
435 specifiers. Add a sentence to mention Calc defmath.
436
437 * org.texi (Column formulas): Add a sentence to be more explicit
438 about when a table header is mandatory.
439
440 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
441
442 * org.texi (Subscripts and superscripts): Remove reference to
443 quoted underscores until this mechanism is implemented again.
444
445 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
446 property.
447
448 * org.texi (Document title): Subtree export is no longer triggered
449 by marking one as the region.
450 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
451 giving examples isn't very useful: "horizontal rule" is, at least,
452 as explicit as <hr/>.
453
454 * org.texi (HTML doctypes): Reflect keyword removal.
455 (CSS support): Reflect keyword removal.
456
457 * org.texi (@LaTeX{} specific attributes): Document new :float
458 values.
459
460 * org.texi (Export settings): Improve documentation.
461
462 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
463 (Text areas in HTML export): Update text areas.
464 (HTML Export commands): Update export commands.
465
466 * org.texi (Header and sectioning): Add a footnote about the
467 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
468
469 * org.texi (The Export Dispatcher): Document
470 `org-export-in-background'.
471
472 * org.texi (Footnotes): Export back-ends do not use
473 `org-footnote-normalize' anymore.
474
475 * org.texi: Document variable changes.
476
477 * org.texi (Export settings): Doument p: item in OPTIONS keyword.
478
479 * org.texi (Exporting): Massive rewrite of the first sections.
480 (Selective export): Delete.
481 (The Export Dispatcher): Rewrite.
482 (Export options): Rewrite as "Export settings".
483
484 * org.texi: Small changes to documentation for embedded LaTeX.
485
486 * org.texi (Internal links): Document #+NAME keyword and
487 cross-referencing during export.
488
489 * org.texi (Include files): Remove reference to :prefix1
490 and :prefix. Give more details for :minlevel.
491
492 * org.texi (Macro replacement): Fix macro name. Update
493 documentation about possible locations and escaping mechanism.
494
495 * org.texi (Table of contents): Update documentation. Document
496 lists of listings and lists of tables. Add documentation for
497 optional title and #+TOC: keyword.
498
499 2013-11-12 Rick Frankel <rick@rickster.com>
500
501 * org.texi (results): Add Format section, broken out of Type
502 section to match code.
503 (hlines, colnames): Remove incorrect Emacs Lisp exception. Note
504 that the actual default handling (at least for python and
505 emacs-lisp) does not seem to match the description.
506
507 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
508
509 * org.texi (The date/time prompt): Update the documentation to
510 reflect the new way `org-read-date-get-relative' handles weekdays.
511
512 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
513
514 * org.texi (Resolving idle time): Document
515 `org-clock-x11idle-program-name'.
516
517 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
518
519 * ert.texi (Running Tests Interactively): Adapt examle output.
520 (Tests and Their Environment): Mention skip-unless.
521
522 2013-10-23 Glenn Morris <rgm@gnu.org>
523
524 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
525 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
526 * widget.texi: Nuke @refill.
527
528 * Makefile.in (install-dvi, install-html, install-pdf)
529 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
530 (uninstall-pdf): Quote entities that might contain whitespace.
531
532 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
533
534 * calc.el (Data Type Formats): Don't specify the size at
535 which integers begin to be represented by lists.
536
537 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
538
539 * cl.texi (Argument Lists): Add indexes for &key and &aux.
540
541 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
542
543 * trampver.texi: Update release number.
544
545 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
546
547 Sync with Tramp 2.2.8.
548
549 * tramp.texi (External packages): Use `non-essential'.
550 * trampver.texi: Update release number.
551
552 2013-09-14 Glenn Morris <rgm@gnu.org>
553
554 * eshell.texi: Markup fixes.
555
556 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
557
558 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
559 of @kbd{RET}.
560 (Prefix Matching): Add an index.
561
562 2013-09-08 Glenn Morris <rgm@gnu.org>
563
564 * emacs-gnutls.texi: Tweak direntry.
565
566 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
567
568 * tramp.texi (Alternative Syntax): Remove chapter.
569
570 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
571
572 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
573 for portability to hosts where /bin/sh has problems.
574
575 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 Try to reduce redundancy in doc/misc/Makefile.in.
578 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
579 (TARGETS): New intermediate variable.
580 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
581
582 2013-08-27 Glenn Morris <rgm@gnu.org>
583
584 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
585
586 * efaq.texi: Rename from faq.texi, to match its output files.
587 * Makefile.in: Update for faq.texi name change.
588
589 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
590
591 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
592
593 * efaq-w32.texi: Move here from the web-pages repository.
594 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
595 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
596 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
597 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
598 Add DOCMISC_*_W32 variables.
599 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
600 (efaq_w32_deps): New variable.
601 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
602 (efaq-w32.pdf, efaq-w32.html): New rules.
603 (clean): Remove efaq-w32 products.
604
605 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
606
607 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
608 shift_jis from the default value set to mm-coding-system-priorities for
609 Japanese users.
610
611 2013-08-13 Glenn Morris <rgm@gnu.org>
612
613 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
614 (Options - Defining Label Environments, Options - Creating Labels)
615 (Options - Referencing Labels, Options - Creating Citations)
616 (Options - Index Support, Options - Viewing Cross-References)
617 (Options - Finding Files, Options - Optimizations)
618 (Options - Fontification, Options - Misc):
619 * cc-mode.texi (Sample Init File):
620 * edt.texi (Init file):
621 * epa.texi (Encrypting/decrypting gpg files):
622 * mairix-el.texi (About, Setting up the mairix interface, Using)
623 (Extending):
624 Rename nodes to avoid characters that can cause Texinfo problems.
625
626 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
627
628 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
629
630 2013-08-12 Glenn Morris <rgm@gnu.org>
631
632 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
633 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
634 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
635 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
636 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
637 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
638 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
639 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
640 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
641 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
642 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
643 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
644 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
645
646 * woman.texi (Top): Avoid mailto: in html output.
647
648 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
649 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
650 (INSTALL_DATA): New, set by configure.
651 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
652 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
653 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
654 uninstall-ps, and uninstall-doc.
655 (.SUFFIXES): Add .ps and .dvi.
656 (.dvi.ps): New suffix rule.
657 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
658 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
659 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
660 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
661 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
662 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
663 (ido.html, mairix-el.html, message.html, mh-e.html)
664 (newsticker.html, nxml-mode.html, org.html, pgg.html)
665 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
666 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
667 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
668 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
669 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
670 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
671 New rules.
672 (clean): Remove HTML_TARGETS and PS_TARGETS.
673
674 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
675
676 * ido.texi (Working Directories):
677 (Flexible Matching, Regexp Matching, Find File At Point)
678 (Ignoring, Misc Customization): Use @defopt for user options.
679
680 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
681
682 * htmlfontify.texi (Customization): Remove documentation of
683 `hfy-fast-lock-save'. Minor fixes.
684
685 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
686
687 * ido.texi (Top): Insert node "Working Directories" in menu.
688 (Working Directories): New node.
689 (Misc Customization): Add documentation of
690 `ido-confirm-unique-completion' and some other user options.
691
692 2013-08-07 Eli Zaretskii <eliz@gnu.org>
693
694 * todo-mode.texi: Update @dircategory.
695 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
696 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
697 @ref.
698
699 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
700
701 * sc.texi (Introduction): Fix index.
702 (Usage Overview):
703 (Citations, Citation Elements, Recognizing Citations)
704 (Information Keys and the Info Alist, Reference Headers)
705 (The Built-in Header Rewrite Functions)
706 (Electric References, Reply Buffer Initialization)
707 (Filling Cited Text, Selecting an Attribution)
708 (Attribution Preferences)
709 (Anonymous Attributions, Author Names)
710 (Using Regi, Post-yank Formatting Commands)
711 (Citing Commands, Insertion Commands)
712 (Mail Field Commands)
713 (Hints to MUA Authors, Thanks and History): Change from one space
714 between sentences to two.
715 (What Supercite Does): Typo fix.
716
717 * newsticker.texi (Usage): Use @key for RET.
718
719 * cl.texi (Argument Lists):
720 (For Clauses):
721 (Macros): Add indexes.
722
723 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
724
725 * cl.texi (Blocks and Exits): Add an index.
726
727 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
728
729 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
730 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
731 (todo-mode.dvi, todo-mode.pdf): New rules.
732
733 * todo-mode.texi: New file.
734
735 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
736
737 * gnus.texi (Basic Usage): Mention that warp means jump here.
738 (The notmuch Engine): Mention notmuch.
739
740 2013-07-30 Tassilo Horn <tsdh@gnu.org>
741
742 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
743 `gnus-subthread-sort-functions' and remove the obsolete documentation
744 of `gnus-sort-threads-recursively'.
745
746 2013-07-29 David Engster <deng@randomsample.de>
747
748 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
749 implementation.
750 (Introduction): Add further missing features.
751 (Building Classes): Add introductory paragraph.
752 (Wish List): Add metaclasses and EQL specialization.
753
754 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
755
756 * tramp.texi (Frequently Asked Questions): Mention
757 `tramp-use-ssh-controlmaster-options'.
758
759 2013-07-26 Tassilo Horn <tsdh@gnu.org>
760
761 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
762 `gnus-sort-threads-recursively'.
763
764 2013-07-25 Glenn Morris <rgm@gnu.org>
765
766 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
767 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
768
769 * erc.texi (Special Features): Update contact information.
770 (History): Avoid using @email.
771
772 * eshell.texi (Bugs and ideas): Minor updates.
773
774 * faq.texi (Reporting bugs, Origin of the term Emacs)
775 (Setting up a customization file)
776 (Using an already running Emacs process, Turning off beeping)
777 (Packages that do not come with Emacs)
778 (Replying to the sender of a message): Avoid using @email.
779
780 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
781
782 * reftex.texi (Imprint): Avoid using @email.
783
784 * ses.texi (Top): Update bug reporting instructions.
785 (Acknowledgments): Avoid using @email.
786
787 * woman.texi (Introduction, Background): Remove outdated information.
788 (Bugs, Acknowledgments): Avoid using @email.
789
790 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
791
792 * ido.texi: New file.
793
794 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
795
796 * gnus.texi (Customizing Articles): Document function predicates.
797
798 2013-07-08 Tassilo Horn <tsdh@gnu.org>
799
800 * gnus.texi (lines): Correct description of
801 `gnus-registry-track-extra's default value. Mention
802 `gnus-registry-remove-extra-data'.
803
804 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
805
806 * gnus.texi (Group Parameters): Mention regexp
807 substitutions (bug#11688).
808
809 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
810
811 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
812
813 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
814
815 * gnus.texi (Emacsen): Fix version.
816
817 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
818
819 2013-07-06 Glenn Morris <rgm@gnu.org>
820
821 * mh-e.texi: Fix external links.
822 (Using This Manual): Printed elisp manuals no longer available.
823
824 * newsticker.texi (Overview): Update URL.
825
826 * nxml-mode.texi (Introduction): Update URL.
827
828 * org.texi (JavaScript support): Fix URL.
829
830 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
831
832 * eudc.texi (CCSO PH/QI): Remove defunct URL.
833
834 * dbus.texi (Introspection): Update URL to a less defunct one.
835
836 * gnus.texi (Top): Restrict "Other related manuals" to info output.
837 (Foreign Groups): Use @indicateurl for examples.
838 (Direct Functions): Remove defunct URL.
839 (RSS): Update URL.
840
841 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
842 (FAQ 7-1): Update URL.
843
844 * pgg.texi (Top, Overview): Add note about obsolescence.
845
846 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
847
848 * texinfo.tex: Merge from gnulib.
849
850 2013-07-03 Glenn Morris <rgm@gnu.org>
851
852 * bovine.texi (top):
853 * cc-mode.texi (AWK Mode Font Locking):
854 * mh-e.texi (Preface):
855 * url.texi (URI Parsing): Fix cross-references to other manuals.
856
857 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
858
859 * gnus.texi (Client-Side IMAP Splitting):
860 Note that `nnimap-inbox' now can be a list.
861
862 2013-06-24 Glenn Morris <rgm@gnu.org>
863
864 * eshell.texi: Fix cross-references to other manuals.
865
866 2013-06-23 Glenn Morris <rgm@gnu.org>
867
868 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
869 Remove; not needed now we use a standard html layout for the faq.
870 (clean): Remove HTML_TARGETS, emacs-faq.text.
871
872 2013-06-21 Eduard Wiebe <usenet@pusto.de>
873
874 * flymake.texi (Parsing the output, Customizable variables):
875 Add reference to `flymake-warning-predicate'.
876
877 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
878
879 * tramp.texi (Top, Configuration): Insert section `Predefined
880 connection information' in menu.
881 (Predefined connection information): New section.
882 (Android shell setup): Make a reference to `Predefined connection
883 information'.
884
885 2013-06-19 Glenn Morris <rgm@gnu.org>
886
887 * Makefile.in (version): New, set by configure.
888 (clean): Delete dist tar file.
889 (infoclean): New, split from maintainer-clean.
890 (maintainer-clean): Run infoclean.
891 (dist): New rule, to make tarfile for www.gnu.org.
892
893 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
894
895 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
896 for keys q and Q.
897 (Standards): Reference RFC5804 as the defining document of the
898 managesieve protocol.
899
900 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
901
902 * eshell.texi (Input/Output): Expand to cover new visual-command
903 options, eshell-visual-subcommands and eshell-visual-options.
904 Divide into separate Visual Commands and Redirection sections.
905
906 2013-06-10 Glenn Morris <rgm@gnu.org>
907
908 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
909
910 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
911
912 * gnus.texi (Article Date):
913 Fix description of gnus-article-update-date-headers.
914
915 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
916
917 * erc.texi (Special Features): ERC is being maintained within
918 Emacs now.
919
920 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
921
922 * flymake.texi: Change from one space between sentences to two.
923
924 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * cl.texi (Obsolete Macros): Describe replacements for `flet'
927 (bug#14293).
928
929 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
930
931 * tramp.texi (Frequently Asked Questions): Precise, how to define
932 an own ControlPath.
933
934 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
935
936 * tramp.texi (Frequently Asked Questions): New item for
937 ControlPath settings.
938
939 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
940
941 * calc.texi (Basic Operations on Units): Streamline some
942 descriptions.
943
944 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
945
946 * eshell.texi (Built-ins): Update manual to mention tramp module.
947
948 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
949
950 * tramp.texi (Filename Syntax): Host names are not allowed to be
951 any method name, unless method name is specified explicitly.
952 Remove restriction on unibyte filenames.
953
954 * trampver.texi: Update release number.
955
956 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
957
958 doc: convert some TeX accents to UTF-8
959 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
960 '@"{@dotless{i}}'.
961
962 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
963
964 Sync with Tramp 2.2.7.
965
966 * trampver.texi: Update release number.
967
968 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
969
970 * calc.texi (Basic Operations on Units): Streamline some
971 descriptions.
972
973 2013-03-08 Glenn Morris <rgm@gnu.org>
974
975 * faq.texi (Top): Don't say this was updated @today.
976 That's irrelevant and leads to spurious diffs.
977
978 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
979
980 * calc.texi (Basic Operations on Units):
981 Fix cross-reference.
982
983 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
984
985 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
986
987 2013-03-06 Alan Mackenzie <acm@muc.de>
988
989 * cc-mode.texi (Custom Line-Up): Clarify position of point on
990 calling a line-up function.
991
992 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
993
994 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
995 * ses.texi: Switch from Latin-1 to UTF-8.
996
997 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
998
999 * tramp.texi (External methods): Tramp does not connect Android
1000 devices by itself.
1001
1002 2013-03-02 Bill Wohler <wohler@newt.com>
1003
1004 Release MH-E manual version 8.5.
1005
1006 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1007 release 8.5.
1008
1009 * mh-e.texi (Preface, Conventions, Getting Started)
1010 (Using This Manual, Folder Selection, Viewing, Aliases)
1011 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1012 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1013 Update URLs.
1014
1015 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1018 and "plink2" entries. "plink2" is obsolete for a long time.
1019 (External methods): Remove "scp1" and "scp2" entries.
1020 Explain user name and host name specification for "adb".
1021
1022 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * tramp.texi (External methods): Mention `tramp-adb-program'.
1025
1026 2013-02-28 Bastien Guerry <bzg@gnu.org>
1027
1028 * org.texi (Visibility cycling): Suggest to set
1029 `org-agenda-inhibit-startup' to nil if user wants the startup
1030 visibility settings to be honored in any circumstances.
1031 (Progress logging, Checkboxes): Fix typos.
1032
1033 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1034
1035 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1036 the macros, for Texinfo 4.13 and 5.0.
1037
1038 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1039
1040 Port Tramp documentation to Texinfo 5.0.
1041 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1042 (Filename Syntax): Do not use @trampfn{} in @item.
1043 (Filename completion): Use @columnfractions in @multitable.
1044
1045 2013-02-22 Glenn Morris <rgm@gnu.org>
1046
1047 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1048
1049 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1050
1051 * Makefile.in (html): New rule.
1052
1053 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1056 Volpiatto <thierry.volpiatto@gmail.com>.
1057
1058 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * tramp.texi (Top, Configuration): Insert section `Android shell
1061 setup' in menu.
1062 (Android shell setup): New section.
1063 (Connection types, Default Method)
1064 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1065 (External methods): Remove "scpc" and "rsyncc" entries.
1066 (Frequently Asked Questions): Remove entry about ControlPersist.
1067
1068 2013-02-13 Glenn Morris <rgm@gnu.org>
1069
1070 * message.texi (News Headers): Don't mention yow any more.
1071
1072 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1073
1074 * calc.texi (Basic Operations on Units):
1075 (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1076
1077 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1078
1079 * eshell.texi: Fill most of the missing sections.
1080
1081 2013-02-07 Bastien Guerry <bzg@gnu.org>
1082
1083 * org.texi (References): Clarify an example.
1084 (Installation): Fix instructions.
1085 (Org-Plot): Fix link.
1086 (Checkboxes, Radio lists): Fix typos.
1087
1088 2013-02-07 Glenn Morris <rgm@gnu.org>
1089
1090 * cl.texi (Equality Predicates): Mention memql.
1091
1092 2013-02-07 Eric Ludlam <zappo@gnu.org>
1093
1094 * doc/misc/ede.texi (Creating a project): Make ede-new doc less
1095 specific, and only about items it supports, indicating that there
1096 might be more. Remove refs to simple project and direct automake
1097 from ede new.
1098 (Simple projects): Re-write to not talk about ede-simple-project
1099 which is deprecated, and instead use the term to mean projects
1100 that don't do much management, just project wrapping.
1101 Add ede-generic-project link.
1102 (ede-generic-project): New node (bug#11441).
1103
1104 2013-02-07 Glenn Morris <rgm@gnu.org>
1105
1106 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1107
1108 2013-02-01 Glenn Morris <rgm@gnu.org>
1109
1110 * calc.texi (Help Commands): Update calc-view-news description.
1111 Mention etc/CALC-NEWS.
1112
1113 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1116
1117 2013-01-13 Bastien Guerry <bzg@gnu.org>
1118
1119 * org.texi (Installation): Simplify.
1120
1121 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1122
1123 * org.texi (Handling links): Update the mention to the obsolete
1124 variable `org-link-to-org-use-id' with a mention to the newer
1125 variable `org-id-link-to-org-use-id'. Mention the need to load
1126 the org-id library.
1127
1128 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1131
1132 2013-01-09 Bastien Guerry <bzg@gnu.org>
1133
1134 * org.texi (Pushing to MobileOrg): Add footnote about using
1135 symbolic links in `org-directory'.
1136 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1137 of the now obsolete alias `org-float'.
1138 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1139 index. Fix description of TODO keywords cycling.
1140 (Advanced features): Add missing argument for @item.
1141 (Storing searches): Add index entries and a note about
1142 *-tree agenda views.
1143 (Structure editing): Document `org-mark-element' and
1144 `org-mark-subtree'.
1145 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1146
1147 2013-01-08 Juri Linkov <juri@jurta.org>
1148
1149 * info.texi (Go to node): Mention the abbreviated format
1150 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1151
1152 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1153
1154 * autotype.texi: Remove undefined command @subtitlefont.
1155 * cc-mode.texi: Likewise.
1156
1157 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1158 @item argument.
1159 (Property searches): Use \\ instead of @backslashchar{}.
1160 * pgg.texi (VERSION): Move @set below @setfilename.
1161
1162 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1163
1164 * ada-mode.texi: Remove braces from @title argument.
1165 * eudc.texi: Likewise.
1166 * smtpmail.texi: Likewise.
1167 * auth.texi (VERSION): Set before first use.
1168 * emacs-gnutls.texi (VERSION): Likewise.
1169 * pgg.texi (VERSION): Likewise.
1170 * ede.texi (Top): Rename from top, all uses changed.
1171 * eshell.texi: Add missing argument to @sp.
1172 * forms.texi (Top): Reorder menu to match structure.
1173 * htmlfontify.texi (Customisation): Add missing @item in
1174 @enumerate.
1175 * org.texi (Advanced features): Add missing argument for @item.
1176 (Property searches): Use @backslashchar{} in macro argument.
1177 * pcl-cvs.texi: Add missing argument to @sp.
1178 (Movement commands): Fix use of @itemx.
1179 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1180 * reftex.texi (Options (Creating Citations)): Add missing newline
1181 before @end.
1182 * tramp.texi (Obtaining Tramp): Remove extra dots.
1183 (Configuration): Reorder menu to match structure.
1184 (Remote shell setup): Replace literal NUL character by \0.
1185 * viper.texi (Marking): Add missing argument for @item.
1186
1187 2013-01-04 Glenn Morris <rgm@gnu.org>
1188
1189 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1190 Add htmlfontify.
1191 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1192 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1193 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1194 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1195
1196 * htmlfontify.texi: Miscellaneous fixes and updates.
1197 Set copyright to FSF, update license to GFDL 1.3+.
1198
1199 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1200
1201 * htmlfontify.texi: New file.
1202
1203 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1204
1205 * calc.texi (Free-Form Dates): Expand on the date reading
1206 algorithm.
1207
1208 2012-12-27 Glenn Morris <rgm@gnu.org>
1209
1210 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1211 Avoid some overfull lines.
1212
1213 * widget.texi (Programming Example): Break some long lines.
1214
1215 * wisent.texi (Wisent Overview): Fix xref.
1216 (Grammar format, Understanding the automaton): Avoid overfill.
1217
1218 * bovine.texi (Optional Lambda Expression): Allow line break.
1219
1220 * auth.texi (Help for users): Break long lines.
1221
1222 * ada-mode.texi (Project file variables):
1223 Reword to reduce underfull hbox.
1224 (No project files, Use GNAT project file):
1225 Use smallexample to make some overfull lines less terrible.
1226
1227 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1228 Fix cross-references to separate manuals.
1229
1230 * Makefile.in (gfdl): New variable. Use throughout where
1231 appropriate so that targets depend on doclicense.texi.
1232
1233 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1234
1235 * gnus.texi (Customizing the IMAP Connection): Mention the other
1236 authenticators.
1237
1238 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1239
1240 * gnus.texi (Browse Foreign Server):
1241 Document `gnus-browse-delete-group'.
1242
1243 2012-12-22 Glenn Morris <rgm@gnu.org>
1244
1245 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1246 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1247 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1248 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1249
1250 * Makefile.in (gfdl): New variable. Use throughout where
1251 appropriate so that targets depend on doclicense.texi.
1252
1253 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1254
1255 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1256 doclicense.texi. Remove doclicense.texi from all targets that
1257 mentioned it explicitly.
1258 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1259 $(emacsdir)/emacsver.texi.
1260 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1261
1262 2012-12-21 Glenn Morris <rgm@gnu.org>
1263
1264 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1265 Include emacsver.texi. Nuke hand-written node pointers.
1266 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1267 Depend on emacsver.texi.
1268
1269 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1270 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1271 May as well just include doclicense.texi in everything.
1272
1273 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1274 which @copying says is included.
1275
1276 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1277 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1278 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1279 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1280 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1281 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1282 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1283 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1284 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1285 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1286 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1287 copies from the FSF, which does not publish these manuals.
1288
1289 * erc.texi: No need to include gpl in this small manual.
1290
1291 * org.texi (copying): Include a copy of the GFDL.
1292 (GNU Free Documentation License): New section.
1293
1294 2012-12-21 Bastien Guerry <bzg@gnu.org>
1295
1296 * org.texi: Fix typos.
1297
1298 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1299
1300 * calc.texi (ISO 8601): Rename from ISO-8601,
1301 as it's typically spelled without a hyphen.
1302
1303 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1304
1305 * calc.texi (ISO-8601): New section.
1306 (Date Formatting Codes): Mention new codes.
1307 (Standard Date Formats): Mention new formats.
1308
1309 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * tramp.texi (External methods): Move `adb' method here.
1312
1313 2012-12-13 Glenn Morris <rgm@gnu.org>
1314
1315 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1316
1317 * wisent.texi: Small edits. Set copyright to FSF, update license to
1318 GFDL 1.3+.
1319 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1320 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1321 New targets.
1322 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1323 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1324
1325 * bovine.texi: Small edits. Set copyright to FSF, update license to
1326 GFDL 1.3+, remove empty index.
1327 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1328 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1329 New targets.
1330 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1331 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1332
1333 2012-12-13 Eric Ludlam <zappo@gnu.org>
1334 David Ponce <david@dponce.com>
1335 Richard Kim <emacs18@gmail.com>
1336
1337 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1338
1339 2012-12-13 Glenn Morris <rgm@gnu.org>
1340
1341 * flymake.texi (Customizable variables, Locating the buildfile):
1342 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1343
1344 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1345 GFDL 1.3+ license, fix up index.
1346 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1347 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1348 (srecode.pdf): New targets.
1349 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1350 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1351
1352 2012-12-13 Eric Ludlam <zappo@gnu.org>
1353
1354 * srecode.texi: New file, imported from CEDET trunk.
1355
1356 2012-12-13 Bastien Guerry <bzg@gnu.org>
1357
1358 * org.texi (Summary, Code block specific header arguments)
1359 (Code block specific header arguments)
1360 (Header arguments in function calls, var, noweb)
1361 (Results of evaluation, Code evaluation security):
1362 Small reformatting: add a blank line before some example.
1363
1364 * org.texi (System-wide header arguments)
1365 (Header arguments in Org mode properties, Conflicts)
1366 (Dynamic blocks, Using the mapping API):
1367 Fix indentation of Elisp code examples.
1368
1369 * org.texi (Comment lines): Fix description of the comment syntax.
1370
1371 * org.texi (Installation): Mention "make test" in the correct section.
1372
1373 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1374
1375 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1376 These are just minor editorial changes.
1377
1378 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * tramp.texi (History): Mention ADB.
1381 (Inline methods): Add `adb' method.
1382
1383 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1386 (External methods): Fix typo.
1387
1388 2012-12-03 Glenn Morris <rgm@gnu.org>
1389
1390 * rcirc.texi (Notices): Fix typo.
1391
1392 2012-11-25 Bill Wohler <wohler@newt.com>
1393
1394 Release MH-E manual version 8.4.
1395
1396 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1397 Update for release 8.4.
1398
1399 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1400 (Junk): Add mh-whitelist-preserves-sequences-flag,
1401 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1402 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1403
1404 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 * mh-e.texi (Procmail): Fix two @ typos.
1407
1408 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1409
1410 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1411 These are just minor editorial changes.
1412
1413 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1414
1415 * calc.texi (Date Formatting Codes): Mention the new beginning of
1416 the date numbering system.
1417
1418 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1419
1420 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1421 (Date Forms): Correct off-by-one error in explanation of
1422 Julian day numbers. Give Gregorian equivalent of its origin.
1423
1424 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1425
1426 * doc/misc/calc.texi (Date Forms): Mention the customizable
1427 Gregorian-Julian switch.
1428 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1429
1430 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1433 It also uses January 1, 1 AD as its day number 1.
1434 * calc.texi (Date Forms): Document this.
1435
1436 2012-11-16 Glenn Morris <rgm@gnu.org>
1437
1438 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1439 (Obsolete Macros): Move example here from Function Bindings.
1440
1441 * erc.texi: Use @code{nil} rather than just "nil".
1442 (Modules): Undocument obsolete "hecomplete".
1443 Add "notifications".
1444 (Connecting): Add brief section on passwords.
1445 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1446
1447 2012-11-13 Glenn Morris <rgm@gnu.org>
1448
1449 * flymake.texi (Customizable variables)
1450 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1451 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1452
1453 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1454
1455 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1456 In all file place SES into @acronym{...}.
1457 (Advanced Features): Add key index and function index for
1458 ses-set-header-row. Add description for function
1459 ses-rename-cell. Add description for function
1460 ses-repair-cell-reference-all.
1461 (Ranges in formulas): Add description for ses-range flags.
1462
1463 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1464
1465 * texinfo.tex: Merge from gnulib.
1466
1467 2012-11-10 Chong Yidong <cyd@gnu.org>
1468
1469 * url.texi (Introduction): Move url-configuration-directory to
1470 Customization node.
1471 (Parsed URIs): Split into its own node.
1472 (URI Encoding): New node.
1473 (Defining New URLs): Remove empty chapter.
1474 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1475 Improve docs for url-queue-*.
1476 (Supported URL Types): Copyedits. Delete empty subnodes.
1477
1478 * url.texi (Introduction): Rename from Getting Started.
1479 Rewrite the introduction.
1480 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1481
1482 2012-11-10 Glenn Morris <rgm@gnu.org>
1483
1484 * cl.texi (Obsolete Setf Customization):
1485 Revert defsetf example to the more correct let rather than prog1.
1486 Give define-modify-macro, defsetf, and define-setf-method
1487 gv.el replacements.
1488
1489 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1490 (Setf Extensions): Remove obsolete reference.
1491 (Obsolete Setf Customization):
1492 Move note on lack of setf functions to lispref/variables.texi.
1493 Undocument get-setf-method, since it no longer exists.
1494 Mention simple defsetf replaced by gv-define-simple-setter.
1495
1496 2012-11-03 Glenn Morris <rgm@gnu.org>
1497
1498 * cl.texi: Further general copyedits.
1499 (List Functions): Remove copy-tree, standard elisp for some time.
1500 (Efficiency Concerns): Comment out examples that no longer apply.
1501 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1502 (Creating Symbols, Random Numbers): De-emphasize internal
1503 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1504 (Naming Conventions, Type Predicates, Macros)
1505 (Predicates on Numbers): No longer mention cl-floatp-safe.
1506
1507 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1508
1509 * gnus.texi (Mail Source Specifiers):
1510 Document :leave keyword used for pop mail source.
1511
1512 2012-11-01 Glenn Morris <rgm@gnu.org>
1513
1514 * cl.texi: General copyedits for style, line-breaks, etc.
1515 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1516 (Macro Bindings, Blocks and Exits):
1517 Acknowledge existence of lexical-binding.
1518 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1519
1520 2012-10-31 Glenn Morris <rgm@gnu.org>
1521
1522 * ert.texi (Introduction, The @code{should} Macro):
1523 Refer to "cl-assert" rather than "assert".
1524
1525 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1526 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1527 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1528 Reword, and add details of flet and labels.
1529 (Modify Macros, Function Bindings): Add some xrefs.
1530
1531 2012-10-30 Glenn Morris <rgm@gnu.org>
1532
1533 * cl.texi (Modify Macros): Update for cl-letf changes.
1534 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1535 (Setf Extensions): Partially restore note about cl-getf,
1536 mainly moved to lispref/variables.texi.
1537 (Property Lists): Fix cl-getf typos.
1538 (Mapping over Sequences): Mention cl-mapc naming oddity.
1539
1540 2012-10-29 Glenn Morris <rgm@gnu.org>
1541
1542 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1543 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1544 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1545 (Modify Macros, Multiple Values, Other Clauses):
1546 Remove mentions of obsolete features.
1547 (Obsolete Setf Customization): Don't mention `apply' setf.
1548
1549 2012-10-28 Glenn Morris <rgm@gnu.org>
1550
1551 * cl.texi (Multiple Values, Common Lisp Compatibility):
1552 More namespace updates.
1553 (Obsolete Features): Copyedits.
1554 (Obsolete Lexical Macros, Obsolete Setf Customization):
1555 New subsections.
1556
1557 * cl.texi (Porting Common Lisp, Lexical Bindings):
1558 Add some xrefs to the Elisp manual.
1559
1560 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1561 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1562 (Obsolete Features): New appendix. Move Lexical Bindings here.
1563
1564 2012-10-27 Glenn Morris <rgm@gnu.org>
1565
1566 * cl.texi: Use defmac for macros rather than defspec.
1567 (Efficiency Concerns): Related copyedit.
1568
1569 * cl.texi (Control Structure): Update for setf now being in core.
1570 (Setf Extensions): Rename from Basic Setf. Move much of the
1571 former content to lispref/variables.texi.
1572 (Modify Macros): Move pop, push details to lispref/variables.texi.
1573 (Customizing Setf): Copyedits for setf etc being in core.
1574 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1575 Further namespaces updates.
1576
1577 2012-10-26 Bastien Guerry <bzg@gnu.org>
1578
1579 * org.texi (Installation): Update the link to Org's ELPA.
1580 Also don't mention org-install.el anymore as the replacement file
1581 org-loaddefs.el is now loaded by org.el.
1582
1583 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * tramp.texi (Frequently Asked Questions):
1586 Mention `tramp-completion-reread-directory-timeout' for performance
1587 improvement.
1588
1589 2012-10-25 Glenn Morris <rgm@gnu.org>
1590
1591 * cl.texi: Don't mess with the TeX section number counter.
1592 Use Texinfo recommended convention for quotes+punctuation.
1593 (Overview, Sequence Functions): Rephrase for better line-breaking.
1594 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1595 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1596 (Random Numbers, Mapping over Sequences, Structures)
1597 (Porting Common Lisp): Further updates for cl-lib namespace.
1598 (Modify Macros, Declarations, Macro Bindings, Structures):
1599 Break long lines in examples.
1600 (Dynamic Bindings): Update for changed progv behavior.
1601 (Loop Examples, Efficiency Concerns): Markup fixes.
1602 (Structures): Remove TeX margin change.
1603 (Declarations): Fix typos.
1604
1605 2012-10-24 Glenn Morris <rgm@gnu.org>
1606
1607 * cl.texi (Overview, Multiple Values, Creating Symbols)
1608 (Numerical Functions): Say less/nothing about the original cl.el.
1609 (Old CL Compatibility): Remove.
1610 (Assertions): Remove ignore-errors (standard Elisp for some time).
1611
1612 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1613 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1614 (Efficiency Concerns, Efficiency Concerns)
1615 (Common Lisp Compatibility, Old CL Compatibility):
1616 Further updates for cl-lib namespace.
1617
1618 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1619
1620 Update manual for new time stamp format (Bug#12706).
1621 * emacs-mime.texi (time-date): Update for new format.
1622 Also, fix bogus time stamp and modernize a bit.
1623
1624 2012-10-23 Glenn Morris <rgm@gnu.org>
1625
1626 * cl.texi: Include emacsver.texi. Use Emacs version number rather
1627 than unchanging cl.el version number.
1628 End all menu descriptions with a period.
1629 Do not use @dfn{CL} for every instance of "CL".
1630 (Overview): Remove no-runtime caveat, and note about foo* names.
1631 (Usage): Use cl-lib rather than cl.
1632 (Organization, Naming Conventions): Update for cl-lib.el.
1633 (Installation): Remove long-irrelevant node.
1634 (Program Structure, Predicates, Control Structure):
1635 Start updating for cl-lib namespace.
1636 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1637 Depend on emacsver.texi.
1638
1639 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * trampver.texi: Update release number.
1642
1643 2012-10-06 Glenn Morris <rgm@gnu.org>
1644
1645 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1646 ERC version.
1647 (Introduction): ERC is distributed with Emacs.
1648 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1649 (Getting Started): Simplify.
1650 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1651 (History): Mention ERC maintained as part of Emacs now.
1652 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1653 Add dependency on emacsver.texi.
1654
1655 * erc.texi: Remove hand-written node pointers.
1656
1657 2012-10-05 Glenn Morris <rgm@gnu.org>
1658
1659 * newsticker.texi (Overview, Requirements, Usage, Configuration):
1660 Copyedits.
1661
1662 2012-10-01 Eric Ludlam <zappo@gnu.org>
1663
1664 * ede.texi (Quick Start, Project Local Variables)
1665 (Miscellaneous commands, ede-java-root, Development Overview)
1666 (Detecting a Project): New nodes.
1667 (Simple projects): Node deleted.
1668
1669 * eieio.texi (Building Classes): Some slot attributes cannot be
1670 overridden.
1671 (Slot Options): Remove an example.
1672 (Method Invocation, Documentation): New nodes.
1673
1674 2012-10-01 Glenn Morris <rgm@gnu.org>
1675
1676 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1677 (reftex.pdf): Add dependency on emacsver.texi.
1678 * reftex.texi: Don't include directory part for emacsver.texi;
1679 the Makefile's -I handles it.
1680
1681 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1682
1683 Merge from standalone RefTeX repository.
1684
1685 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1686 with macros.
1687 (Imprint): Mention Wolfgang in list of contributors.
1688 (Creating Citations): Give a hint about how to
1689 auto-revert the BibTeX database file when using external editors.
1690 (Referencing Labels): Simplify section about reference macro
1691 cycling.
1692 (Options (Referencing Labels)): Adapt to new structure of
1693 `reftex-ref-style-alist'.
1694 (Referencing Labels, Reference Styles): Document changes in the
1695 referencing functionality.
1696 (Commands): Mention options for definition of header and footer in
1697 BibTeX files.
1698 (Options (Creating Citations)): Document
1699 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1700 (Reference Styles): New section.
1701 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1702 (Options (Referencing Labels)): Remove descriptions of deprecated
1703 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1704 Add descriptions for `reftex-ref-style-alist' and
1705 `reftex-ref-style-default-list'.
1706 (Referencing Labels): Update regarding reference styles.
1707 (Citation Styles): Mention support for ConTeXt.
1708 (Options (Defining Label Environments)): Fix typo.
1709 (Options (Creating Citations)):
1710 Document `reftex-cite-key-separator'.
1711
1712 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
1713
1714 * org.texi: Add description of ORG_ADD_CONTRIB to info
1715 documentation. Add link to Worg for more details.
1716
1717 * org.texi: Clarify installation procedure. Provide link to the
1718 build system description on Worg.
1719
1720 * org.texi: Remove reference to utils/, x11idle.c is now in
1721 contrib/scripts.
1722
1723 * org.texi: Re-normalize to "Org mode" in manual.
1724
1725 * org.texi (Installation): Adapt documentation to new build
1726 system. Mention GNU ELPA (since it needs to be handled like Emacs
1727 built-in Org).
1728
1729 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
1730
1731 * org.texi: Fix typo in description of the 'Hooks' section.
1732
1733 * org.texi: Add ID to the list of special properties.
1734
1735 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
1736
1737 * org.texi (Moving subtrees): Document the ability to archive to a
1738 datetree.
1739
1740 2012-09-30 Bastien Guerry <bzg@gnu.org>
1741
1742 * org.texi (Installation, Feedback, Batch execution):
1743 Use (add-to-list 'load-path ... t) for the contrib dir.
1744
1745 * org.texi (results): Update documentation for ":results drawer"
1746 and ":results org".
1747
1748 * org.texi (Column width and alignment): Fix typo.
1749
1750 * org.texi (Activation): Point to the "Conflicts" section.
1751
1752 * org.texi (Conflicts): Mention filladapt.el in the list of
1753 conflicting packages.
1754
1755 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1756 not needed for versions of Emacs > 22.1.
1757
1758 * org.texi (History and Acknowledgments): Fix typo.
1759
1760 * org.texi (History and Acknowledgments): Add my own
1761 acknowledgments.
1762
1763 * org.texi (Agenda commands): Document the new command and the new
1764 option.
1765
1766 * org.texi (Agenda commands): Delete `org-agenda-action' section.
1767 (Agenda commands): Reorder. Document `*' to toggle persistent
1768 marks.
1769
1770 * org.texi (Agenda dispatcher):
1771 Mention `org-toggle-agenda-sticky'.
1772 (Agenda commands, Exporting Agenda Views): Fix typo.
1773
1774 * org.texi (Templates in contexts, Setting Options): Update to
1775 reflect changes in how contexts options are processed.
1776
1777 * org.texi (Templates in contexts): Document the new structure of
1778 the variables `org-agenda-custom-commands-contexts' and
1779 `org-capture-templates-contexts'.
1780
1781 * org.texi (Templates in contexts): Document the new option
1782 `org-capture-templates-contexts'.
1783 (Storing searches): Document the new option
1784 `org-agenda-custom-commands-contexts'.
1785
1786 * org.texi (Formula syntax for Lisp): Reformat.
1787
1788 * org.texi (Special properties, Column attributes)
1789 (Agenda column view): Document the new special property
1790 CLOCKSUM_T.
1791
1792 * org.texi (Template expansion): Document the new %l template.
1793
1794 * org.texi (Fast access to TODO states): Fix documentation about
1795 allowed characters for fast todo selection.
1796
1797 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1798 use in `org-agenda-to-appt'.
1799
1800 * org.texi (Comment lines): Update wrt comments.
1801
1802 * org.texi (Resolving idle time): Document new keybinding.
1803
1804 * org.texi (Clocking commands): Document the use of S-M-<up/down>
1805 on clock timestamps.
1806
1807 * org.texi (Fast access to TODO states): Explicitly says only
1808 letters are supported as fast TODO selection keys.
1809
1810 * org.texi (Link abbreviations): Illustrate the use of the "%h"
1811 specifier. Document the new "%(my-function)" specifier.
1812
1813 * org.texi (Clocking commands): New cindex.
1814 (Clocking commands): Update documentation for `org-clock-in'.
1815 Document `org-clock-in-last'. Mention `org-clock-out' and
1816 `org-clock-in-last' as commands that can be globally bound.
1817 (Resolving idle time): Document continuous clocking.
1818
1819 * org.texi (Top, Introduction): Fix formatting.
1820 (Activation): Add index entries.
1821 (Conventions): Update section.
1822 (Embedded @LaTeX{}): Fix formatting.
1823
1824 * org.texi (Visibility cycling): Document `show-children'.
1825
1826 * org.texi (Using capture): Mention the `org-capture-last-stored'
1827 bookmark as a way to jump to the last stored capture.
1828
1829 * org.texi (Uploading files): Fix typo.
1830
1831 * org.texi (Using capture): Document `C-0' as a prefix argument
1832 for `org-capture'.
1833
1834 * org.texi (Agenda commands): Document persistent marks.
1835
1836 * org.texi (Template expansion): Update doc to reflect change.
1837
1838 * org.texi (Radio tables): Document the :no-escape parameter.
1839
1840 * org.texi (Repeated tasks): Document repeat cookies for years,
1841 months, weeks, days and hours.
1842
1843 * org.texi (Export options): State that you can use the d: option
1844 by specifying a list of drawers.
1845
1846 * org.texi (HTML preamble and postamble): Small doc improvement.
1847
1848 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
1849
1850 * org.texi: The sections in the Exporting section of the manual
1851 left out articles in the description of the org-export-as-*
1852 commands, among other places. This patch adds them, adds a few
1853 missing prepositions, and switches instances of "an HTML" to "a
1854 html" for internal consistency.
1855
1856 * org.texi: Alter several examples of headings with timestamps in
1857 them to include the timestamps in the body instead of the heading.
1858
1859 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1860
1861 * org.texi (Agenda dispatcher): Document sticky agenda views and
1862 the new key for them.
1863
1864 2012-09-30 Charles <millarc@verizon.net> (tiny change)
1865
1866 * org.texi (Advanced features): Fix error in table.
1867
1868 2012-09-30 Feng Shu <tumashu@gmail.com>
1869
1870 * org.texi (@LaTeX{} fragments): Document imagemagick as an
1871 alternative to dvipng.
1872
1873 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
1874
1875 * org.texi: Remove extra curly bracket.
1876
1877 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
1878
1879 * org.texi (org-clock-in-last and org-clock-cancel): Update the
1880 defkeys.
1881
1882 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
1883
1884 * org.texi (Agenda commands): Fix two typos by giving
1885 corresponding function names, according to
1886 `org-agenda-view-mode-dispatch'.
1887
1888 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
1889
1890 * org.texi (The spreadsheet): Fix typo.
1891
1892 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
1893
1894 * org.texi (Tracking your habits): Point to the "Tracking TODO
1895 state changes" section.
1896
1897 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
1898
1899 * org.texi (Literal examples): Remove reference to unknown
1900 `org-export-latex-minted' variable. Also simplify footnote since
1901 `org-export-latex-listings' documentation is exhaustive already.
1902
1903 * org.texi (Plain lists): Remove reference to now hard-coded
1904 `bullet' automatic rule.
1905
1906 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
1907
1908 * org.texi: Updated documentation accordingly.
1909
1910 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 * texinfo.tex: Merge from gnulib.
1913
1914 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1915
1916 Sync with Tramp 2.2.6.
1917
1918 * tramp.texi (Bug Reports): Cleanup caches before a test run.
1919
1920 * trampver.texi: Update release number.
1921
1922 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 * texinfo.tex: Merge from gnulib.
1925
1926 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
1927
1928 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1929 (bug#12096).
1930
1931 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1932
1933 * calc.texi (Simplification modes, Conversions)
1934 (Operating on Selections): Mention "basic" simplification.
1935 (The Calc Mode Line): Mention the mode line display for Basic
1936 simplification mode.
1937 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1938 simplifications.
1939 (Basic Simplifications): Rename from "Limited Simplifications"
1940 Replace "limited" by "basic" throughout.
1941 (Algebraic Simplifications): Indicate that the algebraic
1942 simplifications are done by default.
1943 (Unsafe Simplifications): Mention `m E'.
1944 (Simplification of Units): Mention `m U'.
1945 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1946 (Kinds of Declarations, Functions for Declarations):
1947 Mention "algebraic simplifications" instead of `a s'.
1948 (Algebraic Entry): Remove mention of default simplifications.
1949
1950 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1951
1952 * calc.texi (Getting Started, Tutorial): Change simulated
1953 Calc output to match actual output.
1954 (Simplifying Formulas): Mention that algebraic simplification is now
1955 the default.
1956
1957 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1958
1959 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1960 (Bug#12073)
1961
1962 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 Prefer typical American spelling for "acknowledgment".
1965 * calc.texi (History and Acknowledgments): Rename from
1966 History and Acknowledgements.
1967 * idlwave.texi (Acknowledgments):
1968 * ses.texi (Acknowledgments):
1969 * woman.texi (Acknowledgments): Rename from Acknowledgements.
1970
1971 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 Rename configure.in to configure.ac (Bug#11603).
1974 * ede.texi (Compiler and Linker objects, ede-proj-project)
1975 (ede-step-project): Prefer the name configure.ac to configure.in.
1976
1977 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
1978
1979 * tramp.texi (Multi-hops):
1980 Introduce `tramp-restricted-shell-hosts-alist'.
1981
1982 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1983
1984 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1985 methods, so don't mention smtpmail here.
1986
1987 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1988
1989 * gnus.texi (Picons): Document gnus-picon-properties.
1990
1991 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1992
1993 * gnus.texi: Remove mention of compilation, as that's no longer
1994 supported.
1995
1996 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1997
1998 * gnus.texi (Archived Messages): Mention
1999 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2000
2001 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2002
2003 * gnus.texi (Various Summary Stuff):
2004 Remove mention of `gnus-propagate-marks'.
2005
2006 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2007
2008 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2009 which no longer exist.
2010
2011 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2012
2013 * gnus.texi (Archived Messages):
2014 Document gnus-gcc-self-resent-messages.
2015
2016 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2017
2018 * message.texi (Mail Variables):
2019 Mention the optional user parameter for X-Message-SMTP-Method.
2020
2021 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2024
2025 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2026
2027 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2028
2029 * gnus.texi (Key Index): Change encoding to utf-8.
2030
2031 2012-06-21 Glenn Morris <rgm@gnu.org>
2032
2033 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2034
2035 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036
2037 * gnus.texi (Group Timestamp): Mention where to find documentation for
2038 the `gnus-tmp-' variables (bug#11601).
2039
2040 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2041
2042 Sync with Tramp 2.2.6-pre.
2043
2044 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2045 where appropriate.
2046 (Ad-hoc multi-hops): New section.
2047 (Remote processes): New subsection "Running remote processes on
2048 Windows hosts".
2049 (History): Add remote commands on Windows, and ad-hoc multi-hop
2050 methods.
2051 (External methods): "ControlPersist" must be set to "no" for the
2052 `scpc' method.
2053 (Remote processes): Add a note about `auto-revert-tail-mode'.
2054 (Frequently Asked Questions): Use "scpx" in combination with
2055 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2056
2057 * trampver.texi: Update release number.
2058
2059 2012-06-10 Chong Yidong <cyd@gnu.org>
2060
2061 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2062 compilation for html-mono.
2063
2064 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2065
2066 * texinfo.tex: Merge from gnulib.
2067
2068 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2069
2070 * Makefile.in (echo-info): Don't try to install info files named
2071 just ".info".
2072
2073 2012-05-28 Glenn Morris <rgm@gnu.org>
2074
2075 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2076
2077 * sc.texi: Nuke hand-written node pointers.
2078 Fix top-level menu to match actual node order.
2079
2080 2012-05-27 Glenn Morris <rgm@gnu.org>
2081
2082 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2083 Some associated fixes, including not messing with chapno in cl.texi.
2084
2085 2012-05-27 Bastien Guerry <bzg@gnu.org>
2086
2087 * org.texi (Durations and time values): Fix typo.
2088
2089 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2090
2091 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
2092 Mention `calc-ensure-consistent-units'.
2093
2094 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2095
2096 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2097 reference commands. (Bug#11461)
2098
2099 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2100
2101 2012-05-12 Glenn Morris <rgm@gnu.org>
2102
2103 * Makefile.in (mostlyclean): Add more TeX intermediates.
2104
2105 * Makefile.in: Make it look more like the other doc Makefiles.
2106 Use explicit $srcdir in all dependencies.
2107 Remove cd $srcdir from rules.
2108 (VPATH): Remove.
2109 (infodir): Set to an absolute path.
2110 (INFO_TARGETS): Use short names.
2111 (mkinfodir): infodir is now absolute.
2112 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2113
2114 * Makefile.in (info.info): Rename from info, to avoid duplication.
2115 (.SUFFIXES): Disable implicit rules.
2116
2117 * Makefile.in (MKDIR_P): New, set by configure.
2118 (mkinfodir): Use $MKDIR_P.
2119
2120 2012-05-07 Glenn Morris <rgm@gnu.org>
2121
2122 * forms.texi (Long Example): Update for changed location of files.
2123
2124 2012-05-04 Glenn Morris <rgm@gnu.org>
2125
2126 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2127 (INFO_TARGETS): Use $INFO_EXT.
2128 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2129 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2130 (INFO_TARGETS): Use $INFO_EXT.
2131 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2132
2133 2012-05-02 Glenn Morris <rgm@gnu.org>
2134
2135 * Makefile.in (echo-info): New phony target, used by top-level.
2136
2137 * viper.texi: Make direntry shorter (also it is no longer "newest").
2138
2139 * emacs-gnutls.texi, ert.texi, org.texi:
2140 Fix dircategory, direntry to match info/dir.
2141
2142 * faq.texi: Convert @inforefs to @xrefs.
2143 Fix some malformed cross-references.
2144 (File-name conventions): Shorten section name to avoid overfull line.
2145 (How to add fonts): Use smallexample to avoid overfull lines.
2146
2147 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2148
2149 * auth.texi (Help for users): Update for .gpg file being second.
2150
2151 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2152
2153 * org.texi (Agenda commands): Fix two typos: give corresponding
2154 function names, according to `org-agenda-view-mode-dispatch'.
2155
2156 2012-04-27 Glenn Morris <rgm@gnu.org>
2157
2158 * faq.texi (Major packages and programs): Remove section.
2159 There is no point listing 6 packages (cf etc/MORE.STUFF).
2160 (Finding Emacs and related packages): Move "Spell-checkers" here.
2161
2162 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * dbus.texi (Version): New node.
2165 (Properties and Annotations): Mention the object manager
2166 interface. Describe dbus-get-all-managed-objects.
2167 (Type Conversion): Floating point numbers are allowed, if an
2168 anteger does not fit Emacs's integer range.
2169 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2170 (Asynchronous Methods): Fix description of
2171 dbus-call-method-asynchronously.
2172 (Receiving Method Calls): Fix some minor errors.
2173 Add dbus-interface-emacs.
2174 (Signals): Describe unicast signals and the new match rules.
2175 (Alternative Buses): Add the PRIVATE optional argument to
2176 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2177
2178 2012-04-20 Glenn Morris <rgm@gnu.org>
2179
2180 * faq.texi (New in Emacs 24): New section.
2181 (Packages that do not come with Emacs): Mention M-x list-packages.
2182
2183 2012-04-14 Alan Mackenzie <acm@muc.de>
2184
2185 * cc-mode.texi (c-offsets-alist): Correct a typo.
2186
2187 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2188
2189 * org.texi (Deadlines and scheduling): Fix the example: the
2190 DEADLINE item should come right after the headline. We enforce
2191 this convention, so it is a bug not to illustrate it correctly in
2192 the manual.
2193
2194 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2195
2196 * org.texi (Agenda commands): Fix documentation bug by swapping
2197 the equivalent keybindings to `org-agenda-next-line' with the ones
2198 to `org-agenda-previous-line'.
2199
2200 2012-04-14 Glenn Morris <rgm@gnu.org>
2201
2202 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2203
2204 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2205
2206 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2207 Add emacs-gnutls.
2208 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2209
2210 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2211
2212 * Makefile.in: Add emacs-gnutls.texi to build.
2213
2214 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2215
2216 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2217
2218 * auth.texi (Secret Service API): Edit further and give examples.
2219 (Secret Service API): Adjust @samp to @code for collection names.
2220
2221 2012-04-04 Glenn Morris <rgm@gnu.org>
2222
2223 * auth.texi (Secret Service API): Copyedits.
2224 (Help for developers): Fill in some missing function doc-strings.
2225 (Help for users, Help for developers)
2226 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2227
2228 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * auth.texi (Secret Service API): Add the missing text.
2231
2232 2012-04-04 Chong Yidong <cyd@gnu.org>
2233
2234 * message.texi (Using PGP/MIME): Note that epg is now the default.
2235
2236 * gnus.texi: Reduce references to obsolete pgg library.
2237 (Security): Note that epg is now the default.
2238
2239 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2240
2241 * nxml-mode.texi (Completion): C-RET is no longer bound to
2242 nxml-complete.
2243
2244 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2245
2246 * org.texi (Customizing tables in ODT export): Correct few errors.
2247
2248 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2249
2250 * org.texi (Links in ODT export): Update.
2251 (Labels and captions in ODT export): New node.
2252
2253 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2254
2255 * org.texi (Literal examples in ODT export): htmlfontify.el in
2256 Emacs-24.1 now supports fontification. So ODT source blocks will
2257 be fontified by default.
2258
2259 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2260
2261 * org.texi (Refiling notes): Remove duplicated keybinding.
2262
2263 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2264
2265 * org.texi (noweb): Documentation of this new option to the :noweb
2266 header argument.
2267
2268 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2269
2270 * org.texi (Header and sectioning): Add example demonstrating how
2271 to use "LaTeX_CLASS_OPTIONS".
2272
2273 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2274
2275 * org.texi (Noweb reference syntax): Describe the ability to
2276 execute noweb references in the manual.
2277
2278 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2279
2280 * org.texi (cache): Improve cache documentation when session
2281 evaluation is used.
2282
2283 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2284
2285 * org.texi (Plain lists): Document removal.
2286
2287 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2288
2289 * org.texi: Decapitalize file name in references to Calc manual.
2290
2291 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2292
2293 * org.texi (Plain lists): Document removal.
2294
2295 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2296
2297 * org.texi (Top, OpenDocument Text export)
2298 (ODT export commands, Extending ODT export)
2299 (Images in ODT export, Tables in ODT export)
2300 (Configuring a document converter): Add or Update.
2301
2302 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2303
2304 * org.texi (MobileOrg): Change the wording to reflect that the
2305 Android Version is no longer just the little brother of the iOS
2306 version.
2307
2308 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2309
2310 * org.texi (Key bindings and useful functions): Update babel key
2311 binding documentation in manual.
2312
2313 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2314
2315 * org.texi (noweb): Document new noweb header value.
2316
2317 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2318
2319 * org.texi (noweb-sep): Document new header argument.
2320
2321 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2322
2323 * org.texi (noweb-ref): Documentation of this new custom variable.
2324
2325 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2326
2327 * org.texi (wrap): Update the new :wrap documentation to match the
2328 current implementation.
2329
2330 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2331
2332 * org.texi: Added documentation for :wrap.
2333
2334 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2335
2336 * org.texi: #+RESULTS now user-configurable.
2337
2338 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2339
2340 * org.texi: Documented :noweb no-export.
2341
2342 2012-04-01 Thomas Dye <dk@poto.local>
2343
2344 * org.texi: Edit :noweb no header argument for correctness.
2345
2346 2012-04-01 Bastien Guerry <bzg@gnu.org>
2347
2348 * org.texi (Customization): Update the approximate number of Org
2349 variables.
2350
2351 2012-04-01 Thomas Dye <dk@poto.local>
2352
2353 * org.texi: The :results wrap produces a drawer instead of a
2354 begin_results block.
2355
2356 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2357
2358 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2359 reflect the new default.
2360
2361 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2362
2363 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2364 "Getting Started" to this node. (Bug#10450)
2365
2366 2012-03-10 Chong Yidong <cyd@gnu.org>
2367
2368 * flymake.texi (Example -- Configuring a tool called via make):
2369 Mention the Automake COMPILE variable (Bug#8715).
2370
2371 * info.texi (Getting Started): Add an index entry (Bug#10450).
2372
2373 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2374
2375 * dbus.texi (Signals): Known names will be mapped onto unique
2376 names, when registering for signals.
2377
2378 2012-02-29 Glenn Morris <rgm@gnu.org>
2379
2380 * url.texi: Fix quote usage in body text.
2381
2382 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2383
2384 * cl.texi: Use @code{} in menus when appropriate.
2385
2386 2012-02-28 Glenn Morris <rgm@gnu.org>
2387
2388 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2389 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2390 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2391 * org.texi, sc.texi, vip.texi, viper.texi:
2392 Standardize possessive apostrophe usage.
2393
2394 2012-02-26 Chong Yidong <cyd@gnu.org>
2395
2396 * ediff.texi (Quick Help Commands): Add a couple of index entries
2397 (Bug#10834).
2398
2399 2012-02-17 Glenn Morris <rgm@gnu.org>
2400
2401 * gnus.texi (Posting Styles):
2402 * remember.texi (Org): Fix cross-refs to other manuals.
2403
2404 2012-02-15 Glenn Morris <rgm@gnu.org>
2405
2406 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2407 (Encryption): New chapter, split out from previous.
2408
2409 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2410
2411 * gnus.texi (Customizing the IMAP Connection):
2412 Mention nnimap-record-commands.
2413
2414 2012-02-10 Glenn Morris <rgm@gnu.org>
2415
2416 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2417 Mention url-queue-retrieve.
2418
2419 2012-02-09 Glenn Morris <rgm@gnu.org>
2420
2421 * sem-user.texi (Semantic mode user commands): Typo fix.
2422
2423 * info.texi (Create Info buffer): Mention info-display-manual.
2424
2425 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2426
2427 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2428 example (modified from an example by Michael Albinus).
2429
2430 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2431
2432 * gnus.texi (Agent Basics): Fix outdated description of
2433 `gnus-agent-auto-agentize-methods'.
2434
2435 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2436
2437 * cc-mode.texi: Always @defindex ss.
2438 (Config Basics): Fix argument of @itemize.
2439 (Macro Backslashes): Add @code around index entry.
2440
2441 2012-01-23 Glenn Morris <rgm@gnu.org>
2442
2443 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2444
2445 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2446
2447 * tramp.texi (File): Tweak wording for the `scpc' option.
2448
2449 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2450
2451 * gnus.texi (Group Parameters): Really note precedence.
2452
2453 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * gnus.texi (Group Parameters): Note precedence.
2456
2457 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2458
2459 * org.texi (Noweb reference syntax): Adding documentation of
2460 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2461 variable.
2462
2463 2012-01-03 Bastien Guerry <bzg@gnu.org>
2464
2465 * org.texi (Plain lists): Split the table to fix the display
2466 of items.
2467
2468 2012-01-03 Bastien Guerry <bzg@gnu.org>
2469
2470 * org.texi (Plain lists): Fix misplaced explanation.
2471
2472 2012-01-03 Bastien Guerry <bzg@gnu.org>
2473
2474 * org.texi (Plain lists, Agenda files): Add index entries.
2475
2476 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2477
2478 * org.texi: Use "Org mode" instead of alternatives like
2479 "Org-mode" or "org-mode".
2480
2481 2012-01-03 Bernt Hansen <bernt@norang.ca>
2482
2483 * org.texi (Agenda commands):
2484 Document `org-clock-report-include-clocking-task'.
2485
2486 2012-01-03 Bastien Guerry <bzg@gnu.org>
2487
2488 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2489 C-c' on checkboxes.
2490
2491 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2492
2493 * org.texi: End sentences with two spaces.
2494
2495 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2496
2497 * org.texi (External links): Document the link types file+sys
2498 and file+emacs, slightly narrow used page width.
2499
2500 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2501
2502 * org.texi (colnames): Note that colnames behavior may differ
2503 across languages.
2504
2505 2012-01-03 Bastien Guerry <bzg@gnu.org>
2506
2507 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2508
2509 2012-01-03 Thomas Dye <dk@poto.westell.com>
2510
2511 * org.texi: Augmented discussion of babel property
2512 inheritance. Put footnote outside sentence ending period.
2513
2514 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2515
2516 * org.texi (eval): Documenting the full range of :eval header
2517 argument values.
2518
2519 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2520
2521 * org.texi (eval): Documentation of the new :eval option.
2522
2523 2012-01-03 Thomas Dye <dk@poto.local>
2524
2525 * org.texi: Add accumulated properties.
2526
2527 2012-01-03 Thomas Dye <dk@poto.local>
2528
2529 * org.texi: Documented no spaces in name=assign, another
2530 correction to :var table.
2531
2532 2012-01-03 Thomas Dye <dk@poto.local>
2533
2534 * org.texi: Changed DATA to NAME in Working With Source Code
2535 section.
2536
2537 2012-01-03 Tom Dye <tsd@tsdye.com>
2538
2539 * org.texi: Minor change to :var table.
2540
2541 2012-01-03 Tom Dye <tsd@tsdye.com>
2542
2543 * org.texi: More changes to :var table (some examples were wrong).
2544
2545 2012-01-03 Tom Dye <tsd@tsdye.com>
2546
2547 * org.texi: Cleaned up :var table.
2548
2549 2012-01-03 Bastien Guerry <bzg@gnu.org>
2550
2551 * org.texi (Timestamps, Weekly/daily agenda)
2552 (Weekly/daily agenda): Add @cindex for "appointment".
2553
2554 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2555
2556 * org.texi (Literal examples): A new link to the template for
2557 inserting empty code blocks.
2558 (Structure of code blocks): A new link to the template for
2559 inserting empty code blocks.
2560
2561 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2562
2563 * org.texi (External links): Add footnote on how the behavior
2564 of the text search in Org files are controled by the variable
2565 `org-link-search-must-match-exact-headline'.
2566
2567 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2568
2569 * org.texi (Buffer-wide header arguments):
2570 Update documentation to reflect removal of #+PROPERTIES.
2571
2572 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2573
2574 * org.texi (The clock table): Mention that ACHIVED trees
2575 contribute to the clock table.
2576
2577 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2578
2579 * org.texi (Conflicts): Better yasnippet config info.
2580
2581 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2582
2583 * org.texi (Selective export): Explicitly mention the default
2584 values for `org-export-select-tags',
2585 `org-export-exclude-tags'.
2586
2587 2012-01-03 Tom Dye <tsd@tsdye.com>
2588
2589 * org.texi: Added a line to specify that header arguments are
2590 lowercase.
2591
2592 2012-01-03 Tom Dye <tsd@tsdye.com>
2593
2594 * org.texi: :var requires default value when declared.
2595
2596 2012-01-03 Bastien Guerry <bzg@gnu.org>
2597
2598 * org.texi (Handling links): Add a note about the
2599 `org-link-frame-setup' option.
2600
2601 2012-01-03 David Maus <dmaus@ictsoc.de>
2602
2603 * org.texi (Exporting Agenda Views, Extracting agenda
2604 information): Fix command line syntax, quote symbol parameter
2605 values.
2606
2607 2012-01-03 David Maus <dmaus@ictsoc.de>
2608
2609 * org.texi (Exporting Agenda Views): Fix command line syntax.
2610
2611 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2612
2613 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2614 Use octal notation for file permissions, which are normally
2615 thought of in octal.
2616 (Mail Back End Variables): Use more-plausible modes in example.
2617
2618 2011-12-20 Alan Mackenzie <acm@muc.de>
2619
2620 * cc-mode.texi: Update version string 5.31 -> 5.32.
2621
2622 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2625
2626 2011-11-24 Glenn Morris <rgm@gnu.org>
2627
2628 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2629
2630 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * makefile.w32-in: Update dependencies.
2633
2634 2011-11-20 Glenn Morris <rgm@gnu.org>
2635
2636 * gnus.texi (Group Information):
2637 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2638
2639 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * gnus-coding.texi (Gnus Maintenance Guide):
2642 Rename from "Gnus Maintainance Guide".
2643
2644 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2645 * eieio.texi (Customizing):
2646 * gnus.texi (Article Washing):
2647 * gnus-news.texi:
2648 * sem-user.texi (Smart Jump): Fix typos.
2649
2650 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2653
2654 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2655
2656 * ede.texi (project-am-texinfo):
2657 * gnus.texi (Sending or Not Sending):
2658 * org.texi (Template elements): Fix typos.
2659
2660 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * ediff.texi (Hooks):
2663 * sem-user.texi (Semanticdb Roots): Fix typos.
2664
2665 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * semantic.texi (Tag handling): Fix typo.
2668
2669 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
2670
2671 * gnus.texi (Other Gnus Versions): Remove.
2672
2673 2011-10-28 Alan Mackenzie <acm@muc.de>
2674
2675 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2676 (Other Special Indentations): Add an xref to "Macros with ;".
2677 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
2678 "Macros with ;".
2679 (Macros with ;): New page.
2680
2681 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2682 Document the new handling of nested scopes for movement by defuns.
2683
2684 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2685
2686 Sync with Tramp 2.2.3.
2687
2688 * trampver.texi: Update release number.
2689
2690 2011-10-14 Glenn Morris <rgm@gnu.org>
2691
2692 * ert.texi (Introduction, How to Run Tests)
2693 (Running Tests Interactively, Expected Failures)
2694 (Tests and Their Environment, Useful Techniques)
2695 (Interactive Debugging, Fixtures and Test Suites):
2696 Minor rephrasings.
2697 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2698 (Running Tests in Batch Mode): Simplify loading instructions.
2699 (Test Selectors): Clarify some selectors.
2700 (Expected Failures, Useful Techniques):
2701 Make examples fit in 80 columns.
2702
2703 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
2704
2705 * calc.texi (Basic Operations on Units): Discuss temperature
2706 conversion (`u t') alongside with other unit conversions ('u c').
2707
2708 2011-10-12 Glenn Morris <rgm@gnu.org>
2709
2710 * ert.texi: Whitespace trivia to make main menu items line up better.
2711
2712 2011-10-08 Glenn Morris <rgm@gnu.org>
2713
2714 * Makefile.in: Fix ert rules.
2715
2716 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
2718 * gnus.texi (Gnus Utility Functions): Add more references and
2719 explanations (bug#9683).
2720
2721 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * gnus.texi (Archived Messages): Note the default (bug#9552).
2724
2725 2011-09-21 Bill Wohler <wohler@newt.com>
2726
2727 Release MH-E manual version 8.3.
2728
2729 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2730 release 8.3.
2731 (Preface): Update support information.
2732 (From Bill Wohler): Reset text to original version. As a
2733 historical quote, the tense should be correct in the time that it
2734 was written.
2735
2736 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2737
2738 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2739 (Finding the News): Doc clarification.
2740 (Terminology): Mention naming.
2741
2742 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * gnus.texi: Remove mentions of `recent', which are now obsolete.
2745 (Interactive): Document `quiet'.
2746
2747 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
2748
2749 * org.texi (Images in LaTeX export): Rewrite.
2750
2751 2011-08-15 Bastien Guerry <bzg@gnu.org>
2752
2753 * org.texi (Using the mapping API): Mention 'region as a possible
2754 scope for `org-map-entries'.
2755
2756 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2757
2758 * org.texi (Visibility cycling): Document `org-copy-visible'.
2759
2760 2011-08-15 Bastien Guerry <bzg@gnu.org>
2761
2762 * org.texi (Template expansion): Order template sequences in the
2763 proper order.
2764
2765 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2766
2767 * org.texi (eval): Expand discussion of the :eval header argument.
2768
2769 2011-08-15 Bastien Guerry <bzg@gnu.org>
2770
2771 * org.texi (Languages): Add Lilypond and Awk as supported
2772 languages.
2773
2774 2011-08-15 Achim Gratz <stromeko@nexgo.de>
2775
2776 * org.texi: Document that both CLOCK_INTO_DRAWER and
2777 LOG_INTO_DRAWER can be used to override the contents of variable
2778 org-clock-into-drawer (or if unset, org-log-into-drawer).
2779
2780 * org.texi: Replace @xref->@pxref.
2781
2782 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2783
2784 * org.texi (Evaluating code blocks): Documenting the new option
2785 for inline call lines.
2786
2787 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2788
2789 * org.texi (Results of evaluation): More explicit about the
2790 mechanism through which interactive evaluation of code is
2791 performed.
2792
2793 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2794
2795 * org.texi (noweb-ref): New header argument documentation.
2796
2797 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2798
2799 * org.texi (Extracting source code): Documentation of the new
2800 org-babel-tangle-named-block-combination variable.
2801
2802 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2803
2804 * org.texi (Structure of code blocks): Explicitly state that the
2805 behavior of multiple blocks of the same name is undefined.
2806
2807 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
2808
2809 * org.texi (TaskJuggler export): Modify the example to reflect the
2810 new effort durations.
2811
2812 2011-08-15 David Maus <dmaus@ictsoc.de>
2813
2814 * org.texi (Images in LaTeX export): Escape curly brackets in
2815 LaTeX example.
2816
2817 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2818
2819 * org.texi (The clock table): Document the :properties and
2820 :inherit-props arguments for the clocktable.
2821
2822 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2823
2824 * org.texi (Tables in LaTeX export): Document specifying placement
2825 options for tables.
2826
2827 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2828
2829 * org.texi (Evaluating code blocks): More specific documentation
2830 about the different types of header arguments.
2831
2832 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2833
2834 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2835
2836 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2837
2838 * org.texi (Built-in table editor): Document the table field
2839 follow mode.
2840
2841 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2842
2843 * org.texi (Easy Templates): Document new template.
2844
2845 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
2846
2847 * org.texi (Literal examples): Add a cross-reference from "Literal
2848 Examples" to "Easy Templates."
2849
2850 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2851
2852 * org.texi (The clock table): Add link to match syntax.
2853
2854 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2855
2856 * org.texi (Agenda commands): Document clock consistency checks.
2857
2858 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2859
2860 * org.texi (Built-in table editor): Document that \vert represents
2861 a vertical bar in a table field.
2862
2863 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2864
2865 * org.texi (Literal examples): Link from "Markup" > "Literate
2866 Examples" to "Working with Source Code".
2867
2868 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2869
2870 * org.texi (Agenda commands): Doc for function option to bulk
2871 action.
2872
2873 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2874
2875 * org.texi (Template expansion): Document new %<...> template
2876 escape.
2877
2878 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2879
2880 * org.texi (Selective export): Document exclusion of any tasks
2881 from export.
2882
2883 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2884
2885 * org.texi (Selective export): Document how to exclude DONE tasks
2886 from export.
2887 (Publishing options): Document the properties to be used to turn off
2888 export of DONE tasks.
2889
2890 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2891
2892 * org.texi (The date/time prompt): Document date range protection.
2893
2894 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2895
2896 * org.texi (padline): Documentation of the new padline header
2897 argument.
2898
2899 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2900
2901 * org.texi (var): Adding "[" to list of characters triggering
2902 elisp evaluation.
2903
2904 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2905
2906 * org.texi (var): Documentation of Emacs Lisp evaluation during
2907 variable assignment.
2908
2909 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2910
2911 * org.texi (colnames): Reference indexing into variables, and note
2912 that colnames are *not* removed before indexing occurs.
2913 (rownames): Reference indexing into variables, and note that
2914 rownames are *not* removed before indexing occurs.
2915
2916 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2917
2918 * org.texi (var): Clarification of indexing into tabular
2919 variables.
2920
2921 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2922
2923 * org.texi (results): Documentation of the `:results wrap' header
2924 argument.
2925
2926 2011-08-15 Bastien Guerry <bzg@gnu.org>
2927
2928 * org.texi (LaTeX and PDF export): Add a note about a limitation
2929 of the LaTeX export: the org file has to be properly structured.
2930
2931 2011-08-15 Bastien Guerry <bzg@gnu.org>
2932
2933 * org.texi (Dynamic blocks, Structure editing):
2934 Mention the function `org-narrow-to-block'.
2935
2936 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2937
2938 * org.texi (Languages): Updating list of code block supported
2939 languages.
2940
2941 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2942
2943 * org.texi (Special properties): CATEGORY is a special property,
2944 but it may also used in the drawer.
2945
2946 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2947
2948 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2949
2950 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
2951
2952 * org.texi (Include files): Document :lines.
2953
2954 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2955
2956 * org.texi (comments): Documentation of the ":comments noweb" code
2957 block header argument.
2958
2959 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2960
2961 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2962 added extra whitespace around functions to be consistent with the
2963 rest of the section.
2964
2965 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2966
2967 * org.texi (Evaluating code blocks): Expand discussion of
2968 #+call: line syntax.
2969 (Header arguments in function calls): Expand discussion of
2970 #+call: line syntax.
2971
2972 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2973
2974 * org.texi (Evaluating code blocks): More explicit about how to
2975 pass variables to #+call lines.
2976
2977 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2978
2979 * org.texi (Results of evaluation): Link to the :results header
2980 argument list from the "Results of evaluation" section.
2981
2982 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
2983
2984 * org.texi (Conflicts): Adding additional information about
2985 resolving org/yasnippet conflicts.
2986
2987 2011-08-15 David Maus <dmaus@ictsoc.de>
2988
2989 * org.texi (Publishing options): Document style-include-scripts
2990 publishing project property.
2991
2992 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
2993
2994 * org.texi (Sparse trees): Document the next-error /
2995 previous-error functionality.
2996
2997 2011-08-15 Tom Dye <tsd@tsdye.com>
2998
2999 * org.texi (cache): Improve documentation of code block caches.
3000
3001 2011-08-15 Tom Dye <tsd@tsdye.com>
3002
3003 * org.texi (Code block specific header arguments):
3004 Documentation of multi-line header arguments.
3005
3006 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3007
3008 * org.texi (Code evaluation security): Add example for using a
3009 function.
3010
3011 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3012
3013 * org.texi (Tables in LaTeX export): Documentation of new
3014 attr_latex options for tables.
3015
3016 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3017
3018 * trampver.texi: Update release number.
3019
3020 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3021
3022 Sync with Tramp 2.2.2.
3023
3024 * trampver.texi: Update release number.
3025
3026 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3027
3028 * flymake.texi (Example -- Configuring a tool called via make):
3029 Use /dev/null instead of the Windows "nul" (bug#8715).
3030
3031 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * widget.texi (Setting Up the Buffer): Remove mention of the
3034 global keymap parent, which doesn't seem to be accurate
3035 (bug#7045).
3036
3037 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3038
3039 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3040
3041 2010-07-10 Kevin Ryde <user42@zip.com.au>
3042
3043 * cl.texi (For Clauses): Add destructuring example processing an
3044 alist (bug#6596).
3045
3046 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3047
3048 * ediff.texi (Major Entry Points): Remove mention of `require',
3049 since that's not pertinent in the installed Emacs (bug#9016).
3050
3051 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3052
3053 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3054 (Filtering New Groups): Clarify how simple the "options -n" format is.
3055 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3056 is internal.
3057
3058 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3059
3060 * tramp.texi (Cleanup remote connections):
3061 Add `tramp-cleanup-this-connection'.
3062
3063 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3064
3065 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3066 zombies.
3067 (Checking New Groups): Ditto (bug#8974).
3068 (Checking New Groups): Move the reference to the right place.
3069
3070 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3071
3072 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3073 backups, and not actual vc (bug#8975).
3074
3075 2011-07-03 Kevin Ryde <user42@zip.com.au>
3076
3077 * cl.texi (For Clauses): @items for hash-values and key-bindings
3078 to make them more visible when skimming. Add examples of `using'
3079 clause to them, examples being clearer than a description in
3080 words (bug#6599).
3081
3082 2011-07-01 Alan Mackenzie <acm@muc.de>
3083
3084 * cc-mode.texi (Guessing the Style): New page.
3085 (Styles): Add a short introduction to above.
3086
3087 2011-06-28 Deniz Dogan <deniz@dogan.se>
3088
3089 * rcirc.texi (Configuration): Bug-fix:
3090 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3091 Reported by Elias Pipping <pipping@exherbo.org>.
3092
3093 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3094
3095 * gnus.texi (Summary Mail Commands):
3096 Document `gnus-summary-reply-to-list-with-original'.
3097
3098 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * eshell.texi (Known problems): Fix typo.
3101
3102 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3105 (Password handling): `auth-source-debug' is good for debug messages.
3106
3107 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3108
3109 * gnus.texi (Store custom flags and keywords): Refer to
3110 `gnus-registry-article-marks-to-{chars,names}' instead of
3111 `gnus-registry-user-format-function-{M,M2}'.
3112
3113 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3114
3115 * texinfo.tex: Merge from gnulib.
3116
3117 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3118
3119 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3120 (Store custom flags and keywords):
3121 Mention `gnus-registry-user-format-function-M' and
3122 `gnus-registry-user-format-function-M2'.
3123
3124 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3125
3126 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3127
3128 2011-05-17 Glenn Morris <rgm@gnu.org>
3129
3130 * gnus.texi (Face): Fix typo.
3131
3132 2011-05-14 Glenn Morris <rgm@gnu.org>
3133
3134 * dired-x.texi (Omitting Examples): Minor addition.
3135
3136 2011-05-10 Jim Meyering <meyering@redhat.com>
3137
3138 * ede.texi: Fix typo "or or -> or".
3139
3140 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3141
3142 * gnus.texi (Summary Buffer Lines):
3143 gnus-summary-user-date-format-alist does not exist.
3144 (Sorting the Summary Buffer): More about sorting threads.
3145
3146 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * trampver.texi: Update release number.
3149
3150 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3151
3152 * tramp.texi (Frequently Asked Questions): New item for disabling
3153 Tramp in other packages.
3154
3155 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3158 (Fancy splitting to parent, Store arbitrary data):
3159 Update gnus-registry docs.
3160
3161 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * ede.texi: Fix typos.
3164
3165 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3168 It's @table @code.
3169
3170 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3171
3172 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3173
3174 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3175
3176 * calc.texi (Logarithmic Units): Update the function names.
3177
3178 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3179
3180 * message.texi (Various Commands): Document format specs in the
3181 ellipsis.
3182
3183 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3184
3185 * message.texi (Insertion Variables): Document message-cite-style.
3186
3187 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * tramp.texi (Remote processes): New subsection "Running shell on
3190 a remote host".
3191
3192 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3193
3194 * auth.texi (Help for developers): Update docs to explain that the
3195 :save-function will only run the first time.
3196
3197 2011-03-12 Glenn Morris <rgm@gnu.org>
3198
3199 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3200 (emacs-faq.text): New target.
3201 (clean): Add emacs-faq.
3202
3203 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3204
3205 Sync with Tramp 2.2.1.
3206
3207 * trampver.texi: Update release number.
3208
3209 2011-03-11 Glenn Morris <rgm@gnu.org>
3210
3211 * Makefile.in (HTML_TARGETS): New.
3212 (clean): Delete $HTML_TARGETS.
3213 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3214
3215 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3216
3217 * auth.texi (Help for developers): Show example of using
3218 `auth-source-search' with prompts and :save-function.
3219
3220 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * Version 23.3 released.
3223
3224 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3225
3226 * message.texi (Message Buffers): Update default value of
3227 message-generate-new-buffers.
3228
3229 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3230
3231 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3232 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3233 respectively.
3234 (Musical Notes): New section.
3235 (Customizing Calc): Mention the customizable variable
3236 calc-note-threshold.
3237
3238 2011-03-03 Glenn Morris <rgm@gnu.org>
3239
3240 * url.texi (Dealing with HTTP documents): Remove reference to
3241 function url-decode-text-part; never seems to have existed. (Bug#6038)
3242 (Configuration): Update url-configuration-directory description.
3243
3244 2011-03-02 Glenn Morris <rgm@gnu.org>
3245
3246 * dired-x.texi (Multiple Dired Directories): Remove mentions
3247 of dired-default-directory-alist and dired-default-directory.
3248 Move dired-smart-shell-command here...
3249 (Miscellaneous Commands): ... from here.
3250
3251 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3252
3253 * texinfo.tex: Update to version 2011-02-24.09.
3254
3255 2011-03-02 Glenn Morris <rgm@gnu.org>
3256
3257 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3258 instead of the obsoleted dired-omit-here-always.
3259
3260 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3263 supported systems.
3264
3265 2011-02-28 Glenn Morris <rgm@gnu.org>
3266
3267 * dbus.texi (Type Conversion): Grammar fix.
3268
3269 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3270
3271 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3272 "Debian GNU/Linux".
3273
3274 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3275
3276 2011-02-23 Glenn Morris <rgm@gnu.org>
3277
3278 * dired-x.texi (Features): Minor rephrasing.
3279 (Local Variables): Fix typos.
3280
3281 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3282 Standardize some Emacs/XEmacs terminology.
3283
3284 * dired-x.texi (Features): Don't advertise obsolete local variables.
3285 Simplify layout.
3286 (Omitting Variables): Update local variables example.
3287 (Local Variables): Say this is obsolete. Fix description of
3288 dired-enable-local-variables possible values.
3289
3290 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3291
3292 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3293 default now.
3294
3295 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3296
3297 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3298
3299 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3300
3301 * gnus.texi (Window Layout): Document layout names.
3302
3303 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3304
3305 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3306 * auth.texi: Sync @dircategory with ../../info/dir.
3307 * autotype.texi: Sync @dircategory with ../../info/dir.
3308 * calc.texi: Sync @dircategory with ../../info/dir.
3309 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3310 * cl.texi: Sync @dircategory with ../../info/dir.
3311 * dbus.texi: Sync @dircategory with ../../info/dir.
3312 * dired-x.texi: Sync @dircategory with ../../info/dir.
3313 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3314 * ede.texi: Sync @dircategory with ../../info/dir.
3315 * ediff.texi: Sync @dircategory with ../../info/dir.
3316 * edt.texi: Sync @dircategory with ../../info/dir.
3317 * eieio.texi: Sync @dircategory with ../../info/dir.
3318 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3319 * epa.texi: Sync @dircategory with ../../info/dir.
3320 * erc.texi: Sync @dircategory with ../../info/dir.
3321 * eshell.texi: Sync @dircategory with ../../info/dir.
3322 * eudc.texi: Sync @dircategory with ../../info/dir.
3323 * flymake.texi: Sync @dircategory with ../../info/dir.
3324 * forms.texi: Sync @dircategory with ../../info/dir.
3325 * gnus.texi: Sync @dircategory with ../../info/dir.
3326 * idlwave.texi: Sync @dircategory with ../../info/dir.
3327 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3328 * message.texi: Sync @dircategory with ../../info/dir.
3329 * mh-e.texi: Sync @dircategory with ../../info/dir.
3330 * newsticker.texi: Sync @dircategory with ../../info/dir.
3331 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3332 * org.texi: Sync @dircategory with ../../info/dir.
3333 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3334 * pgg.texi: Sync @dircategory with ../../info/dir.
3335 * rcirc.texi: Sync @dircategory with ../../info/dir.
3336 * reftex.texi: Sync @dircategory with ../../info/dir.
3337 * remember.texi: Sync @dircategory with ../../info/dir.
3338 * sasl.texi: Sync @dircategory with ../../info/dir.
3339 * sc.texi: Sync @dircategory with ../../info/dir.
3340 * semantic.texi: Sync @dircategory with ../../info/dir.
3341 * ses.texi: Sync @dircategory with ../../info/dir.
3342 * sieve.texi: Sync @dircategory with ../../info/dir.
3343 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3344 * speedbar.texi: Sync @dircategory with ../../info/dir.
3345 * trampver.texi [emacs]: Set emacsname to "Emacs".
3346 * tramp.texi: Sync @dircategory with ../../info/dir.
3347 * url.texi: Sync @dircategory with ../../info/dir.
3348 * vip.texi: Sync @dircategory with ../../info/dir.
3349 * viper.texi: Sync @dircategory with ../../info/dir.
3350 * widget.texi: Sync @dircategory with ../../info/dir.
3351 * woman.texi: Sync @dircategory with ../../info/dir.
3352
3353 2011-02-19 Glenn Morris <rgm@gnu.org>
3354
3355 * dired-x.texi (Technical Details): No longer redefines
3356 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3357 dired-read-shell-command, or dired-find-buffer-nocreate.
3358
3359 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3360
3361 * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
3362
3363 2011-02-18 Glenn Morris <rgm@gnu.org>
3364
3365 * dired-x.texi (Optional Installation File At Point): Simplify.
3366
3367 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3368
3369 * auth.texi (Help for users): Use :port instead of :protocol for all
3370 auth-source docs.
3371 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3372 to have two files in `auth-sources'.
3373
3374 2011-02-16 Glenn Morris <rgm@gnu.org>
3375
3376 * dired-x.texi: Use emacsver.texi to get Emacs version.
3377 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3378 Depend on emacsver.texi.
3379
3380 * dired-x.texi: Drop meaningless version number.
3381 (Introduction): Remove old info.
3382 (Optional Installation Dired Jump): Autoload from dired-x.
3383 Remove incorrect info about loaddefs.el.
3384 (Bugs): Just refer to M-x report-emacs-bug.
3385
3386 * dired-x.texi (Multiple Dired Directories): Update for rename of
3387 default-directory-alist.
3388 (Miscellaneous Commands): No longer mention very old VM version 4.
3389
3390 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3391
3392 Merge from gnulib.
3393 * texinfo.tex: Update to version 2011-02-14.11.
3394
3395 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3396
3397 * auth.texi (Help for users):
3398 Login collection is "Login" and not "login".
3399
3400 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * tramp.texi (History): Remove IMAP support.
3403 (External methods, Frequently Asked Questions): Remove `imap' and
3404 `imaps' methods.
3405 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3406
3407 * trampver.texi: Remove default value of `emacsimap'.
3408
3409 2011-02-13 Glenn Morris <rgm@gnu.org>
3410
3411 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3412 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3413
3414 2011-02-12 Glenn Morris <rgm@gnu.org>
3415
3416 * sc.texi (Getting Connected): Remove old index entries.
3417
3418 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3419
3420 * url.texi: Remove duplicate @dircategory (Bug#7942).
3421
3422 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * auth.texi (Overview, Help for users, Help for developers):
3425 Update docs.
3426 (Help for users): Talk about spaces.
3427
3428 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3429
3430 * texinfo.tex: Update to version 2011-02-07.16.
3431
3432 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * dbus.texi (Bus names): Adapt descriptions for
3435 dbus-list-activatable-names and dbus-list-known-names.
3436
3437 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3438
3439 * calc.texi (Logarithmic Units): New section.
3440
3441 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3442
3443 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3444 manuals use it now.
3445
3446 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3447
3448 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3449
3450 * overrides.texi: Remove.
3451
3452 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3453 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3454
3455 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3456
3457 * tramp.texi (Frequently Asked Questions): Mention problems with
3458 WinSSHD.
3459
3460 * trampver.texi: Update release number.
3461
3462 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3463
3464 * tramp.texi:
3465 Replace "delimet" with "delimit" globally.
3466 Replace "explicite" with "explicit" globally.
3467 Replace "instead of" with "instead" where there was nothing after "of".
3468 Audit use of comma before interrogative pronoun, "that", or "which".
3469 Minor word order, spelling, wording changes.
3470
3471 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3472
3473 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3474
3475 * sieve.texi: Use WEBHACKDEVEL.
3476
3477 * sasl.texi: Use WEBHACKDEVEL.
3478
3479 * pgg.texi: Use WEBHACKDEVEL.
3480
3481 * message.texi: Use WEBHACKDEVEL.
3482
3483 * gnus.texi: Use WEBHACKDEVEL.
3484
3485 * emacs-mime.texi: Use WEBHACKDEVEL.
3486
3487 * auth.texi: Use WEBHACKDEVEL.
3488
3489 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3490 manuals.
3491
3492 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3493
3494 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3495
3496 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3497
3498 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3499 which in turn is copied from ftp://tug.org/tex/.
3500
3501 2011-02-03 Glenn Morris <rgm@gnu.org>
3502
3503 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3504 (Binding combinations of modifiers and function keys):
3505 Let's assume people reading this are not using Emacs 18.
3506
3507 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3508
3509 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3510 since it's run automatically.
3511
3512 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3513
3514 * gnus.texi (Customizing Articles): Fix typo.
3515
3516 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3517
3518 * gnus.texi (Customizing Articles): Document the new way of customizing
3519 the date headers(s).
3520
3521 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3522
3523 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3524 splitting example.
3525
3526 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3527
3528 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3529 (MAKEINFO_OPTS): New variable.
3530 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3531 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3532 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3533 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3534 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3535 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3536 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3537 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3538 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3539 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3540 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3541 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3542 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3543 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3544 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3545 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3546 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3547 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3548
3549 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3550
3551 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3552
3553 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3554
3555 * message.texi (IDNA): Explain what it is.
3556
3557 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3558
3559 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3560
3561 2011-01-23 Werner Lemberg <wl@gnu.org>
3562
3563 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3564 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3565 (ENVADD): Update.
3566
3567 2011-01-18 Glenn Morris <rgm@gnu.org>
3568
3569 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3570
3571 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3572
3573 * nxml-mode.texi (Introduction): Fix file name typos.
3574
3575 2011-01-13 Christian Ohler <ohler@gnu.org>
3576
3577 * ert.texi: New file.
3578
3579 * Makefile.in:
3580 * makefile.w32-in: Add ert.texi.
3581
3582 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3583
3584 * dbus.texi (Receiving Method Calls): New function
3585 dbus-register-service. Rearrange node.
3586
3587 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3588
3589 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3590 which in turn is copied from ftp://tug.org/tex/.
3591
3592 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3593
3594 * dbus.texi (Receiving Method Calls): Describe new optional
3595 parameter dont-register-service of dbus-register-{method,property}.
3596
3597 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3598
3599 * epa.texi (Encrypting/decrypting *.gpg files):
3600 Mention epa-file-select-keys.
3601
3602 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3603
3604 * gnus.texi (Archived Messages): Remove outdated text.
3605
3606 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3607
3608 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3609
3610 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3611
3612 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3613
3614 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3615
3616 * gnus.texi (The swish++ Engine): Add customizable parameters
3617 descriptions.
3618 (The swish-e Engine): Ditto.
3619
3620 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3621
3622 * tramp.texi (Inline methods): Add "ksu" method.
3623 (Remote processes): Add example with remote `default-directory'.
3624
3625 2010-12-14 Glenn Morris <rgm@gnu.org>
3626
3627 * faq.texi (Expanding aliases when sending mail):
3628 Now build-mail-aliases is interactive.
3629
3630 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3631
3632 * gnus.texi: First pass at adding (rough) nnir documentation.
3633
3634 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3635
3636 * gnus.texi (Filtering New Groups):
3637 Mention gnus-auto-subscribed-categories.
3638 (The First Time): Remove, since default-subscribed-newsgroups has been
3639 removed.
3640
3641 2010-12-13 Glenn Morris <rgm@gnu.org>
3642
3643 * cl.texi (For Clauses): Small fixes for frames and windows.
3644
3645 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
3646
3647 * org.texi (Using capture): Document using prefix arguments for
3648 finalizing capture.
3649 (Agenda commands): Document prefix argument for the bulk scatter
3650 command.
3651 (Beamer class export): Document that also overlay arguments can be
3652 passed to the column environment.
3653 (Template elements): Document the new entry type.
3654
3655 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
3656
3657 * org.texi (Include files): Document :minlevel.
3658
3659 2010-12-11 Julien Danjou <julien@danjou.info>
3660
3661 * org.texi (Categories): Document category icons.
3662
3663 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
3664
3665 * org.texi (noweb): Fix typo.
3666
3667 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
3668
3669 * gnus.texi (Server Commands): Point to the rest of the server
3670 commands.
3671
3672 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3675 g'.
3676
3677 2010-12-02 Julien Danjou <julien@danjou.info>
3678
3679 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3680
3681 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3684 (Direct Functions): Note the STARTTLS upgrade.
3685
3686 2010-11-27 Glenn Morris <rgm@gnu.org>
3687 James Clark <none@example.com>
3688
3689 * nxml-mode.texi (Introduction): New section.
3690
3691 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3692
3693 * gnus.texi (Server Commands): Document gnus-server-show-server.
3694
3695 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3696
3697 Sync with Tramp 2.2.0.
3698
3699 * trampver.texi: Update release number.
3700
3701 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3702
3703 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3704 Mention that the TeX specific units won't use the `tex' prefix
3705 in TeX mode.
3706
3707 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * gnus.texi (Misc Article): Document gnus-inhibit-images.
3710
3711 2010-11-17 Glenn Morris <rgm@gnu.org>
3712
3713 * edt.texi: Remove information about Emacs 19.
3714
3715 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
3716
3717 * trampver.texi: Update release number.
3718
3719 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3720
3721 * gnus.texi (Article Washing): Fix typo.
3722
3723 2010-11-11 Noorul Islam <noorul@noorul.com>
3724
3725 * org.texi: Fix typo.
3726
3727 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3728
3729 * org.texi (Using capture): Explain that refiling is
3730 sensitive to cursor position.
3731
3732 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3733
3734 * org.texi (Images and tables): Add cross reference to link section.
3735
3736 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3737
3738 * org.texi: Document the <c> cookie.
3739
3740 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3741
3742 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3743 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3744
3745 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3746
3747 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3748
3749 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3750
3751 * org.texi (Project alist): Mention that this is a property list.
3752
3753 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3754
3755 * org.texi (Setting up the staging area): Document that
3756 file names remain visible when encrypting the MobileOrg files.
3757
3758 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3759
3760 * org.texi (Setting up the staging area): Document which
3761 versions are needed for encryption.
3762
3763 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3764
3765 * org.texi (noweb): Update :noweb documentation to
3766 reflect the new "tangle" argument.
3767
3768 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3769
3770 * org.texi (Batch execution): Improve tangling script in
3771 documentation.
3772
3773 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3774
3775 * org.texi (Handling links):
3776 (In-buffer settings): Document inlining images on startup.
3777
3778 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3779
3780 * org.texi (Setting up the staging area): Document use of
3781 crypt password.
3782
3783 2010-11-11 David Maus <dmaus@ictsoc.de>
3784
3785 * org.texi (Template expansion): Add date related link type escapes.
3786
3787 2010-11-11 David Maus <dmaus@ictsoc.de>
3788
3789 * org.texi (Template expansion): Add mew in table for link type
3790 escapes.
3791
3792 2010-11-11 David Maus <dmaus@ictsoc.de>
3793
3794 * org.texi (Template expansion): Fix typo in link type escapes.
3795
3796 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3797
3798 * org.texi (Structure of code blocks): Another documentation tweak.
3799
3800 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3801
3802 * org.texi (Structure of code blocks): Documentation tweak.
3803
3804 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3805
3806 * org.texi (Structure of code blocks):
3807 Update documentation to mention inline code block syntax.
3808
3809 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3810
3811 * org.texi (comments): Improve wording.
3812
3813 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3814
3815 * org.texi (comments): Document the new :comments header arguments.
3816
3817 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3818
3819 * org.texi (Installation): Remove the special
3820 installation instructions for XEmacs.
3821
3822 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3823
3824 * org.texi (Easy Templates): New section. Documents quick
3825 insertion of empty structural elements.
3826
3827 2010-11-11 Noorul Islam <noorul@noorul.com>
3828
3829 * org.texi: Fix doc.
3830
3831 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3832
3833 * org.texi (The date/time prompt): Document specification
3834 of time ranges.
3835
3836 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3837
3838 * org.texi (Internal links): Document the changes in
3839 internal links.
3840
3841 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3842
3843 * org.texi (Agenda commands): Document the limitation for
3844 the filter preset - it can only be used for an entire agenda
3845 view, not in an individual block in a block agenda.
3846
3847 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3848
3849 * org.texi (iCalendar export): Document alarm creation.
3850
3851 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
3852
3853 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3854
3855 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3856
3857 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3858
3859 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
3860
3861 * calc.texi: Use emacsver.texi to determine Emacs version.
3862
3863 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3864
3865 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3866 since that works by default.
3867
3868 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3869
3870 * gnus.texi (Customizing the IMAP Connection): Document
3871 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3872
3873 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * tramp.texi (Remote shell setup): New item "Interactive shell
3876 prompt". Reported by Christian Millour <cm@abtela.com>.
3877 (Remote shell setup, Remote processes): Use @code{} for
3878 environment variables.
3879
3880 2010-11-03 Glenn Morris <rgm@gnu.org>
3881
3882 * ediff.texi (Quick Help Commands, Miscellaneous):
3883 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3884
3885 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3886
3887 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3888
3889 2010-10-31 Glenn Morris <rgm@gnu.org>
3890
3891 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3892
3893 2010-10-31 Glenn Morris <rgm@gnu.org>
3894
3895 * cc-mode.texi: Remove reference to defunct viewcvs URL.
3896
3897 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3898
3899 * gnus.texi (Client-Side IMAP Splitting):
3900 Mention nnimap-unsplittable-articles.
3901
3902 2010-10-29 Julien Danjou <julien@danjou.info>
3903
3904 * gnus.texi (Finding the News): Remove references to obsoletes
3905 variables `gnus-nntp-server' and `gnus-secondary-servers'.
3906
3907 2010-10-29 Eli Zaretskii <eliz@gnu.org>
3908
3909 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3910 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3911 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3912 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3913
3914 2010-10-28 Glenn Morris <rgm@gnu.org>
3915
3916 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3917 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3918 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3919
3920 2010-10-25 Daiki Ueno <ueno@unixuser.org>
3921
3922 * epa.texi (Mail-mode integration): Add alternative key bindings
3923 for epa-mail commands; escape comma.
3924 Don't use the word "PGP", since it is a non-free program.
3925
3926 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
3927
3928 * calc.texi: Use emacsver.texi to determine Emacs version.
3929
3930 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * gnus.texi (Group Parameters, Buttons): Fix typos.
3933
3934 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
3935
3936 * gnus.texi (Subscription Commands): Mention that you can also
3937 subscribe to new groups via the Server buffer, which is probably more
3938 convenient when subscribing to many groups.
3939
3940 2010-10-21 Julien Danjou <julien@danjou.info>
3941
3942 * message.texi (Message Headers): Allow message-default-headers to be a
3943 function.
3944
3945 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3946
3947 * gnus-news.texi: Mention new archive defaults.
3948
3949 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3950
3951 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3952
3953 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * gnus.texi (HTML): Document the function value of
3956 gnus-blocked-images.
3957 (Article Washing): shr and gnus-w3m, not the direct function names.
3958
3959 2010-10-20 Julien Danjou <julien@danjou.info>
3960
3961 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3962 variable.
3963
3964 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * gnus.texi (Customizing the IMAP Connection): The port strings are
3967 strings.
3968 (Document Groups): Mention git.
3969
3970 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3973 bzr/Gnus git sync.
3974
3975 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3976
3977 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3978 change.
3979
3980 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3981
3982 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3983 @item syntax for in-Emacs makeinfo.
3984
3985 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
3986
3987 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3988 trim sentence.
3989
3990 2010-10-12 Daiki Ueno <ueno@unixuser.org>
3991
3992 * epa.texi (Caching Passphrases):
3993 * auth.texi (GnuPG and EasyPG Assistant Configuration):
3994 Clarify some configurations require to set up gpg-agent.
3995
3996 2010-10-11 Glenn Morris <rgm@gnu.org>
3997
3998 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3999
4000 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4001
4002 * gnus.texi (Spam Package Introduction): Mention `$'.
4003
4004 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4005
4006 * makefile.w32-in (emacsdir): New variable.
4007 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4008 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4009
4010 2010-10-09 Glenn Morris <rgm@gnu.org>
4011
4012 * Makefile.in (mostlyclean): Delete *.toc.
4013
4014 * Makefile.in: Use $< in rules.
4015
4016 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4017
4018 * Makefile.in ($(infodir)): Delete rule.
4019 (mkinfodir): New. Use it in all the info rules, rather than depending
4020 on infodir.
4021
4022 2010-10-09 Glenn Morris <rgm@gnu.org>
4023
4024 * gnus.texi (Article Washing): Fix previous change.
4025
4026 * Makefile.in (emacsdir): New variable.
4027 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4028 Depend on emacsver.texi.
4029
4030 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4031
4032 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4033
4034 2010-10-08 Julien Danjou <julien@danjou.info>
4035
4036 * gnus.texi: Add mm-shr.
4037
4038 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4039
4040 * gnus.texi (Finding the Parent, The Gnus Registry)
4041 (Registry Article Refer Method): Update docs for nnregistry.el.
4042
4043 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4044
4045 * auth.texi (Help for users)
4046 (GnuPG and EasyPG Assistant Configuration): Update docs.
4047
4048 2010-10-08 Glenn Morris <rgm@gnu.org>
4049
4050 * cl.texi (Organization, Installation, Old CL Compatibility):
4051 Deprecate cl-compat for new code.
4052 (Usage, Installation): Remove outdated information.
4053
4054 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4055
4056 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4057
4058 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4059
4060 2010-10-06 Julien Danjou <julien@danjou.info>
4061
4062 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4063
4064 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4065 broken link.
4066
4067 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4068
4069 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4070 to ReiserFS.
4071
4072 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4073 (FAQ 7-1): Fix getmail URL.
4074
4075 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4076
4077 * epa.texi (Caching Passphrases): New section.
4078
4079 2010-10-06 Glenn Morris <rgm@gnu.org>
4080
4081 * Makefile.in (SHELL): Set it.
4082 (info): Move the mkdir dependency to the individual info files.
4083 (mostlyclean): Tidy up.
4084 (clean): Only delete the specific dvi and pdf files.
4085 (maintainer-clean): Be more restrictive in what we delete.
4086 ($(infodir)): Add parallel build workaround.
4087
4088 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4091
4092 2010-10-03 Julien Danjou <julien@danjou.info>
4093
4094 * emacs-mime.texi (Display Customization):
4095 Update mm-inline-large-images documentation and add documentation for
4096 mm-inline-large-images-proportion.
4097
4098 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4099
4100 * tramp.texi (Frequently Asked Questions):
4101 Mention remote-file-name-inhibit-cache.
4102
4103 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4104
4105 * gnus.texi (Splitting Mail): Fix @xref syntax.
4106 (Splitting Mail): Really fix the @ref syntax.
4107
4108 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4111 (Article Hiding): Add google banner example.
4112 Suggested by Benjamin Xu.
4113
4114 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4115
4116 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4117 Remove nnimap-split-rule from examples.
4118
4119 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4120
4121 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4122 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4123 Fishman.
4124 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4125
4126 2010-09-30 Julien Danjou <julien@danjou.info>
4127
4128 * gnus.texi (Gravatars): Fix documentation about
4129 gnu-gravatar-properties.
4130
4131 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4132
4133 * epa.texi (Bug Reports): New section.
4134
4135 2010-09-29 Glenn Morris <rgm@gnu.org>
4136
4137 * Makefile.in (top_srcdir): Remove unused variable.
4138
4139 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4140
4141 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4142 (Client-Side IMAP Splitting): Document 'default.
4143
4144 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145
4146 * gnus.texi (Customizing the IMAP Connection):
4147 Document nnimap-fetch-partial-articles.
4148
4149 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4150
4151 * gnus-news.texi: Mention nnimap-inbox.
4152
4153 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4154
4155 2010-09-26 Julien Danjou <julien@danjou.info>
4156
4157 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4158
4159 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4160
4161 * gnus.texi (Security): Remove gpg.el mention.
4162
4163 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4164
4165 * gnus.texi (Browse Foreign Server): New variable
4166 gnus-browse-subscribe-newsgroup-method.
4167
4168 * gnus-news.texi: Mention it.
4169
4170 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * gnus.texi (NoCeM): Remove.
4173 (Startup Variables): No jingle.
4174
4175 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4176
4177 * woman.texi (Interface Options): xz compression is now supported.
4178
4179 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4182 (Unavailable Servers): Document gnus-server-copy-server.
4183 (Using IMAP): Document the new nnimap.
4184
4185 2010-09-25 Julien Danjou <julien@danjou.info>
4186
4187 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4188
4189 2010-09-24 Glenn Morris <rgm@gnu.org>
4190
4191 * url.texi (Disk Caching): Tweak previous change.
4192
4193 2010-09-24 Julien Danjou <julien@danjou.info>
4194
4195 * url.texi (Disk Caching): Mention url-cache-expire-time,
4196 url-cache-expired, and url-fetch-from-cache.
4197
4198 2010-09-24 Julien Danjou <julien@danjou.info>
4199
4200 * gnus.texi: Add Gravatars.
4201
4202 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4205
4206 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * gnus.texi (Expunging mailboxes): Update name of the expunging
4209 command.
4210
4211 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4212
4213 * emacs-mime.texi (rfc2047): Update description for
4214 rfc2047-encode-parameter.
4215
4216 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4217
4218 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4219 "fish" methods.
4220 (External methods): Remove "scp1_old" and "scp2_old" methods.
4221
4222 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4223
4224 * tramp.texi: Remove Japanese manual. Fix typo.
4225
4226 * trampver.texi: Update release number. Remove japanesemanual.
4227
4228 2010-09-09 Glenn Morris <rgm@gnu.org>
4229
4230 * org.texi: Restore clobbered changes (copyright years, untabify).
4231
4232 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4233
4234 * gnus.texi (Adaptive Scoring): Fix typo.
4235
4236 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * gnus.texi (Article Display): Document gnus-html-show-images.
4239
4240 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4241
4242 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4243
4244 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4245
4246 * gnus.texi (HTML): Document gnus-max-image-proportion.
4247
4248 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * gnus.texi (HTML): Document gnus-blocked-images.
4251
4252 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4253
4254 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255
4256 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4257 the first message are used for wide replies.
4258 (Changing Servers): Remove documentation on gnus-change-server and
4259 friends, since it's been removed.
4260
4261 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * gnus.texi (Drafts): Mention B DEL.
4264
4265 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4266
4267 * gnus.texi (Delayed Articles): Mention that the Date header is the
4268 original one, even if you delay.
4269
4270 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4271
4272 * gnus.texi (Asynchronous Fetching):
4273 Document gnus-async-post-fetch-function.
4274 (HTML): Made into its own section.
4275
4276 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4277
4278 Sync with Tramp 2.1.19.
4279
4280 * tramp.texi (Inline methods, Default Method):
4281 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4282 Remove remark about doubled "-t" argument.
4283 (Auto-save and Backup): Remove reference to Emacs 21.
4284 (Filename Syntax): Describe port numbers.
4285 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4286 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4287 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4288 errors with the backquotes.
4289 (External packages): File attributes cache flushing for asynchronous
4290 processes.
4291 (Traces and Profiles): Describe verbose level 9.
4292
4293 * trampver.texi: Update release number.
4294
4295 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * dbus.texi (Alternative Buses): New chapter.
4298
4299 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4302
4303 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4304
4305 * calc.texi (Customizing Calc): Rearrange description of new
4306 variables to match the presentation of other variables.
4307
4308 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4309
4310 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4311
4312 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4313
4314 * calc.texi (Making Selections, Selecting Subformulas)
4315 (Customizing Calc): Mention how to use faces to emphasize selected
4316 sub-formulas.
4317
4318 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4319
4320 * tramp.texi (External packages): File attributes cache flushing
4321 for asynchronous processes.
4322
4323 2010-08-01 Alan Mackenzie <acm@muc.de>
4324
4325 Enhance the manual for the latest Java Mode.
4326
4327 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4328 annotation-var-cont.
4329 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4330 two new symbols.
4331
4332 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4335
4336 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4337
4338 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4339
4340 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4343
4344 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4345
4346 * org.texi: Add macros to get plain quotes in PDF output.
4347 List additional contributors.
4348 (Capture): New section, replaces the section about remember.
4349 (Working With Source Code): New chapter, focused on documenting Org
4350 Babel.
4351 (Code evaluation security): New section.
4352 (MobileOrg): Document DropBox support.
4353 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4354 (Special symbols): Show how to display UTF8 characters for entities.
4355 (Global TODO list): Clarify the use of the "M" key and the differences
4356 to the "m" key.
4357 (RSS Feeds): Mention Atom feeds as well.
4358 (Setting tags): Remove paragraph about
4359 `org-complete-tags-always-offer-all-agenda-tags'.
4360
4361 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4364 argument.
4365 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4366 echoing shells.
4367
4368 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4369
4370 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4371 (Filename Syntax): Describe port numbers.
4372
4373 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4376 forgotten.
4377 (Type Conversion): Precise conversion of natural numbers.
4378 (Errors and Events): Add "debugging" to concept index. Add variable
4379 `dbus-debug'.
4380
4381 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4382
4383 * dbus.texi (Receiving Method Calls): Add optional argument
4384 EMITS-SIGNAL to `dbus-register-property'.
4385
4386 2010-06-27 Alex Schroeder <alex@gnu.org>
4387
4388 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4389
4390 2010-06-24 Glenn Morris <rgm@gnu.org>
4391
4392 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4393 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4394 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4395 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4396 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4397 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4398 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4399 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4400 convention. Make them end with a period.
4401
4402 2010-06-23 Glenn Morris <rgm@gnu.org>
4403
4404 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4405 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4406 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4407 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4408 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4409 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4410
4411 2010-06-10 Glenn Morris <rgm@gnu.org>
4412
4413 * idlwave.texi (Load-Path Shadows):
4414 * org.texi (Handling links): Fix typos.
4415
4416 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4417
4418 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4419
4420 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4421
4422 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4423 by an alias. (Bug#6226)
4424
4425 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4426
4427 * calc.texi (Manipulating Vectors): Mention that vectors can
4428 be used to determine bins for `calc-histogram'.
4429
4430 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4431
4432 * calc.texi: Remove "\turnoffactive" commands throughout.
4433
4434 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4435
4436 * url.texi (HTTP language/coding, Customization):
4437 * message.texi (Header Commands, Responses):
4438 * cl.texi (Argument Lists): Fix typos.
4439
4440 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4443 Note that Development menu is always available.
4444 (Creating a project): Fix terminology.
4445 (Add/Remove files): Fix typo.
4446
4447 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * Version 23.2 released.
4450
4451 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4452
4453 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4454
4455 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * tramp.texi (Inline methods, Default Method):
4458 Mention `tramp-inline-compress-start-size'.
4459
4460 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4463 the CVS repo. Put the Git repo in the news section.
4464
4465 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4466 Removed some mentions of CVS. Mention the new Git repo.
4467
4468 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4469
4470 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4471 (Mail Group Commands): Add index entry.
4472
4473 2010-04-18 Glenn Morris <rgm@gnu.org>
4474
4475 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4476
4477 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4478
4479 * calc.texi (Radix modes): Mention that the option prefix will
4480 turn on twos-complement mode.
4481 (Inverse and Hyperbolic Flags): Mention the Option flag.
4482
4483 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4484
4485 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4486 (LaTeX/PDF export commands): Rename and Move section.
4487 (Sectioning structure): Update.
4488 (References): New use case for field coordinates.
4489 (The export dispatcher): Rename from ASCII export.
4490 (Setting up the staging area): Document the availability of
4491 encryption for MobileOrg.
4492 (Images and tables): Document how to reference labels.
4493 (Index entries): New section.
4494 (Generating an index): New section.
4495 (Column width and alignment): Document that <N> now
4496 means a fixed width, not a maximum width.
4497 (Publishing options): Document the :email option.
4498 (Beamer class export): Fix bug in the BEAMER example.
4499 (Refiling notes): Document refile logging.
4500 (In-buffer settings): Document refile logging keywords.
4501 (Drawers): Document `C-c C-z' command.
4502 (Agenda commands): Mention the alternative key `C-c C-z'.
4503 (Special properties): Document the BLOCKED property.
4504 (The spreadsheet): Mention the formula editor.
4505 (References): Document field coordinates.
4506 (Publishing action): Correct the documentation for the
4507 publishing function.
4508 (The date/time prompt): Document that we accept dates
4509 like month/day/year.
4510 (Cooperation): Document the changes in table.el support.
4511 (Faces for TODO keywords, Faces for TODO keywords)
4512 (Priorities): Document the easy colors.
4513 (Visibility cycling): Document the new double prefix
4514 arg for `org-reveal'.
4515 (Cooperation): Remember.el is part of Emacs.
4516 (Clean view): Mention that `wrap-prefix' is also set by
4517 org-indent-mode.
4518 (Agenda commands): Add information about prefix args to
4519 scheduling and deadline commands.
4520 (Search view): Point to the docstring of
4521 `org-search-view' for more details.
4522 (Agenda commands): Document that `>' prompts for a date.
4523 (Setting tags): Document variable
4524 org-complete-tags-always-offer-all-agenda-tags.
4525 (Column attributes): Cross-reference special properties.
4526
4527 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4528
4529 Synchronize with Tramp repository.
4530
4531 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4532 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4533 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4534 syntax, texi2dvi reports errors with the backquotes.
4535
4536 * trampver.texi: Update release number.
4537
4538 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4539
4540 * gnus.texi (Finding the News): Add pointers to the Server buffer
4541 because it's essential.
4542
4543 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4544
4545 * gnus.texi (MIME Commands): Update description of
4546 gnus-article-browse-html-article.
4547
4548 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4549
4550 * auth.texi (Secret Service API): Add TODO node.
4551 (Help for users): Explain the new source options for `auth-sources'.
4552
4553 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4554
4555 * trampver.texi: Update release number.
4556
4557 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * Branch for 23.2.
4560
4561 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4564 now enabled by default.
4565
4566 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4567
4568 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4569 when Emacs runs in interactive mode. (Bug#5645)
4570
4571 2010-02-16 Glenn Morris <rgm@gnu.org>
4572
4573 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4574
4575 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4576
4577 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4578
4579 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4580
4581 * gnus.texi (Score File Format): Fix typo.
4582
4583 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4584
4585 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4586
4587 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * ada-mode.texi (Project File Overview): Fix typo.
4590
4591 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * semantic.texi: Add Richard Y. Kim credit.
4594
4595 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4596
4597 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4600 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4601
4602 2010-01-17 Glenn Morris <rgm@gnu.org>
4603
4604 * calc.texi (Reporting Bugs): Don't mention format of repository.
4605
4606 * woman.texi (Bugs): Make "Emacs repository" less specific,
4607 and the URL for same more specific.
4608
4609 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4610
4611 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * ede.texi (ede-step-project, ede-proj-target):
4614 * tramp.texi (Remote processes): Fix typos.
4615
4616 2010-01-16 Mario Lang <mlang@delysid.org>
4617
4618 * ede.texi (ede-target):
4619 * org.texi (Refiling notes): Remove duplicated words.
4620
4621 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * gnus.texi (Posting Styles): Use with-current-buffer.
4624 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4625
4626 2010-01-02 Kevin Ryde <user42@zip.com.au>
4627
4628 * eieio.texi (Naming Conventions): Correction to xref on elisp
4629 coding conventions, is "Tips" node not "Standards".
4630
4631 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4634
4635 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4636
4637 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4638
4639 * gnus.texi (Direct Functions): Add missing port number to tls method.
4640
4641 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
4642
4643 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4644 ($(infodir)/edt, edt.dvi): New targets.
4645
4646 2009-12-15 Glenn Morris <rgm@gnu.org>
4647
4648 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4649 (edt, $(infodir)/edt, edt.dvi): New targets.
4650 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4651
4652 * Makefile.in (PDF_TARGETS, pdf): New.
4653 (clean): Add *.pdf.
4654 Add pdf rules for all manuals.
4655
4656 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
4657
4658 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4659
4660 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4663 (Smart Jump, Analyzer Debug): Copyedits.
4664 (Semantic mode user commands): Link to new nodes.
4665 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4666 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4667 upstream Semantic manual.
4668
4669 * semantic.texi (Introduction): Minor fix to diagram.
4670
4671 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4672
4673 * eshell.texi (History): Add the other built-in variables.
4674 (Built-ins): Explain built-ins, and how to apply the external commands.
4675 Add `history', `su' and `sudo'.
4676
4677 * tramp.texi (Remote processes): Add missing <RET> in the example.
4678
4679 2009-12-01 Bill Wohler <wohler@newt.com>
4680
4681 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4682 path for mairix example. Specify -q in namazu example since namazu is
4683 excessively garrulous.
4684
4685 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4686
4687 * tramp.texi (Remote processes): Improve eshell example with "su"
4688 and "sudo" commands.
4689
4690 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * semantic.texi (Analyzer Internals): Rename from Analyzer.
4693
4694 * sem-user.texi (Semantic mode user commands): Fix key syntax.
4695 Document semantic-complete-analyze-inline.
4696 (Semanticdb search debugging commands): Minor clarification.
4697 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4698 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4699 manual.
4700 (Semantic mode): Link to Idle Scheduler.
4701
4702 2009-11-28 Kevin Ryde <user42@zip.com.au>
4703
4704 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4705 @pxref, now EIEIO is in Emacs.
4706
4707 * erc.texi (Development): Correction to git tutorial url.
4708
4709 2009-11-26 Glenn Morris <rgm@gnu.org>
4710
4711 * faq.texi (Latest version of Emacs): Mention stability of development
4712 version.
4713 (Problems with very large files): Max buffer size increase in 23.2.
4714 (VM): VM has moved house again.
4715
4716 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4717
4718 * calc.texi (Radix modes): Discuss alternate bases for two's complement
4719 notations.
4720
4721 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
4722
4723 * org.texi (Column attributes): Fix documentation of new operators.
4724
4725 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4728 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4729 (Idle Completions Mode): Numerous copyedits.
4730
4731 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * semantic.texi (Semantic Internals, Glossary):
4734 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4735 (Semanticdb search debugging commands): Fix typos.
4736
4737 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4738
4739 * calc.texi (Radix modes): Mention twos-complement notation.
4740
4741 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
4742
4743 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4744 ($(infodir)/semantic, semantic.dvi): New targets.
4745
4746 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * Makefile.in: Build the Semantic manual.
4749
4750 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4751 repository.
4752
4753 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * dbus.texi (Receiving Method Calls): New defun
4756 `dbus-unregister-service'.
4757
4758 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4759
4760 * org.texi (Speed keys): New section.
4761
4762 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4763
4764 * dbus.texi (Type Conversion): Fix typo.
4765 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4766 `dbus-registered-objects-table'.
4767 (Receiving Method Calls): New defun `dbus-register-property'.
4768 Move `dbus-unregister-object' here.
4769
4770 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4771
4772 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4773
4774 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
4775
4776 * org.texi (Column attributes): Add the new age summary operators.
4777 Also, mention the fact you can only use one summary operator per
4778 property.
4779
4780 2009-11-13 John Wiegley <johnw@newartisans.com>
4781
4782 * org.texi (Tracking your habits): Add a new section in the
4783 manual about how to track habits.
4784 (Resolving idle time): Add a section on how idle and
4785 dangling clocks are resolved.
4786
4787 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4788
4789 * org.texi (Agenda commands): Document the new `i' command.
4790 (Inserting deadline/schedule): Document logging changes
4791 of scheduling and deadline times stamps.
4792 (In-buffer settings): Document the in-buffer keywords for logging
4793 changes of scheduling and deadline times stamps.
4794 (Structure editing, Plain lists): Document indentation
4795 cycling in empty entries with TAB.
4796 (Archiving): Document the default archiving command.
4797 (Moving subtrees): Document the new keys for archiving.
4798 (Internal archiving): Fix incorrect key.
4799 (Agenda commands): Document the TODO set switching commands.
4800 (Agenda commands): Document the new archiving keys.
4801 (Clocking work time): Better description on how to save
4802 and restore a clock.
4803 (Resolving idle time): Mention the x11idle program to get true
4804 idleness also under X11.
4805 (Resolving idle time): Use @kbd instead of @key for normal
4806 letters, because this is how he rest of the manual does this.
4807 (Pushing to MobileOrg): Mention that `org-directory'
4808 should be set.
4809 (Agenda commands): Document that SPC is a filter for
4810 any tag.
4811 (Search view): Rename from "Keyword search".
4812 (Capure): New chapter.
4813 (Markup): New chapter.
4814 (Links in HTML export, Images in HTML export):
4815 Extend the section titles.
4816 (Images in HTML export): Document the align option.
4817 (Text areas in HTML export): Extend the section title.
4818 (Images in LaTeX export): Explain image placement in LaTeX.
4819
4820 2009-11-10 Glenn Morris <rgm@gnu.org>
4821
4822 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4823
4824 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4825
4826 * tramp.texi (Auto-save and Backup): Disable backups just for a
4827 method.
4828
4829 * trampver.texi: Update release number.
4830
4831 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4832
4833 Sync with Tramp 2.1.17.
4834
4835 * trampver.texi: Update release number.
4836
4837 2009-10-29 Glenn Morris <rgm@gnu.org>
4838
4839 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4840
4841 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4842
4843 * tramp.texi (External methods): Temporary files are kept for
4844 `rsync' and `rsyncc' methods.
4845
4846 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * eieio.texi: Fix typos.
4849
4850 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4853
4854 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
4855
4856 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4857 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4858
4859 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * Makefile.in: Build EIEIO and EDE manuals.
4862
4863 2009-10-07 Eric Ludlam <zappo@gnu.org>
4864
4865 * eieio.texi:
4866 * ede.texi: New files.
4867
4868 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * tramp.texi (Remote processes): Association of a pty is not supported.
4871
4872 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
4873
4874 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4875 (Processing LaTeX fragments): Document that the size of images can be
4876 changes using the variable `org-format-latex-options'.
4877 (The date/time prompt, Timestamps): Be more accurate over ISO format
4878 dates and times.
4879 (Visibility cycling): Document showeverything keyword.
4880 (In-buffer settings): Document showeverything keyword.
4881 (Setting up the staging area): Fix the example.
4882 (MobileOrg): New section.
4883 (Agenda commands, Exporting Agenda Views): Document exporting the
4884 agenda view to Org files.
4885
4886 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4887
4888 * tramp.texi (History): Add IMAP support.
4889 (External methods): Add `imap' and `imaps' methods.
4890 (GVFS based methods): Add indices for `davs'.
4891 (Password handling): Rename anchors. Add IMAP entries for
4892 ~/.authinfo.gpg.
4893
4894 * trampver.texi: Set default value of `emacsimap'.
4895
4896 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4897
4898 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4899
4900 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * dired-x.texi (Technical Details):
4903 Delete dired-up-directory (Bug#4292).
4904
4905 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
4906
4907 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4908
4909 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
4910
4911 * org.texi (Effort estimates): Document new effort setting commands.
4912 (Agenda commands): Document the new keys fro agenda time motion.
4913 Document entry text mode. Improve documentation of the keys to include
4914 inactive time stamps into the agenda view.
4915 (Feedback): Document the new bug report command.
4916 (Structure editing): Add an index entry for the sorting of subtrees.
4917
4918 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
4919
4920 * auth.texi (Help for users): Corrected markup.
4921
4922 2009-09-02 Glenn Morris <rgm@gnu.org>
4923
4924 * emacs-mime.texi (time-date): Mention float-time.
4925
4926 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
4927
4928 * calc.texi (Simplifying Formulas): Improve the wording.
4929
4930 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
4931
4932 * auth.texi: Rewritten for coverage and clarity.
4933
4934 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * gnus.texi (Expiring Mail):
4937 Mention gnus-mark-copied-or-moved-articles-as-expirable.
4938 (Various Various): Mention gnus-safe-html-newsgroups.
4939
4940 * gnus-news.texi: Mention
4941 gnus-mark-copied-or-moved-articles-as-expirable.
4942
4943 * emacs-mime.texi (Display Customization): Add xref to
4944 gnus-safe-html-newsgroups.
4945
4946 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
4947
4948 * tramp.texi (Version Control): Remove.
4949 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
4950 reference.
4951 (External methods): Correct `scpc' concept index entries. New method
4952 `rsyncc'.
4953 (External packages): New subsections "Filename completion" and "File
4954 attributes cache".
4955
4956 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
4957
4958 * calc.texi (Rewrite Rules): Improve the example.
4959 (Simplifying Formulas): Explain use of the I and H flags for
4960 simplification.
4961
4962 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4963
4964 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4965 Describe autostart behavior of dbus-ping.
4966 (Synchronous Methods, Asynchronous Methods): Use English numeric format
4967 for timeout values.
4968 (Top): Remove footnote saying D-Bus is not enabled by
4969 default. (Bug#4256)
4970
4971 2009-08-23 Daiki Ueno <ueno@unixuser.org>
4972
4973 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4974 Reported by Jari Aalto (Bug#4211).
4975 (Mail-mode integration): Mention epa-mail-mode and
4976 epa-global-mail-mode.
4977 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4978 epa-setup.
4979
4980 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
4981
4982 * dbus.texi (Asynchronous Methods): Allow nil handler.
4983
4984 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
4985
4986 * ediff.texi (ediff-current-file): Add information about this new function.
4987
4988 * viper.texi: Add information about C-s in viper's search command.
4989
4990 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
4991
4992 * calc.texi (Date Forms): Fix typos.
4993
4994 2009-08-08 Glenn Morris <rgm@gnu.org>
4995
4996 * org.texi (Agenda commands): Restore clobbered change.
4997
4998 2009-08-07 Eli Zaretskii <eliz@gnu.org>
4999
5000 * calc.texi (Graphics, Devices): Update with the peculiarities of
5001 operation on MS-Windows.
5002
5003 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5004
5005 * org.texi (Publishing action): Improve documentation of file
5006 names when publishing to the source directory.
5007 (Clean view): Document `org-indent-mode'.
5008 (Clocking work time): Add documentation for the
5009 new :timetamp option when creating a clock report.
5010 (Paragraphs): Fix many typos.
5011 (Plain lists): Remove duplicate explanation about the
5012 `C-c *' command.
5013 (Literal examples): Update to reflect the new behavior
5014 of the -n -r -k switches when exporting source code examples.
5015 (Structure editing): Add information about `C-c *',
5016 converting a plain list into a list of Org items.
5017 (Remember): Small rephrasing of the paragraph
5018 describing remember.el. Also mentioned that remember.el is part
5019 of Emacs 23, not Emacs 22.
5020 (Clocking work time): Add documentation about
5021 displaying the current clocking time against the effort estimate.
5022 Also add a footnote about using `org-clock-in-prepare-hook' to add
5023 an effort estimate on the fly, just before clocking it.
5024 (Footnotes): Document automatic renumbering and
5025 sorting.
5026 (Agenda commands): Document new bulk commands.
5027 (Plain lists): Document new behavior of
5028 `org-cycle-include-plain-lists'.
5029 Hyphenation only in TeX.
5030 (Clocking work time): Document the key to update effort
5031 estimates.
5032 (Clocking work time): Document the clock time display.
5033 (Structure editing, TODO basics): Document new
5034 variables.
5035 (Column attributes): Document new colciew operators.
5036 (Publishing options): Document :xml-declaration.
5037 (Tracking TODO state changes): Document the
5038 LOG_INTO_DRAWER property.
5039 (Literal examples): Document the new implementation for
5040 editing source code.
5041 (Publishing action): Mention the new publishing
5042 function, to publish an Org source file.
5043 (Publishing links): Mention how to link to an Org source file.
5044 (Macro replacement): Document new macros.
5045 (Handling links): Document type-specific completion
5046 when inserting links.
5047 (Structure editing, Plain lists): Improve documentation
5048 on sorting.
5049 (Internal links): Document custom ids for links.
5050 (Handling links): Document custom ids for links.
5051 (CSS support): Document new class.
5052 (Refiling notes): Document the possibility to create new nodes
5053 during refiling.
5054 (Agenda commands): Document the "?" operator to find
5055 tasks without effort setting.
5056 (Exporting agenda information): Section moved.
5057 (RSS Feeds): New section.
5058 (Built-in table editor): Document M-e and M-a navigate
5059 inside table field.
5060 (Stuck projects): Docment that projects identified as
5061 un-stuck will still be searchd for stuck sub-projects.
5062 (Paragraphs): Document centering.
5063 (Creating timestamps, Agenda commands): Document new
5064 behavior when changing time stamps.
5065 (Structure editing): Document the new command
5066 `org-clone-subtree-with-time-shift'.
5067 (Publishing): Refresh this chapter.
5068 (Export options, Export options, In-buffer settings):
5069 Document the new keywords.
5070 (Matching tags and properties): Collect all
5071 documentation about tags/property matches here.
5072 (Setting tags): Document `org-tag-persistent-alist'.
5073 (Weekly/daily agenda): New section.
5074 (Orgstruct mode): Describe `orgstruct++-mode'.
5075 (Drawers): Mention the LOGBOOK drawer.
5076 (Export options, Sectioning structure): Document the
5077 #+LEATEX_HEADER in-buffer setting.
5078 (Bugs): Section removed.
5079 (Hooks): New section.
5080 (Add-on packages): Move here from old location.
5081 (Context-sensitive commands): New section.
5082 (Setting tags): Document newline option.
5083 (Global TODO list, Matching tags and properties):
5084 Mention more variables.
5085 (Checkboxes): Update to changed command behavior.
5086
5087 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5088
5089 * speedbar.texi (Basic Key Bindings): Fix typo.
5090
5091 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5092
5093 * calc.texi (Vector/Matrix Functions): Add index entries for both
5094 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5095 affects matrices with more than one row.
5096 (Help Commands): Add index entries for "prefix ?" key bindings.
5097
5098 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5099
5100 * calc.texi (Stack Manipulation Commands): Add documentation for
5101 `calc-transpose-lines'.
5102
5103 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5104
5105 * dbus.texi (Receiving Method Calls): Describe special return value
5106 `:ignore'.
5107
5108 2009-07-24 Alan Mackenzie <acm@muc.de>
5109
5110 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5111 initialization, any individual variable setting now takes precedence
5112 over one done via c-file-style/c-file-offsets.
5113
5114 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5115
5116 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5117 truncated when Calc is quit.
5118 (Customizing Calc): Document `calc-undo-length'.
5119
5120 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5123
5124 2009-07-11 Kevin Ryde <user42@zip.com.au>
5125
5126 * pcl-cvs.texi (About PCL-CVS):
5127 * widget.texi (Basic Types):
5128 Fix cross-references.
5129
5130 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5131
5132 * dbus.texi (Type Conversion): Don't use literal control character.
5133
5134 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * tramp.texi (GVFS based methods): New section.
5137 (Remote processes): Processes for GVFS based methods run locally.
5138
5139 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * tramp.texi (Inline methods, External methods, Gateway methods):
5142 Avoid the words "kludge" and hack".
5143 (External methods): Add `synce' method.
5144
5145 * trampver.texi: Update release number.
5146
5147 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5148
5149 Sync with Tramp 2.1.16.
5150
5151 * tramp.texi (History): Add GVFS support.
5152 (External methods): Precise `rsync' description. Add `dav', `davs' and
5153 `obex' methods. Add 'tramp-gvfs-methods' option.
5154 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5155 forms.
5156 (Remote Programs): Introduce `tramp-own-remote-path'.
5157 (Remote processes): New subsection "Running remote programs that create
5158 local X11 windows".
5159 (Frequently Asked Questions): Improve code for disabling vc.
5160
5161 * trampver.texi: Update release number. Set default value of
5162 `emacsgvfs'.
5163
5164 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * Branch for 23.1.
5167
5168 2009-06-17 Glenn Morris <rgm@gnu.org>
5169
5170 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5171 (Latest version of Emacs): Mention source code repository.
5172
5173 2009-06-16 Glenn Morris <rgm@gnu.org>
5174
5175 * faq.texi (Top): Language tweak.
5176 (Extended commands): Most people have arrow keys.
5177 (Emacs manual): Say how to follow info links.
5178 (File-name conventions): Change title a bit. Explain about source
5179 versus installed. Condense etc description.
5180 (Guidelines for newsgroup postings): Mention Savannah list page.
5181 (Newsgroup archives): Simplify.
5182 (Contacting the FSF): Add contact URL.
5183 (Emacs Lisp documentation): Printed version not always available.
5184 (Installing Texinfo documentation): Explain how by hand installation is
5185 not normally needed. Use add-to-list. Remove duplicate reference.
5186 (Informational files for Emacs): Move info on Help menu here from
5187 "File-name conventions".
5188 (Help installing Emacs): Tweak uref.
5189 (Obtaining the FAQ): Mention repository.
5190 (Origin of the term Emacs): Explain "ITS".
5191 (Changing load-path): Use add-to-list.
5192 (Automatic indentation): Clarify this is for Text mode.
5193 Don't mention Indented Text mode.
5194 (Finding Emacs on the Internet): The FSF does not seem to offer a
5195 deluxe distribution on CD anymore.
5196
5197 2009-06-16 Glenn Morris <rgm@gnu.org>
5198
5199 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5200 Recommend the latest release. Mention how to get older FAQs.
5201 Recommend the Emacs manual.
5202 (Guidelines for newsgroup postings): Discourage cross-posts.
5203 (Underlining paragraphs): Remove.
5204 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5205 (Bugs and problems): Update key-binding.
5206 (Problems with very large files): Mention 64-bit.
5207 (Shell process exits abnormally): Remove.
5208 (Problems with Shell Mode): Rename and update.
5209 (Spontaneous entry into isearch-mode)
5210 (Problems talking to certain hosts): Remove. This is old information,
5211 in etc/PROBLEMS if needed.
5212 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5213 (Dired claims that no file is on this line): Update.
5214 (Installing Emacs, Problems building Emacs): Simplify.
5215 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5216 information.
5217 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5218 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5219 (JDEE): "JDEE", not "JDE".
5220 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5221 Remove. This is old information, in etc/PROBLEMS if needed.
5222 (stty and Backspace key, Kanji and Chinese characters): Remove.
5223 (Right-to-left alphabets): Update section.
5224 (Changing the included text prefix): Gnus uses message-yank-prefix.
5225 Add cross-reference to Supercite manual.
5226 (Saving a copy of outgoing mail): Simplify output file description.
5227 (Expanding aliases when sending mail): Refer to Emacs manual.
5228 Remove old info about RFC822.
5229 Correct description of how to rebuild aliases.
5230 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5231 (MIME with Emacs mail packages)
5232 (Viewing articles with embedded underlining)
5233 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5234 Remove old sections.
5235 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5236 and is well-documented in the Gnus manual.
5237 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5238 (Making Gnus faster): Rename from "Starting Gnus faster".
5239 Merge "Catch-up is slow in Gnus" into here.
5240
5241 2009-06-14 Glenn Morris <rgm@gnu.org>
5242
5243 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5244 (New in Emacs 23): New section.
5245 (Handling C-s and C-q with flow control): Add xref.
5246
5247 2009-06-13 Glenn Morris <rgm@gnu.org>
5248
5249 * faq.texi (Setting up a customization file): Grammar fix.
5250 Customize is no longer "new".
5251 (Displaying the current line or column): Line-number mode is on by
5252 default. Don't mention `column' package. Mention linum.el.
5253 (Turning on abbrevs by default): Explain how to do it for buffers,
5254 modes, and everywhere.
5255 (Associating modes with files): Use add-to-list. Don't mention Emacs
5256 19.
5257 (Highlighting a region): On by default since 23.1.
5258 (Replacing highlighted text): Update doc quote.
5259 (Working with unprintable characters): Don't mention search-quote-char.
5260 (Using an already running Emacs process): Gnuclient is probably not an
5261 enhancement these days.
5262 (Indenting switch statements): Remove mention of pre-Emacs 20.
5263 (Horizontal scrolling): Abbreviate Emacs 20 description.
5264 (Replacing text across multiple files): Fix name of dired command.
5265 (Disabling backups): Use require not load.
5266 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5267
5268 2009-06-13 Bill Wohler <wohler@newt.com>
5269
5270 Release MH-E manual version 8.2.
5271
5272 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5273 release 8.2.
5274
5275 2009-06-13 Glenn Morris <rgm@gnu.org>
5276
5277 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5278 in this day and age the common meaning is "on the web".
5279 (copying): Use @copyright in all cases.
5280 (Basic keys): Remove reference to deleted manual node "Text Characters".
5281 (File-name conventions): Use GNU as an example rather than SERVICE.
5282 default.el lives in site-lisp. Update Info directory location.
5283 (Real meaning of copyleft): GPL actions have been brought, but all
5284 settled out of court.
5285 (Guidelines for newsgroup postings): Shorten section title.
5286 Simplify comp.emacs description.
5287 (Newsgroup archives): Change Google URL. Describe Gmane.
5288 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5289 points". Mention List-Unsubscribe header.
5290 (Contacting the FSF): Update email and URLs.
5291 (Basic editing): Mention F1 for help.
5292 (Installing Texinfo documentation): Refer to Texinfo website rather
5293 than ftp server.
5294 (Printing a Texinfo file): Mention texi2pdf.
5295 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5296 are just stubs nowadays.
5297 (Latest version of Emacs): Explain version numbers.
5298 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5299 (Turning on syntax highlighting): No need to mention hilit19 any more.
5300 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5301 (Modes for various languages): Remove section.
5302 (Major packages and programs): Remove most version and maintainer
5303 information - it's hard to keep up-to-date, and adds nothing.
5304 Similarly with direct links to mailing lists.
5305 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5306 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5307 years, and Emacs comes with tools for this now.
5308 (Patch): Remove section - this is a standard tool.
5309 (Using function keys under X): Remove section.
5310
5311 2009-06-12 Glenn Morris <rgm@gnu.org>
5312
5313 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5314 (Help installing Emacs): Remove reference to deleted X11 node.
5315 (Associating modes with files): Interpreter-mode-alist is no longer
5316 subservient to auto-mode-alist.
5317 (Installing Emacs): Change future Emacs version.
5318 (Linking with -lX11 fails): Remove old section.
5319 (Packages that do not come with Emacs): Update ELL location.
5320 Emacs Lisp archive is dead.
5321 (Emacs for Windows): Remove reference to old CE port.
5322 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5323 (Emacs for VMS and DECwindows): Remove old ports.
5324 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5325 (Removing flashing messages): Remove section about non-existent Gnus
5326 option.
5327
5328 * faq.texi (Top): Add @top command.
5329 Remove the optional arguments from all @node commands: makeinfo can
5330 generate these automatically, and it is easier to edit and rearrange
5331 nodes without them.
5332
5333 2009-06-11 Glenn Morris <rgm@gnu.org>
5334
5335 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5336 (The LPF): Make the updated URL the sole reference point.
5337 (Learning how to do something): Update refcard price and format.
5338 (Getting a printed manual): Sources in doc/emacs/, not man/.
5339 Also available in PDF format. Since the page count varies, be less
5340 precise.
5341 (Informational files for Emacs): Remove references to deleted files
5342 LPF and SUN-SUPPORT, and to UUCP.
5343 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5344 Remove many obsolete ways to get the FAQ, which now seems only to be
5345 distributed with Emacs.
5346 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5347
5348 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * org.texi (Org Plot): Fix tags (Bug#3507).
5351 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5352
5353 * ada-mode.texi (Installation, Compile commands)
5354 (Project File Overview, No project files, Set compiler options)
5355 (Use GNAT project file, Use multiple GNAT project files)
5356 (Identifier completion): Use @samp for menu items, and @kbd for key
5357 sequences (Bug#3504).
5358
5359 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5360
5361 * gnus.texi (Security): Fix wording; add a link to epa.info.
5362
5363 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5364
5365 * message.texi (Header Commands): Fix descriptions to match
5366 keybindings.
5367
5368 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5369
5370 * gnus.texi (Security): Mention that EasyPG is the current default.
5371
5372 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * ediff.texi (Session Commands): Fix typo.
5375
5376 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5379 news.software.readers. Reported by Florian Rehnisch.
5380
5381 2009-04-02 Glenn Morris <rgm@gnu.org>
5382
5383 * auth.texi: Capitalize direntry.
5384
5385 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5386 using a period in the entry name. (Bug#2797)
5387
5388 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5391 ($(infodir)/auth, auth.dvi): New targets.
5392
5393 2009-03-03 Glenn Morris <rgm@gnu.org>
5394
5395 * auth.texi: Fix @setfilename.
5396
5397 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5398 (auth, $(infodir)/auth, auth.dvi): New rules.
5399
5400 2009-02-25 Glenn Morris <rgm@gnu.org>
5401
5402 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5403
5404 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5405
5406 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5407
5408 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5411 gnus-nocem-issuers, and gnus-nocem-verifyer.
5412
5413 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5414
5415 * ada-mode.texi (Project files, Automatic Casing):
5416 * dbus.texi (Signals):
5417 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5418 * mh-e.texi (HTML):
5419 * nxml-mode.texi (Locating a schema)
5420 (Using the document's URI to locate a schema):
5421 * org.texi (Footnotes, Using the mapping API):
5422 * rcirc.texi (Channels): Remove duplicate words.
5423
5424 2009-02-20 Glenn Morris <rgm@gnu.org>
5425
5426 * dired-x.texi (Miscellaneous Commands):
5427 * gnus.texi: Minor updates for mbox Rmail.
5428
5429 2009-02-16 Karl Berry <karl@gnu.org>
5430
5431 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5432 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5433 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5434 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5435 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5436 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5437 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5438 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5439 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5440 Consistently use @insertcopying in the Top node,
5441 @contents at the front (after @end titlepage),
5442 and @direntry after @copying. (Bug#1988)
5443
5444 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5445
5446 * auth.texi: New file documenting auth-source.
5447
5448 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5449
5450 * org.texi (Org Plot): Fix link.
5451
5452 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5453
5454 * epa.texi (Mail-mode integration): Mention the way to do
5455 "encrypt-to-self". (Bug#1807)
5456
5457 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5458
5459 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5460
5461 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5462
5463 * gnus-news.texi: Print version about Incoming*.
5464
5465 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5466
5467 * org.texi (Structure editing, Handling links)
5468 (Fast access to TODO states, Javascript support): Make standard docs
5469 correctly reflect default variable settings.
5470
5471 2009-02-02 Glenn Morris <rgm@gnu.org>
5472
5473 * org.texi: Fix typos.
5474
5475 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5476
5477 Sync with Tramp 2.1.15.
5478
5479 * trampver.texi: Update release number.
5480
5481 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5482
5483 * org.texi (TODO dependencies): Document TODO dependencies on
5484 checkboxes.
5485
5486 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5487
5488 * org.texi (TODO dependencies): Document key binding for toggling
5489 ORDERED property.
5490
5491 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5494 of hook functions.
5495
5496 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5497
5498 * org.texi (TODO dependencies): New section.
5499
5500 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5501
5502 * org.texi (Plain lists, TODO basics, Priorities)
5503 (Multiple sets in one file, Conflicts): Document interaction with
5504 `shift-selection-mode'.
5505
5506 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5507
5508 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5509 Make Calc the subject of sentences.
5510 (Rearranging Formulas using Selections): Discuss new options
5511 for `j *'.
5512
5513 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5514
5515 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5516
5517 2009-01-26 Glenn Morris <rgm@gnu.org>
5518
5519 * org.texi: Fix typos.
5520
5521 2009-01-26 Bill Wohler <wohler@newt.com>
5522
5523 * mh-e.texi (EDITION, UPDATED): Update.
5524
5525 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5526
5527 * org.texi (References): Add information about remote references.
5528 (Built-in table editor): Document `C-c RET' in tables.
5529 (Math symbols, Quoting LaTeX code): Mention that simple
5530 LaTeX macros survive LaTeX export.
5531 (Images in LaTeX export): Show how to create a reference to a
5532 figure.
5533 (Sectioning structure): Document that the LaTeX class can be
5534 specified in a property.
5535 (Text areas in HTML export): New section.
5536 (External links): Add examples for text search and ID links.
5537 (Built-in table editor): Remove the descriptio of `C-c
5538 C-q', it not longer works.
5539 (Literal examples): Document that a space must follow
5540 the colon in short examples.
5541 (Relative timer): Document `org-timer-stop'.
5542 (Footnotes): New section.
5543 (Footnote markup): Shorten section and refer to new Footnote
5544 section.
5545 (Literal examples): Add documentation for line
5546 numbering in and references to code examples.
5547 (CSS support): Fix the description of default CSS styles.
5548 (Capturing column view): Document
5549 "file:path/to/file.org" as an allowed value for the ID property of
5550 a dynamic block copying column view.
5551
5552 2009-01-23 Stephen Eglen <stephen@gnu.org>
5553
5554 * mh-e.texi (Getting Started): Describe $MH.
5555
5556 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * tramp.texi (all): Harmonize usage of "external method",
5559 "external transfer method" and "out-of-band method".
5560 (Connection types): Precise the differences of inline and external
5561 methods. Written by Adrian Phillips <a.phillips@met.no>.
5562
5563 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5564
5565 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5566 commands as described at the top. Reported by Allan Gottlieb
5567 <gottlieb@nyu.edu>.
5568
5569 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5570
5571 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5572 nnmail-pathname-coding-system.
5573
5574 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5575
5576 * org.texi (Relative timer): Fix typo.
5577
5578 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * org.texi (Clocking work time): Fix typo.
5581 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5582
5583 2009-01-13 Glenn Morris <rgm@gnu.org>
5584
5585 * org.texi: Fix some more typos.
5586
5587 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5588
5589 * org.texi: Fix some typos.
5590
5591 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5592
5593 * gnus.texi (Group Parameters): Add note for local variables.
5594
5595 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5596
5597 * gnus.texi (Converting Kill Files): Fix URL.
5598 Include gnus-kill-to-score.el in contrib directory.
5599
5600 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5601
5602 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5603 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5604 (Paging the Article): Add index entry.
5605
5606 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5607
5608 * ada-mode.texi (Examples): Delete redundant text.
5609
5610 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5613
5614 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5615 addresses.
5616
5617 2009-01-03 Bill Wohler <wohler@newt.com>
5618
5619 * mh-e.texi (Scan Line Formats): Indicate that first column should be
5620 kept empty.
5621
5622 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
5623
5624 * org.texi (Activation, Exporting, ASCII export, HTML export)
5625 (HTML Export commands, LaTeX/PDF export commands):
5626 Improve documentation about transient-mark-mode.
5627 (References): Document the use of special names like $LR1 to reference
5628 to fields in the last table row.
5629
5630 2008-12-19 Juri Linkov <juri@jurta.org>
5631
5632 * info.texi (Search Text): Remove mention of removed key binding M-s.
5633
5634 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
5635
5636 * org.texi (References): Remove mentioning of @0 as reference for the
5637 last line, this has been reverted in the Lisp sources.
5638
5639 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
5640
5641 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5642 (DVI_TARGETS): Remove duplicates. Add sasl.
5643 ($(infodir)/sasl, sasl.dvi): New targets.
5644
5645 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
5646
5647 * org.texi: Version number pushed to 6.15d.
5648
5649 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
5650
5651 * org.texi (Tables in LaTeX export): New section.
5652 (Images in LaTeX export): New section.
5653 (Inlined images, Images in HTML export): Sections renamed.
5654
5655 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5656
5657 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5658
5659 2008-12-04 David Engster <dengste@eml.cc>
5660
5661 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
5662 of nnml-get-new-mail. Change URL for mairix patch.
5663
5664 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5665
5666 * org.texi (Using the mapping API): Fix bug in mapping example.
5667 (Publishing options): Make the list of properties complete again, in
5668 correspondence to the variable `org-export-plist-vars'.
5669 (Property searches): Document new special values for time comparisons.
5670 (Tag inheritance): Refine the description of tag inheritance.
5671 (Project alist): Add info about the publishing sequence of components.
5672 (Effort estimates): Document the new relative timer.
5673
5674 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
5675
5676 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5677 (Using Calc): Clarify use of `C-x * o'.
5678 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5679
5680 2008-11-28 Richard M Stallman <rms@gnu.org>
5681
5682 * dbus.texi (Receiving Method Calls): Clean up previous change.
5683
5684 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5687 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5688 `dbus-unescape-from-identifier'.
5689 (Receiving Method Calls): New constants `dbus-service-emacs' and
5690 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
5691 (Signals): Use the constants in the example.
5692
5693 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
5694
5695 * org.texi: Re-apply change to FDL 1.3.
5696
5697 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
5698
5699 * org.texi (Setting up Remember): Document `org-remember-mode'.
5700 (External links): Document that bbdb links can use a regular
5701 expression.
5702 (External links): Document that elisp links can contain interactive
5703 commands.
5704
5705 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5706
5707 * viper.texi (viper-translate-all-ESC-keysequences):
5708 Description removed.
5709
5710 2008-11-19 Glenn Morris <rgm@gnu.org>
5711
5712 * doclicense.texi: Change to FDL 1.3.
5713 Relicense all texi files under FDL 1.3 or later.
5714
5715 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5716
5717 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5718
5719 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5720
5721 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5722
5723 * ediff.texi: Version/date change.
5724
5725 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5728
5729 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
5730
5731 * calc.texi (About This Manual): Comment out a mention of
5732 marginal notes.
5733
5734 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
5735
5736 * org.texi (Clocking work time): Document the :formula property of
5737 clock tables.
5738 (Structure editing, Refiling notes): Document refiling regions.
5739 (Agenda commands): Document the double-prefix version
5740 of the `l' command in the agenda.
5741 (Handling links): Explain the effect of a double prefix
5742 arg to `C-c C-o'.
5743 (TODO basics): Add documentation for tag triggers.
5744
5745 2008-10-23 Glenn Morris <rgm@gnu.org>
5746
5747 * cl.texi (Function Bindings): Mention `flet' fails to deal with
5748 byte-compiling things like `+'.
5749
5750 * ns-emacs.texi: Merge copyright years of author now with assignment
5751 into FSF years.
5752 (VER): Use it for easier automatic updating. Use Emacs version rather
5753 than standalone Emacs.app version.
5754
5755 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
5756
5757 * org.texi: Lots of minor fixes.
5758 (Capture): New chapter.
5759 (Org Plot): New section.
5760
5761 2008-09-30 Magnus Henoch <mange@freemail.hu>
5762
5763 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5764
5765 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5766
5767 * calc.texi (User Defined Units): Mention how to enter optional display
5768 string.
5769
5770 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5771
5772 * message.texi (Sending Variables): Fix variable documentation to
5773 avoid the "y/n" wording.
5774
5775 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5776
5777 * message.texi (Sending Variables): Add `message-confirm-send' doc.
5778
5779 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5782 @enumerate section so as to be able to be formatted with MAKEINFO=no.
5783
5784 2008-09-22 Bill Wohler <wohler@newt.com>
5785
5786 Release MH-E manual version 8.1.
5787
5788 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5789 release 8.1.
5790
5791 * mh-e.texi: Retain dual license as agreed to by the FSF.
5792 However, bump GPL to Version 3.
5793 Use @include for license text.
5794
5795 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
5796
5797 * gnus.texi (Top, Setup, Fancy splitting to parent)
5798 (Store custom flags and keywords, Store arbitrary data):
5799 Clean up markup.
5800
5801 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5802
5803 * gnus.texi (The Gnus Registry): Document it.
5804
5805 2008-09-08 David Engster <dengste@eml.cc>
5806
5807 * gnus.texi (nnmairix): Point out that nnml uses MH format.
5808 Clarify section about choosing back end servers.
5809
5810 2008-08-23 Glenn Morris <rgm@gnu.org>
5811
5812 * dired-x.texi (Shell Command Guessing):
5813 Mention dired-guess-shell-case-fold-search. (Bug#417)
5814
5815 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5816
5817 * trampver.texi: Update release number.
5818
5819 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
5820
5821 * ns-emacs.texi: Update version.
5822 (Introduction): Correct menu location for options save.
5823 (Customization): Note that defaults are stored under org.gnu.Emacs.
5824
5825 2008-08-11 Bill Wohler <wohler@newt.com>
5826
5827 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5828 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5829 Henman) (closes SF #1768928).
5830
5831 2008-08-10 Glenn Morris <rgm@gnu.org>
5832
5833 * ns-emacs.texi: Use @copying. Change copyright of authors with
5834 assignment to FSF. Change license to GFDL.
5835 (Top): Remove outdated references.
5836
5837 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
5838
5839 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5840 Add gnus-summary-sort-by-most-recent-number and
5841 gnus-summary-sort-by-most-recent-date.
5842 (Summary Sorting): Explain prefix argument.
5843
5844 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
5845
5846 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5847 gnus-summary-pipe-output.
5848
5849 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * dbus.texi (Receiving Method Calls): Document error handling of own
5852 D-Bus methods.
5853
5854 2008-08-01 Bill Wohler <wohler@newt.com>
5855
5856 * mh-e.texi (Reading Mail)
5857 (Viewing Attachments): Describe new function
5858 mh-show-preferred-alternative.
5859 (Sending Mail, Redistributing, Sending Message): Describe new hook
5860 mh-annotate-msg-hook.
5861
5862 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * dbus.texi (Arguments and Signatures): Fix example.
5865 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5866 (Asynchronous Methods): New node.
5867 (Errors and Events): Describe extended layout of `dbus-event'.
5868 New defun `dbus-event-message-type'.
5869
5870 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5871
5872 * ediff.texi: Remove VMS support.
5873
5874 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5877 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5878
5879 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * Makefile.in: Add mairix-el targets.
5882
5883 2008-07-29 David Engster <deng@randomsample.de>
5884
5885 * mairix-el.texi: New file.
5886
5887 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5888
5889 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5890 project files. Delete 'main_unit' project variable; not needed. Allow
5891 process environment variables wherever project variables are allowed.
5892 Add tutorial section on multiple GNAT project files.
5893
5894 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5895
5896 Sync with Tramp 2.1.14.
5897
5898 * trampver.texi: Update release number.
5899
5900 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * ns-emacs.texi:
5903 * faq.texi: Remove mentions of Mac Carbon.
5904
5905 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
5906
5907 * gnus.texi (Saving Articles): Describe the 2nd argument of
5908 gnus-summary-save-in-pipe.
5909 (SpamAssassin): Use it.
5910
5911 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5914
5915 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5916
5917 * org.texi (Export options): Document the use of the creator flag.
5918
5919 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5920
5921 * org.texi: New version 6.06a.
5922
5923 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
5924
5925 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5926 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5927
5928 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
5929
5930 * calc.texi (Editing Stack Entries):
5931 (Algebraic Entry): Rewrite introductory sentences so it can be used by
5932 Calc's help functions. Mention fixing typos.
5933 (Customizing Calc): Fix typo.
5934
5935 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
5936
5937 * calc.texi (summarykey): New macro. Use to correctly format keys in
5938 the summary.
5939
5940 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
5941
5942 * ns-emacs.texi (Customization): Corrected documentation on color
5943 specification formats.
5944
5945 2008-07-19 Andreas Schwab <schwab@suse.de>
5946
5947 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
5948
5949 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5950 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5951
5952 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * dbus.texi (Inspection): Rework, introduce submenus.
5955 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5956 (Properties and Annotations, Arguments and Signatures): New nodes.
5957
5958 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * dbus.texi (Receiving Method Calls): Fix description of
5961 `dbus-register-method'.
5962 (Signals): Allow also signal arguments for filtering in
5963 `dbus-register-signal'.
5964
5965 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5966
5967 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5968 `cnorm'.
5969 (Arithmetic Tutorial): Simplify the verification of prime factors.
5970
5971 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5972
5973 * gnus.texi (Saving Articles): Mention
5974 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5975
5976 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
5977
5978 * calc.texi: Adjust mode line throughout.
5979
5980 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * sasl.texi (Mechanisms): Fix typos.
5983
5984 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5985
5986 * calc.texi (Killing from the stack): Mention using normal Emacs
5987 copying.
5988
5989 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
5990
5991 * tramp.texi (Password handling): Rename from "Password caching".
5992 Add `auth-source' mechanism.
5993 (Connection caching): Tramp reopens the connection automatically,
5994 when the operating system on the remote host has been changed.
5995
5996 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5997
5998 * makefile.w32-in (distclean): Remove makefile.
5999
6000 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6001
6002 * org.texi (Using the mapping API): New section.
6003 (Agenda column view): New section.
6004 (Moving subtrees): Document archiving to the archive sibling.
6005 (Agenda commands): Document columns view in the agenda.
6006 (Using the property API): Document the API for multi-valued properties.
6007
6008 2008-06-17 Jason Riedy <jason@acm.org>
6009
6010 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6011 function, and efmt may be a two-argument function.
6012 (Radio tables): Document multiple destinations.
6013
6014 2008-06-16 Glenn Morris <rgm@gnu.org>
6015
6016 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6017 Add Cover-Texts.
6018
6019 2008-06-15 Glenn Morris <rgm@gnu.org>
6020
6021 * faq.texi (VER): Update to 23.0.60.
6022
6023 * mh-e.texi: Remove option of licensing under GPL.
6024 Add Cover-Texts to GFDL permissions notice.
6025 (GPL): Remove section.
6026 (GFDL): Include doclicense.texi rather than the actual text.
6027
6028 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6029 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6030
6031 * sasl.texi: Fix output file name.
6032
6033 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6034
6035 * gnus-coding.texi: Refer to license in Gnus manual.
6036
6037 * idlwave.texi, sasl.texi: Use @copying.
6038
6039 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6040
6041 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6042
6043 * url.texi: Use @copying, @title, @subtitle, @author.
6044
6045 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6046 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6047 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6048 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6049 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6050 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6051 * widget.texi, woman.texi:
6052 Remove references to external license, since doclicense is included.
6053
6054 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6055 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6056 Remove references to non-existent Invariant Sections.
6057
6058 2008-06-14 Glenn Morris <rgm@gnu.org>
6059
6060 * faq.texi (Major packages and programs): Remove references to external
6061 Supercite, Calc, VIPER, since they have been included for some time.
6062 Update VM, AUCTeX, BBDB entries.
6063
6064 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6065
6066 * newsticker.texi: Updated to match latest newsticker changes.
6067
6068 2008-06-13 Glenn Morris <rgm@gnu.org>
6069
6070 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6071 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6072 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6073 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6074 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6075 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6076 * woman.texi:
6077 Update Back-Cover Text as per maintain.info.
6078
6079 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6080
6081 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6082
6083 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6084 (gnus-faq.xml): Update repository host.
6085
6086 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6087
6088 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6089
6090 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6091 Fix a typo.
6092
6093 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6094
6095 * gnus.texi (Mail Source Customization): Correct values of
6096 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6097 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6098
6099 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6100
6101 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6102 coding standards.
6103
6104 2008-06-14 David Engster <dengste@eml.cc>
6105
6106 * gnus.texi (nnmairix): Markup fixes.
6107
6108 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6109
6110 * gnus.texi (nnmairix): Markup and other minor fixes.
6111
6112 2008-06-05 David Engster <dengste@eml.cc>
6113
6114 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6115
6116 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6117
6118 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6119 (Searching, nnir, nnmairix): New stub nodes.
6120
6121 2008-05-30 Felix Lee <felix.1@canids.net>
6122
6123 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6124
6125 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6126
6127 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6128
6129 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6130
6131 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6132
6133 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6134
6135 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6136
6137 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6138
6139 * info.texi (Top): Fix typo in xref.
6140
6141 2008-05-05 Karl Berry <karl@gnu.org>
6142
6143 * info.texi (Top): @xref to stand-alone manual.
6144
6145 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6146
6147 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6148 (Various Summary Stuff): Fix typo in last xref.
6149
6150 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * org.texi (Moving subtrees): Fix typo.
6153
6154 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6155
6156 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6157 Tramp via `tramp-mode'.
6158
6159 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6160
6161 * org.texi: Massive changes, in many parts of the file.
6162
6163 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6164
6165 * gnus.texi (Oort Gnus): Add message-fill-column.
6166
6167 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6168
6169 * gnus.texi (Mail Source Specifiers): Typo fix.
6170
6171 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6172
6173 * gnus.texi (Diary Headers Generation): Update key binding for
6174 `gnus-diary-check-message'.
6175
6176 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * gnus.texi (Emacsen): Addition.
6179
6180 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6181
6182 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6183
6184 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6185
6186 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6187
6188 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6189
6190 * gnus-news.texi: Update tool bar item.
6191
6192 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6193
6194 * gnus-news.texi: Fix typos.
6195
6196 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6197
6198 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6199 Add mention of `kron'.
6200
6201 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6202
6203 * epa.texi (Encrypting/decrypting *.gpg files):
6204 Document epa-file-name-regexp.
6205
6206 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6207
6208 * gnus.texi (Example Methods): Fix description about ssh-agent.
6209 (Indirect Functions): Fix the default value of nntp-telnet-command;
6210 remove link to connect.html.
6211
6212 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6213
6214 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6215 dbus-call-method.
6216 (Receiving Method Calls): The timeout can be set by the calling client.
6217
6218 * trampver.texi: Update release number.
6219
6220 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6221
6222 * gnus.texi (Top): Fix version. Add SASL.
6223
6224 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6225
6226 Sync with Tramp 2.1.13.
6227
6228 * trampver.texi: Update release number.
6229
6230 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * org.texi: Update to new org-mode website.
6233
6234 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6237
6238 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6239
6240 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6241 gnus-read-ephemeral-gmane-group-url,
6242 gnus-read-ephemeral-emacs-bug-group,
6243 gnus-read-ephemeral-debian-bug-group.
6244
6245 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6246
6247 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6248
6249 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6250 Add FIXMEs for Bookmarks and gnus-registry-marks.
6251
6252 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6253
6254 * gnus.texi (Smileys): Document `smiley-style'.
6255
6256 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6257
6258 * gnus.texi (Gnus Development): Clarify difference between ding and
6259 gnu.emacs.gnus.
6260 (MIME Commands, Using MIME, RSS): Fix markup.
6261
6262 * gnus-faq.texi ([8.4]): Ditto.
6263
6264 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6265
6266 * gnus.texi (Emacsen): Remove obsolete stuff.
6267
6268 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6269
6270 * gnus.texi (Oort Gnus): Add version info WRT
6271 `mail-source-delete-incoming'.
6272
6273 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6274
6275 * gnus.texi (Top): Add "Other related manuals" and version info in
6276 `iftex' output.
6277 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6278 gnus-balloon-face-0 and the corresponding format specifiers.
6279
6280 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6281
6282 * tramp.texi (Filename completion): Remove footnote about let-bind
6283 of `partial-completion-mode'. It doesn't work this way.
6284
6285 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * pcl-cvs.texi (Contributors): Update my email.
6288
6289 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6292
6293 2008-03-17 Bill Wohler <wohler@newt.com>
6294
6295 * mh-e.texi (Viewing): Update URL for adding header fields to
6296 mh-invisible-header-fields-default.
6297
6298 2008-03-16 Bill Wohler <wohler@newt.com>
6299
6300 * mh-e.texi (Preface): Add Gnus to requirements.
6301 (Forwarding): Note that forwarded MIME messages are now inline.
6302
6303 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6306 (Common Variables): Give precedence to the netcat methods over the
6307 telnet methods, and mention that they are more reliable.
6308
6309 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6310
6311 * org.texi (Exporting Agenda Views): Document agenda export to
6312 iCalendar.
6313 (Progress logging): Document the new progress logging stuff.
6314
6315 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6316
6317 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6318 Update for change of `mail-source-delete-incoming'.
6319
6320 * gnus-news.texi: Ditto.
6321
6322 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6323
6324 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6325 custom versions.
6326
6327 2008-03-07 Alan Mackenzie <acm@muc.de>
6328
6329 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6330 parens/brackets in a k&r region is limited.
6331
6332 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6333
6334 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6335 using different Emacs versions.
6336
6337 2008-02-27 Glenn Morris <rgm@gnu.org>
6338
6339 * sc.texi: Remove a lot of old and obsolete info.
6340 (titlepage): Simplify.
6341 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6342 (VM with any Emacsen, GNEWS with any Emacsen)
6343 (Overloading for Non-conforming MUAs, Version 3 Changes)
6344 (The Supercite Mailing List): Delete nodes.
6345 (Introduction): Remove info about old packages.
6346 (Getting Connected): Simplify. Remove info about old packages.
6347 (Citing Commands): Delete Emacs 19 info.
6348 (Hints to MUA Authors): Simplify.
6349 (Thanks and History): Merge in some info from the deleted node
6350 "Version 3 Changes".
6351
6352 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6353
6354 * org.texi (Setting tags, In-buffer settings):
6355 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6356
6357 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6358
6359 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6360 installation directory name.
6361
6362 2008-02-12 Romain Francoise <romain@orebokech.com>
6363
6364 * epa.texi (Overview): Fix typo.
6365
6366 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6367
6368 * epa.texi (Quick start): Remove the .emacs setting.
6369
6370 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6371
6372 * epa.texi (Quick start): Use the command `epa-enable' instead of
6373 loading `epa-setup'.
6374
6375 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6378 ($(infodir)/epa, epa.dvi): New targets.
6379
6380 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6381
6382 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6383
6384 * epa.texi: New manual documenting the EasyPG Assistant.
6385
6386 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6389 (Inspection): New function dbus-ping.
6390
6391 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6392
6393 * tramp.texi (Remote processes): Add `shell-command'.
6394
6395 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6396
6397 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6398 (Group Parameters): Document `mail-source' parameter.
6399
6400 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6401
6402 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6403 must be a local host.
6404
6405 2008-01-26 Michael Olson <mwolson@gnu.org>
6406
6407 * erc.texi: Update version for ERC 5.3 release.
6408 (Obtaining ERC): Update extras URLs for 5.3.
6409 (Development): Write instructions for git, and remove those for Arch.
6410 (History): Mention the switch to git.
6411
6412 2008-01-24 Karl Berry <karl@gnu.org>
6413
6414 * info.texi (Search Index, Search Text): Mention the command
6415 character in the section name, a la the (Go to node) node.
6416
6417 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6420
6421 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6422
6423 * gnus-news.texi: Mention gnus-article-describe-bindings.
6424
6425 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6426
6427 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6428
6429 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6430
6431 * org.texi (Property inheritance): New section.
6432 (Conventions): New section.
6433 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6434 commands, and the new bindings for refiling.
6435 (Sparse trees): Document the new special command for sparse trees.
6436 (References): Be more clear about the counting of hilines.
6437 (Handling links): Document M-p/n for accessing links.
6438 (Fast access to TODO states): New section.
6439 (Per file keywords): New section.
6440 (Property inheritance): New section.
6441 (Column attributes): New summary types.
6442 (Capturing Column View): New section.
6443 (The date/time prompt): Cover the new features in the date/time prompt.
6444 Compactify the table of keys for the calendar remote control.
6445 (Clocking work time): Document the new :scope parameter.
6446 (Remember): Promoted to chapter.
6447 (Quoted examples): New section.
6448 (Enhancing text): New verbatim environments.
6449
6450 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * trampver.texi: Update release number.
6453
6454 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6455
6456 * gnus.texi (Article Keymap):
6457 Add gnus-article-wide-reply-with-original; fix descriptions of
6458 gnus-article-reply-with-original and
6459 gnus-article-followup-with-original.
6460
6461 2008-01-09 Glenn Morris <rgm@gnu.org>
6462
6463 * nxml-mode.texi: Add @copying section.
6464
6465 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6466
6467 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6468 Server". Add `message-send-mail-with-mailclient'.
6469
6470 * gnus.texi (Posting Server): Move some text to "(message)Mail
6471 Variables" and add a reference here.
6472
6473 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6474
6475 * dbus.texi (Receiving Method Calls): New chapter.
6476 (Errors and Events): Add serial number to events. Replace "signal" by
6477 "message". Introduce dbus-event-serial-number.
6478
6479 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6480
6481 * dbus.texi (Type Conversion): Explain the type specification for empty
6482 arrays. Use another example.
6483
6484 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * dbus.texi (all): Replace "..." by @dots{}.
6487 (Type Conversion): Precise the value range for :byte types.
6488 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6489 Mention its return value.
6490 (Errors and Events): There is no D-Bus error propagation during event
6491 processing.
6492
6493 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6494
6495 * calc.tex (Yacas Language, Maxima Language, Giac Language):
6496 New sections.
6497
6498 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus.texi (Group Parameters): Reorder the text and add a note about
6501 `gnus-parameters' near the beginning of the node.
6502
6503 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6504
6505 * gnus.texi (Score File Editing): Fix function name.
6506
6507 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6508
6509 Sync with Tramp 2.1.12.
6510
6511 * trampver.texi: Update release number.
6512
6513 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6514
6515 * dbus.texi (Type Conversion): Correct input parameters mapping.
6516
6517 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6520 (Errors and Events): Mention wrong-type-argument error.
6521
6522 2007-12-21 Alex Schroeder <alex@gnu.org>
6523
6524 * rcirc.texi: Changed single spaces after sentence end to double
6525 spaces. Fixed some typos.
6526 (Internet Relay Chat): Explain relay.
6527 (Getting started with rcirc): Change items to reflect prompts.
6528 Add more explanation to rcirc-track-minor-mode and added a comment to
6529 warn future maintainers that this section is a copy.
6530 (People): Change /ignore example.
6531 (Keywords): Not keywords.
6532
6533 2007-12-20 Alex Schroeder <alex@gnu.org>
6534
6535 * rcirc.texi (Top): Fighting Information Overload chapter added.
6536 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6537 (rcirc commands): Move /ignore command to the new chapter.
6538 (Fighting Information Overload): New chapter documenting /keyword,
6539 /bright, /dim, channel ignore, and low priority channels.
6540 (Configuration): Document rcirc-server-alist, remove
6541 rcirc-startup-channels-alist and rcirc-default-server.
6542
6543 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6544
6545 * dbus.texi (Signals): Fix example in dbus-register-signal.
6546
6547 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6548
6549 * gnus.texi (Score Variables): Fix typo.
6550
6551 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6552
6553 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6554 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6555 (Errors and Events): Adapt dbus-event.
6556
6557 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6558
6559 * gnus.texi (Other Files): Add the yenc command.
6560
6561 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6562
6563 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6564 since 2004-08-06.
6565
6566 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6569 on body.
6570
6571 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6574 and rfc2047-allow-irregular-q-encoded-words; fix description of
6575 rfc2047-encode-encoded-words.
6576
6577 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6578
6579 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6580
6581 2007-12-05 Michael Olson <mwolson@gnu.org>
6582
6583 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6584 Update documentation for `remember-diary-file'.
6585
6586 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6587
6588 * dbus.texi (Signals): Precise `dbus-register-signal'.
6589 (Errors and Events): Rework events part, the internal structure of
6590 dbus-event has changed.
6591
6592 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6593
6594 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6595 ($(infodir)/dbus, dbus.dvi): New targets.
6596
6597 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6598
6599 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6600 unconditionally.
6601
6602 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6603 emulation with @print{}.
6604
6605 2007-12-02 Richard Stallman <rms@gnu.org>
6606
6607 * dbus.texi (Overview): Minor cleanup.
6608
6609 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * Makefile.in (INFO_TARGETS): Add dbus.
6612 (DVI_TARGETS): Add dbus.dvi.
6613 (dbus, dbus.dvi): New targets.
6614
6615 * dbus.texi: New file.
6616
6617 2007-11-24 Romain Francoise <romain@orebokech.com>
6618
6619 * nxml-mode.texi: Add description in @direntry.
6620 Fix file name to match @setfilename.
6621
6622 2007-11-23 Mark A. Hershberger <mah@everybody.org>
6623
6624 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6625 ($(infodir)/nxml-mode): New rule.
6626
6627 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6628 ($(infodir)/nxml-mode): New rule.
6629 (clean): Add nxml-mode*.
6630
6631 * nxml-mode.texi: New file with nxml manual.
6632
6633 2007-11-18 Richard Stallman <rms@gnu.org>
6634
6635 * flymake.texi (Example -- Configuring a tool called directly):
6636 Update example.
6637
6638 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * tramp.texi (Filename completion): Simplify explanation of
6641 double-slash behavior. Explain directory contents flushing.
6642
6643 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6644
6645 * calc.texi (TeX and LaTeX Language Modes): Put in
6646 missing braces.
6647
6648 2007-11-15 Richard Stallman <rms@gnu.org>
6649
6650 * cl.texi (Equality Predicates): Delete `eql'.
6651 (Predicates, Naming Conventions, Top): Delete `eql'.
6652 (Common Lisp Compatibility): Delete `eql'.
6653 (Porting Common Lisp): Delete obsolete backquote info.
6654 Minor clarification about character constants.
6655 (Sequence Basics): Minor clarification.
6656
6657 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * cc-mode.texi (Electric Keys, Custom Macros):
6660 * tramp.texi (Filename completion): Fix typos.
6661
6662 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
6663
6664 * calc.texi (Basic commands): Mention the menu.
6665
6666 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
6667
6668 * tramp.texi (Connection caching): Tramp flushes connection
6669 properties when remote operating system has been changed.
6670
6671 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
6672
6673 * gnus-news.texi: Fix spelling.
6674 `message-insert-formatted-citation-line', not
6675 `message-insert-formated-citation-line'.
6676
6677 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6678
6679 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
6680
6681 * tramp.texi (Overview): Mention also the PuTTY integration under
6682 w32. Remove paragraphs about Tramp's experimental status.
6683 (Frequently Asked Questions): Add code example for highlighting the
6684 mode line.
6685
6686 2007-11-03 Michael Olson <mwolson@gnu.org>
6687
6688 * remember.texi: Change mentions of remember-buffer to
6689 remember-finalize throughout.
6690
6691 2007-10-30 Michael Olson <mwolson@gnu.org>
6692
6693 * remember.texi (Copying): Remove.
6694 (Mailbox): Update with non-BBDB instructions.
6695 (Diary, Org): Add.
6696 (Bibliography, Planner Page): Remove.
6697
6698 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * makefile.w32-in (INFO_TARGETS): Add remember.
6701 (DVI_TARGETS): Add remember.dvi.
6702 ($(infodir)/remember): New rule.
6703 (clean): Add remember*.
6704
6705 2007-10-30 Michael Olson <mwolson@gnu.org>
6706
6707 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6708 ($(infodir)/remember): New rule that builds the Remember Manual.
6709
6710 * remember.texi: New file containing the Remember Mode Manual.
6711 Shuffle chapters around after initial import.
6712 (Function Reference): Split Keystrokes into separate chapter.
6713 (Keystrokes): Document C-c C-k.
6714 (Introduction): Fix typographical issue with "---".
6715
6716 2007-10-29 Richard Stallman <rms@gnu.org>
6717
6718 * widget.texi (Introduction): Delete discussion of implementation
6719 internals.
6720
6721 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
6722
6723 * tramp.texi (Connection caching): Host names must be different
6724 when tunneling.
6725
6726 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6727
6728 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6729 Gnus v5.13.
6730
6731 2007-10-28 Miles Bader <miles@gnu.org>
6732
6733 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6734
6735 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6736
6737 * gnus.texi (Sorting the Summary Buffer):
6738 Remove gnus-article-sort-by-date-reverse.
6739
6740 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * gnus.texi (Non-ASCII Group Names): New node.
6743 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6744 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6745
6746 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6747
6748 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6749 clean the output of the program `imap-shell-program'.
6750
6751 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6752
6753 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6754
6755 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
6756
6757 * gnus.texi (Sticky Articles): Documentation for sticky article
6758 buffers.
6759
6760 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6761
6762 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6763
6764 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6767
6768 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6769
6770 * gnus.texi (Archived Messages):
6771 Document gnus-update-message-archive-method.
6772
6773 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6776
6777 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
6778
6779 * gnus.texi (Group Maneuvering):
6780 Document `gnus-summary-next-group-on-exit'.
6781
6782 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6783
6784 * gnus.texi (Really Various Summary Commands):
6785 Mention gnus-auto-select-on-ephemeral-exit.
6786
6787 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6788
6789 * gnus.texi, message.texi: Bump version number.
6790
6791 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus.texi (Group Line Specification, Misc Group Stuff)
6794 (Server Commands): Parenthesize @pxref{Mail Spool}.
6795
6796 2007-10-28 Didier Verna <didier@xemacs.org>
6797
6798 New user option: message-signature-directory.
6799 * message.texi (Insertion Variables): Document it.
6800 * gnus.texi (Posting Styles): Ditto.
6801
6802 2007-10-28 Didier Verna <didier@xemacs.org>
6803
6804 * gnus.texi (Group Line Specification):
6805 * gnus.texi (Misc Group Stuff):
6806 * gnus.texi (Server Commands): Document the group compaction feature.
6807
6808 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6809
6810 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6811
6812 * message.texi (Various Message Variables): Add message-fill-column.
6813
6814 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus.texi: Untabify.
6817
6818 2007-10-28 Didier Verna <didier@xemacs.org>
6819
6820 * gnus.texi (Group Parameters): Document the posting-style merging
6821 process in topic-mode.
6822
6823 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6826
6827 2007-10-28 Romain Francoise <romain@orebokech.com>
6828
6829 * gnus.texi (Mail Spool): Fix typo.
6830 Update copyright.
6831
6832 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6835
6836 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6837
6838 * gnus.texi (Summary Generation Commands):
6839 Add gnus-summary-insert-ticked-articles.
6840
6841 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6844 to spam-spamassassin-program.
6845
6846 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6847
6848 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6849
6850 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6851
6852 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6853
6854 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6855
6856 * message.texi (Mail Headers): Document `opportunistic'.
6857
6858 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6859
6860 * emacs-mime.texi (Encoding Customization): Explain how to set
6861 mm-coding-system-priorities per hierarchy.
6862
6863 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6864
6865 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6866 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6867
6868 2007-10-28 Didier Verna <didier@xemacs.org>
6869
6870 * message.texi (Wide Reply): Update documentation of
6871 message-dont-reply-to-names (now allowing a list of regexps).
6872
6873 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
6875 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6876
6877 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
6879 * gnus.texi (SpamAssassin back end): Fix typo.
6880
6881 * sieve.texi (Examples): Fix grammar.
6882
6883 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6884
6885 * gnus.texi (Searching for Articles): Document M-S and M-R.
6886 (Limiting): Document / b.
6887
6888 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6889
6890 * gnus.texi (Thread Commands): T M-^.
6891
6892 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * message.texi (Mail Aliases): Document ecomplete.
6895 (Mail Aliases): Fix typo.
6896
6897 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6900 fix typo.
6901
6902 2007-10-28 Romain Francoise <romain@orebokech.com>
6903
6904 * gnus.texi (Mail Spool): Grammar fix.
6905
6906 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6907
6908 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6909 string.
6910
6911 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * gnus.texi (Group Parameters): Fix description.
6914
6915 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6916
6917 * gnus.texi (Gmane Spam Reporting):
6918 Fix spam-report-gmane-use-article-number.
6919 Add spam-report-user-mail-address.
6920
6921 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6922
6923 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6924
6925 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6926
6927 * gnus.texi (Group Parameters): Add simplified sorting example based on
6928 example for `Sorting the Summary Buffer' from Jari Aalto
6929 <jari.aalto@cante.net>.
6930 (Example Methods): Add example for an indirect connection.
6931
6932 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
6933
6934 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6935 (Agent Parameters): Update parameter names to match code.
6936 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6937 'gnus-agent-summary-fetch-series'.
6938 (Agent and flags): New section providing a generalized discussion
6939 of flag handling.
6940 (Agent and IMAP): Remove flag discussion.
6941 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6942
6943 2007-10-28 Romain Francoise <romain@orebokech.com>
6944
6945 * gnus.texi (Exiting the Summary Buffer): Add new function
6946 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6947
6948 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6949
6950 * gnus.texi (Conformity): Fix typo.
6951 (Customizing Articles): Document `first'.
6952
6953 2007-10-28 Jari Aalto <jari.aalto@cante.net>
6954
6955 * gnus.texi (Sorting the Summary Buffer):
6956 Add `gnus-thread-sort-by-date-reverse'. Add example
6957 host to different sorting in NNTP and RSS groups.
6958
6959 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6960
6961 * message.texi (Insertion): Describe prefix for
6962 message-mark-inserted-region and message-mark-insert-file.
6963
6964 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6965
6966 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6967 LaTeX documents. Describe "text/x-gnus-verbatim".
6968
6969 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
6970
6971 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6972 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6973 (spam-stat spam filtering, SpamOracle)
6974 (Extending the Spam ELisp package): Remove extra quote symbol for
6975 clarity.
6976
6977 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6978
6979 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6980 gnus-article-delete-part and gnus-article-replace-part.
6981 (Using MIME): Add gnus-mime-replace-part.
6982
6983 2007-10-28 Romain Francoise <romain@orebokech.com>
6984
6985 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6986 requires `auto-compression-mode' to be enabled. Add new nnml
6987 variable `nnml-compressed-files-size-threshold'.
6988
6989 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6990
6991 * gnus.texi (Sorting the Summary Buffer):
6992 Add gnus-thread-sort-by-recipient.
6993
6994 2007-10-28 Romain Francoise <romain@orebokech.com>
6995
6996 * message.texi (Insertion Variables): Mention new variable
6997 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
6998 documentation accordingly.
6999
7000 2007-10-28 Romain Francoise <romain@orebokech.com>
7001
7002 * gnus.texi (To From Newsgroups): Mention new variables
7003 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7004
7005 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7006
7007 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7008 stuff; gnus-mime-inline-part does the automatic decompression.
7009
7010 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7011
7012 * gnus.texi (Spam ELisp Package Configuration Examples):
7013 "training.ham" should be "training.spam".
7014
7015 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * message.texi (Mail Variables): Fix the default value for
7018 message-send-mail-function.
7019
7020 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7023 always returns nil exceptionally.
7024
7025 2007-10-28 Simon Josefsson <jas@extundo.com>
7026
7027 * gnus.texi (Article Washing): Add libidn URL.
7028 Suggested by Michael Cook <michael@waxrat.com>.
7029
7030 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7031
7032 * gnus.texi (Topic Commands): Fix next/previous.
7033
7034 2007-10-28 Simon Josefsson <jas@extundo.com>
7035
7036 * gnus.texi (Article Washing): Mention `W i'.
7037
7038 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7039
7040 * gnus.texi (Group Parameters): Slight extension of sieve
7041 parameter description.
7042
7043 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7044
7045 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7046 matching score files as well.
7047 (Picons): Describe `gnus-picon-style'.
7048
7049 2007-10-28 Romain Francoise <romain@orebokech.com>
7050
7051 * message.texi (Message Headers): Mention that headers are hidden
7052 using narrowing, and how to expose them.
7053 Update copyright.
7054
7055 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
7058 `gnus-summary-sort-by-recipient'.
7059
7060 2007-10-28 Romain Francoise <romain@orebokech.com>
7061
7062 * gnus.texi (NNTP marks): New node.
7063 (NNTP): Move NNTP marks variables to the new node.
7064
7065 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7066
7067 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7068
7069 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7070
7071 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7072
7073 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7074 everywhere for consistency.
7075 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7076 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7077 Say "regular expression" instead of "regex." Admonish.
7078 Pick other words to sound better (s/so/thus/).
7079 (Spam ELisp Package Filtering of Incoming Mail):
7080 Mention statistical filters. Remove old TODO.
7081 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7082 New section on sorting and displaying the spam score.
7083 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7084 backend but an alias to spam-use-BBDB.
7085 (Extending the Spam ELisp package): Rewrite the example using the
7086 new backend functionality.
7087
7088 2007-10-28 Simon Josefsson <jas@extundo.com>
7089
7090 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7091 nntp-marks-directory, from Romain Francoise
7092 <romain@orebokech.com>.
7093
7094 2007-10-28 Magnus Henoch <mange@freemail.hu>
7095
7096 * gnus.texi (Hashcash): New default value of
7097 hashcash-default-payment.
7098
7099 2007-10-28 Simon Josefsson <jas@extundo.com>
7100
7101 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7102 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7103
7104 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7105
7106 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7107
7108 2007-10-28 Simon Josefsson <jas@extundo.com>
7109
7110 * gnus.texi (documentencoding): Add, to avoid warnings.
7111
7112 2007-10-28 Simon Josefsson <jas@extundo.com>
7113
7114 * message.texi (Mail Headers): Add.
7115
7116 * gnus.texi (Hashcash): Fix.
7117
7118 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7119
7120 * gnus.texi (Hashcash): Change location of library, also mention
7121 that payments can be verified and fix the name of the
7122 hashcash-path variable.
7123
7124 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7125
7126 * gnus.texi (Article Display): Add `gnus-picon-style'.
7127
7128 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7129
7130 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7131
7132 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7133
7134 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7135 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7136 warning about ham processors in spam groups removed.
7137
7138 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7139
7140 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7141 From Hubert Chan <hubert@uhoreg.ca>.
7142
7143 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7144
7145 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7146 (Mailing List): Typo.
7147 (Customizing Articles): Add gnus-treat-ansi-sequences.
7148 (Article Washing): Index.
7149
7150 * message.texi: Use m-dash consistently.
7151
7152 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7153
7154 * gnus.texi (GroupLens): Remove.
7155
7156 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7157
7158 * gnus.texi (Outgoing Messages, Agent Variables):
7159 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7160 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7161
7162 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7163
7164 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7165
7166 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7167
7168 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7169
7170 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7171
7172 2007-10-28 Simon Josefsson <jas@extundo.com>
7173
7174 * gnus.texi (Top): Add SASL.
7175
7176 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7177
7178 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7179
7180 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7181
7182 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7183
7184 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7185
7186 * calc.texi (Formulas, Composition Basics): Lower the
7187 precedence of negation.
7188
7189 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7190
7191 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7192 Mention the new three-letter column identifiers.
7193 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7194 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7195 message when using `c' on an empty default with default printer.
7196 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7197 renamed to `ses--symbolic-formulas' some time ago.
7198
7199 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7200
7201 * calc.texi (Default Simplifications, Making Selections)
7202 (Customizing Calc): Clarify associativity of multiplication.
7203
7204 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7205
7206 * tramp.texi (Traces and Profiles): Simplify loop over
7207 `trace-function-background'.
7208
7209 2007-10-22 Juri Linkov <juri@jurta.org>
7210
7211 * dired-x.texi (Shell Command Guessing): Default values are now
7212 available by typing M-n instead of M-p.
7213
7214 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * tramp.texi (Cleanup remote connections): New section.
7217 (Password caching): Remove `tramp-clear-passwd'.
7218 It's not a command anymore.
7219 (Bug Reports): Add `tramp-bug' to function index.
7220 (Function Index, Variable Index): New nodes.
7221 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7222
7223 * trampver.texi: Update release number.
7224
7225 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7226
7227 * calc.texi (History and Acknowledgements): Turn comment
7228 about integer size into past tense.
7229 (Time Zones): Remove pointer to Calc author's address.
7230 (Trigonometric and Hyperbolic Functions): Mention cotangent
7231 and hyperbolic cotangent. Fix typo.
7232
7233 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7234
7235 Sync with Tramp 2.1.11.
7236
7237 * trampver.texi: Update release number.
7238
7239 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7240
7241 * tramp.texi (External packages): New section.
7242
7243 2007-09-29 Juri Linkov <juri@jurta.org>
7244
7245 * info.texi (Help-Int): Document `L' (`Info-history').
7246
7247 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7248
7249 * org.texi: Change links to webpage and maintained email.
7250 (Remember): Promote to Chapter, significant changes.
7251 (Fast access to TODO states): New section.
7252 (Faces for TODO keywords): New section.
7253 (Export options): Example for #+DATE.
7254 (Progress logging): Section moved.
7255
7256 2007-09-26 Bill Wohler <wohler@newt.com>
7257
7258 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7259 browse-url-at-mouse.
7260
7261 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7262
7263 * flymake.texi (Customizable variables): Face names don't end in -face.
7264 Fix flymake-err-line-patterns template.
7265 (Example -- Configuring a tool called directly): Fix init-function.
7266 (Highlighting erroneous lines): Face names don't end in -face.
7267
7268 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7269
7270 * erc.texi (Special-Features): Fix small typo.
7271
7272 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7275 and "External transfer methods".
7276
7277 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7278
7279 * calc.texi (Predefined Units): Add some history.
7280
7281 2007-09-08 Michael Olson <mwolson@gnu.org>
7282
7283 * erc.texi (Copying): New section included from gpl.texi.
7284 This matches the look of the upstream ERC manual.
7285
7286 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7287
7288 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7289 (Random Numbers): Clarify the distribution of `random'.
7290
7291 2007-09-06 Glenn Morris <rgm@gnu.org>
7292
7293 Move manual sources from man/ to subdirectories of doc/.
7294 Split into the Emacs manual in emacs/, and other manuals in misc/.
7295 Change all setfilename commands to use ../../info.
7296 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7297 refer to the Emacs manual here.
7298 (infodir): New variable.
7299 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7300 (cc-mode.texi, faq.texi): Update references to source file locations.
7301 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7302 do not refer to the Emacs manual here.
7303 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7304
7305 * Makefile.in: Add `basename' versions of all info targets, for
7306 convenience when rebuilding just one manual.
7307 (../etc/GNU): Delete obsolete target.
7308 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7309 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7310 *.vrs *.toc here...
7311 (maintainer-clean): ...from here.
7312
7313 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7314
7315 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7316
7317 * calc.texi (Date Conversions): Clarify definition of
7318 Julian day numbering.
7319 (Date Forms): Clarify definition of Julian day numbering;
7320 add some history.
7321
7322 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7323
7324 * org.texi: Version 5.07.
7325
7326 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7327
7328 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7329
7330 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7331
7332 * org.texi (Adding hyperlink types): New section.
7333 (Embedded LaTeX): Chapter updated because of LaTeX export.
7334 (LaTeX export): New section.
7335 (Using links out): New section.
7336
7337 2007-08-22 Glenn Morris <rgm@gnu.org>
7338
7339 * faq.texi (Learning how to do something): Refcards now in
7340 etc/refcards/ directory.
7341
7342 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7343
7344 * tramp.texi (Remote Programs): Persistency file must be cleared when
7345 changing `tramp-remote-path'.
7346 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7347 macro.
7348
7349 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7350
7351 * calc.texi: Move contents to beginning of file.
7352 (Algebraic Entry): Fix the formatting of an example.
7353
7354 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7355
7356 * calc.texi (Basic Operations on Units): Mention exact versus
7357 inexact conversions.
7358
7359 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7360
7361 * calc.texi (Basic Operations on Units): Mention default
7362 values for new units.
7363 (Quick Calculator Mode): Mention that binary format will
7364 be displayed.
7365
7366 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7369
7370 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7373
7374 2007-08-08 Glenn Morris <rgm@gnu.org>
7375
7376 * gnus.texi, sieve.texi: Replace `iff'.
7377
7378 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7379
7380 * calc.texi (Basic Graphics): Mention the graphing of error
7381 forms.
7382 (Graphics Options): Mention how `g s' handles error forms.
7383 (Curve Fitting): Mention plotting the curves.
7384 (Standard Nonlinear Models): Add additional models.
7385 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7386 (Linear Fits): Correct result.
7387
7388 2007-08-01 Alan Mackenzie <acm@muc.de>
7389
7390 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7391 to "--no-site-file".
7392
7393 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7394
7395 * tramp.texi (Frequently Asked Questions): Point to mode line
7396 extension in Emacs 23.1.
7397
7398 * trampver.texi: Update release number.
7399
7400 2007-07-27 Glenn Morris <rgm@gnu.org>
7401
7402 * calc.texi (Copying): Include license text from gpl.texi, rather than
7403 in-line.
7404
7405 2007-07-25 Glenn Morris <rgm@gnu.org>
7406
7407 * calc.texi (Copying): Replace license with GPLv3.
7408
7409 * Relicense all FSF files to GPLv3 or later.
7410
7411 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7412
7413 Sync with Tramp 2.1.10.
7414
7415 * tramp.texi (trampfn): Expand macro implementation in order to handle
7416 empty arguments.
7417 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7418 occurrences by trampfn.
7419 (Frequently Asked Questions): Extend example code for host
7420 identification in the modeline. Add bbdb to approaches shortening Tramp
7421 file names to be typed.
7422
7423 * trampver.texi: Update release number.
7424
7425 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7426
7427 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7428 section. Reported by <poti@potis.org>.
7429 (Remote processes): Arguments of the program to be debugged are taken
7430 literally.
7431 (Frequently Asked Questions): Simplify recentf example.
7432
7433 2007-07-14 Karl Berry <karl@gnu.org>
7434
7435 * info.texi (@copying): New Back-Cover Text.
7436
7437 * info.texi (Quitting Info): Move to proper place in source.
7438 (Reported by Benno Schulenberg.)
7439
7440 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7441
7442 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7443
7444 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7445
7446 * emacs-mime.texi: Add @documentencoding directive.
7447
7448 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7449
7450 * tramp.texi (Remote processes): Add an anchor to the subsection
7451 "Running a debugger on a remote host".
7452
7453 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7454
7455 * tramp.texi (Remote processes): Don't call it "experimental" any
7456 longer. Add subsection about running a debugger on a remote host.
7457
7458 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * org.texi (Properties and columns): Chapter rewritten.
7461
7462 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7463
7464 * tramp.texi:
7465 * trampver.texi: Migrate to Tramp 2.1.
7466
7467 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7468
7469 * org.texi (Properties): New chapter.
7470
7471 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7472
7473 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7474 Control Panel.
7475
7476 * gnus.texi (Misc Article): Add index entry for
7477 gnus-single-article-buffer.
7478
7479 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7480
7481 * gnus.texi (Starting Up): Fix typo.
7482
7483 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus.texi (Asynchronous Fetching): Fix typo.
7486
7487 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7488
7489 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7490 (About This Manual): Remove redundant information.
7491 (Getting Started): Mention author.
7492 (Basic Arithmetic, Customizing Calc): Make description of the
7493 variable `calc-multiplication-has-precedence' match its new effect.
7494
7495 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7496
7497 * calc.texi (Basic Arithmetic, Customizing Calc):
7498 Mention the variable `calc-multiplication-has-precedence'.
7499
7500 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7501
7502 * org.texi (Tag): Section swapped with node Timestamps.
7503 (Formula syntax for Lisp): Document new `L' flag.
7504
7505 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7506
7507 * gnus.texi (Misc Group Stuff, Summary Buffer)
7508 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7509
7510 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7511
7512 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7513 * gnus.texi (Article Buttons, Mail Source Customization)
7514 (Sending or Not Sending, Customizing NNDiary):
7515 * message.texi (Message Headers):
7516 * mh-e.texi (HTML): Fix typos.
7517
7518 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7519
7520 Sync with Tramp 2.0.56.
7521
7522 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7523 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7524
7525 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7526
7527 * Version 22.1 released.
7528
7529 2007-05-26 Michael Olson <mwolson@gnu.org>
7530
7531 * erc.texi (Modules): Fix references to completion modules.
7532
7533 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7534
7535 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7536
7537 2007-05-09 Didier Verna <didier@xemacs.org>
7538
7539 * gnus.texi (Email Based Diary): New. Proper documentation for the
7540 nndiary back end and the gnus-diary library.
7541
7542 2007-05-03 Karl Berry <karl@gnu.org>
7543
7544 * .cvsignore (*.pdf): New entry.
7545
7546 * texinfo.tex: Update from current version for better pdf generation.
7547
7548 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7549
7550 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7551
7552 2007-04-28 Glenn Morris <rgm@gnu.org>
7553
7554 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7555 consideration of legal status.
7556
7557 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7558
7559 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7560
7561 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * faq.texi (New in Emacs 22): python.el removed.
7564
7565 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7566
7567 * calc.texi (Reporting bugs): Update maintainer's address.
7568
7569 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7570
7571 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7572
7573 2007-04-15 Jay Belanger <belanger@truman.edu>
7574
7575 * calc.texi (Title page): Remove the date.
7576 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7577 (The Standard Calc Interface): Change trail title.
7578 (Floats): Mention that when non-decimal floats are entered, only
7579 approximations are stored.
7580 (Copying): Move to the appendices.
7581 (GNU Free Documentation License): Add as an appendix.
7582
7583 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7586 * dired-x.texi, ebrowse.texi, ediff.texi:
7587 * emacs-mime.texi, erc.texi, eshell.texi:
7588 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7589 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7590 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7591 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7592 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7593 * woman.texi: Include GFDL.
7594
7595 * doclicense.texi: Remove node heading, so that it can be included by
7596 other files.
7597
7598 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7599
7600 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7601 than *.
7602
7603 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
7604
7605 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7606 in Calc.
7607
7608 2007-04-09 Romain Francoise <romain@orebokech.com>
7609
7610 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7611 Mac OS ports. Make it clear that mouse-1 complements and doesn't
7612 replace mouse-2.
7613
7614 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * woman.texi (Word at point, Interface Options): woman-topic-at-point
7617 renamed to woman-use-topic-at-point. Document new behavior.
7618
7619 2007-04-08 Richard Stallman <rms@gnu.org>
7620
7621 * url.texi: Fix some indexing.
7622 (Disk Caching): Drop discussion of old/other Emacs versions.
7623
7624 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * url.texi (Disk Caching): Say Emacs 21 "and later".
7627
7628 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7629 on Font locking which now mentions JIT lock.
7630
7631 2007-04-01 Michael Olson <mwolson@gnu.org>
7632
7633 * erc.texi: Update for the ERC 5.2 release.
7634
7635 2007-03-31 David Kastrup <dak@gnu.org>
7636
7637 * woman.texi (Topic, Interface Options): Explain changes semantics of
7638 woman-manpath in order to consider MANPATH_MAP entries.
7639
7640 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7641
7642 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7643
7644 2007-03-26 Richard Stallman <rms@gnu.org>
7645
7646 * pgg.texi (Caching passphrase): Clean up previous change.
7647
7648 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
7649
7650 * gnus.texi (Setting Process Marks): Fix typo.
7651
7652 2007-03-25 Romain Francoise <romain@orebokech.com>
7653
7654 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7655 readability, and include various fixes by Daniel Brockman, Nick Roberts
7656 and Dieter Wilhelm.
7657
7658 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
7659
7660 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7661
7662 * gnus.texi (Mail Source Specifiers): Fix typo.
7663
7664 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
7665
7666 * reftex.texi (Imprint): Update maintainer information.
7667
7668 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * message.texi (Message Buffers): Update documentation for
7671 message-generate-new-buffers.
7672
7673 2007-03-15 Daiki Ueno <ueno@unixuser.org>
7674
7675 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7676
7677 2007-03-21 Glenn Morris <rgm@gnu.org>
7678
7679 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7680
7681 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * eshell.texi (Known problems): Emacs 21 -> 22.
7684
7685 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7686
7687 2007-03-18 Jay Belanger <belanger@truman.edu>
7688
7689 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7690
7691 2007-03-12 Glenn Morris <rgm@gnu.org>
7692
7693 * calc.texi (Time Zones): Switch to new North America DST rule.
7694
7695 * calc.texi: Replace "daylight savings" with "daylight
7696 saving" in text throughout.
7697
7698 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7699
7700 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7701 The variable now uses a list of symbols instead of just a symbol.
7702 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7703
7704 2007-03-06 Romain Francoise <romain@orebokech.com>
7705
7706 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
7707 new packages, and mention Gnus update.
7708
7709 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7710
7711 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7712 nntp-open-connection-functions-never-echo-commands.
7713
7714 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7717 problems on the console, and security risk in not using gpg-agent.
7718
7719 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
7720
7721 * org.texi (The spreadsheet): Rename from "Table calculations".
7722 Completely reorganized and rewritten.
7723 (CamelCase links): Section removed.
7724 (Repeating items): New section.
7725 (Tracking TODO state changes): New section.
7726 (Agenda views): Chapter reorganized and rewritten.
7727 (HTML export): Section rewritten.
7728 (Tables in arbitrary syntax): New section.
7729 (Summary): Better feature summary.
7730 (Activation): Document problem with cut-and-paste of Lisp code
7731 from PDF files.
7732 (Visibility cycling): Document indirect buffer use.
7733 (Structure editing): Document sorting.
7734 (Remember): Section rewritten.
7735 (Time stamps): Better description of time stamp types.
7736 (Tag searches): Document regular expression search for tags.
7737 (Stuck projects): New section.
7738 (In-buffer settings): New keywords.
7739 (History and Acknowledgments): Update description.
7740
7741 2007-02-24 Alan Mackenzie <acm@muc.de>
7742
7743 * cc-mode.texi (Movement Commands): Insert two missing command names.
7744 (Getting Started): Slight wording correction (use conditional).
7745
7746 2007-02-22 Kim F. Storm <storm@cua.dk>
7747
7748 * widget.texi (User Interface, Basic Types): Document need to put some
7749 text before the %v escape in :format string in editable-field widget.
7750
7751 2007-02-18 Romain Francoise <romain@orebokech.com>
7752
7753 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7754 `cvs-mode-quit'.
7755
7756 2007-02-10 Markus Triska <markus.triska@gmx.at>
7757
7758 * widget.texi (Programming Example): Put constant strings in :format.
7759
7760 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * faq.texi (Fullscreen mode on MS-Windows): New node.
7763
7764 2007-02-04 David Kastrup <dak@gnu.org>
7765
7766 * faq.texi (AUCTeX): Update version number. Should probably be done
7767 for other packages as well.
7768
7769 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7770
7771 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
7772 <tassilo@member.fsf.org>.
7773
7774 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7775
7776 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7777 ls-lisp-use-localized-time-format.
7778
7779 2007-01-20 Markus Triska <markus.triska@gmx.at>
7780
7781 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7782
7783 2007-01-13 Michael Olson <mwolson@gnu.org>
7784
7785 * erc.texi (Modules): Mention capab-identify module.
7786
7787 2007-01-05 Michael Olson <mwolson@gnu.org>
7788
7789 * erc.texi (Getting Started): Update for /RECONNECT command.
7790
7791 2007-01-04 Richard Stallman <rms@gnu.org>
7792
7793 * ebrowse.texi: Change C-c b to C-c C-m.
7794
7795 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7796
7797 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7798 variables only in info to avoid redundant entries in the printed
7799 manual.
7800
7801 2007-01-02 Daiki Ueno <ueno@unixuser.org>
7802
7803 * message.texi (Using PGP/MIME): Document gpg-agent usage.
7804
7805 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
7806
7807 * message.texi (Security): Split into sub-nodes.
7808
7809 2007-01-01 Alan Mackenzie <acm@muc.de>
7810
7811 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7812 eval-after-load in Emacs <=21 and a workaround. Document that
7813 trigraphs are not supported.
7814
7815 2007-01-01 Alan Mackenzie <acm@muc.de>
7816
7817 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7818 c-context-line-break. When invoked within a string, preserve
7819 whitespace. Add a backslash only when also in a macro.
7820
7821 2007-01-01 Alan Mackenzie <acm@muc.de>
7822
7823 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7824
7825 2007-01-01 Alan Mackenzie <acm@muc.de>
7826
7827 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7828 are now bound by default to c-\(beginning\|end\)-of-defun by default.
7829
7830 2007-01-01 Alan Mackenzie <acm@muc.de>
7831
7832 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7833 "Choosing a Style".
7834
7835 * cc-mode.texi ("Styles"): Add @dfn{style}.
7836
7837 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
7838
7839 Sync with Tramp 2.0.55.
7840
7841 * trampver.texi: Update release number.
7842
7843 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7844
7845 * gnus.texi (Customizing Articles): Add index entries for all
7846 gnus-treat-* variables.
7847
7848 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7849
7850 * gnus.texi (IMAP): Fix incorrect explanation of
7851 nnimap-search-uids-not-since-is-evil in documentation for
7852 nnimap-expunge-search-string.
7853
7854 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
7855
7856 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7857 spam-ifile-database.
7858
7859 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7860
7861 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7862 rebind C-s.
7863
7864 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
7865
7866 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7867 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7868 "expiring mail".
7869 (IMAP): Document nnimap-search-uids-not-since-is-evil and
7870 nnimap-nov-is-evil.
7871
7872 2006-12-25 Kevin Ryde <user42@zip.com.au>
7873
7874 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7875 about the key procedure being used heavily.
7876
7877 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7878
7879 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7880 to t.
7881 (Prerequisites): Add explanation about gpg-agent.
7882
7883 2006-12-22 Kevin Ryde <user42@zip.com.au>
7884
7885 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7886 "sort" instead of "sort*".
7887
7888 2006-12-19 Richard Stallman <rms@gnu.org>
7889
7890 * calc.texi (History and Acknowledgements): Recognize that Emacs
7891 now does have floating point.
7892
7893 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7894
7895 * tramp.texi (External transfer methods): Describe new method `scpc'.
7896
7897 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
7898
7899 * pgg.texi: Added short note on gpg-agent to the introduction.
7900
7901 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7902
7903 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7904 also applies to Cc.
7905
7906 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7907
7908 * gnus.texi (X-Face): Clarify. Say which programs are required
7909 on Windows.
7910
7911 2006-12-08 Michael Olson <mwolson@gnu.org>
7912
7913 * erc.texi (Modules): Remove documentation for list module.
7914
7915 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
7916
7917 * faq.texi (^M in the shell buffer): Ditto.
7918
7919 2006-11-20 Michael Olson <mwolson@gnu.org>
7920
7921 * erc.texi: Call this the 5.2 stable pre-release of ERC.
7922
7923 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7924
7925 * org.texi: Fix typos.
7926 (Agenda commands): Document `C-k'.
7927
7928 2006-11-16 Eli Zaretskii <eliz@gnu.org>
7929
7930 * url.texi (http/https): Fix a typo in the HTTP URL.
7931
7932 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7933
7934 * ada-mode.texi: Total rewrite.
7935
7936 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7937
7938 * org.texi: Minor typo fixes.
7939
7940 2006-11-13 Bill Wohler <wohler@newt.com>
7941
7942 Release MH-E manual version 8.0.3.
7943
7944 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7945 release 8.0.3.
7946
7947 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7948 to set MAILDIR.
7949 (Reading Mail): Document the customization of read-mail-command
7950 for MH-E.
7951 (Viewing Attachments): Document mm-discouraged-alternatives.
7952 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7953 (Junk): Add more information about the settings of mh-junk-background
7954 in a program. Add /usr/bin/mh to PATH in examples.
7955
7956 2006-11-12 Richard Stallman <rms@gnu.org>
7957
7958 * woman.texi: Update author address but say he no longer maintains it.
7959
7960 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7961
7962 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7963 archived trees.
7964 (Checkboxes): Section moved to chapter 5, and extended.
7965 (The date/time prompt): New section.
7966 (Link abbreviations): New section.
7967 (Presentation and sorting): New section.
7968 (Custom agenda views): Section completely rewritten.
7969 (Summary): Compare with Planner.
7970 (Feedback): More info about creating backtraces.
7971 (Plain lists): Modify example.
7972 (Breaking down tasks): New section.
7973 (Custom time format): New section.
7974 (Time stamps): Document inactive timestamps.
7975 (Setting tags): More details about fast tag selection.
7976 (Block agenda): New section.
7977 (Custom agenda views): Section rewritten.
7978 (Block agenda): New section.
7979
7980 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7981
7982 * tramp.texi (Configuration): scp is the default method.
7983 (Default Method): Use ssh as example for another method.
7984
7985 2006-10-27 Richard Stallman <rms@gnu.org>
7986
7987 * woman.texi: Downcase nroff/troff/roff.
7988 (Installation): Chapter deleted. Some xrefs deleted.
7989 (Background): woman doesn't advise man ;-).
7990
7991 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
7992
7993 * ada-mode.texi (Project files, Identifier completion)
7994 (Automatic Casing, Debugging, Using non-standard file names)
7995 (Working Remotely): Fix typos.
7996
7997 2006-10-20 Masatake YAMATO <jet@gyve.org>
7998
7999 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8000 sample code `my-c-initialization-hook'.
8001
8002 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8003
8004 * widget.texi: Fix typos.
8005
8006 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8007
8008 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8009 "???". There have been no complaints for years, so the information
8010 must be appropriate.
8011
8012 2006-10-16 Richard Stallman <rms@gnu.org>
8013
8014 * widget.texi: Use @var instead of capitalization.
8015 Clarify many widget type descriptions.
8016
8017 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8018
8019 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8020 gnus-dired-attach.
8021 (Selecting a Group): Fix typo.
8022
8023 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8024
8025 * widget.texi: Fix typos.
8026
8027 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8028
8029 * gnus.texi (Image Enhancements): Update for Emacs 22.
8030
8031 * gnus-faq.texi ([1.3]): Update.
8032
8033 2006-10-06 Richard Stallman <rms@gnu.org>
8034
8035 * faq.texi (Displaying the current line or column):
8036 Delete "As of Emacs 20".
8037
8038 2006-10-06 Romain Francoise <romain@orebokech.com>
8039
8040 * faq.texi (VM): VM works with Emacs 22 too.
8041
8042 2006-10-06 Richard Stallman <rms@gnu.org>
8043
8044 * ebrowse.texi: Remove Emacs version "21" from title.
8045
8046 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8047
8048 * gnus.texi (Foreign Groups): Say where change of editing commands are
8049 stored. Add reference to `gnus-parameters'.
8050
8051 2006-09-15 Jay Belanger <belanger@truman.edu>
8052
8053 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8054 Change "Library Public License" to "Lesser Public License"
8055 throughout. Use "yyyy" to represent year.
8056
8057 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8058
8059 * org.texi (Setting tags): Typo fix.
8060
8061 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8062
8063 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8064
8065 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8066
8067 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8068
8069 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8070
8071 * faq.texi (Escape sequences in shell output): EMACS is now set
8072 to Emacs's absolute file name, not to "t".
8073 (^M in the shell buffer): Likewise.
8074 * misc.texi (Interactive Shell): Likewise.
8075
8076 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8077
8078 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8079 mails with pop3-leave-mail-on-server. Fix wording.
8080 (Limiting): Improve gnus-summary-limit-to-articles.
8081 (X-Face): Fix typo.
8082
8083 2006-09-11 Simon Josefsson <jas@extundo.com>
8084
8085 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8086 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8087
8088 2006-09-06 Simon Josefsson <jas@extundo.com>
8089
8090 * smtpmail.texi (Authentication): Mention SSL.
8091
8092 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8093
8094 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8095 Don't use @indicateurl.
8096
8097 * cc-mode.texi (Subword Movement): Don't use @headitem.
8098 (Custom Braces, Clean-ups): Don't use @tie.
8099
8100 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8101
8102 Sync with Tramp 2.0.54.
8103
8104 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8105 Suggested by Adrian Phillips <a.phillips@met.no>.
8106
8107 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8108
8109 * org.texi (Installation, Activation): Split from Installation and
8110 Activation.
8111 (Clocking work time): Documented new features.
8112
8113 2006-08-13 Alex Schroeder <alex@gnu.org>
8114
8115 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8116 example.
8117
8118 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8119
8120 * faq.texi (How to add fonts): New node.
8121
8122 2006-08-05 Romain Francoise <romain@orebokech.com>
8123
8124 * faq.texi (New in Emacs 22): Expand.
8125
8126 2006-08-03 Michael Olson <mwolson@gnu.org>
8127
8128 * erc.texi: Update for ERC 5.1.4.
8129
8130 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8131
8132 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8133 in .../site-lisp/gnus/ by default.
8134 [ From gnus-news.texi in the trunk. ]
8135
8136 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8137
8138 * gnus.texi (MIME Commands): Additions for yEnc.
8139
8140 2006-07-24 Richard Stallman <rms@gnu.org>
8141
8142 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8143 * faq.texi: Move periods and commas inside quotes.
8144
8145 2006-07-20 Jay Belanger <belanger@truman.edu>
8146
8147 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8148
8149 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * faq.texi (Security risks with Emacs): Document Emacs 22
8152 file-local-variable mechanism.
8153
8154 2006-07-12 Michael Olson <mwolson@gnu.org>
8155
8156 * erc.texi: Update for ERC 5.1.3.
8157
8158 2006-07-12 Alex Schroeder <alex@gnu.org>
8159
8160 * rcirc.texi: Fix typos.
8161 (Getting started with rcirc): New calling convention for M-x irc.
8162 Mention #rcirc. Removed channel tracking.
8163 (Configuration): Change the names of all variables that got changed
8164 recently, eg. rcirc-server to rcirc-default-server. Added
8165 documentation for rcirc-authinfo, some background for Bitlbee, and
8166 rcirc-track-minor-mode.
8167 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8168 Scrolling.
8169 (Reconnecting after you have lost the connection): Fix example code
8170 to match code changes.
8171
8172 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * gnus.texi, message.texi: Fix typos.
8175
8176 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8177
8178 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8179 commands.
8180 (Global TODO list): Document the use of the variables
8181 `org-agenda-todo-ignore-scheduled' and
8182 `org-agenda-todo-list-sublevels'.
8183
8184 2006-07-05 Richard Stallman <rms@gnu.org>
8185
8186 * faq.texi (Scrolling only one line): Fix xref.
8187
8188 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8189
8190 * faq.texi (Evaluating Emacs Lisp code):
8191 Throughout, replace eval-current-buffer with eval-buffer.
8192
8193 2006-07-03 Richard Stallman <rms@gnu.org>
8194
8195 * rcirc.texi (Scrolling conservatively): Fix xref.
8196
8197 * pcl-cvs.texi (Viewing differences): Usage fix.
8198
8199 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8200
8201 * org.texi (Agenda commands): Document `s' key to save all org-mode
8202 buffers.
8203
8204 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8205
8206 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8207 names. Mention `cvs-msg' face.
8208
8209 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8210
8211 * org.texi (Checkboxes): New section.
8212
8213 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8214
8215 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8216 throughout this chapter.
8217
8218 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8221 text for standalone vs Emacs info.
8222 (Help): Clarify header line description. Use mouse-1 for clicks.
8223 (Help-P): Use mouse-1 for clicks.
8224 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8225 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8226 (Choose menu subtopic): Remove gratuitous Emacs command names.
8227 (Help-FOO): Put usual behavior first.
8228 (Help-Xref): Clicking on xrefs works in Emacs.
8229 (Search Text): Clarify what the default behavior is.
8230 (Create Info buffer): Fix Emacs window/X window confusion.
8231 (Emacs Info Variables): Fix for new Emacs init file behavior.
8232
8233 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8234
8235 * gnus.texi (Summary Buffer Lines): Fix typo.
8236
8237 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8238
8239 * org.texi (Embedded LaTeX): New chapter.
8240 (Archiving): Section rewritten.
8241 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8242
8243 2006-06-20 Bill Wohler <wohler@newt.com>
8244
8245 Release MH-E manual version 8.0.1.
8246
8247 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8248 release 8.0.1.
8249 (Preface): Depend on GNU mailutils 1.0 and higher.
8250
8251 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * message.texi (News Headers): Update message-syntax-checks section.
8254
8255 2006-06-19 Karl Berry <karl@gnu.org>
8256
8257 * info.texi (Advanced): Mention C-q, especially with ?.
8258
8259 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8260
8261 * org.texi (Publishing links): Document the `:link-validation-function'
8262 property.
8263 (Extensions and Hacking): New chapter, includes some sections of the
8264 "Miscellaneous" chapter.
8265
8266 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8267
8268 * org.texi (Progress logging): New section.
8269
8270 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8271
8272 * org.texi (ASCII export): Document indentation adaptation.
8273 (Setting tags): Document mutually-exclusive tags.
8274
8275 2006-06-05 Romain Francoise <romain@orebokech.com>
8276
8277 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8278 Fix typo.
8279
8280 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8281 channel (#gnus@irc.freenode.net).
8282 Fix typos. Update copyright notice.
8283
8284 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8285 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8286 (Line-Up Functions, Custom Macros):
8287 * ediff.texi (Window and Frame Configuration)
8288 (Highlighting Difference Regions):
8289 * emacs-mime.texi (Display Customization):
8290 * erc.texi (History):
8291 * eshell.texi (Known problems):
8292 * eudc.texi (Overview, BBDB):
8293 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8294 (The problem of spam, SpamOracle, Extending the Spam package)
8295 (Conformity, Terminology):
8296 * idlwave.texi (Routine Info)
8297 (Class and Keyword Inheritance, Padding Operators)
8298 (Breakpoints and Stepping, Electric Debug Mode)
8299 (Examining Variables, Troubleshooting):
8300 * org.texi (Creating timestamps):
8301 * reftex.texi (Commands, Options, Changes):
8302 * tramp.texi (Inline methods, Password caching)
8303 (Auto-save and Backup, Issues):
8304 * vip.texi (Files, Commands in Insert Mode):
8305 * viper.texi (Emacs Preliminaries, States in Viper)
8306 (Packages that Change Keymaps, Viper Specials, Groundwork):
8307 Fix various typos.
8308
8309 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8310
8311 * ediff.texi: Fix typos.
8312
8313 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8314
8315 * org.texi: Small typo fixes.
8316
8317 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * viper.texi (Viper Specials):
8320 * gnus.texi (Example Setup):
8321 * faq.texi (Backspace invokes help):
8322 * dired-x.texi (Optional Installation Dired Jump):
8323 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8324 follow coding conventions.
8325
8326 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8327
8328 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8329
8330 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8331
8332 * pcl-cvs.texi: Fix typos.
8333 (Customization): Say "us".
8334
8335 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8336
8337 * org.texi: Remove bogus @setfilename.
8338
8339 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8340
8341 * org.texi (ASCII export): Omit command name.
8342 (HTML export): Add prefix to all lines in Local Variable example.
8343 (Acknowledgments): Typeset names in italics.
8344
8345 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8346
8347 * org.texi (Plain lists): Add new item navigation commands.
8348 (External links): Document elisp and info links.
8349 (Custom searches): New section.
8350 (Publishing): New chapter.
8351 (HTML export): Include a list of supported CSS classes.
8352 (Setting tags): Describe the fast-tag-setting interface.
8353
8354 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * dired-x.texi: ifinfo -> ifnottex.
8357
8358 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8359
8360 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8361
8362 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8363
8364 * message.texi (Interface): Add tool bar customization.
8365 (MIME): Index and text additions for mml-attach.
8366 (MIME): Describe mml-dnd-protocol-alist and
8367 mml-dnd-attach-options.
8368
8369 * gnus.texi (Oort Gnus): Reorder entries in sections.
8370 Fix some entries.
8371 (Starting Up): Add references to "Emacs for Heathens" and to
8372 "Finding the News". Add user-full-name and user-mail-address.
8373 (Group Buffer Format): Add tool bar customization and update.
8374 (Summary Buffer): Add tool bar customization.
8375 (Posting Styles): Add message-alternative-emails.
8376
8377 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8378
8379 * tramp.texi (Filename completion): Improve wording.
8380
8381 2006-05-07 Romain Francoise <romain@orebokech.com>
8382
8383 * faq.texi (Using regular expressions): Fix typo.
8384 (Packages that do not come with Emacs): Fix capitalization.
8385 (Replacing text across multiple files): Expand node to explain how
8386 to use `dired-do-query-replace-regexp' in more detail, based on
8387 suggestion by Eric Hanchrow <offby1@blarg.net>.
8388
8389 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8390
8391 * tramp.texi (Filename completion): Completion of remote files'
8392 method, user name and host name is active only in partial
8393 completion mode.
8394
8395 2006-05-06 Bill Wohler <wohler@newt.com>
8396
8397 Release MH-E manual version 8.0.
8398
8399 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8400 release 8.0.
8401
8402 2006-05-06 Bill Wohler <wohler@newt.com>
8403
8404 * mh-e.texi (MH-BOOK-HOME): Change from
8405 http://www.ics.uci.edu/~mh/book/mh to
8406 http://rand-mh.sourceforge.net/book/mh.
8407 Replace .htm suffix with .html for MH book files.
8408 (Using This Manual): Update key binding for getting relevant
8409 chapter in Info from command key.
8410 (Ranges): Fix itemx.
8411
8412 2006-05-05 Karl Berry <karl@gnu.org>
8413
8414 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8415 (\fonttextsize): New user-level command to change text font size.
8416
8417 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8418
8419 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8420
8421 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8422
8423 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8424
8425 2006-04-24 Bill Wohler <wohler@newt.com>
8426
8427 * mh-e.texi (Getting Started): Make it more explicit that you need
8428 to install MH. Add pointers to current MH implementations.
8429
8430 2006-04-21 Bill Wohler <wohler@newt.com>
8431
8432 Release MH-E manual version 7.94.
8433
8434 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8435 release 7.94.
8436
8437 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8438
8439 * org.texi: Many small fixes.
8440 (Handling links): Rename from "Managing links".
8441
8442 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8443
8444 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8445 (Splitting mail using spam-stat): Fix @xref.
8446
8447 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8448
8449 * gnus.texi (Spam Package): Major revision of the text.
8450 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8451
8452 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8453
8454 * org.texi (Time stamps): Better explanation of the purpose of
8455 different time stamps.
8456 (Structure editing, Plain lists): More details on how new items
8457 and headings are inserted.
8458
8459 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8460
8461 * org.texi (Formula syntax): Fix link to Calc Manual.
8462
8463 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8464
8465 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8466
8467 2006-04-17 Bill Wohler <wohler@newt.com>
8468
8469 * mh-e.texi (Folders): Update mh-before-quit-hook and
8470 mh-quit-hook example with code that removes the buffers rather
8471 than just bury them.
8472
8473 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8474
8475 Sync with Tramp 2.0.53.
8476
8477 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8478
8479 * org.texi (Updating settings): New section.
8480 (Visibility cycling): Better names for the startup folding
8481 options.
8482 (Exporting): Completely restructured.
8483 (The very busy C-c C-c key): New section.
8484 (Summary of in-buffer settings): New section.
8485
8486 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8489
8490 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8491
8492 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8493 (Server Commands): Key `v' is reserved for users.
8494
8495 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8496
8497 * org.texi (Link format): New section, emphasis on bracket links.
8498 (External links): Document bracket links.
8499 (FAQ): Expand to cover shell links and the new link format.
8500
8501 2006-04-09 Kevin Ryde <user42@zip.com.au>
8502
8503 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8504
8505 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8506
8507 * gnus.texi (Summary Buffer Lines): Add `*'.
8508
8509 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
8510
8511 * gnus.texi (Group Parameters):
8512 Mention gnus-permanently-visible-groups.
8513
8514 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8515
8516 * gnus.texi (Face): Fix typo.
8517
8518 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8519
8520 * gnus.texi (X-Face): Clarify.
8521 (Face): Need Emacs with PNG support.
8522
8523 2006-04-06 Richard Stallman <rms@gnu.org>
8524
8525 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8526 Emacs".
8527
8528 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8529
8530 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8531 blocks not suitable for inclusion with Emacs using variable
8532 PARTOFEMACS.
8533
8534 2006-04-04 Simon Josefsson <jas@extundo.com>
8535
8536 * gnus.texi (Security): Improve.
8537
8538 2006-04-02 Bill Wohler <wohler@newt.com>
8539
8540 * mh-e.texi (Getting Started, Junk, Bug Reports)
8541 (MH FAQ and Support): Fix URLs.
8542
8543 2006-03-31 Romain Francoise <romain@orebokech.com>
8544
8545 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8546 to t, not nil (and has for the past eight years).
8547
8548 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8549
8550 * message.texi, gnus.texi: Bump version to 5.11.
8551
8552 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8553
8554 * gnus.texi (Top): Add comment about version line.
8555
8556 * message.texi (Top): Ditto. Change to take named versions into
8557 account.
8558
8559 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8560
8561 * gnus.texi (Posting Styles): Add x-face-file to example.
8562 (X-Face): Refer to posting styles.
8563
8564 * gnus-faq.texi ([5.8]): Add x-face-file.
8565 ([8.4]): Add links to gmane.emacs.gnus.user and
8566 gmane.emacs.gnus.general.
8567
8568 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8569
8570 * gnus-faq.texi: Use .invalid.
8571 ([5.4]): Fix gnus-posting-styles example.
8572
8573 2006-03-27 Romain Francoise <romain@orebokech.com>
8574
8575 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8576 Emacs/W3 needs a new maintainer.
8577 (Ispell): Update author and version info.
8578 (Mailcrypt): Mention PGG.
8579 (New in Emacs 22): Add PGG to the list of new packages.
8580 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8581 updating dead URLs.
8582
8583 2006-03-25 Karl Berry <karl@gnu.org>
8584
8585 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8586 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8587 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8588 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8589 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8590 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8591 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8592 (2) do not indent copyright year list (or anything else).
8593
8594 2006-03-21 Bill Wohler <wohler@newt.com>
8595
8596 * mh-e.texi (Folders): Various edits.
8597
8598 2006-03-20 Romain Francoise <romain@orebokech.com>
8599
8600 * gnus.texi (Mail Folders): Grammar fix.
8601
8602 2006-03-19 Bill Wohler <wohler@newt.com>
8603
8604 * mh-e.texi (Replying): Document Mail-Followup-To.
8605 Change manually-formatted table to multitable. Add debugging info.
8606 Move description of mh-reply-default-reply-to into paragraph
8607 that describes its values.
8608
8609 2006-03-17 Bill Wohler <wohler@newt.com>
8610
8611 * mh-e.texi: Use smallexample and smalllisp consistently.
8612 (Sending Mail Tour): Update method of entering
8613 addresses and subject.
8614 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8615 (Adding Attachments, Searching): Update screenshots for Emacs 22.
8616
8617 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8618
8619 * org.texi: Version number change only.
8620
8621 2006-03-14 Bill Wohler <wohler@newt.com>
8622
8623 * mh-e.texi: Add index entries around each paragraph rather than
8624 depend on entries from beginning of node. Doing so ensures that
8625 index entries are less likely to be forgotten if text is cut and
8626 pasted, and are necessary anyway if the references are on a
8627 separate page. It seems that makeinfo is now (v. 4.8) only
8628 producing one index entry per node, so there is no longer any
8629 excuse not to. Use subheading instead of heading. The incorrect
8630 use of heading produced very large fonts in Info--as large as the
8631 main heading.
8632 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8633 versions 6 and 7 appeared *around* the time of these Emacs releases.
8634
8635 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8636
8637 * org.texi (Clean view): Document new startup options.
8638
8639 2006-03-11 Bill Wohler <wohler@newt.com>
8640
8641 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8642 (Composing, Scan Line Formats): Fix @refs.
8643 (Getting Started): Define MH profile and MH profile components.
8644 (Incorporating Mail, Reading Mail, Viewing, Printing)
8645 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8646 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8647 for string constants.
8648 (Tool Bar): Remove spurious quote.
8649 (Junk): Use ``...'' instead of "...".
8650 (Scan Line Formats): Replace @samp with @kbd.
8651
8652 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
8653
8654 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8655
8656 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
8657
8658 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8659 easy to understand.
8660
8661 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * gnus.texi: Markup fix.
8664 (Fancy Mail Splitting): Specify new feature.
8665
8666 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
8667
8668 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8669 partial-words matching.
8670
8671 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
8672
8673 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8674
8675 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8676 (MIME Commands): Fix mm-discouraged-alternatives.
8677
8678 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8679
8680 * org.texi: Version number change only.
8681
8682 2006-03-06 Bill Wohler <wohler@newt.com>
8683
8684 * mh-e.texi: Move from SourceForge repository to Savannah.
8685 This is version 7.93, which is a total rewrite from the previous
8686 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8687 version 7.93.
8688
8689 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8690
8691 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8692
8693 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8694
8695 * org.texi (Interaction): Add item about `org-mouse.el' by
8696 Piotr Zielinski.
8697 (Managing links): Document that also mouse-1 can be used to
8698 activate a link.
8699 (Headlines, FAQ): Add entry about hiding leading stars.
8700 (Miscellaneous): Resort the sections in this chapter to a more
8701 logical sequence.
8702
8703 2006-02-27 Simon Josefsson <jas@extundo.com>
8704
8705 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
8706 2004-01-27 from the trunk).
8707
8708 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8709
8710 * cc-mode.texi: Rename c-hungry-backspace to
8711 c-hungry-delete-backwards, at the request of RMS. Leave the old
8712 name as an alias.
8713
8714 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8715
8716 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8717 include the function header within the defun.
8718
8719 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8720
8721 * cc-mode.texi: Correct two typos.
8722
8723 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8724
8725 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8726 existing comment.
8727 (Electric Keys): Add a justification for electric indentation.
8728 (Hungry WS Deletion): Clear up the names and complications of the
8729 BACKSPACE and DELETE keys.
8730
8731 2006-02-23 Juri Linkov <juri@jurta.org>
8732
8733 * faq.texi (Common requests): Move `Turning on auto-fill by
8734 default' after `Wrapping words automatically'. Move `Working with
8735 unprintable characters' before `Searching for/replacing newlines'.
8736 Move `Replacing highlighted text' after `Highlighting a region'.
8737 Merge `Repeating commands' and `Repeating a command as many times
8738 as possible' into the former.
8739 (Packages that do not come with Emacs): Add refs to Gmane and
8740 etc/MORE.STUFF.
8741
8742 2006-02-23 Juri Linkov <juri@jurta.org>
8743
8744 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8745 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8746 Add xref to `(emacs)Reporting Bugs'.
8747 (Getting a printed manual): Add URL to other formats of the manual.
8748 (Common requests): Fix menu.
8749 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8750 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8751 (Inserting text at the beginning of each line): Add pxref to
8752 `Changing the included text prefix'.
8753 (Forcing the cursor to remain in the same column): Mention `track-eol'
8754 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
8755 (Replacing text across multiple files): Add keybinding `Q' for
8756 `dired-do-query-replace'.
8757
8758 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8759
8760 * reftex.texi: Version number and date change only.
8761
8762 * org.texi (Internal Links): Rewrite to cover the modified
8763 linking system.
8764
8765 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8766
8767 * faq.texi: Remove the coding cookie, it's not needed anymore.
8768
8769 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8770
8771 * faq.texi (Colors on a TTY): Mention Mac OS port.
8772
8773 2006-02-12 Karl Berry <karl@gnu.org>
8774
8775 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8776 8-bit accented a.
8777
8778 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
8779
8780 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8781
8782 2006-02-08 Romain Francoise <romain@orebokech.com>
8783
8784 * faq.texi (Top): Remove paragraph about the FAQ being a
8785 transitional document, etc.
8786 (Searching for/replacing newlines): New node.
8787 (Yanking text in isearch): New node.
8788 (Inserting text at the beginning of each line): Rename and make
8789 more general, mention `M-;' in Message mode.
8790
8791 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * faq.texi (Meta key does not work in xterm)
8794 (Emacs does not display 8-bit characters)
8795 (Inputting eight-bit characters): Update xrefs.
8796
8797 2006-02-06 Romain Francoise <romain@orebokech.com>
8798
8799 * faq.texi (VM): VM now at version 7.19.
8800 Set myself as maintainer of this file.
8801
8802 2006-02-04 Michael Olson <mwolson@gnu.org>
8803
8804 * erc.texi (History): Note that ERC is now included with Emacs.
8805
8806 2006-01-31 Romain Francoise <romain@orebokech.com>
8807
8808 * message.texi (Message Headers): Explain what
8809 `message-alternative-emails' does in more detail.
8810 Update copyright year.
8811
8812 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8815
8816 2006-01-29 Richard M. Stallman <rms@gnu.org>
8817
8818 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8819
8820 2006-01-29 Michael Olson <mwolson@gnu.org>
8821
8822 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8823
8824 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8825
8826 * faq.texi (New in Emacs 22): Mention ERC.
8827
8828 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * rcirc.texi: Capitalize dir entry for consistency with the entry
8831 in info/dir and other entries in the Emacs category.
8832 Fix typos. Delete trailing whitespace.
8833
8834 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
8835
8836 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8837
8838 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8839
8840 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8841 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8842
8843 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8844 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8845
8846 2006-01-27 Alex Schroeder <alex@gnu.org>
8847
8848 * rcirc.texi: New file.
8849
8850 2006-01-23 Juri Linkov <juri@jurta.org>
8851
8852 * widget.texi (User Interface): Add S-TAB for widget-backward.
8853
8854 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8855
8856 Sync with Tramp 2.0.52.
8857
8858 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8859 Add Tramp disabling item. New item for common connection problems.
8860 (various): Apply "ftp" as method for the download URL.
8861 (Bug Reports): Refer to FAQ for common problems.
8862
8863 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8864
8865 * widget.texi (User Interface): Use @key for TAB.
8866
8867 * ses.texi (Formulas, Printer functions): Use @key for TAB.
8868
8869 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8870 for TAB.
8871
8872 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8873
8874 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * gnus.texi: Update copyright.
8877
8878 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * gnus.texi (Article Washing): Additions.
8881
8882 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8883
8884 * org.texi (Agenda commands): Document tags command.
8885
8886 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8887
8888 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8889
8890 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8891
8892 * gnus.texi (RSS): Addition.
8893
8894 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8897
8898 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * emacs-mime.texi (Display Customization): Add setting example to
8901 mm-discouraged-alternatives.
8902
8903 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8906 version is the canonical version.
8907
8908 2006-01-08 Alex Schroeder <alex@gnu.org>
8909
8910 * pgg.texi (Caching passphrase): Rewording.
8911
8912 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8913
8914 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8915 repository URL.
8916
8917 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
8918
8919 * org.texi: Removed the accidentally re-added empty line in the
8920 direntry.
8921
8922 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8923
8924 * org.texi (Agenda Views): Chapter reorganized.
8925
8926 2005-12-29 Romain Francoise <romain@orebokech.com>
8927
8928 * faq.texi (Using Customize): New node.
8929
8930 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8931
8932 * org.texi: Remove blank line in @direntry. It is non-standard
8933 and recursively produces blank lines all over the dir file (when
8934 using Texinfo 4.8).
8935
8936 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8937
8938 * widget.texi (atoms): Delete obsolete remark about `file' widget.
8939
8940 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8941
8942 * org.texi (Tags): Boolean logic documented.
8943 (Agenda Views): Document custom commands.
8944
8945 2005-12-20 David Kastrup <dak@gnu.org>
8946
8947 * faq.texi (AUCTeX): Update version and mailing list info.
8948
8949 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8950
8951 * gnus.texi (MIME Commands): Mention addition of
8952 multipart/alternative to gnus-buttonized-mime-types and add xref
8953 to mm-discouraged-alternatives.
8954
8955 * emacs-mime.texi (Display Customization): Mention addition of
8956 "image/.*" and add xref to gnus-buttonized-mime-types in the
8957 mm-discouraged-alternatives section.
8958
8959 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8960
8961 * org.texi (Tags): New section.
8962 (Agenda Views): Chapter reorganized.
8963
8964 2005-12-16 Eli Zaretskii <eliz@gnu.org>
8965
8966 * org.texi (Internal Links): Add a missing comma after an @xref.
8967
8968 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * faq.texi (Filling paragraphs with a single space): No need to
8971 change sentence-end now.
8972
8973 2005-12-13 Romain Francoise <romain@orebokech.com>
8974
8975 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8976
8977 2005-12-12 Jay Belanger <belanger@truman.edu>
8978
8979 * faq.texi (Calc): Update version number.
8980
8981 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8982
8983 * org.texi (Progress Logging): New section.
8984
8985 2005-12-10 Romain Francoise <romain@orebokech.com>
8986
8987 Update the Emacs FAQ for the 22.1 release.
8988
8989 * faq.texi: Set VER to `22.1'.
8990 (Basic editing): Explain how to use localized versions of the
8991 Tutorial. Mention that `C-h r' displays the manual.
8992 Delete obsolete WWW link to an Emacs 18 tutorial.
8993 (Getting a printed manual): Point to the new locations of the
8994 manuals on the GNU Web site.
8995 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8996 available via Info (it was previously distributed separately).
8997 (Installing Texinfo documentation): The latest version of Texinfo
8998 is 4.8, not 4.0.
8999 (Informational files for Emacs): COPYING is the GNU General Public
9000 License, not the Emacs General Public License.
9001 (Informational files for Emacs): Delete obsolete link to the
9002 GNUinfo pages as they have been removed from the GNU Web site.
9003 (New in Emacs 22): New node.
9004 (Setting up a customization file): Say that most packages support
9005 Customize nowadays.
9006 (Colors on a TTY): Delete reference to instructions on how to
9007 enable syntax highlighting, it is now enabled by default.
9008 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9009 at startup automatically.
9010 (Controlling case sensitivity): Mention `M-c' in isearch.
9011 (Using an already running Emacs process): Emacs now creates the
9012 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9013 gnuserv. As emacsclient can now run Lisp code as well, delete a
9014 sentence praising gnuserv for that. Simplify description of how
9015 the client/server operation works.
9016 (Compiler error messages): Delete obsolete text (compile.el has
9017 been rewritten).
9018 (Indenting switch statements): Fix typo.
9019 (Matching parentheses): Simplify setup instructions, mention the
9020 menu bar item in the Options menu.
9021 (Repeating a command as many times as possible): Mention `C-x e'.
9022 (Going to a line by number): Mention new keymap and bindings
9023 `M-g M-g', `M-g M-p' and `M-g M-n'.
9024 (Turning on syntax highlighting): Now on by default. Simplify.
9025 (Replacing highlighted text): Use `1', not `t'.
9026 (Problems with very large files): The maximum size is now 256MB on
9027 32-bit machines.
9028 (^M in the shell buffer): Mention `comint-process-echoes'.
9029 (Emacs for Apple computers): Emacs 22 has native support for Mac
9030 OS X.
9031 (Translating names to IP addresses): Delete node.
9032 (Binding keys to commands): Fix typo.
9033 (SPC no longer completes file names): New node.
9034 (MIME with Emacs mail packages): Delete section about the Emacs
9035 MIME FAQ (it's not reachable anymore).
9036
9037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9038
9039 * cc-mode.texi: The manual has been extensively revised: the
9040 information about using CC Mode has been separated from the larger
9041 and more difficult chapters about configuration. It has been
9042 updated for CC Mode 5.31.
9043
9044 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9045
9046 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9047 (Selecting an implementation): Fix descriptions.
9048
9049 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9050
9051 * message.texi (Various Message Variables): Addition.
9052
9053 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9054
9055 * message.texi: Fix default values.
9056
9057 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9058
9059 * message.texi (Header Commands): Clarify descriptions of
9060 message-cross-post-followup-to, message-reduce-to-to-cc, and
9061 message-insert-wide-reply.
9062 (Various Commands): Fix kindex for message-kill-to-signature;
9063 clarify description of message-tab.
9064
9065 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * message.texi (Mailing Lists): Fix description about MFT.
9068
9069 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9070
9071 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9072
9073 * gnus.texi (Slow Terminal Connection): Replace old description
9074 with new one.
9075
9076 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9077
9078 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9079 replace X-Draft-Headers with X-Draft-From.
9080
9081 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9082
9083 * gnus.texi (Various Various): Fix the default value of
9084 nnheader-max-head-length.
9085 (Gnus Versions): Fix typo.
9086
9087 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9088
9089 * org.texi (Structure editing): Document new functionality of
9090 M-RET.
9091
9092 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9093
9094 * org.texi (Internal Links): Fix Texinfo usage.
9095
9096 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9097
9098 * org.texi (TODO basics): Document the global todo list.
9099 (TODO items): Documents sparse tree for specific TODO
9100 keywords.
9101
9102 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9103
9104 * org.texi (Plain Lists): Typos fixed.
9105
9106 2005-11-28 Jay Belanger <belanger@truman.edu>
9107
9108 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9109
9110 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9111
9112 * org.texi (Structure editing): New item moving commands added.
9113 (Plain Lists): New section.
9114
9115 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9116
9117 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9118 (Agenda): Document commands `org-cycle-agenda-files' and
9119 `org-agenda-file-to-front'.
9120 (Built-in table editor): Document `org-table-sort-lines'.
9121 (HTML formatting): Export of hand-formatted lists.
9122
9123 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9124
9125 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9126 new variable gnus-toolbar-thickness.
9127
9128 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9129
9130 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9131
9132 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9133
9134 * gnus.texi (X-Face): Fix description.
9135 (XVarious): Remove gnus-xmas-logo-color-alist and
9136 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9137
9138 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9139
9140 * gnus.texi (Group Parameters): Mention new variable
9141 gnus-parameters-case-fold-search.
9142 (Home Score File): Addition.
9143
9144 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9145
9146 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9147 (Overview): List supported feed types.
9148 (Installation): No installation necessary when using autoload.
9149 (Configuration): Rename "RSS" to "news".
9150
9151 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9152
9153 * pgg.texi (User Commands): Document additional passphrase
9154 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9155 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9156
9157 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9158
9159 * org.texi: Version number changed to 3.19.
9160
9161 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9162
9163 * pgg.texi (How to use): Update the example to add autoload of
9164 pgg-encrypt-symmetric-region.
9165 (User Commands): Document pgg-encrypt-symmetric-region.
9166 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9167
9168 2005-10-27 Jay Belanger <belanger@truman.edu>
9169
9170 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9171 mention other TeX-related units.
9172
9173 2005-10-23 Lars Hansen <larsh@soem.dk>
9174
9175 * dired-x.texi (Miscellaneous Commands):
9176 Replace dired-do-relative-symlink by dired-do-relsymlink and
9177 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9178
9179 2005-10-23 Jay Belanger <belanger@truman.edu>
9180
9181 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9182 constant.
9183
9184 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9185
9186 * faq.texi (Bugs and problems):
9187 Replace `dired-move-to-filename-regexp' by
9188 `directory-listing-before-filename-regexp'.
9189
9190 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9191
9192 * newsticker.texi (UPDATED): Set value.
9193
9194 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9195
9196 * gnus.texi (Document Groups): Remove duplicate item.
9197
9198 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9199
9200 * org.texi (Summary): Mention iCalendar support.
9201 (Exporting): Document iCalendar support.
9202
9203 2005-10-18 Romain Francoise <romain@orebokech.com>
9204
9205 * viper.texi (Viper Specials): Capitalize GNU.
9206
9207 2005-10-17 Juri Linkov <juri@jurta.org>
9208
9209 * info.texi (Getting Started, Search Index, Expert Info):
9210 Fix wording.
9211 (Search Text): Replace `echo area' with `mode line'.
9212 (Search Index): Both `i' and `,' find all index entries.
9213 Replace example `C-f' with `C-l' (which exists in index of Info
9214 manual) and delete spaces in its keyboard input sequence.
9215 Delete unnecessary explanations about literal characters.
9216
9217 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9218
9219 * gnus.texi (Document Server Internals): Addition.
9220
9221 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9222
9223 * gnus.texi (A note on namespaces): Fix RFC reference.
9224
9225 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * gnus.texi (RSS): Fix key description.
9228
9229 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * gnus.texi: Emacs/w3 -> Emacs/W3.
9232 (Browsing the Web): Fix description.
9233 (Web Searches): Ditto.
9234 (Customizing W3): Ditto.
9235
9236 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9237
9238 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9239
9240 2005-10-11 Jay Belanger <belanger@truman.edu>
9241
9242 * calc.texi (Integration): Mention using `a i' to compute definite
9243 integrals.
9244
9245 2005-10-11 Juri Linkov <juri@jurta.org>
9246
9247 * info.texi: Rearrange nodes.
9248 (Top): Update menu. Change ref `Info for Experts' to
9249 `Advanced Info Commands'.
9250 (Getting Started): Fix description of manual's parts.
9251 (Help-Int): Change xref `Info Search' to `Search Index', and
9252 `Expert Info' to `Advanced'.
9253 (Advanced): Move node one level up.
9254 (Search Text, Search Index): New nodes split out from `Info Search'.
9255 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9256 split out from `Advanced'.
9257 (Advanced, Emacs Info Variables): De-document editing an Info file
9258 in Info.
9259 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9260 (Creating an Info File): Delete node and move its text to
9261 `Expert Info'.
9262
9263 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9264
9265 * org.texi (Workflow states): Documented that change in keywords
9266 becomes active only after restart of Emacs.
9267
9268 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9269
9270 Sync with Tramp 2.0.51.
9271
9272 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9273
9274 * speedbar.texi (Introduction): Describe new location of speedbar
9275 on menubar.
9276 (Basic Key Bindings): Remove descriptions of bindings that have
9277 been removed.
9278
9279 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9280
9281 * speedbar.texi (GDB): Describe use of watch expressions.
9282
9283 2005-09-28 Simon Josefsson <jas@extundo.com>
9284
9285 * message.texi (IDNA): Fix.
9286
9287 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9290 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9291 description of nntp-open-connection-function.
9292 (Common Variables): Fix descriptions.
9293
9294 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9295
9296 * gnus.texi (Server Buffer Format): Document the %a format spec.
9297
9298 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9299
9300 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9301
9302 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9303
9304 * org.texi Version 3.16.
9305
9306 2005-09-19 Miles Bader <miles@gnu.org>
9307
9308 * newsticker.texi: Get rid of CVS keywords.
9309
9310 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * gnus.texi (Finding the Parent): Fix description of how Gnus
9313 finds article.
9314
9315 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9316
9317 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9318 to drop off non-answered articles.
9319
9320 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9321
9322 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9323 braces (which are unsupported by NMAKE) for macro `srcdir'.
9324
9325 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9326
9327 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9328 (../info/newsticker, newsticker.dvi): New targets.
9329
9330 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9331
9332 * newsticker.texi: Replace @command with @code. Replace @example
9333 with @lisp.
9334 (Top): Add explanations to menu items.
9335 (GNU Free Documentation License): Remove.
9336
9337 2005-09-16 Romain Francoise <romain@orebokech.com>
9338
9339 Update all files to specify GFDL version 1.2.
9340
9341 * doclicense.texi (GNU Free Documentation License): Update to
9342 version 1.2.
9343
9344 2005-09-15 Richard M. Stallman <rms@gnu.org>
9345
9346 * newsticker.texi: Fix @setfilename.
9347
9348 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9349 (../info/newsticker, newsticker.dvi): New targets.
9350
9351 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * org.texi: Version 3.15.
9354
9355 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9356
9357 * ses.texi: Combine all three indices into one.
9358 Correct a few typos.
9359
9360 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9361
9362 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9363
9364 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9365
9366 * emacs-mime.texi (Handles): Remove duplicate item.
9367 (Encoding Customization): Fix the default value for
9368 mm-coding-system-priorities.
9369 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9370 (Basic Functions): Fix reference.
9371
9372 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9375
9376 2005-08-18 Richard M. Stallman <rms@gnu.org>
9377
9378 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9379 and web site.
9380
9381 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9382 not keyboard-translate.
9383
9384 2005-08-11 Richard M. Stallman <rms@gnu.org>
9385
9386 * faq.texi (Using regular expressions): Fix xref.
9387
9388 2005-08-09 Juri Linkov <juri@jurta.org>
9389
9390 * info.texi (Help-P): Replace `Prev' with `Previous'.
9391 (Help-M, Help-Xref): Add S-TAB.
9392 (Help-FOO): Update `u' command.
9393 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9394 Update info about visibility of xref parts.
9395 (Help-Int): Fix `m' command. Rename `Info-last' to
9396 `Info-history-back'. Add `Info-history-forward'.
9397 (Advanced): Fix `g*' and `M-n' commands.
9398 (Info Search): Add `index-apropos' in stand-alone browser.
9399 Add isearch commands.
9400 (Emacs Info Variables): Remove `Info-fontify'.
9401 Add `Info-mode-hook'. Update face names.
9402 Add `Info-fontify-maximum-menu-size',
9403 `Info-fontify-visited-nodes', `Info-isearch-search'.
9404
9405 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9406
9407 Sync with Tramp 2.0.50.
9408
9409 * tramp.texi: Use @option{} consequently for method names.
9410 (Inline methods, External transfer methods): Remove references to
9411 Cygwin.
9412 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9413 implementation.
9414
9415 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9416
9417 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9418 Mention that gnus-init-file is not read when Emacs is invoked with
9419 --no-init-file or -q.
9420
9421 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9422
9423 * org.texi: Version 3.14.
9424
9425 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9426
9427 * org.texi: Version 3.13.
9428
9429 2005-07-18 Juri Linkov <juri@jurta.org>
9430
9431 * calc.texi (Time Zones, Logical Operations):
9432 * cl.texi (Overview):
9433 * org.texi (TODO types):
9434 * sc.texi (Emacs 18 MUAs):
9435 * speedbar.texi (Top):
9436 * url.texi (History):
9437 Delete duplicate duplicate words.
9438
9439 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9440
9441 * cl.texi (Type Predicates): Document `atom' type.
9442
9443 2005-07-04 Lute Kamstra <lute@gnu.org>
9444
9445 Update FSF's address in GPL notices.
9446
9447 * calc.texi (Copying):
9448 * doclicense.texi (GNU Free Documentation License):
9449 * faq.texi (Contacting the FSF):
9450 * mh-e.texi (Copying): Update FSF's address.
9451
9452 2005-07-03 Richard M. Stallman <rms@gnu.org>
9453
9454 * flymake.texi (Example -- Configuring a tool called directly):
9455 Update name of flymake-build-relative-filename.
9456
9457 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9458
9459 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9460
9461 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9462
9463 * org.texi: Version 3.12.
9464
9465 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9466
9467 * makefile.w32-in (MAKEINFO): Use --force.
9468 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9469 Makefile.in.
9470 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9471 more shells.
9472
9473 2005-06-23 Richard M. Stallman <rms@gnu.org>
9474
9475 * speedbar.texi (Creating a display): Texinfo usage fixes.
9476
9477 * tramp.texi (Customizing Completion, Auto-save and Backup):
9478 Texinfo usage fixes.
9479
9480 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9481
9482 * dired-x.texi (Miscellaneous Commands):
9483 * ediff.texi (Miscellaneous):
9484 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9485 (Agent Variables):
9486 * info.texi (Help-Xref):
9487 * message.texi (Message Headers):
9488 * org.texi (Remember):
9489 * reftex.texi (Options (Defining Label Environments)):
9490 (Options (Index Support)):
9491 (Options (Viewing Cross-References)):
9492 (Options (Misc)):
9493 (Changes):
9494 * speedbar.texi (Creating a display):
9495 * tramp.texi (Customizing Completion, Auto-save and Backup):
9496 Texinfo usage fix.
9497
9498 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9499
9500 * org.texi: Version 3.11.
9501
9502 2005-06-12 Jay Belanger <belanger@truman.edu>
9503
9504 * calc.texi (Getting Started): Remove extra menu item.
9505
9506 2005-05-31 Jay Belanger <belanger@truman.edu>
9507
9508 * calc.texi (Notations Used in This Manual): Use @kbd for key
9509 sequence.
9510 (Demonstration of Calc): Mention another way of starting Calc.
9511 (Starting Calc): Mention long name of M-#.
9512 (Embedded Mode Overview): Remove unnecessary instruction.
9513 (Other M-# commands): Rephrase `M-# 0' explanation.
9514 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9515 reflect current behavior.
9516
9517 2005-05-30 Jay Belanger <belanger@truman.edu>
9518
9519 * calc.texi (Hooks): Change description of calc-window-hook and
9520 calc-trail-window-hook to match usage.
9521 (Computational Functions): Add more constant-generating functions.
9522 (Customizable Variables): Use defvar.
9523
9524 2005-05-28 Jay Belanger <belanger@truman.edu>
9525
9526 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9527 (Basic Embedded Mode): Explain behavior of arguments to
9528 calc-embedded-mode.
9529
9530 2005-05-27 Jay Belanger <belanger@truman.edu>
9531
9532 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9533 current behavior.
9534
9535 2005-05-25 Jay Belanger <belanger@truman.edu>
9536
9537 * calc.texi: Change Calc version number throughout.
9538 (Keypad Mode): Change location in info output.
9539 (Keypad mode overview): Move picture of keypad.
9540
9541 2005-05-21 Jay Belanger <belanger@truman.edu>
9542
9543 * calc.texi (Storing variables): Mention that only most variables
9544 are void to begin with.
9545
9546 2005-05-21 Kevin Ryde <user42@zip.com.au>
9547
9548 * widget.texi (Basic Types): Update cross ref from "Enabling
9549 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9550 lispref/text.texi change.
9551
9552 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9553
9554 * org.texi: Version 3.09.
9555
9556 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9557
9558 * reftex.texi: Version 4.28.
9559
9560 2005-05-16 Jay Belanger <belanger@truman.edu>
9561
9562 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9563
9564 2005-05-14 Jay Belanger <belanger@truman.edu>
9565
9566 * calc.texi (Default Simplifications): Insert missing ! (logical
9567 not operator).
9568
9569 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9570
9571 Sync with Tramp 2.0.49.
9572
9573 2005-05-10 Jay Belanger <belanger@truman.edu>
9574
9575 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9576 to 1.
9577
9578 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9579
9580 * org.texi: Version 3.08, structure reorganized.
9581
9582 2005-04-24 Richard M. Stallman <rms@gnu.org>
9583
9584 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9585
9586 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9587
9588 * org.texi: Update to version 3.06.
9589
9590 2005-04-13 Lute Kamstra <lute@gnu.org>
9591
9592 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9593
9594 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9595
9596 * cl.texi (Porting Common Lisp): Fix typo.
9597
9598 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9599
9600 * gnus.texi (RSS): Addition.
9601
9602 2005-04-04 Jay Belanger <belanger@truman.edu>
9603
9604 * calc.texi: Change Calc version number.
9605 (Customizable variables): Fix description of calc-language-alist.
9606 (Copying): Put in version 2 of GPL.
9607
9608 2005-04-01 Jay Belanger <belanger@truman.edu>
9609
9610 * calc.texi (Troubleshooting Commands): Remove comment about
9611 installation.
9612 (Installation): Remove section.
9613 (Customizable Variables): New section.
9614 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9615 (Graphical Devices): Add references to Customizable Variables.
9616
9617 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * emacs-mime.texi (Display Customization): Markup fixes.
9620 (rfc2047): Update.
9621
9622 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9623
9624 * gnus-faq.texi: Replaced with auto-generated version.
9625
9626 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9627
9628 * dired-x.texi (Multiple Dired Directories): default-directory was
9629 renamed to dired-default-directory.
9630
9631 2005-03-26 Jay Belanger <belanger@truman.edu>
9632
9633 * calc.texi (Simplifying Formulas, Rewrite Rules):
9634 Change description of top and bottom of fraction.
9635 (Modulo Forms): Move description of how to create modulo forms to
9636 earlier in the section.
9637 (Fraction Mode): Suggest using : to get a fraction by dividing.
9638 (Basic Arithmetic): Adjust placement of command name.
9639 (Truncating the Stack): Emphasize that "hidden" entries are still
9640 visible.
9641 (Installation): Move discussion of printing manual to "About This
9642 Manual".
9643 (About This Manual): Mention how to print the manual.
9644 (Reporting Bugs): Remove first person.
9645 (Building Vectors): Add algebraic version of append.
9646 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9647 (Grouping Digits): Fix typo.
9648
9649 2005-03-25 Werner Lemberg <wl@gnu.org>
9650
9651 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9652 Replace `legal' with `valid'.
9653
9654 2005-03-25 Werner Lemberg <wl@gnu.org>
9655
9656 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9657
9658 2005-03-24 Jay Belanger <belanger@truman.edu>
9659
9660 * calc.texi (General Mode Commands)
9661 (Mode Settings in Embedded Mode): Add some explanation of
9662 recording mode settings.
9663
9664 2005-03-24 Richard M. Stallman <rms@gnu.org>
9665
9666 * calc.texi: Remove praise of non-free software.
9667
9668 * idlwave.texi: Don't say where to get IDL or its non-free manual.
9669 (Installation): Node deleted.
9670
9671 2005-03-23 Richard M. Stallman <rms@gnu.org>
9672
9673 * url.texi (HTTP language/coding): Improve last change.
9674
9675 2005-03-22 Jay Belanger <belanger@truman.edu>
9676
9677 * calc.texi (Embedded Mode): Add new information on changing
9678 modes.
9679
9680 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9681
9682 Sync with Tramp 2.0.48.
9683
9684 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9685
9686 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
9687 "GNU/Linux". Change all addresses to .gnu.org.
9688 (Default Method): Offer shortened syntax for "su" and "sudo"
9689 methods.
9690
9691 2005-03-07 Richard M. Stallman <rms@gnu.org>
9692
9693 * url.texi: Fix usage of "e.g.".
9694 (HTTP language/coding): Explain the rules for these strings.
9695
9696 2005-03-06 Richard M. Stallman <rms@gnu.org>
9697
9698 * woman.texi (Introduction): Minor cleanups.
9699
9700 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9701
9702 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9703 (Installation): Node deleted.
9704
9705 * mh-e.texi (Preface): Get rid of "Emacs 21".
9706
9707 * eshell.texi (Installation): Delete node (for Emacs 20).
9708
9709 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
9710
9711 * flymake.texi: Refill and tweak style in @lisp blocks.
9712
9713 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9714
9715 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9716
9717 2005-03-01 Jay Belanger <belanger@truman.edu>
9718
9719 * calc.texi (Trigonometric and Hyperbolic Functions):
9720 Mention additional functions.
9721 (Algebraic Simplifications): Mention additional simplifications.
9722
9723 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
9724
9725 * ses.texi: Add concept/function/variable indices (this work was
9726 donated by Brad Collins <brad@chenla.org>, copyright-assignment
9727 papers on file at FSF).
9728
9729 2005-02-10 Jay Belanger <belanger@truman.edu>
9730
9731 * calc.texi: Change @LaTeX to La@TeX throughout.
9732 Redefine @expr as @math for TeX output.
9733 Redefine @texline as a no-op for TeX output.
9734 Define @tfn, replace @t by @tfn throughout.
9735
9736 2005-02-09 Jay Belanger <belanger@truman.edu>
9737
9738 * calc.texi: Add macro for LaTeX for info output.
9739
9740 2005-02-08 Kim F. Storm <storm@cua.dk>
9741
9742 * texinfo.tex (LaTex): Add def.
9743
9744 2005-02-06 Jay Belanger <belanger@truman.edu>
9745
9746 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9747 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
9748 throughout manual.
9749
9750 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9751
9752 * gnus.texi: Some edits based on comments from David Abrahams.
9753
9754 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9755
9756 * gnus.texi (RSS): Fix the keystroke.
9757
9758 2005-01-24 David Kastrup <dak@gnu.org>
9759
9760 * faq.texi: Update AUCTeX version info.
9761
9762 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
9763
9764 * gnus-faq.texi ([4.1]): Typo.
9765
9766 2005-01-19 Jay Belanger <belanger@truman.edu>
9767
9768 * calc.texi (Keep Arguments): Mention that keeping arguments
9769 doesn't work with keyboard macros.
9770
9771 2005-01-16 Richard M. Stallman <rms@gnu.org>
9772
9773 * autotype.texi (Autoinserting): Fix small error.
9774
9775 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9776
9777 Sync with Tramp 2.0.47.
9778
9779 * tramp.texi (Compilation): New section, describing compilation of
9780 remote files.
9781
9782 2005-01-11 Kim F. Storm <storm@cua.dk>
9783
9784 * widget.texi (Basic Types): Add :follow-link keyword.
9785
9786 2005-01-09 Jay Belanger <belanger@truman.edu>
9787
9788 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9789
9790 2005-01-08 Jay Belanger <belanger@truman.edu>
9791
9792 * calc.texi: Change throughout to reflect new default value of
9793 calc-settings-file.
9794
9795 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * message.texi (Reply): `message-reply-to-function' should return
9798 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9799
9800 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
9801
9802 * faq.texi (Changing load-path): Fix typo.
9803
9804 2005-01-05 Jay Belanger <belanger@truman.edu>
9805
9806 * calc.texi (Programming Tutorial): Replace kbd command by
9807 appropriate characters for a keyboard macro.
9808
9809 2005-01-04 Jay Belanger <belanger@truman.edu>
9810
9811 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9812 for Lucid Emacs.
9813 (Programming Tutorial): Mention that the user needs to be in the
9814 right mode to compute some functions.
9815
9816 2005-01-04 Jay Belanger <belanger@truman.edu>
9817
9818 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9819 no longer applicable.
9820
9821 2005-01-01 Jay Belanger <belanger@truman.edu>
9822
9823 * calc.texi (Programming Tutorial): Change description of how to
9824 edit keyboard macros to match current behavior.
9825
9826 2004-12-31 Jay Belanger <belanger@truman.edu>
9827
9828 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9829
9830 2004-12-20 Jay Belanger <belanger@truman.edu>
9831
9832 * calc.texi (Types Tutorial): Emphasize that you can't divide by
9833 zero.
9834
9835 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * cc-mode.texi (Text Filling and Line Breaking): Put period after
9838 @xref.
9839 (Font Locking): Avoid @strong{Note:}.
9840
9841 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9842
9843 Sync with Tramp 2.0.46.
9844
9845 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
9846
9847 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * url.texi: Correct typos.
9850 (Retrieving URLs): @var{nil}->@code{nil}.
9851 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9852 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9853 (Dealing with HTTP documents): @inforef->@xref.
9854
9855 2004-12-15 Jay Belanger <belanger@truman.edu>
9856
9857 * calc.texi: Consistently capitalized all mode names.
9858 (Answers to Exercises): Mention that an answer can be a fraction
9859 when in Fraction mode.
9860
9861 2004-12-13 Jay Belanger <belanger@truman.edu>
9862
9863 * calc.texi: Fix some TeX definitions.
9864
9865 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
9866
9867 * reftex.texi (Imprint): Remove erroneous @value's.
9868
9869 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9872 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9873
9874 2004-12-08 Jay Belanger <belanger@truman.edu>
9875
9876 * calc.texi (Starting Calc): Remove comment about installation.
9877 (Keypad Mode Overview): Remove comment about Emacs 19 support.
9878
9879 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
9880
9881 * url.texi: Update @setfilename.
9882 (Getting Started): No need to worry about Gnus versions.
9883 (Dealing with HTTP documents): Use @inforef.
9884
9885 * org.texi: Fix @direntry file name.
9886
9887 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * url.texi: New file.
9890
9891 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9892
9893 2004-12-06 Jay Belanger <belanger@truman.edu>
9894
9895 * calc.texi (Using Calc): Remove paragraph about installation.
9896
9897 2004-12-06 Jay Belanger <belanger@truman.edu>
9898
9899 * calc.texi: Use more Texinfo macros and less TeX defs.
9900 Remove @refill's.
9901
9902 2004-12-06 Richard M. Stallman <rms@gnu.org>
9903
9904 * org.texi: New file.
9905
9906 2004-12-05 Richard M. Stallman <rms@gnu.org>
9907
9908 * Makefile.in (org.dvi, ../info/org): New targets.
9909 (INFO_TARGETS): Add ../info/org.
9910 (DVI_TARGETS): Add org.dvi.
9911 (maintainer-clean): Remove the info files in the info dir.
9912
9913 2004-11-26 Eli Zaretskii <eliz@gnu.org>
9914
9915 * idlwave.texi: Fix the setfilename directive to put the produced
9916 file in ../info.
9917 (Continued Statement Indentation): Resurrect Jan D.'s change from
9918 2004-11-03 that was lost when a newer version of idlwave.texi was
9919 imported.
9920
9921 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9922
9923 * gnus-faq.texi ([5.1]): Add missing bracket.
9924
9925 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9926 Index `spam-initialize'.
9927
9928 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9929
9930 * message.texi (Various Message Variables): Mention that all mail
9931 file variables are derived from `message-directory'.
9932
9933 * gnus.texi (Splitting Mail): Clarify bogus group.
9934
9935 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * emacs-mime.texi (Encoding Customization):
9938 Fix mm-coding-system-priorities entry.
9939
9940 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
9941
9942 * idlwave.texi (Continued Statement Indentation):
9943 * reftex.texi (Options (Index Support)):
9944 (Displaying and Editing the Index, Table of Contents):
9945 * speedbar.texi (Creating a display, Major Display Modes):
9946 Replace non-nil with non-@code{nil}.
9947
9948 2004-10-21 Jay Belanger <belanger@truman.edu>
9949
9950 * calc.texi (Algebraic-Style Calculations): Remove a comment.
9951
9952 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
9953
9954 * calc.texi (Reporting Bugs): Double up `@'.
9955
9956 2004-10-18 Jay Belanger <belanger@truman.edu>
9957
9958 * calc.texi (Reporting Bugs): Change the address that bugs
9959 should be sent to.
9960
9961 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9962
9963 * gnus.texi (New Features): Add 5.11.
9964
9965 * message.texi (Resending): Remove wrong default value.
9966
9967 * gnus.texi (Mail Source Specifiers): Describe possible problems
9968 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9969 `pop3-leave-mail-on-server' to the index.
9970
9971 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9972
9973 * message.texi (Canceling News): Add how to set a password.
9974
9975 2004-10-12 Jay Belanger <belanger@truman.edu>
9976
9977 * calc.texi (Help Commands): Change the descriptions of
9978 calc-describe-function and calc-describe-variable to match their
9979 current behavior.
9980
9981 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9982
9983 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9984
9985 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9986
9987 Sync with Tramp 2.0.45.
9988
9989 * tramp.texi (Frequently Asked Questions): Comment paragraph about
9990 plink link. The URL is outdated. Originator contacted for
9991 clarification.
9992
9993 2004-10-10 Juri Linkov <juri@jurta.org>
9994
9995 * gnus.texi (Top, Marking Articles): Join two menus in one node
9996 because a node can have only one menu.
9997
9998 2004-10-09 Juri Linkov <juri@jurta.org>
9999
10000 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10001 example of nnmail-split-fancy.
10002
10003 2004-10-06 Karl Berry <karl@gnu.org>
10004
10005 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10006 consistency with other uses of dashes.
10007
10008 2004-10-05 Karl Berry <karl@gnu.org>
10009
10010 * info.texi: Consistently use --- throughout, periods at end of
10011 menu descriptions, and a couple typos.
10012
10013 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10014
10015 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10016 * pgg.texi (User Commands, Backend methods): Do.
10017 * gnus.texi: Markup fixes.
10018 (Setting Process Marks): Fix `M P a' entry.
10019 * emacs-mime.texi: Fixes.
10020
10021 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10022
10023 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10024 again.
10025 Use 5.10 instead of 5.10.0.
10026
10027 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10028
10029 * gnus.texi (Summary Mail Commands): S D e.
10030
10031 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10032
10033 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10034 the gnus-article-mode-line-format section.
10035
10036 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10037
10038 * gnus.texi (Various Summary Stuff): Fix the documentation for
10039 gnus-newsgroup-variables.
10040
10041 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10042
10043 * gnus.texi (MIME Commands):
10044 Add gnus-mime-display-multipart-as-mixed,
10045 gnus-mime-display-multipart-alternative-as-mixed,
10046 gnus-mime-display-multipart-related-as-mixed.
10047 (Mail Source Customization): Clarify `mail-source-directory'.
10048 (Splitting Mail): Mention gnus-group-find-new-groups.
10049 (SpamOracle): Fix typo.
10050
10051 * gnus-faq.texi: Untabify.
10052 ([6.3]): nnir.el is in contrib directory.
10053
10054 * message.texi (News Headers): Clarify how a unique ID is created.
10055
10056 * gnus.texi (Batching Agents): Fix typo in example.
10057 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10058
10059 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10060
10061 * gnus.texi (Group Parameters): Add more on hooks.
10062
10063 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10064
10065 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10066
10067 2004-09-22 Jay Belanger <belanger@truman.edu>
10068
10069 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10070 might be hidden during part of the session.
10071
10072 2004-09-20 Jay Belanger <belanger@truman.edu>
10073
10074 * calc.texi (Notations Used in This Manual): Put in an earlier
10075 mention that DEL could be called Backspace.
10076
10077 2004-09-10 Simon Josefsson <jas@extundo.com>
10078
10079 * gnus.texi (IMAP): Add example. Suggested and partially written
10080 by Steinar Bang <sb@dod.no>.
10081
10082 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10083
10084 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10085 netrc syntax.
10086
10087 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10088
10089 * gnus.texi (Spam ELisp Package Sequence of Events):
10090 Some clarifications.
10091 (Spam ELisp Package Global Variables): More clarifications.
10092
10093 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10094
10095 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10096 Mention spam-split does not modify incoming mail.
10097
10098 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10099
10100 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10101
10102 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10103
10104 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10105
10106 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10107
10108 * makefile.w32-in (sieve, pgg): Use $(infodir).
10109
10110 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10111
10112 * makefile.w32-in: Fix PGG and Sieve entries.
10113
10114 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10115
10116 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10117 Emacs and related programs.
10118
10119 2004-08-27 Richard M. Stallman <rms@gnu.org>
10120
10121 * faq.texi: Fix texinfo usage, esp. doublequotes.
10122 (Difference between Emacs and XEmacs): Some clarification.
10123
10124 * faq.texi (Difference between Emacs and XEmacs):
10125 Explain not to contrast XEmacs with GNU Emacs.
10126
10127 2004-08-26 Richard M. Stallman <rms@gnu.org>
10128
10129 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10130
10131 2004-08-22 David Kastrup <dak@gnu.org>
10132
10133 * reftex.texi (AUCTeX): Update links, section name.
10134
10135 * faq.texi (Calc): Update availability (included in 22.1).
10136 (AUCTeX): Update availability, information, versions, description.
10137
10138 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10139
10140 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10141
10142 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10143
10144 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10145
10146 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10147
10148 Sync with Tramp 2.0.44.
10149
10150 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10151
10152 * widget.texi (User Interface): Update how to separate the
10153 editable field of an editable-field widget from other widgets.
10154 (Programming Example): Add text after field.
10155
10156 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10157
10158 * emacs-mime.texi (Encoding Customization): Add a note to the
10159 mm-content-transfer-encoding-defaults entry.
10160 (rfc2047): Update.
10161
10162 * gnus.texi (Article Highlighting):
10163 Add gnus-cite-ignore-quoted-from.
10164 (POP before SMTP): New node.
10165 (Posting Styles): Addition.
10166 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10167 (Fancy Mail Splitting): Ditto.
10168 (X-Face): Add gnus-x-face.
10169
10170 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10171
10172 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10173 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10174
10175 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10176
10177 * gnus.texi (Mail Source Specifiers):
10178 Describe `pop3-leave-mail-on-server'.
10179
10180 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10183
10184 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10185 repository. Change setfilename.
10186
10187 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10188
10189 2004-07-02 Juri Linkov <juri@jurta.org>
10190
10191 * pcl-cvs.texi (Viewing differences): Add `d r'.
10192
10193 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10194
10195 * ses.texi, viper.texi, flymake.texi, faq.texi:
10196 * eshell.texi, ediff.texi: Markup fixes.
10197
10198 2004-06-21 Karl Berry <karl@gnu.org>
10199
10200 * info.texi (Top): Mention that only Emacs has mouse support.
10201 (Getting Started): Mention this in a few other places.
10202
10203 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10204
10205 * autotype.texi (Copyrights, Timestamps):
10206 Recommend `before-save-hook' instead of `write-file-functions'.
10207
10208 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10209
10210 * dired-x.texi (dired-mark-omitted): Update keybinding.
10211
10212 2004-06-10 Kim F. Storm <storm@cua.dk>
10213
10214 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10215
10216 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10217
10218 * dired-x.texi (variable dired-omit-mode): Rename from
10219 dired-omit-files-p.
10220 (function dired-omit-mode): Rename from dired-omit-toggle.
10221 Call dired-omit-mode rather than set dired-omit-files-p.
10222 (dired-mark-omitted): Describe command.
10223
10224 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10225
10226 Version 2.0.41 of Tramp released.
10227
10228 2004-05-29 Juanma Barranquero <lektu@terra.es>
10229
10230 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10231 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10232
10233 2004-05-29 Richard M. Stallman <rms@gnu.org>
10234
10235 * cl.texi (Top): Call this chapter `Introduction'.
10236 (Overview): In TeX, no section heading here.
10237
10238 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10239
10240 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10241
10242 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10243 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10244
10245 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10246
10247 * flymake.texi: New file.
10248
10249 2004-05-28 Simon Josefsson <jas@extundo.com>
10250
10251 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10252
10253 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10254
10255 Version 2.0.40 of Tramp released.
10256
10257 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10258
10259 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10260
10261 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10262 variables `tramp-backup-directory-alist' and
10263 `tramp-bkup-backup-directory-info'.
10264 (Overview, Connection types)
10265 (External transfer methods, Default Method)
10266 (Windows setup hints): Remove restriction of password entering
10267 with external methods.
10268 (Auto-save and Backup): Make file name example
10269 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10270 and `auto-save-directory' must be used.
10271 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10272 only "NT"). Remove doubled entry "What kinds of systems does
10273 @tramp{} work on".
10274 (tramp): Macro removed.
10275 (Obtaining Tramp): Flag removed from title.
10276 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10277 and `trampver' used properly. Flag `tramp-inst' replaced by
10278 `installchapter'. Installation related text adapted.
10279
10280 2004-04-28 Masatake YAMATO <jet@gyve.org>
10281
10282 * widget.texi (Programming Example): Remove overlays.
10283
10284 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10285
10286 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10287
10288 2004-04-23 Juanma Barranquero <lektu@terra.es>
10289
10290 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10291
10292 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10293
10294 * info.texi (Info Search): Add info-apropos.
10295
10296 2004-03-22 Juri Linkov <juri@jurta.org>
10297
10298 * faq.texi: Fix help key bindings.
10299
10300 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10303 (as suggested by Karl Berry). Update information about colored
10304 stars in menus. Add new subheading describing M-n.
10305
10306 2004-03-12 Richard M. Stallman <rms@gnu.org>
10307
10308 * cl.texi (Top): Rename top node's title.
10309
10310 2004-03-08 Karl Berry <karl@gnu.org>
10311
10312 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10313 problems making the texinfo distribution.
10314
10315 2004-02-29 Simon Josefsson <jas@extundo.com>
10316
10317 * smtpmail.texi (Authentication): Change the list of supported
10318 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10319 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10320 <voegelas@gmx.net>.
10321
10322 2004-02-29 Juanma Barranquero <lektu@terra.es>
10323
10324 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10325 Use $(DEL) instead of rm, and ignore exit code.
10326
10327 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10328
10329 Tramp version 2.0.39 released.
10330
10331 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10332
10333 * tramp.texi (Customizing Completion): Explain new functions
10334 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10335 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10336 (Top): Refer to Savannah mailing list as the major one.
10337 Mention older mailing lists in HTML mode only.
10338 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10339 (Frequently Asked Questions): Remote hosts must not be Unix-like
10340 for "smb" method.
10341 (Password caching): New node.
10342 (External transfer methods): Refer to password caching for "smb"
10343 method.
10344
10345 2004-02-17 Karl Berry <karl@gnu.org>
10346
10347 * info.texi (Help-Int): Mention the new line number feature.
10348
10349 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10350
10351 * ses.texi (Advanced Features): New functionality for
10352 ses-set-header-row (defaults to current row unless C-u used).
10353 (Acknowledgements): Add Stefan Monnier.
10354
10355 2003-12-29 Kevin Ryde <user42@zip.com.au>
10356
10357 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10358
10359 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10360
10361 Tramp version 2.0.38 released.
10362
10363 * tramp.texi (Remote shell setup): Warn of environment variables
10364 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10365 <sven.gabriel@imk.fzk.de>.
10366 (Configuration): Tramp now chooses base64/uuencode
10367 automatically. Update wording accordingly.
10368 (Top): More description for the `Default Method' menu entry.
10369 (Default Method): Use @code, not @var, for Lisp variables.
10370 (Default Method): New subsection `Which method is the right one
10371 for me?' Suggested by Christian Kirsch.
10372 (Configuration): Pointer to new subsection added.
10373 (Default Method): Too many "use" in one sentence.
10374 Rephrase. Reported by Christian Kirsch.
10375 (Filename Syntax): Old `su' example is probably a left-over from
10376 the sm/su method naming. Replace with `ssh', instead.
10377 (External transfer methods, Auto-save and Backup):
10378 Typo fixes.
10379
10380 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10381
10382 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10383 (Top): Mention japanese manual only if flag `jamanual' is set.
10384 Insert section `Japanese manual' in menu.
10385
10386 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10387
10388 * eshell.texi (Known Problems): Add doc item.
10389
10390 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10391
10392 * cc-mode.texi: Update for CC Mode 5.30.
10393
10394 Note: Please refrain from doing purely cosmetic changes like
10395 removing trailing whitespace in this manual; it clobbers cvs
10396 merging for no good reason.
10397
10398 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10399
10400 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
10401 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
10402 @acronym{ASCII}.
10403
10404 2003-10-26 Karl Berry <karl@gnu.org>
10405
10406 * info.texi (Info Search): Echo area, not echo are. From Debian
10407 diff.
10408
10409 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10410
10411 * widget.texi (Defining New Widgets): Document new behavior of
10412 :buttons and :children keywords.
10413
10414 2003-10-22 Miles Bader <miles@gnu.org>
10415
10416 * Makefile.in (info): Move before $(top_srcdir)/info.
10417
10418 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10419
10420 * tramp.texi (Inline methods): Small grammar fix.
10421 (External transfer methods): Likewise.
10422
10423 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10424
10425 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10426
10427 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10428
10429 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10430
10431 2003-09-30 Richard M. Stallman <rms@gnu.org>
10432
10433 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10434
10435 * widget.texi (User Interface): Fix typos.
10436
10437 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10438
10439 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10440
10441 * pcl-cvs.texi (Selected Files): Fix typo.
10442
10443 2003-09-21 Karl Berry <karl@gnu.org>
10444
10445 * info.texi (] and [ commands): No period at end of section title.
10446
10447 2003-09-04 Miles Bader <miles@gnu.org>
10448
10449 * Makefile.in (top_srcdir): New variable.
10450 ($(top_srcdir)/info): New rule.
10451 (info): Depend on it.
10452
10453 2003-09-03 Peter Runestig <peter@runestig.com>
10454
10455 * makefile.w32-in: New file.
10456
10457 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10458
10459 * widget.texi (User Interface): Explain the need of static text
10460 around an editable field.
10461
10462 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10463
10464 * widget.texi (Basic Types): The argument to `:help-echo' can now
10465 be a form that evaluates to a string.
10466
10467 2003-08-18 Kim F. Storm <storm@cua.dk>
10468
10469 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10470
10471 2003-08-16 Richard M. Stallman <rms@gnu.org>
10472
10473 * dired-x.texi (Shell Command Guessing): Explain *.
10474
10475 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10476
10477 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10478 log-edit-insert-changelog.
10479
10480 2003-08-03 Karl Berry <karl@gnu.org>
10481
10482 * info.texi: Need @contents.
10483
10484 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
10485
10486 Tramp version 2.0.36 released.
10487
10488 * tramp.texi (Remote shell setup): Explain about problems with
10489 non-Bourne commands in ~/.profile and ~/.shrc.
10490
10491 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10492
10493 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10494 renaming of `vis-mode' to `visible-mode'.
10495
10496 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10497
10498 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10499 next, prev and up pointers.
10500
10501 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10502
10503 * info.texi (Help): Mention existence of Emacs and stand-alone
10504 Info at the very beginning of the tutorial.
10505 (Help-Inv): New node.
10506 (Help-]): New node.
10507 (Help-M): Systematically point out the differences between default
10508 Emacs and stand-alone versions. Delete second menu.
10509 (Help-Xref): Systematically point out the differences between
10510 default Emacs and stand-alone versions.
10511 (Help-Int): Change `l' example.
10512 (Expert Info): Fix typos.
10513 (Emacs Info Variables): Mention `Info-hide-note-references' and
10514 new default for `Info-scroll-prefer-subnodes'.
10515
10516 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
10517
10518 Version 2.0.35 of Tramp released.
10519
10520 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10521 (Inline methods): Add methods `remsh' and `plink1'.
10522 (External transfer methods): Add method `remcp'.
10523 (Multi-hop Methods): Add method `remsh'.
10524 Small patch from Adrian Aichner <adrian@xemacs.org>:
10525 Fix minor typos.
10526 (Concept Index): Add to make manual searchable via
10527 `Info-index'.
10528 (Version Control): Add cindex entry.
10529
10530 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
10531
10532 * trampver.texi: Version 2.0.34 released.
10533
10534 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10535
10536 * faq.texi: Improve previous changes.
10537
10538 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10539
10540 * faq.texi: Update copyright and maintenance details.
10541 Update some package URLs, versions, and maintainers.
10542 Remove many references to the Emacs Lisp Archive.
10543
10544 2003-04-23 Simon Josefsson <jas@extundo.com>
10545
10546 * smtpmail.texi: Fix license (the invariant sections mentioned has
10547 never been part of the smtp manual). Align info dir entry with
10548 other emacs packages.
10549
10550 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10551
10552 * tramp.texi: Version 2.0.33 released.
10553 Remove installation chapter. Remove XEmacs specifics.
10554
10555 2003-03-29 Richard M. Stallman <rms@gnu.org>
10556
10557 * tramp.texi (Top): Undo the previous renaming.
10558 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10559
10560 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
10561
10562 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10563 version of manual.
10564
10565 * tramp.texi (Auto-save and Backup): New node.
10566
10567 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10568
10569 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10570 Emacs" in order to have better differentiation to "XEmacs".
10571 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10572 are new macros in order to point to the other Emacs flavor where
10573 appropriate. In info case, point to node `Installation' in order
10574 to explain how to generate the other way. In html case, make a
10575 link to the other html file.
10576 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10577 after CVS checkout/update.
10578 (Installation): Completely rewritten.
10579 (Installation parameters, Load paths): New sections under
10580 `Installation'.
10581
10582 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10583
10584 * tramp.texi: Version 2.0.30 released.
10585 Replace word "path" with "localname" where used as a component of
10586 a Tramp file name.
10587
10588 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10589
10590 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10591 introduced.
10592 (Installation): Explain what to do if files from the tramp/contrib
10593 directory are needed.
10594
10595 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10596
10597 * smtpmail.texi (How Mail Works): New.
10598
10599 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10600
10601 * smtpmail.texi: New file.
10602
10603 * Makefile.in: Build SMTP manual.
10604
10605 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10606
10607 * tramp.texi: Version 2.0.29 released.
10608 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10609 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
10610
10611 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
10612
10613 * tramp.texi (Frequently Asked Questions): Explain a workaround if
10614 another package loads accidentally Ange-FTP.
10615
10616 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
10617
10618 * tramp.texi (Customizing Completion): Add function
10619 `tramp-parse-sconfig'. Change example of
10620 `tramp-set-completion-function', because parsing of ssh config
10621 files looks more natural.
10622
10623 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
10624
10625 * gnus.texi: Do not use `path' in several locations.
10626
10627 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
10628
10629 * tramp.texi (External transfer methods): New method `smb'.
10630 From Michael Albinus.
10631
10632 2002-11-05 Karl Berry <karl@gnu.org>
10633
10634 * info.texi (Info-fontify): Reorder face list to avoid bad line
10635 breaks.
10636
10637 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10638
10639 * tramp.texi: Move @copying to standard place.
10640 Use @insertcopying.
10641
10642 2002-10-02 Karl Berry <karl@gnu.org>
10643
10644 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10645 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10646 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10647 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10648 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10649 Per rms, update all manuals to use @copying instead of @ifinfo.
10650 Also use @ifnottex instead of @ifinfo around the top node, where
10651 needed for the sake of the HTML output.
10652 (The Gnus manual is not fixed since it's not clear to me how it
10653 works; and the Tramp manual already uses @copying, although in an
10654 unusual way. All others were changed.)
10655
10656 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
10657
10658 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10659 (../info/ses, ses.dvi): New targets.
10660 * ses.texi: New file.
10661
10662 2002-09-06 Pavel Janík <Pavel@Janik.cz>
10663
10664 * texinfo.tex: Update to texinfo 4.2.
10665
10666 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
10667
10668 * reftex.texi: Update to RefTeX 4.19.
10669
10670 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10671
10672 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10673 (../info/tramp, tramp.dvi): New targets.
10674
10675 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10676
10677 * Makefile.in (DVI_TARGETS): Add calc.dvi.
10678 (calc.dvi): Uncomment.
10679
10680 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
10681
10682 * Makefile.in (INFO_TARGETS): Add ../info/calc.
10683 (../info/calc): New target.
10684
10685 2001-10-20 Gerd Moellmann <gerd@gnu.org>
10686
10687 * (Version 21.1 released.)
10688
10689 2001-10-05 Gerd Moellmann <gerd@gnu.org>
10690
10691 * Branch for 21.1.
10692
10693 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * Makefile.in (../info/info): Use an explicit -o switch to
10696 makeinfo.
10697
10698 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10699
10700 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10701
10702 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
10703
10704 * Makefile.in (../info/idlwave): Use --no-split.
10705
10706 2000-12-14 Dave Love <fx@gnu.org>
10707
10708 * Makefile.in (mostlyclean): Remove gnustmp.*.
10709 (gnus.dvi): Change rule to remove @latex stuff.
10710
10711 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
10712
10713 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10714
10715 2000-10-13 John Wiegley <johnw@gnu.org>
10716
10717 * Makefile.in: Add build targets for eshell.texi.
10718
10719 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10720
10721 * Makefile.in: Remove/comment speedbar stuff.
10722
10723 2000-09-22 Dave Love <fx@gnu.org>
10724
10725 * Makefile.in: Add emacs-mime.
10726
10727 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10728
10729 * Makefile.in (INFO_TARGETS): Add ../info/woman.
10730 (DVI_TARGETS): Add woman.dvi.
10731 (../info/woman, woman.dvi): New targets.
10732
10733 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
10734
10735 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
10736
10737 * pcl-cvs.texi: New file.
10738 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10739 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10740
10741 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10742
10743 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10744 (../info/ebrowse, ebrowse.dvi): New targets.
10745
10746 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10747
10748 * Makefile.in (INFO_TARGETS): Add eudc.
10749 (DVI_TARGETS): Add eudc.dvi.
10750 (../info/eudc, eudc.dvi): New targets.
10751
10752 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
10753
10754 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10755 compatibility with 8+3 filesystems).
10756 (../info/efaq): Rename from emacs-faq.
10757
10758 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10761 (../info/idlwave, idlwave.dvi): New targets.
10762
10763 1999-10-23 Dave Love <fx@gnu.org>
10764
10765 * Makefile.in: Use autotype.texi.
10766
10767 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
10768
10769 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10770 faq.texi file) rather than ../info/faq.
10771
10772 1999-10-07 Gerd Moellmann <gerd@gnu.org>
10773
10774 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10775 (../info/ada-mode, ada-mode.dvi): New targets.
10776
10777 1999-09-01 Dave Love <fx@gnu.org>
10778
10779 * Makefile.in: Add faq.
10780
10781 1999-07-12 Richard Stallman <rms@gnu.org>
10782
10783 * Version 20.4 released.
10784
10785 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10786
10787 * Version 20.3 released.
10788
10789 1998-04-06 Andreas Schwab <schwab@gnu.org>
10790
10791 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10792 Use it in dvi targets.
10793 (../etc/GNU): Change to $(srcdir) first.
10794
10795 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
10796
10797 * reftex.texi: Update for RefTeX version 3.22.
10798
10799 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
10800
10801 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10802 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10803
10804 1997-09-23 Paul Eggert <eggert@twinsun.com>
10805
10806 * Makefile.in: Merge changes mistakenly made to `Makefile'.
10807 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10808
10809 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10810
10811 * Version 20.2 released.
10812
10813 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10814
10815 * Version 20.1 released.
10816
10817 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10818
10819 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10820
10821 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10822
10823 * Version 19.33 released.
10824
10825 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10826
10827 * Version 19.32 released.
10828
10829 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10830
10831 * Makefile.in: Add rules for the Message manual.
10832
10833 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10834
10835 * gnus.texi: New version.
10836
10837 * message.texi: New manual.
10838
10839 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10840
10841 * Makefile.in (All info targets): cd $(srcdir) to do the work.
10842
10843 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10844
10845 * Makefile.in (All info targets): Specify $(srcdir) in input files.
10846 Specify -I option.
10847 (All dvi targets): Set the TEXINPUTS variable.
10848
10849 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10850
10851 * Version 19.31 released.
10852
10853 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10854
10855 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10856 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
10857
10858 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10859
10860 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10861 (INFO_TARGETS): Add ../info/cc-mode.
10862 (DVI_TARGETS): Add cc-mode.dvi.
10863
10864 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10865
10866 * Version 19.30 released.
10867
10868 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
10869
10870 * gnus.texi: New file.
10871
10872 1995-11-04 Erik Naggum <erik@naggum.no>
10873
10874 * gnus.texi: File deleted.
10875
10876 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
10877
10878 * mh-e.texi: "Function Index" -> "Command Index" to work with
10879 Emacs 19.30 C-h C-k support of separately-documented commands.
10880
10881 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10882
10883 * Makefile.in (../info/ediff, ediff.dvi): New targets.
10884 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10885
10886 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10887
10888 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10889 (../info/viper, viper.dvi): New targets.
10890
10891 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
10892
10893 * dired-x.texi (Installation): Change the example to set
10894 buffer-local variables like dired-omit-files-p in
10895 dired-mode-hook.
10896
10897 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10898
10899 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10900 (../info/mh-e, mh-e.dvi): New targets.
10901
10902 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10903
10904 * Makefile.in (maintainer-clean): Rename from realclean.
10905
10906 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10907
10908 * Makefile.in: New file.
10909 * Makefile: File deleted.
10910
10911 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10912
10913 * Makefile (TEXINDEX_OBJS): Variable deleted.
10914 (texindex, texindex.o, getopt.o): Rules deleted.
10915 All deps on texindex deleted.
10916 (distclean): Don't delete texindex.
10917 (mostlyclean): Don't delete *.o.
10918 * texindex.c, getopt.c: Files deleted.
10919
10920 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10921
10922 * Version 19.26 released.
10923
10924 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10925
10926 * Version 19.25 released.
10927
10928 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10929
10930 * Version 19.24 released.
10931
10932 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10933
10934 * Version 19.23 released.
10935
10936 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10937
10938 * Makefile: Delete spurious tab.
10939
10940 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10941
10942 * Makefile (.SUFFIXES): New rule.
10943
10944 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10945
10946 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10947 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10948
10949 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10950
10951 * Makefile (../info/sc): Rename from sc.info.
10952 (../info/cl): Likewise.
10953 (INFO_TARGETS): Use new names.
10954
10955 1993-12-04 Richard Stallman (rms@srarc2)
10956
10957 * getopt.c: New file.
10958 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10959 (getopt.o): New rule.
10960 (dvi): Don't depend on texindex.
10961 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10962 Depend on texindex.
10963
10964 1993-12-03 Richard Stallman (rms@srarc2)
10965
10966 * Makefile (../info/sc.info): Rename from ../info/sc.
10967 (TEXI2DVI): New variable.
10968 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10969 Add explicit commands.
10970 (TEXINDEX_OBJS): Delete duplicate getopt.o.
10971
10972 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10973
10974 * Version 19.22 released.
10975
10976 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10977
10978 * Makefile (TEXINDEX_OBJS): Delete spurious period.
10979
10980 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10981
10982 * Version 19.21 released.
10983
10984 1993-11-15 Paul Eggert (eggert@twinsun.com)
10985
10986 * man/Makefile (../info/cl.info): Rename from ../info/cl.
10987
10988 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10989
10990 * Makefile (../etc/GNU): New target.
10991 (EMACSSOURCES): Add gnu1.texi.
10992
10993 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10994
10995 * Makefile (realclean): Don't delete the Info files.
10996
10997 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10998
10999 * forms.texi: Fix forms.texi so that it will format correctly.
11000 Add missing `@end iftex', fix bad reference.
11001
11002 * info.texi, info-stn.texi: New files implement texinfo version of
11003 `info' file.
11004
11005 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11006
11007 * Makefile: Fix targets for texindex, new info.texi files.
11008 * info-stnd.texi: New file implements info for standalone info
11009 reader.
11010 * info.texi: Update to include recent changes to "../info/info".
11011 New source file for ../info/info; includes info-stnd.texi.
11012
11013 * texindex.c: Include "../src/config.h" if building in emacs.
11014
11015 * Makefile: Change all files to FILENAME.texi, force all targets
11016 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11017 vip.texinfo, forms.texinfo, cl.texinfo.
11018 Add target to build texindex.c, defining `emacs'.
11019
11020 * forms.texi: Install new file to match version 2.3 of forms.el.
11021
11022 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11023
11024 * Version 19.19 released.
11025
11026 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11027
11028 * sc.texinfo: Fix info file name.
11029
11030 * Makefile (info): Add gnus and sc.
11031 (dvi): Add gnus.dvi and sc.dvi.
11032 (../info/sc, sc.dvi): New targets.
11033
11034 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11035
11036 * Version 19.18 released.
11037
11038 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11039
11040 * Makefile: Fix source file names of the separate manuals.
11041 (gnus.dvi, ../info/gnus): New targets.
11042
11043 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11044
11045 * Version 19.17 released.
11046
11047 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11048
11049 * split-man: Fix typos in last change.
11050
11051 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11052
11053 * Version 19.16 released.
11054
11055 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11056
11057 * version 19.15 released.
11058
11059 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11060
11061 * Makefile (distclean): It's rm, not rf.
11062
11063 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11064
11065 * Version 19.14 released.
11066
11067 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11068
11069 * Makefile: New file.
11070
11071 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11072
11073 * Version 19.13 released.
11074
11075 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11076
11077 * Version 19.9 released.
11078
11079 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11080
11081 * Version 19.8 released.
11082
11083 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11084
11085 * Version 19.7 released.
11086
11087 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11088
11089 * gnus.texinfo: New file. Removed installation instructions.
11090
11091 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11092
11093 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
11094
11095 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11096
11097 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11098 then define `\sc' as the command for smallcaps in Texinfo.
11099 This means that the @sc command will produce small caps. bfox has
11100 made the corresponding change to makeinfo and texinfm.el.
11101
11102 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11103
11104 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11105 Customization since the menu entry did not point to anything.
11106 Also add an @finalout command to remove overfull hboxes from the
11107 printed output.
11108
11109 * cl.texinfo: Add @bye, \input line and @settitle to file.
11110 This file is clearly intended to be a chapter of some other work,
11111 but the other work does not yet exist.
11112
11113 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11114
11115 * texinfo.texinfo: Three typos corrected.
11116
11117 ;; Local Variables:
11118 ;; coding: utf-8
11119 ;; End:
11120
11121 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
11122
11123 This file is part of GNU Emacs.
11124
11125 GNU Emacs is free software: you can redistribute it and/or modify
11126 it under the terms of the GNU General Public License as published by
11127 the Free Software Foundation, either version 3 of the License, or
11128 (at your option) any later version.
11129
11130 GNU Emacs is distributed in the hope that it will be useful,
11131 but WITHOUT ANY WARRANTY; without even the implied warranty of
11132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11133 GNU General Public License for more details.
11134
11135 You should have received a copy of the GNU General Public License
11136 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.