]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labels
[gnu-emacs] / doc / misc / ChangeLog
1 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Using IMAP): Fix menu node name.
4
5 2015-02-04 Paul Eggert <eggert@cs.ucla.edu>
6
7 * texinfo.tex: Update from gnulib.
8
9 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
10
11 * eudc.texi (LDAP Configuration): Rename from LDAP Requirements
12 and provide configuration examples.
13
14 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * eieio.texi (Slot Options): Document :protection as unsupported.
17
18 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
19
20 Sync with Tramp 2.2.11.
21 * trampver.texi: Update release number.
22
23 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
24
25 Less 'make' chatter for Emacs doc
26 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
27 (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
28 (ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info)
29 (${buildinfodir}/efaq%.info, efaq%.html):
30 Use them.
31
32 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
33
34 * info.texi (Create Info buffer): Mention info-display-manual prefix.
35
36 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
37
38 * efaq.texi (Displaying the current file name in the titlebar):
39 Prefer (system-name) to system-name.
40 * smtpmail.texi (Server workarounds): Fix grammar.
41
42 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
43
44 * gnus.texi (Gnus Registry Setup): Explain pruning changes.
45 Mention gnus-registry-prune-factor. Explain sorting changes and
46 gnus-registry-default-sort-function. Correct file extension.
47
48 2014-12-17 Jay Belanger <jay.p.belanger@gmail.com>
49
50 * calc.texi (About This Manual): Update instructions
51 for building the manual.
52
53 2014-12-15 Alan Mackenzie <acm@muc.de>
54
55 "Advice" is a mass noun. Amend text accordingly.
56 * cl.texi (Obsolete Macros): Replace "an advice" with "advice".
57
58 2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
59
60 * texinfo.tex: Update from gnulib.
61
62 2014-12-08 Andrey Kotlarski <m00naticus@gmail.com>
63
64 * eww.texi (Basics): Document managing multiple eww buffers.
65
66 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * eww.texi (Basics): Document eww PDF viewing.
69
70 2014-11-23 Ivan Shmakov <ivan@siamics.net>
71
72 * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
73
74 2014-11-23 Michael Albinus <michael.albinus@gmx.de>
75
76 * tramp.texi (Remote processes): Let-bind environment variables to
77 `process-environment' when running `process-file' or
78 `start-file-process'.
79
80 2014-11-19 Ivan Shmakov <ivan@siamics.net>
81
82 * eww.texi (Basics): Document `eww-history-limit'.
83
84 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
85
86 * org.texi (The date/time prompt, Matching tags and properties):
87 Use leading zero with 24-hour times less than 10:00.
88
89 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
90
91 * eww.texi (Variable Index): Mention `eww-after-render-hook'.
92
93 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * eww.texi (Basics): Document `eww-readable'.
96
97 2014-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
98
99 * gnus.texi (Top): Add missing `HTML' menu.
100 (HTML): Fix xref to FAQ 4-16.
101
102 2014-11-09 Glenn Morris <rgm@gnu.org>
103
104 * Makefile.in (version): Remove variable.
105 (clean): No longer delete dist tarfile.
106 (dist): Remove rule; replace with code in admin.el.
107
108 2014-11-08 Glenn Morris <rgm@gnu.org>
109
110 * Makefile.in (${buildinfodir}/ccmode.info)
111 (${buildinfodir}/efaq%.info): Ensure output directory exists.
112
113 2014-11-07 Tassilo Horn <tsdh@gnu.org>
114
115 * gnus.texi (HTML): Update section so that it mentions shr and w3m.
116 Also link the full EWW manual that explains more on shr, too.
117
118 * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to
119 increase contrast when displaying HTML mail with shr.
120
121 * eww.texi (Advanced): Document increasing contrast with
122 shr-color-visible-distance-min and
123 shr-color-visible-luminance-min.
124
125 2014-11-02 Teodor Zlatanov <tzz@lifelogs.com>
126
127 * auth.texi (Help for users): Explain quoting rules better.
128
129 2014-10-30 Glenn Morris <rgm@gnu.org>
130
131 * efaq.texi (Gnus does not work with NNTP): Remove; ancient.
132
133 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * eieio.texi (Accessing Slots, CLOS compatibility): Adjust wording
136 since `setf' is in core rather than in CL nowadays.
137
138 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
139
140 Simplify use of current-time and friends.
141 * org.texi (Dynamic blocks): Omit unnecessary call to current-time
142 in example.
143
144 2014-10-28 Christopher Schmidt <ch@ristopher.com>
145
146 * calc.texi (Quick Calculator): Mention prefix argument of
147 `quick-calc'.
148
149 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
150
151 * efaq-w32.texi: Neutralize language specific to a repository type.
152
153 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
154
155 * gnus-coding.texi: Neutralize language specific to a repository type.
156
157 2014-10-20 Glenn Morris <rgm@gnu.org>
158
159 * Merge in all changes up to 24.4 release.
160
161 2014-10-13 Glenn Morris <rgm@gnu.org>
162
163 * Makefile.in (dist): Update for new output variables.
164
165 2014-10-08 Leo Liu <sdl.web@gmail.com>
166
167 * cl.texi (Porting Common Lisp): Remove parse-integer.
168
169 2014-10-06 Ulf Jasper <ulf.jasper@web.de>
170
171 * newsticker.texi (Supported Formats): Fix order of subheading and
172 itemize.
173
174 2014-10-04 Glenn Morris <rgm@gnu.org>
175
176 * vip.texi (Other Vi Commands): Markup fix.
177
178 2014-10-03 Bastien Guerry <bzg@gnu.org>
179
180 * org.texi (Key bindings and useful functions): Fix typo.
181 Use the correct function's name.
182
183 2014-10-03 Michael Brand <michael.ch.brand@gmail.com>
184
185 * org.texi (Formula syntax for Calc): Add `f-1' to TBLFM example
186 about `nan'.
187
188 2014-10-03 Nicolas Goaziou <mail@nicolasgoaziou.fr>
189
190 * org.texi (Export settings): Be more explicit about how output
191 file name is built.
192
193 * org.texi (Headings and sectioning structure): Document menus.
194
195 * org.texi (Include files, Publishing options): Remove reference
196 to nonexistent variable.
197
198 2014-10-03 Eli Zaretskii <eliz@gnu.org>
199
200 * erc.texi (Connecting): Remove stray "OA" that failed the manual
201 build.
202
203 2014-10-03 Kelvin White <kwhite@gnu.org>
204
205 * erc.texi (Advanced Usage, Options): Add descriptions and examples
206 for erc-format-nick-function and erc-rename-buffers options.
207
208 2014-09-26 Leo Liu <sdl.web@gmail.com>
209
210 * cl.texi (Predicates on Numbers): Document cl-digit-char-p.
211 (Numerical Functions): Document cl-parse-integer. (Bug#18557)
212
213 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
214
215 * newsticker.texi: Reworked. Document new treeview group
216 commands. Remove VERSION, UPDATED, use EMACSVER instead.
217 Use term 'feed reader'.
218
219 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
220
221 Less chatter in 'make' output.
222 * Makefile.in (clean): Simplify, for shorter command line.
223
224 2014-08-07 Reuben Thomas <rrt@sc3d.org>
225
226 * ediff.texi (Merging and diff3): Don't mention lack of support
227 for VMS diff, we no longer support VMS.
228
229 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
230
231 * tramp.texi (Remote shell setup): Explain, how to change command
232 line arguments of remote "nc" listener.
233
234 2014-07-31 Tassilo Horn <tsdh@gnu.org>
235
236 * gnus.texi (Group Parameters): Document that `gcc-self' may also be a
237 list.
238
239 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
240
241 * todo-mode.texi (Marked Items): Correct omission of item deletion
242 from commands applying to both todo and done items.
243
244 2014-07-18 Albert Krewinkel <albert+gnus@zeitkraut.de>
245
246 * gnus.texi (Posting Styles): Document the possibility to perform
247 string replacements when matching against headers.
248
249 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
250
251 * todo-mode.texi (Levels of Organization): Comment out statement
252 that Emacs recognizes todo files by their extension, since this
253 feature has been removed due to bug#17482.
254
255 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
256
257 * trampver.texi: Update release number.
258
259 2014-07-03 Glenn Morris <rgm@gnu.org>
260
261 * info.texi, mh-e.texi: "Online help" doesn't mean what it
262 used to any more.
263
264 * idlwave.texi (Introduction): Comment out dead http screenshot links.
265
266 2014-06-24 Leo Liu <sdl.web@gmail.com>
267
268 * dired-x.texi (Omitting Files in Dired, Omitting Variables):
269 Fix key binding to dired-omit-mode. (Bug#16354)
270
271 2014-06-24 Eli Zaretskii <eliz@gnu.org>
272
273 * autotype.texi (Skeleton Language): Document the \n feature better.
274
275 2014-06-23 Glenn Morris <rgm@gnu.org>
276
277 * Makefile.in (%.texi): Disable implicit rules.
278
279 2014-06-22 Mario Lang <mlang@delysid.org>
280
281 * srecode.texi (Base Arguments): The the -> to the.
282
283 * org.texi (Images in ODT export): The the -> the.
284
285 2014-06-21 Eli Zaretskii <eliz@gnu.org>
286
287 * autotype.texi (Skeleton Language): Document the feature of \n
288 when at eol.
289
290 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
291
292 * dbus.texi (Type Conversion): Formatting edits in example.
293
294 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
295
296 Sync with Tramp 2.2.10.
297
298 * tramp.texi (Inline methods): Remove restriction on "telnet".
299 Recommend sharing ssh connections for "plink".
300 (External methods): Remove "sftp". Merge "pscp" and "psftp"
301 descriptions. Recommend sharing ssh connections. Add "nc" method.
302 (GVFS based methods): Add "sftp".
303 (Customizing Completion, External packages, Issues):
304 Use @dots{}.
305
306 * trampver.texi: Update release number.
307
308 2014-06-15 Glenn Morris <rgm@gnu.org>
309
310 * Makefile.in (bootstrap-clean): New.
311
312 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
313
314 * ses.texi: Adding documentation for SES local printer functions.
315
316 2014-06-12 Glenn Morris <rgm@gnu.org>
317
318 * Makefile.in: Use GNU Make features to reduce duplication.
319 (mkinfodir): Remove.
320 (${buildinfodir}): Generate using an order-only prerequisite.
321 (.dvi.ps): Replace with pattern rule.
322 ($INFO_TARGETS): Mark as PHONY.
323 (${buildinfodir}): New rule.
324 (EXTRA_OPTS, need_emacsver, need_emacsver_prefix): New variables.
325 (${buildinfodir}/%.info, %.dvi, %.pdf, %.html, %.ps):
326 New pattern rules, replacing numerous previous explicit rules.
327 (info_template): New definition.
328 (gnus.dvi, gnus.pdf): Use distinct intermediate files.
329 (mostlyclean): Adjust for above gnus change.
330
331 2014-06-11 Glenn Morris <rgm@gnu.org>
332
333 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
334
335 2014-06-10 Glenn Morris <rgm@gnu.org>
336
337 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
338 (INFO_OPTS): Set directly rather than with configure.
339
340 2014-06-08 Karl Berry <karl@gnu.org>
341
342 * doc/info.texi (Help-^L): "mode line", "screenful",
343 stand-alone and Emacs Info both use the mode line.
344 Use x instead of weird C-x 0 to get rid of help msg
345 in standalone Info.
346
347 2014-06-08 Glenn Morris <rgm@gnu.org>
348
349 * vip.texi (Files): Defer to Emacs manual for uniquify details.
350
351 * info.texi (Help-Small-Screen): Clarify details of S-SPC.
352 (Help-Small-Screen, Help-]): Do not mention S-SPC.
353 (Emacs Info Variables): Markup fix.
354
355 * ebrowse.texi (Source Display, Finding/Viewing):
356 * erc.texi (Sample Session):
357 * ses.texi (The Basics):
358 * todo-mode.texi (Moving and Deleting Items):
359 * woman.texi (Navigation): Markup fixes re SPC, RET.
360
361 2014-06-02 Glenn Morris <rgm@gnu.org>
362
363 * efaq.texi (Finding a package with particular functionality):
364 Update example.
365 * vip.texi: Mention this is obsolete.
366
367 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
368
369 * texinfo.tex: Update from gnulib.
370
371 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
372
373 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
374 * htmlfontify.texi, org.texi: Add "coding: utf-8".
375
376 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
377
378 * todo-mode.texi: Update in light of changes due to bug#17482.
379 Replace numerous mistaken uses of literal quotes with proper
380 Texinfo markup.
381 (Todo Mode Entry Points): Comment out reference to using find-file
382 or Dired to visit Todo files, since this has been disabled (bug#17482).
383
384 2014-05-20 Leo Liu <sdl.web@gmail.com>
385
386 * cl.texi (List Functions, Efficiency Concerns): Update cl-endp.
387
388 2014-05-13 Paul Eggert <eggert@cs.ucla.edu>
389
390 * texinfo.tex: Update from gnulib.
391
392 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
393
394 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
395 setting in ~/.ssh/environment.
396
397 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
398
399 * todo-mode.texi: Update, improve exposition, add cross
400 references, fix typos.
401 (Inserting New Items, Editing Item Headers and Text): Rewrite to
402 document new user interface.
403
404 2014-05-04 Glenn Morris <rgm@gnu.org>
405
406 * autotype.texi (Skeleton Language):
407 * message.texi (Header Commands): Replace `iff'.
408
409 2014-05-02 Paul Eggert <eggert@cs.ucla.edu>
410
411 * vhdl-mode.texi: Add "@documentencoding UTF-8",
412 since this is a toplevel .texi file.
413
414 2014-04-22 Bastien Guerry <bzg@gnu.org>
415
416 * org.texi (Installation): Be more clear on why installing Org
417 through ELPA should be done without loading any Org file.
418
419 * org.texi (Emphasis and monospace): Document the use of
420 =verbatim= and ~code~ to be consistent with
421 `org-element-text-markup-successor'.
422
423 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
424
425 * org.texi (Initial visibility):
426 * org.texi (Literal examples): Fix typos.
427
428 2014-04-22 Michael Brand <michael.ch.brand@gmail.com>
429
430 * org.texi (Column attributes): Add a sentence to point out
431 the dependency on the format specifier.
432
433 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
434
435 * org.texi (The Export Dispatcher): Reformulation.
436
437 * org.texi (@LaTeX{} specific attributes): Update manual.
438
439 * org.texi (Top, Exporting): Org has its own documentation and
440 should therefore be removed from "Other build-in back-ends".
441
442 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * cl.texi (Structures): Remove cl-struct-set-slot-value.
445
446 2014-04-20 Daniel Colascione <dancol@dancol.org>
447
448 * cl.texi (Declarations): Document changes to `cl-the' and defstruct functions.
449
450 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
451
452 * Makefile.in (infoclean): Be consistent about reporting failures.
453
454 2014-03-27 Glenn Morris <rgm@gnu.org>
455
456 * Makefile.in (INFO_COMMON): Add vhdl-mode.
457 (vhdl_mode_deps, vhdl-mode, $(buildinfodir)/vhdl-mode$(INFO_EXT))
458 (vhdl-mode.dvi, vhdl-mode.pdf, vhdl-mode.html): New rules/variables.
459
460 * vhdl-mode.texi: General clean-up. Set copyright to FSF, add license.
461 Remove hand-written node pointers. Remove info re old Emacs versions.
462 Markup fixes.
463 (Getting Connected): Remove irrelevant info.
464 (Indentation Commands, Requirements): Remove empty/irrelevant nodes.
465 (Frequently Asked Questions): Electric indent is now enabled.
466
467 2014-03-27 Reto Zimmermann <reto@gnu.org>
468 Rod Whitby <software.vhdl-mode@rwhitby.net>
469
470 * vhdl-mode.texi: New file, imported from upstream vhdl-mode.
471
472 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
473
474 * texinfo.tex: Update from gnulib.
475
476 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
477
478 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
479
480 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
481
482 * gnus.texi (Ma Gnus): Mention header attachment buttons.
483
484 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
485
486 * emacs-mime.texi (MML Definition): Document recipient-filename.
487
488 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
489
490 * gnus.texi (MIME Commands):
491 Mention gnus-mime-buttonize-attachments-in-header and
492 gnus-mime-display-attachment-buttons-in-header.
493
494 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
495
496 * message.texi (Forwarding):
497 Mention `message-forward-included-headers'.
498
499 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
500
501 * gnus.texi: w3 is no longer supported by Gnus.
502
503 2014-03-22 Glenn Morris <rgm@gnu.org>
504
505 * efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
506
507 2014-03-21 Glenn Morris <rgm@gnu.org>
508
509 * ede.texi (ede-linux):
510 * vip.texi (New Bindings): Tiny copyedits.
511
512 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * vip.texi (Other Vi Commands): Adjust doc of C-j.
515
516 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
517 defined by CC-mode but globally.
518 (FAQ): Tweak text about RET and auto-indentation.
519
520 2014-03-18 David Engster <deng@randomsample.de>
521
522 * ede.texi (Project Local Variables): Remove reference to
523 `ede-java-root' and the example using it.
524 (Android projects, ede-java-root): Remove nodes since they are
525 only in CEDET upstream (Bug#17030). All nodes updated.
526 (ede-cpp-root): Document the :compile-command slot.
527 (ede-linux): Document new variables
528 `project-linux-build-directory-default' and
529 `project-linux-architecture-default'.
530
531 2014-03-12 Glenn Morris <rgm@gnu.org>
532
533 * eww.texi (History and Acknowledgments):
534 Don't list everyone who changed the code.
535
536 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
537 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
538 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
539 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
540 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
541 Use @file for buffers, per the Texinfo manual.
542
543 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
544
545 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
546 so that the Org Manual's style for ` and ' in code is consistent
547 with the other Emacs manuals. This affects PDF, not .info files.
548
549 2014-03-12 Glenn Morris <rgm@gnu.org>
550
551 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
552 about RET and indentation.
553
554 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
555
556 * gnus.texi:
557 * semantic.texi: Fix whitespace.
558
559 * ede.texi (Android projects):
560 * eieio.texi (Class Options, Making New Objects)
561 (Method Invocation, CLOS compatibility):
562 * sem-user.texi (Tag Decoration Mode): Fix typos.
563
564 2014-03-02 Xue Fuqiao <xfq@gnu.org>
565
566 * sem-user.texi (Create System Databases): Markup fix.
567
568 2014-02-28 Glenn Morris <rgm@gnu.org>
569
570 * info.texi (Further Reading): Rename node from Expert Info.
571 Remove stuff about writing Info nodes by hand.
572 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
573
574 * info.texi: Nuke hand-written node pointers.
575
576 2014-02-28 Karl Berry <karl@gnu.org>
577
578 * info.texi (Top): Mention H for a summary of all commands.
579
580 2014-02-25 Glenn Morris <rgm@gnu.org>
581
582 * edt.texi (Quick start, Starting emulation): Update hook details.
583 * efaq.texi (Fullscreen mode on MS-Windows)
584 (Terminal setup code works after Emacs has begun): Update hook details.
585 * vip.texi (Loading VIP): Fix hook example.
586
587 * efaq-w32.texi (Bash): Don't use setq with hooks.
588
589 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
590
591 * texinfo.tex: Update from gnulib.
592
593 2014-02-22 Xue Fuqiao <xfq@gnu.org>
594
595 * remember.texi (Quick Start): Add an index.
596 (Function Reference, Quick Start): Add cross-references.
597
598 2014-02-21 Glenn Morris <rgm@gnu.org>
599
600 * flymake.texi (Starting the syntax check process): Grammar fix.
601
602 * tramp.texi (External packages): Grammar fix.
603 Reword for default sentinel not being nil any more.
604
605 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
606
607 * trampver.texi: Update release number.
608
609 2014-02-19 Glenn Morris <rgm@gnu.org>
610
611 * remember.texi: Copyedits.
612 (Quick Start): No need for manual autoloads. Mention remember-notes.
613 (Function Reference): Update arguments. Add new commands.
614
615 2014-02-18 Glenn Morris <rgm@gnu.org>
616
617 * remember.texi (copying): Bump remember mode version.
618 (Installation): Remove unnecessary chapter.
619 (Quick Start): No need to explicitly load remember.el.
620 (Separate Text Files): New section.
621
622 2014-02-17 Glenn Morris <rgm@gnu.org>
623
624 * eieio.texi (Class Values, CLOS compatibility):
625 Remove references to deleted eieio-describe-class/generic.
626
627 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
628
629 Sync with Tramp 2.2.9.
630 * trampver.texi: Update release number.
631
632 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
633
634 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
635
636 * calc.texi (Single-Variable Statistics): Remove mention of
637 incorrect keybinding.
638
639 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
640
641 * texinfo.tex: Update from gnulib.
642
643 2014-02-08 Glenn Morris <rgm@gnu.org>
644
645 * auth.texi (GnuPG and EasyPG Assistant Configuration):
646 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
647
648 2014-02-07 Glenn Morris <rgm@gnu.org>
649
650 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
651
652 2014-02-06 Glenn Morris <rgm@gnu.org>
653
654 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
655
656 * mh-e.texi, viper.texi: Do not use colons in index entries.
657
658 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
659
660 * texinfo.tex: Update from gnulib.
661
662 2014-02-05 Glenn Morris <rgm@gnu.org>
663
664 * epa.texi: Add indices.
665
666 * url.texi (Cookies): Mention url-cookie-list command.
667
668 2014-02-03 Glenn Morris <rgm@gnu.org>
669
670 * cl.texi (Blocks and Exits): Mention cl-tagbody.
671
672 2014-02-02 Glenn Morris <rgm@gnu.org>
673
674 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
675
676 2014-01-31 Glenn Morris <rgm@gnu.org>
677
678 * efaq.texi (Replacing highlighted text):
679 Update delete-selection-mode doc.
680
681 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
682
683 * sem-user.texi (Include paths): Fix a Texinfo command.
684
685 2014-01-27 Glenn Morris <rgm@gnu.org>
686
687 * idlwave.texi (Lesson III---User Catalog, Online Help)
688 (Starting the Shell, Catalogs, User Catalog):
689 * remember.texi (Quick Start):
690 * viper.texi:
691 * vip.texi (Customization, Customizing Constants)
692 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
693
694 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
695
696 * cc-mode.texi (Minor Modes): Minor fix.
697
698 2014-01-24 David Engster <deng@randomsample.de>
699
700 * eieio.texi (Introduction): Fix references.
701
702 2014-01-24 Glenn Morris <rgm@gnu.org>
703
704 * efaq.texi (Termcap/Terminfo entries for Emacs):
705 Use M-x term rather than M-x terminal-emulator.
706
707 * emacs-mime.texi (time-date): Use float-time.
708
709 2014-01-22 David Engster <deng@randomsample.de>
710
711 * eieio.texi (Introduction): Move introductory paragraph about
712 EIEIO and CLOS from 'Building Classes' to here.
713 (Documentation): Remove, since eieio-doc is not part of Emacs.
714 (Class Values, CLOS compatibility): Mention that
715 `describe-function' will also give information about classes.
716
717 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
718
719 * texinfo.tex: Update from gnulib.
720
721 2014-01-15 Glenn Morris <rgm@gnu.org>
722
723 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
724
725 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
726
727 * tramp.texi (all): Doc fix according to GNU Coding Standards.
728 Use "file name" instead of "filename" or "path". Use "host"
729 instead of "machine".
730
731 2014-01-12 David Engster <deng@randomsample.de>
732
733 * eieio.texi (Introduction): `class-of' is obsolete.
734 (Predicates, Basic Methods): Adapt function names to namespace
735 cleanup.
736
737 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
738
739 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
740
741 2014-01-12 Glenn Morris <rgm@gnu.org>
742
743 * efaq.texi (Guidelines for newsgroup postings)
744 (Informational files for Emacs):
745 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
746
747 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
750
751 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
752
753 * Makefile.in: Add eww.texi.
754 * eww.texi: New file.
755
756 2014-01-07 Glenn Morris <rgm@gnu.org>
757
758 * efaq.texi (Problems with very large files): Fix superscript typo.
759
760 2013-01-07 Rasmus <w530@pank.eu>
761
762 * org.texi (Global and local cycling): Fix missing '@'.
763
764 2013-01-07 Bastien Guerry <bzg@gnu.org>
765
766 * org.texi (Global and local cycling): Mention C-u C-u TAB.
767 (Include files, The Export Dispatcher)
768 (Advanced configuration)
769 (Header arguments in Org mode properties): Spelling fixes.
770 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
771 (@LaTeX{} specific attributes): New index entries.
772 Use #+BEGIN_ABSTRACT in the example.
773
774 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
775
776 * org.texi (Org export): New section.
777 (HTML doctypes): Fix whitespace error. Fix display.
778 (Publishing options): Add missing html publishing options.
779
780 2014-01-07 Glenn Morris <rgm@gnu.org>
781
782 * efaq.texi (Basic editing, Packages that do not come with Emacs):
783 Merge in some info from etc/MORE.STUFF.
784
785 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
786
787 Specify .texi encoding (Bug#16292).
788 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
789 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
790 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
791 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
792 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
793 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
794 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
795 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
796 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
797 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
798 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
799 * widget.texi, wisent.texi, woman.texi:
800 Add @documentencoding.
801
802 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
803
804 * eshell.texi (What Eshell is not): Clean up confusing clause.
805
806 2014-01-03 Glenn Morris <rgm@gnu.org>
807
808 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
809
810 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
811 Add copyright notice to titlepage.
812
813 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
814
815 * ert.texi: Add a titlepage. Use @insertcopying.
816
817 * calc.texi (Top): Use @top rather than @chapter.
818
819 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
820
821 * eshell.texi (top): Fix incorrect use of xref.
822
823 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
824
825 * eshell.texi (top): Fix incorrect info filename in an xref.
826
827 2014-01-02 Glenn Morris <rgm@gnu.org>
828
829 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
830
831 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
832
833 * eshell.texi (Command Basics): Remove `Command basics' chapter.
834
835 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
836
837 * eshell.texi (What is Eshell?): Add section about what not to use
838 Eshell for.
839
840 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
841
842 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
843
844 2013-12-22 Glenn Morris <rgm@gnu.org>
845
846 * woman.texi (Navigation): Use itemx where appropriate.
847
848 2013-12-20 Tassilo Horn <tsdh@gnu.org>
849
850 * info.texi, woman.texi:
851 Document `S-SPC' as alternative to `DEL' for scrolling.
852
853 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
854
855 * calc.texi (Stack Manipulation Commands): Mention using the variable
856 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
857
858 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
859
860 * tramp.texi (direntry): Use ssh but rsh.
861 (all): Encode all environment variable names with @env{...}.
862 (Bug Reports): Refer to Testing node.
863
864 2013-12-12 Glenn Morris <rgm@gnu.org>
865
866 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
867 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
868 * srecode.texi, todo-mode.texi, tramp.texi:
869 Sync direntry with info/dir version.
870
871 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
872
873 * Makefile.in: Add octave-mode.texi.
874
875 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
876 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
877
878 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
879
880 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
881
882 * dbus.texi (Properties and Annotations): Fix typo.
883
884 2013-12-06 Bastien Guerry <bzg@gnu.org>
885
886 * org.texi: Don't include Emacs version within Org's version.
887
888 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
889
890 * org.texi (Creating one-off styles): Use new export snippet
891 syntax.
892
893 * org.texi (Export settings): Documentation describing how text
894 above the first heading is ignored when an :export: tag is in a
895 file.
896
897 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
898
899 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
900
901 2013-11-30 Glenn Morris <rgm@gnu.org>
902
903 * Makefile.in (distclean): Remove Makefile.
904
905 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
906
907 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
908 (The Basics, Formulas): Copyedits.
909 (Resizing, Printer functions): Add index entries.
910
911 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
912
913 * calc.texi (Customizing Calc): Mention new variable
914 `calc-context-sensitive-enter'.
915
916 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
917
918 * org.texi (Exporting code blocks): Document the 'inline-only
919 setting for `org-export-babel-evaluate'. Document how :var
920 introduces code block dependencies.
921
922 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
923
924 * org.texi (Header arguments): Document header-args[:lang]
925 properties and remove deprecated old-style properties from
926 documentation.
927
928 * org.texi (Agenda commands): Remove footnote from @tsubheading
929 and add a sentence with the reference instead.
930
931 2013-11-12 Bastien Guerry <bzg@gnu.org>
932
933 * org.texi (Catching invisible edits):
934 * org.texi (Plain lists, Plain lists):
935 * org.texi (Advanced configuration):
936 * org.texi (Tag groups):
937 * org.texi (Conventions):
938 * org.texi (Checkboxes, Radio lists):
939 * org.texi (Top, Summary, Exporting):
940 * org.texi (In-buffer settings): Fix typos.
941
942 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
943 C-w'. Add an index entry for `org-refile-keep'.
944
945 * org.texi (Plain lists): Add an index entry for sorting plain
946 list. Document sorting by checked status for check lists.
947
948 * org.texi (Publishing options): Fix old variable names.
949
950 * org.texi (Orgstruct mode): Fix suggested setting of
951 `orgstruct-heading-prefix-regexp'.
952
953 * org.texi (Export settings):
954 Document `org-export-allow-bind-keywords'.
955
956 * org.texi (History and Acknowledgments): Small rephrasing.
957
958 * org.texi (Template elements): Add a footnote about tags accepted
959 in a year datetree.
960
961 * org.texi (Beamer export, @LaTeX{} and PDF export)
962 (Header and sectioning, @LaTeX{} specific attributes):
963 Enhance style.
964
965 * org.texi (Agenda commands): Add a footnote about dragging agenda
966 lines: it does not persist and it does not change the .org files.
967
968 * org.texi (Agenda commands): Add a table heading for dragging
969 agenda lines forward/backward.
970
971 * org.texi (Agenda commands): Add documentation for
972 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
973
974 * org.texi (Publishing options): Update the list of options.
975 (Simple example, Complex example): Fix the examples.
976
977 * org.texi (Formula syntax for Calc): Don't use a bold font the
978 warning.
979
980 * org.texi (Other built-in back-ends): New section.
981
982 * org.texi (Editing source code):
983 Document `org-edit-src-auto-save-idle-delay' and
984 `org-edit-src-turn-on-auto-save'.
985
986 * org.texi (External links): Document contributed link types
987 separately.
988
989 * org.texi (Closing items):
990 Document `org-closed-keep-when-no-todo'.
991
992 * org.texi (Export back-ends): Rename from "Export formats".
993 (The Export Dispatcher): Remove reference to
994 `org-export-run-in-background'.
995 (Export settings): Minor rewrites.
996 (ASCII/Latin-1/UTF-8 export): Update variable's name.
997 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
998
999 * org.texi (Export in foreign buffers): New section.
1000 (Exporting): Remove documentation about converting the selected
1001 region.
1002
1003 * org.texi (Advanced configuration): Put the filter valid types in
1004 a table. Use @lisp and @smalllisp.
1005
1006 * org.texi: Use @code{nil} instead of nil. Update the maintainer
1007 contact info.
1008
1009 * org.texi (Exporting): Better introductory sentence. Add a note
1010 about conversion commands.
1011 (Feedback, Orgstruct mode, Built-in table editor)
1012 (Built-in table editor, Orgtbl mode, Updating the table)
1013 (Property syntax, Capturing column view, Capture)
1014 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
1015 (Exporting, Extending ODT export)
1016 (Working with @LaTeX{} math snippets, dir, Customization)
1017 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
1018 Uniformly use @kbd{M-x command RET}.
1019
1020 * org.texi (Filtering/limiting agenda items): New subsection.
1021 Document the use of `org-agenda-max-*' options and
1022 `org-agenda-limit-interactively' from the agenda.
1023 (Agenda commands): Move details about filtering commands to
1024 the new section, only include a summary here.
1025 (Customizing tables in ODT export)
1026 (System-wide header arguments, Conflicts, Dynamic blocks):
1027 Use spaces for indentation.
1028
1029 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
1030
1031 * org.texi (Links in HTML export, Images in HTML export)
1032 (post): Fix syntax within #+ATTR_*.
1033 (Tables in HTML export): Document `org-html-table-row-tags'
1034 and use `org-html-table-default-attributes' instead of
1035 `org-html-table-tag'.
1036
1037 * org.texi (Publishing action, Publishing options)
1038 (Publishing links): Major rewrite. Enhance explanations for
1039 `org-org-publish-to-org'. Remove reference to
1040 `org-export-run-in-background'.
1041
1042 * org.texi: Fix many small typos. Use #+NAME instead of
1043 #+TBLNAME. Use @smalllisp instead of @example.
1044 (Special symbols): Add index?
1045 (HTML preamble and postamble): Don't mention obsolete use of
1046 opt-plist.
1047 (JavaScript support): Don't mention the org-jsinfo.el file as it
1048 has been merged with ox-html.el.
1049
1050 * org.texi (Installation, Feedback, Setting Options)
1051 (Code evaluation security, org-crypt.el): Use @lisp instead of
1052 @example.
1053 (Agenda commands): Use @table instead of @example.
1054
1055 * org.texi (Adding hyperlink types): New appendix.
1056
1057 * org.texi (ODT export commands, Extending ODT export)
1058 (Applying custom styles, Images in ODT export)
1059 (Labels and captions in ODT export)
1060 (Literal examples in ODT export)
1061 (Configuring a document converter)
1062 (Working with OpenDocument style files)
1063 (Customizing tables in ODT export)
1064 (Validating OpenDocument XML): Fix options names.
1065
1066 * org.texi (History and Acknowledgments): Update acknowledgments
1067 to Nicolas. Add Nicolas Goaziou to the list of contributors.
1068
1069 * org.texi (System-wide header arguments): Don't use "customizing"
1070 for setting a variable. Also remove comments.
1071
1072 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
1073 `org-agenda-start-on-weekday' to the variable index and document
1074 them.
1075
1076 * org.texi (Sparse trees, Agenda commands)
1077 (@LaTeX{} fragments, Selective export, Export options)
1078 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
1079 (HTML Export commands, @LaTeX{}/PDF export commands)
1080 (iCalendar export, Publishing options, Triggering publication)
1081 (In-buffer settings): Update to reflect changes from the new
1082 export engine.
1083
1084 * org.texi (Matching tags and properties): More examples.
1085 Explain group tags expansion as regular expressions.
1086
1087 * org.texi (Tag groups): New section.
1088
1089 * org.texi (Setting tags): Tiny formatting fixes.
1090
1091 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
1092 names.
1093
1094 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
1095 concept index. Include example for these agenda views.
1096 (Special agenda views): Mention the "agenda*" agenda view.
1097
1098 * org.texi (Repeated tasks): Document how to ignore a repeater
1099 when using both a scheduled and a deadline timetamp.
1100
1101 * org.texi (Global and local cycling): Wrap in a new subsection.
1102 (Initial visibility, Catching invisible edits): New subsections.
1103
1104 * org.texi (Visibility cycling): Mention that
1105 `org-agenda-inhibit-startup' will prevent visibility setting when
1106 the agenda opens an Org file for the first time.
1107
1108 * org.texi (Org syntax): New section.
1109
1110 * org.texi (Orgstruct mode):
1111 Document `orgstruct-heading-prefix-regexp'.
1112
1113 * org.texi (Speeding up your agendas): New section.
1114
1115 * org.texi (Installation): When installing Org from ELPA, users
1116 should do this from an Emacs session where no .org file has been
1117 visited.
1118
1119 * org.texi (CSS support, In-buffer settings): Update HTML options
1120 names.
1121
1122 * org.texi (Structure editing): Update documentation for
1123 `org-insert-heading-or-item'.
1124 (Plain lists, Relative timer): Update index entry.
1125
1126 * org.texi (JavaScript support): Update variable names.
1127
1128 * org.texi (comments): Minor formatting fix.
1129
1130 * org.texi (@LaTeX{} fragments): Minor enhancement.
1131
1132 * org.texi: Update the list contributions.
1133
1134 * org.texi (Agenda commands): Exporting the agenda to an .org file
1135 will not copy the subtrees and the inherited tags.
1136 Document `org-agenda-filter-by-regexp'.
1137
1138 * org.texi (Publishing action, Complex example): Fix names of
1139 publishing functions.
1140
1141 * org.texi (Top, Exporting): Delete references to Freemind.
1142 (Freemind export): Delete section.
1143
1144 * org.texi (Top, Exporting): Delete references to the XOXO export.
1145 (XOXO export): Delete section.
1146
1147 * org.texi (Capture): Mention that org-remember.el is not
1148 supported anymore.
1149
1150 * org.texi (Top, Exporting, Beamer class export):
1151 Delete references to the TaskJuggler export.
1152 (History and Acknowledgments): Mention that the TaskJuggler has
1153 been rewritten by Nicolas and now lives in the contrib/ directory
1154 of Org's distribution. Mention that Jambunathan rewrote the HTML
1155 exporter. Remove Jambunathan from my own acknowledgments.
1156 (TaskJuggler export): Delete.
1157
1158 * org.texi (HTML preamble and postamble)
1159 (Tables in HTML export, Images in HTML export)
1160 (Math formatting in HTML export, CSS support)
1161 (@LaTeX{} and PDF export, Publishing options): Fix the names of
1162 the HTML export and publishing options.
1163
1164 * org.texi (Literal examples, Export options)
1165 (@LaTeX{} and PDF export, Header and sectioning)
1166 (Publishing options): Fix LaTeX options names.
1167
1168 * org.texi (Export options, CSS support, In-buffer settings):
1169 Fix references to HTML_LINK_* and HTML_STYLE keywords.
1170
1171 * org.texi (Export options, In-buffer settings): Fix references to
1172 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
1173
1174 * org.texi (Top, Markup, Initial text, Images and tables)
1175 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
1176 (Export options, JavaScript support, Beamer class export):
1177 Remove references to the DocBook export, which has been deleted.
1178 (History and Acknowledgments): Mention that DocBook has been
1179 deleted, suggest to use the Texinfo exporter instead, then to
1180 convert the .texi to DocBook with makeinfo.
1181 (Links in ODT export, Tables in ODT export): Fix indices.
1182
1183 * org.texi (Deadlines and scheduling): Add a variable to the
1184 index. Add documentation about delays for scheduled tasks.
1185
1186 * org.texi (Emphasis and monospace):
1187 Mention `org-fontify-emphasized-text' and
1188 `org-emphasis-regexp-components'.
1189
1190 * org.texi (References): Small enhancement.
1191
1192 * org.texi (Column width and alignment): Make the example visually
1193 more clear.
1194
1195 * org.texi (The clock table): Document :mstart and :wstart as a
1196 way to set the starting day of the week.
1197
1198 * org.texi (In-buffer settings): Document new startup keywords.
1199 Thanks to John J Foerch for this idea.
1200
1201 * org.texi (Include files): Tiny formatting fix.
1202
1203 * org.texi (Activation): Point to the "Conflicts" section.
1204
1205 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
1206
1207 * org.texi (CSS support): Clarify this section.
1208
1209 * org.texi (@LaTeX{} specific attributes): Document that tabu and
1210 tabularx packages are not in the default set of packages.
1211
1212 * org.texi (Agenda commands): Document fortnight view.
1213
1214 * org.texi: Document conflict with ecomplete.el.
1215
1216 * org.texi (History and Acknowledgments): Acknowledgements for
1217 Jason Dunsmore and Rakcspace.
1218
1219 * org.texi: Rename org-crypt.el node to org-crypt.
1220
1221 * org.texi (A @LaTeX{} example): Fix typo in variable name.
1222
1223 * org.texi (MobileOrg): Mention the new iPhone developer.
1224
1225 * org.texi (Table of contents) Improve documentation of TOC
1226 placement.
1227
1228 * org.texi: Explain that date/time information at read-date prompt
1229 should start at the beginning, not anywhere in the middle of a
1230 long string.
1231
1232 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
1233
1234 * org.texi (Orgstruct mode): Fix wrong regexp.
1235
1236 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
1237
1238 * org.texi: Document export to (X)HTML flavors.
1239
1240 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
1241
1242 * org.texi (Extracting source code): Mention the prefix argument
1243 to org-babel-tangle.
1244 (noweb): Remove erroneous negative.
1245 (Specific header arguments): Document new header arguments.
1246 Documentation for new tangle-mode header argument.
1247 (Top): Documentation for new tangle-mode header argument.
1248 (rownames): Documentation for new tangle-mode header argument.
1249 Mention elisp as special rowname case.
1250 (tangle-mode): Documentation for new tangle-mode header argument.
1251 (post): Documentation and an example of usage.
1252 (var): Remove the "Alternate argument syntax" section from the
1253 documentation.
1254 (hlines): Note that :hline has no effect for Emacs Lisp code
1255 blocks.
1256
1257 2013-11-12 Feng Shu <tumashu@gmail.com>
1258
1259 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
1260 (Math formatting in HTML export)
1261 (Working with @LaTeX{} math snippets): Add document about creating
1262 formula image with imagemagick.
1263
1264 * org.texi (@LaTeX{} specific attributes): Document `:caption'
1265 attribute of #+ATTR_LATEX.
1266
1267 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
1268
1269 * org.texi (Handling links): Fix a typo in
1270 `org-startup-with-inline-images' documentation.
1271
1272 * org.texi (Previewing @LaTeX{} fragments): Document the startup
1273 keywords to use for previewing LaTeX fragments or not.
1274 (Summary of in-buffer settings): Improve formatting and add an
1275 entry for the variable `org-startup-with-latex-preview'.
1276
1277 * org.texi (Property syntax): Recall the user to refresh the org
1278 buffer when properties are set on a per-file basis.
1279
1280 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
1281
1282 * org.texi (Matching tags and properties): Clarification.
1283
1284 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
1285
1286 * org.texi (Editing and debugging formulas): Add an example when a
1287 table has multiple #+TBLFM lines.
1288
1289 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
1290
1291 * org.texi (The clock table): Document acceptance of relative
1292 times in tstart and tend, link to syntax description and provide
1293 example.
1294
1295 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
1296
1297 * org.texi (The spreadsheet): Document lookup functions.
1298
1299 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
1300
1301 * org.texi (CSS support): Mention .figure-number, .listing-number,
1302 and .table-number.
1303
1304 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
1305
1306 * org.texi
1307 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
1308 spreadsheet formula mode strings and some examples from @example
1309 block with xy @r{yz} to @table.
1310
1311 * org.texi (Formula syntax for Calc): Improve the documentation of
1312 empty fields in formulas for spreadsheet. Add explanation and
1313 example for empty field. Extend explanations of format
1314 specifiers. Add a sentence to mention Calc defmath.
1315
1316 * org.texi (Column formulas): Add a sentence to be more explicit
1317 about when a table header is mandatory.
1318
1319 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
1320
1321 * org.texi (Subscripts and superscripts): Remove reference to
1322 quoted underscores until this mechanism is implemented again.
1323
1324 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
1325 property.
1326
1327 * org.texi (Document title): Subtree export is no longer triggered
1328 by marking one as the region.
1329 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
1330 giving examples isn't very useful: "horizontal rule" is, at least,
1331 as explicit as <hr/>.
1332
1333 * org.texi (HTML doctypes): Reflect keyword removal.
1334 (CSS support): Reflect keyword removal.
1335
1336 * org.texi (@LaTeX{} specific attributes): Document new :float
1337 values.
1338
1339 * org.texi (Export settings): Improve documentation.
1340
1341 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
1342 (Text areas in HTML export): Update text areas.
1343 (HTML Export commands): Update export commands.
1344
1345 * org.texi (Header and sectioning): Add a footnote about the
1346 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
1347
1348 * org.texi (The Export Dispatcher):
1349 Document `org-export-in-background'.
1350
1351 * org.texi (Footnotes): Export back-ends do not use
1352 `org-footnote-normalize' anymore.
1353
1354 * org.texi: Document variable changes.
1355
1356 * org.texi (Export settings): Document p: item in OPTIONS keyword.
1357
1358 * org.texi (Exporting): Massive rewrite of the first sections.
1359 (Selective export): Delete.
1360 (The Export Dispatcher): Rewrite.
1361 (Export options): Rewrite as "Export settings".
1362
1363 * org.texi: Small changes to documentation for embedded LaTeX.
1364
1365 * org.texi (Internal links): Document #+NAME keyword and
1366 cross-referencing during export.
1367
1368 * org.texi (Include files): Remove reference to :prefix1
1369 and :prefix. Give more details for :minlevel.
1370
1371 * org.texi (Macro replacement): Fix macro name.
1372 Update documentation about possible locations and escaping mechanism.
1373
1374 * org.texi (Table of contents): Update documentation.
1375 Document lists of listings and lists of tables. Add documentation for
1376 optional title and #+TOC: keyword.
1377
1378 2013-11-12 Rick Frankel <rick@rickster.com>
1379
1380 * org.texi (results): Add Format section, broken out of Type
1381 section to match code.
1382 (hlines, colnames): Remove incorrect Emacs Lisp exception.
1383 Note that the actual default handling (at least for python and
1384 emacs-lisp) does not seem to match the description.
1385
1386 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
1387
1388 * org.texi (The date/time prompt): Update the documentation to
1389 reflect the new way `org-read-date-get-relative' handles weekdays.
1390
1391 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
1392
1393 * org.texi (Resolving idle time):
1394 Document `org-clock-x11idle-program-name'.
1395
1396 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * ert.texi (Running Tests Interactively): Adapt examle output.
1399 (Tests and Their Environment): Mention skip-unless.
1400
1401 2013-10-23 Glenn Morris <rgm@gnu.org>
1402
1403 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1404 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1405 * widget.texi: Nuke @refill.
1406
1407 * Makefile.in (install-dvi, install-html, install-pdf)
1408 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1409 (uninstall-pdf): Quote entities that might contain whitespace.
1410
1411 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1412
1413 * calc.texi (Data Type Formats): Don't specify the size at
1414 which integers begin to be represented by lists.
1415
1416 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
1417
1418 * cl.texi (Argument Lists): Add indexes for &key and &aux.
1419
1420 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * trampver.texi: Update release number.
1423
1424 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1425
1426 Sync with Tramp 2.2.8.
1427
1428 * tramp.texi (External packages): Use `non-essential'.
1429 * trampver.texi: Update release number.
1430
1431 2013-09-14 Glenn Morris <rgm@gnu.org>
1432
1433 * eshell.texi: Markup fixes.
1434
1435 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1436
1437 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1438 of @kbd{RET}.
1439 (Prefix Matching): Add an index.
1440
1441 2013-09-08 Glenn Morris <rgm@gnu.org>
1442
1443 * emacs-gnutls.texi: Tweak direntry.
1444
1445 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * tramp.texi (Alternative Syntax): Remove chapter.
1448
1449 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1450
1451 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1452 for portability to hosts where /bin/sh has problems.
1453
1454 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 Try to reduce redundancy in doc/misc/Makefile.in.
1457 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1458 (TARGETS): New intermediate variable.
1459 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1460
1461 2013-08-27 Glenn Morris <rgm@gnu.org>
1462
1463 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1464
1465 * efaq.texi: Rename from faq.texi, to match its output files.
1466 * Makefile.in: Update for faq.texi name change.
1467
1468 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1469
1470 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1471
1472 * efaq-w32.texi: Move here from the web-pages repository.
1473 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1474 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1475 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1476 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1477 Add DOCMISC_*_W32 variables.
1478 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1479 (efaq_w32_deps): New variable.
1480 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1481 (efaq-w32.pdf, efaq-w32.html): New rules.
1482 (clean): Remove efaq-w32 products.
1483
1484 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 * texinfo.tex: Update from gnulib.
1487
1488 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1489
1490 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1491 shift_jis from the default value set to mm-coding-system-priorities for
1492 Japanese users.
1493
1494 2013-08-13 Glenn Morris <rgm@gnu.org>
1495
1496 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1497 (Options - Defining Label Environments, Options - Creating Labels)
1498 (Options - Referencing Labels, Options - Creating Citations)
1499 (Options - Index Support, Options - Viewing Cross-References)
1500 (Options - Finding Files, Options - Optimizations)
1501 (Options - Fontification, Options - Misc):
1502 * cc-mode.texi (Sample Init File):
1503 * edt.texi (Init file):
1504 * epa.texi (Encrypting/decrypting gpg files):
1505 * mairix-el.texi (About, Setting up the mairix interface, Using)
1506 (Extending):
1507 Rename nodes to avoid characters that can cause Texinfo problems.
1508
1509 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1510
1511 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1512
1513 2013-08-12 Glenn Morris <rgm@gnu.org>
1514
1515 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1516 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1517 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1518 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1519 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1520 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1521 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1522 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1523 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1524 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1525 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1526 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1527 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1528
1529 * woman.texi (Top): Avoid mailto: in html output.
1530
1531 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1532 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1533 (INSTALL_DATA): New, set by configure.
1534 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1535 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1536 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1537 uninstall-ps, and uninstall-doc.
1538 (.SUFFIXES): Add .ps and .dvi.
1539 (.dvi.ps): New suffix rule.
1540 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1541 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1542 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1543 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1544 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1545 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1546 (ido.html, mairix-el.html, message.html, mh-e.html)
1547 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1548 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1549 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1550 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1551 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1552 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1553 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1554 New rules.
1555 (clean): Remove HTML_TARGETS and PS_TARGETS.
1556
1557 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1558
1559 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1560 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1561 for user options.
1562
1563 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1564
1565 * htmlfontify.texi (Customization): Remove documentation of
1566 `hfy-fast-lock-save'. Minor fixes.
1567
1568 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1569
1570 * ido.texi (Top): Insert node "Working Directories" in menu.
1571 (Working Directories): New node.
1572 (Misc Customization): Add documentation of
1573 `ido-confirm-unique-completion' and some other user options.
1574
1575 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1576
1577 * todo-mode.texi: Update @dircategory.
1578 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1579 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1580 @ref.
1581
1582 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1583
1584 * sc.texi (Introduction): Fix index.
1585 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1586 (Information Keys and the Info Alist, Reference Headers)
1587 (The Built-in Header Rewrite Functions)
1588 (Electric References, Reply Buffer Initialization)
1589 (Filling Cited Text, Selecting an Attribution)
1590 (Attribution Preferences)
1591 (Anonymous Attributions, Author Names)
1592 (Using Regi, Post-yank Formatting Commands)
1593 (Citing Commands, Insertion Commands)
1594 (Mail Field Commands)
1595 (Hints to MUA Authors, Thanks and History): Change from one space
1596 between sentences to two.
1597 (What Supercite Does): Typo fix.
1598
1599 * newsticker.texi (Usage): Use @key for RET.
1600
1601 * cl.texi (Argument Lists, For Clauses)
1602 (Macros): Add indexes.
1603
1604 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1605
1606 * cl.texi (Blocks and Exits): Add an index.
1607
1608 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1609
1610 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1611 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1612 (todo-mode.dvi, todo-mode.pdf): New rules.
1613
1614 * todo-mode.texi: New file.
1615
1616 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1617
1618 * gnus.texi (Basic Usage): Mention that warp means jump here.
1619 (The notmuch Engine): Mention notmuch.
1620
1621 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1622
1623 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1624 `gnus-subthread-sort-functions' and remove the obsolete documentation
1625 of `gnus-sort-threads-recursively'.
1626
1627 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1628
1629 * texinfo.tex: Update to 2012-07-29.17 version.
1630
1631 2013-07-29 David Engster <deng@randomsample.de>
1632
1633 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1634 implementation.
1635 (Introduction): Add further missing features.
1636 (Building Classes): Add introductory paragraph.
1637 (Wish List): Add metaclasses and EQL specialization.
1638
1639 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * tramp.texi (Frequently Asked Questions):
1642 Mention `tramp-use-ssh-controlmaster-options'.
1643
1644 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1645
1646 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1647 `gnus-sort-threads-recursively'.
1648
1649 2013-07-25 Glenn Morris <rgm@gnu.org>
1650
1651 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1652 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1653
1654 * erc.texi (Special Features): Update contact information.
1655 (History): Avoid using @email.
1656
1657 * eshell.texi (Bugs and ideas): Minor updates.
1658
1659 * faq.texi (Reporting bugs, Origin of the term Emacs)
1660 (Setting up a customization file)
1661 (Using an already running Emacs process, Turning off beeping)
1662 (Packages that do not come with Emacs)
1663 (Replying to the sender of a message): Avoid using @email.
1664
1665 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1666
1667 * reftex.texi (Imprint): Avoid using @email.
1668
1669 * ses.texi (Top): Update bug reporting instructions.
1670 (Acknowledgments): Avoid using @email.
1671
1672 * woman.texi (Introduction, Background): Remove outdated information.
1673 (Bugs, Acknowledgments): Avoid using @email.
1674
1675 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1676
1677 * ido.texi: New file.
1678
1679 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1680
1681 * gnus.texi (Customizing Articles): Document function predicates.
1682
1683 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1684
1685 * gnus.texi (lines): Correct description of
1686 `gnus-registry-track-extra's default value.
1687 Mention `gnus-registry-remove-extra-data'.
1688
1689 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1690
1691 * gnus.texi (Group Parameters): Mention regexp
1692 substitutions (bug#11688).
1693
1694 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1695
1696 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1697
1698 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1699
1700 * gnus.texi (Emacsen): Fix version.
1701
1702 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1703
1704 2013-07-06 Glenn Morris <rgm@gnu.org>
1705
1706 * mh-e.texi: Fix external links.
1707 (Using This Manual): Printed elisp manuals no longer available.
1708
1709 * newsticker.texi (Overview): Update URL.
1710
1711 * nxml-mode.texi (Introduction): Update URL.
1712
1713 * org.texi (JavaScript support): Fix URL.
1714
1715 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1716
1717 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1718
1719 * dbus.texi (Introspection): Update URL to a less defunct one.
1720
1721 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1722 (Foreign Groups): Use @indicateurl for examples.
1723 (Direct Functions): Remove defunct URL.
1724 (RSS): Update URL.
1725
1726 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1727 (FAQ 7-1): Update URL.
1728
1729 * pgg.texi (Top, Overview): Add note about obsolescence.
1730
1731 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1732
1733 * texinfo.tex: Merge from gnulib.
1734
1735 2013-07-03 Glenn Morris <rgm@gnu.org>
1736
1737 * bovine.texi (top):
1738 * cc-mode.texi (AWK Mode Font Locking):
1739 * mh-e.texi (Preface):
1740 * url.texi (URI Parsing): Fix cross-references to other manuals.
1741
1742 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * gnus.texi (Client-Side IMAP Splitting):
1745 Note that `nnimap-inbox' now can be a list.
1746
1747 2013-06-24 Glenn Morris <rgm@gnu.org>
1748
1749 * eshell.texi: Fix cross-references to other manuals.
1750
1751 2013-06-23 Glenn Morris <rgm@gnu.org>
1752
1753 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1754 Remove; not needed now we use a standard html layout for the faq.
1755 (clean): Remove HTML_TARGETS, emacs-faq.text.
1756
1757 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1758
1759 * flymake.texi (Parsing the output, Customizable variables):
1760 Add reference to `flymake-warning-predicate'.
1761
1762 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * tramp.texi (Top, Configuration): Insert section `Predefined
1765 connection information' in menu.
1766 (Predefined connection information): New section.
1767 (Android shell setup): Make a reference to `Predefined connection
1768 information'.
1769
1770 2013-06-19 Glenn Morris <rgm@gnu.org>
1771
1772 * Makefile.in (version): New, set by configure.
1773 (clean): Delete dist tar file.
1774 (infoclean): New, split from maintainer-clean.
1775 (maintainer-clean): Run infoclean.
1776 (dist): New rule, to make tarfile for www.gnu.org.
1777
1778 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1779
1780 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1781 for keys q and Q.
1782 (Standards): Reference RFC5804 as the defining document of the
1783 managesieve protocol.
1784
1785 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1786
1787 * eshell.texi (Input/Output): Expand to cover new visual-command
1788 options, eshell-visual-subcommands and eshell-visual-options.
1789 Divide into separate Visual Commands and Redirection sections.
1790
1791 2013-06-10 Glenn Morris <rgm@gnu.org>
1792
1793 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1794
1795 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1796
1797 * gnus.texi (Article Date):
1798 Fix description of gnus-article-update-date-headers.
1799
1800 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1801
1802 * erc.texi (Special Features): ERC is being maintained within
1803 Emacs now.
1804
1805 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1806
1807 * flymake.texi: Change from one space between sentences to two.
1808
1809 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1812 (bug#14293).
1813
1814 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1815
1816 * tramp.texi (Frequently Asked Questions): Precise, how to define
1817 an own ControlPath.
1818
1819 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * tramp.texi (Frequently Asked Questions): New item for
1822 ControlPath settings.
1823
1824 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1825
1826 * calc.texi (Basic Operations on Units): Streamline some
1827 descriptions.
1828
1829 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1830
1831 * eshell.texi (Built-ins): Update manual to mention tramp module.
1832
1833 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * tramp.texi (Filename Syntax): Host names are not allowed to be
1836 any method name, unless method name is specified explicitly.
1837 Remove restriction on unibyte filenames.
1838
1839 * trampver.texi: Update release number.
1840
1841 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1842
1843 doc: convert some TeX accents to UTF-8
1844 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1845 '@"{@dotless{i}}'.
1846
1847 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1848
1849 Sync with Tramp 2.2.7.
1850
1851 * trampver.texi: Update release number.
1852
1853 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1854
1855 * calc.texi (Basic Operations on Units): Streamline some
1856 descriptions.
1857
1858 2013-03-08 Glenn Morris <rgm@gnu.org>
1859
1860 * faq.texi (Top): Don't say this was updated @today.
1861 That's irrelevant and leads to spurious diffs.
1862
1863 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1864
1865 * calc.texi (Basic Operations on Units):
1866 Fix cross-reference.
1867
1868 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1869
1870 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1871
1872 2013-03-06 Alan Mackenzie <acm@muc.de>
1873
1874 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1875 calling a line-up function.
1876
1877 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1880 * ses.texi: Switch from Latin-1 to UTF-8.
1881
1882 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1883
1884 * tramp.texi (External methods): Tramp does not connect Android
1885 devices by itself.
1886
1887 2013-03-02 Bill Wohler <wohler@newt.com>
1888
1889 Release MH-E manual version 8.5.
1890
1891 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1892 release 8.5.
1893
1894 * mh-e.texi (Preface, Conventions, Getting Started)
1895 (Using This Manual, Folder Selection, Viewing, Aliases)
1896 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1897 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1898 Update URLs.
1899
1900 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1903 and "plink2" entries. "plink2" is obsolete for a long time.
1904 (External methods): Remove "scp1" and "scp2" entries.
1905 Explain user name and host name specification for "adb".
1906
1907 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1908
1909 * tramp.texi (External methods): Mention `tramp-adb-program'.
1910
1911 2013-02-28 Bastien Guerry <bzg@gnu.org>
1912
1913 * org.texi (Visibility cycling): Suggest to set
1914 `org-agenda-inhibit-startup' to nil if user wants the startup
1915 visibility settings to be honored in any circumstances.
1916 (Progress logging, Checkboxes): Fix typos.
1917
1918 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1919
1920 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1921 the macros, for Texinfo 4.13 and 5.0.
1922
1923 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1924
1925 Port Tramp documentation to Texinfo 5.0.
1926 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1927 (Filename Syntax): Do not use @trampfn{} in @item.
1928 (Filename completion): Use @columnfractions in @multitable.
1929
1930 2013-02-22 Glenn Morris <rgm@gnu.org>
1931
1932 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1933
1934 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1935
1936 * Makefile.in (html): New rule.
1937
1938 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1939
1940 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1941 Volpiatto <thierry.volpiatto@gmail.com>.
1942
1943 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1944
1945 * tramp.texi (Top, Configuration): Insert section `Android shell
1946 setup' in menu.
1947 (Android shell setup): New section.
1948 (Connection types, Default Method)
1949 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1950 (External methods): Remove "scpc" and "rsyncc" entries.
1951 (Frequently Asked Questions): Remove entry about ControlPersist.
1952
1953 2013-02-13 Glenn Morris <rgm@gnu.org>
1954
1955 * message.texi (News Headers): Don't mention yow any more.
1956
1957 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1958
1959 * calc.texi (Basic Operations on Units, Customizing Calc):
1960 Mention the variable `calc-allow-units-as-numbers'.
1961
1962 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1963
1964 * eshell.texi: Fill most of the missing sections.
1965
1966 2013-02-07 Bastien Guerry <bzg@gnu.org>
1967
1968 * org.texi (References): Clarify an example.
1969 (Installation): Fix instructions.
1970 (Org-Plot): Fix link.
1971 (Checkboxes, Radio lists): Fix typos.
1972
1973 2013-02-07 Glenn Morris <rgm@gnu.org>
1974
1975 * cl.texi (Equality Predicates): Mention memql.
1976
1977 2013-02-07 Eric Ludlam <zappo@gnu.org>
1978
1979 * ede.texi (Creating a project): Make ede-new doc less
1980 specific, and only about items it supports, indicating that there
1981 might be more. Remove refs to simple project and direct automake
1982 from ede new.
1983 (Simple projects): Re-write to not talk about ede-simple-project
1984 which is deprecated, and instead use the term to mean projects
1985 that don't do much management, just project wrapping.
1986 Add ede-generic-project link.
1987 (ede-generic-project): New node (bug#11441).
1988
1989 2013-02-07 Glenn Morris <rgm@gnu.org>
1990
1991 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1992
1993 2013-02-01 Glenn Morris <rgm@gnu.org>
1994
1995 * calc.texi (Help Commands): Update calc-view-news description.
1996 Mention etc/CALC-NEWS.
1997
1998 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
2001
2002 2013-01-13 Bastien Guerry <bzg@gnu.org>
2003
2004 * org.texi (Installation): Simplify.
2005
2006 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
2007
2008 * org.texi (Handling links): Update the mention to the obsolete
2009 variable `org-link-to-org-use-id' with a mention to the newer
2010 variable `org-id-link-to-org-use-id'. Mention the need to load
2011 the org-id library.
2012
2013 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
2016
2017 2013-01-09 Bastien Guerry <bzg@gnu.org>
2018
2019 * org.texi (Pushing to MobileOrg): Add footnote about using
2020 symbolic links in `org-directory'.
2021 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
2022 of the now obsolete alias `org-float'.
2023 (TODO basics): Add `org-use-fast-todo-selection' to the variable
2024 index. Fix description of TODO keywords cycling.
2025 (Advanced features): Add missing argument for @item.
2026 (Storing searches): Add index entries and a note about
2027 *-tree agenda views.
2028 (Structure editing): Document `org-mark-element' and
2029 `org-mark-subtree'.
2030 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
2031
2032 2013-01-08 Juri Linkov <juri@jurta.org>
2033
2034 * info.texi (Go to node): Mention the abbreviated format
2035 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
2036
2037 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
2038
2039 * autotype.texi: Remove undefined command @subtitlefont.
2040 * cc-mode.texi: Likewise.
2041
2042 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
2043 @item argument.
2044 (Property searches): Use \\ instead of @backslashchar{}.
2045 * pgg.texi (VERSION): Move @set below @setfilename.
2046
2047 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
2048
2049 * ada-mode.texi: Remove braces from @title argument.
2050 * eudc.texi: Likewise.
2051 * smtpmail.texi: Likewise.
2052 * auth.texi (VERSION): Set before first use.
2053 * emacs-gnutls.texi (VERSION): Likewise.
2054 * pgg.texi (VERSION): Likewise.
2055 * ede.texi (Top): Rename from top, all uses changed.
2056 * eshell.texi: Add missing argument to @sp.
2057 * forms.texi (Top): Reorder menu to match structure.
2058 * htmlfontify.texi (Customization): Add missing @item in
2059 @enumerate.
2060 * org.texi (Advanced features): Add missing argument for @item.
2061 (Property searches): Use @backslashchar{} in macro argument.
2062 * pcl-cvs.texi: Add missing argument to @sp.
2063 (Movement commands): Fix use of @itemx.
2064 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
2065 * reftex.texi (Options (Creating Citations)): Add missing newline
2066 before @end.
2067 * tramp.texi (Obtaining Tramp): Remove extra dots.
2068 (Configuration): Reorder menu to match structure.
2069 (Remote shell setup): Replace literal NUL character by \0.
2070 * viper.texi (Marking): Add missing argument for @item.
2071
2072 2013-01-04 Glenn Morris <rgm@gnu.org>
2073
2074 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
2075 Add htmlfontify.
2076 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
2077 (htmlfontify.dvi, htmlfontify.pdf): New targets.
2078 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
2079 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
2080
2081 * htmlfontify.texi: Miscellaneous fixes and updates.
2082 Set copyright to FSF, update license to GFDL 1.3+.
2083
2084 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
2085
2086 * htmlfontify.texi: New file.
2087
2088 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
2089
2090 * calc.texi (Free-Form Dates): Expand on the date reading
2091 algorithm.
2092
2093 2012-12-27 Glenn Morris <rgm@gnu.org>
2094
2095 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
2096 Avoid some overfull lines.
2097
2098 * widget.texi (Programming Example): Break some long lines.
2099
2100 * wisent.texi (Wisent Overview): Fix xref.
2101 (Grammar format, Understanding the automaton): Avoid overfill.
2102
2103 * bovine.texi (Optional Lambda Expression): Allow line break.
2104
2105 * auth.texi (Help for users): Break long lines.
2106
2107 * ada-mode.texi (Project file variables):
2108 Reword to reduce underfull hbox.
2109 (No project files, Use GNAT project file):
2110 Use smallexample to make some overfull lines less terrible.
2111
2112 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
2113 Fix cross-references to separate manuals.
2114
2115 * Makefile.in (gfdl): New variable. Use throughout where
2116 appropriate so that targets depend on doclicense.texi.
2117
2118 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2119
2120 * gnus.texi (Customizing the IMAP Connection): Mention the other
2121 authenticators.
2122
2123 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2124
2125 * gnus.texi (Browse Foreign Server):
2126 Document `gnus-browse-delete-group'.
2127
2128 2012-12-22 Glenn Morris <rgm@gnu.org>
2129
2130 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
2131 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
2132 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
2133 * widget.texi, wisent.texi: Nuke hand-written node pointers.
2134
2135 * Makefile.in (gfdl): New variable. Use throughout where
2136 appropriate so that targets depend on doclicense.texi.
2137
2138 2012-12-22 Eli Zaretskii <eliz@gnu.org>
2139
2140 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
2141 doclicense.texi. Remove doclicense.texi from all targets that
2142 mentioned it explicitly.
2143 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
2144 $(emacsdir)/emacsver.texi.
2145 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
2146
2147 2012-12-21 Glenn Morris <rgm@gnu.org>
2148
2149 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
2150 Include emacsver.texi. Nuke hand-written node pointers.
2151 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
2152 Depend on emacsver.texi.
2153
2154 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
2155 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
2156 May as well just include doclicense.texi in everything.
2157
2158 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
2159 which @copying says is included.
2160
2161 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
2162 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
2163 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
2164 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
2165 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
2166 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
2167 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
2168 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
2169 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2170 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
2171 * widget.texi, wisent.texi, woman.texi: Do not mention buying
2172 copies from the FSF, which does not publish these manuals.
2173
2174 * erc.texi: No need to include gpl in this small manual.
2175
2176 * org.texi (copying): Include a copy of the GFDL.
2177 (GNU Free Documentation License): New section.
2178
2179 2012-12-21 Bastien Guerry <bzg@gnu.org>
2180
2181 * org.texi: Fix typos.
2182
2183 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
2184
2185 * calc.texi (ISO 8601): Rename from ISO-8601,
2186 as it's typically spelled without a hyphen.
2187
2188 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2189
2190 * calc.texi (ISO-8601): New section.
2191 (Date Formatting Codes): Mention new codes.
2192 (Standard Date Formats): Mention new formats.
2193
2194 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * tramp.texi (External methods): Move `adb' method here.
2197
2198 2012-12-13 Glenn Morris <rgm@gnu.org>
2199
2200 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
2201
2202 * wisent.texi: Small edits. Set copyright to FSF, update license to
2203 GFDL 1.3+.
2204 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
2205 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
2206 New targets.
2207 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
2208 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
2209
2210 * bovine.texi: Small edits. Set copyright to FSF, update license to
2211 GFDL 1.3+, remove empty index.
2212 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
2213 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
2214 New targets.
2215 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
2216 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
2217
2218 2012-12-13 Eric Ludlam <zappo@gnu.org>
2219 David Ponce <david@dponce.com>
2220 Richard Kim <emacs18@gmail.com>
2221
2222 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
2223
2224 2012-12-13 Glenn Morris <rgm@gnu.org>
2225
2226 * flymake.texi (Customizable variables, Locating the buildfile):
2227 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
2228
2229 * srecode.texi: Small edits. Set copyright to FSF, add explicit
2230 GFDL 1.3+ license, fix up index.
2231 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
2232 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
2233 (srecode.pdf): New targets.
2234 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
2235 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
2236
2237 2012-12-13 Eric Ludlam <zappo@gnu.org>
2238
2239 * srecode.texi: New file, imported from CEDET trunk.
2240
2241 2012-12-13 Bastien Guerry <bzg@gnu.org>
2242
2243 * org.texi (Summary, Code block specific header arguments)
2244 (Code block specific header arguments)
2245 (Header arguments in function calls, var, noweb)
2246 (Results of evaluation, Code evaluation security):
2247 Small reformatting: add a blank line before some example.
2248
2249 * org.texi (System-wide header arguments)
2250 (Header arguments in Org mode properties, Conflicts)
2251 (Dynamic blocks, Using the mapping API):
2252 Fix indentation of Elisp code examples.
2253
2254 * org.texi (Comment lines): Fix description of the comment syntax.
2255
2256 * org.texi (Installation): Mention "make test" in the correct section.
2257
2258 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2259
2260 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2261 These are just minor editorial changes.
2262
2263 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * tramp.texi (History): Mention ADB.
2266 (Inline methods): Add `adb' method.
2267
2268 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
2271 (External methods): Fix typo.
2272
2273 2012-12-03 Glenn Morris <rgm@gnu.org>
2274
2275 * rcirc.texi (Notices): Fix typo.
2276
2277 2012-11-25 Bill Wohler <wohler@newt.com>
2278
2279 Release MH-E manual version 8.4.
2280
2281 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
2282 Update for release 8.4.
2283
2284 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
2285 (Junk): Add mh-whitelist-preserves-sequences-flag,
2286 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
2287 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
2288
2289 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
2290
2291 * mh-e.texi (Procmail): Fix two @ typos.
2292
2293 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 * doclicense.texi, gpl.texi: Update to latest version from FSF.
2296 These are just minor editorial changes.
2297
2298 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
2299
2300 * calc.texi (Date Formatting Codes): Mention the new beginning of
2301 the date numbering system.
2302
2303 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2304
2305 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
2306 (Date Forms): Correct off-by-one error in explanation of
2307 Julian day numbers. Give Gregorian equivalent of its origin.
2308
2309 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2310
2311 * calc.texi (Date Forms): Mention the customizable
2312 Gregorian-Julian switch.
2313 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
2314
2315 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2316
2317 Calc now uses the Gregorian calendar for all dates (Bug#12633).
2318 It also uses January 1, 1 AD as its day number 1.
2319 * calc.texi (Date Forms): Document this.
2320
2321 2012-11-16 Glenn Morris <rgm@gnu.org>
2322
2323 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
2324 (Obsolete Macros): Move example here from Function Bindings.
2325
2326 * erc.texi: Use @code{nil} rather than just "nil".
2327 (Modules): Undocument obsolete "hecomplete".
2328 Add "notifications".
2329 (Connecting): Add brief section on passwords.
2330 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
2331
2332 2012-11-13 Glenn Morris <rgm@gnu.org>
2333
2334 * flymake.texi (Customizable variables)
2335 (Highlighting erroneous lines): Mention flymake-error-bitmap,
2336 flymake-warning-bitmap, and flymake-fringe-indicator-position.
2337
2338 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2339
2340 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
2341 In all file place SES into @acronym{...}.
2342 (Advanced Features): Add key index and function index for
2343 ses-set-header-row. Add description for function
2344 ses-rename-cell. Add description for function
2345 ses-repair-cell-reference-all.
2346 (Ranges in formulas): Add description for ses-range flags.
2347
2348 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2349
2350 * texinfo.tex: Merge from gnulib.
2351
2352 2012-11-10 Chong Yidong <cyd@gnu.org>
2353
2354 * url.texi (Introduction): Move url-configuration-directory to
2355 Customization node.
2356 (Parsed URIs): Split into its own node.
2357 (URI Encoding): New node.
2358 (Defining New URLs): Remove empty chapter.
2359 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
2360 Improve docs for url-queue-*.
2361 (Supported URL Types): Copyedits. Delete empty subnodes.
2362
2363 * url.texi (Introduction): Rename from Getting Started.
2364 Rewrite the introduction.
2365 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
2366
2367 2012-11-10 Glenn Morris <rgm@gnu.org>
2368
2369 * cl.texi (Obsolete Setf Customization):
2370 Revert defsetf example to the more correct let rather than prog1.
2371 Give define-modify-macro, defsetf, and define-setf-method
2372 gv.el replacements.
2373
2374 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
2375 (Setf Extensions): Remove obsolete reference.
2376 (Obsolete Setf Customization):
2377 Move note on lack of setf functions to lispref/variables.texi.
2378 Undocument get-setf-method, since it no longer exists.
2379 Mention simple defsetf replaced by gv-define-simple-setter.
2380
2381 2012-11-03 Glenn Morris <rgm@gnu.org>
2382
2383 * cl.texi: Further general copyedits.
2384 (List Functions): Remove copy-tree, standard elisp for some time.
2385 (Efficiency Concerns): Comment out examples that no longer apply.
2386 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
2387 (Creating Symbols, Random Numbers): De-emphasize internal
2388 variables cl--gensym-counter and cl--random-state. (Bug#12788)
2389 (Naming Conventions, Type Predicates, Macros)
2390 (Predicates on Numbers): No longer mention cl-floatp-safe.
2391
2392 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2393
2394 * gnus.texi (Mail Source Specifiers):
2395 Document :leave keyword used for pop mail source.
2396
2397 2012-11-01 Glenn Morris <rgm@gnu.org>
2398
2399 * cl.texi: General copyedits for style, line-breaks, etc.
2400 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2401 (Macro Bindings, Blocks and Exits):
2402 Acknowledge existence of lexical-binding.
2403 (Iteration): Mainly defer to doc of standard dolist, dotimes.
2404
2405 2012-10-31 Glenn Morris <rgm@gnu.org>
2406
2407 * ert.texi (Introduction, The @code{should} Macro):
2408 Refer to "cl-assert" rather than "assert".
2409
2410 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2411 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2412 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2413 Reword, and add details of flet and labels.
2414 (Modify Macros, Function Bindings): Add some xrefs.
2415
2416 2012-10-30 Glenn Morris <rgm@gnu.org>
2417
2418 * cl.texi (Modify Macros): Update for cl-letf changes.
2419 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
2420 (Setf Extensions): Partially restore note about cl-getf,
2421 mainly moved to lispref/variables.texi.
2422 (Property Lists): Fix cl-getf typos.
2423 (Mapping over Sequences): Mention cl-mapc naming oddity.
2424
2425 2012-10-29 Glenn Morris <rgm@gnu.org>
2426
2427 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
2428 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2429 (Customizing Setf): Move contents to "Obsolete Setf Customization".
2430 (Modify Macros, Multiple Values, Other Clauses):
2431 Remove mentions of obsolete features.
2432 (Obsolete Setf Customization): Don't mention `apply' setf.
2433
2434 2012-10-28 Glenn Morris <rgm@gnu.org>
2435
2436 * cl.texi (Multiple Values, Common Lisp Compatibility):
2437 More namespace updates.
2438 (Obsolete Features): Copyedits.
2439 (Obsolete Lexical Macros, Obsolete Setf Customization):
2440 New subsections.
2441
2442 * cl.texi (Porting Common Lisp, Lexical Bindings):
2443 Add some xrefs to the Elisp manual.
2444
2445 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2446 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2447 (Obsolete Features): New appendix. Move Lexical Bindings here.
2448
2449 2012-10-27 Glenn Morris <rgm@gnu.org>
2450
2451 * cl.texi: Use defmac for macros rather than defspec.
2452 (Efficiency Concerns): Related copyedit.
2453
2454 * cl.texi (Control Structure): Update for setf now being in core.
2455 (Setf Extensions): Rename from Basic Setf. Move much of the
2456 former content to lispref/variables.texi.
2457 (Modify Macros): Move pop, push details to lispref/variables.texi.
2458 (Customizing Setf): Copyedits for setf etc being in core.
2459 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2460 Further namespaces updates.
2461
2462 2012-10-26 Bastien Guerry <bzg@gnu.org>
2463
2464 * org.texi (Installation): Update the link to Org's ELPA.
2465 Also don't mention org-install.el anymore as the replacement file
2466 org-loaddefs.el is now loaded by org.el.
2467
2468 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * tramp.texi (Frequently Asked Questions):
2471 Mention `tramp-completion-reread-directory-timeout' for performance
2472 improvement.
2473
2474 2012-10-25 Glenn Morris <rgm@gnu.org>
2475
2476 * cl.texi: Don't mess with the TeX section number counter.
2477 Use Texinfo recommended convention for quotes+punctuation.
2478 (Overview, Sequence Functions): Rephrase for better line-breaking.
2479 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2480 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2481 (Random Numbers, Mapping over Sequences, Structures)
2482 (Porting Common Lisp): Further updates for cl-lib namespace.
2483 (Modify Macros, Declarations, Macro Bindings, Structures):
2484 Break long lines in examples.
2485 (Dynamic Bindings): Update for changed progv behavior.
2486 (Loop Examples, Efficiency Concerns): Markup fixes.
2487 (Structures): Remove TeX margin change.
2488 (Declarations): Fix typos.
2489
2490 2012-10-24 Glenn Morris <rgm@gnu.org>
2491
2492 * cl.texi (Overview, Multiple Values, Creating Symbols)
2493 (Numerical Functions): Say less/nothing about the original cl.el.
2494 (Old CL Compatibility): Remove.
2495 (Assertions): Remove ignore-errors (standard Elisp for some time).
2496
2497 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2498 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2499 (Efficiency Concerns, Efficiency Concerns)
2500 (Common Lisp Compatibility, Old CL Compatibility):
2501 Further updates for cl-lib namespace.
2502
2503 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2504
2505 Update manual for new time stamp format (Bug#12706).
2506 * emacs-mime.texi (time-date): Update for new format.
2507 Also, fix bogus time stamp and modernize a bit.
2508
2509 2012-10-23 Glenn Morris <rgm@gnu.org>
2510
2511 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2512 than unchanging cl.el version number.
2513 End all menu descriptions with a period.
2514 Do not use @dfn{CL} for every instance of "CL".
2515 (Overview): Remove no-runtime caveat, and note about foo* names.
2516 (Usage): Use cl-lib rather than cl.
2517 (Organization, Naming Conventions): Update for cl-lib.el.
2518 (Installation): Remove long-irrelevant node.
2519 (Program Structure, Predicates, Control Structure):
2520 Start updating for cl-lib namespace.
2521 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2522 Depend on emacsver.texi.
2523
2524 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2525
2526 * trampver.texi: Update release number.
2527
2528 2012-10-06 Glenn Morris <rgm@gnu.org>
2529
2530 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2531 ERC version.
2532 (Introduction): ERC is distributed with Emacs.
2533 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2534 (Getting Started): Simplify.
2535 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2536 (History): Mention ERC maintained as part of Emacs now.
2537 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2538 Add dependency on emacsver.texi.
2539
2540 * erc.texi: Remove hand-written node pointers.
2541
2542 2012-10-05 Glenn Morris <rgm@gnu.org>
2543
2544 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2545 Copyedits.
2546
2547 2012-10-01 Eric Ludlam <zappo@gnu.org>
2548
2549 * ede.texi (Quick Start, Project Local Variables)
2550 (Miscellaneous commands, ede-java-root, Development Overview)
2551 (Detecting a Project): New nodes.
2552 (Simple projects): Node deleted.
2553
2554 * eieio.texi (Building Classes): Some slot attributes cannot be
2555 overridden.
2556 (Slot Options): Remove an example.
2557 (Method Invocation, Documentation): New nodes.
2558
2559 2012-10-01 Glenn Morris <rgm@gnu.org>
2560
2561 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2562 (reftex.pdf): Add dependency on emacsver.texi.
2563 * reftex.texi: Don't include directory part for emacsver.texi;
2564 the Makefile's -I handles it.
2565
2566 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2567
2568 Merge from standalone RefTeX repository.
2569
2570 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2571 with macros.
2572 (Imprint): Mention Wolfgang in list of contributors.
2573 (Creating Citations): Give a hint about how to
2574 auto-revert the BibTeX database file when using external editors.
2575 (Referencing Labels): Simplify section about reference macro
2576 cycling.
2577 (Options (Referencing Labels)): Adapt to new structure of
2578 `reftex-ref-style-alist'.
2579 (Referencing Labels, Reference Styles): Document changes in the
2580 referencing functionality.
2581 (Commands): Mention options for definition of header and footer in
2582 BibTeX files.
2583 (Options (Creating Citations)): Document
2584 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2585 (Reference Styles): New section.
2586 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2587 (Options (Referencing Labels)): Remove descriptions of deprecated
2588 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2589 Add descriptions for `reftex-ref-style-alist' and
2590 `reftex-ref-style-default-list'.
2591 (Referencing Labels): Update regarding reference styles.
2592 (Citation Styles): Mention support for ConTeXt.
2593 (Options (Defining Label Environments)): Fix typo.
2594 (Options (Creating Citations)):
2595 Document `reftex-cite-key-separator'.
2596
2597 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2598
2599 * org.texi: Add description of ORG_ADD_CONTRIB to info
2600 documentation. Add link to Worg for more details.
2601
2602 * org.texi: Clarify installation procedure. Provide link to the
2603 build system description on Worg.
2604
2605 * org.texi: Remove reference to utils/, x11idle.c is now in
2606 contrib/scripts.
2607
2608 * org.texi: Re-normalize to "Org mode" in manual.
2609
2610 * org.texi (Installation): Adapt documentation to new build
2611 system. Mention GNU ELPA (since it needs to be handled like Emacs
2612 built-in Org).
2613
2614 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2615
2616 * org.texi: Fix typo in description of the 'Hooks' section.
2617
2618 * org.texi: Add ID to the list of special properties.
2619
2620 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2621
2622 * org.texi (Moving subtrees): Document the ability to archive to a
2623 datetree.
2624
2625 2012-09-30 Bastien Guerry <bzg@gnu.org>
2626
2627 * org.texi (Installation, Feedback, Batch execution):
2628 Use (add-to-list 'load-path ... t) for the contrib dir.
2629
2630 * org.texi (results): Update documentation for ":results drawer"
2631 and ":results org".
2632
2633 * org.texi (Column width and alignment): Fix typo.
2634
2635 * org.texi (Activation): Point to the "Conflicts" section.
2636
2637 * org.texi (Conflicts): Mention filladapt.el in the list of
2638 conflicting packages.
2639
2640 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2641 not needed for versions of Emacs > 22.1.
2642
2643 * org.texi (History and Acknowledgments): Fix typo.
2644
2645 * org.texi (History and Acknowledgments): Add my own
2646 acknowledgments.
2647
2648 * org.texi (Agenda commands): Document the new command and the new
2649 option.
2650
2651 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2652 (Agenda commands): Reorder. Document `*' to toggle persistent
2653 marks.
2654
2655 * org.texi (Agenda dispatcher):
2656 Mention `org-toggle-agenda-sticky'.
2657 (Agenda commands, Exporting Agenda Views): Fix typo.
2658
2659 * org.texi (Templates in contexts, Setting Options): Update to
2660 reflect changes in how contexts options are processed.
2661
2662 * org.texi (Templates in contexts): Document the new structure of
2663 the variables `org-agenda-custom-commands-contexts' and
2664 `org-capture-templates-contexts'.
2665
2666 * org.texi (Templates in contexts): Document the new option
2667 `org-capture-templates-contexts'.
2668 (Storing searches): Document the new option
2669 `org-agenda-custom-commands-contexts'.
2670
2671 * org.texi (Formula syntax for Lisp): Reformat.
2672
2673 * org.texi (Special properties, Column attributes)
2674 (Agenda column view): Document the new special property
2675 CLOCKSUM_T.
2676
2677 * org.texi (Template expansion): Document the new %l template.
2678
2679 * org.texi (Fast access to TODO states): Fix documentation about
2680 allowed characters for fast todo selection.
2681
2682 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2683 use in `org-agenda-to-appt'.
2684
2685 * org.texi (Comment lines): Update wrt comments.
2686
2687 * org.texi (Resolving idle time): Document new keybinding.
2688
2689 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2690 on clock timestamps.
2691
2692 * org.texi (Fast access to TODO states): Explicitly says only
2693 letters are supported as fast TODO selection keys.
2694
2695 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2696 specifier. Document the new "%(my-function)" specifier.
2697
2698 * org.texi (Clocking commands): New cindex.
2699 (Clocking commands): Update documentation for `org-clock-in'.
2700 Document `org-clock-in-last'. Mention `org-clock-out' and
2701 `org-clock-in-last' as commands that can be globally bound.
2702 (Resolving idle time): Document continuous clocking.
2703
2704 * org.texi (Top, Introduction): Fix formatting.
2705 (Activation): Add index entries.
2706 (Conventions): Update section.
2707 (Embedded @LaTeX{}): Fix formatting.
2708
2709 * org.texi (Visibility cycling): Document `show-children'.
2710
2711 * org.texi (Using capture): Mention the `org-capture-last-stored'
2712 bookmark as a way to jump to the last stored capture.
2713
2714 * org.texi (Uploading files): Fix typo.
2715
2716 * org.texi (Using capture): Document `C-0' as a prefix argument
2717 for `org-capture'.
2718
2719 * org.texi (Agenda commands): Document persistent marks.
2720
2721 * org.texi (Template expansion): Update doc to reflect change.
2722
2723 * org.texi (Radio tables): Document the :no-escape parameter.
2724
2725 * org.texi (Repeated tasks): Document repeat cookies for years,
2726 months, weeks, days and hours.
2727
2728 * org.texi (Export options): State that you can use the d: option
2729 by specifying a list of drawers.
2730
2731 * org.texi (HTML preamble and postamble): Small doc improvement.
2732
2733 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2734
2735 * org.texi: The sections in the Exporting section of the manual
2736 left out articles in the description of the org-export-as-*
2737 commands, among other places. This patch adds them, adds a few
2738 missing prepositions, and switches instances of "an HTML" to "a
2739 html" for internal consistency.
2740
2741 * org.texi: Alter several examples of headings with timestamps in
2742 them to include the timestamps in the body instead of the heading.
2743
2744 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2745
2746 * org.texi (Agenda dispatcher): Document sticky agenda views and
2747 the new key for them.
2748
2749 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2750
2751 * org.texi (Advanced features): Fix error in table.
2752
2753 2012-09-30 Feng Shu <tumashu@gmail.com>
2754
2755 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2756 alternative to dvipng.
2757
2758 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2759
2760 * org.texi: Remove extra curly bracket.
2761
2762 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2763
2764 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2765 defkeys.
2766
2767 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2768
2769 * org.texi (Agenda commands): Fix two typos by giving
2770 corresponding function names, according to
2771 `org-agenda-view-mode-dispatch'.
2772
2773 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2774
2775 * org.texi (The spreadsheet): Fix typo.
2776
2777 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2778
2779 * org.texi (Tracking your habits): Point to the "Tracking TODO
2780 state changes" section.
2781
2782 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2783
2784 * org.texi (Literal examples): Remove reference to unknown
2785 `org-export-latex-minted' variable. Also simplify footnote since
2786 `org-export-latex-listings' documentation is exhaustive already.
2787
2788 * org.texi (Plain lists): Remove reference to now hard-coded
2789 `bullet' automatic rule.
2790
2791 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2792
2793 * org.texi: Updated documentation accordingly.
2794
2795 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2796
2797 * texinfo.tex: Merge from gnulib.
2798
2799 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2800
2801 Sync with Tramp 2.2.6.
2802
2803 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2804
2805 * trampver.texi: Update release number.
2806
2807 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 * texinfo.tex: Merge from gnulib.
2810
2811 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2812
2813 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2814 (bug#12096).
2815
2816 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2817
2818 * calc.texi (Simplification modes, Conversions)
2819 (Operating on Selections): Mention "basic" simplification.
2820 (The Calc Mode Line): Mention the mode line display for Basic
2821 simplification mode.
2822 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2823 simplifications.
2824 (Basic Simplifications): Rename from "Limited Simplifications"
2825 Replace "limited" by "basic" throughout.
2826 (Algebraic Simplifications): Indicate that the algebraic
2827 simplifications are done by default.
2828 (Unsafe Simplifications): Mention `m E'.
2829 (Simplification of Units): Mention `m U'.
2830 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2831 (Kinds of Declarations, Functions for Declarations):
2832 Mention "algebraic simplifications" instead of `a s'.
2833 (Algebraic Entry): Remove mention of default simplifications.
2834
2835 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2836
2837 * calc.texi (Getting Started, Tutorial): Change simulated
2838 Calc output to match actual output.
2839 (Simplifying Formulas): Mention that algebraic simplification is now
2840 the default.
2841
2842 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2843
2844 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2845 (Bug#12073)
2846
2847 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 Prefer typical American spelling for "acknowledgment".
2850 * calc.texi (History and Acknowledgments): Rename from
2851 History and Acknowledgements.
2852 * idlwave.texi (Acknowledgments):
2853 * ses.texi (Acknowledgments):
2854 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2855
2856 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2857
2858 Rename configure.in to configure.ac (Bug#11603).
2859 * ede.texi (Compiler and Linker objects, ede-proj-project)
2860 (ede-step-project): Prefer the name configure.ac to configure.in.
2861
2862 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * tramp.texi (Multi-hops):
2865 Introduce `tramp-restricted-shell-hosts-alist'.
2866
2867 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2868
2869 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2870 methods, so don't mention smtpmail here.
2871
2872 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2873
2874 * gnus.texi (Picons): Document gnus-picon-properties.
2875
2876 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2877
2878 * gnus.texi: Remove mention of compilation, as that's no longer
2879 supported.
2880
2881 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2882
2883 * gnus.texi (Archived Messages): Mention
2884 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2885
2886 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2887
2888 * gnus.texi (Various Summary Stuff):
2889 Remove mention of `gnus-propagate-marks'.
2890
2891 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2892
2893 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2894 which no longer exist.
2895
2896 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * gnus.texi (Archived Messages):
2899 Document gnus-gcc-self-resent-messages.
2900
2901 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2902
2903 * message.texi (Mail Variables):
2904 Mention the optional user parameter for X-Message-SMTP-Method.
2905
2906 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2907
2908 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2909
2910 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2911
2912 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2913
2914 * gnus.texi (Key Index): Change encoding to utf-8.
2915
2916 2012-06-21 Glenn Morris <rgm@gnu.org>
2917
2918 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2919
2920 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus.texi (Group Timestamp): Mention where to find documentation for
2923 the `gnus-tmp-' variables (bug#11601).
2924
2925 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2926
2927 Sync with Tramp 2.2.6-pre.
2928
2929 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2930 where appropriate.
2931 (Ad-hoc multi-hops): New section.
2932 (Remote processes): New subsection "Running remote processes on
2933 Windows hosts".
2934 (History): Add remote commands on Windows, and ad-hoc multi-hop
2935 methods.
2936 (External methods): "ControlPersist" must be set to "no" for the
2937 `scpc' method.
2938 (Remote processes): Add a note about `auto-revert-tail-mode'.
2939 (Frequently Asked Questions): Use "scpx" in combination with
2940 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2941
2942 * trampver.texi: Update release number.
2943
2944 2012-06-10 Chong Yidong <cyd@gnu.org>
2945
2946 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2947 compilation for html-mono.
2948
2949 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2950
2951 * texinfo.tex: Merge from gnulib.
2952
2953 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2954
2955 * Makefile.in (echo-info): Don't try to install info files named
2956 just ".info".
2957
2958 2012-05-28 Glenn Morris <rgm@gnu.org>
2959
2960 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2961
2962 * sc.texi: Nuke hand-written node pointers.
2963 Fix top-level menu to match actual node order.
2964
2965 2012-05-27 Glenn Morris <rgm@gnu.org>
2966
2967 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2968 Some associated fixes, including not messing with chapno in cl.texi.
2969
2970 2012-05-27 Bastien Guerry <bzg@gnu.org>
2971
2972 * org.texi (Durations and time values): Fix typo.
2973
2974 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 * texinfo.tex: Update from gnulib.
2977
2978 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2979
2980 * calc.texi (Basic Operations on Units, Customizing Calc):
2981 Mention `calc-ensure-consistent-units'.
2982
2983 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2984
2985 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2986 reference commands. (Bug#11461)
2987
2988 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2989
2990 2012-05-12 Glenn Morris <rgm@gnu.org>
2991
2992 * Makefile.in (mostlyclean): Add more TeX intermediates.
2993
2994 * Makefile.in: Make it look more like the other doc Makefiles.
2995 Use explicit $srcdir in all dependencies.
2996 Remove cd $srcdir from rules.
2997 (VPATH): Remove.
2998 (infodir): Set to an absolute path.
2999 (INFO_TARGETS): Use short names.
3000 (mkinfodir): infodir is now absolute.
3001 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
3002
3003 * Makefile.in (info.info): Rename from info, to avoid duplication.
3004 (.SUFFIXES): Disable implicit rules.
3005
3006 * Makefile.in (MKDIR_P): New, set by configure.
3007 (mkinfodir): Use $MKDIR_P.
3008
3009 2012-05-07 Glenn Morris <rgm@gnu.org>
3010
3011 * forms.texi (Long Example): Update for changed location of files.
3012
3013 2012-05-04 Glenn Morris <rgm@gnu.org>
3014
3015 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
3016 (INFO_TARGETS): Use $INFO_EXT.
3017 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
3018 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
3019 (INFO_TARGETS): Use $INFO_EXT.
3020 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
3021
3022 2012-05-02 Glenn Morris <rgm@gnu.org>
3023
3024 * Makefile.in (echo-info): New phony target, used by top-level.
3025
3026 * viper.texi: Make direntry shorter (also it is no longer "newest").
3027
3028 * emacs-gnutls.texi, ert.texi, org.texi:
3029 Fix dircategory, direntry to match info/dir.
3030
3031 * faq.texi: Convert @inforefs to @xrefs.
3032 Fix some malformed cross-references.
3033 (File-name conventions): Shorten section name to avoid overfull line.
3034 (How to add fonts): Use smallexample to avoid overfull lines.
3035
3036 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
3037
3038 * auth.texi (Help for users): Update for .gpg file being second.
3039
3040 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
3041
3042 * org.texi (Agenda commands): Fix two typos: give corresponding
3043 function names, according to `org-agenda-view-mode-dispatch'.
3044
3045 2012-04-27 Glenn Morris <rgm@gnu.org>
3046
3047 * faq.texi (Major packages and programs): Remove section.
3048 There is no point listing 6 packages (cf etc/MORE.STUFF).
3049 (Finding Emacs and related packages): Move "Spell-checkers" here.
3050
3051 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * dbus.texi (Version): New node.
3054 (Properties and Annotations): Mention the object manager
3055 interface. Describe dbus-get-all-managed-objects.
3056 (Type Conversion): Floating point numbers are allowed, if an
3057 anteger does not fit Emacs's integer range.
3058 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
3059 (Asynchronous Methods): Fix description of
3060 dbus-call-method-asynchronously.
3061 (Receiving Method Calls): Fix some minor errors.
3062 Add dbus-interface-emacs.
3063 (Signals): Describe unicast signals and the new match rules.
3064 (Alternative Buses): Add the PRIVATE optional argument to
3065 dbus-init-bus. Describe its new return value. Add dbus-setenv.
3066
3067 2012-04-20 Glenn Morris <rgm@gnu.org>
3068
3069 * faq.texi (New in Emacs 24): New section.
3070 (Packages that do not come with Emacs): Mention M-x list-packages.
3071
3072 2012-04-14 Alan Mackenzie <acm@muc.de>
3073
3074 * cc-mode.texi (c-offsets-alist): Correct a typo.
3075
3076 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
3077
3078 * org.texi (Deadlines and scheduling): Fix the example: the
3079 DEADLINE item should come right after the headline. We enforce
3080 this convention, so it is a bug not to illustrate it correctly in
3081 the manual.
3082
3083 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
3084
3085 * org.texi (Agenda commands): Fix documentation bug by swapping
3086 the equivalent keybindings to `org-agenda-next-line' with the ones
3087 to `org-agenda-previous-line'.
3088
3089 2012-04-14 Glenn Morris <rgm@gnu.org>
3090
3091 * Makefile.in: Replace non-portable use of $< in ordinary rules.
3092
3093 2012-04-09 Eli Zaretskii <eliz@gnu.org>
3094
3095 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
3096 Add emacs-gnutls.
3097 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
3098
3099 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3100
3101 * Makefile.in: Add emacs-gnutls.texi to build.
3102
3103 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
3104
3105 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3106
3107 * auth.texi (Secret Service API): Edit further and give examples.
3108 (Secret Service API): Adjust @samp to @code for collection names.
3109
3110 2012-04-04 Glenn Morris <rgm@gnu.org>
3111
3112 * auth.texi (Secret Service API): Copyedits.
3113 (Help for developers): Fill in some missing function doc-strings.
3114 (Help for users, Help for developers)
3115 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
3116
3117 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * auth.texi (Secret Service API): Add the missing text.
3120
3121 2012-04-04 Chong Yidong <cyd@gnu.org>
3122
3123 * message.texi (Using PGP/MIME): Note that epg is now the default.
3124
3125 * gnus.texi: Reduce references to obsolete pgg library.
3126 (Security): Note that epg is now the default.
3127
3128 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
3129
3130 * nxml-mode.texi (Completion): C-RET is no longer bound to
3131 nxml-complete.
3132
3133 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3134
3135 * org.texi (Customizing tables in ODT export): Correct few errors.
3136
3137 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3138
3139 * org.texi (Links in ODT export): Update.
3140 (Labels and captions in ODT export): New node.
3141
3142 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3143
3144 * org.texi (Literal examples in ODT export): htmlfontify.el in
3145 Emacs-24.1 now supports fontification. So ODT source blocks will
3146 be fontified by default.
3147
3148 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
3149
3150 * org.texi (Refiling notes): Remove duplicated keybinding.
3151
3152 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3153
3154 * org.texi (noweb): Documentation of this new option to the :noweb
3155 header argument.
3156
3157 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
3158
3159 * org.texi (Header and sectioning): Add example demonstrating how
3160 to use "LaTeX_CLASS_OPTIONS".
3161
3162 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3163
3164 * org.texi (Noweb reference syntax): Describe the ability to
3165 execute noweb references in the manual.
3166
3167 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3168
3169 * org.texi (cache): Improve cache documentation when session
3170 evaluation is used.
3171
3172 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3173
3174 * org.texi (Plain lists): Document removal.
3175
3176 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
3177
3178 * org.texi: Decapitalize file name in references to Calc manual.
3179
3180 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3181
3182 * org.texi (Plain lists): Document removal.
3183
3184 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3185
3186 * org.texi (Top, OpenDocument Text export)
3187 (ODT export commands, Extending ODT export)
3188 (Images in ODT export, Tables in ODT export)
3189 (Configuring a document converter): Add or Update.
3190
3191 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
3192
3193 * org.texi (MobileOrg): Change the wording to reflect that the
3194 Android Version is no longer just the little brother of the iOS
3195 version.
3196
3197 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3198
3199 * org.texi (Key bindings and useful functions): Update babel key
3200 binding documentation in manual.
3201
3202 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3203
3204 * org.texi (noweb): Document new noweb header value.
3205
3206 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3207
3208 * org.texi (noweb-sep): Document new header argument.
3209
3210 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3211
3212 * org.texi (noweb-ref): Documentation of this new custom variable.
3213
3214 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3215
3216 * org.texi (wrap): Update the new :wrap documentation to match the
3217 current implementation.
3218
3219 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
3220
3221 * org.texi: Added documentation for :wrap.
3222
3223 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
3224
3225 * org.texi: #+RESULTS now user-configurable.
3226
3227 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
3228
3229 * org.texi: Documented :noweb no-export.
3230
3231 2012-04-01 Thomas Dye <dk@poto.local>
3232
3233 * org.texi: Edit :noweb no header argument for correctness.
3234
3235 2012-04-01 Bastien Guerry <bzg@gnu.org>
3236
3237 * org.texi (Customization): Update the approximate number of Org
3238 variables.
3239
3240 2012-04-01 Thomas Dye <dk@poto.local>
3241
3242 * org.texi: The :results wrap produces a drawer instead of a
3243 begin_results block.
3244
3245 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
3246
3247 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
3248 reflect the new default.
3249
3250 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3251
3252 * info.texi (Expert Info): Move the index entry for "Texinfo" from
3253 "Getting Started" to this node. (Bug#10450)
3254
3255 2012-03-10 Chong Yidong <cyd@gnu.org>
3256
3257 * flymake.texi (Example -- Configuring a tool called via make):
3258 Mention the Automake COMPILE variable (Bug#8715).
3259
3260 * info.texi (Getting Started): Add an index entry (Bug#10450).
3261
3262 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * dbus.texi (Signals): Known names will be mapped onto unique
3265 names, when registering for signals.
3266
3267 2012-02-29 Glenn Morris <rgm@gnu.org>
3268
3269 * url.texi: Fix quote usage in body text.
3270
3271 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
3272
3273 * cl.texi: Use @code{} in menus when appropriate.
3274
3275 2012-02-28 Glenn Morris <rgm@gnu.org>
3276
3277 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
3278 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
3279 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
3280 * org.texi, sc.texi, vip.texi, viper.texi:
3281 Standardize possessive apostrophe usage.
3282
3283 2012-02-26 Chong Yidong <cyd@gnu.org>
3284
3285 * ediff.texi (Quick Help Commands): Add a couple of index entries
3286 (Bug#10834).
3287
3288 2012-02-17 Glenn Morris <rgm@gnu.org>
3289
3290 * gnus.texi (Posting Styles):
3291 * remember.texi (Org): Fix cross-refs to other manuals.
3292
3293 2012-02-15 Glenn Morris <rgm@gnu.org>
3294
3295 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
3296 (Encryption): New chapter, split out from previous.
3297
3298 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3299
3300 * gnus.texi (Customizing the IMAP Connection):
3301 Mention nnimap-record-commands.
3302
3303 2012-02-10 Glenn Morris <rgm@gnu.org>
3304
3305 * url.texi (Retrieving URLs): Update url-retrieve arguments.
3306 Mention url-queue-retrieve.
3307
3308 2012-02-09 Glenn Morris <rgm@gnu.org>
3309
3310 * sem-user.texi (Semantic mode user commands): Typo fix.
3311
3312 * info.texi (Create Info buffer): Mention info-display-manual.
3313
3314 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3315
3316 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
3317 example (modified from an example by Michael Albinus).
3318
3319 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3320
3321 * gnus.texi (Agent Basics): Fix outdated description of
3322 `gnus-agent-auto-agentize-methods'.
3323
3324 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
3325
3326 * cc-mode.texi: Always @defindex ss.
3327 (Config Basics): Fix argument of @itemize.
3328 (Macro Backslashes): Add @code around index entry.
3329
3330 2012-01-23 Glenn Morris <rgm@gnu.org>
3331
3332 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
3333
3334 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
3335
3336 * tramp.texi (File): Tweak wording for the `scpc' option.
3337
3338 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * gnus.texi (Group Parameters): Really note precedence.
3341
3342 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * gnus.texi (Group Parameters): Note precedence.
3345
3346 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
3347
3348 * org.texi (Noweb reference syntax): Adding documentation of
3349 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
3350 variable.
3351
3352 2012-01-03 Bastien Guerry <bzg@gnu.org>
3353
3354 * org.texi (Plain lists): Split the table to fix the display
3355 of items.
3356
3357 2012-01-03 Bastien Guerry <bzg@gnu.org>
3358
3359 * org.texi (Plain lists): Fix misplaced explanation.
3360
3361 2012-01-03 Bastien Guerry <bzg@gnu.org>
3362
3363 * org.texi (Plain lists, Agenda files): Add index entries.
3364
3365 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3366
3367 * org.texi: Use "Org mode" instead of alternatives like
3368 "Org-mode" or "org-mode".
3369
3370 2012-01-03 Bernt Hansen <bernt@norang.ca>
3371
3372 * org.texi (Agenda commands):
3373 Document `org-clock-report-include-clocking-task'.
3374
3375 2012-01-03 Bastien Guerry <bzg@gnu.org>
3376
3377 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
3378 C-c' on checkboxes.
3379
3380 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3381
3382 * org.texi: End sentences with two spaces.
3383
3384 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
3385
3386 * org.texi (External links): Document the link types file+sys
3387 and file+emacs, slightly narrow used page width.
3388
3389 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
3390
3391 * org.texi (colnames): Note that colnames behavior may differ
3392 across languages.
3393
3394 2012-01-03 Bastien Guerry <bzg@gnu.org>
3395
3396 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
3397
3398 2012-01-03 Thomas Dye <dk@poto.westell.com>
3399
3400 * org.texi: Augmented discussion of babel property
3401 inheritance. Put footnote outside sentence ending period.
3402
3403 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3404
3405 * org.texi (eval): Documenting the full range of :eval header
3406 argument values.
3407
3408 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3409
3410 * org.texi (eval): Documentation of the new :eval option.
3411
3412 2012-01-03 Thomas Dye <dk@poto.local>
3413
3414 * org.texi: Add accumulated properties.
3415
3416 2012-01-03 Thomas Dye <dk@poto.local>
3417
3418 * org.texi: Documented no spaces in name=assign, another
3419 correction to :var table.
3420
3421 2012-01-03 Thomas Dye <dk@poto.local>
3422
3423 * org.texi: Changed DATA to NAME in Working With Source Code
3424 section.
3425
3426 2012-01-03 Tom Dye <tsd@tsdye.com>
3427
3428 * org.texi: Minor change to :var table.
3429
3430 2012-01-03 Tom Dye <tsd@tsdye.com>
3431
3432 * org.texi: More changes to :var table (some examples were wrong).
3433
3434 2012-01-03 Tom Dye <tsd@tsdye.com>
3435
3436 * org.texi: Cleaned up :var table.
3437
3438 2012-01-03 Bastien Guerry <bzg@gnu.org>
3439
3440 * org.texi (Timestamps, Weekly/daily agenda)
3441 (Weekly/daily agenda): Add @cindex for "appointment".
3442
3443 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3444
3445 * org.texi (Literal examples): A new link to the template for
3446 inserting empty code blocks.
3447 (Structure of code blocks): A new link to the template for
3448 inserting empty code blocks.
3449
3450 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3451
3452 * org.texi (External links): Add footnote on how the behavior
3453 of the text search in Org files are controled by the variable
3454 `org-link-search-must-match-exact-headline'.
3455
3456 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3457
3458 * org.texi (Buffer-wide header arguments):
3459 Update documentation to reflect removal of #+PROPERTIES.
3460
3461 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3462
3463 * org.texi (The clock table): Mention that ACHIVED trees
3464 contribute to the clock table.
3465
3466 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3467
3468 * org.texi (Conflicts): Better yasnippet config info.
3469
3470 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3471
3472 * org.texi (Selective export): Explicitly mention the default
3473 values for `org-export-select-tags',
3474 `org-export-exclude-tags'.
3475
3476 2012-01-03 Tom Dye <tsd@tsdye.com>
3477
3478 * org.texi: Added a line to specify that header arguments are
3479 lowercase.
3480
3481 2012-01-03 Tom Dye <tsd@tsdye.com>
3482
3483 * org.texi: :var requires default value when declared.
3484
3485 2012-01-03 Bastien Guerry <bzg@gnu.org>
3486
3487 * org.texi (Handling links): Add a note about the
3488 `org-link-frame-setup' option.
3489
3490 2012-01-03 David Maus <dmaus@ictsoc.de>
3491
3492 * org.texi (Exporting Agenda Views, Extracting agenda
3493 information): Fix command line syntax, quote symbol parameter
3494 values.
3495
3496 2012-01-03 David Maus <dmaus@ictsoc.de>
3497
3498 * org.texi (Exporting Agenda Views): Fix command line syntax.
3499
3500 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3501
3502 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3503 Use octal notation for file permissions, which are normally
3504 thought of in octal.
3505 (Mail Back End Variables): Use more-plausible modes in example.
3506
3507 2011-12-20 Alan Mackenzie <acm@muc.de>
3508
3509 * cc-mode.texi: Update version string 5.31 -> 5.32.
3510
3511 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3514
3515 2011-11-24 Glenn Morris <rgm@gnu.org>
3516
3517 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3518
3519 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * makefile.w32-in: Update dependencies.
3522
3523 2011-11-20 Glenn Morris <rgm@gnu.org>
3524
3525 * gnus.texi (Group Information):
3526 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3527
3528 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * gnus-coding.texi (Gnus Maintenance Guide):
3531 Rename from "Gnus Maintainance Guide".
3532
3533 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3534 * eieio.texi (Customizing):
3535 * gnus.texi (Article Washing):
3536 * gnus-news.texi:
3537 * sem-user.texi (Smart Jump): Fix typos.
3538
3539 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3542
3543 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * ede.texi (project-am-texinfo):
3546 * gnus.texi (Sending or Not Sending):
3547 * org.texi (Template elements): Fix typos.
3548
3549 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3550
3551 * ediff.texi (Hooks):
3552 * sem-user.texi (Semanticdb Roots): Fix typos.
3553
3554 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * semantic.texi (Tag handling): Fix typo.
3557
3558 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3559
3560 * gnus.texi (Other Gnus Versions): Remove.
3561
3562 2011-10-28 Alan Mackenzie <acm@muc.de>
3563
3564 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3565 (Other Special Indentations): Add an xref to "Macros with ;".
3566 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3567 "Macros with ;".
3568 (Macros with ;): New page.
3569
3570 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3571 Document the new handling of nested scopes for movement by defuns.
3572
3573 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3574
3575 Sync with Tramp 2.2.3.
3576
3577 * trampver.texi: Update release number.
3578
3579 2011-10-14 Glenn Morris <rgm@gnu.org>
3580
3581 * ert.texi (Introduction, How to Run Tests)
3582 (Running Tests Interactively, Expected Failures)
3583 (Tests and Their Environment, Useful Techniques)
3584 (Interactive Debugging, Fixtures and Test Suites):
3585 Minor rephrasings.
3586 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3587 (Running Tests in Batch Mode): Simplify loading instructions.
3588 (Test Selectors): Clarify some selectors.
3589 (Expected Failures, Useful Techniques):
3590 Make examples fit in 80 columns.
3591
3592 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3593
3594 * calc.texi (Basic Operations on Units): Discuss temperature
3595 conversion (`u t') alongside with other unit conversions ('u c').
3596
3597 2011-10-12 Glenn Morris <rgm@gnu.org>
3598
3599 * ert.texi: Whitespace trivia to make main menu items line up better.
3600
3601 2011-10-08 Glenn Morris <rgm@gnu.org>
3602
3603 * Makefile.in: Fix ert rules.
3604
3605 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3606
3607 * gnus.texi (Gnus Utility Functions): Add more references and
3608 explanations (bug#9683).
3609
3610 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3611
3612 * texinfo.tex: Merge from gnulib.
3613
3614 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3615
3616 * gnus.texi (Archived Messages): Note the default (bug#9552).
3617
3618 2011-09-21 Bill Wohler <wohler@newt.com>
3619
3620 Release MH-E manual version 8.3.
3621
3622 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3623 release 8.3.
3624 (Preface): Update support information.
3625 (From Bill Wohler): Reset text to original version. As a
3626 historical quote, the tense should be correct in the time that it
3627 was written.
3628
3629 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3632 (Finding the News): Doc clarification.
3633 (Terminology): Mention naming.
3634
3635 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3636
3637 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3638 (Interactive): Document `quiet'.
3639
3640 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3641
3642 * org.texi (Images in LaTeX export): Rewrite.
3643
3644 2011-08-15 Bastien Guerry <bzg@gnu.org>
3645
3646 * org.texi (Using the mapping API): Mention 'region as a possible
3647 scope for `org-map-entries'.
3648
3649 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3650
3651 * org.texi (Visibility cycling): Document `org-copy-visible'.
3652
3653 2011-08-15 Bastien Guerry <bzg@gnu.org>
3654
3655 * org.texi (Template expansion): Order template sequences in the
3656 proper order.
3657
3658 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3659
3660 * org.texi (eval): Expand discussion of the :eval header argument.
3661
3662 2011-08-15 Bastien Guerry <bzg@gnu.org>
3663
3664 * org.texi (Languages): Add Lilypond and Awk as supported
3665 languages.
3666
3667 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3668
3669 * org.texi: Document that both CLOCK_INTO_DRAWER and
3670 LOG_INTO_DRAWER can be used to override the contents of variable
3671 org-clock-into-drawer (or if unset, org-log-into-drawer).
3672
3673 * org.texi: Replace @xref->@pxref.
3674
3675 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3676
3677 * org.texi (Evaluating code blocks): Documenting the new option
3678 for inline call lines.
3679
3680 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3681
3682 * org.texi (Results of evaluation): More explicit about the
3683 mechanism through which interactive evaluation of code is
3684 performed.
3685
3686 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3687
3688 * org.texi (noweb-ref): New header argument documentation.
3689
3690 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3691
3692 * org.texi (Extracting source code): Documentation of the new
3693 org-babel-tangle-named-block-combination variable.
3694
3695 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3696
3697 * org.texi (Structure of code blocks): Explicitly state that the
3698 behavior of multiple blocks of the same name is undefined.
3699
3700 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3701
3702 * org.texi (TaskJuggler export): Modify the example to reflect the
3703 new effort durations.
3704
3705 2011-08-15 David Maus <dmaus@ictsoc.de>
3706
3707 * org.texi (Images in LaTeX export): Escape curly brackets in
3708 LaTeX example.
3709
3710 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3711
3712 * org.texi (The clock table): Document the :properties and
3713 :inherit-props arguments for the clocktable.
3714
3715 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3716
3717 * org.texi (Tables in LaTeX export): Document specifying placement
3718 options for tables.
3719
3720 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3721
3722 * org.texi (Evaluating code blocks): More specific documentation
3723 about the different types of header arguments.
3724
3725 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3726
3727 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3728
3729 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3730
3731 * org.texi (Built-in table editor): Document the table field
3732 follow mode.
3733
3734 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3735
3736 * org.texi (Easy Templates): Document new template.
3737
3738 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3739
3740 * org.texi (Literal examples): Add a cross-reference from "Literal
3741 Examples" to "Easy Templates."
3742
3743 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3744
3745 * org.texi (The clock table): Add link to match syntax.
3746
3747 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3748
3749 * org.texi (Agenda commands): Document clock consistency checks.
3750
3751 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3752
3753 * org.texi (Built-in table editor): Document that \vert represents
3754 a vertical bar in a table field.
3755
3756 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3757
3758 * org.texi (Literal examples): Link from "Markup" > "Literate
3759 Examples" to "Working with Source Code".
3760
3761 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3762
3763 * org.texi (Agenda commands): Doc for function option to bulk
3764 action.
3765
3766 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3767
3768 * org.texi (Template expansion): Document new %<...> template
3769 escape.
3770
3771 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3772
3773 * org.texi (Selective export): Document exclusion of any tasks
3774 from export.
3775
3776 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3777
3778 * org.texi (Selective export): Document how to exclude DONE tasks
3779 from export.
3780 (Publishing options): Document the properties to be used to turn off
3781 export of DONE tasks.
3782
3783 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3784
3785 * org.texi (The date/time prompt): Document date range protection.
3786
3787 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3788
3789 * org.texi (padline): Documentation of the new padline header
3790 argument.
3791
3792 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3793
3794 * org.texi (var): Adding "[" to list of characters triggering
3795 elisp evaluation.
3796
3797 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3798
3799 * org.texi (var): Documentation of Emacs Lisp evaluation during
3800 variable assignment.
3801
3802 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3803
3804 * org.texi (colnames): Reference indexing into variables, and note
3805 that colnames are *not* removed before indexing occurs.
3806 (rownames): Reference indexing into variables, and note that
3807 rownames are *not* removed before indexing occurs.
3808
3809 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3810
3811 * org.texi (var): Clarification of indexing into tabular
3812 variables.
3813
3814 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3815
3816 * org.texi (results): Documentation of the `:results wrap' header
3817 argument.
3818
3819 2011-08-15 Bastien Guerry <bzg@gnu.org>
3820
3821 * org.texi (LaTeX and PDF export): Add a note about a limitation
3822 of the LaTeX export: the org file has to be properly structured.
3823
3824 2011-08-15 Bastien Guerry <bzg@gnu.org>
3825
3826 * org.texi (Dynamic blocks, Structure editing):
3827 Mention the function `org-narrow-to-block'.
3828
3829 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3830
3831 * org.texi (Languages): Updating list of code block supported
3832 languages.
3833
3834 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3835
3836 * org.texi (Special properties): CATEGORY is a special property,
3837 but it may also used in the drawer.
3838
3839 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3840
3841 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3842
3843 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3844
3845 * org.texi (Include files): Document :lines.
3846
3847 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3848
3849 * org.texi (comments): Documentation of the ":comments noweb" code
3850 block header argument.
3851
3852 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3853
3854 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3855 added extra whitespace around functions to be consistent with the
3856 rest of the section.
3857
3858 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3859
3860 * org.texi (Evaluating code blocks): Expand discussion of
3861 #+call: line syntax.
3862 (Header arguments in function calls): Expand discussion of
3863 #+call: line syntax.
3864
3865 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3866
3867 * org.texi (Evaluating code blocks): More explicit about how to
3868 pass variables to #+call lines.
3869
3870 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3871
3872 * org.texi (Results of evaluation): Link to the :results header
3873 argument list from the "Results of evaluation" section.
3874
3875 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3876
3877 * org.texi (Conflicts): Adding additional information about
3878 resolving org/yasnippet conflicts.
3879
3880 2011-08-15 David Maus <dmaus@ictsoc.de>
3881
3882 * org.texi (Publishing options): Document style-include-scripts
3883 publishing project property.
3884
3885 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3886
3887 * org.texi (Sparse trees): Document the next-error /
3888 previous-error functionality.
3889
3890 2011-08-15 Tom Dye <tsd@tsdye.com>
3891
3892 * org.texi (cache): Improve documentation of code block caches.
3893
3894 2011-08-15 Tom Dye <tsd@tsdye.com>
3895
3896 * org.texi (Code block specific header arguments):
3897 Documentation of multi-line header arguments.
3898
3899 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3900
3901 * org.texi (Code evaluation security): Add example for using a
3902 function.
3903
3904 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3905
3906 * org.texi (Tables in LaTeX export): Documentation of new
3907 attr_latex options for tables.
3908
3909 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3910
3911 * trampver.texi: Update release number.
3912
3913 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3914
3915 Sync with Tramp 2.2.2.
3916
3917 * trampver.texi: Update release number.
3918
3919 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3920
3921 * flymake.texi (Example -- Configuring a tool called via make):
3922 Use /dev/null instead of the Windows "nul" (bug#8715).
3923
3924 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3925
3926 * widget.texi (Setting Up the Buffer): Remove mention of the
3927 global keymap parent, which doesn't seem to be accurate
3928 (bug#7045).
3929
3930 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3931
3932 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3933
3934 2010-07-10 Kevin Ryde <user42@zip.com.au>
3935
3936 * cl.texi (For Clauses): Add destructuring example processing an
3937 alist (bug#6596).
3938
3939 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * ediff.texi (Major Entry Points): Remove mention of `require',
3942 since that's not pertinent in the installed Emacs (bug#9016).
3943
3944 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3945
3946 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3947 (Filtering New Groups): Clarify how simple the "options -n" format is.
3948 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3949 is internal.
3950
3951 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3952
3953 * tramp.texi (Cleanup remote connections):
3954 Add `tramp-cleanup-this-connection'.
3955
3956 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957
3958 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3959 zombies.
3960 (Checking New Groups): Ditto (bug#8974).
3961 (Checking New Groups): Move the reference to the right place.
3962
3963 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3964
3965 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3966 backups, and not actual vc (bug#8975).
3967
3968 2011-07-03 Kevin Ryde <user42@zip.com.au>
3969
3970 * cl.texi (For Clauses): @items for hash-values and key-bindings
3971 to make them more visible when skimming. Add examples of `using'
3972 clause to them, examples being clearer than a description in
3973 words (bug#6599).
3974
3975 2011-07-01 Alan Mackenzie <acm@muc.de>
3976
3977 * cc-mode.texi (Guessing the Style): New page.
3978 (Styles): Add a short introduction to above.
3979
3980 2011-06-28 Deniz Dogan <deniz@dogan.se>
3981
3982 * rcirc.texi (Configuration): Bug-fix:
3983 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3984 Reported by Elias Pipping <pipping@exherbo.org>.
3985
3986 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3987
3988 * gnus.texi (Summary Mail Commands):
3989 Document `gnus-summary-reply-to-list-with-original'.
3990
3991 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * eshell.texi (Known problems): Fix typo.
3994
3995 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3998 (Password handling): `auth-source-debug' is good for debug messages.
3999
4000 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * gnus.texi (Store custom flags and keywords): Refer to
4003 `gnus-registry-article-marks-to-{chars,names}' instead of
4004 `gnus-registry-user-format-function-{M,M2}'.
4005
4006 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4007
4008 * texinfo.tex: Merge from gnulib.
4009
4010 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4011
4012 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
4013 (Store custom flags and keywords):
4014 Mention `gnus-registry-user-format-function-M' and
4015 `gnus-registry-user-format-function-M2'.
4016
4017 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4018
4019 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
4020
4021 2011-05-17 Glenn Morris <rgm@gnu.org>
4022
4023 * gnus.texi (Face): Fix typo.
4024
4025 2011-05-14 Glenn Morris <rgm@gnu.org>
4026
4027 * dired-x.texi (Omitting Examples): Minor addition.
4028
4029 2011-05-10 Jim Meyering <meyering@redhat.com>
4030
4031 * ede.texi: Fix typo "or or -> or".
4032
4033 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
4034
4035 * gnus.texi (Summary Buffer Lines):
4036 gnus-summary-user-date-format-alist does not exist.
4037 (Sorting the Summary Buffer): More about sorting threads.
4038
4039 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
4040
4041 * trampver.texi: Update release number.
4042
4043 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
4044
4045 * tramp.texi (Frequently Asked Questions): New item for disabling
4046 Tramp in other packages.
4047
4048 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4049
4050 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
4051 (Fancy splitting to parent, Store arbitrary data):
4052 Update gnus-registry docs.
4053
4054 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * ede.texi: Fix typos.
4057
4058 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus.texi (Window Layout): @itemize @code doesn't exist.
4061 It's @table @code.
4062
4063 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
4064
4065 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
4066
4067 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4068
4069 * calc.texi (Logarithmic Units): Update the function names.
4070
4071 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4072
4073 * message.texi (Various Commands): Document format specs in the
4074 ellipsis.
4075
4076 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
4077
4078 * message.texi (Insertion Variables): Document message-cite-style.
4079
4080 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
4081
4082 * tramp.texi (Remote processes): New subsection "Running shell on
4083 a remote host".
4084
4085 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4086
4087 * auth.texi (Help for developers): Update docs to explain that the
4088 :save-function will only run the first time.
4089
4090 2011-03-12 Glenn Morris <rgm@gnu.org>
4091
4092 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
4093 (emacs-faq.text): New target.
4094 (clean): Add emacs-faq.
4095
4096 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
4097
4098 Sync with Tramp 2.2.1.
4099
4100 * trampver.texi: Update release number.
4101
4102 2011-03-11 Glenn Morris <rgm@gnu.org>
4103
4104 * Makefile.in (HTML_TARGETS): New.
4105 (clean): Delete $HTML_TARGETS.
4106 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
4107
4108 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4109
4110 * auth.texi (Help for developers): Show example of using
4111 `auth-source-search' with prompts and :save-function.
4112
4113 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * Version 23.3 released.
4116
4117 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
4118
4119 * message.texi (Message Buffers): Update default value of
4120 message-generate-new-buffers.
4121
4122 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
4123
4124 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
4125 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
4126 respectively.
4127 (Musical Notes): New section.
4128 (Customizing Calc): Mention the customizable variable
4129 calc-note-threshold.
4130
4131 2011-03-03 Glenn Morris <rgm@gnu.org>
4132
4133 * url.texi (Dealing with HTTP documents): Remove reference to
4134 function url-decode-text-part; never seems to have existed. (Bug#6038)
4135 (Configuration): Update url-configuration-directory description.
4136
4137 2011-03-02 Glenn Morris <rgm@gnu.org>
4138
4139 * dired-x.texi (Multiple Dired Directories): Remove mentions
4140 of dired-default-directory-alist and dired-default-directory.
4141 Move dired-smart-shell-command here...
4142 (Miscellaneous Commands): ... from here.
4143
4144 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4145
4146 * texinfo.tex: Update to version 2011-02-24.09.
4147
4148 2011-03-02 Glenn Morris <rgm@gnu.org>
4149
4150 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
4151 instead of the obsoleted dired-omit-here-always.
4152
4153 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
4154
4155 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
4156 supported systems.
4157
4158 2011-02-28 Glenn Morris <rgm@gnu.org>
4159
4160 * dbus.texi (Type Conversion): Grammar fix.
4161
4162 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
4163
4164 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
4165 "Debian GNU/Linux".
4166
4167 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
4168
4169 2011-02-23 Glenn Morris <rgm@gnu.org>
4170
4171 * dired-x.texi (Features): Minor rephrasing.
4172 (Local Variables): Fix typos.
4173
4174 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
4175 Standardize some Emacs/XEmacs terminology.
4176
4177 * dired-x.texi (Features): Don't advertise obsolete local variables.
4178 Simplify layout.
4179 (Omitting Variables): Update local variables example.
4180 (Local Variables): Say this is obsolete. Fix description of
4181 dired-enable-local-variables possible values.
4182
4183 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4184
4185 * auth.texi (Help for users): Mention ~/.netrc is also searched by
4186 default now.
4187
4188 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4189
4190 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
4191
4192 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4193
4194 * gnus.texi (Window Layout): Document layout names.
4195
4196 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4197
4198 * ada-mode.texi: Sync @dircategory with ../../info/dir.
4199 * auth.texi: Sync @dircategory with ../../info/dir.
4200 * autotype.texi: Sync @dircategory with ../../info/dir.
4201 * calc.texi: Sync @dircategory with ../../info/dir.
4202 * cc-mode.texi: Sync @dircategory with ../../info/dir.
4203 * cl.texi: Sync @dircategory with ../../info/dir.
4204 * dbus.texi: Sync @dircategory with ../../info/dir.
4205 * dired-x.texi: Sync @dircategory with ../../info/dir.
4206 * ebrowse.texi: Sync @dircategory with ../../info/dir.
4207 * ede.texi: Sync @dircategory with ../../info/dir.
4208 * ediff.texi: Sync @dircategory with ../../info/dir.
4209 * edt.texi: Sync @dircategory with ../../info/dir.
4210 * eieio.texi: Sync @dircategory with ../../info/dir.
4211 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
4212 * epa.texi: Sync @dircategory with ../../info/dir.
4213 * erc.texi: Sync @dircategory with ../../info/dir.
4214 * eshell.texi: Sync @dircategory with ../../info/dir.
4215 * eudc.texi: Sync @dircategory with ../../info/dir.
4216 * flymake.texi: Sync @dircategory with ../../info/dir.
4217 * forms.texi: Sync @dircategory with ../../info/dir.
4218 * gnus.texi: Sync @dircategory with ../../info/dir.
4219 * idlwave.texi: Sync @dircategory with ../../info/dir.
4220 * mairix-el.texi: Sync @dircategory with ../../info/dir.
4221 * message.texi: Sync @dircategory with ../../info/dir.
4222 * mh-e.texi: Sync @dircategory with ../../info/dir.
4223 * newsticker.texi: Sync @dircategory with ../../info/dir.
4224 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
4225 * org.texi: Sync @dircategory with ../../info/dir.
4226 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
4227 * pgg.texi: Sync @dircategory with ../../info/dir.
4228 * rcirc.texi: Sync @dircategory with ../../info/dir.
4229 * reftex.texi: Sync @dircategory with ../../info/dir.
4230 * remember.texi: Sync @dircategory with ../../info/dir.
4231 * sasl.texi: Sync @dircategory with ../../info/dir.
4232 * sc.texi: Sync @dircategory with ../../info/dir.
4233 * semantic.texi: Sync @dircategory with ../../info/dir.
4234 * ses.texi: Sync @dircategory with ../../info/dir.
4235 * sieve.texi: Sync @dircategory with ../../info/dir.
4236 * smtpmail.texi: Sync @dircategory with ../../info/dir.
4237 * speedbar.texi: Sync @dircategory with ../../info/dir.
4238 * trampver.texi [emacs]: Set emacsname to "Emacs".
4239 * tramp.texi: Sync @dircategory with ../../info/dir.
4240 * url.texi: Sync @dircategory with ../../info/dir.
4241 * vip.texi: Sync @dircategory with ../../info/dir.
4242 * viper.texi: Sync @dircategory with ../../info/dir.
4243 * widget.texi: Sync @dircategory with ../../info/dir.
4244 * woman.texi: Sync @dircategory with ../../info/dir.
4245
4246 2011-02-19 Glenn Morris <rgm@gnu.org>
4247
4248 * dired-x.texi (Technical Details): No longer redefines
4249 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
4250 dired-read-shell-command, or dired-find-buffer-nocreate.
4251
4252 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
4253
4254 * eshell.texi (Input/Output):
4255 Document insert output redirection operator, >>>.
4256
4257 2011-02-18 Glenn Morris <rgm@gnu.org>
4258
4259 * dired-x.texi (Optional Installation File At Point): Simplify.
4260
4261 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4262
4263 * auth.texi (Help for users): Use :port instead of :protocol for all
4264 auth-source docs.
4265 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
4266 to have two files in `auth-sources'.
4267
4268 2011-02-16 Glenn Morris <rgm@gnu.org>
4269
4270 * dired-x.texi: Use emacsver.texi to get Emacs version.
4271 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
4272 Depend on emacsver.texi.
4273
4274 * dired-x.texi: Drop meaningless version number.
4275 (Introduction): Remove old info.
4276 (Optional Installation Dired Jump): Autoload from dired-x.
4277 Remove incorrect info about loaddefs.el.
4278 (Bugs): Just refer to M-x report-emacs-bug.
4279
4280 * dired-x.texi (Multiple Dired Directories): Update for rename of
4281 default-directory-alist.
4282 (Miscellaneous Commands): No longer mention very old VM version 4.
4283
4284 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4285
4286 Merge from gnulib.
4287 * texinfo.tex: Update to version 2011-02-14.11.
4288
4289 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4290
4291 * auth.texi (Help for users):
4292 Login collection is "Login" and not "login".
4293
4294 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
4295
4296 * tramp.texi (History): Remove IMAP support.
4297 (External methods, Frequently Asked Questions): Remove `imap' and
4298 `imaps' methods.
4299 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
4300
4301 * trampver.texi: Remove default value of `emacsimap'.
4302
4303 2011-02-13 Glenn Morris <rgm@gnu.org>
4304
4305 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
4306 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
4307
4308 2011-02-12 Glenn Morris <rgm@gnu.org>
4309
4310 * sc.texi (Getting Connected): Remove old index entries.
4311
4312 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
4313
4314 * url.texi: Remove duplicate @dircategory (Bug#7942).
4315
4316 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
4317
4318 * auth.texi (Overview, Help for users, Help for developers):
4319 Update docs.
4320 (Help for users): Talk about spaces.
4321
4322 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4323
4324 * texinfo.tex: Update to version 2011-02-07.16.
4325
4326 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * dbus.texi (Bus names): Adapt descriptions for
4329 dbus-list-activatable-names and dbus-list-known-names.
4330
4331 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
4332
4333 * calc.texi (Logarithmic Units): New section.
4334
4335 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
4336
4337 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
4338 manuals use it now.
4339
4340 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
4341
4342 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
4343
4344 * overrides.texi: Remove.
4345
4346 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
4347 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
4348
4349 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * tramp.texi (Frequently Asked Questions): Mention problems with
4352 WinSSHD.
4353
4354 * trampver.texi: Update release number.
4355
4356 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
4357
4358 * tramp.texi:
4359 Replace "delimet" with "delimit" globally.
4360 Replace "explicite" with "explicit" globally.
4361 Replace "instead of" with "instead" where there was nothing after "of".
4362 Audit use of comma before interrogative pronoun, "that", or "which".
4363 Minor word order, spelling, wording changes.
4364
4365 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4366
4367 * overrides.texi: New file to set or clear WEBHACKDEVEL.
4368
4369 * sieve.texi: Use WEBHACKDEVEL.
4370
4371 * sasl.texi: Use WEBHACKDEVEL.
4372
4373 * pgg.texi: Use WEBHACKDEVEL.
4374
4375 * message.texi: Use WEBHACKDEVEL.
4376
4377 * gnus.texi: Use WEBHACKDEVEL.
4378
4379 * emacs-mime.texi: Use WEBHACKDEVEL.
4380
4381 * auth.texi: Use WEBHACKDEVEL.
4382
4383 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
4384 manuals.
4385
4386 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4387
4388 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
4389
4390 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4391
4392 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
4393 which in turn is copied from ftp://tug.org/tex/.
4394
4395 2011-02-03 Glenn Morris <rgm@gnu.org>
4396
4397 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
4398 (Binding combinations of modifiers and function keys):
4399 Let's assume people reading this are not using Emacs 18.
4400
4401 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4402
4403 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4404 since it's run automatically.
4405
4406 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4407
4408 * gnus.texi (Customizing Articles): Fix typo.
4409
4410 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4411
4412 * gnus.texi (Customizing Articles): Document the new way of customizing
4413 the date headers(s).
4414
4415 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4416
4417 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4418 splitting example.
4419
4420 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4421
4422 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4423 (MAKEINFO_OPTS): New variable.
4424 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4425 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4426 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4427 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4428 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4429 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4430 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4431 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4432 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4433 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4434 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4435 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4436 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4437 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4438 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4439 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4440 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4441 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4442
4443 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4444
4445 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4446
4447 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4448
4449 * message.texi (IDNA): Explain what it is.
4450
4451 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4452
4453 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4454
4455 2011-01-23 Werner Lemberg <wl@gnu.org>
4456
4457 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4458 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4459 (ENVADD): Update.
4460
4461 2011-01-18 Glenn Morris <rgm@gnu.org>
4462
4463 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4464
4465 2011-01-14 Eduard Wiebe <usenet@pusto.de>
4466
4467 * nxml-mode.texi (Introduction): Fix file name typos.
4468
4469 2011-01-13 Christian Ohler <ohler@gnu.org>
4470
4471 * ert.texi: New file.
4472
4473 * Makefile.in:
4474 * makefile.w32-in: Add ert.texi.
4475
4476 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4477
4478 * dbus.texi (Receiving Method Calls): New function
4479 dbus-register-service. Rearrange node.
4480
4481 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4482
4483 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4484 which in turn is copied from ftp://tug.org/tex/.
4485
4486 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4487
4488 * dbus.texi (Receiving Method Calls): Describe new optional
4489 parameter dont-register-service of dbus-register-{method,property}.
4490
4491 2010-12-17 Daiki Ueno <ueno@unixuser.org>
4492
4493 * epa.texi (Encrypting/decrypting *.gpg files):
4494 Mention epa-file-select-keys.
4495
4496 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4497
4498 * gnus.texi (Archived Messages): Remove outdated text.
4499
4500 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4501
4502 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4503
4504 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4505
4506 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4507
4508 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4509
4510 * gnus.texi (The swish++ Engine): Add customizable parameters
4511 descriptions.
4512 (The swish-e Engine): Ditto.
4513
4514 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4515
4516 * tramp.texi (Inline methods): Add "ksu" method.
4517 (Remote processes): Add example with remote `default-directory'.
4518
4519 2010-12-14 Glenn Morris <rgm@gnu.org>
4520
4521 * faq.texi (Expanding aliases when sending mail):
4522 Now build-mail-aliases is interactive.
4523
4524 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4525
4526 * gnus.texi: First pass at adding (rough) nnir documentation.
4527
4528 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * gnus.texi (Filtering New Groups):
4531 Mention gnus-auto-subscribed-categories.
4532 (The First Time): Remove, since default-subscribed-newsgroups has been
4533 removed.
4534
4535 2010-12-13 Glenn Morris <rgm@gnu.org>
4536
4537 * cl.texi (For Clauses): Small fixes for frames and windows.
4538
4539 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4540
4541 * org.texi (Using capture): Document using prefix arguments for
4542 finalizing capture.
4543 (Agenda commands): Document prefix argument for the bulk scatter
4544 command.
4545 (Beamer class export): Document that also overlay arguments can be
4546 passed to the column environment.
4547 (Template elements): Document the new entry type.
4548
4549 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4550
4551 * org.texi (Include files): Document :minlevel.
4552
4553 2010-12-11 Julien Danjou <julien@danjou.info>
4554
4555 * org.texi (Categories): Document category icons.
4556
4557 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4558
4559 * org.texi (noweb): Fix typo.
4560
4561 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4562
4563 * gnus.texi (Server Commands): Point to the rest of the server
4564 commands.
4565
4566 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4569 g'.
4570
4571 2010-12-02 Julien Danjou <julien@danjou.info>
4572
4573 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4574
4575 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4578 (Direct Functions): Note the STARTTLS upgrade.
4579
4580 2010-11-27 Glenn Morris <rgm@gnu.org>
4581 James Clark <none@example.com>
4582
4583 * nxml-mode.texi (Introduction): New section.
4584
4585 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * gnus.texi (Server Commands): Document gnus-server-show-server.
4588
4589 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4590
4591 Sync with Tramp 2.2.0.
4592
4593 * trampver.texi: Update release number.
4594
4595 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4596
4597 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4598 Mention that the TeX specific units won't use the `tex' prefix
4599 in TeX mode.
4600
4601 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4602
4603 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4604
4605 2010-11-17 Glenn Morris <rgm@gnu.org>
4606
4607 * edt.texi: Remove information about Emacs 19.
4608
4609 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4610
4611 * trampver.texi: Update release number.
4612
4613 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * gnus.texi (Article Washing): Fix typo.
4616
4617 2010-11-11 Noorul Islam <noorul@noorul.com>
4618
4619 * org.texi: Fix typo.
4620
4621 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4622
4623 * org.texi (Using capture): Explain that refiling is
4624 sensitive to cursor position.
4625
4626 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4627
4628 * org.texi (Images and tables): Add cross reference to link section.
4629
4630 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4631
4632 * org.texi: Document the <c> cookie.
4633
4634 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4635
4636 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4637 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4638
4639 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4640
4641 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4642
4643 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4644
4645 * org.texi (Project alist): Mention that this is a property list.
4646
4647 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4648
4649 * org.texi (Setting up the staging area): Document that
4650 file names remain visible when encrypting the MobileOrg files.
4651
4652 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4653
4654 * org.texi (Setting up the staging area): Document which
4655 versions are needed for encryption.
4656
4657 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4658
4659 * org.texi (noweb): Update :noweb documentation to
4660 reflect the new "tangle" argument.
4661
4662 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4663
4664 * org.texi (Batch execution): Improve tangling script in
4665 documentation.
4666
4667 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4668
4669 * org.texi (Handling links, In-buffer settings):
4670 Document inlining images on startup.
4671
4672 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4673
4674 * org.texi (Setting up the staging area): Document use of
4675 crypt password.
4676
4677 2010-11-11 David Maus <dmaus@ictsoc.de>
4678
4679 * org.texi (Template expansion): Add date related link type escapes.
4680
4681 2010-11-11 David Maus <dmaus@ictsoc.de>
4682
4683 * org.texi (Template expansion): Add mew in table for link type
4684 escapes.
4685
4686 2010-11-11 David Maus <dmaus@ictsoc.de>
4687
4688 * org.texi (Template expansion): Fix typo in link type escapes.
4689
4690 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4691
4692 * org.texi (Structure of code blocks): Another documentation tweak.
4693
4694 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4695
4696 * org.texi (Structure of code blocks): Documentation tweak.
4697
4698 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4699
4700 * org.texi (Structure of code blocks):
4701 Update documentation to mention inline code block syntax.
4702
4703 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4704
4705 * org.texi (comments): Improve wording.
4706
4707 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4708
4709 * org.texi (comments): Document the new :comments header arguments.
4710
4711 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4712
4713 * org.texi (Installation): Remove the special
4714 installation instructions for XEmacs.
4715
4716 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4717
4718 * org.texi (Easy Templates): New section. Documents quick
4719 insertion of empty structural elements.
4720
4721 2010-11-11 Noorul Islam <noorul@noorul.com>
4722
4723 * org.texi: Fix doc.
4724
4725 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4726
4727 * org.texi (The date/time prompt): Document specification
4728 of time ranges.
4729
4730 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4731
4732 * org.texi (Internal links): Document the changes in
4733 internal links.
4734
4735 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4736
4737 * org.texi (Agenda commands): Document the limitation for
4738 the filter preset - it can only be used for an entire agenda
4739 view, not in an individual block in a block agenda.
4740
4741 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4742
4743 * org.texi (iCalendar export): Document alarm creation.
4744
4745 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4748
4749 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4750
4751 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4752
4753 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4754
4755 * calc.texi: Use emacsver.texi to determine Emacs version.
4756
4757 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4760 since that works by default.
4761
4762 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4763
4764 * gnus.texi (Customizing the IMAP Connection): Document
4765 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4766
4767 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4768
4769 * tramp.texi (Remote shell setup): New item "Interactive shell
4770 prompt". Reported by Christian Millour <cm@abtela.com>.
4771 (Remote shell setup, Remote processes): Use @code{} for
4772 environment variables.
4773
4774 2010-11-03 Glenn Morris <rgm@gnu.org>
4775
4776 * ediff.texi (Quick Help Commands, Miscellaneous):
4777 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4778
4779 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4782
4783 2010-10-31 Glenn Morris <rgm@gnu.org>
4784
4785 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4786
4787 2010-10-31 Glenn Morris <rgm@gnu.org>
4788
4789 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4790
4791 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus.texi (Client-Side IMAP Splitting):
4794 Mention nnimap-unsplittable-articles.
4795
4796 2010-10-29 Julien Danjou <julien@danjou.info>
4797
4798 * gnus.texi (Finding the News): Remove references to obsoletes
4799 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4800
4801 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4802
4803 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4804 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4805 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4806 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4807
4808 2010-10-28 Glenn Morris <rgm@gnu.org>
4809
4810 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4811 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4812 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4813
4814 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4815
4816 * epa.texi (Mail-mode integration): Add alternative key bindings
4817 for epa-mail commands; escape comma.
4818 Don't use the word "PGP", since it is a non-free program.
4819
4820 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4821
4822 * calc.texi: Use emacsver.texi to determine Emacs version.
4823
4824 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * gnus.texi (Group Parameters, Buttons): Fix typos.
4827
4828 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4829
4830 * gnus.texi (Subscription Commands): Mention that you can also
4831 subscribe to new groups via the Server buffer, which is probably more
4832 convenient when subscribing to many groups.
4833
4834 2010-10-21 Julien Danjou <julien@danjou.info>
4835
4836 * message.texi (Message Headers): Allow message-default-headers to be a
4837 function.
4838
4839 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4840
4841 * gnus-news.texi: Mention new archive defaults.
4842
4843 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4846
4847 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4848
4849 * gnus.texi (HTML): Document the function value of
4850 gnus-blocked-images.
4851 (Article Washing): shr and gnus-w3m, not the direct function names.
4852
4853 2010-10-20 Julien Danjou <julien@danjou.info>
4854
4855 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4856 variable.
4857
4858 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * gnus.texi (Customizing the IMAP Connection): The port strings are
4861 strings.
4862 (Document Groups): Mention git.
4863
4864 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4867 bzr/Gnus git sync.
4868
4869 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4870
4871 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4872 change.
4873
4874 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4877 @item syntax for in-Emacs makeinfo.
4878
4879 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4880
4881 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4882 trim sentence.
4883
4884 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4885
4886 * epa.texi (Caching Passphrases):
4887 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4888 Clarify some configurations require to set up gpg-agent.
4889
4890 2010-10-11 Glenn Morris <rgm@gnu.org>
4891
4892 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4893
4894 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4895
4896 * gnus.texi (Spam Package Introduction): Mention `$'.
4897
4898 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4899
4900 * makefile.w32-in (emacsdir): New variable.
4901 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4902 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4903
4904 2010-10-09 Glenn Morris <rgm@gnu.org>
4905
4906 * Makefile.in (mostlyclean): Delete *.toc.
4907
4908 * Makefile.in: Use $< in rules.
4909
4910 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4911
4912 * Makefile.in ($(infodir)): Delete rule.
4913 (mkinfodir): New. Use it in all the info rules, rather than depending
4914 on infodir.
4915
4916 2010-10-09 Glenn Morris <rgm@gnu.org>
4917
4918 * gnus.texi (Article Washing): Fix previous change.
4919
4920 * Makefile.in (emacsdir): New variable.
4921 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4922 Depend on emacsver.texi.
4923
4924 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4925
4926 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4927
4928 2010-10-08 Julien Danjou <julien@danjou.info>
4929
4930 * gnus.texi: Add mm-shr.
4931
4932 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4933
4934 * gnus.texi (Finding the Parent, The Gnus Registry)
4935 (Registry Article Refer Method): Update docs for nnregistry.el.
4936
4937 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4938
4939 * auth.texi (Help for users)
4940 (GnuPG and EasyPG Assistant Configuration): Update docs.
4941
4942 2010-10-08 Glenn Morris <rgm@gnu.org>
4943
4944 * cl.texi (Organization, Installation, Old CL Compatibility):
4945 Deprecate cl-compat for new code.
4946 (Usage, Installation): Remove outdated information.
4947
4948 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4949
4950 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4951
4952 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4953
4954 2010-10-06 Julien Danjou <julien@danjou.info>
4955
4956 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4957
4958 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4959 broken link.
4960
4961 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4962
4963 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4964 to ReiserFS.
4965
4966 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4967 (FAQ 7-1): Fix getmail URL.
4968
4969 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4970
4971 * epa.texi (Caching Passphrases): New section.
4972
4973 2010-10-06 Glenn Morris <rgm@gnu.org>
4974
4975 * Makefile.in (SHELL): Set it.
4976 (info): Move the mkdir dependency to the individual info files.
4977 (mostlyclean): Tidy up.
4978 (clean): Only delete the specific dvi and pdf files.
4979 (maintainer-clean): Be more restrictive in what we delete.
4980 ($(infodir)): Add parallel build workaround.
4981
4982 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4983
4984 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4985
4986 2010-10-03 Julien Danjou <julien@danjou.info>
4987
4988 * emacs-mime.texi (Display Customization):
4989 Update mm-inline-large-images documentation and add documentation for
4990 mm-inline-large-images-proportion.
4991
4992 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4993
4994 * tramp.texi (Frequently Asked Questions):
4995 Mention remote-file-name-inhibit-cache.
4996
4997 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4998
4999 * gnus.texi (Splitting Mail): Fix @xref syntax.
5000 (Splitting Mail): Really fix the @ref syntax.
5001
5002 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5003
5004 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
5005 (Article Hiding): Add google banner example.
5006 Suggested by Benjamin Xu.
5007
5008 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5009
5010 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
5011 Remove nnimap-split-rule from examples.
5012
5013 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
5016 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
5017 Fishman.
5018 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
5019
5020 2010-09-30 Julien Danjou <julien@danjou.info>
5021
5022 * gnus.texi (Gravatars): Fix documentation about
5023 gnu-gravatar-properties.
5024
5025 2010-09-29 Daiki Ueno <ueno@unixuser.org>
5026
5027 * epa.texi (Bug Reports): New section.
5028
5029 2010-09-29 Glenn Morris <rgm@gnu.org>
5030
5031 * Makefile.in (top_srcdir): Remove unused variable.
5032
5033 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5034
5035 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
5036 (Client-Side IMAP Splitting): Document 'default.
5037
5038 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5039
5040 * gnus.texi (Customizing the IMAP Connection):
5041 Document nnimap-fetch-partial-articles.
5042
5043 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * gnus-news.texi: Mention nnimap-inbox.
5046
5047 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
5048
5049 2010-09-26 Julien Danjou <julien@danjou.info>
5050
5051 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
5052
5053 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054
5055 * gnus.texi (Security): Remove gpg.el mention.
5056
5057 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5058
5059 * gnus.texi (Browse Foreign Server): New variable
5060 gnus-browse-subscribe-newsgroup-method.
5061
5062 * gnus-news.texi: Mention it.
5063
5064 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5065
5066 * gnus.texi (NoCeM): Remove.
5067 (Startup Variables): No jingle.
5068
5069 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
5070
5071 * woman.texi (Interface Options): xz compression is now supported.
5072
5073 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5074
5075 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
5076 (Unavailable Servers): Document gnus-server-copy-server.
5077 (Using IMAP): Document the new nnimap.
5078
5079 2010-09-25 Julien Danjou <julien@danjou.info>
5080
5081 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
5082
5083 2010-09-24 Glenn Morris <rgm@gnu.org>
5084
5085 * url.texi (Disk Caching): Tweak previous change.
5086
5087 2010-09-24 Julien Danjou <julien@danjou.info>
5088
5089 * url.texi (Disk Caching): Mention url-cache-expire-time,
5090 url-cache-expired, and url-fetch-from-cache.
5091
5092 2010-09-24 Julien Danjou <julien@danjou.info>
5093
5094 * gnus.texi: Add Gravatars.
5095
5096 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5097
5098 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
5099
5100 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5101
5102 * gnus.texi (Expunging mailboxes): Update name of the expunging
5103 command.
5104
5105 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5106
5107 * emacs-mime.texi (rfc2047): Update description for
5108 rfc2047-encode-parameter.
5109
5110 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
5113 "fish" methods.
5114 (External methods): Remove "scp1_old" and "scp2_old" methods.
5115
5116 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
5117
5118 * tramp.texi: Remove Japanese manual. Fix typo.
5119
5120 * trampver.texi: Update release number. Remove japanesemanual.
5121
5122 2010-09-09 Glenn Morris <rgm@gnu.org>
5123
5124 * org.texi: Restore clobbered changes (copyright years, untabify).
5125
5126 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
5127
5128 * gnus.texi (Adaptive Scoring): Fix typo.
5129
5130 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * gnus.texi (Article Display): Document gnus-html-show-images.
5133
5134 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5135
5136 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
5137
5138 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * gnus.texi (HTML): Document gnus-max-image-proportion.
5141
5142 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5143
5144 * gnus.texi (HTML): Document gnus-blocked-images.
5145
5146 * message.texi (Wide Reply): Document message-prune-recipient-rules.
5147
5148 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5149
5150 * gnus.texi (Summary Mail Commands): Note that only the addresses from
5151 the first message are used for wide replies.
5152 (Changing Servers): Remove documentation on gnus-change-server and
5153 friends, since it's been removed.
5154
5155 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5156
5157 * gnus.texi (Drafts): Mention B DEL.
5158
5159 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5160
5161 * gnus.texi (Delayed Articles): Mention that the Date header is the
5162 original one, even if you delay.
5163
5164 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * gnus.texi (Asynchronous Fetching):
5167 Document gnus-async-post-fetch-function.
5168 (HTML): Made into its own section.
5169
5170 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
5171
5172 Sync with Tramp 2.1.19.
5173
5174 * tramp.texi (Inline methods, Default Method):
5175 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
5176 Remove remark about doubled "-t" argument.
5177 (Auto-save and Backup): Remove reference to Emacs 21.
5178 (Filename Syntax): Describe port numbers.
5179 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
5180 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
5181 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
5182 errors with the backquotes.
5183 (External packages): File attributes cache flushing for asynchronous
5184 processes.
5185 (Traces and Profiles): Describe verbose level 9.
5186
5187 * trampver.texi: Update release number.
5188
5189 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
5190
5191 * dbus.texi (Alternative Buses): New chapter.
5192
5193 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
5196
5197 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
5198
5199 * calc.texi (Customizing Calc): Rearrange description of new
5200 variables to match the presentation of other variables.
5201
5202 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * org.texi (Footnotes, Tables in HTML export): Fix typos.
5205
5206 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5207
5208 * calc.texi (Making Selections, Selecting Subformulas)
5209 (Customizing Calc): Mention how to use faces to emphasize selected
5210 sub-formulas.
5211
5212 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * tramp.texi (External packages): File attributes cache flushing
5215 for asynchronous processes.
5216
5217 2010-08-01 Alan Mackenzie <acm@muc.de>
5218
5219 Enhance the manual for the latest Java Mode.
5220
5221 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
5222 annotation-var-cont.
5223 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
5224 two new symbols.
5225
5226 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * tramp.texi (Traces and Profiles): Describe verbose level 9.
5229
5230 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
5233
5234 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
5237
5238 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5239
5240 * org.texi: Add macros to get plain quotes in PDF output.
5241 List additional contributors.
5242 (Capture): New section, replaces the section about remember.
5243 (Working With Source Code): New chapter, focused on documenting Org
5244 Babel.
5245 (Code evaluation security): New section.
5246 (MobileOrg): Document DropBox support.
5247 (TaskJuggler export): Document taskjuggler and Gantt chart support.
5248 (Special symbols): Show how to display UTF8 characters for entities.
5249 (Global TODO list): Clarify the use of the "M" key and the differences
5250 to the "m" key.
5251 (RSS Feeds): Mention Atom feeds as well.
5252 (Setting tags): Remove paragraph about
5253 `org-complete-tags-always-offer-all-agenda-tags'.
5254
5255 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * tramp.texi (Inline methods): Remove remark about doubled "-t"
5258 argument.
5259 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
5260 echoing shells.
5261
5262 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
5263
5264 * tramp.texi (Inline methods): Remove "kludgy" phrase.
5265 (Filename Syntax): Describe port numbers.
5266
5267 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
5268
5269 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
5270 forgotten.
5271 (Type Conversion): Precise conversion of natural numbers.
5272 (Errors and Events): Add "debugging" to concept index. Add variable
5273 `dbus-debug'.
5274
5275 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
5276
5277 * dbus.texi (Receiving Method Calls): Add optional argument
5278 EMITS-SIGNAL to `dbus-register-property'.
5279
5280 2010-06-27 Alex Schroeder <alex@gnu.org>
5281
5282 * nxml-mode.texi (Commands for locating a schema): Fix typo.
5283
5284 2010-06-24 Glenn Morris <rgm@gnu.org>
5285
5286 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5287 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
5288 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5289 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
5290 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
5291 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
5292 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
5293 * woman.texi: Start direntry descriptions in column 32, per Texinfo
5294 convention. Make them end with a period.
5295
5296 2010-06-23 Glenn Morris <rgm@gnu.org>
5297
5298 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
5299 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
5300 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
5301 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
5302 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
5303 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
5304
5305 2010-06-10 Glenn Morris <rgm@gnu.org>
5306
5307 * idlwave.texi (Load-Path Shadows):
5308 * org.texi (Handling links): Fix typos.
5309
5310 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
5311
5312 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
5313
5314 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
5315
5316 * eshell.texi (Built-ins): Describe, how to disable a built-in command
5317 by an alias. (Bug#6226)
5318
5319 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5320
5321 * calc.texi (Manipulating Vectors): Mention that vectors can
5322 be used to determine bins for `calc-histogram'.
5323
5324 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5325
5326 * calc.texi: Remove "\turnoffactive" commands throughout.
5327
5328 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5329
5330 * url.texi (HTTP language/coding, Customization):
5331 * message.texi (Header Commands, Responses):
5332 * cl.texi (Argument Lists): Fix typos.
5333
5334 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
5337 Note that Development menu is always available.
5338 (Creating a project): Fix terminology.
5339 (Add/Remove files): Fix typo.
5340
5341 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * Version 23.2 released.
5344
5345 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
5346
5347 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
5348
5349 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
5350
5351 * tramp.texi (Inline methods, Default Method):
5352 Mention `tramp-inline-compress-start-size'.
5353
5354 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5355
5356 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
5357 the CVS repo. Put the Git repo in the news section.
5358
5359 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
5360 Removed some mentions of CVS. Mention the new Git repo.
5361
5362 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
5363
5364 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
5365 (Mail Group Commands): Add index entry.
5366
5367 2010-04-18 Glenn Morris <rgm@gnu.org>
5368
5369 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
5370
5371 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5372
5373 * calc.texi (Radix modes): Mention that the option prefix will
5374 turn on twos-complement mode.
5375 (Inverse and Hyperbolic Flags): Mention the Option flag.
5376
5377 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
5378
5379 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
5380 (LaTeX/PDF export commands): Rename and Move section.
5381 (Sectioning structure): Update.
5382 (References): New use case for field coordinates.
5383 (The export dispatcher): Rename from ASCII export.
5384 (Setting up the staging area): Document the availability of
5385 encryption for MobileOrg.
5386 (Images and tables): Document how to reference labels.
5387 (Index entries): New section.
5388 (Generating an index): New section.
5389 (Column width and alignment): Document that <N> now
5390 means a fixed width, not a maximum width.
5391 (Publishing options): Document the :email option.
5392 (Beamer class export): Fix bug in the BEAMER example.
5393 (Refiling notes): Document refile logging.
5394 (In-buffer settings): Document refile logging keywords.
5395 (Drawers): Document `C-c C-z' command.
5396 (Agenda commands): Mention the alternative key `C-c C-z'.
5397 (Special properties): Document the BLOCKED property.
5398 (The spreadsheet): Mention the formula editor.
5399 (References): Document field coordinates.
5400 (Publishing action): Correct the documentation for the
5401 publishing function.
5402 (The date/time prompt): Document that we accept dates
5403 like month/day/year.
5404 (Cooperation): Document the changes in table.el support.
5405 (Faces for TODO keywords, Faces for TODO keywords)
5406 (Priorities): Document the easy colors.
5407 (Visibility cycling): Document the new double prefix
5408 arg for `org-reveal'.
5409 (Cooperation): Remember.el is part of Emacs.
5410 (Clean view): Mention that `wrap-prefix' is also set by
5411 org-indent-mode.
5412 (Agenda commands): Add information about prefix args to
5413 scheduling and deadline commands.
5414 (Search view): Point to the docstring of
5415 `org-search-view' for more details.
5416 (Agenda commands): Document that `>' prompts for a date.
5417 (Setting tags): Document variable
5418 org-complete-tags-always-offer-all-agenda-tags.
5419 (Column attributes): Cross-reference special properties.
5420
5421 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5422
5423 Synchronize with Tramp repository.
5424
5425 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
5426 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5427 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
5428 syntax, texi2dvi reports errors with the backquotes.
5429
5430 * trampver.texi: Update release number.
5431
5432 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5433
5434 * gnus.texi (Finding the News): Add pointers to the Server buffer
5435 because it's essential.
5436
5437 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5438
5439 * gnus.texi (MIME Commands): Update description of
5440 gnus-article-browse-html-article.
5441
5442 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * auth.texi (Secret Service API): Add TODO node.
5445 (Help for users): Explain the new source options for `auth-sources'.
5446
5447 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * trampver.texi: Update release number.
5450
5451 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * Branch for 23.2.
5454
5455 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5458 now enabled by default.
5459
5460 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5463 when Emacs runs in interactive mode. (Bug#5645)
5464
5465 2010-02-16 Glenn Morris <rgm@gnu.org>
5466
5467 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5468
5469 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5470
5471 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5472
5473 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5474
5475 * gnus.texi (Score File Format): Fix typo.
5476
5477 2010-01-19 Mark A. Hershberger <mah@everybody.org>
5478
5479 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5480
5481 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5482
5483 * ada-mode.texi (Project File Overview): Fix typo.
5484
5485 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * semantic.texi: Add Richard Y. Kim credit.
5488
5489 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5490
5491 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5494 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
5495
5496 2010-01-17 Glenn Morris <rgm@gnu.org>
5497
5498 * calc.texi (Reporting Bugs): Don't mention format of repository.
5499
5500 * woman.texi (Bugs): Make "Emacs repository" less specific,
5501 and the URL for same more specific.
5502
5503 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5504
5505 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5506
5507 * ede.texi (ede-step-project, ede-proj-target):
5508 * tramp.texi (Remote processes): Fix typos.
5509
5510 2010-01-16 Mario Lang <mlang@delysid.org>
5511
5512 * ede.texi (ede-target):
5513 * org.texi (Refiling notes): Remove duplicated words.
5514
5515 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * gnus.texi (Posting Styles): Use with-current-buffer.
5518 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5519
5520 2010-01-02 Kevin Ryde <user42@zip.com.au>
5521
5522 * eieio.texi (Naming Conventions): Correction to xref on elisp
5523 coding conventions, is "Tips" node not "Standards".
5524
5525 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5528
5529 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5530
5531 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5532
5533 * gnus.texi (Direct Functions): Add missing port number to tls method.
5534
5535 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5538 ($(infodir)/edt, edt.dvi): New targets.
5539
5540 2009-12-15 Glenn Morris <rgm@gnu.org>
5541
5542 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5543 (edt, $(infodir)/edt, edt.dvi): New targets.
5544 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5545
5546 * Makefile.in (PDF_TARGETS, pdf): New.
5547 (clean): Add *.pdf.
5548 Add pdf rules for all manuals.
5549
5550 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5551
5552 * calc.texi (Radix Modes): Clarify two's complement notation.
5553
5554 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5557 (Smart Jump, Analyzer Debug): Copyedits.
5558 (Semantic mode user commands): Link to new nodes.
5559 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5560 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5561 upstream Semantic manual.
5562
5563 * semantic.texi (Introduction): Minor fix to diagram.
5564
5565 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * eshell.texi (History): Add the other built-in variables.
5568 (Built-ins): Explain built-ins, and how to apply the external commands.
5569 Add `history', `su' and `sudo'.
5570
5571 * tramp.texi (Remote processes): Add missing <RET> in the example.
5572
5573 2009-12-01 Bill Wohler <wohler@newt.com>
5574
5575 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5576 path for mairix example. Specify -q in namazu example since namazu is
5577 excessively garrulous.
5578
5579 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * tramp.texi (Remote processes): Improve eshell example with "su"
5582 and "sudo" commands.
5583
5584 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5587
5588 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5589 Document semantic-complete-analyze-inline.
5590 (Semanticdb search debugging commands): Minor clarification.
5591 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5592 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5593 manual.
5594 (Semantic mode): Link to Idle Scheduler.
5595
5596 2009-11-28 Kevin Ryde <user42@zip.com.au>
5597
5598 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5599 @pxref, now EIEIO is in Emacs.
5600
5601 * erc.texi (Development): Correction to git tutorial url.
5602
5603 2009-11-26 Glenn Morris <rgm@gnu.org>
5604
5605 * faq.texi (Latest version of Emacs): Mention stability of development
5606 version.
5607 (Problems with very large files): Max buffer size increase in 23.2.
5608 (VM): VM has moved house again.
5609
5610 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5611
5612 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5613 notations.
5614
5615 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5616
5617 * org.texi (Column attributes): Fix documentation of new operators.
5618
5619 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5622 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5623 (Idle Completions Mode): Numerous copyedits.
5624
5625 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * semantic.texi (Semantic Internals, Glossary):
5628 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5629 (Semanticdb search debugging commands): Fix typos.
5630
5631 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5632
5633 * calc.texi (Radix modes): Mention twos-complement notation.
5634
5635 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5638 ($(infodir)/semantic, semantic.dvi): New targets.
5639
5640 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * Makefile.in: Build the Semantic manual.
5643
5644 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5645 repository.
5646
5647 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5648
5649 * dbus.texi (Receiving Method Calls): New defun
5650 `dbus-unregister-service'.
5651
5652 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5653
5654 * org.texi (Speed keys): New section.
5655
5656 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * dbus.texi (Type Conversion): Fix typo.
5659 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5660 `dbus-registered-objects-table'.
5661 (Receiving Method Calls): New defun `dbus-register-property'.
5662 Move `dbus-unregister-object' here.
5663
5664 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5665
5666 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5667
5668 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5669
5670 * org.texi (Column attributes): Add the new age summary operators.
5671 Also, mention the fact you can only use one summary operator per
5672 property.
5673
5674 2009-11-13 John Wiegley <johnw@newartisans.com>
5675
5676 * org.texi (Tracking your habits): Add a new section in the
5677 manual about how to track habits.
5678 (Resolving idle time): Add a section on how idle and
5679 dangling clocks are resolved.
5680
5681 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5682
5683 * org.texi (Agenda commands): Document the new `i' command.
5684 (Inserting deadline/schedule): Document logging changes
5685 of scheduling and deadline times stamps.
5686 (In-buffer settings): Document the in-buffer keywords for logging
5687 changes of scheduling and deadline times stamps.
5688 (Structure editing, Plain lists): Document indentation
5689 cycling in empty entries with TAB.
5690 (Archiving): Document the default archiving command.
5691 (Moving subtrees): Document the new keys for archiving.
5692 (Internal archiving): Fix incorrect key.
5693 (Agenda commands): Document the TODO set switching commands.
5694 (Agenda commands): Document the new archiving keys.
5695 (Clocking work time): Better description on how to save
5696 and restore a clock.
5697 (Resolving idle time): Mention the x11idle program to get true
5698 idleness also under X11.
5699 (Resolving idle time): Use @kbd instead of @key for normal
5700 letters, because this is how he rest of the manual does this.
5701 (Pushing to MobileOrg): Mention that `org-directory'
5702 should be set.
5703 (Agenda commands): Document that SPC is a filter for
5704 any tag.
5705 (Search view): Rename from "Keyword search".
5706 (Capure): New chapter.
5707 (Markup): New chapter.
5708 (Links in HTML export, Images in HTML export):
5709 Extend the section titles.
5710 (Images in HTML export): Document the align option.
5711 (Text areas in HTML export): Extend the section title.
5712 (Images in LaTeX export): Explain image placement in LaTeX.
5713
5714 2009-11-10 Glenn Morris <rgm@gnu.org>
5715
5716 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5717
5718 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * tramp.texi (Auto-save and Backup): Disable backups just for a
5721 method.
5722
5723 * trampver.texi: Update release number.
5724
5725 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5726
5727 Sync with Tramp 2.1.17.
5728
5729 * trampver.texi: Update release number.
5730
5731 2009-10-29 Glenn Morris <rgm@gnu.org>
5732
5733 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5734
5735 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5736
5737 * tramp.texi (External methods): Temporary files are kept for
5738 `rsync' and `rsyncc' methods.
5739
5740 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * eieio.texi: Fix typos.
5743
5744 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5747
5748 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5751 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5752
5753 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * Makefile.in: Build EIEIO and EDE manuals.
5756
5757 2009-10-07 Eric Ludlam <zappo@gnu.org>
5758
5759 * eieio.texi:
5760 * ede.texi: New files.
5761
5762 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * tramp.texi (Remote processes): Association of a pty is not supported.
5765
5766 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5767
5768 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5769 (Processing LaTeX fragments): Document that the size of images can be
5770 changes using the variable `org-format-latex-options'.
5771 (The date/time prompt, Timestamps): Be more accurate over ISO format
5772 dates and times.
5773 (Visibility cycling): Document showeverything keyword.
5774 (In-buffer settings): Document showeverything keyword.
5775 (Setting up the staging area): Fix the example.
5776 (MobileOrg): New section.
5777 (Agenda commands, Exporting Agenda Views): Document exporting the
5778 agenda view to Org files.
5779
5780 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5781
5782 * tramp.texi (History): Add IMAP support.
5783 (External methods): Add `imap' and `imaps' methods.
5784 (GVFS based methods): Add indices for `davs'.
5785 (Password handling): Rename anchors. Add IMAP entries for
5786 ~/.authinfo.gpg.
5787
5788 * trampver.texi: Set default value of `emacsimap'.
5789
5790 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5791
5792 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5793
5794 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * dired-x.texi (Technical Details):
5797 Delete dired-up-directory (Bug#4292).
5798
5799 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5800
5801 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5802
5803 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5804
5805 * org.texi (Effort estimates): Document new effort setting commands.
5806 (Agenda commands): Document the new keys fro agenda time motion.
5807 Document entry text mode. Improve documentation of the keys to include
5808 inactive time stamps into the agenda view.
5809 (Feedback): Document the new bug report command.
5810 (Structure editing): Add an index entry for the sorting of subtrees.
5811
5812 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5813
5814 * auth.texi (Help for users): Corrected markup.
5815
5816 2009-09-02 Glenn Morris <rgm@gnu.org>
5817
5818 * emacs-mime.texi (time-date): Mention float-time.
5819
5820 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5821
5822 * calc.texi (Simplifying Formulas): Improve the wording.
5823
5824 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5825
5826 * auth.texi: Rewritten for coverage and clarity.
5827
5828 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5829
5830 * gnus.texi (Expiring Mail):
5831 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5832 (Various Various): Mention gnus-safe-html-newsgroups.
5833
5834 * gnus-news.texi: Mention
5835 gnus-mark-copied-or-moved-articles-as-expirable.
5836
5837 * emacs-mime.texi (Display Customization): Add xref to
5838 gnus-safe-html-newsgroups.
5839
5840 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5841
5842 * tramp.texi (Version Control): Remove.
5843 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5844 reference.
5845 (External methods): Correct `scpc' concept index entries. New method
5846 `rsyncc'.
5847 (External packages): New subsections "Filename completion" and "File
5848 attributes cache".
5849
5850 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5851
5852 * calc.texi (Rewrite Rules): Improve the example.
5853 (Simplifying Formulas): Explain use of the I and H flags for
5854 simplification.
5855
5856 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5857
5858 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5859 Describe autostart behavior of dbus-ping.
5860 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5861 for timeout values.
5862 (Top): Remove footnote saying D-Bus is not enabled by
5863 default. (Bug#4256)
5864
5865 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5866
5867 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5868 Reported by Jari Aalto (Bug#4211).
5869 (Mail-mode integration): Mention epa-mail-mode and
5870 epa-global-mail-mode.
5871 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5872 epa-setup.
5873
5874 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * dbus.texi (Asynchronous Methods): Allow nil handler.
5877
5878 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5879
5880 * ediff.texi (ediff-current-file): Add information about this new function.
5881
5882 * viper.texi: Add information about C-s in viper's search command.
5883
5884 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5885
5886 * calc.texi (Date Forms): Fix typos.
5887
5888 2009-08-08 Glenn Morris <rgm@gnu.org>
5889
5890 * org.texi (Agenda commands): Restore clobbered change.
5891
5892 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5893
5894 * calc.texi (Graphics, Devices): Update with the peculiarities of
5895 operation on MS-Windows.
5896
5897 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5898
5899 * org.texi (Publishing action): Improve documentation of file
5900 names when publishing to the source directory.
5901 (Clean view): Document `org-indent-mode'.
5902 (Clocking work time): Add documentation for the
5903 new :timetamp option when creating a clock report.
5904 (Paragraphs): Fix many typos.
5905 (Plain lists): Remove duplicate explanation about the
5906 `C-c *' command.
5907 (Literal examples): Update to reflect the new behavior
5908 of the -n -r -k switches when exporting source code examples.
5909 (Structure editing): Add information about `C-c *',
5910 converting a plain list into a list of Org items.
5911 (Remember): Small rephrasing of the paragraph
5912 describing remember.el. Also mentioned that remember.el is part
5913 of Emacs 23, not Emacs 22.
5914 (Clocking work time): Add documentation about
5915 displaying the current clocking time against the effort estimate.
5916 Also add a footnote about using `org-clock-in-prepare-hook' to add
5917 an effort estimate on the fly, just before clocking it.
5918 (Footnotes): Document automatic renumbering and
5919 sorting.
5920 (Agenda commands): Document new bulk commands.
5921 (Plain lists): Document new behavior of
5922 `org-cycle-include-plain-lists'.
5923 Hyphenation only in TeX.
5924 (Clocking work time): Document the key to update effort
5925 estimates.
5926 (Clocking work time): Document the clock time display.
5927 (Structure editing, TODO basics): Document new
5928 variables.
5929 (Column attributes): Document new colciew operators.
5930 (Publishing options): Document :xml-declaration.
5931 (Tracking TODO state changes): Document the
5932 LOG_INTO_DRAWER property.
5933 (Literal examples): Document the new implementation for
5934 editing source code.
5935 (Publishing action): Mention the new publishing
5936 function, to publish an Org source file.
5937 (Publishing links): Mention how to link to an Org source file.
5938 (Macro replacement): Document new macros.
5939 (Handling links): Document type-specific completion
5940 when inserting links.
5941 (Structure editing, Plain lists): Improve documentation
5942 on sorting.
5943 (Internal links): Document custom ids for links.
5944 (Handling links): Document custom ids for links.
5945 (CSS support): Document new class.
5946 (Refiling notes): Document the possibility to create new nodes
5947 during refiling.
5948 (Agenda commands): Document the "?" operator to find
5949 tasks without effort setting.
5950 (Exporting agenda information): Section moved.
5951 (RSS Feeds): New section.
5952 (Built-in table editor): Document M-e and M-a navigate
5953 inside table field.
5954 (Stuck projects): Docment that projects identified as
5955 un-stuck will still be searchd for stuck sub-projects.
5956 (Paragraphs): Document centering.
5957 (Creating timestamps, Agenda commands): Document new
5958 behavior when changing time stamps.
5959 (Structure editing): Document the new command
5960 `org-clone-subtree-with-time-shift'.
5961 (Publishing): Refresh this chapter.
5962 (Export options, Export options, In-buffer settings):
5963 Document the new keywords.
5964 (Matching tags and properties): Collect all
5965 documentation about tags/property matches here.
5966 (Setting tags): Document `org-tag-persistent-alist'.
5967 (Weekly/daily agenda): New section.
5968 (Orgstruct mode): Describe `orgstruct++-mode'.
5969 (Drawers): Mention the LOGBOOK drawer.
5970 (Export options, Sectioning structure): Document the
5971 #+LEATEX_HEADER in-buffer setting.
5972 (Bugs): Section removed.
5973 (Hooks): New section.
5974 (Add-on packages): Move here from old location.
5975 (Context-sensitive commands): New section.
5976 (Setting tags): Document newline option.
5977 (Global TODO list, Matching tags and properties):
5978 Mention more variables.
5979 (Checkboxes): Update to changed command behavior.
5980
5981 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5982
5983 * speedbar.texi (Basic Key Bindings): Fix typo.
5984
5985 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5986
5987 * calc.texi (Vector/Matrix Functions): Add index entries for both
5988 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5989 affects matrices with more than one row.
5990 (Help Commands): Add index entries for "prefix ?" key bindings.
5991
5992 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5993
5994 * calc.texi (Stack Manipulation Commands): Add documentation for
5995 `calc-transpose-lines'.
5996
5997 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * dbus.texi (Receiving Method Calls): Describe special return value
6000 `:ignore'.
6001
6002 2009-07-24 Alan Mackenzie <acm@muc.de>
6003
6004 * cc-mode.texi (Config Basics, File Styles): Document that at mode
6005 initialization, any individual variable setting now takes precedence
6006 over one done via c-file-style/c-file-offsets.
6007
6008 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6009
6010 * calc.texi (Undoing Mistakes): Mention that the undo list will be
6011 truncated when Calc is quit.
6012 (Customizing Calc): Document `calc-undo-length'.
6013
6014 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * calc.texi (About This Manual): Don't mention chapter numbers in text.
6017
6018 2009-07-11 Kevin Ryde <user42@zip.com.au>
6019
6020 * pcl-cvs.texi (About PCL-CVS):
6021 * widget.texi (Basic Types):
6022 Fix cross-references.
6023
6024 2009-07-01 Andreas Schwab <aschwab@redhat.com>
6025
6026 * dbus.texi (Type Conversion): Don't use literal control character.
6027
6028 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * tramp.texi (GVFS based methods): New section.
6031 (Remote processes): Processes for GVFS based methods run locally.
6032
6033 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * tramp.texi (Inline methods, External methods, Gateway methods):
6036 Avoid the words "kludge" and hack".
6037 (External methods): Add `synce' method.
6038
6039 * trampver.texi: Update release number.
6040
6041 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
6042
6043 Sync with Tramp 2.1.16.
6044
6045 * tramp.texi (History): Add GVFS support.
6046 (External methods): Precise `rsync' description. Add `dav', `davs' and
6047 `obex' methods. Add 'tramp-gvfs-methods' option.
6048 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
6049 forms.
6050 (Remote Programs): Introduce `tramp-own-remote-path'.
6051 (Remote processes): New subsection "Running remote programs that create
6052 local X11 windows".
6053 (Frequently Asked Questions): Improve code for disabling vc.
6054
6055 * trampver.texi: Update release number. Set default value of
6056 `emacsgvfs'.
6057
6058 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * Branch for 23.1.
6061
6062 2009-06-17 Glenn Morris <rgm@gnu.org>
6063
6064 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
6065 (Latest version of Emacs): Mention source code repository.
6066
6067 2009-06-16 Glenn Morris <rgm@gnu.org>
6068
6069 * faq.texi (Top): Language tweak.
6070 (Extended commands): Most people have arrow keys.
6071 (Emacs manual): Say how to follow info links.
6072 (File-name conventions): Change title a bit. Explain about source
6073 versus installed. Condense etc description.
6074 (Guidelines for newsgroup postings): Mention Savannah list page.
6075 (Newsgroup archives): Simplify.
6076 (Contacting the FSF): Add contact URL.
6077 (Emacs Lisp documentation): Printed version not always available.
6078 (Installing Texinfo documentation): Explain how by hand installation is
6079 not normally needed. Use add-to-list. Remove duplicate reference.
6080 (Informational files for Emacs): Move info on Help menu here from
6081 "File-name conventions".
6082 (Help installing Emacs): Tweak uref.
6083 (Obtaining the FAQ): Mention repository.
6084 (Origin of the term Emacs): Explain "ITS".
6085 (Changing load-path): Use add-to-list.
6086 (Automatic indentation): Clarify this is for Text mode.
6087 Don't mention Indented Text mode.
6088 (Finding Emacs on the Internet): The FSF does not seem to offer a
6089 deluxe distribution on CD anymore.
6090
6091 2009-06-16 Glenn Morris <rgm@gnu.org>
6092
6093 * faq.texi (Top): Mention which Emacs version this FAQ is about.
6094 Recommend the latest release. Mention how to get older FAQs.
6095 Recommend the Emacs manual.
6096 (Guidelines for newsgroup postings): Discourage cross-posts.
6097 (Underlining paragraphs): Remove.
6098 (Editing MS-DOS files): Remove pre-Emacs 20 information.
6099 (Bugs and problems): Update key-binding.
6100 (Problems with very large files): Mention 64-bit.
6101 (Shell process exits abnormally): Remove.
6102 (Problems with Shell Mode): Rename and update.
6103 (Spontaneous entry into isearch-mode)
6104 (Problems talking to certain hosts): Remove. This is old information,
6105 in etc/PROBLEMS if needed.
6106 (Emacs takes a long time to visit files, Updating Emacs): Remove.
6107 (Dired claims that no file is on this line): Update.
6108 (Installing Emacs, Problems building Emacs): Simplify.
6109 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
6110 information.
6111 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
6112 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
6113 (JDEE): "JDEE", not "JDE".
6114 (Handling C-s and C-q with flow control, Binding C-s and C-q):
6115 Remove. This is old information, in etc/PROBLEMS if needed.
6116 (stty and Backspace key, Kanji and Chinese characters): Remove.
6117 (Right-to-left alphabets): Update section.
6118 (Changing the included text prefix): Gnus uses message-yank-prefix.
6119 Add cross-reference to Supercite manual.
6120 (Saving a copy of outgoing mail): Simplify output file description.
6121 (Expanding aliases when sending mail): Refer to Emacs manual.
6122 Remove old info about RFC822.
6123 Correct description of how to rebuild aliases.
6124 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
6125 (MIME with Emacs mail packages)
6126 (Viewing articles with embedded underlining)
6127 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
6128 Remove old sections.
6129 (Killing based on nonstandard headers): Remove. Scoring is preferable,
6130 and is well-documented in the Gnus manual.
6131 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
6132 (Making Gnus faster): Rename from "Starting Gnus faster".
6133 Merge "Catch-up is slow in Gnus" into here.
6134
6135 2009-06-14 Glenn Morris <rgm@gnu.org>
6136
6137 * faq.texi (Status of Emacs): Re-order with most recent releases first.
6138 (New in Emacs 23): New section.
6139 (Handling C-s and C-q with flow control): Add xref.
6140
6141 2009-06-13 Glenn Morris <rgm@gnu.org>
6142
6143 * faq.texi (Setting up a customization file): Grammar fix.
6144 Customize is no longer "new".
6145 (Displaying the current line or column): Line-number mode is on by
6146 default. Don't mention `column' package. Mention linum.el.
6147 (Turning on abbrevs by default): Explain how to do it for buffers,
6148 modes, and everywhere.
6149 (Associating modes with files): Use add-to-list. Don't mention Emacs
6150 19.
6151 (Highlighting a region): On by default since 23.1.
6152 (Replacing highlighted text): Update doc quote.
6153 (Working with unprintable characters): Don't mention search-quote-char.
6154 (Using an already running Emacs process): Gnuclient is probably not an
6155 enhancement these days.
6156 (Indenting switch statements): Remove mention of pre-Emacs 20.
6157 (Horizontal scrolling): Abbreviate Emacs 20 description.
6158 (Replacing text across multiple files): Fix name of dired command.
6159 (Disabling backups): Use require not load.
6160 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
6161
6162 2009-06-13 Bill Wohler <wohler@newt.com>
6163
6164 Release MH-E manual version 8.2.
6165
6166 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6167 release 8.2.
6168
6169 2009-06-13 Glenn Morris <rgm@gnu.org>
6170
6171 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
6172 in this day and age the common meaning is "on the web".
6173 (copying): Use @copyright in all cases.
6174 (Basic keys): Remove reference to deleted manual node "Text Characters".
6175 (File-name conventions): Use GNU as an example rather than SERVICE.
6176 default.el lives in site-lisp. Update Info directory location.
6177 (Real meaning of copyleft): GPL actions have been brought, but all
6178 settled out of court.
6179 (Guidelines for newsgroup postings): Shorten section title.
6180 Simplify comp.emacs description.
6181 (Newsgroup archives): Change Google URL. Describe Gmane.
6182 (Unsubscribing from Emacs lists): Remove discussion of "distribution
6183 points". Mention List-Unsubscribe header.
6184 (Contacting the FSF): Update email and URLs.
6185 (Basic editing): Mention F1 for help.
6186 (Installing Texinfo documentation): Refer to Texinfo website rather
6187 than ftp server.
6188 (Printing a Texinfo file): Mention texi2pdf.
6189 (Informational files for Emacs): Don't describe FTP or SERVICE, they
6190 are just stubs nowadays.
6191 (Latest version of Emacs): Explain version numbers.
6192 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
6193 (Turning on syntax highlighting): No need to mention hilit19 any more.
6194 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
6195 (Modes for various languages): Remove section.
6196 (Major packages and programs): Remove most version and maintainer
6197 information - it's hard to keep up-to-date, and adds nothing.
6198 Similarly with direct links to mailing lists.
6199 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
6200 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
6201 years, and Emacs comes with tools for this now.
6202 (Patch): Remove section - this is a standard tool.
6203 (Using function keys under X): Remove section.
6204
6205 2009-06-12 Glenn Morris <rgm@gnu.org>
6206
6207 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
6208 (Help installing Emacs): Remove reference to deleted X11 node.
6209 (Associating modes with files): Interpreter-mode-alist is no longer
6210 subservient to auto-mode-alist.
6211 (Installing Emacs): Change future Emacs version.
6212 (Linking with -lX11 fails): Remove old section.
6213 (Packages that do not come with Emacs): Update ELL location.
6214 Emacs Lisp archive is dead.
6215 (Emacs for Windows): Remove reference to old CE port.
6216 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
6217 (Emacs for VMS and DECwindows): Remove old ports.
6218 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
6219 (Removing flashing messages): Remove section about non-existent Gnus
6220 option.
6221
6222 * faq.texi (Top): Add @top command.
6223 Remove the optional arguments from all @node commands: makeinfo can
6224 generate these automatically, and it is easier to edit and rearrange
6225 nodes without them.
6226
6227 2009-06-11 Glenn Morris <rgm@gnu.org>
6228
6229 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
6230 (The LPF): Make the updated URL the sole reference point.
6231 (Learning how to do something): Update refcard price and format.
6232 (Getting a printed manual): Sources in doc/emacs/, not man/.
6233 Also available in PDF format. Since the page count varies, be less
6234 precise.
6235 (Informational files for Emacs): Remove references to deleted files
6236 LPF and SUN-SUPPORT, and to UUCP.
6237 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
6238 Remove many obsolete ways to get the FAQ, which now seems only to be
6239 distributed with Emacs.
6240 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
6241
6242 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * org.texi (Org Plot): Fix tags (Bug#3507).
6245 (Workflow states, Agenda commands): Fix tags (Bug#3508).
6246
6247 * ada-mode.texi (Installation, Compile commands)
6248 (Project File Overview, No project files, Set compiler options)
6249 (Use GNAT project file, Use multiple GNAT project files)
6250 (Identifier completion): Use @samp for menu items, and @kbd for key
6251 sequences (Bug#3504).
6252
6253 2009-06-04 Daiki Ueno <ueno@unixuser.org>
6254
6255 * gnus.texi (Security): Fix wording; add a link to epa.info.
6256
6257 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
6258
6259 * message.texi (Header Commands): Fix descriptions to match
6260 keybindings.
6261
6262 2009-04-22 Daiki Ueno <ueno@unixuser.org>
6263
6264 * gnus.texi (Security): Mention that EasyPG is the current default.
6265
6266 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
6267
6268 * ediff.texi (Session Commands): Fix typo.
6269
6270 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6271
6272 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
6273 news.software.readers. Reported by Florian Rehnisch.
6274
6275 2009-04-02 Glenn Morris <rgm@gnu.org>
6276
6277 * auth.texi: Capitalize direntry.
6278
6279 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
6280 using a period in the entry name. (Bug#2797)
6281
6282 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
6285 ($(infodir)/auth, auth.dvi): New targets.
6286
6287 2009-03-03 Glenn Morris <rgm@gnu.org>
6288
6289 * auth.texi: Fix @setfilename.
6290
6291 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
6292 (auth, $(infodir)/auth, auth.dvi): New rules.
6293
6294 2009-02-25 Glenn Morris <rgm@gnu.org>
6295
6296 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
6297
6298 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
6301
6302 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6303
6304 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
6305 gnus-nocem-issuers, and gnus-nocem-verifyer.
6306
6307 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6308
6309 * ada-mode.texi (Project files, Automatic Casing):
6310 * dbus.texi (Signals):
6311 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
6312 * mh-e.texi (HTML):
6313 * nxml-mode.texi (Locating a schema)
6314 (Using the document's URI to locate a schema):
6315 * org.texi (Footnotes, Using the mapping API):
6316 * rcirc.texi (Channels): Remove duplicate words.
6317
6318 2009-02-20 Glenn Morris <rgm@gnu.org>
6319
6320 * dired-x.texi (Miscellaneous Commands):
6321 * gnus.texi: Minor updates for mbox Rmail.
6322
6323 2009-02-16 Karl Berry <karl@gnu.org>
6324
6325 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
6326 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
6327 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
6328 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
6329 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
6330 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
6331 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
6332 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6333 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
6334 Consistently use @insertcopying in the Top node,
6335 @contents at the front (after @end titlepage),
6336 and @direntry after @copying. (Bug#1988)
6337
6338 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6339
6340 * auth.texi: New file documenting auth-source.
6341
6342 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
6343
6344 * org.texi (Org Plot): Fix link.
6345
6346 2009-02-09 Daiki Ueno <ueno@unixuser.org>
6347
6348 * epa.texi (Mail-mode integration): Mention the way to do
6349 "encrypt-to-self". (Bug#1807)
6350
6351 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
6352
6353 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
6354
6355 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
6356
6357 * gnus-news.texi: Print version about Incoming*.
6358
6359 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
6360
6361 * org.texi (Structure editing, Handling links)
6362 (Fast access to TODO states, Javascript support): Make standard docs
6363 correctly reflect default variable settings.
6364
6365 2009-02-02 Glenn Morris <rgm@gnu.org>
6366
6367 * org.texi: Fix typos.
6368
6369 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
6370
6371 Sync with Tramp 2.1.15.
6372
6373 * trampver.texi: Update release number.
6374
6375 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
6376
6377 * org.texi (TODO dependencies): Document TODO dependencies on
6378 checkboxes.
6379
6380 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
6381
6382 * org.texi (TODO dependencies): Document key binding for toggling
6383 ORDERED property.
6384
6385 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
6388 of hook functions.
6389
6390 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
6391
6392 * org.texi (TODO dependencies): New section.
6393
6394 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
6395
6396 * org.texi (Plain lists, TODO basics, Priorities)
6397 (Multiple sets in one file, Conflicts): Document interaction with
6398 `shift-selection-mode'.
6399
6400 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
6401
6402 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6403 Make Calc the subject of sentences.
6404 (Rearranging Formulas using Selections): Discuss new options
6405 for `j *'.
6406
6407 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
6408
6409 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6410
6411 2009-01-26 Glenn Morris <rgm@gnu.org>
6412
6413 * org.texi: Fix typos.
6414
6415 2009-01-26 Bill Wohler <wohler@newt.com>
6416
6417 * mh-e.texi (EDITION, UPDATED): Update.
6418
6419 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
6420
6421 * org.texi (References): Add information about remote references.
6422 (Built-in table editor): Document `C-c RET' in tables.
6423 (Math symbols, Quoting LaTeX code): Mention that simple
6424 LaTeX macros survive LaTeX export.
6425 (Images in LaTeX export): Show how to create a reference to a
6426 figure.
6427 (Sectioning structure): Document that the LaTeX class can be
6428 specified in a property.
6429 (Text areas in HTML export): New section.
6430 (External links): Add examples for text search and ID links.
6431 (Built-in table editor): Remove the descriptio of `C-c
6432 C-q', it not longer works.
6433 (Literal examples): Document that a space must follow
6434 the colon in short examples.
6435 (Relative timer): Document `org-timer-stop'.
6436 (Footnotes): New section.
6437 (Footnote markup): Shorten section and refer to new Footnote
6438 section.
6439 (Literal examples): Add documentation for line
6440 numbering in and references to code examples.
6441 (CSS support): Fix the description of default CSS styles.
6442 (Capturing column view): Document
6443 "file:path/to/file.org" as an allowed value for the ID property of
6444 a dynamic block copying column view.
6445
6446 2009-01-23 Stephen Eglen <stephen@gnu.org>
6447
6448 * mh-e.texi (Getting Started): Describe $MH.
6449
6450 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * tramp.texi (all): Harmonize usage of "external method",
6453 "external transfer method" and "out-of-band method".
6454 (Connection types): Precise the differences of inline and external
6455 methods. Written by Adrian Phillips <a.phillips@met.no>.
6456
6457 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6458
6459 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6460 commands as described at the top. Reported by Allan Gottlieb
6461 <gottlieb@nyu.edu>.
6462
6463 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6466 nnmail-pathname-coding-system.
6467
6468 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6469
6470 * org.texi (Relative timer): Fix typo.
6471
6472 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * org.texi (Clocking work time): Fix typo.
6475 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
6476
6477 2009-01-13 Glenn Morris <rgm@gnu.org>
6478
6479 * org.texi: Fix some more typos.
6480
6481 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6482
6483 * org.texi: Fix some typos.
6484
6485 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6486
6487 * gnus.texi (Group Parameters): Add note for local variables.
6488
6489 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6490
6491 * gnus.texi (Converting Kill Files): Fix URL.
6492 Include gnus-kill-to-score.el in contrib directory.
6493
6494 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6495
6496 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6497 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6498 (Paging the Article): Add index entry.
6499
6500 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6501
6502 * ada-mode.texi (Examples): Delete redundant text.
6503
6504 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
6505
6506 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6507
6508 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6509 addresses.
6510
6511 2009-01-03 Bill Wohler <wohler@newt.com>
6512
6513 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6514 kept empty.
6515
6516 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6517
6518 * org.texi (Activation, Exporting, ASCII export, HTML export)
6519 (HTML Export commands, LaTeX/PDF export commands):
6520 Improve documentation about transient-mark-mode.
6521 (References): Document the use of special names like $LR1 to reference
6522 to fields in the last table row.
6523
6524 2008-12-19 Juri Linkov <juri@jurta.org>
6525
6526 * info.texi (Search Text): Remove mention of removed key binding M-s.
6527
6528 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6529
6530 * org.texi (References): Remove mentioning of @0 as reference for the
6531 last line, this has been reverted in the Lisp sources.
6532
6533 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6536 (DVI_TARGETS): Remove duplicates. Add sasl.
6537 ($(infodir)/sasl, sasl.dvi): New targets.
6538
6539 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6540
6541 * org.texi: Version number pushed to 6.15d.
6542
6543 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6544
6545 * org.texi (Tables in LaTeX export): New section.
6546 (Images in LaTeX export): New section.
6547 (Inlined images, Images in HTML export): Sections renamed.
6548
6549 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6550
6551 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6552
6553 2008-12-04 David Engster <dengste@eml.cc>
6554
6555 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6556 of nnml-get-new-mail. Change URL for mairix patch.
6557
6558 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6559
6560 * org.texi (Using the mapping API): Fix bug in mapping example.
6561 (Publishing options): Make the list of properties complete again, in
6562 correspondence to the variable `org-export-plist-vars'.
6563 (Property searches): Document new special values for time comparisons.
6564 (Tag inheritance): Refine the description of tag inheritance.
6565 (Project alist): Add info about the publishing sequence of components.
6566 (Effort estimates): Document the new relative timer.
6567
6568 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6569
6570 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6571 (Using Calc): Clarify use of `C-x * o'.
6572 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6573
6574 2008-11-28 Richard M Stallman <rms@gnu.org>
6575
6576 * dbus.texi (Receiving Method Calls): Clean up previous change.
6577
6578 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6579
6580 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6581 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6582 `dbus-unescape-from-identifier'.
6583 (Receiving Method Calls): New constants `dbus-service-emacs' and
6584 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6585 (Signals): Use the constants in the example.
6586
6587 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6588
6589 * org.texi: Re-apply change to FDL 1.3.
6590
6591 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6592
6593 * org.texi (Setting up Remember): Document `org-remember-mode'.
6594 (External links): Document that bbdb links can use a regular
6595 expression.
6596 (External links): Document that elisp links can contain interactive
6597 commands.
6598
6599 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6600
6601 * viper.texi (viper-translate-all-ESC-keysequences):
6602 Description removed.
6603
6604 2008-11-19 Glenn Morris <rgm@gnu.org>
6605
6606 * doclicense.texi: Change to FDL 1.3.
6607 Relicense all texi files under FDL 1.3 or later.
6608
6609 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6610
6611 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6612
6613 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6614
6615 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6616
6617 * ediff.texi: Version/date change.
6618
6619 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6622
6623 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6624
6625 * calc.texi (About This Manual): Comment out a mention of
6626 marginal notes.
6627
6628 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6629
6630 * org.texi (Clocking work time): Document the :formula property of
6631 clock tables.
6632 (Structure editing, Refiling notes): Document refiling regions.
6633 (Agenda commands): Document the double-prefix version
6634 of the `l' command in the agenda.
6635 (Handling links): Explain the effect of a double prefix
6636 arg to `C-c C-o'.
6637 (TODO basics): Add documentation for tag triggers.
6638
6639 2008-10-23 Glenn Morris <rgm@gnu.org>
6640
6641 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6642 byte-compiling things like `+'.
6643
6644 * ns-emacs.texi: Merge copyright years of author now with assignment
6645 into FSF years.
6646 (VER): Use it for easier automatic updating. Use Emacs version rather
6647 than standalone Emacs.app version.
6648
6649 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6650
6651 * org.texi: Lots of minor fixes.
6652 (Capture): New chapter.
6653 (Org Plot): New section.
6654
6655 2008-09-30 Magnus Henoch <mange@freemail.hu>
6656
6657 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6658
6659 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6660
6661 * calc.texi (User Defined Units): Mention how to enter optional display
6662 string.
6663
6664 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6665
6666 * message.texi (Sending Variables): Fix variable documentation to
6667 avoid the "y/n" wording.
6668
6669 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6670
6671 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6672
6673 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6674
6675 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6676 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6677
6678 2008-09-22 Bill Wohler <wohler@newt.com>
6679
6680 Release MH-E manual version 8.1.
6681
6682 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6683 release 8.1.
6684
6685 * mh-e.texi: Retain dual license as agreed to by the FSF.
6686 However, bump GPL to Version 3.
6687 Use @include for license text.
6688
6689 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6690
6691 * gnus.texi (Top, Setup, Fancy splitting to parent)
6692 (Store custom flags and keywords, Store arbitrary data):
6693 Clean up markup.
6694
6695 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6696
6697 * gnus.texi (The Gnus Registry): Document it.
6698
6699 2008-09-08 David Engster <dengste@eml.cc>
6700
6701 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6702 Clarify section about choosing back end servers.
6703
6704 2008-08-23 Glenn Morris <rgm@gnu.org>
6705
6706 * dired-x.texi (Shell Command Guessing):
6707 Mention dired-guess-shell-case-fold-search. (Bug#417)
6708
6709 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * trampver.texi: Update release number.
6712
6713 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6714
6715 * ns-emacs.texi: Update version.
6716 (Introduction): Correct menu location for options save.
6717 (Customization): Note that defaults are stored under org.gnu.Emacs.
6718
6719 2008-08-11 Bill Wohler <wohler@newt.com>
6720
6721 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6722 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6723 Henman) (closes SF #1768928).
6724
6725 2008-08-10 Glenn Morris <rgm@gnu.org>
6726
6727 * ns-emacs.texi: Use @copying. Change copyright of authors with
6728 assignment to FSF. Change license to GFDL.
6729 (Top): Remove outdated references.
6730
6731 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6734 Add gnus-summary-sort-by-most-recent-number and
6735 gnus-summary-sort-by-most-recent-date.
6736 (Summary Sorting): Explain prefix argument.
6737
6738 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6739
6740 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6741 gnus-summary-pipe-output.
6742
6743 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6744
6745 * dbus.texi (Receiving Method Calls): Document error handling of own
6746 D-Bus methods.
6747
6748 2008-08-01 Bill Wohler <wohler@newt.com>
6749
6750 * mh-e.texi (Reading Mail)
6751 (Viewing Attachments): Describe new function
6752 mh-show-preferred-alternative.
6753 (Sending Mail, Redistributing, Sending Message): Describe new hook
6754 mh-annotate-msg-hook.
6755
6756 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6757
6758 * dbus.texi (Arguments and Signatures): Fix example.
6759 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6760 (Asynchronous Methods): New node.
6761 (Errors and Events): Describe extended layout of `dbus-event'.
6762 New defun `dbus-event-message-type'.
6763
6764 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * ediff.texi: Remove VMS support.
6767
6768 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6771 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6772
6773 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * Makefile.in: Add mairix-el targets.
6776
6777 2008-07-29 David Engster <deng@randomsample.de>
6778
6779 * mairix-el.texi: New file.
6780
6781 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6782
6783 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6784 project files. Delete 'main_unit' project variable; not needed. Allow
6785 process environment variables wherever project variables are allowed.
6786 Add tutorial section on multiple GNAT project files.
6787
6788 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6789
6790 Sync with Tramp 2.1.14.
6791
6792 * trampver.texi: Update release number.
6793
6794 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6795
6796 * ns-emacs.texi:
6797 * faq.texi: Remove mentions of Mac Carbon.
6798
6799 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * gnus.texi (Saving Articles): Describe the 2nd argument of
6802 gnus-summary-save-in-pipe.
6803 (SpamAssassin): Use it.
6804
6805 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6806
6807 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6808
6809 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6810
6811 * org.texi (Export options): Document the use of the creator flag.
6812
6813 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6814
6815 * org.texi: New version 6.06a.
6816
6817 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6820 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6821
6822 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6823
6824 * calc.texi (Editing Stack Entries, Algebraic Entry):
6825 Rewrite introductory sentences so it can be used by
6826 Calc's help functions. Mention fixing typos.
6827 (Customizing Calc): Fix typo.
6828
6829 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6830
6831 * calc.texi (summarykey): New macro. Use to correctly format keys in
6832 the summary.
6833
6834 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6835
6836 * ns-emacs.texi (Customization): Corrected documentation on color
6837 specification formats.
6838
6839 2008-07-19 Andreas Schwab <schwab@suse.de>
6840
6841 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6842
6843 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6844 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6845
6846 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6847
6848 * dbus.texi (Inspection): Rework, introduce submenus.
6849 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6850 (Properties and Annotations, Arguments and Signatures): New nodes.
6851
6852 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * dbus.texi (Receiving Method Calls): Fix description of
6855 `dbus-register-method'.
6856 (Signals): Allow also signal arguments for filtering in
6857 `dbus-register-signal'.
6858
6859 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6860
6861 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6862 `cnorm'.
6863 (Arithmetic Tutorial): Simplify the verification of prime factors.
6864
6865 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * gnus.texi (Saving Articles): Mention
6868 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6869
6870 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6871
6872 * calc.texi: Adjust mode line throughout.
6873
6874 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * sasl.texi (Mechanisms): Fix typos.
6877
6878 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6879
6880 * calc.texi (Killing from the stack): Mention using normal Emacs
6881 copying.
6882
6883 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6884
6885 * tramp.texi (Password handling): Rename from "Password caching".
6886 Add `auth-source' mechanism.
6887 (Connection caching): Tramp reopens the connection automatically,
6888 when the operating system on the remote host has been changed.
6889
6890 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6891
6892 * makefile.w32-in (distclean): Remove makefile.
6893
6894 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6895
6896 * org.texi (Using the mapping API): New section.
6897 (Agenda column view): New section.
6898 (Moving subtrees): Document archiving to the archive sibling.
6899 (Agenda commands): Document columns view in the agenda.
6900 (Using the property API): Document the API for multi-valued properties.
6901
6902 2008-06-17 Jason Riedy <jason@acm.org>
6903
6904 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6905 function, and efmt may be a two-argument function.
6906 (Radio tables): Document multiple destinations.
6907
6908 2008-06-16 Glenn Morris <rgm@gnu.org>
6909
6910 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6911 Add Cover-Texts.
6912
6913 2008-06-15 Glenn Morris <rgm@gnu.org>
6914
6915 * faq.texi (VER): Update to 23.0.60.
6916
6917 * mh-e.texi: Remove option of licensing under GPL.
6918 Add Cover-Texts to GFDL permissions notice.
6919 (GPL): Remove section.
6920 (GFDL): Include doclicense.texi rather than the actual text.
6921
6922 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6923 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6924
6925 * sasl.texi: Fix output file name.
6926
6927 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6928
6929 * gnus-coding.texi: Refer to license in Gnus manual.
6930
6931 * idlwave.texi, sasl.texi: Use @copying.
6932
6933 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6934
6935 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6936
6937 * url.texi: Use @copying, @title, @subtitle, @author.
6938
6939 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6940 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6941 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6942 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6943 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6944 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6945 * widget.texi, woman.texi:
6946 Remove references to external license, since doclicense is included.
6947
6948 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6949 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6950 Remove references to non-existent Invariant Sections.
6951
6952 2008-06-14 Glenn Morris <rgm@gnu.org>
6953
6954 * faq.texi (Major packages and programs): Remove references to external
6955 Supercite, Calc, VIPER, since they have been included for some time.
6956 Update VM, AUCTeX, BBDB entries.
6957
6958 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6959
6960 * newsticker.texi: Updated to match latest newsticker changes.
6961
6962 2008-06-13 Glenn Morris <rgm@gnu.org>
6963
6964 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6965 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6966 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6967 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6968 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6969 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6970 * woman.texi:
6971 Update Back-Cover Text as per maintain.info.
6972
6973 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6976
6977 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6978 (gnus-faq.xml): Update repository host.
6979
6980 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6981
6982 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6983
6984 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6985 Fix a typo.
6986
6987 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * gnus.texi (Mail Source Customization): Correct values of
6990 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6991 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6992
6993 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6994
6995 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6996 coding standards.
6997
6998 2008-06-14 David Engster <dengste@eml.cc>
6999
7000 * gnus.texi (nnmairix): Markup fixes.
7001
7002 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
7003
7004 * gnus.texi (nnmairix): Markup and other minor fixes.
7005
7006 2008-06-05 David Engster <dengste@eml.cc>
7007
7008 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
7009
7010 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
7013 (Searching, nnir, nnmairix): New stub nodes.
7014
7015 2008-05-30 Felix Lee <felix.1@canids.net>
7016
7017 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
7018
7019 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
7022
7023 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
7026
7027 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
7028
7029 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
7030
7031 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
7032
7033 * info.texi (Top): Fix typo in xref.
7034
7035 2008-05-05 Karl Berry <karl@gnu.org>
7036
7037 * info.texi (Top): @xref to stand-alone manual.
7038
7039 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
7042 (Various Summary Stuff): Fix typo in last xref.
7043
7044 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7045
7046 * org.texi (Moving subtrees): Fix typo.
7047
7048 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * tramp.texi (Frequently Asked Questions): Explain, how to disable
7051 Tramp via `tramp-mode'.
7052
7053 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
7054
7055 * org.texi: Massive changes, in many parts of the file.
7056
7057 2008-04-27 Jason Riedy <jason@acm.org>
7058
7059 * org.texi (A LaTeX example): Note that fmt may be a
7060 one-argument function, and efmt may be a two-argument function.
7061 (Radio tables): Document multiple destinations.
7062
7063 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * gnus.texi (Oort Gnus): Add message-fill-column.
7066
7067 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7068
7069 * gnus.texi (Mail Source Specifiers): Typo fix.
7070
7071 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7072
7073 * gnus.texi (Diary Headers Generation): Update key binding for
7074 `gnus-diary-check-message'.
7075
7076 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * gnus.texi (Emacsen): Addition.
7079
7080 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
7081
7082 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
7083
7084 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
7085
7086 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
7087
7088 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
7089
7090 * gnus-news.texi: Update tool bar item.
7091
7092 2008-04-09 Sven Joachim <svenjoac@gmx.de>
7093
7094 * gnus-news.texi: Fix typos.
7095
7096 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
7097
7098 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
7099 Add mention of `kron'.
7100
7101 2008-04-01 Daiki Ueno <ueno@unixuser.org>
7102
7103 * epa.texi (Encrypting/decrypting *.gpg files):
7104 Document epa-file-name-regexp.
7105
7106 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7107
7108 * gnus.texi (Example Methods): Fix description about ssh-agent.
7109 (Indirect Functions): Fix the default value of nntp-telnet-command;
7110 remove link to connect.html.
7111
7112 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
7115 dbus-call-method.
7116 (Receiving Method Calls): The timeout can be set by the calling client.
7117
7118 * trampver.texi: Update release number.
7119
7120 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
7121
7122 * gnus.texi (Top): Fix version. Add SASL.
7123
7124 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
7125
7126 Sync with Tramp 2.1.13.
7127
7128 * trampver.texi: Update release number.
7129
7130 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * org.texi: Update to new org-mode website.
7133
7134 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * cl.texi (For Clauses): Fix loop over key-seq to match code.
7137
7138 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7139
7140 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
7141 gnus-read-ephemeral-gmane-group-url,
7142 gnus-read-ephemeral-emacs-bug-group,
7143 gnus-read-ephemeral-debian-bug-group.
7144
7145 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7146
7147 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
7148
7149 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
7150 Add FIXMEs for Bookmarks and gnus-registry-marks.
7151
7152 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7153
7154 * gnus.texi (Smileys): Document `smiley-style'.
7155
7156 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * gnus.texi (Gnus Development): Clarify difference between ding and
7159 gnu.emacs.gnus.
7160 (MIME Commands, Using MIME, RSS): Fix markup.
7161
7162 * gnus-faq.texi ([8.4]): Ditto.
7163
7164 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7165
7166 * gnus.texi (Emacsen): Remove obsolete stuff.
7167
7168 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7169
7170 * gnus.texi (Oort Gnus): Add version info WRT
7171 `mail-source-delete-incoming'.
7172
7173 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * gnus.texi (Top): Add "Other related manuals" and version info in
7176 `iftex' output.
7177 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
7178 gnus-balloon-face-0 and the corresponding format specifiers.
7179
7180 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * tramp.texi (Filename completion): Remove footnote about let-bind
7183 of `partial-completion-mode'. It doesn't work this way.
7184
7185 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * pcl-cvs.texi (Contributors): Update my email.
7188
7189 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7190
7191 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
7192
7193 2008-03-17 Bill Wohler <wohler@newt.com>
7194
7195 * mh-e.texi (Viewing): Update URL for adding header fields to
7196 mh-invisible-header-fields-default.
7197
7198 2008-03-16 Bill Wohler <wohler@newt.com>
7199
7200 * mh-e.texi (Preface): Add Gnus to requirements.
7201 (Forwarding): Note that forwarded MIME messages are now inline.
7202
7203 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
7206 (Common Variables): Give precedence to the netcat methods over the
7207 telnet methods, and mention that they are more reliable.
7208
7209 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
7210
7211 * org.texi (Exporting Agenda Views): Document agenda export to
7212 iCalendar.
7213 (Progress logging): Document the new progress logging stuff.
7214
7215 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7216
7217 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
7218 Update for change of `mail-source-delete-incoming'.
7219
7220 * gnus-news.texi: Ditto.
7221
7222 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
7225 custom versions.
7226
7227 2008-03-07 Alan Mackenzie <acm@muc.de>
7228
7229 * cc-mode.texi (Limitations and Known Bugs): State that the number of
7230 parens/brackets in a k&r region is limited.
7231
7232 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7233
7234 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
7235 using different Emacs versions.
7236
7237 2008-02-27 Glenn Morris <rgm@gnu.org>
7238
7239 * sc.texi: Remove a lot of old and obsolete info.
7240 (titlepage): Simplify.
7241 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
7242 (VM with any Emacsen, GNEWS with any Emacsen)
7243 (Overloading for Non-conforming MUAs, Version 3 Changes)
7244 (The Supercite Mailing List): Delete nodes.
7245 (Introduction): Remove info about old packages.
7246 (Getting Connected): Simplify. Remove info about old packages.
7247 (Citing Commands): Delete Emacs 19 info.
7248 (Hints to MUA Authors): Simplify.
7249 (Thanks and History): Merge in some info from the deleted node
7250 "Version 3 Changes".
7251
7252 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
7253
7254 * org.texi (Setting tags, In-buffer settings):
7255 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
7256
7257 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * gnus-news.texi: Mention that spaces and tabs are allowed in the
7260 installation directory name.
7261
7262 2008-02-12 Romain Francoise <romain@orebokech.com>
7263
7264 * epa.texi (Overview): Fix typo.
7265
7266 2008-02-11 Daiki Ueno <ueno@unixuser.org>
7267
7268 * epa.texi (Quick start): Remove the .emacs setting.
7269
7270 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7271
7272 * epa.texi (Quick start): Use the command `epa-enable' instead of
7273 loading `epa-setup'.
7274
7275 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
7276
7277 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
7278 ($(infodir)/epa, epa.dvi): New targets.
7279
7280 2008-02-08 Daiki Ueno <ueno@unixuser.org>
7281
7282 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
7283
7284 * epa.texi: New manual documenting the EasyPG Assistant.
7285
7286 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
7289 (Inspection): New function dbus-ping.
7290
7291 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
7292
7293 * tramp.texi (Remote processes): Add `shell-command'.
7294
7295 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
7296
7297 * tramp.texi: Use new FSF's Back-Cover Text.
7298
7299 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
7300
7301 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
7302 (Group Parameters): Document `mail-source' parameter.
7303
7304 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
7305
7306 * tramp.texi (Inline methods): The hostname of the su(do)? methods
7307 must be a local host.
7308
7309 2008-01-26 Michael Olson <mwolson@gnu.org>
7310
7311 * erc.texi: Update version for ERC 5.3 release.
7312 (Obtaining ERC): Update extras URLs for 5.3.
7313 (Development): Write instructions for git, and remove those for Arch.
7314 (History): Mention the switch to git.
7315
7316 2008-01-24 Karl Berry <karl@gnu.org>
7317
7318 * info.texi (Search Index, Search Text): Mention the command
7319 character in the section name, a la the (Go to node) node.
7320
7321 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
7322
7323 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
7324
7325 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * gnus-news.texi: Mention gnus-article-describe-bindings.
7328
7329 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
7332
7333 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
7334
7335 * org.texi (Property inheritance): New section.
7336 (Conventions): New section.
7337 (Structure editing): Document C-RET, the prefix arg to the cut/copy
7338 commands, and the new bindings for refiling.
7339 (Sparse trees): Document the new special command for sparse trees.
7340 (References): Be more clear about the counting of hilines.
7341 (Handling links): Document M-p/n for accessing links.
7342 (Fast access to TODO states): New section.
7343 (Per file keywords): New section.
7344 (Property inheritance): New section.
7345 (Column attributes): New summary types.
7346 (Capturing Column View): New section.
7347 (The date/time prompt): Cover the new features in the date/time prompt.
7348 Compactify the table of keys for the calendar remote control.
7349 (Clocking work time): Document the new :scope parameter.
7350 (Remember): Promoted to chapter.
7351 (Quoted examples): New section.
7352 (Enhancing text): New verbatim environments.
7353
7354 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * trampver.texi: Update release number.
7357
7358 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7359
7360 * gnus.texi (Article Keymap):
7361 Add gnus-article-wide-reply-with-original; fix descriptions of
7362 gnus-article-reply-with-original and
7363 gnus-article-followup-with-original.
7364
7365 2008-01-09 Glenn Morris <rgm@gnu.org>
7366
7367 * nxml-mode.texi: Add @copying section.
7368
7369 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7370
7371 * message.texi (Mail Variables): Add some text from "(gnus)Posting
7372 Server". Add `message-send-mail-with-mailclient'.
7373
7374 * gnus.texi (Posting Server): Move some text to "(message)Mail
7375 Variables" and add a reference here.
7376
7377 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
7378
7379 * dbus.texi (Receiving Method Calls): New chapter.
7380 (Errors and Events): Add serial number to events. Replace "signal" by
7381 "message". Introduce dbus-event-serial-number.
7382
7383 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
7384
7385 * dbus.texi (Type Conversion): Explain the type specification for empty
7386 arrays. Use another example.
7387
7388 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * dbus.texi (all): Replace "..." by @dots{}.
7391 (Type Conversion): Precise the value range for :byte types.
7392 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
7393 Mention its return value.
7394 (Errors and Events): There is no D-Bus error propagation during event
7395 processing.
7396
7397 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
7398
7399 * calc.texi (Yacas Language, Maxima Language, Giac Language):
7400 New sections.
7401
7402 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * gnus.texi (Group Parameters): Reorder the text and add a note about
7405 `gnus-parameters' near the beginning of the node.
7406
7407 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7408
7409 * gnus.texi (Score File Editing): Fix function name.
7410
7411 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
7412
7413 Sync with Tramp 2.1.12.
7414
7415 * trampver.texi: Update release number.
7416
7417 2007-12-22 Richard Stallman <rms@gnu.org>
7418
7419 * cc-mode.texi (Getting Started): Change @ref to @pxref.
7420
7421 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
7422
7423 * dbus.texi (Type Conversion): Correct input parameters mapping.
7424
7425 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
7426
7427 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7428 (Errors and Events): Mention wrong-type-argument error.
7429
7430 2007-12-21 Alex Schroeder <alex@gnu.org>
7431
7432 * rcirc.texi: Changed single spaces after sentence end to double
7433 spaces. Fixed some typos.
7434 (Internet Relay Chat): Explain relay.
7435 (Getting started with rcirc): Change items to reflect prompts.
7436 Add more explanation to rcirc-track-minor-mode and added a comment to
7437 warn future maintainers that this section is a copy.
7438 (People): Change /ignore example.
7439 (Keywords): Not keywords.
7440
7441 2007-12-20 Alex Schroeder <alex@gnu.org>
7442
7443 * rcirc.texi (Top): Fighting Information Overload chapter added.
7444 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7445 (rcirc commands): Move /ignore command to the new chapter.
7446 (Fighting Information Overload): New chapter documenting /keyword,
7447 /bright, /dim, channel ignore, and low priority channels.
7448 (Configuration): Document rcirc-server-alist, remove
7449 rcirc-startup-channels-alist and rcirc-default-server.
7450
7451 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * dbus.texi (Signals): Fix example in dbus-register-signal.
7454
7455 2007-12-14 Sven Joachim <svenjoac@gmx.de>
7456
7457 * gnus.texi (Score Variables): Fix typo.
7458
7459 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7462 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7463 (Errors and Events): Adapt dbus-event.
7464
7465 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
7467 * gnus.texi (Other Files): Add the yenc command.
7468
7469 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7470
7471 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7472 since 2004-08-06.
7473
7474 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7477 on body.
7478
7479 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7480
7481 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7482 and rfc2047-allow-irregular-q-encoded-words; fix description of
7483 rfc2047-encode-encoded-words.
7484
7485 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7486
7487 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7488
7489 2007-12-05 Michael Olson <mwolson@gnu.org>
7490
7491 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7492 Update documentation for `remember-diary-file'.
7493
7494 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7495
7496 * dbus.texi (Signals): Precise `dbus-register-signal'.
7497 (Errors and Events): Rework events part, the internal structure of
7498 dbus-event has changed.
7499
7500 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7503 ($(infodir)/dbus, dbus.dvi): New targets.
7504
7505 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7506
7507 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7508 unconditionally.
7509
7510 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7511 emulation with @print{}.
7512
7513 2007-12-02 Richard Stallman <rms@gnu.org>
7514
7515 * dbus.texi (Overview): Minor cleanup.
7516
7517 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * Makefile.in (INFO_TARGETS): Add dbus.
7520 (DVI_TARGETS): Add dbus.dvi.
7521 (dbus, dbus.dvi): New targets.
7522
7523 * dbus.texi: New file.
7524
7525 2007-11-24 Romain Francoise <romain@orebokech.com>
7526
7527 * nxml-mode.texi: Add description in @direntry.
7528 Fix file name to match @setfilename.
7529
7530 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7531
7532 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7533 ($(infodir)/nxml-mode): New rule.
7534
7535 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7536 ($(infodir)/nxml-mode): New rule.
7537 (clean): Add nxml-mode*.
7538
7539 * nxml-mode.texi: New file with nxml manual.
7540
7541 2007-11-18 Richard Stallman <rms@gnu.org>
7542
7543 * flymake.texi (Example -- Configuring a tool called directly):
7544 Update example.
7545
7546 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * tramp.texi (Filename completion): Simplify explanation of
7549 double-slash behavior. Explain directory contents flushing.
7550
7551 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7552
7553 * calc.texi (TeX and LaTeX Language Modes): Put in
7554 missing braces.
7555
7556 2007-11-15 Richard Stallman <rms@gnu.org>
7557
7558 * cl.texi (Equality Predicates): Delete `eql'.
7559 (Predicates, Naming Conventions, Top): Delete `eql'.
7560 (Common Lisp Compatibility): Delete `eql'.
7561 (Porting Common Lisp): Delete obsolete backquote info.
7562 Minor clarification about character constants.
7563 (Sequence Basics): Minor clarification.
7564
7565 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * cc-mode.texi (Electric Keys, Custom Macros):
7568 * tramp.texi (Filename completion): Fix typos.
7569
7570 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7571
7572 * calc.texi (Basic commands): Mention the menu.
7573
7574 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7575
7576 * tramp.texi (Connection caching): Tramp flushes connection
7577 properties when remote operating system has been changed.
7578
7579 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7580
7581 * gnus-news.texi: Fix spelling.
7582 `message-insert-formatted-citation-line', not
7583 `message-insert-formated-citation-line'.
7584
7585 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7586
7587 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7588
7589 * tramp.texi (Overview): Mention also the PuTTY integration under
7590 w32. Remove paragraphs about Tramp's experimental status.
7591 (Frequently Asked Questions): Add code example for highlighting the
7592 mode line.
7593
7594 2007-11-03 Michael Olson <mwolson@gnu.org>
7595
7596 * remember.texi: Change mentions of remember-buffer to
7597 remember-finalize throughout.
7598
7599 2007-10-30 Michael Olson <mwolson@gnu.org>
7600
7601 * remember.texi (Copying): Remove.
7602 (Mailbox): Update with non-BBDB instructions.
7603 (Diary, Org): Add.
7604 (Bibliography, Planner Page): Remove.
7605
7606 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * makefile.w32-in (INFO_TARGETS): Add remember.
7609 (DVI_TARGETS): Add remember.dvi.
7610 ($(infodir)/remember): New rule.
7611 (clean): Add remember*.
7612
7613 2007-10-30 Michael Olson <mwolson@gnu.org>
7614
7615 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7616 ($(infodir)/remember): New rule that builds the Remember Manual.
7617
7618 * remember.texi: New file containing the Remember Mode Manual.
7619 Shuffle chapters around after initial import.
7620 (Function Reference): Split Keystrokes into separate chapter.
7621 (Keystrokes): Document C-c C-k.
7622 (Introduction): Fix typographical issue with "---".
7623
7624 2007-10-29 Richard Stallman <rms@gnu.org>
7625
7626 * widget.texi (Introduction): Delete discussion of implementation
7627 internals.
7628
7629 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7630
7631 * tramp.texi (Connection caching): Host names must be different
7632 when tunneling.
7633
7634 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7635
7636 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7637 Gnus v5.13.
7638
7639 2007-10-28 Miles Bader <miles@gnu.org>
7640
7641 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7642
7643 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7644
7645 * gnus.texi (Sorting the Summary Buffer):
7646 Remove gnus-article-sort-by-date-reverse.
7647
7648 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7649
7650 * gnus.texi (Non-ASCII Group Names): New node.
7651 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7652 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7653
7654 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7655
7656 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7657 clean the output of the program `imap-shell-program'.
7658
7659 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7660
7661 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7662
7663 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7664
7665 * gnus.texi (Sticky Articles): Documentation for sticky article
7666 buffers.
7667
7668 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7669
7670 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7671
7672 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7673
7674 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7675
7676 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7677
7678 * gnus.texi (Archived Messages):
7679 Document gnus-update-message-archive-method.
7680
7681 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7684
7685 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7686
7687 * gnus.texi (Group Maneuvering):
7688 Document `gnus-summary-next-group-on-exit'.
7689
7690 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus.texi (Really Various Summary Commands):
7693 Mention gnus-auto-select-on-ephemeral-exit.
7694
7695 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7696
7697 * gnus.texi, message.texi: Bump version number.
7698
7699 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7700
7701 * gnus.texi (Group Line Specification, Misc Group Stuff)
7702 (Server Commands): Parenthesize @pxref{Mail Spool}.
7703
7704 2007-10-28 Didier Verna <didier@xemacs.org>
7705
7706 New user option: message-signature-directory.
7707 * message.texi (Insertion Variables): Document it.
7708 * gnus.texi (Posting Styles): Ditto.
7709
7710 2007-10-28 Didier Verna <didier@xemacs.org>
7711
7712 * gnus.texi (Group Line Specification):
7713 * gnus.texi (Misc Group Stuff):
7714 * gnus.texi (Server Commands): Document the group compaction feature.
7715
7716 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7717
7718 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7719
7720 * message.texi (Various Message Variables): Add message-fill-column.
7721
7722 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus.texi: Untabify.
7725
7726 2007-10-28 Didier Verna <didier@xemacs.org>
7727
7728 * gnus.texi (Group Parameters): Document the posting-style merging
7729 process in topic-mode.
7730
7731 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7734
7735 2007-10-28 Romain Francoise <romain@orebokech.com>
7736
7737 * gnus.texi (Mail Spool): Fix typo.
7738 Update copyright.
7739
7740 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7741
7742 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7743
7744 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7745
7746 * gnus.texi (Summary Generation Commands):
7747 Add gnus-summary-insert-ticked-articles.
7748
7749 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7750
7751 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7752 to spam-spamassassin-program.
7753
7754 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7755
7756 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7757
7758 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7759
7760 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7761
7762 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7763
7764 * message.texi (Mail Headers): Document `opportunistic'.
7765
7766 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7767
7768 * emacs-mime.texi (Encoding Customization): Explain how to set
7769 mm-coding-system-priorities per hierarchy.
7770
7771 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7772
7773 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7774 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7775
7776 2007-10-28 Didier Verna <didier@xemacs.org>
7777
7778 * message.texi (Wide Reply): Update documentation of
7779 message-dont-reply-to-names (now allowing a list of regexps).
7780
7781 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7782
7783 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7784
7785 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7786
7787 * gnus.texi (SpamAssassin back end): Fix typo.
7788
7789 * sieve.texi (Examples): Fix grammar.
7790
7791 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7792
7793 * gnus.texi (Searching for Articles): Document M-S and M-R.
7794 (Limiting): Document / b.
7795
7796 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * gnus.texi (Thread Commands): T M-^.
7799
7800 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7801
7802 * message.texi (Mail Aliases): Document ecomplete.
7803 (Mail Aliases): Fix typo.
7804
7805 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7806
7807 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7808 fix typo.
7809
7810 2007-10-28 Romain Francoise <romain@orebokech.com>
7811
7812 * gnus.texi (Mail Spool): Grammar fix.
7813
7814 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7815
7816 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7817 string.
7818
7819 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7820
7821 * gnus.texi (Group Parameters): Fix description.
7822
7823 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7824
7825 * gnus.texi (Gmane Spam Reporting):
7826 Fix spam-report-gmane-use-article-number.
7827 Add spam-report-user-mail-address.
7828
7829 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7830
7831 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7832
7833 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7834
7835 * gnus.texi (Group Parameters): Add simplified sorting example based on
7836 example for `Sorting the Summary Buffer' from Jari Aalto
7837 <jari.aalto@cante.net>.
7838 (Example Methods): Add example for an indirect connection.
7839
7840 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7841
7842 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7843 (Agent Parameters): Update parameter names to match code.
7844 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7845 'gnus-agent-summary-fetch-series'.
7846 (Agent and flags): New section providing a generalized discussion
7847 of flag handling.
7848 (Agent and IMAP): Remove flag discussion.
7849 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7850
7851 2007-10-28 Romain Francoise <romain@orebokech.com>
7852
7853 * gnus.texi (Exiting the Summary Buffer): Add new function
7854 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7855
7856 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7857
7858 * gnus.texi (Conformity): Fix typo.
7859 (Customizing Articles): Document `first'.
7860
7861 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7862
7863 * gnus.texi (Sorting the Summary Buffer):
7864 Add `gnus-thread-sort-by-date-reverse'. Add example
7865 host to different sorting in NNTP and RSS groups.
7866
7867 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7868
7869 * message.texi (Insertion): Describe prefix for
7870 message-mark-inserted-region and message-mark-insert-file.
7871
7872 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7873
7874 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7875 LaTeX documents. Describe "text/x-gnus-verbatim".
7876
7877 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7878
7879 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7880 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7881 (spam-stat spam filtering, SpamOracle)
7882 (Extending the Spam ELisp package): Remove extra quote symbol for
7883 clarity.
7884
7885 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7886
7887 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7888 gnus-article-delete-part and gnus-article-replace-part.
7889 (Using MIME): Add gnus-mime-replace-part.
7890
7891 2007-10-28 Romain Francoise <romain@orebokech.com>
7892
7893 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7894 requires `auto-compression-mode' to be enabled. Add new nnml
7895 variable `nnml-compressed-files-size-threshold'.
7896
7897 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7898
7899 * gnus.texi (Sorting the Summary Buffer):
7900 Add gnus-thread-sort-by-recipient.
7901
7902 2007-10-28 Romain Francoise <romain@orebokech.com>
7903
7904 * message.texi (Insertion Variables): Mention new variable
7905 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7906 documentation accordingly.
7907
7908 2007-10-28 Romain Francoise <romain@orebokech.com>
7909
7910 * gnus.texi (To From Newsgroups): Mention new variables
7911 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7912
7913 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7914
7915 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7916 stuff; gnus-mime-inline-part does the automatic decompression.
7917
7918 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7919
7920 * gnus.texi (Spam ELisp Package Configuration Examples):
7921 "training.ham" should be "training.spam".
7922
7923 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7924
7925 * message.texi (Mail Variables): Fix the default value for
7926 message-send-mail-function.
7927
7928 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7929
7930 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7931 always returns nil exceptionally.
7932
7933 2007-10-28 Simon Josefsson <jas@extundo.com>
7934
7935 * gnus.texi (Article Washing): Add libidn URL.
7936 Suggested by Michael Cook <michael@waxrat.com>.
7937
7938 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7939
7940 * gnus.texi (Topic Commands): Fix next/previous.
7941
7942 2007-10-28 Simon Josefsson <jas@extundo.com>
7943
7944 * gnus.texi (Article Washing): Mention `W i'.
7945
7946 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7947
7948 * gnus.texi (Group Parameters): Slight extension of sieve
7949 parameter description.
7950
7951 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7952
7953 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7954 matching score files as well.
7955 (Picons): Describe `gnus-picon-style'.
7956
7957 2007-10-28 Romain Francoise <romain@orebokech.com>
7958
7959 * message.texi (Message Headers): Mention that headers are hidden
7960 using narrowing, and how to expose them.
7961 Update copyright.
7962
7963 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7966 `gnus-summary-sort-by-recipient'.
7967
7968 2007-10-28 Romain Francoise <romain@orebokech.com>
7969
7970 * gnus.texi (NNTP marks): New node.
7971 (NNTP): Move NNTP marks variables to the new node.
7972
7973 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7974
7975 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7976
7977 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7978
7979 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7980
7981 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7982 everywhere for consistency.
7983 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7984 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7985 Say "regular expression" instead of "regex." Admonish.
7986 Pick other words to sound better (s/so/thus/).
7987 (Spam ELisp Package Filtering of Incoming Mail):
7988 Mention statistical filters. Remove old TODO.
7989 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7990 New section on sorting and displaying the spam score.
7991 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7992 backend but an alias to spam-use-BBDB.
7993 (Extending the Spam ELisp package): Rewrite the example using the
7994 new backend functionality.
7995
7996 2007-10-28 Simon Josefsson <jas@extundo.com>
7997
7998 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7999 nntp-marks-directory, from Romain Francoise
8000 <romain@orebokech.com>.
8001
8002 2007-10-28 Magnus Henoch <mange@freemail.hu>
8003
8004 * gnus.texi (Hashcash): New default value of
8005 hashcash-default-payment.
8006
8007 2007-10-28 Simon Josefsson <jas@extundo.com>
8008
8009 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
8010 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
8011
8012 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8013
8014 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
8015
8016 2007-10-28 Simon Josefsson <jas@extundo.com>
8017
8018 * gnus.texi (documentencoding): Add, to avoid warnings.
8019
8020 2007-10-28 Simon Josefsson <jas@extundo.com>
8021
8022 * message.texi (Mail Headers): Add.
8023
8024 * gnus.texi (Hashcash): Fix.
8025
8026 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
8027
8028 * gnus.texi (Hashcash): Change location of library, also mention
8029 that payments can be verified and fix the name of the
8030 hashcash-path variable.
8031
8032 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8033
8034 * gnus.texi (Article Display): Add `gnus-picon-style'.
8035
8036 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
8039
8040 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
8041
8042 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
8043 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
8044 warning about ham processors in spam groups removed.
8045
8046 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
8047
8048 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
8049 From Hubert Chan <hubert@uhoreg.ca>.
8050
8051 2007-10-28 Jesper Harder <harder@ifa.au.dk>
8052
8053 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
8054 (Mailing List): Typo.
8055 (Customizing Articles): Add gnus-treat-ansi-sequences.
8056 (Article Washing): Index.
8057
8058 * message.texi: Use m-dash consistently.
8059
8060 2007-10-28 Jesper Harder <harder@ifa.au.dk>
8061
8062 * gnus.texi (GroupLens): Remove.
8063
8064 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
8065
8066 * gnus.texi (Outgoing Messages, Agent Variables):
8067 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
8068 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
8069
8070 2007-10-28 Jesper Harder <harder@ifa.au.dk>
8071
8072 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
8073
8074 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8075
8076 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
8077
8078 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
8079
8080 2007-10-28 Simon Josefsson <jas@extundo.com>
8081
8082 * gnus.texi (Top): Add SASL.
8083
8084 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8085
8086 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
8087
8088 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8089
8090 * gnus.texi (Troubleshooting): Adjust Gnus version number.
8091
8092 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
8093
8094 * calc.texi (Formulas, Composition Basics): Lower the
8095 precedence of negation.
8096
8097 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
8098
8099 * ses.texi (The Basics): Mention how to create a new spreadsheet.
8100 Mention the new three-letter column identifiers.
8101 (More on cell printing): Calculate-cell and truncate-cell are now `c'
8102 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
8103 message when using `c' on an empty default with default printer.
8104 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
8105 renamed to `ses--symbolic-formulas' some time ago.
8106
8107 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
8108
8109 * calc.texi (Default Simplifications, Making Selections)
8110 (Customizing Calc): Clarify associativity of multiplication.
8111
8112 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * tramp.texi (Traces and Profiles): Simplify loop over
8115 `trace-function-background'.
8116
8117 2007-10-22 Juri Linkov <juri@jurta.org>
8118
8119 * dired-x.texi (Shell Command Guessing): Default values are now
8120 available by typing M-n instead of M-p.
8121
8122 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
8123
8124 * tramp.texi (Cleanup remote connections): New section.
8125 (Password caching): Remove `tramp-clear-passwd'.
8126 It's not a command anymore.
8127 (Bug Reports): Add `tramp-bug' to function index.
8128 (Function Index, Variable Index): New nodes.
8129 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
8130
8131 * trampver.texi: Update release number.
8132
8133 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
8134
8135 * calc.texi (History and Acknowledgements): Turn comment
8136 about integer size into past tense.
8137 (Time Zones): Remove pointer to Calc author's address.
8138 (Trigonometric and Hyperbolic Functions): Mention cotangent
8139 and hyperbolic cotangent. Fix typo.
8140
8141 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
8142
8143 Sync with Tramp 2.1.11.
8144
8145 * trampver.texi: Update release number.
8146
8147 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
8148
8149 * tramp.texi (External packages): New section.
8150
8151 2007-09-29 Juri Linkov <juri@jurta.org>
8152
8153 * info.texi (Help-Int): Document `L' (`Info-history').
8154
8155 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
8156
8157 * org.texi: Change links to webpage and maintained email.
8158 (Remember): Promote to Chapter, significant changes.
8159 (Fast access to TODO states): New section.
8160 (Faces for TODO keywords): New section.
8161 (Export options): Example for #+DATE.
8162 (Progress logging): Section moved.
8163
8164 2007-09-26 Bill Wohler <wohler@newt.com>
8165
8166 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
8167 browse-url-at-mouse.
8168
8169 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
8170
8171 * flymake.texi (Customizable variables): Face names don't end in -face.
8172 Fix flymake-err-line-patterns template.
8173 (Example -- Configuring a tool called directly): Fix init-function.
8174 (Highlighting erroneous lines): Face names don't end in -face.
8175
8176 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
8177
8178 * erc.texi (Special-Features): Fix small typo.
8179
8180 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
8181
8182 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
8183 and "External transfer methods".
8184
8185 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
8186
8187 * calc.texi (Predefined Units): Add some history.
8188
8189 2007-09-08 Michael Olson <mwolson@gnu.org>
8190
8191 * erc.texi (Copying): New section included from gpl.texi.
8192 This matches the look of the upstream ERC manual.
8193
8194 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
8195
8196 * calc.texi (History and Acknowledgements): Adjust the "thanks".
8197 (Random Numbers): Clarify the distribution of `random'.
8198
8199 2007-09-06 Glenn Morris <rgm@gnu.org>
8200
8201 Move manual sources from man/ to subdirectories of doc/.
8202 Split into the Emacs manual in emacs/, and other manuals in misc/.
8203 Change all setfilename commands to use ../../info.
8204 * Makefile.in: Move the parts of the old man/Makefile.in that do not
8205 refer to the Emacs manual here.
8206 (infodir): New variable.
8207 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
8208 (cc-mode.texi, faq.texi): Update references to source file locations.
8209 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
8210 do not refer to the Emacs manual here.
8211 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
8212
8213 * Makefile.in: Add `basename' versions of all info targets, for
8214 convenience when rebuilding just one manual.
8215 (../etc/GNU): Delete obsolete target.
8216 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
8217 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
8218 *.vrs *.toc here...
8219 (maintainer-clean): ...from here.
8220
8221 * makefile.w32-in (../etc/GNU): Delete obsolete target.
8222
8223 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
8224
8225 * calc.texi (Date Conversions): Clarify definition of
8226 Julian day numbering.
8227 (Date Forms): Clarify definition of Julian day numbering;
8228 add some history.
8229
8230 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8231
8232 * org.texi: Version 5.07.
8233
8234 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
8235
8236 * message.texi (MIME): Replace mml-attach with mml-attach-file.
8237
8238 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8239
8240 * org.texi (Adding hyperlink types): New section.
8241 (Embedded LaTeX): Chapter updated because of LaTeX export.
8242 (LaTeX export): New section.
8243 (Using links out): New section.
8244
8245 2007-08-22 Glenn Morris <rgm@gnu.org>
8246
8247 * faq.texi (Learning how to do something): Refcards now in
8248 etc/refcards/ directory.
8249
8250 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8251
8252 * tramp.texi (Remote Programs): Persistency file must be cleared when
8253 changing `tramp-remote-path'.
8254 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
8255 macro.
8256
8257 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8258
8259 * calc.texi: Move contents to beginning of file.
8260 (Algebraic Entry): Fix the formatting of an example.
8261
8262 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8263
8264 * calc.texi (Basic Operations on Units): Mention exact versus
8265 inexact conversions.
8266
8267 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8268
8269 * calc.texi (Basic Operations on Units): Mention default
8270 values for new units.
8271 (Quick Calculator Mode): Mention that binary format will
8272 be displayed.
8273
8274 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8275
8276 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
8277
8278 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
8281
8282 2007-08-08 Glenn Morris <rgm@gnu.org>
8283
8284 * gnus.texi, sieve.texi: Replace `iff'.
8285
8286 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
8287
8288 * calc.texi (Basic Graphics): Mention the graphing of error
8289 forms.
8290 (Graphics Options): Mention how `g s' handles error forms.
8291 (Curve Fitting): Mention plotting the curves.
8292 (Standard Nonlinear Models): Add additional models.
8293 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
8294 (Linear Fits): Correct result.
8295
8296 2007-08-01 Alan Mackenzie <acm@muc.de>
8297
8298 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
8299 to "--no-site-file".
8300
8301 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
8302
8303 * tramp.texi (Frequently Asked Questions): Point to mode line
8304 extension in Emacs 23.1.
8305
8306 * trampver.texi: Update release number.
8307
8308 2007-07-27 Glenn Morris <rgm@gnu.org>
8309
8310 * calc.texi (Copying): Include license text from gpl.texi, rather than
8311 in-line.
8312
8313 2007-07-25 Glenn Morris <rgm@gnu.org>
8314
8315 * calc.texi (Copying): Replace license with GPLv3.
8316
8317 * Relicense all FSF files to GPLv3 or later.
8318
8319 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8320
8321 Sync with Tramp 2.1.10.
8322
8323 * tramp.texi (trampfn): Expand macro implementation in order to handle
8324 empty arguments.
8325 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
8326 occurrences by trampfn.
8327 (Frequently Asked Questions): Extend example code for host
8328 identification in the modeline. Add bbdb to approaches shortening Tramp
8329 file names to be typed.
8330
8331 * trampver.texi: Update release number.
8332
8333 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
8336 section. Reported by <poti@potis.org>.
8337 (Remote processes): Arguments of the program to be debugged are taken
8338 literally.
8339 (Frequently Asked Questions): Simplify recentf example.
8340
8341 2007-07-14 Karl Berry <karl@gnu.org>
8342
8343 * info.texi (@copying): New Back-Cover Text.
8344
8345 * info.texi (Quitting Info): Move to proper place in source.
8346 (Reported by Benno Schulenberg.)
8347
8348 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8349
8350 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
8351
8352 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
8353
8354 * emacs-mime.texi: Add @documentencoding directive.
8355
8356 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8357
8358 * tramp.texi (Remote processes): Add an anchor to the subsection
8359 "Running a debugger on a remote host".
8360
8361 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
8362
8363 * tramp.texi (Remote processes): Don't call it "experimental" any
8364 longer. Add subsection about running a debugger on a remote host.
8365
8366 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8367
8368 * org.texi (Properties and columns): Chapter rewritten.
8369
8370 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8371
8372 * tramp.texi:
8373 * trampver.texi: Migrate to Tramp 2.1.
8374
8375 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8376
8377 * org.texi (Properties): New chapter.
8378
8379 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8380
8381 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
8382 Control Panel.
8383
8384 * gnus.texi (Misc Article): Add index entry for
8385 gnus-single-article-buffer.
8386
8387 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
8388
8389 * gnus.texi (Starting Up): Fix typo.
8390
8391 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
8392
8393 * gnus.texi (Asynchronous Fetching): Fix typo.
8394
8395 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8396
8397 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
8398 (About This Manual): Remove redundant information.
8399 (Getting Started): Mention author.
8400 (Basic Arithmetic, Customizing Calc): Make description of the
8401 variable `calc-multiplication-has-precedence' match its new effect.
8402
8403 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8404
8405 * calc.texi (Basic Arithmetic, Customizing Calc):
8406 Mention the variable `calc-multiplication-has-precedence'.
8407
8408 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
8409
8410 * org.texi (Tag): Section swapped with node Timestamps.
8411 (Formula syntax for Lisp): Document new `L' flag.
8412
8413 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
8414
8415 * gnus.texi (Misc Group Stuff, Summary Buffer)
8416 (Server Commands, Article Keymap): Fix typo. s/function/command/.
8417
8418 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8419
8420 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8421 * gnus.texi (Article Buttons, Mail Source Customization)
8422 (Sending or Not Sending, Customizing NNDiary):
8423 * message.texi (Message Headers):
8424 * mh-e.texi (HTML): Fix typos.
8425
8426 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
8427
8428 Sync with Tramp 2.0.56.
8429
8430 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8431 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8432
8433 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * Version 22.1 released.
8436
8437 2007-05-26 Michael Olson <mwolson@gnu.org>
8438
8439 * erc.texi (Modules): Fix references to completion modules.
8440
8441 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8442
8443 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8444
8445 2007-05-09 Didier Verna <didier@xemacs.org>
8446
8447 * gnus.texi (Email Based Diary): New. Proper documentation for the
8448 nndiary back end and the gnus-diary library.
8449
8450 2007-05-03 Karl Berry <karl@gnu.org>
8451
8452 * .cvsignore (*.pdf): New entry.
8453
8454 * texinfo.tex: Update from current version for better pdf generation.
8455
8456 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8457
8458 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8459
8460 2007-04-28 Glenn Morris <rgm@gnu.org>
8461
8462 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8463 consideration of legal status.
8464
8465 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8466
8467 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8468
8469 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
8470
8471 * faq.texi (New in Emacs 22): python.el removed.
8472
8473 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8474
8475 * calc.texi (Reporting bugs): Update maintainer's address.
8476
8477 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8480
8481 2007-04-15 Jay Belanger <belanger@truman.edu>
8482
8483 * calc.texi (Title page): Remove the date.
8484 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8485 (The Standard Calc Interface): Change trail title.
8486 (Floats): Mention that when non-decimal floats are entered, only
8487 approximations are stored.
8488 (Copying): Move to the appendices.
8489 (GNU Free Documentation License): Add as an appendix.
8490
8491 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8494 * dired-x.texi, ebrowse.texi, ediff.texi:
8495 * emacs-mime.texi, erc.texi, eshell.texi:
8496 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8497 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8498 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8499 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8500 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8501 * woman.texi: Include GFDL.
8502
8503 * doclicense.texi: Remove node heading, so that it can be included by
8504 other files.
8505
8506 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8507
8508 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8509 than *.
8510
8511 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8514 in Calc.
8515
8516 2007-04-09 Romain Francoise <romain@orebokech.com>
8517
8518 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8519 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8520 replace mouse-2.
8521
8522 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8525 renamed to woman-use-topic-at-point. Document new behavior.
8526
8527 2007-04-08 Richard Stallman <rms@gnu.org>
8528
8529 * url.texi: Fix some indexing.
8530 (Disk Caching): Drop discussion of old/other Emacs versions.
8531
8532 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8533
8534 * url.texi (Disk Caching): Say Emacs 21 "and later".
8535
8536 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8537 on Font locking which now mentions JIT lock.
8538
8539 2007-04-01 Michael Olson <mwolson@gnu.org>
8540
8541 * erc.texi: Update for the ERC 5.2 release.
8542
8543 2007-03-31 David Kastrup <dak@gnu.org>
8544
8545 * woman.texi (Topic, Interface Options): Explain changes semantics of
8546 woman-manpath in order to consider MANPATH_MAP entries.
8547
8548 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8549
8550 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8551
8552 2007-03-26 Richard Stallman <rms@gnu.org>
8553
8554 * pgg.texi (Caching passphrase): Clean up previous change.
8555
8556 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8557
8558 * gnus.texi (Setting Process Marks): Fix typo.
8559
8560 2007-03-25 Romain Francoise <romain@orebokech.com>
8561
8562 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8563 readability, and include various fixes by Daniel Brockman, Nick Roberts
8564 and Dieter Wilhelm.
8565
8566 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8567
8568 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8569
8570 * gnus.texi (Mail Source Specifiers): Fix typo.
8571
8572 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8573
8574 * reftex.texi (Imprint): Update maintainer information.
8575
8576 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8577
8578 * message.texi (Message Buffers): Update documentation for
8579 message-generate-new-buffers.
8580
8581 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8582
8583 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8584
8585 2007-03-21 Glenn Morris <rgm@gnu.org>
8586
8587 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8588
8589 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * eshell.texi (Known problems): Emacs 21 -> 22.
8592
8593 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8594
8595 2007-03-18 Jay Belanger <belanger@truman.edu>
8596
8597 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8598
8599 2007-03-12 Glenn Morris <rgm@gnu.org>
8600
8601 * calc.texi (Time Zones): Switch to new North America DST rule.
8602
8603 * calc.texi: Replace "daylight savings" with "daylight
8604 saving" in text throughout.
8605
8606 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8607
8608 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8609 The variable now uses a list of symbols instead of just a symbol.
8610 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8611
8612 2007-03-06 Romain Francoise <romain@orebokech.com>
8613
8614 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8615 new packages, and mention Gnus update.
8616
8617 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8618
8619 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8620 nntp-open-connection-functions-never-echo-commands.
8621
8622 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8625 problems on the console, and security risk in not using gpg-agent.
8626
8627 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8628
8629 * org.texi (The spreadsheet): Rename from "Table calculations".
8630 Completely reorganized and rewritten.
8631 (CamelCase links): Section removed.
8632 (Repeating items): New section.
8633 (Tracking TODO state changes): New section.
8634 (Agenda views): Chapter reorganized and rewritten.
8635 (HTML export): Section rewritten.
8636 (Tables in arbitrary syntax): New section.
8637 (Summary): Better feature summary.
8638 (Activation): Document problem with cut-and-paste of Lisp code
8639 from PDF files.
8640 (Visibility cycling): Document indirect buffer use.
8641 (Structure editing): Document sorting.
8642 (Remember): Section rewritten.
8643 (Time stamps): Better description of time stamp types.
8644 (Tag searches): Document regular expression search for tags.
8645 (Stuck projects): New section.
8646 (In-buffer settings): New keywords.
8647 (History and Acknowledgments): Update description.
8648
8649 2007-02-24 Alan Mackenzie <acm@muc.de>
8650
8651 * cc-mode.texi (Movement Commands): Insert two missing command names.
8652 (Getting Started): Slight wording correction (use conditional).
8653
8654 2007-02-22 Kim F. Storm <storm@cua.dk>
8655
8656 * widget.texi (User Interface, Basic Types): Document need to put some
8657 text before the %v escape in :format string in editable-field widget.
8658
8659 2007-02-18 Romain Francoise <romain@orebokech.com>
8660
8661 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8662 `cvs-mode-quit'.
8663
8664 2007-02-10 Markus Triska <markus.triska@gmx.at>
8665
8666 * widget.texi (Programming Example): Put constant strings in :format.
8667
8668 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8669
8670 * faq.texi (Fullscreen mode on MS-Windows): New node.
8671
8672 2007-02-04 David Kastrup <dak@gnu.org>
8673
8674 * faq.texi (AUCTeX): Update version number. Should probably be done
8675 for other packages as well.
8676
8677 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8678
8679 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8680 <tassilo@member.fsf.org>.
8681
8682 2007-01-20 Markus Triska <markus.triska@gmx.at>
8683
8684 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8685
8686 2007-01-13 Michael Olson <mwolson@gnu.org>
8687
8688 * erc.texi (Modules): Mention capab-identify module.
8689
8690 2007-01-05 Michael Olson <mwolson@gnu.org>
8691
8692 * erc.texi (Getting Started): Update for /RECONNECT command.
8693
8694 2007-01-04 Richard Stallman <rms@gnu.org>
8695
8696 * ebrowse.texi: Change C-c b to C-c C-m.
8697
8698 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8699
8700 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8701 variables only in info to avoid redundant entries in the printed
8702 manual.
8703
8704 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8705
8706 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8707
8708 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8709
8710 * message.texi (Security): Split into sub-nodes.
8711
8712 2007-01-01 Alan Mackenzie <acm@muc.de>
8713
8714 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8715 eval-after-load in Emacs <=21 and a workaround. Document that
8716 trigraphs are not supported.
8717
8718 2007-01-01 Alan Mackenzie <acm@muc.de>
8719
8720 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8721 c-context-line-break. When invoked within a string, preserve
8722 whitespace. Add a backslash only when also in a macro.
8723
8724 2007-01-01 Alan Mackenzie <acm@muc.de>
8725
8726 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8727
8728 2007-01-01 Alan Mackenzie <acm@muc.de>
8729
8730 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8731 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8732
8733 2007-01-01 Alan Mackenzie <acm@muc.de>
8734
8735 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8736 "Choosing a Style".
8737
8738 * cc-mode.texi ("Styles"): Add @dfn{style}.
8739
8740 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8741
8742 Sync with Tramp 2.0.55.
8743
8744 * trampver.texi: Update release number.
8745
8746 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8747
8748 * gnus.texi (Customizing Articles): Add index entries for all
8749 gnus-treat-* variables.
8750
8751 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8752
8753 * gnus.texi (IMAP): Fix incorrect explanation of
8754 nnimap-search-uids-not-since-is-evil in documentation for
8755 nnimap-expunge-search-string.
8756
8757 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8760 spam-ifile-database.
8761
8762 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8765 rebind C-s.
8766
8767 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8768
8769 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8770 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8771 "expiring mail".
8772 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8773 nnimap-nov-is-evil.
8774
8775 2006-12-25 Kevin Ryde <user42@zip.com.au>
8776
8777 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8778 about the key procedure being used heavily.
8779
8780 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8781
8782 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8783 to t.
8784 (Prerequisites): Add explanation about gpg-agent.
8785
8786 2006-12-22 Kevin Ryde <user42@zip.com.au>
8787
8788 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8789 "sort" instead of "sort*".
8790
8791 2006-12-19 Richard Stallman <rms@gnu.org>
8792
8793 * calc.texi (History and Acknowledgements): Recognize that Emacs
8794 now does have floating point.
8795
8796 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8797
8798 * tramp.texi (External transfer methods): Describe new method `scpc'.
8799
8800 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8801
8802 * pgg.texi: Added short note on gpg-agent to the introduction.
8803
8804 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8805
8806 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8807 also applies to Cc.
8808
8809 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * gnus.texi (X-Face): Clarify. Say which programs are required
8812 on Windows.
8813
8814 2006-12-08 Michael Olson <mwolson@gnu.org>
8815
8816 * erc.texi (Modules): Remove documentation for list module.
8817
8818 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8819
8820 * faq.texi (^M in the shell buffer): Ditto.
8821
8822 2006-11-20 Michael Olson <mwolson@gnu.org>
8823
8824 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8825
8826 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8827
8828 * org.texi: Fix typos.
8829 (Agenda commands): Document `C-k'.
8830
8831 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8832
8833 * url.texi (http/https): Fix a typo in the HTTP URL.
8834
8835 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8836
8837 * ada-mode.texi: Total rewrite.
8838
8839 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8840
8841 * org.texi: Minor typo fixes.
8842
8843 2006-11-13 Bill Wohler <wohler@newt.com>
8844
8845 Release MH-E manual version 8.0.3.
8846
8847 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8848 release 8.0.3.
8849
8850 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8851 to set MAILDIR.
8852 (Reading Mail): Document the customization of read-mail-command
8853 for MH-E.
8854 (Viewing Attachments): Document mm-discouraged-alternatives.
8855 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8856 (Junk): Add more information about the settings of mh-junk-background
8857 in a program. Add /usr/bin/mh to PATH in examples.
8858
8859 2006-11-12 Richard Stallman <rms@gnu.org>
8860
8861 * woman.texi: Update author address but say he no longer maintains it.
8862
8863 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8864
8865 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8866 archived trees.
8867 (Checkboxes): Section moved to chapter 5, and extended.
8868 (The date/time prompt): New section.
8869 (Link abbreviations): New section.
8870 (Presentation and sorting): New section.
8871 (Custom agenda views): Section completely rewritten.
8872 (Summary): Compare with Planner.
8873 (Feedback): More info about creating backtraces.
8874 (Plain lists): Modify example.
8875 (Breaking down tasks): New section.
8876 (Custom time format): New section.
8877 (Time stamps): Document inactive timestamps.
8878 (Setting tags): More details about fast tag selection.
8879 (Block agenda): New section.
8880 (Custom agenda views): Section rewritten.
8881 (Block agenda): New section.
8882
8883 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * tramp.texi (Configuration): scp is the default method.
8886 (Default Method): Use ssh as example for another method.
8887
8888 2006-10-27 Richard Stallman <rms@gnu.org>
8889
8890 * woman.texi: Downcase nroff/troff/roff.
8891 (Installation): Chapter deleted. Some xrefs deleted.
8892 (Background): woman doesn't advise man ;-).
8893
8894 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8895
8896 * ada-mode.texi (Project files, Identifier completion)
8897 (Automatic Casing, Debugging, Using non-standard file names)
8898 (Working Remotely): Fix typos.
8899
8900 2006-10-20 Masatake YAMATO <jet@gyve.org>
8901
8902 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8903 sample code `my-c-initialization-hook'.
8904
8905 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8906
8907 * widget.texi: Fix typos.
8908
8909 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8910
8911 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8912 "???". There have been no complaints for years, so the information
8913 must be appropriate.
8914
8915 2006-10-16 Richard Stallman <rms@gnu.org>
8916
8917 * widget.texi: Use @var instead of capitalization.
8918 Clarify many widget type descriptions.
8919
8920 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8921
8922 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8923 gnus-dired-attach.
8924 (Selecting a Group): Fix typo.
8925
8926 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8927
8928 * widget.texi: Fix typos.
8929
8930 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * gnus.texi (Image Enhancements): Update for Emacs 22.
8933
8934 * gnus-faq.texi ([1.3]): Update.
8935
8936 2006-10-06 Richard Stallman <rms@gnu.org>
8937
8938 * faq.texi (Displaying the current line or column):
8939 Delete "As of Emacs 20".
8940
8941 2006-10-06 Romain Francoise <romain@orebokech.com>
8942
8943 * faq.texi (VM): VM works with Emacs 22 too.
8944
8945 2006-10-06 Richard Stallman <rms@gnu.org>
8946
8947 * ebrowse.texi: Remove Emacs version "21" from title.
8948
8949 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8950
8951 * gnus.texi (Foreign Groups): Say where change of editing commands are
8952 stored. Add reference to `gnus-parameters'.
8953
8954 2006-09-15 Jay Belanger <belanger@truman.edu>
8955
8956 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8957 Change "Library Public License" to "Lesser Public License"
8958 throughout. Use "yyyy" to represent year.
8959
8960 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8961
8962 * org.texi (Setting tags): Typo fix.
8963
8964 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8965
8966 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8967
8968 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8971
8972 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8973
8974 * faq.texi (Escape sequences in shell output): EMACS is now set
8975 to Emacs's absolute file name, not to "t".
8976 (^M in the shell buffer): Likewise.
8977
8978 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8979
8980 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8981 mails with pop3-leave-mail-on-server. Fix wording.
8982 (Limiting): Improve gnus-summary-limit-to-articles.
8983 (X-Face): Fix typo.
8984
8985 2006-09-11 Simon Josefsson <jas@extundo.com>
8986
8987 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8988 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8989
8990 2006-09-06 Simon Josefsson <jas@extundo.com>
8991
8992 * smtpmail.texi (Authentication): Mention SSL.
8993
8994 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8995
8996 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8997
8998 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8999
9000 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
9001 Don't use @indicateurl.
9002
9003 * cc-mode.texi (Subword Movement): Don't use @headitem.
9004 (Custom Braces, Clean-ups): Don't use @tie.
9005
9006 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9007
9008 Sync with Tramp 2.0.54.
9009
9010 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
9011 Suggested by Adrian Phillips <a.phillips@met.no>.
9012
9013 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9014
9015 * org.texi (Installation, Activation): Split from Installation and
9016 Activation.
9017 (Clocking work time): Document new features.
9018
9019 2006-08-13 Alex Schroeder <alex@gnu.org>
9020
9021 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
9022 example.
9023
9024 2006-08-12 Eli Zaretskii <eliz@gnu.org>
9025
9026 * faq.texi (How to add fonts): New node.
9027
9028 2006-08-05 Romain Francoise <romain@orebokech.com>
9029
9030 * faq.texi (New in Emacs 22): Expand.
9031
9032 2006-08-03 Michael Olson <mwolson@gnu.org>
9033
9034 * erc.texi: Update for ERC 5.1.4.
9035
9036 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
9039 in .../site-lisp/gnus/ by default.
9040 [ From gnus-news.texi in the trunk. ]
9041
9042 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9043
9044 * gnus.texi (MIME Commands): Additions for yEnc.
9045
9046 2006-07-24 Richard Stallman <rms@gnu.org>
9047
9048 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
9049 * faq.texi: Move periods and commas inside quotes.
9050
9051 2006-07-20 Jay Belanger <belanger@truman.edu>
9052
9053 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
9054
9055 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * faq.texi (Security risks with Emacs): Document Emacs 22
9058 file-local-variable mechanism.
9059
9060 2006-07-12 Michael Olson <mwolson@gnu.org>
9061
9062 * erc.texi: Update for ERC 5.1.3.
9063
9064 2006-07-12 Alex Schroeder <alex@gnu.org>
9065
9066 * rcirc.texi: Fix typos.
9067 (Getting started with rcirc): New calling convention for M-x irc.
9068 Mention #rcirc. Removed channel tracking.
9069 (Configuration): Change the names of all variables that got changed
9070 recently, eg. rcirc-server to rcirc-default-server. Added
9071 documentation for rcirc-authinfo, some background for Bitlbee, and
9072 rcirc-track-minor-mode.
9073 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
9074 Scrolling.
9075 (Reconnecting after you have lost the connection): Fix example code
9076 to match code changes.
9077
9078 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * gnus.texi, message.texi: Fix typos.
9081
9082 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9083
9084 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
9085 commands.
9086 (Global TODO list): Document the use of the variables
9087 `org-agenda-todo-ignore-scheduled' and
9088 `org-agenda-todo-list-sublevels'.
9089
9090 2006-07-05 Richard Stallman <rms@gnu.org>
9091
9092 * faq.texi (Scrolling only one line): Fix xref.
9093
9094 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9095
9096 * faq.texi (Evaluating Emacs Lisp code):
9097 Throughout, replace eval-current-buffer with eval-buffer.
9098
9099 2006-07-03 Richard Stallman <rms@gnu.org>
9100
9101 * rcirc.texi (Scrolling conservatively): Fix xref.
9102
9103 * pcl-cvs.texi (Viewing differences): Usage fix.
9104
9105 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9106
9107 * org.texi (Agenda commands): Document `s' key to save all org-mode
9108 buffers.
9109
9110 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
9111
9112 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
9113 names. Mention `cvs-msg' face.
9114
9115 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9116
9117 * org.texi (Checkboxes): New section.
9118
9119 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9120
9121 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
9122 throughout this chapter.
9123
9124 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
9127 text for standalone vs Emacs info.
9128 (Help): Clarify header line description. Use mouse-1 for clicks.
9129 (Help-P): Use mouse-1 for clicks.
9130 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
9131 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
9132 (Choose menu subtopic): Remove gratuitous Emacs command names.
9133 (Help-FOO): Put usual behavior first.
9134 (Help-Xref): Clicking on xrefs works in Emacs.
9135 (Search Text): Clarify what the default behavior is.
9136 (Create Info buffer): Fix Emacs window/X window confusion.
9137 (Emacs Info Variables): Fix for new Emacs init file behavior.
9138
9139 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9140
9141 * gnus.texi (Summary Buffer Lines): Fix typo.
9142
9143 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9144
9145 * org.texi (Embedded LaTeX): New chapter.
9146 (Archiving): Section rewritten.
9147 (Enhancing text): Some parts moved to the new chapter about LaTeX.
9148
9149 2006-06-20 Bill Wohler <wohler@newt.com>
9150
9151 Release MH-E manual version 8.0.1.
9152
9153 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9154 release 8.0.1.
9155 (Preface): Depend on GNU mailutils 1.0 and higher.
9156
9157 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9158
9159 * message.texi (News Headers): Update message-syntax-checks section.
9160
9161 2006-06-19 Karl Berry <karl@gnu.org>
9162
9163 * info.texi (Advanced): Mention C-q, especially with ?.
9164
9165 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
9166
9167 * org.texi (Publishing links): Document the `:link-validation-function'
9168 property.
9169 (Extensions and Hacking): New chapter, includes some sections of the
9170 "Miscellaneous" chapter.
9171
9172 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
9173
9174 * org.texi (Progress logging): New section.
9175
9176 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9177
9178 * org.texi (ASCII export): Document indentation adaptation.
9179 (Setting tags): Document mutually-exclusive tags.
9180
9181 2006-06-05 Romain Francoise <romain@orebokech.com>
9182
9183 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
9184 Fix typo.
9185
9186 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
9187 channel (#gnus@irc.freenode.net).
9188 Fix typos. Update copyright notice.
9189
9190 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
9191 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
9192 (Line-Up Functions, Custom Macros):
9193 * ediff.texi (Window and Frame Configuration)
9194 (Highlighting Difference Regions):
9195 * emacs-mime.texi (Display Customization):
9196 * erc.texi (History):
9197 * eshell.texi (Known problems):
9198 * eudc.texi (Overview, BBDB):
9199 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
9200 (The problem of spam, SpamOracle, Extending the Spam package)
9201 (Conformity, Terminology):
9202 * idlwave.texi (Routine Info)
9203 (Class and Keyword Inheritance, Padding Operators)
9204 (Breakpoints and Stepping, Electric Debug Mode)
9205 (Examining Variables, Troubleshooting):
9206 * org.texi (Creating timestamps):
9207 * reftex.texi (Commands, Options, Changes):
9208 * tramp.texi (Inline methods, Password caching)
9209 (Auto-save and Backup, Issues):
9210 * vip.texi (Files, Commands in Insert Mode):
9211 * viper.texi (Emacs Preliminaries, States in Viper)
9212 (Packages that Change Keymaps, Viper Specials, Groundwork):
9213 Fix various typos.
9214
9215 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
9216
9217 * ediff.texi: Fix typos.
9218
9219 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9220
9221 * org.texi: Small typo fixes.
9222
9223 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * viper.texi (Viper Specials):
9226 * gnus.texi (Example Setup):
9227 * faq.texi (Backspace invokes help):
9228 * dired-x.texi (Optional Installation Dired Jump):
9229 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
9230 follow coding conventions.
9231
9232 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
9233
9234 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
9235
9236 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9237
9238 * pcl-cvs.texi: Fix typos.
9239 (Customization): Say "us".
9240
9241 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9242
9243 * org.texi: Remove bogus @setfilename.
9244
9245 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9246
9247 * org.texi (ASCII export): Omit command name.
9248 (HTML export): Add prefix to all lines in Local Variable example.
9249 (Acknowledgments): Typeset names in italics.
9250
9251 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9252
9253 * org.texi (Plain lists): Add new item navigation commands.
9254 (External links): Document elisp and info links.
9255 (Custom searches): New section.
9256 (Publishing): New chapter.
9257 (HTML export): Include a list of supported CSS classes.
9258 (Setting tags): Describe the fast-tag-setting interface.
9259
9260 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * dired-x.texi: ifinfo -> ifnottex.
9263
9264 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9265
9266 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
9267
9268 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9269
9270 * message.texi (Interface): Add tool bar customization.
9271 (MIME): Index and text additions for mml-attach.
9272 (MIME): Describe mml-dnd-protocol-alist and
9273 mml-dnd-attach-options.
9274
9275 * gnus.texi (Oort Gnus): Reorder entries in sections.
9276 Fix some entries.
9277 (Starting Up): Add references to "Emacs for Heathens" and to
9278 "Finding the News". Add user-full-name and user-mail-address.
9279 (Group Buffer Format): Add tool bar customization and update.
9280 (Summary Buffer): Add tool bar customization.
9281 (Posting Styles): Add message-alternative-emails.
9282
9283 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9284
9285 * tramp.texi (Filename completion): Improve wording.
9286
9287 2006-05-07 Romain Francoise <romain@orebokech.com>
9288
9289 * faq.texi (Using regular expressions): Fix typo.
9290 (Packages that do not come with Emacs): Fix capitalization.
9291 (Replacing text across multiple files): Expand node to explain how
9292 to use `dired-do-query-replace-regexp' in more detail, based on
9293 suggestion by Eric Hanchrow <offby1@blarg.net>.
9294
9295 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * tramp.texi (Filename completion): Completion of remote files'
9298 method, user name and host name is active only in partial
9299 completion mode.
9300
9301 2006-05-06 Bill Wohler <wohler@newt.com>
9302
9303 Release MH-E manual version 8.0.
9304
9305 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9306 release 8.0.
9307
9308 2006-05-06 Bill Wohler <wohler@newt.com>
9309
9310 * mh-e.texi (MH-BOOK-HOME): Change from
9311 http://www.ics.uci.edu/~mh/book/mh to
9312 http://rand-mh.sourceforge.net/book/mh.
9313 Replace .htm suffix with .html for MH book files.
9314 (Using This Manual): Update key binding for getting relevant
9315 chapter in Info from command key.
9316 (Ranges): Fix itemx.
9317
9318 2006-05-05 Karl Berry <karl@gnu.org>
9319
9320 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
9321 (\fonttextsize): New user-level command to change text font size.
9322
9323 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
9326
9327 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
9328
9329 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
9330
9331 2006-04-24 Bill Wohler <wohler@newt.com>
9332
9333 * mh-e.texi (Getting Started): Make it more explicit that you need
9334 to install MH. Add pointers to current MH implementations.
9335
9336 2006-04-21 Bill Wohler <wohler@newt.com>
9337
9338 Release MH-E manual version 7.94.
9339
9340 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9341 release 7.94.
9342
9343 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
9344
9345 * org.texi: Many small fixes.
9346 (Handling links): Rename from "Managing links".
9347
9348 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9349
9350 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
9351 (Splitting mail using spam-stat): Fix @xref.
9352
9353 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * gnus.texi (Spam Package): Major revision of the text.
9356 Previously this node was "Filtering Spam Using The Spam ELisp Package".
9357
9358 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
9359
9360 * org.texi (Time stamps): Better explanation of the purpose of
9361 different time stamps.
9362 (Structure editing, Plain lists): More details on how new items
9363 and headings are inserted.
9364
9365 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
9366
9367 * org.texi (Formula syntax): Fix link to Calc Manual.
9368
9369 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9370
9371 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
9372
9373 2006-04-17 Bill Wohler <wohler@newt.com>
9374
9375 * mh-e.texi (Folders): Update mh-before-quit-hook and
9376 mh-quit-hook example with code that removes the buffers rather
9377 than just bury them.
9378
9379 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
9380
9381 Sync with Tramp 2.0.53.
9382
9383 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9384
9385 * org.texi (Updating settings): New section.
9386 (Visibility cycling): Better names for the startup folding
9387 options.
9388 (Exporting): Completely restructured.
9389 (The very busy C-c C-c key): New section.
9390 (Summary of in-buffer settings): New section.
9391
9392 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
9395
9396 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
9397
9398 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
9399 (Server Commands): Key `v' is reserved for users.
9400
9401 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9402
9403 * org.texi (Link format): New section, emphasis on bracket links.
9404 (External links): Document bracket links.
9405 (FAQ): Expand to cover shell links and the new link format.
9406
9407 2006-04-09 Kevin Ryde <user42@zip.com.au>
9408
9409 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9410
9411 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * gnus.texi (Summary Buffer Lines): Add `*'.
9414
9415 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
9416
9417 * gnus.texi (Group Parameters):
9418 Mention gnus-permanently-visible-groups.
9419
9420 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9421
9422 * gnus.texi (Face): Fix typo.
9423
9424 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
9425
9426 * gnus.texi (X-Face): Clarify.
9427 (Face): Need Emacs with PNG support.
9428
9429 2006-04-06 Richard Stallman <rms@gnu.org>
9430
9431 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9432 Emacs".
9433
9434 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9435
9436 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9437 blocks not suitable for inclusion with Emacs using variable
9438 PARTOFEMACS.
9439
9440 2006-04-04 Simon Josefsson <jas@extundo.com>
9441
9442 * gnus.texi (Security): Improve.
9443
9444 2006-04-02 Karl Berry <karl@gnu.org>
9445
9446 * texinfo.tex: Update to current version (2006-03-21.13).
9447
9448 2006-04-02 Bill Wohler <wohler@newt.com>
9449
9450 * mh-e.texi (Getting Started, Junk, Bug Reports)
9451 (MH FAQ and Support): Fix URLs.
9452
9453 2006-03-31 Romain Francoise <romain@orebokech.com>
9454
9455 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9456 to t, not nil (and has for the past eight years).
9457
9458 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * message.texi, gnus.texi: Bump version to 5.11.
9461
9462 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9463
9464 * gnus.texi (Top): Add comment about version line.
9465
9466 * message.texi (Top): Ditto. Change to take named versions into
9467 account.
9468
9469 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9470
9471 * gnus.texi (Posting Styles): Add x-face-file to example.
9472 (X-Face): Refer to posting styles.
9473
9474 * gnus-faq.texi ([5.8]): Add x-face-file.
9475 ([8.4]): Add links to gmane.emacs.gnus.user and
9476 gmane.emacs.gnus.general.
9477
9478 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9479
9480 * gnus-faq.texi: Use .invalid.
9481 ([5.4]): Fix gnus-posting-styles example.
9482
9483 2006-03-27 Romain Francoise <romain@orebokech.com>
9484
9485 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9486 Emacs/W3 needs a new maintainer.
9487 (Ispell): Update author and version info.
9488 (Mailcrypt): Mention PGG.
9489 (New in Emacs 22): Add PGG to the list of new packages.
9490 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9491 updating dead URLs.
9492
9493 2006-03-25 Karl Berry <karl@gnu.org>
9494
9495 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9496 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9497 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9498 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9499 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9500 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9501 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9502 (2) do not indent copyright year list (or anything else).
9503
9504 2006-03-21 Bill Wohler <wohler@newt.com>
9505
9506 * mh-e.texi (Folders): Various edits.
9507
9508 2006-03-20 Romain Francoise <romain@orebokech.com>
9509
9510 * gnus.texi (Mail Folders): Grammar fix.
9511
9512 2006-03-19 Bill Wohler <wohler@newt.com>
9513
9514 * mh-e.texi (Replying): Document Mail-Followup-To.
9515 Change manually-formatted table to multitable. Add debugging info.
9516 Move description of mh-reply-default-reply-to into paragraph
9517 that describes its values.
9518
9519 2006-03-17 Bill Wohler <wohler@newt.com>
9520
9521 * mh-e.texi: Use smallexample and smalllisp consistently.
9522 (Sending Mail Tour): Update method of entering
9523 addresses and subject.
9524 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9525 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9526
9527 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9528
9529 * org.texi: Version number change only.
9530
9531 2006-03-14 Bill Wohler <wohler@newt.com>
9532
9533 * mh-e.texi: Add index entries around each paragraph rather than
9534 depend on entries from beginning of node. Doing so ensures that
9535 index entries are less likely to be forgotten if text is cut and
9536 pasted, and are necessary anyway if the references are on a
9537 separate page. It seems that makeinfo is now (v. 4.8) only
9538 producing one index entry per node, so there is no longer any
9539 excuse not to. Use subheading instead of heading. The incorrect
9540 use of heading produced very large fonts in Info--as large as the
9541 main heading.
9542 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9543 versions 6 and 7 appeared *around* the time of these Emacs releases.
9544
9545 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9546
9547 * org.texi (Clean view): Document new startup options.
9548
9549 2006-03-11 Bill Wohler <wohler@newt.com>
9550
9551 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9552 (Composing, Scan Line Formats): Fix @refs.
9553 (Getting Started): Define MH profile and MH profile components.
9554 (Incorporating Mail, Reading Mail, Viewing, Printing)
9555 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9556 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9557 for string constants.
9558 (Tool Bar): Remove spurious quote.
9559 (Junk): Use ``...'' instead of "...".
9560 (Scan Line Formats): Replace @samp with @kbd.
9561
9562 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9563
9564 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9565
9566 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9567
9568 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9569 easy to understand.
9570
9571 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9572
9573 * gnus.texi: Markup fix.
9574 (Fancy Mail Splitting): Specify new feature.
9575
9576 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9577
9578 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9579 partial-words matching.
9580
9581 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9582
9583 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9584
9585 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9586 (MIME Commands): Fix mm-discouraged-alternatives.
9587
9588 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9589
9590 * org.texi: Version number change only.
9591
9592 2006-03-06 Bill Wohler <wohler@newt.com>
9593
9594 * mh-e.texi: Move from SourceForge repository to Savannah.
9595 This is version 7.93, which is a total rewrite from the previous
9596 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9597 version 7.93.
9598
9599 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9600
9601 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9602
9603 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9604
9605 * org.texi (Interaction): Add item about `org-mouse.el' by
9606 Piotr Zielinski.
9607 (Managing links): Document that also mouse-1 can be used to
9608 activate a link.
9609 (Headlines, FAQ): Add entry about hiding leading stars.
9610 (Miscellaneous): Resort the sections in this chapter to a more
9611 logical sequence.
9612
9613 2006-02-27 Simon Josefsson <jas@extundo.com>
9614
9615 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9616 2004-01-27 from the trunk).
9617
9618 2006-02-24 Alan Mackenzie <acm@muc.de>
9619
9620 * cc-mode.texi: Rename c-hungry-backspace to
9621 c-hungry-delete-backwards, at the request of RMS. Leave the old
9622 name as an alias.
9623
9624 2006-02-24 Alan Mackenzie <acm@muc.de>
9625
9626 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9627 include the function header within the defun.
9628
9629 2006-02-24 Alan Mackenzie <acm@muc.de>
9630
9631 * cc-mode.texi: Correct two typos.
9632
9633 2006-02-24 Alan Mackenzie <acm@muc.de>
9634
9635 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9636 existing comment.
9637 (Electric Keys): Add a justification for electric indentation.
9638 (Hungry WS Deletion): Clear up the names and complications of the
9639 BACKSPACE and DELETE keys.
9640
9641 2006-02-23 Juri Linkov <juri@jurta.org>
9642
9643 * faq.texi (Common requests): Move `Turning on auto-fill by
9644 default' after `Wrapping words automatically'. Move `Working with
9645 unprintable characters' before `Searching for/replacing newlines'.
9646 Move `Replacing highlighted text' after `Highlighting a region'.
9647 Merge `Repeating commands' and `Repeating a command as many times
9648 as possible' into the former.
9649 (Packages that do not come with Emacs): Add refs to Gmane and
9650 etc/MORE.STUFF.
9651
9652 2006-02-23 Juri Linkov <juri@jurta.org>
9653
9654 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9655 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9656 Add xref to `(emacs)Reporting Bugs'.
9657 (Getting a printed manual): Add URL to other formats of the manual.
9658 (Common requests): Fix menu.
9659 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9660 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9661 (Inserting text at the beginning of each line): Add pxref to
9662 `Changing the included text prefix'.
9663 (Forcing the cursor to remain in the same column): Mention `track-eol'
9664 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9665 (Replacing text across multiple files): Add keybinding `Q' for
9666 `dired-do-query-replace'.
9667
9668 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9669
9670 * reftex.texi: Version number and date change only.
9671
9672 * org.texi (Internal Links): Rewrite to cover the modified
9673 linking system.
9674
9675 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9676
9677 * faq.texi: Remove the coding cookie, it's not needed anymore.
9678
9679 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9680
9681 * faq.texi (Colors on a TTY): Mention Mac OS port.
9682
9683 2006-02-12 Karl Berry <karl@gnu.org>
9684
9685 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9686 8-bit accented a.
9687
9688 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9689
9690 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9691
9692 2006-02-08 Romain Francoise <romain@orebokech.com>
9693
9694 * faq.texi (Top): Remove paragraph about the FAQ being a
9695 transitional document, etc.
9696 (Searching for/replacing newlines): New node.
9697 (Yanking text in isearch): New node.
9698 (Inserting text at the beginning of each line): Rename and make
9699 more general, mention `M-;' in Message mode.
9700
9701 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9702
9703 * faq.texi (Meta key does not work in xterm)
9704 (Emacs does not display 8-bit characters)
9705 (Inputting eight-bit characters): Update xrefs.
9706
9707 2006-02-06 Romain Francoise <romain@orebokech.com>
9708
9709 * faq.texi (VM): VM now at version 7.19.
9710 Set myself as maintainer of this file.
9711
9712 2006-02-04 Michael Olson <mwolson@gnu.org>
9713
9714 * erc.texi (History): Note that ERC is now included with Emacs.
9715
9716 2006-01-31 Romain Francoise <romain@orebokech.com>
9717
9718 * message.texi (Message Headers): Explain what
9719 `message-alternative-emails' does in more detail.
9720 Update copyright year.
9721
9722 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9723
9724 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9725
9726 2006-01-29 Richard M. Stallman <rms@gnu.org>
9727
9728 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9729
9730 2006-01-29 Michael Olson <mwolson@gnu.org>
9731
9732 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9733
9734 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9735
9736 * faq.texi (New in Emacs 22): Mention ERC.
9737
9738 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * rcirc.texi: Capitalize dir entry for consistency with the entry
9741 in info/dir and other entries in the Emacs category.
9742 Fix typos. Delete trailing whitespace.
9743
9744 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9745
9746 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9747
9748 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9749
9750 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9751 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9752
9753 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9754 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9755
9756 2006-01-27 Alex Schroeder <alex@gnu.org>
9757
9758 * rcirc.texi: New file.
9759
9760 2006-01-23 Juri Linkov <juri@jurta.org>
9761
9762 * widget.texi (User Interface): Add S-TAB for widget-backward.
9763
9764 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9765
9766 Sync with Tramp 2.0.52.
9767
9768 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9769 Add Tramp disabling item. New item for common connection problems.
9770 (various): Apply "ftp" as method for the download URL.
9771 (Bug Reports): Refer to FAQ for common problems.
9772
9773 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9774
9775 * widget.texi (User Interface): Use @key for TAB.
9776
9777 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9778
9779 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9780 for TAB.
9781
9782 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9783
9784 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * gnus.texi: Update copyright.
9787
9788 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * gnus.texi (Article Washing): Additions.
9791
9792 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9793
9794 * org.texi (Agenda commands): Document tags command.
9795
9796 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9797
9798 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9799
9800 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9801
9802 * gnus.texi (RSS): Addition.
9803
9804 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9805
9806 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9807
9808 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9809
9810 * emacs-mime.texi (Display Customization): Add setting example to
9811 mm-discouraged-alternatives.
9812
9813 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9816 version is the canonical version.
9817
9818 2006-01-08 Alex Schroeder <alex@gnu.org>
9819
9820 * pgg.texi (Caching passphrase): Rewording.
9821
9822 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9823
9824 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9825 repository URL.
9826
9827 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9828
9829 * org.texi: Removed the accidentally re-added empty line in the
9830 direntry.
9831
9832 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9833
9834 * org.texi (Agenda Views): Chapter reorganized.
9835
9836 2005-12-29 Romain Francoise <romain@orebokech.com>
9837
9838 * faq.texi (Using Customize): New node.
9839
9840 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9841
9842 * org.texi: Remove blank line in @direntry. It is non-standard
9843 and recursively produces blank lines all over the dir file (when
9844 using Texinfo 4.8).
9845
9846 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9847
9848 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9849
9850 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9851
9852 * org.texi (Tags): Boolean logic documented.
9853 (Agenda Views): Document custom commands.
9854
9855 2005-12-20 David Kastrup <dak@gnu.org>
9856
9857 * faq.texi (AUCTeX): Update version and mailing list info.
9858
9859 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * gnus.texi (MIME Commands): Mention addition of
9862 multipart/alternative to gnus-buttonized-mime-types and add xref
9863 to mm-discouraged-alternatives.
9864
9865 * emacs-mime.texi (Display Customization): Mention addition of
9866 "image/.*" and add xref to gnus-buttonized-mime-types in the
9867 mm-discouraged-alternatives section.
9868
9869 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9870
9871 * org.texi (Tags): New section.
9872 (Agenda Views): Chapter reorganized.
9873
9874 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9875
9876 * org.texi (Internal Links): Add a missing comma after an @xref.
9877
9878 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9879
9880 * faq.texi (Filling paragraphs with a single space): No need to
9881 change sentence-end now.
9882
9883 2005-12-13 Romain Francoise <romain@orebokech.com>
9884
9885 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9886
9887 2005-12-12 Jay Belanger <belanger@truman.edu>
9888
9889 * faq.texi (Calc): Update version number.
9890
9891 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9892
9893 * org.texi (Progress Logging): New section.
9894
9895 2005-12-10 Romain Francoise <romain@orebokech.com>
9896
9897 Update the Emacs FAQ for the 22.1 release.
9898
9899 * faq.texi: Set VER to `22.1'.
9900 (Basic editing): Explain how to use localized versions of the
9901 Tutorial. Mention that `C-h r' displays the manual.
9902 Delete obsolete WWW link to an Emacs 18 tutorial.
9903 (Getting a printed manual): Point to the new locations of the
9904 manuals on the GNU Web site.
9905 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9906 available via Info (it was previously distributed separately).
9907 (Installing Texinfo documentation): The latest version of Texinfo
9908 is 4.8, not 4.0.
9909 (Informational files for Emacs): COPYING is the GNU General Public
9910 License, not the Emacs General Public License.
9911 (Informational files for Emacs): Delete obsolete link to the
9912 GNUinfo pages as they have been removed from the GNU Web site.
9913 (New in Emacs 22): New node.
9914 (Setting up a customization file): Say that most packages support
9915 Customize nowadays.
9916 (Colors on a TTY): Delete reference to instructions on how to
9917 enable syntax highlighting, it is now enabled by default.
9918 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9919 at startup automatically.
9920 (Controlling case sensitivity): Mention `M-c' in isearch.
9921 (Using an already running Emacs process): Emacs now creates the
9922 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9923 gnuserv. As emacsclient can now run Lisp code as well, delete a
9924 sentence praising gnuserv for that. Simplify description of how
9925 the client/server operation works.
9926 (Compiler error messages): Delete obsolete text (compile.el has
9927 been rewritten).
9928 (Indenting switch statements): Fix typo.
9929 (Matching parentheses): Simplify setup instructions, mention the
9930 menu bar item in the Options menu.
9931 (Repeating a command as many times as possible): Mention `C-x e'.
9932 (Going to a line by number): Mention new keymap and bindings
9933 `M-g M-g', `M-g M-p' and `M-g M-n'.
9934 (Turning on syntax highlighting): Now on by default. Simplify.
9935 (Replacing highlighted text): Use `1', not `t'.
9936 (Problems with very large files): The maximum size is now 256MB on
9937 32-bit machines.
9938 (^M in the shell buffer): Mention `comint-process-echoes'.
9939 (Emacs for Apple computers): Emacs 22 has native support for Mac
9940 OS X.
9941 (Translating names to IP addresses): Delete node.
9942 (Binding keys to commands): Fix typo.
9943 (SPC no longer completes file names): New node.
9944 (MIME with Emacs mail packages): Delete section about the Emacs
9945 MIME FAQ (it's not reachable anymore).
9946
9947 2005-12-08 Alan Mackenzie <acm@muc.de>
9948
9949 * cc-mode.texi: The manual has been extensively revised: the
9950 information about using CC Mode has been separated from the larger
9951 and more difficult chapters about configuration. It has been
9952 updated for CC Mode 5.31.
9953
9954 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9955
9956 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9957 (Selecting an implementation): Fix descriptions.
9958
9959 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * message.texi (Various Message Variables): Addition.
9962
9963 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * message.texi: Fix default values.
9966
9967 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * message.texi (Header Commands): Clarify descriptions of
9970 message-cross-post-followup-to, message-reduce-to-to-cc, and
9971 message-insert-wide-reply.
9972 (Various Commands): Fix kindex for message-kill-to-signature;
9973 clarify description of message-tab.
9974
9975 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9976
9977 * message.texi (Mailing Lists): Fix description about MFT.
9978
9979 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9980
9981 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus.texi (Slow Terminal Connection): Replace old description
9984 with new one.
9985
9986 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9989 replace X-Draft-Headers with X-Draft-From.
9990
9991 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * gnus.texi (Various Various): Fix the default value of
9994 nnheader-max-head-length.
9995 (Gnus Versions): Fix typo.
9996
9997 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9998
9999 * org.texi (Structure editing): Document new functionality of
10000 M-RET.
10001
10002 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
10003
10004 * org.texi (Internal Links): Fix Texinfo usage.
10005
10006 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10007
10008 * org.texi (TODO basics): Document the global todo list.
10009 (TODO items): Documents sparse tree for specific TODO
10010 keywords.
10011
10012 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
10013
10014 * org.texi (Plain Lists): Typos fixed.
10015
10016 2005-11-28 Jay Belanger <belanger@truman.edu>
10017
10018 * calc.texi: Change references of `M-#' to `C-x *' prefix.
10019
10020 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10021
10022 * org.texi (Structure editing): New item moving commands added.
10023 (Plain Lists): New section.
10024
10025 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10026
10027 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
10028 (Agenda): Document commands `org-cycle-agenda-files' and
10029 `org-agenda-file-to-front'.
10030 (Built-in table editor): Document `org-table-sort-lines'.
10031 (HTML formatting): Export of hand-formatted lists.
10032
10033 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
10036 new variable gnus-toolbar-thickness.
10037
10038 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
10039
10040 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
10041
10042 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * gnus.texi (X-Face): Fix description.
10045 (XVarious): Remove gnus-xmas-logo-color-alist and
10046 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
10047
10048 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10049
10050 * gnus.texi (Group Parameters): Mention new variable
10051 gnus-parameters-case-fold-search.
10052 (Home Score File): Addition.
10053
10054 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10055
10056 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
10057 (Overview): List supported feed types.
10058 (Installation): No installation necessary when using autoload.
10059 (Configuration): Rename "RSS" to "news".
10060
10061 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10062
10063 * pgg.texi (User Commands): Document additional passphrase
10064 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
10065 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
10066
10067 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10068
10069 * org.texi: Version number changed to 3.19.
10070
10071 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
10072
10073 * pgg.texi (How to use): Update the example to add autoload of
10074 pgg-encrypt-symmetric-region.
10075 (User Commands): Document pgg-encrypt-symmetric-region.
10076 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
10077
10078 2005-10-27 Jay Belanger <belanger@truman.edu>
10079
10080 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
10081 mention other TeX-related units.
10082
10083 2005-10-23 Lars Hansen <larsh@soem.dk>
10084
10085 * dired-x.texi (Miscellaneous Commands):
10086 Replace dired-do-relative-symlink by dired-do-relsymlink and
10087 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
10088
10089 2005-10-23 Jay Belanger <belanger@truman.edu>
10090
10091 * calc.texi (Predefined Units): Use `alpha' for the fine structure
10092 constant.
10093
10094 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10095
10096 * faq.texi (Bugs and problems):
10097 Replace `dired-move-to-filename-regexp' by
10098 `directory-listing-before-filename-regexp'.
10099
10100 2005-10-22 Eli Zaretskii <eliz@gnu.org>
10101
10102 * newsticker.texi (UPDATED): Set value.
10103
10104 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
10105
10106 * gnus.texi (Document Groups): Remove duplicate item.
10107
10108 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10109
10110 * org.texi (Summary): Mention iCalendar support.
10111 (Exporting): Document iCalendar support.
10112
10113 2005-10-18 Romain Francoise <romain@orebokech.com>
10114
10115 * viper.texi (Viper Specials): Capitalize GNU.
10116
10117 2005-10-17 Juri Linkov <juri@jurta.org>
10118
10119 * info.texi (Getting Started, Search Index, Expert Info):
10120 Fix wording.
10121 (Search Text): Replace `echo area' with `mode line'.
10122 (Search Index): Both `i' and `,' find all index entries.
10123 Replace example `C-f' with `C-l' (which exists in index of Info
10124 manual) and delete spaces in its keyboard input sequence.
10125 Delete unnecessary explanations about literal characters.
10126
10127 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * gnus.texi (Document Server Internals): Addition.
10130
10131 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
10132
10133 * gnus.texi (A note on namespaces): Fix RFC reference.
10134
10135 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * gnus.texi (RSS): Fix key description.
10138
10139 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10140
10141 * gnus.texi: Emacs/w3 -> Emacs/W3.
10142 (Browsing the Web): Fix description.
10143 (Web Searches): Ditto.
10144 (Customizing W3): Ditto.
10145
10146 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * gnus.texi (Maildir): Clarify expire-age and expire-group.
10149
10150 2005-10-11 Jay Belanger <belanger@truman.edu>
10151
10152 * calc.texi (Integration): Mention using `a i' to compute definite
10153 integrals.
10154
10155 2005-10-11 Juri Linkov <juri@jurta.org>
10156
10157 * info.texi: Rearrange nodes.
10158 (Top): Update menu. Change ref `Info for Experts' to
10159 `Advanced Info Commands'.
10160 (Getting Started): Fix description of manual's parts.
10161 (Help-Int): Change xref `Info Search' to `Search Index', and
10162 `Expert Info' to `Advanced'.
10163 (Advanced): Move node one level up.
10164 (Search Text, Search Index): New nodes split out from `Info Search'.
10165 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
10166 split out from `Advanced'.
10167 (Advanced, Emacs Info Variables): De-document editing an Info file
10168 in Info.
10169 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
10170 (Creating an Info File): Delete node and move its text to
10171 `Expert Info'.
10172
10173 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10174
10175 * org.texi (Workflow states): Document that change in keywords
10176 becomes active only after restart of Emacs.
10177
10178 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10179
10180 Sync with Tramp 2.0.51.
10181
10182 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
10183
10184 * speedbar.texi (Introduction): Describe new location of speedbar
10185 on menubar.
10186 (Basic Key Bindings): Remove descriptions of bindings that have
10187 been removed.
10188
10189 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
10190
10191 * speedbar.texi (GDB): Describe use of watch expressions.
10192
10193 2005-09-28 Simon Josefsson <jas@extundo.com>
10194
10195 * message.texi (IDNA): Fix.
10196
10197 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10198
10199 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
10200 nntp-server-hook, and nntp-warn-about-losing-connection; fix
10201 description of nntp-open-connection-function.
10202 (Common Variables): Fix descriptions.
10203
10204 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
10205
10206 * gnus.texi (Server Buffer Format): Document the %a format spec.
10207
10208 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
10211
10212 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10213
10214 * org.texi Version 3.16.
10215
10216 2005-09-19 Miles Bader <miles@gnu.org>
10217
10218 * newsticker.texi: Get rid of CVS keywords.
10219
10220 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * gnus.texi (Finding the Parent): Fix description of how Gnus
10223 finds article.
10224
10225 2005-09-14 Jari Aalto <jari.aalto@cante.net>
10226
10227 * gnus.texi (Advanced Scoring Examples): New examples to teach how
10228 to drop off non-answered articles.
10229
10230 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
10233 braces (which are unsupported by NMAKE) for macro `srcdir'.
10234
10235 2005-09-17 Eli Zaretskii <eliz@gnu.org>
10236
10237 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
10238 (../info/newsticker, newsticker.dvi): New targets.
10239
10240 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
10241
10242 * newsticker.texi: Replace @command with @code. Replace @example
10243 with @lisp.
10244 (Top): Add explanations to menu items.
10245 (GNU Free Documentation License): Remove.
10246
10247 2005-09-16 Romain Francoise <romain@orebokech.com>
10248
10249 Update all files to specify GFDL version 1.2.
10250
10251 * doclicense.texi (GNU Free Documentation License): Update to
10252 version 1.2.
10253
10254 2005-09-15 Richard M. Stallman <rms@gnu.org>
10255
10256 * newsticker.texi: Fix @setfilename.
10257
10258 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
10259 (../info/newsticker, newsticker.dvi): New targets.
10260
10261 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10262
10263 * org.texi: Version 3.15.
10264
10265 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
10266
10267 * ses.texi: Combine all three indices into one.
10268 Correct a few typos.
10269
10270 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
10271
10272 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
10273
10274 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * emacs-mime.texi (Handles): Remove duplicate item.
10277 (Encoding Customization): Fix the default value for
10278 mm-coding-system-priorities.
10279 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
10280 (Basic Functions): Fix reference.
10281
10282 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10283
10284 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
10285
10286 2005-08-18 Richard M. Stallman <rms@gnu.org>
10287
10288 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
10289 and web site.
10290
10291 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
10292 not keyboard-translate.
10293
10294 2005-08-11 Richard M. Stallman <rms@gnu.org>
10295
10296 * faq.texi (Using regular expressions): Fix xref.
10297
10298 2005-08-09 Juri Linkov <juri@jurta.org>
10299
10300 * info.texi (Help-P): Replace `Prev' with `Previous'.
10301 (Help-M, Help-Xref): Add S-TAB.
10302 (Help-FOO): Update `u' command.
10303 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
10304 Update info about visibility of xref parts.
10305 (Help-Int): Fix `m' command. Rename `Info-last' to
10306 `Info-history-back'. Add `Info-history-forward'.
10307 (Advanced): Fix `g*' and `M-n' commands.
10308 (Info Search): Add `index-apropos' in stand-alone browser.
10309 Add isearch commands.
10310 (Emacs Info Variables): Remove `Info-fontify'.
10311 Add `Info-mode-hook'. Update face names.
10312 Add `Info-fontify-maximum-menu-size',
10313 `Info-fontify-visited-nodes', `Info-isearch-search'.
10314
10315 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10316
10317 Sync with Tramp 2.0.50.
10318
10319 * tramp.texi: Use @option{} consequently for method names.
10320 (Inline methods, External transfer methods): Remove references to
10321 Cygwin.
10322 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
10323 implementation.
10324
10325 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
10326
10327 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
10328 Mention that gnus-init-file is not read when Emacs is invoked with
10329 --no-init-file or -q.
10330
10331 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
10332
10333 * org.texi: Version 3.14.
10334
10335 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10336
10337 * org.texi: Version 3.13.
10338
10339 2005-07-18 Juri Linkov <juri@jurta.org>
10340
10341 * calc.texi (Time Zones, Logical Operations):
10342 * cl.texi (Overview):
10343 * org.texi (TODO types):
10344 * sc.texi (Emacs 18 MUAs):
10345 * speedbar.texi (Top):
10346 * url.texi (History):
10347 Delete duplicate duplicate words.
10348
10349 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
10350
10351 * cl.texi (Type Predicates): Document `atom' type.
10352
10353 2005-07-04 Lute Kamstra <lute@gnu.org>
10354
10355 Update FSF's address in GPL notices.
10356
10357 * calc.texi (Copying):
10358 * doclicense.texi (GNU Free Documentation License):
10359 * faq.texi (Contacting the FSF):
10360 * mh-e.texi (Copying): Update FSF's address.
10361
10362 2005-07-03 Richard M. Stallman <rms@gnu.org>
10363
10364 * flymake.texi (Example -- Configuring a tool called directly):
10365 Update name of flymake-build-relative-filename.
10366
10367 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10368
10369 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
10370
10371 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10372
10373 * org.texi: Version 3.12.
10374
10375 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10376
10377 * makefile.w32-in (MAKEINFO): Use --force.
10378 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
10379 Makefile.in.
10380 (gnus.dvi): Use "..." to quote Sed args, so that it works with
10381 more shells.
10382
10383 2005-06-23 Richard M. Stallman <rms@gnu.org>
10384
10385 * speedbar.texi (Creating a display): Texinfo usage fixes.
10386
10387 * tramp.texi (Customizing Completion, Auto-save and Backup):
10388 Texinfo usage fixes.
10389
10390 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * dired-x.texi (Miscellaneous Commands):
10393 * ediff.texi (Miscellaneous):
10394 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
10395 (Agent Variables):
10396 * info.texi (Help-Xref):
10397 * message.texi (Message Headers):
10398 * org.texi (Remember):
10399 * reftex.texi (Options (Defining Label Environments))
10400 (Options (Index Support), Options (Viewing Cross-References))
10401 (Options (Misc), Changes):
10402 * speedbar.texi (Creating a display):
10403 * tramp.texi (Customizing Completion, Auto-save and Backup):
10404 Texinfo usage fix.
10405
10406 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10407
10408 * org.texi: Version 3.11.
10409
10410 2005-06-12 Jay Belanger <belanger@truman.edu>
10411
10412 * calc.texi (Getting Started): Remove extra menu item.
10413
10414 2005-05-31 Jay Belanger <belanger@truman.edu>
10415
10416 * calc.texi (Notations Used in This Manual): Use @kbd for key
10417 sequence.
10418 (Demonstration of Calc): Mention another way of starting Calc.
10419 (Starting Calc): Mention long name of M-#.
10420 (Embedded Mode Overview): Remove unnecessary instruction.
10421 (Other M-# commands): Rephrase `M-# 0' explanation.
10422 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10423 reflect current behavior.
10424
10425 2005-05-30 Jay Belanger <belanger@truman.edu>
10426
10427 * calc.texi (Hooks): Change description of calc-window-hook and
10428 calc-trail-window-hook to match usage.
10429 (Computational Functions): Add more constant-generating functions.
10430 (Customizable Variables): Use defvar.
10431
10432 2005-05-28 Jay Belanger <belanger@truman.edu>
10433
10434 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10435 (Basic Embedded Mode): Explain behavior of arguments to
10436 calc-embedded-mode.
10437
10438 2005-05-27 Jay Belanger <belanger@truman.edu>
10439
10440 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10441 current behavior.
10442
10443 2005-05-25 Jay Belanger <belanger@truman.edu>
10444
10445 * calc.texi: Change Calc version number throughout.
10446 (Keypad Mode): Change location in info output.
10447 (Keypad mode overview): Move picture of keypad.
10448
10449 2005-05-21 Jay Belanger <belanger@truman.edu>
10450
10451 * calc.texi (Storing variables): Mention that only most variables
10452 are void to begin with.
10453
10454 2005-05-21 Kevin Ryde <user42@zip.com.au>
10455
10456 * widget.texi (Basic Types): Update cross ref from "Enabling
10457 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10458 lispref/text.texi change.
10459
10460 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10461
10462 * org.texi: Version 3.09.
10463
10464 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10465
10466 * reftex.texi: Version 4.28.
10467
10468 2005-05-16 Jay Belanger <belanger@truman.edu>
10469
10470 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10471
10472 2005-05-14 Jay Belanger <belanger@truman.edu>
10473
10474 * calc.texi (Default Simplifications): Insert missing ! (logical
10475 not operator).
10476
10477 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10478
10479 Sync with Tramp 2.0.49.
10480
10481 2005-05-10 Jay Belanger <belanger@truman.edu>
10482
10483 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10484 to 1.
10485
10486 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10487
10488 * org.texi: Version 3.08, structure reorganized.
10489
10490 2005-04-24 Richard M. Stallman <rms@gnu.org>
10491
10492 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10493
10494 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10495
10496 * org.texi: Update to version 3.06.
10497
10498 2005-04-13 Lute Kamstra <lute@gnu.org>
10499
10500 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10501
10502 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10503
10504 * cl.texi (Porting Common Lisp): Fix typo.
10505
10506 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * gnus.texi (RSS): Addition.
10509
10510 2005-04-04 Jay Belanger <belanger@truman.edu>
10511
10512 * calc.texi: Change Calc version number.
10513 (Customizable variables): Fix description of calc-language-alist.
10514 (Copying): Put in version 2 of GPL.
10515
10516 2005-04-01 Jay Belanger <belanger@truman.edu>
10517
10518 * calc.texi (Troubleshooting Commands): Remove comment about
10519 installation.
10520 (Installation): Remove section.
10521 (Customizable Variables): New section.
10522 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10523 (Graphical Devices): Add references to Customizable Variables.
10524
10525 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10526
10527 * emacs-mime.texi (Display Customization): Markup fixes.
10528 (rfc2047): Update.
10529
10530 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10531
10532 * gnus-faq.texi: Replaced with auto-generated version.
10533
10534 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10535
10536 * dired-x.texi (Multiple Dired Directories): default-directory was
10537 renamed to dired-default-directory.
10538
10539 2005-03-26 Jay Belanger <belanger@truman.edu>
10540
10541 * calc.texi (Simplifying Formulas, Rewrite Rules):
10542 Change description of top and bottom of fraction.
10543 (Modulo Forms): Move description of how to create modulo forms to
10544 earlier in the section.
10545 (Fraction Mode): Suggest using : to get a fraction by dividing.
10546 (Basic Arithmetic): Adjust placement of command name.
10547 (Truncating the Stack): Emphasize that "hidden" entries are still
10548 visible.
10549 (Installation): Move discussion of printing manual to "About This
10550 Manual".
10551 (About This Manual): Mention how to print the manual.
10552 (Reporting Bugs): Remove first person.
10553 (Building Vectors): Add algebraic version of append.
10554 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10555 (Grouping Digits): Fix typo.
10556
10557 2005-03-25 Werner Lemberg <wl@gnu.org>
10558
10559 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10560 Replace `legal' with `valid'.
10561
10562 2005-03-25 Werner Lemberg <wl@gnu.org>
10563
10564 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10565
10566 2005-03-24 Jay Belanger <belanger@truman.edu>
10567
10568 * calc.texi (General Mode Commands)
10569 (Mode Settings in Embedded Mode): Add some explanation of
10570 recording mode settings.
10571
10572 2005-03-24 Richard M. Stallman <rms@gnu.org>
10573
10574 * calc.texi: Remove praise of non-free software.
10575
10576 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10577 (Installation): Node deleted.
10578
10579 2005-03-23 Richard M. Stallman <rms@gnu.org>
10580
10581 * url.texi (HTTP language/coding): Improve last change.
10582
10583 2005-03-22 Jay Belanger <belanger@truman.edu>
10584
10585 * calc.texi (Embedded Mode): Add new information on changing
10586 modes.
10587
10588 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10589
10590 Sync with Tramp 2.0.48.
10591
10592 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10593
10594 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10595 "GNU/Linux". Change all addresses to .gnu.org.
10596 (Default Method): Offer shortened syntax for "su" and "sudo"
10597 methods.
10598
10599 2005-03-07 Richard M. Stallman <rms@gnu.org>
10600
10601 * url.texi: Fix usage of "e.g.".
10602 (HTTP language/coding): Explain the rules for these strings.
10603
10604 2005-03-06 Richard M. Stallman <rms@gnu.org>
10605
10606 * woman.texi (Introduction): Minor cleanups.
10607
10608 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10609
10610 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10611 (Installation): Node deleted.
10612
10613 * mh-e.texi (Preface): Get rid of "Emacs 21".
10614
10615 * eshell.texi (Installation): Delete node (for Emacs 20).
10616
10617 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10618
10619 * flymake.texi: Refill and tweak style in @lisp blocks.
10620
10621 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10622
10623 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10624
10625 2005-03-01 Jay Belanger <belanger@truman.edu>
10626
10627 * calc.texi (Trigonometric and Hyperbolic Functions):
10628 Mention additional functions.
10629 (Algebraic Simplifications): Mention additional simplifications.
10630
10631 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10632
10633 * ses.texi: Add concept/function/variable indices (this work was
10634 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10635 papers on file at FSF).
10636
10637 2005-02-10 Jay Belanger <belanger@truman.edu>
10638
10639 * calc.texi: Change @LaTeX to La@TeX throughout.
10640 Redefine @expr as @math for TeX output.
10641 Redefine @texline as a no-op for TeX output.
10642 Define @tfn, replace @t by @tfn throughout.
10643
10644 2005-02-09 Jay Belanger <belanger@truman.edu>
10645
10646 * calc.texi: Add macro for LaTeX for info output.
10647
10648 2005-02-08 Kim F. Storm <storm@cua.dk>
10649
10650 * texinfo.tex (LaTex): Add def.
10651
10652 2005-02-06 Jay Belanger <belanger@truman.edu>
10653
10654 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10655 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10656 throughout manual.
10657
10658 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10659
10660 * gnus.texi: Some edits based on comments from David Abrahams.
10661
10662 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10663
10664 * gnus.texi (RSS): Fix the keystroke.
10665
10666 2005-01-24 David Kastrup <dak@gnu.org>
10667
10668 * faq.texi: Update AUCTeX version info.
10669
10670 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10671
10672 * gnus-faq.texi ([4.1]): Typo.
10673
10674 2005-01-19 Jay Belanger <belanger@truman.edu>
10675
10676 * calc.texi (Keep Arguments): Mention that keeping arguments
10677 doesn't work with keyboard macros.
10678
10679 2005-01-16 Richard M. Stallman <rms@gnu.org>
10680
10681 * autotype.texi (Autoinserting): Fix small error.
10682
10683 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10684
10685 Sync with Tramp 2.0.47.
10686
10687 * tramp.texi (Compilation): New section, describing compilation of
10688 remote files.
10689
10690 2005-01-11 Kim F. Storm <storm@cua.dk>
10691
10692 * widget.texi (Basic Types): Add :follow-link keyword.
10693
10694 2005-01-09 Jay Belanger <belanger@truman.edu>
10695
10696 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10697
10698 2005-01-08 Jay Belanger <belanger@truman.edu>
10699
10700 * calc.texi: Change throughout to reflect new default value of
10701 calc-settings-file.
10702
10703 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * message.texi (Reply): `message-reply-to-function' should return
10706 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10707
10708 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10709
10710 * faq.texi (Changing load-path): Fix typo.
10711
10712 2005-01-05 Jay Belanger <belanger@truman.edu>
10713
10714 * calc.texi (Programming Tutorial): Replace kbd command by
10715 appropriate characters for a keyboard macro.
10716
10717 2005-01-04 Jay Belanger <belanger@truman.edu>
10718
10719 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10720 for Lucid Emacs.
10721 (Programming Tutorial): Mention that the user needs to be in the
10722 right mode to compute some functions.
10723
10724 2005-01-04 Jay Belanger <belanger@truman.edu>
10725
10726 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10727 no longer applicable.
10728
10729 2005-01-01 Jay Belanger <belanger@truman.edu>
10730
10731 * calc.texi (Programming Tutorial): Change description of how to
10732 edit keyboard macros to match current behavior.
10733
10734 2004-12-31 Jay Belanger <belanger@truman.edu>
10735
10736 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10737
10738 2004-12-20 Jay Belanger <belanger@truman.edu>
10739
10740 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10741 zero.
10742
10743 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10744
10745 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10746 @xref.
10747 (Font Locking): Avoid @strong{Note:}.
10748
10749 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10750
10751 Sync with Tramp 2.0.46.
10752
10753 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10754
10755 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10756
10757 * url.texi: Correct typos.
10758 (Retrieving URLs): @var{nil}->@code{nil}.
10759 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10760 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10761 (Dealing with HTTP documents): @inforef->@xref.
10762
10763 2004-12-15 Jay Belanger <belanger@truman.edu>
10764
10765 * calc.texi: Consistently capitalized all mode names.
10766 (Answers to Exercises): Mention that an answer can be a fraction
10767 when in Fraction mode.
10768
10769 2004-12-13 Jay Belanger <belanger@truman.edu>
10770
10771 * calc.texi: Fix some TeX definitions.
10772
10773 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10774
10775 * reftex.texi (Imprint): Remove erroneous @value's.
10776
10777 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10780 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10781
10782 2004-12-08 Jay Belanger <belanger@truman.edu>
10783
10784 * calc.texi (Starting Calc): Remove comment about installation.
10785 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10786
10787 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10788
10789 * url.texi: Update @setfilename.
10790 (Getting Started): No need to worry about Gnus versions.
10791 (Dealing with HTTP documents): Use @inforef.
10792
10793 * org.texi: Fix @direntry file name.
10794
10795 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * url.texi: New file.
10798
10799 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10800
10801 2004-12-06 Jay Belanger <belanger@truman.edu>
10802
10803 * calc.texi (Using Calc): Remove paragraph about installation.
10804
10805 2004-12-06 Jay Belanger <belanger@truman.edu>
10806
10807 * calc.texi: Use more Texinfo macros and less TeX defs.
10808 Remove @refill's.
10809
10810 2004-12-06 Richard M. Stallman <rms@gnu.org>
10811
10812 * org.texi: New file.
10813
10814 2004-12-05 Richard M. Stallman <rms@gnu.org>
10815
10816 * Makefile.in (org.dvi, ../info/org): New targets.
10817 (INFO_TARGETS): Add ../info/org.
10818 (DVI_TARGETS): Add org.dvi.
10819 (maintainer-clean): Remove the info files in the info dir.
10820
10821 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10822
10823 * idlwave.texi: Fix the setfilename directive to put the produced
10824 file in ../info.
10825 (Continued Statement Indentation): Resurrect Jan D.'s change from
10826 2004-11-03 that was lost when a newer version of idlwave.texi was
10827 imported.
10828
10829 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10830
10831 * gnus-faq.texi ([5.1]): Add missing bracket.
10832
10833 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10834 Index `spam-initialize'.
10835
10836 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10837
10838 * message.texi (Various Message Variables): Mention that all mail
10839 file variables are derived from `message-directory'.
10840
10841 * gnus.texi (Splitting Mail): Clarify bogus group.
10842
10843 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10844
10845 * emacs-mime.texi (Encoding Customization):
10846 Fix mm-coding-system-priorities entry.
10847
10848 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10849
10850 * idlwave.texi (Continued Statement Indentation):
10851 * reftex.texi (Options (Index Support))
10852 (Displaying and Editing the Index, Table of Contents):
10853 * speedbar.texi (Creating a display, Major Display Modes):
10854 Replace non-nil with non-@code{nil}.
10855
10856 2004-10-21 Jay Belanger <belanger@truman.edu>
10857
10858 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10859
10860 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10861
10862 * calc.texi (Reporting Bugs): Double up `@'.
10863
10864 2004-10-18 Jay Belanger <belanger@truman.edu>
10865
10866 * calc.texi (Reporting Bugs): Change the address that bugs
10867 should be sent to.
10868
10869 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10870
10871 * gnus.texi (New Features): Add 5.11.
10872
10873 * message.texi (Resending): Remove wrong default value.
10874
10875 * gnus.texi (Mail Source Specifiers): Describe possible problems
10876 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10877 `pop3-leave-mail-on-server' to the index.
10878
10879 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10880
10881 * message.texi (Canceling News): Add how to set a password.
10882
10883 2004-10-12 Jay Belanger <belanger@truman.edu>
10884
10885 * calc.texi (Help Commands): Change the descriptions of
10886 calc-describe-function and calc-describe-variable to match their
10887 current behavior.
10888
10889 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10890
10891 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10892
10893 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10894
10895 Sync with Tramp 2.0.45.
10896
10897 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10898 plink link. The URL is outdated. Originator contacted for
10899 clarification.
10900
10901 2004-10-10 Juri Linkov <juri@jurta.org>
10902
10903 * gnus.texi (Top, Marking Articles): Join two menus in one node
10904 because a node can have only one menu.
10905
10906 2004-10-09 Juri Linkov <juri@jurta.org>
10907
10908 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10909 example of nnmail-split-fancy.
10910
10911 2004-10-06 Karl Berry <karl@gnu.org>
10912
10913 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10914 consistency with other uses of dashes.
10915
10916 2004-10-05 Karl Berry <karl@gnu.org>
10917
10918 * info.texi: Consistently use --- throughout, periods at end of
10919 menu descriptions, and a couple typos.
10920
10921 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10922
10923 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10924 * pgg.texi (User Commands, Backend methods): Do.
10925 * gnus.texi: Markup fixes.
10926 (Setting Process Marks): Fix `M P a' entry.
10927 * emacs-mime.texi: Fixes.
10928
10929 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10930
10931 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10932 again.
10933 Use 5.10 instead of 5.10.0.
10934
10935 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10936
10937 * gnus.texi (Summary Mail Commands): S D e.
10938
10939 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10940
10941 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10942 the gnus-article-mode-line-format section.
10943
10944 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10945
10946 * gnus.texi (Various Summary Stuff): Fix the documentation for
10947 gnus-newsgroup-variables.
10948
10949 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * gnus.texi (MIME Commands):
10952 Add gnus-mime-display-multipart-as-mixed,
10953 gnus-mime-display-multipart-alternative-as-mixed,
10954 gnus-mime-display-multipart-related-as-mixed.
10955 (Mail Source Customization): Clarify `mail-source-directory'.
10956 (Splitting Mail): Mention gnus-group-find-new-groups.
10957 (SpamOracle): Fix typo.
10958
10959 * gnus-faq.texi: Untabify.
10960 ([6.3]): nnir.el is in contrib directory.
10961
10962 * message.texi (News Headers): Clarify how a unique ID is created.
10963
10964 * gnus.texi (Batching Agents): Fix typo in example.
10965 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10966
10967 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10968
10969 * gnus.texi (Group Parameters): Add more on hooks.
10970
10971 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10972
10973 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10974
10975 2004-09-22 Jay Belanger <belanger@truman.edu>
10976
10977 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10978 might be hidden during part of the session.
10979
10980 2004-09-20 Jay Belanger <belanger@truman.edu>
10981
10982 * calc.texi (Notations Used in This Manual): Put in an earlier
10983 mention that DEL could be called Backspace.
10984
10985 2004-09-10 Simon Josefsson <jas@extundo.com>
10986
10987 * gnus.texi (IMAP): Add example. Suggested and partially written
10988 by Steinar Bang <sb@dod.no>.
10989
10990 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10991
10992 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10993 netrc syntax.
10994
10995 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10996
10997 * gnus.texi (Spam ELisp Package Sequence of Events):
10998 Some clarifications.
10999 (Spam ELisp Package Global Variables): More clarifications.
11000
11001 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11002
11003 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
11004 Mention spam-split does not modify incoming mail.
11005
11006 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11007
11008 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
11009
11010 2004-09-10 Eli Zaretskii <eliz@gnu.org>
11011
11012 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
11013
11014 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11015
11016 * makefile.w32-in (sieve, pgg): Use $(infodir).
11017
11018 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
11019
11020 * makefile.w32-in: Fix PGG and Sieve entries.
11021
11022 2004-08-28 Eli Zaretskii <eliz@gnu.org>
11023
11024 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
11025 Emacs and related programs.
11026
11027 2004-08-27 Richard M. Stallman <rms@gnu.org>
11028
11029 * faq.texi: Fix texinfo usage, esp. doublequotes.
11030 (Difference between Emacs and XEmacs): Some clarification.
11031
11032 * faq.texi (Difference between Emacs and XEmacs):
11033 Explain not to contrast XEmacs with GNU Emacs.
11034
11035 2004-08-26 Richard M. Stallman <rms@gnu.org>
11036
11037 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
11038
11039 2004-08-22 David Kastrup <dak@gnu.org>
11040
11041 * reftex.texi (AUCTeX): Update links, section name.
11042
11043 * faq.texi (Calc): Update availability (included in 22.1).
11044 (AUCTeX): Update availability, information, versions, description.
11045
11046 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11047
11048 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
11049
11050 2004-08-11 Martin Stjernholm <mast@lysator.liu.se>
11051
11052 * cc-mode.texi: Various updates for CC Mode 5.30.9.
11053
11054 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
11055
11056 Sync with Tramp 2.0.44.
11057
11058 2004-08-05 Lars Hansen <larsh@math.ku.dk>
11059
11060 * widget.texi (User Interface): Update how to separate the
11061 editable field of an editable-field widget from other widgets.
11062 (Programming Example): Add text after field.
11063
11064 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11065
11066 * emacs-mime.texi (Encoding Customization): Add a note to the
11067 mm-content-transfer-encoding-defaults entry.
11068 (rfc2047): Update.
11069
11070 * gnus.texi (Article Highlighting):
11071 Add gnus-cite-ignore-quoted-from.
11072 (POP before SMTP): New node.
11073 (Posting Styles): Addition.
11074 (Splitting Mail): Add nnmail-split-lowercase-expanded.
11075 (Fancy Mail Splitting): Ditto.
11076 (X-Face): Add gnus-x-face.
11077
11078 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
11081 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
11082
11083 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
11084
11085 * gnus.texi (Mail Source Specifiers):
11086 Describe `pop3-leave-mail-on-server'.
11087
11088 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
11089
11090 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
11091
11092 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
11093 repository. Change setfilename.
11094
11095 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
11096
11097 2004-07-02 Juri Linkov <juri@jurta.org>
11098
11099 * pcl-cvs.texi (Viewing differences): Add `d r'.
11100
11101 2004-06-29 Jesper Harder <harder@ifa.au.dk>
11102
11103 * ses.texi, viper.texi, flymake.texi, faq.texi:
11104 * eshell.texi, ediff.texi: Markup fixes.
11105
11106 2004-06-21 Karl Berry <karl@gnu.org>
11107
11108 * info.texi (Top): Mention that only Emacs has mouse support.
11109 (Getting Started): Mention this in a few other places.
11110
11111 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
11112
11113 * autotype.texi (Copyrights, Timestamps):
11114 Recommend `before-save-hook' instead of `write-file-functions'.
11115
11116 2004-06-13 Lars Hansen <larsh@math.ku.dk>
11117
11118 * dired-x.texi (dired-mark-omitted): Update keybinding.
11119
11120 2004-06-10 Kim F. Storm <storm@cua.dk>
11121
11122 * pcl-cvs.texi (Viewing differences): Add 'd y'.
11123
11124 2004-06-05 Lars Hansen <larsh@math.ku.dk>
11125
11126 * dired-x.texi (variable dired-omit-mode): Rename from
11127 dired-omit-files-p.
11128 (function dired-omit-mode): Rename from dired-omit-toggle.
11129 Call dired-omit-mode rather than set dired-omit-files-p.
11130 (dired-mark-omitted): Describe command.
11131
11132 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
11133
11134 Version 2.0.41 of Tramp released.
11135
11136 2004-05-29 Juanma Barranquero <lektu@terra.es>
11137
11138 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
11139 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
11140
11141 2004-05-29 Richard M. Stallman <rms@gnu.org>
11142
11143 * cl.texi (Top): Call this chapter `Introduction'.
11144 (Overview): In TeX, no section heading here.
11145
11146 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
11147
11148 2004-05-29 Eli Zaretskii <eliz@gnu.org>
11149
11150 * Makefile.in (../info/flymake, flymake.dvi): New targets.
11151 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
11152
11153 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
11154
11155 * flymake.texi: New file.
11156
11157 2004-05-28 Simon Josefsson <jas@extundo.com>
11158
11159 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
11160
11161 2004-05-07 Kai Großjohann <kai@emptydomain.de>
11162
11163 Version 2.0.40 of Tramp released.
11164
11165 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
11166
11167 Complete rework, based on review by Karl Berry <karl@gnu.org>.
11168
11169 * tramp.texi (Auto-save and Backup): Explain exploitation of new
11170 variables `tramp-backup-directory-alist' and
11171 `tramp-bkup-backup-directory-info'.
11172 (Overview, Connection types)
11173 (External transfer methods, Default Method)
11174 (Windows setup hints): Remove restriction of password entering
11175 with external methods.
11176 (Auto-save and Backup): Make file name example
11177 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
11178 and `auto-save-directory' must be used.
11179 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
11180 only "NT"). Remove doubled entry "What kinds of systems does
11181 @tramp{} work on".
11182 (tramp): Macro removed.
11183 (Obtaining Tramp): Flag removed from title.
11184 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
11185 and `trampver' used properly. Flag `tramp-inst' replaced by
11186 `installchapter'. Installation related text adapted.
11187
11188 2004-04-28 Masatake YAMATO <jet@gyve.org>
11189
11190 * widget.texi (Programming Example): Remove overlays.
11191
11192 2004-04-27 Jesper Harder <harder@ifa.au.dk>
11193
11194 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
11195
11196 2004-04-23 Juanma Barranquero <lektu@terra.es>
11197
11198 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11199
11200 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11201
11202 * info.texi (Info Search): Add info-apropos.
11203
11204 2004-03-22 Juri Linkov <juri@jurta.org>
11205
11206 * faq.texi: Fix help key bindings.
11207
11208 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11209
11210 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
11211 (as suggested by Karl Berry). Update information about colored
11212 stars in menus. Add new subheading describing M-n.
11213
11214 2004-03-12 Richard M. Stallman <rms@gnu.org>
11215
11216 * cl.texi (Top): Rename top node's title.
11217
11218 2004-03-08 Karl Berry <karl@gnu.org>
11219
11220 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
11221 problems making the texinfo distribution.
11222
11223 2004-02-29 Simon Josefsson <jas@extundo.com>
11224
11225 * smtpmail.texi (Authentication): Change the list of supported
11226 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
11227 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
11228 <voegelas@gmx.net>.
11229
11230 2004-02-29 Juanma Barranquero <lektu@terra.es>
11231
11232 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
11233 Use $(DEL) instead of rm, and ignore exit code.
11234
11235 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
11236
11237 Tramp version 2.0.39 released.
11238
11239 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
11240
11241 * tramp.texi (Customizing Completion): Explain new functions
11242 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
11243 (all): Savannah URLs unified to "http://savannah.nongnu.org".
11244 (Top): Refer to Savannah mailing list as the major one.
11245 Mention older mailing lists in HTML mode only.
11246 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
11247 (Frequently Asked Questions): Remote hosts must not be Unix-like
11248 for "smb" method.
11249 (Password caching): New node.
11250 (External transfer methods): Refer to password caching for "smb"
11251 method.
11252
11253 2004-02-17 Karl Berry <karl@gnu.org>
11254
11255 * info.texi (Help-Int): Mention the new line number feature.
11256
11257 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
11258
11259 * ses.texi (Advanced Features): New functionality for
11260 ses-set-header-row (defaults to current row unless C-u used).
11261 (Acknowledgements): Add Stefan Monnier.
11262
11263 2003-12-29 Kevin Ryde <user42@zip.com.au>
11264
11265 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
11266
11267 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
11268
11269 Tramp version 2.0.38 released.
11270
11271 * tramp.texi (Remote shell setup): Warn of environment variables
11272 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
11273 <sven.gabriel@imk.fzk.de>.
11274 (Configuration): Tramp now chooses base64/uuencode
11275 automatically. Update wording accordingly.
11276 (Top): More description for the `Default Method' menu entry.
11277 (Default Method): Use @code, not @var, for Lisp variables.
11278 (Default Method): New subsection `Which method is the right one
11279 for me?'. Suggested by Christian Kirsch.
11280 (Configuration): Pointer to new subsection added.
11281 (Default Method): Too many "use" in one sentence.
11282 Rephrase. Reported by Christian Kirsch.
11283 (Filename Syntax): Old `su' example is probably a left-over from
11284 the sm/su method naming. Replace with `ssh', instead.
11285 (External transfer methods, Auto-save and Backup):
11286 Typo fixes.
11287
11288 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
11289
11290 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
11291 (Top): Mention japanese manual only if flag `jamanual' is set.
11292 Insert section `Japanese manual' in menu.
11293
11294 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11295
11296 * eshell.texi (Known Problems): Add doc item.
11297
11298 2003-11-22 Martin Stjernholm <mast@lysator.liu.se>
11299
11300 * cc-mode.texi: Update for CC Mode 5.30.
11301
11302 Note: Please refrain from doing purely cosmetic changes like
11303 removing trailing whitespace in this manual; it clobbers cvs
11304 merging for no good reason.
11305
11306 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11307
11308 * ediff.texi, tramp.texi, vip.texi, viper.texi:
11309 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
11310 @acronym{ASCII}.
11311
11312 2003-10-26 Karl Berry <karl@gnu.org>
11313
11314 * info.texi (Info Search): Echo area, not echo are. From Debian
11315 diff.
11316
11317 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
11318
11319 * widget.texi (Defining New Widgets): Document new behavior of
11320 :buttons and :children keywords.
11321
11322 2003-10-22 Miles Bader <miles@gnu.org>
11323
11324 * Makefile.in (info): Move before $(top_srcdir)/info.
11325
11326 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
11327
11328 * tramp.texi (Inline methods): Small grammar fix.
11329 (External transfer methods): Likewise.
11330
11331 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
11332
11333 * speedbar.texi: Remove paragraph for GUD that is no longer true.
11334
11335 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
11336
11337 * texinfo.tex: Replace `%' in arch tagline by @ignore.
11338
11339 2003-09-30 Richard M. Stallman <rms@gnu.org>
11340
11341 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
11342
11343 * widget.texi (User Interface): Fix typos.
11344
11345 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
11346
11347 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11348
11349 * pcl-cvs.texi (Selected Files): Fix typo.
11350
11351 2003-09-21 Karl Berry <karl@gnu.org>
11352
11353 * info.texi (] and [ commands): No period at end of section title.
11354
11355 2003-09-04 Miles Bader <miles@gnu.org>
11356
11357 * Makefile.in (top_srcdir): New variable.
11358 ($(top_srcdir)/info): New rule.
11359 (info): Depend on it.
11360
11361 2003-09-03 Peter Runestig <peter@runestig.com>
11362
11363 * makefile.w32-in: New file.
11364
11365 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
11366
11367 * widget.texi (User Interface): Explain the need of static text
11368 around an editable field.
11369
11370 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11371
11372 * widget.texi (Basic Types): The argument to `:help-echo' can now
11373 be a form that evaluates to a string.
11374
11375 2003-08-18 Kim F. Storm <storm@cua.dk>
11376
11377 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
11378
11379 2003-08-16 Richard M. Stallman <rms@gnu.org>
11380
11381 * dired-x.texi (Shell Command Guessing): Explain *.
11382
11383 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
11384
11385 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
11386 log-edit-insert-changelog.
11387
11388 2003-08-03 Karl Berry <karl@gnu.org>
11389
11390 * info.texi: Need @contents.
11391
11392 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
11393
11394 Tramp version 2.0.36 released.
11395
11396 * tramp.texi (Remote shell setup): Explain about problems with
11397 non-Bourne commands in ~/.profile and ~/.shrc.
11398
11399 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
11400
11401 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11402 renaming of `vis-mode' to `visible-mode'.
11403
11404 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
11405
11406 * info.texi (Top, Help-Small-Screen): Remove accidentally added
11407 next, prev and up pointers.
11408
11409 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
11410
11411 * info.texi (Help): Mention existence of Emacs and stand-alone
11412 Info at the very beginning of the tutorial.
11413 (Help-Inv): New node.
11414 (Help-]): New node.
11415 (Help-M): Systematically point out the differences between default
11416 Emacs and stand-alone versions. Delete second menu.
11417 (Help-Xref): Systematically point out the differences between
11418 default Emacs and stand-alone versions.
11419 (Help-Int): Change `l' example.
11420 (Expert Info): Fix typos.
11421 (Emacs Info Variables): Mention `Info-hide-note-references' and
11422 new default for `Info-scroll-prefer-subnodes'.
11423
11424 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
11425
11426 Version 2.0.35 of Tramp released.
11427
11428 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11429 (Inline methods): Add methods `remsh' and `plink1'.
11430 (External transfer methods): Add method `remcp'.
11431 (Multi-hop Methods): Add method `remsh'.
11432 Small patch from Adrian Aichner <adrian@xemacs.org>:
11433 Fix minor typos.
11434 (Concept Index): Add to make manual searchable via
11435 `Info-index'.
11436 (Version Control): Add cindex entry.
11437
11438 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
11439
11440 * trampver.texi: Version 2.0.34 released.
11441
11442 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11443
11444 * faq.texi: Improve previous changes.
11445
11446 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11447
11448 * faq.texi: Update copyright and maintenance details.
11449 Update some package URLs, versions, and maintainers.
11450 Remove many references to the Emacs Lisp Archive.
11451
11452 2003-04-23 Simon Josefsson <jas@extundo.com>
11453
11454 * smtpmail.texi: Fix license (the invariant sections mentioned has
11455 never been part of the smtp manual). Align info dir entry with
11456 other emacs packages.
11457
11458 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11459
11460 * tramp.texi: Version 2.0.33 released.
11461 Remove installation chapter. Remove XEmacs specifics.
11462
11463 2003-03-29 Richard M. Stallman <rms@gnu.org>
11464
11465 * tramp.texi (Top): Undo the previous renaming.
11466 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11467
11468 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
11469
11470 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11471 version of manual.
11472
11473 * tramp.texi (Auto-save and Backup): New node.
11474
11475 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11476
11477 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11478 Emacs" in order to have better differentiation to "XEmacs".
11479 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11480 are new macros in order to point to the other Emacs flavor where
11481 appropriate. In info case, point to node `Installation' in order
11482 to explain how to generate the other way. In html case, make a
11483 link to the other html file.
11484 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11485 after CVS checkout/update.
11486 (Installation): Completely rewritten.
11487 (Installation parameters, Load paths): New sections under
11488 `Installation'.
11489
11490 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11491
11492 * tramp.texi: Version 2.0.30 released.
11493 Replace word "path" with "localname" where used as a component of
11494 a Tramp file name.
11495
11496 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11497
11498 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11499 introduced.
11500 (Installation): Explain what to do if files from the tramp/contrib
11501 directory are needed.
11502
11503 2003-02-23 Alex Schroeder <alex@emacswiki.org>
11504
11505 * smtpmail.texi (How Mail Works): New.
11506
11507 2003-02-22 Alex Schroeder <alex@emacswiki.org>
11508
11509 * smtpmail.texi: New file.
11510
11511 * Makefile.in: Build SMTP manual.
11512
11513 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11514
11515 * tramp.texi: Version 2.0.29 released.
11516 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11517 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11518
11519 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11520
11521 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11522 another package loads accidentally Ange-FTP.
11523
11524 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11525
11526 * tramp.texi (Customizing Completion): Add function
11527 `tramp-parse-sconfig'. Change example of
11528 `tramp-set-completion-function', because parsing of ssh config
11529 files looks more natural.
11530
11531 2003-01-15 Kevin Ryde <user42@zip.com.au>
11532
11533 * gnus.texi (Using MIME): Mention auto-compression-mode with
11534 gnus-mime-copy-part.
11535
11536 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11537
11538 * gnus.texi: Do not use `path' in several locations.
11539
11540 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11541
11542 * tramp.texi (External transfer methods): New method `smb'.
11543 From Michael Albinus.
11544
11545 2002-11-05 Karl Berry <karl@gnu.org>
11546
11547 * info.texi (Info-fontify): Reorder face list to avoid bad line
11548 breaks.
11549
11550 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11551
11552 * tramp.texi: Move @copying to standard place.
11553 Use @insertcopying.
11554
11555 2002-10-02 Karl Berry <karl@gnu.org>
11556
11557 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11558 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11559 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11560 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11561 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11562 * widget.texi, woman.texi:
11563 Per rms, update all manuals to use @copying instead of @ifinfo.
11564 Also use @ifnottex instead of @ifinfo around the top node, where
11565 needed for the sake of the HTML output.
11566 (The Gnus manual is not fixed since it's not clear to me how it
11567 works; and the Tramp manual already uses @copying, although in an
11568 unusual way. All others were changed.)
11569
11570 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11571
11572 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11573 (../info/ses, ses.dvi): New targets.
11574 * ses.texi: New file.
11575
11576 2002-09-06 Pavel Janík <Pavel@Janik.cz>
11577
11578 * texinfo.tex: Update to texinfo 4.2.
11579
11580 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11581
11582 * reftex.texi: Update to RefTeX 4.19.
11583
11584 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11585
11586 * gnus.texi (Sorting Groups): Add key bindings for
11587 gnus-group-sort-groups-by-real-name and
11588 gnus-group-sort-selected-groups-by-real-name.
11589
11590 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11591
11592 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11593 (../info/tramp, tramp.dvi): New targets.
11594
11595 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11596
11597 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11598 (calc.dvi): Uncomment.
11599
11600 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11601
11602 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11603 (../info/calc): New target.
11604
11605 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11606
11607 * (Version 21.1 released.)
11608
11609 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11610
11611 * Branch for 21.1.
11612
11613 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11614
11615 * Makefile.in (../info/info): Use an explicit -o switch to
11616 makeinfo.
11617
11618 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11619
11620 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11621
11622 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11623
11624 * ediff.texi: Added ediff-coding-system-for-read.
11625
11626 * viper.texi: Fix typos.
11627
11628 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11629
11630 * Makefile.in (../info/idlwave): Use --no-split.
11631
11632 2000-12-14 Dave Love <fx@gnu.org>
11633
11634 * Makefile.in (mostlyclean): Remove gnustmp.*.
11635 (gnus.dvi): Change rule to remove @latex stuff.
11636
11637 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11638
11639 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11640
11641 2000-10-13 John Wiegley <johnw@gnu.org>
11642
11643 * Makefile.in: Add build targets for eshell.texi.
11644
11645 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11646
11647 * Makefile.in: Remove/comment speedbar stuff.
11648
11649 2000-09-22 Dave Love <fx@gnu.org>
11650
11651 * Makefile.in: Add emacs-mime.
11652
11653 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11654
11655 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11656 (DVI_TARGETS): Add woman.dvi.
11657 (../info/woman, woman.dvi): New targets.
11658
11659 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11660
11661 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11662
11663 * pcl-cvs.texi: New file.
11664 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11665 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11666
11667 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11668
11669 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11670 (../info/ebrowse, ebrowse.dvi): New targets.
11671
11672 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11673
11674 * Makefile.in (INFO_TARGETS): Add eudc.
11675 (DVI_TARGETS): Add eudc.dvi.
11676 (../info/eudc, eudc.dvi): New targets.
11677
11678 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11679
11680 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11681 compatibility with 8+3 filesystems).
11682 (../info/efaq): Rename from emacs-faq.
11683
11684 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11685
11686 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11687 (../info/idlwave, idlwave.dvi): New targets.
11688
11689 1999-10-23 Dave Love <fx@gnu.org>
11690
11691 * Makefile.in: Use autotype.texi.
11692
11693 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11694
11695 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11696 faq.texi file) rather than ../info/faq.
11697
11698 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11699
11700 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11701 (../info/ada-mode, ada-mode.dvi): New targets.
11702
11703 1999-09-01 Dave Love <fx@gnu.org>
11704
11705 * Makefile.in: Add faq.
11706
11707 1999-07-12 Richard Stallman <rms@gnu.org>
11708
11709 * Version 20.4 released.
11710
11711 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11712
11713 * Version 20.3 released.
11714
11715 1998-04-06 Andreas Schwab <schwab@gnu.org>
11716
11717 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11718 Use it in dvi targets.
11719 (../etc/GNU): Change to $(srcdir) first.
11720
11721 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11722
11723 * reftex.texi: Update for RefTeX version 3.22.
11724
11725 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11726
11727 * gnus.texi (Easy Picons): Remove references to
11728 `gnus-group-display-picons'.
11729 (Hard Picons): Ditto.
11730
11731 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11732
11733 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11734 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11735
11736 1997-09-23 Paul Eggert <eggert@twinsun.com>
11737
11738 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11739 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11740
11741 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11742
11743 * Version 20.2 released.
11744
11745 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11746
11747 * Version 20.1 released.
11748
11749 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11750
11751 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11752
11753 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11754
11755 * widget.texi (push-button): Document it.
11756
11757 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11758
11759 * Version 19.33 released.
11760
11761 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11762
11763 * Version 19.32 released.
11764
11765 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11766
11767 * Makefile.in: Add rules for the Message manual.
11768
11769 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11770
11771 * gnus.texi: New version.
11772
11773 * message.texi: New manual.
11774
11775 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11776
11777 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11778
11779 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11780
11781 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11782 Specify -I option.
11783 (All dvi targets): Set the TEXINPUTS variable.
11784
11785 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11786
11787 * Version 19.31 released.
11788
11789 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11790
11791 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11792 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11793
11794 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11795
11796 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11797 (INFO_TARGETS): Add ../info/cc-mode.
11798 (DVI_TARGETS): Add cc-mode.dvi.
11799
11800 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11801
11802 * Version 19.30 released.
11803
11804 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11805
11806 * gnus.texi: New file.
11807
11808 1995-11-04 Erik Naggum <erik@naggum.no>
11809
11810 * gnus.texi: File deleted.
11811
11812 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11813
11814 * mh-e.texi: "Function Index" -> "Command Index" to work with
11815 Emacs 19.30 C-h C-k support of separately-documented commands.
11816
11817 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11818
11819 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11820 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11821
11822 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11823
11824 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11825 (../info/viper, viper.dvi): New targets.
11826
11827 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11828
11829 * dired-x.texi (Installation): Change the example to set
11830 buffer-local variables like dired-omit-files-p in
11831 dired-mode-hook.
11832
11833 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11834
11835 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11836 (../info/mh-e, mh-e.dvi): New targets.
11837
11838 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11839
11840 * Makefile.in (maintainer-clean): Rename from realclean.
11841
11842 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11843
11844 * Makefile.in: New file.
11845 * Makefile: File deleted.
11846
11847 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11848
11849 * Makefile (TEXINDEX_OBJS): Variable deleted.
11850 (texindex, texindex.o, getopt.o): Rules deleted.
11851 All deps on texindex deleted.
11852 (distclean): Don't delete texindex.
11853 (mostlyclean): Don't delete *.o.
11854 * texindex.c, getopt.c: Files deleted.
11855
11856 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11857
11858 * Version 19.26 released.
11859
11860 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11861
11862 * Version 19.25 released.
11863
11864 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11865
11866 * Version 19.24 released.
11867
11868 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11869
11870 * Version 19.23 released.
11871
11872 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11873
11874 * Makefile: Delete spurious tab.
11875
11876 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11877
11878 * Makefile (.SUFFIXES): New rule.
11879
11880 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11881
11882 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11883 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11884
11885 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11886
11887 * Makefile (../info/sc): Rename from sc.info.
11888 (../info/cl): Likewise.
11889 (INFO_TARGETS): Use new names.
11890
11891 1993-12-04 Richard Stallman (rms@srarc2)
11892
11893 * getopt.c: New file.
11894 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11895 (getopt.o): New rule.
11896 (dvi): Don't depend on texindex.
11897 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11898 Depend on texindex.
11899
11900 1993-12-03 Richard Stallman (rms@srarc2)
11901
11902 * Makefile (../info/sc.info): Rename from ../info/sc.
11903 (TEXI2DVI): New variable.
11904 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11905 Add explicit commands.
11906 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11907
11908 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11909
11910 * Version 19.22 released.
11911
11912 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11913
11914 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11915
11916 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11917
11918 * Version 19.21 released.
11919
11920 1993-11-15 Paul Eggert (eggert@twinsun.com)
11921
11922 * Makefile (../info/cl.info): Rename from ../info/cl.
11923
11924 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11925
11926 * Makefile (../etc/GNU): New target.
11927 (EMACSSOURCES): Add gnu1.texi.
11928
11929 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11930
11931 * Makefile (realclean): Don't delete the Info files.
11932
11933 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11934
11935 * forms.texi: Fix forms.texi so that it will format correctly.
11936 Add missing `@end iftex', fix bad reference.
11937
11938 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11939
11940 * Makefile: Fix targets for texindex, new info.texi files.
11941 * info-stnd.texi: New file implements info for standalone info
11942 reader.
11943 * info.texi: Update to include recent changes to "../info/info".
11944 New source file for ../info/info; includes info-stnd.texi.
11945
11946 * texindex.c: Include "../src/config.h" if building in emacs.
11947
11948 * Makefile: Change all files to FILENAME.texi, force all targets
11949 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11950 vip.texinfo, forms.texinfo, cl.texinfo.
11951 Add target to build texindex.c, defining `emacs'.
11952
11953 * forms.texi: Install new file to match version 2.3 of forms.el.
11954
11955 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11956
11957 * Version 19.19 released.
11958
11959 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11960
11961 * sc.texinfo: Fix info file name.
11962
11963 * Makefile (info): Add gnus and sc.
11964 (dvi): Add gnus.dvi and sc.dvi.
11965 (../info/sc, sc.dvi): New targets.
11966
11967 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11968
11969 * Version 19.18 released.
11970
11971 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11972
11973 * Makefile: Fix source file names of the separate manuals.
11974 (gnus.dvi, ../info/gnus): New targets.
11975
11976 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11977
11978 * Version 19.17 released.
11979
11980 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11981
11982 * split-man: Fix typos in last change.
11983
11984 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11985
11986 * Version 19.16 released.
11987
11988 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11989
11990 * version 19.15 released.
11991
11992 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11993
11994 * Makefile (distclean): It's rm, not rf.
11995
11996 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11997
11998 * Version 19.14 released.
11999
12000 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12001
12002 * Makefile: New file.
12003
12004 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12005
12006 * Version 19.13 released.
12007
12008 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12009
12010 * Version 19.9 released.
12011
12012 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12013
12014 * Version 19.8 released.
12015
12016 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12017
12018 * Version 19.7 released.
12019
12020 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
12021
12022 * gnus.texinfo: New file. Removed installation instructions.
12023
12024 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12025
12026 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
12027
12028 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12029
12030 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
12031 then define `\sc' as the command for smallcaps in Texinfo.
12032 This means that the @sc command will produce small caps. bfox has
12033 made the corresponding change to makeinfo and texinfm.el.
12034
12035 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
12036
12037 * vip.texinfo: Remove menu entry Adding Lisp Code in node
12038 Customization since the menu entry did not point to anything.
12039 Also add an @finalout command to remove overfull hboxes from the
12040 printed output.
12041
12042 * cl.texinfo: Add @bye, \input line and @settitle to file.
12043 This file is clearly intended to be a chapter of some other work,
12044 but the other work does not yet exist.
12045
12046 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
12047
12048 * texinfo.texinfo: Three typos corrected.
12049
12050 ;; Local Variables:
12051 ;; coding: utf-8
12052 ;; End:
12053
12054 Copyright (C) 1993-1999, 2001-2015 Free Software Foundation, Inc.
12055
12056 This file is part of GNU Emacs.
12057
12058 GNU Emacs is free software: you can redistribute it and/or modify
12059 it under the terms of the GNU General Public License as published by
12060 the Free Software Foundation, either version 3 of the License, or
12061 (at your option) any later version.
12062
12063 GNU Emacs is distributed in the hope that it will be useful,
12064 but WITHOUT ANY WARRANTY; without even the implied warranty of
12065 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12066 GNU General Public License for more details.
12067
12068 You should have received a copy of the GNU General Public License
12069 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.