Clarify last change.
[bpt/emacs.git] / doc / emacs / ChangeLog
1 2009-06-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * building.texi (Lisp Libraries): Add example of changing
4 load-path (Bug#3446).
5
6 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
7
8 * mark.texi (Mark): Further clarifications.
9 (Setting Mark): Emphasize that C-SPC activates the mark.
10
11 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
12
13 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
14 Mark mode.
15 (Using Region, Persistent Mark): Use "active mark" instead of "active
16 region".
17
18 2009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
19
20 * mule.texi (Select Input Method): Fix typo.
21
22 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
23
24 * anti.texi (Antinews): Document completion changes. Some additional
25 copyedits and rearrangement of entries.
26
27 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
28
29 * misc.texi (Interactive Shell, Saving Emacs Sessions)
30 (Shell History Copying, Terminal emulator): Copyedits.
31
32 * xresources.texi (Resources): Simplify descriptions. Shorten
33 description of editres, which is not very useful these days.
34 (Table of Resources): Document fontBackend resource.
35
36 * trouble.texi (Quitting): Add other undo bindings to table.
37 (DEL Does Not Delete): Note that the erasure key is usually labelled
38 "Backspace". Remove discussion of obscure Xmodmap issue.
39
40 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
41
42 * files.texi (Visiting): Copyedits.
43
44 2009-05-06 Chong Yidong <cyd@stupidchicken.com>
45
46 * basic.texi (Inserting Text): Document ucs-insert.
47
48 * mule.texi (International Chars): Define "multibyte". Note that
49 internal representation is unicode-based. Simplify definition of raw
50 bytes. Mention ucs-insert.
51 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
52 (Language Environments): Add language environments new to Emacs 23.
53 (Multibyte Conversion): Node deleted.
54 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
55 mention obsolete emacs-mule coding system.
56 (Output Coding): Copyedits.
57
58 * emacs.texi (Top): Update node listing.
59
60 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
61
62 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
63
64 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * building.texi (Lisp Libraries): `load-library' does offer completion.
67
68 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
69
70 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
71 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
72
73 2009-04-25 Eli Zaretskii <eliz@gnu.org>
74
75 * maintaining.texi (Tags): Clarify text. (Bug#3101)
76
77 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
78
79 * entering.texi (Entering Emacs): Document initial-buffer-choice.
80
81 * building.texi (Lisp Interaction): Document initial-scratch-message.
82
83 2009-04-18 Juanma Barranquero <lekktu@gmail.com>
84
85 * msdog.texi (Windows Fonts): Fix typos.
86
87 * files.texi (Save Commands): Fix pxref.
88
89 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
90
91 * files.texi (Save Commands): Mention diff-buffer-with-file.
92 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
93 Henoch (Bug#3036).
94
95 2009-03-15 Glenn Morris <rgm@gnu.org>
96
97 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
98 the former is not always used.
99 (Mail Headers): Use active voice. Add "Mail-reply-to".
100 Change case of "Id". Avoid repeated "appropriate".
101 (Mail Aliases): Fix previous change - use an example with a ".", so it
102 does actually get quoted when expanded.
103 (Mail Sending): Mailclient is the default on some systems.
104 (Citing Mail): Mention mail-indentation-spaces.
105 (Mail Mode Misc): Add an @dfn for "mail signature".
106
107 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
108
109 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
110 (Completion Options): Document read-file-name-completion-ignore-case,
111 read-buffer-completion-ignore-case, and completion-styles. Remove
112 description of partial-completion-mode.
113
114 2009-03-14 Glenn Morris <rgm@gnu.org>
115
116 * sending.texi (Mail Format): Fix typo. Add index entry for
117 mail-header-separator.
118 (Mail Headers): Put info about initialization and changing in one place
119 at the start. Update FCC section for mbox Rmail. Clarify From
120 section, mention mail-setup-with-from. Clarify Reply-to section.
121 Add Mail-followup-to and mail-mailing-lists. Clarify References
122 section.
123 (Mail Aliases): Update example, make less contentious.
124 Update for name change of mail-interactive-insert-alias.
125 (Mail Mode): Remove mention of `%' as a word separator.
126 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
127 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
128 commands. Clarify FCC handling. In mail-complete, add reference to
129 Mail Aliases section, and mention mail-complete-function.
130 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
131 (Mail Mode Misc): Clarify the mail-signature function. Add basic
132 signature netiquette. Explain how the mail hooks work when continuing
133 a composition.
134 (Mail Amusements): Internationalize the spook section a bit.
135 Remove the spook mail-setup-hook example, since it doesn't work well.
136 Mention fortune-file.
137 (Mail Methods): Mention read-mail-command.
138
139 2009-03-14 David Reitter <david.reitter@gmail.com>
140
141 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
142 and NS resources following recent changes.
143
144 2009-03-10 Jason Rumney <jasonr@gnu.org>
145
146 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
147 w32-use-visible-system-caret doc to indicate that it should get set
148 automatically.
149 (Windows Fonts): Add doc for the uniscribe backend.
150
151 2009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
154 vc-dir. (Bug#2598)
155
156 2009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
157
158 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
159
160 2009-03-05 Glenn Morris <rgm@gnu.org>
161
162 * rmail.texi (Rmail Basics): Add reference to sorting.
163 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
164 Minor re-wordings.
165 (Rmail Motion): Mention rmail-next-same-subject.
166 (Rmail Deletion): Expunging is not the only way to change the numbers.
167 (Rmail Labels): Labels can also be used in sorting.
168 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
169 (Rmail Display): Mention rmail-mime.
170
171 2009-03-04 Glenn Morris <rgm@gnu.org>
172
173 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
174 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
175 summary. Mention sorts cannot be undone.
176 (Rmail Display): Give an example of how to use goto-address-mode.
177 (Rmail Editing): It's keybindings that are redefined, not commands.
178 Fix some typos.
179 (Movemail): Some minor rewording.
180 (Remote Mailboxes): Emacs movemail supports pop by default.
181 Fix some minor grammatical issues. The "two alternative ways" to
182 specify a POP mailbox are really just one. Remove all reference to the
183 variables rmail-pop-password and rmail-pop-password-required, obsolete
184 since Emacs 22.1. Clarify the four password steps. Emacs movemail
185 can support Kerberos.
186
187 2009-03-03 Glenn Morris <rgm@gnu.org>
188
189 * rmail.texi (Rmail Deletion): Revert previous change, which was
190 describing the Rmail summary versions.
191 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
192 Minor re-wording for rmail-resend.
193 (Rmail Make Summary): Summaries apply to buffers rather than files.
194 <rmail-summary-by-topic>: Headers includes the subject.
195 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
196 details, including prefix arguments.
197 Mention rmail-summary-by-senders on C-M-f.
198 Not counting lines might be faster.
199 (Rmail Summary Edit): More details on the delete commands.
200 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
201 Name the commands bound to the various keys. Mention prefix argument
202 for searching.
203 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
204 Simplify rmail-highlighted-headers description. Update face name.
205
206 2009-03-02 Juanma Barranquero <lekktu@gmail.com>
207
208 * mark.texi (Marking Objects): Fix typo.
209
210 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
211
212 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
213 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
214
215 2009-03-01 Glenn Morris <rgm@gnu.org>
216
217 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
218 (Rmail Motion): - M-s searches from the end of messages.
219 (Rmail Deletion): Minor clarification. Fix numeric argument
220 description.
221 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
222 newmail and RMAILOSE files need not be in home-directory.
223 (Rmail Files): Mention I/O menus are unselectable if no files match.
224 Mention `MAIL' env-var.
225
226 2009-02-24 Jason Rumney <jasonr@gnu.org>
227
228 * mule.texi (Fontsets): Mention fontset-default, font specs and
229 fallback fontsets.
230 (Defining Fontsets): Mention ns and w32 variants of
231 standard-fontset-spec. Update description of startup fontset to match
232 Emacs 23 behavior.
233 (Modifying Fontsets): New section. (Bug#656)
234 (International): Link to Modifying Fontsets.
235
236 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
237
238 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
239 Mention ns-extended-platform-support-mode.
240
241 2009-02-22 Karl Berry <karl@gnu.org>
242
243 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
244
245 2009-02-19 Juanma Barranquero <lekktu@gmail.com>
246
247 * basic.texi (Moving Point, Position Info):
248 * files.texi (Visiting):
249 * mini.texi (Completion Options):
250 * text.texi (HTML Mode): Remove duplicate words.
251
252 2009-02-20 Glenn Morris <rgm@gnu.org>
253
254 * rmail.texi: Minor updates for mbox rather than Babyl.
255
256 2009-02-17 Karl Berry <karl@gnu.org>
257
258 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
259
260 2009-02-17 Richard M Stallman <rms@gnu.org>
261
262 * anti.texi (Antinews): Mention Babyl format.
263
264 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
265
266 * rmail.texi: Update for mbox format.
267 Various small fixes, as well as the following.
268 (Out of Rmail): Node deleted.
269 (Rmail): Update menu.
270 (Rmail Files): Comment out set-rmail-inbox-list.
271 Document rmail-inbox-list instead.
272 (Rmail Output): Substantial changes since C-o is now
273 rmail-output-as-seen and o is rmail-output.
274 (Rmail Attributes): Delete `stored', add `retried'.
275 (Rmail Display): Editing headers works in all cases.
276
277 2009-02-17 Glenn Morris <rgm@gnu.org>
278
279 * basic.texi (Position Info): M-x count-lines-region is not always on
280 M-=. (Bug#2269)
281
282 2009-02-09 Glenn Morris <rgm@gnu.org>
283
284 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
285 defaults.
286
287 2009-02-07 Eli Zaretskii <eliz@gnu.org>
288
289 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
290 documentation of possible problems with redecoding.
291
292 2009-02-03 Glenn Morris <rgm@gnu.org>
293
294 * rmail.texi (Out of Rmail): Mention b2m.pl.
295
296 2009-01-31 Glenn Morris <rgm@gnu.org>
297
298 * rmail.texi (Out of Rmail): Correct b2m location.
299
300 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
301
302 * fixit.texi (Undo): Update undo limit values.
303
304 2009-01-27 Glenn Morris <rgm@gnu.org>
305
306 * emacs.texi (Top): Fix Antinews menu entry.
307
308 2009-01-25 Karl Berry <karl@gnu.org>
309
310 * text.texi (Foldout): Use @itemize @w{} to make an itemize
311 item with no marker, instead of the syntactically incorrect
312 @itemize @asis.
313
314 2009-01-25 Juri Linkov <juri@jurta.org>
315
316 * building.texi (Grep Searching): Fix index entry for lgrep.
317
318 2009-01-24 Eli Zaretskii <eliz@gnu.org>
319
320 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
321
322 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
323
324 * macos.texi (Preferences Panel): Update description of font setting to
325 reflect that prior frame selection is no longer needed.
326
327 2009-01-20 Nick Roberts <nickrob@snap.net.nz>
328
329 * building.texi (Debuggers): Revert some of 2008-10-31 change to
330 raise GUD subsections.
331
332 2009-01-15 Glenn Morris <rgm@gnu.org>
333
334 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
335
336 2009-01-10 Glenn Morris <rgm@gnu.org>
337
338 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
339
340 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
341
342 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
343 logical lines.
344
345 2008-12-29 Juri Linkov <juri@jurta.org>
346
347 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
348
349 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
350
351 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
352
353 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
354 goto-address-mode instead of goto-address.
355
356 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
357 mode.
358
359 * emacs.texi (Top): Update node listing.
360
361 2008-12-26 Eli Zaretskii <eliz@gnu.org>
362
363 * custom.texi (Directory Variables): Explain what is a "project".
364 Add indexing. Improve wording. Add a footnote about using
365 _dir-locals.el on MS-DOS.
366
367 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
368
369 * files.texi (Misc File Ops): Mention chmod as an alias for
370 set-file-modes.
371
372 2008-12-24 Martin Rudalics <rudalics@gmx.at>
373
374 * help.texi (Help): Fix typos and reword.
375 (Help Summary): Add entries for C-h n and C-h r, reorder
376 entries, and do some minor fixes.
377 (Name Help): Say that C-h F works for commands only.
378 (Misc Help): Say that view-lossage displays 300 keystrokes.
379
380 2008-12-20 Glenn Morris <rgm@gnu.org>
381
382 * ack.texi (Acknowledgments): General update based on AUTHORS,
383 including removal of some stuff no longer distributed.
384
385 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
386
387 * fixit.texi: Mention hunspell
388
389 2008-12-19 Glenn Morris <rgm@gnu.org>
390
391 * ack.texi (Acknowledgments): Small grammar fix.
392 Consolidate explanatory text at start.
393
394 * display.texi (Text Display):
395 * indent.texi (Indentation): Use @acronym with ASCII.
396
397 2008-12-18 Glenn Morris <rgm@gnu.org>
398
399 * ack.texi: Various small updates and fixes.
400
401 2008-12-18 Juri Linkov <juri@jurta.org>
402
403 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
404 as a key binding to start a forward nonincremental word search.
405 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
406 a backward nonincremental word search. Add index for `M-s w'
407 `isearch-forward-word'.
408 (Regexp Search): Add a short summary of regexp key commands like
409 in the node "Basic Isearch".
410 (Other Repeating Search): Fix typo.
411
412 2008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
413
414 * misc.texi (PostScript Variables): Fix doc.
415
416 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
417
418 * programs.texi (Program Modes): Mention Ruby mode.
419
420 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
421
422 * misc.texi (emacsclient Options): Describe what an empty string
423 argument does for --alternate-editor.
424
425 2008-12-09 Frank Schmitt <ich@frank-schmitt.net>
426
427 * cmdargs.texi (Font X): Distinguish between client-side and
428 server-side fonts. List valid Fontconfig properties. Add reference to
429 Fontconfig manual. List valid GTK font properties. Explain use of
430 fc-list.
431
432 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
433
434 * cmdargs.texi (Font X): Move discussion of quoting to top.
435
436 2008-12-06 Glenn Morris <rgm@gnu.org>
437
438 * maintaining.texi (Old Revisions): Improve previous change.
439
440 2008-12-05 Richard M Stallman <rms@gnu.org>
441
442 * anti.texi (Antinews): Minor fixes.
443
444 2008-12-03 Glenn Morris <rgm@gnu.org>
445
446 * maintaining.texi (Old Revisions): Fix diff-switches description.
447
448 2008-12-01 Martin Rudalics <rudalics@gmx.at>
449
450 * emacs.texi (Top): Fix typo.
451
452 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
453
454 * misc.texi (Document View): Explain dependence on gs at the top.
455 Copyedits.
456
457 * emacs.texi (Top): Add DocView nodes to detailed node listing.
458
459 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
460 (Comment Commands): Discuss region-active behavior of M-; first.
461
462 2008-11-29 Martin Rudalics <rudalics@gmx.at>
463
464 * display.texi (Line Truncation): Add reference to Continuation
465 Lines.
466
467 * windows.texi (Pop Up Window): Mention split-height-threshold
468 and split-width-threshold.
469 (Split Window): Add reference to Continuation Lines.
470
471 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
472
473 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
474 (GNUstep Support): New node.
475 * anti.texi:
476 * emacs.texi:
477 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
478
479
480 2008-11-28 Richard M Stallman <rms@gnu.org>
481
482 * misc.texi (Dissociated Press): Minor cleanups.
483
484 * dired.texi (Image-Dired): Avoid passive.
485
486 2008-11-28 Eli Zaretskii <eliz@gnu.org>
487
488 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
489 representation.
490
491 2008-11-26 Richard M. Stallman <rms@gnu.org>
492
493 * files.texi (Visiting): Rewrite paragraph for clarity.
494
495 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
496
497 2008-11-25 Alan Mackenzie <acm@muc.de>
498
499 * programs.texi (Moving by Parens): Clarify that parens inside strings
500 and comments are ignored, and that the commands assume the starting
501 point isn't in a string or comment.
502
503 2008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
504
505 * macos.texi: Add Prev/Next/Top pointers to all nodes.
506 (Mac Basics): Merge in Grabbing Environment Variables from earlier
507 version.
508 (Mac Customization): Rewrite Preferences Panel section and merge in to
509 this node, add Open files by dragging to an Emacs window.
510
511 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
512
513 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
514
515 * files.texi (Misc File Ops): Document set-file-modes.
516
517 * windows.texi (Split Window): Document integer values of
518 truncate-partial-width-windows.
519
520 * text.texi (Text): Simplify description of markup languages.
521 (TeX Mode): Simplify introduction. Mention BibTeX mode.
522 (TeX Editing): Note that `""' inserts one `"' character.
523 (HTML Mode): Note in the introduction that XML mode is an alias for
524 SGML mode. Mention nXML mode.
525
526 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
527
528 * building.texi (Watch Expressions): Fix typo.
529
530 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
531
532 * files.texi (Visiting): Document new behavior of
533 confirm-nonexistent-file-or-buffer.
534
535 * buffers.texi (Select Buffer): Document
536 confirm-nonexistent-file-or-buffer.
537
538 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
539 edit-picture.
540
541 * text.texi (Text): Simplify introduction. Discard mention of `M-x
542 edit-picture', since that is just an alias for picture-mode.
543 (Sentences): Note that repeated M-@ extends the region.
544 (Pages): Make terminology more consistent. Link to Regexps node.
545 (Longlines): Discuss relationship with Visual Line mode.
546 (Text Mode): Remove extraneous discussion of other modes, since they
547 were already introduced in the parent node.
548
549 2008-11-23 Chong Yidong <cyd@stupidchicken.com>
550
551 * anti.texi (Antinews): Rewrite.
552
553 * entering.texi (Exiting): Mention "minimize" terminology.
554
555 * frames.texi (Frame Commands): Mention "minimize" terminology.
556
557 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
558 formats.
559 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
560 (Misc X): Don't document useless -hb option.
561
562 2008-11-22 Juri Linkov <juri@jurta.org>
563
564 * dired.texi (Dired Navigation): Change normal file name search option
565 from `non-nil' to `t'. Add `dwim' option.
566
567 2008-11-22 Juri Linkov <juri@jurta.org>
568
569 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
570 ".dir-locals.el". Rename `define-project-bindings' to
571 `dir-locals-set-class-variables'. Rename `set-directory-project' to
572 `dir-locals-set-directory-class'.
573
574 2008-11-22 Lute Kamstra <lute@gnu.org>
575
576 * buffers.texi (Select Buffer): Index goto-line.
577 * basic.texi (Moving Point): Mention the use of a numeric prefix
578 argument with goto-line and refer to Select Buffer for the use of a
579 plain prefix argument.
580
581 2008-11-19 Glenn Morris <rgm@gnu.org>
582
583 * doclicense.texi: Update to FDL 1.3.
584 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
585
586 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
587
588 * custom.texi (Minor Modes): Define mode commands and mode variables
589 more precisely. Recommend using mode commands instead of setting
590 variables directly. Put minor modes in a list, and add more modes.
591 (Easy Customization): Use "init file" instead of .emacs.
592 (Customization Groups): Update to new Custom buffer appearance.
593 (Saving Customizations): Copyedits. Update example.
594 (Variables): Give example of variable type-sensitivity.
595 (Examining): Update example.
596 (Hooks): Copyedits.
597 (Specifying File Variables): Use C comments instead of an artificial
598 Lisp for the example.
599 (Keymaps): Move internals discussion to Prefix Keymaps.
600 (Rebinding): Remove redundant paragraph (stated in Key Binding).
601 (Init Rebinding): Document kbd macro.
602 (Init File): Link to Find Init.
603
604 * mark.texi (Using Region): Document Delete Selection Mode more
605 thoroughly.
606
607 * frames.texi (Mouse Commands): Move most of the description of Delete
608 Selection Mode to Using Region, and link to it.
609 (Clipboard): Note that paste is bound to clipboard-yank.
610
611 * building.texi (Compilation): Document first-error value of
612 compilation-scroll-output.
613 (Compilation Mode): Note that compilation-auto-jump-to-first-error
614 works as soon as an error is available. Suggested by Juri Linkov.
615
616 * mini.texi (Passwords): New node.
617
618 * files.texi (Remote Files): Link to Passwords node.
619
620 * emacs.texi (Top): Update node listings.
621
622 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
623
624 * ack.texi (Acknowledgments): Some updating of credits.
625
626 * emacs.texi (Acknowledgments): Add a couple more names.
627
628 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
629
630 * files.texi (Directories): Describe delete-directory in text.
631 (Misc File Ops): Document use of trash.
632
633 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
634
635 * macos.texi (Mac Customization): Fix typos.
636
637 2008-11-14 Chong Yidong <cyd@stupidchicken.com>
638
639 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
640 replacing previous contents. Numerous copyedits to adapt ns-emacs to
641 the conventions of the main Emacs manual.
642
643 * emacs.texi (Top): Update node listings.
644
645 2008-11-12 Chong Yidong <cyd@stupidchicken.com>
646
647 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
648 command-line-args is processed during startup.
649 (Action Arguments): Correctly describe how file arguments interact with
650 the startup screen. Link to Lisp Interaction for scratch buffer.
651 (Initial Options): Link to Command Example for -batch option.
652 (Environment): Document initial-environment.
653
654 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
655 can't be changed in the site-start file.
656
657 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
658
659 * dired.texi (Dired): Mention C-x C-d too.
660 (Dired Enter): Document M-n in the Dired minibuffer.
661 (Dired Navigation): Explain dired-goto-file more clearly. Document
662 dired-isearch-filenames.
663 (Dired Deletion): Remove unnecessary "expunged" terminology.
664 (Flagging Many Files): & is now rebound to `% &'.
665 (Shell Commands in Dired): Document dired-do-async-shell-command.
666 Clarify how multi-file arguments are passed.
667 (Misc Dired Features): Document dired-do-isearch.
668
669 2008-11-06 Chong Yidong <cyd@stupidchicken.com>
670
671 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
672
673 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
674
675 * search.texi (Other Repeating Search): Remove obsolete findex entries.
676
677 2008-11-01 Chong Yidong <cyd@stupidchicken.com>
678
679 * programs.texi (Program Modes): Link to Program Indent node.
680 (Left Margin Paren): Explain consequences of changing
681 open-paren-in-column-0-is-defun-start more concisely.
682 (Which Function, Program Indent, Info Lookup): Minor edits.
683 (Basic Indent): If region is active, TAB indents the region.
684 (Multi-line Indent): If region is active, TAB indents the region. Note
685 that indent-region is useful when Transient Mark mode is off.
686 (Matching): The delimiter at the cursor is highlighted---the character
687 changes color.
688 (Symbol Completion): Link to Completion node.
689
690 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
691 a strictly text-only system.
692
693 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
694 batch mode.
695
696 2008-11-01 Richard M. Stallman <rms@gnu.org>
697
698 * misc.texi (Document View): Major rewrite.
699
700 * maintaining.texi (Types of Log File): Change logs are older than
701 version control.
702 (VCS Concepts): Simplify and rearrange.
703 (Version Control Systems): Make it clear that Linux is only the kernel.
704 (VC Mode Line): Shorten reference to menu item.
705 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
706 (VC Directory Mode): Minor cleanup.
707 Unchanged files are hidden, not omitted.
708 (VC Directory Commands): Shorten and simplify.
709 (Change Log Commands): New node, split from Change Logs.
710 (VC Directory Buffer): New node, split from VC Directory Mode.
711
712 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
713
714 * misc.texi (Document View): Renamed from Document Files, moved here
715 from files.texi.
716
717 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
718 moved as well.
719 (Document Files): Moved to misc.texi.
720
721 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
722 vc-update-change-log.
723 (Version Control): Move here from files.texi.
724 (Format of ChangeLog): Make it a subnode of Change Log.
725
726 * emacs.texi (Top): Update node listing.
727
728 2008-10-31 Tassilo Horn <tassilo@member.fsf.org>
729
730 * files.texi (Files): Add a section about document
731 files (doc-view-mode).
732
733 2008-10-31 Chong Yidong <cyd@stupidchicken.com>
734
735 * building.texi (Compilation Mode): Document
736 compilation-auto-jump-to-first-error.
737 (Debuggers): Lower GUD subsections to subsubsections.
738 (Starting GUD): Add cindex.
739 (Lisp Interaction): Note that scratch is no longer the initial buffer.
740
741 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
742
743 * indent.texi (Indentation): Link to Program Indent.
744
745 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
746 now uses emacsclient's terminal.
747
748 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
749
750 * mark.texi (Using Region): Document use-empty-active-region.
751
752 * emacs.texi (Top): Update node listings.
753
754 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
755 mention obsolete emacs.bash script.
756 (Invoking emacsclient): Rewrite, moving optional arguments to
757 emacsclient Options.
758 (emacsclient Options): New node. Document server-use-tcp and
759 server-host.
760
761 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
762
763 * indent.texi (Indentation): Replace list with paragraphed text,
764 putting description of syntax-driven indentation first. Document new
765 effect of active regions on tab.
766 (Tab Stops): Note that editable tab stops affect indentation commands.
767
768 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
771
772 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
773
774 * custom.texi (Function Keys): Note that modified keypad keys are not
775 translated.
776
777 * basic.texi (Arguments): Explain how to insert multiple digits.
778
779 2008-10-22 Michael Albinus <michael.albinus@gmx.de>
780
781 * files.texi (Remote Files): Precise selection of default method.
782 Rewrite paragraph about disabling remote file names.
783
784 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
785
786 * search.texi (Special Isearch): Document M-TAB is isearch.
787
788 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
789 command.
790
791 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
792
793 2008-10-22 Tassilo Horn <tassilo@member.fsf.org>
794
795 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
796 section.
797
798 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
799
800 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
801 to files.texi. Move contents of vc2-xtra.texi here.
802
803 * vc2-xtra.texi: File removed.
804
805 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
806 Directory Commands from the submenu. Don't include deleted file
807 vc2-xtra.texi.
808
809 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
810 (Version Control): Add VC Directory Mode and VC Directory Commands to
811 the submenu.
812 (Why Version Control?): Use table format.
813 (Version Control Systems): Note that Meta-CVS support is gone.
814 (VCS Concepts): Note precisely when VC started supporting filesets.
815 Remove bogus xref to CVS Options node.
816 (Types of Log File): Copyedits.
817 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
818 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
819 The Right Thing.
820 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
821 (Log Buffer): Reorganize node, putting C-c C-c description first.
822 (Old Revisions): Use CVS for example, not RCS.
823 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
824 Commands from the submenu, putting them under Version Control.
825 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
826 need to include it in the manual unconditionally, since it is now
827 crucial to using distributed version control systems.
828 (Comparing Files): Note that diff uses the minibuffer, and that the
829 output is shown using Diff mode.
830 (Diff Mode): Explain what "patch" and "hunk" mean. Document
831 diff-update-on-the-fly, diff-refine-hunk, and
832 diff-show-trailing-whitespaces.
833 (File Archives): Add rar support.
834
835 * major.texi (Choosing Modes): Make mode selection sequence more
836 obvious by describing the steps in order of priority. Note that
837 magic-mode-alist is nil by default. Document
838 magic-fallback-mode-alist.
839
840 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
841
842 * frames.texi (Mouse References): Copyedits.
843
844 2008-10-20 Tassilo Horn <tassilo@member.fsf.org>
845
846 * ack.texi (Acknowledgments): Add myself as doc-view author.
847
848 2008-10-20 Eli Zaretskii <eliz@gnu.org>
849
850 * frames.texi (Dialog Boxes): Add @cindex entries.
851
852 2008-10-20 Chong Yidong <cyd@stupidchicken.com>
853
854 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
855 (Text-Only Mouse): Copyedit.
856
857 2008-10-19 Chong Yidong <cyd@stupidchicken.com>
858
859 * frames.texi: Use @key throughout for mouse clicks.
860 (Cut/Paste Other App): Document yank-pop-change-selection.
861 (Secondary Selection): Fix modified mouse click syntax.
862 (Clipboard): Describe Cut, Copy and Paste commands.
863 (Mouse References): Not all references are in read-only buffers.
864 Copyedits.
865 (Creating Frames): Add xref to Init File.
866 (Frame Commands): Add xref to Exiting.
867 (Scroll Bars): Document GTK vs toolkit behavior.
868
869 2008-10-15 Chong Yidong <cyd@stupidchicken.com>
870
871 * files.texi (Version Control): Copyedits. Add Bazaar.
872 (Version Control Systems): List different VCS's using an itemized list.
873 Add Bazaar.
874 (VCS Concepts): Copyedits. Tweak description of file merging.
875
876 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
877 (Cut/Paste Other App): Document select-active-regions and
878 x-select-enable-primary.
879
880 2008-10-13 Chong Yidong <cyd@stupidchicken.com>
881
882 * mark.texi (Shift Selection): Correct case in node name.
883
884 * emacs.texi (Top): Update node order in Mark chapter.
885
886 2008-10-12 Eli Zaretskii <eliz@gnu.org>
887
888 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
889
890 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
891 elsewhere in the manual instead of describing yet again the intricacies
892 of $HOME on MS-Windows and MS-DOS.
893
894 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
895
896 * mini.texi (Minibuffer File): Add xref to File Names.
897 (Minibuffer File): Add discussion of `~' in file names. Add
898 insert-default-directory index reference.
899
900 * files.texi (File Names): Reorganize description.
901 (Visiting): Add xref to Mode Line. Copyedits.
902 (Save Commands): Mention prefix behavior of C-x C-s.
903 (Numbered Backups): Node deleted.
904 (Backup Names): Contents of Numbered Backups moved here. State default
905 of version-control variable.
906 (Reverting): Copyedits.
907 (Version Control): Add additional version control systems.
908
909 * emacs.texi (Top): Delete Numbered Backups node.
910
911 * cmdargs.texi (General Variables): Change Numbered Backups xref to
912 Backup Names.
913 (Initial Options): Document renamed variable inhibit-startup-screen.
914
915 2008-10-11 Romain Francoise <romain@orebokech.com>
916
917 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
918
919 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
920
921 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
922 (Select Buffer): Mention use of minibuffer history. Describe default
923 value of default-major-mode. Mention that C-x 4 b selects the other
924 window.
925 (List Buffers): Document CRM indicators in the order they appear.
926 (Kill Buffer): Document new command kill-matching buffers.
927 (Several Buffers): Move explanation of the relationship between buffer
928 list and buffer menu to the top.
929 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
930
931 2008-10-10 Chong Yidong <cyd@stupidchicken.com>
932
933 * entering.texi (Exiting): Document change of C-x C-c to
934 save-buffers-kill-terminal. Document kill-emacs.
935
936 2008-09-30 Eli Zaretskii <eliz@gnu.org>
937
938 * mule.texi (Coding Systems): Don't mention codepage-setup.
939
940 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
941 cpNNN coding systems anymore.
942 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
943 for unibyte mode. Don't mention line-drawing characters. Don't
944 mention dos-unsupported-char-glyph.
945
946 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
947
948 * search.texi (Search): Shorten introduction.
949 (Basic Isearch): Add command table. Discuss reverse isearch and
950 isearch highlighting.
951 (Repeat Isearch): Move lazy highlighting discussion here. Add search
952 ring to cindex.
953 (Special Isearch): Move input methods discussion here.
954 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
955 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
956 Repeat Isearch.
957 (Isearch Minibuffer): New node.
958 (Word Search): Document new word search commands.
959 (Regexp Example): Simplify example using sentence-end-base variable.
960 (Replace): Reword introduction.
961 (Unconditional Replace): Remove unnecessary example.
962 (Other Repeating Search): Document new `M-s o' binding.
963
964 * emacs.texi (Top): Update node listings.
965
966 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
967
968 * emacs.texi (Top): Remove Kill Errors from menu.
969
970 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
971
972 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
973 interface for defining macros. Simplify examples. Note that C-g quits
974 macro definitions.
975 (Keyboard Macro Counter): Document using F3 to insert counter. Give
976 usage example.
977 (Keyboard Macro Query): Organize query responses in a table.
978
979 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
980 to Erasing node.
981 (Undo): Reorganize paragraphs for logical flow. Move keybinding
982 rationale to a footnote.
983 (Kill Errors): Remove node, due to redundancy with Erasing.
984 (Spelling): Move discussion of flyspell to end. Note new behavior of
985 M-$ in active region. Remove non-ispell-specific keybindings from
986 table.
987
988 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
989
990 * cmdargs.texi (Initial Options): Document --daemon.
991
992 2008-09-20 Glenn Morris <rgm@gnu.org>
993
994 * files.texi (Numbered Backups): Mention that some modes set
995 version-control.
996
997 2008-09-20 Jim Blandy <jimb@red-bean.com>
998
999 * files.texi (Numbered Backups): Reference File Variables, as well.
1000 Remove discussion of Rmail's implementation.
1001
1002 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * misc.texi (Recursive Edit): Note that top-level exits active
1005 minibuffers.
1006
1007 * trouble.texi (Quitting): Likewise.
1008
1009 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * emacs.texi (Top): Add Temporary Face Changes xref.
1012
1013 * display.texi (Display): Move Temporary Face Changes node to just
1014 after Standard Faces.
1015 (Scrolling): Document recenter-top-bottom instead of recenter.
1016 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1017 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1018 (Display Custom): Copyedits.
1019 (Optional Mode Line): Document display-battery-mode.
1020
1021 2008-08-27 Romain Francoise <romain@orebokech.com>
1022
1023 * custom.texi (Directory Variables): Minor fix.
1024
1025 2008-08-27 Glenn Morris <rgm@gnu.org>
1026
1027 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1028 descriptions.
1029 (Calendar Customizing): Tweak layout description.
1030 Move calendar-today-marker and calendar-today face to the other
1031 markers. Condense calendar-star-date and calendar-mark-today
1032 description.
1033 (Holiday Customizing): Add oriental and solar holidays.
1034 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1035 Fix holiday-float description. Use zerop in examples. Be less verbose.
1036 (Date Display Format): Change ISO format. Be less verbose.
1037 (Diary Customizing): Mention day and month abbrev arrays.
1038 Mention the date-form variables by name. Update European example.
1039 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1040 Condense examples. Mention diary-entry-symbols by name.
1041 Condense table for insertion commands.
1042 (Fancy Diary Display): Mention diary-include-string and
1043 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1044 Ethiopic, Persian date functions. Condense descriptions.
1045
1046 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1047 (Adding to Diary): Adapt for changed node name.
1048
1049 2008-08-26 Glenn Morris <rgm@gnu.org>
1050
1051 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1052 node "Hebrew/Islamic Entries".
1053
1054 * calendar.texi (Specified Dates): Fix names of iso functions.
1055 (General Calendar): There may not be another window.
1056 (Writing Calendar Files, Holidays): Tweak intro.
1057 (Holidays): Mention Baha'i and Chinese holidays.
1058 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1059 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1060 (To Other Calendar): Add calendar-print-other-dates.
1061 Refer to "graphic display" rather than "X.
1062 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1063 (Displaying the Diary): Fix whitespace after reference.
1064 Fix `diary-number-of-entries' reference.
1065 (Date Formats): Explicitly mention that day names can be abbreviated.
1066 (Adding to Diary): Add some references to other sections.
1067 (Special Diary Entries): Fix reference.
1068 (Appointments): Simplify appt-message-warning-time entry.
1069 Clarify where times must be.
1070 (Importing Diary): Comment out icalendar paragraph that does not apply.
1071 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1072
1073 2008-08-23 Glenn Morris <rgm@gnu.org>
1074
1075 * fortran-xtra.texi (Fortran): Change description of free form and
1076 fixed form a bit. Mention hideshow and imenu.
1077 (Fortran Motion): Mention fortran-end-of-subprogram,
1078 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1079 (Fortran Indent): Minor re-word.
1080 (ForIndent Commands): Mention fortran-fill-paragraph and
1081 fortran-fill-statement.
1082 (ForIndent Cont): Mention fortran-tab-mode-string.
1083 (Fortran Comments): Mention fortran-comment-line-start-skip.
1084 (Fortran Columns): Mention font-locking.
1085 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1086
1087 2008-08-23 Johan Bockgard <bojohan@muon>
1088
1089 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1090
1091 2008-08-22 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * mini.texi (Minibuffer): Simplify introduction.
1094 (Minibuffer File): Document tilde in minibuffer filenames.
1095 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1096 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1097 (Completion Example): Update example to current command list.
1098 (Completion Options): Document `lazy' value of completion-auto-help.
1099 Update contents of completion-ignored-extensions.
1100 (Minibuffer History): Describe "future history" list. State default
1101 value of history-delete-duplicates.
1102
1103 2008-08-21 Glenn Morris <rgm@gnu.org>
1104
1105 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
1106 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
1107
1108 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * regs.texi (Registers): Clarify valid register names.
1111 (RegPos): Note that buffer is saved and restored too.
1112 (RegText): Note that mark is reactivated/deactivated.
1113 (RegConfig): Xref to Windows node.
1114
1115 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * basic.texi (Inserting Text): Provide command name for C-q.
1118
1119 * killing.texi (Killing): Copyedit. Define read-only text.
1120 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1121 (Killing by Lines): Copyedit.
1122 (Other Kill Commands): Move M-w description here.
1123 (Yanking): Move M-w to Other Kill Commands.
1124 (Kill Ring): Also mention saving text in registers. Link to Text
1125 Properties in elisp manual.
1126 (Accumulating Text): Copyedit.
1127 (CUA Bindings): Shift selection is now the default.
1128
1129 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1130
1131 * maintaining.texi (Change Log): Mention next-error is available.
1132
1133 2008-08-10 Glenn Morris <rgm@gnu.org>
1134
1135 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1136 and intermonth text.
1137 (Holiday Customizing): Add holiday-chinese.
1138
1139 2008-08-08 Eli Zaretskii <eliz@gnu.org>
1140
1141 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1142
1143 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1144
1145 * files.texi (Log Buffer): Describe C-c C-d.
1146 (Diff Mode): Describe C-x 4 A.
1147
1148 2008-08-06 Eli Zaretskii <eliz@gnu.org>
1149
1150 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1151
1152 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1153
1154 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1155 describe the new bindings to show the changeset diff, toggle annotation
1156 visibility, show revisions.
1157 (VC Status): Describe key bindings for modifying the change comments,
1158 displaying changeset diffs and annotations.
1159
1160 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1161
1162 2008-08-05 Nick Roberts <nickrob@snap.net.nz>
1163
1164 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1165
1166 2008-08-02 Eli Zaretskii <eliz@gnu.org>
1167
1168 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1169 and wording.
1170
1171 2008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1172
1173 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
1174 marking/unmarking. Add descriptions for the multiple file search
1175 commands. Improve some old info.
1176
1177 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * display.texi (Visual Line Mode): New node.
1180
1181 * basic.texi (Inserting Text): Move DEL to deletion node.
1182 (Moving Point): Add additional alternative key bindings. Describe
1183 line-move-visual.
1184 (Erasing): Describe DEL.
1185 (Basic Undo, Blank Lines, Arguments): Copyedit.
1186 (Continuation Lines): Mention Visual Line mode.
1187 (Position Info): Move extended discussion to mule.texi.
1188
1189 * mule.texi (International Chars): Describe C-x =.
1190
1191 * emacs.texi (Top): Add Visual Line Mode node.
1192
1193 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1194
1195 * emacs.texi: Remove VMS support.
1196
1197 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1198
1199 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1200 the vc-dir command name.
1201
1202 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1203
1204 * xresources.texi: Remove mentions of Mac Carbon.
1205
1206 2008-07-19 Andreas Schwab <schwab@suse.de>
1207
1208 * ns-emacs.texi: Move to ../misc.
1209
1210 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * entering.texi (Exiting): Don't describe text-only terminals as the
1213 default. Describe the new startup screen.
1214 (Exiting): Describe how to kill Emacs first. Change description of
1215 iconification to handle modern window systems.
1216
1217 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1218
1219 * ns-emacs.texi: New file, documents features of Emacs port under
1220 NeXTstep windowing.
1221
1222 2008-07-15 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * entering.texi (Entering Emacs): Update prev node.
1225
1226 * glossary.texi (Glossary): Remove xref to Text Characters.
1227
1228 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1229 directly, rather than in the context of ASCII. Move description of
1230 special properties of modifier key to new Modifier Keys node.
1231 (Keys): Copyedit.
1232 (Text Characters): Delete node. Multibyte is the default nowadays, and
1233 the node contents are obsolete.
1234
1235 * custom.texi (Modifier Keys): New node.
1236
1237 * emacs.texi (Top): Update node list.
1238
1239 2008-07-13 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1242 saying that Emacs provides menus and mouse support (which is par for
1243 the course).
1244
1245 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1246 early on.
1247 (Point): Copyedit. Relegate historical trivia to a footnote.
1248 (Mode Line): Explain mode-line format more consistently.
1249 (Menu Bar): Copyedit.
1250
1251 2008-06-27 Glenn Morris <rgm@gnu.org>
1252
1253 * cal-xtra.texi (Sexp Diary Entries):
1254 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1255
1256 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * mark.texi (Shift selection): New node.
1259 (Mark): Copyedits.
1260 (Persistent Mark): Move to the end of the chapter.
1261
1262 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1263
1264 * makefile.w32-in (distclean): Remove makefile.
1265
1266 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1267
1268 * building.texi (Starting GUD): Add an entry for gud-gdb.
1269 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1270 command mode.
1271
1272 2008-06-17 Glenn Morris <rgm@gnu.org>
1273
1274 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1275
1276 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1277
1278 * building.texi (Starting GUD): Expand on remote debugging.
1279 (Other GDB-UI Buffers): Mention new keyboard bindings.
1280
1281 2008-06-15 Glenn Morris <rgm@gnu.org>
1282
1283 * gnu.texi: Use a verbatim license for this invariant section,
1284 as per etc/GNU.
1285
1286 2008-06-13 Daniel Engeler <engeler@gmail.com>
1287
1288 * emacs.texi, misc.texi: Add documentation about serial port access.
1289
1290 2008-06-13 Glenn Morris <rgm@gnu.org>
1291
1292 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1293 maintain.info.
1294
1295 2008-06-05 Miles Bader <miles@gnu.org>
1296
1297 * display.texi (Temporary Face Changes): Update to reflect function
1298 renamings in face-remap.el.
1299
1300 2008-06-04 Miles Bader <miles@gnu.org>
1301
1302 * display.texi (Temporary Face Changes): Add
1303 `adjust-buffer-face-height'. Rewrite description of
1304 `increase-buffer-face-height' and `decrease-default-face-height' now
1305 that they aren't bound by default.
1306
1307 2008-06-03 Miles Bader <miles@gnu.org>
1308
1309 * display.texi (Temporary Face Changes): New node.
1310
1311 2008-05-31 Eli Zaretskii <eliz@gnu.org>
1312
1313 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1314
1315 2008-05-31 Glenn Morris <rgm@gnu.org>
1316
1317 * cal-xtra.texi (Fancy Diary Display): Simplify.
1318
1319 2008-05-30 Glenn Morris <rgm@gnu.org>
1320
1321 * cal-xtra.texi (Fancy Diary Display): Update for
1322 diary-display-function replacing diary-display-hook.
1323
1324 2008-05-29 Drew Adams <drew.adams@oracle.com>
1325
1326 * msdog.texi (Windows Keyboard): Add descriptions of
1327 w32-register-hot-key and w32-unregister-hot-key.
1328
1329 2008-05-21 Tom Tromey <tromey@redhat.com>
1330
1331 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1332 Variables node.
1333
1334 2008-05-19 Tom Tromey <tromey@redhat.com>
1335
1336 * custom.texi (Variables): Add Directory Variables to menu.
1337 (Directory Variables): New node.
1338
1339 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1340
1341 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
1342
1343 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1344
1345 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
1346 Revision Tags and rewritten. Section now uses modern terminology,
1347 (tags rather than snapshots) and describes post-SCCS systems more
1348 accurately.
1349
1350 2008-05-10 Eli Zaretskii <eliz@gnu.org>
1351
1352 * msdog.texi (Windows Files): Update documentation of
1353 w32-get-true-file-attributes.
1354
1355 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1356
1357 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1358 directory mode.
1359
1360 2008-05-08 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * killing.texi (Appending Kills): Remove a strangely off-topic index
1363 entry "television".
1364
1365 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1366
1367 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
1368
1369 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1370
1371 * emacs/buffers.texi, emacs/files.texi (Version-control):
1372 vc-toggle-read-only is no longer a good idea...
1373
1374 2008-04-29 Glenn Morris <rgm@gnu.org>
1375
1376 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1377
1378 2008-04-22 Juri Linkov <juri@jurta.org>
1379
1380 * dired.texi (Subdirectories in Dired): Describe using `^'
1381 to return to the parent directory.
1382
1383 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1386 recent changes.
1387
1388 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1389
1390 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1391 (Other GDB-UI Buffers): Update for recent thread related changes.
1392
1393 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1394
1395 * maintaining.texi (Maintaining):
1396 * emacs.texi (Top): Typo.
1397
1398 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1401 arg in `font-lock-add-keywords'.
1402
1403 2008-04-08 Glenn Morris <rgm@gnu.org>
1404
1405 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1406 Also add Baha'i calendar references where appropriate.
1407
1408 2008-04-05 Glenn Morris <rgm@gnu.org>
1409
1410 * custom.texi (Init File): Byte-compiling .emacs is bad.
1411
1412 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1415
1416 2008-03-29 Glenn Morris <rgm@gnu.org>
1417
1418 * calendar.texi: Update for `calendar-date-style' replacing
1419 `european-calendar'.
1420
1421 2008-03-28 Jason Rumney <jasonr@gnu.org>
1422
1423 * display.texi (Display Custom): Mention overlay-margin in text.
1424
1425 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
1426
1427 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1428 tutorial' comments.
1429
1430 2008-03-28 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * mark.texi (Mark): Rearrange nodes.
1433 (Persistent Mark): Rename from Transient Mark.
1434 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1435 Describe Transient Mark mode as the default.
1436
1437 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1438 the default behavior with Transient Mark mode off.
1439 (Position Info): Fix typo.
1440
1441 * display.texi (Standard Faces): Reference the Mark node.
1442 Remove discussion of the region face, which is discussed there.
1443
1444 * emacs.texi (Top): Update node listings.
1445
1446 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1447 as the default.
1448
1449 * fixit.texi (Undo): Standardize choice of undo key sequence.
1450 (Undo, Spelling): Describe Transient Mark mode as the default.
1451
1452 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1453 default.
1454
1455 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1456
1457 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1458 mode is the default, and note that the mark is not activated when set.
1459
1460 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1461 Describe Transient Mark mode as the default.
1462
1463 * search.texi (Basic Isearch): Reference the Mark Ring node.
1464 (Replace, Unconditional Replace, Other Repeating Search):
1465 Describe Transient Mark mode as the default.
1466
1467 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1468 Transient Mark mode as the default.
1469 (Paragraphs): Describe how M-h behaves when region is active.
1470
1471 * trouble.texi (Quitting): Clarify effects of C-g.
1472
1473 2008-03-13 Glenn Morris <rgm@gnu.org>
1474
1475 * emacs.texi (EMACSVER): Set to 23.0.60.
1476
1477 2008-03-05 Glenn Morris <rgm@gnu.org>
1478
1479 * dired.texi (Hiding Subdirectories): Fix previous change.
1480
1481 2008-03-05 Drew Adams <drew.adams@oracle.com>
1482
1483 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
1484
1485 2008-02-28 Kim F. Storm <storm@cua.dk>
1486
1487 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1488 Move describe-distribution to C-h C-o.
1489 Move view-emacs-problems to C-h C-p.
1490 Add view-emacs-debugging on C-h C-d.
1491 Add view-external-packages on C-h C-e.
1492 Add view-order-manuals on C-h C-m.
1493
1494 2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
1495
1496 * msdog-xtra.texi (MS-DOS): Docstring fix.
1497
1498 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1499
1500 * msdog.texi (Windows Fonts): Use a @table for describing font
1501 properties.
1502
1503 2008-02-07 Jason Rumney <jasonr@gnu.org>
1504
1505 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1506 value has changed.
1507 (Windows HOME): Clarify what is meant by "if that fails as well".
1508 (Windows Fonts): New section.
1509
1510 2008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1511
1512 * basic.texi (Basic Undo): Remove duplicate "you can".
1513
1514 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1515
1516 * maintaining.texi (Tags): Fix last change.
1517
1518 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
1519
1520 * tramp.texi: Use new FSF's Back-Cover Text.
1521
1522 2008-01-31 Nick Roberts <nickrob@snap.net.nz>
1523
1524 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1525
1526 2008-01-26 Richard Stallman <rms@gnu.org>
1527
1528 * maintaining.texi (Tags): Delete redundant index entry.
1529
1530 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1531
1532 * programs.texi (Imenu): Move "@cindex tags" from here...
1533 * maintaining.texi (Tags): ...to here.
1534
1535 2008-01-23 Kevin Ryde <user42@zip.com.au>
1536
1537 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1538 click count.
1539
1540 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
1541
1542 * entering.texi (Exiting): Fix typo.
1543 Reported by D. E. Evans <sinuhe@gnu.org>.
1544
1545 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1546
1547 * glossary.texi (Glossary): Fix typo.
1548
1549 2007-12-27 Richard Stallman <rms@gnu.org>
1550
1551 * text.texi (Formatted Text): Improve menu tag.
1552 (Editing Format Info): In Info, add duplicate menu of nodes
1553 about the submenus.
1554 (Format Faces): Say where Faces menu is found. Mention Other.
1555 (Format Colors): Say where these submenus are found.
1556 (Format Indentation, Format Justification): Likewise.
1557 (Format Properties): Likewise.
1558
1559 2007-12-22 Richard Stallman <rms@gnu.org>
1560
1561 * search.texi (Query Replace): Make exp of query-replace more
1562 self-contained, and clarify.
1563
1564 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1565
1566 2007-12-15 Richard Stallman <rms@gnu.org>
1567
1568 * files.texi (Auto Save): Clarify definition of auto-saving.
1569
1570 2007-11-26 Richard Stallman <rms@gnu.org>
1571
1572 * help.texi (Help Echo): Cleanups.
1573
1574 2007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1575
1576 * files.texi (Why Version Control?): Fix typo.
1577 (VCS Concepts): Fix typos; small tense fix.
1578 (Selecting a Fileset): Fix typos; small rewording.
1579 (Log Buffer): Likewise.
1580 (Old Revisions): Likewise.
1581
1582 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1583
1584 * mule.texi (Communication Coding): Fix wording of last change.
1585
1586 2007-11-16 Werner Lemberg <wl@gnu.org>
1587
1588 * custom.texi (Specifying File Variables):
1589 * major.texi (Choosing Modes): Mention '\" in man pages.
1590
1591 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1592
1593 * mule.texi (Communication Coding): Document x-select-request-type.
1594
1595 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1596
1597 2007-11-15 Francesco Potortì <pot@gnu.org>
1598
1599 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
1600 --output=file.
1601
1602 2007-11-13 Martin Rudalics <rudalics@gmx.at>
1603
1604 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1605 (Help Echo): Avoid mentioning the term "region" here and
1606 consistently use the term "active text".
1607
1608 2007-11-11 Glenn Morris <rgm@gnu.org>
1609
1610 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1611
1612 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1613
1614 * search.texi (Query Replace): Mention
1615 `query-replace-show-replacement'.
1616
1617 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * building.texi (Watch Expressions): Remove obscure sentence.
1620
1621 2007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1622
1623 * mule.texi (Select Input Method): Describe how to activate an input
1624 method in the text mode.
1625
1626 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1627
1628 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1629
1630 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1633
1634 2007-10-30 Glenn Morris <rgm@gnu.org>
1635
1636 * misc.texi (Directory Tracking): Explain a bit more about
1637 dirtrack-mode.
1638
1639 2007-10-25 Glenn Morris <rgm@gnu.org>
1640
1641 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1642
1643 2007-10-24 Richard Stallman <rms@gnu.org>
1644
1645 * misc.texi (Interactive Shell): Cleanup last change.
1646
1647 2007-10-22 Juri Linkov <juri@jurta.org>
1648
1649 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1650 default values.
1651
1652 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1653
1654 * files.texi: Disambiguate two slightly different uses of the term
1655 'filesets'.
1656
1657 2007-10-18 Martin Rudalics <rudalics@gmx.at>
1658
1659 * trouble.texi (Quitting): Fix typo.
1660
1661 2007-10-18 Glenn Morris <rgm@gnu.org>
1662
1663 * frames.texi (Mode Line Mouse): Mention minor mode names.
1664
1665 2007-10-17 Juri Linkov <juri@jurta.org>
1666
1667 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1668 fill-paragraph operates on the active region in Transient Mark mode.
1669 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1670 with fill-paragraph.
1671
1672 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1673 fill-paragraph.
1674
1675 * fixit.texi (Spelling): ispell-word operates on the active region
1676 in Transient Mark mode.
1677
1678 2007-10-17 Aaron S. Hawley <aaronh@garden.org>
1679
1680 * building.texi (Source Buffers):
1681 * custom.texi (Init Non-ASCII):
1682 * glossary.texi (Glossary): Use "key binding" consistently.
1683
1684 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * calendar.texi (Diary): Fix directive.
1687
1688 2007-10-16 Richard Stallman <rms@gnu.org>
1689
1690 * calendar.texi (Diary): Clarify text about diary file example.
1691
1692 2007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1693
1694 * files.texi: Capitalize node names according to convention.
1695
1696 2007-10-13 Glenn Morris <rgm@gnu.org>
1697
1698 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1699
1700 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1701
1702 * emacs.texi:
1703 * files.texi (Version Systems): Minor fixes to version-control material
1704 suggested by RMS and Robert J. Chassell.
1705
1706 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1707
1708 * files.texi (Version Systems):
1709 * vc-xtra.texi:
1710 * vc1-xtra.texi:
1711 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
1712 operations. Change of terminology from `version' to `revision'.
1713 Revise text for adequate description of VCSes with monotonic IDs.
1714 * emacs.texi: Change of terminology from `version' to `revision'.
1715
1716 2007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1717
1718 * files.texi (Version Systems): Describe newer VCses.
1719 Reorder the descriptions to be chronological.
1720
1721 2007-10-09 Richard Stallman <rms@gnu.org>
1722
1723 * display.texi (Cursor Display): Correct how cursor appears
1724 in nonselected windows.
1725
1726 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * building.texi (GDB Graphical Interface): Remove references to gdba
1729 and mention gud-gdb.
1730
1731 2007-08-31 Eli Zaretskii <eliz@gnu.org>
1732
1733 * rmail.texi (Rmail Sorting): Improve indexing.
1734
1735 2007-10-06 Juri Linkov <juri@jurta.org>
1736
1737 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1738 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1739 fill-paragraph-or-region.
1740
1741 * basic.texi (Arguments): Replace fill-paragraph with
1742 fill-paragraph-or-region.
1743
1744 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1745
1746 * files.texi: Update the section on version control for 2007
1747 conditions. None of these changes are new-VC-specific; that
1748 will come later.
1749
1750 2007-09-15 Glenn Morris <rgm@gnu.org>
1751
1752 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1753 to `list-holidays'.
1754
1755 2007-09-14 Glenn Morris <rgm@gnu.org>
1756
1757 * calendar.texi: Update all instances of mark-calendar-holidays,
1758 list-calendar-holidays, list-holidays with the new names.
1759
1760 2007-09-06 Glenn Morris <rgm@gnu.org>
1761
1762 Move manual sources from man/ to subdirectories of doc/.
1763 Split into the Emacs manual in emacs/, and other manuals in misc/.
1764 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1765 manual.
1766 (infodir): New variable.
1767 (info): Use $infodir.
1768 (emacsman): Delete target, not needed any more.
1769 Move all targets that are not the Emacs manual to misc/Makefile.in.
1770 (mostlyclean): Remove `gnustmp'.
1771 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1772 manual.
1773 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
1774 (emacsman): Delete target, not needed any more.
1775 (clean): Remove all info files but Emacs manual.
1776 Move all targets that are not the Emacs manual to misc/Makefile.in.
1777 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1778
1779 * Makefile.in (INFOSOURCES): Delete.
1780 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1781 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1782 *.vrs *.toc here...
1783 (maintainer-clean): ...from here.
1784
1785 2007-09-05 Glenn Morris <rgm@gnu.org>
1786
1787 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1788
1789 2007-08-29 Glenn Morris <rgm@gnu.org>
1790
1791 * emacs.texi (EMACSVER): Increase to 23.0.50.
1792
1793 2007-08-27 Richard Stallman <rms@gnu.org>
1794
1795 * emacs.texi (Top): Clarify menu item for Glossary.
1796
1797 * display.texi (Faces): Change secn title.
1798 Clarify not all fonts come from Font Lock.
1799
1800 2007-08-17 Eli Zaretskii <eliz@gnu.org>
1801
1802 * basic.texi (Position Info): Add index entry for face at point.
1803 Mention that character faces are also displayed by "C-u C-x =".
1804
1805 2007-08-08 Glenn Morris <rgm@gnu.org>
1806
1807 * glossary.texi (Glossary): Deprecate `iff'.
1808
1809 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * files.texi (File Conveniences): Document point motion keys in Image
1812 mode.
1813
1814 2007-07-27 Glenn Morris <rgm@gnu.org>
1815
1816 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1817 in-line.
1818
1819 * gpl.texi: New file with text of GPL.
1820 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1821
1822 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1823
1824 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1825
1826 * dired.texi (Wdired): Mention C-x C-q key binding.
1827
1828 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
1829
1830 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1831
1832 2007-07-25 Glenn Morris <rgm@gnu.org>
1833
1834 * emacs.texi (Copying): Replace license with GPLv3.
1835
1836 * Relicense all FSF files to GPLv3 or later.
1837
1838 2007-07-24 Glenn Morris <rgm@gnu.org>
1839
1840 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1841 for some calendars.
1842
1843 2007-07-23 Nick Roberts <nickrob@snap.net.nz>
1844
1845 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1846 default-directory for the current buffer is on a remote machine.
1847
1848 2007-07-21 Eli Zaretskii <eliz@gnu.org>
1849
1850 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1851 default value.
1852
1853 2007-07-21 Richard Stallman <rms@gnu.org>
1854
1855 * files.texi (Why Version Control?): Improve previous change.
1856
1857 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1858
1859 * files.texi (Why Version Control?): New node.
1860
1861 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
1862
1863 * building.texi (Starting GUD): Add xref to this anchor.
1864
1865 2007-06-24 Karl Berry <karl@gnu.org>
1866
1867 * emacs.texi: New Back-Cover Text.
1868
1869 2007-06-07 Alan Mackenzie <acm@muc.de>
1870
1871 * display.texi (Optional Mode Line): Document the new form of
1872 line+column numbers, "(561,2)".
1873
1874 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * maintaining.texi (Create Tags Table): Fix typos.
1877
1878 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * Version 22.1 released.
1881
1882 2007-05-07 Karl Berry <karl@gnu.org>
1883
1884 * emacs.texi (EMACSVER): Back to 22.
1885
1886 2007-05-06 Richard Stallman <rms@gnu.org>
1887
1888 * maintaining.texi (Create Tags Table): Clean up previous change.
1889
1890 2007-05-05 Francesco Potortì <pot@gnu.org>
1891
1892 * maintaining.texi (Create Tags Table): Add text about the dangers of
1893 making symbolic links to tags files.
1894
1895 2007-05-04 Karl Berry <karl@gnu.org>
1896
1897 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1898
1899 2007-05-03 Karl Berry <karl@gnu.org>
1900
1901 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1902
1903 * .cvsignore (*.pdf): New entry.
1904
1905 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1906 for printing.
1907
1908 2007-05-01 Richard Stallman <rms@gnu.org>
1909
1910 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1911
1912 2007-04-28 Glenn Morris <rgm@gnu.org>
1913
1914 * ack.texi (Acknowledgments):
1915 * anti.texi (Antinews):
1916 * programs.texi (Program Modes): Restore mention of python.el pending
1917 consideration of legal status.
1918
1919 2007-04-28 Richard Stallman <rms@gnu.org>
1920
1921 * files.texi (File Names): Fixes to ~ description on MS systems.
1922
1923 2007-04-26 Glenn Morris <rgm@gnu.org>
1924
1925 * emacs.texi (EMACSVER): Increase to 22.1.50.
1926
1927 2007-04-25 Karl Berry <karl@gnu.org>
1928
1929 * emacs.texi: Improve line breaks on copyright page,
1930 similar layout to lispref, 8.5x11 by default.
1931
1932 * dired.texi (Image-Dired): Improve line break, fix typo.
1933
1934 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * programs.texi (Program Modes):
1937 * anti.texi (Antinews):
1938 * ack.texi (Acknowledgments): python.el removed.
1939
1940 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * display.texi (Highlight Interactively): Correct description of
1943 hi-lock-file-patterns-policy.
1944
1945 * files.texi (File Archives): Mention self-extracting executables.
1946
1947 2007-04-23 Eli Zaretskii <eliz@gnu.org>
1948
1949 * search.texi (Unconditional Replace, Query Replace): Add xref to
1950 "Replacement and Case".
1951
1952 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * dired.texi (Image-Dired): Move from Thumbnails node.
1955 * misc.texi (Thumbnails): Node deleted.
1956 * emacs.texi (Top): Update node listing.
1957
1958 * files.texi (File Conveniences):
1959 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
1960
1961 2007-04-21 Richard Stallman <rms@gnu.org>
1962
1963 * display.texi (Highlight Interactively): Correct previous change.
1964 Clarify doc of hi-lock-find-patterns, and move new features into it.
1965
1966 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1967
1968 * display.texi (Highlight Interactively): Document
1969 hi-lock-file-patterns-policy.
1970
1971 2007-04-20 Martin Rudalics <rudalics@gmx.at>
1972
1973 * display.texi (Scrolling): Fix typo.
1974
1975 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * doclicense.texi: Remove node heading, so that it can be included by
1978 other files.
1979
1980 * emacs.texi: Insert node heading for GFDL.
1981
1982 2007-04-14 Eli Zaretskii <eliz@gnu.org>
1983
1984 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1985 "command line".
1986
1987 * display.texi (Faces): Refer to "Creating Frames" for face
1988 and other frame customizations in .emacs.
1989
1990 * frames.texi (Creating Frames): Mention that face customizations can
1991 be put in .emacs. Add index entries.
1992
1993 2007-04-12 Richard Stallman <rms@gnu.org>
1994
1995 * glossary.texi (Glossary): Explain `iff'.
1996
1997 2007-04-11 Karl Berry <karl@gnu.org>
1998
1999 * gnu.texi (Top),
2000 * macos.texi (Mac Font Specs),
2001 * anti.texi (Antinews),
2002 * xresources.texi (Resources),
2003 * misc.texi (Emulation),
2004 * calendar.texi (Daylight Saving),
2005 * dired.texi (Dired and Find),
2006 * rmail.texi (Remote Mailboxes),
2007 * sending.texi (Mail Headers),
2008 * programs.texi (Which Function),
2009 * files.texi (Recover),
2010 * buffers.texi (Uniquify),
2011 * frames.texi (Wheeled Mice),
2012 * killing.texi (Rectangles): Wording to improve breaks in
2013 8.5x11 format.
2014 * mule.texi (Language Environments): \hbadness=10000 since there's
2015 no way to reword.
2016 * emacs.texi (smallbook): New @set to more easily switch between
2017 smallbook and 8.5x11.
2018
2019 2007-04-11 Richard Stallman <rms@gnu.org>
2020
2021 * files.texi (File Conveniences): Add xref to Tumme.
2022 Delete text about Thumbnail mode.
2023
2024 2007-04-09 Alan Mackenzie <acm@muc.de>
2025
2026 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2027 new name. Insert concept index entries.
2028
2029 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * display.texi (Standard Faces): Document prefix arg for
2032 list-faces-display.
2033
2034 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2035
2036 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2039
2040 * files.texi (Misc File Ops): Rewrite description of
2041 insert-file-literally.
2042
2043 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2044
2045 * misc.texi (Printing): Postscript -> PostScript.
2046
2047 * ack.texi (Acknowledgments): Postscript -> PostScript.
2048
2049 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2050
2051 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2052 below.
2053
2054 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2057 Init Non-ASCII.
2058 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2059 (Init Non-ASCII): New node.
2060
2061 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2062
2063 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2064
2065 2007-03-12 Glenn Morris <rgm@gnu.org>
2066
2067 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2068 "Daylight Savings".
2069
2070 * calendar.texi: Replace "daylight savings" with "daylight
2071 saving" in text throughout.
2072
2073 2007-03-04 Richard Stallman <rms@gnu.org>
2074
2075 * custom.texi (Safe File Variables): Minor correction.
2076
2077 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2078
2079 * rmail.texi (Movemail): Add internal ref.
2080 Don't indent the intro for the PROTO table.
2081 Format PROTO table items with @code.
2082
2083 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2084
2085 * building.texi: Remove references to bashdb.
2086
2087 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2088
2089 * mule.texi (Language Environments): Update list of supported language
2090 environments.
2091
2092 2007-02-14 Kim F. Storm <storm@cua.dk>
2093
2094 * building.texi (Grep Searching): Fix lgrep doc.
2095
2096 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
2097
2098 * back.texi: Remove unused file.
2099
2100 2007-02-05 Francesco Potortì <pot@gnu.org>
2101
2102 * maintaining.texi (Tag Syntax): Now --members is the default for
2103 etags, not for ctags yet.
2104
2105 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2106
2107 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2108 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2109 expects. Add comments to prevent people from inadvertently modifying
2110 the key parts needed by `texinfo-multiple-files-update'.
2111
2112 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * frames.texi (Secondary Selection): Window clicked does not matter
2115 when mouse-yank-at-point is non-nil.
2116
2117 2007-01-16 Glenn Morris <rgm@gnu.org>
2118
2119 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2120 system abbrev.
2121
2122 2007-01-11 Richard Stallman <rms@gnu.org>
2123
2124 * msdog.texi (Windows Keyboard): Another small cleanup.
2125
2126 2007-01-10 Richard Stallman <rms@gnu.org>
2127
2128 * msdog.texi (Windows Keyboard): Yet another try to make
2129 everyone happy with that passage.
2130
2131 2007-01-05 Richard Stallman <rms@gnu.org>
2132
2133 * anti.texi (Antinews): Mention M-x shell scrolling.
2134
2135 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * building.texi (Watch Expressions): Describe gdb-max-children.
2138
2139 2007-01-04 Richard Stallman <rms@gnu.org>
2140
2141 * msdog.texi (Windows Keyboard): Clarify previous change.
2142
2143 2007-01-02 Richard Stallman <rms@gnu.org>
2144
2145 * custom.texi (Changing a Variable): Minor clarification.
2146 (Specific Customization): customize-customized => customize-unsaved.
2147
2148 * entering.texi (Entering Emacs): Clean up text about restarting
2149 Emacs for each file.
2150
2151 * misc.texi (Shell Options): Minor cleanup.
2152
2153 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2154 with Emacs, not vice versa.
2155
2156 * programs.texi (Symbol Completion): Recommend customizing
2157 window manager.
2158
2159 * xresources.texi (Resources): Minor fix.
2160
2161 2007-01-01 Jan Djärv <jan.h.d@swipnet.se>
2162
2163 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2164
2165 2007-01-01 Richard Stallman <rms@gnu.org>
2166
2167 * commands.texi (User Input): Document keys stolen by window mangers.
2168
2169 2006-12-31 Richard Stallman <rms@gnu.org>
2170
2171 * custom.texi (Specific Customization): Document customize-option
2172 instead of customize-variable.
2173
2174 2006-12-31 Kim F. Storm <storm@cua.dk>
2175
2176 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2177
2178 2006-12-30 Kim F. Storm <storm@cua.dk>
2179
2180 * killing.texi (CUA Bindings): Fix typo.
2181
2182 * xresources.texi (Table of Resources): Mention grow-only value for
2183 auto-resize-tool-bars.
2184
2185 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2186
2187 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2188 and how to get them back.
2189
2190 2006-12-26 Richard Stallman <rms@gnu.org>
2191
2192 * calendar.texi (Holidays): Holiday listing is based on current
2193 practice, but DST is not.
2194
2195 2006-12-25 Richard Stallman <rms@gnu.org>
2196
2197 * emacs.texi (Top): Update subnode menus.
2198
2199 * mark.texi (Transient Mark): Fix xref.
2200
2201 * killing.texi (Graphical Kill): Node deleted.
2202 (Killing): Add xref to Cut and Paste.
2203 (CUA Bindings): Update xref.
2204
2205 * frames.texi (Cut and Paste): New section to hold other nodes.
2206 (Mouse Commands): Node demoted.
2207 (Cut/Paste Other App): Split out from Mouse Commands.
2208 (Word and Line Mouse): Likewise.
2209 (Secondary Selection, Clipboard): Nodes demoted.
2210
2211 2006-12-24 Kevin Ryde <user42@zip.com.au>
2212
2213 * calendar.texi (Holidays): US daylight saving begins second Sunday
2214 in March for 2007 onwards.
2215 (Daylight Savings): Show new US default daylight saving rules, 2nd
2216 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2217
2218 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * calendar.texi (Scroll Calendar): < and > are switched.
2221
2222 2006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2223
2224 * killing.texi (Deletion): Describe M-\ prefix argument.
2225
2226 2006-12-23 Richard Stallman <rms@gnu.org>
2227
2228 * search.texi (Regexp Search): Explain why forward and reverse regexp
2229 search are not mirror images.
2230
2231 2006-12-19 Kim F. Storm <storm@cua.dk>
2232
2233 * major.texi (Choosing Modes): Describe match-function elements for
2234 magic-mode-alist.
2235
2236 2006-12-18 Eli Zaretskii <eliz@gnu.org>
2237
2238 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2239 peculiarities.
2240
2241 2006-12-18 Richard Stallman <rms@gnu.org>
2242
2243 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2244
2245 2006-12-17 Alan Mackenzie <acm@muc.de>
2246
2247 * programs.texi (Left Margin Paren): Remove the bit which says
2248 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2249 Discuss some of the issues of setting this option to nil.
2250
2251 2006-12-17 Glenn Morris <rgm@gnu.org>
2252
2253 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2254
2255 2006-12-16 Eli Zaretskii <eliz@gnu.org>
2256
2257 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2258 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2259 NTFS volumes.
2260 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2261 volumes.
2262
2263 2006-12-15 Eli Zaretskii <eliz@gnu.org>
2264
2265 * text.texi (HTML Mode): Fix "C-c TAB".
2266
2267 2006-12-09 Richard Stallman <rms@gnu.org>
2268
2269 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2270
2271 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2272
2273 * files.texi (Misc File Ops): Document insert-file-literally.
2274
2275 2006-12-08 Eli Zaretskii <eliz@gnu.org>
2276
2277 * cmdargs.texi (Colors): Note that --color is intended for overriding
2278 the terminal defaults, not for normal invocation.
2279
2280 * misc.texi (Emacs Server): Improve wording. Don't mention the
2281 ``server program''. Add a cross-reference to "Init File" node.
2282 (Invoking emacsclient): Add index entries. Document both short and
2283 long versions of command-line options. Document the -f option.
2284
2285 2006-12-06 Richard Stallman <rms@gnu.org>
2286
2287 * text.texi (Outline Format): Say to set outline-regexp
2288 and outline-level with major modes and file local variables.
2289
2290 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
2291
2292 * anti.texi (Antinews): Mention the alternative to
2293 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2294
2295 * misc.texi (Interactive Shell): Ditto.
2296
2297 2006-12-04 Eli Zaretskii <eliz@gnu.org>
2298
2299 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2300
2301 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2302
2303 2006-12-01 Eli Zaretskii <eliz@gnu.org>
2304
2305 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2306 colon in the mode line.
2307
2308 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2309
2310 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2311
2312 * building.texi (Watch Expressions): Mention SPC for expanding/
2313 contracting watch expressions.
2314
2315 2006-11-26 Kim F. Storm <storm@cua.dk>
2316
2317 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2318
2319 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2320
2321 * building.texi (Debugger Operation): Define text command mode.
2322 Clarify how tooltips work.
2323 (GDB Graphical Interface): Explain how to run in text command mode
2324 more clearly.
2325
2326 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2329
2330 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2333
2334 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2337 and EMACS is deprecated.
2338
2339 2006-11-18 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2342
2343 2006-11-18 Jan Djärv <jan.h.d@swipnet.se>
2344
2345 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2346
2347 * emacs.texi: Include xresources.texi both for info and dvi.
2348
2349 * xresources.texi: Merge text from xresmini.texi.
2350
2351 2006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
2352
2353 * glossary.texi: Fix typos.
2354
2355 2006-11-06 Richard Stallman <rms@gnu.org>
2356
2357 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2358
2359 * ack.texi (Acknowledgments): Fix name spelling.
2360
2361 2006-11-01 Juri Linkov <juri@jurta.org>
2362
2363 * search.texi (Word Search): Document incremental word search.
2364
2365 2006-10-28 Glenn Morris <rgm@gnu.org>
2366
2367 * ack.texi (Acknowledgments): Add cal-html author.
2368
2369 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2370 Calendar"). Describe new package cal-html.
2371 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2372 Calendar Files."
2373
2374 2006-10-23 Richard Stallman <rms@gnu.org>
2375
2376 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2377 Abbrev mode is enabled.
2378
2379 2006-10-16 Richard Stallman <rms@gnu.org>
2380
2381 * emacs.texi: Update ISBN.
2382
2383 2006-10-11 Kim F. Storm <storm@cua.dk>
2384
2385 * emacs.texi (Acknowledgments): Use @dotless{i}.
2386
2387 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2388
2389 * building.texi (Breakpoints Buffer): Mention catchpoints.
2390
2391 2006-10-08 Kim F. Storm <storm@cua.dk>
2392
2393 * ack.texi (Acknowledgments): Update.
2394
2395 * emacs.texi (Acknowledgments): Fix bad @/ form.
2396
2397 2006-10-05 Kim F. Storm <storm@cua.dk>
2398
2399 * emacs.texi (Acknowledgments): Add more contributors.
2400
2401 2006-10-03 Richard Stallman <rms@gnu.org>
2402
2403 * emacs.texi (Acknowledgments): Update version and edition.
2404
2405 2006-10-01 Karl Berry <karl@gnu.org>
2406
2407 * custom.texi (Customization Groups): Page break to keep example buffer
2408 on one page.
2409
2410 2006-09-30 Karl Berry <karl@gnu.org>
2411
2412 * programs.texi (Basic Indent): @need to improve page break.
2413 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2414
2415 2006-09-29 Glenn Morris <rgm@gnu.org>
2416
2417 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2418
2419 2006-09-29 Karl Berry <karl@gnu.org>
2420
2421 * windows.texi (Basic Window): Remove forced @break, no longer
2422 desirable.
2423 * frames.texi (Frame Commands),
2424 * mark.texi (Marking Objects): Reword to avoid bad page break.
2425 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2426
2427 2006-09-19 Richard Stallman <rms@gnu.org>
2428
2429 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2430 stick to present tense.
2431
2432 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
2433
2434 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2435 to x-gtk-use-old-file-dialog.
2436 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2437
2438 2006-09-15 Jay Belanger <belanger@truman.edu>
2439
2440 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
2441 Change "Library Public License" to "Lesser Public License"
2442 throughout. Use "yyyy" to represent year.
2443
2444 2006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2445
2446 * files.texi (Visiting): Add index entry "open file".
2447
2448 2006-09-11 Richard Stallman <rms@gnu.org>
2449
2450 * building.texi (Compilation Mode): Clarification.
2451 (Grep Searching): Add xref to Compilation Mode.
2452
2453 2006-09-08 Richard Stallman <rms@gnu.org>
2454
2455 * search.texi (Search): Ref multi-file search commands here.
2456 (Other Repeating Search): Not here.
2457
2458 2006-08-28 Richard Stallman <rms@gnu.org>
2459
2460 * windows.texi (Split Window): Update xref.
2461
2462 * basic.texi (Continuation Lines): Update xref.
2463
2464 * indent.texi (Tab Stops): Update xref.
2465
2466 * emacs.texi (Top): Update subnode menu.
2467
2468 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2469 split out of Display Custom.
2470
2471 2006-08-25 Kim F. Storm <storm@cua.dk>
2472
2473 * display.texi (Display Custom): Add variables overline-margin
2474 and x-underline-at-descent-line.
2475
2476 2006-08-25 Richard Stallman <rms@gnu.org>
2477
2478 * entering.texi (Exiting): Rewrite to give graphical displays
2479 priority over text terminals.
2480
2481 * search.texi (Incremental Search): Move index entries.
2482
2483 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * custom.texi (Init File): Reference Find Init to avoid "home
2486 directory" confusion.
2487
2488 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2489
2490 * building.texi (Other GDB-UI Buffers): Describe how to edit
2491 a value in the locals buffer.
2492
2493 2006-08-21 Richard Stallman <rms@gnu.org>
2494
2495 * search.texi (Basic Isearch): Add `isearch' index entry.
2496
2497 2006-08-16 Richard Stallman <rms@gnu.org>
2498
2499 * misc.texi (Saving Emacs Sessions): Clean up wording.
2500
2501 * mark.texi (Marking Objects): Mention term "select all".
2502
2503 * emacs.texi (Top): Update subnode menu.
2504
2505 * help.texi (Help Mode): Move node up in file.
2506
2507 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2508
2509 * building.texi (Stack Buffer): Explain fringe arrow.
2510
2511 2006-08-12 Eli Zaretskii <eliz@gnu.org>
2512
2513 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2514 on startup.
2515
2516 2006-08-11 Romain Francoise <romain@orebokech.com>
2517
2518 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2519
2520 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2521
2522 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2523
2524 2006-08-10 Richard Stallman <rms@gnu.org>
2525
2526 * text.texi (Format Faces): Substantial rewrites to deal
2527 with face merging. Empty regions don't count. Clarify
2528 face property inheritance.
2529
2530 2006-08-08 Romain Francoise <romain@orebokech.com>
2531
2532 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2533 <arjuropo@cc.jyu.fi>.
2534
2535 2006-08-04 Eli Zaretskii <eliz@gnu.org>
2536
2537 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2538 apply to all frames.
2539
2540 2006-08-01 Richard Stallman <rms@gnu.org>
2541
2542 * help.texi (Name Help): Add index entries for describe-variable.
2543
2544 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2545
2546 * building.texi (GDB Graphical Interface): Shorten node names.
2547 (GDB-UI Layout): Use GDB-related.
2548 (Other GDB-UI Buffers): Simplify English.
2549
2550 2006-07-31 Richard Stallman <rms@gnu.org>
2551
2552 * search.texi (Query Replace): Add xref for Dired's Q command.
2553
2554 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2555
2556 * building.texi (GDB commands in Fringe): Rename to...
2557 (Source Buffers): ..this and move forward. Describe hollow arrow and
2558 new option gdb-find-source-frame.
2559
2560 2006-07-29 Richard Stallman <rms@gnu.org>
2561
2562 * dired.texi (Operating on Files): Simplify previous change
2563 and fix Texinfo usage.
2564
2565 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2566
2567 * dired.texi (Operating on Files): Add cross-references. State the
2568 Unix commands that do similar things.
2569
2570 2006-07-28 Richard Stallman <rms@gnu.org>
2571
2572 * mark.texi (Transient Mark): Clarify that region never disappears
2573 when Transient Mark mode is off, and not when it is on.
2574
2575 2006-07-27 Richard Stallman <rms@gnu.org>
2576
2577 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2578
2579 2006-07-24 Richard Stallman <rms@gnu.org>
2580
2581 * xresources.texi (GTK styles): Fix texinfo usage.
2582
2583 * commands.texi (User Input): Explain why we teach keyboard cmds.
2584
2585 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2586 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2587 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2588 * doclicense.texi, display.texi, dired.texi, basic.texi:
2589 * anti.texi, ack.texi: Move periods and commas inside quotes.
2590
2591 2006-07-22 Eli Zaretskii <eliz@gnu.org>
2592
2593 * cmdargs.texi (General Variables): Document EMAIL.
2594
2595 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2596
2597 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2598 doesn't have effect on MS-Windows.
2599
2600 2006-07-17 Richard Stallman <rms@gnu.org>
2601
2602 * building.texi (Grep Searching): Explain about chaining grep commands.
2603
2604 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * killing.texi, mini.texi: Fix typos.
2607
2608 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2611 is invoked for multiple files.
2612
2613 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2614
2615 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2616 on-line manual for the rest of this node.
2617 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2618 unconditionally.
2619 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2620 Improve wording.
2621 (Windows Printing): Improve wording.
2622 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2623 rest of this node.
2624
2625 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2626
2627 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2628 with eval-buffer.
2629
2630 2006-07-05 Nick Roberts <nickrob@snap.net.nz>
2631
2632 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2633 of character translation.
2634
2635 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2638
2639 2006-07-03 Karl Berry <karl@gnu.org>
2640
2641 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2642 not-too-underfull hboxes in the TeX output.
2643 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2644 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2645 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2646 * sending.texi, text.texi: Fix overfull/underfull boxes.
2647
2648 2006-07-03 Romain Francoise <romain@orebokech.com>
2649
2650 * m-x.texi (M-x): Fix.
2651
2652 2006-07-03 Richard Stallman <rms@gnu.org>
2653
2654 * search.texi (Other Repeating Search): filename -> file name.
2655
2656 * misc.texi (Narrowing): Minor cleanups.
2657
2658 * files.texi (Visiting): filename -> file name.
2659
2660 * emacs.texi (Top): Update subnode menus.
2661
2662 * mule.texi (Coding Systems): Move char translation stuff here.
2663 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2664 (Recognize Coding): Substantial local rewrites.
2665 (International): Update menu.
2666
2667 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2668 (Scrolling): Substantial local rewrites.
2669 (Display): Update menu and intro.
2670
2671 * dired.texi: filename -> file name.
2672
2673 * custom.texi (Safe File Variables): Texinfo usage fix.
2674
2675 2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
2676
2677 * help.texi, m-x.texi: Lots of cleanups.
2678
2679 2006-06-30 Eli Zaretskii <eliz@gnu.org>
2680
2681 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2682 (Windows Processes, Windows Misc): Shorten the printed version by
2683 selectively conditioning less important portions by @ifnottex.
2684
2685 2006-06-27 Richard Stallman <rms@gnu.org>
2686
2687 * mini.texi (Minibuffer File): Minor cleanup.
2688
2689 2006-06-25 Nick Roberts <nickrob@snap.net.nz>
2690
2691 * frames.texi (XTerm Mouse): Rename to...
2692 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2693
2694 * emacs.texi (Top): Use new node name.
2695
2696 2006-06-24 Eli Zaretskii <eliz@gnu.org>
2697
2698 * emacs.texi (Top): Update the detailed menu according to changes in
2699 msdog.texi.
2700
2701 * msdog.texi (Windows Keyboard): New section.
2702 (Windows Mouse): New section.
2703 (Windows System Menu): Remove section (text merged with "Windows
2704 Keyboard").
2705 (Windows Misc): New section.
2706
2707 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2708
2709 * msdog.texi (ls in Lisp): New section.
2710
2711 * files.texi (Visiting): Document case-insensitive wildcard matching
2712 under find-file-wildcards.
2713
2714 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2715
2716 * macos.texi (Mac Input): Add description of mac-function-modifier.
2717 Now Unicode keyboard layouts work.
2718
2719 2006-06-10 Richard Stallman <rms@gnu.org>
2720
2721 * mule.texi (Recognize Coding): Clarify previous change.
2722
2723 2006-06-09 Kenichi Handa <handa@m17n.org>
2724
2725 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2726 notation.
2727
2728 2006-06-07 Kevin Ryde <user42@zip.com.au>
2729
2730 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2731 manual for @ifnottex, but in emacs-extra for @iftex.
2732
2733 * cmdargs.texi (General Variables): Fix smtpmail xref.
2734
2735 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * programs.texi (Comment Commands):
2738 * custom.texi (Specifying File Variables):
2739 Use ;; instead of ;;; to better follow coding conventions.
2740
2741 2006-06-07 Nick Roberts <nickrob@snap.net.nz>
2742
2743 * building.texi (Watch Expressions): Move node to end.
2744 (GDB Graphical Interface): Move description of clicks in fringe...
2745 (GDB commands in the Fringe): ...to here. New node.
2746
2747 2006-06-05 Romain Francoise <romain@orebokech.com>
2748
2749 * xresmini.texi (GTK resources): Fix various typos.
2750
2751 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * building.texi (GDB Graphical Interface): Update bindings.
2754 (Commands of GUD): Add gud-print. Remove gud-run.
2755 Restate availability more generally.
2756
2757 2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
2758
2759 * mini.texi: Lots of cleanups.
2760
2761 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2762
2763 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2764 and Mouse-2.
2765
2766 2006-06-01 Jan Djärv <jan.h.d@swipnet.se>
2767
2768 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2769
2770 2006-05-31 Richard Stallman <rms@gnu.org>
2771
2772 * basic.texi (Moving Point): Fix previous change.
2773
2774 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
2775
2776 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2777
2778 2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
2779
2780 * basic.texi: Many simplifications and improvements in wording.
2781
2782 2006-05-26 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * anti.texi (Antinews): Create a node for gdb-ui.
2785
2786 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2787
2788 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2789
2790 2006-05-20 Richard Stallman <rms@gnu.org>
2791
2792 * dired.texi (Dired Navigation): dired-goto-file is now j.
2793
2794 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2795
2796 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2797 and their aliases.
2798
2799 * msdog.texi (Windows Printing): Mention non-support of plain text
2800 printing with some el-cheapo printers, and suggest a workaround.
2801
2802 2006-05-20 Kevin Ryde <user42@zip.com.au>
2803
2804 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2805 remove the bit saying you must set it.
2806
2807 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2808
2809 * trouble.texi (Checklist):
2810 * text.texi (Text, Auto Fill, Text Mode):
2811 * search.texi (Nonincremental Search):
2812 * rmail.texi (Rmail Labels):
2813 * mule.texi (Input Methods, Multibyte Conversion):
2814 * misc.texi (Gnus, Where to Look, PostScript):
2815 * maintaining.texi (Create Tags Table):
2816 * indent.texi (Indentation Commands):
2817 * fixit.texi (Spelling):
2818 * emacs.texi (Copying):
2819 * custom.texi (Init File): ifinfo -> ifnottex.
2820
2821 2006-05-17 Richard Stallman <rms@gnu.org>
2822
2823 * files.texi (Diff Mode): Mention C-x `.
2824
2825 2006-05-08 Richard Stallman <rms@gnu.org>
2826
2827 * custom.texi (Disabling): Textual cleanups.
2828
2829 2006-05-12 Glenn Morris <rgm@gnu.org>
2830
2831 * calendar.texi (Displaying the Diary, Format of Diary File):
2832 Refer to diary-view-entries, diary-list-entries,
2833 diary-show-all-entries rather than obsolete aliases.
2834
2835 2006-05-12 Eli Zaretskii <eliz@gnu.org>
2836
2837 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2838 (Displaying the Diary, Special Diary Entries, Importing Diary):
2839 * building.texi (Compilation Shell):
2840 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2841 emacs-xtra with @inforef's.
2842
2843 * files.texi (Visiting): Fix wording.
2844
2845 * mule.texi (Coding Systems, Text Coding): More indexing.
2846 Mention that C-x RET f can set eol conversion.
2847
2848 2006-05-07 Jan Djärv <jan.h.d@swipnet.se>
2849
2850 * xresmini.texi (GTK resources): Insert GTK description.
2851
2852 * xresources.texi (GTK resources): metafont should be menufont.
2853
2854 2006-05-06 Michael Albinus <michael.albinus@gmx.de>
2855
2856 * mini.texi (Completion Options): Completion of remote files'
2857 method, user name and host name is active only in partial
2858 completion mode.
2859
2860 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2861
2862 * makefile.w32-in (emacs.dvi):
2863 * Makefile.in (emacs.dvi): Add xresmini.texi.
2864
2865 * xresmini.texi (Table of Resources): Remove xref to non-existent
2866 node "LessTif Resources".
2867
2868 * msdog.texi (Microsoft Windows):
2869 * calendar.texi (Calendar/Diary, Displaying the Diary)
2870 (Special Diary Entries, Importing Diary, Holidays):
2871 * programs.texi (Program Modes):
2872 * text.texi (Text):
2873 * buffers.texi (Several Buffers):
2874 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2875
2876 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2877
2878 The following changes merge the emacs-xtra manual into the main
2879 manual, but only for on-line version of the manual.
2880
2881 * vc2-xtra.texi (Version Backups, Local Version Control)
2882 (Making Snapshots, Change Logs and VC, Version Headers)
2883 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2884 on-line manual.
2885
2886 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2887 for on-line manual.
2888
2889 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2890 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2891 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2892 for on-line manual.
2893
2894 * fortran-xtra.texi (Fortran, Fortran Autofill)
2895 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2896 for on-line manual.
2897
2898 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2899 Conditional xref's for on-line manual.
2900
2901 * emerge-xtra.texi (Emerge, Overview of Emerge)
2902 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2903 manual.
2904
2905 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2906 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2907 (EMACSSOURCES): Use EMACS_XTRA.
2908 (../info/emacs-xtra): Remove.
2909 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2910
2911 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2912 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2913 (EMACSSOURCES): Use EMACS_XTRA.
2914 ($(infodir)/emacs-xtra): Remove.
2915 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2916
2917 * trouble.texi (Quitting):
2918 * text.texi (Text):
2919 * programs.texi (Program Modes):
2920 * msdog.texi (Microsoft Windows):
2921 * frames.texi (Frames):
2922 * files.texi (Backup, Version Control, VC Concepts)
2923 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2924 (Registering, VC Status, VC Undo, Multi-User Branching)
2925 (Comparing Files):
2926 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2927 (Displaying the Diary, Special Diary Entries, Importing Diary):
2928 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2929 conditional xref's, depending on @iftex/@ifnottex.
2930
2931 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2932 "MS-DOS". @include msdog-xtra.texi.
2933
2934 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2935 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2936
2937 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2938 for vc-xtra.texi subsections.
2939 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2940 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2941
2942 * sending.texi (Sending Mail): A @node line without explicit Prev,
2943 Next, and Up links.
2944
2945 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2946 Next, and Up links.
2947
2948 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2949 and its sections. @include picture-xtra.texi.
2950
2951 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2952 "Emerge".
2953 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2954
2955 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2956 exact duplicate of its name-sake in calendar.texi.
2957
2958 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2959 "Advanced Calendar/Diary Usage".
2960 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2961
2962 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2963 dired-xtra.texi.
2964 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2965
2966 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2967 (Files) [ifnottex]: Add menu entry for Autorevert.
2968
2969 * emacs-xtra.texi (Introduction): Reword to make consistent with
2970 printed version only.
2971 <Top level>: Remove the body of all chapters and move them to the
2972 new *-xtra.texi files. Use @raisesections and @lowersections to
2973 convert sections to chapters etc.
2974
2975 * msdog-xtra.texi:
2976 * fortran-xtra.texi:
2977 * vc-xtra.texi:
2978 * vc1-xtra.texi:
2979 * vc2-xtra.texi:
2980 * emerge-xtra.texi:
2981 * cal-xtra.texi:
2982 * dired-xtra.texi:
2983 * arevert-xtra.texi: New files, with text from respective chapters
2984 of emacs-xtra.texi. Convert each @chapter into @section, @section
2985 into @subsection, etc.
2986
2987 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
2988 updated.
2989
2990 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
2991 Windows". All references updated.
2992
2993 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2994
2995 * macos.texi (Mac Input): Mention input from Character Palette.
2996 (Mac Font Specs): Fix typo.
2997
2998 2006-05-05 Richard Stallman <rms@gnu.org>
2999
3000 * files.texi (Diff Mode): Minor cleanup.
3001
3002 2006-05-05 Karl Berry <karl@gnu.org>
3003
3004 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3005 errors from the current release of makeinfo (4.8).
3006 * help.texi (Library Keywords): Change widest word in multitable
3007 template from `emulations' to `convenience'. (Not sure if this is
3008 related to the font change.)
3009
3010 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3011
3012 * files.texi (File Names): Add a footnote about limited support of
3013 ~USER on MS-Windows.
3014
3015 * cmdargs.texi (Initial Options): Add a footnote about limited
3016 support of ~USER on MS-Windows.
3017
3018 2006-05-03 Richard Stallman <rms@gnu.org>
3019
3020 * files.texi (Diff Mode): Node moved here.
3021 (Comparing Files): Delete what duplicates new node.
3022 (Files): Put Diff Mode in menu.
3023
3024 * misc.texi (Diff Mode): Moved to files.texi.
3025
3026 * emacs.texi (Top): Update menu for Diff Mode.
3027
3028 * trouble.texi (Emergency Escape): Simplify.
3029
3030 * emacs.texi (Top): Minor clarification.
3031
3032 2006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3033
3034 * commands.texi, entering.texi, screen.texi: Many simplifications.
3035
3036 2006-05-03 Richard Stallman <rms@gnu.org>
3037
3038 * commands.texi (Text Characters): Delete paragraph about unibyte
3039 non-ASCII printing chars.
3040
3041 * killing.texi (Killing): Say "graphical displays".
3042 * display.texi: Say "graphical displays".
3043
3044 * cmdargs.texi (Misc X): Say "graphical displays".
3045
3046 2006-05-01 Richard Stallman <rms@gnu.org>
3047
3048 * emacs.texi (Top): Add Diff Mode to menu.
3049
3050 2006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3051
3052 * misc.texi (Diff Mode): New node.
3053
3054 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3055
3056 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3057 (Mac Environment Variables): Shorten example line.
3058 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3059
3060 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * building.texi (GUD Customization): Describe cases %d and %c.
3063 Update description for %e.
3064
3065 2006-04-30 Glenn Morris <rgm@gnu.org>
3066
3067 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3068
3069 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 * custom.texi (Examining): Update C-h v output example.
3072
3073 2006-04-29 Kim F. Storm <storm@cua.dk>
3074
3075 * building.texi (Grep Searching): Add lgrep and rgrep.
3076
3077 2006-04-23 Richard Stallman <rms@gnu.org>
3078
3079 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3080
3081 * xresmini.texi: New file.
3082
3083 * xresources.texi (Face Resources): Split table into font resources
3084 and the rest. Combine similar attributes for brevity.
3085
3086 2006-04-21 Eli Zaretskii <eliz@gnu.org>
3087
3088 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3089 backslashes and case-insensitivity in file names (moved to the
3090 main manual).
3091 (MS-DOS Printing): Move most of the text to the main manual.
3092
3093 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3094 New nodes.
3095 (Windows Processes, Windows System Menu): Add index entries and
3096 fix wording.
3097
3098 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3099
3100 * misc.texi (Shell Ring): Add notes on saved input when
3101 navigating off the end of the history list.
3102
3103 2006-04-18 Chong Yidong <cyd@mit.edu>
3104
3105 * misc.texi (Shell Options): Correct default value of
3106 comint-scroll-show-maximum-output.
3107
3108 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3109
3110 * building.texi (Watch Expressions): Update.
3111
3112 2006-04-12 Richard Stallman <rms@gnu.org>
3113
3114 * search.texi: Clean up previous change.
3115
3116 2006-04-12 Eli Zaretskii <eliz@gnu.org>
3117
3118 * search.texi (Regexp Backslash, Regexp Replace): Add index
3119 entries for ``back reference'' and mention the term itself in the
3120 text.
3121
3122 2006-04-11 Richard Stallman <rms@gnu.org>
3123
3124 * custom.texi (Safe File Variables):
3125 Document enable-local-variables = :safe.
3126
3127 2006-04-11 Karl Berry <karl@gnu.org>
3128
3129 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3130 (Remote Repositories, Version Backups, Local Version Control)
3131 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3132 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3133 (Renaming VC Work Files and Master Files)
3134 (Inserting Version Control Headers, Customizing VC, General Options)
3135 (Options for RCS and SCCS, Options specific for CVS): Move all
3136 these nodes to emacs-xtra.texi, for brevity.
3137 * cmdargs.texi, files.texi: Change cross-references.
3138
3139 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3140
3141 * files.texi (Old Versions): Update description of vc-annotate's
3142 use of color to indicate date ranges.
3143
3144 2006-04-09 Kevin Ryde <user42@zip.com.au>
3145
3146 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3147 put info and printed manual names the right way around.
3148
3149 2006-04-09 Karl Berry <karl@gnu.org>
3150
3151 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3152 emacs-xtra.texi, leaving only MS Windows information.
3153 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3154 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3155 node names.
3156
3157 * emacs.texi: Move @summarycontents and @contents to the beginning
3158 of the file.
3159
3160 2006-04-08 Kevin Ryde <user42@zip.com.au>
3161
3162 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3163
3164 2006-04-07 Richard Stallman <rms@gnu.org>
3165
3166 * programs.texi (Comments, Comment Commands, Options for Comments)
3167 (Multi-Line Comments): "Align", not "indent".
3168 (Basic Indent): C-j deletes trailing whitespace before the newline.
3169
3170 2006-04-06 Richard Stallman <rms@gnu.org>
3171
3172 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3173
3174 2006-04-06 Eli Zaretskii <eliz@gnu.org>
3175
3176 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3177
3178 2006-04-05 Richard Stallman <rms@gnu.org>
3179
3180 * emacs.texi (Top): Update subnode menu.
3181
3182 * trouble.texi (Unasked-for Search): Node deleted.
3183 (Lossage): Delete from menu.
3184
3185 2006-04-04 Richard Stallman <rms@gnu.org>
3186
3187 * trouble.texi: Various cleanups.
3188 (Checklist): Don't bother saying how to snail a bug report.
3189 (Emergency Escape): Much rewriting.
3190 (After a Crash): Rename the core dump immediately.
3191 (Total Frustration): Call it a psychotherapist.
3192 (Bug Criteria): Avoid "illegal instruction".
3193 (Sending Patches): We always put the contributor's name in.
3194
3195 * misc.texi (Thumbnails): Minor correction.
3196
3197 2006-04-03 Richard Stallman <rms@gnu.org>
3198
3199 * misc.texi (Thumbnails): Minor cleanup.
3200
3201 2006-04-02 Karl Berry <karl@gnu.org>
3202
3203 * sending.texi (Mail Sending): pxref to Top needs five args.
3204
3205 * texinfo.tex: Update to current version (2006-03-21.13).
3206
3207 2006-03-31 Richard Stallman <rms@gnu.org>
3208
3209 * emacs.texi (Top): Update subnode menu.
3210
3211 * help.texi (Help Mode): Cleanup.
3212
3213 * dired.texi: Many cleanups.
3214 (Dired Deletion): Describe dired-recursive-deletes.
3215 (Operating on Files): dired-create-directory moved.
3216 (Misc Dired Features): Move to here.
3217 (Tumme): Node moved to misc.texi.
3218
3219 * custom.texi: Many cleanups.
3220 (Minor Modes): Don't mention ISO Accents Mode.
3221 (Examining): Update C-h v output example.
3222 (Hooks): Add index and xref for add-hook.
3223 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3224 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3225
3226 * misc.texi: Many cleanups.
3227 (beginning): Add to summary of topics.
3228 (Shell): Put eshell xref at the end. Remove eshell from table.
3229 (Thumbnails): New node.
3230
3231 2006-03-28 Eli Zaretskii <eliz@gnu.org>
3232
3233 * files.texi (File Name Cache): Make it clear that the cache is
3234 not persistent.
3235
3236 2006-03-25 Karl Berry <karl@gnu.org>
3237
3238 * emacs-xtra.texi, emacs.texi, gnu.texi:
3239 (1) use @copyright{} instead of (C) in typeset text;
3240 (2) do not indent copyright year list (or anything else).
3241
3242 2006-03-21 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * files.texi (VC Dired Mode): Remove misplaced brackets.
3245
3246 2006-03-21 Andre Spiegel <spiegel@gnu.org>
3247
3248 * files.texi: Various updates and clarifications in the VC chapter.
3249
3250 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3251
3252 * help.texi (Help Mode): Document "C-c C-c".
3253
3254 2006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3257 menu in the standalone Info reader.
3258
3259 2006-03-15 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3262 moved here from Emacs manual.
3263
3264 * programs.texi (Fortran): Section moved to emacs-xtra.
3265 (Program Modes): Xref to Fortran in emacs-xtra.
3266
3267 * maintaining.texi (Emerge): Move to emacs-xtra.
3268 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3269
3270 * picture.texi: File deleted.
3271 * Makefile.in:
3272 * makefile.w32-in: Remove picture.texi.
3273
3274 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3275 * abbrevs.texi (Abbrevs):
3276 * sending.texi (Sending Mail): Picture node removed.
3277
3278 * emacs.texi (Top): Update node listings.
3279
3280 2006-03-12 Richard Stallman <rms@gnu.org>
3281
3282 * calendar.texi: Various cleanups.
3283
3284 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3287 syntax.
3288
3289 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3290
3291 * search.texi (Regexps): More accurately describe which characters
3292 are special in which situations. Recommend _not_ to quote `]' or
3293 `-' when they are not special.
3294
3295 2006-02-28 Andre Spiegel <spiegel@gnu.org>
3296
3297 * files.texi (Old Versions): Clarify operation of C-x v =.
3298
3299 2006-02-21 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * building.texi (Watch Expressions): Update and describe
3302 gdb-speedbar-auto-raise.
3303
3304 2006-02-19 Richard M. Stallman <rms@gnu.org>
3305
3306 * emacs.texi: Use @smallbook.
3307 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3308 Update subnode menu.
3309
3310 * building.texi (Lisp Interaction): Minor addition.
3311
3312 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3313
3314 * building.texi (Watch Expressions): Update and be more precise.
3315
3316 2006-02-15 Francesco Potortì <pot@gnu.org>
3317
3318 * maintaining.texi (Create Tags Table): Explain why the
3319 exception when etags writes to files under the /dev tree.
3320
3321 2006-02-14 Richard M. Stallman <rms@gnu.org>
3322
3323 * custom.texi (Safe File Variables): Lots of clarification.
3324 Renamed from Unsafe File Variables.
3325
3326 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3327
3328 * custom.texi (Unsafe File Variables): File variable confirmation
3329 assumed denied in batch mode.
3330
3331 2006-02-14 Richard M. Stallman <rms@gnu.org>
3332
3333 * building.texi (GDB User Interface Layout): Don't say `inferior'
3334 for program being debugged.
3335
3336 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3337
3338 * building.texi (GDB Graphical Interface):
3339 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3340
3341 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * custom.texi (Specifying File Variables, Unsafe File Variables):
3344 New nodes, split from File Variables. Document new file local
3345 variable behavior.
3346
3347 2006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3348
3349 * display.texi (Standard Faces):
3350 * files.texi (Visiting):
3351 * frames.texi (Clipboard):
3352 * glossary.texi (Glossary) <Clipboard>:
3353 * xresources.texi (X Resources): Mention Mac OS port.
3354
3355 2006-02-12 Richard M. Stallman <rms@gnu.org>
3356
3357 * building.texi (Building): Clarify topic in intro.
3358
3359 * maintaining.texi (Maintaining): Change title; clarify topic.
3360 Delete duplicate index entries.
3361
3362 * building.texi (Other GDB User Interface Buffers): Clarifications.
3363
3364 * text.texi (Cell Commands): Clarifications.
3365
3366 * programs.texi (Defuns): Delete duplicate explanation of
3367 left-margin paren convention.
3368 (Hungry Delete): Minor cleanup.
3369
3370 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3371
3372 * dired.texi (Tumme): More tumme documentation.
3373
3374 2006-02-11 Alan Mackenzie <acm@muc.de>
3375
3376 * programs.texi ("Hungry Delete"): Correct the appellation of the
3377 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3378
3379 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3380
3381 * dired.texi (Tumme): Fix small bug.
3382
3383 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3384
3385 * macos.texi (Mac International): Rename "fontset-mac" to
3386 "fontset-standard".
3387
3388 2006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3389
3390 * dired.texi (Tumme): Basic documentation for Tumme added.
3391
3392 2006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3393
3394 * mule.texi (International):
3395 * programs.texi (Basic Indent): Fix typos.
3396
3397 * custom.texi (Minor Modes):
3398 * display.texi (Text Display):
3399 * commands.texi (Text Characters): Update xrefs.
3400
3401 2006-02-07 Richard M. Stallman <rms@gnu.org>
3402
3403 * emacs.texi (Top): Update subnode menu.
3404 Update info on old Emacs papers.
3405 (Intro): "Graphical display", not window system.
3406
3407 * xresources.texi (GTK styles): Minor clarifications.
3408
3409 * trouble.texi: "Graphical display", not window system.
3410 (Stuck Recursive): Minor clarification.
3411
3412 * text.texi: Minor clarifications.
3413 (Sentences): Explain why two-space convention is better.
3414 Explain sentence-end-without-period here.
3415 (Fill Commands): Not here.
3416 (Refill): Node moved down.
3417 (Filling): Update menu.
3418 (Table Creation, Cell Justification, Column Commands): Clarify.
3419
3420 * sending.texi: Minor clarifications.
3421
3422 * search.texi (Regexp Backslash): Clarification.
3423
3424 * rmail.texi: Minor cleanups.
3425 (Rmail): Delete digression about `rmail-mode'.
3426 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3427 (Rmail Files): Mention C-u M-x rmail.
3428 (Rmail Reply): Mention References.
3429 (Rmail Display): Mention rmail-nonignored-headers.
3430
3431 * programs.texi: Minor cleanups.
3432 (Comment Commands): Mention momentary Transient Mark mode.
3433 (Matching): Be more specific about customizing show-paren-mode.
3434 (Info Lookup): Don't list the modes that support C-h S.
3435 Just say what it does in an unsupported mode.
3436 (Man Page): Delete excessive info on customizing woman.
3437 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3438
3439 * abbrevs.texi: Minor clarifications.
3440 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3441 not "dynamic abbrevs" as if they were a kind of abbrev.
3442
3443 * picture.texi (Picture): Minor cleanup.
3444
3445 * mule.texi (Communication Coding): Say "other applications".
3446 (Fontsets): Not specific to X. Add xref to X Resources.
3447 (Unibyte Mode): Rename from Single-Byte Character Support.
3448 "Graphical display", not window system.
3449 (International): Update menu.
3450
3451 * maintaining.texi (Format of ChangeLog):
3452 New node, split out from ChangeLog.
3453 (ChangeLog): Clarifications in the remaining text.
3454 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3455 (Find Tag): Add @w.
3456 (Tags Search): Explain tag table order here. Simplify grep ref.
3457 (List Tags): tags-tag-face is a variable, not a face.
3458 (Emerge): Cleanups.
3459
3460 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3461 (Keyboard Macros): Avoid "the user".
3462
3463 * killing.texi: "Graphical display", not window system.
3464
3465 * help.texi (Help Echo): "Graphical display", not window system.
3466
3467 * glossary.texi: Say "you", not "the user". Say "graphical display".
3468
3469 * frames.texi: Minor cleanups. "Graphical display", not window system.
3470
3471 * files.texi (Visiting): Make drag-and-drop not X-specific.
3472
3473 * custom.texi: Minor cleanups. "Graphical display", not window system.
3474
3475 * cmdargs.texi: Minor cleanups.
3476
3477 * building.texi (Compilation): Move and split kill-compilation para.
3478 Add para about multiple compilers.
3479 (Compilation Mode): Commands also available in grep mode and others.
3480 Mention C-u C-x ` more tutorially. Clarify C-x `.
3481 (Compilation Shell): Clarify. Put Bash example first.
3482 (Grep Searching): Minor cleanups; add @w.
3483 (Debuggers): Minor cleanups.
3484 (Starting GUD): Make GDB xgraphical mode issue clearer.
3485 (Debugger Operation): Lots of clarifications including
3486 GDB tooltip side-effect issue.
3487 (Commands of GUD): Clarify.
3488 (GUD Customization): Add bashdb-mode-hook.
3489 (GDB Graphical Interface): Rewrite for clarity.
3490 (GDB User Interface Layout): Rewrite for clarity.
3491 (Stack Buffer, Watch Expressions): Likewise.
3492 (Other GDB User Interface Buffers): Cleanups.
3493 (Lisp Libraries, External Lisp): Cleanup.
3494
3495 * basic.texi (Position Info): "Graphical displays", rather than
3496 window systems.
3497
3498 * anti.texi: Minor cleanup.
3499
3500 2006-02-03 Eli Zaretskii <eliz@gnu.org>
3501
3502 * custom.texi (Init File, Find Init): Add cross-references to
3503 where $HOME is described.
3504
3505 2006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3506
3507 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3508 is not inside the @table.
3509
3510 * emacs.texi (Top): Correct node name.
3511
3512 * files.texi (File Names): Fix @xref.
3513 (Reverting): Fix typo.
3514
3515 * mule.texi (International): Correct node name.
3516
3517 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3518
3519 2006-02-01 Richard M. Stallman <rms@gnu.org>
3520
3521 * emacs.texi (Top): Update subnode menu.
3522
3523 * mule.texi: Minor clarifications.
3524 Reduce the specific references to X Windows.
3525 Refer to "graphical" terminals, rather than window systems.
3526 (Text Coding): Rename from Specify Coding.
3527 (Communication Coding, File Name Coding, Terminal Coding):
3528 New nodes split out from Text Coding.
3529
3530 * kmacro.texi: Minor clarifications.
3531 (Keyboard Macro Ring): Comment out some excessive commands.
3532 (Basic Keyboard Macro): Split up the table, putting part in each node.
3533
3534 * major.texi: Minor clarifications.
3535
3536 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3537
3538 * windows.texi: Minor clarifications.
3539 (Change Window): Don't describe mode-line mouse cmds here.
3540 Add xref to Mode Line Mouse.
3541
3542 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3543
3544 * macos.texi (Mac International): Fix xref.
3545
3546 * indent.texi: Minor clarifications.
3547
3548 * frames.texi: Minor clarifications.
3549 Reduce the specific references to X Windows.
3550 Refer to "graphical" terminals, rather than window systems.
3551 (Frame Parameters): Don't mention commands like
3552 set-foreground-color. Just say to customize a face.
3553 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3554
3555 * files.texi: Minor clarifications.
3556 (Numbered Backups): New node, split out from Backup Names.
3557
3558 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3559
3560 * cmdargs.texi (General Variables): Fix xref.
3561
3562 * buffers.texi: Minor clarifications.
3563
3564 2006-01-31 Richard M. Stallman <rms@gnu.org>
3565
3566 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3567 Nodes moved to top.
3568
3569 * display.texi: Minor clarifications.
3570 (Display): Rearrange menu.
3571 (Standard Faces): Mention query-replace face.
3572 (Faces): Simplify.
3573 (Font Lock): Simplify face customization info.
3574 (Highlight Changes): Node merged into Highlight Interactively.
3575 (Highlight Interactively): Much rewriting and cleanup.
3576 (Optional Mode Line): Narrowed line number not good for goto-line.
3577 Simplify face customization advice.
3578 (Text Display): Mention use of escape-glyph face.
3579 Move ctl-arrow and tab-width here.
3580 (Display Custom): Move no-redraw-on-reenter to end of node.
3581
3582 * search.texi: Minor clarifications.
3583 (Isearch Scroll): Simplify.
3584 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3585
3586 * regs.texi (Registers): Mention bookmarks here.
3587
3588 * mark.texi: Minor clarifications.
3589 (Selective Undo): Node deleted.
3590
3591 * m-x.texi: Minor clarifications.
3592
3593 * killing.texi: Minor clarifications.
3594 Refer to "graphical" terminals, rather than window systems.
3595
3596 * help.texi: Clarifications.
3597 (Help): Don't describe C-h F and C-h K here.
3598 (Key Help): Describe C-h K here.
3599 (Name Help): Mention Emacs Lisp Intro.
3600 Describe C-h F here.
3601 (Misc Help): Mention C-h F and C-h K only briefly.
3602
3603 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3604 Selective undo text merged in.
3605 (Spelling): Mention Aspell along with Ispell.
3606
3607 * emacs.texi (Top): Update subnode menus.
3608
3609 * basic.texi (Basic Undo): Rename from Undo. Most of text
3610 moved to new Undo node.
3611
3612 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * basic.texi (Continuation Lines, Inserting Text):
3615 Mention longlines mode.
3616
3617 2006-01-29 Richard M. Stallman <rms@gnu.org>
3618
3619 * screen.texi: Minor cleanups.
3620 (Screen): Clean up the intro paragraphs.
3621 (Mode Line): Lots of rewriting. Handle frame-name better.
3622 eol-mnemonic-... vars moved out.
3623
3624 * emacs.texi (Top): Change menu item for MS-DOS node.
3625 Update subnode menu.
3626
3627 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3628 chapter relates to Windows. Title changed.
3629
3630 * mini.texi: Minor cleanups.
3631
3632 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3633 (Mark): Put it in the menu.
3634
3635 * entering.texi: Minor cleanups.
3636
3637 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3638 (Intro): Refer to "graphical" terminals, rather than X.
3639
3640 * display.texi (Display Custom): Add xref to Variables.
3641 (Optional Mode Line): eol-mnemonic-... vars moved here.
3642
3643 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3644 rather than X.
3645
3646 * basic.texi: Minor cleanups.
3647 (Undo): selective-undo moved.
3648
3649 2006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3650
3651 * anti.texi (Antinews): Various corrections and additions.
3652
3653 2006-01-23 Juri Linkov <juri@jurta.org>
3654
3655 * custom.texi (Easy Customization, Customization Groups)
3656 (Browsing Custom): Mention links along with buttons.
3657
3658 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3659
3660 * text.texi (TeX Print): Use @key for TAB.
3661
3662 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3663
3664 2006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3665
3666 * files.texi (File Aliases): Don't claim that usually separate
3667 buffers are created for two file names that name the same data.
3668 Mention additional situations where different names mean the same
3669 file on disk.
3670
3671 2006-01-19 Richard M. Stallman <rms@gnu.org>
3672
3673 * killing.texi (Deletion): Upcase @key argument.
3674
3675 * custom.texi (Custom Themes): Minor cleanup.
3676
3677 * programs.texi (Hungry Delete): Upcase @key argument.
3678
3679 2006-01-16 Juri Linkov <juri@jurta.org>
3680
3681 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3682 Move `mode-line-highlight' before `mode-line-buffer-id'.
3683
3684 2006-01-14 Richard M. Stallman <rms@gnu.org>
3685
3686 * basic.texi (Inserting Text): Minor cleanup.
3687
3688 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3689
3690 * custom.texi (Changing a Variable, Face Customization):
3691 Update for changes in Custom menus.
3692
3693 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3694
3695 * macos.texi (Mac International): Undo last change.
3696
3697 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * custom.texi (Custom Themes): Describe the new
3700 customize-create-theme interface.
3701
3702 2005-12-30 Juri Linkov <juri@jurta.org>
3703
3704 * basic.texi (Position Info): Update example.
3705
3706 2005-12-27 Jan Djärv <jan.h.d@swipnet.se>
3707
3708 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3709
3710 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * custom.texi (Custom Themes): `load-theme' always loads.
3713
3714 2005-12-23 Juri Linkov <juri@jurta.org>
3715
3716 * display.texi (Highlight Interactively): Use double space to
3717 separate sentences. Replace C-p with M-p, and C-n with M-n.
3718
3719 2005-12-22 Richard M. Stallman <rms@gnu.org>
3720
3721 * custom.texi (Easy Customization and subnodes):
3722 Replace "active field" with "button".
3723 Use "user option" only for variables.
3724 Use "setting" for variable-or-face.
3725
3726 2005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3727
3728 * buffers.texi (Select Buffer): Change order in table to make
3729 "Similar" refer to the correct item.
3730 (Indirect Buffers): Minor rewording.
3731
3732 2005-12-20 Juri Linkov <juri@jurta.org>
3733
3734 * files.texi (VC Status): Put P and N near p and n.
3735
3736 2005-12-19 Richard M. Stallman <rms@gnu.org>
3737
3738 * programs.texi (Electric C): Delete the info about newline control.
3739 (Other C Commands): Minor cleanup.
3740 (Left Margin Paren): Minor cleanup.
3741
3742 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3743
3744 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3745 (Customization Groups): Delete text moved to "Browsing Custom".
3746 (Browsing Custom): New node.
3747 (Specific Customization): Clarify which commands only work for
3748 loaded options.
3749
3750 2005-12-18 Bill Wohler <wohler@newt.com>
3751
3752 * frames.texi (Tool Bars): Shorten text of previous change.
3753
3754 2005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3755
3756 * files.texi (VC Status): Document log-view mode.
3757
3758 2005-12-18 Bill Wohler <wohler@newt.com>
3759
3760 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3761 permanently via the customize interface.
3762
3763 2005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3764
3765 * killing.texi (Killing by Lines): Document `kill-whole-line'
3766 function.
3767
3768 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
3769
3770 * buffers.texi (Select Buffer): Change `prev-buffer' to
3771 `previous-buffer'. Indicate that these functions use a frame
3772 local buffer list.
3773
3774 2005-12-12 Richard M. Stallman <rms@gnu.org>
3775
3776 * custom.texi (Easy Customization): Change menu comment.
3777 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3778
3779 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3780 (Help): Among the Apropos commands, describe only C-h a here.
3781
3782 2005-12-11 Richard M. Stallman <rms@gnu.org>
3783
3784 * programs.texi (Options for Comments): Comment-end starts with space.
3785
3786 * glossary.texi (Glossary): Minor cleanup.
3787
3788 * files.texi (Old Versions): Use @table.
3789
3790 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3791
3792 * display.texi (Highlight Interactively): Include
3793 global-hi-lock-mode. Add miscellaneous details and elaborations.
3794
3795 2005-12-09 Richard M. Stallman <rms@gnu.org>
3796
3797 * display.texi (Font Lock): Delete the Global FL menu item.
3798
3799 2005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3800
3801 * custom.texi (Minibuffer Maps): Mention the maps for file name
3802 completion.
3803
3804 2005-12-09 Kim F. Storm <storm@cua.dk>
3805
3806 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
3807 prefix keys even when mark is active. Describe that RET moves
3808 cursor to next corner in rectangle; clarify insert around rectangle.
3809
3810 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3811
3812 * custom.texi (Customization): Use xref to elisp manual for
3813 non-TeX output.
3814 (Minor Modes): Update.
3815 (Customization Groups, Changing a Variable, Face Customization):
3816 Update for new appearance of Custom buffers.
3817 (Changing a Variable): `custom-buffer-done-function' has been
3818 replaced by `custom-buffer-done-kill'.
3819 (Specific Customization): In the `customize-group' buffer, a
3820 subgroup's contents are not "hidden". They are not included at
3821 all. They have no [Show] button.
3822 (Mouse Buttons): Add pxref to description of mouse event lists in
3823 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3824 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3825 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3826
3827 2005-12-08 Richard M. Stallman <rms@gnu.org>
3828
3829 * mini.texi (Completion Commands, Completion):
3830 In file name input, SPC does not do completion.
3831
3832 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
3833
3834 * building.texi (GDB Graphical Interface): Explain screen size
3835 setting.
3836 (Other GDB User Interface Buffers): Describe features specific to
3837 GDB 6.4.
3838
3839 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
3840
3841 * building.texi (GDB User Interface Layout): Describe how to
3842 kill associated buffers.
3843 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3844 (Watch Expressions): Be more precise.
3845 (Other GDB User Interface Buffers): Describe how to change a
3846 register value.
3847
3848 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3849
3850 * macos.texi (Mac Input): Remove description of
3851 mac-command-key-is-meta. Add descriptions of
3852 mac-control-modifier, mac-command-modifier, and
3853 mac-option-modifier.
3854 (Mac International): Fix description of conversion of clipboard data.
3855 (Mac Font Specs): Add example of font customization by face attributes.
3856
3857 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3858
3859 * building.texi (Watch Expressions): Expand description.
3860 (Other GDB User Interface Buffers): Describe local map for
3861 gud-watch.
3862
3863 2005-11-21 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * display.texi (Font Lock): Font lock is enabled by default now.
3866
3867 2005-11-20 Juri Linkov <juri@jurta.org>
3868
3869 * basic.texi (Position Info): Update examples of the output.
3870 Remove the fact that examples are produced in the TeXinfo buffer,
3871 because in the Info reader users will get a different output from
3872 `C-x ='.
3873
3874 * building.texi (Compilation Mode): Remove paragraph duplicated
3875 from the node `Compilation'. Add `compilation-skip-threshold'.
3876
3877 * display.texi (Font Lock): Suggest more user-friendly method of
3878 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3879
3880 2005-11-18 Richard M. Stallman <rms@gnu.org>
3881
3882 * files.texi (Registering): Mention @@ in mode line.
3883
3884 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3885
3886 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3887
3888 * files.texi (Renaming and VC): Some back-ends don't
3889 handle renaming.
3890
3891 2005-11-17 Juri Linkov <juri@jurta.org>
3892
3893 * emacs.texi (Top):
3894 * display.texi (Highlight Interactively): Put this font-lock based
3895 mode near Font Lock node.
3896
3897 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3900 icons.
3901
3902 2005-11-12 Kim F. Storm <storm@cua.dk>
3903
3904 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3905 (Help Summary): Add C-h d and C-h e.
3906 (Apropos): Clarify that all apropos commands may search for either
3907 list of words or a regexp. Add C-h d for apropos-documentation.
3908 Describe apropos-documentation-sort-by-scores user option.
3909
3910 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3911
3912 * killing.texi (CUA Bindings): Add @section.
3913
3914 2005-11-10 Kim F. Storm <storm@cua.dk>
3915
3916 * emacs.texi (Top): Add CUA Bindings entry to menu.
3917
3918 * killing.texi (CUA Bindings): New node. Moved here from
3919 misc.texi and extended with info on rectangle commands and
3920 rectangle highlighting, interface to registers, and the global
3921 mark feature.
3922
3923 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3924
3925 * regs.texi: Prev link points to CUA Bindings node.
3926
3927 2005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3928
3929 * help.texi (Help Echo): By default, help echos are only shown on
3930 mouse-over, not on point-over.
3931
3932 2005-11-04 Jérôme Marant <jerome@marant.org>
3933
3934 * misc.texi (Shell Mode): Describe how to activate password echoing.
3935
3936 2005-11-04 Romain Francoise <romain@orebokech.com>
3937
3938 * mark.texi (Mark Ring): Fix typo.
3939
3940 2005-11-03 Richard M. Stallman <rms@gnu.org>
3941
3942 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3943
3944 2005-11-01 Bill Wohler <wohler@newt.com>
3945
3946 * help.texi (Help Mode): Fix typo.
3947
3948 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3949
3950 * building.texi (Other GDB User Interface Buffers): Describe
3951 the command gdb-use-inferior-io-buffer.
3952
3953 2005-10-31 Romain Francoise <romain@orebokech.com>
3954
3955 * files.texi (Compressed Files): Fix typo.
3956
3957 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3958
3959 * windows.texi (Force Same Window): Likewise.
3960
3961 2005-10-30 Bill Wohler <wohler@newt.com>
3962
3963 * help.texi (Help Mode): URLs viewed with browse-url.
3964
3965 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3966
3967 * building.texi (GDB Graphical Interface): Don't reference
3968 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3969 must stay in same frame.
3970
3971 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3974
3975 * anti.texi (Antinews): Likewise.
3976
3977 2005-10-28 Bill Wohler <wohler@newt.com>
3978
3979 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3980
3981 2005-10-28 Richard M. Stallman <rms@gnu.org>
3982
3983 * files.texi (Visiting): Explain how to enter ? in a file name.
3984
3985 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
3986
3987 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * building.texi (GDB Graphical Interface): Describe
3990 gdb-mouse-until.
3991
3992 2005-10-23 Richard M. Stallman <rms@gnu.org>
3993
3994 * custom.texi (Init File): Recommend when to use site-start.el.
3995
3996 2005-10-21 Juri Linkov <juri@jurta.org>
3997
3998 * custom.texi (Examining): Mention accessing the old variable
3999 value via M-n in set-variable.
4000
4001 2005-10-18 Romain Francoise <romain@orebokech.com>
4002
4003 * files.texi (Version Systems): Capitalize GNU.
4004
4005 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4006
4007 * building.texi (Compilation Mode): Remove redundant paragraph.
4008 (Watch Expressions): Remove paragraph to reflect code change.
4009
4010 2005-10-16 Richard M. Stallman <rms@gnu.org>
4011
4012 * building.texi (Compilation Mode, Compilation): Clarified.
4013
4014 2005-10-15 Richard M. Stallman <rms@gnu.org>
4015
4016 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4017
4018 2005-10-13 Kenichi Handa <handa@m17n.org>
4019
4020 * basic.texi (Position Info): Fix previous change.
4021
4022 2005-10-12 Jan Djärv <jan.h.d@swipnet.se>
4023
4024 * cmdargs.texi (Icons X): Fix typo.
4025
4026 2005-10-12 Kenichi Handa <handa@m17n.org>
4027
4028 * basic.texi (Position Info): Describe the case that Emacs shows
4029 "part of display ...".
4030
4031 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
4032
4033 * cmdargs.texi (Icons X): -nb => -nbi.
4034
4035 2005-10-10 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * frames.texi (Speedbar): A couple more clarifications.
4038
4039 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * building.texi (GDB User Interface Layout): Improve diagram.
4042 (Watch Expressions): Explain how to make speedbar global.
4043 (Other GDB User Interface Buffers): Make references more precise.
4044
4045 2005-10-09 Richard M. Stallman <rms@gnu.org>
4046
4047 * frames.texi (Speedbar): Clarify the text.
4048
4049 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * frames.texi (Speedbar): Add information on keybindings,
4052 dismissing the speedbar, and buffer display mode. Link to
4053 speedbar manual.
4054
4055 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
4056
4057 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4058 added -nb, --no-bitmap-icon.
4059
4060 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
4061
4062 * building.texi (GDB Graphical Interface): Add variables and
4063 functions to indices. Be more precise.
4064
4065 2005-10-03 Jan Djärv <jan.h.d@swipnet.se>
4066
4067 * frames.texi (Drag and Drop): Remove the x- from
4068 x-dnd-open-file-other-window and xdnd-protocol-alist.
4069
4070 2005-09-30 Romain Francoise <romain@orebokech.com>
4071
4072 * mini.texi (Minibuffer): The default value now appears before the
4073 colon in minibuffer prompts.
4074
4075 2005-09-25 Richard M. Stallman <rms@gnu.org>
4076
4077 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4078
4079 2005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4080
4081 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4082
4083 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4084
4085 * emacs.texi (Top): Update submenus from macos.texi.
4086
4087 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4088 (Mac OS): Update feature support status.
4089 (Mac Input): List supported input scripts. Remove description
4090 about `mac-keyboard-text-encoding'. Mention mouse button
4091 emulation and related variables.
4092 (Mac International): Mention Central European and Cyrillic
4093 support. Now `keyboard-coding-system' is dynamically changed.
4094 Add description about coding system for selection. Add
4095 description about language environment.
4096 (Mac Environment Variables): Mention
4097 `~/.MacOSX/environment.plist'. Give example of command line
4098 arguments. Add Preferences support.
4099 (Mac Directories): Explicitly state that this node is for Mac OS
4100 Classic only.
4101 (Mac Font Specs): Mention specification for scalable fonts. List
4102 supported charsets. Add preferred way of creating fontsets. Add
4103 description about `mac-allow-anti-aliasing'.
4104 (Mac Functions): Add descriptions about `mac-set-file-creator',
4105 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4106 and `mac-get-preference'.
4107
4108 2005-09-16 Romain Francoise <romain@orebokech.com>
4109
4110 Update all files to specify GFDL version 1.2.
4111
4112 * doclicense.texi (GNU Free Documentation License): Update to
4113 version 1.2.
4114
4115 2005-09-15 Richard M. Stallman <rms@gnu.org>
4116
4117 * buffers.texi (List Buffers): Fix xref.
4118
4119 * rmail.texi (Rmail Basics): Fix xref.
4120
4121 * emacs.texi (Top): Update subnode menus.
4122
4123 * files.texi (Saving Commands): New node, broken out of Saving.
4124 (Customize Save): New node, broken out of Saving.
4125 Clarify effect of write-region-inhibit-fsync.
4126 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4127
4128 2005-09-14 Romain Francoise <romain@orebokech.com>
4129
4130 * files.texi (Saving): Mention write-region-inhibit-fsync.
4131
4132 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * custom.texi (Custom Themes): New node.
4135
4136 2005-09-03 Richard M. Stallman <rms@gnu.org>
4137
4138 * search.texi (Search Case): Mention vars that control
4139 case-fold-search for various operations.
4140
4141 2005-08-22 Juri Linkov <juri@jurta.org>
4142
4143 * display.texi (Standard Faces): Merge the text from
4144 `(elisp)Standard Faces' into this node.
4145
4146 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4147
4148 * emacs.texi (Top): Delete menu item for deleted node
4149 Keyboard Translations.
4150
4151 2005-08-18 Richard M. Stallman <rms@gnu.org>
4152
4153 * trouble.texi (Unasked-for Search):
4154 Delete xref to Keyboard Translations.
4155
4156 * glossary.texi (Glossary): Delete xref.
4157
4158 * custom.texi (Minor Modes): Say that the list here is not complete.
4159 (Keyboard Translations): Node deleted.
4160 (Disabling): Delete xref to it.
4161 (Customization Groups): Fix Custom buffer example.
4162 (Hooks): Mention remove-hooks.
4163
4164 2005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4165
4166 * building.texi (GDB Graphical Interface): Improve filling of menu
4167 item.
4168
4169 2005-08-18 Nick Roberts <nickrob@snap.net.nz>
4170
4171 * building.texi (GDB Graphical Interface): Use better node names.
4172
4173 2005-08-14 Richard M. Stallman <rms@gnu.org>
4174
4175 * text.texi (Sentences): Fix xref.
4176
4177 2005-08-14 Juri Linkov <juri@jurta.org>
4178
4179 * building.texi (Compilation, Grep Searching): Move grep command
4180 headings from `Compilation' to `Grep Searching'.
4181
4182 * dired.texi (Dired and Find):
4183 * maintaining.texi (Tags Search): Replace grep xref to
4184 `Compilation' node with `Grep Searching'.
4185
4186 * files.texi (Comparing Files): Replace xref to `Compilation' with
4187 `Compilation Mode'.
4188
4189 2005-08-13 Alan Mackenzie <acm@muc.de>
4190
4191 * search.texi (Non-ASCII Isearch): Correct a typo.
4192 (Replacement Commands): Mention query-replace key binding.
4193
4194 2005-08-11 Richard M. Stallman <rms@gnu.org>
4195
4196 * programs.texi (Options for Comments): Fix xref.
4197
4198 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4199 out of Regexps.
4200
4201 2005-08-09 Juri Linkov <juri@jurta.org>
4202
4203 * building.texi (Compilation): Use `itemx' instead of `item'.
4204 (Grep Searching): Simplify phrase.
4205
4206 * display.texi (Standard Faces): Describe vertical-border on
4207 window systems.
4208
4209 * windows.texi (Split Window): Simplify phrase and mention
4210 vertical-border face.
4211
4212 2005-08-09 Richard M. Stallman <rms@gnu.org>
4213
4214 * files.texi (Comparing Files): Clarify compare-windows.
4215
4216 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4217
4218 2005-08-06 Eli Zaretskii <eliz@gnu.org>
4219
4220 * mule.texi (Coding Systems): Rephrase the paragraph about
4221 codepages: no need for "M-x codepage-setup" anymore, except on
4222 MS-DOS.
4223
4224 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4225 the MS-DOS port only.
4226
4227 2005-07-30 Eli Zaretskii <eliz@gnu.org>
4228
4229 * makefile.w32-in (info): Don't run multi-install-info.bat.
4230 ($(infodir)/dir): New target, produced by running
4231 multi-install-info.bat.
4232
4233 2005-07-22 Eli Zaretskii <eliz@gnu.org>
4234
4235 * files.texi (Quoted File Names): Add index entry.
4236
4237 2005-07-19 Juri Linkov <juri@jurta.org>
4238
4239 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4240
4241 2005-07-18 Juri Linkov <juri@jurta.org>
4242
4243 * custom.texi (Easy Customization):
4244 * files.texi (Old Versions):
4245 * frames.texi (Wheeled Mice):
4246 * mule.texi (Specify Coding):
4247 * text.texi (Cell Justification):
4248 * trouble.texi (After a Crash):
4249 * xresources.texi (GTK styles):
4250 Delete duplicate duplicate words.
4251
4252 2005-07-17 Richard M. Stallman <rms@gnu.org>
4253
4254 * frames.texi (Creating Frames): Fix foreground color example.
4255
4256 * custom.texi (Init Examples): Clean up text about conditionals.
4257
4258 2005-07-16 Richard M. Stallman <rms@gnu.org>
4259
4260 * mini.texi (Completion Commands): Fix command name for ?.
4261
4262 2005-07-16 Eli Zaretskii <eliz@gnu.org>
4263
4264 * display.texi (Standard Faces): Explain that customization of
4265 `menu' face has no effect on w32 and with GTK. Add
4266 cross-references.
4267
4268 * cmdargs.texi (General Variables): Clarify the default location
4269 of $HOME on w32 systems.
4270
4271 2005-07-15 Jason Rumney <jasonr@gnu.org>
4272
4273 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4274 changed.
4275
4276 2005-07-08 Kenichi Handa <handa@m17n.org>
4277
4278 * mule.texi (Recognize Coding): Recommend
4279 revert-buffer-with-coding-system instead of revert-buffer.
4280
4281 2005-07-07 Richard M. Stallman <rms@gnu.org>
4282
4283 * anti.texi (Antinews): Mention mode-line-inverse-video.
4284
4285 * files.texi (Saving): Minor correction about C-x C-w.
4286
4287 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4288
4289 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4290
4291 * search.texi (Isearch Scroll): Add example of using the
4292 `isearch-scroll' property.
4293 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4294 `Display Custom' node.
4295 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4296 and de-emphasize it.
4297 (Other Repeating Search): `occur' currently can not correctly
4298 handle multiline matches. Correct, clarify and update description
4299 of `flush-lines' and `keep-lines'.
4300
4301 * display.texi (Display Custom): Add anchor for `baud-rate'.
4302
4303 2005-07-07 Richard M. Stallman <rms@gnu.org>
4304
4305 * gnu.texi: Update where to get GNU status; add refs for how to help.
4306 Add footnotes 6 and 7.
4307
4308 2005-07-04 Lute Kamstra <lute@gnu.org>
4309
4310 Update FSF's address in GPL notices.
4311
4312 * doclicense.texi (GNU Free Documentation License):
4313 * trouble.texi (Checklist): Update FSF's address.
4314
4315 2005-06-24 Richard M. Stallman <rms@gnu.org>
4316
4317 * display.texi (Text Display): Change index entries.
4318
4319 2005-06-24 Eli Zaretskii <eliz@gnu.org>
4320
4321 * makefile.w32-in (MAKEINFO): Use --force.
4322 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4323 Makefile.in.
4324
4325 2005-06-23 Richard M. Stallman <rms@gnu.org>
4326
4327 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4328 nobreak-char-display.
4329
4330 * emacs.texi (Top): Update detailed node listing.
4331
4332 * display.texi (Text Display): Renamed show-nonbreak-escape
4333 to nobreak-char-display and no-break-space to nobreak-space.
4334 (Standard Faces): Split up the list of standard faces
4335 and put it in a separate node. Add nobreak-space and
4336 escape-glyph.
4337
4338 2005-06-23 Lute Kamstra <lute@gnu.org>
4339
4340 * mule.texi (Select Input Method): Fix typo.
4341
4342 2005-06-23 Kenichi Handa <handa@m17n.org>
4343
4344 * mule.texi (International): List all supported scripts. Adjust
4345 text for that leim is now included in the normal Emacs
4346 distribution.
4347 (Language Environments): List all language environments.
4348 Intlfonts contains fonts for most supported scripts, not all..
4349 (Select Input Method): Refer to C-u C-x = to see how to type to
4350 input a specific character.
4351 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4352
4353 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * building.texi (Grep Searching): Texinfo usage fix.
4356
4357 2005-06-22 Miles Bader <miles@gnu.org>
4358
4359 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4360
4361 2005-06-20 Miles Bader <miles@gnu.org>
4362
4363 * display.texi (Faces): Add `vertical-divider'.
4364
4365 2005-06-17 Richard M. Stallman <rms@gnu.org>
4366
4367 * text.texi (Adaptive Fill): Minor clarification.
4368
4369 2005-06-10 Lute Kamstra <lute@gnu.org>
4370
4371 * emacs.texi (Top): Correct version number.
4372 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4373 refer to the current version of Emacs.
4374
4375 2005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4376
4377 * files.texi (Log Buffer): Document when there can be more than
4378 one file to be committed.
4379
4380 2005-06-08 Juri Linkov <juri@jurta.org>
4381
4382 * display.texi (Faces): Add `shadow' face.
4383
4384 2005-06-07 Masatake YAMATO <jet@gyve.org>
4385
4386 * display.texi (Faces): Write about mode-line-highlight.
4387
4388 2005-06-06 Richard M. Stallman <rms@gnu.org>
4389
4390 * misc.texi (Printing Package): Explain how to initialize
4391 printing package.
4392
4393 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4394
4395 2005-06-05 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * emacs.texi: Rename Hardcopy to Printing.
4398 Make PostScript and PostScript Variables subnodes of it.
4399
4400 * misc.texi (Printing): Rename node from Hardcopy.
4401 Mention menu bar options.
4402 Move PostScript and PostScript Variables to submenu.
4403 (Printing package): New node.
4404
4405 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4406
4407 * dired.texi (Operating on Files): Likewise.
4408
4409 * calendar.texi (Displaying the Diary): Likewise.
4410
4411 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4412
4413 * glossary.texi (Glossary): Likewise.
4414
4415 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4416 effect.
4417
4418 2005-06-04 Richard M. Stallman <rms@gnu.org>
4419
4420 * trouble.texi (After a Crash): Polish previous change.
4421
4422 2005-05-30 Noah Friedman <friedman@splode.com>
4423
4424 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4425 recovery mechanism.
4426
4427 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * building.texi (Other Buffers): SPC toggles display of
4430 floating point registers.
4431
4432 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4433
4434 * files.texi (Log Buffer): Merge in description of Log Edit
4435 mode from pcl-cvs.texi.
4436
4437 2005-05-26 Richard M. Stallman <rms@gnu.org>
4438
4439 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4440
4441 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4442
4443 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4444 not enabled by default.
4445 When not on a word, `ispell-word' by default checks the word
4446 before point.
4447
4448 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * building.texi (Debugger Operation): Simplify last sentence.
4451
4452 2005-05-23 Lute Kamstra <lute@gnu.org>
4453
4454 * emacs.texi: Update FSF's address throughout.
4455 (Preface): Use @cite.
4456 (Distrib): Add cross reference to the node "Copying". Mention the
4457 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4458 printed manuals.
4459 (Intro): Use @xref for the Emacs Lisp Intro.
4460
4461 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4462
4463 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4464
4465 * basic.texi (Moving Point): Mention default for `goto-line'.
4466
4467 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4468 of a variable's docstring.
4469
4470 2005-05-18 Lute Kamstra <lute@gnu.org>
4471
4472 * maintaining.texi (Overview of Emerge): Add cross reference.
4473 Remove duplication.
4474
4475 * emacs.texi (Top): Update to the current structure of the manual.
4476 * misc.texi (Emacs Server): Add menu description.
4477 * files.texi (Saving): Fix menu.
4478 * custom.texi (Customization): Fix menu.
4479 * mule.texi (International): Fix menu.
4480 * kmacro.texi (Keyboard Macros): Fix menu.
4481
4482 2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4483
4484 * display.texi: Various minor changes.
4485 (Faces): Delete text that is repeated in the next section.
4486
4487 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4488
4489 * building.texi (Debugger Operation): Mention GUD tooltips are
4490 disabled with GDB in text command mode.
4491
4492 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4493
4494 * building.texi: Replace toolbar with "tool bar" for consistency.
4495 (Compilation Mode): Describe compilation-context-lines
4496 and use of arrow in compilation buffer.
4497 (Debugger Operation): Replace help text with variable's value.
4498
4499 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4500 consistency.
4501
4502 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4505 Add xref.
4506
4507 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4508
4509 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4510 (Position Info): Delete discussion of `goto-line'. It is already
4511 described in `Moving point'.
4512
4513 * mini.texi (Completion Commands): Correct reference.
4514 (Completion Options): Fix typo.
4515
4516 * killing.texi (Deletion): Complete description of `C-x C-o'.
4517
4518 2005-05-10 Richard M. Stallman <rms@gnu.org>
4519
4520 * building.texi (Compilation): Clarify recompile's directory choice.
4521
4522 * frames.texi (Tooltips): Cleanups.
4523
4524 * basic.texi (Arguments): Fix punctuation.
4525
4526 2005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * screen.texi (Menu Bar): The up and down (not left and right)
4529 arrow keys move through a keyboard menu.
4530
4531 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4532
4533 * basic.texi: Various typo and grammar fixes.
4534 (Moving Point): C-a now runs move-beginning-of-line.
4535
4536 2005-05-08 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4539
4540 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4541 as different animals.
4542
4543 2005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4544
4545 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4546 Correct index entry.
4547
4548 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * building.texi (Debugger Operation): Update to reflect changes
4551 in GUD tooltips.
4552
4553 2005-04-30 Richard M. Stallman <rms@gnu.org>
4554
4555 * files.texi (Compressed Files): Auto Compression normally enabled.
4556
4557 * building.texi (Debugger Operation): Clarify previous change.
4558
4559 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * building.texi (Debugger Operation): Add description for
4562 GUD tooltips when program is not running.
4563
4564 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4565
4566 * misc.texi (Shell): Add `Shell Prompts' to menu.
4567 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4568 description. Delete remarks moved to new node.
4569 (Shell Prompts): New node.
4570 (History References): Replace remarks moved to `Shell Prompts'
4571 with xref to that node.
4572 (Remote Host): Clarify how to specify the terminal type when
4573 logging in to a different machine.
4574
4575 2005-04-26 Richard M. Stallman <rms@gnu.org>
4576
4577 * emacs.texi (Top): Update submenus from files.texi.
4578
4579 * files.texi (Filesets): Clarify previous change.
4580
4581 * dired.texi (Misc Dired Features): Clarify previous change.
4582
4583 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4586
4587 * dired.texi (Misc Dired Features): Document
4588 dired-compare-directories.
4589
4590 * files.texi (Filesets): New node.
4591 (File Conveniences): Document Image mode.
4592
4593 * text.texi (TeX Print): Document tex-compile.
4594
4595 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4596
4597 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4598 Delete redundant reference to tooltip Custom group. It is
4599 referred too again in the next paragraph.
4600
4601 2005-04-24 Richard M. Stallman <rms@gnu.org>
4602
4603 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4604
4605 2005-04-19 Kim F. Storm <storm@cua.dk>
4606
4607 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4608
4609 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4610
4611 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4612 turns off desktop-save-mode.
4613
4614 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4615
4616 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4617 by default in terminals compatible with xterm. Mention that
4618 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4619 node.
4620
4621 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4622
4623 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4624
4625 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
4626
4627 * xresources.texi (Table of Resources): Add cursorBlink.
4628
4629 2005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4630
4631 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4632 `d', `C-d' and `u'.
4633
4634 2005-04-11 Richard M. Stallman <rms@gnu.org>
4635
4636 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4637 (Misc X): Add -D, --basic-display.
4638
4639 * maintaining.texi (Change Log): Correct the description of
4640 the example.
4641
4642 * major.texi (Choosing Modes): Document magic-mode-alist.
4643
4644 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4645
4646 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4647 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4648 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4649 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4650 `w', respectively.
4651 (Rmail Labels): Mention `l'.
4652 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4653 (Rmail Summary Edit): Describe `j' and RET.
4654
4655 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * xresources.texi (Lucid Resources): Add fontSet resource.
4658
4659 2005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4662 now called `indicate-empty-lines'.
4663
4664 2005-04-06 Kim F. Storm <storm@cua.dk>
4665
4666 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4667
4668 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4669
4670 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4671 deleted.
4672 (Marks vs Flags): Add some convenient key bindings.
4673 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4674 (Misc Dired Features): Correct and expand description of `w' command.
4675
4676 * frames.texi (XTerm Mouse): Delete apparently false info.
4677 The GNU/Linux console currently does not appear to support
4678 `xterm-mouse-mode'.
4679
4680 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4681
4682 * calendar.texi (Diary): Mention shell utility `calendar'.
4683
4684 2005-04-01 Richard M. Stallman <rms@gnu.org>
4685
4686 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4687
4688 2005-04-01 Lute Kamstra <lute@gnu.org>
4689
4690 * maintaining.texi (Change Log): add-change-log-entry uses
4691 add-log-mailing-address.
4692
4693 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4694
4695 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4696 `VC Mode Line' and put in an xref to that node.
4697 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4698 its description.
4699
4700 2005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4701
4702 * calendar.texi (Calendar Systems): Say that the Persian calendar
4703 implemented here is the arithmetical one championed by Birashk.
4704
4705 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4706
4707 * programs.texi (Fortran Motion): Fix previous change.
4708
4709 2005-03-29 Richard M. Stallman <rms@gnu.org>
4710
4711 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4712
4713 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * text.texi (Refill): Refer to Long Lines Mode.
4716 (Longlines): New node.
4717 (Auto Fill): Don't index "word wrap" here.
4718 (Filling): Add Longlines to menu.
4719
4720 2005-03-29 Richard M. Stallman <rms@gnu.org>
4721
4722 * xresources.texi: Minor fixes.
4723
4724 * misc.texi (Emacs Server): Fix Texinfo usage.
4725
4726 * emacs.texi (Top): Don't use a real section heading for
4727 "Detailed Node Listing". Fake it instead.
4728
4729 * basic.texi (Position Info): Minor cleanup.
4730
4731 * mule.texi (Input Methods): Minor cleanup.
4732
4733 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4734
4735 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4736 constructs as well.
4737 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4738
4739 2005-03-29 Kenichi Handa <handa@m17n.org>
4740
4741 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4742
4743 * basic.texi (Position Info): Update the description about the
4744 command C-u C-x =.
4745
4746 2005-03-28 Richard M. Stallman <rms@gnu.org>
4747
4748 * emacs.texi (Top): Use @section for the detailed node listing.
4749
4750 * calendar.texi: Minor fixes to previous change.
4751
4752 * programs.texi (Fortran): Small fixes to previous changes.
4753
4754 * emacs.texi (Top): Update list of subnodes of Dired.
4755 Likewise for building.texi.
4756
4757 * files.texi (File Conveniences): Delete Auto Image File mode.
4758
4759 2005-03-28 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * building.texi (Flymake): New node.
4762
4763 * custom.texi (Function Keys): Document kp- event types and
4764 keypad-setup package.
4765
4766 * dired.texi (Wdired): New node.
4767
4768 * files.texi (File Conveniences): Reorder entries.
4769 Explain how to turn on Auto-image-file mode.
4770 Document Thumbs mode.
4771
4772 * mule.texi (Specify Coding): Document recode-region and
4773 recode-file-name.
4774
4775 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4776
4777 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4778
4779 * commands.texi (Keys): M-o is now a prefix key.
4780
4781 2005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4782
4783 * programs.texi: Reformat and update copyright years.
4784 (Fortran): Update section.
4785
4786 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * files.texi: Several small changes in addition to:
4789 (Visiting): Change xref for Dialog Boxes to ref.
4790 (Version Headers): Replace references to obsolete var
4791 `vc-header-alist' with `vc-BACKEND-header'.
4792 (Customizing VC): Update value of `vc-handled-backends'.
4793
4794 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4795
4796 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4797 move here from Emacs Lisp Reference Manual.
4798 * calendar.texi (Calendar/Diary, Diary Commands)
4799 (Special Diary Entries, Importing Diary): Change some xrefs to
4800 point to emacs-xtra rather than elisp.
4801
4802 * emacs-xtra.texi (Calendar Customizing):
4803 Move view-diary-entries-initially, view-calendar-holidays-initially,
4804 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4805 Emacs Manual.
4806 (Appt Customizing): Merge entire section into main Emacs Manual.
4807 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4808 mark-holidays-in-calendar here from emacs-xtra.
4809 (Displaying the Diary): Move view-diary-entries-initially,
4810 mark-diary-entries-in-calendar here from emacs-xtra.
4811 (Appointments): Move appt-display-mode-line,
4812 appt-display-duration, appt-disp-window-function,
4813 appt-delete-window-function here from emacs-xtra.
4814
4815 * calendar.texi: Update and reformat copyright.
4816 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4817 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4818 (Diary): Refer to `diary-file' rather than ~/diary.
4819 (Diary Commands): Rename node to "Displaying the Diary".
4820 * emacs.texi (Top): Rename "Diary Commands" section.
4821 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4822
4823 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4824
4825 * misc.texi (Emacs Server): Fix the command for setting
4826 server-name. Add an xref to Invoking emacsclient.
4827
4828 * help.texi (Help Summary): Clarify when "C-h ." will do something
4829 nontrivial.
4830 (Apropos): Add cindex entry for apropos-sort-by-scores.
4831
4832 * display.texi (Text Display): Add index entries for how no-break
4833 characters are displayed.
4834
4835 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4836
4837 * files.texi (Visiting): Fix cross-references introduced with the
4838 last change.
4839
4840 * xresources.texi (GTK resources): Fix last change.
4841
4842 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * xresources.texi (X Resources): GTK options documented too.
4845 (Resources): Clarify meaning of program name.
4846 (Table of Resources): Add visualClass.
4847 (GTK resources): Rewrite.
4848 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4849
4850 * display.texi (Text Display): Mention non-breaking spaces.
4851
4852 * files.texi (Reverting): Document auto-revert-check-vc-info.
4853
4854 * frames.texi (Mouse Commands): Document
4855 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4856
4857 * help.texi (Help Summary): Add `C-h .'.
4858 (Apropos): Apropos accepts a list of search terms.
4859 Document apropos-sort-by-scores.
4860 (Help Echo): Document display-local-help.
4861
4862 * misc.texi (Emacs Server): Document server-name.
4863 (Invoking emacsclient): Document -s option for server names.
4864
4865 * text.texi (Outline Visibility): Introduce "current heading
4866 line" (commands can be called with point on a body line).
4867 Re-order table to follow the sequence of discussion.
4868 hide-body won't hide lines before first header line.
4869 (TeX Mode): Add DocTeX mode.
4870
4871 2005-03-24 Richard M. Stallman <rms@gnu.org>
4872
4873 * mule.texi (Single-Byte Character Support): Delete mention
4874 of iso-acc.el and iso-transl.el.
4875
4876 2005-03-23 Lute Kamstra <lute@gnu.org>
4877
4878 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4879
4880 2005-03-23 Richard M. Stallman <rms@gnu.org>
4881
4882 * search.texi: Delete explicit node pointers.
4883 (Incremental Search): New menu.
4884 (Basic Isearch, Repeat Isearch, Error in Isearch)
4885 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4886 (Slow Isearch): New subnodes.
4887 (Configuring Scrolling): Node deleted.
4888 (Search Case): Doc default-case-fold-search.
4889 (Regexp Replace): Move replace-regexp doc here.
4890
4891 * rmail.texi (Movemail): Put commas inside closequotes.
4892
4893 * picture.texi (Insert in Picture): Document C-c arrow combos.
4894 (Basic Picture): Clarify erasure.
4895
4896 * display.texi (Font Lock): Put commas inside closequotes.
4897
4898 * cmdargs.texi (General Variables): Put commas inside closequotes.
4899
4900 2005-03-23 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * building.texi (Stack Buffer): Mention reverse contrast for
4903 *selected* frame (might not be current frame).
4904
4905 2005-03-21 Richard M. Stallman <rms@gnu.org>
4906
4907 * building.texi (Starting GUD): Add bashdb.
4908
4909 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * basic.texi (Moving Point): Add M-g M-g binding.
4912 (Undo): Document undo-only.
4913 (Position Info): Document M-g M-g and C-u M-g M-g.
4914
4915 * building.texi (Building): Put Grep Searching after Compilation
4916 Shell.
4917 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4918 Document next-error-highlight.
4919 (Grep Searching): Document grep-highlight-matches.
4920 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4921
4922 * calendar.texi (Importing Diary): Rename node from iCalendar.
4923 Document diary-from-outlook.
4924
4925 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4926 Commands.
4927 Mention effect of X drag and drop on Dired buffers.
4928
4929 * files.texi (Visiting): Document large-file-warning-threshold.
4930 Move paragraph on file-selection dialog.
4931 Mention visiting files using X drag and drop.
4932 (Reverting): Mention using Auto-Revert mode to tail files.
4933 Document auto-revert-tail-mode.
4934 (Version Systems): Minor correction.
4935 (Comparing Files): Diff-mode is no longer based on Compilation
4936 mode.
4937 Document compare-ignore-whitespace.
4938 (Misc File Ops): Explain passing a directory to rename-file.
4939 Likewise for copy-file and make-symbolic-link.
4940
4941 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4942 Document mouse-wheel-progressive speed.
4943
4944 * help.texi (Misc Help): Document numeric argument for C-h i.
4945 Correctly explain the effect of just C-u as argument.
4946
4947 * killing.texi (Deletion): Document numeric argument for
4948 just-one-space.
4949
4950 * mini.texi (Completion): Completion acts on text before point.
4951
4952 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4953 (Emulation): CUA mode replaces pc-bindings-mode,
4954 pc-selection-mode, and s-region.
4955
4956 * mule.texi (Input Methods): Leim is now built-in.
4957 (Select Input Method): Document quail-show-key.
4958 (Specify Coding): Document revert-buffer-with-coding-system.
4959
4960 * programs.texi (Fortran Motion): Document f90-next-statement,
4961 f90-previous-statement, f90-next-block, f90-previous-block,
4962 f90-end-of-block, and f90-beginning-of-block.
4963
4964 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4965
4966 * emacs.texi (Acknowledgments): Updated.
4967
4968 * anti.texi: Total rewrite.
4969
4970 2005-03-19 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * ack.texi (Acknowledgments): Update.
4973
4974 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4975
4976 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4977 copyright years.
4978
4979 2005-03-14 Nick Roberts <nickrob@snap.net.nz>
4980
4981 * building.texi (Commands of GUD): Move paragraph on setting
4982 breakpoints with mouse to the GDB Graphical Interface node.
4983
4984 2005-03-07 Richard M. Stallman <rms@gnu.org>
4985
4986 * misc.texi (Single Shell, Shell Options): Fix previous change.
4987
4988 * building.texi (Debugger Operation): Update GUD tooltip enable info.
4989
4990 2005-03-06 Richard M. Stallman <rms@gnu.org>
4991
4992 * building.texi (Starting GUD): Don't explain text vs graphical
4993 GDB here. Just mention it and xref.
4994 Delete "just one debugger process".
4995 (Debugger Operation): Move GUD tooltip info here.
4996 (GUD Tooltips): Node deleted.
4997 (GDB Graphical Interface): Explain the two GDB modes here.
4998
4999 * sending.texi (Sending Mail): Minor cleanup.
5000 (Mail Aliases): Explain quoting conventions.
5001 Update key rebinding example.
5002 (Header Editing): C-M-i is like M-TAB.
5003 (Mail Mode Misc): mail-attach-file does not do MIME.
5004
5005 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5006 that really belongs here.
5007 (Remote Mailboxes): Text moved to Rmail Inbox.
5008 (Rmail Display): Mention Mouse-1.
5009 (Movemail): Clarify two movemail versions.
5010 Clarify rmail-movemail-program.
5011
5012 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5013 Document async shell commands.
5014 (Shell History): Clarify.
5015 (Shell Ring): Mention C-UP an C-DOWN.
5016 (Shell Options): Add comint-prompt-read-only.
5017 (Invoking emacsclient): Set EDITOR to run Emacs.
5018 (Sorting): No need to explain what region is.
5019 (Saving Emacs Sessions): Fix typo.
5020 (Recursive Edit): Fix punctuation.
5021 (Emulation): Don't mention "PC bindings" which are standard.
5022 (Hyperlinking): Explain Mouse-1 convention here.
5023 (Find Func): Node deleted.
5024
5025 * help.texi (Name Help): Xref to Hyperlinking.
5026
5027 * glossary.texi (Glossary):
5028 Rename "Balance Parentheses" to "Balancing...".
5029 Add "Byte Compilation". Correct "Copyleft".
5030 New xref in "Customization".
5031 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5032 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5033 Rename "Registers" to "Register".
5034 Replace "Selecting" with "Selected Frame",
5035 "Selected Window", and "Selecting a Buffer".
5036
5037 * files.texi (Types of Log File): Explain how projects'
5038 methods can vary.
5039
5040 * display.texi (Faces): Delete "Emacs 21".
5041
5042 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5043 * fixit.texi (Spelling): C-M-i like M-TAB.
5044 * mini.texi (Completion Options): C-M-i like M-TAB.
5045 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5046 * text.texi (Text Mode): C-M-i like M-TAB.
5047
5048 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5049
5050 * calendar.texi (Specified Dates): Mention `g w'.
5051 (Appointments): appt-activate toggles with no arg.
5052
5053 2005-03-05 Juri Linkov <juri@jurta.org>
5054
5055 * cmdargs.texi (Emacs Invocation): Add cindex
5056 "invocation (command line arguments)"
5057 (Misc X): Add -nbc, --no-blinking-cursor.
5058
5059 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5060
5061 * calendar.texi (iCalendar): No need to require it now.
5062
5063 2005-03-03 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * trouble.texi (Contributing): Mention Savannah. Direct users to
5066 emacs-devel.
5067
5068 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5069
5070 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5071 window.
5072
5073 2005-02-27 Richard M. Stallman <rms@gnu.org>
5074
5075 * building.texi (Compilation): Update mode line status info.
5076
5077 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5078
5079 * calendar.texi (General Calendar): Document binding of
5080 scroll-other-window-down.
5081 (Mayan Calendar): Fix earliest date.
5082 (Time Intervals): Document timeclock-change.
5083 Fix timeclock-ask-before-exiting documentation.
5084
5085 2005-02-26 Kim F. Storm <storm@cua.dk>
5086
5087 * frames.texi (Mouse References):
5088 Add mouse-1-click-in-non-selected-windows.
5089
5090 2005-02-25 Richard M. Stallman <rms@gnu.org>
5091
5092 * screen.texi (Screen): Explain better about cursors and mode lines;
5093 don't presuppose text terminals.
5094 (Point): Don't assume just one cursor.
5095 Clarify explanation of cursors.
5096 (Echo Area, Menu Bar): Cleanups.
5097
5098 * mini.texi (Minibuffer): Prompts are highlighted.
5099 (Minibuffer Edit): Newline = C-j only on text terminals.
5100 Clarify resize-mini-windows values.
5101 Mention M-PAGEUP and M-PAGEDOWN.
5102 (Completion Commands): Mouse-1 like Mouse-2.
5103 (Minibuffer History): Explain history commands better.
5104 (Repetition): Add xref to Incremental Search.
5105
5106 * mark.texi (Setting Mark): Clarify info about displaying mark.
5107 Clarify explanation of C-@ and C-SPC.
5108 (Transient Mark): Mention Delete Selection mode.
5109 (Marking Objects): Clean up text about extending the region.
5110
5111 * m-x.texi (M-x): One C-g doesn't always go to top level.
5112 No delay before suggest-key-bindings output.
5113
5114 * fixit.texi (Fixit): Mention C-/ for undo.
5115 (Spelling): Mention ESC TAB like M-TAB.
5116 Replacement words with r and R are rechecked.
5117 Say where C-g leaves point. Mention ? as input.
5118
5119 2005-02-23 Lute Kamstra <lute@gnu.org>
5120
5121 * cmdargs.texi (Initial Options): Add cross reference.
5122
5123 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5124
5125 * emacs.texi (Top): Update menu for splitting of node in
5126 msdog.texi.
5127 * frames.texi (Frames): Update xref for splitting of node in
5128 msdog.texi.
5129 * trouble.texi (Quitting): Ditto.
5130
5131 2005-02-16 Richard M. Stallman <rms@gnu.org>
5132
5133 * windows.texi (Split Window): Simplify line truncation info
5134 and xref to Display Custom.
5135
5136 * trouble.texi (Quitting): Emergency escape only for text terminal.
5137 (Screen Garbled): C-l for ungarbling is only for text terminal.
5138
5139 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5140
5141 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5142
5143 * programs.texi (Program Modes): Mention Python mode.
5144 (Moving by Defuns): Repeating C-M-h extends region.
5145 (Basic Indent): Clarify.
5146 (Custom C Indent): Clarify.
5147 (Expressions): Repeating C-M-@ extends region.
5148 (Info Lookup): Clarify for C-h S.
5149 (Symbol Completion): ESC TAB alternative for M-TAB.
5150 (Electric C): Clarify.
5151
5152 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5153
5154 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5155 MS-DOS Input node.
5156 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5157 (MS-DOS and MULE): Clarify.
5158 (MS-DOS Processes, Windows Processes): Fix typos.
5159
5160 * major.texi (Choosing Modes): Clarify.
5161
5162 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5163 (Keyboard Macro Step-Edit): Clarify.
5164
5165 * indent.texi (Indentation): Clarifications.
5166
5167 * help.texi (Help): Correct error about C-h in query-replace.
5168 Clarify apropos vs C-h a. Fix how to search in FAQ.
5169 (Key Help): Describe C-h w here.
5170 (Name Help): Minor cleanup. C-h w moved to Key Help.
5171 Clarify the "object" joke.
5172 (Apropos): Clarify. Mouse-1 like Mouse-2.
5173 (Help Mode): Mouse-1 like Mouse-2.
5174
5175 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5176
5177 * display.texi (Display): Reorder menu.
5178 (Faces): Cleanup.
5179 (Font Lock): Cleanup. Mention Options menu.
5180 Delete obsolete text.
5181 (Scrolling): For C-l, don't presume text terminal.
5182 (Horizontal Scrolling): Simplify intro.
5183 (Follow Mode): Clarify.
5184 (Cursor Display): Moved before Display Custom.
5185 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5186 Doc default-tab-width. Doc line truncation more thoroughly.
5187
5188 * dired.texi (Dired Enter): C-x C-f can run Dired.
5189 (Dired Visiting): Comment out `a' command.
5190 Mouse-1 is like Mouse-2.
5191 (Shell Commands in Dired): ? can be used more than once.
5192
5193 * basic.texi (Continuation Lines): Simplify description of truncation,
5194 and refer to Display Custom for the rest of it.
5195
5196 2005-02-06 Lute Kamstra <lute@gnu.org>
5197
5198 * basic.texi (Undo): Fix typo.
5199
5200 * cmdargs.texi (Emacs Invocation): Fix typo.
5201
5202 * custom.texi (Init Examples): Fix typo.
5203
5204 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5205
5206 2005-02-06 Richard M. Stallman <rms@gnu.org>
5207
5208 * regs.texi (Registers): Registers can hold numbers, too.
5209
5210 * killing.texi (Other Kill Commands): Cleanup.
5211 Delete redundant explanation of kill in read-only buffer.
5212 (Yanking): Mention term "copying".
5213 (Accumulating Text): Fix typo.
5214
5215 * entering.texi (Entering Emacs): Update rationale at start.
5216 (Exiting): Treat iconifying on a par with suspension.
5217
5218 * custom.texi (Minor Modes): Fix typo.
5219 (Easy Customization): Fix menu style.
5220 (Variables): Add xref.
5221 (Examining): Setting for future sessions works through .emacs.
5222 (Keymaps): "Text terminals", not "Many".
5223 (Init Rebinding): Explain \C-. Show example of \M-.
5224 Fix minor wording errors.
5225 (Function Keys): Explain vector syntax just once.
5226 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5227 (Init File): Mention .emacs.d directory.
5228 (Init Examples): Add xref.
5229 (Find Init): Mention .emacs.d directory.
5230
5231 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5232 (Action Arguments): Explain which kinds of -l args are found how.
5233 (Initial Options): --batch does not inhibit site-start.
5234 Add xrefs.
5235 (Command Example): Use --batch, not -batch.
5236
5237 * basic.texi (Inserting Text): Cleanup wording.
5238 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5239 C-n is not error at end of buffer.
5240 (Undo): Doc C-/ like C-_. Add xrefs.
5241 (Arguments): META key may be labeled ALT.
5242 Peculiar arg meanings are explained in doc strings.
5243
5244 * abbrevs.texi (Expanding Abbrevs): Clarify.
5245
5246 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5247
5248 * frames.texi (Frame Parameters): Add an xref to the description
5249 of list-colors-display. Add a pointer to the X docs about colors.
5250
5251 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
5252 Improve docs of list-colors-display.
5253
5254 2005-02-03 Lute Kamstra <lute@gnu.org>
5255
5256 * frames.texi (Frames, Drag and Drop): Fix typos.
5257
5258 2005-02-03 Richard M. Stallman <rms@gnu.org>
5259
5260 * windows.texi (Basic Window): Mention color-change in mode line.
5261 (Change Window): Explain dragging vertical boundaries.
5262
5263 * text.texi (Sentences): Clarify.
5264 (Paragraphs): Explain M-a and blank lines.
5265 (Outline Mode): Clarify text and menu.
5266 (Hard and Soft Newlines): Mention use-hard-newlines.
5267
5268 * frames.texi (Frames): Delete unnecessary mention of Windows.
5269 (Mouse Commands): Likewise. Mention xterm mouse support.
5270 (Clipboard): Clarify.
5271 (Mouse References): Mention use of Mouse-1 for following links.
5272 (Menu Mouse Clicks): Clarify.
5273 (Mode Line Mouse): Clarify.
5274 (Drag and Drop): Rewrite.
5275
5276 * fixit.texi (Spelling): Fix typo.
5277
5278 * files.texi (File Names): Clarify.
5279 (Visiting): Update conditions for use of file dialog. Clarify.
5280 (Saving): Doc d as answer in save-some-buffers.
5281 (Remote Files): Clean up the text.
5282
5283 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5284
5285 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5286 (List Buffers): Clarify.
5287 (Several Buffers): Doc T command.
5288 (Buffer Convenience): Clarify menu.
5289
5290 * basic.texi (Undo): Clarify last change.
5291
5292 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5293
5294 * fixit.texi (Spelling): Fix typo.
5295
5296 2005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5297
5298 * basic.texi (Undo): Update description of `undo-outer-limit'.
5299
5300 2005-02-01 Nick Roberts <nickrob@snap.net.nz>
5301
5302 * building.texi: Update documentation relating to GDB Graphical
5303 Interface.
5304
5305 2005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * custom.texi (Easy Customization): Adapt menu to node name change.
5308
5309 2005-01-30 Richard M. Stallman <rms@gnu.org>
5310
5311 * custom.texi (Easy Customization): Defn of "User Option" now
5312 includes faces. Don't say just "option" when talking about variables.
5313 Do say just "options" to mean "anything customizable".
5314 (Specific Customization): Describe `customize-variable',
5315 not `customize-option'.
5316
5317 * glossary.texi (Glossary) <Faces>: Add xref.
5318 <User Option>: Change definition--include faces. Change xref.
5319
5320 * picture.texi (Picture): Mention artist.el.
5321
5322 * sending.texi, screen.texi, programs.texi, misc.texi:
5323 * mini.texi, major.texi, maintaining.texi, macos.texi:
5324 * help.texi, frames.texi, files.texi:
5325 Don't say just "option" when talking about variables.
5326
5327 * display.texi, mule.texi: Don't say just "option" when talking
5328 about variables. Other minor cleanups.
5329
5330 2005-01-26 Lute Kamstra <lute@gnu.org>
5331
5332 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5333 File'. Mention the `-Q' option at the `--no-site-file' option.
5334
5335 2005-01-22 David Kastrup <dak@gnu.org>
5336
5337 * building.texi (Grep Searching): Mention alias `find-grep' for
5338 `grep-find'.
5339
5340 2005-01-20 Richard M. Stallman <rms@gnu.org>
5341
5342 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5343
5344 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5345
5346 * rmail.texi (Movemail): Explain differences
5347 between standard and mailutils versions of movemail.
5348 Describe command line and configuration options introduced
5349 with the latter.
5350 Explain the notion of mailbox URL, provide examples and
5351 cross-references to mailutils documentation.
5352 Describe various methods of specifying mailbox names,
5353 user names and user passwords for rmail.
5354 (Remote Mailboxes): New section. Describe
5355 how movemail handles remote mailboxes. Describe configuration
5356 options used to control its behavior.
5357 (Other Mailbox Formats): Explain handling of various mailbox
5358 formats.
5359
5360 2005-01-13 Richard M. Stallman <rms@gnu.org>
5361
5362 * commands.texi (Commands): Clarification.
5363
5364 2005-01-11 Richard M. Stallman <rms@gnu.org>
5365
5366 * programs.texi (Multi-line Indent): Fix previous change.
5367 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5368
5369 2005-01-08 Richard M. Stallman <rms@gnu.org>
5370
5371 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5372 lazy-highlight.
5373
5374 * search.texi (Query Replace): Mention faces query-replace
5375 and lazy-highlight.
5376 (Incremental Search): Update isearch highlighting info.
5377
5378 2005-01-04 Richard M. Stallman <rms@gnu.org>
5379
5380 * custom.texi (Saving Customizations): Minor improvement.
5381
5382 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5383
5384 * custom.texi (Saving Customizations): Emacs no longer loads
5385 `custom-file' after .emacs. No longer mention customizing through
5386 Custom.
5387
5388 2005-01-01 Andreas Schwab <schwab@suse.de>
5389
5390 * killing.texi (Graphical Kill): Move up under node Killing,
5391 change @section to @subsection.
5392
5393 2005-01-01 Richard M. Stallman <rms@gnu.org>
5394
5395 * custom.texi (Face Customization): Mention hex color specs.
5396
5397 * emacs.texi (Top): Update Killing submenu.
5398
5399 * killing.texi (Killing): Reorganize section.
5400 No more TeX-only text; put the node command at start of chapter.
5401 But the first section heading is used only in TeX.
5402 Rewrite the text to read better in this mode.
5403 (Graphical Kill): New subnode gets some of the text that
5404 used to be in the first section.
5405
5406 2004-12-31 Richard M. Stallman <rms@gnu.org>
5407
5408 * dired.texi (Shell Commands in Dired): Delete the ? example.
5409
5410 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5411
5412 * files.texi (Saving): Describe new require-final-newline features
5413 and mode-require-final-newline.
5414
5415 2004-12-29 Richard M. Stallman <rms@gnu.org>
5416
5417 * custom.texi (File Variables): Clarify previous change.
5418
5419 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
5420
5421 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5422 out now.
5423
5424 2004-12-27 Richard M. Stallman <rms@gnu.org>
5425
5426 * Makefile.in (MAKEINFO): Specify --force.
5427
5428 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5429 (Undo): Doc undo-outer-limit.
5430
5431 2004-12-15 Juri Linkov <juri@jurta.org>
5432
5433 * mark.texi (Transient Mark, Mark Ring): M-< and other
5434 movement commands don't set mark in Transient Mark mode
5435 if mark is active.
5436
5437 2004-12-12 Juri Linkov <juri@jurta.org>
5438
5439 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5440 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5441
5442 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5443 (Misc Dired Commands): Add @r{(Dired)} to w.
5444
5445 2004-12-12 Juri Linkov <juri@jurta.org>
5446
5447 * mark.texi (Marking Objects): Marking commands also extend the
5448 region when mark is active in Transient Mark mode.
5449
5450 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * custom.texi (Saving Customizations): Emacs only loads the custom
5453 file automatically after the init file in version 22.1 or later.
5454 Adapt text and examples to this fact.
5455
5456 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5457
5458 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5459 be set through Custom. Otherwise, it has no effect.
5460
5461 2004-12-05 Richard M. Stallman <rms@gnu.org>
5462
5463 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5464 * entering.texi: Rename Command Line to Emacs Invocation.
5465
5466 * misc.texi (Term Mode): Correctly describe C-c.
5467
5468 * custom.texi (Easy Customization): Move up to section level,
5469 before Variables. Avoid using the term "variable"; say "option".
5470 New initial explanation.
5471 (Variables): In initial explanation, connect "variable" to the
5472 already-explained "user option".
5473
5474 * emacs.texi (Top): Fix ref to Command Line.
5475 Move reference to Easy Customization.
5476
5477 * xresources.texi (X Resources): Fix From link.
5478
5479 * doclicense.texi (GNU Free Documentation License): Fix To link.
5480
5481 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5482
5483 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5484
5485 2004-12-03 Richard M. Stallman <rms@gnu.org>
5486
5487 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5488
5489 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5490
5491 * kmacro.texi: Several small changes in addition to the following.
5492 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5493 defining a keyboard macro.
5494 Mention `kmacro-ring-max'.
5495 (Keyboard Macro Counter): Clarify description of
5496 `kmacro-insert-counter', `kmacro-set-counter',
5497 `kmacro-add-counter' and `kmacro-set-format'.
5498
5499 2004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5500
5501 * custom.texi (File Variables): Add `unibyte' and make it more
5502 clear that `unibyte' and `coding' are special. Suggested by Simon
5503 Krahnke <overlord@gmx.li>.
5504
5505 * mule.texi (Enabling Multibyte): Refer to File Variables.
5506 Suggested by Simon Krahnke <overlord@gmx.li>.
5507
5508 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
5509
5510 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5511 x-use-old-gtk-file-dialog.
5512
5513 2004-11-20 Richard M. Stallman <rms@gnu.org>
5514
5515 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5516
5517 2004-11-09 Lars Brinkhoff <lars@nocrew.org>
5518
5519 * building.texi (Lisp Eval): Delete hyphen in section name.
5520
5521 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5522
5523 * files.texi (Old Versions):
5524 No longer document annotation as "CVS only".
5525
5526 2004-11-10 Andre Spiegel <spiegel@gnu.org>
5527
5528 * files.texi (Version Control): Rewrite the introduction about
5529 version systems, mentioning the new ones that we support. Thanks
5530 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5531 suggestions.
5532
5533 2004-11-03 Jan Djärv <jan.h.d@swipnet.se>
5534
5535 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
5536
5537 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5538
5539 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5540
5541 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5542
5543 * text.texi (Text Based Tables, Table Definition)
5544 (Table Creation, Table Recognition, Cell Commands)
5545 (Cell Justification, Row Commands, Column Commands)
5546 (Fixed Width Mode, Table Conversion, Measuring Tables)
5547 (Table Misc): New nodes, documenting the Table Mode.
5548
5549 2004-10-19 Jason Rumney <jasonr@gnu.org>
5550
5551 * makefile.w32-in (info): Change order of arguments to makeinfo.
5552
5553 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5554
5555 * calendar.texi (iCalendar): Update for package changes.
5556
5557 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5558
5559 * files.texi (Misc File Ops): View mode is a minor mode.
5560
5561 2004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5562
5563 * calendar.texi (iCalendar): Style changes.
5564
5565 2004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5566
5567 * search.texi (Regexps): The regexp described in the example is no
5568 longer stored in the variable `sentence-end'.
5569
5570 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5571
5572 * building.texi (Starting GUD): Note that multiple debugging
5573 sessions requires `gdb --fullname'.
5574
5575 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5576
5577 * calendar.texi (iCalendar): New section for a new package.
5578
5579 2004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * text.texi: Various small changes in addition to the following.
5582 (Text): Replace xref for autotype with inforef.
5583 (Sentences): Explain nil value for `sentence-end'.
5584 (Paragraphs): Update default values for `paragraph-start' and
5585 `paragraph-separate'.
5586 (Text Mode): Correct description of Text mode's effect on the
5587 syntax table.
5588 (Outline Visibility): `hide-other' does not hide top level headings.
5589 `selective-display-ellipses' no longer has an effect on Outline mode.
5590 (TeX Misc): Add missing @cindex.
5591 Replace xref for RefTeX with inforef.
5592 (Requesting Formatted Text): The variable
5593 `enriched-fill-after-visiting' no longer exists.
5594 (Editing Format Info): Update names of menu items and commands.
5595 (Format Faces): Mention special effect of specifying the default face.
5596 Describe inheritance of text properties.
5597 Correct description of `fixed' face.
5598 (Format Indentation): Correct description of effect of setting
5599 margins. Mention `set-left-margin' and `set-right-margin'.
5600 (Format Justification): Update names of menu items.
5601 `set-justification-full' is now bound to `M-j b'.
5602 Mention that `default-justification' is a per buffer variable.
5603 (Format Properties): Update name of menu item.
5604 (Forcing Enriched Mode): `format-decode-buffer' automatically
5605 turns on Enriched mode if the buffer is in text/enriched format.
5606
5607 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
5608
5609 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5610
5611 2004-09-28 Kim F. Storm <storm@cua.dk>
5612
5613 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5614 Align with new functionality.
5615
5616 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5617
5618 * display.texi (Display Custom): Remove stray `@end defvar'.
5619
5620 2004-09-23 Kim F. Storm <storm@cua.dk>
5621
5622 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5623 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5624
5625 2004-09-20 Richard M. Stallman <rms@gnu.org>
5626
5627 * custom.texi (Hooks): Explain using setq to clear out a hook.
5628 (File Variables): Explain multiline string constants.
5629 (Non-ASCII Rebinding): Explain when you need to update
5630 non-ASCII char codes in .emacs.
5631
5632 * building.texi (Compilation): Explain how to make a silent
5633 subprocess that won't be terminated. Explain compilation-environment.
5634
5635 2004-09-13 Kim F. Storm <storm@cua.dk>
5636
5637 * mini.texi (Repetition): Rename isearch-resume-enabled to
5638 isearch-resume-in-command-history and change default to disabled.
5639
5640 2004-09-09 Kim F. Storm <storm@cua.dk>
5641
5642 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5643 with new `kmacro-name-last-macro'.
5644
5645 2004-09-08 Juri Linkov <juri@jurta.org>
5646
5647 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5648
5649 2004-09-03 Juri Linkov <juri@jurta.org>
5650
5651 * search.texi (Incremental Search): Update wording for M-%.
5652
5653 2004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * killing.texi (Killing): Correct description of kill commands in
5656 read-only buffer.
5657
5658 2004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5659
5660 * building.texi (Compilation Mode): Add a paragraph about rules
5661 for finding the compilation buffer for `next-error'.
5662
5663 * search.texi (Other Repeating Search): Mention that Occur mode
5664 supports the next-error functionality.
5665
5666 2004-09-02 Juri Linkov <juri@jurta.org>
5667
5668 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5669
5670 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5671
5672 * kmacro.texi (Basic Keyboard Macro):
5673 `apply-macro-to-region-lines' now operates on all lines that begin
5674 in the region, rather than on all complete lines in the region.
5675
5676 2004-08-31 Jan Djärv <jan.h.d@swipnet.se>
5677
5678 * frames.texi (Drag and drop): Add documentation about
5679 x-dnd-test-function and x-dnd-known-types.
5680
5681 2004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5682
5683 * indent.texi: Various minor changes in addition to:
5684 (Indentation Commands): Correct description of `indent-relative'.
5685 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5686 mode. The *Tab Stops* buffer uses Overwrite Mode.
5687 (Just Spaces): `tabify' converts sequences of at least two spaces
5688 to tabs.
5689
5690 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5691
5692 * frames.texi (Secondary Selection): Setting the secondary
5693 selection with M-Drag-Mouse-1 does not alter the kill ring,
5694 setting it with M-Mouse-1 and M-Mouse-3 does.
5695 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5696 toolkit scroll bars.
5697 (Scroll Bars): Ditto.
5698
5699 * windows.texi (Basic Window): When using a window system, the value
5700 of point in a non-selected window is indicated by a hollow box.
5701 (Split Window): Side by side windows are separated by a scroll bar,
5702 if scroll bars are used.
5703 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5704 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5705 (Window Convenience): Update bindings for `winner-undo' and
5706 `winner-redo'.
5707
5708 * ack.texi (Acknowledgments): Use `@unnumbered'.
5709 * misc.texi: Adapt sectioning in Info to the node structure.
5710 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5711 of "Using Emacs as a Server".
5712 * building.texi (Building): Interchange nodes (for correct numbering).
5713 * programs.texi (Programs): Interchange nodes (for correct numbering).
5714 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5715 Info to the node structure.
5716 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5717 Rearrange order of nodes and sections such that both "GNU GENERAL
5718 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5719 end, as appropriate for appendices.
5720 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5721 Use `@unnumberedsec'.
5722 * trouble.texi: Adapt sectioning in Info to the node structure.
5723 Adapt node pointers to change in emacs.texi.
5724 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5725
5726 2004-08-25 Kenichi Handa <handa@m17n.org>
5727
5728 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5729 description for unibyte mode.
5730
5731 2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5732
5733 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5734
5735 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5736 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5737 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5738 in @pxref.
5739
5740 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5741
5742 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5743 Change section names.
5744
5745 2004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * kmacro.texi (Keyboard Macro Ring): Rename section.
5748 Emacs treats the head of the macro ring as the `last keyboard macro'.
5749 (Keyboard Macro Counter): Minor change.
5750 (Save Keyboard Macro): Some clarifications.
5751 (Edit Keyboard Macro): Rename section.
5752
5753 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5754 32-bit machines.
5755 (Several Buffers): Clarify which buffer is selected if `2' is
5756 pressed in the Buffer Menu.
5757 Auto Revert mode can be used to update the Buffer Menu
5758 automatically.
5759
5760 2004-08-21 Eli Zaretskii <eliz@gnu.org>
5761
5762 * help.texi (Misc Help): Add an index entry for finding an Info
5763 manual by its file name.
5764
5765 2004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5766
5767 * files.texi (Backup Deletion): Correct description of
5768 `delete-old-versions'.
5769 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5770 (Auto Save Files): Recommend `auto-save-mode' to reenable
5771 auto-saving, rather than the abbreviation `auto-save'.
5772
5773 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5774
5775 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5776 for "killing" and "yanking" in main menu.
5777
5778 2004-08-16 Richard M. Stallman <rms@gnu.org>
5779
5780 * killing.texi (Yanking, Killing): Minor cleanups.
5781
5782 * mark.texi (Momentary Mark): Minor cleanups.
5783
5784 2004-08-15 Kenichi Handa <handa@etl.go.jp>
5785
5786 * custom.texi (Non-ASCII Rebinding):
5787 C-q always inserts the right code to pass to global-set-key.
5788
5789 2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5790
5791 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5792 `insert-register', instead of `C-x r g' binding, for consistency.
5793
5794 2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5795
5796 * fixit.texi (Spelling): Fix typo.
5797
5798 2004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5799
5800 * help.texi (Help): Fix Texinfo usage.
5801
5802 2004-07-24 Richard M. Stallman <rms@gnu.org>
5803
5804 * text.texi (Paragraphs): Update how paragraphs are separated
5805 and the default for paragraph-separate.
5806
5807 * search.texi (Regexp Replace): Further update text for new
5808 replacement operators.
5809
5810 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5811
5812 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5813 `R' switch.
5814
5815 * dired.texi (Dired Updating): `k' only deletes inserted
5816 subdirectories from the Dired buffer if a prefix argument was given.
5817
5818 * search.texi (Regexps): Delete redundant definition of `symbol' in
5819 description of `\_>'. It already occurs in the description of `\_<'.
5820
5821 2004-07-01 Juri Linkov <juri@jurta.org>
5822
5823 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5824 (Regexp Search): Add M-r.
5825
5826 2004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5829
5830 2004-06-29 Jesper Harder <harder@ifa.au.dk>
5831
5832 * search.texi, calendar.texi: Markup fixes.
5833
5834 2004-06-25 Richard M. Stallman <rms@gnu.org>
5835
5836 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5837
5838 2004-06-25 David Kastrup <dak@gnu.org>
5839
5840 * search.texi (Regexp Replace): Some typo corrections and
5841 rearrangement.
5842
5843 2004-06-24 David Kastrup <dak@gnu.org>
5844
5845 * search.texi (Unconditional Replace): Use replace-string instead
5846 of query-replace in example.
5847 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5848 sequences.
5849 (Query Replace): Correct explanation of `^' which does not use
5850 the mark stack.
5851
5852 2004-06-21 Nick Roberts <nickrob@gnu.org>
5853
5854 * misc.texi (Shell History Copying): Document comint-insert-input.
5855 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5856
5857 2004-06-20 Jesper Harder <harder@ifa.au.dk>
5858
5859 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5860 * custom.texi (Customization): Do.
5861 * anti.texi (Antinews): Do.
5862 * abbrevs.texi (Defining Abbrevs): Do.
5863
5864 * programs.texi (Info Lookup): Fix keybinding for
5865 info-lookup-symbol.
5866
5867 2004-06-16 Juanma Barranquero <lektu@terra.es>
5868
5869 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5870 Add emacs-xtra.
5871 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5872 (clean): Add emacs-xtra and flymake. Remove redundancies.
5873
5874 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5875
5876 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5877 Add emacs-xtra.
5878 * emacs-xtra.texi: New file.
5879
5880 2004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5881
5882 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5883 (Dired and Find): Mention differences with ordinary Dired buffers.
5884
5885 2004-06-13 Richard M. Stallman <rms@gnu.org>
5886
5887 * custom.texi (Init Syntax): Explain about vars that do special
5888 things when set with setq or with Custom.
5889 (Init Examples): Add line-number-mode example.
5890
5891 2004-06-12 Juri Linkov <juri@jurta.org>
5892
5893 * dired.texi (Operating on Files): Add dired-do-touch.
5894
5895 2004-06-10 Juri Linkov <juri@jurta.org>
5896
5897 * building.texi (Lisp Eval): Add C-M-x on defface.
5898
5899 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5900
5901 * files.texi (Reverting): Auto-Revert mode and
5902 Global Auto-Revert mode no longer revert remote files.
5903
5904 2004-05-29 Richard M. Stallman <rms@gnu.org>
5905
5906 * custom.texi (Init File): Two dashes start --no-site-file.
5907
5908 2004-05-29 Alan Mackenzie <acm@muc.de>
5909
5910 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
5911 ("AWK"): Is consistently thus spelled throughout.
5912 (AWK, Pike): Document as "C-like modes".
5913 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5914 (M-x man): Supersedes M-x manual-entry.
5915 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5916
5917 ("Comments in C"): Delete node; the info is in CC Mode manual.
5918 (c-comment-only-line-offset): Remove description.
5919
5920 (C-c ., C-c C-c): Describe new C Mode bindings.
5921
5922 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5923 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5924 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5925 Amend definitions.
5926
5927 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5928 Describe functions.
5929
5930 (c-comment-start-regexp, c-hanging-comment-ender-p)
5931 (c-hanging-comment-starter-p): Remove obsolete definitions.
5932
5933 * emacs.texi: Remove the menu entry "Comments in C".
5934
5935 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5936
5937 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5938 `M-x locate'.
5939
5940 2004-05-16 Karl Berry <karl@gnu.org>
5941
5942 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5943 makeinfo --html fails.
5944 * help.texi (Help Summary) [@ifnottex]: Likewise.
5945
5946 2004-05-13 Nick Roberts <nickrob@gnu.org>
5947
5948 * building.texi (GDB Graphical Interface): Update and describe
5949 layout first.
5950
5951 2004-05-04 Jason Rumney <jasonr@gnu.org>
5952
5953 * makefile.w32-in: Revert last change.
5954
5955 2004-05-03 Jason Rumney <jasonr@gnu.org>
5956
5957 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5958
5959 2004-04-23 Juanma Barranquero <lektu@terra.es>
5960
5961 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5962
5963 2004-04-18 Juri Linkov <juri@jurta.org>
5964
5965 * fixit.texi (Spelling): Remove file extension from ispell xref.
5966
5967 2004-04-15 Kim F. Storm <storm@cua.dk>
5968
5969 * cmdargs.texi (Initial Options): Add -Q.
5970
5971 2004-04-05 Kim F. Storm <storm@cua.dk>
5972
5973 * custom.texi (File Variables): Add safe-local-eval-forms.
5974
5975 2004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5976
5977 * files.texi (Reverting): Correct description of revert-buffer's
5978 handling of point.
5979
5980 2004-03-22 Juri Linkov <juri@jurta.org>
5981
5982 * emacs.texi (Top): Add `Misc X'.
5983
5984 * trouble.texi: Fix help key bindings.
5985
5986 * glossary.texi: Improve references.
5987
5988 * help.texi: Sync keywords with finder.el.
5989
5990 * mini.texi (Completion): Add description for menu items.
5991
5992 * misc.texi (Browse-URL, FFAP): Add information about keywords.
5993
5994 * sending.texi (Mail Methods): Fix xref to Message manual.
5995
5996 2004-03-12 Richard M. Stallman <rms@gnu.org>
5997
5998 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
5999
6000 2004-03-04 Richard M. Stallman <rms@gnu.org>
6001
6002 * search.texi (Regexps): Explain that ^ and $ have their
6003 special meanings only in certain contexts.
6004
6005 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6006
6007 * mule.texi (Specify Coding): Doc C-x RET F.
6008
6009 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6010 for multiple compile and grep buffers.
6011 (Indirect Buffers): Don't recommand clone-indirect-buffer
6012 for multiple compile and grep buffers.
6013
6014 2004-02-29 Juanma Barranquero <lektu@terra.es>
6015
6016 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6017 Use $(DEL) instead of rm, and ignore exit code.
6018
6019 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6020
6021 * building.texi (Watch Expressions): Update.
6022
6023 2004-02-21 Juri Linkov <juri@jurta.org>
6024
6025 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6026 --directory, --help, --version. Move text about command-line-args
6027 to Command Arguments.
6028 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6029 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6030 (Window Size X): Join -g and --geometry. Add @cindex.
6031 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6032 (Title X): Remove alias -title.
6033 (Misc X): New node.
6034
6035 2004-02-15 Jan Djärv <jan.h.d@swipnet.se>
6036
6037 * frames.texi (Drag and drop): Add Motif to list of supported
6038 protocols.
6039
6040 2004-02-03 Jan Djärv <jan.h.d@swipnet.se>
6041
6042 * frames.texi (Drag and drop): New section.
6043
6044 2004-01-24 Richard M. Stallman <rms@gnu.org>
6045
6046 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6047 Include it only @ifnotinfo. Patch the preceding and following
6048 node headers to point to each other.
6049
6050 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6051
6052 * calendar.texi (Appointments): Update section.
6053
6054 2003-12-29 Kevin Ryde <user42@zip.com.au>
6055
6056 * programs.texi (C Modes): Fix the xref.
6057
6058 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6059
6060 * building.texi (Watch Expressions): Update.
6061 (Commands of GUD): Include use of toolbar + breakpoints set from
6062 fringe/margin.
6063
6064 2003-12-03 Andre Spiegel <spiegel@gnu.org>
6065
6066 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6067 <acm@muc.de>.
6068
6069 2003-11-29 Jan Djärv <jan.h.d@swipnet.se>
6070
6071 * frames.texi (Dialog Boxes): Add use-file-dialog.
6072
6073 2003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6074
6075 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6076 in CC Mode.
6077
6078 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6079
6080 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6081 * man/commands.texi, man/custom.texi, man/display.texi:
6082 * man/emacs.texi, man/files.texi:
6083 * man/frames.texi, man/glossary.texi, man/killing.texi:
6084 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6085 * man/mule.texi, man/rmail.texi, man/search.texi:
6086 * man/sending.texi, man/text.texi, man/trouble.texi:
6087 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
6088
6089 2003-11-01 Alan Mackenzie <acm@muc.de>
6090
6091 * search.texi (Scrolling During Incremental Search): Document a
6092 new scrolling facility in isearch mode.
6093
6094 2003-10-22 Miles Bader <miles@gnu.org>
6095
6096 * Makefile.in (info): Move before $(top_srcdir)/info.
6097
6098 2003-10-22 Nick Roberts <nick@nick.uklinux.net>
6099
6100 * building.texi (Watch Expressions): Update section on data display
6101 to reflect code changes (GDB Graphical Interface).
6102
6103 2003-10-13 Richard M. Stallman <rms@gnu.org>
6104
6105 * xresources.texi (GTK resources): Clean up previous change.
6106
6107 2003-10-12 Jan Djärv <jan.h.d@swipnet.se>
6108
6109 * xresources.texi (GTK resources): Add a note that some themes
6110 disallow customizations. Add scroll theme example.
6111
6112 2003-09-30 Richard M. Stallman <rms@gnu.org>
6113
6114 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6115
6116 * misc.texi (Saving Emacs Sessions): Shorten the section,
6117 collapsing back into one node.
6118
6119 2003-09-30 Lars Hansen <larsh@math.ku.dk>
6120
6121 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6122
6123 2003-09-29 Jan Djärv <jan.h.d@swipnet.se>
6124
6125 * xresources.texi (GTK names in Emacs): Correct typo.
6126
6127 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6128
6129 * cmdargs.texi (Font X): Mention new default font. More
6130 fully describe long font names, wildcard patterns and the
6131 problems involved. (Result of discussion on emacs-devel.)
6132
6133 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6134
6135 * emacs.texi (Acknowledgements): Correct typo.
6136
6137 2003-09-22 Richard M. Stallman <rms@gnu.org>
6138
6139 * dired.texi (Misc Dired Commands): New node.
6140 (Dired Navigation): Add dired-goto-file.
6141
6142 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6143
6144 * emacs.texi (Acknowledgements): New node, split from Distribution.
6145
6146 * cmdargs.texi (Action Arguments): -f reads interactive args.
6147
6148 2003-09-08 Lute Kamstra <lute@gnu.org>
6149
6150 * screen.texi (Mode Line): Say that POS comes before LINE.
6151 Mention `size-indication-mode'.
6152 * display.texi (Optional Mode Line): Document
6153 `size-indication-mode'.
6154 * basic.texi (Position Info): Mention `size-indication-mode'.
6155
6156 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6157
6158 * xresources.texi (Resources): Refer to `editres' man page.
6159 (Lucid Resources): Update defaults. Expand description of
6160 `shadowThickness'.
6161
6162 2003-09-04 Miles Bader <miles@gnu.org>
6163
6164 * Makefile.in (top_srcdir): New variable.
6165 ($(top_srcdir)/info): New rule.
6166 (info): Depend on it.
6167
6168 2003-09-03 Peter Runestig <peter@runestig.com>
6169
6170 * makefile.w32-in: New file.
6171
6172 2003-08-29 Richard M. Stallman <rms@gnu.org>
6173
6174 * misc.texi (Saving Emacs Sessions): Correct previous change.
6175
6176 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6177
6178 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6179 (Intro): Include kmacro.texi after fixit.texi instead of after
6180 custom.texi. (As suggested by Kim Storm.)
6181
6182 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6183
6184 * fixit.texi (Fixit): Update `Next' pointer.
6185 * files.texi (Files): Update `Previous' pointer.
6186 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6187 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6188 (Suggested by Kim Storm.)
6189 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6190
6191 2003-08-18 Kim F. Storm <storm@cua.dk>
6192
6193 * kmacro.texi: New file describing enhanced keyboard macro
6194 functionality. Replaces old description in custom.texi.
6195
6196 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6197 (Keyboard Macros): Move to new kmacro.texi file.
6198
6199 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6200
6201 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6202
6203 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6204
6205 2003-08-17 Alex Schroeder <alex@gnu.org>
6206
6207 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6208 required.
6209
6210 2003-08-05 Richard M. Stallman <rms@gnu.org>
6211
6212 * programs.texi (Lisp Indent): Don't describe
6213 lisp-indent-function property here. Use xref to Lisp Manual.
6214
6215 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6216
6217 * calendar.texi (Date Formats): Document changed behavior of
6218 abbreviations.
6219
6220 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
6221
6222 * buffers.texi (List Buffers): Fix previous change.
6223
6224 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
6225
6226 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6227 List*.
6228
6229 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6230
6231 * display.texi (Font Lock): Fix typo.
6232
6233 2003-07-07 Richard M. Stallman <rms@gnu.org>
6234
6235 * display.texi (Font Lock): Add xref for format info on
6236 font-lock-remove-keywords.
6237
6238 * building.texi (Compilation): Document what happens with asynch
6239 children of compiler process.
6240
6241 * help.texi (Library Keywords): Use @multitable.
6242
6243 2003-06-04 Richard M. Stallman <rms@gnu.org>
6244
6245 * programs.texi (Expressions): Delete C-M-DEL.
6246
6247 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6248 comint-move-point-for-output renamed from
6249 comint-scroll-to-bottom-on-output.
6250
6251 * custom.texi (Init Rebinding): Replace previous change with xref.
6252 (Non-ASCII Rebinding): Explain that issue more briefly here.
6253
6254 2003-05-28 Richard M. Stallman <rms@gnu.org>
6255
6256 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6257
6258 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
6259
6260 * building.texi (GDB Graphical Interface): New node.
6261 (Rewritten somewhat by RMS.)
6262
6263 2003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
6264
6265 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6266 non-English letters. Explain how to set coding systems correctly
6267 and how to include the right coding cookie in the file.
6268
6269 2003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
6270
6271 * indent.texi (Indentation): Explain the concepts.
6272 (Just Spaces): Explain why preventing tabs for indentation might
6273 be useful.
6274
6275 2003-04-16 Richard M. Stallman <rms@gnu.org>
6276
6277 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6278
6279 2003-02-22 Alex Schroeder <alex@emacswiki.org>
6280
6281 * cmdargs.texi (General Variables): Document SMTPSERVER.
6282
6283 * sending.texi: Remove SMTP node.
6284 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6285 library.
6286
6287 2003-02-22 Alex Schroeder <alex@emacswiki.org>
6288
6289 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6290
6291 2003-02-22 Simon Josefsson <jas@extundo.com>
6292
6293 * sending.texi (Mail Methods): Add node about SMTP.
6294
6295 2003-02-17 Jan Djärv <jan.h.d@swipnet.se>
6296
6297 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6298
6299 2003-02-01 Kevin Ryde <user42@zip.com.au>
6300
6301 * glossary.texi (Glossary): Correction to cl cross reference.
6302
6303 2003-01-20 Richard M. Stallman <rms@gnu.org>
6304
6305 * killing.texi (Rectangles): Document C-x c r.
6306
6307 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6308
6309 * xresources.texi (GTK resources): New node.
6310 (GTK widget names): New node.
6311 (GTK names in Emacs): New node.
6312 (GTK styles): New node.
6313
6314 2003-01-09 Francesco Potortì <pot@gnu.org>
6315
6316 * maintaining.texi (Create Tags Table): Add reference to the new
6317 `etags --help --lang=LANG' option.
6318
6319 2002-10-02 Karl Berry <karl@gnu.org>
6320
6321 * emacs.texi: Per rms, update all manuals to use @copying instead of
6322 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
6323 where needed for the sake of the HTML output.
6324
6325 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6326
6327 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6328 source files.
6329
6330 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6331
6332 * Makefile.in (emacsman): New target.
6333
6334 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6335
6336 * (Version 21.1 released.)
6337
6338 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6339
6340 * Branch for 21.1.
6341
6342 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6343
6344 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6345
6346 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6347
6348 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6349
6350 1999-07-12 Richard Stallman <rms@gnu.org>
6351
6352 * Version 20.4 released.
6353
6354 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6355
6356 * Makefile.in (INFO_TARGETS): Delete customize.info.
6357 (DVI_TARGETS): Delete customize.dvi.
6358 (../info/customize, customize.dvi): Targets deleted.
6359
6360 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6361
6362 * Version 20.3 released.
6363
6364 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6365
6366 * Makefile.in (EMACSSOURCES): Add mule.texi.
6367 Add msdog.texi, ack.texi. Remove gnu1.texi.
6368
6369 1998-04-06 Andreas Schwab <schwab@gnu.org>
6370
6371 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6372 it in dvi targets.
6373
6374 1997-09-23 Paul Eggert <eggert@twinsun.com>
6375
6376 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6377 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6378 (../info/customize): Rename from ../info/custom.
6379
6380 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6381
6382 * Version 20.2 released.
6383
6384 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6385
6386 * Version 20.1 released.
6387
6388 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6389
6390 * Makefile (../info/customize, customize.dvi): New targets.
6391 (INFO_TARGETS): Add ../info/customize.
6392 (DVI_TARGETS): Add customize.dvi.
6393
6394 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6395
6396 * Version 19.33 released.
6397
6398 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6399
6400 * Version 19.32 released.
6401
6402 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6403
6404 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6405
6406 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6407
6408 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6409 Specify -I option.
6410 (All dvi targets): Set the TEXINPUTS variable.
6411
6412 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6413
6414 * Version 19.31 released.
6415
6416 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6417
6418 * Version 19.30 released.
6419
6420 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6421
6422 * Makefile.in (maintainer-clean): Rename from realclean.
6423
6424 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6425
6426 * Makefile.in: New file.
6427 * Makefile: File deleted.
6428
6429 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6430
6431 * Makefile (TEXINDEX_OBJS): Variable deleted.
6432 (texindex, texindex.o, getopt.o): Rules deleted.
6433 All deps on texindex deleted.
6434 (distclean): Don't delete texindex.
6435 (mostlyclean): Don't delete *.o.
6436 * texindex.c, getopt.c: Files deleted.
6437
6438 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6439
6440 * Version 19.26 released.
6441
6442 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6443
6444 * Makefile (EMACSSOURCES): Exclude undo.texi.
6445
6446 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6447
6448 * Version 19.25 released.
6449
6450 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6451
6452 * Version 19.24 released.
6453
6454 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6455
6456 * Version 19.23 released.
6457
6458 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6459
6460 * Makefile: Delete spurious tab.
6461
6462 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6463
6464 * Makefile (.SUFFIXES): New rule.
6465
6466 1993-12-04 Richard Stallman (rms@srarc2)
6467
6468 * getopt.c: New file.
6469 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6470 (getopt.o): New rule.
6471 (dvi): Don't depend on texindex.
6472 (emacs.dvi): Depend on texindex.
6473
6474 1993-12-03 Richard Stallman (rms@srarc2)
6475
6476 * Makefile (TEXI2DVI): New variable.
6477 (emacs.dvi): Add explicit command.
6478 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6479
6480 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6481
6482 * Version 19.22 released.
6483
6484 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6485
6486 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6487
6488 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6489
6490 * Version 19.21 released.
6491
6492 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6493
6494 * Makefile (realclean): Don't delete the Info files.
6495
6496 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
6497
6498 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6499 4' where appropriate.
6500
6501 1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
6502
6503 * Makefile: Fix targets for texindex.
6504
6505 * texindex.c: Include "../src/config.h" if building in emacs.
6506
6507 * Makefile: Change all files to FILENAME.texi, force all targets
6508 to be FILENAME, not FILENAME.info.
6509 Add target to build texindex.c, defining `emacs'.
6510
6511 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6512
6513 * Version 19.19 released.
6514
6515 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6516
6517 * Version 19.18 released.
6518
6519 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6520
6521 * Makefile: Fix source file names of the separate manuals.
6522
6523 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6524
6525 * Version 19.17 released.
6526
6527 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6528
6529 * split-man: Fix typos in last change.
6530
6531 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6532
6533 * Version 19.16 released.
6534
6535 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6536
6537 * version 19.15 released.
6538
6539 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6540
6541 * Makefile (distclean): It's rm, not rf.
6542
6543 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6544
6545 * Version 19.14 released.
6546
6547 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6548
6549 * Makefile: New file.
6550
6551 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6552
6553 * Version 19.13 released.
6554
6555 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6556
6557 * Version 19.9 released.
6558
6559 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6560
6561 * Version 19.8 released.
6562
6563 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6564
6565 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6566
6567 * trouble.texi: It's `enable-flow-control-on', not
6568 `evade-flow-control-on'.
6569
6570 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6571
6572 * display.texi: Document standard-display-european.
6573
6574 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6575
6576 * Version 19.7 released.
6577
6578 * emacs.texi: Add a sentence to the top menu mentioning the
6579 specific version of Emacs this manual applies to.
6580
6581 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6582
6583 * basic.texi: Document next-line-add-lines variable used to
6584 implement down-arrow.
6585
6586 * killing.texi: Document kill-whole-line.
6587
6588 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6589
6590 * text.texi: Update unix TeX ordering information.
6591
6592 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6593
6594 * news.texi: Mention fill-rectangle in keybinding list.
6595
6596 * killing.texi: Document fill-rectangle.
6597
6598 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6599
6600 * vc.texi: Bring the docs up to date with VC 5.2.
6601
6602 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6603
6604 * emacs.tex: Mention blackbox and gomoku under Amusements.
6605 Assembler mode is now mentioned and appropriately indexed
6606 under Programming Modes.
6607
6608 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6609
6610 * emacs.tex: Update TeX ordering information.
6611
6612 1990-06-26 David Lawrence (tale@geech)
6613
6614 * emacs.tex: Note that completion-ignored-extensions is not used
6615 to filter out names when all completions are displayed in
6616 *Completions*.
6617
6618 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6619
6620 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6621
6622 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6623
6624 * emacs.tex: Add @findex grep.
6625
6626 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6627
6628 * emacs.tex: Correct two typos. No other changes before
6629 Version 19 will be made.
6630
6631 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6632
6633 * emacs.tex: Update information for obtaining TeX distribution from the
6634 University of Washington.
6635
6636 ;; Local Variables:
6637 ;; coding: utf-8
6638 ;; fill-column: 79
6639 ;; add-log-time-zone-rule: t
6640 ;; End:
6641
6642 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6643 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6644
6645 This file is part of GNU Emacs.
6646
6647 GNU Emacs is free software: you can redistribute it and/or modify
6648 it under the terms of the GNU General Public License as published by
6649 the Free Software Foundation, either version 3 of the License, or
6650 (at your option) any later version.
6651
6652 GNU Emacs is distributed in the hope that it will be useful,
6653 but WITHOUT ANY WARRANTY; without even the implied warranty of
6654 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6655 GNU General Public License for more details.
6656
6657 You should have received a copy of the GNU General Public License
6658 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6659
6660 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd