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