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