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