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