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