Merge from gnulib.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 * texinfo.tex: Update from gnulib.
4
5 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
6
7 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
8 * htmlfontify.texi, org.texi: Add "coding: utf-8".
9
10 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
11
12 * todo-mode.texi: Update in light of changes due to bug#17482.
13 Replace numerous mistaken uses of literal quotes with proper
14 Texinfo markup.
15 (Todo Mode Entry Points): Comment out reference to using find-file
16 or Dired to visit Todo files, since this has been disabled (bug#17482).
17
18 2014-05-20 Leo Liu <sdl.web@gmail.com>
19
20 * cl.texi (List Functions, Efficiency Concerns): Update cl-endp.
21
22 2014-05-13 Paul Eggert <eggert@cs.ucla.edu>
23
24 * texinfo.tex: Update from gnulib.
25
26 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
27
28 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
29 setting in ~/.ssh/environment.
30
31 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
32
33 * todo-mode.texi: Update, improve exposition, add cross
34 references, fix typos.
35 (Inserting New Items, Editing Item Headers and Text): Rewrite to
36 document new user interface.
37
38 2014-05-04 Glenn Morris <rgm@gnu.org>
39
40 * autotype.texi (Skeleton Language):
41 * message.texi (Header Commands): Replace `iff'.
42
43 2014-05-02 Paul Eggert <eggert@cs.ucla.edu>
44
45 * vhdl-mode.texi: Add "@documentencoding UTF-8",
46 since this is a toplevel .texi file.
47
48 2014-04-22 Bastien Guerry <bzg@gnu.org>
49
50 * org.texi (Installation): Be more clear on why installing Org
51 through ELPA should be done without loading any Org file.
52
53 * org.texi (Emphasis and monospace): Document the use of
54 =verbatim= and ~code~ to be consistent with
55 `org-element-text-markup-successor'.
56
57 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
58
59 * org.texi (Initial visibility):
60 * org.texi (Literal examples): Fix typos.
61
62 2014-04-22 Michael Brand <michael.ch.brand@gmail.com>
63
64 * org.texi (Column attributes): Add a sentence to point out
65 the dependency on the format specifier.
66
67 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
68
69 * org.texi (The Export Dispatcher): Reformulation.
70
71 * org.texi (@LaTeX{} specific attributes): Update manual.
72
73 * org.texi (Top, Exporting): Org has its own documentation and
74 should therefore be removed from "Other build-in back-ends".
75
76 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * cl.texi (Structures): Remove cl-struct-set-slot-value.
79
80 2014-04-20 Daniel Colascione <dancol@dancol.org>
81
82 * cl.texi (Declarations): Document changes to `cl-the' and defstruct functions.
83
84 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
85
86 * Makefile.in (infoclean): Be consistent about reporting failures.
87
88 2014-03-27 Glenn Morris <rgm@gnu.org>
89
90 * Makefile.in (INFO_COMMON): Add vhdl-mode.
91 (vhdl_mode_deps, vhdl-mode, $(buildinfodir)/vhdl-mode$(INFO_EXT))
92 (vhdl-mode.dvi, vhdl-mode.pdf, vhdl-mode.html): New rules/variables.
93
94 * vhdl-mode.texi: General clean-up. Set copyright to FSF, add license.
95 Remove hand-written node pointers. Remove info re old Emacs versions.
96 Markup fixes.
97 (Getting Connected): Remove irrelevant info.
98 (Indentation Commands, Requirements): Remove empty/irrelevant nodes.
99 (Frequently Asked Questions): Electric indent is now enabled.
100
101 2014-03-27 Reto Zimmermann <reto@gnu.org>
102 Rod Whitby <software.vhdl-mode@rwhitby.net>
103
104 * vhdl-mode.texi: New file, imported from upstream vhdl-mode.
105
106 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
107
108 * texinfo.tex: Update from gnulib.
109
110 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
111
112 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
113
114 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
115
116 * gnus.texi (Ma Gnus): Mention header attachment buttons.
117
118 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
119
120 * emacs-mime.texi (MML Definition): Document recipient-filename.
121
122 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
123
124 * gnus.texi (MIME Commands): Mention
125 gnus-mime-buttonize-attachments-in-header and
126 gnus-mime-display-attachment-buttons-in-header.
127
128 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
129
130 * message.texi (Forwarding): Mention
131 `message-forward-included-headers'.
132
133 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
134
135 * gnus.texi: w3 is no longer supported by Gnus.
136
137 2014-03-22 Glenn Morris <rgm@gnu.org>
138
139 * efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
140
141 2014-03-21 Glenn Morris <rgm@gnu.org>
142
143 * ede.texi (ede-linux):
144 * vip.texi (New Bindings): Tiny copyedits.
145
146 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * vip.texi (Other Vi Commands): Adjust doc of C-j.
149
150 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
151 defined by CC-mode but globally.
152 (FAQ): Tweak text about RET and auto-indentation.
153
154 2014-03-18 David Engster <deng@randomsample.de>
155
156 * ede.texi (Project Local Variables): Remove reference to
157 `ede-java-root' and the example using it.
158 (Android projects, ede-java-root): Remove nodes since they are
159 only in CEDET upstream (Bug#17030). All nodes updated.
160 (ede-cpp-root): Document the :compile-command slot.
161 (ede-linux): Document new variables
162 `project-linux-build-directory-default' and
163 `project-linux-architecture-default'.
164
165 2014-03-12 Glenn Morris <rgm@gnu.org>
166
167 * eww.texi (History and Acknowledgments):
168 Don't list everyone who changed the code.
169
170 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
171 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
172 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
173 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
174 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
175 Use @file for buffers, per the Texinfo manual.
176
177 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
178
179 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
180 so that the Org Manual's style for ` and ' in code is consistent
181 with the other Emacs manuals. This affects PDF, not .info files.
182
183 2014-03-12 Glenn Morris <rgm@gnu.org>
184
185 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
186 about RET and indentation.
187
188 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
189
190 * gnus.texi:
191 * semantic.texi: Fix whitespace.
192
193 * ede.texi (Android projects):
194 * eieio.texi (Class Options, Making New Objects)
195 (Method Invocation, CLOS compatibility):
196 * sem-user.texi (Tag Decoration Mode): Fix typos.
197
198 2014-03-02 Xue Fuqiao <xfq@gnu.org>
199
200 * sem-user.texi (Create System Databases): Markup fix.
201
202 2014-02-28 Glenn Morris <rgm@gnu.org>
203
204 * info.texi (Further Reading): Rename node from Expert Info.
205 Remove stuff about writing Info nodes by hand.
206 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
207
208 * info.texi: Nuke hand-written node pointers.
209
210 2014-02-28 Karl Berry <karl@gnu.org>
211
212 * info.texi (Top): Mention H for a summary of all commands.
213
214 2014-02-25 Glenn Morris <rgm@gnu.org>
215
216 * edt.texi (Quick start, Starting emulation): Update hook details.
217 * efaq.texi (Fullscreen mode on MS-Windows)
218 (Terminal setup code works after Emacs has begun): Update hook details.
219 * vip.texi (Loading VIP): Fix hook example.
220
221 * efaq-w32.texi (Bash): Don't use setq with hooks.
222
223 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
224
225 * texinfo.tex: Update from gnulib.
226
227 2014-02-22 Xue Fuqiao <xfq@gnu.org>
228
229 * remember.texi (Quick Start): Add an index.
230 (Function Reference, Quick Start): Add cross-references.
231
232 2014-02-21 Glenn Morris <rgm@gnu.org>
233
234 * flymake.texi (Starting the syntax check process): Grammar fix.
235
236 * tramp.texi (External packages): Grammar fix.
237 Reword for default sentinel not being nil any more.
238
239 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
240
241 * trampver.texi: Update release number.
242
243 2014-02-19 Glenn Morris <rgm@gnu.org>
244
245 * remember.texi: Copyedits.
246 (Quick Start): No need for manual autoloads. Mention remember-notes.
247 (Function Reference): Update arguments. Add new commands.
248
249 2014-02-18 Glenn Morris <rgm@gnu.org>
250
251 * remember.texi (copying): Bump remember mode version.
252 (Installation): Remove unnecessary chapter.
253 (Quick Start): No need to explicitly load remember.el.
254 (Separate Text Files): New section.
255
256 2014-02-17 Glenn Morris <rgm@gnu.org>
257
258 * eieio.texi (Class Values, CLOS compatibility):
259 Remove references to deleted eieio-describe-class/generic.
260
261 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
262
263 Sync with Tramp 2.2.9.
264 * trampver.texi: Update release number.
265
266 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
267
268 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
269
270 * calc.texi (Single-Variable Statistics): Remove mention of
271 incorrect keybinding.
272
273 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
274
275 * texinfo.tex: Update from gnulib.
276
277 2014-02-08 Glenn Morris <rgm@gnu.org>
278
279 * auth.texi (GnuPG and EasyPG Assistant Configuration):
280 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
281
282 2014-02-07 Glenn Morris <rgm@gnu.org>
283
284 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
285
286 2014-02-06 Glenn Morris <rgm@gnu.org>
287
288 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
289
290 * mh-e.texi, viper.texi: Do not use colons in index entries.
291
292 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
293
294 * texinfo.tex: Update from gnulib.
295
296 2014-02-05 Glenn Morris <rgm@gnu.org>
297
298 * epa.texi: Add indices.
299
300 * url.texi (Cookies): Mention url-cookie-list command.
301
302 2014-02-03 Glenn Morris <rgm@gnu.org>
303
304 * cl.texi (Blocks and Exits): Mention cl-tagbody.
305
306 2014-02-02 Glenn Morris <rgm@gnu.org>
307
308 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
309
310 2014-01-31 Glenn Morris <rgm@gnu.org>
311
312 * efaq.texi (Replacing highlighted text):
313 Update delete-selection-mode doc.
314
315 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
316
317 * sem-user.texi (Include paths): Fix a Texinfo command.
318
319 2014-01-27 Glenn Morris <rgm@gnu.org>
320
321 * idlwave.texi (Lesson III---User Catalog, Online Help)
322 (Starting the Shell, Catalogs, User Catalog):
323 * remember.texi (Quick Start):
324 * viper.texi:
325 * vip.texi (Customization, Customizing Constants)
326 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
327
328 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
329
330 * cc-mode.texi (Minor Modes): Minor fix.
331
332 2014-01-24 David Engster <deng@randomsample.de>
333
334 * eieio.texi (Introduction): Fix references.
335
336 2014-01-24 Glenn Morris <rgm@gnu.org>
337
338 * efaq.texi (Termcap/Terminfo entries for Emacs):
339 Use M-x term rather than M-x terminal-emulator.
340
341 * emacs-mime.texi (time-date): Use float-time.
342
343 2014-01-22 David Engster <deng@randomsample.de>
344
345 * eieio.texi (Introduction): Move introductory paragraph about
346 EIEIO and CLOS from 'Building Classes' to here.
347 (Documentation): Remove, since eieio-doc is not part of Emacs.
348 (Class Values, CLOS compatibility): Mention that
349 `describe-function' will also give information about classes.
350
351 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
352
353 * texinfo.tex: Update from gnulib.
354
355 2014-01-15 Glenn Morris <rgm@gnu.org>
356
357 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
358
359 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
360
361 * tramp.texi (all): Doc fix according to GNU Coding Standards.
362 Use "file name" instead of "filename" or "path". Use "host"
363 instead of "machine".
364
365 2014-01-12 David Engster <deng@randomsample.de>
366
367 * eieio.texi (Introduction): `class-of' is obsolete.
368 (Predicates, Basic Methods): Adapt function names to namespace
369 cleanup.
370
371 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
372
373 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
374
375 2014-01-12 Glenn Morris <rgm@gnu.org>
376
377 * efaq.texi (Guidelines for newsgroup postings)
378 (Informational files for Emacs):
379 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
380
381 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
384
385 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
386
387 * Makefile.in: Add eww.texi.
388 * eww.texi: New file.
389
390 2014-01-07 Glenn Morris <rgm@gnu.org>
391
392 * efaq.texi (Problems with very large files): Fix superscript typo.
393
394 2013-01-07 Rasmus <w530@pank.eu>
395
396 * org.texi (Global and local cycling): Fix missing '@'.
397
398 2013-01-07 Bastien Guerry <bzg@gnu.org>
399
400 * org.texi (Global and local cycling): Mention C-u C-u TAB.
401 (Include files, The Export Dispatcher)
402 (Advanced configuration)
403 (Header arguments in Org mode properties): Spelling fixes.
404 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
405 (@LaTeX{} specific attributes): New index entries.
406 Use #+BEGIN_ABSTRACT in the example.
407
408 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
409
410 * org.texi (Org export): New section.
411 (HTML doctypes): Fix whitespace error. Fix display.
412 (Publishing options): Add missing html publishing options.
413
414 2014-01-07 Glenn Morris <rgm@gnu.org>
415
416 * efaq.texi (Basic editing, Packages that do not come with Emacs):
417 Merge in some info from etc/MORE.STUFF.
418
419 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
420
421 Specify .texi encoding (Bug#16292).
422 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
423 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
424 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
425 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
426 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
427 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
428 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
429 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
430 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
431 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
432 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
433 * widget.texi, wisent.texi, woman.texi:
434 Add @documentencoding.
435
436 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
437
438 * eshell.texi (What Eshell is not): Clean up confusing clause.
439
440 2014-01-03 Glenn Morris <rgm@gnu.org>
441
442 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
443
444 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
445 Add copyright notice to titlepage.
446
447 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
448
449 * ert.texi: Add a titlepage. Use @insertcopying.
450
451 * calc.texi (Top): Use @top rather than @chapter.
452
453 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
454
455 * eshell.texi (top): Fix incorrect use of xref.
456
457 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
458
459 * eshell.texi (top): Fix incorrect info filename in an xref.
460
461 2014-01-02 Glenn Morris <rgm@gnu.org>
462
463 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
464
465 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
466
467 * eshell.texi (Command Basics): Remove `Command basics' chapter.
468
469 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
470
471 * eshell.texi (What is Eshell?): Add section about what not to use
472 Eshell for.
473
474 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
477
478 2013-12-22 Glenn Morris <rgm@gnu.org>
479
480 * woman.texi (Navigation): Use itemx where appropriate.
481
482 2013-12-20 Tassilo Horn <tsdh@gnu.org>
483
484 * info.texi, woman.texi:
485 Document `S-SPC' as alternative to `DEL' for scrolling.
486
487 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
488
489 * calc.texi (Stack Manipulation Commands): Mention using the variable
490 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
491
492 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
493
494 * tramp.texi (direntry): Use ssh but rsh.
495 (all): Encode all environment variable names with @env{...}.
496 (Bug Reports): Refer to Testing node.
497
498 2013-12-12 Glenn Morris <rgm@gnu.org>
499
500 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
501 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
502 * srecode.texi, todo-mode.texi, tramp.texi:
503 Sync direntry with info/dir version.
504
505 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
506
507 * Makefile.in: Add octave-mode.texi.
508
509 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
510 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
511
512 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
513
514 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
515
516 * dbus.texi (Properties and Annotations): Fix typo.
517
518 2013-12-06 Bastien Guerry <bzg@gnu.org>
519
520 * org.texi: Don't include Emacs version within Org's version.
521
522 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
523
524 * org.texi (Creating one-off styles): Use new export snippet
525 syntax.
526
527 * org.texi (Export settings): Documentation describing how text
528 above the first heading is ignored when an :export: tag is in a
529 file.
530
531 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
532
533 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
534
535 2013-11-30 Glenn Morris <rgm@gnu.org>
536
537 * Makefile.in (distclean): Remove Makefile.
538
539 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
540
541 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
542 (The Basics, Formulas): Copyedits.
543 (Resizing, Printer functions): Add index entries.
544
545 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
546
547 * calc.texi (Customizing Calc): Mention new variable
548 `calc-context-sensitive-enter'.
549
550 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
551
552 * org.texi (Exporting code blocks): Document the 'inline-only
553 setting for `org-export-babel-evaluate'. Document how :var
554 introduces code block dependencies.
555
556 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
557
558 * org.texi (Header arguments): Document header-args[:lang]
559 properties and remove deprecated old-style properties from
560 documentation.
561
562 * org.texi (Agenda commands): Remove footnote from @tsubheading
563 and add a sentence with the reference instead.
564
565 2013-11-12 Bastien Guerry <bzg@gnu.org>
566
567 * org.texi (Catching invisible edits):
568 * org.texi (Plain lists, Plain lists):
569 * org.texi (Advanced configuration):
570 * org.texi (Tag groups):
571 * org.texi (Conventions):
572 * org.texi (Checkboxes, Radio lists):
573 * org.texi (Top, Summary, Exporting):
574 * org.texi (In-buffer settings): Fix typos.
575
576 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
577 C-w'. Add an index entry for `org-refile-keep'.
578
579 * org.texi (Plain lists): Add an index entry for sorting plain
580 list. Document sorting by checked status for check lists.
581
582 * org.texi (Publishing options): Fix old variable names.
583
584 * org.texi (Orgstruct mode): Fix suggested setting of
585 `orgstruct-heading-prefix-regexp'.
586
587 * org.texi (Export settings):
588 Document `org-export-allow-bind-keywords'.
589
590 * org.texi (History and Acknowledgments): Small rephrasing.
591
592 * org.texi (Template elements): Add a footnote about tags accepted
593 in a year datetree.
594
595 * org.texi (Beamer export, @LaTeX{} and PDF export)
596 (Header and sectioning, @LaTeX{} specific attributes):
597 Enhance style.
598
599 * org.texi (Agenda commands): Add a footnote about dragging agenda
600 lines: it does not persist and it does not change the .org files.
601
602 * org.texi (Agenda commands): Add a table heading for dragging
603 agenda lines forward/backward.
604
605 * org.texi (Agenda commands): Add documentation for
606 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
607
608 * org.texi (Publishing options): Update the list of options.
609 (Simple example, Complex example): Fix the examples.
610
611 * org.texi (Formula syntax for Calc): Don't use a bold font the
612 warning.
613
614 * org.texi (Other built-in back-ends): New section.
615
616 * org.texi (Editing source code):
617 Document `org-edit-src-auto-save-idle-delay' and
618 `org-edit-src-turn-on-auto-save'.
619
620 * org.texi (External links): Document contributed link types
621 separately.
622
623 * org.texi (Closing items):
624 Document `org-closed-keep-when-no-todo'.
625
626 * org.texi (Export back-ends): Rename from "Export formats".
627 (The Export Dispatcher): Remove reference to
628 `org-export-run-in-background'.
629 (Export settings): Minor rewrites.
630 (ASCII/Latin-1/UTF-8 export): Update variable's name.
631 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
632
633 * org.texi (Export in foreign buffers): New section.
634 (Exporting): Remove documentation about converting the selected
635 region.
636
637 * org.texi (Advanced configuration): Put the filter valid types in
638 a table. Use @lisp and @smalllisp.
639
640 * org.texi: Use @code{nil} instead of nil. Update the maintainer
641 contact info.
642
643 * org.texi (Exporting): Better introductory sentence. Add a note
644 about conversion commands.
645 (Feedback, Orgstruct mode, Built-in table editor)
646 (Built-in table editor, Orgtbl mode, Updating the table)
647 (Property syntax, Capturing column view, Capture)
648 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
649 (Exporting, Extending ODT export)
650 (Working with @LaTeX{} math snippets, dir, Customization)
651 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
652 Uniformly use @kbd{M-x command RET}.
653
654 * org.texi (Filtering/limiting agenda items): New subsection.
655 Document the use of `org-agenda-max-*' options and
656 `org-agenda-limit-interactively' from the agenda.
657 (Agenda commands): Move details about filtering commands to
658 the new section, only include a summary here.
659 (Customizing tables in ODT export)
660 (System-wide header arguments, Conflicts, Dynamic blocks):
661 Use spaces for indentation.
662
663 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
664
665 * org.texi (Links in HTML export, Images in HTML export)
666 (post): Fix syntax within #+ATTR_*.
667 (Tables in HTML export): Document `org-html-table-row-tags'
668 and use `org-html-table-default-attributes' instead of
669 `org-html-table-tag'.
670
671 * org.texi (Publishing action, Publishing options)
672 (Publishing links): Major rewrite. Enhance explanations for
673 `org-org-publish-to-org'. Remove reference to
674 `org-export-run-in-background'.
675
676 * org.texi: Fix many small typos. Use #+NAME instead of
677 #+TBLNAME. Use @smalllisp instead of @example.
678 (Special symbols): Add index?
679 (HTML preamble and postamble): Don't mention obsolete use of
680 opt-plist.
681 (JavaScript support): Don't mention the org-jsinfo.el file as it
682 has been merged with ox-html.el.
683
684 * org.texi (Installation, Feedback, Setting Options)
685 (Code evaluation security, org-crypt.el): Use @lisp instead of
686 @example.
687 (Agenda commands): Use @table instead of @example.
688
689 * org.texi (Adding hyperlink types): New appendix.
690
691 * org.texi (ODT export commands, Extending ODT export)
692 (Applying custom styles, Images in ODT export)
693 (Labels and captions in ODT export)
694 (Literal examples in ODT export)
695 (Configuring a document converter)
696 (Working with OpenDocument style files)
697 (Customizing tables in ODT export)
698 (Validating OpenDocument XML): Fix options names.
699
700 * org.texi (History and Acknowledgments): Update acknowledgments
701 to Nicolas. Add Nicolas Goaziou to the list of contributors.
702
703 * org.texi (System-wide header arguments): Don't use "customizing"
704 for setting a variable. Also remove comments.
705
706 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
707 `org-agenda-start-on-weekday' to the variable index and document
708 them.
709
710 * org.texi (Sparse trees, Agenda commands)
711 (@LaTeX{} fragments, Selective export, Export options)
712 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
713 (HTML Export commands, @LaTeX{}/PDF export commands)
714 (iCalendar export, Publishing options, Triggering publication)
715 (In-buffer settings): Update to reflect changes from the new
716 export engine.
717
718 * org.texi (Matching tags and properties): More examples.
719 Explain group tags expansion as regular expressions.
720
721 * org.texi (Tag groups): New section.
722
723 * org.texi (Setting tags): Tiny formatting fixes.
724
725 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
726 names.
727
728 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
729 concept index. Include example for these agenda views.
730 (Special agenda views): Mention the "agenda*" agenda view.
731
732 * org.texi (Repeated tasks): Document how to ignore a repeater
733 when using both a scheduled and a deadline timetamp.
734
735 * org.texi (Global and local cycling): Wrap in a new subsection.
736 (Initial visibility, Catching invisible edits): New subsections.
737
738 * org.texi (Visibility cycling): Mention that
739 `org-agenda-inhibit-startup' will prevent visibility setting when
740 the agenda opens an Org file for the first time.
741
742 * org.texi (Org syntax): New section.
743
744 * org.texi (Orgstruct mode):
745 Document `orgstruct-heading-prefix-regexp'.
746
747 * org.texi (Speeding up your agendas): New section.
748
749 * org.texi (Installation): When installing Org from ELPA, users
750 should do this from an Emacs session where no .org file has been
751 visited.
752
753 * org.texi (CSS support, In-buffer settings): Update HTML options
754 names.
755
756 * org.texi (Structure editing): Update documentation for
757 `org-insert-heading-or-item'.
758 (Plain lists, Relative timer): Update index entry.
759
760 * org.texi (JavaScript support): Update variable names.
761
762 * org.texi (comments): Minor formatting fix.
763
764 * org.texi (@LaTeX{} fragments): Minor enhancement.
765
766 * org.texi: Update the list contributions.
767
768 * org.texi (Agenda commands): Exporting the agenda to an .org file
769 will not copy the subtrees and the inherited tags.
770 Document `org-agenda-filter-by-regexp'.
771
772 * org.texi (Publishing action, Complex example): Fix names of
773 publishing functions.
774
775 * org.texi (Top, Exporting): Delete references to Freemind.
776 (Freemind export): Delete section.
777
778 * org.texi (Top, Exporting): Delete references to the XOXO export.
779 (XOXO export): Delete section.
780
781 * org.texi (Capture): Mention that org-remember.el is not
782 supported anymore.
783
784 * org.texi (Top, Exporting, Beamer class export):
785 Delete references to the TaskJuggler export.
786 (History and Acknowledgments): Mention that the TaskJuggler has
787 been rewritten by Nicolas and now lives in the contrib/ directory
788 of Org's distribution. Mention that Jambunathan rewrote the HTML
789 exporter. Remove Jambunathan from my own acknowledgments.
790 (TaskJuggler export): Delete.
791
792 * org.texi (HTML preamble and postamble)
793 (Tables in HTML export, Images in HTML export)
794 (Math formatting in HTML export, CSS support)
795 (@LaTeX{} and PDF export, Publishing options): Fix the names of
796 the HTML export and publishing options.
797
798 * org.texi (Literal examples, Export options)
799 (@LaTeX{} and PDF export, Header and sectioning)
800 (Publishing options): Fix LaTeX options names.
801
802 * org.texi (Export options, CSS support, In-buffer settings):
803 Fix references to HTML_LINK_* and HTML_STYLE keywords.
804
805 * org.texi (Export options, In-buffer settings): Fix references to
806 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
807
808 * org.texi (Top, Markup, Initial text, Images and tables)
809 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
810 (Export options, JavaScript support, Beamer class export):
811 Remove references to the DocBook export, which has been deleted.
812 (History and Acknowledgments): Mention that DocBook has been
813 deleted, suggest to use the Texinfo exporter instead, then to
814 convert the .texi to DocBook with makeinfo.
815 (Links in ODT export, Tables in ODT export): Fix indices.
816
817 * org.texi (Deadlines and scheduling): Add a variable to the
818 index. Add documentation about delays for scheduled tasks.
819
820 * org.texi (Emphasis and monospace):
821 Mention `org-fontify-emphasized-text' and
822 `org-emphasis-regexp-components'.
823
824 * org.texi (References): Small enhancement.
825
826 * org.texi (Column width and alignment): Make the example visually
827 more clear.
828
829 * org.texi (The clock table): Document :mstart and :wstart as a
830 way to set the starting day of the week.
831
832 * org.texi (In-buffer settings): Document new startup keywords.
833 Thanks to John J Foerch for this idea.
834
835 * org.texi (Include files): Tiny formatting fix.
836
837 * org.texi (Activation): Point to the "Conflicts" section.
838
839 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
840
841 * org.texi (CSS support): Clarify this section.
842
843 * org.texi (@LaTeX{} specific attributes): Document that tabu and
844 tabularx packages are not in the default set of packages.
845
846 * org.texi (Agenda commands): Document fortnight view.
847
848 * org.texi: Document conflict with ecomplete.el.
849
850 * org.texi (History and Acknowledgments): Acknowledgements for
851 Jason Dunsmore and Rakcspace.
852
853 * org.texi: Rename org-crypt.el node to org-crypt.
854
855 * org.texi (A @LaTeX{} example): Fix typo in variable name.
856
857 * org.texi (MobileOrg): Mention the new iPhone developer.
858
859 * org.texi (Table of contents) Improve documentation of TOC
860 placement.
861
862 * org.texi: Explain that date/time information at read-date prompt
863 should start at the beginning, not anywhere in the middle of a
864 long string.
865
866 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
867
868 * org.texi (Orgstruct mode): Fix wrong regexp.
869
870 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
871
872 * org.texi: Document export to (X)HTML flavors.
873
874 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
875
876 * org.texi (Extracting source code): Mention the prefix argument
877 to org-babel-tangle.
878 (noweb): Remove erroneous negative.
879 (Specific header arguments): Document new header arguments.
880 Documentation for new tangle-mode header argument.
881 (Top): Documentation for new tangle-mode header argument.
882 (rownames): Documentation for new tangle-mode header argument.
883 Mention elisp as special rowname case.
884 (tangle-mode): Documentation for new tangle-mode header argument.
885 (post): Documentation and an example of usage.
886 (var): Remove the "Alternate argument syntax" section from the
887 documentation.
888 (hlines): Note that :hline has no effect for Emacs Lisp code
889 blocks.
890
891 2013-11-12 Feng Shu <tumashu@gmail.com>
892
893 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
894 (Math formatting in HTML export)
895 (Working with @LaTeX{} math snippets): Add document about creating
896 formula image with imagemagick.
897
898 * org.texi (@LaTeX{} specific attributes): Document `:caption'
899 attribute of #+ATTR_LATEX.
900
901 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
902
903 * org.texi (Handling links): Fix a typo in
904 `org-startup-with-inline-images' documentation.
905
906 * org.texi (Previewing @LaTeX{} fragments): Document the startup
907 keywords to use for previewing LaTeX fragments or not.
908 (Summary of in-buffer settings): Improve formatting and add an
909 entry for the variable `org-startup-with-latex-preview'.
910
911 * org.texi (Property syntax): Recall the user to refresh the org
912 buffer when properties are set on a per-file basis.
913
914 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
915
916 * org.texi (Matching tags and properties): Clarification.
917
918 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
919
920 * org.texi (Editing and debugging formulas): Add an example when a
921 table has multiple #+TBLFM lines.
922
923 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
924
925 * org.texi (The clock table): Document acceptance of relative
926 times in tstart and tend, link to syntax description and provide
927 example.
928
929 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
930
931 * org.texi (The spreadsheet): Document lookup functions.
932
933 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
934
935 * org.texi (CSS support): Mention .figure-number, .listing-number,
936 and .table-number.
937
938 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
939
940 * org.texi
941 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
942 spreadsheet formula mode strings and some examples from @example
943 block with xy @r{yz} to @table.
944
945 * org.texi (Formula syntax for Calc): Improve the documentation of
946 empty fields in formulas for spreadsheet. Add explanation and
947 example for empty field. Extend explanations of format
948 specifiers. Add a sentence to mention Calc defmath.
949
950 * org.texi (Column formulas): Add a sentence to be more explicit
951 about when a table header is mandatory.
952
953 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
954
955 * org.texi (Subscripts and superscripts): Remove reference to
956 quoted underscores until this mechanism is implemented again.
957
958 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
959 property.
960
961 * org.texi (Document title): Subtree export is no longer triggered
962 by marking one as the region.
963 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
964 giving examples isn't very useful: "horizontal rule" is, at least,
965 as explicit as <hr/>.
966
967 * org.texi (HTML doctypes): Reflect keyword removal.
968 (CSS support): Reflect keyword removal.
969
970 * org.texi (@LaTeX{} specific attributes): Document new :float
971 values.
972
973 * org.texi (Export settings): Improve documentation.
974
975 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
976 (Text areas in HTML export): Update text areas.
977 (HTML Export commands): Update export commands.
978
979 * org.texi (Header and sectioning): Add a footnote about the
980 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
981
982 * org.texi (The Export Dispatcher):
983 Document `org-export-in-background'.
984
985 * org.texi (Footnotes): Export back-ends do not use
986 `org-footnote-normalize' anymore.
987
988 * org.texi: Document variable changes.
989
990 * org.texi (Export settings): Document p: item in OPTIONS keyword.
991
992 * org.texi (Exporting): Massive rewrite of the first sections.
993 (Selective export): Delete.
994 (The Export Dispatcher): Rewrite.
995 (Export options): Rewrite as "Export settings".
996
997 * org.texi: Small changes to documentation for embedded LaTeX.
998
999 * org.texi (Internal links): Document #+NAME keyword and
1000 cross-referencing during export.
1001
1002 * org.texi (Include files): Remove reference to :prefix1
1003 and :prefix. Give more details for :minlevel.
1004
1005 * org.texi (Macro replacement): Fix macro name.
1006 Update documentation about possible locations and escaping mechanism.
1007
1008 * org.texi (Table of contents): Update documentation.
1009 Document lists of listings and lists of tables. Add documentation for
1010 optional title and #+TOC: keyword.
1011
1012 2013-11-12 Rick Frankel <rick@rickster.com>
1013
1014 * org.texi (results): Add Format section, broken out of Type
1015 section to match code.
1016 (hlines, colnames): Remove incorrect Emacs Lisp exception.
1017 Note that the actual default handling (at least for python and
1018 emacs-lisp) does not seem to match the description.
1019
1020 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
1021
1022 * org.texi (The date/time prompt): Update the documentation to
1023 reflect the new way `org-read-date-get-relative' handles weekdays.
1024
1025 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
1026
1027 * org.texi (Resolving idle time):
1028 Document `org-clock-x11idle-program-name'.
1029
1030 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1031
1032 * ert.texi (Running Tests Interactively): Adapt examle output.
1033 (Tests and Their Environment): Mention skip-unless.
1034
1035 2013-10-23 Glenn Morris <rgm@gnu.org>
1036
1037 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1038 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1039 * widget.texi: Nuke @refill.
1040
1041 * Makefile.in (install-dvi, install-html, install-pdf)
1042 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1043 (uninstall-pdf): Quote entities that might contain whitespace.
1044
1045 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1046
1047 * calc.texi (Data Type Formats): Don't specify the size at
1048 which integers begin to be represented by lists.
1049
1050 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
1051
1052 * cl.texi (Argument Lists): Add indexes for &key and &aux.
1053
1054 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * trampver.texi: Update release number.
1057
1058 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1059
1060 Sync with Tramp 2.2.8.
1061
1062 * tramp.texi (External packages): Use `non-essential'.
1063 * trampver.texi: Update release number.
1064
1065 2013-09-14 Glenn Morris <rgm@gnu.org>
1066
1067 * eshell.texi: Markup fixes.
1068
1069 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1070
1071 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1072 of @kbd{RET}.
1073 (Prefix Matching): Add an index.
1074
1075 2013-09-08 Glenn Morris <rgm@gnu.org>
1076
1077 * emacs-gnutls.texi: Tweak direntry.
1078
1079 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1080
1081 * tramp.texi (Alternative Syntax): Remove chapter.
1082
1083 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1084
1085 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1086 for portability to hosts where /bin/sh has problems.
1087
1088 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 Try to reduce redundancy in doc/misc/Makefile.in.
1091 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1092 (TARGETS): New intermediate variable.
1093 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1094
1095 2013-08-27 Glenn Morris <rgm@gnu.org>
1096
1097 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1098
1099 * efaq.texi: Rename from faq.texi, to match its output files.
1100 * Makefile.in: Update for faq.texi name change.
1101
1102 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1103
1104 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1105
1106 * efaq-w32.texi: Move here from the web-pages repository.
1107 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1108 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1109 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1110 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1111 Add DOCMISC_*_W32 variables.
1112 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1113 (efaq_w32_deps): New variable.
1114 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1115 (efaq-w32.pdf, efaq-w32.html): New rules.
1116 (clean): Remove efaq-w32 products.
1117
1118 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 * texinfo.tex: Update from gnulib.
1121
1122 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1123
1124 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1125 shift_jis from the default value set to mm-coding-system-priorities for
1126 Japanese users.
1127
1128 2013-08-13 Glenn Morris <rgm@gnu.org>
1129
1130 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1131 (Options - Defining Label Environments, Options - Creating Labels)
1132 (Options - Referencing Labels, Options - Creating Citations)
1133 (Options - Index Support, Options - Viewing Cross-References)
1134 (Options - Finding Files, Options - Optimizations)
1135 (Options - Fontification, Options - Misc):
1136 * cc-mode.texi (Sample Init File):
1137 * edt.texi (Init file):
1138 * epa.texi (Encrypting/decrypting gpg files):
1139 * mairix-el.texi (About, Setting up the mairix interface, Using)
1140 (Extending):
1141 Rename nodes to avoid characters that can cause Texinfo problems.
1142
1143 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1144
1145 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1146
1147 2013-08-12 Glenn Morris <rgm@gnu.org>
1148
1149 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1150 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1151 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1152 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1153 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1154 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1155 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1156 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1157 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1158 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1159 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1160 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1161 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1162
1163 * woman.texi (Top): Avoid mailto: in html output.
1164
1165 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1166 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1167 (INSTALL_DATA): New, set by configure.
1168 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1169 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1170 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1171 uninstall-ps, and uninstall-doc.
1172 (.SUFFIXES): Add .ps and .dvi.
1173 (.dvi.ps): New suffix rule.
1174 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1175 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1176 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1177 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1178 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1179 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1180 (ido.html, mairix-el.html, message.html, mh-e.html)
1181 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1182 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1183 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1184 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1185 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1186 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1187 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1188 New rules.
1189 (clean): Remove HTML_TARGETS and PS_TARGETS.
1190
1191 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1192
1193 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1194 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1195 for user options.
1196
1197 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1198
1199 * htmlfontify.texi (Customization): Remove documentation of
1200 `hfy-fast-lock-save'. Minor fixes.
1201
1202 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1203
1204 * ido.texi (Top): Insert node "Working Directories" in menu.
1205 (Working Directories): New node.
1206 (Misc Customization): Add documentation of
1207 `ido-confirm-unique-completion' and some other user options.
1208
1209 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1210
1211 * todo-mode.texi: Update @dircategory.
1212 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1213 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1214 @ref.
1215
1216 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1217
1218 * sc.texi (Introduction): Fix index.
1219 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1220 (Information Keys and the Info Alist, Reference Headers)
1221 (The Built-in Header Rewrite Functions)
1222 (Electric References, Reply Buffer Initialization)
1223 (Filling Cited Text, Selecting an Attribution)
1224 (Attribution Preferences)
1225 (Anonymous Attributions, Author Names)
1226 (Using Regi, Post-yank Formatting Commands)
1227 (Citing Commands, Insertion Commands)
1228 (Mail Field Commands)
1229 (Hints to MUA Authors, Thanks and History): Change from one space
1230 between sentences to two.
1231 (What Supercite Does): Typo fix.
1232
1233 * newsticker.texi (Usage): Use @key for RET.
1234
1235 * cl.texi (Argument Lists, For Clauses)
1236 (Macros): Add indexes.
1237
1238 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1239
1240 * cl.texi (Blocks and Exits): Add an index.
1241
1242 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1243
1244 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1245 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1246 (todo-mode.dvi, todo-mode.pdf): New rules.
1247
1248 * todo-mode.texi: New file.
1249
1250 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1251
1252 * gnus.texi (Basic Usage): Mention that warp means jump here.
1253 (The notmuch Engine): Mention notmuch.
1254
1255 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1256
1257 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1258 `gnus-subthread-sort-functions' and remove the obsolete documentation
1259 of `gnus-sort-threads-recursively'.
1260
1261 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1262
1263 * texinfo.tex: Update to 2012-07-29.17 version.
1264
1265 2013-07-29 David Engster <deng@randomsample.de>
1266
1267 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1268 implementation.
1269 (Introduction): Add further missing features.
1270 (Building Classes): Add introductory paragraph.
1271 (Wish List): Add metaclasses and EQL specialization.
1272
1273 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1274
1275 * tramp.texi (Frequently Asked Questions):
1276 Mention `tramp-use-ssh-controlmaster-options'.
1277
1278 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1279
1280 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1281 `gnus-sort-threads-recursively'.
1282
1283 2013-07-25 Glenn Morris <rgm@gnu.org>
1284
1285 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1286 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1287
1288 * erc.texi (Special Features): Update contact information.
1289 (History): Avoid using @email.
1290
1291 * eshell.texi (Bugs and ideas): Minor updates.
1292
1293 * faq.texi (Reporting bugs, Origin of the term Emacs)
1294 (Setting up a customization file)
1295 (Using an already running Emacs process, Turning off beeping)
1296 (Packages that do not come with Emacs)
1297 (Replying to the sender of a message): Avoid using @email.
1298
1299 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1300
1301 * reftex.texi (Imprint): Avoid using @email.
1302
1303 * ses.texi (Top): Update bug reporting instructions.
1304 (Acknowledgments): Avoid using @email.
1305
1306 * woman.texi (Introduction, Background): Remove outdated information.
1307 (Bugs, Acknowledgments): Avoid using @email.
1308
1309 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1310
1311 * ido.texi: New file.
1312
1313 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1314
1315 * gnus.texi (Customizing Articles): Document function predicates.
1316
1317 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1318
1319 * gnus.texi (lines): Correct description of
1320 `gnus-registry-track-extra's default value.
1321 Mention `gnus-registry-remove-extra-data'.
1322
1323 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1324
1325 * gnus.texi (Group Parameters): Mention regexp
1326 substitutions (bug#11688).
1327
1328 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1329
1330 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1331
1332 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1333
1334 * gnus.texi (Emacsen): Fix version.
1335
1336 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1337
1338 2013-07-06 Glenn Morris <rgm@gnu.org>
1339
1340 * mh-e.texi: Fix external links.
1341 (Using This Manual): Printed elisp manuals no longer available.
1342
1343 * newsticker.texi (Overview): Update URL.
1344
1345 * nxml-mode.texi (Introduction): Update URL.
1346
1347 * org.texi (JavaScript support): Fix URL.
1348
1349 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1350
1351 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1352
1353 * dbus.texi (Introspection): Update URL to a less defunct one.
1354
1355 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1356 (Foreign Groups): Use @indicateurl for examples.
1357 (Direct Functions): Remove defunct URL.
1358 (RSS): Update URL.
1359
1360 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1361 (FAQ 7-1): Update URL.
1362
1363 * pgg.texi (Top, Overview): Add note about obsolescence.
1364
1365 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1366
1367 * texinfo.tex: Merge from gnulib.
1368
1369 2013-07-03 Glenn Morris <rgm@gnu.org>
1370
1371 * bovine.texi (top):
1372 * cc-mode.texi (AWK Mode Font Locking):
1373 * mh-e.texi (Preface):
1374 * url.texi (URI Parsing): Fix cross-references to other manuals.
1375
1376 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1377
1378 * gnus.texi (Client-Side IMAP Splitting):
1379 Note that `nnimap-inbox' now can be a list.
1380
1381 2013-06-24 Glenn Morris <rgm@gnu.org>
1382
1383 * eshell.texi: Fix cross-references to other manuals.
1384
1385 2013-06-23 Glenn Morris <rgm@gnu.org>
1386
1387 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1388 Remove; not needed now we use a standard html layout for the faq.
1389 (clean): Remove HTML_TARGETS, emacs-faq.text.
1390
1391 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1392
1393 * flymake.texi (Parsing the output, Customizable variables):
1394 Add reference to `flymake-warning-predicate'.
1395
1396 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * tramp.texi (Top, Configuration): Insert section `Predefined
1399 connection information' in menu.
1400 (Predefined connection information): New section.
1401 (Android shell setup): Make a reference to `Predefined connection
1402 information'.
1403
1404 2013-06-19 Glenn Morris <rgm@gnu.org>
1405
1406 * Makefile.in (version): New, set by configure.
1407 (clean): Delete dist tar file.
1408 (infoclean): New, split from maintainer-clean.
1409 (maintainer-clean): Run infoclean.
1410 (dist): New rule, to make tarfile for www.gnu.org.
1411
1412 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1413
1414 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1415 for keys q and Q.
1416 (Standards): Reference RFC5804 as the defining document of the
1417 managesieve protocol.
1418
1419 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1420
1421 * eshell.texi (Input/Output): Expand to cover new visual-command
1422 options, eshell-visual-subcommands and eshell-visual-options.
1423 Divide into separate Visual Commands and Redirection sections.
1424
1425 2013-06-10 Glenn Morris <rgm@gnu.org>
1426
1427 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1428
1429 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1430
1431 * gnus.texi (Article Date):
1432 Fix description of gnus-article-update-date-headers.
1433
1434 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1435
1436 * erc.texi (Special Features): ERC is being maintained within
1437 Emacs now.
1438
1439 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1440
1441 * flymake.texi: Change from one space between sentences to two.
1442
1443 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1446 (bug#14293).
1447
1448 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1449
1450 * tramp.texi (Frequently Asked Questions): Precise, how to define
1451 an own ControlPath.
1452
1453 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1454
1455 * tramp.texi (Frequently Asked Questions): New item for
1456 ControlPath settings.
1457
1458 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1459
1460 * calc.texi (Basic Operations on Units): Streamline some
1461 descriptions.
1462
1463 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1464
1465 * eshell.texi (Built-ins): Update manual to mention tramp module.
1466
1467 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * tramp.texi (Filename Syntax): Host names are not allowed to be
1470 any method name, unless method name is specified explicitly.
1471 Remove restriction on unibyte filenames.
1472
1473 * trampver.texi: Update release number.
1474
1475 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1476
1477 doc: convert some TeX accents to UTF-8
1478 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1479 '@"{@dotless{i}}'.
1480
1481 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1482
1483 Sync with Tramp 2.2.7.
1484
1485 * trampver.texi: Update release number.
1486
1487 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1488
1489 * calc.texi (Basic Operations on Units): Streamline some
1490 descriptions.
1491
1492 2013-03-08 Glenn Morris <rgm@gnu.org>
1493
1494 * faq.texi (Top): Don't say this was updated @today.
1495 That's irrelevant and leads to spurious diffs.
1496
1497 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1498
1499 * calc.texi (Basic Operations on Units):
1500 Fix cross-reference.
1501
1502 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1503
1504 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1505
1506 2013-03-06 Alan Mackenzie <acm@muc.de>
1507
1508 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1509 calling a line-up function.
1510
1511 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1512
1513 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1514 * ses.texi: Switch from Latin-1 to UTF-8.
1515
1516 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * tramp.texi (External methods): Tramp does not connect Android
1519 devices by itself.
1520
1521 2013-03-02 Bill Wohler <wohler@newt.com>
1522
1523 Release MH-E manual version 8.5.
1524
1525 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1526 release 8.5.
1527
1528 * mh-e.texi (Preface, Conventions, Getting Started)
1529 (Using This Manual, Folder Selection, Viewing, Aliases)
1530 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1531 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1532 Update URLs.
1533
1534 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1537 and "plink2" entries. "plink2" is obsolete for a long time.
1538 (External methods): Remove "scp1" and "scp2" entries.
1539 Explain user name and host name specification for "adb".
1540
1541 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * tramp.texi (External methods): Mention `tramp-adb-program'.
1544
1545 2013-02-28 Bastien Guerry <bzg@gnu.org>
1546
1547 * org.texi (Visibility cycling): Suggest to set
1548 `org-agenda-inhibit-startup' to nil if user wants the startup
1549 visibility settings to be honored in any circumstances.
1550 (Progress logging, Checkboxes): Fix typos.
1551
1552 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1555 the macros, for Texinfo 4.13 and 5.0.
1556
1557 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1558
1559 Port Tramp documentation to Texinfo 5.0.
1560 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1561 (Filename Syntax): Do not use @trampfn{} in @item.
1562 (Filename completion): Use @columnfractions in @multitable.
1563
1564 2013-02-22 Glenn Morris <rgm@gnu.org>
1565
1566 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1567
1568 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1569
1570 * Makefile.in (html): New rule.
1571
1572 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1575 Volpiatto <thierry.volpiatto@gmail.com>.
1576
1577 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * tramp.texi (Top, Configuration): Insert section `Android shell
1580 setup' in menu.
1581 (Android shell setup): New section.
1582 (Connection types, Default Method)
1583 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1584 (External methods): Remove "scpc" and "rsyncc" entries.
1585 (Frequently Asked Questions): Remove entry about ControlPersist.
1586
1587 2013-02-13 Glenn Morris <rgm@gnu.org>
1588
1589 * message.texi (News Headers): Don't mention yow any more.
1590
1591 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1592
1593 * calc.texi (Basic Operations on Units, Customizing Calc):
1594 Mention the variable `calc-allow-units-as-numbers'.
1595
1596 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1597
1598 * eshell.texi: Fill most of the missing sections.
1599
1600 2013-02-07 Bastien Guerry <bzg@gnu.org>
1601
1602 * org.texi (References): Clarify an example.
1603 (Installation): Fix instructions.
1604 (Org-Plot): Fix link.
1605 (Checkboxes, Radio lists): Fix typos.
1606
1607 2013-02-07 Glenn Morris <rgm@gnu.org>
1608
1609 * cl.texi (Equality Predicates): Mention memql.
1610
1611 2013-02-07 Eric Ludlam <zappo@gnu.org>
1612
1613 * ede.texi (Creating a project): Make ede-new doc less
1614 specific, and only about items it supports, indicating that there
1615 might be more. Remove refs to simple project and direct automake
1616 from ede new.
1617 (Simple projects): Re-write to not talk about ede-simple-project
1618 which is deprecated, and instead use the term to mean projects
1619 that don't do much management, just project wrapping.
1620 Add ede-generic-project link.
1621 (ede-generic-project): New node (bug#11441).
1622
1623 2013-02-07 Glenn Morris <rgm@gnu.org>
1624
1625 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1626
1627 2013-02-01 Glenn Morris <rgm@gnu.org>
1628
1629 * calc.texi (Help Commands): Update calc-view-news description.
1630 Mention etc/CALC-NEWS.
1631
1632 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1635
1636 2013-01-13 Bastien Guerry <bzg@gnu.org>
1637
1638 * org.texi (Installation): Simplify.
1639
1640 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1641
1642 * org.texi (Handling links): Update the mention to the obsolete
1643 variable `org-link-to-org-use-id' with a mention to the newer
1644 variable `org-id-link-to-org-use-id'. Mention the need to load
1645 the org-id library.
1646
1647 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1650
1651 2013-01-09 Bastien Guerry <bzg@gnu.org>
1652
1653 * org.texi (Pushing to MobileOrg): Add footnote about using
1654 symbolic links in `org-directory'.
1655 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1656 of the now obsolete alias `org-float'.
1657 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1658 index. Fix description of TODO keywords cycling.
1659 (Advanced features): Add missing argument for @item.
1660 (Storing searches): Add index entries and a note about
1661 *-tree agenda views.
1662 (Structure editing): Document `org-mark-element' and
1663 `org-mark-subtree'.
1664 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1665
1666 2013-01-08 Juri Linkov <juri@jurta.org>
1667
1668 * info.texi (Go to node): Mention the abbreviated format
1669 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1670
1671 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1672
1673 * autotype.texi: Remove undefined command @subtitlefont.
1674 * cc-mode.texi: Likewise.
1675
1676 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1677 @item argument.
1678 (Property searches): Use \\ instead of @backslashchar{}.
1679 * pgg.texi (VERSION): Move @set below @setfilename.
1680
1681 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1682
1683 * ada-mode.texi: Remove braces from @title argument.
1684 * eudc.texi: Likewise.
1685 * smtpmail.texi: Likewise.
1686 * auth.texi (VERSION): Set before first use.
1687 * emacs-gnutls.texi (VERSION): Likewise.
1688 * pgg.texi (VERSION): Likewise.
1689 * ede.texi (Top): Rename from top, all uses changed.
1690 * eshell.texi: Add missing argument to @sp.
1691 * forms.texi (Top): Reorder menu to match structure.
1692 * htmlfontify.texi (Customization): Add missing @item in
1693 @enumerate.
1694 * org.texi (Advanced features): Add missing argument for @item.
1695 (Property searches): Use @backslashchar{} in macro argument.
1696 * pcl-cvs.texi: Add missing argument to @sp.
1697 (Movement commands): Fix use of @itemx.
1698 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1699 * reftex.texi (Options (Creating Citations)): Add missing newline
1700 before @end.
1701 * tramp.texi (Obtaining Tramp): Remove extra dots.
1702 (Configuration): Reorder menu to match structure.
1703 (Remote shell setup): Replace literal NUL character by \0.
1704 * viper.texi (Marking): Add missing argument for @item.
1705
1706 2013-01-04 Glenn Morris <rgm@gnu.org>
1707
1708 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1709 Add htmlfontify.
1710 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1711 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1712 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1713 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1714
1715 * htmlfontify.texi: Miscellaneous fixes and updates.
1716 Set copyright to FSF, update license to GFDL 1.3+.
1717
1718 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1719
1720 * htmlfontify.texi: New file.
1721
1722 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1723
1724 * calc.texi (Free-Form Dates): Expand on the date reading
1725 algorithm.
1726
1727 2012-12-27 Glenn Morris <rgm@gnu.org>
1728
1729 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1730 Avoid some overfull lines.
1731
1732 * widget.texi (Programming Example): Break some long lines.
1733
1734 * wisent.texi (Wisent Overview): Fix xref.
1735 (Grammar format, Understanding the automaton): Avoid overfill.
1736
1737 * bovine.texi (Optional Lambda Expression): Allow line break.
1738
1739 * auth.texi (Help for users): Break long lines.
1740
1741 * ada-mode.texi (Project file variables):
1742 Reword to reduce underfull hbox.
1743 (No project files, Use GNAT project file):
1744 Use smallexample to make some overfull lines less terrible.
1745
1746 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1747 Fix cross-references to separate manuals.
1748
1749 * Makefile.in (gfdl): New variable. Use throughout where
1750 appropriate so that targets depend on doclicense.texi.
1751
1752 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1753
1754 * gnus.texi (Customizing the IMAP Connection): Mention the other
1755 authenticators.
1756
1757 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1758
1759 * gnus.texi (Browse Foreign Server):
1760 Document `gnus-browse-delete-group'.
1761
1762 2012-12-22 Glenn Morris <rgm@gnu.org>
1763
1764 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1765 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1766 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1767 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1768
1769 * Makefile.in (gfdl): New variable. Use throughout where
1770 appropriate so that targets depend on doclicense.texi.
1771
1772 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1773
1774 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1775 doclicense.texi. Remove doclicense.texi from all targets that
1776 mentioned it explicitly.
1777 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1778 $(emacsdir)/emacsver.texi.
1779 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1780
1781 2012-12-21 Glenn Morris <rgm@gnu.org>
1782
1783 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1784 Include emacsver.texi. Nuke hand-written node pointers.
1785 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1786 Depend on emacsver.texi.
1787
1788 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1789 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1790 May as well just include doclicense.texi in everything.
1791
1792 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1793 which @copying says is included.
1794
1795 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1796 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1797 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1798 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1799 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1800 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1801 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1802 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1803 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1804 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1805 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1806 copies from the FSF, which does not publish these manuals.
1807
1808 * erc.texi: No need to include gpl in this small manual.
1809
1810 * org.texi (copying): Include a copy of the GFDL.
1811 (GNU Free Documentation License): New section.
1812
1813 2012-12-21 Bastien Guerry <bzg@gnu.org>
1814
1815 * org.texi: Fix typos.
1816
1817 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1818
1819 * calc.texi (ISO 8601): Rename from ISO-8601,
1820 as it's typically spelled without a hyphen.
1821
1822 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1823
1824 * calc.texi (ISO-8601): New section.
1825 (Date Formatting Codes): Mention new codes.
1826 (Standard Date Formats): Mention new formats.
1827
1828 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1829
1830 * tramp.texi (External methods): Move `adb' method here.
1831
1832 2012-12-13 Glenn Morris <rgm@gnu.org>
1833
1834 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1835
1836 * wisent.texi: Small edits. Set copyright to FSF, update license to
1837 GFDL 1.3+.
1838 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1839 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1840 New targets.
1841 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1842 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1843
1844 * bovine.texi: Small edits. Set copyright to FSF, update license to
1845 GFDL 1.3+, remove empty index.
1846 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1847 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1848 New targets.
1849 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1850 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1851
1852 2012-12-13 Eric Ludlam <zappo@gnu.org>
1853 David Ponce <david@dponce.com>
1854 Richard Kim <emacs18@gmail.com>
1855
1856 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1857
1858 2012-12-13 Glenn Morris <rgm@gnu.org>
1859
1860 * flymake.texi (Customizable variables, Locating the buildfile):
1861 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1862
1863 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1864 GFDL 1.3+ license, fix up index.
1865 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1866 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1867 (srecode.pdf): New targets.
1868 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1869 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1870
1871 2012-12-13 Eric Ludlam <zappo@gnu.org>
1872
1873 * srecode.texi: New file, imported from CEDET trunk.
1874
1875 2012-12-13 Bastien Guerry <bzg@gnu.org>
1876
1877 * org.texi (Summary, Code block specific header arguments)
1878 (Code block specific header arguments)
1879 (Header arguments in function calls, var, noweb)
1880 (Results of evaluation, Code evaluation security):
1881 Small reformatting: add a blank line before some example.
1882
1883 * org.texi (System-wide header arguments)
1884 (Header arguments in Org mode properties, Conflicts)
1885 (Dynamic blocks, Using the mapping API):
1886 Fix indentation of Elisp code examples.
1887
1888 * org.texi (Comment lines): Fix description of the comment syntax.
1889
1890 * org.texi (Installation): Mention "make test" in the correct section.
1891
1892 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1893
1894 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1895 These are just minor editorial changes.
1896
1897 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * tramp.texi (History): Mention ADB.
1900 (Inline methods): Add `adb' method.
1901
1902 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1903
1904 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1905 (External methods): Fix typo.
1906
1907 2012-12-03 Glenn Morris <rgm@gnu.org>
1908
1909 * rcirc.texi (Notices): Fix typo.
1910
1911 2012-11-25 Bill Wohler <wohler@newt.com>
1912
1913 Release MH-E manual version 8.4.
1914
1915 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1916 Update for release 8.4.
1917
1918 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1919 (Junk): Add mh-whitelist-preserves-sequences-flag,
1920 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1921 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1922
1923 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1924
1925 * mh-e.texi (Procmail): Fix two @ typos.
1926
1927 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1928
1929 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1930 These are just minor editorial changes.
1931
1932 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1933
1934 * calc.texi (Date Formatting Codes): Mention the new beginning of
1935 the date numbering system.
1936
1937 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1938
1939 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1940 (Date Forms): Correct off-by-one error in explanation of
1941 Julian day numbers. Give Gregorian equivalent of its origin.
1942
1943 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1944
1945 * calc.texi (Date Forms): Mention the customizable
1946 Gregorian-Julian switch.
1947 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1948
1949 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1952 It also uses January 1, 1 AD as its day number 1.
1953 * calc.texi (Date Forms): Document this.
1954
1955 2012-11-16 Glenn Morris <rgm@gnu.org>
1956
1957 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1958 (Obsolete Macros): Move example here from Function Bindings.
1959
1960 * erc.texi: Use @code{nil} rather than just "nil".
1961 (Modules): Undocument obsolete "hecomplete".
1962 Add "notifications".
1963 (Connecting): Add brief section on passwords.
1964 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1965
1966 2012-11-13 Glenn Morris <rgm@gnu.org>
1967
1968 * flymake.texi (Customizable variables)
1969 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1970 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1971
1972 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1973
1974 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1975 In all file place SES into @acronym{...}.
1976 (Advanced Features): Add key index and function index for
1977 ses-set-header-row. Add description for function
1978 ses-rename-cell. Add description for function
1979 ses-repair-cell-reference-all.
1980 (Ranges in formulas): Add description for ses-range flags.
1981
1982 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1983
1984 * texinfo.tex: Merge from gnulib.
1985
1986 2012-11-10 Chong Yidong <cyd@gnu.org>
1987
1988 * url.texi (Introduction): Move url-configuration-directory to
1989 Customization node.
1990 (Parsed URIs): Split into its own node.
1991 (URI Encoding): New node.
1992 (Defining New URLs): Remove empty chapter.
1993 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1994 Improve docs for url-queue-*.
1995 (Supported URL Types): Copyedits. Delete empty subnodes.
1996
1997 * url.texi (Introduction): Rename from Getting Started.
1998 Rewrite the introduction.
1999 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
2000
2001 2012-11-10 Glenn Morris <rgm@gnu.org>
2002
2003 * cl.texi (Obsolete Setf Customization):
2004 Revert defsetf example to the more correct let rather than prog1.
2005 Give define-modify-macro, defsetf, and define-setf-method
2006 gv.el replacements.
2007
2008 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
2009 (Setf Extensions): Remove obsolete reference.
2010 (Obsolete Setf Customization):
2011 Move note on lack of setf functions to lispref/variables.texi.
2012 Undocument get-setf-method, since it no longer exists.
2013 Mention simple defsetf replaced by gv-define-simple-setter.
2014
2015 2012-11-03 Glenn Morris <rgm@gnu.org>
2016
2017 * cl.texi: Further general copyedits.
2018 (List Functions): Remove copy-tree, standard elisp for some time.
2019 (Efficiency Concerns): Comment out examples that no longer apply.
2020 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
2021 (Creating Symbols, Random Numbers): De-emphasize internal
2022 variables cl--gensym-counter and cl--random-state. (Bug#12788)
2023 (Naming Conventions, Type Predicates, Macros)
2024 (Predicates on Numbers): No longer mention cl-floatp-safe.
2025
2026 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2027
2028 * gnus.texi (Mail Source Specifiers):
2029 Document :leave keyword used for pop mail source.
2030
2031 2012-11-01 Glenn Morris <rgm@gnu.org>
2032
2033 * cl.texi: General copyedits for style, line-breaks, etc.
2034 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2035 (Macro Bindings, Blocks and Exits):
2036 Acknowledge existence of lexical-binding.
2037 (Iteration): Mainly defer to doc of standard dolist, dotimes.
2038
2039 2012-10-31 Glenn Morris <rgm@gnu.org>
2040
2041 * ert.texi (Introduction, The @code{should} Macro):
2042 Refer to "cl-assert" rather than "assert".
2043
2044 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2045 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2046 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2047 Reword, and add details of flet and labels.
2048 (Modify Macros, Function Bindings): Add some xrefs.
2049
2050 2012-10-30 Glenn Morris <rgm@gnu.org>
2051
2052 * cl.texi (Modify Macros): Update for cl-letf changes.
2053 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
2054 (Setf Extensions): Partially restore note about cl-getf,
2055 mainly moved to lispref/variables.texi.
2056 (Property Lists): Fix cl-getf typos.
2057 (Mapping over Sequences): Mention cl-mapc naming oddity.
2058
2059 2012-10-29 Glenn Morris <rgm@gnu.org>
2060
2061 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
2062 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2063 (Customizing Setf): Move contents to "Obsolete Setf Customization".
2064 (Modify Macros, Multiple Values, Other Clauses):
2065 Remove mentions of obsolete features.
2066 (Obsolete Setf Customization): Don't mention `apply' setf.
2067
2068 2012-10-28 Glenn Morris <rgm@gnu.org>
2069
2070 * cl.texi (Multiple Values, Common Lisp Compatibility):
2071 More namespace updates.
2072 (Obsolete Features): Copyedits.
2073 (Obsolete Lexical Macros, Obsolete Setf Customization):
2074 New subsections.
2075
2076 * cl.texi (Porting Common Lisp, Lexical Bindings):
2077 Add some xrefs to the Elisp manual.
2078
2079 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2080 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2081 (Obsolete Features): New appendix. Move Lexical Bindings here.
2082
2083 2012-10-27 Glenn Morris <rgm@gnu.org>
2084
2085 * cl.texi: Use defmac for macros rather than defspec.
2086 (Efficiency Concerns): Related copyedit.
2087
2088 * cl.texi (Control Structure): Update for setf now being in core.
2089 (Setf Extensions): Rename from Basic Setf. Move much of the
2090 former content to lispref/variables.texi.
2091 (Modify Macros): Move pop, push details to lispref/variables.texi.
2092 (Customizing Setf): Copyedits for setf etc being in core.
2093 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2094 Further namespaces updates.
2095
2096 2012-10-26 Bastien Guerry <bzg@gnu.org>
2097
2098 * org.texi (Installation): Update the link to Org's ELPA.
2099 Also don't mention org-install.el anymore as the replacement file
2100 org-loaddefs.el is now loaded by org.el.
2101
2102 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * tramp.texi (Frequently Asked Questions):
2105 Mention `tramp-completion-reread-directory-timeout' for performance
2106 improvement.
2107
2108 2012-10-25 Glenn Morris <rgm@gnu.org>
2109
2110 * cl.texi: Don't mess with the TeX section number counter.
2111 Use Texinfo recommended convention for quotes+punctuation.
2112 (Overview, Sequence Functions): Rephrase for better line-breaking.
2113 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2114 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2115 (Random Numbers, Mapping over Sequences, Structures)
2116 (Porting Common Lisp): Further updates for cl-lib namespace.
2117 (Modify Macros, Declarations, Macro Bindings, Structures):
2118 Break long lines in examples.
2119 (Dynamic Bindings): Update for changed progv behavior.
2120 (Loop Examples, Efficiency Concerns): Markup fixes.
2121 (Structures): Remove TeX margin change.
2122 (Declarations): Fix typos.
2123
2124 2012-10-24 Glenn Morris <rgm@gnu.org>
2125
2126 * cl.texi (Overview, Multiple Values, Creating Symbols)
2127 (Numerical Functions): Say less/nothing about the original cl.el.
2128 (Old CL Compatibility): Remove.
2129 (Assertions): Remove ignore-errors (standard Elisp for some time).
2130
2131 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2132 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2133 (Efficiency Concerns, Efficiency Concerns)
2134 (Common Lisp Compatibility, Old CL Compatibility):
2135 Further updates for cl-lib namespace.
2136
2137 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2138
2139 Update manual for new time stamp format (Bug#12706).
2140 * emacs-mime.texi (time-date): Update for new format.
2141 Also, fix bogus time stamp and modernize a bit.
2142
2143 2012-10-23 Glenn Morris <rgm@gnu.org>
2144
2145 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2146 than unchanging cl.el version number.
2147 End all menu descriptions with a period.
2148 Do not use @dfn{CL} for every instance of "CL".
2149 (Overview): Remove no-runtime caveat, and note about foo* names.
2150 (Usage): Use cl-lib rather than cl.
2151 (Organization, Naming Conventions): Update for cl-lib.el.
2152 (Installation): Remove long-irrelevant node.
2153 (Program Structure, Predicates, Control Structure):
2154 Start updating for cl-lib namespace.
2155 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2156 Depend on emacsver.texi.
2157
2158 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2159
2160 * trampver.texi: Update release number.
2161
2162 2012-10-06 Glenn Morris <rgm@gnu.org>
2163
2164 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2165 ERC version.
2166 (Introduction): ERC is distributed with Emacs.
2167 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2168 (Getting Started): Simplify.
2169 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2170 (History): Mention ERC maintained as part of Emacs now.
2171 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2172 Add dependency on emacsver.texi.
2173
2174 * erc.texi: Remove hand-written node pointers.
2175
2176 2012-10-05 Glenn Morris <rgm@gnu.org>
2177
2178 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2179 Copyedits.
2180
2181 2012-10-01 Eric Ludlam <zappo@gnu.org>
2182
2183 * ede.texi (Quick Start, Project Local Variables)
2184 (Miscellaneous commands, ede-java-root, Development Overview)
2185 (Detecting a Project): New nodes.
2186 (Simple projects): Node deleted.
2187
2188 * eieio.texi (Building Classes): Some slot attributes cannot be
2189 overridden.
2190 (Slot Options): Remove an example.
2191 (Method Invocation, Documentation): New nodes.
2192
2193 2012-10-01 Glenn Morris <rgm@gnu.org>
2194
2195 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2196 (reftex.pdf): Add dependency on emacsver.texi.
2197 * reftex.texi: Don't include directory part for emacsver.texi;
2198 the Makefile's -I handles it.
2199
2200 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2201
2202 Merge from standalone RefTeX repository.
2203
2204 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2205 with macros.
2206 (Imprint): Mention Wolfgang in list of contributors.
2207 (Creating Citations): Give a hint about how to
2208 auto-revert the BibTeX database file when using external editors.
2209 (Referencing Labels): Simplify section about reference macro
2210 cycling.
2211 (Options (Referencing Labels)): Adapt to new structure of
2212 `reftex-ref-style-alist'.
2213 (Referencing Labels, Reference Styles): Document changes in the
2214 referencing functionality.
2215 (Commands): Mention options for definition of header and footer in
2216 BibTeX files.
2217 (Options (Creating Citations)): Document
2218 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2219 (Reference Styles): New section.
2220 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2221 (Options (Referencing Labels)): Remove descriptions of deprecated
2222 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2223 Add descriptions for `reftex-ref-style-alist' and
2224 `reftex-ref-style-default-list'.
2225 (Referencing Labels): Update regarding reference styles.
2226 (Citation Styles): Mention support for ConTeXt.
2227 (Options (Defining Label Environments)): Fix typo.
2228 (Options (Creating Citations)):
2229 Document `reftex-cite-key-separator'.
2230
2231 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2232
2233 * org.texi: Add description of ORG_ADD_CONTRIB to info
2234 documentation. Add link to Worg for more details.
2235
2236 * org.texi: Clarify installation procedure. Provide link to the
2237 build system description on Worg.
2238
2239 * org.texi: Remove reference to utils/, x11idle.c is now in
2240 contrib/scripts.
2241
2242 * org.texi: Re-normalize to "Org mode" in manual.
2243
2244 * org.texi (Installation): Adapt documentation to new build
2245 system. Mention GNU ELPA (since it needs to be handled like Emacs
2246 built-in Org).
2247
2248 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2249
2250 * org.texi: Fix typo in description of the 'Hooks' section.
2251
2252 * org.texi: Add ID to the list of special properties.
2253
2254 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2255
2256 * org.texi (Moving subtrees): Document the ability to archive to a
2257 datetree.
2258
2259 2012-09-30 Bastien Guerry <bzg@gnu.org>
2260
2261 * org.texi (Installation, Feedback, Batch execution):
2262 Use (add-to-list 'load-path ... t) for the contrib dir.
2263
2264 * org.texi (results): Update documentation for ":results drawer"
2265 and ":results org".
2266
2267 * org.texi (Column width and alignment): Fix typo.
2268
2269 * org.texi (Activation): Point to the "Conflicts" section.
2270
2271 * org.texi (Conflicts): Mention filladapt.el in the list of
2272 conflicting packages.
2273
2274 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2275 not needed for versions of Emacs > 22.1.
2276
2277 * org.texi (History and Acknowledgments): Fix typo.
2278
2279 * org.texi (History and Acknowledgments): Add my own
2280 acknowledgments.
2281
2282 * org.texi (Agenda commands): Document the new command and the new
2283 option.
2284
2285 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2286 (Agenda commands): Reorder. Document `*' to toggle persistent
2287 marks.
2288
2289 * org.texi (Agenda dispatcher):
2290 Mention `org-toggle-agenda-sticky'.
2291 (Agenda commands, Exporting Agenda Views): Fix typo.
2292
2293 * org.texi (Templates in contexts, Setting Options): Update to
2294 reflect changes in how contexts options are processed.
2295
2296 * org.texi (Templates in contexts): Document the new structure of
2297 the variables `org-agenda-custom-commands-contexts' and
2298 `org-capture-templates-contexts'.
2299
2300 * org.texi (Templates in contexts): Document the new option
2301 `org-capture-templates-contexts'.
2302 (Storing searches): Document the new option
2303 `org-agenda-custom-commands-contexts'.
2304
2305 * org.texi (Formula syntax for Lisp): Reformat.
2306
2307 * org.texi (Special properties, Column attributes)
2308 (Agenda column view): Document the new special property
2309 CLOCKSUM_T.
2310
2311 * org.texi (Template expansion): Document the new %l template.
2312
2313 * org.texi (Fast access to TODO states): Fix documentation about
2314 allowed characters for fast todo selection.
2315
2316 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2317 use in `org-agenda-to-appt'.
2318
2319 * org.texi (Comment lines): Update wrt comments.
2320
2321 * org.texi (Resolving idle time): Document new keybinding.
2322
2323 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2324 on clock timestamps.
2325
2326 * org.texi (Fast access to TODO states): Explicitly says only
2327 letters are supported as fast TODO selection keys.
2328
2329 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2330 specifier. Document the new "%(my-function)" specifier.
2331
2332 * org.texi (Clocking commands): New cindex.
2333 (Clocking commands): Update documentation for `org-clock-in'.
2334 Document `org-clock-in-last'. Mention `org-clock-out' and
2335 `org-clock-in-last' as commands that can be globally bound.
2336 (Resolving idle time): Document continuous clocking.
2337
2338 * org.texi (Top, Introduction): Fix formatting.
2339 (Activation): Add index entries.
2340 (Conventions): Update section.
2341 (Embedded @LaTeX{}): Fix formatting.
2342
2343 * org.texi (Visibility cycling): Document `show-children'.
2344
2345 * org.texi (Using capture): Mention the `org-capture-last-stored'
2346 bookmark as a way to jump to the last stored capture.
2347
2348 * org.texi (Uploading files): Fix typo.
2349
2350 * org.texi (Using capture): Document `C-0' as a prefix argument
2351 for `org-capture'.
2352
2353 * org.texi (Agenda commands): Document persistent marks.
2354
2355 * org.texi (Template expansion): Update doc to reflect change.
2356
2357 * org.texi (Radio tables): Document the :no-escape parameter.
2358
2359 * org.texi (Repeated tasks): Document repeat cookies for years,
2360 months, weeks, days and hours.
2361
2362 * org.texi (Export options): State that you can use the d: option
2363 by specifying a list of drawers.
2364
2365 * org.texi (HTML preamble and postamble): Small doc improvement.
2366
2367 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2368
2369 * org.texi: The sections in the Exporting section of the manual
2370 left out articles in the description of the org-export-as-*
2371 commands, among other places. This patch adds them, adds a few
2372 missing prepositions, and switches instances of "an HTML" to "a
2373 html" for internal consistency.
2374
2375 * org.texi: Alter several examples of headings with timestamps in
2376 them to include the timestamps in the body instead of the heading.
2377
2378 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2379
2380 * org.texi (Agenda dispatcher): Document sticky agenda views and
2381 the new key for them.
2382
2383 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2384
2385 * org.texi (Advanced features): Fix error in table.
2386
2387 2012-09-30 Feng Shu <tumashu@gmail.com>
2388
2389 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2390 alternative to dvipng.
2391
2392 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2393
2394 * org.texi: Remove extra curly bracket.
2395
2396 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2397
2398 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2399 defkeys.
2400
2401 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2402
2403 * org.texi (Agenda commands): Fix two typos by giving
2404 corresponding function names, according to
2405 `org-agenda-view-mode-dispatch'.
2406
2407 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2408
2409 * org.texi (The spreadsheet): Fix typo.
2410
2411 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2412
2413 * org.texi (Tracking your habits): Point to the "Tracking TODO
2414 state changes" section.
2415
2416 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2417
2418 * org.texi (Literal examples): Remove reference to unknown
2419 `org-export-latex-minted' variable. Also simplify footnote since
2420 `org-export-latex-listings' documentation is exhaustive already.
2421
2422 * org.texi (Plain lists): Remove reference to now hard-coded
2423 `bullet' automatic rule.
2424
2425 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2426
2427 * org.texi: Updated documentation accordingly.
2428
2429 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2430
2431 * texinfo.tex: Merge from gnulib.
2432
2433 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2434
2435 Sync with Tramp 2.2.6.
2436
2437 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2438
2439 * trampver.texi: Update release number.
2440
2441 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2442
2443 * texinfo.tex: Merge from gnulib.
2444
2445 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2446
2447 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2448 (bug#12096).
2449
2450 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2451
2452 * calc.texi (Simplification modes, Conversions)
2453 (Operating on Selections): Mention "basic" simplification.
2454 (The Calc Mode Line): Mention the mode line display for Basic
2455 simplification mode.
2456 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2457 simplifications.
2458 (Basic Simplifications): Rename from "Limited Simplifications"
2459 Replace "limited" by "basic" throughout.
2460 (Algebraic Simplifications): Indicate that the algebraic
2461 simplifications are done by default.
2462 (Unsafe Simplifications): Mention `m E'.
2463 (Simplification of Units): Mention `m U'.
2464 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2465 (Kinds of Declarations, Functions for Declarations):
2466 Mention "algebraic simplifications" instead of `a s'.
2467 (Algebraic Entry): Remove mention of default simplifications.
2468
2469 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2470
2471 * calc.texi (Getting Started, Tutorial): Change simulated
2472 Calc output to match actual output.
2473 (Simplifying Formulas): Mention that algebraic simplification is now
2474 the default.
2475
2476 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2477
2478 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2479 (Bug#12073)
2480
2481 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2482
2483 Prefer typical American spelling for "acknowledgment".
2484 * calc.texi (History and Acknowledgments): Rename from
2485 History and Acknowledgements.
2486 * idlwave.texi (Acknowledgments):
2487 * ses.texi (Acknowledgments):
2488 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2489
2490 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2491
2492 Rename configure.in to configure.ac (Bug#11603).
2493 * ede.texi (Compiler and Linker objects, ede-proj-project)
2494 (ede-step-project): Prefer the name configure.ac to configure.in.
2495
2496 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * tramp.texi (Multi-hops):
2499 Introduce `tramp-restricted-shell-hosts-alist'.
2500
2501 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2502
2503 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2504 methods, so don't mention smtpmail here.
2505
2506 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2507
2508 * gnus.texi (Picons): Document gnus-picon-properties.
2509
2510 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
2512 * gnus.texi: Remove mention of compilation, as that's no longer
2513 supported.
2514
2515 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2516
2517 * gnus.texi (Archived Messages): Mention
2518 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2519
2520 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2521
2522 * gnus.texi (Various Summary Stuff):
2523 Remove mention of `gnus-propagate-marks'.
2524
2525 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2526
2527 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2528 which no longer exist.
2529
2530 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2531
2532 * gnus.texi (Archived Messages):
2533 Document gnus-gcc-self-resent-messages.
2534
2535 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2536
2537 * message.texi (Mail Variables):
2538 Mention the optional user parameter for X-Message-SMTP-Method.
2539
2540 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2541
2542 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2543
2544 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2545
2546 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2547
2548 * gnus.texi (Key Index): Change encoding to utf-8.
2549
2550 2012-06-21 Glenn Morris <rgm@gnu.org>
2551
2552 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2553
2554 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * gnus.texi (Group Timestamp): Mention where to find documentation for
2557 the `gnus-tmp-' variables (bug#11601).
2558
2559 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2560
2561 Sync with Tramp 2.2.6-pre.
2562
2563 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2564 where appropriate.
2565 (Ad-hoc multi-hops): New section.
2566 (Remote processes): New subsection "Running remote processes on
2567 Windows hosts".
2568 (History): Add remote commands on Windows, and ad-hoc multi-hop
2569 methods.
2570 (External methods): "ControlPersist" must be set to "no" for the
2571 `scpc' method.
2572 (Remote processes): Add a note about `auto-revert-tail-mode'.
2573 (Frequently Asked Questions): Use "scpx" in combination with
2574 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2575
2576 * trampver.texi: Update release number.
2577
2578 2012-06-10 Chong Yidong <cyd@gnu.org>
2579
2580 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2581 compilation for html-mono.
2582
2583 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2584
2585 * texinfo.tex: Merge from gnulib.
2586
2587 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2588
2589 * Makefile.in (echo-info): Don't try to install info files named
2590 just ".info".
2591
2592 2012-05-28 Glenn Morris <rgm@gnu.org>
2593
2594 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2595
2596 * sc.texi: Nuke hand-written node pointers.
2597 Fix top-level menu to match actual node order.
2598
2599 2012-05-27 Glenn Morris <rgm@gnu.org>
2600
2601 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2602 Some associated fixes, including not messing with chapno in cl.texi.
2603
2604 2012-05-27 Bastien Guerry <bzg@gnu.org>
2605
2606 * org.texi (Durations and time values): Fix typo.
2607
2608 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2609
2610 * texinfo.tex: Update from gnulib.
2611
2612 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2613
2614 * calc.texi (Basic Operations on Units, Customizing Calc):
2615 Mention `calc-ensure-consistent-units'.
2616
2617 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2618
2619 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2620 reference commands. (Bug#11461)
2621
2622 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2623
2624 2012-05-12 Glenn Morris <rgm@gnu.org>
2625
2626 * Makefile.in (mostlyclean): Add more TeX intermediates.
2627
2628 * Makefile.in: Make it look more like the other doc Makefiles.
2629 Use explicit $srcdir in all dependencies.
2630 Remove cd $srcdir from rules.
2631 (VPATH): Remove.
2632 (infodir): Set to an absolute path.
2633 (INFO_TARGETS): Use short names.
2634 (mkinfodir): infodir is now absolute.
2635 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2636
2637 * Makefile.in (info.info): Rename from info, to avoid duplication.
2638 (.SUFFIXES): Disable implicit rules.
2639
2640 * Makefile.in (MKDIR_P): New, set by configure.
2641 (mkinfodir): Use $MKDIR_P.
2642
2643 2012-05-07 Glenn Morris <rgm@gnu.org>
2644
2645 * forms.texi (Long Example): Update for changed location of files.
2646
2647 2012-05-04 Glenn Morris <rgm@gnu.org>
2648
2649 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2650 (INFO_TARGETS): Use $INFO_EXT.
2651 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2652 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2653 (INFO_TARGETS): Use $INFO_EXT.
2654 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2655
2656 2012-05-02 Glenn Morris <rgm@gnu.org>
2657
2658 * Makefile.in (echo-info): New phony target, used by top-level.
2659
2660 * viper.texi: Make direntry shorter (also it is no longer "newest").
2661
2662 * emacs-gnutls.texi, ert.texi, org.texi:
2663 Fix dircategory, direntry to match info/dir.
2664
2665 * faq.texi: Convert @inforefs to @xrefs.
2666 Fix some malformed cross-references.
2667 (File-name conventions): Shorten section name to avoid overfull line.
2668 (How to add fonts): Use smallexample to avoid overfull lines.
2669
2670 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2671
2672 * auth.texi (Help for users): Update for .gpg file being second.
2673
2674 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2675
2676 * org.texi (Agenda commands): Fix two typos: give corresponding
2677 function names, according to `org-agenda-view-mode-dispatch'.
2678
2679 2012-04-27 Glenn Morris <rgm@gnu.org>
2680
2681 * faq.texi (Major packages and programs): Remove section.
2682 There is no point listing 6 packages (cf etc/MORE.STUFF).
2683 (Finding Emacs and related packages): Move "Spell-checkers" here.
2684
2685 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * dbus.texi (Version): New node.
2688 (Properties and Annotations): Mention the object manager
2689 interface. Describe dbus-get-all-managed-objects.
2690 (Type Conversion): Floating point numbers are allowed, if an
2691 anteger does not fit Emacs's integer range.
2692 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2693 (Asynchronous Methods): Fix description of
2694 dbus-call-method-asynchronously.
2695 (Receiving Method Calls): Fix some minor errors.
2696 Add dbus-interface-emacs.
2697 (Signals): Describe unicast signals and the new match rules.
2698 (Alternative Buses): Add the PRIVATE optional argument to
2699 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2700
2701 2012-04-20 Glenn Morris <rgm@gnu.org>
2702
2703 * faq.texi (New in Emacs 24): New section.
2704 (Packages that do not come with Emacs): Mention M-x list-packages.
2705
2706 2012-04-14 Alan Mackenzie <acm@muc.de>
2707
2708 * cc-mode.texi (c-offsets-alist): Correct a typo.
2709
2710 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2711
2712 * org.texi (Deadlines and scheduling): Fix the example: the
2713 DEADLINE item should come right after the headline. We enforce
2714 this convention, so it is a bug not to illustrate it correctly in
2715 the manual.
2716
2717 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2718
2719 * org.texi (Agenda commands): Fix documentation bug by swapping
2720 the equivalent keybindings to `org-agenda-next-line' with the ones
2721 to `org-agenda-previous-line'.
2722
2723 2012-04-14 Glenn Morris <rgm@gnu.org>
2724
2725 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2726
2727 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2728
2729 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2730 Add emacs-gnutls.
2731 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2732
2733 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2734
2735 * Makefile.in: Add emacs-gnutls.texi to build.
2736
2737 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2738
2739 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2740
2741 * auth.texi (Secret Service API): Edit further and give examples.
2742 (Secret Service API): Adjust @samp to @code for collection names.
2743
2744 2012-04-04 Glenn Morris <rgm@gnu.org>
2745
2746 * auth.texi (Secret Service API): Copyedits.
2747 (Help for developers): Fill in some missing function doc-strings.
2748 (Help for users, Help for developers)
2749 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2750
2751 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * auth.texi (Secret Service API): Add the missing text.
2754
2755 2012-04-04 Chong Yidong <cyd@gnu.org>
2756
2757 * message.texi (Using PGP/MIME): Note that epg is now the default.
2758
2759 * gnus.texi: Reduce references to obsolete pgg library.
2760 (Security): Note that epg is now the default.
2761
2762 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2763
2764 * nxml-mode.texi (Completion): C-RET is no longer bound to
2765 nxml-complete.
2766
2767 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2768
2769 * org.texi (Customizing tables in ODT export): Correct few errors.
2770
2771 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2772
2773 * org.texi (Links in ODT export): Update.
2774 (Labels and captions in ODT export): New node.
2775
2776 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2777
2778 * org.texi (Literal examples in ODT export): htmlfontify.el in
2779 Emacs-24.1 now supports fontification. So ODT source blocks will
2780 be fontified by default.
2781
2782 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2783
2784 * org.texi (Refiling notes): Remove duplicated keybinding.
2785
2786 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2787
2788 * org.texi (noweb): Documentation of this new option to the :noweb
2789 header argument.
2790
2791 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2792
2793 * org.texi (Header and sectioning): Add example demonstrating how
2794 to use "LaTeX_CLASS_OPTIONS".
2795
2796 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2797
2798 * org.texi (Noweb reference syntax): Describe the ability to
2799 execute noweb references in the manual.
2800
2801 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2802
2803 * org.texi (cache): Improve cache documentation when session
2804 evaluation is used.
2805
2806 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2807
2808 * org.texi (Plain lists): Document removal.
2809
2810 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2811
2812 * org.texi: Decapitalize file name in references to Calc manual.
2813
2814 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2815
2816 * org.texi (Plain lists): Document removal.
2817
2818 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2819
2820 * org.texi (Top, OpenDocument Text export)
2821 (ODT export commands, Extending ODT export)
2822 (Images in ODT export, Tables in ODT export)
2823 (Configuring a document converter): Add or Update.
2824
2825 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2826
2827 * org.texi (MobileOrg): Change the wording to reflect that the
2828 Android Version is no longer just the little brother of the iOS
2829 version.
2830
2831 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2832
2833 * org.texi (Key bindings and useful functions): Update babel key
2834 binding documentation in manual.
2835
2836 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2837
2838 * org.texi (noweb): Document new noweb header value.
2839
2840 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2841
2842 * org.texi (noweb-sep): Document new header argument.
2843
2844 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2845
2846 * org.texi (noweb-ref): Documentation of this new custom variable.
2847
2848 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2849
2850 * org.texi (wrap): Update the new :wrap documentation to match the
2851 current implementation.
2852
2853 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2854
2855 * org.texi: Added documentation for :wrap.
2856
2857 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2858
2859 * org.texi: #+RESULTS now user-configurable.
2860
2861 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2862
2863 * org.texi: Documented :noweb no-export.
2864
2865 2012-04-01 Thomas Dye <dk@poto.local>
2866
2867 * org.texi: Edit :noweb no header argument for correctness.
2868
2869 2012-04-01 Bastien Guerry <bzg@gnu.org>
2870
2871 * org.texi (Customization): Update the approximate number of Org
2872 variables.
2873
2874 2012-04-01 Thomas Dye <dk@poto.local>
2875
2876 * org.texi: The :results wrap produces a drawer instead of a
2877 begin_results block.
2878
2879 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2880
2881 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2882 reflect the new default.
2883
2884 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2885
2886 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2887 "Getting Started" to this node. (Bug#10450)
2888
2889 2012-03-10 Chong Yidong <cyd@gnu.org>
2890
2891 * flymake.texi (Example -- Configuring a tool called via make):
2892 Mention the Automake COMPILE variable (Bug#8715).
2893
2894 * info.texi (Getting Started): Add an index entry (Bug#10450).
2895
2896 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2897
2898 * dbus.texi (Signals): Known names will be mapped onto unique
2899 names, when registering for signals.
2900
2901 2012-02-29 Glenn Morris <rgm@gnu.org>
2902
2903 * url.texi: Fix quote usage in body text.
2904
2905 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2906
2907 * cl.texi: Use @code{} in menus when appropriate.
2908
2909 2012-02-28 Glenn Morris <rgm@gnu.org>
2910
2911 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2912 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2913 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2914 * org.texi, sc.texi, vip.texi, viper.texi:
2915 Standardize possessive apostrophe usage.
2916
2917 2012-02-26 Chong Yidong <cyd@gnu.org>
2918
2919 * ediff.texi (Quick Help Commands): Add a couple of index entries
2920 (Bug#10834).
2921
2922 2012-02-17 Glenn Morris <rgm@gnu.org>
2923
2924 * gnus.texi (Posting Styles):
2925 * remember.texi (Org): Fix cross-refs to other manuals.
2926
2927 2012-02-15 Glenn Morris <rgm@gnu.org>
2928
2929 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2930 (Encryption): New chapter, split out from previous.
2931
2932 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2933
2934 * gnus.texi (Customizing the IMAP Connection):
2935 Mention nnimap-record-commands.
2936
2937 2012-02-10 Glenn Morris <rgm@gnu.org>
2938
2939 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2940 Mention url-queue-retrieve.
2941
2942 2012-02-09 Glenn Morris <rgm@gnu.org>
2943
2944 * sem-user.texi (Semantic mode user commands): Typo fix.
2945
2946 * info.texi (Create Info buffer): Mention info-display-manual.
2947
2948 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2949
2950 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2951 example (modified from an example by Michael Albinus).
2952
2953 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2954
2955 * gnus.texi (Agent Basics): Fix outdated description of
2956 `gnus-agent-auto-agentize-methods'.
2957
2958 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2959
2960 * cc-mode.texi: Always @defindex ss.
2961 (Config Basics): Fix argument of @itemize.
2962 (Macro Backslashes): Add @code around index entry.
2963
2964 2012-01-23 Glenn Morris <rgm@gnu.org>
2965
2966 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2967
2968 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2969
2970 * tramp.texi (File): Tweak wording for the `scpc' option.
2971
2972 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2974 * gnus.texi (Group Parameters): Really note precedence.
2975
2976 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * gnus.texi (Group Parameters): Note precedence.
2979
2980 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2981
2982 * org.texi (Noweb reference syntax): Adding documentation of
2983 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2984 variable.
2985
2986 2012-01-03 Bastien Guerry <bzg@gnu.org>
2987
2988 * org.texi (Plain lists): Split the table to fix the display
2989 of items.
2990
2991 2012-01-03 Bastien Guerry <bzg@gnu.org>
2992
2993 * org.texi (Plain lists): Fix misplaced explanation.
2994
2995 2012-01-03 Bastien Guerry <bzg@gnu.org>
2996
2997 * org.texi (Plain lists, Agenda files): Add index entries.
2998
2999 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3000
3001 * org.texi: Use "Org mode" instead of alternatives like
3002 "Org-mode" or "org-mode".
3003
3004 2012-01-03 Bernt Hansen <bernt@norang.ca>
3005
3006 * org.texi (Agenda commands):
3007 Document `org-clock-report-include-clocking-task'.
3008
3009 2012-01-03 Bastien Guerry <bzg@gnu.org>
3010
3011 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
3012 C-c' on checkboxes.
3013
3014 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3015
3016 * org.texi: End sentences with two spaces.
3017
3018 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
3019
3020 * org.texi (External links): Document the link types file+sys
3021 and file+emacs, slightly narrow used page width.
3022
3023 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
3024
3025 * org.texi (colnames): Note that colnames behavior may differ
3026 across languages.
3027
3028 2012-01-03 Bastien Guerry <bzg@gnu.org>
3029
3030 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
3031
3032 2012-01-03 Thomas Dye <dk@poto.westell.com>
3033
3034 * org.texi: Augmented discussion of babel property
3035 inheritance. Put footnote outside sentence ending period.
3036
3037 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3038
3039 * org.texi (eval): Documenting the full range of :eval header
3040 argument values.
3041
3042 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3043
3044 * org.texi (eval): Documentation of the new :eval option.
3045
3046 2012-01-03 Thomas Dye <dk@poto.local>
3047
3048 * org.texi: Add accumulated properties.
3049
3050 2012-01-03 Thomas Dye <dk@poto.local>
3051
3052 * org.texi: Documented no spaces in name=assign, another
3053 correction to :var table.
3054
3055 2012-01-03 Thomas Dye <dk@poto.local>
3056
3057 * org.texi: Changed DATA to NAME in Working With Source Code
3058 section.
3059
3060 2012-01-03 Tom Dye <tsd@tsdye.com>
3061
3062 * org.texi: Minor change to :var table.
3063
3064 2012-01-03 Tom Dye <tsd@tsdye.com>
3065
3066 * org.texi: More changes to :var table (some examples were wrong).
3067
3068 2012-01-03 Tom Dye <tsd@tsdye.com>
3069
3070 * org.texi: Cleaned up :var table.
3071
3072 2012-01-03 Bastien Guerry <bzg@gnu.org>
3073
3074 * org.texi (Timestamps, Weekly/daily agenda)
3075 (Weekly/daily agenda): Add @cindex for "appointment".
3076
3077 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3078
3079 * org.texi (Literal examples): A new link to the template for
3080 inserting empty code blocks.
3081 (Structure of code blocks): A new link to the template for
3082 inserting empty code blocks.
3083
3084 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3085
3086 * org.texi (External links): Add footnote on how the behavior
3087 of the text search in Org files are controled by the variable
3088 `org-link-search-must-match-exact-headline'.
3089
3090 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3091
3092 * org.texi (Buffer-wide header arguments):
3093 Update documentation to reflect removal of #+PROPERTIES.
3094
3095 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3096
3097 * org.texi (The clock table): Mention that ACHIVED trees
3098 contribute to the clock table.
3099
3100 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3101
3102 * org.texi (Conflicts): Better yasnippet config info.
3103
3104 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3105
3106 * org.texi (Selective export): Explicitly mention the default
3107 values for `org-export-select-tags',
3108 `org-export-exclude-tags'.
3109
3110 2012-01-03 Tom Dye <tsd@tsdye.com>
3111
3112 * org.texi: Added a line to specify that header arguments are
3113 lowercase.
3114
3115 2012-01-03 Tom Dye <tsd@tsdye.com>
3116
3117 * org.texi: :var requires default value when declared.
3118
3119 2012-01-03 Bastien Guerry <bzg@gnu.org>
3120
3121 * org.texi (Handling links): Add a note about the
3122 `org-link-frame-setup' option.
3123
3124 2012-01-03 David Maus <dmaus@ictsoc.de>
3125
3126 * org.texi (Exporting Agenda Views, Extracting agenda
3127 information): Fix command line syntax, quote symbol parameter
3128 values.
3129
3130 2012-01-03 David Maus <dmaus@ictsoc.de>
3131
3132 * org.texi (Exporting Agenda Views): Fix command line syntax.
3133
3134 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3135
3136 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3137 Use octal notation for file permissions, which are normally
3138 thought of in octal.
3139 (Mail Back End Variables): Use more-plausible modes in example.
3140
3141 2011-12-20 Alan Mackenzie <acm@muc.de>
3142
3143 * cc-mode.texi: Update version string 5.31 -> 5.32.
3144
3145 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3148
3149 2011-11-24 Glenn Morris <rgm@gnu.org>
3150
3151 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3152
3153 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * makefile.w32-in: Update dependencies.
3156
3157 2011-11-20 Glenn Morris <rgm@gnu.org>
3158
3159 * gnus.texi (Group Information):
3160 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3161
3162 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * gnus-coding.texi (Gnus Maintenance Guide):
3165 Rename from "Gnus Maintainance Guide".
3166
3167 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3168 * eieio.texi (Customizing):
3169 * gnus.texi (Article Washing):
3170 * gnus-news.texi:
3171 * sem-user.texi (Smart Jump): Fix typos.
3172
3173 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3176
3177 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * ede.texi (project-am-texinfo):
3180 * gnus.texi (Sending or Not Sending):
3181 * org.texi (Template elements): Fix typos.
3182
3183 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * ediff.texi (Hooks):
3186 * sem-user.texi (Semanticdb Roots): Fix typos.
3187
3188 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * semantic.texi (Tag handling): Fix typo.
3191
3192 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * gnus.texi (Other Gnus Versions): Remove.
3195
3196 2011-10-28 Alan Mackenzie <acm@muc.de>
3197
3198 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3199 (Other Special Indentations): Add an xref to "Macros with ;".
3200 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3201 "Macros with ;".
3202 (Macros with ;): New page.
3203
3204 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3205 Document the new handling of nested scopes for movement by defuns.
3206
3207 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3208
3209 Sync with Tramp 2.2.3.
3210
3211 * trampver.texi: Update release number.
3212
3213 2011-10-14 Glenn Morris <rgm@gnu.org>
3214
3215 * ert.texi (Introduction, How to Run Tests)
3216 (Running Tests Interactively, Expected Failures)
3217 (Tests and Their Environment, Useful Techniques)
3218 (Interactive Debugging, Fixtures and Test Suites):
3219 Minor rephrasings.
3220 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3221 (Running Tests in Batch Mode): Simplify loading instructions.
3222 (Test Selectors): Clarify some selectors.
3223 (Expected Failures, Useful Techniques):
3224 Make examples fit in 80 columns.
3225
3226 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3227
3228 * calc.texi (Basic Operations on Units): Discuss temperature
3229 conversion (`u t') alongside with other unit conversions ('u c').
3230
3231 2011-10-12 Glenn Morris <rgm@gnu.org>
3232
3233 * ert.texi: Whitespace trivia to make main menu items line up better.
3234
3235 2011-10-08 Glenn Morris <rgm@gnu.org>
3236
3237 * Makefile.in: Fix ert rules.
3238
3239 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus.texi (Gnus Utility Functions): Add more references and
3242 explanations (bug#9683).
3243
3244 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3245
3246 * texinfo.tex: Merge from gnulib.
3247
3248 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
3250 * gnus.texi (Archived Messages): Note the default (bug#9552).
3251
3252 2011-09-21 Bill Wohler <wohler@newt.com>
3253
3254 Release MH-E manual version 8.3.
3255
3256 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3257 release 8.3.
3258 (Preface): Update support information.
3259 (From Bill Wohler): Reset text to original version. As a
3260 historical quote, the tense should be correct in the time that it
3261 was written.
3262
3263 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3266 (Finding the News): Doc clarification.
3267 (Terminology): Mention naming.
3268
3269 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3270
3271 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3272 (Interactive): Document `quiet'.
3273
3274 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3275
3276 * org.texi (Images in LaTeX export): Rewrite.
3277
3278 2011-08-15 Bastien Guerry <bzg@gnu.org>
3279
3280 * org.texi (Using the mapping API): Mention 'region as a possible
3281 scope for `org-map-entries'.
3282
3283 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3284
3285 * org.texi (Visibility cycling): Document `org-copy-visible'.
3286
3287 2011-08-15 Bastien Guerry <bzg@gnu.org>
3288
3289 * org.texi (Template expansion): Order template sequences in the
3290 proper order.
3291
3292 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3293
3294 * org.texi (eval): Expand discussion of the :eval header argument.
3295
3296 2011-08-15 Bastien Guerry <bzg@gnu.org>
3297
3298 * org.texi (Languages): Add Lilypond and Awk as supported
3299 languages.
3300
3301 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3302
3303 * org.texi: Document that both CLOCK_INTO_DRAWER and
3304 LOG_INTO_DRAWER can be used to override the contents of variable
3305 org-clock-into-drawer (or if unset, org-log-into-drawer).
3306
3307 * org.texi: Replace @xref->@pxref.
3308
3309 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3310
3311 * org.texi (Evaluating code blocks): Documenting the new option
3312 for inline call lines.
3313
3314 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3315
3316 * org.texi (Results of evaluation): More explicit about the
3317 mechanism through which interactive evaluation of code is
3318 performed.
3319
3320 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3321
3322 * org.texi (noweb-ref): New header argument documentation.
3323
3324 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3325
3326 * org.texi (Extracting source code): Documentation of the new
3327 org-babel-tangle-named-block-combination variable.
3328
3329 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3330
3331 * org.texi (Structure of code blocks): Explicitly state that the
3332 behavior of multiple blocks of the same name is undefined.
3333
3334 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3335
3336 * org.texi (TaskJuggler export): Modify the example to reflect the
3337 new effort durations.
3338
3339 2011-08-15 David Maus <dmaus@ictsoc.de>
3340
3341 * org.texi (Images in LaTeX export): Escape curly brackets in
3342 LaTeX example.
3343
3344 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3345
3346 * org.texi (The clock table): Document the :properties and
3347 :inherit-props arguments for the clocktable.
3348
3349 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3350
3351 * org.texi (Tables in LaTeX export): Document specifying placement
3352 options for tables.
3353
3354 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3355
3356 * org.texi (Evaluating code blocks): More specific documentation
3357 about the different types of header arguments.
3358
3359 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3360
3361 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3362
3363 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3364
3365 * org.texi (Built-in table editor): Document the table field
3366 follow mode.
3367
3368 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3369
3370 * org.texi (Easy Templates): Document new template.
3371
3372 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3373
3374 * org.texi (Literal examples): Add a cross-reference from "Literal
3375 Examples" to "Easy Templates."
3376
3377 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3378
3379 * org.texi (The clock table): Add link to match syntax.
3380
3381 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3382
3383 * org.texi (Agenda commands): Document clock consistency checks.
3384
3385 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3386
3387 * org.texi (Built-in table editor): Document that \vert represents
3388 a vertical bar in a table field.
3389
3390 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3391
3392 * org.texi (Literal examples): Link from "Markup" > "Literate
3393 Examples" to "Working with Source Code".
3394
3395 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3396
3397 * org.texi (Agenda commands): Doc for function option to bulk
3398 action.
3399
3400 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3401
3402 * org.texi (Template expansion): Document new %<...> template
3403 escape.
3404
3405 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3406
3407 * org.texi (Selective export): Document exclusion of any tasks
3408 from export.
3409
3410 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3411
3412 * org.texi (Selective export): Document how to exclude DONE tasks
3413 from export.
3414 (Publishing options): Document the properties to be used to turn off
3415 export of DONE tasks.
3416
3417 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3418
3419 * org.texi (The date/time prompt): Document date range protection.
3420
3421 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3422
3423 * org.texi (padline): Documentation of the new padline header
3424 argument.
3425
3426 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3427
3428 * org.texi (var): Adding "[" to list of characters triggering
3429 elisp evaluation.
3430
3431 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3432
3433 * org.texi (var): Documentation of Emacs Lisp evaluation during
3434 variable assignment.
3435
3436 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3437
3438 * org.texi (colnames): Reference indexing into variables, and note
3439 that colnames are *not* removed before indexing occurs.
3440 (rownames): Reference indexing into variables, and note that
3441 rownames are *not* removed before indexing occurs.
3442
3443 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3444
3445 * org.texi (var): Clarification of indexing into tabular
3446 variables.
3447
3448 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3449
3450 * org.texi (results): Documentation of the `:results wrap' header
3451 argument.
3452
3453 2011-08-15 Bastien Guerry <bzg@gnu.org>
3454
3455 * org.texi (LaTeX and PDF export): Add a note about a limitation
3456 of the LaTeX export: the org file has to be properly structured.
3457
3458 2011-08-15 Bastien Guerry <bzg@gnu.org>
3459
3460 * org.texi (Dynamic blocks, Structure editing):
3461 Mention the function `org-narrow-to-block'.
3462
3463 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3464
3465 * org.texi (Languages): Updating list of code block supported
3466 languages.
3467
3468 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3469
3470 * org.texi (Special properties): CATEGORY is a special property,
3471 but it may also used in the drawer.
3472
3473 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3474
3475 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3476
3477 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3478
3479 * org.texi (Include files): Document :lines.
3480
3481 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3482
3483 * org.texi (comments): Documentation of the ":comments noweb" code
3484 block header argument.
3485
3486 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3487
3488 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3489 added extra whitespace around functions to be consistent with the
3490 rest of the section.
3491
3492 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3493
3494 * org.texi (Evaluating code blocks): Expand discussion of
3495 #+call: line syntax.
3496 (Header arguments in function calls): Expand discussion of
3497 #+call: line syntax.
3498
3499 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3500
3501 * org.texi (Evaluating code blocks): More explicit about how to
3502 pass variables to #+call lines.
3503
3504 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3505
3506 * org.texi (Results of evaluation): Link to the :results header
3507 argument list from the "Results of evaluation" section.
3508
3509 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3510
3511 * org.texi (Conflicts): Adding additional information about
3512 resolving org/yasnippet conflicts.
3513
3514 2011-08-15 David Maus <dmaus@ictsoc.de>
3515
3516 * org.texi (Publishing options): Document style-include-scripts
3517 publishing project property.
3518
3519 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3520
3521 * org.texi (Sparse trees): Document the next-error /
3522 previous-error functionality.
3523
3524 2011-08-15 Tom Dye <tsd@tsdye.com>
3525
3526 * org.texi (cache): Improve documentation of code block caches.
3527
3528 2011-08-15 Tom Dye <tsd@tsdye.com>
3529
3530 * org.texi (Code block specific header arguments):
3531 Documentation of multi-line header arguments.
3532
3533 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3534
3535 * org.texi (Code evaluation security): Add example for using a
3536 function.
3537
3538 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3539
3540 * org.texi (Tables in LaTeX export): Documentation of new
3541 attr_latex options for tables.
3542
3543 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3544
3545 * trampver.texi: Update release number.
3546
3547 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3548
3549 Sync with Tramp 2.2.2.
3550
3551 * trampver.texi: Update release number.
3552
3553 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * flymake.texi (Example -- Configuring a tool called via make):
3556 Use /dev/null instead of the Windows "nul" (bug#8715).
3557
3558 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * widget.texi (Setting Up the Buffer): Remove mention of the
3561 global keymap parent, which doesn't seem to be accurate
3562 (bug#7045).
3563
3564 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3567
3568 2010-07-10 Kevin Ryde <user42@zip.com.au>
3569
3570 * cl.texi (For Clauses): Add destructuring example processing an
3571 alist (bug#6596).
3572
3573 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3574
3575 * ediff.texi (Major Entry Points): Remove mention of `require',
3576 since that's not pertinent in the installed Emacs (bug#9016).
3577
3578 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3579
3580 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3581 (Filtering New Groups): Clarify how simple the "options -n" format is.
3582 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3583 is internal.
3584
3585 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * tramp.texi (Cleanup remote connections):
3588 Add `tramp-cleanup-this-connection'.
3589
3590 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3593 zombies.
3594 (Checking New Groups): Ditto (bug#8974).
3595 (Checking New Groups): Move the reference to the right place.
3596
3597 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3598
3599 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3600 backups, and not actual vc (bug#8975).
3601
3602 2011-07-03 Kevin Ryde <user42@zip.com.au>
3603
3604 * cl.texi (For Clauses): @items for hash-values and key-bindings
3605 to make them more visible when skimming. Add examples of `using'
3606 clause to them, examples being clearer than a description in
3607 words (bug#6599).
3608
3609 2011-07-01 Alan Mackenzie <acm@muc.de>
3610
3611 * cc-mode.texi (Guessing the Style): New page.
3612 (Styles): Add a short introduction to above.
3613
3614 2011-06-28 Deniz Dogan <deniz@dogan.se>
3615
3616 * rcirc.texi (Configuration): Bug-fix:
3617 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3618 Reported by Elias Pipping <pipping@exherbo.org>.
3619
3620 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3621
3622 * gnus.texi (Summary Mail Commands):
3623 Document `gnus-summary-reply-to-list-with-original'.
3624
3625 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * eshell.texi (Known problems): Fix typo.
3628
3629 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3630
3631 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3632 (Password handling): `auth-source-debug' is good for debug messages.
3633
3634 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3635
3636 * gnus.texi (Store custom flags and keywords): Refer to
3637 `gnus-registry-article-marks-to-{chars,names}' instead of
3638 `gnus-registry-user-format-function-{M,M2}'.
3639
3640 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 * texinfo.tex: Merge from gnulib.
3643
3644 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3645
3646 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3647 (Store custom flags and keywords):
3648 Mention `gnus-registry-user-format-function-M' and
3649 `gnus-registry-user-format-function-M2'.
3650
3651 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3652
3653 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3654
3655 2011-05-17 Glenn Morris <rgm@gnu.org>
3656
3657 * gnus.texi (Face): Fix typo.
3658
3659 2011-05-14 Glenn Morris <rgm@gnu.org>
3660
3661 * dired-x.texi (Omitting Examples): Minor addition.
3662
3663 2011-05-10 Jim Meyering <meyering@redhat.com>
3664
3665 * ede.texi: Fix typo "or or -> or".
3666
3667 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3668
3669 * gnus.texi (Summary Buffer Lines):
3670 gnus-summary-user-date-format-alist does not exist.
3671 (Sorting the Summary Buffer): More about sorting threads.
3672
3673 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * trampver.texi: Update release number.
3676
3677 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3678
3679 * tramp.texi (Frequently Asked Questions): New item for disabling
3680 Tramp in other packages.
3681
3682 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3683
3684 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3685 (Fancy splitting to parent, Store arbitrary data):
3686 Update gnus-registry docs.
3687
3688 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * ede.texi: Fix typos.
3691
3692 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3695 It's @table @code.
3696
3697 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3698
3699 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3700
3701 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3702
3703 * calc.texi (Logarithmic Units): Update the function names.
3704
3705 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3706
3707 * message.texi (Various Commands): Document format specs in the
3708 ellipsis.
3709
3710 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3711
3712 * message.texi (Insertion Variables): Document message-cite-style.
3713
3714 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3715
3716 * tramp.texi (Remote processes): New subsection "Running shell on
3717 a remote host".
3718
3719 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3720
3721 * auth.texi (Help for developers): Update docs to explain that the
3722 :save-function will only run the first time.
3723
3724 2011-03-12 Glenn Morris <rgm@gnu.org>
3725
3726 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3727 (emacs-faq.text): New target.
3728 (clean): Add emacs-faq.
3729
3730 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3731
3732 Sync with Tramp 2.2.1.
3733
3734 * trampver.texi: Update release number.
3735
3736 2011-03-11 Glenn Morris <rgm@gnu.org>
3737
3738 * Makefile.in (HTML_TARGETS): New.
3739 (clean): Delete $HTML_TARGETS.
3740 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3741
3742 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3743
3744 * auth.texi (Help for developers): Show example of using
3745 `auth-source-search' with prompts and :save-function.
3746
3747 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * Version 23.3 released.
3750
3751 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3752
3753 * message.texi (Message Buffers): Update default value of
3754 message-generate-new-buffers.
3755
3756 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3757
3758 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3759 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3760 respectively.
3761 (Musical Notes): New section.
3762 (Customizing Calc): Mention the customizable variable
3763 calc-note-threshold.
3764
3765 2011-03-03 Glenn Morris <rgm@gnu.org>
3766
3767 * url.texi (Dealing with HTTP documents): Remove reference to
3768 function url-decode-text-part; never seems to have existed. (Bug#6038)
3769 (Configuration): Update url-configuration-directory description.
3770
3771 2011-03-02 Glenn Morris <rgm@gnu.org>
3772
3773 * dired-x.texi (Multiple Dired Directories): Remove mentions
3774 of dired-default-directory-alist and dired-default-directory.
3775 Move dired-smart-shell-command here...
3776 (Miscellaneous Commands): ... from here.
3777
3778 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3779
3780 * texinfo.tex: Update to version 2011-02-24.09.
3781
3782 2011-03-02 Glenn Morris <rgm@gnu.org>
3783
3784 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3785 instead of the obsoleted dired-omit-here-always.
3786
3787 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3790 supported systems.
3791
3792 2011-02-28 Glenn Morris <rgm@gnu.org>
3793
3794 * dbus.texi (Type Conversion): Grammar fix.
3795
3796 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3797
3798 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3799 "Debian GNU/Linux".
3800
3801 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3802
3803 2011-02-23 Glenn Morris <rgm@gnu.org>
3804
3805 * dired-x.texi (Features): Minor rephrasing.
3806 (Local Variables): Fix typos.
3807
3808 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3809 Standardize some Emacs/XEmacs terminology.
3810
3811 * dired-x.texi (Features): Don't advertise obsolete local variables.
3812 Simplify layout.
3813 (Omitting Variables): Update local variables example.
3814 (Local Variables): Say this is obsolete. Fix description of
3815 dired-enable-local-variables possible values.
3816
3817 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3818
3819 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3820 default now.
3821
3822 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3823
3824 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3825
3826 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3827
3828 * gnus.texi (Window Layout): Document layout names.
3829
3830 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3831
3832 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3833 * auth.texi: Sync @dircategory with ../../info/dir.
3834 * autotype.texi: Sync @dircategory with ../../info/dir.
3835 * calc.texi: Sync @dircategory with ../../info/dir.
3836 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3837 * cl.texi: Sync @dircategory with ../../info/dir.
3838 * dbus.texi: Sync @dircategory with ../../info/dir.
3839 * dired-x.texi: Sync @dircategory with ../../info/dir.
3840 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3841 * ede.texi: Sync @dircategory with ../../info/dir.
3842 * ediff.texi: Sync @dircategory with ../../info/dir.
3843 * edt.texi: Sync @dircategory with ../../info/dir.
3844 * eieio.texi: Sync @dircategory with ../../info/dir.
3845 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3846 * epa.texi: Sync @dircategory with ../../info/dir.
3847 * erc.texi: Sync @dircategory with ../../info/dir.
3848 * eshell.texi: Sync @dircategory with ../../info/dir.
3849 * eudc.texi: Sync @dircategory with ../../info/dir.
3850 * flymake.texi: Sync @dircategory with ../../info/dir.
3851 * forms.texi: Sync @dircategory with ../../info/dir.
3852 * gnus.texi: Sync @dircategory with ../../info/dir.
3853 * idlwave.texi: Sync @dircategory with ../../info/dir.
3854 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3855 * message.texi: Sync @dircategory with ../../info/dir.
3856 * mh-e.texi: Sync @dircategory with ../../info/dir.
3857 * newsticker.texi: Sync @dircategory with ../../info/dir.
3858 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3859 * org.texi: Sync @dircategory with ../../info/dir.
3860 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3861 * pgg.texi: Sync @dircategory with ../../info/dir.
3862 * rcirc.texi: Sync @dircategory with ../../info/dir.
3863 * reftex.texi: Sync @dircategory with ../../info/dir.
3864 * remember.texi: Sync @dircategory with ../../info/dir.
3865 * sasl.texi: Sync @dircategory with ../../info/dir.
3866 * sc.texi: Sync @dircategory with ../../info/dir.
3867 * semantic.texi: Sync @dircategory with ../../info/dir.
3868 * ses.texi: Sync @dircategory with ../../info/dir.
3869 * sieve.texi: Sync @dircategory with ../../info/dir.
3870 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3871 * speedbar.texi: Sync @dircategory with ../../info/dir.
3872 * trampver.texi [emacs]: Set emacsname to "Emacs".
3873 * tramp.texi: Sync @dircategory with ../../info/dir.
3874 * url.texi: Sync @dircategory with ../../info/dir.
3875 * vip.texi: Sync @dircategory with ../../info/dir.
3876 * viper.texi: Sync @dircategory with ../../info/dir.
3877 * widget.texi: Sync @dircategory with ../../info/dir.
3878 * woman.texi: Sync @dircategory with ../../info/dir.
3879
3880 2011-02-19 Glenn Morris <rgm@gnu.org>
3881
3882 * dired-x.texi (Technical Details): No longer redefines
3883 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3884 dired-read-shell-command, or dired-find-buffer-nocreate.
3885
3886 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3887
3888 * eshell.texi (Input/Output):
3889 Document insert output redirection operator, >>>.
3890
3891 2011-02-18 Glenn Morris <rgm@gnu.org>
3892
3893 * dired-x.texi (Optional Installation File At Point): Simplify.
3894
3895 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3896
3897 * auth.texi (Help for users): Use :port instead of :protocol for all
3898 auth-source docs.
3899 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3900 to have two files in `auth-sources'.
3901
3902 2011-02-16 Glenn Morris <rgm@gnu.org>
3903
3904 * dired-x.texi: Use emacsver.texi to get Emacs version.
3905 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3906 Depend on emacsver.texi.
3907
3908 * dired-x.texi: Drop meaningless version number.
3909 (Introduction): Remove old info.
3910 (Optional Installation Dired Jump): Autoload from dired-x.
3911 Remove incorrect info about loaddefs.el.
3912 (Bugs): Just refer to M-x report-emacs-bug.
3913
3914 * dired-x.texi (Multiple Dired Directories): Update for rename of
3915 default-directory-alist.
3916 (Miscellaneous Commands): No longer mention very old VM version 4.
3917
3918 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3919
3920 Merge from gnulib.
3921 * texinfo.tex: Update to version 2011-02-14.11.
3922
3923 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3924
3925 * auth.texi (Help for users):
3926 Login collection is "Login" and not "login".
3927
3928 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3929
3930 * tramp.texi (History): Remove IMAP support.
3931 (External methods, Frequently Asked Questions): Remove `imap' and
3932 `imaps' methods.
3933 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3934
3935 * trampver.texi: Remove default value of `emacsimap'.
3936
3937 2011-02-13 Glenn Morris <rgm@gnu.org>
3938
3939 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3940 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3941
3942 2011-02-12 Glenn Morris <rgm@gnu.org>
3943
3944 * sc.texi (Getting Connected): Remove old index entries.
3945
3946 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3947
3948 * url.texi: Remove duplicate @dircategory (Bug#7942).
3949
3950 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3951
3952 * auth.texi (Overview, Help for users, Help for developers):
3953 Update docs.
3954 (Help for users): Talk about spaces.
3955
3956 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3957
3958 * texinfo.tex: Update to version 2011-02-07.16.
3959
3960 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * dbus.texi (Bus names): Adapt descriptions for
3963 dbus-list-activatable-names and dbus-list-known-names.
3964
3965 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3966
3967 * calc.texi (Logarithmic Units): New section.
3968
3969 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3970
3971 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3972 manuals use it now.
3973
3974 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3975
3976 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * overrides.texi: Remove.
3979
3980 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3981 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3982
3983 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3984
3985 * tramp.texi (Frequently Asked Questions): Mention problems with
3986 WinSSHD.
3987
3988 * trampver.texi: Update release number.
3989
3990 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3991
3992 * tramp.texi:
3993 Replace "delimet" with "delimit" globally.
3994 Replace "explicite" with "explicit" globally.
3995 Replace "instead of" with "instead" where there was nothing after "of".
3996 Audit use of comma before interrogative pronoun, "that", or "which".
3997 Minor word order, spelling, wording changes.
3998
3999 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4000
4001 * overrides.texi: New file to set or clear WEBHACKDEVEL.
4002
4003 * sieve.texi: Use WEBHACKDEVEL.
4004
4005 * sasl.texi: Use WEBHACKDEVEL.
4006
4007 * pgg.texi: Use WEBHACKDEVEL.
4008
4009 * message.texi: Use WEBHACKDEVEL.
4010
4011 * gnus.texi: Use WEBHACKDEVEL.
4012
4013 * emacs-mime.texi: Use WEBHACKDEVEL.
4014
4015 * auth.texi: Use WEBHACKDEVEL.
4016
4017 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
4018 manuals.
4019
4020 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4021
4022 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
4023
4024 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4025
4026 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
4027 which in turn is copied from ftp://tug.org/tex/.
4028
4029 2011-02-03 Glenn Morris <rgm@gnu.org>
4030
4031 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
4032 (Binding combinations of modifiers and function keys):
4033 Let's assume people reading this are not using Emacs 18.
4034
4035 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4036
4037 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4038 since it's run automatically.
4039
4040 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4041
4042 * gnus.texi (Customizing Articles): Fix typo.
4043
4044 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4045
4046 * gnus.texi (Customizing Articles): Document the new way of customizing
4047 the date headers(s).
4048
4049 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4050
4051 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4052 splitting example.
4053
4054 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4055
4056 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4057 (MAKEINFO_OPTS): New variable.
4058 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4059 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4060 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4061 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4062 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4063 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4064 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4065 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4066 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4067 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4068 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4069 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4070 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4071 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4072 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4073 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4074 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4075 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4076
4077 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4078
4079 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4080
4081 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4082
4083 * message.texi (IDNA): Explain what it is.
4084
4085 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4086
4087 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4088
4089 2011-01-23 Werner Lemberg <wl@gnu.org>
4090
4091 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4092 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4093 (ENVADD): Update.
4094
4095 2011-01-18 Glenn Morris <rgm@gnu.org>
4096
4097 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4098
4099 2011-01-14 Eduard Wiebe <usenet@pusto.de>
4100
4101 * nxml-mode.texi (Introduction): Fix file name typos.
4102
4103 2011-01-13 Christian Ohler <ohler@gnu.org>
4104
4105 * ert.texi: New file.
4106
4107 * Makefile.in:
4108 * makefile.w32-in: Add ert.texi.
4109
4110 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4111
4112 * dbus.texi (Receiving Method Calls): New function
4113 dbus-register-service. Rearrange node.
4114
4115 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4116
4117 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4118 which in turn is copied from ftp://tug.org/tex/.
4119
4120 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4121
4122 * dbus.texi (Receiving Method Calls): Describe new optional
4123 parameter dont-register-service of dbus-register-{method,property}.
4124
4125 2010-12-17 Daiki Ueno <ueno@unixuser.org>
4126
4127 * epa.texi (Encrypting/decrypting *.gpg files):
4128 Mention epa-file-select-keys.
4129
4130 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4131
4132 * gnus.texi (Archived Messages): Remove outdated text.
4133
4134 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4135
4136 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4137
4138 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4139
4140 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4141
4142 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4143
4144 * gnus.texi (The swish++ Engine): Add customizable parameters
4145 descriptions.
4146 (The swish-e Engine): Ditto.
4147
4148 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4149
4150 * tramp.texi (Inline methods): Add "ksu" method.
4151 (Remote processes): Add example with remote `default-directory'.
4152
4153 2010-12-14 Glenn Morris <rgm@gnu.org>
4154
4155 * faq.texi (Expanding aliases when sending mail):
4156 Now build-mail-aliases is interactive.
4157
4158 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4159
4160 * gnus.texi: First pass at adding (rough) nnir documentation.
4161
4162 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * gnus.texi (Filtering New Groups):
4165 Mention gnus-auto-subscribed-categories.
4166 (The First Time): Remove, since default-subscribed-newsgroups has been
4167 removed.
4168
4169 2010-12-13 Glenn Morris <rgm@gnu.org>
4170
4171 * cl.texi (For Clauses): Small fixes for frames and windows.
4172
4173 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4174
4175 * org.texi (Using capture): Document using prefix arguments for
4176 finalizing capture.
4177 (Agenda commands): Document prefix argument for the bulk scatter
4178 command.
4179 (Beamer class export): Document that also overlay arguments can be
4180 passed to the column environment.
4181 (Template elements): Document the new entry type.
4182
4183 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4184
4185 * org.texi (Include files): Document :minlevel.
4186
4187 2010-12-11 Julien Danjou <julien@danjou.info>
4188
4189 * org.texi (Categories): Document category icons.
4190
4191 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4192
4193 * org.texi (noweb): Fix typo.
4194
4195 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4196
4197 * gnus.texi (Server Commands): Point to the rest of the server
4198 commands.
4199
4200 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4201
4202 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4203 g'.
4204
4205 2010-12-02 Julien Danjou <julien@danjou.info>
4206
4207 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4208
4209 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4210
4211 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4212 (Direct Functions): Note the STARTTLS upgrade.
4213
4214 2010-11-27 Glenn Morris <rgm@gnu.org>
4215 James Clark <none@example.com>
4216
4217 * nxml-mode.texi (Introduction): New section.
4218
4219 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4220
4221 * gnus.texi (Server Commands): Document gnus-server-show-server.
4222
4223 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4224
4225 Sync with Tramp 2.2.0.
4226
4227 * trampver.texi: Update release number.
4228
4229 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4230
4231 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4232 Mention that the TeX specific units won't use the `tex' prefix
4233 in TeX mode.
4234
4235 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4236
4237 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4238
4239 2010-11-17 Glenn Morris <rgm@gnu.org>
4240
4241 * edt.texi: Remove information about Emacs 19.
4242
4243 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * trampver.texi: Update release number.
4246
4247 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4248
4249 * gnus.texi (Article Washing): Fix typo.
4250
4251 2010-11-11 Noorul Islam <noorul@noorul.com>
4252
4253 * org.texi: Fix typo.
4254
4255 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4256
4257 * org.texi (Using capture): Explain that refiling is
4258 sensitive to cursor position.
4259
4260 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4261
4262 * org.texi (Images and tables): Add cross reference to link section.
4263
4264 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4265
4266 * org.texi: Document the <c> cookie.
4267
4268 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4269
4270 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4271 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4272
4273 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4274
4275 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4276
4277 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4278
4279 * org.texi (Project alist): Mention that this is a property list.
4280
4281 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4282
4283 * org.texi (Setting up the staging area): Document that
4284 file names remain visible when encrypting the MobileOrg files.
4285
4286 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4287
4288 * org.texi (Setting up the staging area): Document which
4289 versions are needed for encryption.
4290
4291 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4292
4293 * org.texi (noweb): Update :noweb documentation to
4294 reflect the new "tangle" argument.
4295
4296 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4297
4298 * org.texi (Batch execution): Improve tangling script in
4299 documentation.
4300
4301 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4302
4303 * org.texi (Handling links, In-buffer settings):
4304 Document inlining images on startup.
4305
4306 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4307
4308 * org.texi (Setting up the staging area): Document use of
4309 crypt password.
4310
4311 2010-11-11 David Maus <dmaus@ictsoc.de>
4312
4313 * org.texi (Template expansion): Add date related link type escapes.
4314
4315 2010-11-11 David Maus <dmaus@ictsoc.de>
4316
4317 * org.texi (Template expansion): Add mew in table for link type
4318 escapes.
4319
4320 2010-11-11 David Maus <dmaus@ictsoc.de>
4321
4322 * org.texi (Template expansion): Fix typo in link type escapes.
4323
4324 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4325
4326 * org.texi (Structure of code blocks): Another documentation tweak.
4327
4328 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4329
4330 * org.texi (Structure of code blocks): Documentation tweak.
4331
4332 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4333
4334 * org.texi (Structure of code blocks):
4335 Update documentation to mention inline code block syntax.
4336
4337 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4338
4339 * org.texi (comments): Improve wording.
4340
4341 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4342
4343 * org.texi (comments): Document the new :comments header arguments.
4344
4345 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4346
4347 * org.texi (Installation): Remove the special
4348 installation instructions for XEmacs.
4349
4350 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4351
4352 * org.texi (Easy Templates): New section. Documents quick
4353 insertion of empty structural elements.
4354
4355 2010-11-11 Noorul Islam <noorul@noorul.com>
4356
4357 * org.texi: Fix doc.
4358
4359 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4360
4361 * org.texi (The date/time prompt): Document specification
4362 of time ranges.
4363
4364 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4365
4366 * org.texi (Internal links): Document the changes in
4367 internal links.
4368
4369 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4370
4371 * org.texi (Agenda commands): Document the limitation for
4372 the filter preset - it can only be used for an entire agenda
4373 view, not in an individual block in a block agenda.
4374
4375 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4376
4377 * org.texi (iCalendar export): Document alarm creation.
4378
4379 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4382
4383 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4384
4385 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4386
4387 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4388
4389 * calc.texi: Use emacsver.texi to determine Emacs version.
4390
4391 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4392
4393 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4394 since that works by default.
4395
4396 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4397
4398 * gnus.texi (Customizing the IMAP Connection): Document
4399 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4400
4401 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * tramp.texi (Remote shell setup): New item "Interactive shell
4404 prompt". Reported by Christian Millour <cm@abtela.com>.
4405 (Remote shell setup, Remote processes): Use @code{} for
4406 environment variables.
4407
4408 2010-11-03 Glenn Morris <rgm@gnu.org>
4409
4410 * ediff.texi (Quick Help Commands, Miscellaneous):
4411 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4412
4413 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4414
4415 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4416
4417 2010-10-31 Glenn Morris <rgm@gnu.org>
4418
4419 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4420
4421 2010-10-31 Glenn Morris <rgm@gnu.org>
4422
4423 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4424
4425 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * gnus.texi (Client-Side IMAP Splitting):
4428 Mention nnimap-unsplittable-articles.
4429
4430 2010-10-29 Julien Danjou <julien@danjou.info>
4431
4432 * gnus.texi (Finding the News): Remove references to obsoletes
4433 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4434
4435 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4436
4437 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4438 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4439 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4440 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4441
4442 2010-10-28 Glenn Morris <rgm@gnu.org>
4443
4444 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4445 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4446 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4447
4448 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4449
4450 * epa.texi (Mail-mode integration): Add alternative key bindings
4451 for epa-mail commands; escape comma.
4452 Don't use the word "PGP", since it is a non-free program.
4453
4454 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4455
4456 * calc.texi: Use emacsver.texi to determine Emacs version.
4457
4458 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * gnus.texi (Group Parameters, Buttons): Fix typos.
4461
4462 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4463
4464 * gnus.texi (Subscription Commands): Mention that you can also
4465 subscribe to new groups via the Server buffer, which is probably more
4466 convenient when subscribing to many groups.
4467
4468 2010-10-21 Julien Danjou <julien@danjou.info>
4469
4470 * message.texi (Message Headers): Allow message-default-headers to be a
4471 function.
4472
4473 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus-news.texi: Mention new archive defaults.
4476
4477 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4478
4479 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4480
4481 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus.texi (HTML): Document the function value of
4484 gnus-blocked-images.
4485 (Article Washing): shr and gnus-w3m, not the direct function names.
4486
4487 2010-10-20 Julien Danjou <julien@danjou.info>
4488
4489 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4490 variable.
4491
4492 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4493
4494 * gnus.texi (Customizing the IMAP Connection): The port strings are
4495 strings.
4496 (Document Groups): Mention git.
4497
4498 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
4500 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4501 bzr/Gnus git sync.
4502
4503 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4504
4505 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4506 change.
4507
4508 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4509
4510 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4511 @item syntax for in-Emacs makeinfo.
4512
4513 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4514
4515 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4516 trim sentence.
4517
4518 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4519
4520 * epa.texi (Caching Passphrases):
4521 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4522 Clarify some configurations require to set up gpg-agent.
4523
4524 2010-10-11 Glenn Morris <rgm@gnu.org>
4525
4526 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4527
4528 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * gnus.texi (Spam Package Introduction): Mention `$'.
4531
4532 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4533
4534 * makefile.w32-in (emacsdir): New variable.
4535 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4536 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4537
4538 2010-10-09 Glenn Morris <rgm@gnu.org>
4539
4540 * Makefile.in (mostlyclean): Delete *.toc.
4541
4542 * Makefile.in: Use $< in rules.
4543
4544 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4545
4546 * Makefile.in ($(infodir)): Delete rule.
4547 (mkinfodir): New. Use it in all the info rules, rather than depending
4548 on infodir.
4549
4550 2010-10-09 Glenn Morris <rgm@gnu.org>
4551
4552 * gnus.texi (Article Washing): Fix previous change.
4553
4554 * Makefile.in (emacsdir): New variable.
4555 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4556 Depend on emacsver.texi.
4557
4558 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4559
4560 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4561
4562 2010-10-08 Julien Danjou <julien@danjou.info>
4563
4564 * gnus.texi: Add mm-shr.
4565
4566 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4567
4568 * gnus.texi (Finding the Parent, The Gnus Registry)
4569 (Registry Article Refer Method): Update docs for nnregistry.el.
4570
4571 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4572
4573 * auth.texi (Help for users)
4574 (GnuPG and EasyPG Assistant Configuration): Update docs.
4575
4576 2010-10-08 Glenn Morris <rgm@gnu.org>
4577
4578 * cl.texi (Organization, Installation, Old CL Compatibility):
4579 Deprecate cl-compat for new code.
4580 (Usage, Installation): Remove outdated information.
4581
4582 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4583
4584 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4585
4586 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4587
4588 2010-10-06 Julien Danjou <julien@danjou.info>
4589
4590 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4591
4592 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4593 broken link.
4594
4595 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4596
4597 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4598 to ReiserFS.
4599
4600 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4601 (FAQ 7-1): Fix getmail URL.
4602
4603 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4604
4605 * epa.texi (Caching Passphrases): New section.
4606
4607 2010-10-06 Glenn Morris <rgm@gnu.org>
4608
4609 * Makefile.in (SHELL): Set it.
4610 (info): Move the mkdir dependency to the individual info files.
4611 (mostlyclean): Tidy up.
4612 (clean): Only delete the specific dvi and pdf files.
4613 (maintainer-clean): Be more restrictive in what we delete.
4614 ($(infodir)): Add parallel build workaround.
4615
4616 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4617
4618 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4619
4620 2010-10-03 Julien Danjou <julien@danjou.info>
4621
4622 * emacs-mime.texi (Display Customization):
4623 Update mm-inline-large-images documentation and add documentation for
4624 mm-inline-large-images-proportion.
4625
4626 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4627
4628 * tramp.texi (Frequently Asked Questions):
4629 Mention remote-file-name-inhibit-cache.
4630
4631 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * gnus.texi (Splitting Mail): Fix @xref syntax.
4634 (Splitting Mail): Really fix the @ref syntax.
4635
4636 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4637
4638 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4639 (Article Hiding): Add google banner example.
4640 Suggested by Benjamin Xu.
4641
4642 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4643
4644 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4645 Remove nnimap-split-rule from examples.
4646
4647 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4648
4649 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4650 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4651 Fishman.
4652 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4653
4654 2010-09-30 Julien Danjou <julien@danjou.info>
4655
4656 * gnus.texi (Gravatars): Fix documentation about
4657 gnu-gravatar-properties.
4658
4659 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4660
4661 * epa.texi (Bug Reports): New section.
4662
4663 2010-09-29 Glenn Morris <rgm@gnu.org>
4664
4665 * Makefile.in (top_srcdir): Remove unused variable.
4666
4667 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4668
4669 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4670 (Client-Side IMAP Splitting): Document 'default.
4671
4672 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4673
4674 * gnus.texi (Customizing the IMAP Connection):
4675 Document nnimap-fetch-partial-articles.
4676
4677 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * gnus-news.texi: Mention nnimap-inbox.
4680
4681 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4682
4683 2010-09-26 Julien Danjou <julien@danjou.info>
4684
4685 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4686
4687 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * gnus.texi (Security): Remove gpg.el mention.
4690
4691 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4692
4693 * gnus.texi (Browse Foreign Server): New variable
4694 gnus-browse-subscribe-newsgroup-method.
4695
4696 * gnus-news.texi: Mention it.
4697
4698 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus.texi (NoCeM): Remove.
4701 (Startup Variables): No jingle.
4702
4703 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4704
4705 * woman.texi (Interface Options): xz compression is now supported.
4706
4707 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4710 (Unavailable Servers): Document gnus-server-copy-server.
4711 (Using IMAP): Document the new nnimap.
4712
4713 2010-09-25 Julien Danjou <julien@danjou.info>
4714
4715 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4716
4717 2010-09-24 Glenn Morris <rgm@gnu.org>
4718
4719 * url.texi (Disk Caching): Tweak previous change.
4720
4721 2010-09-24 Julien Danjou <julien@danjou.info>
4722
4723 * url.texi (Disk Caching): Mention url-cache-expire-time,
4724 url-cache-expired, and url-fetch-from-cache.
4725
4726 2010-09-24 Julien Danjou <julien@danjou.info>
4727
4728 * gnus.texi: Add Gravatars.
4729
4730 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4733
4734 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * gnus.texi (Expunging mailboxes): Update name of the expunging
4737 command.
4738
4739 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4740
4741 * emacs-mime.texi (rfc2047): Update description for
4742 rfc2047-encode-parameter.
4743
4744 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4747 "fish" methods.
4748 (External methods): Remove "scp1_old" and "scp2_old" methods.
4749
4750 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * tramp.texi: Remove Japanese manual. Fix typo.
4753
4754 * trampver.texi: Update release number. Remove japanesemanual.
4755
4756 2010-09-09 Glenn Morris <rgm@gnu.org>
4757
4758 * org.texi: Restore clobbered changes (copyright years, untabify).
4759
4760 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4761
4762 * gnus.texi (Adaptive Scoring): Fix typo.
4763
4764 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4765
4766 * gnus.texi (Article Display): Document gnus-html-show-images.
4767
4768 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4769
4770 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4771
4772 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4773
4774 * gnus.texi (HTML): Document gnus-max-image-proportion.
4775
4776 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4777
4778 * gnus.texi (HTML): Document gnus-blocked-images.
4779
4780 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4781
4782 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4785 the first message are used for wide replies.
4786 (Changing Servers): Remove documentation on gnus-change-server and
4787 friends, since it's been removed.
4788
4789 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4790
4791 * gnus.texi (Drafts): Mention B DEL.
4792
4793 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4794
4795 * gnus.texi (Delayed Articles): Mention that the Date header is the
4796 original one, even if you delay.
4797
4798 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * gnus.texi (Asynchronous Fetching):
4801 Document gnus-async-post-fetch-function.
4802 (HTML): Made into its own section.
4803
4804 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4805
4806 Sync with Tramp 2.1.19.
4807
4808 * tramp.texi (Inline methods, Default Method):
4809 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4810 Remove remark about doubled "-t" argument.
4811 (Auto-save and Backup): Remove reference to Emacs 21.
4812 (Filename Syntax): Describe port numbers.
4813 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4814 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4815 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4816 errors with the backquotes.
4817 (External packages): File attributes cache flushing for asynchronous
4818 processes.
4819 (Traces and Profiles): Describe verbose level 9.
4820
4821 * trampver.texi: Update release number.
4822
4823 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * dbus.texi (Alternative Buses): New chapter.
4826
4827 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4830
4831 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4832
4833 * calc.texi (Customizing Calc): Rearrange description of new
4834 variables to match the presentation of other variables.
4835
4836 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4839
4840 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4841
4842 * calc.texi (Making Selections, Selecting Subformulas)
4843 (Customizing Calc): Mention how to use faces to emphasize selected
4844 sub-formulas.
4845
4846 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * tramp.texi (External packages): File attributes cache flushing
4849 for asynchronous processes.
4850
4851 2010-08-01 Alan Mackenzie <acm@muc.de>
4852
4853 Enhance the manual for the latest Java Mode.
4854
4855 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4856 annotation-var-cont.
4857 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4858 two new symbols.
4859
4860 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4861
4862 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4863
4864 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4867
4868 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4871
4872 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4873
4874 * org.texi: Add macros to get plain quotes in PDF output.
4875 List additional contributors.
4876 (Capture): New section, replaces the section about remember.
4877 (Working With Source Code): New chapter, focused on documenting Org
4878 Babel.
4879 (Code evaluation security): New section.
4880 (MobileOrg): Document DropBox support.
4881 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4882 (Special symbols): Show how to display UTF8 characters for entities.
4883 (Global TODO list): Clarify the use of the "M" key and the differences
4884 to the "m" key.
4885 (RSS Feeds): Mention Atom feeds as well.
4886 (Setting tags): Remove paragraph about
4887 `org-complete-tags-always-offer-all-agenda-tags'.
4888
4889 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4892 argument.
4893 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4894 echoing shells.
4895
4896 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4899 (Filename Syntax): Describe port numbers.
4900
4901 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4904 forgotten.
4905 (Type Conversion): Precise conversion of natural numbers.
4906 (Errors and Events): Add "debugging" to concept index. Add variable
4907 `dbus-debug'.
4908
4909 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4910
4911 * dbus.texi (Receiving Method Calls): Add optional argument
4912 EMITS-SIGNAL to `dbus-register-property'.
4913
4914 2010-06-27 Alex Schroeder <alex@gnu.org>
4915
4916 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4917
4918 2010-06-24 Glenn Morris <rgm@gnu.org>
4919
4920 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4921 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4922 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4923 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4924 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4925 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4926 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4927 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4928 convention. Make them end with a period.
4929
4930 2010-06-23 Glenn Morris <rgm@gnu.org>
4931
4932 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4933 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4934 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4935 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4936 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4937 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4938
4939 2010-06-10 Glenn Morris <rgm@gnu.org>
4940
4941 * idlwave.texi (Load-Path Shadows):
4942 * org.texi (Handling links): Fix typos.
4943
4944 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4945
4946 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4947
4948 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4951 by an alias. (Bug#6226)
4952
4953 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4954
4955 * calc.texi (Manipulating Vectors): Mention that vectors can
4956 be used to determine bins for `calc-histogram'.
4957
4958 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4959
4960 * calc.texi: Remove "\turnoffactive" commands throughout.
4961
4962 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4963
4964 * url.texi (HTTP language/coding, Customization):
4965 * message.texi (Header Commands, Responses):
4966 * cl.texi (Argument Lists): Fix typos.
4967
4968 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4971 Note that Development menu is always available.
4972 (Creating a project): Fix terminology.
4973 (Add/Remove files): Fix typo.
4974
4975 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * Version 23.2 released.
4978
4979 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4980
4981 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4982
4983 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * tramp.texi (Inline methods, Default Method):
4986 Mention `tramp-inline-compress-start-size'.
4987
4988 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4989
4990 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4991 the CVS repo. Put the Git repo in the news section.
4992
4993 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4994 Removed some mentions of CVS. Mention the new Git repo.
4995
4996 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4997
4998 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4999 (Mail Group Commands): Add index entry.
5000
5001 2010-04-18 Glenn Morris <rgm@gnu.org>
5002
5003 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
5004
5005 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5006
5007 * calc.texi (Radix modes): Mention that the option prefix will
5008 turn on twos-complement mode.
5009 (Inverse and Hyperbolic Flags): Mention the Option flag.
5010
5011 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
5012
5013 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
5014 (LaTeX/PDF export commands): Rename and Move section.
5015 (Sectioning structure): Update.
5016 (References): New use case for field coordinates.
5017 (The export dispatcher): Rename from ASCII export.
5018 (Setting up the staging area): Document the availability of
5019 encryption for MobileOrg.
5020 (Images and tables): Document how to reference labels.
5021 (Index entries): New section.
5022 (Generating an index): New section.
5023 (Column width and alignment): Document that <N> now
5024 means a fixed width, not a maximum width.
5025 (Publishing options): Document the :email option.
5026 (Beamer class export): Fix bug in the BEAMER example.
5027 (Refiling notes): Document refile logging.
5028 (In-buffer settings): Document refile logging keywords.
5029 (Drawers): Document `C-c C-z' command.
5030 (Agenda commands): Mention the alternative key `C-c C-z'.
5031 (Special properties): Document the BLOCKED property.
5032 (The spreadsheet): Mention the formula editor.
5033 (References): Document field coordinates.
5034 (Publishing action): Correct the documentation for the
5035 publishing function.
5036 (The date/time prompt): Document that we accept dates
5037 like month/day/year.
5038 (Cooperation): Document the changes in table.el support.
5039 (Faces for TODO keywords, Faces for TODO keywords)
5040 (Priorities): Document the easy colors.
5041 (Visibility cycling): Document the new double prefix
5042 arg for `org-reveal'.
5043 (Cooperation): Remember.el is part of Emacs.
5044 (Clean view): Mention that `wrap-prefix' is also set by
5045 org-indent-mode.
5046 (Agenda commands): Add information about prefix args to
5047 scheduling and deadline commands.
5048 (Search view): Point to the docstring of
5049 `org-search-view' for more details.
5050 (Agenda commands): Document that `>' prompts for a date.
5051 (Setting tags): Document variable
5052 org-complete-tags-always-offer-all-agenda-tags.
5053 (Column attributes): Cross-reference special properties.
5054
5055 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5056
5057 Synchronize with Tramp repository.
5058
5059 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
5060 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5061 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
5062 syntax, texi2dvi reports errors with the backquotes.
5063
5064 * trampver.texi: Update release number.
5065
5066 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5067
5068 * gnus.texi (Finding the News): Add pointers to the Server buffer
5069 because it's essential.
5070
5071 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5072
5073 * gnus.texi (MIME Commands): Update description of
5074 gnus-article-browse-html-article.
5075
5076 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5077
5078 * auth.texi (Secret Service API): Add TODO node.
5079 (Help for users): Explain the new source options for `auth-sources'.
5080
5081 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * trampver.texi: Update release number.
5084
5085 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * Branch for 23.2.
5088
5089 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5090
5091 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5092 now enabled by default.
5093
5094 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5095
5096 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5097 when Emacs runs in interactive mode. (Bug#5645)
5098
5099 2010-02-16 Glenn Morris <rgm@gnu.org>
5100
5101 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5102
5103 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5104
5105 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5106
5107 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5108
5109 * gnus.texi (Score File Format): Fix typo.
5110
5111 2010-01-19 Mark A. Hershberger <mah@everybody.org>
5112
5113 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5114
5115 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * ada-mode.texi (Project File Overview): Fix typo.
5118
5119 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * semantic.texi: Add Richard Y. Kim credit.
5122
5123 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5124
5125 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
5126
5127 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5128 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
5129
5130 2010-01-17 Glenn Morris <rgm@gnu.org>
5131
5132 * calc.texi (Reporting Bugs): Don't mention format of repository.
5133
5134 * woman.texi (Bugs): Make "Emacs repository" less specific,
5135 and the URL for same more specific.
5136
5137 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5138
5139 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * ede.texi (ede-step-project, ede-proj-target):
5142 * tramp.texi (Remote processes): Fix typos.
5143
5144 2010-01-16 Mario Lang <mlang@delysid.org>
5145
5146 * ede.texi (ede-target):
5147 * org.texi (Refiling notes): Remove duplicated words.
5148
5149 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * gnus.texi (Posting Styles): Use with-current-buffer.
5152 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5153
5154 2010-01-02 Kevin Ryde <user42@zip.com.au>
5155
5156 * eieio.texi (Naming Conventions): Correction to xref on elisp
5157 coding conventions, is "Tips" node not "Standards".
5158
5159 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5162
5163 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5164
5165 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * gnus.texi (Direct Functions): Add missing port number to tls method.
5168
5169 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5172 ($(infodir)/edt, edt.dvi): New targets.
5173
5174 2009-12-15 Glenn Morris <rgm@gnu.org>
5175
5176 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5177 (edt, $(infodir)/edt, edt.dvi): New targets.
5178 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5179
5180 * Makefile.in (PDF_TARGETS, pdf): New.
5181 (clean): Add *.pdf.
5182 Add pdf rules for all manuals.
5183
5184 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5185
5186 * calc.texi (Radix Modes): Clarify two's complement notation.
5187
5188 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5191 (Smart Jump, Analyzer Debug): Copyedits.
5192 (Semantic mode user commands): Link to new nodes.
5193 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5194 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5195 upstream Semantic manual.
5196
5197 * semantic.texi (Introduction): Minor fix to diagram.
5198
5199 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5200
5201 * eshell.texi (History): Add the other built-in variables.
5202 (Built-ins): Explain built-ins, and how to apply the external commands.
5203 Add `history', `su' and `sudo'.
5204
5205 * tramp.texi (Remote processes): Add missing <RET> in the example.
5206
5207 2009-12-01 Bill Wohler <wohler@newt.com>
5208
5209 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5210 path for mairix example. Specify -q in namazu example since namazu is
5211 excessively garrulous.
5212
5213 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * tramp.texi (Remote processes): Improve eshell example with "su"
5216 and "sudo" commands.
5217
5218 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5221
5222 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5223 Document semantic-complete-analyze-inline.
5224 (Semanticdb search debugging commands): Minor clarification.
5225 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5226 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5227 manual.
5228 (Semantic mode): Link to Idle Scheduler.
5229
5230 2009-11-28 Kevin Ryde <user42@zip.com.au>
5231
5232 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5233 @pxref, now EIEIO is in Emacs.
5234
5235 * erc.texi (Development): Correction to git tutorial url.
5236
5237 2009-11-26 Glenn Morris <rgm@gnu.org>
5238
5239 * faq.texi (Latest version of Emacs): Mention stability of development
5240 version.
5241 (Problems with very large files): Max buffer size increase in 23.2.
5242 (VM): VM has moved house again.
5243
5244 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5245
5246 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5247 notations.
5248
5249 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5250
5251 * org.texi (Column attributes): Fix documentation of new operators.
5252
5253 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5256 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5257 (Idle Completions Mode): Numerous copyedits.
5258
5259 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * semantic.texi (Semantic Internals, Glossary):
5262 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5263 (Semanticdb search debugging commands): Fix typos.
5264
5265 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5266
5267 * calc.texi (Radix modes): Mention twos-complement notation.
5268
5269 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5270
5271 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5272 ($(infodir)/semantic, semantic.dvi): New targets.
5273
5274 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * Makefile.in: Build the Semantic manual.
5277
5278 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5279 repository.
5280
5281 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * dbus.texi (Receiving Method Calls): New defun
5284 `dbus-unregister-service'.
5285
5286 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5287
5288 * org.texi (Speed keys): New section.
5289
5290 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5291
5292 * dbus.texi (Type Conversion): Fix typo.
5293 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5294 `dbus-registered-objects-table'.
5295 (Receiving Method Calls): New defun `dbus-register-property'.
5296 Move `dbus-unregister-object' here.
5297
5298 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5299
5300 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5301
5302 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5303
5304 * org.texi (Column attributes): Add the new age summary operators.
5305 Also, mention the fact you can only use one summary operator per
5306 property.
5307
5308 2009-11-13 John Wiegley <johnw@newartisans.com>
5309
5310 * org.texi (Tracking your habits): Add a new section in the
5311 manual about how to track habits.
5312 (Resolving idle time): Add a section on how idle and
5313 dangling clocks are resolved.
5314
5315 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5316
5317 * org.texi (Agenda commands): Document the new `i' command.
5318 (Inserting deadline/schedule): Document logging changes
5319 of scheduling and deadline times stamps.
5320 (In-buffer settings): Document the in-buffer keywords for logging
5321 changes of scheduling and deadline times stamps.
5322 (Structure editing, Plain lists): Document indentation
5323 cycling in empty entries with TAB.
5324 (Archiving): Document the default archiving command.
5325 (Moving subtrees): Document the new keys for archiving.
5326 (Internal archiving): Fix incorrect key.
5327 (Agenda commands): Document the TODO set switching commands.
5328 (Agenda commands): Document the new archiving keys.
5329 (Clocking work time): Better description on how to save
5330 and restore a clock.
5331 (Resolving idle time): Mention the x11idle program to get true
5332 idleness also under X11.
5333 (Resolving idle time): Use @kbd instead of @key for normal
5334 letters, because this is how he rest of the manual does this.
5335 (Pushing to MobileOrg): Mention that `org-directory'
5336 should be set.
5337 (Agenda commands): Document that SPC is a filter for
5338 any tag.
5339 (Search view): Rename from "Keyword search".
5340 (Capure): New chapter.
5341 (Markup): New chapter.
5342 (Links in HTML export, Images in HTML export):
5343 Extend the section titles.
5344 (Images in HTML export): Document the align option.
5345 (Text areas in HTML export): Extend the section title.
5346 (Images in LaTeX export): Explain image placement in LaTeX.
5347
5348 2009-11-10 Glenn Morris <rgm@gnu.org>
5349
5350 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5351
5352 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5353
5354 * tramp.texi (Auto-save and Backup): Disable backups just for a
5355 method.
5356
5357 * trampver.texi: Update release number.
5358
5359 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5360
5361 Sync with Tramp 2.1.17.
5362
5363 * trampver.texi: Update release number.
5364
5365 2009-10-29 Glenn Morris <rgm@gnu.org>
5366
5367 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5368
5369 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * tramp.texi (External methods): Temporary files are kept for
5372 `rsync' and `rsyncc' methods.
5373
5374 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * eieio.texi: Fix typos.
5377
5378 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5381
5382 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5385 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5386
5387 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * Makefile.in: Build EIEIO and EDE manuals.
5390
5391 2009-10-07 Eric Ludlam <zappo@gnu.org>
5392
5393 * eieio.texi:
5394 * ede.texi: New files.
5395
5396 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * tramp.texi (Remote processes): Association of a pty is not supported.
5399
5400 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5401
5402 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5403 (Processing LaTeX fragments): Document that the size of images can be
5404 changes using the variable `org-format-latex-options'.
5405 (The date/time prompt, Timestamps): Be more accurate over ISO format
5406 dates and times.
5407 (Visibility cycling): Document showeverything keyword.
5408 (In-buffer settings): Document showeverything keyword.
5409 (Setting up the staging area): Fix the example.
5410 (MobileOrg): New section.
5411 (Agenda commands, Exporting Agenda Views): Document exporting the
5412 agenda view to Org files.
5413
5414 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5415
5416 * tramp.texi (History): Add IMAP support.
5417 (External methods): Add `imap' and `imaps' methods.
5418 (GVFS based methods): Add indices for `davs'.
5419 (Password handling): Rename anchors. Add IMAP entries for
5420 ~/.authinfo.gpg.
5421
5422 * trampver.texi: Set default value of `emacsimap'.
5423
5424 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5425
5426 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5427
5428 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * dired-x.texi (Technical Details):
5431 Delete dired-up-directory (Bug#4292).
5432
5433 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5436
5437 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5438
5439 * org.texi (Effort estimates): Document new effort setting commands.
5440 (Agenda commands): Document the new keys fro agenda time motion.
5441 Document entry text mode. Improve documentation of the keys to include
5442 inactive time stamps into the agenda view.
5443 (Feedback): Document the new bug report command.
5444 (Structure editing): Add an index entry for the sorting of subtrees.
5445
5446 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5447
5448 * auth.texi (Help for users): Corrected markup.
5449
5450 2009-09-02 Glenn Morris <rgm@gnu.org>
5451
5452 * emacs-mime.texi (time-date): Mention float-time.
5453
5454 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5455
5456 * calc.texi (Simplifying Formulas): Improve the wording.
5457
5458 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5459
5460 * auth.texi: Rewritten for coverage and clarity.
5461
5462 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5463
5464 * gnus.texi (Expiring Mail):
5465 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5466 (Various Various): Mention gnus-safe-html-newsgroups.
5467
5468 * gnus-news.texi: Mention
5469 gnus-mark-copied-or-moved-articles-as-expirable.
5470
5471 * emacs-mime.texi (Display Customization): Add xref to
5472 gnus-safe-html-newsgroups.
5473
5474 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5475
5476 * tramp.texi (Version Control): Remove.
5477 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5478 reference.
5479 (External methods): Correct `scpc' concept index entries. New method
5480 `rsyncc'.
5481 (External packages): New subsections "Filename completion" and "File
5482 attributes cache".
5483
5484 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5485
5486 * calc.texi (Rewrite Rules): Improve the example.
5487 (Simplifying Formulas): Explain use of the I and H flags for
5488 simplification.
5489
5490 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5493 Describe autostart behavior of dbus-ping.
5494 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5495 for timeout values.
5496 (Top): Remove footnote saying D-Bus is not enabled by
5497 default. (Bug#4256)
5498
5499 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5500
5501 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5502 Reported by Jari Aalto (Bug#4211).
5503 (Mail-mode integration): Mention epa-mail-mode and
5504 epa-global-mail-mode.
5505 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5506 epa-setup.
5507
5508 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5509
5510 * dbus.texi (Asynchronous Methods): Allow nil handler.
5511
5512 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5513
5514 * ediff.texi (ediff-current-file): Add information about this new function.
5515
5516 * viper.texi: Add information about C-s in viper's search command.
5517
5518 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5519
5520 * calc.texi (Date Forms): Fix typos.
5521
5522 2009-08-08 Glenn Morris <rgm@gnu.org>
5523
5524 * org.texi (Agenda commands): Restore clobbered change.
5525
5526 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5527
5528 * calc.texi (Graphics, Devices): Update with the peculiarities of
5529 operation on MS-Windows.
5530
5531 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5532
5533 * org.texi (Publishing action): Improve documentation of file
5534 names when publishing to the source directory.
5535 (Clean view): Document `org-indent-mode'.
5536 (Clocking work time): Add documentation for the
5537 new :timetamp option when creating a clock report.
5538 (Paragraphs): Fix many typos.
5539 (Plain lists): Remove duplicate explanation about the
5540 `C-c *' command.
5541 (Literal examples): Update to reflect the new behavior
5542 of the -n -r -k switches when exporting source code examples.
5543 (Structure editing): Add information about `C-c *',
5544 converting a plain list into a list of Org items.
5545 (Remember): Small rephrasing of the paragraph
5546 describing remember.el. Also mentioned that remember.el is part
5547 of Emacs 23, not Emacs 22.
5548 (Clocking work time): Add documentation about
5549 displaying the current clocking time against the effort estimate.
5550 Also add a footnote about using `org-clock-in-prepare-hook' to add
5551 an effort estimate on the fly, just before clocking it.
5552 (Footnotes): Document automatic renumbering and
5553 sorting.
5554 (Agenda commands): Document new bulk commands.
5555 (Plain lists): Document new behavior of
5556 `org-cycle-include-plain-lists'.
5557 Hyphenation only in TeX.
5558 (Clocking work time): Document the key to update effort
5559 estimates.
5560 (Clocking work time): Document the clock time display.
5561 (Structure editing, TODO basics): Document new
5562 variables.
5563 (Column attributes): Document new colciew operators.
5564 (Publishing options): Document :xml-declaration.
5565 (Tracking TODO state changes): Document the
5566 LOG_INTO_DRAWER property.
5567 (Literal examples): Document the new implementation for
5568 editing source code.
5569 (Publishing action): Mention the new publishing
5570 function, to publish an Org source file.
5571 (Publishing links): Mention how to link to an Org source file.
5572 (Macro replacement): Document new macros.
5573 (Handling links): Document type-specific completion
5574 when inserting links.
5575 (Structure editing, Plain lists): Improve documentation
5576 on sorting.
5577 (Internal links): Document custom ids for links.
5578 (Handling links): Document custom ids for links.
5579 (CSS support): Document new class.
5580 (Refiling notes): Document the possibility to create new nodes
5581 during refiling.
5582 (Agenda commands): Document the "?" operator to find
5583 tasks without effort setting.
5584 (Exporting agenda information): Section moved.
5585 (RSS Feeds): New section.
5586 (Built-in table editor): Document M-e and M-a navigate
5587 inside table field.
5588 (Stuck projects): Docment that projects identified as
5589 un-stuck will still be searchd for stuck sub-projects.
5590 (Paragraphs): Document centering.
5591 (Creating timestamps, Agenda commands): Document new
5592 behavior when changing time stamps.
5593 (Structure editing): Document the new command
5594 `org-clone-subtree-with-time-shift'.
5595 (Publishing): Refresh this chapter.
5596 (Export options, Export options, In-buffer settings):
5597 Document the new keywords.
5598 (Matching tags and properties): Collect all
5599 documentation about tags/property matches here.
5600 (Setting tags): Document `org-tag-persistent-alist'.
5601 (Weekly/daily agenda): New section.
5602 (Orgstruct mode): Describe `orgstruct++-mode'.
5603 (Drawers): Mention the LOGBOOK drawer.
5604 (Export options, Sectioning structure): Document the
5605 #+LEATEX_HEADER in-buffer setting.
5606 (Bugs): Section removed.
5607 (Hooks): New section.
5608 (Add-on packages): Move here from old location.
5609 (Context-sensitive commands): New section.
5610 (Setting tags): Document newline option.
5611 (Global TODO list, Matching tags and properties):
5612 Mention more variables.
5613 (Checkboxes): Update to changed command behavior.
5614
5615 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5616
5617 * speedbar.texi (Basic Key Bindings): Fix typo.
5618
5619 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5620
5621 * calc.texi (Vector/Matrix Functions): Add index entries for both
5622 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5623 affects matrices with more than one row.
5624 (Help Commands): Add index entries for "prefix ?" key bindings.
5625
5626 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5627
5628 * calc.texi (Stack Manipulation Commands): Add documentation for
5629 `calc-transpose-lines'.
5630
5631 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5632
5633 * dbus.texi (Receiving Method Calls): Describe special return value
5634 `:ignore'.
5635
5636 2009-07-24 Alan Mackenzie <acm@muc.de>
5637
5638 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5639 initialization, any individual variable setting now takes precedence
5640 over one done via c-file-style/c-file-offsets.
5641
5642 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5643
5644 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5645 truncated when Calc is quit.
5646 (Customizing Calc): Document `calc-undo-length'.
5647
5648 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5651
5652 2009-07-11 Kevin Ryde <user42@zip.com.au>
5653
5654 * pcl-cvs.texi (About PCL-CVS):
5655 * widget.texi (Basic Types):
5656 Fix cross-references.
5657
5658 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5659
5660 * dbus.texi (Type Conversion): Don't use literal control character.
5661
5662 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5663
5664 * tramp.texi (GVFS based methods): New section.
5665 (Remote processes): Processes for GVFS based methods run locally.
5666
5667 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5668
5669 * tramp.texi (Inline methods, External methods, Gateway methods):
5670 Avoid the words "kludge" and hack".
5671 (External methods): Add `synce' method.
5672
5673 * trampver.texi: Update release number.
5674
5675 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5676
5677 Sync with Tramp 2.1.16.
5678
5679 * tramp.texi (History): Add GVFS support.
5680 (External methods): Precise `rsync' description. Add `dav', `davs' and
5681 `obex' methods. Add 'tramp-gvfs-methods' option.
5682 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5683 forms.
5684 (Remote Programs): Introduce `tramp-own-remote-path'.
5685 (Remote processes): New subsection "Running remote programs that create
5686 local X11 windows".
5687 (Frequently Asked Questions): Improve code for disabling vc.
5688
5689 * trampver.texi: Update release number. Set default value of
5690 `emacsgvfs'.
5691
5692 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * Branch for 23.1.
5695
5696 2009-06-17 Glenn Morris <rgm@gnu.org>
5697
5698 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5699 (Latest version of Emacs): Mention source code repository.
5700
5701 2009-06-16 Glenn Morris <rgm@gnu.org>
5702
5703 * faq.texi (Top): Language tweak.
5704 (Extended commands): Most people have arrow keys.
5705 (Emacs manual): Say how to follow info links.
5706 (File-name conventions): Change title a bit. Explain about source
5707 versus installed. Condense etc description.
5708 (Guidelines for newsgroup postings): Mention Savannah list page.
5709 (Newsgroup archives): Simplify.
5710 (Contacting the FSF): Add contact URL.
5711 (Emacs Lisp documentation): Printed version not always available.
5712 (Installing Texinfo documentation): Explain how by hand installation is
5713 not normally needed. Use add-to-list. Remove duplicate reference.
5714 (Informational files for Emacs): Move info on Help menu here from
5715 "File-name conventions".
5716 (Help installing Emacs): Tweak uref.
5717 (Obtaining the FAQ): Mention repository.
5718 (Origin of the term Emacs): Explain "ITS".
5719 (Changing load-path): Use add-to-list.
5720 (Automatic indentation): Clarify this is for Text mode.
5721 Don't mention Indented Text mode.
5722 (Finding Emacs on the Internet): The FSF does not seem to offer a
5723 deluxe distribution on CD anymore.
5724
5725 2009-06-16 Glenn Morris <rgm@gnu.org>
5726
5727 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5728 Recommend the latest release. Mention how to get older FAQs.
5729 Recommend the Emacs manual.
5730 (Guidelines for newsgroup postings): Discourage cross-posts.
5731 (Underlining paragraphs): Remove.
5732 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5733 (Bugs and problems): Update key-binding.
5734 (Problems with very large files): Mention 64-bit.
5735 (Shell process exits abnormally): Remove.
5736 (Problems with Shell Mode): Rename and update.
5737 (Spontaneous entry into isearch-mode)
5738 (Problems talking to certain hosts): Remove. This is old information,
5739 in etc/PROBLEMS if needed.
5740 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5741 (Dired claims that no file is on this line): Update.
5742 (Installing Emacs, Problems building Emacs): Simplify.
5743 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5744 information.
5745 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5746 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5747 (JDEE): "JDEE", not "JDE".
5748 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5749 Remove. This is old information, in etc/PROBLEMS if needed.
5750 (stty and Backspace key, Kanji and Chinese characters): Remove.
5751 (Right-to-left alphabets): Update section.
5752 (Changing the included text prefix): Gnus uses message-yank-prefix.
5753 Add cross-reference to Supercite manual.
5754 (Saving a copy of outgoing mail): Simplify output file description.
5755 (Expanding aliases when sending mail): Refer to Emacs manual.
5756 Remove old info about RFC822.
5757 Correct description of how to rebuild aliases.
5758 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5759 (MIME with Emacs mail packages)
5760 (Viewing articles with embedded underlining)
5761 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5762 Remove old sections.
5763 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5764 and is well-documented in the Gnus manual.
5765 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5766 (Making Gnus faster): Rename from "Starting Gnus faster".
5767 Merge "Catch-up is slow in Gnus" into here.
5768
5769 2009-06-14 Glenn Morris <rgm@gnu.org>
5770
5771 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5772 (New in Emacs 23): New section.
5773 (Handling C-s and C-q with flow control): Add xref.
5774
5775 2009-06-13 Glenn Morris <rgm@gnu.org>
5776
5777 * faq.texi (Setting up a customization file): Grammar fix.
5778 Customize is no longer "new".
5779 (Displaying the current line or column): Line-number mode is on by
5780 default. Don't mention `column' package. Mention linum.el.
5781 (Turning on abbrevs by default): Explain how to do it for buffers,
5782 modes, and everywhere.
5783 (Associating modes with files): Use add-to-list. Don't mention Emacs
5784 19.
5785 (Highlighting a region): On by default since 23.1.
5786 (Replacing highlighted text): Update doc quote.
5787 (Working with unprintable characters): Don't mention search-quote-char.
5788 (Using an already running Emacs process): Gnuclient is probably not an
5789 enhancement these days.
5790 (Indenting switch statements): Remove mention of pre-Emacs 20.
5791 (Horizontal scrolling): Abbreviate Emacs 20 description.
5792 (Replacing text across multiple files): Fix name of dired command.
5793 (Disabling backups): Use require not load.
5794 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5795
5796 2009-06-13 Bill Wohler <wohler@newt.com>
5797
5798 Release MH-E manual version 8.2.
5799
5800 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5801 release 8.2.
5802
5803 2009-06-13 Glenn Morris <rgm@gnu.org>
5804
5805 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5806 in this day and age the common meaning is "on the web".
5807 (copying): Use @copyright in all cases.
5808 (Basic keys): Remove reference to deleted manual node "Text Characters".
5809 (File-name conventions): Use GNU as an example rather than SERVICE.
5810 default.el lives in site-lisp. Update Info directory location.
5811 (Real meaning of copyleft): GPL actions have been brought, but all
5812 settled out of court.
5813 (Guidelines for newsgroup postings): Shorten section title.
5814 Simplify comp.emacs description.
5815 (Newsgroup archives): Change Google URL. Describe Gmane.
5816 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5817 points". Mention List-Unsubscribe header.
5818 (Contacting the FSF): Update email and URLs.
5819 (Basic editing): Mention F1 for help.
5820 (Installing Texinfo documentation): Refer to Texinfo website rather
5821 than ftp server.
5822 (Printing a Texinfo file): Mention texi2pdf.
5823 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5824 are just stubs nowadays.
5825 (Latest version of Emacs): Explain version numbers.
5826 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5827 (Turning on syntax highlighting): No need to mention hilit19 any more.
5828 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5829 (Modes for various languages): Remove section.
5830 (Major packages and programs): Remove most version and maintainer
5831 information - it's hard to keep up-to-date, and adds nothing.
5832 Similarly with direct links to mailing lists.
5833 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5834 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5835 years, and Emacs comes with tools for this now.
5836 (Patch): Remove section - this is a standard tool.
5837 (Using function keys under X): Remove section.
5838
5839 2009-06-12 Glenn Morris <rgm@gnu.org>
5840
5841 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5842 (Help installing Emacs): Remove reference to deleted X11 node.
5843 (Associating modes with files): Interpreter-mode-alist is no longer
5844 subservient to auto-mode-alist.
5845 (Installing Emacs): Change future Emacs version.
5846 (Linking with -lX11 fails): Remove old section.
5847 (Packages that do not come with Emacs): Update ELL location.
5848 Emacs Lisp archive is dead.
5849 (Emacs for Windows): Remove reference to old CE port.
5850 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5851 (Emacs for VMS and DECwindows): Remove old ports.
5852 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5853 (Removing flashing messages): Remove section about non-existent Gnus
5854 option.
5855
5856 * faq.texi (Top): Add @top command.
5857 Remove the optional arguments from all @node commands: makeinfo can
5858 generate these automatically, and it is easier to edit and rearrange
5859 nodes without them.
5860
5861 2009-06-11 Glenn Morris <rgm@gnu.org>
5862
5863 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5864 (The LPF): Make the updated URL the sole reference point.
5865 (Learning how to do something): Update refcard price and format.
5866 (Getting a printed manual): Sources in doc/emacs/, not man/.
5867 Also available in PDF format. Since the page count varies, be less
5868 precise.
5869 (Informational files for Emacs): Remove references to deleted files
5870 LPF and SUN-SUPPORT, and to UUCP.
5871 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5872 Remove many obsolete ways to get the FAQ, which now seems only to be
5873 distributed with Emacs.
5874 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5875
5876 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * org.texi (Org Plot): Fix tags (Bug#3507).
5879 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5880
5881 * ada-mode.texi (Installation, Compile commands)
5882 (Project File Overview, No project files, Set compiler options)
5883 (Use GNAT project file, Use multiple GNAT project files)
5884 (Identifier completion): Use @samp for menu items, and @kbd for key
5885 sequences (Bug#3504).
5886
5887 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5888
5889 * gnus.texi (Security): Fix wording; add a link to epa.info.
5890
5891 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5892
5893 * message.texi (Header Commands): Fix descriptions to match
5894 keybindings.
5895
5896 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5897
5898 * gnus.texi (Security): Mention that EasyPG is the current default.
5899
5900 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * ediff.texi (Session Commands): Fix typo.
5903
5904 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5905
5906 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5907 news.software.readers. Reported by Florian Rehnisch.
5908
5909 2009-04-02 Glenn Morris <rgm@gnu.org>
5910
5911 * auth.texi: Capitalize direntry.
5912
5913 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5914 using a period in the entry name. (Bug#2797)
5915
5916 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5919 ($(infodir)/auth, auth.dvi): New targets.
5920
5921 2009-03-03 Glenn Morris <rgm@gnu.org>
5922
5923 * auth.texi: Fix @setfilename.
5924
5925 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5926 (auth, $(infodir)/auth, auth.dvi): New rules.
5927
5928 2009-02-25 Glenn Morris <rgm@gnu.org>
5929
5930 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5931
5932 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5935
5936 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5937
5938 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5939 gnus-nocem-issuers, and gnus-nocem-verifyer.
5940
5941 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * ada-mode.texi (Project files, Automatic Casing):
5944 * dbus.texi (Signals):
5945 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5946 * mh-e.texi (HTML):
5947 * nxml-mode.texi (Locating a schema)
5948 (Using the document's URI to locate a schema):
5949 * org.texi (Footnotes, Using the mapping API):
5950 * rcirc.texi (Channels): Remove duplicate words.
5951
5952 2009-02-20 Glenn Morris <rgm@gnu.org>
5953
5954 * dired-x.texi (Miscellaneous Commands):
5955 * gnus.texi: Minor updates for mbox Rmail.
5956
5957 2009-02-16 Karl Berry <karl@gnu.org>
5958
5959 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5960 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5961 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5962 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5963 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5964 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5965 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5966 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5967 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5968 Consistently use @insertcopying in the Top node,
5969 @contents at the front (after @end titlepage),
5970 and @direntry after @copying. (Bug#1988)
5971
5972 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5973
5974 * auth.texi: New file documenting auth-source.
5975
5976 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5977
5978 * org.texi (Org Plot): Fix link.
5979
5980 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5981
5982 * epa.texi (Mail-mode integration): Mention the way to do
5983 "encrypt-to-self". (Bug#1807)
5984
5985 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5986
5987 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5988
5989 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5990
5991 * gnus-news.texi: Print version about Incoming*.
5992
5993 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5994
5995 * org.texi (Structure editing, Handling links)
5996 (Fast access to TODO states, Javascript support): Make standard docs
5997 correctly reflect default variable settings.
5998
5999 2009-02-02 Glenn Morris <rgm@gnu.org>
6000
6001 * org.texi: Fix typos.
6002
6003 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
6004
6005 Sync with Tramp 2.1.15.
6006
6007 * trampver.texi: Update release number.
6008
6009 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
6010
6011 * org.texi (TODO dependencies): Document TODO dependencies on
6012 checkboxes.
6013
6014 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
6015
6016 * org.texi (TODO dependencies): Document key binding for toggling
6017 ORDERED property.
6018
6019 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
6022 of hook functions.
6023
6024 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
6025
6026 * org.texi (TODO dependencies): New section.
6027
6028 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
6029
6030 * org.texi (Plain lists, TODO basics, Priorities)
6031 (Multiple sets in one file, Conflicts): Document interaction with
6032 `shift-selection-mode'.
6033
6034 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
6035
6036 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6037 Make Calc the subject of sentences.
6038 (Rearranging Formulas using Selections): Discuss new options
6039 for `j *'.
6040
6041 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6044
6045 2009-01-26 Glenn Morris <rgm@gnu.org>
6046
6047 * org.texi: Fix typos.
6048
6049 2009-01-26 Bill Wohler <wohler@newt.com>
6050
6051 * mh-e.texi (EDITION, UPDATED): Update.
6052
6053 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
6054
6055 * org.texi (References): Add information about remote references.
6056 (Built-in table editor): Document `C-c RET' in tables.
6057 (Math symbols, Quoting LaTeX code): Mention that simple
6058 LaTeX macros survive LaTeX export.
6059 (Images in LaTeX export): Show how to create a reference to a
6060 figure.
6061 (Sectioning structure): Document that the LaTeX class can be
6062 specified in a property.
6063 (Text areas in HTML export): New section.
6064 (External links): Add examples for text search and ID links.
6065 (Built-in table editor): Remove the descriptio of `C-c
6066 C-q', it not longer works.
6067 (Literal examples): Document that a space must follow
6068 the colon in short examples.
6069 (Relative timer): Document `org-timer-stop'.
6070 (Footnotes): New section.
6071 (Footnote markup): Shorten section and refer to new Footnote
6072 section.
6073 (Literal examples): Add documentation for line
6074 numbering in and references to code examples.
6075 (CSS support): Fix the description of default CSS styles.
6076 (Capturing column view): Document
6077 "file:path/to/file.org" as an allowed value for the ID property of
6078 a dynamic block copying column view.
6079
6080 2009-01-23 Stephen Eglen <stephen@gnu.org>
6081
6082 * mh-e.texi (Getting Started): Describe $MH.
6083
6084 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * tramp.texi (all): Harmonize usage of "external method",
6087 "external transfer method" and "out-of-band method".
6088 (Connection types): Precise the differences of inline and external
6089 methods. Written by Adrian Phillips <a.phillips@met.no>.
6090
6091 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6092
6093 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6094 commands as described at the top. Reported by Allan Gottlieb
6095 <gottlieb@nyu.edu>.
6096
6097 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6098
6099 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6100 nnmail-pathname-coding-system.
6101
6102 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6103
6104 * org.texi (Relative timer): Fix typo.
6105
6106 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6107
6108 * org.texi (Clocking work time): Fix typo.
6109 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
6110
6111 2009-01-13 Glenn Morris <rgm@gnu.org>
6112
6113 * org.texi: Fix some more typos.
6114
6115 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6116
6117 * org.texi: Fix some typos.
6118
6119 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6120
6121 * gnus.texi (Group Parameters): Add note for local variables.
6122
6123 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6124
6125 * gnus.texi (Converting Kill Files): Fix URL.
6126 Include gnus-kill-to-score.el in contrib directory.
6127
6128 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6129
6130 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6131 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6132 (Paging the Article): Add index entry.
6133
6134 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6135
6136 * ada-mode.texi (Examples): Delete redundant text.
6137
6138 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6141
6142 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6143 addresses.
6144
6145 2009-01-03 Bill Wohler <wohler@newt.com>
6146
6147 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6148 kept empty.
6149
6150 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6151
6152 * org.texi (Activation, Exporting, ASCII export, HTML export)
6153 (HTML Export commands, LaTeX/PDF export commands):
6154 Improve documentation about transient-mark-mode.
6155 (References): Document the use of special names like $LR1 to reference
6156 to fields in the last table row.
6157
6158 2008-12-19 Juri Linkov <juri@jurta.org>
6159
6160 * info.texi (Search Text): Remove mention of removed key binding M-s.
6161
6162 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6163
6164 * org.texi (References): Remove mentioning of @0 as reference for the
6165 last line, this has been reverted in the Lisp sources.
6166
6167 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6170 (DVI_TARGETS): Remove duplicates. Add sasl.
6171 ($(infodir)/sasl, sasl.dvi): New targets.
6172
6173 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6174
6175 * org.texi: Version number pushed to 6.15d.
6176
6177 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6178
6179 * org.texi (Tables in LaTeX export): New section.
6180 (Images in LaTeX export): New section.
6181 (Inlined images, Images in HTML export): Sections renamed.
6182
6183 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6184
6185 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6186
6187 2008-12-04 David Engster <dengste@eml.cc>
6188
6189 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6190 of nnml-get-new-mail. Change URL for mairix patch.
6191
6192 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6193
6194 * org.texi (Using the mapping API): Fix bug in mapping example.
6195 (Publishing options): Make the list of properties complete again, in
6196 correspondence to the variable `org-export-plist-vars'.
6197 (Property searches): Document new special values for time comparisons.
6198 (Tag inheritance): Refine the description of tag inheritance.
6199 (Project alist): Add info about the publishing sequence of components.
6200 (Effort estimates): Document the new relative timer.
6201
6202 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6203
6204 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6205 (Using Calc): Clarify use of `C-x * o'.
6206 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6207
6208 2008-11-28 Richard M Stallman <rms@gnu.org>
6209
6210 * dbus.texi (Receiving Method Calls): Clean up previous change.
6211
6212 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6213
6214 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6215 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6216 `dbus-unescape-from-identifier'.
6217 (Receiving Method Calls): New constants `dbus-service-emacs' and
6218 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6219 (Signals): Use the constants in the example.
6220
6221 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6222
6223 * org.texi: Re-apply change to FDL 1.3.
6224
6225 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6226
6227 * org.texi (Setting up Remember): Document `org-remember-mode'.
6228 (External links): Document that bbdb links can use a regular
6229 expression.
6230 (External links): Document that elisp links can contain interactive
6231 commands.
6232
6233 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6234
6235 * viper.texi (viper-translate-all-ESC-keysequences):
6236 Description removed.
6237
6238 2008-11-19 Glenn Morris <rgm@gnu.org>
6239
6240 * doclicense.texi: Change to FDL 1.3.
6241 Relicense all texi files under FDL 1.3 or later.
6242
6243 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6244
6245 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6246
6247 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6248
6249 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6250
6251 * ediff.texi: Version/date change.
6252
6253 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6256
6257 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6258
6259 * calc.texi (About This Manual): Comment out a mention of
6260 marginal notes.
6261
6262 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6263
6264 * org.texi (Clocking work time): Document the :formula property of
6265 clock tables.
6266 (Structure editing, Refiling notes): Document refiling regions.
6267 (Agenda commands): Document the double-prefix version
6268 of the `l' command in the agenda.
6269 (Handling links): Explain the effect of a double prefix
6270 arg to `C-c C-o'.
6271 (TODO basics): Add documentation for tag triggers.
6272
6273 2008-10-23 Glenn Morris <rgm@gnu.org>
6274
6275 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6276 byte-compiling things like `+'.
6277
6278 * ns-emacs.texi: Merge copyright years of author now with assignment
6279 into FSF years.
6280 (VER): Use it for easier automatic updating. Use Emacs version rather
6281 than standalone Emacs.app version.
6282
6283 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6284
6285 * org.texi: Lots of minor fixes.
6286 (Capture): New chapter.
6287 (Org Plot): New section.
6288
6289 2008-09-30 Magnus Henoch <mange@freemail.hu>
6290
6291 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6292
6293 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6294
6295 * calc.texi (User Defined Units): Mention how to enter optional display
6296 string.
6297
6298 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6299
6300 * message.texi (Sending Variables): Fix variable documentation to
6301 avoid the "y/n" wording.
6302
6303 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6304
6305 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6306
6307 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6308
6309 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6310 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6311
6312 2008-09-22 Bill Wohler <wohler@newt.com>
6313
6314 Release MH-E manual version 8.1.
6315
6316 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6317 release 8.1.
6318
6319 * mh-e.texi: Retain dual license as agreed to by the FSF.
6320 However, bump GPL to Version 3.
6321 Use @include for license text.
6322
6323 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * gnus.texi (Top, Setup, Fancy splitting to parent)
6326 (Store custom flags and keywords, Store arbitrary data):
6327 Clean up markup.
6328
6329 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6330
6331 * gnus.texi (The Gnus Registry): Document it.
6332
6333 2008-09-08 David Engster <dengste@eml.cc>
6334
6335 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6336 Clarify section about choosing back end servers.
6337
6338 2008-08-23 Glenn Morris <rgm@gnu.org>
6339
6340 * dired-x.texi (Shell Command Guessing):
6341 Mention dired-guess-shell-case-fold-search. (Bug#417)
6342
6343 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6344
6345 * trampver.texi: Update release number.
6346
6347 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6348
6349 * ns-emacs.texi: Update version.
6350 (Introduction): Correct menu location for options save.
6351 (Customization): Note that defaults are stored under org.gnu.Emacs.
6352
6353 2008-08-11 Bill Wohler <wohler@newt.com>
6354
6355 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6356 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6357 Henman) (closes SF #1768928).
6358
6359 2008-08-10 Glenn Morris <rgm@gnu.org>
6360
6361 * ns-emacs.texi: Use @copying. Change copyright of authors with
6362 assignment to FSF. Change license to GFDL.
6363 (Top): Remove outdated references.
6364
6365 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6366
6367 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6368 Add gnus-summary-sort-by-most-recent-number and
6369 gnus-summary-sort-by-most-recent-date.
6370 (Summary Sorting): Explain prefix argument.
6371
6372 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6373
6374 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6375 gnus-summary-pipe-output.
6376
6377 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6378
6379 * dbus.texi (Receiving Method Calls): Document error handling of own
6380 D-Bus methods.
6381
6382 2008-08-01 Bill Wohler <wohler@newt.com>
6383
6384 * mh-e.texi (Reading Mail)
6385 (Viewing Attachments): Describe new function
6386 mh-show-preferred-alternative.
6387 (Sending Mail, Redistributing, Sending Message): Describe new hook
6388 mh-annotate-msg-hook.
6389
6390 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * dbus.texi (Arguments and Signatures): Fix example.
6393 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6394 (Asynchronous Methods): New node.
6395 (Errors and Events): Describe extended layout of `dbus-event'.
6396 New defun `dbus-event-message-type'.
6397
6398 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6399
6400 * ediff.texi: Remove VMS support.
6401
6402 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6405 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6406
6407 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * Makefile.in: Add mairix-el targets.
6410
6411 2008-07-29 David Engster <deng@randomsample.de>
6412
6413 * mairix-el.texi: New file.
6414
6415 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6416
6417 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6418 project files. Delete 'main_unit' project variable; not needed. Allow
6419 process environment variables wherever project variables are allowed.
6420 Add tutorial section on multiple GNAT project files.
6421
6422 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6423
6424 Sync with Tramp 2.1.14.
6425
6426 * trampver.texi: Update release number.
6427
6428 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6429
6430 * ns-emacs.texi:
6431 * faq.texi: Remove mentions of Mac Carbon.
6432
6433 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * gnus.texi (Saving Articles): Describe the 2nd argument of
6436 gnus-summary-save-in-pipe.
6437 (SpamAssassin): Use it.
6438
6439 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6442
6443 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6444
6445 * org.texi (Export options): Document the use of the creator flag.
6446
6447 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6448
6449 * org.texi: New version 6.06a.
6450
6451 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6452
6453 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6454 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6455
6456 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6457
6458 * calc.texi (Editing Stack Entries, Algebraic Entry):
6459 Rewrite introductory sentences so it can be used by
6460 Calc's help functions. Mention fixing typos.
6461 (Customizing Calc): Fix typo.
6462
6463 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6464
6465 * calc.texi (summarykey): New macro. Use to correctly format keys in
6466 the summary.
6467
6468 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6469
6470 * ns-emacs.texi (Customization): Corrected documentation on color
6471 specification formats.
6472
6473 2008-07-19 Andreas Schwab <schwab@suse.de>
6474
6475 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6476
6477 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6478 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6479
6480 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6481
6482 * dbus.texi (Inspection): Rework, introduce submenus.
6483 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6484 (Properties and Annotations, Arguments and Signatures): New nodes.
6485
6486 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6487
6488 * dbus.texi (Receiving Method Calls): Fix description of
6489 `dbus-register-method'.
6490 (Signals): Allow also signal arguments for filtering in
6491 `dbus-register-signal'.
6492
6493 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6494
6495 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6496 `cnorm'.
6497 (Arithmetic Tutorial): Simplify the verification of prime factors.
6498
6499 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6500
6501 * gnus.texi (Saving Articles): Mention
6502 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6503
6504 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6505
6506 * calc.texi: Adjust mode line throughout.
6507
6508 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * sasl.texi (Mechanisms): Fix typos.
6511
6512 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6513
6514 * calc.texi (Killing from the stack): Mention using normal Emacs
6515 copying.
6516
6517 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * tramp.texi (Password handling): Rename from "Password caching".
6520 Add `auth-source' mechanism.
6521 (Connection caching): Tramp reopens the connection automatically,
6522 when the operating system on the remote host has been changed.
6523
6524 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6525
6526 * makefile.w32-in (distclean): Remove makefile.
6527
6528 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6529
6530 * org.texi (Using the mapping API): New section.
6531 (Agenda column view): New section.
6532 (Moving subtrees): Document archiving to the archive sibling.
6533 (Agenda commands): Document columns view in the agenda.
6534 (Using the property API): Document the API for multi-valued properties.
6535
6536 2008-06-17 Jason Riedy <jason@acm.org>
6537
6538 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6539 function, and efmt may be a two-argument function.
6540 (Radio tables): Document multiple destinations.
6541
6542 2008-06-16 Glenn Morris <rgm@gnu.org>
6543
6544 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6545 Add Cover-Texts.
6546
6547 2008-06-15 Glenn Morris <rgm@gnu.org>
6548
6549 * faq.texi (VER): Update to 23.0.60.
6550
6551 * mh-e.texi: Remove option of licensing under GPL.
6552 Add Cover-Texts to GFDL permissions notice.
6553 (GPL): Remove section.
6554 (GFDL): Include doclicense.texi rather than the actual text.
6555
6556 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6557 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6558
6559 * sasl.texi: Fix output file name.
6560
6561 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6562
6563 * gnus-coding.texi: Refer to license in Gnus manual.
6564
6565 * idlwave.texi, sasl.texi: Use @copying.
6566
6567 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6568
6569 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6570
6571 * url.texi: Use @copying, @title, @subtitle, @author.
6572
6573 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6574 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6575 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6576 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6577 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6578 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6579 * widget.texi, woman.texi:
6580 Remove references to external license, since doclicense is included.
6581
6582 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6583 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6584 Remove references to non-existent Invariant Sections.
6585
6586 2008-06-14 Glenn Morris <rgm@gnu.org>
6587
6588 * faq.texi (Major packages and programs): Remove references to external
6589 Supercite, Calc, VIPER, since they have been included for some time.
6590 Update VM, AUCTeX, BBDB entries.
6591
6592 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6593
6594 * newsticker.texi: Updated to match latest newsticker changes.
6595
6596 2008-06-13 Glenn Morris <rgm@gnu.org>
6597
6598 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6599 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6600 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6601 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6602 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6603 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6604 * woman.texi:
6605 Update Back-Cover Text as per maintain.info.
6606
6607 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6608
6609 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6610
6611 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6612 (gnus-faq.xml): Update repository host.
6613
6614 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6615
6616 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6617
6618 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6619 Fix a typo.
6620
6621 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6622
6623 * gnus.texi (Mail Source Customization): Correct values of
6624 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6625 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6626
6627 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6630 coding standards.
6631
6632 2008-06-14 David Engster <dengste@eml.cc>
6633
6634 * gnus.texi (nnmairix): Markup fixes.
6635
6636 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6637
6638 * gnus.texi (nnmairix): Markup and other minor fixes.
6639
6640 2008-06-05 David Engster <dengste@eml.cc>
6641
6642 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6643
6644 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6647 (Searching, nnir, nnmairix): New stub nodes.
6648
6649 2008-05-30 Felix Lee <felix.1@canids.net>
6650
6651 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6652
6653 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6654
6655 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6656
6657 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6658
6659 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6660
6661 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6662
6663 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6664
6665 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * info.texi (Top): Fix typo in xref.
6668
6669 2008-05-05 Karl Berry <karl@gnu.org>
6670
6671 * info.texi (Top): @xref to stand-alone manual.
6672
6673 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6674
6675 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6676 (Various Summary Stuff): Fix typo in last xref.
6677
6678 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * org.texi (Moving subtrees): Fix typo.
6681
6682 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6683
6684 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6685 Tramp via `tramp-mode'.
6686
6687 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6688
6689 * org.texi: Massive changes, in many parts of the file.
6690
6691 2008-04-27 Jason Riedy <jason@acm.org>
6692
6693 * org.texi (A LaTeX example): Note that fmt may be a
6694 one-argument function, and efmt may be a two-argument function.
6695 (Radio tables): Document multiple destinations.
6696
6697 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6698
6699 * gnus.texi (Oort Gnus): Add message-fill-column.
6700
6701 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6702
6703 * gnus.texi (Mail Source Specifiers): Typo fix.
6704
6705 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6706
6707 * gnus.texi (Diary Headers Generation): Update key binding for
6708 `gnus-diary-check-message'.
6709
6710 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6711
6712 * gnus.texi (Emacsen): Addition.
6713
6714 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6715
6716 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6717
6718 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6719
6720 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6721
6722 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * gnus-news.texi: Update tool bar item.
6725
6726 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6727
6728 * gnus-news.texi: Fix typos.
6729
6730 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6731
6732 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6733 Add mention of `kron'.
6734
6735 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6736
6737 * epa.texi (Encrypting/decrypting *.gpg files):
6738 Document epa-file-name-regexp.
6739
6740 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * gnus.texi (Example Methods): Fix description about ssh-agent.
6743 (Indirect Functions): Fix the default value of nntp-telnet-command;
6744 remove link to connect.html.
6745
6746 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6749 dbus-call-method.
6750 (Receiving Method Calls): The timeout can be set by the calling client.
6751
6752 * trampver.texi: Update release number.
6753
6754 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6755
6756 * gnus.texi (Top): Fix version. Add SASL.
6757
6758 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6759
6760 Sync with Tramp 2.1.13.
6761
6762 * trampver.texi: Update release number.
6763
6764 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * org.texi: Update to new org-mode website.
6767
6768 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6771
6772 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6773
6774 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6775 gnus-read-ephemeral-gmane-group-url,
6776 gnus-read-ephemeral-emacs-bug-group,
6777 gnus-read-ephemeral-debian-bug-group.
6778
6779 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6780
6781 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6782
6783 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6784 Add FIXMEs for Bookmarks and gnus-registry-marks.
6785
6786 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6787
6788 * gnus.texi (Smileys): Document `smiley-style'.
6789
6790 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6791
6792 * gnus.texi (Gnus Development): Clarify difference between ding and
6793 gnu.emacs.gnus.
6794 (MIME Commands, Using MIME, RSS): Fix markup.
6795
6796 * gnus-faq.texi ([8.4]): Ditto.
6797
6798 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6799
6800 * gnus.texi (Emacsen): Remove obsolete stuff.
6801
6802 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6803
6804 * gnus.texi (Oort Gnus): Add version info WRT
6805 `mail-source-delete-incoming'.
6806
6807 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6808
6809 * gnus.texi (Top): Add "Other related manuals" and version info in
6810 `iftex' output.
6811 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6812 gnus-balloon-face-0 and the corresponding format specifiers.
6813
6814 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6815
6816 * tramp.texi (Filename completion): Remove footnote about let-bind
6817 of `partial-completion-mode'. It doesn't work this way.
6818
6819 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * pcl-cvs.texi (Contributors): Update my email.
6822
6823 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6824
6825 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6826
6827 2008-03-17 Bill Wohler <wohler@newt.com>
6828
6829 * mh-e.texi (Viewing): Update URL for adding header fields to
6830 mh-invisible-header-fields-default.
6831
6832 2008-03-16 Bill Wohler <wohler@newt.com>
6833
6834 * mh-e.texi (Preface): Add Gnus to requirements.
6835 (Forwarding): Note that forwarded MIME messages are now inline.
6836
6837 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6840 (Common Variables): Give precedence to the netcat methods over the
6841 telnet methods, and mention that they are more reliable.
6842
6843 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6844
6845 * org.texi (Exporting Agenda Views): Document agenda export to
6846 iCalendar.
6847 (Progress logging): Document the new progress logging stuff.
6848
6849 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6850
6851 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6852 Update for change of `mail-source-delete-incoming'.
6853
6854 * gnus-news.texi: Ditto.
6855
6856 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6859 custom versions.
6860
6861 2008-03-07 Alan Mackenzie <acm@muc.de>
6862
6863 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6864 parens/brackets in a k&r region is limited.
6865
6866 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6869 using different Emacs versions.
6870
6871 2008-02-27 Glenn Morris <rgm@gnu.org>
6872
6873 * sc.texi: Remove a lot of old and obsolete info.
6874 (titlepage): Simplify.
6875 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6876 (VM with any Emacsen, GNEWS with any Emacsen)
6877 (Overloading for Non-conforming MUAs, Version 3 Changes)
6878 (The Supercite Mailing List): Delete nodes.
6879 (Introduction): Remove info about old packages.
6880 (Getting Connected): Simplify. Remove info about old packages.
6881 (Citing Commands): Delete Emacs 19 info.
6882 (Hints to MUA Authors): Simplify.
6883 (Thanks and History): Merge in some info from the deleted node
6884 "Version 3 Changes".
6885
6886 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6887
6888 * org.texi (Setting tags, In-buffer settings):
6889 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6890
6891 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6892
6893 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6894 installation directory name.
6895
6896 2008-02-12 Romain Francoise <romain@orebokech.com>
6897
6898 * epa.texi (Overview): Fix typo.
6899
6900 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6901
6902 * epa.texi (Quick start): Remove the .emacs setting.
6903
6904 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6905
6906 * epa.texi (Quick start): Use the command `epa-enable' instead of
6907 loading `epa-setup'.
6908
6909 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6910
6911 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6912 ($(infodir)/epa, epa.dvi): New targets.
6913
6914 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6915
6916 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6917
6918 * epa.texi: New manual documenting the EasyPG Assistant.
6919
6920 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6923 (Inspection): New function dbus-ping.
6924
6925 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * tramp.texi (Remote processes): Add `shell-command'.
6928
6929 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * tramp.texi: Use new FSF's Back-Cover Text.
6932
6933 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6934
6935 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6936 (Group Parameters): Document `mail-source' parameter.
6937
6938 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6939
6940 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6941 must be a local host.
6942
6943 2008-01-26 Michael Olson <mwolson@gnu.org>
6944
6945 * erc.texi: Update version for ERC 5.3 release.
6946 (Obtaining ERC): Update extras URLs for 5.3.
6947 (Development): Write instructions for git, and remove those for Arch.
6948 (History): Mention the switch to git.
6949
6950 2008-01-24 Karl Berry <karl@gnu.org>
6951
6952 * info.texi (Search Index, Search Text): Mention the command
6953 character in the section name, a la the (Go to node) node.
6954
6955 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6956
6957 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6958
6959 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6960
6961 * gnus-news.texi: Mention gnus-article-describe-bindings.
6962
6963 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6966
6967 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6968
6969 * org.texi (Property inheritance): New section.
6970 (Conventions): New section.
6971 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6972 commands, and the new bindings for refiling.
6973 (Sparse trees): Document the new special command for sparse trees.
6974 (References): Be more clear about the counting of hilines.
6975 (Handling links): Document M-p/n for accessing links.
6976 (Fast access to TODO states): New section.
6977 (Per file keywords): New section.
6978 (Property inheritance): New section.
6979 (Column attributes): New summary types.
6980 (Capturing Column View): New section.
6981 (The date/time prompt): Cover the new features in the date/time prompt.
6982 Compactify the table of keys for the calendar remote control.
6983 (Clocking work time): Document the new :scope parameter.
6984 (Remember): Promoted to chapter.
6985 (Quoted examples): New section.
6986 (Enhancing text): New verbatim environments.
6987
6988 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6989
6990 * trampver.texi: Update release number.
6991
6992 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6993
6994 * gnus.texi (Article Keymap):
6995 Add gnus-article-wide-reply-with-original; fix descriptions of
6996 gnus-article-reply-with-original and
6997 gnus-article-followup-with-original.
6998
6999 2008-01-09 Glenn Morris <rgm@gnu.org>
7000
7001 * nxml-mode.texi: Add @copying section.
7002
7003 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7004
7005 * message.texi (Mail Variables): Add some text from "(gnus)Posting
7006 Server". Add `message-send-mail-with-mailclient'.
7007
7008 * gnus.texi (Posting Server): Move some text to "(message)Mail
7009 Variables" and add a reference here.
7010
7011 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * dbus.texi (Receiving Method Calls): New chapter.
7014 (Errors and Events): Add serial number to events. Replace "signal" by
7015 "message". Introduce dbus-event-serial-number.
7016
7017 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
7018
7019 * dbus.texi (Type Conversion): Explain the type specification for empty
7020 arrays. Use another example.
7021
7022 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
7023
7024 * dbus.texi (all): Replace "..." by @dots{}.
7025 (Type Conversion): Precise the value range for :byte types.
7026 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
7027 Mention its return value.
7028 (Errors and Events): There is no D-Bus error propagation during event
7029 processing.
7030
7031 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
7032
7033 * calc.texi (Yacas Language, Maxima Language, Giac Language):
7034 New sections.
7035
7036 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7037
7038 * gnus.texi (Group Parameters): Reorder the text and add a note about
7039 `gnus-parameters' near the beginning of the node.
7040
7041 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7042
7043 * gnus.texi (Score File Editing): Fix function name.
7044
7045 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
7046
7047 Sync with Tramp 2.1.12.
7048
7049 * trampver.texi: Update release number.
7050
7051 2007-12-22 Richard Stallman <rms@gnu.org>
7052
7053 * cc-mode.texi (Getting Started): Change @ref to @pxref.
7054
7055 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
7056
7057 * dbus.texi (Type Conversion): Correct input parameters mapping.
7058
7059 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
7060
7061 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7062 (Errors and Events): Mention wrong-type-argument error.
7063
7064 2007-12-21 Alex Schroeder <alex@gnu.org>
7065
7066 * rcirc.texi: Changed single spaces after sentence end to double
7067 spaces. Fixed some typos.
7068 (Internet Relay Chat): Explain relay.
7069 (Getting started with rcirc): Change items to reflect prompts.
7070 Add more explanation to rcirc-track-minor-mode and added a comment to
7071 warn future maintainers that this section is a copy.
7072 (People): Change /ignore example.
7073 (Keywords): Not keywords.
7074
7075 2007-12-20 Alex Schroeder <alex@gnu.org>
7076
7077 * rcirc.texi (Top): Fighting Information Overload chapter added.
7078 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7079 (rcirc commands): Move /ignore command to the new chapter.
7080 (Fighting Information Overload): New chapter documenting /keyword,
7081 /bright, /dim, channel ignore, and low priority channels.
7082 (Configuration): Document rcirc-server-alist, remove
7083 rcirc-startup-channels-alist and rcirc-default-server.
7084
7085 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7086
7087 * dbus.texi (Signals): Fix example in dbus-register-signal.
7088
7089 2007-12-14 Sven Joachim <svenjoac@gmx.de>
7090
7091 * gnus.texi (Score Variables): Fix typo.
7092
7093 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7094
7095 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7096 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7097 (Errors and Events): Adapt dbus-event.
7098
7099 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7100
7101 * gnus.texi (Other Files): Add the yenc command.
7102
7103 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7106 since 2004-08-06.
7107
7108 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7111 on body.
7112
7113 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7116 and rfc2047-allow-irregular-q-encoded-words; fix description of
7117 rfc2047-encode-encoded-words.
7118
7119 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7120
7121 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7122
7123 2007-12-05 Michael Olson <mwolson@gnu.org>
7124
7125 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7126 Update documentation for `remember-diary-file'.
7127
7128 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7129
7130 * dbus.texi (Signals): Precise `dbus-register-signal'.
7131 (Errors and Events): Rework events part, the internal structure of
7132 dbus-event has changed.
7133
7134 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
7135
7136 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7137 ($(infodir)/dbus, dbus.dvi): New targets.
7138
7139 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7140
7141 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7142 unconditionally.
7143
7144 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7145 emulation with @print{}.
7146
7147 2007-12-02 Richard Stallman <rms@gnu.org>
7148
7149 * dbus.texi (Overview): Minor cleanup.
7150
7151 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7152
7153 * Makefile.in (INFO_TARGETS): Add dbus.
7154 (DVI_TARGETS): Add dbus.dvi.
7155 (dbus, dbus.dvi): New targets.
7156
7157 * dbus.texi: New file.
7158
7159 2007-11-24 Romain Francoise <romain@orebokech.com>
7160
7161 * nxml-mode.texi: Add description in @direntry.
7162 Fix file name to match @setfilename.
7163
7164 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7165
7166 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7167 ($(infodir)/nxml-mode): New rule.
7168
7169 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7170 ($(infodir)/nxml-mode): New rule.
7171 (clean): Add nxml-mode*.
7172
7173 * nxml-mode.texi: New file with nxml manual.
7174
7175 2007-11-18 Richard Stallman <rms@gnu.org>
7176
7177 * flymake.texi (Example -- Configuring a tool called directly):
7178 Update example.
7179
7180 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * tramp.texi (Filename completion): Simplify explanation of
7183 double-slash behavior. Explain directory contents flushing.
7184
7185 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7186
7187 * calc.texi (TeX and LaTeX Language Modes): Put in
7188 missing braces.
7189
7190 2007-11-15 Richard Stallman <rms@gnu.org>
7191
7192 * cl.texi (Equality Predicates): Delete `eql'.
7193 (Predicates, Naming Conventions, Top): Delete `eql'.
7194 (Common Lisp Compatibility): Delete `eql'.
7195 (Porting Common Lisp): Delete obsolete backquote info.
7196 Minor clarification about character constants.
7197 (Sequence Basics): Minor clarification.
7198
7199 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * cc-mode.texi (Electric Keys, Custom Macros):
7202 * tramp.texi (Filename completion): Fix typos.
7203
7204 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7205
7206 * calc.texi (Basic commands): Mention the menu.
7207
7208 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * tramp.texi (Connection caching): Tramp flushes connection
7211 properties when remote operating system has been changed.
7212
7213 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7214
7215 * gnus-news.texi: Fix spelling.
7216 `message-insert-formatted-citation-line', not
7217 `message-insert-formated-citation-line'.
7218
7219 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7220
7221 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7222
7223 * tramp.texi (Overview): Mention also the PuTTY integration under
7224 w32. Remove paragraphs about Tramp's experimental status.
7225 (Frequently Asked Questions): Add code example for highlighting the
7226 mode line.
7227
7228 2007-11-03 Michael Olson <mwolson@gnu.org>
7229
7230 * remember.texi: Change mentions of remember-buffer to
7231 remember-finalize throughout.
7232
7233 2007-10-30 Michael Olson <mwolson@gnu.org>
7234
7235 * remember.texi (Copying): Remove.
7236 (Mailbox): Update with non-BBDB instructions.
7237 (Diary, Org): Add.
7238 (Bibliography, Planner Page): Remove.
7239
7240 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * makefile.w32-in (INFO_TARGETS): Add remember.
7243 (DVI_TARGETS): Add remember.dvi.
7244 ($(infodir)/remember): New rule.
7245 (clean): Add remember*.
7246
7247 2007-10-30 Michael Olson <mwolson@gnu.org>
7248
7249 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7250 ($(infodir)/remember): New rule that builds the Remember Manual.
7251
7252 * remember.texi: New file containing the Remember Mode Manual.
7253 Shuffle chapters around after initial import.
7254 (Function Reference): Split Keystrokes into separate chapter.
7255 (Keystrokes): Document C-c C-k.
7256 (Introduction): Fix typographical issue with "---".
7257
7258 2007-10-29 Richard Stallman <rms@gnu.org>
7259
7260 * widget.texi (Introduction): Delete discussion of implementation
7261 internals.
7262
7263 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * tramp.texi (Connection caching): Host names must be different
7266 when tunneling.
7267
7268 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7271 Gnus v5.13.
7272
7273 2007-10-28 Miles Bader <miles@gnu.org>
7274
7275 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7276
7277 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * gnus.texi (Sorting the Summary Buffer):
7280 Remove gnus-article-sort-by-date-reverse.
7281
7282 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * gnus.texi (Non-ASCII Group Names): New node.
7285 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7286 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7287
7288 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7289
7290 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7291 clean the output of the program `imap-shell-program'.
7292
7293 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7294
7295 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7296
7297 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7298
7299 * gnus.texi (Sticky Articles): Documentation for sticky article
7300 buffers.
7301
7302 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7303
7304 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7305
7306 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7309
7310 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7311
7312 * gnus.texi (Archived Messages):
7313 Document gnus-update-message-archive-method.
7314
7315 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7316
7317 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7318
7319 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7320
7321 * gnus.texi (Group Maneuvering):
7322 Document `gnus-summary-next-group-on-exit'.
7323
7324 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * gnus.texi (Really Various Summary Commands):
7327 Mention gnus-auto-select-on-ephemeral-exit.
7328
7329 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * gnus.texi, message.texi: Bump version number.
7332
7333 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7334
7335 * gnus.texi (Group Line Specification, Misc Group Stuff)
7336 (Server Commands): Parenthesize @pxref{Mail Spool}.
7337
7338 2007-10-28 Didier Verna <didier@xemacs.org>
7339
7340 New user option: message-signature-directory.
7341 * message.texi (Insertion Variables): Document it.
7342 * gnus.texi (Posting Styles): Ditto.
7343
7344 2007-10-28 Didier Verna <didier@xemacs.org>
7345
7346 * gnus.texi (Group Line Specification):
7347 * gnus.texi (Misc Group Stuff):
7348 * gnus.texi (Server Commands): Document the group compaction feature.
7349
7350 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7351
7352 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7353
7354 * message.texi (Various Message Variables): Add message-fill-column.
7355
7356 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * gnus.texi: Untabify.
7359
7360 2007-10-28 Didier Verna <didier@xemacs.org>
7361
7362 * gnus.texi (Group Parameters): Document the posting-style merging
7363 process in topic-mode.
7364
7365 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7368
7369 2007-10-28 Romain Francoise <romain@orebokech.com>
7370
7371 * gnus.texi (Mail Spool): Fix typo.
7372 Update copyright.
7373
7374 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7375
7376 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7377
7378 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7379
7380 * gnus.texi (Summary Generation Commands):
7381 Add gnus-summary-insert-ticked-articles.
7382
7383 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7384
7385 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7386 to spam-spamassassin-program.
7387
7388 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7389
7390 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7391
7392 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7393
7394 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7395
7396 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * message.texi (Mail Headers): Document `opportunistic'.
7399
7400 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7401
7402 * emacs-mime.texi (Encoding Customization): Explain how to set
7403 mm-coding-system-priorities per hierarchy.
7404
7405 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7406
7407 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7408 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7409
7410 2007-10-28 Didier Verna <didier@xemacs.org>
7411
7412 * message.texi (Wide Reply): Update documentation of
7413 message-dont-reply-to-names (now allowing a list of regexps).
7414
7415 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7416
7417 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7418
7419 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7420
7421 * gnus.texi (SpamAssassin back end): Fix typo.
7422
7423 * sieve.texi (Examples): Fix grammar.
7424
7425 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
7427 * gnus.texi (Searching for Articles): Document M-S and M-R.
7428 (Limiting): Document / b.
7429
7430 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7431
7432 * gnus.texi (Thread Commands): T M-^.
7433
7434 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7435
7436 * message.texi (Mail Aliases): Document ecomplete.
7437 (Mail Aliases): Fix typo.
7438
7439 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7442 fix typo.
7443
7444 2007-10-28 Romain Francoise <romain@orebokech.com>
7445
7446 * gnus.texi (Mail Spool): Grammar fix.
7447
7448 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7449
7450 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7451 string.
7452
7453 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * gnus.texi (Group Parameters): Fix description.
7456
7457 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7458
7459 * gnus.texi (Gmane Spam Reporting):
7460 Fix spam-report-gmane-use-article-number.
7461 Add spam-report-user-mail-address.
7462
7463 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7466
7467 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7468
7469 * gnus.texi (Group Parameters): Add simplified sorting example based on
7470 example for `Sorting the Summary Buffer' from Jari Aalto
7471 <jari.aalto@cante.net>.
7472 (Example Methods): Add example for an indirect connection.
7473
7474 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7475
7476 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7477 (Agent Parameters): Update parameter names to match code.
7478 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7479 'gnus-agent-summary-fetch-series'.
7480 (Agent and flags): New section providing a generalized discussion
7481 of flag handling.
7482 (Agent and IMAP): Remove flag discussion.
7483 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7484
7485 2007-10-28 Romain Francoise <romain@orebokech.com>
7486
7487 * gnus.texi (Exiting the Summary Buffer): Add new function
7488 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7489
7490 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7491
7492 * gnus.texi (Conformity): Fix typo.
7493 (Customizing Articles): Document `first'.
7494
7495 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7496
7497 * gnus.texi (Sorting the Summary Buffer):
7498 Add `gnus-thread-sort-by-date-reverse'. Add example
7499 host to different sorting in NNTP and RSS groups.
7500
7501 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7502
7503 * message.texi (Insertion): Describe prefix for
7504 message-mark-inserted-region and message-mark-insert-file.
7505
7506 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7507
7508 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7509 LaTeX documents. Describe "text/x-gnus-verbatim".
7510
7511 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7512
7513 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7514 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7515 (spam-stat spam filtering, SpamOracle)
7516 (Extending the Spam ELisp package): Remove extra quote symbol for
7517 clarity.
7518
7519 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7520
7521 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7522 gnus-article-delete-part and gnus-article-replace-part.
7523 (Using MIME): Add gnus-mime-replace-part.
7524
7525 2007-10-28 Romain Francoise <romain@orebokech.com>
7526
7527 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7528 requires `auto-compression-mode' to be enabled. Add new nnml
7529 variable `nnml-compressed-files-size-threshold'.
7530
7531 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * gnus.texi (Sorting the Summary Buffer):
7534 Add gnus-thread-sort-by-recipient.
7535
7536 2007-10-28 Romain Francoise <romain@orebokech.com>
7537
7538 * message.texi (Insertion Variables): Mention new variable
7539 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7540 documentation accordingly.
7541
7542 2007-10-28 Romain Francoise <romain@orebokech.com>
7543
7544 * gnus.texi (To From Newsgroups): Mention new variables
7545 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7546
7547 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7550 stuff; gnus-mime-inline-part does the automatic decompression.
7551
7552 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7553
7554 * gnus.texi (Spam ELisp Package Configuration Examples):
7555 "training.ham" should be "training.spam".
7556
7557 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * message.texi (Mail Variables): Fix the default value for
7560 message-send-mail-function.
7561
7562 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7565 always returns nil exceptionally.
7566
7567 2007-10-28 Simon Josefsson <jas@extundo.com>
7568
7569 * gnus.texi (Article Washing): Add libidn URL.
7570 Suggested by Michael Cook <michael@waxrat.com>.
7571
7572 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7573
7574 * gnus.texi (Topic Commands): Fix next/previous.
7575
7576 2007-10-28 Simon Josefsson <jas@extundo.com>
7577
7578 * gnus.texi (Article Washing): Mention `W i'.
7579
7580 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7581
7582 * gnus.texi (Group Parameters): Slight extension of sieve
7583 parameter description.
7584
7585 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7586
7587 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7588 matching score files as well.
7589 (Picons): Describe `gnus-picon-style'.
7590
7591 2007-10-28 Romain Francoise <romain@orebokech.com>
7592
7593 * message.texi (Message Headers): Mention that headers are hidden
7594 using narrowing, and how to expose them.
7595 Update copyright.
7596
7597 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7598
7599 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7600 `gnus-summary-sort-by-recipient'.
7601
7602 2007-10-28 Romain Francoise <romain@orebokech.com>
7603
7604 * gnus.texi (NNTP marks): New node.
7605 (NNTP): Move NNTP marks variables to the new node.
7606
7607 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7608
7609 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7610
7611 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7612
7613 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7614
7615 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7616 everywhere for consistency.
7617 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7618 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7619 Say "regular expression" instead of "regex." Admonish.
7620 Pick other words to sound better (s/so/thus/).
7621 (Spam ELisp Package Filtering of Incoming Mail):
7622 Mention statistical filters. Remove old TODO.
7623 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7624 New section on sorting and displaying the spam score.
7625 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7626 backend but an alias to spam-use-BBDB.
7627 (Extending the Spam ELisp package): Rewrite the example using the
7628 new backend functionality.
7629
7630 2007-10-28 Simon Josefsson <jas@extundo.com>
7631
7632 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7633 nntp-marks-directory, from Romain Francoise
7634 <romain@orebokech.com>.
7635
7636 2007-10-28 Magnus Henoch <mange@freemail.hu>
7637
7638 * gnus.texi (Hashcash): New default value of
7639 hashcash-default-payment.
7640
7641 2007-10-28 Simon Josefsson <jas@extundo.com>
7642
7643 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7644 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7645
7646 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7647
7648 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7649
7650 2007-10-28 Simon Josefsson <jas@extundo.com>
7651
7652 * gnus.texi (documentencoding): Add, to avoid warnings.
7653
7654 2007-10-28 Simon Josefsson <jas@extundo.com>
7655
7656 * message.texi (Mail Headers): Add.
7657
7658 * gnus.texi (Hashcash): Fix.
7659
7660 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7661
7662 * gnus.texi (Hashcash): Change location of library, also mention
7663 that payments can be verified and fix the name of the
7664 hashcash-path variable.
7665
7666 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7667
7668 * gnus.texi (Article Display): Add `gnus-picon-style'.
7669
7670 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7673
7674 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7675
7676 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7677 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7678 warning about ham processors in spam groups removed.
7679
7680 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7683 From Hubert Chan <hubert@uhoreg.ca>.
7684
7685 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7686
7687 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7688 (Mailing List): Typo.
7689 (Customizing Articles): Add gnus-treat-ansi-sequences.
7690 (Article Washing): Index.
7691
7692 * message.texi: Use m-dash consistently.
7693
7694 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7695
7696 * gnus.texi (GroupLens): Remove.
7697
7698 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7699
7700 * gnus.texi (Outgoing Messages, Agent Variables):
7701 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7702 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7703
7704 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7705
7706 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7707
7708 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7709
7710 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7711
7712 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7713
7714 2007-10-28 Simon Josefsson <jas@extundo.com>
7715
7716 * gnus.texi (Top): Add SASL.
7717
7718 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7719
7720 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7721
7722 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7723
7724 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7725
7726 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7727
7728 * calc.texi (Formulas, Composition Basics): Lower the
7729 precedence of negation.
7730
7731 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7732
7733 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7734 Mention the new three-letter column identifiers.
7735 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7736 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7737 message when using `c' on an empty default with default printer.
7738 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7739 renamed to `ses--symbolic-formulas' some time ago.
7740
7741 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7742
7743 * calc.texi (Default Simplifications, Making Selections)
7744 (Customizing Calc): Clarify associativity of multiplication.
7745
7746 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7747
7748 * tramp.texi (Traces and Profiles): Simplify loop over
7749 `trace-function-background'.
7750
7751 2007-10-22 Juri Linkov <juri@jurta.org>
7752
7753 * dired-x.texi (Shell Command Guessing): Default values are now
7754 available by typing M-n instead of M-p.
7755
7756 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7757
7758 * tramp.texi (Cleanup remote connections): New section.
7759 (Password caching): Remove `tramp-clear-passwd'.
7760 It's not a command anymore.
7761 (Bug Reports): Add `tramp-bug' to function index.
7762 (Function Index, Variable Index): New nodes.
7763 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7764
7765 * trampver.texi: Update release number.
7766
7767 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7768
7769 * calc.texi (History and Acknowledgements): Turn comment
7770 about integer size into past tense.
7771 (Time Zones): Remove pointer to Calc author's address.
7772 (Trigonometric and Hyperbolic Functions): Mention cotangent
7773 and hyperbolic cotangent. Fix typo.
7774
7775 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7776
7777 Sync with Tramp 2.1.11.
7778
7779 * trampver.texi: Update release number.
7780
7781 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7782
7783 * tramp.texi (External packages): New section.
7784
7785 2007-09-29 Juri Linkov <juri@jurta.org>
7786
7787 * info.texi (Help-Int): Document `L' (`Info-history').
7788
7789 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7790
7791 * org.texi: Change links to webpage and maintained email.
7792 (Remember): Promote to Chapter, significant changes.
7793 (Fast access to TODO states): New section.
7794 (Faces for TODO keywords): New section.
7795 (Export options): Example for #+DATE.
7796 (Progress logging): Section moved.
7797
7798 2007-09-26 Bill Wohler <wohler@newt.com>
7799
7800 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7801 browse-url-at-mouse.
7802
7803 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7804
7805 * flymake.texi (Customizable variables): Face names don't end in -face.
7806 Fix flymake-err-line-patterns template.
7807 (Example -- Configuring a tool called directly): Fix init-function.
7808 (Highlighting erroneous lines): Face names don't end in -face.
7809
7810 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7811
7812 * erc.texi (Special-Features): Fix small typo.
7813
7814 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7815
7816 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7817 and "External transfer methods".
7818
7819 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7820
7821 * calc.texi (Predefined Units): Add some history.
7822
7823 2007-09-08 Michael Olson <mwolson@gnu.org>
7824
7825 * erc.texi (Copying): New section included from gpl.texi.
7826 This matches the look of the upstream ERC manual.
7827
7828 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7829
7830 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7831 (Random Numbers): Clarify the distribution of `random'.
7832
7833 2007-09-06 Glenn Morris <rgm@gnu.org>
7834
7835 Move manual sources from man/ to subdirectories of doc/.
7836 Split into the Emacs manual in emacs/, and other manuals in misc/.
7837 Change all setfilename commands to use ../../info.
7838 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7839 refer to the Emacs manual here.
7840 (infodir): New variable.
7841 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7842 (cc-mode.texi, faq.texi): Update references to source file locations.
7843 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7844 do not refer to the Emacs manual here.
7845 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7846
7847 * Makefile.in: Add `basename' versions of all info targets, for
7848 convenience when rebuilding just one manual.
7849 (../etc/GNU): Delete obsolete target.
7850 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7851 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7852 *.vrs *.toc here...
7853 (maintainer-clean): ...from here.
7854
7855 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7856
7857 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7858
7859 * calc.texi (Date Conversions): Clarify definition of
7860 Julian day numbering.
7861 (Date Forms): Clarify definition of Julian day numbering;
7862 add some history.
7863
7864 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7865
7866 * org.texi: Version 5.07.
7867
7868 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7869
7870 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7871
7872 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7873
7874 * org.texi (Adding hyperlink types): New section.
7875 (Embedded LaTeX): Chapter updated because of LaTeX export.
7876 (LaTeX export): New section.
7877 (Using links out): New section.
7878
7879 2007-08-22 Glenn Morris <rgm@gnu.org>
7880
7881 * faq.texi (Learning how to do something): Refcards now in
7882 etc/refcards/ directory.
7883
7884 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7885
7886 * tramp.texi (Remote Programs): Persistency file must be cleared when
7887 changing `tramp-remote-path'.
7888 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7889 macro.
7890
7891 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7892
7893 * calc.texi: Move contents to beginning of file.
7894 (Algebraic Entry): Fix the formatting of an example.
7895
7896 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7897
7898 * calc.texi (Basic Operations on Units): Mention exact versus
7899 inexact conversions.
7900
7901 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7902
7903 * calc.texi (Basic Operations on Units): Mention default
7904 values for new units.
7905 (Quick Calculator Mode): Mention that binary format will
7906 be displayed.
7907
7908 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7911
7912 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7913
7914 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7915
7916 2007-08-08 Glenn Morris <rgm@gnu.org>
7917
7918 * gnus.texi, sieve.texi: Replace `iff'.
7919
7920 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7921
7922 * calc.texi (Basic Graphics): Mention the graphing of error
7923 forms.
7924 (Graphics Options): Mention how `g s' handles error forms.
7925 (Curve Fitting): Mention plotting the curves.
7926 (Standard Nonlinear Models): Add additional models.
7927 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7928 (Linear Fits): Correct result.
7929
7930 2007-08-01 Alan Mackenzie <acm@muc.de>
7931
7932 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7933 to "--no-site-file".
7934
7935 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7936
7937 * tramp.texi (Frequently Asked Questions): Point to mode line
7938 extension in Emacs 23.1.
7939
7940 * trampver.texi: Update release number.
7941
7942 2007-07-27 Glenn Morris <rgm@gnu.org>
7943
7944 * calc.texi (Copying): Include license text from gpl.texi, rather than
7945 in-line.
7946
7947 2007-07-25 Glenn Morris <rgm@gnu.org>
7948
7949 * calc.texi (Copying): Replace license with GPLv3.
7950
7951 * Relicense all FSF files to GPLv3 or later.
7952
7953 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7954
7955 Sync with Tramp 2.1.10.
7956
7957 * tramp.texi (trampfn): Expand macro implementation in order to handle
7958 empty arguments.
7959 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7960 occurrences by trampfn.
7961 (Frequently Asked Questions): Extend example code for host
7962 identification in the modeline. Add bbdb to approaches shortening Tramp
7963 file names to be typed.
7964
7965 * trampver.texi: Update release number.
7966
7967 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7968
7969 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7970 section. Reported by <poti@potis.org>.
7971 (Remote processes): Arguments of the program to be debugged are taken
7972 literally.
7973 (Frequently Asked Questions): Simplify recentf example.
7974
7975 2007-07-14 Karl Berry <karl@gnu.org>
7976
7977 * info.texi (@copying): New Back-Cover Text.
7978
7979 * info.texi (Quitting Info): Move to proper place in source.
7980 (Reported by Benno Schulenberg.)
7981
7982 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7983
7984 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7985
7986 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7987
7988 * emacs-mime.texi: Add @documentencoding directive.
7989
7990 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * tramp.texi (Remote processes): Add an anchor to the subsection
7993 "Running a debugger on a remote host".
7994
7995 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7996
7997 * tramp.texi (Remote processes): Don't call it "experimental" any
7998 longer. Add subsection about running a debugger on a remote host.
7999
8000 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8001
8002 * org.texi (Properties and columns): Chapter rewritten.
8003
8004 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8005
8006 * tramp.texi:
8007 * trampver.texi: Migrate to Tramp 2.1.
8008
8009 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8010
8011 * org.texi (Properties): New chapter.
8012
8013 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8014
8015 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
8016 Control Panel.
8017
8018 * gnus.texi (Misc Article): Add index entry for
8019 gnus-single-article-buffer.
8020
8021 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
8022
8023 * gnus.texi (Starting Up): Fix typo.
8024
8025 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * gnus.texi (Asynchronous Fetching): Fix typo.
8028
8029 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8030
8031 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
8032 (About This Manual): Remove redundant information.
8033 (Getting Started): Mention author.
8034 (Basic Arithmetic, Customizing Calc): Make description of the
8035 variable `calc-multiplication-has-precedence' match its new effect.
8036
8037 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8038
8039 * calc.texi (Basic Arithmetic, Customizing Calc):
8040 Mention the variable `calc-multiplication-has-precedence'.
8041
8042 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
8043
8044 * org.texi (Tag): Section swapped with node Timestamps.
8045 (Formula syntax for Lisp): Document new `L' flag.
8046
8047 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
8048
8049 * gnus.texi (Misc Group Stuff, Summary Buffer)
8050 (Server Commands, Article Keymap): Fix typo. s/function/command/.
8051
8052 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8055 * gnus.texi (Article Buttons, Mail Source Customization)
8056 (Sending or Not Sending, Customizing NNDiary):
8057 * message.texi (Message Headers):
8058 * mh-e.texi (HTML): Fix typos.
8059
8060 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
8061
8062 Sync with Tramp 2.0.56.
8063
8064 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8065 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8066
8067 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * Version 22.1 released.
8070
8071 2007-05-26 Michael Olson <mwolson@gnu.org>
8072
8073 * erc.texi (Modules): Fix references to completion modules.
8074
8075 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8076
8077 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8078
8079 2007-05-09 Didier Verna <didier@xemacs.org>
8080
8081 * gnus.texi (Email Based Diary): New. Proper documentation for the
8082 nndiary back end and the gnus-diary library.
8083
8084 2007-05-03 Karl Berry <karl@gnu.org>
8085
8086 * .cvsignore (*.pdf): New entry.
8087
8088 * texinfo.tex: Update from current version for better pdf generation.
8089
8090 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8091
8092 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8093
8094 2007-04-28 Glenn Morris <rgm@gnu.org>
8095
8096 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8097 consideration of legal status.
8098
8099 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8100
8101 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8102
8103 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * faq.texi (New in Emacs 22): python.el removed.
8106
8107 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8108
8109 * calc.texi (Reporting bugs): Update maintainer's address.
8110
8111 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
8112
8113 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8114
8115 2007-04-15 Jay Belanger <belanger@truman.edu>
8116
8117 * calc.texi (Title page): Remove the date.
8118 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8119 (The Standard Calc Interface): Change trail title.
8120 (Floats): Mention that when non-decimal floats are entered, only
8121 approximations are stored.
8122 (Copying): Move to the appendices.
8123 (GNU Free Documentation License): Add as an appendix.
8124
8125 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8128 * dired-x.texi, ebrowse.texi, ediff.texi:
8129 * emacs-mime.texi, erc.texi, eshell.texi:
8130 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8131 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8132 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8133 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8134 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8135 * woman.texi: Include GFDL.
8136
8137 * doclicense.texi: Remove node heading, so that it can be included by
8138 other files.
8139
8140 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8141
8142 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8143 than *.
8144
8145 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8146
8147 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8148 in Calc.
8149
8150 2007-04-09 Romain Francoise <romain@orebokech.com>
8151
8152 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8153 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8154 replace mouse-2.
8155
8156 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8159 renamed to woman-use-topic-at-point. Document new behavior.
8160
8161 2007-04-08 Richard Stallman <rms@gnu.org>
8162
8163 * url.texi: Fix some indexing.
8164 (Disk Caching): Drop discussion of old/other Emacs versions.
8165
8166 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * url.texi (Disk Caching): Say Emacs 21 "and later".
8169
8170 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8171 on Font locking which now mentions JIT lock.
8172
8173 2007-04-01 Michael Olson <mwolson@gnu.org>
8174
8175 * erc.texi: Update for the ERC 5.2 release.
8176
8177 2007-03-31 David Kastrup <dak@gnu.org>
8178
8179 * woman.texi (Topic, Interface Options): Explain changes semantics of
8180 woman-manpath in order to consider MANPATH_MAP entries.
8181
8182 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8183
8184 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8185
8186 2007-03-26 Richard Stallman <rms@gnu.org>
8187
8188 * pgg.texi (Caching passphrase): Clean up previous change.
8189
8190 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8191
8192 * gnus.texi (Setting Process Marks): Fix typo.
8193
8194 2007-03-25 Romain Francoise <romain@orebokech.com>
8195
8196 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8197 readability, and include various fixes by Daniel Brockman, Nick Roberts
8198 and Dieter Wilhelm.
8199
8200 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8203
8204 * gnus.texi (Mail Source Specifiers): Fix typo.
8205
8206 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8207
8208 * reftex.texi (Imprint): Update maintainer information.
8209
8210 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8211
8212 * message.texi (Message Buffers): Update documentation for
8213 message-generate-new-buffers.
8214
8215 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8216
8217 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8218
8219 2007-03-21 Glenn Morris <rgm@gnu.org>
8220
8221 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8222
8223 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * eshell.texi (Known problems): Emacs 21 -> 22.
8226
8227 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8228
8229 2007-03-18 Jay Belanger <belanger@truman.edu>
8230
8231 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8232
8233 2007-03-12 Glenn Morris <rgm@gnu.org>
8234
8235 * calc.texi (Time Zones): Switch to new North America DST rule.
8236
8237 * calc.texi: Replace "daylight savings" with "daylight
8238 saving" in text throughout.
8239
8240 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8241
8242 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8243 The variable now uses a list of symbols instead of just a symbol.
8244 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8245
8246 2007-03-06 Romain Francoise <romain@orebokech.com>
8247
8248 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8249 new packages, and mention Gnus update.
8250
8251 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8254 nntp-open-connection-functions-never-echo-commands.
8255
8256 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8259 problems on the console, and security risk in not using gpg-agent.
8260
8261 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8262
8263 * org.texi (The spreadsheet): Rename from "Table calculations".
8264 Completely reorganized and rewritten.
8265 (CamelCase links): Section removed.
8266 (Repeating items): New section.
8267 (Tracking TODO state changes): New section.
8268 (Agenda views): Chapter reorganized and rewritten.
8269 (HTML export): Section rewritten.
8270 (Tables in arbitrary syntax): New section.
8271 (Summary): Better feature summary.
8272 (Activation): Document problem with cut-and-paste of Lisp code
8273 from PDF files.
8274 (Visibility cycling): Document indirect buffer use.
8275 (Structure editing): Document sorting.
8276 (Remember): Section rewritten.
8277 (Time stamps): Better description of time stamp types.
8278 (Tag searches): Document regular expression search for tags.
8279 (Stuck projects): New section.
8280 (In-buffer settings): New keywords.
8281 (History and Acknowledgments): Update description.
8282
8283 2007-02-24 Alan Mackenzie <acm@muc.de>
8284
8285 * cc-mode.texi (Movement Commands): Insert two missing command names.
8286 (Getting Started): Slight wording correction (use conditional).
8287
8288 2007-02-22 Kim F. Storm <storm@cua.dk>
8289
8290 * widget.texi (User Interface, Basic Types): Document need to put some
8291 text before the %v escape in :format string in editable-field widget.
8292
8293 2007-02-18 Romain Francoise <romain@orebokech.com>
8294
8295 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8296 `cvs-mode-quit'.
8297
8298 2007-02-10 Markus Triska <markus.triska@gmx.at>
8299
8300 * widget.texi (Programming Example): Put constant strings in :format.
8301
8302 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8303
8304 * faq.texi (Fullscreen mode on MS-Windows): New node.
8305
8306 2007-02-04 David Kastrup <dak@gnu.org>
8307
8308 * faq.texi (AUCTeX): Update version number. Should probably be done
8309 for other packages as well.
8310
8311 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8312
8313 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8314 <tassilo@member.fsf.org>.
8315
8316 2007-01-20 Markus Triska <markus.triska@gmx.at>
8317
8318 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8319
8320 2007-01-13 Michael Olson <mwolson@gnu.org>
8321
8322 * erc.texi (Modules): Mention capab-identify module.
8323
8324 2007-01-05 Michael Olson <mwolson@gnu.org>
8325
8326 * erc.texi (Getting Started): Update for /RECONNECT command.
8327
8328 2007-01-04 Richard Stallman <rms@gnu.org>
8329
8330 * ebrowse.texi: Change C-c b to C-c C-m.
8331
8332 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8333
8334 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8335 variables only in info to avoid redundant entries in the printed
8336 manual.
8337
8338 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8339
8340 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8341
8342 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * message.texi (Security): Split into sub-nodes.
8345
8346 2007-01-01 Alan Mackenzie <acm@muc.de>
8347
8348 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8349 eval-after-load in Emacs <=21 and a workaround. Document that
8350 trigraphs are not supported.
8351
8352 2007-01-01 Alan Mackenzie <acm@muc.de>
8353
8354 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8355 c-context-line-break. When invoked within a string, preserve
8356 whitespace. Add a backslash only when also in a macro.
8357
8358 2007-01-01 Alan Mackenzie <acm@muc.de>
8359
8360 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8361
8362 2007-01-01 Alan Mackenzie <acm@muc.de>
8363
8364 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8365 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8366
8367 2007-01-01 Alan Mackenzie <acm@muc.de>
8368
8369 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8370 "Choosing a Style".
8371
8372 * cc-mode.texi ("Styles"): Add @dfn{style}.
8373
8374 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8375
8376 Sync with Tramp 2.0.55.
8377
8378 * trampver.texi: Update release number.
8379
8380 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8381
8382 * gnus.texi (Customizing Articles): Add index entries for all
8383 gnus-treat-* variables.
8384
8385 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8386
8387 * gnus.texi (IMAP): Fix incorrect explanation of
8388 nnimap-search-uids-not-since-is-evil in documentation for
8389 nnimap-expunge-search-string.
8390
8391 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8392
8393 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8394 spam-ifile-database.
8395
8396 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8397
8398 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8399 rebind C-s.
8400
8401 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8402
8403 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8404 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8405 "expiring mail".
8406 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8407 nnimap-nov-is-evil.
8408
8409 2006-12-25 Kevin Ryde <user42@zip.com.au>
8410
8411 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8412 about the key procedure being used heavily.
8413
8414 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8417 to t.
8418 (Prerequisites): Add explanation about gpg-agent.
8419
8420 2006-12-22 Kevin Ryde <user42@zip.com.au>
8421
8422 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8423 "sort" instead of "sort*".
8424
8425 2006-12-19 Richard Stallman <rms@gnu.org>
8426
8427 * calc.texi (History and Acknowledgements): Recognize that Emacs
8428 now does have floating point.
8429
8430 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * tramp.texi (External transfer methods): Describe new method `scpc'.
8433
8434 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8435
8436 * pgg.texi: Added short note on gpg-agent to the introduction.
8437
8438 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8441 also applies to Cc.
8442
8443 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8444
8445 * gnus.texi (X-Face): Clarify. Say which programs are required
8446 on Windows.
8447
8448 2006-12-08 Michael Olson <mwolson@gnu.org>
8449
8450 * erc.texi (Modules): Remove documentation for list module.
8451
8452 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8453
8454 * faq.texi (^M in the shell buffer): Ditto.
8455
8456 2006-11-20 Michael Olson <mwolson@gnu.org>
8457
8458 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8459
8460 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8461
8462 * org.texi: Fix typos.
8463 (Agenda commands): Document `C-k'.
8464
8465 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8466
8467 * url.texi (http/https): Fix a typo in the HTTP URL.
8468
8469 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8470
8471 * ada-mode.texi: Total rewrite.
8472
8473 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8474
8475 * org.texi: Minor typo fixes.
8476
8477 2006-11-13 Bill Wohler <wohler@newt.com>
8478
8479 Release MH-E manual version 8.0.3.
8480
8481 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8482 release 8.0.3.
8483
8484 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8485 to set MAILDIR.
8486 (Reading Mail): Document the customization of read-mail-command
8487 for MH-E.
8488 (Viewing Attachments): Document mm-discouraged-alternatives.
8489 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8490 (Junk): Add more information about the settings of mh-junk-background
8491 in a program. Add /usr/bin/mh to PATH in examples.
8492
8493 2006-11-12 Richard Stallman <rms@gnu.org>
8494
8495 * woman.texi: Update author address but say he no longer maintains it.
8496
8497 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8498
8499 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8500 archived trees.
8501 (Checkboxes): Section moved to chapter 5, and extended.
8502 (The date/time prompt): New section.
8503 (Link abbreviations): New section.
8504 (Presentation and sorting): New section.
8505 (Custom agenda views): Section completely rewritten.
8506 (Summary): Compare with Planner.
8507 (Feedback): More info about creating backtraces.
8508 (Plain lists): Modify example.
8509 (Breaking down tasks): New section.
8510 (Custom time format): New section.
8511 (Time stamps): Document inactive timestamps.
8512 (Setting tags): More details about fast tag selection.
8513 (Block agenda): New section.
8514 (Custom agenda views): Section rewritten.
8515 (Block agenda): New section.
8516
8517 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8518
8519 * tramp.texi (Configuration): scp is the default method.
8520 (Default Method): Use ssh as example for another method.
8521
8522 2006-10-27 Richard Stallman <rms@gnu.org>
8523
8524 * woman.texi: Downcase nroff/troff/roff.
8525 (Installation): Chapter deleted. Some xrefs deleted.
8526 (Background): woman doesn't advise man ;-).
8527
8528 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8529
8530 * ada-mode.texi (Project files, Identifier completion)
8531 (Automatic Casing, Debugging, Using non-standard file names)
8532 (Working Remotely): Fix typos.
8533
8534 2006-10-20 Masatake YAMATO <jet@gyve.org>
8535
8536 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8537 sample code `my-c-initialization-hook'.
8538
8539 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8540
8541 * widget.texi: Fix typos.
8542
8543 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8544
8545 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8546 "???". There have been no complaints for years, so the information
8547 must be appropriate.
8548
8549 2006-10-16 Richard Stallman <rms@gnu.org>
8550
8551 * widget.texi: Use @var instead of capitalization.
8552 Clarify many widget type descriptions.
8553
8554 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8555
8556 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8557 gnus-dired-attach.
8558 (Selecting a Group): Fix typo.
8559
8560 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8561
8562 * widget.texi: Fix typos.
8563
8564 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8565
8566 * gnus.texi (Image Enhancements): Update for Emacs 22.
8567
8568 * gnus-faq.texi ([1.3]): Update.
8569
8570 2006-10-06 Richard Stallman <rms@gnu.org>
8571
8572 * faq.texi (Displaying the current line or column):
8573 Delete "As of Emacs 20".
8574
8575 2006-10-06 Romain Francoise <romain@orebokech.com>
8576
8577 * faq.texi (VM): VM works with Emacs 22 too.
8578
8579 2006-10-06 Richard Stallman <rms@gnu.org>
8580
8581 * ebrowse.texi: Remove Emacs version "21" from title.
8582
8583 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8584
8585 * gnus.texi (Foreign Groups): Say where change of editing commands are
8586 stored. Add reference to `gnus-parameters'.
8587
8588 2006-09-15 Jay Belanger <belanger@truman.edu>
8589
8590 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8591 Change "Library Public License" to "Lesser Public License"
8592 throughout. Use "yyyy" to represent year.
8593
8594 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8595
8596 * org.texi (Setting tags): Typo fix.
8597
8598 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8599
8600 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8601
8602 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8603
8604 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8605
8606 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8607
8608 * faq.texi (Escape sequences in shell output): EMACS is now set
8609 to Emacs's absolute file name, not to "t".
8610 (^M in the shell buffer): Likewise.
8611
8612 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8613
8614 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8615 mails with pop3-leave-mail-on-server. Fix wording.
8616 (Limiting): Improve gnus-summary-limit-to-articles.
8617 (X-Face): Fix typo.
8618
8619 2006-09-11 Simon Josefsson <jas@extundo.com>
8620
8621 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8622 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8623
8624 2006-09-06 Simon Josefsson <jas@extundo.com>
8625
8626 * smtpmail.texi (Authentication): Mention SSL.
8627
8628 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8629
8630 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8631
8632 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8633
8634 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8635 Don't use @indicateurl.
8636
8637 * cc-mode.texi (Subword Movement): Don't use @headitem.
8638 (Custom Braces, Clean-ups): Don't use @tie.
8639
8640 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8641
8642 Sync with Tramp 2.0.54.
8643
8644 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8645 Suggested by Adrian Phillips <a.phillips@met.no>.
8646
8647 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8648
8649 * org.texi (Installation, Activation): Split from Installation and
8650 Activation.
8651 (Clocking work time): Documented new features.
8652
8653 2006-08-13 Alex Schroeder <alex@gnu.org>
8654
8655 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8656 example.
8657
8658 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8659
8660 * faq.texi (How to add fonts): New node.
8661
8662 2006-08-05 Romain Francoise <romain@orebokech.com>
8663
8664 * faq.texi (New in Emacs 22): Expand.
8665
8666 2006-08-03 Michael Olson <mwolson@gnu.org>
8667
8668 * erc.texi: Update for ERC 5.1.4.
8669
8670 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8673 in .../site-lisp/gnus/ by default.
8674 [ From gnus-news.texi in the trunk. ]
8675
8676 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8677
8678 * gnus.texi (MIME Commands): Additions for yEnc.
8679
8680 2006-07-24 Richard Stallman <rms@gnu.org>
8681
8682 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8683 * faq.texi: Move periods and commas inside quotes.
8684
8685 2006-07-20 Jay Belanger <belanger@truman.edu>
8686
8687 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8688
8689 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8690
8691 * faq.texi (Security risks with Emacs): Document Emacs 22
8692 file-local-variable mechanism.
8693
8694 2006-07-12 Michael Olson <mwolson@gnu.org>
8695
8696 * erc.texi: Update for ERC 5.1.3.
8697
8698 2006-07-12 Alex Schroeder <alex@gnu.org>
8699
8700 * rcirc.texi: Fix typos.
8701 (Getting started with rcirc): New calling convention for M-x irc.
8702 Mention #rcirc. Removed channel tracking.
8703 (Configuration): Change the names of all variables that got changed
8704 recently, eg. rcirc-server to rcirc-default-server. Added
8705 documentation for rcirc-authinfo, some background for Bitlbee, and
8706 rcirc-track-minor-mode.
8707 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8708 Scrolling.
8709 (Reconnecting after you have lost the connection): Fix example code
8710 to match code changes.
8711
8712 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8713
8714 * gnus.texi, message.texi: Fix typos.
8715
8716 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8717
8718 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8719 commands.
8720 (Global TODO list): Document the use of the variables
8721 `org-agenda-todo-ignore-scheduled' and
8722 `org-agenda-todo-list-sublevels'.
8723
8724 2006-07-05 Richard Stallman <rms@gnu.org>
8725
8726 * faq.texi (Scrolling only one line): Fix xref.
8727
8728 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8729
8730 * faq.texi (Evaluating Emacs Lisp code):
8731 Throughout, replace eval-current-buffer with eval-buffer.
8732
8733 2006-07-03 Richard Stallman <rms@gnu.org>
8734
8735 * rcirc.texi (Scrolling conservatively): Fix xref.
8736
8737 * pcl-cvs.texi (Viewing differences): Usage fix.
8738
8739 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8740
8741 * org.texi (Agenda commands): Document `s' key to save all org-mode
8742 buffers.
8743
8744 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8745
8746 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8747 names. Mention `cvs-msg' face.
8748
8749 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8750
8751 * org.texi (Checkboxes): New section.
8752
8753 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8754
8755 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8756 throughout this chapter.
8757
8758 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8759
8760 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8761 text for standalone vs Emacs info.
8762 (Help): Clarify header line description. Use mouse-1 for clicks.
8763 (Help-P): Use mouse-1 for clicks.
8764 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8765 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8766 (Choose menu subtopic): Remove gratuitous Emacs command names.
8767 (Help-FOO): Put usual behavior first.
8768 (Help-Xref): Clicking on xrefs works in Emacs.
8769 (Search Text): Clarify what the default behavior is.
8770 (Create Info buffer): Fix Emacs window/X window confusion.
8771 (Emacs Info Variables): Fix for new Emacs init file behavior.
8772
8773 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8774
8775 * gnus.texi (Summary Buffer Lines): Fix typo.
8776
8777 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8778
8779 * org.texi (Embedded LaTeX): New chapter.
8780 (Archiving): Section rewritten.
8781 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8782
8783 2006-06-20 Bill Wohler <wohler@newt.com>
8784
8785 Release MH-E manual version 8.0.1.
8786
8787 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8788 release 8.0.1.
8789 (Preface): Depend on GNU mailutils 1.0 and higher.
8790
8791 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * message.texi (News Headers): Update message-syntax-checks section.
8794
8795 2006-06-19 Karl Berry <karl@gnu.org>
8796
8797 * info.texi (Advanced): Mention C-q, especially with ?.
8798
8799 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8800
8801 * org.texi (Publishing links): Document the `:link-validation-function'
8802 property.
8803 (Extensions and Hacking): New chapter, includes some sections of the
8804 "Miscellaneous" chapter.
8805
8806 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8807
8808 * org.texi (Progress logging): New section.
8809
8810 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8811
8812 * org.texi (ASCII export): Document indentation adaptation.
8813 (Setting tags): Document mutually-exclusive tags.
8814
8815 2006-06-05 Romain Francoise <romain@orebokech.com>
8816
8817 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8818 Fix typo.
8819
8820 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8821 channel (#gnus@irc.freenode.net).
8822 Fix typos. Update copyright notice.
8823
8824 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8825 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8826 (Line-Up Functions, Custom Macros):
8827 * ediff.texi (Window and Frame Configuration)
8828 (Highlighting Difference Regions):
8829 * emacs-mime.texi (Display Customization):
8830 * erc.texi (History):
8831 * eshell.texi (Known problems):
8832 * eudc.texi (Overview, BBDB):
8833 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8834 (The problem of spam, SpamOracle, Extending the Spam package)
8835 (Conformity, Terminology):
8836 * idlwave.texi (Routine Info)
8837 (Class and Keyword Inheritance, Padding Operators)
8838 (Breakpoints and Stepping, Electric Debug Mode)
8839 (Examining Variables, Troubleshooting):
8840 * org.texi (Creating timestamps):
8841 * reftex.texi (Commands, Options, Changes):
8842 * tramp.texi (Inline methods, Password caching)
8843 (Auto-save and Backup, Issues):
8844 * vip.texi (Files, Commands in Insert Mode):
8845 * viper.texi (Emacs Preliminaries, States in Viper)
8846 (Packages that Change Keymaps, Viper Specials, Groundwork):
8847 Fix various typos.
8848
8849 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8850
8851 * ediff.texi: Fix typos.
8852
8853 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8854
8855 * org.texi: Small typo fixes.
8856
8857 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * viper.texi (Viper Specials):
8860 * gnus.texi (Example Setup):
8861 * faq.texi (Backspace invokes help):
8862 * dired-x.texi (Optional Installation Dired Jump):
8863 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8864 follow coding conventions.
8865
8866 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8867
8868 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8869
8870 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8871
8872 * pcl-cvs.texi: Fix typos.
8873 (Customization): Say "us".
8874
8875 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8876
8877 * org.texi: Remove bogus @setfilename.
8878
8879 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8880
8881 * org.texi (ASCII export): Omit command name.
8882 (HTML export): Add prefix to all lines in Local Variable example.
8883 (Acknowledgments): Typeset names in italics.
8884
8885 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8886
8887 * org.texi (Plain lists): Add new item navigation commands.
8888 (External links): Document elisp and info links.
8889 (Custom searches): New section.
8890 (Publishing): New chapter.
8891 (HTML export): Include a list of supported CSS classes.
8892 (Setting tags): Describe the fast-tag-setting interface.
8893
8894 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * dired-x.texi: ifinfo -> ifnottex.
8897
8898 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8899
8900 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8901
8902 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8903
8904 * message.texi (Interface): Add tool bar customization.
8905 (MIME): Index and text additions for mml-attach.
8906 (MIME): Describe mml-dnd-protocol-alist and
8907 mml-dnd-attach-options.
8908
8909 * gnus.texi (Oort Gnus): Reorder entries in sections.
8910 Fix some entries.
8911 (Starting Up): Add references to "Emacs for Heathens" and to
8912 "Finding the News". Add user-full-name and user-mail-address.
8913 (Group Buffer Format): Add tool bar customization and update.
8914 (Summary Buffer): Add tool bar customization.
8915 (Posting Styles): Add message-alternative-emails.
8916
8917 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * tramp.texi (Filename completion): Improve wording.
8920
8921 2006-05-07 Romain Francoise <romain@orebokech.com>
8922
8923 * faq.texi (Using regular expressions): Fix typo.
8924 (Packages that do not come with Emacs): Fix capitalization.
8925 (Replacing text across multiple files): Expand node to explain how
8926 to use `dired-do-query-replace-regexp' in more detail, based on
8927 suggestion by Eric Hanchrow <offby1@blarg.net>.
8928
8929 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8930
8931 * tramp.texi (Filename completion): Completion of remote files'
8932 method, user name and host name is active only in partial
8933 completion mode.
8934
8935 2006-05-06 Bill Wohler <wohler@newt.com>
8936
8937 Release MH-E manual version 8.0.
8938
8939 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8940 release 8.0.
8941
8942 2006-05-06 Bill Wohler <wohler@newt.com>
8943
8944 * mh-e.texi (MH-BOOK-HOME): Change from
8945 http://www.ics.uci.edu/~mh/book/mh to
8946 http://rand-mh.sourceforge.net/book/mh.
8947 Replace .htm suffix with .html for MH book files.
8948 (Using This Manual): Update key binding for getting relevant
8949 chapter in Info from command key.
8950 (Ranges): Fix itemx.
8951
8952 2006-05-05 Karl Berry <karl@gnu.org>
8953
8954 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8955 (\fonttextsize): New user-level command to change text font size.
8956
8957 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8960
8961 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8962
8963 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8964
8965 2006-04-24 Bill Wohler <wohler@newt.com>
8966
8967 * mh-e.texi (Getting Started): Make it more explicit that you need
8968 to install MH. Add pointers to current MH implementations.
8969
8970 2006-04-21 Bill Wohler <wohler@newt.com>
8971
8972 Release MH-E manual version 7.94.
8973
8974 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8975 release 7.94.
8976
8977 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8978
8979 * org.texi: Many small fixes.
8980 (Handling links): Rename from "Managing links".
8981
8982 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8983
8984 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8985 (Splitting mail using spam-stat): Fix @xref.
8986
8987 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * gnus.texi (Spam Package): Major revision of the text.
8990 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8991
8992 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8993
8994 * org.texi (Time stamps): Better explanation of the purpose of
8995 different time stamps.
8996 (Structure editing, Plain lists): More details on how new items
8997 and headings are inserted.
8998
8999 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
9000
9001 * org.texi (Formula syntax): Fix link to Calc Manual.
9002
9003 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9004
9005 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
9006
9007 2006-04-17 Bill Wohler <wohler@newt.com>
9008
9009 * mh-e.texi (Folders): Update mh-before-quit-hook and
9010 mh-quit-hook example with code that removes the buffers rather
9011 than just bury them.
9012
9013 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
9014
9015 Sync with Tramp 2.0.53.
9016
9017 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9018
9019 * org.texi (Updating settings): New section.
9020 (Visibility cycling): Better names for the startup folding
9021 options.
9022 (Exporting): Completely restructured.
9023 (The very busy C-c C-c key): New section.
9024 (Summary of in-buffer settings): New section.
9025
9026 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9027
9028 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
9029
9030 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
9031
9032 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
9033 (Server Commands): Key `v' is reserved for users.
9034
9035 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9036
9037 * org.texi (Link format): New section, emphasis on bracket links.
9038 (External links): Document bracket links.
9039 (FAQ): Expand to cover shell links and the new link format.
9040
9041 2006-04-09 Kevin Ryde <user42@zip.com.au>
9042
9043 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9044
9045 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9046
9047 * gnus.texi (Summary Buffer Lines): Add `*'.
9048
9049 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
9050
9051 * gnus.texi (Group Parameters):
9052 Mention gnus-permanently-visible-groups.
9053
9054 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * gnus.texi (Face): Fix typo.
9057
9058 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
9059
9060 * gnus.texi (X-Face): Clarify.
9061 (Face): Need Emacs with PNG support.
9062
9063 2006-04-06 Richard Stallman <rms@gnu.org>
9064
9065 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9066 Emacs".
9067
9068 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9069
9070 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9071 blocks not suitable for inclusion with Emacs using variable
9072 PARTOFEMACS.
9073
9074 2006-04-04 Simon Josefsson <jas@extundo.com>
9075
9076 * gnus.texi (Security): Improve.
9077
9078 2006-04-02 Karl Berry <karl@gnu.org>
9079
9080 * texinfo.tex: Update to current version (2006-03-21.13).
9081
9082 2006-04-02 Bill Wohler <wohler@newt.com>
9083
9084 * mh-e.texi (Getting Started, Junk, Bug Reports)
9085 (MH FAQ and Support): Fix URLs.
9086
9087 2006-03-31 Romain Francoise <romain@orebokech.com>
9088
9089 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9090 to t, not nil (and has for the past eight years).
9091
9092 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9093
9094 * message.texi, gnus.texi: Bump version to 5.11.
9095
9096 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9097
9098 * gnus.texi (Top): Add comment about version line.
9099
9100 * message.texi (Top): Ditto. Change to take named versions into
9101 account.
9102
9103 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9104
9105 * gnus.texi (Posting Styles): Add x-face-file to example.
9106 (X-Face): Refer to posting styles.
9107
9108 * gnus-faq.texi ([5.8]): Add x-face-file.
9109 ([8.4]): Add links to gmane.emacs.gnus.user and
9110 gmane.emacs.gnus.general.
9111
9112 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9113
9114 * gnus-faq.texi: Use .invalid.
9115 ([5.4]): Fix gnus-posting-styles example.
9116
9117 2006-03-27 Romain Francoise <romain@orebokech.com>
9118
9119 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9120 Emacs/W3 needs a new maintainer.
9121 (Ispell): Update author and version info.
9122 (Mailcrypt): Mention PGG.
9123 (New in Emacs 22): Add PGG to the list of new packages.
9124 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9125 updating dead URLs.
9126
9127 2006-03-25 Karl Berry <karl@gnu.org>
9128
9129 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9130 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9131 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9132 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9133 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9134 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9135 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9136 (2) do not indent copyright year list (or anything else).
9137
9138 2006-03-21 Bill Wohler <wohler@newt.com>
9139
9140 * mh-e.texi (Folders): Various edits.
9141
9142 2006-03-20 Romain Francoise <romain@orebokech.com>
9143
9144 * gnus.texi (Mail Folders): Grammar fix.
9145
9146 2006-03-19 Bill Wohler <wohler@newt.com>
9147
9148 * mh-e.texi (Replying): Document Mail-Followup-To.
9149 Change manually-formatted table to multitable. Add debugging info.
9150 Move description of mh-reply-default-reply-to into paragraph
9151 that describes its values.
9152
9153 2006-03-17 Bill Wohler <wohler@newt.com>
9154
9155 * mh-e.texi: Use smallexample and smalllisp consistently.
9156 (Sending Mail Tour): Update method of entering
9157 addresses and subject.
9158 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9159 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9160
9161 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9162
9163 * org.texi: Version number change only.
9164
9165 2006-03-14 Bill Wohler <wohler@newt.com>
9166
9167 * mh-e.texi: Add index entries around each paragraph rather than
9168 depend on entries from beginning of node. Doing so ensures that
9169 index entries are less likely to be forgotten if text is cut and
9170 pasted, and are necessary anyway if the references are on a
9171 separate page. It seems that makeinfo is now (v. 4.8) only
9172 producing one index entry per node, so there is no longer any
9173 excuse not to. Use subheading instead of heading. The incorrect
9174 use of heading produced very large fonts in Info--as large as the
9175 main heading.
9176 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9177 versions 6 and 7 appeared *around* the time of these Emacs releases.
9178
9179 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9180
9181 * org.texi (Clean view): Document new startup options.
9182
9183 2006-03-11 Bill Wohler <wohler@newt.com>
9184
9185 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9186 (Composing, Scan Line Formats): Fix @refs.
9187 (Getting Started): Define MH profile and MH profile components.
9188 (Incorporating Mail, Reading Mail, Viewing, Printing)
9189 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9190 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9191 for string constants.
9192 (Tool Bar): Remove spurious quote.
9193 (Junk): Use ``...'' instead of "...".
9194 (Scan Line Formats): Replace @samp with @kbd.
9195
9196 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9199
9200 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9201
9202 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9203 easy to understand.
9204
9205 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9206
9207 * gnus.texi: Markup fix.
9208 (Fancy Mail Splitting): Specify new feature.
9209
9210 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9211
9212 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9213 partial-words matching.
9214
9215 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9216
9217 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9218
9219 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9220 (MIME Commands): Fix mm-discouraged-alternatives.
9221
9222 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9223
9224 * org.texi: Version number change only.
9225
9226 2006-03-06 Bill Wohler <wohler@newt.com>
9227
9228 * mh-e.texi: Move from SourceForge repository to Savannah.
9229 This is version 7.93, which is a total rewrite from the previous
9230 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9231 version 7.93.
9232
9233 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9234
9235 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9236
9237 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9238
9239 * org.texi (Interaction): Add item about `org-mouse.el' by
9240 Piotr Zielinski.
9241 (Managing links): Document that also mouse-1 can be used to
9242 activate a link.
9243 (Headlines, FAQ): Add entry about hiding leading stars.
9244 (Miscellaneous): Resort the sections in this chapter to a more
9245 logical sequence.
9246
9247 2006-02-27 Simon Josefsson <jas@extundo.com>
9248
9249 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9250 2004-01-27 from the trunk).
9251
9252 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9253
9254 * cc-mode.texi: Rename c-hungry-backspace to
9255 c-hungry-delete-backwards, at the request of RMS. Leave the old
9256 name as an alias.
9257
9258 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9259
9260 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9261 include the function header within the defun.
9262
9263 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9264
9265 * cc-mode.texi: Correct two typos.
9266
9267 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9268
9269 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9270 existing comment.
9271 (Electric Keys): Add a justification for electric indentation.
9272 (Hungry WS Deletion): Clear up the names and complications of the
9273 BACKSPACE and DELETE keys.
9274
9275 2006-02-23 Juri Linkov <juri@jurta.org>
9276
9277 * faq.texi (Common requests): Move `Turning on auto-fill by
9278 default' after `Wrapping words automatically'. Move `Working with
9279 unprintable characters' before `Searching for/replacing newlines'.
9280 Move `Replacing highlighted text' after `Highlighting a region'.
9281 Merge `Repeating commands' and `Repeating a command as many times
9282 as possible' into the former.
9283 (Packages that do not come with Emacs): Add refs to Gmane and
9284 etc/MORE.STUFF.
9285
9286 2006-02-23 Juri Linkov <juri@jurta.org>
9287
9288 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9289 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9290 Add xref to `(emacs)Reporting Bugs'.
9291 (Getting a printed manual): Add URL to other formats of the manual.
9292 (Common requests): Fix menu.
9293 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9294 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9295 (Inserting text at the beginning of each line): Add pxref to
9296 `Changing the included text prefix'.
9297 (Forcing the cursor to remain in the same column): Mention `track-eol'
9298 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9299 (Replacing text across multiple files): Add keybinding `Q' for
9300 `dired-do-query-replace'.
9301
9302 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9303
9304 * reftex.texi: Version number and date change only.
9305
9306 * org.texi (Internal Links): Rewrite to cover the modified
9307 linking system.
9308
9309 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9310
9311 * faq.texi: Remove the coding cookie, it's not needed anymore.
9312
9313 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9314
9315 * faq.texi (Colors on a TTY): Mention Mac OS port.
9316
9317 2006-02-12 Karl Berry <karl@gnu.org>
9318
9319 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9320 8-bit accented a.
9321
9322 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9323
9324 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9325
9326 2006-02-08 Romain Francoise <romain@orebokech.com>
9327
9328 * faq.texi (Top): Remove paragraph about the FAQ being a
9329 transitional document, etc.
9330 (Searching for/replacing newlines): New node.
9331 (Yanking text in isearch): New node.
9332 (Inserting text at the beginning of each line): Rename and make
9333 more general, mention `M-;' in Message mode.
9334
9335 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * faq.texi (Meta key does not work in xterm)
9338 (Emacs does not display 8-bit characters)
9339 (Inputting eight-bit characters): Update xrefs.
9340
9341 2006-02-06 Romain Francoise <romain@orebokech.com>
9342
9343 * faq.texi (VM): VM now at version 7.19.
9344 Set myself as maintainer of this file.
9345
9346 2006-02-04 Michael Olson <mwolson@gnu.org>
9347
9348 * erc.texi (History): Note that ERC is now included with Emacs.
9349
9350 2006-01-31 Romain Francoise <romain@orebokech.com>
9351
9352 * message.texi (Message Headers): Explain what
9353 `message-alternative-emails' does in more detail.
9354 Update copyright year.
9355
9356 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9357
9358 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9359
9360 2006-01-29 Richard M. Stallman <rms@gnu.org>
9361
9362 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9363
9364 2006-01-29 Michael Olson <mwolson@gnu.org>
9365
9366 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9367
9368 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9369
9370 * faq.texi (New in Emacs 22): Mention ERC.
9371
9372 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9373
9374 * rcirc.texi: Capitalize dir entry for consistency with the entry
9375 in info/dir and other entries in the Emacs category.
9376 Fix typos. Delete trailing whitespace.
9377
9378 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9379
9380 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9381
9382 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9383
9384 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9385 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9386
9387 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9388 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9389
9390 2006-01-27 Alex Schroeder <alex@gnu.org>
9391
9392 * rcirc.texi: New file.
9393
9394 2006-01-23 Juri Linkov <juri@jurta.org>
9395
9396 * widget.texi (User Interface): Add S-TAB for widget-backward.
9397
9398 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9399
9400 Sync with Tramp 2.0.52.
9401
9402 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9403 Add Tramp disabling item. New item for common connection problems.
9404 (various): Apply "ftp" as method for the download URL.
9405 (Bug Reports): Refer to FAQ for common problems.
9406
9407 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9408
9409 * widget.texi (User Interface): Use @key for TAB.
9410
9411 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9412
9413 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9414 for TAB.
9415
9416 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9417
9418 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9419
9420 * gnus.texi: Update copyright.
9421
9422 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * gnus.texi (Article Washing): Additions.
9425
9426 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9427
9428 * org.texi (Agenda commands): Document tags command.
9429
9430 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9431
9432 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9433
9434 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9435
9436 * gnus.texi (RSS): Addition.
9437
9438 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9439
9440 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9441
9442 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9443
9444 * emacs-mime.texi (Display Customization): Add setting example to
9445 mm-discouraged-alternatives.
9446
9447 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9450 version is the canonical version.
9451
9452 2006-01-08 Alex Schroeder <alex@gnu.org>
9453
9454 * pgg.texi (Caching passphrase): Rewording.
9455
9456 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9457
9458 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9459 repository URL.
9460
9461 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9462
9463 * org.texi: Removed the accidentally re-added empty line in the
9464 direntry.
9465
9466 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9467
9468 * org.texi (Agenda Views): Chapter reorganized.
9469
9470 2005-12-29 Romain Francoise <romain@orebokech.com>
9471
9472 * faq.texi (Using Customize): New node.
9473
9474 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9475
9476 * org.texi: Remove blank line in @direntry. It is non-standard
9477 and recursively produces blank lines all over the dir file (when
9478 using Texinfo 4.8).
9479
9480 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9481
9482 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9483
9484 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9485
9486 * org.texi (Tags): Boolean logic documented.
9487 (Agenda Views): Document custom commands.
9488
9489 2005-12-20 David Kastrup <dak@gnu.org>
9490
9491 * faq.texi (AUCTeX): Update version and mailing list info.
9492
9493 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9494
9495 * gnus.texi (MIME Commands): Mention addition of
9496 multipart/alternative to gnus-buttonized-mime-types and add xref
9497 to mm-discouraged-alternatives.
9498
9499 * emacs-mime.texi (Display Customization): Mention addition of
9500 "image/.*" and add xref to gnus-buttonized-mime-types in the
9501 mm-discouraged-alternatives section.
9502
9503 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9504
9505 * org.texi (Tags): New section.
9506 (Agenda Views): Chapter reorganized.
9507
9508 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9509
9510 * org.texi (Internal Links): Add a missing comma after an @xref.
9511
9512 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9513
9514 * faq.texi (Filling paragraphs with a single space): No need to
9515 change sentence-end now.
9516
9517 2005-12-13 Romain Francoise <romain@orebokech.com>
9518
9519 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9520
9521 2005-12-12 Jay Belanger <belanger@truman.edu>
9522
9523 * faq.texi (Calc): Update version number.
9524
9525 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9526
9527 * org.texi (Progress Logging): New section.
9528
9529 2005-12-10 Romain Francoise <romain@orebokech.com>
9530
9531 Update the Emacs FAQ for the 22.1 release.
9532
9533 * faq.texi: Set VER to `22.1'.
9534 (Basic editing): Explain how to use localized versions of the
9535 Tutorial. Mention that `C-h r' displays the manual.
9536 Delete obsolete WWW link to an Emacs 18 tutorial.
9537 (Getting a printed manual): Point to the new locations of the
9538 manuals on the GNU Web site.
9539 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9540 available via Info (it was previously distributed separately).
9541 (Installing Texinfo documentation): The latest version of Texinfo
9542 is 4.8, not 4.0.
9543 (Informational files for Emacs): COPYING is the GNU General Public
9544 License, not the Emacs General Public License.
9545 (Informational files for Emacs): Delete obsolete link to the
9546 GNUinfo pages as they have been removed from the GNU Web site.
9547 (New in Emacs 22): New node.
9548 (Setting up a customization file): Say that most packages support
9549 Customize nowadays.
9550 (Colors on a TTY): Delete reference to instructions on how to
9551 enable syntax highlighting, it is now enabled by default.
9552 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9553 at startup automatically.
9554 (Controlling case sensitivity): Mention `M-c' in isearch.
9555 (Using an already running Emacs process): Emacs now creates the
9556 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9557 gnuserv. As emacsclient can now run Lisp code as well, delete a
9558 sentence praising gnuserv for that. Simplify description of how
9559 the client/server operation works.
9560 (Compiler error messages): Delete obsolete text (compile.el has
9561 been rewritten).
9562 (Indenting switch statements): Fix typo.
9563 (Matching parentheses): Simplify setup instructions, mention the
9564 menu bar item in the Options menu.
9565 (Repeating a command as many times as possible): Mention `C-x e'.
9566 (Going to a line by number): Mention new keymap and bindings
9567 `M-g M-g', `M-g M-p' and `M-g M-n'.
9568 (Turning on syntax highlighting): Now on by default. Simplify.
9569 (Replacing highlighted text): Use `1', not `t'.
9570 (Problems with very large files): The maximum size is now 256MB on
9571 32-bit machines.
9572 (^M in the shell buffer): Mention `comint-process-echoes'.
9573 (Emacs for Apple computers): Emacs 22 has native support for Mac
9574 OS X.
9575 (Translating names to IP addresses): Delete node.
9576 (Binding keys to commands): Fix typo.
9577 (SPC no longer completes file names): New node.
9578 (MIME with Emacs mail packages): Delete section about the Emacs
9579 MIME FAQ (it's not reachable anymore).
9580
9581 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9582
9583 * cc-mode.texi: The manual has been extensively revised: the
9584 information about using CC Mode has been separated from the larger
9585 and more difficult chapters about configuration. It has been
9586 updated for CC Mode 5.31.
9587
9588 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9589
9590 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9591 (Selecting an implementation): Fix descriptions.
9592
9593 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9594
9595 * message.texi (Various Message Variables): Addition.
9596
9597 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * message.texi: Fix default values.
9600
9601 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * message.texi (Header Commands): Clarify descriptions of
9604 message-cross-post-followup-to, message-reduce-to-to-cc, and
9605 message-insert-wide-reply.
9606 (Various Commands): Fix kindex for message-kill-to-signature;
9607 clarify description of message-tab.
9608
9609 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * message.texi (Mailing Lists): Fix description about MFT.
9612
9613 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9614
9615 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * gnus.texi (Slow Terminal Connection): Replace old description
9618 with new one.
9619
9620 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9623 replace X-Draft-Headers with X-Draft-From.
9624
9625 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9626
9627 * gnus.texi (Various Various): Fix the default value of
9628 nnheader-max-head-length.
9629 (Gnus Versions): Fix typo.
9630
9631 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9632
9633 * org.texi (Structure editing): Document new functionality of
9634 M-RET.
9635
9636 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9637
9638 * org.texi (Internal Links): Fix Texinfo usage.
9639
9640 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9641
9642 * org.texi (TODO basics): Document the global todo list.
9643 (TODO items): Documents sparse tree for specific TODO
9644 keywords.
9645
9646 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9647
9648 * org.texi (Plain Lists): Typos fixed.
9649
9650 2005-11-28 Jay Belanger <belanger@truman.edu>
9651
9652 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9653
9654 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9655
9656 * org.texi (Structure editing): New item moving commands added.
9657 (Plain Lists): New section.
9658
9659 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9660
9661 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9662 (Agenda): Document commands `org-cycle-agenda-files' and
9663 `org-agenda-file-to-front'.
9664 (Built-in table editor): Document `org-table-sort-lines'.
9665 (HTML formatting): Export of hand-formatted lists.
9666
9667 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9668
9669 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9670 new variable gnus-toolbar-thickness.
9671
9672 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9675
9676 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9677
9678 * gnus.texi (X-Face): Fix description.
9679 (XVarious): Remove gnus-xmas-logo-color-alist and
9680 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9681
9682 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9683
9684 * gnus.texi (Group Parameters): Mention new variable
9685 gnus-parameters-case-fold-search.
9686 (Home Score File): Addition.
9687
9688 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9689
9690 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9691 (Overview): List supported feed types.
9692 (Installation): No installation necessary when using autoload.
9693 (Configuration): Rename "RSS" to "news".
9694
9695 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9696
9697 * pgg.texi (User Commands): Document additional passphrase
9698 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9699 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9700
9701 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9702
9703 * org.texi: Version number changed to 3.19.
9704
9705 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9706
9707 * pgg.texi (How to use): Update the example to add autoload of
9708 pgg-encrypt-symmetric-region.
9709 (User Commands): Document pgg-encrypt-symmetric-region.
9710 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9711
9712 2005-10-27 Jay Belanger <belanger@truman.edu>
9713
9714 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9715 mention other TeX-related units.
9716
9717 2005-10-23 Lars Hansen <larsh@soem.dk>
9718
9719 * dired-x.texi (Miscellaneous Commands):
9720 Replace dired-do-relative-symlink by dired-do-relsymlink and
9721 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9722
9723 2005-10-23 Jay Belanger <belanger@truman.edu>
9724
9725 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9726 constant.
9727
9728 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9729
9730 * faq.texi (Bugs and problems):
9731 Replace `dired-move-to-filename-regexp' by
9732 `directory-listing-before-filename-regexp'.
9733
9734 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9735
9736 * newsticker.texi (UPDATED): Set value.
9737
9738 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9739
9740 * gnus.texi (Document Groups): Remove duplicate item.
9741
9742 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9743
9744 * org.texi (Summary): Mention iCalendar support.
9745 (Exporting): Document iCalendar support.
9746
9747 2005-10-18 Romain Francoise <romain@orebokech.com>
9748
9749 * viper.texi (Viper Specials): Capitalize GNU.
9750
9751 2005-10-17 Juri Linkov <juri@jurta.org>
9752
9753 * info.texi (Getting Started, Search Index, Expert Info):
9754 Fix wording.
9755 (Search Text): Replace `echo area' with `mode line'.
9756 (Search Index): Both `i' and `,' find all index entries.
9757 Replace example `C-f' with `C-l' (which exists in index of Info
9758 manual) and delete spaces in its keyboard input sequence.
9759 Delete unnecessary explanations about literal characters.
9760
9761 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9762
9763 * gnus.texi (Document Server Internals): Addition.
9764
9765 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * gnus.texi (A note on namespaces): Fix RFC reference.
9768
9769 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9770
9771 * gnus.texi (RSS): Fix key description.
9772
9773 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9774
9775 * gnus.texi: Emacs/w3 -> Emacs/W3.
9776 (Browsing the Web): Fix description.
9777 (Web Searches): Ditto.
9778 (Customizing W3): Ditto.
9779
9780 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9781
9782 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9783
9784 2005-10-11 Jay Belanger <belanger@truman.edu>
9785
9786 * calc.texi (Integration): Mention using `a i' to compute definite
9787 integrals.
9788
9789 2005-10-11 Juri Linkov <juri@jurta.org>
9790
9791 * info.texi: Rearrange nodes.
9792 (Top): Update menu. Change ref `Info for Experts' to
9793 `Advanced Info Commands'.
9794 (Getting Started): Fix description of manual's parts.
9795 (Help-Int): Change xref `Info Search' to `Search Index', and
9796 `Expert Info' to `Advanced'.
9797 (Advanced): Move node one level up.
9798 (Search Text, Search Index): New nodes split out from `Info Search'.
9799 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9800 split out from `Advanced'.
9801 (Advanced, Emacs Info Variables): De-document editing an Info file
9802 in Info.
9803 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9804 (Creating an Info File): Delete node and move its text to
9805 `Expert Info'.
9806
9807 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9808
9809 * org.texi (Workflow states): Documented that change in keywords
9810 becomes active only after restart of Emacs.
9811
9812 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9813
9814 Sync with Tramp 2.0.51.
9815
9816 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9817
9818 * speedbar.texi (Introduction): Describe new location of speedbar
9819 on menubar.
9820 (Basic Key Bindings): Remove descriptions of bindings that have
9821 been removed.
9822
9823 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * speedbar.texi (GDB): Describe use of watch expressions.
9826
9827 2005-09-28 Simon Josefsson <jas@extundo.com>
9828
9829 * message.texi (IDNA): Fix.
9830
9831 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9832
9833 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9834 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9835 description of nntp-open-connection-function.
9836 (Common Variables): Fix descriptions.
9837
9838 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * gnus.texi (Server Buffer Format): Document the %a format spec.
9841
9842 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9845
9846 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9847
9848 * org.texi Version 3.16.
9849
9850 2005-09-19 Miles Bader <miles@gnu.org>
9851
9852 * newsticker.texi: Get rid of CVS keywords.
9853
9854 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9855
9856 * gnus.texi (Finding the Parent): Fix description of how Gnus
9857 finds article.
9858
9859 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9860
9861 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9862 to drop off non-answered articles.
9863
9864 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9867 braces (which are unsupported by NMAKE) for macro `srcdir'.
9868
9869 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9870
9871 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9872 (../info/newsticker, newsticker.dvi): New targets.
9873
9874 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9875
9876 * newsticker.texi: Replace @command with @code. Replace @example
9877 with @lisp.
9878 (Top): Add explanations to menu items.
9879 (GNU Free Documentation License): Remove.
9880
9881 2005-09-16 Romain Francoise <romain@orebokech.com>
9882
9883 Update all files to specify GFDL version 1.2.
9884
9885 * doclicense.texi (GNU Free Documentation License): Update to
9886 version 1.2.
9887
9888 2005-09-15 Richard M. Stallman <rms@gnu.org>
9889
9890 * newsticker.texi: Fix @setfilename.
9891
9892 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9893 (../info/newsticker, newsticker.dvi): New targets.
9894
9895 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9896
9897 * org.texi: Version 3.15.
9898
9899 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * ses.texi: Combine all three indices into one.
9902 Correct a few typos.
9903
9904 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9905
9906 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9907
9908 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9909
9910 * emacs-mime.texi (Handles): Remove duplicate item.
9911 (Encoding Customization): Fix the default value for
9912 mm-coding-system-priorities.
9913 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9914 (Basic Functions): Fix reference.
9915
9916 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9917
9918 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9919
9920 2005-08-18 Richard M. Stallman <rms@gnu.org>
9921
9922 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9923 and web site.
9924
9925 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9926 not keyboard-translate.
9927
9928 2005-08-11 Richard M. Stallman <rms@gnu.org>
9929
9930 * faq.texi (Using regular expressions): Fix xref.
9931
9932 2005-08-09 Juri Linkov <juri@jurta.org>
9933
9934 * info.texi (Help-P): Replace `Prev' with `Previous'.
9935 (Help-M, Help-Xref): Add S-TAB.
9936 (Help-FOO): Update `u' command.
9937 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9938 Update info about visibility of xref parts.
9939 (Help-Int): Fix `m' command. Rename `Info-last' to
9940 `Info-history-back'. Add `Info-history-forward'.
9941 (Advanced): Fix `g*' and `M-n' commands.
9942 (Info Search): Add `index-apropos' in stand-alone browser.
9943 Add isearch commands.
9944 (Emacs Info Variables): Remove `Info-fontify'.
9945 Add `Info-mode-hook'. Update face names.
9946 Add `Info-fontify-maximum-menu-size',
9947 `Info-fontify-visited-nodes', `Info-isearch-search'.
9948
9949 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9950
9951 Sync with Tramp 2.0.50.
9952
9953 * tramp.texi: Use @option{} consequently for method names.
9954 (Inline methods, External transfer methods): Remove references to
9955 Cygwin.
9956 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9957 implementation.
9958
9959 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9960
9961 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9962 Mention that gnus-init-file is not read when Emacs is invoked with
9963 --no-init-file or -q.
9964
9965 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9966
9967 * org.texi: Version 3.14.
9968
9969 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9970
9971 * org.texi: Version 3.13.
9972
9973 2005-07-18 Juri Linkov <juri@jurta.org>
9974
9975 * calc.texi (Time Zones, Logical Operations):
9976 * cl.texi (Overview):
9977 * org.texi (TODO types):
9978 * sc.texi (Emacs 18 MUAs):
9979 * speedbar.texi (Top):
9980 * url.texi (History):
9981 Delete duplicate duplicate words.
9982
9983 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9984
9985 * cl.texi (Type Predicates): Document `atom' type.
9986
9987 2005-07-04 Lute Kamstra <lute@gnu.org>
9988
9989 Update FSF's address in GPL notices.
9990
9991 * calc.texi (Copying):
9992 * doclicense.texi (GNU Free Documentation License):
9993 * faq.texi (Contacting the FSF):
9994 * mh-e.texi (Copying): Update FSF's address.
9995
9996 2005-07-03 Richard M. Stallman <rms@gnu.org>
9997
9998 * flymake.texi (Example -- Configuring a tool called directly):
9999 Update name of flymake-build-relative-filename.
10000
10001 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10002
10003 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
10004
10005 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10006
10007 * org.texi: Version 3.12.
10008
10009 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10010
10011 * makefile.w32-in (MAKEINFO): Use --force.
10012 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
10013 Makefile.in.
10014 (gnus.dvi): Use "..." to quote Sed args, so that it works with
10015 more shells.
10016
10017 2005-06-23 Richard M. Stallman <rms@gnu.org>
10018
10019 * speedbar.texi (Creating a display): Texinfo usage fixes.
10020
10021 * tramp.texi (Customizing Completion, Auto-save and Backup):
10022 Texinfo usage fixes.
10023
10024 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * dired-x.texi (Miscellaneous Commands):
10027 * ediff.texi (Miscellaneous):
10028 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
10029 (Agent Variables):
10030 * info.texi (Help-Xref):
10031 * message.texi (Message Headers):
10032 * org.texi (Remember):
10033 * reftex.texi (Options (Defining Label Environments))
10034 (Options (Index Support), Options (Viewing Cross-References))
10035 (Options (Misc), Changes):
10036 * speedbar.texi (Creating a display):
10037 * tramp.texi (Customizing Completion, Auto-save and Backup):
10038 Texinfo usage fix.
10039
10040 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10041
10042 * org.texi: Version 3.11.
10043
10044 2005-06-12 Jay Belanger <belanger@truman.edu>
10045
10046 * calc.texi (Getting Started): Remove extra menu item.
10047
10048 2005-05-31 Jay Belanger <belanger@truman.edu>
10049
10050 * calc.texi (Notations Used in This Manual): Use @kbd for key
10051 sequence.
10052 (Demonstration of Calc): Mention another way of starting Calc.
10053 (Starting Calc): Mention long name of M-#.
10054 (Embedded Mode Overview): Remove unnecessary instruction.
10055 (Other M-# commands): Rephrase `M-# 0' explanation.
10056 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10057 reflect current behavior.
10058
10059 2005-05-30 Jay Belanger <belanger@truman.edu>
10060
10061 * calc.texi (Hooks): Change description of calc-window-hook and
10062 calc-trail-window-hook to match usage.
10063 (Computational Functions): Add more constant-generating functions.
10064 (Customizable Variables): Use defvar.
10065
10066 2005-05-28 Jay Belanger <belanger@truman.edu>
10067
10068 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10069 (Basic Embedded Mode): Explain behavior of arguments to
10070 calc-embedded-mode.
10071
10072 2005-05-27 Jay Belanger <belanger@truman.edu>
10073
10074 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10075 current behavior.
10076
10077 2005-05-25 Jay Belanger <belanger@truman.edu>
10078
10079 * calc.texi: Change Calc version number throughout.
10080 (Keypad Mode): Change location in info output.
10081 (Keypad mode overview): Move picture of keypad.
10082
10083 2005-05-21 Jay Belanger <belanger@truman.edu>
10084
10085 * calc.texi (Storing variables): Mention that only most variables
10086 are void to begin with.
10087
10088 2005-05-21 Kevin Ryde <user42@zip.com.au>
10089
10090 * widget.texi (Basic Types): Update cross ref from "Enabling
10091 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10092 lispref/text.texi change.
10093
10094 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10095
10096 * org.texi: Version 3.09.
10097
10098 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10099
10100 * reftex.texi: Version 4.28.
10101
10102 2005-05-16 Jay Belanger <belanger@truman.edu>
10103
10104 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10105
10106 2005-05-14 Jay Belanger <belanger@truman.edu>
10107
10108 * calc.texi (Default Simplifications): Insert missing ! (logical
10109 not operator).
10110
10111 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10112
10113 Sync with Tramp 2.0.49.
10114
10115 2005-05-10 Jay Belanger <belanger@truman.edu>
10116
10117 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10118 to 1.
10119
10120 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10121
10122 * org.texi: Version 3.08, structure reorganized.
10123
10124 2005-04-24 Richard M. Stallman <rms@gnu.org>
10125
10126 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10127
10128 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10129
10130 * org.texi: Update to version 3.06.
10131
10132 2005-04-13 Lute Kamstra <lute@gnu.org>
10133
10134 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10135
10136 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10137
10138 * cl.texi (Porting Common Lisp): Fix typo.
10139
10140 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10141
10142 * gnus.texi (RSS): Addition.
10143
10144 2005-04-04 Jay Belanger <belanger@truman.edu>
10145
10146 * calc.texi: Change Calc version number.
10147 (Customizable variables): Fix description of calc-language-alist.
10148 (Copying): Put in version 2 of GPL.
10149
10150 2005-04-01 Jay Belanger <belanger@truman.edu>
10151
10152 * calc.texi (Troubleshooting Commands): Remove comment about
10153 installation.
10154 (Installation): Remove section.
10155 (Customizable Variables): New section.
10156 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10157 (Graphical Devices): Add references to Customizable Variables.
10158
10159 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10160
10161 * emacs-mime.texi (Display Customization): Markup fixes.
10162 (rfc2047): Update.
10163
10164 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10165
10166 * gnus-faq.texi: Replaced with auto-generated version.
10167
10168 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10169
10170 * dired-x.texi (Multiple Dired Directories): default-directory was
10171 renamed to dired-default-directory.
10172
10173 2005-03-26 Jay Belanger <belanger@truman.edu>
10174
10175 * calc.texi (Simplifying Formulas, Rewrite Rules):
10176 Change description of top and bottom of fraction.
10177 (Modulo Forms): Move description of how to create modulo forms to
10178 earlier in the section.
10179 (Fraction Mode): Suggest using : to get a fraction by dividing.
10180 (Basic Arithmetic): Adjust placement of command name.
10181 (Truncating the Stack): Emphasize that "hidden" entries are still
10182 visible.
10183 (Installation): Move discussion of printing manual to "About This
10184 Manual".
10185 (About This Manual): Mention how to print the manual.
10186 (Reporting Bugs): Remove first person.
10187 (Building Vectors): Add algebraic version of append.
10188 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10189 (Grouping Digits): Fix typo.
10190
10191 2005-03-25 Werner Lemberg <wl@gnu.org>
10192
10193 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10194 Replace `legal' with `valid'.
10195
10196 2005-03-25 Werner Lemberg <wl@gnu.org>
10197
10198 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10199
10200 2005-03-24 Jay Belanger <belanger@truman.edu>
10201
10202 * calc.texi (General Mode Commands)
10203 (Mode Settings in Embedded Mode): Add some explanation of
10204 recording mode settings.
10205
10206 2005-03-24 Richard M. Stallman <rms@gnu.org>
10207
10208 * calc.texi: Remove praise of non-free software.
10209
10210 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10211 (Installation): Node deleted.
10212
10213 2005-03-23 Richard M. Stallman <rms@gnu.org>
10214
10215 * url.texi (HTTP language/coding): Improve last change.
10216
10217 2005-03-22 Jay Belanger <belanger@truman.edu>
10218
10219 * calc.texi (Embedded Mode): Add new information on changing
10220 modes.
10221
10222 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10223
10224 Sync with Tramp 2.0.48.
10225
10226 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10227
10228 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10229 "GNU/Linux". Change all addresses to .gnu.org.
10230 (Default Method): Offer shortened syntax for "su" and "sudo"
10231 methods.
10232
10233 2005-03-07 Richard M. Stallman <rms@gnu.org>
10234
10235 * url.texi: Fix usage of "e.g.".
10236 (HTTP language/coding): Explain the rules for these strings.
10237
10238 2005-03-06 Richard M. Stallman <rms@gnu.org>
10239
10240 * woman.texi (Introduction): Minor cleanups.
10241
10242 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10243
10244 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10245 (Installation): Node deleted.
10246
10247 * mh-e.texi (Preface): Get rid of "Emacs 21".
10248
10249 * eshell.texi (Installation): Delete node (for Emacs 20).
10250
10251 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10252
10253 * flymake.texi: Refill and tweak style in @lisp blocks.
10254
10255 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10256
10257 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10258
10259 2005-03-01 Jay Belanger <belanger@truman.edu>
10260
10261 * calc.texi (Trigonometric and Hyperbolic Functions):
10262 Mention additional functions.
10263 (Algebraic Simplifications): Mention additional simplifications.
10264
10265 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10266
10267 * ses.texi: Add concept/function/variable indices (this work was
10268 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10269 papers on file at FSF).
10270
10271 2005-02-10 Jay Belanger <belanger@truman.edu>
10272
10273 * calc.texi: Change @LaTeX to La@TeX throughout.
10274 Redefine @expr as @math for TeX output.
10275 Redefine @texline as a no-op for TeX output.
10276 Define @tfn, replace @t by @tfn throughout.
10277
10278 2005-02-09 Jay Belanger <belanger@truman.edu>
10279
10280 * calc.texi: Add macro for LaTeX for info output.
10281
10282 2005-02-08 Kim F. Storm <storm@cua.dk>
10283
10284 * texinfo.tex (LaTex): Add def.
10285
10286 2005-02-06 Jay Belanger <belanger@truman.edu>
10287
10288 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10289 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10290 throughout manual.
10291
10292 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293
10294 * gnus.texi: Some edits based on comments from David Abrahams.
10295
10296 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10297
10298 * gnus.texi (RSS): Fix the keystroke.
10299
10300 2005-01-24 David Kastrup <dak@gnu.org>
10301
10302 * faq.texi: Update AUCTeX version info.
10303
10304 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10305
10306 * gnus-faq.texi ([4.1]): Typo.
10307
10308 2005-01-19 Jay Belanger <belanger@truman.edu>
10309
10310 * calc.texi (Keep Arguments): Mention that keeping arguments
10311 doesn't work with keyboard macros.
10312
10313 2005-01-16 Richard M. Stallman <rms@gnu.org>
10314
10315 * autotype.texi (Autoinserting): Fix small error.
10316
10317 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10318
10319 Sync with Tramp 2.0.47.
10320
10321 * tramp.texi (Compilation): New section, describing compilation of
10322 remote files.
10323
10324 2005-01-11 Kim F. Storm <storm@cua.dk>
10325
10326 * widget.texi (Basic Types): Add :follow-link keyword.
10327
10328 2005-01-09 Jay Belanger <belanger@truman.edu>
10329
10330 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10331
10332 2005-01-08 Jay Belanger <belanger@truman.edu>
10333
10334 * calc.texi: Change throughout to reflect new default value of
10335 calc-settings-file.
10336
10337 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10338
10339 * message.texi (Reply): `message-reply-to-function' should return
10340 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10341
10342 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10343
10344 * faq.texi (Changing load-path): Fix typo.
10345
10346 2005-01-05 Jay Belanger <belanger@truman.edu>
10347
10348 * calc.texi (Programming Tutorial): Replace kbd command by
10349 appropriate characters for a keyboard macro.
10350
10351 2005-01-04 Jay Belanger <belanger@truman.edu>
10352
10353 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10354 for Lucid Emacs.
10355 (Programming Tutorial): Mention that the user needs to be in the
10356 right mode to compute some functions.
10357
10358 2005-01-04 Jay Belanger <belanger@truman.edu>
10359
10360 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10361 no longer applicable.
10362
10363 2005-01-01 Jay Belanger <belanger@truman.edu>
10364
10365 * calc.texi (Programming Tutorial): Change description of how to
10366 edit keyboard macros to match current behavior.
10367
10368 2004-12-31 Jay Belanger <belanger@truman.edu>
10369
10370 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10371
10372 2004-12-20 Jay Belanger <belanger@truman.edu>
10373
10374 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10375 zero.
10376
10377 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10378
10379 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10380 @xref.
10381 (Font Locking): Avoid @strong{Note:}.
10382
10383 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10384
10385 Sync with Tramp 2.0.46.
10386
10387 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10388
10389 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10390
10391 * url.texi: Correct typos.
10392 (Retrieving URLs): @var{nil}->@code{nil}.
10393 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10394 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10395 (Dealing with HTTP documents): @inforef->@xref.
10396
10397 2004-12-15 Jay Belanger <belanger@truman.edu>
10398
10399 * calc.texi: Consistently capitalized all mode names.
10400 (Answers to Exercises): Mention that an answer can be a fraction
10401 when in Fraction mode.
10402
10403 2004-12-13 Jay Belanger <belanger@truman.edu>
10404
10405 * calc.texi: Fix some TeX definitions.
10406
10407 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10408
10409 * reftex.texi (Imprint): Remove erroneous @value's.
10410
10411 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10412
10413 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10414 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10415
10416 2004-12-08 Jay Belanger <belanger@truman.edu>
10417
10418 * calc.texi (Starting Calc): Remove comment about installation.
10419 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10420
10421 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * url.texi: Update @setfilename.
10424 (Getting Started): No need to worry about Gnus versions.
10425 (Dealing with HTTP documents): Use @inforef.
10426
10427 * org.texi: Fix @direntry file name.
10428
10429 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * url.texi: New file.
10432
10433 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10434
10435 2004-12-06 Jay Belanger <belanger@truman.edu>
10436
10437 * calc.texi (Using Calc): Remove paragraph about installation.
10438
10439 2004-12-06 Jay Belanger <belanger@truman.edu>
10440
10441 * calc.texi: Use more Texinfo macros and less TeX defs.
10442 Remove @refill's.
10443
10444 2004-12-06 Richard M. Stallman <rms@gnu.org>
10445
10446 * org.texi: New file.
10447
10448 2004-12-05 Richard M. Stallman <rms@gnu.org>
10449
10450 * Makefile.in (org.dvi, ../info/org): New targets.
10451 (INFO_TARGETS): Add ../info/org.
10452 (DVI_TARGETS): Add org.dvi.
10453 (maintainer-clean): Remove the info files in the info dir.
10454
10455 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10456
10457 * idlwave.texi: Fix the setfilename directive to put the produced
10458 file in ../info.
10459 (Continued Statement Indentation): Resurrect Jan D.'s change from
10460 2004-11-03 that was lost when a newer version of idlwave.texi was
10461 imported.
10462
10463 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10464
10465 * gnus-faq.texi ([5.1]): Add missing bracket.
10466
10467 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10468 Index `spam-initialize'.
10469
10470 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10471
10472 * message.texi (Various Message Variables): Mention that all mail
10473 file variables are derived from `message-directory'.
10474
10475 * gnus.texi (Splitting Mail): Clarify bogus group.
10476
10477 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10478
10479 * emacs-mime.texi (Encoding Customization):
10480 Fix mm-coding-system-priorities entry.
10481
10482 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10483
10484 * idlwave.texi (Continued Statement Indentation):
10485 * reftex.texi (Options (Index Support))
10486 (Displaying and Editing the Index, Table of Contents):
10487 * speedbar.texi (Creating a display, Major Display Modes):
10488 Replace non-nil with non-@code{nil}.
10489
10490 2004-10-21 Jay Belanger <belanger@truman.edu>
10491
10492 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10493
10494 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10495
10496 * calc.texi (Reporting Bugs): Double up `@'.
10497
10498 2004-10-18 Jay Belanger <belanger@truman.edu>
10499
10500 * calc.texi (Reporting Bugs): Change the address that bugs
10501 should be sent to.
10502
10503 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10504
10505 * gnus.texi (New Features): Add 5.11.
10506
10507 * message.texi (Resending): Remove wrong default value.
10508
10509 * gnus.texi (Mail Source Specifiers): Describe possible problems
10510 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10511 `pop3-leave-mail-on-server' to the index.
10512
10513 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10514
10515 * message.texi (Canceling News): Add how to set a password.
10516
10517 2004-10-12 Jay Belanger <belanger@truman.edu>
10518
10519 * calc.texi (Help Commands): Change the descriptions of
10520 calc-describe-function and calc-describe-variable to match their
10521 current behavior.
10522
10523 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10524
10525 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10526
10527 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10528
10529 Sync with Tramp 2.0.45.
10530
10531 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10532 plink link. The URL is outdated. Originator contacted for
10533 clarification.
10534
10535 2004-10-10 Juri Linkov <juri@jurta.org>
10536
10537 * gnus.texi (Top, Marking Articles): Join two menus in one node
10538 because a node can have only one menu.
10539
10540 2004-10-09 Juri Linkov <juri@jurta.org>
10541
10542 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10543 example of nnmail-split-fancy.
10544
10545 2004-10-06 Karl Berry <karl@gnu.org>
10546
10547 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10548 consistency with other uses of dashes.
10549
10550 2004-10-05 Karl Berry <karl@gnu.org>
10551
10552 * info.texi: Consistently use --- throughout, periods at end of
10553 menu descriptions, and a couple typos.
10554
10555 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10556
10557 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10558 * pgg.texi (User Commands, Backend methods): Do.
10559 * gnus.texi: Markup fixes.
10560 (Setting Process Marks): Fix `M P a' entry.
10561 * emacs-mime.texi: Fixes.
10562
10563 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10564
10565 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10566 again.
10567 Use 5.10 instead of 5.10.0.
10568
10569 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10570
10571 * gnus.texi (Summary Mail Commands): S D e.
10572
10573 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10574
10575 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10576 the gnus-article-mode-line-format section.
10577
10578 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10579
10580 * gnus.texi (Various Summary Stuff): Fix the documentation for
10581 gnus-newsgroup-variables.
10582
10583 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10584
10585 * gnus.texi (MIME Commands):
10586 Add gnus-mime-display-multipart-as-mixed,
10587 gnus-mime-display-multipart-alternative-as-mixed,
10588 gnus-mime-display-multipart-related-as-mixed.
10589 (Mail Source Customization): Clarify `mail-source-directory'.
10590 (Splitting Mail): Mention gnus-group-find-new-groups.
10591 (SpamOracle): Fix typo.
10592
10593 * gnus-faq.texi: Untabify.
10594 ([6.3]): nnir.el is in contrib directory.
10595
10596 * message.texi (News Headers): Clarify how a unique ID is created.
10597
10598 * gnus.texi (Batching Agents): Fix typo in example.
10599 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10600
10601 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10602
10603 * gnus.texi (Group Parameters): Add more on hooks.
10604
10605 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10606
10607 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10608
10609 2004-09-22 Jay Belanger <belanger@truman.edu>
10610
10611 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10612 might be hidden during part of the session.
10613
10614 2004-09-20 Jay Belanger <belanger@truman.edu>
10615
10616 * calc.texi (Notations Used in This Manual): Put in an earlier
10617 mention that DEL could be called Backspace.
10618
10619 2004-09-10 Simon Josefsson <jas@extundo.com>
10620
10621 * gnus.texi (IMAP): Add example. Suggested and partially written
10622 by Steinar Bang <sb@dod.no>.
10623
10624 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10625
10626 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10627 netrc syntax.
10628
10629 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10630
10631 * gnus.texi (Spam ELisp Package Sequence of Events):
10632 Some clarifications.
10633 (Spam ELisp Package Global Variables): More clarifications.
10634
10635 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10636
10637 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10638 Mention spam-split does not modify incoming mail.
10639
10640 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10641
10642 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10643
10644 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10645
10646 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10647
10648 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * makefile.w32-in (sieve, pgg): Use $(infodir).
10651
10652 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10653
10654 * makefile.w32-in: Fix PGG and Sieve entries.
10655
10656 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10657
10658 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10659 Emacs and related programs.
10660
10661 2004-08-27 Richard M. Stallman <rms@gnu.org>
10662
10663 * faq.texi: Fix texinfo usage, esp. doublequotes.
10664 (Difference between Emacs and XEmacs): Some clarification.
10665
10666 * faq.texi (Difference between Emacs and XEmacs):
10667 Explain not to contrast XEmacs with GNU Emacs.
10668
10669 2004-08-26 Richard M. Stallman <rms@gnu.org>
10670
10671 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10672
10673 2004-08-22 David Kastrup <dak@gnu.org>
10674
10675 * reftex.texi (AUCTeX): Update links, section name.
10676
10677 * faq.texi (Calc): Update availability (included in 22.1).
10678 (AUCTeX): Update availability, information, versions, description.
10679
10680 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10681
10682 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10683
10684 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10685
10686 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10687
10688 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10689
10690 Sync with Tramp 2.0.44.
10691
10692 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10693
10694 * widget.texi (User Interface): Update how to separate the
10695 editable field of an editable-field widget from other widgets.
10696 (Programming Example): Add text after field.
10697
10698 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10699
10700 * emacs-mime.texi (Encoding Customization): Add a note to the
10701 mm-content-transfer-encoding-defaults entry.
10702 (rfc2047): Update.
10703
10704 * gnus.texi (Article Highlighting):
10705 Add gnus-cite-ignore-quoted-from.
10706 (POP before SMTP): New node.
10707 (Posting Styles): Addition.
10708 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10709 (Fancy Mail Splitting): Ditto.
10710 (X-Face): Add gnus-x-face.
10711
10712 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10713
10714 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10715 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10716
10717 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10718
10719 * gnus.texi (Mail Source Specifiers):
10720 Describe `pop3-leave-mail-on-server'.
10721
10722 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10723
10724 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10725
10726 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10727 repository. Change setfilename.
10728
10729 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10730
10731 2004-07-02 Juri Linkov <juri@jurta.org>
10732
10733 * pcl-cvs.texi (Viewing differences): Add `d r'.
10734
10735 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10736
10737 * ses.texi, viper.texi, flymake.texi, faq.texi:
10738 * eshell.texi, ediff.texi: Markup fixes.
10739
10740 2004-06-21 Karl Berry <karl@gnu.org>
10741
10742 * info.texi (Top): Mention that only Emacs has mouse support.
10743 (Getting Started): Mention this in a few other places.
10744
10745 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10746
10747 * autotype.texi (Copyrights, Timestamps):
10748 Recommend `before-save-hook' instead of `write-file-functions'.
10749
10750 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10751
10752 * dired-x.texi (dired-mark-omitted): Update keybinding.
10753
10754 2004-06-10 Kim F. Storm <storm@cua.dk>
10755
10756 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10757
10758 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10759
10760 * dired-x.texi (variable dired-omit-mode): Rename from
10761 dired-omit-files-p.
10762 (function dired-omit-mode): Rename from dired-omit-toggle.
10763 Call dired-omit-mode rather than set dired-omit-files-p.
10764 (dired-mark-omitted): Describe command.
10765
10766 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10767
10768 Version 2.0.41 of Tramp released.
10769
10770 2004-05-29 Juanma Barranquero <lektu@terra.es>
10771
10772 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10773 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10774
10775 2004-05-29 Richard M. Stallman <rms@gnu.org>
10776
10777 * cl.texi (Top): Call this chapter `Introduction'.
10778 (Overview): In TeX, no section heading here.
10779
10780 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10781
10782 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10783
10784 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10785 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10786
10787 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10788
10789 * flymake.texi: New file.
10790
10791 2004-05-28 Simon Josefsson <jas@extundo.com>
10792
10793 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10794
10795 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10796
10797 Version 2.0.40 of Tramp released.
10798
10799 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10800
10801 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10802
10803 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10804 variables `tramp-backup-directory-alist' and
10805 `tramp-bkup-backup-directory-info'.
10806 (Overview, Connection types)
10807 (External transfer methods, Default Method)
10808 (Windows setup hints): Remove restriction of password entering
10809 with external methods.
10810 (Auto-save and Backup): Make file name example
10811 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10812 and `auto-save-directory' must be used.
10813 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10814 only "NT"). Remove doubled entry "What kinds of systems does
10815 @tramp{} work on".
10816 (tramp): Macro removed.
10817 (Obtaining Tramp): Flag removed from title.
10818 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10819 and `trampver' used properly. Flag `tramp-inst' replaced by
10820 `installchapter'. Installation related text adapted.
10821
10822 2004-04-28 Masatake YAMATO <jet@gyve.org>
10823
10824 * widget.texi (Programming Example): Remove overlays.
10825
10826 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10827
10828 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10829
10830 2004-04-23 Juanma Barranquero <lektu@terra.es>
10831
10832 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10833
10834 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10835
10836 * info.texi (Info Search): Add info-apropos.
10837
10838 2004-03-22 Juri Linkov <juri@jurta.org>
10839
10840 * faq.texi: Fix help key bindings.
10841
10842 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10843
10844 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10845 (as suggested by Karl Berry). Update information about colored
10846 stars in menus. Add new subheading describing M-n.
10847
10848 2004-03-12 Richard M. Stallman <rms@gnu.org>
10849
10850 * cl.texi (Top): Rename top node's title.
10851
10852 2004-03-08 Karl Berry <karl@gnu.org>
10853
10854 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10855 problems making the texinfo distribution.
10856
10857 2004-02-29 Simon Josefsson <jas@extundo.com>
10858
10859 * smtpmail.texi (Authentication): Change the list of supported
10860 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10861 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10862 <voegelas@gmx.net>.
10863
10864 2004-02-29 Juanma Barranquero <lektu@terra.es>
10865
10866 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10867 Use $(DEL) instead of rm, and ignore exit code.
10868
10869 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10870
10871 Tramp version 2.0.39 released.
10872
10873 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10874
10875 * tramp.texi (Customizing Completion): Explain new functions
10876 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10877 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10878 (Top): Refer to Savannah mailing list as the major one.
10879 Mention older mailing lists in HTML mode only.
10880 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10881 (Frequently Asked Questions): Remote hosts must not be Unix-like
10882 for "smb" method.
10883 (Password caching): New node.
10884 (External transfer methods): Refer to password caching for "smb"
10885 method.
10886
10887 2004-02-17 Karl Berry <karl@gnu.org>
10888
10889 * info.texi (Help-Int): Mention the new line number feature.
10890
10891 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10892
10893 * ses.texi (Advanced Features): New functionality for
10894 ses-set-header-row (defaults to current row unless C-u used).
10895 (Acknowledgements): Add Stefan Monnier.
10896
10897 2003-12-29 Kevin Ryde <user42@zip.com.au>
10898
10899 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10900
10901 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10902
10903 Tramp version 2.0.38 released.
10904
10905 * tramp.texi (Remote shell setup): Warn of environment variables
10906 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10907 <sven.gabriel@imk.fzk.de>.
10908 (Configuration): Tramp now chooses base64/uuencode
10909 automatically. Update wording accordingly.
10910 (Top): More description for the `Default Method' menu entry.
10911 (Default Method): Use @code, not @var, for Lisp variables.
10912 (Default Method): New subsection `Which method is the right one
10913 for me?'. Suggested by Christian Kirsch.
10914 (Configuration): Pointer to new subsection added.
10915 (Default Method): Too many "use" in one sentence.
10916 Rephrase. Reported by Christian Kirsch.
10917 (Filename Syntax): Old `su' example is probably a left-over from
10918 the sm/su method naming. Replace with `ssh', instead.
10919 (External transfer methods, Auto-save and Backup):
10920 Typo fixes.
10921
10922 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10923
10924 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10925 (Top): Mention japanese manual only if flag `jamanual' is set.
10926 Insert section `Japanese manual' in menu.
10927
10928 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10929
10930 * eshell.texi (Known Problems): Add doc item.
10931
10932 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10933
10934 * cc-mode.texi: Update for CC Mode 5.30.
10935
10936 Note: Please refrain from doing purely cosmetic changes like
10937 removing trailing whitespace in this manual; it clobbers cvs
10938 merging for no good reason.
10939
10940 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10941
10942 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10943 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10944 @acronym{ASCII}.
10945
10946 2003-10-26 Karl Berry <karl@gnu.org>
10947
10948 * info.texi (Info Search): Echo area, not echo are. From Debian
10949 diff.
10950
10951 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10952
10953 * widget.texi (Defining New Widgets): Document new behavior of
10954 :buttons and :children keywords.
10955
10956 2003-10-22 Miles Bader <miles@gnu.org>
10957
10958 * Makefile.in (info): Move before $(top_srcdir)/info.
10959
10960 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10961
10962 * tramp.texi (Inline methods): Small grammar fix.
10963 (External transfer methods): Likewise.
10964
10965 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10966
10967 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10968
10969 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10970
10971 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10972
10973 2003-09-30 Richard M. Stallman <rms@gnu.org>
10974
10975 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10976
10977 * widget.texi (User Interface): Fix typos.
10978
10979 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10980
10981 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10982
10983 * pcl-cvs.texi (Selected Files): Fix typo.
10984
10985 2003-09-21 Karl Berry <karl@gnu.org>
10986
10987 * info.texi (] and [ commands): No period at end of section title.
10988
10989 2003-09-04 Miles Bader <miles@gnu.org>
10990
10991 * Makefile.in (top_srcdir): New variable.
10992 ($(top_srcdir)/info): New rule.
10993 (info): Depend on it.
10994
10995 2003-09-03 Peter Runestig <peter@runestig.com>
10996
10997 * makefile.w32-in: New file.
10998
10999 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
11000
11001 * widget.texi (User Interface): Explain the need of static text
11002 around an editable field.
11003
11004 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11005
11006 * widget.texi (Basic Types): The argument to `:help-echo' can now
11007 be a form that evaluates to a string.
11008
11009 2003-08-18 Kim F. Storm <storm@cua.dk>
11010
11011 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
11012
11013 2003-08-16 Richard M. Stallman <rms@gnu.org>
11014
11015 * dired-x.texi (Shell Command Guessing): Explain *.
11016
11017 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
11018
11019 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
11020 log-edit-insert-changelog.
11021
11022 2003-08-03 Karl Berry <karl@gnu.org>
11023
11024 * info.texi: Need @contents.
11025
11026 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
11027
11028 Tramp version 2.0.36 released.
11029
11030 * tramp.texi (Remote shell setup): Explain about problems with
11031 non-Bourne commands in ~/.profile and ~/.shrc.
11032
11033 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
11034
11035 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11036 renaming of `vis-mode' to `visible-mode'.
11037
11038 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
11039
11040 * info.texi (Top, Help-Small-Screen): Remove accidentally added
11041 next, prev and up pointers.
11042
11043 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
11044
11045 * info.texi (Help): Mention existence of Emacs and stand-alone
11046 Info at the very beginning of the tutorial.
11047 (Help-Inv): New node.
11048 (Help-]): New node.
11049 (Help-M): Systematically point out the differences between default
11050 Emacs and stand-alone versions. Delete second menu.
11051 (Help-Xref): Systematically point out the differences between
11052 default Emacs and stand-alone versions.
11053 (Help-Int): Change `l' example.
11054 (Expert Info): Fix typos.
11055 (Emacs Info Variables): Mention `Info-hide-note-references' and
11056 new default for `Info-scroll-prefer-subnodes'.
11057
11058 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
11059
11060 Version 2.0.35 of Tramp released.
11061
11062 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11063 (Inline methods): Add methods `remsh' and `plink1'.
11064 (External transfer methods): Add method `remcp'.
11065 (Multi-hop Methods): Add method `remsh'.
11066 Small patch from Adrian Aichner <adrian@xemacs.org>:
11067 Fix minor typos.
11068 (Concept Index): Add to make manual searchable via
11069 `Info-index'.
11070 (Version Control): Add cindex entry.
11071
11072 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
11073
11074 * trampver.texi: Version 2.0.34 released.
11075
11076 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11077
11078 * faq.texi: Improve previous changes.
11079
11080 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11081
11082 * faq.texi: Update copyright and maintenance details.
11083 Update some package URLs, versions, and maintainers.
11084 Remove many references to the Emacs Lisp Archive.
11085
11086 2003-04-23 Simon Josefsson <jas@extundo.com>
11087
11088 * smtpmail.texi: Fix license (the invariant sections mentioned has
11089 never been part of the smtp manual). Align info dir entry with
11090 other emacs packages.
11091
11092 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11093
11094 * tramp.texi: Version 2.0.33 released.
11095 Remove installation chapter. Remove XEmacs specifics.
11096
11097 2003-03-29 Richard M. Stallman <rms@gnu.org>
11098
11099 * tramp.texi (Top): Undo the previous renaming.
11100 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11101
11102 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
11103
11104 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11105 version of manual.
11106
11107 * tramp.texi (Auto-save and Backup): New node.
11108
11109 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11110
11111 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11112 Emacs" in order to have better differentiation to "XEmacs".
11113 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11114 are new macros in order to point to the other Emacs flavor where
11115 appropriate. In info case, point to node `Installation' in order
11116 to explain how to generate the other way. In html case, make a
11117 link to the other html file.
11118 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11119 after CVS checkout/update.
11120 (Installation): Completely rewritten.
11121 (Installation parameters, Load paths): New sections under
11122 `Installation'.
11123
11124 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11125
11126 * tramp.texi: Version 2.0.30 released.
11127 Replace word "path" with "localname" where used as a component of
11128 a Tramp file name.
11129
11130 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11131
11132 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11133 introduced.
11134 (Installation): Explain what to do if files from the tramp/contrib
11135 directory are needed.
11136
11137 2003-02-23 Alex Schroeder <alex@emacswiki.org>
11138
11139 * smtpmail.texi (How Mail Works): New.
11140
11141 2003-02-22 Alex Schroeder <alex@emacswiki.org>
11142
11143 * smtpmail.texi: New file.
11144
11145 * Makefile.in: Build SMTP manual.
11146
11147 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11148
11149 * tramp.texi: Version 2.0.29 released.
11150 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11151 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11152
11153 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11154
11155 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11156 another package loads accidentally Ange-FTP.
11157
11158 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11159
11160 * tramp.texi (Customizing Completion): Add function
11161 `tramp-parse-sconfig'. Change example of
11162 `tramp-set-completion-function', because parsing of ssh config
11163 files looks more natural.
11164
11165 2003-01-15 Kevin Ryde <user42@zip.com.au>
11166
11167 * gnus.texi (Using MIME): Mention auto-compression-mode with
11168 gnus-mime-copy-part.
11169
11170 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11171
11172 * gnus.texi: Do not use `path' in several locations.
11173
11174 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11175
11176 * tramp.texi (External transfer methods): New method `smb'.
11177 From Michael Albinus.
11178
11179 2002-11-05 Karl Berry <karl@gnu.org>
11180
11181 * info.texi (Info-fontify): Reorder face list to avoid bad line
11182 breaks.
11183
11184 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11185
11186 * tramp.texi: Move @copying to standard place.
11187 Use @insertcopying.
11188
11189 2002-10-02 Karl Berry <karl@gnu.org>
11190
11191 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11192 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11193 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11194 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11195 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11196 * widget.texi, woman.texi:
11197 Per rms, update all manuals to use @copying instead of @ifinfo.
11198 Also use @ifnottex instead of @ifinfo around the top node, where
11199 needed for the sake of the HTML output.
11200 (The Gnus manual is not fixed since it's not clear to me how it
11201 works; and the Tramp manual already uses @copying, although in an
11202 unusual way. All others were changed.)
11203
11204 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11205
11206 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11207 (../info/ses, ses.dvi): New targets.
11208 * ses.texi: New file.
11209
11210 2002-09-06 Pavel Janík <Pavel@Janik.cz>
11211
11212 * texinfo.tex: Update to texinfo 4.2.
11213
11214 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11215
11216 * reftex.texi: Update to RefTeX 4.19.
11217
11218 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11219
11220 * gnus.texi (Sorting Groups): Add key bindings for
11221 gnus-group-sort-groups-by-real-name and
11222 gnus-group-sort-selected-groups-by-real-name.
11223
11224 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11225
11226 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11227 (../info/tramp, tramp.dvi): New targets.
11228
11229 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11230
11231 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11232 (calc.dvi): Uncomment.
11233
11234 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11237 (../info/calc): New target.
11238
11239 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11240
11241 * (Version 21.1 released.)
11242
11243 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11244
11245 * Branch for 21.1.
11246
11247 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11248
11249 * Makefile.in (../info/info): Use an explicit -o switch to
11250 makeinfo.
11251
11252 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11253
11254 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11255
11256 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11257
11258 * ediff.texi: Added ediff-coding-system-for-read.
11259
11260 * viper.texi: Fix typos.
11261
11262 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11263
11264 * Makefile.in (../info/idlwave): Use --no-split.
11265
11266 2000-12-14 Dave Love <fx@gnu.org>
11267
11268 * Makefile.in (mostlyclean): Remove gnustmp.*.
11269 (gnus.dvi): Change rule to remove @latex stuff.
11270
11271 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11272
11273 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11274
11275 2000-10-13 John Wiegley <johnw@gnu.org>
11276
11277 * Makefile.in: Add build targets for eshell.texi.
11278
11279 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11280
11281 * Makefile.in: Remove/comment speedbar stuff.
11282
11283 2000-09-22 Dave Love <fx@gnu.org>
11284
11285 * Makefile.in: Add emacs-mime.
11286
11287 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11288
11289 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11290 (DVI_TARGETS): Add woman.dvi.
11291 (../info/woman, woman.dvi): New targets.
11292
11293 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11294
11295 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11296
11297 * pcl-cvs.texi: New file.
11298 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11299 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11300
11301 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11302
11303 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11304 (../info/ebrowse, ebrowse.dvi): New targets.
11305
11306 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11307
11308 * Makefile.in (INFO_TARGETS): Add eudc.
11309 (DVI_TARGETS): Add eudc.dvi.
11310 (../info/eudc, eudc.dvi): New targets.
11311
11312 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11313
11314 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11315 compatibility with 8+3 filesystems).
11316 (../info/efaq): Rename from emacs-faq.
11317
11318 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11319
11320 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11321 (../info/idlwave, idlwave.dvi): New targets.
11322
11323 1999-10-23 Dave Love <fx@gnu.org>
11324
11325 * Makefile.in: Use autotype.texi.
11326
11327 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11328
11329 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11330 faq.texi file) rather than ../info/faq.
11331
11332 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11333
11334 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11335 (../info/ada-mode, ada-mode.dvi): New targets.
11336
11337 1999-09-01 Dave Love <fx@gnu.org>
11338
11339 * Makefile.in: Add faq.
11340
11341 1999-07-12 Richard Stallman <rms@gnu.org>
11342
11343 * Version 20.4 released.
11344
11345 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11346
11347 * Version 20.3 released.
11348
11349 1998-04-06 Andreas Schwab <schwab@gnu.org>
11350
11351 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11352 Use it in dvi targets.
11353 (../etc/GNU): Change to $(srcdir) first.
11354
11355 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11356
11357 * reftex.texi: Update for RefTeX version 3.22.
11358
11359 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11360
11361 * gnus.texi (Easy Picons): Remove references to
11362 `gnus-group-display-picons'.
11363 (Hard Picons): Ditto.
11364
11365 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11366
11367 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11368 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11369
11370 1997-09-23 Paul Eggert <eggert@twinsun.com>
11371
11372 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11373 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11374
11375 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11376
11377 * Version 20.2 released.
11378
11379 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11380
11381 * Version 20.1 released.
11382
11383 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11384
11385 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11386
11387 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11388
11389 * widget.texi (push-button): Document it.
11390
11391 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11392
11393 * Version 19.33 released.
11394
11395 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11396
11397 * Version 19.32 released.
11398
11399 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11400
11401 * Makefile.in: Add rules for the Message manual.
11402
11403 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11404
11405 * gnus.texi: New version.
11406
11407 * message.texi: New manual.
11408
11409 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11410
11411 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11412
11413 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11414
11415 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11416 Specify -I option.
11417 (All dvi targets): Set the TEXINPUTS variable.
11418
11419 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11420
11421 * Version 19.31 released.
11422
11423 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11424
11425 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11426 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11427
11428 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11429
11430 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11431 (INFO_TARGETS): Add ../info/cc-mode.
11432 (DVI_TARGETS): Add cc-mode.dvi.
11433
11434 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11435
11436 * Version 19.30 released.
11437
11438 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11439
11440 * gnus.texi: New file.
11441
11442 1995-11-04 Erik Naggum <erik@naggum.no>
11443
11444 * gnus.texi: File deleted.
11445
11446 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11447
11448 * mh-e.texi: "Function Index" -> "Command Index" to work with
11449 Emacs 19.30 C-h C-k support of separately-documented commands.
11450
11451 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11452
11453 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11454 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11455
11456 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11457
11458 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11459 (../info/viper, viper.dvi): New targets.
11460
11461 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11462
11463 * dired-x.texi (Installation): Change the example to set
11464 buffer-local variables like dired-omit-files-p in
11465 dired-mode-hook.
11466
11467 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11468
11469 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11470 (../info/mh-e, mh-e.dvi): New targets.
11471
11472 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11473
11474 * Makefile.in (maintainer-clean): Rename from realclean.
11475
11476 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11477
11478 * Makefile.in: New file.
11479 * Makefile: File deleted.
11480
11481 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11482
11483 * Makefile (TEXINDEX_OBJS): Variable deleted.
11484 (texindex, texindex.o, getopt.o): Rules deleted.
11485 All deps on texindex deleted.
11486 (distclean): Don't delete texindex.
11487 (mostlyclean): Don't delete *.o.
11488 * texindex.c, getopt.c: Files deleted.
11489
11490 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11491
11492 * Version 19.26 released.
11493
11494 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11495
11496 * Version 19.25 released.
11497
11498 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11499
11500 * Version 19.24 released.
11501
11502 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11503
11504 * Version 19.23 released.
11505
11506 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11507
11508 * Makefile: Delete spurious tab.
11509
11510 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11511
11512 * Makefile (.SUFFIXES): New rule.
11513
11514 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11515
11516 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11517 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11518
11519 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11520
11521 * Makefile (../info/sc): Rename from sc.info.
11522 (../info/cl): Likewise.
11523 (INFO_TARGETS): Use new names.
11524
11525 1993-12-04 Richard Stallman (rms@srarc2)
11526
11527 * getopt.c: New file.
11528 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11529 (getopt.o): New rule.
11530 (dvi): Don't depend on texindex.
11531 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11532 Depend on texindex.
11533
11534 1993-12-03 Richard Stallman (rms@srarc2)
11535
11536 * Makefile (../info/sc.info): Rename from ../info/sc.
11537 (TEXI2DVI): New variable.
11538 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11539 Add explicit commands.
11540 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11541
11542 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11543
11544 * Version 19.22 released.
11545
11546 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11547
11548 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11549
11550 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11551
11552 * Version 19.21 released.
11553
11554 1993-11-15 Paul Eggert (eggert@twinsun.com)
11555
11556 * Makefile (../info/cl.info): Rename from ../info/cl.
11557
11558 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11559
11560 * Makefile (../etc/GNU): New target.
11561 (EMACSSOURCES): Add gnu1.texi.
11562
11563 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11564
11565 * Makefile (realclean): Don't delete the Info files.
11566
11567 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11568
11569 * forms.texi: Fix forms.texi so that it will format correctly.
11570 Add missing `@end iftex', fix bad reference.
11571
11572 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11573
11574 * Makefile: Fix targets for texindex, new info.texi files.
11575 * info-stnd.texi: New file implements info for standalone info
11576 reader.
11577 * info.texi: Update to include recent changes to "../info/info".
11578 New source file for ../info/info; includes info-stnd.texi.
11579
11580 * texindex.c: Include "../src/config.h" if building in emacs.
11581
11582 * Makefile: Change all files to FILENAME.texi, force all targets
11583 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11584 vip.texinfo, forms.texinfo, cl.texinfo.
11585 Add target to build texindex.c, defining `emacs'.
11586
11587 * forms.texi: Install new file to match version 2.3 of forms.el.
11588
11589 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11590
11591 * Version 19.19 released.
11592
11593 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11594
11595 * sc.texinfo: Fix info file name.
11596
11597 * Makefile (info): Add gnus and sc.
11598 (dvi): Add gnus.dvi and sc.dvi.
11599 (../info/sc, sc.dvi): New targets.
11600
11601 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11602
11603 * Version 19.18 released.
11604
11605 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11606
11607 * Makefile: Fix source file names of the separate manuals.
11608 (gnus.dvi, ../info/gnus): New targets.
11609
11610 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11611
11612 * Version 19.17 released.
11613
11614 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11615
11616 * split-man: Fix typos in last change.
11617
11618 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11619
11620 * Version 19.16 released.
11621
11622 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11623
11624 * version 19.15 released.
11625
11626 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11627
11628 * Makefile (distclean): It's rm, not rf.
11629
11630 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11631
11632 * Version 19.14 released.
11633
11634 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11635
11636 * Makefile: New file.
11637
11638 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11639
11640 * Version 19.13 released.
11641
11642 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11643
11644 * Version 19.9 released.
11645
11646 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11647
11648 * Version 19.8 released.
11649
11650 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11651
11652 * Version 19.7 released.
11653
11654 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11655
11656 * gnus.texinfo: New file. Removed installation instructions.
11657
11658 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11659
11660 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11661
11662 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11663
11664 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11665 then define `\sc' as the command for smallcaps in Texinfo.
11666 This means that the @sc command will produce small caps. bfox has
11667 made the corresponding change to makeinfo and texinfm.el.
11668
11669 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11670
11671 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11672 Customization since the menu entry did not point to anything.
11673 Also add an @finalout command to remove overfull hboxes from the
11674 printed output.
11675
11676 * cl.texinfo: Add @bye, \input line and @settitle to file.
11677 This file is clearly intended to be a chapter of some other work,
11678 but the other work does not yet exist.
11679
11680 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11681
11682 * texinfo.texinfo: Three typos corrected.
11683
11684 ;; Local Variables:
11685 ;; coding: utf-8
11686 ;; End:
11687
11688 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11689
11690 This file is part of GNU Emacs.
11691
11692 GNU Emacs is free software: you can redistribute it and/or modify
11693 it under the terms of the GNU General Public License as published by
11694 the Free Software Foundation, either version 3 of the License, or
11695 (at your option) any later version.
11696
11697 GNU Emacs is distributed in the hope that it will be useful,
11698 but WITHOUT ANY WARRANTY; without even the implied warranty of
11699 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11700 GNU General Public License for more details.
11701
11702 You should have received a copy of the GNU General Public License
11703 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.