Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.org
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2
3 * ses.texi: Adding documentation for SES local printer functions.
4
5 2014-06-12 Glenn Morris <rgm@gnu.org>
6
7 * Makefile.in: Use GNU Make features to reduce duplication.
8 (mkinfodir): Remove.
9 (${buildinfodir}): Generate using an order-only prerequisite.
10 (.dvi.ps): Replace with pattern rule.
11 ($INFO_TARGETS): Mark as PHONY.
12 (${buildinfodir}): New rule.
13 (EXTRA_OPTS, need_emacsver, need_emacsver_prefix): New variables.
14 (${buildinfodir}/%.info, %.dvi, %.pdf, %.html, %.ps):
15 New pattern rules, replacing numerous previous explicit rules.
16 (info_template): New definition.
17 (gnus.dvi, gnus.pdf): Use distinct intermediate files.
18 (mostlyclean): Adjust for above gnus change.
19
20 2014-06-11 Glenn Morris <rgm@gnu.org>
21
22 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
23
24 2014-06-10 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
27 (INFO_OPTS): Set directly rather than with configure.
28
29 2014-06-08 Karl Berry <karl@gnu.org>
30
31 * doc/info.texi (Help-^L): "mode line", "screenful",
32 stand-alone and Emacs Info both use the mode line.
33 Use x instead of weird C-x 0 to get rid of help msg
34 in standalone Info.
35
36 2014-06-08 Glenn Morris <rgm@gnu.org>
37
38 * vip.texi (Files): Defer to Emacs manual for uniquify details.
39
40 * info.texi (Help-Small-Screen): Clarify details of S-SPC.
41 (Help-Small-Screen, Help-]): Do not mention S-SPC.
42 (Emacs Info Variables): Markup fix.
43
44 * ebrowse.texi (Source Display, Finding/Viewing):
45 * erc.texi (Sample Session):
46 * ses.texi (The Basics):
47 * todo-mode.texi (Moving and Deleting Items):
48 * woman.texi (Navigation): Markup fixes re SPC, RET.
49
50 2014-06-02 Glenn Morris <rgm@gnu.org>
51
52 * efaq.texi (Finding a package with particular functionality):
53 Update example.
54 * vip.texi: Mention this is obsolete.
55
56 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
57
58 * texinfo.tex: Update from gnulib.
59
60 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
61
62 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
63 * htmlfontify.texi, org.texi: Add "coding: utf-8".
64
65 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
66
67 * todo-mode.texi: Update in light of changes due to bug#17482.
68 Replace numerous mistaken uses of literal quotes with proper
69 Texinfo markup.
70 (Todo Mode Entry Points): Comment out reference to using find-file
71 or Dired to visit Todo files, since this has been disabled (bug#17482).
72
73 2014-05-20 Leo Liu <sdl.web@gmail.com>
74
75 * cl.texi (List Functions, Efficiency Concerns): Update cl-endp.
76
77 2014-05-13 Paul Eggert <eggert@cs.ucla.edu>
78
79 * texinfo.tex: Update from gnulib.
80
81 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
82
83 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
84 setting in ~/.ssh/environment.
85
86 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
87
88 * todo-mode.texi: Update, improve exposition, add cross
89 references, fix typos.
90 (Inserting New Items, Editing Item Headers and Text): Rewrite to
91 document new user interface.
92
93 2014-05-04 Glenn Morris <rgm@gnu.org>
94
95 * autotype.texi (Skeleton Language):
96 * message.texi (Header Commands): Replace `iff'.
97
98 2014-05-02 Paul Eggert <eggert@cs.ucla.edu>
99
100 * vhdl-mode.texi: Add "@documentencoding UTF-8",
101 since this is a toplevel .texi file.
102
103 2014-04-22 Bastien Guerry <bzg@gnu.org>
104
105 * org.texi (Installation): Be more clear on why installing Org
106 through ELPA should be done without loading any Org file.
107
108 * org.texi (Emphasis and monospace): Document the use of
109 =verbatim= and ~code~ to be consistent with
110 `org-element-text-markup-successor'.
111
112 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
113
114 * org.texi (Initial visibility):
115 * org.texi (Literal examples): Fix typos.
116
117 2014-04-22 Michael Brand <michael.ch.brand@gmail.com>
118
119 * org.texi (Column attributes): Add a sentence to point out
120 the dependency on the format specifier.
121
122 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
123
124 * org.texi (The Export Dispatcher): Reformulation.
125
126 * org.texi (@LaTeX{} specific attributes): Update manual.
127
128 * org.texi (Top, Exporting): Org has its own documentation and
129 should therefore be removed from "Other build-in back-ends".
130
131 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * cl.texi (Structures): Remove cl-struct-set-slot-value.
134
135 2014-04-20 Daniel Colascione <dancol@dancol.org>
136
137 * cl.texi (Declarations): Document changes to `cl-the' and defstruct functions.
138
139 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
140
141 * Makefile.in (infoclean): Be consistent about reporting failures.
142
143 2014-03-27 Glenn Morris <rgm@gnu.org>
144
145 * Makefile.in (INFO_COMMON): Add vhdl-mode.
146 (vhdl_mode_deps, vhdl-mode, $(buildinfodir)/vhdl-mode$(INFO_EXT))
147 (vhdl-mode.dvi, vhdl-mode.pdf, vhdl-mode.html): New rules/variables.
148
149 * vhdl-mode.texi: General clean-up. Set copyright to FSF, add license.
150 Remove hand-written node pointers. Remove info re old Emacs versions.
151 Markup fixes.
152 (Getting Connected): Remove irrelevant info.
153 (Indentation Commands, Requirements): Remove empty/irrelevant nodes.
154 (Frequently Asked Questions): Electric indent is now enabled.
155
156 2014-03-27 Reto Zimmermann <reto@gnu.org>
157 Rod Whitby <software.vhdl-mode@rwhitby.net>
158
159 * vhdl-mode.texi: New file, imported from upstream vhdl-mode.
160
161 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
162
163 * texinfo.tex: Update from gnulib.
164
165 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
166
167 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
168
169 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
170
171 * gnus.texi (Ma Gnus): Mention header attachment buttons.
172
173 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
174
175 * emacs-mime.texi (MML Definition): Document recipient-filename.
176
177 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
178
179 * gnus.texi (MIME Commands): Mention
180 gnus-mime-buttonize-attachments-in-header and
181 gnus-mime-display-attachment-buttons-in-header.
182
183 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
184
185 * message.texi (Forwarding): Mention
186 `message-forward-included-headers'.
187
188 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
189
190 * gnus.texi: w3 is no longer supported by Gnus.
191
192 2014-03-22 Glenn Morris <rgm@gnu.org>
193
194 * efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
195
196 2014-03-21 Glenn Morris <rgm@gnu.org>
197
198 * ede.texi (ede-linux):
199 * vip.texi (New Bindings): Tiny copyedits.
200
201 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * vip.texi (Other Vi Commands): Adjust doc of C-j.
204
205 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
206 defined by CC-mode but globally.
207 (FAQ): Tweak text about RET and auto-indentation.
208
209 2014-03-18 David Engster <deng@randomsample.de>
210
211 * ede.texi (Project Local Variables): Remove reference to
212 `ede-java-root' and the example using it.
213 (Android projects, ede-java-root): Remove nodes since they are
214 only in CEDET upstream (Bug#17030). All nodes updated.
215 (ede-cpp-root): Document the :compile-command slot.
216 (ede-linux): Document new variables
217 `project-linux-build-directory-default' and
218 `project-linux-architecture-default'.
219
220 2014-03-12 Glenn Morris <rgm@gnu.org>
221
222 * eww.texi (History and Acknowledgments):
223 Don't list everyone who changed the code.
224
225 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
226 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
227 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
228 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
229 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
230 Use @file for buffers, per the Texinfo manual.
231
232 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
233
234 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
235 so that the Org Manual's style for ` and ' in code is consistent
236 with the other Emacs manuals. This affects PDF, not .info files.
237
238 2014-03-12 Glenn Morris <rgm@gnu.org>
239
240 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
241 about RET and indentation.
242
243 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
244
245 * gnus.texi:
246 * semantic.texi: Fix whitespace.
247
248 * ede.texi (Android projects):
249 * eieio.texi (Class Options, Making New Objects)
250 (Method Invocation, CLOS compatibility):
251 * sem-user.texi (Tag Decoration Mode): Fix typos.
252
253 2014-03-02 Xue Fuqiao <xfq@gnu.org>
254
255 * sem-user.texi (Create System Databases): Markup fix.
256
257 2014-02-28 Glenn Morris <rgm@gnu.org>
258
259 * info.texi (Further Reading): Rename node from Expert Info.
260 Remove stuff about writing Info nodes by hand.
261 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
262
263 * info.texi: Nuke hand-written node pointers.
264
265 2014-02-28 Karl Berry <karl@gnu.org>
266
267 * info.texi (Top): Mention H for a summary of all commands.
268
269 2014-02-25 Glenn Morris <rgm@gnu.org>
270
271 * edt.texi (Quick start, Starting emulation): Update hook details.
272 * efaq.texi (Fullscreen mode on MS-Windows)
273 (Terminal setup code works after Emacs has begun): Update hook details.
274 * vip.texi (Loading VIP): Fix hook example.
275
276 * efaq-w32.texi (Bash): Don't use setq with hooks.
277
278 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
279
280 * texinfo.tex: Update from gnulib.
281
282 2014-02-22 Xue Fuqiao <xfq@gnu.org>
283
284 * remember.texi (Quick Start): Add an index.
285 (Function Reference, Quick Start): Add cross-references.
286
287 2014-02-21 Glenn Morris <rgm@gnu.org>
288
289 * flymake.texi (Starting the syntax check process): Grammar fix.
290
291 * tramp.texi (External packages): Grammar fix.
292 Reword for default sentinel not being nil any more.
293
294 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
295
296 * trampver.texi: Update release number.
297
298 2014-02-19 Glenn Morris <rgm@gnu.org>
299
300 * remember.texi: Copyedits.
301 (Quick Start): No need for manual autoloads. Mention remember-notes.
302 (Function Reference): Update arguments. Add new commands.
303
304 2014-02-18 Glenn Morris <rgm@gnu.org>
305
306 * remember.texi (copying): Bump remember mode version.
307 (Installation): Remove unnecessary chapter.
308 (Quick Start): No need to explicitly load remember.el.
309 (Separate Text Files): New section.
310
311 2014-02-17 Glenn Morris <rgm@gnu.org>
312
313 * eieio.texi (Class Values, CLOS compatibility):
314 Remove references to deleted eieio-describe-class/generic.
315
316 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
317
318 Sync with Tramp 2.2.9.
319 * trampver.texi: Update release number.
320
321 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
322
323 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
324
325 * calc.texi (Single-Variable Statistics): Remove mention of
326 incorrect keybinding.
327
328 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
329
330 * texinfo.tex: Update from gnulib.
331
332 2014-02-08 Glenn Morris <rgm@gnu.org>
333
334 * auth.texi (GnuPG and EasyPG Assistant Configuration):
335 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
336
337 2014-02-07 Glenn Morris <rgm@gnu.org>
338
339 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
340
341 2014-02-06 Glenn Morris <rgm@gnu.org>
342
343 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
344
345 * mh-e.texi, viper.texi: Do not use colons in index entries.
346
347 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
348
349 * texinfo.tex: Update from gnulib.
350
351 2014-02-05 Glenn Morris <rgm@gnu.org>
352
353 * epa.texi: Add indices.
354
355 * url.texi (Cookies): Mention url-cookie-list command.
356
357 2014-02-03 Glenn Morris <rgm@gnu.org>
358
359 * cl.texi (Blocks and Exits): Mention cl-tagbody.
360
361 2014-02-02 Glenn Morris <rgm@gnu.org>
362
363 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
364
365 2014-01-31 Glenn Morris <rgm@gnu.org>
366
367 * efaq.texi (Replacing highlighted text):
368 Update delete-selection-mode doc.
369
370 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
371
372 * sem-user.texi (Include paths): Fix a Texinfo command.
373
374 2014-01-27 Glenn Morris <rgm@gnu.org>
375
376 * idlwave.texi (Lesson III---User Catalog, Online Help)
377 (Starting the Shell, Catalogs, User Catalog):
378 * remember.texi (Quick Start):
379 * viper.texi:
380 * vip.texi (Customization, Customizing Constants)
381 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
382
383 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
384
385 * cc-mode.texi (Minor Modes): Minor fix.
386
387 2014-01-24 David Engster <deng@randomsample.de>
388
389 * eieio.texi (Introduction): Fix references.
390
391 2014-01-24 Glenn Morris <rgm@gnu.org>
392
393 * efaq.texi (Termcap/Terminfo entries for Emacs):
394 Use M-x term rather than M-x terminal-emulator.
395
396 * emacs-mime.texi (time-date): Use float-time.
397
398 2014-01-22 David Engster <deng@randomsample.de>
399
400 * eieio.texi (Introduction): Move introductory paragraph about
401 EIEIO and CLOS from 'Building Classes' to here.
402 (Documentation): Remove, since eieio-doc is not part of Emacs.
403 (Class Values, CLOS compatibility): Mention that
404 `describe-function' will also give information about classes.
405
406 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
407
408 * texinfo.tex: Update from gnulib.
409
410 2014-01-15 Glenn Morris <rgm@gnu.org>
411
412 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
413
414 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
415
416 * tramp.texi (all): Doc fix according to GNU Coding Standards.
417 Use "file name" instead of "filename" or "path". Use "host"
418 instead of "machine".
419
420 2014-01-12 David Engster <deng@randomsample.de>
421
422 * eieio.texi (Introduction): `class-of' is obsolete.
423 (Predicates, Basic Methods): Adapt function names to namespace
424 cleanup.
425
426 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
427
428 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
429
430 2014-01-12 Glenn Morris <rgm@gnu.org>
431
432 * efaq.texi (Guidelines for newsgroup postings)
433 (Informational files for Emacs):
434 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
435
436 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
439
440 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
441
442 * Makefile.in: Add eww.texi.
443 * eww.texi: New file.
444
445 2014-01-07 Glenn Morris <rgm@gnu.org>
446
447 * efaq.texi (Problems with very large files): Fix superscript typo.
448
449 2013-01-07 Rasmus <w530@pank.eu>
450
451 * org.texi (Global and local cycling): Fix missing '@'.
452
453 2013-01-07 Bastien Guerry <bzg@gnu.org>
454
455 * org.texi (Global and local cycling): Mention C-u C-u TAB.
456 (Include files, The Export Dispatcher)
457 (Advanced configuration)
458 (Header arguments in Org mode properties): Spelling fixes.
459 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
460 (@LaTeX{} specific attributes): New index entries.
461 Use #+BEGIN_ABSTRACT in the example.
462
463 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
464
465 * org.texi (Org export): New section.
466 (HTML doctypes): Fix whitespace error. Fix display.
467 (Publishing options): Add missing html publishing options.
468
469 2014-01-07 Glenn Morris <rgm@gnu.org>
470
471 * efaq.texi (Basic editing, Packages that do not come with Emacs):
472 Merge in some info from etc/MORE.STUFF.
473
474 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
475
476 Specify .texi encoding (Bug#16292).
477 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
478 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
479 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
480 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
481 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
482 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
483 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
484 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
485 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
486 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
487 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
488 * widget.texi, wisent.texi, woman.texi:
489 Add @documentencoding.
490
491 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
492
493 * eshell.texi (What Eshell is not): Clean up confusing clause.
494
495 2014-01-03 Glenn Morris <rgm@gnu.org>
496
497 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
498
499 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
500 Add copyright notice to titlepage.
501
502 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
503
504 * ert.texi: Add a titlepage. Use @insertcopying.
505
506 * calc.texi (Top): Use @top rather than @chapter.
507
508 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
509
510 * eshell.texi (top): Fix incorrect use of xref.
511
512 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
513
514 * eshell.texi (top): Fix incorrect info filename in an xref.
515
516 2014-01-02 Glenn Morris <rgm@gnu.org>
517
518 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
519
520 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
521
522 * eshell.texi (Command Basics): Remove `Command basics' chapter.
523
524 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
525
526 * eshell.texi (What is Eshell?): Add section about what not to use
527 Eshell for.
528
529 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
530
531 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
532
533 2013-12-22 Glenn Morris <rgm@gnu.org>
534
535 * woman.texi (Navigation): Use itemx where appropriate.
536
537 2013-12-20 Tassilo Horn <tsdh@gnu.org>
538
539 * info.texi, woman.texi:
540 Document `S-SPC' as alternative to `DEL' for scrolling.
541
542 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
543
544 * calc.texi (Stack Manipulation Commands): Mention using the variable
545 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
546
547 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
548
549 * tramp.texi (direntry): Use ssh but rsh.
550 (all): Encode all environment variable names with @env{...}.
551 (Bug Reports): Refer to Testing node.
552
553 2013-12-12 Glenn Morris <rgm@gnu.org>
554
555 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
556 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
557 * srecode.texi, todo-mode.texi, tramp.texi:
558 Sync direntry with info/dir version.
559
560 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
561
562 * Makefile.in: Add octave-mode.texi.
563
564 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
565 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
566
567 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
568
569 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
570
571 * dbus.texi (Properties and Annotations): Fix typo.
572
573 2013-12-06 Bastien Guerry <bzg@gnu.org>
574
575 * org.texi: Don't include Emacs version within Org's version.
576
577 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
578
579 * org.texi (Creating one-off styles): Use new export snippet
580 syntax.
581
582 * org.texi (Export settings): Documentation describing how text
583 above the first heading is ignored when an :export: tag is in a
584 file.
585
586 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
587
588 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
589
590 2013-11-30 Glenn Morris <rgm@gnu.org>
591
592 * Makefile.in (distclean): Remove Makefile.
593
594 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
595
596 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
597 (The Basics, Formulas): Copyedits.
598 (Resizing, Printer functions): Add index entries.
599
600 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
601
602 * calc.texi (Customizing Calc): Mention new variable
603 `calc-context-sensitive-enter'.
604
605 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
606
607 * org.texi (Exporting code blocks): Document the 'inline-only
608 setting for `org-export-babel-evaluate'. Document how :var
609 introduces code block dependencies.
610
611 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
612
613 * org.texi (Header arguments): Document header-args[:lang]
614 properties and remove deprecated old-style properties from
615 documentation.
616
617 * org.texi (Agenda commands): Remove footnote from @tsubheading
618 and add a sentence with the reference instead.
619
620 2013-11-12 Bastien Guerry <bzg@gnu.org>
621
622 * org.texi (Catching invisible edits):
623 * org.texi (Plain lists, Plain lists):
624 * org.texi (Advanced configuration):
625 * org.texi (Tag groups):
626 * org.texi (Conventions):
627 * org.texi (Checkboxes, Radio lists):
628 * org.texi (Top, Summary, Exporting):
629 * org.texi (In-buffer settings): Fix typos.
630
631 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
632 C-w'. Add an index entry for `org-refile-keep'.
633
634 * org.texi (Plain lists): Add an index entry for sorting plain
635 list. Document sorting by checked status for check lists.
636
637 * org.texi (Publishing options): Fix old variable names.
638
639 * org.texi (Orgstruct mode): Fix suggested setting of
640 `orgstruct-heading-prefix-regexp'.
641
642 * org.texi (Export settings):
643 Document `org-export-allow-bind-keywords'.
644
645 * org.texi (History and Acknowledgments): Small rephrasing.
646
647 * org.texi (Template elements): Add a footnote about tags accepted
648 in a year datetree.
649
650 * org.texi (Beamer export, @LaTeX{} and PDF export)
651 (Header and sectioning, @LaTeX{} specific attributes):
652 Enhance style.
653
654 * org.texi (Agenda commands): Add a footnote about dragging agenda
655 lines: it does not persist and it does not change the .org files.
656
657 * org.texi (Agenda commands): Add a table heading for dragging
658 agenda lines forward/backward.
659
660 * org.texi (Agenda commands): Add documentation for
661 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
662
663 * org.texi (Publishing options): Update the list of options.
664 (Simple example, Complex example): Fix the examples.
665
666 * org.texi (Formula syntax for Calc): Don't use a bold font the
667 warning.
668
669 * org.texi (Other built-in back-ends): New section.
670
671 * org.texi (Editing source code):
672 Document `org-edit-src-auto-save-idle-delay' and
673 `org-edit-src-turn-on-auto-save'.
674
675 * org.texi (External links): Document contributed link types
676 separately.
677
678 * org.texi (Closing items):
679 Document `org-closed-keep-when-no-todo'.
680
681 * org.texi (Export back-ends): Rename from "Export formats".
682 (The Export Dispatcher): Remove reference to
683 `org-export-run-in-background'.
684 (Export settings): Minor rewrites.
685 (ASCII/Latin-1/UTF-8 export): Update variable's name.
686 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
687
688 * org.texi (Export in foreign buffers): New section.
689 (Exporting): Remove documentation about converting the selected
690 region.
691
692 * org.texi (Advanced configuration): Put the filter valid types in
693 a table. Use @lisp and @smalllisp.
694
695 * org.texi: Use @code{nil} instead of nil. Update the maintainer
696 contact info.
697
698 * org.texi (Exporting): Better introductory sentence. Add a note
699 about conversion commands.
700 (Feedback, Orgstruct mode, Built-in table editor)
701 (Built-in table editor, Orgtbl mode, Updating the table)
702 (Property syntax, Capturing column view, Capture)
703 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
704 (Exporting, Extending ODT export)
705 (Working with @LaTeX{} math snippets, dir, Customization)
706 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
707 Uniformly use @kbd{M-x command RET}.
708
709 * org.texi (Filtering/limiting agenda items): New subsection.
710 Document the use of `org-agenda-max-*' options and
711 `org-agenda-limit-interactively' from the agenda.
712 (Agenda commands): Move details about filtering commands to
713 the new section, only include a summary here.
714 (Customizing tables in ODT export)
715 (System-wide header arguments, Conflicts, Dynamic blocks):
716 Use spaces for indentation.
717
718 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
719
720 * org.texi (Links in HTML export, Images in HTML export)
721 (post): Fix syntax within #+ATTR_*.
722 (Tables in HTML export): Document `org-html-table-row-tags'
723 and use `org-html-table-default-attributes' instead of
724 `org-html-table-tag'.
725
726 * org.texi (Publishing action, Publishing options)
727 (Publishing links): Major rewrite. Enhance explanations for
728 `org-org-publish-to-org'. Remove reference to
729 `org-export-run-in-background'.
730
731 * org.texi: Fix many small typos. Use #+NAME instead of
732 #+TBLNAME. Use @smalllisp instead of @example.
733 (Special symbols): Add index?
734 (HTML preamble and postamble): Don't mention obsolete use of
735 opt-plist.
736 (JavaScript support): Don't mention the org-jsinfo.el file as it
737 has been merged with ox-html.el.
738
739 * org.texi (Installation, Feedback, Setting Options)
740 (Code evaluation security, org-crypt.el): Use @lisp instead of
741 @example.
742 (Agenda commands): Use @table instead of @example.
743
744 * org.texi (Adding hyperlink types): New appendix.
745
746 * org.texi (ODT export commands, Extending ODT export)
747 (Applying custom styles, Images in ODT export)
748 (Labels and captions in ODT export)
749 (Literal examples in ODT export)
750 (Configuring a document converter)
751 (Working with OpenDocument style files)
752 (Customizing tables in ODT export)
753 (Validating OpenDocument XML): Fix options names.
754
755 * org.texi (History and Acknowledgments): Update acknowledgments
756 to Nicolas. Add Nicolas Goaziou to the list of contributors.
757
758 * org.texi (System-wide header arguments): Don't use "customizing"
759 for setting a variable. Also remove comments.
760
761 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
762 `org-agenda-start-on-weekday' to the variable index and document
763 them.
764
765 * org.texi (Sparse trees, Agenda commands)
766 (@LaTeX{} fragments, Selective export, Export options)
767 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
768 (HTML Export commands, @LaTeX{}/PDF export commands)
769 (iCalendar export, Publishing options, Triggering publication)
770 (In-buffer settings): Update to reflect changes from the new
771 export engine.
772
773 * org.texi (Matching tags and properties): More examples.
774 Explain group tags expansion as regular expressions.
775
776 * org.texi (Tag groups): New section.
777
778 * org.texi (Setting tags): Tiny formatting fixes.
779
780 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
781 names.
782
783 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
784 concept index. Include example for these agenda views.
785 (Special agenda views): Mention the "agenda*" agenda view.
786
787 * org.texi (Repeated tasks): Document how to ignore a repeater
788 when using both a scheduled and a deadline timetamp.
789
790 * org.texi (Global and local cycling): Wrap in a new subsection.
791 (Initial visibility, Catching invisible edits): New subsections.
792
793 * org.texi (Visibility cycling): Mention that
794 `org-agenda-inhibit-startup' will prevent visibility setting when
795 the agenda opens an Org file for the first time.
796
797 * org.texi (Org syntax): New section.
798
799 * org.texi (Orgstruct mode):
800 Document `orgstruct-heading-prefix-regexp'.
801
802 * org.texi (Speeding up your agendas): New section.
803
804 * org.texi (Installation): When installing Org from ELPA, users
805 should do this from an Emacs session where no .org file has been
806 visited.
807
808 * org.texi (CSS support, In-buffer settings): Update HTML options
809 names.
810
811 * org.texi (Structure editing): Update documentation for
812 `org-insert-heading-or-item'.
813 (Plain lists, Relative timer): Update index entry.
814
815 * org.texi (JavaScript support): Update variable names.
816
817 * org.texi (comments): Minor formatting fix.
818
819 * org.texi (@LaTeX{} fragments): Minor enhancement.
820
821 * org.texi: Update the list contributions.
822
823 * org.texi (Agenda commands): Exporting the agenda to an .org file
824 will not copy the subtrees and the inherited tags.
825 Document `org-agenda-filter-by-regexp'.
826
827 * org.texi (Publishing action, Complex example): Fix names of
828 publishing functions.
829
830 * org.texi (Top, Exporting): Delete references to Freemind.
831 (Freemind export): Delete section.
832
833 * org.texi (Top, Exporting): Delete references to the XOXO export.
834 (XOXO export): Delete section.
835
836 * org.texi (Capture): Mention that org-remember.el is not
837 supported anymore.
838
839 * org.texi (Top, Exporting, Beamer class export):
840 Delete references to the TaskJuggler export.
841 (History and Acknowledgments): Mention that the TaskJuggler has
842 been rewritten by Nicolas and now lives in the contrib/ directory
843 of Org's distribution. Mention that Jambunathan rewrote the HTML
844 exporter. Remove Jambunathan from my own acknowledgments.
845 (TaskJuggler export): Delete.
846
847 * org.texi (HTML preamble and postamble)
848 (Tables in HTML export, Images in HTML export)
849 (Math formatting in HTML export, CSS support)
850 (@LaTeX{} and PDF export, Publishing options): Fix the names of
851 the HTML export and publishing options.
852
853 * org.texi (Literal examples, Export options)
854 (@LaTeX{} and PDF export, Header and sectioning)
855 (Publishing options): Fix LaTeX options names.
856
857 * org.texi (Export options, CSS support, In-buffer settings):
858 Fix references to HTML_LINK_* and HTML_STYLE keywords.
859
860 * org.texi (Export options, In-buffer settings): Fix references to
861 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
862
863 * org.texi (Top, Markup, Initial text, Images and tables)
864 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
865 (Export options, JavaScript support, Beamer class export):
866 Remove references to the DocBook export, which has been deleted.
867 (History and Acknowledgments): Mention that DocBook has been
868 deleted, suggest to use the Texinfo exporter instead, then to
869 convert the .texi to DocBook with makeinfo.
870 (Links in ODT export, Tables in ODT export): Fix indices.
871
872 * org.texi (Deadlines and scheduling): Add a variable to the
873 index. Add documentation about delays for scheduled tasks.
874
875 * org.texi (Emphasis and monospace):
876 Mention `org-fontify-emphasized-text' and
877 `org-emphasis-regexp-components'.
878
879 * org.texi (References): Small enhancement.
880
881 * org.texi (Column width and alignment): Make the example visually
882 more clear.
883
884 * org.texi (The clock table): Document :mstart and :wstart as a
885 way to set the starting day of the week.
886
887 * org.texi (In-buffer settings): Document new startup keywords.
888 Thanks to John J Foerch for this idea.
889
890 * org.texi (Include files): Tiny formatting fix.
891
892 * org.texi (Activation): Point to the "Conflicts" section.
893
894 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
895
896 * org.texi (CSS support): Clarify this section.
897
898 * org.texi (@LaTeX{} specific attributes): Document that tabu and
899 tabularx packages are not in the default set of packages.
900
901 * org.texi (Agenda commands): Document fortnight view.
902
903 * org.texi: Document conflict with ecomplete.el.
904
905 * org.texi (History and Acknowledgments): Acknowledgements for
906 Jason Dunsmore and Rakcspace.
907
908 * org.texi: Rename org-crypt.el node to org-crypt.
909
910 * org.texi (A @LaTeX{} example): Fix typo in variable name.
911
912 * org.texi (MobileOrg): Mention the new iPhone developer.
913
914 * org.texi (Table of contents) Improve documentation of TOC
915 placement.
916
917 * org.texi: Explain that date/time information at read-date prompt
918 should start at the beginning, not anywhere in the middle of a
919 long string.
920
921 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
922
923 * org.texi (Orgstruct mode): Fix wrong regexp.
924
925 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
926
927 * org.texi: Document export to (X)HTML flavors.
928
929 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
930
931 * org.texi (Extracting source code): Mention the prefix argument
932 to org-babel-tangle.
933 (noweb): Remove erroneous negative.
934 (Specific header arguments): Document new header arguments.
935 Documentation for new tangle-mode header argument.
936 (Top): Documentation for new tangle-mode header argument.
937 (rownames): Documentation for new tangle-mode header argument.
938 Mention elisp as special rowname case.
939 (tangle-mode): Documentation for new tangle-mode header argument.
940 (post): Documentation and an example of usage.
941 (var): Remove the "Alternate argument syntax" section from the
942 documentation.
943 (hlines): Note that :hline has no effect for Emacs Lisp code
944 blocks.
945
946 2013-11-12 Feng Shu <tumashu@gmail.com>
947
948 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
949 (Math formatting in HTML export)
950 (Working with @LaTeX{} math snippets): Add document about creating
951 formula image with imagemagick.
952
953 * org.texi (@LaTeX{} specific attributes): Document `:caption'
954 attribute of #+ATTR_LATEX.
955
956 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
957
958 * org.texi (Handling links): Fix a typo in
959 `org-startup-with-inline-images' documentation.
960
961 * org.texi (Previewing @LaTeX{} fragments): Document the startup
962 keywords to use for previewing LaTeX fragments or not.
963 (Summary of in-buffer settings): Improve formatting and add an
964 entry for the variable `org-startup-with-latex-preview'.
965
966 * org.texi (Property syntax): Recall the user to refresh the org
967 buffer when properties are set on a per-file basis.
968
969 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
970
971 * org.texi (Matching tags and properties): Clarification.
972
973 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
974
975 * org.texi (Editing and debugging formulas): Add an example when a
976 table has multiple #+TBLFM lines.
977
978 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
979
980 * org.texi (The clock table): Document acceptance of relative
981 times in tstart and tend, link to syntax description and provide
982 example.
983
984 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
985
986 * org.texi (The spreadsheet): Document lookup functions.
987
988 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
989
990 * org.texi (CSS support): Mention .figure-number, .listing-number,
991 and .table-number.
992
993 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
994
995 * org.texi
996 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
997 spreadsheet formula mode strings and some examples from @example
998 block with xy @r{yz} to @table.
999
1000 * org.texi (Formula syntax for Calc): Improve the documentation of
1001 empty fields in formulas for spreadsheet. Add explanation and
1002 example for empty field. Extend explanations of format
1003 specifiers. Add a sentence to mention Calc defmath.
1004
1005 * org.texi (Column formulas): Add a sentence to be more explicit
1006 about when a table header is mandatory.
1007
1008 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
1009
1010 * org.texi (Subscripts and superscripts): Remove reference to
1011 quoted underscores until this mechanism is implemented again.
1012
1013 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
1014 property.
1015
1016 * org.texi (Document title): Subtree export is no longer triggered
1017 by marking one as the region.
1018 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
1019 giving examples isn't very useful: "horizontal rule" is, at least,
1020 as explicit as <hr/>.
1021
1022 * org.texi (HTML doctypes): Reflect keyword removal.
1023 (CSS support): Reflect keyword removal.
1024
1025 * org.texi (@LaTeX{} specific attributes): Document new :float
1026 values.
1027
1028 * org.texi (Export settings): Improve documentation.
1029
1030 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
1031 (Text areas in HTML export): Update text areas.
1032 (HTML Export commands): Update export commands.
1033
1034 * org.texi (Header and sectioning): Add a footnote about the
1035 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
1036
1037 * org.texi (The Export Dispatcher):
1038 Document `org-export-in-background'.
1039
1040 * org.texi (Footnotes): Export back-ends do not use
1041 `org-footnote-normalize' anymore.
1042
1043 * org.texi: Document variable changes.
1044
1045 * org.texi (Export settings): Document p: item in OPTIONS keyword.
1046
1047 * org.texi (Exporting): Massive rewrite of the first sections.
1048 (Selective export): Delete.
1049 (The Export Dispatcher): Rewrite.
1050 (Export options): Rewrite as "Export settings".
1051
1052 * org.texi: Small changes to documentation for embedded LaTeX.
1053
1054 * org.texi (Internal links): Document #+NAME keyword and
1055 cross-referencing during export.
1056
1057 * org.texi (Include files): Remove reference to :prefix1
1058 and :prefix. Give more details for :minlevel.
1059
1060 * org.texi (Macro replacement): Fix macro name.
1061 Update documentation about possible locations and escaping mechanism.
1062
1063 * org.texi (Table of contents): Update documentation.
1064 Document lists of listings and lists of tables. Add documentation for
1065 optional title and #+TOC: keyword.
1066
1067 2013-11-12 Rick Frankel <rick@rickster.com>
1068
1069 * org.texi (results): Add Format section, broken out of Type
1070 section to match code.
1071 (hlines, colnames): Remove incorrect Emacs Lisp exception.
1072 Note that the actual default handling (at least for python and
1073 emacs-lisp) does not seem to match the description.
1074
1075 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
1076
1077 * org.texi (The date/time prompt): Update the documentation to
1078 reflect the new way `org-read-date-get-relative' handles weekdays.
1079
1080 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
1081
1082 * org.texi (Resolving idle time):
1083 Document `org-clock-x11idle-program-name'.
1084
1085 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1086
1087 * ert.texi (Running Tests Interactively): Adapt examle output.
1088 (Tests and Their Environment): Mention skip-unless.
1089
1090 2013-10-23 Glenn Morris <rgm@gnu.org>
1091
1092 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1093 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1094 * widget.texi: Nuke @refill.
1095
1096 * Makefile.in (install-dvi, install-html, install-pdf)
1097 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1098 (uninstall-pdf): Quote entities that might contain whitespace.
1099
1100 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1101
1102 * calc.texi (Data Type Formats): Don't specify the size at
1103 which integers begin to be represented by lists.
1104
1105 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
1106
1107 * cl.texi (Argument Lists): Add indexes for &key and &aux.
1108
1109 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * trampver.texi: Update release number.
1112
1113 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1114
1115 Sync with Tramp 2.2.8.
1116
1117 * tramp.texi (External packages): Use `non-essential'.
1118 * trampver.texi: Update release number.
1119
1120 2013-09-14 Glenn Morris <rgm@gnu.org>
1121
1122 * eshell.texi: Markup fixes.
1123
1124 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1125
1126 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1127 of @kbd{RET}.
1128 (Prefix Matching): Add an index.
1129
1130 2013-09-08 Glenn Morris <rgm@gnu.org>
1131
1132 * emacs-gnutls.texi: Tweak direntry.
1133
1134 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * tramp.texi (Alternative Syntax): Remove chapter.
1137
1138 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1139
1140 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1141 for portability to hosts where /bin/sh has problems.
1142
1143 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 Try to reduce redundancy in doc/misc/Makefile.in.
1146 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1147 (TARGETS): New intermediate variable.
1148 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1149
1150 2013-08-27 Glenn Morris <rgm@gnu.org>
1151
1152 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1153
1154 * efaq.texi: Rename from faq.texi, to match its output files.
1155 * Makefile.in: Update for faq.texi name change.
1156
1157 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1158
1159 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1160
1161 * efaq-w32.texi: Move here from the web-pages repository.
1162 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1163 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1164 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1165 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1166 Add DOCMISC_*_W32 variables.
1167 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1168 (efaq_w32_deps): New variable.
1169 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1170 (efaq-w32.pdf, efaq-w32.html): New rules.
1171 (clean): Remove efaq-w32 products.
1172
1173 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1174
1175 * texinfo.tex: Update from gnulib.
1176
1177 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1178
1179 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1180 shift_jis from the default value set to mm-coding-system-priorities for
1181 Japanese users.
1182
1183 2013-08-13 Glenn Morris <rgm@gnu.org>
1184
1185 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1186 (Options - Defining Label Environments, Options - Creating Labels)
1187 (Options - Referencing Labels, Options - Creating Citations)
1188 (Options - Index Support, Options - Viewing Cross-References)
1189 (Options - Finding Files, Options - Optimizations)
1190 (Options - Fontification, Options - Misc):
1191 * cc-mode.texi (Sample Init File):
1192 * edt.texi (Init file):
1193 * epa.texi (Encrypting/decrypting gpg files):
1194 * mairix-el.texi (About, Setting up the mairix interface, Using)
1195 (Extending):
1196 Rename nodes to avoid characters that can cause Texinfo problems.
1197
1198 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1201
1202 2013-08-12 Glenn Morris <rgm@gnu.org>
1203
1204 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1205 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1206 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1207 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1208 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1209 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1210 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1211 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1212 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1213 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1214 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1215 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1216 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1217
1218 * woman.texi (Top): Avoid mailto: in html output.
1219
1220 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1221 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1222 (INSTALL_DATA): New, set by configure.
1223 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1224 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1225 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1226 uninstall-ps, and uninstall-doc.
1227 (.SUFFIXES): Add .ps and .dvi.
1228 (.dvi.ps): New suffix rule.
1229 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1230 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1231 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1232 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1233 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1234 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1235 (ido.html, mairix-el.html, message.html, mh-e.html)
1236 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1237 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1238 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1239 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1240 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1241 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1242 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1243 New rules.
1244 (clean): Remove HTML_TARGETS and PS_TARGETS.
1245
1246 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1247
1248 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1249 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1250 for user options.
1251
1252 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1253
1254 * htmlfontify.texi (Customization): Remove documentation of
1255 `hfy-fast-lock-save'. Minor fixes.
1256
1257 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1258
1259 * ido.texi (Top): Insert node "Working Directories" in menu.
1260 (Working Directories): New node.
1261 (Misc Customization): Add documentation of
1262 `ido-confirm-unique-completion' and some other user options.
1263
1264 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1265
1266 * todo-mode.texi: Update @dircategory.
1267 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1268 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1269 @ref.
1270
1271 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1272
1273 * sc.texi (Introduction): Fix index.
1274 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1275 (Information Keys and the Info Alist, Reference Headers)
1276 (The Built-in Header Rewrite Functions)
1277 (Electric References, Reply Buffer Initialization)
1278 (Filling Cited Text, Selecting an Attribution)
1279 (Attribution Preferences)
1280 (Anonymous Attributions, Author Names)
1281 (Using Regi, Post-yank Formatting Commands)
1282 (Citing Commands, Insertion Commands)
1283 (Mail Field Commands)
1284 (Hints to MUA Authors, Thanks and History): Change from one space
1285 between sentences to two.
1286 (What Supercite Does): Typo fix.
1287
1288 * newsticker.texi (Usage): Use @key for RET.
1289
1290 * cl.texi (Argument Lists, For Clauses)
1291 (Macros): Add indexes.
1292
1293 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1294
1295 * cl.texi (Blocks and Exits): Add an index.
1296
1297 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1298
1299 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1300 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1301 (todo-mode.dvi, todo-mode.pdf): New rules.
1302
1303 * todo-mode.texi: New file.
1304
1305 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1306
1307 * gnus.texi (Basic Usage): Mention that warp means jump here.
1308 (The notmuch Engine): Mention notmuch.
1309
1310 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1311
1312 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1313 `gnus-subthread-sort-functions' and remove the obsolete documentation
1314 of `gnus-sort-threads-recursively'.
1315
1316 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1317
1318 * texinfo.tex: Update to 2012-07-29.17 version.
1319
1320 2013-07-29 David Engster <deng@randomsample.de>
1321
1322 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1323 implementation.
1324 (Introduction): Add further missing features.
1325 (Building Classes): Add introductory paragraph.
1326 (Wish List): Add metaclasses and EQL specialization.
1327
1328 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1329
1330 * tramp.texi (Frequently Asked Questions):
1331 Mention `tramp-use-ssh-controlmaster-options'.
1332
1333 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1334
1335 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1336 `gnus-sort-threads-recursively'.
1337
1338 2013-07-25 Glenn Morris <rgm@gnu.org>
1339
1340 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1341 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1342
1343 * erc.texi (Special Features): Update contact information.
1344 (History): Avoid using @email.
1345
1346 * eshell.texi (Bugs and ideas): Minor updates.
1347
1348 * faq.texi (Reporting bugs, Origin of the term Emacs)
1349 (Setting up a customization file)
1350 (Using an already running Emacs process, Turning off beeping)
1351 (Packages that do not come with Emacs)
1352 (Replying to the sender of a message): Avoid using @email.
1353
1354 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1355
1356 * reftex.texi (Imprint): Avoid using @email.
1357
1358 * ses.texi (Top): Update bug reporting instructions.
1359 (Acknowledgments): Avoid using @email.
1360
1361 * woman.texi (Introduction, Background): Remove outdated information.
1362 (Bugs, Acknowledgments): Avoid using @email.
1363
1364 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1365
1366 * ido.texi: New file.
1367
1368 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1369
1370 * gnus.texi (Customizing Articles): Document function predicates.
1371
1372 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1373
1374 * gnus.texi (lines): Correct description of
1375 `gnus-registry-track-extra's default value.
1376 Mention `gnus-registry-remove-extra-data'.
1377
1378 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1379
1380 * gnus.texi (Group Parameters): Mention regexp
1381 substitutions (bug#11688).
1382
1383 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1384
1385 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1386
1387 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1388
1389 * gnus.texi (Emacsen): Fix version.
1390
1391 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1392
1393 2013-07-06 Glenn Morris <rgm@gnu.org>
1394
1395 * mh-e.texi: Fix external links.
1396 (Using This Manual): Printed elisp manuals no longer available.
1397
1398 * newsticker.texi (Overview): Update URL.
1399
1400 * nxml-mode.texi (Introduction): Update URL.
1401
1402 * org.texi (JavaScript support): Fix URL.
1403
1404 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1405
1406 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1407
1408 * dbus.texi (Introspection): Update URL to a less defunct one.
1409
1410 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1411 (Foreign Groups): Use @indicateurl for examples.
1412 (Direct Functions): Remove defunct URL.
1413 (RSS): Update URL.
1414
1415 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1416 (FAQ 7-1): Update URL.
1417
1418 * pgg.texi (Top, Overview): Add note about obsolescence.
1419
1420 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 * texinfo.tex: Merge from gnulib.
1423
1424 2013-07-03 Glenn Morris <rgm@gnu.org>
1425
1426 * bovine.texi (top):
1427 * cc-mode.texi (AWK Mode Font Locking):
1428 * mh-e.texi (Preface):
1429 * url.texi (URI Parsing): Fix cross-references to other manuals.
1430
1431 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1432
1433 * gnus.texi (Client-Side IMAP Splitting):
1434 Note that `nnimap-inbox' now can be a list.
1435
1436 2013-06-24 Glenn Morris <rgm@gnu.org>
1437
1438 * eshell.texi: Fix cross-references to other manuals.
1439
1440 2013-06-23 Glenn Morris <rgm@gnu.org>
1441
1442 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1443 Remove; not needed now we use a standard html layout for the faq.
1444 (clean): Remove HTML_TARGETS, emacs-faq.text.
1445
1446 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1447
1448 * flymake.texi (Parsing the output, Customizable variables):
1449 Add reference to `flymake-warning-predicate'.
1450
1451 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * tramp.texi (Top, Configuration): Insert section `Predefined
1454 connection information' in menu.
1455 (Predefined connection information): New section.
1456 (Android shell setup): Make a reference to `Predefined connection
1457 information'.
1458
1459 2013-06-19 Glenn Morris <rgm@gnu.org>
1460
1461 * Makefile.in (version): New, set by configure.
1462 (clean): Delete dist tar file.
1463 (infoclean): New, split from maintainer-clean.
1464 (maintainer-clean): Run infoclean.
1465 (dist): New rule, to make tarfile for www.gnu.org.
1466
1467 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1468
1469 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1470 for keys q and Q.
1471 (Standards): Reference RFC5804 as the defining document of the
1472 managesieve protocol.
1473
1474 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1475
1476 * eshell.texi (Input/Output): Expand to cover new visual-command
1477 options, eshell-visual-subcommands and eshell-visual-options.
1478 Divide into separate Visual Commands and Redirection sections.
1479
1480 2013-06-10 Glenn Morris <rgm@gnu.org>
1481
1482 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1483
1484 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1485
1486 * gnus.texi (Article Date):
1487 Fix description of gnus-article-update-date-headers.
1488
1489 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1490
1491 * erc.texi (Special Features): ERC is being maintained within
1492 Emacs now.
1493
1494 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1495
1496 * flymake.texi: Change from one space between sentences to two.
1497
1498 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1501 (bug#14293).
1502
1503 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * tramp.texi (Frequently Asked Questions): Precise, how to define
1506 an own ControlPath.
1507
1508 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * tramp.texi (Frequently Asked Questions): New item for
1511 ControlPath settings.
1512
1513 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1514
1515 * calc.texi (Basic Operations on Units): Streamline some
1516 descriptions.
1517
1518 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1519
1520 * eshell.texi (Built-ins): Update manual to mention tramp module.
1521
1522 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * tramp.texi (Filename Syntax): Host names are not allowed to be
1525 any method name, unless method name is specified explicitly.
1526 Remove restriction on unibyte filenames.
1527
1528 * trampver.texi: Update release number.
1529
1530 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 doc: convert some TeX accents to UTF-8
1533 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1534 '@"{@dotless{i}}'.
1535
1536 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1537
1538 Sync with Tramp 2.2.7.
1539
1540 * trampver.texi: Update release number.
1541
1542 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1543
1544 * calc.texi (Basic Operations on Units): Streamline some
1545 descriptions.
1546
1547 2013-03-08 Glenn Morris <rgm@gnu.org>
1548
1549 * faq.texi (Top): Don't say this was updated @today.
1550 That's irrelevant and leads to spurious diffs.
1551
1552 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1553
1554 * calc.texi (Basic Operations on Units):
1555 Fix cross-reference.
1556
1557 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1558
1559 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1560
1561 2013-03-06 Alan Mackenzie <acm@muc.de>
1562
1563 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1564 calling a line-up function.
1565
1566 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1567
1568 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1569 * ses.texi: Switch from Latin-1 to UTF-8.
1570
1571 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * tramp.texi (External methods): Tramp does not connect Android
1574 devices by itself.
1575
1576 2013-03-02 Bill Wohler <wohler@newt.com>
1577
1578 Release MH-E manual version 8.5.
1579
1580 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1581 release 8.5.
1582
1583 * mh-e.texi (Preface, Conventions, Getting Started)
1584 (Using This Manual, Folder Selection, Viewing, Aliases)
1585 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1586 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1587 Update URLs.
1588
1589 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1592 and "plink2" entries. "plink2" is obsolete for a long time.
1593 (External methods): Remove "scp1" and "scp2" entries.
1594 Explain user name and host name specification for "adb".
1595
1596 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * tramp.texi (External methods): Mention `tramp-adb-program'.
1599
1600 2013-02-28 Bastien Guerry <bzg@gnu.org>
1601
1602 * org.texi (Visibility cycling): Suggest to set
1603 `org-agenda-inhibit-startup' to nil if user wants the startup
1604 visibility settings to be honored in any circumstances.
1605 (Progress logging, Checkboxes): Fix typos.
1606
1607 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1610 the macros, for Texinfo 4.13 and 5.0.
1611
1612 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1613
1614 Port Tramp documentation to Texinfo 5.0.
1615 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1616 (Filename Syntax): Do not use @trampfn{} in @item.
1617 (Filename completion): Use @columnfractions in @multitable.
1618
1619 2013-02-22 Glenn Morris <rgm@gnu.org>
1620
1621 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1622
1623 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * Makefile.in (html): New rule.
1626
1627 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1630 Volpiatto <thierry.volpiatto@gmail.com>.
1631
1632 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * tramp.texi (Top, Configuration): Insert section `Android shell
1635 setup' in menu.
1636 (Android shell setup): New section.
1637 (Connection types, Default Method)
1638 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1639 (External methods): Remove "scpc" and "rsyncc" entries.
1640 (Frequently Asked Questions): Remove entry about ControlPersist.
1641
1642 2013-02-13 Glenn Morris <rgm@gnu.org>
1643
1644 * message.texi (News Headers): Don't mention yow any more.
1645
1646 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1647
1648 * calc.texi (Basic Operations on Units, Customizing Calc):
1649 Mention the variable `calc-allow-units-as-numbers'.
1650
1651 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1652
1653 * eshell.texi: Fill most of the missing sections.
1654
1655 2013-02-07 Bastien Guerry <bzg@gnu.org>
1656
1657 * org.texi (References): Clarify an example.
1658 (Installation): Fix instructions.
1659 (Org-Plot): Fix link.
1660 (Checkboxes, Radio lists): Fix typos.
1661
1662 2013-02-07 Glenn Morris <rgm@gnu.org>
1663
1664 * cl.texi (Equality Predicates): Mention memql.
1665
1666 2013-02-07 Eric Ludlam <zappo@gnu.org>
1667
1668 * ede.texi (Creating a project): Make ede-new doc less
1669 specific, and only about items it supports, indicating that there
1670 might be more. Remove refs to simple project and direct automake
1671 from ede new.
1672 (Simple projects): Re-write to not talk about ede-simple-project
1673 which is deprecated, and instead use the term to mean projects
1674 that don't do much management, just project wrapping.
1675 Add ede-generic-project link.
1676 (ede-generic-project): New node (bug#11441).
1677
1678 2013-02-07 Glenn Morris <rgm@gnu.org>
1679
1680 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1681
1682 2013-02-01 Glenn Morris <rgm@gnu.org>
1683
1684 * calc.texi (Help Commands): Update calc-view-news description.
1685 Mention etc/CALC-NEWS.
1686
1687 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1690
1691 2013-01-13 Bastien Guerry <bzg@gnu.org>
1692
1693 * org.texi (Installation): Simplify.
1694
1695 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1696
1697 * org.texi (Handling links): Update the mention to the obsolete
1698 variable `org-link-to-org-use-id' with a mention to the newer
1699 variable `org-id-link-to-org-use-id'. Mention the need to load
1700 the org-id library.
1701
1702 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1705
1706 2013-01-09 Bastien Guerry <bzg@gnu.org>
1707
1708 * org.texi (Pushing to MobileOrg): Add footnote about using
1709 symbolic links in `org-directory'.
1710 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1711 of the now obsolete alias `org-float'.
1712 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1713 index. Fix description of TODO keywords cycling.
1714 (Advanced features): Add missing argument for @item.
1715 (Storing searches): Add index entries and a note about
1716 *-tree agenda views.
1717 (Structure editing): Document `org-mark-element' and
1718 `org-mark-subtree'.
1719 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1720
1721 2013-01-08 Juri Linkov <juri@jurta.org>
1722
1723 * info.texi (Go to node): Mention the abbreviated format
1724 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1725
1726 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1727
1728 * autotype.texi: Remove undefined command @subtitlefont.
1729 * cc-mode.texi: Likewise.
1730
1731 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1732 @item argument.
1733 (Property searches): Use \\ instead of @backslashchar{}.
1734 * pgg.texi (VERSION): Move @set below @setfilename.
1735
1736 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1737
1738 * ada-mode.texi: Remove braces from @title argument.
1739 * eudc.texi: Likewise.
1740 * smtpmail.texi: Likewise.
1741 * auth.texi (VERSION): Set before first use.
1742 * emacs-gnutls.texi (VERSION): Likewise.
1743 * pgg.texi (VERSION): Likewise.
1744 * ede.texi (Top): Rename from top, all uses changed.
1745 * eshell.texi: Add missing argument to @sp.
1746 * forms.texi (Top): Reorder menu to match structure.
1747 * htmlfontify.texi (Customization): Add missing @item in
1748 @enumerate.
1749 * org.texi (Advanced features): Add missing argument for @item.
1750 (Property searches): Use @backslashchar{} in macro argument.
1751 * pcl-cvs.texi: Add missing argument to @sp.
1752 (Movement commands): Fix use of @itemx.
1753 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1754 * reftex.texi (Options (Creating Citations)): Add missing newline
1755 before @end.
1756 * tramp.texi (Obtaining Tramp): Remove extra dots.
1757 (Configuration): Reorder menu to match structure.
1758 (Remote shell setup): Replace literal NUL character by \0.
1759 * viper.texi (Marking): Add missing argument for @item.
1760
1761 2013-01-04 Glenn Morris <rgm@gnu.org>
1762
1763 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1764 Add htmlfontify.
1765 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1766 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1767 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1768 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1769
1770 * htmlfontify.texi: Miscellaneous fixes and updates.
1771 Set copyright to FSF, update license to GFDL 1.3+.
1772
1773 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1774
1775 * htmlfontify.texi: New file.
1776
1777 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1778
1779 * calc.texi (Free-Form Dates): Expand on the date reading
1780 algorithm.
1781
1782 2012-12-27 Glenn Morris <rgm@gnu.org>
1783
1784 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1785 Avoid some overfull lines.
1786
1787 * widget.texi (Programming Example): Break some long lines.
1788
1789 * wisent.texi (Wisent Overview): Fix xref.
1790 (Grammar format, Understanding the automaton): Avoid overfill.
1791
1792 * bovine.texi (Optional Lambda Expression): Allow line break.
1793
1794 * auth.texi (Help for users): Break long lines.
1795
1796 * ada-mode.texi (Project file variables):
1797 Reword to reduce underfull hbox.
1798 (No project files, Use GNAT project file):
1799 Use smallexample to make some overfull lines less terrible.
1800
1801 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1802 Fix cross-references to separate manuals.
1803
1804 * Makefile.in (gfdl): New variable. Use throughout where
1805 appropriate so that targets depend on doclicense.texi.
1806
1807 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1808
1809 * gnus.texi (Customizing the IMAP Connection): Mention the other
1810 authenticators.
1811
1812 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1813
1814 * gnus.texi (Browse Foreign Server):
1815 Document `gnus-browse-delete-group'.
1816
1817 2012-12-22 Glenn Morris <rgm@gnu.org>
1818
1819 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1820 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1821 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1822 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1823
1824 * Makefile.in (gfdl): New variable. Use throughout where
1825 appropriate so that targets depend on doclicense.texi.
1826
1827 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1828
1829 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1830 doclicense.texi. Remove doclicense.texi from all targets that
1831 mentioned it explicitly.
1832 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1833 $(emacsdir)/emacsver.texi.
1834 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1835
1836 2012-12-21 Glenn Morris <rgm@gnu.org>
1837
1838 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1839 Include emacsver.texi. Nuke hand-written node pointers.
1840 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1841 Depend on emacsver.texi.
1842
1843 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1844 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1845 May as well just include doclicense.texi in everything.
1846
1847 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1848 which @copying says is included.
1849
1850 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1851 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1852 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1853 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1854 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1855 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1856 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1857 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1858 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1859 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1860 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1861 copies from the FSF, which does not publish these manuals.
1862
1863 * erc.texi: No need to include gpl in this small manual.
1864
1865 * org.texi (copying): Include a copy of the GFDL.
1866 (GNU Free Documentation License): New section.
1867
1868 2012-12-21 Bastien Guerry <bzg@gnu.org>
1869
1870 * org.texi: Fix typos.
1871
1872 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 * calc.texi (ISO 8601): Rename from ISO-8601,
1875 as it's typically spelled without a hyphen.
1876
1877 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1878
1879 * calc.texi (ISO-8601): New section.
1880 (Date Formatting Codes): Mention new codes.
1881 (Standard Date Formats): Mention new formats.
1882
1883 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * tramp.texi (External methods): Move `adb' method here.
1886
1887 2012-12-13 Glenn Morris <rgm@gnu.org>
1888
1889 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1890
1891 * wisent.texi: Small edits. Set copyright to FSF, update license to
1892 GFDL 1.3+.
1893 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1894 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1895 New targets.
1896 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1897 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1898
1899 * bovine.texi: Small edits. Set copyright to FSF, update license to
1900 GFDL 1.3+, remove empty index.
1901 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1902 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1903 New targets.
1904 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1905 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1906
1907 2012-12-13 Eric Ludlam <zappo@gnu.org>
1908 David Ponce <david@dponce.com>
1909 Richard Kim <emacs18@gmail.com>
1910
1911 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1912
1913 2012-12-13 Glenn Morris <rgm@gnu.org>
1914
1915 * flymake.texi (Customizable variables, Locating the buildfile):
1916 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1917
1918 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1919 GFDL 1.3+ license, fix up index.
1920 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1921 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1922 (srecode.pdf): New targets.
1923 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1924 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1925
1926 2012-12-13 Eric Ludlam <zappo@gnu.org>
1927
1928 * srecode.texi: New file, imported from CEDET trunk.
1929
1930 2012-12-13 Bastien Guerry <bzg@gnu.org>
1931
1932 * org.texi (Summary, Code block specific header arguments)
1933 (Code block specific header arguments)
1934 (Header arguments in function calls, var, noweb)
1935 (Results of evaluation, Code evaluation security):
1936 Small reformatting: add a blank line before some example.
1937
1938 * org.texi (System-wide header arguments)
1939 (Header arguments in Org mode properties, Conflicts)
1940 (Dynamic blocks, Using the mapping API):
1941 Fix indentation of Elisp code examples.
1942
1943 * org.texi (Comment lines): Fix description of the comment syntax.
1944
1945 * org.texi (Installation): Mention "make test" in the correct section.
1946
1947 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1950 These are just minor editorial changes.
1951
1952 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * tramp.texi (History): Mention ADB.
1955 (Inline methods): Add `adb' method.
1956
1957 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1960 (External methods): Fix typo.
1961
1962 2012-12-03 Glenn Morris <rgm@gnu.org>
1963
1964 * rcirc.texi (Notices): Fix typo.
1965
1966 2012-11-25 Bill Wohler <wohler@newt.com>
1967
1968 Release MH-E manual version 8.4.
1969
1970 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1971 Update for release 8.4.
1972
1973 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1974 (Junk): Add mh-whitelist-preserves-sequences-flag,
1975 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1976 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1977
1978 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1979
1980 * mh-e.texi (Procmail): Fix two @ typos.
1981
1982 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1983
1984 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1985 These are just minor editorial changes.
1986
1987 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1988
1989 * calc.texi (Date Formatting Codes): Mention the new beginning of
1990 the date numbering system.
1991
1992 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1993
1994 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1995 (Date Forms): Correct off-by-one error in explanation of
1996 Julian day numbers. Give Gregorian equivalent of its origin.
1997
1998 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1999
2000 * calc.texi (Date Forms): Mention the customizable
2001 Gregorian-Julian switch.
2002 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
2003
2004 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2005
2006 Calc now uses the Gregorian calendar for all dates (Bug#12633).
2007 It also uses January 1, 1 AD as its day number 1.
2008 * calc.texi (Date Forms): Document this.
2009
2010 2012-11-16 Glenn Morris <rgm@gnu.org>
2011
2012 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
2013 (Obsolete Macros): Move example here from Function Bindings.
2014
2015 * erc.texi: Use @code{nil} rather than just "nil".
2016 (Modules): Undocument obsolete "hecomplete".
2017 Add "notifications".
2018 (Connecting): Add brief section on passwords.
2019 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
2020
2021 2012-11-13 Glenn Morris <rgm@gnu.org>
2022
2023 * flymake.texi (Customizable variables)
2024 (Highlighting erroneous lines): Mention flymake-error-bitmap,
2025 flymake-warning-bitmap, and flymake-fringe-indicator-position.
2026
2027 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
2028
2029 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
2030 In all file place SES into @acronym{...}.
2031 (Advanced Features): Add key index and function index for
2032 ses-set-header-row. Add description for function
2033 ses-rename-cell. Add description for function
2034 ses-repair-cell-reference-all.
2035 (Ranges in formulas): Add description for ses-range flags.
2036
2037 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2038
2039 * texinfo.tex: Merge from gnulib.
2040
2041 2012-11-10 Chong Yidong <cyd@gnu.org>
2042
2043 * url.texi (Introduction): Move url-configuration-directory to
2044 Customization node.
2045 (Parsed URIs): Split into its own node.
2046 (URI Encoding): New node.
2047 (Defining New URLs): Remove empty chapter.
2048 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
2049 Improve docs for url-queue-*.
2050 (Supported URL Types): Copyedits. Delete empty subnodes.
2051
2052 * url.texi (Introduction): Rename from Getting Started.
2053 Rewrite the introduction.
2054 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
2055
2056 2012-11-10 Glenn Morris <rgm@gnu.org>
2057
2058 * cl.texi (Obsolete Setf Customization):
2059 Revert defsetf example to the more correct let rather than prog1.
2060 Give define-modify-macro, defsetf, and define-setf-method
2061 gv.el replacements.
2062
2063 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
2064 (Setf Extensions): Remove obsolete reference.
2065 (Obsolete Setf Customization):
2066 Move note on lack of setf functions to lispref/variables.texi.
2067 Undocument get-setf-method, since it no longer exists.
2068 Mention simple defsetf replaced by gv-define-simple-setter.
2069
2070 2012-11-03 Glenn Morris <rgm@gnu.org>
2071
2072 * cl.texi: Further general copyedits.
2073 (List Functions): Remove copy-tree, standard elisp for some time.
2074 (Efficiency Concerns): Comment out examples that no longer apply.
2075 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
2076 (Creating Symbols, Random Numbers): De-emphasize internal
2077 variables cl--gensym-counter and cl--random-state. (Bug#12788)
2078 (Naming Conventions, Type Predicates, Macros)
2079 (Predicates on Numbers): No longer mention cl-floatp-safe.
2080
2081 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2082
2083 * gnus.texi (Mail Source Specifiers):
2084 Document :leave keyword used for pop mail source.
2085
2086 2012-11-01 Glenn Morris <rgm@gnu.org>
2087
2088 * cl.texi: General copyedits for style, line-breaks, etc.
2089 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2090 (Macro Bindings, Blocks and Exits):
2091 Acknowledge existence of lexical-binding.
2092 (Iteration): Mainly defer to doc of standard dolist, dotimes.
2093
2094 2012-10-31 Glenn Morris <rgm@gnu.org>
2095
2096 * ert.texi (Introduction, The @code{should} Macro):
2097 Refer to "cl-assert" rather than "assert".
2098
2099 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2100 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2101 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2102 Reword, and add details of flet and labels.
2103 (Modify Macros, Function Bindings): Add some xrefs.
2104
2105 2012-10-30 Glenn Morris <rgm@gnu.org>
2106
2107 * cl.texi (Modify Macros): Update for cl-letf changes.
2108 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
2109 (Setf Extensions): Partially restore note about cl-getf,
2110 mainly moved to lispref/variables.texi.
2111 (Property Lists): Fix cl-getf typos.
2112 (Mapping over Sequences): Mention cl-mapc naming oddity.
2113
2114 2012-10-29 Glenn Morris <rgm@gnu.org>
2115
2116 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
2117 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2118 (Customizing Setf): Move contents to "Obsolete Setf Customization".
2119 (Modify Macros, Multiple Values, Other Clauses):
2120 Remove mentions of obsolete features.
2121 (Obsolete Setf Customization): Don't mention `apply' setf.
2122
2123 2012-10-28 Glenn Morris <rgm@gnu.org>
2124
2125 * cl.texi (Multiple Values, Common Lisp Compatibility):
2126 More namespace updates.
2127 (Obsolete Features): Copyedits.
2128 (Obsolete Lexical Macros, Obsolete Setf Customization):
2129 New subsections.
2130
2131 * cl.texi (Porting Common Lisp, Lexical Bindings):
2132 Add some xrefs to the Elisp manual.
2133
2134 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2135 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2136 (Obsolete Features): New appendix. Move Lexical Bindings here.
2137
2138 2012-10-27 Glenn Morris <rgm@gnu.org>
2139
2140 * cl.texi: Use defmac for macros rather than defspec.
2141 (Efficiency Concerns): Related copyedit.
2142
2143 * cl.texi (Control Structure): Update for setf now being in core.
2144 (Setf Extensions): Rename from Basic Setf. Move much of the
2145 former content to lispref/variables.texi.
2146 (Modify Macros): Move pop, push details to lispref/variables.texi.
2147 (Customizing Setf): Copyedits for setf etc being in core.
2148 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2149 Further namespaces updates.
2150
2151 2012-10-26 Bastien Guerry <bzg@gnu.org>
2152
2153 * org.texi (Installation): Update the link to Org's ELPA.
2154 Also don't mention org-install.el anymore as the replacement file
2155 org-loaddefs.el is now loaded by org.el.
2156
2157 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * tramp.texi (Frequently Asked Questions):
2160 Mention `tramp-completion-reread-directory-timeout' for performance
2161 improvement.
2162
2163 2012-10-25 Glenn Morris <rgm@gnu.org>
2164
2165 * cl.texi: Don't mess with the TeX section number counter.
2166 Use Texinfo recommended convention for quotes+punctuation.
2167 (Overview, Sequence Functions): Rephrase for better line-breaking.
2168 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2169 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2170 (Random Numbers, Mapping over Sequences, Structures)
2171 (Porting Common Lisp): Further updates for cl-lib namespace.
2172 (Modify Macros, Declarations, Macro Bindings, Structures):
2173 Break long lines in examples.
2174 (Dynamic Bindings): Update for changed progv behavior.
2175 (Loop Examples, Efficiency Concerns): Markup fixes.
2176 (Structures): Remove TeX margin change.
2177 (Declarations): Fix typos.
2178
2179 2012-10-24 Glenn Morris <rgm@gnu.org>
2180
2181 * cl.texi (Overview, Multiple Values, Creating Symbols)
2182 (Numerical Functions): Say less/nothing about the original cl.el.
2183 (Old CL Compatibility): Remove.
2184 (Assertions): Remove ignore-errors (standard Elisp for some time).
2185
2186 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2187 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2188 (Efficiency Concerns, Efficiency Concerns)
2189 (Common Lisp Compatibility, Old CL Compatibility):
2190 Further updates for cl-lib namespace.
2191
2192 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2193
2194 Update manual for new time stamp format (Bug#12706).
2195 * emacs-mime.texi (time-date): Update for new format.
2196 Also, fix bogus time stamp and modernize a bit.
2197
2198 2012-10-23 Glenn Morris <rgm@gnu.org>
2199
2200 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2201 than unchanging cl.el version number.
2202 End all menu descriptions with a period.
2203 Do not use @dfn{CL} for every instance of "CL".
2204 (Overview): Remove no-runtime caveat, and note about foo* names.
2205 (Usage): Use cl-lib rather than cl.
2206 (Organization, Naming Conventions): Update for cl-lib.el.
2207 (Installation): Remove long-irrelevant node.
2208 (Program Structure, Predicates, Control Structure):
2209 Start updating for cl-lib namespace.
2210 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2211 Depend on emacsver.texi.
2212
2213 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * trampver.texi: Update release number.
2216
2217 2012-10-06 Glenn Morris <rgm@gnu.org>
2218
2219 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2220 ERC version.
2221 (Introduction): ERC is distributed with Emacs.
2222 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2223 (Getting Started): Simplify.
2224 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2225 (History): Mention ERC maintained as part of Emacs now.
2226 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2227 Add dependency on emacsver.texi.
2228
2229 * erc.texi: Remove hand-written node pointers.
2230
2231 2012-10-05 Glenn Morris <rgm@gnu.org>
2232
2233 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2234 Copyedits.
2235
2236 2012-10-01 Eric Ludlam <zappo@gnu.org>
2237
2238 * ede.texi (Quick Start, Project Local Variables)
2239 (Miscellaneous commands, ede-java-root, Development Overview)
2240 (Detecting a Project): New nodes.
2241 (Simple projects): Node deleted.
2242
2243 * eieio.texi (Building Classes): Some slot attributes cannot be
2244 overridden.
2245 (Slot Options): Remove an example.
2246 (Method Invocation, Documentation): New nodes.
2247
2248 2012-10-01 Glenn Morris <rgm@gnu.org>
2249
2250 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2251 (reftex.pdf): Add dependency on emacsver.texi.
2252 * reftex.texi: Don't include directory part for emacsver.texi;
2253 the Makefile's -I handles it.
2254
2255 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2256
2257 Merge from standalone RefTeX repository.
2258
2259 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2260 with macros.
2261 (Imprint): Mention Wolfgang in list of contributors.
2262 (Creating Citations): Give a hint about how to
2263 auto-revert the BibTeX database file when using external editors.
2264 (Referencing Labels): Simplify section about reference macro
2265 cycling.
2266 (Options (Referencing Labels)): Adapt to new structure of
2267 `reftex-ref-style-alist'.
2268 (Referencing Labels, Reference Styles): Document changes in the
2269 referencing functionality.
2270 (Commands): Mention options for definition of header and footer in
2271 BibTeX files.
2272 (Options (Creating Citations)): Document
2273 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2274 (Reference Styles): New section.
2275 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2276 (Options (Referencing Labels)): Remove descriptions of deprecated
2277 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2278 Add descriptions for `reftex-ref-style-alist' and
2279 `reftex-ref-style-default-list'.
2280 (Referencing Labels): Update regarding reference styles.
2281 (Citation Styles): Mention support for ConTeXt.
2282 (Options (Defining Label Environments)): Fix typo.
2283 (Options (Creating Citations)):
2284 Document `reftex-cite-key-separator'.
2285
2286 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2287
2288 * org.texi: Add description of ORG_ADD_CONTRIB to info
2289 documentation. Add link to Worg for more details.
2290
2291 * org.texi: Clarify installation procedure. Provide link to the
2292 build system description on Worg.
2293
2294 * org.texi: Remove reference to utils/, x11idle.c is now in
2295 contrib/scripts.
2296
2297 * org.texi: Re-normalize to "Org mode" in manual.
2298
2299 * org.texi (Installation): Adapt documentation to new build
2300 system. Mention GNU ELPA (since it needs to be handled like Emacs
2301 built-in Org).
2302
2303 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2304
2305 * org.texi: Fix typo in description of the 'Hooks' section.
2306
2307 * org.texi: Add ID to the list of special properties.
2308
2309 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2310
2311 * org.texi (Moving subtrees): Document the ability to archive to a
2312 datetree.
2313
2314 2012-09-30 Bastien Guerry <bzg@gnu.org>
2315
2316 * org.texi (Installation, Feedback, Batch execution):
2317 Use (add-to-list 'load-path ... t) for the contrib dir.
2318
2319 * org.texi (results): Update documentation for ":results drawer"
2320 and ":results org".
2321
2322 * org.texi (Column width and alignment): Fix typo.
2323
2324 * org.texi (Activation): Point to the "Conflicts" section.
2325
2326 * org.texi (Conflicts): Mention filladapt.el in the list of
2327 conflicting packages.
2328
2329 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2330 not needed for versions of Emacs > 22.1.
2331
2332 * org.texi (History and Acknowledgments): Fix typo.
2333
2334 * org.texi (History and Acknowledgments): Add my own
2335 acknowledgments.
2336
2337 * org.texi (Agenda commands): Document the new command and the new
2338 option.
2339
2340 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2341 (Agenda commands): Reorder. Document `*' to toggle persistent
2342 marks.
2343
2344 * org.texi (Agenda dispatcher):
2345 Mention `org-toggle-agenda-sticky'.
2346 (Agenda commands, Exporting Agenda Views): Fix typo.
2347
2348 * org.texi (Templates in contexts, Setting Options): Update to
2349 reflect changes in how contexts options are processed.
2350
2351 * org.texi (Templates in contexts): Document the new structure of
2352 the variables `org-agenda-custom-commands-contexts' and
2353 `org-capture-templates-contexts'.
2354
2355 * org.texi (Templates in contexts): Document the new option
2356 `org-capture-templates-contexts'.
2357 (Storing searches): Document the new option
2358 `org-agenda-custom-commands-contexts'.
2359
2360 * org.texi (Formula syntax for Lisp): Reformat.
2361
2362 * org.texi (Special properties, Column attributes)
2363 (Agenda column view): Document the new special property
2364 CLOCKSUM_T.
2365
2366 * org.texi (Template expansion): Document the new %l template.
2367
2368 * org.texi (Fast access to TODO states): Fix documentation about
2369 allowed characters for fast todo selection.
2370
2371 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2372 use in `org-agenda-to-appt'.
2373
2374 * org.texi (Comment lines): Update wrt comments.
2375
2376 * org.texi (Resolving idle time): Document new keybinding.
2377
2378 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2379 on clock timestamps.
2380
2381 * org.texi (Fast access to TODO states): Explicitly says only
2382 letters are supported as fast TODO selection keys.
2383
2384 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2385 specifier. Document the new "%(my-function)" specifier.
2386
2387 * org.texi (Clocking commands): New cindex.
2388 (Clocking commands): Update documentation for `org-clock-in'.
2389 Document `org-clock-in-last'. Mention `org-clock-out' and
2390 `org-clock-in-last' as commands that can be globally bound.
2391 (Resolving idle time): Document continuous clocking.
2392
2393 * org.texi (Top, Introduction): Fix formatting.
2394 (Activation): Add index entries.
2395 (Conventions): Update section.
2396 (Embedded @LaTeX{}): Fix formatting.
2397
2398 * org.texi (Visibility cycling): Document `show-children'.
2399
2400 * org.texi (Using capture): Mention the `org-capture-last-stored'
2401 bookmark as a way to jump to the last stored capture.
2402
2403 * org.texi (Uploading files): Fix typo.
2404
2405 * org.texi (Using capture): Document `C-0' as a prefix argument
2406 for `org-capture'.
2407
2408 * org.texi (Agenda commands): Document persistent marks.
2409
2410 * org.texi (Template expansion): Update doc to reflect change.
2411
2412 * org.texi (Radio tables): Document the :no-escape parameter.
2413
2414 * org.texi (Repeated tasks): Document repeat cookies for years,
2415 months, weeks, days and hours.
2416
2417 * org.texi (Export options): State that you can use the d: option
2418 by specifying a list of drawers.
2419
2420 * org.texi (HTML preamble and postamble): Small doc improvement.
2421
2422 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2423
2424 * org.texi: The sections in the Exporting section of the manual
2425 left out articles in the description of the org-export-as-*
2426 commands, among other places. This patch adds them, adds a few
2427 missing prepositions, and switches instances of "an HTML" to "a
2428 html" for internal consistency.
2429
2430 * org.texi: Alter several examples of headings with timestamps in
2431 them to include the timestamps in the body instead of the heading.
2432
2433 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2434
2435 * org.texi (Agenda dispatcher): Document sticky agenda views and
2436 the new key for them.
2437
2438 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2439
2440 * org.texi (Advanced features): Fix error in table.
2441
2442 2012-09-30 Feng Shu <tumashu@gmail.com>
2443
2444 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2445 alternative to dvipng.
2446
2447 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2448
2449 * org.texi: Remove extra curly bracket.
2450
2451 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2452
2453 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2454 defkeys.
2455
2456 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2457
2458 * org.texi (Agenda commands): Fix two typos by giving
2459 corresponding function names, according to
2460 `org-agenda-view-mode-dispatch'.
2461
2462 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2463
2464 * org.texi (The spreadsheet): Fix typo.
2465
2466 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2467
2468 * org.texi (Tracking your habits): Point to the "Tracking TODO
2469 state changes" section.
2470
2471 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2472
2473 * org.texi (Literal examples): Remove reference to unknown
2474 `org-export-latex-minted' variable. Also simplify footnote since
2475 `org-export-latex-listings' documentation is exhaustive already.
2476
2477 * org.texi (Plain lists): Remove reference to now hard-coded
2478 `bullet' automatic rule.
2479
2480 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2481
2482 * org.texi: Updated documentation accordingly.
2483
2484 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2485
2486 * texinfo.tex: Merge from gnulib.
2487
2488 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2489
2490 Sync with Tramp 2.2.6.
2491
2492 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2493
2494 * trampver.texi: Update release number.
2495
2496 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2497
2498 * texinfo.tex: Merge from gnulib.
2499
2500 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2501
2502 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2503 (bug#12096).
2504
2505 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2506
2507 * calc.texi (Simplification modes, Conversions)
2508 (Operating on Selections): Mention "basic" simplification.
2509 (The Calc Mode Line): Mention the mode line display for Basic
2510 simplification mode.
2511 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2512 simplifications.
2513 (Basic Simplifications): Rename from "Limited Simplifications"
2514 Replace "limited" by "basic" throughout.
2515 (Algebraic Simplifications): Indicate that the algebraic
2516 simplifications are done by default.
2517 (Unsafe Simplifications): Mention `m E'.
2518 (Simplification of Units): Mention `m U'.
2519 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2520 (Kinds of Declarations, Functions for Declarations):
2521 Mention "algebraic simplifications" instead of `a s'.
2522 (Algebraic Entry): Remove mention of default simplifications.
2523
2524 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2525
2526 * calc.texi (Getting Started, Tutorial): Change simulated
2527 Calc output to match actual output.
2528 (Simplifying Formulas): Mention that algebraic simplification is now
2529 the default.
2530
2531 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2532
2533 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2534 (Bug#12073)
2535
2536 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2537
2538 Prefer typical American spelling for "acknowledgment".
2539 * calc.texi (History and Acknowledgments): Rename from
2540 History and Acknowledgements.
2541 * idlwave.texi (Acknowledgments):
2542 * ses.texi (Acknowledgments):
2543 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2544
2545 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 Rename configure.in to configure.ac (Bug#11603).
2548 * ede.texi (Compiler and Linker objects, ede-proj-project)
2549 (ede-step-project): Prefer the name configure.ac to configure.in.
2550
2551 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2552
2553 * tramp.texi (Multi-hops):
2554 Introduce `tramp-restricted-shell-hosts-alist'.
2555
2556 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2559 methods, so don't mention smtpmail here.
2560
2561 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2562
2563 * gnus.texi (Picons): Document gnus-picon-properties.
2564
2565 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * gnus.texi: Remove mention of compilation, as that's no longer
2568 supported.
2569
2570 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2571
2572 * gnus.texi (Archived Messages): Mention
2573 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2574
2575 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2576
2577 * gnus.texi (Various Summary Stuff):
2578 Remove mention of `gnus-propagate-marks'.
2579
2580 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2581
2582 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2583 which no longer exist.
2584
2585 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2586
2587 * gnus.texi (Archived Messages):
2588 Document gnus-gcc-self-resent-messages.
2589
2590 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2591
2592 * message.texi (Mail Variables):
2593 Mention the optional user parameter for X-Message-SMTP-Method.
2594
2595 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2596
2597 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2598
2599 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2600
2601 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2602
2603 * gnus.texi (Key Index): Change encoding to utf-8.
2604
2605 2012-06-21 Glenn Morris <rgm@gnu.org>
2606
2607 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2608
2609 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * gnus.texi (Group Timestamp): Mention where to find documentation for
2612 the `gnus-tmp-' variables (bug#11601).
2613
2614 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2615
2616 Sync with Tramp 2.2.6-pre.
2617
2618 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2619 where appropriate.
2620 (Ad-hoc multi-hops): New section.
2621 (Remote processes): New subsection "Running remote processes on
2622 Windows hosts".
2623 (History): Add remote commands on Windows, and ad-hoc multi-hop
2624 methods.
2625 (External methods): "ControlPersist" must be set to "no" for the
2626 `scpc' method.
2627 (Remote processes): Add a note about `auto-revert-tail-mode'.
2628 (Frequently Asked Questions): Use "scpx" in combination with
2629 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2630
2631 * trampver.texi: Update release number.
2632
2633 2012-06-10 Chong Yidong <cyd@gnu.org>
2634
2635 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2636 compilation for html-mono.
2637
2638 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2639
2640 * texinfo.tex: Merge from gnulib.
2641
2642 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * Makefile.in (echo-info): Don't try to install info files named
2645 just ".info".
2646
2647 2012-05-28 Glenn Morris <rgm@gnu.org>
2648
2649 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2650
2651 * sc.texi: Nuke hand-written node pointers.
2652 Fix top-level menu to match actual node order.
2653
2654 2012-05-27 Glenn Morris <rgm@gnu.org>
2655
2656 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2657 Some associated fixes, including not messing with chapno in cl.texi.
2658
2659 2012-05-27 Bastien Guerry <bzg@gnu.org>
2660
2661 * org.texi (Durations and time values): Fix typo.
2662
2663 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2664
2665 * texinfo.tex: Update from gnulib.
2666
2667 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2668
2669 * calc.texi (Basic Operations on Units, Customizing Calc):
2670 Mention `calc-ensure-consistent-units'.
2671
2672 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2673
2674 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2675 reference commands. (Bug#11461)
2676
2677 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2678
2679 2012-05-12 Glenn Morris <rgm@gnu.org>
2680
2681 * Makefile.in (mostlyclean): Add more TeX intermediates.
2682
2683 * Makefile.in: Make it look more like the other doc Makefiles.
2684 Use explicit $srcdir in all dependencies.
2685 Remove cd $srcdir from rules.
2686 (VPATH): Remove.
2687 (infodir): Set to an absolute path.
2688 (INFO_TARGETS): Use short names.
2689 (mkinfodir): infodir is now absolute.
2690 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2691
2692 * Makefile.in (info.info): Rename from info, to avoid duplication.
2693 (.SUFFIXES): Disable implicit rules.
2694
2695 * Makefile.in (MKDIR_P): New, set by configure.
2696 (mkinfodir): Use $MKDIR_P.
2697
2698 2012-05-07 Glenn Morris <rgm@gnu.org>
2699
2700 * forms.texi (Long Example): Update for changed location of files.
2701
2702 2012-05-04 Glenn Morris <rgm@gnu.org>
2703
2704 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2705 (INFO_TARGETS): Use $INFO_EXT.
2706 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2707 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2708 (INFO_TARGETS): Use $INFO_EXT.
2709 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2710
2711 2012-05-02 Glenn Morris <rgm@gnu.org>
2712
2713 * Makefile.in (echo-info): New phony target, used by top-level.
2714
2715 * viper.texi: Make direntry shorter (also it is no longer "newest").
2716
2717 * emacs-gnutls.texi, ert.texi, org.texi:
2718 Fix dircategory, direntry to match info/dir.
2719
2720 * faq.texi: Convert @inforefs to @xrefs.
2721 Fix some malformed cross-references.
2722 (File-name conventions): Shorten section name to avoid overfull line.
2723 (How to add fonts): Use smallexample to avoid overfull lines.
2724
2725 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2726
2727 * auth.texi (Help for users): Update for .gpg file being second.
2728
2729 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2730
2731 * org.texi (Agenda commands): Fix two typos: give corresponding
2732 function names, according to `org-agenda-view-mode-dispatch'.
2733
2734 2012-04-27 Glenn Morris <rgm@gnu.org>
2735
2736 * faq.texi (Major packages and programs): Remove section.
2737 There is no point listing 6 packages (cf etc/MORE.STUFF).
2738 (Finding Emacs and related packages): Move "Spell-checkers" here.
2739
2740 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2741
2742 * dbus.texi (Version): New node.
2743 (Properties and Annotations): Mention the object manager
2744 interface. Describe dbus-get-all-managed-objects.
2745 (Type Conversion): Floating point numbers are allowed, if an
2746 anteger does not fit Emacs's integer range.
2747 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2748 (Asynchronous Methods): Fix description of
2749 dbus-call-method-asynchronously.
2750 (Receiving Method Calls): Fix some minor errors.
2751 Add dbus-interface-emacs.
2752 (Signals): Describe unicast signals and the new match rules.
2753 (Alternative Buses): Add the PRIVATE optional argument to
2754 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2755
2756 2012-04-20 Glenn Morris <rgm@gnu.org>
2757
2758 * faq.texi (New in Emacs 24): New section.
2759 (Packages that do not come with Emacs): Mention M-x list-packages.
2760
2761 2012-04-14 Alan Mackenzie <acm@muc.de>
2762
2763 * cc-mode.texi (c-offsets-alist): Correct a typo.
2764
2765 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2766
2767 * org.texi (Deadlines and scheduling): Fix the example: the
2768 DEADLINE item should come right after the headline. We enforce
2769 this convention, so it is a bug not to illustrate it correctly in
2770 the manual.
2771
2772 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2773
2774 * org.texi (Agenda commands): Fix documentation bug by swapping
2775 the equivalent keybindings to `org-agenda-next-line' with the ones
2776 to `org-agenda-previous-line'.
2777
2778 2012-04-14 Glenn Morris <rgm@gnu.org>
2779
2780 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2781
2782 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2783
2784 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2785 Add emacs-gnutls.
2786 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2787
2788 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2789
2790 * Makefile.in: Add emacs-gnutls.texi to build.
2791
2792 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2793
2794 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2795
2796 * auth.texi (Secret Service API): Edit further and give examples.
2797 (Secret Service API): Adjust @samp to @code for collection names.
2798
2799 2012-04-04 Glenn Morris <rgm@gnu.org>
2800
2801 * auth.texi (Secret Service API): Copyedits.
2802 (Help for developers): Fill in some missing function doc-strings.
2803 (Help for users, Help for developers)
2804 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2805
2806 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * auth.texi (Secret Service API): Add the missing text.
2809
2810 2012-04-04 Chong Yidong <cyd@gnu.org>
2811
2812 * message.texi (Using PGP/MIME): Note that epg is now the default.
2813
2814 * gnus.texi: Reduce references to obsolete pgg library.
2815 (Security): Note that epg is now the default.
2816
2817 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2818
2819 * nxml-mode.texi (Completion): C-RET is no longer bound to
2820 nxml-complete.
2821
2822 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2823
2824 * org.texi (Customizing tables in ODT export): Correct few errors.
2825
2826 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2827
2828 * org.texi (Links in ODT export): Update.
2829 (Labels and captions in ODT export): New node.
2830
2831 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2832
2833 * org.texi (Literal examples in ODT export): htmlfontify.el in
2834 Emacs-24.1 now supports fontification. So ODT source blocks will
2835 be fontified by default.
2836
2837 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2838
2839 * org.texi (Refiling notes): Remove duplicated keybinding.
2840
2841 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2842
2843 * org.texi (noweb): Documentation of this new option to the :noweb
2844 header argument.
2845
2846 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2847
2848 * org.texi (Header and sectioning): Add example demonstrating how
2849 to use "LaTeX_CLASS_OPTIONS".
2850
2851 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2852
2853 * org.texi (Noweb reference syntax): Describe the ability to
2854 execute noweb references in the manual.
2855
2856 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2857
2858 * org.texi (cache): Improve cache documentation when session
2859 evaluation is used.
2860
2861 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2862
2863 * org.texi (Plain lists): Document removal.
2864
2865 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2866
2867 * org.texi: Decapitalize file name in references to Calc manual.
2868
2869 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2870
2871 * org.texi (Plain lists): Document removal.
2872
2873 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2874
2875 * org.texi (Top, OpenDocument Text export)
2876 (ODT export commands, Extending ODT export)
2877 (Images in ODT export, Tables in ODT export)
2878 (Configuring a document converter): Add or Update.
2879
2880 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2881
2882 * org.texi (MobileOrg): Change the wording to reflect that the
2883 Android Version is no longer just the little brother of the iOS
2884 version.
2885
2886 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2887
2888 * org.texi (Key bindings and useful functions): Update babel key
2889 binding documentation in manual.
2890
2891 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2892
2893 * org.texi (noweb): Document new noweb header value.
2894
2895 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2896
2897 * org.texi (noweb-sep): Document new header argument.
2898
2899 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2900
2901 * org.texi (noweb-ref): Documentation of this new custom variable.
2902
2903 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2904
2905 * org.texi (wrap): Update the new :wrap documentation to match the
2906 current implementation.
2907
2908 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2909
2910 * org.texi: Added documentation for :wrap.
2911
2912 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2913
2914 * org.texi: #+RESULTS now user-configurable.
2915
2916 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2917
2918 * org.texi: Documented :noweb no-export.
2919
2920 2012-04-01 Thomas Dye <dk@poto.local>
2921
2922 * org.texi: Edit :noweb no header argument for correctness.
2923
2924 2012-04-01 Bastien Guerry <bzg@gnu.org>
2925
2926 * org.texi (Customization): Update the approximate number of Org
2927 variables.
2928
2929 2012-04-01 Thomas Dye <dk@poto.local>
2930
2931 * org.texi: The :results wrap produces a drawer instead of a
2932 begin_results block.
2933
2934 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2935
2936 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2937 reflect the new default.
2938
2939 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2940
2941 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2942 "Getting Started" to this node. (Bug#10450)
2943
2944 2012-03-10 Chong Yidong <cyd@gnu.org>
2945
2946 * flymake.texi (Example -- Configuring a tool called via make):
2947 Mention the Automake COMPILE variable (Bug#8715).
2948
2949 * info.texi (Getting Started): Add an index entry (Bug#10450).
2950
2951 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2952
2953 * dbus.texi (Signals): Known names will be mapped onto unique
2954 names, when registering for signals.
2955
2956 2012-02-29 Glenn Morris <rgm@gnu.org>
2957
2958 * url.texi: Fix quote usage in body text.
2959
2960 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2961
2962 * cl.texi: Use @code{} in menus when appropriate.
2963
2964 2012-02-28 Glenn Morris <rgm@gnu.org>
2965
2966 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2967 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2968 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2969 * org.texi, sc.texi, vip.texi, viper.texi:
2970 Standardize possessive apostrophe usage.
2971
2972 2012-02-26 Chong Yidong <cyd@gnu.org>
2973
2974 * ediff.texi (Quick Help Commands): Add a couple of index entries
2975 (Bug#10834).
2976
2977 2012-02-17 Glenn Morris <rgm@gnu.org>
2978
2979 * gnus.texi (Posting Styles):
2980 * remember.texi (Org): Fix cross-refs to other manuals.
2981
2982 2012-02-15 Glenn Morris <rgm@gnu.org>
2983
2984 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2985 (Encryption): New chapter, split out from previous.
2986
2987 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2988
2989 * gnus.texi (Customizing the IMAP Connection):
2990 Mention nnimap-record-commands.
2991
2992 2012-02-10 Glenn Morris <rgm@gnu.org>
2993
2994 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2995 Mention url-queue-retrieve.
2996
2997 2012-02-09 Glenn Morris <rgm@gnu.org>
2998
2999 * sem-user.texi (Semantic mode user commands): Typo fix.
3000
3001 * info.texi (Create Info buffer): Mention info-display-manual.
3002
3003 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3004
3005 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
3006 example (modified from an example by Michael Albinus).
3007
3008 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3009
3010 * gnus.texi (Agent Basics): Fix outdated description of
3011 `gnus-agent-auto-agentize-methods'.
3012
3013 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
3014
3015 * cc-mode.texi: Always @defindex ss.
3016 (Config Basics): Fix argument of @itemize.
3017 (Macro Backslashes): Add @code around index entry.
3018
3019 2012-01-23 Glenn Morris <rgm@gnu.org>
3020
3021 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
3022
3023 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
3024
3025 * tramp.texi (File): Tweak wording for the `scpc' option.
3026
3027 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * gnus.texi (Group Parameters): Really note precedence.
3030
3031 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * gnus.texi (Group Parameters): Note precedence.
3034
3035 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
3036
3037 * org.texi (Noweb reference syntax): Adding documentation of
3038 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
3039 variable.
3040
3041 2012-01-03 Bastien Guerry <bzg@gnu.org>
3042
3043 * org.texi (Plain lists): Split the table to fix the display
3044 of items.
3045
3046 2012-01-03 Bastien Guerry <bzg@gnu.org>
3047
3048 * org.texi (Plain lists): Fix misplaced explanation.
3049
3050 2012-01-03 Bastien Guerry <bzg@gnu.org>
3051
3052 * org.texi (Plain lists, Agenda files): Add index entries.
3053
3054 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3055
3056 * org.texi: Use "Org mode" instead of alternatives like
3057 "Org-mode" or "org-mode".
3058
3059 2012-01-03 Bernt Hansen <bernt@norang.ca>
3060
3061 * org.texi (Agenda commands):
3062 Document `org-clock-report-include-clocking-task'.
3063
3064 2012-01-03 Bastien Guerry <bzg@gnu.org>
3065
3066 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
3067 C-c' on checkboxes.
3068
3069 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
3070
3071 * org.texi: End sentences with two spaces.
3072
3073 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
3074
3075 * org.texi (External links): Document the link types file+sys
3076 and file+emacs, slightly narrow used page width.
3077
3078 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
3079
3080 * org.texi (colnames): Note that colnames behavior may differ
3081 across languages.
3082
3083 2012-01-03 Bastien Guerry <bzg@gnu.org>
3084
3085 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
3086
3087 2012-01-03 Thomas Dye <dk@poto.westell.com>
3088
3089 * org.texi: Augmented discussion of babel property
3090 inheritance. Put footnote outside sentence ending period.
3091
3092 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3093
3094 * org.texi (eval): Documenting the full range of :eval header
3095 argument values.
3096
3097 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3098
3099 * org.texi (eval): Documentation of the new :eval option.
3100
3101 2012-01-03 Thomas Dye <dk@poto.local>
3102
3103 * org.texi: Add accumulated properties.
3104
3105 2012-01-03 Thomas Dye <dk@poto.local>
3106
3107 * org.texi: Documented no spaces in name=assign, another
3108 correction to :var table.
3109
3110 2012-01-03 Thomas Dye <dk@poto.local>
3111
3112 * org.texi: Changed DATA to NAME in Working With Source Code
3113 section.
3114
3115 2012-01-03 Tom Dye <tsd@tsdye.com>
3116
3117 * org.texi: Minor change to :var table.
3118
3119 2012-01-03 Tom Dye <tsd@tsdye.com>
3120
3121 * org.texi: More changes to :var table (some examples were wrong).
3122
3123 2012-01-03 Tom Dye <tsd@tsdye.com>
3124
3125 * org.texi: Cleaned up :var table.
3126
3127 2012-01-03 Bastien Guerry <bzg@gnu.org>
3128
3129 * org.texi (Timestamps, Weekly/daily agenda)
3130 (Weekly/daily agenda): Add @cindex for "appointment".
3131
3132 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3133
3134 * org.texi (Literal examples): A new link to the template for
3135 inserting empty code blocks.
3136 (Structure of code blocks): A new link to the template for
3137 inserting empty code blocks.
3138
3139 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3140
3141 * org.texi (External links): Add footnote on how the behavior
3142 of the text search in Org files are controled by the variable
3143 `org-link-search-must-match-exact-headline'.
3144
3145 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3146
3147 * org.texi (Buffer-wide header arguments):
3148 Update documentation to reflect removal of #+PROPERTIES.
3149
3150 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3151
3152 * org.texi (The clock table): Mention that ACHIVED trees
3153 contribute to the clock table.
3154
3155 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3156
3157 * org.texi (Conflicts): Better yasnippet config info.
3158
3159 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3160
3161 * org.texi (Selective export): Explicitly mention the default
3162 values for `org-export-select-tags',
3163 `org-export-exclude-tags'.
3164
3165 2012-01-03 Tom Dye <tsd@tsdye.com>
3166
3167 * org.texi: Added a line to specify that header arguments are
3168 lowercase.
3169
3170 2012-01-03 Tom Dye <tsd@tsdye.com>
3171
3172 * org.texi: :var requires default value when declared.
3173
3174 2012-01-03 Bastien Guerry <bzg@gnu.org>
3175
3176 * org.texi (Handling links): Add a note about the
3177 `org-link-frame-setup' option.
3178
3179 2012-01-03 David Maus <dmaus@ictsoc.de>
3180
3181 * org.texi (Exporting Agenda Views, Extracting agenda
3182 information): Fix command line syntax, quote symbol parameter
3183 values.
3184
3185 2012-01-03 David Maus <dmaus@ictsoc.de>
3186
3187 * org.texi (Exporting Agenda Views): Fix command line syntax.
3188
3189 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3190
3191 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3192 Use octal notation for file permissions, which are normally
3193 thought of in octal.
3194 (Mail Back End Variables): Use more-plausible modes in example.
3195
3196 2011-12-20 Alan Mackenzie <acm@muc.de>
3197
3198 * cc-mode.texi: Update version string 5.31 -> 5.32.
3199
3200 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3203
3204 2011-11-24 Glenn Morris <rgm@gnu.org>
3205
3206 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3207
3208 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * makefile.w32-in: Update dependencies.
3211
3212 2011-11-20 Glenn Morris <rgm@gnu.org>
3213
3214 * gnus.texi (Group Information):
3215 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3216
3217 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * gnus-coding.texi (Gnus Maintenance Guide):
3220 Rename from "Gnus Maintainance Guide".
3221
3222 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3223 * eieio.texi (Customizing):
3224 * gnus.texi (Article Washing):
3225 * gnus-news.texi:
3226 * sem-user.texi (Smart Jump): Fix typos.
3227
3228 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3231
3232 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * ede.texi (project-am-texinfo):
3235 * gnus.texi (Sending or Not Sending):
3236 * org.texi (Template elements): Fix typos.
3237
3238 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * ediff.texi (Hooks):
3241 * sem-user.texi (Semanticdb Roots): Fix typos.
3242
3243 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * semantic.texi (Tag handling): Fix typo.
3246
3247 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3248
3249 * gnus.texi (Other Gnus Versions): Remove.
3250
3251 2011-10-28 Alan Mackenzie <acm@muc.de>
3252
3253 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3254 (Other Special Indentations): Add an xref to "Macros with ;".
3255 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3256 "Macros with ;".
3257 (Macros with ;): New page.
3258
3259 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3260 Document the new handling of nested scopes for movement by defuns.
3261
3262 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3263
3264 Sync with Tramp 2.2.3.
3265
3266 * trampver.texi: Update release number.
3267
3268 2011-10-14 Glenn Morris <rgm@gnu.org>
3269
3270 * ert.texi (Introduction, How to Run Tests)
3271 (Running Tests Interactively, Expected Failures)
3272 (Tests and Their Environment, Useful Techniques)
3273 (Interactive Debugging, Fixtures and Test Suites):
3274 Minor rephrasings.
3275 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3276 (Running Tests in Batch Mode): Simplify loading instructions.
3277 (Test Selectors): Clarify some selectors.
3278 (Expected Failures, Useful Techniques):
3279 Make examples fit in 80 columns.
3280
3281 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3282
3283 * calc.texi (Basic Operations on Units): Discuss temperature
3284 conversion (`u t') alongside with other unit conversions ('u c').
3285
3286 2011-10-12 Glenn Morris <rgm@gnu.org>
3287
3288 * ert.texi: Whitespace trivia to make main menu items line up better.
3289
3290 2011-10-08 Glenn Morris <rgm@gnu.org>
3291
3292 * Makefile.in: Fix ert rules.
3293
3294 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * gnus.texi (Gnus Utility Functions): Add more references and
3297 explanations (bug#9683).
3298
3299 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3300
3301 * texinfo.tex: Merge from gnulib.
3302
3303 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304
3305 * gnus.texi (Archived Messages): Note the default (bug#9552).
3306
3307 2011-09-21 Bill Wohler <wohler@newt.com>
3308
3309 Release MH-E manual version 8.3.
3310
3311 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3312 release 8.3.
3313 (Preface): Update support information.
3314 (From Bill Wohler): Reset text to original version. As a
3315 historical quote, the tense should be correct in the time that it
3316 was written.
3317
3318 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3319
3320 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3321 (Finding the News): Doc clarification.
3322 (Terminology): Mention naming.
3323
3324 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
3326 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3327 (Interactive): Document `quiet'.
3328
3329 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3330
3331 * org.texi (Images in LaTeX export): Rewrite.
3332
3333 2011-08-15 Bastien Guerry <bzg@gnu.org>
3334
3335 * org.texi (Using the mapping API): Mention 'region as a possible
3336 scope for `org-map-entries'.
3337
3338 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3339
3340 * org.texi (Visibility cycling): Document `org-copy-visible'.
3341
3342 2011-08-15 Bastien Guerry <bzg@gnu.org>
3343
3344 * org.texi (Template expansion): Order template sequences in the
3345 proper order.
3346
3347 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3348
3349 * org.texi (eval): Expand discussion of the :eval header argument.
3350
3351 2011-08-15 Bastien Guerry <bzg@gnu.org>
3352
3353 * org.texi (Languages): Add Lilypond and Awk as supported
3354 languages.
3355
3356 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3357
3358 * org.texi: Document that both CLOCK_INTO_DRAWER and
3359 LOG_INTO_DRAWER can be used to override the contents of variable
3360 org-clock-into-drawer (or if unset, org-log-into-drawer).
3361
3362 * org.texi: Replace @xref->@pxref.
3363
3364 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3365
3366 * org.texi (Evaluating code blocks): Documenting the new option
3367 for inline call lines.
3368
3369 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3370
3371 * org.texi (Results of evaluation): More explicit about the
3372 mechanism through which interactive evaluation of code is
3373 performed.
3374
3375 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3376
3377 * org.texi (noweb-ref): New header argument documentation.
3378
3379 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3380
3381 * org.texi (Extracting source code): Documentation of the new
3382 org-babel-tangle-named-block-combination variable.
3383
3384 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3385
3386 * org.texi (Structure of code blocks): Explicitly state that the
3387 behavior of multiple blocks of the same name is undefined.
3388
3389 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3390
3391 * org.texi (TaskJuggler export): Modify the example to reflect the
3392 new effort durations.
3393
3394 2011-08-15 David Maus <dmaus@ictsoc.de>
3395
3396 * org.texi (Images in LaTeX export): Escape curly brackets in
3397 LaTeX example.
3398
3399 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3400
3401 * org.texi (The clock table): Document the :properties and
3402 :inherit-props arguments for the clocktable.
3403
3404 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3405
3406 * org.texi (Tables in LaTeX export): Document specifying placement
3407 options for tables.
3408
3409 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3410
3411 * org.texi (Evaluating code blocks): More specific documentation
3412 about the different types of header arguments.
3413
3414 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3415
3416 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3417
3418 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3419
3420 * org.texi (Built-in table editor): Document the table field
3421 follow mode.
3422
3423 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3424
3425 * org.texi (Easy Templates): Document new template.
3426
3427 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3428
3429 * org.texi (Literal examples): Add a cross-reference from "Literal
3430 Examples" to "Easy Templates."
3431
3432 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3433
3434 * org.texi (The clock table): Add link to match syntax.
3435
3436 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3437
3438 * org.texi (Agenda commands): Document clock consistency checks.
3439
3440 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3441
3442 * org.texi (Built-in table editor): Document that \vert represents
3443 a vertical bar in a table field.
3444
3445 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3446
3447 * org.texi (Literal examples): Link from "Markup" > "Literate
3448 Examples" to "Working with Source Code".
3449
3450 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3451
3452 * org.texi (Agenda commands): Doc for function option to bulk
3453 action.
3454
3455 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3456
3457 * org.texi (Template expansion): Document new %<...> template
3458 escape.
3459
3460 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3461
3462 * org.texi (Selective export): Document exclusion of any tasks
3463 from export.
3464
3465 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3466
3467 * org.texi (Selective export): Document how to exclude DONE tasks
3468 from export.
3469 (Publishing options): Document the properties to be used to turn off
3470 export of DONE tasks.
3471
3472 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3473
3474 * org.texi (The date/time prompt): Document date range protection.
3475
3476 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3477
3478 * org.texi (padline): Documentation of the new padline header
3479 argument.
3480
3481 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3482
3483 * org.texi (var): Adding "[" to list of characters triggering
3484 elisp evaluation.
3485
3486 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3487
3488 * org.texi (var): Documentation of Emacs Lisp evaluation during
3489 variable assignment.
3490
3491 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3492
3493 * org.texi (colnames): Reference indexing into variables, and note
3494 that colnames are *not* removed before indexing occurs.
3495 (rownames): Reference indexing into variables, and note that
3496 rownames are *not* removed before indexing occurs.
3497
3498 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3499
3500 * org.texi (var): Clarification of indexing into tabular
3501 variables.
3502
3503 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3504
3505 * org.texi (results): Documentation of the `:results wrap' header
3506 argument.
3507
3508 2011-08-15 Bastien Guerry <bzg@gnu.org>
3509
3510 * org.texi (LaTeX and PDF export): Add a note about a limitation
3511 of the LaTeX export: the org file has to be properly structured.
3512
3513 2011-08-15 Bastien Guerry <bzg@gnu.org>
3514
3515 * org.texi (Dynamic blocks, Structure editing):
3516 Mention the function `org-narrow-to-block'.
3517
3518 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3519
3520 * org.texi (Languages): Updating list of code block supported
3521 languages.
3522
3523 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3524
3525 * org.texi (Special properties): CATEGORY is a special property,
3526 but it may also used in the drawer.
3527
3528 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3529
3530 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3531
3532 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3533
3534 * org.texi (Include files): Document :lines.
3535
3536 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3537
3538 * org.texi (comments): Documentation of the ":comments noweb" code
3539 block header argument.
3540
3541 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3542
3543 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3544 added extra whitespace around functions to be consistent with the
3545 rest of the section.
3546
3547 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3548
3549 * org.texi (Evaluating code blocks): Expand discussion of
3550 #+call: line syntax.
3551 (Header arguments in function calls): Expand discussion of
3552 #+call: line syntax.
3553
3554 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3555
3556 * org.texi (Evaluating code blocks): More explicit about how to
3557 pass variables to #+call lines.
3558
3559 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3560
3561 * org.texi (Results of evaluation): Link to the :results header
3562 argument list from the "Results of evaluation" section.
3563
3564 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3565
3566 * org.texi (Conflicts): Adding additional information about
3567 resolving org/yasnippet conflicts.
3568
3569 2011-08-15 David Maus <dmaus@ictsoc.de>
3570
3571 * org.texi (Publishing options): Document style-include-scripts
3572 publishing project property.
3573
3574 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3575
3576 * org.texi (Sparse trees): Document the next-error /
3577 previous-error functionality.
3578
3579 2011-08-15 Tom Dye <tsd@tsdye.com>
3580
3581 * org.texi (cache): Improve documentation of code block caches.
3582
3583 2011-08-15 Tom Dye <tsd@tsdye.com>
3584
3585 * org.texi (Code block specific header arguments):
3586 Documentation of multi-line header arguments.
3587
3588 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3589
3590 * org.texi (Code evaluation security): Add example for using a
3591 function.
3592
3593 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3594
3595 * org.texi (Tables in LaTeX export): Documentation of new
3596 attr_latex options for tables.
3597
3598 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3599
3600 * trampver.texi: Update release number.
3601
3602 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3603
3604 Sync with Tramp 2.2.2.
3605
3606 * trampver.texi: Update release number.
3607
3608 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * flymake.texi (Example -- Configuring a tool called via make):
3611 Use /dev/null instead of the Windows "nul" (bug#8715).
3612
3613 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3614
3615 * widget.texi (Setting Up the Buffer): Remove mention of the
3616 global keymap parent, which doesn't seem to be accurate
3617 (bug#7045).
3618
3619 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
3621 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3622
3623 2010-07-10 Kevin Ryde <user42@zip.com.au>
3624
3625 * cl.texi (For Clauses): Add destructuring example processing an
3626 alist (bug#6596).
3627
3628 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3629
3630 * ediff.texi (Major Entry Points): Remove mention of `require',
3631 since that's not pertinent in the installed Emacs (bug#9016).
3632
3633 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3636 (Filtering New Groups): Clarify how simple the "options -n" format is.
3637 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3638 is internal.
3639
3640 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * tramp.texi (Cleanup remote connections):
3643 Add `tramp-cleanup-this-connection'.
3644
3645 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3646
3647 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3648 zombies.
3649 (Checking New Groups): Ditto (bug#8974).
3650 (Checking New Groups): Move the reference to the right place.
3651
3652 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3653
3654 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3655 backups, and not actual vc (bug#8975).
3656
3657 2011-07-03 Kevin Ryde <user42@zip.com.au>
3658
3659 * cl.texi (For Clauses): @items for hash-values and key-bindings
3660 to make them more visible when skimming. Add examples of `using'
3661 clause to them, examples being clearer than a description in
3662 words (bug#6599).
3663
3664 2011-07-01 Alan Mackenzie <acm@muc.de>
3665
3666 * cc-mode.texi (Guessing the Style): New page.
3667 (Styles): Add a short introduction to above.
3668
3669 2011-06-28 Deniz Dogan <deniz@dogan.se>
3670
3671 * rcirc.texi (Configuration): Bug-fix:
3672 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3673 Reported by Elias Pipping <pipping@exherbo.org>.
3674
3675 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * gnus.texi (Summary Mail Commands):
3678 Document `gnus-summary-reply-to-list-with-original'.
3679
3680 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * eshell.texi (Known problems): Fix typo.
3683
3684 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3685
3686 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3687 (Password handling): `auth-source-debug' is good for debug messages.
3688
3689 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3690
3691 * gnus.texi (Store custom flags and keywords): Refer to
3692 `gnus-registry-article-marks-to-{chars,names}' instead of
3693 `gnus-registry-user-format-function-{M,M2}'.
3694
3695 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3696
3697 * texinfo.tex: Merge from gnulib.
3698
3699 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3700
3701 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3702 (Store custom flags and keywords):
3703 Mention `gnus-registry-user-format-function-M' and
3704 `gnus-registry-user-format-function-M2'.
3705
3706 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3707
3708 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3709
3710 2011-05-17 Glenn Morris <rgm@gnu.org>
3711
3712 * gnus.texi (Face): Fix typo.
3713
3714 2011-05-14 Glenn Morris <rgm@gnu.org>
3715
3716 * dired-x.texi (Omitting Examples): Minor addition.
3717
3718 2011-05-10 Jim Meyering <meyering@redhat.com>
3719
3720 * ede.texi: Fix typo "or or -> or".
3721
3722 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3723
3724 * gnus.texi (Summary Buffer Lines):
3725 gnus-summary-user-date-format-alist does not exist.
3726 (Sorting the Summary Buffer): More about sorting threads.
3727
3728 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * trampver.texi: Update release number.
3731
3732 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3733
3734 * tramp.texi (Frequently Asked Questions): New item for disabling
3735 Tramp in other packages.
3736
3737 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3738
3739 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3740 (Fancy splitting to parent, Store arbitrary data):
3741 Update gnus-registry docs.
3742
3743 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3744
3745 * ede.texi: Fix typos.
3746
3747 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3748
3749 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3750 It's @table @code.
3751
3752 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3753
3754 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3755
3756 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3757
3758 * calc.texi (Logarithmic Units): Update the function names.
3759
3760 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * message.texi (Various Commands): Document format specs in the
3763 ellipsis.
3764
3765 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3766
3767 * message.texi (Insertion Variables): Document message-cite-style.
3768
3769 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * tramp.texi (Remote processes): New subsection "Running shell on
3772 a remote host".
3773
3774 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3775
3776 * auth.texi (Help for developers): Update docs to explain that the
3777 :save-function will only run the first time.
3778
3779 2011-03-12 Glenn Morris <rgm@gnu.org>
3780
3781 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3782 (emacs-faq.text): New target.
3783 (clean): Add emacs-faq.
3784
3785 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3786
3787 Sync with Tramp 2.2.1.
3788
3789 * trampver.texi: Update release number.
3790
3791 2011-03-11 Glenn Morris <rgm@gnu.org>
3792
3793 * Makefile.in (HTML_TARGETS): New.
3794 (clean): Delete $HTML_TARGETS.
3795 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3796
3797 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3798
3799 * auth.texi (Help for developers): Show example of using
3800 `auth-source-search' with prompts and :save-function.
3801
3802 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * Version 23.3 released.
3805
3806 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3807
3808 * message.texi (Message Buffers): Update default value of
3809 message-generate-new-buffers.
3810
3811 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3812
3813 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3814 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3815 respectively.
3816 (Musical Notes): New section.
3817 (Customizing Calc): Mention the customizable variable
3818 calc-note-threshold.
3819
3820 2011-03-03 Glenn Morris <rgm@gnu.org>
3821
3822 * url.texi (Dealing with HTTP documents): Remove reference to
3823 function url-decode-text-part; never seems to have existed. (Bug#6038)
3824 (Configuration): Update url-configuration-directory description.
3825
3826 2011-03-02 Glenn Morris <rgm@gnu.org>
3827
3828 * dired-x.texi (Multiple Dired Directories): Remove mentions
3829 of dired-default-directory-alist and dired-default-directory.
3830 Move dired-smart-shell-command here...
3831 (Miscellaneous Commands): ... from here.
3832
3833 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3834
3835 * texinfo.tex: Update to version 2011-02-24.09.
3836
3837 2011-03-02 Glenn Morris <rgm@gnu.org>
3838
3839 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3840 instead of the obsoleted dired-omit-here-always.
3841
3842 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3843
3844 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3845 supported systems.
3846
3847 2011-02-28 Glenn Morris <rgm@gnu.org>
3848
3849 * dbus.texi (Type Conversion): Grammar fix.
3850
3851 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3852
3853 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3854 "Debian GNU/Linux".
3855
3856 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3857
3858 2011-02-23 Glenn Morris <rgm@gnu.org>
3859
3860 * dired-x.texi (Features): Minor rephrasing.
3861 (Local Variables): Fix typos.
3862
3863 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3864 Standardize some Emacs/XEmacs terminology.
3865
3866 * dired-x.texi (Features): Don't advertise obsolete local variables.
3867 Simplify layout.
3868 (Omitting Variables): Update local variables example.
3869 (Local Variables): Say this is obsolete. Fix description of
3870 dired-enable-local-variables possible values.
3871
3872 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3873
3874 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3875 default now.
3876
3877 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3878
3879 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3880
3881 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3882
3883 * gnus.texi (Window Layout): Document layout names.
3884
3885 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3886
3887 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3888 * auth.texi: Sync @dircategory with ../../info/dir.
3889 * autotype.texi: Sync @dircategory with ../../info/dir.
3890 * calc.texi: Sync @dircategory with ../../info/dir.
3891 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3892 * cl.texi: Sync @dircategory with ../../info/dir.
3893 * dbus.texi: Sync @dircategory with ../../info/dir.
3894 * dired-x.texi: Sync @dircategory with ../../info/dir.
3895 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3896 * ede.texi: Sync @dircategory with ../../info/dir.
3897 * ediff.texi: Sync @dircategory with ../../info/dir.
3898 * edt.texi: Sync @dircategory with ../../info/dir.
3899 * eieio.texi: Sync @dircategory with ../../info/dir.
3900 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3901 * epa.texi: Sync @dircategory with ../../info/dir.
3902 * erc.texi: Sync @dircategory with ../../info/dir.
3903 * eshell.texi: Sync @dircategory with ../../info/dir.
3904 * eudc.texi: Sync @dircategory with ../../info/dir.
3905 * flymake.texi: Sync @dircategory with ../../info/dir.
3906 * forms.texi: Sync @dircategory with ../../info/dir.
3907 * gnus.texi: Sync @dircategory with ../../info/dir.
3908 * idlwave.texi: Sync @dircategory with ../../info/dir.
3909 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3910 * message.texi: Sync @dircategory with ../../info/dir.
3911 * mh-e.texi: Sync @dircategory with ../../info/dir.
3912 * newsticker.texi: Sync @dircategory with ../../info/dir.
3913 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3914 * org.texi: Sync @dircategory with ../../info/dir.
3915 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3916 * pgg.texi: Sync @dircategory with ../../info/dir.
3917 * rcirc.texi: Sync @dircategory with ../../info/dir.
3918 * reftex.texi: Sync @dircategory with ../../info/dir.
3919 * remember.texi: Sync @dircategory with ../../info/dir.
3920 * sasl.texi: Sync @dircategory with ../../info/dir.
3921 * sc.texi: Sync @dircategory with ../../info/dir.
3922 * semantic.texi: Sync @dircategory with ../../info/dir.
3923 * ses.texi: Sync @dircategory with ../../info/dir.
3924 * sieve.texi: Sync @dircategory with ../../info/dir.
3925 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3926 * speedbar.texi: Sync @dircategory with ../../info/dir.
3927 * trampver.texi [emacs]: Set emacsname to "Emacs".
3928 * tramp.texi: Sync @dircategory with ../../info/dir.
3929 * url.texi: Sync @dircategory with ../../info/dir.
3930 * vip.texi: Sync @dircategory with ../../info/dir.
3931 * viper.texi: Sync @dircategory with ../../info/dir.
3932 * widget.texi: Sync @dircategory with ../../info/dir.
3933 * woman.texi: Sync @dircategory with ../../info/dir.
3934
3935 2011-02-19 Glenn Morris <rgm@gnu.org>
3936
3937 * dired-x.texi (Technical Details): No longer redefines
3938 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3939 dired-read-shell-command, or dired-find-buffer-nocreate.
3940
3941 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3942
3943 * eshell.texi (Input/Output):
3944 Document insert output redirection operator, >>>.
3945
3946 2011-02-18 Glenn Morris <rgm@gnu.org>
3947
3948 * dired-x.texi (Optional Installation File At Point): Simplify.
3949
3950 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3951
3952 * auth.texi (Help for users): Use :port instead of :protocol for all
3953 auth-source docs.
3954 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3955 to have two files in `auth-sources'.
3956
3957 2011-02-16 Glenn Morris <rgm@gnu.org>
3958
3959 * dired-x.texi: Use emacsver.texi to get Emacs version.
3960 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3961 Depend on emacsver.texi.
3962
3963 * dired-x.texi: Drop meaningless version number.
3964 (Introduction): Remove old info.
3965 (Optional Installation Dired Jump): Autoload from dired-x.
3966 Remove incorrect info about loaddefs.el.
3967 (Bugs): Just refer to M-x report-emacs-bug.
3968
3969 * dired-x.texi (Multiple Dired Directories): Update for rename of
3970 default-directory-alist.
3971 (Miscellaneous Commands): No longer mention very old VM version 4.
3972
3973 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3974
3975 Merge from gnulib.
3976 * texinfo.tex: Update to version 2011-02-14.11.
3977
3978 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3979
3980 * auth.texi (Help for users):
3981 Login collection is "Login" and not "login".
3982
3983 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3984
3985 * tramp.texi (History): Remove IMAP support.
3986 (External methods, Frequently Asked Questions): Remove `imap' and
3987 `imaps' methods.
3988 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3989
3990 * trampver.texi: Remove default value of `emacsimap'.
3991
3992 2011-02-13 Glenn Morris <rgm@gnu.org>
3993
3994 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3995 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3996
3997 2011-02-12 Glenn Morris <rgm@gnu.org>
3998
3999 * sc.texi (Getting Connected): Remove old index entries.
4000
4001 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
4002
4003 * url.texi: Remove duplicate @dircategory (Bug#7942).
4004
4005 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
4006
4007 * auth.texi (Overview, Help for users, Help for developers):
4008 Update docs.
4009 (Help for users): Talk about spaces.
4010
4011 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4012
4013 * texinfo.tex: Update to version 2011-02-07.16.
4014
4015 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
4016
4017 * dbus.texi (Bus names): Adapt descriptions for
4018 dbus-list-activatable-names and dbus-list-known-names.
4019
4020 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
4021
4022 * calc.texi (Logarithmic Units): New section.
4023
4024 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
4025
4026 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
4027 manuals use it now.
4028
4029 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
4030
4031 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
4032
4033 * overrides.texi: Remove.
4034
4035 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
4036 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
4037
4038 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * tramp.texi (Frequently Asked Questions): Mention problems with
4041 WinSSHD.
4042
4043 * trampver.texi: Update release number.
4044
4045 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
4046
4047 * tramp.texi:
4048 Replace "delimet" with "delimit" globally.
4049 Replace "explicite" with "explicit" globally.
4050 Replace "instead of" with "instead" where there was nothing after "of".
4051 Audit use of comma before interrogative pronoun, "that", or "which".
4052 Minor word order, spelling, wording changes.
4053
4054 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4055
4056 * overrides.texi: New file to set or clear WEBHACKDEVEL.
4057
4058 * sieve.texi: Use WEBHACKDEVEL.
4059
4060 * sasl.texi: Use WEBHACKDEVEL.
4061
4062 * pgg.texi: Use WEBHACKDEVEL.
4063
4064 * message.texi: Use WEBHACKDEVEL.
4065
4066 * gnus.texi: Use WEBHACKDEVEL.
4067
4068 * emacs-mime.texi: Use WEBHACKDEVEL.
4069
4070 * auth.texi: Use WEBHACKDEVEL.
4071
4072 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
4073 manuals.
4074
4075 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4076
4077 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
4078
4079 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4080
4081 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
4082 which in turn is copied from ftp://tug.org/tex/.
4083
4084 2011-02-03 Glenn Morris <rgm@gnu.org>
4085
4086 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
4087 (Binding combinations of modifiers and function keys):
4088 Let's assume people reading this are not using Emacs 18.
4089
4090 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4091
4092 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4093 since it's run automatically.
4094
4095 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus.texi (Customizing Articles): Fix typo.
4098
4099 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4100
4101 * gnus.texi (Customizing Articles): Document the new way of customizing
4102 the date headers(s).
4103
4104 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4105
4106 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4107 splitting example.
4108
4109 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4110
4111 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4112 (MAKEINFO_OPTS): New variable.
4113 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4114 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4115 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4116 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4117 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4118 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4119 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4120 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4121 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4122 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4123 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4124 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4125 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4126 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4127 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4128 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4129 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4130 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4131
4132 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4133
4134 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4135
4136 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4137
4138 * message.texi (IDNA): Explain what it is.
4139
4140 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4141
4142 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4143
4144 2011-01-23 Werner Lemberg <wl@gnu.org>
4145
4146 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4147 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4148 (ENVADD): Update.
4149
4150 2011-01-18 Glenn Morris <rgm@gnu.org>
4151
4152 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4153
4154 2011-01-14 Eduard Wiebe <usenet@pusto.de>
4155
4156 * nxml-mode.texi (Introduction): Fix file name typos.
4157
4158 2011-01-13 Christian Ohler <ohler@gnu.org>
4159
4160 * ert.texi: New file.
4161
4162 * Makefile.in:
4163 * makefile.w32-in: Add ert.texi.
4164
4165 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4166
4167 * dbus.texi (Receiving Method Calls): New function
4168 dbus-register-service. Rearrange node.
4169
4170 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4171
4172 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4173 which in turn is copied from ftp://tug.org/tex/.
4174
4175 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4176
4177 * dbus.texi (Receiving Method Calls): Describe new optional
4178 parameter dont-register-service of dbus-register-{method,property}.
4179
4180 2010-12-17 Daiki Ueno <ueno@unixuser.org>
4181
4182 * epa.texi (Encrypting/decrypting *.gpg files):
4183 Mention epa-file-select-keys.
4184
4185 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * gnus.texi (Archived Messages): Remove outdated text.
4188
4189 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4190
4191 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4192
4193 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4194
4195 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4196
4197 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4198
4199 * gnus.texi (The swish++ Engine): Add customizable parameters
4200 descriptions.
4201 (The swish-e Engine): Ditto.
4202
4203 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * tramp.texi (Inline methods): Add "ksu" method.
4206 (Remote processes): Add example with remote `default-directory'.
4207
4208 2010-12-14 Glenn Morris <rgm@gnu.org>
4209
4210 * faq.texi (Expanding aliases when sending mail):
4211 Now build-mail-aliases is interactive.
4212
4213 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4214
4215 * gnus.texi: First pass at adding (rough) nnir documentation.
4216
4217 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * gnus.texi (Filtering New Groups):
4220 Mention gnus-auto-subscribed-categories.
4221 (The First Time): Remove, since default-subscribed-newsgroups has been
4222 removed.
4223
4224 2010-12-13 Glenn Morris <rgm@gnu.org>
4225
4226 * cl.texi (For Clauses): Small fixes for frames and windows.
4227
4228 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4229
4230 * org.texi (Using capture): Document using prefix arguments for
4231 finalizing capture.
4232 (Agenda commands): Document prefix argument for the bulk scatter
4233 command.
4234 (Beamer class export): Document that also overlay arguments can be
4235 passed to the column environment.
4236 (Template elements): Document the new entry type.
4237
4238 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4239
4240 * org.texi (Include files): Document :minlevel.
4241
4242 2010-12-11 Julien Danjou <julien@danjou.info>
4243
4244 * org.texi (Categories): Document category icons.
4245
4246 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4247
4248 * org.texi (noweb): Fix typo.
4249
4250 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4251
4252 * gnus.texi (Server Commands): Point to the rest of the server
4253 commands.
4254
4255 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4258 g'.
4259
4260 2010-12-02 Julien Danjou <julien@danjou.info>
4261
4262 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4263
4264 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4267 (Direct Functions): Note the STARTTLS upgrade.
4268
4269 2010-11-27 Glenn Morris <rgm@gnu.org>
4270 James Clark <none@example.com>
4271
4272 * nxml-mode.texi (Introduction): New section.
4273
4274 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * gnus.texi (Server Commands): Document gnus-server-show-server.
4277
4278 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4279
4280 Sync with Tramp 2.2.0.
4281
4282 * trampver.texi: Update release number.
4283
4284 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4285
4286 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4287 Mention that the TeX specific units won't use the `tex' prefix
4288 in TeX mode.
4289
4290 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4291
4292 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4293
4294 2010-11-17 Glenn Morris <rgm@gnu.org>
4295
4296 * edt.texi: Remove information about Emacs 19.
4297
4298 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4299
4300 * trampver.texi: Update release number.
4301
4302 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4303
4304 * gnus.texi (Article Washing): Fix typo.
4305
4306 2010-11-11 Noorul Islam <noorul@noorul.com>
4307
4308 * org.texi: Fix typo.
4309
4310 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4311
4312 * org.texi (Using capture): Explain that refiling is
4313 sensitive to cursor position.
4314
4315 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4316
4317 * org.texi (Images and tables): Add cross reference to link section.
4318
4319 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4320
4321 * org.texi: Document the <c> cookie.
4322
4323 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4324
4325 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4326 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4327
4328 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4329
4330 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4331
4332 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4333
4334 * org.texi (Project alist): Mention that this is a property list.
4335
4336 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4337
4338 * org.texi (Setting up the staging area): Document that
4339 file names remain visible when encrypting the MobileOrg files.
4340
4341 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4342
4343 * org.texi (Setting up the staging area): Document which
4344 versions are needed for encryption.
4345
4346 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4347
4348 * org.texi (noweb): Update :noweb documentation to
4349 reflect the new "tangle" argument.
4350
4351 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4352
4353 * org.texi (Batch execution): Improve tangling script in
4354 documentation.
4355
4356 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4357
4358 * org.texi (Handling links, In-buffer settings):
4359 Document inlining images on startup.
4360
4361 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4362
4363 * org.texi (Setting up the staging area): Document use of
4364 crypt password.
4365
4366 2010-11-11 David Maus <dmaus@ictsoc.de>
4367
4368 * org.texi (Template expansion): Add date related link type escapes.
4369
4370 2010-11-11 David Maus <dmaus@ictsoc.de>
4371
4372 * org.texi (Template expansion): Add mew in table for link type
4373 escapes.
4374
4375 2010-11-11 David Maus <dmaus@ictsoc.de>
4376
4377 * org.texi (Template expansion): Fix typo in link type escapes.
4378
4379 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4380
4381 * org.texi (Structure of code blocks): Another documentation tweak.
4382
4383 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4384
4385 * org.texi (Structure of code blocks): Documentation tweak.
4386
4387 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4388
4389 * org.texi (Structure of code blocks):
4390 Update documentation to mention inline code block syntax.
4391
4392 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4393
4394 * org.texi (comments): Improve wording.
4395
4396 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4397
4398 * org.texi (comments): Document the new :comments header arguments.
4399
4400 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4401
4402 * org.texi (Installation): Remove the special
4403 installation instructions for XEmacs.
4404
4405 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4406
4407 * org.texi (Easy Templates): New section. Documents quick
4408 insertion of empty structural elements.
4409
4410 2010-11-11 Noorul Islam <noorul@noorul.com>
4411
4412 * org.texi: Fix doc.
4413
4414 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4415
4416 * org.texi (The date/time prompt): Document specification
4417 of time ranges.
4418
4419 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4420
4421 * org.texi (Internal links): Document the changes in
4422 internal links.
4423
4424 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4425
4426 * org.texi (Agenda commands): Document the limitation for
4427 the filter preset - it can only be used for an entire agenda
4428 view, not in an individual block in a block agenda.
4429
4430 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4431
4432 * org.texi (iCalendar export): Document alarm creation.
4433
4434 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4437
4438 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4439
4440 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4441
4442 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4443
4444 * calc.texi: Use emacsver.texi to determine Emacs version.
4445
4446 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4449 since that works by default.
4450
4451 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4452
4453 * gnus.texi (Customizing the IMAP Connection): Document
4454 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4455
4456 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * tramp.texi (Remote shell setup): New item "Interactive shell
4459 prompt". Reported by Christian Millour <cm@abtela.com>.
4460 (Remote shell setup, Remote processes): Use @code{} for
4461 environment variables.
4462
4463 2010-11-03 Glenn Morris <rgm@gnu.org>
4464
4465 * ediff.texi (Quick Help Commands, Miscellaneous):
4466 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4467
4468 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4471
4472 2010-10-31 Glenn Morris <rgm@gnu.org>
4473
4474 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4475
4476 2010-10-31 Glenn Morris <rgm@gnu.org>
4477
4478 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4479
4480 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * gnus.texi (Client-Side IMAP Splitting):
4483 Mention nnimap-unsplittable-articles.
4484
4485 2010-10-29 Julien Danjou <julien@danjou.info>
4486
4487 * gnus.texi (Finding the News): Remove references to obsoletes
4488 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4489
4490 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4491
4492 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4493 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4494 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4495 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4496
4497 2010-10-28 Glenn Morris <rgm@gnu.org>
4498
4499 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4500 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4501 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4502
4503 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4504
4505 * epa.texi (Mail-mode integration): Add alternative key bindings
4506 for epa-mail commands; escape comma.
4507 Don't use the word "PGP", since it is a non-free program.
4508
4509 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4510
4511 * calc.texi: Use emacsver.texi to determine Emacs version.
4512
4513 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * gnus.texi (Group Parameters, Buttons): Fix typos.
4516
4517 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4518
4519 * gnus.texi (Subscription Commands): Mention that you can also
4520 subscribe to new groups via the Server buffer, which is probably more
4521 convenient when subscribing to many groups.
4522
4523 2010-10-21 Julien Danjou <julien@danjou.info>
4524
4525 * message.texi (Message Headers): Allow message-default-headers to be a
4526 function.
4527
4528 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * gnus-news.texi: Mention new archive defaults.
4531
4532 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4535
4536 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4537
4538 * gnus.texi (HTML): Document the function value of
4539 gnus-blocked-images.
4540 (Article Washing): shr and gnus-w3m, not the direct function names.
4541
4542 2010-10-20 Julien Danjou <julien@danjou.info>
4543
4544 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4545 variable.
4546
4547 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * gnus.texi (Customizing the IMAP Connection): The port strings are
4550 strings.
4551 (Document Groups): Mention git.
4552
4553 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4556 bzr/Gnus git sync.
4557
4558 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4559
4560 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4561 change.
4562
4563 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4566 @item syntax for in-Emacs makeinfo.
4567
4568 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4569
4570 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4571 trim sentence.
4572
4573 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4574
4575 * epa.texi (Caching Passphrases):
4576 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4577 Clarify some configurations require to set up gpg-agent.
4578
4579 2010-10-11 Glenn Morris <rgm@gnu.org>
4580
4581 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4582
4583 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4584
4585 * gnus.texi (Spam Package Introduction): Mention `$'.
4586
4587 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4588
4589 * makefile.w32-in (emacsdir): New variable.
4590 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4591 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4592
4593 2010-10-09 Glenn Morris <rgm@gnu.org>
4594
4595 * Makefile.in (mostlyclean): Delete *.toc.
4596
4597 * Makefile.in: Use $< in rules.
4598
4599 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4600
4601 * Makefile.in ($(infodir)): Delete rule.
4602 (mkinfodir): New. Use it in all the info rules, rather than depending
4603 on infodir.
4604
4605 2010-10-09 Glenn Morris <rgm@gnu.org>
4606
4607 * gnus.texi (Article Washing): Fix previous change.
4608
4609 * Makefile.in (emacsdir): New variable.
4610 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4611 Depend on emacsver.texi.
4612
4613 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4614
4615 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4616
4617 2010-10-08 Julien Danjou <julien@danjou.info>
4618
4619 * gnus.texi: Add mm-shr.
4620
4621 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4622
4623 * gnus.texi (Finding the Parent, The Gnus Registry)
4624 (Registry Article Refer Method): Update docs for nnregistry.el.
4625
4626 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4627
4628 * auth.texi (Help for users)
4629 (GnuPG and EasyPG Assistant Configuration): Update docs.
4630
4631 2010-10-08 Glenn Morris <rgm@gnu.org>
4632
4633 * cl.texi (Organization, Installation, Old CL Compatibility):
4634 Deprecate cl-compat for new code.
4635 (Usage, Installation): Remove outdated information.
4636
4637 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4638
4639 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4640
4641 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4642
4643 2010-10-06 Julien Danjou <julien@danjou.info>
4644
4645 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4646
4647 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4648 broken link.
4649
4650 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4651
4652 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4653 to ReiserFS.
4654
4655 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4656 (FAQ 7-1): Fix getmail URL.
4657
4658 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4659
4660 * epa.texi (Caching Passphrases): New section.
4661
4662 2010-10-06 Glenn Morris <rgm@gnu.org>
4663
4664 * Makefile.in (SHELL): Set it.
4665 (info): Move the mkdir dependency to the individual info files.
4666 (mostlyclean): Tidy up.
4667 (clean): Only delete the specific dvi and pdf files.
4668 (maintainer-clean): Be more restrictive in what we delete.
4669 ($(infodir)): Add parallel build workaround.
4670
4671 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4674
4675 2010-10-03 Julien Danjou <julien@danjou.info>
4676
4677 * emacs-mime.texi (Display Customization):
4678 Update mm-inline-large-images documentation and add documentation for
4679 mm-inline-large-images-proportion.
4680
4681 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * tramp.texi (Frequently Asked Questions):
4684 Mention remote-file-name-inhibit-cache.
4685
4686 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * gnus.texi (Splitting Mail): Fix @xref syntax.
4689 (Splitting Mail): Really fix the @ref syntax.
4690
4691 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4694 (Article Hiding): Add google banner example.
4695 Suggested by Benjamin Xu.
4696
4697 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4698
4699 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4700 Remove nnimap-split-rule from examples.
4701
4702 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4703
4704 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4705 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4706 Fishman.
4707 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4708
4709 2010-09-30 Julien Danjou <julien@danjou.info>
4710
4711 * gnus.texi (Gravatars): Fix documentation about
4712 gnu-gravatar-properties.
4713
4714 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4715
4716 * epa.texi (Bug Reports): New section.
4717
4718 2010-09-29 Glenn Morris <rgm@gnu.org>
4719
4720 * Makefile.in (top_srcdir): Remove unused variable.
4721
4722 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4725 (Client-Side IMAP Splitting): Document 'default.
4726
4727 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * gnus.texi (Customizing the IMAP Connection):
4730 Document nnimap-fetch-partial-articles.
4731
4732 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus-news.texi: Mention nnimap-inbox.
4735
4736 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4737
4738 2010-09-26 Julien Danjou <julien@danjou.info>
4739
4740 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4741
4742 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4743
4744 * gnus.texi (Security): Remove gpg.el mention.
4745
4746 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4747
4748 * gnus.texi (Browse Foreign Server): New variable
4749 gnus-browse-subscribe-newsgroup-method.
4750
4751 * gnus-news.texi: Mention it.
4752
4753 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * gnus.texi (NoCeM): Remove.
4756 (Startup Variables): No jingle.
4757
4758 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4759
4760 * woman.texi (Interface Options): xz compression is now supported.
4761
4762 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4763
4764 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4765 (Unavailable Servers): Document gnus-server-copy-server.
4766 (Using IMAP): Document the new nnimap.
4767
4768 2010-09-25 Julien Danjou <julien@danjou.info>
4769
4770 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4771
4772 2010-09-24 Glenn Morris <rgm@gnu.org>
4773
4774 * url.texi (Disk Caching): Tweak previous change.
4775
4776 2010-09-24 Julien Danjou <julien@danjou.info>
4777
4778 * url.texi (Disk Caching): Mention url-cache-expire-time,
4779 url-cache-expired, and url-fetch-from-cache.
4780
4781 2010-09-24 Julien Danjou <julien@danjou.info>
4782
4783 * gnus.texi: Add Gravatars.
4784
4785 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4788
4789 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4790
4791 * gnus.texi (Expunging mailboxes): Update name of the expunging
4792 command.
4793
4794 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * emacs-mime.texi (rfc2047): Update description for
4797 rfc2047-encode-parameter.
4798
4799 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4802 "fish" methods.
4803 (External methods): Remove "scp1_old" and "scp2_old" methods.
4804
4805 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * tramp.texi: Remove Japanese manual. Fix typo.
4808
4809 * trampver.texi: Update release number. Remove japanesemanual.
4810
4811 2010-09-09 Glenn Morris <rgm@gnu.org>
4812
4813 * org.texi: Restore clobbered changes (copyright years, untabify).
4814
4815 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4816
4817 * gnus.texi (Adaptive Scoring): Fix typo.
4818
4819 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4820
4821 * gnus.texi (Article Display): Document gnus-html-show-images.
4822
4823 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4824
4825 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4826
4827 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4828
4829 * gnus.texi (HTML): Document gnus-max-image-proportion.
4830
4831 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4832
4833 * gnus.texi (HTML): Document gnus-blocked-images.
4834
4835 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4836
4837 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4840 the first message are used for wide replies.
4841 (Changing Servers): Remove documentation on gnus-change-server and
4842 friends, since it's been removed.
4843
4844 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4845
4846 * gnus.texi (Drafts): Mention B DEL.
4847
4848 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4849
4850 * gnus.texi (Delayed Articles): Mention that the Date header is the
4851 original one, even if you delay.
4852
4853 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4854
4855 * gnus.texi (Asynchronous Fetching):
4856 Document gnus-async-post-fetch-function.
4857 (HTML): Made into its own section.
4858
4859 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4860
4861 Sync with Tramp 2.1.19.
4862
4863 * tramp.texi (Inline methods, Default Method):
4864 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4865 Remove remark about doubled "-t" argument.
4866 (Auto-save and Backup): Remove reference to Emacs 21.
4867 (Filename Syntax): Describe port numbers.
4868 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4869 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4870 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4871 errors with the backquotes.
4872 (External packages): File attributes cache flushing for asynchronous
4873 processes.
4874 (Traces and Profiles): Describe verbose level 9.
4875
4876 * trampver.texi: Update release number.
4877
4878 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4879
4880 * dbus.texi (Alternative Buses): New chapter.
4881
4882 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4885
4886 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4887
4888 * calc.texi (Customizing Calc): Rearrange description of new
4889 variables to match the presentation of other variables.
4890
4891 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4894
4895 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4896
4897 * calc.texi (Making Selections, Selecting Subformulas)
4898 (Customizing Calc): Mention how to use faces to emphasize selected
4899 sub-formulas.
4900
4901 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * tramp.texi (External packages): File attributes cache flushing
4904 for asynchronous processes.
4905
4906 2010-08-01 Alan Mackenzie <acm@muc.de>
4907
4908 Enhance the manual for the latest Java Mode.
4909
4910 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4911 annotation-var-cont.
4912 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4913 two new symbols.
4914
4915 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4916
4917 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4918
4919 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4922
4923 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4924
4925 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4926
4927 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4928
4929 * org.texi: Add macros to get plain quotes in PDF output.
4930 List additional contributors.
4931 (Capture): New section, replaces the section about remember.
4932 (Working With Source Code): New chapter, focused on documenting Org
4933 Babel.
4934 (Code evaluation security): New section.
4935 (MobileOrg): Document DropBox support.
4936 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4937 (Special symbols): Show how to display UTF8 characters for entities.
4938 (Global TODO list): Clarify the use of the "M" key and the differences
4939 to the "m" key.
4940 (RSS Feeds): Mention Atom feeds as well.
4941 (Setting tags): Remove paragraph about
4942 `org-complete-tags-always-offer-all-agenda-tags'.
4943
4944 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4947 argument.
4948 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4949 echoing shells.
4950
4951 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4952
4953 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4954 (Filename Syntax): Describe port numbers.
4955
4956 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4959 forgotten.
4960 (Type Conversion): Precise conversion of natural numbers.
4961 (Errors and Events): Add "debugging" to concept index. Add variable
4962 `dbus-debug'.
4963
4964 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4965
4966 * dbus.texi (Receiving Method Calls): Add optional argument
4967 EMITS-SIGNAL to `dbus-register-property'.
4968
4969 2010-06-27 Alex Schroeder <alex@gnu.org>
4970
4971 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4972
4973 2010-06-24 Glenn Morris <rgm@gnu.org>
4974
4975 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4976 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4977 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4978 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4979 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4980 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4981 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4982 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4983 convention. Make them end with a period.
4984
4985 2010-06-23 Glenn Morris <rgm@gnu.org>
4986
4987 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4988 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4989 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4990 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4991 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4992 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4993
4994 2010-06-10 Glenn Morris <rgm@gnu.org>
4995
4996 * idlwave.texi (Load-Path Shadows):
4997 * org.texi (Handling links): Fix typos.
4998
4999 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
5000
5001 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
5002
5003 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
5004
5005 * eshell.texi (Built-ins): Describe, how to disable a built-in command
5006 by an alias. (Bug#6226)
5007
5008 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5009
5010 * calc.texi (Manipulating Vectors): Mention that vectors can
5011 be used to determine bins for `calc-histogram'.
5012
5013 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5014
5015 * calc.texi: Remove "\turnoffactive" commands throughout.
5016
5017 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5018
5019 * url.texi (HTTP language/coding, Customization):
5020 * message.texi (Header Commands, Responses):
5021 * cl.texi (Argument Lists): Fix typos.
5022
5023 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
5026 Note that Development menu is always available.
5027 (Creating a project): Fix terminology.
5028 (Add/Remove files): Fix typo.
5029
5030 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * Version 23.2 released.
5033
5034 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
5035
5036 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
5037
5038 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * tramp.texi (Inline methods, Default Method):
5041 Mention `tramp-inline-compress-start-size'.
5042
5043 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5044
5045 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
5046 the CVS repo. Put the Git repo in the news section.
5047
5048 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
5049 Removed some mentions of CVS. Mention the new Git repo.
5050
5051 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
5052
5053 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
5054 (Mail Group Commands): Add index entry.
5055
5056 2010-04-18 Glenn Morris <rgm@gnu.org>
5057
5058 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
5059
5060 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
5061
5062 * calc.texi (Radix modes): Mention that the option prefix will
5063 turn on twos-complement mode.
5064 (Inverse and Hyperbolic Flags): Mention the Option flag.
5065
5066 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
5067
5068 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
5069 (LaTeX/PDF export commands): Rename and Move section.
5070 (Sectioning structure): Update.
5071 (References): New use case for field coordinates.
5072 (The export dispatcher): Rename from ASCII export.
5073 (Setting up the staging area): Document the availability of
5074 encryption for MobileOrg.
5075 (Images and tables): Document how to reference labels.
5076 (Index entries): New section.
5077 (Generating an index): New section.
5078 (Column width and alignment): Document that <N> now
5079 means a fixed width, not a maximum width.
5080 (Publishing options): Document the :email option.
5081 (Beamer class export): Fix bug in the BEAMER example.
5082 (Refiling notes): Document refile logging.
5083 (In-buffer settings): Document refile logging keywords.
5084 (Drawers): Document `C-c C-z' command.
5085 (Agenda commands): Mention the alternative key `C-c C-z'.
5086 (Special properties): Document the BLOCKED property.
5087 (The spreadsheet): Mention the formula editor.
5088 (References): Document field coordinates.
5089 (Publishing action): Correct the documentation for the
5090 publishing function.
5091 (The date/time prompt): Document that we accept dates
5092 like month/day/year.
5093 (Cooperation): Document the changes in table.el support.
5094 (Faces for TODO keywords, Faces for TODO keywords)
5095 (Priorities): Document the easy colors.
5096 (Visibility cycling): Document the new double prefix
5097 arg for `org-reveal'.
5098 (Cooperation): Remember.el is part of Emacs.
5099 (Clean view): Mention that `wrap-prefix' is also set by
5100 org-indent-mode.
5101 (Agenda commands): Add information about prefix args to
5102 scheduling and deadline commands.
5103 (Search view): Point to the docstring of
5104 `org-search-view' for more details.
5105 (Agenda commands): Document that `>' prompts for a date.
5106 (Setting tags): Document variable
5107 org-complete-tags-always-offer-all-agenda-tags.
5108 (Column attributes): Cross-reference special properties.
5109
5110 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5111
5112 Synchronize with Tramp repository.
5113
5114 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
5115 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5116 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
5117 syntax, texi2dvi reports errors with the backquotes.
5118
5119 * trampver.texi: Update release number.
5120
5121 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * gnus.texi (Finding the News): Add pointers to the Server buffer
5124 because it's essential.
5125
5126 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5127
5128 * gnus.texi (MIME Commands): Update description of
5129 gnus-article-browse-html-article.
5130
5131 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5132
5133 * auth.texi (Secret Service API): Add TODO node.
5134 (Help for users): Explain the new source options for `auth-sources'.
5135
5136 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5137
5138 * trampver.texi: Update release number.
5139
5140 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * Branch for 23.2.
5143
5144 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5147 now enabled by default.
5148
5149 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5152 when Emacs runs in interactive mode. (Bug#5645)
5153
5154 2010-02-16 Glenn Morris <rgm@gnu.org>
5155
5156 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5157
5158 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5159
5160 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5161
5162 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5163
5164 * gnus.texi (Score File Format): Fix typo.
5165
5166 2010-01-19 Mark A. Hershberger <mah@everybody.org>
5167
5168 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5169
5170 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * ada-mode.texi (Project File Overview): Fix typo.
5173
5174 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * semantic.texi: Add Richard Y. Kim credit.
5177
5178 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5179
5180 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5183 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
5184
5185 2010-01-17 Glenn Morris <rgm@gnu.org>
5186
5187 * calc.texi (Reporting Bugs): Don't mention format of repository.
5188
5189 * woman.texi (Bugs): Make "Emacs repository" less specific,
5190 and the URL for same more specific.
5191
5192 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5193
5194 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * ede.texi (ede-step-project, ede-proj-target):
5197 * tramp.texi (Remote processes): Fix typos.
5198
5199 2010-01-16 Mario Lang <mlang@delysid.org>
5200
5201 * ede.texi (ede-target):
5202 * org.texi (Refiling notes): Remove duplicated words.
5203
5204 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * gnus.texi (Posting Styles): Use with-current-buffer.
5207 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5208
5209 2010-01-02 Kevin Ryde <user42@zip.com.au>
5210
5211 * eieio.texi (Naming Conventions): Correction to xref on elisp
5212 coding conventions, is "Tips" node not "Standards".
5213
5214 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5215
5216 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5217
5218 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5219
5220 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5221
5222 * gnus.texi (Direct Functions): Add missing port number to tls method.
5223
5224 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5227 ($(infodir)/edt, edt.dvi): New targets.
5228
5229 2009-12-15 Glenn Morris <rgm@gnu.org>
5230
5231 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5232 (edt, $(infodir)/edt, edt.dvi): New targets.
5233 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5234
5235 * Makefile.in (PDF_TARGETS, pdf): New.
5236 (clean): Add *.pdf.
5237 Add pdf rules for all manuals.
5238
5239 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5240
5241 * calc.texi (Radix Modes): Clarify two's complement notation.
5242
5243 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5246 (Smart Jump, Analyzer Debug): Copyedits.
5247 (Semantic mode user commands): Link to new nodes.
5248 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5249 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5250 upstream Semantic manual.
5251
5252 * semantic.texi (Introduction): Minor fix to diagram.
5253
5254 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5255
5256 * eshell.texi (History): Add the other built-in variables.
5257 (Built-ins): Explain built-ins, and how to apply the external commands.
5258 Add `history', `su' and `sudo'.
5259
5260 * tramp.texi (Remote processes): Add missing <RET> in the example.
5261
5262 2009-12-01 Bill Wohler <wohler@newt.com>
5263
5264 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5265 path for mairix example. Specify -q in namazu example since namazu is
5266 excessively garrulous.
5267
5268 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * tramp.texi (Remote processes): Improve eshell example with "su"
5271 and "sudo" commands.
5272
5273 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5276
5277 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5278 Document semantic-complete-analyze-inline.
5279 (Semanticdb search debugging commands): Minor clarification.
5280 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5281 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5282 manual.
5283 (Semantic mode): Link to Idle Scheduler.
5284
5285 2009-11-28 Kevin Ryde <user42@zip.com.au>
5286
5287 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5288 @pxref, now EIEIO is in Emacs.
5289
5290 * erc.texi (Development): Correction to git tutorial url.
5291
5292 2009-11-26 Glenn Morris <rgm@gnu.org>
5293
5294 * faq.texi (Latest version of Emacs): Mention stability of development
5295 version.
5296 (Problems with very large files): Max buffer size increase in 23.2.
5297 (VM): VM has moved house again.
5298
5299 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5300
5301 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5302 notations.
5303
5304 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5305
5306 * org.texi (Column attributes): Fix documentation of new operators.
5307
5308 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5311 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5312 (Idle Completions Mode): Numerous copyedits.
5313
5314 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * semantic.texi (Semantic Internals, Glossary):
5317 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5318 (Semanticdb search debugging commands): Fix typos.
5319
5320 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5321
5322 * calc.texi (Radix modes): Mention twos-complement notation.
5323
5324 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5327 ($(infodir)/semantic, semantic.dvi): New targets.
5328
5329 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * Makefile.in: Build the Semantic manual.
5332
5333 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5334 repository.
5335
5336 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5337
5338 * dbus.texi (Receiving Method Calls): New defun
5339 `dbus-unregister-service'.
5340
5341 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5342
5343 * org.texi (Speed keys): New section.
5344
5345 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * dbus.texi (Type Conversion): Fix typo.
5348 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5349 `dbus-registered-objects-table'.
5350 (Receiving Method Calls): New defun `dbus-register-property'.
5351 Move `dbus-unregister-object' here.
5352
5353 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5354
5355 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5356
5357 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5358
5359 * org.texi (Column attributes): Add the new age summary operators.
5360 Also, mention the fact you can only use one summary operator per
5361 property.
5362
5363 2009-11-13 John Wiegley <johnw@newartisans.com>
5364
5365 * org.texi (Tracking your habits): Add a new section in the
5366 manual about how to track habits.
5367 (Resolving idle time): Add a section on how idle and
5368 dangling clocks are resolved.
5369
5370 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5371
5372 * org.texi (Agenda commands): Document the new `i' command.
5373 (Inserting deadline/schedule): Document logging changes
5374 of scheduling and deadline times stamps.
5375 (In-buffer settings): Document the in-buffer keywords for logging
5376 changes of scheduling and deadline times stamps.
5377 (Structure editing, Plain lists): Document indentation
5378 cycling in empty entries with TAB.
5379 (Archiving): Document the default archiving command.
5380 (Moving subtrees): Document the new keys for archiving.
5381 (Internal archiving): Fix incorrect key.
5382 (Agenda commands): Document the TODO set switching commands.
5383 (Agenda commands): Document the new archiving keys.
5384 (Clocking work time): Better description on how to save
5385 and restore a clock.
5386 (Resolving idle time): Mention the x11idle program to get true
5387 idleness also under X11.
5388 (Resolving idle time): Use @kbd instead of @key for normal
5389 letters, because this is how he rest of the manual does this.
5390 (Pushing to MobileOrg): Mention that `org-directory'
5391 should be set.
5392 (Agenda commands): Document that SPC is a filter for
5393 any tag.
5394 (Search view): Rename from "Keyword search".
5395 (Capure): New chapter.
5396 (Markup): New chapter.
5397 (Links in HTML export, Images in HTML export):
5398 Extend the section titles.
5399 (Images in HTML export): Document the align option.
5400 (Text areas in HTML export): Extend the section title.
5401 (Images in LaTeX export): Explain image placement in LaTeX.
5402
5403 2009-11-10 Glenn Morris <rgm@gnu.org>
5404
5405 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5406
5407 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5408
5409 * tramp.texi (Auto-save and Backup): Disable backups just for a
5410 method.
5411
5412 * trampver.texi: Update release number.
5413
5414 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5415
5416 Sync with Tramp 2.1.17.
5417
5418 * trampver.texi: Update release number.
5419
5420 2009-10-29 Glenn Morris <rgm@gnu.org>
5421
5422 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5423
5424 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * tramp.texi (External methods): Temporary files are kept for
5427 `rsync' and `rsyncc' methods.
5428
5429 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5430
5431 * eieio.texi: Fix typos.
5432
5433 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5436
5437 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5438
5439 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5440 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5441
5442 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * Makefile.in: Build EIEIO and EDE manuals.
5445
5446 2009-10-07 Eric Ludlam <zappo@gnu.org>
5447
5448 * eieio.texi:
5449 * ede.texi: New files.
5450
5451 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5452
5453 * tramp.texi (Remote processes): Association of a pty is not supported.
5454
5455 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5456
5457 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5458 (Processing LaTeX fragments): Document that the size of images can be
5459 changes using the variable `org-format-latex-options'.
5460 (The date/time prompt, Timestamps): Be more accurate over ISO format
5461 dates and times.
5462 (Visibility cycling): Document showeverything keyword.
5463 (In-buffer settings): Document showeverything keyword.
5464 (Setting up the staging area): Fix the example.
5465 (MobileOrg): New section.
5466 (Agenda commands, Exporting Agenda Views): Document exporting the
5467 agenda view to Org files.
5468
5469 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * tramp.texi (History): Add IMAP support.
5472 (External methods): Add `imap' and `imaps' methods.
5473 (GVFS based methods): Add indices for `davs'.
5474 (Password handling): Rename anchors. Add IMAP entries for
5475 ~/.authinfo.gpg.
5476
5477 * trampver.texi: Set default value of `emacsimap'.
5478
5479 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5480
5481 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5482
5483 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * dired-x.texi (Technical Details):
5486 Delete dired-up-directory (Bug#4292).
5487
5488 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5491
5492 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5493
5494 * org.texi (Effort estimates): Document new effort setting commands.
5495 (Agenda commands): Document the new keys fro agenda time motion.
5496 Document entry text mode. Improve documentation of the keys to include
5497 inactive time stamps into the agenda view.
5498 (Feedback): Document the new bug report command.
5499 (Structure editing): Add an index entry for the sorting of subtrees.
5500
5501 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5502
5503 * auth.texi (Help for users): Corrected markup.
5504
5505 2009-09-02 Glenn Morris <rgm@gnu.org>
5506
5507 * emacs-mime.texi (time-date): Mention float-time.
5508
5509 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5510
5511 * calc.texi (Simplifying Formulas): Improve the wording.
5512
5513 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5514
5515 * auth.texi: Rewritten for coverage and clarity.
5516
5517 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus.texi (Expiring Mail):
5520 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5521 (Various Various): Mention gnus-safe-html-newsgroups.
5522
5523 * gnus-news.texi: Mention
5524 gnus-mark-copied-or-moved-articles-as-expirable.
5525
5526 * emacs-mime.texi (Display Customization): Add xref to
5527 gnus-safe-html-newsgroups.
5528
5529 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5530
5531 * tramp.texi (Version Control): Remove.
5532 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5533 reference.
5534 (External methods): Correct `scpc' concept index entries. New method
5535 `rsyncc'.
5536 (External packages): New subsections "Filename completion" and "File
5537 attributes cache".
5538
5539 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5540
5541 * calc.texi (Rewrite Rules): Improve the example.
5542 (Simplifying Formulas): Explain use of the I and H flags for
5543 simplification.
5544
5545 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5546
5547 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5548 Describe autostart behavior of dbus-ping.
5549 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5550 for timeout values.
5551 (Top): Remove footnote saying D-Bus is not enabled by
5552 default. (Bug#4256)
5553
5554 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5555
5556 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5557 Reported by Jari Aalto (Bug#4211).
5558 (Mail-mode integration): Mention epa-mail-mode and
5559 epa-global-mail-mode.
5560 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5561 epa-setup.
5562
5563 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * dbus.texi (Asynchronous Methods): Allow nil handler.
5566
5567 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5568
5569 * ediff.texi (ediff-current-file): Add information about this new function.
5570
5571 * viper.texi: Add information about C-s in viper's search command.
5572
5573 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5574
5575 * calc.texi (Date Forms): Fix typos.
5576
5577 2009-08-08 Glenn Morris <rgm@gnu.org>
5578
5579 * org.texi (Agenda commands): Restore clobbered change.
5580
5581 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5582
5583 * calc.texi (Graphics, Devices): Update with the peculiarities of
5584 operation on MS-Windows.
5585
5586 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5587
5588 * org.texi (Publishing action): Improve documentation of file
5589 names when publishing to the source directory.
5590 (Clean view): Document `org-indent-mode'.
5591 (Clocking work time): Add documentation for the
5592 new :timetamp option when creating a clock report.
5593 (Paragraphs): Fix many typos.
5594 (Plain lists): Remove duplicate explanation about the
5595 `C-c *' command.
5596 (Literal examples): Update to reflect the new behavior
5597 of the -n -r -k switches when exporting source code examples.
5598 (Structure editing): Add information about `C-c *',
5599 converting a plain list into a list of Org items.
5600 (Remember): Small rephrasing of the paragraph
5601 describing remember.el. Also mentioned that remember.el is part
5602 of Emacs 23, not Emacs 22.
5603 (Clocking work time): Add documentation about
5604 displaying the current clocking time against the effort estimate.
5605 Also add a footnote about using `org-clock-in-prepare-hook' to add
5606 an effort estimate on the fly, just before clocking it.
5607 (Footnotes): Document automatic renumbering and
5608 sorting.
5609 (Agenda commands): Document new bulk commands.
5610 (Plain lists): Document new behavior of
5611 `org-cycle-include-plain-lists'.
5612 Hyphenation only in TeX.
5613 (Clocking work time): Document the key to update effort
5614 estimates.
5615 (Clocking work time): Document the clock time display.
5616 (Structure editing, TODO basics): Document new
5617 variables.
5618 (Column attributes): Document new colciew operators.
5619 (Publishing options): Document :xml-declaration.
5620 (Tracking TODO state changes): Document the
5621 LOG_INTO_DRAWER property.
5622 (Literal examples): Document the new implementation for
5623 editing source code.
5624 (Publishing action): Mention the new publishing
5625 function, to publish an Org source file.
5626 (Publishing links): Mention how to link to an Org source file.
5627 (Macro replacement): Document new macros.
5628 (Handling links): Document type-specific completion
5629 when inserting links.
5630 (Structure editing, Plain lists): Improve documentation
5631 on sorting.
5632 (Internal links): Document custom ids for links.
5633 (Handling links): Document custom ids for links.
5634 (CSS support): Document new class.
5635 (Refiling notes): Document the possibility to create new nodes
5636 during refiling.
5637 (Agenda commands): Document the "?" operator to find
5638 tasks without effort setting.
5639 (Exporting agenda information): Section moved.
5640 (RSS Feeds): New section.
5641 (Built-in table editor): Document M-e and M-a navigate
5642 inside table field.
5643 (Stuck projects): Docment that projects identified as
5644 un-stuck will still be searchd for stuck sub-projects.
5645 (Paragraphs): Document centering.
5646 (Creating timestamps, Agenda commands): Document new
5647 behavior when changing time stamps.
5648 (Structure editing): Document the new command
5649 `org-clone-subtree-with-time-shift'.
5650 (Publishing): Refresh this chapter.
5651 (Export options, Export options, In-buffer settings):
5652 Document the new keywords.
5653 (Matching tags and properties): Collect all
5654 documentation about tags/property matches here.
5655 (Setting tags): Document `org-tag-persistent-alist'.
5656 (Weekly/daily agenda): New section.
5657 (Orgstruct mode): Describe `orgstruct++-mode'.
5658 (Drawers): Mention the LOGBOOK drawer.
5659 (Export options, Sectioning structure): Document the
5660 #+LEATEX_HEADER in-buffer setting.
5661 (Bugs): Section removed.
5662 (Hooks): New section.
5663 (Add-on packages): Move here from old location.
5664 (Context-sensitive commands): New section.
5665 (Setting tags): Document newline option.
5666 (Global TODO list, Matching tags and properties):
5667 Mention more variables.
5668 (Checkboxes): Update to changed command behavior.
5669
5670 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5671
5672 * speedbar.texi (Basic Key Bindings): Fix typo.
5673
5674 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5675
5676 * calc.texi (Vector/Matrix Functions): Add index entries for both
5677 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5678 affects matrices with more than one row.
5679 (Help Commands): Add index entries for "prefix ?" key bindings.
5680
5681 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5682
5683 * calc.texi (Stack Manipulation Commands): Add documentation for
5684 `calc-transpose-lines'.
5685
5686 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5687
5688 * dbus.texi (Receiving Method Calls): Describe special return value
5689 `:ignore'.
5690
5691 2009-07-24 Alan Mackenzie <acm@muc.de>
5692
5693 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5694 initialization, any individual variable setting now takes precedence
5695 over one done via c-file-style/c-file-offsets.
5696
5697 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5698
5699 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5700 truncated when Calc is quit.
5701 (Customizing Calc): Document `calc-undo-length'.
5702
5703 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5706
5707 2009-07-11 Kevin Ryde <user42@zip.com.au>
5708
5709 * pcl-cvs.texi (About PCL-CVS):
5710 * widget.texi (Basic Types):
5711 Fix cross-references.
5712
5713 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5714
5715 * dbus.texi (Type Conversion): Don't use literal control character.
5716
5717 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * tramp.texi (GVFS based methods): New section.
5720 (Remote processes): Processes for GVFS based methods run locally.
5721
5722 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * tramp.texi (Inline methods, External methods, Gateway methods):
5725 Avoid the words "kludge" and hack".
5726 (External methods): Add `synce' method.
5727
5728 * trampver.texi: Update release number.
5729
5730 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5731
5732 Sync with Tramp 2.1.16.
5733
5734 * tramp.texi (History): Add GVFS support.
5735 (External methods): Precise `rsync' description. Add `dav', `davs' and
5736 `obex' methods. Add 'tramp-gvfs-methods' option.
5737 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5738 forms.
5739 (Remote Programs): Introduce `tramp-own-remote-path'.
5740 (Remote processes): New subsection "Running remote programs that create
5741 local X11 windows".
5742 (Frequently Asked Questions): Improve code for disabling vc.
5743
5744 * trampver.texi: Update release number. Set default value of
5745 `emacsgvfs'.
5746
5747 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * Branch for 23.1.
5750
5751 2009-06-17 Glenn Morris <rgm@gnu.org>
5752
5753 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5754 (Latest version of Emacs): Mention source code repository.
5755
5756 2009-06-16 Glenn Morris <rgm@gnu.org>
5757
5758 * faq.texi (Top): Language tweak.
5759 (Extended commands): Most people have arrow keys.
5760 (Emacs manual): Say how to follow info links.
5761 (File-name conventions): Change title a bit. Explain about source
5762 versus installed. Condense etc description.
5763 (Guidelines for newsgroup postings): Mention Savannah list page.
5764 (Newsgroup archives): Simplify.
5765 (Contacting the FSF): Add contact URL.
5766 (Emacs Lisp documentation): Printed version not always available.
5767 (Installing Texinfo documentation): Explain how by hand installation is
5768 not normally needed. Use add-to-list. Remove duplicate reference.
5769 (Informational files for Emacs): Move info on Help menu here from
5770 "File-name conventions".
5771 (Help installing Emacs): Tweak uref.
5772 (Obtaining the FAQ): Mention repository.
5773 (Origin of the term Emacs): Explain "ITS".
5774 (Changing load-path): Use add-to-list.
5775 (Automatic indentation): Clarify this is for Text mode.
5776 Don't mention Indented Text mode.
5777 (Finding Emacs on the Internet): The FSF does not seem to offer a
5778 deluxe distribution on CD anymore.
5779
5780 2009-06-16 Glenn Morris <rgm@gnu.org>
5781
5782 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5783 Recommend the latest release. Mention how to get older FAQs.
5784 Recommend the Emacs manual.
5785 (Guidelines for newsgroup postings): Discourage cross-posts.
5786 (Underlining paragraphs): Remove.
5787 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5788 (Bugs and problems): Update key-binding.
5789 (Problems with very large files): Mention 64-bit.
5790 (Shell process exits abnormally): Remove.
5791 (Problems with Shell Mode): Rename and update.
5792 (Spontaneous entry into isearch-mode)
5793 (Problems talking to certain hosts): Remove. This is old information,
5794 in etc/PROBLEMS if needed.
5795 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5796 (Dired claims that no file is on this line): Update.
5797 (Installing Emacs, Problems building Emacs): Simplify.
5798 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5799 information.
5800 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5801 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5802 (JDEE): "JDEE", not "JDE".
5803 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5804 Remove. This is old information, in etc/PROBLEMS if needed.
5805 (stty and Backspace key, Kanji and Chinese characters): Remove.
5806 (Right-to-left alphabets): Update section.
5807 (Changing the included text prefix): Gnus uses message-yank-prefix.
5808 Add cross-reference to Supercite manual.
5809 (Saving a copy of outgoing mail): Simplify output file description.
5810 (Expanding aliases when sending mail): Refer to Emacs manual.
5811 Remove old info about RFC822.
5812 Correct description of how to rebuild aliases.
5813 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5814 (MIME with Emacs mail packages)
5815 (Viewing articles with embedded underlining)
5816 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5817 Remove old sections.
5818 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5819 and is well-documented in the Gnus manual.
5820 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5821 (Making Gnus faster): Rename from "Starting Gnus faster".
5822 Merge "Catch-up is slow in Gnus" into here.
5823
5824 2009-06-14 Glenn Morris <rgm@gnu.org>
5825
5826 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5827 (New in Emacs 23): New section.
5828 (Handling C-s and C-q with flow control): Add xref.
5829
5830 2009-06-13 Glenn Morris <rgm@gnu.org>
5831
5832 * faq.texi (Setting up a customization file): Grammar fix.
5833 Customize is no longer "new".
5834 (Displaying the current line or column): Line-number mode is on by
5835 default. Don't mention `column' package. Mention linum.el.
5836 (Turning on abbrevs by default): Explain how to do it for buffers,
5837 modes, and everywhere.
5838 (Associating modes with files): Use add-to-list. Don't mention Emacs
5839 19.
5840 (Highlighting a region): On by default since 23.1.
5841 (Replacing highlighted text): Update doc quote.
5842 (Working with unprintable characters): Don't mention search-quote-char.
5843 (Using an already running Emacs process): Gnuclient is probably not an
5844 enhancement these days.
5845 (Indenting switch statements): Remove mention of pre-Emacs 20.
5846 (Horizontal scrolling): Abbreviate Emacs 20 description.
5847 (Replacing text across multiple files): Fix name of dired command.
5848 (Disabling backups): Use require not load.
5849 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5850
5851 2009-06-13 Bill Wohler <wohler@newt.com>
5852
5853 Release MH-E manual version 8.2.
5854
5855 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5856 release 8.2.
5857
5858 2009-06-13 Glenn Morris <rgm@gnu.org>
5859
5860 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5861 in this day and age the common meaning is "on the web".
5862 (copying): Use @copyright in all cases.
5863 (Basic keys): Remove reference to deleted manual node "Text Characters".
5864 (File-name conventions): Use GNU as an example rather than SERVICE.
5865 default.el lives in site-lisp. Update Info directory location.
5866 (Real meaning of copyleft): GPL actions have been brought, but all
5867 settled out of court.
5868 (Guidelines for newsgroup postings): Shorten section title.
5869 Simplify comp.emacs description.
5870 (Newsgroup archives): Change Google URL. Describe Gmane.
5871 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5872 points". Mention List-Unsubscribe header.
5873 (Contacting the FSF): Update email and URLs.
5874 (Basic editing): Mention F1 for help.
5875 (Installing Texinfo documentation): Refer to Texinfo website rather
5876 than ftp server.
5877 (Printing a Texinfo file): Mention texi2pdf.
5878 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5879 are just stubs nowadays.
5880 (Latest version of Emacs): Explain version numbers.
5881 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5882 (Turning on syntax highlighting): No need to mention hilit19 any more.
5883 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5884 (Modes for various languages): Remove section.
5885 (Major packages and programs): Remove most version and maintainer
5886 information - it's hard to keep up-to-date, and adds nothing.
5887 Similarly with direct links to mailing lists.
5888 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5889 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5890 years, and Emacs comes with tools for this now.
5891 (Patch): Remove section - this is a standard tool.
5892 (Using function keys under X): Remove section.
5893
5894 2009-06-12 Glenn Morris <rgm@gnu.org>
5895
5896 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5897 (Help installing Emacs): Remove reference to deleted X11 node.
5898 (Associating modes with files): Interpreter-mode-alist is no longer
5899 subservient to auto-mode-alist.
5900 (Installing Emacs): Change future Emacs version.
5901 (Linking with -lX11 fails): Remove old section.
5902 (Packages that do not come with Emacs): Update ELL location.
5903 Emacs Lisp archive is dead.
5904 (Emacs for Windows): Remove reference to old CE port.
5905 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5906 (Emacs for VMS and DECwindows): Remove old ports.
5907 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5908 (Removing flashing messages): Remove section about non-existent Gnus
5909 option.
5910
5911 * faq.texi (Top): Add @top command.
5912 Remove the optional arguments from all @node commands: makeinfo can
5913 generate these automatically, and it is easier to edit and rearrange
5914 nodes without them.
5915
5916 2009-06-11 Glenn Morris <rgm@gnu.org>
5917
5918 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5919 (The LPF): Make the updated URL the sole reference point.
5920 (Learning how to do something): Update refcard price and format.
5921 (Getting a printed manual): Sources in doc/emacs/, not man/.
5922 Also available in PDF format. Since the page count varies, be less
5923 precise.
5924 (Informational files for Emacs): Remove references to deleted files
5925 LPF and SUN-SUPPORT, and to UUCP.
5926 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5927 Remove many obsolete ways to get the FAQ, which now seems only to be
5928 distributed with Emacs.
5929 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5930
5931 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * org.texi (Org Plot): Fix tags (Bug#3507).
5934 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5935
5936 * ada-mode.texi (Installation, Compile commands)
5937 (Project File Overview, No project files, Set compiler options)
5938 (Use GNAT project file, Use multiple GNAT project files)
5939 (Identifier completion): Use @samp for menu items, and @kbd for key
5940 sequences (Bug#3504).
5941
5942 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5943
5944 * gnus.texi (Security): Fix wording; add a link to epa.info.
5945
5946 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5947
5948 * message.texi (Header Commands): Fix descriptions to match
5949 keybindings.
5950
5951 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5952
5953 * gnus.texi (Security): Mention that EasyPG is the current default.
5954
5955 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * ediff.texi (Session Commands): Fix typo.
5958
5959 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5960
5961 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5962 news.software.readers. Reported by Florian Rehnisch.
5963
5964 2009-04-02 Glenn Morris <rgm@gnu.org>
5965
5966 * auth.texi: Capitalize direntry.
5967
5968 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5969 using a period in the entry name. (Bug#2797)
5970
5971 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5974 ($(infodir)/auth, auth.dvi): New targets.
5975
5976 2009-03-03 Glenn Morris <rgm@gnu.org>
5977
5978 * auth.texi: Fix @setfilename.
5979
5980 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5981 (auth, $(infodir)/auth, auth.dvi): New rules.
5982
5983 2009-02-25 Glenn Morris <rgm@gnu.org>
5984
5985 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5986
5987 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5990
5991 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5994 gnus-nocem-issuers, and gnus-nocem-verifyer.
5995
5996 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5997
5998 * ada-mode.texi (Project files, Automatic Casing):
5999 * dbus.texi (Signals):
6000 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
6001 * mh-e.texi (HTML):
6002 * nxml-mode.texi (Locating a schema)
6003 (Using the document's URI to locate a schema):
6004 * org.texi (Footnotes, Using the mapping API):
6005 * rcirc.texi (Channels): Remove duplicate words.
6006
6007 2009-02-20 Glenn Morris <rgm@gnu.org>
6008
6009 * dired-x.texi (Miscellaneous Commands):
6010 * gnus.texi: Minor updates for mbox Rmail.
6011
6012 2009-02-16 Karl Berry <karl@gnu.org>
6013
6014 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
6015 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
6016 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
6017 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
6018 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
6019 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
6020 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
6021 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6022 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
6023 Consistently use @insertcopying in the Top node,
6024 @contents at the front (after @end titlepage),
6025 and @direntry after @copying. (Bug#1988)
6026
6027 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6028
6029 * auth.texi: New file documenting auth-source.
6030
6031 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
6032
6033 * org.texi (Org Plot): Fix link.
6034
6035 2009-02-09 Daiki Ueno <ueno@unixuser.org>
6036
6037 * epa.texi (Mail-mode integration): Mention the way to do
6038 "encrypt-to-self". (Bug#1807)
6039
6040 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
6041
6042 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
6043
6044 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
6045
6046 * gnus-news.texi: Print version about Incoming*.
6047
6048 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
6049
6050 * org.texi (Structure editing, Handling links)
6051 (Fast access to TODO states, Javascript support): Make standard docs
6052 correctly reflect default variable settings.
6053
6054 2009-02-02 Glenn Morris <rgm@gnu.org>
6055
6056 * org.texi: Fix typos.
6057
6058 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
6059
6060 Sync with Tramp 2.1.15.
6061
6062 * trampver.texi: Update release number.
6063
6064 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
6065
6066 * org.texi (TODO dependencies): Document TODO dependencies on
6067 checkboxes.
6068
6069 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
6070
6071 * org.texi (TODO dependencies): Document key binding for toggling
6072 ORDERED property.
6073
6074 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
6075
6076 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
6077 of hook functions.
6078
6079 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
6080
6081 * org.texi (TODO dependencies): New section.
6082
6083 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
6084
6085 * org.texi (Plain lists, TODO basics, Priorities)
6086 (Multiple sets in one file, Conflicts): Document interaction with
6087 `shift-selection-mode'.
6088
6089 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
6090
6091 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6092 Make Calc the subject of sentences.
6093 (Rearranging Formulas using Selections): Discuss new options
6094 for `j *'.
6095
6096 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
6097
6098 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6099
6100 2009-01-26 Glenn Morris <rgm@gnu.org>
6101
6102 * org.texi: Fix typos.
6103
6104 2009-01-26 Bill Wohler <wohler@newt.com>
6105
6106 * mh-e.texi (EDITION, UPDATED): Update.
6107
6108 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
6109
6110 * org.texi (References): Add information about remote references.
6111 (Built-in table editor): Document `C-c RET' in tables.
6112 (Math symbols, Quoting LaTeX code): Mention that simple
6113 LaTeX macros survive LaTeX export.
6114 (Images in LaTeX export): Show how to create a reference to a
6115 figure.
6116 (Sectioning structure): Document that the LaTeX class can be
6117 specified in a property.
6118 (Text areas in HTML export): New section.
6119 (External links): Add examples for text search and ID links.
6120 (Built-in table editor): Remove the descriptio of `C-c
6121 C-q', it not longer works.
6122 (Literal examples): Document that a space must follow
6123 the colon in short examples.
6124 (Relative timer): Document `org-timer-stop'.
6125 (Footnotes): New section.
6126 (Footnote markup): Shorten section and refer to new Footnote
6127 section.
6128 (Literal examples): Add documentation for line
6129 numbering in and references to code examples.
6130 (CSS support): Fix the description of default CSS styles.
6131 (Capturing column view): Document
6132 "file:path/to/file.org" as an allowed value for the ID property of
6133 a dynamic block copying column view.
6134
6135 2009-01-23 Stephen Eglen <stephen@gnu.org>
6136
6137 * mh-e.texi (Getting Started): Describe $MH.
6138
6139 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
6140
6141 * tramp.texi (all): Harmonize usage of "external method",
6142 "external transfer method" and "out-of-band method".
6143 (Connection types): Precise the differences of inline and external
6144 methods. Written by Adrian Phillips <a.phillips@met.no>.
6145
6146 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6147
6148 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6149 commands as described at the top. Reported by Allan Gottlieb
6150 <gottlieb@nyu.edu>.
6151
6152 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6153
6154 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6155 nnmail-pathname-coding-system.
6156
6157 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6158
6159 * org.texi (Relative timer): Fix typo.
6160
6161 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * org.texi (Clocking work time): Fix typo.
6164 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
6165
6166 2009-01-13 Glenn Morris <rgm@gnu.org>
6167
6168 * org.texi: Fix some more typos.
6169
6170 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6171
6172 * org.texi: Fix some typos.
6173
6174 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6175
6176 * gnus.texi (Group Parameters): Add note for local variables.
6177
6178 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6179
6180 * gnus.texi (Converting Kill Files): Fix URL.
6181 Include gnus-kill-to-score.el in contrib directory.
6182
6183 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6184
6185 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6186 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6187 (Paging the Article): Add index entry.
6188
6189 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6190
6191 * ada-mode.texi (Examples): Delete redundant text.
6192
6193 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
6194
6195 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6196
6197 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6198 addresses.
6199
6200 2009-01-03 Bill Wohler <wohler@newt.com>
6201
6202 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6203 kept empty.
6204
6205 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6206
6207 * org.texi (Activation, Exporting, ASCII export, HTML export)
6208 (HTML Export commands, LaTeX/PDF export commands):
6209 Improve documentation about transient-mark-mode.
6210 (References): Document the use of special names like $LR1 to reference
6211 to fields in the last table row.
6212
6213 2008-12-19 Juri Linkov <juri@jurta.org>
6214
6215 * info.texi (Search Text): Remove mention of removed key binding M-s.
6216
6217 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6218
6219 * org.texi (References): Remove mentioning of @0 as reference for the
6220 last line, this has been reverted in the Lisp sources.
6221
6222 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6223
6224 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6225 (DVI_TARGETS): Remove duplicates. Add sasl.
6226 ($(infodir)/sasl, sasl.dvi): New targets.
6227
6228 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6229
6230 * org.texi: Version number pushed to 6.15d.
6231
6232 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6233
6234 * org.texi (Tables in LaTeX export): New section.
6235 (Images in LaTeX export): New section.
6236 (Inlined images, Images in HTML export): Sections renamed.
6237
6238 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6239
6240 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6241
6242 2008-12-04 David Engster <dengste@eml.cc>
6243
6244 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6245 of nnml-get-new-mail. Change URL for mairix patch.
6246
6247 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6248
6249 * org.texi (Using the mapping API): Fix bug in mapping example.
6250 (Publishing options): Make the list of properties complete again, in
6251 correspondence to the variable `org-export-plist-vars'.
6252 (Property searches): Document new special values for time comparisons.
6253 (Tag inheritance): Refine the description of tag inheritance.
6254 (Project alist): Add info about the publishing sequence of components.
6255 (Effort estimates): Document the new relative timer.
6256
6257 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6258
6259 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6260 (Using Calc): Clarify use of `C-x * o'.
6261 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6262
6263 2008-11-28 Richard M Stallman <rms@gnu.org>
6264
6265 * dbus.texi (Receiving Method Calls): Clean up previous change.
6266
6267 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6270 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6271 `dbus-unescape-from-identifier'.
6272 (Receiving Method Calls): New constants `dbus-service-emacs' and
6273 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6274 (Signals): Use the constants in the example.
6275
6276 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * org.texi: Re-apply change to FDL 1.3.
6279
6280 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6281
6282 * org.texi (Setting up Remember): Document `org-remember-mode'.
6283 (External links): Document that bbdb links can use a regular
6284 expression.
6285 (External links): Document that elisp links can contain interactive
6286 commands.
6287
6288 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6289
6290 * viper.texi (viper-translate-all-ESC-keysequences):
6291 Description removed.
6292
6293 2008-11-19 Glenn Morris <rgm@gnu.org>
6294
6295 * doclicense.texi: Change to FDL 1.3.
6296 Relicense all texi files under FDL 1.3 or later.
6297
6298 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6299
6300 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6301
6302 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6303
6304 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6305
6306 * ediff.texi: Version/date change.
6307
6308 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6311
6312 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6313
6314 * calc.texi (About This Manual): Comment out a mention of
6315 marginal notes.
6316
6317 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6318
6319 * org.texi (Clocking work time): Document the :formula property of
6320 clock tables.
6321 (Structure editing, Refiling notes): Document refiling regions.
6322 (Agenda commands): Document the double-prefix version
6323 of the `l' command in the agenda.
6324 (Handling links): Explain the effect of a double prefix
6325 arg to `C-c C-o'.
6326 (TODO basics): Add documentation for tag triggers.
6327
6328 2008-10-23 Glenn Morris <rgm@gnu.org>
6329
6330 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6331 byte-compiling things like `+'.
6332
6333 * ns-emacs.texi: Merge copyright years of author now with assignment
6334 into FSF years.
6335 (VER): Use it for easier automatic updating. Use Emacs version rather
6336 than standalone Emacs.app version.
6337
6338 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6339
6340 * org.texi: Lots of minor fixes.
6341 (Capture): New chapter.
6342 (Org Plot): New section.
6343
6344 2008-09-30 Magnus Henoch <mange@freemail.hu>
6345
6346 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6347
6348 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6349
6350 * calc.texi (User Defined Units): Mention how to enter optional display
6351 string.
6352
6353 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6354
6355 * message.texi (Sending Variables): Fix variable documentation to
6356 avoid the "y/n" wording.
6357
6358 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6359
6360 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6361
6362 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6363
6364 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6365 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6366
6367 2008-09-22 Bill Wohler <wohler@newt.com>
6368
6369 Release MH-E manual version 8.1.
6370
6371 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6372 release 8.1.
6373
6374 * mh-e.texi: Retain dual license as agreed to by the FSF.
6375 However, bump GPL to Version 3.
6376 Use @include for license text.
6377
6378 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6379
6380 * gnus.texi (Top, Setup, Fancy splitting to parent)
6381 (Store custom flags and keywords, Store arbitrary data):
6382 Clean up markup.
6383
6384 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6385
6386 * gnus.texi (The Gnus Registry): Document it.
6387
6388 2008-09-08 David Engster <dengste@eml.cc>
6389
6390 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6391 Clarify section about choosing back end servers.
6392
6393 2008-08-23 Glenn Morris <rgm@gnu.org>
6394
6395 * dired-x.texi (Shell Command Guessing):
6396 Mention dired-guess-shell-case-fold-search. (Bug#417)
6397
6398 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * trampver.texi: Update release number.
6401
6402 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6403
6404 * ns-emacs.texi: Update version.
6405 (Introduction): Correct menu location for options save.
6406 (Customization): Note that defaults are stored under org.gnu.Emacs.
6407
6408 2008-08-11 Bill Wohler <wohler@newt.com>
6409
6410 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6411 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6412 Henman) (closes SF #1768928).
6413
6414 2008-08-10 Glenn Morris <rgm@gnu.org>
6415
6416 * ns-emacs.texi: Use @copying. Change copyright of authors with
6417 assignment to FSF. Change license to GFDL.
6418 (Top): Remove outdated references.
6419
6420 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6421
6422 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6423 Add gnus-summary-sort-by-most-recent-number and
6424 gnus-summary-sort-by-most-recent-date.
6425 (Summary Sorting): Explain prefix argument.
6426
6427 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6428
6429 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6430 gnus-summary-pipe-output.
6431
6432 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6433
6434 * dbus.texi (Receiving Method Calls): Document error handling of own
6435 D-Bus methods.
6436
6437 2008-08-01 Bill Wohler <wohler@newt.com>
6438
6439 * mh-e.texi (Reading Mail)
6440 (Viewing Attachments): Describe new function
6441 mh-show-preferred-alternative.
6442 (Sending Mail, Redistributing, Sending Message): Describe new hook
6443 mh-annotate-msg-hook.
6444
6445 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6446
6447 * dbus.texi (Arguments and Signatures): Fix example.
6448 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6449 (Asynchronous Methods): New node.
6450 (Errors and Events): Describe extended layout of `dbus-event'.
6451 New defun `dbus-event-message-type'.
6452
6453 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6454
6455 * ediff.texi: Remove VMS support.
6456
6457 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6460 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6461
6462 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * Makefile.in: Add mairix-el targets.
6465
6466 2008-07-29 David Engster <deng@randomsample.de>
6467
6468 * mairix-el.texi: New file.
6469
6470 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6471
6472 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6473 project files. Delete 'main_unit' project variable; not needed. Allow
6474 process environment variables wherever project variables are allowed.
6475 Add tutorial section on multiple GNAT project files.
6476
6477 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6478
6479 Sync with Tramp 2.1.14.
6480
6481 * trampver.texi: Update release number.
6482
6483 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * ns-emacs.texi:
6486 * faq.texi: Remove mentions of Mac Carbon.
6487
6488 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6489
6490 * gnus.texi (Saving Articles): Describe the 2nd argument of
6491 gnus-summary-save-in-pipe.
6492 (SpamAssassin): Use it.
6493
6494 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6497
6498 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6499
6500 * org.texi (Export options): Document the use of the creator flag.
6501
6502 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6503
6504 * org.texi: New version 6.06a.
6505
6506 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6509 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6510
6511 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6512
6513 * calc.texi (Editing Stack Entries, Algebraic Entry):
6514 Rewrite introductory sentences so it can be used by
6515 Calc's help functions. Mention fixing typos.
6516 (Customizing Calc): Fix typo.
6517
6518 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6519
6520 * calc.texi (summarykey): New macro. Use to correctly format keys in
6521 the summary.
6522
6523 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6524
6525 * ns-emacs.texi (Customization): Corrected documentation on color
6526 specification formats.
6527
6528 2008-07-19 Andreas Schwab <schwab@suse.de>
6529
6530 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6531
6532 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6533 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6534
6535 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6536
6537 * dbus.texi (Inspection): Rework, introduce submenus.
6538 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6539 (Properties and Annotations, Arguments and Signatures): New nodes.
6540
6541 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6542
6543 * dbus.texi (Receiving Method Calls): Fix description of
6544 `dbus-register-method'.
6545 (Signals): Allow also signal arguments for filtering in
6546 `dbus-register-signal'.
6547
6548 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6549
6550 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6551 `cnorm'.
6552 (Arithmetic Tutorial): Simplify the verification of prime factors.
6553
6554 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6555
6556 * gnus.texi (Saving Articles): Mention
6557 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6558
6559 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6560
6561 * calc.texi: Adjust mode line throughout.
6562
6563 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * sasl.texi (Mechanisms): Fix typos.
6566
6567 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6568
6569 * calc.texi (Killing from the stack): Mention using normal Emacs
6570 copying.
6571
6572 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6573
6574 * tramp.texi (Password handling): Rename from "Password caching".
6575 Add `auth-source' mechanism.
6576 (Connection caching): Tramp reopens the connection automatically,
6577 when the operating system on the remote host has been changed.
6578
6579 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6580
6581 * makefile.w32-in (distclean): Remove makefile.
6582
6583 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6584
6585 * org.texi (Using the mapping API): New section.
6586 (Agenda column view): New section.
6587 (Moving subtrees): Document archiving to the archive sibling.
6588 (Agenda commands): Document columns view in the agenda.
6589 (Using the property API): Document the API for multi-valued properties.
6590
6591 2008-06-17 Jason Riedy <jason@acm.org>
6592
6593 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6594 function, and efmt may be a two-argument function.
6595 (Radio tables): Document multiple destinations.
6596
6597 2008-06-16 Glenn Morris <rgm@gnu.org>
6598
6599 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6600 Add Cover-Texts.
6601
6602 2008-06-15 Glenn Morris <rgm@gnu.org>
6603
6604 * faq.texi (VER): Update to 23.0.60.
6605
6606 * mh-e.texi: Remove option of licensing under GPL.
6607 Add Cover-Texts to GFDL permissions notice.
6608 (GPL): Remove section.
6609 (GFDL): Include doclicense.texi rather than the actual text.
6610
6611 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6612 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6613
6614 * sasl.texi: Fix output file name.
6615
6616 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6617
6618 * gnus-coding.texi: Refer to license in Gnus manual.
6619
6620 * idlwave.texi, sasl.texi: Use @copying.
6621
6622 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6623
6624 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6625
6626 * url.texi: Use @copying, @title, @subtitle, @author.
6627
6628 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6629 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6630 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6631 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6632 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6633 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6634 * widget.texi, woman.texi:
6635 Remove references to external license, since doclicense is included.
6636
6637 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6638 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6639 Remove references to non-existent Invariant Sections.
6640
6641 2008-06-14 Glenn Morris <rgm@gnu.org>
6642
6643 * faq.texi (Major packages and programs): Remove references to external
6644 Supercite, Calc, VIPER, since they have been included for some time.
6645 Update VM, AUCTeX, BBDB entries.
6646
6647 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6648
6649 * newsticker.texi: Updated to match latest newsticker changes.
6650
6651 2008-06-13 Glenn Morris <rgm@gnu.org>
6652
6653 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6654 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6655 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6656 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6657 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6658 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6659 * woman.texi:
6660 Update Back-Cover Text as per maintain.info.
6661
6662 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6665
6666 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6667 (gnus-faq.xml): Update repository host.
6668
6669 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6670
6671 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6672
6673 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6674 Fix a typo.
6675
6676 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * gnus.texi (Mail Source Customization): Correct values of
6679 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6680 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6681
6682 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6683
6684 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6685 coding standards.
6686
6687 2008-06-14 David Engster <dengste@eml.cc>
6688
6689 * gnus.texi (nnmairix): Markup fixes.
6690
6691 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6692
6693 * gnus.texi (nnmairix): Markup and other minor fixes.
6694
6695 2008-06-05 David Engster <dengste@eml.cc>
6696
6697 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6698
6699 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6700
6701 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6702 (Searching, nnir, nnmairix): New stub nodes.
6703
6704 2008-05-30 Felix Lee <felix.1@canids.net>
6705
6706 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6707
6708 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6709
6710 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6711
6712 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6713
6714 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6715
6716 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6717
6718 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6719
6720 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6721
6722 * info.texi (Top): Fix typo in xref.
6723
6724 2008-05-05 Karl Berry <karl@gnu.org>
6725
6726 * info.texi (Top): @xref to stand-alone manual.
6727
6728 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6729
6730 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6731 (Various Summary Stuff): Fix typo in last xref.
6732
6733 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6734
6735 * org.texi (Moving subtrees): Fix typo.
6736
6737 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6740 Tramp via `tramp-mode'.
6741
6742 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6743
6744 * org.texi: Massive changes, in many parts of the file.
6745
6746 2008-04-27 Jason Riedy <jason@acm.org>
6747
6748 * org.texi (A LaTeX example): Note that fmt may be a
6749 one-argument function, and efmt may be a two-argument function.
6750 (Radio tables): Document multiple destinations.
6751
6752 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6753
6754 * gnus.texi (Oort Gnus): Add message-fill-column.
6755
6756 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6757
6758 * gnus.texi (Mail Source Specifiers): Typo fix.
6759
6760 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6761
6762 * gnus.texi (Diary Headers Generation): Update key binding for
6763 `gnus-diary-check-message'.
6764
6765 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6766
6767 * gnus.texi (Emacsen): Addition.
6768
6769 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6770
6771 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6772
6773 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6774
6775 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6776
6777 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6778
6779 * gnus-news.texi: Update tool bar item.
6780
6781 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6782
6783 * gnus-news.texi: Fix typos.
6784
6785 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6786
6787 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6788 Add mention of `kron'.
6789
6790 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6791
6792 * epa.texi (Encrypting/decrypting *.gpg files):
6793 Document epa-file-name-regexp.
6794
6795 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus.texi (Example Methods): Fix description about ssh-agent.
6798 (Indirect Functions): Fix the default value of nntp-telnet-command;
6799 remove link to connect.html.
6800
6801 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6802
6803 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6804 dbus-call-method.
6805 (Receiving Method Calls): The timeout can be set by the calling client.
6806
6807 * trampver.texi: Update release number.
6808
6809 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6810
6811 * gnus.texi (Top): Fix version. Add SASL.
6812
6813 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6814
6815 Sync with Tramp 2.1.13.
6816
6817 * trampver.texi: Update release number.
6818
6819 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6820
6821 * org.texi: Update to new org-mode website.
6822
6823 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6826
6827 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6828
6829 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6830 gnus-read-ephemeral-gmane-group-url,
6831 gnus-read-ephemeral-emacs-bug-group,
6832 gnus-read-ephemeral-debian-bug-group.
6833
6834 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6835
6836 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6837
6838 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6839 Add FIXMEs for Bookmarks and gnus-registry-marks.
6840
6841 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6842
6843 * gnus.texi (Smileys): Document `smiley-style'.
6844
6845 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6846
6847 * gnus.texi (Gnus Development): Clarify difference between ding and
6848 gnu.emacs.gnus.
6849 (MIME Commands, Using MIME, RSS): Fix markup.
6850
6851 * gnus-faq.texi ([8.4]): Ditto.
6852
6853 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6854
6855 * gnus.texi (Emacsen): Remove obsolete stuff.
6856
6857 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6858
6859 * gnus.texi (Oort Gnus): Add version info WRT
6860 `mail-source-delete-incoming'.
6861
6862 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6863
6864 * gnus.texi (Top): Add "Other related manuals" and version info in
6865 `iftex' output.
6866 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6867 gnus-balloon-face-0 and the corresponding format specifiers.
6868
6869 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6870
6871 * tramp.texi (Filename completion): Remove footnote about let-bind
6872 of `partial-completion-mode'. It doesn't work this way.
6873
6874 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * pcl-cvs.texi (Contributors): Update my email.
6877
6878 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6879
6880 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6881
6882 2008-03-17 Bill Wohler <wohler@newt.com>
6883
6884 * mh-e.texi (Viewing): Update URL for adding header fields to
6885 mh-invisible-header-fields-default.
6886
6887 2008-03-16 Bill Wohler <wohler@newt.com>
6888
6889 * mh-e.texi (Preface): Add Gnus to requirements.
6890 (Forwarding): Note that forwarded MIME messages are now inline.
6891
6892 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6895 (Common Variables): Give precedence to the netcat methods over the
6896 telnet methods, and mention that they are more reliable.
6897
6898 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6899
6900 * org.texi (Exporting Agenda Views): Document agenda export to
6901 iCalendar.
6902 (Progress logging): Document the new progress logging stuff.
6903
6904 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6907 Update for change of `mail-source-delete-incoming'.
6908
6909 * gnus-news.texi: Ditto.
6910
6911 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6912
6913 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6914 custom versions.
6915
6916 2008-03-07 Alan Mackenzie <acm@muc.de>
6917
6918 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6919 parens/brackets in a k&r region is limited.
6920
6921 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6922
6923 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6924 using different Emacs versions.
6925
6926 2008-02-27 Glenn Morris <rgm@gnu.org>
6927
6928 * sc.texi: Remove a lot of old and obsolete info.
6929 (titlepage): Simplify.
6930 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6931 (VM with any Emacsen, GNEWS with any Emacsen)
6932 (Overloading for Non-conforming MUAs, Version 3 Changes)
6933 (The Supercite Mailing List): Delete nodes.
6934 (Introduction): Remove info about old packages.
6935 (Getting Connected): Simplify. Remove info about old packages.
6936 (Citing Commands): Delete Emacs 19 info.
6937 (Hints to MUA Authors): Simplify.
6938 (Thanks and History): Merge in some info from the deleted node
6939 "Version 3 Changes".
6940
6941 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * org.texi (Setting tags, In-buffer settings):
6944 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6945
6946 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6949 installation directory name.
6950
6951 2008-02-12 Romain Francoise <romain@orebokech.com>
6952
6953 * epa.texi (Overview): Fix typo.
6954
6955 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6956
6957 * epa.texi (Quick start): Remove the .emacs setting.
6958
6959 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6960
6961 * epa.texi (Quick start): Use the command `epa-enable' instead of
6962 loading `epa-setup'.
6963
6964 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6965
6966 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6967 ($(infodir)/epa, epa.dvi): New targets.
6968
6969 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6970
6971 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6972
6973 * epa.texi: New manual documenting the EasyPG Assistant.
6974
6975 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6976
6977 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6978 (Inspection): New function dbus-ping.
6979
6980 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * tramp.texi (Remote processes): Add `shell-command'.
6983
6984 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6985
6986 * tramp.texi: Use new FSF's Back-Cover Text.
6987
6988 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6989
6990 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6991 (Group Parameters): Document `mail-source' parameter.
6992
6993 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6996 must be a local host.
6997
6998 2008-01-26 Michael Olson <mwolson@gnu.org>
6999
7000 * erc.texi: Update version for ERC 5.3 release.
7001 (Obtaining ERC): Update extras URLs for 5.3.
7002 (Development): Write instructions for git, and remove those for Arch.
7003 (History): Mention the switch to git.
7004
7005 2008-01-24 Karl Berry <karl@gnu.org>
7006
7007 * info.texi (Search Index, Search Text): Mention the command
7008 character in the section name, a la the (Go to node) node.
7009
7010 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
7011
7012 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
7013
7014 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7015
7016 * gnus-news.texi: Mention gnus-article-describe-bindings.
7017
7018 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
7021
7022 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
7023
7024 * org.texi (Property inheritance): New section.
7025 (Conventions): New section.
7026 (Structure editing): Document C-RET, the prefix arg to the cut/copy
7027 commands, and the new bindings for refiling.
7028 (Sparse trees): Document the new special command for sparse trees.
7029 (References): Be more clear about the counting of hilines.
7030 (Handling links): Document M-p/n for accessing links.
7031 (Fast access to TODO states): New section.
7032 (Per file keywords): New section.
7033 (Property inheritance): New section.
7034 (Column attributes): New summary types.
7035 (Capturing Column View): New section.
7036 (The date/time prompt): Cover the new features in the date/time prompt.
7037 Compactify the table of keys for the calendar remote control.
7038 (Clocking work time): Document the new :scope parameter.
7039 (Remember): Promoted to chapter.
7040 (Quoted examples): New section.
7041 (Enhancing text): New verbatim environments.
7042
7043 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
7044
7045 * trampver.texi: Update release number.
7046
7047 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7048
7049 * gnus.texi (Article Keymap):
7050 Add gnus-article-wide-reply-with-original; fix descriptions of
7051 gnus-article-reply-with-original and
7052 gnus-article-followup-with-original.
7053
7054 2008-01-09 Glenn Morris <rgm@gnu.org>
7055
7056 * nxml-mode.texi: Add @copying section.
7057
7058 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7059
7060 * message.texi (Mail Variables): Add some text from "(gnus)Posting
7061 Server". Add `message-send-mail-with-mailclient'.
7062
7063 * gnus.texi (Posting Server): Move some text to "(message)Mail
7064 Variables" and add a reference here.
7065
7066 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * dbus.texi (Receiving Method Calls): New chapter.
7069 (Errors and Events): Add serial number to events. Replace "signal" by
7070 "message". Introduce dbus-event-serial-number.
7071
7072 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
7073
7074 * dbus.texi (Type Conversion): Explain the type specification for empty
7075 arrays. Use another example.
7076
7077 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
7078
7079 * dbus.texi (all): Replace "..." by @dots{}.
7080 (Type Conversion): Precise the value range for :byte types.
7081 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
7082 Mention its return value.
7083 (Errors and Events): There is no D-Bus error propagation during event
7084 processing.
7085
7086 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
7087
7088 * calc.texi (Yacas Language, Maxima Language, Giac Language):
7089 New sections.
7090
7091 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7092
7093 * gnus.texi (Group Parameters): Reorder the text and add a note about
7094 `gnus-parameters' near the beginning of the node.
7095
7096 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7097
7098 * gnus.texi (Score File Editing): Fix function name.
7099
7100 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
7101
7102 Sync with Tramp 2.1.12.
7103
7104 * trampver.texi: Update release number.
7105
7106 2007-12-22 Richard Stallman <rms@gnu.org>
7107
7108 * cc-mode.texi (Getting Started): Change @ref to @pxref.
7109
7110 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * dbus.texi (Type Conversion): Correct input parameters mapping.
7113
7114 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7117 (Errors and Events): Mention wrong-type-argument error.
7118
7119 2007-12-21 Alex Schroeder <alex@gnu.org>
7120
7121 * rcirc.texi: Changed single spaces after sentence end to double
7122 spaces. Fixed some typos.
7123 (Internet Relay Chat): Explain relay.
7124 (Getting started with rcirc): Change items to reflect prompts.
7125 Add more explanation to rcirc-track-minor-mode and added a comment to
7126 warn future maintainers that this section is a copy.
7127 (People): Change /ignore example.
7128 (Keywords): Not keywords.
7129
7130 2007-12-20 Alex Schroeder <alex@gnu.org>
7131
7132 * rcirc.texi (Top): Fighting Information Overload chapter added.
7133 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7134 (rcirc commands): Move /ignore command to the new chapter.
7135 (Fighting Information Overload): New chapter documenting /keyword,
7136 /bright, /dim, channel ignore, and low priority channels.
7137 (Configuration): Document rcirc-server-alist, remove
7138 rcirc-startup-channels-alist and rcirc-default-server.
7139
7140 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7141
7142 * dbus.texi (Signals): Fix example in dbus-register-signal.
7143
7144 2007-12-14 Sven Joachim <svenjoac@gmx.de>
7145
7146 * gnus.texi (Score Variables): Fix typo.
7147
7148 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7151 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7152 (Errors and Events): Adapt dbus-event.
7153
7154 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7155
7156 * gnus.texi (Other Files): Add the yenc command.
7157
7158 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7159
7160 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7161 since 2004-08-06.
7162
7163 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7164
7165 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7166 on body.
7167
7168 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7169
7170 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7171 and rfc2047-allow-irregular-q-encoded-words; fix description of
7172 rfc2047-encode-encoded-words.
7173
7174 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7175
7176 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7177
7178 2007-12-05 Michael Olson <mwolson@gnu.org>
7179
7180 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7181 Update documentation for `remember-diary-file'.
7182
7183 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7184
7185 * dbus.texi (Signals): Precise `dbus-register-signal'.
7186 (Errors and Events): Rework events part, the internal structure of
7187 dbus-event has changed.
7188
7189 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7192 ($(infodir)/dbus, dbus.dvi): New targets.
7193
7194 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7197 unconditionally.
7198
7199 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7200 emulation with @print{}.
7201
7202 2007-12-02 Richard Stallman <rms@gnu.org>
7203
7204 * dbus.texi (Overview): Minor cleanup.
7205
7206 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7207
7208 * Makefile.in (INFO_TARGETS): Add dbus.
7209 (DVI_TARGETS): Add dbus.dvi.
7210 (dbus, dbus.dvi): New targets.
7211
7212 * dbus.texi: New file.
7213
7214 2007-11-24 Romain Francoise <romain@orebokech.com>
7215
7216 * nxml-mode.texi: Add description in @direntry.
7217 Fix file name to match @setfilename.
7218
7219 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7220
7221 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7222 ($(infodir)/nxml-mode): New rule.
7223
7224 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7225 ($(infodir)/nxml-mode): New rule.
7226 (clean): Add nxml-mode*.
7227
7228 * nxml-mode.texi: New file with nxml manual.
7229
7230 2007-11-18 Richard Stallman <rms@gnu.org>
7231
7232 * flymake.texi (Example -- Configuring a tool called directly):
7233 Update example.
7234
7235 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7236
7237 * tramp.texi (Filename completion): Simplify explanation of
7238 double-slash behavior. Explain directory contents flushing.
7239
7240 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7241
7242 * calc.texi (TeX and LaTeX Language Modes): Put in
7243 missing braces.
7244
7245 2007-11-15 Richard Stallman <rms@gnu.org>
7246
7247 * cl.texi (Equality Predicates): Delete `eql'.
7248 (Predicates, Naming Conventions, Top): Delete `eql'.
7249 (Common Lisp Compatibility): Delete `eql'.
7250 (Porting Common Lisp): Delete obsolete backquote info.
7251 Minor clarification about character constants.
7252 (Sequence Basics): Minor clarification.
7253
7254 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * cc-mode.texi (Electric Keys, Custom Macros):
7257 * tramp.texi (Filename completion): Fix typos.
7258
7259 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7260
7261 * calc.texi (Basic commands): Mention the menu.
7262
7263 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * tramp.texi (Connection caching): Tramp flushes connection
7266 properties when remote operating system has been changed.
7267
7268 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * gnus-news.texi: Fix spelling.
7271 `message-insert-formatted-citation-line', not
7272 `message-insert-formated-citation-line'.
7273
7274 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7275
7276 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7277
7278 * tramp.texi (Overview): Mention also the PuTTY integration under
7279 w32. Remove paragraphs about Tramp's experimental status.
7280 (Frequently Asked Questions): Add code example for highlighting the
7281 mode line.
7282
7283 2007-11-03 Michael Olson <mwolson@gnu.org>
7284
7285 * remember.texi: Change mentions of remember-buffer to
7286 remember-finalize throughout.
7287
7288 2007-10-30 Michael Olson <mwolson@gnu.org>
7289
7290 * remember.texi (Copying): Remove.
7291 (Mailbox): Update with non-BBDB instructions.
7292 (Diary, Org): Add.
7293 (Bibliography, Planner Page): Remove.
7294
7295 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7296
7297 * makefile.w32-in (INFO_TARGETS): Add remember.
7298 (DVI_TARGETS): Add remember.dvi.
7299 ($(infodir)/remember): New rule.
7300 (clean): Add remember*.
7301
7302 2007-10-30 Michael Olson <mwolson@gnu.org>
7303
7304 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7305 ($(infodir)/remember): New rule that builds the Remember Manual.
7306
7307 * remember.texi: New file containing the Remember Mode Manual.
7308 Shuffle chapters around after initial import.
7309 (Function Reference): Split Keystrokes into separate chapter.
7310 (Keystrokes): Document C-c C-k.
7311 (Introduction): Fix typographical issue with "---".
7312
7313 2007-10-29 Richard Stallman <rms@gnu.org>
7314
7315 * widget.texi (Introduction): Delete discussion of implementation
7316 internals.
7317
7318 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7319
7320 * tramp.texi (Connection caching): Host names must be different
7321 when tunneling.
7322
7323 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7324
7325 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7326 Gnus v5.13.
7327
7328 2007-10-28 Miles Bader <miles@gnu.org>
7329
7330 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7331
7332 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * gnus.texi (Sorting the Summary Buffer):
7335 Remove gnus-article-sort-by-date-reverse.
7336
7337 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * gnus.texi (Non-ASCII Group Names): New node.
7340 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7341 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7342
7343 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7344
7345 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7346 clean the output of the program `imap-shell-program'.
7347
7348 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7349
7350 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7351
7352 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7353
7354 * gnus.texi (Sticky Articles): Documentation for sticky article
7355 buffers.
7356
7357 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7358
7359 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7360
7361 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7362
7363 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7364
7365 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7366
7367 * gnus.texi (Archived Messages):
7368 Document gnus-update-message-archive-method.
7369
7370 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7373
7374 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7375
7376 * gnus.texi (Group Maneuvering):
7377 Document `gnus-summary-next-group-on-exit'.
7378
7379 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7380
7381 * gnus.texi (Really Various Summary Commands):
7382 Mention gnus-auto-select-on-ephemeral-exit.
7383
7384 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7385
7386 * gnus.texi, message.texi: Bump version number.
7387
7388 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus.texi (Group Line Specification, Misc Group Stuff)
7391 (Server Commands): Parenthesize @pxref{Mail Spool}.
7392
7393 2007-10-28 Didier Verna <didier@xemacs.org>
7394
7395 New user option: message-signature-directory.
7396 * message.texi (Insertion Variables): Document it.
7397 * gnus.texi (Posting Styles): Ditto.
7398
7399 2007-10-28 Didier Verna <didier@xemacs.org>
7400
7401 * gnus.texi (Group Line Specification):
7402 * gnus.texi (Misc Group Stuff):
7403 * gnus.texi (Server Commands): Document the group compaction feature.
7404
7405 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7406
7407 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7408
7409 * message.texi (Various Message Variables): Add message-fill-column.
7410
7411 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7412
7413 * gnus.texi: Untabify.
7414
7415 2007-10-28 Didier Verna <didier@xemacs.org>
7416
7417 * gnus.texi (Group Parameters): Document the posting-style merging
7418 process in topic-mode.
7419
7420 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7423
7424 2007-10-28 Romain Francoise <romain@orebokech.com>
7425
7426 * gnus.texi (Mail Spool): Fix typo.
7427 Update copyright.
7428
7429 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7430
7431 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7432
7433 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7434
7435 * gnus.texi (Summary Generation Commands):
7436 Add gnus-summary-insert-ticked-articles.
7437
7438 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7439
7440 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7441 to spam-spamassassin-program.
7442
7443 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7444
7445 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7446
7447 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7448
7449 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7450
7451 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7452
7453 * message.texi (Mail Headers): Document `opportunistic'.
7454
7455 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7456
7457 * emacs-mime.texi (Encoding Customization): Explain how to set
7458 mm-coding-system-priorities per hierarchy.
7459
7460 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7461
7462 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7463 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7464
7465 2007-10-28 Didier Verna <didier@xemacs.org>
7466
7467 * message.texi (Wide Reply): Update documentation of
7468 message-dont-reply-to-names (now allowing a list of regexps).
7469
7470 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7471
7472 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7473
7474 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475
7476 * gnus.texi (SpamAssassin back end): Fix typo.
7477
7478 * sieve.texi (Examples): Fix grammar.
7479
7480 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7481
7482 * gnus.texi (Searching for Articles): Document M-S and M-R.
7483 (Limiting): Document / b.
7484
7485 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7486
7487 * gnus.texi (Thread Commands): T M-^.
7488
7489 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7490
7491 * message.texi (Mail Aliases): Document ecomplete.
7492 (Mail Aliases): Fix typo.
7493
7494 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7495
7496 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7497 fix typo.
7498
7499 2007-10-28 Romain Francoise <romain@orebokech.com>
7500
7501 * gnus.texi (Mail Spool): Grammar fix.
7502
7503 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7504
7505 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7506 string.
7507
7508 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7509
7510 * gnus.texi (Group Parameters): Fix description.
7511
7512 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7513
7514 * gnus.texi (Gmane Spam Reporting):
7515 Fix spam-report-gmane-use-article-number.
7516 Add spam-report-user-mail-address.
7517
7518 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7519
7520 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7521
7522 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7523
7524 * gnus.texi (Group Parameters): Add simplified sorting example based on
7525 example for `Sorting the Summary Buffer' from Jari Aalto
7526 <jari.aalto@cante.net>.
7527 (Example Methods): Add example for an indirect connection.
7528
7529 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7530
7531 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7532 (Agent Parameters): Update parameter names to match code.
7533 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7534 'gnus-agent-summary-fetch-series'.
7535 (Agent and flags): New section providing a generalized discussion
7536 of flag handling.
7537 (Agent and IMAP): Remove flag discussion.
7538 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7539
7540 2007-10-28 Romain Francoise <romain@orebokech.com>
7541
7542 * gnus.texi (Exiting the Summary Buffer): Add new function
7543 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7544
7545 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7546
7547 * gnus.texi (Conformity): Fix typo.
7548 (Customizing Articles): Document `first'.
7549
7550 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7551
7552 * gnus.texi (Sorting the Summary Buffer):
7553 Add `gnus-thread-sort-by-date-reverse'. Add example
7554 host to different sorting in NNTP and RSS groups.
7555
7556 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7557
7558 * message.texi (Insertion): Describe prefix for
7559 message-mark-inserted-region and message-mark-insert-file.
7560
7561 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7562
7563 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7564 LaTeX documents. Describe "text/x-gnus-verbatim".
7565
7566 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7567
7568 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7569 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7570 (spam-stat spam filtering, SpamOracle)
7571 (Extending the Spam ELisp package): Remove extra quote symbol for
7572 clarity.
7573
7574 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7577 gnus-article-delete-part and gnus-article-replace-part.
7578 (Using MIME): Add gnus-mime-replace-part.
7579
7580 2007-10-28 Romain Francoise <romain@orebokech.com>
7581
7582 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7583 requires `auto-compression-mode' to be enabled. Add new nnml
7584 variable `nnml-compressed-files-size-threshold'.
7585
7586 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7587
7588 * gnus.texi (Sorting the Summary Buffer):
7589 Add gnus-thread-sort-by-recipient.
7590
7591 2007-10-28 Romain Francoise <romain@orebokech.com>
7592
7593 * message.texi (Insertion Variables): Mention new variable
7594 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7595 documentation accordingly.
7596
7597 2007-10-28 Romain Francoise <romain@orebokech.com>
7598
7599 * gnus.texi (To From Newsgroups): Mention new variables
7600 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7601
7602 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7605 stuff; gnus-mime-inline-part does the automatic decompression.
7606
7607 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7608
7609 * gnus.texi (Spam ELisp Package Configuration Examples):
7610 "training.ham" should be "training.spam".
7611
7612 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * message.texi (Mail Variables): Fix the default value for
7615 message-send-mail-function.
7616
7617 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7620 always returns nil exceptionally.
7621
7622 2007-10-28 Simon Josefsson <jas@extundo.com>
7623
7624 * gnus.texi (Article Washing): Add libidn URL.
7625 Suggested by Michael Cook <michael@waxrat.com>.
7626
7627 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7628
7629 * gnus.texi (Topic Commands): Fix next/previous.
7630
7631 2007-10-28 Simon Josefsson <jas@extundo.com>
7632
7633 * gnus.texi (Article Washing): Mention `W i'.
7634
7635 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7636
7637 * gnus.texi (Group Parameters): Slight extension of sieve
7638 parameter description.
7639
7640 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7641
7642 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7643 matching score files as well.
7644 (Picons): Describe `gnus-picon-style'.
7645
7646 2007-10-28 Romain Francoise <romain@orebokech.com>
7647
7648 * message.texi (Message Headers): Mention that headers are hidden
7649 using narrowing, and how to expose them.
7650 Update copyright.
7651
7652 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7653
7654 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7655 `gnus-summary-sort-by-recipient'.
7656
7657 2007-10-28 Romain Francoise <romain@orebokech.com>
7658
7659 * gnus.texi (NNTP marks): New node.
7660 (NNTP): Move NNTP marks variables to the new node.
7661
7662 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7663
7664 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7665
7666 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7667
7668 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7669
7670 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7671 everywhere for consistency.
7672 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7673 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7674 Say "regular expression" instead of "regex." Admonish.
7675 Pick other words to sound better (s/so/thus/).
7676 (Spam ELisp Package Filtering of Incoming Mail):
7677 Mention statistical filters. Remove old TODO.
7678 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7679 New section on sorting and displaying the spam score.
7680 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7681 backend but an alias to spam-use-BBDB.
7682 (Extending the Spam ELisp package): Rewrite the example using the
7683 new backend functionality.
7684
7685 2007-10-28 Simon Josefsson <jas@extundo.com>
7686
7687 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7688 nntp-marks-directory, from Romain Francoise
7689 <romain@orebokech.com>.
7690
7691 2007-10-28 Magnus Henoch <mange@freemail.hu>
7692
7693 * gnus.texi (Hashcash): New default value of
7694 hashcash-default-payment.
7695
7696 2007-10-28 Simon Josefsson <jas@extundo.com>
7697
7698 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7699 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7700
7701 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7702
7703 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7704
7705 2007-10-28 Simon Josefsson <jas@extundo.com>
7706
7707 * gnus.texi (documentencoding): Add, to avoid warnings.
7708
7709 2007-10-28 Simon Josefsson <jas@extundo.com>
7710
7711 * message.texi (Mail Headers): Add.
7712
7713 * gnus.texi (Hashcash): Fix.
7714
7715 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7716
7717 * gnus.texi (Hashcash): Change location of library, also mention
7718 that payments can be verified and fix the name of the
7719 hashcash-path variable.
7720
7721 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7722
7723 * gnus.texi (Article Display): Add `gnus-picon-style'.
7724
7725 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7728
7729 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7730
7731 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7732 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7733 warning about ham processors in spam groups removed.
7734
7735 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7736
7737 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7738 From Hubert Chan <hubert@uhoreg.ca>.
7739
7740 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7741
7742 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7743 (Mailing List): Typo.
7744 (Customizing Articles): Add gnus-treat-ansi-sequences.
7745 (Article Washing): Index.
7746
7747 * message.texi: Use m-dash consistently.
7748
7749 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7750
7751 * gnus.texi (GroupLens): Remove.
7752
7753 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7754
7755 * gnus.texi (Outgoing Messages, Agent Variables):
7756 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7757 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7758
7759 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7760
7761 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7762
7763 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7764
7765 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7766
7767 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7768
7769 2007-10-28 Simon Josefsson <jas@extundo.com>
7770
7771 * gnus.texi (Top): Add SASL.
7772
7773 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7774
7775 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7776
7777 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7778
7779 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7780
7781 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7782
7783 * calc.texi (Formulas, Composition Basics): Lower the
7784 precedence of negation.
7785
7786 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7787
7788 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7789 Mention the new three-letter column identifiers.
7790 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7791 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7792 message when using `c' on an empty default with default printer.
7793 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7794 renamed to `ses--symbolic-formulas' some time ago.
7795
7796 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7797
7798 * calc.texi (Default Simplifications, Making Selections)
7799 (Customizing Calc): Clarify associativity of multiplication.
7800
7801 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7802
7803 * tramp.texi (Traces and Profiles): Simplify loop over
7804 `trace-function-background'.
7805
7806 2007-10-22 Juri Linkov <juri@jurta.org>
7807
7808 * dired-x.texi (Shell Command Guessing): Default values are now
7809 available by typing M-n instead of M-p.
7810
7811 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * tramp.texi (Cleanup remote connections): New section.
7814 (Password caching): Remove `tramp-clear-passwd'.
7815 It's not a command anymore.
7816 (Bug Reports): Add `tramp-bug' to function index.
7817 (Function Index, Variable Index): New nodes.
7818 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7819
7820 * trampver.texi: Update release number.
7821
7822 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7823
7824 * calc.texi (History and Acknowledgements): Turn comment
7825 about integer size into past tense.
7826 (Time Zones): Remove pointer to Calc author's address.
7827 (Trigonometric and Hyperbolic Functions): Mention cotangent
7828 and hyperbolic cotangent. Fix typo.
7829
7830 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7831
7832 Sync with Tramp 2.1.11.
7833
7834 * trampver.texi: Update release number.
7835
7836 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7837
7838 * tramp.texi (External packages): New section.
7839
7840 2007-09-29 Juri Linkov <juri@jurta.org>
7841
7842 * info.texi (Help-Int): Document `L' (`Info-history').
7843
7844 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7845
7846 * org.texi: Change links to webpage and maintained email.
7847 (Remember): Promote to Chapter, significant changes.
7848 (Fast access to TODO states): New section.
7849 (Faces for TODO keywords): New section.
7850 (Export options): Example for #+DATE.
7851 (Progress logging): Section moved.
7852
7853 2007-09-26 Bill Wohler <wohler@newt.com>
7854
7855 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7856 browse-url-at-mouse.
7857
7858 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7859
7860 * flymake.texi (Customizable variables): Face names don't end in -face.
7861 Fix flymake-err-line-patterns template.
7862 (Example -- Configuring a tool called directly): Fix init-function.
7863 (Highlighting erroneous lines): Face names don't end in -face.
7864
7865 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7866
7867 * erc.texi (Special-Features): Fix small typo.
7868
7869 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7870
7871 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7872 and "External transfer methods".
7873
7874 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7875
7876 * calc.texi (Predefined Units): Add some history.
7877
7878 2007-09-08 Michael Olson <mwolson@gnu.org>
7879
7880 * erc.texi (Copying): New section included from gpl.texi.
7881 This matches the look of the upstream ERC manual.
7882
7883 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7884
7885 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7886 (Random Numbers): Clarify the distribution of `random'.
7887
7888 2007-09-06 Glenn Morris <rgm@gnu.org>
7889
7890 Move manual sources from man/ to subdirectories of doc/.
7891 Split into the Emacs manual in emacs/, and other manuals in misc/.
7892 Change all setfilename commands to use ../../info.
7893 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7894 refer to the Emacs manual here.
7895 (infodir): New variable.
7896 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7897 (cc-mode.texi, faq.texi): Update references to source file locations.
7898 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7899 do not refer to the Emacs manual here.
7900 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7901
7902 * Makefile.in: Add `basename' versions of all info targets, for
7903 convenience when rebuilding just one manual.
7904 (../etc/GNU): Delete obsolete target.
7905 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7906 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7907 *.vrs *.toc here...
7908 (maintainer-clean): ...from here.
7909
7910 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7911
7912 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7913
7914 * calc.texi (Date Conversions): Clarify definition of
7915 Julian day numbering.
7916 (Date Forms): Clarify definition of Julian day numbering;
7917 add some history.
7918
7919 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7920
7921 * org.texi: Version 5.07.
7922
7923 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7924
7925 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7926
7927 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7928
7929 * org.texi (Adding hyperlink types): New section.
7930 (Embedded LaTeX): Chapter updated because of LaTeX export.
7931 (LaTeX export): New section.
7932 (Using links out): New section.
7933
7934 2007-08-22 Glenn Morris <rgm@gnu.org>
7935
7936 * faq.texi (Learning how to do something): Refcards now in
7937 etc/refcards/ directory.
7938
7939 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7940
7941 * tramp.texi (Remote Programs): Persistency file must be cleared when
7942 changing `tramp-remote-path'.
7943 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7944 macro.
7945
7946 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7947
7948 * calc.texi: Move contents to beginning of file.
7949 (Algebraic Entry): Fix the formatting of an example.
7950
7951 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7952
7953 * calc.texi (Basic Operations on Units): Mention exact versus
7954 inexact conversions.
7955
7956 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7957
7958 * calc.texi (Basic Operations on Units): Mention default
7959 values for new units.
7960 (Quick Calculator Mode): Mention that binary format will
7961 be displayed.
7962
7963 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7964
7965 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7966
7967 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7970
7971 2007-08-08 Glenn Morris <rgm@gnu.org>
7972
7973 * gnus.texi, sieve.texi: Replace `iff'.
7974
7975 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7976
7977 * calc.texi (Basic Graphics): Mention the graphing of error
7978 forms.
7979 (Graphics Options): Mention how `g s' handles error forms.
7980 (Curve Fitting): Mention plotting the curves.
7981 (Standard Nonlinear Models): Add additional models.
7982 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7983 (Linear Fits): Correct result.
7984
7985 2007-08-01 Alan Mackenzie <acm@muc.de>
7986
7987 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7988 to "--no-site-file".
7989
7990 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7991
7992 * tramp.texi (Frequently Asked Questions): Point to mode line
7993 extension in Emacs 23.1.
7994
7995 * trampver.texi: Update release number.
7996
7997 2007-07-27 Glenn Morris <rgm@gnu.org>
7998
7999 * calc.texi (Copying): Include license text from gpl.texi, rather than
8000 in-line.
8001
8002 2007-07-25 Glenn Morris <rgm@gnu.org>
8003
8004 * calc.texi (Copying): Replace license with GPLv3.
8005
8006 * Relicense all FSF files to GPLv3 or later.
8007
8008 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8009
8010 Sync with Tramp 2.1.10.
8011
8012 * tramp.texi (trampfn): Expand macro implementation in order to handle
8013 empty arguments.
8014 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
8015 occurrences by trampfn.
8016 (Frequently Asked Questions): Extend example code for host
8017 identification in the modeline. Add bbdb to approaches shortening Tramp
8018 file names to be typed.
8019
8020 * trampver.texi: Update release number.
8021
8022 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
8025 section. Reported by <poti@potis.org>.
8026 (Remote processes): Arguments of the program to be debugged are taken
8027 literally.
8028 (Frequently Asked Questions): Simplify recentf example.
8029
8030 2007-07-14 Karl Berry <karl@gnu.org>
8031
8032 * info.texi (@copying): New Back-Cover Text.
8033
8034 * info.texi (Quitting Info): Move to proper place in source.
8035 (Reported by Benno Schulenberg.)
8036
8037 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8038
8039 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
8040
8041 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
8042
8043 * emacs-mime.texi: Add @documentencoding directive.
8044
8045 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8046
8047 * tramp.texi (Remote processes): Add an anchor to the subsection
8048 "Running a debugger on a remote host".
8049
8050 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
8051
8052 * tramp.texi (Remote processes): Don't call it "experimental" any
8053 longer. Add subsection about running a debugger on a remote host.
8054
8055 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8056
8057 * org.texi (Properties and columns): Chapter rewritten.
8058
8059 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8060
8061 * tramp.texi:
8062 * trampver.texi: Migrate to Tramp 2.1.
8063
8064 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8065
8066 * org.texi (Properties): New chapter.
8067
8068 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8069
8070 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
8071 Control Panel.
8072
8073 * gnus.texi (Misc Article): Add index entry for
8074 gnus-single-article-buffer.
8075
8076 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
8077
8078 * gnus.texi (Starting Up): Fix typo.
8079
8080 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * gnus.texi (Asynchronous Fetching): Fix typo.
8083
8084 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8085
8086 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
8087 (About This Manual): Remove redundant information.
8088 (Getting Started): Mention author.
8089 (Basic Arithmetic, Customizing Calc): Make description of the
8090 variable `calc-multiplication-has-precedence' match its new effect.
8091
8092 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8093
8094 * calc.texi (Basic Arithmetic, Customizing Calc):
8095 Mention the variable `calc-multiplication-has-precedence'.
8096
8097 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
8098
8099 * org.texi (Tag): Section swapped with node Timestamps.
8100 (Formula syntax for Lisp): Document new `L' flag.
8101
8102 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
8103
8104 * gnus.texi (Misc Group Stuff, Summary Buffer)
8105 (Server Commands, Article Keymap): Fix typo. s/function/command/.
8106
8107 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8110 * gnus.texi (Article Buttons, Mail Source Customization)
8111 (Sending or Not Sending, Customizing NNDiary):
8112 * message.texi (Message Headers):
8113 * mh-e.texi (HTML): Fix typos.
8114
8115 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
8116
8117 Sync with Tramp 2.0.56.
8118
8119 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8120 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8121
8122 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * Version 22.1 released.
8125
8126 2007-05-26 Michael Olson <mwolson@gnu.org>
8127
8128 * erc.texi (Modules): Fix references to completion modules.
8129
8130 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8131
8132 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8133
8134 2007-05-09 Didier Verna <didier@xemacs.org>
8135
8136 * gnus.texi (Email Based Diary): New. Proper documentation for the
8137 nndiary back end and the gnus-diary library.
8138
8139 2007-05-03 Karl Berry <karl@gnu.org>
8140
8141 * .cvsignore (*.pdf): New entry.
8142
8143 * texinfo.tex: Update from current version for better pdf generation.
8144
8145 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8146
8147 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8148
8149 2007-04-28 Glenn Morris <rgm@gnu.org>
8150
8151 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8152 consideration of legal status.
8153
8154 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8155
8156 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8157
8158 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * faq.texi (New in Emacs 22): python.el removed.
8161
8162 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8163
8164 * calc.texi (Reporting bugs): Update maintainer's address.
8165
8166 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8169
8170 2007-04-15 Jay Belanger <belanger@truman.edu>
8171
8172 * calc.texi (Title page): Remove the date.
8173 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8174 (The Standard Calc Interface): Change trail title.
8175 (Floats): Mention that when non-decimal floats are entered, only
8176 approximations are stored.
8177 (Copying): Move to the appendices.
8178 (GNU Free Documentation License): Add as an appendix.
8179
8180 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8181
8182 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8183 * dired-x.texi, ebrowse.texi, ediff.texi:
8184 * emacs-mime.texi, erc.texi, eshell.texi:
8185 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8186 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8187 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8188 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8189 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8190 * woman.texi: Include GFDL.
8191
8192 * doclicense.texi: Remove node heading, so that it can be included by
8193 other files.
8194
8195 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8196
8197 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8198 than *.
8199
8200 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8201
8202 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8203 in Calc.
8204
8205 2007-04-09 Romain Francoise <romain@orebokech.com>
8206
8207 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8208 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8209 replace mouse-2.
8210
8211 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8214 renamed to woman-use-topic-at-point. Document new behavior.
8215
8216 2007-04-08 Richard Stallman <rms@gnu.org>
8217
8218 * url.texi: Fix some indexing.
8219 (Disk Caching): Drop discussion of old/other Emacs versions.
8220
8221 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8222
8223 * url.texi (Disk Caching): Say Emacs 21 "and later".
8224
8225 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8226 on Font locking which now mentions JIT lock.
8227
8228 2007-04-01 Michael Olson <mwolson@gnu.org>
8229
8230 * erc.texi: Update for the ERC 5.2 release.
8231
8232 2007-03-31 David Kastrup <dak@gnu.org>
8233
8234 * woman.texi (Topic, Interface Options): Explain changes semantics of
8235 woman-manpath in order to consider MANPATH_MAP entries.
8236
8237 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8238
8239 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8240
8241 2007-03-26 Richard Stallman <rms@gnu.org>
8242
8243 * pgg.texi (Caching passphrase): Clean up previous change.
8244
8245 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8246
8247 * gnus.texi (Setting Process Marks): Fix typo.
8248
8249 2007-03-25 Romain Francoise <romain@orebokech.com>
8250
8251 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8252 readability, and include various fixes by Daniel Brockman, Nick Roberts
8253 and Dieter Wilhelm.
8254
8255 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8256
8257 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8258
8259 * gnus.texi (Mail Source Specifiers): Fix typo.
8260
8261 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8262
8263 * reftex.texi (Imprint): Update maintainer information.
8264
8265 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * message.texi (Message Buffers): Update documentation for
8268 message-generate-new-buffers.
8269
8270 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8271
8272 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8273
8274 2007-03-21 Glenn Morris <rgm@gnu.org>
8275
8276 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8277
8278 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * eshell.texi (Known problems): Emacs 21 -> 22.
8281
8282 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8283
8284 2007-03-18 Jay Belanger <belanger@truman.edu>
8285
8286 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8287
8288 2007-03-12 Glenn Morris <rgm@gnu.org>
8289
8290 * calc.texi (Time Zones): Switch to new North America DST rule.
8291
8292 * calc.texi: Replace "daylight savings" with "daylight
8293 saving" in text throughout.
8294
8295 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8296
8297 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8298 The variable now uses a list of symbols instead of just a symbol.
8299 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8300
8301 2007-03-06 Romain Francoise <romain@orebokech.com>
8302
8303 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8304 new packages, and mention Gnus update.
8305
8306 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8307
8308 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8309 nntp-open-connection-functions-never-echo-commands.
8310
8311 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8312
8313 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8314 problems on the console, and security risk in not using gpg-agent.
8315
8316 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8317
8318 * org.texi (The spreadsheet): Rename from "Table calculations".
8319 Completely reorganized and rewritten.
8320 (CamelCase links): Section removed.
8321 (Repeating items): New section.
8322 (Tracking TODO state changes): New section.
8323 (Agenda views): Chapter reorganized and rewritten.
8324 (HTML export): Section rewritten.
8325 (Tables in arbitrary syntax): New section.
8326 (Summary): Better feature summary.
8327 (Activation): Document problem with cut-and-paste of Lisp code
8328 from PDF files.
8329 (Visibility cycling): Document indirect buffer use.
8330 (Structure editing): Document sorting.
8331 (Remember): Section rewritten.
8332 (Time stamps): Better description of time stamp types.
8333 (Tag searches): Document regular expression search for tags.
8334 (Stuck projects): New section.
8335 (In-buffer settings): New keywords.
8336 (History and Acknowledgments): Update description.
8337
8338 2007-02-24 Alan Mackenzie <acm@muc.de>
8339
8340 * cc-mode.texi (Movement Commands): Insert two missing command names.
8341 (Getting Started): Slight wording correction (use conditional).
8342
8343 2007-02-22 Kim F. Storm <storm@cua.dk>
8344
8345 * widget.texi (User Interface, Basic Types): Document need to put some
8346 text before the %v escape in :format string in editable-field widget.
8347
8348 2007-02-18 Romain Francoise <romain@orebokech.com>
8349
8350 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8351 `cvs-mode-quit'.
8352
8353 2007-02-10 Markus Triska <markus.triska@gmx.at>
8354
8355 * widget.texi (Programming Example): Put constant strings in :format.
8356
8357 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8358
8359 * faq.texi (Fullscreen mode on MS-Windows): New node.
8360
8361 2007-02-04 David Kastrup <dak@gnu.org>
8362
8363 * faq.texi (AUCTeX): Update version number. Should probably be done
8364 for other packages as well.
8365
8366 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8367
8368 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8369 <tassilo@member.fsf.org>.
8370
8371 2007-01-20 Markus Triska <markus.triska@gmx.at>
8372
8373 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8374
8375 2007-01-13 Michael Olson <mwolson@gnu.org>
8376
8377 * erc.texi (Modules): Mention capab-identify module.
8378
8379 2007-01-05 Michael Olson <mwolson@gnu.org>
8380
8381 * erc.texi (Getting Started): Update for /RECONNECT command.
8382
8383 2007-01-04 Richard Stallman <rms@gnu.org>
8384
8385 * ebrowse.texi: Change C-c b to C-c C-m.
8386
8387 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8388
8389 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8390 variables only in info to avoid redundant entries in the printed
8391 manual.
8392
8393 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8394
8395 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8396
8397 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8398
8399 * message.texi (Security): Split into sub-nodes.
8400
8401 2007-01-01 Alan Mackenzie <acm@muc.de>
8402
8403 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8404 eval-after-load in Emacs <=21 and a workaround. Document that
8405 trigraphs are not supported.
8406
8407 2007-01-01 Alan Mackenzie <acm@muc.de>
8408
8409 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8410 c-context-line-break. When invoked within a string, preserve
8411 whitespace. Add a backslash only when also in a macro.
8412
8413 2007-01-01 Alan Mackenzie <acm@muc.de>
8414
8415 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8416
8417 2007-01-01 Alan Mackenzie <acm@muc.de>
8418
8419 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8420 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8421
8422 2007-01-01 Alan Mackenzie <acm@muc.de>
8423
8424 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8425 "Choosing a Style".
8426
8427 * cc-mode.texi ("Styles"): Add @dfn{style}.
8428
8429 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8430
8431 Sync with Tramp 2.0.55.
8432
8433 * trampver.texi: Update release number.
8434
8435 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8436
8437 * gnus.texi (Customizing Articles): Add index entries for all
8438 gnus-treat-* variables.
8439
8440 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8441
8442 * gnus.texi (IMAP): Fix incorrect explanation of
8443 nnimap-search-uids-not-since-is-evil in documentation for
8444 nnimap-expunge-search-string.
8445
8446 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8447
8448 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8449 spam-ifile-database.
8450
8451 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8452
8453 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8454 rebind C-s.
8455
8456 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8457
8458 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8459 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8460 "expiring mail".
8461 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8462 nnimap-nov-is-evil.
8463
8464 2006-12-25 Kevin Ryde <user42@zip.com.au>
8465
8466 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8467 about the key procedure being used heavily.
8468
8469 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8470
8471 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8472 to t.
8473 (Prerequisites): Add explanation about gpg-agent.
8474
8475 2006-12-22 Kevin Ryde <user42@zip.com.au>
8476
8477 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8478 "sort" instead of "sort*".
8479
8480 2006-12-19 Richard Stallman <rms@gnu.org>
8481
8482 * calc.texi (History and Acknowledgements): Recognize that Emacs
8483 now does have floating point.
8484
8485 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8486
8487 * tramp.texi (External transfer methods): Describe new method `scpc'.
8488
8489 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8490
8491 * pgg.texi: Added short note on gpg-agent to the introduction.
8492
8493 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8494
8495 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8496 also applies to Cc.
8497
8498 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8499
8500 * gnus.texi (X-Face): Clarify. Say which programs are required
8501 on Windows.
8502
8503 2006-12-08 Michael Olson <mwolson@gnu.org>
8504
8505 * erc.texi (Modules): Remove documentation for list module.
8506
8507 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8508
8509 * faq.texi (^M in the shell buffer): Ditto.
8510
8511 2006-11-20 Michael Olson <mwolson@gnu.org>
8512
8513 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8514
8515 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8516
8517 * org.texi: Fix typos.
8518 (Agenda commands): Document `C-k'.
8519
8520 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8521
8522 * url.texi (http/https): Fix a typo in the HTTP URL.
8523
8524 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8525
8526 * ada-mode.texi: Total rewrite.
8527
8528 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * org.texi: Minor typo fixes.
8531
8532 2006-11-13 Bill Wohler <wohler@newt.com>
8533
8534 Release MH-E manual version 8.0.3.
8535
8536 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8537 release 8.0.3.
8538
8539 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8540 to set MAILDIR.
8541 (Reading Mail): Document the customization of read-mail-command
8542 for MH-E.
8543 (Viewing Attachments): Document mm-discouraged-alternatives.
8544 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8545 (Junk): Add more information about the settings of mh-junk-background
8546 in a program. Add /usr/bin/mh to PATH in examples.
8547
8548 2006-11-12 Richard Stallman <rms@gnu.org>
8549
8550 * woman.texi: Update author address but say he no longer maintains it.
8551
8552 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8553
8554 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8555 archived trees.
8556 (Checkboxes): Section moved to chapter 5, and extended.
8557 (The date/time prompt): New section.
8558 (Link abbreviations): New section.
8559 (Presentation and sorting): New section.
8560 (Custom agenda views): Section completely rewritten.
8561 (Summary): Compare with Planner.
8562 (Feedback): More info about creating backtraces.
8563 (Plain lists): Modify example.
8564 (Breaking down tasks): New section.
8565 (Custom time format): New section.
8566 (Time stamps): Document inactive timestamps.
8567 (Setting tags): More details about fast tag selection.
8568 (Block agenda): New section.
8569 (Custom agenda views): Section rewritten.
8570 (Block agenda): New section.
8571
8572 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * tramp.texi (Configuration): scp is the default method.
8575 (Default Method): Use ssh as example for another method.
8576
8577 2006-10-27 Richard Stallman <rms@gnu.org>
8578
8579 * woman.texi: Downcase nroff/troff/roff.
8580 (Installation): Chapter deleted. Some xrefs deleted.
8581 (Background): woman doesn't advise man ;-).
8582
8583 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8584
8585 * ada-mode.texi (Project files, Identifier completion)
8586 (Automatic Casing, Debugging, Using non-standard file names)
8587 (Working Remotely): Fix typos.
8588
8589 2006-10-20 Masatake YAMATO <jet@gyve.org>
8590
8591 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8592 sample code `my-c-initialization-hook'.
8593
8594 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8595
8596 * widget.texi: Fix typos.
8597
8598 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8599
8600 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8601 "???". There have been no complaints for years, so the information
8602 must be appropriate.
8603
8604 2006-10-16 Richard Stallman <rms@gnu.org>
8605
8606 * widget.texi: Use @var instead of capitalization.
8607 Clarify many widget type descriptions.
8608
8609 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8610
8611 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8612 gnus-dired-attach.
8613 (Selecting a Group): Fix typo.
8614
8615 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8616
8617 * widget.texi: Fix typos.
8618
8619 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8620
8621 * gnus.texi (Image Enhancements): Update for Emacs 22.
8622
8623 * gnus-faq.texi ([1.3]): Update.
8624
8625 2006-10-06 Richard Stallman <rms@gnu.org>
8626
8627 * faq.texi (Displaying the current line or column):
8628 Delete "As of Emacs 20".
8629
8630 2006-10-06 Romain Francoise <romain@orebokech.com>
8631
8632 * faq.texi (VM): VM works with Emacs 22 too.
8633
8634 2006-10-06 Richard Stallman <rms@gnu.org>
8635
8636 * ebrowse.texi: Remove Emacs version "21" from title.
8637
8638 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8639
8640 * gnus.texi (Foreign Groups): Say where change of editing commands are
8641 stored. Add reference to `gnus-parameters'.
8642
8643 2006-09-15 Jay Belanger <belanger@truman.edu>
8644
8645 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8646 Change "Library Public License" to "Lesser Public License"
8647 throughout. Use "yyyy" to represent year.
8648
8649 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8650
8651 * org.texi (Setting tags): Typo fix.
8652
8653 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8654
8655 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8656
8657 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8660
8661 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8662
8663 * faq.texi (Escape sequences in shell output): EMACS is now set
8664 to Emacs's absolute file name, not to "t".
8665 (^M in the shell buffer): Likewise.
8666
8667 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8668
8669 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8670 mails with pop3-leave-mail-on-server. Fix wording.
8671 (Limiting): Improve gnus-summary-limit-to-articles.
8672 (X-Face): Fix typo.
8673
8674 2006-09-11 Simon Josefsson <jas@extundo.com>
8675
8676 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8677 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8678
8679 2006-09-06 Simon Josefsson <jas@extundo.com>
8680
8681 * smtpmail.texi (Authentication): Mention SSL.
8682
8683 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8684
8685 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8686
8687 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8688
8689 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8690 Don't use @indicateurl.
8691
8692 * cc-mode.texi (Subword Movement): Don't use @headitem.
8693 (Custom Braces, Clean-ups): Don't use @tie.
8694
8695 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8696
8697 Sync with Tramp 2.0.54.
8698
8699 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8700 Suggested by Adrian Phillips <a.phillips@met.no>.
8701
8702 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8703
8704 * org.texi (Installation, Activation): Split from Installation and
8705 Activation.
8706 (Clocking work time): Documented new features.
8707
8708 2006-08-13 Alex Schroeder <alex@gnu.org>
8709
8710 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8711 example.
8712
8713 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8714
8715 * faq.texi (How to add fonts): New node.
8716
8717 2006-08-05 Romain Francoise <romain@orebokech.com>
8718
8719 * faq.texi (New in Emacs 22): Expand.
8720
8721 2006-08-03 Michael Olson <mwolson@gnu.org>
8722
8723 * erc.texi: Update for ERC 5.1.4.
8724
8725 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8726
8727 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8728 in .../site-lisp/gnus/ by default.
8729 [ From gnus-news.texi in the trunk. ]
8730
8731 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8732
8733 * gnus.texi (MIME Commands): Additions for yEnc.
8734
8735 2006-07-24 Richard Stallman <rms@gnu.org>
8736
8737 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8738 * faq.texi: Move periods and commas inside quotes.
8739
8740 2006-07-20 Jay Belanger <belanger@truman.edu>
8741
8742 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8743
8744 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8745
8746 * faq.texi (Security risks with Emacs): Document Emacs 22
8747 file-local-variable mechanism.
8748
8749 2006-07-12 Michael Olson <mwolson@gnu.org>
8750
8751 * erc.texi: Update for ERC 5.1.3.
8752
8753 2006-07-12 Alex Schroeder <alex@gnu.org>
8754
8755 * rcirc.texi: Fix typos.
8756 (Getting started with rcirc): New calling convention for M-x irc.
8757 Mention #rcirc. Removed channel tracking.
8758 (Configuration): Change the names of all variables that got changed
8759 recently, eg. rcirc-server to rcirc-default-server. Added
8760 documentation for rcirc-authinfo, some background for Bitlbee, and
8761 rcirc-track-minor-mode.
8762 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8763 Scrolling.
8764 (Reconnecting after you have lost the connection): Fix example code
8765 to match code changes.
8766
8767 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8768
8769 * gnus.texi, message.texi: Fix typos.
8770
8771 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8772
8773 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8774 commands.
8775 (Global TODO list): Document the use of the variables
8776 `org-agenda-todo-ignore-scheduled' and
8777 `org-agenda-todo-list-sublevels'.
8778
8779 2006-07-05 Richard Stallman <rms@gnu.org>
8780
8781 * faq.texi (Scrolling only one line): Fix xref.
8782
8783 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8784
8785 * faq.texi (Evaluating Emacs Lisp code):
8786 Throughout, replace eval-current-buffer with eval-buffer.
8787
8788 2006-07-03 Richard Stallman <rms@gnu.org>
8789
8790 * rcirc.texi (Scrolling conservatively): Fix xref.
8791
8792 * pcl-cvs.texi (Viewing differences): Usage fix.
8793
8794 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8795
8796 * org.texi (Agenda commands): Document `s' key to save all org-mode
8797 buffers.
8798
8799 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8800
8801 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8802 names. Mention `cvs-msg' face.
8803
8804 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8805
8806 * org.texi (Checkboxes): New section.
8807
8808 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8809
8810 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8811 throughout this chapter.
8812
8813 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8816 text for standalone vs Emacs info.
8817 (Help): Clarify header line description. Use mouse-1 for clicks.
8818 (Help-P): Use mouse-1 for clicks.
8819 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8820 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8821 (Choose menu subtopic): Remove gratuitous Emacs command names.
8822 (Help-FOO): Put usual behavior first.
8823 (Help-Xref): Clicking on xrefs works in Emacs.
8824 (Search Text): Clarify what the default behavior is.
8825 (Create Info buffer): Fix Emacs window/X window confusion.
8826 (Emacs Info Variables): Fix for new Emacs init file behavior.
8827
8828 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8829
8830 * gnus.texi (Summary Buffer Lines): Fix typo.
8831
8832 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8833
8834 * org.texi (Embedded LaTeX): New chapter.
8835 (Archiving): Section rewritten.
8836 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8837
8838 2006-06-20 Bill Wohler <wohler@newt.com>
8839
8840 Release MH-E manual version 8.0.1.
8841
8842 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8843 release 8.0.1.
8844 (Preface): Depend on GNU mailutils 1.0 and higher.
8845
8846 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8847
8848 * message.texi (News Headers): Update message-syntax-checks section.
8849
8850 2006-06-19 Karl Berry <karl@gnu.org>
8851
8852 * info.texi (Advanced): Mention C-q, especially with ?.
8853
8854 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8855
8856 * org.texi (Publishing links): Document the `:link-validation-function'
8857 property.
8858 (Extensions and Hacking): New chapter, includes some sections of the
8859 "Miscellaneous" chapter.
8860
8861 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8862
8863 * org.texi (Progress logging): New section.
8864
8865 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8866
8867 * org.texi (ASCII export): Document indentation adaptation.
8868 (Setting tags): Document mutually-exclusive tags.
8869
8870 2006-06-05 Romain Francoise <romain@orebokech.com>
8871
8872 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8873 Fix typo.
8874
8875 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8876 channel (#gnus@irc.freenode.net).
8877 Fix typos. Update copyright notice.
8878
8879 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8880 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8881 (Line-Up Functions, Custom Macros):
8882 * ediff.texi (Window and Frame Configuration)
8883 (Highlighting Difference Regions):
8884 * emacs-mime.texi (Display Customization):
8885 * erc.texi (History):
8886 * eshell.texi (Known problems):
8887 * eudc.texi (Overview, BBDB):
8888 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8889 (The problem of spam, SpamOracle, Extending the Spam package)
8890 (Conformity, Terminology):
8891 * idlwave.texi (Routine Info)
8892 (Class and Keyword Inheritance, Padding Operators)
8893 (Breakpoints and Stepping, Electric Debug Mode)
8894 (Examining Variables, Troubleshooting):
8895 * org.texi (Creating timestamps):
8896 * reftex.texi (Commands, Options, Changes):
8897 * tramp.texi (Inline methods, Password caching)
8898 (Auto-save and Backup, Issues):
8899 * vip.texi (Files, Commands in Insert Mode):
8900 * viper.texi (Emacs Preliminaries, States in Viper)
8901 (Packages that Change Keymaps, Viper Specials, Groundwork):
8902 Fix various typos.
8903
8904 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8905
8906 * ediff.texi: Fix typos.
8907
8908 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8909
8910 * org.texi: Small typo fixes.
8911
8912 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * viper.texi (Viper Specials):
8915 * gnus.texi (Example Setup):
8916 * faq.texi (Backspace invokes help):
8917 * dired-x.texi (Optional Installation Dired Jump):
8918 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8919 follow coding conventions.
8920
8921 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8924
8925 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8926
8927 * pcl-cvs.texi: Fix typos.
8928 (Customization): Say "us".
8929
8930 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8931
8932 * org.texi: Remove bogus @setfilename.
8933
8934 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8935
8936 * org.texi (ASCII export): Omit command name.
8937 (HTML export): Add prefix to all lines in Local Variable example.
8938 (Acknowledgments): Typeset names in italics.
8939
8940 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8941
8942 * org.texi (Plain lists): Add new item navigation commands.
8943 (External links): Document elisp and info links.
8944 (Custom searches): New section.
8945 (Publishing): New chapter.
8946 (HTML export): Include a list of supported CSS classes.
8947 (Setting tags): Describe the fast-tag-setting interface.
8948
8949 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * dired-x.texi: ifinfo -> ifnottex.
8952
8953 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8954
8955 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8956
8957 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * message.texi (Interface): Add tool bar customization.
8960 (MIME): Index and text additions for mml-attach.
8961 (MIME): Describe mml-dnd-protocol-alist and
8962 mml-dnd-attach-options.
8963
8964 * gnus.texi (Oort Gnus): Reorder entries in sections.
8965 Fix some entries.
8966 (Starting Up): Add references to "Emacs for Heathens" and to
8967 "Finding the News". Add user-full-name and user-mail-address.
8968 (Group Buffer Format): Add tool bar customization and update.
8969 (Summary Buffer): Add tool bar customization.
8970 (Posting Styles): Add message-alternative-emails.
8971
8972 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8973
8974 * tramp.texi (Filename completion): Improve wording.
8975
8976 2006-05-07 Romain Francoise <romain@orebokech.com>
8977
8978 * faq.texi (Using regular expressions): Fix typo.
8979 (Packages that do not come with Emacs): Fix capitalization.
8980 (Replacing text across multiple files): Expand node to explain how
8981 to use `dired-do-query-replace-regexp' in more detail, based on
8982 suggestion by Eric Hanchrow <offby1@blarg.net>.
8983
8984 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * tramp.texi (Filename completion): Completion of remote files'
8987 method, user name and host name is active only in partial
8988 completion mode.
8989
8990 2006-05-06 Bill Wohler <wohler@newt.com>
8991
8992 Release MH-E manual version 8.0.
8993
8994 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8995 release 8.0.
8996
8997 2006-05-06 Bill Wohler <wohler@newt.com>
8998
8999 * mh-e.texi (MH-BOOK-HOME): Change from
9000 http://www.ics.uci.edu/~mh/book/mh to
9001 http://rand-mh.sourceforge.net/book/mh.
9002 Replace .htm suffix with .html for MH book files.
9003 (Using This Manual): Update key binding for getting relevant
9004 chapter in Info from command key.
9005 (Ranges): Fix itemx.
9006
9007 2006-05-05 Karl Berry <karl@gnu.org>
9008
9009 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
9010 (\fonttextsize): New user-level command to change text font size.
9011
9012 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9013
9014 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
9015
9016 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
9017
9018 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
9019
9020 2006-04-24 Bill Wohler <wohler@newt.com>
9021
9022 * mh-e.texi (Getting Started): Make it more explicit that you need
9023 to install MH. Add pointers to current MH implementations.
9024
9025 2006-04-21 Bill Wohler <wohler@newt.com>
9026
9027 Release MH-E manual version 7.94.
9028
9029 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
9030 release 7.94.
9031
9032 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
9033
9034 * org.texi: Many small fixes.
9035 (Handling links): Rename from "Managing links".
9036
9037 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9038
9039 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
9040 (Splitting mail using spam-stat): Fix @xref.
9041
9042 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * gnus.texi (Spam Package): Major revision of the text.
9045 Previously this node was "Filtering Spam Using The Spam ELisp Package".
9046
9047 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
9048
9049 * org.texi (Time stamps): Better explanation of the purpose of
9050 different time stamps.
9051 (Structure editing, Plain lists): More details on how new items
9052 and headings are inserted.
9053
9054 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
9055
9056 * org.texi (Formula syntax): Fix link to Calc Manual.
9057
9058 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9059
9060 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
9061
9062 2006-04-17 Bill Wohler <wohler@newt.com>
9063
9064 * mh-e.texi (Folders): Update mh-before-quit-hook and
9065 mh-quit-hook example with code that removes the buffers rather
9066 than just bury them.
9067
9068 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
9069
9070 Sync with Tramp 2.0.53.
9071
9072 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9073
9074 * org.texi (Updating settings): New section.
9075 (Visibility cycling): Better names for the startup folding
9076 options.
9077 (Exporting): Completely restructured.
9078 (The very busy C-c C-c key): New section.
9079 (Summary of in-buffer settings): New section.
9080
9081 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9082
9083 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
9084
9085 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
9086
9087 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
9088 (Server Commands): Key `v' is reserved for users.
9089
9090 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9091
9092 * org.texi (Link format): New section, emphasis on bracket links.
9093 (External links): Document bracket links.
9094 (FAQ): Expand to cover shell links and the new link format.
9095
9096 2006-04-09 Kevin Ryde <user42@zip.com.au>
9097
9098 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9099
9100 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9101
9102 * gnus.texi (Summary Buffer Lines): Add `*'.
9103
9104 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
9105
9106 * gnus.texi (Group Parameters):
9107 Mention gnus-permanently-visible-groups.
9108
9109 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9110
9111 * gnus.texi (Face): Fix typo.
9112
9113 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
9114
9115 * gnus.texi (X-Face): Clarify.
9116 (Face): Need Emacs with PNG support.
9117
9118 2006-04-06 Richard Stallman <rms@gnu.org>
9119
9120 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9121 Emacs".
9122
9123 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9124
9125 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9126 blocks not suitable for inclusion with Emacs using variable
9127 PARTOFEMACS.
9128
9129 2006-04-04 Simon Josefsson <jas@extundo.com>
9130
9131 * gnus.texi (Security): Improve.
9132
9133 2006-04-02 Karl Berry <karl@gnu.org>
9134
9135 * texinfo.tex: Update to current version (2006-03-21.13).
9136
9137 2006-04-02 Bill Wohler <wohler@newt.com>
9138
9139 * mh-e.texi (Getting Started, Junk, Bug Reports)
9140 (MH FAQ and Support): Fix URLs.
9141
9142 2006-03-31 Romain Francoise <romain@orebokech.com>
9143
9144 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9145 to t, not nil (and has for the past eight years).
9146
9147 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9148
9149 * message.texi, gnus.texi: Bump version to 5.11.
9150
9151 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * gnus.texi (Top): Add comment about version line.
9154
9155 * message.texi (Top): Ditto. Change to take named versions into
9156 account.
9157
9158 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9159
9160 * gnus.texi (Posting Styles): Add x-face-file to example.
9161 (X-Face): Refer to posting styles.
9162
9163 * gnus-faq.texi ([5.8]): Add x-face-file.
9164 ([8.4]): Add links to gmane.emacs.gnus.user and
9165 gmane.emacs.gnus.general.
9166
9167 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9168
9169 * gnus-faq.texi: Use .invalid.
9170 ([5.4]): Fix gnus-posting-styles example.
9171
9172 2006-03-27 Romain Francoise <romain@orebokech.com>
9173
9174 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9175 Emacs/W3 needs a new maintainer.
9176 (Ispell): Update author and version info.
9177 (Mailcrypt): Mention PGG.
9178 (New in Emacs 22): Add PGG to the list of new packages.
9179 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9180 updating dead URLs.
9181
9182 2006-03-25 Karl Berry <karl@gnu.org>
9183
9184 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9185 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9186 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9187 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9188 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9189 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9190 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9191 (2) do not indent copyright year list (or anything else).
9192
9193 2006-03-21 Bill Wohler <wohler@newt.com>
9194
9195 * mh-e.texi (Folders): Various edits.
9196
9197 2006-03-20 Romain Francoise <romain@orebokech.com>
9198
9199 * gnus.texi (Mail Folders): Grammar fix.
9200
9201 2006-03-19 Bill Wohler <wohler@newt.com>
9202
9203 * mh-e.texi (Replying): Document Mail-Followup-To.
9204 Change manually-formatted table to multitable. Add debugging info.
9205 Move description of mh-reply-default-reply-to into paragraph
9206 that describes its values.
9207
9208 2006-03-17 Bill Wohler <wohler@newt.com>
9209
9210 * mh-e.texi: Use smallexample and smalllisp consistently.
9211 (Sending Mail Tour): Update method of entering
9212 addresses and subject.
9213 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9214 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9215
9216 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9217
9218 * org.texi: Version number change only.
9219
9220 2006-03-14 Bill Wohler <wohler@newt.com>
9221
9222 * mh-e.texi: Add index entries around each paragraph rather than
9223 depend on entries from beginning of node. Doing so ensures that
9224 index entries are less likely to be forgotten if text is cut and
9225 pasted, and are necessary anyway if the references are on a
9226 separate page. It seems that makeinfo is now (v. 4.8) only
9227 producing one index entry per node, so there is no longer any
9228 excuse not to. Use subheading instead of heading. The incorrect
9229 use of heading produced very large fonts in Info--as large as the
9230 main heading.
9231 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9232 versions 6 and 7 appeared *around* the time of these Emacs releases.
9233
9234 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9235
9236 * org.texi (Clean view): Document new startup options.
9237
9238 2006-03-11 Bill Wohler <wohler@newt.com>
9239
9240 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9241 (Composing, Scan Line Formats): Fix @refs.
9242 (Getting Started): Define MH profile and MH profile components.
9243 (Incorporating Mail, Reading Mail, Viewing, Printing)
9244 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9245 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9246 for string constants.
9247 (Tool Bar): Remove spurious quote.
9248 (Junk): Use ``...'' instead of "...".
9249 (Scan Line Formats): Replace @samp with @kbd.
9250
9251 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9252
9253 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9254
9255 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9256
9257 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9258 easy to understand.
9259
9260 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * gnus.texi: Markup fix.
9263 (Fancy Mail Splitting): Specify new feature.
9264
9265 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9266
9267 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9268 partial-words matching.
9269
9270 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9273
9274 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9275 (MIME Commands): Fix mm-discouraged-alternatives.
9276
9277 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9278
9279 * org.texi: Version number change only.
9280
9281 2006-03-06 Bill Wohler <wohler@newt.com>
9282
9283 * mh-e.texi: Move from SourceForge repository to Savannah.
9284 This is version 7.93, which is a total rewrite from the previous
9285 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9286 version 7.93.
9287
9288 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9289
9290 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9291
9292 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9293
9294 * org.texi (Interaction): Add item about `org-mouse.el' by
9295 Piotr Zielinski.
9296 (Managing links): Document that also mouse-1 can be used to
9297 activate a link.
9298 (Headlines, FAQ): Add entry about hiding leading stars.
9299 (Miscellaneous): Resort the sections in this chapter to a more
9300 logical sequence.
9301
9302 2006-02-27 Simon Josefsson <jas@extundo.com>
9303
9304 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9305 2004-01-27 from the trunk).
9306
9307 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9308
9309 * cc-mode.texi: Rename c-hungry-backspace to
9310 c-hungry-delete-backwards, at the request of RMS. Leave the old
9311 name as an alias.
9312
9313 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9314
9315 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9316 include the function header within the defun.
9317
9318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9319
9320 * cc-mode.texi: Correct two typos.
9321
9322 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9323
9324 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9325 existing comment.
9326 (Electric Keys): Add a justification for electric indentation.
9327 (Hungry WS Deletion): Clear up the names and complications of the
9328 BACKSPACE and DELETE keys.
9329
9330 2006-02-23 Juri Linkov <juri@jurta.org>
9331
9332 * faq.texi (Common requests): Move `Turning on auto-fill by
9333 default' after `Wrapping words automatically'. Move `Working with
9334 unprintable characters' before `Searching for/replacing newlines'.
9335 Move `Replacing highlighted text' after `Highlighting a region'.
9336 Merge `Repeating commands' and `Repeating a command as many times
9337 as possible' into the former.
9338 (Packages that do not come with Emacs): Add refs to Gmane and
9339 etc/MORE.STUFF.
9340
9341 2006-02-23 Juri Linkov <juri@jurta.org>
9342
9343 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9344 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9345 Add xref to `(emacs)Reporting Bugs'.
9346 (Getting a printed manual): Add URL to other formats of the manual.
9347 (Common requests): Fix menu.
9348 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9349 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9350 (Inserting text at the beginning of each line): Add pxref to
9351 `Changing the included text prefix'.
9352 (Forcing the cursor to remain in the same column): Mention `track-eol'
9353 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9354 (Replacing text across multiple files): Add keybinding `Q' for
9355 `dired-do-query-replace'.
9356
9357 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9358
9359 * reftex.texi: Version number and date change only.
9360
9361 * org.texi (Internal Links): Rewrite to cover the modified
9362 linking system.
9363
9364 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9365
9366 * faq.texi: Remove the coding cookie, it's not needed anymore.
9367
9368 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9369
9370 * faq.texi (Colors on a TTY): Mention Mac OS port.
9371
9372 2006-02-12 Karl Berry <karl@gnu.org>
9373
9374 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9375 8-bit accented a.
9376
9377 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9378
9379 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9380
9381 2006-02-08 Romain Francoise <romain@orebokech.com>
9382
9383 * faq.texi (Top): Remove paragraph about the FAQ being a
9384 transitional document, etc.
9385 (Searching for/replacing newlines): New node.
9386 (Yanking text in isearch): New node.
9387 (Inserting text at the beginning of each line): Rename and make
9388 more general, mention `M-;' in Message mode.
9389
9390 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * faq.texi (Meta key does not work in xterm)
9393 (Emacs does not display 8-bit characters)
9394 (Inputting eight-bit characters): Update xrefs.
9395
9396 2006-02-06 Romain Francoise <romain@orebokech.com>
9397
9398 * faq.texi (VM): VM now at version 7.19.
9399 Set myself as maintainer of this file.
9400
9401 2006-02-04 Michael Olson <mwolson@gnu.org>
9402
9403 * erc.texi (History): Note that ERC is now included with Emacs.
9404
9405 2006-01-31 Romain Francoise <romain@orebokech.com>
9406
9407 * message.texi (Message Headers): Explain what
9408 `message-alternative-emails' does in more detail.
9409 Update copyright year.
9410
9411 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9412
9413 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9414
9415 2006-01-29 Richard M. Stallman <rms@gnu.org>
9416
9417 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9418
9419 2006-01-29 Michael Olson <mwolson@gnu.org>
9420
9421 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9422
9423 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9424
9425 * faq.texi (New in Emacs 22): Mention ERC.
9426
9427 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9428
9429 * rcirc.texi: Capitalize dir entry for consistency with the entry
9430 in info/dir and other entries in the Emacs category.
9431 Fix typos. Delete trailing whitespace.
9432
9433 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9434
9435 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9436
9437 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9438
9439 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9440 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9441
9442 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9443 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9444
9445 2006-01-27 Alex Schroeder <alex@gnu.org>
9446
9447 * rcirc.texi: New file.
9448
9449 2006-01-23 Juri Linkov <juri@jurta.org>
9450
9451 * widget.texi (User Interface): Add S-TAB for widget-backward.
9452
9453 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9454
9455 Sync with Tramp 2.0.52.
9456
9457 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9458 Add Tramp disabling item. New item for common connection problems.
9459 (various): Apply "ftp" as method for the download URL.
9460 (Bug Reports): Refer to FAQ for common problems.
9461
9462 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9463
9464 * widget.texi (User Interface): Use @key for TAB.
9465
9466 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9467
9468 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9469 for TAB.
9470
9471 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9472
9473 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus.texi: Update copyright.
9476
9477 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * gnus.texi (Article Washing): Additions.
9480
9481 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9482
9483 * org.texi (Agenda commands): Document tags command.
9484
9485 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9488
9489 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * gnus.texi (RSS): Addition.
9492
9493 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9494
9495 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9496
9497 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9498
9499 * emacs-mime.texi (Display Customization): Add setting example to
9500 mm-discouraged-alternatives.
9501
9502 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9505 version is the canonical version.
9506
9507 2006-01-08 Alex Schroeder <alex@gnu.org>
9508
9509 * pgg.texi (Caching passphrase): Rewording.
9510
9511 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9512
9513 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9514 repository URL.
9515
9516 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9517
9518 * org.texi: Removed the accidentally re-added empty line in the
9519 direntry.
9520
9521 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9522
9523 * org.texi (Agenda Views): Chapter reorganized.
9524
9525 2005-12-29 Romain Francoise <romain@orebokech.com>
9526
9527 * faq.texi (Using Customize): New node.
9528
9529 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9530
9531 * org.texi: Remove blank line in @direntry. It is non-standard
9532 and recursively produces blank lines all over the dir file (when
9533 using Texinfo 4.8).
9534
9535 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9536
9537 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9538
9539 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9540
9541 * org.texi (Tags): Boolean logic documented.
9542 (Agenda Views): Document custom commands.
9543
9544 2005-12-20 David Kastrup <dak@gnu.org>
9545
9546 * faq.texi (AUCTeX): Update version and mailing list info.
9547
9548 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * gnus.texi (MIME Commands): Mention addition of
9551 multipart/alternative to gnus-buttonized-mime-types and add xref
9552 to mm-discouraged-alternatives.
9553
9554 * emacs-mime.texi (Display Customization): Mention addition of
9555 "image/.*" and add xref to gnus-buttonized-mime-types in the
9556 mm-discouraged-alternatives section.
9557
9558 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9559
9560 * org.texi (Tags): New section.
9561 (Agenda Views): Chapter reorganized.
9562
9563 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9564
9565 * org.texi (Internal Links): Add a missing comma after an @xref.
9566
9567 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * faq.texi (Filling paragraphs with a single space): No need to
9570 change sentence-end now.
9571
9572 2005-12-13 Romain Francoise <romain@orebokech.com>
9573
9574 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9575
9576 2005-12-12 Jay Belanger <belanger@truman.edu>
9577
9578 * faq.texi (Calc): Update version number.
9579
9580 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * org.texi (Progress Logging): New section.
9583
9584 2005-12-10 Romain Francoise <romain@orebokech.com>
9585
9586 Update the Emacs FAQ for the 22.1 release.
9587
9588 * faq.texi: Set VER to `22.1'.
9589 (Basic editing): Explain how to use localized versions of the
9590 Tutorial. Mention that `C-h r' displays the manual.
9591 Delete obsolete WWW link to an Emacs 18 tutorial.
9592 (Getting a printed manual): Point to the new locations of the
9593 manuals on the GNU Web site.
9594 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9595 available via Info (it was previously distributed separately).
9596 (Installing Texinfo documentation): The latest version of Texinfo
9597 is 4.8, not 4.0.
9598 (Informational files for Emacs): COPYING is the GNU General Public
9599 License, not the Emacs General Public License.
9600 (Informational files for Emacs): Delete obsolete link to the
9601 GNUinfo pages as they have been removed from the GNU Web site.
9602 (New in Emacs 22): New node.
9603 (Setting up a customization file): Say that most packages support
9604 Customize nowadays.
9605 (Colors on a TTY): Delete reference to instructions on how to
9606 enable syntax highlighting, it is now enabled by default.
9607 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9608 at startup automatically.
9609 (Controlling case sensitivity): Mention `M-c' in isearch.
9610 (Using an already running Emacs process): Emacs now creates the
9611 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9612 gnuserv. As emacsclient can now run Lisp code as well, delete a
9613 sentence praising gnuserv for that. Simplify description of how
9614 the client/server operation works.
9615 (Compiler error messages): Delete obsolete text (compile.el has
9616 been rewritten).
9617 (Indenting switch statements): Fix typo.
9618 (Matching parentheses): Simplify setup instructions, mention the
9619 menu bar item in the Options menu.
9620 (Repeating a command as many times as possible): Mention `C-x e'.
9621 (Going to a line by number): Mention new keymap and bindings
9622 `M-g M-g', `M-g M-p' and `M-g M-n'.
9623 (Turning on syntax highlighting): Now on by default. Simplify.
9624 (Replacing highlighted text): Use `1', not `t'.
9625 (Problems with very large files): The maximum size is now 256MB on
9626 32-bit machines.
9627 (^M in the shell buffer): Mention `comint-process-echoes'.
9628 (Emacs for Apple computers): Emacs 22 has native support for Mac
9629 OS X.
9630 (Translating names to IP addresses): Delete node.
9631 (Binding keys to commands): Fix typo.
9632 (SPC no longer completes file names): New node.
9633 (MIME with Emacs mail packages): Delete section about the Emacs
9634 MIME FAQ (it's not reachable anymore).
9635
9636 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9637
9638 * cc-mode.texi: The manual has been extensively revised: the
9639 information about using CC Mode has been separated from the larger
9640 and more difficult chapters about configuration. It has been
9641 updated for CC Mode 5.31.
9642
9643 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9644
9645 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9646 (Selecting an implementation): Fix descriptions.
9647
9648 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * message.texi (Various Message Variables): Addition.
9651
9652 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9653
9654 * message.texi: Fix default values.
9655
9656 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9657
9658 * message.texi (Header Commands): Clarify descriptions of
9659 message-cross-post-followup-to, message-reduce-to-to-cc, and
9660 message-insert-wide-reply.
9661 (Various Commands): Fix kindex for message-kill-to-signature;
9662 clarify description of message-tab.
9663
9664 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * message.texi (Mailing Lists): Fix description about MFT.
9667
9668 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9669
9670 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9671
9672 * gnus.texi (Slow Terminal Connection): Replace old description
9673 with new one.
9674
9675 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9676
9677 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9678 replace X-Draft-Headers with X-Draft-From.
9679
9680 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9681
9682 * gnus.texi (Various Various): Fix the default value of
9683 nnheader-max-head-length.
9684 (Gnus Versions): Fix typo.
9685
9686 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9687
9688 * org.texi (Structure editing): Document new functionality of
9689 M-RET.
9690
9691 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * org.texi (Internal Links): Fix Texinfo usage.
9694
9695 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9696
9697 * org.texi (TODO basics): Document the global todo list.
9698 (TODO items): Documents sparse tree for specific TODO
9699 keywords.
9700
9701 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9702
9703 * org.texi (Plain Lists): Typos fixed.
9704
9705 2005-11-28 Jay Belanger <belanger@truman.edu>
9706
9707 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9708
9709 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9710
9711 * org.texi (Structure editing): New item moving commands added.
9712 (Plain Lists): New section.
9713
9714 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9715
9716 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9717 (Agenda): Document commands `org-cycle-agenda-files' and
9718 `org-agenda-file-to-front'.
9719 (Built-in table editor): Document `org-table-sort-lines'.
9720 (HTML formatting): Export of hand-formatted lists.
9721
9722 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9723
9724 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9725 new variable gnus-toolbar-thickness.
9726
9727 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9730
9731 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * gnus.texi (X-Face): Fix description.
9734 (XVarious): Remove gnus-xmas-logo-color-alist and
9735 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9736
9737 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9738
9739 * gnus.texi (Group Parameters): Mention new variable
9740 gnus-parameters-case-fold-search.
9741 (Home Score File): Addition.
9742
9743 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9744
9745 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9746 (Overview): List supported feed types.
9747 (Installation): No installation necessary when using autoload.
9748 (Configuration): Rename "RSS" to "news".
9749
9750 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9751
9752 * pgg.texi (User Commands): Document additional passphrase
9753 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9754 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9755
9756 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9757
9758 * org.texi: Version number changed to 3.19.
9759
9760 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9761
9762 * pgg.texi (How to use): Update the example to add autoload of
9763 pgg-encrypt-symmetric-region.
9764 (User Commands): Document pgg-encrypt-symmetric-region.
9765 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9766
9767 2005-10-27 Jay Belanger <belanger@truman.edu>
9768
9769 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9770 mention other TeX-related units.
9771
9772 2005-10-23 Lars Hansen <larsh@soem.dk>
9773
9774 * dired-x.texi (Miscellaneous Commands):
9775 Replace dired-do-relative-symlink by dired-do-relsymlink and
9776 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9777
9778 2005-10-23 Jay Belanger <belanger@truman.edu>
9779
9780 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9781 constant.
9782
9783 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9784
9785 * faq.texi (Bugs and problems):
9786 Replace `dired-move-to-filename-regexp' by
9787 `directory-listing-before-filename-regexp'.
9788
9789 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9790
9791 * newsticker.texi (UPDATED): Set value.
9792
9793 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9794
9795 * gnus.texi (Document Groups): Remove duplicate item.
9796
9797 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9798
9799 * org.texi (Summary): Mention iCalendar support.
9800 (Exporting): Document iCalendar support.
9801
9802 2005-10-18 Romain Francoise <romain@orebokech.com>
9803
9804 * viper.texi (Viper Specials): Capitalize GNU.
9805
9806 2005-10-17 Juri Linkov <juri@jurta.org>
9807
9808 * info.texi (Getting Started, Search Index, Expert Info):
9809 Fix wording.
9810 (Search Text): Replace `echo area' with `mode line'.
9811 (Search Index): Both `i' and `,' find all index entries.
9812 Replace example `C-f' with `C-l' (which exists in index of Info
9813 manual) and delete spaces in its keyboard input sequence.
9814 Delete unnecessary explanations about literal characters.
9815
9816 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus.texi (Document Server Internals): Addition.
9819
9820 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9821
9822 * gnus.texi (A note on namespaces): Fix RFC reference.
9823
9824 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * gnus.texi (RSS): Fix key description.
9827
9828 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9829
9830 * gnus.texi: Emacs/w3 -> Emacs/W3.
9831 (Browsing the Web): Fix description.
9832 (Web Searches): Ditto.
9833 (Customizing W3): Ditto.
9834
9835 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9838
9839 2005-10-11 Jay Belanger <belanger@truman.edu>
9840
9841 * calc.texi (Integration): Mention using `a i' to compute definite
9842 integrals.
9843
9844 2005-10-11 Juri Linkov <juri@jurta.org>
9845
9846 * info.texi: Rearrange nodes.
9847 (Top): Update menu. Change ref `Info for Experts' to
9848 `Advanced Info Commands'.
9849 (Getting Started): Fix description of manual's parts.
9850 (Help-Int): Change xref `Info Search' to `Search Index', and
9851 `Expert Info' to `Advanced'.
9852 (Advanced): Move node one level up.
9853 (Search Text, Search Index): New nodes split out from `Info Search'.
9854 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9855 split out from `Advanced'.
9856 (Advanced, Emacs Info Variables): De-document editing an Info file
9857 in Info.
9858 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9859 (Creating an Info File): Delete node and move its text to
9860 `Expert Info'.
9861
9862 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9863
9864 * org.texi (Workflow states): Documented that change in keywords
9865 becomes active only after restart of Emacs.
9866
9867 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9868
9869 Sync with Tramp 2.0.51.
9870
9871 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9872
9873 * speedbar.texi (Introduction): Describe new location of speedbar
9874 on menubar.
9875 (Basic Key Bindings): Remove descriptions of bindings that have
9876 been removed.
9877
9878 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9879
9880 * speedbar.texi (GDB): Describe use of watch expressions.
9881
9882 2005-09-28 Simon Josefsson <jas@extundo.com>
9883
9884 * message.texi (IDNA): Fix.
9885
9886 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9887
9888 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9889 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9890 description of nntp-open-connection-function.
9891 (Common Variables): Fix descriptions.
9892
9893 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9894
9895 * gnus.texi (Server Buffer Format): Document the %a format spec.
9896
9897 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9898
9899 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9900
9901 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9902
9903 * org.texi Version 3.16.
9904
9905 2005-09-19 Miles Bader <miles@gnu.org>
9906
9907 * newsticker.texi: Get rid of CVS keywords.
9908
9909 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9910
9911 * gnus.texi (Finding the Parent): Fix description of how Gnus
9912 finds article.
9913
9914 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9915
9916 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9917 to drop off non-answered articles.
9918
9919 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9920
9921 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9922 braces (which are unsupported by NMAKE) for macro `srcdir'.
9923
9924 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9925
9926 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9927 (../info/newsticker, newsticker.dvi): New targets.
9928
9929 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9930
9931 * newsticker.texi: Replace @command with @code. Replace @example
9932 with @lisp.
9933 (Top): Add explanations to menu items.
9934 (GNU Free Documentation License): Remove.
9935
9936 2005-09-16 Romain Francoise <romain@orebokech.com>
9937
9938 Update all files to specify GFDL version 1.2.
9939
9940 * doclicense.texi (GNU Free Documentation License): Update to
9941 version 1.2.
9942
9943 2005-09-15 Richard M. Stallman <rms@gnu.org>
9944
9945 * newsticker.texi: Fix @setfilename.
9946
9947 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9948 (../info/newsticker, newsticker.dvi): New targets.
9949
9950 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9951
9952 * org.texi: Version 3.15.
9953
9954 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9955
9956 * ses.texi: Combine all three indices into one.
9957 Correct a few typos.
9958
9959 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9962
9963 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * emacs-mime.texi (Handles): Remove duplicate item.
9966 (Encoding Customization): Fix the default value for
9967 mm-coding-system-priorities.
9968 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9969 (Basic Functions): Fix reference.
9970
9971 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9972
9973 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9974
9975 2005-08-18 Richard M. Stallman <rms@gnu.org>
9976
9977 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9978 and web site.
9979
9980 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9981 not keyboard-translate.
9982
9983 2005-08-11 Richard M. Stallman <rms@gnu.org>
9984
9985 * faq.texi (Using regular expressions): Fix xref.
9986
9987 2005-08-09 Juri Linkov <juri@jurta.org>
9988
9989 * info.texi (Help-P): Replace `Prev' with `Previous'.
9990 (Help-M, Help-Xref): Add S-TAB.
9991 (Help-FOO): Update `u' command.
9992 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9993 Update info about visibility of xref parts.
9994 (Help-Int): Fix `m' command. Rename `Info-last' to
9995 `Info-history-back'. Add `Info-history-forward'.
9996 (Advanced): Fix `g*' and `M-n' commands.
9997 (Info Search): Add `index-apropos' in stand-alone browser.
9998 Add isearch commands.
9999 (Emacs Info Variables): Remove `Info-fontify'.
10000 Add `Info-mode-hook'. Update face names.
10001 Add `Info-fontify-maximum-menu-size',
10002 `Info-fontify-visited-nodes', `Info-isearch-search'.
10003
10004 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
10005
10006 Sync with Tramp 2.0.50.
10007
10008 * tramp.texi: Use @option{} consequently for method names.
10009 (Inline methods, External transfer methods): Remove references to
10010 Cygwin.
10011 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
10012 implementation.
10013
10014 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
10015
10016 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
10017 Mention that gnus-init-file is not read when Emacs is invoked with
10018 --no-init-file or -q.
10019
10020 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
10021
10022 * org.texi: Version 3.14.
10023
10024 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10025
10026 * org.texi: Version 3.13.
10027
10028 2005-07-18 Juri Linkov <juri@jurta.org>
10029
10030 * calc.texi (Time Zones, Logical Operations):
10031 * cl.texi (Overview):
10032 * org.texi (TODO types):
10033 * sc.texi (Emacs 18 MUAs):
10034 * speedbar.texi (Top):
10035 * url.texi (History):
10036 Delete duplicate duplicate words.
10037
10038 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
10039
10040 * cl.texi (Type Predicates): Document `atom' type.
10041
10042 2005-07-04 Lute Kamstra <lute@gnu.org>
10043
10044 Update FSF's address in GPL notices.
10045
10046 * calc.texi (Copying):
10047 * doclicense.texi (GNU Free Documentation License):
10048 * faq.texi (Contacting the FSF):
10049 * mh-e.texi (Copying): Update FSF's address.
10050
10051 2005-07-03 Richard M. Stallman <rms@gnu.org>
10052
10053 * flymake.texi (Example -- Configuring a tool called directly):
10054 Update name of flymake-build-relative-filename.
10055
10056 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10057
10058 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
10059
10060 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10061
10062 * org.texi: Version 3.12.
10063
10064 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10065
10066 * makefile.w32-in (MAKEINFO): Use --force.
10067 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
10068 Makefile.in.
10069 (gnus.dvi): Use "..." to quote Sed args, so that it works with
10070 more shells.
10071
10072 2005-06-23 Richard M. Stallman <rms@gnu.org>
10073
10074 * speedbar.texi (Creating a display): Texinfo usage fixes.
10075
10076 * tramp.texi (Customizing Completion, Auto-save and Backup):
10077 Texinfo usage fixes.
10078
10079 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * dired-x.texi (Miscellaneous Commands):
10082 * ediff.texi (Miscellaneous):
10083 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
10084 (Agent Variables):
10085 * info.texi (Help-Xref):
10086 * message.texi (Message Headers):
10087 * org.texi (Remember):
10088 * reftex.texi (Options (Defining Label Environments))
10089 (Options (Index Support), Options (Viewing Cross-References))
10090 (Options (Misc), Changes):
10091 * speedbar.texi (Creating a display):
10092 * tramp.texi (Customizing Completion, Auto-save and Backup):
10093 Texinfo usage fix.
10094
10095 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10096
10097 * org.texi: Version 3.11.
10098
10099 2005-06-12 Jay Belanger <belanger@truman.edu>
10100
10101 * calc.texi (Getting Started): Remove extra menu item.
10102
10103 2005-05-31 Jay Belanger <belanger@truman.edu>
10104
10105 * calc.texi (Notations Used in This Manual): Use @kbd for key
10106 sequence.
10107 (Demonstration of Calc): Mention another way of starting Calc.
10108 (Starting Calc): Mention long name of M-#.
10109 (Embedded Mode Overview): Remove unnecessary instruction.
10110 (Other M-# commands): Rephrase `M-# 0' explanation.
10111 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10112 reflect current behavior.
10113
10114 2005-05-30 Jay Belanger <belanger@truman.edu>
10115
10116 * calc.texi (Hooks): Change description of calc-window-hook and
10117 calc-trail-window-hook to match usage.
10118 (Computational Functions): Add more constant-generating functions.
10119 (Customizable Variables): Use defvar.
10120
10121 2005-05-28 Jay Belanger <belanger@truman.edu>
10122
10123 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10124 (Basic Embedded Mode): Explain behavior of arguments to
10125 calc-embedded-mode.
10126
10127 2005-05-27 Jay Belanger <belanger@truman.edu>
10128
10129 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10130 current behavior.
10131
10132 2005-05-25 Jay Belanger <belanger@truman.edu>
10133
10134 * calc.texi: Change Calc version number throughout.
10135 (Keypad Mode): Change location in info output.
10136 (Keypad mode overview): Move picture of keypad.
10137
10138 2005-05-21 Jay Belanger <belanger@truman.edu>
10139
10140 * calc.texi (Storing variables): Mention that only most variables
10141 are void to begin with.
10142
10143 2005-05-21 Kevin Ryde <user42@zip.com.au>
10144
10145 * widget.texi (Basic Types): Update cross ref from "Enabling
10146 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10147 lispref/text.texi change.
10148
10149 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10150
10151 * org.texi: Version 3.09.
10152
10153 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10154
10155 * reftex.texi: Version 4.28.
10156
10157 2005-05-16 Jay Belanger <belanger@truman.edu>
10158
10159 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10160
10161 2005-05-14 Jay Belanger <belanger@truman.edu>
10162
10163 * calc.texi (Default Simplifications): Insert missing ! (logical
10164 not operator).
10165
10166 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10167
10168 Sync with Tramp 2.0.49.
10169
10170 2005-05-10 Jay Belanger <belanger@truman.edu>
10171
10172 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10173 to 1.
10174
10175 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10176
10177 * org.texi: Version 3.08, structure reorganized.
10178
10179 2005-04-24 Richard M. Stallman <rms@gnu.org>
10180
10181 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10182
10183 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10184
10185 * org.texi: Update to version 3.06.
10186
10187 2005-04-13 Lute Kamstra <lute@gnu.org>
10188
10189 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10190
10191 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10192
10193 * cl.texi (Porting Common Lisp): Fix typo.
10194
10195 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10196
10197 * gnus.texi (RSS): Addition.
10198
10199 2005-04-04 Jay Belanger <belanger@truman.edu>
10200
10201 * calc.texi: Change Calc version number.
10202 (Customizable variables): Fix description of calc-language-alist.
10203 (Copying): Put in version 2 of GPL.
10204
10205 2005-04-01 Jay Belanger <belanger@truman.edu>
10206
10207 * calc.texi (Troubleshooting Commands): Remove comment about
10208 installation.
10209 (Installation): Remove section.
10210 (Customizable Variables): New section.
10211 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10212 (Graphical Devices): Add references to Customizable Variables.
10213
10214 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * emacs-mime.texi (Display Customization): Markup fixes.
10217 (rfc2047): Update.
10218
10219 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10220
10221 * gnus-faq.texi: Replaced with auto-generated version.
10222
10223 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10224
10225 * dired-x.texi (Multiple Dired Directories): default-directory was
10226 renamed to dired-default-directory.
10227
10228 2005-03-26 Jay Belanger <belanger@truman.edu>
10229
10230 * calc.texi (Simplifying Formulas, Rewrite Rules):
10231 Change description of top and bottom of fraction.
10232 (Modulo Forms): Move description of how to create modulo forms to
10233 earlier in the section.
10234 (Fraction Mode): Suggest using : to get a fraction by dividing.
10235 (Basic Arithmetic): Adjust placement of command name.
10236 (Truncating the Stack): Emphasize that "hidden" entries are still
10237 visible.
10238 (Installation): Move discussion of printing manual to "About This
10239 Manual".
10240 (About This Manual): Mention how to print the manual.
10241 (Reporting Bugs): Remove first person.
10242 (Building Vectors): Add algebraic version of append.
10243 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10244 (Grouping Digits): Fix typo.
10245
10246 2005-03-25 Werner Lemberg <wl@gnu.org>
10247
10248 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10249 Replace `legal' with `valid'.
10250
10251 2005-03-25 Werner Lemberg <wl@gnu.org>
10252
10253 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10254
10255 2005-03-24 Jay Belanger <belanger@truman.edu>
10256
10257 * calc.texi (General Mode Commands)
10258 (Mode Settings in Embedded Mode): Add some explanation of
10259 recording mode settings.
10260
10261 2005-03-24 Richard M. Stallman <rms@gnu.org>
10262
10263 * calc.texi: Remove praise of non-free software.
10264
10265 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10266 (Installation): Node deleted.
10267
10268 2005-03-23 Richard M. Stallman <rms@gnu.org>
10269
10270 * url.texi (HTTP language/coding): Improve last change.
10271
10272 2005-03-22 Jay Belanger <belanger@truman.edu>
10273
10274 * calc.texi (Embedded Mode): Add new information on changing
10275 modes.
10276
10277 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10278
10279 Sync with Tramp 2.0.48.
10280
10281 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10282
10283 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10284 "GNU/Linux". Change all addresses to .gnu.org.
10285 (Default Method): Offer shortened syntax for "su" and "sudo"
10286 methods.
10287
10288 2005-03-07 Richard M. Stallman <rms@gnu.org>
10289
10290 * url.texi: Fix usage of "e.g.".
10291 (HTTP language/coding): Explain the rules for these strings.
10292
10293 2005-03-06 Richard M. Stallman <rms@gnu.org>
10294
10295 * woman.texi (Introduction): Minor cleanups.
10296
10297 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10298
10299 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10300 (Installation): Node deleted.
10301
10302 * mh-e.texi (Preface): Get rid of "Emacs 21".
10303
10304 * eshell.texi (Installation): Delete node (for Emacs 20).
10305
10306 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10307
10308 * flymake.texi: Refill and tweak style in @lisp blocks.
10309
10310 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10311
10312 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10313
10314 2005-03-01 Jay Belanger <belanger@truman.edu>
10315
10316 * calc.texi (Trigonometric and Hyperbolic Functions):
10317 Mention additional functions.
10318 (Algebraic Simplifications): Mention additional simplifications.
10319
10320 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10321
10322 * ses.texi: Add concept/function/variable indices (this work was
10323 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10324 papers on file at FSF).
10325
10326 2005-02-10 Jay Belanger <belanger@truman.edu>
10327
10328 * calc.texi: Change @LaTeX to La@TeX throughout.
10329 Redefine @expr as @math for TeX output.
10330 Redefine @texline as a no-op for TeX output.
10331 Define @tfn, replace @t by @tfn throughout.
10332
10333 2005-02-09 Jay Belanger <belanger@truman.edu>
10334
10335 * calc.texi: Add macro for LaTeX for info output.
10336
10337 2005-02-08 Kim F. Storm <storm@cua.dk>
10338
10339 * texinfo.tex (LaTex): Add def.
10340
10341 2005-02-06 Jay Belanger <belanger@truman.edu>
10342
10343 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10344 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10345 throughout manual.
10346
10347 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10348
10349 * gnus.texi: Some edits based on comments from David Abrahams.
10350
10351 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * gnus.texi (RSS): Fix the keystroke.
10354
10355 2005-01-24 David Kastrup <dak@gnu.org>
10356
10357 * faq.texi: Update AUCTeX version info.
10358
10359 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10360
10361 * gnus-faq.texi ([4.1]): Typo.
10362
10363 2005-01-19 Jay Belanger <belanger@truman.edu>
10364
10365 * calc.texi (Keep Arguments): Mention that keeping arguments
10366 doesn't work with keyboard macros.
10367
10368 2005-01-16 Richard M. Stallman <rms@gnu.org>
10369
10370 * autotype.texi (Autoinserting): Fix small error.
10371
10372 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10373
10374 Sync with Tramp 2.0.47.
10375
10376 * tramp.texi (Compilation): New section, describing compilation of
10377 remote files.
10378
10379 2005-01-11 Kim F. Storm <storm@cua.dk>
10380
10381 * widget.texi (Basic Types): Add :follow-link keyword.
10382
10383 2005-01-09 Jay Belanger <belanger@truman.edu>
10384
10385 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10386
10387 2005-01-08 Jay Belanger <belanger@truman.edu>
10388
10389 * calc.texi: Change throughout to reflect new default value of
10390 calc-settings-file.
10391
10392 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10393
10394 * message.texi (Reply): `message-reply-to-function' should return
10395 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10396
10397 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10398
10399 * faq.texi (Changing load-path): Fix typo.
10400
10401 2005-01-05 Jay Belanger <belanger@truman.edu>
10402
10403 * calc.texi (Programming Tutorial): Replace kbd command by
10404 appropriate characters for a keyboard macro.
10405
10406 2005-01-04 Jay Belanger <belanger@truman.edu>
10407
10408 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10409 for Lucid Emacs.
10410 (Programming Tutorial): Mention that the user needs to be in the
10411 right mode to compute some functions.
10412
10413 2005-01-04 Jay Belanger <belanger@truman.edu>
10414
10415 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10416 no longer applicable.
10417
10418 2005-01-01 Jay Belanger <belanger@truman.edu>
10419
10420 * calc.texi (Programming Tutorial): Change description of how to
10421 edit keyboard macros to match current behavior.
10422
10423 2004-12-31 Jay Belanger <belanger@truman.edu>
10424
10425 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10426
10427 2004-12-20 Jay Belanger <belanger@truman.edu>
10428
10429 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10430 zero.
10431
10432 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10433
10434 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10435 @xref.
10436 (Font Locking): Avoid @strong{Note:}.
10437
10438 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10439
10440 Sync with Tramp 2.0.46.
10441
10442 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10443
10444 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10445
10446 * url.texi: Correct typos.
10447 (Retrieving URLs): @var{nil}->@code{nil}.
10448 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10449 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10450 (Dealing with HTTP documents): @inforef->@xref.
10451
10452 2004-12-15 Jay Belanger <belanger@truman.edu>
10453
10454 * calc.texi: Consistently capitalized all mode names.
10455 (Answers to Exercises): Mention that an answer can be a fraction
10456 when in Fraction mode.
10457
10458 2004-12-13 Jay Belanger <belanger@truman.edu>
10459
10460 * calc.texi: Fix some TeX definitions.
10461
10462 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10463
10464 * reftex.texi (Imprint): Remove erroneous @value's.
10465
10466 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10467
10468 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10469 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10470
10471 2004-12-08 Jay Belanger <belanger@truman.edu>
10472
10473 * calc.texi (Starting Calc): Remove comment about installation.
10474 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10475
10476 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10477
10478 * url.texi: Update @setfilename.
10479 (Getting Started): No need to worry about Gnus versions.
10480 (Dealing with HTTP documents): Use @inforef.
10481
10482 * org.texi: Fix @direntry file name.
10483
10484 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * url.texi: New file.
10487
10488 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10489
10490 2004-12-06 Jay Belanger <belanger@truman.edu>
10491
10492 * calc.texi (Using Calc): Remove paragraph about installation.
10493
10494 2004-12-06 Jay Belanger <belanger@truman.edu>
10495
10496 * calc.texi: Use more Texinfo macros and less TeX defs.
10497 Remove @refill's.
10498
10499 2004-12-06 Richard M. Stallman <rms@gnu.org>
10500
10501 * org.texi: New file.
10502
10503 2004-12-05 Richard M. Stallman <rms@gnu.org>
10504
10505 * Makefile.in (org.dvi, ../info/org): New targets.
10506 (INFO_TARGETS): Add ../info/org.
10507 (DVI_TARGETS): Add org.dvi.
10508 (maintainer-clean): Remove the info files in the info dir.
10509
10510 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10511
10512 * idlwave.texi: Fix the setfilename directive to put the produced
10513 file in ../info.
10514 (Continued Statement Indentation): Resurrect Jan D.'s change from
10515 2004-11-03 that was lost when a newer version of idlwave.texi was
10516 imported.
10517
10518 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10519
10520 * gnus-faq.texi ([5.1]): Add missing bracket.
10521
10522 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10523 Index `spam-initialize'.
10524
10525 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10526
10527 * message.texi (Various Message Variables): Mention that all mail
10528 file variables are derived from `message-directory'.
10529
10530 * gnus.texi (Splitting Mail): Clarify bogus group.
10531
10532 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * emacs-mime.texi (Encoding Customization):
10535 Fix mm-coding-system-priorities entry.
10536
10537 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10538
10539 * idlwave.texi (Continued Statement Indentation):
10540 * reftex.texi (Options (Index Support))
10541 (Displaying and Editing the Index, Table of Contents):
10542 * speedbar.texi (Creating a display, Major Display Modes):
10543 Replace non-nil with non-@code{nil}.
10544
10545 2004-10-21 Jay Belanger <belanger@truman.edu>
10546
10547 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10548
10549 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10550
10551 * calc.texi (Reporting Bugs): Double up `@'.
10552
10553 2004-10-18 Jay Belanger <belanger@truman.edu>
10554
10555 * calc.texi (Reporting Bugs): Change the address that bugs
10556 should be sent to.
10557
10558 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10559
10560 * gnus.texi (New Features): Add 5.11.
10561
10562 * message.texi (Resending): Remove wrong default value.
10563
10564 * gnus.texi (Mail Source Specifiers): Describe possible problems
10565 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10566 `pop3-leave-mail-on-server' to the index.
10567
10568 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10569
10570 * message.texi (Canceling News): Add how to set a password.
10571
10572 2004-10-12 Jay Belanger <belanger@truman.edu>
10573
10574 * calc.texi (Help Commands): Change the descriptions of
10575 calc-describe-function and calc-describe-variable to match their
10576 current behavior.
10577
10578 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10579
10580 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10581
10582 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10583
10584 Sync with Tramp 2.0.45.
10585
10586 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10587 plink link. The URL is outdated. Originator contacted for
10588 clarification.
10589
10590 2004-10-10 Juri Linkov <juri@jurta.org>
10591
10592 * gnus.texi (Top, Marking Articles): Join two menus in one node
10593 because a node can have only one menu.
10594
10595 2004-10-09 Juri Linkov <juri@jurta.org>
10596
10597 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10598 example of nnmail-split-fancy.
10599
10600 2004-10-06 Karl Berry <karl@gnu.org>
10601
10602 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10603 consistency with other uses of dashes.
10604
10605 2004-10-05 Karl Berry <karl@gnu.org>
10606
10607 * info.texi: Consistently use --- throughout, periods at end of
10608 menu descriptions, and a couple typos.
10609
10610 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10611
10612 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10613 * pgg.texi (User Commands, Backend methods): Do.
10614 * gnus.texi: Markup fixes.
10615 (Setting Process Marks): Fix `M P a' entry.
10616 * emacs-mime.texi: Fixes.
10617
10618 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10619
10620 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10621 again.
10622 Use 5.10 instead of 5.10.0.
10623
10624 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10625
10626 * gnus.texi (Summary Mail Commands): S D e.
10627
10628 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10629
10630 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10631 the gnus-article-mode-line-format section.
10632
10633 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10634
10635 * gnus.texi (Various Summary Stuff): Fix the documentation for
10636 gnus-newsgroup-variables.
10637
10638 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10639
10640 * gnus.texi (MIME Commands):
10641 Add gnus-mime-display-multipart-as-mixed,
10642 gnus-mime-display-multipart-alternative-as-mixed,
10643 gnus-mime-display-multipart-related-as-mixed.
10644 (Mail Source Customization): Clarify `mail-source-directory'.
10645 (Splitting Mail): Mention gnus-group-find-new-groups.
10646 (SpamOracle): Fix typo.
10647
10648 * gnus-faq.texi: Untabify.
10649 ([6.3]): nnir.el is in contrib directory.
10650
10651 * message.texi (News Headers): Clarify how a unique ID is created.
10652
10653 * gnus.texi (Batching Agents): Fix typo in example.
10654 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10655
10656 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10657
10658 * gnus.texi (Group Parameters): Add more on hooks.
10659
10660 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10661
10662 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10663
10664 2004-09-22 Jay Belanger <belanger@truman.edu>
10665
10666 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10667 might be hidden during part of the session.
10668
10669 2004-09-20 Jay Belanger <belanger@truman.edu>
10670
10671 * calc.texi (Notations Used in This Manual): Put in an earlier
10672 mention that DEL could be called Backspace.
10673
10674 2004-09-10 Simon Josefsson <jas@extundo.com>
10675
10676 * gnus.texi (IMAP): Add example. Suggested and partially written
10677 by Steinar Bang <sb@dod.no>.
10678
10679 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10680
10681 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10682 netrc syntax.
10683
10684 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * gnus.texi (Spam ELisp Package Sequence of Events):
10687 Some clarifications.
10688 (Spam ELisp Package Global Variables): More clarifications.
10689
10690 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10691
10692 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10693 Mention spam-split does not modify incoming mail.
10694
10695 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10696
10697 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10698
10699 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10700
10701 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10702
10703 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10704
10705 * makefile.w32-in (sieve, pgg): Use $(infodir).
10706
10707 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10708
10709 * makefile.w32-in: Fix PGG and Sieve entries.
10710
10711 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10712
10713 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10714 Emacs and related programs.
10715
10716 2004-08-27 Richard M. Stallman <rms@gnu.org>
10717
10718 * faq.texi: Fix texinfo usage, esp. doublequotes.
10719 (Difference between Emacs and XEmacs): Some clarification.
10720
10721 * faq.texi (Difference between Emacs and XEmacs):
10722 Explain not to contrast XEmacs with GNU Emacs.
10723
10724 2004-08-26 Richard M. Stallman <rms@gnu.org>
10725
10726 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10727
10728 2004-08-22 David Kastrup <dak@gnu.org>
10729
10730 * reftex.texi (AUCTeX): Update links, section name.
10731
10732 * faq.texi (Calc): Update availability (included in 22.1).
10733 (AUCTeX): Update availability, information, versions, description.
10734
10735 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10736
10737 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10738
10739 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10740
10741 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10742
10743 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10744
10745 Sync with Tramp 2.0.44.
10746
10747 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10748
10749 * widget.texi (User Interface): Update how to separate the
10750 editable field of an editable-field widget from other widgets.
10751 (Programming Example): Add text after field.
10752
10753 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10754
10755 * emacs-mime.texi (Encoding Customization): Add a note to the
10756 mm-content-transfer-encoding-defaults entry.
10757 (rfc2047): Update.
10758
10759 * gnus.texi (Article Highlighting):
10760 Add gnus-cite-ignore-quoted-from.
10761 (POP before SMTP): New node.
10762 (Posting Styles): Addition.
10763 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10764 (Fancy Mail Splitting): Ditto.
10765 (X-Face): Add gnus-x-face.
10766
10767 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10768
10769 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10770 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10771
10772 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10773
10774 * gnus.texi (Mail Source Specifiers):
10775 Describe `pop3-leave-mail-on-server'.
10776
10777 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10778
10779 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10780
10781 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10782 repository. Change setfilename.
10783
10784 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10785
10786 2004-07-02 Juri Linkov <juri@jurta.org>
10787
10788 * pcl-cvs.texi (Viewing differences): Add `d r'.
10789
10790 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10791
10792 * ses.texi, viper.texi, flymake.texi, faq.texi:
10793 * eshell.texi, ediff.texi: Markup fixes.
10794
10795 2004-06-21 Karl Berry <karl@gnu.org>
10796
10797 * info.texi (Top): Mention that only Emacs has mouse support.
10798 (Getting Started): Mention this in a few other places.
10799
10800 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10801
10802 * autotype.texi (Copyrights, Timestamps):
10803 Recommend `before-save-hook' instead of `write-file-functions'.
10804
10805 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10806
10807 * dired-x.texi (dired-mark-omitted): Update keybinding.
10808
10809 2004-06-10 Kim F. Storm <storm@cua.dk>
10810
10811 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10812
10813 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10814
10815 * dired-x.texi (variable dired-omit-mode): Rename from
10816 dired-omit-files-p.
10817 (function dired-omit-mode): Rename from dired-omit-toggle.
10818 Call dired-omit-mode rather than set dired-omit-files-p.
10819 (dired-mark-omitted): Describe command.
10820
10821 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10822
10823 Version 2.0.41 of Tramp released.
10824
10825 2004-05-29 Juanma Barranquero <lektu@terra.es>
10826
10827 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10828 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10829
10830 2004-05-29 Richard M. Stallman <rms@gnu.org>
10831
10832 * cl.texi (Top): Call this chapter `Introduction'.
10833 (Overview): In TeX, no section heading here.
10834
10835 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10836
10837 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10838
10839 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10840 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10841
10842 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10843
10844 * flymake.texi: New file.
10845
10846 2004-05-28 Simon Josefsson <jas@extundo.com>
10847
10848 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10849
10850 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10851
10852 Version 2.0.40 of Tramp released.
10853
10854 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10855
10856 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10857
10858 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10859 variables `tramp-backup-directory-alist' and
10860 `tramp-bkup-backup-directory-info'.
10861 (Overview, Connection types)
10862 (External transfer methods, Default Method)
10863 (Windows setup hints): Remove restriction of password entering
10864 with external methods.
10865 (Auto-save and Backup): Make file name example
10866 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10867 and `auto-save-directory' must be used.
10868 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10869 only "NT"). Remove doubled entry "What kinds of systems does
10870 @tramp{} work on".
10871 (tramp): Macro removed.
10872 (Obtaining Tramp): Flag removed from title.
10873 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10874 and `trampver' used properly. Flag `tramp-inst' replaced by
10875 `installchapter'. Installation related text adapted.
10876
10877 2004-04-28 Masatake YAMATO <jet@gyve.org>
10878
10879 * widget.texi (Programming Example): Remove overlays.
10880
10881 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10882
10883 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10884
10885 2004-04-23 Juanma Barranquero <lektu@terra.es>
10886
10887 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10888
10889 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10890
10891 * info.texi (Info Search): Add info-apropos.
10892
10893 2004-03-22 Juri Linkov <juri@jurta.org>
10894
10895 * faq.texi: Fix help key bindings.
10896
10897 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10898
10899 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10900 (as suggested by Karl Berry). Update information about colored
10901 stars in menus. Add new subheading describing M-n.
10902
10903 2004-03-12 Richard M. Stallman <rms@gnu.org>
10904
10905 * cl.texi (Top): Rename top node's title.
10906
10907 2004-03-08 Karl Berry <karl@gnu.org>
10908
10909 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10910 problems making the texinfo distribution.
10911
10912 2004-02-29 Simon Josefsson <jas@extundo.com>
10913
10914 * smtpmail.texi (Authentication): Change the list of supported
10915 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10916 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10917 <voegelas@gmx.net>.
10918
10919 2004-02-29 Juanma Barranquero <lektu@terra.es>
10920
10921 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10922 Use $(DEL) instead of rm, and ignore exit code.
10923
10924 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10925
10926 Tramp version 2.0.39 released.
10927
10928 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10929
10930 * tramp.texi (Customizing Completion): Explain new functions
10931 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10932 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10933 (Top): Refer to Savannah mailing list as the major one.
10934 Mention older mailing lists in HTML mode only.
10935 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10936 (Frequently Asked Questions): Remote hosts must not be Unix-like
10937 for "smb" method.
10938 (Password caching): New node.
10939 (External transfer methods): Refer to password caching for "smb"
10940 method.
10941
10942 2004-02-17 Karl Berry <karl@gnu.org>
10943
10944 * info.texi (Help-Int): Mention the new line number feature.
10945
10946 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10947
10948 * ses.texi (Advanced Features): New functionality for
10949 ses-set-header-row (defaults to current row unless C-u used).
10950 (Acknowledgements): Add Stefan Monnier.
10951
10952 2003-12-29 Kevin Ryde <user42@zip.com.au>
10953
10954 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10955
10956 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10957
10958 Tramp version 2.0.38 released.
10959
10960 * tramp.texi (Remote shell setup): Warn of environment variables
10961 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10962 <sven.gabriel@imk.fzk.de>.
10963 (Configuration): Tramp now chooses base64/uuencode
10964 automatically. Update wording accordingly.
10965 (Top): More description for the `Default Method' menu entry.
10966 (Default Method): Use @code, not @var, for Lisp variables.
10967 (Default Method): New subsection `Which method is the right one
10968 for me?'. Suggested by Christian Kirsch.
10969 (Configuration): Pointer to new subsection added.
10970 (Default Method): Too many "use" in one sentence.
10971 Rephrase. Reported by Christian Kirsch.
10972 (Filename Syntax): Old `su' example is probably a left-over from
10973 the sm/su method naming. Replace with `ssh', instead.
10974 (External transfer methods, Auto-save and Backup):
10975 Typo fixes.
10976
10977 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10978
10979 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10980 (Top): Mention japanese manual only if flag `jamanual' is set.
10981 Insert section `Japanese manual' in menu.
10982
10983 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10984
10985 * eshell.texi (Known Problems): Add doc item.
10986
10987 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10988
10989 * cc-mode.texi: Update for CC Mode 5.30.
10990
10991 Note: Please refrain from doing purely cosmetic changes like
10992 removing trailing whitespace in this manual; it clobbers cvs
10993 merging for no good reason.
10994
10995 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10996
10997 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10998 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10999 @acronym{ASCII}.
11000
11001 2003-10-26 Karl Berry <karl@gnu.org>
11002
11003 * info.texi (Info Search): Echo area, not echo are. From Debian
11004 diff.
11005
11006 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
11007
11008 * widget.texi (Defining New Widgets): Document new behavior of
11009 :buttons and :children keywords.
11010
11011 2003-10-22 Miles Bader <miles@gnu.org>
11012
11013 * Makefile.in (info): Move before $(top_srcdir)/info.
11014
11015 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
11016
11017 * tramp.texi (Inline methods): Small grammar fix.
11018 (External transfer methods): Likewise.
11019
11020 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
11021
11022 * speedbar.texi: Remove paragraph for GUD that is no longer true.
11023
11024 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * texinfo.tex: Replace `%' in arch tagline by @ignore.
11027
11028 2003-09-30 Richard M. Stallman <rms@gnu.org>
11029
11030 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
11031
11032 * widget.texi (User Interface): Fix typos.
11033
11034 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
11035
11036 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11037
11038 * pcl-cvs.texi (Selected Files): Fix typo.
11039
11040 2003-09-21 Karl Berry <karl@gnu.org>
11041
11042 * info.texi (] and [ commands): No period at end of section title.
11043
11044 2003-09-04 Miles Bader <miles@gnu.org>
11045
11046 * Makefile.in (top_srcdir): New variable.
11047 ($(top_srcdir)/info): New rule.
11048 (info): Depend on it.
11049
11050 2003-09-03 Peter Runestig <peter@runestig.com>
11051
11052 * makefile.w32-in: New file.
11053
11054 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
11055
11056 * widget.texi (User Interface): Explain the need of static text
11057 around an editable field.
11058
11059 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11060
11061 * widget.texi (Basic Types): The argument to `:help-echo' can now
11062 be a form that evaluates to a string.
11063
11064 2003-08-18 Kim F. Storm <storm@cua.dk>
11065
11066 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
11067
11068 2003-08-16 Richard M. Stallman <rms@gnu.org>
11069
11070 * dired-x.texi (Shell Command Guessing): Explain *.
11071
11072 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
11073
11074 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
11075 log-edit-insert-changelog.
11076
11077 2003-08-03 Karl Berry <karl@gnu.org>
11078
11079 * info.texi: Need @contents.
11080
11081 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
11082
11083 Tramp version 2.0.36 released.
11084
11085 * tramp.texi (Remote shell setup): Explain about problems with
11086 non-Bourne commands in ~/.profile and ~/.shrc.
11087
11088 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
11089
11090 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11091 renaming of `vis-mode' to `visible-mode'.
11092
11093 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
11094
11095 * info.texi (Top, Help-Small-Screen): Remove accidentally added
11096 next, prev and up pointers.
11097
11098 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
11099
11100 * info.texi (Help): Mention existence of Emacs and stand-alone
11101 Info at the very beginning of the tutorial.
11102 (Help-Inv): New node.
11103 (Help-]): New node.
11104 (Help-M): Systematically point out the differences between default
11105 Emacs and stand-alone versions. Delete second menu.
11106 (Help-Xref): Systematically point out the differences between
11107 default Emacs and stand-alone versions.
11108 (Help-Int): Change `l' example.
11109 (Expert Info): Fix typos.
11110 (Emacs Info Variables): Mention `Info-hide-note-references' and
11111 new default for `Info-scroll-prefer-subnodes'.
11112
11113 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
11114
11115 Version 2.0.35 of Tramp released.
11116
11117 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11118 (Inline methods): Add methods `remsh' and `plink1'.
11119 (External transfer methods): Add method `remcp'.
11120 (Multi-hop Methods): Add method `remsh'.
11121 Small patch from Adrian Aichner <adrian@xemacs.org>:
11122 Fix minor typos.
11123 (Concept Index): Add to make manual searchable via
11124 `Info-index'.
11125 (Version Control): Add cindex entry.
11126
11127 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
11128
11129 * trampver.texi: Version 2.0.34 released.
11130
11131 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11132
11133 * faq.texi: Improve previous changes.
11134
11135 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11136
11137 * faq.texi: Update copyright and maintenance details.
11138 Update some package URLs, versions, and maintainers.
11139 Remove many references to the Emacs Lisp Archive.
11140
11141 2003-04-23 Simon Josefsson <jas@extundo.com>
11142
11143 * smtpmail.texi: Fix license (the invariant sections mentioned has
11144 never been part of the smtp manual). Align info dir entry with
11145 other emacs packages.
11146
11147 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11148
11149 * tramp.texi: Version 2.0.33 released.
11150 Remove installation chapter. Remove XEmacs specifics.
11151
11152 2003-03-29 Richard M. Stallman <rms@gnu.org>
11153
11154 * tramp.texi (Top): Undo the previous renaming.
11155 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11156
11157 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
11158
11159 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11160 version of manual.
11161
11162 * tramp.texi (Auto-save and Backup): New node.
11163
11164 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11165
11166 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11167 Emacs" in order to have better differentiation to "XEmacs".
11168 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11169 are new macros in order to point to the other Emacs flavor where
11170 appropriate. In info case, point to node `Installation' in order
11171 to explain how to generate the other way. In html case, make a
11172 link to the other html file.
11173 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11174 after CVS checkout/update.
11175 (Installation): Completely rewritten.
11176 (Installation parameters, Load paths): New sections under
11177 `Installation'.
11178
11179 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11180
11181 * tramp.texi: Version 2.0.30 released.
11182 Replace word "path" with "localname" where used as a component of
11183 a Tramp file name.
11184
11185 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11186
11187 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11188 introduced.
11189 (Installation): Explain what to do if files from the tramp/contrib
11190 directory are needed.
11191
11192 2003-02-23 Alex Schroeder <alex@emacswiki.org>
11193
11194 * smtpmail.texi (How Mail Works): New.
11195
11196 2003-02-22 Alex Schroeder <alex@emacswiki.org>
11197
11198 * smtpmail.texi: New file.
11199
11200 * Makefile.in: Build SMTP manual.
11201
11202 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11203
11204 * tramp.texi: Version 2.0.29 released.
11205 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11206 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11207
11208 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11209
11210 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11211 another package loads accidentally Ange-FTP.
11212
11213 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11214
11215 * tramp.texi (Customizing Completion): Add function
11216 `tramp-parse-sconfig'. Change example of
11217 `tramp-set-completion-function', because parsing of ssh config
11218 files looks more natural.
11219
11220 2003-01-15 Kevin Ryde <user42@zip.com.au>
11221
11222 * gnus.texi (Using MIME): Mention auto-compression-mode with
11223 gnus-mime-copy-part.
11224
11225 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11226
11227 * gnus.texi: Do not use `path' in several locations.
11228
11229 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11230
11231 * tramp.texi (External transfer methods): New method `smb'.
11232 From Michael Albinus.
11233
11234 2002-11-05 Karl Berry <karl@gnu.org>
11235
11236 * info.texi (Info-fontify): Reorder face list to avoid bad line
11237 breaks.
11238
11239 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11240
11241 * tramp.texi: Move @copying to standard place.
11242 Use @insertcopying.
11243
11244 2002-10-02 Karl Berry <karl@gnu.org>
11245
11246 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11247 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11248 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11249 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11250 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11251 * widget.texi, woman.texi:
11252 Per rms, update all manuals to use @copying instead of @ifinfo.
11253 Also use @ifnottex instead of @ifinfo around the top node, where
11254 needed for the sake of the HTML output.
11255 (The Gnus manual is not fixed since it's not clear to me how it
11256 works; and the Tramp manual already uses @copying, although in an
11257 unusual way. All others were changed.)
11258
11259 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11260
11261 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11262 (../info/ses, ses.dvi): New targets.
11263 * ses.texi: New file.
11264
11265 2002-09-06 Pavel Janík <Pavel@Janik.cz>
11266
11267 * texinfo.tex: Update to texinfo 4.2.
11268
11269 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11270
11271 * reftex.texi: Update to RefTeX 4.19.
11272
11273 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11274
11275 * gnus.texi (Sorting Groups): Add key bindings for
11276 gnus-group-sort-groups-by-real-name and
11277 gnus-group-sort-selected-groups-by-real-name.
11278
11279 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11280
11281 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11282 (../info/tramp, tramp.dvi): New targets.
11283
11284 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11285
11286 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11287 (calc.dvi): Uncomment.
11288
11289 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11290
11291 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11292 (../info/calc): New target.
11293
11294 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11295
11296 * (Version 21.1 released.)
11297
11298 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11299
11300 * Branch for 21.1.
11301
11302 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11303
11304 * Makefile.in (../info/info): Use an explicit -o switch to
11305 makeinfo.
11306
11307 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11308
11309 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11310
11311 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11312
11313 * ediff.texi: Added ediff-coding-system-for-read.
11314
11315 * viper.texi: Fix typos.
11316
11317 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11318
11319 * Makefile.in (../info/idlwave): Use --no-split.
11320
11321 2000-12-14 Dave Love <fx@gnu.org>
11322
11323 * Makefile.in (mostlyclean): Remove gnustmp.*.
11324 (gnus.dvi): Change rule to remove @latex stuff.
11325
11326 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11327
11328 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11329
11330 2000-10-13 John Wiegley <johnw@gnu.org>
11331
11332 * Makefile.in: Add build targets for eshell.texi.
11333
11334 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11335
11336 * Makefile.in: Remove/comment speedbar stuff.
11337
11338 2000-09-22 Dave Love <fx@gnu.org>
11339
11340 * Makefile.in: Add emacs-mime.
11341
11342 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11343
11344 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11345 (DVI_TARGETS): Add woman.dvi.
11346 (../info/woman, woman.dvi): New targets.
11347
11348 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11349
11350 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11351
11352 * pcl-cvs.texi: New file.
11353 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11354 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11355
11356 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11357
11358 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11359 (../info/ebrowse, ebrowse.dvi): New targets.
11360
11361 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11362
11363 * Makefile.in (INFO_TARGETS): Add eudc.
11364 (DVI_TARGETS): Add eudc.dvi.
11365 (../info/eudc, eudc.dvi): New targets.
11366
11367 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11368
11369 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11370 compatibility with 8+3 filesystems).
11371 (../info/efaq): Rename from emacs-faq.
11372
11373 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11374
11375 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11376 (../info/idlwave, idlwave.dvi): New targets.
11377
11378 1999-10-23 Dave Love <fx@gnu.org>
11379
11380 * Makefile.in: Use autotype.texi.
11381
11382 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11383
11384 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11385 faq.texi file) rather than ../info/faq.
11386
11387 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11388
11389 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11390 (../info/ada-mode, ada-mode.dvi): New targets.
11391
11392 1999-09-01 Dave Love <fx@gnu.org>
11393
11394 * Makefile.in: Add faq.
11395
11396 1999-07-12 Richard Stallman <rms@gnu.org>
11397
11398 * Version 20.4 released.
11399
11400 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11401
11402 * Version 20.3 released.
11403
11404 1998-04-06 Andreas Schwab <schwab@gnu.org>
11405
11406 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11407 Use it in dvi targets.
11408 (../etc/GNU): Change to $(srcdir) first.
11409
11410 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11411
11412 * reftex.texi: Update for RefTeX version 3.22.
11413
11414 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11415
11416 * gnus.texi (Easy Picons): Remove references to
11417 `gnus-group-display-picons'.
11418 (Hard Picons): Ditto.
11419
11420 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11421
11422 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11423 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11424
11425 1997-09-23 Paul Eggert <eggert@twinsun.com>
11426
11427 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11428 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11429
11430 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11431
11432 * Version 20.2 released.
11433
11434 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11435
11436 * Version 20.1 released.
11437
11438 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11439
11440 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11441
11442 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11443
11444 * widget.texi (push-button): Document it.
11445
11446 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11447
11448 * Version 19.33 released.
11449
11450 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11451
11452 * Version 19.32 released.
11453
11454 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11455
11456 * Makefile.in: Add rules for the Message manual.
11457
11458 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11459
11460 * gnus.texi: New version.
11461
11462 * message.texi: New manual.
11463
11464 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11465
11466 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11467
11468 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11469
11470 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11471 Specify -I option.
11472 (All dvi targets): Set the TEXINPUTS variable.
11473
11474 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11475
11476 * Version 19.31 released.
11477
11478 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11479
11480 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11481 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11482
11483 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11484
11485 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11486 (INFO_TARGETS): Add ../info/cc-mode.
11487 (DVI_TARGETS): Add cc-mode.dvi.
11488
11489 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11490
11491 * Version 19.30 released.
11492
11493 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11494
11495 * gnus.texi: New file.
11496
11497 1995-11-04 Erik Naggum <erik@naggum.no>
11498
11499 * gnus.texi: File deleted.
11500
11501 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11502
11503 * mh-e.texi: "Function Index" -> "Command Index" to work with
11504 Emacs 19.30 C-h C-k support of separately-documented commands.
11505
11506 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11507
11508 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11509 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11510
11511 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11512
11513 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11514 (../info/viper, viper.dvi): New targets.
11515
11516 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11517
11518 * dired-x.texi (Installation): Change the example to set
11519 buffer-local variables like dired-omit-files-p in
11520 dired-mode-hook.
11521
11522 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11523
11524 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11525 (../info/mh-e, mh-e.dvi): New targets.
11526
11527 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11528
11529 * Makefile.in (maintainer-clean): Rename from realclean.
11530
11531 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11532
11533 * Makefile.in: New file.
11534 * Makefile: File deleted.
11535
11536 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11537
11538 * Makefile (TEXINDEX_OBJS): Variable deleted.
11539 (texindex, texindex.o, getopt.o): Rules deleted.
11540 All deps on texindex deleted.
11541 (distclean): Don't delete texindex.
11542 (mostlyclean): Don't delete *.o.
11543 * texindex.c, getopt.c: Files deleted.
11544
11545 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11546
11547 * Version 19.26 released.
11548
11549 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11550
11551 * Version 19.25 released.
11552
11553 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11554
11555 * Version 19.24 released.
11556
11557 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11558
11559 * Version 19.23 released.
11560
11561 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11562
11563 * Makefile: Delete spurious tab.
11564
11565 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11566
11567 * Makefile (.SUFFIXES): New rule.
11568
11569 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11570
11571 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11572 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11573
11574 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11575
11576 * Makefile (../info/sc): Rename from sc.info.
11577 (../info/cl): Likewise.
11578 (INFO_TARGETS): Use new names.
11579
11580 1993-12-04 Richard Stallman (rms@srarc2)
11581
11582 * getopt.c: New file.
11583 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11584 (getopt.o): New rule.
11585 (dvi): Don't depend on texindex.
11586 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11587 Depend on texindex.
11588
11589 1993-12-03 Richard Stallman (rms@srarc2)
11590
11591 * Makefile (../info/sc.info): Rename from ../info/sc.
11592 (TEXI2DVI): New variable.
11593 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11594 Add explicit commands.
11595 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11596
11597 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11598
11599 * Version 19.22 released.
11600
11601 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11602
11603 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11604
11605 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11606
11607 * Version 19.21 released.
11608
11609 1993-11-15 Paul Eggert (eggert@twinsun.com)
11610
11611 * Makefile (../info/cl.info): Rename from ../info/cl.
11612
11613 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11614
11615 * Makefile (../etc/GNU): New target.
11616 (EMACSSOURCES): Add gnu1.texi.
11617
11618 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11619
11620 * Makefile (realclean): Don't delete the Info files.
11621
11622 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11623
11624 * forms.texi: Fix forms.texi so that it will format correctly.
11625 Add missing `@end iftex', fix bad reference.
11626
11627 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11628
11629 * Makefile: Fix targets for texindex, new info.texi files.
11630 * info-stnd.texi: New file implements info for standalone info
11631 reader.
11632 * info.texi: Update to include recent changes to "../info/info".
11633 New source file for ../info/info; includes info-stnd.texi.
11634
11635 * texindex.c: Include "../src/config.h" if building in emacs.
11636
11637 * Makefile: Change all files to FILENAME.texi, force all targets
11638 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11639 vip.texinfo, forms.texinfo, cl.texinfo.
11640 Add target to build texindex.c, defining `emacs'.
11641
11642 * forms.texi: Install new file to match version 2.3 of forms.el.
11643
11644 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11645
11646 * Version 19.19 released.
11647
11648 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11649
11650 * sc.texinfo: Fix info file name.
11651
11652 * Makefile (info): Add gnus and sc.
11653 (dvi): Add gnus.dvi and sc.dvi.
11654 (../info/sc, sc.dvi): New targets.
11655
11656 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11657
11658 * Version 19.18 released.
11659
11660 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11661
11662 * Makefile: Fix source file names of the separate manuals.
11663 (gnus.dvi, ../info/gnus): New targets.
11664
11665 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11666
11667 * Version 19.17 released.
11668
11669 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11670
11671 * split-man: Fix typos in last change.
11672
11673 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11674
11675 * Version 19.16 released.
11676
11677 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11678
11679 * version 19.15 released.
11680
11681 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11682
11683 * Makefile (distclean): It's rm, not rf.
11684
11685 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11686
11687 * Version 19.14 released.
11688
11689 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11690
11691 * Makefile: New file.
11692
11693 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11694
11695 * Version 19.13 released.
11696
11697 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11698
11699 * Version 19.9 released.
11700
11701 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11702
11703 * Version 19.8 released.
11704
11705 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11706
11707 * Version 19.7 released.
11708
11709 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11710
11711 * gnus.texinfo: New file. Removed installation instructions.
11712
11713 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11714
11715 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11716
11717 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11718
11719 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11720 then define `\sc' as the command for smallcaps in Texinfo.
11721 This means that the @sc command will produce small caps. bfox has
11722 made the corresponding change to makeinfo and texinfm.el.
11723
11724 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11725
11726 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11727 Customization since the menu entry did not point to anything.
11728 Also add an @finalout command to remove overfull hboxes from the
11729 printed output.
11730
11731 * cl.texinfo: Add @bye, \input line and @settitle to file.
11732 This file is clearly intended to be a chapter of some other work,
11733 but the other work does not yet exist.
11734
11735 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11736
11737 * texinfo.texinfo: Three typos corrected.
11738
11739 ;; Local Variables:
11740 ;; coding: utf-8
11741 ;; End:
11742
11743 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11744
11745 This file is part of GNU Emacs.
11746
11747 GNU Emacs is free software: you can redistribute it and/or modify
11748 it under the terms of the GNU General Public License as published by
11749 the Free Software Foundation, either version 3 of the License, or
11750 (at your option) any later version.
11751
11752 GNU Emacs is distributed in the hope that it will be useful,
11753 but WITHOUT ANY WARRANTY; without even the implied warranty of
11754 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11755 GNU General Public License for more details.
11756
11757 You should have received a copy of the GNU General Public License
11758 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.