More tweaks of skeleton documentation wrt \n behavior at bol/eol.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2014-06-22 Eli Zaretskii <eliz@gnu.org>
2
3 * autotype.texi (Skeleton Language): Document the \n feature
4 better.
5
6 2014-06-21 Eli Zaretskii <eliz@gnu.org>
7
8 * autotype.texi (Skeleton Language): Document the feature of \n
9 when at eol.
10
11 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
12
13 * dbus.texi (Type Conversion): Formatting edits in example.
14
15 2014-06-10 Glenn Morris <rgm@gnu.org>
16
17 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
18
19 2014-06-08 Karl Berry <karl@gnu.org>
20
21 * doc/info.texi (Help-^L): "mode line", "screenful",
22 stand-alone and Emacs Info both use the mode line.
23 Use x instead of weird C-x 0 to get rid of help msg
24 in standalone Info.
25
26 2014-06-08 Glenn Morris <rgm@gnu.org>
27
28 * vip.texi (Files): Defer to Emacs manual for uniquify details.
29
30 * info.texi (Help-Small-Screen): Clarify details of S-SPC.
31 (Help-Small-Screen, Help-]): Do not mention S-SPC.
32 (Emacs Info Variables): Markup fix.
33
34 * ebrowse.texi (Source Display, Finding/Viewing):
35 * erc.texi (Sample Session):
36 * ses.texi (The Basics):
37 * todo-mode.texi (Moving and Deleting Items):
38 * woman.texi (Navigation): Markup fixes re SPC, RET.
39
40 2014-05-24 Paul Eggert <eggert@cs.ucla.edu>
41
42 Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).
43 * htmlfontify.texi, org.texi: Add "coding: utf-8".
44
45 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
46
47 * todo-mode.texi: Update in light of changes due to bug#17482.
48 Replace numerous mistaken uses of literal quotes with proper
49 Texinfo markup.
50 (Todo Mode Entry Points): Comment out reference to using find-file
51 or Dired to visit Todo files, since this has been disabled (bug#17482).
52
53 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
54
55 * tramp.texi (Frequently Asked Questions): Mention HISTFILE
56 setting in ~/.ssh/environment.
57
58 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
59
60 * todo-mode.texi: Update, improve exposition, add cross
61 references, fix typos.
62 (Inserting New Items, Editing Item Headers and Text): Rewrite to
63 document new user interface.
64
65 2014-05-01 Glenn Morris <rgm@gnu.org>
66
67 * autotype.texi (Skeleton Language):
68 * message.texi (Header Commands): Replace `iff'.
69
70 2014-04-22 Bastien Guerry <bzg@gnu.org>
71
72 * org.texi (Installation): Be more clear on why installing Org
73 through ELPA should be done without loading any Org file.
74
75 * org.texi (Emphasis and monospace): Document the use of
76 =verbatim= and ~code~ to be consistent with
77 `org-element-text-markup-successor'.
78
79 * org.texi (In-buffer settings, Radio tables): Tiny fixes.
80
81 * org.texi (Initial visibility):
82 * org.texi (Literal examples): Fix typos.
83
84 2014-04-22 Michael Brand <michael.ch.brand@gmail.com>
85
86 * org.texi (Column attributes): Add a sentence to point out
87 the dependency on the format specifier.
88
89 2014-04-22 Nicolas Goaziou <n.goaziou@gmail.com>
90
91 * org.texi (The Export Dispatcher): Reformulation.
92
93 * org.texi (@LaTeX{} specific attributes): Update manual.
94
95 * org.texi (Top, Exporting): Org has its own documentation and
96 should therefore be removed from "Other build-in back-ends".
97
98 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
99
100 * texinfo.tex: Update from gnulib.
101
102 2014-03-24 Michael Albinus <michael.albinus@gmx.de>
103
104 * tramp.texi (Frequently Asked Questions): Add fish shell settings.
105
106 2014-03-21 Glenn Morris <rgm@gnu.org>
107
108 * ede.texi (ede-linux):
109 * vip.texi (New Bindings): Tiny copyedits.
110
111 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * vip.texi (Other Vi Commands): Adjust doc of C-j.
114
115 * cc-mode.texi (Indentation Commands): Remove C-j, since it's not
116 defined by CC-mode but globally.
117 (FAQ): Tweak text about RET and auto-indentation.
118
119 2014-03-18 David Engster <deng@randomsample.de>
120
121 * ede.texi (Project Local Variables): Remove reference to
122 `ede-java-root' and the example using it.
123 (Android projects, ede-java-root): Remove nodes since they are
124 only in CEDET upstream (Bug#17030). All nodes updated.
125 (ede-cpp-root): Document the :compile-command slot.
126 (ede-linux): Document new variables
127 `project-linux-build-directory-default' and
128 `project-linux-architecture-default'.
129
130 2014-03-12 Glenn Morris <rgm@gnu.org>
131
132 * eww.texi (History and Acknowledgments):
133 Don't list everyone who changed the code.
134
135 * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
136 * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
137 * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
138 * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
139 * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
140 Use @file for buffers, per the Texinfo manual.
141
142 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
143
144 * org.texi: Don't set txicodequoteundirected and txicodequotebacktick
145 so that the Org Manual's style for ` and ' in code is consistent
146 with the other Emacs manuals. This affects PDF, not .info files.
147
148 2014-03-12 Glenn Morris <rgm@gnu.org>
149
150 * octave-mode.texi (Using Octave Mode): Remove outdated stuff
151 about RET and indentation.
152
153 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
154
155 * gnus.texi:
156 * semantic.texi: Fix whitespace.
157
158 * ede.texi (Android projects):
159 * eieio.texi (Class Options, Making New Objects)
160 (Method Invocation, CLOS compatibility):
161 * sem-user.texi (Tag Decoration Mode): Fix typos.
162
163 2014-03-02 Xue Fuqiao <xfq@gnu.org>
164
165 * sem-user.texi (Create System Databases): Markup fix.
166
167 2014-02-28 Glenn Morris <rgm@gnu.org>
168
169 * info.texi (Further Reading): Rename node from Expert Info.
170 Remove stuff about writing Info nodes by hand.
171 (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
172
173 * info.texi: Nuke hand-written node pointers.
174
175 2014-02-28 Karl Berry <karl@gnu.org>
176
177 * info.texi (Top): Mention H for a summary of all commands.
178
179 2014-02-25 Glenn Morris <rgm@gnu.org>
180
181 * edt.texi (Quick start, Starting emulation): Update hook details.
182 * efaq.texi (Fullscreen mode on MS-Windows)
183 (Terminal setup code works after Emacs has begun): Update hook details.
184 * vip.texi (Loading VIP): Fix hook example.
185
186 * efaq-w32.texi (Bash): Don't use setq with hooks.
187
188 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
189
190 * texinfo.tex: Update from gnulib.
191
192 2014-02-22 Xue Fuqiao <xfq@gnu.org>
193
194 * remember.texi (Quick Start): Add an index.
195 (Function Reference, Quick Start): Add cross-references.
196
197 2014-02-21 Glenn Morris <rgm@gnu.org>
198
199 * flymake.texi (Starting the syntax check process): Grammar fix.
200
201 * tramp.texi (External packages): Grammar fix.
202 Reword for default sentinel not being nil any more.
203
204 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
205
206 * trampver.texi: Update release number.
207
208 2014-02-19 Glenn Morris <rgm@gnu.org>
209
210 * remember.texi: Copyedits.
211 (Quick Start): No need for manual autoloads. Mention remember-notes.
212 (Function Reference): Update arguments. Add new commands.
213
214 2014-02-18 Glenn Morris <rgm@gnu.org>
215
216 * remember.texi (copying): Bump remember mode version.
217 (Installation): Remove unnecessary chapter.
218 (Quick Start): No need to explicitly load remember.el.
219 (Separate Text Files): New section.
220
221 2014-02-17 Glenn Morris <rgm@gnu.org>
222
223 * eieio.texi (Class Values, CLOS compatibility):
224 Remove references to deleted eieio-describe-class/generic.
225
226 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
227
228 Sync with Tramp 2.2.9.
229 * trampver.texi: Update release number.
230
231 * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
232
233 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
234
235 * calc.texi (Single-Variable Statistics): Remove mention of
236 incorrect keybinding.
237
238 2014-02-12 Paul Eggert <eggert@cs.ucla.edu>
239
240 * texinfo.tex: Update from gnulib.
241
242 2014-02-08 Glenn Morris <rgm@gnu.org>
243
244 * auth.texi (GnuPG and EasyPG Assistant Configuration):
245 Be agnostic about authinfo/authinfo.gpg default order. (Bug#16642)
246
247 2014-02-07 Glenn Morris <rgm@gnu.org>
248
249 * viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
250
251 2014-02-06 Glenn Morris <rgm@gnu.org>
252
253 * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
254
255 * mh-e.texi, viper.texi: Do not use colons in index entries.
256
257 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
258
259 * texinfo.tex: Update from gnulib.
260
261 2014-02-05 Glenn Morris <rgm@gnu.org>
262
263 * epa.texi: Add indices.
264
265 * url.texi (Cookies): Mention url-cookie-list command.
266
267 2014-02-03 Glenn Morris <rgm@gnu.org>
268
269 * cl.texi (Blocks and Exits): Mention cl-tagbody.
270
271 2014-02-02 Glenn Morris <rgm@gnu.org>
272
273 * efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
274
275 2014-01-31 Glenn Morris <rgm@gnu.org>
276
277 * efaq.texi (Replacing highlighted text):
278 Update delete-selection-mode doc.
279
280 2014-01-30 Xue Fuqiao <xfq.free@gmail.com>
281
282 * sem-user.texi (Include paths): Fix a Texinfo command.
283
284 2014-01-27 Glenn Morris <rgm@gnu.org>
285
286 * idlwave.texi (Lesson III---User Catalog, Online Help)
287 (Starting the Shell, Catalogs, User Catalog):
288 * remember.texi (Quick Start):
289 * viper.texi:
290 * vip.texi (Customization, Customizing Constants)
291 (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
292
293 2014-01-25 Xue Fuqiao <xfq.free@gmail.com>
294
295 * cc-mode.texi (Minor Modes): Minor fix.
296
297 2014-01-24 David Engster <deng@randomsample.de>
298
299 * eieio.texi (Introduction): Fix references.
300
301 2014-01-24 Glenn Morris <rgm@gnu.org>
302
303 * efaq.texi (Termcap/Terminfo entries for Emacs):
304 Use M-x term rather than M-x terminal-emulator.
305
306 * emacs-mime.texi (time-date): Use float-time.
307
308 2014-01-22 David Engster <deng@randomsample.de>
309
310 * eieio.texi (Introduction): Move introductory paragraph about
311 EIEIO and CLOS from 'Building Classes' to here.
312 (Documentation): Remove, since eieio-doc is not part of Emacs.
313 (Class Values, CLOS compatibility): Mention that
314 `describe-function' will also give information about classes.
315
316 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
317
318 * texinfo.tex: Update from gnulib.
319
320 2014-01-15 Glenn Morris <rgm@gnu.org>
321
322 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
323
324 2014-01-12 Michael Albinus <michael.albinus@gmx.de>
325
326 * tramp.texi (all): Doc fix according to GNU Coding Standards.
327 Use "file name" instead of "filename" or "path". Use "host"
328 instead of "machine".
329
330 2014-01-12 David Engster <deng@randomsample.de>
331
332 * eieio.texi (Introduction): `class-of' is obsolete.
333 (Predicates, Basic Methods): Adapt function names to namespace
334 cleanup.
335
336 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
337
338 * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
339
340 2014-01-12 Glenn Morris <rgm@gnu.org>
341
342 * efaq.texi (Guidelines for newsgroup postings)
343 (Informational files for Emacs):
344 Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
345
346 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * cl.texi (Function Bindings): Fix incorrect description of cl-let.
349
350 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
351
352 * Makefile.in: Add eww.texi.
353 * eww.texi: New file.
354
355 2014-01-07 Glenn Morris <rgm@gnu.org>
356
357 * efaq.texi (Problems with very large files): Fix superscript typo.
358
359 2013-01-07 Rasmus <w530@pank.eu>
360
361 * org.texi (Global and local cycling): Fix missing '@'.
362
363 2013-01-07 Bastien Guerry <bzg@gnu.org>
364
365 * org.texi (Global and local cycling): Mention C-u C-u TAB.
366 (Include files, The Export Dispatcher)
367 (Advanced configuration)
368 (Header arguments in Org mode properties): Spelling fixes.
369 (Special blocks): Add #+BEGIN_ABSTRACT as another example.
370 (@LaTeX{} specific attributes): New index entries.
371 Use #+BEGIN_ABSTRACT in the example.
372
373 2013-01-07 Nicolas Goaziou <n.goaziou@gmail.com>
374
375 * org.texi (Org export): New section.
376 (HTML doctypes): Fix whitespace error. Fix display.
377 (Publishing options): Add missing html publishing options.
378
379 2014-01-07 Glenn Morris <rgm@gnu.org>
380
381 * efaq.texi (Basic editing, Packages that do not come with Emacs):
382 Merge in some info from etc/MORE.STUFF.
383
384 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
385
386 Specify .texi encoding (Bug#16292).
387 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
388 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
389 * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
390 * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
391 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
392 * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
393 * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
394 * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
395 * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
396 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
397 * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
398 * widget.texi, wisent.texi, woman.texi:
399 Add @documentencoding.
400
401 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
402
403 * eshell.texi (What Eshell is not): Clean up confusing clause.
404
405 2014-01-03 Glenn Morris <rgm@gnu.org>
406
407 * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
408
409 * ede.texi, eieio.texi, semantic.texi, srecode.texi:
410 Add copyright notice to titlepage.
411
412 * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
413
414 * ert.texi: Add a titlepage. Use @insertcopying.
415
416 * calc.texi (Top): Use @top rather than @chapter.
417
418 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
419
420 * eshell.texi (top): Fix incorrect use of xref.
421
422 2014-01-03 Aidan Gauland <aidalgol@amuri.net>
423
424 * eshell.texi (top): Fix incorrect info filename in an xref.
425
426 2014-01-02 Glenn Morris <rgm@gnu.org>
427
428 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
429
430 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
431
432 * eshell.texi (Command Basics): Remove `Command basics' chapter.
433
434 2014-01-02 Aidan Gauland <aidalgol@amuri.net>
435
436 * eshell.texi (What is Eshell?): Add section about what not to use
437 Eshell for.
438
439 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
440
441 * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
442
443 2013-12-22 Glenn Morris <rgm@gnu.org>
444
445 * woman.texi (Navigation): Use itemx where appropriate.
446
447 2013-12-20 Tassilo Horn <tsdh@gnu.org>
448
449 * info.texi, woman.texi:
450 Document `S-SPC' as alternative to `DEL' for scrolling.
451
452 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
453
454 * calc.texi (Stack Manipulation Commands): Mention using the variable
455 `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
456
457 2013-12-12 Michael Albinus <michael.albinus@gmx.de>
458
459 * tramp.texi (direntry): Use ssh but rsh.
460 (all): Encode all environment variable names with @env{...}.
461 (Bug Reports): Refer to Testing node.
462
463 2013-12-12 Glenn Morris <rgm@gnu.org>
464
465 * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
466 * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
467 * srecode.texi, todo-mode.texi, tramp.texi:
468 Sync direntry with info/dir version.
469
470 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
471
472 * Makefile.in: Add octave-mode.texi.
473
474 2013-12-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
475 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
476
477 * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
478
479 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
480
481 * dbus.texi (Properties and Annotations): Fix typo.
482
483 2013-12-06 Bastien Guerry <bzg@gnu.org>
484
485 * org.texi: Don't include Emacs version within Org's version.
486
487 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com>
488
489 * org.texi (Creating one-off styles): Use new export snippet
490 syntax.
491
492 * org.texi (Export settings): Documentation describing how text
493 above the first heading is ignored when an :export: tag is in a
494 file.
495
496 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
497
498 * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
499
500 2013-11-30 Glenn Morris <rgm@gnu.org>
501
502 * Makefile.in (distclean): Remove Makefile.
503
504 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
505
506 * ses.texi (Quick Tutorial): New chapter. (Bug#14748)
507 (The Basics, Formulas): Copyedits.
508 (Resizing, Printer functions): Add index entries.
509
510 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
511
512 * calc.texi (Customizing Calc): Mention new variable
513 `calc-context-sensitive-enter'.
514
515 2013-11-12 Aaron Ecay <aaronecay@gmail.com>
516
517 * org.texi (Exporting code blocks): Document the 'inline-only
518 setting for `org-export-babel-evaluate'. Document how :var
519 introduces code block dependencies.
520
521 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE>
522
523 * org.texi (Header arguments): Document header-args[:lang]
524 properties and remove deprecated old-style properties from
525 documentation.
526
527 * org.texi (Agenda commands): Remove footnote from @tsubheading
528 and add a sentence with the reference instead.
529
530 2013-11-12 Bastien Guerry <bzg@gnu.org>
531
532 * org.texi (Catching invisible edits):
533 * org.texi (Plain lists, Plain lists):
534 * org.texi (Advanced configuration):
535 * org.texi (Tag groups):
536 * org.texi (Conventions):
537 * org.texi (Checkboxes, Radio lists):
538 * org.texi (Top, Summary, Exporting):
539 * org.texi (In-buffer settings): Fix typos.
540
541 * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
542 C-w'. Add an index entry for `org-refile-keep'.
543
544 * org.texi (Plain lists): Add an index entry for sorting plain
545 list. Document sorting by checked status for check lists.
546
547 * org.texi (Publishing options): Fix old variable names.
548
549 * org.texi (Orgstruct mode): Fix suggested setting of
550 `orgstruct-heading-prefix-regexp'.
551
552 * org.texi (Export settings):
553 Document `org-export-allow-bind-keywords'.
554
555 * org.texi (History and Acknowledgments): Small rephrasing.
556
557 * org.texi (Template elements): Add a footnote about tags accepted
558 in a year datetree.
559
560 * org.texi (Beamer export, @LaTeX{} and PDF export)
561 (Header and sectioning, @LaTeX{} specific attributes):
562 Enhance style.
563
564 * org.texi (Agenda commands): Add a footnote about dragging agenda
565 lines: it does not persist and it does not change the .org files.
566
567 * org.texi (Agenda commands): Add a table heading for dragging
568 agenda lines forward/backward.
569
570 * org.texi (Agenda commands): Add documentation for
571 `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
572
573 * org.texi (Publishing options): Update the list of options.
574 (Simple example, Complex example): Fix the examples.
575
576 * org.texi (Formula syntax for Calc): Don't use a bold font the
577 warning.
578
579 * org.texi (Other built-in back-ends): New section.
580
581 * org.texi (Editing source code):
582 Document `org-edit-src-auto-save-idle-delay' and
583 `org-edit-src-turn-on-auto-save'.
584
585 * org.texi (External links): Document contributed link types
586 separately.
587
588 * org.texi (Closing items):
589 Document `org-closed-keep-when-no-todo'.
590
591 * org.texi (Export back-ends): Rename from "Export formats".
592 (The Export Dispatcher): Remove reference to
593 `org-export-run-in-background'.
594 (Export settings): Minor rewrites.
595 (ASCII/Latin-1/UTF-8 export): Update variable's name.
596 (In-buffer settings): Add #+HTML_HEAD_EXTRA.
597
598 * org.texi (Export in foreign buffers): New section.
599 (Exporting): Remove documentation about converting the selected
600 region.
601
602 * org.texi (Advanced configuration): Put the filter valid types in
603 a table. Use @lisp and @smalllisp.
604
605 * org.texi: Use @code{nil} instead of nil. Update the maintainer
606 contact info.
607
608 * org.texi (Exporting): Better introductory sentence. Add a note
609 about conversion commands.
610 (Feedback, Orgstruct mode, Built-in table editor)
611 (Built-in table editor, Orgtbl mode, Updating the table)
612 (Property syntax, Capturing column view, Capture)
613 (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
614 (Exporting, Extending ODT export)
615 (Working with @LaTeX{} math snippets, dir, Customization)
616 (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
617 Uniformly use @kbd{M-x command RET}.
618
619 * org.texi (Filtering/limiting agenda items): New subsection.
620 Document the use of `org-agenda-max-*' options and
621 `org-agenda-limit-interactively' from the agenda.
622 (Agenda commands): Move details about filtering commands to
623 the new section, only include a summary here.
624 (Customizing tables in ODT export)
625 (System-wide header arguments, Conflicts, Dynamic blocks):
626 Use spaces for indentation.
627
628 * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
629
630 * org.texi (Links in HTML export, Images in HTML export)
631 (post): Fix syntax within #+ATTR_*.
632 (Tables in HTML export): Document `org-html-table-row-tags'
633 and use `org-html-table-default-attributes' instead of
634 `org-html-table-tag'.
635
636 * org.texi (Publishing action, Publishing options)
637 (Publishing links): Major rewrite. Enhance explanations for
638 `org-org-publish-to-org'. Remove reference to
639 `org-export-run-in-background'.
640
641 * org.texi: Fix many small typos. Use #+NAME instead of
642 #+TBLNAME. Use @smalllisp instead of @example.
643 (Special symbols): Add index?
644 (HTML preamble and postamble): Don't mention obsolete use of
645 opt-plist.
646 (JavaScript support): Don't mention the org-jsinfo.el file as it
647 has been merged with ox-html.el.
648
649 * org.texi (Installation, Feedback, Setting Options)
650 (Code evaluation security, org-crypt.el): Use @lisp instead of
651 @example.
652 (Agenda commands): Use @table instead of @example.
653
654 * org.texi (Adding hyperlink types): New appendix.
655
656 * org.texi (ODT export commands, Extending ODT export)
657 (Applying custom styles, Images in ODT export)
658 (Labels and captions in ODT export)
659 (Literal examples in ODT export)
660 (Configuring a document converter)
661 (Working with OpenDocument style files)
662 (Customizing tables in ODT export)
663 (Validating OpenDocument XML): Fix options names.
664
665 * org.texi (History and Acknowledgments): Update acknowledgments
666 to Nicolas. Add Nicolas Goaziou to the list of contributors.
667
668 * org.texi (System-wide header arguments): Don't use "customizing"
669 for setting a variable. Also remove comments.
670
671 * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
672 `org-agenda-start-on-weekday' to the variable index and document
673 them.
674
675 * org.texi (Sparse trees, Agenda commands)
676 (@LaTeX{} fragments, Selective export, Export options)
677 (The export dispatcher, ASCII/Latin-1/UTF-8 export)
678 (HTML Export commands, @LaTeX{}/PDF export commands)
679 (iCalendar export, Publishing options, Triggering publication)
680 (In-buffer settings): Update to reflect changes from the new
681 export engine.
682
683 * org.texi (Matching tags and properties): More examples.
684 Explain group tags expansion as regular expressions.
685
686 * org.texi (Tag groups): New section.
687
688 * org.texi (Setting tags): Tiny formatting fixes.
689
690 * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
691 names.
692
693 * org.texi (Storing searches): Add "agenda" and "agenda*" to the
694 concept index. Include example for these agenda views.
695 (Special agenda views): Mention the "agenda*" agenda view.
696
697 * org.texi (Repeated tasks): Document how to ignore a repeater
698 when using both a scheduled and a deadline timetamp.
699
700 * org.texi (Global and local cycling): Wrap in a new subsection.
701 (Initial visibility, Catching invisible edits): New subsections.
702
703 * org.texi (Visibility cycling): Mention that
704 `org-agenda-inhibit-startup' will prevent visibility setting when
705 the agenda opens an Org file for the first time.
706
707 * org.texi (Org syntax): New section.
708
709 * org.texi (Orgstruct mode):
710 Document `orgstruct-heading-prefix-regexp'.
711
712 * org.texi (Speeding up your agendas): New section.
713
714 * org.texi (Installation): When installing Org from ELPA, users
715 should do this from an Emacs session where no .org file has been
716 visited.
717
718 * org.texi (CSS support, In-buffer settings): Update HTML options
719 names.
720
721 * org.texi (Structure editing): Update documentation for
722 `org-insert-heading-or-item'.
723 (Plain lists, Relative timer): Update index entry.
724
725 * org.texi (JavaScript support): Update variable names.
726
727 * org.texi (comments): Minor formatting fix.
728
729 * org.texi (@LaTeX{} fragments): Minor enhancement.
730
731 * org.texi: Update the list contributions.
732
733 * org.texi (Agenda commands): Exporting the agenda to an .org file
734 will not copy the subtrees and the inherited tags.
735 Document `org-agenda-filter-by-regexp'.
736
737 * org.texi (Publishing action, Complex example): Fix names of
738 publishing functions.
739
740 * org.texi (Top, Exporting): Delete references to Freemind.
741 (Freemind export): Delete section.
742
743 * org.texi (Top, Exporting): Delete references to the XOXO export.
744 (XOXO export): Delete section.
745
746 * org.texi (Capture): Mention that org-remember.el is not
747 supported anymore.
748
749 * org.texi (Top, Exporting, Beamer class export):
750 Delete references to the TaskJuggler export.
751 (History and Acknowledgments): Mention that the TaskJuggler has
752 been rewritten by Nicolas and now lives in the contrib/ directory
753 of Org's distribution. Mention that Jambunathan rewrote the HTML
754 exporter. Remove Jambunathan from my own acknowledgments.
755 (TaskJuggler export): Delete.
756
757 * org.texi (HTML preamble and postamble)
758 (Tables in HTML export, Images in HTML export)
759 (Math formatting in HTML export, CSS support)
760 (@LaTeX{} and PDF export, Publishing options): Fix the names of
761 the HTML export and publishing options.
762
763 * org.texi (Literal examples, Export options)
764 (@LaTeX{} and PDF export, Header and sectioning)
765 (Publishing options): Fix LaTeX options names.
766
767 * org.texi (Export options, CSS support, In-buffer settings):
768 Fix references to HTML_LINK_* and HTML_STYLE keywords.
769
770 * org.texi (Export options, In-buffer settings): Fix references to
771 #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
772
773 * org.texi (Top, Markup, Initial text, Images and tables)
774 (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
775 (Export options, JavaScript support, Beamer class export):
776 Remove references to the DocBook export, which has been deleted.
777 (History and Acknowledgments): Mention that DocBook has been
778 deleted, suggest to use the Texinfo exporter instead, then to
779 convert the .texi to DocBook with makeinfo.
780 (Links in ODT export, Tables in ODT export): Fix indices.
781
782 * org.texi (Deadlines and scheduling): Add a variable to the
783 index. Add documentation about delays for scheduled tasks.
784
785 * org.texi (Emphasis and monospace):
786 Mention `org-fontify-emphasized-text' and
787 `org-emphasis-regexp-components'.
788
789 * org.texi (References): Small enhancement.
790
791 * org.texi (Column width and alignment): Make the example visually
792 more clear.
793
794 * org.texi (The clock table): Document :mstart and :wstart as a
795 way to set the starting day of the week.
796
797 * org.texi (In-buffer settings): Document new startup keywords.
798 Thanks to John J Foerch for this idea.
799
800 * org.texi (Include files): Tiny formatting fix.
801
802 * org.texi (Activation): Point to the "Conflicts" section.
803
804 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com>
805
806 * org.texi (CSS support): Clarify this section.
807
808 * org.texi (@LaTeX{} specific attributes): Document that tabu and
809 tabularx packages are not in the default set of packages.
810
811 * org.texi (Agenda commands): Document fortnight view.
812
813 * org.texi: Document conflict with ecomplete.el.
814
815 * org.texi (History and Acknowledgments): Acknowledgements for
816 Jason Dunsmore and Rakcspace.
817
818 * org.texi: Rename org-crypt.el node to org-crypt.
819
820 * org.texi (A @LaTeX{} example): Fix typo in variable name.
821
822 * org.texi (MobileOrg): Mention the new iPhone developer.
823
824 * org.texi (Table of contents) Improve documentation of TOC
825 placement.
826
827 * org.texi: Explain that date/time information at read-date prompt
828 should start at the beginning, not anywhere in the middle of a
829 long string.
830
831 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com>
832
833 * org.texi (Orgstruct mode): Fix wrong regexp.
834
835 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net>
836
837 * org.texi: Document export to (X)HTML flavors.
838
839 2013-11-12 Eric Schulte <schulte.eric@gmail.com>
840
841 * org.texi (Extracting source code): Mention the prefix argument
842 to org-babel-tangle.
843 (noweb): Remove erroneous negative.
844 (Specific header arguments): Document new header arguments.
845 Documentation for new tangle-mode header argument.
846 (Top): Documentation for new tangle-mode header argument.
847 (rownames): Documentation for new tangle-mode header argument.
848 Mention elisp as special rowname case.
849 (tangle-mode): Documentation for new tangle-mode header argument.
850 (post): Documentation and an example of usage.
851 (var): Remove the "Alternate argument syntax" section from the
852 documentation.
853 (hlines): Note that :hline has no effect for Emacs Lisp code
854 blocks.
855
856 2013-11-12 Feng Shu <tumashu@gmail.com>
857
858 * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
859 (Math formatting in HTML export)
860 (Working with @LaTeX{} math snippets): Add document about creating
861 formula image with imagemagick.
862
863 * org.texi (@LaTeX{} specific attributes): Document `:caption'
864 attribute of #+ATTR_LATEX.
865
866 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com>
867
868 * org.texi (Handling links): Fix a typo in
869 `org-startup-with-inline-images' documentation.
870
871 * org.texi (Previewing @LaTeX{} fragments): Document the startup
872 keywords to use for previewing LaTeX fragments or not.
873 (Summary of in-buffer settings): Improve formatting and add an
874 entry for the variable `org-startup-with-latex-preview'.
875
876 * org.texi (Property syntax): Recall the user to refresh the org
877 buffer when properties are set on a per-file basis.
878
879 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change)
880
881 * org.texi (Matching tags and properties): Clarification.
882
883 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com>
884
885 * org.texi (Editing and debugging formulas): Add an example when a
886 table has multiple #+TBLFM lines.
887
888 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change)
889
890 * org.texi (The clock table): Document acceptance of relative
891 times in tstart and tend, link to syntax description and provide
892 example.
893
894 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi>
895
896 * org.texi (The spreadsheet): Document lookup functions.
897
898 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change)
899
900 * org.texi (CSS support): Mention .figure-number, .listing-number,
901 and .table-number.
902
903 2013-11-12 Michael Brand <michael.ch.brand@gmail.com>
904
905 * org.texi
906 (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
907 spreadsheet formula mode strings and some examples from @example
908 block with xy @r{yz} to @table.
909
910 * org.texi (Formula syntax for Calc): Improve the documentation of
911 empty fields in formulas for spreadsheet. Add explanation and
912 example for empty field. Extend explanations of format
913 specifiers. Add a sentence to mention Calc defmath.
914
915 * org.texi (Column formulas): Add a sentence to be more explicit
916 about when a table header is mandatory.
917
918 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com>
919
920 * org.texi (Subscripts and superscripts): Remove reference to
921 quoted underscores until this mechanism is implemented again.
922
923 * org.texi (Beamer export): Be more accurate about BEAMER_OPT
924 property.
925
926 * org.texi (Document title): Subtree export is no longer triggered
927 by marking one as the region.
928 (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
929 giving examples isn't very useful: "horizontal rule" is, at least,
930 as explicit as <hr/>.
931
932 * org.texi (HTML doctypes): Reflect keyword removal.
933 (CSS support): Reflect keyword removal.
934
935 * org.texi (@LaTeX{} specific attributes): Document new :float
936 values.
937
938 * org.texi (Export settings): Improve documentation.
939
940 * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
941 (Text areas in HTML export): Update text areas.
942 (HTML Export commands): Update export commands.
943
944 * org.texi (Header and sectioning): Add a footnote about the
945 different between LATEX_HEADER_EXTRA and LATEX_HEADER.
946
947 * org.texi (The Export Dispatcher):
948 Document `org-export-in-background'.
949
950 * org.texi (Footnotes): Export back-ends do not use
951 `org-footnote-normalize' anymore.
952
953 * org.texi: Document variable changes.
954
955 * org.texi (Export settings): Document p: item in OPTIONS keyword.
956
957 * org.texi (Exporting): Massive rewrite of the first sections.
958 (Selective export): Delete.
959 (The Export Dispatcher): Rewrite.
960 (Export options): Rewrite as "Export settings".
961
962 * org.texi: Small changes to documentation for embedded LaTeX.
963
964 * org.texi (Internal links): Document #+NAME keyword and
965 cross-referencing during export.
966
967 * org.texi (Include files): Remove reference to :prefix1
968 and :prefix. Give more details for :minlevel.
969
970 * org.texi (Macro replacement): Fix macro name.
971 Update documentation about possible locations and escaping mechanism.
972
973 * org.texi (Table of contents): Update documentation.
974 Document lists of listings and lists of tables. Add documentation for
975 optional title and #+TOC: keyword.
976
977 2013-11-12 Rick Frankel <rick@rickster.com>
978
979 * org.texi (results): Add Format section, broken out of Type
980 section to match code.
981 (hlines, colnames): Remove incorrect Emacs Lisp exception.
982 Note that the actual default handling (at least for python and
983 emacs-lisp) does not seem to match the description.
984
985 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change)
986
987 * org.texi (The date/time prompt): Update the documentation to
988 reflect the new way `org-read-date-get-relative' handles weekdays.
989
990 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com>
991
992 * org.texi (Resolving idle time):
993 Document `org-clock-x11idle-program-name'.
994
995 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
996
997 * ert.texi (Running Tests Interactively): Adapt examle output.
998 (Tests and Their Environment): Mention skip-unless.
999
1000 2013-10-23 Glenn Morris <rgm@gnu.org>
1001
1002 * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
1003 * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
1004 * widget.texi: Nuke @refill.
1005
1006 * Makefile.in (install-dvi, install-html, install-pdf)
1007 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1008 (uninstall-pdf): Quote entities that might contain whitespace.
1009
1010 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1011
1012 * calc.texi (Data Type Formats): Don't specify the size at
1013 which integers begin to be represented by lists.
1014
1015 2013-10-14 Xue Fuqiao <xfq.free@gmail.com>
1016
1017 * cl.texi (Argument Lists): Add indexes for &key and &aux.
1018
1019 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1020
1021 * trampver.texi: Update release number.
1022
1023 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1024
1025 Sync with Tramp 2.2.8.
1026
1027 * tramp.texi (External packages): Use `non-essential'.
1028 * trampver.texi: Update release number.
1029
1030 2013-09-14 Glenn Morris <rgm@gnu.org>
1031
1032 * eshell.texi: Markup fixes.
1033
1034 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1035
1036 * ido.texi (Interactive Substring Matching): Use @key{RET} instead
1037 of @kbd{RET}.
1038 (Prefix Matching): Add an index.
1039
1040 2013-09-08 Glenn Morris <rgm@gnu.org>
1041
1042 * emacs-gnutls.texi: Tweak direntry.
1043
1044 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * tramp.texi (Alternative Syntax): Remove chapter.
1047
1048 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1049
1050 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1051 for portability to hosts where /bin/sh has problems.
1052
1053 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 Try to reduce redundancy in doc/misc/Makefile.in.
1056 * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1057 (TARGETS): New intermediate variable.
1058 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
1059
1060 2013-08-27 Glenn Morris <rgm@gnu.org>
1061
1062 * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
1063
1064 * efaq.texi: Rename from faq.texi, to match its output files.
1065 * Makefile.in: Update for faq.texi name change.
1066
1067 * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
1068
1069 * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
1070
1071 * efaq-w32.texi: Move here from the web-pages repository.
1072 * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1073 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
1074 (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
1075 (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1076 Add DOCMISC_*_W32 variables.
1077 (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
1078 (efaq_w32_deps): New variable.
1079 (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
1080 (efaq-w32.pdf, efaq-w32.html): New rules.
1081 (clean): Remove efaq-w32 products.
1082
1083 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1084
1085 * texinfo.tex: Update from gnulib.
1086
1087 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1088
1089 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
1090 shift_jis from the default value set to mm-coding-system-priorities for
1091 Japanese users.
1092
1093 2013-08-13 Glenn Morris <rgm@gnu.org>
1094
1095 * reftex.texi (LaTeX xr Package, Options - Table of Contents)
1096 (Options - Defining Label Environments, Options - Creating Labels)
1097 (Options - Referencing Labels, Options - Creating Citations)
1098 (Options - Index Support, Options - Viewing Cross-References)
1099 (Options - Finding Files, Options - Optimizations)
1100 (Options - Fontification, Options - Misc):
1101 * cc-mode.texi (Sample Init File):
1102 * edt.texi (Init file):
1103 * epa.texi (Encrypting/decrypting gpg files):
1104 * mairix-el.texi (About, Setting up the mairix interface, Using)
1105 (Extending):
1106 Rename nodes to avoid characters that can cause Texinfo problems.
1107
1108 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1109
1110 * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
1111
1112 2013-08-12 Glenn Morris <rgm@gnu.org>
1113
1114 * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
1115 (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
1116 (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
1117 (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
1118 (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
1119 (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
1120 (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
1121 (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
1122 (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
1123 (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
1124 (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
1125 (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
1126 (wisent_deps, woman_deps): New variables. Use to reduce duplication.
1127
1128 * woman.texi (Top): Avoid mailto: in html output.
1129
1130 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1131 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1132 (INSTALL_DATA): New, set by configure.
1133 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
1134 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
1135 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1136 uninstall-ps, and uninstall-doc.
1137 (.SUFFIXES): Add .ps and .dvi.
1138 (.dvi.ps): New suffix rule.
1139 (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
1140 (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
1141 (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
1142 (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
1143 (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
1144 (forms.html, gnus.html, htmlfontify.html, idlwave.html)
1145 (ido.html, mairix-el.html, message.html, mh-e.html)
1146 (newsticker.html, nxml-mode.html, org.html, pgg.html)
1147 (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
1148 (semantic.html, sieve.html, smtpmail.html, speedbar.html)
1149 (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
1150 (viper.html, widget.html, wisent.html, woman.html, install-dvi)
1151 (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
1152 (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
1153 New rules.
1154 (clean): Remove HTML_TARGETS and PS_TARGETS.
1155
1156 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1157
1158 * ido.texi (Working Directories, Flexible Matching, Regexp Matching)
1159 (Find File At Point, Ignoring, Misc Customization): Use @defopt
1160 for user options.
1161
1162 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1163
1164 * htmlfontify.texi (Customization): Remove documentation of
1165 `hfy-fast-lock-save'. Minor fixes.
1166
1167 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1168
1169 * ido.texi (Top): Insert node "Working Directories" in menu.
1170 (Working Directories): New node.
1171 (Misc Customization): Add documentation of
1172 `ido-confirm-unique-completion' and some other user options.
1173
1174 2013-08-07 Eli Zaretskii <eliz@gnu.org>
1175
1176 * todo-mode.texi: Update @dircategory.
1177 (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
1178 (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
1179 @ref.
1180
1181 2013-08-07 Xue Fuqiao <xfq.free@gmail.com>
1182
1183 * sc.texi (Introduction): Fix index.
1184 (Usage Overview, Citations, Citation Elements, Recognizing Citations)
1185 (Information Keys and the Info Alist, Reference Headers)
1186 (The Built-in Header Rewrite Functions)
1187 (Electric References, Reply Buffer Initialization)
1188 (Filling Cited Text, Selecting an Attribution)
1189 (Attribution Preferences)
1190 (Anonymous Attributions, Author Names)
1191 (Using Regi, Post-yank Formatting Commands)
1192 (Citing Commands, Insertion Commands)
1193 (Mail Field Commands)
1194 (Hints to MUA Authors, Thanks and History): Change from one space
1195 between sentences to two.
1196 (What Supercite Does): Typo fix.
1197
1198 * newsticker.texi (Usage): Use @key for RET.
1199
1200 * cl.texi (Argument Lists, For Clauses)
1201 (Macros): Add indexes.
1202
1203 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1204
1205 * cl.texi (Blocks and Exits): Add an index.
1206
1207 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1208
1209 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
1210 (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT))
1211 (todo-mode.dvi, todo-mode.pdf): New rules.
1212
1213 * todo-mode.texi: New file.
1214
1215 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1216
1217 * gnus.texi (Basic Usage): Mention that warp means jump here.
1218 (The notmuch Engine): Mention notmuch.
1219
1220 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1221
1222 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1223 `gnus-subthread-sort-functions' and remove the obsolete documentation
1224 of `gnus-sort-threads-recursively'.
1225
1226 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1227
1228 * texinfo.tex: Update to 2012-07-29.17 version.
1229
1230 2013-07-29 David Engster <deng@randomsample.de>
1231
1232 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
1233 implementation.
1234 (Introduction): Add further missing features.
1235 (Building Classes): Add introductory paragraph.
1236 (Wish List): Add metaclasses and EQL specialization.
1237
1238 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * tramp.texi (Frequently Asked Questions):
1241 Mention `tramp-use-ssh-controlmaster-options'.
1242
1243 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1244
1245 * gnus.texi (Sorting the Summary Buffer): Document new defcustom
1246 `gnus-sort-threads-recursively'.
1247
1248 2013-07-25 Glenn Morris <rgm@gnu.org>
1249
1250 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
1251 (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
1252
1253 * erc.texi (Special Features): Update contact information.
1254 (History): Avoid using @email.
1255
1256 * eshell.texi (Bugs and ideas): Minor updates.
1257
1258 * faq.texi (Reporting bugs, Origin of the term Emacs)
1259 (Setting up a customization file)
1260 (Using an already running Emacs process, Turning off beeping)
1261 (Packages that do not come with Emacs)
1262 (Replying to the sender of a message): Avoid using @email.
1263
1264 * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
1265
1266 * reftex.texi (Imprint): Avoid using @email.
1267
1268 * ses.texi (Top): Update bug reporting instructions.
1269 (Acknowledgments): Avoid using @email.
1270
1271 * woman.texi (Introduction, Background): Remove outdated information.
1272 (Bugs, Acknowledgments): Avoid using @email.
1273
1274 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1275
1276 * ido.texi: New file.
1277
1278 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1279
1280 * gnus.texi (Customizing Articles): Document function predicates.
1281
1282 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1283
1284 * gnus.texi (lines): Correct description of
1285 `gnus-registry-track-extra's default value.
1286 Mention `gnus-registry-remove-extra-data'.
1287
1288 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1289
1290 * gnus.texi (Group Parameters): Mention regexp
1291 substitutions (bug#11688).
1292
1293 2013-07-06 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1294
1295 * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1296
1297 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1298
1299 * gnus.texi (Emacsen): Fix version.
1300
1301 * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1302
1303 2013-07-06 Glenn Morris <rgm@gnu.org>
1304
1305 * mh-e.texi: Fix external links.
1306 (Using This Manual): Printed elisp manuals no longer available.
1307
1308 * newsticker.texi (Overview): Update URL.
1309
1310 * nxml-mode.texi (Introduction): Update URL.
1311
1312 * org.texi (JavaScript support): Fix URL.
1313
1314 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1315
1316 * eudc.texi (CCSO PH/QI): Remove defunct URL.
1317
1318 * dbus.texi (Introspection): Update URL to a less defunct one.
1319
1320 * gnus.texi (Top): Restrict "Other related manuals" to info output.
1321 (Foreign Groups): Use @indicateurl for examples.
1322 (Direct Functions): Remove defunct URL.
1323 (RSS): Update URL.
1324
1325 * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1326 (FAQ 7-1): Update URL.
1327
1328 * pgg.texi (Top, Overview): Add note about obsolescence.
1329
1330 2013-07-03 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 * texinfo.tex: Merge from gnulib.
1333
1334 2013-07-03 Glenn Morris <rgm@gnu.org>
1335
1336 * bovine.texi (top):
1337 * cc-mode.texi (AWK Mode Font Locking):
1338 * mh-e.texi (Preface):
1339 * url.texi (URI Parsing): Fix cross-references to other manuals.
1340
1341 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1342
1343 * gnus.texi (Client-Side IMAP Splitting):
1344 Note that `nnimap-inbox' now can be a list.
1345
1346 2013-06-24 Glenn Morris <rgm@gnu.org>
1347
1348 * eshell.texi: Fix cross-references to other manuals.
1349
1350 2013-06-23 Glenn Morris <rgm@gnu.org>
1351
1352 * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1353 Remove; not needed now we use a standard html layout for the faq.
1354 (clean): Remove HTML_TARGETS, emacs-faq.text.
1355
1356 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1357
1358 * flymake.texi (Parsing the output, Customizable variables):
1359 Add reference to `flymake-warning-predicate'.
1360
1361 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * tramp.texi (Top, Configuration): Insert section `Predefined
1364 connection information' in menu.
1365 (Predefined connection information): New section.
1366 (Android shell setup): Make a reference to `Predefined connection
1367 information'.
1368
1369 2013-06-19 Glenn Morris <rgm@gnu.org>
1370
1371 * Makefile.in (version): New, set by configure.
1372 (clean): Delete dist tar file.
1373 (infoclean): New, split from maintainer-clean.
1374 (maintainer-clean): Run infoclean.
1375 (dist): New rule, to make tarfile for www.gnu.org.
1376
1377 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1378
1379 * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1380 for keys q and Q.
1381 (Standards): Reference RFC5804 as the defining document of the
1382 managesieve protocol.
1383
1384 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
1385
1386 * eshell.texi (Input/Output): Expand to cover new visual-command
1387 options, eshell-visual-subcommands and eshell-visual-options.
1388 Divide into separate Visual Commands and Redirection sections.
1389
1390 2013-06-10 Glenn Morris <rgm@gnu.org>
1391
1392 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1393
1394 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1395
1396 * gnus.texi (Article Date):
1397 Fix description of gnus-article-update-date-headers.
1398
1399 2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
1400
1401 * erc.texi (Special Features): ERC is being maintained within
1402 Emacs now.
1403
1404 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1405
1406 * flymake.texi: Change from one space between sentences to two.
1407
1408 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * cl.texi (Obsolete Macros): Describe replacements for `flet'
1411 (bug#14293).
1412
1413 2013-04-16 Michael Albinus <michael.albinus@gmx.de>
1414
1415 * tramp.texi (Frequently Asked Questions): Precise, how to define
1416 an own ControlPath.
1417
1418 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1419
1420 * tramp.texi (Frequently Asked Questions): New item for
1421 ControlPath settings.
1422
1423 2013-03-31 Jay Belanger <jay.p.belanger@gmail.com>
1424
1425 * calc.texi (Basic Operations on Units): Streamline some
1426 descriptions.
1427
1428 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1429
1430 * eshell.texi (Built-ins): Update manual to mention tramp module.
1431
1432 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * tramp.texi (Filename Syntax): Host names are not allowed to be
1435 any method name, unless method name is specified explicitly.
1436 Remove restriction on unibyte filenames.
1437
1438 * trampver.texi: Update release number.
1439
1440 2013-03-17 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 doc: convert some TeX accents to UTF-8
1443 * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1444 '@"{@dotless{i}}'.
1445
1446 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1447
1448 Sync with Tramp 2.2.7.
1449
1450 * trampver.texi: Update release number.
1451
1452 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1453
1454 * calc.texi (Basic Operations on Units): Streamline some
1455 descriptions.
1456
1457 2013-03-08 Glenn Morris <rgm@gnu.org>
1458
1459 * faq.texi (Top): Don't say this was updated @today.
1460 That's irrelevant and leads to spurious diffs.
1461
1462 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1463
1464 * calc.texi (Basic Operations on Units):
1465 Fix cross-reference.
1466
1467 2013-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1468
1469 * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1470
1471 2013-03-06 Alan Mackenzie <acm@muc.de>
1472
1473 * cc-mode.texi (Custom Line-Up): Clarify position of point on
1474 calling a line-up function.
1475
1476 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1479 * ses.texi: Switch from Latin-1 to UTF-8.
1480
1481 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * tramp.texi (External methods): Tramp does not connect Android
1484 devices by itself.
1485
1486 2013-03-02 Bill Wohler <wohler@newt.com>
1487
1488 Release MH-E manual version 8.5.
1489
1490 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1491 release 8.5.
1492
1493 * mh-e.texi (Preface, Conventions, Getting Started)
1494 (Using This Manual, Folder Selection, Viewing, Aliases)
1495 (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1496 (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1497 Update URLs.
1498
1499 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1502 and "plink2" entries. "plink2" is obsolete for a long time.
1503 (External methods): Remove "scp1" and "scp2" entries.
1504 Explain user name and host name specification for "adb".
1505
1506 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * tramp.texi (External methods): Mention `tramp-adb-program'.
1509
1510 2013-02-28 Bastien Guerry <bzg@gnu.org>
1511
1512 * org.texi (Visibility cycling): Suggest to set
1513 `org-agenda-inhibit-startup' to nil if user wants the startup
1514 visibility settings to be honored in any circumstances.
1515 (Progress logging, Checkboxes): Fix typos.
1516
1517 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1518
1519 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1520 the macros, for Texinfo 4.13 and 5.0.
1521
1522 2013-02-24 Michael Albinus <michael.albinus@gmx.de>
1523
1524 Port Tramp documentation to Texinfo 5.0.
1525 * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1526 (Filename Syntax): Do not use @trampfn{} in @item.
1527 (Filename completion): Use @columnfractions in @multitable.
1528
1529 2013-02-22 Glenn Morris <rgm@gnu.org>
1530
1531 * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1532
1533 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1534
1535 * Makefile.in (html): New rule.
1536
1537 2013-02-20 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * tramp.texi (Android shell setup): Improve. Reported by Thierry
1540 Volpiatto <thierry.volpiatto@gmail.com>.
1541
1542 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1543
1544 * tramp.texi (Top, Configuration): Insert section `Android shell
1545 setup' in menu.
1546 (Android shell setup): New section.
1547 (Connection types, Default Method)
1548 (Frequently Asked Questions): Mention "scp" instead of "scpc".
1549 (External methods): Remove "scpc" and "rsyncc" entries.
1550 (Frequently Asked Questions): Remove entry about ControlPersist.
1551
1552 2013-02-13 Glenn Morris <rgm@gnu.org>
1553
1554 * message.texi (News Headers): Don't mention yow any more.
1555
1556 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
1557
1558 * calc.texi (Basic Operations on Units, Customizing Calc):
1559 Mention the variable `calc-allow-units-as-numbers'.
1560
1561 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
1562
1563 * eshell.texi: Fill most of the missing sections.
1564
1565 2013-02-07 Bastien Guerry <bzg@gnu.org>
1566
1567 * org.texi (References): Clarify an example.
1568 (Installation): Fix instructions.
1569 (Org-Plot): Fix link.
1570 (Checkboxes, Radio lists): Fix typos.
1571
1572 2013-02-07 Glenn Morris <rgm@gnu.org>
1573
1574 * cl.texi (Equality Predicates): Mention memql.
1575
1576 2013-02-07 Eric Ludlam <zappo@gnu.org>
1577
1578 * ede.texi (Creating a project): Make ede-new doc less
1579 specific, and only about items it supports, indicating that there
1580 might be more. Remove refs to simple project and direct automake
1581 from ede new.
1582 (Simple projects): Re-write to not talk about ede-simple-project
1583 which is deprecated, and instead use the term to mean projects
1584 that don't do much management, just project wrapping.
1585 Add ede-generic-project link.
1586 (ede-generic-project): New node (bug#11441).
1587
1588 2013-02-07 Glenn Morris <rgm@gnu.org>
1589
1590 * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1591
1592 2013-02-01 Glenn Morris <rgm@gnu.org>
1593
1594 * calc.texi (Help Commands): Update calc-view-news description.
1595 Mention etc/CALC-NEWS.
1596
1597 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1600
1601 2013-01-13 Bastien Guerry <bzg@gnu.org>
1602
1603 * org.texi (Installation): Simplify.
1604
1605 2013-01-13 François Allisson <francois@allisson.co> (tiny change)
1606
1607 * org.texi (Handling links): Update the mention to the obsolete
1608 variable `org-link-to-org-use-id' with a mention to the newer
1609 variable `org-id-link-to-org-use-id'. Mention the need to load
1610 the org-id library.
1611
1612 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1613
1614 * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1615
1616 2013-01-09 Bastien Guerry <bzg@gnu.org>
1617
1618 * org.texi (Pushing to MobileOrg): Add footnote about using
1619 symbolic links in `org-directory'.
1620 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1621 of the now obsolete alias `org-float'.
1622 (TODO basics): Add `org-use-fast-todo-selection' to the variable
1623 index. Fix description of TODO keywords cycling.
1624 (Advanced features): Add missing argument for @item.
1625 (Storing searches): Add index entries and a note about
1626 *-tree agenda views.
1627 (Structure editing): Document `org-mark-element' and
1628 `org-mark-subtree'.
1629 (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1630
1631 2013-01-08 Juri Linkov <juri@jurta.org>
1632
1633 * info.texi (Go to node): Mention the abbreviated format
1634 `(FILENAME)' equal to `(FILENAME)Top'. (Bug#13365)
1635
1636 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
1637
1638 * autotype.texi: Remove undefined command @subtitlefont.
1639 * cc-mode.texi: Likewise.
1640
1641 * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1642 @item argument.
1643 (Property searches): Use \\ instead of @backslashchar{}.
1644 * pgg.texi (VERSION): Move @set below @setfilename.
1645
1646 2013-01-05 Andreas Schwab <schwab@linux-m68k.org>
1647
1648 * ada-mode.texi: Remove braces from @title argument.
1649 * eudc.texi: Likewise.
1650 * smtpmail.texi: Likewise.
1651 * auth.texi (VERSION): Set before first use.
1652 * emacs-gnutls.texi (VERSION): Likewise.
1653 * pgg.texi (VERSION): Likewise.
1654 * ede.texi (Top): Rename from top, all uses changed.
1655 * eshell.texi: Add missing argument to @sp.
1656 * forms.texi (Top): Reorder menu to match structure.
1657 * htmlfontify.texi (Customization): Add missing @item in
1658 @enumerate.
1659 * org.texi (Advanced features): Add missing argument for @item.
1660 (Property searches): Use @backslashchar{} in macro argument.
1661 * pcl-cvs.texi: Add missing argument to @sp.
1662 (Movement commands): Fix use of @itemx.
1663 * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1664 * reftex.texi (Options (Creating Citations)): Add missing newline
1665 before @end.
1666 * tramp.texi (Obtaining Tramp): Remove extra dots.
1667 (Configuration): Reorder menu to match structure.
1668 (Remote shell setup): Replace literal NUL character by \0.
1669 * viper.texi (Marking): Add missing argument for @item.
1670
1671 2013-01-04 Glenn Morris <rgm@gnu.org>
1672
1673 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1674 Add htmlfontify.
1675 (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1676 (htmlfontify.dvi, htmlfontify.pdf): New targets.
1677 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1678 ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1679
1680 * htmlfontify.texi: Miscellaneous fixes and updates.
1681 Set copyright to FSF, update license to GFDL 1.3+.
1682
1683 2013-01-04 Vivek Dasmohapatra <vivek@etla.org>
1684
1685 * htmlfontify.texi: New file.
1686
1687 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1688
1689 * calc.texi (Free-Form Dates): Expand on the date reading
1690 algorithm.
1691
1692 2012-12-27 Glenn Morris <rgm@gnu.org>
1693
1694 * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1695 Avoid some overfull lines.
1696
1697 * widget.texi (Programming Example): Break some long lines.
1698
1699 * wisent.texi (Wisent Overview): Fix xref.
1700 (Grammar format, Understanding the automaton): Avoid overfill.
1701
1702 * bovine.texi (Optional Lambda Expression): Allow line break.
1703
1704 * auth.texi (Help for users): Break long lines.
1705
1706 * ada-mode.texi (Project file variables):
1707 Reword to reduce underfull hbox.
1708 (No project files, Use GNAT project file):
1709 Use smallexample to make some overfull lines less terrible.
1710
1711 * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1712 Fix cross-references to separate manuals.
1713
1714 * Makefile.in (gfdl): New variable. Use throughout where
1715 appropriate so that targets depend on doclicense.texi.
1716
1717 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1718
1719 * gnus.texi (Customizing the IMAP Connection): Mention the other
1720 authenticators.
1721
1722 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1723
1724 * gnus.texi (Browse Foreign Server):
1725 Document `gnus-browse-delete-group'.
1726
1727 2012-12-22 Glenn Morris <rgm@gnu.org>
1728
1729 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1730 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1731 * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1732 * widget.texi, wisent.texi: Nuke hand-written node pointers.
1733
1734 * Makefile.in (gfdl): New variable. Use throughout where
1735 appropriate so that targets depend on doclicense.texi.
1736
1737 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1738
1739 * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1740 doclicense.texi. Remove doclicense.texi from all targets that
1741 mentioned it explicitly.
1742 ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1743 $(emacsdir)/emacsver.texi.
1744 ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1745
1746 2012-12-21 Glenn Morris <rgm@gnu.org>
1747
1748 * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1749 Include emacsver.texi. Nuke hand-written node pointers.
1750 * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1751 Depend on emacsver.texi.
1752
1753 * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1754 * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1755 May as well just include doclicense.texi in everything.
1756
1757 * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1758 which @copying says is included.
1759
1760 * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1761 * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1762 * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1763 * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1764 * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1765 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1766 * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1767 * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1768 * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1769 * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1770 * widget.texi, wisent.texi, woman.texi: Do not mention buying
1771 copies from the FSF, which does not publish these manuals.
1772
1773 * erc.texi: No need to include gpl in this small manual.
1774
1775 * org.texi (copying): Include a copy of the GFDL.
1776 (GNU Free Documentation License): New section.
1777
1778 2012-12-21 Bastien Guerry <bzg@gnu.org>
1779
1780 * org.texi: Fix typos.
1781
1782 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 * calc.texi (ISO 8601): Rename from ISO-8601,
1785 as it's typically spelled without a hyphen.
1786
1787 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1788
1789 * calc.texi (ISO-8601): New section.
1790 (Date Formatting Codes): Mention new codes.
1791 (Standard Date Formats): Mention new formats.
1792
1793 2012-12-14 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * tramp.texi (External methods): Move `adb' method here.
1796
1797 2012-12-13 Glenn Morris <rgm@gnu.org>
1798
1799 * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1800
1801 * wisent.texi: Small edits. Set copyright to FSF, update license to
1802 GFDL 1.3+.
1803 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1804 (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1805 New targets.
1806 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1807 ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1808
1809 * bovine.texi: Small edits. Set copyright to FSF, update license to
1810 GFDL 1.3+, remove empty index.
1811 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1812 (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1813 New targets.
1814 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1815 ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1816
1817 2012-12-13 Eric Ludlam <zappo@gnu.org>
1818 David Ponce <david@dponce.com>
1819 Richard Kim <emacs18@gmail.com>
1820
1821 * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1822
1823 2012-12-13 Glenn Morris <rgm@gnu.org>
1824
1825 * flymake.texi (Customizable variables, Locating the buildfile):
1826 Remove refs to flymake-buildfile-dirs, removed 2007-07-20. (Bug#13148)
1827
1828 * srecode.texi: Small edits. Set copyright to FSF, add explicit
1829 GFDL 1.3+ license, fix up index.
1830 * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1831 (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1832 (srecode.pdf): New targets.
1833 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1834 ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1835
1836 2012-12-13 Eric Ludlam <zappo@gnu.org>
1837
1838 * srecode.texi: New file, imported from CEDET trunk.
1839
1840 2012-12-13 Bastien Guerry <bzg@gnu.org>
1841
1842 * org.texi (Summary, Code block specific header arguments)
1843 (Code block specific header arguments)
1844 (Header arguments in function calls, var, noweb)
1845 (Results of evaluation, Code evaluation security):
1846 Small reformatting: add a blank line before some example.
1847
1848 * org.texi (System-wide header arguments)
1849 (Header arguments in Org mode properties, Conflicts)
1850 (Dynamic blocks, Using the mapping API):
1851 Fix indentation of Elisp code examples.
1852
1853 * org.texi (Comment lines): Fix description of the comment syntax.
1854
1855 * org.texi (Installation): Mention "make test" in the correct section.
1856
1857 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1860 These are just minor editorial changes.
1861
1862 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * tramp.texi (History): Mention ADB.
1865 (Inline methods): Add `adb' method.
1866
1867 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1870 (External methods): Fix typo.
1871
1872 2012-12-03 Glenn Morris <rgm@gnu.org>
1873
1874 * rcirc.texi (Notices): Fix typo.
1875
1876 2012-11-25 Bill Wohler <wohler@newt.com>
1877
1878 Release MH-E manual version 8.4.
1879
1880 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1881 Update for release 8.4.
1882
1883 * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1884 (Junk): Add mh-whitelist-preserves-sequences-flag,
1885 mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1886 mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1887
1888 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1889
1890 * mh-e.texi (Procmail): Fix two @ typos.
1891
1892 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1893
1894 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1895 These are just minor editorial changes.
1896
1897 2012-11-23 Jay Belanger <jay.p.belanger@gmail.com>
1898
1899 * calc.texi (Date Formatting Codes): Mention the new beginning of
1900 the date numbering system.
1901
1902 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
1903
1904 * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1905 (Date Forms): Correct off-by-one error in explanation of
1906 Julian day numbers. Give Gregorian equivalent of its origin.
1907
1908 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
1909
1910 * calc.texi (Date Forms): Mention the customizable
1911 Gregorian-Julian switch.
1912 (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1913
1914 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 Calc now uses the Gregorian calendar for all dates (Bug#12633).
1917 It also uses January 1, 1 AD as its day number 1.
1918 * calc.texi (Date Forms): Document this.
1919
1920 2012-11-16 Glenn Morris <rgm@gnu.org>
1921
1922 * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1923 (Obsolete Macros): Move example here from Function Bindings.
1924
1925 * erc.texi: Use @code{nil} rather than just "nil".
1926 (Modules): Undocument obsolete "hecomplete".
1927 Add "notifications".
1928 (Connecting): Add brief section on passwords.
1929 (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1930
1931 2012-11-13 Glenn Morris <rgm@gnu.org>
1932
1933 * flymake.texi (Customizable variables)
1934 (Highlighting erroneous lines): Mention flymake-error-bitmap,
1935 flymake-warning-bitmap, and flymake-fringe-indicator-position.
1936
1937 2012-11-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1938
1939 * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1940 In all file place SES into @acronym{...}.
1941 (Advanced Features): Add key index and function index for
1942 ses-set-header-row. Add description for function
1943 ses-rename-cell. Add description for function
1944 ses-repair-cell-reference-all.
1945 (Ranges in formulas): Add description for ses-range flags.
1946
1947 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 * texinfo.tex: Merge from gnulib.
1950
1951 2012-11-10 Chong Yidong <cyd@gnu.org>
1952
1953 * url.texi (Introduction): Move url-configuration-directory to
1954 Customization node.
1955 (Parsed URIs): Split into its own node.
1956 (URI Encoding): New node.
1957 (Defining New URLs): Remove empty chapter.
1958 (Retrieving URLs): Add an introduction. Doc fix for url-retrieve.
1959 Improve docs for url-queue-*.
1960 (Supported URL Types): Copyedits. Delete empty subnodes.
1961
1962 * url.texi (Introduction): Rename from Getting Started.
1963 Rewrite the introduction.
1964 (URI Parsing): Rewrite. Omit the obsolete attributes slot.
1965
1966 2012-11-10 Glenn Morris <rgm@gnu.org>
1967
1968 * cl.texi (Obsolete Setf Customization):
1969 Revert defsetf example to the more correct let rather than prog1.
1970 Give define-modify-macro, defsetf, and define-setf-method
1971 gv.el replacements.
1972
1973 * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1974 (Setf Extensions): Remove obsolete reference.
1975 (Obsolete Setf Customization):
1976 Move note on lack of setf functions to lispref/variables.texi.
1977 Undocument get-setf-method, since it no longer exists.
1978 Mention simple defsetf replaced by gv-define-simple-setter.
1979
1980 2012-11-03 Glenn Morris <rgm@gnu.org>
1981
1982 * cl.texi: Further general copyedits.
1983 (List Functions): Remove copy-tree, standard elisp for some time.
1984 (Efficiency Concerns): Comment out examples that no longer apply.
1985 (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1986 (Creating Symbols, Random Numbers): De-emphasize internal
1987 variables cl--gensym-counter and cl--random-state. (Bug#12788)
1988 (Naming Conventions, Type Predicates, Macros)
1989 (Predicates on Numbers): No longer mention cl-floatp-safe.
1990
1991 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1992
1993 * gnus.texi (Mail Source Specifiers):
1994 Document :leave keyword used for pop mail source.
1995
1996 2012-11-01 Glenn Morris <rgm@gnu.org>
1997
1998 * cl.texi: General copyedits for style, line-breaks, etc.
1999 (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
2000 (Macro Bindings, Blocks and Exits):
2001 Acknowledge existence of lexical-binding.
2002 (Iteration): Mainly defer to doc of standard dolist, dotimes.
2003
2004 2012-10-31 Glenn Morris <rgm@gnu.org>
2005
2006 * ert.texi (Introduction, The @code{should} Macro):
2007 Refer to "cl-assert" rather than "assert".
2008
2009 * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
2010 (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
2011 (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
2012 Reword, and add details of flet and labels.
2013 (Modify Macros, Function Bindings): Add some xrefs.
2014
2015 2012-10-30 Glenn Morris <rgm@gnu.org>
2016
2017 * cl.texi (Modify Macros): Update for cl-letf changes.
2018 (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
2019 (Setf Extensions): Partially restore note about cl-getf,
2020 mainly moved to lispref/variables.texi.
2021 (Property Lists): Fix cl-getf typos.
2022 (Mapping over Sequences): Mention cl-mapc naming oddity.
2023
2024 2012-10-29 Glenn Morris <rgm@gnu.org>
2025
2026 * cl.texi (Organization): More details on cl-lib.el versus cl.el.
2027 (Setf Extensions): Remove `apply' setf since it seems to be disabled.
2028 (Customizing Setf): Move contents to "Obsolete Setf Customization".
2029 (Modify Macros, Multiple Values, Other Clauses):
2030 Remove mentions of obsolete features.
2031 (Obsolete Setf Customization): Don't mention `apply' setf.
2032
2033 2012-10-28 Glenn Morris <rgm@gnu.org>
2034
2035 * cl.texi (Multiple Values, Common Lisp Compatibility):
2036 More namespace updates.
2037 (Obsolete Features): Copyedits.
2038 (Obsolete Lexical Macros, Obsolete Setf Customization):
2039 New subsections.
2040
2041 * cl.texi (Porting Common Lisp, Lexical Bindings):
2042 Add some xrefs to the Elisp manual.
2043
2044 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
2045 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
2046 (Obsolete Features): New appendix. Move Lexical Bindings here.
2047
2048 2012-10-27 Glenn Morris <rgm@gnu.org>
2049
2050 * cl.texi: Use defmac for macros rather than defspec.
2051 (Efficiency Concerns): Related copyedit.
2052
2053 * cl.texi (Control Structure): Update for setf now being in core.
2054 (Setf Extensions): Rename from Basic Setf. Move much of the
2055 former content to lispref/variables.texi.
2056 (Modify Macros): Move pop, push details to lispref/variables.texi.
2057 (Customizing Setf): Copyedits for setf etc being in core.
2058 (Modify Macros, Efficiency Concerns, Porting Common Lisp):
2059 Further namespaces updates.
2060
2061 2012-10-26 Bastien Guerry <bzg@gnu.org>
2062
2063 * org.texi (Installation): Update the link to Org's ELPA.
2064 Also don't mention org-install.el anymore as the replacement file
2065 org-loaddefs.el is now loaded by org.el.
2066
2067 2012-10-25 Michael Albinus <michael.albinus@gmx.de>
2068
2069 * tramp.texi (Frequently Asked Questions):
2070 Mention `tramp-completion-reread-directory-timeout' for performance
2071 improvement.
2072
2073 2012-10-25 Glenn Morris <rgm@gnu.org>
2074
2075 * cl.texi: Don't mess with the TeX section number counter.
2076 Use Texinfo recommended convention for quotes+punctuation.
2077 (Overview, Sequence Functions): Rephrase for better line-breaking.
2078 (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
2079 (Macro Bindings, Conditionals, Iteration, Loop Basics)
2080 (Random Numbers, Mapping over Sequences, Structures)
2081 (Porting Common Lisp): Further updates for cl-lib namespace.
2082 (Modify Macros, Declarations, Macro Bindings, Structures):
2083 Break long lines in examples.
2084 (Dynamic Bindings): Update for changed progv behavior.
2085 (Loop Examples, Efficiency Concerns): Markup fixes.
2086 (Structures): Remove TeX margin change.
2087 (Declarations): Fix typos.
2088
2089 2012-10-24 Glenn Morris <rgm@gnu.org>
2090
2091 * cl.texi (Overview, Multiple Values, Creating Symbols)
2092 (Numerical Functions): Say less/nothing about the original cl.el.
2093 (Old CL Compatibility): Remove.
2094 (Assertions): Remove ignore-errors (standard Elisp for some time).
2095
2096 * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
2097 (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
2098 (Efficiency Concerns, Efficiency Concerns)
2099 (Common Lisp Compatibility, Old CL Compatibility):
2100 Further updates for cl-lib namespace.
2101
2102 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2103
2104 Update manual for new time stamp format (Bug#12706).
2105 * emacs-mime.texi (time-date): Update for new format.
2106 Also, fix bogus time stamp and modernize a bit.
2107
2108 2012-10-23 Glenn Morris <rgm@gnu.org>
2109
2110 * cl.texi: Include emacsver.texi. Use Emacs version number rather
2111 than unchanging cl.el version number.
2112 End all menu descriptions with a period.
2113 Do not use @dfn{CL} for every instance of "CL".
2114 (Overview): Remove no-runtime caveat, and note about foo* names.
2115 (Usage): Use cl-lib rather than cl.
2116 (Organization, Naming Conventions): Update for cl-lib.el.
2117 (Installation): Remove long-irrelevant node.
2118 (Program Structure, Predicates, Control Structure):
2119 Start updating for cl-lib namespace.
2120 * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
2121 Depend on emacsver.texi.
2122
2123 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * trampver.texi: Update release number.
2126
2127 2012-10-06 Glenn Morris <rgm@gnu.org>
2128
2129 * erc.texi: Include emacsver.texi, and use EMACSVER rather than
2130 ERC version.
2131 (Introduction): ERC is distributed with Emacs.
2132 (Obtaining ERC, Installation): Remove chapters, no longer relevant.
2133 (Getting Started): Simplify.
2134 (Getting Help and Reporting Bugs): Refer to general Emacs lists.
2135 (History): Mention ERC maintained as part of Emacs now.
2136 * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
2137 Add dependency on emacsver.texi.
2138
2139 * erc.texi: Remove hand-written node pointers.
2140
2141 2012-10-05 Glenn Morris <rgm@gnu.org>
2142
2143 * newsticker.texi (Overview, Requirements, Usage, Configuration):
2144 Copyedits.
2145
2146 2012-10-01 Eric Ludlam <zappo@gnu.org>
2147
2148 * ede.texi (Quick Start, Project Local Variables)
2149 (Miscellaneous commands, ede-java-root, Development Overview)
2150 (Detecting a Project): New nodes.
2151 (Simple projects): Node deleted.
2152
2153 * eieio.texi (Building Classes): Some slot attributes cannot be
2154 overridden.
2155 (Slot Options): Remove an example.
2156 (Method Invocation, Documentation): New nodes.
2157
2158 2012-10-01 Glenn Morris <rgm@gnu.org>
2159
2160 * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
2161 (reftex.pdf): Add dependency on emacsver.texi.
2162 * reftex.texi: Don't include directory part for emacsver.texi;
2163 the Makefile's -I handles it.
2164
2165 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2166
2167 Merge from standalone RefTeX repository.
2168
2169 * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
2170 with macros.
2171 (Imprint): Mention Wolfgang in list of contributors.
2172 (Creating Citations): Give a hint about how to
2173 auto-revert the BibTeX database file when using external editors.
2174 (Referencing Labels): Simplify section about reference macro
2175 cycling.
2176 (Options (Referencing Labels)): Adapt to new structure of
2177 `reftex-ref-style-alist'.
2178 (Referencing Labels, Reference Styles): Document changes in the
2179 referencing functionality.
2180 (Commands): Mention options for definition of header and footer in
2181 BibTeX files.
2182 (Options (Creating Citations)): Document
2183 `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
2184 (Reference Styles): New section.
2185 (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
2186 (Options (Referencing Labels)): Remove descriptions of deprecated
2187 variables `reftex-vref-is-default' and `reftex-fref-is-default'.
2188 Add descriptions for `reftex-ref-style-alist' and
2189 `reftex-ref-style-default-list'.
2190 (Referencing Labels): Update regarding reference styles.
2191 (Citation Styles): Mention support for ConTeXt.
2192 (Options (Defining Label Environments)): Fix typo.
2193 (Options (Creating Citations)):
2194 Document `reftex-cite-key-separator'.
2195
2196 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
2197
2198 * org.texi: Add description of ORG_ADD_CONTRIB to info
2199 documentation. Add link to Worg for more details.
2200
2201 * org.texi: Clarify installation procedure. Provide link to the
2202 build system description on Worg.
2203
2204 * org.texi: Remove reference to utils/, x11idle.c is now in
2205 contrib/scripts.
2206
2207 * org.texi: Re-normalize to "Org mode" in manual.
2208
2209 * org.texi (Installation): Adapt documentation to new build
2210 system. Mention GNU ELPA (since it needs to be handled like Emacs
2211 built-in Org).
2212
2213 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
2214
2215 * org.texi: Fix typo in description of the 'Hooks' section.
2216
2217 * org.texi: Add ID to the list of special properties.
2218
2219 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
2220
2221 * org.texi (Moving subtrees): Document the ability to archive to a
2222 datetree.
2223
2224 2012-09-30 Bastien Guerry <bzg@gnu.org>
2225
2226 * org.texi (Installation, Feedback, Batch execution):
2227 Use (add-to-list 'load-path ... t) for the contrib dir.
2228
2229 * org.texi (results): Update documentation for ":results drawer"
2230 and ":results org".
2231
2232 * org.texi (Column width and alignment): Fix typo.
2233
2234 * org.texi (Activation): Point to the "Conflicts" section.
2235
2236 * org.texi (Conflicts): Mention filladapt.el in the list of
2237 conflicting packages.
2238
2239 * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
2240 not needed for versions of Emacs > 22.1.
2241
2242 * org.texi (History and Acknowledgments): Fix typo.
2243
2244 * org.texi (History and Acknowledgments): Add my own
2245 acknowledgments.
2246
2247 * org.texi (Agenda commands): Document the new command and the new
2248 option.
2249
2250 * org.texi (Agenda commands): Delete `org-agenda-action' section.
2251 (Agenda commands): Reorder. Document `*' to toggle persistent
2252 marks.
2253
2254 * org.texi (Agenda dispatcher):
2255 Mention `org-toggle-agenda-sticky'.
2256 (Agenda commands, Exporting Agenda Views): Fix typo.
2257
2258 * org.texi (Templates in contexts, Setting Options): Update to
2259 reflect changes in how contexts options are processed.
2260
2261 * org.texi (Templates in contexts): Document the new structure of
2262 the variables `org-agenda-custom-commands-contexts' and
2263 `org-capture-templates-contexts'.
2264
2265 * org.texi (Templates in contexts): Document the new option
2266 `org-capture-templates-contexts'.
2267 (Storing searches): Document the new option
2268 `org-agenda-custom-commands-contexts'.
2269
2270 * org.texi (Formula syntax for Lisp): Reformat.
2271
2272 * org.texi (Special properties, Column attributes)
2273 (Agenda column view): Document the new special property
2274 CLOCKSUM_T.
2275
2276 * org.texi (Template expansion): Document the new %l template.
2277
2278 * org.texi (Fast access to TODO states): Fix documentation about
2279 allowed characters for fast todo selection.
2280
2281 * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2282 use in `org-agenda-to-appt'.
2283
2284 * org.texi (Comment lines): Update wrt comments.
2285
2286 * org.texi (Resolving idle time): Document new keybinding.
2287
2288 * org.texi (Clocking commands): Document the use of S-M-<up/down>
2289 on clock timestamps.
2290
2291 * org.texi (Fast access to TODO states): Explicitly says only
2292 letters are supported as fast TODO selection keys.
2293
2294 * org.texi (Link abbreviations): Illustrate the use of the "%h"
2295 specifier. Document the new "%(my-function)" specifier.
2296
2297 * org.texi (Clocking commands): New cindex.
2298 (Clocking commands): Update documentation for `org-clock-in'.
2299 Document `org-clock-in-last'. Mention `org-clock-out' and
2300 `org-clock-in-last' as commands that can be globally bound.
2301 (Resolving idle time): Document continuous clocking.
2302
2303 * org.texi (Top, Introduction): Fix formatting.
2304 (Activation): Add index entries.
2305 (Conventions): Update section.
2306 (Embedded @LaTeX{}): Fix formatting.
2307
2308 * org.texi (Visibility cycling): Document `show-children'.
2309
2310 * org.texi (Using capture): Mention the `org-capture-last-stored'
2311 bookmark as a way to jump to the last stored capture.
2312
2313 * org.texi (Uploading files): Fix typo.
2314
2315 * org.texi (Using capture): Document `C-0' as a prefix argument
2316 for `org-capture'.
2317
2318 * org.texi (Agenda commands): Document persistent marks.
2319
2320 * org.texi (Template expansion): Update doc to reflect change.
2321
2322 * org.texi (Radio tables): Document the :no-escape parameter.
2323
2324 * org.texi (Repeated tasks): Document repeat cookies for years,
2325 months, weeks, days and hours.
2326
2327 * org.texi (Export options): State that you can use the d: option
2328 by specifying a list of drawers.
2329
2330 * org.texi (HTML preamble and postamble): Small doc improvement.
2331
2332 2012-09-30 Brian van den Broek <vanden@gmail.com> (tiny change)
2333
2334 * org.texi: The sections in the Exporting section of the manual
2335 left out articles in the description of the org-export-as-*
2336 commands, among other places. This patch adds them, adds a few
2337 missing prepositions, and switches instances of "an HTML" to "a
2338 html" for internal consistency.
2339
2340 * org.texi: Alter several examples of headings with timestamps in
2341 them to include the timestamps in the body instead of the heading.
2342
2343 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2344
2345 * org.texi (Agenda dispatcher): Document sticky agenda views and
2346 the new key for them.
2347
2348 2012-09-30 Charles <millarc@verizon.net> (tiny change)
2349
2350 * org.texi (Advanced features): Fix error in table.
2351
2352 2012-09-30 Feng Shu <tumashu@gmail.com>
2353
2354 * org.texi (@LaTeX{} fragments): Document imagemagick as an
2355 alternative to dvipng.
2356
2357 2012-09-30 François Allisson <francois@allisson.co> (tiny change)
2358
2359 * org.texi: Remove extra curly bracket.
2360
2361 2012-09-30 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> (tiny change)
2362
2363 * org.texi (org-clock-in-last and org-clock-cancel): Update the
2364 defkeys.
2365
2366 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2367
2368 * org.texi (Agenda commands): Fix two typos by giving
2369 corresponding function names, according to
2370 `org-agenda-view-mode-dispatch'.
2371
2372 2012-09-30 Jan Böcker <jan.boecker@jboecker.de>
2373
2374 * org.texi (The spreadsheet): Fix typo.
2375
2376 2012-09-30 Memnon Anon <gegendosenfleisch@gmail.com> (tiny change)
2377
2378 * org.texi (Tracking your habits): Point to the "Tracking TODO
2379 state changes" section.
2380
2381 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2382
2383 * org.texi (Literal examples): Remove reference to unknown
2384 `org-export-latex-minted' variable. Also simplify footnote since
2385 `org-export-latex-listings' documentation is exhaustive already.
2386
2387 * org.texi (Plain lists): Remove reference to now hard-coded
2388 `bullet' automatic rule.
2389
2390 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
2391
2392 * org.texi: Updated documentation accordingly.
2393
2394 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2395
2396 * texinfo.tex: Merge from gnulib.
2397
2398 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2399
2400 Sync with Tramp 2.2.6.
2401
2402 * tramp.texi (Bug Reports): Cleanup caches before a test run.
2403
2404 * trampver.texi: Update release number.
2405
2406 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2407
2408 * texinfo.tex: Merge from gnulib.
2409
2410 2012-08-06 Aurélien Aptel <aurelien.aptel@gmail.com>
2411
2412 * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2413 (bug#12096).
2414
2415 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2416
2417 * calc.texi (Simplification modes, Conversions)
2418 (Operating on Selections): Mention "basic" simplification.
2419 (The Calc Mode Line): Mention the mode line display for Basic
2420 simplification mode.
2421 (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2422 simplifications.
2423 (Basic Simplifications): Rename from "Limited Simplifications"
2424 Replace "limited" by "basic" throughout.
2425 (Algebraic Simplifications): Indicate that the algebraic
2426 simplifications are done by default.
2427 (Unsafe Simplifications): Mention `m E'.
2428 (Simplification of Units): Mention `m U'.
2429 (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2430 (Kinds of Declarations, Functions for Declarations):
2431 Mention "algebraic simplifications" instead of `a s'.
2432 (Algebraic Entry): Remove mention of default simplifications.
2433
2434 2012-07-30 Jay Belanger <jay.p.belanger@gmail.com>
2435
2436 * calc.texi (Getting Started, Tutorial): Change simulated
2437 Calc output to match actual output.
2438 (Simplifying Formulas): Mention that algebraic simplification is now
2439 the default.
2440
2441 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2442
2443 * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2444 (Bug#12073)
2445
2446 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2447
2448 Prefer typical American spelling for "acknowledgment".
2449 * calc.texi (History and Acknowledgments): Rename from
2450 History and Acknowledgements.
2451 * idlwave.texi (Acknowledgments):
2452 * ses.texi (Acknowledgments):
2453 * woman.texi (Acknowledgments): Rename from Acknowledgements.
2454
2455 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2456
2457 Rename configure.in to configure.ac (Bug#11603).
2458 * ede.texi (Compiler and Linker objects, ede-proj-project)
2459 (ede-step-project): Prefer the name configure.ac to configure.in.
2460
2461 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2462
2463 * tramp.texi (Multi-hops):
2464 Introduce `tramp-restricted-shell-hosts-alist'.
2465
2466 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
2468 * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2469 methods, so don't mention smtpmail here.
2470
2471 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2472
2473 * gnus.texi (Picons): Document gnus-picon-properties.
2474
2475 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
2477 * gnus.texi: Remove mention of compilation, as that's no longer
2478 supported.
2479
2480 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2481
2482 * gnus.texi (Archived Messages): Mention
2483 gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2484
2485 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2486
2487 * gnus.texi (Various Summary Stuff):
2488 Remove mention of `gnus-propagate-marks'.
2489
2490 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2491
2492 * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2493 which no longer exist.
2494
2495 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * gnus.texi (Archived Messages):
2498 Document gnus-gcc-self-resent-messages.
2499
2500 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2501
2502 * message.texi (Mail Variables):
2503 Mention the optional user parameter for X-Message-SMTP-Method.
2504
2505 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2506
2507 * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2508
2509 * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2510
2511 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2512
2513 * gnus.texi (Key Index): Change encoding to utf-8.
2514
2515 2012-06-21 Glenn Morris <rgm@gnu.org>
2516
2517 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2518
2519 2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2520
2521 * gnus.texi (Group Timestamp): Mention where to find documentation for
2522 the `gnus-tmp-' variables (bug#11601).
2523
2524 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
2525
2526 Sync with Tramp 2.2.6-pre.
2527
2528 * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2529 where appropriate.
2530 (Ad-hoc multi-hops): New section.
2531 (Remote processes): New subsection "Running remote processes on
2532 Windows hosts".
2533 (History): Add remote commands on Windows, and ad-hoc multi-hop
2534 methods.
2535 (External methods): "ControlPersist" must be set to "no" for the
2536 `scpc' method.
2537 (Remote processes): Add a note about `auto-revert-tail-mode'.
2538 (Frequently Asked Questions): Use "scpx" in combination with
2539 "ControlPersist". Reported by Adam Spiers <emacs@adamspiers.org>.
2540
2541 * trampver.texi: Update release number.
2542
2543 2012-06-10 Chong Yidong <cyd@gnu.org>
2544
2545 * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2546 compilation for html-mono.
2547
2548 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 * texinfo.tex: Merge from gnulib.
2551
2552 2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2553
2554 * Makefile.in (echo-info): Don't try to install info files named
2555 just ".info".
2556
2557 2012-05-28 Glenn Morris <rgm@gnu.org>
2558
2559 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
2560
2561 * sc.texi: Nuke hand-written node pointers.
2562 Fix top-level menu to match actual node order.
2563
2564 2012-05-27 Glenn Morris <rgm@gnu.org>
2565
2566 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2567 Some associated fixes, including not messing with chapno in cl.texi.
2568
2569 2012-05-27 Bastien Guerry <bzg@gnu.org>
2570
2571 * org.texi (Durations and time values): Fix typo.
2572
2573 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2574
2575 * texinfo.tex: Update from gnulib.
2576
2577 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2578
2579 * calc.texi (Basic Operations on Units, Customizing Calc):
2580 Mention `calc-ensure-consistent-units'.
2581
2582 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
2583
2584 * cc-mode.texi: Avoid space before macro in 4th argument of cross
2585 reference commands. (Bug#11461)
2586
2587 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2588
2589 2012-05-12 Glenn Morris <rgm@gnu.org>
2590
2591 * Makefile.in (mostlyclean): Add more TeX intermediates.
2592
2593 * Makefile.in: Make it look more like the other doc Makefiles.
2594 Use explicit $srcdir in all dependencies.
2595 Remove cd $srcdir from rules.
2596 (VPATH): Remove.
2597 (infodir): Set to an absolute path.
2598 (INFO_TARGETS): Use short names.
2599 (mkinfodir): infodir is now absolute.
2600 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2601
2602 * Makefile.in (info.info): Rename from info, to avoid duplication.
2603 (.SUFFIXES): Disable implicit rules.
2604
2605 * Makefile.in (MKDIR_P): New, set by configure.
2606 (mkinfodir): Use $MKDIR_P.
2607
2608 2012-05-07 Glenn Morris <rgm@gnu.org>
2609
2610 * forms.texi (Long Example): Update for changed location of files.
2611
2612 2012-05-04 Glenn Morris <rgm@gnu.org>
2613
2614 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2615 (INFO_TARGETS): Use $INFO_EXT.
2616 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2617 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2618 (INFO_TARGETS): Use $INFO_EXT.
2619 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2620
2621 2012-05-02 Glenn Morris <rgm@gnu.org>
2622
2623 * Makefile.in (echo-info): New phony target, used by top-level.
2624
2625 * viper.texi: Make direntry shorter (also it is no longer "newest").
2626
2627 * emacs-gnutls.texi, ert.texi, org.texi:
2628 Fix dircategory, direntry to match info/dir.
2629
2630 * faq.texi: Convert @inforefs to @xrefs.
2631 Fix some malformed cross-references.
2632 (File-name conventions): Shorten section name to avoid overfull line.
2633 (How to add fonts): Use smallexample to avoid overfull lines.
2634
2635 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
2636
2637 * auth.texi (Help for users): Update for .gpg file being second.
2638
2639 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
2640
2641 * org.texi (Agenda commands): Fix two typos: give corresponding
2642 function names, according to `org-agenda-view-mode-dispatch'.
2643
2644 2012-04-27 Glenn Morris <rgm@gnu.org>
2645
2646 * faq.texi (Major packages and programs): Remove section.
2647 There is no point listing 6 packages (cf etc/MORE.STUFF).
2648 (Finding Emacs and related packages): Move "Spell-checkers" here.
2649
2650 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2651
2652 * dbus.texi (Version): New node.
2653 (Properties and Annotations): Mention the object manager
2654 interface. Describe dbus-get-all-managed-objects.
2655 (Type Conversion): Floating point numbers are allowed, if an
2656 anteger does not fit Emacs's integer range.
2657 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2658 (Asynchronous Methods): Fix description of
2659 dbus-call-method-asynchronously.
2660 (Receiving Method Calls): Fix some minor errors.
2661 Add dbus-interface-emacs.
2662 (Signals): Describe unicast signals and the new match rules.
2663 (Alternative Buses): Add the PRIVATE optional argument to
2664 dbus-init-bus. Describe its new return value. Add dbus-setenv.
2665
2666 2012-04-20 Glenn Morris <rgm@gnu.org>
2667
2668 * faq.texi (New in Emacs 24): New section.
2669 (Packages that do not come with Emacs): Mention M-x list-packages.
2670
2671 2012-04-14 Alan Mackenzie <acm@muc.de>
2672
2673 * cc-mode.texi (c-offsets-alist): Correct a typo.
2674
2675 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2676
2677 * org.texi (Deadlines and scheduling): Fix the example: the
2678 DEADLINE item should come right after the headline. We enforce
2679 this convention, so it is a bug not to illustrate it correctly in
2680 the manual.
2681
2682 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2683
2684 * org.texi (Agenda commands): Fix documentation bug by swapping
2685 the equivalent keybindings to `org-agenda-next-line' with the ones
2686 to `org-agenda-previous-line'.
2687
2688 2012-04-14 Glenn Morris <rgm@gnu.org>
2689
2690 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2691
2692 2012-04-09 Eli Zaretskii <eliz@gnu.org>
2693
2694 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2695 Add emacs-gnutls.
2696 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2697
2698 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2699
2700 * Makefile.in: Add emacs-gnutls.texi to build.
2701
2702 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2703
2704 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2705
2706 * auth.texi (Secret Service API): Edit further and give examples.
2707 (Secret Service API): Adjust @samp to @code for collection names.
2708
2709 2012-04-04 Glenn Morris <rgm@gnu.org>
2710
2711 * auth.texi (Secret Service API): Copyedits.
2712 (Help for developers): Fill in some missing function doc-strings.
2713 (Help for users, Help for developers)
2714 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2715
2716 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
2717
2718 * auth.texi (Secret Service API): Add the missing text.
2719
2720 2012-04-04 Chong Yidong <cyd@gnu.org>
2721
2722 * message.texi (Using PGP/MIME): Note that epg is now the default.
2723
2724 * gnus.texi: Reduce references to obsolete pgg library.
2725 (Security): Note that epg is now the default.
2726
2727 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2728
2729 * nxml-mode.texi (Completion): C-RET is no longer bound to
2730 nxml-complete.
2731
2732 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2733
2734 * org.texi (Customizing tables in ODT export): Correct few errors.
2735
2736 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2737
2738 * org.texi (Links in ODT export): Update.
2739 (Labels and captions in ODT export): New node.
2740
2741 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2742
2743 * org.texi (Literal examples in ODT export): htmlfontify.el in
2744 Emacs-24.1 now supports fontification. So ODT source blocks will
2745 be fontified by default.
2746
2747 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
2748
2749 * org.texi (Refiling notes): Remove duplicated keybinding.
2750
2751 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2752
2753 * org.texi (noweb): Documentation of this new option to the :noweb
2754 header argument.
2755
2756 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
2757
2758 * org.texi (Header and sectioning): Add example demonstrating how
2759 to use "LaTeX_CLASS_OPTIONS".
2760
2761 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2762
2763 * org.texi (Noweb reference syntax): Describe the ability to
2764 execute noweb references in the manual.
2765
2766 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2767
2768 * org.texi (cache): Improve cache documentation when session
2769 evaluation is used.
2770
2771 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2772
2773 * org.texi (Plain lists): Document removal.
2774
2775 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
2776
2777 * org.texi: Decapitalize file name in references to Calc manual.
2778
2779 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
2780
2781 * org.texi (Plain lists): Document removal.
2782
2783 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
2784
2785 * org.texi (Top, OpenDocument Text export)
2786 (ODT export commands, Extending ODT export)
2787 (Images in ODT export, Tables in ODT export)
2788 (Configuring a document converter): Add or Update.
2789
2790 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2791
2792 * org.texi (MobileOrg): Change the wording to reflect that the
2793 Android Version is no longer just the little brother of the iOS
2794 version.
2795
2796 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2797
2798 * org.texi (Key bindings and useful functions): Update babel key
2799 binding documentation in manual.
2800
2801 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2802
2803 * org.texi (noweb): Document new noweb header value.
2804
2805 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2806
2807 * org.texi (noweb-sep): Document new header argument.
2808
2809 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2810
2811 * org.texi (noweb-ref): Documentation of this new custom variable.
2812
2813 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
2814
2815 * org.texi (wrap): Update the new :wrap documentation to match the
2816 current implementation.
2817
2818 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2819
2820 * org.texi: Added documentation for :wrap.
2821
2822 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2823
2824 * org.texi: #+RESULTS now user-configurable.
2825
2826 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
2827
2828 * org.texi: Documented :noweb no-export.
2829
2830 2012-04-01 Thomas Dye <dk@poto.local>
2831
2832 * org.texi: Edit :noweb no header argument for correctness.
2833
2834 2012-04-01 Bastien Guerry <bzg@gnu.org>
2835
2836 * org.texi (Customization): Update the approximate number of Org
2837 variables.
2838
2839 2012-04-01 Thomas Dye <dk@poto.local>
2840
2841 * org.texi: The :results wrap produces a drawer instead of a
2842 begin_results block.
2843
2844 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
2845
2846 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2847 reflect the new default.
2848
2849 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2850
2851 * info.texi (Expert Info): Move the index entry for "Texinfo" from
2852 "Getting Started" to this node. (Bug#10450)
2853
2854 2012-03-10 Chong Yidong <cyd@gnu.org>
2855
2856 * flymake.texi (Example -- Configuring a tool called via make):
2857 Mention the Automake COMPILE variable (Bug#8715).
2858
2859 * info.texi (Getting Started): Add an index entry (Bug#10450).
2860
2861 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
2862
2863 * dbus.texi (Signals): Known names will be mapped onto unique
2864 names, when registering for signals.
2865
2866 2012-02-29 Glenn Morris <rgm@gnu.org>
2867
2868 * url.texi: Fix quote usage in body text.
2869
2870 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2871
2872 * cl.texi: Use @code{} in menus when appropriate.
2873
2874 2012-02-28 Glenn Morris <rgm@gnu.org>
2875
2876 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2877 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2878 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2879 * org.texi, sc.texi, vip.texi, viper.texi:
2880 Standardize possessive apostrophe usage.
2881
2882 2012-02-26 Chong Yidong <cyd@gnu.org>
2883
2884 * ediff.texi (Quick Help Commands): Add a couple of index entries
2885 (Bug#10834).
2886
2887 2012-02-17 Glenn Morris <rgm@gnu.org>
2888
2889 * gnus.texi (Posting Styles):
2890 * remember.texi (Org): Fix cross-refs to other manuals.
2891
2892 2012-02-15 Glenn Morris <rgm@gnu.org>
2893
2894 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2895 (Encryption): New chapter, split out from previous.
2896
2897 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2898
2899 * gnus.texi (Customizing the IMAP Connection):
2900 Mention nnimap-record-commands.
2901
2902 2012-02-10 Glenn Morris <rgm@gnu.org>
2903
2904 * url.texi (Retrieving URLs): Update url-retrieve arguments.
2905 Mention url-queue-retrieve.
2906
2907 2012-02-09 Glenn Morris <rgm@gnu.org>
2908
2909 * sem-user.texi (Semantic mode user commands): Typo fix.
2910
2911 * info.texi (Create Info buffer): Mention info-display-manual.
2912
2913 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2914
2915 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2916 example (modified from an example by Michael Albinus).
2917
2918 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2919
2920 * gnus.texi (Agent Basics): Fix outdated description of
2921 `gnus-agent-auto-agentize-methods'.
2922
2923 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * cc-mode.texi: Always @defindex ss.
2926 (Config Basics): Fix argument of @itemize.
2927 (Macro Backslashes): Add @code around index entry.
2928
2929 2012-01-23 Glenn Morris <rgm@gnu.org>
2930
2931 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2932
2933 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
2934
2935 * tramp.texi (File): Tweak wording for the `scpc' option.
2936
2937 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * gnus.texi (Group Parameters): Really note precedence.
2940
2941 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus.texi (Group Parameters): Note precedence.
2944
2945 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2946
2947 * org.texi (Noweb reference syntax): Adding documentation of
2948 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2949 variable.
2950
2951 2012-01-03 Bastien Guerry <bzg@gnu.org>
2952
2953 * org.texi (Plain lists): Split the table to fix the display
2954 of items.
2955
2956 2012-01-03 Bastien Guerry <bzg@gnu.org>
2957
2958 * org.texi (Plain lists): Fix misplaced explanation.
2959
2960 2012-01-03 Bastien Guerry <bzg@gnu.org>
2961
2962 * org.texi (Plain lists, Agenda files): Add index entries.
2963
2964 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2965
2966 * org.texi: Use "Org mode" instead of alternatives like
2967 "Org-mode" or "org-mode".
2968
2969 2012-01-03 Bernt Hansen <bernt@norang.ca>
2970
2971 * org.texi (Agenda commands):
2972 Document `org-clock-report-include-clocking-task'.
2973
2974 2012-01-03 Bastien Guerry <bzg@gnu.org>
2975
2976 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2977 C-c' on checkboxes.
2978
2979 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
2980
2981 * org.texi: End sentences with two spaces.
2982
2983 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
2984
2985 * org.texi (External links): Document the link types file+sys
2986 and file+emacs, slightly narrow used page width.
2987
2988 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
2989
2990 * org.texi (colnames): Note that colnames behavior may differ
2991 across languages.
2992
2993 2012-01-03 Bastien Guerry <bzg@gnu.org>
2994
2995 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2996
2997 2012-01-03 Thomas Dye <dk@poto.westell.com>
2998
2999 * org.texi: Augmented discussion of babel property
3000 inheritance. Put footnote outside sentence ending period.
3001
3002 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3003
3004 * org.texi (eval): Documenting the full range of :eval header
3005 argument values.
3006
3007 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3008
3009 * org.texi (eval): Documentation of the new :eval option.
3010
3011 2012-01-03 Thomas Dye <dk@poto.local>
3012
3013 * org.texi: Add accumulated properties.
3014
3015 2012-01-03 Thomas Dye <dk@poto.local>
3016
3017 * org.texi: Documented no spaces in name=assign, another
3018 correction to :var table.
3019
3020 2012-01-03 Thomas Dye <dk@poto.local>
3021
3022 * org.texi: Changed DATA to NAME in Working With Source Code
3023 section.
3024
3025 2012-01-03 Tom Dye <tsd@tsdye.com>
3026
3027 * org.texi: Minor change to :var table.
3028
3029 2012-01-03 Tom Dye <tsd@tsdye.com>
3030
3031 * org.texi: More changes to :var table (some examples were wrong).
3032
3033 2012-01-03 Tom Dye <tsd@tsdye.com>
3034
3035 * org.texi: Cleaned up :var table.
3036
3037 2012-01-03 Bastien Guerry <bzg@gnu.org>
3038
3039 * org.texi (Timestamps, Weekly/daily agenda)
3040 (Weekly/daily agenda): Add @cindex for "appointment".
3041
3042 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3043
3044 * org.texi (Literal examples): A new link to the template for
3045 inserting empty code blocks.
3046 (Structure of code blocks): A new link to the template for
3047 inserting empty code blocks.
3048
3049 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3050
3051 * org.texi (External links): Add footnote on how the behavior
3052 of the text search in Org files are controled by the variable
3053 `org-link-search-must-match-exact-headline'.
3054
3055 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
3056
3057 * org.texi (Buffer-wide header arguments):
3058 Update documentation to reflect removal of #+PROPERTIES.
3059
3060 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
3061
3062 * org.texi (The clock table): Mention that ACHIVED trees
3063 contribute to the clock table.
3064
3065 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3066
3067 * org.texi (Conflicts): Better yasnippet config info.
3068
3069 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
3070
3071 * org.texi (Selective export): Explicitly mention the default
3072 values for `org-export-select-tags',
3073 `org-export-exclude-tags'.
3074
3075 2012-01-03 Tom Dye <tsd@tsdye.com>
3076
3077 * org.texi: Added a line to specify that header arguments are
3078 lowercase.
3079
3080 2012-01-03 Tom Dye <tsd@tsdye.com>
3081
3082 * org.texi: :var requires default value when declared.
3083
3084 2012-01-03 Bastien Guerry <bzg@gnu.org>
3085
3086 * org.texi (Handling links): Add a note about the
3087 `org-link-frame-setup' option.
3088
3089 2012-01-03 David Maus <dmaus@ictsoc.de>
3090
3091 * org.texi (Exporting Agenda Views, Extracting agenda
3092 information): Fix command line syntax, quote symbol parameter
3093 values.
3094
3095 2012-01-03 David Maus <dmaus@ictsoc.de>
3096
3097 * org.texi (Exporting Agenda Views): Fix command line syntax.
3098
3099 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3100
3101 * gnus.texi (Mail Source Customization, Mail Back End Variables):
3102 Use octal notation for file permissions, which are normally
3103 thought of in octal.
3104 (Mail Back End Variables): Use more-plausible modes in example.
3105
3106 2011-12-20 Alan Mackenzie <acm@muc.de>
3107
3108 * cc-mode.texi: Update version string 5.31 -> 5.32.
3109
3110 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
3113
3114 2011-11-24 Glenn Morris <rgm@gnu.org>
3115
3116 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
3117
3118 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3119
3120 * makefile.w32-in: Update dependencies.
3121
3122 2011-11-20 Glenn Morris <rgm@gnu.org>
3123
3124 * gnus.texi (Group Information):
3125 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
3126
3127 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3128
3129 * gnus-coding.texi (Gnus Maintenance Guide):
3130 Rename from "Gnus Maintainance Guide".
3131
3132 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
3133 * eieio.texi (Customizing):
3134 * gnus.texi (Article Washing):
3135 * gnus-news.texi:
3136 * sem-user.texi (Smart Jump): Fix typos.
3137
3138 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
3141
3142 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * ede.texi (project-am-texinfo):
3145 * gnus.texi (Sending or Not Sending):
3146 * org.texi (Template elements): Fix typos.
3147
3148 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * ediff.texi (Hooks):
3151 * sem-user.texi (Semanticdb Roots): Fix typos.
3152
3153 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * semantic.texi (Tag handling): Fix typo.
3156
3157 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * gnus.texi (Other Gnus Versions): Remove.
3160
3161 2011-10-28 Alan Mackenzie <acm@muc.de>
3162
3163 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
3164 (Other Special Indentations): Add an xref to "Macros with ;".
3165 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
3166 "Macros with ;".
3167 (Macros with ;): New page.
3168
3169 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
3170 Document the new handling of nested scopes for movement by defuns.
3171
3172 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3173
3174 Sync with Tramp 2.2.3.
3175
3176 * trampver.texi: Update release number.
3177
3178 2011-10-14 Glenn Morris <rgm@gnu.org>
3179
3180 * ert.texi (Introduction, How to Run Tests)
3181 (Running Tests Interactively, Expected Failures)
3182 (Tests and Their Environment, Useful Techniques)
3183 (Interactive Debugging, Fixtures and Test Suites):
3184 Minor rephrasings.
3185 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
3186 (Running Tests in Batch Mode): Simplify loading instructions.
3187 (Test Selectors): Clarify some selectors.
3188 (Expected Failures, Useful Techniques):
3189 Make examples fit in 80 columns.
3190
3191 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
3192
3193 * calc.texi (Basic Operations on Units): Discuss temperature
3194 conversion (`u t') alongside with other unit conversions ('u c').
3195
3196 2011-10-12 Glenn Morris <rgm@gnu.org>
3197
3198 * ert.texi: Whitespace trivia to make main menu items line up better.
3199
3200 2011-10-08 Glenn Morris <rgm@gnu.org>
3201
3202 * Makefile.in: Fix ert rules.
3203
3204 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3205
3206 * gnus.texi (Gnus Utility Functions): Add more references and
3207 explanations (bug#9683).
3208
3209 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3210
3211 * texinfo.tex: Merge from gnulib.
3212
3213 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * gnus.texi (Archived Messages): Note the default (bug#9552).
3216
3217 2011-09-21 Bill Wohler <wohler@newt.com>
3218
3219 Release MH-E manual version 8.3.
3220
3221 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3222 release 8.3.
3223 (Preface): Update support information.
3224 (From Bill Wohler): Reset text to original version. As a
3225 historical quote, the tense should be correct in the time that it
3226 was written.
3227
3228 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3229
3230 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
3231 (Finding the News): Doc clarification.
3232 (Terminology): Mention naming.
3233
3234 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3235
3236 * gnus.texi: Remove mentions of `recent', which are now obsolete.
3237 (Interactive): Document `quiet'.
3238
3239 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
3240
3241 * org.texi (Images in LaTeX export): Rewrite.
3242
3243 2011-08-15 Bastien Guerry <bzg@gnu.org>
3244
3245 * org.texi (Using the mapping API): Mention 'region as a possible
3246 scope for `org-map-entries'.
3247
3248 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3249
3250 * org.texi (Visibility cycling): Document `org-copy-visible'.
3251
3252 2011-08-15 Bastien Guerry <bzg@gnu.org>
3253
3254 * org.texi (Template expansion): Order template sequences in the
3255 proper order.
3256
3257 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3258
3259 * org.texi (eval): Expand discussion of the :eval header argument.
3260
3261 2011-08-15 Bastien Guerry <bzg@gnu.org>
3262
3263 * org.texi (Languages): Add Lilypond and Awk as supported
3264 languages.
3265
3266 2011-08-15 Achim Gratz <stromeko@nexgo.de>
3267
3268 * org.texi: Document that both CLOCK_INTO_DRAWER and
3269 LOG_INTO_DRAWER can be used to override the contents of variable
3270 org-clock-into-drawer (or if unset, org-log-into-drawer).
3271
3272 * org.texi: Replace @xref->@pxref.
3273
3274 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3275
3276 * org.texi (Evaluating code blocks): Documenting the new option
3277 for inline call lines.
3278
3279 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3280
3281 * org.texi (Results of evaluation): More explicit about the
3282 mechanism through which interactive evaluation of code is
3283 performed.
3284
3285 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3286
3287 * org.texi (noweb-ref): New header argument documentation.
3288
3289 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3290
3291 * org.texi (Extracting source code): Documentation of the new
3292 org-babel-tangle-named-block-combination variable.
3293
3294 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3295
3296 * org.texi (Structure of code blocks): Explicitly state that the
3297 behavior of multiple blocks of the same name is undefined.
3298
3299 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
3300
3301 * org.texi (TaskJuggler export): Modify the example to reflect the
3302 new effort durations.
3303
3304 2011-08-15 David Maus <dmaus@ictsoc.de>
3305
3306 * org.texi (Images in LaTeX export): Escape curly brackets in
3307 LaTeX example.
3308
3309 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3310
3311 * org.texi (The clock table): Document the :properties and
3312 :inherit-props arguments for the clocktable.
3313
3314 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3315
3316 * org.texi (Tables in LaTeX export): Document specifying placement
3317 options for tables.
3318
3319 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3320
3321 * org.texi (Evaluating code blocks): More specific documentation
3322 about the different types of header arguments.
3323
3324 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
3325
3326 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3327
3328 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3329
3330 * org.texi (Built-in table editor): Document the table field
3331 follow mode.
3332
3333 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3334
3335 * org.texi (Easy Templates): Document new template.
3336
3337 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
3338
3339 * org.texi (Literal examples): Add a cross-reference from "Literal
3340 Examples" to "Easy Templates."
3341
3342 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3343
3344 * org.texi (The clock table): Add link to match syntax.
3345
3346 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3347
3348 * org.texi (Agenda commands): Document clock consistency checks.
3349
3350 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3351
3352 * org.texi (Built-in table editor): Document that \vert represents
3353 a vertical bar in a table field.
3354
3355 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3356
3357 * org.texi (Literal examples): Link from "Markup" > "Literate
3358 Examples" to "Working with Source Code".
3359
3360 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3361
3362 * org.texi (Agenda commands): Doc for function option to bulk
3363 action.
3364
3365 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3366
3367 * org.texi (Template expansion): Document new %<...> template
3368 escape.
3369
3370 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3371
3372 * org.texi (Selective export): Document exclusion of any tasks
3373 from export.
3374
3375 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3376
3377 * org.texi (Selective export): Document how to exclude DONE tasks
3378 from export.
3379 (Publishing options): Document the properties to be used to turn off
3380 export of DONE tasks.
3381
3382 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3383
3384 * org.texi (The date/time prompt): Document date range protection.
3385
3386 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3387
3388 * org.texi (padline): Documentation of the new padline header
3389 argument.
3390
3391 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3392
3393 * org.texi (var): Adding "[" to list of characters triggering
3394 elisp evaluation.
3395
3396 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3397
3398 * org.texi (var): Documentation of Emacs Lisp evaluation during
3399 variable assignment.
3400
3401 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3402
3403 * org.texi (colnames): Reference indexing into variables, and note
3404 that colnames are *not* removed before indexing occurs.
3405 (rownames): Reference indexing into variables, and note that
3406 rownames are *not* removed before indexing occurs.
3407
3408 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3409
3410 * org.texi (var): Clarification of indexing into tabular
3411 variables.
3412
3413 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3414
3415 * org.texi (results): Documentation of the `:results wrap' header
3416 argument.
3417
3418 2011-08-15 Bastien Guerry <bzg@gnu.org>
3419
3420 * org.texi (LaTeX and PDF export): Add a note about a limitation
3421 of the LaTeX export: the org file has to be properly structured.
3422
3423 2011-08-15 Bastien Guerry <bzg@gnu.org>
3424
3425 * org.texi (Dynamic blocks, Structure editing):
3426 Mention the function `org-narrow-to-block'.
3427
3428 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3429
3430 * org.texi (Languages): Updating list of code block supported
3431 languages.
3432
3433 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3434
3435 * org.texi (Special properties): CATEGORY is a special property,
3436 but it may also used in the drawer.
3437
3438 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3439
3440 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3441
3442 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
3443
3444 * org.texi (Include files): Document :lines.
3445
3446 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3447
3448 * org.texi (comments): Documentation of the ":comments noweb" code
3449 block header argument.
3450
3451 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3452
3453 * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3454 added extra whitespace around functions to be consistent with the
3455 rest of the section.
3456
3457 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3458
3459 * org.texi (Evaluating code blocks): Expand discussion of
3460 #+call: line syntax.
3461 (Header arguments in function calls): Expand discussion of
3462 #+call: line syntax.
3463
3464 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3465
3466 * org.texi (Evaluating code blocks): More explicit about how to
3467 pass variables to #+call lines.
3468
3469 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3470
3471 * org.texi (Results of evaluation): Link to the :results header
3472 argument list from the "Results of evaluation" section.
3473
3474 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3475
3476 * org.texi (Conflicts): Adding additional information about
3477 resolving org/yasnippet conflicts.
3478
3479 2011-08-15 David Maus <dmaus@ictsoc.de>
3480
3481 * org.texi (Publishing options): Document style-include-scripts
3482 publishing project property.
3483
3484 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
3485
3486 * org.texi (Sparse trees): Document the next-error /
3487 previous-error functionality.
3488
3489 2011-08-15 Tom Dye <tsd@tsdye.com>
3490
3491 * org.texi (cache): Improve documentation of code block caches.
3492
3493 2011-08-15 Tom Dye <tsd@tsdye.com>
3494
3495 * org.texi (Code block specific header arguments):
3496 Documentation of multi-line header arguments.
3497
3498 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3499
3500 * org.texi (Code evaluation security): Add example for using a
3501 function.
3502
3503 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
3504
3505 * org.texi (Tables in LaTeX export): Documentation of new
3506 attr_latex options for tables.
3507
3508 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * trampver.texi: Update release number.
3511
3512 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3513
3514 Sync with Tramp 2.2.2.
3515
3516 * trampver.texi: Update release number.
3517
3518 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519
3520 * flymake.texi (Example -- Configuring a tool called via make):
3521 Use /dev/null instead of the Windows "nul" (bug#8715).
3522
3523 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3524
3525 * widget.texi (Setting Up the Buffer): Remove mention of the
3526 global keymap parent, which doesn't seem to be accurate
3527 (bug#7045).
3528
3529 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * org.texi (Special agenda views): Fix double quoting (bug#3509).
3532
3533 2010-07-10 Kevin Ryde <user42@zip.com.au>
3534
3535 * cl.texi (For Clauses): Add destructuring example processing an
3536 alist (bug#6596).
3537
3538 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
3540 * ediff.texi (Major Entry Points): Remove mention of `require',
3541 since that's not pertinent in the installed Emacs (bug#9016).
3542
3543 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3546 (Filtering New Groups): Clarify how simple the "options -n" format is.
3547 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3548 is internal.
3549
3550 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * tramp.texi (Cleanup remote connections):
3553 Add `tramp-cleanup-this-connection'.
3554
3555 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3556
3557 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3558 zombies.
3559 (Checking New Groups): Ditto (bug#8974).
3560 (Checking New Groups): Move the reference to the right place.
3561
3562 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
3563
3564 * gnus.texi (Startup Files): Clarify that we're talking about numbered
3565 backups, and not actual vc (bug#8975).
3566
3567 2011-07-03 Kevin Ryde <user42@zip.com.au>
3568
3569 * cl.texi (For Clauses): @items for hash-values and key-bindings
3570 to make them more visible when skimming. Add examples of `using'
3571 clause to them, examples being clearer than a description in
3572 words (bug#6599).
3573
3574 2011-07-01 Alan Mackenzie <acm@muc.de>
3575
3576 * cc-mode.texi (Guessing the Style): New page.
3577 (Styles): Add a short introduction to above.
3578
3579 2011-06-28 Deniz Dogan <deniz@dogan.se>
3580
3581 * rcirc.texi (Configuration): Bug-fix:
3582 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3583 Reported by Elias Pipping <pipping@exherbo.org>.
3584
3585 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3586
3587 * gnus.texi (Summary Mail Commands):
3588 Document `gnus-summary-reply-to-list-with-original'.
3589
3590 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * eshell.texi (Known problems): Fix typo.
3593
3594 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * tramp.texi (Customizing Completion): Mention authinfo-style files.
3597 (Password handling): `auth-source-debug' is good for debug messages.
3598
3599 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3600
3601 * gnus.texi (Store custom flags and keywords): Refer to
3602 `gnus-registry-article-marks-to-{chars,names}' instead of
3603 `gnus-registry-user-format-function-{M,M2}'.
3604
3605 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3606
3607 * texinfo.tex: Merge from gnulib.
3608
3609 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3610
3611 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3612 (Store custom flags and keywords):
3613 Mention `gnus-registry-user-format-function-M' and
3614 `gnus-registry-user-format-function-M2'.
3615
3616 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3617
3618 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3619
3620 2011-05-17 Glenn Morris <rgm@gnu.org>
3621
3622 * gnus.texi (Face): Fix typo.
3623
3624 2011-05-14 Glenn Morris <rgm@gnu.org>
3625
3626 * dired-x.texi (Omitting Examples): Minor addition.
3627
3628 2011-05-10 Jim Meyering <meyering@redhat.com>
3629
3630 * ede.texi: Fix typo "or or -> or".
3631
3632 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
3633
3634 * gnus.texi (Summary Buffer Lines):
3635 gnus-summary-user-date-format-alist does not exist.
3636 (Sorting the Summary Buffer): More about sorting threads.
3637
3638 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * trampver.texi: Update release number.
3641
3642 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * tramp.texi (Frequently Asked Questions): New item for disabling
3645 Tramp in other packages.
3646
3647 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3648
3649 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3650 (Fancy splitting to parent, Store arbitrary data):
3651 Update gnus-registry docs.
3652
3653 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3654
3655 * ede.texi: Fix typos.
3656
3657 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3658
3659 * gnus.texi (Window Layout): @itemize @code doesn't exist.
3660 It's @table @code.
3661
3662 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
3663
3664 * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3665
3666 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3667
3668 * calc.texi (Logarithmic Units): Update the function names.
3669
3670 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
3672 * message.texi (Various Commands): Document format specs in the
3673 ellipsis.
3674
3675 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
3676
3677 * message.texi (Insertion Variables): Document message-cite-style.
3678
3679 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
3680
3681 * tramp.texi (Remote processes): New subsection "Running shell on
3682 a remote host".
3683
3684 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3685
3686 * auth.texi (Help for developers): Update docs to explain that the
3687 :save-function will only run the first time.
3688
3689 2011-03-12 Glenn Morris <rgm@gnu.org>
3690
3691 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3692 (emacs-faq.text): New target.
3693 (clean): Add emacs-faq.
3694
3695 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
3696
3697 Sync with Tramp 2.2.1.
3698
3699 * trampver.texi: Update release number.
3700
3701 2011-03-11 Glenn Morris <rgm@gnu.org>
3702
3703 * Makefile.in (HTML_TARGETS): New.
3704 (clean): Delete $HTML_TARGETS.
3705 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3706
3707 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3708
3709 * auth.texi (Help for developers): Show example of using
3710 `auth-source-search' with prompts and :save-function.
3711
3712 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * Version 23.3 released.
3715
3716 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
3717
3718 * message.texi (Message Buffers): Update default value of
3719 message-generate-new-buffers.
3720
3721 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
3722
3723 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3724 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3725 respectively.
3726 (Musical Notes): New section.
3727 (Customizing Calc): Mention the customizable variable
3728 calc-note-threshold.
3729
3730 2011-03-03 Glenn Morris <rgm@gnu.org>
3731
3732 * url.texi (Dealing with HTTP documents): Remove reference to
3733 function url-decode-text-part; never seems to have existed. (Bug#6038)
3734 (Configuration): Update url-configuration-directory description.
3735
3736 2011-03-02 Glenn Morris <rgm@gnu.org>
3737
3738 * dired-x.texi (Multiple Dired Directories): Remove mentions
3739 of dired-default-directory-alist and dired-default-directory.
3740 Move dired-smart-shell-command here...
3741 (Miscellaneous Commands): ... from here.
3742
3743 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3744
3745 * texinfo.tex: Update to version 2011-02-24.09.
3746
3747 2011-03-02 Glenn Morris <rgm@gnu.org>
3748
3749 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3750 instead of the obsoleted dired-omit-here-always.
3751
3752 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
3753
3754 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3755 supported systems.
3756
3757 2011-02-28 Glenn Morris <rgm@gnu.org>
3758
3759 * dbus.texi (Type Conversion): Grammar fix.
3760
3761 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3764 "Debian GNU/Linux".
3765
3766 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3767
3768 2011-02-23 Glenn Morris <rgm@gnu.org>
3769
3770 * dired-x.texi (Features): Minor rephrasing.
3771 (Local Variables): Fix typos.
3772
3773 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3774 Standardize some Emacs/XEmacs terminology.
3775
3776 * dired-x.texi (Features): Don't advertise obsolete local variables.
3777 Simplify layout.
3778 (Omitting Variables): Update local variables example.
3779 (Local Variables): Say this is obsolete. Fix description of
3780 dired-enable-local-variables possible values.
3781
3782 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3783
3784 * auth.texi (Help for users): Mention ~/.netrc is also searched by
3785 default now.
3786
3787 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3788
3789 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3790
3791 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3792
3793 * gnus.texi (Window Layout): Document layout names.
3794
3795 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3796
3797 * ada-mode.texi: Sync @dircategory with ../../info/dir.
3798 * auth.texi: Sync @dircategory with ../../info/dir.
3799 * autotype.texi: Sync @dircategory with ../../info/dir.
3800 * calc.texi: Sync @dircategory with ../../info/dir.
3801 * cc-mode.texi: Sync @dircategory with ../../info/dir.
3802 * cl.texi: Sync @dircategory with ../../info/dir.
3803 * dbus.texi: Sync @dircategory with ../../info/dir.
3804 * dired-x.texi: Sync @dircategory with ../../info/dir.
3805 * ebrowse.texi: Sync @dircategory with ../../info/dir.
3806 * ede.texi: Sync @dircategory with ../../info/dir.
3807 * ediff.texi: Sync @dircategory with ../../info/dir.
3808 * edt.texi: Sync @dircategory with ../../info/dir.
3809 * eieio.texi: Sync @dircategory with ../../info/dir.
3810 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3811 * epa.texi: Sync @dircategory with ../../info/dir.
3812 * erc.texi: Sync @dircategory with ../../info/dir.
3813 * eshell.texi: Sync @dircategory with ../../info/dir.
3814 * eudc.texi: Sync @dircategory with ../../info/dir.
3815 * flymake.texi: Sync @dircategory with ../../info/dir.
3816 * forms.texi: Sync @dircategory with ../../info/dir.
3817 * gnus.texi: Sync @dircategory with ../../info/dir.
3818 * idlwave.texi: Sync @dircategory with ../../info/dir.
3819 * mairix-el.texi: Sync @dircategory with ../../info/dir.
3820 * message.texi: Sync @dircategory with ../../info/dir.
3821 * mh-e.texi: Sync @dircategory with ../../info/dir.
3822 * newsticker.texi: Sync @dircategory with ../../info/dir.
3823 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3824 * org.texi: Sync @dircategory with ../../info/dir.
3825 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3826 * pgg.texi: Sync @dircategory with ../../info/dir.
3827 * rcirc.texi: Sync @dircategory with ../../info/dir.
3828 * reftex.texi: Sync @dircategory with ../../info/dir.
3829 * remember.texi: Sync @dircategory with ../../info/dir.
3830 * sasl.texi: Sync @dircategory with ../../info/dir.
3831 * sc.texi: Sync @dircategory with ../../info/dir.
3832 * semantic.texi: Sync @dircategory with ../../info/dir.
3833 * ses.texi: Sync @dircategory with ../../info/dir.
3834 * sieve.texi: Sync @dircategory with ../../info/dir.
3835 * smtpmail.texi: Sync @dircategory with ../../info/dir.
3836 * speedbar.texi: Sync @dircategory with ../../info/dir.
3837 * trampver.texi [emacs]: Set emacsname to "Emacs".
3838 * tramp.texi: Sync @dircategory with ../../info/dir.
3839 * url.texi: Sync @dircategory with ../../info/dir.
3840 * vip.texi: Sync @dircategory with ../../info/dir.
3841 * viper.texi: Sync @dircategory with ../../info/dir.
3842 * widget.texi: Sync @dircategory with ../../info/dir.
3843 * woman.texi: Sync @dircategory with ../../info/dir.
3844
3845 2011-02-19 Glenn Morris <rgm@gnu.org>
3846
3847 * dired-x.texi (Technical Details): No longer redefines
3848 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3849 dired-read-shell-command, or dired-find-buffer-nocreate.
3850
3851 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3852
3853 * eshell.texi (Input/Output):
3854 Document insert output redirection operator, >>>.
3855
3856 2011-02-18 Glenn Morris <rgm@gnu.org>
3857
3858 * dired-x.texi (Optional Installation File At Point): Simplify.
3859
3860 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3861
3862 * auth.texi (Help for users): Use :port instead of :protocol for all
3863 auth-source docs.
3864 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3865 to have two files in `auth-sources'.
3866
3867 2011-02-16 Glenn Morris <rgm@gnu.org>
3868
3869 * dired-x.texi: Use emacsver.texi to get Emacs version.
3870 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3871 Depend on emacsver.texi.
3872
3873 * dired-x.texi: Drop meaningless version number.
3874 (Introduction): Remove old info.
3875 (Optional Installation Dired Jump): Autoload from dired-x.
3876 Remove incorrect info about loaddefs.el.
3877 (Bugs): Just refer to M-x report-emacs-bug.
3878
3879 * dired-x.texi (Multiple Dired Directories): Update for rename of
3880 default-directory-alist.
3881 (Miscellaneous Commands): No longer mention very old VM version 4.
3882
3883 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3884
3885 Merge from gnulib.
3886 * texinfo.tex: Update to version 2011-02-14.11.
3887
3888 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3889
3890 * auth.texi (Help for users):
3891 Login collection is "Login" and not "login".
3892
3893 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
3894
3895 * tramp.texi (History): Remove IMAP support.
3896 (External methods, Frequently Asked Questions): Remove `imap' and
3897 `imaps' methods.
3898 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3899
3900 * trampver.texi: Remove default value of `emacsimap'.
3901
3902 2011-02-13 Glenn Morris <rgm@gnu.org>
3903
3904 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3905 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3906
3907 2011-02-12 Glenn Morris <rgm@gnu.org>
3908
3909 * sc.texi (Getting Connected): Remove old index entries.
3910
3911 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
3912
3913 * url.texi: Remove duplicate @dircategory (Bug#7942).
3914
3915 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
3916
3917 * auth.texi (Overview, Help for users, Help for developers):
3918 Update docs.
3919 (Help for users): Talk about spaces.
3920
3921 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3922
3923 * texinfo.tex: Update to version 2011-02-07.16.
3924
3925 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * dbus.texi (Bus names): Adapt descriptions for
3928 dbus-list-activatable-names and dbus-list-known-names.
3929
3930 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
3931
3932 * calc.texi (Logarithmic Units): New section.
3933
3934 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
3935
3936 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3937 manuals use it now.
3938
3939 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3940
3941 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
3942
3943 * overrides.texi: Remove.
3944
3945 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3946 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3947
3948 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * tramp.texi (Frequently Asked Questions): Mention problems with
3951 WinSSHD.
3952
3953 * trampver.texi: Update release number.
3954
3955 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
3956
3957 * tramp.texi:
3958 Replace "delimet" with "delimit" globally.
3959 Replace "explicite" with "explicit" globally.
3960 Replace "instead of" with "instead" where there was nothing after "of".
3961 Audit use of comma before interrogative pronoun, "that", or "which".
3962 Minor word order, spelling, wording changes.
3963
3964 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3965
3966 * overrides.texi: New file to set or clear WEBHACKDEVEL.
3967
3968 * sieve.texi: Use WEBHACKDEVEL.
3969
3970 * sasl.texi: Use WEBHACKDEVEL.
3971
3972 * pgg.texi: Use WEBHACKDEVEL.
3973
3974 * message.texi: Use WEBHACKDEVEL.
3975
3976 * gnus.texi: Use WEBHACKDEVEL.
3977
3978 * emacs-mime.texi: Use WEBHACKDEVEL.
3979
3980 * auth.texi: Use WEBHACKDEVEL.
3981
3982 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3983 manuals.
3984
3985 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3986
3987 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3988
3989 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3990
3991 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3992 which in turn is copied from ftp://tug.org/tex/.
3993
3994 2011-02-03 Glenn Morris <rgm@gnu.org>
3995
3996 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3997 (Binding combinations of modifiers and function keys):
3998 Let's assume people reading this are not using Emacs 18.
3999
4000 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4001
4002 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
4003 since it's run automatically.
4004
4005 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4006
4007 * gnus.texi (Customizing Articles): Fix typo.
4008
4009 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4010
4011 * gnus.texi (Customizing Articles): Document the new way of customizing
4012 the date headers(s).
4013
4014 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4015
4016 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
4017 splitting example.
4018
4019 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4020
4021 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
4022 (MAKEINFO_OPTS): New variable.
4023 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
4024 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
4025 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
4026 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
4027 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
4028 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
4029 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
4030 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
4031 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
4032 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
4033 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
4034 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
4035 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
4036 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
4037 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
4038 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
4039 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
4040 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
4041
4042 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4043
4044 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
4045
4046 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4047
4048 * message.texi (IDNA): Explain what it is.
4049
4050 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4051
4052 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
4053
4054 2011-01-23 Werner Lemberg <wl@gnu.org>
4055
4056 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4057 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4058 (ENVADD): Update.
4059
4060 2011-01-18 Glenn Morris <rgm@gnu.org>
4061
4062 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
4063
4064 2011-01-14 Eduard Wiebe <usenet@pusto.de>
4065
4066 * nxml-mode.texi (Introduction): Fix file name typos.
4067
4068 2011-01-13 Christian Ohler <ohler@gnu.org>
4069
4070 * ert.texi: New file.
4071
4072 * Makefile.in:
4073 * makefile.w32-in: Add ert.texi.
4074
4075 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
4076
4077 * dbus.texi (Receiving Method Calls): New function
4078 dbus-register-service. Rearrange node.
4079
4080 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4081
4082 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
4083 which in turn is copied from ftp://tug.org/tex/.
4084
4085 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
4086
4087 * dbus.texi (Receiving Method Calls): Describe new optional
4088 parameter dont-register-service of dbus-register-{method,property}.
4089
4090 2010-12-17 Daiki Ueno <ueno@unixuser.org>
4091
4092 * epa.texi (Encrypting/decrypting *.gpg files):
4093 Mention epa-file-select-keys.
4094
4095 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus.texi (Archived Messages): Remove outdated text.
4098
4099 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4100
4101 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
4102
4103 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
4104
4105 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
4106
4107 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4108
4109 * gnus.texi (The swish++ Engine): Add customizable parameters
4110 descriptions.
4111 (The swish-e Engine): Ditto.
4112
4113 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
4114
4115 * tramp.texi (Inline methods): Add "ksu" method.
4116 (Remote processes): Add example with remote `default-directory'.
4117
4118 2010-12-14 Glenn Morris <rgm@gnu.org>
4119
4120 * faq.texi (Expanding aliases when sending mail):
4121 Now build-mail-aliases is interactive.
4122
4123 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4124
4125 * gnus.texi: First pass at adding (rough) nnir documentation.
4126
4127 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * gnus.texi (Filtering New Groups):
4130 Mention gnus-auto-subscribed-categories.
4131 (The First Time): Remove, since default-subscribed-newsgroups has been
4132 removed.
4133
4134 2010-12-13 Glenn Morris <rgm@gnu.org>
4135
4136 * cl.texi (For Clauses): Small fixes for frames and windows.
4137
4138 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4139
4140 * org.texi (Using capture): Document using prefix arguments for
4141 finalizing capture.
4142 (Agenda commands): Document prefix argument for the bulk scatter
4143 command.
4144 (Beamer class export): Document that also overlay arguments can be
4145 passed to the column environment.
4146 (Template elements): Document the new entry type.
4147
4148 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
4149
4150 * org.texi (Include files): Document :minlevel.
4151
4152 2010-12-11 Julien Danjou <julien@danjou.info>
4153
4154 * org.texi (Categories): Document category icons.
4155
4156 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
4157
4158 * org.texi (noweb): Fix typo.
4159
4160 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
4161
4162 * gnus.texi (Server Commands): Point to the rest of the server
4163 commands.
4164
4165 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
4168 g'.
4169
4170 2010-12-02 Julien Danjou <julien@danjou.info>
4171
4172 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
4173
4174 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
4177 (Direct Functions): Note the STARTTLS upgrade.
4178
4179 2010-11-27 Glenn Morris <rgm@gnu.org>
4180 James Clark <none@example.com>
4181
4182 * nxml-mode.texi (Introduction): New section.
4183
4184 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185
4186 * gnus.texi (Server Commands): Document gnus-server-show-server.
4187
4188 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4189
4190 Sync with Tramp 2.2.0.
4191
4192 * trampver.texi: Update release number.
4193
4194 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4195
4196 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
4197 Mention that the TeX specific units won't use the `tex' prefix
4198 in TeX mode.
4199
4200 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4203
4204 2010-11-17 Glenn Morris <rgm@gnu.org>
4205
4206 * edt.texi: Remove information about Emacs 19.
4207
4208 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
4209
4210 * trampver.texi: Update release number.
4211
4212 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4213
4214 * gnus.texi (Article Washing): Fix typo.
4215
4216 2010-11-11 Noorul Islam <noorul@noorul.com>
4217
4218 * org.texi: Fix typo.
4219
4220 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4221
4222 * org.texi (Using capture): Explain that refiling is
4223 sensitive to cursor position.
4224
4225 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4226
4227 * org.texi (Images and tables): Add cross reference to link section.
4228
4229 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4230
4231 * org.texi: Document the <c> cookie.
4232
4233 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4234
4235 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
4236 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
4237
4238 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4239
4240 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
4241
4242 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4243
4244 * org.texi (Project alist): Mention that this is a property list.
4245
4246 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4247
4248 * org.texi (Setting up the staging area): Document that
4249 file names remain visible when encrypting the MobileOrg files.
4250
4251 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4252
4253 * org.texi (Setting up the staging area): Document which
4254 versions are needed for encryption.
4255
4256 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4257
4258 * org.texi (noweb): Update :noweb documentation to
4259 reflect the new "tangle" argument.
4260
4261 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4262
4263 * org.texi (Batch execution): Improve tangling script in
4264 documentation.
4265
4266 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4267
4268 * org.texi (Handling links, In-buffer settings):
4269 Document inlining images on startup.
4270
4271 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4272
4273 * org.texi (Setting up the staging area): Document use of
4274 crypt password.
4275
4276 2010-11-11 David Maus <dmaus@ictsoc.de>
4277
4278 * org.texi (Template expansion): Add date related link type escapes.
4279
4280 2010-11-11 David Maus <dmaus@ictsoc.de>
4281
4282 * org.texi (Template expansion): Add mew in table for link type
4283 escapes.
4284
4285 2010-11-11 David Maus <dmaus@ictsoc.de>
4286
4287 * org.texi (Template expansion): Fix typo in link type escapes.
4288
4289 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4290
4291 * org.texi (Structure of code blocks): Another documentation tweak.
4292
4293 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4294
4295 * org.texi (Structure of code blocks): Documentation tweak.
4296
4297 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4298
4299 * org.texi (Structure of code blocks):
4300 Update documentation to mention inline code block syntax.
4301
4302 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4303
4304 * org.texi (comments): Improve wording.
4305
4306 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
4307
4308 * org.texi (comments): Document the new :comments header arguments.
4309
4310 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4311
4312 * org.texi (Installation): Remove the special
4313 installation instructions for XEmacs.
4314
4315 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4316
4317 * org.texi (Easy Templates): New section. Documents quick
4318 insertion of empty structural elements.
4319
4320 2010-11-11 Noorul Islam <noorul@noorul.com>
4321
4322 * org.texi: Fix doc.
4323
4324 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
4325
4326 * org.texi (The date/time prompt): Document specification
4327 of time ranges.
4328
4329 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4330
4331 * org.texi (Internal links): Document the changes in
4332 internal links.
4333
4334 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4335
4336 * org.texi (Agenda commands): Document the limitation for
4337 the filter preset - it can only be used for an entire agenda
4338 view, not in an individual block in a block agenda.
4339
4340 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
4341
4342 * org.texi (iCalendar export): Document alarm creation.
4343
4344 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4347
4348 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
4350 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4351
4352 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
4353
4354 * calc.texi: Use emacsver.texi to determine Emacs version.
4355
4356 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4359 since that works by default.
4360
4361 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4362
4363 * gnus.texi (Customizing the IMAP Connection): Document
4364 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4365
4366 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * tramp.texi (Remote shell setup): New item "Interactive shell
4369 prompt". Reported by Christian Millour <cm@abtela.com>.
4370 (Remote shell setup, Remote processes): Use @code{} for
4371 environment variables.
4372
4373 2010-11-03 Glenn Morris <rgm@gnu.org>
4374
4375 * ediff.texi (Quick Help Commands, Miscellaneous):
4376 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4377
4378 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4381
4382 2010-10-31 Glenn Morris <rgm@gnu.org>
4383
4384 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4385
4386 2010-10-31 Glenn Morris <rgm@gnu.org>
4387
4388 * cc-mode.texi: Remove reference to defunct viewcvs URL.
4389
4390 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4391
4392 * gnus.texi (Client-Side IMAP Splitting):
4393 Mention nnimap-unsplittable-articles.
4394
4395 2010-10-29 Julien Danjou <julien@danjou.info>
4396
4397 * gnus.texi (Finding the News): Remove references to obsoletes
4398 variables `gnus-nntp-server' and `gnus-secondary-servers'.
4399
4400 2010-10-29 Eli Zaretskii <eliz@gnu.org>
4401
4402 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4403 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4404 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4405 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4406
4407 2010-10-28 Glenn Morris <rgm@gnu.org>
4408
4409 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4410 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4411 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4412
4413 2010-10-25 Daiki Ueno <ueno@unixuser.org>
4414
4415 * epa.texi (Mail-mode integration): Add alternative key bindings
4416 for epa-mail commands; escape comma.
4417 Don't use the word "PGP", since it is a non-free program.
4418
4419 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
4420
4421 * calc.texi: Use emacsver.texi to determine Emacs version.
4422
4423 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * gnus.texi (Group Parameters, Buttons): Fix typos.
4426
4427 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
4428
4429 * gnus.texi (Subscription Commands): Mention that you can also
4430 subscribe to new groups via the Server buffer, which is probably more
4431 convenient when subscribing to many groups.
4432
4433 2010-10-21 Julien Danjou <julien@danjou.info>
4434
4435 * message.texi (Message Headers): Allow message-default-headers to be a
4436 function.
4437
4438 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4439
4440 * gnus-news.texi: Mention new archive defaults.
4441
4442 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4443
4444 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4445
4446 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * gnus.texi (HTML): Document the function value of
4449 gnus-blocked-images.
4450 (Article Washing): shr and gnus-w3m, not the direct function names.
4451
4452 2010-10-20 Julien Danjou <julien@danjou.info>
4453
4454 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4455 variable.
4456
4457 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * gnus.texi (Customizing the IMAP Connection): The port strings are
4460 strings.
4461 (Document Groups): Mention git.
4462
4463 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4466 bzr/Gnus git sync.
4467
4468 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4469
4470 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4471 change.
4472
4473 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4476 @item syntax for in-Emacs makeinfo.
4477
4478 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
4479
4480 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4481 trim sentence.
4482
4483 2010-10-12 Daiki Ueno <ueno@unixuser.org>
4484
4485 * epa.texi (Caching Passphrases):
4486 * auth.texi (GnuPG and EasyPG Assistant Configuration):
4487 Clarify some configurations require to set up gpg-agent.
4488
4489 2010-10-11 Glenn Morris <rgm@gnu.org>
4490
4491 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4492
4493 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4494
4495 * gnus.texi (Spam Package Introduction): Mention `$'.
4496
4497 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4498
4499 * makefile.w32-in (emacsdir): New variable.
4500 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4501 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4502
4503 2010-10-09 Glenn Morris <rgm@gnu.org>
4504
4505 * Makefile.in (mostlyclean): Delete *.toc.
4506
4507 * Makefile.in: Use $< in rules.
4508
4509 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4510
4511 * Makefile.in ($(infodir)): Delete rule.
4512 (mkinfodir): New. Use it in all the info rules, rather than depending
4513 on infodir.
4514
4515 2010-10-09 Glenn Morris <rgm@gnu.org>
4516
4517 * gnus.texi (Article Washing): Fix previous change.
4518
4519 * Makefile.in (emacsdir): New variable.
4520 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4521 Depend on emacsver.texi.
4522
4523 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4524
4525 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4526
4527 2010-10-08 Julien Danjou <julien@danjou.info>
4528
4529 * gnus.texi: Add mm-shr.
4530
4531 2010-10-08 Ludovic Courtès <ludo@gnu.org>
4532
4533 * gnus.texi (Finding the Parent, The Gnus Registry)
4534 (Registry Article Refer Method): Update docs for nnregistry.el.
4535
4536 2010-10-08 Daiki Ueno <ueno@unixuser.org>
4537
4538 * auth.texi (Help for users)
4539 (GnuPG and EasyPG Assistant Configuration): Update docs.
4540
4541 2010-10-08 Glenn Morris <rgm@gnu.org>
4542
4543 * cl.texi (Organization, Installation, Old CL Compatibility):
4544 Deprecate cl-compat for new code.
4545 (Usage, Installation): Remove outdated information.
4546
4547 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4548
4549 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4550
4551 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4552
4553 2010-10-06 Julien Danjou <julien@danjou.info>
4554
4555 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4556
4557 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4558 broken link.
4559
4560 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4561
4562 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4563 to ReiserFS.
4564
4565 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4566 (FAQ 7-1): Fix getmail URL.
4567
4568 2010-10-06 Daiki Ueno <ueno@unixuser.org>
4569
4570 * epa.texi (Caching Passphrases): New section.
4571
4572 2010-10-06 Glenn Morris <rgm@gnu.org>
4573
4574 * Makefile.in (SHELL): Set it.
4575 (info): Move the mkdir dependency to the individual info files.
4576 (mostlyclean): Tidy up.
4577 (clean): Only delete the specific dvi and pdf files.
4578 (maintainer-clean): Be more restrictive in what we delete.
4579 ($(infodir)): Add parallel build workaround.
4580
4581 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4582
4583 * gnus.texi (Misc Article): Document gnus-widen-article-window.
4584
4585 2010-10-03 Julien Danjou <julien@danjou.info>
4586
4587 * emacs-mime.texi (Display Customization):
4588 Update mm-inline-large-images documentation and add documentation for
4589 mm-inline-large-images-proportion.
4590
4591 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * tramp.texi (Frequently Asked Questions):
4594 Mention remote-file-name-inhibit-cache.
4595
4596 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
4598 * gnus.texi (Splitting Mail): Fix @xref syntax.
4599 (Splitting Mail): Really fix the @ref syntax.
4600
4601 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4604 (Article Hiding): Add google banner example.
4605 Suggested by Benjamin Xu.
4606
4607 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4608
4609 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4610 Remove nnimap-split-rule from examples.
4611
4612 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4613
4614 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4615 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
4616 Fishman.
4617 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4618
4619 2010-09-30 Julien Danjou <julien@danjou.info>
4620
4621 * gnus.texi (Gravatars): Fix documentation about
4622 gnu-gravatar-properties.
4623
4624 2010-09-29 Daiki Ueno <ueno@unixuser.org>
4625
4626 * epa.texi (Bug Reports): New section.
4627
4628 2010-09-29 Glenn Morris <rgm@gnu.org>
4629
4630 * Makefile.in (top_srcdir): Remove unused variable.
4631
4632 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4633
4634 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4635 (Client-Side IMAP Splitting): Document 'default.
4636
4637 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4638
4639 * gnus.texi (Customizing the IMAP Connection):
4640 Document nnimap-fetch-partial-articles.
4641
4642 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4643
4644 * gnus-news.texi: Mention nnimap-inbox.
4645
4646 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4647
4648 2010-09-26 Julien Danjou <julien@danjou.info>
4649
4650 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4651
4652 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4653
4654 * gnus.texi (Security): Remove gpg.el mention.
4655
4656 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4657
4658 * gnus.texi (Browse Foreign Server): New variable
4659 gnus-browse-subscribe-newsgroup-method.
4660
4661 * gnus-news.texi: Mention it.
4662
4663 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * gnus.texi (NoCeM): Remove.
4666 (Startup Variables): No jingle.
4667
4668 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4669
4670 * woman.texi (Interface Options): xz compression is now supported.
4671
4672 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4673
4674 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4675 (Unavailable Servers): Document gnus-server-copy-server.
4676 (Using IMAP): Document the new nnimap.
4677
4678 2010-09-25 Julien Danjou <julien@danjou.info>
4679
4680 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4681
4682 2010-09-24 Glenn Morris <rgm@gnu.org>
4683
4684 * url.texi (Disk Caching): Tweak previous change.
4685
4686 2010-09-24 Julien Danjou <julien@danjou.info>
4687
4688 * url.texi (Disk Caching): Mention url-cache-expire-time,
4689 url-cache-expired, and url-fetch-from-cache.
4690
4691 2010-09-24 Julien Danjou <julien@danjou.info>
4692
4693 * gnus.texi: Add Gravatars.
4694
4695 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4698
4699 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * gnus.texi (Expunging mailboxes): Update name of the expunging
4702 command.
4703
4704 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * emacs-mime.texi (rfc2047): Update description for
4707 rfc2047-encode-parameter.
4708
4709 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4710
4711 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4712 "fish" methods.
4713 (External methods): Remove "scp1_old" and "scp2_old" methods.
4714
4715 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * tramp.texi: Remove Japanese manual. Fix typo.
4718
4719 * trampver.texi: Update release number. Remove japanesemanual.
4720
4721 2010-09-09 Glenn Morris <rgm@gnu.org>
4722
4723 * org.texi: Restore clobbered changes (copyright years, untabify).
4724
4725 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
4726
4727 * gnus.texi (Adaptive Scoring): Fix typo.
4728
4729 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4730
4731 * gnus.texi (Article Display): Document gnus-html-show-images.
4732
4733 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4734
4735 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4736
4737 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4738
4739 * gnus.texi (HTML): Document gnus-max-image-proportion.
4740
4741 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * gnus.texi (HTML): Document gnus-blocked-images.
4744
4745 * message.texi (Wide Reply): Document message-prune-recipient-rules.
4746
4747 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
4749 * gnus.texi (Summary Mail Commands): Note that only the addresses from
4750 the first message are used for wide replies.
4751 (Changing Servers): Remove documentation on gnus-change-server and
4752 friends, since it's been removed.
4753
4754 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4755
4756 * gnus.texi (Drafts): Mention B DEL.
4757
4758 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4759
4760 * gnus.texi (Delayed Articles): Mention that the Date header is the
4761 original one, even if you delay.
4762
4763 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * gnus.texi (Asynchronous Fetching):
4766 Document gnus-async-post-fetch-function.
4767 (HTML): Made into its own section.
4768
4769 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4770
4771 Sync with Tramp 2.1.19.
4772
4773 * tramp.texi (Inline methods, Default Method):
4774 Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
4775 Remove remark about doubled "-t" argument.
4776 (Auto-save and Backup): Remove reference to Emacs 21.
4777 (Filename Syntax): Describe port numbers.
4778 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
4779 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
4780 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
4781 errors with the backquotes.
4782 (External packages): File attributes cache flushing for asynchronous
4783 processes.
4784 (Traces and Profiles): Describe verbose level 9.
4785
4786 * trampver.texi: Update release number.
4787
4788 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * dbus.texi (Alternative Buses): New chapter.
4791
4792 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4795
4796 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4797
4798 * calc.texi (Customizing Calc): Rearrange description of new
4799 variables to match the presentation of other variables.
4800
4801 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4804
4805 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4806
4807 * calc.texi (Making Selections, Selecting Subformulas)
4808 (Customizing Calc): Mention how to use faces to emphasize selected
4809 sub-formulas.
4810
4811 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4812
4813 * tramp.texi (External packages): File attributes cache flushing
4814 for asynchronous processes.
4815
4816 2010-08-01 Alan Mackenzie <acm@muc.de>
4817
4818 Enhance the manual for the latest Java Mode.
4819
4820 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4821 annotation-var-cont.
4822 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
4823 two new symbols.
4824
4825 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4826
4827 * tramp.texi (Traces and Profiles): Describe verbose level 9.
4828
4829 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4832
4833 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4836
4837 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4838
4839 * org.texi: Add macros to get plain quotes in PDF output.
4840 List additional contributors.
4841 (Capture): New section, replaces the section about remember.
4842 (Working With Source Code): New chapter, focused on documenting Org
4843 Babel.
4844 (Code evaluation security): New section.
4845 (MobileOrg): Document DropBox support.
4846 (TaskJuggler export): Document taskjuggler and Gantt chart support.
4847 (Special symbols): Show how to display UTF8 characters for entities.
4848 (Global TODO list): Clarify the use of the "M" key and the differences
4849 to the "m" key.
4850 (RSS Feeds): Mention Atom feeds as well.
4851 (Setting tags): Remove paragraph about
4852 `org-complete-tags-always-offer-all-agenda-tags'.
4853
4854 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * tramp.texi (Inline methods): Remove remark about doubled "-t"
4857 argument.
4858 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4859 echoing shells.
4860
4861 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
4862
4863 * tramp.texi (Inline methods): Remove "kludgy" phrase.
4864 (Filename Syntax): Describe port numbers.
4865
4866 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
4869 forgotten.
4870 (Type Conversion): Precise conversion of natural numbers.
4871 (Errors and Events): Add "debugging" to concept index. Add variable
4872 `dbus-debug'.
4873
4874 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * dbus.texi (Receiving Method Calls): Add optional argument
4877 EMITS-SIGNAL to `dbus-register-property'.
4878
4879 2010-06-27 Alex Schroeder <alex@gnu.org>
4880
4881 * nxml-mode.texi (Commands for locating a schema): Fix typo.
4882
4883 2010-06-24 Glenn Morris <rgm@gnu.org>
4884
4885 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4886 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4887 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4888 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4889 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4890 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4891 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4892 * woman.texi: Start direntry descriptions in column 32, per Texinfo
4893 convention. Make them end with a period.
4894
4895 2010-06-23 Glenn Morris <rgm@gnu.org>
4896
4897 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4898 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4899 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4900 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4901 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4902 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4903
4904 2010-06-10 Glenn Morris <rgm@gnu.org>
4905
4906 * idlwave.texi (Load-Path Shadows):
4907 * org.texi (Handling links): Fix typos.
4908
4909 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4910
4911 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4912
4913 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * eshell.texi (Built-ins): Describe, how to disable a built-in command
4916 by an alias. (Bug#6226)
4917
4918 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
4919
4920 * calc.texi (Manipulating Vectors): Mention that vectors can
4921 be used to determine bins for `calc-histogram'.
4922
4923 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4924
4925 * calc.texi: Remove "\turnoffactive" commands throughout.
4926
4927 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4928
4929 * url.texi (HTTP language/coding, Customization):
4930 * message.texi (Header Commands, Responses):
4931 * cl.texi (Argument Lists): Fix typos.
4932
4933 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4936 Note that Development menu is always available.
4937 (Creating a project): Fix terminology.
4938 (Add/Remove files): Fix typo.
4939
4940 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * Version 23.2 released.
4943
4944 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
4945
4946 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4947
4948 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * tramp.texi (Inline methods, Default Method):
4951 Mention `tramp-inline-compress-start-size'.
4952
4953 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4954
4955 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4956 the CVS repo. Put the Git repo in the news section.
4957
4958 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4959 Removed some mentions of CVS. Mention the new Git repo.
4960
4961 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
4962
4963 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
4964 (Mail Group Commands): Add index entry.
4965
4966 2010-04-18 Glenn Morris <rgm@gnu.org>
4967
4968 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4969
4970 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4971
4972 * calc.texi (Radix modes): Mention that the option prefix will
4973 turn on twos-complement mode.
4974 (Inverse and Hyperbolic Flags): Mention the Option flag.
4975
4976 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
4977
4978 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4979 (LaTeX/PDF export commands): Rename and Move section.
4980 (Sectioning structure): Update.
4981 (References): New use case for field coordinates.
4982 (The export dispatcher): Rename from ASCII export.
4983 (Setting up the staging area): Document the availability of
4984 encryption for MobileOrg.
4985 (Images and tables): Document how to reference labels.
4986 (Index entries): New section.
4987 (Generating an index): New section.
4988 (Column width and alignment): Document that <N> now
4989 means a fixed width, not a maximum width.
4990 (Publishing options): Document the :email option.
4991 (Beamer class export): Fix bug in the BEAMER example.
4992 (Refiling notes): Document refile logging.
4993 (In-buffer settings): Document refile logging keywords.
4994 (Drawers): Document `C-c C-z' command.
4995 (Agenda commands): Mention the alternative key `C-c C-z'.
4996 (Special properties): Document the BLOCKED property.
4997 (The spreadsheet): Mention the formula editor.
4998 (References): Document field coordinates.
4999 (Publishing action): Correct the documentation for the
5000 publishing function.
5001 (The date/time prompt): Document that we accept dates
5002 like month/day/year.
5003 (Cooperation): Document the changes in table.el support.
5004 (Faces for TODO keywords, Faces for TODO keywords)
5005 (Priorities): Document the easy colors.
5006 (Visibility cycling): Document the new double prefix
5007 arg for `org-reveal'.
5008 (Cooperation): Remember.el is part of Emacs.
5009 (Clean view): Mention that `wrap-prefix' is also set by
5010 org-indent-mode.
5011 (Agenda commands): Add information about prefix args to
5012 scheduling and deadline commands.
5013 (Search view): Point to the docstring of
5014 `org-search-view' for more details.
5015 (Agenda commands): Document that `>' prompts for a date.
5016 (Setting tags): Document variable
5017 org-complete-tags-always-offer-all-agenda-tags.
5018 (Column attributes): Cross-reference special properties.
5019
5020 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
5021
5022 Synchronize with Tramp repository.
5023
5024 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
5025 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
5026 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
5027 syntax, texi2dvi reports errors with the backquotes.
5028
5029 * trampver.texi: Update release number.
5030
5031 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
5032
5033 * gnus.texi (Finding the News): Add pointers to the Server buffer
5034 because it's essential.
5035
5036 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5037
5038 * gnus.texi (MIME Commands): Update description of
5039 gnus-article-browse-html-article.
5040
5041 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5042
5043 * auth.texi (Secret Service API): Add TODO node.
5044 (Help for users): Explain the new source options for `auth-sources'.
5045
5046 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * trampver.texi: Update release number.
5049
5050 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * Branch for 23.2.
5053
5054 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * faq.texi (Escape sequences in shell output): Note that ansi-color is
5057 now enabled by default.
5058
5059 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
5062 when Emacs runs in interactive mode. (Bug#5645)
5063
5064 2010-02-16 Glenn Morris <rgm@gnu.org>
5065
5066 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
5067
5068 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5069
5070 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
5071
5072 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5073
5074 * gnus.texi (Score File Format): Fix typo.
5075
5076 2010-01-19 Mark A. Hershberger <mah@everybody.org>
5077
5078 * cc-mode.texi: Replace references to obsolete c-subword-mode.
5079
5080 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * ada-mode.texi (Project File Overview): Fix typo.
5083
5084 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * semantic.texi: Add Richard Y. Kim credit.
5087
5088 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
5089
5090 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
5093 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
5094
5095 2010-01-17 Glenn Morris <rgm@gnu.org>
5096
5097 * calc.texi (Reporting Bugs): Don't mention format of repository.
5098
5099 * woman.texi (Bugs): Make "Emacs repository" less specific,
5100 and the URL for same more specific.
5101
5102 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
5103
5104 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * ede.texi (ede-step-project, ede-proj-target):
5107 * tramp.texi (Remote processes): Fix typos.
5108
5109 2010-01-16 Mario Lang <mlang@delysid.org>
5110
5111 * ede.texi (ede-target):
5112 * org.texi (Refiling notes): Remove duplicated words.
5113
5114 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * gnus.texi (Posting Styles): Use with-current-buffer.
5117 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
5118
5119 2010-01-02 Kevin Ryde <user42@zip.com.au>
5120
5121 * eieio.texi (Naming Conventions): Correction to xref on elisp
5122 coding conventions, is "Tips" node not "Standards".
5123
5124 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
5127
5128 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
5129
5130 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5131
5132 * gnus.texi (Direct Functions): Add missing port number to tls method.
5133
5134 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
5135
5136 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
5137 ($(infodir)/edt, edt.dvi): New targets.
5138
5139 2009-12-15 Glenn Morris <rgm@gnu.org>
5140
5141 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
5142 (edt, $(infodir)/edt, edt.dvi): New targets.
5143 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
5144
5145 * Makefile.in (PDF_TARGETS, pdf): New.
5146 (clean): Add *.pdf.
5147 Add pdf rules for all manuals.
5148
5149 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
5150
5151 * calc.texi (Radix Modes): Clarify two's complement notation.
5152
5153 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
5156 (Smart Jump, Analyzer Debug): Copyedits.
5157 (Semantic mode user commands): Link to new nodes.
5158 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
5159 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
5160 upstream Semantic manual.
5161
5162 * semantic.texi (Introduction): Minor fix to diagram.
5163
5164 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5165
5166 * eshell.texi (History): Add the other built-in variables.
5167 (Built-ins): Explain built-ins, and how to apply the external commands.
5168 Add `history', `su' and `sudo'.
5169
5170 * tramp.texi (Remote processes): Add missing <RET> in the example.
5171
5172 2009-12-01 Bill Wohler <wohler@newt.com>
5173
5174 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
5175 path for mairix example. Specify -q in namazu example since namazu is
5176 excessively garrulous.
5177
5178 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5179
5180 * tramp.texi (Remote processes): Improve eshell example with "su"
5181 and "sudo" commands.
5182
5183 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * semantic.texi (Analyzer Internals): Rename from Analyzer.
5186
5187 * sem-user.texi (Semantic mode user commands): Fix key syntax.
5188 Document semantic-complete-analyze-inline.
5189 (Semanticdb search debugging commands): Minor clarification.
5190 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
5191 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
5192 manual.
5193 (Semantic mode): Link to Idle Scheduler.
5194
5195 2009-11-28 Kevin Ryde <user42@zip.com.au>
5196
5197 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
5198 @pxref, now EIEIO is in Emacs.
5199
5200 * erc.texi (Development): Correction to git tutorial url.
5201
5202 2009-11-26 Glenn Morris <rgm@gnu.org>
5203
5204 * faq.texi (Latest version of Emacs): Mention stability of development
5205 version.
5206 (Problems with very large files): Max buffer size increase in 23.2.
5207 (VM): VM has moved house again.
5208
5209 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5210
5211 * calc.texi (Radix modes): Discuss alternate bases for two's complement
5212 notations.
5213
5214 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
5215
5216 * org.texi (Column attributes): Fix documentation of new operators.
5217
5218 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
5221 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
5222 (Idle Completions Mode): Numerous copyedits.
5223
5224 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * semantic.texi (Semantic Internals, Glossary):
5227 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
5228 (Semanticdb search debugging commands): Fix typos.
5229
5230 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5231
5232 * calc.texi (Radix modes): Mention twos-complement notation.
5233
5234 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
5237 ($(infodir)/semantic, semantic.dvi): New targets.
5238
5239 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * Makefile.in: Build the Semantic manual.
5242
5243 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
5244 repository.
5245
5246 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5247
5248 * dbus.texi (Receiving Method Calls): New defun
5249 `dbus-unregister-service'.
5250
5251 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5252
5253 * org.texi (Speed keys): New section.
5254
5255 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * dbus.texi (Type Conversion): Fix typo.
5258 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
5259 `dbus-registered-objects-table'.
5260 (Receiving Method Calls): New defun `dbus-register-property'.
5261 Move `dbus-unregister-object' here.
5262
5263 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5264
5265 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
5266
5267 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
5268
5269 * org.texi (Column attributes): Add the new age summary operators.
5270 Also, mention the fact you can only use one summary operator per
5271 property.
5272
5273 2009-11-13 John Wiegley <johnw@newartisans.com>
5274
5275 * org.texi (Tracking your habits): Add a new section in the
5276 manual about how to track habits.
5277 (Resolving idle time): Add a section on how idle and
5278 dangling clocks are resolved.
5279
5280 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5281
5282 * org.texi (Agenda commands): Document the new `i' command.
5283 (Inserting deadline/schedule): Document logging changes
5284 of scheduling and deadline times stamps.
5285 (In-buffer settings): Document the in-buffer keywords for logging
5286 changes of scheduling and deadline times stamps.
5287 (Structure editing, Plain lists): Document indentation
5288 cycling in empty entries with TAB.
5289 (Archiving): Document the default archiving command.
5290 (Moving subtrees): Document the new keys for archiving.
5291 (Internal archiving): Fix incorrect key.
5292 (Agenda commands): Document the TODO set switching commands.
5293 (Agenda commands): Document the new archiving keys.
5294 (Clocking work time): Better description on how to save
5295 and restore a clock.
5296 (Resolving idle time): Mention the x11idle program to get true
5297 idleness also under X11.
5298 (Resolving idle time): Use @kbd instead of @key for normal
5299 letters, because this is how he rest of the manual does this.
5300 (Pushing to MobileOrg): Mention that `org-directory'
5301 should be set.
5302 (Agenda commands): Document that SPC is a filter for
5303 any tag.
5304 (Search view): Rename from "Keyword search".
5305 (Capure): New chapter.
5306 (Markup): New chapter.
5307 (Links in HTML export, Images in HTML export):
5308 Extend the section titles.
5309 (Images in HTML export): Document the align option.
5310 (Text areas in HTML export): Extend the section title.
5311 (Images in LaTeX export): Explain image placement in LaTeX.
5312
5313 2009-11-10 Glenn Morris <rgm@gnu.org>
5314
5315 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5316
5317 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * tramp.texi (Auto-save and Backup): Disable backups just for a
5320 method.
5321
5322 * trampver.texi: Update release number.
5323
5324 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5325
5326 Sync with Tramp 2.1.17.
5327
5328 * trampver.texi: Update release number.
5329
5330 2009-10-29 Glenn Morris <rgm@gnu.org>
5331
5332 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5333
5334 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * tramp.texi (External methods): Temporary files are kept for
5337 `rsync' and `rsyncc' methods.
5338
5339 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * eieio.texi: Fix typos.
5342
5343 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5346
5347 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5350 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5351
5352 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * Makefile.in: Build EIEIO and EDE manuals.
5355
5356 2009-10-07 Eric Ludlam <zappo@gnu.org>
5357
5358 * eieio.texi:
5359 * ede.texi: New files.
5360
5361 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5362
5363 * tramp.texi (Remote processes): Association of a pty is not supported.
5364
5365 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
5366
5367 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5368 (Processing LaTeX fragments): Document that the size of images can be
5369 changes using the variable `org-format-latex-options'.
5370 (The date/time prompt, Timestamps): Be more accurate over ISO format
5371 dates and times.
5372 (Visibility cycling): Document showeverything keyword.
5373 (In-buffer settings): Document showeverything keyword.
5374 (Setting up the staging area): Fix the example.
5375 (MobileOrg): New section.
5376 (Agenda commands, Exporting Agenda Views): Document exporting the
5377 agenda view to Org files.
5378
5379 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5380
5381 * tramp.texi (History): Add IMAP support.
5382 (External methods): Add `imap' and `imaps' methods.
5383 (GVFS based methods): Add indices for `davs'.
5384 (Password handling): Rename anchors. Add IMAP entries for
5385 ~/.authinfo.gpg.
5386
5387 * trampver.texi: Set default value of `emacsimap'.
5388
5389 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5390
5391 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5392
5393 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * dired-x.texi (Technical Details):
5396 Delete dired-up-directory (Bug#4292).
5397
5398 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
5399
5400 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5401
5402 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
5403
5404 * org.texi (Effort estimates): Document new effort setting commands.
5405 (Agenda commands): Document the new keys fro agenda time motion.
5406 Document entry text mode. Improve documentation of the keys to include
5407 inactive time stamps into the agenda view.
5408 (Feedback): Document the new bug report command.
5409 (Structure editing): Add an index entry for the sorting of subtrees.
5410
5411 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5412
5413 * auth.texi (Help for users): Corrected markup.
5414
5415 2009-09-02 Glenn Morris <rgm@gnu.org>
5416
5417 * emacs-mime.texi (time-date): Mention float-time.
5418
5419 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
5420
5421 * calc.texi (Simplifying Formulas): Improve the wording.
5422
5423 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
5424
5425 * auth.texi: Rewritten for coverage and clarity.
5426
5427 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5428
5429 * gnus.texi (Expiring Mail):
5430 Mention gnus-mark-copied-or-moved-articles-as-expirable.
5431 (Various Various): Mention gnus-safe-html-newsgroups.
5432
5433 * gnus-news.texi: Mention
5434 gnus-mark-copied-or-moved-articles-as-expirable.
5435
5436 * emacs-mime.texi (Display Customization): Add xref to
5437 gnus-safe-html-newsgroups.
5438
5439 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5440
5441 * tramp.texi (Version Control): Remove.
5442 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
5443 reference.
5444 (External methods): Correct `scpc' concept index entries. New method
5445 `rsyncc'.
5446 (External packages): New subsections "Filename completion" and "File
5447 attributes cache".
5448
5449 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
5450
5451 * calc.texi (Rewrite Rules): Improve the example.
5452 (Simplifying Formulas): Explain use of the I and H flags for
5453 simplification.
5454
5455 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5458 Describe autostart behavior of dbus-ping.
5459 (Synchronous Methods, Asynchronous Methods): Use English numeric format
5460 for timeout values.
5461 (Top): Remove footnote saying D-Bus is not enabled by
5462 default. (Bug#4256)
5463
5464 2009-08-23 Daiki Ueno <ueno@unixuser.org>
5465
5466 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5467 Reported by Jari Aalto (Bug#4211).
5468 (Mail-mode integration): Mention epa-mail-mode and
5469 epa-global-mail-mode.
5470 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5471 epa-setup.
5472
5473 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * dbus.texi (Asynchronous Methods): Allow nil handler.
5476
5477 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
5478
5479 * ediff.texi (ediff-current-file): Add information about this new function.
5480
5481 * viper.texi: Add information about C-s in viper's search command.
5482
5483 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
5484
5485 * calc.texi (Date Forms): Fix typos.
5486
5487 2009-08-08 Glenn Morris <rgm@gnu.org>
5488
5489 * org.texi (Agenda commands): Restore clobbered change.
5490
5491 2009-08-07 Eli Zaretskii <eliz@gnu.org>
5492
5493 * calc.texi (Graphics, Devices): Update with the peculiarities of
5494 operation on MS-Windows.
5495
5496 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
5497
5498 * org.texi (Publishing action): Improve documentation of file
5499 names when publishing to the source directory.
5500 (Clean view): Document `org-indent-mode'.
5501 (Clocking work time): Add documentation for the
5502 new :timetamp option when creating a clock report.
5503 (Paragraphs): Fix many typos.
5504 (Plain lists): Remove duplicate explanation about the
5505 `C-c *' command.
5506 (Literal examples): Update to reflect the new behavior
5507 of the -n -r -k switches when exporting source code examples.
5508 (Structure editing): Add information about `C-c *',
5509 converting a plain list into a list of Org items.
5510 (Remember): Small rephrasing of the paragraph
5511 describing remember.el. Also mentioned that remember.el is part
5512 of Emacs 23, not Emacs 22.
5513 (Clocking work time): Add documentation about
5514 displaying the current clocking time against the effort estimate.
5515 Also add a footnote about using `org-clock-in-prepare-hook' to add
5516 an effort estimate on the fly, just before clocking it.
5517 (Footnotes): Document automatic renumbering and
5518 sorting.
5519 (Agenda commands): Document new bulk commands.
5520 (Plain lists): Document new behavior of
5521 `org-cycle-include-plain-lists'.
5522 Hyphenation only in TeX.
5523 (Clocking work time): Document the key to update effort
5524 estimates.
5525 (Clocking work time): Document the clock time display.
5526 (Structure editing, TODO basics): Document new
5527 variables.
5528 (Column attributes): Document new colciew operators.
5529 (Publishing options): Document :xml-declaration.
5530 (Tracking TODO state changes): Document the
5531 LOG_INTO_DRAWER property.
5532 (Literal examples): Document the new implementation for
5533 editing source code.
5534 (Publishing action): Mention the new publishing
5535 function, to publish an Org source file.
5536 (Publishing links): Mention how to link to an Org source file.
5537 (Macro replacement): Document new macros.
5538 (Handling links): Document type-specific completion
5539 when inserting links.
5540 (Structure editing, Plain lists): Improve documentation
5541 on sorting.
5542 (Internal links): Document custom ids for links.
5543 (Handling links): Document custom ids for links.
5544 (CSS support): Document new class.
5545 (Refiling notes): Document the possibility to create new nodes
5546 during refiling.
5547 (Agenda commands): Document the "?" operator to find
5548 tasks without effort setting.
5549 (Exporting agenda information): Section moved.
5550 (RSS Feeds): New section.
5551 (Built-in table editor): Document M-e and M-a navigate
5552 inside table field.
5553 (Stuck projects): Docment that projects identified as
5554 un-stuck will still be searchd for stuck sub-projects.
5555 (Paragraphs): Document centering.
5556 (Creating timestamps, Agenda commands): Document new
5557 behavior when changing time stamps.
5558 (Structure editing): Document the new command
5559 `org-clone-subtree-with-time-shift'.
5560 (Publishing): Refresh this chapter.
5561 (Export options, Export options, In-buffer settings):
5562 Document the new keywords.
5563 (Matching tags and properties): Collect all
5564 documentation about tags/property matches here.
5565 (Setting tags): Document `org-tag-persistent-alist'.
5566 (Weekly/daily agenda): New section.
5567 (Orgstruct mode): Describe `orgstruct++-mode'.
5568 (Drawers): Mention the LOGBOOK drawer.
5569 (Export options, Sectioning structure): Document the
5570 #+LEATEX_HEADER in-buffer setting.
5571 (Bugs): Section removed.
5572 (Hooks): New section.
5573 (Add-on packages): Move here from old location.
5574 (Context-sensitive commands): New section.
5575 (Setting tags): Document newline option.
5576 (Global TODO list, Matching tags and properties):
5577 Mention more variables.
5578 (Checkboxes): Update to changed command behavior.
5579
5580 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
5581
5582 * speedbar.texi (Basic Key Bindings): Fix typo.
5583
5584 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
5585
5586 * calc.texi (Vector/Matrix Functions): Add index entries for both
5587 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
5588 affects matrices with more than one row.
5589 (Help Commands): Add index entries for "prefix ?" key bindings.
5590
5591 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5592
5593 * calc.texi (Stack Manipulation Commands): Add documentation for
5594 `calc-transpose-lines'.
5595
5596 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * dbus.texi (Receiving Method Calls): Describe special return value
5599 `:ignore'.
5600
5601 2009-07-24 Alan Mackenzie <acm@muc.de>
5602
5603 * cc-mode.texi (Config Basics, File Styles): Document that at mode
5604 initialization, any individual variable setting now takes precedence
5605 over one done via c-file-style/c-file-offsets.
5606
5607 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5608
5609 * calc.texi (Undoing Mistakes): Mention that the undo list will be
5610 truncated when Calc is quit.
5611 (Customizing Calc): Document `calc-undo-length'.
5612
5613 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * calc.texi (About This Manual): Don't mention chapter numbers in text.
5616
5617 2009-07-11 Kevin Ryde <user42@zip.com.au>
5618
5619 * pcl-cvs.texi (About PCL-CVS):
5620 * widget.texi (Basic Types):
5621 Fix cross-references.
5622
5623 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5624
5625 * dbus.texi (Type Conversion): Don't use literal control character.
5626
5627 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
5628
5629 * tramp.texi (GVFS based methods): New section.
5630 (Remote processes): Processes for GVFS based methods run locally.
5631
5632 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
5633
5634 * tramp.texi (Inline methods, External methods, Gateway methods):
5635 Avoid the words "kludge" and hack".
5636 (External methods): Add `synce' method.
5637
5638 * trampver.texi: Update release number.
5639
5640 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
5641
5642 Sync with Tramp 2.1.16.
5643
5644 * tramp.texi (History): Add GVFS support.
5645 (External methods): Precise `rsync' description. Add `dav', `davs' and
5646 `obex' methods. Add 'tramp-gvfs-methods' option.
5647 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5648 forms.
5649 (Remote Programs): Introduce `tramp-own-remote-path'.
5650 (Remote processes): New subsection "Running remote programs that create
5651 local X11 windows".
5652 (Frequently Asked Questions): Improve code for disabling vc.
5653
5654 * trampver.texi: Update release number. Set default value of
5655 `emacsgvfs'.
5656
5657 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * Branch for 23.1.
5660
5661 2009-06-17 Glenn Morris <rgm@gnu.org>
5662
5663 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5664 (Latest version of Emacs): Mention source code repository.
5665
5666 2009-06-16 Glenn Morris <rgm@gnu.org>
5667
5668 * faq.texi (Top): Language tweak.
5669 (Extended commands): Most people have arrow keys.
5670 (Emacs manual): Say how to follow info links.
5671 (File-name conventions): Change title a bit. Explain about source
5672 versus installed. Condense etc description.
5673 (Guidelines for newsgroup postings): Mention Savannah list page.
5674 (Newsgroup archives): Simplify.
5675 (Contacting the FSF): Add contact URL.
5676 (Emacs Lisp documentation): Printed version not always available.
5677 (Installing Texinfo documentation): Explain how by hand installation is
5678 not normally needed. Use add-to-list. Remove duplicate reference.
5679 (Informational files for Emacs): Move info on Help menu here from
5680 "File-name conventions".
5681 (Help installing Emacs): Tweak uref.
5682 (Obtaining the FAQ): Mention repository.
5683 (Origin of the term Emacs): Explain "ITS".
5684 (Changing load-path): Use add-to-list.
5685 (Automatic indentation): Clarify this is for Text mode.
5686 Don't mention Indented Text mode.
5687 (Finding Emacs on the Internet): The FSF does not seem to offer a
5688 deluxe distribution on CD anymore.
5689
5690 2009-06-16 Glenn Morris <rgm@gnu.org>
5691
5692 * faq.texi (Top): Mention which Emacs version this FAQ is about.
5693 Recommend the latest release. Mention how to get older FAQs.
5694 Recommend the Emacs manual.
5695 (Guidelines for newsgroup postings): Discourage cross-posts.
5696 (Underlining paragraphs): Remove.
5697 (Editing MS-DOS files): Remove pre-Emacs 20 information.
5698 (Bugs and problems): Update key-binding.
5699 (Problems with very large files): Mention 64-bit.
5700 (Shell process exits abnormally): Remove.
5701 (Problems with Shell Mode): Rename and update.
5702 (Spontaneous entry into isearch-mode)
5703 (Problems talking to certain hosts): Remove. This is old information,
5704 in etc/PROBLEMS if needed.
5705 (Emacs takes a long time to visit files, Updating Emacs): Remove.
5706 (Dired claims that no file is on this line): Update.
5707 (Installing Emacs, Problems building Emacs): Simplify.
5708 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5709 information.
5710 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
5711 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5712 (JDEE): "JDEE", not "JDE".
5713 (Handling C-s and C-q with flow control, Binding C-s and C-q):
5714 Remove. This is old information, in etc/PROBLEMS if needed.
5715 (stty and Backspace key, Kanji and Chinese characters): Remove.
5716 (Right-to-left alphabets): Update section.
5717 (Changing the included text prefix): Gnus uses message-yank-prefix.
5718 Add cross-reference to Supercite manual.
5719 (Saving a copy of outgoing mail): Simplify output file description.
5720 (Expanding aliases when sending mail): Refer to Emacs manual.
5721 Remove old info about RFC822.
5722 Correct description of how to rebuild aliases.
5723 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5724 (MIME with Emacs mail packages)
5725 (Viewing articles with embedded underlining)
5726 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5727 Remove old sections.
5728 (Killing based on nonstandard headers): Remove. Scoring is preferable,
5729 and is well-documented in the Gnus manual.
5730 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5731 (Making Gnus faster): Rename from "Starting Gnus faster".
5732 Merge "Catch-up is slow in Gnus" into here.
5733
5734 2009-06-14 Glenn Morris <rgm@gnu.org>
5735
5736 * faq.texi (Status of Emacs): Re-order with most recent releases first.
5737 (New in Emacs 23): New section.
5738 (Handling C-s and C-q with flow control): Add xref.
5739
5740 2009-06-13 Glenn Morris <rgm@gnu.org>
5741
5742 * faq.texi (Setting up a customization file): Grammar fix.
5743 Customize is no longer "new".
5744 (Displaying the current line or column): Line-number mode is on by
5745 default. Don't mention `column' package. Mention linum.el.
5746 (Turning on abbrevs by default): Explain how to do it for buffers,
5747 modes, and everywhere.
5748 (Associating modes with files): Use add-to-list. Don't mention Emacs
5749 19.
5750 (Highlighting a region): On by default since 23.1.
5751 (Replacing highlighted text): Update doc quote.
5752 (Working with unprintable characters): Don't mention search-quote-char.
5753 (Using an already running Emacs process): Gnuclient is probably not an
5754 enhancement these days.
5755 (Indenting switch statements): Remove mention of pre-Emacs 20.
5756 (Horizontal scrolling): Abbreviate Emacs 20 description.
5757 (Replacing text across multiple files): Fix name of dired command.
5758 (Disabling backups): Use require not load.
5759 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5760
5761 2009-06-13 Bill Wohler <wohler@newt.com>
5762
5763 Release MH-E manual version 8.2.
5764
5765 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5766 release 8.2.
5767
5768 2009-06-13 Glenn Morris <rgm@gnu.org>
5769
5770 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5771 in this day and age the common meaning is "on the web".
5772 (copying): Use @copyright in all cases.
5773 (Basic keys): Remove reference to deleted manual node "Text Characters".
5774 (File-name conventions): Use GNU as an example rather than SERVICE.
5775 default.el lives in site-lisp. Update Info directory location.
5776 (Real meaning of copyleft): GPL actions have been brought, but all
5777 settled out of court.
5778 (Guidelines for newsgroup postings): Shorten section title.
5779 Simplify comp.emacs description.
5780 (Newsgroup archives): Change Google URL. Describe Gmane.
5781 (Unsubscribing from Emacs lists): Remove discussion of "distribution
5782 points". Mention List-Unsubscribe header.
5783 (Contacting the FSF): Update email and URLs.
5784 (Basic editing): Mention F1 for help.
5785 (Installing Texinfo documentation): Refer to Texinfo website rather
5786 than ftp server.
5787 (Printing a Texinfo file): Mention texi2pdf.
5788 (Informational files for Emacs): Don't describe FTP or SERVICE, they
5789 are just stubs nowadays.
5790 (Latest version of Emacs): Explain version numbers.
5791 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5792 (Turning on syntax highlighting): No need to mention hilit19 any more.
5793 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5794 (Modes for various languages): Remove section.
5795 (Major packages and programs): Remove most version and maintainer
5796 information - it's hard to keep up-to-date, and adds nothing.
5797 Similarly with direct links to mailing lists.
5798 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
5799 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5800 years, and Emacs comes with tools for this now.
5801 (Patch): Remove section - this is a standard tool.
5802 (Using function keys under X): Remove section.
5803
5804 2009-06-12 Glenn Morris <rgm@gnu.org>
5805
5806 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5807 (Help installing Emacs): Remove reference to deleted X11 node.
5808 (Associating modes with files): Interpreter-mode-alist is no longer
5809 subservient to auto-mode-alist.
5810 (Installing Emacs): Change future Emacs version.
5811 (Linking with -lX11 fails): Remove old section.
5812 (Packages that do not come with Emacs): Update ELL location.
5813 Emacs Lisp archive is dead.
5814 (Emacs for Windows): Remove reference to old CE port.
5815 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5816 (Emacs for VMS and DECwindows): Remove old ports.
5817 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5818 (Removing flashing messages): Remove section about non-existent Gnus
5819 option.
5820
5821 * faq.texi (Top): Add @top command.
5822 Remove the optional arguments from all @node commands: makeinfo can
5823 generate these automatically, and it is easier to edit and rearrange
5824 nodes without them.
5825
5826 2009-06-11 Glenn Morris <rgm@gnu.org>
5827
5828 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5829 (The LPF): Make the updated URL the sole reference point.
5830 (Learning how to do something): Update refcard price and format.
5831 (Getting a printed manual): Sources in doc/emacs/, not man/.
5832 Also available in PDF format. Since the page count varies, be less
5833 precise.
5834 (Informational files for Emacs): Remove references to deleted files
5835 LPF and SUN-SUPPORT, and to UUCP.
5836 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5837 Remove many obsolete ways to get the FAQ, which now seems only to be
5838 distributed with Emacs.
5839 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5840
5841 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * org.texi (Org Plot): Fix tags (Bug#3507).
5844 (Workflow states, Agenda commands): Fix tags (Bug#3508).
5845
5846 * ada-mode.texi (Installation, Compile commands)
5847 (Project File Overview, No project files, Set compiler options)
5848 (Use GNAT project file, Use multiple GNAT project files)
5849 (Identifier completion): Use @samp for menu items, and @kbd for key
5850 sequences (Bug#3504).
5851
5852 2009-06-04 Daiki Ueno <ueno@unixuser.org>
5853
5854 * gnus.texi (Security): Fix wording; add a link to epa.info.
5855
5856 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
5857
5858 * message.texi (Header Commands): Fix descriptions to match
5859 keybindings.
5860
5861 2009-04-22 Daiki Ueno <ueno@unixuser.org>
5862
5863 * gnus.texi (Security): Mention that EasyPG is the current default.
5864
5865 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * ediff.texi (Session Commands): Fix typo.
5868
5869 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
5870
5871 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5872 news.software.readers. Reported by Florian Rehnisch.
5873
5874 2009-04-02 Glenn Morris <rgm@gnu.org>
5875
5876 * auth.texi: Capitalize direntry.
5877
5878 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5879 using a period in the entry name. (Bug#2797)
5880
5881 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5884 ($(infodir)/auth, auth.dvi): New targets.
5885
5886 2009-03-03 Glenn Morris <rgm@gnu.org>
5887
5888 * auth.texi: Fix @setfilename.
5889
5890 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5891 (auth, $(infodir)/auth, auth.dvi): New rules.
5892
5893 2009-02-25 Glenn Morris <rgm@gnu.org>
5894
5895 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
5896
5897 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5898
5899 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5900
5901 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5902
5903 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5904 gnus-nocem-issuers, and gnus-nocem-verifyer.
5905
5906 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * ada-mode.texi (Project files, Automatic Casing):
5909 * dbus.texi (Signals):
5910 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5911 * mh-e.texi (HTML):
5912 * nxml-mode.texi (Locating a schema)
5913 (Using the document's URI to locate a schema):
5914 * org.texi (Footnotes, Using the mapping API):
5915 * rcirc.texi (Channels): Remove duplicate words.
5916
5917 2009-02-20 Glenn Morris <rgm@gnu.org>
5918
5919 * dired-x.texi (Miscellaneous Commands):
5920 * gnus.texi: Minor updates for mbox Rmail.
5921
5922 2009-02-16 Karl Berry <karl@gnu.org>
5923
5924 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5925 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5926 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5927 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5928 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5929 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5930 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5931 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5932 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5933 Consistently use @insertcopying in the Top node,
5934 @contents at the front (after @end titlepage),
5935 and @direntry after @copying. (Bug#1988)
5936
5937 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5938
5939 * auth.texi: New file documenting auth-source.
5940
5941 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
5942
5943 * org.texi (Org Plot): Fix link.
5944
5945 2009-02-09 Daiki Ueno <ueno@unixuser.org>
5946
5947 * epa.texi (Mail-mode integration): Mention the way to do
5948 "encrypt-to-self". (Bug#1807)
5949
5950 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
5951
5952 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
5953
5954 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
5955
5956 * gnus-news.texi: Print version about Incoming*.
5957
5958 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
5959
5960 * org.texi (Structure editing, Handling links)
5961 (Fast access to TODO states, Javascript support): Make standard docs
5962 correctly reflect default variable settings.
5963
5964 2009-02-02 Glenn Morris <rgm@gnu.org>
5965
5966 * org.texi: Fix typos.
5967
5968 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
5969
5970 Sync with Tramp 2.1.15.
5971
5972 * trampver.texi: Update release number.
5973
5974 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
5975
5976 * org.texi (TODO dependencies): Document TODO dependencies on
5977 checkboxes.
5978
5979 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
5980
5981 * org.texi (TODO dependencies): Document key binding for toggling
5982 ORDERED property.
5983
5984 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
5987 of hook functions.
5988
5989 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
5990
5991 * org.texi (TODO dependencies): New section.
5992
5993 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
5994
5995 * org.texi (Plain lists, TODO basics, Priorities)
5996 (Multiple sets in one file, Conflicts): Document interaction with
5997 `shift-selection-mode'.
5998
5999 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
6000
6001 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
6002 Make Calc the subject of sentences.
6003 (Rearranging Formulas using Selections): Discuss new options
6004 for `j *'.
6005
6006 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
6007
6008 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
6009
6010 2009-01-26 Glenn Morris <rgm@gnu.org>
6011
6012 * org.texi: Fix typos.
6013
6014 2009-01-26 Bill Wohler <wohler@newt.com>
6015
6016 * mh-e.texi (EDITION, UPDATED): Update.
6017
6018 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
6019
6020 * org.texi (References): Add information about remote references.
6021 (Built-in table editor): Document `C-c RET' in tables.
6022 (Math symbols, Quoting LaTeX code): Mention that simple
6023 LaTeX macros survive LaTeX export.
6024 (Images in LaTeX export): Show how to create a reference to a
6025 figure.
6026 (Sectioning structure): Document that the LaTeX class can be
6027 specified in a property.
6028 (Text areas in HTML export): New section.
6029 (External links): Add examples for text search and ID links.
6030 (Built-in table editor): Remove the descriptio of `C-c
6031 C-q', it not longer works.
6032 (Literal examples): Document that a space must follow
6033 the colon in short examples.
6034 (Relative timer): Document `org-timer-stop'.
6035 (Footnotes): New section.
6036 (Footnote markup): Shorten section and refer to new Footnote
6037 section.
6038 (Literal examples): Add documentation for line
6039 numbering in and references to code examples.
6040 (CSS support): Fix the description of default CSS styles.
6041 (Capturing column view): Document
6042 "file:path/to/file.org" as an allowed value for the ID property of
6043 a dynamic block copying column view.
6044
6045 2009-01-23 Stephen Eglen <stephen@gnu.org>
6046
6047 * mh-e.texi (Getting Started): Describe $MH.
6048
6049 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * tramp.texi (all): Harmonize usage of "external method",
6052 "external transfer method" and "out-of-band method".
6053 (Connection types): Precise the differences of inline and external
6054 methods. Written by Adrian Phillips <a.phillips@met.no>.
6055
6056 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6057
6058 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
6059 commands as described at the top. Reported by Allan Gottlieb
6060 <gottlieb@nyu.edu>.
6061
6062 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6063
6064 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
6065 nnmail-pathname-coding-system.
6066
6067 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
6068
6069 * org.texi (Relative timer): Fix typo.
6070
6071 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
6072
6073 * org.texi (Clocking work time): Fix typo.
6074 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
6075
6076 2009-01-13 Glenn Morris <rgm@gnu.org>
6077
6078 * org.texi: Fix some more typos.
6079
6080 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
6081
6082 * org.texi: Fix some typos.
6083
6084 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6085
6086 * gnus.texi (Group Parameters): Add note for local variables.
6087
6088 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6089
6090 * gnus.texi (Converting Kill Files): Fix URL.
6091 Include gnus-kill-to-score.el in contrib directory.
6092
6093 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6094
6095 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
6096 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
6097 (Paging the Article): Add index entry.
6098
6099 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
6100
6101 * ada-mode.texi (Examples): Delete redundant text.
6102
6103 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
6104
6105 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
6106
6107 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
6108 addresses.
6109
6110 2009-01-03 Bill Wohler <wohler@newt.com>
6111
6112 * mh-e.texi (Scan Line Formats): Indicate that first column should be
6113 kept empty.
6114
6115 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
6116
6117 * org.texi (Activation, Exporting, ASCII export, HTML export)
6118 (HTML Export commands, LaTeX/PDF export commands):
6119 Improve documentation about transient-mark-mode.
6120 (References): Document the use of special names like $LR1 to reference
6121 to fields in the last table row.
6122
6123 2008-12-19 Juri Linkov <juri@jurta.org>
6124
6125 * info.texi (Search Text): Remove mention of removed key binding M-s.
6126
6127 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
6128
6129 * org.texi (References): Remove mentioning of @0 as reference for the
6130 last line, this has been reverted in the Lisp sources.
6131
6132 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
6135 (DVI_TARGETS): Remove duplicates. Add sasl.
6136 ($(infodir)/sasl, sasl.dvi): New targets.
6137
6138 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
6139
6140 * org.texi: Version number pushed to 6.15d.
6141
6142 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
6143
6144 * org.texi (Tables in LaTeX export): New section.
6145 (Images in LaTeX export): New section.
6146 (Inlined images, Images in HTML export): Sections renamed.
6147
6148 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6149
6150 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
6151
6152 2008-12-04 David Engster <dengste@eml.cc>
6153
6154 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
6155 of nnml-get-new-mail. Change URL for mairix patch.
6156
6157 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
6158
6159 * org.texi (Using the mapping API): Fix bug in mapping example.
6160 (Publishing options): Make the list of properties complete again, in
6161 correspondence to the variable `org-export-plist-vars'.
6162 (Property searches): Document new special values for time comparisons.
6163 (Tag inheritance): Refine the description of tag inheritance.
6164 (Project alist): Add info about the publishing sequence of components.
6165 (Effort estimates): Document the new relative timer.
6166
6167 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
6168
6169 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
6170 (Using Calc): Clarify use of `C-x * o'.
6171 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
6172
6173 2008-11-28 Richard M Stallman <rms@gnu.org>
6174
6175 * dbus.texi (Receiving Method Calls): Clean up previous change.
6176
6177 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
6178
6179 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
6180 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
6181 `dbus-unescape-from-identifier'.
6182 (Receiving Method Calls): New constants `dbus-service-emacs' and
6183 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
6184 (Signals): Use the constants in the example.
6185
6186 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
6187
6188 * org.texi: Re-apply change to FDL 1.3.
6189
6190 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
6191
6192 * org.texi (Setting up Remember): Document `org-remember-mode'.
6193 (External links): Document that bbdb links can use a regular
6194 expression.
6195 (External links): Document that elisp links can contain interactive
6196 commands.
6197
6198 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6199
6200 * viper.texi (viper-translate-all-ESC-keysequences):
6201 Description removed.
6202
6203 2008-11-19 Glenn Morris <rgm@gnu.org>
6204
6205 * doclicense.texi: Change to FDL 1.3.
6206 Relicense all texi files under FDL 1.3 or later.
6207
6208 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6209
6210 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
6211
6212 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
6213
6214 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
6215
6216 * ediff.texi: Version/date change.
6217
6218 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
6219
6220 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
6221
6222 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
6223
6224 * calc.texi (About This Manual): Comment out a mention of
6225 marginal notes.
6226
6227 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
6228
6229 * org.texi (Clocking work time): Document the :formula property of
6230 clock tables.
6231 (Structure editing, Refiling notes): Document refiling regions.
6232 (Agenda commands): Document the double-prefix version
6233 of the `l' command in the agenda.
6234 (Handling links): Explain the effect of a double prefix
6235 arg to `C-c C-o'.
6236 (TODO basics): Add documentation for tag triggers.
6237
6238 2008-10-23 Glenn Morris <rgm@gnu.org>
6239
6240 * cl.texi (Function Bindings): Mention `flet' fails to deal with
6241 byte-compiling things like `+'.
6242
6243 * ns-emacs.texi: Merge copyright years of author now with assignment
6244 into FSF years.
6245 (VER): Use it for easier automatic updating. Use Emacs version rather
6246 than standalone Emacs.app version.
6247
6248 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
6249
6250 * org.texi: Lots of minor fixes.
6251 (Capture): New chapter.
6252 (Org Plot): New section.
6253
6254 2008-09-30 Magnus Henoch <mange@freemail.hu>
6255
6256 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
6257
6258 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6259
6260 * calc.texi (User Defined Units): Mention how to enter optional display
6261 string.
6262
6263 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6264
6265 * message.texi (Sending Variables): Fix variable documentation to
6266 avoid the "y/n" wording.
6267
6268 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6269
6270 * message.texi (Sending Variables): Add `message-confirm-send' doc.
6271
6272 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6273
6274 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
6275 @enumerate section so as to be able to be formatted with MAKEINFO=no.
6276
6277 2008-09-22 Bill Wohler <wohler@newt.com>
6278
6279 Release MH-E manual version 8.1.
6280
6281 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6282 release 8.1.
6283
6284 * mh-e.texi: Retain dual license as agreed to by the FSF.
6285 However, bump GPL to Version 3.
6286 Use @include for license text.
6287
6288 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
6289
6290 * gnus.texi (Top, Setup, Fancy splitting to parent)
6291 (Store custom flags and keywords, Store arbitrary data):
6292 Clean up markup.
6293
6294 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6295
6296 * gnus.texi (The Gnus Registry): Document it.
6297
6298 2008-09-08 David Engster <dengste@eml.cc>
6299
6300 * gnus.texi (nnmairix): Point out that nnml uses MH format.
6301 Clarify section about choosing back end servers.
6302
6303 2008-08-23 Glenn Morris <rgm@gnu.org>
6304
6305 * dired-x.texi (Shell Command Guessing):
6306 Mention dired-guess-shell-case-fold-search. (Bug#417)
6307
6308 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6309
6310 * trampver.texi: Update release number.
6311
6312 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
6313
6314 * ns-emacs.texi: Update version.
6315 (Introduction): Correct menu location for options save.
6316 (Customization): Note that defaults are stored under org.gnu.Emacs.
6317
6318 2008-08-11 Bill Wohler <wohler@newt.com>
6319
6320 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6321 explicit about GNU mailutils MH elsewhere (with thanks to Darel
6322 Henman) (closes SF #1768928).
6323
6324 2008-08-10 Glenn Morris <rgm@gnu.org>
6325
6326 * ns-emacs.texi: Use @copying. Change copyright of authors with
6327 assignment to FSF. Change license to GFDL.
6328 (Top): Remove outdated references.
6329
6330 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
6331
6332 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6333 Add gnus-summary-sort-by-most-recent-number and
6334 gnus-summary-sort-by-most-recent-date.
6335 (Summary Sorting): Explain prefix argument.
6336
6337 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
6338
6339 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6340 gnus-summary-pipe-output.
6341
6342 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
6343
6344 * dbus.texi (Receiving Method Calls): Document error handling of own
6345 D-Bus methods.
6346
6347 2008-08-01 Bill Wohler <wohler@newt.com>
6348
6349 * mh-e.texi (Reading Mail)
6350 (Viewing Attachments): Describe new function
6351 mh-show-preferred-alternative.
6352 (Sending Mail, Redistributing, Sending Message): Describe new hook
6353 mh-annotate-msg-hook.
6354
6355 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6356
6357 * dbus.texi (Arguments and Signatures): Fix example.
6358 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6359 (Asynchronous Methods): New node.
6360 (Errors and Events): Describe extended layout of `dbus-event'.
6361 New defun `dbus-event-message-type'.
6362
6363 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6364
6365 * ediff.texi: Remove VMS support.
6366
6367 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6370 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6371
6372 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * Makefile.in: Add mairix-el targets.
6375
6376 2008-07-29 David Engster <deng@randomsample.de>
6377
6378 * mairix-el.texi: New file.
6379
6380 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6381
6382 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6383 project files. Delete 'main_unit' project variable; not needed. Allow
6384 process environment variables wherever project variables are allowed.
6385 Add tutorial section on multiple GNAT project files.
6386
6387 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
6388
6389 Sync with Tramp 2.1.14.
6390
6391 * trampver.texi: Update release number.
6392
6393 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6394
6395 * ns-emacs.texi:
6396 * faq.texi: Remove mentions of Mac Carbon.
6397
6398 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6399
6400 * gnus.texi (Saving Articles): Describe the 2nd argument of
6401 gnus-summary-save-in-pipe.
6402 (SpamAssassin): Use it.
6403
6404 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6405
6406 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6407
6408 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6409
6410 * org.texi (Export options): Document the use of the creator flag.
6411
6412 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6413
6414 * org.texi: New version 6.06a.
6415
6416 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
6417
6418 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6419 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6420
6421 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
6422
6423 * calc.texi (Editing Stack Entries, Algebraic Entry):
6424 Rewrite introductory sentences so it can be used by
6425 Calc's help functions. Mention fixing typos.
6426 (Customizing Calc): Fix typo.
6427
6428 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
6429
6430 * calc.texi (summarykey): New macro. Use to correctly format keys in
6431 the summary.
6432
6433 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
6434
6435 * ns-emacs.texi (Customization): Corrected documentation on color
6436 specification formats.
6437
6438 2008-07-19 Andreas Schwab <schwab@suse.de>
6439
6440 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
6441
6442 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6443 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6444
6445 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6446
6447 * dbus.texi (Inspection): Rework, introduce submenus.
6448 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6449 (Properties and Annotations, Arguments and Signatures): New nodes.
6450
6451 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * dbus.texi (Receiving Method Calls): Fix description of
6454 `dbus-register-method'.
6455 (Signals): Allow also signal arguments for filtering in
6456 `dbus-register-signal'.
6457
6458 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6459
6460 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6461 `cnorm'.
6462 (Arithmetic Tutorial): Simplify the verification of prime factors.
6463
6464 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus.texi (Saving Articles): Mention
6467 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6468
6469 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
6470
6471 * calc.texi: Adjust mode line throughout.
6472
6473 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6474
6475 * sasl.texi (Mechanisms): Fix typos.
6476
6477 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6478
6479 * calc.texi (Killing from the stack): Mention using normal Emacs
6480 copying.
6481
6482 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
6483
6484 * tramp.texi (Password handling): Rename from "Password caching".
6485 Add `auth-source' mechanism.
6486 (Connection caching): Tramp reopens the connection automatically,
6487 when the operating system on the remote host has been changed.
6488
6489 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6490
6491 * makefile.w32-in (distclean): Remove makefile.
6492
6493 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
6494
6495 * org.texi (Using the mapping API): New section.
6496 (Agenda column view): New section.
6497 (Moving subtrees): Document archiving to the archive sibling.
6498 (Agenda commands): Document columns view in the agenda.
6499 (Using the property API): Document the API for multi-valued properties.
6500
6501 2008-06-17 Jason Riedy <jason@acm.org>
6502
6503 * org.texi (A LaTeX example): Note that fmt may be a one-argument
6504 function, and efmt may be a two-argument function.
6505 (Radio tables): Document multiple destinations.
6506
6507 2008-06-16 Glenn Morris <rgm@gnu.org>
6508
6509 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6510 Add Cover-Texts.
6511
6512 2008-06-15 Glenn Morris <rgm@gnu.org>
6513
6514 * faq.texi (VER): Update to 23.0.60.
6515
6516 * mh-e.texi: Remove option of licensing under GPL.
6517 Add Cover-Texts to GFDL permissions notice.
6518 (GPL): Remove section.
6519 (GFDL): Include doclicense.texi rather than the actual text.
6520
6521 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6522 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6523
6524 * sasl.texi: Fix output file name.
6525
6526 * epa.texi, sasl.texi: Refer to license in Emacs manual.
6527
6528 * gnus-coding.texi: Refer to license in Gnus manual.
6529
6530 * idlwave.texi, sasl.texi: Use @copying.
6531
6532 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
6533
6534 * speedbar.texi: Update Back-Cover Text as per maintain.info.
6535
6536 * url.texi: Use @copying, @title, @subtitle, @author.
6537
6538 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6539 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6540 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6541 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6542 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6543 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6544 * widget.texi, woman.texi:
6545 Remove references to external license, since doclicense is included.
6546
6547 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6548 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6549 Remove references to non-existent Invariant Sections.
6550
6551 2008-06-14 Glenn Morris <rgm@gnu.org>
6552
6553 * faq.texi (Major packages and programs): Remove references to external
6554 Supercite, Calc, VIPER, since they have been included for some time.
6555 Update VM, AUCTeX, BBDB entries.
6556
6557 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
6558
6559 * newsticker.texi: Updated to match latest newsticker changes.
6560
6561 2008-06-13 Glenn Morris <rgm@gnu.org>
6562
6563 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6564 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6565 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6566 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6567 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6568 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6569 * woman.texi:
6570 Update Back-Cover Text as per maintain.info.
6571
6572 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
6575
6576 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6577 (gnus-faq.xml): Update repository host.
6578
6579 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6580
6581 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
6582
6583 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6584 Fix a typo.
6585
6586 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
6587
6588 * gnus.texi (Mail Source Customization): Correct values of
6589 `mail-source-delete-incoming'. Reported by Tassilo Horn.
6590 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6591
6592 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6595 coding standards.
6596
6597 2008-06-14 David Engster <dengste@eml.cc>
6598
6599 * gnus.texi (nnmairix): Markup fixes.
6600
6601 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6602
6603 * gnus.texi (nnmairix): Markup and other minor fixes.
6604
6605 2008-06-05 David Engster <dengste@eml.cc>
6606
6607 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6608
6609 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6612 (Searching, nnir, nnmairix): New stub nodes.
6613
6614 2008-05-30 Felix Lee <felix.1@canids.net>
6615
6616 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6617
6618 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6619
6620 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6621
6622 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6623
6624 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
6625
6626 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
6627
6628 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6629
6630 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
6631
6632 * info.texi (Top): Fix typo in xref.
6633
6634 2008-05-05 Karl Berry <karl@gnu.org>
6635
6636 * info.texi (Top): @xref to stand-alone manual.
6637
6638 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6639
6640 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6641 (Various Summary Stuff): Fix typo in last xref.
6642
6643 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6644
6645 * org.texi (Moving subtrees): Fix typo.
6646
6647 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6648
6649 * tramp.texi (Frequently Asked Questions): Explain, how to disable
6650 Tramp via `tramp-mode'.
6651
6652 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
6653
6654 * org.texi: Massive changes, in many parts of the file.
6655
6656 2008-04-27 Jason Riedy <jason@acm.org>
6657
6658 * org.texi (A LaTeX example): Note that fmt may be a
6659 one-argument function, and efmt may be a two-argument function.
6660 (Radio tables): Document multiple destinations.
6661
6662 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * gnus.texi (Oort Gnus): Add message-fill-column.
6665
6666 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6667
6668 * gnus.texi (Mail Source Specifiers): Typo fix.
6669
6670 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6671
6672 * gnus.texi (Diary Headers Generation): Update key binding for
6673 `gnus-diary-check-message'.
6674
6675 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6676
6677 * gnus.texi (Emacsen): Addition.
6678
6679 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6680
6681 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6682
6683 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6684
6685 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6686
6687 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
6688
6689 * gnus-news.texi: Update tool bar item.
6690
6691 2008-04-09 Sven Joachim <svenjoac@gmx.de>
6692
6693 * gnus-news.texi: Fix typos.
6694
6695 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
6696
6697 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6698 Add mention of `kron'.
6699
6700 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6701
6702 * epa.texi (Encrypting/decrypting *.gpg files):
6703 Document epa-file-name-regexp.
6704
6705 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6706
6707 * gnus.texi (Example Methods): Fix description about ssh-agent.
6708 (Indirect Functions): Fix the default value of nntp-telnet-command;
6709 remove link to connect.html.
6710
6711 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6712
6713 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6714 dbus-call-method.
6715 (Receiving Method Calls): The timeout can be set by the calling client.
6716
6717 * trampver.texi: Update release number.
6718
6719 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6720
6721 * gnus.texi (Top): Fix version. Add SASL.
6722
6723 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6724
6725 Sync with Tramp 2.1.13.
6726
6727 * trampver.texi: Update release number.
6728
6729 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * org.texi: Update to new org-mode website.
6732
6733 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * cl.texi (For Clauses): Fix loop over key-seq to match code.
6736
6737 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6740 gnus-read-ephemeral-gmane-group-url,
6741 gnus-read-ephemeral-emacs-bug-group,
6742 gnus-read-ephemeral-debian-bug-group.
6743
6744 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6745
6746 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6747
6748 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
6749 Add FIXMEs for Bookmarks and gnus-registry-marks.
6750
6751 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6752
6753 * gnus.texi (Smileys): Document `smiley-style'.
6754
6755 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6756
6757 * gnus.texi (Gnus Development): Clarify difference between ding and
6758 gnu.emacs.gnus.
6759 (MIME Commands, Using MIME, RSS): Fix markup.
6760
6761 * gnus-faq.texi ([8.4]): Ditto.
6762
6763 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6764
6765 * gnus.texi (Emacsen): Remove obsolete stuff.
6766
6767 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6768
6769 * gnus.texi (Oort Gnus): Add version info WRT
6770 `mail-source-delete-incoming'.
6771
6772 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6773
6774 * gnus.texi (Top): Add "Other related manuals" and version info in
6775 `iftex' output.
6776 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6777 gnus-balloon-face-0 and the corresponding format specifiers.
6778
6779 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * tramp.texi (Filename completion): Remove footnote about let-bind
6782 of `partial-completion-mode'. It doesn't work this way.
6783
6784 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * pcl-cvs.texi (Contributors): Update my email.
6787
6788 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
6789
6790 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6791
6792 2008-03-17 Bill Wohler <wohler@newt.com>
6793
6794 * mh-e.texi (Viewing): Update URL for adding header fields to
6795 mh-invisible-header-fields-default.
6796
6797 2008-03-16 Bill Wohler <wohler@newt.com>
6798
6799 * mh-e.texi (Preface): Add Gnus to requirements.
6800 (Forwarding): Note that forwarded MIME messages are now inline.
6801
6802 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6805 (Common Variables): Give precedence to the netcat methods over the
6806 telnet methods, and mention that they are more reliable.
6807
6808 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6809
6810 * org.texi (Exporting Agenda Views): Document agenda export to
6811 iCalendar.
6812 (Progress logging): Document the new progress logging stuff.
6813
6814 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6815
6816 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6817 Update for change of `mail-source-delete-incoming'.
6818
6819 * gnus-news.texi: Ditto.
6820
6821 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6822
6823 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6824 custom versions.
6825
6826 2008-03-07 Alan Mackenzie <acm@muc.de>
6827
6828 * cc-mode.texi (Limitations and Known Bugs): State that the number of
6829 parens/brackets in a k&r region is limited.
6830
6831 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6832
6833 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6834 using different Emacs versions.
6835
6836 2008-02-27 Glenn Morris <rgm@gnu.org>
6837
6838 * sc.texi: Remove a lot of old and obsolete info.
6839 (titlepage): Simplify.
6840 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6841 (VM with any Emacsen, GNEWS with any Emacsen)
6842 (Overloading for Non-conforming MUAs, Version 3 Changes)
6843 (The Supercite Mailing List): Delete nodes.
6844 (Introduction): Remove info about old packages.
6845 (Getting Connected): Simplify. Remove info about old packages.
6846 (Citing Commands): Delete Emacs 19 info.
6847 (Hints to MUA Authors): Simplify.
6848 (Thanks and History): Merge in some info from the deleted node
6849 "Version 3 Changes".
6850
6851 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
6852
6853 * org.texi (Setting tags, In-buffer settings):
6854 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6855
6856 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * gnus-news.texi: Mention that spaces and tabs are allowed in the
6859 installation directory name.
6860
6861 2008-02-12 Romain Francoise <romain@orebokech.com>
6862
6863 * epa.texi (Overview): Fix typo.
6864
6865 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6866
6867 * epa.texi (Quick start): Remove the .emacs setting.
6868
6869 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6870
6871 * epa.texi (Quick start): Use the command `epa-enable' instead of
6872 loading `epa-setup'.
6873
6874 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6877 ($(infodir)/epa, epa.dvi): New targets.
6878
6879 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6880
6881 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6882
6883 * epa.texi: New manual documenting the EasyPG Assistant.
6884
6885 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6888 (Inspection): New function dbus-ping.
6889
6890 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * tramp.texi (Remote processes): Add `shell-command'.
6893
6894 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
6895
6896 * tramp.texi: Use new FSF's Back-Cover Text.
6897
6898 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
6899
6900 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6901 (Group Parameters): Document `mail-source' parameter.
6902
6903 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
6904
6905 * tramp.texi (Inline methods): The hostname of the su(do)? methods
6906 must be a local host.
6907
6908 2008-01-26 Michael Olson <mwolson@gnu.org>
6909
6910 * erc.texi: Update version for ERC 5.3 release.
6911 (Obtaining ERC): Update extras URLs for 5.3.
6912 (Development): Write instructions for git, and remove those for Arch.
6913 (History): Mention the switch to git.
6914
6915 2008-01-24 Karl Berry <karl@gnu.org>
6916
6917 * info.texi (Search Index, Search Text): Mention the command
6918 character in the section name, a la the (Go to node) node.
6919
6920 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6923
6924 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6925
6926 * gnus-news.texi: Mention gnus-article-describe-bindings.
6927
6928 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6931
6932 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
6933
6934 * org.texi (Property inheritance): New section.
6935 (Conventions): New section.
6936 (Structure editing): Document C-RET, the prefix arg to the cut/copy
6937 commands, and the new bindings for refiling.
6938 (Sparse trees): Document the new special command for sparse trees.
6939 (References): Be more clear about the counting of hilines.
6940 (Handling links): Document M-p/n for accessing links.
6941 (Fast access to TODO states): New section.
6942 (Per file keywords): New section.
6943 (Property inheritance): New section.
6944 (Column attributes): New summary types.
6945 (Capturing Column View): New section.
6946 (The date/time prompt): Cover the new features in the date/time prompt.
6947 Compactify the table of keys for the calendar remote control.
6948 (Clocking work time): Document the new :scope parameter.
6949 (Remember): Promoted to chapter.
6950 (Quoted examples): New section.
6951 (Enhancing text): New verbatim environments.
6952
6953 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
6954
6955 * trampver.texi: Update release number.
6956
6957 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus.texi (Article Keymap):
6960 Add gnus-article-wide-reply-with-original; fix descriptions of
6961 gnus-article-reply-with-original and
6962 gnus-article-followup-with-original.
6963
6964 2008-01-09 Glenn Morris <rgm@gnu.org>
6965
6966 * nxml-mode.texi: Add @copying section.
6967
6968 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6969
6970 * message.texi (Mail Variables): Add some text from "(gnus)Posting
6971 Server". Add `message-send-mail-with-mailclient'.
6972
6973 * gnus.texi (Posting Server): Move some text to "(message)Mail
6974 Variables" and add a reference here.
6975
6976 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * dbus.texi (Receiving Method Calls): New chapter.
6979 (Errors and Events): Add serial number to events. Replace "signal" by
6980 "message". Introduce dbus-event-serial-number.
6981
6982 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
6983
6984 * dbus.texi (Type Conversion): Explain the type specification for empty
6985 arrays. Use another example.
6986
6987 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6988
6989 * dbus.texi (all): Replace "..." by @dots{}.
6990 (Type Conversion): Precise the value range for :byte types.
6991 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6992 Mention its return value.
6993 (Errors and Events): There is no D-Bus error propagation during event
6994 processing.
6995
6996 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6997
6998 * calc.texi (Yacas Language, Maxima Language, Giac Language):
6999 New sections.
7000
7001 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
7002
7003 * gnus.texi (Group Parameters): Reorder the text and add a note about
7004 `gnus-parameters' near the beginning of the node.
7005
7006 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7007
7008 * gnus.texi (Score File Editing): Fix function name.
7009
7010 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
7011
7012 Sync with Tramp 2.1.12.
7013
7014 * trampver.texi: Update release number.
7015
7016 2007-12-22 Richard Stallman <rms@gnu.org>
7017
7018 * cc-mode.texi (Getting Started): Change @ref to @pxref.
7019
7020 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
7021
7022 * dbus.texi (Type Conversion): Correct input parameters mapping.
7023
7024 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
7025
7026 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
7027 (Errors and Events): Mention wrong-type-argument error.
7028
7029 2007-12-21 Alex Schroeder <alex@gnu.org>
7030
7031 * rcirc.texi: Changed single spaces after sentence end to double
7032 spaces. Fixed some typos.
7033 (Internet Relay Chat): Explain relay.
7034 (Getting started with rcirc): Change items to reflect prompts.
7035 Add more explanation to rcirc-track-minor-mode and added a comment to
7036 warn future maintainers that this section is a copy.
7037 (People): Change /ignore example.
7038 (Keywords): Not keywords.
7039
7040 2007-12-20 Alex Schroeder <alex@gnu.org>
7041
7042 * rcirc.texi (Top): Fighting Information Overload chapter added.
7043 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
7044 (rcirc commands): Move /ignore command to the new chapter.
7045 (Fighting Information Overload): New chapter documenting /keyword,
7046 /bright, /dim, channel ignore, and low priority channels.
7047 (Configuration): Document rcirc-server-alist, remove
7048 rcirc-startup-channels-alist and rcirc-default-server.
7049
7050 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * dbus.texi (Signals): Fix example in dbus-register-signal.
7053
7054 2007-12-14 Sven Joachim <svenjoac@gmx.de>
7055
7056 * gnus.texi (Score Variables): Fix typo.
7057
7058 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7059
7060 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
7061 (Signals): Adapt dbus-send-signal and dbus-register-signal.
7062 (Errors and Events): Adapt dbus-event.
7063
7064 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7065
7066 * gnus.texi (Other Files): Add the yenc command.
7067
7068 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
7069
7070 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
7071 since 2004-08-06.
7072
7073 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
7076 on body.
7077
7078 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7079
7080 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
7081 and rfc2047-allow-irregular-q-encoded-words; fix description of
7082 rfc2047-encode-encoded-words.
7083
7084 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7085
7086 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
7087
7088 2007-12-05 Michael Olson <mwolson@gnu.org>
7089
7090 * remember.texi (Diary): Remove "require" line for remember-diary.el.
7091 Update documentation for `remember-diary-file'.
7092
7093 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7094
7095 * dbus.texi (Signals): Precise `dbus-register-signal'.
7096 (Errors and Events): Rework events part, the internal structure of
7097 dbus-event has changed.
7098
7099 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
7100
7101 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
7102 ($(infodir)/dbus, dbus.dvi): New targets.
7103
7104 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7105
7106 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
7107 unconditionally.
7108
7109 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
7110 emulation with @print{}.
7111
7112 2007-12-02 Richard Stallman <rms@gnu.org>
7113
7114 * dbus.texi (Overview): Minor cleanup.
7115
7116 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7117
7118 * Makefile.in (INFO_TARGETS): Add dbus.
7119 (DVI_TARGETS): Add dbus.dvi.
7120 (dbus, dbus.dvi): New targets.
7121
7122 * dbus.texi: New file.
7123
7124 2007-11-24 Romain Francoise <romain@orebokech.com>
7125
7126 * nxml-mode.texi: Add description in @direntry.
7127 Fix file name to match @setfilename.
7128
7129 2007-11-23 Mark A. Hershberger <mah@everybody.org>
7130
7131 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7132 ($(infodir)/nxml-mode): New rule.
7133
7134 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
7135 ($(infodir)/nxml-mode): New rule.
7136 (clean): Add nxml-mode*.
7137
7138 * nxml-mode.texi: New file with nxml manual.
7139
7140 2007-11-18 Richard Stallman <rms@gnu.org>
7141
7142 * flymake.texi (Example -- Configuring a tool called directly):
7143 Update example.
7144
7145 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
7146
7147 * tramp.texi (Filename completion): Simplify explanation of
7148 double-slash behavior. Explain directory contents flushing.
7149
7150 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7151
7152 * calc.texi (TeX and LaTeX Language Modes): Put in
7153 missing braces.
7154
7155 2007-11-15 Richard Stallman <rms@gnu.org>
7156
7157 * cl.texi (Equality Predicates): Delete `eql'.
7158 (Predicates, Naming Conventions, Top): Delete `eql'.
7159 (Common Lisp Compatibility): Delete `eql'.
7160 (Porting Common Lisp): Delete obsolete backquote info.
7161 Minor clarification about character constants.
7162 (Sequence Basics): Minor clarification.
7163
7164 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * cc-mode.texi (Electric Keys, Custom Macros):
7167 * tramp.texi (Filename completion): Fix typos.
7168
7169 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
7170
7171 * calc.texi (Basic commands): Mention the menu.
7172
7173 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
7174
7175 * tramp.texi (Connection caching): Tramp flushes connection
7176 properties when remote operating system has been changed.
7177
7178 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7179
7180 * gnus-news.texi: Fix spelling.
7181 `message-insert-formatted-citation-line', not
7182 `message-insert-formated-citation-line'.
7183
7184 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
7185
7186 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
7187
7188 * tramp.texi (Overview): Mention also the PuTTY integration under
7189 w32. Remove paragraphs about Tramp's experimental status.
7190 (Frequently Asked Questions): Add code example for highlighting the
7191 mode line.
7192
7193 2007-11-03 Michael Olson <mwolson@gnu.org>
7194
7195 * remember.texi: Change mentions of remember-buffer to
7196 remember-finalize throughout.
7197
7198 2007-10-30 Michael Olson <mwolson@gnu.org>
7199
7200 * remember.texi (Copying): Remove.
7201 (Mailbox): Update with non-BBDB instructions.
7202 (Diary, Org): Add.
7203 (Bibliography, Planner Page): Remove.
7204
7205 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * makefile.w32-in (INFO_TARGETS): Add remember.
7208 (DVI_TARGETS): Add remember.dvi.
7209 ($(infodir)/remember): New rule.
7210 (clean): Add remember*.
7211
7212 2007-10-30 Michael Olson <mwolson@gnu.org>
7213
7214 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
7215 ($(infodir)/remember): New rule that builds the Remember Manual.
7216
7217 * remember.texi: New file containing the Remember Mode Manual.
7218 Shuffle chapters around after initial import.
7219 (Function Reference): Split Keystrokes into separate chapter.
7220 (Keystrokes): Document C-c C-k.
7221 (Introduction): Fix typographical issue with "---".
7222
7223 2007-10-29 Richard Stallman <rms@gnu.org>
7224
7225 * widget.texi (Introduction): Delete discussion of implementation
7226 internals.
7227
7228 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * tramp.texi (Connection caching): Host names must be different
7231 when tunneling.
7232
7233 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7234
7235 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
7236 Gnus v5.13.
7237
7238 2007-10-28 Miles Bader <miles@gnu.org>
7239
7240 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
7241
7242 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7243
7244 * gnus.texi (Sorting the Summary Buffer):
7245 Remove gnus-article-sort-by-date-reverse.
7246
7247 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7248
7249 * gnus.texi (Non-ASCII Group Names): New node.
7250 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
7251 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
7252
7253 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7254
7255 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
7256 clean the output of the program `imap-shell-program'.
7257
7258 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
7261
7262 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
7263
7264 * gnus.texi (Sticky Articles): Documentation for sticky article
7265 buffers.
7266
7267 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7268
7269 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
7270
7271 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
7274
7275 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7276
7277 * gnus.texi (Archived Messages):
7278 Document gnus-update-message-archive-method.
7279
7280 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7281
7282 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7283
7284 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
7285
7286 * gnus.texi (Group Maneuvering):
7287 Document `gnus-summary-next-group-on-exit'.
7288
7289 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7290
7291 * gnus.texi (Really Various Summary Commands):
7292 Mention gnus-auto-select-on-ephemeral-exit.
7293
7294 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7295
7296 * gnus.texi, message.texi: Bump version number.
7297
7298 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7299
7300 * gnus.texi (Group Line Specification, Misc Group Stuff)
7301 (Server Commands): Parenthesize @pxref{Mail Spool}.
7302
7303 2007-10-28 Didier Verna <didier@xemacs.org>
7304
7305 New user option: message-signature-directory.
7306 * message.texi (Insertion Variables): Document it.
7307 * gnus.texi (Posting Styles): Ditto.
7308
7309 2007-10-28 Didier Verna <didier@xemacs.org>
7310
7311 * gnus.texi (Group Line Specification):
7312 * gnus.texi (Misc Group Stuff):
7313 * gnus.texi (Server Commands): Document the group compaction feature.
7314
7315 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7316
7317 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7318
7319 * message.texi (Various Message Variables): Add message-fill-column.
7320
7321 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7322
7323 * gnus.texi: Untabify.
7324
7325 2007-10-28 Didier Verna <didier@xemacs.org>
7326
7327 * gnus.texi (Group Parameters): Document the posting-style merging
7328 process in topic-mode.
7329
7330 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7331
7332 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7333
7334 2007-10-28 Romain Francoise <romain@orebokech.com>
7335
7336 * gnus.texi (Mail Spool): Fix typo.
7337 Update copyright.
7338
7339 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7340
7341 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7342
7343 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7344
7345 * gnus.texi (Summary Generation Commands):
7346 Add gnus-summary-insert-ticked-articles.
7347
7348 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7349
7350 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7351 to spam-spamassassin-program.
7352
7353 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7354
7355 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7356
7357 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7358
7359 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7360
7361 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7362
7363 * message.texi (Mail Headers): Document `opportunistic'.
7364
7365 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * emacs-mime.texi (Encoding Customization): Explain how to set
7368 mm-coding-system-priorities per hierarchy.
7369
7370 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7371
7372 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7373 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7374
7375 2007-10-28 Didier Verna <didier@xemacs.org>
7376
7377 * message.texi (Wide Reply): Update documentation of
7378 message-dont-reply-to-names (now allowing a list of regexps).
7379
7380 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7381
7382 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7383
7384 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7385
7386 * gnus.texi (SpamAssassin back end): Fix typo.
7387
7388 * sieve.texi (Examples): Fix grammar.
7389
7390 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * gnus.texi (Searching for Articles): Document M-S and M-R.
7393 (Limiting): Document / b.
7394
7395 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7396
7397 * gnus.texi (Thread Commands): T M-^.
7398
7399 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7400
7401 * message.texi (Mail Aliases): Document ecomplete.
7402 (Mail Aliases): Fix typo.
7403
7404 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7405
7406 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7407 fix typo.
7408
7409 2007-10-28 Romain Francoise <romain@orebokech.com>
7410
7411 * gnus.texi (Mail Spool): Grammar fix.
7412
7413 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7414
7415 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7416 string.
7417
7418 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * gnus.texi (Group Parameters): Fix description.
7421
7422 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7423
7424 * gnus.texi (Gmane Spam Reporting):
7425 Fix spam-report-gmane-use-article-number.
7426 Add spam-report-user-mail-address.
7427
7428 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7431
7432 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7433
7434 * gnus.texi (Group Parameters): Add simplified sorting example based on
7435 example for `Sorting the Summary Buffer' from Jari Aalto
7436 <jari.aalto@cante.net>.
7437 (Example Methods): Add example for an indirect connection.
7438
7439 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
7440
7441 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7442 (Agent Parameters): Update parameter names to match code.
7443 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7444 'gnus-agent-summary-fetch-series'.
7445 (Agent and flags): New section providing a generalized discussion
7446 of flag handling.
7447 (Agent and IMAP): Remove flag discussion.
7448 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7449
7450 2007-10-28 Romain Francoise <romain@orebokech.com>
7451
7452 * gnus.texi (Exiting the Summary Buffer): Add new function
7453 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7454
7455 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7456
7457 * gnus.texi (Conformity): Fix typo.
7458 (Customizing Articles): Document `first'.
7459
7460 2007-10-28 Jari Aalto <jari.aalto@cante.net>
7461
7462 * gnus.texi (Sorting the Summary Buffer):
7463 Add `gnus-thread-sort-by-date-reverse'. Add example
7464 host to different sorting in NNTP and RSS groups.
7465
7466 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7467
7468 * message.texi (Insertion): Describe prefix for
7469 message-mark-inserted-region and message-mark-insert-file.
7470
7471 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7472
7473 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7474 LaTeX documents. Describe "text/x-gnus-verbatim".
7475
7476 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7477
7478 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7479 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7480 (spam-stat spam filtering, SpamOracle)
7481 (Extending the Spam ELisp package): Remove extra quote symbol for
7482 clarity.
7483
7484 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7485
7486 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7487 gnus-article-delete-part and gnus-article-replace-part.
7488 (Using MIME): Add gnus-mime-replace-part.
7489
7490 2007-10-28 Romain Francoise <romain@orebokech.com>
7491
7492 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7493 requires `auto-compression-mode' to be enabled. Add new nnml
7494 variable `nnml-compressed-files-size-threshold'.
7495
7496 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7497
7498 * gnus.texi (Sorting the Summary Buffer):
7499 Add gnus-thread-sort-by-recipient.
7500
7501 2007-10-28 Romain Francoise <romain@orebokech.com>
7502
7503 * message.texi (Insertion Variables): Mention new variable
7504 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
7505 documentation accordingly.
7506
7507 2007-10-28 Romain Francoise <romain@orebokech.com>
7508
7509 * gnus.texi (To From Newsgroups): Mention new variables
7510 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7511
7512 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7515 stuff; gnus-mime-inline-part does the automatic decompression.
7516
7517 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7518
7519 * gnus.texi (Spam ELisp Package Configuration Examples):
7520 "training.ham" should be "training.spam".
7521
7522 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * message.texi (Mail Variables): Fix the default value for
7525 message-send-mail-function.
7526
7527 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7528
7529 * gnus.texi (Optional Back End Functions): nntp-request-update-info
7530 always returns nil exceptionally.
7531
7532 2007-10-28 Simon Josefsson <jas@extundo.com>
7533
7534 * gnus.texi (Article Washing): Add libidn URL.
7535 Suggested by Michael Cook <michael@waxrat.com>.
7536
7537 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7538
7539 * gnus.texi (Topic Commands): Fix next/previous.
7540
7541 2007-10-28 Simon Josefsson <jas@extundo.com>
7542
7543 * gnus.texi (Article Washing): Mention `W i'.
7544
7545 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
7546
7547 * gnus.texi (Group Parameters): Slight extension of sieve
7548 parameter description.
7549
7550 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7551
7552 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7553 matching score files as well.
7554 (Picons): Describe `gnus-picon-style'.
7555
7556 2007-10-28 Romain Francoise <romain@orebokech.com>
7557
7558 * message.texi (Message Headers): Mention that headers are hidden
7559 using narrowing, and how to expose them.
7560 Update copyright.
7561
7562 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7563
7564 * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7565 `gnus-summary-sort-by-recipient'.
7566
7567 2007-10-28 Romain Francoise <romain@orebokech.com>
7568
7569 * gnus.texi (NNTP marks): New node.
7570 (NNTP): Move NNTP marks variables to the new node.
7571
7572 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7573
7574 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7575
7576 * gnus.texi (MIME Commands, Hashcash): Markup fix.
7577
7578 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7579
7580 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7581 everywhere for consistency.
7582 (Filtering Spam Using The Spam ELisp Package): Admonish again.
7583 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7584 Say "regular expression" instead of "regex." Admonish.
7585 Pick other words to sound better (s/so/thus/).
7586 (Spam ELisp Package Filtering of Incoming Mail):
7587 Mention statistical filters. Remove old TODO.
7588 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7589 New section on sorting and displaying the spam score.
7590 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7591 backend but an alias to spam-use-BBDB.
7592 (Extending the Spam ELisp package): Rewrite the example using the
7593 new backend functionality.
7594
7595 2007-10-28 Simon Josefsson <jas@extundo.com>
7596
7597 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7598 nntp-marks-directory, from Romain Francoise
7599 <romain@orebokech.com>.
7600
7601 2007-10-28 Magnus Henoch <mange@freemail.hu>
7602
7603 * gnus.texi (Hashcash): New default value of
7604 hashcash-default-payment.
7605
7606 2007-10-28 Simon Josefsson <jas@extundo.com>
7607
7608 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
7609 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7610
7611 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7612
7613 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7614
7615 2007-10-28 Simon Josefsson <jas@extundo.com>
7616
7617 * gnus.texi (documentencoding): Add, to avoid warnings.
7618
7619 2007-10-28 Simon Josefsson <jas@extundo.com>
7620
7621 * message.texi (Mail Headers): Add.
7622
7623 * gnus.texi (Hashcash): Fix.
7624
7625 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7626
7627 * gnus.texi (Hashcash): Change location of library, also mention
7628 that payments can be verified and fix the name of the
7629 hashcash-path variable.
7630
7631 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7632
7633 * gnus.texi (Article Display): Add `gnus-picon-style'.
7634
7635 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7636
7637 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7638
7639 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7640
7641 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7642 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7643 warning about ham processors in spam groups removed.
7644
7645 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
7646
7647 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7648 From Hubert Chan <hubert@uhoreg.ca>.
7649
7650 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7651
7652 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7653 (Mailing List): Typo.
7654 (Customizing Articles): Add gnus-treat-ansi-sequences.
7655 (Article Washing): Index.
7656
7657 * message.texi: Use m-dash consistently.
7658
7659 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7660
7661 * gnus.texi (GroupLens): Remove.
7662
7663 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
7664
7665 * gnus.texi (Outgoing Messages, Agent Variables):
7666 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7667 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7668
7669 2007-10-28 Jesper Harder <harder@ifa.au.dk>
7670
7671 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7672
7673 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7674
7675 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7676
7677 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
7678
7679 2007-10-28 Simon Josefsson <jas@extundo.com>
7680
7681 * gnus.texi (Top): Add SASL.
7682
7683 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7684
7685 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7686
7687 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7688
7689 * gnus.texi (Troubleshooting): Adjust Gnus version number.
7690
7691 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
7692
7693 * calc.texi (Formulas, Composition Basics): Lower the
7694 precedence of negation.
7695
7696 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
7697
7698 * ses.texi (The Basics): Mention how to create a new spreadsheet.
7699 Mention the new three-letter column identifiers.
7700 (More on cell printing): Calculate-cell and truncate-cell are now `c'
7701 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
7702 message when using `c' on an empty default with default printer.
7703 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7704 renamed to `ses--symbolic-formulas' some time ago.
7705
7706 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
7707
7708 * calc.texi (Default Simplifications, Making Selections)
7709 (Customizing Calc): Clarify associativity of multiplication.
7710
7711 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
7712
7713 * tramp.texi (Traces and Profiles): Simplify loop over
7714 `trace-function-background'.
7715
7716 2007-10-22 Juri Linkov <juri@jurta.org>
7717
7718 * dired-x.texi (Shell Command Guessing): Default values are now
7719 available by typing M-n instead of M-p.
7720
7721 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
7722
7723 * tramp.texi (Cleanup remote connections): New section.
7724 (Password caching): Remove `tramp-clear-passwd'.
7725 It's not a command anymore.
7726 (Bug Reports): Add `tramp-bug' to function index.
7727 (Function Index, Variable Index): New nodes.
7728 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7729
7730 * trampver.texi: Update release number.
7731
7732 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7733
7734 * calc.texi (History and Acknowledgements): Turn comment
7735 about integer size into past tense.
7736 (Time Zones): Remove pointer to Calc author's address.
7737 (Trigonometric and Hyperbolic Functions): Mention cotangent
7738 and hyperbolic cotangent. Fix typo.
7739
7740 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7741
7742 Sync with Tramp 2.1.11.
7743
7744 * trampver.texi: Update release number.
7745
7746 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7747
7748 * tramp.texi (External packages): New section.
7749
7750 2007-09-29 Juri Linkov <juri@jurta.org>
7751
7752 * info.texi (Help-Int): Document `L' (`Info-history').
7753
7754 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * org.texi: Change links to webpage and maintained email.
7757 (Remember): Promote to Chapter, significant changes.
7758 (Fast access to TODO states): New section.
7759 (Faces for TODO keywords): New section.
7760 (Export options): Example for #+DATE.
7761 (Progress logging): Section moved.
7762
7763 2007-09-26 Bill Wohler <wohler@newt.com>
7764
7765 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7766 browse-url-at-mouse.
7767
7768 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
7769
7770 * flymake.texi (Customizable variables): Face names don't end in -face.
7771 Fix flymake-err-line-patterns template.
7772 (Example -- Configuring a tool called directly): Fix init-function.
7773 (Highlighting erroneous lines): Face names don't end in -face.
7774
7775 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
7776
7777 * erc.texi (Special-Features): Fix small typo.
7778
7779 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
7780
7781 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7782 and "External transfer methods".
7783
7784 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
7785
7786 * calc.texi (Predefined Units): Add some history.
7787
7788 2007-09-08 Michael Olson <mwolson@gnu.org>
7789
7790 * erc.texi (Copying): New section included from gpl.texi.
7791 This matches the look of the upstream ERC manual.
7792
7793 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
7794
7795 * calc.texi (History and Acknowledgements): Adjust the "thanks".
7796 (Random Numbers): Clarify the distribution of `random'.
7797
7798 2007-09-06 Glenn Morris <rgm@gnu.org>
7799
7800 Move manual sources from man/ to subdirectories of doc/.
7801 Split into the Emacs manual in emacs/, and other manuals in misc/.
7802 Change all setfilename commands to use ../../info.
7803 * Makefile.in: Move the parts of the old man/Makefile.in that do not
7804 refer to the Emacs manual here.
7805 (infodir): New variable.
7806 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
7807 (cc-mode.texi, faq.texi): Update references to source file locations.
7808 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7809 do not refer to the Emacs manual here.
7810 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7811
7812 * Makefile.in: Add `basename' versions of all info targets, for
7813 convenience when rebuilding just one manual.
7814 (../etc/GNU): Delete obsolete target.
7815 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7816 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
7817 *.vrs *.toc here...
7818 (maintainer-clean): ...from here.
7819
7820 * makefile.w32-in (../etc/GNU): Delete obsolete target.
7821
7822 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
7823
7824 * calc.texi (Date Conversions): Clarify definition of
7825 Julian day numbering.
7826 (Date Forms): Clarify definition of Julian day numbering;
7827 add some history.
7828
7829 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7830
7831 * org.texi: Version 5.07.
7832
7833 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7834
7835 * message.texi (MIME): Replace mml-attach with mml-attach-file.
7836
7837 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
7838
7839 * org.texi (Adding hyperlink types): New section.
7840 (Embedded LaTeX): Chapter updated because of LaTeX export.
7841 (LaTeX export): New section.
7842 (Using links out): New section.
7843
7844 2007-08-22 Glenn Morris <rgm@gnu.org>
7845
7846 * faq.texi (Learning how to do something): Refcards now in
7847 etc/refcards/ directory.
7848
7849 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * tramp.texi (Remote Programs): Persistency file must be cleared when
7852 changing `tramp-remote-path'.
7853 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7854 macro.
7855
7856 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7857
7858 * calc.texi: Move contents to beginning of file.
7859 (Algebraic Entry): Fix the formatting of an example.
7860
7861 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7862
7863 * calc.texi (Basic Operations on Units): Mention exact versus
7864 inexact conversions.
7865
7866 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7867
7868 * calc.texi (Basic Operations on Units): Mention default
7869 values for new units.
7870 (Quick Calculator Mode): Mention that binary format will
7871 be displayed.
7872
7873 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7876
7877 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7878
7879 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7880
7881 2007-08-08 Glenn Morris <rgm@gnu.org>
7882
7883 * gnus.texi, sieve.texi: Replace `iff'.
7884
7885 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7886
7887 * calc.texi (Basic Graphics): Mention the graphing of error
7888 forms.
7889 (Graphics Options): Mention how `g s' handles error forms.
7890 (Curve Fitting): Mention plotting the curves.
7891 (Standard Nonlinear Models): Add additional models.
7892 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7893 (Linear Fits): Correct result.
7894
7895 2007-08-01 Alan Mackenzie <acm@muc.de>
7896
7897 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7898 to "--no-site-file".
7899
7900 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7901
7902 * tramp.texi (Frequently Asked Questions): Point to mode line
7903 extension in Emacs 23.1.
7904
7905 * trampver.texi: Update release number.
7906
7907 2007-07-27 Glenn Morris <rgm@gnu.org>
7908
7909 * calc.texi (Copying): Include license text from gpl.texi, rather than
7910 in-line.
7911
7912 2007-07-25 Glenn Morris <rgm@gnu.org>
7913
7914 * calc.texi (Copying): Replace license with GPLv3.
7915
7916 * Relicense all FSF files to GPLv3 or later.
7917
7918 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7919
7920 Sync with Tramp 2.1.10.
7921
7922 * tramp.texi (trampfn): Expand macro implementation in order to handle
7923 empty arguments.
7924 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
7925 occurrences by trampfn.
7926 (Frequently Asked Questions): Extend example code for host
7927 identification in the modeline. Add bbdb to approaches shortening Tramp
7928 file names to be typed.
7929
7930 * trampver.texi: Update release number.
7931
7932 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7933
7934 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7935 section. Reported by <poti@potis.org>.
7936 (Remote processes): Arguments of the program to be debugged are taken
7937 literally.
7938 (Frequently Asked Questions): Simplify recentf example.
7939
7940 2007-07-14 Karl Berry <karl@gnu.org>
7941
7942 * info.texi (@copying): New Back-Cover Text.
7943
7944 * info.texi (Quitting Info): Move to proper place in source.
7945 (Reported by Benno Schulenberg.)
7946
7947 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7948
7949 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7950
7951 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7952
7953 * emacs-mime.texi: Add @documentencoding directive.
7954
7955 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7956
7957 * tramp.texi (Remote processes): Add an anchor to the subsection
7958 "Running a debugger on a remote host".
7959
7960 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
7961
7962 * tramp.texi (Remote processes): Don't call it "experimental" any
7963 longer. Add subsection about running a debugger on a remote host.
7964
7965 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7966
7967 * org.texi (Properties and columns): Chapter rewritten.
7968
7969 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7970
7971 * tramp.texi:
7972 * trampver.texi: Migrate to Tramp 2.1.
7973
7974 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7975
7976 * org.texi (Properties): New chapter.
7977
7978 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7979
7980 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7981 Control Panel.
7982
7983 * gnus.texi (Misc Article): Add index entry for
7984 gnus-single-article-buffer.
7985
7986 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
7987
7988 * gnus.texi (Starting Up): Fix typo.
7989
7990 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
7991
7992 * gnus.texi (Asynchronous Fetching): Fix typo.
7993
7994 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7995
7996 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7997 (About This Manual): Remove redundant information.
7998 (Getting Started): Mention author.
7999 (Basic Arithmetic, Customizing Calc): Make description of the
8000 variable `calc-multiplication-has-precedence' match its new effect.
8001
8002 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8003
8004 * calc.texi (Basic Arithmetic, Customizing Calc):
8005 Mention the variable `calc-multiplication-has-precedence'.
8006
8007 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
8008
8009 * org.texi (Tag): Section swapped with node Timestamps.
8010 (Formula syntax for Lisp): Document new `L' flag.
8011
8012 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
8013
8014 * gnus.texi (Misc Group Stuff, Summary Buffer)
8015 (Server Commands, Article Keymap): Fix typo. s/function/command/.
8016
8017 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
8020 * gnus.texi (Article Buttons, Mail Source Customization)
8021 (Sending or Not Sending, Customizing NNDiary):
8022 * message.texi (Message Headers):
8023 * mh-e.texi (HTML): Fix typos.
8024
8025 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
8026
8027 Sync with Tramp 2.0.56.
8028
8029 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
8030 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
8031
8032 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8033
8034 * Version 22.1 released.
8035
8036 2007-05-26 Michael Olson <mwolson@gnu.org>
8037
8038 * erc.texi (Modules): Fix references to completion modules.
8039
8040 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8041
8042 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
8043
8044 2007-05-09 Didier Verna <didier@xemacs.org>
8045
8046 * gnus.texi (Email Based Diary): New. Proper documentation for the
8047 nndiary back end and the gnus-diary library.
8048
8049 2007-05-03 Karl Berry <karl@gnu.org>
8050
8051 * .cvsignore (*.pdf): New entry.
8052
8053 * texinfo.tex: Update from current version for better pdf generation.
8054
8055 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
8056
8057 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
8058
8059 2007-04-28 Glenn Morris <rgm@gnu.org>
8060
8061 * faq.texi (New in Emacs 22): Restore mention of python.el pending
8062 consideration of legal status.
8063
8064 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
8065
8066 * idlwave.texi: Minor updates for IDLWAVE 6.1.
8067
8068 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
8069
8070 * faq.texi (New in Emacs 22): python.el removed.
8071
8072 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
8073
8074 * calc.texi (Reporting bugs): Update maintainer's address.
8075
8076 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
8079
8080 2007-04-15 Jay Belanger <belanger@truman.edu>
8081
8082 * calc.texi (Title page): Remove the date.
8083 (Basic Arithmetic): Emphasize that / binds less strongly than *.
8084 (The Standard Calc Interface): Change trail title.
8085 (Floats): Mention that when non-decimal floats are entered, only
8086 approximations are stored.
8087 (Copying): Move to the appendices.
8088 (GNU Free Documentation License): Add as an appendix.
8089
8090 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
8091
8092 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
8093 * dired-x.texi, ebrowse.texi, ediff.texi:
8094 * emacs-mime.texi, erc.texi, eshell.texi:
8095 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
8096 * idlwave.texi, message.texi, newsticker.texi, org.texi:
8097 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
8098 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
8099 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
8100 * woman.texi: Include GFDL.
8101
8102 * doclicense.texi: Remove node heading, so that it can be included by
8103 other files.
8104
8105 * dired-x.texi: Relicence under GFDL. Remove date from title page.
8106
8107 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
8108 than *.
8109
8110 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
8111
8112 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
8113 in Calc.
8114
8115 2007-04-09 Romain Francoise <romain@orebokech.com>
8116
8117 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
8118 Mac OS ports. Make it clear that mouse-1 complements and doesn't
8119 replace mouse-2.
8120
8121 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * woman.texi (Word at point, Interface Options): woman-topic-at-point
8124 renamed to woman-use-topic-at-point. Document new behavior.
8125
8126 2007-04-08 Richard Stallman <rms@gnu.org>
8127
8128 * url.texi: Fix some indexing.
8129 (Disk Caching): Drop discussion of old/other Emacs versions.
8130
8131 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * url.texi (Disk Caching): Say Emacs 21 "and later".
8134
8135 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
8136 on Font locking which now mentions JIT lock.
8137
8138 2007-04-01 Michael Olson <mwolson@gnu.org>
8139
8140 * erc.texi: Update for the ERC 5.2 release.
8141
8142 2007-03-31 David Kastrup <dak@gnu.org>
8143
8144 * woman.texi (Topic, Interface Options): Explain changes semantics of
8145 woman-manpath in order to consider MANPATH_MAP entries.
8146
8147 2007-03-31 Eli Zaretskii <eliz@gnu.org>
8148
8149 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
8150
8151 2007-03-26 Richard Stallman <rms@gnu.org>
8152
8153 * pgg.texi (Caching passphrase): Clean up previous change.
8154
8155 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
8156
8157 * gnus.texi (Setting Process Marks): Fix typo.
8158
8159 2007-03-25 Romain Francoise <romain@orebokech.com>
8160
8161 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
8162 readability, and include various fixes by Daniel Brockman, Nick Roberts
8163 and Dieter Wilhelm.
8164
8165 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
8166
8167 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
8168
8169 * gnus.texi (Mail Source Specifiers): Fix typo.
8170
8171 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
8172
8173 * reftex.texi (Imprint): Update maintainer information.
8174
8175 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8176
8177 * message.texi (Message Buffers): Update documentation for
8178 message-generate-new-buffers.
8179
8180 2007-03-15 Daiki Ueno <ueno@unixuser.org>
8181
8182 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
8183
8184 2007-03-21 Glenn Morris <rgm@gnu.org>
8185
8186 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
8187
8188 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * eshell.texi (Known problems): Emacs 21 -> 22.
8191
8192 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
8193
8194 2007-03-18 Jay Belanger <belanger@truman.edu>
8195
8196 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
8197
8198 2007-03-12 Glenn Morris <rgm@gnu.org>
8199
8200 * calc.texi (Time Zones): Switch to new North America DST rule.
8201
8202 * calc.texi: Replace "daylight savings" with "daylight
8203 saving" in text throughout.
8204
8205 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8206
8207 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
8208 The variable now uses a list of symbols instead of just a symbol.
8209 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8210
8211 2007-03-06 Romain Francoise <romain@orebokech.com>
8212
8213 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
8214 new packages, and mention Gnus update.
8215
8216 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8217
8218 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
8219 nntp-open-connection-functions-never-echo-commands.
8220
8221 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
8222
8223 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
8224 problems on the console, and security risk in not using gpg-agent.
8225
8226 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
8227
8228 * org.texi (The spreadsheet): Rename from "Table calculations".
8229 Completely reorganized and rewritten.
8230 (CamelCase links): Section removed.
8231 (Repeating items): New section.
8232 (Tracking TODO state changes): New section.
8233 (Agenda views): Chapter reorganized and rewritten.
8234 (HTML export): Section rewritten.
8235 (Tables in arbitrary syntax): New section.
8236 (Summary): Better feature summary.
8237 (Activation): Document problem with cut-and-paste of Lisp code
8238 from PDF files.
8239 (Visibility cycling): Document indirect buffer use.
8240 (Structure editing): Document sorting.
8241 (Remember): Section rewritten.
8242 (Time stamps): Better description of time stamp types.
8243 (Tag searches): Document regular expression search for tags.
8244 (Stuck projects): New section.
8245 (In-buffer settings): New keywords.
8246 (History and Acknowledgments): Update description.
8247
8248 2007-02-24 Alan Mackenzie <acm@muc.de>
8249
8250 * cc-mode.texi (Movement Commands): Insert two missing command names.
8251 (Getting Started): Slight wording correction (use conditional).
8252
8253 2007-02-22 Kim F. Storm <storm@cua.dk>
8254
8255 * widget.texi (User Interface, Basic Types): Document need to put some
8256 text before the %v escape in :format string in editable-field widget.
8257
8258 2007-02-18 Romain Francoise <romain@orebokech.com>
8259
8260 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
8261 `cvs-mode-quit'.
8262
8263 2007-02-10 Markus Triska <markus.triska@gmx.at>
8264
8265 * widget.texi (Programming Example): Put constant strings in :format.
8266
8267 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * faq.texi (Fullscreen mode on MS-Windows): New node.
8270
8271 2007-02-04 David Kastrup <dak@gnu.org>
8272
8273 * faq.texi (AUCTeX): Update version number. Should probably be done
8274 for other packages as well.
8275
8276 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8277
8278 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
8279 <tassilo@member.fsf.org>.
8280
8281 2007-01-20 Markus Triska <markus.triska@gmx.at>
8282
8283 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8284
8285 2007-01-13 Michael Olson <mwolson@gnu.org>
8286
8287 * erc.texi (Modules): Mention capab-identify module.
8288
8289 2007-01-05 Michael Olson <mwolson@gnu.org>
8290
8291 * erc.texi (Getting Started): Update for /RECONNECT command.
8292
8293 2007-01-04 Richard Stallman <rms@gnu.org>
8294
8295 * ebrowse.texi: Change C-c b to C-c C-m.
8296
8297 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8298
8299 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8300 variables only in info to avoid redundant entries in the printed
8301 manual.
8302
8303 2007-01-02 Daiki Ueno <ueno@unixuser.org>
8304
8305 * message.texi (Using PGP/MIME): Document gpg-agent usage.
8306
8307 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * message.texi (Security): Split into sub-nodes.
8310
8311 2007-01-01 Alan Mackenzie <acm@muc.de>
8312
8313 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8314 eval-after-load in Emacs <=21 and a workaround. Document that
8315 trigraphs are not supported.
8316
8317 2007-01-01 Alan Mackenzie <acm@muc.de>
8318
8319 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8320 c-context-line-break. When invoked within a string, preserve
8321 whitespace. Add a backslash only when also in a macro.
8322
8323 2007-01-01 Alan Mackenzie <acm@muc.de>
8324
8325 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8326
8327 2007-01-01 Alan Mackenzie <acm@muc.de>
8328
8329 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8330 are now bound by default to c-\(beginning\|end\)-of-defun by default.
8331
8332 2007-01-01 Alan Mackenzie <acm@muc.de>
8333
8334 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8335 "Choosing a Style".
8336
8337 * cc-mode.texi ("Styles"): Add @dfn{style}.
8338
8339 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8340
8341 Sync with Tramp 2.0.55.
8342
8343 * trampver.texi: Update release number.
8344
8345 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
8346
8347 * gnus.texi (Customizing Articles): Add index entries for all
8348 gnus-treat-* variables.
8349
8350 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8351
8352 * gnus.texi (IMAP): Fix incorrect explanation of
8353 nnimap-search-uids-not-since-is-evil in documentation for
8354 nnimap-expunge-search-string.
8355
8356 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
8357
8358 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8359 spam-ifile-database.
8360
8361 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8362
8363 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8364 rebind C-s.
8365
8366 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
8367
8368 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8369 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8370 "expiring mail".
8371 (IMAP): Document nnimap-search-uids-not-since-is-evil and
8372 nnimap-nov-is-evil.
8373
8374 2006-12-25 Kevin Ryde <user42@zip.com.au>
8375
8376 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8377 about the key procedure being used heavily.
8378
8379 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8382 to t.
8383 (Prerequisites): Add explanation about gpg-agent.
8384
8385 2006-12-22 Kevin Ryde <user42@zip.com.au>
8386
8387 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8388 "sort" instead of "sort*".
8389
8390 2006-12-19 Richard Stallman <rms@gnu.org>
8391
8392 * calc.texi (History and Acknowledgements): Recognize that Emacs
8393 now does have floating point.
8394
8395 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8396
8397 * tramp.texi (External transfer methods): Describe new method `scpc'.
8398
8399 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
8400
8401 * pgg.texi: Added short note on gpg-agent to the introduction.
8402
8403 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8404
8405 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8406 also applies to Cc.
8407
8408 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8409
8410 * gnus.texi (X-Face): Clarify. Say which programs are required
8411 on Windows.
8412
8413 2006-12-08 Michael Olson <mwolson@gnu.org>
8414
8415 * erc.texi (Modules): Remove documentation for list module.
8416
8417 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8418
8419 * faq.texi (^M in the shell buffer): Ditto.
8420
8421 2006-11-20 Michael Olson <mwolson@gnu.org>
8422
8423 * erc.texi: Call this the 5.2 stable pre-release of ERC.
8424
8425 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8426
8427 * org.texi: Fix typos.
8428 (Agenda commands): Document `C-k'.
8429
8430 2006-11-16 Eli Zaretskii <eliz@gnu.org>
8431
8432 * url.texi (http/https): Fix a typo in the HTTP URL.
8433
8434 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8435
8436 * ada-mode.texi: Total rewrite.
8437
8438 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8439
8440 * org.texi: Minor typo fixes.
8441
8442 2006-11-13 Bill Wohler <wohler@newt.com>
8443
8444 Release MH-E manual version 8.0.3.
8445
8446 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8447 release 8.0.3.
8448
8449 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8450 to set MAILDIR.
8451 (Reading Mail): Document the customization of read-mail-command
8452 for MH-E.
8453 (Viewing Attachments): Document mm-discouraged-alternatives.
8454 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8455 (Junk): Add more information about the settings of mh-junk-background
8456 in a program. Add /usr/bin/mh to PATH in examples.
8457
8458 2006-11-12 Richard Stallman <rms@gnu.org>
8459
8460 * woman.texi: Update author address but say he no longer maintains it.
8461
8462 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8463
8464 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8465 archived trees.
8466 (Checkboxes): Section moved to chapter 5, and extended.
8467 (The date/time prompt): New section.
8468 (Link abbreviations): New section.
8469 (Presentation and sorting): New section.
8470 (Custom agenda views): Section completely rewritten.
8471 (Summary): Compare with Planner.
8472 (Feedback): More info about creating backtraces.
8473 (Plain lists): Modify example.
8474 (Breaking down tasks): New section.
8475 (Custom time format): New section.
8476 (Time stamps): Document inactive timestamps.
8477 (Setting tags): More details about fast tag selection.
8478 (Block agenda): New section.
8479 (Custom agenda views): Section rewritten.
8480 (Block agenda): New section.
8481
8482 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8483
8484 * tramp.texi (Configuration): scp is the default method.
8485 (Default Method): Use ssh as example for another method.
8486
8487 2006-10-27 Richard Stallman <rms@gnu.org>
8488
8489 * woman.texi: Downcase nroff/troff/roff.
8490 (Installation): Chapter deleted. Some xrefs deleted.
8491 (Background): woman doesn't advise man ;-).
8492
8493 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8494
8495 * ada-mode.texi (Project files, Identifier completion)
8496 (Automatic Casing, Debugging, Using non-standard file names)
8497 (Working Remotely): Fix typos.
8498
8499 2006-10-20 Masatake YAMATO <jet@gyve.org>
8500
8501 * cc-mode.texi (Sample .emacs File): Add missing `)' in
8502 sample code `my-c-initialization-hook'.
8503
8504 2006-10-19 Stuart D. Herring <herring@lanl.gov>
8505
8506 * widget.texi: Fix typos.
8507
8508 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * tramp.texi (Frequently Asked Questions): Remove questions marked with
8511 "???". There have been no complaints for years, so the information
8512 must be appropriate.
8513
8514 2006-10-16 Richard Stallman <rms@gnu.org>
8515
8516 * widget.texi: Use @var instead of capitalization.
8517 Clarify many widget type descriptions.
8518
8519 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8520
8521 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
8522 gnus-dired-attach.
8523 (Selecting a Group): Fix typo.
8524
8525 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8526
8527 * widget.texi: Fix typos.
8528
8529 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
8530
8531 * gnus.texi (Image Enhancements): Update for Emacs 22.
8532
8533 * gnus-faq.texi ([1.3]): Update.
8534
8535 2006-10-06 Richard Stallman <rms@gnu.org>
8536
8537 * faq.texi (Displaying the current line or column):
8538 Delete "As of Emacs 20".
8539
8540 2006-10-06 Romain Francoise <romain@orebokech.com>
8541
8542 * faq.texi (VM): VM works with Emacs 22 too.
8543
8544 2006-10-06 Richard Stallman <rms@gnu.org>
8545
8546 * ebrowse.texi: Remove Emacs version "21" from title.
8547
8548 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
8549
8550 * gnus.texi (Foreign Groups): Say where change of editing commands are
8551 stored. Add reference to `gnus-parameters'.
8552
8553 2006-09-15 Jay Belanger <belanger@truman.edu>
8554
8555 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8556 Change "Library Public License" to "Lesser Public License"
8557 throughout. Use "yyyy" to represent year.
8558
8559 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
8560
8561 * org.texi (Setting tags): Typo fix.
8562
8563 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
8564
8565 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8566
8567 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
8568
8569 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8570
8571 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8572
8573 * faq.texi (Escape sequences in shell output): EMACS is now set
8574 to Emacs's absolute file name, not to "t".
8575 (^M in the shell buffer): Likewise.
8576
8577 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8578
8579 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8580 mails with pop3-leave-mail-on-server. Fix wording.
8581 (Limiting): Improve gnus-summary-limit-to-articles.
8582 (X-Face): Fix typo.
8583
8584 2006-09-11 Simon Josefsson <jas@extundo.com>
8585
8586 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8587 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8588
8589 2006-09-06 Simon Josefsson <jas@extundo.com>
8590
8591 * smtpmail.texi (Authentication): Mention SSL.
8592
8593 2006-09-03 Diane Murray <disumu@x3y2z1.net>
8594
8595 * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8596
8597 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8598
8599 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8600 Don't use @indicateurl.
8601
8602 * cc-mode.texi (Subword Movement): Don't use @headitem.
8603 (Custom Braces, Clean-ups): Don't use @tie.
8604
8605 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8606
8607 Sync with Tramp 2.0.54.
8608
8609 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8610 Suggested by Adrian Phillips <a.phillips@met.no>.
8611
8612 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8613
8614 * org.texi (Installation, Activation): Split from Installation and
8615 Activation.
8616 (Clocking work time): Documented new features.
8617
8618 2006-08-13 Alex Schroeder <alex@gnu.org>
8619
8620 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8621 example.
8622
8623 2006-08-12 Eli Zaretskii <eliz@gnu.org>
8624
8625 * faq.texi (How to add fonts): New node.
8626
8627 2006-08-05 Romain Francoise <romain@orebokech.com>
8628
8629 * faq.texi (New in Emacs 22): Expand.
8630
8631 2006-08-03 Michael Olson <mwolson@gnu.org>
8632
8633 * erc.texi: Update for ERC 5.1.4.
8634
8635 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8636
8637 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8638 in .../site-lisp/gnus/ by default.
8639 [ From gnus-news.texi in the trunk. ]
8640
8641 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8642
8643 * gnus.texi (MIME Commands): Additions for yEnc.
8644
8645 2006-07-24 Richard Stallman <rms@gnu.org>
8646
8647 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8648 * faq.texi: Move periods and commas inside quotes.
8649
8650 2006-07-20 Jay Belanger <belanger@truman.edu>
8651
8652 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8653
8654 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * faq.texi (Security risks with Emacs): Document Emacs 22
8657 file-local-variable mechanism.
8658
8659 2006-07-12 Michael Olson <mwolson@gnu.org>
8660
8661 * erc.texi: Update for ERC 5.1.3.
8662
8663 2006-07-12 Alex Schroeder <alex@gnu.org>
8664
8665 * rcirc.texi: Fix typos.
8666 (Getting started with rcirc): New calling convention for M-x irc.
8667 Mention #rcirc. Removed channel tracking.
8668 (Configuration): Change the names of all variables that got changed
8669 recently, eg. rcirc-server to rcirc-default-server. Added
8670 documentation for rcirc-authinfo, some background for Bitlbee, and
8671 rcirc-track-minor-mode.
8672 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8673 Scrolling.
8674 (Reconnecting after you have lost the connection): Fix example code
8675 to match code changes.
8676
8677 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8678
8679 * gnus.texi, message.texi: Fix typos.
8680
8681 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8682
8683 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8684 commands.
8685 (Global TODO list): Document the use of the variables
8686 `org-agenda-todo-ignore-scheduled' and
8687 `org-agenda-todo-list-sublevels'.
8688
8689 2006-07-05 Richard Stallman <rms@gnu.org>
8690
8691 * faq.texi (Scrolling only one line): Fix xref.
8692
8693 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8694
8695 * faq.texi (Evaluating Emacs Lisp code):
8696 Throughout, replace eval-current-buffer with eval-buffer.
8697
8698 2006-07-03 Richard Stallman <rms@gnu.org>
8699
8700 * rcirc.texi (Scrolling conservatively): Fix xref.
8701
8702 * pcl-cvs.texi (Viewing differences): Usage fix.
8703
8704 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8705
8706 * org.texi (Agenda commands): Document `s' key to save all org-mode
8707 buffers.
8708
8709 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
8710
8711 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8712 names. Mention `cvs-msg' face.
8713
8714 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8715
8716 * org.texi (Checkboxes): New section.
8717
8718 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8719
8720 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8721 throughout this chapter.
8722
8723 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8726 text for standalone vs Emacs info.
8727 (Help): Clarify header line description. Use mouse-1 for clicks.
8728 (Help-P): Use mouse-1 for clicks.
8729 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8730 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8731 (Choose menu subtopic): Remove gratuitous Emacs command names.
8732 (Help-FOO): Put usual behavior first.
8733 (Help-Xref): Clicking on xrefs works in Emacs.
8734 (Search Text): Clarify what the default behavior is.
8735 (Create Info buffer): Fix Emacs window/X window confusion.
8736 (Emacs Info Variables): Fix for new Emacs init file behavior.
8737
8738 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8739
8740 * gnus.texi (Summary Buffer Lines): Fix typo.
8741
8742 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8743
8744 * org.texi (Embedded LaTeX): New chapter.
8745 (Archiving): Section rewritten.
8746 (Enhancing text): Some parts moved to the new chapter about LaTeX.
8747
8748 2006-06-20 Bill Wohler <wohler@newt.com>
8749
8750 Release MH-E manual version 8.0.1.
8751
8752 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8753 release 8.0.1.
8754 (Preface): Depend on GNU mailutils 1.0 and higher.
8755
8756 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8757
8758 * message.texi (News Headers): Update message-syntax-checks section.
8759
8760 2006-06-19 Karl Berry <karl@gnu.org>
8761
8762 * info.texi (Advanced): Mention C-q, especially with ?.
8763
8764 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8765
8766 * org.texi (Publishing links): Document the `:link-validation-function'
8767 property.
8768 (Extensions and Hacking): New chapter, includes some sections of the
8769 "Miscellaneous" chapter.
8770
8771 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8772
8773 * org.texi (Progress logging): New section.
8774
8775 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8776
8777 * org.texi (ASCII export): Document indentation adaptation.
8778 (Setting tags): Document mutually-exclusive tags.
8779
8780 2006-06-05 Romain Francoise <romain@orebokech.com>
8781
8782 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8783 Fix typo.
8784
8785 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8786 channel (#gnus@irc.freenode.net).
8787 Fix typos. Update copyright notice.
8788
8789 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8790 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8791 (Line-Up Functions, Custom Macros):
8792 * ediff.texi (Window and Frame Configuration)
8793 (Highlighting Difference Regions):
8794 * emacs-mime.texi (Display Customization):
8795 * erc.texi (History):
8796 * eshell.texi (Known problems):
8797 * eudc.texi (Overview, BBDB):
8798 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8799 (The problem of spam, SpamOracle, Extending the Spam package)
8800 (Conformity, Terminology):
8801 * idlwave.texi (Routine Info)
8802 (Class and Keyword Inheritance, Padding Operators)
8803 (Breakpoints and Stepping, Electric Debug Mode)
8804 (Examining Variables, Troubleshooting):
8805 * org.texi (Creating timestamps):
8806 * reftex.texi (Commands, Options, Changes):
8807 * tramp.texi (Inline methods, Password caching)
8808 (Auto-save and Backup, Issues):
8809 * vip.texi (Files, Commands in Insert Mode):
8810 * viper.texi (Emacs Preliminaries, States in Viper)
8811 (Packages that Change Keymaps, Viper Specials, Groundwork):
8812 Fix various typos.
8813
8814 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
8815
8816 * ediff.texi: Fix typos.
8817
8818 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8819
8820 * org.texi: Small typo fixes.
8821
8822 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * viper.texi (Viper Specials):
8825 * gnus.texi (Example Setup):
8826 * faq.texi (Backspace invokes help):
8827 * dired-x.texi (Optional Installation Dired Jump):
8828 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8829 follow coding conventions.
8830
8831 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
8832
8833 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8834
8835 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8836
8837 * pcl-cvs.texi: Fix typos.
8838 (Customization): Say "us".
8839
8840 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8841
8842 * org.texi: Remove bogus @setfilename.
8843
8844 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8845
8846 * org.texi (ASCII export): Omit command name.
8847 (HTML export): Add prefix to all lines in Local Variable example.
8848 (Acknowledgments): Typeset names in italics.
8849
8850 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8851
8852 * org.texi (Plain lists): Add new item navigation commands.
8853 (External links): Document elisp and info links.
8854 (Custom searches): New section.
8855 (Publishing): New chapter.
8856 (HTML export): Include a list of supported CSS classes.
8857 (Setting tags): Describe the fast-tag-setting interface.
8858
8859 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * dired-x.texi: ifinfo -> ifnottex.
8862
8863 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8864
8865 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8866
8867 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8868
8869 * message.texi (Interface): Add tool bar customization.
8870 (MIME): Index and text additions for mml-attach.
8871 (MIME): Describe mml-dnd-protocol-alist and
8872 mml-dnd-attach-options.
8873
8874 * gnus.texi (Oort Gnus): Reorder entries in sections.
8875 Fix some entries.
8876 (Starting Up): Add references to "Emacs for Heathens" and to
8877 "Finding the News". Add user-full-name and user-mail-address.
8878 (Group Buffer Format): Add tool bar customization and update.
8879 (Summary Buffer): Add tool bar customization.
8880 (Posting Styles): Add message-alternative-emails.
8881
8882 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
8883
8884 * tramp.texi (Filename completion): Improve wording.
8885
8886 2006-05-07 Romain Francoise <romain@orebokech.com>
8887
8888 * faq.texi (Using regular expressions): Fix typo.
8889 (Packages that do not come with Emacs): Fix capitalization.
8890 (Replacing text across multiple files): Expand node to explain how
8891 to use `dired-do-query-replace-regexp' in more detail, based on
8892 suggestion by Eric Hanchrow <offby1@blarg.net>.
8893
8894 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
8895
8896 * tramp.texi (Filename completion): Completion of remote files'
8897 method, user name and host name is active only in partial
8898 completion mode.
8899
8900 2006-05-06 Bill Wohler <wohler@newt.com>
8901
8902 Release MH-E manual version 8.0.
8903
8904 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8905 release 8.0.
8906
8907 2006-05-06 Bill Wohler <wohler@newt.com>
8908
8909 * mh-e.texi (MH-BOOK-HOME): Change from
8910 http://www.ics.uci.edu/~mh/book/mh to
8911 http://rand-mh.sourceforge.net/book/mh.
8912 Replace .htm suffix with .html for MH book files.
8913 (Using This Manual): Update key binding for getting relevant
8914 chapter in Info from command key.
8915 (Ranges): Fix itemx.
8916
8917 2006-05-05 Karl Berry <karl@gnu.org>
8918
8919 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8920 (\fonttextsize): New user-level command to change text font size.
8921
8922 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8923
8924 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
8925
8926 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8927
8928 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8929
8930 2006-04-24 Bill Wohler <wohler@newt.com>
8931
8932 * mh-e.texi (Getting Started): Make it more explicit that you need
8933 to install MH. Add pointers to current MH implementations.
8934
8935 2006-04-21 Bill Wohler <wohler@newt.com>
8936
8937 Release MH-E manual version 7.94.
8938
8939 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8940 release 7.94.
8941
8942 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8943
8944 * org.texi: Many small fixes.
8945 (Handling links): Rename from "Managing links".
8946
8947 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8948
8949 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8950 (Splitting mail using spam-stat): Fix @xref.
8951
8952 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * gnus.texi (Spam Package): Major revision of the text.
8955 Previously this node was "Filtering Spam Using The Spam ELisp Package".
8956
8957 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8958
8959 * org.texi (Time stamps): Better explanation of the purpose of
8960 different time stamps.
8961 (Structure editing, Plain lists): More details on how new items
8962 and headings are inserted.
8963
8964 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8965
8966 * org.texi (Formula syntax): Fix link to Calc Manual.
8967
8968 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8971
8972 2006-04-17 Bill Wohler <wohler@newt.com>
8973
8974 * mh-e.texi (Folders): Update mh-before-quit-hook and
8975 mh-quit-hook example with code that removes the buffers rather
8976 than just bury them.
8977
8978 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8979
8980 Sync with Tramp 2.0.53.
8981
8982 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8983
8984 * org.texi (Updating settings): New section.
8985 (Visibility cycling): Better names for the startup folding
8986 options.
8987 (Exporting): Completely restructured.
8988 (The very busy C-c C-c key): New section.
8989 (Summary of in-buffer settings): New section.
8990
8991 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8992
8993 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8994
8995 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
8996
8997 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8998 (Server Commands): Key `v' is reserved for users.
8999
9000 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9001
9002 * org.texi (Link format): New section, emphasis on bracket links.
9003 (External links): Document bracket links.
9004 (FAQ): Expand to cover shell links and the new link format.
9005
9006 2006-04-09 Kevin Ryde <user42@zip.com.au>
9007
9008 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
9009
9010 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9011
9012 * gnus.texi (Summary Buffer Lines): Add `*'.
9013
9014 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
9015
9016 * gnus.texi (Group Parameters):
9017 Mention gnus-permanently-visible-groups.
9018
9019 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * gnus.texi (Face): Fix typo.
9022
9023 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
9024
9025 * gnus.texi (X-Face): Clarify.
9026 (Face): Need Emacs with PNG support.
9027
9028 2006-04-06 Richard Stallman <rms@gnu.org>
9029
9030 * idlwave.texi: Delete the blocks "not suitable for inclusion with
9031 Emacs".
9032
9033 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
9034
9035 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
9036 blocks not suitable for inclusion with Emacs using variable
9037 PARTOFEMACS.
9038
9039 2006-04-04 Simon Josefsson <jas@extundo.com>
9040
9041 * gnus.texi (Security): Improve.
9042
9043 2006-04-02 Karl Berry <karl@gnu.org>
9044
9045 * texinfo.tex: Update to current version (2006-03-21.13).
9046
9047 2006-04-02 Bill Wohler <wohler@newt.com>
9048
9049 * mh-e.texi (Getting Started, Junk, Bug Reports)
9050 (MH FAQ and Support): Fix URLs.
9051
9052 2006-03-31 Romain Francoise <romain@orebokech.com>
9053
9054 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
9055 to t, not nil (and has for the past eight years).
9056
9057 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9058
9059 * message.texi, gnus.texi: Bump version to 5.11.
9060
9061 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
9062
9063 * gnus.texi (Top): Add comment about version line.
9064
9065 * message.texi (Top): Ditto. Change to take named versions into
9066 account.
9067
9068 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9069
9070 * gnus.texi (Posting Styles): Add x-face-file to example.
9071 (X-Face): Refer to posting styles.
9072
9073 * gnus-faq.texi ([5.8]): Add x-face-file.
9074 ([8.4]): Add links to gmane.emacs.gnus.user and
9075 gmane.emacs.gnus.general.
9076
9077 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * gnus-faq.texi: Use .invalid.
9080 ([5.4]): Fix gnus-posting-styles example.
9081
9082 2006-03-27 Romain Francoise <romain@orebokech.com>
9083
9084 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
9085 Emacs/W3 needs a new maintainer.
9086 (Ispell): Update author and version info.
9087 (Mailcrypt): Mention PGG.
9088 (New in Emacs 22): Add PGG to the list of new packages.
9089 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
9090 updating dead URLs.
9091
9092 2006-03-25 Karl Berry <karl@gnu.org>
9093
9094 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
9095 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
9096 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
9097 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
9098 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
9099 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
9100 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
9101 (2) do not indent copyright year list (or anything else).
9102
9103 2006-03-21 Bill Wohler <wohler@newt.com>
9104
9105 * mh-e.texi (Folders): Various edits.
9106
9107 2006-03-20 Romain Francoise <romain@orebokech.com>
9108
9109 * gnus.texi (Mail Folders): Grammar fix.
9110
9111 2006-03-19 Bill Wohler <wohler@newt.com>
9112
9113 * mh-e.texi (Replying): Document Mail-Followup-To.
9114 Change manually-formatted table to multitable. Add debugging info.
9115 Move description of mh-reply-default-reply-to into paragraph
9116 that describes its values.
9117
9118 2006-03-17 Bill Wohler <wohler@newt.com>
9119
9120 * mh-e.texi: Use smallexample and smalllisp consistently.
9121 (Sending Mail Tour): Update method of entering
9122 addresses and subject.
9123 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
9124 (Adding Attachments, Searching): Update screenshots for Emacs 22.
9125
9126 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9127
9128 * org.texi: Version number change only.
9129
9130 2006-03-14 Bill Wohler <wohler@newt.com>
9131
9132 * mh-e.texi: Add index entries around each paragraph rather than
9133 depend on entries from beginning of node. Doing so ensures that
9134 index entries are less likely to be forgotten if text is cut and
9135 pasted, and are necessary anyway if the references are on a
9136 separate page. It seems that makeinfo is now (v. 4.8) only
9137 producing one index entry per node, so there is no longer any
9138 excuse not to. Use subheading instead of heading. The incorrect
9139 use of heading produced very large fonts in Info--as large as the
9140 main heading.
9141 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
9142 versions 6 and 7 appeared *around* the time of these Emacs releases.
9143
9144 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9145
9146 * org.texi (Clean view): Document new startup options.
9147
9148 2006-03-11 Bill Wohler <wohler@newt.com>
9149
9150 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
9151 (Composing, Scan Line Formats): Fix @refs.
9152 (Getting Started): Define MH profile and MH profile components.
9153 (Incorporating Mail, Reading Mail, Viewing, Printing)
9154 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
9155 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
9156 for string constants.
9157 (Tool Bar): Remove spurious quote.
9158 (Junk): Use ``...'' instead of "...".
9159 (Scan Line Formats): Replace @samp with @kbd.
9160
9161 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9162
9163 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
9164
9165 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9166
9167 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
9168 easy to understand.
9169
9170 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
9171
9172 * gnus.texi: Markup fix.
9173 (Fancy Mail Splitting): Specify new feature.
9174
9175 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9176
9177 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
9178 partial-words matching.
9179
9180 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9181
9182 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
9183
9184 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
9185 (MIME Commands): Fix mm-discouraged-alternatives.
9186
9187 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9188
9189 * org.texi: Version number change only.
9190
9191 2006-03-06 Bill Wohler <wohler@newt.com>
9192
9193 * mh-e.texi: Move from SourceForge repository to Savannah.
9194 This is version 7.93, which is a total rewrite from the previous
9195 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
9196 version 7.93.
9197
9198 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9199
9200 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
9201
9202 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9203
9204 * org.texi (Interaction): Add item about `org-mouse.el' by
9205 Piotr Zielinski.
9206 (Managing links): Document that also mouse-1 can be used to
9207 activate a link.
9208 (Headlines, FAQ): Add entry about hiding leading stars.
9209 (Miscellaneous): Resort the sections in this chapter to a more
9210 logical sequence.
9211
9212 2006-02-27 Simon Josefsson <jas@extundo.com>
9213
9214 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
9215 2004-01-27 from the trunk).
9216
9217 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9218
9219 * cc-mode.texi: Rename c-hungry-backspace to
9220 c-hungry-delete-backwards, at the request of RMS. Leave the old
9221 name as an alias.
9222
9223 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9224
9225 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
9226 include the function header within the defun.
9227
9228 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9229
9230 * cc-mode.texi: Correct two typos.
9231
9232 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9233
9234 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
9235 existing comment.
9236 (Electric Keys): Add a justification for electric indentation.
9237 (Hungry WS Deletion): Clear up the names and complications of the
9238 BACKSPACE and DELETE keys.
9239
9240 2006-02-23 Juri Linkov <juri@jurta.org>
9241
9242 * faq.texi (Common requests): Move `Turning on auto-fill by
9243 default' after `Wrapping words automatically'. Move `Working with
9244 unprintable characters' before `Searching for/replacing newlines'.
9245 Move `Replacing highlighted text' after `Highlighting a region'.
9246 Merge `Repeating commands' and `Repeating a command as many times
9247 as possible' into the former.
9248 (Packages that do not come with Emacs): Add refs to Gmane and
9249 etc/MORE.STUFF.
9250
9251 2006-02-23 Juri Linkov <juri@jurta.org>
9252
9253 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
9254 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
9255 Add xref to `(emacs)Reporting Bugs'.
9256 (Getting a printed manual): Add URL to other formats of the manual.
9257 (Common requests): Fix menu.
9258 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
9259 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
9260 (Inserting text at the beginning of each line): Add pxref to
9261 `Changing the included text prefix'.
9262 (Forcing the cursor to remain in the same column): Mention `track-eol'
9263 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
9264 (Replacing text across multiple files): Add keybinding `Q' for
9265 `dired-do-query-replace'.
9266
9267 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9268
9269 * reftex.texi: Version number and date change only.
9270
9271 * org.texi (Internal Links): Rewrite to cover the modified
9272 linking system.
9273
9274 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9275
9276 * faq.texi: Remove the coding cookie, it's not needed anymore.
9277
9278 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9279
9280 * faq.texi (Colors on a TTY): Mention Mac OS port.
9281
9282 2006-02-12 Karl Berry <karl@gnu.org>
9283
9284 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9285 8-bit accented a.
9286
9287 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
9288
9289 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9290
9291 2006-02-08 Romain Francoise <romain@orebokech.com>
9292
9293 * faq.texi (Top): Remove paragraph about the FAQ being a
9294 transitional document, etc.
9295 (Searching for/replacing newlines): New node.
9296 (Yanking text in isearch): New node.
9297 (Inserting text at the beginning of each line): Rename and make
9298 more general, mention `M-;' in Message mode.
9299
9300 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
9301
9302 * faq.texi (Meta key does not work in xterm)
9303 (Emacs does not display 8-bit characters)
9304 (Inputting eight-bit characters): Update xrefs.
9305
9306 2006-02-06 Romain Francoise <romain@orebokech.com>
9307
9308 * faq.texi (VM): VM now at version 7.19.
9309 Set myself as maintainer of this file.
9310
9311 2006-02-04 Michael Olson <mwolson@gnu.org>
9312
9313 * erc.texi (History): Note that ERC is now included with Emacs.
9314
9315 2006-01-31 Romain Francoise <romain@orebokech.com>
9316
9317 * message.texi (Message Headers): Explain what
9318 `message-alternative-emails' does in more detail.
9319 Update copyright year.
9320
9321 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9324
9325 2006-01-29 Richard M. Stallman <rms@gnu.org>
9326
9327 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9328
9329 2006-01-29 Michael Olson <mwolson@gnu.org>
9330
9331 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9332
9333 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9334
9335 * faq.texi (New in Emacs 22): Mention ERC.
9336
9337 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9338
9339 * rcirc.texi: Capitalize dir entry for consistency with the entry
9340 in info/dir and other entries in the Emacs category.
9341 Fix typos. Delete trailing whitespace.
9342
9343 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
9344
9345 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9346
9347 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9348
9349 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9350 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9351
9352 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9353 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9354
9355 2006-01-27 Alex Schroeder <alex@gnu.org>
9356
9357 * rcirc.texi: New file.
9358
9359 2006-01-23 Juri Linkov <juri@jurta.org>
9360
9361 * widget.texi (User Interface): Add S-TAB for widget-backward.
9362
9363 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9364
9365 Sync with Tramp 2.0.52.
9366
9367 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9368 Add Tramp disabling item. New item for common connection problems.
9369 (various): Apply "ftp" as method for the download URL.
9370 (Bug Reports): Refer to FAQ for common problems.
9371
9372 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9373
9374 * widget.texi (User Interface): Use @key for TAB.
9375
9376 * ses.texi (Formulas, Printer functions): Use @key for TAB.
9377
9378 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9379 for TAB.
9380
9381 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9382
9383 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9384
9385 * gnus.texi: Update copyright.
9386
9387 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus.texi (Article Washing): Additions.
9390
9391 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9392
9393 * org.texi (Agenda commands): Document tags command.
9394
9395 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9396
9397 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9398
9399 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9400
9401 * gnus.texi (RSS): Addition.
9402
9403 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9404
9405 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9406
9407 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9408
9409 * emacs-mime.texi (Display Customization): Add setting example to
9410 mm-discouraged-alternatives.
9411
9412 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9415 version is the canonical version.
9416
9417 2006-01-08 Alex Schroeder <alex@gnu.org>
9418
9419 * pgg.texi (Caching passphrase): Rewording.
9420
9421 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9422
9423 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9424 repository URL.
9425
9426 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
9427
9428 * org.texi: Removed the accidentally re-added empty line in the
9429 direntry.
9430
9431 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9432
9433 * org.texi (Agenda Views): Chapter reorganized.
9434
9435 2005-12-29 Romain Francoise <romain@orebokech.com>
9436
9437 * faq.texi (Using Customize): New node.
9438
9439 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9440
9441 * org.texi: Remove blank line in @direntry. It is non-standard
9442 and recursively produces blank lines all over the dir file (when
9443 using Texinfo 4.8).
9444
9445 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * widget.texi (atoms): Delete obsolete remark about `file' widget.
9448
9449 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9450
9451 * org.texi (Tags): Boolean logic documented.
9452 (Agenda Views): Document custom commands.
9453
9454 2005-12-20 David Kastrup <dak@gnu.org>
9455
9456 * faq.texi (AUCTeX): Update version and mailing list info.
9457
9458 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9459
9460 * gnus.texi (MIME Commands): Mention addition of
9461 multipart/alternative to gnus-buttonized-mime-types and add xref
9462 to mm-discouraged-alternatives.
9463
9464 * emacs-mime.texi (Display Customization): Mention addition of
9465 "image/.*" and add xref to gnus-buttonized-mime-types in the
9466 mm-discouraged-alternatives section.
9467
9468 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9469
9470 * org.texi (Tags): New section.
9471 (Agenda Views): Chapter reorganized.
9472
9473 2005-12-16 Eli Zaretskii <eliz@gnu.org>
9474
9475 * org.texi (Internal Links): Add a missing comma after an @xref.
9476
9477 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
9478
9479 * faq.texi (Filling paragraphs with a single space): No need to
9480 change sentence-end now.
9481
9482 2005-12-13 Romain Francoise <romain@orebokech.com>
9483
9484 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9485
9486 2005-12-12 Jay Belanger <belanger@truman.edu>
9487
9488 * faq.texi (Calc): Update version number.
9489
9490 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9491
9492 * org.texi (Progress Logging): New section.
9493
9494 2005-12-10 Romain Francoise <romain@orebokech.com>
9495
9496 Update the Emacs FAQ for the 22.1 release.
9497
9498 * faq.texi: Set VER to `22.1'.
9499 (Basic editing): Explain how to use localized versions of the
9500 Tutorial. Mention that `C-h r' displays the manual.
9501 Delete obsolete WWW link to an Emacs 18 tutorial.
9502 (Getting a printed manual): Point to the new locations of the
9503 manuals on the GNU Web site.
9504 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9505 available via Info (it was previously distributed separately).
9506 (Installing Texinfo documentation): The latest version of Texinfo
9507 is 4.8, not 4.0.
9508 (Informational files for Emacs): COPYING is the GNU General Public
9509 License, not the Emacs General Public License.
9510 (Informational files for Emacs): Delete obsolete link to the
9511 GNUinfo pages as they have been removed from the GNU Web site.
9512 (New in Emacs 22): New node.
9513 (Setting up a customization file): Say that most packages support
9514 Customize nowadays.
9515 (Colors on a TTY): Delete reference to instructions on how to
9516 enable syntax highlighting, it is now enabled by default.
9517 (Turning on abbrevs by default): Emacs now reads the abbrevs file
9518 at startup automatically.
9519 (Controlling case sensitivity): Mention `M-c' in isearch.
9520 (Using an already running Emacs process): Emacs now creates the
9521 socket in `/tmp/emacsUID'. Fix typos. Change default location of
9522 gnuserv. As emacsclient can now run Lisp code as well, delete a
9523 sentence praising gnuserv for that. Simplify description of how
9524 the client/server operation works.
9525 (Compiler error messages): Delete obsolete text (compile.el has
9526 been rewritten).
9527 (Indenting switch statements): Fix typo.
9528 (Matching parentheses): Simplify setup instructions, mention the
9529 menu bar item in the Options menu.
9530 (Repeating a command as many times as possible): Mention `C-x e'.
9531 (Going to a line by number): Mention new keymap and bindings
9532 `M-g M-g', `M-g M-p' and `M-g M-n'.
9533 (Turning on syntax highlighting): Now on by default. Simplify.
9534 (Replacing highlighted text): Use `1', not `t'.
9535 (Problems with very large files): The maximum size is now 256MB on
9536 32-bit machines.
9537 (^M in the shell buffer): Mention `comint-process-echoes'.
9538 (Emacs for Apple computers): Emacs 22 has native support for Mac
9539 OS X.
9540 (Translating names to IP addresses): Delete node.
9541 (Binding keys to commands): Fix typo.
9542 (SPC no longer completes file names): New node.
9543 (MIME with Emacs mail packages): Delete section about the Emacs
9544 MIME FAQ (it's not reachable anymore).
9545
9546 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9547
9548 * cc-mode.texi: The manual has been extensively revised: the
9549 information about using CC Mode has been separated from the larger
9550 and more difficult chapters about configuration. It has been
9551 updated for CC Mode 5.31.
9552
9553 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * pgg.texi (User Commands): Fix description of pgg-verify-region.
9556 (Selecting an implementation): Fix descriptions.
9557
9558 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9559
9560 * message.texi (Various Message Variables): Addition.
9561
9562 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9563
9564 * message.texi: Fix default values.
9565
9566 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9567
9568 * message.texi (Header Commands): Clarify descriptions of
9569 message-cross-post-followup-to, message-reduce-to-to-cc, and
9570 message-insert-wide-reply.
9571 (Various Commands): Fix kindex for message-kill-to-signature;
9572 clarify description of message-tab.
9573
9574 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
9575
9576 * message.texi (Mailing Lists): Fix description about MFT.
9577
9578 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9579
9580 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9581
9582 * gnus.texi (Slow Terminal Connection): Replace old description
9583 with new one.
9584
9585 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
9586
9587 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9588 replace X-Draft-Headers with X-Draft-From.
9589
9590 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9591
9592 * gnus.texi (Various Various): Fix the default value of
9593 nnheader-max-head-length.
9594 (Gnus Versions): Fix typo.
9595
9596 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9597
9598 * org.texi (Structure editing): Document new functionality of
9599 M-RET.
9600
9601 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
9602
9603 * org.texi (Internal Links): Fix Texinfo usage.
9604
9605 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9606
9607 * org.texi (TODO basics): Document the global todo list.
9608 (TODO items): Documents sparse tree for specific TODO
9609 keywords.
9610
9611 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
9612
9613 * org.texi (Plain Lists): Typos fixed.
9614
9615 2005-11-28 Jay Belanger <belanger@truman.edu>
9616
9617 * calc.texi: Change references of `M-#' to `C-x *' prefix.
9618
9619 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9620
9621 * org.texi (Structure editing): New item moving commands added.
9622 (Plain Lists): New section.
9623
9624 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9625
9626 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9627 (Agenda): Document commands `org-cycle-agenda-files' and
9628 `org-agenda-file-to-front'.
9629 (Built-in table editor): Document `org-table-sort-lines'.
9630 (HTML formatting): Export of hand-formatted lists.
9631
9632 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9633
9634 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9635 new variable gnus-toolbar-thickness.
9636
9637 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
9638
9639 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9640
9641 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9642
9643 * gnus.texi (X-Face): Fix description.
9644 (XVarious): Remove gnus-xmas-logo-color-alist and
9645 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9646
9647 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9648
9649 * gnus.texi (Group Parameters): Mention new variable
9650 gnus-parameters-case-fold-search.
9651 (Home Score File): Addition.
9652
9653 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9654
9655 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
9656 (Overview): List supported feed types.
9657 (Installation): No installation necessary when using autoload.
9658 (Configuration): Rename "RSS" to "news".
9659
9660 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9661
9662 * pgg.texi (User Commands): Document additional passphrase
9663 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9664 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9665
9666 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9667
9668 * org.texi: Version number changed to 3.19.
9669
9670 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
9671
9672 * pgg.texi (How to use): Update the example to add autoload of
9673 pgg-encrypt-symmetric-region.
9674 (User Commands): Document pgg-encrypt-symmetric-region.
9675 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9676
9677 2005-10-27 Jay Belanger <belanger@truman.edu>
9678
9679 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9680 mention other TeX-related units.
9681
9682 2005-10-23 Lars Hansen <larsh@soem.dk>
9683
9684 * dired-x.texi (Miscellaneous Commands):
9685 Replace dired-do-relative-symlink by dired-do-relsymlink and
9686 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9687
9688 2005-10-23 Jay Belanger <belanger@truman.edu>
9689
9690 * calc.texi (Predefined Units): Use `alpha' for the fine structure
9691 constant.
9692
9693 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * faq.texi (Bugs and problems):
9696 Replace `dired-move-to-filename-regexp' by
9697 `directory-listing-before-filename-regexp'.
9698
9699 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9700
9701 * newsticker.texi (UPDATED): Set value.
9702
9703 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
9704
9705 * gnus.texi (Document Groups): Remove duplicate item.
9706
9707 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9708
9709 * org.texi (Summary): Mention iCalendar support.
9710 (Exporting): Document iCalendar support.
9711
9712 2005-10-18 Romain Francoise <romain@orebokech.com>
9713
9714 * viper.texi (Viper Specials): Capitalize GNU.
9715
9716 2005-10-17 Juri Linkov <juri@jurta.org>
9717
9718 * info.texi (Getting Started, Search Index, Expert Info):
9719 Fix wording.
9720 (Search Text): Replace `echo area' with `mode line'.
9721 (Search Index): Both `i' and `,' find all index entries.
9722 Replace example `C-f' with `C-l' (which exists in index of Info
9723 manual) and delete spaces in its keyboard input sequence.
9724 Delete unnecessary explanations about literal characters.
9725
9726 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * gnus.texi (Document Server Internals): Addition.
9729
9730 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9731
9732 * gnus.texi (A note on namespaces): Fix RFC reference.
9733
9734 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9735
9736 * gnus.texi (RSS): Fix key description.
9737
9738 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9739
9740 * gnus.texi: Emacs/w3 -> Emacs/W3.
9741 (Browsing the Web): Fix description.
9742 (Web Searches): Ditto.
9743 (Customizing W3): Ditto.
9744
9745 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9746
9747 * gnus.texi (Maildir): Clarify expire-age and expire-group.
9748
9749 2005-10-11 Jay Belanger <belanger@truman.edu>
9750
9751 * calc.texi (Integration): Mention using `a i' to compute definite
9752 integrals.
9753
9754 2005-10-11 Juri Linkov <juri@jurta.org>
9755
9756 * info.texi: Rearrange nodes.
9757 (Top): Update menu. Change ref `Info for Experts' to
9758 `Advanced Info Commands'.
9759 (Getting Started): Fix description of manual's parts.
9760 (Help-Int): Change xref `Info Search' to `Search Index', and
9761 `Expert Info' to `Advanced'.
9762 (Advanced): Move node one level up.
9763 (Search Text, Search Index): New nodes split out from `Info Search'.
9764 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9765 split out from `Advanced'.
9766 (Advanced, Emacs Info Variables): De-document editing an Info file
9767 in Info.
9768 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9769 (Creating an Info File): Delete node and move its text to
9770 `Expert Info'.
9771
9772 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9773
9774 * org.texi (Workflow states): Documented that change in keywords
9775 becomes active only after restart of Emacs.
9776
9777 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9778
9779 Sync with Tramp 2.0.51.
9780
9781 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * speedbar.texi (Introduction): Describe new location of speedbar
9784 on menubar.
9785 (Basic Key Bindings): Remove descriptions of bindings that have
9786 been removed.
9787
9788 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
9789
9790 * speedbar.texi (GDB): Describe use of watch expressions.
9791
9792 2005-09-28 Simon Josefsson <jas@extundo.com>
9793
9794 * message.texi (IDNA): Fix.
9795
9796 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9797
9798 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9799 nntp-server-hook, and nntp-warn-about-losing-connection; fix
9800 description of nntp-open-connection-function.
9801 (Common Variables): Fix descriptions.
9802
9803 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gnus.texi (Server Buffer Format): Document the %a format spec.
9806
9807 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9810
9811 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9812
9813 * org.texi Version 3.16.
9814
9815 2005-09-19 Miles Bader <miles@gnu.org>
9816
9817 * newsticker.texi: Get rid of CVS keywords.
9818
9819 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9820
9821 * gnus.texi (Finding the Parent): Fix description of how Gnus
9822 finds article.
9823
9824 2005-09-14 Jari Aalto <jari.aalto@cante.net>
9825
9826 * gnus.texi (Advanced Scoring Examples): New examples to teach how
9827 to drop off non-answered articles.
9828
9829 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9832 braces (which are unsupported by NMAKE) for macro `srcdir'.
9833
9834 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9835
9836 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9837 (../info/newsticker, newsticker.dvi): New targets.
9838
9839 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
9840
9841 * newsticker.texi: Replace @command with @code. Replace @example
9842 with @lisp.
9843 (Top): Add explanations to menu items.
9844 (GNU Free Documentation License): Remove.
9845
9846 2005-09-16 Romain Francoise <romain@orebokech.com>
9847
9848 Update all files to specify GFDL version 1.2.
9849
9850 * doclicense.texi (GNU Free Documentation License): Update to
9851 version 1.2.
9852
9853 2005-09-15 Richard M. Stallman <rms@gnu.org>
9854
9855 * newsticker.texi: Fix @setfilename.
9856
9857 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9858 (../info/newsticker, newsticker.dvi): New targets.
9859
9860 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
9861
9862 * org.texi: Version 3.15.
9863
9864 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
9865
9866 * ses.texi: Combine all three indices into one.
9867 Correct a few typos.
9868
9869 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
9870
9871 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9872
9873 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * emacs-mime.texi (Handles): Remove duplicate item.
9876 (Encoding Customization): Fix the default value for
9877 mm-coding-system-priorities.
9878 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9879 (Basic Functions): Fix reference.
9880
9881 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9882
9883 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9884
9885 2005-08-18 Richard M. Stallman <rms@gnu.org>
9886
9887 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9888 and web site.
9889
9890 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9891 not keyboard-translate.
9892
9893 2005-08-11 Richard M. Stallman <rms@gnu.org>
9894
9895 * faq.texi (Using regular expressions): Fix xref.
9896
9897 2005-08-09 Juri Linkov <juri@jurta.org>
9898
9899 * info.texi (Help-P): Replace `Prev' with `Previous'.
9900 (Help-M, Help-Xref): Add S-TAB.
9901 (Help-FOO): Update `u' command.
9902 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9903 Update info about visibility of xref parts.
9904 (Help-Int): Fix `m' command. Rename `Info-last' to
9905 `Info-history-back'. Add `Info-history-forward'.
9906 (Advanced): Fix `g*' and `M-n' commands.
9907 (Info Search): Add `index-apropos' in stand-alone browser.
9908 Add isearch commands.
9909 (Emacs Info Variables): Remove `Info-fontify'.
9910 Add `Info-mode-hook'. Update face names.
9911 Add `Info-fontify-maximum-menu-size',
9912 `Info-fontify-visited-nodes', `Info-isearch-search'.
9913
9914 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9915
9916 Sync with Tramp 2.0.50.
9917
9918 * tramp.texi: Use @option{} consequently for method names.
9919 (Inline methods, External transfer methods): Remove references to
9920 Cygwin.
9921 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9922 implementation.
9923
9924 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
9925
9926 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9927 Mention that gnus-init-file is not read when Emacs is invoked with
9928 --no-init-file or -q.
9929
9930 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9931
9932 * org.texi: Version 3.14.
9933
9934 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9935
9936 * org.texi: Version 3.13.
9937
9938 2005-07-18 Juri Linkov <juri@jurta.org>
9939
9940 * calc.texi (Time Zones, Logical Operations):
9941 * cl.texi (Overview):
9942 * org.texi (TODO types):
9943 * sc.texi (Emacs 18 MUAs):
9944 * speedbar.texi (Top):
9945 * url.texi (History):
9946 Delete duplicate duplicate words.
9947
9948 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
9949
9950 * cl.texi (Type Predicates): Document `atom' type.
9951
9952 2005-07-04 Lute Kamstra <lute@gnu.org>
9953
9954 Update FSF's address in GPL notices.
9955
9956 * calc.texi (Copying):
9957 * doclicense.texi (GNU Free Documentation License):
9958 * faq.texi (Contacting the FSF):
9959 * mh-e.texi (Copying): Update FSF's address.
9960
9961 2005-07-03 Richard M. Stallman <rms@gnu.org>
9962
9963 * flymake.texi (Example -- Configuring a tool called directly):
9964 Update name of flymake-build-relative-filename.
9965
9966 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9967
9968 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9969
9970 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9971
9972 * org.texi: Version 3.12.
9973
9974 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9975
9976 * makefile.w32-in (MAKEINFO): Use --force.
9977 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9978 Makefile.in.
9979 (gnus.dvi): Use "..." to quote Sed args, so that it works with
9980 more shells.
9981
9982 2005-06-23 Richard M. Stallman <rms@gnu.org>
9983
9984 * speedbar.texi (Creating a display): Texinfo usage fixes.
9985
9986 * tramp.texi (Customizing Completion, Auto-save and Backup):
9987 Texinfo usage fixes.
9988
9989 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * dired-x.texi (Miscellaneous Commands):
9992 * ediff.texi (Miscellaneous):
9993 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9994 (Agent Variables):
9995 * info.texi (Help-Xref):
9996 * message.texi (Message Headers):
9997 * org.texi (Remember):
9998 * reftex.texi (Options (Defining Label Environments))
9999 (Options (Index Support), Options (Viewing Cross-References))
10000 (Options (Misc), Changes):
10001 * speedbar.texi (Creating a display):
10002 * tramp.texi (Customizing Completion, Auto-save and Backup):
10003 Texinfo usage fix.
10004
10005 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10006
10007 * org.texi: Version 3.11.
10008
10009 2005-06-12 Jay Belanger <belanger@truman.edu>
10010
10011 * calc.texi (Getting Started): Remove extra menu item.
10012
10013 2005-05-31 Jay Belanger <belanger@truman.edu>
10014
10015 * calc.texi (Notations Used in This Manual): Use @kbd for key
10016 sequence.
10017 (Demonstration of Calc): Mention another way of starting Calc.
10018 (Starting Calc): Mention long name of M-#.
10019 (Embedded Mode Overview): Remove unnecessary instruction.
10020 (Other M-# commands): Rephrase `M-# 0' explanation.
10021 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
10022 reflect current behavior.
10023
10024 2005-05-30 Jay Belanger <belanger@truman.edu>
10025
10026 * calc.texi (Hooks): Change description of calc-window-hook and
10027 calc-trail-window-hook to match usage.
10028 (Computational Functions): Add more constant-generating functions.
10029 (Customizable Variables): Use defvar.
10030
10031 2005-05-28 Jay Belanger <belanger@truman.edu>
10032
10033 * calc.texi (Assignments in Embedded Mode): Fix variable name.
10034 (Basic Embedded Mode): Explain behavior of arguments to
10035 calc-embedded-mode.
10036
10037 2005-05-27 Jay Belanger <belanger@truman.edu>
10038
10039 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
10040 current behavior.
10041
10042 2005-05-25 Jay Belanger <belanger@truman.edu>
10043
10044 * calc.texi: Change Calc version number throughout.
10045 (Keypad Mode): Change location in info output.
10046 (Keypad mode overview): Move picture of keypad.
10047
10048 2005-05-21 Jay Belanger <belanger@truman.edu>
10049
10050 * calc.texi (Storing variables): Mention that only most variables
10051 are void to begin with.
10052
10053 2005-05-21 Kevin Ryde <user42@zip.com.au>
10054
10055 * widget.texi (Basic Types): Update cross ref from "Enabling
10056 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
10057 lispref/text.texi change.
10058
10059 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10060
10061 * org.texi: Version 3.09.
10062
10063 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10064
10065 * reftex.texi: Version 4.28.
10066
10067 2005-05-16 Jay Belanger <belanger@truman.edu>
10068
10069 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
10070
10071 2005-05-14 Jay Belanger <belanger@truman.edu>
10072
10073 * calc.texi (Default Simplifications): Insert missing ! (logical
10074 not operator).
10075
10076 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10077
10078 Sync with Tramp 2.0.49.
10079
10080 2005-05-10 Jay Belanger <belanger@truman.edu>
10081
10082 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
10083 to 1.
10084
10085 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
10086
10087 * org.texi: Version 3.08, structure reorganized.
10088
10089 2005-04-24 Richard M. Stallman <rms@gnu.org>
10090
10091 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
10092
10093 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10094
10095 * org.texi: Update to version 3.06.
10096
10097 2005-04-13 Lute Kamstra <lute@gnu.org>
10098
10099 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
10100
10101 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
10102
10103 * cl.texi (Porting Common Lisp): Fix typo.
10104
10105 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * gnus.texi (RSS): Addition.
10108
10109 2005-04-04 Jay Belanger <belanger@truman.edu>
10110
10111 * calc.texi: Change Calc version number.
10112 (Customizable variables): Fix description of calc-language-alist.
10113 (Copying): Put in version 2 of GPL.
10114
10115 2005-04-01 Jay Belanger <belanger@truman.edu>
10116
10117 * calc.texi (Troubleshooting Commands): Remove comment about
10118 installation.
10119 (Installation): Remove section.
10120 (Customizable Variables): New section.
10121 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
10122 (Graphical Devices): Add references to Customizable Variables.
10123
10124 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10125
10126 * emacs-mime.texi (Display Customization): Markup fixes.
10127 (rfc2047): Update.
10128
10129 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10130
10131 * gnus-faq.texi: Replaced with auto-generated version.
10132
10133 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10134
10135 * dired-x.texi (Multiple Dired Directories): default-directory was
10136 renamed to dired-default-directory.
10137
10138 2005-03-26 Jay Belanger <belanger@truman.edu>
10139
10140 * calc.texi (Simplifying Formulas, Rewrite Rules):
10141 Change description of top and bottom of fraction.
10142 (Modulo Forms): Move description of how to create modulo forms to
10143 earlier in the section.
10144 (Fraction Mode): Suggest using : to get a fraction by dividing.
10145 (Basic Arithmetic): Adjust placement of command name.
10146 (Truncating the Stack): Emphasize that "hidden" entries are still
10147 visible.
10148 (Installation): Move discussion of printing manual to "About This
10149 Manual".
10150 (About This Manual): Mention how to print the manual.
10151 (Reporting Bugs): Remove first person.
10152 (Building Vectors): Add algebraic version of append.
10153 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
10154 (Grouping Digits): Fix typo.
10155
10156 2005-03-25 Werner Lemberg <wl@gnu.org>
10157
10158 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
10159 Replace `legal' with `valid'.
10160
10161 2005-03-25 Werner Lemberg <wl@gnu.org>
10162
10163 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
10164
10165 2005-03-24 Jay Belanger <belanger@truman.edu>
10166
10167 * calc.texi (General Mode Commands)
10168 (Mode Settings in Embedded Mode): Add some explanation of
10169 recording mode settings.
10170
10171 2005-03-24 Richard M. Stallman <rms@gnu.org>
10172
10173 * calc.texi: Remove praise of non-free software.
10174
10175 * idlwave.texi: Don't say where to get IDL or its non-free manual.
10176 (Installation): Node deleted.
10177
10178 2005-03-23 Richard M. Stallman <rms@gnu.org>
10179
10180 * url.texi (HTTP language/coding): Improve last change.
10181
10182 2005-03-22 Jay Belanger <belanger@truman.edu>
10183
10184 * calc.texi (Embedded Mode): Add new information on changing
10185 modes.
10186
10187 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10188
10189 Sync with Tramp 2.0.48.
10190
10191 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
10192
10193 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
10194 "GNU/Linux". Change all addresses to .gnu.org.
10195 (Default Method): Offer shortened syntax for "su" and "sudo"
10196 methods.
10197
10198 2005-03-07 Richard M. Stallman <rms@gnu.org>
10199
10200 * url.texi: Fix usage of "e.g.".
10201 (HTTP language/coding): Explain the rules for these strings.
10202
10203 2005-03-06 Richard M. Stallman <rms@gnu.org>
10204
10205 * woman.texi (Introduction): Minor cleanups.
10206
10207 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
10208
10209 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
10210 (Installation): Node deleted.
10211
10212 * mh-e.texi (Preface): Get rid of "Emacs 21".
10213
10214 * eshell.texi (Installation): Delete node (for Emacs 20).
10215
10216 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
10217
10218 * flymake.texi: Refill and tweak style in @lisp blocks.
10219
10220 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
10223
10224 2005-03-01 Jay Belanger <belanger@truman.edu>
10225
10226 * calc.texi (Trigonometric and Hyperbolic Functions):
10227 Mention additional functions.
10228 (Algebraic Simplifications): Mention additional simplifications.
10229
10230 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
10231
10232 * ses.texi: Add concept/function/variable indices (this work was
10233 donated by Brad Collins <brad@chenla.org>, copyright-assignment
10234 papers on file at FSF).
10235
10236 2005-02-10 Jay Belanger <belanger@truman.edu>
10237
10238 * calc.texi: Change @LaTeX to La@TeX throughout.
10239 Redefine @expr as @math for TeX output.
10240 Redefine @texline as a no-op for TeX output.
10241 Define @tfn, replace @t by @tfn throughout.
10242
10243 2005-02-09 Jay Belanger <belanger@truman.edu>
10244
10245 * calc.texi: Add macro for LaTeX for info output.
10246
10247 2005-02-08 Kim F. Storm <storm@cua.dk>
10248
10249 * texinfo.tex (LaTex): Add def.
10250
10251 2005-02-06 Jay Belanger <belanger@truman.edu>
10252
10253 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
10254 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
10255 throughout manual.
10256
10257 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10258
10259 * gnus.texi: Some edits based on comments from David Abrahams.
10260
10261 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10262
10263 * gnus.texi (RSS): Fix the keystroke.
10264
10265 2005-01-24 David Kastrup <dak@gnu.org>
10266
10267 * faq.texi: Update AUCTeX version info.
10268
10269 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10270
10271 * gnus-faq.texi ([4.1]): Typo.
10272
10273 2005-01-19 Jay Belanger <belanger@truman.edu>
10274
10275 * calc.texi (Keep Arguments): Mention that keeping arguments
10276 doesn't work with keyboard macros.
10277
10278 2005-01-16 Richard M. Stallman <rms@gnu.org>
10279
10280 * autotype.texi (Autoinserting): Fix small error.
10281
10282 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10283
10284 Sync with Tramp 2.0.47.
10285
10286 * tramp.texi (Compilation): New section, describing compilation of
10287 remote files.
10288
10289 2005-01-11 Kim F. Storm <storm@cua.dk>
10290
10291 * widget.texi (Basic Types): Add :follow-link keyword.
10292
10293 2005-01-09 Jay Belanger <belanger@truman.edu>
10294
10295 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10296
10297 2005-01-08 Jay Belanger <belanger@truman.edu>
10298
10299 * calc.texi: Change throughout to reflect new default value of
10300 calc-settings-file.
10301
10302 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10303
10304 * message.texi (Reply): `message-reply-to-function' should return
10305 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10306
10307 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
10308
10309 * faq.texi (Changing load-path): Fix typo.
10310
10311 2005-01-05 Jay Belanger <belanger@truman.edu>
10312
10313 * calc.texi (Programming Tutorial): Replace kbd command by
10314 appropriate characters for a keyboard macro.
10315
10316 2005-01-04 Jay Belanger <belanger@truman.edu>
10317
10318 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10319 for Lucid Emacs.
10320 (Programming Tutorial): Mention that the user needs to be in the
10321 right mode to compute some functions.
10322
10323 2005-01-04 Jay Belanger <belanger@truman.edu>
10324
10325 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10326 no longer applicable.
10327
10328 2005-01-01 Jay Belanger <belanger@truman.edu>
10329
10330 * calc.texi (Programming Tutorial): Change description of how to
10331 edit keyboard macros to match current behavior.
10332
10333 2004-12-31 Jay Belanger <belanger@truman.edu>
10334
10335 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10336
10337 2004-12-20 Jay Belanger <belanger@truman.edu>
10338
10339 * calc.texi (Types Tutorial): Emphasize that you can't divide by
10340 zero.
10341
10342 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
10343
10344 * cc-mode.texi (Text Filling and Line Breaking): Put period after
10345 @xref.
10346 (Font Locking): Avoid @strong{Note:}.
10347
10348 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10349
10350 Sync with Tramp 2.0.46.
10351
10352 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
10353
10354 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
10355
10356 * url.texi: Correct typos.
10357 (Retrieving URLs): @var{nil}->@code{nil}.
10358 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10359 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10360 (Dealing with HTTP documents): @inforef->@xref.
10361
10362 2004-12-15 Jay Belanger <belanger@truman.edu>
10363
10364 * calc.texi: Consistently capitalized all mode names.
10365 (Answers to Exercises): Mention that an answer can be a fraction
10366 when in Fraction mode.
10367
10368 2004-12-13 Jay Belanger <belanger@truman.edu>
10369
10370 * calc.texi: Fix some TeX definitions.
10371
10372 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
10373
10374 * reftex.texi (Imprint): Remove erroneous @value's.
10375
10376 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10377
10378 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10379 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10380
10381 2004-12-08 Jay Belanger <belanger@truman.edu>
10382
10383 * calc.texi (Starting Calc): Remove comment about installation.
10384 (Keypad Mode Overview): Remove comment about Emacs 19 support.
10385
10386 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
10387
10388 * url.texi: Update @setfilename.
10389 (Getting Started): No need to worry about Gnus versions.
10390 (Dealing with HTTP documents): Use @inforef.
10391
10392 * org.texi: Fix @direntry file name.
10393
10394 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * url.texi: New file.
10397
10398 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10399
10400 2004-12-06 Jay Belanger <belanger@truman.edu>
10401
10402 * calc.texi (Using Calc): Remove paragraph about installation.
10403
10404 2004-12-06 Jay Belanger <belanger@truman.edu>
10405
10406 * calc.texi: Use more Texinfo macros and less TeX defs.
10407 Remove @refill's.
10408
10409 2004-12-06 Richard M. Stallman <rms@gnu.org>
10410
10411 * org.texi: New file.
10412
10413 2004-12-05 Richard M. Stallman <rms@gnu.org>
10414
10415 * Makefile.in (org.dvi, ../info/org): New targets.
10416 (INFO_TARGETS): Add ../info/org.
10417 (DVI_TARGETS): Add org.dvi.
10418 (maintainer-clean): Remove the info files in the info dir.
10419
10420 2004-11-26 Eli Zaretskii <eliz@gnu.org>
10421
10422 * idlwave.texi: Fix the setfilename directive to put the produced
10423 file in ../info.
10424 (Continued Statement Indentation): Resurrect Jan D.'s change from
10425 2004-11-03 that was lost when a newer version of idlwave.texi was
10426 imported.
10427
10428 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10429
10430 * gnus-faq.texi ([5.1]): Add missing bracket.
10431
10432 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10433 Index `spam-initialize'.
10434
10435 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10436
10437 * message.texi (Various Message Variables): Mention that all mail
10438 file variables are derived from `message-directory'.
10439
10440 * gnus.texi (Splitting Mail): Clarify bogus group.
10441
10442 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * emacs-mime.texi (Encoding Customization):
10445 Fix mm-coding-system-priorities entry.
10446
10447 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
10448
10449 * idlwave.texi (Continued Statement Indentation):
10450 * reftex.texi (Options (Index Support))
10451 (Displaying and Editing the Index, Table of Contents):
10452 * speedbar.texi (Creating a display, Major Display Modes):
10453 Replace non-nil with non-@code{nil}.
10454
10455 2004-10-21 Jay Belanger <belanger@truman.edu>
10456
10457 * calc.texi (Algebraic-Style Calculations): Remove a comment.
10458
10459 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
10460
10461 * calc.texi (Reporting Bugs): Double up `@'.
10462
10463 2004-10-18 Jay Belanger <belanger@truman.edu>
10464
10465 * calc.texi (Reporting Bugs): Change the address that bugs
10466 should be sent to.
10467
10468 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10469
10470 * gnus.texi (New Features): Add 5.11.
10471
10472 * message.texi (Resending): Remove wrong default value.
10473
10474 * gnus.texi (Mail Source Specifiers): Describe possible problems
10475 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
10476 `pop3-leave-mail-on-server' to the index.
10477
10478 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10479
10480 * message.texi (Canceling News): Add how to set a password.
10481
10482 2004-10-12 Jay Belanger <belanger@truman.edu>
10483
10484 * calc.texi (Help Commands): Change the descriptions of
10485 calc-describe-function and calc-describe-variable to match their
10486 current behavior.
10487
10488 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10489
10490 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10491
10492 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10493
10494 Sync with Tramp 2.0.45.
10495
10496 * tramp.texi (Frequently Asked Questions): Comment paragraph about
10497 plink link. The URL is outdated. Originator contacted for
10498 clarification.
10499
10500 2004-10-10 Juri Linkov <juri@jurta.org>
10501
10502 * gnus.texi (Top, Marking Articles): Join two menus in one node
10503 because a node can have only one menu.
10504
10505 2004-10-09 Juri Linkov <juri@jurta.org>
10506
10507 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10508 example of nnmail-split-fancy.
10509
10510 2004-10-06 Karl Berry <karl@gnu.org>
10511
10512 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10513 consistency with other uses of dashes.
10514
10515 2004-10-05 Karl Berry <karl@gnu.org>
10516
10517 * info.texi: Consistently use --- throughout, periods at end of
10518 menu descriptions, and a couple typos.
10519
10520 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10521
10522 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10523 * pgg.texi (User Commands, Backend methods): Do.
10524 * gnus.texi: Markup fixes.
10525 (Setting Process Marks): Fix `M P a' entry.
10526 * emacs-mime.texi: Fixes.
10527
10528 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10529
10530 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10531 again.
10532 Use 5.10 instead of 5.10.0.
10533
10534 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10535
10536 * gnus.texi (Summary Mail Commands): S D e.
10537
10538 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
10539
10540 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10541 the gnus-article-mode-line-format section.
10542
10543 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10544
10545 * gnus.texi (Various Summary Stuff): Fix the documentation for
10546 gnus-newsgroup-variables.
10547
10548 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10549
10550 * gnus.texi (MIME Commands):
10551 Add gnus-mime-display-multipart-as-mixed,
10552 gnus-mime-display-multipart-alternative-as-mixed,
10553 gnus-mime-display-multipart-related-as-mixed.
10554 (Mail Source Customization): Clarify `mail-source-directory'.
10555 (Splitting Mail): Mention gnus-group-find-new-groups.
10556 (SpamOracle): Fix typo.
10557
10558 * gnus-faq.texi: Untabify.
10559 ([6.3]): nnir.el is in contrib directory.
10560
10561 * message.texi (News Headers): Clarify how a unique ID is created.
10562
10563 * gnus.texi (Batching Agents): Fix typo in example.
10564 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10565
10566 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
10567
10568 * gnus.texi (Group Parameters): Add more on hooks.
10569
10570 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
10571
10572 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10573
10574 2004-09-22 Jay Belanger <belanger@truman.edu>
10575
10576 * calc.texi (Vectors as Lists): Add a warning that the tutorial
10577 might be hidden during part of the session.
10578
10579 2004-09-20 Jay Belanger <belanger@truman.edu>
10580
10581 * calc.texi (Notations Used in This Manual): Put in an earlier
10582 mention that DEL could be called Backspace.
10583
10584 2004-09-10 Simon Josefsson <jas@extundo.com>
10585
10586 * gnus.texi (IMAP): Add example. Suggested and partially written
10587 by Steinar Bang <sb@dod.no>.
10588
10589 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10590
10591 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10592 netrc syntax.
10593
10594 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10595
10596 * gnus.texi (Spam ELisp Package Sequence of Events):
10597 Some clarifications.
10598 (Spam ELisp Package Global Variables): More clarifications.
10599
10600 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10601
10602 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10603 Mention spam-split does not modify incoming mail.
10604
10605 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10606
10607 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10608
10609 2004-09-10 Eli Zaretskii <eliz@gnu.org>
10610
10611 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10612
10613 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10614
10615 * makefile.w32-in (sieve, pgg): Use $(infodir).
10616
10617 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
10618
10619 * makefile.w32-in: Fix PGG and Sieve entries.
10620
10621 2004-08-28 Eli Zaretskii <eliz@gnu.org>
10622
10623 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10624 Emacs and related programs.
10625
10626 2004-08-27 Richard M. Stallman <rms@gnu.org>
10627
10628 * faq.texi: Fix texinfo usage, esp. doublequotes.
10629 (Difference between Emacs and XEmacs): Some clarification.
10630
10631 * faq.texi (Difference between Emacs and XEmacs):
10632 Explain not to contrast XEmacs with GNU Emacs.
10633
10634 2004-08-26 Richard M. Stallman <rms@gnu.org>
10635
10636 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10637
10638 2004-08-22 David Kastrup <dak@gnu.org>
10639
10640 * reftex.texi (AUCTeX): Update links, section name.
10641
10642 * faq.texi (Calc): Update availability (included in 22.1).
10643 (AUCTeX): Update availability, information, versions, description.
10644
10645 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10646
10647 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10648
10649 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10650
10651 * cc-mode.texi: Various updates for CC Mode 5.30.9.
10652
10653 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10654
10655 Sync with Tramp 2.0.44.
10656
10657 2004-08-05 Lars Hansen <larsh@math.ku.dk>
10658
10659 * widget.texi (User Interface): Update how to separate the
10660 editable field of an editable-field widget from other widgets.
10661 (Programming Example): Add text after field.
10662
10663 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10664
10665 * emacs-mime.texi (Encoding Customization): Add a note to the
10666 mm-content-transfer-encoding-defaults entry.
10667 (rfc2047): Update.
10668
10669 * gnus.texi (Article Highlighting):
10670 Add gnus-cite-ignore-quoted-from.
10671 (POP before SMTP): New node.
10672 (Posting Styles): Addition.
10673 (Splitting Mail): Add nnmail-split-lowercase-expanded.
10674 (Fancy Mail Splitting): Ditto.
10675 (X-Face): Add gnus-x-face.
10676
10677 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
10678
10679 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10680 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10681
10682 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10683
10684 * gnus.texi (Mail Source Specifiers):
10685 Describe `pop3-leave-mail-on-server'.
10686
10687 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
10688
10689 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10690
10691 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10692 repository. Change setfilename.
10693
10694 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10695
10696 2004-07-02 Juri Linkov <juri@jurta.org>
10697
10698 * pcl-cvs.texi (Viewing differences): Add `d r'.
10699
10700 2004-06-29 Jesper Harder <harder@ifa.au.dk>
10701
10702 * ses.texi, viper.texi, flymake.texi, faq.texi:
10703 * eshell.texi, ediff.texi: Markup fixes.
10704
10705 2004-06-21 Karl Berry <karl@gnu.org>
10706
10707 * info.texi (Top): Mention that only Emacs has mouse support.
10708 (Getting Started): Mention this in a few other places.
10709
10710 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10711
10712 * autotype.texi (Copyrights, Timestamps):
10713 Recommend `before-save-hook' instead of `write-file-functions'.
10714
10715 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10716
10717 * dired-x.texi (dired-mark-omitted): Update keybinding.
10718
10719 2004-06-10 Kim F. Storm <storm@cua.dk>
10720
10721 * pcl-cvs.texi (Viewing differences): Add 'd y'.
10722
10723 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10724
10725 * dired-x.texi (variable dired-omit-mode): Rename from
10726 dired-omit-files-p.
10727 (function dired-omit-mode): Rename from dired-omit-toggle.
10728 Call dired-omit-mode rather than set dired-omit-files-p.
10729 (dired-mark-omitted): Describe command.
10730
10731 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10732
10733 Version 2.0.41 of Tramp released.
10734
10735 2004-05-29 Juanma Barranquero <lektu@terra.es>
10736
10737 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10738 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10739
10740 2004-05-29 Richard M. Stallman <rms@gnu.org>
10741
10742 * cl.texi (Top): Call this chapter `Introduction'.
10743 (Overview): In TeX, no section heading here.
10744
10745 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
10746
10747 2004-05-29 Eli Zaretskii <eliz@gnu.org>
10748
10749 * Makefile.in (../info/flymake, flymake.dvi): New targets.
10750 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10751
10752 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10753
10754 * flymake.texi: New file.
10755
10756 2004-05-28 Simon Josefsson <jas@extundo.com>
10757
10758 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10759
10760 2004-05-07 Kai Großjohann <kai@emptydomain.de>
10761
10762 Version 2.0.40 of Tramp released.
10763
10764 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
10765
10766 Complete rework, based on review by Karl Berry <karl@gnu.org>.
10767
10768 * tramp.texi (Auto-save and Backup): Explain exploitation of new
10769 variables `tramp-backup-directory-alist' and
10770 `tramp-bkup-backup-directory-info'.
10771 (Overview, Connection types)
10772 (External transfer methods, Default Method)
10773 (Windows setup hints): Remove restriction of password entering
10774 with external methods.
10775 (Auto-save and Backup): Make file name example
10776 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
10777 and `auto-save-directory' must be used.
10778 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10779 only "NT"). Remove doubled entry "What kinds of systems does
10780 @tramp{} work on".
10781 (tramp): Macro removed.
10782 (Obtaining Tramp): Flag removed from title.
10783 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
10784 and `trampver' used properly. Flag `tramp-inst' replaced by
10785 `installchapter'. Installation related text adapted.
10786
10787 2004-04-28 Masatake YAMATO <jet@gyve.org>
10788
10789 * widget.texi (Programming Example): Remove overlays.
10790
10791 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10792
10793 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10794
10795 2004-04-23 Juanma Barranquero <lektu@terra.es>
10796
10797 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10798
10799 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10800
10801 * info.texi (Info Search): Add info-apropos.
10802
10803 2004-03-22 Juri Linkov <juri@jurta.org>
10804
10805 * faq.texi: Fix help key bindings.
10806
10807 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10808
10809 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10810 (as suggested by Karl Berry). Update information about colored
10811 stars in menus. Add new subheading describing M-n.
10812
10813 2004-03-12 Richard M. Stallman <rms@gnu.org>
10814
10815 * cl.texi (Top): Rename top node's title.
10816
10817 2004-03-08 Karl Berry <karl@gnu.org>
10818
10819 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10820 problems making the texinfo distribution.
10821
10822 2004-02-29 Simon Josefsson <jas@extundo.com>
10823
10824 * smtpmail.texi (Authentication): Change the list of supported
10825 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10826 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10827 <voegelas@gmx.net>.
10828
10829 2004-02-29 Juanma Barranquero <lektu@terra.es>
10830
10831 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10832 Use $(DEL) instead of rm, and ignore exit code.
10833
10834 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
10835
10836 Tramp version 2.0.39 released.
10837
10838 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10839
10840 * tramp.texi (Customizing Completion): Explain new functions
10841 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10842 (all): Savannah URLs unified to "http://savannah.nongnu.org".
10843 (Top): Refer to Savannah mailing list as the major one.
10844 Mention older mailing lists in HTML mode only.
10845 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
10846 (Frequently Asked Questions): Remote hosts must not be Unix-like
10847 for "smb" method.
10848 (Password caching): New node.
10849 (External transfer methods): Refer to password caching for "smb"
10850 method.
10851
10852 2004-02-17 Karl Berry <karl@gnu.org>
10853
10854 * info.texi (Help-Int): Mention the new line number feature.
10855
10856 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10857
10858 * ses.texi (Advanced Features): New functionality for
10859 ses-set-header-row (defaults to current row unless C-u used).
10860 (Acknowledgements): Add Stefan Monnier.
10861
10862 2003-12-29 Kevin Ryde <user42@zip.com.au>
10863
10864 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10865
10866 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
10867
10868 Tramp version 2.0.38 released.
10869
10870 * tramp.texi (Remote shell setup): Warn of environment variables
10871 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
10872 <sven.gabriel@imk.fzk.de>.
10873 (Configuration): Tramp now chooses base64/uuencode
10874 automatically. Update wording accordingly.
10875 (Top): More description for the `Default Method' menu entry.
10876 (Default Method): Use @code, not @var, for Lisp variables.
10877 (Default Method): New subsection `Which method is the right one
10878 for me?'. Suggested by Christian Kirsch.
10879 (Configuration): Pointer to new subsection added.
10880 (Default Method): Too many "use" in one sentence.
10881 Rephrase. Reported by Christian Kirsch.
10882 (Filename Syntax): Old `su' example is probably a left-over from
10883 the sm/su method naming. Replace with `ssh', instead.
10884 (External transfer methods, Auto-save and Backup):
10885 Typo fixes.
10886
10887 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
10888
10889 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10890 (Top): Mention japanese manual only if flag `jamanual' is set.
10891 Insert section `Japanese manual' in menu.
10892
10893 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10894
10895 * eshell.texi (Known Problems): Add doc item.
10896
10897 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10898
10899 * cc-mode.texi: Update for CC Mode 5.30.
10900
10901 Note: Please refrain from doing purely cosmetic changes like
10902 removing trailing whitespace in this manual; it clobbers cvs
10903 merging for no good reason.
10904
10905 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10906
10907 * ediff.texi, tramp.texi, vip.texi, viper.texi:
10908 * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10909 @acronym{ASCII}.
10910
10911 2003-10-26 Karl Berry <karl@gnu.org>
10912
10913 * info.texi (Info Search): Echo area, not echo are. From Debian
10914 diff.
10915
10916 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
10917
10918 * widget.texi (Defining New Widgets): Document new behavior of
10919 :buttons and :children keywords.
10920
10921 2003-10-22 Miles Bader <miles@gnu.org>
10922
10923 * Makefile.in (info): Move before $(top_srcdir)/info.
10924
10925 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
10926
10927 * tramp.texi (Inline methods): Small grammar fix.
10928 (External transfer methods): Likewise.
10929
10930 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
10931
10932 * speedbar.texi: Remove paragraph for GUD that is no longer true.
10933
10934 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
10935
10936 * texinfo.tex: Replace `%' in arch tagline by @ignore.
10937
10938 2003-09-30 Richard M. Stallman <rms@gnu.org>
10939
10940 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10941
10942 * widget.texi (User Interface): Fix typos.
10943
10944 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10945
10946 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10947
10948 * pcl-cvs.texi (Selected Files): Fix typo.
10949
10950 2003-09-21 Karl Berry <karl@gnu.org>
10951
10952 * info.texi (] and [ commands): No period at end of section title.
10953
10954 2003-09-04 Miles Bader <miles@gnu.org>
10955
10956 * Makefile.in (top_srcdir): New variable.
10957 ($(top_srcdir)/info): New rule.
10958 (info): Depend on it.
10959
10960 2003-09-03 Peter Runestig <peter@runestig.com>
10961
10962 * makefile.w32-in: New file.
10963
10964 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
10965
10966 * widget.texi (User Interface): Explain the need of static text
10967 around an editable field.
10968
10969 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10970
10971 * widget.texi (Basic Types): The argument to `:help-echo' can now
10972 be a form that evaluates to a string.
10973
10974 2003-08-18 Kim F. Storm <storm@cua.dk>
10975
10976 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10977
10978 2003-08-16 Richard M. Stallman <rms@gnu.org>
10979
10980 * dired-x.texi (Shell Command Guessing): Explain *.
10981
10982 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
10983
10984 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10985 log-edit-insert-changelog.
10986
10987 2003-08-03 Karl Berry <karl@gnu.org>
10988
10989 * info.texi: Need @contents.
10990
10991 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
10992
10993 Tramp version 2.0.36 released.
10994
10995 * tramp.texi (Remote shell setup): Explain about problems with
10996 non-Bourne commands in ~/.profile and ~/.shrc.
10997
10998 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
10999
11000 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
11001 renaming of `vis-mode' to `visible-mode'.
11002
11003 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
11004
11005 * info.texi (Top, Help-Small-Screen): Remove accidentally added
11006 next, prev and up pointers.
11007
11008 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
11009
11010 * info.texi (Help): Mention existence of Emacs and stand-alone
11011 Info at the very beginning of the tutorial.
11012 (Help-Inv): New node.
11013 (Help-]): New node.
11014 (Help-M): Systematically point out the differences between default
11015 Emacs and stand-alone versions. Delete second menu.
11016 (Help-Xref): Systematically point out the differences between
11017 default Emacs and stand-alone versions.
11018 (Help-Int): Change `l' example.
11019 (Expert Info): Fix typos.
11020 (Emacs Info Variables): Mention `Info-hide-note-references' and
11021 new default for `Info-scroll-prefer-subnodes'.
11022
11023 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
11024
11025 Version 2.0.35 of Tramp released.
11026
11027 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
11028 (Inline methods): Add methods `remsh' and `plink1'.
11029 (External transfer methods): Add method `remcp'.
11030 (Multi-hop Methods): Add method `remsh'.
11031 Small patch from Adrian Aichner <adrian@xemacs.org>:
11032 Fix minor typos.
11033 (Concept Index): Add to make manual searchable via
11034 `Info-index'.
11035 (Version Control): Add cindex entry.
11036
11037 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
11038
11039 * trampver.texi: Version 2.0.34 released.
11040
11041 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11042
11043 * faq.texi: Improve previous changes.
11044
11045 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11046
11047 * faq.texi: Update copyright and maintenance details.
11048 Update some package URLs, versions, and maintainers.
11049 Remove many references to the Emacs Lisp Archive.
11050
11051 2003-04-23 Simon Josefsson <jas@extundo.com>
11052
11053 * smtpmail.texi: Fix license (the invariant sections mentioned has
11054 never been part of the smtp manual). Align info dir entry with
11055 other emacs packages.
11056
11057 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
11058
11059 * tramp.texi: Version 2.0.33 released.
11060 Remove installation chapter. Remove XEmacs specifics.
11061
11062 2003-03-29 Richard M. Stallman <rms@gnu.org>
11063
11064 * tramp.texi (Top): Undo the previous renaming.
11065 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
11066
11067 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
11068
11069 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
11070 version of manual.
11071
11072 * tramp.texi (Auto-save and Backup): New node.
11073
11074 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
11075
11076 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
11077 Emacs" in order to have better differentiation to "XEmacs".
11078 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
11079 are new macros in order to point to the other Emacs flavor where
11080 appropriate. In info case, point to node `Installation' in order
11081 to explain how to generate the other way. In html case, make a
11082 link to the other html file.
11083 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
11084 after CVS checkout/update.
11085 (Installation): Completely rewritten.
11086 (Installation parameters, Load paths): New sections under
11087 `Installation'.
11088
11089 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11090
11091 * tramp.texi: Version 2.0.30 released.
11092 Replace word "path" with "localname" where used as a component of
11093 a Tramp file name.
11094
11095 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
11096
11097 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
11098 introduced.
11099 (Installation): Explain what to do if files from the tramp/contrib
11100 directory are needed.
11101
11102 2003-02-23 Alex Schroeder <alex@emacswiki.org>
11103
11104 * smtpmail.texi (How Mail Works): New.
11105
11106 2003-02-22 Alex Schroeder <alex@emacswiki.org>
11107
11108 * smtpmail.texi: New file.
11109
11110 * Makefile.in: Build SMTP manual.
11111
11112 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11113
11114 * tramp.texi: Version 2.0.29 released.
11115 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
11116 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
11117
11118 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
11119
11120 * tramp.texi (Frequently Asked Questions): Explain a workaround if
11121 another package loads accidentally Ange-FTP.
11122
11123 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
11124
11125 * tramp.texi (Customizing Completion): Add function
11126 `tramp-parse-sconfig'. Change example of
11127 `tramp-set-completion-function', because parsing of ssh config
11128 files looks more natural.
11129
11130 2003-01-15 Kevin Ryde <user42@zip.com.au>
11131
11132 * gnus.texi (Using MIME): Mention auto-compression-mode with
11133 gnus-mime-copy-part.
11134
11135 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
11136
11137 * gnus.texi: Do not use `path' in several locations.
11138
11139 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11140
11141 * tramp.texi (External transfer methods): New method `smb'.
11142 From Michael Albinus.
11143
11144 2002-11-05 Karl Berry <karl@gnu.org>
11145
11146 * info.texi (Info-fontify): Reorder face list to avoid bad line
11147 breaks.
11148
11149 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11150
11151 * tramp.texi: Move @copying to standard place.
11152 Use @insertcopying.
11153
11154 2002-10-02 Karl Berry <karl@gnu.org>
11155
11156 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
11157 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
11158 * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
11159 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
11160 * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
11161 * widget.texi, woman.texi:
11162 Per rms, update all manuals to use @copying instead of @ifinfo.
11163 Also use @ifnottex instead of @ifinfo around the top node, where
11164 needed for the sake of the HTML output.
11165 (The Gnus manual is not fixed since it's not clear to me how it
11166 works; and the Tramp manual already uses @copying, although in an
11167 unusual way. All others were changed.)
11168
11169 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
11170
11171 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
11172 (../info/ses, ses.dvi): New targets.
11173 * ses.texi: New file.
11174
11175 2002-09-06 Pavel Janík <Pavel@Janik.cz>
11176
11177 * texinfo.tex: Update to texinfo 4.2.
11178
11179 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
11180
11181 * reftex.texi: Update to RefTeX 4.19.
11182
11183 2002-07-21 Jesper Harder <harder@ifa.au.dk>
11184
11185 * gnus.texi (Sorting Groups): Add key bindings for
11186 gnus-group-sort-groups-by-real-name and
11187 gnus-group-sort-selected-groups-by-real-name.
11188
11189 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11190
11191 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
11192 (../info/tramp, tramp.dvi): New targets.
11193
11194 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11195
11196 * Makefile.in (DVI_TARGETS): Add calc.dvi.
11197 (calc.dvi): Uncomment.
11198
11199 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
11200
11201 * Makefile.in (INFO_TARGETS): Add ../info/calc.
11202 (../info/calc): New target.
11203
11204 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11205
11206 * (Version 21.1 released.)
11207
11208 2001-10-05 Gerd Moellmann <gerd@gnu.org>
11209
11210 * Branch for 21.1.
11211
11212 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
11213
11214 * Makefile.in (../info/info): Use an explicit -o switch to
11215 makeinfo.
11216
11217 2001-03-05 Gerd Moellmann <gerd@gnu.org>
11218
11219 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
11220
11221 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11222
11223 * ediff.texi: Added ediff-coding-system-for-read.
11224
11225 * viper.texi: Fix typos.
11226
11227 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
11228
11229 * Makefile.in (../info/idlwave): Use --no-split.
11230
11231 2000-12-14 Dave Love <fx@gnu.org>
11232
11233 * Makefile.in (mostlyclean): Remove gnustmp.*.
11234 (gnus.dvi): Change rule to remove @latex stuff.
11235
11236 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
11237
11238 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
11239
11240 2000-10-13 John Wiegley <johnw@gnu.org>
11241
11242 * Makefile.in: Add build targets for eshell.texi.
11243
11244 2000-09-25 Gerd Moellmann <gerd@gnu.org>
11245
11246 * Makefile.in: Remove/comment speedbar stuff.
11247
11248 2000-09-22 Dave Love <fx@gnu.org>
11249
11250 * Makefile.in: Add emacs-mime.
11251
11252 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11253
11254 * Makefile.in (INFO_TARGETS): Add ../info/woman.
11255 (DVI_TARGETS): Add woman.dvi.
11256 (../info/woman, woman.dvi): New targets.
11257
11258 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
11259
11260 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
11261
11262 * pcl-cvs.texi: New file.
11263 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
11264 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
11265
11266 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11267
11268 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
11269 (../info/ebrowse, ebrowse.dvi): New targets.
11270
11271 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11272
11273 * Makefile.in (INFO_TARGETS): Add eudc.
11274 (DVI_TARGETS): Add eudc.dvi.
11275 (../info/eudc, eudc.dvi): New targets.
11276
11277 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
11278
11279 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11280 compatibility with 8+3 filesystems).
11281 (../info/efaq): Rename from emacs-faq.
11282
11283 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11284
11285 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11286 (../info/idlwave, idlwave.dvi): New targets.
11287
11288 1999-10-23 Dave Love <fx@gnu.org>
11289
11290 * Makefile.in: Use autotype.texi.
11291
11292 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11295 faq.texi file) rather than ../info/faq.
11296
11297 1999-10-07 Gerd Moellmann <gerd@gnu.org>
11298
11299 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11300 (../info/ada-mode, ada-mode.dvi): New targets.
11301
11302 1999-09-01 Dave Love <fx@gnu.org>
11303
11304 * Makefile.in: Add faq.
11305
11306 1999-07-12 Richard Stallman <rms@gnu.org>
11307
11308 * Version 20.4 released.
11309
11310 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11311
11312 * Version 20.3 released.
11313
11314 1998-04-06 Andreas Schwab <schwab@gnu.org>
11315
11316 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11317 Use it in dvi targets.
11318 (../etc/GNU): Change to $(srcdir) first.
11319
11320 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
11321
11322 * reftex.texi: Update for RefTeX version 3.22.
11323
11324 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
11325
11326 * gnus.texi (Easy Picons): Remove references to
11327 `gnus-group-display-picons'.
11328 (Hard Picons): Ditto.
11329
11330 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
11331
11332 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11333 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11334
11335 1997-09-23 Paul Eggert <eggert@twinsun.com>
11336
11337 * Makefile.in: Merge changes mistakenly made to `Makefile'.
11338 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11339
11340 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11341
11342 * Version 20.2 released.
11343
11344 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11345
11346 * Version 20.1 released.
11347
11348 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11349
11350 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11351
11352 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk>
11353
11354 * widget.texi (push-button): Document it.
11355
11356 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11357
11358 * Version 19.33 released.
11359
11360 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11361
11362 * Version 19.32 released.
11363
11364 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11365
11366 * Makefile.in: Add rules for the Message manual.
11367
11368 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11369
11370 * gnus.texi: New version.
11371
11372 * message.texi: New manual.
11373
11374 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11375
11376 * Makefile.in (All info targets): cd $(srcdir) to do the work.
11377
11378 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
11379
11380 * Makefile.in (All info targets): Specify $(srcdir) in input files.
11381 Specify -I option.
11382 (All dvi targets): Set the TEXINPUTS variable.
11383
11384 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
11385
11386 * Version 19.31 released.
11387
11388 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11389
11390 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11391 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
11392
11393 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11394
11395 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11396 (INFO_TARGETS): Add ../info/cc-mode.
11397 (DVI_TARGETS): Add cc-mode.dvi.
11398
11399 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11400
11401 * Version 19.30 released.
11402
11403 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
11404
11405 * gnus.texi: New file.
11406
11407 1995-11-04 Erik Naggum <erik@naggum.no>
11408
11409 * gnus.texi: File deleted.
11410
11411 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
11412
11413 * mh-e.texi: "Function Index" -> "Command Index" to work with
11414 Emacs 19.30 C-h C-k support of separately-documented commands.
11415
11416 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11417
11418 * Makefile.in (../info/ediff, ediff.dvi): New targets.
11419 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11420
11421 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11422
11423 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11424 (../info/viper, viper.dvi): New targets.
11425
11426 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
11427
11428 * dired-x.texi (Installation): Change the example to set
11429 buffer-local variables like dired-omit-files-p in
11430 dired-mode-hook.
11431
11432 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11433
11434 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11435 (../info/mh-e, mh-e.dvi): New targets.
11436
11437 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11438
11439 * Makefile.in (maintainer-clean): Rename from realclean.
11440
11441 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11442
11443 * Makefile.in: New file.
11444 * Makefile: File deleted.
11445
11446 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11447
11448 * Makefile (TEXINDEX_OBJS): Variable deleted.
11449 (texindex, texindex.o, getopt.o): Rules deleted.
11450 All deps on texindex deleted.
11451 (distclean): Don't delete texindex.
11452 (mostlyclean): Don't delete *.o.
11453 * texindex.c, getopt.c: Files deleted.
11454
11455 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11456
11457 * Version 19.26 released.
11458
11459 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11460
11461 * Version 19.25 released.
11462
11463 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11464
11465 * Version 19.24 released.
11466
11467 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11468
11469 * Version 19.23 released.
11470
11471 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11472
11473 * Makefile: Delete spurious tab.
11474
11475 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11476
11477 * Makefile (.SUFFIXES): New rule.
11478
11479 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11480
11481 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11482 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11483
11484 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11485
11486 * Makefile (../info/sc): Rename from sc.info.
11487 (../info/cl): Likewise.
11488 (INFO_TARGETS): Use new names.
11489
11490 1993-12-04 Richard Stallman (rms@srarc2)
11491
11492 * getopt.c: New file.
11493 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11494 (getopt.o): New rule.
11495 (dvi): Don't depend on texindex.
11496 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11497 Depend on texindex.
11498
11499 1993-12-03 Richard Stallman (rms@srarc2)
11500
11501 * Makefile (../info/sc.info): Rename from ../info/sc.
11502 (TEXI2DVI): New variable.
11503 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11504 Add explicit commands.
11505 (TEXINDEX_OBJS): Delete duplicate getopt.o.
11506
11507 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11508
11509 * Version 19.22 released.
11510
11511 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11512
11513 * Makefile (TEXINDEX_OBJS): Delete spurious period.
11514
11515 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11516
11517 * Version 19.21 released.
11518
11519 1993-11-15 Paul Eggert (eggert@twinsun.com)
11520
11521 * Makefile (../info/cl.info): Rename from ../info/cl.
11522
11523 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11524
11525 * Makefile (../etc/GNU): New target.
11526 (EMACSSOURCES): Add gnu1.texi.
11527
11528 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11529
11530 * Makefile (realclean): Don't delete the Info files.
11531
11532 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11533
11534 * forms.texi: Fix forms.texi so that it will format correctly.
11535 Add missing `@end iftex', fix bad reference.
11536
11537 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
11538
11539 * Makefile: Fix targets for texindex, new info.texi files.
11540 * info-stnd.texi: New file implements info for standalone info
11541 reader.
11542 * info.texi: Update to include recent changes to "../info/info".
11543 New source file for ../info/info; includes info-stnd.texi.
11544
11545 * texindex.c: Include "../src/config.h" if building in emacs.
11546
11547 * Makefile: Change all files to FILENAME.texi, force all targets
11548 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
11549 vip.texinfo, forms.texinfo, cl.texinfo.
11550 Add target to build texindex.c, defining `emacs'.
11551
11552 * forms.texi: Install new file to match version 2.3 of forms.el.
11553
11554 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11555
11556 * Version 19.19 released.
11557
11558 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
11559
11560 * sc.texinfo: Fix info file name.
11561
11562 * Makefile (info): Add gnus and sc.
11563 (dvi): Add gnus.dvi and sc.dvi.
11564 (../info/sc, sc.dvi): New targets.
11565
11566 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11567
11568 * Version 19.18 released.
11569
11570 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11571
11572 * Makefile: Fix source file names of the separate manuals.
11573 (gnus.dvi, ../info/gnus): New targets.
11574
11575 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11576
11577 * Version 19.17 released.
11578
11579 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11580
11581 * split-man: Fix typos in last change.
11582
11583 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11584
11585 * Version 19.16 released.
11586
11587 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11588
11589 * version 19.15 released.
11590
11591 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11592
11593 * Makefile (distclean): It's rm, not rf.
11594
11595 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11596
11597 * Version 19.14 released.
11598
11599 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11600
11601 * Makefile: New file.
11602
11603 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11604
11605 * Version 19.13 released.
11606
11607 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11608
11609 * Version 19.9 released.
11610
11611 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11612
11613 * Version 19.8 released.
11614
11615 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11616
11617 * Version 19.7 released.
11618
11619 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
11620
11621 * gnus.texinfo: New file. Removed installation instructions.
11622
11623 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11624
11625 * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11626
11627 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11628
11629 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11630 then define `\sc' as the command for smallcaps in Texinfo.
11631 This means that the @sc command will produce small caps. bfox has
11632 made the corresponding change to makeinfo and texinfm.el.
11633
11634 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11635
11636 * vip.texinfo: Remove menu entry Adding Lisp Code in node
11637 Customization since the menu entry did not point to anything.
11638 Also add an @finalout command to remove overfull hboxes from the
11639 printed output.
11640
11641 * cl.texinfo: Add @bye, \input line and @settitle to file.
11642 This file is clearly intended to be a chapter of some other work,
11643 but the other work does not yet exist.
11644
11645 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
11646
11647 * texinfo.texinfo: Three typos corrected.
11648
11649 ;; Local Variables:
11650 ;; coding: utf-8
11651 ;; End:
11652
11653 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11654
11655 This file is part of GNU Emacs.
11656
11657 GNU Emacs is free software: you can redistribute it and/or modify
11658 it under the terms of the GNU General Public License as published by
11659 the Free Software Foundation, either version 3 of the License, or
11660 (at your option) any later version.
11661
11662 GNU Emacs is distributed in the hope that it will be useful,
11663 but WITHOUT ANY WARRANTY; without even the implied warranty of
11664 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11665 GNU General Public License for more details.
11666
11667 You should have received a copy of the GNU General Public License
11668 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.