* net/tramp.el (top): Put load of all tramp-* files into a dolist.
[bpt/emacs.git] / doc / misc / ChangeLog
CommitLineData
4bb49b43
JB
12007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (History and Acknowledgements): Turn comment
4 about integer size into past tense.
5 (Time Zones): Remove pointer to Calc author's address.
6 (Trigonometric and Hyperbolic Functions): Mention cotangent
9c264403 7 and hyperbolic cotangent. Fix typo.
4bb49b43 8
311dd93f
MA
92007-10-10 Michael Albinus <michael.albinus@gmx.de>
10
11 Sync with Tramp 2.1.11.
12
13 * trampver.texi: Update release number.
14
ea3fc256
MA
152007-10-06 Michael Albinus <michael.albinus@gmx.de>
16
17 * tramp.texi (External packages): New section.
18
1af74d06
MB
192007-09-29 Juri Linkov <juri@jurta.org>
20
21 * info.texi (Help-Int): Document `L' (`Info-history').
22
0e2806fa
SM
232007-09-26 Carsten Dominik <dominik@science.uva.nl>
24
25 * org.texi: Change links to webpage and maintained email.
26 (Remember): Promote to Chapter, significant changes.
27 (Fast access to TODO states): New section.
28 (Faces for TODO keywords): New section.
29 (Export options): Example for #+DATE.
30 (Progress logging): Section moved.
31
567b9191
BW
322007-09-26 Bill Wohler <wohler@newt.com>
33
34 * mh-e.texi (HTML): Mention binding of S-mouse-2 to
35 browse-url-at-mouse.
36
1af74d06
MB
372007-09-20 Eduard Wiebe <usenet@pusto.de> (tiny change)
38
39 * flymake.texi (Customizable variables): Face names don't end in -face.
40 Fix flymake-err-line-patterns template.
41 (Example -- Configuring a tool called directly): Fix init-function.
42 (Highlighting erroneous lines): Face names don't end in -face.
43
d60a4e3a 442007-09-18 Exal de Jesus Garcia Carrillo <exal@gmx.de> (tiny change)
d20cf916
MO
45
46 * erc.texi (Special-Features): Fix small typo.
47
7d7a3510
MA
482007-09-14 Michael Albinus <michael.albinus@gmx.de>
49
50 * tramp.texi (Filename Syntax): Provide links to "Inline methods"
51 and "External transfer methods".
52
285f0d3a
JB
532007-09-13 Jay Belanger <jay.p.belanger@gmail.com>
54
55 * calc.texi (Predefined Units): Add some history.
56
526dc846
MO
572007-09-08 Michael Olson <mwolson@gnu.org>
58
59 * erc.texi (Copying): New section included from gpl.texi. This matches
60 the look of the upstream ERC manual.
61
f10d0e80
JB
622007-09-07 Jay Belanger <jay.p.belanger@gmail.com>
63
64 * calc.texi (History and Acknowledgements): Adjust the
65 "thanks".
66 (Random Numbers): Clarify the distribution of `random'.
67
4009494e
GM
682007-09-06 Glenn Morris <rgm@gnu.org>
69
70 * Move manual sources from man/ to subdirectories of doc/.
71 Split into the Emacs manual in emacs/, and other manuals in misc/.
72 Change all setfilename commands to use ../../info.
73 * Makefile.in: Move the parts of the old man/Makefile.in that do not
74 refer to the Emacs manual here.
75 (infodir): New variable.
76 (INFO_TARGETS, info): Use infodir. Also used by all info targets.
77 (cc-mode.texi, faq.texi): Update references to source file locations.
78 * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
79 do not refer to the Emacs manual here.
80 (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
81
82 * Makefile.in: Add `basename' versions of all info targets, for
83 convenience when rebuilding just one manual.
84 (../etc/GNU): Delete obsolete target.
85 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
86 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
87 *.vrs *.toc here...
88 (maintainer-clean): ...from here.
89
90 * makefile.w32-in (../etc/GNU): Delete obsolete target.
91
2de53ca6
GM
922007-09-01 Jay Belanger <jay.p.belanger@gmail.com>
93
94 * calc.texi (Date Conversions): Clarify definition of
95 Julian day numbering.
96 (Date Forms): Clarify definition of Julian day numbering;
97 add some history.
98
992007-08-30 Carsten Dominik <dominik@science.uva.nl>
100
101 * org.texi: Version 5.07
102
1032007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
104
105 * message.texi (MIME): Replace mml-attach with mml-attach-file.
106
1072007-08-22 Carsten Dominik <dominik@science.uva.nl>
108
109 * org.texi (Adding hyperlink types): New section.
110 (Embedded LaTeX): Chapter updated because of LaTeX export.
111 (LaTeX export): New section.
112 (Using links out): New section.
113
1142007-08-22 Glenn Morris <rgm@gnu.org>
115
116 * faq.texi (Learning how to do something): Refcards now in
117 etc/refcards/ directory.
118
1192007-08-22 Michael Albinus <michael.albinus@gmx.de>
120
121 * tramp.texi (Remote Programs): Persistency file must be cleared when
122 changing `tramp-remote-path'.
123 (Filename Syntax): Don't use @var{} constructs inside the @trampfn
124 macro.
125
1262007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
127
128 * calc.texi: Move contents to beginning of file.
129 (Algebraic Entry): Fix the formatting of an example.
130
1312007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
132
133 * calc.texi (Basic Operations on Units): Mention exact versus
134 inexact conversions.
135
1362007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
137
138 * calc.texi (Basic Operations on Units): Mention default
139 values for new units.
140 (Quick Calculator Mode): Mention that binary format will
141 be displayed.
142
1432007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
146
1472007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
148
149 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
150
1512007-08-08 Glenn Morris <rgm@gnu.org>
152
153 * gnus.texi, sieve.texi: Replace `iff'.
154
1552007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
156
157 * calc.texi (Basic Graphics): Mention the graphing of error
158 forms.
159 (Graphics Options): Mention how `g s' handles error forms.
160 (Curve Fitting): Mention plotting the curves.
161 (Standard Nonlinear Models): Add additional models.
162 (Curve Fitting Details): Mention the Levenberg-Marquardt method.
163 (Linear Fits): Correct result.
164
1652007-08-01 Alan Mackenzie <acm@muc.de>
166
167 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
168 to "--no-site-file".
169
1702007-07-29 Michael Albinus <michael.albinus@gmx.de>
171
172 * tramp.texi (Frequently Asked Questions): Point to mode line
173 extension in Emacs 23.1.
174
175 * trampver.texi: Update release number.
176
1772007-07-27 Glenn Morris <rgm@gnu.org>
178
179 * calc.texi (Copying): Include license text from gpl.texi, rather than
180 in-line.
181
1822007-07-25 Glenn Morris <rgm@gnu.org>
183
184 * calc.texi (Copying): Replace license with GPLv3.
185
186 * Relicense all FSF files to GPLv3 or later.
187
1882007-07-22 Michael Albinus <michael.albinus@gmx.de>
189
190 Sync with Tramp 2.1.10.
191
192 * tramp.texi (trampfn): Expand macro implementation in order to handle
193 empty arguments.
194 (trampfnmhl, trampfnuhl, trampfnhl): Remove macros. Replace all
195 occurencies by trampfn.
196 (Frequently Asked Questions): Extend example code for host
197 identification in the modeline. Add bbdb to approaches shortening Tramp
198 file names to be typed.
199
200 * trampver.texi: Update release number.
201
2022007-07-17 Michael Albinus <michael.albinus@gmx.de>
203
204 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
205 section. Reported by <poti@potis.org>.
206 (Remote processes): Arguments of the program to be debugged are taken
207 literally.
208 (Frequently Asked Questions): Simplify recentf example.
209
2102007-07-14 Karl Berry <karl@gnu.org>
211
212 * info.texi (@copying): New Back-Cover Text.
213
214 * info.texi (Quitting Info): Move to proper place in source.
215 (Reported by Benno Schulenberg.)
216
2172007-07-13 Eli Zaretskii <eliz@gnu.org>
218
219 * Makefile.in (../info/emacs-mime): Use --enable-encoding.
220
221 * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
222
223 * emacs-mime.texi: Add @documentencoding directive.
224
2252007-07-12 Nick Roberts <nickrob@snap.net.nz>
226
227 * tramp.texi (Remote processes): Add an anchor to the subsection
228 "Running a debugger on a remote host".
229
2302007-07-12 Michael Albinus <michael.albinus@gmx.de>
231
232 * tramp.texi (Remote processes): Don't call it "experimental" any
233 longer. Add subsection about running a debugger on a remote host.
234
2352007-07-10 Carsten Dominik <dominik@science.uva.nl>
236
237 * org.texi (Properties and columns): Chapter rewritten.
238
2392007-07-08 Michael Albinus <michael.albinus@gmx.de>
240
241 * tramp.texi:
242 * trampver.texi: Migrate to Tramp 2.1.
243
2442007-07-02 Carsten Dominik <dominik@science.uva.nl>
245
246 * org.texi (Properties): New chapter.
247
2482007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
249
250 * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
251 Control Panel.
252
253 * gnus.texi (Misc Article): Add index entry for
254 gnus-single-article-buffer.
255
2562007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
257
258 * gnus.texi (Starting Up): Fix typo.
259
2602007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
261
262 * gnus.texi (Asynchronous Fetching): Fix typo.
263
2642007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
265
266 * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
267 (About This Manual): Remove redundant information.
268 (Getting Started): Mention author.
269 (Basic Arithmetic, Customizing Calc): Make description of the
270 variable `calc-multiplication-has-precedence' match its new effect.
271
2722007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
273
274 * calc.texi (Basic Arithmetic, Customizing Calc): Mention
275 the variable `calc-multiplication-has-precedence'.
276
2772007-06-19 Carsten Dominik <dominik@science.uva.nl>
278
279 * org.texi (Tag): Section swapped with node Timestamps.
280 (Formula syntax for Lisp): Document new `L' flag.
281
2822007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
283
284 * gnus.texi (Misc Group Stuff, Summary Buffer)
285 (Server Commands, Article Keymap): Fix typo. s/function/command/.
286
2872007-06-06 Juanma Barranquero <lekktu@gmail.com>
288
289 * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
290 * gnus.texi (Article Buttons, Mail Source Customization)
291 (Sending or Not Sending, Customizing NNDiary):
292 * message.texi (Message Headers):
293 * mh-e.texi (HTML): Fix typos.
294
2952007-06-07 Michael Albinus <michael.albinus@gmx.de>
296
297 Sync with Tramp 2.0.56.
298
299 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
300 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
301
3022007-06-02 Chong Yidong <cyd@stupidchicken.com>
303
304 * Version 22.1 released.
305
3062007-05-26 Michael Olson <mwolson@gnu.org>
307
308 * erc.texi (Modules): Fix references to completion modules.
309
3102007-05-09 Reiner Steib <Reiner.Steib@gmx.de>
311
312 * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
313
3142007-05-09 Didier Verna <didier@xemacs.org>
315
316 * gnus.texi (Email Based Diary): New. Proper documentation for the
317 nndiary back end and the gnus-diary library.
318
3192007-05-03 Karl Berry <karl@gnu.org>
320
321 * .cvsignore (*.pdf): New entry.
322
323 * texinfo.tex: Update from current version for better pdf generation.
324
3252007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
326
327 * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
328
3292007-04-28 Glenn Morris <rgm@gnu.org>
330
331 * faq.texi (New in Emacs 22): Restore mention of python.el pending
332 consideration of legal status.
333
3342007-04-27 J.D. Smith <jdsmith@as.arizona.edu>
335
336 * idlwave.texi: Minor updates for IDLWAVE 6.1.
337
3382007-04-24 Chong Yidong <cyd@stupidchicken.com>
339
340 * faq.texi (New in Emacs 22): python.el removed.
341
3422007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
343
344 * calc.texi (Reporting bugs): Update maintainer's address.
345
3462007-04-22 Chong Yidong <cyd@stupidchicken.com>
347
348 * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
349
3502007-04-15 Jay Belanger <belanger@truman.edu>
351
352 * calc.texi (Title page): Remove the date.
353 (Basic Arithmetic): Emphasize that / binds less strongly than *.
354 (The Standard Calc Interface): Change trail title.
355 (Floats): Mention that when non-decimal floats are entered, only
356 approximations are stored.
357 (Copying): Move to the appendices.
358 (GNU Free Documentation License): Add as an appendix.
359
3602007-04-15 Chong Yidong <cyd@stupidchicken.com>
361
362 * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
363 * dired-x.texi, ebrowse.texi, ediff.texi:
364 * emacs-mime.texi, erc.texi, eshell.texi:
365 * eudc.texi, flymake.texi, forms.texi, gnus.texi:
366 * idlwave.texi, message.texi, newsticker.texi, org.texi:
367 * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
368 * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
369 * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
370 * woman.texi: Include GFDL.
371
372 * doclicense.texi: Remove node heading, so that it can be included by
373 other files.
374
375 * dired-x.texi: Relicence under GFDL. Remove date from title page.
376
377 * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
378 than *.
379
3802007-04-14 Carsten Dominik <dominik@science.uva.nl>
381
382 * org.texi (Formula syntax for Calc): Emphasize the operator precedence
383 in Calc.
384
3852007-04-09 Romain Francoise <romain@orebokech.com>
386
387 * faq.texi (New in Emacs 22): Mention improvements to the Windows and
388 Mac OS ports. Make it clear that mouse-1 complements and doesn't
389 replace mouse-2.
390
3912007-04-08 Chong Yidong <cyd@stupidchicken.com>
392
393 * woman.texi (Word at point, Interface Options): woman-topic-at-point
394 renamed to woman-use-topic-at-point. Document new behavior.
395
3962007-04-08 Richard Stallman <rms@gnu.org>
397
398 * url.texi: Fix some indexing.
399 (Disk Caching): Drop discussion of old/other Emacs versions.
400
4012007-04-07 Chong Yidong <cyd@stupidchicken.com>
402
403 * url.texi (Disk Caching): Say Emacs 21 "and later".
404
405 * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
406 on Font locking which now mentions JIT lock.
407
4082007-04-01 Michael Olson <mwolson@gnu.org>
409
410 * erc.texi: Update for the ERC 5.2 release.
411
4122007-03-31 David Kastrup <dak@gnu.org>
413
414 * woman.texi (Topic, Interface Options): Explain changes semantics of
415 woman-manpath in order to consider MANPATH_MAP entries.
416
4172007-03-31 Eli Zaretskii <eliz@gnu.org>
418
419 * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
420
4212007-03-26 Richard Stallman <rms@gnu.org>
422
423 * pgg.texi (Caching passphrase): Clean up previous change.
424
4252007-03-25 Thien-Thi Nguyen <ttn@gnu.org>
426
427 * gnus.texi (Setting Process Marks): Fix typo.
428
4292007-03-25 Romain Francoise <romain@orebokech.com>
430
431 * faq.texi (New in Emacs 22): Reorganize using an itemized list for
432 readability, and include various fixes by Daniel Brockman, Nick Roberts
433 and Dieter Wilhelm.
434
4352007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
436
437 * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
438
439 * gnus.texi (Mail Source Specifiers): Fix typo.
440
4412007-03-22 Ralf Angeli <angeli@caeruleus.net>
442
443 * reftex.texi (Imprint): Update maintainer information.
444
4452007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * message.texi (Message Buffers): Update documentation for
448 message-generate-new-buffers.
449
4502007-03-15 Daiki Ueno <ueno@unixuser.org>
451
452 * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
453
4542007-03-21 Glenn Morris <rgm@gnu.org>
455
456 * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
457
4582007-03-19 Chong Yidong <cyd@stupidchicken.com>
459
460 * eshell.texi (Known problems): Emacs 21 -> 22.
461
462 * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
463
4642007-03-18 Jay Belanger <belanger@truman.edu>
465
466 * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
467
4682007-03-12 Glenn Morris <rgm@gnu.org>
469
470 * calc.texi (Time Zones): Switch to new North America DST rule.
471
472 * calc.texi: Replace "daylight savings" with "daylight
473 saving" in text throughout.
474
4752007-03-11 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
476
477 * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
478 The variable now uses a list of symbols instead of just a symbol.
479 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
480
4812007-03-06 Romain Francoise <romain@orebokech.com>
482
483 * faq.texi (New in Emacs 22): Don't say "now" too much. Add MH-E to
484 new packages, and mention Gnus update.
485
4862007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
487
488 * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
489 nntp-open-connection-functions-never-echo-commands.
490
4912007-02-27 Chong Yidong <cyd@stupidchicken.com>
492
493 * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
494 problems on the console, and security risk in not using gpg-agent.
495
4962007-02-25 Carsten Dominik <dominik@science.uva.nl>
497
498 * org.texi (The spreadsheet): Renamed from "Table calculations".
499 Completely reorganized and rewritten.
500 (CamelCase links): Section removed.
501 (Repeating items): New section.
502 (Tracking TODO state changes): New section.
503 (Agenda views): Chapter reorganized and rewritten.
504 (HTML export): Section rewritten.
505 (Tables in arbitrary syntax): New section.
506 (Summary): Better feature summary.
507 (Activation): Document problem with cut-and-paste of Lisp code
508 from PDF files.
509 (Visibility cycling): Document indirect buffer use.
510 (Structure editing): Document sorting.
511 (Remember): Section rewritten.
512 (Time stamps): Better description of time stamp types.
513 (Tag searches): Document regular expression search for tags.
514 (Stuck projects): New section.
515 (In-buffer settings): New keywords.
516 (History and Acknowledgments): Updated description.
517
5182007-02-24 Alan Mackenzie <acm@muc.de>
519
520 * cc-mode.texi (Movement Commands): Insert two missing command names.
521 (Getting Started): Slight wording correction (use conditional).
522
5232007-02-22 Kim F. Storm <storm@cua.dk>
524
525 * widget.texi (User Interface, Basic Types): Document need to put some
526 text before the %v escape in :format string in editable-field widget.
527
5282007-02-18 Romain Francoise <romain@orebokech.com>
529
530 * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
531 `cvs-mode-quit'.
532
5332007-02-10 Markus Triska <markus.triska@gmx.at>
534
535 * widget.texi (Programming Example): Put constant strings in :format.
536
5372007-02-07 Juanma Barranquero <lekktu@gmail.com>
538
539 * faq.texi (Fullscreen mode on MS-Windows): New node.
540
5412007-02-04 David Kastrup <dak@gnu.org>
542
543 * faq.texi (AUCTeX): Update version number. Should probably be done
544 for other packages as well.
545
5462007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
547
548 * gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
549 <tassilo@member.fsf.org>.
550
5512007-01-27 Eli Zaretskii <eliz@gnu.org>
552
553 * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
554 ls-lisp-use-localized-time-format.
555
5562007-01-20 Markus Triska <markus.triska@gmx.at>
557
558 * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
559
5602007-01-13 Michael Olson <mwolson@gnu.org>
561
562 * erc.texi (Modules): Mention capab-identify module.
563
5642007-01-05 Michael Olson <mwolson@gnu.org>
565
566 * erc.texi (Getting Started): Update for /RECONNECT command.
567
5682007-01-04 Richard Stallman <rms@gnu.org>
569
570 * ebrowse.texi: Change C-c b to C-c C-m.
571
5722007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
573
574 * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
575 variables only in info to avoid redundant entries in the printed
576 manual.
577
5782007-01-02 Daiki Ueno <ueno@unixuser.org>
579
580 * message.texi (Using PGP/MIME): Document gpg-agent usage.
581
5822007-01-02 Reiner Steib <Reiner.Steib@gmx.de>
583
584 * message.texi (Security): Split into sub-nodes.
585
5862007-01-01 Alan Mackenzie <acm@muc.de>
587
588 * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
589 eval-after-load in Emacs <=21 and a workaround. Document that
590 trigraphs are not supported.
591
5922007-01-01 Alan Mackenzie <acm@muc.de>
593
594 * cc-mode.texi ("Filling and Breaking"): Amend the doc for
595 c-context-line-break. When invoked within a string, preserve
596 whitespace. Add a backslash only when also in a macro.
597
5982007-01-01 Alan Mackenzie <acm@muc.de>
599
600 * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
601
6022007-01-01 Alan Mackenzie <acm@muc.de>
603
604 * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
605 are now bound by default to c-\(beginning\|end\)-of-defun by default.
606
6072007-01-01 Alan Mackenzie <acm@muc.de>
608
609 * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
610 "Choosing a Style".
611
612 * cc-mode.texi ("Styles"): Add @dfn{style}.
613
6142006-12-30 Michael Albinus <michael.albinus@gmx.de>
615
616 Sync with Tramp 2.0.55.
617
618 * trampver.texi: Update release number.
619
6202006-12-29 Reiner Steib <Reiner.Steib@gmx.de>
621
622 * gnus.texi (Customizing Articles): Add index entries for all
623 gnus-treat-* variables.
624
6252006-12-29 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
626
627 * gnus.texi (IMAP): Fix incorrect explanation of
628 nnimap-search-uids-not-since-is-evil in documentation for
629 nnimap-expunge-search-string.
630
6312006-12-27 Reiner Steib <Reiner.Steib@gmx.de>
632
633 * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
634 spam-ifile-database.
635
6362006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
637
638 * gnus.texi (Spam Package Configuration Examples): Don't encourage to
639 rebind C-s.
640
6412006-12-26 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
642
643 * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
644 (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
645 "expiring mail".
646 (IMAP): Document nnimap-search-uids-not-since-is-evil and
647 nnimap-nov-is-evil.
648
6492006-12-25 Kevin Ryde <user42@zip.com.au>
650
651 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
652 about the key procedure being used heavily.
653
6542006-12-24 Chong Yidong <cyd@stupidchicken.com>
655
656 * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
657 to t.
658 (Prerequisites): Add explanation about gpg-agent.
659
6602006-12-22 Kevin Ryde <user42@zip.com.au>
661
662 * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
663 "sort" instead of "sort*".
664
6652006-12-19 Richard Stallman <rms@gnu.org>
666
667 * calc.texi (History and Acknowledgements): Recognize that Emacs
668 now does have floating point.
669
6702006-12-19 Michael Albinus <michael.albinus@gmx.de>
671
672 * tramp.texi (External transfer methods): Describe new method `scpc'.
673
6742006-12-17 Sascha Wilde <wilde@sha-bang.de>
675
676 * pgg.texi: Added short note on gpg-agent to the introduction.
677
6782006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
679
680 * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
681 also applies to Cc.
682
6832006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
684
685 * gnus.texi (X-Face): Clarify. Say which programs are required
686 on Windows.
687
6882006-12-08 Michael Olson <mwolson@gnu.org>
689
690 * erc.texi (Modules): Remove documentation for list module.
691
6922006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
693
694 * faq.texi (^M in the shell buffer): Ditto.
695
6962006-11-20 Michael Olson <mwolson@gnu.org>
697
698 * erc.texi: Call this the 5.2 stable pre-release of ERC.
699
7002006-11-17 Carsten Dominik <dominik@science.uva.nl>
701
702 * org.texi: Fix typos.
703 (Agenda commands): Document `C-k'.
704
7052006-11-16 Eli Zaretskii <eliz@gnu.org>
706
707 * url.texi (http/https): Fix a typo in the HTTP URL.
708
7092006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
710
711 * ada-mode.texi: Total rewrite.
712
7132006-11-13 Carsten Dominik <dominik@science.uva.nl>
714
715 * org.texi: Minor typo fixes.
716
7172006-11-13 Bill Wohler <wohler@newt.com>
718
719 Release MH-E manual version 8.0.3.
720
721 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
722 release 8.0.3.
723
724 * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
725 to set MAILDIR.
726 (Reading Mail): Document the customization of read-mail-command
727 for MH-E.
728 (Viewing Attachments): Document mm-discouraged-alternatives.
729 (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
730 (Junk): Add more information about the settings of mh-junk-background
731 in a program. Add /usr/bin/mh to PATH in examples.
732
7332006-11-12 Richard Stallman <rms@gnu.org>
734
735 * woman.texi: Update author address but say he no longer maintains it.
736
7372006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
738
739 * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
740 archived trees.
741 (Checkboxes): Section moved to chapter 5, and extended.
742 (The date/time prompt): New section.
743 (Link abbreviations): New section.
744 (Presentation and sorting): New section.
745 (Custom agenda views): Section completely rewritten.
746 (Summary): Compare with Planner.
747 (Feedback): More info about creating backtraces.
748 (Plain lists): Modified example.
749 (Breaking down tasks): New section.
750 (Custom time format): New section.
751 (Time stamps): Document inactive timestamps.
752 (Setting tags): More details about fast tag selection.
753 (Block agenda): New section.
754 (Custom agenda views): Section rewritten.
755 (Block agenda): New section.
756
7572006-11-07 Michael Albinus <michael.albinus@gmx.de>
758
759 * tramp.texi (Configuration): scp is the default method.
760 (Default Method): Use ssh as example for another method.
761
7622006-10-27 Richard Stallman <rms@gnu.org>
763
764 * woman.texi: Downcase nroff/troff/roff.
765 (Installation): Chapter deleted. Some xrefs deleted.
766 (Background): woman doesn't advise man ;-).
767
7682006-10-26 Roberto Rodr\e,Am\e(Bguez <lanubeblanca@googlemail.com> (tiny change)
769
770 * ada-mode.texi (Project files, Identifier completion)
771 (Automatic Casing, Debugging, Using non-standard file names)
772 (Working Remotely): Fix typos.
773
7742006-10-20 Masatake YAMATO <jet@gyve.org>
775
776 * cc-mode.texi (Sample .emacs File): Added missing `)' in
777 sample code `my-c-initialization-hook'.
778
7792006-10-19 Stuart D. Herring <herring@lanl.gov>
780
781 * widget.texi: Fix typos.
782
7832006-10-19 Michael Albinus <michael.albinus@gmx.de>
784
785 * tramp.texi (Frequently Asked Questions): Remove questions marked with
786 "???". There have been no complaints for years, so the information
787 must be appropriate.
788
7892006-10-16 Richard Stallman <rms@gnu.org>
790
791 * widget.texi: Use @var instead of capitalization.
792 Clarify many widget type descriptions.
793
7942006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
795
796 * gnus.texi (Other modes): Fix typo. Add alternative index entry for
797 gnus-dired-attach.
798 (Selecting a Group): Fix typo.
799
8002006-10-12 Roberto Rodr\e,Am\e(Bguez <lanubeblanca@googlemail.com> (tiny change)
801
802 * widget.texi: Fix typos.
803
8042006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
805
806 * gnus.texi (Image Enhancements): Update for Emacs 22.
807
808 * gnus-faq.texi ([1.3]): Update.
809
8102006-10-06 Richard Stallman <rms@gnu.org>
811
812 * faq.texi (Displaying the current line or column):
813 Delete "As of Emacs 20".
814
8152006-10-06 Romain Francoise <romain@orebokech.com>
816
817 * faq.texi (VM): VM works with Emacs 22 too.
818
8192006-10-06 Richard Stallman <rms@gnu.org>
820
821 * ebrowse.texi: Remove Emacs version "21" from title.
822
8232006-10-02 Reiner Steib <Reiner.Steib@gmx.de>
824
825 * gnus.texi (Foreign Groups): Say where change of editing commands are
826 stored. Add reference to `gnus-parameters'.
827
8282006-09-15 Jay Belanger <belanger@truman.edu>
829
830 * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
831 Change "Library Public License" to "Lesser Public License"
832 throughout. Use "yyyy" to represent year.
833
8342006-09-15 Carsten Dominik <dominik@science.uva.nl>
835
836 * org.texi (Setting tags): Typo fix.
837
8382006-09-14 Reiner Steib <Reiner.Steib@gmx.de>
839
840 * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
841
8422006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
843
844 * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
845
8462006-09-12 Paul Eggert <eggert@cs.ucla.edu>
847
848 * faq.texi (Escape sequences in shell output): EMACS is now set
849 to Emacs's absolute file name, not to "t".
850 (^M in the shell buffer): Likewise.
851 * misc.texi (Interactive Shell): Likewise.
852
8532006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
854
855 * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
856 mails with pop3-leave-mail-on-server. Fix wording.
857 (Limiting): Improve gnus-summary-limit-to-articles.
858 (X-Face): Fix typo.
859
8602006-09-11 Simon Josefsson <jas@extundo.com>
861
862 * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
863 suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
864
8652006-09-06 Simon Josefsson <jas@extundo.com>
866
867 * smtpmail.texi (Authentication): Mention SSL.
868
8692006-09-01 Eli Zaretskii <eliz@gnu.org>
870
871 * rcirc.texi (Internet Relay Chat, Useful IRC commands):
872 Don't use @indicateurl.
873
874 * cc-mode.texi (Subword Movement): Don't use @headitem.
875 (Custom Braces, Clean-ups): Don't use @tie.
876
8772006-08-29 Michael Albinus <michael.albinus@gmx.de>
878
879 Sync with Tramp 2.0.54.
880
881 * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
882 Suggested by Adrian Phillips <a.phillips@met.no>.
883
8842006-08-15 Carsten Dominik <dominik@science.uva.nl>
885
886 * org.texi (Installation, Activation): Split from Installation and
887 Activation.
888 (Clocking work time): Documented new features.
889
8902006-08-13 Alex Schroeder <alex@gnu.org>
891
892 * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
893 example.
894
8952006-08-12 Eli Zaretskii <eliz@gnu.org>
896
897 * faq.texi (How to add fonts): New node.
898
8992006-08-05 Romain Francoise <romain@orebokech.com>
900
901 * faq.texi (New in Emacs 22): Expand.
902
9032006-08-03 Michael Olson <mwolson@gnu.org>
904
905 * erc.texi: Update for ERC 5.1.4.
906
9072006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
908
909 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
910 in .../site-lisp/gnus/ by default.
911 [ From gnus-news.texi in the trunk. ]
912
9132006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
914
915 * gnus.texi (MIME Commands): Additions for yEnc.
916
9172006-07-24 Richard Stallman <rms@gnu.org>
918
919 * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
920 * faq.texi: Move periods and commas inside quotes.
921
9222006-07-20 Jay Belanger <belanger@truman.edu>
923
924 * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
925
9262006-07-18 Chong Yidong <cyd@stupidchicken.com>
927
928 * faq.texi (Security risks with Emacs): Document Emacs 22
929 file-local-variable mechanism.
930
9312006-07-12 Michael Olson <mwolson@gnu.org>
932
933 * erc.texi: Update for ERC 5.1.3.
934
9352006-07-12 Alex Schroeder <alex@gnu.org>
936
937 * rcirc.texi: Fix typos.
938 (Getting started with rcirc): New calling convention for M-x irc.
939 Mention #rcirc. Removed channel tracking.
940 (Configuration): Changed the names of all variables that got changed
941 recently, eg. rcirc-server to rcirc-default-server. Added
942 documentation for rcirc-authinfo, some background for Bitlbee, and
943 rcirc-track-minor-mode.
944 (Scrolling conservatively): Fixed the xref from Auto Scrolling to just
945 Scrolling.
946 (Reconnecting after you have lost the connection): Fixed example code
947 to match code changes.
948
9492006-07-10 Nick Roberts <nickrob@snap.net.nz>
950
951 * gnus.texi, message.texi: Fix typos.
952
9532006-07-07 Carsten Dominik <dominik@science.uva.nl>
954
955 * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
956 commands.
957 (Global TODO list): Document the use of the variables
958 `org-agenda-todo-ignore-scheduled' and
959 `org-agenda-todo-list-sublevels'.
960
9612006-07-05 Richard Stallman <rms@gnu.org>
962
963 * faq.texi (Scrolling only one line): Fix xref.
964
9652006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
966
967 * faq.texi (Evaluating Emacs Lisp code):
968 Throughout, replace eval-current-buffer with eval-buffer.
969
9702006-07-03 Richard Stallman <rms@gnu.org>
971
972 * rcirc.texi (Scrolling conservatively): Fix xref.
973
974 * pcl-cvs.texi (Viewing differences): Usage fix.
975
9762006-07-03 Carsten Dominik <dominik@science.uva.nl>
977
978 * org.texi (Agenda commands): Document `s' key to save all org-mode
979 buffers.
980
9812006-06-30 Ralf Angeli <angeli@caeruleus.net>
982
983 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
984 names. Mention `cvs-msg' face.
985
9862006-06-29 Carsten Dominik <dominik@science.uva.nl>
987
988 * org.texi (Checkboxes): New section.
989
9902006-06-28 Carsten Dominik <dominik@science.uva.nl>
991
992 * org.texi (Embedded LaTeX): Fix typos and implement small improvements
993 throughout this chapter.
994
9952006-06-27 Chong Yidong <cyd@stupidchicken.com>
996
997 * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
998 text for standalone vs Emacs info.
999 (Help): Clarify header line description. Use mouse-1 for clicks.
1000 (Help-P): Use mouse-1 for clicks.
1001 (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
1002 (Help-^L, Help-M, Help-Int, Search Index, Go to node)
1003 (Choose menu subtopic): Remove gratuitous Emacs command names.
1004 (Help-FOO): Put usual behavior first.
1005 (Help-Xref): Clicking on xrefs works in Emacs.
1006 (Search Text): Clarify what the default behavior is.
1007 (Create Info buffer): Fix Emacs window/X window confusion.
1008 (Emacs Info Variables): Fix for new Emacs init file behavior.
1009
10102006-06-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1011
1012 * gnus.texi (Summary Buffer Lines): Fix typo.
1013
10142006-06-23 Carsten Dominik <dominik@science.uva.nl>
1015
1016 * org.texi (Embedded LaTeX): New chapter.
1017 (Archiving): Section rewritten.
1018 (Enhancing text): Some parts moved to the new chapter about LaTeX.
1019
10202006-06-20 Bill Wohler <wohler@newt.com>
1021
1022 Release MH-E manual version 8.0.1.
1023
1024 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1025 release 8.0.1.
1026 (Preface): Depend on GNU mailutils 1.0 and higher.
1027
10282006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030 * message.texi (News Headers): Update message-syntax-checks section.
1031
10322006-06-19 Karl Berry <karl@gnu.org>
1033
1034 * info.texi (Advanced): Mention C-q, especially with ?.
1035
10362006-06-19 Carsten Dominik <dominik@science.uva.nl>
1037
1038 * org.texi (Publishing links): Document the `:link-validation-function'
1039 property.
1040 (Extensions and Hacking): New chapter, includes some sections of the
1041 "Miscellaneous" chapter.
1042
10432006-06-10 Carsten Dominik <dominik@science.uva.nl>
1044
1045 * org.texi (Progress logging): New section.
1046
10472006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * viper.texi (Viper Specials):
1050 * gnus.texi (Example Setup):
1051 * faq.texi (Backspace invokes help):
1052 * dired-x.texi (Optional Installation Dired Jump):
1053 * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
1054 follow coding conventions.
1055
10562006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
1057
1058 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
1059
10602006-06-06 Carsten Dominik <dominik@science.uva.nl>
1061
1062 * org.texi (ASCII export): Document indentation adaptation.
1063 (Setting tags): Document mutually-exclusive tags.
1064
10652006-06-05 Romain Francoise <romain@orebokech.com>
1066
1067 * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
1068 Fix typo.
1069
1070 * gnus-faq.texi (Question 8.6): Update reference to the Gnus
1071 channel (#gnus@irc.freenode.net).
1072 Fix typos. Update copyright notice.
1073
1074 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
1075 (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
1076 (Line-Up Functions, Custom Macros):
1077 * ediff.texi (Window and Frame Configuration)
1078 (Highlighting Difference Regions, Highlighting Difference Regions):
1079 * emacs-mime.texi (Display Customization):
1080 * erc.texi (History):
1081 * eshell.texi (Known problems):
1082 * eudc.texi (Overview, BBDB):
1083 * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
1084 (The problem of spam, SpamOracle, Extending the Spam package)
1085 (Conformity, Terminology):
1086 * idlwave.texi (Routine Info, Routine Info)
1087 (Class and Keyword Inheritance, Padding Operators)
1088 (Breakpoints and Stepping, Electric Debug Mode)
1089 (Examining Variables, Troubleshooting):
1090 * org.texi (Creating timestamps):
1091 * reftex.texi (Commands, Options, Changes):
1092 * tramp.texi (Inline methods, Password caching)
1093 (Auto-save and Backup, Issues):
1094 * vip.texi (Files, Commands in Insert Mode):
1095 * viper.texi (Emacs Preliminaries, States in Viper)
1096 (Packages that Change Keymaps, Viper Specials, Groundwork):
1097 Fix various typos.
1098
10992006-05-31 Michael Ernst <mernst@alum.mit.edu>
1100
1101 * ediff.texi: Fix typos.
1102
11032006-05-30 Carsten Dominik <dominik@science.uva.nl>
1104
1105 * org.texi: Small typo fixes.
1106
11072006-05-29 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * tramp.texi (Frequently Asked Questions): Disable zsh zle.
1110
11112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1112
1113 * pcl-cvs.texi: Fix typos.
1114 (Customization): Say "us".
1115
11162006-05-26 Eli Zaretskii <eliz@gnu.org>
1117
1118 * org.texi: Remove bogus @setfilename.
1119
11202006-05-26 Carsten Dominik <dominik@science.uva.nl>
1121
1122 * org.texi (ASCII export): Omit command name.
1123 (HTML export): Add prefix to all lines in Local Variable example.
1124 (Acknowledgments): Typeset names in italics.
1125
11262006-05-24 Carsten Dominik <dominik@science.uva.nl>
1127
1128 * org.texi (Plain lists): Add new item navigation commands.
1129 (External links): Document elisp and info links.
1130 (Custom searches): New section.
1131 (Publishing): New chapter.
1132 (HTML export): Include a list of supported CSS classes.
1133 (Setting tags): Describe the fast-tag-setting interface.
1134
11352006-05-20 Luc Teirlinck <teirllm@auburn.edu>
1136
1137 * dired-x.texi: ifinfo -> ifnottex.
1138
11392006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
1140
1141 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
1142
11432006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1144
1145 * message.texi (Interface): Add tool bar customization.
1146 (MIME): Index and text additions for mml-attach.
1147 (MIME): Describe mml-dnd-protocol-alist and
1148 mml-dnd-attach-options.
1149
1150 * gnus.texi (Oort Gnus): Reorder entries in sections.
1151 Fix some entries.
1152 (Starting Up): Add references to "Emacs for Heathens" and to
1153 "Finding the News". Add user-full-name and user-mail-address.
1154 (Group Buffer Format): Add tool bar customization and update.
1155 (Summary Buffer): Add tool bar customization.
1156 (Posting Styles): Add message-alternative-emails.
1157
11582006-05-09 Michael Albinus <michael.albinus@gmx.de>
1159
1160 * tramp.texi (Filename completion): Improve wording.
1161
11622006-05-07 Romain Francoise <romain@orebokech.com>
1163
1164 * faq.texi (Using regular expressions): Fix typo.
1165 (Packages that do not come with Emacs): Fix capitalization.
1166 (Replacing text across multiple files): Expand node to explain how
1167 to use `dired-do-query-replace-regexp' in more detail, based on
1168 suggestion by Eric Hanchrow <offby1@blarg.net>.
1169
11702006-05-06 Michael Albinus <michael.albinus@gmx.de>
1171
1172 * tramp.texi (Filename completion): Completion of remote files'
1173 method, user name and host name is active only in partial
1174 completion mode.
1175
11762006-05-06 Bill Wohler <wohler@newt.com>
1177
1178 Release MH-E manual version 8.0.
1179
1180 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1181 release 8.0.
1182
11832006-05-06 Bill Wohler <wohler@newt.com>
1184
1185 * mh-e.texi (MH-BOOK-HOME): Change from
1186 http://www.ics.uci.edu/~mh/book/mh to
1187 http://rand-mh.sourceforge.net/book/mh.
1188 Replace .htm suffix with .html for MH book files.
1189 (Using This Manual): Update key binding for getting relevant
1190 chapter in Info from command key.
1191 (Ranges): Fix itemx.
1192
11932006-05-05 Karl Berry <karl@gnu.org>
1194
1195 * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
1196 (\fonttextsize): New user-level command to change text font size.
1197
11982006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
1199
1200 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
1201
12022006-04-26 Sascha Wilde <wilde@sha-bang.de> (tiny change)
1203
1204 * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
1205
12062006-04-24 Bill Wohler <wohler@newt.com>
1207
1208 * mh-e.texi (Getting Started): Make it more explicit that you need
1209 to install MH. Add pointers to current MH implementations.
1210
12112006-04-21 Bill Wohler <wohler@newt.com>
1212
1213 Release MH-E manual version 7.94.
1214
1215 * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1216 release 7.94.
1217
12182006-04-21 Carsten Dominik <dominik@science.uva.nl>
1219
1220 * org.texi: Many small fixes.
1221 (Handling links): Rename from "Managing links".
1222
12232006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
1224
1225 * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
1226 (Splitting mail using spam-stat): Fix @xref.
1227
12282006-04-20 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * gnus.texi (Spam Package): Major revision of the text.
1231 Previouly this node was "Filtering Spam Using The Spam ELisp Package".
1232
12332006-04-20 Carsten Dominik <dominik@science.uva.nl>
1234
1235 * org.texi (Time stamps): Better explanation of the purpose of
1236 different time stamps.
1237 (Structure editing, Plain lists): More details on how new items
1238 and headings are inserted.
1239
12402006-04-18 Carsten Dominik <dominik@science.uva.nl>
1241
1242 * org.texi (Formula syntax): Fix link to Calc Manual.
1243
12442006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
1245
1246 * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
1247
12482006-04-17 Bill Wohler <wohler@newt.com>
1249
1250 * mh-e.texi (Folders): Update mh-before-quit-hook and
1251 mh-quit-hook example with code that removes the buffers rather
1252 than just bury them.
1253
12542006-04-17 Michael Albinus <michael.albinus@gmx.de>
1255
1256 Sync with Tramp 2.0.53.
1257
12582006-04-13 Carsten Dominik <dominik@science.uva.nl>
1259
1260 * org.texi (Updating settings): New section.
1261 (Visibility cycling): Better names for the startup folding
1262 options.
1263 (Exporting): Completely restructured.
1264 (The very busy C-c C-c key): New section.
1265 (Summary of in-buffer settings): New section.
1266
12672006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
1268
1269 * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
1270
12712006-04-10 Reiner Steib <Reiner.Steib@gmx.de>
1272
1273 * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
1274 (Server Commands): Key `v' is reserved for users.
1275
12762006-04-11 Carsten Dominik <dominik@science.uva.nl>
1277
1278 * org.texi (Link format): New section, emphasis on bracket links.
1279 (External links): Document bracket links.
1280 (FAQ): Expand to cover shell links and the new link format.
1281
12822006-04-09 Kevin Ryde <user42@zip.com.au>
1283
1284 * org.texi (Formula syntax): Typo in node name of calc-eval xref.
1285
12862006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1287
1288 * gnus.texi (Summary Buffer Lines): Add `*'.
1289
12902006-04-07 Jochen K\e,A|\e(Bpper <jochen@fhi-berlin.mpg.de>
1291
1292 * gnus.texi (Group Parameters):
1293 Mention gnus-permanently-visible-groups.
1294
12952006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
1296
1297 * gnus.texi (Face): Fix typo.
1298
12992006-04-05 Reiner Steib <Reiner.Steib@gmx.de>
1300
1301 * gnus.texi (X-Face): Clarify.
1302 (Face): Need Emacs with PNG support.
1303
13042006-04-06 Richard Stallman <rms@gnu.org>
1305
1306 * idlwave.texi: Delete the blocks "not suitable for inclusion with
1307 Emacs".
1308
13092006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1310
1311 * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
1312 blocks not suitable for inclusion with Emacs using variable
1313 PARTOFEMACS.
1314
13152006-04-04 Simon Josefsson <jas@extundo.com>
1316
1317 * gnus.texi (Security): Improve.
1318
13192006-04-02 Bill Wohler <wohler@newt.com>
1320
1321 * mh-e.texi (Getting Started, Junk, Bug Reports)
1322 (MH FAQ and Support): Fix URLs.
1323
13242006-03-31 Romain Francoise <romain@orebokech.com>
1325
1326 * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
1327 to t, not nil (and has for the past eight years).
1328
13292006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
1330
1331 * message.texi, gnus.texi: Bump version to 5.11.
1332
13332006-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1334
1335 * gnus.texi (Top): Add comment about version line.
1336
1337 * message.texi (Top): Ditto. Change to take named versions into
1338 account.
1339
13402006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
1341
1342 * gnus.texi (Posting Styles): Add x-face-file to example.
1343 (X-Face): Refer to posting styles.
1344
1345 * gnus-faq.texi ([5.8]): Add x-face-file.
1346 ([8.4]): Add links to gmane.emacs.gnus.user and
1347 gmane.emacs.gnus.general.
1348
13492006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
1350
1351 * gnus-faq.texi: Use .invalid.
1352 ([5.4]): Fix gnus-posting-styles example.
1353
13542006-03-27 Romain Francoise <romain@orebokech.com>
1355
1356 * faq.texi (Emacs/W3): Rename from `w3-mode'. Mention that
1357 Emacs/W3 needs a new maintainer.
1358 (Ispell): Update author and version info.
1359 (Mailcrypt): Mention PGG.
1360 (New in Emacs 22): Add PGG to the list of new packages.
1361 Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
1362 updating dead URLs.
1363
13642006-03-25 Karl Berry <karl@gnu.org>
1365
1366 * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
1367 * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
1368 * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
1369 * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
1370 * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
1371 * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
1372 * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
1373 (2) do not indent copyright year list (or anything else).
1374
13752006-03-21 Bill Wohler <wohler@newt.com>
1376
1377 * mh-e.texi (Folders): Various edits.
1378
13792006-03-20 Romain Francoise <romain@orebokech.com>
1380
1381 * gnus.texi (Mail Folders): Grammar fix.
1382
13832006-03-19 Bill Wohler <wohler@newt.com>
1384
1385 * mh-e.texi (Replying): Document Mail-Followup-To.
1386 Change manually-formatted table to multitable. Add debugging info.
1387 Move description of mh-reply-default-reply-to into paragraph
1388 that describes its values.
1389
13902006-03-17 Bill Wohler <wohler@newt.com>
1391
1392 * mh-e.texi: Use smallexample and smalllisp consistenly.
1393 (Sending Mail Tour): Update method of entering
1394 addresses and subject.
1395 (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
1396 (Adding Attachments, Searching): Update screenshots for Emacs 22.
1397
13982006-03-15 Carsten Dominik <dominik@science.uva.nl>
1399
1400 * org.texi: Version number change only.
1401
14022006-03-14 Bill Wohler <wohler@newt.com>
1403
1404 * mh-e.texi: Add index entries around each paragraph rather than
1405 depend on entries from beginning of node. Doing so ensures that
1406 index entries are less likely to be forgotten if text is cut and
1407 pasted, and are necessary anyway if the references are on a
1408 separate page. It seems that makeinfo is now (v. 4.8) only
1409 producing one index entry per node, so there is no longer any
1410 excuse not to. Use subheading instead of heading. The incorrect
1411 use of heading produced very large fonts in Info--as large as the
1412 main heading.
1413 (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
1414 versions 6 and 7 appeared *around* the time of these Emacs releases.
1415
14162006-03-13 Carsten Dominik <dominik@science.uva.nl>
1417
1418 * org.texi (Clean view): Document new startup options.
1419
14202006-03-11 Bill Wohler <wohler@newt.com>
1421
1422 * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
1423 (Composing, Scan Line Formats): Fix @refs.
1424 (Getting Started): Define MH profile and MH profile components.
1425 (Incorporating Mail, Reading Mail, Viewing, Printing)
1426 (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
1427 (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
1428 for string constants.
1429 (Tool Bar): Remove spurious quote.
1430 (Junk): Use ``...'' instead of "...".
1431 (Scan Line Formats): Replace @samp with @kbd.
1432
14332006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
1434
1435 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
1436
14372006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
1438
1439 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
1440 easy to understand.
1441
14422006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
1443
1444 * gnus.texi: Markup fix.
1445 (Fancy Mail Splitting): Specify new feature.
1446
14472006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * gnus.texi (Fancy Mail Splitting): Improve descriptions about
1450 partial-words matching.
1451
14522006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
1453
1454 * emacs-mime.texi (Display Customization): Reword image/.* stuff.
1455
1456 * gnus.texi (Oort Gnus): Add note about `gnus-load'.
1457 (MIME Commands): Fix mm-discouraged-alternatives.
1458
14592006-03-07 Carsten Dominik <dominik@science.uva.nl>
1460
1461 * org.texi: Version number change only.
1462
14632006-03-06 Bill Wohler <wohler@newt.com>
1464
1465 * mh-e.texi: Move from SourceForge repository to Savannah.
1466 This is version 7.93, which is a total rewrite from the previous
1467 edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
1468 version 7.93.
1469
14702006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
1471
1472 * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
1473
14742006-03-01 Carsten Dominik <dominik@science.uva.nl>
1475
1476 * org.texi (Interaction): Add item about `org-mouse.el' by
1477 Piotr Zielinski.
1478 (Managing links): Document that also mouse-1 can be used to
1479 activate a link.
1480 (Headlines, FAQ): Add entry about hiding leading stars.
1481 (Miscellaneous): Resort the sections in this chapter to a more
1482 logical sequence.
1483
14842006-02-27 Simon Josefsson <jas@extundo.com>
1485
1486 * emacs-mime.texi (Flowed text): Add mm-fill-flowed. (Sync
1487 2004-01-27 from the trunk).
1488
14892006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1490
1491 * cc-mode.texi: Rename c-hungry-backspace to
1492 c-hungry-delete-backwards, at the request of RMS. Leave the old
1493 name as an alias.
1494
14952006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1496
1497 * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
1498 include the function header within the defun.
1499
15002006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1501
1502 * cc-mode.texi: Correct two typos.
1503
15042006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1505
1506 * cc-mode.texi (Comment Commands): State that C-u M-; kills any
1507 existing comment.
1508 (Electric Keys): Add a justification for electric indentation.
1509 (Hungry WS Deletion): Clear up the names and complications of the
1510 BACKSPACE and DELETE keys.
1511
15122006-02-23 Juri Linkov <juri@jurta.org>
1513
1514 * faq.texi (Common requests): Move `Turning on auto-fill by
1515 default' after `Wrapping words automatically'. Move `Working with
1516 unprintable characters' before `Searching for/replacing newlines'.
1517 Move `Replacing highlighted text' after `Highlighting a region'.
1518 Merge `Repeating commands' and `Repeating a command as many times
1519 as possible' into the former.
1520 (Packages that do not come with Emacs): Add refs to Gmane and
1521 etc/MORE.STUFF.
1522
15232006-02-23 Juri Linkov <juri@jurta.org>
1524
1525 * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
1526 (Reporting bugs): Suggest using `M-x report-emacs-bug'.
1527 Add xref to `(emacs)Reporting Bugs'.
1528 (Getting a printed manual): Add URL to other formats of the manual.
1529 (Common requests): Fix menu.
1530 (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
1531 (Horizontal scrolling): Mention `truncate-partial-width-windows'.
1532 (Inserting text at the beginning of each line): Add pxref to
1533 `Changing the included text prefix'.
1534 (Forcing the cursor to remain in the same column): Mention `track-eol'
1535 and `set-goal-column'. Add pxref to `(emacs)Moving Point'.
1536 (Replacing text across multiple files): Add keybinding `Q' for
1537 `dired-do-query-replace'.
1538
15392006-02-22 Carsten Dominik <dominik@science.uva.nl>
1540
1541 * reftex.texi: Version number and date change only.
1542
1543 * org.texi (Internal Links): Rewrite to cover the modified
1544 linking system.
1545
15462006-02-17 Eli Zaretskii <eliz@gnu.org>
1547
1548 * faq.texi: Remove the coding cookie, it's not needed anymore.
1549
15502006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1551
1552 * faq.texi (Colors on a TTY): Mention Mac OS port.
1553
15542006-02-12 Karl Berry <karl@gnu.org>
1555
1556 * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
1557 8-bit accented a.
1558
15592006-02-09 Reiner Steib <Reiner.Steib@gmx.de>
1560
1561 * gnus.texi (Gnus Versions): Add history beyond start of Oort.
1562
15632006-02-08 Romain Francoise <romain@orebokech.com>
1564
1565 * faq.texi (Top): Remove paragraph about the FAQ being a
1566 transitional document, etc.
1567 (Searching for/replacing newlines): New node.
1568 (Yanking text in isearch): New node.
1569 (Inserting text at the beginning of each line): Rename and make
1570 more general, mention `M-;' in Message mode.
1571
15722006-02-07 Luc Teirlinck <teirllm@auburn.edu>
1573
1574 * faq.texi (Meta key does not work in xterm)
1575 (Emacs does not display 8-bit characters)
1576 (Inputting eight-bit characters): Update xrefs.
1577
15782006-02-06 Romain Francoise <romain@orebokech.com>
1579
1580 * faq.texi (VM): VM now at version 7.19.
1581 Set myself as maintainer of this file.
1582
15832006-02-04 Michael Olson <mwolson@gnu.org>
1584
1585 * erc.texi (History): Note that ERC is now included with Emacs.
1586
15872006-01-31 Romain Francoise <romain@orebokech.com>
1588
1589 * message.texi (Message Headers): Explain what
1590 `message-alternative-emails' does in more detail.
1591 Update copyright year.
1592
15932006-01-30 Juanma Barranquero <lekktu@gmail.com>
1594
1595 * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
1596
15972006-01-29 Richard M. Stallman <rms@gnu.org>
1598
1599 * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
1600
16012006-01-29 Michael Olson <mwolson@gnu.org>
1602
1603 * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
1604
1605 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
1606
1607 * faq.texi (New in Emacs 22): Mention ERC.
1608
16092006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1610
1611 * rcirc.texi: Capitalize dir entry for consistency with the entry
1612 in info/dir and other entries in the Emacs category.
1613 Fix typos. Delete trailing whitespace.
1614
16152006-01-28 Bj\e,Av\e(Brn Lindstr\e,Av\e(Bm <bkhl@elektrubadur.se>
1616
1617 * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
1618
16192006-01-27 Eli Zaretskii <eliz@gnu.org>
1620
1621 * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
1622 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
1623
1624 * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
1625 (INFO_TARGETS, DVI_TARGETS): Add rcirc.
1626
16272006-01-27 Alex Schroeder <alex@gnu.org>
1628
1629 * rcirc.texi: New file.
1630
16312006-01-23 Juri Linkov <juri@jurta.org>
1632
1633 * widget.texi (User Interface): Add S-TAB for widget-backward.
1634
16352006-01-22 Michael Albinus <michael.albinus@gmx.de>
1636
1637 Sync with Tramp 2.0.52.
1638
1639 * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
1640 Add Tramp disabling item. New item for common connection problems.
1641 (various): Apply "ftp" as method for the download URL.
1642 (Bug Reports): Refer to FAQ for common problems.
1643
16442006-01-21 Eli Zaretskii <eliz@gnu.org>
1645
1646 * widget.texi (User Interface): Use @key for TAB.
1647
1648 * ses.texi (Formulas, Printer functions): Use @key for TAB.
1649
1650 * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
1651 for TAB.
1652
1653 * cc-mode.texi (Indentation Calculation): Use @key for TAB.
1654
16552006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1656
1657 * gnus.texi: Update copyright.
1658
16592006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
1660
1661 * gnus.texi (Article Washing): Additions.
1662
16632006-01-08 Alex Schroeder <alex@gnu.org>
1664
1665 * pgg.texi (Caching passphrase): Rewording.
1666
16672006-01-13 Carsten Dominik <dominik@science.uva.nl>
1668
1669 * org.texi (Agenda commands): Document tags command.
1670
16712006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1672
1673 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
1674
16752006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1676
1677 * gnus.texi (RSS): Addition.
1678
16792005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
1682
16832005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1684
1685 * emacs-mime.texi (Display Customization): Add setting example to
1686 mm-discouraged-alternatives.
1687
16882006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
1691 version is the canonical version.
1692
16932006-01-08 Alex Schroeder <alex@gnu.org>
1694
1695 * pgg.texi (Caching passphrase): Rewording.
1696
16972006-01-06 Eli Zaretskii <eliz@gnu.org>
1698
1699 * flymake.texi (Obtaining Flymake): Update Flymake's CVS
1700 repository URL.
1701
17022006-01-06 Carsten Dominik <dominik@science.uva.nl>
1703
1704 * org.texi: Removed the accidentally re-added empty line in the
1705 direntry.
1706
17072006-01-05 Carsten Dominik <dominik@science.uva.nl>
1708
1709 * org.texi (Agenda Views): Chapter reorganized.
1710
17112005-12-29 Romain Francoise <romain@orebokech.com>
1712
1713 * faq.texi (Using Customize): New node.
1714
17152005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1716
1717 * org.texi: Remove blank line in @direntry. It is non-standard
1718 and recursively produces blank lines all over the dir file (when
1719 using Texinfo 4.8).
1720
17212005-12-21 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * widget.texi (atoms): Delete obsolete remark about `file' widget.
1724
17252005-12-20 Carsten Dominik <dominik@science.uva.nl>
1726
1727 * org.texi (Tags): Boolean logic documented.
1728 (Agenda Views): Document custom commands.
1729
17302005-12-20 David Kastrup <dak@gnu.org>
1731
1732 * faq.texi (AUCTeX): Update version and mailing list info.
1733
17342005-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * gnus.texi (MIME Commands): Mention addition of
1737 multipart/alternative to gnus-buttonized-mime-types and add xref
1738 to mm-discouraged-alternatives.
1739
1740 * emacs-mime.texi (Display Customization): Mention addition of
1741 "image/.*" and add xref to gnus-buttonized-mime-types in the
1742 mm-discouraged-alternatives section.
1743
17442005-12-16 Carsten Dominik <dominik@science.uva.nl>
1745
1746 * org.texi (Tags): New section.
1747 (Agenda Views): Chapter reorganized.
1748
17492005-12-16 Eli Zaretskii <eliz@gnu.org>
1750
1751 * org.texi (Internal Links): Add a missing comma after an @xref.
1752
17532005-12-14 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * faq.texi (Filling paragraphs with a single space): No need to
1756 change sentence-end now.
1757
17582005-12-13 Romain Francoise <romain@orebokech.com>
1759
1760 * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
1761
17622005-12-12 Jay Belanger <belanger@truman.edu>
1763
1764 * faq.texi (Calc): Update version number.
1765
17662005-12-12 Carsten Dominik <dominik@science.uva.nl>
1767
1768 * org.texi (Progress Logging): New section.
1769
17702005-12-10 Romain Francoise <romain@orebokech.com>
1771
1772 Update the Emacs FAQ for the 22.1 release.
1773
1774 * faq.texi: Set VER to `22.1'.
1775 (Basic editing): Explain how to use localized versions of the
1776 Tutorial. Mention that `C-h r' displays the manual. Delete
1777 obsolete WWW link to an Emacs 18 tutorial.
1778 (Getting a printed manual): Point to the new locations of the
1779 manuals on the GNU Web site.
1780 (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
1781 available via Info (it was previously distributed separately).
1782 (Installing Texinfo documentation): The latest version of Texinfo
1783 is 4.8, not 4.0.
1784 (Informational files for Emacs): COPYING is the GNU General Public
1785 License, not the Emacs General Public License.
1786 (Informational files for Emacs): Delete obsolete link to the
1787 GNUinfo pages as they have been removed from the GNU Web site.
1788 (New in Emacs 22): New node.
1789 (Setting up a customization file): Say that most packages support
1790 Customize nowadays.
1791 (Colors on a TTY): Delete reference to instructions on how to
1792 enable syntax highlighting, it is now enabled by default.
1793 (Turning on abbrevs by default): Emacs now reads the abbrevs file
1794 at startup automatically.
1795 (Controlling case sensitivity): Mention `M-c' in isearch.
1796 (Using an already running Emacs process): Emacs now creates the
1797 socket in `/tmp/emacsUID'. Fix typos. Change default location of
1798 gnuserv. As emacsclient can now run Lisp code as well, delete a
1799 sentence praising gnuserv for that. Simplify description of how
1800 the client/server operation works.
1801 (Compiler error messages): Delete obsolete text (compile.el has
1802 been rewritten).
1803 (Indenting switch statements): Fix typo.
1804 (Matching parentheses): Simplify setup instructions, mention the
1805 menu bar item in the Options menu.
1806 (Repeating a command as many times as possible): Mention `C-x e'.
1807 (Going to a line by number): Mention new keymap and bindings
1808 `M-g M-g', `M-g M-p' and `M-g M-n'.
1809 (Turning on syntax highlighting): Now on by default. Simplify.
1810 (Replacing highlighted text): Use `1', not `t'.
1811 (Problems with very large files): The maximum size is now 256MB on
1812 32-bit machines.
1813 (^M in the shell buffer): Mention `comint-process-echoes'.
1814 (Emacs for Apple computers): Emacs 22 has native support for Mac
1815 OS X.
1816 (Translating names to IP addresses): Delete node.
1817 (Binding keys to commands): Fix typo.
1818 (SPC no longer completes file names): New node.
1819 (MIME with Emacs mail packages): Delete section about the Emacs
1820 MIME FAQ (it's not reachable anymore).
1821
18222005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1823
1824 * cc-mode.texi: The manual has been extensively revised: the
1825 information about using CC Mode has been separated from the larger
1826 and more difficult chapters about configuration. It has been
1827 updated for CC Mode 5.31.
1828
18292005-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1830
1831 * pgg.texi (User Commands): Fix description of pgg-verify-region.
1832 (Selecting an implementation): Fix descriptions.
1833
18342005-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1835
1836 * message.texi (Various Message Variables): Addition.
1837
18382005-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1839
1840 * message.texi: Fix default values.
1841
18422005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * message.texi (Header Commands): Clarify descriptions of
1845 message-cross-post-followup-to, message-reduce-to-to-cc, and
1846 message-insert-wide-reply.
1847 (Various Commands): Fix kindex for message-kill-to-signature;
1848 clarify description of message-tab.
1849
18502005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1851
1852 * message.texi (Mailing Lists): Fix description about MFT.
1853
1854 * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
1855
18562005-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1857
1858 * gnus.texi (Slow Terminal Connection): Replace old description
1859 with new one.
1860
18612005-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
1862
1863 * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
1864 replace X-Draft-Headers with X-Draft-From.
1865
18662005-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1867
1868 * gnus.texi (Various Various): Fix the default value of
1869 nnheader-max-head-length.
1870 (Gnus Versions): Fix typo.
1871
18722005-12-08 Carsten Dominik <dominik@science.uva.nl>
1873
1874 * org.texi (Structure editing): Document new functionality of
1875 M-RET.
1876
18772005-12-06 Luc Teirlinck <teirllm@auburn.edu>
1878
1879 * org.texi (Internal Links): Fix Texinfo usage.
1880
18812005-12-06 Carsten Dominik <dominik@science.uva.nl>
1882
1883 * org.texi (TODO basics): Document the global todo list.
1884 (TODO items): Documents sparse tree for specific TODO
1885 keywords.
1886
18872005-11-30 Carsten Dominik <dominik@science.uva.nl>
1888
1889 * org.texi (Plain Lists): Typos fixed.
1890
18912005-11-28 Jay Belanger <belanger@truman.edu>
1892
1893 * calc.texi: Change references of `M-#' to `C-x *' prefix.
1894
18952005-11-24 Carsten Dominik <dominik@science.uva.nl>
1896
1897 * org.texi (Structure editing): New item moving commands added.
1898 (Plain Lists): New section.
1899
19002005-11-18 Carsten Dominik <dominik@science.uva.nl>
1901
1902 * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
1903 (Agenda): Document commands `org-cycle-agenda-files' and
1904 `org-agenda-file-to-front'
1905 (Built-in table editor): Document `org-table-sort-lines'.
1906 (HTML formatting): Export of hand-formatted lists.
1907
19082005-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1909
1910 * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
1911 new variable gnus-toolbar-thickness.
1912
19132005-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1914
1915 * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
1916
19172005-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1918
1919 * gnus.texi (X-Face): Fix description.
1920 (XVarious): Remove gnus-xmas-logo-color-alist and
1921 gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
1922
19232005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1924
1925 * gnus.texi (Group Parameters): Mention new variable
1926 gnus-parameters-case-fold-search.
1927 (Home Score File): Addition.
1928
19292005-11-04 Ulf Jasper <ulf.jasper@web.de>
1930
1931 * newsticker.texi: VERSION changed to 1.9. Updated UPDATED.
1932 (Overview): List supported feed types.
1933 (Installation): No installation necessary when using autoload.
1934 (Configuration): Rename "RSS" to "news".
1935
19362005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1937
1938 * pgg.texi (User Commands): Document additional passphrase
1939 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
1940 (Backend methods): Likewise for corresponding pgg-scheme-* functions.
1941
19422005-11-04 Carsten Dominik <dominik@science.uva.nl>
1943
1944 * org.texi: Version number changed to 3.19.
1945
19462005-10-29 Sascha Wilde <wilde@sha-bang.de>
1947
1948 * pgg.texi (How to use): Update the example to add autoload of
1949 pgg-encrypt-symmetric-region.
1950 (User Commands): Document pgg-encrypt-symmetric-region.
1951 (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
1952
19532005-10-27 Jay Belanger <belanger@truman.edu>
1954
1955 * calc.texi (Predefined Units): Fix the symbol for a TeX points,
1956 mention other TeX-related units.
1957
19582005-10-23 Lars Hansen <larsh@soem.dk>
1959
1960 * dired-x.texi (Miscellaneous Commands): Replace
1961 dired-do-relative-symlink by dired-do-relsymlink and
1962 dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
1963
19642005-10-23 Jay Belanger <belanger@truman.edu>
1965
1966 * calc.texi (Predefined Units): Use `alpha' for the fine structure
1967 constant.
1968
19692005-10-23 Michael Albinus <michael.albinus@gmx.de>
1970
1971 * faq.texi (Bugs and problems): Replace
1972 `dired-move-to-filename-regexp' by
1973 `directory-listing-before-filename-regexp'.
1974
19752005-10-22 Eli Zaretskii <eliz@gnu.org>
1976
1977 * newsticker.texi (UPDATED): Set value.
1978
19792005-10-17 Katsumi Yamaoka <yamaoka@jpl.org>
1980
1981 * gnus.texi (Document Groups): Remove duplicate item.
1982
19832005-10-21 Carsten Dominik <dominik@science.uva.nl>
1984
1985 * org.texi (Summary): Mention iCalendar support.
1986 (Exporting): Document iCalendar support.
1987
19882005-10-18 Romain Francoise <romain@orebokech.com>
1989
1990 * viper.texi (Viper Specials): Capitalize GNU.
1991
19922005-10-17 Juri Linkov <juri@jurta.org>
1993
1994 * info.texi (Getting Started, Search Index, Expert Info):
1995 Fix wording.
1996 (Search Text): Replace `echo area' with `mode line'.
1997 (Search Index): Both `i' and `,' find all index entries.
1998 Replace example `C-f' with `C-l' (which exists in index of Info
1999 manual) and delete spaces in its keyboard input sequence.
2000 Delete unnecessary explanations about literal characters.
2001
20022005-10-14 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * gnus.texi (Document Server Internals): Addition.
2005
20062005-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2007
2008 * gnus.texi (A note on namespaces): Fix RFC reference.
2009
20102005-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2011
2012 * gnus.texi (RSS): Fix key description.
2013
20142005-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2015
2016 * gnus.texi: Emacs/w3 -> Emacs/W3.
2017 (Browsing the Web): Fix description.
2018 (Web Searches): Ditto.
2019 (Customizing W3): Ditto.
2020
20212005-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2022
2023 * gnus.texi (Maildir): Clarify expire-age and expire-group.
2024
20252005-10-11 Jay Belanger <belanger@truman.edu>
2026
2027 * calc.texi (Integration): Mention using `a i' to compute definite
2028 integrals.
2029
20302005-10-11 Juri Linkov <juri@jurta.org>
2031
2032 * info.texi: Rearrange nodes.
2033 (Top): Update menu. Change ref `Info for Experts' to
2034 `Advanced Info Commands'.
2035 (Getting Started): Fix description of manual's parts.
2036 (Help-Int): Change xref `Info Search' to `Search Index', and
2037 `Expert Info' to `Advanced'.
2038 (Advanced): Move node one level up.
2039 (Search Text, Search Index): New nodes split out from `Info Search'.
2040 (Go to node, Choose menu subtopic, Create Info buffer): New nodes
2041 split out from `Advanced'.
2042 (Advanced, Emacs Info Variables): De-document editing an Info file
2043 in Info.
2044 (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
2045 (Creating an Info File): Delete node and move its text to
2046 `Expert Info'.
2047
20482005-10-10 Carsten Dominik <dominik@science.uva.nl>
2049
2050 * org.texi (Workflow states): Documented that change in keywords
2051 becomes active only after restart of Emacs.
2052
20532005-10-08 Michael Albinus <michael.albinus@gmx.de>
2054
2055 Sync with Tramp 2.0.51.
2056
20572005-10-08 Nick Roberts <nickrob@snap.net.nz>
2058
2059 * speedbar.texi (Introduction): Describe new location of speedbar
2060 on menubar.
2061 (Basic Key Bindings): Remove descriptions of bindings that have
2062 been removed.
2063
20642005-10-05 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * speedbar.texi (GDB): Describe use of watch expressions.
2067
20682005-09-28 Simon Josefsson <jas@extundo.com>
2069
2070 * message.texi (IDNA): Fix.
2071
20722005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2073
2074 * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
2075 nntp-server-hook, and nntp-warn-about-losing-connection; fix
2076 description of nntp-open-connection-function.
2077 (Common Variables): Fix descriptions.
2078
20792005-09-26 Katsumi Yamaoka <yamaoka@jpl.org>
2080
2081 * gnus.texi (Server Buffer Format): Document the %a format spec.
2082
20832005-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2084
2085 * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
2086
20872005-09-23 Carsten Dominik <dominik@science.uva.nl>
2088
2089 * org.texi Version 3.16.
2090
20912005-09-19 Miles Bader <miles@gnu.org>
2092
2093 * newsticker.texi: Get rid of CVS keywords.
2094
20952005-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2096
2097 * gnus.texi (Finding the Parent): Fix description of how Gnus
2098 finds article.
2099
21002005-09-14 Jari Aalto <jari.aalto@cante.net>
2101
2102 * gnus.texi (Advanced Scoring Examples): New examples to teach how
2103 to drop off non-answered articles.
2104
21052005-09-19 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
2108 braces (which are unsupported by NMAKE) for macro `srcdir'.
2109
21102005-09-17 Eli Zaretskii <eliz@gnu.org>
2111
2112 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
2113 (../info/newsticker, newsticker.dvi): New targets.
2114
21152005-09-17 Ulf Jasper <ulf.jasper@web.de>
2116
2117 * newsticker.texi: Replace @command with @code. Replace @example
2118 with @lisp.
2119 (Top): Added explanations to menu items.
2120 (GNU Free Documentation License): Removed.
2121
21222005-09-16 Romain Francoise <romain@orebokech.com>
2123
2124 Update all files to specify GFDL version 1.2.
2125
2126 * doclicense.texi (GNU Free Documentation License): Update to
2127 version 1.2.
2128
21292005-09-15 Richard M. Stallman <rms@gnu.org>
2130
2131 * newsticker.texi: Fix @setfilename.
2132
2133 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
2134 (../info/newsticker, newsticker.dvi): New targets.
2135
21362005-08-30 Carsten Dominik <dominik@science.uva.nl>
2137
2138 * org.texi: Version 3.15.
2139
21402005-08-29 Luc Teirlinck <teirllm@auburn.edu>
2141
2142 * ses.texi: Combine all three indices into one.
2143 Correct a few typos.
2144
21452005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2146
2147 * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2148
21492005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2150
2151 * emacs-mime.texi (Handles): Remove duplicate item.
2152 (Encoding Customization): Fix the default value for
2153 mm-coding-system-priorities.
2154 (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
2155 (Basic Functions): Fix reference.
2156
21572005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2158
2159 * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
2160
21612005-08-18 Richard M. Stallman <rms@gnu.org>
2162
2163 * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
2164 and web site.
2165
2166 * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
2167 not keyboard-translate.
2168
21692005-08-11 Richard M. Stallman <rms@gnu.org>
2170
2171 * faq.texi (Using regular expressions): Fix xref.
2172
21732005-08-09 Juri Linkov <juri@jurta.org>
2174
2175 * info.texi (Help-P): Replace `Prev' with `Previous'.
2176 (Help-M, Help-Xref): Add S-TAB.
2177 (Help-FOO): Update `u' command.
2178 (Help-Xref): Move info about Mouse-2 from `Help-Int'.
2179 Update info about visibility of xref parts.
2180 (Help-Int): Fix `m' command. Rename `Info-last' to
2181 `Info-history-back'. Add `Info-history-forward'.
2182 (Advanced): Fix `g*' and `M-n' commands.
2183 (Info Search): Add `index-apropos' in stand-alone browser.
2184 Add isearch commands.
2185 (Emacs Info Variables): Remove `Info-fontify'.
2186 Add `Info-mode-hook'. Update face names.
2187 Add `Info-fontify-maximum-menu-size',
2188 `Info-fontify-visited-nodes', `Info-isearch-search'.
2189
21902005-08-07 Michael Albinus <michael.albinus@gmx.de>
2191
2192 Sync with Tramp 2.0.50.
2193
2194 * tramp.texi: Use @option{} consequently for method names.
2195 (Inline methods, External transfer methods): Remove references to
2196 Cygwin.
2197 (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
2198 implementation.
2199
22002005-07-27 Reiner Steib <Reiner.Steib@gmx.de>
2201
2202 * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
2203 Mention that gnus-init-file is not read when Emacs is invoked with
2204 --no-init-file or -q.
2205
22062005-07-19 Carsten Dominik <dominik@science.uva.nl>
2207
2208 * org.texi: Version 3.14.
2209
22102005-07-04 Carsten Dominik <dominik@science.uva.nl>
2211
2212 * org.texi: Version 3.13.
2213
22142005-07-18 Juri Linkov <juri@jurta.org>
2215
2216 * calc.texi (Time Zones, Logical Operations):
2217 * cl.texi (Overview):
2218 * org.texi (TODO types):
2219 * sc.texi (Emacs 18 MUAs):
2220 * speedbar.texi (Top):
2221 * url.texi (History):
2222 Delete duplicate duplicate words.
2223
22242005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
2225
2226 * cl.texi (Type Predicates): Document `atom' type.
2227
22282005-07-04 Lute Kamstra <lute@gnu.org>
2229
2230 Update FSF's address in GPL notices.
2231
2232 * calc.texi (Copying):
2233 * doclicense.texi (GNU Free Documentation License):
2234 * faq.texi (Contacting the FSF):
2235 * mh-e.texi (Copying): Update FSF's address.
2236
22372005-07-03 Richard M. Stallman <rms@gnu.org>
2238
2239 * flymake.texi (Example -- Configuring a tool called directly):
2240 Update name of flymake-build-relative-filename.
2241
22422005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2243
2244 * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
2245
22462005-06-29 Carsten Dominik <dominik@science.uva.nl>
2247
2248 * org.texi: Version 3.12.
2249
22502005-06-24 Eli Zaretskii <eliz@gnu.org>
2251
2252 * makefile.w32-in (MAKEINFO): Use --force.
2253 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
2254 Makefile.in.
2255 (gnus.dvi): Use "..." to quote Sed args, so that it works with
2256 more shells.
2257
22582005-06-23 Richard M. Stallman <rms@gnu.org>
2259
2260 * speedbar.texi (Creating a display): Texinfo usage fixes.
2261
2262 * tramp.texi (Customizing Completion, Auto-save and Backup):
2263 Texinfo usage fixes.
2264
22652005-06-23 Juanma Barranquero <lekktu@gmail.com>
2266
2267 * dired-x.texi (Miscellaneous Commands):
2268 * ediff.texi (Miscellaneous):
2269 * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
2270 (Agent Variables):
2271 * info.texi (Help-Xref):
2272 * message.texi (Message Headers):
2273 * org.texi (Remember):
2274 * reftex.texi (Options (Defining Label Environments)):
2275 (Options (Index Support)):
2276 (Options (Viewing Cross-References)):
2277 (Options (Misc)):
2278 (Changes):
2279 * speedbar.texi (Creating a display):
2280 * tramp.texi (Customizing Completion, Auto-save and Backup):
2281 Texinfo usage fix.
2282
22832005-06-13 Carsten Dominik <dominik@science.uva.nl>
2284
2285 * org.texi: Version 3.11.
2286
22872005-06-12 Jay Belanger <belanger@truman.edu>
2288
2289 * calc.texi (Getting Started): Remove extra menu item.
2290
22912005-05-31 Jay Belanger <belanger@truman.edu>
2292
2293 * calc.texi (Notations Used in This Manual): Use @kbd for key
2294 sequence.
2295 (Demonstration of Calc): Mention another way of starting Calc.
2296 (Starting Calc): Mention long name of M-#.
2297 (Embedded Mode Overview): Remove unnecessary instruction.
2298 (Other M-# commands): Rephrase `M-# 0' explanation.
2299 (Basic Embedded Mode): Rewrite discussion of prefix arguments to
2300 reflect current behavior.
2301
23022005-05-30 Jay Belanger <belanger@truman.edu>
2303
2304 * calc.texi (Hooks): Change description of calc-window-hook and
2305 calc-trail-window-hook to match usage.
2306 (Computational Functions): Add more constant-generating functions.
2307 (Customizable Variables): Use defvar.
2308
23092005-05-28 Jay Belanger <belanger@truman.edu>
2310
2311 * calc.texi (Assignments in Embedded Mode): Fix variable name.
2312 (Basic Embedded Mode): Explain behavior of arguments to
2313 calc-embedded-mode.
2314
23152005-05-27 Jay Belanger <belanger@truman.edu>
2316
2317 * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
2318 current behavior.
2319
23202005-05-25 Jay Belanger <belanger@truman.edu>
2321
2322 * calc.texi: Change Calc version number throughout.
2323 (Keypad Mode): Change location in info output.
2324 (Keypad mode overview): Move picture of keypad.
2325
23262005-05-21 Jay Belanger <belanger@truman.edu>
2327
2328 * calc.texi (Storing variables): Mention that only most variables
2329 are void to begin with.
2330
23312005-05-21 Kevin Ryde <user42@zip.com.au>
2332
2333 * widget.texi (Basic Types): Update cross ref from "Enabling
2334 Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
2335 lispref/text.texi change.
2336
23372005-05-20 Carsten Dominik <dominik@science.uva.nl>
2338
2339 * org.texi: Version 3.09.
2340
23412005-05-18 Carsten Dominik <dominik@science.uva.nl>
2342
2343 * reftex.texi: Version 4.28.
2344
23452005-05-16 Jay Belanger <belanger@truman.edu>
2346
2347 * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
2348
23492005-05-14 Jay Belanger <belanger@truman.edu>
2350
2351 * calc.texi (Default Simplifications): Insert missing ! (logical
2352 not operator).
2353
23542005-05-14 Michael Albinus <michael.albinus@gmx.de>
2355
2356 Sync with Tramp 2.0.49.
2357
23582005-05-10 Jay Belanger <belanger@truman.edu>
2359
2360 * calc.texi (Default Simplifications): Mention that 0^0 simplifies
2361 to 1.
2362
23632005-04-29 Carsten Dominik <dominik@science.uva.nl>
2364
2365 * org.texi: Version 3.08, structure reorganized.
2366
23672005-04-24 Richard M. Stallman <rms@gnu.org>
2368
2369 * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
2370
23712005-04-15 Carsten Dominik <dominik@science.uva.nl>
2372
2373 * org.texi: Update to version 3.06.
2374
23752005-04-13 Lute Kamstra <lute@gnu.org>
2376
2377 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
2378
23792005-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2380
2381 * cl.texi (Porting Common Lisp): Fix typo.
2382
23832005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
2384
2385 * gnus.texi (RSS): Addition.
2386
23872005-04-04 Jay Belanger <belanger@truman.edu>
2388
2389 * calc.texi: Change Calc version number.
2390 (Customizable variables): Fix description of calc-language-alist.
2391 (Copying): Put in version 2 of GPL.
2392
23932005-04-01 Jay Belanger <belanger@truman.edu>
2394
2395 * calc.texi (Troubleshooting Commands): Remove comment about
2396 installation.
2397 (Installation): Remove section.
2398 (Customizable Variables): New section.
2399 (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
2400 (Graphical Devices): Add references to Customizable Variables.
2401
24022005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * emacs-mime.texi (Display Customization): Markup fixes.
2405 (rfc2047): Update.
2406
24072005-03-23 Reiner Steib <Reiner.Steib@gmx.de>
2408
2409 * gnus-faq.texi: Replaced with auto-generated version.
2410
24112005-03-26 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2412
2413 * dired-x.texi (Multiple Dired Directories): default-directory was
2414 renamed to dired-default-directory.
2415
24162005-03-26 Jay Belanger <belanger@truman.edu>
2417
2418 * calc.texi (Simplifying Formulas, Rewrite Rules):
2419 Change description of top and bottom of fraction.
2420 (Modulo Forms): Move description of how to create modulo forms to
2421 earlier in the section.
2422 (Fraction Mode): Suggest using : to get a fraction by dividing.
2423 (Basic Arithmetic): Adjust placement of command name.
2424 (Truncating the Stack): Emphasize that "hidden" entries are still
2425 visible.
2426 (Installation): Move discussion of printing manual to "About This
2427 Manual".
2428 (About This Manual): Mention how to print the manual.
2429 (Reporting Bugs): Remove first person.
2430 (Building Vectors): Add algebraic version of append.
2431 (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
2432 (Grouping Digits): Fix typo.
2433
24342005-03-25 Werner Lemberg <wl@gnu.org>
2435
2436 * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
2437 Replace `legal' with `valid'.
2438
24392005-03-25 Werner Lemberg <wl@gnu.org>
2440
2441 * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
2442
24432005-03-24 Jay Belanger <belanger@truman.edu>
2444
2445 * calc.texi (General Mode Commands)
2446 (Mode Settings in Embedded Mode): Add some explanation of
2447 recording mode settings.
2448
24492005-03-24 Richard M. Stallman <rms@gnu.org>
2450
2451 * calc.texi: Remove praise of non-free software.
2452
2453 * idlwave.texi: Don't say where to get IDL or its non-free manual.
2454 (Installation): Node deleted.
2455
24562005-03-23 Richard M. Stallman <rms@gnu.org>
2457
2458 * url.texi (HTTP language/coding): Improve last change.
2459
24602005-03-22 Jay Belanger <belanger@truman.edu>
2461
2462 * calc.texi (Embedded Mode): Add new information on changing
2463 modes.
2464
24652005-03-20 Michael Albinus <michael.albinus@gmx.de>
2466
2467 Sync with Tramp 2.0.48.
2468
2469 * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
2470
2471 * tramp.texi: Replace "Emacs" by "GNU Emacs". Replace "Linux" by
2472 "GNU/Linux". Change all addresses to .gnu.org.
2473 (Default Method): Offer shortened syntax for "su" and "sudo"
2474 methods.
2475
24762005-03-07 Richard M. Stallman <rms@gnu.org>
2477
2478 * url.texi: Fix usage of "e.g.".
2479 (HTTP language/coding): Explain the rules for these strings.
2480
24812005-03-06 Richard M. Stallman <rms@gnu.org>
2482
2483 * woman.texi (Introduction): Minor cleanups.
2484
2485 * url.texi (HTTP language/coding): Get rid of "Emacs 21".
2486
2487 * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
2488 (Installation): Node deleted.
2489
2490 * mh-e.texi (Preface): Get rid of "Emacs 21".
2491
2492 * eshell.texi (Installation): Delete node (for Emacs 20).
2493
24942005-03-05 Thien-Thi Nguyen <ttn@gnu.org>
2495
2496 * flymake.texi: Refill and tweak style in @lisp blocks.
2497
24982005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
2499
2500 * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
2501
25022005-03-01 Jay Belanger <belanger@truman.edu>
2503
2504 * calc.texi (Trigonometric and Hyperbolic Functions):
2505 Mention additional functions.
2506 (Algebraic Simplifications): Mention additional simplifications.
2507
25082005-02-18 Jonathan Yavner <jyavner@member.fsf.org>
2509
2510 * ses.texi: Add concept/function/variable indices (this work was
2511 donated by Brad Collins <brad@chenla.org>, copyright-assignment
2512 papers on file at FSF).
2513
25142005-02-10 Jay Belanger <belanger@truman.edu>
2515
2516 * calc.texi: Change @LaTeX to La@TeX throughout.
2517 Redefine @expr as @math for TeX output.
2518 Redefine @texline as a no-op for TeX output.
2519 Define @tfn, replace @t by @tfn throughout.
2520
25212005-02-09 Jay Belanger <belanger@truman.edu>
2522
2523 * calc.texi: Add macro for LaTeX for info output.
2524
25252005-02-08 Kim F. Storm <storm@cua.dk>
2526
2527 * texinfo.tex (LaTex): Add def.
2528
25292005-02-06 Jay Belanger <belanger@truman.edu>
2530
2531 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
2532 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
2533 throughout manual.
2534
25352005-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2536
2537 * gnus.texi: Some edits based on comments from David Abrahams.
2538
25392005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2540
2541 * gnus.texi (RSS): Fix the keystroke.
2542
25432005-01-24 David Kastrup <dak@gnu.org>
2544
2545 * faq.texi: Update AUCTeX version info.
2546
25472005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
2548
2549 * gnus-faq.texi ([4.1]): Typo.
2550
25512005-01-19 Jay Belanger <belanger@truman.edu>
2552
2553 * calc.texi (Keep Arguments): Mention that keeping arguments
2554 doesn't work with keyboard macros.
2555
25562005-01-16 Richard M. Stallman <rms@gnu.org>
2557
2558 * autotype.texi (Autoinserting): Fix small error.
2559
25602005-01-16 Michael Albinus <michael.albinus@gmx.de>
2561
2562 Sync with Tramp 2.0.47.
2563
2564 * tramp.texi (Compilation): New section, describing compilation of
2565 remote files.
2566
25672005-01-11 Kim F. Storm <storm@cua.dk>
2568
2569 * widget.texi (Basic Types): Add :follow-link keyword.
2570
25712005-01-09 Jay Belanger <belanger@truman.edu>
2572
2573 * calc.texi (Basic Commands): Describe new behavior of calc-reset.
2574
25752005-01-08 Jay Belanger <belanger@truman.edu>
2576
2577 * calc.texi: Change throughout to reflect new default value of
2578 calc-settings-file.
2579
25802005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2581
2582 * message.texi (Reply): `message-reply-to-function' should return
2583 a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
2584
25852005-01-06 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
2586
2587 * faq.texi (Changing load-path): Fix typo.
2588
25892005-01-05 Jay Belanger <belanger@truman.edu>
2590
2591 * calc.texi (Programming Tutorial): Replace kbd command by
2592 appropriate characters for a keyboard macro.
2593
25942005-01-04 Jay Belanger <belanger@truman.edu>
2595
2596 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
2597 for Lucid Emacs.
2598 (Programming Tutorial): Mention that the user needs to be in the
2599 right mode to compute some functions.
2600
26012005-01-04 Jay Belanger <belanger@truman.edu>
2602
2603 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
2604 no longer applicable.
2605
26062005-01-01 Jay Belanger <belanger@truman.edu>
2607
2608 * calc.texi (Programming Tutorial): Changed description of how to
2609 edit keyboard macros to match current behavior.
2610
26112004-12-31 Jay Belanger <belanger@truman.edu>
2612
2613 * calc.texi: Mention C-cC-c as the way to finish editing throughout.
2614
26152004-12-20 Jay Belanger <belanger@truman.edu>
2616
2617 * calc.texi (Types Tutorial): Emphasize that you can't divide by
2618 zero.
2619
26202004-12-17 Luc Teirlinck <teirllm@auburn.edu>
2621
2622 * cc-mode.texi (Text Filling and Line Breaking): Put period after
2623 @xref.
2624 (Font Locking): Avoid @strong{Note:}.
2625
26262004-12-17 Michael Albinus <michael.albinus@gmx.de>
2627
2628 Sync with Tramp 2.0.46.
2629
2630 * tramp.texi (bottom): Add arch-tag. It was lost, somehow.
2631
26322004-12-16 Luc Teirlinck <teirllm@auburn.edu>
2633
2634 * url.texi: Correct typos.
2635 (Retrieving URLs): @var{nil}->@code{nil}.
2636 (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
2637 the standard "The GNU Emacs Manual" in fifth argument of @xref's.
2638 (Dealing with HTTP documents): @inforef->@xref.
2639
26402004-12-15 Jay Belanger <belanger@truman.edu>
2641
2642 * calc.texi: Consistently capitalized all mode names.
2643 (Answers to Exercises): Mention that an answer can be a fraction
2644 when in Fraction mode.
2645
26462004-12-13 Jay Belanger <belanger@truman.edu>
2647
2648 * calc.texi: Fix some TeX definitions.
2649
26502004-12-09 Luc Teirlinck <teirllm@auburn.edu>
2651
2652 * reftex.texi (Imprint): Remove erroneous @value's.
2653
26542004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2655
2656 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
2657 (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
2658
26592004-12-08 Jay Belanger <belanger@truman.edu>
2660
2661 * calc.texi (Starting Calc): Remove comment about installation.
2662 (Keypad Mode Overview): Remove comment about Emacs 19 support.
2663
26642004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2665
2666 * url.texi: Update @setfilename.
2667 (Getting Started): No need to worry about Gnus versions.
2668 (Dealing with HTTP documents): Use @inforef.
2669
2670 * org.texi: Fix @direntry file name.
2671
26722004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * url.texi: New file.
2675
2676 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
2677
26782004-12-06 Jay Belanger <belanger@truman.edu>
2679
2680 * calc.texi (Using Calc): Remove paragraph about installation.
2681
26822004-12-06 Jay Belanger <belanger@truman.edu>
2683
2684 * calc.texi: Use more Texinfo macros and less TeX defs.
2685 Remove @refill's.
2686
26872004-12-06 Richard M. Stallman <rms@gnu.org>
2688
2689 * org.texi: New file.
2690
26912004-12-05 Richard M. Stallman <rms@gnu.org>
2692
2693 * Makefile.in (org.dvi, ../info/org): New targets.
2694 (INFO_TARGETS): Add ../info/org.
2695 (DVI_TARGETS): Add org.dvi.
2696 (maintainer-clean): Remove the info files in the info dir.
2697
26982004-11-26 Eli Zaretskii <eliz@gnu.org>
2699
2700 * idlwave.texi: Fix the setfilename directive to put the produced
2701 file in ../info.
2702 (Continued Statement Indentation): Resurrect Jan D.'s change from
2703 2004-11-03 that was lost when a newer version of idlwave.texi was
2704 imported.
2705
27062004-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2707
2708 * gnus-faq.texi ([5.1]): Added missing bracket.
2709
2710 * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
2711 `spam-initialize'.
2712
27132004-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2714
2715 * message.texi (Various Message Variables): Mention that all mail
2716 file variables are derived from `message-directory'.
2717
2718 * gnus.texi (Splitting Mail): Clarify bogus group.
2719
27202004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * emacs-mime.texi (Encoding Customization): Fix
2723 mm-coding-system-priorities entry.
2724
27252004-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2726
2727 * idlwave.texi (Continued Statement Indentation):
2728 * reftex.texi (Options (Index Support)):
2729 (Displaying and Editing the Index, Table of Contents):
2730 * speedbar.texi (Creating a display, Major Display Modes): Replace
2731 non-nil with non-@code{nil}.
2732
27332004-10-21 Jay Belanger <belanger@truman.edu>
2734
2735 * calc.texi (Algebraic-Style Calculations): Removed a comment.
2736
27372004-10-18 Luc Teirlinck <teirllm@auburn.edu>
2738
2739 * calc.texi (Reporting Bugs): Double up `@'.
2740
27412004-10-18 Jay Belanger <belanger@truman.edu>
2742
2743 * calc.texi (Reporting Bugs): Changed the address that bugs
2744 should be sent to.
2745
27462004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
2747
2748 * gnus.texi (New Features): Add 5.11.
2749
2750 * message.texi (Resending): Remove wrong default value.
2751
2752 * gnus.texi (Mail Source Specifiers): Describe possible problems
2753 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
2754 `pop3-leave-mail-on-server' to the index.
2755
27562004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * message.texi (Canceling News): Add how to set a password.
2759
27602004-10-12 Jay Belanger <belanger@truman.edu>
2761
2762 * calc.texi (Help Commands): Changed the descriptions of
2763 calc-describe-function and calc-describe-variable to match their
2764 current behavior.
2765
27662004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2767
2768 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
2769
27702004-10-12 Michael Albinus <michael.albinus@gmx.de>
2771
2772 Sync with Tramp 2.0.45.
2773
2774 * tramp.texi (Frequently Asked Questions): Comment paragraph about
2775 plink link. The URL is outdated. Originator contacted for
2776 clarification.
2777
27782004-10-10 Juri Linkov <juri@jurta.org>
2779
2780 * gnus.texi (Top, Marking Articles): Join two menus in one node
2781 because a node can have only one menu.
2782
27832004-10-09 Juri Linkov <juri@jurta.org>
2784
2785 * gnus.texi (Fancy Mail Splitting): Remove backslash in the
2786 example of nnmail-split-fancy.
2787
27882004-10-06 Karl Berry <karl@gnu.org>
2789
2790 * info.texi (@kbd{1}--@kbd{9}): No space around --, for
2791 consistency with other uses of dashes.
2792
27932004-10-05 Karl Berry <karl@gnu.org>
2794
2795 * info.texi: Consistently use --- throughout, periods at end of
2796 menu descriptions, and a couple typos.
2797
27982004-09-26 Jesper Harder <harder@ifa.au.dk>
2799
2800 * sieve.texi (Manage Sieve API): nil -> @code{nil}.
2801 * pgg.texi (User Commands, Backend methods): Do.
2802 * gnus.texi: Markup fixes.
2803 (Setting Process Marks): Fix `M P a' entry.
2804 * emacs-mime.texi: Fixes.
2805
28062004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
2807
2808 * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
2809 again.
2810 Use 5.10 instead of 5.10.0.
2811
28122004-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
2814 * gnus.texi (Summary Mail Commands): S D e.
2815
28162004-09-20 Raymond Scholz <ray-2004@zonix.de> (tiny change)
2817
2818 * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
2819 the gnus-article-mode-line-format section.
2820
28212004-09-20 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
2822
2823 * gnus.texi (Various Summary Stuff): Fix the documentation for
2824 gnus-newsgroup-variables.
2825
28262004-09-20 Reiner Steib <Reiner.Steib@gmx.de>
2827
2828 * gnus.texi (MIME Commands): Added
2829 gnus-mime-display-multipart-as-mixed,
2830 gnus-mime-display-multipart-alternative-as-mixed,
2831 gnus-mime-display-multipart-related-as-mixed.
2832 (Mail Source Customization): Clarify `mail-source-directory'.
2833 (Splitting Mail): Mention gnus-group-find-new-groups.
2834 (SpamOracle): Fixed typo.
2835
2836 * gnus-faq.texi: Untabify.
2837 ([6.3]): nnir.el is in contrib directory.
2838
2839 * message.texi (News Headers): Clarify how a unique ID is created.
2840
2841 * gnus.texi (Batching Agents): Fixed typo in example. Reported
2842 by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2843
28442004-09-20 Andre Srinivasan <andre@e2open.com>
2845
2846 * gnus.texi (Group Parameters): Added more on hooks. (Small
2847 change.)
2848
28492004-09-20 Florian Weimer <fw@deneb.enyo.de>
2850
2851 * gnus.texi (Charsets): Point to relevant section in emacs-mime.
2852
28532004-09-22 Jay Belanger <belanger@truman.edu>
2854
2855 * calc.texi (Vectors as Lists): Added a warning that the tutorial
2856 might be hidden during part of the session.
2857
28582004-09-20 Jay Belanger <belanger@truman.edu>
2859
2860 * calc.texi (Notations Used in This Manual): Put in an earlier
2861 mention that DEL could be called Backspace.
2862
28632004-09-10 Simon Josefsson <jas@extundo.com>
2864
2865 * gnus.texi (IMAP): Add example. Suggested and partially written
2866 by Steinar Bang <sb@dod.no>.
2867
28682004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2869
2870 * gnus.texi (IMAP): Add comments about imaps synonym to imap in
2871 netrc syntax.
2872
28732004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2874
2875 * gnus.texi (Spam ELisp Package Sequence of Events): Some clarifications.
2876 (Spam ELisp Package Global Variables): More clarifications.
2877
28782004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2879
2880 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
2881 Mention spam-split does not modify incoming mail.
2882
28832004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
2884
2885 * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
2886
28872004-09-10 Eli Zaretskii <eliz@gnu.org>
2888
2889 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
2890
28912004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
2892
2893 * makefile.w32-in (sieve, pgg): Use $(infodir).
2894
28952004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
2896
2897 * makefile.w32-in: Fix PGG and Sieve entries.
2898
28992004-08-28 Eli Zaretskii <eliz@gnu.org>
2900
2901 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
2902 Emacs and related programs.
2903
29042004-08-27 Richard M. Stallman <rms@gnu.org>
2905
2906 * faq.texi: Fix texinfo usage, esp. doublequotes.
2907 (Difference between Emacs and XEmacs): Some clarification.
2908
2909 * faq.texi (Difference between Emacs and XEmacs):
2910 Explain not to contrast XEmacs with GNU Emacs.
2911
29122004-08-26 Richard M. Stallman <rms@gnu.org>
2913
2914 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
2915
29162004-08-22 David Kastrup <dak@gnu.org>
2917
2918 * reftex.texi (AUCTeX): Update links, section name.
2919
2920 * faq.texi (Calc): Update availability (included in 22.1).
2921 (AUCTeX): Update availability, information, versions, description.
2922
29232004-08-14 Eli Zaretskii <eliz@gnu.org>
2924
2925 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
2926
29272004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2928
2929 * cc-mode.texi: Various updates for CC Mode 5.30.9.
2930
29312004-08-10 Michael Albinus <michael.albinus@gmx.de>
2932
2933 Sync with Tramp 2.0.44.
2934
29352004-08-05 Lars Hansen <larsh@math.ku.dk>
2936
2937 * widget.texi (User Interface): Update how to separate the
2938 editable field of an editable-field widget from other widgets.
2939 (Programming Example): Add text after field.
2940
29412004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2942
2943 * emacs-mime.texi (Encoding Customization): Add a note to the
2944 mm-content-transfer-encoding-defaults entry.
2945 (rfc2047): Update.
2946
2947 * gnus.texi (Article Highlighting): Add
2948 gnus-cite-ignore-quoted-from.
2949 (POP before SMTP): New node.
2950 (Posting Styles): Addition.
2951 (Splitting Mail): Add nnmail-split-lowercase-expanded.
2952 (Fancy Mail Splitting): Ditto.
2953 (X-Face): Add gnus-x-face.
2954
29552004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
2956
2957 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
2958 * pgg.texi, sieve.texi: Use @copying and @insertcopying.
2959
29602004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2961
2962 * gnus.texi (Mail Source Specifiers): Describe
2963 `pop3-leave-mail-on-server'.
2964
29652004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
2966
2967 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
2968
2969 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
2970 repository. Change setfilename.
2971
2972 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
2973
29742004-07-02 Juri Linkov <juri@jurta.org>
2975
2976 * pcl-cvs.texi (Viewing differences): Add `d r'.
2977
29782004-06-29 Jesper Harder <harder@ifa.au.dk>
2979
2980 * ses.texi, viper.texi, flymake.texi, faq.texi:
2981 * eshell.texi, ediff.texi: Markup fixes.
2982
29832004-06-21 Karl Berry <karl@gnu.org>
2984
2985 * info.texi (Top): Mention that only Emacs has mouse support.
2986 (Getting Started): Mention this in a few other places.
2987
29882004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2989
2990 * autotype.texi (Copyrights, Timestamps): Recommend
2991 `before-save-hook' instead of `write-file-functions'.
2992
29932004-06-13 Lars Hansen <larsh@math.ku.dk>
2994
2995 * dired-x.texi (dired-mark-omitted): Update keybinding.
2996
29972004-06-10 Kim F. Storm <storm@cua.dk>
2998
2999 * pcl-cvs.texi (Viewing differences): Add 'd y'.
3000
30012004-06-05 Lars Hansen <larsh@math.ku.dk>
3002
3003 * dired-x.texi (variable dired-omit-mode): Rename from
3004 dired-omit-files-p.
3005 (function dired-omit-mode): Rename from dired-omit-toggle.
3006 Call dired-omit-mode rather than set dired-omit-files-p.
3007 (dired-mark-omitted): Describe command.
3008
30092004-05-29 Michael Albinus <michael.albinus@gmx.de>
3010
3011 Version 2.0.41 of Tramp released.
3012
30132004-05-29 Juanma Barranquero <lektu@terra.es>
3014
3015 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
3016 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
3017
30182004-05-29 Richard M. Stallman <rms@gnu.org>
3019
3020 * cl.texi (Top): Call this chapter `Introduction'.
3021 (Overview): In TeX, no section heading here.
3022
3023 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
3024
30252004-05-29 Eli Zaretskii <eliz@gnu.org>
3026
3027 * Makefile.in (../info/flymake, flymake.dvi): New targets.
3028 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
3029
30302004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3031
3032 * flymake.texi: New file.
3033
30342004-05-28 Simon Josefsson <jas@extundo.com>
3035
3036 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
3037
30382004-05-07 Kai Grossjohann <kai@emptydomain.de>
3039
3040 Version 2.0.40 of Tramp released.
3041
30422004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
3043
3044 Complete rework, based on review by Karl Berry <karl@gnu.org>.
3045
3046 * tramp.texi (Auto-save and Backup): Explain exploitation of new
3047 variables `tramp-backup-directory-alist' and
3048 `tramp-bkup-backup-directory-info'.
3049 (Overview, Connection types)
3050 (External transfer methods, Default Method)
3051 (Windows setup hints): Remove restriction of password entering
3052 with external methods.
3053 (Auto-save and Backup): Make file name example
3054 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
3055 and `auto-save-directory' must be used.
3056 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
3057 only "NT"). Remove doubled entry "What kinds of systems does
3058 @tramp{} work on".
3059 (tramp): Macro removed.
3060 (Obtaining Tramp): Flag removed from title.
3061 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
3062 and `trampver' used properly. Flag `tramp-inst' replaced by
3063 `installchapter'. Installation related text adapted.
3064
30652004-04-28 Masatake YAMATO <jet@gyve.org>
3066
3067 * widget.texi (Programming Example): Remove overlays.
3068
30692004-04-27 Jesper Harder <harder@ifa.au.dk>
3070
3071 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
3072
30732004-04-23 Juanma Barranquero <lektu@terra.es>
3074
3075 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3076
30772004-04-05 Jesper Harder <harder@ifa.au.dk>
3078
3079 * info.texi (Info Search): Add info-apropos.
3080
30812004-03-22 Juri Linkov <juri@jurta.org>
3082
3083 * faq.texi: Fix help key bindings.
3084
30852004-03-17 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
3088 (as suggested by Karl Berry). Update information about colored
3089 stars in menus. Add new subheading describing M-n.
3090
30912004-03-12 Richard M. Stallman <rms@gnu.org>
3092
3093 * cl.texi (Top): Rename top node's title.
3094
30952004-03-08 Karl Berry <karl@gnu.org>
3096
3097 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
3098 problems making the texinfo distribution.
3099
31002004-02-29 Simon Josefsson <jas@extundo.com>
3101
3102 * smtpmail.texi (Authentication): Changed the list of supported
3103 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
3104 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
3105 <voegelas@gmx.net>.
3106
31072004-02-29 Juanma Barranquero <lektu@terra.es>
3108
3109 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
3110 Use $(DEL) instead of rm, and ignore exit code.
3111
31122004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net>
3113
3114 Tramp version 2.0.39 released.
3115
31162004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
3117
3118 * tramp.texi (Customizing Completion): Explain new functions
3119 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
3120 (all): Savannah URLs unified to "http://savannah.nongnu.org".
3121 (Top): Refer to Savannah mailing list as the major one. Mention
3122 older mailing lists in HTML mode only.
3123 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
3124 (Frequently Asked Questions): Remote hosts must not be Unix-like
3125 for "smb" method.
3126 (Password caching): New node.
3127 (External transfer methods): Refer to password caching for "smb"
3128 method.
3129
31302004-02-17 Karl Berry <karl@gnu.org>
3131
3132 * info.texi (Help-Int): Mention the new line number feature.
3133
31342004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3135
3136 * ses.texi (Advanced Features): New functionality for
3137 ses-set-header-row (defaults to current row unless C-u used).
3138 (Acknowledgements): Add Stefan Monnier.
3139
31402003-12-29 Kevin Ryde <user42@zip.com.au>
3141
3142 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
3143
31442003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3145
3146 Tramp version 2.0.38 released.
3147
3148 * tramp.texi (Remote shell setup): Warn of environment variables
3149 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
3150 <sven.gabriel@imk.fzk.de>.
3151 (Configuration): Tramp now chooses base64/uuencode
3152 automatically. Update wording accordingly.
3153 (Top): More description for the `Default Method' menu entry.
3154 (Default Method): Use @code, not @var, for Lisp variables.
3155 (Default Method): New subsection `Which method is the right one
3156 for me?' Suggested by Christian Kirsch.
3157 (Configuration): Pointer to new subsection added.
3158 (Default Method): Too many "use" in one sentence.
3159 Rephrase. Reported by Christian Kirsch.
3160 (Filename Syntax): Old `su' example is probably a left-over from
3161 the sm/su method naming. Replace with `ssh', instead.
3162 (External transfer methods, Auto-save and Backup):
3163 Typo fixes.
3164
31652003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
3166
3167 * tramp.texi (all): Harmonize all occurences of @tramp{}.
3168 (Top): Mention japanese manual only if flag `jamanual' is set.
3169 Insert section `Japanese manual' in menu.
3170
31712003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3172
3173 * eshell.texi (Known Problems): Add doc item.
3174
31752003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
3176
3177 * cc-mode.texi: Update for CC Mode 5.30.
3178
3179 Note: Please refrain from doing purely cosmetic changes like
3180 removing trailing whitespace in this manual; it clobbers cvs
3181 merging for no good reason.
3182
31832003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3184
3185 * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
3186 * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
3187 @acronym{ASCII}.
3188
31892003-10-26 Karl Berry <karl@gnu.org>
3190
3191 * info.texi (Info Search): Echo area, not echo are. From Debian
3192 diff.
3193
31942003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
3195
3196 * widget.texi (Defining New Widgets): Document new beavior of
3197 :buttons and :children keywords.
3198
31992003-10-22 Miles Bader <miles@gnu.org>
3200
3201 * Makefile.in (info): Move before $(top_srcdir)/info.
3202
32032003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
3204
3205 * tramp.texi (Inline methods): Small grammar fix.
3206 (External transfer methods): Likewise.
3207
32082003-10-08 Nick Roberts <nick@nick.uklinux.net>
3209
3210 * speedbar.texi: Remove paragraph for GUD that is no longer true.
3211
32122003-10-06 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * texinfo.tex: Replace `%' in arch tagline by @ignore.
3215
32162003-09-30 Richard M. Stallman <rms@gnu.org>
3217
3218 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
3219
3220 * widget.texi (User Interface): Fix typos.
3221
3222 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
3223
32242003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
3225
3226 * pcl-cvs.texi (Selected Files): Fix typo.
3227
32282003-09-21 Karl Berry <karl@gnu.org>
3229
3230 * info.texi (] and [ commands): No period at end of section title.
3231
32322003-09-04 Miles Bader <miles@gnu.org>
3233
3234 * Makefile.in (top_srcdir): New variable.
3235 ($(top_srcdir)/info): New rule.
3236 (info): Depend on it.
3237
32382003-09-03 Peter Runestig <peter@runestig.com>
3239
3240 * makefile.w32-in: New file.
3241
32422003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
3243
3244 * widget.texi (User Interface): Explain the need of static text
3245 around an editable field.
3246
32472003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3248
3249 * widget.texi (Basic Types): The argument to `:help-echo' can now
3250 be a form that evaluates to a string.
3251
32522003-08-18 Kim F. Storm <storm@cua.dk>
3253
3254 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
3255
32562003-08-16 Richard M. Stallman <rms@gnu.org>
3257
3258 * dired-x.texi (Shell Command Guessing): Explain *.
3259
32602003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
3261
3262 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
3263 log-edit-insert-changelog.
3264
32652003-08-03 Karl Berry <karl@gnu.org>
3266
3267 * info.texi: Need @contents.
3268
32692003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3270
3271 Tramp version 2.0.36 released.
3272
3273 * tramp.texi (Remote shell setup): Explain about problems with
3274 non-Bourne commands in ~/.profile and ~/.shrc.
3275
32762003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
3277
3278 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
3279 renaming of `vis-mode' to `visible-mode'.
3280
32812003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
3282
3283 * info.texi (Top, Help-Small-Screen): Remove accidentally added
3284 next, prev and up pointers.
3285
32862003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
3287
3288 * info.texi (Help): Mention existence of Emacs and stand-alone
3289 Info at the very beginning of the tutorial.
3290 (Help-Inv): New node.
3291 (Help-]): New node.
3292 (Help-M): Systematically point out the differences between default
3293 Emacs and stand-alone versions. Delete second menu.
3294 (Help-Xref): Systematically point out the differences between
3295 default Emacs and stand-alone versions.
3296 (Help-Int): Change `l' example.
3297 (Expert Info): Fix typos.
3298 (Emacs Info Variables): Mention `Info-hide-note-references' and
3299 new default for `Info-scroll-prefer-subnodes'.
3300
33012003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3302
3303 Version 2.0.35 of Tramp released.
3304
3305 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
3306 (Inline methods): Add methods `remsh' and `plink1'.
3307 (External transfer methods): Add method `remcp'.
3308 (Multi-hop Methods): Add method `remsh'.
3309 Small patch from Adrian Aichner <adrian@xemacs.org>:
3310 Fix minor typos.
3311 (Concept Index): Added to make manual searchable via
3312 `Info-index'.
3313 (Version Control): Add cindex entry.
3314
33152003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3316
3317 * trampver.texi: Version 2.0.34 released.
3318
33192003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3320
3321 * faq.texi: Improve previous changes.
3322
33232003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
3324
3325 * faq.texi: Update copyright and maintenance details.
3326 Update some package URLs, versions, and maintainers.
3327 Remove many references to the Emacs Lisp Archive.
3328
33292003-04-23 Simon Josefsson <jas@extundo.com>
3330
3331 * smtpmail.texi: Fix license (the invariant sections mentioned has
3332 never been part of the smtp manual). Align info dir entry with
3333 other emacs packages.
3334
33352003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
3336
3337 * tramp.texi: Version 2.0.33 released.
3338 Remove installation chapter. Remove XEmacs specifics.
3339
33402003-03-29 Richard M. Stallman <rms@gnu.org>
3341
3342 * tramp.texi (Top): Undo the previous renaming.
3343 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
3344
33452003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3346
3347 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
3348 version of manual.
3349
3350 * tramp.texi (Auto-save and Backup): New node.
3351
33522003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
3353
3354 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
3355 Emacs" in order to have better differentiation to "XEmacs".
3356 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
3357 are new macros in order to point to the other Emacs flavor where
3358 appropriate. In info case, point to node `Installation' in order
3359 to explain how to generate the other way. In html case, make a
3360 link to the other html file.
3361 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
3362 after CVS checkout/update.
3363 (Installation): Completely rewritten.
3364 (Installation parameters, Load paths): New sections under
3365 `Installation'.
3366
33672003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3368
3369 * tramp.texi: Version 2.0.30 released.
3370 Replace word "path" with "localname" where used as a component of
3371 a Tramp file name.
3372
33732003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
3374
3375 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
3376 introduced.
3377 (Installation): Explain what to do if files from the tramp/contrib
3378 directory are needed.
3379
33802003-02-23 Alex Schroeder <alex@emacswiki.org>
3381
3382 * smtpmail.texi (How Mail Works): New.
3383
33842003-02-22 Alex Schroeder <alex@emacswiki.org>
3385
3386 * smtpmail.texi: New file.
3387
3388 * Makefile.in: Build SMTP manual.
3389
33902003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3391
3392 * tramp.texi: Version 2.0.29 released.
3393 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
3394 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
3395
33962003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
3397
3398 * tramp.texi (Frequently Asked Questions): Explain a workaround if
3399 another package loads accidently Ange-FTP.
3400
34012003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
3402
3403 * tramp.texi (Customizing Completion): Add function
3404 `tramp-parse-sconfig'. Change example of
3405 `tramp-set-completion-function', because parsing of ssh config
3406 files looks more natural.
3407
34082003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
3409
3410 * gnus.texi: Do not use `path' in several locations.
3411
34122002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3413
3414 * tramp.texi (External transfer methods): New method `smb'. From
3415 Michael Albinus.
3416
34172002-11-05 Karl Berry <karl@gnu.org>
3418
3419 * info.texi (Info-fontify): Reorder face list to avoid bad line
3420 breaks.
3421
34222002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3423
3424 * tramp.texi: Move @copying to standard place. Use
3425 @insertcopying.
3426
34272002-10-02 Karl Berry <karl@gnu.org>
3428
3429 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
3430 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
3431 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
3432 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
3433 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
3434 Per rms, update all manuals to use @copying instead of @ifinfo.
3435 Also use @ifnottex instead of @ifinfo around the top node, where
3436 needed for the sake of the HTML output.
3437 (The Gnus manual is not fixed since it's not clear to me how it
3438 works; and the Tramp manual already uses @copying, although in an
3439 unusual way. All others were changed.)
3440
34412002-09-10 Jonathan Yavner <jyavner@engineer.com>
3442
3443 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
3444 (../info/ses, ses.dvi): New targets.
3445 * ses.texi: New file.
3446
34472002-09-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3448
3449 * texinfo.tex: Update to texinfo 4.2.
3450
34512002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
3452
3453 * reftex.texi: Update to RefTeX 4.19.
3454
34552002-06-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3456
3457 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
3458 (../info/tramp, tramp.dvi): New targets.
3459
34602002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * Makefile.in (DVI_TARGETS): Add calc.dvi.
3463 (calc.dvi): Uncomment.
3464
34652001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * Makefile.in (INFO_TARGETS): Add ../info/calc.
3468 (../info/calc): New target.
3469
34702001-10-20 Gerd Moellmann <gerd@gnu.org>
3471
3472 * (Version 21.1 released.)
3473
34742001-10-05 Gerd Moellmann <gerd@gnu.org>
3475
3476 * Branch for 21.1.
3477
34782001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * Makefile.in (../info/info): Use an explicit -o switch to
3481 makeinfo.
3482
34832001-03-05 Gerd Moellmann <gerd@gnu.org>
3484
3485 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
3486
34872000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
3488
3489 * Makefile.in (../info/idlwave): Use --no-split.
3490
34912000-12-14 Dave Love <fx@gnu.org>
3492
3493 * Makefile.in (mostlyclean): Remove gnustmp.*
3494 (gnus.dvi): Change rule to remove @latex stuff.
3495
34962000-10-19 Eric M. Ludlam <zappo@ultranet.com>
3497
3498 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
3499
35002000-10-13 John Wiegley <johnw@gnu.org>
3501
3502 * Makefile.in: Add build targets for eshell.texi.
3503
35042000-09-25 Gerd Moellmann <gerd@gnu.org>
3505
3506 * Makefile.in: Remove/comment speedbar stuff.
3507
35082000-09-22 Dave Love <fx@gnu.org>
3509
3510 * Makefile.in: Add emacs-mime.
3511
35122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3513
3514 * Makefile.in (INFO_TARGETS): Add ../info/woman.
3515 (DVI_TARGETS): Add woman.dvi.
3516 (../info/woman, woman.dvi): New targets.
3517
35182000-05-31 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
3521
3522 * pcl-cvs.texi: New file.
3523 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
3524 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
3525
35262000-05-11 Gerd Moellmann <gerd@gnu.org>
3527
3528 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
3529 (../info/ebrowse, ebrowse.dvi): New targets.
3530
35312000-01-13 Gerd Moellmann <gerd@gnu.org>
3532
3533 * Makefile.in (INFO_TARGETS): Add eudc.
3534 (DVI_TARGETS): Add eudc.dvi.
3535 (../info/eudc, eudc.dvi): New targets.
3536
35372000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
3538
3539 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
3540 compatibility with 8+3 filesystems).
3541 (../info/efaq): Rename from emacs-faq.
3542
35432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
3546 (../info/idlwave, idlwave.dvi): New targets.
3547
35481999-10-23 Dave Love <fx@gnu.org>
3549
3550 * Makefile.in: Use autotype.texi.
3551
35521999-10-12 Stefan Monnier <monnier@cs.yale.edu>
3553
3554 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
3555 faq.texi file) rather than ../info/faq.
3556
35571999-10-07 Gerd Moellmann <gerd@gnu.org>
3558
3559 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
3560 (../info/ada-mode, ada-mode.dvi): New targets.
3561
35621999-09-01 Dave Love <fx@gnu.org>
3563
3564 * Makefile.in: Add faq.
3565
35661999-07-12 Richard Stallman <rms@gnu.org>
3567
3568 * Version 20.4 released.
3569
35701998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
3571
3572 * Version 20.3 released.
3573
35741998-04-06 Andreas Schwab <schwab@gnu.org>
3575
3576 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
3577 it in dvi targets.
3578 (../etc/GNU): Change to $(srcdir) first.
3579
35801998-03-11 Carsten Dominik <cd@delysid.gnu.org>
3581
3582 * reftex.texi: Update for RefTeX version 3.22.
3583
35841998-02-08 Richard Stallman <rms@psilocin.gnu.org>
3585
3586 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
3587 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
3588
35891997-09-23 Paul Eggert <eggert@twinsun.com>
3590
3591 * Makefile.in: Merge changes mistakenly made to `Makefile'.
3592 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
3593
35941997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3595
3596 * Version 20.2 released.
3597
35981997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3599
3600 * Version 20.1 released.
3601
36021997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3603
3604 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
3605
36061996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3607
3608 * Version 19.33 released.
3609
36101996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3611
3612 * Version 19.32 released.
3613
36141996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
3615
3616 * Makefile.in: Add rules for the Message manual.
3617
36181996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
3619
3620 * gnus.texi: New version.
3621
3622 * message.texi: New manual.
3623
36241996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3625
3626 * Makefile.in (All info targets): cd $(srcdir) to do the work.
3627
36281996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3629
3630 * Makefile.in (All info targets): Specify $(srcdir) in input files.
3631 Specify -I option.
3632 (All dvi targets): Set the TEXINPUTS variable.
3633
36341996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3635
3636 * Version 19.31 released.
3637
36381996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3639
3640 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
3641 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
3642
36431995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3644
3645 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
3646 (INFO_TARGETS): Add ../info/cc-mode.
3647 (DVI_TARGETS): Add cc-mode.dvi.
3648
36491996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3650
3651 * Version 19.31 released.
3652
36531995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3654
3655 * Version 19.30 released.
3656
36571995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
3658
3659 * gnus.texi: New file.
3660
36611995-11-04 Erik Naggum <erik@naggum.no>
3662
3663 * gnus.texi: File deleted.
3664
36651995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
3666
3667 * mh-e.texi: "Function Index" -> "Command Index" to work with
3668 Emacs 19.30 C-h C-k support of separately-documented commands.
3669
36701995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3671
3672 * Makefile.in (../info/ediff, ediff.dvi): New targets.
3673 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
3674
36751995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3676
3677 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
3678 (../info/viper, viper.dvi): New targets.
3679
36801995-04-20 Kevin Rodgers <kevinr@ihs.com>
3681
3682 * dired-x.texi (Installation): Change the example to set
3683 buffer-local variables like dired-omit-files-p in
3684 dired-mode-hook.
3685
36861995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3687
3688 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
3689 (../info/mh-e, mh-e.dvi): New targets.
3690
36911995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3692
3693 * Makefile.in (maintainer-clean): Rename from realclean.
3694
36951994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3696
3697 * Makefile.in: New file.
3698 * Makefile: File deleted.
3699
37001994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3701
3702 * Makefile (TEXINDEX_OBJS): Variable deleted.
3703 (texindex, texindex.o, getopt.o): Rules deleted.
3704 All deps on texindex deleted.
3705 (distclean): Don't delete texindex.
3706 (mostlyclean): Don't delete *.o.
3707 * texindex.c, getopt.c: Files deleted.
3708
37091994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3710
3711 * Version 19.26 released.
3712
37131994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3714
3715 * Version 19.25 released.
3716
37171994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3718
3719 * Version 19.24 released.
3720
37211994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3722
3723 * Version 19.23 released.
3724
37251994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3726
3727 * Makefile: Delete spurious tab.
3728
37291994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3730
3731 * Makefile (.SUFFIXES): New rule.
3732
37331994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3734
3735 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
3736 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
3737
37381994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3739
3740 * Makefile (../info/sc): Rename from sc.info.
3741 (../info/cl): Likewise.
3742 (INFO_TARGETS): Use new names.
3743
37441993-12-04 Richard Stallman (rms@srarc2)
3745
3746 * getopt.c: New file.
3747 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
3748 (getopt.o): New rule.
3749 (dvi): Don't depend on texindex.
3750 (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
3751 Depend on texindex.
3752
37531993-12-03 Richard Stallman (rms@srarc2)
3754
3755 * Makefile (../info/sc.info): Rename from ../info/sc.
3756 (TEXI2DVI): New variable.
3757 (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
3758 Add explicit commands.
3759 (TEXINDEX_OBJS): Delete duplicate getopt.o.
3760
37611993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3762
3763 * Version 19.22 released.
3764
37651993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3766
3767 * Makefile (TEXINDEX_OBJS): Delete spurious period.
3768
37691993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3770
3771 * Version 19.21 released.
3772
37731993-11-15 Paul Eggert (eggert@twinsun.com)
3774
3775 * man/Makefile (../info/cl.info): Rename from ../info/cl.
3776
37771993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3778
3779 * Makefile (../etc/GNU): New target.
3780 (EMACSSOURCES): Add gnu1.texi.
3781
37821993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3783
3784 * Makefile (realclean): Don't delete the Info files.
3785
37861993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
3787
3788 * forms.texi: Fix forms.texi so that it will format correctly.
3789 Add missing `@end iftex', fix bad reference.
3790
3791 * info.texi, info-stn.texi: New files implement texinfo version of
3792 `info' file.
3793
37941993-10-20 Brian Fox (bfox@ai.mit.edu)
3795
3796 * Makefile: Fix targets for texindex, new info.texi files.
3797 * info-stnd.texi: New file implements info for standalone info
3798 reader.
3799 * info.texi: Update to include recent changes to "../info/info".
3800 New source file for ../info/info; includes info-stnd.texi.
3801
3802 * texindex.c: Include "../src/config.h" if building in emacs.
3803
3804 * Makefile: Change all files to FILENAME.texi, force all targets
3805 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
3806 vip.texinfo, forms.texinfo, cl.texinfo.
3807 Add target to build texindex.c, defining `emacs'.
3808
3809 * forms.texi: Install new file to match version 2.3 of forms.el.
3810
38111993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3812
3813 * Version 19.19 released.
3814
38151993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
3816
3817 * sc.texinfo: Fix info file name.
3818
3819 * Makefile (info): Add gnus and sc.
3820 (dvi): Add gnus.dvi and sc.dvi.
3821 (../info/sc, sc.dvi): New targets.
3822
38231993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3824
3825 * Version 19.18 released.
3826
38271993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3828
3829 * Makefile: Fix source file names of the separate manuals.
3830 (gnus.dvi, ../info/gnus): New targets.
3831
38321993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3833
3834 * Version 19.17 released.
3835
38361993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3837
3838 * split-man: Fix typos in last change.
3839
38401993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3841
3842 * Version 19.16 released.
3843
38441993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3845
3846 * version 19.15 released.
3847
38481993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3849
3850 * Makefile (distclean): It's rm, not rf.
3851
38521993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3853
3854 * Version 19.14 released.
3855
38561993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3857
3858 * Makefile: New file.
3859
38601993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3861
3862 * Version 19.13 released.
3863
38641993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3865
3866 * Version 19.9 released.
3867
38681993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3869
3870 * Version 19.8 released.
3871
38721993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3873
3874 * Version 19.7 released.
3875
38761990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
3877
3878 * gnus.texinfo: New file. Removed installation instructions.
3879
38801990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
3881
3882 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
3883
38841989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
3885
3886 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
3887 then define `\sc' as the command for smallcaps in Texinfo. This
3888 means that the @sc command will produce small caps. bfox has
3889 made the corresponding change to makeinfo and texinfm.el.
3890
38911988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
3892
3893 * vip.texinfo: Remove menu entry Adding Lisp Code in node
3894 Customization since the menu entry did not point to anything.
3895 Also add an @finalout command to remove overfull hboxes from the
3896 printed output.
3897
3898 * cl.texinfo: Add @bye, \input line and @settitle to file.
3899 This file is clearly intended to be a chapter of some other work,
3900 but the other work does not yet exist.
3901
39021988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
3903
3904 * texinfo.texinfo: Three typos corrected.
3905
4009494e
GM
3906;; Local Variables:
3907;; coding: iso-2022-7bit
3908;; fill-column: 79
3909;; add-log-time-zone-rule: t
3910;; End:
3911
5205011b
GM
3912 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
3913 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4009494e
GM
3914
3915 This file is part of GNU Emacs.
3916
3917 GNU Emacs is free software; you can redistribute it and/or modify
3918 it under the terms of the GNU General Public License as published by
3919 the Free Software Foundation; either version 3, or (at your option)
3920 any later version.
3921
3922 GNU Emacs is distributed in the hope that it will be useful,
3923 but WITHOUT ANY WARRANTY; without even the implied warranty of
3924 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3925 GNU General Public License for more details.
3926
3927 You should have received a copy of the GNU General Public License
3928 along with GNU Emacs; see the file COPYING. If not, write to the
3929 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3930 Boston, MA 02110-1301, USA.
3931
f7ed05c9 3932;; arch-tag: 08b2903e-900c-4c72-a4a9-e76416a80803