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