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