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