* doc/misc/sc.texi: Nuke hand-written node pointers.
[bpt/emacs.git] / doc / misc / ChangeLog
1 2012-05-28 Glenn Morris <rgm@gnu.org>
2
3 * sc.texi: Nuke hand-written node pointers.
4 Fix top-level menu to match actual node order.
5
6 2012-05-27 Glenn Morris <rgm@gnu.org>
7
8 * cl.texi, dired-x.texi: Nuke hand-written node pointers.
9 Some associated fixes, including not messing with chapno in cl.texi.
10
11 2012-05-27 Bastien Guerry <bzg@gnu.org>
12
13 * org.texi (Durations and time values): Fix typo.
14
15 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
16
17 * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
18 Mention `calc-ensure-consistent-units'.
19
20 2012-05-14 Andreas Schwab <schwab@linux-m68k.org>
21
22 * cc-mode.texi: Avoid space before macro in 4th argument of cross
23 reference commands. (Bug#11461)
24
25 * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
26
27 2012-05-12 Glenn Morris <rgm@gnu.org>
28
29 * Makefile.in (mostlyclean): Add more TeX intermediates.
30
31 * Makefile.in: Make it look more like the other doc Makefiles.
32 Use explicit $srcdir in all dependencies.
33 Remove cd $srcdir from rules.
34 (VPATH): Remove.
35 (infodir): Set to an absolute path.
36 (INFO_TARGETS): Use short names.
37 (mkinfodir): infodir is now absolute.
38 (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
39
40 * Makefile.in (info.info): Rename from info, to avoid duplication.
41 (.SUFFIXES): Disable implicit rules.
42
43 * Makefile.in (MKDIR_P): New, set by configure.
44 (mkinfodir): Use $MKDIR_P.
45
46 2012-05-07 Glenn Morris <rgm@gnu.org>
47
48 * forms.texi (Long Example): Update for changed location of files.
49
50 2012-05-04 Glenn Morris <rgm@gnu.org>
51
52 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
53 (INFO_TARGETS): Use $INFO_EXT.
54 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
55 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
56 (INFO_TARGETS): Use $INFO_EXT.
57 Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
58
59 2012-05-02 Glenn Morris <rgm@gnu.org>
60
61 * Makefile.in (echo-info): New phony target, used by top-level.
62
63 * viper.texi: Make direntry shorter (also it is no longer "newest").
64
65 * emacs-gnutls.texi, ert.texi, org.texi:
66 Fix dircategory, direntry to match info/dir.
67
68 * faq.texi: Convert @inforefs to @xrefs.
69 Fix some malformed cross-references.
70 (File-name conventions): Shorten section name to avoid overfull line.
71 (How to add fonts): Use smallexample to avoid overfull lines.
72
73 2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * auth.texi (Help for users): Update for .gpg file being second.
76
77 2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
78
79 * org.texi (Agenda commands): Fix two typos: give corresponding
80 function names, according to `org-agenda-view-mode-dispatch'.
81
82 2012-04-27 Glenn Morris <rgm@gnu.org>
83
84 * faq.texi (Major packages and programs): Remove section.
85 There is no point listing 6 packages (cf etc/MORE.STUFF).
86 (Finding Emacs and related packages): Move "Spell-checkers" here.
87
88 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
89
90 * dbus.texi (Version): New node.
91 (Properties and Annotations): Mention the object manager
92 interface. Describe dbus-get-all-managed-objects.
93 (Type Conversion): Floating point numbers are allowed, if an
94 anteger does not fit Emacs's integer range.
95 (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
96 (Asynchronous Methods): Fix description of
97 dbus-call-method-asynchronously.
98 (Receiving Method Calls): Fix some minor errors. Add
99 dbus-interface-emacs.
100 (Signals): Describe unicast signals and the new match rules.
101 (Alternative Buses): Add the PRIVATE optional argument to
102 dbus-init-bus. Describe its new return value. Add dbus-setenv.
103
104 2012-04-20 Glenn Morris <rgm@gnu.org>
105
106 * faq.texi (New in Emacs 24): New section.
107 (Packages that do not come with Emacs): Mention M-x list-packages.
108
109 2012-04-14 Alan Mackenzie <acm@muc.de>
110
111 * cc-mode.texi (c-offsets-alist): Correct a typo.
112
113 2012-04-14 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
114
115 * org.texi (Deadlines and scheduling): Fix the example: the
116 DEADLINE item should come right after the headline. We enforce
117 this convention, so it is a bug not to illustrate it correctly in
118 the manual.
119
120 2012-04-14 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
121
122 * org.texi (Agenda commands): Fix documentation bug by swapping
123 the equivalent keybindings to `org-agenda-next-line' with the ones
124 to `org-agenda-previous-line'.
125
126 2012-04-14 Glenn Morris <rgm@gnu.org>
127
128 * Makefile.in: Replace non-portable use of $< in ordinary rules.
129
130 2012-04-09 Eli Zaretskii <eliz@gnu.org>
131
132 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
133 emacs-gnutls.
134 ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
135
136 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
137
138 * Makefile.in: Add emacs-gnutls.texi to build.
139
140 * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
141
142 2012-04-05 Teodor Zlatanov <tzz@lifelogs.com>
143
144 * auth.texi (Secret Service API): Edit further and give examples.
145 (Secret Service API): Adjust @samp to @code for collection names.
146
147 2012-04-04 Glenn Morris <rgm@gnu.org>
148
149 * auth.texi (Secret Service API): Copyedits.
150 (Help for developers): Fill in some missing function doc-strings.
151 (Help for users, Help for developers)
152 (GnuPG and EasyPG Assistant Configuration): Markup fixes.
153
154 2012-04-04 Michael Albinus <michael.albinus@gmx.de>
155
156 * auth.texi (Secret Service API): Add the missing text.
157
158 2012-04-04 Chong Yidong <cyd@gnu.org>
159
160 * message.texi (Using PGP/MIME): Note that epg is now the default.
161
162 * gnus.texi: Reduce references to obsolete pgg library.
163 (Security): Note that epg is now the default.
164
165 * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
166
167 * nxml-mode.texi (Completion): C-RET is no longer bound to
168 nxml-complete.
169
170 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
171
172 * org.texi (Customizing tables in ODT export): Correct few errors.
173
174 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
175
176 * org.texi (Links in ODT export): Update.
177 (Labels and captions in ODT export): New node.
178
179 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
180
181 * org.texi (Literal examples in ODT export): htmlfontify.el in
182 Emacs-24.1 now supports fontification. So ODT source blocks will
183 be fontified by default.
184
185 2012-04-01 Julian Gehring <julian.gehring@googlemail.com> (tiny change)
186
187 * org.texi (Refiling notes): Remove duplicated keybinding.
188
189 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
190
191 * org.texi (noweb): Documentation of this new option to the :noweb
192 header argument.
193
194 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
195
196 * org.texi (Header and sectioning): Add example demonstrating how
197 to use "LaTeX_CLASS_OPTIONS".
198
199 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
200
201 * org.texi (Noweb reference syntax): Describe the ability to
202 execute noweb references in the manual.
203
204 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
205
206 * org.texi (cache): Improve cache documentation when session
207 evaluation is used.
208
209 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
210
211 * org.texi (Plain lists): Document removal.
212
213 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
214
215 * org.texi: Decapitalize file name in references to Calc manual.
216
217 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
218
219 * org.texi (Plain lists): Document removal.
220
221 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
222
223 * org.texi (Top, OpenDocument Text export)
224 (ODT export commands, Extending ODT export)
225 (Images in ODT export, Tables in ODT export)
226 (Configuring a document converter): Add or Update.
227
228 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
229
230 * org.texi (MobileOrg): Change the wording to reflect that the
231 Android Version is no longer just the little brother of the iOS
232 version.
233
234 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
235
236 * org.texi (Key bindings and useful functions): Updated babel key
237 binding documentation in manual.
238
239 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
240
241 * org.texi (noweb): Document new noweb header value.
242
243 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
244
245 * org.texi (noweb-sep): Document new header argument.
246
247 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
248
249 * org.texi (noweb-ref): Documentation of this new custom variable.
250
251 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
252
253 * org.texi (wrap): Update the new :wrap documentation to match the
254 current implementation.
255
256 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
257
258 * org.texi: Added documentation for :wrap.
259
260 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
261
262 * org.texi: #+RESULTS now user-configurable.
263
264 2012-04-01 Thomas Dye <dk@poto.myhome.westell.com>
265
266 * org.texi: Documented :noweb no-export.
267
268 2012-04-01 Thomas Dye <dk@poto.local>
269
270 * org.texi: Edit :noweb no header argument for correctness.
271
272 2012-04-01 Bastien Guerry <bzg@altern.org>
273
274 * org.texi (Customization): Update the approximate number of Org
275 variables.
276
277 2012-04-01 Thomas Dye <dk@poto.local>
278
279 * org.texi: The :results wrap produces a drawer instead of a
280 begin_results block.
281
282 2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
283
284 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
285 reflect the new default.
286
287 2012-03-10 Eli Zaretskii <eliz@gnu.org>
288
289 * info.texi (Expert Info): Move the index entry for "Texinfo" from
290 "Getting Started" to this node. (Bug#10450)
291
292 2012-03-10 Chong Yidong <cyd@gnu.org>
293
294 * flymake.texi (Example -- Configuring a tool called via make):
295 Mention the Automake COMPILE variable (Bug#8715).
296
297 * info.texi (Getting Started): Add an index entry (Bug#10450).
298
299 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
300
301 * dbus.texi (Signals): Known names will be mapped onto unique
302 names, when registering for signals.
303
304 2012-02-29 Glenn Morris <rgm@gnu.org>
305
306 * url.texi: Fix quote usage in body text.
307
308 * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
309
310 * cl.texi: Use @code{} in menus when appropriate.
311
312 2012-02-28 Glenn Morris <rgm@gnu.org>
313
314 * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
315 * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
316 * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
317 * org.texi, sc.texi, vip.texi, viper.texi:
318 Standardize possessive apostrophe usage.
319
320 2012-02-26 Chong Yidong <cyd@gnu.org>
321
322 * ediff.texi (Quick Help Commands): Add a couple of index entries
323 (Bug#10834).
324
325 2012-02-17 Glenn Morris <rgm@gnu.org>
326
327 * gnus.texi (Posting Styles):
328 * remember.texi (Org): Fix cross-refs to other manuals.
329
330 2012-02-15 Glenn Morris <rgm@gnu.org>
331
332 * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
333 (Encryption): New chapter, split out from previous.
334
335 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
336
337 * gnus.texi (Customizing the IMAP Connection): Mention
338 nnimap-record-commands.
339
340 2012-02-10 Glenn Morris <rgm@gnu.org>
341
342 * url.texi (Retrieving URLs): Update url-retrieve arguments.
343 Mention url-queue-retrieve.
344
345 2012-02-09 Glenn Morris <rgm@gnu.org>
346
347 * sem-user.texi (Semantic mode user commands): Typo fix.
348
349 * info.texi (Create Info buffer): Mention info-display-manual.
350
351 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
352
353 * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
354 example (modified from an example by Michael Albinus).
355
356 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
357
358 * gnus.texi (Agent Basics): Fix outdated description of
359 `gnus-agent-auto-agentize-methods'.
360
361 2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
362
363 * cc-mode.texi: Always @defindex ss.
364 (Config Basics): Fix argument of @itemize.
365 (Macro Backslashes): Add @code around index entry.
366
367 2012-01-23 Glenn Morris <rgm@gnu.org>
368
369 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
370
371 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
372
373 * tramp.texi (File): Tweak wording for the `scpc' option.
374
375 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
376
377 * gnus.texi (Group Parameters): Really note precedence.
378
379 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
381 * gnus.texi (Group Parameters): Note precedence.
382
383 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
384
385 * org.texi (Noweb reference syntax): Adding documentation of
386 the `*org-babel-use-quick-and-dirty-noweb-expansion*'
387 variable.
388
389 2012-01-03 Bastien Guerry <bzg@gnu.org>
390
391 * org.texi (Plain lists): Split the table to fix the display
392 of items.
393
394 2012-01-03 Bastien Guerry <bzg@gnu.org>
395
396 * org.texi (Plain lists): Fix misplaced explanation.
397
398 2012-01-03 Bastien Guerry <bzg@gnu.org>
399
400 * org.texi (Plain lists, Agenda files): Add index entries.
401
402 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
403
404 * org.texi: Use "Org mode" instead of alternatives like
405 "Org-mode" or "org-mode".
406
407 2012-01-03 Bernt Hansen <bernt@norang.ca>
408
409 * org.texi (Agenda commands): Document
410 `org-clock-report-include-clocking-task'.
411
412 2012-01-03 Bastien Guerry <bzg@gnu.org>
413
414 * org.texi (Checkboxes): Document the new behavior of `C-u C-c
415 C-c' on checkboxes.
416
417 2012-01-03 Julian Gehring <julian.gehring@googlemail.com>
418
419 * org.texi: End sentences with two spaces.
420
421 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
422
423 * org.texi (External links): Document the link types file+sys
424 and file+emacs, slightly narrow used page width.
425
426 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
427
428 * org.texi (colnames): Note that colnames behavior may differ
429 across languages.
430
431 2012-01-03 Bastien Guerry <bzg@gnu.org>
432
433 * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
434
435 2012-01-03 Thomas Dye <dk@poto.westell.com>
436
437 * org.texi: Augmented discussion of babel property
438 inheritance. Put footnote outside sentence ending period.
439
440 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
441
442 * org.texi (eval): Documenting the full range of :eval header
443 argument values.
444
445 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
446
447 * org.texi (eval): Documentation of the new :eval option.
448
449 2012-01-03 Thomas Dye <dk@poto.local>
450
451 * org.texi: Add accumulated properties.
452
453 2012-01-03 Thomas Dye <dk@poto.local>
454
455 * org.texi: Documented no spaces in name=assign, another
456 correction to :var table.
457
458 2012-01-03 Thomas Dye <dk@poto.local>
459
460 * org.texi: Changed DATA to NAME in Working With Source Code
461 section.
462
463 2012-01-03 Tom Dye <tsd@tsdye.com>
464
465 * org.texi: Minor change to :var table.
466
467 2012-01-03 Tom Dye <tsd@tsdye.com>
468
469 * org.texi: More changes to :var table (some examples were wrong).
470
471 2012-01-03 Tom Dye <tsd@tsdye.com>
472
473 * org.texi: Cleaned up :var table.
474
475 2012-01-03 Bastien Guerry <bzg@gnu.org>
476
477 * org.texi (Timestamps, Weekly/daily agenda)
478 (Weekly/daily agenda): Add @cindex for "appointment".
479
480 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
481
482 * org.texi (Literal examples): A new link to the template for
483 inserting empty code blocks.
484 (Structure of code blocks): A new link to the template for
485 inserting empty code blocks.
486
487 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
488
489 * org.texi (External links): Add footnote on how the behavior
490 of the text search in Org files are controled by the variable
491 `org-link-search-must-match-exact-headline'.
492
493 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
494
495 * org.texi (Buffer-wide header arguments): Update
496 documentation to reflect removal of #+PROPERTIES.
497
498 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
499
500 * org.texi (The clock table): Mention that ACHIVED trees
501 contribute to the clock table.
502
503 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
504
505 * org.texi (Conflicts): Better yasnippet config info.
506
507 2012-01-03 Bastien Guerry <bzg@gnu.org> (tiny change)
508
509 * org.texi (Selective export): Explicitely mention the default
510 values for `org-export-select-tags',
511 `org-export-exclude-tags'.
512
513 2012-01-03 Tom Dye <tsd@tsdye.com>
514
515 * org.texi: Added a line to specify that header arguments are
516 lowercase.
517
518 2012-01-03 Tom Dye <tsd@tsdye.com>
519
520 * org.texi: :var requires default value when declared.
521
522 2012-01-03 Bastien Guerry <bzg@gnu.org>
523
524 * org.texi (Handling links): Add a note about the
525 `org-link-frame-setup' option.
526
527 2012-01-03 David Maus <dmaus@ictsoc.de>
528
529 * org.texi (Exporting Agenda Views, Extracting agenda
530 information): Fix command line syntax, quote symbol parameter
531 values.
532
533 2012-01-03 David Maus <dmaus@ictsoc.de>
534
535 * org.texi (Exporting Agenda Views): Fix command line syntax.
536
537 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
538
539 * gnus.texi (Mail Source Customization, Mail Back End Variables):
540 Use octal notation for file permissions, which are normally
541 thought of in octal.
542 (Mail Back End Variables): Use more-plausible modes in example.
543
544 2011-12-20 Alan Mackenzie <acm@muc.de>
545
546 * cc-mode.texi: Update version string 5.31 -> 5.32.
547
548 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
549
550 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
551
552 2011-11-24 Glenn Morris <rgm@gnu.org>
553
554 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
555
556 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
557
558 * makefile.w32-in: Update dependencies.
559
560 2011-11-20 Glenn Morris <rgm@gnu.org>
561
562 * gnus.texi (Group Information):
563 Remove gnus-group-fetch-faq, command deleted 2010-09-24.
564
565 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
566
567 * gnus-coding.texi (Gnus Maintenance Guide):
568 Rename from "Gnus Maintainance Guide".
569
570 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
571 * eieio.texi (Customizing):
572 * gnus.texi (Article Washing):
573 * gnus-news.texi:
574 * sem-user.texi (Smart Jump): Fix typos.
575
576 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
577
578 * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
579
580 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
581
582 * ede.texi (project-am-texinfo):
583 * gnus.texi (Sending or Not Sending):
584 * org.texi (Template elements): Fix typos.
585
586 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
587
588 * ediff.texi (Hooks):
589 * sem-user.texi (Semanticdb Roots): Fix typos.
590
591 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
592
593 * semantic.texi (Tag handling): Fix typo.
594
595 2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
596
597 * gnus.texi (Other Gnus Versions): Remove.
598
599 2011-10-28 Alan Mackenzie <acm@muc.de>
600
601 * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
602 (Other Special Indentations): Add an xref to "Macros with ;".
603 (Customizing Macros): Add stuff about syntax in macros. Add an xref to
604 "Macros with ;".
605 (Macros with ;): New page.
606
607 * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
608 Document the new handling of nested scopes for movement by defuns.
609
610 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
611
612 Sync with Tramp 2.2.3.
613
614 * trampver.texi: Update release number.
615
616 2011-10-14 Glenn Morris <rgm@gnu.org>
617
618 * ert.texi (Introduction, How to Run Tests)
619 (Running Tests Interactively, Expected Failures)
620 (Tests and Their Environment, Useful Techniques)
621 (Interactive Debugging, Fixtures and Test Suites):
622 Minor rephrasings.
623 (Running Tests Interactively, The @code{should} Macro): Add xrefs.
624 (Running Tests in Batch Mode): Simplify loading instructions.
625 (Test Selectors): Clarify some selectors.
626 (Expected Failures, Useful Techniques):
627 Make examples fit in 80 columns.
628
629 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com>
630
631 * calc.texi (Basic Operations on Units): Discuss temperature
632 conversion (`u t') alongside with other unit conversions ('u c').
633
634 2011-10-12 Glenn Morris <rgm@gnu.org>
635
636 * ert.texi: Whitespace trivia to make main menu items line up better.
637
638 2011-10-08 Glenn Morris <rgm@gnu.org>
639
640 * Makefile.in: Fix ert rules.
641
642 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * gnus.texi (Gnus Utility Functions): Add more references and
645 explanations (bug#9683).
646
647 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
648
649 * gnus.texi (Archived Messages): Note the default (bug#9552).
650
651 2011-09-21 Bill Wohler <wohler@newt.com>
652
653 Release MH-E manual version 8.3.
654
655 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
656 release 8.3.
657 (Preface): Updated support information.
658 (From Bill Wohler): Reset text to original version. As a
659 historical quote, the tense should be correct in the time that it
660 was written.
661
662 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
663
664 * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
665 (Finding the News): Doc clarification.
666 (Terminology): Mention naming.
667
668 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
669
670 * gnus.texi: Remove mentions of `recent', which are now obsolete.
671 (Interactive): Document `quiet'.
672
673 2011-08-15 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
674
675 * org.texi (Images in LaTeX export): Rewrite.
676
677 2011-08-15 Bastien Guerry <bzg@gnu.org>
678
679 * org.texi (Using the mapping API): Mention 'region as a possible
680 scope for `org-map-entries'.
681
682 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
683
684 * org.texi (Visibility cycling): Document `org-copy-visible'.
685
686 2011-08-15 Bastien Guerry <bzg@gnu.org>
687
688 * org.texi (Template expansion): Order template sequences in the
689 proper order.
690
691 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
692
693 * org.texi (eval): Expand discussion of the :eval header argument.
694
695 2011-08-15 Bastien Guerry <bzg@gnu.org>
696
697 * org.texi (Languages): Add Lilypond and Awk as supported
698 languages.
699
700 2011-08-15 Achim Gratz <stromeko@nexgo.de>
701
702 * org.texi: Document that both CLOCK_INTO_DRAWER and
703 LOG_INTO_DRAWER can be used to override the contents of variable
704 org-clock-into-drawer (or if unset, org-log-into-drawer).
705
706 * org.texi: Replace @xref->@pxref.
707
708 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
709
710 * org.texi (Evaluating code blocks): Documenting the new option
711 for inline call lines.
712
713 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
714
715 * org.texi (Results of evaluation): More explicit about the
716 mechanism through which interactive evaluation of code is
717 performed.
718
719 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
720
721 * org.texi (noweb-ref): New header argument documentation.
722
723 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
724
725 * org.texi (Extracting source code): Documentation of the new
726 org-babel-tangle-named-block-combination variable.
727
728 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
729
730 * org.texi (Structure of code blocks): Explicitly state that the
731 behavior of multiple blocks of the same name is undefined
732
733 2011-08-15 Christian Egli <christian.egli@sbszh.ch>
734
735 * org.texi (TaskJuggler export): Modify the example to reflect the
736 new effort durations.
737
738 2011-08-15 David Maus <dmaus@ictsoc.de>
739
740 * org.texi (Images in LaTeX export): Escape curly brackets in
741 LaTeX example.
742
743 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
744
745 * org.texi (The clock table): Document the :properties and
746 :inherit-props arguments for the clocktable.
747
748 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
749
750 * org.texi (Tables in LaTeX export): Document specifying placement
751 options for tables.
752
753 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
754
755 * org.texi (Evaluating code blocks): More specific documentation
756 about the different types of header arguments.
757
758 2011-08-15 Manuel Giraud <manuel.giraud@univ-nantes.fr>
759
760 * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
761
762 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
763
764 * org.texi (Built-in table editor): Document the table field
765 follow mode.
766
767 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
768
769 * org.texi (Easy Templates): Document new template.
770
771 2011-08-15 Robert P. Goldman <rpgoldman@real-time.com>
772
773 * org.texi (Literal examples): Add a cross-reference from "Literal
774 Examples" to "Easy Templates."
775
776 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
777
778 * org.texi (The clock table): Add link to match syntax.
779
780 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
781
782 * org.texi (Agenda commands): Document clock consistency checks.
783
784 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
785
786 * org.texi (Built-in table editor): Document that \vert represents
787 a vertical bar in a table field.
788
789 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
790
791 * org.texi (Literal examples): Link from "Markup" > "Literate
792 Examples" to "Working with Source Code".
793
794 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
795
796 * org.texi (Agenda commands): Doc for function option to bulk
797 action.
798
799 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
800
801 * org.texi (Template expansion): Document new %<...> template
802 escape.
803
804 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
805
806 * org.texi (Selective export): Document exclusion of any tasks
807 from export.
808
809 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
810
811 * org.texi (Selective export): Document how to exclude DONE tasks
812 from export.
813 (Publishing options): Document the properties to be used to turn off
814 export of DONE tasks.
815
816 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
817
818 * org.texi (The date/time prompt): Document date range protection.
819
820 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
821
822 * org.texi (padline): Documentation of the new padline header
823 argument.
824
825 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
826
827 * org.texi (var): Adding "[" to list of characters triggering
828 elisp evaluation.
829
830 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
831
832 * org.texi (var): Documentation of Emacs Lisp evaluation during
833 variable assignment.
834
835 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
836
837 * org.texi (colnames): Reference indexing into variables, and note
838 that colnames are *not* removed before indexing occurs.
839 (rownames): Reference indexing into variables, and note that
840 rownames are *not* removed before indexing occurs.
841
842 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
843
844 * org.texi (var): Clarification of indexing into tabular
845 variables.
846
847 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
848
849 * org.texi (results): Documentation of the `:results wrap' header
850 argument.
851
852 2011-08-15 Bastien Guerry <bzg@gnu.org>
853
854 * org.texi (LaTeX and PDF export): Add a note about a limitation
855 of the LaTeX export: the org file has to be properly structured.
856
857 2011-08-15 Bastien Guerry <bzg@gnu.org>
858
859 * org.texi (Dynamic blocks, Structure editing): Mention
860 the function `org-narrow-to-block'.
861
862 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
863
864 * org.texi (Languages): Updating list of code block supported
865 languages.
866
867 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
868
869 * org.texi (Special properties): CATEGORY is a special property,
870 but it may also used in the drawer.
871
872 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
873
874 * org.texi (mkdirp): Documentation of the :mkdirp header argument.
875
876 2011-08-15 Puneeth Chaganti <punchagan@gmail.com>
877
878 * org.texi (Include files): Document :lines.
879
880 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
881
882 * org.texi (comments): Documentation of the ":comments noweb" code
883 block header argument.
884
885 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
886
887 * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
888 added extra whitespace around functions to be consistent with the
889 rest of the section.
890
891 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
892
893 * org.texi (Evaluating code blocks): Expanded discussion of
894 #+call: line syntax.
895 (Header arguments in function calls): Expanded discussion of
896 #+call: line syntax.
897
898 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
899
900 * org.texi (Evaluating code blocks): More explicit about how to
901 pass variables to #+call lines.
902
903 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
904
905 * org.texi (Results of evaluation): Link to the :results header
906 argument list from the "Results of evaluation" section.
907
908 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
909
910 * org.texi (Conflicts): Adding additional information about
911 resolving org/yasnippet conflicts.
912
913 2011-08-15 David Maus <dmaus@ictsoc.de>
914
915 * org.texi (Publishing options): Document style-include-scripts
916 publishing project property.
917
918 2011-08-15 Carsten Dominik <carsten.dominik@gmail.com>
919
920 * org.texi (Sparse trees): Document the next-error /
921 previous-error functionality.
922
923 2011-08-15 Tom Dye <tsd@tsdye.com>
924
925 * org.texi (cache): Improved documentation of code block caches.
926
927 2011-08-15 Tom Dye <tsd@tsdye.com>
928
929 * org.texi (Code block specific header arguments): Documentation
930 of multi-line header arguments.
931
932 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
933
934 * org.texi (Code evaluation security): Add example for using a
935 function.
936
937 2011-08-15 Eric Schulte <schulte.eric@gmail.com>
938
939 * org.texi (Tables in LaTeX export): Documentation of new
940 attr_latex options for tables.
941
942 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
943
944 * trampver.texi: Update release number.
945
946 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
947
948 Sync with Tramp 2.2.2.
949
950 * trampver.texi: Update release number.
951
952 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * flymake.texi (Example -- Configuring a tool called via make):
955 Use /dev/null instead of the Windows "nul" (bug#8715).
956
957 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
958
959 * widget.texi (Setting Up the Buffer): Remove mention of the
960 global keymap parent, which doesn't seem to be accurate
961 (bug#7045).
962
963 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
964
965 * org.texi (Special agenda views): Fix double quoting (bug#3509).
966
967 2010-07-10 Kevin Ryde <user42@zip.com.au>
968
969 * cl.texi (For Clauses): Add destructuring example processing an
970 alist (bug#6596).
971
972 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * ediff.texi (Major Entry Points): Remove mention of `require',
975 since that's not pertinent in the installed Emacs (bug#9016).
976
977 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
980 (Filtering New Groups): Clarify how simple the "options -n" format is.
981 (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
982 is internal.
983
984 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
985
986 * tramp.texi (Cleanup remote connections): Add
987 `tramp-cleanup-this-connection'.
988
989 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
992 zombies.
993 (Checking New Groups): Ditto (bug#8974).
994 (Checking New Groups): Moved the reference to the right place.
995
996 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
997
998 * gnus.texi (Startup Files): Clarify that we're talking about numbered
999 backups, and not actual vc (bug#8975).
1000
1001 2011-07-03 Kevin Ryde <user42@zip.com.au>
1002
1003 * cl.texi (For Clauses): @items for hash-values and key-bindings
1004 to make them more visible when skimming. Add examples of `using'
1005 clause to them, examples being clearer than a description in
1006 words (bug#6599).
1007
1008 2011-07-01 Alan Mackenzie <acm@muc.de>
1009
1010 * cc-mode.texi (Guessing the Style): New page.
1011 (Styles): Add a short introduction to above.
1012
1013 2011-06-28 Deniz Dogan <deniz@dogan.se>
1014
1015 * rcirc.texi (Configuration): Bug-fix:
1016 `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1017 Reported by Elias Pipping <pipping@exherbo.org>.
1018
1019 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1020
1021 * gnus.texi (Summary Mail Commands): Document
1022 `gnus-summary-reply-to-list-with-original'.
1023
1024 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * eshell.texi (Known problems): Fix typo.
1027
1028 2011-06-12 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * tramp.texi (Customizing Completion): Mention authinfo-style files.
1031 (Password handling): `auth-source-debug' is good for debug messages.
1032
1033 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1034
1035 * gnus.texi (Store custom flags and keywords): Refer to
1036 `gnus-registry-article-marks-to-{chars,names}' instead of
1037 `gnus-registry-user-format-function-{M,M2}'.
1038
1039 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1040
1041 * texinfo.tex: Merge from gnulib.
1042
1043 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1044
1045 * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1046 (Store custom flags and keywords):
1047 Mention `gnus-registry-user-format-function-M' and
1048 `gnus-registry-user-format-function-M2'.
1049
1050 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1051
1052 * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1053
1054 2011-05-17 Glenn Morris <rgm@gnu.org>
1055
1056 * gnus.texi (Face): Fix typo.
1057
1058 2011-05-14 Glenn Morris <rgm@gnu.org>
1059
1060 * dired-x.texi (Omitting Examples): Minor addition.
1061
1062 2011-05-10 Jim Meyering <meyering@redhat.com>
1063
1064 * ede.texi: Fix typo "or or -> or".
1065
1066 2011-05-03 Peter Münster <pmlists@free.fr> (tiny change)
1067
1068 * gnus.texi (Summary Buffer Lines):
1069 gnus-summary-user-date-format-alist does not exist.
1070 (Sorting the Summary Buffer): More about sorting threads.
1071
1072 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * trampver.texi: Update release number.
1075
1076 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * tramp.texi (Frequently Asked Questions): New item for disabling
1079 Tramp in other packages.
1080
1081 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1082
1083 * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1084 (Fancy splitting to parent, Store arbitrary data):
1085 Updated gnus-registry docs.
1086
1087 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * ede.texi: Fix typos.
1090
1091 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
1093 * gnus.texi (Window Layout): @itemize @code doesn't exist.
1094 It's @table @code.
1095
1096 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com>
1097
1098 * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1099
1100 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1101
1102 * calc.texi (Logarithmic Units): Update the function names.
1103
1104 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1105
1106 * message.texi (Various Commands): Document format specs in the
1107 ellipsis.
1108
1109 2011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
1110
1111 * message.texi (Insertion Variables): Document message-cite-style.
1112
1113 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * tramp.texi (Remote processes): New subsection "Running shell on
1116 a remote host".
1117
1118 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1119
1120 * auth.texi (Help for developers): Update docs to explain that the
1121 :save-function will only run the first time.
1122
1123 2011-03-12 Glenn Morris <rgm@gnu.org>
1124
1125 * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1126 (emacs-faq.text): New target.
1127 (clean): Add emacs-faq.
1128
1129 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
1130
1131 Sync with Tramp 2.2.1.
1132
1133 * trampver.texi: Update release number.
1134
1135 2011-03-11 Glenn Morris <rgm@gnu.org>
1136
1137 * Makefile.in (HTML_TARGETS): New.
1138 (clean): Delete $HTML_TARGETS.
1139 (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1140
1141 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1142
1143 * auth.texi (Help for developers): Show example of using
1144 `auth-source-search' with prompts and :save-function.
1145
1146 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * Version 23.3 released.
1149
1150 2011-03-07 Antoine Levitt <antoine.levitt@gmail.com>
1151
1152 * message.texi (Message Buffers): Update default value of
1153 message-generate-new-buffers.
1154
1155 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
1156
1157 * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1158 and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1159 respectively.
1160 (Musical Notes): New section.
1161 (Customizing Calc): Mention the customizable variable
1162 calc-note-threshold.
1163
1164 2011-03-03 Glenn Morris <rgm@gnu.org>
1165
1166 * url.texi (Dealing with HTTP documents): Remove reference to
1167 function url-decode-text-part; never seems to have existed. (Bug#6038)
1168 (Configuration): Update url-configuration-directory description.
1169
1170 2011-03-02 Glenn Morris <rgm@gnu.org>
1171
1172 * dired-x.texi (Multiple Dired Directories): Remove mentions
1173 of dired-default-directory-alist and dired-default-directory.
1174 Move dired-smart-shell-command here...
1175 (Miscellaneous Commands): ... from here.
1176
1177 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1178
1179 * texinfo.tex: Update to version 2011-02-24.09.
1180
1181 2011-03-02 Glenn Morris <rgm@gnu.org>
1182
1183 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1184 instead of the obsoleted dired-omit-here-always.
1185
1186 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1189 supported systems.
1190
1191 2011-02-28 Glenn Morris <rgm@gnu.org>
1192
1193 * dbus.texi (Type Conversion): Grammar fix.
1194
1195 2011-02-23 Michael Albinus <michael.albinus@gmx.de>
1196
1197 * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1198 "Debian GNU/Linux".
1199
1200 * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1201
1202 2011-02-23 Glenn Morris <rgm@gnu.org>
1203
1204 * dired-x.texi (Features): Minor rephrasing.
1205 (Local Variables): Fix typos.
1206
1207 * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1208 Standardize some Emacs/XEmacs terminology.
1209
1210 * dired-x.texi (Features): Don't advertise obsolete local variables.
1211 Simplify layout.
1212 (Omitting Variables): Update local variables example.
1213 (Local Variables): Say this is obsolete. Fix description of
1214 dired-enable-local-variables possible values.
1215
1216 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1217
1218 * auth.texi (Help for users): Mention ~/.netrc is also searched by
1219 default now.
1220
1221 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1222
1223 * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1224
1225 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1226
1227 * gnus.texi (Window Layout): Document layout names.
1228
1229 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1230
1231 * ada-mode.texi: Sync @dircategory with ../../info/dir.
1232 * auth.texi: Sync @dircategory with ../../info/dir.
1233 * autotype.texi: Sync @dircategory with ../../info/dir.
1234 * calc.texi: Sync @dircategory with ../../info/dir.
1235 * cc-mode.texi: Sync @dircategory with ../../info/dir.
1236 * cl.texi: Sync @dircategory with ../../info/dir.
1237 * dbus.texi: Sync @dircategory with ../../info/dir.
1238 * dired-x.texi: Sync @dircategory with ../../info/dir.
1239 * ebrowse.texi: Sync @dircategory with ../../info/dir.
1240 * ede.texi: Sync @dircategory with ../../info/dir.
1241 * ediff.texi: Sync @dircategory with ../../info/dir.
1242 * edt.texi: Sync @dircategory with ../../info/dir.
1243 * eieio.texi: Sync @dircategory with ../../info/dir.
1244 * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1245 * epa.texi: Sync @dircategory with ../../info/dir.
1246 * erc.texi: Sync @dircategory with ../../info/dir.
1247 * eshell.texi: Sync @dircategory with ../../info/dir.
1248 * eudc.texi: Sync @dircategory with ../../info/dir.
1249 * flymake.texi: Sync @dircategory with ../../info/dir.
1250 * forms.texi: Sync @dircategory with ../../info/dir.
1251 * gnus.texi: Sync @dircategory with ../../info/dir.
1252 * idlwave.texi: Sync @dircategory with ../../info/dir.
1253 * mairix-el.texi: Sync @dircategory with ../../info/dir.
1254 * message.texi: Sync @dircategory with ../../info/dir.
1255 * mh-e.texi: Sync @dircategory with ../../info/dir.
1256 * newsticker.texi: Sync @dircategory with ../../info/dir.
1257 * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1258 * org.texi: Sync @dircategory with ../../info/dir.
1259 * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1260 * pgg.texi: Sync @dircategory with ../../info/dir.
1261 * rcirc.texi: Sync @dircategory with ../../info/dir.
1262 * reftex.texi: Sync @dircategory with ../../info/dir.
1263 * remember.texi: Sync @dircategory with ../../info/dir.
1264 * sasl.texi: Sync @dircategory with ../../info/dir.
1265 * sc.texi: Sync @dircategory with ../../info/dir.
1266 * semantic.texi: Sync @dircategory with ../../info/dir.
1267 * ses.texi: Sync @dircategory with ../../info/dir.
1268 * sieve.texi: Sync @dircategory with ../../info/dir.
1269 * smtpmail.texi: Sync @dircategory with ../../info/dir.
1270 * speedbar.texi: Sync @dircategory with ../../info/dir.
1271 * trampver.texi [emacs]: Set emacsname to "Emacs".
1272 * tramp.texi: Sync @dircategory with ../../info/dir.
1273 * url.texi: Sync @dircategory with ../../info/dir.
1274 * vip.texi: Sync @dircategory with ../../info/dir.
1275 * viper.texi: Sync @dircategory with ../../info/dir.
1276 * widget.texi: Sync @dircategory with ../../info/dir.
1277 * woman.texi: Sync @dircategory with ../../info/dir.
1278
1279 2011-02-19 Glenn Morris <rgm@gnu.org>
1280
1281 * dired-x.texi (Technical Details): No longer redefines
1282 dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1283 dired-read-shell-command, or dired-find-buffer-nocreate.
1284
1285 2011-02-18 Glenn Morris <rgm@gnu.org>
1286
1287 * dired-x.texi (Optional Installation File At Point): Simplify.
1288
1289 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1290
1291 * auth.texi (Help for users): Use :port instead of :protocol for all
1292 auth-source docs.
1293 (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1294 to have two files in `auth-sources'.
1295
1296 2011-02-16 Glenn Morris <rgm@gnu.org>
1297
1298 * dired-x.texi: Use emacsver.texi to get Emacs version.
1299 * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1300 Depend on emacsver.texi.
1301
1302 * dired-x.texi: Drop meaningless version number.
1303 (Introduction): Remove old info.
1304 (Optional Installation Dired Jump): Autoload from dired-x.
1305 Remove incorrect info about loaddefs.el.
1306 (Bugs): Just refer to M-x report-emacs-bug.
1307
1308 * dired-x.texi (Multiple Dired Directories): Update for rename of
1309 default-directory-alist.
1310 (Miscellaneous Commands): No longer mention very old VM version 4.
1311
1312 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1313
1314 Merge from gnulib.
1315 * texinfo.tex: Update to version 2011-02-14.11.
1316
1317 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1318
1319 * auth.texi (Help for users):
1320 Login collection is "Login" and not "login".
1321
1322 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * tramp.texi (History): Remove IMAP support.
1325 (External methods, Frequently Asked Questions): Remove `imap' and
1326 `imaps' methods.
1327 (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1328
1329 * trampver.texi: Remove default value of `emacsimap'.
1330
1331 2011-02-13 Glenn Morris <rgm@gnu.org>
1332
1333 * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1334 * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1335
1336 2011-02-12 Glenn Morris <rgm@gnu.org>
1337
1338 * sc.texi (Getting Connected): Remove old index entries.
1339
1340 2011-02-12 Ulrich Mueller <ulm@gentoo.org>
1341
1342 * url.texi: Remove duplicate @dircategory (Bug#7942).
1343
1344 2011-02-11 Teodor Zlatanov <tzz@lifelogs.com>
1345
1346 * auth.texi (Overview, Help for users, Help for developers):
1347 Update docs.
1348 (Help for users): Talk about spaces.
1349
1350 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1351
1352 * texinfo.tex: Update to version 2011-02-07.16.
1353
1354 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1355
1356 * dbus.texi (Bus names): Adapt descriptions for
1357 dbus-list-activatable-names and dbus-list-known-names.
1358
1359 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1360
1361 * calc.texi (Logarithmic Units): New section.
1362
1363 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com>
1364
1365 * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1366 manuals use it now.
1367
1368 * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1369
1370 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * overrides.texi: Remove.
1373
1374 * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1375 * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1376
1377 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * tramp.texi (Frequently Asked Questions): Mention problems with
1380 WinSSHD.
1381
1382 * trampver.texi: Update release number.
1383
1384 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1385
1386 * tramp.texi:
1387 Replace "delimet" with "delimit" globally.
1388 Replace "explicite" with "explicit" globally.
1389 Replace "instead of" with "instead" where there was nothing after "of".
1390 Audit use of comma before interrogative pronoun, "that", or "which".
1391 Minor word order, spelling, wording changes.
1392
1393 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1394
1395 * overrides.texi: New file to set or clear WEBHACKDEVEL.
1396
1397 * sieve.texi: Use WEBHACKDEVEL.
1398
1399 * sasl.texi: Use WEBHACKDEVEL.
1400
1401 * pgg.texi: Use WEBHACKDEVEL.
1402
1403 * message.texi: Use WEBHACKDEVEL.
1404
1405 * gnus.texi: Use WEBHACKDEVEL.
1406
1407 * emacs-mime.texi: Use WEBHACKDEVEL.
1408
1409 * auth.texi: Use WEBHACKDEVEL.
1410
1411 * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1412 manuals.
1413
1414 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1415
1416 * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1417
1418 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1419
1420 * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1421 which in turn is copied from ftp://tug.org/tex/.
1422
1423 2011-02-03 Glenn Morris <rgm@gnu.org>
1424
1425 * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1426 (Binding combinations of modifiers and function keys):
1427 Let's assume people reading this are not using Emacs 18.
1428
1429 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1430
1431 * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1432 since it's run automatically.
1433
1434 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1435
1436 * gnus.texi (Customizing Articles): Fix typo.
1437
1438 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1439
1440 * gnus.texi (Customizing Articles): Document the new way of customizing
1441 the date headers(s).
1442
1443 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1444
1445 * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1446 splitting example.
1447
1448 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1449
1450 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1451 (MAKEINFO_OPTS): New variable.
1452 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1453 ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1454 ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1455 ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1456 ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1457 ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1458 ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1459 ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1460 ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1461 ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1462 ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1463 ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1464 ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1465 ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1466 ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1467 ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1468 ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1469 ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1470
1471 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1472
1473 * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1474
1475 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1476
1477 * message.texi (IDNA): Explain what it is.
1478
1479 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1480
1481 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1482
1483 2011-01-23 Werner Lemberg <wl@gnu.org>
1484
1485 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1486 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1487 (ENVADD): Update.
1488
1489 2011-01-18 Glenn Morris <rgm@gnu.org>
1490
1491 * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1492
1493 2011-01-14 Eduard Wiebe <usenet@pusto.de>
1494
1495 * nxml-mode.texi (Introduction): Fix file name typos.
1496
1497 2011-01-13 Christian Ohler <ohler@gnu.org>
1498
1499 * ert.texi: New file.
1500
1501 * Makefile.in:
1502 * makefile.w32-in: Add ert.texi.
1503
1504 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1505
1506 * dbus.texi (Receiving Method Calls): New function
1507 dbus-register-service. Rearrange node.
1508
1509 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1512 which in turn is copied from ftp://tug.org/tex/.
1513
1514 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1515
1516 * dbus.texi (Receiving Method Calls): Describe new optional
1517 parameter dont-register-service of dbus-register-{method,property}.
1518
1519 2010-12-17 Daiki Ueno <ueno@unixuser.org>
1520
1521 * epa.texi (Encrypting/decrypting *.gpg files):
1522 Mention epa-file-select-keys.
1523
1524 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1525
1526 * gnus.texi (Archived Messages): Remove outdated text.
1527
1528 2010-12-16 Teodor Zlatanov <tzz@lifelogs.com>
1529
1530 * gnus.texi (Foreign Groups): Add clarification of foreign groups.
1531
1532 2010-12-15 Andrew Cohen <cohen@andy.bu.edu>
1533
1534 * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
1535
1536 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1537
1538 * gnus.texi (The swish++ Engine): Add customizable parameters
1539 descriptions.
1540 (The swish-e Engine): Ditto.
1541
1542 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
1543
1544 * tramp.texi (Inline methods): Add "ksu" method.
1545 (Remote processes): Add example with remote `default-directory'.
1546
1547 2010-12-14 Glenn Morris <rgm@gnu.org>
1548
1549 * faq.texi (Expanding aliases when sending mail):
1550 Now build-mail-aliases is interactive.
1551
1552 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1553
1554 * gnus.texi: First pass at adding (rough) nnir documentation.
1555
1556 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1557
1558 * gnus.texi (Filtering New Groups):
1559 Mention gnus-auto-subscribed-categories.
1560 (The First Time): Remove, since default-subscribed-newsgroups has been
1561 removed.
1562
1563 2010-12-13 Glenn Morris <rgm@gnu.org>
1564
1565 * cl.texi (For Clauses): Small fixes for frames and windows.
1566
1567 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
1568
1569 * org.texi (Using capture): Document using prefix arguments for
1570 finalizing capture.
1571 (Agenda commands): Document prefix argument for the bulk scatter
1572 command.
1573 (Beamer class export): Document that also overlay arguments can be
1574 passed to the column environment.
1575 (Template elements): Document the new entry type.
1576
1577 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
1578
1579 * org.texi (Include files): Document :minlevel.
1580
1581 2010-12-11 Julien Danjou <julien@danjou.info>
1582
1583 * org.texi (Categories): Document category icons.
1584
1585 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
1586
1587 * org.texi (noweb): Fix typo.
1588
1589 2010-12-06 Tassilo Horn <tassilo@member.fsf.org>
1590
1591 * gnus.texi (Server Commands): Point to the rest of the server
1592 commands.
1593
1594 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1595
1596 * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1597 g'.
1598
1599 2010-12-02 Julien Danjou <julien@danjou.info>
1600
1601 * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1602
1603 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1604
1605 * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1606 (Direct Functions): Note the STARTTLS upgrade.
1607
1608 2010-11-27 Glenn Morris <rgm@gnu.org>
1609 James Clark <none@example.com>
1610
1611 * nxml-mode.texi (Introduction): New section.
1612
1613 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1614
1615 * gnus.texi (Server Commands): Document gnus-server-show-server.
1616
1617 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1618
1619 Sync with Tramp 2.2.0.
1620
1621 * trampver.texi: Update release number.
1622
1623 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1624
1625 * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1626 Mention that the TeX specific units won't use the `tex' prefix
1627 in TeX mode.
1628
1629 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1630
1631 * gnus.texi (Misc Article): Document gnus-inhibit-images.
1632
1633 2010-11-17 Glenn Morris <rgm@gnu.org>
1634
1635 * edt.texi: Remove information about Emacs 19.
1636
1637 2010-11-17 Michael Albinus <michael.albinus@gmx.de>
1638
1639 * trampver.texi: Update release number.
1640
1641 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1642
1643 * gnus.texi (Article Washing): Fix typo.
1644
1645 2010-11-11 Noorul Islam <noorul@noorul.com>
1646
1647 * org.texi: Fix typo.
1648
1649 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1650
1651 * org.texi (Using capture): Explain that refiling is
1652 sensitive to cursor position.
1653
1654 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1655
1656 * org.texi (Images and tables): Add cross reference to link section.
1657
1658 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1659
1660 * org.texi: Document the <c> cookie.
1661
1662 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1663
1664 * org.texi: Multi-line header arguments :PROPERTIES: :ID:
1665 b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
1666
1667 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1668
1669 * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
1670
1671 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1672
1673 * org.texi (Project alist): Mention that this is a property list.
1674
1675 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1676
1677 * org.texi (Setting up the staging area): Document that
1678 file names remain visible when encrypting the MobileOrg files.
1679
1680 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1681
1682 * org.texi (Setting up the staging area): Document which
1683 versions are needed for encryption.
1684
1685 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1686
1687 * org.texi (noweb): Update :noweb documentation to
1688 reflect the new "tangle" argument.
1689
1690 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1691
1692 * org.texi (Batch execution): Improve tangling script in
1693 documentation.
1694
1695 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1696
1697 * org.texi (Handling links):
1698 (In-buffer settings): Document inlining images on startup.
1699
1700 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1701
1702 * org.texi (Setting up the staging area): Document use of
1703 crypt password.
1704
1705 2010-11-11 David Maus <dmaus@ictsoc.de>
1706
1707 * org.texi (Template expansion): Add date related link type escapes.
1708
1709 2010-11-11 David Maus <dmaus@ictsoc.de>
1710
1711 * org.texi (Template expansion): Add mew in table for link type
1712 escapes.
1713
1714 2010-11-11 David Maus <dmaus@ictsoc.de>
1715
1716 * org.texi (Template expansion): Fix typo in link type escapes.
1717
1718 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1719
1720 * org.texi (Structure of code blocks): Another documentation tweak.
1721
1722 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1723
1724 * org.texi (Structure of code blocks): Documentation tweak.
1725
1726 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1727
1728 * org.texi (Structure of code blocks):
1729 Update documentation to mention inline code block syntax.
1730
1731 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1732
1733 * org.texi (comments): Improve wording.
1734
1735 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1736
1737 * org.texi (comments): Document the new :comments header arguments.
1738
1739 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1740
1741 * org.texi (Installation): Remove the special
1742 installation instructions for XEmacs.
1743
1744 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1745
1746 * org.texi (Easy Templates): New section. Documents quick
1747 insertion of empty structural elements.
1748
1749 2010-11-11 Noorul Islam <noorul@noorul.com>
1750
1751 * org.texi: Fix doc.
1752
1753 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1754
1755 * org.texi (The date/time prompt): Document specification
1756 of time ranges.
1757
1758 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1759
1760 * org.texi (Internal links): Document the changes in
1761 internal links.
1762
1763 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1764
1765 * org.texi (Agenda commands): Document the limitation for
1766 the filter preset - it can only be used for an entire agenda
1767 view, not in an individual block in a block agenda.
1768
1769 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
1770
1771 * org.texi (iCalendar export): Document alarm creation.
1772
1773 2010-11-10 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1776
1777 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1778
1779 * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1780
1781 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
1782
1783 * calc.texi: Use emacsver.texi to determine Emacs version.
1784
1785 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1786
1787 * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1788 since that works by default.
1789
1790 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1791
1792 * gnus.texi (Customizing the IMAP Connection): Document
1793 `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1794
1795 2010-11-04 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * tramp.texi (Remote shell setup): New item "Interactive shell
1798 prompt". Reported by Christian Millour <cm@abtela.com>.
1799 (Remote shell setup, Remote processes): Use @code{} for
1800 environment variables.
1801
1802 2010-11-03 Glenn Morris <rgm@gnu.org>
1803
1804 * ediff.texi (Quick Help Commands, Miscellaneous):
1805 * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
1806
1807 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1810
1811 2010-10-31 Glenn Morris <rgm@gnu.org>
1812
1813 * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1814
1815 2010-10-31 Glenn Morris <rgm@gnu.org>
1816
1817 * cc-mode.texi: Remove reference to defunct viewcvs URL.
1818
1819 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1820
1821 * gnus.texi (Client-Side IMAP Splitting):
1822 Mention nnimap-unsplittable-articles.
1823
1824 2010-10-29 Julien Danjou <julien@danjou.info>
1825
1826 * gnus.texi (Finding the News): Remove references to obsoletes
1827 variables `gnus-nntp-server' and `gnus-secondary-servers'.
1828
1829 2010-10-29 Eli Zaretskii <eliz@gnu.org>
1830
1831 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1832 (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1833 ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1834 ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1835
1836 2010-10-28 Glenn Morris <rgm@gnu.org>
1837
1838 * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1839 (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1840 ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1841
1842 2010-10-25 Daiki Ueno <ueno@unixuser.org>
1843
1844 * epa.texi (Mail-mode integration): Add alternative key bindings
1845 for epa-mail commands; escape comma.
1846 Don't use the word "PGP", since it is a non-free program.
1847
1848 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
1849
1850 * calc.texi: Use emacsver.texi to determine Emacs version.
1851
1852 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * gnus.texi (Group Parameters, Buttons): Fix typos.
1855
1856 2010-10-22 Tassilo Horn <tassilo@member.fsf.org>
1857
1858 * gnus.texi (Subscription Commands): Mention that you can also
1859 subscribe to new groups via the Server buffer, which is probably more
1860 convenient when subscribing to many groups.
1861
1862 2010-10-21 Julien Danjou <julien@danjou.info>
1863
1864 * message.texi (Message Headers): Allow message-default-headers to be a
1865 function.
1866
1867 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1868
1869 * gnus-news.texi: Mention new archive defaults.
1870
1871 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1872
1873 * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1874
1875 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
1877 * gnus.texi (HTML): Document the function value of
1878 gnus-blocked-images.
1879 (Article Washing): shr and gnus-w3m, not the direct function names.
1880
1881 2010-10-20 Julien Danjou <julien@danjou.info>
1882
1883 * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1884 variable.
1885
1886 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1887
1888 * gnus.texi (Customizing the IMAP Connection): The port strings are
1889 strings.
1890 (Document Groups): Mention git.
1891
1892 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1895 bzr/Gnus git sync.
1896
1897 2010-10-15 Eli Zaretskii <eliz@gnu.org>
1898
1899 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1900 change.
1901
1902 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
1904 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1905 @item syntax for in-Emacs makeinfo.
1906
1907 2010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
1908
1909 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1910 trim sentence.
1911
1912 2010-10-12 Daiki Ueno <ueno@unixuser.org>
1913
1914 * epa.texi (Caching Passphrases):
1915 * auth.texi (GnuPG and EasyPG Assistant Configuration):
1916 Clarify some configurations require to set up gpg-agent.
1917
1918 2010-10-11 Glenn Morris <rgm@gnu.org>
1919
1920 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1921
1922 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1923
1924 * gnus.texi (Spam Package Introduction): Mention `$'.
1925
1926 2010-10-09 Eli Zaretskii <eliz@gnu.org>
1927
1928 * makefile.w32-in (emacsdir): New variable.
1929 ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1930 (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1931
1932 2010-10-09 Glenn Morris <rgm@gnu.org>
1933
1934 * Makefile.in (mostlyclean): Delete *.toc.
1935
1936 * Makefile.in: Use $< in rules.
1937
1938 * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1939
1940 * Makefile.in ($(infodir)): Delete rule.
1941 (mkinfodir): New. Use it in all the info rules, rather than depending
1942 on infodir.
1943
1944 2010-10-09 Glenn Morris <rgm@gnu.org>
1945
1946 * gnus.texi (Article Washing): Fix previous change.
1947
1948 * Makefile.in (emacsdir): New variable.
1949 ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
1950 Depend on emacsver.texi.
1951
1952 * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1953
1954 * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1955
1956 2010-10-08 Julien Danjou <julien@danjou.info>
1957
1958 * gnus.texi: Add mm-shr.
1959
1960 2010-10-08 Ludovic Courtès <ludo@gnu.org>
1961
1962 * gnus.texi (Finding the Parent, The Gnus Registry)
1963 (Registry Article Refer Method): Update docs for nnregistry.el.
1964
1965 2010-10-08 Daiki Ueno <ueno@unixuser.org>
1966
1967 * auth.texi (Help for users)
1968 (GnuPG and EasyPG Assistant Configuration): Update docs.
1969
1970 2010-10-08 Glenn Morris <rgm@gnu.org>
1971
1972 * cl.texi (Organization, Installation, Old CL Compatibility):
1973 Deprecate cl-compat for new code.
1974 (Usage, Installation): Remove outdated information.
1975
1976 * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1977
1978 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1979
1980 * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1981
1982 2010-10-06 Julien Danjou <julien@danjou.info>
1983
1984 * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1985
1986 * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1987 broken link.
1988
1989 * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1990
1991 * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1992 to ReiserFS.
1993
1994 * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1995 (FAQ 7-1): Fix getmail URL.
1996
1997 2010-10-06 Daiki Ueno <ueno@unixuser.org>
1998
1999 * epa.texi (Caching Passphrases): New section.
2000
2001 2010-10-06 Glenn Morris <rgm@gnu.org>
2002
2003 * Makefile.in (SHELL): Set it.
2004 (info): Move the mkdir dependency to the individual info files.
2005 (mostlyclean): Tidy up.
2006 (clean): Only delete the specific dvi and pdf files.
2007 (maintainer-clean): Be more restrictive in what we delete.
2008 ($(infodir)): Add parallel build workaround.
2009
2010 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2011
2012 * gnus.texi (Misc Article): Document gnus-widen-article-window.
2013
2014 2010-10-03 Julien Danjou <julien@danjou.info>
2015
2016 * emacs-mime.texi (Display Customization):
2017 Update mm-inline-large-images documentation and add documentation for
2018 mm-inline-large-images-proportion.
2019
2020 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * tramp.texi (Frequently Asked Questions):
2023 Mention remote-file-name-inhibit-cache.
2024
2025 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2026
2027 * gnus.texi (Splitting Mail): Fix @xref syntax.
2028 (Splitting Mail): Really fix the @ref syntax.
2029
2030 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2031
2032 * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2033 (Article Hiding): Add google banner example.
2034 Suggested by Benjamin Xu.
2035
2036 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2037
2038 * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2039 Remove nnimap-split-rule from examples.
2040
2041 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2044 (NNTP): Document nntp-server-list-active-group. Suggested by Barry
2045 Fishman.
2046 (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2047
2048 2010-09-30 Julien Danjou <julien@danjou.info>
2049
2050 * gnus.texi (Gravatars): Fix documentation about
2051 gnu-gravatar-properties.
2052
2053 2010-09-29 Daiki Ueno <ueno@unixuser.org>
2054
2055 * epa.texi (Bug Reports): New section.
2056
2057 2010-09-29 Glenn Morris <rgm@gnu.org>
2058
2059 * Makefile.in (top_srcdir): Remove unused variable.
2060
2061 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2062
2063 * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2064 (Client-Side IMAP Splitting): Document 'default.
2065
2066 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2067
2068 * gnus.texi (Customizing the IMAP Connection):
2069 Document nnimap-fetch-partial-articles.
2070
2071 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2072
2073 * gnus-news.texi: Mention nnimap-inbox.
2074
2075 * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2076
2077 2010-09-26 Julien Danjou <julien@danjou.info>
2078
2079 * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2080
2081 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus.texi (Security): Remove gpg.el mention.
2084
2085 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2086
2087 * gnus.texi (Browse Foreign Server): New variable
2088 gnus-browse-subscribe-newsgroup-method.
2089
2090 * gnus-news.texi: Mention it.
2091
2092 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2093
2094 * gnus.texi (NoCeM): Remove.
2095 (Startup Variables): No jingle.
2096
2097 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2098
2099 * woman.texi (Interface Options): xz compression is now supported.
2100
2101 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
2103 * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2104 (Unavailable Servers): Document gnus-server-copy-server.
2105 (Using IMAP): Document the new nnimap.
2106
2107 2010-09-25 Julien Danjou <julien@danjou.info>
2108
2109 * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2110
2111 2010-09-24 Glenn Morris <rgm@gnu.org>
2112
2113 * url.texi (Disk Caching): Tweak previous change.
2114
2115 2010-09-24 Julien Danjou <julien@danjou.info>
2116
2117 * url.texi (Disk Caching): Mention url-cache-expire-time,
2118 url-cache-expired, and url-fetch-from-cache.
2119
2120 2010-09-24 Julien Danjou <julien@danjou.info>
2121
2122 * gnus.texi: Add Gravatars.
2123
2124 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
2126 * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2127
2128 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2129
2130 * gnus.texi (Expunging mailboxes): Update name of the expunging
2131 command.
2132
2133 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2134
2135 * emacs-mime.texi (rfc2047): Update description for
2136 rfc2047-encode-parameter.
2137
2138 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2141 "fish" methods.
2142 (External methods): Remove "scp1_old" and "scp2_old" methods.
2143
2144 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * tramp.texi: Remove Japanese manual. Fix typo.
2147
2148 * trampver.texi: Update release number. Remove japanesemanual.
2149
2150 2010-09-09 Glenn Morris <rgm@gnu.org>
2151
2152 * org.texi: Restore clobbered changes (copyright years, untabify).
2153
2154 2010-09-04 Julien Danjou <julien@danjou.info> (tiny change)
2155
2156 * gnus.texi (Adaptive Scoring): Fix typo.
2157
2158 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2159
2160 * gnus.texi (Article Display): Document gnus-html-show-images.
2161
2162 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2165
2166 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * gnus.texi (HTML): Document gnus-max-image-proportion.
2169
2170 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2171
2172 * gnus.texi (HTML): Document gnus-blocked-images.
2173
2174 * message.texi (Wide Reply): Document message-prune-recipient-rules.
2175
2176 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * gnus.texi (Summary Mail Commands): Note that only the addresses from
2179 the first message are used for wide replies.
2180 (Changing Servers): Remove documentation on gnus-change-server and
2181 friends, since it's been removed.
2182
2183 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * gnus.texi (Drafts): Mention B DEL.
2186
2187 2010-08-29 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2188
2189 * gnus.texi (Delayed Articles): Mention that the Date header is the
2190 original one, even if you delay.
2191
2192 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
2194 * gnus.texi (Asynchronous Fetching):
2195 Document gnus-async-post-fetch-function.
2196 (HTML): Made into its own section.
2197
2198 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2199
2200 Sync with Tramp 2.1.19.
2201
2202 * tramp.texi (Inline methods, Default Method): Mention
2203 `tramp-inline-compress-start-size'. Remove "kludgy" phrase.
2204 Remove remark about doubled "-t" argument.
2205 (Auto-save and Backup): Remove reference to Emacs 21.
2206 (Filename Syntax): Describe port numbers.
2207 (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt
2208 supported MS Windows versions. Remove obsolete URL. Recommend "sshx"
2209 and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports
2210 errors with the backquotes.
2211 (External packages): File attributes cache flushing for asynchronous
2212 processes.
2213 (Traces and Profiles): Describe verbose level 9.
2214
2215 * trampver.texi: Update release number.
2216
2217 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * dbus.texi (Alternative Buses): New chapter.
2220
2221 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2224
2225 2010-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2226
2227 * calc.texi (Customizing Calc): Rearrange description of new
2228 variables to match the presentation of other variables.
2229
2230 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * org.texi (Footnotes, Tables in HTML export): Fix typos.
2233
2234 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2235
2236 * calc.texi (Making Selections, Selecting Subformulas)
2237 (Customizing Calc): Mention how to use faces to emphasize selected
2238 sub-formulas.
2239
2240 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
2241
2242 * tramp.texi (External packages): File attributes cache flushing
2243 for asynchronous processes.
2244
2245 2010-08-01 Alan Mackenzie <acm@muc.de>
2246
2247 Enhance the manual for the latest Java Mode.
2248
2249 * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2250 annotation-var-cont.
2251 (Java Symbols): Page renamed from Anonymous Class Symbol. Document the
2252 two new symbols.
2253
2254 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * tramp.texi (Traces and Profiles): Describe verbose level 9.
2257
2258 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2261
2262 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2265
2266 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2267
2268 * org.texi: Add macros to get plain quotes in PDF output.
2269 List additional contributors.
2270 (Capture): New section, replaces the section about remember.
2271 (Working With Source Code): New chapter, focused on documenting Org
2272 Babel.
2273 (Code evaluation security): New section.
2274 (MobileOrg): Document DropBox support.
2275 (TaskJuggler export): Document taskjuggler and Gantt chart support.
2276 (Special symbols): Show how to display UTF8 characters for entities.
2277 (Global TODO list): Clarify the use of the "M" key and the differences
2278 to the "m" key.
2279 (RSS Feeds): Mention Atom feeds as well.
2280 (Setting tags): Remove paragraph about
2281 `org-complete-tags-always-offer-all-agenda-tags'.
2282
2283 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * tramp.texi (Inline methods): Remove remark about doubled "-t"
2286 argument.
2287 (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2288 echoing shells.
2289
2290 2010-07-10 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * tramp.texi (Inline methods): Remove "kludgy" phrase.
2293 (Filename Syntax): Describe port numbers.
2294
2295 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
2296
2297 * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever
2298 forgotten.
2299 (Type Conversion): Precise conversion of natural numbers.
2300 (Errors and Events): Add "debugging" to concept index. Add variable
2301 `dbus-debug'.
2302
2303 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * dbus.texi (Receiving Method Calls): Add optional argument
2306 EMITS-SIGNAL to `dbus-register-property'.
2307
2308 2010-06-27 Alex Schroeder <alex@gnu.org>
2309
2310 * nxml-mode.texi (Commands for locating a schema): Fix typo.
2311
2312 2010-06-24 Glenn Morris <rgm@gnu.org>
2313
2314 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2315 * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2316 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2317 * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2318 * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2319 * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2320 * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2321 * woman.texi: Start direntry descriptions in column 32, per Texinfo
2322 convention. Make them end with a period.
2323
2324 2010-06-23 Glenn Morris <rgm@gnu.org>
2325
2326 * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2327 * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2328 * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2329 * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2330 * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2331 * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2332
2333 2010-06-10 Glenn Morris <rgm@gnu.org>
2334
2335 * idlwave.texi (Load-Path Shadows):
2336 * org.texi (Handling links): Fix typos.
2337
2338 2010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2339
2340 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2341
2342 2010-05-26 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * eshell.texi (Built-ins): Describe, how to disable a built-in command
2345 by an alias. (Bug#6226)
2346
2347 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2348
2349 * calc.texi (Manipulating Vectors): Mention that vectors can
2350 be used to determine bins for `calc-histogram'.
2351
2352 2010-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2353
2354 * calc.texi: Remove "\turnoffactive" commands throughout.
2355
2356 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2357
2358 * url.texi (HTTP language/coding, Customization):
2359 * message.texi (Header Commands, Responses):
2360 * cl.texi (Argument Lists): Fix typos.
2361
2362 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2365 Note that Development menu is always available.
2366 (Creating a project): Fix terminology.
2367 (Add/Remove files): Fix typo.
2368
2369 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2370
2371 * Version 23.2 released.
2372
2373 2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
2374
2375 * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2376
2377 2010-05-01 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * tramp.texi (Inline methods, Default Method):
2380 Mention `tramp-inline-compress-start-size'.
2381
2382 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
2383
2384 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2385 the CVS repo. Put the Git repo in the news section.
2386
2387 * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2388 Removed some mentions of CVS. Mention the new Git repo.
2389
2390 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de>
2391
2392 * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec.
2393 (Mail Group Commands): Add index entry.
2394
2395 2010-04-18 Glenn Morris <rgm@gnu.org>
2396
2397 * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2398
2399 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2400
2401 * calc.texi (Radix modes): Mention that the option prefix will
2402 turn on twos-complement mode.
2403 (Inverse and Hyperbolic Flags): Mention the Option flag.
2404
2405 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2406
2407 * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2408 (LaTeX/PDF export commands): Rename and Move section.
2409 (Sectioning structure): Update.
2410 (References): New use case for field coordinates.
2411 (The export dispatcher): Rename from ASCII export.
2412 (Setting up the staging area): Document the availability of
2413 encryption for MobileOrg.
2414 (Images and tables): Document how to reference labels.
2415 (Index entries): New section.
2416 (Generating an index): New section.
2417 (Column width and alignment): Document that <N> now
2418 means a fixed width, not a maximum width.
2419 (Publishing options): Document the :email option.
2420 (Beamer class export): Fix bug in the BEAMER example.
2421 (Refiling notes): Document refile logging.
2422 (In-buffer settings): Document refile logging keywords.
2423 (Drawers): Document `C-c C-z' command.
2424 (Agenda commands): Mention the alternative key `C-c C-z'.
2425 (Special properties): Document the BLOCKED property.
2426 (The spreadsheet): Mention the formula editor.
2427 (References): Document field coordinates.
2428 (Publishing action): Correct the documentation for the
2429 publishing function.
2430 (The date/time prompt): Document that we accept dates
2431 like month/day/year.
2432 (Cooperation): Document the changes in table.el support.
2433 (Faces for TODO keywords, Faces for TODO keywords)
2434 (Priorities): Document the easy colors.
2435 (Visibility cycling): Document the new double prefix
2436 arg for `org-reveal'.
2437 (Cooperation): Remember.el is part of Emacs.
2438 (Clean view): Mention that `wrap-prefix' is also set by
2439 org-indent-mode.
2440 (Agenda commands): Add information about prefix args to
2441 scheduling and deadline commands.
2442 (Search view): Point to the docstring of
2443 `org-search-view' for more details.
2444 (Agenda commands): Document that `>' prompts for a date.
2445 (Setting tags): Document variable
2446 org-complete-tags-always-offer-all-agenda-tags.
2447 (Column attributes): Cross-reference special properties.
2448
2449 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2450
2451 Synchronize with Tramp repository.
2452
2453 * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2454 (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2455 Adapt supported MS Windows versions. Remove obsolete URL. Use the $()
2456 syntax, texi2dvi reports errors with the backquotes.
2457
2458 * trampver.texi: Update release number.
2459
2460 2010-04-01 Teodor Zlatanov <tzz@lifelogs.com>
2461
2462 * gnus.texi (Finding the News): Add pointers to the Server buffer
2463 because it's essential.
2464
2465 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2466
2467 * gnus.texi (MIME Commands): Update description of
2468 gnus-article-browse-html-article.
2469
2470 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2471
2472 * auth.texi (Secret Service API): Add TODO node.
2473 (Help for users): Explain the new source options for `auth-sources'.
2474
2475 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2476
2477 * trampver.texi: Update release number.
2478
2479 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * Branch for 23.2.
2482
2483 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * faq.texi (Escape sequences in shell output): Note that ansi-color is
2486 now enabled by default.
2487
2488 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2489
2490 * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2491 when Emacs runs in interactive mode. (Bug#5645)
2492
2493 2010-02-16 Glenn Morris <rgm@gnu.org>
2494
2495 * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2496
2497 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2498
2499 * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2500
2501 2010-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2502
2503 * gnus.texi (Score File Format): Fix typo.
2504
2505 2010-01-19 Mark A. Hershberger <mah@everybody.org>
2506
2507 * cc-mode.texi: Replace references to obsolete c-subword-mode.
2508
2509 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * ada-mode.texi (Project File Overview): Fix typo.
2512
2513 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * semantic.texi: Add Richard Y. Kim credit.
2516
2517 * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2518
2519 2010-01-17 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
2522 SXEmacs 22 to the supported systems. New item for hung ssh sessions.
2523
2524 2010-01-17 Glenn Morris <rgm@gnu.org>
2525
2526 * calc.texi (Reporting Bugs): Don't mention format of repository.
2527
2528 * woman.texi (Bugs): Make "Emacs repository" less specific,
2529 and the URL for same more specific.
2530
2531 * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2532
2533 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * ede.texi (ede-step-project, ede-proj-target):
2536 * tramp.texi (Remote processes): Fix typos.
2537
2538 2010-01-16 Mario Lang <mlang@delysid.org>
2539
2540 * ede.texi (ede-target):
2541 * org.texi (Refiling notes): Remove duplicated words.
2542
2543 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * gnus.texi (Posting Styles): Use with-current-buffer.
2546 * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2547
2548 2010-01-02 Kevin Ryde <user42@zip.com.au>
2549
2550 * eieio.texi (Naming Conventions): Correction to xref on elisp
2551 coding conventions, is "Tips" node not "Standards".
2552
2553 2009-12-24 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2556
2557 * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2558
2559 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus.texi (Direct Functions): Add missing port number to tls method.
2562
2563 2009-12-15 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2566 ($(infodir)/edt, edt.dvi): New targets.
2567
2568 2009-12-15 Glenn Morris <rgm@gnu.org>
2569
2570 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2571 (edt, $(infodir)/edt, edt.dvi): New targets.
2572 * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2573
2574 * Makefile.in (PDF_TARGETS, pdf): New.
2575 (clean): Add *.pdf.
2576 Add pdf rules for all manuals.
2577
2578 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com>
2579
2580 * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2581
2582 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2585 (Smart Jump, Analyzer Debug): Copyedits.
2586 (Semantic mode user commands): Link to new nodes.
2587 (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2588 (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2589 upstream Semantic manual.
2590
2591 * semantic.texi (Introduction): Minor fix to diagram.
2592
2593 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2594
2595 * eshell.texi (History): Add the other built-in variables.
2596 (Built-ins): Explain built-ins, and how to apply the external commands.
2597 Add `history', `su' and `sudo'.
2598
2599 * tramp.texi (Remote processes): Add missing <RET> in the example.
2600
2601 2009-12-01 Bill Wohler <wohler@newt.com>
2602
2603 * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
2604 path for mairix example. Specify -q in namazu example since namazu is
2605 excessively garrulous.
2606
2607 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2608
2609 * tramp.texi (Remote processes): Improve eshell example with "su"
2610 and "sudo" commands.
2611
2612 2009-11-28 Chong Yidong <cyd@stupidchicken.com>
2613
2614 * semantic.texi (Analyzer Internals): Rename from Analyzer.
2615
2616 * sem-user.texi (Semantic mode user commands): Fix key syntax.
2617 Document semantic-complete-analyze-inline.
2618 (Semanticdb search debugging commands): Minor clarification.
2619 (Analyzer, Smart Completion, Smart Summary, Smart Jump)
2620 (Analyzer Debug): New nodes, adapted from the upstream Semantic user
2621 manual.
2622 (Semantic mode): Link to Idle Scheduler.
2623
2624 2009-11-28 Kevin Ryde <user42@zip.com.au>
2625
2626 * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
2627 @pxref, now EIEIO is in Emacs.
2628
2629 * erc.texi (Development): Correction to git tutorial url.
2630
2631 2009-11-26 Glenn Morris <rgm@gnu.org>
2632
2633 * faq.texi (Latest version of Emacs): Mention stability of development
2634 version.
2635 (Problems with very large files): Max buffer size increase in 23.2.
2636 (VM): VM has moved house again.
2637
2638 2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2639
2640 * calc.texi (Radix modes): Discuss alternate bases for two's complement
2641 notations.
2642
2643 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2644
2645 * org.texi (Column attributes): Fix documentation of new operators.
2646
2647 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
2650 (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2651 (Idle Completions Mode): Numerous copyedits.
2652
2653 2009-11-17 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * semantic.texi (Semantic Internals, Glossary):
2656 * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2657 (Semanticdb search debugging commands): Fix typos.
2658
2659 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2660
2661 * calc.texi (Radix modes): Mention twos-complement notation.
2662
2663 2009-11-16 Juanma Barranquero <lekktu@gmail.com>
2664
2665 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2666 ($(infodir)/semantic, semantic.dvi): New targets.
2667
2668 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * Makefile.in: Build the Semantic manual.
2671
2672 * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2673 repository.
2674
2675 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * dbus.texi (Receiving Method Calls): New defun
2678 `dbus-unregister-service'.
2679
2680 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2681
2682 * org.texi (Speed keys): New section.
2683
2684 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
2685
2686 * dbus.texi (Type Conversion): Fix typo.
2687 (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2688 `dbus-registered-objects-table'.
2689 (Receiving Method Calls): New defun `dbus-register-property'.
2690 Move `dbus-unregister-object' here.
2691
2692 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2693
2694 * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2695
2696 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
2697
2698 * org.texi (Column attributes): Add the new age summary operators.
2699 Also, mention the fact you can only use one summary operator per
2700 property.
2701
2702 2009-11-13 John Wiegley <johnw@newartisans.com>
2703
2704 * org.texi (Tracking your habits): Add a new section in the
2705 manual about how to track habits.
2706 (Resolving idle time): Add a section on how idle and
2707 dangling clocks are resolved.
2708
2709 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2710
2711 * org.texi (Agenda commands): Document the new `i' command.
2712 (Inserting deadline/schedule): Document logging changes
2713 of scheduling and deadline times stamps.
2714 (In-buffer settings): Document the in-buffer keywords for logging
2715 changes of scheduling and deadline times stamps.
2716 (Structure editing, Plain lists): Document indentation
2717 cycling in empty entries with TAB.
2718 (Archiving): Document the default archiving command.
2719 (Moving subtrees): Document the new keys for archiving.
2720 (Internal archiving): Fix incorrect key.
2721 (Agenda commands): Document the TODO set switching commands.
2722 (Agenda commands): Document the new archiving keys.
2723 (Clocking work time): Better description on how to save
2724 and restore a clock.
2725 (Resolving idle time): Mention the x11idle program to get true
2726 idleness also under X11.
2727 (Resolving idle time): Use @kbd instead of @key for normal
2728 letters, because this is how he rest of the manual does this.
2729 (Pushing to MobileOrg): Mention that `org-directory'
2730 should be set.
2731 (Agenda commands): Document that SPC is a filter for
2732 any tag.
2733 (Search view): Rename from "Keyword search".
2734 (Capure): New chapter.
2735 (Markup): New chapter.
2736 (Links in HTML export, Images in HTML export):
2737 Extend the section titles.
2738 (Images in HTML export): Document the align option.
2739 (Text areas in HTML export): Extend the section title.
2740 (Images in LaTeX export): Explain image placement in LaTeX.
2741
2742 2009-11-10 Glenn Morris <rgm@gnu.org>
2743
2744 * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2745
2746 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * tramp.texi (Auto-save and Backup): Disable backups just for a
2749 method.
2750
2751 * trampver.texi: Update release number.
2752
2753 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
2754
2755 Sync with Tramp 2.1.17.
2756
2757 * trampver.texi: Update release number.
2758
2759 2009-10-29 Glenn Morris <rgm@gnu.org>
2760
2761 * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2762
2763 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * tramp.texi (External methods): Temporary files are kept for
2766 `rsync' and `rsyncc' methods.
2767
2768 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * eieio.texi: Fix typos.
2771
2772 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2775
2776 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2779 ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2780
2781 2009-10-07 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * Makefile.in: Build EIEIO and EDE manuals.
2784
2785 2009-10-07 Eric Ludlam <zappo@gnu.org>
2786
2787 * eieio.texi:
2788 * ede.texi: New files.
2789
2790 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
2791
2792 * tramp.texi (Remote processes): Association of a pty is not supported.
2793
2794 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
2795
2796 * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2797 (Processing LaTeX fragments): Document that the size of images can be
2798 changes using the variable `org-format-latex-options'.
2799 (The date/time prompt, Timestamps): Be more accurate over ISO format
2800 dates and times.
2801 (Visibility cycling): Document showeverything keyword.
2802 (In-buffer settings): Document showeverything keyword.
2803 (Setting up the staging area): Fix the example.
2804 (MobileOrg): New section.
2805 (Agenda commands, Exporting Agenda Views): Document exporting the
2806 agenda view to Org files.
2807
2808 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * tramp.texi (History): Add IMAP support.
2811 (External methods): Add `imap' and `imaps' methods.
2812 (GVFS based methods): Add indices for `davs'.
2813 (Password handling): Rename anchors. Add IMAP entries for
2814 ~/.authinfo.gpg.
2815
2816 * trampver.texi: Set default value of `emacsimap'.
2817
2818 2009-09-22 Daiki Ueno <ueno@unixuser.org>
2819
2820 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2821
2822 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * dired-x.texi (Technical Details):
2825 Delete dired-up-directory (Bug#4292).
2826
2827 2009-09-03 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * tramp.texi (Frequently Asked Questions): New item for emacsclient.
2830
2831 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2832
2833 * org.texi (Effort estimates): Document new effort setting commands.
2834 (Agenda commands): Document the new keys fro agenda time motion.
2835 Document entry text mode. Improve documentation of the keys to include
2836 inactive time stamps into the agenda view.
2837 (Feedback): Document the new bug report command.
2838 (Structure editing): Add an index entry for the sorting of subtrees.
2839
2840 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2841
2842 * auth.texi (Help for users): Corrected markup.
2843
2844 2009-09-02 Glenn Morris <rgm@gnu.org>
2845
2846 * emacs-mime.texi (time-date): Mention float-time.
2847
2848 2009-08-30 Jay Belanger <jay.p.belanger@gmail.com>
2849
2850 * calc.texi (Simplifying Formulas): Improve the wording.
2851
2852 2009-08-29 Teodor Zlatanov <tzz@lifelogs.com>
2853
2854 * auth.texi: Rewritten for coverage and clarity.
2855
2856 2009-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * gnus.texi (Expiring Mail):
2859 Mention gnus-mark-copied-or-moved-articles-as-expirable.
2860 (Various Various): Mention gnus-safe-html-newsgroups.
2861
2862 * gnus-news.texi: Mention
2863 gnus-mark-copied-or-moved-articles-as-expirable.
2864
2865 * emacs-mime.texi (Display Customization): Add xref to
2866 gnus-safe-html-newsgroups.
2867
2868 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
2869
2870 * tramp.texi (Version Control): Remove.
2871 (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
2872 reference.
2873 (External methods): Correct `scpc' concept index entries. New method
2874 `rsyncc'.
2875 (External packages): New subsections "Filename completion" and "File
2876 attributes cache".
2877
2878 2009-08-27 Jay Belanger <jay.p.belanger@gmail.com>
2879
2880 * calc.texi (Rewrite Rules): Improve the example.
2881 (Simplifying Formulas): Explain use of the I and H flags for
2882 simplification.
2883
2884 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2887 Describe autostart behavior of dbus-ping.
2888 (Synchronous Methods, Asynchronous Methods): Use English numeric format
2889 for timeout values.
2890 (Top): Remove footnote saying D-Bus is not enabled by
2891 default. (Bug#4256)
2892
2893 2009-08-23 Daiki Ueno <ueno@unixuser.org>
2894
2895 * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
2896 Reported by Jari Aalto (Bug#4211).
2897 (Mail-mode integration): Mention epa-mail-mode and
2898 epa-global-mail-mode.
2899 (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2900 epa-setup.
2901
2902 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * dbus.texi (Asynchronous Methods): Allow nil handler.
2905
2906 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
2907
2908 * ediff.texi (ediff-current-file): Add information about this new function.
2909
2910 * viper.texi: Add information about C-s in viper's search command.
2911
2912 2009-08-09 Colin Williams <lackita@gmail.com> (tiny change)
2913
2914 * calc.texi (Date Forms): Fix typos.
2915
2916 2009-08-08 Glenn Morris <rgm@gnu.org>
2917
2918 * org.texi (Agenda commands): Restore clobbered change.
2919
2920 2009-08-07 Eli Zaretskii <eliz@gnu.org>
2921
2922 * calc.texi (Graphics, Devices): Update with the peculiarities of
2923 operation on MS-Windows.
2924
2925 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2926
2927 * org.texi (Publishing action): Improve documentation of file
2928 names when publishing to the source directory.
2929 (Clean view): Document `org-indent-mode'.
2930 (Clocking work time): Add documentation for the
2931 new :timetamp option when creating a clock report.
2932 (Paragraphs): Fix many typos.
2933 (Plain lists): Remove duplicate explanation about the
2934 `C-c *' command.
2935 (Literal examples): Update to reflect the new behavior
2936 of the -n -r -k switches when exporting source code examples.
2937 (Structure editing): Add information about `C-c *',
2938 converting a plain list into a list of Org items.
2939 (Remember): Small rephrasing of the paragraph
2940 describing remember.el. Also mentioned that remember.el is part
2941 of Emacs 23, not Emacs 22.
2942 (Clocking work time): Add documentation about
2943 displaying the current clocking time against the effort estimate.
2944 Also add a footnote about using `org-clock-in-prepare-hook' to add
2945 an effort estimate on the fly, just before clocking it.
2946 (Footnotes): Document automatic renumbering and
2947 sorting.
2948 (Agenda commands): Document new bulk commands.
2949 (Plain lists): Document new behavior of
2950 `org-cycle-include-plain-lists'.
2951 Hyphenation only in TeX.
2952 (Clocking work time): Document the key to update effort
2953 estimates.
2954 (Clocking work time): Document the clock time display.
2955 (Structure editing, TODO basics): Document new
2956 variables.
2957 (Column attributes): Document new colciew operators.
2958 (Publishing options): Document :xml-declaration.
2959 (Tracking TODO state changes): Document the
2960 LOG_INTO_DRAWER property.
2961 (Literal examples): Document the new implementation for
2962 editing source code.
2963 (Publishing action): Mention the new publishing
2964 function, to publish an Org source file.
2965 (Publishing links): Mention how to link to an Org source file.
2966 (Macro replacement): Document new macros.
2967 (Handling links): Document type-specific completion
2968 when inserting links.
2969 (Structure editing, Plain lists): Improve documentation
2970 on sorting.
2971 (Internal links): Document custom ids for links.
2972 (Handling links): Document custom ids for links.
2973 (CSS support): Document new class.
2974 (Refiling notes): Document the possibility to create new nodes
2975 during refiling.
2976 (Agenda commands): Document the "?" operator to find
2977 tasks without effort setting.
2978 (Exporting agenda information): Section moved.
2979 (RSS Feeds): New section.
2980 (Built-in table editor): Document M-e and M-a navigate
2981 inside table field.
2982 (Stuck projects): Docment that projects identified as
2983 un-stuck will still be searchd for stuck sub-projects.
2984 (Paragraphs): Document centering.
2985 (Creating timestamps, Agenda commands): Document new
2986 behavior when changing time stamps.
2987 (Structure editing): Document the new command
2988 `org-clone-subtree-with-time-shift'.
2989 (Publishing): Refresh this chapter.
2990 (Export options, Export options, In-buffer settings):
2991 Document the new keywords.
2992 (Matching tags and properties): Collect all
2993 documentation about tags/property matches here.
2994 (Setting tags): Document `org-tag-persistent-alist'.
2995 (Weekly/daily agenda): New section.
2996 (Orgstruct mode): Describe `orgstruct++-mode'.
2997 (Drawers): Mention the LOGBOOK drawer.
2998 (Export options, Sectioning structure): Document the
2999 #+LEATEX_HEADER in-buffer setting.
3000 (Bugs): Section removed.
3001 (Hooks): New section.
3002 (Add-on packages): Move here from old location.
3003 (Context-sensitive commands): New section.
3004 (Setting tags): Document newline option.
3005 (Global TODO list, Matching tags and properties):
3006 Mention more variables.
3007 (Checkboxes): Update to changed command behavior.
3008
3009 2009-08-02 Eric Yu <sucode@gmail.com> (tiny change)
3010
3011 * speedbar.texi (Basic Key Bindings): Fix typo.
3012
3013 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
3014
3015 * calc.texi (Vector/Matrix Functions): Add index entries for both
3016 "v" and "V" key bindings. Mention that `calc-matrix-brackets' only
3017 affects matrices with more than one row.
3018 (Help Commands): Add index entries for "prefix ?" key bindings.
3019
3020 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3021
3022 * calc.texi (Stack Manipulation Commands): Add documentation for
3023 `calc-transpose-lines'
3024
3025 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * dbus.texi (Receiving Method Calls): Describe special return value
3028 `:ignore'.
3029
3030 2009-07-24 Alan Mackenzie <acm@muc.de>
3031
3032 * cc-mode.texi (Config Basics, File Styles): Document that at mode
3033 initialization, any individual variable setting now takes precedence
3034 over one done via c-file-style/c-file-offsets.
3035
3036 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
3037
3038 * calc.texi (Undoing Mistakes): Mention that the undo list will be
3039 truncated when Calc is quit.
3040 (Customizing Calc): Document `calc-undo-length'.
3041
3042 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * calc.texi (About This Manual): Don't mention chapter numbers in text.
3045
3046 2009-07-11 Kevin Ryde <user42@zip.com.au>
3047
3048 * pcl-cvs.texi (About PCL-CVS):
3049 * widget.texi (Basic Types):
3050 Fix cross-references.
3051
3052 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3053
3054 * dbus.texi (Type Conversion): Don't use literal control character.
3055
3056 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * tramp.texi (GVFS based methods): New section.
3059 (Remote processes): Processes for GVFS based methods run locally.
3060
3061 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * tramp.texi (Inline methods, External methods, Gateway methods):
3064 Avoid the words "kludge" and hack".
3065 (External methods): Add `synce' method.
3066
3067 * trampver.texi: Update release number.
3068
3069 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
3070
3071 Sync with Tramp 2.1.16.
3072
3073 * tramp.texi (History): Add GVFS support.
3074 (External methods): Precise `rsync' description. Add `dav', `davs' and
3075 `obex' methods. Add 'tramp-gvfs-methods' option.
3076 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3077 forms.
3078 (Remote Programs): Introduce `tramp-own-remote-path'.
3079 (Remote processes): New subsection "Running remote programs that create
3080 local X11 windows".
3081 (Frequently Asked Questions): Improve code for disabling vc.
3082
3083 * trampver.texi: Update release number. Set default value of
3084 `emacsgvfs'.
3085
3086 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * Branch for 23.1.
3089
3090 2009-06-17 Glenn Morris <rgm@gnu.org>
3091
3092 * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3093 (Latest version of Emacs): Mention source code repository.
3094
3095 2009-06-16 Glenn Morris <rgm@gnu.org>
3096
3097 * faq.texi (Top): Language tweak.
3098 (Extended commands): Most people have arrow keys.
3099 (Emacs manual): Say how to follow info links.
3100 (File-name conventions): Change title a bit. Explain about source
3101 versus installed. Condense etc description.
3102 (Guidelines for newsgroup postings): Mention Savannah list page.
3103 (Newsgroup archives): Simplify.
3104 (Contacting the FSF): Add contact URL.
3105 (Emacs Lisp documentation): Printed version not always available.
3106 (Installing Texinfo documentation): Explain how by hand installation is
3107 not normally needed. Use add-to-list. Remove duplicate reference.
3108 (Informational files for Emacs): Move info on Help menu here from
3109 "File-name conventions".
3110 (Help installing Emacs): Tweak uref.
3111 (Obtaining the FAQ): Mention repository.
3112 (Origin of the term Emacs): Explain "ITS".
3113 (Changing load-path): Use add-to-list.
3114 (Automatic indentation): Clarify this is for Text mode.
3115 Don't mention Indented Text mode.
3116 (Finding Emacs on the Internet): The FSF does not seem to offer a
3117 deluxe distribution on CD anymore.
3118
3119 2009-06-16 Glenn Morris <rgm@gnu.org>
3120
3121 * faq.texi (Top): Mention which Emacs version this FAQ is about.
3122 Recommend the latest release. Mention how to get older FAQs.
3123 Recommend the Emacs manual.
3124 (Guidelines for newsgroup postings): Discourage cross-posts.
3125 (Underlining paragraphs): Remove.
3126 (Editing MS-DOS files): Remove pre-Emacs 20 information.
3127 (Bugs and problems): Update key-binding.
3128 (Problems with very large files): Mention 64-bit.
3129 (Shell process exits abnormally): Remove.
3130 (Problems with Shell Mode): Rename and update.
3131 (Spontaneous entry into isearch-mode)
3132 (Problems talking to certain hosts): Remove. This is old information,
3133 in etc/PROBLEMS if needed.
3134 (Emacs takes a long time to visit files, Updating Emacs): Remove.
3135 (Dired claims that no file is on this line): Update.
3136 (Installing Emacs, Problems building Emacs): Simplify.
3137 (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3138 information.
3139 (Emacs for MS-Windows): Rename from "Emacs for Windows". Simplify.
3140 (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3141 (JDEE): "JDEE", not "JDE".
3142 (Handling C-s and C-q with flow control, Binding C-s and C-q):
3143 Remove. This is old information, in etc/PROBLEMS if needed.
3144 (stty and Backspace key, Kanji and Chinese characters): Remove.
3145 (Right-to-left alphabets): Update section.
3146 (Changing the included text prefix): Gnus uses message-yank-prefix.
3147 Add cross-reference to Supercite manual.
3148 (Saving a copy of outgoing mail): Simplify output file description.
3149 (Expanding aliases when sending mail): Refer to Emacs manual.
3150 Remove old info about RFC822.
3151 Correct description of how to rebuild aliases.
3152 (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3153 (MIME with Emacs mail packages)
3154 (Viewing articles with embedded underlining)
3155 (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3156 Remove old sections.
3157 (Killing based on nonstandard headers): Remove. Scoring is preferable,
3158 and is well-documented in the Gnus manual.
3159 (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3160 (Making Gnus faster): Rename from "Starting Gnus faster".
3161 Merge "Catch-up is slow in Gnus" into here.
3162
3163 2009-06-14 Glenn Morris <rgm@gnu.org>
3164
3165 * faq.texi (Status of Emacs): Re-order with most recent releases first.
3166 (New in Emacs 23): New section.
3167 (Handling C-s and C-q with flow control): Add xref.
3168
3169 2009-06-13 Glenn Morris <rgm@gnu.org>
3170
3171 * faq.texi (Setting up a customization file): Grammar fix.
3172 Customize is no longer "new".
3173 (Displaying the current line or column): Line-number mode is on by
3174 default. Don't mention `column' package. Mention linum.el.
3175 (Turning on abbrevs by default): Explain how to do it for buffers,
3176 modes, and everywhere.
3177 (Associating modes with files): Use add-to-list. Don't mention Emacs
3178 19.
3179 (Highlighting a region): On by default since 23.1.
3180 (Replacing highlighted text): Update doc quote.
3181 (Working with unprintable characters): Don't mention search-quote-char.
3182 (Using an already running Emacs process): Gnuclient is probably not an
3183 enhancement these days.
3184 (Indenting switch statements): Remove mention of pre-Emacs 20.
3185 (Horizontal scrolling): Abbreviate Emacs 20 description.
3186 (Replacing text across multiple files): Fix name of dired command.
3187 (Disabling backups): Use require not load.
3188 (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3189
3190 2009-06-13 Bill Wohler <wohler@newt.com>
3191
3192 Release MH-E manual version 8.2.
3193
3194 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3195 release 8.2.
3196
3197 2009-06-13 Glenn Morris <rgm@gnu.org>
3198
3199 * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3200 in this day and age the common meaning is "on the web".
3201 (copying): Use @copyright in all cases.
3202 (Basic keys): Remove reference to deleted manual node "Text Characters".
3203 (File-name conventions): Use GNU as an example rather than SERVICE.
3204 default.el lives in site-lisp. Update Info directory location.
3205 (Real meaning of copyleft): GPL actions have been brought, but all
3206 settled out of court.
3207 (Guidelines for newsgroup postings): Shorten section title.
3208 Simplify comp.emacs description.
3209 (Newsgroup archives): Change Google URL. Describe Gmane.
3210 (Unsubscribing from Emacs lists): Remove discussion of "distribution
3211 points". Mention List-Unsubscribe header.
3212 (Contacting the FSF): Update email and URLs.
3213 (Basic editing): Mention F1 for help.
3214 (Installing Texinfo documentation): Refer to Texinfo website rather
3215 than ftp server.
3216 (Printing a Texinfo file): Mention texi2pdf.
3217 (Informational files for Emacs): Don't describe FTP or SERVICE, they
3218 are just stubs nowadays.
3219 (Latest version of Emacs): Explain version numbers.
3220 (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3221 (Turning on syntax highlighting): No need to mention hilit19 any more.
3222 (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3223 (Modes for various languages): Remove section.
3224 (Major packages and programs): Remove most version and maintainer
3225 information - it's hard to keep up-to-date, and adds nothing.
3226 Similarly with direct links to mailing lists.
3227 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
3228 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3229 years, and Emacs comes with tools for this now.
3230 (Patch): Remove section - this is a standard tool.
3231 (Using function keys under X): Remove section.
3232
3233 2009-06-12 Glenn Morris <rgm@gnu.org>
3234
3235 * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3236 (Help installing Emacs): Remove reference to deleted X11 node.
3237 (Associating modes with files): Interpreter-mode-alist is no longer
3238 subservient to auto-mode-alist.
3239 (Installing Emacs): Change future Emacs version.
3240 (Linking with -lX11 fails): Remove old section.
3241 (Packages that do not come with Emacs): Update ELL location.
3242 Emacs Lisp archive is dead.
3243 (Emacs for Windows): Remove reference to old CE port.
3244 (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3245 (Emacs for VMS and DECwindows): Remove old ports.
3246 (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3247 (Removing flashing messages): Remove section about non-existent Gnus
3248 option.
3249
3250 * faq.texi (Top): Add @top command.
3251 Remove the optional arguments from all @node commands: makeinfo can
3252 generate these automatically, and it is easier to edit and rearrange
3253 nodes without them.
3254
3255 2009-06-11 Glenn Morris <rgm@gnu.org>
3256
3257 * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3258 (The LPF): Make the updated URL the sole reference point.
3259 (Learning how to do something): Update refcard price and format.
3260 (Getting a printed manual): Sources in doc/emacs/, not man/.
3261 Also available in PDF format. Since the page count varies, be less
3262 precise.
3263 (Informational files for Emacs): Remove references to deleted files
3264 LPF and SUN-SUPPORT, and to UUCP.
3265 (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3266 Remove many obsolete ways to get the FAQ, which now seems only to be
3267 distributed with Emacs.
3268 (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3269
3270 2009-06-09 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * org.texi (Org Plot): Fix tags (Bug#3507).
3273 (Workflow states, Agenda commands): Fix tags (Bug#3508).
3274
3275 * ada-mode.texi (Installation, Compile commands)
3276 (Project File Overview, No project files, Set compiler options)
3277 (Use GNAT project file, Use multiple GNAT project files)
3278 (Identifier completion): Use @samp for menu items, and @kbd for key
3279 sequences (Bug#3504).
3280
3281 2009-06-04 Daiki Ueno <ueno@unixuser.org>
3282
3283 * gnus.texi (Security): Fix wording; add a link to epa.info.
3284
3285 2009-06-04 Ryan Yeske <rcyeske@gmail.com>
3286
3287 * message.texi (Header Commands): Fix descriptions to match
3288 keybindings.
3289
3290 2009-04-22 Daiki Ueno <ueno@unixuser.org>
3291
3292 * gnus.texi (Security): Mention that EasyPG is the current default.
3293
3294 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * ediff.texi (Session Commands): Fix typo.
3297
3298 2009-04-05 Reiner Steib <Reiner.Steib@gmx.de>
3299
3300 * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3301 news.software.readers. Reported by Florian Rehnisch.
3302
3303 2009-04-02 Glenn Morris <rgm@gnu.org>
3304
3305 * auth.texi: Capitalize direntry.
3306
3307 * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3308 using a period in the entry name. (Bug#2797)
3309
3310 2009-03-03 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3313 ($(infodir)/auth, auth.dvi): New targets.
3314
3315 2009-03-03 Glenn Morris <rgm@gnu.org>
3316
3317 * auth.texi: Fix @setfilename.
3318
3319 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3320 (auth, $(infodir)/auth, auth.dvi): New rules.
3321
3322 2009-02-25 Glenn Morris <rgm@gnu.org>
3323
3324 * faq.texi (Emacs for minimalists): New node. (Bug#2452)
3325
3326 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3327
3328 * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3329
3330 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3331
3332 * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3333 gnus-nocem-issuers, and gnus-nocem-verifyer.
3334
3335 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * ada-mode.texi (Project files, Automatic Casing):
3338 * dbus.texi (Signals):
3339 * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3340 * mh-e.texi (HTML):
3341 * nxml-mode.texi (Locating a schema)
3342 (Using the document's URI to locate a schema):
3343 * org.texi (Footnotes, Using the mapping API):
3344 * rcirc.texi (Channels): Remove duplicate words.
3345
3346 2009-02-20 Glenn Morris <rgm@gnu.org>
3347
3348 * dired-x.texi (Miscellaneous Commands):
3349 * gnus.texi: Minor updates for mbox Rmail.
3350
3351 2009-02-16 Karl Berry <karl@gnu.org>
3352
3353 * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3354 * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3355 * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3356 * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3357 * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3358 * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3359 * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3360 * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3361 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3362 Consistently use @insertcopying in the Top node,
3363 @contents at the front (after @end titlepage),
3364 and @direntry after @copying. (Bug#1988)
3365
3366 2009-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3367
3368 * auth.texi: New file documenting auth-source.
3369
3370 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
3371
3372 * org.texi (Org Plot): Fix link.
3373
3374 2009-02-09 Daiki Ueno <ueno@unixuser.org>
3375
3376 * epa.texi (Mail-mode integration): Mention the way to do
3377 "encrypt-to-self". (Bug#1807)
3378
3379 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
3380
3381 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
3382
3383 2009-02-04 Reiner Steib <Reiner.Steib@gmx.de>
3384
3385 * gnus-news.texi: Print version about Incoming*.
3386
3387 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
3388
3389 * org.texi (Structure editing, Handling links)
3390 (Fast access to TODO states, Javascript support): Make standard docs
3391 correctly reflect default variable settings.
3392
3393 2009-02-02 Glenn Morris <rgm@gnu.org>
3394
3395 * org.texi: Fix typos.
3396
3397 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
3398
3399 Sync with Tramp 2.1.15.
3400
3401 * trampver.texi: Update release number.
3402
3403 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3404
3405 * org.texi (TODO dependencies): Document TODO dependencies on
3406 checkboxes.
3407
3408 2009-01-30 Carsten Dominik <dominik@science.uva.nl>
3409
3410 * org.texi (TODO dependencies): Document key binding for toggling
3411 ORDERED property.
3412
3413 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * dbus.texi (Errors and Events): Fix typos. Describe second parameter
3416 of hook functions.
3417
3418 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
3419
3420 * org.texi (TODO dependencies): New section.
3421
3422 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
3423
3424 * org.texi (Plain lists, TODO basics, Priorities)
3425 (Multiple sets in one file, Conflicts): Document interaction with
3426 `shift-selection-mode'.
3427
3428 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
3429
3430 * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3431 Make Calc the subject of sentences.
3432 (Rearranging Formulas using Selections): Discuss new options
3433 for `j *'.
3434
3435 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3438
3439 2009-01-26 Glenn Morris <rgm@gnu.org>
3440
3441 * org.texi: Fix typos.
3442
3443 2009-01-26 Bill Wohler <wohler@newt.com>
3444
3445 * mh-e.texi (EDITION, UPDATED): Update.
3446
3447 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
3448
3449 * org.texi (References): Add information about remote references.
3450 (Built-in table editor): Document `C-c RET' in tables.
3451 (Math symbols, Quoting LaTeX code): Mention that simple
3452 LaTeX macros survive LaTeX export.
3453 (Images in LaTeX export): Show how to create a reference to a
3454 figure.
3455 (Sectioning structure): Document that the LaTeX class can be
3456 specified in a property.
3457 (Text areas in HTML export): New section.
3458 (External links): Add examples for text search and ID links.
3459 (Built-in table editor): Remove the descriptio of `C-c
3460 C-q', it not longer works.
3461 (Literal examples): Document that a space must follow
3462 the colon in short examples.
3463 (Relative timer): Document `org-timer-stop'.
3464 (Footnotes): New section.
3465 (Footnote markup): Shorten section and refer to new Footnote
3466 section.
3467 (Literal examples): Add documentation for line
3468 numbering in and references to code examples.
3469 (CSS support): Fix the description of default CSS styles.
3470 (Capturing column view): Document
3471 "file:path/to/file.org" as an allowed value for the ID property of
3472 a dynamic block copying column view.
3473
3474 2009-01-23 Stephen Eglen <stephen@gnu.org>
3475
3476 * mh-e.texi (Getting Started): Describe $MH.
3477
3478 2009-01-21 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * tramp.texi (all): Harmonize usage of "external method",
3481 "external transfer method" and "out-of-band method".
3482 (Connection types): Precise the differences of inline and external
3483 methods. Written by Adrian Phillips <a.phillips@met.no>.
3484
3485 2009-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3486
3487 * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3488 commands as described at the top. Reported by Allan Gottlieb
3489 <gottlieb@nyu.edu>.
3490
3491 2009-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3492
3493 * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3494 nnmail-pathname-coding-system.
3495
3496 2009-01-17 Peter Tury <tury.peter@gmail.com> (tiny change)
3497
3498 * org.texi (Relative timer): Fix typo.
3499
3500 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * org.texi (Clocking work time): Fix typo.
3503 Reported by Peter Tury <tury.peter@gmail.com>. (Bug#1925)
3504
3505 2009-01-13 Glenn Morris <rgm@gnu.org>
3506
3507 * org.texi: Fix some more typos.
3508
3509 2009-01-13 Peter Tury <tury.peter@gmail.com> (tiny change)
3510
3511 * org.texi: Fix some typos.
3512
3513 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3514
3515 * gnus.texi (Group Parameters): Add note for local variables.
3516
3517 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3518
3519 * gnus.texi (Converting Kill Files): Fix URL.
3520 Include gnus-kill-to-score.el in contrib directory.
3521
3522 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3523
3524 * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3525 Reported by Leo <sdl.web@gmail.com>. (Bug#1660)
3526 (Paging the Article): Add index entry.
3527
3528 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org>
3529
3530 * ada-mode.texi (Examples): Delete redundant text.
3531
3532 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
3533
3534 * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
3535
3536 * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3537 addresses.
3538
3539 2009-01-03 Bill Wohler <wohler@newt.com>
3540
3541 * mh-e.texi (Scan Line Formats): Indicate that first column should be
3542 kept empty.
3543
3544 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
3545
3546 * org.texi (Activation, Exporting, ASCII export, HTML export)
3547 (HTML Export commands, LaTeX/PDF export commands):
3548 Improve documentation about transient-mark-mode.
3549 (References): Document the use of special names like $LR1 to reference
3550 to fields in the last table row.
3551
3552 2008-12-19 Juri Linkov <juri@jurta.org>
3553
3554 * info.texi (Search Text): Remove mention of removed key binding M-s.
3555
3556 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
3557
3558 * org.texi (References): Remove mentioning of @0 as reference for the
3559 last line, this has been reverted in the Lisp sources.
3560
3561 2008-12-17 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3564 (DVI_TARGETS): Remove duplicates. Add sasl.
3565 ($(infodir)/sasl, sasl.dvi): New targets.
3566
3567 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
3568
3569 * org.texi: Version number pushed to 6.15d.
3570
3571 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
3572
3573 * org.texi (Tables in LaTeX export): New section.
3574 (Images in LaTeX export): New section.
3575 (Inlined images, Images in HTML export): Sections renamed.
3576
3577 2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
3578
3579 * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3580
3581 2008-12-04 David Engster <dengste@eml.cc>
3582
3583 * gnus.texi (nnmairix): Mention mairix.el. Point out the importance
3584 of nnml-get-new-mail. Change URL for mairix patch.
3585
3586 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
3587
3588 * org.texi (Using the mapping API): Fix bug in mapping example.
3589 (Publishing options): Make the list of properties complete again, in
3590 correspondence to the variable `org-export-plist-vars'.
3591 (Property searches): Document new special values for time comparisons.
3592 (Tag inheritance): Refine the description of tag inheritance.
3593 (Project alist): Add info about the publishing sequence of components.
3594 (Effort estimates): Document the new relative timer.
3595
3596 2008-12-01 Jay Belanger <jay.p.belanger@gmail.com>
3597
3598 * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3599 (Using Calc): Clarify use of `C-x * o'.
3600 (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3601
3602 2008-11-28 Richard M Stallman <rms@gnu.org>
3603
3604 * dbus.texi (Receiving Method Calls): Clean up previous change.
3605
3606 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3607
3608 * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3609 `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3610 `dbus-unescape-from-identifier'.
3611 (Receiving Method Calls): New constants `dbus-service-emacs' and
3612 `dbus-path-emacs'. Precise return values of `dbus-register-method'.
3613 (Signals): Use the constants in the example.
3614
3615 2008-11-24 Carsten Dominik <dominik@science.uva.nl>
3616
3617 * org.texi: Re-apply change to FDL 1.3.
3618
3619 2008-11-23 Carsten Dominik <dominik@science.uva.nl>
3620
3621 * org.texi (Setting up Remember): Document `org-remember-mode'.
3622 (External links): Document that bbdb links can use a regular
3623 expression.
3624 (External links): Document that elisp links can contain interactive
3625 commands.
3626
3627 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3628
3629 * viper.texi (viper-translate-all-ESC-keysequences):
3630 Description removed.
3631
3632 2008-11-19 Glenn Morris <rgm@gnu.org>
3633
3634 * doclicense.texi: Change to FDL 1.3.
3635 Relicense all texi files under FDL 1.3 or later.
3636
3637 2008-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3638
3639 * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3640
3641 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3642
3643 * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
3644
3645 * ediff.texi: Version/date change.
3646
3647 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3650
3651 2008-11-14 Jay Belanger <jay.p.belanger@gmail.com>
3652
3653 * calc.texi (About This Manual): Comment out a mention of
3654 marginal notes.
3655
3656 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
3657
3658 * org.texi (Clocking work time): Document the :formula property of
3659 clock tables.
3660 (Structure editing, Refiling notes): Document refiling regions.
3661 (Agenda commands): Document the double-prefix version
3662 of the `l' command in the agenda.
3663 (Handling links): Explain the effect of a double prefix
3664 arg to `C-c C-o'.
3665 (TODO basics): Add documentation for tag triggers.
3666
3667 2008-10-23 Glenn Morris <rgm@gnu.org>
3668
3669 * cl.texi (Function Bindings): Mention `flet' fails to deal with
3670 byte-compiling things like `+'.
3671
3672 * ns-emacs.texi: Merge copyright years of author now with assignment
3673 into FSF years.
3674 (VER): Use it for easier automatic updating. Use Emacs version rather
3675 than standalone Emacs.app version.
3676
3677 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
3678
3679 * org.texi: Lots of minor fixes.
3680 (Capture): New chapter.
3681 (Org Plot): New section.
3682
3683 2008-09-30 Magnus Henoch <mange@freemail.hu>
3684
3685 * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3686
3687 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3688
3689 * calc.texi (User Defined Units): Mention how to enter optional display
3690 string.
3691
3692 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3693
3694 * message.texi (Sending Variables): Fix variable documentation to
3695 avoid the "y/n" wording.
3696
3697 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3698
3699 * message.texi (Sending Variables): Add `message-confirm-send' doc.
3700
3701 2008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3702
3703 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3704 @enumerate section so as to be able to be formatted with MAKEINFO=no.
3705
3706 2008-09-22 Bill Wohler <wohler@newt.com>
3707
3708 Release MH-E manual version 8.1.
3709
3710 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3711 release 8.1.
3712
3713 * mh-e.texi: Retain dual license as agreed to by the FSF.
3714 However, bump GPL to Version 3.
3715 Use @include for license text.
3716
3717 2008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
3718
3719 * gnus.texi (Top, Setup, Fancy splitting to parent)
3720 (Store custom flags and keywords, Store arbitrary data):
3721 Clean up markup.
3722
3723 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3724
3725 * gnus.texi (The Gnus Registry): Document it.
3726
3727 2008-09-08 David Engster <dengste@eml.cc>
3728
3729 * gnus.texi (nnmairix): Point out that nnml uses MH format.
3730 Clarify section about choosing back end servers.
3731
3732 2008-08-23 Glenn Morris <rgm@gnu.org>
3733
3734 * dired-x.texi (Shell Command Guessing):
3735 Mention dired-guess-shell-case-fold-search. (Bug#417)
3736
3737 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3738
3739 * trampver.texi: Update release number.
3740
3741 2008-08-18 Brian Cully <bjc@kublai.com> (tiny change)
3742
3743 * ns-emacs.texi: Update version.
3744 (Introduction): Correct menu location for options save.
3745 (Customization): Note that defaults are stored under org.gnu.Emacs.
3746
3747 2008-08-11 Bill Wohler <wohler@newt.com>
3748
3749 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3750 explicit about GNU mailutils MH elsewhere (with thanks to Darel
3751 Henman) (closes SF #1768928).
3752
3753 2008-08-10 Glenn Morris <rgm@gnu.org>
3754
3755 * ns-emacs.texi: Use @copying. Change copyright of authors with
3756 assignment to FSF. Change license to GFDL.
3757 (Top): Remove outdated references.
3758
3759 2008-08-07 Reiner Steib <Reiner.Steib@gmx.de>
3760
3761 * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3762 Add gnus-summary-sort-by-most-recent-number and
3763 gnus-summary-sort-by-most-recent-date.
3764 (Summary Sorting): Explain prefix argument.
3765
3766 2008-08-07 Katsumi Yamaoka <yamaoka@jpl.org>
3767
3768 * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3769 gnus-summary-pipe-output.
3770
3771 2008-08-03 Michael Albinus <michael.albinus@gmx.de>
3772
3773 * dbus.texi (Receiving Method Calls): Document error handling of own
3774 D-Bus methods.
3775
3776 2008-08-01 Bill Wohler <wohler@newt.com>
3777
3778 * mh-e.texi (Reading Mail)
3779 (Viewing Attachments): Describe new function
3780 mh-show-preferred-alternative.
3781 (Sending Mail, Redistributing, Sending Message): Describe new hook
3782 mh-annotate-msg-hook.
3783
3784 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * dbus.texi (Arguments and Signatures): Fix example.
3787 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3788 (Asynchronous Methods): New node.
3789 (Errors and Events): Describe extended layout of `dbus-event'.
3790 New defun `dbus-event-message-type'.
3791
3792 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3793
3794 * ediff.texi: Remove VMS support.
3795
3796 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3799 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3800
3801 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * Makefile.in: Add mairix-el targets.
3804
3805 2008-07-29 David Engster <deng@randomsample.de>
3806
3807 * mairix-el.texi: New file.
3808
3809 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
3810
3811 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3812 project files. Delete 'main_unit' project variable; not needed. Allow
3813 process environment variables wherever project variables are allowed.
3814 Add tutorial section on multiple GNAT project files.
3815
3816 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
3817
3818 Sync with Tramp 2.1.14.
3819
3820 * trampver.texi: Update release number.
3821
3822 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * ns-emacs.texi:
3825 * faq.texi: Remove mentions of Mac Carbon.
3826
3827 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3828
3829 * gnus.texi (Saving Articles): Describe the 2nd argument of
3830 gnus-summary-save-in-pipe.
3831 (SpamAssassin): Use it.
3832
3833 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3834
3835 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3836
3837 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
3838
3839 * org.texi (Export options): Document the use of the creator flag.
3840
3841 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
3842
3843 * org.texi: New version 6.06a.
3844
3845 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3848 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3849
3850 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
3851
3852 * calc.texi (Editing Stack Entries):
3853 (Algebraic Entry): Rewrite introductory sentences so it can be used by
3854 Calc's help functions. Mention fixing typos.
3855 (Customizing Calc): Fix typo.
3856
3857 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
3858
3859 * calc.texi (summarykey): New macro. Use to correctly format keys in
3860 the summary.
3861
3862 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
3863
3864 * ns-emacs.texi (Customization): Corrected documentation on color
3865 specification formats.
3866
3867 2008-07-19 Andreas Schwab <schwab@suse.de>
3868
3869 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
3870
3871 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3872 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3873
3874 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * dbus.texi (Inspection): Rework, introduce submenus.
3877 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3878 (Properties and Annotations, Arguments and Signatures): New nodes.
3879
3880 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
3881
3882 * dbus.texi (Receiving Method Calls): Fix description of
3883 `dbus-register-method'.
3884 (Signals): Allow also signal arguments for filtering in
3885 `dbus-register-signal'.
3886
3887 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3888
3889 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3890 `cnorm'.
3891 (Arithmetic Tutorial): Simplify the verification of prime factors.
3892
3893 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * gnus.texi (Saving Articles): Mention
3896 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3897
3898 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
3899
3900 * calc.texi: Adjust mode line throughout.
3901
3902 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * sasl.texi (Mechanisms): Fix typos.
3905
3906 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3907
3908 * calc.texi (Killing from the stack): Mention using normal Emacs
3909 copying.
3910
3911 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
3912
3913 * tramp.texi (Password handling): Rename from "Password caching".
3914 Add `auth-source' mechanism.
3915 (Connection caching): Tramp reopens the connection automatically,
3916 when the operating system on the remote host has been changed.
3917
3918 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3919
3920 * makefile.w32-in (distclean): Remove makefile.
3921
3922 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
3923
3924 * org.texi (Using the mapping API): New section.
3925 (Agenda column view): New section.
3926 (Moving subtrees): Document archiving to the archive sibling.
3927 (Agenda commands): Document columns view in the agenda.
3928 (Using the property API): Document the API for multi-valued properties.
3929
3930 2008-06-17 Jason Riedy <jason@acm.org>
3931
3932 * org.texi (A LaTeX example): Note that fmt may be a one-argument
3933 function, and efmt may be a two-argument function.
3934 (Radio tables): Document multiple destinations.
3935
3936 2008-06-16 Glenn Morris <rgm@gnu.org>
3937
3938 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3939 Add Cover-Texts.
3940
3941 2008-06-15 Glenn Morris <rgm@gnu.org>
3942
3943 * faq.texi (VER): Update to 23.0.60.
3944
3945 * mh-e.texi: Remove option of licensing under GPL.
3946 Add Cover-Texts to GFDL permissions notice.
3947 (GPL): Remove section.
3948 (GFDL): Include doclicense.texi rather than the actual text.
3949
3950 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3951 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3952
3953 * sasl.texi: Fix output file name.
3954
3955 * epa.texi, sasl.texi: Refer to license in Emacs manual.
3956
3957 * gnus-coding.texi: Refer to license in Gnus manual.
3958
3959 * idlwave.texi, sasl.texi: Use @copying.
3960
3961 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
3962
3963 * speedbar.texi: Update Back-Cover Text as per maintain.info.
3964
3965 * url.texi: Use @copying, @title, @subtitle, @author.
3966
3967 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3968 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3969 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3970 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3971 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3972 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3973 * widget.texi, woman.texi:
3974 Remove references to external license, since doclicense is included.
3975
3976 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3977 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3978 Remove references to non-existent Invariant Sections.
3979
3980 2008-06-14 Glenn Morris <rgm@gnu.org>
3981
3982 * faq.texi (Major packages and programs): Remove references to external
3983 Supercite, Calc, VIPER, since they have been included for some time.
3984 Update VM, AUCTeX, BBDB entries.
3985
3986 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
3987
3988 * newsticker.texi: Updated to match latest newsticker changes.
3989
3990 2008-06-13 Glenn Morris <rgm@gnu.org>
3991
3992 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3993 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3994 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3995 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3996 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3997 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3998 * woman.texi:
3999 Update Back-Cover Text as per maintain.info.
4000
4001 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4002
4003 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
4004
4005 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4006 (gnus-faq.xml): Update repository host.
4007
4008 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4009
4010 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
4011
4012 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4013 Fix a typo.
4014
4015 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
4016
4017 * gnus.texi (Mail Source Customization): Correct values of
4018 `mail-source-delete-incoming'. Reported by Tassilo Horn.
4019 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4020
4021 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4022
4023 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4024 coding standards.
4025
4026 2008-06-14 David Engster <dengste@eml.cc>
4027
4028 * gnus.texi (nnmairix): Markup fixes.
4029
4030 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4031
4032 * gnus.texi (nnmairix): Markup and other minor fixes.
4033
4034 2008-06-05 David Engster <dengste@eml.cc>
4035
4036 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4037
4038 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
4039
4040 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4041 (Searching, nnir, nnmairix): New stub nodes.
4042
4043 2008-05-30 Felix Lee <felix.1@canids.net>
4044
4045 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4046
4047 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4048
4049 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4050
4051 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4052
4053 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
4054
4055 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
4056
4057 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4058
4059 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * info.texi (Top): Fix typo in xref.
4062
4063 2008-05-05 Karl Berry <karl@gnu.org>
4064
4065 * info.texi (Top): @xref to stand-alone manual.
4066
4067 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4070 (Various Summary Stuff): Fix typo in last xref.
4071
4072 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * org.texi (Moving subtrees): Fix typo.
4075
4076 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * tramp.texi (Frequently Asked Questions): Explain, how to disable
4079 Tramp via `tramp-mode'.
4080
4081 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
4082
4083 * org.texi: Massive changes, in many parts of the file.
4084
4085 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4086
4087 * gnus.texi (Oort Gnus): Add message-fill-column.
4088
4089 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4090
4091 * gnus.texi (Mail Source Specifiers): Typo fix.
4092
4093 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4094
4095 * gnus.texi (Diary Headers Generation): Update key binding for
4096 `gnus-diary-check-message'.
4097
4098 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4099
4100 * gnus.texi (Emacsen): Addition.
4101
4102 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
4103
4104 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4105
4106 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4107
4108 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4109
4110 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
4111
4112 * gnus-news.texi: Update tool bar item.
4113
4114 2008-04-09 Sven Joachim <svenjoac@gmx.de>
4115
4116 * gnus-news.texi: Fix typos.
4117
4118 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
4119
4120 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4121 Add mention of `kron'.
4122
4123 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4124
4125 * epa.texi (Encrypting/decrypting *.gpg files):
4126 Document epa-file-name-regexp.
4127
4128 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4129
4130 * gnus.texi (Example Methods): Fix description about ssh-agent.
4131 (Indirect Functions): Fix the default value of nntp-telnet-command;
4132 remove link to connect.html.
4133
4134 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4137 dbus-call-method.
4138 (Receiving Method Calls): The timeout can be set by the calling client.
4139
4140 * trampver.texi: Update release number.
4141
4142 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
4143
4144 * gnus.texi (Top): Fix version. Add SASL.
4145
4146 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
4147
4148 Sync with Tramp 2.1.13.
4149
4150 * trampver.texi: Update release number.
4151
4152 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * org.texi: Update to new org-mode website.
4155
4156 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * cl.texi (For Clauses): Fix loop over key-seq to match code.
4159
4160 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4161
4162 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4163 gnus-read-ephemeral-gmane-group-url,
4164 gnus-read-ephemeral-emacs-bug-group,
4165 gnus-read-ephemeral-debian-bug-group.
4166
4167 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4168
4169 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4170
4171 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
4172 Add FIXMEs for Bookmarks and gnus-registry-marks.
4173
4174 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4175
4176 * gnus.texi (Smileys): Document `smiley-style'.
4177
4178 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4179
4180 * gnus.texi (Gnus Development): Clarify difference between ding and
4181 gnu.emacs.gnus.
4182 (MIME Commands, Using MIME, RSS): Fix markup.
4183
4184 * gnus-faq.texi ([8.4]): Ditto.
4185
4186 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4187
4188 * gnus.texi (Emacsen): Remove obsolete stuff.
4189
4190 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4191
4192 * gnus.texi (Oort Gnus): Add version info WRT
4193 `mail-source-delete-incoming'.
4194
4195 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4196
4197 * gnus.texi (Top): Add "Other related manuals" and version info in
4198 `iftex' output.
4199 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4200 gnus-balloon-face-0 and the corresponding format specifiers.
4201
4202 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
4203
4204 * tramp.texi (Filename completion): Remove footnote about let-bind
4205 of `partial-completion-mode'. It doesn't work this way.
4206
4207 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * pcl-cvs.texi (Contributors): Update my email.
4210
4211 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
4212
4213 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4214
4215 2008-03-17 Bill Wohler <wohler@newt.com>
4216
4217 * mh-e.texi (Viewing): Update URL for adding header fields to
4218 mh-invisible-header-fields-default.
4219
4220 2008-03-16 Bill Wohler <wohler@newt.com>
4221
4222 * mh-e.texi (Preface): Add Gnus to requirements.
4223 (Forwarding): Note that forwarded MIME messages are now inline.
4224
4225 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4228 (Common Variables): Give precedence to the netcat methods over the
4229 telnet methods, and mention that they are more reliable.
4230
4231 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4232
4233 * org.texi (Exporting Agenda Views): Document agenda export to
4234 iCalendar.
4235 (Progress logging): Document the new progress logging stuff.
4236
4237 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4238
4239 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4240 Update for change of `mail-source-delete-incoming'.
4241
4242 * gnus-news.texi: Ditto.
4243
4244 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4245
4246 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4247 custom versions.
4248
4249 2008-03-07 Alan Mackenzie <acm@muc.de>
4250
4251 * cc-mode.texi (Limitations and Known Bugs): State that the number of
4252 parens/brackets in a k&r region is limited.
4253
4254 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4255
4256 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4257 using different Emacs versions.
4258
4259 2008-02-27 Glenn Morris <rgm@gnu.org>
4260
4261 * sc.texi: Remove a lot of old and obsolete info.
4262 (titlepage): Simplify.
4263 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4264 (VM with any Emacsen, GNEWS with any Emacsen)
4265 (Overloading for Non-conforming MUAs, Version 3 Changes)
4266 (The Supercite Mailing List): Delete nodes.
4267 (Introduction): Remove info about old packages.
4268 (Getting Connected): Simplify. Remove info about old packages.
4269 (Citing Commands): Delete Emacs 19 info.
4270 (Hints to MUA Authors): Simplify.
4271 (Thanks and History): Merge in some info from the deleted node
4272 "Version 3 Changes".
4273
4274 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * org.texi (Setting tags, In-buffer settings):
4277 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4278
4279 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4280
4281 * gnus-news.texi: Mention that spaces and tabs are allowed in the
4282 installation directory name.
4283
4284 2008-02-12 Romain Francoise <romain@orebokech.com>
4285
4286 * epa.texi (Overview): Fix typo.
4287
4288 2008-02-11 Daiki Ueno <ueno@unixuser.org>
4289
4290 * epa.texi (Quick start): Remove the .emacs setting.
4291
4292 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4293
4294 * epa.texi (Quick start): Use the command `epa-enable' instead of
4295 loading `epa-setup'.
4296
4297 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4300 ($(infodir)/epa, epa.dvi): New targets.
4301
4302 2008-02-08 Daiki Ueno <ueno@unixuser.org>
4303
4304 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4305
4306 * epa.texi: New manual documenting the EasyPG Assistant.
4307
4308 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
4309
4310 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4311 (Inspection): New function dbus-ping.
4312
4313 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * tramp.texi (Remote processes): Add `shell-command'.
4316
4317 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
4318
4319 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4320 (Group Parameters): Document `mail-source' parameter.
4321
4322 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
4323
4324 * tramp.texi (Inline methods): The hostname of the su(do)? methods
4325 must be a local host.
4326
4327 2008-01-26 Michael Olson <mwolson@gnu.org>
4328
4329 * erc.texi: Update version for ERC 5.3 release.
4330 (Obtaining ERC): Update extras URLs for 5.3.
4331 (Development): Write instructions for git, and remove those for Arch.
4332 (History): Mention the switch to git.
4333
4334 2008-01-24 Karl Berry <karl@gnu.org>
4335
4336 * info.texi (Search Index, Search Text): Mention the command
4337 character in the section name, a la the (Go to node) node.
4338
4339 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
4340
4341 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4342
4343 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4344
4345 * gnus-news.texi: Mention gnus-article-describe-bindings.
4346
4347 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4348
4349 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4350
4351 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
4352
4353 * org.texi (Property inheritance): New section.
4354 (Conventions): New section.
4355 (Structure editing): Document C-RET, the prefix arg to the cut/copy
4356 commands, and the new bindings for refiling.
4357 (Sparse trees): Document the new special command for sparse trees.
4358 (References): Be more clear about the counting of hilines.
4359 (Handling links): Document M-p/n for accessing links.
4360 (Fast access to TODO states): New section.
4361 (Per file keywords): New section.
4362 (Property inheritance): New section.
4363 (Column attributes): New summary types.
4364 (Capturing Column View): New section.
4365 (The date/time prompt): Cover the new features in the date/time prompt.
4366 Compactify the table of keys for the calendar remote control.
4367 (Clocking work time): Document the new :scope parameter.
4368 (Remember): Promoted to chapter.
4369 (Quoted examples): New section.
4370 (Enhancing text): New verbatim environments.
4371
4372 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
4373
4374 * trampver.texi: Update release number.
4375
4376 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4377
4378 * gnus.texi (Article Keymap):
4379 Add gnus-article-wide-reply-with-original; fix descriptions of
4380 gnus-article-reply-with-original and
4381 gnus-article-followup-with-original.
4382
4383 2008-01-09 Glenn Morris <rgm@gnu.org>
4384
4385 * nxml-mode.texi: Add @copying section.
4386
4387 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4388
4389 * message.texi (Mail Variables): Add some text from "(gnus)Posting
4390 Server". Add `message-send-mail-with-mailclient'.
4391
4392 * gnus.texi (Posting Server): Move some text to "(message)Mail
4393 Variables" and add a reference here.
4394
4395 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * dbus.texi (Receiving Method Calls): New chapter.
4398 (Errors and Events): Add serial number to events. Replace "signal" by
4399 "message". Introduce dbus-event-serial-number.
4400
4401 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * dbus.texi (Type Conversion): Explain the type specification for empty
4404 arrays. Use another example.
4405
4406 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * dbus.texi (all): Replace "..." by @dots{}.
4409 (Type Conversion): Precise the value range for :byte types.
4410 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4411 Mention its return value.
4412 (Errors and Events): There is no D-Bus error propagation during event
4413 processing.
4414
4415 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
4416
4417 * calc.tex (Yacas Language, Maxima Language, Giac Language):
4418 New sections.
4419
4420 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
4421
4422 * gnus.texi (Group Parameters): Reorder the text and add a note about
4423 `gnus-parameters' near the beginning of the node.
4424
4425 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
4426
4427 * gnus.texi (Score File Editing): Fix function name.
4428
4429 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
4430
4431 Sync with Tramp 2.1.12.
4432
4433 * trampver.texi: Update release number.
4434
4435 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
4436
4437 * dbus.texi (Type Conversion): Correct input parameters mapping.
4438
4439 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4442 (Errors and Events): Mention wrong-type-argument error.
4443
4444 2007-12-21 Alex Schroeder <alex@gnu.org>
4445
4446 * rcirc.texi: Changed single spaces after sentence end to double
4447 spaces. Fixed some typos.
4448 (Internet Relay Chat): Explain relay.
4449 (Getting started with rcirc): Change items to reflect prompts.
4450 Add more explanation to rcirc-track-minor-mode and added a comment to
4451 warn future maintainers that this section is a copy.
4452 (People): Change /ignore example.
4453 (Keywords): Not keywords.
4454
4455 2007-12-20 Alex Schroeder <alex@gnu.org>
4456
4457 * rcirc.texi (Top): Fighting Information Overload chapter added.
4458 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4459 (rcirc commands): Move /ignore command to the new chapter.
4460 (Fighting Information Overload): New chapter documenting /keyword,
4461 /bright, /dim, channel ignore, and low priority channels.
4462 (Configuration): Document rcirc-server-alist, remove
4463 rcirc-startup-channels-alist and rcirc-default-server.
4464
4465 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * dbus.texi (Signals): Fix example in dbus-register-signal.
4468
4469 2007-12-14 Sven Joachim <svenjoac@gmx.de>
4470
4471 * gnus.texi (Score Variables): Fix typo.
4472
4473 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4476 (Signals): Adapt dbus-send-signal and dbus-register-signal.
4477 (Errors and Events): Adapt dbus-event.
4478
4479 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * gnus.texi (Other Files): Add the yenc command.
4482
4483 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
4484
4485 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4486 since 2004-08-06.
4487
4488 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
4489
4490 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4491 on body.
4492
4493 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
4494
4495 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4496 and rfc2047-allow-irregular-q-encoded-words; fix description of
4497 rfc2047-encode-encoded-words.
4498
4499 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4500
4501 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4502
4503 2007-12-05 Michael Olson <mwolson@gnu.org>
4504
4505 * remember.texi (Diary): Remove "require" line for remember-diary.el.
4506 Update documentation for `remember-diary-file'.
4507
4508 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
4509
4510 * dbus.texi (Signals): Precise `dbus-register-signal'.
4511 (Errors and Events): Rework events part, the internal structure of
4512 dbus-event has changed.
4513
4514 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4517 ($(infodir)/dbus, dbus.dvi): New targets.
4518
4519 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4522 unconditionally.
4523
4524 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4525 emulation with @print{}.
4526
4527 2007-12-02 Richard Stallman <rms@gnu.org>
4528
4529 * dbus.texi (Overview): Minor cleanup.
4530
4531 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * Makefile.in (INFO_TARGETS): Add dbus.
4534 (DVI_TARGETS): Add dbus.dvi.
4535 (dbus, dbus.dvi): New targets.
4536
4537 * dbus.texi: New file.
4538
4539 2007-11-24 Romain Francoise <romain@orebokech.com>
4540
4541 * nxml-mode.texi: Add description in @direntry.
4542 Fix file name to match @setfilename.
4543
4544 2007-11-23 Mark A. Hershberger <mah@everybody.org>
4545
4546 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4547 ($(infodir)/nxml-mode): New rule.
4548
4549 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4550 ($(infodir)/nxml-mode): New rule.
4551 (clean): Add nxml-mode*.
4552
4553 * nxml-mode.texi: New file with nxml manual.
4554
4555 2007-11-18 Richard Stallman <rms@gnu.org>
4556
4557 * flymake.texi (Example -- Configuring a tool called directly):
4558 Update example.
4559
4560 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * tramp.texi (Filename completion): Simplify explanation of
4563 double-slash behavior. Explain directory contents flushing.
4564
4565 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4566
4567 * calc.texi (TeX and LaTeX Language Modes): Put in
4568 missing braces.
4569
4570 2007-11-15 Richard Stallman <rms@gnu.org>
4571
4572 * cl.texi (Equality Predicates): Delete `eql'.
4573 (Predicates, Naming Conventions, Top): Delete `eql'.
4574 (Common Lisp Compatibility): Delete `eql'.
4575 (Porting Common Lisp): Delete obsolete backquote info.
4576 Minor clarification about character constants.
4577 (Sequence Basics): Minor clarification.
4578
4579 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4580
4581 * cc-mode.texi (Electric Keys, Custom Macros):
4582 * tramp.texi (Filename completion): Fix typos.
4583
4584 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4585
4586 * calc.texi (Basic commands): Mention the menu.
4587
4588 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * tramp.texi (Connection caching): Tramp flushes connection
4591 properties when remote operating system has been changed.
4592
4593 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4594
4595 * gnus-news.texi: Fix spelling.
4596 `message-insert-formatted-citation-line', not
4597 `message-insert-formated-citation-line'.
4598
4599 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4600
4601 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
4602
4603 * tramp.texi (Overview): Mention also the PuTTY integration under
4604 Win32. Remove paragraphs about Tramp's experimental status.
4605 (Frequently Asked Questions): Add code example for highlighting the
4606 mode line.
4607
4608 2007-11-03 Michael Olson <mwolson@gnu.org>
4609
4610 * remember.texi: Change mentions of remember-buffer to
4611 remember-finalize throughout.
4612
4613 2007-10-30 Michael Olson <mwolson@gnu.org>
4614
4615 * remember.texi (Copying): Remove.
4616 (Mailbox): Update with non-BBDB instructions.
4617 (Diary, Org): Add.
4618 (Bibliography, Planner Page): Remove.
4619
4620 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * makefile.w32-in (INFO_TARGETS): Add remember.
4623 (DVI_TARGETS): Add remember.dvi.
4624 ($(infodir)/remember): New rule.
4625 (clean): Add remember*.
4626
4627 2007-10-30 Michael Olson <mwolson@gnu.org>
4628
4629 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4630 ($(infodir)/remember): New rule that builds the Remember Manual.
4631
4632 * remember.texi: New file containing the Remember Mode Manual.
4633 Shuffle chapters around after initial import.
4634 (Function Reference): Split Keystrokes into separate chapter.
4635 (Keystrokes): Document C-c C-k.
4636 (Introduction): Fix typographical issue with "---".
4637
4638 2007-10-29 Richard Stallman <rms@gnu.org>
4639
4640 * widget.texi (Introduction): Delete discussion of implementation
4641 internals.
4642
4643 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * tramp.texi (Connection caching): Host names must be different
4646 when tunneling.
4647
4648 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4649
4650 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4651 Gnus v5.13.
4652
4653 2007-10-28 Miles Bader <miles@gnu.org>
4654
4655 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4656
4657 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4658
4659 * gnus.texi (Sorting the Summary Buffer):
4660 Remove gnus-article-sort-by-date-reverse.
4661
4662 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4663
4664 * gnus.texi (Non-ASCII Group Names): New node.
4665 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4666 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4667
4668 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
4669
4670 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4671 clean the output of the program `imap-shell-program'.
4672
4673 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4676
4677 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
4678
4679 * gnus.texi (Sticky Articles): Documentation for sticky article
4680 buffers.
4681
4682 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
4683
4684 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4685
4686 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4687
4688 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4689
4690 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4691
4692 * gnus.texi (Archived Messages):
4693 Document gnus-update-message-archive-method.
4694
4695 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4696
4697 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4698
4699 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
4700
4701 * gnus.texi (Group Maneuvering):
4702 Document `gnus-summary-next-group-on-exit'.
4703
4704 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * gnus.texi (Really Various Summary Commands):
4707 Mention gnus-auto-select-on-ephemeral-exit.
4708
4709 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4710
4711 * gnus.texi, message.texi: Bump version number.
4712
4713 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4714
4715 * gnus.texi (Group Line Specification, Misc Group Stuff)
4716 (Server Commands): Parenthesize @pxref{Mail Spool}.
4717
4718 2007-10-28 Didier Verna <didier@xemacs.org>
4719
4720 New user option: message-signature-directory.
4721 * message.texi (Insertion Variables): Document it.
4722 * gnus.texi (Posting Styles): Ditto.
4723
4724 2007-10-28 Didier Verna <didier@xemacs.org>
4725
4726 * gnus.texi (Group Line Specification):
4727 * gnus.texi (Misc Group Stuff):
4728 * gnus.texi (Server Commands): Document the group compaction feature.
4729
4730 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4731
4732 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4733
4734 * message.texi (Various Message Variables): Add message-fill-column.
4735
4736 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4737
4738 * gnus.texi: Untabify.
4739
4740 2007-10-28 Didier Verna <didier@xemacs.org>
4741
4742 * gnus.texi (Group Parameters): Document the posting-style merging
4743 process in topic-mode.
4744
4745 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4746
4747 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4748
4749 2007-10-28 Romain Francoise <romain@orebokech.com>
4750
4751 * gnus.texi (Mail Spool): Fix typo.
4752 Update copyright.
4753
4754 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4755
4756 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4757
4758 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4759
4760 * gnus.texi (Summary Generation Commands):
4761 Add gnus-summary-insert-ticked-articles.
4762
4763 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4766 to spam-spamassassin-program.
4767
4768 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4769
4770 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4771
4772 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4773
4774 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4775
4776 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4777
4778 * message.texi (Mail Headers): Document `opportunistic'.
4779
4780 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4781
4782 * emacs-mime.texi (Encoding Customization): Explain how to set
4783 mm-coding-system-priorities per hierarchy.
4784
4785 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4786
4787 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4788 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4789
4790 2007-10-28 Didier Verna <didier@xemacs.org>
4791
4792 * message.texi (Wide Reply): Update documentation of
4793 message-dont-reply-to-names (now allowing a list of regexps).
4794
4795 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4796
4797 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4798
4799 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * gnus.texi (SpamAssassin back end): Fix typo.
4802
4803 * sieve.texi (Examples): Fix grammar.
4804
4805 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4806
4807 * gnus.texi (Searching for Articles): Document M-S and M-R.
4808 (Limiting): Document / b.
4809
4810 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * gnus.texi (Thread Commands): T M-^.
4813
4814 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4815
4816 * message.texi (Mail Aliases): Document ecomplete.
4817 (Mail Aliases): Fix typo.
4818
4819 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4820
4821 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4822 fix typo.
4823
4824 2007-10-28 Romain Francoise <romain@orebokech.com>
4825
4826 * gnus.texi (Mail Spool): Grammar fix.
4827
4828 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4831 string.
4832
4833 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4834
4835 * gnus.texi (Group Parameters): Fix description.
4836
4837 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4838
4839 * gnus.texi (Gmane Spam Reporting):
4840 Fix spam-report-gmane-use-article-number.
4841 Add spam-report-user-mail-address.
4842
4843 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4846
4847 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4848
4849 * gnus.texi (Group Parameters): Add simplified sorting example based on
4850 example for `Sorting the Summary Buffer' from Jari Aalto
4851 <jari.aalto@cante.net>.
4852 (Example Methods): Add example for an indirect connection.
4853
4854 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
4855
4856 * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
4857 (Agent Parameters): Updated parameter names to match code.
4858 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4859 'gnus-agent-summary-fetch-series'.
4860 (Agent and flags): New section providing a generalized discussion
4861 of flag handling.
4862 (Agent and IMAP): Remove flag discussion.
4863 (Agent Variables): Add 'gnus-agent-synchronize-flags'.
4864
4865 2007-10-28 Romain Francoise <romain@orebokech.com>
4866
4867 * gnus.texi (Exiting the Summary Buffer): Add new function
4868 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4869
4870 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus.texi (Conformity): Fix typo.
4873 (Customizing Articles): Document `first'.
4874
4875 2007-10-28 Jari Aalto <jari.aalto@cante.net>
4876
4877 * gnus.texi (Sorting the Summary Buffer):
4878 Add `gnus-thread-sort-by-date-reverse'. Add example
4879 host to different sorting in NNTP and RSS groups.
4880
4881 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4882
4883 * message.texi (Insertion): Describe prefix for
4884 message-mark-inserted-region and message-mark-insert-file.
4885
4886 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4887
4888 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4889 LaTeX documents. Describe "text/x-gnus-verbatim".
4890
4891 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4892
4893 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
4894 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4895 (spam-stat spam filtering, SpamOracle)
4896 (Extending the Spam ELisp package): Remove extra quote symbol for
4897 clarity.
4898
4899 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4900
4901 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4902 gnus-article-delete-part and gnus-article-replace-part.
4903 (Using MIME): Add gnus-mime-replace-part.
4904
4905 2007-10-28 Romain Francoise <romain@orebokech.com>
4906
4907 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4908 requires `auto-compression-mode' to be enabled. Add new nnml
4909 variable `nnml-compressed-files-size-threshold'.
4910
4911 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4912
4913 * gnus.texi (Sorting the Summary Buffer):
4914 Add gnus-thread-sort-by-recipient.
4915
4916 2007-10-28 Romain Francoise <romain@orebokech.com>
4917
4918 * message.texi (Insertion Variables): Mention new variable
4919 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
4920 documentation accordingly.
4921
4922 2007-10-28 Romain Francoise <romain@orebokech.com>
4923
4924 * gnus.texi (To From Newsgroups): Mention new variables
4925 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4926
4927 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4928
4929 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4930 stuff; gnus-mime-inline-part does the automatic decompression.
4931
4932 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4933
4934 * gnus.texi (Spam ELisp Package Configuration Examples):
4935 "training.ham" should be "training.spam".
4936
4937 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4938
4939 * message.texi (Mail Variables): Fix the default value for
4940 message-send-mail-function.
4941
4942 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4943
4944 * gnus.texi (Optional Back End Functions): nntp-request-update-info
4945 always returns nil exceptionally.
4946
4947 2007-10-28 Simon Josefsson <jas@extundo.com>
4948
4949 * gnus.texi (Article Washing): Add libidn URL.
4950 Suggested by Michael Cook <michael@waxrat.com>.
4951
4952 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * gnus.texi (Topic Commands): Fix next/previous.
4955
4956 2007-10-28 Simon Josefsson <jas@extundo.com>
4957
4958 * gnus.texi (Article Washing): Mention `W i'.
4959
4960 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
4961
4962 * gnus.texi (Group Parameters): Slight extension of sieve
4963 parameter description.
4964
4965 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4966
4967 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4968 matching score files as well.
4969 (Picons): Describe `gnus-picon-style'.
4970
4971 2007-10-28 Romain Francoise <romain@orebokech.com>
4972
4973 * message.texi (Message Headers): Mention that headers are hidden
4974 using narrowing, and how to expose them.
4975 Update copyright.
4976
4977 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4978
4979 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4980 `gnus-summary-sort-by-recipient'.
4981
4982 2007-10-28 Romain Francoise <romain@orebokech.com>
4983
4984 * gnus.texi (NNTP marks): New node.
4985 (NNTP): Move NNTP marks variables to the new node.
4986
4987 2007-10-28 Jesper Harder <harder@ifa.au.dk>
4988
4989 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
4990
4991 * gnus.texi (MIME Commands, Hashcash): Markup fix.
4992
4993 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
4994
4995 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
4996 everywhere for consistency.
4997 (Filtering Spam Using The Spam ELisp Package): Admonish again.
4998 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
4999 Say "regular expression" instead of "regex." Admonish.
5000 Pick other words to sound better (s/so/thus/).
5001 (Spam ELisp Package Filtering of Incoming Mail):
5002 Mention statistical filters. Remove old TODO.
5003 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5004 New section on sorting and displaying the spam score.
5005 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5006 backend but an alias to spam-use-BBDB.
5007 (Extending the Spam ELisp package): Rewrite the example using the
5008 new backend functionality.
5009
5010 2007-10-28 Simon Josefsson <jas@extundo.com>
5011
5012 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5013 nntp-marks-directory, from Romain Francoise
5014 <romain@orebokech.com>.
5015
5016 2007-10-28 Magnus Henoch <mange@freemail.hu>
5017
5018 * gnus.texi (Hashcash): New default value of
5019 hashcash-default-payment.
5020
5021 2007-10-28 Simon Josefsson <jas@extundo.com>
5022
5023 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
5024 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5025
5026 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5027
5028 * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5029
5030 2007-10-28 Simon Josefsson <jas@extundo.com>
5031
5032 * gnus.texi (documentencoding): Add, to avoid warnings.
5033
5034 2007-10-28 Simon Josefsson <jas@extundo.com>
5035
5036 * message.texi (Mail Headers): Add.
5037
5038 * gnus.texi (Hashcash): Fix.
5039
5040 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5041
5042 * gnus.texi (Hashcash): Change location of library, also mention
5043 that payments can be verified and fix the name of the
5044 hashcash-path variable.
5045
5046 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5047
5048 * gnus.texi (Article Display): Add `gnus-picon-style'.
5049
5050 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5051
5052 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5053
5054 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5055
5056 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5057 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5058 warning about ham processors in spam groups removed.
5059
5060 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
5061
5062 * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5063 From Hubert Chan <hubert@uhoreg.ca>.
5064
5065 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5066
5067 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5068 (Mailing List): Typo.
5069 (Customizing Articles): Add gnus-treat-ansi-sequences.
5070 (Article Washing): Index.
5071
5072 * message.texi: Use m-dash consistently.
5073
5074 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5075
5076 * gnus.texi (GroupLens): Remove.
5077
5078 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
5079
5080 * gnus.texi (Outgoing Messages, Agent Variables):
5081 Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5082 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5083
5084 2007-10-28 Jesper Harder <harder@ifa.au.dk>
5085
5086 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5087
5088 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5089
5090 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5091
5092 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
5093
5094 2007-10-28 Simon Josefsson <jas@extundo.com>
5095
5096 * gnus.texi (Top): Add SASL.
5097
5098 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5099
5100 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5101
5102 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5103
5104 * gnus.texi (Troubleshooting): Adjust Gnus version number.
5105
5106 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5107
5108 * calc.texi (Formulas, Composition Basics): Lower the
5109 precedence of negation.
5110
5111 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5112
5113 * ses.texi (The Basics): Mention how to create a new spreadsheet.
5114 Mention the new three-letter column identifiers.
5115 (More on cell printing): Calculate-cell and truncate-cell are now `c'
5116 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
5117 message when using `c' on an empty default with default printer.
5118 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5119 renamed to `ses--symbolic-formulas' some time ago.
5120
5121 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
5122
5123 * calc.texi (Default Simplifications, Making Selections)
5124 (Customizing Calc): Clarify associativity of multiplication.
5125
5126 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5127
5128 * tramp.texi (Traces and Profiles): Simplify loop over
5129 `trace-function-background'.
5130
5131 2007-10-22 Juri Linkov <juri@jurta.org>
5132
5133 * dired-x.texi (Shell Command Guessing): Default values are now
5134 available by typing M-n instead of M-p.
5135
5136 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5137
5138 * tramp.texi (Cleanup remote connections): New section.
5139 (Password caching): Remove `tramp-clear-passwd'.
5140 It's not a command anymore.
5141 (Bug Reports): Add `tramp-bug' to function index.
5142 (Function Index, Variable Index): New nodes.
5143 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5144
5145 * trampver.texi: Update release number.
5146
5147 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5148
5149 * calc.texi (History and Acknowledgements): Turn comment
5150 about integer size into past tense.
5151 (Time Zones): Remove pointer to Calc author's address.
5152 (Trigonometric and Hyperbolic Functions): Mention cotangent
5153 and hyperbolic cotangent. Fix typo.
5154
5155 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5156
5157 Sync with Tramp 2.1.11.
5158
5159 * trampver.texi: Update release number.
5160
5161 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5162
5163 * tramp.texi (External packages): New section.
5164
5165 2007-09-29 Juri Linkov <juri@jurta.org>
5166
5167 * info.texi (Help-Int): Document `L' (`Info-history').
5168
5169 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
5170
5171 * org.texi: Change links to webpage and maintained email.
5172 (Remember): Promote to Chapter, significant changes.
5173 (Fast access to TODO states): New section.
5174 (Faces for TODO keywords): New section.
5175 (Export options): Example for #+DATE.
5176 (Progress logging): Section moved.
5177
5178 2007-09-26 Bill Wohler <wohler@newt.com>
5179
5180 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5181 browse-url-at-mouse.
5182
5183 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
5184
5185 * flymake.texi (Customizable variables): Face names don't end in -face.
5186 Fix flymake-err-line-patterns template.
5187 (Example -- Configuring a tool called directly): Fix init-function.
5188 (Highlighting erroneous lines): Face names don't end in -face.
5189
5190 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
5191
5192 * erc.texi (Special-Features): Fix small typo.
5193
5194 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
5195
5196 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5197 and "External transfer methods".
5198
5199 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
5200
5201 * calc.texi (Predefined Units): Add some history.
5202
5203 2007-09-08 Michael Olson <mwolson@gnu.org>
5204
5205 * erc.texi (Copying): New section included from gpl.texi.
5206 This matches the look of the upstream ERC manual.
5207
5208 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
5209
5210 * calc.texi (History and Acknowledgements): Adjust the "thanks".
5211 (Random Numbers): Clarify the distribution of `random'.
5212
5213 2007-09-06 Glenn Morris <rgm@gnu.org>
5214
5215 Move manual sources from man/ to subdirectories of doc/.
5216 Split into the Emacs manual in emacs/, and other manuals in misc/.
5217 Change all setfilename commands to use ../../info.
5218 * Makefile.in: Move the parts of the old man/Makefile.in that do not
5219 refer to the Emacs manual here.
5220 (infodir): New variable.
5221 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
5222 (cc-mode.texi, faq.texi): Update references to source file locations.
5223 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5224 do not refer to the Emacs manual here.
5225 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5226
5227 * Makefile.in: Add `basename' versions of all info targets, for
5228 convenience when rebuilding just one manual.
5229 (../etc/GNU): Delete obsolete target.
5230 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5231 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
5232 *.vrs *.toc here...
5233 (maintainer-clean): ...from here.
5234
5235 * makefile.w32-in (../etc/GNU): Delete obsolete target.
5236
5237 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
5238
5239 * calc.texi (Date Conversions): Clarify definition of
5240 Julian day numbering.
5241 (Date Forms): Clarify definition of Julian day numbering;
5242 add some history.
5243
5244 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5245
5246 * org.texi: Version 5.07.
5247
5248 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
5249
5250 * message.texi (MIME): Replace mml-attach with mml-attach-file.
5251
5252 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5253
5254 * org.texi (Adding hyperlink types): New section.
5255 (Embedded LaTeX): Chapter updated because of LaTeX export.
5256 (LaTeX export): New section.
5257 (Using links out): New section.
5258
5259 2007-08-22 Glenn Morris <rgm@gnu.org>
5260
5261 * faq.texi (Learning how to do something): Refcards now in
5262 etc/refcards/ directory.
5263
5264 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5265
5266 * tramp.texi (Remote Programs): Persistency file must be cleared when
5267 changing `tramp-remote-path'.
5268 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5269 macro.
5270
5271 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5272
5273 * calc.texi: Move contents to beginning of file.
5274 (Algebraic Entry): Fix the formatting of an example.
5275
5276 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5277
5278 * calc.texi (Basic Operations on Units): Mention exact versus
5279 inexact conversions.
5280
5281 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5282
5283 * calc.texi (Basic Operations on Units): Mention default
5284 values for new units.
5285 (Quick Calculator Mode): Mention that binary format will
5286 be displayed.
5287
5288 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
5289
5290 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5291
5292 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
5293
5294 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5295
5296 2007-08-08 Glenn Morris <rgm@gnu.org>
5297
5298 * gnus.texi, sieve.texi: Replace `iff'.
5299
5300 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5301
5302 * calc.texi (Basic Graphics): Mention the graphing of error
5303 forms.
5304 (Graphics Options): Mention how `g s' handles error forms.
5305 (Curve Fitting): Mention plotting the curves.
5306 (Standard Nonlinear Models): Add additional models.
5307 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5308 (Linear Fits): Correct result.
5309
5310 2007-08-01 Alan Mackenzie <acm@muc.de>
5311
5312 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5313 to "--no-site-file".
5314
5315 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * tramp.texi (Frequently Asked Questions): Point to mode line
5318 extension in Emacs 23.1.
5319
5320 * trampver.texi: Update release number.
5321
5322 2007-07-27 Glenn Morris <rgm@gnu.org>
5323
5324 * calc.texi (Copying): Include license text from gpl.texi, rather than
5325 in-line.
5326
5327 2007-07-25 Glenn Morris <rgm@gnu.org>
5328
5329 * calc.texi (Copying): Replace license with GPLv3.
5330
5331 * Relicense all FSF files to GPLv3 or later.
5332
5333 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5334
5335 Sync with Tramp 2.1.10.
5336
5337 * tramp.texi (trampfn): Expand macro implementation in order to handle
5338 empty arguments.
5339 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
5340 occurrences by trampfn.
5341 (Frequently Asked Questions): Extend example code for host
5342 identification in the modeline. Add bbdb to approaches shortening Tramp
5343 file names to be typed.
5344
5345 * trampver.texi: Update release number.
5346
5347 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5348
5349 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5350 section. Reported by <poti@potis.org>.
5351 (Remote processes): Arguments of the program to be debugged are taken
5352 literally.
5353 (Frequently Asked Questions): Simplify recentf example.
5354
5355 2007-07-14 Karl Berry <karl@gnu.org>
5356
5357 * info.texi (@copying): New Back-Cover Text.
5358
5359 * info.texi (Quitting Info): Move to proper place in source.
5360 (Reported by Benno Schulenberg.)
5361
5362 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5363
5364 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5365
5366 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5367
5368 * emacs-mime.texi: Add @documentencoding directive.
5369
5370 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5371
5372 * tramp.texi (Remote processes): Add an anchor to the subsection
5373 "Running a debugger on a remote host".
5374
5375 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * tramp.texi (Remote processes): Don't call it "experimental" any
5378 longer. Add subsection about running a debugger on a remote host.
5379
5380 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
5381
5382 * org.texi (Properties and columns): Chapter rewritten.
5383
5384 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5385
5386 * tramp.texi:
5387 * trampver.texi: Migrate to Tramp 2.1.
5388
5389 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
5390
5391 * org.texi (Properties): New chapter.
5392
5393 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
5394
5395 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5396 Control Panel.
5397
5398 * gnus.texi (Misc Article): Add index entry for
5399 gnus-single-article-buffer.
5400
5401 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
5402
5403 * gnus.texi (Starting Up): Fix typo.
5404
5405 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 * gnus.texi (Asynchronous Fetching): Fix typo.
5408
5409 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
5410
5411 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5412 (About This Manual): Remove redundant information.
5413 (Getting Started): Mention author.
5414 (Basic Arithmetic, Customizing Calc): Make description of the
5415 variable `calc-multiplication-has-precedence' match its new effect.
5416
5417 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
5418
5419 * calc.texi (Basic Arithmetic, Customizing Calc):
5420 Mention the variable `calc-multiplication-has-precedence'.
5421
5422 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
5423
5424 * org.texi (Tag): Section swapped with node Timestamps.
5425 (Formula syntax for Lisp): Document new `L' flag.
5426
5427 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
5428
5429 * gnus.texi (Misc Group Stuff, Summary Buffer)
5430 (Server Commands, Article Keymap): Fix typo. s/function/command/.
5431
5432 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5435 * gnus.texi (Article Buttons, Mail Source Customization)
5436 (Sending or Not Sending, Customizing NNDiary):
5437 * message.texi (Message Headers):
5438 * mh-e.texi (HTML): Fix typos.
5439
5440 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
5441
5442 Sync with Tramp 2.0.56.
5443
5444 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5445 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
5446
5447 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * Version 22.1 released.
5450
5451 2007-05-26 Michael Olson <mwolson@gnu.org>
5452
5453 * erc.texi (Modules): Fix references to completion modules.
5454
5455 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5456
5457 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5458
5459 2007-05-09 Didier Verna <didier@xemacs.org>
5460
5461 * gnus.texi (Email Based Diary): New. Proper documentation for the
5462 nndiary back end and the gnus-diary library.
5463
5464 2007-05-03 Karl Berry <karl@gnu.org>
5465
5466 * .cvsignore (*.pdf): New entry.
5467
5468 * texinfo.tex: Update from current version for better pdf generation.
5469
5470 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
5471
5472 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5473
5474 2007-04-28 Glenn Morris <rgm@gnu.org>
5475
5476 * faq.texi (New in Emacs 22): Restore mention of python.el pending
5477 consideration of legal status.
5478
5479 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
5480
5481 * idlwave.texi: Minor updates for IDLWAVE 6.1.
5482
5483 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * faq.texi (New in Emacs 22): python.el removed.
5486
5487 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5488
5489 * calc.texi (Reporting bugs): Update maintainer's address.
5490
5491 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5494
5495 2007-04-15 Jay Belanger <belanger@truman.edu>
5496
5497 * calc.texi (Title page): Remove the date.
5498 (Basic Arithmetic): Emphasize that / binds less strongly than *.
5499 (The Standard Calc Interface): Change trail title.
5500 (Floats): Mention that when non-decimal floats are entered, only
5501 approximations are stored.
5502 (Copying): Move to the appendices.
5503 (GNU Free Documentation License): Add as an appendix.
5504
5505 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5508 * dired-x.texi, ebrowse.texi, ediff.texi:
5509 * emacs-mime.texi, erc.texi, eshell.texi:
5510 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5511 * idlwave.texi, message.texi, newsticker.texi, org.texi:
5512 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5513 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5514 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5515 * woman.texi: Include GFDL.
5516
5517 * doclicense.texi: Remove node heading, so that it can be included by
5518 other files.
5519
5520 * dired-x.texi: Relicence under GFDL. Remove date from title page.
5521
5522 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5523 than *.
5524
5525 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
5526
5527 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5528 in Calc.
5529
5530 2007-04-09 Romain Francoise <romain@orebokech.com>
5531
5532 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5533 Mac OS ports. Make it clear that mouse-1 complements and doesn't
5534 replace mouse-2.
5535
5536 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * woman.texi (Word at point, Interface Options): woman-topic-at-point
5539 renamed to woman-use-topic-at-point. Document new behavior.
5540
5541 2007-04-08 Richard Stallman <rms@gnu.org>
5542
5543 * url.texi: Fix some indexing.
5544 (Disk Caching): Drop discussion of old/other Emacs versions.
5545
5546 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * url.texi (Disk Caching): Say Emacs 21 "and later".
5549
5550 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5551 on Font locking which now mentions JIT lock.
5552
5553 2007-04-01 Michael Olson <mwolson@gnu.org>
5554
5555 * erc.texi: Update for the ERC 5.2 release.
5556
5557 2007-03-31 David Kastrup <dak@gnu.org>
5558
5559 * woman.texi (Topic, Interface Options): Explain changes semantics of
5560 woman-manpath in order to consider MANPATH_MAP entries.
5561
5562 2007-03-31 Eli Zaretskii <eliz@gnu.org>
5563
5564 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5565
5566 2007-03-26 Richard Stallman <rms@gnu.org>
5567
5568 * pgg.texi (Caching passphrase): Clean up previous change.
5569
5570 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
5571
5572 * gnus.texi (Setting Process Marks): Fix typo.
5573
5574 2007-03-25 Romain Francoise <romain@orebokech.com>
5575
5576 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5577 readability, and include various fixes by Daniel Brockman, Nick Roberts
5578 and Dieter Wilhelm.
5579
5580 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
5581
5582 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5583
5584 * gnus.texi (Mail Source Specifiers): Fix typo.
5585
5586 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
5587
5588 * reftex.texi (Imprint): Update maintainer information.
5589
5590 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5591
5592 * message.texi (Message Buffers): Update documentation for
5593 message-generate-new-buffers.
5594
5595 2007-03-15 Daiki Ueno <ueno@unixuser.org>
5596
5597 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5598
5599 2007-03-21 Glenn Morris <rgm@gnu.org>
5600
5601 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5602
5603 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * eshell.texi (Known problems): Emacs 21 -> 22.
5606
5607 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5608
5609 2007-03-18 Jay Belanger <belanger@truman.edu>
5610
5611 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5612
5613 2007-03-12 Glenn Morris <rgm@gnu.org>
5614
5615 * calc.texi (Time Zones): Switch to new North America DST rule.
5616
5617 * calc.texi: Replace "daylight savings" with "daylight
5618 saving" in text throughout.
5619
5620 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5621
5622 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5623 The variable now uses a list of symbols instead of just a symbol.
5624 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5625
5626 2007-03-06 Romain Francoise <romain@orebokech.com>
5627
5628 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
5629 new packages, and mention Gnus update.
5630
5631 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5632
5633 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5634 nntp-open-connection-functions-never-echo-commands.
5635
5636 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5639 problems on the console, and security risk in not using gpg-agent.
5640
5641 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5642
5643 * org.texi (The spreadsheet): Rename from "Table calculations".
5644 Completely reorganized and rewritten.
5645 (CamelCase links): Section removed.
5646 (Repeating items): New section.
5647 (Tracking TODO state changes): New section.
5648 (Agenda views): Chapter reorganized and rewritten.
5649 (HTML export): Section rewritten.
5650 (Tables in arbitrary syntax): New section.
5651 (Summary): Better feature summary.
5652 (Activation): Document problem with cut-and-paste of Lisp code
5653 from PDF files.
5654 (Visibility cycling): Document indirect buffer use.
5655 (Structure editing): Document sorting.
5656 (Remember): Section rewritten.
5657 (Time stamps): Better description of time stamp types.
5658 (Tag searches): Document regular expression search for tags.
5659 (Stuck projects): New section.
5660 (In-buffer settings): New keywords.
5661 (History and Acknowledgments): Updated description.
5662
5663 2007-02-24 Alan Mackenzie <acm@muc.de>
5664
5665 * cc-mode.texi (Movement Commands): Insert two missing command names.
5666 (Getting Started): Slight wording correction (use conditional).
5667
5668 2007-02-22 Kim F. Storm <storm@cua.dk>
5669
5670 * widget.texi (User Interface, Basic Types): Document need to put some
5671 text before the %v escape in :format string in editable-field widget.
5672
5673 2007-02-18 Romain Francoise <romain@orebokech.com>
5674
5675 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5676 `cvs-mode-quit'.
5677
5678 2007-02-10 Markus Triska <markus.triska@gmx.at>
5679
5680 * widget.texi (Programming Example): Put constant strings in :format.
5681
5682 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * faq.texi (Fullscreen mode on MS-Windows): New node.
5685
5686 2007-02-04 David Kastrup <dak@gnu.org>
5687
5688 * faq.texi (AUCTeX): Update version number. Should probably be done
5689 for other packages as well.
5690
5691 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5692
5693 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
5694 <tassilo@member.fsf.org>.
5695
5696 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5697
5698 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5699 ls-lisp-use-localized-time-format.
5700
5701 2007-01-20 Markus Triska <markus.triska@gmx.at>
5702
5703 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5704
5705 2007-01-13 Michael Olson <mwolson@gnu.org>
5706
5707 * erc.texi (Modules): Mention capab-identify module.
5708
5709 2007-01-05 Michael Olson <mwolson@gnu.org>
5710
5711 * erc.texi (Getting Started): Update for /RECONNECT command.
5712
5713 2007-01-04 Richard Stallman <rms@gnu.org>
5714
5715 * ebrowse.texi: Change C-c b to C-c C-m.
5716
5717 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5720 variables only in info to avoid redundant entries in the printed
5721 manual.
5722
5723 2007-01-02 Daiki Ueno <ueno@unixuser.org>
5724
5725 * message.texi (Using PGP/MIME): Document gpg-agent usage.
5726
5727 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
5728
5729 * message.texi (Security): Split into sub-nodes.
5730
5731 2007-01-01 Alan Mackenzie <acm@muc.de>
5732
5733 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5734 eval-after-load in Emacs <=21 and a workaround. Document that
5735 trigraphs are not supported.
5736
5737 2007-01-01 Alan Mackenzie <acm@muc.de>
5738
5739 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5740 c-context-line-break. When invoked within a string, preserve
5741 whitespace. Add a backslash only when also in a macro.
5742
5743 2007-01-01 Alan Mackenzie <acm@muc.de>
5744
5745 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5746
5747 2007-01-01 Alan Mackenzie <acm@muc.de>
5748
5749 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5750 are now bound by default to c-\(beginning\|end\)-of-defun by default.
5751
5752 2007-01-01 Alan Mackenzie <acm@muc.de>
5753
5754 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5755 "Choosing a Style".
5756
5757 * cc-mode.texi ("Styles"): Add @dfn{style}.
5758
5759 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5760
5761 Sync with Tramp 2.0.55.
5762
5763 * trampver.texi: Update release number.
5764
5765 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
5766
5767 * gnus.texi (Customizing Articles): Add index entries for all
5768 gnus-treat-* variables.
5769
5770 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
5771
5772 * gnus.texi (IMAP): Fix incorrect explanation of
5773 nnimap-search-uids-not-since-is-evil in documentation for
5774 nnimap-expunge-search-string.
5775
5776 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
5777
5778 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5779 spam-ifile-database.
5780
5781 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5782
5783 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5784 rebind C-s.
5785
5786 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
5787
5788 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5789 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5790 "expiring mail".
5791 (IMAP): Document nnimap-search-uids-not-since-is-evil and
5792 nnimap-nov-is-evil.
5793
5794 2006-12-25 Kevin Ryde <user42@zip.com.au>
5795
5796 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5797 about the key procedure being used heavily.
5798
5799 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5802 to t.
5803 (Prerequisites): Add explanation about gpg-agent.
5804
5805 2006-12-22 Kevin Ryde <user42@zip.com.au>
5806
5807 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5808 "sort" instead of "sort*".
5809
5810 2006-12-19 Richard Stallman <rms@gnu.org>
5811
5812 * calc.texi (History and Acknowledgements): Recognize that Emacs
5813 now does have floating point.
5814
5815 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5816
5817 * tramp.texi (External transfer methods): Describe new method `scpc'.
5818
5819 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
5820
5821 * pgg.texi: Added short note on gpg-agent to the introduction.
5822
5823 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5824
5825 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5826 also applies to Cc.
5827
5828 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5829
5830 * gnus.texi (X-Face): Clarify. Say which programs are required
5831 on Windows.
5832
5833 2006-12-08 Michael Olson <mwolson@gnu.org>
5834
5835 * erc.texi (Modules): Remove documentation for list module.
5836
5837 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
5838
5839 * faq.texi (^M in the shell buffer): Ditto.
5840
5841 2006-11-20 Michael Olson <mwolson@gnu.org>
5842
5843 * erc.texi: Call this the 5.2 stable pre-release of ERC.
5844
5845 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5846
5847 * org.texi: Fix typos.
5848 (Agenda commands): Document `C-k'.
5849
5850 2006-11-16 Eli Zaretskii <eliz@gnu.org>
5851
5852 * url.texi (http/https): Fix a typo in the HTTP URL.
5853
5854 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5855
5856 * ada-mode.texi: Total rewrite.
5857
5858 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5859
5860 * org.texi: Minor typo fixes.
5861
5862 2006-11-13 Bill Wohler <wohler@newt.com>
5863
5864 Release MH-E manual version 8.0.3.
5865
5866 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5867 release 8.0.3.
5868
5869 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5870 to set MAILDIR.
5871 (Reading Mail): Document the customization of read-mail-command
5872 for MH-E.
5873 (Viewing Attachments): Document mm-discouraged-alternatives.
5874 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5875 (Junk): Add more information about the settings of mh-junk-background
5876 in a program. Add /usr/bin/mh to PATH in examples.
5877
5878 2006-11-12 Richard Stallman <rms@gnu.org>
5879
5880 * woman.texi: Update author address but say he no longer maintains it.
5881
5882 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5883
5884 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5885 archived trees.
5886 (Checkboxes): Section moved to chapter 5, and extended.
5887 (The date/time prompt): New section.
5888 (Link abbreviations): New section.
5889 (Presentation and sorting): New section.
5890 (Custom agenda views): Section completely rewritten.
5891 (Summary): Compare with Planner.
5892 (Feedback): More info about creating backtraces.
5893 (Plain lists): Modified example.
5894 (Breaking down tasks): New section.
5895 (Custom time format): New section.
5896 (Time stamps): Document inactive timestamps.
5897 (Setting tags): More details about fast tag selection.
5898 (Block agenda): New section.
5899 (Custom agenda views): Section rewritten.
5900 (Block agenda): New section.
5901
5902 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * tramp.texi (Configuration): scp is the default method.
5905 (Default Method): Use ssh as example for another method.
5906
5907 2006-10-27 Richard Stallman <rms@gnu.org>
5908
5909 * woman.texi: Downcase nroff/troff/roff.
5910 (Installation): Chapter deleted. Some xrefs deleted.
5911 (Background): woman doesn't advise man ;-).
5912
5913 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
5914
5915 * ada-mode.texi (Project files, Identifier completion)
5916 (Automatic Casing, Debugging, Using non-standard file names)
5917 (Working Remotely): Fix typos.
5918
5919 2006-10-20 Masatake YAMATO <jet@gyve.org>
5920
5921 * cc-mode.texi (Sample .emacs File): Add missing `)' in
5922 sample code `my-c-initialization-hook'.
5923
5924 2006-10-19 Stuart D. Herring <herring@lanl.gov>
5925
5926 * widget.texi: Fix typos.
5927
5928 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
5929
5930 * tramp.texi (Frequently Asked Questions): Remove questions marked with
5931 "???". There have been no complaints for years, so the information
5932 must be appropriate.
5933
5934 2006-10-16 Richard Stallman <rms@gnu.org>
5935
5936 * widget.texi: Use @var instead of capitalization.
5937 Clarify many widget type descriptions.
5938
5939 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5940
5941 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
5942 gnus-dired-attach.
5943 (Selecting a Group): Fix typo.
5944
5945 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
5946
5947 * widget.texi: Fix typos.
5948
5949 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
5950
5951 * gnus.texi (Image Enhancements): Update for Emacs 22.
5952
5953 * gnus-faq.texi ([1.3]): Update.
5954
5955 2006-10-06 Richard Stallman <rms@gnu.org>
5956
5957 * faq.texi (Displaying the current line or column):
5958 Delete "As of Emacs 20".
5959
5960 2006-10-06 Romain Francoise <romain@orebokech.com>
5961
5962 * faq.texi (VM): VM works with Emacs 22 too.
5963
5964 2006-10-06 Richard Stallman <rms@gnu.org>
5965
5966 * ebrowse.texi: Remove Emacs version "21" from title.
5967
5968 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
5969
5970 * gnus.texi (Foreign Groups): Say where change of editing commands are
5971 stored. Add reference to `gnus-parameters'.
5972
5973 2006-09-15 Jay Belanger <belanger@truman.edu>
5974
5975 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5976 Change "Library Public License" to "Lesser Public License"
5977 throughout. Use "yyyy" to represent year.
5978
5979 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
5980
5981 * org.texi (Setting tags): Typo fix.
5982
5983 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
5984
5985 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5986
5987 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
5988
5989 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5990
5991 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5992
5993 * faq.texi (Escape sequences in shell output): EMACS is now set
5994 to Emacs's absolute file name, not to "t".
5995 (^M in the shell buffer): Likewise.
5996 * misc.texi (Interactive Shell): Likewise.
5997
5998 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5999
6000 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6001 mails with pop3-leave-mail-on-server. Fix wording.
6002 (Limiting): Improve gnus-summary-limit-to-articles.
6003 (X-Face): Fix typo.
6004
6005 2006-09-11 Simon Josefsson <jas@extundo.com>
6006
6007 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6008 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6009
6010 2006-09-06 Simon Josefsson <jas@extundo.com>
6011
6012 * smtpmail.texi (Authentication): Mention SSL.
6013
6014 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6015
6016 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6017 Don't use @indicateurl.
6018
6019 * cc-mode.texi (Subword Movement): Don't use @headitem.
6020 (Custom Braces, Clean-ups): Don't use @tie.
6021
6022 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6023
6024 Sync with Tramp 2.0.54.
6025
6026 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6027 Suggested by Adrian Phillips <a.phillips@met.no>.
6028
6029 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6030
6031 * org.texi (Installation, Activation): Split from Installation and
6032 Activation.
6033 (Clocking work time): Documented new features.
6034
6035 2006-08-13 Alex Schroeder <alex@gnu.org>
6036
6037 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6038 example.
6039
6040 2006-08-12 Eli Zaretskii <eliz@gnu.org>
6041
6042 * faq.texi (How to add fonts): New node.
6043
6044 2006-08-05 Romain Francoise <romain@orebokech.com>
6045
6046 * faq.texi (New in Emacs 22): Expand.
6047
6048 2006-08-03 Michael Olson <mwolson@gnu.org>
6049
6050 * erc.texi: Update for ERC 5.1.4.
6051
6052 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6053
6054 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6055 in .../site-lisp/gnus/ by default.
6056 [ From gnus-news.texi in the trunk. ]
6057
6058 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * gnus.texi (MIME Commands): Additions for yEnc.
6061
6062 2006-07-24 Richard Stallman <rms@gnu.org>
6063
6064 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6065 * faq.texi: Move periods and commas inside quotes.
6066
6067 2006-07-20 Jay Belanger <belanger@truman.edu>
6068
6069 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6070
6071 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * faq.texi (Security risks with Emacs): Document Emacs 22
6074 file-local-variable mechanism.
6075
6076 2006-07-12 Michael Olson <mwolson@gnu.org>
6077
6078 * erc.texi: Update for ERC 5.1.3.
6079
6080 2006-07-12 Alex Schroeder <alex@gnu.org>
6081
6082 * rcirc.texi: Fix typos.
6083 (Getting started with rcirc): New calling convention for M-x irc.
6084 Mention #rcirc. Removed channel tracking.
6085 (Configuration): Change the names of all variables that got changed
6086 recently, eg. rcirc-server to rcirc-default-server. Added
6087 documentation for rcirc-authinfo, some background for Bitlbee, and
6088 rcirc-track-minor-mode.
6089 (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6090 Scrolling.
6091 (Reconnecting after you have lost the connection): Fix example code
6092 to match code changes.
6093
6094 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6095
6096 * gnus.texi, message.texi: Fix typos.
6097
6098 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
6099
6100 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6101 commands.
6102 (Global TODO list): Document the use of the variables
6103 `org-agenda-todo-ignore-scheduled' and
6104 `org-agenda-todo-list-sublevels'.
6105
6106 2006-07-05 Richard Stallman <rms@gnu.org>
6107
6108 * faq.texi (Scrolling only one line): Fix xref.
6109
6110 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6111
6112 * faq.texi (Evaluating Emacs Lisp code):
6113 Throughout, replace eval-current-buffer with eval-buffer.
6114
6115 2006-07-03 Richard Stallman <rms@gnu.org>
6116
6117 * rcirc.texi (Scrolling conservatively): Fix xref.
6118
6119 * pcl-cvs.texi (Viewing differences): Usage fix.
6120
6121 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
6122
6123 * org.texi (Agenda commands): Document `s' key to save all org-mode
6124 buffers.
6125
6126 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
6127
6128 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6129 names. Mention `cvs-msg' face.
6130
6131 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
6132
6133 * org.texi (Checkboxes): New section.
6134
6135 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6136
6137 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6138 throughout this chapter.
6139
6140 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6143 text for standalone vs Emacs info.
6144 (Help): Clarify header line description. Use mouse-1 for clicks.
6145 (Help-P): Use mouse-1 for clicks.
6146 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6147 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6148 (Choose menu subtopic): Remove gratuitous Emacs command names.
6149 (Help-FOO): Put usual behavior first.
6150 (Help-Xref): Clicking on xrefs works in Emacs.
6151 (Search Text): Clarify what the default behavior is.
6152 (Create Info buffer): Fix Emacs window/X window confusion.
6153 (Emacs Info Variables): Fix for new Emacs init file behavior.
6154
6155 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6156
6157 * gnus.texi (Summary Buffer Lines): Fix typo.
6158
6159 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6160
6161 * org.texi (Embedded LaTeX): New chapter.
6162 (Archiving): Section rewritten.
6163 (Enhancing text): Some parts moved to the new chapter about LaTeX.
6164
6165 2006-06-20 Bill Wohler <wohler@newt.com>
6166
6167 Release MH-E manual version 8.0.1.
6168
6169 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6170 release 8.0.1.
6171 (Preface): Depend on GNU mailutils 1.0 and higher.
6172
6173 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * message.texi (News Headers): Update message-syntax-checks section.
6176
6177 2006-06-19 Karl Berry <karl@gnu.org>
6178
6179 * info.texi (Advanced): Mention C-q, especially with ?.
6180
6181 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6182
6183 * org.texi (Publishing links): Document the `:link-validation-function'
6184 property.
6185 (Extensions and Hacking): New chapter, includes some sections of the
6186 "Miscellaneous" chapter.
6187
6188 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6189
6190 * org.texi (Progress logging): New section.
6191
6192 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6193
6194 * org.texi (ASCII export): Document indentation adaptation.
6195 (Setting tags): Document mutually-exclusive tags.
6196
6197 2006-06-05 Romain Francoise <romain@orebokech.com>
6198
6199 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6200 Fix typo.
6201
6202 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6203 channel (#gnus@irc.freenode.net).
6204 Fix typos. Update copyright notice.
6205
6206 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6207 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6208 (Line-Up Functions, Custom Macros):
6209 * ediff.texi (Window and Frame Configuration)
6210 (Highlighting Difference Regions):
6211 * emacs-mime.texi (Display Customization):
6212 * erc.texi (History):
6213 * eshell.texi (Known problems):
6214 * eudc.texi (Overview, BBDB):
6215 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6216 (The problem of spam, SpamOracle, Extending the Spam package)
6217 (Conformity, Terminology):
6218 * idlwave.texi (Routine Info)
6219 (Class and Keyword Inheritance, Padding Operators)
6220 (Breakpoints and Stepping, Electric Debug Mode)
6221 (Examining Variables, Troubleshooting):
6222 * org.texi (Creating timestamps):
6223 * reftex.texi (Commands, Options, Changes):
6224 * tramp.texi (Inline methods, Password caching)
6225 (Auto-save and Backup, Issues):
6226 * vip.texi (Files, Commands in Insert Mode):
6227 * viper.texi (Emacs Preliminaries, States in Viper)
6228 (Packages that Change Keymaps, Viper Specials, Groundwork):
6229 Fix various typos.
6230
6231 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
6232
6233 * ediff.texi: Fix typos.
6234
6235 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6236
6237 * org.texi: Small typo fixes.
6238
6239 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * viper.texi (Viper Specials):
6242 * gnus.texi (Example Setup):
6243 * faq.texi (Backspace invokes help):
6244 * dired-x.texi (Optional Installation Dired Jump):
6245 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6246 follow coding conventions.
6247
6248 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6251
6252 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6253
6254 * pcl-cvs.texi: Fix typos.
6255 (Customization): Say "us".
6256
6257 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6258
6259 * org.texi: Remove bogus @setfilename.
6260
6261 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6262
6263 * org.texi (ASCII export): Omit command name.
6264 (HTML export): Add prefix to all lines in Local Variable example.
6265 (Acknowledgments): Typeset names in italics.
6266
6267 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6268
6269 * org.texi (Plain lists): Add new item navigation commands.
6270 (External links): Document elisp and info links.
6271 (Custom searches): New section.
6272 (Publishing): New chapter.
6273 (HTML export): Include a list of supported CSS classes.
6274 (Setting tags): Describe the fast-tag-setting interface.
6275
6276 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
6277
6278 * dired-x.texi: ifinfo -> ifnottex.
6279
6280 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6281
6282 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6283
6284 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6285
6286 * message.texi (Interface): Add tool bar customization.
6287 (MIME): Index and text additions for mml-attach.
6288 (MIME): Describe mml-dnd-protocol-alist and
6289 mml-dnd-attach-options.
6290
6291 * gnus.texi (Oort Gnus): Reorder entries in sections.
6292 Fix some entries.
6293 (Starting Up): Add references to "Emacs for Heathens" and to
6294 "Finding the News". Add user-full-name and user-mail-address.
6295 (Group Buffer Format): Add tool bar customization and update.
6296 (Summary Buffer): Add tool bar customization.
6297 (Posting Styles): Add message-alternative-emails.
6298
6299 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6300
6301 * tramp.texi (Filename completion): Improve wording.
6302
6303 2006-05-07 Romain Francoise <romain@orebokech.com>
6304
6305 * faq.texi (Using regular expressions): Fix typo.
6306 (Packages that do not come with Emacs): Fix capitalization.
6307 (Replacing text across multiple files): Expand node to explain how
6308 to use `dired-do-query-replace-regexp' in more detail, based on
6309 suggestion by Eric Hanchrow <offby1@blarg.net>.
6310
6311 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
6312
6313 * tramp.texi (Filename completion): Completion of remote files'
6314 method, user name and host name is active only in partial
6315 completion mode.
6316
6317 2006-05-06 Bill Wohler <wohler@newt.com>
6318
6319 Release MH-E manual version 8.0.
6320
6321 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6322 release 8.0.
6323
6324 2006-05-06 Bill Wohler <wohler@newt.com>
6325
6326 * mh-e.texi (MH-BOOK-HOME): Change from
6327 http://www.ics.uci.edu/~mh/book/mh to
6328 http://rand-mh.sourceforge.net/book/mh.
6329 Replace .htm suffix with .html for MH book files.
6330 (Using This Manual): Update key binding for getting relevant
6331 chapter in Info from command key.
6332 (Ranges): Fix itemx.
6333
6334 2006-05-05 Karl Berry <karl@gnu.org>
6335
6336 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6337 (\fonttextsize): New user-level command to change text font size.
6338
6339 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
6342
6343 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6344
6345 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6346
6347 2006-04-24 Bill Wohler <wohler@newt.com>
6348
6349 * mh-e.texi (Getting Started): Make it more explicit that you need
6350 to install MH. Add pointers to current MH implementations.
6351
6352 2006-04-21 Bill Wohler <wohler@newt.com>
6353
6354 Release MH-E manual version 7.94.
6355
6356 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6357 release 7.94.
6358
6359 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6360
6361 * org.texi: Many small fixes.
6362 (Handling links): Rename from "Managing links".
6363
6364 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6367 (Splitting mail using spam-stat): Fix @xref.
6368
6369 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * gnus.texi (Spam Package): Major revision of the text.
6372 Previously this node was "Filtering Spam Using The Spam ELisp Package".
6373
6374 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6375
6376 * org.texi (Time stamps): Better explanation of the purpose of
6377 different time stamps.
6378 (Structure editing, Plain lists): More details on how new items
6379 and headings are inserted.
6380
6381 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6382
6383 * org.texi (Formula syntax): Fix link to Calc Manual.
6384
6385 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6386
6387 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6388
6389 2006-04-17 Bill Wohler <wohler@newt.com>
6390
6391 * mh-e.texi (Folders): Update mh-before-quit-hook and
6392 mh-quit-hook example with code that removes the buffers rather
6393 than just bury them.
6394
6395 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6396
6397 Sync with Tramp 2.0.53.
6398
6399 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6400
6401 * org.texi (Updating settings): New section.
6402 (Visibility cycling): Better names for the startup folding
6403 options.
6404 (Exporting): Completely restructured.
6405 (The very busy C-c C-c key): New section.
6406 (Summary of in-buffer settings): New section.
6407
6408 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6409
6410 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6411
6412 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
6413
6414 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6415 (Server Commands): Key `v' is reserved for users.
6416
6417 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6418
6419 * org.texi (Link format): New section, emphasis on bracket links.
6420 (External links): Document bracket links.
6421 (FAQ): Expand to cover shell links and the new link format.
6422
6423 2006-04-09 Kevin Ryde <user42@zip.com.au>
6424
6425 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6426
6427 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6428
6429 * gnus.texi (Summary Buffer Lines): Add `*'.
6430
6431 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
6432
6433 * gnus.texi (Group Parameters):
6434 Mention gnus-permanently-visible-groups.
6435
6436 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * gnus.texi (Face): Fix typo.
6439
6440 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
6441
6442 * gnus.texi (X-Face): Clarify.
6443 (Face): Need Emacs with PNG support.
6444
6445 2006-04-06 Richard Stallman <rms@gnu.org>
6446
6447 * idlwave.texi: Delete the blocks "not suitable for inclusion with
6448 Emacs".
6449
6450 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6451
6452 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6453 blocks not suitable for inclusion with Emacs using variable
6454 PARTOFEMACS.
6455
6456 2006-04-04 Simon Josefsson <jas@extundo.com>
6457
6458 * gnus.texi (Security): Improve.
6459
6460 2006-04-02 Bill Wohler <wohler@newt.com>
6461
6462 * mh-e.texi (Getting Started, Junk, Bug Reports)
6463 (MH FAQ and Support): Fix URLs.
6464
6465 2006-03-31 Romain Francoise <romain@orebokech.com>
6466
6467 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6468 to t, not nil (and has for the past eight years).
6469
6470 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6471
6472 * message.texi, gnus.texi: Bump version to 5.11.
6473
6474 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * gnus.texi (Top): Add comment about version line.
6477
6478 * message.texi (Top): Ditto. Change to take named versions into
6479 account.
6480
6481 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6482
6483 * gnus.texi (Posting Styles): Add x-face-file to example.
6484 (X-Face): Refer to posting styles.
6485
6486 * gnus-faq.texi ([5.8]): Add x-face-file.
6487 ([8.4]): Add links to gmane.emacs.gnus.user and
6488 gmane.emacs.gnus.general.
6489
6490 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6491
6492 * gnus-faq.texi: Use .invalid.
6493 ([5.4]): Fix gnus-posting-styles example.
6494
6495 2006-03-27 Romain Francoise <romain@orebokech.com>
6496
6497 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
6498 Emacs/W3 needs a new maintainer.
6499 (Ispell): Update author and version info.
6500 (Mailcrypt): Mention PGG.
6501 (New in Emacs 22): Add PGG to the list of new packages.
6502 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6503 updating dead URLs.
6504
6505 2006-03-25 Karl Berry <karl@gnu.org>
6506
6507 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6508 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6509 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6510 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6511 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6512 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6513 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6514 (2) do not indent copyright year list (or anything else).
6515
6516 2006-03-21 Bill Wohler <wohler@newt.com>
6517
6518 * mh-e.texi (Folders): Various edits.
6519
6520 2006-03-20 Romain Francoise <romain@orebokech.com>
6521
6522 * gnus.texi (Mail Folders): Grammar fix.
6523
6524 2006-03-19 Bill Wohler <wohler@newt.com>
6525
6526 * mh-e.texi (Replying): Document Mail-Followup-To.
6527 Change manually-formatted table to multitable. Add debugging info.
6528 Move description of mh-reply-default-reply-to into paragraph
6529 that describes its values.
6530
6531 2006-03-17 Bill Wohler <wohler@newt.com>
6532
6533 * mh-e.texi: Use smallexample and smalllisp consistently.
6534 (Sending Mail Tour): Update method of entering
6535 addresses and subject.
6536 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6537 (Adding Attachments, Searching): Update screenshots for Emacs 22.
6538
6539 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6540
6541 * org.texi: Version number change only.
6542
6543 2006-03-14 Bill Wohler <wohler@newt.com>
6544
6545 * mh-e.texi: Add index entries around each paragraph rather than
6546 depend on entries from beginning of node. Doing so ensures that
6547 index entries are less likely to be forgotten if text is cut and
6548 pasted, and are necessary anyway if the references are on a
6549 separate page. It seems that makeinfo is now (v. 4.8) only
6550 producing one index entry per node, so there is no longer any
6551 excuse not to. Use subheading instead of heading. The incorrect
6552 use of heading produced very large fonts in Info--as large as the
6553 main heading.
6554 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6555 versions 6 and 7 appeared *around* the time of these Emacs releases.
6556
6557 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6558
6559 * org.texi (Clean view): Document new startup options.
6560
6561 2006-03-11 Bill Wohler <wohler@newt.com>
6562
6563 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6564 (Composing, Scan Line Formats): Fix @refs.
6565 (Getting Started): Define MH profile and MH profile components.
6566 (Incorporating Mail, Reading Mail, Viewing, Printing)
6567 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6568 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6569 for string constants.
6570 (Tool Bar): Remove spurious quote.
6571 (Junk): Use ``...'' instead of "...".
6572 (Scan Line Formats): Replace @samp with @kbd.
6573
6574 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6575
6576 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6577
6578 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6581 easy to understand.
6582
6583 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
6584
6585 * gnus.texi: Markup fix.
6586 (Fancy Mail Splitting): Specify new feature.
6587
6588 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6589
6590 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6591 partial-words matching.
6592
6593 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6594
6595 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6596
6597 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6598 (MIME Commands): Fix mm-discouraged-alternatives.
6599
6600 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6601
6602 * org.texi: Version number change only.
6603
6604 2006-03-06 Bill Wohler <wohler@newt.com>
6605
6606 * mh-e.texi: Move from SourceForge repository to Savannah.
6607 This is version 7.93, which is a total rewrite from the previous
6608 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6609 version 7.93.
6610
6611 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6612
6613 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6614
6615 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6616
6617 * org.texi (Interaction): Add item about `org-mouse.el' by
6618 Piotr Zielinski.
6619 (Managing links): Document that also mouse-1 can be used to
6620 activate a link.
6621 (Headlines, FAQ): Add entry about hiding leading stars.
6622 (Miscellaneous): Resort the sections in this chapter to a more
6623 logical sequence.
6624
6625 2006-02-27 Simon Josefsson <jas@extundo.com>
6626
6627 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
6628 2004-01-27 from the trunk).
6629
6630 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6631
6632 * cc-mode.texi: Rename c-hungry-backspace to
6633 c-hungry-delete-backwards, at the request of RMS. Leave the old
6634 name as an alias.
6635
6636 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6637
6638 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6639 include the function header within the defun.
6640
6641 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6642
6643 * cc-mode.texi: Correct two typos.
6644
6645 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6646
6647 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6648 existing comment.
6649 (Electric Keys): Add a justification for electric indentation.
6650 (Hungry WS Deletion): Clear up the names and complications of the
6651 BACKSPACE and DELETE keys.
6652
6653 2006-02-23 Juri Linkov <juri@jurta.org>
6654
6655 * faq.texi (Common requests): Move `Turning on auto-fill by
6656 default' after `Wrapping words automatically'. Move `Working with
6657 unprintable characters' before `Searching for/replacing newlines'.
6658 Move `Replacing highlighted text' after `Highlighting a region'.
6659 Merge `Repeating commands' and `Repeating a command as many times
6660 as possible' into the former.
6661 (Packages that do not come with Emacs): Add refs to Gmane and
6662 etc/MORE.STUFF.
6663
6664 2006-02-23 Juri Linkov <juri@jurta.org>
6665
6666 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6667 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6668 Add xref to `(emacs)Reporting Bugs'.
6669 (Getting a printed manual): Add URL to other formats of the manual.
6670 (Common requests): Fix menu.
6671 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6672 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6673 (Inserting text at the beginning of each line): Add pxref to
6674 `Changing the included text prefix'.
6675 (Forcing the cursor to remain in the same column): Mention `track-eol'
6676 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
6677 (Replacing text across multiple files): Add keybinding `Q' for
6678 `dired-do-query-replace'.
6679
6680 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * reftex.texi: Version number and date change only.
6683
6684 * org.texi (Internal Links): Rewrite to cover the modified
6685 linking system.
6686
6687 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6688
6689 * faq.texi: Remove the coding cookie, it's not needed anymore.
6690
6691 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6692
6693 * faq.texi (Colors on a TTY): Mention Mac OS port.
6694
6695 2006-02-12 Karl Berry <karl@gnu.org>
6696
6697 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6698 8-bit accented a.
6699
6700 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6703
6704 2006-02-08 Romain Francoise <romain@orebokech.com>
6705
6706 * faq.texi (Top): Remove paragraph about the FAQ being a
6707 transitional document, etc.
6708 (Searching for/replacing newlines): New node.
6709 (Yanking text in isearch): New node.
6710 (Inserting text at the beginning of each line): Rename and make
6711 more general, mention `M-;' in Message mode.
6712
6713 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * faq.texi (Meta key does not work in xterm)
6716 (Emacs does not display 8-bit characters)
6717 (Inputting eight-bit characters): Update xrefs.
6718
6719 2006-02-06 Romain Francoise <romain@orebokech.com>
6720
6721 * faq.texi (VM): VM now at version 7.19.
6722 Set myself as maintainer of this file.
6723
6724 2006-02-04 Michael Olson <mwolson@gnu.org>
6725
6726 * erc.texi (History): Note that ERC is now included with Emacs.
6727
6728 2006-01-31 Romain Francoise <romain@orebokech.com>
6729
6730 * message.texi (Message Headers): Explain what
6731 `message-alternative-emails' does in more detail.
6732 Update copyright year.
6733
6734 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6737
6738 2006-01-29 Richard M. Stallman <rms@gnu.org>
6739
6740 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6741
6742 2006-01-29 Michael Olson <mwolson@gnu.org>
6743
6744 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6745
6746 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6747
6748 * faq.texi (New in Emacs 22): Mention ERC.
6749
6750 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * rcirc.texi: Capitalize dir entry for consistency with the entry
6753 in info/dir and other entries in the Emacs category.
6754 Fix typos. Delete trailing whitespace.
6755
6756 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
6757
6758 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6759
6760 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6761
6762 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6763 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6764
6765 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6766 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6767
6768 2006-01-27 Alex Schroeder <alex@gnu.org>
6769
6770 * rcirc.texi: New file.
6771
6772 2006-01-23 Juri Linkov <juri@jurta.org>
6773
6774 * widget.texi (User Interface): Add S-TAB for widget-backward.
6775
6776 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6777
6778 Sync with Tramp 2.0.52.
6779
6780 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6781 Add Tramp disabling item. New item for common connection problems.
6782 (various): Apply "ftp" as method for the download URL.
6783 (Bug Reports): Refer to FAQ for common problems.
6784
6785 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6786
6787 * widget.texi (User Interface): Use @key for TAB.
6788
6789 * ses.texi (Formulas, Printer functions): Use @key for TAB.
6790
6791 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6792 for TAB.
6793
6794 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6795
6796 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * gnus.texi: Update copyright.
6799
6800 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6801
6802 * gnus.texi (Article Washing): Additions.
6803
6804 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6805
6806 * org.texi (Agenda commands): Document tags command.
6807
6808 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6809
6810 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6811
6812 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6813
6814 * gnus.texi (RSS): Addition.
6815
6816 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6817
6818 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6819
6820 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6821
6822 * emacs-mime.texi (Display Customization): Add setting example to
6823 mm-discouraged-alternatives.
6824
6825 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6828 version is the canonical version.
6829
6830 2006-01-08 Alex Schroeder <alex@gnu.org>
6831
6832 * pgg.texi (Caching passphrase): Rewording.
6833
6834 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6835
6836 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6837 repository URL.
6838
6839 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
6840
6841 * org.texi: Removed the accidentally re-added empty line in the
6842 direntry.
6843
6844 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6845
6846 * org.texi (Agenda Views): Chapter reorganized.
6847
6848 2005-12-29 Romain Francoise <romain@orebokech.com>
6849
6850 * faq.texi (Using Customize): New node.
6851
6852 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * org.texi: Remove blank line in @direntry. It is non-standard
6855 and recursively produces blank lines all over the dir file (when
6856 using Texinfo 4.8).
6857
6858 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6859
6860 * widget.texi (atoms): Delete obsolete remark about `file' widget.
6861
6862 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6863
6864 * org.texi (Tags): Boolean logic documented.
6865 (Agenda Views): Document custom commands.
6866
6867 2005-12-20 David Kastrup <dak@gnu.org>
6868
6869 * faq.texi (AUCTeX): Update version and mailing list info.
6870
6871 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * gnus.texi (MIME Commands): Mention addition of
6874 multipart/alternative to gnus-buttonized-mime-types and add xref
6875 to mm-discouraged-alternatives.
6876
6877 * emacs-mime.texi (Display Customization): Mention addition of
6878 "image/.*" and add xref to gnus-buttonized-mime-types in the
6879 mm-discouraged-alternatives section.
6880
6881 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6882
6883 * org.texi (Tags): New section.
6884 (Agenda Views): Chapter reorganized.
6885
6886 2005-12-16 Eli Zaretskii <eliz@gnu.org>
6887
6888 * org.texi (Internal Links): Add a missing comma after an @xref.
6889
6890 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * faq.texi (Filling paragraphs with a single space): No need to
6893 change sentence-end now.
6894
6895 2005-12-13 Romain Francoise <romain@orebokech.com>
6896
6897 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6898
6899 2005-12-12 Jay Belanger <belanger@truman.edu>
6900
6901 * faq.texi (Calc): Update version number.
6902
6903 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6904
6905 * org.texi (Progress Logging): New section.
6906
6907 2005-12-10 Romain Francoise <romain@orebokech.com>
6908
6909 Update the Emacs FAQ for the 22.1 release.
6910
6911 * faq.texi: Set VER to `22.1'.
6912 (Basic editing): Explain how to use localized versions of the
6913 Tutorial. Mention that `C-h r' displays the manual.
6914 Delete obsolete WWW link to an Emacs 18 tutorial.
6915 (Getting a printed manual): Point to the new locations of the
6916 manuals on the GNU Web site.
6917 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6918 available via Info (it was previously distributed separately).
6919 (Installing Texinfo documentation): The latest version of Texinfo
6920 is 4.8, not 4.0.
6921 (Informational files for Emacs): COPYING is the GNU General Public
6922 License, not the Emacs General Public License.
6923 (Informational files for Emacs): Delete obsolete link to the
6924 GNUinfo pages as they have been removed from the GNU Web site.
6925 (New in Emacs 22): New node.
6926 (Setting up a customization file): Say that most packages support
6927 Customize nowadays.
6928 (Colors on a TTY): Delete reference to instructions on how to
6929 enable syntax highlighting, it is now enabled by default.
6930 (Turning on abbrevs by default): Emacs now reads the abbrevs file
6931 at startup automatically.
6932 (Controlling case sensitivity): Mention `M-c' in isearch.
6933 (Using an already running Emacs process): Emacs now creates the
6934 socket in `/tmp/emacsUID'. Fix typos. Change default location of
6935 gnuserv. As emacsclient can now run Lisp code as well, delete a
6936 sentence praising gnuserv for that. Simplify description of how
6937 the client/server operation works.
6938 (Compiler error messages): Delete obsolete text (compile.el has
6939 been rewritten).
6940 (Indenting switch statements): Fix typo.
6941 (Matching parentheses): Simplify setup instructions, mention the
6942 menu bar item in the Options menu.
6943 (Repeating a command as many times as possible): Mention `C-x e'.
6944 (Going to a line by number): Mention new keymap and bindings
6945 `M-g M-g', `M-g M-p' and `M-g M-n'.
6946 (Turning on syntax highlighting): Now on by default. Simplify.
6947 (Replacing highlighted text): Use `1', not `t'.
6948 (Problems with very large files): The maximum size is now 256MB on
6949 32-bit machines.
6950 (^M in the shell buffer): Mention `comint-process-echoes'.
6951 (Emacs for Apple computers): Emacs 22 has native support for Mac
6952 OS X.
6953 (Translating names to IP addresses): Delete node.
6954 (Binding keys to commands): Fix typo.
6955 (SPC no longer completes file names): New node.
6956 (MIME with Emacs mail packages): Delete section about the Emacs
6957 MIME FAQ (it's not reachable anymore).
6958
6959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6960
6961 * cc-mode.texi: The manual has been extensively revised: the
6962 information about using CC Mode has been separated from the larger
6963 and more difficult chapters about configuration. It has been
6964 updated for CC Mode 5.31.
6965
6966 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * pgg.texi (User Commands): Fix description of pgg-verify-region.
6969 (Selecting an implementation): Fix descriptions.
6970
6971 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * message.texi (Various Message Variables): Addition.
6974
6975 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6976
6977 * message.texi: Fix default values.
6978
6979 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6980
6981 * message.texi (Header Commands): Clarify descriptions of
6982 message-cross-post-followup-to, message-reduce-to-to-cc, and
6983 message-insert-wide-reply.
6984 (Various Commands): Fix kindex for message-kill-to-signature;
6985 clarify description of message-tab.
6986
6987 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * message.texi (Mailing Lists): Fix description about MFT.
6990
6991 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6992
6993 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * gnus.texi (Slow Terminal Connection): Replace old description
6996 with new one.
6997
6998 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
6999
7000 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7001 replace X-Draft-Headers with X-Draft-From.
7002
7003 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * gnus.texi (Various Various): Fix the default value of
7006 nnheader-max-head-length.
7007 (Gnus Versions): Fix typo.
7008
7009 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7010
7011 * org.texi (Structure editing): Document new functionality of
7012 M-RET.
7013
7014 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
7015
7016 * org.texi (Internal Links): Fix Texinfo usage.
7017
7018 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7019
7020 * org.texi (TODO basics): Document the global todo list.
7021 (TODO items): Documents sparse tree for specific TODO
7022 keywords.
7023
7024 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
7025
7026 * org.texi (Plain Lists): Typos fixed.
7027
7028 2005-11-28 Jay Belanger <belanger@truman.edu>
7029
7030 * calc.texi: Change references of `M-#' to `C-x *' prefix.
7031
7032 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7033
7034 * org.texi (Structure editing): New item moving commands added.
7035 (Plain Lists): New section.
7036
7037 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7038
7039 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7040 (Agenda): Document commands `org-cycle-agenda-files' and
7041 `org-agenda-file-to-front'.
7042 (Built-in table editor): Document `org-table-sort-lines'.
7043 (HTML formatting): Export of hand-formatted lists.
7044
7045 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7046
7047 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7048 new variable gnus-toolbar-thickness.
7049
7050 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
7051
7052 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7053
7054 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * gnus.texi (X-Face): Fix description.
7057 (XVarious): Remove gnus-xmas-logo-color-alist and
7058 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7059
7060 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus.texi (Group Parameters): Mention new variable
7063 gnus-parameters-case-fold-search.
7064 (Home Score File): Addition.
7065
7066 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7067
7068 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
7069 (Overview): List supported feed types.
7070 (Installation): No installation necessary when using autoload.
7071 (Configuration): Rename "RSS" to "news".
7072
7073 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7074
7075 * pgg.texi (User Commands): Document additional passphrase
7076 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7077 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7078
7079 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7080
7081 * org.texi: Version number changed to 3.19.
7082
7083 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
7084
7085 * pgg.texi (How to use): Update the example to add autoload of
7086 pgg-encrypt-symmetric-region.
7087 (User Commands): Document pgg-encrypt-symmetric-region.
7088 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7089
7090 2005-10-27 Jay Belanger <belanger@truman.edu>
7091
7092 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7093 mention other TeX-related units.
7094
7095 2005-10-23 Lars Hansen <larsh@soem.dk>
7096
7097 * dired-x.texi (Miscellaneous Commands):
7098 Replace dired-do-relative-symlink by dired-do-relsymlink and
7099 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7100
7101 2005-10-23 Jay Belanger <belanger@truman.edu>
7102
7103 * calc.texi (Predefined Units): Use `alpha' for the fine structure
7104 constant.
7105
7106 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7107
7108 * faq.texi (Bugs and problems):
7109 Replace `dired-move-to-filename-regexp' by
7110 `directory-listing-before-filename-regexp'.
7111
7112 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7113
7114 * newsticker.texi (UPDATED): Set value.
7115
7116 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
7117
7118 * gnus.texi (Document Groups): Remove duplicate item.
7119
7120 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7121
7122 * org.texi (Summary): Mention iCalendar support.
7123 (Exporting): Document iCalendar support.
7124
7125 2005-10-18 Romain Francoise <romain@orebokech.com>
7126
7127 * viper.texi (Viper Specials): Capitalize GNU.
7128
7129 2005-10-17 Juri Linkov <juri@jurta.org>
7130
7131 * info.texi (Getting Started, Search Index, Expert Info):
7132 Fix wording.
7133 (Search Text): Replace `echo area' with `mode line'.
7134 (Search Index): Both `i' and `,' find all index entries.
7135 Replace example `C-f' with `C-l' (which exists in index of Info
7136 manual) and delete spaces in its keyboard input sequence.
7137 Delete unnecessary explanations about literal characters.
7138
7139 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
7140
7141 * gnus.texi (Document Server Internals): Addition.
7142
7143 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * gnus.texi (A note on namespaces): Fix RFC reference.
7146
7147 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7148
7149 * gnus.texi (RSS): Fix key description.
7150
7151 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus.texi: Emacs/w3 -> Emacs/W3.
7154 (Browsing the Web): Fix description.
7155 (Web Searches): Ditto.
7156 (Customizing W3): Ditto.
7157
7158 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7159
7160 * gnus.texi (Maildir): Clarify expire-age and expire-group.
7161
7162 2005-10-11 Jay Belanger <belanger@truman.edu>
7163
7164 * calc.texi (Integration): Mention using `a i' to compute definite
7165 integrals.
7166
7167 2005-10-11 Juri Linkov <juri@jurta.org>
7168
7169 * info.texi: Rearrange nodes.
7170 (Top): Update menu. Change ref `Info for Experts' to
7171 `Advanced Info Commands'.
7172 (Getting Started): Fix description of manual's parts.
7173 (Help-Int): Change xref `Info Search' to `Search Index', and
7174 `Expert Info' to `Advanced'.
7175 (Advanced): Move node one level up.
7176 (Search Text, Search Index): New nodes split out from `Info Search'.
7177 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7178 split out from `Advanced'.
7179 (Advanced, Emacs Info Variables): De-document editing an Info file
7180 in Info.
7181 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7182 (Creating an Info File): Delete node and move its text to
7183 `Expert Info'.
7184
7185 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7186
7187 * org.texi (Workflow states): Documented that change in keywords
7188 becomes active only after restart of Emacs.
7189
7190 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7191
7192 Sync with Tramp 2.0.51.
7193
7194 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * speedbar.texi (Introduction): Describe new location of speedbar
7197 on menubar.
7198 (Basic Key Bindings): Remove descriptions of bindings that have
7199 been removed.
7200
7201 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * speedbar.texi (GDB): Describe use of watch expressions.
7204
7205 2005-09-28 Simon Josefsson <jas@extundo.com>
7206
7207 * message.texi (IDNA): Fix.
7208
7209 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7212 nntp-server-hook, and nntp-warn-about-losing-connection; fix
7213 description of nntp-open-connection-function.
7214 (Common Variables): Fix descriptions.
7215
7216 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus.texi (Server Buffer Format): Document the %a format spec.
7219
7220 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7223
7224 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
7225
7226 * org.texi Version 3.16.
7227
7228 2005-09-19 Miles Bader <miles@gnu.org>
7229
7230 * newsticker.texi: Get rid of CVS keywords.
7231
7232 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * gnus.texi (Finding the Parent): Fix description of how Gnus
7235 finds article.
7236
7237 2005-09-14 Jari Aalto <jari.aalto@cante.net>
7238
7239 * gnus.texi (Advanced Scoring Examples): New examples to teach how
7240 to drop off non-answered articles.
7241
7242 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7245 braces (which are unsupported by NMAKE) for macro `srcdir'.
7246
7247 2005-09-17 Eli Zaretskii <eliz@gnu.org>
7248
7249 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7250 (../info/newsticker, newsticker.dvi): New targets.
7251
7252 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
7253
7254 * newsticker.texi: Replace @command with @code. Replace @example
7255 with @lisp.
7256 (Top): Add explanations to menu items.
7257 (GNU Free Documentation License): Remove.
7258
7259 2005-09-16 Romain Francoise <romain@orebokech.com>
7260
7261 Update all files to specify GFDL version 1.2.
7262
7263 * doclicense.texi (GNU Free Documentation License): Update to
7264 version 1.2.
7265
7266 2005-09-15 Richard M. Stallman <rms@gnu.org>
7267
7268 * newsticker.texi: Fix @setfilename.
7269
7270 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7271 (../info/newsticker, newsticker.dvi): New targets.
7272
7273 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7274
7275 * org.texi: Version 3.15.
7276
7277 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * ses.texi: Combine all three indices into one.
7280 Correct a few typos.
7281
7282 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7285
7286 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * emacs-mime.texi (Handles): Remove duplicate item.
7289 (Encoding Customization): Fix the default value for
7290 mm-coding-system-priorities.
7291 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7292 (Basic Functions): Fix reference.
7293
7294 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7295
7296 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7297
7298 2005-08-18 Richard M. Stallman <rms@gnu.org>
7299
7300 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7301 and web site.
7302
7303 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7304 not keyboard-translate.
7305
7306 2005-08-11 Richard M. Stallman <rms@gnu.org>
7307
7308 * faq.texi (Using regular expressions): Fix xref.
7309
7310 2005-08-09 Juri Linkov <juri@jurta.org>
7311
7312 * info.texi (Help-P): Replace `Prev' with `Previous'.
7313 (Help-M, Help-Xref): Add S-TAB.
7314 (Help-FOO): Update `u' command.
7315 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7316 Update info about visibility of xref parts.
7317 (Help-Int): Fix `m' command. Rename `Info-last' to
7318 `Info-history-back'. Add `Info-history-forward'.
7319 (Advanced): Fix `g*' and `M-n' commands.
7320 (Info Search): Add `index-apropos' in stand-alone browser.
7321 Add isearch commands.
7322 (Emacs Info Variables): Remove `Info-fontify'.
7323 Add `Info-mode-hook'. Update face names.
7324 Add `Info-fontify-maximum-menu-size',
7325 `Info-fontify-visited-nodes', `Info-isearch-search'.
7326
7327 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7328
7329 Sync with Tramp 2.0.50.
7330
7331 * tramp.texi: Use @option{} consequently for method names.
7332 (Inline methods, External transfer methods): Remove references to
7333 Cygwin.
7334 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7335 implementation.
7336
7337 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
7338
7339 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7340 Mention that gnus-init-file is not read when Emacs is invoked with
7341 --no-init-file or -q.
7342
7343 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
7344
7345 * org.texi: Version 3.14.
7346
7347 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7348
7349 * org.texi: Version 3.13.
7350
7351 2005-07-18 Juri Linkov <juri@jurta.org>
7352
7353 * calc.texi (Time Zones, Logical Operations):
7354 * cl.texi (Overview):
7355 * org.texi (TODO types):
7356 * sc.texi (Emacs 18 MUAs):
7357 * speedbar.texi (Top):
7358 * url.texi (History):
7359 Delete duplicate duplicate words.
7360
7361 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
7362
7363 * cl.texi (Type Predicates): Document `atom' type.
7364
7365 2005-07-04 Lute Kamstra <lute@gnu.org>
7366
7367 Update FSF's address in GPL notices.
7368
7369 * calc.texi (Copying):
7370 * doclicense.texi (GNU Free Documentation License):
7371 * faq.texi (Contacting the FSF):
7372 * mh-e.texi (Copying): Update FSF's address.
7373
7374 2005-07-03 Richard M. Stallman <rms@gnu.org>
7375
7376 * flymake.texi (Example -- Configuring a tool called directly):
7377 Update name of flymake-build-relative-filename.
7378
7379 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7380
7381 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7382
7383 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7384
7385 * org.texi: Version 3.12.
7386
7387 2005-06-24 Eli Zaretskii <eliz@gnu.org>
7388
7389 * makefile.w32-in (MAKEINFO): Use --force.
7390 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7391 Makefile.in.
7392 (gnus.dvi): Use "..." to quote Sed args, so that it works with
7393 more shells.
7394
7395 2005-06-23 Richard M. Stallman <rms@gnu.org>
7396
7397 * speedbar.texi (Creating a display): Texinfo usage fixes.
7398
7399 * tramp.texi (Customizing Completion, Auto-save and Backup):
7400 Texinfo usage fixes.
7401
7402 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * dired-x.texi (Miscellaneous Commands):
7405 * ediff.texi (Miscellaneous):
7406 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7407 (Agent Variables):
7408 * info.texi (Help-Xref):
7409 * message.texi (Message Headers):
7410 * org.texi (Remember):
7411 * reftex.texi (Options (Defining Label Environments)):
7412 (Options (Index Support)):
7413 (Options (Viewing Cross-References)):
7414 (Options (Misc)):
7415 (Changes):
7416 * speedbar.texi (Creating a display):
7417 * tramp.texi (Customizing Completion, Auto-save and Backup):
7418 Texinfo usage fix.
7419
7420 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
7421
7422 * org.texi: Version 3.11.
7423
7424 2005-06-12 Jay Belanger <belanger@truman.edu>
7425
7426 * calc.texi (Getting Started): Remove extra menu item.
7427
7428 2005-05-31 Jay Belanger <belanger@truman.edu>
7429
7430 * calc.texi (Notations Used in This Manual): Use @kbd for key
7431 sequence.
7432 (Demonstration of Calc): Mention another way of starting Calc.
7433 (Starting Calc): Mention long name of M-#.
7434 (Embedded Mode Overview): Remove unnecessary instruction.
7435 (Other M-# commands): Rephrase `M-# 0' explanation.
7436 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7437 reflect current behavior.
7438
7439 2005-05-30 Jay Belanger <belanger@truman.edu>
7440
7441 * calc.texi (Hooks): Change description of calc-window-hook and
7442 calc-trail-window-hook to match usage.
7443 (Computational Functions): Add more constant-generating functions.
7444 (Customizable Variables): Use defvar.
7445
7446 2005-05-28 Jay Belanger <belanger@truman.edu>
7447
7448 * calc.texi (Assignments in Embedded Mode): Fix variable name.
7449 (Basic Embedded Mode): Explain behavior of arguments to
7450 calc-embedded-mode.
7451
7452 2005-05-27 Jay Belanger <belanger@truman.edu>
7453
7454 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7455 current behavior.
7456
7457 2005-05-25 Jay Belanger <belanger@truman.edu>
7458
7459 * calc.texi: Change Calc version number throughout.
7460 (Keypad Mode): Change location in info output.
7461 (Keypad mode overview): Move picture of keypad.
7462
7463 2005-05-21 Jay Belanger <belanger@truman.edu>
7464
7465 * calc.texi (Storing variables): Mention that only most variables
7466 are void to begin with.
7467
7468 2005-05-21 Kevin Ryde <user42@zip.com.au>
7469
7470 * widget.texi (Basic Types): Update cross ref from "Enabling
7471 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7472 lispref/text.texi change.
7473
7474 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7475
7476 * org.texi: Version 3.09.
7477
7478 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7479
7480 * reftex.texi: Version 4.28.
7481
7482 2005-05-16 Jay Belanger <belanger@truman.edu>
7483
7484 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7485
7486 2005-05-14 Jay Belanger <belanger@truman.edu>
7487
7488 * calc.texi (Default Simplifications): Insert missing ! (logical
7489 not operator).
7490
7491 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7492
7493 Sync with Tramp 2.0.49.
7494
7495 2005-05-10 Jay Belanger <belanger@truman.edu>
7496
7497 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7498 to 1.
7499
7500 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
7501
7502 * org.texi: Version 3.08, structure reorganized.
7503
7504 2005-04-24 Richard M. Stallman <rms@gnu.org>
7505
7506 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7507
7508 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
7509
7510 * org.texi: Update to version 3.06.
7511
7512 2005-04-13 Lute Kamstra <lute@gnu.org>
7513
7514 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7515
7516 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
7517
7518 * cl.texi (Porting Common Lisp): Fix typo.
7519
7520 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7521
7522 * gnus.texi (RSS): Addition.
7523
7524 2005-04-04 Jay Belanger <belanger@truman.edu>
7525
7526 * calc.texi: Change Calc version number.
7527 (Customizable variables): Fix description of calc-language-alist.
7528 (Copying): Put in version 2 of GPL.
7529
7530 2005-04-01 Jay Belanger <belanger@truman.edu>
7531
7532 * calc.texi (Troubleshooting Commands): Remove comment about
7533 installation.
7534 (Installation): Remove section.
7535 (Customizable Variables): New section.
7536 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7537 (Graphical Devices): Add references to Customizable Variables.
7538
7539 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * emacs-mime.texi (Display Customization): Markup fixes.
7542 (rfc2047): Update.
7543
7544 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7545
7546 * gnus-faq.texi: Replaced with auto-generated version.
7547
7548 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7549
7550 * dired-x.texi (Multiple Dired Directories): default-directory was
7551 renamed to dired-default-directory.
7552
7553 2005-03-26 Jay Belanger <belanger@truman.edu>
7554
7555 * calc.texi (Simplifying Formulas, Rewrite Rules):
7556 Change description of top and bottom of fraction.
7557 (Modulo Forms): Move description of how to create modulo forms to
7558 earlier in the section.
7559 (Fraction Mode): Suggest using : to get a fraction by dividing.
7560 (Basic Arithmetic): Adjust placement of command name.
7561 (Truncating the Stack): Emphasize that "hidden" entries are still
7562 visible.
7563 (Installation): Move discussion of printing manual to "About This
7564 Manual".
7565 (About This Manual): Mention how to print the manual.
7566 (Reporting Bugs): Remove first person.
7567 (Building Vectors): Add algebraic version of append.
7568 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7569 (Grouping Digits): Fix typo.
7570
7571 2005-03-25 Werner Lemberg <wl@gnu.org>
7572
7573 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7574 Replace `legal' with `valid'.
7575
7576 2005-03-25 Werner Lemberg <wl@gnu.org>
7577
7578 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7579
7580 2005-03-24 Jay Belanger <belanger@truman.edu>
7581
7582 * calc.texi (General Mode Commands)
7583 (Mode Settings in Embedded Mode): Add some explanation of
7584 recording mode settings.
7585
7586 2005-03-24 Richard M. Stallman <rms@gnu.org>
7587
7588 * calc.texi: Remove praise of non-free software.
7589
7590 * idlwave.texi: Don't say where to get IDL or its non-free manual.
7591 (Installation): Node deleted.
7592
7593 2005-03-23 Richard M. Stallman <rms@gnu.org>
7594
7595 * url.texi (HTTP language/coding): Improve last change.
7596
7597 2005-03-22 Jay Belanger <belanger@truman.edu>
7598
7599 * calc.texi (Embedded Mode): Add new information on changing
7600 modes.
7601
7602 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7603
7604 Sync with Tramp 2.0.48.
7605
7606 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7607
7608 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
7609 "GNU/Linux". Change all addresses to .gnu.org.
7610 (Default Method): Offer shortened syntax for "su" and "sudo"
7611 methods.
7612
7613 2005-03-07 Richard M. Stallman <rms@gnu.org>
7614
7615 * url.texi: Fix usage of "e.g.".
7616 (HTTP language/coding): Explain the rules for these strings.
7617
7618 2005-03-06 Richard M. Stallman <rms@gnu.org>
7619
7620 * woman.texi (Introduction): Minor cleanups.
7621
7622 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7623
7624 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7625 (Installation): Node deleted.
7626
7627 * mh-e.texi (Preface): Get rid of "Emacs 21".
7628
7629 * eshell.texi (Installation): Delete node (for Emacs 20).
7630
7631 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
7632
7633 * flymake.texi: Refill and tweak style in @lisp blocks.
7634
7635 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7636
7637 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7638
7639 2005-03-01 Jay Belanger <belanger@truman.edu>
7640
7641 * calc.texi (Trigonometric and Hyperbolic Functions):
7642 Mention additional functions.
7643 (Algebraic Simplifications): Mention additional simplifications.
7644
7645 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
7646
7647 * ses.texi: Add concept/function/variable indices (this work was
7648 donated by Brad Collins <brad@chenla.org>, copyright-assignment
7649 papers on file at FSF).
7650
7651 2005-02-10 Jay Belanger <belanger@truman.edu>
7652
7653 * calc.texi: Change @LaTeX to La@TeX throughout.
7654 Redefine @expr as @math for TeX output.
7655 Redefine @texline as a no-op for TeX output.
7656 Define @tfn, replace @t by @tfn throughout.
7657
7658 2005-02-09 Jay Belanger <belanger@truman.edu>
7659
7660 * calc.texi: Add macro for LaTeX for info output.
7661
7662 2005-02-08 Kim F. Storm <storm@cua.dk>
7663
7664 * texinfo.tex (LaTex): Add def.
7665
7666 2005-02-06 Jay Belanger <belanger@truman.edu>
7667
7668 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7669 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
7670 throughout manual.
7671
7672 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7673
7674 * gnus.texi: Some edits based on comments from David Abrahams.
7675
7676 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7677
7678 * gnus.texi (RSS): Fix the keystroke.
7679
7680 2005-01-24 David Kastrup <dak@gnu.org>
7681
7682 * faq.texi: Update AUCTeX version info.
7683
7684 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7685
7686 * gnus-faq.texi ([4.1]): Typo.
7687
7688 2005-01-19 Jay Belanger <belanger@truman.edu>
7689
7690 * calc.texi (Keep Arguments): Mention that keeping arguments
7691 doesn't work with keyboard macros.
7692
7693 2005-01-16 Richard M. Stallman <rms@gnu.org>
7694
7695 * autotype.texi (Autoinserting): Fix small error.
7696
7697 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7698
7699 Sync with Tramp 2.0.47.
7700
7701 * tramp.texi (Compilation): New section, describing compilation of
7702 remote files.
7703
7704 2005-01-11 Kim F. Storm <storm@cua.dk>
7705
7706 * widget.texi (Basic Types): Add :follow-link keyword.
7707
7708 2005-01-09 Jay Belanger <belanger@truman.edu>
7709
7710 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7711
7712 2005-01-08 Jay Belanger <belanger@truman.edu>
7713
7714 * calc.texi: Change throughout to reflect new default value of
7715 calc-settings-file.
7716
7717 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * message.texi (Reply): `message-reply-to-function' should return
7720 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7721
7722 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
7723
7724 * faq.texi (Changing load-path): Fix typo.
7725
7726 2005-01-05 Jay Belanger <belanger@truman.edu>
7727
7728 * calc.texi (Programming Tutorial): Replace kbd command by
7729 appropriate characters for a keyboard macro.
7730
7731 2005-01-04 Jay Belanger <belanger@truman.edu>
7732
7733 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7734 for Lucid Emacs.
7735 (Programming Tutorial): Mention that the user needs to be in the
7736 right mode to compute some functions.
7737
7738 2005-01-04 Jay Belanger <belanger@truman.edu>
7739
7740 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7741 no longer applicable.
7742
7743 2005-01-01 Jay Belanger <belanger@truman.edu>
7744
7745 * calc.texi (Programming Tutorial): Change description of how to
7746 edit keyboard macros to match current behavior.
7747
7748 2004-12-31 Jay Belanger <belanger@truman.edu>
7749
7750 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7751
7752 2004-12-20 Jay Belanger <belanger@truman.edu>
7753
7754 * calc.texi (Types Tutorial): Emphasize that you can't divide by
7755 zero.
7756
7757 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * cc-mode.texi (Text Filling and Line Breaking): Put period after
7760 @xref.
7761 (Font Locking): Avoid @strong{Note:}.
7762
7763 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7764
7765 Sync with Tramp 2.0.46.
7766
7767 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
7768
7769 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * url.texi: Correct typos.
7772 (Retrieving URLs): @var{nil}->@code{nil}.
7773 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
7774 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7775 (Dealing with HTTP documents): @inforef->@xref.
7776
7777 2004-12-15 Jay Belanger <belanger@truman.edu>
7778
7779 * calc.texi: Consistently capitalized all mode names.
7780 (Answers to Exercises): Mention that an answer can be a fraction
7781 when in Fraction mode.
7782
7783 2004-12-13 Jay Belanger <belanger@truman.edu>
7784
7785 * calc.texi: Fix some TeX definitions.
7786
7787 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * reftex.texi (Imprint): Remove erroneous @value's.
7790
7791 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7792
7793 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7794 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7795
7796 2004-12-08 Jay Belanger <belanger@truman.edu>
7797
7798 * calc.texi (Starting Calc): Remove comment about installation.
7799 (Keypad Mode Overview): Remove comment about Emacs 19 support.
7800
7801 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * url.texi: Update @setfilename.
7804 (Getting Started): No need to worry about Gnus versions.
7805 (Dealing with HTTP documents): Use @inforef.
7806
7807 * org.texi: Fix @direntry file name.
7808
7809 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * url.texi: New file.
7812
7813 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7814
7815 2004-12-06 Jay Belanger <belanger@truman.edu>
7816
7817 * calc.texi (Using Calc): Remove paragraph about installation.
7818
7819 2004-12-06 Jay Belanger <belanger@truman.edu>
7820
7821 * calc.texi: Use more Texinfo macros and less TeX defs.
7822 Remove @refill's.
7823
7824 2004-12-06 Richard M. Stallman <rms@gnu.org>
7825
7826 * org.texi: New file.
7827
7828 2004-12-05 Richard M. Stallman <rms@gnu.org>
7829
7830 * Makefile.in (org.dvi, ../info/org): New targets.
7831 (INFO_TARGETS): Add ../info/org.
7832 (DVI_TARGETS): Add org.dvi.
7833 (maintainer-clean): Remove the info files in the info dir.
7834
7835 2004-11-26 Eli Zaretskii <eliz@gnu.org>
7836
7837 * idlwave.texi: Fix the setfilename directive to put the produced
7838 file in ../info.
7839 (Continued Statement Indentation): Resurrect Jan D.'s change from
7840 2004-11-03 that was lost when a newer version of idlwave.texi was
7841 imported.
7842
7843 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7844
7845 * gnus-faq.texi ([5.1]): Add missing bracket.
7846
7847 * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7848 Index `spam-initialize'.
7849
7850 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7851
7852 * message.texi (Various Message Variables): Mention that all mail
7853 file variables are derived from `message-directory'.
7854
7855 * gnus.texi (Splitting Mail): Clarify bogus group.
7856
7857 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7858
7859 * emacs-mime.texi (Encoding Customization):
7860 Fix mm-coding-system-priorities entry.
7861
7862 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
7863
7864 * idlwave.texi (Continued Statement Indentation):
7865 * reftex.texi (Options (Index Support)):
7866 (Displaying and Editing the Index, Table of Contents):
7867 * speedbar.texi (Creating a display, Major Display Modes):
7868 Replace non-nil with non-@code{nil}.
7869
7870 2004-10-21 Jay Belanger <belanger@truman.edu>
7871
7872 * calc.texi (Algebraic-Style Calculations): Remove a comment.
7873
7874 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
7875
7876 * calc.texi (Reporting Bugs): Double up `@'.
7877
7878 2004-10-18 Jay Belanger <belanger@truman.edu>
7879
7880 * calc.texi (Reporting Bugs): Change the address that bugs
7881 should be sent to.
7882
7883 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
7884
7885 * gnus.texi (New Features): Add 5.11.
7886
7887 * message.texi (Resending): Remove wrong default value.
7888
7889 * gnus.texi (Mail Source Specifiers): Describe possible problems
7890 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
7891 `pop3-leave-mail-on-server' to the index.
7892
7893 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7894
7895 * message.texi (Canceling News): Add how to set a password.
7896
7897 2004-10-12 Jay Belanger <belanger@truman.edu>
7898
7899 * calc.texi (Help Commands): Change the descriptions of
7900 calc-describe-function and calc-describe-variable to match their
7901 current behavior.
7902
7903 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7904
7905 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7906
7907 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
7908
7909 Sync with Tramp 2.0.45.
7910
7911 * tramp.texi (Frequently Asked Questions): Comment paragraph about
7912 plink link. The URL is outdated. Originator contacted for
7913 clarification.
7914
7915 2004-10-10 Juri Linkov <juri@jurta.org>
7916
7917 * gnus.texi (Top, Marking Articles): Join two menus in one node
7918 because a node can have only one menu.
7919
7920 2004-10-09 Juri Linkov <juri@jurta.org>
7921
7922 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7923 example of nnmail-split-fancy.
7924
7925 2004-10-06 Karl Berry <karl@gnu.org>
7926
7927 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7928 consistency with other uses of dashes.
7929
7930 2004-10-05 Karl Berry <karl@gnu.org>
7931
7932 * info.texi: Consistently use --- throughout, periods at end of
7933 menu descriptions, and a couple typos.
7934
7935 2004-09-26 Jesper Harder <harder@ifa.au.dk>
7936
7937 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7938 * pgg.texi (User Commands, Backend methods): Do.
7939 * gnus.texi: Markup fixes.
7940 (Setting Process Marks): Fix `M P a' entry.
7941 * emacs-mime.texi: Fixes.
7942
7943 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
7944
7945 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7946 again.
7947 Use 5.10 instead of 5.10.0.
7948
7949 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7950
7951 * gnus.texi (Summary Mail Commands): S D e.
7952
7953 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
7954
7955 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7956 the gnus-article-mode-line-format section.
7957
7958 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
7959
7960 * gnus.texi (Various Summary Stuff): Fix the documentation for
7961 gnus-newsgroup-variables.
7962
7963 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * gnus.texi (MIME Commands):
7966 Add gnus-mime-display-multipart-as-mixed,
7967 gnus-mime-display-multipart-alternative-as-mixed,
7968 gnus-mime-display-multipart-related-as-mixed.
7969 (Mail Source Customization): Clarify `mail-source-directory'.
7970 (Splitting Mail): Mention gnus-group-find-new-groups.
7971 (SpamOracle): Fix typo.
7972
7973 * gnus-faq.texi: Untabify.
7974 ([6.3]): nnir.el is in contrib directory.
7975
7976 * message.texi (News Headers): Clarify how a unique ID is created.
7977
7978 * gnus.texi (Batching Agents): Fix typo in example.
7979 Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7980
7981 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
7982
7983 * gnus.texi (Group Parameters): Add more on hooks.
7984
7985 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
7986
7987 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7988
7989 2004-09-22 Jay Belanger <belanger@truman.edu>
7990
7991 * calc.texi (Vectors as Lists): Add a warning that the tutorial
7992 might be hidden during part of the session.
7993
7994 2004-09-20 Jay Belanger <belanger@truman.edu>
7995
7996 * calc.texi (Notations Used in This Manual): Put in an earlier
7997 mention that DEL could be called Backspace.
7998
7999 2004-09-10 Simon Josefsson <jas@extundo.com>
8000
8001 * gnus.texi (IMAP): Add example. Suggested and partially written
8002 by Steinar Bang <sb@dod.no>.
8003
8004 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8005
8006 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8007 netrc syntax.
8008
8009 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8010
8011 * gnus.texi (Spam ELisp Package Sequence of Events):
8012 Some clarifications.
8013 (Spam ELisp Package Global Variables): More clarifications.
8014
8015 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8016
8017 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8018 Mention spam-split does not modify incoming mail.
8019
8020 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8021
8022 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8023
8024 2004-09-10 Eli Zaretskii <eliz@gnu.org>
8025
8026 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8027
8028 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8029
8030 * makefile.w32-in (sieve, pgg): Use $(infodir).
8031
8032 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
8033
8034 * makefile.w32-in: Fix PGG and Sieve entries.
8035
8036 2004-08-28 Eli Zaretskii <eliz@gnu.org>
8037
8038 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8039 Emacs and related programs.
8040
8041 2004-08-27 Richard M. Stallman <rms@gnu.org>
8042
8043 * faq.texi: Fix texinfo usage, esp. doublequotes.
8044 (Difference between Emacs and XEmacs): Some clarification.
8045
8046 * faq.texi (Difference between Emacs and XEmacs):
8047 Explain not to contrast XEmacs with GNU Emacs.
8048
8049 2004-08-26 Richard M. Stallman <rms@gnu.org>
8050
8051 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8052
8053 2004-08-22 David Kastrup <dak@gnu.org>
8054
8055 * reftex.texi (AUCTeX): Update links, section name.
8056
8057 * faq.texi (Calc): Update availability (included in 22.1).
8058 (AUCTeX): Update availability, information, versions, description.
8059
8060 2004-08-14 Eli Zaretskii <eliz@gnu.org>
8061
8062 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8063
8064 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8065
8066 * cc-mode.texi: Various updates for CC Mode 5.30.9.
8067
8068 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
8069
8070 Sync with Tramp 2.0.44.
8071
8072 2004-08-05 Lars Hansen <larsh@math.ku.dk>
8073
8074 * widget.texi (User Interface): Update how to separate the
8075 editable field of an editable-field widget from other widgets.
8076 (Programming Example): Add text after field.
8077
8078 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * emacs-mime.texi (Encoding Customization): Add a note to the
8081 mm-content-transfer-encoding-defaults entry.
8082 (rfc2047): Update.
8083
8084 * gnus.texi (Article Highlighting):
8085 Add gnus-cite-ignore-quoted-from.
8086 (POP before SMTP): New node.
8087 (Posting Styles): Addition.
8088 (Splitting Mail): Add nnmail-split-lowercase-expanded.
8089 (Fancy Mail Splitting): Ditto.
8090 (X-Face): Add gnus-x-face.
8091
8092 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
8093
8094 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8095 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8096
8097 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
8098
8099 * gnus.texi (Mail Source Specifiers):
8100 Describe `pop3-leave-mail-on-server'.
8101
8102 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
8103
8104 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8105
8106 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8107 repository. Change setfilename.
8108
8109 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8110
8111 2004-07-02 Juri Linkov <juri@jurta.org>
8112
8113 * pcl-cvs.texi (Viewing differences): Add `d r'.
8114
8115 2004-06-29 Jesper Harder <harder@ifa.au.dk>
8116
8117 * ses.texi, viper.texi, flymake.texi, faq.texi:
8118 * eshell.texi, ediff.texi: Markup fixes.
8119
8120 2004-06-21 Karl Berry <karl@gnu.org>
8121
8122 * info.texi (Top): Mention that only Emacs has mouse support.
8123 (Getting Started): Mention this in a few other places.
8124
8125 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * autotype.texi (Copyrights, Timestamps):
8128 Recommend `before-save-hook' instead of `write-file-functions'.
8129
8130 2004-06-13 Lars Hansen <larsh@math.ku.dk>
8131
8132 * dired-x.texi (dired-mark-omitted): Update keybinding.
8133
8134 2004-06-10 Kim F. Storm <storm@cua.dk>
8135
8136 * pcl-cvs.texi (Viewing differences): Add 'd y'.
8137
8138 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8139
8140 * dired-x.texi (variable dired-omit-mode): Rename from
8141 dired-omit-files-p.
8142 (function dired-omit-mode): Rename from dired-omit-toggle.
8143 Call dired-omit-mode rather than set dired-omit-files-p.
8144 (dired-mark-omitted): Describe command.
8145
8146 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8147
8148 Version 2.0.41 of Tramp released.
8149
8150 2004-05-29 Juanma Barranquero <lektu@terra.es>
8151
8152 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8153 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8154
8155 2004-05-29 Richard M. Stallman <rms@gnu.org>
8156
8157 * cl.texi (Top): Call this chapter `Introduction'.
8158 (Overview): In TeX, no section heading here.
8159
8160 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
8161
8162 2004-05-29 Eli Zaretskii <eliz@gnu.org>
8163
8164 * Makefile.in (../info/flymake, flymake.dvi): New targets.
8165 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8166
8167 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8168
8169 * flymake.texi: New file.
8170
8171 2004-05-28 Simon Josefsson <jas@extundo.com>
8172
8173 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8174
8175 2004-05-07 Kai Großjohann <kai@emptydomain.de>
8176
8177 Version 2.0.40 of Tramp released.
8178
8179 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
8180
8181 Complete rework, based on review by Karl Berry <karl@gnu.org>.
8182
8183 * tramp.texi (Auto-save and Backup): Explain exploitation of new
8184 variables `tramp-backup-directory-alist' and
8185 `tramp-bkup-backup-directory-info'.
8186 (Overview, Connection types)
8187 (External transfer methods, Default Method)
8188 (Windows setup hints): Remove restriction of password entering
8189 with external methods.
8190 (Auto-save and Backup): Make file name example
8191 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
8192 and `auto-save-directory' must be used.
8193 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8194 only "NT"). Remove doubled entry "What kinds of systems does
8195 @tramp{} work on".
8196 (tramp): Macro removed.
8197 (Obtaining Tramp): Flag removed from title.
8198 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
8199 and `trampver' used properly. Flag `tramp-inst' replaced by
8200 `installchapter'. Installation related text adapted.
8201
8202 2004-04-28 Masatake YAMATO <jet@gyve.org>
8203
8204 * widget.texi (Programming Example): Remove overlays.
8205
8206 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8207
8208 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8209
8210 2004-04-23 Juanma Barranquero <lektu@terra.es>
8211
8212 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8213
8214 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8215
8216 * info.texi (Info Search): Add info-apropos.
8217
8218 2004-03-22 Juri Linkov <juri@jurta.org>
8219
8220 * faq.texi: Fix help key bindings.
8221
8222 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8223
8224 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8225 (as suggested by Karl Berry). Update information about colored
8226 stars in menus. Add new subheading describing M-n.
8227
8228 2004-03-12 Richard M. Stallman <rms@gnu.org>
8229
8230 * cl.texi (Top): Rename top node's title.
8231
8232 2004-03-08 Karl Berry <karl@gnu.org>
8233
8234 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8235 problems making the texinfo distribution.
8236
8237 2004-02-29 Simon Josefsson <jas@extundo.com>
8238
8239 * smtpmail.texi (Authentication): Change the list of supported
8240 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8241 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8242 <voegelas@gmx.net>.
8243
8244 2004-02-29 Juanma Barranquero <lektu@terra.es>
8245
8246 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8247 Use $(DEL) instead of rm, and ignore exit code.
8248
8249 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
8250
8251 Tramp version 2.0.39 released.
8252
8253 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8254
8255 * tramp.texi (Customizing Completion): Explain new functions
8256 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8257 (all): Savannah URLs unified to "http://savannah.nongnu.org".
8258 (Top): Refer to Savannah mailing list as the major one.
8259 Mention older mailing lists in HTML mode only.
8260 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
8261 (Frequently Asked Questions): Remote hosts must not be Unix-like
8262 for "smb" method.
8263 (Password caching): New node.
8264 (External transfer methods): Refer to password caching for "smb"
8265 method.
8266
8267 2004-02-17 Karl Berry <karl@gnu.org>
8268
8269 * info.texi (Help-Int): Mention the new line number feature.
8270
8271 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8272
8273 * ses.texi (Advanced Features): New functionality for
8274 ses-set-header-row (defaults to current row unless C-u used).
8275 (Acknowledgements): Add Stefan Monnier.
8276
8277 2003-12-29 Kevin Ryde <user42@zip.com.au>
8278
8279 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8280
8281 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
8282
8283 Tramp version 2.0.38 released.
8284
8285 * tramp.texi (Remote shell setup): Warn of environment variables
8286 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
8287 <sven.gabriel@imk.fzk.de>.
8288 (Configuration): Tramp now chooses base64/uuencode
8289 automatically. Update wording accordingly.
8290 (Top): More description for the `Default Method' menu entry.
8291 (Default Method): Use @code, not @var, for Lisp variables.
8292 (Default Method): New subsection `Which method is the right one
8293 for me?' Suggested by Christian Kirsch.
8294 (Configuration): Pointer to new subsection added.
8295 (Default Method): Too many "use" in one sentence.
8296 Rephrase. Reported by Christian Kirsch.
8297 (Filename Syntax): Old `su' example is probably a left-over from
8298 the sm/su method naming. Replace with `ssh', instead.
8299 (External transfer methods, Auto-save and Backup):
8300 Typo fixes.
8301
8302 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
8303
8304 * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8305 (Top): Mention japanese manual only if flag `jamanual' is set.
8306 Insert section `Japanese manual' in menu.
8307
8308 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8309
8310 * eshell.texi (Known Problems): Add doc item.
8311
8312 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8313
8314 * cc-mode.texi: Update for CC Mode 5.30.
8315
8316 Note: Please refrain from doing purely cosmetic changes like
8317 removing trailing whitespace in this manual; it clobbers cvs
8318 merging for no good reason.
8319
8320 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8321
8322 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8323 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8324 @acronym{ASCII}.
8325
8326 2003-10-26 Karl Berry <karl@gnu.org>
8327
8328 * info.texi (Info Search): Echo area, not echo are. From Debian
8329 diff.
8330
8331 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
8332
8333 * widget.texi (Defining New Widgets): Document new behavior of
8334 :buttons and :children keywords.
8335
8336 2003-10-22 Miles Bader <miles@gnu.org>
8337
8338 * Makefile.in (info): Move before $(top_srcdir)/info.
8339
8340 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
8341
8342 * tramp.texi (Inline methods): Small grammar fix.
8343 (External transfer methods): Likewise.
8344
8345 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
8346
8347 * speedbar.texi: Remove paragraph for GUD that is no longer true.
8348
8349 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
8350
8351 * texinfo.tex: Replace `%' in arch tagline by @ignore.
8352
8353 2003-09-30 Richard M. Stallman <rms@gnu.org>
8354
8355 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8356
8357 * widget.texi (User Interface): Fix typos.
8358
8359 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8360
8361 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8362
8363 * pcl-cvs.texi (Selected Files): Fix typo.
8364
8365 2003-09-21 Karl Berry <karl@gnu.org>
8366
8367 * info.texi (] and [ commands): No period at end of section title.
8368
8369 2003-09-04 Miles Bader <miles@gnu.org>
8370
8371 * Makefile.in (top_srcdir): New variable.
8372 ($(top_srcdir)/info): New rule.
8373 (info): Depend on it.
8374
8375 2003-09-03 Peter Runestig <peter@runestig.com>
8376
8377 * makefile.w32-in: New file.
8378
8379 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
8380
8381 * widget.texi (User Interface): Explain the need of static text
8382 around an editable field.
8383
8384 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8385
8386 * widget.texi (Basic Types): The argument to `:help-echo' can now
8387 be a form that evaluates to a string.
8388
8389 2003-08-18 Kim F. Storm <storm@cua.dk>
8390
8391 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8392
8393 2003-08-16 Richard M. Stallman <rms@gnu.org>
8394
8395 * dired-x.texi (Shell Command Guessing): Explain *.
8396
8397 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
8398
8399 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8400 log-edit-insert-changelog.
8401
8402 2003-08-03 Karl Berry <karl@gnu.org>
8403
8404 * info.texi: Need @contents.
8405
8406 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
8407
8408 Tramp version 2.0.36 released.
8409
8410 * tramp.texi (Remote shell setup): Explain about problems with
8411 non-Bourne commands in ~/.profile and ~/.shrc.
8412
8413 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8414
8415 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8416 renaming of `vis-mode' to `visible-mode'.
8417
8418 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
8419
8420 * info.texi (Top, Help-Small-Screen): Remove accidentally added
8421 next, prev and up pointers.
8422
8423 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
8424
8425 * info.texi (Help): Mention existence of Emacs and stand-alone
8426 Info at the very beginning of the tutorial.
8427 (Help-Inv): New node.
8428 (Help-]): New node.
8429 (Help-M): Systematically point out the differences between default
8430 Emacs and stand-alone versions. Delete second menu.
8431 (Help-Xref): Systematically point out the differences between
8432 default Emacs and stand-alone versions.
8433 (Help-Int): Change `l' example.
8434 (Expert Info): Fix typos.
8435 (Emacs Info Variables): Mention `Info-hide-note-references' and
8436 new default for `Info-scroll-prefer-subnodes'.
8437
8438 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
8439
8440 Version 2.0.35 of Tramp released.
8441
8442 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8443 (Inline methods): Add methods `remsh' and `plink1'.
8444 (External transfer methods): Add method `remcp'.
8445 (Multi-hop Methods): Add method `remsh'.
8446 Small patch from Adrian Aichner <adrian@xemacs.org>:
8447 Fix minor typos.
8448 (Concept Index): Add to make manual searchable via
8449 `Info-index'.
8450 (Version Control): Add cindex entry.
8451
8452 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
8453
8454 * trampver.texi: Version 2.0.34 released.
8455
8456 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8457
8458 * faq.texi: Improve previous changes.
8459
8460 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8461
8462 * faq.texi: Update copyright and maintenance details.
8463 Update some package URLs, versions, and maintainers.
8464 Remove many references to the Emacs Lisp Archive.
8465
8466 2003-04-23 Simon Josefsson <jas@extundo.com>
8467
8468 * smtpmail.texi: Fix license (the invariant sections mentioned has
8469 never been part of the smtp manual). Align info dir entry with
8470 other emacs packages.
8471
8472 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
8473
8474 * tramp.texi: Version 2.0.33 released.
8475 Remove installation chapter. Remove XEmacs specifics.
8476
8477 2003-03-29 Richard M. Stallman <rms@gnu.org>
8478
8479 * tramp.texi (Top): Undo the previous renaming.
8480 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8481
8482 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
8483
8484 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8485 version of manual.
8486
8487 * tramp.texi (Auto-save and Backup): New node.
8488
8489 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
8490
8491 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
8492 Emacs" in order to have better differentiation to "XEmacs".
8493 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8494 are new macros in order to point to the other Emacs flavor where
8495 appropriate. In info case, point to node `Installation' in order
8496 to explain how to generate the other way. In html case, make a
8497 link to the other html file.
8498 (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
8499 after CVS checkout/update.
8500 (Installation): Completely rewritten.
8501 (Installation parameters, Load paths): New sections under
8502 `Installation'.
8503
8504 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8505
8506 * tramp.texi: Version 2.0.30 released.
8507 Replace word "path" with "localname" where used as a component of
8508 a Tramp file name.
8509
8510 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
8511
8512 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8513 introduced.
8514 (Installation): Explain what to do if files from the tramp/contrib
8515 directory are needed.
8516
8517 2003-02-23 Alex Schroeder <alex@emacswiki.org>
8518
8519 * smtpmail.texi (How Mail Works): New.
8520
8521 2003-02-22 Alex Schroeder <alex@emacswiki.org>
8522
8523 * smtpmail.texi: New file.
8524
8525 * Makefile.in: Build SMTP manual.
8526
8527 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8528
8529 * tramp.texi: Version 2.0.29 released.
8530 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8531 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
8532
8533 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
8534
8535 * tramp.texi (Frequently Asked Questions): Explain a workaround if
8536 another package loads accidentally Ange-FTP.
8537
8538 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
8539
8540 * tramp.texi (Customizing Completion): Add function
8541 `tramp-parse-sconfig'. Change example of
8542 `tramp-set-completion-function', because parsing of ssh config
8543 files looks more natural.
8544
8545 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
8546
8547 * gnus.texi: Do not use `path' in several locations.
8548
8549 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8550
8551 * tramp.texi (External transfer methods): New method `smb'.
8552 From Michael Albinus.
8553
8554 2002-11-05 Karl Berry <karl@gnu.org>
8555
8556 * info.texi (Info-fontify): Reorder face list to avoid bad line
8557 breaks.
8558
8559 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8560
8561 * tramp.texi: Move @copying to standard place.
8562 Use @insertcopying.
8563
8564 2002-10-02 Karl Berry <karl@gnu.org>
8565
8566 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8567 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8568 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8569 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8570 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8571 Per rms, update all manuals to use @copying instead of @ifinfo.
8572 Also use @ifnottex instead of @ifinfo around the top node, where
8573 needed for the sake of the HTML output.
8574 (The Gnus manual is not fixed since it's not clear to me how it
8575 works; and the Tramp manual already uses @copying, although in an
8576 unusual way. All others were changed.)
8577
8578 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
8579
8580 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8581 (../info/ses, ses.dvi): New targets.
8582 * ses.texi: New file.
8583
8584 2002-09-06 Pavel Janík <Pavel@Janik.cz>
8585
8586 * texinfo.tex: Update to texinfo 4.2.
8587
8588 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8589
8590 * reftex.texi: Update to RefTeX 4.19.
8591
8592 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8593
8594 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8595 (../info/tramp, tramp.dvi): New targets.
8596
8597 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * Makefile.in (DVI_TARGETS): Add calc.dvi.
8600 (calc.dvi): Uncomment.
8601
8602 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * Makefile.in (INFO_TARGETS): Add ../info/calc.
8605 (../info/calc): New target.
8606
8607 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8608
8609 * (Version 21.1 released.)
8610
8611 2001-10-05 Gerd Moellmann <gerd@gnu.org>
8612
8613 * Branch for 21.1.
8614
8615 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * Makefile.in (../info/info): Use an explicit -o switch to
8618 makeinfo.
8619
8620 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8621
8622 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8623
8624 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8625
8626 * Makefile.in (../info/idlwave): Use --no-split.
8627
8628 2000-12-14 Dave Love <fx@gnu.org>
8629
8630 * Makefile.in (mostlyclean): Remove gnustmp.*.
8631 (gnus.dvi): Change rule to remove @latex stuff.
8632
8633 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8634
8635 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8636
8637 2000-10-13 John Wiegley <johnw@gnu.org>
8638
8639 * Makefile.in: Add build targets for eshell.texi.
8640
8641 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8642
8643 * Makefile.in: Remove/comment speedbar stuff.
8644
8645 2000-09-22 Dave Love <fx@gnu.org>
8646
8647 * Makefile.in: Add emacs-mime.
8648
8649 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8650
8651 * Makefile.in (INFO_TARGETS): Add ../info/woman.
8652 (DVI_TARGETS): Add woman.dvi.
8653 (../info/woman, woman.dvi): New targets.
8654
8655 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8656
8657 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8658
8659 * pcl-cvs.texi: New file.
8660 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8661 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8662
8663 2000-05-11 Gerd Moellmann <gerd@gnu.org>
8664
8665 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8666 (../info/ebrowse, ebrowse.dvi): New targets.
8667
8668 2000-01-13 Gerd Moellmann <gerd@gnu.org>
8669
8670 * Makefile.in (INFO_TARGETS): Add eudc.
8671 (DVI_TARGETS): Add eudc.dvi.
8672 (../info/eudc, eudc.dvi): New targets.
8673
8674 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8677 compatibility with 8+3 filesystems).
8678 (../info/efaq): Rename from emacs-faq.
8679
8680 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8683 (../info/idlwave, idlwave.dvi): New targets.
8684
8685 1999-10-23 Dave Love <fx@gnu.org>
8686
8687 * Makefile.in: Use autotype.texi.
8688
8689 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
8690
8691 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8692 faq.texi file) rather than ../info/faq.
8693
8694 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8695
8696 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8697 (../info/ada-mode, ada-mode.dvi): New targets.
8698
8699 1999-09-01 Dave Love <fx@gnu.org>
8700
8701 * Makefile.in: Add faq.
8702
8703 1999-07-12 Richard Stallman <rms@gnu.org>
8704
8705 * Version 20.4 released.
8706
8707 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8708
8709 * Version 20.3 released.
8710
8711 1998-04-06 Andreas Schwab <schwab@gnu.org>
8712
8713 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8714 Use it in dvi targets.
8715 (../etc/GNU): Change to $(srcdir) first.
8716
8717 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
8718
8719 * reftex.texi: Update for RefTeX version 3.22.
8720
8721 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
8722
8723 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8724 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8725
8726 1997-09-23 Paul Eggert <eggert@twinsun.com>
8727
8728 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8729 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8730
8731 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8732
8733 * Version 20.2 released.
8734
8735 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8736
8737 * Version 20.1 released.
8738
8739 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8740
8741 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8742
8743 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8744
8745 * Version 19.33 released.
8746
8747 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8748
8749 * Version 19.32 released.
8750
8751 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8752
8753 * Makefile.in: Add rules for the Message manual.
8754
8755 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8756
8757 * gnus.texi: New version.
8758
8759 * message.texi: New manual.
8760
8761 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8762
8763 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8764
8765 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8766
8767 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8768 Specify -I option.
8769 (All dvi targets): Set the TEXINPUTS variable.
8770
8771 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8772
8773 * Version 19.31 released.
8774
8775 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8776
8777 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8778 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
8779
8780 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8781
8782 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8783 (INFO_TARGETS): Add ../info/cc-mode.
8784 (DVI_TARGETS): Add cc-mode.dvi.
8785
8786 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8787
8788 * Version 19.30 released.
8789
8790 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
8791
8792 * gnus.texi: New file.
8793
8794 1995-11-04 Erik Naggum <erik@naggum.no>
8795
8796 * gnus.texi: File deleted.
8797
8798 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
8799
8800 * mh-e.texi: "Function Index" -> "Command Index" to work with
8801 Emacs 19.30 C-h C-k support of separately-documented commands.
8802
8803 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8804
8805 * Makefile.in (../info/ediff, ediff.dvi): New targets.
8806 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8807
8808 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8809
8810 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8811 (../info/viper, viper.dvi): New targets.
8812
8813 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
8814
8815 * dired-x.texi (Installation): Change the example to set
8816 buffer-local variables like dired-omit-files-p in
8817 dired-mode-hook.
8818
8819 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8820
8821 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8822 (../info/mh-e, mh-e.dvi): New targets.
8823
8824 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8825
8826 * Makefile.in (maintainer-clean): Rename from realclean.
8827
8828 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8829
8830 * Makefile.in: New file.
8831 * Makefile: File deleted.
8832
8833 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8834
8835 * Makefile (TEXINDEX_OBJS): Variable deleted.
8836 (texindex, texindex.o, getopt.o): Rules deleted.
8837 All deps on texindex deleted.
8838 (distclean): Don't delete texindex.
8839 (mostlyclean): Don't delete *.o.
8840 * texindex.c, getopt.c: Files deleted.
8841
8842 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8843
8844 * Version 19.26 released.
8845
8846 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8847
8848 * Version 19.25 released.
8849
8850 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8851
8852 * Version 19.24 released.
8853
8854 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8855
8856 * Version 19.23 released.
8857
8858 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8859
8860 * Makefile: Delete spurious tab.
8861
8862 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8863
8864 * Makefile (.SUFFIXES): New rule.
8865
8866 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8867
8868 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8869 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8870
8871 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8872
8873 * Makefile (../info/sc): Rename from sc.info.
8874 (../info/cl): Likewise.
8875 (INFO_TARGETS): Use new names.
8876
8877 1993-12-04 Richard Stallman (rms@srarc2)
8878
8879 * getopt.c: New file.
8880 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8881 (getopt.o): New rule.
8882 (dvi): Don't depend on texindex.
8883 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8884 Depend on texindex.
8885
8886 1993-12-03 Richard Stallman (rms@srarc2)
8887
8888 * Makefile (../info/sc.info): Rename from ../info/sc.
8889 (TEXI2DVI): New variable.
8890 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8891 Add explicit commands.
8892 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8893
8894 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8895
8896 * Version 19.22 released.
8897
8898 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8899
8900 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8901
8902 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8903
8904 * Version 19.21 released.
8905
8906 1993-11-15 Paul Eggert (eggert@twinsun.com)
8907
8908 * man/Makefile (../info/cl.info): Rename from ../info/cl.
8909
8910 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8911
8912 * Makefile (../etc/GNU): New target.
8913 (EMACSSOURCES): Add gnu1.texi.
8914
8915 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8916
8917 * Makefile (realclean): Don't delete the Info files.
8918
8919 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8920
8921 * forms.texi: Fix forms.texi so that it will format correctly.
8922 Add missing `@end iftex', fix bad reference.
8923
8924 * info.texi, info-stn.texi: New files implement texinfo version of
8925 `info' file.
8926
8927 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8928
8929 * Makefile: Fix targets for texindex, new info.texi files.
8930 * info-stnd.texi: New file implements info for standalone info
8931 reader.
8932 * info.texi: Update to include recent changes to "../info/info".
8933 New source file for ../info/info; includes info-stnd.texi.
8934
8935 * texindex.c: Include "../src/config.h" if building in emacs.
8936
8937 * Makefile: Change all files to FILENAME.texi, force all targets
8938 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
8939 vip.texinfo, forms.texinfo, cl.texinfo.
8940 Add target to build texindex.c, defining `emacs'.
8941
8942 * forms.texi: Install new file to match version 2.3 of forms.el.
8943
8944 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8945
8946 * Version 19.19 released.
8947
8948 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
8949
8950 * sc.texinfo: Fix info file name.
8951
8952 * Makefile (info): Add gnus and sc.
8953 (dvi): Add gnus.dvi and sc.dvi.
8954 (../info/sc, sc.dvi): New targets.
8955
8956 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * Version 19.18 released.
8959
8960 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8961
8962 * Makefile: Fix source file names of the separate manuals.
8963 (gnus.dvi, ../info/gnus): New targets.
8964
8965 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8966
8967 * Version 19.17 released.
8968
8969 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8970
8971 * split-man: Fix typos in last change.
8972
8973 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8974
8975 * Version 19.16 released.
8976
8977 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8978
8979 * version 19.15 released.
8980
8981 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8982
8983 * Makefile (distclean): It's rm, not rf.
8984
8985 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8986
8987 * Version 19.14 released.
8988
8989 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8990
8991 * Makefile: New file.
8992
8993 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8994
8995 * Version 19.13 released.
8996
8997 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8998
8999 * Version 19.9 released.
9000
9001 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9002
9003 * Version 19.8 released.
9004
9005 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9006
9007 * Version 19.7 released.
9008
9009 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
9010
9011 * gnus.texinfo: New file. Removed installation instructions.
9012
9013 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9014
9015 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9016
9017 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9018
9019 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9020 then define `\sc' as the command for smallcaps in Texinfo.
9021 This means that the @sc command will produce small caps. bfox has
9022 made the corresponding change to makeinfo and texinfm.el.
9023
9024 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9025
9026 * vip.texinfo: Remove menu entry Adding Lisp Code in node
9027 Customization since the menu entry did not point to anything.
9028 Also add an @finalout command to remove overfull hboxes from the
9029 printed output.
9030
9031 * cl.texinfo: Add @bye, \input line and @settitle to file.
9032 This file is clearly intended to be a chapter of some other work,
9033 but the other work does not yet exist.
9034
9035 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
9036
9037 * texinfo.texinfo: Three typos corrected.
9038
9039 ;; Local Variables:
9040 ;; coding: utf-8
9041 ;; End:
9042
9043 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9044
9045 This file is part of GNU Emacs.
9046
9047 GNU Emacs is free software: you can redistribute it and/or modify
9048 it under the terms of the GNU General Public License as published by
9049 the Free Software Foundation, either version 3 of the License, or
9050 (at your option) any later version.
9051
9052 GNU Emacs is distributed in the hope that it will be useful,
9053 but WITHOUT ANY WARRANTY; without even the implied warranty of
9054 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9055 GNU General Public License for more details.
9056
9057 You should have received a copy of the GNU General Public License
9058 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.