*** empty log message ***
[bpt/emacs.git] / man / ChangeLog
1 2004-03-04 Richard M. Stallman <rms@gnu.org>
2
3 * search.texi (Regexps): Explain that ^ and $ have their
4 special meanings only in certain contexts.
5
6 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7
8 * mule.texi (Specify Coding): Doc C-x RET F.
9
10 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
11 for multiple compile and grep buffers.
12 (Indirect Buffers): Don't recommand clone-indirect-buffer
13 for multiple compile and grep buffers.
14
15 2004-02-29 Simon Josefsson <jas@extundo.com>
16
17 * smtpmail.texi (Authentication): Changed the list of supported
18 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
19 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
20 <voegelas@gmx.net>.
21
22 2004-02-29 Juanma Barranquero <lektu@terra.es>
23
24 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
25 $(DEL) instead of rm, and ignore exit code.
26
27 2004-02-29 Kai Grossjohann <kgrossjo@eu.uu.net>
28
29 Tramp version 2.0.39 released.
30
31 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
32
33 * tramp.texi (Customizing Completion): Explain new functions
34 `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
35 (all): Savannah URLs unified to "http://savannah.nongnu.org".
36 (Top): Refer to Savannah mailing list as the major one. Mention
37 older mailing lists in HTML mode only.
38 (Auto-save and Backup): Add auto-save. Based on wording of Kai.
39 (Frequently Asked Questions): Remote hosts must not be Unix-like
40 for "smb" method.
41 (Password caching): New node.
42 (External transfer methods): Refer to password caching for "smb"
43 method.
44
45 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
46
47 * building.texi (Watch Expressions): Update.
48
49 2004-02-21 Juri Linkov <juri@jurta.org>
50
51 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
52 --directory, --help, --version. Move text about command-line-args
53 to Command Arguments.
54 (Initial Options): Remove alias -batch. Add @cindex for --script.
55 Fix @cindex for -q. Add --no-desktop. Add alias --no-multibyte,
56 --no-unibyte.
57 (Window Size X): Join -g and --geometry. Add @cindex.
58 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
59 (Title X): Remove alias -title.
60 (Icons X): Remove alias -iconic.
61 (Misc X): New node.
62
63 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
64
65 * frames.texi (Drag and drop): Add Motif to list of supported
66 protocols.
67
68 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
69
70 * ses.texi (Advanced Features): New functionality for
71 ses-set-header-row (defaults to current row unless C-u used).
72 (Acknowledgements): Added Stefan Monnier.
73
74 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
75
76 * frames.texi (Drag and drop): New section.
77
78 2004-01-24 Richard M. Stallman <rms@gnu.org>
79
80 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
81 Include it only @ifnotinfo. Patch the preceding and following
82 node headers to point to each other.
83
84 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
85
86 * calendar.texi (Appointments): Update section.
87
88 2003-12-29 Kevin Ryde <user42@zip.com.au>
89
90 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
91
92 * programs.texi (C Modes): Fix the xref.
93
94 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
95
96 * building.texi (Watch Expressions): Update.
97 (Commands of GUD): Include use of toolbar + breakpoints set from
98 fringe/margin.
99
100 2003-12-03 Andre Spiegel <spiegel@gnu.org>
101
102 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
103 <acm@muc.de>.
104
105 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
106
107 Tramp version 2.0.38 released.
108
109 * tramp.texi (Remote shell setup): Warn of environment variables
110 FRUMPLE if user frumple exists. Suggested by Sven Gabriel
111 <sven.gabriel@imk.fzk.de>.
112 (Configuration): Tramp now chooses base64/uuencode
113 automatically. Update wording accordingly.
114 (Top): More description for the `Default Method' menu entry.
115 (Default Method): Use @code, not @var, for Lisp variables.
116 (Default Method): New subsection `Which method is the right one
117 for me?' Suggested by Christian Kirsch.
118 (Configuration): Pointer to new subsection added.
119 (Default Method): Too many "use" in one sentence.
120 Rephrase. Reported by Christian Kirsch.
121 (Filename Syntax): Old `su' example is probably a left-over from
122 the sm/su method naming. Replace with `ssh', instead.
123 (External transfer methods, Auto-save and Backup):
124 Typo fixes.
125
126 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de>
127
128 * tramp.texi (all): Harmonize all occurences of @tramp{}.
129 (Top): Mention japanese manual only if flag `jamanual' is set.
130 Insert section `Japanese manual' in menu.
131
132 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
133
134 * frames.texi (Dialog Boxes): Added use-file-dialog.
135
136 2003-11-26 Thien-Thi Nguyen <ttn@gnu.org>
137
138 * eshell.texi (Known Problems): Add doc item.
139
140 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
141
142 * ack.texi: Note that Alan Mackenzie contributed the AWK support
143 in CC Mode.
144
145 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
146
147 * cc-mode.texi: Updated for CC Mode 5.30.
148
149 Note: Please refrain from doing purely cosmetic changes like
150 removing trailing whitespace in this manual; it clobbers cvs
151 merging for no good reason.
152
153 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
154
155 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
156 * man/commands.texi, man/custom.texi, man/display.texi:
157 * man/ediff.texi, man/emacs.texi, man/faq.texi, man/files.texi:
158 * man/frames.texi, man/glossary.texi, man/killing.texi:
159 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
160 * man/mule.texi, man/rmail.texi, man/search.texi:
161 * man/sending.texi, man/text.texi, man/tramp.texi:
162 * man/trouble.texi, man/vip.texi, man/viper.texi, man/widget.texi:
163 * man/woman.texi: Replace @sc{ascii} and ASCII with @acronym{ASCII}.
164
165 2003-11-01 Alan Mackenzie <acm@muc.de>
166
167 * search.texi (Scrolling During Incremental Search): Document a
168 new scrolling facility in isearch mode.
169
170 2003-10-26 Karl Berry <karl@gnu.org>
171
172 * info.texi (Info Search): echo area, not echo are. From Debian
173 diff.
174
175 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
176
177 * widget.texi (Defining New Widgets): Document new beavior of
178 :buttons and :children keywords.
179
180 2003-10-22 Miles Bader <miles@gnu.org>
181
182 * Makefile.in (info): Move before $(top_srcdir)/info.
183
184 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
185
186 * building.texi (Watch Expressions): Update section on data display
187 to reflect code changes (GDB Graphical Interface).
188
189 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
190
191 * tramp.texi (Inline methods): Small grammar fix.
192 (External transfer methods): Likewise.
193
194 2003-10-13 Richard M. Stallman <rms@gnu.org>
195
196 * xresources.texi (GTK resources): Clean up previous change.
197
198 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
199
200 * xresources.texi (GTK resources): Added a note that some themes
201 disallow customizations. Added scroll theme example.
202
203 2003-10-08 Nick Roberts <nick@nick.uklinux.net>
204
205 * speedbar.texi: Remove paragraph for GUD that is no longer true.
206
207 2003-10-06 Luc Teirlinck <teirllm@auburn.edu>
208
209 * texinfo.tex: Replace `%' in arch tagline by @ignore.
210
211 2003-09-30 Richard M. Stallman <rms@gnu.org>
212
213 * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
214
215 * widget.texi (User Interface): Fix typos.
216
217 * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
218
219 * cmdargs.texi (General Variables): Remove MAILRC envvar.
220
221 * misc.texi (Saving Emacs Sessions): Shorten the section,
222 collapsing back into one node.
223
224 2003-09-30 Lars Hansen <larsh@math.ku.dk>
225
226 * misc.texi: Section "Saving Emacs Sessions" rewritten.
227
228 2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se>
229
230 * xresources.texi (GTK names in Emacs): Correct typo.
231
232 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
233
234 * pcl-cvs.texi (Selected Files): Fix typo.
235
236 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
237
238 * cmdargs.texi (Font X): Mention new default font. More
239 fully describe long font names, wildcard patterns and the
240 problems involved. (Result of discussion on emacs-devel.)
241
242 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
243
244 * emacs.texi (Acknowledgements): Correct typo.
245
246 2003-09-22 Richard M. Stallman <rms@gnu.org>
247
248 * dired.texi (Misc Dired Commands): New node.
249 (Dired Navigation): Add dired-goto-file.
250
251 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
252
253 * emacs.texi (Acknowledgements): New node, split from Distribution.
254
255 * cmdargs.texi (Action Arguments): -f reads interactive args.
256
257 2003-09-21 Karl Berry <karl@gnu.org>
258
259 * info.texi (] and [ commands): no period at end of section title.
260
261 2003-09-08 Lute Kamstra <lute@gnu.org>
262
263 * screen.texi (Mode Line): Say that POS comes before LINE.
264 Mention `size-indication-mode'.
265 * display.texi (Optional Mode Line): Document
266 `size-indication-mode'.
267 * basic.texi (Position Info): Mention `size-indication-mode'.
268
269 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
270
271 * xresources.texi (Resources): Refer to `editres' man page.
272 (Lucid Resources): Update defaults. Expand desciption of
273 `shadowThickness'.
274
275 2003-09-04 Miles Bader <miles@gnu.org>
276
277 * Makefile.in (top_srcdir): New variable.
278 ($(top_srcdir)/info): New rule.
279 (info): Depend on it.
280
281 2003-09-03 Peter Runestig <peter@runestig.com>
282
283 * makefile.w32-in: New file.
284
285 2003-08-29 Richard M. Stallman <rms@gnu.org>
286
287 * misc.texi (Saving Emacs Sessions): Correct previous change.
288
289 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
290
291 * widget.texi (User Interface): Explain the need of static text
292 around an editable field.
293
294 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
295
296 * widget.texi (Basic Types): The argument to `:help-echo' can now
297 be a form that evaluates to a string.
298
299 * emacs.texi (Top): Update menu to reflect new Keyboard Macros
300 chapter.
301 (Intro): Include kmacro.texi after fixit.texi instead of after
302 custom.texi. (As suggested by Kim Storm.)
303
304 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
305
306 * fixit.texi (Fixit): Update `Next' pointer.
307 * files.texi (Files): Update `Previous' pointer.
308 * kmacro.texi (Keyboard Macros): Remove redundant node and
309 section.
310 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
311 (Suggested by Kim Storm.)
312 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
313 Storm.)
314
315 2003-08-18 Kim F. Storm <storm@cua.dk>
316
317 * kmacro.texi: New file describing enhanced keyboard macro
318 functionality. Replaces old description in custom.texi.
319
320 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
321 (Keyboard Macros): Move to new kmacro.texi file.
322
323 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
324
325 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
326
327 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
328
329 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
330
331 2003-08-17 Alex Schroeder <alex@gnu.org>
332
333 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
334 required.
335
336 2003-08-16 Richard M. Stallman <rms@gnu.org>
337
338 * dired-x.texi (Shell Command Guessing): Explain *.
339
340 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
341
342 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
343 log-edit-insert-changelog.
344
345 2003-08-05 Richard M. Stallman <rms@gnu.org>
346
347 * programs.texi (Lisp Indent): Don't describe
348 lisp-indent-function property here. Use xref to Lisp Manual.
349
350 2003-08-03 Karl Berry <karl@gnu.org>
351
352 * info.texi: need @contents.
353
354 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
355
356 * calendar.texi (Date Formats): Document changed behaviour of
357 abbreviations.
358
359 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
360
361 * buffers.texi (List Buffers): Fix previous change.
362
363 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
364
365 Tramp version 2.0.36 released.
366
367 * tramp.texi (Remote shell setup): Explain about problems with
368 non-Bourne commands in ~/.profile and ~/.shrc.
369
370 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
371
372 * buffers.texi (List Buffers): Adjust to new format of *Buffer
373 List*.
374
375 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
376
377 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
378 renaming of `vis-mode' to `visible-mode'.
379
380 * display.texi (Font Lock): Fix typo.
381
382 2003-07-07 Richard M. Stallman <rms@gnu.org>
383
384 * display.texi (Font Lock): Add xref for format info on
385 font-lock-remove-keywords.
386
387 * building.texi (Compilation): Document what happens with asynch
388 children of compiler process.
389
390 * help.texi (Library Keywords): Use @multitable.
391
392 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
393
394 * info.texi (Top, Help-Small-Screen): Remove accidentally added
395 next, prev and up pointers.
396
397 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
398
399 * info.texi (Help): Mention existence of Emacs and stand-alone
400 Info at the very beginning of the tutorial.
401 (Help-Inv): New node.
402 (Help-]): New node.
403 (Help-M): Systematically point out the differences between default
404 Emacs and stand-alone versions. Delete second menu.
405 (Help-Xref): Systematically point out the differences between
406 default Emacs and stand-alone versions.
407 (Help-Int): Change `l' example.
408 (Expert Info): Fix typos.
409 (Emacs Info Variables): Mention `Info-hide-note-references' and
410 new default for `Info-scroll-prefer-subnodes'.
411
412 2003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
413
414 Version 2.0.35 of Tramp released.
415
416 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
417 (Inline methods): Add methods `remsh' and `plink1'.
418 (External transfer methods): Add method `remcp'.
419 (Multi-hop Methods): Add method `remsh'.
420 Small patch from Adrian Aichner <adrian@xemacs.org>:
421 Fix minor typos.
422 (Concept Index): Added to make manual searchable via
423 `Info-index'.
424 (Version Control): Add cindex entry.
425
426 2003-06-04 Richard M. Stallman <rms@gnu.org>
427
428 * programs.texi (Expressions): Delete C-M-DEL.
429
430 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
431 comint-move-point-for-output renamed from
432 comint-scroll-to-bottom-on-output.
433
434 * custom.texi (Init Rebinding): Replace previous change with xref.
435 (Non-ASCII Rebinding): Explain that issue more briefly here.
436
437 2003-05-28 Richard M. Stallman <rms@gnu.org>
438
439 * indent.texi (Indentation): Condense, simplify, clarify prev change.
440
441 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
442
443 * building.texi (GDB Graphical Interface): New node.
444 (Rewritten somewhat by RMS.)
445
446 2003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
447
448 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
449 non-English letters. Explain how to set coding systems correctly
450 and how to include the right coding cookie in the file.
451
452 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
453
454 * trampver.texi: Version 2.0.34 released.
455
456 2003-05-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
457
458 * indent.texi (Indentation): Explain the concepts.
459 (Just Spaces): Explain why preventing tabs for indentation might
460 be useful.
461
462 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
463
464 * faq.texi: Improve previous changes.
465
466 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
467
468 * faq.texi: Update copyright and maintenance details.
469 Update some package URLs, versions, and maintainers.
470 Remove many references to the Emacs Lisp Archive.
471
472 2003-04-23 Simon Josefsson <jas@extundo.com>
473
474 * smtpmail.texi: Fix license (the invariant sections mentioned has
475 never been part of the smtp manual). Align info dir entry with
476 other emacs packages.
477
478 2003-04-16 Richard M. Stallman <rms@gnu.org>
479
480 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
481
482 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
483
484 * tramp.texi: Version 2.0.33 released.
485 Remove installation chapter. Remove XEmacs specifics.
486
487 2003-03-29 Richard M. Stallman <rms@gnu.org>
488
489 * tramp.texi (Top): Undo the previous renaming.
490 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.
491
492 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
493
494 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
495 version of manual.
496
497 * tramp.texi (Auto-save and Backup): New node.
498
499 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
500
501 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
502 Emacs" in order to have better differentiation to "XEmacs".
503 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
504 are new macros in order to point to the other Emacs flavor where
505 appropriate. In info case, point to node `Installation' in order
506 to explain how to generate the other way. In html case, make a
507 link to the other html file.
508 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
509 after CVS checkout/update.
510 (Installation): Completely rewritten.
511 (Installation parameters, Load paths): New sections under
512 `Installation'.
513
514 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
515
516 * tramp.texi: Version 2.0.30 released.
517 Replace word "path" with "localname" where used as a component of
518 a Tramp file name.
519
520 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
521
522 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
523 introduced.
524 (Installation): Explain what to do if files from the tramp/contrib
525 directory are needed.
526
527 2003-02-23 Alex Schroeder <alex@emacswiki.org>
528
529 * smtpmail.texi (How Mail Works): New.
530
531 2003-02-22 Alex Schroeder <alex@emacswiki.org>
532
533 * cmdargs.texi (General Variables): Document SMTPSERVER.
534
535 * smtpmail.texi: New file.
536
537 * sending.texi: Remove SMTP node.
538 (Mail Sending): Describe `send-mail-function'. Link to SMTP
539 library.
540
541 * Makefile.in: Build SMTP manual.
542
543 2003-02-22 Alex Schroeder <alex@emacswiki.org>
544
545 * sending.texi (Sending via SMTP): Explain MTA/MUA.
546
547 2003-02-22 Simon Josefsson <jas@extundo.com>
548
549 * sending.texi (Mail Methods): Add node about SMTP.
550
551 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
552
553 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
554
555 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
556
557 * tramp.texi: Version 2.0.29 released.
558 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
559 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
560
561 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
562
563 * tramp.texi (Frequently Asked Questions): Explain a workaround if
564 another package loads accidently Ange-FTP.
565
566 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
567
568 * tramp.texi (Customizing Completion): Add function
569 `tramp-parse-sconfig'. Change example of
570 `tramp-set-completion-function', because parsing of ssh config
571 files looks more natural.
572
573 2003-02-01 Kevin Ryde <user42@zip.com.au>
574
575 * glossary.texi (Glossary): Correction to cl cross reference.
576
577 2003-01-20 Richard M. Stallman <rms@gnu.org>
578
579 * killing.texi (Rectangles): Document C-x c r.
580
581 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
582
583 * xresources.texi (GTK resources): New node.
584 (GTK widget names): New node.
585 (GTK names in Emacs): New node.
586 (GTK styles): New node.
587
588 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
589
590 * gnus.texi: Do not use `path' in several locations.
591
592 2003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
593
594 * maintaining.texi (Create Tags Table): Added reference to the new
595 `etags --help --lang=LANG' option.
596
597 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
598
599 * tramp.texi (External transfer methods): New method `smb'. From
600 Michael Albinus.
601
602 2002-11-05 Karl Berry <karl@gnu.org>
603
604 * info.texi (Info-fontify): reorder face list to avoid bad line
605 breaks.
606
607 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
608
609 * tramp.texi: Move @copying to standard place. Use
610 @insertcopying.
611
612 2002-10-02 Karl Berry <karl@gnu.org>
613
614 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
615 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi
616 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
617 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
618 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
619 Per rms, update all manuals to use @copying instead of @ifinfo.
620 Also use @ifnottex instead of @ifinfo around the top node, where
621 needed for the sake of the HTML output.
622 (The gnus manual is not fixed since it's not clear to me how it
623 works; and the tramp manual already uses @copying, although in an
624 unusual way. All others were changed.)
625
626 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
627
628 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
629 (../info/ses, ses.dvi): New targets.
630 * ses.texi: New file.
631
632 2002-09-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
633
634 * texinfo.tex: Updated to texinfo 4.2.
635
636 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
637
638 * reftex.texi: Update to RefTeX 4.19.
639
640 2002-06-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
641
642 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
643 (../info/tramp, tramp.dvi): New targets.
644
645 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * Makefile.in (DVI_TARGETS): Add calc.dvi.
648 (calc.dvi): Uncomment.
649
650 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
651
652 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
653 source files.
654
655 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
656
657 * Makefile.in (emacsman): New target.
658
659 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
660
661 * Makefile.in (INFO_TARGETS): Add ../info/calc.
662 (../info/calc): New target.
663
664 2001-10-20 Gerd Moellmann <gerd@gnu.org>
665
666 * (Version 21.1 released.)
667
668 2001-10-05 Gerd Moellmann <gerd@gnu.org>
669
670 * Branch for 21.1.
671
672 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * Makefile.in (../info/info): Use an explicit -o switch to
675 makeinfo.
676
677 2001-03-05 Gerd Moellmann <gerd@gnu.org>
678
679 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
680
681 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
682
683 * Makefile.in (../info/idlwave): Use --no-split.
684
685 2000-12-14 Dave Love <fx@gnu.org>
686
687 * Makefile.in (mostlyclean): Remove gnustmp.*
688 (gnus.dvi): Change rule to remove @latex stuff.
689
690 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
691
692 * Makefile.in (Speedbar): Added build targets for speedbar.texi.
693
694 2000-10-13 John Wiegley <johnw@gnu.org>
695
696 * Makefile.in: Added build targets for eshell.texi.
697
698 2000-09-25 Gerd Moellmann <gerd@gnu.org>
699
700 * Makefile.in: Remove/comment speedbar stuff.
701
702 2000-09-22 Dave Love <fx@gnu.org>
703
704 * Makefile.in: Add emacs-mime.
705
706 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
707
708 * Makefile.in (INFO_TARGETS): Add ../info/woman.
709 (DVI_TARGETS): Add woman.dvi.
710 (../info/woman, woman.dvi): New targets.
711
712 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
713
714 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
715
716 * pcl-cvs.texi: New file.
717 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
718 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
719
720 2000-05-11 Gerd Moellmann <gerd@gnu.org>
721
722 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
723 (../info/ebrowse, ebrowse.dvi): New targets.
724
725 2000-01-13 Gerd Moellmann <gerd@gnu.org>
726
727 * Makefile.in (INFO_TARGETS): Add eudc.
728 (DVI_TARGETS): Add eudc.dvi
729 (../info/eudc, eudc.dvi): New targets.
730
731 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
734 compatibility with 8+3 filesystems).
735 (../info/efaq): Renamed from emacs-faq.
736
737 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
738
739 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
740 (../info/idlwave, idlwave.dvi): New targets.
741
742 1999-10-23 Dave Love <fx@gnu.org>
743
744 * Makefile.in: Use autotype.texi.
745
746 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
747
748 * Makefile.in (faq): use ../info/emacs-faq.info (as specified in the
749 faq.texi file) rather than ../info/faq.
750
751 1999-10-07 Gerd Moellmann <gerd@gnu.org>
752
753 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
754 (../info/ada-mode, ada-mode.dvi): New targets.
755
756 1999-09-01 Dave Love <fx@gnu.org>
757
758 * Makefile.in: Add faq.
759
760 1999-07-12 Richard Stallman <rms@gnu.org>
761
762 * Version 20.4 released.
763
764 1998-12-04 Markus Rost <rost@delysid.gnu.org>
765
766 * Makefile.in (INFO_TARGETS): Delete customize.info.
767 (DVI_TARGETS): Delete customize.dvi.
768 (../info/customize, customize.dvi): Targets deleted.
769
770 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
771
772 * Version 20.3 released.
773
774 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
775
776 * Makefile.in (EMACSSOURCES): Add mule.texi.
777 Add msdog.texi, ack.texi. Remove gnu1.texi.
778
779 1998-04-06 Andreas Schwab <schwab@gnu.org>
780
781 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
782 it in dvi targets.
783 (../etc/GNU): Change to $(srcdir) first.
784
785 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
786
787 * reftex.texi Updated for RefTeX version 3.22.
788
789 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
790
791 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
792 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
793
794 1997-09-23 Paul Eggert <eggert@twinsun.com>
795
796 * Makefile.in: Merge changes mistakenly made to `Makefile'.
797 (INFO_TARGETS): Change ../info/custom to ../info/customize.
798 (../info/customize): Renamed from ../info/custom.
799 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
800
801 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
802
803 * Version 20.2 released.
804
805 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
806
807 * Version 20.1 released.
808
809 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
810
811 * Makefile (../info/customize, customize.dvi): New targets.
812 (INFO_TARGETS): Add ../info/customize.
813 (DVI_TARGETS): Add customize.dvi.
814
815 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
816
817 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
818
819 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
820
821 * Version 19.33 released.
822
823 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
824
825 * Version 19.32 released.
826
827 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
828
829 * Makefile.in: Add rules for the Message manual.
830
831 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
832
833 * gnus.texi: New version.
834
835 * message.texi: New manual.
836
837 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
838
839 * Makefile.in (All info targets): cd $(srcdir) to do the work.
840
841 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
842
843 * Makefile.in (All info targets): Specify $(srcdir) in input files.
844 Specify -I option.
845 (All dvi targets): Set the TEXINPUTS variable.
846
847 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
848
849 * Version 19.31 released.
850
851 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
852
853 * Makefile.in (../info/ccmode): Renamed from ../info/cc-mode.
854 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
855
856 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
857
858 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
859 (INFO_TARGETS): Add ../info/cc-mode.
860 (DVI_TARGETS): Add cc-mode.dvi.
861
862 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
863
864 * Version 19.30 released.
865
866 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
867
868 * gnus.texi: New file.
869
870 1995-11-04 Erik Naggum <erik@naggum.no>
871
872 * gnus.texi: File deleted.
873
874 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
875
876 * mh-e.texi: "Function Index" -> "Command Index" to work with
877 Emacs 19.30 C-h C-k support of separately-documented commands.
878
879 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
880
881 * Makefile.in (../info/ediff, ediff.dvi): New targets.
882 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
883
884 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
885
886 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
887 (../info/viper, viper.dvi): New targets.
888
889 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
890
891 * dired-x.texi (Installation): Change the example to set
892 buffer-local variables like dired-omit-files-p in
893 dired-mode-hook.
894
895 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
896
897 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
898 (../info/mh-e, mh-e.dvi): New targets.
899
900 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
901
902 * Makefile.in (maintainer-clean): Renamed from realclean.
903
904 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
905
906 * Makefile.in: New file.
907 * Makefile: File deleted.
908
909 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
910
911 * Makefile (TEXINDEX_OBJS): Variable deleted.
912 (texindex, texindex.o, getopt.o): Rules deleted.
913 All deps on texindex deleted.
914 (distclean): Don't delete texindex.
915 (mostlyclean): Don't delete *.o.
916 * texindex.c, getopt.c: Files deleted.
917
918 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
919
920 * Version 19.26 released.
921
922 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
923
924 * Makefile (EMACSSOURCES): Exclude undo.texi.
925
926 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
927
928 * Version 19.25 released.
929
930 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
931
932 * Version 19.24 released.
933
934 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
935
936 * Version 19.23 released.
937
938 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
939
940 * Makefile: Delete spurious tab.
941
942 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
943
944 * Makefile (.SUFFIXES): New rule.
945
946 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
947
948 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
949 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
950
951 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
952
953 * Makefile (../info/sc): Renamed frin sc.info.
954 (../info/cl): Likewise.
955 (INFO_TARGETS): Use new names.
956
957 1993-12-04 Richard Stallman (rms@srarc2)
958
959 * getopt.c: New file.
960 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
961 (getopt.o): New rule.
962 (dvi): Don't depend on texindex.
963 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
964 Depend on texindex.
965
966 1993-12-03 Richard Stallman (rms@srarc2)
967
968 * Makefile (../info/sc.info): Renamed from ../info/sc.
969 (TEXI2DVI): New variable.
970 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
971 Add explicit commands.
972 (TEXINDEX_OBJS): Delete duplicate getopt.o.
973
974 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
975
976 * Version 19.22 released.
977
978 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
979
980 * Makefile (TEXINDEX_OBJS): Delete spurious period.
981
982 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
983
984 * Version 19.21 released.
985
986 1993-11-15 Paul Eggert (eggert@twinsun.com)
987
988 * man/Makefile (../info/cl.info): Renamed from ../info/cl.
989
990 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
991
992 * Makefile (../etc/GNU): New target.
993 (EMACSSOURCES): Add gnu1.texi.
994
995 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
996
997 * Makefile (realclean): Don't delete the Info files.
998
999 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
1000
1001 * forms.texi: Fix forms.texi so that it will format correctly.
1002 Added missing `@end iftex', fixed bad reference.
1003
1004 * info.texi, info-stn.texi: New files implement texinfo version of
1005 `info' file.
1006
1007 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
1008 4' where appropriate.
1009
1010 1993-10-20 Brian Fox (bfox@ai.mit.edu)
1011
1012 * Makefile: Fix targets for texindex, new info.texi files.
1013 * info-stnd.texi: New file implements info for standalone info
1014 reader.
1015 * info.texi: Updated to include recent changes to "../info/info".
1016 New source file for ../info/info; includes info-stnd.texi.
1017
1018 * texindex.c: Include "../src/config.h" if building in emacs.
1019
1020 * Makefile: Change all files to FILENAME.texi, force all targets
1021 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
1022 vip.texinfo, forms.texinfo, cl.texinfo.
1023 Add target to build texindex.c, defining `emacs'.
1024
1025 * forms.texi: Install new file to match version 2.3 of forms.el.
1026
1027 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1028
1029 * Version 19.19 released.
1030
1031 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
1032
1033 * sc.texinfo: Fix info file name.
1034
1035 * Makefile (info): Added gnus and sc.
1036 (dvi): Added gnus.dvi and sc.dvi.
1037 (../info/sc, sc.dvi): New targets.
1038
1039 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1040
1041 * Version 19.18 released.
1042
1043 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1044
1045 * Makefile: Fix source file names of the separate manuals.
1046 (gnus.dvi, ../info/gnus): New targets.
1047
1048 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1049
1050 * Version 19.17 released.
1051
1052 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1053
1054 * split-man: Fix typos in last change.
1055
1056 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1057
1058 * Version 19.16 released.
1059
1060 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1061
1062 * version 19.15 released.
1063
1064 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1065
1066 * Makefile (distclean): It's rm, not rf.
1067
1068 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1069
1070 * Version 19.14 released.
1071
1072 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1073
1074 * Makefile: New file.
1075
1076 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1077
1078 * Version 19.13 released.
1079
1080 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1081
1082 * Version 19.9 released.
1083
1084 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1085
1086 * Version 19.8 released.
1087
1088 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1089
1090 * cmdargs.texi: Document the -i, -itype, and -iconic options.
1091
1092 * trouble.texi: It's `enable-flow-control-on', not
1093 `evade-flow-control-on'.
1094
1095 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1096
1097 * display.texi: Document standard-display-european.
1098
1099 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1100
1101 * Version 19.7 released.
1102
1103 * emacs.texi: Add a sentence to the top menu mentioning the
1104 specific version of Emacs this manual applies to.
1105
1106 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1107
1108 * basic.texi: Documented next-line-add-lines variable used to
1109 implement down-arrow.
1110
1111 * killing.texi: Documented kill-whole-line.
1112
1113 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1114
1115 * text.texi: Updated unix TeX ordering information.
1116
1117 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1118
1119 * news.texi: Mentioned fill-rectangle in keybinding list.
1120
1121 * killing.texi: Documented fill-rectangle.
1122
1123 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1124
1125 * vc.texi: Brought the docs up to date with VC 5.2.
1126
1127 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1128
1129 * emacs.tex: Mentioned blackbox and gomoku under Amusements.
1130 Assembler mode is now mentioned and appropriately
1131 indexed under Programming Modes.
1132
1133 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
1134
1135 * emacs.tex: Updated TeX ordering information.
1136
1137 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
1138
1139 * gnus.texinfo: New file. Removed installation instructions.
1140
1141 1990-06-26 David Lawrence (tale@geech)
1142
1143 * emacs.tex: Noted that completion-ignored-extensions is not used
1144 to filter out names when all completions are displayed in
1145 *Completions*.
1146
1147 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1148
1149 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
1150
1151 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
1152
1153 * emacs.tex: Add @findex grep.
1154
1155 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1156
1157 * texinfo.tex: Changed spelling of `\sc' font to `\smallcaps' and
1158 then defined `\sc' as the command for smallcaps in Texinfo. This
1159 measns that the @sc command will produce small caps. bfox has
1160 made the corresponding change to makeinfo and texinfm.el.
1161
1162 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1163
1164 * emacs.tex: Corrected two typos. No other changes before
1165 Version 19 will be made.
1166
1167 * vip.texinfo: Removed menu entry Adding Lisp Code in node
1168 Customization since the menu entry did not point to anything.
1169 Also added an @finalout command to remove overfull hboxes from the
1170 printed output.
1171
1172 * cl.texinfo: Added @bye, \input line and @settitle to file.
1173 This file is clearly intended to be a chapter of some other work,
1174 but the other work does not yet exist.
1175
1176 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1177
1178 * texinfo.texinfo: Three typos corrected.
1179
1180 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
1181
1182 * emacs.tex: Update information for obtaining TeX distribution from the
1183 University of Washington.
1184
1185 ;; Local Variables:
1186 ;; coding: iso-2022-7bit
1187 ;; End:
1188
1189 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
1190 Free Software Foundation, Inc.
1191 Copying and distribution of this file, with or without modification,
1192 are permitted provided the copyright notice and this notice are preserved.
1193
1194 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd