]> code.delx.au - gnu-emacs/blob - man/ChangeLog
Put /dev into @file.
[gnu-emacs] / man / ChangeLog
1 2004-09-13 Kim F. Storm <storm@cua.dk>
2
3 * mini.texi (Repetition): Rename isearch-resume-enabled to
4 isearch-resume-in-command-history and change default to disabled.
5
6 2004-09-10 Simon Josefsson <jas@extundo.com>
7
8 * gnus.texi (IMAP): Add example. Suggested and partially written
9 by Steinar Bang <sb@dod.no>.
10
11 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12
13 * gnus.texi (IMAP): add comments about imaps synonym to imap in
14 netrc syntax
15
16 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17
18 * gnus.texi (Spam ELisp Package Sequence of Events): some clarifications
19 (Spam ELisp Package Global Variables)
20 (Spam ELisp Package Global Variables): more clarifications
21
22 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
23
24 * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
25 mention spam-split does not modify incoming mail
26
27 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
28
29 * gnus.texi (Spam ELisp Package Sequence of Events): fix typo
30
31 2004-09-10 Eli Zaretskii <eliz@gnu.org>
32
33 * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi
34
35 2004-09-09 Kim F. Storm <storm@cua.dk>
36
37 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
38 with new `kmacro-name-last-macro'.
39
40 2004-09-09 Reiner Steib <Reiner.Steib@gmx.de>
41
42 * makefile.w32-in (sieve, pgg): Use $(infodir).
43
44 2004-09-08 Juri Linkov <juri@jurta.org>
45
46 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
47
48 2004-09-08 Dhruva Krishnamurthy <dhruva.krishnamurthy@gmail.com> (tiny change)
49
50 * makefile.w32-in: Fix PGG and Sieve entries.
51
52 2004-09-03 Juri Linkov <juri@jurta.org>
53
54 * search.texi (Incremental Search): Update wording for M-%.
55
56 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
57
58 * killing.texi (Killing): Correct description of kill commands in
59 read-only buffer.
60
61 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
62
63 * building.texi (Compilation Mode): Add a paragraph about rules
64 for finding the compilation buffer for `next-error'.
65
66 * search.texi (Other Repeating Search): Mention that Occur mode
67 supports the next-error functionality.
68
69 2004-09-02 Juri Linkov <juri@jurta.org>
70
71 * search.texi (Regexp Replace): Add missing backslash to \footnote.
72
73 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
74
75 * kmacro.texi (Basic Keyboard Macro):
76 `apply-macro-to-region-lines' now operates on all lines that begin
77 in the region, rather than on all complete lines in the region.
78
79 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
80
81 * frames.texi (Drag and drop): Add documentation about
82 x-dnd-test-function and x-dnd-known-types.
83
84 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
85
86 * indent.texi: Various minor changes in addition to:
87 (Indentation Commands): Correct description of `indent-relative'.
88 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
89 mode. The *Tab Stops* buffer uses Overwrite Mode.
90 (Just Spaces): `untabify' converts sequences of at least two
91 spaces to tabs.
92
93 2004-08-28 Eli Zaretskii <eliz@gnu.org>
94
95 * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
96 Emacs and related programs.
97
98 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
99
100 * frames.texi (Secondary Selection): Setting the secondary
101 selection with M-Drag-Mouse-1 does not alter the kill ring,
102 setting it with M-Mouse-1 and M-Mouse-3 does.
103 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
104 toolkit scroll bars.
105 (Scroll Bars): Ditto.
106
107 * windows.texi (Basic Window): When using a window system, the value
108 of point in a non-selected window is indicated by a hollow box.
109 (Split Window): Side by side windows are separated by a scroll bar,
110 if scroll bars are used.
111 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
112 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
113 (Window Convenience): Update bindings for `winner-undo' and
114 `winner-redo'.
115
116 * ack.texi (Acknowledgments): Use `@unnumbered'.
117 * misc.texi : Adapt sectioning in Info to the node structure.
118 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
119 of "Using Emacs as a Server".
120 * building.texi (Building): Interchange nodes (for correct numbering).
121 * programs.texi (Programs): Interchange nodes (for correct numbering).
122 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
123 Info to the node structure.
124 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
125 Rearrange order of nodes and sections such that both "GNU GENERAL
126 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
127 end, as appropriate for appendices.
128 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
129 Use `@unnumberedsec'.
130 * trouble.texi: Adapt sectioning in Info to the node structure.
131 Adapt node pointers to change in emacs.texi.
132 * cmdargs.texi, doclicense.texi: Adapt node pointers.
133
134 2004-08-27 Richard M. Stallman <rms@gnu.org>
135
136 * faq.texi: Fix texinfo usage, esp. doublequotes.
137 (Difference between Emacs and XEmacs): Some clarification.
138
139 * faq.texi (Difference between Emacs and XEmacs):
140 Explain not to contrast XEmacs with GNU Emacs.
141
142 2004-08-26 Richard M. Stallman <rms@gnu.org>
143
144 * faq.texi (Difference between Emacs and XEmacs): Rewrite.
145
146 2004-08-25 Kenichi Handa <handa@m17n.org>
147
148 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
149 description for unibyte mode.
150
151 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
152
153 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
154
155 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
156 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
157 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
158 in @pxref.
159
160 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
161
162 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
163 Change section names.
164
165 2004-08-22 David Kastrup <dak@gnu.org>
166
167 * reftex.texi (AUCTeX): Update links, section name.
168
169 * faq.texi (Calc): Update availability (included in 21.4).
170 (AUCTeX): Update availability, information, versions, description.
171
172 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
173
174 * kmacro.texi (Keyboard Macro Ring): Rename section.
175 Emacs treats the head of the macro ring as the `last keyboard macro'.
176 (Keyboard Macro Counter): Minor change.
177 (Save Keyboard Macro): Some clarifications.
178 (Edit Keyboard Macro): Rename section.
179
180 * buffers.texi (Buffers): Maximum buffer size is now 256M on
181 32-bit machines.
182 (Several Buffers): Clarify which buffer is selected if `2' is
183 pressed in the Buffer Menu.
184 Auto Revert mode can be used to update the Buffer Menu
185 automatically.
186
187 2004-08-21 Eli Zaretskii <eliz@gnu.org>
188
189 * help.texi (Misc Help): Add an index entry for finding an Info
190 manual by its file name.
191
192 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
193
194 * files.texi (Backup Deletion): Correct description of
195 `delete-old-versions'.
196 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
197 (Auto Save Files): Recommend `auto-save-mode' to reenable
198 auto-saving, rather than the abbreviation `auto-save'.
199
200 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
201
202 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
203 for "killing" and "yanking" in main menu.
204
205 2004-08-16 Richard M. Stallman <rms@gnu.org>
206
207 * killing.texi (Yanking, Killing): Minor cleanups.
208
209 * mark.texi (Momentary Mark): Minor cleanups.
210
211 2004-08-15 Kenichi Handa <handa@etl.go.jp>
212
213 * custom.texi (Non-ASCII Rebinding):
214 C-q always inserts the right code to pass to global-set-key.
215
216 2004-08-14 Eli Zaretskii <eliz@gnu.org>
217
218 * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
219
220 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
221
222 * regs.texi (RegNumbers): Mention `C-x r i' binding for
223 `insert-register', instead of `C-x r g' binding, for consistency.
224
225 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
226
227 * fixit.texi (Spelling): Fix typo.
228
229 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
230
231 * help.texi (Help): Fix Texinfo usage.
232
233 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
234
235 * cc-mode.texi: Various updates for CC Mode 5.30.9.
236
237 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
238
239 Sync with Tramp 2.0.44.
240
241 2004-08-05 Lars Hansen <larsh@math.ku.dk>
242
243 * widget.texi (User Interface): Update how to separate the
244 editable field of an editable-field widget from other widgets.
245 (Programming Example): Add text after field.
246
247 2004-07-24 Richard M. Stallman <rms@gnu.org>
248
249 * text.texi (Paragraphs): Update how paragraphs are separated
250 and the default for paragraph-separate.
251
252 * search.texi (Regexp Replace): Further update text for new
253 replacement operators.
254
255 2004-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
256
257 * emacs-mime.texi (Encoding Customization): Add a note to the
258 mm-content-transfer-encoding-defaults entry.
259 (rfc2047): Update.
260
261 * gnus.texi (Article Highlighting): Add
262 gnus-cite-ignore-quoted-from.
263 (POP before SMTP): New node.
264 (Posting Styles): Addition.
265 (Splitting Mail): Add nnmail-split-lowercase-expanded.
266 (Fancy Mail Splitting): Ditto.
267 (X-Face): Add gnus-x-face.
268
269 2004-08-30 Reiner Steib <Reiner.Steib@gmx.de>
270
271 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
272 pgg.texi, sieve.texi: Use @copying and @insertcopying.
273
274 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
275
276 * gnus.texi (Mail Source Specifiers): Describe
277 `pop3-leave-mail-on-server'.
278
279 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
280
281 * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
282
283 * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
284 repository. Change setfilename.
285
286 * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
287
288 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
289
290 * emacs-xtra.texi (Subdir switches): Dired does not remember the
291 `R' switch.
292
293 * dired.texi (Dired Updating): `k' only deletes inserted
294 subdirectories from the Dired buffer if a prefix argument was given.
295
296 * search.texi (Regexps): Delete redundant definition of `symbol' in
297 description of `\_>'. It already occurs in the description of `\_<'.
298
299 2004-07-02 Juri Linkov <juri@jurta.org>
300
301 * pcl-cvs.texi (Viewing differences): Add `d r'.
302
303 2004-07-01 Juri Linkov <juri@jurta.org>
304
305 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
306 (Regexp Search): Add M-r.
307
308 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
309
310 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
311
312 2004-06-29 Jesper Harder <harder@ifa.au.dk>
313
314 * ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
315 * eshell.texi, ediff.texi, calendar.texi: Markup fixes.
316
317 2004-06-25 Richard M. Stallman <rms@gnu.org>
318
319 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
320
321 2004-06-25 David Kastrup <dak@gnu.org>
322
323 * search.texi (Regexp Replace): Some typo corrections and
324 rearrangement.
325
326 2004-06-24 David Kastrup <dak@gnu.org>
327
328 * search.texi (Unconditional Replace): Use replace-string instead
329 of query-replace in example.
330 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
331 sequences.
332 (Query Replace): Correct explanation of `^' which does not use
333 the mark stack.
334
335 2004-06-21 Nick Roberts <nickrob@gnu.org>
336
337 * misc.texi (Shell History Copying): Document comint-insert-input.
338 (Shell Ring): Describe comint-dynamic-list-input-ring here.
339
340 2004-06-21 Karl Berry <karl@gnu.org>
341
342 * info.texi (Top): mention that only Emacs has mouse support.
343 (Getting Started): mention this in a few other places.
344
345 2004-06-20 Jesper Harder <harder@ifa.au.dk>
346
347 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
348 * custom.texi (Customization): do.
349 * anti.texi (Antinews): do.
350 * abbrevs.texi (Defining Abbrevs): do.
351
352 * programs.texi (Info Lookup): Fix keybinding for
353 info-lookup-symbol.
354
355 2004-06-16 Juanma Barranquero <lektu@terra.es>
356
357 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
358 Add emacs-xtra.
359 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
360 (clean): Add emacs-xtra and flymake. Remove redundancies.
361
362 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
363
364 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
365 Add emacs-xtra.
366 * emacs-xtra.texi: New file.
367
368 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
369
370 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
371 (Dired and Find): Mention differences with ordinary Dired buffers.
372
373 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
374
375 * autotype.texi (Copyrights, Timestamps): Recommend
376 `before-save-hook' instead of `write-file-functions'.
377
378 2004-06-13 Richard M. Stallman <rms@gnu.org>
379
380 * custom.texi (Init Syntax): Explain about vars that do special
381 things when set with setq or with Custom.
382 (Init Examples): Add line-number-mode example.
383
384 2004-06-13 Lars Hansen <larsh@math.ku.dk>
385
386 * dired-x.texi (dired-mark-omitted): Update keybinding.
387
388 2004-06-12 Juri Linkov <juri@jurta.org>
389
390 * dired.texi (Operating on Files): Add dired-do-touch.
391
392 2004-06-10 Kim F. Storm <storm@cua.dk>
393
394 * pcl-cvs.texi (Viewing differences): Add 'd y'.
395
396 2004-06-10 Juri Linkov <juri@jurta.org>
397
398 * building.texi (Lisp Eval): Add C-M-x on defface.
399
400 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
401
402 * files.texi (Reverting): Auto-Revert mode and
403 Global Auto-Revert mode no longer revert remote files.
404
405 2004-06-05 Lars Hansen <larsh@math.ku.dk>
406
407 * dired-x.texi (variable dired-omit-mode): Rename from
408 dired-omit-files-p.
409 (function dired-omit-mode): Rename from dired-omit-toggle.
410 Call dired-omit-mode rather than set dired-omit-files-p.
411 (dired-mark-omitted): Describe command.
412
413 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
414
415 Version 2.0.41 of Tramp released.
416
417 2004-05-29 Juanma Barranquero <lektu@terra.es>
418
419 * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
420 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
421
422 2004-05-29 Richard M. Stallman <rms@gnu.org>
423
424 * custom.texi (Init File): Two dashes start --no-site-file.
425
426 * cl.texi (Top): Call this chapter `Introduction'.
427 (Overview): In TeX, no section heading here.
428
429 * cc-mode.texi: Put commas after i.e. and e.g. Minor cleanups.
430
431 2004-05-29 Alan Mackenzie <acm@muc.de>
432
433 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
434 ("AWK"): Is consistently thus spelt throughout.
435 (AWK, Pike): Document as "C-like modes".
436 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
437 (M-x man): Supersedes M-x manual-entry.
438 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
439
440 ("Comments in C"): Delete node; the info is in CC Mode manual.
441 (c-comment-only-line-offset): Remove description.
442
443 (C-c ., C-c C-c): Describe new C Mode bindings.
444
445 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
446 (@dfn{Style}, c-default-style, comment-column, comment-padding)
447 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
448 Amend definitions.
449
450 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
451 Describe functions.
452
453 (c-comment-start-regexp, c-hanging-comment-ender-p)
454 (c-hanging-comment-starter-p): Remove obsolete definitions.
455
456 * emacs.texi: Remove the menu entry "Comments in C".
457
458 2004-05-29 Eli Zaretskii <eliz@gnu.org>
459
460 * Makefile.in (../info/flymake, flymake.dvi): New targets.
461 (INFO_TARGETS, DVI_TARGETS): Add Flymake.
462
463 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
464
465 * flymake.texi: New file.
466
467 2004-05-28 Simon Josefsson <jas@extundo.com>
468
469 * smtpmail.texi (Authentication): Improve STARTTLS discussion.
470
471 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
472
473 * dired.texi (Dired and Find): `find-ls-option' does not apply to
474 `M-x locate'.
475
476 2004-05-16 Karl Berry <karl@gnu.org>
477
478 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
479 makeinfo --html fails.
480 * help.texi (Help Summary) [@ifnottex]: Likewise.
481
482 2004-05-13 Nick Roberts <nickrob@gnu.org>
483
484 * building.texi (GDB Graphical Interface): Update and describe
485 layout first.
486
487 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
488
489 Version 2.0.40 of Tramp released.
490
491 2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
492
493 Complete rework, based on review by Karl Berry <karl@gnu.org>.
494
495 * tramp.texi (Auto-save and Backup): Explain exploitation of new
496 variables `tramp-backup-directory-alist' and
497 `tramp-bkup-backup-directory-info'.
498 (Overview, Connection types)
499 (External transfer methods, Default Method)
500 (Windows setup hints): Remove restriction of password entering
501 with external methods.
502 (Auto-save and Backup): Make file name example
503 (X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
504 and `auto-save-directory' must be used.
505 (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
506 only "NT"). Remove doubled entry "What kinds of systems does
507 @tramp{} work on".
508 (tramp): Macro removed.
509 (Obtaining Tramp): Flag removed from title.
510 (all): "tramp-" and "-" removed from flag names. Flags `tramp'
511 and `trampver' used properly. Flag `tramp-inst' replaced by
512 `installchapter'. Installation related text adapted.
513
514 2004-05-04 Jason Rumney <jasonr@gnu.org>
515
516 * makefile.w32-in: Revert last change.
517
518 2004-05-03 Jason Rumney <jasonr@gnu.org>
519
520 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
521
522 2004-04-28 Masatake YAMATO <jet@gyve.org>
523
524 * widget.texi (Programming Example): Remove overlays.
525
526 2004-04-27 Jesper Harder <harder@ifa.au.dk>
527
528 * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
529
530 2004-04-23 Juanma Barranquero <lektu@terra.es>
531
532 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
533
534 2004-04-18 Juri Linkov <juri@jurta.org>
535
536 * fixit.texi (Spelling): Remove file extension from ispell xref.
537
538 2004-04-15 Kim F. Storm <storm@cua.dk>
539
540 * cmdargs.texi (Initial Options): Add -Q.
541
542 2004-04-05 Kim F. Storm <storm@cua.dk>
543
544 * custom.texi (File Variables): Add safe-local-eval-forms.
545
546 2004-04-05 Jesper Harder <harder@ifa.au.dk>
547
548 * info.texi (Info Search): Add info-apropos.
549
550 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
551
552 * files.texi (Reverting): Correct description of revert-buffer's
553 handling of point.
554
555 2004-03-22 Juri Linkov <juri@jurta.org>
556
557 * emacs.texi (Top): Add `Misc X'.
558
559 * faq.texi, trouble.texi: Fix help key bindings.
560
561 * glossary.texi: Improve references.
562
563 * help.texi: Sync keywords with finder.el.
564
565 * mini.texi (Completion): Add description for menu items.
566
567 * misc.texi (Browse-URL, FFAP): Add information about keywords.
568
569 * sending.texi (Mail Methods): Fix xref to Message manual.
570
571 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
572
573 * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
574 (as suggested by Karl Berry). Update information about colored
575 stars in menus. Add new subheading describing M-n.
576
577 2004-03-12 Richard M. Stallman <rms@gnu.org>
578
579 * cl.texi (Top): Rename top node's title.
580
581 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
582
583 2004-03-08 Karl Berry <karl@gnu.org>
584
585 * info.texi: \input texinfo.tex instead of just texinfo, to avoid
586 problems making the texinfo distribution.
587
588 2004-03-04 Richard M. Stallman <rms@gnu.org>
589
590 * search.texi (Regexps): Explain that ^ and $ have their
591 special meanings only in certain contexts.
592
593 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
594
595 * mule.texi (Specify Coding): Doc C-x RET F.
596
597 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
598 for multiple compile and grep buffers.
599 (Indirect Buffers): Don't recommand clone-indirect-buffer
600 for multiple compile and grep buffers.
601
602 2004-02-29 Simon Josefsson <jas@extundo.com>
603
604 * smtpmail.texi (Authentication): Changed the list of supported
605 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
606 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
607 <voegelas@gmx.net>.
608
609 2004-02-29 Juanma Barranquero <lektu@terra.es>
610
611 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
612 $(DEL) instead of rm, and ignore exit code.
613
614 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net>
615
616 Tramp version 2.0.39 released.
617
618 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
619
620 * tramp.texi (Customizing Completion): Explain new functions
621 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
622 (all): Savannah URLs unified to "http://savannah.nongnu.org".
623 (Top): Refer to Savannah mailing list as the major one. Mention
624 older mailing lists in HTML mode only.
625 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
626 (Frequently Asked Questions): Remote hosts must not be Unix-like
627 for "smb" method.
628 (Password caching): New node.
629 (External transfer methods): Refer to password caching for "smb"
630 method.
631
632 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
633
634 * building.texi (Watch Expressions): Update.
635
636 2004-02-21 Juri Linkov <juri@jurta.org>
637
638 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
639 --directory, --help, --version. Move text about command-line-args
640 to Command Arguments.
641 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
642 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
643 (Window Size X): Join -g and --geometry. Add @cindex.
644 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
645 (Title X): Remove alias -title.
646 (Misc X): New node.
647
648 2004-02-17 Karl Berry <karl@gnu.org>
649
650 * info.texi (Help-Int): mention the new line number feature.
651
652 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
653
654 * frames.texi (Drag and drop): Add Motif to list of supported
655 protocols.
656
657 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
658
659 * ses.texi (Advanced Features): New functionality for
660 ses-set-header-row (defaults to current row unless C-u used).
661 (Acknowledgements): Add Stefan Monnier.
662
663 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
664
665 * frames.texi (Drag and drop): New section.
666
667 2004-01-24 Richard M. Stallman <rms@gnu.org>
668
669 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
670 Include it only @ifnotinfo. Patch the preceding and following
671 node headers to point to each other.
672
673 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
674
675 * calendar.texi (Appointments): Update section.
676
677 2003-12-29 Kevin Ryde <user42@zip.com.au>
678
679 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
680
681 * programs.texi (C Modes): Fix the xref.
682
683 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
684
685 * building.texi (Watch Expressions): Update.
686 (Commands of GUD): Include use of toolbar + breakpoints set from
687 fringe/margin.
688
689 2003-12-03 Andre Spiegel <spiegel@gnu.org>
690
691 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
692 <acm@muc.de>.
693
694 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
695
696 Tramp version 2.0.38 released.
697
698 * tramp.texi (Remote shell setup): Warn of environment variables
699 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
700 <sven.gabriel@imk.fzk.de>.
701 (Configuration): Tramp now chooses base64/uuencode
702 automatically. Update wording accordingly.
703 (Top): More description for the `Default Method' menu entry.
704 (Default Method): Use @code, not @var, for Lisp variables.
705 (Default Method): New subsection `Which method is the right one
706 for me?' Suggested by Christian Kirsch.
707 (Configuration): Pointer to new subsection added.
708 (Default Method): Too many "use" in one sentence.
709 Rephrase. Reported by Christian Kirsch.
710 (Filename Syntax): Old `su' example is probably a left-over from
711 the sm/su method naming. Replace with `ssh', instead.
712 (External transfer methods, Auto-save and Backup):
713 Typo fixes.
714
715 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
716
717 * tramp.texi (all): Harmonize all occurences of @tramp{}.
718 (Top): Mention japanese manual only if flag `jamanual' is set.
719 Insert section `Japanese manual' in menu.
720
721 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
722
723 * frames.texi (Dialog Boxes): Add use-file-dialog.
724
725 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
726
727 * eshell.texi (Known Problems): Add doc item.
728
729 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
730
731 * ack.texi: Note that Alan Mackenzie contributed the AWK support
732 in CC Mode.
733
734 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
735
736 * cc-mode.texi: Update for CC Mode 5.30.
737
738 Note: Please refrain from doing purely cosmetic changes like
739 removing trailing whitespace in this manual; it clobbers cvs
740 merging for no good reason.
741
742 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
743
744 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
745 * man/commands.texi, man/custom.texi, man/display.texi:
746 * man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi:
747 * man/frames.texi, man/glossary.texi, man/killing.texi:
748 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
749 * man/mule.texi, man/rmail.texi, man/search.texi:
750 * man/sending.texi, man/text.texi, man/tramp.texi:
751 * man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi:
752 * man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}.
753
754 2003-11-01 Alan Mackenzie <acm@muc.de>
755
756 * search.texi (Scrolling During Incremental Search): Document a
757 new scrolling facility in isearch mode.
758
759 2003-10-26 Karl Berry <karl@gnu.org>
760
761 * info.texi (Info Search): echo area, not echo are. From Debian
762 diff.
763
764 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
765
766 * widget.texi (Defining New Widgets): Document new beavior of
767 :buttons and :children keywords.
768
769 2003-10-22 Miles Bader <miles@gnu.org>
770
771 * Makefile.in (info): Move before $(top_srcdir)/info.
772
773 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
774
775 * building.texi (Watch Expressions): Update section on data display
776 to reflect code changes (GDB Graphical Interface).
777
778 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
779
780 * tramp.texi (Inline methods): Small grammar fix.
781 (External transfer methods): Likewise.
782
783 2003-10-13 Richard M. Stallman <rms@gnu.org>
784
785 * xresources.texi (GTK resources): Clean up previous change.
786
787 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
788
789 * xresources.texi (GTK resources): Add a note that some themes
790 disallow customizations. Add scroll theme example.
791
792 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
793
794 * speedbar.texi: Remove paragraph for GUD that is no longer true.
795
796 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
797
798 * texinfo.tex: Replace `%' in arch tagline by @ignore.
799
800 2003-09-30 Richard M. Stallman <rms@gnu.org>
801
802 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
803
804 * widget.texi (User Interface): Fix typos.
805
806 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
807
808 * cmdargs.texi (General Variables): Remove MAILRC envvar.
809
810 * misc.texi (Saving Emacs Sessions): Shorten the section,
811 collapsing back into one node.
812
813 2003-09-30 Lars Hansen <larsh@math.ku.dk>
814
815 * misc.texi: Section "Saving Emacs Sessions" rewritten.
816
817 2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se>
818
819 * xresources.texi (GTK names in Emacs): Correct typo.
820
821 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
822
823 * pcl-cvs.texi (Selected Files): Fix typo.
824
825 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
826
827 * cmdargs.texi (Font X): Mention new default font. More
828 fully describe long font names, wildcard patterns and the
829 problems involved. (Result of discussion on emacs-devel.)
830
831 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
832
833 * emacs.texi (Acknowledgements): Correct typo.
834
835 2003-09-22 Richard M. Stallman <rms@gnu.org>
836
837 * dired.texi (Misc Dired Commands): New node.
838 (Dired Navigation): Add dired-goto-file.
839
840 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
841
842 * emacs.texi (Acknowledgements): New node, split from Distribution.
843
844 * cmdargs.texi (Action Arguments): -f reads interactive args.
845
846 2003-09-21 Karl Berry <karl@gnu.org>
847
848 * info.texi (] and [ commands): No period at end of section title.
849
850 2003-09-08 Lute Kamstra <lute@gnu.org>
851
852 * screen.texi (Mode Line): Say that POS comes before LINE.
853 Mention `size-indication-mode'.
854 * display.texi (Optional Mode Line): Document
855 `size-indication-mode'.
856 * basic.texi (Position Info): Mention `size-indication-mode'.
857
858 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
859
860 * xresources.texi (Resources): Refer to `editres' man page.
861 (Lucid Resources): Update defaults. Expand description of
862 `shadowThickness'.
863
864 2003-09-04 Miles Bader <miles@gnu.org>
865
866 * Makefile.in (top_srcdir): New variable.
867 ($(top_srcdir)/info): New rule.
868 (info): Depend on it.
869
870 2003-09-03 Peter Runestig <peter@runestig.com>
871
872 * makefile.w32-in: New file.
873
874 2003-08-29 Richard M. Stallman <rms@gnu.org>
875
876 * misc.texi (Saving Emacs Sessions): Correct previous change.
877
878 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
879
880 * widget.texi (User Interface): Explain the need of static text
881 around an editable field.
882
883 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
884
885 * widget.texi (Basic Types): The argument to `:help-echo' can now
886 be a form that evaluates to a string.
887
888 * emacs.texi (Top): Update menu to reflect new Keyboard Macros
889 chapter.
890 (Intro): Include kmacro.texi after fixit.texi instead of after
891 custom.texi. (As suggested by Kim Storm.)
892
893 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
894
895 * fixit.texi (Fixit): Update `Next' pointer.
896 * files.texi (Files): Update `Previous' pointer.
897 * kmacro.texi (Keyboard Macros): Remove redundant node and
898 section.
899 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
900 (Suggested by Kim Storm.)
901 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
902 Storm.)
903
904 2003-08-18 Kim F. Storm <storm@cua.dk>
905
906 * kmacro.texi: New file describing enhanced keyboard macro
907 functionality. Replaces old description in custom.texi.
908
909 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
910 (Keyboard Macros): Move to new kmacro.texi file.
911
912 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
913
914 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
915
916 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
917
918 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
919
920 2003-08-17 Alex Schroeder <alex@gnu.org>
921
922 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
923 required.
924
925 2003-08-16 Richard M. Stallman <rms@gnu.org>
926
927 * dired-x.texi (Shell Command Guessing): Explain *.
928
929 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
930
931 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
932 log-edit-insert-changelog.
933
934 2003-08-05 Richard M. Stallman <rms@gnu.org>
935
936 * programs.texi (Lisp Indent): Don't describe
937 lisp-indent-function property here. Use xref to Lisp Manual.
938
939 2003-08-03 Karl Berry <karl@gnu.org>
940
941 * info.texi: Need @contents.
942
943 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
944
945 * calendar.texi (Date Formats): Document changed behaviour of
946 abbreviations.
947
948 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
949
950 * buffers.texi (List Buffers): Fix previous change.
951
952 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
953
954 Tramp version 2.0.36 released.
955
956 * tramp.texi (Remote shell setup): Explain about problems with
957 non-Bourne commands in ~/.profile and ~/.shrc.
958
959 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
960
961 * buffers.texi (List Buffers): Adjust to new format of *Buffer
962 List*.
963
964 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
965
966 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
967 renaming of `vis-mode' to `visible-mode'.
968
969 * display.texi (Font Lock): Fix typo.
970
971 2003-07-07 Richard M. Stallman <rms@gnu.org>
972
973 * display.texi (Font Lock): Add xref for format info on
974 font-lock-remove-keywords.
975
976 * building.texi (Compilation): Document what happens with asynch
977 children of compiler process.
978
979 * help.texi (Library Keywords): Use @multitable.
980
981 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
982
983 * info.texi (Top, Help-Small-Screen): Remove accidentally added
984 next, prev and up pointers.
985
986 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
987
988 * info.texi (Help): Mention existence of Emacs and stand-alone
989 Info at the very beginning of the tutorial.
990 (Help-Inv): New node.
991 (Help-]): New node.
992 (Help-M): Systematically point out the differences between default
993 Emacs and stand-alone versions. Delete second menu.
994 (Help-Xref): Systematically point out the differences between
995 default Emacs and stand-alone versions.
996 (Help-Int): Change `l' example.
997 (Expert Info): Fix typos.
998 (Emacs Info Variables): Mention `Info-hide-note-references' and
999 new default for `Info-scroll-prefer-subnodes'.
1000
1001 2003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1002
1003 Version 2.0.35 of Tramp released.
1004
1005 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
1006 (Inline methods): Add methods `remsh' and `plink1'.
1007 (External transfer methods): Add method `remcp'.
1008 (Multi-hop Methods): Add method `remsh'.
1009 Small patch from Adrian Aichner <adrian@xemacs.org>:
1010 Fix minor typos.
1011 (Concept Index): Added to make manual searchable via
1012 `Info-index'.
1013 (Version Control): Add cindex entry.
1014
1015 2003-06-04 Richard M. Stallman <rms@gnu.org>
1016
1017 * programs.texi (Expressions): Delete C-M-DEL.
1018
1019 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
1020 comint-move-point-for-output renamed from
1021 comint-scroll-to-bottom-on-output.
1022
1023 * custom.texi (Init Rebinding): Replace previous change with xref.
1024 (Non-ASCII Rebinding): Explain that issue more briefly here.
1025
1026 2003-05-28 Richard M. Stallman <rms@gnu.org>
1027
1028 * indent.texi (Indentation): Condense, simplify, clarify prev change.
1029
1030 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
1031
1032 * building.texi (GDB Graphical Interface): New node.
1033 (Rewritten somewhat by RMS.)
1034
1035 2003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1036
1037 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
1038 non-English letters. Explain how to set coding systems correctly
1039 and how to include the right coding cookie in the file.
1040
1041 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1042
1043 * trampver.texi: Version 2.0.34 released.
1044
1045 2003-05-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1046
1047 * indent.texi (Indentation): Explain the concepts.
1048 (Just Spaces): Explain why preventing tabs for indentation might
1049 be useful.
1050
1051 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1052
1053 * faq.texi: Improve previous changes.
1054
1055 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
1056
1057 * faq.texi: Update copyright and maintenance details.
1058 Update some package URLs, versions, and maintainers.
1059 Remove many references to the Emacs Lisp Archive.
1060
1061 2003-04-23 Simon Josefsson <jas@extundo.com>
1062
1063 * smtpmail.texi: Fix license (the invariant sections mentioned has
1064 never been part of the smtp manual). Align info dir entry with
1065 other emacs packages.
1066
1067 2003-04-16 Richard M. Stallman <rms@gnu.org>
1068
1069 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
1070
1071 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1072
1073 * tramp.texi: Version 2.0.33 released.
1074 Remove installation chapter. Remove XEmacs specifics.
1075
1076 2003-03-29 Richard M. Stallman <rms@gnu.org>
1077
1078 * tramp.texi (Top): Undo the previous renaming.
1079 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
1080
1081 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1082
1083 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
1084 version of manual.
1085
1086 * tramp.texi (Auto-save and Backup): New node.
1087
1088 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
1089
1090 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
1091 Emacs" in order to have better differentiation to "XEmacs".
1092 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
1093 are new macros in order to point to the other Emacs flavor where
1094 appropriate. In info case, point to node `Installation' in order
1095 to explain how to generate the other way. In html case, make a
1096 link to the other html file.
1097 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
1098 after CVS checkout/update.
1099 (Installation): Completely rewritten.
1100 (Installation parameters, Load paths): New sections under
1101 `Installation'.
1102
1103 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1104
1105 * tramp.texi: Version 2.0.30 released.
1106 Replace word "path" with "localname" where used as a component of
1107 a Tramp file name.
1108
1109 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
1110
1111 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
1112 introduced.
1113 (Installation): Explain what to do if files from the tramp/contrib
1114 directory are needed.
1115
1116 2003-02-23 Alex Schroeder <alex@emacswiki.org>
1117
1118 * smtpmail.texi (How Mail Works): New.
1119
1120 2003-02-22 Alex Schroeder <alex@emacswiki.org>
1121
1122 * cmdargs.texi (General Variables): Document SMTPSERVER.
1123
1124 * smtpmail.texi: New file.
1125
1126 * sending.texi: Remove SMTP node.
1127 (Mail Sending): Describe `send-mail-function'. Link to SMTP
1128 library.
1129
1130 * Makefile.in: Build SMTP manual.
1131
1132 2003-02-22 Alex Schroeder <alex@emacswiki.org>
1133
1134 * sending.texi (Sending via SMTP): Explain MTA/MUA.
1135
1136 2003-02-22 Simon Josefsson <jas@extundo.com>
1137
1138 * sending.texi (Mail Methods): Add node about SMTP.
1139
1140 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1141
1142 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
1143
1144 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1145
1146 * tramp.texi: Version 2.0.29 released.
1147 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
1148 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
1149
1150 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
1151
1152 * tramp.texi (Frequently Asked Questions): Explain a workaround if
1153 another package loads accidently Ange-FTP.
1154
1155 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
1156
1157 * tramp.texi (Customizing Completion): Add function
1158 `tramp-parse-sconfig'. Change example of
1159 `tramp-set-completion-function', because parsing of ssh config
1160 files looks more natural.
1161
1162 2003-02-01 Kevin Ryde <user42@zip.com.au>
1163
1164 * glossary.texi (Glossary): Correction to cl cross reference.
1165
1166 2003-01-20 Richard M. Stallman <rms@gnu.org>
1167
1168 * killing.texi (Rectangles): Document C-x c r.
1169
1170 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1171
1172 * xresources.texi (GTK resources): New node.
1173 (GTK widget names): New node.
1174 (GTK names in Emacs): New node.
1175 (GTK styles): New node.
1176
1177 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
1178
1179 * gnus.texi: Do not use `path' in several locations.
1180
1181 2003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
1182
1183 * maintaining.texi (Create Tags Table): Add reference to the new
1184 `etags --help --lang=LANG' option.
1185
1186 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1187
1188 * tramp.texi (External transfer methods): New method `smb'. From
1189 Michael Albinus.
1190
1191 2002-11-05 Karl Berry <karl@gnu.org>
1192
1193 * info.texi (Info-fontify): Reorder face list to avoid bad line
1194 breaks.
1195
1196 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1197
1198 * tramp.texi: Move @copying to standard place. Use
1199 @insertcopying.
1200
1201 2002-10-02 Karl Berry <karl@gnu.org>
1202
1203 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
1204 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi
1205 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
1206 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
1207 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
1208 Per rms, update all manuals to use @copying instead of @ifinfo.
1209 Also use @ifnottex instead of @ifinfo around the top node, where
1210 needed for the sake of the HTML output.
1211 (The Gnus manual is not fixed since it's not clear to me how it
1212 works; and the Tramp manual already uses @copying, although in an
1213 unusual way. All others were changed.)
1214
1215 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
1216
1217 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
1218 (../info/ses, ses.dvi): New targets.
1219 * ses.texi: New file.
1220
1221 2002-09-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1222
1223 * texinfo.tex: Update to texinfo 4.2.
1224
1225 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
1226
1227 * reftex.texi: Update to RefTeX 4.19.
1228
1229 2002-06-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1230
1231 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
1232 (../info/tramp, tramp.dvi): New targets.
1233
1234 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1235
1236 * Makefile.in (DVI_TARGETS): Add calc.dvi.
1237 (calc.dvi): Uncomment.
1238
1239 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
1240
1241 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
1242 source files.
1243
1244 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * Makefile.in (emacsman): New target.
1247
1248 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
1249
1250 * Makefile.in (INFO_TARGETS): Add ../info/calc.
1251 (../info/calc): New target.
1252
1253 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1254
1255 * (Version 21.1 released.)
1256
1257 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1258
1259 * Branch for 21.1.
1260
1261 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1262
1263 * Makefile.in (../info/info): Use an explicit -o switch to
1264 makeinfo.
1265
1266 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1267
1268 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
1269
1270 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
1271
1272 * Makefile.in (../info/idlwave): Use --no-split.
1273
1274 2000-12-14 Dave Love <fx@gnu.org>
1275
1276 * Makefile.in (mostlyclean): Remove gnustmp.*
1277 (gnus.dvi): Change rule to remove @latex stuff.
1278
1279 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
1280
1281 * Makefile.in (Speedbar): Add build targets for speedbar.texi.
1282
1283 2000-10-13 John Wiegley <johnw@gnu.org>
1284
1285 * Makefile.in: Add build targets for eshell.texi.
1286
1287 2000-09-25 Gerd Moellmann <gerd@gnu.org>
1288
1289 * Makefile.in: Remove/comment speedbar stuff.
1290
1291 2000-09-22 Dave Love <fx@gnu.org>
1292
1293 * Makefile.in: Add emacs-mime.
1294
1295 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1296
1297 * Makefile.in (INFO_TARGETS): Add ../info/woman.
1298 (DVI_TARGETS): Add woman.dvi.
1299 (../info/woman, woman.dvi): New targets.
1300
1301 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
1304
1305 * pcl-cvs.texi: New file.
1306 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
1307 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
1308
1309 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1310
1311 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
1312 (../info/ebrowse, ebrowse.dvi): New targets.
1313
1314 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1315
1316 * Makefile.in (INFO_TARGETS): Add eudc.
1317 (DVI_TARGETS): Add eudc.dvi.
1318 (../info/eudc, eudc.dvi): New targets.
1319
1320 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
1321
1322 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
1323 compatibility with 8+3 filesystems).
1324 (../info/efaq): Rename from emacs-faq.
1325
1326 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
1329 (../info/idlwave, idlwave.dvi): New targets.
1330
1331 1999-10-23 Dave Love <fx@gnu.org>
1332
1333 * Makefile.in: Use autotype.texi.
1334
1335 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
1338 faq.texi file) rather than ../info/faq.
1339
1340 1999-10-07 Gerd Moellmann <gerd@gnu.org>
1341
1342 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
1343 (../info/ada-mode, ada-mode.dvi): New targets.
1344
1345 1999-09-01 Dave Love <fx@gnu.org>
1346
1347 * Makefile.in: Add faq.
1348
1349 1999-07-12 Richard Stallman <rms@gnu.org>
1350
1351 * Version 20.4 released.
1352
1353 1998-12-04 Markus Rost <rost@delysid.gnu.org>
1354
1355 * Makefile.in (INFO_TARGETS): Delete customize.info.
1356 (DVI_TARGETS): Delete customize.dvi.
1357 (../info/customize, customize.dvi): Targets deleted.
1358
1359 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1360
1361 * Version 20.3 released.
1362
1363 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
1364
1365 * Makefile.in (EMACSSOURCES): Add mule.texi.
1366 Add msdog.texi, ack.texi. Remove gnu1.texi.
1367
1368 1998-04-06 Andreas Schwab <schwab@gnu.org>
1369
1370 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
1371 it in dvi targets.
1372 (../etc/GNU): Change to $(srcdir) first.
1373
1374 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
1375
1376 * reftex.texi: Update for RefTeX version 3.22.
1377
1378 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
1379
1380 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
1381 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
1382
1383 1997-09-23 Paul Eggert <eggert@twinsun.com>
1384
1385 * Makefile.in: Merge changes mistakenly made to `Makefile'.
1386 (INFO_TARGETS): Change ../info/custom to ../info/customize.
1387 (../info/customize): Rename from ../info/custom.
1388 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
1389
1390 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1391
1392 * Version 20.2 released.
1393
1394 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1395
1396 * Version 20.1 released.
1397
1398 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1399
1400 * Makefile (../info/customize, customize.dvi): New targets.
1401 (INFO_TARGETS): Add ../info/customize.
1402 (DVI_TARGETS): Add customize.dvi.
1403
1404 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1405
1406 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
1407
1408 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1409
1410 * Version 19.33 released.
1411
1412 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1413
1414 * Version 19.32 released.
1415
1416 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1417
1418 * Makefile.in: Add rules for the Message manual.
1419
1420 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1421
1422 * gnus.texi: New version.
1423
1424 * message.texi: New manual.
1425
1426 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1427
1428 * Makefile.in (All info targets): cd $(srcdir) to do the work.
1429
1430 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1431
1432 * Makefile.in (All info targets): Specify $(srcdir) in input files.
1433 Specify -I option.
1434 (All dvi targets): Set the TEXINPUTS variable.
1435
1436 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1437
1438 * Version 19.31 released.
1439
1440 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1441
1442 * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
1443 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
1444
1445 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1446
1447 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
1448 (INFO_TARGETS): Add ../info/cc-mode.
1449 (DVI_TARGETS): Add cc-mode.dvi.
1450
1451 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1452
1453 * Version 19.30 released.
1454
1455 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1456
1457 * gnus.texi: New file.
1458
1459 1995-11-04 Erik Naggum <erik@naggum.no>
1460
1461 * gnus.texi: File deleted.
1462
1463 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
1464
1465 * mh-e.texi: "Function Index" -> "Command Index" to work with
1466 Emacs 19.30 C-h C-k support of separately-documented commands.
1467
1468 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1469
1470 * Makefile.in (../info/ediff, ediff.dvi): New targets.
1471 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
1472
1473 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1474
1475 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
1476 (../info/viper, viper.dvi): New targets.
1477
1478 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
1479
1480 * dired-x.texi (Installation): Change the example to set
1481 buffer-local variables like dired-omit-files-p in
1482 dired-mode-hook.
1483
1484 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1485
1486 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
1487 (../info/mh-e, mh-e.dvi): New targets.
1488
1489 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
1490
1491 * Makefile.in (maintainer-clean): Rename from realclean.
1492
1493 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1494
1495 * Makefile.in: New file.
1496 * Makefile: File deleted.
1497
1498 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1499
1500 * Makefile (TEXINDEX_OBJS): Variable deleted.
1501 (texindex, texindex.o, getopt.o): Rules deleted.
1502 All deps on texindex deleted.
1503 (distclean): Don't delete texindex.
1504 (mostlyclean): Don't delete *.o.
1505 * texindex.c, getopt.c: Files deleted.
1506
1507 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1508
1509 * Version 19.26 released.
1510
1511 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
1512
1513 * Makefile (EMACSSOURCES): Exclude undo.texi.
1514
1515 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1516
1517 * Version 19.25 released.
1518
1519 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1520
1521 * Version 19.24 released.
1522
1523 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1524
1525 * Version 19.23 released.
1526
1527 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1528
1529 * Makefile: Delete spurious tab.
1530
1531 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1532
1533 * Makefile (.SUFFIXES): New rule.
1534
1535 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1536
1537 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
1538 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
1539
1540 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1541
1542 * Makefile (../info/sc): Rename frin sc.info.
1543 (../info/cl): Likewise.
1544 (INFO_TARGETS): Use new names.
1545
1546 1993-12-04 Richard Stallman (rms@srarc2)
1547
1548 * getopt.c: New file.
1549 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
1550 (getopt.o): New rule.
1551 (dvi): Don't depend on texindex.
1552 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
1553 Depend on texindex.
1554
1555 1993-12-03 Richard Stallman (rms@srarc2)
1556
1557 * Makefile (../info/sc.info): Rename from ../info/sc.
1558 (TEXI2DVI): New variable.
1559 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
1560 Add explicit commands.
1561 (TEXINDEX_OBJS): Delete duplicate getopt.o.
1562
1563 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1564
1565 * Version 19.22 released.
1566
1567 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1568
1569 * Makefile (TEXINDEX_OBJS): Delete spurious period.
1570
1571 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1572
1573 * Version 19.21 released.
1574
1575 1993-11-15 Paul Eggert (eggert@twinsun.com)
1576
1577 * man/Makefile (../info/cl.info): Rename from ../info/cl.
1578
1579 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1580
1581 * Makefile (../etc/GNU): New target.
1582 (EMACSSOURCES): Add gnu1.texi.
1583
1584 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1585
1586 * Makefile (realclean): Don't delete the Info files.
1587
1588 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
1589
1590 * forms.texi: Fix forms.texi so that it will format correctly.
1591 Add missing `@end iftex', fix bad reference.
1592
1593 * info.texi, info-stn.texi: New files implement texinfo version of
1594 `info' file.
1595
1596 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
1597 4' where appropriate.
1598
1599 1993-10-20 Brian Fox (bfox@ai.mit.edu)
1600
1601 * Makefile: Fix targets for texindex, new info.texi files.
1602 * info-stnd.texi: New file implements info for standalone info
1603 reader.
1604 * info.texi: Update to include recent changes to "../info/info".
1605 New source file for ../info/info; includes info-stnd.texi.
1606
1607 * texindex.c: Include "../src/config.h" if building in emacs.
1608
1609 * Makefile: Change all files to FILENAME.texi, force all targets
1610 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
1611 vip.texinfo, forms.texinfo, cl.texinfo.
1612 Add target to build texindex.c, defining `emacs'.
1613
1614 * forms.texi: Install new file to match version 2.3 of forms.el.
1615
1616 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1617
1618 * Version 19.19 released.
1619
1620 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
1621
1622 * sc.texinfo: Fix info file name.
1623
1624 * Makefile (info): Add gnus and sc.
1625 (dvi): Add gnus.dvi and sc.dvi.
1626 (../info/sc, sc.dvi): New targets.
1627
1628 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1629
1630 * Version 19.18 released.
1631
1632 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1633
1634 * Makefile: Fix source file names of the separate manuals.
1635 (gnus.dvi, ../info/gnus): New targets.
1636
1637 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1638
1639 * Version 19.17 released.
1640
1641 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1642
1643 * split-man: Fix typos in last change.
1644
1645 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1646
1647 * Version 19.16 released.
1648
1649 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1650
1651 * version 19.15 released.
1652
1653 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1654
1655 * Makefile (distclean): It's rm, not rf.
1656
1657 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1658
1659 * Version 19.14 released.
1660
1661 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1662
1663 * Makefile: New file.
1664
1665 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1666
1667 * Version 19.13 released.
1668
1669 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1670
1671 * Version 19.9 released.
1672
1673 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1674
1675 * Version 19.8 released.
1676
1677 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1678
1679 * cmdargs.texi: Document the -i, -itype, and -iconic options.
1680
1681 * trouble.texi: It's `enable-flow-control-on', not
1682 `evade-flow-control-on'.
1683
1684 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1685
1686 * display.texi: Document standard-display-european.
1687
1688 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1689
1690 * Version 19.7 released.
1691
1692 * emacs.texi: Add a sentence to the top menu mentioning the
1693 specific version of Emacs this manual applies to.
1694
1695 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1696
1697 * basic.texi: Document next-line-add-lines variable used to
1698 implement down-arrow.
1699
1700 * killing.texi: Document kill-whole-line.
1701
1702 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1703
1704 * text.texi: Update unix TeX ordering information.
1705
1706 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1707
1708 * news.texi: Mention fill-rectangle in keybinding list.
1709
1710 * killing.texi: Document fill-rectangle.
1711
1712 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1713
1714 * vc.texi: Bring the docs up to date with VC 5.2.
1715
1716 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1717
1718 * emacs.tex: Mention blackbox and gomoku under Amusements.
1719 Assembler mode is now mentioned and appropriately indexed
1720 under Programming Modes.
1721
1722 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
1723
1724 * emacs.tex: Update TeX ordering information.
1725
1726 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
1727
1728 * gnus.texinfo: New file. Removed installation instructions.
1729
1730 1990-06-26 David Lawrence (tale@geech)
1731
1732 * emacs.tex: Note that completion-ignored-extensions is not used
1733 to filter out names when all completions are displayed in
1734 *Completions*.
1735
1736 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1737
1738 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
1739
1740 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
1741
1742 * emacs.tex: Add @findex grep.
1743
1744 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1745
1746 * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
1747 then define `\sc' as the command for smallcaps in Texinfo. This
1748 means that the @sc command will produce small caps. bfox has
1749 made the corresponding change to makeinfo and texinfm.el.
1750
1751 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1752
1753 * emacs.tex: Correct two typos. No other changes before
1754 Version 19 will be made.
1755
1756 * vip.texinfo: Remove menu entry Adding Lisp Code in node
1757 Customization since the menu entry did not point to anything.
1758 Also add an @finalout command to remove overfull hboxes from the
1759 printed output.
1760
1761 * cl.texinfo: Add @bye, \input line and @settitle to file.
1762 This file is clearly intended to be a chapter of some other work,
1763 but the other work does not yet exist.
1764
1765 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1766
1767 * texinfo.texinfo: Three typos corrected.
1768
1769 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1770
1771 * emacs.tex: Update information for obtaining TeX distribution from the
1772 University of Washington.
1773
1774 ;; Local Variables:
1775 ;; coding: iso-2022-7bit
1776 ;; End:
1777
1778 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
1779 Free Software Foundation, Inc.
1780 Copying and distribution of this file, with or without modification,
1781 are permitted provided the copyright notice and this notice are preserved.
1782
1783 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd