]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
* doc/lispref/modes.texi (Auto-Indentation): Mention electric-indent variables.
[gnu-emacs] / doc / misc / ChangeLog
1 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vip.texi (Other Vi Commands): Adjust doc of C-j.
4
5 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
6 defined by CC-mode but globally.
7 (FAQ): Tweak text about RET and auto-indentation.
8
9 2014-03-18 David Engster <deng@randomsample.de>
10
11 * ede.texi (Project Local Variables): Remove reference to
12 `ede-java-root' and the example using it.
13 (Android projects, ede-java-root): Remove nodes since they are
14 only in CEDET upstream (Bug#17030). All nodes updated.
15 (ede-cpp-root): Document the :compile-command slot.
16 (ede-linux): Document new variables
17 `project-linux-build-directory-default' and
18 `project-linux-architecture-default'.
19
20 2014-03-12 Glenn Morris <rgm@gnu.org>
21
22 * eww.texi (History and Acknowledgments):
23 Don't list everyone who changed the code.
24
25 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
26 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
27 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
28 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
29 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
30 Use @file for buffers, per the Texinfo manual.
31
32 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
33
34 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
35 so that the Org Manual's style for ` and ' in code is consistent
36 with the other Emacs manuals. This affects PDF, not .info files.
37
38 2014-03-12 Glenn Morris <rgm@gnu.org>
39
40 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
41 about RET and indentation.
42
43 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
44
45 * gnus.texi:
46 * semantic.texi: Fix whitespace.
47
48 * ede.texi (Android projects):
49 * eieio.texi (Class Options, Making New Objects)
50 (Method Invocation, CLOS compatibility):
51 * sem-user.texi (Tag Decoration Mode): Fix typos.
52
53 2014-03-02 Xue Fuqiao <xfq@gnu.org>
54
55 * sem-user.texi (Create System Databases): Markup fix.
56
57 2014-02-28 Glenn Morris <rgm@gnu.org>
58
59 * info.texi (Further Reading): Rename node from Expert Info.
60 Remove stuff about writing Info nodes by hand.
61 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
62
63 * info.texi: Nuke hand-written node pointers.
64
65 2014-02-28 Karl Berry <karl@gnu.org>
66
67 * info.texi (Top): Mention H for a summary of all commands.
68
69 2014-02-25 Glenn Morris <rgm@gnu.org>
70
71 * edt.texi (Quick start, Starting emulation): Update hook details.
72 * efaq.texi (Fullscreen mode on MS-Windows)
73 (Terminal setup code works after Emacs has begun): Update hook details.
74 * vip.texi (Loading VIP): Fix hook example.
75
76 * efaq-w32.texi (Bash): Don't use setq with hooks.
77
78 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
79
80 * texinfo.tex: Update from gnulib.
81
82 2014-02-22 Xue Fuqiao <xfq@gnu.org>
83
84 * remember.texi (Quick Start): Add an index.
85 (Function Reference, Quick Start): Add cross-references.
86
87 2014-02-21 Glenn Morris <rgm@gnu.org>
88
89 * flymake.texi (Starting the syntax check process): Grammar fix.
90
91 * tramp.texi (External packages): Grammar fix.
92 Reword for default sentinel not being nil any more.
93
94 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
95
96 * trampver.texi: Update release number.
97
98 2014-02-19 Glenn Morris <rgm@gnu.org>
99
100 * remember.texi: Copyedits.
101 (Quick Start): No need for manual autoloads. Mention remember-notes.
102 (Function Reference): Update arguments. Add new commands.
103
104 2014-02-18 Glenn Morris <rgm@gnu.org>
105
106 * remember.texi (copying): Bump remember mode version.
107 (Installation): Remove unnecessary chapter.
108 (Quick Start): No need to explicitly load remember.el.
109 (Separate Text Files): New section.
110
111 2014-02-17 Glenn Morris <rgm@gnu.org>
112
113 * eieio.texi (Class Values, CLOS compatibility):
114 Remove references to deleted eieio-describe-class/generic.
115
116 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
117
118 Sync with Tramp 2.2.9.
119 * trampver.texi: Update release number.
120
121 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
122
123 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc.texi (Single-Variable Statistics): Remove mention of
126 incorrect keybinding.
127
128 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
129
130 * texinfo.tex: Update from gnulib.
131
132 2014-02-08 Glenn Morris <rgm@gnu.org>
133
134 * auth.texi (GnuPG and EasyPG Assistant Configuration):
135 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
136
137 2014-02-07 Glenn Morris <rgm@gnu.org>
138
139 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
140
141 2014-02-06 Glenn Morris <rgm@gnu.org>
142
143 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
144
145 * mh-e.texi, viper.texi: Do not use colons in index entries.
146
147 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
148
149 * texinfo.tex: Update from gnulib.
150
151 2014-02-05 Glenn Morris <rgm@gnu.org>
152
153 * epa.texi: Add indices.
154
155 * url.texi (Cookies): Mention url-cookie-list command.
156
157 2014-02-03 Glenn Morris <rgm@gnu.org>
158
159 * cl.texi (Blocks and Exits): Mention cl-tagbody.
160
161 2014-02-02 Glenn Morris <rgm@gnu.org>
162
163 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
164
165 2014-01-31 Glenn Morris <rgm@gnu.org>
166
167 * efaq.texi (Replacing highlighted text):
168 Update delete-selection-mode doc.
169
170 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
171
172 * sem-user.texi (Include paths): Fix a Texinfo command.
173
174 2014-01-27 Glenn Morris <rgm@gnu.org>
175
176 * idlwave.texi (Lesson III---User Catalog, Online Help)
177 (Starting the Shell, Catalogs, User Catalog):
178 * remember.texi (Quick Start):
179 * viper.texi:
180 * vip.texi (Customization, Customizing Constants)
181 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
182
183 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
184
185 * cc-mode.texi (Minor Modes): Minor fix.
186
187 2014-01-24 David Engster <deng@randomsample.de>
188
189 * eieio.texi (Introduction): Fix references.
190
191 2014-01-24 Glenn Morris <rgm@gnu.org>
192
193 * efaq.texi (Termcap/Terminfo entries for Emacs):
194 Use M-x term rather than M-x terminal-emulator.
195
196 * emacs-mime.texi (time-date): Use float-time.
197
198 2014-01-22 David Engster <deng@randomsample.de>
199
200 * eieio.texi (Introduction): Move introductory paragraph about
201 EIEIO and CLOS from 'Building Classes' to here.
202 (Documentation): Remove, since eieio-doc is not part of Emacs.
203 (Class Values, CLOS compatibility): Mention that
204 `describe-function' will also give information about classes.
205
206 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
207
208 * texinfo.tex: Update from gnulib.
209
210 2014-01-15 Glenn Morris <rgm@gnu.org>
211
212 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
213
214 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
215
216 * tramp.texi (all): Doc fix according to GNU Coding Standards.
217 Use "file name" instead of "filename" or "path". Use "host"
218 instead of "machine".
219
220 2014-01-12 David Engster <deng@randomsample.de>
221
222 * eieio.texi (Introduction): `class-of' is obsolete.
223 (Predicates, Basic Methods): Adapt function names to namespace
224 cleanup.
225
226 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
227
228 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
229
230 2014-01-12 Glenn Morris <rgm@gnu.org>
231
232 * efaq.texi (Guidelines for newsgroup postings)
233 (Informational files for Emacs):
234 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
235
236 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
239
240 2014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
241
242 * Makefile.in: Add eww.texi.
243 * eww.texi: New file.
244
245 2014-01-07 Glenn Morris <rgm@gnu.org>
246
247 * efaq.texi (Problems with very large files): Fix superscript typo.
248
249 2013-01-07 Rasmus <w530@pank.eu>
250
251 * org.texi (Global and local cycling): Fix missing '@'.
252
253 2013-01-07 Bastien Guerry <bzg@gnu.org>
254
255 * org.texi (Global and local cycling): Mention C-u C-u TAB.
256 (Include files, The Export Dispatcher)
257 (Advanced configuration)
258 (Header arguments in Org mode properties): Spelling fixes.
259 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
260 (@LaTeX{} specific attributes): New index entries.
261 Use #+BEGIN_ABSTRACT in the example.
262
263 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
264
265 * org.texi (Org export): New section.
266 (HTML doctypes): Fix whitespace error. Fix display.
267 (Publishing options): Add missing html publishing options.
268
269 2014-01-07 Glenn Morris <rgm@gnu.org>
270
271 * efaq.texi (Basic editing, Packages that do not come with Emacs):
272 Merge in some info from etc/MORE.STUFF.
273
274 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
275
276 Specify .texi encoding (Bug#16292).
277 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
278 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
279 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
280 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
281 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
282 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
283 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
284 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
285 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
286 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
287 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
288 * widget.texi, wisent.texi, woman.texi:
289 Add @documentencoding.
290
291 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
292
293 * eshell.texi (What Eshell is not): Clean up confusing clause.
294
295 2014-01-03 Glenn Morris <rgm@gnu.org>
296
297 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
298
299 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
300 Add copyright notice to titlepage.
301
302 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
303
304 * ert.texi: Add a titlepage. Use @insertcopying.
305
306 * calc.texi (Top): Use @top rather than @chapter.
307
308 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
309
310 * eshell.texi (top): Fix incorrect use of xref.
311
312 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
313
314 * eshell.texi (top): Fix incorrect info filename in an xref.
315
316 2014-01-02 Glenn Morris <rgm@gnu.org>
317
318 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
319
320 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
321
322 * eshell.texi (Command Basics): Remove `Command basics' chapter.
323
324 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
325
326 * eshell.texi (What is Eshell?): Add section about what not to use
327 Eshell for.
328
329 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
330
331 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
332
333 2013-12-22 Glenn Morris <rgm@gnu.org>
334
335 * woman.texi (Navigation): Use itemx where appropriate.
336
337 2013-12-20 Tassilo Horn <tsdh@gnu.org>
338
339 * info.texi, woman.texi:
340 Document `S-SPC' as alternative to `DEL' for scrolling.
341
342 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
343
344 * calc.texi (Stack Manipulation Commands): Mention using the variable
345 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
346
347 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
348
349 * tramp.texi (direntry): Use ssh but rsh.
350 (all): Encode all environment variable names with @env{...}.
351 (Bug Reports): Refer to Testing node.
352
353 2013-12-12 Glenn Morris <rgm@gnu.org>
354
355 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
356 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
357 * srecode.texi, todo-mode.texi, tramp.texi:
358 Sync direntry with info/dir version.
359
360 2013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
361
362 * Makefile.in: Add octave-mode.texi.
363
364 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
365 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
366
367 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
368
369 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
370
371 * dbus.texi (Properties and Annotations): Fix typo.
372
373 2013-12-06 Bastien Guerry <bzg@gnu.org>
374
375 * org.texi: Don't include Emacs version within Org's version.
376
377 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
378
379 * org.texi (Creating one-off styles): Use new export snippet
380 syntax.
381
382 * org.texi (Export settings): Documentation describing how text
383 above the first heading is ignored when an :export: tag is in a
384 file.
385
386 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
387
388 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
389
390 2013-11-30 Glenn Morris <rgm@gnu.org>
391
392 * Makefile.in (distclean): Remove Makefile.
393
394 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
395
396 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
397 (The Basics, Formulas): Copyedits.
398 (Resizing, Printer functions): Add index entries.
399
400 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
401
402 * calc.texi (Customizing Calc): Mention new variable
403 `calc-context-sensitive-enter'.
404
405 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
406
407 * org.texi (Exporting code blocks): Document the 'inline-only
408 setting for `org-export-babel-evaluate'. Document how :var
409 introduces code block dependencies.
410
411 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
412
413 * org.texi (Header arguments): Document header-args[:lang]
414 properties and remove deprecated old-style properties from
415 documentation.
416
417 * org.texi (Agenda commands): Remove footnote from @tsubheading
418 and add a sentence with the reference instead.
419
420 2013-11-12 Bastien Guerry <bzg@gnu.org>
421
422 * org.texi (Catching invisible edits):
423 * org.texi (Plain lists, Plain lists):
424 * org.texi (Advanced configuration):
425 * org.texi (Tag groups):
426 * org.texi (Conventions):
427 * org.texi (Checkboxes, Radio lists):
428 * org.texi (Top, Summary, Exporting):
429 * org.texi (In-buffer settings): Fix typos.
430
431 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
432 C-w'. Add an index entry for `org-refile-keep'.
433
434 * org.texi (Plain lists): Add an index entry for sorting plain
435 list. Document sorting by checked status for check lists.
436
437 * org.texi (Publishing options): Fix old variable names.
438
439 * org.texi (Orgstruct mode): Fix suggested setting of
440 `orgstruct-heading-prefix-regexp'.
441
442 * org.texi (Export settings):
443 Document `org-export-allow-bind-keywords'.
444
445 * org.texi (History and Acknowledgments): Small rephrasing.
446
447 * org.texi (Template elements): Add a footnote about tags accepted
448 in a year datetree.
449
450 * org.texi (Beamer export, @LaTeX{} and PDF export)
451 (Header and sectioning, @LaTeX{} specific attributes):
452 Enhance style.
453
454 * org.texi (Agenda commands): Add a footnote about dragging agenda
455 lines: it does not persist and it does not change the .org files.
456
457 * org.texi (Agenda commands): Add a table heading for dragging
458 agenda lines forward/backward.
459
460 * org.texi (Agenda commands): Add documentation for
461 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
462
463 * org.texi (Publishing options): Update the list of options.
464 (Simple example, Complex example): Fix the examples.
465
466 * org.texi (Formula syntax for Calc): Don't use a bold font the
467 warning.
468
469 * org.texi (Other built-in back-ends): New section.
470
471 * org.texi (Editing source code):
472 Document `org-edit-src-auto-save-idle-delay' and
473 `org-edit-src-turn-on-auto-save'.
474
475 * org.texi (External links): Document contributed link types
476 separately.
477
478 * org.texi (Closing items):
479 Document `org-closed-keep-when-no-todo'.
480
481 * org.texi (Export back-ends): Rename from "Export formats".
482 (The Export Dispatcher): Remove reference to
483 `org-export-run-in-background'.
484 (Export settings): Minor rewrites.
485 (ASCII/Latin-1/UTF-8 export): Update variable's name.
486 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
487
488 * org.texi (Export in foreign buffers): New section.
489 (Exporting): Remove documentation about converting the selected
490 region.
491
492 * org.texi (Advanced configuration): Put the filter valid types in
493 a table. Use @lisp and @smalllisp.
494
495 * org.texi: Use @code{nil} instead of nil. Update the maintainer
496 contact info.
497
498 * org.texi (Exporting): Better introductory sentence. Add a note
499 about conversion commands.
500 (Feedback, Orgstruct mode, Built-in table editor)
501 (Built-in table editor, Orgtbl mode, Updating the table)
502 (Property syntax, Capturing column view, Capture)
503 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
504 (Exporting, Extending ODT export)
505 (Working with @LaTeX{} math snippets, dir, Customization)
506 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
507 Uniformly use @kbd{M-x command RET}.
508
509 * org.texi (Filtering/limiting agenda items): New subsection.
510 Document the use of `org-agenda-max-*' options and
511 `org-agenda-limit-interactively' from the agenda.
512 (Agenda commands): Move details about filtering commands to
513 the new section, only include a summary here.
514 (Customizing tables in ODT export)
515 (System-wide header arguments, Conflicts, Dynamic blocks):
516 Use spaces for indentation.
517
518 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
519
520 * org.texi (Links in HTML export, Images in HTML export)
521 (post): Fix syntax within #+ATTR_*.
522 (Tables in HTML export): Document `org-html-table-row-tags'
523 and use `org-html-table-default-attributes' instead of
524 `org-html-table-tag'.
525
526 * org.texi (Publishing action, Publishing options)
527 (Publishing links): Major rewrite. Enhance explanations for
528 `org-org-publish-to-org'. Remove reference to
529 `org-export-run-in-background'.
530
531 * org.texi: Fix many small typos. Use #+NAME instead of
532 #+TBLNAME. Use @smalllisp instead of @example.
533 (Special symbols): Add index?
534 (HTML preamble and postamble): Don't mention obsolete use of
535 opt-plist.
536 (JavaScript support): Don't mention the org-jsinfo.el file as it
537 has been merged with ox-html.el.
538
539 * org.texi (Installation, Feedback, Setting Options)
540 (Code evaluation security, org-crypt.el): Use @lisp instead of
541 @example.
542 (Agenda commands): Use @table instead of @example.
543
544 * org.texi (Adding hyperlink types): New appendix.
545
546 * org.texi (ODT export commands, Extending ODT export)
547 (Applying custom styles, Images in ODT export)
548 (Labels and captions in ODT export)
549 (Literal examples in ODT export)
550 (Configuring a document converter)
551 (Working with OpenDocument style files)
552 (Customizing tables in ODT export)
553 (Validating OpenDocument XML): Fix options names.
554
555 * org.texi (History and Acknowledgments): Update acknowledgments
556 to Nicolas. Add Nicolas Goaziou to the list of contributors.
557
558 * org.texi (System-wide header arguments): Don't use "customizing"
559 for setting a variable. Also remove comments.
560
561 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
562 `org-agenda-start-on-weekday' to the variable index and document
563 them.
564
565 * org.texi (Sparse trees, Agenda commands)
566 (@LaTeX{} fragments, Selective export, Export options)
567 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
568 (HTML Export commands, @LaTeX{}/PDF export commands)
569 (iCalendar export, Publishing options, Triggering publication)
570 (In-buffer settings): Update to reflect changes from the new
571 export engine.
572
573 * org.texi (Matching tags and properties): More examples.
574 Explain group tags expansion as regular expressions.
575
576 * org.texi (Tag groups): New section.
577
578 * org.texi (Setting tags): Tiny formatting fixes.
579
580 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
581 names.
582
583 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
584 concept index. Include example for these agenda views.
585 (Special agenda views): Mention the "agenda*" agenda view.
586
587 * org.texi (Repeated tasks): Document how to ignore a repeater
588 when using both a scheduled and a deadline timetamp.
589
590 * org.texi (Global and local cycling): Wrap in a new subsection.
591 (Initial visibility, Catching invisible edits): New subsections.
592
593 * org.texi (Visibility cycling): Mention that
594 `org-agenda-inhibit-startup' will prevent visibility setting when
595 the agenda opens an Org file for the first time.
596
597 * org.texi (Org syntax): New section.
598
599 * org.texi (Orgstruct mode):
600 Document `orgstruct-heading-prefix-regexp'.
601
602 * org.texi (Speeding up your agendas): New section.
603
604 * org.texi (Installation): When installing Org from ELPA, users
605 should do this from an Emacs session where no .org file has been
606 visited.
607
608 * org.texi (CSS support, In-buffer settings): Update HTML options
609 names.
610
611 * org.texi (Structure editing): Update documentation for
612 `org-insert-heading-or-item'.
613 (Plain lists, Relative timer): Update index entry.
614
615 * org.texi (JavaScript support): Update variable names.
616
617 * org.texi (comments): Minor formatting fix.
618
619 * org.texi (@LaTeX{} fragments): Minor enhancement.
620
621 * org.texi: Update the list contributions.
622
623 * org.texi (Agenda commands): Exporting the agenda to an .org file
624 will not copy the subtrees and the inherited tags.
625 Document `org-agenda-filter-by-regexp'.
626
627 * org.texi (Publishing action, Complex example): Fix names of
628 publishing functions.
629
630 * org.texi (Top, Exporting): Delete references to Freemind.
631 (Freemind export): Delete section.
632
633 * org.texi (Top, Exporting): Delete references to the XOXO export.
634 (XOXO export): Delete section.
635
636 * org.texi (Capture): Mention that org-remember.el is not
637 supported anymore.
638
639 * org.texi (Top, Exporting, Beamer class export):
640 Delete references to the TaskJuggler export.
641 (History and Acknowledgments): Mention that the TaskJuggler has
642 been rewritten by Nicolas and now lives in the contrib/ directory
643 of Org's distribution. Mention that Jambunathan rewrote the HTML
644 exporter. Remove Jambunathan from my own acknowledgments.
645 (TaskJuggler export): Delete.
646
647 * org.texi (HTML preamble and postamble)
648 (Tables in HTML export, Images in HTML export)
649 (Math formatting in HTML export, CSS support)
650 (@LaTeX{} and PDF export, Publishing options): Fix the names of
651 the HTML export and publishing options.
652
653 * org.texi (Literal examples, Export options)
654 (@LaTeX{} and PDF export, Header and sectioning)
655 (Publishing options): Fix LaTeX options names.
656
657 * org.texi (Export options, CSS support, In-buffer settings):
658 Fix references to HTML_LINK_* and HTML_STYLE keywords.
659
660 * org.texi (Export options, In-buffer settings): Fix references to
661 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
662
663 * org.texi (Top, Markup, Initial text, Images and tables)
664 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
665 (Export options, JavaScript support, Beamer class export):
666 Remove references to the DocBook export, which has been deleted.
667 (History and Acknowledgments): Mention that DocBook has been
668 deleted, suggest to use the Texinfo exporter instead, then to
669 convert the .texi to DocBook with makeinfo.
670 (Links in ODT export, Tables in ODT export): Fix indices.
671
672 * org.texi (Deadlines and scheduling): Add a variable to the
673 index. Add documentation about delays for scheduled tasks.
674
675 * org.texi (Emphasis and monospace):
676 Mention `org-fontify-emphasized-text' and
677 `org-emphasis-regexp-components'.
678
679 * org.texi (References): Small enhancement.
680
681 * org.texi (Column width and alignment): Make the example visually
682 more clear.
683
684 * org.texi (The clock table): Document :mstart and :wstart as a
685 way to set the starting day of the week.
686
687 * org.texi (In-buffer settings): Document new startup keywords.
688 Thanks to John J Foerch for this idea.
689
690 * org.texi (Include files): Tiny formatting fix.
691
692 * org.texi (Activation): Point to the "Conflicts" section.
693
694 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
695
696 * org.texi (CSS support): Clarify this section.
697
698 * org.texi (@LaTeX{} specific attributes): Document that tabu and
699 tabularx packages are not in the default set of packages.
700
701 * org.texi (Agenda commands): Document fortnight view.
702
703 * org.texi: Document conflict with ecomplete.el.
704
705 * org.texi (History and Acknowledgments): Acknowledgements for
706 Jason Dunsmore and Rakcspace.
707
708 * org.texi: Rename org-crypt.el node to org-crypt.
709
710 * org.texi (A @LaTeX{} example): Fix typo in variable name.
711
712 * org.texi (MobileOrg): Mention the new iPhone developer.
713
714 * org.texi (Table of contents) Improve documentation of TOC
715 placement.
716
717 * org.texi: Explain that date/time information at read-date prompt
718 should start at the beginning, not anywhere in the middle of a
719 long string.
720
721 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
722
723 * org.texi (Orgstruct mode): Fix wrong regexp.
724
725 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
726
727 * org.texi: Document export to (X)HTML flavors.
728
729 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
730
731 * org.texi (Extracting source code): Mention the prefix argument
732 to org-babel-tangle.
733 (noweb): Remove erroneous negative.
734 (Specific header arguments): Document new header arguments.
735 Documentation for new tangle-mode header argument.
736 (Top): Documentation for new tangle-mode header argument.
737 (rownames): Documentation for new tangle-mode header argument.
738 Mention elisp as special rowname case.
739 (tangle-mode): Documentation for new tangle-mode header argument.
740 (post): Documentation and an example of usage.
741 (var): Remove the "Alternate argument syntax" section from the
742 documentation.
743 (hlines): Note that :hline has no effect for Emacs Lisp code
744 blocks.
745
746 2013-11-12 Feng Shu <tumashu@gmail.com>
747
748 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
749 (Math formatting in HTML export)
750 (Working with @LaTeX{} math snippets): Add document about creating
751 formula image with imagemagick.
752
753 * org.texi (@LaTeX{} specific attributes): Document `:caption'
754 attribute of #+ATTR_LATEX.
755
756 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
757
758 * org.texi (Handling links): Fix a typo in
759 `org-startup-with-inline-images' documentation.
760
761 * org.texi (Previewing @LaTeX{} fragments): Document the startup
762 keywords to use for previewing LaTeX fragments or not.
763 (Summary of in-buffer settings): Improve formatting and add an
764 entry for the variable `org-startup-with-latex-preview'.
765
766 * org.texi (Property syntax): Recall the user to refresh the org
767 buffer when properties are set on a per-file basis.
768
769 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
770
771 * org.texi (Matching tags and properties): Clarification.
772
773 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
774
775 * org.texi (Editing and debugging formulas): Add an example when a
776 table has multiple #+TBLFM lines.
777
778 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
779
780 * org.texi (The clock table): Document acceptance of relative
781 times in tstart and tend, link to syntax description and provide
782 example.
783
784 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
785
786 * org.texi (The spreadsheet): Document lookup functions.
787
788 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
789
790 * org.texi (CSS support): Mention .figure-number, .listing-number,
791 and .table-number.
792
793 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
794
795 * org.texi
796 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
797 spreadsheet formula mode strings and some examples from @example
798 block with xy @r{yz} to @table.
799
800 * org.texi (Formula syntax for Calc): Improve the documentation of
801 empty fields in formulas for spreadsheet. Add explanation and
802 example for empty field. Extend explanations of format
803 specifiers. Add a sentence to mention Calc defmath.
804
805 * org.texi (Column formulas): Add a sentence to be more explicit
806 about when a table header is mandatory.
807
808 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
809
810 * org.texi (Subscripts and superscripts): Remove reference to
811 quoted underscores until this mechanism is implemented again.
812
813 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
814 property.
815
816 * org.texi (Document title): Subtree export is no longer triggered
817 by marking one as the region.
818 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
819 giving examples isn't very useful: "horizontal rule" is, at least,
820 as explicit as <hr/>.
821
822 * org.texi (HTML doctypes): Reflect keyword removal.
823 (CSS support): Reflect keyword removal.
824
825 * org.texi (@LaTeX{} specific attributes): Document new :float
826 values.
827
828 * org.texi (Export settings): Improve documentation.
829
830 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
831 (Text areas in HTML export): Update text areas.
832 (HTML Export commands): Update export commands.
833
834 * org.texi (Header and sectioning): Add a footnote about the
835 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
836
837 * org.texi (The Export Dispatcher):
838 Document `org-export-in-background'.
839
840 * org.texi (Footnotes): Export back-ends do not use
841 `org-footnote-normalize' anymore.
842
843 * org.texi: Document variable changes.
844
845 * org.texi (Export settings): Document p: item in OPTIONS keyword.
846
847 * org.texi (Exporting): Massive rewrite of the first sections.
848 (Selective export): Delete.
849 (The Export Dispatcher): Rewrite.
850 (Export options): Rewrite as "Export settings".
851
852 * org.texi: Small changes to documentation for embedded LaTeX.
853
854 * org.texi (Internal links): Document #+NAME keyword and
855 cross-referencing during export.
856
857 * org.texi (Include files): Remove reference to :prefix1
858 and :prefix. Give more details for :minlevel.
859
860 * org.texi (Macro replacement): Fix macro name.
861 Update documentation about possible locations and escaping mechanism.
862
863 * org.texi (Table of contents): Update documentation.
864 Document lists of listings and lists of tables. Add documentation for
865 optional title and #+TOC: keyword.
866
867 2013-11-12 Rick Frankel <rick@rickster.com>
868
869 * org.texi (results): Add Format section, broken out of Type
870 section to match code.
871 (hlines, colnames): Remove incorrect Emacs Lisp exception.
872 Note that the actual default handling (at least for python and
873 emacs-lisp) does not seem to match the description.
874
875 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
876
877 * org.texi (The date/time prompt): Update the documentation to
878 reflect the new way `org-read-date-get-relative' handles weekdays.
879
880 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
881
882 * org.texi (Resolving idle time):
883 Document `org-clock-x11idle-program-name'.
884
885 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
886
887 * ert.texi (Running Tests Interactively): Adapt examle output.
888 (Tests and Their Environment): Mention skip-unless.
889
890 2013-10-23 Glenn Morris <rgm@gnu.org>
891
892 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
893 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
894 * widget.texi: Nuke @refill.
895
896 * Makefile.in (install-dvi, install-html, install-pdf)
897 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
898 (uninstall-pdf): Quote entities that might contain whitespace.
899
900 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
901
902 * calc.texi (Data Type Formats): Don't specify the size at
903 which integers begin to be represented by lists.
904
905 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
906
907 * cl.texi (Argument Lists): Add indexes for &key and &aux.
908
909 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
910
911 * trampver.texi: Update release number.
912
913 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
914
915 Sync with Tramp 2.2.8.
916
917 * tramp.texi (External packages): Use `non-essential'.
918 * trampver.texi: Update release number.
919
920 2013-09-14 Glenn Morris <rgm@gnu.org>
921
922 * eshell.texi: Markup fixes.
923
924 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
925
926 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
927 of @kbd{RET}.
928 (Prefix Matching): Add an index.
929
930 2013-09-08 Glenn Morris <rgm@gnu.org>
931
932 * emacs-gnutls.texi: Tweak direntry.
933
934 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
935
936 * tramp.texi (Alternative Syntax): Remove chapter.
937
938 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
939
940 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
941 for portability to hosts where /bin/sh has problems.
942
943 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 Try to reduce redundancy in doc/misc/Makefile.in.
946 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
947 (TARGETS): New intermediate variable.
948 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
949
950 2013-08-27 Glenn Morris <rgm@gnu.org>
951
952 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
953
954 * efaq.texi: Rename from faq.texi, to match its output files.
955 * Makefile.in: Update for faq.texi name change.
956
957 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
958
959 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
960
961 * efaq-w32.texi: Move here from the web-pages repository.
962 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
963 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
964 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
965 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
966 Add DOCMISC_*_W32 variables.
967 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
968 (efaq_w32_deps): New variable.
969 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
970 (efaq-w32.pdf, efaq-w32.html): New rules.
971 (clean): Remove efaq-w32 products.
972
973 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
974
975 * texinfo.tex: Update from gnulib.
976
977 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
978
979 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
980 shift_jis from the default value set to mm-coding-system-priorities for
981 Japanese users.
982
983 2013-08-13 Glenn Morris <rgm@gnu.org>
984
985 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
986 (Options - Defining Label Environments, Options - Creating Labels)
987 (Options - Referencing Labels, Options - Creating Citations)
988 (Options - Index Support, Options - Viewing Cross-References)
989 (Options - Finding Files, Options - Optimizations)
990 (Options - Fontification, Options - Misc):
991 * cc-mode.texi (Sample Init File):
992 * edt.texi (Init file):
993 * epa.texi (Encrypting/decrypting gpg files):
994 * mairix-el.texi (About, Setting up the mairix interface, Using)
995 (Extending):
996 Rename nodes to avoid characters that can cause Texinfo problems.
997
998 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
999
1000 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1001
1002 2013-08-12 Glenn Morris <rgm@gnu.org>
1003
1004 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1005 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1006 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1007 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1008 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1009 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1010 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1011 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1012 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1013 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1014 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1015 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1016 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1017
1018 * woman.texi (Top): Avoid mailto: in html output.
1019
1020 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1021 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1022 (INSTALL_DATA): New, set by configure.
1023 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1024 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1025 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1026 uninstall-ps, and uninstall-doc.
1027 (.SUFFIXES): Add .ps and .dvi.
1028 (.dvi.ps): New suffix rule.
1029 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1030 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1031 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1032 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1033 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1034 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1035 (ido.html, mairix-el.html, message.html, mh-e.html)
1036 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1037 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1038 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1039 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1040 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1041 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1042 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1043 New rules.
1044 (clean): Remove HTML_TARGETS and PS_TARGETS.
1045
1046 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1047
1048 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1049 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1050 for user options.
1051
1052 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1053
1054 * htmlfontify.texi (Customization): Remove documentation of
1055 `hfy-fast-lock-save'. Minor fixes.
1056
1057 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1058
1059 * ido.texi (Top): Insert node "Working Directories" in menu.
1060 (Working Directories): New node.
1061 (Misc Customization): Add documentation of
1062 `ido-confirm-unique-completion' and some other user options.
1063
1064 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1065
1066 * todo-mode.texi: Update @dircategory.
1067 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1068 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1069 @ref.
1070
1071 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1072
1073 * sc.texi (Introduction): Fix index.
1074 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1075 (Information Keys and the Info Alist, Reference Headers)
1076 (The Built-in Header Rewrite Functions)
1077 (Electric References, Reply Buffer Initialization)
1078 (Filling Cited Text, Selecting an Attribution)
1079 (Attribution Preferences)
1080 (Anonymous Attributions, Author Names)
1081 (Using Regi, Post-yank Formatting Commands)
1082 (Citing Commands, Insertion Commands)
1083 (Mail Field Commands)
1084 (Hints to MUA Authors, Thanks and History): Change from one space
1085 between sentences to two.
1086 (What Supercite Does): Typo fix.
1087
1088 * newsticker.texi (Usage): Use @key for RET.
1089
1090 * cl.texi (Argument Lists, For Clauses)
1091 (Macros): Add indexes.
1092
1093 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1094
1095 * cl.texi (Blocks and Exits): Add an index.
1096
1097 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1098
1099 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1100 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1101 (todo-mode.dvi, todo-mode.pdf): New rules.
1102
1103 * todo-mode.texi: New file.
1104
1105 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1106
1107 * gnus.texi (Basic Usage): Mention that warp means jump here.
1108 (The notmuch Engine): Mention notmuch.
1109
1110 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1111
1112 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1113 `gnus-subthread-sort-functions' and remove the obsolete documentation
1114 of `gnus-sort-threads-recursively'.
1115
1116 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 * texinfo.tex: Update to 2012-07-29.17 version.
1119
1120 2013-07-29 David Engster <deng@randomsample.de>
1121
1122 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1123 implementation.
1124 (Introduction): Add further missing features.
1125 (Building Classes): Add introductory paragraph.
1126 (Wish List): Add metaclasses and EQL specialization.
1127
1128 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * tramp.texi (Frequently Asked Questions):
1131 Mention `tramp-use-ssh-controlmaster-options'.
1132
1133 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1134
1135 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1136 `gnus-sort-threads-recursively'.
1137
1138 2013-07-25 Glenn Morris <rgm@gnu.org>
1139
1140 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1141 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1142
1143 * erc.texi (Special Features): Update contact information.
1144 (History): Avoid using @email.
1145
1146 * eshell.texi (Bugs and ideas): Minor updates.
1147
1148 * faq.texi (Reporting bugs, Origin of the term Emacs)
1149 (Setting up a customization file)
1150 (Using an already running Emacs process, Turning off beeping)
1151 (Packages that do not come with Emacs)
1152 (Replying to the sender of a message): Avoid using @email.
1153
1154 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1155
1156 * reftex.texi (Imprint): Avoid using @email.
1157
1158 * ses.texi (Top): Update bug reporting instructions.
1159 (Acknowledgments): Avoid using @email.
1160
1161 * woman.texi (Introduction, Background): Remove outdated information.
1162 (Bugs, Acknowledgments): Avoid using @email.
1163
1164 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1165
1166 * ido.texi: New file.
1167
1168 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1169
1170 * gnus.texi (Customizing Articles): Document function predicates.
1171
1172 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1173
1174 * gnus.texi (lines): Correct description of
1175 `gnus-registry-track-extra's default value.
1176 Mention `gnus-registry-remove-extra-data'.
1177
1178 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1179
1180 * gnus.texi (Group Parameters): Mention regexp
1181 substitutions (bug#11688).
1182
1183 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1184
1185 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1186
1187 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1188
1189 * gnus.texi (Emacsen): Fix version.
1190
1191 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1192
1193 2013-07-06 Glenn Morris <rgm@gnu.org>
1194
1195 * mh-e.texi: Fix external links.
1196 (Using This Manual): Printed elisp manuals no longer available.
1197
1198 * newsticker.texi (Overview): Update URL.
1199
1200 * nxml-mode.texi (Introduction): Update URL.
1201
1202 * org.texi (JavaScript support): Fix URL.
1203
1204 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1205
1206 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1207
1208 * dbus.texi (Introspection): Update URL to a less defunct one.
1209
1210 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1211 (Foreign Groups): Use @indicateurl for examples.
1212 (Direct Functions): Remove defunct URL.
1213 (RSS): Update URL.
1214
1215 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1216 (FAQ 7-1): Update URL.
1217
1218 * pgg.texi (Top, Overview): Add note about obsolescence.
1219
1220 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 * texinfo.tex: Merge from gnulib.
1223
1224 2013-07-03 Glenn Morris <rgm@gnu.org>
1225
1226 * bovine.texi (top):
1227 * cc-mode.texi (AWK Mode Font Locking):
1228 * mh-e.texi (Preface):
1229 * url.texi (URI Parsing): Fix cross-references to other manuals.
1230
1231 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1232
1233 * gnus.texi (Client-Side IMAP Splitting):
1234 Note that `nnimap-inbox' now can be a list.
1235
1236 2013-06-24 Glenn Morris <rgm@gnu.org>
1237
1238 * eshell.texi: Fix cross-references to other manuals.
1239
1240 2013-06-23 Glenn Morris <rgm@gnu.org>
1241
1242 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1243 Remove; not needed now we use a standard html layout for the faq.
1244 (clean): Remove HTML_TARGETS, emacs-faq.text.
1245
1246 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1247
1248 * flymake.texi (Parsing the output, Customizable variables):
1249 Add reference to `flymake-warning-predicate'.
1250
1251 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * tramp.texi (Top, Configuration): Insert section `Predefined
1254 connection information' in menu.
1255 (Predefined connection information): New section.
1256 (Android shell setup): Make a reference to `Predefined connection
1257 information'.
1258
1259 2013-06-19 Glenn Morris <rgm@gnu.org>
1260
1261 * Makefile.in (version): New, set by configure.
1262 (clean): Delete dist tar file.
1263 (infoclean): New, split from maintainer-clean.
1264 (maintainer-clean): Run infoclean.
1265 (dist): New rule, to make tarfile for www.gnu.org.
1266
1267 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1268
1269 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1270 for keys q and Q.
1271 (Standards): Reference RFC5804 as the defining document of the
1272 managesieve protocol.
1273
1274 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1275
1276 * eshell.texi (Input/Output): Expand to cover new visual-command
1277 options, eshell-visual-subcommands and eshell-visual-options.
1278 Divide into separate Visual Commands and Redirection sections.
1279
1280 2013-06-10 Glenn Morris <rgm@gnu.org>
1281
1282 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1283
1284 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * gnus.texi (Article Date):
1287 Fix description of gnus-article-update-date-headers.
1288
1289 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1290
1291 * erc.texi (Special Features): ERC is being maintained within
1292 Emacs now.
1293
1294 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1295
1296 * flymake.texi: Change from one space between sentences to two.
1297
1298 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1301 (bug#14293).
1302
1303 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * tramp.texi (Frequently Asked Questions): Precise, how to define
1306 an own ControlPath.
1307
1308 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * tramp.texi (Frequently Asked Questions): New item for
1311 ControlPath settings.
1312
1313 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1314
1315 * calc.texi (Basic Operations on Units): Streamline some
1316 descriptions.
1317
1318 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1319
1320 * eshell.texi (Built-ins): Update manual to mention tramp module.
1321
1322 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * tramp.texi (Filename Syntax): Host names are not allowed to be
1325 any method name, unless method name is specified explicitly.
1326 Remove restriction on unibyte filenames.
1327
1328 * trampver.texi: Update release number.
1329
1330 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 doc: convert some TeX accents to UTF-8
1333 * emacs-mime.texi (Interface Functions): Use 'Ă¯' rather than
1334 '@"{@dotless{i}}'.
1335
1336 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1337
1338 Sync with Tramp 2.2.7.
1339
1340 * trampver.texi: Update release number.
1341
1342 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1343
1344 * calc.texi (Basic Operations on Units): Streamline some
1345 descriptions.
1346
1347 2013-03-08 Glenn Morris <rgm@gnu.org>
1348
1349 * faq.texi (Top): Don't say this was updated @today.
1350 That's irrelevant and leads to spurious diffs.
1351
1352 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1353
1354 * calc.texi (Basic Operations on Units):
1355 Fix cross-reference.
1356
1357 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1358
1359 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1360
1361 2013-03-06 Alan Mackenzie <acm@muc.de>
1362
1363 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1364 calling a line-up function.
1365
1366 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1367
1368 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1369 * ses.texi: Switch from Latin-1 to UTF-8.
1370
1371 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1372
1373 * tramp.texi (External methods): Tramp does not connect Android
1374 devices by itself.
1375
1376 2013-03-02 Bill Wohler <wohler@newt.com>
1377
1378 Release MH-E manual version 8.5.
1379
1380 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1381 release 8.5.
1382
1383 * mh-e.texi (Preface, Conventions, Getting Started)
1384 (Using This Manual, Folder Selection, Viewing, Aliases)
1385 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1386 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1387 Update URLs.
1388
1389 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1392 and "plink2" entries. "plink2" is obsolete for a long time.
1393 (External methods): Remove "scp1" and "scp2" entries.
1394 Explain user name and host name specification for "adb".
1395
1396 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * tramp.texi (External methods): Mention `tramp-adb-program'.
1399
1400 2013-02-28 Bastien Guerry <bzg@gnu.org>
1401
1402 * org.texi (Visibility cycling): Suggest to set
1403 `org-agenda-inhibit-startup' to nil if user wants the startup
1404 visibility settings to be honored in any circumstances.
1405 (Progress logging, Checkboxes): Fix typos.
1406
1407 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1408
1409 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1410 the macros, for Texinfo 4.13 and 5.0.
1411
1412 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1413
1414 Port Tramp documentation to Texinfo 5.0.
1415 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1416 (Filename Syntax): Do not use @trampfn{} in @item.
1417 (Filename completion): Use @columnfractions in @multitable.
1418
1419 2013-02-22 Glenn Morris <rgm@gnu.org>
1420
1421 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1422
1423 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 * Makefile.in (html): New rule.
1426
1427 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1428
1429 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1430 Volpiatto <thierry.volpiatto@gmail.com>.
1431
1432 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * tramp.texi (Top, Configuration): Insert section `Android shell
1435 setup' in menu.
1436 (Android shell setup): New section.
1437 (Connection types, Default Method)
1438 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1439 (External methods): Remove "scpc" and "rsyncc" entries.
1440 (Frequently Asked Questions): Remove entry about ControlPersist.
1441
1442 2013-02-13 Glenn Morris <rgm@gnu.org>
1443
1444 * message.texi (News Headers): Don't mention yow any more.
1445
1446 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1447
1448 * calc.texi (Basic Operations on Units, Customizing Calc):
1449 Mention the variable `calc-allow-units-as-numbers'.
1450
1451 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1452
1453 * eshell.texi: Fill most of the missing sections.
1454
1455 2013-02-07 Bastien Guerry <bzg@gnu.org>
1456
1457 * org.texi (References): Clarify an example.
1458 (Installation): Fix instructions.
1459 (Org-Plot): Fix link.
1460 (Checkboxes, Radio lists): Fix typos.
1461
1462 2013-02-07 Glenn Morris <rgm@gnu.org>
1463
1464 * cl.texi (Equality Predicates): Mention memql.
1465
1466 2013-02-07 Eric Ludlam <zappo@gnu.org>
1467
1468 * ede.texi (Creating a project): Make ede-new doc less
1469 specific, and only about items it supports, indicating that there
1470 might be more. Remove refs to simple project and direct automake
1471 from ede new.
1472 (Simple projects): Re-write to not talk about ede-simple-project
1473 which is deprecated, and instead use the term to mean projects
1474 that don't do much management, just project wrapping.
1475 Add ede-generic-project link.
1476 (ede-generic-project): New node (bug#11441).
1477
1478 2013-02-07 Glenn Morris <rgm@gnu.org>
1479
1480 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1481
1482 2013-02-01 Glenn Morris <rgm@gnu.org>
1483
1484 * calc.texi (Help Commands): Update calc-view-news description.
1485 Mention etc/CALC-NEWS.
1486
1487 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1490
1491 2013-01-13 Bastien Guerry <bzg@gnu.org>
1492
1493 * org.texi (Installation): Simplify.
1494
1495 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1496
1497 * org.texi (Handling links): Update the mention to the obsolete
1498 variable `org-link-to-org-use-id' with a mention to the newer
1499 variable `org-id-link-to-org-use-id'. Mention the need to load
1500 the org-id library.
1501
1502 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1503
1504 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1505
1506 2013-01-09 Bastien Guerry <bzg@gnu.org>
1507
1508 * org.texi (Pushing to MobileOrg): Add footnote about using
1509 symbolic links in `org-directory'.
1510 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1511 of the now obsolete alias `org-float'.
1512 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1513 index. Fix description of TODO keywords cycling.
1514 (Advanced features): Add missing argument for @item.
1515 (Storing searches): Add index entries and a note about
1516 *-tree agenda views.
1517 (Structure editing): Document `org-mark-element' and
1518 `org-mark-subtree'.
1519 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1520
1521 2013-01-08 Juri Linkov <juri@jurta.org>
1522
1523 * info.texi (Go to node): Mention the abbreviated format
1524 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1525
1526 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1527
1528 * autotype.texi: Remove undefined command @subtitlefont.
1529 * cc-mode.texi: Likewise.
1530
1531 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1532 @item argument.
1533 (Property searches): Use \\ instead of @backslashchar{}.
1534 * pgg.texi (VERSION): Move @set below @setfilename.
1535
1536 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1537
1538 * ada-mode.texi: Remove braces from @title argument.
1539 * eudc.texi: Likewise.
1540 * smtpmail.texi: Likewise.
1541 * auth.texi (VERSION): Set before first use.
1542 * emacs-gnutls.texi (VERSION): Likewise.
1543 * pgg.texi (VERSION): Likewise.
1544 * ede.texi (Top): Rename from top, all uses changed.
1545 * eshell.texi: Add missing argument to @sp.
1546 * forms.texi (Top): Reorder menu to match structure.
1547 * htmlfontify.texi (Customisation): Add missing @item in
1548 @enumerate.
1549 * org.texi (Advanced features): Add missing argument for @item.
1550 (Property searches): Use @backslashchar{} in macro argument.
1551 * pcl-cvs.texi: Add missing argument to @sp.
1552 (Movement commands): Fix use of @itemx.
1553 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1554 * reftex.texi (Options (Creating Citations)): Add missing newline
1555 before @end.
1556 * tramp.texi (Obtaining Tramp): Remove extra dots.
1557 (Configuration): Reorder menu to match structure.
1558 (Remote shell setup): Replace literal NUL character by \0.
1559 * viper.texi (Marking): Add missing argument for @item.
1560
1561 2013-01-04 Glenn Morris <rgm@gnu.org>
1562
1563 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1564 Add htmlfontify.
1565 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1566 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1567 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1568 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1569
1570 * htmlfontify.texi: Miscellaneous fixes and updates.
1571 Set copyright to FSF, update license to GFDL 1.3+.
1572
1573 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1574
1575 * htmlfontify.texi: New file.
1576
1577 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1578
1579 * calc.texi (Free-Form Dates): Expand on the date reading
1580 algorithm.
1581
1582 2012-12-27 Glenn Morris <rgm@gnu.org>
1583
1584 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1585 Avoid some overfull lines.
1586
1587 * widget.texi (Programming Example): Break some long lines.
1588
1589 * wisent.texi (Wisent Overview): Fix xref.
1590 (Grammar format, Understanding the automaton): Avoid overfill.
1591
1592 * bovine.texi (Optional Lambda Expression): Allow line break.
1593
1594 * auth.texi (Help for users): Break long lines.
1595
1596 * ada-mode.texi (Project file variables):
1597 Reword to reduce underfull hbox.
1598 (No project files, Use GNAT project file):
1599 Use smallexample to make some overfull lines less terrible.
1600
1601 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1602 Fix cross-references to separate manuals.
1603
1604 * Makefile.in (gfdl): New variable. Use throughout where
1605 appropriate so that targets depend on doclicense.texi.
1606
1607 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1608
1609 * gnus.texi (Customizing the IMAP Connection): Mention the other
1610 authenticators.
1611
1612 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1613
1614 * gnus.texi (Browse Foreign Server):
1615 Document `gnus-browse-delete-group'.
1616
1617 2012-12-22 Glenn Morris <rgm@gnu.org>
1618
1619 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1620 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1621 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1622 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1623
1624 * Makefile.in (gfdl): New variable. Use throughout where
1625 appropriate so that targets depend on doclicense.texi.
1626
1627 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1628
1629 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1630 doclicense.texi. Remove doclicense.texi from all targets that
1631 mentioned it explicitly.
1632 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1633 $(emacsdir)/emacsver.texi.
1634 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1635
1636 2012-12-21 Glenn Morris <rgm@gnu.org>
1637
1638 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1639 Include emacsver.texi. Nuke hand-written node pointers.
1640 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1641 Depend on emacsver.texi.
1642
1643 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1644 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1645 May as well just include doclicense.texi in everything.
1646
1647 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1648 which @copying says is included.
1649
1650 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1651 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1652 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1653 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1654 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1655 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1656 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1657 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1658 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1659 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1660 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1661 copies from the FSF, which does not publish these manuals.
1662
1663 * erc.texi: No need to include gpl in this small manual.
1664
1665 * org.texi (copying): Include a copy of the GFDL.
1666 (GNU Free Documentation License): New section.
1667
1668 2012-12-21 Bastien Guerry <bzg@gnu.org>
1669
1670 * org.texi: Fix typos.
1671
1672 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1673
1674 * calc.texi (ISO 8601): Rename from ISO-8601,
1675 as it's typically spelled without a hyphen.
1676
1677 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1678
1679 * calc.texi (ISO-8601): New section.
1680 (Date Formatting Codes): Mention new codes.
1681 (Standard Date Formats): Mention new formats.
1682
1683 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1684
1685 * tramp.texi (External methods): Move `adb' method here.
1686
1687 2012-12-13 Glenn Morris <rgm@gnu.org>
1688
1689 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1690
1691 * wisent.texi: Small edits. Set copyright to FSF, update license to
1692 GFDL 1.3+.
1693 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1694 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1695 New targets.
1696 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1697 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1698
1699 * bovine.texi: Small edits. Set copyright to FSF, update license to
1700 GFDL 1.3+, remove empty index.
1701 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1702 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1703 New targets.
1704 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1705 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1706
1707 2012-12-13 Eric Ludlam <zappo@gnu.org>
1708 David Ponce <david@dponce.com>
1709 Richard Kim <emacs18@gmail.com>
1710
1711 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1712
1713 2012-12-13 Glenn Morris <rgm@gnu.org>
1714
1715 * flymake.texi (Customizable variables, Locating the buildfile):
1716 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1717
1718 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1719 GFDL 1.3+ license, fix up index.
1720 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1721 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1722 (srecode.pdf): New targets.
1723 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1724 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1725
1726 2012-12-13 Eric Ludlam <zappo@gnu.org>
1727
1728 * srecode.texi: New file, imported from CEDET trunk.
1729
1730 2012-12-13 Bastien Guerry <bzg@gnu.org>
1731
1732 * org.texi (Summary, Code block specific header arguments)
1733 (Code block specific header arguments)
1734 (Header arguments in function calls, var, noweb)
1735 (Results of evaluation, Code evaluation security):
1736 Small reformatting: add a blank line before some example.
1737
1738 * org.texi (System-wide header arguments)
1739 (Header arguments in Org mode properties, Conflicts)
1740 (Dynamic blocks, Using the mapping API):
1741 Fix indentation of Elisp code examples.
1742
1743 * org.texi (Comment lines): Fix description of the comment syntax.
1744
1745 * org.texi (Installation): Mention "make test" in the correct section.
1746
1747 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1748
1749 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1750 These are just minor editorial changes.
1751
1752 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * tramp.texi (History): Mention ADB.
1755 (Inline methods): Add `adb' method.
1756
1757 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1760 (External methods): Fix typo.
1761
1762 2012-12-03 Glenn Morris <rgm@gnu.org>
1763
1764 * rcirc.texi (Notices): Fix typo.
1765
1766 2012-11-25 Bill Wohler <wohler@newt.com>
1767
1768 Release MH-E manual version 8.4.
1769
1770 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1771 Update for release 8.4.
1772
1773 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1774 (Junk): Add mh-whitelist-preserves-sequences-flag,
1775 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1776 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1777
1778 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 * mh-e.texi (Procmail): Fix two @ typos.
1781
1782 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1785 These are just minor editorial changes.
1786
1787 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1788
1789 * calc.texi (Date Formatting Codes): Mention the new beginning of
1790 the date numbering system.
1791
1792 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1795 (Date Forms): Correct off-by-one error in explanation of
1796 Julian day numbers. Give Gregorian equivalent of its origin.
1797
1798 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1799
1800 * calc.texi (Date Forms): Mention the customizable
1801 Gregorian-Julian switch.
1802 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1803
1804 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1805
1806 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1807 It also uses January 1, 1 AD as its day number 1.
1808 * calc.texi (Date Forms): Document this.
1809
1810 2012-11-16 Glenn Morris <rgm@gnu.org>
1811
1812 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1813 (Obsolete Macros): Move example here from Function Bindings.
1814
1815 * erc.texi: Use @code{nil} rather than just "nil".
1816 (Modules): Undocument obsolete "hecomplete".
1817 Add "notifications".
1818 (Connecting): Add brief section on passwords.
1819 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1820
1821 2012-11-13 Glenn Morris <rgm@gnu.org>
1822
1823 * flymake.texi (Customizable variables)
1824 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1825 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1826
1827 2012-11-12 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
1828
1829 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1830 In all file place SES into @acronym{...}.
1831 (Advanced Features): Add key index and function index for
1832 ses-set-header-row. Add description for function
1833 ses-rename-cell. Add description for function
1834 ses-repair-cell-reference-all.
1835 (Ranges in formulas): Add description for ses-range flags.
1836
1837 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1838
1839 * texinfo.tex: Merge from gnulib.
1840
1841 2012-11-10 Chong Yidong <cyd@gnu.org>
1842
1843 * url.texi (Introduction): Move url-configuration-directory to
1844 Customization node.
1845 (Parsed URIs): Split into its own node.
1846 (URI Encoding): New node.
1847 (Defining New URLs): Remove empty chapter.
1848 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1849 Improve docs for url-queue-*.
1850 (Supported URL Types): Copyedits. Delete empty subnodes.
1851
1852 * url.texi (Introduction): Rename from Getting Started.
1853 Rewrite the introduction.
1854 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1855
1856 2012-11-10 Glenn Morris <rgm@gnu.org>
1857
1858 * cl.texi (Obsolete Setf Customization):
1859 Revert defsetf example to the more correct let rather than prog1.
1860 Give define-modify-macro, defsetf, and define-setf-method
1861 gv.el replacements.
1862
1863 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1864 (Setf Extensions): Remove obsolete reference.
1865 (Obsolete Setf Customization):
1866 Move note on lack of setf functions to lispref/variables.texi.
1867 Undocument get-setf-method, since it no longer exists.
1868 Mention simple defsetf replaced by gv-define-simple-setter.
1869
1870 2012-11-03 Glenn Morris <rgm@gnu.org>
1871
1872 * cl.texi: Further general copyedits.
1873 (List Functions): Remove copy-tree, standard elisp for some time.
1874 (Efficiency Concerns): Comment out examples that no longer apply.
1875 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1876 (Creating Symbols, Random Numbers): De-emphasize internal
1877 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1878 (Naming Conventions, Type Predicates, Macros)
1879 (Predicates on Numbers): No longer mention cl-floatp-safe.
1880
1881 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1882
1883 * gnus.texi (Mail Source Specifiers):
1884 Document :leave keyword used for pop mail source.
1885
1886 2012-11-01 Glenn Morris <rgm@gnu.org>
1887
1888 * cl.texi: General copyedits for style, line-breaks, etc.
1889 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1890 (Macro Bindings, Blocks and Exits):
1891 Acknowledge existence of lexical-binding.
1892 (Iteration): Mainly defer to doc of standard dolist, dotimes.
1893
1894 2012-10-31 Glenn Morris <rgm@gnu.org>
1895
1896 * ert.texi (Introduction, The @code{should} Macro):
1897 Refer to "cl-assert" rather than "assert".
1898
1899 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1900 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1901 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1902 Reword, and add details of flet and labels.
1903 (Modify Macros, Function Bindings): Add some xrefs.
1904
1905 2012-10-30 Glenn Morris <rgm@gnu.org>
1906
1907 * cl.texi (Modify Macros): Update for cl-letf changes.
1908 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1909 (Setf Extensions): Partially restore note about cl-getf,
1910 mainly moved to lispref/variables.texi.
1911 (Property Lists): Fix cl-getf typos.
1912 (Mapping over Sequences): Mention cl-mapc naming oddity.
1913
1914 2012-10-29 Glenn Morris <rgm@gnu.org>
1915
1916 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1917 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1918 (Customizing Setf): Move contents to "Obsolete Setf Customization".
1919 (Modify Macros, Multiple Values, Other Clauses):
1920 Remove mentions of obsolete features.
1921 (Obsolete Setf Customization): Don't mention `apply' setf.
1922
1923 2012-10-28 Glenn Morris <rgm@gnu.org>
1924
1925 * cl.texi (Multiple Values, Common Lisp Compatibility):
1926 More namespace updates.
1927 (Obsolete Features): Copyedits.
1928 (Obsolete Lexical Macros, Obsolete Setf Customization):
1929 New subsections.
1930
1931 * cl.texi (Porting Common Lisp, Lexical Bindings):
1932 Add some xrefs to the Elisp manual.
1933
1934 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1935 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1936 (Obsolete Features): New appendix. Move Lexical Bindings here.
1937
1938 2012-10-27 Glenn Morris <rgm@gnu.org>
1939
1940 * cl.texi: Use defmac for macros rather than defspec.
1941 (Efficiency Concerns): Related copyedit.
1942
1943 * cl.texi (Control Structure): Update for setf now being in core.
1944 (Setf Extensions): Rename from Basic Setf. Move much of the
1945 former content to lispref/variables.texi.
1946 (Modify Macros): Move pop, push details to lispref/variables.texi.
1947 (Customizing Setf): Copyedits for setf etc being in core.
1948 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1949 Further namespaces updates.
1950
1951 2012-10-26 Bastien Guerry <bzg@gnu.org>
1952
1953 * org.texi (Installation): Update the link to Org's ELPA.
1954 Also don't mention org-install.el anymore as the replacement file
1955 org-loaddefs.el is now loaded by org.el.
1956
1957 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * tramp.texi (Frequently Asked Questions):
1960 Mention `tramp-completion-reread-directory-timeout' for performance
1961 improvement.
1962
1963 2012-10-25 Glenn Morris <rgm@gnu.org>
1964
1965 * cl.texi: Don't mess with the TeX section number counter.
1966 Use Texinfo recommended convention for quotes+punctuation.
1967 (Overview, Sequence Functions): Rephrase for better line-breaking.
1968 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1969 (Macro Bindings, Conditionals, Iteration, Loop Basics)
1970 (Random Numbers, Mapping over Sequences, Structures)
1971 (Porting Common Lisp): Further updates for cl-lib namespace.
1972 (Modify Macros, Declarations, Macro Bindings, Structures):
1973 Break long lines in examples.
1974 (Dynamic Bindings): Update for changed progv behavior.
1975 (Loop Examples, Efficiency Concerns): Markup fixes.
1976 (Structures): Remove TeX margin change.
1977 (Declarations): Fix typos.
1978
1979 2012-10-24 Glenn Morris <rgm@gnu.org>
1980
1981 * cl.texi (Overview, Multiple Values, Creating Symbols)
1982 (Numerical Functions): Say less/nothing about the original cl.el.
1983 (Old CL Compatibility): Remove.
1984 (Assertions): Remove ignore-errors (standard Elisp for some time).
1985
1986 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1987 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1988 (Efficiency Concerns, Efficiency Concerns)
1989 (Common Lisp Compatibility, Old CL Compatibility):
1990 Further updates for cl-lib namespace.
1991
1992 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1993
1994 Update manual for new time stamp format (Bug#12706).
1995 * emacs-mime.texi (time-date): Update for new format.
1996 Also, fix bogus time stamp and modernize a bit.
1997
1998 2012-10-23 Glenn Morris <rgm@gnu.org>
1999
2000 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2001 than unchanging cl.el version number.
2002 End all menu descriptions with a period.
2003 Do not use @dfn{CL} for every instance of "CL".
2004 (Overview): Remove no-runtime caveat, and note about foo* names.
2005 (Usage): Use cl-lib rather than cl.
2006 (Organization, Naming Conventions): Update for cl-lib.el.
2007 (Installation): Remove long-irrelevant node.
2008 (Program Structure, Predicates, Control Structure):
2009 Start updating for cl-lib namespace.
2010 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2011 Depend on emacsver.texi.
2012
2013 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * trampver.texi: Update release number.
2016
2017 2012-10-06 Glenn Morris <rgm@gnu.org>
2018
2019 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2020 ERC version.
2021 (Introduction): ERC is distributed with Emacs.
2022 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2023 (Getting Started): Simplify.
2024 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2025 (History): Mention ERC maintained as part of Emacs now.
2026 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2027 Add dependency on emacsver.texi.
2028
2029 * erc.texi: Remove hand-written node pointers.
2030
2031 2012-10-05 Glenn Morris <rgm@gnu.org>
2032
2033 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2034 Copyedits.
2035
2036 2012-10-01 Eric Ludlam <zappo@gnu.org>
2037
2038 * ede.texi (Quick Start, Project Local Variables)
2039 (Miscellaneous commands, ede-java-root, Development Overview)
2040 (Detecting a Project): New nodes.
2041 (Simple projects): Node deleted.
2042
2043 * eieio.texi (Building Classes): Some slot attributes cannot be
2044 overridden.
2045 (Slot Options): Remove an example.
2046 (Method Invocation, Documentation): New nodes.
2047
2048 2012-10-01 Glenn Morris <rgm@gnu.org>
2049
2050 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2051 (reftex.pdf): Add dependency on emacsver.texi.
2052 * reftex.texi: Don't include directory part for emacsver.texi;
2053 the Makefile's -I handles it.
2054
2055 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2056
2057 Merge from standalone RefTeX repository.
2058
2059 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2060 with macros.
2061 (Imprint): Mention Wolfgang in list of contributors.
2062 (Creating Citations): Give a hint about how to
2063 auto-revert the BibTeX database file when using external editors.
2064 (Referencing Labels): Simplify section about reference macro
2065 cycling.
2066 (Options (Referencing Labels)): Adapt to new structure of
2067 `reftex-ref-style-alist'.
2068 (Referencing Labels, Reference Styles): Document changes in the
2069 referencing functionality.
2070 (Commands): Mention options for definition of header and footer in
2071 BibTeX files.
2072 (Options (Creating Citations)): Document
2073 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2074 (Reference Styles): New section.
2075 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2076 (Options (Referencing Labels)): Remove descriptions of deprecated
2077 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2078 Add descriptions for `reftex-ref-style-alist' and
2079 `reftex-ref-style-default-list'.
2080 (Referencing Labels): Update regarding reference styles.
2081 (Citation Styles): Mention support for ConTeXt.
2082 (Options (Defining Label Environments)): Fix typo.
2083 (Options (Creating Citations)):
2084 Document `reftex-cite-key-separator'.
2085
2086 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2087
2088 * org.texi: Add description of ORG_ADD_CONTRIB to info
2089 documentation. Add link to Worg for more details.
2090
2091 * org.texi: Clarify installation procedure. Provide link to the
2092 build system description on Worg.
2093
2094 * org.texi: Remove reference to utils/, x11idle.c is now in
2095 contrib/scripts.
2096
2097 * org.texi: Re-normalize to "Org mode" in manual.
2098
2099 * org.texi (Installation): Adapt documentation to new build
2100 system. Mention GNU ELPA (since it needs to be handled like Emacs
2101 built-in Org).
2102
2103 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2104
2105 * org.texi: Fix typo in description of the 'Hooks' section.
2106
2107 * org.texi: Add ID to the list of special properties.
2108
2109 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2110
2111 * org.texi (Moving subtrees): Document the ability to archive to a
2112 datetree.
2113
2114 2012-09-30 Bastien Guerry <bzg@gnu.org>
2115
2116 * org.texi (Installation, Feedback, Batch execution):
2117 Use (add-to-list 'load-path ... t) for the contrib dir.
2118
2119 * org.texi (results): Update documentation for ":results drawer"
2120 and ":results org".
2121
2122 * org.texi (Column width and alignment): Fix typo.
2123
2124 * org.texi (Activation): Point to the "Conflicts" section.
2125
2126 * org.texi (Conflicts): Mention filladapt.el in the list of
2127 conflicting packages.
2128
2129 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2130 not needed for versions of Emacs > 22.1.
2131
2132 * org.texi (History and Acknowledgments): Fix typo.
2133
2134 * org.texi (History and Acknowledgments): Add my own
2135 acknowledgments.
2136
2137 * org.texi (Agenda commands): Document the new command and the new
2138 option.
2139
2140 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2141 (Agenda commands): Reorder. Document `*' to toggle persistent
2142 marks.
2143
2144 * org.texi (Agenda dispatcher):
2145 Mention `org-toggle-agenda-sticky'.
2146 (Agenda commands, Exporting Agenda Views): Fix typo.
2147
2148 * org.texi (Templates in contexts, Setting Options): Update to
2149 reflect changes in how contexts options are processed.
2150
2151 * org.texi (Templates in contexts): Document the new structure of
2152 the variables `org-agenda-custom-commands-contexts' and
2153 `org-capture-templates-contexts'.
2154
2155 * org.texi (Templates in contexts): Document the new option
2156 `org-capture-templates-contexts'.
2157 (Storing searches): Document the new option
2158 `org-agenda-custom-commands-contexts'.
2159
2160 * org.texi (Formula syntax for Lisp): Reformat.
2161
2162 * org.texi (Special properties, Column attributes)
2163 (Agenda column view): Document the new special property
2164 CLOCKSUM_T.
2165
2166 * org.texi (Template expansion): Document the new %l template.
2167
2168 * org.texi (Fast access to TODO states): Fix documentation about
2169 allowed characters for fast todo selection.
2170
2171 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2172 use in `org-agenda-to-appt'.
2173
2174 * org.texi (Comment lines): Update wrt comments.
2175
2176 * org.texi (Resolving idle time): Document new keybinding.
2177
2178 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2179 on clock timestamps.
2180
2181 * org.texi (Fast access to TODO states): Explicitly says only
2182 letters are supported as fast TODO selection keys.
2183
2184 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2185 specifier. Document the new "%(my-function)" specifier.
2186
2187 * org.texi (Clocking commands): New cindex.
2188 (Clocking commands): Update documentation for `org-clock-in'.
2189 Document `org-clock-in-last'. Mention `org-clock-out' and
2190 `org-clock-in-last' as commands that can be globally bound.
2191 (Resolving idle time): Document continuous clocking.
2192
2193 * org.texi (Top, Introduction): Fix formatting.
2194 (Activation): Add index entries.
2195 (Conventions): Update section.
2196 (Embedded @LaTeX{}): Fix formatting.
2197
2198 * org.texi (Visibility cycling): Document `show-children'.
2199
2200 * org.texi (Using capture): Mention the `org-capture-last-stored'
2201 bookmark as a way to jump to the last stored capture.
2202
2203 * org.texi (Uploading files): Fix typo.
2204
2205 * org.texi (Using capture): Document `C-0' as a prefix argument
2206 for `org-capture'.
2207
2208 * org.texi (Agenda commands): Document persistent marks.
2209
2210 * org.texi (Template expansion): Update doc to reflect change.
2211
2212 * org.texi (Radio tables): Document the :no-escape parameter.
2213
2214 * org.texi (Repeated tasks): Document repeat cookies for years,
2215 months, weeks, days and hours.
2216
2217 * org.texi (Export options): State that you can use the d: option
2218 by specifying a list of drawers.
2219
2220 * org.texi (HTML preamble and postamble): Small doc improvement.
2221
2222 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2223
2224 * org.texi: The sections in the Exporting section of the manual
2225 left out articles in the description of the org-export-as-*
2226 commands, among other places. This patch adds them, adds a few
2227 missing prepositions, and switches instances of "an HTML" to "a
2228 html" for internal consistency.
2229
2230 * org.texi: Alter several examples of headings with timestamps in
2231 them to include the timestamps in the body instead of the heading.
2232
2233 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2234
2235 * org.texi (Agenda dispatcher): Document sticky agenda views and
2236 the new key for them.
2237
2238 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2239
2240 * org.texi (Advanced features): Fix error in table.
2241
2242 2012-09-30 Feng Shu <tumashu@gmail.com>
2243
2244 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2245 alternative to dvipng.
2246
2247 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2248
2249 * org.texi: Remove extra curly bracket.
2250
2251 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2252
2253 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2254 defkeys.
2255
2256 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2257
2258 * org.texi (Agenda commands): Fix two typos by giving
2259 corresponding function names, according to
2260 `org-agenda-view-mode-dispatch'.
2261
2262 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2263
2264 * org.texi (The spreadsheet): Fix typo.
2265
2266 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2267
2268 * org.texi (Tracking your habits): Point to the "Tracking TODO
2269 state changes" section.
2270
2271 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2272
2273 * org.texi (Literal examples): Remove reference to unknown
2274 `org-export-latex-minted' variable. Also simplify footnote since
2275 `org-export-latex-listings' documentation is exhaustive already.
2276
2277 * org.texi (Plain lists): Remove reference to now hard-coded
2278 `bullet' automatic rule.
2279
2280 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2281
2282 * org.texi: Updated documentation accordingly.
2283
2284 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2285
2286 * texinfo.tex: Merge from gnulib.
2287
2288 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2289
2290 Sync with Tramp 2.2.6.
2291
2292 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2293
2294 * trampver.texi: Update release number.
2295
2296 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2297
2298 * texinfo.tex: Merge from gnulib.
2299
2300 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2301
2302 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2303 (bug#12096).
2304
2305 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2306
2307 * calc.texi (Simplification modes, Conversions)
2308 (Operating on Selections): Mention "basic" simplification.
2309 (The Calc Mode Line): Mention the mode line display for Basic
2310 simplification mode.
2311 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2312 simplifications.
2313 (Basic Simplifications): Rename from "Limited Simplifications"
2314 Replace "limited" by "basic" throughout.
2315 (Algebraic Simplifications): Indicate that the algebraic
2316 simplifications are done by default.
2317 (Unsafe Simplifications): Mention `m E'.
2318 (Simplification of Units): Mention `m U'.
2319 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2320 (Kinds of Declarations, Functions for Declarations):
2321 Mention "algebraic simplifications" instead of `a s'.
2322 (Algebraic Entry): Remove mention of default simplifications.
2323
2324 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2325
2326 * calc.texi (Getting Started, Tutorial): Change simulated
2327 Calc output to match actual output.
2328 (Simplifying Formulas): Mention that algebraic simplification is now
2329 the default.
2330
2331 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2332
2333 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2334 (Bug#12073)
2335
2336 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2337
2338 Prefer typical American spelling for "acknowledgment".
2339 * calc.texi (History and Acknowledgments): Rename from
2340 History and Acknowledgements.
2341 * idlwave.texi (Acknowledgments):
2342 * ses.texi (Acknowledgments):
2343 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2344
2345 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2346
2347 Rename configure.in to configure.ac (Bug#11603).
2348 * ede.texi (Compiler and Linker objects, ede-proj-project)
2349 (ede-step-project): Prefer the name configure.ac to configure.in.
2350
2351 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * tramp.texi (Multi-hops):
2354 Introduce `tramp-restricted-shell-hosts-alist'.
2355
2356 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2357
2358 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2359 methods, so don't mention smtpmail here.
2360
2361 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2362
2363 * gnus.texi (Picons): Document gnus-picon-properties.
2364
2365 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2366
2367 * gnus.texi: Remove mention of compilation, as that's no longer
2368 supported.
2369
2370 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2371
2372 * gnus.texi (Archived Messages): Mention
2373 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2374
2375 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2376
2377 * gnus.texi (Various Summary Stuff):
2378 Remove mention of `gnus-propagate-marks'.
2379
2380 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2381
2382 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2383 which no longer exist.
2384
2385 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2386
2387 * gnus.texi (Archived Messages):
2388 Document gnus-gcc-self-resent-messages.
2389
2390 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2391
2392 * message.texi (Mail Variables):
2393 Mention the optional user parameter for X-Message-SMTP-Method.
2394
2395 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2396
2397 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2398
2399 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2400
2401 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus.texi (Key Index): Change encoding to utf-8.
2404
2405 2012-06-21 Glenn Morris <rgm@gnu.org>
2406
2407 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2408
2409 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2410
2411 * gnus.texi (Group Timestamp): Mention where to find documentation for
2412 the `gnus-tmp-' variables (bug#11601).
2413
2414 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2415
2416 Sync with Tramp 2.2.6-pre.
2417
2418 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2419 where appropriate.
2420 (Ad-hoc multi-hops): New section.
2421 (Remote processes): New subsection "Running remote processes on
2422 Windows hosts".
2423 (History): Add remote commands on Windows, and ad-hoc multi-hop
2424 methods.
2425 (External methods): "ControlPersist" must be set to "no" for the
2426 `scpc' method.
2427 (Remote processes): Add a note about `auto-revert-tail-mode'.
2428 (Frequently Asked Questions): Use "scpx" in combination with
2429 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2430
2431 * trampver.texi: Update release number.
2432
2433 2012-06-10 Chong Yidong <cyd@gnu.org>
2434
2435 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2436 compilation for html-mono.
2437
2438 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2439
2440 * texinfo.tex: Merge from gnulib.
2441
2442 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2443
2444 * Makefile.in (echo-info): Don't try to install info files named
2445 just ".info".
2446
2447 2012-05-28 Glenn Morris <rgm@gnu.org>
2448
2449 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2450
2451 * sc.texi: Nuke hand-written node pointers.
2452 Fix top-level menu to match actual node order.
2453
2454 2012-05-27 Glenn Morris <rgm@gnu.org>
2455
2456 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2457 Some associated fixes, including not messing with chapno in cl.texi.
2458
2459 2012-05-27 Bastien Guerry <bzg@gnu.org>
2460
2461 * org.texi (Durations and time values): Fix typo.
2462
2463 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2464
2465 * texinfo.tex: Update from gnulib.
2466
2467 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2468
2469 * calc.texi (Basic Operations on Units, Customizing Calc):
2470 Mention `calc-ensure-consistent-units'.
2471
2472 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2473
2474 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2475 reference commands. (Bug#11461)
2476
2477 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2478
2479 2012-05-12 Glenn Morris <rgm@gnu.org>
2480
2481 * Makefile.in (mostlyclean): Add more TeX intermediates.
2482
2483 * Makefile.in: Make it look more like the other doc Makefiles.
2484 Use explicit $srcdir in all dependencies.
2485 Remove cd $srcdir from rules.
2486 (VPATH): Remove.
2487 (infodir): Set to an absolute path.
2488 (INFO_TARGETS): Use short names.
2489 (mkinfodir): infodir is now absolute.
2490 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2491
2492 * Makefile.in (info.info): Rename from info, to avoid duplication.
2493 (.SUFFIXES): Disable implicit rules.
2494
2495 * Makefile.in (MKDIR_P): New, set by configure.
2496 (mkinfodir): Use $MKDIR_P.
2497
2498 2012-05-07 Glenn Morris <rgm@gnu.org>
2499
2500 * forms.texi (Long Example): Update for changed location of files.
2501
2502 2012-05-04 Glenn Morris <rgm@gnu.org>
2503
2504 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2505 (INFO_TARGETS): Use $INFO_EXT.
2506 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2507 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2508 (INFO_TARGETS): Use $INFO_EXT.
2509 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2510
2511 2012-05-02 Glenn Morris <rgm@gnu.org>
2512
2513 * Makefile.in (echo-info): New phony target, used by top-level.
2514
2515 * viper.texi: Make direntry shorter (also it is no longer "newest").
2516
2517 * emacs-gnutls.texi, ert.texi, org.texi:
2518 Fix dircategory, direntry to match info/dir.
2519
2520 * faq.texi: Convert @inforefs to @xrefs.
2521 Fix some malformed cross-references.
2522 (File-name conventions): Shorten section name to avoid overfull line.
2523 (How to add fonts): Use smallexample to avoid overfull lines.
2524
2525 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2526
2527 * auth.texi (Help for users): Update for .gpg file being second.
2528
2529 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2530
2531 * org.texi (Agenda commands): Fix two typos: give corresponding
2532 function names, according to `org-agenda-view-mode-dispatch'.
2533
2534 2012-04-27 Glenn Morris <rgm@gnu.org>
2535
2536 * faq.texi (Major packages and programs): Remove section.
2537 There is no point listing 6 packages (cf etc/MORE.STUFF).
2538 (Finding Emacs and related packages): Move "Spell-checkers" here.
2539
2540 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * dbus.texi (Version): New node.
2543 (Properties and Annotations): Mention the object manager
2544 interface. Describe dbus-get-all-managed-objects.
2545 (Type Conversion): Floating point numbers are allowed, if an
2546 anteger does not fit Emacs's integer range.
2547 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2548 (Asynchronous Methods): Fix description of
2549 dbus-call-method-asynchronously.
2550 (Receiving Method Calls): Fix some minor errors.
2551 Add dbus-interface-emacs.
2552 (Signals): Describe unicast signals and the new match rules.
2553 (Alternative Buses): Add the PRIVATE optional argument to
2554 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2555
2556 2012-04-20 Glenn Morris <rgm@gnu.org>
2557
2558 * faq.texi (New in Emacs 24): New section.
2559 (Packages that do not come with Emacs): Mention M-x list-packages.
2560
2561 2012-04-14 Alan Mackenzie <acm@muc.de>
2562
2563 * cc-mode.texi (c-offsets-alist): Correct a typo.
2564
2565 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2566
2567 * org.texi (Deadlines and scheduling): Fix the example: the
2568 DEADLINE item should come right after the headline. We enforce
2569 this convention, so it is a bug not to illustrate it correctly in
2570 the manual.
2571
2572 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2573
2574 * org.texi (Agenda commands): Fix documentation bug by swapping
2575 the equivalent keybindings to `org-agenda-next-line' with the ones
2576 to `org-agenda-previous-line'.
2577
2578 2012-04-14 Glenn Morris <rgm@gnu.org>
2579
2580 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2581
2582 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2583
2584 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2585 Add emacs-gnutls.
2586 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2587
2588 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2589
2590 * Makefile.in: Add emacs-gnutls.texi to build.
2591
2592 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2593
2594 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2595
2596 * auth.texi (Secret Service API): Edit further and give examples.
2597 (Secret Service API): Adjust @samp to @code for collection names.
2598
2599 2012-04-04 Glenn Morris <rgm@gnu.org>
2600
2601 * auth.texi (Secret Service API): Copyedits.
2602 (Help for developers): Fill in some missing function doc-strings.
2603 (Help for users, Help for developers)
2604 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2605
2606 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * auth.texi (Secret Service API): Add the missing text.
2609
2610 2012-04-04 Chong Yidong <cyd@gnu.org>
2611
2612 * message.texi (Using PGP/MIME): Note that epg is now the default.
2613
2614 * gnus.texi: Reduce references to obsolete pgg library.
2615 (Security): Note that epg is now the default.
2616
2617 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2618
2619 * nxml-mode.texi (Completion): C-RET is no longer bound to
2620 nxml-complete.
2621
2622 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2623
2624 * org.texi (Customizing tables in ODT export): Correct few errors.
2625
2626 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2627
2628 * org.texi (Links in ODT export): Update.
2629 (Labels and captions in ODT export): New node.
2630
2631 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2632
2633 * org.texi (Literal examples in ODT export): htmlfontify.el in
2634 Emacs-24.1 now supports fontification. So ODT source blocks will
2635 be fontified by default.
2636
2637 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2638
2639 * org.texi (Refiling notes): Remove duplicated keybinding.
2640
2641 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2642
2643 * org.texi (noweb): Documentation of this new option to the :noweb
2644 header argument.
2645
2646 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2647
2648 * org.texi (Header and sectioning): Add example demonstrating how
2649 to use "LaTeX_CLASS_OPTIONS".
2650
2651 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2652
2653 * org.texi (Noweb reference syntax): Describe the ability to
2654 execute noweb references in the manual.
2655
2656 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2657
2658 * org.texi (cache): Improve cache documentation when session
2659 evaluation is used.
2660
2661 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2662
2663 * org.texi (Plain lists): Document removal.
2664
2665 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2666
2667 * org.texi: Decapitalize file name in references to Calc manual.
2668
2669 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2670
2671 * org.texi (Plain lists): Document removal.
2672
2673 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2674
2675 * org.texi (Top, OpenDocument Text export)
2676 (ODT export commands, Extending ODT export)
2677 (Images in ODT export, Tables in ODT export)
2678 (Configuring a document converter): Add or Update.
2679
2680 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2681
2682 * org.texi (MobileOrg): Change the wording to reflect that the
2683 Android Version is no longer just the little brother of the iOS
2684 version.
2685
2686 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2687
2688 * org.texi (Key bindings and useful functions): Update babel key
2689 binding documentation in manual.
2690
2691 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2692
2693 * org.texi (noweb): Document new noweb header value.
2694
2695 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2696
2697 * org.texi (noweb-sep): Document new header argument.
2698
2699 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2700
2701 * org.texi (noweb-ref): Documentation of this new custom variable.
2702
2703 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2704
2705 * org.texi (wrap): Update the new :wrap documentation to match the
2706 current implementation.
2707
2708 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2709
2710 * org.texi: Added documentation for :wrap.
2711
2712 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2713
2714 * org.texi: #+RESULTS now user-configurable.
2715
2716 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2717
2718 * org.texi: Documented :noweb no-export.
2719
2720 2012-04-01 Thomas Dye <dk@poto.local>
2721
2722 * org.texi: Edit :noweb no header argument for correctness.
2723
2724 2012-04-01 Bastien Guerry <bzg@gnu.org>
2725
2726 * org.texi (Customization): Update the approximate number of Org
2727 variables.
2728
2729 2012-04-01 Thomas Dye <dk@poto.local>
2730
2731 * org.texi: The :results wrap produces a drawer instead of a
2732 begin_results block.
2733
2734 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2735
2736 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2737 reflect the new default.
2738
2739 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2740
2741 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2742 "Getting Started" to this node. (Bug#10450)
2743
2744 2012-03-10 Chong Yidong <cyd@gnu.org>
2745
2746 * flymake.texi (Example -- Configuring a tool called via make):
2747 Mention the Automake COMPILE variable (Bug#8715).
2748
2749 * info.texi (Getting Started): Add an index entry (Bug#10450).
2750
2751 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * dbus.texi (Signals): Known names will be mapped onto unique
2754 names, when registering for signals.
2755
2756 2012-02-29 Glenn Morris <rgm@gnu.org>
2757
2758 * url.texi: Fix quote usage in body text.
2759
2760 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2761
2762 * cl.texi: Use @code{} in menus when appropriate.
2763
2764 2012-02-28 Glenn Morris <rgm@gnu.org>
2765
2766 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2767 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2768 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2769 * org.texi, sc.texi, vip.texi, viper.texi:
2770 Standardize possessive apostrophe usage.
2771
2772 2012-02-26 Chong Yidong <cyd@gnu.org>
2773
2774 * ediff.texi (Quick Help Commands): Add a couple of index entries
2775 (Bug#10834).
2776
2777 2012-02-17 Glenn Morris <rgm@gnu.org>
2778
2779 * gnus.texi (Posting Styles):
2780 * remember.texi (Org): Fix cross-refs to other manuals.
2781
2782 2012-02-15 Glenn Morris <rgm@gnu.org>
2783
2784 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2785 (Encryption): New chapter, split out from previous.
2786
2787 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2788
2789 * gnus.texi (Customizing the IMAP Connection):
2790 Mention nnimap-record-commands.
2791
2792 2012-02-10 Glenn Morris <rgm@gnu.org>
2793
2794 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2795 Mention url-queue-retrieve.
2796
2797 2012-02-09 Glenn Morris <rgm@gnu.org>
2798
2799 * sem-user.texi (Semantic mode user commands): Typo fix.
2800
2801 * info.texi (Create Info buffer): Mention info-display-manual.
2802
2803 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2804
2805 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2806 example (modified from an example by Michael Albinus).
2807
2808 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2809
2810 * gnus.texi (Agent Basics): Fix outdated description of
2811 `gnus-agent-auto-agentize-methods'.
2812
2813 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2814
2815 * cc-mode.texi: Always @defindex ss.
2816 (Config Basics): Fix argument of @itemize.
2817 (Macro Backslashes): Add @code around index entry.
2818
2819 2012-01-23 Glenn Morris <rgm@gnu.org>
2820
2821 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2822
2823 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2824
2825 * tramp.texi (File): Tweak wording for the `scpc' option.
2826
2827 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * gnus.texi (Group Parameters): Really note precedence.
2830
2831 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * gnus.texi (Group Parameters): Note precedence.
2834
2835 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2836
2837 * org.texi (Noweb reference syntax): Adding documentation of
2838 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2839 variable.
2840
2841 2012-01-03 Bastien Guerry <bzg@gnu.org>
2842
2843 * org.texi (Plain lists): Split the table to fix the display
2844 of items.
2845
2846 2012-01-03 Bastien Guerry <bzg@gnu.org>
2847
2848 * org.texi (Plain lists): Fix misplaced explanation.
2849
2850 2012-01-03 Bastien Guerry <bzg@gnu.org>
2851
2852 * org.texi (Plain lists, Agenda files): Add index entries.
2853
2854 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2855
2856 * org.texi: Use "Org mode" instead of alternatives like
2857 "Org-mode" or "org-mode".
2858
2859 2012-01-03 Bernt Hansen <bernt@norang.ca>
2860
2861 * org.texi (Agenda commands):
2862 Document `org-clock-report-include-clocking-task'.
2863
2864 2012-01-03 Bastien Guerry <bzg@gnu.org>
2865
2866 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2867 C-c' on checkboxes.
2868
2869 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2870
2871 * org.texi: End sentences with two spaces.
2872
2873 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2874
2875 * org.texi (External links): Document the link types file+sys
2876 and file+emacs, slightly narrow used page width.
2877
2878 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2879
2880 * org.texi (colnames): Note that colnames behavior may differ
2881 across languages.
2882
2883 2012-01-03 Bastien Guerry <bzg@gnu.org>
2884
2885 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2886
2887 2012-01-03 Thomas Dye <dk@poto.westell.com>
2888
2889 * org.texi: Augmented discussion of babel property
2890 inheritance. Put footnote outside sentence ending period.
2891
2892 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2893
2894 * org.texi (eval): Documenting the full range of :eval header
2895 argument values.
2896
2897 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2898
2899 * org.texi (eval): Documentation of the new :eval option.
2900
2901 2012-01-03 Thomas Dye <dk@poto.local>
2902
2903 * org.texi: Add accumulated properties.
2904
2905 2012-01-03 Thomas Dye <dk@poto.local>
2906
2907 * org.texi: Documented no spaces in name=assign, another
2908 correction to :var table.
2909
2910 2012-01-03 Thomas Dye <dk@poto.local>
2911
2912 * org.texi: Changed DATA to NAME in Working With Source Code
2913 section.
2914
2915 2012-01-03 Tom Dye <tsd@tsdye.com>
2916
2917 * org.texi: Minor change to :var table.
2918
2919 2012-01-03 Tom Dye <tsd@tsdye.com>
2920
2921 * org.texi: More changes to :var table (some examples were wrong).
2922
2923 2012-01-03 Tom Dye <tsd@tsdye.com>
2924
2925 * org.texi: Cleaned up :var table.
2926
2927 2012-01-03 Bastien Guerry <bzg@gnu.org>
2928
2929 * org.texi (Timestamps, Weekly/daily agenda)
2930 (Weekly/daily agenda): Add @cindex for "appointment".
2931
2932 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2933
2934 * org.texi (Literal examples): A new link to the template for
2935 inserting empty code blocks.
2936 (Structure of code blocks): A new link to the template for
2937 inserting empty code blocks.
2938
2939 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
2940
2941 * org.texi (External links): Add footnote on how the behavior
2942 of the text search in Org files are controled by the variable
2943 `org-link-search-must-match-exact-headline'.
2944
2945 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
2946
2947 * org.texi (Buffer-wide header arguments):
2948 Update documentation to reflect removal of #+PROPERTIES.
2949
2950 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
2951
2952 * org.texi (The clock table): Mention that ACHIVED trees
2953 contribute to the clock table.
2954
2955 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2956
2957 * org.texi (Conflicts): Better yasnippet config info.
2958
2959 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
2960
2961 * org.texi (Selective export): Explicitly mention the default
2962 values for `org-export-select-tags',
2963 `org-export-exclude-tags'.
2964
2965 2012-01-03 Tom Dye <tsd@tsdye.com>
2966
2967 * org.texi: Added a line to specify that header arguments are
2968 lowercase.
2969
2970 2012-01-03 Tom Dye <tsd@tsdye.com>
2971
2972 * org.texi: :var requires default value when declared.
2973
2974 2012-01-03 Bastien Guerry <bzg@gnu.org>
2975
2976 * org.texi (Handling links): Add a note about the
2977 `org-link-frame-setup' option.
2978
2979 2012-01-03 David Maus <dmaus@ictsoc.de>
2980
2981 * org.texi (Exporting Agenda Views, Extracting agenda
2982 information): Fix command line syntax, quote symbol parameter
2983 values.
2984
2985 2012-01-03 David Maus <dmaus@ictsoc.de>
2986
2987 * org.texi (Exporting Agenda Views): Fix command line syntax.
2988
2989 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2990
2991 * gnus.texi (Mail Source Customization, Mail Back End Variables):
2992 Use octal notation for file permissions, which are normally
2993 thought of in octal.
2994 (Mail Back End Variables): Use more-plausible modes in example.
2995
2996 2011-12-20 Alan Mackenzie <acm@muc.de>
2997
2998 * cc-mode.texi: Update version string 5.31 -> 5.32.
2999
3000 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3003
3004 2011-11-24 Glenn Morris <rgm@gnu.org>
3005
3006 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3007
3008 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * makefile.w32-in: Update dependencies.
3011
3012 2011-11-20 Glenn Morris <rgm@gnu.org>
3013
3014 * gnus.texi (Group Information):
3015 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3016
3017 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * gnus-coding.texi (Gnus Maintenance Guide):
3020 Rename from "Gnus Maintainance Guide".
3021
3022 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3023 * eieio.texi (Customizing):
3024 * gnus.texi (Article Washing):
3025 * gnus-news.texi:
3026 * sem-user.texi (Smart Jump): Fix typos.
3027
3028 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3031
3032 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3033
3034 * ede.texi (project-am-texinfo):
3035 * gnus.texi (Sending or Not Sending):
3036 * org.texi (Template elements): Fix typos.
3037
3038 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3039
3040 * ediff.texi (Hooks):
3041 * sem-user.texi (Semanticdb Roots): Fix typos.
3042
3043 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * semantic.texi (Tag handling): Fix typo.
3046
3047 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * gnus.texi (Other Gnus Versions): Remove.
3050
3051 2011-10-28 Alan Mackenzie <acm@muc.de>
3052
3053 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3054 (Other Special Indentations): Add an xref to "Macros with ;".
3055 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3056 "Macros with ;".
3057 (Macros with ;): New page.
3058
3059 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3060 Document the new handling of nested scopes for movement by defuns.
3061
3062 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3063
3064 Sync with Tramp 2.2.3.
3065
3066 * trampver.texi: Update release number.
3067
3068 2011-10-14 Glenn Morris <rgm@gnu.org>
3069
3070 * ert.texi (Introduction, How to Run Tests)
3071 (Running Tests Interactively, Expected Failures)
3072 (Tests and Their Environment, Useful Techniques)
3073 (Interactive Debugging, Fixtures and Test Suites):
3074 Minor rephrasings.
3075 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3076 (Running Tests in Batch Mode): Simplify loading instructions.
3077 (Test Selectors): Clarify some selectors.
3078 (Expected Failures, Useful Techniques):
3079 Make examples fit in 80 columns.
3080
3081 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3082
3083 * calc.texi (Basic Operations on Units): Discuss temperature
3084 conversion (`u t') alongside with other unit conversions ('u c').
3085
3086 2011-10-12 Glenn Morris <rgm@gnu.org>
3087
3088 * ert.texi: Whitespace trivia to make main menu items line up better.
3089
3090 2011-10-08 Glenn Morris <rgm@gnu.org>
3091
3092 * Makefile.in: Fix ert rules.
3093
3094 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3095
3096 * gnus.texi (Gnus Utility Functions): Add more references and
3097 explanations (bug#9683).
3098
3099 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3100
3101 * texinfo.tex: Merge from gnulib.
3102
3103 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * gnus.texi (Archived Messages): Note the default (bug#9552).
3106
3107 2011-09-21 Bill Wohler <wohler@newt.com>
3108
3109 Release MH-E manual version 8.3.
3110
3111 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3112 release 8.3.
3113 (Preface): Update support information.
3114 (From Bill Wohler): Reset text to original version. As a
3115 historical quote, the tense should be correct in the time that it
3116 was written.
3117
3118 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3119
3120 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3121 (Finding the News): Doc clarification.
3122 (Terminology): Mention naming.
3123
3124 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3125
3126 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3127 (Interactive): Document `quiet'.
3128
3129 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3130
3131 * org.texi (Images in LaTeX export): Rewrite.
3132
3133 2011-08-15 Bastien Guerry <bzg@gnu.org>
3134
3135 * org.texi (Using the mapping API): Mention 'region as a possible
3136 scope for `org-map-entries'.
3137
3138 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3139
3140 * org.texi (Visibility cycling): Document `org-copy-visible'.
3141
3142 2011-08-15 Bastien Guerry <bzg@gnu.org>
3143
3144 * org.texi (Template expansion): Order template sequences in the
3145 proper order.
3146
3147 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3148
3149 * org.texi (eval): Expand discussion of the :eval header argument.
3150
3151 2011-08-15 Bastien Guerry <bzg@gnu.org>
3152
3153 * org.texi (Languages): Add Lilypond and Awk as supported
3154 languages.
3155
3156 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3157
3158 * org.texi: Document that both CLOCK_INTO_DRAWER and
3159 LOG_INTO_DRAWER can be used to override the contents of variable
3160 org-clock-into-drawer (or if unset, org-log-into-drawer).
3161
3162 * org.texi: Replace @xref->@pxref.
3163
3164 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3165
3166 * org.texi (Evaluating code blocks): Documenting the new option
3167 for inline call lines.
3168
3169 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3170
3171 * org.texi (Results of evaluation): More explicit about the
3172 mechanism through which interactive evaluation of code is
3173 performed.
3174
3175 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3176
3177 * org.texi (noweb-ref): New header argument documentation.
3178
3179 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3180
3181 * org.texi (Extracting source code): Documentation of the new
3182 org-babel-tangle-named-block-combination variable.
3183
3184 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3185
3186 * org.texi (Structure of code blocks): Explicitly state that the
3187 behavior of multiple blocks of the same name is undefined.
3188
3189 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3190
3191 * org.texi (TaskJuggler export): Modify the example to reflect the
3192 new effort durations.
3193
3194 2011-08-15 David Maus <dmaus@ictsoc.de>
3195
3196 * org.texi (Images in LaTeX export): Escape curly brackets in
3197 LaTeX example.
3198
3199 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3200
3201 * org.texi (The clock table): Document the :properties and
3202 :inherit-props arguments for the clocktable.
3203
3204 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3205
3206 * org.texi (Tables in LaTeX export): Document specifying placement
3207 options for tables.
3208
3209 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3210
3211 * org.texi (Evaluating code blocks): More specific documentation
3212 about the different types of header arguments.
3213
3214 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3215
3216 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3217
3218 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3219
3220 * org.texi (Built-in table editor): Document the table field
3221 follow mode.
3222
3223 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3224
3225 * org.texi (Easy Templates): Document new template.
3226
3227 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3228
3229 * org.texi (Literal examples): Add a cross-reference from "Literal
3230 Examples" to "Easy Templates."
3231
3232 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3233
3234 * org.texi (The clock table): Add link to match syntax.
3235
3236 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3237
3238 * org.texi (Agenda commands): Document clock consistency checks.
3239
3240 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3241
3242 * org.texi (Built-in table editor): Document that \vert represents
3243 a vertical bar in a table field.
3244
3245 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3246
3247 * org.texi (Literal examples): Link from "Markup" > "Literate
3248 Examples" to "Working with Source Code".
3249
3250 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3251
3252 * org.texi (Agenda commands): Doc for function option to bulk
3253 action.
3254
3255 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3256
3257 * org.texi (Template expansion): Document new %<...> template
3258 escape.
3259
3260 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3261
3262 * org.texi (Selective export): Document exclusion of any tasks
3263 from export.
3264
3265 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3266
3267 * org.texi (Selective export): Document how to exclude DONE tasks
3268 from export.
3269 (Publishing options): Document the properties to be used to turn off
3270 export of DONE tasks.
3271
3272 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3273
3274 * org.texi (The date/time prompt): Document date range protection.
3275
3276 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3277
3278 * org.texi (padline): Documentation of the new padline header
3279 argument.
3280
3281 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3282
3283 * org.texi (var): Adding "[" to list of characters triggering
3284 elisp evaluation.
3285
3286 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3287
3288 * org.texi (var): Documentation of Emacs Lisp evaluation during
3289 variable assignment.
3290
3291 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3292
3293 * org.texi (colnames): Reference indexing into variables, and note
3294 that colnames are *not* removed before indexing occurs.
3295 (rownames): Reference indexing into variables, and note that
3296 rownames are *not* removed before indexing occurs.
3297
3298 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3299
3300 * org.texi (var): Clarification of indexing into tabular
3301 variables.
3302
3303 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3304
3305 * org.texi (results): Documentation of the `:results wrap' header
3306 argument.
3307
3308 2011-08-15 Bastien Guerry <bzg@gnu.org>
3309
3310 * org.texi (LaTeX and PDF export): Add a note about a limitation
3311 of the LaTeX export: the org file has to be properly structured.
3312
3313 2011-08-15 Bastien Guerry <bzg@gnu.org>
3314
3315 * org.texi (Dynamic blocks, Structure editing):
3316 Mention the function `org-narrow-to-block'.
3317
3318 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3319
3320 * org.texi (Languages): Updating list of code block supported
3321 languages.
3322
3323 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3324
3325 * org.texi (Special properties): CATEGORY is a special property,
3326 but it may also used in the drawer.
3327
3328 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3329
3330 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3331
3332 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3333
3334 * org.texi (Include files): Document :lines.
3335
3336 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3337
3338 * org.texi (comments): Documentation of the ":comments noweb" code
3339 block header argument.
3340
3341 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3342
3343 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3344 added extra whitespace around functions to be consistent with the
3345 rest of the section.
3346
3347 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3348
3349 * org.texi (Evaluating code blocks): Expand discussion of
3350 #+call: line syntax.
3351 (Header arguments in function calls): Expand discussion of
3352 #+call: line syntax.
3353
3354 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3355
3356 * org.texi (Evaluating code blocks): More explicit about how to
3357 pass variables to #+call lines.
3358
3359 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3360
3361 * org.texi (Results of evaluation): Link to the :results header
3362 argument list from the "Results of evaluation" section.
3363
3364 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3365
3366 * org.texi (Conflicts): Adding additional information about
3367 resolving org/yasnippet conflicts.
3368
3369 2011-08-15 David Maus <dmaus@ictsoc.de>
3370
3371 * org.texi (Publishing options): Document style-include-scripts
3372 publishing project property.
3373
3374 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3375
3376 * org.texi (Sparse trees): Document the next-error /
3377 previous-error functionality.
3378
3379 2011-08-15 Tom Dye <tsd@tsdye.com>
3380
3381 * org.texi (cache): Improve documentation of code block caches.
3382
3383 2011-08-15 Tom Dye <tsd@tsdye.com>
3384
3385 * org.texi (Code block specific header arguments):
3386 Documentation of multi-line header arguments.
3387
3388 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3389
3390 * org.texi (Code evaluation security): Add example for using a
3391 function.
3392
3393 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3394
3395 * org.texi (Tables in LaTeX export): Documentation of new
3396 attr_latex options for tables.
3397
3398 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * trampver.texi: Update release number.
3401
3402 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3403
3404 Sync with Tramp 2.2.2.
3405
3406 * trampver.texi: Update release number.
3407
3408 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * flymake.texi (Example -- Configuring a tool called via make):
3411 Use /dev/null instead of the Windows "nul" (bug#8715).
3412
3413 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3414
3415 * widget.texi (Setting Up the Buffer): Remove mention of the
3416 global keymap parent, which doesn't seem to be accurate
3417 (bug#7045).
3418
3419 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3422
3423 2010-07-10 Kevin Ryde <user42@zip.com.au>
3424
3425 * cl.texi (For Clauses): Add destructuring example processing an
3426 alist (bug#6596).
3427
3428 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3429
3430 * ediff.texi (Major Entry Points): Remove mention of `require',
3431 since that's not pertinent in the installed Emacs (bug#9016).
3432
3433 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3434
3435 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3436 (Filtering New Groups): Clarify how simple the "options -n" format is.
3437 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3438 is internal.
3439
3440 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * tramp.texi (Cleanup remote connections):
3443 Add `tramp-cleanup-this-connection'.
3444
3445 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446
3447 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3448 zombies.
3449 (Checking New Groups): Ditto (bug#8974).
3450 (Checking New Groups): Move the reference to the right place.
3451
3452 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3453
3454 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3455 backups, and not actual vc (bug#8975).
3456
3457 2011-07-03 Kevin Ryde <user42@zip.com.au>
3458
3459 * cl.texi (For Clauses): @items for hash-values and key-bindings
3460 to make them more visible when skimming. Add examples of `using'
3461 clause to them, examples being clearer than a description in
3462 words (bug#6599).
3463
3464 2011-07-01 Alan Mackenzie <acm@muc.de>
3465
3466 * cc-mode.texi (Guessing the Style): New page.
3467 (Styles): Add a short introduction to above.
3468
3469 2011-06-28 Deniz Dogan <deniz@dogan.se>
3470
3471 * rcirc.texi (Configuration): Bug-fix:
3472 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3473 Reported by Elias Pipping <pipping@exherbo.org>.
3474
3475 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3476
3477 * gnus.texi (Summary Mail Commands):
3478 Document `gnus-summary-reply-to-list-with-original'.
3479
3480 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * eshell.texi (Known problems): Fix typo.
3483
3484 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3487 (Password handling): `auth-source-debug' is good for debug messages.
3488
3489 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3490
3491 * gnus.texi (Store custom flags and keywords): Refer to
3492 `gnus-registry-article-marks-to-{chars,names}' instead of
3493 `gnus-registry-user-format-function-{M,M2}'.
3494
3495 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3496
3497 * texinfo.tex: Merge from gnulib.
3498
3499 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3500
3501 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3502 (Store custom flags and keywords):
3503 Mention `gnus-registry-user-format-function-M' and
3504 `gnus-registry-user-format-function-M2'.
3505
3506 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3507
3508 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3509
3510 2011-05-17 Glenn Morris <rgm@gnu.org>
3511
3512 * gnus.texi (Face): Fix typo.
3513
3514 2011-05-14 Glenn Morris <rgm@gnu.org>
3515
3516 * dired-x.texi (Omitting Examples): Minor addition.
3517
3518 2011-05-10 Jim Meyering <meyering@redhat.com>
3519
3520 * ede.texi: Fix typo "or or -> or".
3521
3522 2011-05-03 Peter MĂ¼nster <pmlists@free.fr> (tiny change)
3523
3524 * gnus.texi (Summary Buffer Lines):
3525 gnus-summary-user-date-format-alist does not exist.
3526 (Sorting the Summary Buffer): More about sorting threads.
3527
3528 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3529
3530 * trampver.texi: Update release number.
3531
3532 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3533
3534 * tramp.texi (Frequently Asked Questions): New item for disabling
3535 Tramp in other packages.
3536
3537 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3538
3539 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3540 (Fancy splitting to parent, Store arbitrary data):
3541 Update gnus-registry docs.
3542
3543 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * ede.texi: Fix typos.
3546
3547 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3550 It's @table @code.
3551
3552 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3553
3554 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3555
3556 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3557
3558 * calc.texi (Logarithmic Units): Update the function names.
3559
3560 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3561
3562 * message.texi (Various Commands): Document format specs in the
3563 ellipsis.
3564
3565 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3566
3567 * message.texi (Insertion Variables): Document message-cite-style.
3568
3569 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * tramp.texi (Remote processes): New subsection "Running shell on
3572 a remote host".
3573
3574 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * auth.texi (Help for developers): Update docs to explain that the
3577 :save-function will only run the first time.
3578
3579 2011-03-12 Glenn Morris <rgm@gnu.org>
3580
3581 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3582 (emacs-faq.text): New target.
3583 (clean): Add emacs-faq.
3584
3585 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3586
3587 Sync with Tramp 2.2.1.
3588
3589 * trampver.texi: Update release number.
3590
3591 2011-03-11 Glenn Morris <rgm@gnu.org>
3592
3593 * Makefile.in (HTML_TARGETS): New.
3594 (clean): Delete $HTML_TARGETS.
3595 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3596
3597 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3598
3599 * auth.texi (Help for developers): Show example of using
3600 `auth-source-search' with prompts and :save-function.
3601
3602 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * Version 23.3 released.
3605
3606 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3607
3608 * message.texi (Message Buffers): Update default value of
3609 message-generate-new-buffers.
3610
3611 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3614 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3615 respectively.
3616 (Musical Notes): New section.
3617 (Customizing Calc): Mention the customizable variable
3618 calc-note-threshold.
3619
3620 2011-03-03 Glenn Morris <rgm@gnu.org>
3621
3622 * url.texi (Dealing with HTTP documents): Remove reference to
3623 function url-decode-text-part; never seems to have existed. (Bug#6038)
3624 (Configuration): Update url-configuration-directory description.
3625
3626 2011-03-02 Glenn Morris <rgm@gnu.org>
3627
3628 * dired-x.texi (Multiple Dired Directories): Remove mentions
3629 of dired-default-directory-alist and dired-default-directory.
3630 Move dired-smart-shell-command here...
3631 (Miscellaneous Commands): ... from here.
3632
3633 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3634
3635 * texinfo.tex: Update to version 2011-02-24.09.
3636
3637 2011-03-02 Glenn Morris <rgm@gnu.org>
3638
3639 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3640 instead of the obsoleted dired-omit-here-always.
3641
3642 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3645 supported systems.
3646
3647 2011-02-28 Glenn Morris <rgm@gnu.org>
3648
3649 * dbus.texi (Type Conversion): Grammar fix.
3650
3651 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3652
3653 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3654 "Debian GNU/Linux".
3655
3656 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3657
3658 2011-02-23 Glenn Morris <rgm@gnu.org>
3659
3660 * dired-x.texi (Features): Minor rephrasing.
3661 (Local Variables): Fix typos.
3662
3663 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3664 Standardize some Emacs/XEmacs terminology.
3665
3666 * dired-x.texi (Features): Don't advertise obsolete local variables.
3667 Simplify layout.
3668 (Omitting Variables): Update local variables example.
3669 (Local Variables): Say this is obsolete. Fix description of
3670 dired-enable-local-variables possible values.
3671
3672 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3673
3674 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3675 default now.
3676
3677 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3678
3679 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3680
3681 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3682
3683 * gnus.texi (Window Layout): Document layout names.
3684
3685 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3686
3687 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3688 * auth.texi: Sync @dircategory with ../../info/dir.
3689 * autotype.texi: Sync @dircategory with ../../info/dir.
3690 * calc.texi: Sync @dircategory with ../../info/dir.
3691 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3692 * cl.texi: Sync @dircategory with ../../info/dir.
3693 * dbus.texi: Sync @dircategory with ../../info/dir.
3694 * dired-x.texi: Sync @dircategory with ../../info/dir.
3695 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3696 * ede.texi: Sync @dircategory with ../../info/dir.
3697 * ediff.texi: Sync @dircategory with ../../info/dir.
3698 * edt.texi: Sync @dircategory with ../../info/dir.
3699 * eieio.texi: Sync @dircategory with ../../info/dir.
3700 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3701 * epa.texi: Sync @dircategory with ../../info/dir.
3702 * erc.texi: Sync @dircategory with ../../info/dir.
3703 * eshell.texi: Sync @dircategory with ../../info/dir.
3704 * eudc.texi: Sync @dircategory with ../../info/dir.
3705 * flymake.texi: Sync @dircategory with ../../info/dir.
3706 * forms.texi: Sync @dircategory with ../../info/dir.
3707 * gnus.texi: Sync @dircategory with ../../info/dir.
3708 * idlwave.texi: Sync @dircategory with ../../info/dir.
3709 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3710 * message.texi: Sync @dircategory with ../../info/dir.
3711 * mh-e.texi: Sync @dircategory with ../../info/dir.
3712 * newsticker.texi: Sync @dircategory with ../../info/dir.
3713 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3714 * org.texi: Sync @dircategory with ../../info/dir.
3715 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3716 * pgg.texi: Sync @dircategory with ../../info/dir.
3717 * rcirc.texi: Sync @dircategory with ../../info/dir.
3718 * reftex.texi: Sync @dircategory with ../../info/dir.
3719 * remember.texi: Sync @dircategory with ../../info/dir.
3720 * sasl.texi: Sync @dircategory with ../../info/dir.
3721 * sc.texi: Sync @dircategory with ../../info/dir.
3722 * semantic.texi: Sync @dircategory with ../../info/dir.
3723 * ses.texi: Sync @dircategory with ../../info/dir.
3724 * sieve.texi: Sync @dircategory with ../../info/dir.
3725 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3726 * speedbar.texi: Sync @dircategory with ../../info/dir.
3727 * trampver.texi [emacs]: Set emacsname to "Emacs".
3728 * tramp.texi: Sync @dircategory with ../../info/dir.
3729 * url.texi: Sync @dircategory with ../../info/dir.
3730 * vip.texi: Sync @dircategory with ../../info/dir.
3731 * viper.texi: Sync @dircategory with ../../info/dir.
3732 * widget.texi: Sync @dircategory with ../../info/dir.
3733 * woman.texi: Sync @dircategory with ../../info/dir.
3734
3735 2011-02-19 Glenn Morris <rgm@gnu.org>
3736
3737 * dired-x.texi (Technical Details): No longer redefines
3738 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3739 dired-read-shell-command, or dired-find-buffer-nocreate.
3740
3741 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3742
3743 * eshell.texi (Input/Output):
3744 Document insert output redirection operator, >>>.
3745
3746 2011-02-18 Glenn Morris <rgm@gnu.org>
3747
3748 * dired-x.texi (Optional Installation File At Point): Simplify.
3749
3750 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * auth.texi (Help for users): Use :port instead of :protocol for all
3753 auth-source docs.
3754 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3755 to have two files in `auth-sources'.
3756
3757 2011-02-16 Glenn Morris <rgm@gnu.org>
3758
3759 * dired-x.texi: Use emacsver.texi to get Emacs version.
3760 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3761 Depend on emacsver.texi.
3762
3763 * dired-x.texi: Drop meaningless version number.
3764 (Introduction): Remove old info.
3765 (Optional Installation Dired Jump): Autoload from dired-x.
3766 Remove incorrect info about loaddefs.el.
3767 (Bugs): Just refer to M-x report-emacs-bug.
3768
3769 * dired-x.texi (Multiple Dired Directories): Update for rename of
3770 default-directory-alist.
3771 (Miscellaneous Commands): No longer mention very old VM version 4.
3772
3773 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3774
3775 Merge from gnulib.
3776 * texinfo.tex: Update to version 2011-02-14.11.
3777
3778 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3779
3780 * auth.texi (Help for users):
3781 Login collection is "Login" and not "login".
3782
3783 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3784
3785 * tramp.texi (History): Remove IMAP support.
3786 (External methods, Frequently Asked Questions): Remove `imap' and
3787 `imaps' methods.
3788 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3789
3790 * trampver.texi: Remove default value of `emacsimap'.
3791
3792 2011-02-13 Glenn Morris <rgm@gnu.org>
3793
3794 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3795 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3796
3797 2011-02-12 Glenn Morris <rgm@gnu.org>
3798
3799 * sc.texi (Getting Connected): Remove old index entries.
3800
3801 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3802
3803 * url.texi: Remove duplicate @dircategory (Bug#7942).
3804
3805 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3806
3807 * auth.texi (Overview, Help for users, Help for developers):
3808 Update docs.
3809 (Help for users): Talk about spaces.
3810
3811 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3812
3813 * texinfo.tex: Update to version 2011-02-07.16.
3814
3815 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * dbus.texi (Bus names): Adapt descriptions for
3818 dbus-list-activatable-names and dbus-list-known-names.
3819
3820 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3821
3822 * calc.texi (Logarithmic Units): New section.
3823
3824 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3825
3826 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3827 manuals use it now.
3828
3829 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3830
3831 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3832
3833 * overrides.texi: Remove.
3834
3835 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3836 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3837
3838 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * tramp.texi (Frequently Asked Questions): Mention problems with
3841 WinSSHD.
3842
3843 * trampver.texi: Update release number.
3844
3845 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3846
3847 * tramp.texi:
3848 Replace "delimet" with "delimit" globally.
3849 Replace "explicite" with "explicit" globally.
3850 Replace "instead of" with "instead" where there was nothing after "of".
3851 Audit use of comma before interrogative pronoun, "that", or "which".
3852 Minor word order, spelling, wording changes.
3853
3854 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3855
3856 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3857
3858 * sieve.texi: Use WEBHACKDEVEL.
3859
3860 * sasl.texi: Use WEBHACKDEVEL.
3861
3862 * pgg.texi: Use WEBHACKDEVEL.
3863
3864 * message.texi: Use WEBHACKDEVEL.
3865
3866 * gnus.texi: Use WEBHACKDEVEL.
3867
3868 * emacs-mime.texi: Use WEBHACKDEVEL.
3869
3870 * auth.texi: Use WEBHACKDEVEL.
3871
3872 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3873 manuals.
3874
3875 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3878
3879 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3880
3881 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3882 which in turn is copied from ftp://tug.org/tex/.
3883
3884 2011-02-03 Glenn Morris <rgm@gnu.org>
3885
3886 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3887 (Binding combinations of modifiers and function keys):
3888 Let's assume people reading this are not using Emacs 18.
3889
3890 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3891
3892 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3893 since it's run automatically.
3894
3895 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3896
3897 * gnus.texi (Customizing Articles): Fix typo.
3898
3899 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3900
3901 * gnus.texi (Customizing Articles): Document the new way of customizing
3902 the date headers(s).
3903
3904 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3905
3906 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3907 splitting example.
3908
3909 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3910
3911 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3912 (MAKEINFO_OPTS): New variable.
3913 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3914 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3915 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3916 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3917 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3918 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3919 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3920 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3921 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3922 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3923 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3924 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3925 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3926 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3927 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3928 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3929 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3930 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3931
3932 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3933
3934 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3935
3936 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3937
3938 * message.texi (IDNA): Explain what it is.
3939
3940 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3941
3942 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3943
3944 2011-01-23 Werner Lemberg <wl@gnu.org>
3945
3946 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3947 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3948 (ENVADD): Update.
3949
3950 2011-01-18 Glenn Morris <rgm@gnu.org>
3951
3952 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3953
3954 2011-01-14 Eduard Wiebe <usenet@pusto.de>
3955
3956 * nxml-mode.texi (Introduction): Fix file name typos.
3957
3958 2011-01-13 Christian Ohler <ohler@gnu.org>
3959
3960 * ert.texi: New file.
3961
3962 * Makefile.in:
3963 * makefile.w32-in: Add ert.texi.
3964
3965 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
3966
3967 * dbus.texi (Receiving Method Calls): New function
3968 dbus-register-service. Rearrange node.
3969
3970 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3971
3972 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3973 which in turn is copied from ftp://tug.org/tex/.
3974
3975 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3976
3977 * dbus.texi (Receiving Method Calls): Describe new optional
3978 parameter dont-register-service of dbus-register-{method,property}.
3979
3980 2010-12-17 Daiki Ueno <ueno@unixuser.org>
3981
3982 * epa.texi (Encrypting/decrypting *.gpg files):
3983 Mention epa-file-select-keys.
3984
3985 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3986
3987 * gnus.texi (Archived Messages): Remove outdated text.
3988
3989 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3990
3991 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3992
3993 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
3994
3995 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3996
3997 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3998
3999 * gnus.texi (The swish++ Engine): Add customizable parameters
4000 descriptions.
4001 (The swish-e Engine): Ditto.
4002
4003 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * tramp.texi (Inline methods): Add "ksu" method.
4006 (Remote processes): Add example with remote `default-directory'.
4007
4008 2010-12-14 Glenn Morris <rgm@gnu.org>
4009
4010 * faq.texi (Expanding aliases when sending mail):
4011 Now build-mail-aliases is interactive.
4012
4013 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4014
4015 * gnus.texi: First pass at adding (rough) nnir documentation.
4016
4017 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4018
4019 * gnus.texi (Filtering New Groups):
4020 Mention gnus-auto-subscribed-categories.
4021 (The First Time): Remove, since default-subscribed-newsgroups has been
4022 removed.
4023
4024 2010-12-13 Glenn Morris <rgm@gnu.org>
4025
4026 * cl.texi (For Clauses): Small fixes for frames and windows.
4027
4028 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4029
4030 * org.texi (Using capture): Document using prefix arguments for
4031 finalizing capture.
4032 (Agenda commands): Document prefix argument for the bulk scatter
4033 command.
4034 (Beamer class export): Document that also overlay arguments can be
4035 passed to the column environment.
4036 (Template elements): Document the new entry type.
4037
4038 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4039
4040 * org.texi (Include files): Document :minlevel.
4041
4042 2010-12-11 Julien Danjou <julien@danjou.info>
4043
4044 * org.texi (Categories): Document category icons.
4045
4046 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4047
4048 * org.texi (noweb): Fix typo.
4049
4050 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4051
4052 * gnus.texi (Server Commands): Point to the rest of the server
4053 commands.
4054
4055 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4056
4057 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4058 g'.
4059
4060 2010-12-02 Julien Danjou <julien@danjou.info>
4061
4062 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4063
4064 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4067 (Direct Functions): Note the STARTTLS upgrade.
4068
4069 2010-11-27 Glenn Morris <rgm@gnu.org>
4070 James Clark <none@example.com>
4071
4072 * nxml-mode.texi (Introduction): New section.
4073
4074 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4075
4076 * gnus.texi (Server Commands): Document gnus-server-show-server.
4077
4078 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4079
4080 Sync with Tramp 2.2.0.
4081
4082 * trampver.texi: Update release number.
4083
4084 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4085
4086 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4087 Mention that the TeX specific units won't use the `tex' prefix
4088 in TeX mode.
4089
4090 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4093
4094 2010-11-17 Glenn Morris <rgm@gnu.org>
4095
4096 * edt.texi: Remove information about Emacs 19.
4097
4098 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4099
4100 * trampver.texi: Update release number.
4101
4102 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4103
4104 * gnus.texi (Article Washing): Fix typo.
4105
4106 2010-11-11 Noorul Islam <noorul@noorul.com>
4107
4108 * org.texi: Fix typo.
4109
4110 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4111
4112 * org.texi (Using capture): Explain that refiling is
4113 sensitive to cursor position.
4114
4115 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4116
4117 * org.texi (Images and tables): Add cross reference to link section.
4118
4119 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4120
4121 * org.texi: Document the <c> cookie.
4122
4123 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4124
4125 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4126 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4127
4128 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4129
4130 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4131
4132 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4133
4134 * org.texi (Project alist): Mention that this is a property list.
4135
4136 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4137
4138 * org.texi (Setting up the staging area): Document that
4139 file names remain visible when encrypting the MobileOrg files.
4140
4141 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4142
4143 * org.texi (Setting up the staging area): Document which
4144 versions are needed for encryption.
4145
4146 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4147
4148 * org.texi (noweb): Update :noweb documentation to
4149 reflect the new "tangle" argument.
4150
4151 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4152
4153 * org.texi (Batch execution): Improve tangling script in
4154 documentation.
4155
4156 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4157
4158 * org.texi (Handling links, In-buffer settings):
4159 Document inlining images on startup.
4160
4161 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4162
4163 * org.texi (Setting up the staging area): Document use of
4164 crypt password.
4165
4166 2010-11-11 David Maus <dmaus@ictsoc.de>
4167
4168 * org.texi (Template expansion): Add date related link type escapes.
4169
4170 2010-11-11 David Maus <dmaus@ictsoc.de>
4171
4172 * org.texi (Template expansion): Add mew in table for link type
4173 escapes.
4174
4175 2010-11-11 David Maus <dmaus@ictsoc.de>
4176
4177 * org.texi (Template expansion): Fix typo in link type escapes.
4178
4179 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4180
4181 * org.texi (Structure of code blocks): Another documentation tweak.
4182
4183 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4184
4185 * org.texi (Structure of code blocks): Documentation tweak.
4186
4187 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4188
4189 * org.texi (Structure of code blocks):
4190 Update documentation to mention inline code block syntax.
4191
4192 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4193
4194 * org.texi (comments): Improve wording.
4195
4196 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4197
4198 * org.texi (comments): Document the new :comments header arguments.
4199
4200 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4201
4202 * org.texi (Installation): Remove the special
4203 installation instructions for XEmacs.
4204
4205 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4206
4207 * org.texi (Easy Templates): New section. Documents quick
4208 insertion of empty structural elements.
4209
4210 2010-11-11 Noorul Islam <noorul@noorul.com>
4211
4212 * org.texi: Fix doc.
4213
4214 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4215
4216 * org.texi (The date/time prompt): Document specification
4217 of time ranges.
4218
4219 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4220
4221 * org.texi (Internal links): Document the changes in
4222 internal links.
4223
4224 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4225
4226 * org.texi (Agenda commands): Document the limitation for
4227 the filter preset - it can only be used for an entire agenda
4228 view, not in an individual block in a block agenda.
4229
4230 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4231
4232 * org.texi (iCalendar export): Document alarm creation.
4233
4234 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4237
4238 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4241
4242 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc.texi: Use emacsver.texi to determine Emacs version.
4245
4246 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247
4248 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4249 since that works by default.
4250
4251 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4252
4253 * gnus.texi (Customizing the IMAP Connection): Document
4254 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4255
4256 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4257
4258 * tramp.texi (Remote shell setup): New item "Interactive shell
4259 prompt". Reported by Christian Millour <cm@abtela.com>.
4260 (Remote shell setup, Remote processes): Use @code{} for
4261 environment variables.
4262
4263 2010-11-03 Glenn Morris <rgm@gnu.org>
4264
4265 * ediff.texi (Quick Help Commands, Miscellaneous):
4266 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4267
4268 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4271
4272 2010-10-31 Glenn Morris <rgm@gnu.org>
4273
4274 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4275
4276 2010-10-31 Glenn Morris <rgm@gnu.org>
4277
4278 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4279
4280 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4281
4282 * gnus.texi (Client-Side IMAP Splitting):
4283 Mention nnimap-unsplittable-articles.
4284
4285 2010-10-29 Julien Danjou <julien@danjou.info>
4286
4287 * gnus.texi (Finding the News): Remove references to obsoletes
4288 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4289
4290 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4291
4292 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4293 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4294 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4295 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4296
4297 2010-10-28 Glenn Morris <rgm@gnu.org>
4298
4299 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4300 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4301 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4302
4303 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4304
4305 * epa.texi (Mail-mode integration): Add alternative key bindings
4306 for epa-mail commands; escape comma.
4307 Don't use the word "PGP", since it is a non-free program.
4308
4309 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4310
4311 * calc.texi: Use emacsver.texi to determine Emacs version.
4312
4313 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * gnus.texi (Group Parameters, Buttons): Fix typos.
4316
4317 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4318
4319 * gnus.texi (Subscription Commands): Mention that you can also
4320 subscribe to new groups via the Server buffer, which is probably more
4321 convenient when subscribing to many groups.
4322
4323 2010-10-21 Julien Danjou <julien@danjou.info>
4324
4325 * message.texi (Message Headers): Allow message-default-headers to be a
4326 function.
4327
4328 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * gnus-news.texi: Mention new archive defaults.
4331
4332 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4333
4334 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4335
4336 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4337
4338 * gnus.texi (HTML): Document the function value of
4339 gnus-blocked-images.
4340 (Article Washing): shr and gnus-w3m, not the direct function names.
4341
4342 2010-10-20 Julien Danjou <julien@danjou.info>
4343
4344 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4345 variable.
4346
4347 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus.texi (Customizing the IMAP Connection): The port strings are
4350 strings.
4351 (Document Groups): Mention git.
4352
4353 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4356 bzr/Gnus git sync.
4357
4358 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4359
4360 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4361 change.
4362
4363 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4364
4365 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4366 @item syntax for in-Emacs makeinfo.
4367
4368 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4369
4370 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4371 trim sentence.
4372
4373 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4374
4375 * epa.texi (Caching Passphrases):
4376 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4377 Clarify some configurations require to set up gpg-agent.
4378
4379 2010-10-11 Glenn Morris <rgm@gnu.org>
4380
4381 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4382
4383 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4384
4385 * gnus.texi (Spam Package Introduction): Mention `$'.
4386
4387 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4388
4389 * makefile.w32-in (emacsdir): New variable.
4390 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4391 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4392
4393 2010-10-09 Glenn Morris <rgm@gnu.org>
4394
4395 * Makefile.in (mostlyclean): Delete *.toc.
4396
4397 * Makefile.in: Use $< in rules.
4398
4399 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4400
4401 * Makefile.in ($(infodir)): Delete rule.
4402 (mkinfodir): New. Use it in all the info rules, rather than depending
4403 on infodir.
4404
4405 2010-10-09 Glenn Morris <rgm@gnu.org>
4406
4407 * gnus.texi (Article Washing): Fix previous change.
4408
4409 * Makefile.in (emacsdir): New variable.
4410 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4411 Depend on emacsver.texi.
4412
4413 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4414
4415 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4416
4417 2010-10-08 Julien Danjou <julien@danjou.info>
4418
4419 * gnus.texi: Add mm-shr.
4420
4421 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4422
4423 * gnus.texi (Finding the Parent, The Gnus Registry)
4424 (Registry Article Refer Method): Update docs for nnregistry.el.
4425
4426 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4427
4428 * auth.texi (Help for users)
4429 (GnuPG and EasyPG Assistant Configuration): Update docs.
4430
4431 2010-10-08 Glenn Morris <rgm@gnu.org>
4432
4433 * cl.texi (Organization, Installation, Old CL Compatibility):
4434 Deprecate cl-compat for new code.
4435 (Usage, Installation): Remove outdated information.
4436
4437 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4438
4439 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4442
4443 2010-10-06 Julien Danjou <julien@danjou.info>
4444
4445 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4446
4447 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4448 broken link.
4449
4450 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4451
4452 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4453 to ReiserFS.
4454
4455 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4456 (FAQ 7-1): Fix getmail URL.
4457
4458 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4459
4460 * epa.texi (Caching Passphrases): New section.
4461
4462 2010-10-06 Glenn Morris <rgm@gnu.org>
4463
4464 * Makefile.in (SHELL): Set it.
4465 (info): Move the mkdir dependency to the individual info files.
4466 (mostlyclean): Tidy up.
4467 (clean): Only delete the specific dvi and pdf files.
4468 (maintainer-clean): Be more restrictive in what we delete.
4469 ($(infodir)): Add parallel build workaround.
4470
4471 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4472
4473 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4474
4475 2010-10-03 Julien Danjou <julien@danjou.info>
4476
4477 * emacs-mime.texi (Display Customization):
4478 Update mm-inline-large-images documentation and add documentation for
4479 mm-inline-large-images-proportion.
4480
4481 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * tramp.texi (Frequently Asked Questions):
4484 Mention remote-file-name-inhibit-cache.
4485
4486 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
4488 * gnus.texi (Splitting Mail): Fix @xref syntax.
4489 (Splitting Mail): Really fix the @ref syntax.
4490
4491 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4492
4493 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4494 (Article Hiding): Add google banner example.
4495 Suggested by Benjamin Xu.
4496
4497 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4498
4499 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4500 Remove nnimap-split-rule from examples.
4501
4502 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4503
4504 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4505 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4506 Fishman.
4507 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4508
4509 2010-09-30 Julien Danjou <julien@danjou.info>
4510
4511 * gnus.texi (Gravatars): Fix documentation about
4512 gnu-gravatar-properties.
4513
4514 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4515
4516 * epa.texi (Bug Reports): New section.
4517
4518 2010-09-29 Glenn Morris <rgm@gnu.org>
4519
4520 * Makefile.in (top_srcdir): Remove unused variable.
4521
4522 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4523
4524 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4525 (Client-Side IMAP Splitting): Document 'default.
4526
4527 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4528
4529 * gnus.texi (Customizing the IMAP Connection):
4530 Document nnimap-fetch-partial-articles.
4531
4532 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * gnus-news.texi: Mention nnimap-inbox.
4535
4536 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4537
4538 2010-09-26 Julien Danjou <julien@danjou.info>
4539
4540 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4541
4542 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * gnus.texi (Security): Remove gpg.el mention.
4545
4546 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4547
4548 * gnus.texi (Browse Foreign Server): New variable
4549 gnus-browse-subscribe-newsgroup-method.
4550
4551 * gnus-news.texi: Mention it.
4552
4553 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * gnus.texi (NoCeM): Remove.
4556 (Startup Variables): No jingle.
4557
4558 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4559
4560 * woman.texi (Interface Options): xz compression is now supported.
4561
4562 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
4564 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4565 (Unavailable Servers): Document gnus-server-copy-server.
4566 (Using IMAP): Document the new nnimap.
4567
4568 2010-09-25 Julien Danjou <julien@danjou.info>
4569
4570 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4571
4572 2010-09-24 Glenn Morris <rgm@gnu.org>
4573
4574 * url.texi (Disk Caching): Tweak previous change.
4575
4576 2010-09-24 Julien Danjou <julien@danjou.info>
4577
4578 * url.texi (Disk Caching): Mention url-cache-expire-time,
4579 url-cache-expired, and url-fetch-from-cache.
4580
4581 2010-09-24 Julien Danjou <julien@danjou.info>
4582
4583 * gnus.texi: Add Gravatars.
4584
4585 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4588
4589 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590
4591 * gnus.texi (Expunging mailboxes): Update name of the expunging
4592 command.
4593
4594 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4595
4596 * emacs-mime.texi (rfc2047): Update description for
4597 rfc2047-encode-parameter.
4598
4599 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4602 "fish" methods.
4603 (External methods): Remove "scp1_old" and "scp2_old" methods.
4604
4605 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * tramp.texi: Remove Japanese manual. Fix typo.
4608
4609 * trampver.texi: Update release number. Remove japanesemanual.
4610
4611 2010-09-09 Glenn Morris <rgm@gnu.org>
4612
4613 * org.texi: Restore clobbered changes (copyright years, untabify).
4614
4615 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4616
4617 * gnus.texi (Adaptive Scoring): Fix typo.
4618
4619 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4620
4621 * gnus.texi (Article Display): Document gnus-html-show-images.
4622
4623 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4624
4625 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4626
4627 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628
4629 * gnus.texi (HTML): Document gnus-max-image-proportion.
4630
4631 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * gnus.texi (HTML): Document gnus-blocked-images.
4634
4635 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4636
4637 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4638
4639 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4640 the first message are used for wide replies.
4641 (Changing Servers): Remove documentation on gnus-change-server and
4642 friends, since it's been removed.
4643
4644 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * gnus.texi (Drafts): Mention B DEL.
4647
4648 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4649
4650 * gnus.texi (Delayed Articles): Mention that the Date header is the
4651 original one, even if you delay.
4652
4653 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
4655 * gnus.texi (Asynchronous Fetching):
4656 Document gnus-async-post-fetch-function.
4657 (HTML): Made into its own section.
4658
4659 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4660
4661 Sync with Tramp 2.1.19.
4662
4663 * tramp.texi (Inline methods, Default Method):
4664 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4665 Remove remark about doubled "-t" argument.
4666 (Auto-save and Backup): Remove reference to Emacs 21.
4667 (Filename Syntax): Describe port numbers.
4668 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4669 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4670 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4671 errors with the backquotes.
4672 (External packages): File attributes cache flushing for asynchronous
4673 processes.
4674 (Traces and Profiles): Describe verbose level 9.
4675
4676 * trampver.texi: Update release number.
4677
4678 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4679
4680 * dbus.texi (Alternative Buses): New chapter.
4681
4682 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4685
4686 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4687
4688 * calc.texi (Customizing Calc): Rearrange description of new
4689 variables to match the presentation of other variables.
4690
4691 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4692
4693 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4694
4695 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4696
4697 * calc.texi (Making Selections, Selecting Subformulas)
4698 (Customizing Calc): Mention how to use faces to emphasize selected
4699 sub-formulas.
4700
4701 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * tramp.texi (External packages): File attributes cache flushing
4704 for asynchronous processes.
4705
4706 2010-08-01 Alan Mackenzie <acm@muc.de>
4707
4708 Enhance the manual for the latest Java Mode.
4709
4710 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4711 annotation-var-cont.
4712 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4713 two new symbols.
4714
4715 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4718
4719 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4722
4723 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4726
4727 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4728
4729 * org.texi: Add macros to get plain quotes in PDF output.
4730 List additional contributors.
4731 (Capture): New section, replaces the section about remember.
4732 (Working With Source Code): New chapter, focused on documenting Org
4733 Babel.
4734 (Code evaluation security): New section.
4735 (MobileOrg): Document DropBox support.
4736 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4737 (Special symbols): Show how to display UTF8 characters for entities.
4738 (Global TODO list): Clarify the use of the "M" key and the differences
4739 to the "m" key.
4740 (RSS Feeds): Mention Atom feeds as well.
4741 (Setting tags): Remove paragraph about
4742 `org-complete-tags-always-offer-all-agenda-tags'.
4743
4744 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4747 argument.
4748 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4749 echoing shells.
4750
4751 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4754 (Filename Syntax): Describe port numbers.
4755
4756 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4759 forgotten.
4760 (Type Conversion): Precise conversion of natural numbers.
4761 (Errors and Events): Add "debugging" to concept index. Add variable
4762 `dbus-debug'.
4763
4764 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4765
4766 * dbus.texi (Receiving Method Calls): Add optional argument
4767 EMITS-SIGNAL to `dbus-register-property'.
4768
4769 2010-06-27 Alex Schroeder <alex@gnu.org>
4770
4771 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4772
4773 2010-06-24 Glenn Morris <rgm@gnu.org>
4774
4775 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4776 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4777 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4778 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4779 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4780 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4781 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4782 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4783 convention. Make them end with a period.
4784
4785 2010-06-23 Glenn Morris <rgm@gnu.org>
4786
4787 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4788 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4789 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4790 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4791 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4792 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4793
4794 2010-06-10 Glenn Morris <rgm@gnu.org>
4795
4796 * idlwave.texi (Load-Path Shadows):
4797 * org.texi (Handling links): Fix typos.
4798
4799 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4800
4801 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4802
4803 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4804
4805 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4806 by an alias. (Bug#6226)
4807
4808 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4809
4810 * calc.texi (Manipulating Vectors): Mention that vectors can
4811 be used to determine bins for `calc-histogram'.
4812
4813 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4814
4815 * calc.texi: Remove "\turnoffactive" commands throughout.
4816
4817 2010-05-08 Å tÄ›pĂ¡n NÄ›mec <stepnem@gmail.com> (tiny change)
4818
4819 * url.texi (HTTP language/coding, Customization):
4820 * message.texi (Header Commands, Responses):
4821 * cl.texi (Argument Lists): Fix typos.
4822
4823 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4824
4825 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4826 Note that Development menu is always available.
4827 (Creating a project): Fix terminology.
4828 (Add/Remove files): Fix typo.
4829
4830 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4831
4832 * Version 23.2 released.
4833
4834 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4835
4836 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4837
4838 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4839
4840 * tramp.texi (Inline methods, Default Method):
4841 Mention `tramp-inline-compress-start-size'.
4842
4843 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4844
4845 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4846 the CVS repo. Put the Git repo in the news section.
4847
4848 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4849 Removed some mentions of CVS. Mention the new Git repo.
4850
4851 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4852
4853 * gnus.texi (Score File Format): Fix typo. Reported by Å tÄ›pĂ¡n NÄ›mec.
4854 (Mail Group Commands): Add index entry.
4855
4856 2010-04-18 Glenn Morris <rgm@gnu.org>
4857
4858 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4859
4860 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4861
4862 * calc.texi (Radix modes): Mention that the option prefix will
4863 turn on twos-complement mode.
4864 (Inverse and Hyperbolic Flags): Mention the Option flag.
4865
4866 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4867
4868 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4869 (LaTeX/PDF export commands): Rename and Move section.
4870 (Sectioning structure): Update.
4871 (References): New use case for field coordinates.
4872 (The export dispatcher): Rename from ASCII export.
4873 (Setting up the staging area): Document the availability of
4874 encryption for MobileOrg.
4875 (Images and tables): Document how to reference labels.
4876 (Index entries): New section.
4877 (Generating an index): New section.
4878 (Column width and alignment): Document that <N> now
4879 means a fixed width, not a maximum width.
4880 (Publishing options): Document the :email option.
4881 (Beamer class export): Fix bug in the BEAMER example.
4882 (Refiling notes): Document refile logging.
4883 (In-buffer settings): Document refile logging keywords.
4884 (Drawers): Document `C-c C-z' command.
4885 (Agenda commands): Mention the alternative key `C-c C-z'.
4886 (Special properties): Document the BLOCKED property.
4887 (The spreadsheet): Mention the formula editor.
4888 (References): Document field coordinates.
4889 (Publishing action): Correct the documentation for the
4890 publishing function.
4891 (The date/time prompt): Document that we accept dates
4892 like month/day/year.
4893 (Cooperation): Document the changes in table.el support.
4894 (Faces for TODO keywords, Faces for TODO keywords)
4895 (Priorities): Document the easy colors.
4896 (Visibility cycling): Document the new double prefix
4897 arg for `org-reveal'.
4898 (Cooperation): Remember.el is part of Emacs.
4899 (Clean view): Mention that `wrap-prefix' is also set by
4900 org-indent-mode.
4901 (Agenda commands): Add information about prefix args to
4902 scheduling and deadline commands.
4903 (Search view): Point to the docstring of
4904 `org-search-view' for more details.
4905 (Agenda commands): Document that `>' prompts for a date.
4906 (Setting tags): Document variable
4907 org-complete-tags-always-offer-all-agenda-tags.
4908 (Column attributes): Cross-reference special properties.
4909
4910 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4911
4912 Synchronize with Tramp repository.
4913
4914 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4915 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4916 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
4917 syntax, texi2dvi reports errors with the backquotes.
4918
4919 * trampver.texi: Update release number.
4920
4921 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
4922
4923 * gnus.texi (Finding the News): Add pointers to the Server buffer
4924 because it's essential.
4925
4926 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4927
4928 * gnus.texi (MIME Commands): Update description of
4929 gnus-article-browse-html-article.
4930
4931 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4932
4933 * auth.texi (Secret Service API): Add TODO node.
4934 (Help for users): Explain the new source options for `auth-sources'.
4935
4936 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * trampver.texi: Update release number.
4939
4940 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * Branch for 23.2.
4943
4944 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * faq.texi (Escape sequences in shell output): Note that ansi-color is
4947 now enabled by default.
4948
4949 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4952 when Emacs runs in interactive mode. (Bug#5645)
4953
4954 2010-02-16 Glenn Morris <rgm@gnu.org>
4955
4956 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4957
4958 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4959
4960 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4961
4962 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4963
4964 * gnus.texi (Score File Format): Fix typo.
4965
4966 2010-01-19 Mark A. Hershberger <mah@everybody.org>
4967
4968 * cc-mode.texi: Replace references to obsolete c-subword-mode.
4969
4970 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * ada-mode.texi (Project File Overview): Fix typo.
4973
4974 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4975
4976 * semantic.texi: Add Richard Y. Kim credit.
4977
4978 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4979
4980 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
4981
4982 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4983 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
4984
4985 2010-01-17 Glenn Morris <rgm@gnu.org>
4986
4987 * calc.texi (Reporting Bugs): Don't mention format of repository.
4988
4989 * woman.texi (Bugs): Make "Emacs repository" less specific,
4990 and the URL for same more specific.
4991
4992 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4993
4994 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * ede.texi (ede-step-project, ede-proj-target):
4997 * tramp.texi (Remote processes): Fix typos.
4998
4999 2010-01-16 Mario Lang <mlang@delysid.org>
5000
5001 * ede.texi (ede-target):
5002 * org.texi (Refiling notes): Remove duplicated words.
5003
5004 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * gnus.texi (Posting Styles): Use with-current-buffer.
5007 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5008
5009 2010-01-02 Kevin Ryde <user42@zip.com.au>
5010
5011 * eieio.texi (Naming Conventions): Correction to xref on elisp
5012 coding conventions, is "Tips" node not "Standards".
5013
5014 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5017
5018 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5019
5020 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5021
5022 * gnus.texi (Direct Functions): Add missing port number to tls method.
5023
5024 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5027 ($(infodir)/edt, edt.dvi): New targets.
5028
5029 2009-12-15 Glenn Morris <rgm@gnu.org>
5030
5031 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5032 (edt, $(infodir)/edt, edt.dvi): New targets.
5033 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5034
5035 * Makefile.in (PDF_TARGETS, pdf): New.
5036 (clean): Add *.pdf.
5037 Add pdf rules for all manuals.
5038
5039 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5040
5041 * calc.texi (Radix Modes): Clarify two's complement notation.
5042
5043 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5046 (Smart Jump, Analyzer Debug): Copyedits.
5047 (Semantic mode user commands): Link to new nodes.
5048 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5049 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5050 upstream Semantic manual.
5051
5052 * semantic.texi (Introduction): Minor fix to diagram.
5053
5054 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5055
5056 * eshell.texi (History): Add the other built-in variables.
5057 (Built-ins): Explain built-ins, and how to apply the external commands.
5058 Add `history', `su' and `sudo'.
5059
5060 * tramp.texi (Remote processes): Add missing <RET> in the example.
5061
5062 2009-12-01 Bill Wohler <wohler@newt.com>
5063
5064 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5065 path for mairix example. Specify -q in namazu example since namazu is
5066 excessively garrulous.
5067
5068 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * tramp.texi (Remote processes): Improve eshell example with "su"
5071 and "sudo" commands.
5072
5073 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5076
5077 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5078 Document semantic-complete-analyze-inline.
5079 (Semanticdb search debugging commands): Minor clarification.
5080 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5081 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5082 manual.
5083 (Semantic mode): Link to Idle Scheduler.
5084
5085 2009-11-28 Kevin Ryde <user42@zip.com.au>
5086
5087 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5088 @pxref, now EIEIO is in Emacs.
5089
5090 * erc.texi (Development): Correction to git tutorial url.
5091
5092 2009-11-26 Glenn Morris <rgm@gnu.org>
5093
5094 * faq.texi (Latest version of Emacs): Mention stability of development
5095 version.
5096 (Problems with very large files): Max buffer size increase in 23.2.
5097 (VM): VM has moved house again.
5098
5099 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5100
5101 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5102 notations.
5103
5104 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5105
5106 * org.texi (Column attributes): Fix documentation of new operators.
5107
5108 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5111 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5112 (Idle Completions Mode): Numerous copyedits.
5113
5114 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5115
5116 * semantic.texi (Semantic Internals, Glossary):
5117 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5118 (Semanticdb search debugging commands): Fix typos.
5119
5120 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5121
5122 * calc.texi (Radix modes): Mention twos-complement notation.
5123
5124 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5125
5126 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5127 ($(infodir)/semantic, semantic.dvi): New targets.
5128
5129 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * Makefile.in: Build the Semantic manual.
5132
5133 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5134 repository.
5135
5136 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5137
5138 * dbus.texi (Receiving Method Calls): New defun
5139 `dbus-unregister-service'.
5140
5141 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5142
5143 * org.texi (Speed keys): New section.
5144
5145 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5146
5147 * dbus.texi (Type Conversion): Fix typo.
5148 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5149 `dbus-registered-objects-table'.
5150 (Receiving Method Calls): New defun `dbus-register-property'.
5151 Move `dbus-unregister-object' here.
5152
5153 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5154
5155 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5156
5157 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5158
5159 * org.texi (Column attributes): Add the new age summary operators.
5160 Also, mention the fact you can only use one summary operator per
5161 property.
5162
5163 2009-11-13 John Wiegley <johnw@newartisans.com>
5164
5165 * org.texi (Tracking your habits): Add a new section in the
5166 manual about how to track habits.
5167 (Resolving idle time): Add a section on how idle and
5168 dangling clocks are resolved.
5169
5170 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5171
5172 * org.texi (Agenda commands): Document the new `i' command.
5173 (Inserting deadline/schedule): Document logging changes
5174 of scheduling and deadline times stamps.
5175 (In-buffer settings): Document the in-buffer keywords for logging
5176 changes of scheduling and deadline times stamps.
5177 (Structure editing, Plain lists): Document indentation
5178 cycling in empty entries with TAB.
5179 (Archiving): Document the default archiving command.
5180 (Moving subtrees): Document the new keys for archiving.
5181 (Internal archiving): Fix incorrect key.
5182 (Agenda commands): Document the TODO set switching commands.
5183 (Agenda commands): Document the new archiving keys.
5184 (Clocking work time): Better description on how to save
5185 and restore a clock.
5186 (Resolving idle time): Mention the x11idle program to get true
5187 idleness also under X11.
5188 (Resolving idle time): Use @kbd instead of @key for normal
5189 letters, because this is how he rest of the manual does this.
5190 (Pushing to MobileOrg): Mention that `org-directory'
5191 should be set.
5192 (Agenda commands): Document that SPC is a filter for
5193 any tag.
5194 (Search view): Rename from "Keyword search".
5195 (Capure): New chapter.
5196 (Markup): New chapter.
5197 (Links in HTML export, Images in HTML export):
5198 Extend the section titles.
5199 (Images in HTML export): Document the align option.
5200 (Text areas in HTML export): Extend the section title.
5201 (Images in LaTeX export): Explain image placement in LaTeX.
5202
5203 2009-11-10 Glenn Morris <rgm@gnu.org>
5204
5205 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5206
5207 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5208
5209 * tramp.texi (Auto-save and Backup): Disable backups just for a
5210 method.
5211
5212 * trampver.texi: Update release number.
5213
5214 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5215
5216 Sync with Tramp 2.1.17.
5217
5218 * trampver.texi: Update release number.
5219
5220 2009-10-29 Glenn Morris <rgm@gnu.org>
5221
5222 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5223
5224 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * tramp.texi (External methods): Temporary files are kept for
5227 `rsync' and `rsyncc' methods.
5228
5229 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * eieio.texi: Fix typos.
5232
5233 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5236
5237 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5240 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5241
5242 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * Makefile.in: Build EIEIO and EDE manuals.
5245
5246 2009-10-07 Eric Ludlam <zappo@gnu.org>
5247
5248 * eieio.texi:
5249 * ede.texi: New files.
5250
5251 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5252
5253 * tramp.texi (Remote processes): Association of a pty is not supported.
5254
5255 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5256
5257 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5258 (Processing LaTeX fragments): Document that the size of images can be
5259 changes using the variable `org-format-latex-options'.
5260 (The date/time prompt, Timestamps): Be more accurate over ISO format
5261 dates and times.
5262 (Visibility cycling): Document showeverything keyword.
5263 (In-buffer settings): Document showeverything keyword.
5264 (Setting up the staging area): Fix the example.
5265 (MobileOrg): New section.
5266 (Agenda commands, Exporting Agenda Views): Document exporting the
5267 agenda view to Org files.
5268
5269 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5270
5271 * tramp.texi (History): Add IMAP support.
5272 (External methods): Add `imap' and `imaps' methods.
5273 (GVFS based methods): Add indices for `davs'.
5274 (Password handling): Rename anchors. Add IMAP entries for
5275 ~/.authinfo.gpg.
5276
5277 * trampver.texi: Set default value of `emacsimap'.
5278
5279 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5280
5281 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5282
5283 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * dired-x.texi (Technical Details):
5286 Delete dired-up-directory (Bug#4292).
5287
5288 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5291
5292 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5293
5294 * org.texi (Effort estimates): Document new effort setting commands.
5295 (Agenda commands): Document the new keys fro agenda time motion.
5296 Document entry text mode. Improve documentation of the keys to include
5297 inactive time stamps into the agenda view.
5298 (Feedback): Document the new bug report command.
5299 (Structure editing): Add an index entry for the sorting of subtrees.
5300
5301 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5302
5303 * auth.texi (Help for users): Corrected markup.
5304
5305 2009-09-02 Glenn Morris <rgm@gnu.org>
5306
5307 * emacs-mime.texi (time-date): Mention float-time.
5308
5309 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5310
5311 * calc.texi (Simplifying Formulas): Improve the wording.
5312
5313 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5314
5315 * auth.texi: Rewritten for coverage and clarity.
5316
5317 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5318
5319 * gnus.texi (Expiring Mail):
5320 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5321 (Various Various): Mention gnus-safe-html-newsgroups.
5322
5323 * gnus-news.texi: Mention
5324 gnus-mark-copied-or-moved-articles-as-expirable.
5325
5326 * emacs-mime.texi (Display Customization): Add xref to
5327 gnus-safe-html-newsgroups.
5328
5329 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * tramp.texi (Version Control): Remove.
5332 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5333 reference.
5334 (External methods): Correct `scpc' concept index entries. New method
5335 `rsyncc'.
5336 (External packages): New subsections "Filename completion" and "File
5337 attributes cache".
5338
5339 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5340
5341 * calc.texi (Rewrite Rules): Improve the example.
5342 (Simplifying Formulas): Explain use of the I and H flags for
5343 simplification.
5344
5345 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5348 Describe autostart behavior of dbus-ping.
5349 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5350 for timeout values.
5351 (Top): Remove footnote saying D-Bus is not enabled by
5352 default. (Bug#4256)
5353
5354 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5355
5356 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5357 Reported by Jari Aalto (Bug#4211).
5358 (Mail-mode integration): Mention epa-mail-mode and
5359 epa-global-mail-mode.
5360 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5361 epa-setup.
5362
5363 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * dbus.texi (Asynchronous Methods): Allow nil handler.
5366
5367 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5368
5369 * ediff.texi (ediff-current-file): Add information about this new function.
5370
5371 * viper.texi: Add information about C-s in viper's search command.
5372
5373 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5374
5375 * calc.texi (Date Forms): Fix typos.
5376
5377 2009-08-08 Glenn Morris <rgm@gnu.org>
5378
5379 * org.texi (Agenda commands): Restore clobbered change.
5380
5381 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5382
5383 * calc.texi (Graphics, Devices): Update with the peculiarities of
5384 operation on MS-Windows.
5385
5386 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5387
5388 * org.texi (Publishing action): Improve documentation of file
5389 names when publishing to the source directory.
5390 (Clean view): Document `org-indent-mode'.
5391 (Clocking work time): Add documentation for the
5392 new :timetamp option when creating a clock report.
5393 (Paragraphs): Fix many typos.
5394 (Plain lists): Remove duplicate explanation about the
5395 `C-c *' command.
5396 (Literal examples): Update to reflect the new behavior
5397 of the -n -r -k switches when exporting source code examples.
5398 (Structure editing): Add information about `C-c *',
5399 converting a plain list into a list of Org items.
5400 (Remember): Small rephrasing of the paragraph
5401 describing remember.el. Also mentioned that remember.el is part
5402 of Emacs 23, not Emacs 22.
5403 (Clocking work time): Add documentation about
5404 displaying the current clocking time against the effort estimate.
5405 Also add a footnote about using `org-clock-in-prepare-hook' to add
5406 an effort estimate on the fly, just before clocking it.
5407 (Footnotes): Document automatic renumbering and
5408 sorting.
5409 (Agenda commands): Document new bulk commands.
5410 (Plain lists): Document new behavior of
5411 `org-cycle-include-plain-lists'.
5412 Hyphenation only in TeX.
5413 (Clocking work time): Document the key to update effort
5414 estimates.
5415 (Clocking work time): Document the clock time display.
5416 (Structure editing, TODO basics): Document new
5417 variables.
5418 (Column attributes): Document new colciew operators.
5419 (Publishing options): Document :xml-declaration.
5420 (Tracking TODO state changes): Document the
5421 LOG_INTO_DRAWER property.
5422 (Literal examples): Document the new implementation for
5423 editing source code.
5424 (Publishing action): Mention the new publishing
5425 function, to publish an Org source file.
5426 (Publishing links): Mention how to link to an Org source file.
5427 (Macro replacement): Document new macros.
5428 (Handling links): Document type-specific completion
5429 when inserting links.
5430 (Structure editing, Plain lists): Improve documentation
5431 on sorting.
5432 (Internal links): Document custom ids for links.
5433 (Handling links): Document custom ids for links.
5434 (CSS support): Document new class.
5435 (Refiling notes): Document the possibility to create new nodes
5436 during refiling.
5437 (Agenda commands): Document the "?" operator to find
5438 tasks without effort setting.
5439 (Exporting agenda information): Section moved.
5440 (RSS Feeds): New section.
5441 (Built-in table editor): Document M-e and M-a navigate
5442 inside table field.
5443 (Stuck projects): Docment that projects identified as
5444 un-stuck will still be searchd for stuck sub-projects.
5445 (Paragraphs): Document centering.
5446 (Creating timestamps, Agenda commands): Document new
5447 behavior when changing time stamps.
5448 (Structure editing): Document the new command
5449 `org-clone-subtree-with-time-shift'.
5450 (Publishing): Refresh this chapter.
5451 (Export options, Export options, In-buffer settings):
5452 Document the new keywords.
5453 (Matching tags and properties): Collect all
5454 documentation about tags/property matches here.
5455 (Setting tags): Document `org-tag-persistent-alist'.
5456 (Weekly/daily agenda): New section.
5457 (Orgstruct mode): Describe `orgstruct++-mode'.
5458 (Drawers): Mention the LOGBOOK drawer.
5459 (Export options, Sectioning structure): Document the
5460 #+LEATEX_HEADER in-buffer setting.
5461 (Bugs): Section removed.
5462 (Hooks): New section.
5463 (Add-on packages): Move here from old location.
5464 (Context-sensitive commands): New section.
5465 (Setting tags): Document newline option.
5466 (Global TODO list, Matching tags and properties):
5467 Mention more variables.
5468 (Checkboxes): Update to changed command behavior.
5469
5470 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5471
5472 * speedbar.texi (Basic Key Bindings): Fix typo.
5473
5474 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5475
5476 * calc.texi (Vector/Matrix Functions): Add index entries for both
5477 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5478 affects matrices with more than one row.
5479 (Help Commands): Add index entries for "prefix ?" key bindings.
5480
5481 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5482
5483 * calc.texi (Stack Manipulation Commands): Add documentation for
5484 `calc-transpose-lines'.
5485
5486 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5487
5488 * dbus.texi (Receiving Method Calls): Describe special return value
5489 `:ignore'.
5490
5491 2009-07-24 Alan Mackenzie <acm@muc.de>
5492
5493 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5494 initialization, any individual variable setting now takes precedence
5495 over one done via c-file-style/c-file-offsets.
5496
5497 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5498
5499 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5500 truncated when Calc is quit.
5501 (Customizing Calc): Document `calc-undo-length'.
5502
5503 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5504
5505 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5506
5507 2009-07-11 Kevin Ryde <user42@zip.com.au>
5508
5509 * pcl-cvs.texi (About PCL-CVS):
5510 * widget.texi (Basic Types):
5511 Fix cross-references.
5512
5513 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5514
5515 * dbus.texi (Type Conversion): Don't use literal control character.
5516
5517 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5518
5519 * tramp.texi (GVFS based methods): New section.
5520 (Remote processes): Processes for GVFS based methods run locally.
5521
5522 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5523
5524 * tramp.texi (Inline methods, External methods, Gateway methods):
5525 Avoid the words "kludge" and hack".
5526 (External methods): Add `synce' method.
5527
5528 * trampver.texi: Update release number.
5529
5530 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5531
5532 Sync with Tramp 2.1.16.
5533
5534 * tramp.texi (History): Add GVFS support.
5535 (External methods): Precise `rsync' description. Add `dav', `davs' and
5536 `obex' methods. Add 'tramp-gvfs-methods' option.
5537 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5538 forms.
5539 (Remote Programs): Introduce `tramp-own-remote-path'.
5540 (Remote processes): New subsection "Running remote programs that create
5541 local X11 windows".
5542 (Frequently Asked Questions): Improve code for disabling vc.
5543
5544 * trampver.texi: Update release number. Set default value of
5545 `emacsgvfs'.
5546
5547 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * Branch for 23.1.
5550
5551 2009-06-17 Glenn Morris <rgm@gnu.org>
5552
5553 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5554 (Latest version of Emacs): Mention source code repository.
5555
5556 2009-06-16 Glenn Morris <rgm@gnu.org>
5557
5558 * faq.texi (Top): Language tweak.
5559 (Extended commands): Most people have arrow keys.
5560 (Emacs manual): Say how to follow info links.
5561 (File-name conventions): Change title a bit. Explain about source
5562 versus installed. Condense etc description.
5563 (Guidelines for newsgroup postings): Mention Savannah list page.
5564 (Newsgroup archives): Simplify.
5565 (Contacting the FSF): Add contact URL.
5566 (Emacs Lisp documentation): Printed version not always available.
5567 (Installing Texinfo documentation): Explain how by hand installation is
5568 not normally needed. Use add-to-list. Remove duplicate reference.
5569 (Informational files for Emacs): Move info on Help menu here from
5570 "File-name conventions".
5571 (Help installing Emacs): Tweak uref.
5572 (Obtaining the FAQ): Mention repository.
5573 (Origin of the term Emacs): Explain "ITS".
5574 (Changing load-path): Use add-to-list.
5575 (Automatic indentation): Clarify this is for Text mode.
5576 Don't mention Indented Text mode.
5577 (Finding Emacs on the Internet): The FSF does not seem to offer a
5578 deluxe distribution on CD anymore.
5579
5580 2009-06-16 Glenn Morris <rgm@gnu.org>
5581
5582 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5583 Recommend the latest release. Mention how to get older FAQs.
5584 Recommend the Emacs manual.
5585 (Guidelines for newsgroup postings): Discourage cross-posts.
5586 (Underlining paragraphs): Remove.
5587 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5588 (Bugs and problems): Update key-binding.
5589 (Problems with very large files): Mention 64-bit.
5590 (Shell process exits abnormally): Remove.
5591 (Problems with Shell Mode): Rename and update.
5592 (Spontaneous entry into isearch-mode)
5593 (Problems talking to certain hosts): Remove. This is old information,
5594 in etc/PROBLEMS if needed.
5595 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5596 (Dired claims that no file is on this line): Update.
5597 (Installing Emacs, Problems building Emacs): Simplify.
5598 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5599 information.
5600 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5601 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5602 (JDEE): "JDEE", not "JDE".
5603 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5604 Remove. This is old information, in etc/PROBLEMS if needed.
5605 (stty and Backspace key, Kanji and Chinese characters): Remove.
5606 (Right-to-left alphabets): Update section.
5607 (Changing the included text prefix): Gnus uses message-yank-prefix.
5608 Add cross-reference to Supercite manual.
5609 (Saving a copy of outgoing mail): Simplify output file description.
5610 (Expanding aliases when sending mail): Refer to Emacs manual.
5611 Remove old info about RFC822.
5612 Correct description of how to rebuild aliases.
5613 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5614 (MIME with Emacs mail packages)
5615 (Viewing articles with embedded underlining)
5616 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5617 Remove old sections.
5618 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5619 and is well-documented in the Gnus manual.
5620 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5621 (Making Gnus faster): Rename from "Starting Gnus faster".
5622 Merge "Catch-up is slow in Gnus" into here.
5623
5624 2009-06-14 Glenn Morris <rgm@gnu.org>
5625
5626 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5627 (New in Emacs 23): New section.
5628 (Handling C-s and C-q with flow control): Add xref.
5629
5630 2009-06-13 Glenn Morris <rgm@gnu.org>
5631
5632 * faq.texi (Setting up a customization file): Grammar fix.
5633 Customize is no longer "new".
5634 (Displaying the current line or column): Line-number mode is on by
5635 default. Don't mention `column' package. Mention linum.el.
5636 (Turning on abbrevs by default): Explain how to do it for buffers,
5637 modes, and everywhere.
5638 (Associating modes with files): Use add-to-list. Don't mention Emacs
5639 19.
5640 (Highlighting a region): On by default since 23.1.
5641 (Replacing highlighted text): Update doc quote.
5642 (Working with unprintable characters): Don't mention search-quote-char.
5643 (Using an already running Emacs process): Gnuclient is probably not an
5644 enhancement these days.
5645 (Indenting switch statements): Remove mention of pre-Emacs 20.
5646 (Horizontal scrolling): Abbreviate Emacs 20 description.
5647 (Replacing text across multiple files): Fix name of dired command.
5648 (Disabling backups): Use require not load.
5649 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5650
5651 2009-06-13 Bill Wohler <wohler@newt.com>
5652
5653 Release MH-E manual version 8.2.
5654
5655 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5656 release 8.2.
5657
5658 2009-06-13 Glenn Morris <rgm@gnu.org>
5659
5660 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5661 in this day and age the common meaning is "on the web".
5662 (copying): Use @copyright in all cases.
5663 (Basic keys): Remove reference to deleted manual node "Text Characters".
5664 (File-name conventions): Use GNU as an example rather than SERVICE.
5665 default.el lives in site-lisp. Update Info directory location.
5666 (Real meaning of copyleft): GPL actions have been brought, but all
5667 settled out of court.
5668 (Guidelines for newsgroup postings): Shorten section title.
5669 Simplify comp.emacs description.
5670 (Newsgroup archives): Change Google URL. Describe Gmane.
5671 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5672 points". Mention List-Unsubscribe header.
5673 (Contacting the FSF): Update email and URLs.
5674 (Basic editing): Mention F1 for help.
5675 (Installing Texinfo documentation): Refer to Texinfo website rather
5676 than ftp server.
5677 (Printing a Texinfo file): Mention texi2pdf.
5678 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5679 are just stubs nowadays.
5680 (Latest version of Emacs): Explain version numbers.
5681 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5682 (Turning on syntax highlighting): No need to mention hilit19 any more.
5683 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5684 (Modes for various languages): Remove section.
5685 (Major packages and programs): Remove most version and maintainer
5686 information - it's hard to keep up-to-date, and adds nothing.
5687 Similarly with direct links to mailing lists.
5688 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5689 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5690 years, and Emacs comes with tools for this now.
5691 (Patch): Remove section - this is a standard tool.
5692 (Using function keys under X): Remove section.
5693
5694 2009-06-12 Glenn Morris <rgm@gnu.org>
5695
5696 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5697 (Help installing Emacs): Remove reference to deleted X11 node.
5698 (Associating modes with files): Interpreter-mode-alist is no longer
5699 subservient to auto-mode-alist.
5700 (Installing Emacs): Change future Emacs version.
5701 (Linking with -lX11 fails): Remove old section.
5702 (Packages that do not come with Emacs): Update ELL location.
5703 Emacs Lisp archive is dead.
5704 (Emacs for Windows): Remove reference to old CE port.
5705 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5706 (Emacs for VMS and DECwindows): Remove old ports.
5707 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5708 (Removing flashing messages): Remove section about non-existent Gnus
5709 option.
5710
5711 * faq.texi (Top): Add @top command.
5712 Remove the optional arguments from all @node commands: makeinfo can
5713 generate these automatically, and it is easier to edit and rearrange
5714 nodes without them.
5715
5716 2009-06-11 Glenn Morris <rgm@gnu.org>
5717
5718 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5719 (The LPF): Make the updated URL the sole reference point.
5720 (Learning how to do something): Update refcard price and format.
5721 (Getting a printed manual): Sources in doc/emacs/, not man/.
5722 Also available in PDF format. Since the page count varies, be less
5723 precise.
5724 (Informational files for Emacs): Remove references to deleted files
5725 LPF and SUN-SUPPORT, and to UUCP.
5726 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5727 Remove many obsolete ways to get the FAQ, which now seems only to be
5728 distributed with Emacs.
5729 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5730
5731 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * org.texi (Org Plot): Fix tags (Bug#3507).
5734 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5735
5736 * ada-mode.texi (Installation, Compile commands)
5737 (Project File Overview, No project files, Set compiler options)
5738 (Use GNAT project file, Use multiple GNAT project files)
5739 (Identifier completion): Use @samp for menu items, and @kbd for key
5740 sequences (Bug#3504).
5741
5742 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5743
5744 * gnus.texi (Security): Fix wording; add a link to epa.info.
5745
5746 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5747
5748 * message.texi (Header Commands): Fix descriptions to match
5749 keybindings.
5750
5751 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5752
5753 * gnus.texi (Security): Mention that EasyPG is the current default.
5754
5755 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * ediff.texi (Session Commands): Fix typo.
5758
5759 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5760
5761 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5762 news.software.readers. Reported by Florian Rehnisch.
5763
5764 2009-04-02 Glenn Morris <rgm@gnu.org>
5765
5766 * auth.texi: Capitalize direntry.
5767
5768 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5769 using a period in the entry name. (Bug#2797)
5770
5771 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5772
5773 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5774 ($(infodir)/auth, auth.dvi): New targets.
5775
5776 2009-03-03 Glenn Morris <rgm@gnu.org>
5777
5778 * auth.texi: Fix @setfilename.
5779
5780 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5781 (auth, $(infodir)/auth, auth.dvi): New rules.
5782
5783 2009-02-25 Glenn Morris <rgm@gnu.org>
5784
5785 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5786
5787 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5788
5789 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5790
5791 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5792
5793 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5794 gnus-nocem-issuers, and gnus-nocem-verifyer.
5795
5796 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * ada-mode.texi (Project files, Automatic Casing):
5799 * dbus.texi (Signals):
5800 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5801 * mh-e.texi (HTML):
5802 * nxml-mode.texi (Locating a schema)
5803 (Using the document's URI to locate a schema):
5804 * org.texi (Footnotes, Using the mapping API):
5805 * rcirc.texi (Channels): Remove duplicate words.
5806
5807 2009-02-20 Glenn Morris <rgm@gnu.org>
5808
5809 * dired-x.texi (Miscellaneous Commands):
5810 * gnus.texi: Minor updates for mbox Rmail.
5811
5812 2009-02-16 Karl Berry <karl@gnu.org>
5813
5814 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5815 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5816 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5817 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5818 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5819 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5820 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5821 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5822 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5823 Consistently use @insertcopying in the Top node,
5824 @contents at the front (after @end titlepage),
5825 and @direntry after @copying. (Bug#1988)
5826
5827 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5828
5829 * auth.texi: New file documenting auth-source.
5830
5831 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5832
5833 * org.texi (Org Plot): Fix link.
5834
5835 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5836
5837 * epa.texi (Mail-mode integration): Mention the way to do
5838 "encrypt-to-self". (Bug#1807)
5839
5840 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5841
5842 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5843
5844 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5845
5846 * gnus-news.texi: Print version about Incoming*.
5847
5848 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5849
5850 * org.texi (Structure editing, Handling links)
5851 (Fast access to TODO states, Javascript support): Make standard docs
5852 correctly reflect default variable settings.
5853
5854 2009-02-02 Glenn Morris <rgm@gnu.org>
5855
5856 * org.texi: Fix typos.
5857
5858 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5859
5860 Sync with Tramp 2.1.15.
5861
5862 * trampver.texi: Update release number.
5863
5864 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5865
5866 * org.texi (TODO dependencies): Document TODO dependencies on
5867 checkboxes.
5868
5869 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5870
5871 * org.texi (TODO dependencies): Document key binding for toggling
5872 ORDERED property.
5873
5874 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5877 of hook functions.
5878
5879 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5880
5881 * org.texi (TODO dependencies): New section.
5882
5883 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5884
5885 * org.texi (Plain lists, TODO basics, Priorities)
5886 (Multiple sets in one file, Conflicts): Document interaction with
5887 `shift-selection-mode'.
5888
5889 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
5890
5891 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5892 Make Calc the subject of sentences.
5893 (Rearranging Formulas using Selections): Discuss new options
5894 for `j *'.
5895
5896 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
5897
5898 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5899
5900 2009-01-26 Glenn Morris <rgm@gnu.org>
5901
5902 * org.texi: Fix typos.
5903
5904 2009-01-26 Bill Wohler <wohler@newt.com>
5905
5906 * mh-e.texi (EDITION, UPDATED): Update.
5907
5908 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
5909
5910 * org.texi (References): Add information about remote references.
5911 (Built-in table editor): Document `C-c RET' in tables.
5912 (Math symbols, Quoting LaTeX code): Mention that simple
5913 LaTeX macros survive LaTeX export.
5914 (Images in LaTeX export): Show how to create a reference to a
5915 figure.
5916 (Sectioning structure): Document that the LaTeX class can be
5917 specified in a property.
5918 (Text areas in HTML export): New section.
5919 (External links): Add examples for text search and ID links.
5920 (Built-in table editor): Remove the descriptio of `C-c
5921 C-q', it not longer works.
5922 (Literal examples): Document that a space must follow
5923 the colon in short examples.
5924 (Relative timer): Document `org-timer-stop'.
5925 (Footnotes): New section.
5926 (Footnote markup): Shorten section and refer to new Footnote
5927 section.
5928 (Literal examples): Add documentation for line
5929 numbering in and references to code examples.
5930 (CSS support): Fix the description of default CSS styles.
5931 (Capturing column view): Document
5932 "file:path/to/file.org" as an allowed value for the ID property of
5933 a dynamic block copying column view.
5934
5935 2009-01-23 Stephen Eglen <stephen@gnu.org>
5936
5937 * mh-e.texi (Getting Started): Describe $MH.
5938
5939 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * tramp.texi (all): Harmonize usage of "external method",
5942 "external transfer method" and "out-of-band method".
5943 (Connection types): Precise the differences of inline and external
5944 methods. Written by Adrian Phillips <a.phillips@met.no>.
5945
5946 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5947
5948 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5949 commands as described at the top. Reported by Allan Gottlieb
5950 <gottlieb@nyu.edu>.
5951
5952 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5953
5954 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5955 nnmail-pathname-coding-system.
5956
5957 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
5958
5959 * org.texi (Relative timer): Fix typo.
5960
5961 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * org.texi (Clocking work time): Fix typo.
5964 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
5965
5966 2009-01-13 Glenn Morris <rgm@gnu.org>
5967
5968 * org.texi: Fix some more typos.
5969
5970 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
5971
5972 * org.texi: Fix some typos.
5973
5974 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5975
5976 * gnus.texi (Group Parameters): Add note for local variables.
5977
5978 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * gnus.texi (Converting Kill Files): Fix URL.
5981 Include gnus-kill-to-score.el in contrib directory.
5982
5983 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5984
5985 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5986 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
5987 (Paging the Article): Add index entry.
5988
5989 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
5990
5991 * ada-mode.texi (Examples): Delete redundant text.
5992
5993 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
5994
5995 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5996
5997 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5998 addresses.
5999
6000 2009-01-03 Bill Wohler <wohler@newt.com>
6001
6002 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6003 kept empty.
6004
6005 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6006
6007 * org.texi (Activation, Exporting, ASCII export, HTML export)
6008 (HTML Export commands, LaTeX/PDF export commands):
6009 Improve documentation about transient-mark-mode.
6010 (References): Document the use of special names like $LR1 to reference
6011 to fields in the last table row.
6012
6013 2008-12-19 Juri Linkov <juri@jurta.org>
6014
6015 * info.texi (Search Text): Remove mention of removed key binding M-s.
6016
6017 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6018
6019 * org.texi (References): Remove mentioning of @0 as reference for the
6020 last line, this has been reverted in the Lisp sources.
6021
6022 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6023
6024 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6025 (DVI_TARGETS): Remove duplicates. Add sasl.
6026 ($(infodir)/sasl, sasl.dvi): New targets.
6027
6028 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6029
6030 * org.texi: Version number pushed to 6.15d.
6031
6032 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6033
6034 * org.texi (Tables in LaTeX export): New section.
6035 (Images in LaTeX export): New section.
6036 (Inlined images, Images in HTML export): Sections renamed.
6037
6038 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6039
6040 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6041
6042 2008-12-04 David Engster <dengste@eml.cc>
6043
6044 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6045 of nnml-get-new-mail. Change URL for mairix patch.
6046
6047 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6048
6049 * org.texi (Using the mapping API): Fix bug in mapping example.
6050 (Publishing options): Make the list of properties complete again, in
6051 correspondence to the variable `org-export-plist-vars'.
6052 (Property searches): Document new special values for time comparisons.
6053 (Tag inheritance): Refine the description of tag inheritance.
6054 (Project alist): Add info about the publishing sequence of components.
6055 (Effort estimates): Document the new relative timer.
6056
6057 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6058
6059 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6060 (Using Calc): Clarify use of `C-x * o'.
6061 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6062
6063 2008-11-28 Richard M Stallman <rms@gnu.org>
6064
6065 * dbus.texi (Receiving Method Calls): Clean up previous change.
6066
6067 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6070 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6071 `dbus-unescape-from-identifier'.
6072 (Receiving Method Calls): New constants `dbus-service-emacs' and
6073 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6074 (Signals): Use the constants in the example.
6075
6076 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6077
6078 * org.texi: Re-apply change to FDL 1.3.
6079
6080 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6081
6082 * org.texi (Setting up Remember): Document `org-remember-mode'.
6083 (External links): Document that bbdb links can use a regular
6084 expression.
6085 (External links): Document that elisp links can contain interactive
6086 commands.
6087
6088 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6089
6090 * viper.texi (viper-translate-all-ESC-keysequences):
6091 Description removed.
6092
6093 2008-11-19 Glenn Morris <rgm@gnu.org>
6094
6095 * doclicense.texi: Change to FDL 1.3.
6096 Relicense all texi files under FDL 1.3 or later.
6097
6098 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6099
6100 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6101
6102 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6103
6104 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6105
6106 * ediff.texi: Version/date change.
6107
6108 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6111
6112 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6113
6114 * calc.texi (About This Manual): Comment out a mention of
6115 marginal notes.
6116
6117 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6118
6119 * org.texi (Clocking work time): Document the :formula property of
6120 clock tables.
6121 (Structure editing, Refiling notes): Document refiling regions.
6122 (Agenda commands): Document the double-prefix version
6123 of the `l' command in the agenda.
6124 (Handling links): Explain the effect of a double prefix
6125 arg to `C-c C-o'.
6126 (TODO basics): Add documentation for tag triggers.
6127
6128 2008-10-23 Glenn Morris <rgm@gnu.org>
6129
6130 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6131 byte-compiling things like `+'.
6132
6133 * ns-emacs.texi: Merge copyright years of author now with assignment
6134 into FSF years.
6135 (VER): Use it for easier automatic updating. Use Emacs version rather
6136 than standalone Emacs.app version.
6137
6138 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6139
6140 * org.texi: Lots of minor fixes.
6141 (Capture): New chapter.
6142 (Org Plot): New section.
6143
6144 2008-09-30 Magnus Henoch <mange@freemail.hu>
6145
6146 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6147
6148 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6149
6150 * calc.texi (User Defined Units): Mention how to enter optional display
6151 string.
6152
6153 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6154
6155 * message.texi (Sending Variables): Fix variable documentation to
6156 avoid the "y/n" wording.
6157
6158 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6159
6160 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6161
6162 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6163
6164 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6165 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6166
6167 2008-09-22 Bill Wohler <wohler@newt.com>
6168
6169 Release MH-E manual version 8.1.
6170
6171 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6172 release 8.1.
6173
6174 * mh-e.texi: Retain dual license as agreed to by the FSF.
6175 However, bump GPL to Version 3.
6176 Use @include for license text.
6177
6178 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * gnus.texi (Top, Setup, Fancy splitting to parent)
6181 (Store custom flags and keywords, Store arbitrary data):
6182 Clean up markup.
6183
6184 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6185
6186 * gnus.texi (The Gnus Registry): Document it.
6187
6188 2008-09-08 David Engster <dengste@eml.cc>
6189
6190 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6191 Clarify section about choosing back end servers.
6192
6193 2008-08-23 Glenn Morris <rgm@gnu.org>
6194
6195 * dired-x.texi (Shell Command Guessing):
6196 Mention dired-guess-shell-case-fold-search. (Bug#417)
6197
6198 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6199
6200 * trampver.texi: Update release number.
6201
6202 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6203
6204 * ns-emacs.texi: Update version.
6205 (Introduction): Correct menu location for options save.
6206 (Customization): Note that defaults are stored under org.gnu.Emacs.
6207
6208 2008-08-11 Bill Wohler <wohler@newt.com>
6209
6210 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6211 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6212 Henman) (closes SF #1768928).
6213
6214 2008-08-10 Glenn Morris <rgm@gnu.org>
6215
6216 * ns-emacs.texi: Use @copying. Change copyright of authors with
6217 assignment to FSF. Change license to GFDL.
6218 (Top): Remove outdated references.
6219
6220 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6221
6222 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6223 Add gnus-summary-sort-by-most-recent-number and
6224 gnus-summary-sort-by-most-recent-date.
6225 (Summary Sorting): Explain prefix argument.
6226
6227 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6230 gnus-summary-pipe-output.
6231
6232 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6233
6234 * dbus.texi (Receiving Method Calls): Document error handling of own
6235 D-Bus methods.
6236
6237 2008-08-01 Bill Wohler <wohler@newt.com>
6238
6239 * mh-e.texi (Reading Mail)
6240 (Viewing Attachments): Describe new function
6241 mh-show-preferred-alternative.
6242 (Sending Mail, Redistributing, Sending Message): Describe new hook
6243 mh-annotate-msg-hook.
6244
6245 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6246
6247 * dbus.texi (Arguments and Signatures): Fix example.
6248 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6249 (Asynchronous Methods): New node.
6250 (Errors and Events): Describe extended layout of `dbus-event'.
6251 New defun `dbus-event-message-type'.
6252
6253 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6254
6255 * ediff.texi: Remove VMS support.
6256
6257 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6260 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6261
6262 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * Makefile.in: Add mairix-el targets.
6265
6266 2008-07-29 David Engster <deng@randomsample.de>
6267
6268 * mairix-el.texi: New file.
6269
6270 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6271
6272 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6273 project files. Delete 'main_unit' project variable; not needed. Allow
6274 process environment variables wherever project variables are allowed.
6275 Add tutorial section on multiple GNAT project files.
6276
6277 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6278
6279 Sync with Tramp 2.1.14.
6280
6281 * trampver.texi: Update release number.
6282
6283 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * ns-emacs.texi:
6286 * faq.texi: Remove mentions of Mac Carbon.
6287
6288 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6289
6290 * gnus.texi (Saving Articles): Describe the 2nd argument of
6291 gnus-summary-save-in-pipe.
6292 (SpamAssassin): Use it.
6293
6294 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6295
6296 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6297
6298 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6299
6300 * org.texi (Export options): Document the use of the creator flag.
6301
6302 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6303
6304 * org.texi: New version 6.06a.
6305
6306 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6309 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6310
6311 2008-07-23 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6312
6313 * calc.texi (Editing Stack Entries, Algebraic Entry):
6314 Rewrite introductory sentences so it can be used by
6315 Calc's help functions. Mention fixing typos.
6316 (Customizing Calc): Fix typo.
6317
6318 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6319
6320 * calc.texi (summarykey): New macro. Use to correctly format keys in
6321 the summary.
6322
6323 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6324
6325 * ns-emacs.texi (Customization): Corrected documentation on color
6326 specification formats.
6327
6328 2008-07-19 Andreas Schwab <schwab@suse.de>
6329
6330 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6331
6332 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6333 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6334
6335 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6336
6337 * dbus.texi (Inspection): Rework, introduce submenus.
6338 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6339 (Properties and Annotations, Arguments and Signatures): New nodes.
6340
6341 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6342
6343 * dbus.texi (Receiving Method Calls): Fix description of
6344 `dbus-register-method'.
6345 (Signals): Allow also signal arguments for filtering in
6346 `dbus-register-signal'.
6347
6348 2008-07-13 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
6349
6350 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6351 `cnorm'.
6352 (Arithmetic Tutorial): Simplify the verification of prime factors.
6353
6354 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6355
6356 * gnus.texi (Saving Articles): Mention
6357 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6358
6359 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6360
6361 * calc.texi: Adjust mode line throughout.
6362
6363 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * sasl.texi (Mechanisms): Fix typos.
6366
6367 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6368
6369 * calc.texi (Killing from the stack): Mention using normal Emacs
6370 copying.
6371
6372 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6373
6374 * tramp.texi (Password handling): Rename from "Password caching".
6375 Add `auth-source' mechanism.
6376 (Connection caching): Tramp reopens the connection automatically,
6377 when the operating system on the remote host has been changed.
6378
6379 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6380
6381 * makefile.w32-in (distclean): Remove makefile.
6382
6383 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6384
6385 * org.texi (Using the mapping API): New section.
6386 (Agenda column view): New section.
6387 (Moving subtrees): Document archiving to the archive sibling.
6388 (Agenda commands): Document columns view in the agenda.
6389 (Using the property API): Document the API for multi-valued properties.
6390
6391 2008-06-17 Jason Riedy <jason@acm.org>
6392
6393 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6394 function, and efmt may be a two-argument function.
6395 (Radio tables): Document multiple destinations.
6396
6397 2008-06-16 Glenn Morris <rgm@gnu.org>
6398
6399 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6400 Add Cover-Texts.
6401
6402 2008-06-15 Glenn Morris <rgm@gnu.org>
6403
6404 * faq.texi (VER): Update to 23.0.60.
6405
6406 * mh-e.texi: Remove option of licensing under GPL.
6407 Add Cover-Texts to GFDL permissions notice.
6408 (GPL): Remove section.
6409 (GFDL): Include doclicense.texi rather than the actual text.
6410
6411 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6412 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6413
6414 * sasl.texi: Fix output file name.
6415
6416 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6417
6418 * gnus-coding.texi: Refer to license in Gnus manual.
6419
6420 * idlwave.texi, sasl.texi: Use @copying.
6421
6422 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6423
6424 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6425
6426 * url.texi: Use @copying, @title, @subtitle, @author.
6427
6428 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6429 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6430 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6431 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6432 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6433 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6434 * widget.texi, woman.texi:
6435 Remove references to external license, since doclicense is included.
6436
6437 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6438 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6439 Remove references to non-existent Invariant Sections.
6440
6441 2008-06-14 Glenn Morris <rgm@gnu.org>
6442
6443 * faq.texi (Major packages and programs): Remove references to external
6444 Supercite, Calc, VIPER, since they have been included for some time.
6445 Update VM, AUCTeX, BBDB entries.
6446
6447 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6448
6449 * newsticker.texi: Updated to match latest newsticker changes.
6450
6451 2008-06-13 Glenn Morris <rgm@gnu.org>
6452
6453 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6454 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6455 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6456 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6457 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6458 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6459 * woman.texi:
6460 Update Back-Cover Text as per maintain.info.
6461
6462 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6463
6464 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6465
6466 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6467 (gnus-faq.xml): Update repository host.
6468
6469 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6470
6471 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6472
6473 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6474 Fix a typo.
6475
6476 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6477
6478 * gnus.texi (Mail Source Customization): Correct values of
6479 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6480 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6481
6482 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6485 coding standards.
6486
6487 2008-06-14 David Engster <dengste@eml.cc>
6488
6489 * gnus.texi (nnmairix): Markup fixes.
6490
6491 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6492
6493 * gnus.texi (nnmairix): Markup and other minor fixes.
6494
6495 2008-06-05 David Engster <dengste@eml.cc>
6496
6497 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6498
6499 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6500
6501 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6502 (Searching, nnir, nnmairix): New stub nodes.
6503
6504 2008-05-30 Felix Lee <felix.1@canids.net>
6505
6506 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6507
6508 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6509
6510 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6511
6512 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6515
6516 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6517
6518 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6519
6520 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * info.texi (Top): Fix typo in xref.
6523
6524 2008-05-05 Karl Berry <karl@gnu.org>
6525
6526 * info.texi (Top): @xref to stand-alone manual.
6527
6528 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6529
6530 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6531 (Various Summary Stuff): Fix typo in last xref.
6532
6533 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * org.texi (Moving subtrees): Fix typo.
6536
6537 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6538
6539 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6540 Tramp via `tramp-mode'.
6541
6542 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6543
6544 * org.texi: Massive changes, in many parts of the file.
6545
6546 2008-04-27 Jason Riedy <jason@acm.org>
6547
6548 * org.texi (A LaTeX example): Note that fmt may be a
6549 one-argument function, and efmt may be a two-argument function.
6550 (Radio tables): Document multiple destinations.
6551
6552 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6553
6554 * gnus.texi (Oort Gnus): Add message-fill-column.
6555
6556 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6557
6558 * gnus.texi (Mail Source Specifiers): Typo fix.
6559
6560 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6561
6562 * gnus.texi (Diary Headers Generation): Update key binding for
6563 `gnus-diary-check-message'.
6564
6565 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus.texi (Emacsen): Addition.
6568
6569 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6572
6573 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6574
6575 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6576
6577 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6578
6579 * gnus-news.texi: Update tool bar item.
6580
6581 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6582
6583 * gnus-news.texi: Fix typos.
6584
6585 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6586
6587 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6588 Add mention of `kron'.
6589
6590 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6591
6592 * epa.texi (Encrypting/decrypting *.gpg files):
6593 Document epa-file-name-regexp.
6594
6595 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6596
6597 * gnus.texi (Example Methods): Fix description about ssh-agent.
6598 (Indirect Functions): Fix the default value of nntp-telnet-command;
6599 remove link to connect.html.
6600
6601 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6602
6603 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6604 dbus-call-method.
6605 (Receiving Method Calls): The timeout can be set by the calling client.
6606
6607 * trampver.texi: Update release number.
6608
6609 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * gnus.texi (Top): Fix version. Add SASL.
6612
6613 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6614
6615 Sync with Tramp 2.1.13.
6616
6617 * trampver.texi: Update release number.
6618
6619 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * org.texi: Update to new org-mode website.
6622
6623 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6626
6627 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6630 gnus-read-ephemeral-gmane-group-url,
6631 gnus-read-ephemeral-emacs-bug-group,
6632 gnus-read-ephemeral-debian-bug-group.
6633
6634 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6635
6636 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6637
6638 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6639 Add FIXMEs for Bookmarks and gnus-registry-marks.
6640
6641 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * gnus.texi (Smileys): Document `smiley-style'.
6644
6645 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6646
6647 * gnus.texi (Gnus Development): Clarify difference between ding and
6648 gnu.emacs.gnus.
6649 (MIME Commands, Using MIME, RSS): Fix markup.
6650
6651 * gnus-faq.texi ([8.4]): Ditto.
6652
6653 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6654
6655 * gnus.texi (Emacsen): Remove obsolete stuff.
6656
6657 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6658
6659 * gnus.texi (Oort Gnus): Add version info WRT
6660 `mail-source-delete-incoming'.
6661
6662 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * gnus.texi (Top): Add "Other related manuals" and version info in
6665 `iftex' output.
6666 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6667 gnus-balloon-face-0 and the corresponding format specifiers.
6668
6669 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6670
6671 * tramp.texi (Filename completion): Remove footnote about let-bind
6672 of `partial-completion-mode'. It doesn't work this way.
6673
6674 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * pcl-cvs.texi (Contributors): Update my email.
6677
6678 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6679
6680 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6681
6682 2008-03-17 Bill Wohler <wohler@newt.com>
6683
6684 * mh-e.texi (Viewing): Update URL for adding header fields to
6685 mh-invisible-header-fields-default.
6686
6687 2008-03-16 Bill Wohler <wohler@newt.com>
6688
6689 * mh-e.texi (Preface): Add Gnus to requirements.
6690 (Forwarding): Note that forwarded MIME messages are now inline.
6691
6692 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6695 (Common Variables): Give precedence to the netcat methods over the
6696 telnet methods, and mention that they are more reliable.
6697
6698 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6699
6700 * org.texi (Exporting Agenda Views): Document agenda export to
6701 iCalendar.
6702 (Progress logging): Document the new progress logging stuff.
6703
6704 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6705
6706 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6707 Update for change of `mail-source-delete-incoming'.
6708
6709 * gnus-news.texi: Ditto.
6710
6711 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6714 custom versions.
6715
6716 2008-03-07 Alan Mackenzie <acm@muc.de>
6717
6718 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6719 parens/brackets in a k&r region is limited.
6720
6721 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6722
6723 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6724 using different Emacs versions.
6725
6726 2008-02-27 Glenn Morris <rgm@gnu.org>
6727
6728 * sc.texi: Remove a lot of old and obsolete info.
6729 (titlepage): Simplify.
6730 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6731 (VM with any Emacsen, GNEWS with any Emacsen)
6732 (Overloading for Non-conforming MUAs, Version 3 Changes)
6733 (The Supercite Mailing List): Delete nodes.
6734 (Introduction): Remove info about old packages.
6735 (Getting Connected): Simplify. Remove info about old packages.
6736 (Citing Commands): Delete Emacs 19 info.
6737 (Hints to MUA Authors): Simplify.
6738 (Thanks and History): Merge in some info from the deleted node
6739 "Version 3 Changes".
6740
6741 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * org.texi (Setting tags, In-buffer settings):
6744 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6745
6746 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6747
6748 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6749 installation directory name.
6750
6751 2008-02-12 Romain Francoise <romain@orebokech.com>
6752
6753 * epa.texi (Overview): Fix typo.
6754
6755 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6756
6757 * epa.texi (Quick start): Remove the .emacs setting.
6758
6759 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6760
6761 * epa.texi (Quick start): Use the command `epa-enable' instead of
6762 loading `epa-setup'.
6763
6764 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6765
6766 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6767 ($(infodir)/epa, epa.dvi): New targets.
6768
6769 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6770
6771 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6772
6773 * epa.texi: New manual documenting the EasyPG Assistant.
6774
6775 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6778 (Inspection): New function dbus-ping.
6779
6780 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6781
6782 * tramp.texi (Remote processes): Add `shell-command'.
6783
6784 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6785
6786 * tramp.texi: Use new FSF's Back-Cover Text.
6787
6788 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6789
6790 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6791 (Group Parameters): Document `mail-source' parameter.
6792
6793 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6796 must be a local host.
6797
6798 2008-01-26 Michael Olson <mwolson@gnu.org>
6799
6800 * erc.texi: Update version for ERC 5.3 release.
6801 (Obtaining ERC): Update extras URLs for 5.3.
6802 (Development): Write instructions for git, and remove those for Arch.
6803 (History): Mention the switch to git.
6804
6805 2008-01-24 Karl Berry <karl@gnu.org>
6806
6807 * info.texi (Search Index, Search Text): Mention the command
6808 character in the section name, a la the (Go to node) node.
6809
6810 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6811
6812 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6813
6814 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus-news.texi: Mention gnus-article-describe-bindings.
6817
6818 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6821
6822 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6823
6824 * org.texi (Property inheritance): New section.
6825 (Conventions): New section.
6826 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6827 commands, and the new bindings for refiling.
6828 (Sparse trees): Document the new special command for sparse trees.
6829 (References): Be more clear about the counting of hilines.
6830 (Handling links): Document M-p/n for accessing links.
6831 (Fast access to TODO states): New section.
6832 (Per file keywords): New section.
6833 (Property inheritance): New section.
6834 (Column attributes): New summary types.
6835 (Capturing Column View): New section.
6836 (The date/time prompt): Cover the new features in the date/time prompt.
6837 Compactify the table of keys for the calendar remote control.
6838 (Clocking work time): Document the new :scope parameter.
6839 (Remember): Promoted to chapter.
6840 (Quoted examples): New section.
6841 (Enhancing text): New verbatim environments.
6842
6843 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6844
6845 * trampver.texi: Update release number.
6846
6847 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus.texi (Article Keymap):
6850 Add gnus-article-wide-reply-with-original; fix descriptions of
6851 gnus-article-reply-with-original and
6852 gnus-article-followup-with-original.
6853
6854 2008-01-09 Glenn Morris <rgm@gnu.org>
6855
6856 * nxml-mode.texi: Add @copying section.
6857
6858 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6859
6860 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6861 Server". Add `message-send-mail-with-mailclient'.
6862
6863 * gnus.texi (Posting Server): Move some text to "(message)Mail
6864 Variables" and add a reference here.
6865
6866 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6867
6868 * dbus.texi (Receiving Method Calls): New chapter.
6869 (Errors and Events): Add serial number to events. Replace "signal" by
6870 "message". Introduce dbus-event-serial-number.
6871
6872 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6873
6874 * dbus.texi (Type Conversion): Explain the type specification for empty
6875 arrays. Use another example.
6876
6877 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * dbus.texi (all): Replace "..." by @dots{}.
6880 (Type Conversion): Precise the value range for :byte types.
6881 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6882 Mention its return value.
6883 (Errors and Events): There is no D-Bus error propagation during event
6884 processing.
6885
6886 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6887
6888 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6889 New sections.
6890
6891 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * gnus.texi (Group Parameters): Reorder the text and add a note about
6894 `gnus-parameters' near the beginning of the node.
6895
6896 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
6897
6898 * gnus.texi (Score File Editing): Fix function name.
6899
6900 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6901
6902 Sync with Tramp 2.1.12.
6903
6904 * trampver.texi: Update release number.
6905
6906 2007-12-22 Richard Stallman <rms@gnu.org>
6907
6908 * cc-mode.texi (Getting Started): Change @ref to @pxref.
6909
6910 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
6911
6912 * dbus.texi (Type Conversion): Correct input parameters mapping.
6913
6914 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
6915
6916 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6917 (Errors and Events): Mention wrong-type-argument error.
6918
6919 2007-12-21 Alex Schroeder <alex@gnu.org>
6920
6921 * rcirc.texi: Changed single spaces after sentence end to double
6922 spaces. Fixed some typos.
6923 (Internet Relay Chat): Explain relay.
6924 (Getting started with rcirc): Change items to reflect prompts.
6925 Add more explanation to rcirc-track-minor-mode and added a comment to
6926 warn future maintainers that this section is a copy.
6927 (People): Change /ignore example.
6928 (Keywords): Not keywords.
6929
6930 2007-12-20 Alex Schroeder <alex@gnu.org>
6931
6932 * rcirc.texi (Top): Fighting Information Overload chapter added.
6933 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6934 (rcirc commands): Move /ignore command to the new chapter.
6935 (Fighting Information Overload): New chapter documenting /keyword,
6936 /bright, /dim, channel ignore, and low priority channels.
6937 (Configuration): Document rcirc-server-alist, remove
6938 rcirc-startup-channels-alist and rcirc-default-server.
6939
6940 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * dbus.texi (Signals): Fix example in dbus-register-signal.
6943
6944 2007-12-14 Sven Joachim <svenjoac@gmx.de>
6945
6946 * gnus.texi (Score Variables): Fix typo.
6947
6948 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
6949
6950 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6951 (Signals): Adapt dbus-send-signal and dbus-register-signal.
6952 (Errors and Events): Adapt dbus-event.
6953
6954 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6955
6956 * gnus.texi (Other Files): Add the yenc command.
6957
6958 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
6959
6960 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6961 since 2004-08-06.
6962
6963 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6966 on body.
6967
6968 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6971 and rfc2047-allow-irregular-q-encoded-words; fix description of
6972 rfc2047-encode-encoded-words.
6973
6974 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6975
6976 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6977
6978 2007-12-05 Michael Olson <mwolson@gnu.org>
6979
6980 * remember.texi (Diary): Remove "require" line for remember-diary.el.
6981 Update documentation for `remember-diary-file'.
6982
6983 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * dbus.texi (Signals): Precise `dbus-register-signal'.
6986 (Errors and Events): Rework events part, the internal structure of
6987 dbus-event has changed.
6988
6989 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6992 ($(infodir)/dbus, dbus.dvi): New targets.
6993
6994 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6995
6996 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6997 unconditionally.
6998
6999 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7000 emulation with @print{}.
7001
7002 2007-12-02 Richard Stallman <rms@gnu.org>
7003
7004 * dbus.texi (Overview): Minor cleanup.
7005
7006 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7007
7008 * Makefile.in (INFO_TARGETS): Add dbus.
7009 (DVI_TARGETS): Add dbus.dvi.
7010 (dbus, dbus.dvi): New targets.
7011
7012 * dbus.texi: New file.
7013
7014 2007-11-24 Romain Francoise <romain@orebokech.com>
7015
7016 * nxml-mode.texi: Add description in @direntry.
7017 Fix file name to match @setfilename.
7018
7019 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7020
7021 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7022 ($(infodir)/nxml-mode): New rule.
7023
7024 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7025 ($(infodir)/nxml-mode): New rule.
7026 (clean): Add nxml-mode*.
7027
7028 * nxml-mode.texi: New file with nxml manual.
7029
7030 2007-11-18 Richard Stallman <rms@gnu.org>
7031
7032 * flymake.texi (Example -- Configuring a tool called directly):
7033 Update example.
7034
7035 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7036
7037 * tramp.texi (Filename completion): Simplify explanation of
7038 double-slash behavior. Explain directory contents flushing.
7039
7040 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7041
7042 * calc.texi (TeX and LaTeX Language Modes): Put in
7043 missing braces.
7044
7045 2007-11-15 Richard Stallman <rms@gnu.org>
7046
7047 * cl.texi (Equality Predicates): Delete `eql'.
7048 (Predicates, Naming Conventions, Top): Delete `eql'.
7049 (Common Lisp Compatibility): Delete `eql'.
7050 (Porting Common Lisp): Delete obsolete backquote info.
7051 Minor clarification about character constants.
7052 (Sequence Basics): Minor clarification.
7053
7054 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * cc-mode.texi (Electric Keys, Custom Macros):
7057 * tramp.texi (Filename completion): Fix typos.
7058
7059 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7060
7061 * calc.texi (Basic commands): Mention the menu.
7062
7063 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7064
7065 * tramp.texi (Connection caching): Tramp flushes connection
7066 properties when remote operating system has been changed.
7067
7068 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7069
7070 * gnus-news.texi: Fix spelling.
7071 `message-insert-formatted-citation-line', not
7072 `message-insert-formated-citation-line'.
7073
7074 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7075
7076 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * tramp.texi (Overview): Mention also the PuTTY integration under
7079 w32. Remove paragraphs about Tramp's experimental status.
7080 (Frequently Asked Questions): Add code example for highlighting the
7081 mode line.
7082
7083 2007-11-03 Michael Olson <mwolson@gnu.org>
7084
7085 * remember.texi: Change mentions of remember-buffer to
7086 remember-finalize throughout.
7087
7088 2007-10-30 Michael Olson <mwolson@gnu.org>
7089
7090 * remember.texi (Copying): Remove.
7091 (Mailbox): Update with non-BBDB instructions.
7092 (Diary, Org): Add.
7093 (Bibliography, Planner Page): Remove.
7094
7095 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * makefile.w32-in (INFO_TARGETS): Add remember.
7098 (DVI_TARGETS): Add remember.dvi.
7099 ($(infodir)/remember): New rule.
7100 (clean): Add remember*.
7101
7102 2007-10-30 Michael Olson <mwolson@gnu.org>
7103
7104 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7105 ($(infodir)/remember): New rule that builds the Remember Manual.
7106
7107 * remember.texi: New file containing the Remember Mode Manual.
7108 Shuffle chapters around after initial import.
7109 (Function Reference): Split Keystrokes into separate chapter.
7110 (Keystrokes): Document C-c C-k.
7111 (Introduction): Fix typographical issue with "---".
7112
7113 2007-10-29 Richard Stallman <rms@gnu.org>
7114
7115 * widget.texi (Introduction): Delete discussion of implementation
7116 internals.
7117
7118 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7119
7120 * tramp.texi (Connection caching): Host names must be different
7121 when tunneling.
7122
7123 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7124
7125 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7126 Gnus v5.13.
7127
7128 2007-10-28 Miles Bader <miles@gnu.org>
7129
7130 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7131
7132 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * gnus.texi (Sorting the Summary Buffer):
7135 Remove gnus-article-sort-by-date-reverse.
7136
7137 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * gnus.texi (Non-ASCII Group Names): New node.
7140 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7141 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7142
7143 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7144
7145 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7146 clean the output of the program `imap-shell-program'.
7147
7148 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7149
7150 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7151
7152 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7153
7154 * gnus.texi (Sticky Articles): Documentation for sticky article
7155 buffers.
7156
7157 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7158
7159 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7160
7161 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7162
7163 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7164
7165 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7166
7167 * gnus.texi (Archived Messages):
7168 Document gnus-update-message-archive-method.
7169
7170 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7171
7172 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7173
7174 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7175
7176 * gnus.texi (Group Maneuvering):
7177 Document `gnus-summary-next-group-on-exit'.
7178
7179 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * gnus.texi (Really Various Summary Commands):
7182 Mention gnus-auto-select-on-ephemeral-exit.
7183
7184 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7185
7186 * gnus.texi, message.texi: Bump version number.
7187
7188 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7189
7190 * gnus.texi (Group Line Specification, Misc Group Stuff)
7191 (Server Commands): Parenthesize @pxref{Mail Spool}.
7192
7193 2007-10-28 Didier Verna <didier@xemacs.org>
7194
7195 New user option: message-signature-directory.
7196 * message.texi (Insertion Variables): Document it.
7197 * gnus.texi (Posting Styles): Ditto.
7198
7199 2007-10-28 Didier Verna <didier@xemacs.org>
7200
7201 * gnus.texi (Group Line Specification):
7202 * gnus.texi (Misc Group Stuff):
7203 * gnus.texi (Server Commands): Document the group compaction feature.
7204
7205 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7206
7207 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7208
7209 * message.texi (Various Message Variables): Add message-fill-column.
7210
7211 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * gnus.texi: Untabify.
7214
7215 2007-10-28 Didier Verna <didier@xemacs.org>
7216
7217 * gnus.texi (Group Parameters): Document the posting-style merging
7218 process in topic-mode.
7219
7220 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7221
7222 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7223
7224 2007-10-28 Romain Francoise <romain@orebokech.com>
7225
7226 * gnus.texi (Mail Spool): Fix typo.
7227 Update copyright.
7228
7229 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7230
7231 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7232
7233 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7234
7235 * gnus.texi (Summary Generation Commands):
7236 Add gnus-summary-insert-ticked-articles.
7237
7238 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7239
7240 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7241 to spam-spamassassin-program.
7242
7243 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7244
7245 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7246
7247 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7248
7249 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7250
7251 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7252
7253 * message.texi (Mail Headers): Document `opportunistic'.
7254
7255 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7256
7257 * emacs-mime.texi (Encoding Customization): Explain how to set
7258 mm-coding-system-priorities per hierarchy.
7259
7260 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7263 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7264
7265 2007-10-28 Didier Verna <didier@xemacs.org>
7266
7267 * message.texi (Wide Reply): Update documentation of
7268 message-dont-reply-to-names (now allowing a list of regexps).
7269
7270 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7271
7272 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7273
7274 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7275
7276 * gnus.texi (SpamAssassin back end): Fix typo.
7277
7278 * sieve.texi (Examples): Fix grammar.
7279
7280 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7281
7282 * gnus.texi (Searching for Articles): Document M-S and M-R.
7283 (Limiting): Document / b.
7284
7285 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7286
7287 * gnus.texi (Thread Commands): T M-^.
7288
7289 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7290
7291 * message.texi (Mail Aliases): Document ecomplete.
7292 (Mail Aliases): Fix typo.
7293
7294 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7295
7296 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7297 fix typo.
7298
7299 2007-10-28 Romain Francoise <romain@orebokech.com>
7300
7301 * gnus.texi (Mail Spool): Grammar fix.
7302
7303 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7304
7305 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7306 string.
7307
7308 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus.texi (Group Parameters): Fix description.
7311
7312 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7313
7314 * gnus.texi (Gmane Spam Reporting):
7315 Fix spam-report-gmane-use-article-number.
7316 Add spam-report-user-mail-address.
7317
7318 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7321
7322 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7323
7324 * gnus.texi (Group Parameters): Add simplified sorting example based on
7325 example for `Sorting the Summary Buffer' from Jari Aalto
7326 <jari.aalto@cante.net>.
7327 (Example Methods): Add example for an indirect connection.
7328
7329 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7330
7331 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7332 (Agent Parameters): Update parameter names to match code.
7333 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7334 'gnus-agent-summary-fetch-series'.
7335 (Agent and flags): New section providing a generalized discussion
7336 of flag handling.
7337 (Agent and IMAP): Remove flag discussion.
7338 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7339
7340 2007-10-28 Romain Francoise <romain@orebokech.com>
7341
7342 * gnus.texi (Exiting the Summary Buffer): Add new function
7343 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7344
7345 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7346
7347 * gnus.texi (Conformity): Fix typo.
7348 (Customizing Articles): Document `first'.
7349
7350 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7351
7352 * gnus.texi (Sorting the Summary Buffer):
7353 Add `gnus-thread-sort-by-date-reverse'. Add example
7354 host to different sorting in NNTP and RSS groups.
7355
7356 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7357
7358 * message.texi (Insertion): Describe prefix for
7359 message-mark-inserted-region and message-mark-insert-file.
7360
7361 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7362
7363 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7364 LaTeX documents. Describe "text/x-gnus-verbatim".
7365
7366 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7367
7368 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7369 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7370 (spam-stat spam filtering, SpamOracle)
7371 (Extending the Spam ELisp package): Remove extra quote symbol for
7372 clarity.
7373
7374 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7375
7376 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7377 gnus-article-delete-part and gnus-article-replace-part.
7378 (Using MIME): Add gnus-mime-replace-part.
7379
7380 2007-10-28 Romain Francoise <romain@orebokech.com>
7381
7382 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7383 requires `auto-compression-mode' to be enabled. Add new nnml
7384 variable `nnml-compressed-files-size-threshold'.
7385
7386 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7387
7388 * gnus.texi (Sorting the Summary Buffer):
7389 Add gnus-thread-sort-by-recipient.
7390
7391 2007-10-28 Romain Francoise <romain@orebokech.com>
7392
7393 * message.texi (Insertion Variables): Mention new variable
7394 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7395 documentation accordingly.
7396
7397 2007-10-28 Romain Francoise <romain@orebokech.com>
7398
7399 * gnus.texi (To From Newsgroups): Mention new variables
7400 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7401
7402 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7403
7404 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7405 stuff; gnus-mime-inline-part does the automatic decompression.
7406
7407 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7408
7409 * gnus.texi (Spam ELisp Package Configuration Examples):
7410 "training.ham" should be "training.spam".
7411
7412 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * message.texi (Mail Variables): Fix the default value for
7415 message-send-mail-function.
7416
7417 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7418
7419 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7420 always returns nil exceptionally.
7421
7422 2007-10-28 Simon Josefsson <jas@extundo.com>
7423
7424 * gnus.texi (Article Washing): Add libidn URL.
7425 Suggested by Michael Cook <michael@waxrat.com>.
7426
7427 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7428
7429 * gnus.texi (Topic Commands): Fix next/previous.
7430
7431 2007-10-28 Simon Josefsson <jas@extundo.com>
7432
7433 * gnus.texi (Article Washing): Mention `W i'.
7434
7435 2007-10-28 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
7436
7437 * gnus.texi (Group Parameters): Slight extension of sieve
7438 parameter description.
7439
7440 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7443 matching score files as well.
7444 (Picons): Describe `gnus-picon-style'.
7445
7446 2007-10-28 Romain Francoise <romain@orebokech.com>
7447
7448 * message.texi (Message Headers): Mention that headers are hidden
7449 using narrowing, and how to expose them.
7450 Update copyright.
7451
7452 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7453
7454 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7455 `gnus-summary-sort-by-recipient'.
7456
7457 2007-10-28 Romain Francoise <romain@orebokech.com>
7458
7459 * gnus.texi (NNTP marks): New node.
7460 (NNTP): Move NNTP marks variables to the new node.
7461
7462 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7463
7464 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7465
7466 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7467
7468 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7469
7470 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7471 everywhere for consistency.
7472 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7473 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7474 Say "regular expression" instead of "regex." Admonish.
7475 Pick other words to sound better (s/so/thus/).
7476 (Spam ELisp Package Filtering of Incoming Mail):
7477 Mention statistical filters. Remove old TODO.
7478 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7479 New section on sorting and displaying the spam score.
7480 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7481 backend but an alias to spam-use-BBDB.
7482 (Extending the Spam ELisp package): Rewrite the example using the
7483 new backend functionality.
7484
7485 2007-10-28 Simon Josefsson <jas@extundo.com>
7486
7487 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7488 nntp-marks-directory, from Romain Francoise
7489 <romain@orebokech.com>.
7490
7491 2007-10-28 Magnus Henoch <mange@freemail.hu>
7492
7493 * gnus.texi (Hashcash): New default value of
7494 hashcash-default-payment.
7495
7496 2007-10-28 Simon Josefsson <jas@extundo.com>
7497
7498 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7499 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7500
7501 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7502
7503 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7504
7505 2007-10-28 Simon Josefsson <jas@extundo.com>
7506
7507 * gnus.texi (documentencoding): Add, to avoid warnings.
7508
7509 2007-10-28 Simon Josefsson <jas@extundo.com>
7510
7511 * message.texi (Mail Headers): Add.
7512
7513 * gnus.texi (Hashcash): Fix.
7514
7515 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7516
7517 * gnus.texi (Hashcash): Change location of library, also mention
7518 that payments can be verified and fix the name of the
7519 hashcash-path variable.
7520
7521 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7522
7523 * gnus.texi (Article Display): Add `gnus-picon-style'.
7524
7525 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7528
7529 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7530
7531 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7532 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7533 warning about ham processors in spam groups removed.
7534
7535 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7536
7537 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7538 From Hubert Chan <hubert@uhoreg.ca>.
7539
7540 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7541
7542 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7543 (Mailing List): Typo.
7544 (Customizing Articles): Add gnus-treat-ansi-sequences.
7545 (Article Washing): Index.
7546
7547 * message.texi: Use m-dash consistently.
7548
7549 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7550
7551 * gnus.texi (GroupLens): Remove.
7552
7553 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7554
7555 * gnus.texi (Outgoing Messages, Agent Variables):
7556 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7557 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7558
7559 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7560
7561 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7562
7563 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7564
7565 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7566
7567 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7568
7569 2007-10-28 Simon Josefsson <jas@extundo.com>
7570
7571 * gnus.texi (Top): Add SASL.
7572
7573 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7574
7575 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7576
7577 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7578
7579 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7580
7581 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7582
7583 * calc.texi (Formulas, Composition Basics): Lower the
7584 precedence of negation.
7585
7586 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7587
7588 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7589 Mention the new three-letter column identifiers.
7590 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7591 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7592 message when using `c' on an empty default with default printer.
7593 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7594 renamed to `ses--symbolic-formulas' some time ago.
7595
7596 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7597
7598 * calc.texi (Default Simplifications, Making Selections)
7599 (Customizing Calc): Clarify associativity of multiplication.
7600
7601 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7602
7603 * tramp.texi (Traces and Profiles): Simplify loop over
7604 `trace-function-background'.
7605
7606 2007-10-22 Juri Linkov <juri@jurta.org>
7607
7608 * dired-x.texi (Shell Command Guessing): Default values are now
7609 available by typing M-n instead of M-p.
7610
7611 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7612
7613 * tramp.texi (Cleanup remote connections): New section.
7614 (Password caching): Remove `tramp-clear-passwd'.
7615 It's not a command anymore.
7616 (Bug Reports): Add `tramp-bug' to function index.
7617 (Function Index, Variable Index): New nodes.
7618 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7619
7620 * trampver.texi: Update release number.
7621
7622 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7623
7624 * calc.texi (History and Acknowledgements): Turn comment
7625 about integer size into past tense.
7626 (Time Zones): Remove pointer to Calc author's address.
7627 (Trigonometric and Hyperbolic Functions): Mention cotangent
7628 and hyperbolic cotangent. Fix typo.
7629
7630 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7631
7632 Sync with Tramp 2.1.11.
7633
7634 * trampver.texi: Update release number.
7635
7636 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7637
7638 * tramp.texi (External packages): New section.
7639
7640 2007-09-29 Juri Linkov <juri@jurta.org>
7641
7642 * info.texi (Help-Int): Document `L' (`Info-history').
7643
7644 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7645
7646 * org.texi: Change links to webpage and maintained email.
7647 (Remember): Promote to Chapter, significant changes.
7648 (Fast access to TODO states): New section.
7649 (Faces for TODO keywords): New section.
7650 (Export options): Example for #+DATE.
7651 (Progress logging): Section moved.
7652
7653 2007-09-26 Bill Wohler <wohler@newt.com>
7654
7655 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7656 browse-url-at-mouse.
7657
7658 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7659
7660 * flymake.texi (Customizable variables): Face names don't end in -face.
7661 Fix flymake-err-line-patterns template.
7662 (Example -- Configuring a tool called directly): Fix init-function.
7663 (Highlighting erroneous lines): Face names don't end in -face.
7664
7665 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7666
7667 * erc.texi (Special-Features): Fix small typo.
7668
7669 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7670
7671 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7672 and "External transfer methods".
7673
7674 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7675
7676 * calc.texi (Predefined Units): Add some history.
7677
7678 2007-09-08 Michael Olson <mwolson@gnu.org>
7679
7680 * erc.texi (Copying): New section included from gpl.texi.
7681 This matches the look of the upstream ERC manual.
7682
7683 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7684
7685 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7686 (Random Numbers): Clarify the distribution of `random'.
7687
7688 2007-09-06 Glenn Morris <rgm@gnu.org>
7689
7690 Move manual sources from man/ to subdirectories of doc/.
7691 Split into the Emacs manual in emacs/, and other manuals in misc/.
7692 Change all setfilename commands to use ../../info.
7693 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7694 refer to the Emacs manual here.
7695 (infodir): New variable.
7696 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7697 (cc-mode.texi, faq.texi): Update references to source file locations.
7698 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7699 do not refer to the Emacs manual here.
7700 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7701
7702 * Makefile.in: Add `basename' versions of all info targets, for
7703 convenience when rebuilding just one manual.
7704 (../etc/GNU): Delete obsolete target.
7705 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7706 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7707 *.vrs *.toc here...
7708 (maintainer-clean): ...from here.
7709
7710 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7711
7712 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7713
7714 * calc.texi (Date Conversions): Clarify definition of
7715 Julian day numbering.
7716 (Date Forms): Clarify definition of Julian day numbering;
7717 add some history.
7718
7719 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7720
7721 * org.texi: Version 5.07.
7722
7723 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7724
7725 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7726
7727 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7728
7729 * org.texi (Adding hyperlink types): New section.
7730 (Embedded LaTeX): Chapter updated because of LaTeX export.
7731 (LaTeX export): New section.
7732 (Using links out): New section.
7733
7734 2007-08-22 Glenn Morris <rgm@gnu.org>
7735
7736 * faq.texi (Learning how to do something): Refcards now in
7737 etc/refcards/ directory.
7738
7739 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * tramp.texi (Remote Programs): Persistency file must be cleared when
7742 changing `tramp-remote-path'.
7743 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7744 macro.
7745
7746 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7747
7748 * calc.texi: Move contents to beginning of file.
7749 (Algebraic Entry): Fix the formatting of an example.
7750
7751 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7752
7753 * calc.texi (Basic Operations on Units): Mention exact versus
7754 inexact conversions.
7755
7756 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7757
7758 * calc.texi (Basic Operations on Units): Mention default
7759 values for new units.
7760 (Quick Calculator Mode): Mention that binary format will
7761 be displayed.
7762
7763 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7766
7767 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7768
7769 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7770
7771 2007-08-08 Glenn Morris <rgm@gnu.org>
7772
7773 * gnus.texi, sieve.texi: Replace `iff'.
7774
7775 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7776
7777 * calc.texi (Basic Graphics): Mention the graphing of error
7778 forms.
7779 (Graphics Options): Mention how `g s' handles error forms.
7780 (Curve Fitting): Mention plotting the curves.
7781 (Standard Nonlinear Models): Add additional models.
7782 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7783 (Linear Fits): Correct result.
7784
7785 2007-08-01 Alan Mackenzie <acm@muc.de>
7786
7787 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7788 to "--no-site-file".
7789
7790 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7791
7792 * tramp.texi (Frequently Asked Questions): Point to mode line
7793 extension in Emacs 23.1.
7794
7795 * trampver.texi: Update release number.
7796
7797 2007-07-27 Glenn Morris <rgm@gnu.org>
7798
7799 * calc.texi (Copying): Include license text from gpl.texi, rather than
7800 in-line.
7801
7802 2007-07-25 Glenn Morris <rgm@gnu.org>
7803
7804 * calc.texi (Copying): Replace license with GPLv3.
7805
7806 * Relicense all FSF files to GPLv3 or later.
7807
7808 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7809
7810 Sync with Tramp 2.1.10.
7811
7812 * tramp.texi (trampfn): Expand macro implementation in order to handle
7813 empty arguments.
7814 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7815 occurrences by trampfn.
7816 (Frequently Asked Questions): Extend example code for host
7817 identification in the modeline. Add bbdb to approaches shortening Tramp
7818 file names to be typed.
7819
7820 * trampver.texi: Update release number.
7821
7822 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7823
7824 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7825 section. Reported by <poti@potis.org>.
7826 (Remote processes): Arguments of the program to be debugged are taken
7827 literally.
7828 (Frequently Asked Questions): Simplify recentf example.
7829
7830 2007-07-14 Karl Berry <karl@gnu.org>
7831
7832 * info.texi (@copying): New Back-Cover Text.
7833
7834 * info.texi (Quitting Info): Move to proper place in source.
7835 (Reported by Benno Schulenberg.)
7836
7837 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7838
7839 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7840
7841 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7842
7843 * emacs-mime.texi: Add @documentencoding directive.
7844
7845 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * tramp.texi (Remote processes): Add an anchor to the subsection
7848 "Running a debugger on a remote host".
7849
7850 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7851
7852 * tramp.texi (Remote processes): Don't call it "experimental" any
7853 longer. Add subsection about running a debugger on a remote host.
7854
7855 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7856
7857 * org.texi (Properties and columns): Chapter rewritten.
7858
7859 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7860
7861 * tramp.texi:
7862 * trampver.texi: Migrate to Tramp 2.1.
7863
7864 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7865
7866 * org.texi (Properties): New chapter.
7867
7868 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7869
7870 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7871 Control Panel.
7872
7873 * gnus.texi (Misc Article): Add index entry for
7874 gnus-single-article-buffer.
7875
7876 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7877
7878 * gnus.texi (Starting Up): Fix typo.
7879
7880 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * gnus.texi (Asynchronous Fetching): Fix typo.
7883
7884 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7885
7886 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7887 (About This Manual): Remove redundant information.
7888 (Getting Started): Mention author.
7889 (Basic Arithmetic, Customizing Calc): Make description of the
7890 variable `calc-multiplication-has-precedence' match its new effect.
7891
7892 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7893
7894 * calc.texi (Basic Arithmetic, Customizing Calc):
7895 Mention the variable `calc-multiplication-has-precedence'.
7896
7897 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
7898
7899 * org.texi (Tag): Section swapped with node Timestamps.
7900 (Formula syntax for Lisp): Document new `L' flag.
7901
7902 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
7903
7904 * gnus.texi (Misc Group Stuff, Summary Buffer)
7905 (Server Commands, Article Keymap): Fix typo. s/function/command/.
7906
7907 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7910 * gnus.texi (Article Buttons, Mail Source Customization)
7911 (Sending or Not Sending, Customizing NNDiary):
7912 * message.texi (Message Headers):
7913 * mh-e.texi (HTML): Fix typos.
7914
7915 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
7916
7917 Sync with Tramp 2.0.56.
7918
7919 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7920 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7921
7922 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7923
7924 * Version 22.1 released.
7925
7926 2007-05-26 Michael Olson <mwolson@gnu.org>
7927
7928 * erc.texi (Modules): Fix references to completion modules.
7929
7930 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7931
7932 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7933
7934 2007-05-09 Didier Verna <didier@xemacs.org>
7935
7936 * gnus.texi (Email Based Diary): New. Proper documentation for the
7937 nndiary back end and the gnus-diary library.
7938
7939 2007-05-03 Karl Berry <karl@gnu.org>
7940
7941 * .cvsignore (*.pdf): New entry.
7942
7943 * texinfo.tex: Update from current version for better pdf generation.
7944
7945 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
7946
7947 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7948
7949 2007-04-28 Glenn Morris <rgm@gnu.org>
7950
7951 * faq.texi (New in Emacs 22): Restore mention of python.el pending
7952 consideration of legal status.
7953
7954 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
7955
7956 * idlwave.texi: Minor updates for IDLWAVE 6.1.
7957
7958 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * faq.texi (New in Emacs 22): python.el removed.
7961
7962 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
7963
7964 * calc.texi (Reporting bugs): Update maintainer's address.
7965
7966 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7969
7970 2007-04-15 Jay Belanger <belanger@truman.edu>
7971
7972 * calc.texi (Title page): Remove the date.
7973 (Basic Arithmetic): Emphasize that / binds less strongly than *.
7974 (The Standard Calc Interface): Change trail title.
7975 (Floats): Mention that when non-decimal floats are entered, only
7976 approximations are stored.
7977 (Copying): Move to the appendices.
7978 (GNU Free Documentation License): Add as an appendix.
7979
7980 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7981
7982 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7983 * dired-x.texi, ebrowse.texi, ediff.texi:
7984 * emacs-mime.texi, erc.texi, eshell.texi:
7985 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7986 * idlwave.texi, message.texi, newsticker.texi, org.texi:
7987 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7988 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7989 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7990 * woman.texi: Include GFDL.
7991
7992 * doclicense.texi: Remove node heading, so that it can be included by
7993 other files.
7994
7995 * dired-x.texi: Relicence under GFDL. Remove date from title page.
7996
7997 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7998 than *.
7999
8000 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8001
8002 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8003 in Calc.
8004
8005 2007-04-09 Romain Francoise <romain@orebokech.com>
8006
8007 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8008 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8009 replace mouse-2.
8010
8011 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8014 renamed to woman-use-topic-at-point. Document new behavior.
8015
8016 2007-04-08 Richard Stallman <rms@gnu.org>
8017
8018 * url.texi: Fix some indexing.
8019 (Disk Caching): Drop discussion of old/other Emacs versions.
8020
8021 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * url.texi (Disk Caching): Say Emacs 21 "and later".
8024
8025 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8026 on Font locking which now mentions JIT lock.
8027
8028 2007-04-01 Michael Olson <mwolson@gnu.org>
8029
8030 * erc.texi: Update for the ERC 5.2 release.
8031
8032 2007-03-31 David Kastrup <dak@gnu.org>
8033
8034 * woman.texi (Topic, Interface Options): Explain changes semantics of
8035 woman-manpath in order to consider MANPATH_MAP entries.
8036
8037 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8038
8039 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8040
8041 2007-03-26 Richard Stallman <rms@gnu.org>
8042
8043 * pgg.texi (Caching passphrase): Clean up previous change.
8044
8045 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8046
8047 * gnus.texi (Setting Process Marks): Fix typo.
8048
8049 2007-03-25 Romain Francoise <romain@orebokech.com>
8050
8051 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8052 readability, and include various fixes by Daniel Brockman, Nick Roberts
8053 and Dieter Wilhelm.
8054
8055 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8056
8057 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8058
8059 * gnus.texi (Mail Source Specifiers): Fix typo.
8060
8061 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8062
8063 * reftex.texi (Imprint): Update maintainer information.
8064
8065 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8066
8067 * message.texi (Message Buffers): Update documentation for
8068 message-generate-new-buffers.
8069
8070 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8071
8072 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8073
8074 2007-03-21 Glenn Morris <rgm@gnu.org>
8075
8076 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8077
8078 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * eshell.texi (Known problems): Emacs 21 -> 22.
8081
8082 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8083
8084 2007-03-18 Jay Belanger <belanger@truman.edu>
8085
8086 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8087
8088 2007-03-12 Glenn Morris <rgm@gnu.org>
8089
8090 * calc.texi (Time Zones): Switch to new North America DST rule.
8091
8092 * calc.texi: Replace "daylight savings" with "daylight
8093 saving" in text throughout.
8094
8095 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8096
8097 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8098 The variable now uses a list of symbols instead of just a symbol.
8099 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8100
8101 2007-03-06 Romain Francoise <romain@orebokech.com>
8102
8103 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8104 new packages, and mention Gnus update.
8105
8106 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8109 nntp-open-connection-functions-never-echo-commands.
8110
8111 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8112
8113 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8114 problems on the console, and security risk in not using gpg-agent.
8115
8116 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8117
8118 * org.texi (The spreadsheet): Rename from "Table calculations".
8119 Completely reorganized and rewritten.
8120 (CamelCase links): Section removed.
8121 (Repeating items): New section.
8122 (Tracking TODO state changes): New section.
8123 (Agenda views): Chapter reorganized and rewritten.
8124 (HTML export): Section rewritten.
8125 (Tables in arbitrary syntax): New section.
8126 (Summary): Better feature summary.
8127 (Activation): Document problem with cut-and-paste of Lisp code
8128 from PDF files.
8129 (Visibility cycling): Document indirect buffer use.
8130 (Structure editing): Document sorting.
8131 (Remember): Section rewritten.
8132 (Time stamps): Better description of time stamp types.
8133 (Tag searches): Document regular expression search for tags.
8134 (Stuck projects): New section.
8135 (In-buffer settings): New keywords.
8136 (History and Acknowledgments): Update description.
8137
8138 2007-02-24 Alan Mackenzie <acm@muc.de>
8139
8140 * cc-mode.texi (Movement Commands): Insert two missing command names.
8141 (Getting Started): Slight wording correction (use conditional).
8142
8143 2007-02-22 Kim F. Storm <storm@cua.dk>
8144
8145 * widget.texi (User Interface, Basic Types): Document need to put some
8146 text before the %v escape in :format string in editable-field widget.
8147
8148 2007-02-18 Romain Francoise <romain@orebokech.com>
8149
8150 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8151 `cvs-mode-quit'.
8152
8153 2007-02-10 Markus Triska <markus.triska@gmx.at>
8154
8155 * widget.texi (Programming Example): Put constant strings in :format.
8156
8157 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8158
8159 * faq.texi (Fullscreen mode on MS-Windows): New node.
8160
8161 2007-02-04 David Kastrup <dak@gnu.org>
8162
8163 * faq.texi (AUCTeX): Update version number. Should probably be done
8164 for other packages as well.
8165
8166 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8167
8168 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8169 <tassilo@member.fsf.org>.
8170
8171 2007-01-20 Markus Triska <markus.triska@gmx.at>
8172
8173 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8174
8175 2007-01-13 Michael Olson <mwolson@gnu.org>
8176
8177 * erc.texi (Modules): Mention capab-identify module.
8178
8179 2007-01-05 Michael Olson <mwolson@gnu.org>
8180
8181 * erc.texi (Getting Started): Update for /RECONNECT command.
8182
8183 2007-01-04 Richard Stallman <rms@gnu.org>
8184
8185 * ebrowse.texi: Change C-c b to C-c C-m.
8186
8187 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8188
8189 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8190 variables only in info to avoid redundant entries in the printed
8191 manual.
8192
8193 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8194
8195 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8196
8197 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * message.texi (Security): Split into sub-nodes.
8200
8201 2007-01-01 Alan Mackenzie <acm@muc.de>
8202
8203 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8204 eval-after-load in Emacs <=21 and a workaround. Document that
8205 trigraphs are not supported.
8206
8207 2007-01-01 Alan Mackenzie <acm@muc.de>
8208
8209 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8210 c-context-line-break. When invoked within a string, preserve
8211 whitespace. Add a backslash only when also in a macro.
8212
8213 2007-01-01 Alan Mackenzie <acm@muc.de>
8214
8215 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8216
8217 2007-01-01 Alan Mackenzie <acm@muc.de>
8218
8219 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8220 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8221
8222 2007-01-01 Alan Mackenzie <acm@muc.de>
8223
8224 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8225 "Choosing a Style".
8226
8227 * cc-mode.texi ("Styles"): Add @dfn{style}.
8228
8229 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8230
8231 Sync with Tramp 2.0.55.
8232
8233 * trampver.texi: Update release number.
8234
8235 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8236
8237 * gnus.texi (Customizing Articles): Add index entries for all
8238 gnus-treat-* variables.
8239
8240 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8241
8242 * gnus.texi (IMAP): Fix incorrect explanation of
8243 nnimap-search-uids-not-since-is-evil in documentation for
8244 nnimap-expunge-search-string.
8245
8246 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8247
8248 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8249 spam-ifile-database.
8250
8251 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8252
8253 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8254 rebind C-s.
8255
8256 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8257
8258 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8259 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8260 "expiring mail".
8261 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8262 nnimap-nov-is-evil.
8263
8264 2006-12-25 Kevin Ryde <user42@zip.com.au>
8265
8266 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8267 about the key procedure being used heavily.
8268
8269 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8270
8271 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8272 to t.
8273 (Prerequisites): Add explanation about gpg-agent.
8274
8275 2006-12-22 Kevin Ryde <user42@zip.com.au>
8276
8277 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8278 "sort" instead of "sort*".
8279
8280 2006-12-19 Richard Stallman <rms@gnu.org>
8281
8282 * calc.texi (History and Acknowledgements): Recognize that Emacs
8283 now does have floating point.
8284
8285 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8286
8287 * tramp.texi (External transfer methods): Describe new method `scpc'.
8288
8289 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8290
8291 * pgg.texi: Added short note on gpg-agent to the introduction.
8292
8293 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8294
8295 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8296 also applies to Cc.
8297
8298 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8299
8300 * gnus.texi (X-Face): Clarify. Say which programs are required
8301 on Windows.
8302
8303 2006-12-08 Michael Olson <mwolson@gnu.org>
8304
8305 * erc.texi (Modules): Remove documentation for list module.
8306
8307 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8308
8309 * faq.texi (^M in the shell buffer): Ditto.
8310
8311 2006-11-20 Michael Olson <mwolson@gnu.org>
8312
8313 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8314
8315 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8316
8317 * org.texi: Fix typos.
8318 (Agenda commands): Document `C-k'.
8319
8320 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8321
8322 * url.texi (http/https): Fix a typo in the HTTP URL.
8323
8324 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8325
8326 * ada-mode.texi: Total rewrite.
8327
8328 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8329
8330 * org.texi: Minor typo fixes.
8331
8332 2006-11-13 Bill Wohler <wohler@newt.com>
8333
8334 Release MH-E manual version 8.0.3.
8335
8336 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8337 release 8.0.3.
8338
8339 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8340 to set MAILDIR.
8341 (Reading Mail): Document the customization of read-mail-command
8342 for MH-E.
8343 (Viewing Attachments): Document mm-discouraged-alternatives.
8344 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8345 (Junk): Add more information about the settings of mh-junk-background
8346 in a program. Add /usr/bin/mh to PATH in examples.
8347
8348 2006-11-12 Richard Stallman <rms@gnu.org>
8349
8350 * woman.texi: Update author address but say he no longer maintains it.
8351
8352 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8353
8354 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8355 archived trees.
8356 (Checkboxes): Section moved to chapter 5, and extended.
8357 (The date/time prompt): New section.
8358 (Link abbreviations): New section.
8359 (Presentation and sorting): New section.
8360 (Custom agenda views): Section completely rewritten.
8361 (Summary): Compare with Planner.
8362 (Feedback): More info about creating backtraces.
8363 (Plain lists): Modify example.
8364 (Breaking down tasks): New section.
8365 (Custom time format): New section.
8366 (Time stamps): Document inactive timestamps.
8367 (Setting tags): More details about fast tag selection.
8368 (Block agenda): New section.
8369 (Custom agenda views): Section rewritten.
8370 (Block agenda): New section.
8371
8372 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8373
8374 * tramp.texi (Configuration): scp is the default method.
8375 (Default Method): Use ssh as example for another method.
8376
8377 2006-10-27 Richard Stallman <rms@gnu.org>
8378
8379 * woman.texi: Downcase nroff/troff/roff.
8380 (Installation): Chapter deleted. Some xrefs deleted.
8381 (Background): woman doesn't advise man ;-).
8382
8383 2006-10-26 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8384
8385 * ada-mode.texi (Project files, Identifier completion)
8386 (Automatic Casing, Debugging, Using non-standard file names)
8387 (Working Remotely): Fix typos.
8388
8389 2006-10-20 Masatake YAMATO <jet@gyve.org>
8390
8391 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8392 sample code `my-c-initialization-hook'.
8393
8394 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8395
8396 * widget.texi: Fix typos.
8397
8398 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8399
8400 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8401 "???". There have been no complaints for years, so the information
8402 must be appropriate.
8403
8404 2006-10-16 Richard Stallman <rms@gnu.org>
8405
8406 * widget.texi: Use @var instead of capitalization.
8407 Clarify many widget type descriptions.
8408
8409 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8410
8411 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8412 gnus-dired-attach.
8413 (Selecting a Group): Fix typo.
8414
8415 2006-10-12 Roberto RodrĂ­guez <lanubeblanca@googlemail.com> (tiny change)
8416
8417 * widget.texi: Fix typos.
8418
8419 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8420
8421 * gnus.texi (Image Enhancements): Update for Emacs 22.
8422
8423 * gnus-faq.texi ([1.3]): Update.
8424
8425 2006-10-06 Richard Stallman <rms@gnu.org>
8426
8427 * faq.texi (Displaying the current line or column):
8428 Delete "As of Emacs 20".
8429
8430 2006-10-06 Romain Francoise <romain@orebokech.com>
8431
8432 * faq.texi (VM): VM works with Emacs 22 too.
8433
8434 2006-10-06 Richard Stallman <rms@gnu.org>
8435
8436 * ebrowse.texi: Remove Emacs version "21" from title.
8437
8438 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * gnus.texi (Foreign Groups): Say where change of editing commands are
8441 stored. Add reference to `gnus-parameters'.
8442
8443 2006-09-15 Jay Belanger <belanger@truman.edu>
8444
8445 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8446 Change "Library Public License" to "Lesser Public License"
8447 throughout. Use "yyyy" to represent year.
8448
8449 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8450
8451 * org.texi (Setting tags): Typo fix.
8452
8453 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8454
8455 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8456
8457 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8458
8459 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8460
8461 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8462
8463 * faq.texi (Escape sequences in shell output): EMACS is now set
8464 to Emacs's absolute file name, not to "t".
8465 (^M in the shell buffer): Likewise.
8466
8467 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8468
8469 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8470 mails with pop3-leave-mail-on-server. Fix wording.
8471 (Limiting): Improve gnus-summary-limit-to-articles.
8472 (X-Face): Fix typo.
8473
8474 2006-09-11 Simon Josefsson <jas@extundo.com>
8475
8476 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8477 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8478
8479 2006-09-06 Simon Josefsson <jas@extundo.com>
8480
8481 * smtpmail.texi (Authentication): Mention SSL.
8482
8483 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8484
8485 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8486
8487 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8488
8489 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8490 Don't use @indicateurl.
8491
8492 * cc-mode.texi (Subword Movement): Don't use @headitem.
8493 (Custom Braces, Clean-ups): Don't use @tie.
8494
8495 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8496
8497 Sync with Tramp 2.0.54.
8498
8499 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8500 Suggested by Adrian Phillips <a.phillips@met.no>.
8501
8502 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8503
8504 * org.texi (Installation, Activation): Split from Installation and
8505 Activation.
8506 (Clocking work time): Documented new features.
8507
8508 2006-08-13 Alex Schroeder <alex@gnu.org>
8509
8510 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8511 example.
8512
8513 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8514
8515 * faq.texi (How to add fonts): New node.
8516
8517 2006-08-05 Romain Francoise <romain@orebokech.com>
8518
8519 * faq.texi (New in Emacs 22): Expand.
8520
8521 2006-08-03 Michael Olson <mwolson@gnu.org>
8522
8523 * erc.texi: Update for ERC 5.1.4.
8524
8525 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8528 in .../site-lisp/gnus/ by default.
8529 [ From gnus-news.texi in the trunk. ]
8530
8531 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8532
8533 * gnus.texi (MIME Commands): Additions for yEnc.
8534
8535 2006-07-24 Richard Stallman <rms@gnu.org>
8536
8537 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8538 * faq.texi: Move periods and commas inside quotes.
8539
8540 2006-07-20 Jay Belanger <belanger@truman.edu>
8541
8542 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8543
8544 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8545
8546 * faq.texi (Security risks with Emacs): Document Emacs 22
8547 file-local-variable mechanism.
8548
8549 2006-07-12 Michael Olson <mwolson@gnu.org>
8550
8551 * erc.texi: Update for ERC 5.1.3.
8552
8553 2006-07-12 Alex Schroeder <alex@gnu.org>
8554
8555 * rcirc.texi: Fix typos.
8556 (Getting started with rcirc): New calling convention for M-x irc.
8557 Mention #rcirc. Removed channel tracking.
8558 (Configuration): Change the names of all variables that got changed
8559 recently, eg. rcirc-server to rcirc-default-server. Added
8560 documentation for rcirc-authinfo, some background for Bitlbee, and
8561 rcirc-track-minor-mode.
8562 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8563 Scrolling.
8564 (Reconnecting after you have lost the connection): Fix example code
8565 to match code changes.
8566
8567 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8568
8569 * gnus.texi, message.texi: Fix typos.
8570
8571 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8572
8573 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8574 commands.
8575 (Global TODO list): Document the use of the variables
8576 `org-agenda-todo-ignore-scheduled' and
8577 `org-agenda-todo-list-sublevels'.
8578
8579 2006-07-05 Richard Stallman <rms@gnu.org>
8580
8581 * faq.texi (Scrolling only one line): Fix xref.
8582
8583 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8584
8585 * faq.texi (Evaluating Emacs Lisp code):
8586 Throughout, replace eval-current-buffer with eval-buffer.
8587
8588 2006-07-03 Richard Stallman <rms@gnu.org>
8589
8590 * rcirc.texi (Scrolling conservatively): Fix xref.
8591
8592 * pcl-cvs.texi (Viewing differences): Usage fix.
8593
8594 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8595
8596 * org.texi (Agenda commands): Document `s' key to save all org-mode
8597 buffers.
8598
8599 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8600
8601 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8602 names. Mention `cvs-msg' face.
8603
8604 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8605
8606 * org.texi (Checkboxes): New section.
8607
8608 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8609
8610 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8611 throughout this chapter.
8612
8613 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8614
8615 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8616 text for standalone vs Emacs info.
8617 (Help): Clarify header line description. Use mouse-1 for clicks.
8618 (Help-P): Use mouse-1 for clicks.
8619 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8620 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8621 (Choose menu subtopic): Remove gratuitous Emacs command names.
8622 (Help-FOO): Put usual behavior first.
8623 (Help-Xref): Clicking on xrefs works in Emacs.
8624 (Search Text): Clarify what the default behavior is.
8625 (Create Info buffer): Fix Emacs window/X window confusion.
8626 (Emacs Info Variables): Fix for new Emacs init file behavior.
8627
8628 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8629
8630 * gnus.texi (Summary Buffer Lines): Fix typo.
8631
8632 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8633
8634 * org.texi (Embedded LaTeX): New chapter.
8635 (Archiving): Section rewritten.
8636 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8637
8638 2006-06-20 Bill Wohler <wohler@newt.com>
8639
8640 Release MH-E manual version 8.0.1.
8641
8642 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8643 release 8.0.1.
8644 (Preface): Depend on GNU mailutils 1.0 and higher.
8645
8646 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * message.texi (News Headers): Update message-syntax-checks section.
8649
8650 2006-06-19 Karl Berry <karl@gnu.org>
8651
8652 * info.texi (Advanced): Mention C-q, especially with ?.
8653
8654 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8655
8656 * org.texi (Publishing links): Document the `:link-validation-function'
8657 property.
8658 (Extensions and Hacking): New chapter, includes some sections of the
8659 "Miscellaneous" chapter.
8660
8661 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8662
8663 * org.texi (Progress logging): New section.
8664
8665 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8666
8667 * org.texi (ASCII export): Document indentation adaptation.
8668 (Setting tags): Document mutually-exclusive tags.
8669
8670 2006-06-05 Romain Francoise <romain@orebokech.com>
8671
8672 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8673 Fix typo.
8674
8675 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8676 channel (#gnus@irc.freenode.net).
8677 Fix typos. Update copyright notice.
8678
8679 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8680 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8681 (Line-Up Functions, Custom Macros):
8682 * ediff.texi (Window and Frame Configuration)
8683 (Highlighting Difference Regions):
8684 * emacs-mime.texi (Display Customization):
8685 * erc.texi (History):
8686 * eshell.texi (Known problems):
8687 * eudc.texi (Overview, BBDB):
8688 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8689 (The problem of spam, SpamOracle, Extending the Spam package)
8690 (Conformity, Terminology):
8691 * idlwave.texi (Routine Info)
8692 (Class and Keyword Inheritance, Padding Operators)
8693 (Breakpoints and Stepping, Electric Debug Mode)
8694 (Examining Variables, Troubleshooting):
8695 * org.texi (Creating timestamps):
8696 * reftex.texi (Commands, Options, Changes):
8697 * tramp.texi (Inline methods, Password caching)
8698 (Auto-save and Backup, Issues):
8699 * vip.texi (Files, Commands in Insert Mode):
8700 * viper.texi (Emacs Preliminaries, States in Viper)
8701 (Packages that Change Keymaps, Viper Specials, Groundwork):
8702 Fix various typos.
8703
8704 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8705
8706 * ediff.texi: Fix typos.
8707
8708 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8709
8710 * org.texi: Small typo fixes.
8711
8712 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * viper.texi (Viper Specials):
8715 * gnus.texi (Example Setup):
8716 * faq.texi (Backspace invokes help):
8717 * dired-x.texi (Optional Installation Dired Jump):
8718 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8719 follow coding conventions.
8720
8721 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8724
8725 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8726
8727 * pcl-cvs.texi: Fix typos.
8728 (Customization): Say "us".
8729
8730 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8731
8732 * org.texi: Remove bogus @setfilename.
8733
8734 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8735
8736 * org.texi (ASCII export): Omit command name.
8737 (HTML export): Add prefix to all lines in Local Variable example.
8738 (Acknowledgments): Typeset names in italics.
8739
8740 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8741
8742 * org.texi (Plain lists): Add new item navigation commands.
8743 (External links): Document elisp and info links.
8744 (Custom searches): New section.
8745 (Publishing): New chapter.
8746 (HTML export): Include a list of supported CSS classes.
8747 (Setting tags): Describe the fast-tag-setting interface.
8748
8749 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * dired-x.texi: ifinfo -> ifnottex.
8752
8753 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8754
8755 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8756
8757 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * message.texi (Interface): Add tool bar customization.
8760 (MIME): Index and text additions for mml-attach.
8761 (MIME): Describe mml-dnd-protocol-alist and
8762 mml-dnd-attach-options.
8763
8764 * gnus.texi (Oort Gnus): Reorder entries in sections.
8765 Fix some entries.
8766 (Starting Up): Add references to "Emacs for Heathens" and to
8767 "Finding the News". Add user-full-name and user-mail-address.
8768 (Group Buffer Format): Add tool bar customization and update.
8769 (Summary Buffer): Add tool bar customization.
8770 (Posting Styles): Add message-alternative-emails.
8771
8772 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8773
8774 * tramp.texi (Filename completion): Improve wording.
8775
8776 2006-05-07 Romain Francoise <romain@orebokech.com>
8777
8778 * faq.texi (Using regular expressions): Fix typo.
8779 (Packages that do not come with Emacs): Fix capitalization.
8780 (Replacing text across multiple files): Expand node to explain how
8781 to use `dired-do-query-replace-regexp' in more detail, based on
8782 suggestion by Eric Hanchrow <offby1@blarg.net>.
8783
8784 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8785
8786 * tramp.texi (Filename completion): Completion of remote files'
8787 method, user name and host name is active only in partial
8788 completion mode.
8789
8790 2006-05-06 Bill Wohler <wohler@newt.com>
8791
8792 Release MH-E manual version 8.0.
8793
8794 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8795 release 8.0.
8796
8797 2006-05-06 Bill Wohler <wohler@newt.com>
8798
8799 * mh-e.texi (MH-BOOK-HOME): Change from
8800 http://www.ics.uci.edu/~mh/book/mh to
8801 http://rand-mh.sourceforge.net/book/mh.
8802 Replace .htm suffix with .html for MH book files.
8803 (Using This Manual): Update key binding for getting relevant
8804 chapter in Info from command key.
8805 (Ranges): Fix itemx.
8806
8807 2006-05-05 Karl Berry <karl@gnu.org>
8808
8809 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8810 (\fonttextsize): New user-level command to change text font size.
8811
8812 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8813
8814 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8815
8816 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8817
8818 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8819
8820 2006-04-24 Bill Wohler <wohler@newt.com>
8821
8822 * mh-e.texi (Getting Started): Make it more explicit that you need
8823 to install MH. Add pointers to current MH implementations.
8824
8825 2006-04-21 Bill Wohler <wohler@newt.com>
8826
8827 Release MH-E manual version 7.94.
8828
8829 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8830 release 7.94.
8831
8832 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8833
8834 * org.texi: Many small fixes.
8835 (Handling links): Rename from "Managing links".
8836
8837 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8838
8839 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8840 (Splitting mail using spam-stat): Fix @xref.
8841
8842 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * gnus.texi (Spam Package): Major revision of the text.
8845 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8846
8847 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8848
8849 * org.texi (Time stamps): Better explanation of the purpose of
8850 different time stamps.
8851 (Structure editing, Plain lists): More details on how new items
8852 and headings are inserted.
8853
8854 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8855
8856 * org.texi (Formula syntax): Fix link to Calc Manual.
8857
8858 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8859
8860 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8861
8862 2006-04-17 Bill Wohler <wohler@newt.com>
8863
8864 * mh-e.texi (Folders): Update mh-before-quit-hook and
8865 mh-quit-hook example with code that removes the buffers rather
8866 than just bury them.
8867
8868 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8869
8870 Sync with Tramp 2.0.53.
8871
8872 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8873
8874 * org.texi (Updating settings): New section.
8875 (Visibility cycling): Better names for the startup folding
8876 options.
8877 (Exporting): Completely restructured.
8878 (The very busy C-c C-c key): New section.
8879 (Summary of in-buffer settings): New section.
8880
8881 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8882
8883 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8884
8885 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8886
8887 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8888 (Server Commands): Key `v' is reserved for users.
8889
8890 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8891
8892 * org.texi (Link format): New section, emphasis on bracket links.
8893 (External links): Document bracket links.
8894 (FAQ): Expand to cover shell links and the new link format.
8895
8896 2006-04-09 Kevin Ryde <user42@zip.com.au>
8897
8898 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8899
8900 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8901
8902 * gnus.texi (Summary Buffer Lines): Add `*'.
8903
8904 2006-04-07 Jochen KĂ¼pper <jochen@fhi-berlin.mpg.de>
8905
8906 * gnus.texi (Group Parameters):
8907 Mention gnus-permanently-visible-groups.
8908
8909 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8910
8911 * gnus.texi (Face): Fix typo.
8912
8913 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
8914
8915 * gnus.texi (X-Face): Clarify.
8916 (Face): Need Emacs with PNG support.
8917
8918 2006-04-06 Richard Stallman <rms@gnu.org>
8919
8920 * idlwave.texi: Delete the blocks "not suitable for inclusion with
8921 Emacs".
8922
8923 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8924
8925 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8926 blocks not suitable for inclusion with Emacs using variable
8927 PARTOFEMACS.
8928
8929 2006-04-04 Simon Josefsson <jas@extundo.com>
8930
8931 * gnus.texi (Security): Improve.
8932
8933 2006-04-02 Karl Berry <karl@gnu.org>
8934
8935 * texinfo.tex: Update to current version (2006-03-21.13).
8936
8937 2006-04-02 Bill Wohler <wohler@newt.com>
8938
8939 * mh-e.texi (Getting Started, Junk, Bug Reports)
8940 (MH FAQ and Support): Fix URLs.
8941
8942 2006-03-31 Romain Francoise <romain@orebokech.com>
8943
8944 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8945 to t, not nil (and has for the past eight years).
8946
8947 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8948
8949 * message.texi, gnus.texi: Bump version to 5.11.
8950
8951 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
8952
8953 * gnus.texi (Top): Add comment about version line.
8954
8955 * message.texi (Top): Ditto. Change to take named versions into
8956 account.
8957
8958 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8959
8960 * gnus.texi (Posting Styles): Add x-face-file to example.
8961 (X-Face): Refer to posting styles.
8962
8963 * gnus-faq.texi ([5.8]): Add x-face-file.
8964 ([8.4]): Add links to gmane.emacs.gnus.user and
8965 gmane.emacs.gnus.general.
8966
8967 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8968
8969 * gnus-faq.texi: Use .invalid.
8970 ([5.4]): Fix gnus-posting-styles example.
8971
8972 2006-03-27 Romain Francoise <romain@orebokech.com>
8973
8974 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
8975 Emacs/W3 needs a new maintainer.
8976 (Ispell): Update author and version info.
8977 (Mailcrypt): Mention PGG.
8978 (New in Emacs 22): Add PGG to the list of new packages.
8979 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8980 updating dead URLs.
8981
8982 2006-03-25 Karl Berry <karl@gnu.org>
8983
8984 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8985 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8986 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8987 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8988 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8989 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8990 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8991 (2) do not indent copyright year list (or anything else).
8992
8993 2006-03-21 Bill Wohler <wohler@newt.com>
8994
8995 * mh-e.texi (Folders): Various edits.
8996
8997 2006-03-20 Romain Francoise <romain@orebokech.com>
8998
8999 * gnus.texi (Mail Folders): Grammar fix.
9000
9001 2006-03-19 Bill Wohler <wohler@newt.com>
9002
9003 * mh-e.texi (Replying): Document Mail-Followup-To.
9004 Change manually-formatted table to multitable. Add debugging info.
9005 Move description of mh-reply-default-reply-to into paragraph
9006 that describes its values.
9007
9008 2006-03-17 Bill Wohler <wohler@newt.com>
9009
9010 * mh-e.texi: Use smallexample and smalllisp consistently.
9011 (Sending Mail Tour): Update method of entering
9012 addresses and subject.
9013 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9014 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9015
9016 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9017
9018 * org.texi: Version number change only.
9019
9020 2006-03-14 Bill Wohler <wohler@newt.com>
9021
9022 * mh-e.texi: Add index entries around each paragraph rather than
9023 depend on entries from beginning of node. Doing so ensures that
9024 index entries are less likely to be forgotten if text is cut and
9025 pasted, and are necessary anyway if the references are on a
9026 separate page. It seems that makeinfo is now (v. 4.8) only
9027 producing one index entry per node, so there is no longer any
9028 excuse not to. Use subheading instead of heading. The incorrect
9029 use of heading produced very large fonts in Info--as large as the
9030 main heading.
9031 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9032 versions 6 and 7 appeared *around* the time of these Emacs releases.
9033
9034 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9035
9036 * org.texi (Clean view): Document new startup options.
9037
9038 2006-03-11 Bill Wohler <wohler@newt.com>
9039
9040 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9041 (Composing, Scan Line Formats): Fix @refs.
9042 (Getting Started): Define MH profile and MH profile components.
9043 (Incorporating Mail, Reading Mail, Viewing, Printing)
9044 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9045 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9046 for string constants.
9047 (Tool Bar): Remove spurious quote.
9048 (Junk): Use ``...'' instead of "...".
9049 (Scan Line Formats): Replace @samp with @kbd.
9050
9051 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9052
9053 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9054
9055 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9056
9057 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9058 easy to understand.
9059
9060 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9061
9062 * gnus.texi: Markup fix.
9063 (Fancy Mail Splitting): Specify new feature.
9064
9065 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9068 partial-words matching.
9069
9070 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9071
9072 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9073
9074 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9075 (MIME Commands): Fix mm-discouraged-alternatives.
9076
9077 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9078
9079 * org.texi: Version number change only.
9080
9081 2006-03-06 Bill Wohler <wohler@newt.com>
9082
9083 * mh-e.texi: Move from SourceForge repository to Savannah.
9084 This is version 7.93, which is a total rewrite from the previous
9085 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9086 version 7.93.
9087
9088 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9089
9090 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9091
9092 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9093
9094 * org.texi (Interaction): Add item about `org-mouse.el' by
9095 Piotr Zielinski.
9096 (Managing links): Document that also mouse-1 can be used to
9097 activate a link.
9098 (Headlines, FAQ): Add entry about hiding leading stars.
9099 (Miscellaneous): Resort the sections in this chapter to a more
9100 logical sequence.
9101
9102 2006-02-27 Simon Josefsson <jas@extundo.com>
9103
9104 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9105 2004-01-27 from the trunk).
9106
9107 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9108
9109 * cc-mode.texi: Rename c-hungry-backspace to
9110 c-hungry-delete-backwards, at the request of RMS. Leave the old
9111 name as an alias.
9112
9113 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9114
9115 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9116 include the function header within the defun.
9117
9118 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9119
9120 * cc-mode.texi: Correct two typos.
9121
9122 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9123
9124 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9125 existing comment.
9126 (Electric Keys): Add a justification for electric indentation.
9127 (Hungry WS Deletion): Clear up the names and complications of the
9128 BACKSPACE and DELETE keys.
9129
9130 2006-02-23 Juri Linkov <juri@jurta.org>
9131
9132 * faq.texi (Common requests): Move `Turning on auto-fill by
9133 default' after `Wrapping words automatically'. Move `Working with
9134 unprintable characters' before `Searching for/replacing newlines'.
9135 Move `Replacing highlighted text' after `Highlighting a region'.
9136 Merge `Repeating commands' and `Repeating a command as many times
9137 as possible' into the former.
9138 (Packages that do not come with Emacs): Add refs to Gmane and
9139 etc/MORE.STUFF.
9140
9141 2006-02-23 Juri Linkov <juri@jurta.org>
9142
9143 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9144 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9145 Add xref to `(emacs)Reporting Bugs'.
9146 (Getting a printed manual): Add URL to other formats of the manual.
9147 (Common requests): Fix menu.
9148 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9149 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9150 (Inserting text at the beginning of each line): Add pxref to
9151 `Changing the included text prefix'.
9152 (Forcing the cursor to remain in the same column): Mention `track-eol'
9153 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9154 (Replacing text across multiple files): Add keybinding `Q' for
9155 `dired-do-query-replace'.
9156
9157 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9158
9159 * reftex.texi: Version number and date change only.
9160
9161 * org.texi (Internal Links): Rewrite to cover the modified
9162 linking system.
9163
9164 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9165
9166 * faq.texi: Remove the coding cookie, it's not needed anymore.
9167
9168 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9169
9170 * faq.texi (Colors on a TTY): Mention Mac OS port.
9171
9172 2006-02-12 Karl Berry <karl@gnu.org>
9173
9174 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9175 8-bit accented a.
9176
9177 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9178
9179 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9180
9181 2006-02-08 Romain Francoise <romain@orebokech.com>
9182
9183 * faq.texi (Top): Remove paragraph about the FAQ being a
9184 transitional document, etc.
9185 (Searching for/replacing newlines): New node.
9186 (Yanking text in isearch): New node.
9187 (Inserting text at the beginning of each line): Rename and make
9188 more general, mention `M-;' in Message mode.
9189
9190 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * faq.texi (Meta key does not work in xterm)
9193 (Emacs does not display 8-bit characters)
9194 (Inputting eight-bit characters): Update xrefs.
9195
9196 2006-02-06 Romain Francoise <romain@orebokech.com>
9197
9198 * faq.texi (VM): VM now at version 7.19.
9199 Set myself as maintainer of this file.
9200
9201 2006-02-04 Michael Olson <mwolson@gnu.org>
9202
9203 * erc.texi (History): Note that ERC is now included with Emacs.
9204
9205 2006-01-31 Romain Francoise <romain@orebokech.com>
9206
9207 * message.texi (Message Headers): Explain what
9208 `message-alternative-emails' does in more detail.
9209 Update copyright year.
9210
9211 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9212
9213 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9214
9215 2006-01-29 Richard M. Stallman <rms@gnu.org>
9216
9217 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9218
9219 2006-01-29 Michael Olson <mwolson@gnu.org>
9220
9221 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9222
9223 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9224
9225 * faq.texi (New in Emacs 22): Mention ERC.
9226
9227 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9228
9229 * rcirc.texi: Capitalize dir entry for consistency with the entry
9230 in info/dir and other entries in the Emacs category.
9231 Fix typos. Delete trailing whitespace.
9232
9233 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9234
9235 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9236
9237 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9238
9239 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9240 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9241
9242 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9243 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9244
9245 2006-01-27 Alex Schroeder <alex@gnu.org>
9246
9247 * rcirc.texi: New file.
9248
9249 2006-01-23 Juri Linkov <juri@jurta.org>
9250
9251 * widget.texi (User Interface): Add S-TAB for widget-backward.
9252
9253 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9254
9255 Sync with Tramp 2.0.52.
9256
9257 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9258 Add Tramp disabling item. New item for common connection problems.
9259 (various): Apply "ftp" as method for the download URL.
9260 (Bug Reports): Refer to FAQ for common problems.
9261
9262 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9263
9264 * widget.texi (User Interface): Use @key for TAB.
9265
9266 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9267
9268 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9269 for TAB.
9270
9271 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9272
9273 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * gnus.texi: Update copyright.
9276
9277 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9278
9279 * gnus.texi (Article Washing): Additions.
9280
9281 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9282
9283 * org.texi (Agenda commands): Document tags command.
9284
9285 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9286
9287 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9288
9289 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9290
9291 * gnus.texi (RSS): Addition.
9292
9293 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9296
9297 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9298
9299 * emacs-mime.texi (Display Customization): Add setting example to
9300 mm-discouraged-alternatives.
9301
9302 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9305 version is the canonical version.
9306
9307 2006-01-08 Alex Schroeder <alex@gnu.org>
9308
9309 * pgg.texi (Caching passphrase): Rewording.
9310
9311 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9312
9313 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9314 repository URL.
9315
9316 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9317
9318 * org.texi: Removed the accidentally re-added empty line in the
9319 direntry.
9320
9321 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9322
9323 * org.texi (Agenda Views): Chapter reorganized.
9324
9325 2005-12-29 Romain Francoise <romain@orebokech.com>
9326
9327 * faq.texi (Using Customize): New node.
9328
9329 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9330
9331 * org.texi: Remove blank line in @direntry. It is non-standard
9332 and recursively produces blank lines all over the dir file (when
9333 using Texinfo 4.8).
9334
9335 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9338
9339 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9340
9341 * org.texi (Tags): Boolean logic documented.
9342 (Agenda Views): Document custom commands.
9343
9344 2005-12-20 David Kastrup <dak@gnu.org>
9345
9346 * faq.texi (AUCTeX): Update version and mailing list info.
9347
9348 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9349
9350 * gnus.texi (MIME Commands): Mention addition of
9351 multipart/alternative to gnus-buttonized-mime-types and add xref
9352 to mm-discouraged-alternatives.
9353
9354 * emacs-mime.texi (Display Customization): Mention addition of
9355 "image/.*" and add xref to gnus-buttonized-mime-types in the
9356 mm-discouraged-alternatives section.
9357
9358 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9359
9360 * org.texi (Tags): New section.
9361 (Agenda Views): Chapter reorganized.
9362
9363 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9364
9365 * org.texi (Internal Links): Add a missing comma after an @xref.
9366
9367 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * faq.texi (Filling paragraphs with a single space): No need to
9370 change sentence-end now.
9371
9372 2005-12-13 Romain Francoise <romain@orebokech.com>
9373
9374 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9375
9376 2005-12-12 Jay Belanger <belanger@truman.edu>
9377
9378 * faq.texi (Calc): Update version number.
9379
9380 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9381
9382 * org.texi (Progress Logging): New section.
9383
9384 2005-12-10 Romain Francoise <romain@orebokech.com>
9385
9386 Update the Emacs FAQ for the 22.1 release.
9387
9388 * faq.texi: Set VER to `22.1'.
9389 (Basic editing): Explain how to use localized versions of the
9390 Tutorial. Mention that `C-h r' displays the manual.
9391 Delete obsolete WWW link to an Emacs 18 tutorial.
9392 (Getting a printed manual): Point to the new locations of the
9393 manuals on the GNU Web site.
9394 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9395 available via Info (it was previously distributed separately).
9396 (Installing Texinfo documentation): The latest version of Texinfo
9397 is 4.8, not 4.0.
9398 (Informational files for Emacs): COPYING is the GNU General Public
9399 License, not the Emacs General Public License.
9400 (Informational files for Emacs): Delete obsolete link to the
9401 GNUinfo pages as they have been removed from the GNU Web site.
9402 (New in Emacs 22): New node.
9403 (Setting up a customization file): Say that most packages support
9404 Customize nowadays.
9405 (Colors on a TTY): Delete reference to instructions on how to
9406 enable syntax highlighting, it is now enabled by default.
9407 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9408 at startup automatically.
9409 (Controlling case sensitivity): Mention `M-c' in isearch.
9410 (Using an already running Emacs process): Emacs now creates the
9411 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9412 gnuserv. As emacsclient can now run Lisp code as well, delete a
9413 sentence praising gnuserv for that. Simplify description of how
9414 the client/server operation works.
9415 (Compiler error messages): Delete obsolete text (compile.el has
9416 been rewritten).
9417 (Indenting switch statements): Fix typo.
9418 (Matching parentheses): Simplify setup instructions, mention the
9419 menu bar item in the Options menu.
9420 (Repeating a command as many times as possible): Mention `C-x e'.
9421 (Going to a line by number): Mention new keymap and bindings
9422 `M-g M-g', `M-g M-p' and `M-g M-n'.
9423 (Turning on syntax highlighting): Now on by default. Simplify.
9424 (Replacing highlighted text): Use `1', not `t'.
9425 (Problems with very large files): The maximum size is now 256MB on
9426 32-bit machines.
9427 (^M in the shell buffer): Mention `comint-process-echoes'.
9428 (Emacs for Apple computers): Emacs 22 has native support for Mac
9429 OS X.
9430 (Translating names to IP addresses): Delete node.
9431 (Binding keys to commands): Fix typo.
9432 (SPC no longer completes file names): New node.
9433 (MIME with Emacs mail packages): Delete section about the Emacs
9434 MIME FAQ (it's not reachable anymore).
9435
9436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9437
9438 * cc-mode.texi: The manual has been extensively revised: the
9439 information about using CC Mode has been separated from the larger
9440 and more difficult chapters about configuration. It has been
9441 updated for CC Mode 5.31.
9442
9443 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9444
9445 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9446 (Selecting an implementation): Fix descriptions.
9447
9448 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * message.texi (Various Message Variables): Addition.
9451
9452 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9453
9454 * message.texi: Fix default values.
9455
9456 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9457
9458 * message.texi (Header Commands): Clarify descriptions of
9459 message-cross-post-followup-to, message-reduce-to-to-cc, and
9460 message-insert-wide-reply.
9461 (Various Commands): Fix kindex for message-kill-to-signature;
9462 clarify description of message-tab.
9463
9464 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9465
9466 * message.texi (Mailing Lists): Fix description about MFT.
9467
9468 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9469
9470 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9471
9472 * gnus.texi (Slow Terminal Connection): Replace old description
9473 with new one.
9474
9475 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9476
9477 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9478 replace X-Draft-Headers with X-Draft-From.
9479
9480 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9481
9482 * gnus.texi (Various Various): Fix the default value of
9483 nnheader-max-head-length.
9484 (Gnus Versions): Fix typo.
9485
9486 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9487
9488 * org.texi (Structure editing): Document new functionality of
9489 M-RET.
9490
9491 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9492
9493 * org.texi (Internal Links): Fix Texinfo usage.
9494
9495 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9496
9497 * org.texi (TODO basics): Document the global todo list.
9498 (TODO items): Documents sparse tree for specific TODO
9499 keywords.
9500
9501 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9502
9503 * org.texi (Plain Lists): Typos fixed.
9504
9505 2005-11-28 Jay Belanger <belanger@truman.edu>
9506
9507 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9508
9509 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9510
9511 * org.texi (Structure editing): New item moving commands added.
9512 (Plain Lists): New section.
9513
9514 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9515
9516 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9517 (Agenda): Document commands `org-cycle-agenda-files' and
9518 `org-agenda-file-to-front'.
9519 (Built-in table editor): Document `org-table-sort-lines'.
9520 (HTML formatting): Export of hand-formatted lists.
9521
9522 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9525 new variable gnus-toolbar-thickness.
9526
9527 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9528
9529 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9530
9531 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * gnus.texi (X-Face): Fix description.
9534 (XVarious): Remove gnus-xmas-logo-color-alist and
9535 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9536
9537 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9538
9539 * gnus.texi (Group Parameters): Mention new variable
9540 gnus-parameters-case-fold-search.
9541 (Home Score File): Addition.
9542
9543 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9544
9545 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9546 (Overview): List supported feed types.
9547 (Installation): No installation necessary when using autoload.
9548 (Configuration): Rename "RSS" to "news".
9549
9550 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9551
9552 * pgg.texi (User Commands): Document additional passphrase
9553 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9554 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9555
9556 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9557
9558 * org.texi: Version number changed to 3.19.
9559
9560 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9561
9562 * pgg.texi (How to use): Update the example to add autoload of
9563 pgg-encrypt-symmetric-region.
9564 (User Commands): Document pgg-encrypt-symmetric-region.
9565 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9566
9567 2005-10-27 Jay Belanger <belanger@truman.edu>
9568
9569 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9570 mention other TeX-related units.
9571
9572 2005-10-23 Lars Hansen <larsh@soem.dk>
9573
9574 * dired-x.texi (Miscellaneous Commands):
9575 Replace dired-do-relative-symlink by dired-do-relsymlink and
9576 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9577
9578 2005-10-23 Jay Belanger <belanger@truman.edu>
9579
9580 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9581 constant.
9582
9583 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9584
9585 * faq.texi (Bugs and problems):
9586 Replace `dired-move-to-filename-regexp' by
9587 `directory-listing-before-filename-regexp'.
9588
9589 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9590
9591 * newsticker.texi (UPDATED): Set value.
9592
9593 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9594
9595 * gnus.texi (Document Groups): Remove duplicate item.
9596
9597 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9598
9599 * org.texi (Summary): Mention iCalendar support.
9600 (Exporting): Document iCalendar support.
9601
9602 2005-10-18 Romain Francoise <romain@orebokech.com>
9603
9604 * viper.texi (Viper Specials): Capitalize GNU.
9605
9606 2005-10-17 Juri Linkov <juri@jurta.org>
9607
9608 * info.texi (Getting Started, Search Index, Expert Info):
9609 Fix wording.
9610 (Search Text): Replace `echo area' with `mode line'.
9611 (Search Index): Both `i' and `,' find all index entries.
9612 Replace example `C-f' with `C-l' (which exists in index of Info
9613 manual) and delete spaces in its keyboard input sequence.
9614 Delete unnecessary explanations about literal characters.
9615
9616 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9617
9618 * gnus.texi (Document Server Internals): Addition.
9619
9620 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus.texi (A note on namespaces): Fix RFC reference.
9623
9624 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9625
9626 * gnus.texi (RSS): Fix key description.
9627
9628 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gnus.texi: Emacs/w3 -> Emacs/W3.
9631 (Browsing the Web): Fix description.
9632 (Web Searches): Ditto.
9633 (Customizing W3): Ditto.
9634
9635 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9636
9637 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9638
9639 2005-10-11 Jay Belanger <belanger@truman.edu>
9640
9641 * calc.texi (Integration): Mention using `a i' to compute definite
9642 integrals.
9643
9644 2005-10-11 Juri Linkov <juri@jurta.org>
9645
9646 * info.texi: Rearrange nodes.
9647 (Top): Update menu. Change ref `Info for Experts' to
9648 `Advanced Info Commands'.
9649 (Getting Started): Fix description of manual's parts.
9650 (Help-Int): Change xref `Info Search' to `Search Index', and
9651 `Expert Info' to `Advanced'.
9652 (Advanced): Move node one level up.
9653 (Search Text, Search Index): New nodes split out from `Info Search'.
9654 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9655 split out from `Advanced'.
9656 (Advanced, Emacs Info Variables): De-document editing an Info file
9657 in Info.
9658 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9659 (Creating an Info File): Delete node and move its text to
9660 `Expert Info'.
9661
9662 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9663
9664 * org.texi (Workflow states): Documented that change in keywords
9665 becomes active only after restart of Emacs.
9666
9667 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9668
9669 Sync with Tramp 2.0.51.
9670
9671 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9672
9673 * speedbar.texi (Introduction): Describe new location of speedbar
9674 on menubar.
9675 (Basic Key Bindings): Remove descriptions of bindings that have
9676 been removed.
9677
9678 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9679
9680 * speedbar.texi (GDB): Describe use of watch expressions.
9681
9682 2005-09-28 Simon Josefsson <jas@extundo.com>
9683
9684 * message.texi (IDNA): Fix.
9685
9686 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9687
9688 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9689 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9690 description of nntp-open-connection-function.
9691 (Common Variables): Fix descriptions.
9692
9693 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9694
9695 * gnus.texi (Server Buffer Format): Document the %a format spec.
9696
9697 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9698
9699 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9700
9701 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9702
9703 * org.texi Version 3.16.
9704
9705 2005-09-19 Miles Bader <miles@gnu.org>
9706
9707 * newsticker.texi: Get rid of CVS keywords.
9708
9709 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9710
9711 * gnus.texi (Finding the Parent): Fix description of how Gnus
9712 finds article.
9713
9714 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9715
9716 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9717 to drop off non-answered articles.
9718
9719 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9722 braces (which are unsupported by NMAKE) for macro `srcdir'.
9723
9724 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9725
9726 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9727 (../info/newsticker, newsticker.dvi): New targets.
9728
9729 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9730
9731 * newsticker.texi: Replace @command with @code. Replace @example
9732 with @lisp.
9733 (Top): Add explanations to menu items.
9734 (GNU Free Documentation License): Remove.
9735
9736 2005-09-16 Romain Francoise <romain@orebokech.com>
9737
9738 Update all files to specify GFDL version 1.2.
9739
9740 * doclicense.texi (GNU Free Documentation License): Update to
9741 version 1.2.
9742
9743 2005-09-15 Richard M. Stallman <rms@gnu.org>
9744
9745 * newsticker.texi: Fix @setfilename.
9746
9747 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9748 (../info/newsticker, newsticker.dvi): New targets.
9749
9750 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9751
9752 * org.texi: Version 3.15.
9753
9754 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9755
9756 * ses.texi: Combine all three indices into one.
9757 Correct a few typos.
9758
9759 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9760
9761 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9762
9763 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9764
9765 * emacs-mime.texi (Handles): Remove duplicate item.
9766 (Encoding Customization): Fix the default value for
9767 mm-coding-system-priorities.
9768 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9769 (Basic Functions): Fix reference.
9770
9771 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9772
9773 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9774
9775 2005-08-18 Richard M. Stallman <rms@gnu.org>
9776
9777 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9778 and web site.
9779
9780 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9781 not keyboard-translate.
9782
9783 2005-08-11 Richard M. Stallman <rms@gnu.org>
9784
9785 * faq.texi (Using regular expressions): Fix xref.
9786
9787 2005-08-09 Juri Linkov <juri@jurta.org>
9788
9789 * info.texi (Help-P): Replace `Prev' with `Previous'.
9790 (Help-M, Help-Xref): Add S-TAB.
9791 (Help-FOO): Update `u' command.
9792 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9793 Update info about visibility of xref parts.
9794 (Help-Int): Fix `m' command. Rename `Info-last' to
9795 `Info-history-back'. Add `Info-history-forward'.
9796 (Advanced): Fix `g*' and `M-n' commands.
9797 (Info Search): Add `index-apropos' in stand-alone browser.
9798 Add isearch commands.
9799 (Emacs Info Variables): Remove `Info-fontify'.
9800 Add `Info-mode-hook'. Update face names.
9801 Add `Info-fontify-maximum-menu-size',
9802 `Info-fontify-visited-nodes', `Info-isearch-search'.
9803
9804 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9805
9806 Sync with Tramp 2.0.50.
9807
9808 * tramp.texi: Use @option{} consequently for method names.
9809 (Inline methods, External transfer methods): Remove references to
9810 Cygwin.
9811 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9812 implementation.
9813
9814 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9815
9816 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9817 Mention that gnus-init-file is not read when Emacs is invoked with
9818 --no-init-file or -q.
9819
9820 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9821
9822 * org.texi: Version 3.14.
9823
9824 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9825
9826 * org.texi: Version 3.13.
9827
9828 2005-07-18 Juri Linkov <juri@jurta.org>
9829
9830 * calc.texi (Time Zones, Logical Operations):
9831 * cl.texi (Overview):
9832 * org.texi (TODO types):
9833 * sc.texi (Emacs 18 MUAs):
9834 * speedbar.texi (Top):
9835 * url.texi (History):
9836 Delete duplicate duplicate words.
9837
9838 2005-07-16 Johan BockgĂ¥rd <bojohan@users.sourceforge.net> (tiny change)
9839
9840 * cl.texi (Type Predicates): Document `atom' type.
9841
9842 2005-07-04 Lute Kamstra <lute@gnu.org>
9843
9844 Update FSF's address in GPL notices.
9845
9846 * calc.texi (Copying):
9847 * doclicense.texi (GNU Free Documentation License):
9848 * faq.texi (Contacting the FSF):
9849 * mh-e.texi (Copying): Update FSF's address.
9850
9851 2005-07-03 Richard M. Stallman <rms@gnu.org>
9852
9853 * flymake.texi (Example -- Configuring a tool called directly):
9854 Update name of flymake-build-relative-filename.
9855
9856 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9857
9858 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9859
9860 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9861
9862 * org.texi: Version 3.12.
9863
9864 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9865
9866 * makefile.w32-in (MAKEINFO): Use --force.
9867 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9868 Makefile.in.
9869 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9870 more shells.
9871
9872 2005-06-23 Richard M. Stallman <rms@gnu.org>
9873
9874 * speedbar.texi (Creating a display): Texinfo usage fixes.
9875
9876 * tramp.texi (Customizing Completion, Auto-save and Backup):
9877 Texinfo usage fixes.
9878
9879 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * dired-x.texi (Miscellaneous Commands):
9882 * ediff.texi (Miscellaneous):
9883 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9884 (Agent Variables):
9885 * info.texi (Help-Xref):
9886 * message.texi (Message Headers):
9887 * org.texi (Remember):
9888 * reftex.texi (Options (Defining Label Environments))
9889 (Options (Index Support), Options (Viewing Cross-References))
9890 (Options (Misc), Changes):
9891 * speedbar.texi (Creating a display):
9892 * tramp.texi (Customizing Completion, Auto-save and Backup):
9893 Texinfo usage fix.
9894
9895 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9896
9897 * org.texi: Version 3.11.
9898
9899 2005-06-12 Jay Belanger <belanger@truman.edu>
9900
9901 * calc.texi (Getting Started): Remove extra menu item.
9902
9903 2005-05-31 Jay Belanger <belanger@truman.edu>
9904
9905 * calc.texi (Notations Used in This Manual): Use @kbd for key
9906 sequence.
9907 (Demonstration of Calc): Mention another way of starting Calc.
9908 (Starting Calc): Mention long name of M-#.
9909 (Embedded Mode Overview): Remove unnecessary instruction.
9910 (Other M-# commands): Rephrase `M-# 0' explanation.
9911 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9912 reflect current behavior.
9913
9914 2005-05-30 Jay Belanger <belanger@truman.edu>
9915
9916 * calc.texi (Hooks): Change description of calc-window-hook and
9917 calc-trail-window-hook to match usage.
9918 (Computational Functions): Add more constant-generating functions.
9919 (Customizable Variables): Use defvar.
9920
9921 2005-05-28 Jay Belanger <belanger@truman.edu>
9922
9923 * calc.texi (Assignments in Embedded Mode): Fix variable name.
9924 (Basic Embedded Mode): Explain behavior of arguments to
9925 calc-embedded-mode.
9926
9927 2005-05-27 Jay Belanger <belanger@truman.edu>
9928
9929 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9930 current behavior.
9931
9932 2005-05-25 Jay Belanger <belanger@truman.edu>
9933
9934 * calc.texi: Change Calc version number throughout.
9935 (Keypad Mode): Change location in info output.
9936 (Keypad mode overview): Move picture of keypad.
9937
9938 2005-05-21 Jay Belanger <belanger@truman.edu>
9939
9940 * calc.texi (Storing variables): Mention that only most variables
9941 are void to begin with.
9942
9943 2005-05-21 Kevin Ryde <user42@zip.com.au>
9944
9945 * widget.texi (Basic Types): Update cross ref from "Enabling
9946 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9947 lispref/text.texi change.
9948
9949 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
9950
9951 * org.texi: Version 3.09.
9952
9953 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
9954
9955 * reftex.texi: Version 4.28.
9956
9957 2005-05-16 Jay Belanger <belanger@truman.edu>
9958
9959 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9960
9961 2005-05-14 Jay Belanger <belanger@truman.edu>
9962
9963 * calc.texi (Default Simplifications): Insert missing ! (logical
9964 not operator).
9965
9966 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
9967
9968 Sync with Tramp 2.0.49.
9969
9970 2005-05-10 Jay Belanger <belanger@truman.edu>
9971
9972 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9973 to 1.
9974
9975 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9976
9977 * org.texi: Version 3.08, structure reorganized.
9978
9979 2005-04-24 Richard M. Stallman <rms@gnu.org>
9980
9981 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9982
9983 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9984
9985 * org.texi: Update to version 3.06.
9986
9987 2005-04-13 Lute Kamstra <lute@gnu.org>
9988
9989 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9990
9991 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
9992
9993 * cl.texi (Porting Common Lisp): Fix typo.
9994
9995 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9996
9997 * gnus.texi (RSS): Addition.
9998
9999 2005-04-04 Jay Belanger <belanger@truman.edu>
10000
10001 * calc.texi: Change Calc version number.
10002 (Customizable variables): Fix description of calc-language-alist.
10003 (Copying): Put in version 2 of GPL.
10004
10005 2005-04-01 Jay Belanger <belanger@truman.edu>
10006
10007 * calc.texi (Troubleshooting Commands): Remove comment about
10008 installation.
10009 (Installation): Remove section.
10010 (Customizable Variables): New section.
10011 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10012 (Graphical Devices): Add references to Customizable Variables.
10013
10014 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10015
10016 * emacs-mime.texi (Display Customization): Markup fixes.
10017 (rfc2047): Update.
10018
10019 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * gnus-faq.texi: Replaced with auto-generated version.
10022
10023 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10024
10025 * dired-x.texi (Multiple Dired Directories): default-directory was
10026 renamed to dired-default-directory.
10027
10028 2005-03-26 Jay Belanger <belanger@truman.edu>
10029
10030 * calc.texi (Simplifying Formulas, Rewrite Rules):
10031 Change description of top and bottom of fraction.
10032 (Modulo Forms): Move description of how to create modulo forms to
10033 earlier in the section.
10034 (Fraction Mode): Suggest using : to get a fraction by dividing.
10035 (Basic Arithmetic): Adjust placement of command name.
10036 (Truncating the Stack): Emphasize that "hidden" entries are still
10037 visible.
10038 (Installation): Move discussion of printing manual to "About This
10039 Manual".
10040 (About This Manual): Mention how to print the manual.
10041 (Reporting Bugs): Remove first person.
10042 (Building Vectors): Add algebraic version of append.
10043 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10044 (Grouping Digits): Fix typo.
10045
10046 2005-03-25 Werner Lemberg <wl@gnu.org>
10047
10048 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10049 Replace `legal' with `valid'.
10050
10051 2005-03-25 Werner Lemberg <wl@gnu.org>
10052
10053 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10054
10055 2005-03-24 Jay Belanger <belanger@truman.edu>
10056
10057 * calc.texi (General Mode Commands)
10058 (Mode Settings in Embedded Mode): Add some explanation of
10059 recording mode settings.
10060
10061 2005-03-24 Richard M. Stallman <rms@gnu.org>
10062
10063 * calc.texi: Remove praise of non-free software.
10064
10065 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10066 (Installation): Node deleted.
10067
10068 2005-03-23 Richard M. Stallman <rms@gnu.org>
10069
10070 * url.texi (HTTP language/coding): Improve last change.
10071
10072 2005-03-22 Jay Belanger <belanger@truman.edu>
10073
10074 * calc.texi (Embedded Mode): Add new information on changing
10075 modes.
10076
10077 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10078
10079 Sync with Tramp 2.0.48.
10080
10081 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10082
10083 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10084 "GNU/Linux". Change all addresses to .gnu.org.
10085 (Default Method): Offer shortened syntax for "su" and "sudo"
10086 methods.
10087
10088 2005-03-07 Richard M. Stallman <rms@gnu.org>
10089
10090 * url.texi: Fix usage of "e.g.".
10091 (HTTP language/coding): Explain the rules for these strings.
10092
10093 2005-03-06 Richard M. Stallman <rms@gnu.org>
10094
10095 * woman.texi (Introduction): Minor cleanups.
10096
10097 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10098
10099 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10100 (Installation): Node deleted.
10101
10102 * mh-e.texi (Preface): Get rid of "Emacs 21".
10103
10104 * eshell.texi (Installation): Delete node (for Emacs 20).
10105
10106 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10107
10108 * flymake.texi: Refill and tweak style in @lisp blocks.
10109
10110 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10111
10112 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10113
10114 2005-03-01 Jay Belanger <belanger@truman.edu>
10115
10116 * calc.texi (Trigonometric and Hyperbolic Functions):
10117 Mention additional functions.
10118 (Algebraic Simplifications): Mention additional simplifications.
10119
10120 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10121
10122 * ses.texi: Add concept/function/variable indices (this work was
10123 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10124 papers on file at FSF).
10125
10126 2005-02-10 Jay Belanger <belanger@truman.edu>
10127
10128 * calc.texi: Change @LaTeX to La@TeX throughout.
10129 Redefine @expr as @math for TeX output.
10130 Redefine @texline as a no-op for TeX output.
10131 Define @tfn, replace @t by @tfn throughout.
10132
10133 2005-02-09 Jay Belanger <belanger@truman.edu>
10134
10135 * calc.texi: Add macro for LaTeX for info output.
10136
10137 2005-02-08 Kim F. Storm <storm@cua.dk>
10138
10139 * texinfo.tex (LaTex): Add def.
10140
10141 2005-02-06 Jay Belanger <belanger@truman.edu>
10142
10143 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10144 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10145 throughout manual.
10146
10147 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10148
10149 * gnus.texi: Some edits based on comments from David Abrahams.
10150
10151 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * gnus.texi (RSS): Fix the keystroke.
10154
10155 2005-01-24 David Kastrup <dak@gnu.org>
10156
10157 * faq.texi: Update AUCTeX version info.
10158
10159 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10160
10161 * gnus-faq.texi ([4.1]): Typo.
10162
10163 2005-01-19 Jay Belanger <belanger@truman.edu>
10164
10165 * calc.texi (Keep Arguments): Mention that keeping arguments
10166 doesn't work with keyboard macros.
10167
10168 2005-01-16 Richard M. Stallman <rms@gnu.org>
10169
10170 * autotype.texi (Autoinserting): Fix small error.
10171
10172 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10173
10174 Sync with Tramp 2.0.47.
10175
10176 * tramp.texi (Compilation): New section, describing compilation of
10177 remote files.
10178
10179 2005-01-11 Kim F. Storm <storm@cua.dk>
10180
10181 * widget.texi (Basic Types): Add :follow-link keyword.
10182
10183 2005-01-09 Jay Belanger <belanger@truman.edu>
10184
10185 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10186
10187 2005-01-08 Jay Belanger <belanger@truman.edu>
10188
10189 * calc.texi: Change throughout to reflect new default value of
10190 calc-settings-file.
10191
10192 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10193
10194 * message.texi (Reply): `message-reply-to-function' should return
10195 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10196
10197 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10198
10199 * faq.texi (Changing load-path): Fix typo.
10200
10201 2005-01-05 Jay Belanger <belanger@truman.edu>
10202
10203 * calc.texi (Programming Tutorial): Replace kbd command by
10204 appropriate characters for a keyboard macro.
10205
10206 2005-01-04 Jay Belanger <belanger@truman.edu>
10207
10208 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10209 for Lucid Emacs.
10210 (Programming Tutorial): Mention that the user needs to be in the
10211 right mode to compute some functions.
10212
10213 2005-01-04 Jay Belanger <belanger@truman.edu>
10214
10215 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10216 no longer applicable.
10217
10218 2005-01-01 Jay Belanger <belanger@truman.edu>
10219
10220 * calc.texi (Programming Tutorial): Change description of how to
10221 edit keyboard macros to match current behavior.
10222
10223 2004-12-31 Jay Belanger <belanger@truman.edu>
10224
10225 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10226
10227 2004-12-20 Jay Belanger <belanger@truman.edu>
10228
10229 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10230 zero.
10231
10232 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10233
10234 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10235 @xref.
10236 (Font Locking): Avoid @strong{Note:}.
10237
10238 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10239
10240 Sync with Tramp 2.0.46.
10241
10242 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10243
10244 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10245
10246 * url.texi: Correct typos.
10247 (Retrieving URLs): @var{nil}->@code{nil}.
10248 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10249 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10250 (Dealing with HTTP documents): @inforef->@xref.
10251
10252 2004-12-15 Jay Belanger <belanger@truman.edu>
10253
10254 * calc.texi: Consistently capitalized all mode names.
10255 (Answers to Exercises): Mention that an answer can be a fraction
10256 when in Fraction mode.
10257
10258 2004-12-13 Jay Belanger <belanger@truman.edu>
10259
10260 * calc.texi: Fix some TeX definitions.
10261
10262 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10263
10264 * reftex.texi (Imprint): Remove erroneous @value's.
10265
10266 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10267
10268 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10269 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10270
10271 2004-12-08 Jay Belanger <belanger@truman.edu>
10272
10273 * calc.texi (Starting Calc): Remove comment about installation.
10274 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10275
10276 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10277
10278 * url.texi: Update @setfilename.
10279 (Getting Started): No need to worry about Gnus versions.
10280 (Dealing with HTTP documents): Use @inforef.
10281
10282 * org.texi: Fix @direntry file name.
10283
10284 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * url.texi: New file.
10287
10288 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10289
10290 2004-12-06 Jay Belanger <belanger@truman.edu>
10291
10292 * calc.texi (Using Calc): Remove paragraph about installation.
10293
10294 2004-12-06 Jay Belanger <belanger@truman.edu>
10295
10296 * calc.texi: Use more Texinfo macros and less TeX defs.
10297 Remove @refill's.
10298
10299 2004-12-06 Richard M. Stallman <rms@gnu.org>
10300
10301 * org.texi: New file.
10302
10303 2004-12-05 Richard M. Stallman <rms@gnu.org>
10304
10305 * Makefile.in (org.dvi, ../info/org): New targets.
10306 (INFO_TARGETS): Add ../info/org.
10307 (DVI_TARGETS): Add org.dvi.
10308 (maintainer-clean): Remove the info files in the info dir.
10309
10310 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10311
10312 * idlwave.texi: Fix the setfilename directive to put the produced
10313 file in ../info.
10314 (Continued Statement Indentation): Resurrect Jan D.'s change from
10315 2004-11-03 that was lost when a newer version of idlwave.texi was
10316 imported.
10317
10318 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10319
10320 * gnus-faq.texi ([5.1]): Add missing bracket.
10321
10322 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10323 Index `spam-initialize'.
10324
10325 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10326
10327 * message.texi (Various Message Variables): Mention that all mail
10328 file variables are derived from `message-directory'.
10329
10330 * gnus.texi (Splitting Mail): Clarify bogus group.
10331
10332 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * emacs-mime.texi (Encoding Customization):
10335 Fix mm-coding-system-priorities entry.
10336
10337 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10338
10339 * idlwave.texi (Continued Statement Indentation):
10340 * reftex.texi (Options (Index Support))
10341 (Displaying and Editing the Index, Table of Contents):
10342 * speedbar.texi (Creating a display, Major Display Modes):
10343 Replace non-nil with non-@code{nil}.
10344
10345 2004-10-21 Jay Belanger <belanger@truman.edu>
10346
10347 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10348
10349 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10350
10351 * calc.texi (Reporting Bugs): Double up `@'.
10352
10353 2004-10-18 Jay Belanger <belanger@truman.edu>
10354
10355 * calc.texi (Reporting Bugs): Change the address that bugs
10356 should be sent to.
10357
10358 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10359
10360 * gnus.texi (New Features): Add 5.11.
10361
10362 * message.texi (Resending): Remove wrong default value.
10363
10364 * gnus.texi (Mail Source Specifiers): Describe possible problems
10365 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10366 `pop3-leave-mail-on-server' to the index.
10367
10368 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10369
10370 * message.texi (Canceling News): Add how to set a password.
10371
10372 2004-10-12 Jay Belanger <belanger@truman.edu>
10373
10374 * calc.texi (Help Commands): Change the descriptions of
10375 calc-describe-function and calc-describe-variable to match their
10376 current behavior.
10377
10378 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10379
10380 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10381
10382 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10383
10384 Sync with Tramp 2.0.45.
10385
10386 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10387 plink link. The URL is outdated. Originator contacted for
10388 clarification.
10389
10390 2004-10-10 Juri Linkov <juri@jurta.org>
10391
10392 * gnus.texi (Top, Marking Articles): Join two menus in one node
10393 because a node can have only one menu.
10394
10395 2004-10-09 Juri Linkov <juri@jurta.org>
10396
10397 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10398 example of nnmail-split-fancy.
10399
10400 2004-10-06 Karl Berry <karl@gnu.org>
10401
10402 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10403 consistency with other uses of dashes.
10404
10405 2004-10-05 Karl Berry <karl@gnu.org>
10406
10407 * info.texi: Consistently use --- throughout, periods at end of
10408 menu descriptions, and a couple typos.
10409
10410 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10411
10412 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10413 * pgg.texi (User Commands, Backend methods): Do.
10414 * gnus.texi: Markup fixes.
10415 (Setting Process Marks): Fix `M P a' entry.
10416 * emacs-mime.texi: Fixes.
10417
10418 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10419
10420 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10421 again.
10422 Use 5.10 instead of 5.10.0.
10423
10424 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10425
10426 * gnus.texi (Summary Mail Commands): S D e.
10427
10428 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10429
10430 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10431 the gnus-article-mode-line-format section.
10432
10433 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10434
10435 * gnus.texi (Various Summary Stuff): Fix the documentation for
10436 gnus-newsgroup-variables.
10437
10438 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10439
10440 * gnus.texi (MIME Commands):
10441 Add gnus-mime-display-multipart-as-mixed,
10442 gnus-mime-display-multipart-alternative-as-mixed,
10443 gnus-mime-display-multipart-related-as-mixed.
10444 (Mail Source Customization): Clarify `mail-source-directory'.
10445 (Splitting Mail): Mention gnus-group-find-new-groups.
10446 (SpamOracle): Fix typo.
10447
10448 * gnus-faq.texi: Untabify.
10449 ([6.3]): nnir.el is in contrib directory.
10450
10451 * message.texi (News Headers): Clarify how a unique ID is created.
10452
10453 * gnus.texi (Batching Agents): Fix typo in example.
10454 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10455
10456 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10457
10458 * gnus.texi (Group Parameters): Add more on hooks.
10459
10460 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10461
10462 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10463
10464 2004-09-22 Jay Belanger <belanger@truman.edu>
10465
10466 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10467 might be hidden during part of the session.
10468
10469 2004-09-20 Jay Belanger <belanger@truman.edu>
10470
10471 * calc.texi (Notations Used in This Manual): Put in an earlier
10472 mention that DEL could be called Backspace.
10473
10474 2004-09-10 Simon Josefsson <jas@extundo.com>
10475
10476 * gnus.texi (IMAP): Add example. Suggested and partially written
10477 by Steinar Bang <sb@dod.no>.
10478
10479 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10480
10481 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10482 netrc syntax.
10483
10484 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10485
10486 * gnus.texi (Spam ELisp Package Sequence of Events):
10487 Some clarifications.
10488 (Spam ELisp Package Global Variables): More clarifications.
10489
10490 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10491
10492 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10493 Mention spam-split does not modify incoming mail.
10494
10495 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10496
10497 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10498
10499 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10500
10501 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10502
10503 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10504
10505 * makefile.w32-in (sieve, pgg): Use $(infodir).
10506
10507 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10508
10509 * makefile.w32-in: Fix PGG and Sieve entries.
10510
10511 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10512
10513 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10514 Emacs and related programs.
10515
10516 2004-08-27 Richard M. Stallman <rms@gnu.org>
10517
10518 * faq.texi: Fix texinfo usage, esp. doublequotes.
10519 (Difference between Emacs and XEmacs): Some clarification.
10520
10521 * faq.texi (Difference between Emacs and XEmacs):
10522 Explain not to contrast XEmacs with GNU Emacs.
10523
10524 2004-08-26 Richard M. Stallman <rms@gnu.org>
10525
10526 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10527
10528 2004-08-22 David Kastrup <dak@gnu.org>
10529
10530 * reftex.texi (AUCTeX): Update links, section name.
10531
10532 * faq.texi (Calc): Update availability (included in 22.1).
10533 (AUCTeX): Update availability, information, versions, description.
10534
10535 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10536
10537 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10538
10539 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10540
10541 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10542
10543 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10544
10545 Sync with Tramp 2.0.44.
10546
10547 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10548
10549 * widget.texi (User Interface): Update how to separate the
10550 editable field of an editable-field widget from other widgets.
10551 (Programming Example): Add text after field.
10552
10553 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10554
10555 * emacs-mime.texi (Encoding Customization): Add a note to the
10556 mm-content-transfer-encoding-defaults entry.
10557 (rfc2047): Update.
10558
10559 * gnus.texi (Article Highlighting):
10560 Add gnus-cite-ignore-quoted-from.
10561 (POP before SMTP): New node.
10562 (Posting Styles): Addition.
10563 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10564 (Fancy Mail Splitting): Ditto.
10565 (X-Face): Add gnus-x-face.
10566
10567 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10568
10569 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10570 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10571
10572 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10573
10574 * gnus.texi (Mail Source Specifiers):
10575 Describe `pop3-leave-mail-on-server'.
10576
10577 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10578
10579 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10580
10581 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10582 repository. Change setfilename.
10583
10584 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10585
10586 2004-07-02 Juri Linkov <juri@jurta.org>
10587
10588 * pcl-cvs.texi (Viewing differences): Add `d r'.
10589
10590 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10591
10592 * ses.texi, viper.texi, flymake.texi, faq.texi:
10593 * eshell.texi, ediff.texi: Markup fixes.
10594
10595 2004-06-21 Karl Berry <karl@gnu.org>
10596
10597 * info.texi (Top): Mention that only Emacs has mouse support.
10598 (Getting Started): Mention this in a few other places.
10599
10600 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10601
10602 * autotype.texi (Copyrights, Timestamps):
10603 Recommend `before-save-hook' instead of `write-file-functions'.
10604
10605 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10606
10607 * dired-x.texi (dired-mark-omitted): Update keybinding.
10608
10609 2004-06-10 Kim F. Storm <storm@cua.dk>
10610
10611 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10612
10613 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10614
10615 * dired-x.texi (variable dired-omit-mode): Rename from
10616 dired-omit-files-p.
10617 (function dired-omit-mode): Rename from dired-omit-toggle.
10618 Call dired-omit-mode rather than set dired-omit-files-p.
10619 (dired-mark-omitted): Describe command.
10620
10621 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10622
10623 Version 2.0.41 of Tramp released.
10624
10625 2004-05-29 Juanma Barranquero <lektu@terra.es>
10626
10627 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10628 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10629
10630 2004-05-29 Richard M. Stallman <rms@gnu.org>
10631
10632 * cl.texi (Top): Call this chapter `Introduction'.
10633 (Overview): In TeX, no section heading here.
10634
10635 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10636
10637 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10638
10639 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10640 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10641
10642 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10643
10644 * flymake.texi: New file.
10645
10646 2004-05-28 Simon Josefsson <jas@extundo.com>
10647
10648 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10649
10650 2004-05-07 Kai GroĂŸjohann <kai@emptydomain.de>
10651
10652 Version 2.0.40 of Tramp released.
10653
10654 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10655
10656 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10657
10658 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10659 variables `tramp-backup-directory-alist' and
10660 `tramp-bkup-backup-directory-info'.
10661 (Overview, Connection types)
10662 (External transfer methods, Default Method)
10663 (Windows setup hints): Remove restriction of password entering
10664 with external methods.
10665 (Auto-save and Backup): Make file name example
10666 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10667 and `auto-save-directory' must be used.
10668 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10669 only "NT"). Remove doubled entry "What kinds of systems does
10670 @tramp{} work on".
10671 (tramp): Macro removed.
10672 (Obtaining Tramp): Flag removed from title.
10673 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10674 and `trampver' used properly. Flag `tramp-inst' replaced by
10675 `installchapter'. Installation related text adapted.
10676
10677 2004-04-28 Masatake YAMATO <jet@gyve.org>
10678
10679 * widget.texi (Programming Example): Remove overlays.
10680
10681 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10682
10683 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10684
10685 2004-04-23 Juanma Barranquero <lektu@terra.es>
10686
10687 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10688
10689 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10690
10691 * info.texi (Info Search): Add info-apropos.
10692
10693 2004-03-22 Juri Linkov <juri@jurta.org>
10694
10695 * faq.texi: Fix help key bindings.
10696
10697 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10698
10699 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10700 (as suggested by Karl Berry). Update information about colored
10701 stars in menus. Add new subheading describing M-n.
10702
10703 2004-03-12 Richard M. Stallman <rms@gnu.org>
10704
10705 * cl.texi (Top): Rename top node's title.
10706
10707 2004-03-08 Karl Berry <karl@gnu.org>
10708
10709 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10710 problems making the texinfo distribution.
10711
10712 2004-02-29 Simon Josefsson <jas@extundo.com>
10713
10714 * smtpmail.texi (Authentication): Change the list of supported
10715 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10716 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10717 <voegelas@gmx.net>.
10718
10719 2004-02-29 Juanma Barranquero <lektu@terra.es>
10720
10721 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10722 Use $(DEL) instead of rm, and ignore exit code.
10723
10724 2004-02-29 Kai GroĂŸjohann <kgrossjo@eu.uu.net>
10725
10726 Tramp version 2.0.39 released.
10727
10728 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10729
10730 * tramp.texi (Customizing Completion): Explain new functions
10731 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10732 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10733 (Top): Refer to Savannah mailing list as the major one.
10734 Mention older mailing lists in HTML mode only.
10735 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10736 (Frequently Asked Questions): Remote hosts must not be Unix-like
10737 for "smb" method.
10738 (Password caching): New node.
10739 (External transfer methods): Refer to password caching for "smb"
10740 method.
10741
10742 2004-02-17 Karl Berry <karl@gnu.org>
10743
10744 * info.texi (Help-Int): Mention the new line number feature.
10745
10746 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10747
10748 * ses.texi (Advanced Features): New functionality for
10749 ses-set-header-row (defaults to current row unless C-u used).
10750 (Acknowledgements): Add Stefan Monnier.
10751
10752 2003-12-29 Kevin Ryde <user42@zip.com.au>
10753
10754 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10755
10756 2003-11-30 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10757
10758 Tramp version 2.0.38 released.
10759
10760 * tramp.texi (Remote shell setup): Warn of environment variables
10761 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10762 <sven.gabriel@imk.fzk.de>.
10763 (Configuration): Tramp now chooses base64/uuencode
10764 automatically. Update wording accordingly.
10765 (Top): More description for the `Default Method' menu entry.
10766 (Default Method): Use @code, not @var, for Lisp variables.
10767 (Default Method): New subsection `Which method is the right one
10768 for me?'. Suggested by Christian Kirsch.
10769 (Configuration): Pointer to new subsection added.
10770 (Default Method): Too many "use" in one sentence.
10771 Rephrase. Reported by Christian Kirsch.
10772 (Filename Syntax): Old `su' example is probably a left-over from
10773 the sm/su method naming. Replace with `ssh', instead.
10774 (External transfer methods, Auto-save and Backup):
10775 Typo fixes.
10776
10777 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10778
10779 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10780 (Top): Mention japanese manual only if flag `jamanual' is set.
10781 Insert section `Japanese manual' in menu.
10782
10783 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10784
10785 * eshell.texi (Known Problems): Add doc item.
10786
10787 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10788
10789 * cc-mode.texi: Update for CC Mode 5.30.
10790
10791 Note: Please refrain from doing purely cosmetic changes like
10792 removing trailing whitespace in this manual; it clobbers cvs
10793 merging for no good reason.
10794
10795 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10796
10797 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10798 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10799 @acronym{ASCII}.
10800
10801 2003-10-26 Karl Berry <karl@gnu.org>
10802
10803 * info.texi (Info Search): Echo area, not echo are. From Debian
10804 diff.
10805
10806 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10807
10808 * widget.texi (Defining New Widgets): Document new behavior of
10809 :buttons and :children keywords.
10810
10811 2003-10-22 Miles Bader <miles@gnu.org>
10812
10813 * Makefile.in (info): Move before $(top_srcdir)/info.
10814
10815 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10816
10817 * tramp.texi (Inline methods): Small grammar fix.
10818 (External transfer methods): Likewise.
10819
10820 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10821
10822 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10823
10824 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10825
10826 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10827
10828 2003-09-30 Richard M. Stallman <rms@gnu.org>
10829
10830 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10831
10832 * widget.texi (User Interface): Fix typos.
10833
10834 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10835
10836 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10837
10838 * pcl-cvs.texi (Selected Files): Fix typo.
10839
10840 2003-09-21 Karl Berry <karl@gnu.org>
10841
10842 * info.texi (] and [ commands): No period at end of section title.
10843
10844 2003-09-04 Miles Bader <miles@gnu.org>
10845
10846 * Makefile.in (top_srcdir): New variable.
10847 ($(top_srcdir)/info): New rule.
10848 (info): Depend on it.
10849
10850 2003-09-03 Peter Runestig <peter@runestig.com>
10851
10852 * makefile.w32-in: New file.
10853
10854 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10855
10856 * widget.texi (User Interface): Explain the need of static text
10857 around an editable field.
10858
10859 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10860
10861 * widget.texi (Basic Types): The argument to `:help-echo' can now
10862 be a form that evaluates to a string.
10863
10864 2003-08-18 Kim F. Storm <storm@cua.dk>
10865
10866 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10867
10868 2003-08-16 Richard M. Stallman <rms@gnu.org>
10869
10870 * dired-x.texi (Shell Command Guessing): Explain *.
10871
10872 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10873
10874 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10875 log-edit-insert-changelog.
10876
10877 2003-08-03 Karl Berry <karl@gnu.org>
10878
10879 * info.texi: Need @contents.
10880
10881 2003-07-20 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10882
10883 Tramp version 2.0.36 released.
10884
10885 * tramp.texi (Remote shell setup): Explain about problems with
10886 non-Bourne commands in ~/.profile and ~/.shrc.
10887
10888 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10889
10890 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10891 renaming of `vis-mode' to `visible-mode'.
10892
10893 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
10894
10895 * info.texi (Top, Help-Small-Screen): Remove accidentally added
10896 next, prev and up pointers.
10897
10898 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
10899
10900 * info.texi (Help): Mention existence of Emacs and stand-alone
10901 Info at the very beginning of the tutorial.
10902 (Help-Inv): New node.
10903 (Help-]): New node.
10904 (Help-M): Systematically point out the differences between default
10905 Emacs and stand-alone versions. Delete second menu.
10906 (Help-Xref): Systematically point out the differences between
10907 default Emacs and stand-alone versions.
10908 (Help-Int): Change `l' example.
10909 (Expert Info): Fix typos.
10910 (Emacs Info Variables): Mention `Info-hide-note-references' and
10911 new default for `Info-scroll-prefer-subnodes'.
10912
10913 2003-06-17 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10914
10915 Version 2.0.35 of Tramp released.
10916
10917 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10918 (Inline methods): Add methods `remsh' and `plink1'.
10919 (External transfer methods): Add method `remcp'.
10920 (Multi-hop Methods): Add method `remsh'.
10921 Small patch from Adrian Aichner <adrian@xemacs.org>:
10922 Fix minor typos.
10923 (Concept Index): Add to make manual searchable via
10924 `Info-index'.
10925 (Version Control): Add cindex entry.
10926
10927 2003-05-24 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10928
10929 * trampver.texi: Version 2.0.34 released.
10930
10931 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10932
10933 * faq.texi: Improve previous changes.
10934
10935 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10936
10937 * faq.texi: Update copyright and maintenance details.
10938 Update some package URLs, versions, and maintainers.
10939 Remove many references to the Emacs Lisp Archive.
10940
10941 2003-04-23 Simon Josefsson <jas@extundo.com>
10942
10943 * smtpmail.texi: Fix license (the invariant sections mentioned has
10944 never been part of the smtp manual). Align info dir entry with
10945 other emacs packages.
10946
10947 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
10948
10949 * tramp.texi: Version 2.0.33 released.
10950 Remove installation chapter. Remove XEmacs specifics.
10951
10952 2003-03-29 Richard M. Stallman <rms@gnu.org>
10953
10954 * tramp.texi (Top): Undo the previous renaming.
10955 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10956
10957 2003-03-29 Kai GroĂŸjohann <kai.grossjohann@gmx.net>
10958
10959 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10960 version of manual.
10961
10962 * tramp.texi (Auto-save and Backup): New node.
10963
10964 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
10965
10966 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
10967 Emacs" in order to have better differentiation to "XEmacs".
10968 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10969 are new macros in order to point to the other Emacs flavor where
10970 appropriate. In info case, point to node `Installation' in order
10971 to explain how to generate the other way. In html case, make a
10972 link to the other html file.
10973 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10974 after CVS checkout/update.
10975 (Installation): Completely rewritten.
10976 (Installation parameters, Load paths): New sections under
10977 `Installation'.
10978
10979 2003-02-28 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
10980
10981 * tramp.texi: Version 2.0.30 released.
10982 Replace word "path" with "localname" where used as a component of
10983 a Tramp file name.
10984
10985 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
10986
10987 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10988 introduced.
10989 (Installation): Explain what to do if files from the tramp/contrib
10990 directory are needed.
10991
10992 2003-02-23 Alex Schroeder <alex@emacswiki.org>
10993
10994 * smtpmail.texi (How Mail Works): New.
10995
10996 2003-02-22 Alex Schroeder <alex@emacswiki.org>
10997
10998 * smtpmail.texi: New file.
10999
11000 * Makefile.in: Build SMTP manual.
11001
11002 2003-02-05 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
11003
11004 * tramp.texi: Version 2.0.29 released.
11005 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11006 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11007
11008 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11009
11010 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11011 another package loads accidentally Ange-FTP.
11012
11013 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11014
11015 * tramp.texi (Customizing Completion): Add function
11016 `tramp-parse-sconfig'. Change example of
11017 `tramp-set-completion-function', because parsing of ssh config
11018 files looks more natural.
11019
11020 2003-01-15 Kevin Ryde <user42@zip.com.au>
11021
11022 * gnus.texi (Using MIME): Mention auto-compression-mode with
11023 gnus-mime-copy-part.
11024
11025 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11026
11027 * gnus.texi: Do not use `path' in several locations.
11028
11029 2002-12-26 Kai GroĂŸjohann <kai.grossjohann@uni-duisburg.de>
11030
11031 * tramp.texi (External transfer methods): New method `smb'.
11032 From Michael Albinus.
11033
11034 2002-11-05 Karl Berry <karl@gnu.org>
11035
11036 * info.texi (Info-fontify): Reorder face list to avoid bad line
11037 breaks.
11038
11039 2002-10-06 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11040
11041 * tramp.texi: Move @copying to standard place.
11042 Use @insertcopying.
11043
11044 2002-10-02 Karl Berry <karl@gnu.org>
11045
11046 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11047 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11048 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11049 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11050 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11051 * widget.texi, woman.texi:
11052 Per rms, update all manuals to use @copying instead of @ifinfo.
11053 Also use @ifnottex instead of @ifinfo around the top node, where
11054 needed for the sake of the HTML output.
11055 (The Gnus manual is not fixed since it's not clear to me how it
11056 works; and the Tramp manual already uses @copying, although in an
11057 unusual way. All others were changed.)
11058
11059 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11060
11061 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11062 (../info/ses, ses.dvi): New targets.
11063 * ses.texi: New file.
11064
11065 2002-09-06 Pavel JanĂ­k <Pavel@Janik.cz>
11066
11067 * texinfo.tex: Update to texinfo 4.2.
11068
11069 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11070
11071 * reftex.texi: Update to RefTeX 4.19.
11072
11073 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11074
11075 * gnus.texi (Sorting Groups): Add key bindings for
11076 gnus-group-sort-groups-by-real-name and
11077 gnus-group-sort-selected-groups-by-real-name.
11078
11079 2002-06-17 Kai GroĂŸjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11080
11081 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11082 (../info/tramp, tramp.dvi): New targets.
11083
11084 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11085
11086 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11087 (calc.dvi): Uncomment.
11088
11089 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11090
11091 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11092 (../info/calc): New target.
11093
11094 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11095
11096 * (Version 21.1 released.)
11097
11098 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11099
11100 * Branch for 21.1.
11101
11102 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11103
11104 * Makefile.in (../info/info): Use an explicit -o switch to
11105 makeinfo.
11106
11107 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11108
11109 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11110
11111 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11112
11113 * ediff.texi: Added ediff-coding-system-for-read.
11114
11115 * viper.texi: Fix typos.
11116
11117 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * Makefile.in (../info/idlwave): Use --no-split.
11120
11121 2000-12-14 Dave Love <fx@gnu.org>
11122
11123 * Makefile.in (mostlyclean): Remove gnustmp.*.
11124 (gnus.dvi): Change rule to remove @latex stuff.
11125
11126 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11127
11128 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11129
11130 2000-10-13 John Wiegley <johnw@gnu.org>
11131
11132 * Makefile.in: Add build targets for eshell.texi.
11133
11134 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11135
11136 * Makefile.in: Remove/comment speedbar stuff.
11137
11138 2000-09-22 Dave Love <fx@gnu.org>
11139
11140 * Makefile.in: Add emacs-mime.
11141
11142 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11143
11144 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11145 (DVI_TARGETS): Add woman.dvi.
11146 (../info/woman, woman.dvi): New targets.
11147
11148 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11149
11150 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11151
11152 * pcl-cvs.texi: New file.
11153 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11154 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11155
11156 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11157
11158 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11159 (../info/ebrowse, ebrowse.dvi): New targets.
11160
11161 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11162
11163 * Makefile.in (INFO_TARGETS): Add eudc.
11164 (DVI_TARGETS): Add eudc.dvi.
11165 (../info/eudc, eudc.dvi): New targets.
11166
11167 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11168
11169 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11170 compatibility with 8+3 filesystems).
11171 (../info/efaq): Rename from emacs-faq.
11172
11173 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11174
11175 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11176 (../info/idlwave, idlwave.dvi): New targets.
11177
11178 1999-10-23 Dave Love <fx@gnu.org>
11179
11180 * Makefile.in: Use autotype.texi.
11181
11182 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11183
11184 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11185 faq.texi file) rather than ../info/faq.
11186
11187 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11188
11189 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11190 (../info/ada-mode, ada-mode.dvi): New targets.
11191
11192 1999-09-01 Dave Love <fx@gnu.org>
11193
11194 * Makefile.in: Add faq.
11195
11196 1999-07-12 Richard Stallman <rms@gnu.org>
11197
11198 * Version 20.4 released.
11199
11200 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11201
11202 * Version 20.3 released.
11203
11204 1998-04-06 Andreas Schwab <schwab@gnu.org>
11205
11206 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11207 Use it in dvi targets.
11208 (../etc/GNU): Change to $(srcdir) first.
11209
11210 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11211
11212 * reftex.texi: Update for RefTeX version 3.22.
11213
11214 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11215
11216 * gnus.texi (Easy Picons): Remove references to
11217 `gnus-group-display-picons'.
11218 (Hard Picons): Ditto.
11219
11220 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11221
11222 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11223 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11224
11225 1997-09-23 Paul Eggert <eggert@twinsun.com>
11226
11227 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11228 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11229
11230 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11231
11232 * Version 20.2 released.
11233
11234 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11235
11236 * Version 20.1 released.
11237
11238 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11239
11240 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11241
11242 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11243
11244 * widget.texi (push-button): Document it.
11245
11246 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11247
11248 * Version 19.33 released.
11249
11250 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11251
11252 * Version 19.32 released.
11253
11254 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11255
11256 * Makefile.in: Add rules for the Message manual.
11257
11258 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11259
11260 * gnus.texi: New version.
11261
11262 * message.texi: New manual.
11263
11264 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11265
11266 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11267
11268 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11269
11270 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11271 Specify -I option.
11272 (All dvi targets): Set the TEXINPUTS variable.
11273
11274 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11275
11276 * Version 19.31 released.
11277
11278 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11279
11280 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11281 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11282
11283 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11284
11285 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11286 (INFO_TARGETS): Add ../info/cc-mode.
11287 (DVI_TARGETS): Add cc-mode.dvi.
11288
11289 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11290
11291 * Version 19.30 released.
11292
11293 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11294
11295 * gnus.texi: New file.
11296
11297 1995-11-04 Erik Naggum <erik@naggum.no>
11298
11299 * gnus.texi: File deleted.
11300
11301 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11302
11303 * mh-e.texi: "Function Index" -> "Command Index" to work with
11304 Emacs 19.30 C-h C-k support of separately-documented commands.
11305
11306 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11307
11308 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11309 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11310
11311 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11312
11313 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11314 (../info/viper, viper.dvi): New targets.
11315
11316 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11317
11318 * dired-x.texi (Installation): Change the example to set
11319 buffer-local variables like dired-omit-files-p in
11320 dired-mode-hook.
11321
11322 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11323
11324 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11325 (../info/mh-e, mh-e.dvi): New targets.
11326
11327 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11328
11329 * Makefile.in (maintainer-clean): Rename from realclean.
11330
11331 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11332
11333 * Makefile.in: New file.
11334 * Makefile: File deleted.
11335
11336 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11337
11338 * Makefile (TEXINDEX_OBJS): Variable deleted.
11339 (texindex, texindex.o, getopt.o): Rules deleted.
11340 All deps on texindex deleted.
11341 (distclean): Don't delete texindex.
11342 (mostlyclean): Don't delete *.o.
11343 * texindex.c, getopt.c: Files deleted.
11344
11345 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11346
11347 * Version 19.26 released.
11348
11349 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11350
11351 * Version 19.25 released.
11352
11353 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11354
11355 * Version 19.24 released.
11356
11357 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11358
11359 * Version 19.23 released.
11360
11361 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11362
11363 * Makefile: Delete spurious tab.
11364
11365 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11366
11367 * Makefile (.SUFFIXES): New rule.
11368
11369 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11370
11371 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11372 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11373
11374 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11375
11376 * Makefile (../info/sc): Rename from sc.info.
11377 (../info/cl): Likewise.
11378 (INFO_TARGETS): Use new names.
11379
11380 1993-12-04 Richard Stallman (rms@srarc2)
11381
11382 * getopt.c: New file.
11383 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11384 (getopt.o): New rule.
11385 (dvi): Don't depend on texindex.
11386 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11387 Depend on texindex.
11388
11389 1993-12-03 Richard Stallman (rms@srarc2)
11390
11391 * Makefile (../info/sc.info): Rename from ../info/sc.
11392 (TEXI2DVI): New variable.
11393 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11394 Add explicit commands.
11395 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11396
11397 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11398
11399 * Version 19.22 released.
11400
11401 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11402
11403 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11404
11405 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11406
11407 * Version 19.21 released.
11408
11409 1993-11-15 Paul Eggert (eggert@twinsun.com)
11410
11411 * Makefile (../info/cl.info): Rename from ../info/cl.
11412
11413 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11414
11415 * Makefile (../etc/GNU): New target.
11416 (EMACSSOURCES): Add gnu1.texi.
11417
11418 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11419
11420 * Makefile (realclean): Don't delete the Info files.
11421
11422 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11423
11424 * forms.texi: Fix forms.texi so that it will format correctly.
11425 Add missing `@end iftex', fix bad reference.
11426
11427 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11428
11429 * Makefile: Fix targets for texindex, new info.texi files.
11430 * info-stnd.texi: New file implements info for standalone info
11431 reader.
11432 * info.texi: Update to include recent changes to "../info/info".
11433 New source file for ../info/info; includes info-stnd.texi.
11434
11435 * texindex.c: Include "../src/config.h" if building in emacs.
11436
11437 * Makefile: Change all files to FILENAME.texi, force all targets
11438 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11439 vip.texinfo, forms.texinfo, cl.texinfo.
11440 Add target to build texindex.c, defining `emacs'.
11441
11442 * forms.texi: Install new file to match version 2.3 of forms.el.
11443
11444 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11445
11446 * Version 19.19 released.
11447
11448 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11449
11450 * sc.texinfo: Fix info file name.
11451
11452 * Makefile (info): Add gnus and sc.
11453 (dvi): Add gnus.dvi and sc.dvi.
11454 (../info/sc, sc.dvi): New targets.
11455
11456 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11457
11458 * Version 19.18 released.
11459
11460 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11461
11462 * Makefile: Fix source file names of the separate manuals.
11463 (gnus.dvi, ../info/gnus): New targets.
11464
11465 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11466
11467 * Version 19.17 released.
11468
11469 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11470
11471 * split-man: Fix typos in last change.
11472
11473 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11474
11475 * Version 19.16 released.
11476
11477 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11478
11479 * version 19.15 released.
11480
11481 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11482
11483 * Makefile (distclean): It's rm, not rf.
11484
11485 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11486
11487 * Version 19.14 released.
11488
11489 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11490
11491 * Makefile: New file.
11492
11493 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11494
11495 * Version 19.13 released.
11496
11497 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11498
11499 * Version 19.9 released.
11500
11501 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11502
11503 * Version 19.8 released.
11504
11505 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11506
11507 * Version 19.7 released.
11508
11509 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11510
11511 * gnus.texinfo: New file. Removed installation instructions.
11512
11513 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11514
11515 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11516
11517 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11518
11519 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11520 then define `\sc' as the command for smallcaps in Texinfo.
11521 This means that the @sc command will produce small caps. bfox has
11522 made the corresponding change to makeinfo and texinfm.el.
11523
11524 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11525
11526 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11527 Customization since the menu entry did not point to anything.
11528 Also add an @finalout command to remove overfull hboxes from the
11529 printed output.
11530
11531 * cl.texinfo: Add @bye, \input line and @settitle to file.
11532 This file is clearly intended to be a chapter of some other work,
11533 but the other work does not yet exist.
11534
11535 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11536
11537 * texinfo.texinfo: Three typos corrected.
11538
11539 ;; Local Variables:
11540 ;; coding: utf-8
11541 ;; End:
11542
11543 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11544
11545 This file is part of GNU Emacs.
11546
11547 GNU Emacs is free software: you can redistribute it and/or modify
11548 it under the terms of the GNU General Public License as published by
11549 the Free Software Foundation, either version 3 of the License, or
11550 (at your option) any later version.
11551
11552 GNU Emacs is distributed in the hope that it will be useful,
11553 but WITHOUT ANY WARRANTY; without even the implied warranty of
11554 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11555 GNU General Public License for more details.
11556
11557 You should have received a copy of the GNU General Public License
11558 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.