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