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