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