]> code.delx.au - gnu-emacs/blob - doc/misc/ChangeLog
913aee3649347f9a41c6bb3f44671a0b6f941e13
[gnu-emacs] / doc / misc / ChangeLog
1 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
2
3 * dbus.texi (Arguments and Signatures): Fix example.
4 (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5 (Asynchronous Methods): New node.
6 (Errors and Events): Describe extended layout of `dbus-event'. New
7 defun `dbus-event-message-type'.
8
9 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10
11 * ediff.texi: Remove VMS support.
12
13 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
14
15 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
16 ($(infodir)/mairix-el), mairix-el.dvi): New targets.
17
18 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
19
20 * Makefile.in: Add mairix-el targets.
21
22 2008-07-29 David Engster <deng@randomsample.de>
23
24 * mairix-el.texi: New file.
25
26 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
27
28 * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
29 project files. Delete 'main_unit' project variable; not needed. Allow
30 process environment variables wherever project variables are allowed.
31 Add tutorial section on multiple GNAT project files.
32
33 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
34
35 Sync with Tramp 2.1.14.
36
37 * trampver.texi: Update release number.
38
39 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
40
41 * ns-emacs.texi:
42 * faq.texi: Remove mentions of Mac Carbon.
43
44 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
45
46 * gnus.texi (Saving Articles): Describe the 2nd argument of
47 gnus-summary-save-in-pipe.
48 (SpamAssassin): Use it.
49
50 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
53
54 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
55
56 * org.texi (Export options): Document the use of the creator flag.
57
58 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
59
60 * org.texi: New version 6.06a.
61
62 2008-07-23 Juanma Barranquero <lekktu@gmail.com>
63
64 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
65 ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
66
67 2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
68
69 * calc.texi (Editing Stack Entries):
70 (Algebraic Entry): Rewrite introductory sentences so it can be used by
71 Calc's help functions. Mention fixing typos.
72 (Customizing Calc): Fix typo.
73
74 2008-07-23 Jay Belanger <jay.p.belanger@gmail.com>
75
76 * calc.texi (summarykey): New macro. Use to correctly format keys in
77 the summary.
78
79 2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
80
81 * ns-emacs.texi (Customization): Corrected documentation on color
82 specification formats.
83
84 2008-07-19 Andreas Schwab <schwab@suse.de>
85
86 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
87
88 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
89 (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
90
91 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
92
93 * dbus.texi (Inspection): Rework, introduce submenus.
94 (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
95 (Properties and Annotations, Arguments and Signatures): New nodes.
96
97 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
98
99 * dbus.texi (Receiving Method Calls): Fix description of
100 `dbus-register-method'.
101 (Signals): Allow also signal arguments for filtering in
102 `dbus-register-signal'.
103
104 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
105
106 * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
107 `cnorm'.
108 (Arithmetic Tutorial): Simplify the verification of prime factors.
109
110 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
111
112 * gnus.texi (Saving Articles): Mention
113 gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
114
115 2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
116
117 * calc.texi: Adjust mode line throughout.
118
119 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
120
121 * sasl.texi (Mechanisms): Fix typos.
122
123 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc.texi (Killing from the stack): Mention using normal Emacs
126 copying.
127
128 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
129
130 * tramp.texi (Password handling): Renamed from "Password caching".
131 Add `auth-source' mechanism.
132 (Connection caching): Tramp reopens the connection automatically,
133 when the operating system on the remote host has been changed.
134
135 2008-06-20 Eli Zaretskii <eliz@gnu.org>
136
137 * makefile.w32-in (distclean): Remove makefile.
138
139 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
140
141 * org.texi (Using the mapping API): New section.
142 (Agenda column view): New section.
143 (Moving subtrees): Document archiving to the archive sibling.
144 (Agenda commands): Document columns view in the agenda.
145 (Using the property API): Document the API for multi-valued properties.
146
147 2008-06-17 Jason Riedy <jason@acm.org>
148
149 * org.texi (A LaTeX example): Note that fmt may be a one-argument
150 function, and efmt may be a two-argument function.
151 (Radio tables): Document multiple destinations.
152
153 2008-06-16 Glenn Morris <rgm@gnu.org>
154
155 * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
156 Add Cover-Texts.
157
158 2008-06-15 Glenn Morris <rgm@gnu.org>
159
160 * faq.texi (VER): Update to 23.0.60.
161
162 * mh-e.texi: Remove option of licensing under GPL.
163 Add Cover-Texts to GFDL permissions notice.
164 (GPL): Remove section.
165 (GFDL): Include doclicense.texi rather than the actual text.
166
167 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
168 (sasl, $(infodir)/sasl, sasl.dvi): New rules.
169
170 * sasl.texi: Fix output file name.
171
172 * epa.texi, sasl.texi: Refer to license in Emacs manual.
173
174 * gnus-coding.texi: Refer to license in Gnus manual.
175
176 * idlwave.texi, sasl.texi: Use @copying.
177
178 * org.texi: Change to GFDL 1.2. Refer to license in Emacs manual.
179
180 * speedbar.texi: Update Back-Cover Text as per maintain.info.
181
182 * url.texi: Use @copying, @title, @subtitle, @author.
183
184 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
185 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
186 * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
187 * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
188 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
189 * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
190 * widget.texi, woman.texi:
191 Remove references to external license, since doclicense is included.
192
193 * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
194 * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
195 Remove references to non-existent Invariant Sections.
196
197 2008-06-14 Glenn Morris <rgm@gnu.org>
198
199 * faq.texi (Major packages and programs): Remove references to external
200 Supercite, Calc, VIPER, since they have been included for some time.
201 Update VM, AUCTeX, BBDB entries.
202
203 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
204
205 * newsticker.texi: Updated to match latest newsticker changes.
206
207 2008-06-13 Glenn Morris <rgm@gnu.org>
208
209 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
210 * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
211 * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
212 * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
213 * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
214 * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
215 * woman.texi:
216 Update Back-Cover Text as per maintain.info.
217
218 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
219
220 * gnus-faq.texi: Generate. Change node names to "FAQ N-M".
221
222 * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
223 (gnus-faq.xml): Update repository host.
224
225 * xml2texi.scm (boilerplate): Update copyright years.
226 (format-q-level): Change node names to "FAQ N-M", since period in
227 "[N.M]" is invalid, see "(texinfo)Node Line Requirements".
228
229 * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
230
231 2008-06-15 Frank Schmitt <ich@frank-schmitt.net>
232
233 * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
234 Fix a typo.
235
236 2008-06-15 Reiner Steib <Reiner.Steib@gmx.de>
237
238 * gnus.texi (Mail Source Customization): Correct values of
239 `mail-source-delete-incoming'. Reported by Tassilo Horn.
240 (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
241
242 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
243
244 * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
245 coding standards.
246
247 2008-06-14 David Engster <dengste@eml.cc>
248
249 * gnus.texi (nnmairix): Markup fixes.
250
251 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
252
253 * gnus.texi (nnmairix): Markup and other minor fixes.
254
255 2008-06-05 David Engster <dengste@eml.cc>
256
257 * gnus.texi (nnmairix): New nodes describing nnmairix.el.
258
259 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
260
261 * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
262 (Searching, nnir, nnmairix): New stub nodes.
263
264 2008-05-30 Felix Lee <felix.1@canids.net>
265
266 * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
267
268 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
269
270 * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
271
272 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
273
274 * gnus.texi (Scoring On Other Headers): Fix typo. Rearrange.
275
276 2008-05-15 Jonathan Yavner <jyavner@member.fsf.org>
277
278 * ses.texi (Acknowledgements): Add Shigeru Fukaya.
279
280 2008-05-06 Juanma Barranquero <lekktu@gmail.com>
281
282 * info.texi (Top): Fix typo in xref.
283
284 2008-05-05 Karl Berry <karl@gnu.org>
285
286 * info.texi (Top): @xref to stand-alone manual.
287
288 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
289
290 * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
291 (Various Summary Stuff): Fix typo in last xref.
292
293 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
294
295 * org.texi (Moving subtrees): Fix typo.
296
297 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
298
299 * tramp.texi (Frequently Asked Questions): Explain, how to disable
300 Tramp via `tramp-mode'.
301
302 2008-04-27 Carsten Dominik <dominik@sam.science.uva.nl>
303
304 * org.texi: Massive changes, in many parts of the file.
305
306 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
307
308 * gnus.texi (Oort Gnus): Add message-fill-column.
309
310 2008-04-12 Adrian Aichner <adrian@xemacs.org>
311
312 * gnus.texi (Mail Source Specifiers): Typo fix.
313
314 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
315
316 * gnus.texi (Diary Headers Generation): Update key binding for
317 `gnus-diary-check-message'.
318
319 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
320
321 * gnus.texi (Emacsen): Addition.
322
323 2008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
324
325 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
326
327 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
328
329 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
330
331 2008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
332
333 * gnus-news.texi: Update tool bar item.
334
335 2008-04-09 Sven Joachim <svenjoac@gmx.de>
336
337 * gnus-news.texi: Fix typos.
338
339 2008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
340
341 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
342 Add mention of `kron'.
343
344 2008-04-01 Daiki Ueno <ueno@unixuser.org>
345
346 * epa.texi (Encrypting/decrypting *.gpg files): Document
347 epa-file-name-regexp.
348
349 2008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gnus.texi (Example Methods): Fix description about ssh-agent.
352 (Indirect Functions): Fix the default value of nntp-telnet-command;
353 remove link to connect.html.
354
355 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
356
357 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
358 dbus-call-method.
359 (Receiving Method Calls): The timeout can be set by the calling client.
360
361 * trampver.texi: Update release number.
362
363 2008-03-29 Reiner Steib <Reiner.Steib@gmx.de>
364
365 * gnus.texi (Top): Fix version. Add SASL.
366
367 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
368
369 Sync with Tramp 2.1.13.
370
371 * trampver.texi: Update release number.
372
373 2008-03-29 Chong Yidong <cyd@stupidchicken.com>
374
375 * org.texi: Update to new org-mode website.
376
377 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * cl.texi (For Clauses): Fix loop over key-seq to match code.
380
381 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
382
383 * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
384 gnus-read-ephemeral-gmane-group-url,
385 gnus-read-ephemeral-emacs-bug-group,
386 gnus-read-ephemeral-debian-bug-group.
387
388 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
389
390 * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
391
392 * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article.
393 Add FIXMEs for Bookmarks and gnus-registry-marks.
394
395 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
396
397 * gnus.texi (Smileys): Document `smiley-style'.
398
399 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
400
401 * gnus.texi (Gnus Development): Clarify difference between ding and
402 gnu.emacs.gnus.
403 (MIME Commands, Using MIME, RSS): Fix markup.
404
405 * gnus-faq.texi ([8.4]): Ditto.
406
407 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
408
409 * gnus.texi (Emacsen): Remove obsolete stuff.
410
411 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
412
413 * gnus.texi (Oort Gnus): Add version info WRT
414 `mail-source-delete-incoming'.
415
416 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
417
418 * gnus.texi (Top): Add "Other related manuals" and version info in
419 `iftex' output.
420 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
421 gnus-balloon-face-0 and the corresponding format specifiers.
422
423 2008-03-26 Michael Albinus <michael.albinus@gmx.de>
424
425 * tramp.texi (Filename completion): Remove footnote about let-bind
426 of `partial-completion-mode'. It doesn't work this way.
427
428 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * pcl-cvs.texi (Contributors): Update my email.
431
432 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
433
434 * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
435
436 2008-03-17 Bill Wohler <wohler@newt.com>
437
438 * mh-e.texi (Viewing): Update URL for adding header fields to
439 mh-invisible-header-fields-default.
440
441 2008-03-16 Bill Wohler <wohler@newt.com>
442
443 * mh-e.texi (Preface): Add Gnus to requirements.
444 (Forwarding): Note that forwarded MIME messages are now inline.
445
446 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
449 (Common Variables): Give precedence to the netcat methods over the
450 telnet methods, and mention that they are more reliable.
451
452 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
453
454 * org.texi (Exporting Agenda Views): Document agenda export to
455 iCalendar.
456 (Progress logging): Document the new progress logging stuff.
457
458 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
459
460 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
461 Update for change of `mail-source-delete-incoming'.
462
463 * gnus-news.texi: Ditto.
464
465 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
466
467 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
468 custom versions.
469
470 2008-03-07 Alan Mackenzie <acm@muc.de>
471
472 * cc-mode.texi (Limitations and Known Bugs): State that the number of
473 parens/brackets in a k&r region is limited.
474
475 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
476
477 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
478 using different Emacs versions.
479
480 2008-02-27 Glenn Morris <rgm@gnu.org>
481
482 * sc.texi: Remove a lot of old and obsolete info.
483 (titlepage): Simplify.
484 (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
485 (VM with any Emacsen, GNEWS with any Emacsen)
486 (Overloading for Non-conforming MUAs, Version 3 Changes)
487 (The Supercite Mailing List): Delete nodes.
488 (Introduction): Remove info about old packages.
489 (Getting Connected): Simplify. Remove info about old packages.
490 (Citing Commands): Delete Emacs 19 info.
491 (Hints to MUA Authors): Simplify.
492 (Thanks and History): Merge in some info from the deleted node
493 "Version 3 Changes".
494
495 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
496
497 * org.texi (Setting tags, In-buffer settings):
498 * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
499
500 2008-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
501
502 * gnus-news.texi: Mention that spaces and tabs are allowed in the
503 installation directory name.
504
505 2008-02-12 Romain Francoise <romain@orebokech.com>
506
507 * epa.texi (Overview): Fix typo.
508
509 2008-02-11 Daiki Ueno <ueno@unixuser.org>
510
511 * epa.texi (Quick start): Remove the .emacs setting.
512
513 2008-02-10 Daiki Ueno <ueno@unixuser.org>
514
515 * epa.texi (Quick start): Use the command `epa-enable' instead of
516 loading `epa-setup'.
517
518 2008-02-08 Juanma Barranquero <lekktu@gmail.com>
519
520 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
521 ($(infodir)/epa, epa.dvi): New targets.
522
523 2008-02-08 Daiki Ueno <ueno@unixuser.org>
524
525 * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
526
527 * epa.texi: New manual documenting the EasyPG Assistant.
528
529 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
530
531 * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
532 (Inspection): New function dbus-ping.
533
534 2008-02-05 Michael Albinus <michael.albinus@gmx.de>
535
536 * tramp.texi (Remote processes): Add `shell-command'.
537
538 2008-01-28 Michael Sperber <sperber@deinprogramm.de>
539
540 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
541 (Group Parameters): Document `mail-source' parameter.
542
543 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
544
545 * tramp.texi (Inline methods): The hostname of the su(do)? methods
546 must be a local host.
547
548 2008-01-26 Michael Olson <mwolson@gnu.org>
549
550 * erc.texi: Update version for ERC 5.3 release.
551 (Obtaining ERC): Update extras URLs for 5.3.
552 (Development): Write instructions for git, and remove those for Arch.
553 (History): Mention the switch to git.
554
555 2008-01-24 Karl Berry <karl@gnu.org>
556
557 * info.texi (Search Index, Search Text): Mention the command
558 character in the section name, a la the (Go to node) node.
559
560 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
561
562 * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
563
564 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
565
566 * gnus-news.texi: Mention gnus-article-describe-bindings.
567
568 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
569
570 * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
571
572 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
573
574 * org.texi (Property inheritance): New section.
575 (Conventions): New section.
576 (Structure editing): Document C-RET, the prefix arg to the cut/copy
577 commands, and the new bindings for refiling.
578 (Sparse trees): Document the new special command for sparse trees.
579 (References): Be more clear about the counting of hilines.
580 (Handling links): Document M-p/n for accessing links.
581 (Fast access to TODO states): New section.
582 (Per file keywords): New section.
583 (Property inheritance): New section.
584 (Column attributes): New summary types.
585 (Capturing Column View): New section.
586 (The date/time prompt): Cover the new features in the date/time prompt.
587 Compactify the table of keys for the calendar remote control.
588 (Clocking work time): Document the new :scope parameter.
589 (Remember): Promoted to chapter.
590 (Quoted examples): New section.
591 (Enhancing text): New verbatim environments.
592
593 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
594
595 * trampver.texi: Update release number.
596
597 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * gnus.texi (Article Keymap): Add
600 gnus-article-wide-reply-with-original; fix descriptions of
601 gnus-article-reply-with-original and
602 gnus-article-followup-with-original.
603
604 2008-01-09 Glenn Morris <rgm@gnu.org>
605
606 * nxml-mode.texi: Add @copying section.
607
608 2008-01-05 Reiner Steib <Reiner.Steib@gmx.de>
609
610 * message.texi (Mail Variables): Add some text from "(gnus)Posting
611 Server". Add `message-send-mail-with-mailclient'.
612
613 * gnus.texi (Posting Server): Move some text to "(message)Mail
614 Variables" and add a reference here.
615
616 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
617
618 * dbus.texi (Receiving Method Calls): New chapter.
619 (Errors and Events): Add serial number to events. Replace "signal" by
620 "message". Introduce dbus-event-serial-number.
621
622 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
623
624 * dbus.texi (Type Conversion): Explain the type specification for empty
625 arrays. Use another example.
626
627 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
628
629 * dbus.texi (all): Replace "..." by @dots{}.
630 (Type Conversion): Precise the value range for :byte types.
631 (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
632 Mention its return value.
633 (Errors and Events): There is no D-Bus error propagation during event
634 processing.
635
636 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
637
638 * calc.tex (Yacas Language, Maxima Language, Giac Language):
639 New sections.
640
641 2007-12-29 Reiner Steib <Reiner.Steib@gmx.de>
642
643 * gnus.texi (Group Parameters): Reorder the text and add a note about
644 `gnus-parameters' near the beginning of the node.
645
646 2007-12-29 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
647
648 * gnus.texi (Score File Editing): Fix function name.
649
650 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
651
652 Sync with Tramp 2.1.12.
653
654 * trampver.texi: Update release number.
655
656 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
657
658 * dbus.texi (Type Conversion): Correct input parameters mapping.
659
660 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
661
662 * dbus.texi (Type Conversion): Extend for D-Bus compound types.
663 (Errors and Events): Mention wrong-type-argument error.
664
665 2007-12-21 Alex Schroeder <alex@gnu.org>
666
667 * rcirc.texi: Changed single spaces after sentence end to double
668 spaces. Fixed some typos.
669 (Internet Relay Chat): Explain relay.
670 (Getting started with rcirc): Change items to reflect prompts.
671 Add more explanation to rcirc-track-minor-mode and added a comment to
672 warn future maintainers that this section is a copy.
673 (People): Changed /ignore example.
674 (Keywords): Not keywords.
675
676 2007-12-20 Alex Schroeder <alex@gnu.org>
677
678 * rcirc.texi (Top): Fighting Information Overload chapter added.
679 (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
680 (rcirc commands): Moved /ignore command to the new chapter.
681 (Fighting Information Overload): New chapter documenting /keyword,
682 /bright, /dim, channel ignore, and low priority channels.
683 (Configuration): Document rcirc-server-alist, remove
684 rcirc-startup-channels-alist and rcirc-default-server.
685
686 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
687
688 * dbus.texi (Signals): Fix example in dbus-register-signal.
689
690 2007-12-14 Sven Joachim <svenjoac@gmx.de>
691
692 * gnus.texi (Score Variables): Fix typo.
693
694 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
695
696 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
697 (Signals): Adapt dbus-send-signal and dbus-register-signal.
698 (Errors and Events): Adapt dbus-event.
699
700 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
701
702 * gnus.texi (Other Files): Add the yenc command.
703
704 2007-11-30 Reiner Steib <Reiner.Steib@gmx.de>
705
706 * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
707 since 2004-08-06.
708
709 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
710
711 * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
712 on body.
713
714 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
715
716 * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
717 and rfc2047-allow-irregular-q-encoded-words; fix description of
718 rfc2047-encode-encoded-words.
719
720 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
721
722 * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
723
724 2007-12-05 Michael Olson <mwolson@gnu.org>
725
726 * remember.texi (Diary): Remove "require" line for remember-diary.el.
727 Update documentation for `remember-diary-file'.
728
729 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
730
731 * dbus.texi (Signals): Precise `dbus-register-signal'.
732 (Errors and Events): Rework events part, the internal structure of
733 dbus-event has changed.
734
735 2007-12-03 Juanma Barranquero <lekktu@gmail.com>
736
737 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
738 ($(infodir)/dbus, dbus.dvi): New targets.
739
740 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
741
742 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
743 unconditionally.
744
745 * dbus.texi (Synchronous Methods): Show the result of the "lshal"
746 emulation with @print{}.
747
748 2007-12-02 Richard Stallman <rms@gnu.org>
749
750 * dbus.texi (Overview): Minor cleanup.
751
752 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
753
754 * Makefile.in (INFO_TARGETS): Add dbus.
755 (DVI_TARGETS): Add dbus.dvi.
756 (dbus, dbus.dvi): New targets.
757
758 * dbus.texi: New file.
759
760 2007-11-24 Romain Francoise <romain@orebokech.com>
761
762 * nxml-mode.texi: Add description in @direntry.
763 Fix file name to match @setfilename.
764
765 2007-11-23 Mark A. Hershberger <mah@everybody.org>
766
767 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
768 ($(infodir)/nxml-mode): New rule.
769
770 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
771 ($(infodir)/nxml-mode): New rule.
772 (clean): Add nxml-mode*.
773
774 * nxml-mode.texi: New file with nxml manual.
775
776 2007-11-18 Richard Stallman <rms@gnu.org>
777
778 * flymake.texi (Example -- Configuring a tool called directly):
779 Update example.
780
781 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
782
783 * tramp.texi (Filename completion): Simplify explanation of
784 double-slash behavior. Explain directory contents flushing.
785
786 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
787
788 * calc.texi (TeX and LaTeX Language Modes): Put in
789 missing braces.
790
791 2007-11-15 Richard Stallman <rms@gnu.org>
792
793 * cl.texi (Equality Predicates): Delete `eql'.
794 (Predicates, Naming Conventions, Top): Delete `eql'.
795 (Common Lisp Compatibility): Delete `eql'.
796 (Porting Common Lisp): Delete obsolete backquote info.
797 Minor clarification about character constants.
798 (Sequence Basics): Minor clarification.
799
800 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
801
802 * cc-mode.texi (Electric Keys, Custom Macros):
803 * tramp.texi (Filename completion): Fix typos.
804
805 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
806
807 * calc.texi (Basic commands): Mention the menu.
808
809 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
810
811 * tramp.texi (Connection caching): Tramp flushes connection
812 properties when remote operating system has been changed.
813
814 2007-11-09 Reiner Steib <Reiner.Steib@gmx.de>
815
816 * gnus-news.texi: Fix spelling.
817 `message-insert-formatted-citation-line', not
818 `message-insert-formated-citation-line'.
819
820 * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
821
822 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
823
824 * tramp.texi (Overview): Mention also the PuTTY integration under
825 Win32. Remove paragraphs about Tramp's experimental status.
826 (Frequently Asked Questions): Add code example for highlighting the
827 mode line.
828
829 2007-11-03 Michael Olson <mwolson@gnu.org>
830
831 * remember.texi: Change mentions of remember-buffer to
832 remember-finalize throughout.
833
834 2007-10-30 Michael Olson <mwolson@gnu.org>
835
836 * remember.texi (Copying): Remove.
837 (Mailbox): Update with non-BBDB instructions.
838 (Diary, Org): Add.
839 (Bibliography, Planner Page): Remove.
840
841 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
842
843 * makefile.w32-in (INFO_TARGETS): Add remember.
844 (DVI_TARGETS): Add remember.dvi.
845 ($(infodir)/remember): New rule.
846 (clean): Add remember*.
847
848 2007-10-30 Michael Olson <mwolson@gnu.org>
849
850 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
851 ($(infodir)/remember): New rule that builds the Remember Manual.
852
853 * remember.texi: New file containing the Remember Mode Manual.
854 Shuffle chapters around after initial import.
855 (Function Reference): Split Keystrokes into separate chapter.
856 (Keystrokes): Document C-c C-k.
857 (Introduction): Fix typographical issue with "---".
858
859 2007-10-29 Richard Stallman <rms@gnu.org>
860
861 * widget.texi (Introduction): Delete discussion of implementation
862 internals.
863
864 2007-10-29 Michael Albinus <michael.albinus@gmx.de>
865
866 * tramp.texi (Connection caching): Host names must be different
867 when tunneling.
868
869 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
870
871 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
872 Gnus v5.13.
873
874 2007-10-28 Miles Bader <miles@gnu.org>
875
876 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
877
878 2007-10-28 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
879
880 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
881
882 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
883
884 * gnus.texi (Sorting the Summary Buffer): Remove
885 gnus-article-sort-by-date-reverse.
886
887 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
888
889 * gnus.texi (Non-ASCII Group Names): New node.
890 (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
891 gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
892
893 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
894
895 * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
896 clean the output of the program `imap-shell-program'.
897
898 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
899
900 * gnus.texi (IMAP): Mention nnimap-logout-timeout.
901
902 2007-10-28 Tassilo Horn <tassilo@member.fsf.org>
903
904 * gnus.texi (Sticky Articles): Documentation for sticky article
905 buffers.
906
907 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
908
909 * gnus.texi (RSS): Document nnrss-ignore-article-fields.
910
911 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
912
913 * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
914
915 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
916
917 * gnus.texi (Archived Messages): Document
918 gnus-update-message-archive-method.
919
920 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
921
922 * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
923
924 2007-10-28 Michaël Cadilhac <michael@cadilhac.name>
925
926 * gnus.texi (Group Maneuvering): Document
927 `gnus-summary-next-group-on-exit'.
928
929 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
930
931 * gnus.texi (Really Various Summary Commands): Mention
932 gnus-auto-select-on-ephemeral-exit.
933
934 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
935
936 * gnus.texi, message.texi: Bump version number.
937
938 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * gnus.texi (Group Line Specification, Misc Group Stuff)
941 (Server Commands): Parenthesize @pxref{Mail Spool}.
942
943 2007-10-28 Didier Verna <didier@xemacs.org>
944
945 New user option: message-signature-directory.
946 * message.texi (Insertion Variables): Document it.
947 * gnus.texi (Posting Styles): Ditto.
948
949 2007-10-28 Didier Verna <didier@xemacs.org>
950
951 * gnus.texi (Group Line Specification):
952 * gnus.texi (Misc Group Stuff):
953 * gnus.texi (Server Commands): Document the group compaction feature.
954
955 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
956
957 * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
958
959 * message.texi (Various Message Variables): Add message-fill-column.
960
961 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
962
963 * gnus.texi: Untabify.
964
965 2007-10-28 Didier Verna <didier@xemacs.org>
966
967 * gnus.texi (Group Parameters): Document the posting-style merging
968 process in topic-mode.
969
970 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
971
972 * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
973
974 2007-10-28 Romain Francoise <romain@orebokech.com>
975
976 * gnus.texi (Mail Spool): Fix typo.
977 Update copyright.
978
979 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
982
983 2007-10-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
984
985 * gnus.texi (Summary Generation Commands):
986 Add gnus-summary-insert-ticked-articles.
987
988 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
989
990 * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
991 to spam-spamassassin-program.
992
993 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
994
995 * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
996
997 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
998
999 * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
1000
1001 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * message.texi (Mail Headers): Document `opportunistic'.
1004
1005 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1006
1007 * emacs-mime.texi (Encoding Customization): Explain how to set
1008 mm-coding-system-priorities per hierarchy.
1009
1010 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1011
1012 * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
1013 nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
1014
1015 2007-10-28 Didier Verna <didier@xemacs.org>
1016
1017 * message.texi (Wide Reply): Update documentation of
1018 message-dont-reply-to-names (now allowing a list of regexps).
1019
1020 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * gnus.texi (Spam Package Introduction): Fix spam menu and links.
1023
1024 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1025
1026 * gnus.texi (SpamAssassin back end): Fix typo.
1027
1028 * sieve.texi (Examples): Fix grammar.
1029
1030 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1031
1032 * gnus.texi (Searching for Articles): Document M-S and M-R.
1033 (Limiting): Document / b.
1034
1035 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
1037 * gnus.texi (Thread Commands): T M-^.
1038
1039 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1040
1041 * message.texi (Mail Aliases): Document ecomplete.
1042 (Mail Aliases): Fix typo.
1043
1044 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1045
1046 * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
1047 fix typo.
1048
1049 2007-10-28 Romain Francoise <romain@orebokech.com>
1050
1051 * gnus.texi (Mail Spool): Grammar fix.
1052
1053 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1054
1055 * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
1056 string.
1057
1058 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * gnus.texi (Group Parameters): Fix description.
1061
1062 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1063
1064 * gnus.texi (Gmane Spam Reporting):
1065 Fix spam-report-gmane-use-article-number.
1066 Add spam-report-user-mail-address.
1067
1068 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1069
1070 * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
1071
1072 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1073
1074 * gnus.texi (Group Parameters): Add simplified sorting example based on
1075 example for `Sorting the Summary Buffer' from Jari Aalto
1076 <jari.aalto@cante.net>.
1077 (Example Methods): Add example for an indirect connection.
1078
1079 2007-10-28 Kevin Greiner <kevin.greiner@compsol.cc>
1080
1081 * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
1082 (Agent Parameters): Updated parameter names to match code.
1083 (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
1084 'gnus-agent-summary-fetch-series'.
1085 (Agent and flags): New section providing a generalized discussion
1086 of flag handling.
1087 (Agent and IMAP): Removed flag discussion.
1088 (Agent Variables): Added 'gnus-agent-synchronize-flags'.
1089
1090 2007-10-28 Romain Francoise <romain@orebokech.com>
1091
1092 * gnus.texi (Exiting the Summary Buffer): Add new function
1093 `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
1094
1095 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1096
1097 * gnus.texi (Conformity): Fix typo.
1098 (Customizing Articles): Document `first'.
1099
1100 2007-10-28 Jari Aalto <jari.aalto@cante.net>
1101
1102 * gnus.texi (Sorting the Summary Buffer):
1103 Add `gnus-thread-sort-by-date-reverse'. Add example
1104 host to different sorting in NNTP and RSS groups.
1105
1106 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1107
1108 * message.texi (Insertion): Describe prefix for
1109 message-mark-inserted-region and message-mark-insert-file.
1110
1111 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1112
1113 * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
1114 LaTeX documents. Describe "text/x-gnus-verbatim".
1115
1116 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1117
1118 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
1119 (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
1120 (spam-stat spam filtering, SpamOracle)
1121 (Extending the Spam ELisp package): Removed extra quote symbol for
1122 clarity.
1123
1124 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1125
1126 * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
1127 gnus-article-delete-part and gnus-article-replace-part.
1128 (Using MIME): Add gnus-mime-replace-part.
1129
1130 2007-10-28 Romain Francoise <romain@orebokech.com>
1131
1132 * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
1133 requires `auto-compression-mode' to be enabled. Add new nnml
1134 variable `nnml-compressed-files-size-threshold'.
1135
1136 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1137
1138 * gnus.texi (Sorting the Summary Buffer): Added
1139 gnus-thread-sort-by-recipient.
1140
1141 2007-10-28 Romain Francoise <romain@orebokech.com>
1142
1143 * message.texi (Insertion Variables): Mention new variable
1144 `message-yank-empty-prefix'. Change `message-yank-cited-prefix'
1145 documentation accordingly.
1146
1147 2007-10-28 Romain Francoise <romain@orebokech.com>
1148
1149 * gnus.texi (To From Newsgroups): Mention new variables
1150 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
1151
1152 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1153
1154 * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
1155 stuff; gnus-mime-inline-part does the automatic decompression.
1156
1157 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1158
1159 * gnus.texi (Spam ELisp Package Configuration Examples):
1160 "training.ham" should be "training.spam".
1161
1162 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * message.texi (Mail Variables): Fix the default value for
1165 message-send-mail-function.
1166
1167 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1168
1169 * gnus.texi (Optional Back End Functions): nntp-request-update-info
1170 always returns nil exceptionally.
1171
1172 2007-10-28 Simon Josefsson <jas@extundo.com>
1173
1174 * gnus.texi (Article Washing): Add libidn URL. Suggested by
1175 Michael Cook <michael@waxrat.com>.
1176
1177 2007-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1178
1179 * gnus.texi (Topic Commands): Fix next/previous.
1180
1181 2007-10-28 Simon Josefsson <jas@extundo.com>
1182
1183 * gnus.texi (Article Washing): Mention `W i'.
1184
1185 2007-10-28 Jochen Küpper <jochen@fhi-berlin.mpg.de>
1186
1187 * gnus.texi (Group Parameters): Slight extension of sieve
1188 parameter description.
1189
1190 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1191
1192 * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
1193 matching score files as well.
1194 (Picons): Describe `gnus-picon-style'.
1195
1196 2007-10-28 Romain Francoise <romain@orebokech.com>
1197
1198 * message.texi (Message Headers): Mention that headers are hidden
1199 using narrowing, and how to expose them.
1200 Update copyright.
1201
1202 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1203
1204 * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
1205 `gnus-summary-sort-by-recipient'.
1206
1207 2007-10-28 Romain Francoise <romain@orebokech.com>
1208
1209 * gnus.texi (NNTP marks): New node.
1210 (NNTP): Move NNTP marks variables to the new node.
1211
1212 2007-10-28 Jesper Harder <harder@ifa.au.dk>
1213
1214 * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
1215
1216 * gnus.texi (MIME Commands, Hashcash): Markup fix.
1217
1218 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1219
1220 * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
1221 everywhere for consistency.
1222 (Filtering Spam Using The Spam ELisp Package): Admonish again.
1223 (Spam ELisp Package Sequence of Events): This is Gnus, say so.
1224 Say "regular expression" instead of "regex." Admonish. Pick
1225 other words to sound better (s/so/thus/).
1226 (Spam ELisp Package Filtering of Incoming Mail): Mention
1227 statistical filters. Remove old TODO.
1228 (Spam ELisp Package Sorting and Score Display in Summary Buffer):
1229 New section on sorting and displaying the spam score.
1230 (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
1231 backend but an alias to spam-use-BBDB.
1232 (Extending the Spam ELisp package): Rewrite the example using the
1233 new backend functionality.
1234
1235 2007-10-28 Simon Josefsson <jas@extundo.com>
1236
1237 * gnus.texi (NNTP): Mention nntp-marks-is-evil and
1238 nntp-marks-directory, from Romain Francoise
1239 <romain@orebokech.com>.
1240
1241 2007-10-28 Magnus Henoch <mange@freemail.hu>
1242
1243 * gnus.texi (Hashcash): New default value of
1244 hashcash-default-payment.
1245
1246 2007-10-28 Simon Josefsson <jas@extundo.com>
1247
1248 * gnus.texi (Hashcash): Fix URL. Add pref to spam section.
1249 (Anti-spam Hashcash Payments): No need to load hashcash.el now.
1250
1251 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1252
1253 * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
1254
1255 2007-10-28 Simon Josefsson <jas@extundo.com>
1256
1257 * gnus.texi (documentencoding): Add, to avoid warnings.
1258
1259 2007-10-28 Simon Josefsson <jas@extundo.com>
1260
1261 * message.texi (Mail Headers): Add.
1262
1263 * gnus.texi (Hashcash): Fix.
1264
1265 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1266
1267 * gnus.texi (Hashcash): Changed location of library, also mention
1268 that payments can be verified and fix the name of the
1269 hashcash-path variable.
1270
1271 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1272
1273 * gnus.texi (Article Display): Add `gnus-picon-style'.
1274
1275 2007-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1276
1277 * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
1278
1279 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1280
1281 * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
1282 (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
1283 warning about ham processors in spam groups removed.
1284
1285 2007-10-28 Teodor Zlatanov <tzz@lifelogs.com>
1286
1287 * gnus.texi (SpamAssassin backend): Added new node about SpamAssassin.
1288 From Hubert Chan <hubert@uhoreg.ca>.
1289
1290 2007-10-28 Jesper Harder <harder@ifa.au.dk>
1291
1292 * gnus.texi (Spam ELisp Package Sequence of Events): Index.
1293 (Mailing List): Typo.
1294 (Customizing Articles): Add gnus-treat-ansi-sequences.
1295 (Article Washing): Index.
1296
1297 * message.texi: Use m-dash consistently.
1298
1299 2007-10-28 Jesper Harder <harder@ifa.au.dk>
1300
1301 * gnus.texi (GroupLens): Remove.
1302
1303 2007-10-28 Kevin Greiner <kgreiner@xpediantsolutions.com>
1304
1305 * gnus.texi (Outgoing Messages, Agent Variables): Add
1306 gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
1307 Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
1308
1309 2007-10-28 Jesper Harder <harder@ifa.au.dk>
1310
1311 * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
1312
1313 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1314
1315 * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
1316
1317 * gnus.texi (No Gnus): New node. Includes `gnus-news.texi'.
1318
1319 2007-10-28 Simon Josefsson <jas@extundo.com>
1320
1321 * gnus.texi (Top): Add SASL.
1322
1323 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
1324
1325 * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
1326
1327 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1328
1329 * gnus.texi (Troubleshooting): Adjust Gnus version number.
1330
1331 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1332
1333 * calc.texi (Formulas, Composition Basics): Lower the
1334 precedence of negation.
1335
1336 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1337
1338 * ses.texi (The Basics): Mention how to create a new spreadsheet.
1339 Mention the new three-letter column identifiers.
1340 (More on cell printing): Calculate-cell and truncate-cell are now `c'
1341 and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
1342 message when using `c' on an empty default with default printer.
1343 (Buffer-local variables in spreadsheets): `symbolic-formulas' was
1344 renamed to `ses--symbolic-formulas' some time ago.
1345
1346 2007-10-25 Jay Belanger <jay.p.belanger@gmail.com>
1347
1348 * calc.texi (Default Simplifications, Making Selections)
1349 (Customizing Calc): Clarify associativity of multiplication.
1350
1351 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * tramp.texi (Traces and Profiles): Simplify loop over
1354 `trace-function-background'.
1355
1356 2007-10-22 Juri Linkov <juri@jurta.org>
1357
1358 * dired-x.texi (Shell Command Guessing): Default values are now
1359 available by typing M-n instead of M-p.
1360
1361 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * tramp.texi (Cleanup remote connections): New section.
1364 (Password caching): Remove `tramp-clear-passwd'.
1365 It's not a command anymore.
1366 (Bug Reports): Add `tramp-bug' to function index.
1367 (Function Index, Variable Index): New nodes.
1368 (Remote shell setup): Describe `tramp-password-prompt-regexp'.
1369
1370 * trampver.texi: Update release number.
1371
1372 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1373
1374 * calc.texi (History and Acknowledgements): Turn comment
1375 about integer size into past tense.
1376 (Time Zones): Remove pointer to Calc author's address.
1377 (Trigonometric and Hyperbolic Functions): Mention cotangent
1378 and hyperbolic cotangent. Fix typo.
1379
1380 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1381
1382 Sync with Tramp 2.1.11.
1383
1384 * trampver.texi: Update release number.
1385
1386 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * tramp.texi (External packages): New section.
1389
1390 2007-09-29 Juri Linkov <juri@jurta.org>
1391
1392 * info.texi (Help-Int): Document `L' (`Info-history').
1393
1394 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
1395
1396 * org.texi: Change links to webpage and maintained email.
1397 (Remember): Promote to Chapter, significant changes.
1398 (Fast access to TODO states): New section.
1399 (Faces for TODO keywords): New section.
1400 (Export options): Example for #+DATE.
1401 (Progress logging): Section moved.
1402
1403 2007-09-26 Bill Wohler <wohler@newt.com>
1404
1405 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
1406 browse-url-at-mouse.
1407
1408 2007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
1409
1410 * flymake.texi (Customizable variables): Face names don't end in -face.
1411 Fix flymake-err-line-patterns template.
1412 (Example -- Configuring a tool called directly): Fix init-function.
1413 (Highlighting erroneous lines): Face names don't end in -face.
1414
1415 2007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
1416
1417 * erc.texi (Special-Features): Fix small typo.
1418
1419 2007-09-14 Michael Albinus <michael.albinus@gmx.de>
1420
1421 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
1422 and "External transfer methods".
1423
1424 2007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
1425
1426 * calc.texi (Predefined Units): Add some history.
1427
1428 2007-09-08 Michael Olson <mwolson@gnu.org>
1429
1430 * erc.texi (Copying): New section included from gpl.texi.
1431 This matches the look of the upstream ERC manual.
1432
1433 2007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
1434
1435 * calc.texi (History and Acknowledgements): Adjust the "thanks".
1436 (Random Numbers): Clarify the distribution of `random'.
1437
1438 2007-09-06 Glenn Morris <rgm@gnu.org>
1439
1440 * Move manual sources from man/ to subdirectories of doc/.
1441 Split into the Emacs manual in emacs/, and other manuals in misc/.
1442 Change all setfilename commands to use ../../info.
1443 * Makefile.in: Move the parts of the old man/Makefile.in that do not
1444 refer to the Emacs manual here.
1445 (infodir): New variable.
1446 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
1447 (cc-mode.texi, faq.texi): Update references to source file locations.
1448 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
1449 do not refer to the Emacs manual here.
1450 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
1451
1452 * Makefile.in: Add `basename' versions of all info targets, for
1453 convenience when rebuilding just one manual.
1454 (../etc/GNU): Delete obsolete target.
1455 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1456 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1457 *.vrs *.toc here...
1458 (maintainer-clean): ...from here.
1459
1460 * makefile.w32-in (../etc/GNU): Delete obsolete target.
1461
1462 2007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
1463
1464 * calc.texi (Date Conversions): Clarify definition of
1465 Julian day numbering.
1466 (Date Forms): Clarify definition of Julian day numbering;
1467 add some history.
1468
1469 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
1470
1471 * org.texi: Version 5.07.
1472
1473 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
1474
1475 * message.texi (MIME): Replace mml-attach with mml-attach-file.
1476
1477 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
1478
1479 * org.texi (Adding hyperlink types): New section.
1480 (Embedded LaTeX): Chapter updated because of LaTeX export.
1481 (LaTeX export): New section.
1482 (Using links out): New section.
1483
1484 2007-08-22 Glenn Morris <rgm@gnu.org>
1485
1486 * faq.texi (Learning how to do something): Refcards now in
1487 etc/refcards/ directory.
1488
1489 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * tramp.texi (Remote Programs): Persistency file must be cleared when
1492 changing `tramp-remote-path'.
1493 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
1494 macro.
1495
1496 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
1497
1498 * calc.texi: Move contents to beginning of file.
1499 (Algebraic Entry): Fix the formatting of an example.
1500
1501 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
1502
1503 * calc.texi (Basic Operations on Units): Mention exact versus
1504 inexact conversions.
1505
1506 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
1507
1508 * calc.texi (Basic Operations on Units): Mention default
1509 values for new units.
1510 (Quick Calculator Mode): Mention that binary format will
1511 be displayed.
1512
1513 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1514
1515 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
1516
1517 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
1520
1521 2007-08-08 Glenn Morris <rgm@gnu.org>
1522
1523 * gnus.texi, sieve.texi: Replace `iff'.
1524
1525 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
1526
1527 * calc.texi (Basic Graphics): Mention the graphing of error
1528 forms.
1529 (Graphics Options): Mention how `g s' handles error forms.
1530 (Curve Fitting): Mention plotting the curves.
1531 (Standard Nonlinear Models): Add additional models.
1532 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
1533 (Linear Fits): Correct result.
1534
1535 2007-08-01 Alan Mackenzie <acm@muc.de>
1536
1537 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
1538 to "--no-site-file".
1539
1540 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
1541
1542 * tramp.texi (Frequently Asked Questions): Point to mode line
1543 extension in Emacs 23.1.
1544
1545 * trampver.texi: Update release number.
1546
1547 2007-07-27 Glenn Morris <rgm@gnu.org>
1548
1549 * calc.texi (Copying): Include license text from gpl.texi, rather than
1550 in-line.
1551
1552 2007-07-25 Glenn Morris <rgm@gnu.org>
1553
1554 * calc.texi (Copying): Replace license with GPLv3.
1555
1556 * Relicense all FSF files to GPLv3 or later.
1557
1558 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1559
1560 Sync with Tramp 2.1.10.
1561
1562 * tramp.texi (trampfn): Expand macro implementation in order to handle
1563 empty arguments.
1564 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
1565 occurencies by trampfn.
1566 (Frequently Asked Questions): Extend example code for host
1567 identification in the modeline. Add bbdb to approaches shortening Tramp
1568 file names to be typed.
1569
1570 * trampver.texi: Update release number.
1571
1572 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
1575 section. Reported by <poti@potis.org>.
1576 (Remote processes): Arguments of the program to be debugged are taken
1577 literally.
1578 (Frequently Asked Questions): Simplify recentf example.
1579
1580 2007-07-14 Karl Berry <karl@gnu.org>
1581
1582 * info.texi (@copying): New Back-Cover Text.
1583
1584 * info.texi (Quitting Info): Move to proper place in source.
1585 (Reported by Benno Schulenberg.)
1586
1587 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1588
1589 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
1590
1591 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
1592
1593 * emacs-mime.texi: Add @documentencoding directive.
1594
1595 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
1596
1597 * tramp.texi (Remote processes): Add an anchor to the subsection
1598 "Running a debugger on a remote host".
1599
1600 2007-07-12 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * tramp.texi (Remote processes): Don't call it "experimental" any
1603 longer. Add subsection about running a debugger on a remote host.
1604
1605 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
1606
1607 * org.texi (Properties and columns): Chapter rewritten.
1608
1609 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
1610
1611 * tramp.texi:
1612 * trampver.texi: Migrate to Tramp 2.1.
1613
1614 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
1615
1616 * org.texi (Properties): New chapter.
1617
1618 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
1619
1620 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
1621 Control Panel.
1622
1623 * gnus.texi (Misc Article): Add index entry for
1624 gnus-single-article-buffer.
1625
1626 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
1627
1628 * gnus.texi (Starting Up): Fix typo.
1629
1630 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
1631
1632 * gnus.texi (Asynchronous Fetching): Fix typo.
1633
1634 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
1635
1636 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
1637 (About This Manual): Remove redundant information.
1638 (Getting Started): Mention author.
1639 (Basic Arithmetic, Customizing Calc): Make description of the
1640 variable `calc-multiplication-has-precedence' match its new effect.
1641
1642 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
1643
1644 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
1645 the variable `calc-multiplication-has-precedence'.
1646
1647 2007-06-19 Carsten Dominik <dominik@science.uva.nl>
1648
1649 * org.texi (Tag): Section swapped with node Timestamps.
1650 (Formula syntax for Lisp): Document new `L' flag.
1651
1652 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
1653
1654 * gnus.texi (Misc Group Stuff, Summary Buffer)
1655 (Server Commands, Article Keymap): Fix typo. s/function/command/.
1656
1657 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
1660 * gnus.texi (Article Buttons, Mail Source Customization)
1661 (Sending or Not Sending, Customizing NNDiary):
1662 * message.texi (Message Headers):
1663 * mh-e.texi (HTML): Fix typos.
1664
1665 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1666
1667 Sync with Tramp 2.0.56.
1668
1669 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
1670 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
1671
1672 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * Version 22.1 released.
1675
1676 2007-05-26 Michael Olson <mwolson@gnu.org>
1677
1678 * erc.texi (Modules): Fix references to completion modules.
1679
1680 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
1681
1682 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
1683
1684 2007-05-09 Didier Verna <didier@xemacs.org>
1685
1686 * gnus.texi (Email Based Diary): New. Proper documentation for the
1687 nndiary back end and the gnus-diary library.
1688
1689 2007-05-03 Karl Berry <karl@gnu.org>
1690
1691 * .cvsignore (*.pdf): New entry.
1692
1693 * texinfo.tex: Update from current version for better pdf generation.
1694
1695 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
1696
1697 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
1698
1699 2007-04-28 Glenn Morris <rgm@gnu.org>
1700
1701 * faq.texi (New in Emacs 22): Restore mention of python.el pending
1702 consideration of legal status.
1703
1704 2007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
1705
1706 * idlwave.texi: Minor updates for IDLWAVE 6.1.
1707
1708 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * faq.texi (New in Emacs 22): python.el removed.
1711
1712 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1713
1714 * calc.texi (Reporting bugs): Update maintainer's address.
1715
1716 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
1719
1720 2007-04-15 Jay Belanger <belanger@truman.edu>
1721
1722 * calc.texi (Title page): Remove the date.
1723 (Basic Arithmetic): Emphasize that / binds less strongly than *.
1724 (The Standard Calc Interface): Change trail title.
1725 (Floats): Mention that when non-decimal floats are entered, only
1726 approximations are stored.
1727 (Copying): Move to the appendices.
1728 (GNU Free Documentation License): Add as an appendix.
1729
1730 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
1733 * dired-x.texi, ebrowse.texi, ediff.texi:
1734 * emacs-mime.texi, erc.texi, eshell.texi:
1735 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
1736 * idlwave.texi, message.texi, newsticker.texi, org.texi:
1737 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
1738 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1739 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
1740 * woman.texi: Include GFDL.
1741
1742 * doclicense.texi: Remove node heading, so that it can be included by
1743 other files.
1744
1745 * dired-x.texi: Relicence under GFDL. Remove date from title page.
1746
1747 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
1748 than *.
1749
1750 2007-04-14 Carsten Dominik <dominik@science.uva.nl>
1751
1752 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
1753 in Calc.
1754
1755 2007-04-09 Romain Francoise <romain@orebokech.com>
1756
1757 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
1758 Mac OS ports. Make it clear that mouse-1 complements and doesn't
1759 replace mouse-2.
1760
1761 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * woman.texi (Word at point, Interface Options): woman-topic-at-point
1764 renamed to woman-use-topic-at-point. Document new behavior.
1765
1766 2007-04-08 Richard Stallman <rms@gnu.org>
1767
1768 * url.texi: Fix some indexing.
1769 (Disk Caching): Drop discussion of old/other Emacs versions.
1770
1771 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * url.texi (Disk Caching): Say Emacs 21 "and later".
1774
1775 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
1776 on Font locking which now mentions JIT lock.
1777
1778 2007-04-01 Michael Olson <mwolson@gnu.org>
1779
1780 * erc.texi: Update for the ERC 5.2 release.
1781
1782 2007-03-31 David Kastrup <dak@gnu.org>
1783
1784 * woman.texi (Topic, Interface Options): Explain changes semantics of
1785 woman-manpath in order to consider MANPATH_MAP entries.
1786
1787 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1788
1789 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
1790
1791 2007-03-26 Richard Stallman <rms@gnu.org>
1792
1793 * pgg.texi (Caching passphrase): Clean up previous change.
1794
1795 2007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
1796
1797 * gnus.texi (Setting Process Marks): Fix typo.
1798
1799 2007-03-25 Romain Francoise <romain@orebokech.com>
1800
1801 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
1802 readability, and include various fixes by Daniel Brockman, Nick Roberts
1803 and Dieter Wilhelm.
1804
1805 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1806
1807 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
1808
1809 * gnus.texi (Mail Source Specifiers): Fix typo.
1810
1811 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1812
1813 * reftex.texi (Imprint): Update maintainer information.
1814
1815 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * message.texi (Message Buffers): Update documentation for
1818 message-generate-new-buffers.
1819
1820 2007-03-15 Daiki Ueno <ueno@unixuser.org>
1821
1822 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
1823
1824 2007-03-21 Glenn Morris <rgm@gnu.org>
1825
1826 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
1827
1828 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * eshell.texi (Known problems): Emacs 21 -> 22.
1831
1832 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
1833
1834 2007-03-18 Jay Belanger <belanger@truman.edu>
1835
1836 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
1837
1838 2007-03-12 Glenn Morris <rgm@gnu.org>
1839
1840 * calc.texi (Time Zones): Switch to new North America DST rule.
1841
1842 * calc.texi: Replace "daylight savings" with "daylight
1843 saving" in text throughout.
1844
1845 2007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1846
1847 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
1848 The variable now uses a list of symbols instead of just a symbol.
1849 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
1850
1851 2007-03-06 Romain Francoise <romain@orebokech.com>
1852
1853 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
1854 new packages, and mention Gnus update.
1855
1856 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1857
1858 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
1859 nntp-open-connection-functions-never-echo-commands.
1860
1861 2007-02-27 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
1864 problems on the console, and security risk in not using gpg-agent.
1865
1866 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1867
1868 * org.texi (The spreadsheet): Renamed from "Table calculations".
1869 Completely reorganized and rewritten.
1870 (CamelCase links): Section removed.
1871 (Repeating items): New section.
1872 (Tracking TODO state changes): New section.
1873 (Agenda views): Chapter reorganized and rewritten.
1874 (HTML export): Section rewritten.
1875 (Tables in arbitrary syntax): New section.
1876 (Summary): Better feature summary.
1877 (Activation): Document problem with cut-and-paste of Lisp code
1878 from PDF files.
1879 (Visibility cycling): Document indirect buffer use.
1880 (Structure editing): Document sorting.
1881 (Remember): Section rewritten.
1882 (Time stamps): Better description of time stamp types.
1883 (Tag searches): Document regular expression search for tags.
1884 (Stuck projects): New section.
1885 (In-buffer settings): New keywords.
1886 (History and Acknowledgments): Updated description.
1887
1888 2007-02-24 Alan Mackenzie <acm@muc.de>
1889
1890 * cc-mode.texi (Movement Commands): Insert two missing command names.
1891 (Getting Started): Slight wording correction (use conditional).
1892
1893 2007-02-22 Kim F. Storm <storm@cua.dk>
1894
1895 * widget.texi (User Interface, Basic Types): Document need to put some
1896 text before the %v escape in :format string in editable-field widget.
1897
1898 2007-02-18 Romain Francoise <romain@orebokech.com>
1899
1900 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
1901 `cvs-mode-quit'.
1902
1903 2007-02-10 Markus Triska <markus.triska@gmx.at>
1904
1905 * widget.texi (Programming Example): Put constant strings in :format.
1906
1907 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * faq.texi (Fullscreen mode on MS-Windows): New node.
1910
1911 2007-02-04 David Kastrup <dak@gnu.org>
1912
1913 * faq.texi (AUCTeX): Update version number. Should probably be done
1914 for other packages as well.
1915
1916 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1917
1918 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
1919 <tassilo@member.fsf.org>.
1920
1921 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1922
1923 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
1924 ls-lisp-use-localized-time-format.
1925
1926 2007-01-20 Markus Triska <markus.triska@gmx.at>
1927
1928 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
1929
1930 2007-01-13 Michael Olson <mwolson@gnu.org>
1931
1932 * erc.texi (Modules): Mention capab-identify module.
1933
1934 2007-01-05 Michael Olson <mwolson@gnu.org>
1935
1936 * erc.texi (Getting Started): Update for /RECONNECT command.
1937
1938 2007-01-04 Richard Stallman <rms@gnu.org>
1939
1940 * ebrowse.texi: Change C-c b to C-c C-m.
1941
1942 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1943
1944 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
1945 variables only in info to avoid redundant entries in the printed
1946 manual.
1947
1948 2007-01-02 Daiki Ueno <ueno@unixuser.org>
1949
1950 * message.texi (Using PGP/MIME): Document gpg-agent usage.
1951
1952 2007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
1953
1954 * message.texi (Security): Split into sub-nodes.
1955
1956 2007-01-01 Alan Mackenzie <acm@muc.de>
1957
1958 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
1959 eval-after-load in Emacs <=21 and a workaround. Document that
1960 trigraphs are not supported.
1961
1962 2007-01-01 Alan Mackenzie <acm@muc.de>
1963
1964 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
1965 c-context-line-break. When invoked within a string, preserve
1966 whitespace. Add a backslash only when also in a macro.
1967
1968 2007-01-01 Alan Mackenzie <acm@muc.de>
1969
1970 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
1971
1972 2007-01-01 Alan Mackenzie <acm@muc.de>
1973
1974 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
1975 are now bound by default to c-\(beginning\|end\)-of-defun by default.
1976
1977 2007-01-01 Alan Mackenzie <acm@muc.de>
1978
1979 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
1980 "Choosing a Style".
1981
1982 * cc-mode.texi ("Styles"): Add @dfn{style}.
1983
1984 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
1985
1986 Sync with Tramp 2.0.55.
1987
1988 * trampver.texi: Update release number.
1989
1990 2006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
1991
1992 * gnus.texi (Customizing Articles): Add index entries for all
1993 gnus-treat-* variables.
1994
1995 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
1996
1997 * gnus.texi (IMAP): Fix incorrect explanation of
1998 nnimap-search-uids-not-since-is-evil in documentation for
1999 nnimap-expunge-search-string.
2000
2001 2006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
2002
2003 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
2004 spam-ifile-database.
2005
2006 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2007
2008 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
2009 rebind C-s.
2010
2011 2006-12-26 Jouni K. Seppänen <jks@iki.fi>
2012
2013 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
2014 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
2015 "expiring mail".
2016 (IMAP): Document nnimap-search-uids-not-since-is-evil and
2017 nnimap-nov-is-evil.
2018
2019 2006-12-25 Kevin Ryde <user42@zip.com.au>
2020
2021 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
2022 about the key procedure being used heavily.
2023
2024 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
2027 to t.
2028 (Prerequisites): Add explanation about gpg-agent.
2029
2030 2006-12-22 Kevin Ryde <user42@zip.com.au>
2031
2032 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
2033 "sort" instead of "sort*".
2034
2035 2006-12-19 Richard Stallman <rms@gnu.org>
2036
2037 * calc.texi (History and Acknowledgements): Recognize that Emacs
2038 now does have floating point.
2039
2040 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * tramp.texi (External transfer methods): Describe new method `scpc'.
2043
2044 2006-12-17 Sascha Wilde <wilde@sha-bang.de>
2045
2046 * pgg.texi: Added short note on gpg-agent to the introduction.
2047
2048 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2049
2050 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
2051 also applies to Cc.
2052
2053 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2054
2055 * gnus.texi (X-Face): Clarify. Say which programs are required
2056 on Windows.
2057
2058 2006-12-08 Michael Olson <mwolson@gnu.org>
2059
2060 * erc.texi (Modules): Remove documentation for list module.
2061
2062 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2063
2064 * faq.texi (^M in the shell buffer): Ditto.
2065
2066 2006-11-20 Michael Olson <mwolson@gnu.org>
2067
2068 * erc.texi: Call this the 5.2 stable pre-release of ERC.
2069
2070 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
2071
2072 * org.texi: Fix typos.
2073 (Agenda commands): Document `C-k'.
2074
2075 2006-11-16 Eli Zaretskii <eliz@gnu.org>
2076
2077 * url.texi (http/https): Fix a typo in the HTTP URL.
2078
2079 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
2080
2081 * ada-mode.texi: Total rewrite.
2082
2083 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
2084
2085 * org.texi: Minor typo fixes.
2086
2087 2006-11-13 Bill Wohler <wohler@newt.com>
2088
2089 Release MH-E manual version 8.0.3.
2090
2091 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2092 release 8.0.3.
2093
2094 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
2095 to set MAILDIR.
2096 (Reading Mail): Document the customization of read-mail-command
2097 for MH-E.
2098 (Viewing Attachments): Document mm-discouraged-alternatives.
2099 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
2100 (Junk): Add more information about the settings of mh-junk-background
2101 in a program. Add /usr/bin/mh to PATH in examples.
2102
2103 2006-11-12 Richard Stallman <rms@gnu.org>
2104
2105 * woman.texi: Update author address but say he no longer maintains it.
2106
2107 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2108
2109 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
2110 archived trees.
2111 (Checkboxes): Section moved to chapter 5, and extended.
2112 (The date/time prompt): New section.
2113 (Link abbreviations): New section.
2114 (Presentation and sorting): New section.
2115 (Custom agenda views): Section completely rewritten.
2116 (Summary): Compare with Planner.
2117 (Feedback): More info about creating backtraces.
2118 (Plain lists): Modified example.
2119 (Breaking down tasks): New section.
2120 (Custom time format): New section.
2121 (Time stamps): Document inactive timestamps.
2122 (Setting tags): More details about fast tag selection.
2123 (Block agenda): New section.
2124 (Custom agenda views): Section rewritten.
2125 (Block agenda): New section.
2126
2127 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * tramp.texi (Configuration): scp is the default method.
2130 (Default Method): Use ssh as example for another method.
2131
2132 2006-10-27 Richard Stallman <rms@gnu.org>
2133
2134 * woman.texi: Downcase nroff/troff/roff.
2135 (Installation): Chapter deleted. Some xrefs deleted.
2136 (Background): woman doesn't advise man ;-).
2137
2138 2006-10-26 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2139
2140 * ada-mode.texi (Project files, Identifier completion)
2141 (Automatic Casing, Debugging, Using non-standard file names)
2142 (Working Remotely): Fix typos.
2143
2144 2006-10-20 Masatake YAMATO <jet@gyve.org>
2145
2146 * cc-mode.texi (Sample .emacs File): Added missing `)' in
2147 sample code `my-c-initialization-hook'.
2148
2149 2006-10-19 Stuart D. Herring <herring@lanl.gov>
2150
2151 * widget.texi: Fix typos.
2152
2153 2006-10-19 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * tramp.texi (Frequently Asked Questions): Remove questions marked with
2156 "???". There have been no complaints for years, so the information
2157 must be appropriate.
2158
2159 2006-10-16 Richard Stallman <rms@gnu.org>
2160
2161 * widget.texi: Use @var instead of capitalization.
2162 Clarify many widget type descriptions.
2163
2164 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2165
2166 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
2167 gnus-dired-attach.
2168 (Selecting a Group): Fix typo.
2169
2170 2006-10-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2171
2172 * widget.texi: Fix typos.
2173
2174 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
2175
2176 * gnus.texi (Image Enhancements): Update for Emacs 22.
2177
2178 * gnus-faq.texi ([1.3]): Update.
2179
2180 2006-10-06 Richard Stallman <rms@gnu.org>
2181
2182 * faq.texi (Displaying the current line or column):
2183 Delete "As of Emacs 20".
2184
2185 2006-10-06 Romain Francoise <romain@orebokech.com>
2186
2187 * faq.texi (VM): VM works with Emacs 22 too.
2188
2189 2006-10-06 Richard Stallman <rms@gnu.org>
2190
2191 * ebrowse.texi: Remove Emacs version "21" from title.
2192
2193 2006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
2194
2195 * gnus.texi (Foreign Groups): Say where change of editing commands are
2196 stored. Add reference to `gnus-parameters'.
2197
2198 2006-09-15 Jay Belanger <belanger@truman.edu>
2199
2200 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
2201 Change "Library Public License" to "Lesser Public License"
2202 throughout. Use "yyyy" to represent year.
2203
2204 2006-09-15 Carsten Dominik <dominik@science.uva.nl>
2205
2206 * org.texi (Setting tags): Typo fix.
2207
2208 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
2209
2210 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
2211
2212 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2213
2214 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
2215
2216 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2217
2218 * faq.texi (Escape sequences in shell output): EMACS is now set
2219 to Emacs's absolute file name, not to "t".
2220 (^M in the shell buffer): Likewise.
2221 * misc.texi (Interactive Shell): Likewise.
2222
2223 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2224
2225 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
2226 mails with pop3-leave-mail-on-server. Fix wording.
2227 (Limiting): Improve gnus-summary-limit-to-articles.
2228 (X-Face): Fix typo.
2229
2230 2006-09-11 Simon Josefsson <jas@extundo.com>
2231
2232 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
2233 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
2234
2235 2006-09-06 Simon Josefsson <jas@extundo.com>
2236
2237 * smtpmail.texi (Authentication): Mention SSL.
2238
2239 2006-09-01 Eli Zaretskii <eliz@gnu.org>
2240
2241 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
2242 Don't use @indicateurl.
2243
2244 * cc-mode.texi (Subword Movement): Don't use @headitem.
2245 (Custom Braces, Clean-ups): Don't use @tie.
2246
2247 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2248
2249 Sync with Tramp 2.0.54.
2250
2251 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
2252 Suggested by Adrian Phillips <a.phillips@met.no>.
2253
2254 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2255
2256 * org.texi (Installation, Activation): Split from Installation and
2257 Activation.
2258 (Clocking work time): Documented new features.
2259
2260 2006-08-13 Alex Schroeder <alex@gnu.org>
2261
2262 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
2263 example.
2264
2265 2006-08-12 Eli Zaretskii <eliz@gnu.org>
2266
2267 * faq.texi (How to add fonts): New node.
2268
2269 2006-08-05 Romain Francoise <romain@orebokech.com>
2270
2271 * faq.texi (New in Emacs 22): Expand.
2272
2273 2006-08-03 Michael Olson <mwolson@gnu.org>
2274
2275 * erc.texi: Update for ERC 5.1.4.
2276
2277 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
2280 in .../site-lisp/gnus/ by default.
2281 [ From gnus-news.texi in the trunk. ]
2282
2283 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
2284
2285 * gnus.texi (MIME Commands): Additions for yEnc.
2286
2287 2006-07-24 Richard Stallman <rms@gnu.org>
2288
2289 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
2290 * faq.texi: Move periods and commas inside quotes.
2291
2292 2006-07-20 Jay Belanger <belanger@truman.edu>
2293
2294 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
2295
2296 2006-07-18 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * faq.texi (Security risks with Emacs): Document Emacs 22
2299 file-local-variable mechanism.
2300
2301 2006-07-12 Michael Olson <mwolson@gnu.org>
2302
2303 * erc.texi: Update for ERC 5.1.3.
2304
2305 2006-07-12 Alex Schroeder <alex@gnu.org>
2306
2307 * rcirc.texi: Fix typos.
2308 (Getting started with rcirc): New calling convention for M-x irc.
2309 Mention #rcirc. Removed channel tracking.
2310 (Configuration): Changed the names of all variables that got changed
2311 recently, eg. rcirc-server to rcirc-default-server. Added
2312 documentation for rcirc-authinfo, some background for Bitlbee, and
2313 rcirc-track-minor-mode.
2314 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
2315 Scrolling.
2316 (Reconnecting after you have lost the connection): Fixed example code
2317 to match code changes.
2318
2319 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
2320
2321 * gnus.texi, message.texi: Fix typos.
2322
2323 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2324
2325 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
2326 commands.
2327 (Global TODO list): Document the use of the variables
2328 `org-agenda-todo-ignore-scheduled' and
2329 `org-agenda-todo-list-sublevels'.
2330
2331 2006-07-05 Richard Stallman <rms@gnu.org>
2332
2333 * faq.texi (Scrolling only one line): Fix xref.
2334
2335 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2336
2337 * faq.texi (Evaluating Emacs Lisp code):
2338 Throughout, replace eval-current-buffer with eval-buffer.
2339
2340 2006-07-03 Richard Stallman <rms@gnu.org>
2341
2342 * rcirc.texi (Scrolling conservatively): Fix xref.
2343
2344 * pcl-cvs.texi (Viewing differences): Usage fix.
2345
2346 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2347
2348 * org.texi (Agenda commands): Document `s' key to save all org-mode
2349 buffers.
2350
2351 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
2352
2353 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
2354 names. Mention `cvs-msg' face.
2355
2356 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2357
2358 * org.texi (Checkboxes): New section.
2359
2360 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2361
2362 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
2363 throughout this chapter.
2364
2365 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
2368 text for standalone vs Emacs info.
2369 (Help): Clarify header line description. Use mouse-1 for clicks.
2370 (Help-P): Use mouse-1 for clicks.
2371 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
2372 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
2373 (Choose menu subtopic): Remove gratuitous Emacs command names.
2374 (Help-FOO): Put usual behavior first.
2375 (Help-Xref): Clicking on xrefs works in Emacs.
2376 (Search Text): Clarify what the default behavior is.
2377 (Create Info buffer): Fix Emacs window/X window confusion.
2378 (Emacs Info Variables): Fix for new Emacs init file behavior.
2379
2380 2006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2381
2382 * gnus.texi (Summary Buffer Lines): Fix typo.
2383
2384 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2385
2386 * org.texi (Embedded LaTeX): New chapter.
2387 (Archiving): Section rewritten.
2388 (Enhancing text): Some parts moved to the new chapter about LaTeX.
2389
2390 2006-06-20 Bill Wohler <wohler@newt.com>
2391
2392 Release MH-E manual version 8.0.1.
2393
2394 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2395 release 8.0.1.
2396 (Preface): Depend on GNU mailutils 1.0 and higher.
2397
2398 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2399
2400 * message.texi (News Headers): Update message-syntax-checks section.
2401
2402 2006-06-19 Karl Berry <karl@gnu.org>
2403
2404 * info.texi (Advanced): Mention C-q, especially with ?.
2405
2406 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2407
2408 * org.texi (Publishing links): Document the `:link-validation-function'
2409 property.
2410 (Extensions and Hacking): New chapter, includes some sections of the
2411 "Miscellaneous" chapter.
2412
2413 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2414
2415 * org.texi (Progress logging): New section.
2416
2417 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * viper.texi (Viper Specials):
2420 * gnus.texi (Example Setup):
2421 * faq.texi (Backspace invokes help):
2422 * dired-x.texi (Optional Installation Dired Jump):
2423 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
2424 follow coding conventions.
2425
2426 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
2427
2428 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2429
2430 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2431
2432 * org.texi (ASCII export): Document indentation adaptation.
2433 (Setting tags): Document mutually-exclusive tags.
2434
2435 2006-06-05 Romain Francoise <romain@orebokech.com>
2436
2437 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
2438 Fix typo.
2439
2440 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
2441 channel (#gnus@irc.freenode.net).
2442 Fix typos. Update copyright notice.
2443
2444 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
2445 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
2446 (Line-Up Functions, Custom Macros):
2447 * ediff.texi (Window and Frame Configuration)
2448 (Highlighting Difference Regions):
2449 * emacs-mime.texi (Display Customization):
2450 * erc.texi (History):
2451 * eshell.texi (Known problems):
2452 * eudc.texi (Overview, BBDB):
2453 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
2454 (The problem of spam, SpamOracle, Extending the Spam package)
2455 (Conformity, Terminology):
2456 * idlwave.texi (Routine Info)
2457 (Class and Keyword Inheritance, Padding Operators)
2458 (Breakpoints and Stepping, Electric Debug Mode)
2459 (Examining Variables, Troubleshooting):
2460 * org.texi (Creating timestamps):
2461 * reftex.texi (Commands, Options, Changes):
2462 * tramp.texi (Inline methods, Password caching)
2463 (Auto-save and Backup, Issues):
2464 * vip.texi (Files, Commands in Insert Mode):
2465 * viper.texi (Emacs Preliminaries, States in Viper)
2466 (Packages that Change Keymaps, Viper Specials, Groundwork):
2467 Fix various typos.
2468
2469 2006-05-31 Michael Ernst <mernst@alum.mit.edu>
2470
2471 * ediff.texi: Fix typos.
2472
2473 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2474
2475 * org.texi: Small typo fixes.
2476
2477 2006-05-29 Michael Albinus <michael.albinus@gmx.de>
2478
2479 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
2480
2481 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2482
2483 * pcl-cvs.texi: Fix typos.
2484 (Customization): Say "us".
2485
2486 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2487
2488 * org.texi: Remove bogus @setfilename.
2489
2490 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2491
2492 * org.texi (ASCII export): Omit command name.
2493 (HTML export): Add prefix to all lines in Local Variable example.
2494 (Acknowledgments): Typeset names in italics.
2495
2496 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2497
2498 * org.texi (Plain lists): Add new item navigation commands.
2499 (External links): Document elisp and info links.
2500 (Custom searches): New section.
2501 (Publishing): New chapter.
2502 (HTML export): Include a list of supported CSS classes.
2503 (Setting tags): Describe the fast-tag-setting interface.
2504
2505 2006-05-20 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * dired-x.texi: ifinfo -> ifnottex.
2508
2509 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
2510
2511 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2512
2513 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2514
2515 * message.texi (Interface): Add tool bar customization.
2516 (MIME): Index and text additions for mml-attach.
2517 (MIME): Describe mml-dnd-protocol-alist and
2518 mml-dnd-attach-options.
2519
2520 * gnus.texi (Oort Gnus): Reorder entries in sections.
2521 Fix some entries.
2522 (Starting Up): Add references to "Emacs for Heathens" and to
2523 "Finding the News". Add user-full-name and user-mail-address.
2524 (Group Buffer Format): Add tool bar customization and update.
2525 (Summary Buffer): Add tool bar customization.
2526 (Posting Styles): Add message-alternative-emails.
2527
2528 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * tramp.texi (Filename completion): Improve wording.
2531
2532 2006-05-07 Romain Francoise <romain@orebokech.com>
2533
2534 * faq.texi (Using regular expressions): Fix typo.
2535 (Packages that do not come with Emacs): Fix capitalization.
2536 (Replacing text across multiple files): Expand node to explain how
2537 to use `dired-do-query-replace-regexp' in more detail, based on
2538 suggestion by Eric Hanchrow <offby1@blarg.net>.
2539
2540 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * tramp.texi (Filename completion): Completion of remote files'
2543 method, user name and host name is active only in partial
2544 completion mode.
2545
2546 2006-05-06 Bill Wohler <wohler@newt.com>
2547
2548 Release MH-E manual version 8.0.
2549
2550 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2551 release 8.0.
2552
2553 2006-05-06 Bill Wohler <wohler@newt.com>
2554
2555 * mh-e.texi (MH-BOOK-HOME): Change from
2556 http://www.ics.uci.edu/~mh/book/mh to
2557 http://rand-mh.sourceforge.net/book/mh.
2558 Replace .htm suffix with .html for MH book files.
2559 (Using This Manual): Update key binding for getting relevant
2560 chapter in Info from command key.
2561 (Ranges): Fix itemx.
2562
2563 2006-05-05 Karl Berry <karl@gnu.org>
2564
2565 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
2566 (\fonttextsize): New user-level command to change text font size.
2567
2568 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
2569
2570 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
2571
2572 2006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2573
2574 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
2575
2576 2006-04-24 Bill Wohler <wohler@newt.com>
2577
2578 * mh-e.texi (Getting Started): Make it more explicit that you need
2579 to install MH. Add pointers to current MH implementations.
2580
2581 2006-04-21 Bill Wohler <wohler@newt.com>
2582
2583 Release MH-E manual version 7.94.
2584
2585 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2586 release 7.94.
2587
2588 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2589
2590 * org.texi: Many small fixes.
2591 (Handling links): Rename from "Managing links".
2592
2593 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
2594
2595 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
2596 (Splitting mail using spam-stat): Fix @xref.
2597
2598 2006-04-20 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * gnus.texi (Spam Package): Major revision of the text.
2601 Previouly this node was "Filtering Spam Using The Spam ELisp Package".
2602
2603 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2604
2605 * org.texi (Time stamps): Better explanation of the purpose of
2606 different time stamps.
2607 (Structure editing, Plain lists): More details on how new items
2608 and headings are inserted.
2609
2610 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2611
2612 * org.texi (Formula syntax): Fix link to Calc Manual.
2613
2614 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
2615
2616 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
2617
2618 2006-04-17 Bill Wohler <wohler@newt.com>
2619
2620 * mh-e.texi (Folders): Update mh-before-quit-hook and
2621 mh-quit-hook example with code that removes the buffers rather
2622 than just bury them.
2623
2624 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2625
2626 Sync with Tramp 2.0.53.
2627
2628 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2629
2630 * org.texi (Updating settings): New section.
2631 (Visibility cycling): Better names for the startup folding
2632 options.
2633 (Exporting): Completely restructured.
2634 (The very busy C-c C-c key): New section.
2635 (Summary of in-buffer settings): New section.
2636
2637 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
2638
2639 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
2640
2641 2006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
2642
2643 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
2644 (Server Commands): Key `v' is reserved for users.
2645
2646 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2647
2648 * org.texi (Link format): New section, emphasis on bracket links.
2649 (External links): Document bracket links.
2650 (FAQ): Expand to cover shell links and the new link format.
2651
2652 2006-04-09 Kevin Ryde <user42@zip.com.au>
2653
2654 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
2655
2656 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2657
2658 * gnus.texi (Summary Buffer Lines): Add `*'.
2659
2660 2006-04-07 Jochen Küpper <jochen@fhi-berlin.mpg.de>
2661
2662 * gnus.texi (Group Parameters):
2663 Mention gnus-permanently-visible-groups.
2664
2665 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * gnus.texi (Face): Fix typo.
2668
2669 2006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
2670
2671 * gnus.texi (X-Face): Clarify.
2672 (Face): Need Emacs with PNG support.
2673
2674 2006-04-06 Richard Stallman <rms@gnu.org>
2675
2676 * idlwave.texi: Delete the blocks "not suitable for inclusion with
2677 Emacs".
2678
2679 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2680
2681 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
2682 blocks not suitable for inclusion with Emacs using variable
2683 PARTOFEMACS.
2684
2685 2006-04-04 Simon Josefsson <jas@extundo.com>
2686
2687 * gnus.texi (Security): Improve.
2688
2689 2006-04-02 Bill Wohler <wohler@newt.com>
2690
2691 * mh-e.texi (Getting Started, Junk, Bug Reports)
2692 (MH FAQ and Support): Fix URLs.
2693
2694 2006-03-31 Romain Francoise <romain@orebokech.com>
2695
2696 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
2697 to t, not nil (and has for the past eight years).
2698
2699 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2700
2701 * message.texi, gnus.texi: Bump version to 5.11.
2702
2703 2006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
2704
2705 * gnus.texi (Top): Add comment about version line.
2706
2707 * message.texi (Top): Ditto. Change to take named versions into
2708 account.
2709
2710 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
2711
2712 * gnus.texi (Posting Styles): Add x-face-file to example.
2713 (X-Face): Refer to posting styles.
2714
2715 * gnus-faq.texi ([5.8]): Add x-face-file.
2716 ([8.4]): Add links to gmane.emacs.gnus.user and
2717 gmane.emacs.gnus.general.
2718
2719 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
2720
2721 * gnus-faq.texi: Use .invalid.
2722 ([5.4]): Fix gnus-posting-styles example.
2723
2724 2006-03-27 Romain Francoise <romain@orebokech.com>
2725
2726 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
2727 Emacs/W3 needs a new maintainer.
2728 (Ispell): Update author and version info.
2729 (Mailcrypt): Mention PGG.
2730 (New in Emacs 22): Add PGG to the list of new packages.
2731 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
2732 updating dead URLs.
2733
2734 2006-03-25 Karl Berry <karl@gnu.org>
2735
2736 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
2737 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
2738 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
2739 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
2740 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
2741 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
2742 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
2743 (2) do not indent copyright year list (or anything else).
2744
2745 2006-03-21 Bill Wohler <wohler@newt.com>
2746
2747 * mh-e.texi (Folders): Various edits.
2748
2749 2006-03-20 Romain Francoise <romain@orebokech.com>
2750
2751 * gnus.texi (Mail Folders): Grammar fix.
2752
2753 2006-03-19 Bill Wohler <wohler@newt.com>
2754
2755 * mh-e.texi (Replying): Document Mail-Followup-To.
2756 Change manually-formatted table to multitable. Add debugging info.
2757 Move description of mh-reply-default-reply-to into paragraph
2758 that describes its values.
2759
2760 2006-03-17 Bill Wohler <wohler@newt.com>
2761
2762 * mh-e.texi: Use smallexample and smalllisp consistenly.
2763 (Sending Mail Tour): Update method of entering
2764 addresses and subject.
2765 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
2766 (Adding Attachments, Searching): Update screenshots for Emacs 22.
2767
2768 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2769
2770 * org.texi: Version number change only.
2771
2772 2006-03-14 Bill Wohler <wohler@newt.com>
2773
2774 * mh-e.texi: Add index entries around each paragraph rather than
2775 depend on entries from beginning of node. Doing so ensures that
2776 index entries are less likely to be forgotten if text is cut and
2777 pasted, and are necessary anyway if the references are on a
2778 separate page. It seems that makeinfo is now (v. 4.8) only
2779 producing one index entry per node, so there is no longer any
2780 excuse not to. Use subheading instead of heading. The incorrect
2781 use of heading produced very large fonts in Info--as large as the
2782 main heading.
2783 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
2784 versions 6 and 7 appeared *around* the time of these Emacs releases.
2785
2786 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2787
2788 * org.texi (Clean view): Document new startup options.
2789
2790 2006-03-11 Bill Wohler <wohler@newt.com>
2791
2792 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
2793 (Composing, Scan Line Formats): Fix @refs.
2794 (Getting Started): Define MH profile and MH profile components.
2795 (Incorporating Mail, Reading Mail, Viewing, Printing)
2796 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
2797 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
2798 for string constants.
2799 (Tool Bar): Remove spurious quote.
2800 (Junk): Use ``...'' instead of "...".
2801 (Scan Line Formats): Replace @samp with @kbd.
2802
2803 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
2804
2805 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
2806
2807 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
2808
2809 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
2810 easy to understand.
2811
2812 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
2813
2814 * gnus.texi: Markup fix.
2815 (Fancy Mail Splitting): Specify new feature.
2816
2817 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
2820 partial-words matching.
2821
2822 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
2823
2824 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
2825
2826 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
2827 (MIME Commands): Fix mm-discouraged-alternatives.
2828
2829 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2830
2831 * org.texi: Version number change only.
2832
2833 2006-03-06 Bill Wohler <wohler@newt.com>
2834
2835 * mh-e.texi: Move from SourceForge repository to Savannah.
2836 This is version 7.93, which is a total rewrite from the previous
2837 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
2838 version 7.93.
2839
2840 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
2841
2842 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
2843
2844 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2845
2846 * org.texi (Interaction): Add item about `org-mouse.el' by
2847 Piotr Zielinski.
2848 (Managing links): Document that also mouse-1 can be used to
2849 activate a link.
2850 (Headlines, FAQ): Add entry about hiding leading stars.
2851 (Miscellaneous): Resort the sections in this chapter to a more
2852 logical sequence.
2853
2854 2006-02-27 Simon Josefsson <jas@extundo.com>
2855
2856 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
2857 2004-01-27 from the trunk).
2858
2859 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2860
2861 * cc-mode.texi: Rename c-hungry-backspace to
2862 c-hungry-delete-backwards, at the request of RMS. Leave the old
2863 name as an alias.
2864
2865 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2866
2867 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
2868 include the function header within the defun.
2869
2870 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2871
2872 * cc-mode.texi: Correct two typos.
2873
2874 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2875
2876 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
2877 existing comment.
2878 (Electric Keys): Add a justification for electric indentation.
2879 (Hungry WS Deletion): Clear up the names and complications of the
2880 BACKSPACE and DELETE keys.
2881
2882 2006-02-23 Juri Linkov <juri@jurta.org>
2883
2884 * faq.texi (Common requests): Move `Turning on auto-fill by
2885 default' after `Wrapping words automatically'. Move `Working with
2886 unprintable characters' before `Searching for/replacing newlines'.
2887 Move `Replacing highlighted text' after `Highlighting a region'.
2888 Merge `Repeating commands' and `Repeating a command as many times
2889 as possible' into the former.
2890 (Packages that do not come with Emacs): Add refs to Gmane and
2891 etc/MORE.STUFF.
2892
2893 2006-02-23 Juri Linkov <juri@jurta.org>
2894
2895 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
2896 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
2897 Add xref to `(emacs)Reporting Bugs'.
2898 (Getting a printed manual): Add URL to other formats of the manual.
2899 (Common requests): Fix menu.
2900 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
2901 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
2902 (Inserting text at the beginning of each line): Add pxref to
2903 `Changing the included text prefix'.
2904 (Forcing the cursor to remain in the same column): Mention `track-eol'
2905 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
2906 (Replacing text across multiple files): Add keybinding `Q' for
2907 `dired-do-query-replace'.
2908
2909 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2910
2911 * reftex.texi: Version number and date change only.
2912
2913 * org.texi (Internal Links): Rewrite to cover the modified
2914 linking system.
2915
2916 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2917
2918 * faq.texi: Remove the coding cookie, it's not needed anymore.
2919
2920 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2921
2922 * faq.texi (Colors on a TTY): Mention Mac OS port.
2923
2924 2006-02-12 Karl Berry <karl@gnu.org>
2925
2926 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
2927 8-bit accented a.
2928
2929 2006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
2930
2931 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
2932
2933 2006-02-08 Romain Francoise <romain@orebokech.com>
2934
2935 * faq.texi (Top): Remove paragraph about the FAQ being a
2936 transitional document, etc.
2937 (Searching for/replacing newlines): New node.
2938 (Yanking text in isearch): New node.
2939 (Inserting text at the beginning of each line): Rename and make
2940 more general, mention `M-;' in Message mode.
2941
2942 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
2943
2944 * faq.texi (Meta key does not work in xterm)
2945 (Emacs does not display 8-bit characters)
2946 (Inputting eight-bit characters): Update xrefs.
2947
2948 2006-02-06 Romain Francoise <romain@orebokech.com>
2949
2950 * faq.texi (VM): VM now at version 7.19.
2951 Set myself as maintainer of this file.
2952
2953 2006-02-04 Michael Olson <mwolson@gnu.org>
2954
2955 * erc.texi (History): Note that ERC is now included with Emacs.
2956
2957 2006-01-31 Romain Francoise <romain@orebokech.com>
2958
2959 * message.texi (Message Headers): Explain what
2960 `message-alternative-emails' does in more detail.
2961 Update copyright year.
2962
2963 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
2966
2967 2006-01-29 Richard M. Stallman <rms@gnu.org>
2968
2969 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
2970
2971 2006-01-29 Michael Olson <mwolson@gnu.org>
2972
2973 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
2974
2975 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
2976
2977 * faq.texi (New in Emacs 22): Mention ERC.
2978
2979 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2980
2981 * rcirc.texi: Capitalize dir entry for consistency with the entry
2982 in info/dir and other entries in the Emacs category.
2983 Fix typos. Delete trailing whitespace.
2984
2985 2006-01-28 Björn Lindström <bkhl@elektrubadur.se>
2986
2987 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
2988
2989 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2990
2991 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
2992 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
2993
2994 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
2995 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
2996
2997 2006-01-27 Alex Schroeder <alex@gnu.org>
2998
2999 * rcirc.texi: New file.
3000
3001 2006-01-23 Juri Linkov <juri@jurta.org>
3002
3003 * widget.texi (User Interface): Add S-TAB for widget-backward.
3004
3005 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3006
3007 Sync with Tramp 2.0.52.
3008
3009 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
3010 Add Tramp disabling item. New item for common connection problems.
3011 (various): Apply "ftp" as method for the download URL.
3012 (Bug Reports): Refer to FAQ for common problems.
3013
3014 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3015
3016 * widget.texi (User Interface): Use @key for TAB.
3017
3018 * ses.texi (Formulas, Printer functions): Use @key for TAB.
3019
3020 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
3021 for TAB.
3022
3023 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
3024
3025 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3026
3027 * gnus.texi: Update copyright.
3028
3029 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3030
3031 * gnus.texi (Article Washing): Additions.
3032
3033 2006-01-08 Alex Schroeder <alex@gnu.org>
3034
3035 * pgg.texi (Caching passphrase): Rewording.
3036
3037 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3038
3039 * org.texi (Agenda commands): Document tags command.
3040
3041 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
3044
3045 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3046
3047 * gnus.texi (RSS): Addition.
3048
3049 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
3052
3053 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3054
3055 * emacs-mime.texi (Display Customization): Add setting example to
3056 mm-discouraged-alternatives.
3057
3058 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
3061 version is the canonical version.
3062
3063 2006-01-08 Alex Schroeder <alex@gnu.org>
3064
3065 * pgg.texi (Caching passphrase): Rewording.
3066
3067 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3068
3069 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
3070 repository URL.
3071
3072 2006-01-06 Carsten Dominik <dominik@science.uva.nl>
3073
3074 * org.texi: Removed the accidentally re-added empty line in the
3075 direntry.
3076
3077 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3078
3079 * org.texi (Agenda Views): Chapter reorganized.
3080
3081 2005-12-29 Romain Francoise <romain@orebokech.com>
3082
3083 * faq.texi (Using Customize): New node.
3084
3085 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * org.texi: Remove blank line in @direntry. It is non-standard
3088 and recursively produces blank lines all over the dir file (when
3089 using Texinfo 4.8).
3090
3091 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3092
3093 * widget.texi (atoms): Delete obsolete remark about `file' widget.
3094
3095 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3096
3097 * org.texi (Tags): Boolean logic documented.
3098 (Agenda Views): Document custom commands.
3099
3100 2005-12-20 David Kastrup <dak@gnu.org>
3101
3102 * faq.texi (AUCTeX): Update version and mailing list info.
3103
3104 2005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3105
3106 * gnus.texi (MIME Commands): Mention addition of
3107 multipart/alternative to gnus-buttonized-mime-types and add xref
3108 to mm-discouraged-alternatives.
3109
3110 * emacs-mime.texi (Display Customization): Mention addition of
3111 "image/.*" and add xref to gnus-buttonized-mime-types in the
3112 mm-discouraged-alternatives section.
3113
3114 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3115
3116 * org.texi (Tags): New section.
3117 (Agenda Views): Chapter reorganized.
3118
3119 2005-12-16 Eli Zaretskii <eliz@gnu.org>
3120
3121 * org.texi (Internal Links): Add a missing comma after an @xref.
3122
3123 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * faq.texi (Filling paragraphs with a single space): No need to
3126 change sentence-end now.
3127
3128 2005-12-13 Romain Francoise <romain@orebokech.com>
3129
3130 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
3131
3132 2005-12-12 Jay Belanger <belanger@truman.edu>
3133
3134 * faq.texi (Calc): Update version number.
3135
3136 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3137
3138 * org.texi (Progress Logging): New section.
3139
3140 2005-12-10 Romain Francoise <romain@orebokech.com>
3141
3142 Update the Emacs FAQ for the 22.1 release.
3143
3144 * faq.texi: Set VER to `22.1'.
3145 (Basic editing): Explain how to use localized versions of the
3146 Tutorial. Mention that `C-h r' displays the manual. Delete
3147 obsolete WWW link to an Emacs 18 tutorial.
3148 (Getting a printed manual): Point to the new locations of the
3149 manuals on the GNU Web site.
3150 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
3151 available via Info (it was previously distributed separately).
3152 (Installing Texinfo documentation): The latest version of Texinfo
3153 is 4.8, not 4.0.
3154 (Informational files for Emacs): COPYING is the GNU General Public
3155 License, not the Emacs General Public License.
3156 (Informational files for Emacs): Delete obsolete link to the
3157 GNUinfo pages as they have been removed from the GNU Web site.
3158 (New in Emacs 22): New node.
3159 (Setting up a customization file): Say that most packages support
3160 Customize nowadays.
3161 (Colors on a TTY): Delete reference to instructions on how to
3162 enable syntax highlighting, it is now enabled by default.
3163 (Turning on abbrevs by default): Emacs now reads the abbrevs file
3164 at startup automatically.
3165 (Controlling case sensitivity): Mention `M-c' in isearch.
3166 (Using an already running Emacs process): Emacs now creates the
3167 socket in `/tmp/emacsUID'. Fix typos. Change default location of
3168 gnuserv. As emacsclient can now run Lisp code as well, delete a
3169 sentence praising gnuserv for that. Simplify description of how
3170 the client/server operation works.
3171 (Compiler error messages): Delete obsolete text (compile.el has
3172 been rewritten).
3173 (Indenting switch statements): Fix typo.
3174 (Matching parentheses): Simplify setup instructions, mention the
3175 menu bar item in the Options menu.
3176 (Repeating a command as many times as possible): Mention `C-x e'.
3177 (Going to a line by number): Mention new keymap and bindings
3178 `M-g M-g', `M-g M-p' and `M-g M-n'.
3179 (Turning on syntax highlighting): Now on by default. Simplify.
3180 (Replacing highlighted text): Use `1', not `t'.
3181 (Problems with very large files): The maximum size is now 256MB on
3182 32-bit machines.
3183 (^M in the shell buffer): Mention `comint-process-echoes'.
3184 (Emacs for Apple computers): Emacs 22 has native support for Mac
3185 OS X.
3186 (Translating names to IP addresses): Delete node.
3187 (Binding keys to commands): Fix typo.
3188 (SPC no longer completes file names): New node.
3189 (MIME with Emacs mail packages): Delete section about the Emacs
3190 MIME FAQ (it's not reachable anymore).
3191
3192 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3193
3194 * cc-mode.texi: The manual has been extensively revised: the
3195 information about using CC Mode has been separated from the larger
3196 and more difficult chapters about configuration. It has been
3197 updated for CC Mode 5.31.
3198
3199 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3200
3201 * pgg.texi (User Commands): Fix description of pgg-verify-region.
3202 (Selecting an implementation): Fix descriptions.
3203
3204 2005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3205
3206 * message.texi (Various Message Variables): Addition.
3207
3208 2005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * message.texi: Fix default values.
3211
3212 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * message.texi (Header Commands): Clarify descriptions of
3215 message-cross-post-followup-to, message-reduce-to-to-cc, and
3216 message-insert-wide-reply.
3217 (Various Commands): Fix kindex for message-kill-to-signature;
3218 clarify description of message-tab.
3219
3220 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3221
3222 * message.texi (Mailing Lists): Fix description about MFT.
3223
3224 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
3225
3226 2005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3227
3228 * gnus.texi (Slow Terminal Connection): Replace old description
3229 with new one.
3230
3231 2005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
3232
3233 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
3234 replace X-Draft-Headers with X-Draft-From.
3235
3236 2005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3237
3238 * gnus.texi (Various Various): Fix the default value of
3239 nnheader-max-head-length.
3240 (Gnus Versions): Fix typo.
3241
3242 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
3243
3244 * org.texi (Structure editing): Document new functionality of
3245 M-RET.
3246
3247 2005-12-06 Luc Teirlinck <teirllm@auburn.edu>
3248
3249 * org.texi (Internal Links): Fix Texinfo usage.
3250
3251 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
3252
3253 * org.texi (TODO basics): Document the global todo list.
3254 (TODO items): Documents sparse tree for specific TODO
3255 keywords.
3256
3257 2005-11-30 Carsten Dominik <dominik@science.uva.nl>
3258
3259 * org.texi (Plain Lists): Typos fixed.
3260
3261 2005-11-28 Jay Belanger <belanger@truman.edu>
3262
3263 * calc.texi: Change references of `M-#' to `C-x *' prefix.
3264
3265 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
3266
3267 * org.texi (Structure editing): New item moving commands added.
3268 (Plain Lists): New section.
3269
3270 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
3271
3272 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
3273 (Agenda): Document commands `org-cycle-agenda-files' and
3274 `org-agenda-file-to-front'
3275 (Built-in table editor): Document `org-table-sort-lines'.
3276 (HTML formatting): Export of hand-formatted lists.
3277
3278 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
3281 new variable gnus-toolbar-thickness.
3282
3283 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
3284
3285 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
3286
3287 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3288
3289 * gnus.texi (X-Face): Fix description.
3290 (XVarious): Remove gnus-xmas-logo-color-alist and
3291 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
3292
3293 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * gnus.texi (Group Parameters): Mention new variable
3296 gnus-parameters-case-fold-search.
3297 (Home Score File): Addition.
3298
3299 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3300
3301 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
3302 (Overview): List supported feed types.
3303 (Installation): No installation necessary when using autoload.
3304 (Configuration): Rename "RSS" to "news".
3305
3306 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3307
3308 * pgg.texi (User Commands): Document additional passphrase
3309 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
3310 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
3311
3312 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3313
3314 * org.texi: Version number changed to 3.19.
3315
3316 2005-10-29 Sascha Wilde <wilde@sha-bang.de>
3317
3318 * pgg.texi (How to use): Update the example to add autoload of
3319 pgg-encrypt-symmetric-region.
3320 (User Commands): Document pgg-encrypt-symmetric-region.
3321 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
3322
3323 2005-10-27 Jay Belanger <belanger@truman.edu>
3324
3325 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
3326 mention other TeX-related units.
3327
3328 2005-10-23 Lars Hansen <larsh@soem.dk>
3329
3330 * dired-x.texi (Miscellaneous Commands): Replace
3331 dired-do-relative-symlink by dired-do-relsymlink and
3332 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
3333
3334 2005-10-23 Jay Belanger <belanger@truman.edu>
3335
3336 * calc.texi (Predefined Units): Use `alpha' for the fine structure
3337 constant.
3338
3339 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * faq.texi (Bugs and problems): Replace
3342 `dired-move-to-filename-regexp' by
3343 `directory-listing-before-filename-regexp'.
3344
3345 2005-10-22 Eli Zaretskii <eliz@gnu.org>
3346
3347 * newsticker.texi (UPDATED): Set value.
3348
3349 2005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
3350
3351 * gnus.texi (Document Groups): Remove duplicate item.
3352
3353 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
3354
3355 * org.texi (Summary): Mention iCalendar support.
3356 (Exporting): Document iCalendar support.
3357
3358 2005-10-18 Romain Francoise <romain@orebokech.com>
3359
3360 * viper.texi (Viper Specials): Capitalize GNU.
3361
3362 2005-10-17 Juri Linkov <juri@jurta.org>
3363
3364 * info.texi (Getting Started, Search Index, Expert Info):
3365 Fix wording.
3366 (Search Text): Replace `echo area' with `mode line'.
3367 (Search Index): Both `i' and `,' find all index entries.
3368 Replace example `C-f' with `C-l' (which exists in index of Info
3369 manual) and delete spaces in its keyboard input sequence.
3370 Delete unnecessary explanations about literal characters.
3371
3372 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
3373
3374 * gnus.texi (Document Server Internals): Addition.
3375
3376 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3377
3378 * gnus.texi (A note on namespaces): Fix RFC reference.
3379
3380 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3381
3382 * gnus.texi (RSS): Fix key description.
3383
3384 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3385
3386 * gnus.texi: Emacs/w3 -> Emacs/W3.
3387 (Browsing the Web): Fix description.
3388 (Web Searches): Ditto.
3389 (Customizing W3): Ditto.
3390
3391 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * gnus.texi (Maildir): Clarify expire-age and expire-group.
3394
3395 2005-10-11 Jay Belanger <belanger@truman.edu>
3396
3397 * calc.texi (Integration): Mention using `a i' to compute definite
3398 integrals.
3399
3400 2005-10-11 Juri Linkov <juri@jurta.org>
3401
3402 * info.texi: Rearrange nodes.
3403 (Top): Update menu. Change ref `Info for Experts' to
3404 `Advanced Info Commands'.
3405 (Getting Started): Fix description of manual's parts.
3406 (Help-Int): Change xref `Info Search' to `Search Index', and
3407 `Expert Info' to `Advanced'.
3408 (Advanced): Move node one level up.
3409 (Search Text, Search Index): New nodes split out from `Info Search'.
3410 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
3411 split out from `Advanced'.
3412 (Advanced, Emacs Info Variables): De-document editing an Info file
3413 in Info.
3414 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
3415 (Creating an Info File): Delete node and move its text to
3416 `Expert Info'.
3417
3418 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3419
3420 * org.texi (Workflow states): Documented that change in keywords
3421 becomes active only after restart of Emacs.
3422
3423 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3424
3425 Sync with Tramp 2.0.51.
3426
3427 2005-10-08 Nick Roberts <nickrob@snap.net.nz>
3428
3429 * speedbar.texi (Introduction): Describe new location of speedbar
3430 on menubar.
3431 (Basic Key Bindings): Remove descriptions of bindings that have
3432 been removed.
3433
3434 2005-10-05 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * speedbar.texi (GDB): Describe use of watch expressions.
3437
3438 2005-09-28 Simon Josefsson <jas@extundo.com>
3439
3440 * message.texi (IDNA): Fix.
3441
3442 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3443
3444 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
3445 nntp-server-hook, and nntp-warn-about-losing-connection; fix
3446 description of nntp-open-connection-function.
3447 (Common Variables): Fix descriptions.
3448
3449 2005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
3450
3451 * gnus.texi (Server Buffer Format): Document the %a format spec.
3452
3453 2005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3454
3455 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
3456
3457 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3458
3459 * org.texi Version 3.16.
3460
3461 2005-09-19 Miles Bader <miles@gnu.org>
3462
3463 * newsticker.texi: Get rid of CVS keywords.
3464
3465 2005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3466
3467 * gnus.texi (Finding the Parent): Fix description of how Gnus
3468 finds article.
3469
3470 2005-09-14 Jari Aalto <jari.aalto@cante.net>
3471
3472 * gnus.texi (Advanced Scoring Examples): New examples to teach how
3473 to drop off non-answered articles.
3474
3475 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3476
3477 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
3478 braces (which are unsupported by NMAKE) for macro `srcdir'.
3479
3480 2005-09-17 Eli Zaretskii <eliz@gnu.org>
3481
3482 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
3483 (../info/newsticker, newsticker.dvi): New targets.
3484
3485 2005-09-17 Ulf Jasper <ulf.jasper@web.de>
3486
3487 * newsticker.texi: Replace @command with @code. Replace @example
3488 with @lisp.
3489 (Top): Added explanations to menu items.
3490 (GNU Free Documentation License): Removed.
3491
3492 2005-09-16 Romain Francoise <romain@orebokech.com>
3493
3494 Update all files to specify GFDL version 1.2.
3495
3496 * doclicense.texi (GNU Free Documentation License): Update to
3497 version 1.2.
3498
3499 2005-09-15 Richard M. Stallman <rms@gnu.org>
3500
3501 * newsticker.texi: Fix @setfilename.
3502
3503 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
3504 (../info/newsticker, newsticker.dvi): New targets.
3505
3506 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
3507
3508 * org.texi: Version 3.15.
3509
3510 2005-08-29 Luc Teirlinck <teirllm@auburn.edu>
3511
3512 * ses.texi: Combine all three indices into one.
3513 Correct a few typos.
3514
3515 2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
3518
3519 2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3520
3521 * emacs-mime.texi (Handles): Remove duplicate item.
3522 (Encoding Customization): Fix the default value for
3523 mm-coding-system-priorities.
3524 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
3525 (Basic Functions): Fix reference.
3526
3527 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3528
3529 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
3530
3531 2005-08-18 Richard M. Stallman <rms@gnu.org>
3532
3533 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
3534 and web site.
3535
3536 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
3537 not keyboard-translate.
3538
3539 2005-08-11 Richard M. Stallman <rms@gnu.org>
3540
3541 * faq.texi (Using regular expressions): Fix xref.
3542
3543 2005-08-09 Juri Linkov <juri@jurta.org>
3544
3545 * info.texi (Help-P): Replace `Prev' with `Previous'.
3546 (Help-M, Help-Xref): Add S-TAB.
3547 (Help-FOO): Update `u' command.
3548 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
3549 Update info about visibility of xref parts.
3550 (Help-Int): Fix `m' command. Rename `Info-last' to
3551 `Info-history-back'. Add `Info-history-forward'.
3552 (Advanced): Fix `g*' and `M-n' commands.
3553 (Info Search): Add `index-apropos' in stand-alone browser.
3554 Add isearch commands.
3555 (Emacs Info Variables): Remove `Info-fontify'.
3556 Add `Info-mode-hook'. Update face names.
3557 Add `Info-fontify-maximum-menu-size',
3558 `Info-fontify-visited-nodes', `Info-isearch-search'.
3559
3560 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3561
3562 Sync with Tramp 2.0.50.
3563
3564 * tramp.texi: Use @option{} consequently for method names.
3565 (Inline methods, External transfer methods): Remove references to
3566 Cygwin.
3567 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
3568 implementation.
3569
3570 2005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
3571
3572 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
3573 Mention that gnus-init-file is not read when Emacs is invoked with
3574 --no-init-file or -q.
3575
3576 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3577
3578 * org.texi: Version 3.14.
3579
3580 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
3581
3582 * org.texi: Version 3.13.
3583
3584 2005-07-18 Juri Linkov <juri@jurta.org>
3585
3586 * calc.texi (Time Zones, Logical Operations):
3587 * cl.texi (Overview):
3588 * org.texi (TODO types):
3589 * sc.texi (Emacs 18 MUAs):
3590 * speedbar.texi (Top):
3591 * url.texi (History):
3592 Delete duplicate duplicate words.
3593
3594 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change)
3595
3596 * cl.texi (Type Predicates): Document `atom' type.
3597
3598 2005-07-04 Lute Kamstra <lute@gnu.org>
3599
3600 Update FSF's address in GPL notices.
3601
3602 * calc.texi (Copying):
3603 * doclicense.texi (GNU Free Documentation License):
3604 * faq.texi (Contacting the FSF):
3605 * mh-e.texi (Copying): Update FSF's address.
3606
3607 2005-07-03 Richard M. Stallman <rms@gnu.org>
3608
3609 * flymake.texi (Example -- Configuring a tool called directly):
3610 Update name of flymake-build-relative-filename.
3611
3612 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
3615
3616 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
3617
3618 * org.texi: Version 3.12.
3619
3620 2005-06-24 Eli Zaretskii <eliz@gnu.org>
3621
3622 * makefile.w32-in (MAKEINFO): Use --force.
3623 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
3624 Makefile.in.
3625 (gnus.dvi): Use "..." to quote Sed args, so that it works with
3626 more shells.
3627
3628 2005-06-23 Richard M. Stallman <rms@gnu.org>
3629
3630 * speedbar.texi (Creating a display): Texinfo usage fixes.
3631
3632 * tramp.texi (Customizing Completion, Auto-save and Backup):
3633 Texinfo usage fixes.
3634
3635 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * dired-x.texi (Miscellaneous Commands):
3638 * ediff.texi (Miscellaneous):
3639 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
3640 (Agent Variables):
3641 * info.texi (Help-Xref):
3642 * message.texi (Message Headers):
3643 * org.texi (Remember):
3644 * reftex.texi (Options (Defining Label Environments)):
3645 (Options (Index Support)):
3646 (Options (Viewing Cross-References)):
3647 (Options (Misc)):
3648 (Changes):
3649 * speedbar.texi (Creating a display):
3650 * tramp.texi (Customizing Completion, Auto-save and Backup):
3651 Texinfo usage fix.
3652
3653 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3654
3655 * org.texi: Version 3.11.
3656
3657 2005-06-12 Jay Belanger <belanger@truman.edu>
3658
3659 * calc.texi (Getting Started): Remove extra menu item.
3660
3661 2005-05-31 Jay Belanger <belanger@truman.edu>
3662
3663 * calc.texi (Notations Used in This Manual): Use @kbd for key
3664 sequence.
3665 (Demonstration of Calc): Mention another way of starting Calc.
3666 (Starting Calc): Mention long name of M-#.
3667 (Embedded Mode Overview): Remove unnecessary instruction.
3668 (Other M-# commands): Rephrase `M-# 0' explanation.
3669 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
3670 reflect current behavior.
3671
3672 2005-05-30 Jay Belanger <belanger@truman.edu>
3673
3674 * calc.texi (Hooks): Change description of calc-window-hook and
3675 calc-trail-window-hook to match usage.
3676 (Computational Functions): Add more constant-generating functions.
3677 (Customizable Variables): Use defvar.
3678
3679 2005-05-28 Jay Belanger <belanger@truman.edu>
3680
3681 * calc.texi (Assignments in Embedded Mode): Fix variable name.
3682 (Basic Embedded Mode): Explain behavior of arguments to
3683 calc-embedded-mode.
3684
3685 2005-05-27 Jay Belanger <belanger@truman.edu>
3686
3687 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
3688 current behavior.
3689
3690 2005-05-25 Jay Belanger <belanger@truman.edu>
3691
3692 * calc.texi: Change Calc version number throughout.
3693 (Keypad Mode): Change location in info output.
3694 (Keypad mode overview): Move picture of keypad.
3695
3696 2005-05-21 Jay Belanger <belanger@truman.edu>
3697
3698 * calc.texi (Storing variables): Mention that only most variables
3699 are void to begin with.
3700
3701 2005-05-21 Kevin Ryde <user42@zip.com.au>
3702
3703 * widget.texi (Basic Types): Update cross ref from "Enabling
3704 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
3705 lispref/text.texi change.
3706
3707 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3708
3709 * org.texi: Version 3.09.
3710
3711 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3712
3713 * reftex.texi: Version 4.28.
3714
3715 2005-05-16 Jay Belanger <belanger@truman.edu>
3716
3717 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
3718
3719 2005-05-14 Jay Belanger <belanger@truman.edu>
3720
3721 * calc.texi (Default Simplifications): Insert missing ! (logical
3722 not operator).
3723
3724 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3725
3726 Sync with Tramp 2.0.49.
3727
3728 2005-05-10 Jay Belanger <belanger@truman.edu>
3729
3730 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
3731 to 1.
3732
3733 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3734
3735 * org.texi: Version 3.08, structure reorganized.
3736
3737 2005-04-24 Richard M. Stallman <rms@gnu.org>
3738
3739 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
3740
3741 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3742
3743 * org.texi: Update to version 3.06.
3744
3745 2005-04-13 Lute Kamstra <lute@gnu.org>
3746
3747 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
3748
3749 2005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3750
3751 * cl.texi (Porting Common Lisp): Fix typo.
3752
3753 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3754
3755 * gnus.texi (RSS): Addition.
3756
3757 2005-04-04 Jay Belanger <belanger@truman.edu>
3758
3759 * calc.texi: Change Calc version number.
3760 (Customizable variables): Fix description of calc-language-alist.
3761 (Copying): Put in version 2 of GPL.
3762
3763 2005-04-01 Jay Belanger <belanger@truman.edu>
3764
3765 * calc.texi (Troubleshooting Commands): Remove comment about
3766 installation.
3767 (Installation): Remove section.
3768 (Customizable Variables): New section.
3769 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
3770 (Graphical Devices): Add references to Customizable Variables.
3771
3772 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * emacs-mime.texi (Display Customization): Markup fixes.
3775 (rfc2047): Update.
3776
3777 2005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
3778
3779 * gnus-faq.texi: Replaced with auto-generated version.
3780
3781 2005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3782
3783 * dired-x.texi (Multiple Dired Directories): default-directory was
3784 renamed to dired-default-directory.
3785
3786 2005-03-26 Jay Belanger <belanger@truman.edu>
3787
3788 * calc.texi (Simplifying Formulas, Rewrite Rules):
3789 Change description of top and bottom of fraction.
3790 (Modulo Forms): Move description of how to create modulo forms to
3791 earlier in the section.
3792 (Fraction Mode): Suggest using : to get a fraction by dividing.
3793 (Basic Arithmetic): Adjust placement of command name.
3794 (Truncating the Stack): Emphasize that "hidden" entries are still
3795 visible.
3796 (Installation): Move discussion of printing manual to "About This
3797 Manual".
3798 (About This Manual): Mention how to print the manual.
3799 (Reporting Bugs): Remove first person.
3800 (Building Vectors): Add algebraic version of append.
3801 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
3802 (Grouping Digits): Fix typo.
3803
3804 2005-03-25 Werner Lemberg <wl@gnu.org>
3805
3806 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
3807 Replace `legal' with `valid'.
3808
3809 2005-03-25 Werner Lemberg <wl@gnu.org>
3810
3811 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
3812
3813 2005-03-24 Jay Belanger <belanger@truman.edu>
3814
3815 * calc.texi (General Mode Commands)
3816 (Mode Settings in Embedded Mode): Add some explanation of
3817 recording mode settings.
3818
3819 2005-03-24 Richard M. Stallman <rms@gnu.org>
3820
3821 * calc.texi: Remove praise of non-free software.
3822
3823 * idlwave.texi: Don't say where to get IDL or its non-free manual.
3824 (Installation): Node deleted.
3825
3826 2005-03-23 Richard M. Stallman <rms@gnu.org>
3827
3828 * url.texi (HTTP language/coding): Improve last change.
3829
3830 2005-03-22 Jay Belanger <belanger@truman.edu>
3831
3832 * calc.texi (Embedded Mode): Add new information on changing
3833 modes.
3834
3835 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
3836
3837 Sync with Tramp 2.0.48.
3838
3839 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
3840
3841 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
3842 "GNU/Linux". Change all addresses to .gnu.org.
3843 (Default Method): Offer shortened syntax for "su" and "sudo"
3844 methods.
3845
3846 2005-03-07 Richard M. Stallman <rms@gnu.org>
3847
3848 * url.texi: Fix usage of "e.g.".
3849 (HTTP language/coding): Explain the rules for these strings.
3850
3851 2005-03-06 Richard M. Stallman <rms@gnu.org>
3852
3853 * woman.texi (Introduction): Minor cleanups.
3854
3855 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
3856
3857 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
3858 (Installation): Node deleted.
3859
3860 * mh-e.texi (Preface): Get rid of "Emacs 21".
3861
3862 * eshell.texi (Installation): Delete node (for Emacs 20).
3863
3864 2005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
3865
3866 * flymake.texi: Refill and tweak style in @lisp blocks.
3867
3868 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
3869
3870 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
3871
3872 2005-03-01 Jay Belanger <belanger@truman.edu>
3873
3874 * calc.texi (Trigonometric and Hyperbolic Functions):
3875 Mention additional functions.
3876 (Algebraic Simplifications): Mention additional simplifications.
3877
3878 2005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
3879
3880 * ses.texi: Add concept/function/variable indices (this work was
3881 donated by Brad Collins <brad@chenla.org>, copyright-assignment
3882 papers on file at FSF).
3883
3884 2005-02-10 Jay Belanger <belanger@truman.edu>
3885
3886 * calc.texi: Change @LaTeX to La@TeX throughout.
3887 Redefine @expr as @math for TeX output.
3888 Redefine @texline as a no-op for TeX output.
3889 Define @tfn, replace @t by @tfn throughout.
3890
3891 2005-02-09 Jay Belanger <belanger@truman.edu>
3892
3893 * calc.texi: Add macro for LaTeX for info output.
3894
3895 2005-02-08 Kim F. Storm <storm@cua.dk>
3896
3897 * texinfo.tex (LaTex): Add def.
3898
3899 2005-02-06 Jay Belanger <belanger@truman.edu>
3900
3901 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
3902 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
3903 throughout manual.
3904
3905 2005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906
3907 * gnus.texi: Some edits based on comments from David Abrahams.
3908
3909 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus.texi (RSS): Fix the keystroke.
3912
3913 2005-01-24 David Kastrup <dak@gnu.org>
3914
3915 * faq.texi: Update AUCTeX version info.
3916
3917 2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
3918
3919 * gnus-faq.texi ([4.1]): Typo.
3920
3921 2005-01-19 Jay Belanger <belanger@truman.edu>
3922
3923 * calc.texi (Keep Arguments): Mention that keeping arguments
3924 doesn't work with keyboard macros.
3925
3926 2005-01-16 Richard M. Stallman <rms@gnu.org>
3927
3928 * autotype.texi (Autoinserting): Fix small error.
3929
3930 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
3931
3932 Sync with Tramp 2.0.47.
3933
3934 * tramp.texi (Compilation): New section, describing compilation of
3935 remote files.
3936
3937 2005-01-11 Kim F. Storm <storm@cua.dk>
3938
3939 * widget.texi (Basic Types): Add :follow-link keyword.
3940
3941 2005-01-09 Jay Belanger <belanger@truman.edu>
3942
3943 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
3944
3945 2005-01-08 Jay Belanger <belanger@truman.edu>
3946
3947 * calc.texi: Change throughout to reflect new default value of
3948 calc-settings-file.
3949
3950 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * message.texi (Reply): `message-reply-to-function' should return
3953 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
3954
3955 2005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
3956
3957 * faq.texi (Changing load-path): Fix typo.
3958
3959 2005-01-05 Jay Belanger <belanger@truman.edu>
3960
3961 * calc.texi (Programming Tutorial): Replace kbd command by
3962 appropriate characters for a keyboard macro.
3963
3964 2005-01-04 Jay Belanger <belanger@truman.edu>
3965
3966 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
3967 for Lucid Emacs.
3968 (Programming Tutorial): Mention that the user needs to be in the
3969 right mode to compute some functions.
3970
3971 2005-01-04 Jay Belanger <belanger@truman.edu>
3972
3973 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
3974 no longer applicable.
3975
3976 2005-01-01 Jay Belanger <belanger@truman.edu>
3977
3978 * calc.texi (Programming Tutorial): Changed description of how to
3979 edit keyboard macros to match current behavior.
3980
3981 2004-12-31 Jay Belanger <belanger@truman.edu>
3982
3983 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
3984
3985 2004-12-20 Jay Belanger <belanger@truman.edu>
3986
3987 * calc.texi (Types Tutorial): Emphasize that you can't divide by
3988 zero.
3989
3990 2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
3991
3992 * cc-mode.texi (Text Filling and Line Breaking): Put period after
3993 @xref.
3994 (Font Locking): Avoid @strong{Note:}.
3995
3996 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
3997
3998 Sync with Tramp 2.0.46.
3999
4000 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
4001
4002 2004-12-16 Luc Teirlinck <teirllm@auburn.edu>
4003
4004 * url.texi: Correct typos.
4005 (Retrieving URLs): @var{nil}->@code{nil}.
4006 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
4007 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
4008 (Dealing with HTTP documents): @inforef->@xref.
4009
4010 2004-12-15 Jay Belanger <belanger@truman.edu>
4011
4012 * calc.texi: Consistently capitalized all mode names.
4013 (Answers to Exercises): Mention that an answer can be a fraction
4014 when in Fraction mode.
4015
4016 2004-12-13 Jay Belanger <belanger@truman.edu>
4017
4018 * calc.texi: Fix some TeX definitions.
4019
4020 2004-12-09 Luc Teirlinck <teirllm@auburn.edu>
4021
4022 * reftex.texi (Imprint): Remove erroneous @value's.
4023
4024 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4025
4026 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
4027 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
4028
4029 2004-12-08 Jay Belanger <belanger@truman.edu>
4030
4031 * calc.texi (Starting Calc): Remove comment about installation.
4032 (Keypad Mode Overview): Remove comment about Emacs 19 support.
4033
4034 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4035
4036 * url.texi: Update @setfilename.
4037 (Getting Started): No need to worry about Gnus versions.
4038 (Dealing with HTTP documents): Use @inforef.
4039
4040 * org.texi: Fix @direntry file name.
4041
4042 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * url.texi: New file.
4045
4046 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
4047
4048 2004-12-06 Jay Belanger <belanger@truman.edu>
4049
4050 * calc.texi (Using Calc): Remove paragraph about installation.
4051
4052 2004-12-06 Jay Belanger <belanger@truman.edu>
4053
4054 * calc.texi: Use more Texinfo macros and less TeX defs.
4055 Remove @refill's.
4056
4057 2004-12-06 Richard M. Stallman <rms@gnu.org>
4058
4059 * org.texi: New file.
4060
4061 2004-12-05 Richard M. Stallman <rms@gnu.org>
4062
4063 * Makefile.in (org.dvi, ../info/org): New targets.
4064 (INFO_TARGETS): Add ../info/org.
4065 (DVI_TARGETS): Add org.dvi.
4066 (maintainer-clean): Remove the info files in the info dir.
4067
4068 2004-11-26 Eli Zaretskii <eliz@gnu.org>
4069
4070 * idlwave.texi: Fix the setfilename directive to put the produced
4071 file in ../info.
4072 (Continued Statement Indentation): Resurrect Jan D.'s change from
4073 2004-11-03 that was lost when a newer version of idlwave.texi was
4074 imported.
4075
4076 2004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
4077
4078 * gnus-faq.texi ([5.1]): Added missing bracket.
4079
4080 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
4081 `spam-initialize'.
4082
4083 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
4084
4085 * message.texi (Various Message Variables): Mention that all mail
4086 file variables are derived from `message-directory'.
4087
4088 * gnus.texi (Splitting Mail): Clarify bogus group.
4089
4090 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * emacs-mime.texi (Encoding Customization): Fix
4093 mm-coding-system-priorities entry.
4094
4095 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
4096
4097 * idlwave.texi (Continued Statement Indentation):
4098 * reftex.texi (Options (Index Support)):
4099 (Displaying and Editing the Index, Table of Contents):
4100 * speedbar.texi (Creating a display, Major Display Modes): Replace
4101 non-nil with non-@code{nil}.
4102
4103 2004-10-21 Jay Belanger <belanger@truman.edu>
4104
4105 * calc.texi (Algebraic-Style Calculations): Removed a comment.
4106
4107 2004-10-18 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * calc.texi (Reporting Bugs): Double up `@'.
4110
4111 2004-10-18 Jay Belanger <belanger@truman.edu>
4112
4113 * calc.texi (Reporting Bugs): Changed the address that bugs
4114 should be sent to.
4115
4116 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
4117
4118 * gnus.texi (New Features): Add 5.11.
4119
4120 * message.texi (Resending): Remove wrong default value.
4121
4122 * gnus.texi (Mail Source Specifiers): Describe possible problems
4123 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
4124 `pop3-leave-mail-on-server' to the index.
4125
4126 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128 * message.texi (Canceling News): Add how to set a password.
4129
4130 2004-10-12 Jay Belanger <belanger@truman.edu>
4131
4132 * calc.texi (Help Commands): Changed the descriptions of
4133 calc-describe-function and calc-describe-variable to match their
4134 current behavior.
4135
4136 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4137
4138 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
4139
4140 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
4141
4142 Sync with Tramp 2.0.45.
4143
4144 * tramp.texi (Frequently Asked Questions): Comment paragraph about
4145 plink link. The URL is outdated. Originator contacted for
4146 clarification.
4147
4148 2004-10-10 Juri Linkov <juri@jurta.org>
4149
4150 * gnus.texi (Top, Marking Articles): Join two menus in one node
4151 because a node can have only one menu.
4152
4153 2004-10-09 Juri Linkov <juri@jurta.org>
4154
4155 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
4156 example of nnmail-split-fancy.
4157
4158 2004-10-06 Karl Berry <karl@gnu.org>
4159
4160 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
4161 consistency with other uses of dashes.
4162
4163 2004-10-05 Karl Berry <karl@gnu.org>
4164
4165 * info.texi: Consistently use --- throughout, periods at end of
4166 menu descriptions, and a couple typos.
4167
4168 2004-09-26 Jesper Harder <harder@ifa.au.dk>
4169
4170 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
4171 * pgg.texi (User Commands, Backend methods): Do.
4172 * gnus.texi: Markup fixes.
4173 (Setting Process Marks): Fix `M P a' entry.
4174 * emacs-mime.texi: Fixes.
4175
4176 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
4177
4178 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
4179 again.
4180 Use 5.10 instead of 5.10.0.
4181
4182 2004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
4184 * gnus.texi (Summary Mail Commands): S D e.
4185
4186 2004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
4187
4188 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
4189 the gnus-article-mode-line-format section.
4190
4191 2004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
4192
4193 * gnus.texi (Various Summary Stuff): Fix the documentation for
4194 gnus-newsgroup-variables.
4195
4196 2004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4197
4198 * gnus.texi (MIME Commands): Added
4199 gnus-mime-display-multipart-as-mixed,
4200 gnus-mime-display-multipart-alternative-as-mixed,
4201 gnus-mime-display-multipart-related-as-mixed.
4202 (Mail Source Customization): Clarify `mail-source-directory'.
4203 (Splitting Mail): Mention gnus-group-find-new-groups.
4204 (SpamOracle): Fixed typo.
4205
4206 * gnus-faq.texi: Untabify.
4207 ([6.3]): nnir.el is in contrib directory.
4208
4209 * message.texi (News Headers): Clarify how a unique ID is created.
4210
4211 * gnus.texi (Batching Agents): Fixed typo in example. Reported
4212 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4213
4214 2004-09-20 Andre Srinivasan <andre@e2open.com> (tiny change)
4215
4216 * gnus.texi (Group Parameters): Added more on hooks.
4217
4218 2004-09-20 Florian Weimer <fw@deneb.enyo.de>
4219
4220 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
4221
4222 2004-09-22 Jay Belanger <belanger@truman.edu>
4223
4224 * calc.texi (Vectors as Lists): Added a warning that the tutorial
4225 might be hidden during part of the session.
4226
4227 2004-09-20 Jay Belanger <belanger@truman.edu>
4228
4229 * calc.texi (Notations Used in This Manual): Put in an earlier
4230 mention that DEL could be called Backspace.
4231
4232 2004-09-10 Simon Josefsson <jas@extundo.com>
4233
4234 * gnus.texi (IMAP): Add example. Suggested and partially written
4235 by Steinar Bang <sb@dod.no>.
4236
4237 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4238
4239 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
4240 netrc syntax.
4241
4242 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4243
4244 * gnus.texi (Spam ELisp Package Sequence of Events):
4245 Some clarifications.
4246 (Spam ELisp Package Global Variables): More clarifications.
4247
4248 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4249
4250 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
4251 Mention spam-split does not modify incoming mail.
4252
4253 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4254
4255 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
4256
4257 2004-09-10 Eli Zaretskii <eliz@gnu.org>
4258
4259 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
4260
4261 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4262
4263 * makefile.w32-in (sieve, pgg): Use $(infodir).
4264
4265 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
4266
4267 * makefile.w32-in: Fix PGG and Sieve entries.
4268
4269 2004-08-28 Eli Zaretskii <eliz@gnu.org>
4270
4271 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
4272 Emacs and related programs.
4273
4274 2004-08-27 Richard M. Stallman <rms@gnu.org>
4275
4276 * faq.texi: Fix texinfo usage, esp. doublequotes.
4277 (Difference between Emacs and XEmacs): Some clarification.
4278
4279 * faq.texi (Difference between Emacs and XEmacs):
4280 Explain not to contrast XEmacs with GNU Emacs.
4281
4282 2004-08-26 Richard M. Stallman <rms@gnu.org>
4283
4284 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
4285
4286 2004-08-22 David Kastrup <dak@gnu.org>
4287
4288 * reftex.texi (AUCTeX): Update links, section name.
4289
4290 * faq.texi (Calc): Update availability (included in 22.1).
4291 (AUCTeX): Update availability, information, versions, description.
4292
4293 2004-08-14 Eli Zaretskii <eliz@gnu.org>
4294
4295 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
4296
4297 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4298
4299 * cc-mode.texi: Various updates for CC Mode 5.30.9.
4300
4301 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4302
4303 Sync with Tramp 2.0.44.
4304
4305 2004-08-05 Lars Hansen <larsh@math.ku.dk>
4306
4307 * widget.texi (User Interface): Update how to separate the
4308 editable field of an editable-field widget from other widgets.
4309 (Programming Example): Add text after field.
4310
4311 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4312
4313 * emacs-mime.texi (Encoding Customization): Add a note to the
4314 mm-content-transfer-encoding-defaults entry.
4315 (rfc2047): Update.
4316
4317 * gnus.texi (Article Highlighting): Add
4318 gnus-cite-ignore-quoted-from.
4319 (POP before SMTP): New node.
4320 (Posting Styles): Addition.
4321 (Splitting Mail): Add nnmail-split-lowercase-expanded.
4322 (Fancy Mail Splitting): Ditto.
4323 (X-Face): Add gnus-x-face.
4324
4325 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
4326
4327 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
4328 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
4329
4330 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * gnus.texi (Mail Source Specifiers): Describe
4333 `pop3-leave-mail-on-server'.
4334
4335 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
4336
4337 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
4338
4339 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
4340 repository. Change setfilename.
4341
4342 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
4343
4344 2004-07-02 Juri Linkov <juri@jurta.org>
4345
4346 * pcl-cvs.texi (Viewing differences): Add `d r'.
4347
4348 2004-06-29 Jesper Harder <harder@ifa.au.dk>
4349
4350 * ses.texi, viper.texi, flymake.texi, faq.texi:
4351 * eshell.texi, ediff.texi: Markup fixes.
4352
4353 2004-06-21 Karl Berry <karl@gnu.org>
4354
4355 * info.texi (Top): Mention that only Emacs has mouse support.
4356 (Getting Started): Mention this in a few other places.
4357
4358 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
4359
4360 * autotype.texi (Copyrights, Timestamps): Recommend
4361 `before-save-hook' instead of `write-file-functions'.
4362
4363 2004-06-13 Lars Hansen <larsh@math.ku.dk>
4364
4365 * dired-x.texi (dired-mark-omitted): Update keybinding.
4366
4367 2004-06-10 Kim F. Storm <storm@cua.dk>
4368
4369 * pcl-cvs.texi (Viewing differences): Add 'd y'.
4370
4371 2004-06-05 Lars Hansen <larsh@math.ku.dk>
4372
4373 * dired-x.texi (variable dired-omit-mode): Rename from
4374 dired-omit-files-p.
4375 (function dired-omit-mode): Rename from dired-omit-toggle.
4376 Call dired-omit-mode rather than set dired-omit-files-p.
4377 (dired-mark-omitted): Describe command.
4378
4379 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4380
4381 Version 2.0.41 of Tramp released.
4382
4383 2004-05-29 Juanma Barranquero <lektu@terra.es>
4384
4385 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
4386 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
4387
4388 2004-05-29 Richard M. Stallman <rms@gnu.org>
4389
4390 * cl.texi (Top): Call this chapter `Introduction'.
4391 (Overview): In TeX, no section heading here.
4392
4393 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
4394
4395 2004-05-29 Eli Zaretskii <eliz@gnu.org>
4396
4397 * Makefile.in (../info/flymake, flymake.dvi): New targets.
4398 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
4399
4400 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4401
4402 * flymake.texi: New file.
4403
4404 2004-05-28 Simon Josefsson <jas@extundo.com>
4405
4406 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
4407
4408 2004-05-07 Kai Großjohann <kai@emptydomain.de>
4409
4410 Version 2.0.40 of Tramp released.
4411
4412 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
4413
4414 Complete rework, based on review by Karl Berry <karl@gnu.org>.
4415
4416 * tramp.texi (Auto-save and Backup): Explain exploitation of new
4417 variables `tramp-backup-directory-alist' and
4418 `tramp-bkup-backup-directory-info'.
4419 (Overview, Connection types)
4420 (External transfer methods, Default Method)
4421 (Windows setup hints): Remove restriction of password entering
4422 with external methods.
4423 (Auto-save and Backup): Make file name example
4424 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
4425 and `auto-save-directory' must be used.
4426 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
4427 only "NT"). Remove doubled entry "What kinds of systems does
4428 @tramp{} work on".
4429 (tramp): Macro removed.
4430 (Obtaining Tramp): Flag removed from title.
4431 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
4432 and `trampver' used properly. Flag `tramp-inst' replaced by
4433 `installchapter'. Installation related text adapted.
4434
4435 2004-04-28 Masatake YAMATO <jet@gyve.org>
4436
4437 * widget.texi (Programming Example): Remove overlays.
4438
4439 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4440
4441 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
4442
4443 2004-04-23 Juanma Barranquero <lektu@terra.es>
4444
4445 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4446
4447 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4448
4449 * info.texi (Info Search): Add info-apropos.
4450
4451 2004-03-22 Juri Linkov <juri@jurta.org>
4452
4453 * faq.texi: Fix help key bindings.
4454
4455 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
4458 (as suggested by Karl Berry). Update information about colored
4459 stars in menus. Add new subheading describing M-n.
4460
4461 2004-03-12 Richard M. Stallman <rms@gnu.org>
4462
4463 * cl.texi (Top): Rename top node's title.
4464
4465 2004-03-08 Karl Berry <karl@gnu.org>
4466
4467 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
4468 problems making the texinfo distribution.
4469
4470 2004-02-29 Simon Josefsson <jas@extundo.com>
4471
4472 * smtpmail.texi (Authentication): Changed the list of supported
4473 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
4474 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
4475 <voegelas@gmx.net>.
4476
4477 2004-02-29 Juanma Barranquero <lektu@terra.es>
4478
4479 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
4480 Use $(DEL) instead of rm, and ignore exit code.
4481
4482 2004-02-29 Kai Großjohann <kgrossjo@eu.uu.net>
4483
4484 Tramp version 2.0.39 released.
4485
4486 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4487
4488 * tramp.texi (Customizing Completion): Explain new functions
4489 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
4490 (all): Savannah URLs unified to "http://savannah.nongnu.org".
4491 (Top): Refer to Savannah mailing list as the major one. Mention
4492 older mailing lists in HTML mode only.
4493 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
4494 (Frequently Asked Questions): Remote hosts must not be Unix-like
4495 for "smb" method.
4496 (Password caching): New node.
4497 (External transfer methods): Refer to password caching for "smb"
4498 method.
4499
4500 2004-02-17 Karl Berry <karl@gnu.org>
4501
4502 * info.texi (Help-Int): Mention the new line number feature.
4503
4504 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4505
4506 * ses.texi (Advanced Features): New functionality for
4507 ses-set-header-row (defaults to current row unless C-u used).
4508 (Acknowledgements): Add Stefan Monnier.
4509
4510 2003-12-29 Kevin Ryde <user42@zip.com.au>
4511
4512 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
4513
4514 2003-11-30 Kai Großjohann <kai.grossjohann@gmx.net>
4515
4516 Tramp version 2.0.38 released.
4517
4518 * tramp.texi (Remote shell setup): Warn of environment variables
4519 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
4520 <sven.gabriel@imk.fzk.de>.
4521 (Configuration): Tramp now chooses base64/uuencode
4522 automatically. Update wording accordingly.
4523 (Top): More description for the `Default Method' menu entry.
4524 (Default Method): Use @code, not @var, for Lisp variables.
4525 (Default Method): New subsection `Which method is the right one
4526 for me?' Suggested by Christian Kirsch.
4527 (Configuration): Pointer to new subsection added.
4528 (Default Method): Too many "use" in one sentence.
4529 Rephrase. Reported by Christian Kirsch.
4530 (Filename Syntax): Old `su' example is probably a left-over from
4531 the sm/su method naming. Replace with `ssh', instead.
4532 (External transfer methods, Auto-save and Backup):
4533 Typo fixes.
4534
4535 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
4536
4537 * tramp.texi (all): Harmonize all occurences of @tramp{}.
4538 (Top): Mention japanese manual only if flag `jamanual' is set.
4539 Insert section `Japanese manual' in menu.
4540
4541 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
4542
4543 * eshell.texi (Known Problems): Add doc item.
4544
4545 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4546
4547 * cc-mode.texi: Update for CC Mode 5.30.
4548
4549 Note: Please refrain from doing purely cosmetic changes like
4550 removing trailing whitespace in this manual; it clobbers cvs
4551 merging for no good reason.
4552
4553 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4554
4555 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
4556 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
4557 @acronym{ASCII}.
4558
4559 2003-10-26 Karl Berry <karl@gnu.org>
4560
4561 * info.texi (Info Search): Echo area, not echo are. From Debian
4562 diff.
4563
4564 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
4565
4566 * widget.texi (Defining New Widgets): Document new beavior of
4567 :buttons and :children keywords.
4568
4569 2003-10-22 Miles Bader <miles@gnu.org>
4570
4571 * Makefile.in (info): Move before $(top_srcdir)/info.
4572
4573 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
4574
4575 * tramp.texi (Inline methods): Small grammar fix.
4576 (External transfer methods): Likewise.
4577
4578 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
4579
4580 * speedbar.texi: Remove paragraph for GUD that is no longer true.
4581
4582 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
4583
4584 * texinfo.tex: Replace `%' in arch tagline by @ignore.
4585
4586 2003-09-30 Richard M. Stallman <rms@gnu.org>
4587
4588 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
4589
4590 * widget.texi (User Interface): Fix typos.
4591
4592 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
4593
4594 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
4595
4596 * pcl-cvs.texi (Selected Files): Fix typo.
4597
4598 2003-09-21 Karl Berry <karl@gnu.org>
4599
4600 * info.texi (] and [ commands): No period at end of section title.
4601
4602 2003-09-04 Miles Bader <miles@gnu.org>
4603
4604 * Makefile.in (top_srcdir): New variable.
4605 ($(top_srcdir)/info): New rule.
4606 (info): Depend on it.
4607
4608 2003-09-03 Peter Runestig <peter@runestig.com>
4609
4610 * makefile.w32-in: New file.
4611
4612 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
4613
4614 * widget.texi (User Interface): Explain the need of static text
4615 around an editable field.
4616
4617 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4618
4619 * widget.texi (Basic Types): The argument to `:help-echo' can now
4620 be a form that evaluates to a string.
4621
4622 2003-08-18 Kim F. Storm <storm@cua.dk>
4623
4624 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
4625
4626 2003-08-16 Richard M. Stallman <rms@gnu.org>
4627
4628 * dired-x.texi (Shell Command Guessing): Explain *.
4629
4630 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
4631
4632 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
4633 log-edit-insert-changelog.
4634
4635 2003-08-03 Karl Berry <karl@gnu.org>
4636
4637 * info.texi: Need @contents.
4638
4639 2003-07-20 Kai Großjohann <kai.grossjohann@gmx.net>
4640
4641 Tramp version 2.0.36 released.
4642
4643 * tramp.texi (Remote shell setup): Explain about problems with
4644 non-Bourne commands in ~/.profile and ~/.shrc.
4645
4646 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
4647
4648 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
4649 renaming of `vis-mode' to `visible-mode'.
4650
4651 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
4652
4653 * info.texi (Top, Help-Small-Screen): Remove accidentally added
4654 next, prev and up pointers.
4655
4656 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
4657
4658 * info.texi (Help): Mention existence of Emacs and stand-alone
4659 Info at the very beginning of the tutorial.
4660 (Help-Inv): New node.
4661 (Help-]): New node.
4662 (Help-M): Systematically point out the differences between default
4663 Emacs and stand-alone versions. Delete second menu.
4664 (Help-Xref): Systematically point out the differences between
4665 default Emacs and stand-alone versions.
4666 (Help-Int): Change `l' example.
4667 (Expert Info): Fix typos.
4668 (Emacs Info Variables): Mention `Info-hide-note-references' and
4669 new default for `Info-scroll-prefer-subnodes'.
4670
4671 2003-06-17 Kai Großjohann <kai.grossjohann@gmx.net>
4672
4673 Version 2.0.35 of Tramp released.
4674
4675 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
4676 (Inline methods): Add methods `remsh' and `plink1'.
4677 (External transfer methods): Add method `remcp'.
4678 (Multi-hop Methods): Add method `remsh'.
4679 Small patch from Adrian Aichner <adrian@xemacs.org>:
4680 Fix minor typos.
4681 (Concept Index): Added to make manual searchable via
4682 `Info-index'.
4683 (Version Control): Add cindex entry.
4684
4685 2003-05-24 Kai Großjohann <kai.grossjohann@gmx.net>
4686
4687 * trampver.texi: Version 2.0.34 released.
4688
4689 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4690
4691 * faq.texi: Improve previous changes.
4692
4693 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
4694
4695 * faq.texi: Update copyright and maintenance details.
4696 Update some package URLs, versions, and maintainers.
4697 Remove many references to the Emacs Lisp Archive.
4698
4699 2003-04-23 Simon Josefsson <jas@extundo.com>
4700
4701 * smtpmail.texi: Fix license (the invariant sections mentioned has
4702 never been part of the smtp manual). Align info dir entry with
4703 other emacs packages.
4704
4705 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
4706
4707 * tramp.texi: Version 2.0.33 released.
4708 Remove installation chapter. Remove XEmacs specifics.
4709
4710 2003-03-29 Richard M. Stallman <rms@gnu.org>
4711
4712 * tramp.texi (Top): Undo the previous renaming.
4713 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
4714
4715 2003-03-29 Kai Großjohann <kai.grossjohann@gmx.net>
4716
4717 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
4718 version of manual.
4719
4720 * tramp.texi (Auto-save and Backup): New node.
4721
4722 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
4723
4724 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
4725 Emacs" in order to have better differentiation to "XEmacs".
4726 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
4727 are new macros in order to point to the other Emacs flavor where
4728 appropriate. In info case, point to node `Installation' in order
4729 to explain how to generate the other way. In html case, make a
4730 link to the other html file.
4731 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
4732 after CVS checkout/update.
4733 (Installation): Completely rewritten.
4734 (Installation parameters, Load paths): New sections under
4735 `Installation'.
4736
4737 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
4738
4739 * tramp.texi: Version 2.0.30 released.
4740 Replace word "path" with "localname" where used as a component of
4741 a Tramp file name.
4742
4743 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
4744
4745 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
4746 introduced.
4747 (Installation): Explain what to do if files from the tramp/contrib
4748 directory are needed.
4749
4750 2003-02-23 Alex Schroeder <alex@emacswiki.org>
4751
4752 * smtpmail.texi (How Mail Works): New.
4753
4754 2003-02-22 Alex Schroeder <alex@emacswiki.org>
4755
4756 * smtpmail.texi: New file.
4757
4758 * Makefile.in: Build SMTP manual.
4759
4760 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
4761
4762 * tramp.texi: Version 2.0.29 released.
4763 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
4764 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
4765
4766 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
4767
4768 * tramp.texi (Frequently Asked Questions): Explain a workaround if
4769 another package loads accidently Ange-FTP.
4770
4771 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
4772
4773 * tramp.texi (Customizing Completion): Add function
4774 `tramp-parse-sconfig'. Change example of
4775 `tramp-set-completion-function', because parsing of ssh config
4776 files looks more natural.
4777
4778 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
4779
4780 * gnus.texi: Do not use `path' in several locations.
4781
4782 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
4783
4784 * tramp.texi (External transfer methods): New method `smb'. From
4785 Michael Albinus.
4786
4787 2002-11-05 Karl Berry <karl@gnu.org>
4788
4789 * info.texi (Info-fontify): Reorder face list to avoid bad line
4790 breaks.
4791
4792 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4793
4794 * tramp.texi: Move @copying to standard place. Use
4795 @insertcopying.
4796
4797 2002-10-02 Karl Berry <karl@gnu.org>
4798
4799 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
4800 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
4801 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
4802 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
4803 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
4804 Per rms, update all manuals to use @copying instead of @ifinfo.
4805 Also use @ifnottex instead of @ifinfo around the top node, where
4806 needed for the sake of the HTML output.
4807 (The Gnus manual is not fixed since it's not clear to me how it
4808 works; and the Tramp manual already uses @copying, although in an
4809 unusual way. All others were changed.)
4810
4811 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
4812
4813 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
4814 (../info/ses, ses.dvi): New targets.
4815 * ses.texi: New file.
4816
4817 2002-09-06 Pavel Janík <Pavel@Janik.cz>
4818
4819 * texinfo.tex: Update to texinfo 4.2.
4820
4821 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
4822
4823 * reftex.texi: Update to RefTeX 4.19.
4824
4825 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4826
4827 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
4828 (../info/tramp, tramp.dvi): New targets.
4829
4830 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4831
4832 * Makefile.in (DVI_TARGETS): Add calc.dvi.
4833 (calc.dvi): Uncomment.
4834
4835 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4836
4837 * Makefile.in (INFO_TARGETS): Add ../info/calc.
4838 (../info/calc): New target.
4839
4840 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4841
4842 * (Version 21.1 released.)
4843
4844 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4845
4846 * Branch for 21.1.
4847
4848 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
4849
4850 * Makefile.in (../info/info): Use an explicit -o switch to
4851 makeinfo.
4852
4853 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4854
4855 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
4856
4857 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
4858
4859 * Makefile.in (../info/idlwave): Use --no-split.
4860
4861 2000-12-14 Dave Love <fx@gnu.org>
4862
4863 * Makefile.in (mostlyclean): Remove gnustmp.*
4864 (gnus.dvi): Change rule to remove @latex stuff.
4865
4866 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4867
4868 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
4869
4870 2000-10-13 John Wiegley <johnw@gnu.org>
4871
4872 * Makefile.in: Add build targets for eshell.texi.
4873
4874 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4875
4876 * Makefile.in: Remove/comment speedbar stuff.
4877
4878 2000-09-22 Dave Love <fx@gnu.org>
4879
4880 * Makefile.in: Add emacs-mime.
4881
4882 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4883
4884 * Makefile.in (INFO_TARGETS): Add ../info/woman.
4885 (DVI_TARGETS): Add woman.dvi.
4886 (../info/woman, woman.dvi): New targets.
4887
4888 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
4889
4890 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
4891
4892 * pcl-cvs.texi: New file.
4893 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
4894 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
4895
4896 2000-05-11 Gerd Moellmann <gerd@gnu.org>
4897
4898 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
4899 (../info/ebrowse, ebrowse.dvi): New targets.
4900
4901 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4902
4903 * Makefile.in (INFO_TARGETS): Add eudc.
4904 (DVI_TARGETS): Add eudc.dvi.
4905 (../info/eudc, eudc.dvi): New targets.
4906
4907 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
4910 compatibility with 8+3 filesystems).
4911 (../info/efaq): Rename from emacs-faq.
4912
4913 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
4916 (../info/idlwave, idlwave.dvi): New targets.
4917
4918 1999-10-23 Dave Love <fx@gnu.org>
4919
4920 * Makefile.in: Use autotype.texi.
4921
4922 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4923
4924 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
4925 faq.texi file) rather than ../info/faq.
4926
4927 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4928
4929 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
4930 (../info/ada-mode, ada-mode.dvi): New targets.
4931
4932 1999-09-01 Dave Love <fx@gnu.org>
4933
4934 * Makefile.in: Add faq.
4935
4936 1999-07-12 Richard Stallman <rms@gnu.org>
4937
4938 * Version 20.4 released.
4939
4940 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4941
4942 * Version 20.3 released.
4943
4944 1998-04-06 Andreas Schwab <schwab@gnu.org>
4945
4946 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
4947 it in dvi targets.
4948 (../etc/GNU): Change to $(srcdir) first.
4949
4950 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
4951
4952 * reftex.texi: Update for RefTeX version 3.22.
4953
4954 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
4955
4956 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
4957 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
4958
4959 1997-09-23 Paul Eggert <eggert@twinsun.com>
4960
4961 * Makefile.in: Merge changes mistakenly made to `Makefile'.
4962 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
4963
4964 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4965
4966 * Version 20.2 released.
4967
4968 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4969
4970 * Version 20.1 released.
4971
4972 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4973
4974 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
4975
4976 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4977
4978 * Version 19.33 released.
4979
4980 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4981
4982 * Version 19.32 released.
4983
4984 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4985
4986 * Makefile.in: Add rules for the Message manual.
4987
4988 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4989
4990 * gnus.texi: New version.
4991
4992 * message.texi: New manual.
4993
4994 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4995
4996 * Makefile.in (All info targets): cd $(srcdir) to do the work.
4997
4998 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4999
5000 * Makefile.in (All info targets): Specify $(srcdir) in input files.
5001 Specify -I option.
5002 (All dvi targets): Set the TEXINPUTS variable.
5003
5004 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5005
5006 * Version 19.31 released.
5007
5008 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5009
5010 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
5011 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
5012
5013 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5014
5015 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
5016 (INFO_TARGETS): Add ../info/cc-mode.
5017 (DVI_TARGETS): Add cc-mode.dvi.
5018
5019 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5020
5021 * Version 19.31 released.
5022
5023 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5024
5025 * Version 19.30 released.
5026
5027 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5028
5029 * gnus.texi: New file.
5030
5031 1995-11-04 Erik Naggum <erik@naggum.no>
5032
5033 * gnus.texi: File deleted.
5034
5035 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5036
5037 * mh-e.texi: "Function Index" -> "Command Index" to work with
5038 Emacs 19.30 C-h C-k support of separately-documented commands.
5039
5040 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5041
5042 * Makefile.in (../info/ediff, ediff.dvi): New targets.
5043 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
5044
5045 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5046
5047 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
5048 (../info/viper, viper.dvi): New targets.
5049
5050 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
5051
5052 * dired-x.texi (Installation): Change the example to set
5053 buffer-local variables like dired-omit-files-p in
5054 dired-mode-hook.
5055
5056 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5057
5058 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
5059 (../info/mh-e, mh-e.dvi): New targets.
5060
5061 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5062
5063 * Makefile.in (maintainer-clean): Rename from realclean.
5064
5065 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5066
5067 * Makefile.in: New file.
5068 * Makefile: File deleted.
5069
5070 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5071
5072 * Makefile (TEXINDEX_OBJS): Variable deleted.
5073 (texindex, texindex.o, getopt.o): Rules deleted.
5074 All deps on texindex deleted.
5075 (distclean): Don't delete texindex.
5076 (mostlyclean): Don't delete *.o.
5077 * texindex.c, getopt.c: Files deleted.
5078
5079 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5080
5081 * Version 19.26 released.
5082
5083 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5084
5085 * Version 19.25 released.
5086
5087 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5088
5089 * Version 19.24 released.
5090
5091 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5092
5093 * Version 19.23 released.
5094
5095 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5096
5097 * Makefile: Delete spurious tab.
5098
5099 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5100
5101 * Makefile (.SUFFIXES): New rule.
5102
5103 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5104
5105 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
5106 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
5107
5108 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5109
5110 * Makefile (../info/sc): Rename from sc.info.
5111 (../info/cl): Likewise.
5112 (INFO_TARGETS): Use new names.
5113
5114 1993-12-04 Richard Stallman (rms@srarc2)
5115
5116 * getopt.c: New file.
5117 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
5118 (getopt.o): New rule.
5119 (dvi): Don't depend on texindex.
5120 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
5121 Depend on texindex.
5122
5123 1993-12-03 Richard Stallman (rms@srarc2)
5124
5125 * Makefile (../info/sc.info): Rename from ../info/sc.
5126 (TEXI2DVI): New variable.
5127 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
5128 Add explicit commands.
5129 (TEXINDEX_OBJS): Delete duplicate getopt.o.
5130
5131 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5132
5133 * Version 19.22 released.
5134
5135 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5136
5137 * Makefile (TEXINDEX_OBJS): Delete spurious period.
5138
5139 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5140
5141 * Version 19.21 released.
5142
5143 1993-11-15 Paul Eggert (eggert@twinsun.com)
5144
5145 * man/Makefile (../info/cl.info): Rename from ../info/cl.
5146
5147 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5148
5149 * Makefile (../etc/GNU): New target.
5150 (EMACSSOURCES): Add gnu1.texi.
5151
5152 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5153
5154 * Makefile (realclean): Don't delete the Info files.
5155
5156 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
5157
5158 * forms.texi: Fix forms.texi so that it will format correctly.
5159 Add missing `@end iftex', fix bad reference.
5160
5161 * info.texi, info-stn.texi: New files implement texinfo version of
5162 `info' file.
5163
5164 1993-10-20 Brian Fox (bfox@ai.mit.edu)
5165
5166 * Makefile: Fix targets for texindex, new info.texi files.
5167 * info-stnd.texi: New file implements info for standalone info
5168 reader.
5169 * info.texi: Update to include recent changes to "../info/info".
5170 New source file for ../info/info; includes info-stnd.texi.
5171
5172 * texindex.c: Include "../src/config.h" if building in emacs.
5173
5174 * Makefile: Change all files to FILENAME.texi, force all targets
5175 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
5176 vip.texinfo, forms.texinfo, cl.texinfo.
5177 Add target to build texindex.c, defining `emacs'.
5178
5179 * forms.texi: Install new file to match version 2.3 of forms.el.
5180
5181 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5182
5183 * Version 19.19 released.
5184
5185 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
5186
5187 * sc.texinfo: Fix info file name.
5188
5189 * Makefile (info): Add gnus and sc.
5190 (dvi): Add gnus.dvi and sc.dvi.
5191 (../info/sc, sc.dvi): New targets.
5192
5193 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5194
5195 * Version 19.18 released.
5196
5197 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5198
5199 * Makefile: Fix source file names of the separate manuals.
5200 (gnus.dvi, ../info/gnus): New targets.
5201
5202 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5203
5204 * Version 19.17 released.
5205
5206 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5207
5208 * split-man: Fix typos in last change.
5209
5210 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5211
5212 * Version 19.16 released.
5213
5214 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5215
5216 * version 19.15 released.
5217
5218 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5219
5220 * Makefile (distclean): It's rm, not rf.
5221
5222 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5223
5224 * Version 19.14 released.
5225
5226 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5227
5228 * Makefile: New file.
5229
5230 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5231
5232 * Version 19.13 released.
5233
5234 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5235
5236 * Version 19.9 released.
5237
5238 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5239
5240 * Version 19.8 released.
5241
5242 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5243
5244 * Version 19.7 released.
5245
5246 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
5247
5248 * gnus.texinfo: New file. Removed installation instructions.
5249
5250 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5251
5252 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
5253
5254 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5255
5256 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
5257 then define `\sc' as the command for smallcaps in Texinfo. This
5258 means that the @sc command will produce small caps. bfox has
5259 made the corresponding change to makeinfo and texinfm.el.
5260
5261 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5262
5263 * vip.texinfo: Remove menu entry Adding Lisp Code in node
5264 Customization since the menu entry did not point to anything.
5265 Also add an @finalout command to remove overfull hboxes from the
5266 printed output.
5267
5268 * cl.texinfo: Add @bye, \input line and @settitle to file.
5269 This file is clearly intended to be a chapter of some other work,
5270 but the other work does not yet exist.
5271
5272 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
5273
5274 * texinfo.texinfo: Three typos corrected.
5275
5276 ;; Local Variables:
5277 ;; coding: utf-8
5278 ;; fill-column: 79
5279 ;; add-log-time-zone-rule: t
5280 ;; End:
5281
5282 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
5283 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5284
5285 This file is part of GNU Emacs.
5286
5287 GNU Emacs is free software: you can redistribute it and/or modify
5288 it under the terms of the GNU General Public License as published by
5289 the Free Software Foundation, either version 3 of the License, or
5290 (at your option) any later version.
5291
5292 GNU Emacs is distributed in the hope that it will be useful,
5293 but WITHOUT ANY WARRANTY; without even the implied warranty of
5294 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5295 GNU General Public License for more details.
5296
5297 You should have received a copy of the GNU General Public License
5298 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
5299
5300 ;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803