Fix typo.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
ec7ae032
CY
12011-12-04 Chong Yidong <cyd@gnu.org>
2
3 * programs.texi (Program Modes): Mention modes that are not
4 included with Emacs. Fix references to other manuals for tex.
5 Add index entry for backward-delete-char-untabify. Mention
6 prog-mode-hook.
7 (Which Function): Use "global minor mode" terminology.
8 (Basic Indent, Multi-line Indent): Refer to previous descriptions
9 in Indentation chapter to avoid duplication.
10 (Expressions): Copyedit.
11 (Matching): Document Electric Pair mode.
12
13 * ack.texi (Acknowledgments):
14 * rmail.texi (Movemail, Other Mailbox Formats):
15 * frames.texi (Frames): Don't capitalize "Unix".
16
a24bf23e
CY
172011-12-04 Chong Yidong <cyd@gnu.org>
18
19 * text.texi (Nroff Mode): Mention what nroff is.
20 (Text Based Tables, Table Recognition): Don't say "Table mode"
21 since it's not a major or minor mode.
22 (Text Based Tables): Reduce the size of the example.
23 (Table Definition): Clarify definitions.
24 (Table Creation): Add key table.
25 (Cell Commands): Use kbd for commands.
26 (Table Rows and Columns): Combine nodes Row Commands and Column
27 Commands.
28 (Fixed Width Mode): Node deleted; contents moved to parent.
29 (Table Conversion): Shorten example.
30 (Measuring Tables): Merge into Table Misc.
31
8863a584
CY
322011-12-03 Chong Yidong <cyd@gnu.org>
33
34 * text.texi (TeX Mode): Mention AUCTeX package.
35 (TeX Editing): Add xref to documentation for Occur.
36 (LaTeX Editing): Add xref to Completion node.
37 (TeX Print): Fix description of tex-directory.
38 (Enriched Text): Renamed from Formatted Text. Make this node and
39 its subnodes less verbose, since text/enriched files are
40 practically unused.
41 (Enriched Mode): Renamed from Requesting Formatted Text.
42 (Format Colors): Node deleted.
43 (Enriched Faces): Renamed from Format Faces. Describe commands
44 for applying colors too.
45 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
46
47 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
48
49 * display.texi (Colors): New node.
50
51 * cmdargs.texi (Colors X):
52 * xresources.texi (GTK styles):
53 * custom.texi (Face Customization): Reference it.
54
55 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
56 Link to Fill Commands for Justification entry.
57
6fdebe93
EZ
582011-12-03 Eli Zaretskii <eliz@gnu.org>
59
60 * display.texi (Auto Scrolling): More accurate description of what
61 scroll-*-aggressively does, including the effect of non-zero
62 margin. Fix "i.e." markup.
63
95ca9bc7
CY
642011-12-02 Chong Yidong <cyd@gnu.org>
65
66 * text.texi (Pages): Mention how formfeed chars are displayed.
67 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
68 Describe adaptive filling more precisely.
69 (Fill Commands): Note that filling removes excess whitespace.
70 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
71 now bound to indent-for-tab-command in Text mode.
72 (Outline Mode): Copyedits.
73 (Outline Visibility): Note that Reveal mode is a buffer-local
74 minor mode.
75
76 * modes.texi (Major Modes): Move note about checking major-mode in
77 a hook function here, from Text mode.
78
6d262977
CY
792011-11-28 Chong Yidong <cyd@gnu.org>
80
b22b1918
CY
81 * text.texi (Words): Add xref to Position Info.
82 (Paragraphs): Add xref to Regexps.
83
6d262977
CY
84 * indent.texi (Indentation): Rewrite introduction. Move table to
85 Indentation Commands node.
86 (Indentation Commands): Add index entries to table. Copyedits.
87 (Tab Stops, Just Spaces): Copyedits.
88 (Indent Convenience): New node. Document electric-indent-mode.
89
90 * programs.texi (Basic Indent):
91 * windows.texi (Pop Up Window): Fix kindex entry.
92
dc95a8b0
CY
932011-11-28 Chong Yidong <cyd@gnu.org>
94
95 * modes.texi (Major Modes): Move major-mode variable doc here from
96 Choosing Modes. Document describe-mode. Document prog-mode-hook
97 and text-mode-hook. Add example of using hooks.
98 (Minor Modes): Document behavior of mode command calls from Lisp.
99 Note that setting the mode variable using Customize will DTRT.
100 (Choosing Modes): Add example of setting a minor mode using a
101 local variable.
102
b63a8e8e
CY
1032011-11-27 Chong Yidong <cyd@gnu.org>
104
105 * frames.texi (Creating Frames): Move frame parameter example to
106 Frame Parameters node.
107 (Frame Commands): C-x 5 o does not warp the mouse by default.
108 (Fonts): Add more GTK-style properties; also, they should be
109 capitalized.
110 (Special Buffer Frames): Node deleted; special-display is on the
111 way out.
112 (Frame Parameters): Example moved here from Creating Frames.
113 Clarify that default-frame-alist affects the initial frame too.
114 Delete auto-raise-mode and auto-lower-mode.
115 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
116 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
117
118 * windows.texi (Window Choice): Add xref to Lisp manual for
119 special-display-*.
120
a3dcc84e
EZ
1212011-11-26 Eli Zaretskii <eliz@gnu.org>
122
123 * display.texi (Text Display): Update the description,
124 cross-references, and indexing related to display of control
125 characters and raw bytes.
126
4ad3bc2a
CY
1272011-11-25 Chong Yidong <cyd@gnu.org>
128
129 * frames.texi (Frames): Rewrite introduction.
130 (Mouse Commands): Default for mouse-drag-copy-region is now t.
131 Mouse-3 does not copy to kill ring by default. DEL does not
132 behave specially for mouse commands any more.
133 (Mouse References): Document mouse-1-click-follows-link more
134 thoroughly.
135 (Menu Mouse Clicks): Move footnote to the main text and add xref
136 to Init Rebinding node.
137 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
138
139 * files.texi (Visiting): `C-x 5 f' works on ttys too.
140
20db1522
JB
1412011-11-24 Juanma Barranquero <lekktu@gmail.com>
142
143 * display.texi (Font Lock): Fix typo.
144
01d06b1f
GM
1452011-11-24 Glenn Morris <rgm@gnu.org>
146
147 * rmail.texi (Rmail Output):
148 Mention rmail-automatic-folder-directives. (Bug#9657)
149
0cbaa1d5
CY
1502011-11-21 Chong Yidong <cyd@gnu.org>
151
152 * mark.texi (Global Mark Ring): Fix description of global mark
153 ring (Bug#10032).
154
fe7a3057
JB
1552011-11-20 Juanma Barranquero <lekktu@gmail.com>
156
157 * msdog.texi (Windows Fonts): Fix typo.
158
b6e63cbe
GM
1592011-11-17 Glenn Morris <rgm@gnu.org>
160
161 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
162
58179cce
JB
1632011-11-16 Juanma Barranquero <lekktu@gmail.com>
164
165 * killing.texi (Rectangles):
7877f373
JB
166 * misc.texi (Document View):
167 * modes.texi (Choosing Modes):
168 * msdog.texi (Windows Fonts):
58179cce
JB
169 * regs.texi (Rectangle Registers):
170 * search.texi (Isearch Yank): Fix typos.
171
291d142b
CY
1722011-11-06 Chong Yidong <cyd@gnu.org>
173
174 * windows.texi (Basic Window): Add xref to Cursor Display.
175 (Split Window): Document negative arg for splitting commands.
176 (Other Window): Document mouse-1 in text area of window.
177 (Change Window): Don't mention window attributes, since they
178 aren't defined. C-x 1 can't be used with minibuffer windows.
179 Windows are no longer auto-deleted.
180 (Window Choice): Add xref to Choosing Window in Lisp manual.
181 (Window Convenience): Note that windmove disables shift-selection.
182 Move M-x compare-windows here from Other Window node.
183
184 * custom.texi (Mouse Buttons):
185 * search.texi (Isearch Scroll):
186 * windows.texi (Split Window): Use new names split-window-below
187 and split-window-right.
188
a7ef684b
JB
1892011-10-26 Juanma Barranquero <lekktu@gmail.com>
190
191 * emacs.texi (Top): Fix typo.
192
d53e1747
GM
1932011-10-25 Glenn Morris <rgm@gnu.org>
194
195 * abbrevs.texi (Saving Abbrevs):
196 quietly-read-abbrev-file is not a command. (Bug#9866)
197
e7a3ff06
CY
1982011-10-24 Chong Yidong <cyd@gnu.org>
199
200 * display.texi (Scrolling): Document scroll-up-line and
201 scroll-down-line. Document scroll-command property.
202 (Recentering): New node, split off from Scrolling.
203
86c60681
CY
2042011-10-23 Chong Yidong <cyd@gnu.org>
205
da97a9e6
CY
206 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
207 (Tool Bars): Copyedits.
208
86c60681
CY
209 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
210
d195726a
CY
2112011-10-22 Chong Yidong <cyd@gnu.org>
212
213 * windows.texi (Displaying Buffers): Fix broken lispref link.
214
a70e06c1
CY
2152011-10-22 Chong Yidong <cyd@gnu.org>
216
217 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
218 Move confirm-nonexistent-file-or-buffer discussion here.
219
220 * files.texi (File Names, Visiting): Move detailed discussion of
221 minibuffer confirmation to Minibuffer Exit.
222
223 * buffers.texi (Buffers): Tweak mention of mail buffer name.
224 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
225
bfd779dd
CY
2262011-10-21 Chong Yidong <cyd@gnu.org>
227
228 * files.texi (File Names, Visiting, Interlocking): Copyedits.
229 (Backup Copying): backup-by-copying-when-mismatch is now t.
230 (Customize Save): Fix description of require-final-newline.
231 (Reverting): Note that revert-buffer can't be undone. Mention VC.
232 (Auto Save Control): Clarify.
233 (File Archives): Add 7z.
234 (Remote Files): ange-ftp-make-backup-files defaults to nil.
235
236 * arevert-xtra.texi (Autorevert): Copyedits.
237
6e317956
CY
2382011-10-20 Chong Yidong <cyd@gnu.org>
239
240 * custom.texi (Hooks, Init Examples):
241 * display.texi (Font Lock):
242 * fixit.texi (Spelling):
243 * rmail.texi (Rmail Display): Minor mode function with no arg now
244 enables it.
245
246 * fixit.texi (Spelling): Fix description of inline completion.
247
5abc31ef
CY
2482011-10-19 Chong Yidong <cyd@gnu.org>
249
250 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
251 entries.
252 (Isearch Yank): Document isearch-yank-pop.
253 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
254 (Other Repeating Search): Document Occur Edit mode.
255
939db9ac
CY
2562011-10-18 Chong Yidong <cyd@gnu.org>
257
258 * display.texi (Fringes): Move overflow-newline-into-fringe here,
259 from Line Truncation node.
260 (Standard Faces): Note that only the background of the cursor face
261 has an effect.
262 (Cursor Display): Fix descriptions of cursor face
263 and bar cursor blinking.
264 (Text Display): Document nobreak-char-display more clearly.
265 (Line Truncation): Add xref to Split Window node.
266 (Display Custom): Don't bother documenting baud-rate or
267 no-redraw-on-reenter.
268
269 * search.texi (Slow Isearch): Node removed.
270
80c6d77f
GM
2712011-10-18 Glenn Morris <rgm@gnu.org>
272
273 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
274
d366bd53
CY
2752011-10-18 Chong Yidong <cyd@gnu.org>
276
277 * display.texi (Faces): Simplify discussion. Move documentation
278 of list-faces-display here, from Standard Faces node. Note
279 special role of `default' background.
280 (Standard Faces): Note special role of `default' background. Note
281 that region face may be taken fom GTK. Add xref to Text Display.
282 (Text Scale): Rename from "Temporary Face Changes". Callers
283 changed. Don't bother documenting variable-pitch-mode.
284 (Font Lock): Copyedits. Remove font-lock-maximum-size.
285 (Useless Whitespace): Simplify description of
286 delete-trailing-whitespace. Note active region case.
287 (Text Display): Fix description of escape-glyph face assignment.
288 Remove unibye mode discussion. Update some parts for Unicode.
289 Move glyphless chars documentation to Lisp manual.
290
291 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
292
21100e7d
CY
2932011-10-15 Chong Yidong <cyd@stupidchicken.com>
294
295 * display.texi (Scrolling): Tweak explanation of scroll direction.
296 (View Mode): Add index entries.
297
298 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
299
300 * regs.texi (Text Registers): C-x r i does not activate the mark.
301 (Bookmarks): Document new default bookmark location.
302
50b063c3
CY
3032011-10-13 Chong Yidong <cyd@stupidchicken.com>
304
305 * killing.texi (Deletion): Add xref to Using Region. Document
306 delete-forward-char.
307 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
308 description here. Recommend C-u C-SPC for jumping to mark.
309 (Kill Ring): Move kill ring variable documentation here.
310 (Primary Selection): Copyedits.
311 (Rectangles): Document new command rectangle-number-lines.
312 (CUA Bindings): Note that this disables the mark-even-if-inactive
313 behavior for C-x and C-c.
314
315 * mark.texi (Mark): Mention "active region" terminology.
316 (Using Region): Document delete-active-region.
317
e1a3f5b1
CY
3182011-10-12 Chong Yidong <cyd@stupidchicken.com>
319
320 * mark.texi (Mark): Clarify description of disabled Transient Mark
321 mode (Bug#9689).
322 (Setting Mark): Document prefix arg for C-x C-x. Document primary
323 selection changes. Mention that commands like C-y set the mark.
324 (Marking Objects): Add xref to Words node. Note that mark-word
325 and mark-sexp also have the "extend region" behavior.
326 (Using Region): Mention M-$ in the table. Document
327 mark-even-if-inactive here instead of in Mark Ring.
328 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
329 note of the "Mark Set" behavior.
330 (Disabled Transient Mark): Rename from "Persistent Mark"
331 (Bug#9688). Callers changed.
332
333 * programs.texi (Expressions):
334 * text.texi (Words): Defer to Marking Objects for mark-word doc.
335
3dc62b2b
CY
3362011-10-09 Chong Yidong <cyd@stupidchicken.com>
337
338 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
339 option" terminology.
340 (Key Help): Add command names. Define "documentation string".
341 (Name Help): Remove an over-long joke.
342 (Apropos): Document prefix args. Remove duplicated descriptions.
343 (Help Mode): Add C-c C-b to table. Update TAB binding.
344 (Package Keywords): Rename from "Library by Keyword". Describe
345 new package menu interface.
346 (Help Files, Help Echo): Tweak description.
de09aa52
CY
347
348 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 349 (Minibuffer History): Document numeric args to history commands.
de09aa52 350
2d3fe5d7
EZ
3512011-10-08 Eli Zaretskii <eliz@gnu.org>
352
353 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
354
b2b0776e
CY
3552011-10-08 Chong Yidong <cyd@stupidchicken.com>
356
357 * basic.texi (Position Info): Omit page commands. Document
358 count-words-region and count-words.
359
360 * text.texi (Pages): Move what-page documentation here.
361
27a16462
CY
3622011-10-08 Chong Yidong <cyd@stupidchicken.com>
363
364 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
365 Remote Files node instead of linking directly to the Tramp manual.
366 (Minibuffer Edit): Add xref to Blank Lines.
367 (Completion): Add xref to Symbol Completion. Remove redundant
368 example, which is repeated in the next node.
369 (Completion Commands): Minor clarifications.
370 (Completion Styles): New node, split from Completion Commands.
371 Document substring and initials styles.
372 (Strict Completion): Remove information duplicated in other nodes.
373 (Completion Options): Consolidate case difference discussion here.
374
375 * help.texi (Help Mode): Fix kindex entries.
376
377 * files.texi (File Names): Add index entries.
378
de0bde62
CY
3792011-10-07 Chong Yidong <cyd@stupidchicken.com>
380
381 * basic.texi (Inserting Text): Add xref to Completion. Add
382 ucs-insert example, and document prefix argument.
383 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
384 to left/right. Tweak left-char and right-char descriptions.
385 M-left and M-right are now bound to left-word/right-word.
386 (Erasing): Document delete-forward-char.
387
388 * screen.texi (Screen, Menu Bar): Copyedits.
389 (Point): Remove duplicate paragraph on cursors, also in Screen.
390 (Mode Line): Trailing dashes no longer shown on X displays.
391
392 * frames.texi (Non-Window Terminals): Index just "text-only
393 terminal", which is used throughout the manual now.
394
395 * entering.texi (Entering Emacs): Define "startup screen".
396 Document window-splitting behavior with command-line inputs.
397 (Exiting): Remove obsolete paragraph about shells without suspend
398 functionality.
399
400 * commands.texi (User Input): Define "input event" more clearly.
401 (Keys): Add xref to Echo Area.
402 (Commands): Clarify relation between commands and functions.
403
453e4522
CY
4042011-10-06 Chong Yidong <cyd@stupidchicken.com>
405
406 * misc.texi (emacsclient Options): Document how emacsclient runs
407 the Emacs daemon (Bug#9674).
408
550f41cd
CY
4092011-10-01 Chong Yidong <cyd@stupidchicken.com>
410
411 * basic.texi (Moving Point):
412 * custom.texi (Mouse Buttons):
413 * rmail.texi (Rmail Scrolling):
414 * search.texi (Isearch Scroll):
415
416 * display.texi (Scrolling): Replace scroll-up/down with
417 scroll-up/down-command. Fix scroll-preserve-screen-position
418 description. Document scroll-error-top-bottom.
419
9229fe87
GM
4202011-09-30 Glenn Morris <rgm@gnu.org>
421
422 * commands.texi (Keys): Whitespace fix. (Bug#9635)
423
0a2132ba
CY
4242011-09-24 Chong Yidong <cyd@stupidchicken.com>
425
426 * windows.texi (Pop Up Window): Defer discussion of window
427 splitting to the Window Choice node. Add index entries.
428 (Force Same Window): Node deleted.
429 (Displaying Buffers, Window Choice): New nodes.
430
431 * buffers.texi (Select Buffer): Clarify description of
432 buffer-switching commands. Add xref to Window Display node.
433 Don't repeat confirm-nonexistent-file-or-buffer description from
434 Visiting node. Remove even-window-heights.
435
436 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
437
33ed493b
CY
4382011-09-18 Chong Yidong <cyd@stupidchicken.com>
439
440 * cmdargs.texi (Icons X): Fix description of Emacs icon.
441
442 * xresources.texi (Table of Resources): Fix documentation of
443 bitmapIcon.
444
92fa95ad
CY
4452011-09-15 Chong Yidong <cyd@stupidchicken.com>
446
447 * package.texi (Package Menu): Add package-menu-mark-upgrades.
448
16254627
EH
4492011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
450
451 * frames.texi (Frame Commands): Note that delete-other-frames only
452 deletes frames on current terminal.
453
c3760c17
EZ
4542011-09-10 Eli Zaretskii <eliz@gnu.org>
455
456 * sending.texi (Mail Misc): Document mail-add-attachment.
457
69b8be97
EZ
4582011-09-04 Eli Zaretskii <eliz@gnu.org>
459
460 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
461
3fd50d5c
CY
4622011-08-29 Chong Yidong <cyd@stupidchicken.com>
463
464 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
465
e2aeef63
CY
4662011-08-28 Chong Yidong <cyd@stupidchicken.com>
467
468 * files.texi (File Archives):
469 * cal-xtra.texi (Diary Display):
470 * help.texi (Help Mode): Add xref to View Mode.
471
ddb54206
CY
4722011-08-28 Chong Yidong <cyd@stupidchicken.com>
473
a6326082
CY
474 * display.texi (View Mode): New node. Move view-file here from
475 Misc File Ops. Move view-buffer here from Misc Buffer.
476
477 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
478
04e2ce72 479 * files.texi (Misc File Ops): Document new
a6326082 480 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
481
482 * dired.texi (Dired Deletion): Shorten description of Trash.
483
ddb54206
CY
484 * misc.texi (emacsclient Options): Document server-port.
485
bd206ce5
EZ
4862011-08-27 Eli Zaretskii <eliz@gnu.org>
487
488 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
489 even on MS-Windows. Fix a typo.
490
d43f5a42
CY
4912011-08-26 Chong Yidong <cyd@stupidchicken.com>
492
493 * package.texi: New file, documenting the package manager.
494
495 * emacs.texi: Include it.
496
497 * help.texi (Help Summary): Add describe-package.
498
e0b1591b
CY
4992011-08-25 Chong Yidong <cyd@stupidchicken.com>
500
856ce114
CY
501 * misc.texi (Printing): Convert subnodes into subsections.
502
f404f8bc
CY
503 * text.texi (Two-Column): Move into Text chapter.
504
505 * picture-xtra.texi (Picture Mode): Group with Editing Binary
506 Files section. Convert from chapter into section.
507
508 * display.texi (Narrowing): Move into display chapter.
509
e0b1591b
CY
510 * sending.texi (Sending Mail):
511 * rmail.texi (Rmail):
512 * misc.texi (Gnus, Document View):
513 * dired.texi (Dired):
514 * emacs.texi: Group the mail, rmail, and gnus chapters together.
515
75bfc667
JL
5162011-08-07 Juri Linkov <juri@jurta.org>
517
518 * dired.texi (Operating on Files): Rewrite according to the fact
519 that `dired-do-chmod' doesn't use the `chmod' program anymore.
520
fe676f91
MA
5212011-07-30 Michael Albinus <michael.albinus@gmx.de>
522
523 * mini.texi (Minibuffer File): Insert a reference to Tramp for
524 remote file name completion. (Bug#9197)
525
4cc60b9b
EZ
5262011-07-28 Eli Zaretskii <eliz@gnu.org>
527
528 * mule.texi (Bidirectional Editing): Document the fact that
529 bidi-display-reordering is t by default.
530
89671e16
LMI
5312011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
532
533 * help.texi (Misc Help): Mention `describe-prefix-bindings'
534 explicitly (bug#8904).
535
fb23ecc2
LMI
5362011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
537
538 * trouble.texi (Checklist): Use an `M-x' example instead of an
539 Emacs Lisp form to switch on the dribble file (bug#8056).
540
465c5fc8
LMI
5412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
544
90a6258b
GM
5452011-07-13 Glenn Morris <rgm@gnu.org>
546
547 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
548
c7588364
LMI
5492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
550
551 * mark.texi (Mark Ring): Clarify how many locations are saved
552 (bug#5770).
553 (Global Mark Ring): Ditto.
554
4cb4f3ba
LMI
5552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
556
d648feab
LMI
557 * text.texi (Table Recognition): Use "at point" instead of "under
558 point" (bug#4345).
559
4cb4f3ba
LMI
560 * display.texi (Cursor Display): Mention `cursor-type'.
561
562 * screen.texi (Point): Clarify that it's only if you use a block
563 cursor that it appears to be on a character (bug#4345).
564
ecd0b990
CY
5652011-07-12 Chong Yidong <cyd@stupidchicken.com>
566
567 * misc.texi (Amusements): Move dissociated press here, from its
568 own section.
569
570 * emacs.texi (Top): Update node listing.
571
c2fd0368
LMI
5722011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
575 clarity (bug#3523).
576
fdeb32ec
CY
5772011-07-12 Chong Yidong <cyd@stupidchicken.com>
578
579 * cmdargs.texi (Initial Options): Document --no-site-lisp.
580 (Misc X): Document --parent-id.
581
582 * frames.texi (Frame Commands): Note that focus-follows-mouse now
583 defaults to nil.
584
585 * misc.texi (emacsclient Options): Document --parent-id.
586
587 * msdog.texi (Windows HOME): Document _emacs as obsolete.
588
f584ca38
LMI
5892011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
590
591 * emacs.texi: Use "..." instead of ``...'' in the menus
592 (bug#3503).
593
963578d3
CY
5942011-07-11 Chong Yidong <cyd@stupidchicken.com>
595
596 * killing.texi (Primary Selection): Document `only' setting for
597 select-active-regions.
598
599 * mark.texi (Setting Mark): Reference Shift Selection node.
600
601 * frames.texi (Mouse Commands): Document mouse-yank-primary.
602
a30ed87b
LMI
6032011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
47076272
LMI
605 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
606 motion keys" (bug#3503).
607
a30ed87b
LMI
608 * emacs.texi: Change all the register node names from "RegPos"
609 (etc.) to "Positional Registers" (etc.) (bug#3314).
610
4d45a8b7
CY
6112011-07-11 Chong Yidong <cyd@stupidchicken.com>
612
613 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
614 (Other Kill Commands, Kill Options): Copyedits.
615 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
616 (Yanking): Move yank-excluded properties discussion here.
617 (Cut and Paste): Move from frames.texi. Update subnodes to
618 describe x-select-enable-clipboard case.
619
620 * frames.texi: Move Cut and Paste node and subnodes into
621 killing.texi, except Mouse Commands and Word and Line Mouse.
622
c160ddee
AM
6232011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
624
625 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
626
3329e6e3
LMI
6272011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
628
32a214fe
LMI
629 * screen.texi (Mode Line): Clarify that coding systems are
630 characters, not letters (bug#1749).
631
3329e6e3
LMI
632 * cmdargs.texi (Environment): Mention removing variables
633 (bug#1615). Text suggested by Kevin Rodgers.
634
8875da1e
CY
6352011-07-10 Chong Yidong <cyd@stupidchicken.com>
636
54806e45
CY
637 * misc.texi (Amusements): Don't mention Yow; it's crippled.
638
8875da1e
CY
639 * modes.texi: Rename from major.texi.
640 (Modes): New node. Make Major Modes and Minor Modes subsections
641 of this. All callers changed.
642
643 * custom.texi (Minor Modes): Move to modes.texi.
644
7847b2a1
CY
6452011-07-10 Chong Yidong <cyd@stupidchicken.com>
646
6cfd0fa2
CY
647 * custom.texi (Syntax): Node deleted.
648
649 * help.texi (Help Summary):
650 * major.texi (Major Modes):
651 * programs.texi (Parentheses):
652 * search.texi (Regexp Backslash, Regexp Backslash)
653 (Regexp Backslash):
654 * text.texi (Words): Callers changed.
655
7847b2a1
CY
656 * text.texi (Refill, Longlines): Delete nodes.
657
658 * ack.texi (Acknowledgments): Longlines removed from manual.
659
660 * emacs.texi (Top): Update node listing.
661
2a71c436
GM
6622011-07-09 Glenn Morris <rgm@gnu.org>
663
664 * fortran-xtra.texi (Fortran): Update handled extensions.
665
61436e9f
LMI
6662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
667
668 * display.texi (Scrolling): `C-v' (etc) are now bound to
669 `scroll-*-command' (bug#8349).
670
6e560c71
LMI
6712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
672
48954a09 673 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
674 doesn't actually delete any files (bug#7125).
675
2904fd97
LMI
676 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
677 argument for `C-c C-k' (bug#7391).
678
6e560c71
LMI
679 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
680 you're currently using (bug#8489).
681
978ff6c5
EZ
6822011-07-01 Eli Zaretskii <eliz@gnu.org>
683
684 * mule.texi (Coding Systems): Move index entries from the previous
685 change into their proper places.
686
0d742084
LMI
6872011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
688
31976bd5
LMI
689 * help.texi (Help Files): Document view-external-packages (bug#8902).
690
0d742084
LMI
691 * mule.texi (Coding Systems): Put a few more of the coding systems
692 into the index (bug#8900).
693
9f678528
GM
6942011-06-26 Glenn Morris <rgm@gnu.org>
695
696 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
697
18a4ce5e
AR
6982011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
699
700 * misc.texi (emacsclient Options): Mention --frame-parameters.
701
f0da764a
GM
7022011-06-09 Glenn Morris <rgm@gnu.org>
703
704 * custom.texi (Specifying File Variables):
705 Recommend explicit arguments for minor modes.
706
b047e7ac
PE
7072011-06-02 Paul Eggert <eggert@cs.ucla.edu>
708
709 Document wide integers better.
710 * buffers.texi (Buffers):
001903b5
PE
711 * files.texi (Visiting): Document maxima for 64-bit machines,
712 and mention virtual memory limits.
b047e7ac 713
bf41276f
CY
7142011-05-28 Chong Yidong <cyd@stupidchicken.com>
715
716 * custom.texi (Hooks): Reorganize. Mention Prog mode.
717
718 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
719 prog mode (Bug#8240).
720
e145f188
GM
7212011-05-27 Glenn Morris <rgm@gnu.org>
722
723 * custom.texi (Specifying File Variables):
724 Major modes no longer need come first.
725
313f790e
CY
7262011-05-22 Chong Yidong <cyd@stupidchicken.com>
727
728 * mule.texi (Specify Coding, Text Coding, Communication Coding):
729 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
730
c136e5cd
GM
7312011-05-18 Glenn Morris <rgm@gnu.org>
732
733 * ack.texi (Acknowledgments): Remove fakemail.c.
734
c71a0d48 7352011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
736
737 Fixes for fitting text into 7x9 printed manual.
738 * building.texi (Flymake, Breakpoints Buffer):
739 * calendar.texi (Appointments):
740 * cmdargs.texi (General Variables, Display X):
741 * custom.texi (Saving Customizations, Face Customization)
742 (Directory Variables, Minibuffer Maps, Init Rebinding):
743 * display.texi (Font Lock, Font Lock, Useless Whitespace):
744 * fixit.texi (Spelling):
745 * frames.texi (Creating Frames, Fonts):
746 * help.texi (Help Files):
747 * mini.texi (Minibuffer File):
748 * misc.texi (emacsclient Options, Emulation):
749 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
750 * mule.texi (International Chars, Language Environments)
751 (Select Input Method, Modifying Fontsets, Charsets):
752 * programs.texi (Custom C Indent):
753 * rmail.texi (Rmail Labels):
754 * text.texi (Table Conversion):
755 * trouble.texi (Known Problems, Known Problems):
756 * windows.texi (Change Window):
757 * xresources.texi (GTK resources): Reflow text and re-indent code
758 examples to avoid TeX overflows and underflows on 7x9 paper.
759
760 * emacs.texi: Fix the (commented out) smallbook command.
761
762 * macos.texi (Mac / GNUstep Events):
763 * xresources.texi (Lucid Resources): Remove extraneous examples.
764
b8f82dc1
GM
7652011-05-10 Glenn Morris <rgm@gnu.org>
766
767 * custom.texi (Specifying File Variables):
768 Deprecate using mode: for minor modes.
769
d306b4da
GM
7702011-05-07 Glenn Morris <rgm@gnu.org>
771
772 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
773
548d0a63
GM
7742011-05-06 Glenn Morris <rgm@gnu.org>
775
5006e634
GM
776 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
777
548d0a63
GM
778 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
779
e793a940
LMI
7802011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
781
782 * misc.texi (Emacs Server): Document `server-eval-at'.
783
7031be6d
UR
7842011-04-24 Chong Yidong <cyd@stupidchicken.com>
785
786 * maintaining.texi (List Tags): Document next-file. Suggested by
787 Uday S Reddy.
788
4ffd0d6b 7892011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
790
791 * mini.texi (Minibuffer Edit):
792 * screen.texi (Mode Line): Fix typo.
793
1c6c854e
CS
7942011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
795
024ff170 796 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 797
c5c9f40f
CY
7982011-03-26 Chong Yidong <cyd@stupidchicken.com>
799
800 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
801
09725d26
EZ
8022011-03-30 Eli Zaretskii <eliz@gnu.org>
803
804 * display.texi (Auto Scrolling): Document the limit of 100 lines
805 for never-recentering scrolling with `scroll-conservatively'.
806 (Bug#6671)
807
09d9db2c 8082011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
809
810 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
811 HOME on Windows and where it looks for init files. (Bug#8221)
812
62d94509
EZ
8132011-03-10 Eli Zaretskii <eliz@gnu.org>
814
815 * search.texi (Regexp Example):
816 * mule.texi (International Chars):
817 * building.texi (External Lisp): Don't use characters outside
818 ISO-8859-1.
819
0286d9de
EZ
8202011-03-09 Eli Zaretskii <eliz@gnu.org>
821
1c6c854e
CS
822 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
823 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
824
825 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
826
114902a5 827 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
828 (Bug#8210)
829
0afb4571
J
8302011-03-08 Jan Djärv <jan.h.d@swipnet.se>
831
832 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
833 for Gtk+ 3.
834
bb3865e8
GM
8352011-03-08 Glenn Morris <rgm@gnu.org>
836
6446548e
GM
837 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
838 * emacs.texi (Acknowledgments):
839 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 840 * emacs.texi: Set documentencoding.
6446548e 841
bb3865e8
GM
842 * display.texi (Optional Mode Line): Don't mention exactly where
843 display-time appears. (Bug#8193)
844
33383987
JB
8452011-03-07 Chong Yidong <cyd@stupidchicken.com>
846
847 * Version 23.3 released.
848
892777ba
CY
8492011-03-06 Chong Yidong <cyd@stupidchicken.com>
850
851 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
852
0b973fc5
DW
8532011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
854
855 * misc.texi (emacsclient Options): Add q/quiet.
856
8ef5a2f2
GM
8572011-03-02 Glenn Morris <rgm@gnu.org>
858
859 * mule.texi (Communication Coding) <x-select-request-type>:
860 Remove duplicate (essentially) paragraph. (Bug#8148)
861
bd106056
CS
8622011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
863
864 * maintaining.texi (Format of ChangeLog): Add reference to
865 add-log-full-name.
866 (Change Log Commands): Add documentation for combining multiple
867 symbols in one change.
868
6640b281
GM
8692011-03-01 Glenn Morris <rgm@gnu.org>
870
871 * custom.texi (Directory Variables):
872 Give an example of excluding subdirectories.
873
2b0c7330 8742011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
875
876 * search.texi (Regexp Search): Move index entries about regexps to the
877 "Regexps" node. Add index entries for regexp search. (Bug#8096)
878
8c62c205
GM
8792011-02-19 Glenn Morris <rgm@gnu.org>
880
881 * dired.texi (Dired): Dired-X version number was dropped.
882
3928f2b6
JD
8832011-02-14 Jan Djärv <jan.h.d@swipnet.se>
884
885 * xresources.texi (X Resources): Remove *faceName and replace it with
886 *font for Lucid.
887
a41c8660
CY
8882011-02-05 Chong Yidong <cyd@stupidchicken.com>
889
890 * rmail.texi (Rmail Display): Document Rmail MIME support more
891 accurately.
892
893 * maintaining.texi (VC Change Log): Document vc-log-incoming and
894 vc-log-outgoing.
895 (Merging): Document vc-find-conflicted-file.
896
233ba4d9 8972011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
898
899 * custom.texi (Variables): Fix typo.
900
14beddf4 9012011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 902
65401ee3
CY
903 * search.texi (Regexps): Copyedits. Mention character classes
904 (Bug#7809).
905
19f81ecf
CY
906 * files.texi (File Aliases): Restore explanatory text from Eli
907 Zaretskii, accidentally removed in 2011-01-08 commit.
908
bf3dae7e
EZ
9092011-01-29 Eli Zaretskii <eliz@gnu.org>
910
911 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
912 (MAKEINFO_OPTS): New variable.
913 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
914 (emacs.html): New target.
915 (clean): Remove emacs.html.
916
45eb2a5d
WL
9172011-01-23 Werner Lemberg <wl@gnu.org>
918
919 * Makefile.in (MAKEINFO): Now controlled by `configure'.
920 (MAKEINFO_OPTS): New variable. Use it where appropriate.
921 (ENVADD): Updated.
922
9acfe703
GM
9232011-01-18 Glenn Morris <rgm@gnu.org>
924
925 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
926
927 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
928
362b9d48
GM
9292011-01-15 Chong Yidong <cyd@stupidchicken.com>
930
bb033b5f
CY
931 * building.texi (Compilation): Improve instructions for running two
932 compilations (Bug#7573).
933
b024d9f0
MD
934 * files.texi (Backup Names): Document the new location of the
935 last-resort backup file.
936
362b9d48
GM
937 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
938 manual. Explain why directory-abbrev-alist elements should be anchored
939 (Bug#7777).
940
9412011-01-15 Eli Zaretskii <eliz@gnu.org>
942
943 * msdog.texi (Windows Startup): Correct inaccurate description of
944 differences between emacsclient.exe and emacsclientw.exe.
945
7c420169 9462011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
947
948 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
949
7c420169 9502011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
951
952 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
953
7c420169 9542011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 955
2d34d523
EZ
956 * frames.texi (Cut and Paste): Modify the section's name and text:
957 don't mix "cut/paste" with "kill/yank".
958 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
959 (Bug#7702)
960
88ab4340
EZ
961 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
962
7c420169 9632011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
964
965 * maintaining.texi: Move inclusion of emerge after EDE, so that it
966 matches its position in the menu. (Bug#7674)
967
7c420169 9682011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
969
970 * trouble.texi (Checklist): Mention not replying via news either.
971
92bb6c52
TH
9722010-12-30 Tassilo Horn <tassilo@member.fsf.org>
973
974 * misc.texi (Document View): Update DocView section with newly
975 supported document formats.
976
b103c904
CY
9772010-12-21 Chong Yidong <cyd@stupidchicken.com>
978
979 * killing.texi: Resection the Info version to conform to the
980 printed manual, to avoid making sections on Accumulating Text, CUA
981 and Rectangles into full chapters.
982
f49d1f52 9832010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
984
985 * custom.texi (Init Syntax): Add index entries for "character syntax".
986 (Bug#7576)
987
f49d1f52 9882010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
989
990 * text.texi (HTML Mode): Small fixes. (Bug#7607)
991
f49d1f52 9922010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
993
994 * trouble.texi (Checklist): Fix typo in newsgroup name.
995
f49d1f52 9962010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
997
998 * search.texi (Word Search): Note that the lazy highlight always
999 matches to whole words (Bug#7470).
1000
f49d1f52 10012010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1002
4f1948eb
EZ
1003 * display.texi (Optional Mode Line): Make the description of
1004 load-average more accurate.
1005
b8a9e136
EZ
1006 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1007 registry, with a cross-reference.
62d72a4a
EZ
1008 (Windows Startup): New node. Move the stuff about the current
1009 directory from "Windows HOME".
b8a9e136 1010
07976ae3 10112010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1012
1013 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1014 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1015
07976ae3 10162010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1017
1018 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1019 Suggested by Štěpán Němec.
1020
07976ae3 10212010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1022
1aaae3f3
CY
1023 * maintaining.texi (Version Control): Say "commit", not "check in".
1024 (Version Control Systems): Simplify descriptions.
1025 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1026 VCS Concepts.
1027 (VC Mode Line): Update example.
1028 (Old Revisions): Document revert-buffer for vc-diff.
1029 (Log Buffer): Promote to a subsection. Document header lines.
1030
1c6c854e
CS
1031 * macos.texi (Mac / GNUstep Basics):
1032 Document ns-right-alternate-modifier.
ec8a6295 1033
1aaae3f3
CY
1034 * emacs.texi (Top): Update node listing.
1035
0eb025fb
EZ
10362010-11-13 Eli Zaretskii <eliz@gnu.org>
1037
1038 * rmail.texi (Rmail Coding): Characters with no fonts are not
1039 necessarily displayed as empty boxes.
1040
1041 * mule.texi (Language Environments, Fontsets): Characters with no
1042 fonts are not necessarily displayed as empty boxes.
1043
1044 * display.texi (Text Display): Document display of glyphless
1045 characters.
1046
ea4f7750
GM
10472010-11-13 Glenn Morris <rgm@gnu.org>
1048
1049 * basic.texi (Position Info): Add M-x count-words-region.
1050
90639cea
GM
10512010-11-11 Glenn Morris <rgm@gnu.org>
1052
1053 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1054
d607b96b 10552010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1056
1057 * msdog.texi (Windows HOME): Add information regarding startup
1058 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1059
c12e4a81
GM
10602010-10-11 Glenn Morris <rgm@gnu.org>
1061
df187c62
GM
1062 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1063
c12e4a81
GM
1064 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1065 (DVIPS): New variable.
234db610
GM
1066 (.PHONY): Add html, ps.
1067 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1068 (clean): Delete html, ps files.
c12e4a81 1069
6513b232
EZ
10702010-10-09 Eli Zaretskii <eliz@gnu.org>
1071
1072 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1073
f4f358f1
GM
10742010-10-09 Glenn Morris <rgm@gnu.org>
1075
c1dc72b3
GM
1076 * Makefile.in (VPATH): Remove.
1077 (infodir): Make it absolute.
1078 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1079
4393405b
GM
1080 * Makefile.in (dist): Anchor regexps.
1081
eef3ab94
GM
1082 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1083 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1084 (emacs-xtra.pdf): Use $<.
1085
aa9db089
GM
1086 * Makefile.in (infoclean): Remove harmless, long-standing error.
1087
abd40fb4
GM
1088 * Makefile.in ($(infodir)): Delete rule.
1089 (mkinfodir): New.
1090 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1091
f4f358f1 1092 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1093 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1094 * emacsver.texi: New file, replacing emacsver.texi.in.
1095
ea274122
GM
10962010-10-09 Glenn Morris <rgm@gnu.org>
1097
f7a31f11
GM
1098 * emacsver.texi.in: New file.
1099 * emacs.texi: Set EMACSVER by including emacsver.texi.
1100 * Makefile.in (distclean): Delete emacsver.texi.
1101 (dist): Copy emacsver.texi.
b13254e7 1102 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1103
3fb78d1f
GM
1104 * ack.texi (Acknowledgments): No more b2m.c.
1105
ea274122
GM
1106 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1107 (emacs): Remove rule.
1108 (dist): No need to deal with the emacs rule any more.
1109
17ca7950
GM
11102010-10-07 Glenn Morris <rgm@gnu.org>
1111
1112 * Makefile.in (version): New, set by configure.
1113 (clean): Delete dist tar file.
1114 (dist): Use version in tar name.
1115
4c83f6e1
GM
11162010-10-06 Glenn Morris <rgm@gnu.org>
1117
1118 * Makefile.in (EMACS_XTRA): Add the main source file.
1119 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1120 (mostlyclean): No core files, reorder other files.
1121 (clean): Delete specific dvi and pdf files.
1122 (infoclean, dist): New rules.
1123 (maintainer-clean): Use infoclean.
8a944cea 1124 ($(infodir)): Add parallel build workaround.
4c83f6e1 1125
0264072d
GM
11262010-10-04 Glenn Morris <rgm@gnu.org>
1127
1128 * Makefile.in (SHELL): Set it.
1129 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1130 (info, dvi): Replace above variables with their expansions.
1131 (info): Move mkdir from here...
1132 ($(infodir)/emacs): ... to here (for parallel builds).
1133 (pdf): New target.
1134 ($(infodir)/emacs): Pass -o option to makeinfo.
1135 (.PHONY): Declare clean rules.
1136 (maintainer-clean): Delete dvi and pdf files.
1137 Guard against cd failures. Use a more restrictive delete.
1138
3226d6ca
GM
11392010-10-02 Glenn Morris <rgm@gnu.org>
1140
1141 * misc.texi (Shell Mode): Remove reference to old function name.
1142
cad90f3b
EZ
11432010-09-30 Eli Zaretskii <eliz@gnu.org>
1144
1145 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1146 indicator characters.
1147
5f874327
GM
11482010-09-29 Glenn Morris <rgm@gnu.org>
1149
1150 * Makefile.in (top_srcdir): Remove unused variable.
1151
0ab9cff3
GM
11522010-09-14 Glenn Morris <rgm@gnu.org>
1153
67ae9766
GM
1154 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1155 the last hook item.
1156
0ab9cff3
GM
1157 * calendar.texi (Appointments): Also updated when a diary include file
1158 is saved.
1159
6664fc59 11602010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1161
1162 * trouble.texi (Bugs): Update the section intro.
1163 (Known Problems): New section.
1164 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1165 (Sending Patches): Bug fixes are best as responses to existing bugs.
1166 * emacs.texi (Known Problems): Add menu entry for new section.
1167
be3283d7
GM
11682010-09-09 Glenn Morris <rgm@gnu.org>
1169
1170 * xresources.texi: Untabify.
1171
10999305 11722010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1173
1174 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1175
10999305 11762010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1177
1178 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1179
30641319
JD
11802010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1183
50dd7bc6
GM
11842010-08-21 Glenn Morris <rgm@gnu.org>
1185
1186 * misc.texi (Amusements): Mention bubbles and animate.
1187
5e620eca
EZ
11882010-07-31 Eli Zaretskii <eliz@gnu.org>
1189
1190 * files.texi (Visiting): Add more index entries for
1191 large-file-warning-threshold.
1192
8b2dd508
JD
11932010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1194
1195 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1196
8838673e
GM
11972010-06-23 Glenn Morris <rgm@gnu.org>
1198
1199 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1200 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1201 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1202 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1203 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1204 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1205 Untabify Texinfo files.
1206
04d3bb6c
GM
12072010-06-10 Glenn Morris <rgm@gnu.org>
1208
103dd3a8
GM
1209 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1210
04d3bb6c
GM
1211 * basic.texi (Inserting Text): Fix typo.
1212
50b79479
GM
12132010-06-10 Glenn Morris <rgm@gnu.org>
1214
1215 * ack.texi (Acknowledgments):
1216 * emacs.texi (Acknowledgments): Update for notifications.el.
1217
86d7a550
DU
12182010-05-31 Daiki Ueno <ueno@unixuser.org>
1219
1220 * dired.texi (Operating on Files): Mention encryption commands
1221 (Bug#6315).
1222
db5dce9d
EZ
12232010-05-29 Eli Zaretskii <eliz@gnu.org>
1224
1225 * basic.texi (Moving Point): Update due to renaming of commands bound
1226 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1227
34313041
EZ
12282010-05-18 Eli Zaretskii <eliz@gnu.org>
1229
1230 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1231 paragraphs.
1232 (Line Truncation): Fix wording for bidi display.
1233
1fc0ce04 1234 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1235 keys.
1236
0235128c 12372010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1238
1239 * building.texi (GDB Graphical Interface): Remove misleading comparison
1240 to an IDE (Bug#6128).
1241
0235128c 12422010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1243
1244 * programs.texi (Man Page):
1245 * misc.texi (Invoking emacsclient):
1246 * mini.texi (Repetition):
1247 * mark.texi (Setting Mark): Fix typos.
1248
0235128c 12492010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
1250
1251 * misc.texi (Printing): Document htmlfontify-buffer.
1252
0235128c 12532010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
1254
1255 * calendar.texi (Displaying the Diary, Format of Diary File):
1256 Fix external cross-references for TeX format output.
1257
0235128c
SM
12582010-05-07 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * Version 23.2 released.
1261
f63d0028
JD
12622010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1263
1264 * cmdargs.texi (Initial Options): Mention --chdir.
1265
20fe03ad
JD
12662010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1267
1268 * frames.texi (Tool Bars): Add tool-bar-style.
1269
b7d65a5f
GM
12702010-04-21 Glenn Morris <rgm@gnu.org>
1271
1272 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1273
a42dbee1
CY
12742010-04-18 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * programs.texi (Semantic): New node.
1277
1278 * maintaining.texi (EDE): New node.
1279
1280 * emacs.texi: Update node listing.
1281
1282 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1283
6e104790 12842010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1285
d52dbd3d
GM
1286 * emacs.texi (Acknowledgments): Remove duplicate.
1287
a77fe20c
GM
1288 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1289
6e104790 12902010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1291
4ebe9902
GM
1292 * dired.texi (Misc Dired Features): Mention VC diff and log.
1293 * maintaining.texi (Old Revisions, VC Change Log):
1294 Mention that diff and log work in Dired buffers.
1295
98932641
GM
1296 * help.texi (Help Summary): Mention M-x info-finder.
1297
d5b22ab2 1298 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1299
4d4e9522
GM
1300 * custom.texi (Specifying File Variables, Directory Variables):
1301 Document new commands for manipulating local variable lists.
1302
6e104790 13032010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1304
1305 * trouble.texi (Contributing): Add cindex entry.
1306 Mention etc/CONTRIBUTE.
1307
6e104790 13082010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1309
1310 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1311 query-replace (Bug#5774).
1312
a20a9df3
GM
13132010-04-16 Glenn Morris <rgm@gnu.org>
1314
1315 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1316
1ecb2d3f
JD
13172010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1318
1319 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1320
99852628
JD
13212010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1322
1323 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1324
ce79424f
EZ
13252010-03-30 Eli Zaretskii <eliz@gnu.org>
1326
1327 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1328 cross-reference to "Inserting Text".
1329
1330 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1331 Mention completion provided by `ucs-insert'.
1332
85738751 13332010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1334
1335 * sending.texi (Sending Mail): Note variables that may need
1336 customizing.
1337 (Mail Sending): Expand discussion of send-mail-function.
1338
85738751 13392010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1340
1341 Document Message mode as the default mail mode.
1342
1343 * sending.texi (Sending Mail): Copyedits.
1344 (Mail Format, Mail Headers): Document mail-from-style changes.
1345 (Mail Commands): Rename from Mail mode. Document Message mode.
1346 (Mail Misc): Rename from Mail mode Misc.
1347 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1348 command names and update keybindings.
1349 (Header Editing): Document message-tab. De-document
1350 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1351 favor of mail-default-headers. Ad index entries for user-full-name and
1352 user-mail-address.
1c6c854e
CS
1353 (Citing Mail): Update changes in Message mode behavior.
1354 Document mail-yank-prefix.
e73c2434
CY
1355 (Mail Signature): New node, moved from Mail Misc.
1356 (Mail Aliases): Mail abbrevs are the default with Message mode.
1357 (Mail Methods): Note that Message mode is now the default.
1358
1359 * rmail.texi (Rmail Reply):
1360 * text.texi (Text Mode):
1361 * major.texi (Major Modes):
1362 * mule.texi (Output Coding): Refer to Message mode.
1363
1364 * custom.texi (Init Examples): Add xref to Mail Header.
1365
1fc0ce04 1366 * emacs.texi (Top): Fix xrefs.
e73c2434 1367
85738751 13682010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1369
c0c035fa
CY
1370 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1371 repository if there is none.
1372 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1373 vc-print-root-log.
ef7b27ef 1374 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1375
71785b7a
CY
1376 * programs.texi (Program Modes): Mention Javascript mode.
1377
f67c5dd0
CY
1378 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1379 * emacs.texi: Update node description.
1380
0f72a391 1381 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1382 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1383
dc2d2590
JL
13842010-03-30 Juri Linkov <juri@jurta.org>
1385
1386 * search.texi (Other Repeating Search): Remove line that `occur'
1387 can not handle multiline matches.
1388
a7b02820
EZ
13892010-03-30 Eli Zaretskii <eliz@gnu.org>
1390
1391 * mule.texi (International): Mention support of bidirectional editing.
1392 (Bidirectional Editing): New section.
1393
22ef1944
NR
13942010-03-28 Nick Roberts <nickrob@snap.net.nz>
1395
1396 * emacs.texi (Top): Update node names to those in building.texi.
1397
146b8b16
NR
13982010-03-27 Nick Roberts <nickrob@snap.net.nz>
1399
c5e87d10
PE
1400 doc/emacs/building.texi: Describe restored GDB/MI functionality
1401 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
1402 doc/emacs/emacs.texi: Update node names for building.texi.
1403
6d98672d
GM
14042010-03-24 Glenn Morris <rgm@gnu.org>
1405
1406 * ack.texi (Acknowledgments):
1407 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1408
93318cbd
JD
14092010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1410
1411 * xresources.texi (Table of Resources): Clarify toolBar number
1412 for Gtk+.
1413
1414 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1415
15cf2f52
CY
14162010-03-21 Chong Yidong <cyd@stupidchicken.com>
1417
4102856c
CY
1418 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1419
15cf2f52
CY
1420 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1421 and multi-isearch-buffers-regexp.
1422
1423 * indent.texi (Indentation): Clarify description of
1424 indent-for-tab-command. Document tab-always-indent.
1425
d68eb23c
CY
14262010-03-20 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * cmdargs.texi (Font X): Move most content to Fonts.
1429
1430 * frames.texi (Fonts): New node. Document font-use-system-font.
1431
1432 * emacs.texi (Top):
1433 * xresources.texi (Table of Resources):
1434 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1435
288f9fc0
CY
14362010-03-10 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * Branch for 23.2.
1439
17782bec
CY
14402010-03-06 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * custom.texi (Init Examples): Add xref to Locals.
1443
1444 * major.texi (Choosing Modes): Mention usage of setq-default for
1445 setting the default value of major-mode (Bug#5688).
1446
b4a1a8b2
CY
14472010-03-02 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1450
1451 * display.texi (Display Custom): Document make-pointer-invisible and
1452 underline-minimum-offset. Remove inverse-video.
1453
a1e759cd
CY
14542010-02-21 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * frames.texi (Frame Commands): Note that the last ordinary frame can
1457 be deleted in daemon mode (Bug#5616).
1458
4f3bc373
GM
14592010-02-18 Glenn Morris <rgm@gnu.org>
1460
1461 * trouble.texi (Contributing): Repository is no longer CVS.
1462
5dbbdd33
GM
14632010-02-08 Glenn Morris <rgm@gnu.org>
1464
1465 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1466
cd61af01
SM
14672010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * display.texi (Useless Whitespace, Text Display):
1470 * custom.texi (Init Examples): Avoid obsolete special default variables
1471 like default-major-mode.
1472
b1bb0a25 14732010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1474
1475 * programs.texi (Other C Commands): Replace reference to obsolete
1476 c-subword-mode.
1477
99d0985b
GM
14782010-01-21 Glenn Morris <rgm@gnu.org>
1479
1480 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1481
893db5bc
GM
14822010-01-12 Glenn Morris <rgm@gnu.org>
1483
1484 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1485 emacs-pretest-bug for bug reports for development versions.
1486
0419b8d6
GM
14872010-01-11 Glenn Morris <rgm@gnu.org>
1488
1489 * display.texi (Highlight Interactively): `t' does not mean highlight
1490 all patterns. (Bug#5335)
1491
26e533e2
CY
14922009-12-29 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * misc.texi (Shell): Document async-shell-command.
1495
1496 * building.texi (Grep Searching): Document zrgrep.
1497
484eaeac 1498 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1499
7ee6c59b
NR
15002009-12-29 Nick Roberts <nickrob@snap.net.nz>
1501
1502 * building.texi: Import GDB Graphical Interface description from
1503 EMACS_23_1_RC.
1504
91ed7ea8
CY
15052009-12-24 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * emacs.texi (Top): Update node listing.
1508
1509 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1510
1511 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1512
1513 * cmdargs.texi (Initial Options):
1514 * xresources.texi (Resources): Document inhibit-x-resources.
1515
1516 * custom.texi (Specifying File Variables): Note that minor modes are
1517 enabled unconditionally.
1518
1519 * display.texi (Scrolling): Briefly document the old recenter command,
1520 and document recenter-positions.
1521
1522 * files.texi (Visiting):
1523 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1524
1c6c854e
CS
1525 * frames.texi (Cut/Paste Other App):
1526 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1527
1528 * killing.texi (Kill Options): New node.
1529
6ca89aaa
CY
15302009-12-05 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * misc.texi (Shell Options): ansi-color is now default.
1533
806642d4
GM
15342009-12-05 Glenn Morris <rgm@gnu.org>
1535
806642d4
GM
1536 * emacs.texi (Top): Update menu for cal-xtra node changes.
1537 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1538 or mode line. Don't mention invisible text or the details of
1539 diary-print-entries here, only in cal-xtra.
1540 (Format of Diary File): Mention that the "date on first line" format
1541 only really affects the simple display.
1542 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1543 (Diary Customizing): Holidays may be in the buffer or mode line.
1544 Move diary-print-entries to the "Diary Display" section.
1545 (Diary Display): New section, split out from "Fancy Diary Display".
1546 Explain the limitations of simple display, and how to print it.
1547
1a4f0c0a
GM
1548 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1549
e11adbd8
GM
1550 * cal-xtra.texi (Diary Display): Mention View mode.
1551
29a483ac
JL
15522009-11-29 Juri Linkov <juri@jurta.org>
1553
1554 * display.texi (Highlight Interactively): Actually a list of
1555 default faces is pre-loaded into a list of default values
1556 instead of the history.
1557
83d60c79
GM
15582009-11-20 Glenn Morris <rgm@gnu.org>
1559
1560 * ack.texi (Acknowledgments):
1561 * emacs.texi (Acknowledgments): Add htmlfontify.
1562
276bbe96
GM
15632009-11-14 Glenn Morris <rgm@gnu.org>
1564
98ad1bae
GM
1565 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1566
276bbe96
GM
1567 * ack.texi (Acknowledgments):
1568 * emacs.texi (Acknowledgments): Update for recent Org changes.
1569
18430066
CY
15702009-10-31 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1573 `charset' property, which is irrelevant to the user manual (Bug#3526).
1574
522ddc9f
JB
15752009-10-14 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * trouble.texi (DEL Does Not Delete): Fix typo.
1578
50b49ade
MA
15792009-10-05 Michael Albinus <michael.albinus@gmx.de>
1580
1581 * files.texi (Misc File Ops): Mention copy-directory.
1582
6308321a
EZ
15832009-10-04 Eli Zaretskii <eliz@gnu.org>
1584
43b3b4d1
EZ
1585 * mule.texi (Unibyte Mode): Emphasize that
1586 unibyte-display-via-language-environment affects only the display.
1587
6308321a
EZ
1588 * display.texi (Horizontal Scrolling): Document cursor behavior under
1589 horizontal scrolling when point moves off the screen (Bug#4564).
1590 Improve wording.
1591
bd51ea7f
MA
15922009-10-01 Michael Albinus <michael.albinus@gmx.de>
1593
1594 * files.texi (Directories): delete-directory prompts for recursive
1595 deletion.
1596
55381962
GM
15972009-09-30 Glenn Morris <rgm@gnu.org>
1598
1599 * ack.texi (Acknowledgments):
1600 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1601
13989ab1
TH
16022009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1603
1604 * dired.texi (Dired Navigation): Use @code instead of @var for
1605 dired-isearch-filenames, so that it's not capitalized.
1606
8ba46c89
CY
16072009-09-19 Chong Yidong <cyd@stupidchicken.com>
1608
1609 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1610
1611 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1612
1613 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1614 (Key Bindings): Reference Init Rebinding in introductory text.
1615 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1616 (Keymaps): Simplify.
1617 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1618 (Minibuffer Maps): Remove mention of Mocklisp.
1619 (Init Rebinding): Move mode-local rebinding example here from Local
1620 Keymaps.
1621 (Modifier Keys): Clarify.
1e11b018 1622 (Rebinding): Add cindex for "binding keys".
8ba46c89 1623
6a5ca7c8
CY
16242009-09-13 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1627
0e1cba51
NR
16282009-08-31 Nick Roberts <nickrob@snap.net.nz>
1629
6a5ca7c8 1630 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1631 Re-organise these two sections.
0e1cba51 1632
76a87a4d
EZ
16332009-08-29 Eli Zaretskii <eliz@gnu.org>
1634
1635 * cmdargs.texi (Initial Options): Fix last change.
1636
82e98df4
SM
16372009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * mule.texi (Enabling Multibyte):
1640 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1641 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1642
fb89fad9
GM
16432009-08-20 Glenn Morris <rgm@gnu.org>
1644
1645 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1646
e99652b0
GM
16472009-08-19 Glenn Morris <rgm@gnu.org>
1648
1649 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1650
5cca97ad
GM
16512009-08-18 Glenn Morris <rgm@gnu.org>
1652
1653 * ack.texi (Acknowledgments):
1654 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1655
997797ae 1656 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1657
985bf85b
GM
16582009-08-09 Glenn Morris <rgm@gnu.org>
1659
1660 * ack.texi (Acknowledgments):
1661 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1662
8d6bb99e
DD
16632009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1664
1665 * emacs.texi (Top): Add new menu items for GDB-UI.
1666
1667 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1668 section. Threads buffer is in separate section now.
8d6bb99e 1669
8353da9c
GM
16702009-08-08 Glenn Morris <rgm@gnu.org>
1671
1672 * ack.texi (Acknowledgments):
1673 * emacs.texi (Acknowledgments):
1674 Update for js2-mode and org changes.
1675
f2074faf
MA
16762009-08-02 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1679 files.
1680
e8d2d3fb
CY
16812009-07-28 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1684
324a4f6a
GM
16852009-07-23 Glenn Morris <rgm@gnu.org>
1686
1687 * programs.texi (Matching): Update blink-matching-paren-distance.
1688
b6937a70
CY
16892009-07-21 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * frames.texi (Cut/Paste Other App): For select-active-regions,
1692 selection is now updated on moving point.
1693
bd8aaa36
RS
16942009-07-21 Richard Stallman <rms@gnu.org>
1695
1696 * glossary.texi (GNU, Daemon): Update information.
1697
8d9b5eba
JL
16982009-07-19 Juri Linkov <juri@jurta.org>
1699
1700 * custom.texi (Specifying File Variables, Safe File Variables):
1701 "variables/value pairs" -> "variable/value pairs".
1702
a2acc1db
GM
17032009-07-15 Glenn Morris <rgm@gnu.org>
1704
1705 * misc.texi (Gnus): Remove widow.
1706
c5ae942b
GM
17072009-07-11 Glenn Morris <rgm@gnu.org>
1708
703d26ba
GM
1709 * Makefile.in (TEXI2PDF): New.
1710 (emacs.pdf, emacs-xtra.pdf): New targets.
1711
522ddc9f 1712 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1713
1714 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1715
1716 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1717 Don't print the copying notice twice in the printed version.
1718 Update the menu and detailmenu.
1719 (Preface): The meaning of "on-line" has changed.
1720 Correct name for "Common Problems" chapter.
1721 (Distrib): Update FSF shop URL.
1722 (Intro): Showing two files at once is not so exciting.
1723
1724 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1725 (Mac / GNUstep Basics): Minor grammar changes.
1726 (Mac / GNUstep Events): Fix typo.
1727 (GNUstep Support): CANNOT_DUMP no longer applies.
1728
1729 * misc.texi (Document View): Fix typos.
1730
1731 * dired.texi (Dired):
1732 * help.texi (Help):
1733 * macos.texi (Mac OS / GNUstep):
1734 * maintaining.texi (Version Control, Introduction to VC):
1735 End menu descriptions with a period.
c5ae942b 1736
b1c8242b
EZ
17372009-07-09 Eli Zaretskii <eliz@gnu.org>
1738
1739 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1740 so categorical in saying that the option is only useful on NTFS.
1741
220d9aa6
GM
17422009-07-09 Glenn Morris <rgm@gnu.org>
1743
1744 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1745 (ENVADD): Add texinfodir to TEXINPUTS.
1746
1747 * emacs.texi (Top): Fix cross-reference.
1748
1749 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1750
1751 * vc1-xtra.texi (Revision Tags): Fix typo.
1752
d07e72d3
GM
17532009-07-03 Glenn Morris <rgm@gnu.org>
1754
1755 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1756 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1757 (Merge Commands): `.' does not seem to work in A or B buffer.
1758 `l' can recreate the 3-window display.
1759
1760 * glossary.texi (Glossary): Minor phrasing changes throughout.
1761 Add more internal cross-references.
1762 <Autoloading>: You can't really autoload a variable.
1763 <C-M->: Move details here from `M-C-' item.
1764 <Continuation Line>: Refer to `Truncation.'
1765 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1766 <Home Directory, Unix>: New entries.
1767 <Deletion of Files>: Mention recycle bins.
1768 <Directory>: Mention ``folders.''
1769 <Error>: Don't mention ``type-ahead.''
1770 <Fringe>: Refer to the manual node.
1771 <Minor Mode>: Can be global or local.
1772 <Spell Checking>: There are other checkers besides Ispell.
1773
f144038a
GM
17742009-07-02 Glenn Morris <rgm@gnu.org>
1775
1776 * anti.texi (Antinews): Minor changes in phrasing.
1777
1778 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1779 some underfull lines in dvi output.
1780
1781 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1782
1783 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1784
1785 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1786
3f1c6666
JD
17872009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1788
1789 * xresources.texi (Table of Resources): Mention maximized for
1790 fullscreen.
1791
1792 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1793
62aadce7
CY
17942009-07-01 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * anti.texi (Antinews): Correct the list of removed platforms.
1797
82ec412e
GM
17982009-06-28 Glenn Morris <rgm@gnu.org>
1799
1800 * arevert-xtra.texi: Minor language tweaks.
1801
09964e7d
GM
1802 * dired-xtra.texi: Minor revisions.
1803
666e158e
MB
18042009-06-23 Miles Bader <miles@gnu.org>
1805
c4cc8b9a 1806 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1807 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1808
70243478
CY
18092009-06-21 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * Branch for 23.1.
1812
67cbe681
KH
18132009-06-17 Kenichi Handa <handa@m17n.org>
1814
1815 * mule.texi (Charsets): Update the description for the new charset.
1816 (list-character-sets): New findex.
125dd7c5 1817 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1818
40e67246
CY
18192009-06-10 Chong Yidong <cyd@stupidchicken.com>
1820
b5700de6
CY
1821 * basic.texi (Moving Point): Fix tag.
1822
1823 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1824
1825 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1826 use camel-case for PageUp and PageDown.
1827
1828 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1829 camel-case for PageUp and PageDown.
1830
1831 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1832
40e67246 1833 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1834 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1835
522ddc9f 18362009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1837
522ddc9f
JB
1838 * fixit.texi (Spelling): Set default dictionary.
1839 Improve descriptions (Bug#2554)
6f591cf4 1840
53483c76
DR
18412009-06-08 David Reitter <david.reitter@gmail.com>
1842
1843 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1844 since saving colors and faces set this way is not implemented.
1845 (Environment variables): Remove mention of mac-fix-env, which is
1846 scheduled to be removed.
1847
1557ef4f
CY
18482009-06-04 Chong Yidong <cyd@stupidchicken.com>
1849
91056528
CY
1850 * custom.texi (Init Examples): Add example of changing load-path.
1851
1557ef4f
CY
1852 * building.texi (Lisp Libraries): Add example of changing
1853 load-path (Bug#3446).
1854
623cec4c
CY
18552009-05-28 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * mark.texi (Mark): Further clarifications.
1858 (Setting Mark): Emphasize that C-SPC activates the mark.
1859
0fcca8ee
CY
18602009-05-28 Chong Yidong <cyd@stupidchicken.com>
1861
702b10e1
CY
1862 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1863 Mark mode.
0fcca8ee
CY
1864 (Using Region, Persistent Mark): Use "active mark" instead of "active
1865 region".
1866
d3b396e4
CY
18672009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1868
1869 * mule.texi (Select Input Method): Fix typo.
1870
3f698a06
CY
18712009-05-13 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * anti.texi (Antinews): Document completion changes. Some additional
1874 copyedits and rearrangement of entries.
1875
b2a42eb7
CY
18762009-05-12 Chong Yidong <cyd@stupidchicken.com>
1877
932fd020
CY
1878 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1879 (Shell History Copying, Terminal emulator): Copyedits.
1880
1c6c854e
CS
1881 * xresources.texi (Resources): Simplify descriptions.
1882 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1883 (Table of Resources): Document fontBackend resource.
1884
b2a42eb7 1885 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 1886 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
1887 "Backspace". Remove discussion of obscure Xmodmap issue.
1888
c6ea7fb8
CY
18892009-05-07 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * files.texi (Visiting): Copyedits.
1892
ad36c422
CY
18932009-05-06 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * basic.texi (Inserting Text): Document ucs-insert.
1896
1897 * mule.texi (International Chars): Define "multibyte". Note that
1898 internal representation is unicode-based. Simplify definition of raw
1899 bytes. Mention ucs-insert.
1900 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1901 (Language Environments): Add language environments new to Emacs 23.
1902 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1903 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1904 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1905 (Output Coding): Copyedits.
1906
1907 * emacs.texi (Top): Update node listing.
1908
d4ad7b96
CY
19092009-05-05 Per Starbäck <per@starback.se> (tiny change)
1910
1911 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1912
5bd66204
SM
19132009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * building.texi (Lisp Libraries): `load-library' does offer completion.
1916
bc36ad1c
CY
19172009-04-28 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1920 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1921
f1a47884
EZ
19222009-04-25 Eli Zaretskii <eliz@gnu.org>
1923
1924 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1925
be77bd45
CY
19262009-04-22 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1929
1930 * building.texi (Lisp Interaction): Document initial-scratch-message.
1931
d3b82927
JB
19322009-04-18 Juanma Barranquero <lekktu@gmail.com>
1933
ed6e7b11
JB
1934 * msdog.texi (Windows Fonts): Fix typos.
1935
d3b82927
JB
1936 * files.texi (Save Commands): Fix pxref.
1937
bc323c04
CY
19382009-04-18 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * files.texi (Save Commands): Mention diff-buffer-with-file.
1941 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1942 Henoch (Bug#3036).
1943
2186d13f
GM
19442009-03-15 Glenn Morris <rgm@gnu.org>
1945
1946 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1947 the former is not always used.
1948 (Mail Headers): Use active voice. Add "Mail-reply-to".
1949 Change case of "Id". Avoid repeated "appropriate".
1950 (Mail Aliases): Fix previous change - use an example with a ".", so it
1951 does actually get quoted when expanded.
1952 (Mail Sending): Mailclient is the default on some systems.
1953 (Citing Mail): Mention mail-indentation-spaces.
1954 (Mail Mode Misc): Add an @dfn for "mail signature".
1955
71e454fc
CY
19562009-03-15 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1959 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1960 read-buffer-completion-ignore-case, and completion-styles.
1961 Remove description of partial-completion-mode.
71e454fc 1962
df1a3e06
GM
19632009-03-14 Glenn Morris <rgm@gnu.org>
1964
1965 * sending.texi (Mail Format): Fix typo. Add index entry for
1966 mail-header-separator.
1967 (Mail Headers): Put info about initialization and changing in one place
1968 at the start. Update FCC section for mbox Rmail. Clarify From
1969 section, mention mail-setup-with-from. Clarify Reply-to section.
1970 Add Mail-followup-to and mail-mailing-lists. Clarify References
1971 section.
1972 (Mail Aliases): Update example, make less contentious.
1973 Update for name change of mail-interactive-insert-alias.
1974 (Mail Mode): Remove mention of `%' as a word separator.
1975 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1976 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1977 commands. Clarify FCC handling. In mail-complete, add reference to
1978 Mail Aliases section, and mention mail-complete-function.
1979 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1980 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1981 signature netiquette. Explain how the mail hooks work when continuing
1982 a composition.
1983 (Mail Amusements): Internationalize the spook section a bit.
1984 Remove the spook mail-setup-hook example, since it doesn't work well.
1985 Mention fortune-file.
1986 (Mail Methods): Mention read-mail-command.
1987
ed6e7b11 19882009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1989
df1a3e06
GM
1990 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1991 and NS resources following recent changes.
959d68bd 1992
86dca3e8
JR
19932009-03-10 Jason Rumney <jasonr@gnu.org>
1994
1995 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1996 w32-use-visible-system-caret doc to indicate that it should get set
1997 automatically.
1998 (Windows Fonts): Add doc for the uniscribe backend.
1999
042fe98f
DN
20002009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2001
2002 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2003 vc-dir. (Bug#2598)
2004
7f8dba73
RS
20052009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2006
2007 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2008
505e70c3
GM
20092009-03-05 Glenn Morris <rgm@gnu.org>
2010
04242bdc
GM
2011 * rmail.texi (Rmail Basics): Add reference to sorting.
2012 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2013 Minor re-wordings.
2014 (Rmail Motion): Mention rmail-next-same-subject.
2015 (Rmail Deletion): Expunging is not the only way to change the numbers.
2016 (Rmail Labels): Labels can also be used in sorting.
2017 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2018 (Rmail Display): Mention rmail-mime.
2019
00cfe22c
GM
20202009-03-04 Glenn Morris <rgm@gnu.org>
2021
2022 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2023 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2024 summary. Mention sorts cannot be undone.
2025 (Rmail Display): Give an example of how to use goto-address-mode.
2026 (Rmail Editing): It's keybindings that are redefined, not commands.
2027 Fix some typos.
2028 (Movemail): Some minor rewording.
2029 (Remote Mailboxes): Emacs movemail supports pop by default.
2030 Fix some minor grammatical issues. The "two alternative ways" to
2031 specify a POP mailbox are really just one. Remove all reference to the
2032 variables rmail-pop-password and rmail-pop-password-required, obsolete
2033 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2034 can support Kerberos.
2035
3d963b67
GM
20362009-03-03 Glenn Morris <rgm@gnu.org>
2037
2038 * rmail.texi (Rmail Deletion): Revert previous change, which was
2039 describing the Rmail summary versions.
2040 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2041 Minor re-wording for rmail-resend.
2042 (Rmail Make Summary): Summaries apply to buffers rather than files.
2043 <rmail-summary-by-topic>: Headers includes the subject.
2044 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2045 details, including prefix arguments.
2340abde 2046 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2047 Not counting lines might be faster.
2048 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2049 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2050 Name the commands bound to the various keys. Mention prefix argument
2051 for searching.
3d963b67
GM
2052 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2053 Simplify rmail-highlighted-headers description. Update face name.
2054
a8ce3d17
JB
20552009-03-02 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * mark.texi (Marking Objects): Fix typo.
2058
130a29b6
CY
20592009-03-01 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2062 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2063
9d5de6f8
GM
20642009-03-01 Glenn Morris <rgm@gnu.org>
2065
79fc530e 2066 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2067 (Rmail Motion): - M-s searches from the end of messages.
2068 (Rmail Deletion): Minor clarification. Fix numeric argument
2069 description.
2070 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2071 newmail and RMAILOSE files need not be in home-directory.
2072 (Rmail Files): Mention I/O menus are unselectable if no files match.
2073 Mention `MAIL' env-var.
2074
b545ff9c
JR
20752009-02-24 Jason Rumney <jasonr@gnu.org>
2076
2077 * mule.texi (Fontsets): Mention fontset-default, font specs and
2078 fallback fontsets.
2079 (Defining Fontsets): Mention ns and w32 variants of
2080 standard-fontset-spec. Update description of startup fontset to match
2081 Emacs 23 behavior.
a93be82a 2082 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2083 (International): Link to Modifying Fontsets.
b545ff9c 2084
75da0618 20852009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2086
2087 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2088 Mention ns-extended-platform-support-mode.
2089
6be93a16
KB
20902009-02-22 Karl Berry <karl@gnu.org>
2091
2092 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2093
867d4bb3
JB
20942009-02-19 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * basic.texi (Moving Point, Position Info):
2097 * files.texi (Visiting):
2098 * mini.texi (Completion Options):
2099 * text.texi (HTML Mode): Remove duplicate words.
2100
49b5c0e8
GM
21012009-02-20 Glenn Morris <rgm@gnu.org>
2102
2103 * rmail.texi: Minor updates for mbox rather than Babyl.
2104
f43a822c
KB
21052009-02-17 Karl Berry <karl@gnu.org>
2106
49b5c0e8 2107 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2108
80d634b8
RS
21092009-02-17 Richard M Stallman <rms@gnu.org>
2110
2111 * anti.texi (Antinews): Mention Babyl format.
2112
2113 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2114
2115 * rmail.texi: Update for mbox format.
2116 Various small fixes, as well as the following.
2117 (Out of Rmail): Node deleted.
2118 (Rmail): Update menu.
2119 (Rmail Files): Comment out set-rmail-inbox-list.
2120 Document rmail-inbox-list instead.
2121 (Rmail Output): Substantial changes since C-o is now
2122 rmail-output-as-seen and o is rmail-output.
2123 (Rmail Attributes): Delete `stored', add `retried'.
2124 (Rmail Display): Editing headers works in all cases.
2125
f0d129c6
GM
21262009-02-17 Glenn Morris <rgm@gnu.org>
2127
2128 * basic.texi (Position Info): M-x count-lines-region is not always on
2129 M-=. (Bug#2269)
2130
160f11d3
GM
21312009-02-09 Glenn Morris <rgm@gnu.org>
2132
2133 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2134 defaults.
2135
763e01c4
EZ
21362009-02-07 Eli Zaretskii <eliz@gnu.org>
2137
2138 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2139 documentation of possible problems with redecoding.
2140
f5e1441d
GM
21412009-02-03 Glenn Morris <rgm@gnu.org>
2142
2143 * rmail.texi (Out of Rmail): Mention b2m.pl.
2144
e1eabe41
GM
21452009-01-31 Glenn Morris <rgm@gnu.org>
2146
2147 * rmail.texi (Out of Rmail): Correct b2m location.
2148
dd05f9de
CY
21492009-01-27 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * fixit.texi (Undo): Update undo limit values.
2152
d74d846e
GM
21532009-01-27 Glenn Morris <rgm@gnu.org>
2154
2155 * emacs.texi (Top): Fix Antinews menu entry.
2156
49ffdce8
KB
21572009-01-25 Karl Berry <karl@gnu.org>
2158
2159 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2160 item with no marker, instead of the syntactically incorrect
2161 @itemize @asis.
2162
467e8d77
JL
21632009-01-25 Juri Linkov <juri@jurta.org>
2164
2165 * building.texi (Grep Searching): Fix index entry for lgrep.
2166
6c60bbdb
EZ
21672009-01-24 Eli Zaretskii <eliz@gnu.org>
2168
2169 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2170
9ce5a36f
AR
21712009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2172
2173 * macos.texi (Preferences Panel): Update description of font setting to
2174 reflect that prior frame selection is no longer needed.
2175
9aa5f2fb
NR
21762009-01-20 Nick Roberts <nickrob@snap.net.nz>
2177
2178 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2179 raise GUD subsections.
2180
3892ff9c
GM
21812009-01-15 Glenn Morris <rgm@gnu.org>
2182
2183 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2184
14731c8f
GM
21852009-01-10 Glenn Morris <rgm@gnu.org>
2186
2187 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2188
45c55e53
CY
21892009-01-04 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2192 logical lines.
2193
2e4667d1
JL
21942008-12-29 Juri Linkov <juri@jurta.org>
2195
2196 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2197
2198 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2199
2a3eac47
CY
22002008-12-28 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2203 goto-address-mode instead of goto-address.
2204
3da8da94
CY
2205 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2206 mode.
2207
2a3eac47
CY
2208 * emacs.texi (Top): Update node listing.
2209
057f6dd3
EZ
22102008-12-26 Eli Zaretskii <eliz@gnu.org>
2211
2212 * custom.texi (Directory Variables): Explain what is a "project".
2213 Add indexing. Improve wording. Add a footnote about using
2214 _dir-locals.el on MS-DOS.
2215
e6979067
DN
22162008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2217
2218 * files.texi (Misc File Ops): Mention chmod as an alias for
2219 set-file-modes.
2220
9de15963
MR
22212008-12-24 Martin Rudalics <rudalics@gmx.at>
2222
2223 * help.texi (Help): Fix typos and reword.
2224 (Help Summary): Add entries for C-h n and C-h r, reorder
2225 entries, and do some minor fixes.
2226 (Name Help): Say that C-h F works for commands only.
2227 (Misc Help): Say that view-lossage displays 300 keystrokes.
2228
236fd60d
GM
22292008-12-20 Glenn Morris <rgm@gnu.org>
2230
2231 * ack.texi (Acknowledgments): General update based on AUTHORS,
2232 including removal of some stuff no longer distributed.
2233
349b3256
AM
22342008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2235
2236 * fixit.texi: Mention hunspell
2237
e840fca5
GM
22382008-12-19 Glenn Morris <rgm@gnu.org>
2239
2240 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2241 Consolidate explanatory text at start.
e840fca5
GM
2242
2243 * display.texi (Text Display):
2244 * indent.texi (Indentation): Use @acronym with ASCII.
2245
9dfa7983
GM
22462008-12-18 Glenn Morris <rgm@gnu.org>
2247
2248 * ack.texi: Various small updates and fixes.
2249
97b3a00b
JL
22502008-12-18 Juri Linkov <juri@jurta.org>
2251
2252 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2253 as a key binding to start a forward nonincremental word search.
2254 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2255 a backward nonincremental word search. Add index for `M-s w'
2256 `isearch-forward-word'.
2257 (Regexp Search): Add a short summary of regexp key commands like
2258 in the node "Basic Isearch".
2259 (Other Repeating Search): Fix typo.
2260
22612008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
2262
2263 * misc.texi (PostScript Variables): Fix doc.
2264
31ce6a07
CY
22652008-12-10 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * programs.texi (Program Modes): Mention Ruby mode.
2268
636b507b
DN
22692008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2270
2271 * misc.texi (emacsclient Options): Describe what an empty string
2272 argument does for --alternate-editor.
2273
a323fa14
CY
22742008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2275
2276 * cmdargs.texi (Font X): Distinguish between client-side and
2277 server-side fonts. List valid Fontconfig properties. Add reference to
2278 Fontconfig manual. List valid GTK font properties. Explain use of
2279 fc-list.
2280
c5ca6cd0
CY
22812008-12-09 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * cmdargs.texi (Font X): Move discussion of quoting to top.
2284
e5136377
GM
22852008-12-06 Glenn Morris <rgm@gnu.org>
2286
2287 * maintaining.texi (Old Revisions): Improve previous change.
2288
248c026b
RS
22892008-12-05 Richard M Stallman <rms@gnu.org>
2290
2291 * anti.texi (Antinews): Minor fixes.
2292
a9253a1e
GM
22932008-12-03 Glenn Morris <rgm@gnu.org>
2294
2295 * maintaining.texi (Old Revisions): Fix diff-switches description.
2296
fa687b02
MR
22972008-12-01 Martin Rudalics <rudalics@gmx.at>
2298
2299 * emacs.texi (Top): Fix typo.
2300
72e6decd
CY
23012008-11-30 Chong Yidong <cyd@stupidchicken.com>
2302
320ee034
CY
2303 * misc.texi (Document View): Explain dependence on gs at the top.
2304 Copyedits.
2305
2306 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2307
72e6decd
CY
2308 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2309 (Comment Commands): Discuss region-active behavior of M-; first.
2310
2a472ee4
MR
23112008-11-29 Martin Rudalics <rudalics@gmx.at>
2312
9c6361c9
MR
2313 * display.texi (Line Truncation): Add reference to Continuation
2314 Lines.
2315
2a472ee4
MR
2316 * windows.texi (Pop Up Window): Mention split-height-threshold
2317 and split-width-threshold.
9c6361c9 2318 (Split Window): Add reference to Continuation Lines.
2a472ee4 2319
e93bc142
AR
23202008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2321
2322 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2323 (GNUstep Support): New node.
2324 * anti.texi:
2325 * emacs.texi:
2326 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2327
43b978db
RS
23282008-11-28 Richard M Stallman <rms@gnu.org>
2329
2330 * misc.texi (Dissociated Press): Minor cleanups.
2331
2332 * dired.texi (Image-Dired): Avoid passive.
2333
e8e2bd93
EZ
23342008-11-28 Eli Zaretskii <eliz@gnu.org>
2335
2336 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2337 representation.
2338
8d2d45da
CY
23392008-11-26 Richard M. Stallman <rms@gnu.org>
2340
2341 * files.texi (Visiting): Rewrite paragraph for clarity.
2342
2343 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2344
a5f7bbcc
AM
23452008-11-25 Alan Mackenzie <acm@muc.de>
2346
2347 * programs.texi (Moving by Parens): Clarify that parens inside strings
2348 and comments are ignored, and that the commands assume the starting
2349 point isn't in a string or comment.
2350
a71703d3
AR
23512008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2352
2353 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2354 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2355 version.
2356 (Mac Customization): Rewrite Preferences Panel section and merge in to
2357 this node, add Open files by dragging to an Emacs window.
2358
2359 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2360
aa5ab79a
CY
23612008-11-26 Chong Yidong <cyd@stupidchicken.com>
2362
0cc92c19
CY
2363 * files.texi (Misc File Ops): Document set-file-modes.
2364
c366b4e4
CY
2365 * windows.texi (Split Window): Document integer values of
2366 truncate-partial-width-windows.
2367
aa5ab79a
CY
2368 * text.texi (Text): Simplify description of markup languages.
2369 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2370 (TeX Editing): Note that `""' inserts one `"' character.
2371 (HTML Mode): Note in the introduction that XML mode is an alias for
2372 SGML mode. Mention nXML mode.
2373
56221db7
CY
23742008-11-25 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * building.texi (Watch Expressions): Fix typo.
2377
90effe33
CY
23782008-11-24 Chong Yidong <cyd@stupidchicken.com>
2379
f90a5ae3
CY
2380 * files.texi (Visiting): Document new behavior of
2381 confirm-nonexistent-file-or-buffer.
2382
1c6c854e
CS
2383 * buffers.texi (Select Buffer):
2384 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2385
a18ffb4a
CY
2386 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2387 edit-picture.
2388
90effe33
CY
2389 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2390 edit-picture', since that is just an alias for picture-mode.
2391 (Sentences): Note that repeated M-@ extends the region.
2392 (Pages): Make terminology more consistent. Link to Regexps node.
2393 (Longlines): Discuss relationship with Visual Line mode.
2394 (Text Mode): Remove extraneous discussion of other modes, since they
2395 were already introduced in the parent node.
2396
e85103ec
CY
23972008-11-23 Chong Yidong <cyd@stupidchicken.com>
2398
5cb2fe30
CY
2399 * anti.texi (Antinews): Rewrite.
2400
1eb9b307 2401 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2402
2403 * frames.texi (Frame Commands): Mention "minimize" terminology.
2404
e85103ec
CY
2405 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2406 formats.
b908332f
CY
2407 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2408 (Misc X): Don't document useless -hb option.
e85103ec 2409
607f5f88
JL
24102008-11-22 Juri Linkov <juri@jurta.org>
2411
2412 * dired.texi (Dired Navigation): Change normal file name search option
2413 from `non-nil' to `t'. Add `dwim' option.
2414
e1b867a0
JL
24152008-11-22 Juri Linkov <juri@jurta.org>
2416
2417 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2418 ".dir-locals.el". Rename `define-project-bindings' to
2419 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2420 `dir-locals-set-directory-class'.
2421
dd186936
LK
24222008-11-22 Lute Kamstra <lute@gnu.org>
2423
2424 * buffers.texi (Select Buffer): Index goto-line.
2425 * basic.texi (Moving Point): Mention the use of a numeric prefix
2426 argument with goto-line and refer to Select Buffer for the use of a
2427 plain prefix argument.
2428
4b121911
GM
24292008-11-19 Glenn Morris <rgm@gnu.org>
2430
2431 * doclicense.texi: Update to FDL 1.3.
2432 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2433
27267e4c
CY
24342008-11-17 Chong Yidong <cyd@stupidchicken.com>
2435
696f351d
CY
2436 * custom.texi (Minor Modes): Define mode commands and mode variables
2437 more precisely. Recommend using mode commands instead of setting
2438 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2439 (Easy Customization): Use "init file" instead of .emacs.
2440 (Customization Groups): Update to new Custom buffer appearance.
2441 (Saving Customizations): Copyedits. Update example.
2442 (Variables): Give example of variable type-sensitivity.
2443 (Examining): Update example.
2444 (Hooks): Copyedits.
2445 (Specifying File Variables): Use C comments instead of an artificial
2446 Lisp for the example.
2447 (Keymaps): Move internals discussion to Prefix Keymaps.
2448 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2449 (Init Rebinding): Document kbd macro.
2450 (Init File): Link to Find Init.
696f351d
CY
2451
2452 * mark.texi (Using Region): Document Delete Selection Mode more
2453 thoroughly.
2454
2455 * frames.texi (Mouse Commands): Move most of the description of Delete
2456 Selection Mode to Using Region, and link to it.
1bc9c425 2457 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2458
b0570c25
CY
2459 * building.texi (Compilation): Document first-error value of
2460 compilation-scroll-output.
2461 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2462 works as soon as an error is available. Suggested by Juri Linkov.
2463
27267e4c
CY
2464 * mini.texi (Passwords): New node.
2465
2466 * files.texi (Remote Files): Link to Passwords node.
2467
2468 * emacs.texi (Top): Update node listings.
2469
122eb807
CY
24702008-11-16 Chong Yidong <cyd@stupidchicken.com>
2471
9c9855a3
CY
2472 * ack.texi (Acknowledgments): Some updating of credits.
2473
bd6fdcad
CY
2474 * emacs.texi (Acknowledgments): Add a couple more names.
2475
dd1eef46
CY
2476 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2477
122eb807 2478 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2479 (Misc File Ops): Document use of trash.
122eb807 2480
801a8da1
JB
24812008-11-16 Juanma Barranquero <lekktu@gmail.com>
2482
2483 * macos.texi (Mac Customization): Fix typos.
2484
0b4f2253
CY
24852008-11-14 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2488 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2489 the conventions of the main Emacs manual.
2490
2491 * emacs.texi (Top): Update node listings.
2492
517e2b89
CY
24932008-11-12 Chong Yidong <cyd@stupidchicken.com>
2494
07a85685
CY
2495 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2496 command-line-args is processed during startup.
2497 (Action Arguments): Correctly describe how file arguments interact with
2498 the startup screen. Link to Lisp Interaction for scratch buffer.
2499 (Initial Options): Link to Command Example for -batch option.
2500 (Environment): Document initial-environment.
2501
517e2b89
CY
2502 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2503 can't be changed in the site-start file.
2504
6337bbde
CY
25052008-11-07 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * dired.texi (Dired): Mention C-x C-d too.
2508 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2509 (Dired Navigation): Explain dired-goto-file more clearly.
2510 Document dired-isearch-filenames.
6337bbde
CY
2511 (Dired Deletion): Remove unnecessary "expunged" terminology.
2512 (Flagging Many Files): & is now rebound to `% &'.
2513 (Shell Commands in Dired): Document dired-do-async-shell-command.
2514 Clarify how multi-file arguments are passed.
2515 (Misc Dired Features): Document dired-do-isearch.
2516
9e8eeff9
CY
25172008-11-06 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2520
e071f849
CY
25212008-11-03 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2524
05482eb1
CY
25252008-11-01 Chong Yidong <cyd@stupidchicken.com>
2526
e2346dea
CY
2527 * programs.texi (Program Modes): Link to Program Indent node.
2528 (Left Margin Paren): Explain consequences of changing
2529 open-paren-in-column-0-is-defun-start more concisely.
2530 (Which Function, Program Indent, Info Lookup): Minor edits.
2531 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2532 (Multi-line Indent): If region is active, TAB indents the region.
2533 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2534 (Matching): The delimiter at the cursor is highlighted---the character
2535 changes color.
2536 (Symbol Completion): Link to Completion node.
2537
e4b6428c
CY
2538 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2539 a strictly text-only system.
2540
05482eb1
CY
2541 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2542 batch mode.
2543
a11d3737
RS
25442008-11-01 Richard M. Stallman <rms@gnu.org>
2545
5abad626
RS
2546 * misc.texi (Document View): Major rewrite.
2547
a11d3737
RS
2548 * maintaining.texi (Types of Log File): Change logs are older than
2549 version control.
2550 (VCS Concepts): Simplify and rearrange.
2551 (Version Control Systems): Make it clear that Linux is only the kernel.
2552 (VC Mode Line): Shorten reference to menu item.
2553 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2554 (VC Directory Mode): Minor cleanup.
2555 Unchanged files are hidden, not omitted.
2556 (VC Directory Commands): Shorten and simplify.
2557 (Change Log Commands): New node, split from Change Logs.
2558 (VC Directory Buffer): New node, split from VC Directory Mode.
2559
c55a4acb
CY
25602008-10-31 Chong Yidong <cyd@stupidchicken.com>
2561
1c6c854e 2562 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2563 from files.texi.
2564
1c6c854e
CS
2565 * files.texi (Version Control): Move to maintaining.texi.
2566 Subnodes moved as well.
2567 (Document Files): Move to misc.texi.
df0356f6 2568
c55a4acb
CY
2569 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2570 vc-update-change-log.
df0356f6
CY
2571 (Version Control): Move here from files.texi.
2572 (Format of ChangeLog): Make it a subnode of Change Log.
2573
2574 * emacs.texi (Top): Update node listing.
c55a4acb 2575
ef082374
TH
25762008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2577
2578 * files.texi (Files): Add a section about document
2579 files (doc-view-mode).
2580
d52582c3
CY
25812008-10-31 Chong Yidong <cyd@stupidchicken.com>
2582
1c6c854e
CS
2583 * building.texi (Compilation Mode):
2584 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2585 (Debuggers): Lower GUD subsections to subsubsections.
2586 (Starting GUD): Add cindex.
2587 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2588
4e0a0968
CY
25892008-10-30 Chong Yidong <cyd@stupidchicken.com>
2590
03625b47
CY
2591 * indent.texi (Indentation): Link to Program Indent.
2592
4e0a0968
CY
2593 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2594 now uses emacsclient's terminal.
2595
8bd3f7ef
CY
25962008-10-29 Chong Yidong <cyd@stupidchicken.com>
2597
80e5620e
CY
2598 * mark.texi (Using Region): Document use-empty-active-region.
2599
97d5c404
CY
2600 * emacs.texi (Top): Update node listings.
2601
1c6c854e
CS
2602 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2603 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2604 (Invoking emacsclient): Rewrite, moving optional arguments to
2605 emacsclient Options.
21d2bae3
CY
2606 (emacsclient Options): New node. Document server-use-tcp and
2607 server-host.
8bd3f7ef 2608
5fda2cbd
CY
26092008-10-28 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * indent.texi (Indentation): Replace list with paragraphed text,
2612 putting description of syntax-driven indentation first. Document new
2613 effect of active regions on tab.
2614 (Tab Stops): Note that editable tab stops affect indentation commands.
2615
4ff029f6
DN
26162008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2617
2618 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2619
996cd6e4
CY
26202008-10-23 Chong Yidong <cyd@stupidchicken.com>
2621
f28815e3
CY
2622 * custom.texi (Function Keys): Note that modified keypad keys are not
2623 translated.
2624
996cd6e4
CY
2625 * basic.texi (Arguments): Explain how to insert multiple digits.
2626
49545fe2
MA
26272008-10-22 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * files.texi (Remote Files): Precise selection of default method.
2630 Rewrite paragraph about disabling remote file names.
2631
edac0b53
CY
26322008-10-22 Chong Yidong <cyd@stupidchicken.com>
2633
e752c544
CY
2634 * search.texi (Special Isearch): Document M-TAB is isearch.
2635
edac0b53
CY
2636 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2637 command.
2638
2639 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2640
20a36054
TH
26412008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2642
1c6c854e 2643 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2644 section.
2645
69051ab6
CY
26462008-10-21 Chong Yidong <cyd@stupidchicken.com>
2647
c4b1a32a
CY
2648 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2649 to files.texi. Move contents of vc2-xtra.texi here.
2650
2651 * vc2-xtra.texi: File removed.
2652
2653 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2654 Directory Commands from the submenu. Don't include deleted file
2655 vc2-xtra.texi.
2656
2657 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2658 (Version Control): Add VC Directory Mode and VC Directory Commands to
2659 the submenu.
2660 (Why Version Control?): Use table format.
2661 (Version Control Systems): Note that Meta-CVS support is gone.
2662 (VCS Concepts): Note precisely when VC started supporting filesets.
2663 Remove bogus xref to CVS Options node.
2664 (Types of Log File): Copyedits.
2665 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2666 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2667 The Right Thing.
2668 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2669 (Log Buffer): Reorganize node, putting C-c C-c description first.
2670 (Old Revisions): Use CVS for example, not RCS.
2671 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2672 Commands from the submenu, putting them under Version Control.
2673 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2674 need to include it in the manual unconditionally, since it is now
2675 crucial to using distributed version control systems.
1a6e2954
CY
2676 (Comparing Files): Note that diff uses the minibuffer, and that the
2677 output is shown using Diff mode.
1c6c854e
CS
2678 (Diff Mode): Explain what "patch" and "hunk" mean.
2679 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2680 diff-show-trailing-whitespaces.
1a6e2954 2681 (File Archives): Add rar support.
c4b1a32a 2682
69051ab6
CY
2683 * major.texi (Choosing Modes): Make mode selection sequence more
2684 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2685 magic-mode-alist is nil by default.
2686 Document magic-fallback-mode-alist.
69051ab6 2687
e7421e03
CY
26882008-10-20 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * frames.texi (Mouse References): Copyedits.
2691
6b2efdc2
TH
26922008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2693
2694 * ack.texi (Acknowledgments): Add myself as doc-view author.
2695
9c5e9396
EZ
26962008-10-20 Eli Zaretskii <eliz@gnu.org>
2697
2698 * frames.texi (Dialog Boxes): Add @cindex entries.
2699
dac94f8e
CY
27002008-10-20 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2703 (Text-Only Mouse): Copyedit.
2704
25597d40
CY
27052008-10-19 Chong Yidong <cyd@stupidchicken.com>
2706
f8a447f6
CY
2707 * frames.texi: Use @key throughout for mouse clicks.
2708 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2709 (Secondary Selection): Fix modified mouse click syntax.
2710 (Clipboard): Describe Cut, Copy and Paste commands.
2711 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2712 Copyedits.
2713 (Creating Frames): Add xref to Init File.
2714 (Frame Commands): Add xref to Exiting.
2715 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2716
b0f95216
CY
27172008-10-15 Chong Yidong <cyd@stupidchicken.com>
2718
b0817f00
CY
2719 * files.texi (Version Control): Copyedits. Add Bazaar.
2720 (Version Control Systems): List different VCS's using an itemized list.
2721 Add Bazaar.
2722 (VCS Concepts): Copyedits. Tweak description of file merging.
2723
b0f95216
CY
2724 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2725 (Cut/Paste Other App): Document select-active-regions and
2726 x-select-enable-primary.
2727
69d0d701
CY
27282008-10-13 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * mark.texi (Shift Selection): Correct case in node name.
2731
2732 * emacs.texi (Top): Update node order in Mark chapter.
2733
375e8351
EZ
27342008-10-12 Eli Zaretskii <eliz@gnu.org>
2735
2736 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2737
2738 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2739 elsewhere in the manual instead of describing yet again the intricacies
2740 of $HOME on MS-Windows and MS-DOS.
2741
ab58114f
CY
27422008-10-12 Chong Yidong <cyd@stupidchicken.com>
2743
4f959513 2744 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2745 (Minibuffer File): Add discussion of `~' in file names.
2746 Add insert-default-directory index reference.
4f959513 2747
ab58114f
CY
2748 * files.texi (File Names): Reorganize description.
2749 (Visiting): Add xref to Mode Line. Copyedits.
2750 (Save Commands): Mention prefix behavior of C-x C-s.
2751 (Numbered Backups): Node deleted.
2752 (Backup Names): Contents of Numbered Backups moved here. State default
2753 of version-control variable.
2754 (Reverting): Copyedits.
2755 (Version Control): Add additional version control systems.
2756
2757 * emacs.texi (Top): Delete Numbered Backups node.
2758
2759 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2760 Backup Names.
f2884f63 2761 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2762
b0b5100a
RF
27632008-10-11 Romain Francoise <romain@orebokech.com>
2764
2765 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2766
89774b5f
CY
27672008-10-11 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2770 (Select Buffer): Mention use of minibuffer history. Describe default
2771 value of default-major-mode. Mention that C-x 4 b selects the other
2772 window.
2773 (List Buffers): Document CRM indicators in the order they appear.
2774 (Kill Buffer): Document new command kill-matching buffers.
2775 (Several Buffers): Move explanation of the relationship between buffer
2776 list and buffer menu to the top.
2777 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2778
4c72bf27
CY
27792008-10-10 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * entering.texi (Exiting): Document change of C-x C-c to
2782 save-buffers-kill-terminal. Document kill-emacs.
2783
f68eb991
EZ
27842008-09-30 Eli Zaretskii <eliz@gnu.org>
2785
2786 * mule.texi (Coding Systems): Don't mention codepage-setup.
2787
2788 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2789 cpNNN coding systems anymore.
2790 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2791 for unibyte mode. Don't mention line-drawing characters.
2792 Don't mention dos-unsupported-char-glyph.
f68eb991 2793
1a2dd44d
CY
27942008-09-25 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * search.texi (Search): Shorten introduction.
2797 (Basic Isearch): Add command table. Discuss reverse isearch and
2798 isearch highlighting.
2799 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2800 ring to cindex.
2801 (Special Isearch): Move input methods discussion here.
2802 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2803 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2804 Repeat Isearch.
2805 (Isearch Minibuffer): New node.
2806 (Word Search): Document new word search commands.
2807 (Regexp Example): Simplify example using sentence-end-base variable.
2808 (Replace): Reword introduction.
2809 (Unconditional Replace): Remove unnecessary example.
2810 (Other Repeating Search): Document new `M-s o' binding.
2811
2812 * emacs.texi (Top): Update node listings.
2813
e45da31d
JB
28142008-09-22 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * emacs.texi (Top): Remove Kill Errors from menu.
2817
841c8096
CY
28182008-09-22 Chong Yidong <cyd@stupidchicken.com>
2819
402168fa
CY
2820 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2821 interface for defining macros. Simplify examples. Note that C-g quits
2822 macro definitions.
1c6c854e
CS
2823 (Keyboard Macro Counter): Document using F3 to insert counter.
2824 Give usage example.
402168fa
CY
2825 (Keyboard Macro Query): Organize query responses in a table.
2826
1c6c854e
CS
2827 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2828 Link to Erasing node.
841c8096
CY
2829 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2830 rationale to a footnote.
2831 (Kill Errors): Remove node, due to redundancy with Erasing.
2832 (Spelling): Move discussion of flyspell to end. Note new behavior of
2833 M-$ in active region. Remove non-ispell-specific keybindings from
2834 table.
2835
eab2ee89
DN
28362008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * cmdargs.texi (Initial Options): Document --daemon.
2839
3d53e905
GM
28402008-09-20 Glenn Morris <rgm@gnu.org>
2841
2842 * files.texi (Numbered Backups): Mention that some modes set
2843 version-control.
2844
1c90484d
GM
28452008-09-20 Jim Blandy <jimb@red-bean.com>
2846
2847 * files.texi (Numbered Backups): Reference File Variables, as well.
2848 Remove discussion of Rmail's implementation.
2849
0fc0d844
CY
28502008-09-06 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * misc.texi (Recursive Edit): Note that top-level exits active
2853 minibuffers.
2854
2855 * trouble.texi (Quitting): Likewise.
2856
b18d283d
CY
28572008-08-31 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * emacs.texi (Top): Add Temporary Face Changes xref.
2860
2861 * display.texi (Display): Move Temporary Face Changes node to just
2862 after Standard Faces.
2863 (Scrolling): Document recenter-top-bottom instead of recenter.
2864 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2865 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2866 (Display Custom): Copyedits.
2867 (Optional Mode Line): Document display-battery-mode.
2868
180135fc
RF
28692008-08-27 Romain Francoise <romain@orebokech.com>
2870
2871 * custom.texi (Directory Variables): Minor fix.
2872
d3fe3475
GM
28732008-08-27 Glenn Morris <rgm@gnu.org>
2874
2875 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2876 descriptions.
2877 (Calendar Customizing): Tweak layout description.
183080b6 2878 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2879 markers. Condense calendar-star-date and calendar-mark-today
2880 description.
2881 (Holiday Customizing): Add oriental and solar holidays.
2882 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2883 Fix holiday-float description. Use zerop in examples. Be less verbose.
2884 (Date Display Format): Change ISO format. Be less verbose.
2885 (Diary Customizing): Mention day and month abbrev arrays.
2886 Mention the date-form variables by name. Update European example.
2887 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2888 Condense examples. Mention diary-entry-symbols by name.
2889 Condense table for insertion commands.
2890 (Fancy Diary Display): Mention diary-include-string and
2891 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2892 Ethiopic, Persian date functions. Condense descriptions.
2893
2894 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2895 (Adding to Diary): Adapt for changed node name.
2896
71755807
GM
28972008-08-26 Glenn Morris <rgm@gnu.org>
2898
2899 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2900 node "Hebrew/Islamic Entries".
2901
2902 * calendar.texi (Specified Dates): Fix names of iso functions.
2903 (General Calendar): There may not be another window.
2904 (Writing Calendar Files, Holidays): Tweak intro.
2905 (Holidays): Mention Baha'i and Chinese holidays.
2906 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2907 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2908 (To Other Calendar): Add calendar-print-other-dates.
2909 Refer to "graphic display" rather than "X.
2910 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2911 (Displaying the Diary): Fix whitespace after reference.
2912 Fix `diary-number-of-entries' reference.
2913 (Date Formats): Explicitly mention that day names can be abbreviated.
2914 (Adding to Diary): Add some references to other sections.
2915 (Special Diary Entries): Fix reference.
2916 (Appointments): Simplify appt-message-warning-time entry.
2917 Clarify where times must be.
2918 (Importing Diary): Comment out icalendar paragraph that does not apply.
2919 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2920
d76ebc75
GM
29212008-08-23 Glenn Morris <rgm@gnu.org>
2922
2923 * fortran-xtra.texi (Fortran): Change description of free form and
2924 fixed form a bit. Mention hideshow and imenu.
2925 (Fortran Motion): Mention fortran-end-of-subprogram,
2926 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2927 (Fortran Indent): Minor re-word.
2928 (ForIndent Commands): Mention fortran-fill-paragraph and
2929 fortran-fill-statement.
2930 (ForIndent Cont): Mention fortran-tab-mode-string.
2931 (Fortran Comments): Mention fortran-comment-line-start-skip.
2932 (Fortran Columns): Mention font-locking.
2933 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2934
1fc0ce04 29352008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2936
2937 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2938
5c52e13c
CY
29392008-08-22 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * mini.texi (Minibuffer): Simplify introduction.
2942 (Minibuffer File): Document tilde in minibuffer filenames.
2943 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2944 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2945 (Completion Example): Update example to current command list.
2946 (Completion Options): Document `lazy' value of completion-auto-help.
2947 Update contents of completion-ignored-extensions.
2948 (Minibuffer History): Describe "future history" list. State default
2949 value of history-delete-duplicates.
2950
77a00355
GM
29512008-08-21 Glenn Morris <rgm@gnu.org>
2952
2953 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2954 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2955
39ee1d04
CY
29562008-08-17 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * regs.texi (Registers): Clarify valid register names.
2959 (RegPos): Note that buffer is saved and restored too.
2960 (RegText): Note that mark is reactivated/deactivated.
2961 (RegConfig): Xref to Windows node.
2962
b12c348f
CY
29632008-08-16 Chong Yidong <cyd@stupidchicken.com>
2964
3ae7ba79
CY
2965 * basic.texi (Inserting Text): Provide command name for C-q.
2966
b12c348f
CY
2967 * killing.texi (Killing): Copyedit. Define read-only text.
2968 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2969 (Killing by Lines): Copyedit.
2970 (Other Kill Commands): Move M-w description here.
2971 (Yanking): Move M-w to Other Kill Commands.
2972 (Kill Ring): Also mention saving text in registers. Link to Text
2973 Properties in elisp manual.
2974 (Accumulating Text): Copyedit.
2975 (CUA Bindings): Shift selection is now the default.
2976
d8ff7692
TZ
29772008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2978
2979 * maintaining.texi (Change Log): Mention next-error is available.
2980
a43a8a2e
GM
29812008-08-10 Glenn Morris <rgm@gnu.org>
2982
2983 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2984 and intermonth text.
2985 (Holiday Customizing): Add holiday-chinese.
2986
eba27308
EZ
29872008-08-08 Eli Zaretskii <eliz@gnu.org>
2988
2989 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2990
5f14a5b3
DN
29912008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2992
2993 * files.texi (Log Buffer): Describe C-c C-d.
2994 (Diff Mode): Describe C-x 4 A.
2995
49989bff
EZ
29962008-08-06 Eli Zaretskii <eliz@gnu.org>
2997
2998 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2999
5c915c02
DN
30002008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3001
2beaf97a
DN
3002 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3003 describe the new bindings to show the changeset diff, toggle annotation
3004 visibility, show revisions.
3005 (VC Status): Describe key bindings for modifying the change comments,
3006 displaying changeset diffs and annotations.
3007
5c915c02
DN
3008 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3009
71798ace
NR
30102008-08-05 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3013
b8949644
EZ
30142008-08-02 Eli Zaretskii <eliz@gnu.org>
3015
3016 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3017 and wording.
3018
819567d1
DN
30192008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3020
3021 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3022 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3023 commands. Improve some old info.
3024
5f38310a
CY
30252008-07-31 Chong Yidong <cyd@stupidchicken.com>
3026
0dc3906b
CY
3027 * display.texi (Visual Line Mode): New node.
3028
5f38310a 3029 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3030 (Moving Point): Add additional alternative key bindings.
3031 Describe line-move-visual.
5f38310a
CY
3032 (Erasing): Describe DEL.
3033 (Basic Undo, Blank Lines, Arguments): Copyedit.
3034 (Continuation Lines): Mention Visual Line mode.
3035 (Position Info): Move extended discussion to mule.texi.
3036
3037 * mule.texi (International Chars): Describe C-x =.
3038
3039 * emacs.texi (Top): Add Visual Line Mode node.
3040
7c2fb837
DN
30412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * emacs.texi: Remove VMS support.
3044
3f6b73ef
DN
30452008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3046
3047 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3048 the vc-dir command name.
3049
9e2a2647
DN
30502008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3051
3052 * xresources.texi: Remove mentions of Mac Carbon.
3053
568beaa2
AS
30542008-07-19 Andreas Schwab <schwab@suse.de>
3055
3056 * ns-emacs.texi: Move to ../misc.
3057
0ef94706
CY
30582008-07-15 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * entering.texi (Exiting): Don't describe text-only terminals as the
3061 default. Describe the new startup screen.
3062 (Exiting): Describe how to kill Emacs first. Change description of
3063 iconification to handle modern window systems.
3064
ba60bd44 30652008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3066
3067 * ns-emacs.texi: New file, documents features of Emacs port under
3068 NeXTstep windowing.
3069
9f30aa73
CY
30702008-07-15 Chong Yidong <cyd@stupidchicken.com>
3071
938a5d2e
CY
3072 * entering.texi (Entering Emacs): Update prev node.
3073
3074 * glossary.texi (Glossary): Remove xref to Text Characters.
3075
9f30aa73
CY
3076 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3077 directly, rather than in the context of ASCII. Move description of
3078 special properties of modifier key to new Modifier Keys node.
3079 (Keys): Copyedit.
3080 (Text Characters): Delete node. Multibyte is the default nowadays, and
3081 the node contents are obsolete.
3082
3083 * custom.texi (Modifier Keys): New node.
3084
3085 * emacs.texi (Top): Update node list.
3086
7e53d36c
CY
30872008-07-13 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3090 saying that Emacs provides menus and mouse support (which is par for
3091 the course).
3092
3093 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3094 early on.
3095 (Point): Copyedit. Relegate historical trivia to a footnote.
3096 (Mode Line): Explain mode-line format more consistently.
3097 (Menu Bar): Copyedit.
3098
1e9fa96d
GM
30992008-06-27 Glenn Morris <rgm@gnu.org>
3100
3101 * cal-xtra.texi (Sexp Diary Entries):
3102 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3103
dc9bebb8
CY
31042008-06-26 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * mark.texi (Shift selection): New node.
3107 (Mark): Copyedits.
3108 (Persistent Mark): Move to the end of the chapter.
3109
e7881076
EZ
31102008-06-20 Eli Zaretskii <eliz@gnu.org>
3111
3112 * makefile.w32-in (distclean): Remove makefile.
3113
f427400c
NR
31142008-06-17 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * building.texi (Starting GUD): Add an entry for gud-gdb.
3117 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3118 command mode.
3119
b597d348
GM
31202008-06-17 Glenn Morris <rgm@gnu.org>
3121
3122 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3123
647b7094
NR
31242008-06-17 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * building.texi (Starting GUD): Expand on remote debugging.
3127 (Other GDB-UI Buffers): Mention new keyboard bindings.
3128
47a30023
GM
31292008-06-15 Glenn Morris <rgm@gnu.org>
3130
3131 * gnu.texi: Use a verbatim license for this invariant section,
3132 as per etc/GNU.
3133
37e5d54a
GM
31342008-06-13 Daniel Engeler <engeler@gmail.com>
3135
3136 * emacs.texi, misc.texi: Add documentation about serial port access.
3137
8e65d46c
GM
31382008-06-13 Glenn Morris <rgm@gnu.org>
3139
c1473b4c
MB
3140 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3141 maintain.info.
8e65d46c 3142
e40a85cd
MB
31432008-06-05 Miles Bader <miles@gnu.org>
3144
3145 * display.texi (Temporary Face Changes): Update to reflect function
3146 renamings in face-remap.el.
3147
56c73dec
MB
31482008-06-04 Miles Bader <miles@gnu.org>
3149
1c6c854e
CS
3150 * display.texi (Temporary Face Changes):
3151 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3152 `increase-buffer-face-height' and `decrease-default-face-height' now
3153 that they aren't bound by default.
3154
9d3d42fb
MB
31552008-06-03 Miles Bader <miles@gnu.org>
3156
3157 * display.texi (Temporary Face Changes): New node.
3158
2be6bfe2
EZ
31592008-05-31 Eli Zaretskii <eliz@gnu.org>
3160
3161 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3162
daf7e339
GM
31632008-05-31 Glenn Morris <rgm@gnu.org>
3164
3165 * cal-xtra.texi (Fancy Diary Display): Simplify.
3166
d21d2618
GM
31672008-05-30 Glenn Morris <rgm@gnu.org>
3168
3169 * cal-xtra.texi (Fancy Diary Display): Update for
3170 diary-display-function replacing diary-display-hook.
3171
71ce5fd0
JB
31722008-05-29 Drew Adams <drew.adams@oracle.com>
3173
3174 * msdog.texi (Windows Keyboard): Add descriptions of
3175 w32-register-hot-key and w32-unregister-hot-key.
3176
a3cdbdf8
MO
31772008-05-21 Tom Tromey <tromey@redhat.com>
3178
3179 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3180 Variables node.
3181
854a574c
MO
31822008-05-19 Tom Tromey <tromey@redhat.com>
3183
3184 * custom.texi (Variables): Add Directory Variables to menu.
3185 (Directory Variables): New node.
3186
7c2ec3f9
ER
31872008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3188
71ce5fd0 3189 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3190
370fded4
ER
31912008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3192
3193 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3194 Revision Tags and rewritten. Section now uses modern terminology,
3195 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3196 accurately.
3197
6af511e3
EZ
31982008-05-10 Eli Zaretskii <eliz@gnu.org>
3199
3200 * msdog.texi (Windows Files): Update documentation of
3201 w32-get-true-file-attributes.
3202
7a78b6e7
ER
32032008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3204
3205 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3206 directory mode.
3207
1bcfc24e
CY
32082008-05-08 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3211 entry "television".
1bcfc24e 3212
db86064f
ER
32132008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3214
ab5ec32c 3215 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3216
a31b405e
ER
32172008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3218
3219 * emacs/buffers.texi, emacs/files.texi (Version-control):
3220 vc-toggle-read-only is no longer a good idea...
3221
ff2c14fc
GM
32222008-04-29 Glenn Morris <rgm@gnu.org>
3223
3224 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3225
367c9b7c
JL
32262008-04-22 Juri Linkov <juri@jurta.org>
3227
3228 * dired.texi (Subdirectories in Dired): Describe using `^'
3229 to return to the parent directory.
3230
4ac1e9b4
NR
32312008-04-22 Nick Roberts <nickrob@snap.net.nz>
3232
3233 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3234 recent changes.
3235
b9b3bf2b
NR
32362008-04-19 Nick Roberts <nickrob@snap.net.nz>
3237
3238 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3239 (Other GDB-UI Buffers): Update for recent thread related changes.
3240
4d120d6a
SM
32412008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3242
3243 * maintaining.texi (Maintaining):
3244 * emacs.texi (Top): Typo.
3245
a152877d
SM
32462008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3247
b9b3bf2b
NR
3248 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3249 arg in `font-lock-add-keywords'.
a152877d 3250
36c0514c
GM
32512008-04-08 Glenn Morris <rgm@gnu.org>
3252
3253 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3254 Also add Baha'i calendar references where appropriate.
3255
06a97d46
GM
32562008-04-05 Glenn Morris <rgm@gnu.org>
3257
3258 * custom.texi (Init File): Byte-compiling .emacs is bad.
3259
6adc6eed
SM
32602008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3263
571388b0
GM
32642008-03-29 Glenn Morris <rgm@gnu.org>
3265
3266 * calendar.texi: Update for `calendar-date-style' replacing
3267 `european-calendar'.
3268
3ae8f876
JR
32692008-03-28 Jason Rumney <jasonr@gnu.org>
3270
3271 * display.texi (Display Custom): Mention overlay-margin in text.
3272
5bc6ddff 32732008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3274
5bc6ddff
MB
3275 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3276 tutorial' comments.
03a864d5 3277
7186a830
CY
32782008-03-28 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * mark.texi (Mark): Rearrange nodes.
3281 (Persistent Mark): Rename from Transient Mark.
3282 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3283 Describe Transient Mark mode as the default.
3284
3285 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3286 the default behavior with Transient Mark mode off.
3287 (Position Info): Fix typo.
3288
71ce5fd0
JB
3289 * display.texi (Standard Faces): Reference the Mark node.
3290 Remove discussion of the region face, which is discussed there.
7186a830
CY
3291
3292 * emacs.texi (Top): Update node listings.
3293
3294 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3295 as the default.
3296
3297 * fixit.texi (Undo): Standardize choice of undo key sequence.
3298 (Undo, Spelling): Describe Transient Mark mode as the default.
3299
3300 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3301 default.
3302
3303 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3304
3305 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3306 mode is the default, and note that the mark is not activated when set.
3307
3308 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3309 Describe Transient Mark mode as the default.
3310
3311 * search.texi (Basic Isearch): Reference the Mark Ring node.
3312 (Replace, Unconditional Replace, Other Repeating Search):
3313 Describe Transient Mark mode as the default.
3314
1c6c854e
CS
3315 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3316 Describe Transient Mark mode as the default.
7186a830
CY
3317 (Paragraphs): Describe how M-h behaves when region is active.
3318
3319 * trouble.texi (Quitting): Clarify effects of C-g.
3320
dc47d1ff
GM
33212008-03-13 Glenn Morris <rgm@gnu.org>
3322
3323 * emacs.texi (EMACSVER): Set to 23.0.60.
3324
e3e0fb39 33252008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3326
e3e0fb39
GM
3327 * dired.texi (Hiding Subdirectories): Fix previous change.
3328
33292008-03-05 Drew Adams <drew.adams@oracle.com>
3330
3331 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3332
5e14abf8
KS
33332008-02-28 Kim F. Storm <storm@cua.dk>
3334
3335 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3336 Move describe-distribution to C-h C-o.
3337 Move view-emacs-problems to C-h C-p.
3338 Add view-emacs-debugging on C-h C-d.
3339 Add view-external-packages on C-h C-e.
d0207bf3 3340 Add view-order-manuals on C-h C-m.
5e14abf8 3341
d0207bf3 33422008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3343
3344 * msdog-xtra.texi (MS-DOS): Docstring fix.
3345
87e391bb
EZ
33462008-02-09 Eli Zaretskii <eliz@gnu.org>
3347
3348 * msdog.texi (Windows Fonts): Use a @table for describing font
3349 properties.
3350
5662e503
JR
33512008-02-07 Jason Rumney <jasonr@gnu.org>
3352
3353 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3354 value has changed.
3355 (Windows HOME): Clarify what is meant by "if that fails as well".
3356 (Windows Fonts): New section.
3357
72463824
GM
33582008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3359
3360 * basic.texi (Basic Undo): Remove duplicate "you can".
3361
7ff926e0
EZ
33622008-02-02 Eli Zaretskii <eliz@gnu.org>
3363
3364 * maintaining.texi (Tags): Fix last change.
3365
6ab7aef1
MA
33662008-02-02 Michael Albinus <michael.albinus@gmx.de>
3367
093571c3 3368 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3369
ace67e7e
NR
33702008-01-31 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3373
ae068fdf
RS
33742008-01-26 Richard Stallman <rms@gnu.org>
3375
3376 * maintaining.texi (Tags): Delete redundant index entry.
3377
a56d9a08
EZ
33782008-01-26 Eli Zaretskii <eliz@gnu.org>
3379
3380 * programs.texi (Imenu): Move "@cindex tags" from here...
3381 * maintaining.texi (Tags): ...to here.
3382
e941ed90
NR
33832008-01-23 Kevin Ryde <user42@zip.com.au>
3384
3385 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3386 click count.
3387
650276d5
JB
33882008-01-21 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * entering.texi (Exiting): Fix typo.
3391 Reported by D. E. Evans <sinuhe@gnu.org>.
3392
8dc17977
MR
33932007-12-31 Martin Rudalics <rudalics@gmx.at>
3394
3395 * glossary.texi (Glossary): Fix typo.
3396
9f9695a6
RS
33972007-12-27 Richard Stallman <rms@gnu.org>
3398
3399 * text.texi (Formatted Text): Improve menu tag.
3400 (Editing Format Info): In Info, add duplicate menu of nodes
3401 about the submenus.
3402 (Format Faces): Say where Faces menu is found. Mention Other.
3403 (Format Colors): Say where these submenus are found.
3404 (Format Indentation, Format Justification): Likewise.
3405 (Format Properties): Likewise.
3406
abfd0191
RS
34072007-12-22 Richard Stallman <rms@gnu.org>
3408
3409 * search.texi (Query Replace): Make exp of query-replace more
3410 self-contained, and clarify.
8dc17977 3411
abfd0191
RS
3412 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3413
a2586785
RS
34142007-12-15 Richard Stallman <rms@gnu.org>
3415
3416 * files.texi (Auto Save): Clarify definition of auto-saving.
3417
a67cf2bb
RS
34182007-11-26 Richard Stallman <rms@gnu.org>
3419
3420 * help.texi (Help Echo): Cleanups.
3421
448b33b1
TTN
34222007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3423
3424 * files.texi (Why Version Control?): Fix typo.
3425 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3426 (Selecting a Fileset): Fix typos; small rewording.
3427 (Log Buffer): Likewise.
3428 (Old Revisions): Likewise.
448b33b1 3429
221bb7f6
EZ
34302007-11-17 Eli Zaretskii <eliz@gnu.org>
3431
3432 * mule.texi (Communication Coding): Fix wording of last change.
3433
d0207bf3 34342007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3435
630cb3b7
JB
3436 * custom.texi (Specifying File Variables):
3437 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3438
53b7759e
KH
34392007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3440
a5ab2e0c 3441 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3442
3443 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3444
c8763fb6 34452007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3446
630cb3b7 3447 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3448 --output=file.
3449
ff98e024
MR
34502007-11-13 Martin Rudalics <rudalics@gmx.at>
3451
3452 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3453 (Help Echo): Avoid mentioning the term "region" here and
3454 consistently use the term "active text".
3455
37b11c22
GM
34562007-11-11 Glenn Morris <rgm@gnu.org>
3457
3458 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3459
21d50ba1
JL
34602007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3461
1c6c854e
CS
3462 * search.texi (Query Replace):
3463 Mention `query-replace-show-replacement'.
21d50ba1 3464
c12ecb0a 34652007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3466
3467 * building.texi (Watch Expressions): Remove obscure sentence.
3468
3b4201f4
KH
34692007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3470
3471 * mule.texi (Select Input Method): Describe how to activate an input
3472 method in the text mode.
3473
07e5c0b0
DN
34742007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3475
3476 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3477
52dd7391
NR
34782007-10-30 Nick Roberts <nickrob@snap.net.nz>
3479
3480 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3481
c004e539
GM
34822007-10-30 Glenn Morris <rgm@gnu.org>
3483
3484 * misc.texi (Directory Tracking): Explain a bit more about
3485 dirtrack-mode.
3486
ca8c5b8c
GM
34872007-10-25 Glenn Morris <rgm@gnu.org>
3488
3489 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3490
b6c764ef
RS
34912007-10-24 Richard Stallman <rms@gnu.org>
3492
3493 * misc.texi (Interactive Shell): Cleanup last change.
3494
eabd84c9
JL
34952007-10-22 Juri Linkov <juri@jurta.org>
3496
3497 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3498 default values.
3499
0b43c7e2
ER
35002007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3501
ca8c5b8c 3502 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3503 'filesets'.
3504
a80859d4
MR
35052007-10-18 Martin Rudalics <rudalics@gmx.at>
3506
3507 * trouble.texi (Quitting): Fix typo.
3508
c9447ae1
GM
35092007-10-18 Glenn Morris <rgm@gnu.org>
3510
3511 * frames.texi (Mode Line Mouse): Mention minor mode names.
3512
168b980f
JL
35132007-10-17 Juri Linkov <juri@jurta.org>
3514
3515 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3516 fill-paragraph operates on the active region in Transient Mark mode.
3517 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3518 with fill-paragraph.
3519
3520 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3521 fill-paragraph.
3522
3523 * fixit.texi (Spelling): ispell-word operates on the active region
3524 in Transient Mark mode.
3525
5a331f34
JB
35262007-10-17 Aaron S. Hawley <aaronh@garden.org>
3527
3528 * building.texi (Source Buffers):
3529 * custom.texi (Init Non-ASCII):
3530 * glossary.texi (Glossary): Use "key binding" consistently.
3531
2a9f4d55
JB
35322007-10-17 Juanma Barranquero <lekktu@gmail.com>
3533
3534 * calendar.texi (Diary): Fix directive.
3535
de13cecf
RS
35362007-10-16 Richard Stallman <rms@gnu.org>
3537
3538 * calendar.texi (Diary): Clarify text about diary file example.
3539
5f90d53e
ER
35402007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3541
3542 * files.texi: Capitalize node names according to convention.
3543
3aa491bc
GM
35442007-10-13 Glenn Morris <rgm@gnu.org>
3545
3546 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3547
8a3106d3
ER
35482007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3549
3550 * emacs.texi:
3551 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3552 suggested by RMS and Robert J. Chassell.
8a3106d3 3553
da1080a2
ER
35542007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3555
3aa491bc 3556 * files.texi (Version Systems):
0870a421
ER
3557 * vc-xtra.texi:
3558 * vc1-xtra.texi:
ac3f4c6f 3559 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3560 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3561 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3562 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3563
58ade22b
ER
35642007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3565
da1080a2 3566 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3567 Reorder the descriptions to be chronological.
3568
93870ce2
RS
35692007-10-09 Richard Stallman <rms@gnu.org>
3570
3571 * display.texi (Cursor Display): Correct how cursor appears
3572 in nonselected windows.
3573
568c7288
NR
35742007-10-04 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * building.texi (GDB Graphical Interface): Remove references to gdba
3577 and mention gud-gdb.
3578
1af74d06 35792007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3580
1af74d06 3581 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3582
0d8fb755
JL
35832007-10-06 Juri Linkov <juri@jurta.org>
3584
3585 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3586 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3587 fill-paragraph-or-region.
3588
3589 * basic.texi (Arguments): Replace fill-paragraph with
3590 fill-paragraph-or-region.
3591
b981e2c6
ER
35922007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3593
3594 * files.texi: Update the section on version control for 2007
2a9f4d55 3595 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3596 will come later.
3597
5fceaf9c
GM
35982007-09-15 Glenn Morris <rgm@gnu.org>
3599
3600 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3601 to `list-holidays'.
3602
b0e44b17
GM
36032007-09-14 Glenn Morris <rgm@gnu.org>
3604
3605 * calendar.texi: Update all instances of mark-calendar-holidays,
3606 list-calendar-holidays, list-holidays with the new names.
3607
8cf51b2c
GM
36082007-09-06 Glenn Morris <rgm@gnu.org>
3609
46a367db 3610 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3611 Split into the Emacs manual in emacs/, and other manuals in misc/.
3612 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3613 manual.
3614 (infodir): New variable.
3615 (info): Use $infodir.
3616 (emacsman): Delete target, not needed any more.
3617 Move all targets that are not the Emacs manual to misc/Makefile.in.
3618 (mostlyclean): Remove `gnustmp'.
3619 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3620 manual.
92f9b43f 3621 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3622 (emacsman): Delete target, not needed any more.
3623 (clean): Remove all info files but Emacs manual.
3624 Move all targets that are not the Emacs manual to misc/Makefile.in.
3625 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3626
3627 * Makefile.in (INFOSOURCES): Delete.
3628 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3629 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3630 *.vrs *.toc here...
3631 (maintainer-clean): ...from here.
3632
36332007-09-05 Glenn Morris <rgm@gnu.org>
3634
3635 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3636
8cf51b2c
GM
36372007-08-29 Glenn Morris <rgm@gnu.org>
3638
3639 * emacs.texi (EMACSVER): Increase to 23.0.50.
3640
3420c522
RS
36412007-08-27 Richard Stallman <rms@gnu.org>
3642
3643 * emacs.texi (Top): Clarify menu item for Glossary.
3644
3645 * display.texi (Faces): Change secn title.
3646 Clarify not all fonts come from Font Lock.
3647
8cf51b2c
GM
36482007-08-17 Eli Zaretskii <eliz@gnu.org>
3649
3650 * basic.texi (Position Info): Add index entry for face at point.
3651 Mention that character faces are also displayed by "C-u C-x =".
3652
8cf51b2c
GM
36532007-08-08 Glenn Morris <rgm@gnu.org>
3654
3655 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3656
36572007-08-07 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * files.texi (File Conveniences): Document point motion keys in Image
3660 mode.
3661
8cf51b2c
GM
36622007-07-27 Glenn Morris <rgm@gnu.org>
3663
8cf51b2c
GM
3664 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3665 in-line.
3666
3667 * gpl.texi: New file with text of GPL.
3668 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3669
36702007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3671
3672 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3673
3674 * dired.texi (Wdired): Mention C-x C-q key binding.
3675
36762007-07-28 Nick Roberts <nickrob@snap.net.nz>
3677
3678 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3679
36802007-07-25 Glenn Morris <rgm@gnu.org>
3681
8cf51b2c
GM
3682 * emacs.texi (Copying): Replace license with GPLv3.
3683
3684 * Relicense all FSF files to GPLv3 or later.
3685
36862007-07-24 Glenn Morris <rgm@gnu.org>
3687
3688 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3689 for some calendars.
3690
36912007-07-23 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3694 default-directory for the current buffer is on a remote machine.
3695
8cf51b2c
GM
36962007-07-21 Eli Zaretskii <eliz@gnu.org>
3697
3698 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3699 default value.
3700
37012007-07-21 Richard Stallman <rms@gnu.org>
3702
3703 * files.texi (Why Version Control?): Improve previous change.
3704
37052007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3706
3707 * files.texi (Why Version Control?): New node.
3708
8cf51b2c
GM
37092007-07-12 Nick Roberts <nickrob@snap.net.nz>
3710
8cf51b2c
GM
3711 * building.texi (Starting GUD): Add xref to this anchor.
3712
8cf51b2c
GM
37132007-06-24 Karl Berry <karl@gnu.org>
3714
2a9f4d55 3715 * emacs.texi: New Back-Cover Text.
8cf51b2c 3716
8cf51b2c
GM
37172007-06-07 Alan Mackenzie <acm@muc.de>
3718
3719 * display.texi (Optional Mode Line): Document the new form of
3720 line+column numbers, "(561,2)".
3721
37222007-06-06 Juanma Barranquero <lekktu@gmail.com>
3723
49823426 3724 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3725
37262007-06-02 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * Version 22.1 released.
3729
8cf51b2c
GM
37302007-05-07 Karl Berry <karl@gnu.org>
3731
3732 * emacs.texi (EMACSVER): Back to 22.
3733
37342007-05-06 Richard Stallman <rms@gnu.org>
3735
3736 * maintaining.texi (Create Tags Table): Clean up previous change.
3737
c8763fb6 37382007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3739
3740 * maintaining.texi (Create Tags Table): Add text about the dangers of
3741 making symbolic links to tags files.
3742
37432007-05-04 Karl Berry <karl@gnu.org>
3744
3745 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3746
37472007-05-03 Karl Berry <karl@gnu.org>
3748
3749 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3750
3751 * .cvsignore (*.pdf): New entry.
3752
8cf51b2c
GM
3753 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3754 for printing.
3755
37562007-05-01 Richard Stallman <rms@gnu.org>
3757
3758 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3759
8cf51b2c
GM
37602007-04-28 Glenn Morris <rgm@gnu.org>
3761
3762 * ack.texi (Acknowledgments):
3763 * anti.texi (Antinews):
8cf51b2c
GM
3764 * programs.texi (Program Modes): Restore mention of python.el pending
3765 consideration of legal status.
3766
37672007-04-28 Richard Stallman <rms@gnu.org>
3768
3769 * files.texi (File Names): Fixes to ~ description on MS systems.
3770
8cf51b2c
GM
37712007-04-26 Glenn Morris <rgm@gnu.org>
3772
3773 * emacs.texi (EMACSVER): Increase to 22.1.50.
3774
37752007-04-25 Karl Berry <karl@gnu.org>
3776
3777 * emacs.texi: Improve line breaks on copyright page,
3778 similar layout to lispref, 8.5x11 by default.
3779
3780 * dired.texi (Image-Dired): Improve line break, fix typo.
3781
37822007-04-24 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * programs.texi (Program Modes):
8cf51b2c
GM
3785 * anti.texi (Antinews):
3786 * ack.texi (Acknowledgments): python.el removed.
3787
8cf51b2c
GM
37882007-04-23 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * display.texi (Highlight Interactively): Correct description of
3791 hi-lock-file-patterns-policy.
3792
3793 * files.texi (File Archives): Mention self-extracting executables.
3794
37952007-04-23 Eli Zaretskii <eliz@gnu.org>
3796
3797 * search.texi (Unconditional Replace, Query Replace): Add xref to
3798 "Replacement and Case".
3799
38002007-04-22 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * dired.texi (Image-Dired): Move from Thumbnails node.
3803 * misc.texi (Thumbnails): Node deleted.
3804 * emacs.texi (Top): Update node listing.
3805
3806 * files.texi (File Conveniences):
49823426 3807 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3808
38092007-04-21 Richard Stallman <rms@gnu.org>
3810
3811 * display.texi (Highlight Interactively): Correct previous change.
3812 Clarify doc of hi-lock-find-patterns, and move new features into it.
3813
38142007-04-20 David Koppelman <koppel@ece.lsu.edu>
3815
1c6c854e
CS
3816 * display.texi (Highlight Interactively):
3817 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3818
38192007-04-20 Martin Rudalics <rudalics@gmx.at>
3820
3821 * display.texi (Scrolling): Fix typo.
3822
8cf51b2c
GM
38232007-04-15 Chong Yidong <cyd@stupidchicken.com>
3824
8cf51b2c
GM
3825 * doclicense.texi: Remove node heading, so that it can be included by
3826 other files.
3827
3828 * emacs.texi: Insert node heading for GFDL.
3829
8cf51b2c
GM
38302007-04-14 Eli Zaretskii <eliz@gnu.org>
3831
3832 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3833 "command line".
3834
3835 * display.texi (Faces): Refer to "Creating Frames" for face
3836 and other frame customizations in .emacs.
3837
3838 * frames.texi (Creating Frames): Mention that face customizations can
3839 be put in .emacs. Add index entries.
3840
38412007-04-12 Richard Stallman <rms@gnu.org>
3842
3843 * glossary.texi (Glossary): Explain `iff'.
3844
38452007-04-11 Karl Berry <karl@gnu.org>
3846
3847 * gnu.texi (Top),
3848 * macos.texi (Mac Font Specs),
3849 * anti.texi (Antinews),
3850 * xresources.texi (Resources),
3851 * misc.texi (Emulation),
3852 * calendar.texi (Daylight Saving),
3853 * dired.texi (Dired and Find),
3854 * rmail.texi (Remote Mailboxes),
3855 * sending.texi (Mail Headers),
3856 * programs.texi (Which Function),
3857 * files.texi (Recover),
3858 * buffers.texi (Uniquify),
3859 * frames.texi (Wheeled Mice),
3860 * killing.texi (Rectangles): Wording to improve breaks in
3861 8.5x11 format.
3862 * mule.texi (Language Environments): \hbadness=10000 since there's
3863 no way to reword.
3864 * emacs.texi (smallbook): New @set to more easily switch between
3865 smallbook and 8.5x11.
3866
38672007-04-11 Richard Stallman <rms@gnu.org>
3868
3869 * files.texi (File Conveniences): Add xref to Tumme.
3870 Delete text about Thumbnail mode.
3871
8cf51b2c
GM
38722007-04-09 Alan Mackenzie <acm@muc.de>
3873
3874 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3875 new name. Insert concept index entries.
3876
8cf51b2c
GM
38772007-04-08 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * display.texi (Standard Faces): Document prefix arg for
3880 list-faces-display.
3881
3882 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3883
8cf51b2c
GM
38842007-04-07 Chong Yidong <cyd@stupidchicken.com>
3885
8cf51b2c
GM
3886 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3887
3888 * files.texi (Misc File Ops): Rewrite description of
3889 insert-file-literally.
3890
8cf51b2c
GM
38912007-03-31 Eli Zaretskii <eliz@gnu.org>
3892
3893 * misc.texi (Printing): Postscript -> PostScript.
3894
8cf51b2c
GM
3895 * ack.texi (Acknowledgments): Postscript -> PostScript.
3896
3897 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3898
3899 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3900 below.
3901
39022007-03-30 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3905 Init Non-ASCII.
3906 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3907 (Init Non-ASCII): New node.
3908
39092007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3910
3911 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3912
8cf51b2c
GM
39132007-03-12 Glenn Morris <rgm@gnu.org>
3914
8cf51b2c
GM
3915 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3916 "Daylight Savings".
3917
49823426 3918 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3919 saving" in text throughout.
3920
8cf51b2c
GM
39212007-03-04 Richard Stallman <rms@gnu.org>
3922
3923 * custom.texi (Safe File Variables): Minor correction.
3924
8cf51b2c
GM
39252007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3926
3927 * rmail.texi (Movemail): Add internal ref.
3928 Don't indent the intro for the PROTO table.
3929 Format PROTO table items with @code.
3930
8cf51b2c
GM
39312007-02-26 Nick Roberts <nickrob@snap.net.nz>
3932
3933 * building.texi: Remove references to bashdb.
3934
8cf51b2c
GM
39352007-02-19 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * mule.texi (Language Environments): Update list of supported language
3938 environments.
3939
8cf51b2c
GM
39402007-02-14 Kim F. Storm <storm@cua.dk>
3941
3942 * building.texi (Grep Searching): Fix lgrep doc.
3943
39442007-02-12 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * back.texi: Remove unused file.
3947
c8763fb6 39482007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3949
3950 * maintaining.texi (Tag Syntax): Now --members is the default for
3951 etags, not for ctags yet.
3952
8cf51b2c
GM
39532007-02-03 Eli Zaretskii <eliz@gnu.org>
3954
3955 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3956 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3957 expects. Add comments to prevent people from inadvertently modifying
3958 the key parts needed by `texinfo-multiple-files-update'.
3959
39602007-01-29 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * frames.texi (Secondary Selection): Window clicked does not matter
3963 when mouse-yank-at-point is non-nil.
3964
8cf51b2c
GM
39652007-01-16 Glenn Morris <rgm@gnu.org>
3966
3967 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3968 system abbrev.
3969
39702007-01-11 Richard Stallman <rms@gnu.org>
3971
3972 * msdog.texi (Windows Keyboard): Another small cleanup.
3973
39742007-01-10 Richard Stallman <rms@gnu.org>
3975
3976 * msdog.texi (Windows Keyboard): Yet another try to make
3977 everyone happy with that passage.
3978
39792007-01-05 Richard Stallman <rms@gnu.org>
3980
3981 * anti.texi (Antinews): Mention M-x shell scrolling.
3982
39832007-01-05 Nick Roberts <nickrob@snap.net.nz>
3984
3985 * building.texi (Watch Expressions): Describe gdb-max-children.
3986
8cf51b2c
GM
39872007-01-04 Richard Stallman <rms@gnu.org>
3988
8cf51b2c
GM
3989 * msdog.texi (Windows Keyboard): Clarify previous change.
3990
8cf51b2c
GM
39912007-01-02 Richard Stallman <rms@gnu.org>
3992
3993 * custom.texi (Changing a Variable): Minor clarification.
3994 (Specific Customization): customize-customized => customize-unsaved.
3995
3996 * entering.texi (Entering Emacs): Clean up text about restarting
3997 Emacs for each file.
3998
3999 * misc.texi (Shell Options): Minor cleanup.
4000
4001 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4002 with Emacs, not vice versa.
4003
4004 * programs.texi (Symbol Completion): Recommend customizing
4005 window manager.
4006
4007 * xresources.texi (Resources): Minor fix.
4008
c8763fb6 40092007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4010
4011 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4012
40132007-01-01 Richard Stallman <rms@gnu.org>
4014
4015 * commands.texi (User Input): Document keys stolen by window mangers.
4016
40172006-12-31 Richard Stallman <rms@gnu.org>
4018
4019 * custom.texi (Specific Customization): Document customize-option
4020 instead of customize-variable.
4021
40222006-12-31 Kim F. Storm <storm@cua.dk>
4023
4024 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4025
40262006-12-30 Kim F. Storm <storm@cua.dk>
4027
4028 * killing.texi (CUA Bindings): Fix typo.
4029
4030 * xresources.texi (Table of Resources): Mention grow-only value for
4031 auto-resize-tool-bars.
4032
8cf51b2c
GM
40332006-12-27 Eli Zaretskii <eliz@gnu.org>
4034
4035 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4036 and how to get them back.
4037
40382006-12-26 Richard Stallman <rms@gnu.org>
4039
4040 * calendar.texi (Holidays): Holiday listing is based on current
4041 practice, but DST is not.
4042
40432006-12-25 Richard Stallman <rms@gnu.org>
4044
4045 * emacs.texi (Top): Update subnode menus.
4046
4047 * mark.texi (Transient Mark): Fix xref.
4048
4049 * killing.texi (Graphical Kill): Node deleted.
4050 (Killing): Add xref to Cut and Paste.
4051 (CUA Bindings): Update xref.
4052
4053 * frames.texi (Cut and Paste): New section to hold other nodes.
4054 (Mouse Commands): Node demoted.
4055 (Cut/Paste Other App): Split out from Mouse Commands.
4056 (Word and Line Mouse): Likewise.
4057 (Secondary Selection, Clipboard): Nodes demoted.
4058
8cf51b2c
GM
40592006-12-24 Kevin Ryde <user42@zip.com.au>
4060
4061 * calendar.texi (Holidays): US daylight saving begins second Sunday
4062 in March for 2007 onwards.
4063 (Daylight Savings): Show new US default daylight saving rules, 2nd
4064 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4065
40662006-12-23 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * calendar.texi (Scroll Calendar): < and > are switched.
4069
40702006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4071
4072 * killing.texi (Deletion): Describe M-\ prefix argument.
4073
40742006-12-23 Richard Stallman <rms@gnu.org>
4075
4076 * search.texi (Regexp Search): Explain why forward and reverse regexp
4077 search are not mirror images.
4078
8cf51b2c
GM
40792006-12-19 Kim F. Storm <storm@cua.dk>
4080
4081 * major.texi (Choosing Modes): Describe match-function elements for
4082 magic-mode-alist.
4083
8cf51b2c
GM
40842006-12-18 Eli Zaretskii <eliz@gnu.org>
4085
4086 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4087 peculiarities.
4088
40892006-12-18 Richard Stallman <rms@gnu.org>
4090
4091 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4092
8cf51b2c
GM
40932006-12-17 Alan Mackenzie <acm@muc.de>
4094
4095 * programs.texi (Left Margin Paren): Remove the bit which says
4096 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4097 Discuss some of the issues of setting this option to nil.
4098
40992006-12-17 Glenn Morris <rgm@gnu.org>
4100
4101 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4102
41032006-12-16 Eli Zaretskii <eliz@gnu.org>
4104
4105 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4106 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4107 NTFS volumes.
4108 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4109 volumes.
4110
41112006-12-15 Eli Zaretskii <eliz@gnu.org>
4112
4113 * text.texi (HTML Mode): Fix "C-c TAB".
4114
8cf51b2c
GM
41152006-12-09 Richard Stallman <rms@gnu.org>
4116
4117 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4118
41192006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4120
4121 * files.texi (Misc File Ops): Document insert-file-literally.
4122
41232006-12-08 Eli Zaretskii <eliz@gnu.org>
4124
4125 * cmdargs.texi (Colors): Note that --color is intended for overriding
4126 the terminal defaults, not for normal invocation.
4127
4128 * misc.texi (Emacs Server): Improve wording. Don't mention the
4129 ``server program''. Add a cross-reference to "Init File" node.
4130 (Invoking emacsclient): Add index entries. Document both short and
4131 long versions of command-line options. Document the -f option.
4132
8cf51b2c
GM
41332006-12-06 Richard Stallman <rms@gnu.org>
4134
4135 * text.texi (Outline Format): Say to set outline-regexp
4136 and outline-level with major modes and file local variables.
4137
c8763fb6 41382006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4139
4140 * anti.texi (Antinews): Mention the alternative to
4141 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4142
8cf51b2c
GM
4143 * misc.texi (Interactive Shell): Ditto.
4144
41452006-12-04 Eli Zaretskii <eliz@gnu.org>
4146
4147 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4148
4149 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4150
41512006-12-01 Eli Zaretskii <eliz@gnu.org>
4152
4153 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4154 colon in the mode line.
4155
4156 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4157
41582006-11-26 Nick Roberts <nickrob@snap.net.nz>
4159
4160 * building.texi (Watch Expressions): Mention SPC for expanding/
4161 contracting watch expressions.
4162
41632006-11-26 Kim F. Storm <storm@cua.dk>
4164
4165 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4166
41672006-11-26 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * building.texi (Debugger Operation): Define text command mode.
4170 Clarify how tooltips work.
4171 (GDB Graphical Interface): Explain how to run in text command mode
4172 more clearly.
4173
41742006-11-25 Juanma Barranquero <lekktu@gmail.com>
4175
4176 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4177
41782006-11-22 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4181
8cf51b2c
GM
41822006-11-18 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4185 and EMACS is deprecated.
4186
41872006-11-18 Juanma Barranquero <lekktu@gmail.com>
4188
4189 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4190
c8763fb6 41912006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4192
4193 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4194
4195 * emacs.texi: Include xresources.texi both for info and dvi.
4196
4197 * xresources.texi: Merge text from xresmini.texi.
4198
c8763fb6 41992006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4200
4201 * glossary.texi: Fix typos.
4202
8cf51b2c
GM
42032006-11-06 Richard Stallman <rms@gnu.org>
4204
4205 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4206
4207 * ack.texi (Acknowledgments): Fix name spelling.
4208
42092006-11-01 Juri Linkov <juri@jurta.org>
4210
4211 * search.texi (Word Search): Document incremental word search.
4212
42132006-10-28 Glenn Morris <rgm@gnu.org>
4214
4215 * ack.texi (Acknowledgments): Add cal-html author.
4216
4217 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4218 Calendar"). Describe new package cal-html.
4219 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4220 Calendar Files."
4221
8cf51b2c
GM
42222006-10-23 Richard Stallman <rms@gnu.org>
4223
4224 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4225 Abbrev mode is enabled.
4226
8cf51b2c
GM
42272006-10-16 Richard Stallman <rms@gnu.org>
4228
8cf51b2c
GM
4229 * emacs.texi: Update ISBN.
4230
8cf51b2c
GM
42312006-10-11 Kim F. Storm <storm@cua.dk>
4232
4233 * emacs.texi (Acknowledgments): Use @dotless{i}.
4234
42352006-10-08 Nick Roberts <nickrob@snap.net.nz>
4236
4237 * building.texi (Breakpoints Buffer): Mention catchpoints.
4238
42392006-10-08 Kim F. Storm <storm@cua.dk>
4240
4241 * ack.texi (Acknowledgments): Update.
4242
4243 * emacs.texi (Acknowledgments): Fix bad @/ form.
4244
8cf51b2c
GM
42452006-10-05 Kim F. Storm <storm@cua.dk>
4246
4247 * emacs.texi (Acknowledgments): Add more contributors.
4248
42492006-10-03 Richard Stallman <rms@gnu.org>
4250
4251 * emacs.texi (Acknowledgments): Update version and edition.
4252
8cf51b2c
GM
42532006-10-01 Karl Berry <karl@gnu.org>
4254
4255 * custom.texi (Customization Groups): Page break to keep example buffer
4256 on one page.
4257
42582006-09-30 Karl Berry <karl@gnu.org>
4259
4260 * programs.texi (Basic Indent): @need to improve page break.
4261 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4262
42632006-09-29 Glenn Morris <rgm@gnu.org>
4264
4265 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4266
42672006-09-29 Karl Berry <karl@gnu.org>
4268
4269 * windows.texi (Basic Window): Remove forced @break, no longer
4270 desirable.
4271 * frames.texi (Frame Commands),
4272 * mark.texi (Marking Objects): Reword to avoid bad page break.
4273 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4274
42752006-09-19 Richard Stallman <rms@gnu.org>
4276
4277 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4278 stick to present tense.
4279
c8763fb6 42802006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4281
4282 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4283 to x-gtk-use-old-file-dialog.
4284 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4285
42862006-09-15 Jay Belanger <belanger@truman.edu>
4287
49823426 4288 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4289 Change "Library Public License" to "Lesser Public License"
4290 throughout. Use "yyyy" to represent year.
4291
8cf51b2c
GM
42922006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4293
4294 * files.texi (Visiting): Add index entry "open file".
4295
8cf51b2c
GM
42962006-09-11 Richard Stallman <rms@gnu.org>
4297
4298 * building.texi (Compilation Mode): Clarification.
4299 (Grep Searching): Add xref to Compilation Mode.
4300
8cf51b2c
GM
43012006-09-08 Richard Stallman <rms@gnu.org>
4302
4303 * search.texi (Search): Ref multi-file search commands here.
4304 (Other Repeating Search): Not here.
4305
8cf51b2c
GM
43062006-08-28 Richard Stallman <rms@gnu.org>
4307
4308 * windows.texi (Split Window): Update xref.
4309
4310 * basic.texi (Continuation Lines): Update xref.
4311
4312 * indent.texi (Tab Stops): Update xref.
4313
4314 * emacs.texi (Top): Update subnode menu.
4315
4316 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4317 split out of Display Custom.
4318
43192006-08-25 Kim F. Storm <storm@cua.dk>
4320
4321 * display.texi (Display Custom): Add variables overline-margin
4322 and x-underline-at-descent-line.
4323
43242006-08-25 Richard Stallman <rms@gnu.org>
4325
4326 * entering.texi (Exiting): Rewrite to give graphical displays
4327 priority over text terminals.
4328
4329 * search.texi (Incremental Search): Move index entries.
4330
43312006-08-23 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * custom.texi (Init File): Reference Find Init to avoid "home
4334 directory" confusion.
4335
43362006-08-22 Nick Roberts <nickrob@snap.net.nz>
4337
4338 * building.texi (Other GDB-UI Buffers): Describe how to edit
4339 a value in the locals buffer.
4340
43412006-08-21 Richard Stallman <rms@gnu.org>
4342
4343 * search.texi (Basic Isearch): Add `isearch' index entry.
4344
43452006-08-16 Richard Stallman <rms@gnu.org>
4346
4347 * misc.texi (Saving Emacs Sessions): Clean up wording.
4348
4349 * mark.texi (Marking Objects): Mention term "select all".
4350
4351 * emacs.texi (Top): Update subnode menu.
4352
4353 * help.texi (Help Mode): Move node up in file.
4354
8cf51b2c
GM
43552006-08-15 Nick Roberts <nickrob@snap.net.nz>
4356
4357 * building.texi (Stack Buffer): Explain fringe arrow.
4358
8cf51b2c
GM
43592006-08-12 Eli Zaretskii <eliz@gnu.org>
4360
8cf51b2c
GM
4361 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4362 on startup.
4363
43642006-08-11 Romain Francoise <romain@orebokech.com>
4365
4366 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4367
43682006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4369
4370 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4371
43722006-08-10 Richard Stallman <rms@gnu.org>
4373
4374 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4375 with face merging. Empty regions don't count.
4376 Clarify face property inheritance.
8cf51b2c
GM
4377
43782006-08-08 Romain Francoise <romain@orebokech.com>
4379
4380 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4381 <arjuropo@cc.jyu.fi>.
4382
8cf51b2c
GM
43832006-08-04 Eli Zaretskii <eliz@gnu.org>
4384
4385 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4386 apply to all frames.
4387
8cf51b2c
GM
43882006-08-01 Richard Stallman <rms@gnu.org>
4389
4390 * help.texi (Name Help): Add index entries for describe-variable.
4391
43922006-08-01 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * building.texi (GDB Graphical Interface): Shorten node names.
4395 (GDB-UI Layout): Use GDB-related.
4396 (Other GDB-UI Buffers): Simplify English.
4397
43982006-07-31 Richard Stallman <rms@gnu.org>
4399
4400 * search.texi (Query Replace): Add xref for Dired's Q command.
4401
8cf51b2c
GM
44022006-07-31 Nick Roberts <nickrob@snap.net.nz>
4403
4404 * building.texi (GDB commands in Fringe): Rename to...
4405 (Source Buffers): ..this and move forward. Describe hollow arrow and
4406 new option gdb-find-source-frame.
4407
44082006-07-29 Richard Stallman <rms@gnu.org>
4409
4410 * dired.texi (Operating on Files): Simplify previous change
4411 and fix Texinfo usage.
4412
44132006-07-29 Eli Zaretskii <eliz@gnu.org>
4414
4415 * dired.texi (Operating on Files): Add cross-references. State the
4416 Unix commands that do similar things.
4417
44182006-07-28 Richard Stallman <rms@gnu.org>
4419
4420 * mark.texi (Transient Mark): Clarify that region never disappears
4421 when Transient Mark mode is off, and not when it is on.
4422
44232006-07-27 Richard Stallman <rms@gnu.org>
4424
4425 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4426
44272006-07-24 Richard Stallman <rms@gnu.org>
4428
4429 * xresources.texi (GTK styles): Fix texinfo usage.
4430
8cf51b2c
GM
4431 * commands.texi (User Input): Explain why we teach keyboard cmds.
4432
4433 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4434 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4435 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4436 * doclicense.texi, display.texi, dired.texi, basic.texi:
4437 * anti.texi, ack.texi: Move periods and commas inside quotes.
4438
44392006-07-22 Eli Zaretskii <eliz@gnu.org>
4440
4441 * cmdargs.texi (General Variables): Document EMAIL.
4442
44432006-07-21 Eli Zaretskii <eliz@gnu.org>
4444
4445 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4446 doesn't have effect on MS-Windows.
4447
8cf51b2c
GM
44482006-07-17 Richard Stallman <rms@gnu.org>
4449
4450 * building.texi (Grep Searching): Explain about chaining grep commands.
4451
8cf51b2c
GM
44522006-07-10 Nick Roberts <nickrob@snap.net.nz>
4453
49823426 4454 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4455
44562006-07-09 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4459 is invoked for multiple files.
4460
44612006-07-08 Eli Zaretskii <eliz@gnu.org>
4462
4463 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4464 on-line manual for the rest of this node.
4465 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4466 unconditionally.
4467 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4468 Improve wording.
4469 (Windows Printing): Improve wording.
4470 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4471 rest of this node.
4472
8cf51b2c
GM
44732006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4474
49823426
GM
4475 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4476 with eval-buffer.
8cf51b2c
GM
4477
44782006-07-05 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4481 of character translation.
4482
44832006-07-04 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4486
44872006-07-03 Karl Berry <karl@gnu.org>
4488
4489 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4490 not-too-underfull hboxes in the TeX output.
4491 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4492 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4493 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4494 * sending.texi, text.texi: Fix overfull/underfull boxes.
4495
44962006-07-03 Romain Francoise <romain@orebokech.com>
4497
4498 * m-x.texi (M-x): Fix.
4499
45002006-07-03 Richard Stallman <rms@gnu.org>
4501
8cf51b2c
GM
4502 * search.texi (Other Repeating Search): filename -> file name.
4503
4504 * misc.texi (Narrowing): Minor cleanups.
4505
4506 * files.texi (Visiting): filename -> file name.
4507
4508 * emacs.texi (Top): Update subnode menus.
4509
4510 * mule.texi (Coding Systems): Move char translation stuff here.
4511 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4512 (Recognize Coding): Substantial local rewrites.
4513 (International): Update menu.
4514
4515 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4516 (Scrolling): Substantial local rewrites.
4517 (Display): Update menu and intro.
4518
4519 * dired.texi: filename -> file name.
4520
4521 * custom.texi (Safe File Variables): Texinfo usage fix.
4522
f0131492 45232006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4524
4525 * help.texi, m-x.texi: Lots of cleanups.
4526
8cf51b2c
GM
45272006-06-30 Eli Zaretskii <eliz@gnu.org>
4528
4529 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4530 (Windows Processes, Windows Misc): Shorten the printed version by
4531 selectively conditioning less important portions by @ifnottex.
4532
8cf51b2c
GM
45332006-06-27 Richard Stallman <rms@gnu.org>
4534
4535 * mini.texi (Minibuffer File): Minor cleanup.
4536
45372006-06-25 Nick Roberts <nickrob@snap.net.nz>
4538
4539 * frames.texi (XTerm Mouse): Rename to...
4540 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4541
4542 * emacs.texi (Top): Use new node name.
4543
45442006-06-24 Eli Zaretskii <eliz@gnu.org>
4545
4546 * emacs.texi (Top): Update the detailed menu according to changes in
4547 msdog.texi.
4548
4549 * msdog.texi (Windows Keyboard): New section.
4550 (Windows Mouse): New section.
4551 (Windows System Menu): Remove section (text merged with "Windows
4552 Keyboard").
4553 (Windows Misc): New section.
4554
4555 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4556
4557 * msdog.texi (ls in Lisp): New section.
4558
4559 * files.texi (Visiting): Document case-insensitive wildcard matching
4560 under find-file-wildcards.
4561
8cf51b2c
GM
45622006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4563
4564 * macos.texi (Mac Input): Add description of mac-function-modifier.
4565 Now Unicode keyboard layouts work.
4566
8cf51b2c
GM
45672006-06-10 Richard Stallman <rms@gnu.org>
4568
4569 * mule.texi (Recognize Coding): Clarify previous change.
4570
45712006-06-09 Kenichi Handa <handa@m17n.org>
4572
4573 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4574 notation.
4575
45762006-06-07 Kevin Ryde <user42@zip.com.au>
4577
4578 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4579 manual for @ifnottex, but in emacs-extra for @iftex.
4580
4581 * cmdargs.texi (General Variables): Fix smtpmail xref.
4582
45832006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4584
8cf51b2c 4585 * programs.texi (Comment Commands):
8cf51b2c 4586 * custom.texi (Specifying File Variables):
49823426 4587 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4588
45892006-06-07 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * building.texi (Watch Expressions): Move node to end.
4592 (GDB Graphical Interface): Move description of clicks in fringe...
4593 (GDB commands in the Fringe): ...to here. New node.
4594
8cf51b2c
GM
45952006-06-05 Romain Francoise <romain@orebokech.com>
4596
49823426 4597 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4598
45992006-06-05 Nick Roberts <nickrob@snap.net.nz>
4600
4601 * building.texi (GDB Graphical Interface): Update bindings.
4602 (Commands of GUD): Add gud-print. Remove gud-run.
4603 Restate availability more generally.
4604
f0131492 46052006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4606
4607 * mini.texi: Lots of cleanups.
4608
46092006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4612 and Mouse-2.
4613
c8763fb6 46142006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4615
4616 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4617
8cf51b2c
GM
46182006-05-31 Richard Stallman <rms@gnu.org>
4619
4620 * basic.texi (Moving Point): Fix previous change.
4621
c8763fb6 46222006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4623
4624 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4625
f0131492 46262006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4627
4628 * basic.texi: Many simplifications and improvements in wording.
4629
8cf51b2c
GM
46302006-05-26 Nick Roberts <nickrob@snap.net.nz>
4631
4632 * anti.texi (Antinews): Create a node for gdb-ui.
4633
8cf51b2c
GM
46342006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4635
4636 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4637
46382006-05-20 Richard Stallman <rms@gnu.org>
4639
4640 * dired.texi (Dired Navigation): dired-goto-file is now j.
4641
8cf51b2c
GM
46422006-05-20 Eli Zaretskii <eliz@gnu.org>
4643
4644 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4645 and their aliases.
4646
4647 * msdog.texi (Windows Printing): Mention non-support of plain text
4648 printing with some el-cheapo printers, and suggest a workaround.
4649
46502006-05-20 Kevin Ryde <user42@zip.com.au>
4651
4652 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4653 remove the bit saying you must set it.
4654
46552006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4656
4657 * trouble.texi (Checklist):
4658 * text.texi (Text, Auto Fill, Text Mode):
4659 * search.texi (Nonincremental Search):
4660 * rmail.texi (Rmail Labels):
4661 * mule.texi (Input Methods, Multibyte Conversion):
4662 * misc.texi (Gnus, Where to Look, PostScript):
4663 * maintaining.texi (Create Tags Table):
4664 * indent.texi (Indentation Commands):
4665 * fixit.texi (Spelling):
4666 * emacs.texi (Copying):
4667 * custom.texi (Init File): ifinfo -> ifnottex.
4668
8cf51b2c
GM
46692006-05-17 Richard Stallman <rms@gnu.org>
4670
4671 * files.texi (Diff Mode): Mention C-x `.
4672
46732006-05-08 Richard Stallman <rms@gnu.org>
4674
4675 * custom.texi (Disabling): Textual cleanups.
4676
8cf51b2c
GM
46772006-05-12 Glenn Morris <rgm@gnu.org>
4678
4679 * calendar.texi (Displaying the Diary, Format of Diary File):
4680 Refer to diary-view-entries, diary-list-entries,
4681 diary-show-all-entries rather than obsolete aliases.
4682
46832006-05-12 Eli Zaretskii <eliz@gnu.org>
4684
4685 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4686 (Displaying the Diary, Special Diary Entries, Importing Diary):
4687 * building.texi (Compilation Shell):
4688 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4689 emacs-xtra with @inforef's.
4690
4691 * files.texi (Visiting): Fix wording.
4692
4693 * mule.texi (Coding Systems, Text Coding): More indexing.
4694 Mention that C-x RET f can set eol conversion.
4695
c8763fb6 46962006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4697
4698 * xresmini.texi (GTK resources): Insert GTK description.
4699
4700 * xresources.texi (GTK resources): metafont should be menufont.
4701
8cf51b2c
GM
47022006-05-06 Michael Albinus <michael.albinus@gmx.de>
4703
49823426 4704 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4705 method, user name and host name is active only in partial
4706 completion mode.
4707
8cf51b2c
GM
47082006-05-06 Eli Zaretskii <eliz@gnu.org>
4709
4710 * makefile.w32-in (emacs.dvi):
4711 * Makefile.in (emacs.dvi): Add xresmini.texi.
4712
4713 * xresmini.texi (Table of Resources): Remove xref to non-existent
4714 node "LessTif Resources".
4715
4716 * msdog.texi (Microsoft Windows):
4717 * calendar.texi (Calendar/Diary, Displaying the Diary)
4718 (Special Diary Entries, Importing Diary, Holidays):
4719 * programs.texi (Program Modes):
4720 * text.texi (Text):
4721 * buffers.texi (Several Buffers):
4722 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4723
47242006-05-06 Eli Zaretskii <eliz@gnu.org>
4725
4726 The following changes merge the emacs-xtra manual into the main
4727 manual, but only for on-line version of the manual.
4728
4729 * vc2-xtra.texi (Version Backups, Local Version Control)
4730 (Making Snapshots, Change Logs and VC, Version Headers)
4731 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4732 on-line manual.
4733
4734 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4735 for on-line manual.
4736
4737 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4738 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4739 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4740 for on-line manual.
4741
4742 * fortran-xtra.texi (Fortran, Fortran Autofill)
4743 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4744 for on-line manual.
4745
4746 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4747 Conditional xref's for on-line manual.
4748
4749 * emerge-xtra.texi (Emerge, Overview of Emerge)
4750 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4751 manual.
4752
4753 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4754 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4755 (EMACSSOURCES): Use EMACS_XTRA.
4756 (../info/emacs-xtra): Remove.
4757 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4758
4759 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4760 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4761 (EMACSSOURCES): Use EMACS_XTRA.
4762 ($(infodir)/emacs-xtra): Remove.
4763 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4764
4765 * trouble.texi (Quitting):
4766 * text.texi (Text):
4767 * programs.texi (Program Modes):
4768 * msdog.texi (Microsoft Windows):
4769 * frames.texi (Frames):
4770 * files.texi (Backup, Version Control, VC Concepts)
4771 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4772 (Registering, VC Status, VC Undo, Multi-User Branching)
4773 (Comparing Files):
4774 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4775 (Displaying the Diary, Special Diary Entries, Importing Diary):
4776 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4777 conditional xref's, depending on @iftex/@ifnottex.
4778
4779 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4780 "MS-DOS". @include msdog-xtra.texi.
4781
4782 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4783 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4784
4785 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4786 for vc-xtra.texi subsections.
4787 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4788 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4789
4790 * sending.texi (Sending Mail): A @node line without explicit Prev,
4791 Next, and Up links.
4792
4793 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4794 Next, and Up links.
4795
4796 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4797 and its sections. @include picture-xtra.texi.
4798
4799 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4800 "Emerge".
4801 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4802
4803 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4804 exact duplicate of its name-sake in calendar.texi.
4805
4806 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4807 "Advanced Calendar/Diary Usage".
4808 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4809
4810 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4811 dired-xtra.texi.
4812 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4813
4814 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4815 (Files) [ifnottex]: Add menu entry for Autorevert.
4816
4817 * emacs-xtra.texi (Introduction): Reword to make consistent with
4818 printed version only.
4819 <Top level>: Remove the body of all chapters and move them to the
4820 new *-xtra.texi files. Use @raisesections and @lowersections to
4821 convert sections to chapters etc.
4822
4823 * msdog-xtra.texi:
4824 * fortran-xtra.texi:
4825 * vc-xtra.texi:
4826 * vc1-xtra.texi:
4827 * vc2-xtra.texi:
4828 * emerge-xtra.texi:
4829 * cal-xtra.texi:
4830 * dired-xtra.texi:
4831 * arevert-xtra.texi: New files, with text from respective chapters
4832 of emacs-xtra.texi. Convert each @chapter into @section, @section
4833 into @subsection, etc.
4834
1c6c854e 4835 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4836 updated.
4837
4838 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4839 Windows". All references updated.
4840
48412006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4842
4843 * macos.texi (Mac Input): Mention input from Character Palette.
4844 (Mac Font Specs): Fix typo.
4845
48462006-05-05 Richard Stallman <rms@gnu.org>
4847
4848 * files.texi (Diff Mode): Minor cleanup.
4849
48502006-05-05 Karl Berry <karl@gnu.org>
4851
8cf51b2c
GM
4852 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4853 errors from the current release of makeinfo (4.8).
4854 * help.texi (Library Keywords): Change widest word in multitable
4855 template from `emulations' to `convenience'. (Not sure if this is
4856 related to the font change.)
4857
48582006-05-05 Eli Zaretskii <eliz@gnu.org>
4859
4860 * files.texi (File Names): Add a footnote about limited support of
4861 ~USER on MS-Windows.
4862
4863 * cmdargs.texi (Initial Options): Add a footnote about limited
4864 support of ~USER on MS-Windows.
4865
48662006-05-03 Richard Stallman <rms@gnu.org>
4867
4868 * files.texi (Diff Mode): Node moved here.
4869 (Comparing Files): Delete what duplicates new node.
4870 (Files): Put Diff Mode in menu.
4871
1c6c854e 4872 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4873
4874 * emacs.texi (Top): Update menu for Diff Mode.
4875
4876 * trouble.texi (Emergency Escape): Simplify.
4877
4878 * emacs.texi (Top): Minor clarification.
4879
48802006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4881
4882 * commands.texi, entering.texi, screen.texi: Many simplifications.
4883
48842006-05-03 Richard Stallman <rms@gnu.org>
4885
4886 * commands.texi (Text Characters): Delete paragraph about unibyte
4887 non-ASCII printing chars.
4888
4889 * killing.texi (Killing): Say "graphical displays".
4890 * display.texi: Say "graphical displays".
4891
4892 * cmdargs.texi (Misc X): Say "graphical displays".
4893
48942006-05-01 Richard Stallman <rms@gnu.org>
4895
4896 * emacs.texi (Top): Add Diff Mode to menu.
4897
48982006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4899
4900 * misc.texi (Diff Mode): New node.
4901
49022006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4903
4904 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4905 (Mac Environment Variables): Shorten example line.
4906 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4907
49082006-05-01 Nick Roberts <nickrob@snap.net.nz>
4909
4910 * building.texi (GUD Customization): Describe cases %d and %c.
4911 Update description for %e.
4912
49132006-04-30 Glenn Morris <rgm@gnu.org>
4914
4915 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4916
49172006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4918
4919 * custom.texi (Examining): Update C-h v output example.
4920
49212006-04-29 Kim F. Storm <storm@cua.dk>
4922
4923 * building.texi (Grep Searching): Add lgrep and rgrep.
4924
8cf51b2c
GM
49252006-04-23 Richard Stallman <rms@gnu.org>
4926
4927 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4928
4929 * xresmini.texi: New file.
4930
4931 * xresources.texi (Face Resources): Split table into font resources
4932 and the rest. Combine similar attributes for brevity.
4933
8cf51b2c
GM
49342006-04-21 Eli Zaretskii <eliz@gnu.org>
4935
4936 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4937 backslashes and case-insensitivity in file names (moved to the
4938 main manual).
4939 (MS-DOS Printing): Move most of the text to the main manual.
4940
4941 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4942 New nodes.
4943 (Windows Processes, Windows System Menu): Add index entries and
4944 fix wording.
4945
8cf51b2c
GM
49462006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4947
4948 * misc.texi (Shell Ring): Add notes on saved input when
4949 navigating off the end of the history list.
4950
49512006-04-18 Chong Yidong <cyd@mit.edu>
4952
4953 * misc.texi (Shell Options): Correct default value of
4954 comint-scroll-show-maximum-output.
4955
8cf51b2c
GM
49562006-04-18 Nick Roberts <nickrob@snap.net.nz>
4957
4958 * building.texi (Watch Expressions): Update.
4959
8cf51b2c
GM
49602006-04-12 Richard Stallman <rms@gnu.org>
4961
4962 * search.texi: Clean up previous change.
4963
49642006-04-12 Eli Zaretskii <eliz@gnu.org>
4965
4966 * search.texi (Regexp Backslash, Regexp Replace): Add index
4967 entries for ``back reference'' and mention the term itself in the
4968 text.
4969
49702006-04-11 Richard Stallman <rms@gnu.org>
4971
4972 * custom.texi (Safe File Variables):
4973 Document enable-local-variables = :safe.
4974
49752006-04-11 Karl Berry <karl@gnu.org>
4976
4977 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4978 (Remote Repositories, Version Backups, Local Version Control)
4979 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4980 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4981 (Renaming VC Work Files and Master Files)
4982 (Inserting Version Control Headers, Customizing VC, General Options)
4983 (Options for RCS and SCCS, Options specific for CVS): Move all
4984 these nodes to emacs-xtra.texi, for brevity.
4985 * cmdargs.texi, files.texi: Change cross-references.
4986
8cf51b2c
GM
49872006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4988
4989 * files.texi (Old Versions): Update description of vc-annotate's
4990 use of color to indicate date ranges.
4991
8cf51b2c
GM
49922006-04-09 Kevin Ryde <user42@zip.com.au>
4993
8cf51b2c
GM
4994 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4995 put info and printed manual names the right way around.
4996
49972006-04-09 Karl Berry <karl@gnu.org>
4998
4999 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5000 emacs-xtra.texi, leaving only MS Windows information.
5001 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5002 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5003 node names.
5004
5005 * emacs.texi: Move @summarycontents and @contents to the beginning
5006 of the file.
5007
8cf51b2c
GM
50082006-04-08 Kevin Ryde <user42@zip.com.au>
5009
5010 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5011
50122006-04-07 Richard Stallman <rms@gnu.org>
5013
5014 * programs.texi (Comments, Comment Commands, Options for Comments)
5015 (Multi-Line Comments): "Align", not "indent".
5016 (Basic Indent): C-j deletes trailing whitespace before the newline.
5017
50182006-04-06 Richard Stallman <rms@gnu.org>
5019
8cf51b2c
GM
5020 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5021
50222006-04-06 Eli Zaretskii <eliz@gnu.org>
5023
5024 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5025
8cf51b2c
GM
50262006-04-05 Richard Stallman <rms@gnu.org>
5027
5028 * emacs.texi (Top): Update subnode menu.
5029
5030 * trouble.texi (Unasked-for Search): Node deleted.
5031 (Lossage): Delete from menu.
5032
50332006-04-04 Richard Stallman <rms@gnu.org>
5034
5035 * trouble.texi: Various cleanups.
5036 (Checklist): Don't bother saying how to snail a bug report.
5037 (Emergency Escape): Much rewriting.
5038 (After a Crash): Rename the core dump immediately.
5039 (Total Frustration): Call it a psychotherapist.
5040 (Bug Criteria): Avoid "illegal instruction".
5041 (Sending Patches): We always put the contributor's name in.
5042
5043 * misc.texi (Thumbnails): Minor correction.
5044
8cf51b2c
GM
50452006-04-03 Richard Stallman <rms@gnu.org>
5046
5047 * misc.texi (Thumbnails): Minor cleanup.
5048
50492006-04-02 Karl Berry <karl@gnu.org>
5050
5051 * sending.texi (Mail Sending): pxref to Top needs five args.
5052
5053 * texinfo.tex: Update to current version (2006-03-21.13).
5054
8cf51b2c
GM
50552006-03-31 Richard Stallman <rms@gnu.org>
5056
5057 * emacs.texi (Top): Update subnode menu.
5058
5059 * help.texi (Help Mode): Cleanup.
5060
5061 * dired.texi: Many cleanups.
5062 (Dired Deletion): Describe dired-recursive-deletes.
5063 (Operating on Files): dired-create-directory moved.
5064 (Misc Dired Features): Move to here.
5065 (Tumme): Node moved to misc.texi.
5066
5067 * custom.texi: Many cleanups.
5068 (Minor Modes): Don't mention ISO Accents Mode.
5069 (Examining): Update C-h v output example.
5070 (Hooks): Add index and xref for add-hook.
5071 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5072 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5073
5074 * misc.texi: Many cleanups.
5075 (beginning): Add to summary of topics.
5076 (Shell): Put eshell xref at the end. Remove eshell from table.
5077 (Thumbnails): New node.
5078
8cf51b2c
GM
50792006-03-28 Eli Zaretskii <eliz@gnu.org>
5080
5081 * files.texi (File Name Cache): Make it clear that the cache is
5082 not persistent.
5083
8cf51b2c
GM
50842006-03-25 Karl Berry <karl@gnu.org>
5085
49823426
GM
5086 * emacs-xtra.texi, emacs.texi, gnu.texi:
5087 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5088 (2) do not indent copyright year list (or anything else).
5089
8cf51b2c
GM
50902006-03-21 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * files.texi (VC Dired Mode): Remove misplaced brackets.
5093
50942006-03-21 Andre Spiegel <spiegel@gnu.org>
5095
5096 * files.texi: Various updates and clarifications in the VC chapter.
5097
50982006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5099
5100 * help.texi (Help Mode): Document "C-c C-c".
5101
8cf51b2c
GM
51022006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5103
5104 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5105 menu in the standalone Info reader.
5106
51072006-03-15 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5110 moved here from Emacs manual.
5111
5112 * programs.texi (Fortran): Section moved to emacs-xtra.
5113 (Program Modes): Xref to Fortran in emacs-xtra.
5114
5115 * maintaining.texi (Emerge): Move to emacs-xtra.
5116 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5117
5118 * picture.texi: File deleted.
5119 * Makefile.in:
5120 * makefile.w32-in: Remove picture.texi.
5121
5122 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5123 * abbrevs.texi (Abbrevs):
5124 * sending.texi (Sending Mail): Picture node removed.
5125
5126 * emacs.texi (Top): Update node listings.
5127
8cf51b2c
GM
51282006-03-12 Richard Stallman <rms@gnu.org>
5129
5130 * calendar.texi: Various cleanups.
5131
8cf51b2c
GM
51322006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5133
5134 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5135 syntax.
5136
8cf51b2c
GM
51372006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * search.texi (Regexps): More accurately describe which characters
5140 are special in which situations. Recommend _not_ to quote `]' or
5141 `-' when they are not special.
5142
8cf51b2c
GM
51432006-02-28 Andre Spiegel <spiegel@gnu.org>
5144
5145 * files.texi (Old Versions): Clarify operation of C-x v =.
5146
8cf51b2c
GM
51472006-02-21 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * building.texi (Watch Expressions): Update and describe
5150 gdb-speedbar-auto-raise.
5151
51522006-02-19 Richard M. Stallman <rms@gnu.org>
5153
5154 * emacs.texi: Use @smallbook.
5155 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5156 Update subnode menu.
5157
5158 * building.texi (Lisp Interaction): Minor addition.
5159
51602006-02-18 Nick Roberts <nickrob@snap.net.nz>
5161
5162 * building.texi (Watch Expressions): Update and be more precise.
5163
c8763fb6 51642006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5165
5166 * maintaining.texi (Create Tags Table): Explain why the
5167 exception when etags writes to files under the /dev tree.
5168
51692006-02-14 Richard M. Stallman <rms@gnu.org>
5170
5171 * custom.texi (Safe File Variables): Lots of clarification.
5172 Renamed from Unsafe File Variables.
5173
51742006-02-14 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * custom.texi (Unsafe File Variables): File variable confirmation
5177 assumed denied in batch mode.
5178
51792006-02-14 Richard M. Stallman <rms@gnu.org>
5180
5181 * building.texi (GDB User Interface Layout): Don't say `inferior'
5182 for program being debugged.
5183
51842006-02-15 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * building.texi (GDB Graphical Interface):
5187 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5188
51892006-02-13 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * custom.texi (Specifying File Variables, Unsafe File Variables):
5192 New nodes, split from File Variables. Document new file local
5193 variable behavior.
5194
51952006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5196
5197 * display.texi (Standard Faces):
8cf51b2c
GM
5198 * files.texi (Visiting):
5199 * frames.texi (Clipboard):
5200 * glossary.texi (Glossary) <Clipboard>:
5201 * xresources.texi (X Resources): Mention Mac OS port.
5202
8cf51b2c
GM
52032006-02-12 Richard M. Stallman <rms@gnu.org>
5204
5205 * building.texi (Building): Clarify topic in intro.
5206
5207 * maintaining.texi (Maintaining): Change title; clarify topic.
5208 Delete duplicate index entries.
5209
5210 * building.texi (Other GDB User Interface Buffers): Clarifications.
5211
5212 * text.texi (Cell Commands): Clarifications.
5213
5214 * programs.texi (Defuns): Delete duplicate explanation of
5215 left-margin paren convention.
5216 (Hungry Delete): Minor cleanup.
5217
52182006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5219
5220 * dired.texi (Tumme): More tumme documentation.
5221
52222006-02-11 Alan Mackenzie <acm@muc.de>
5223
5224 * programs.texi ("Hungry Delete"): Correct the appellation of the
5225 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5226
52272006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5228
5229 * dired.texi (Tumme): Fix small bug.
5230
52312006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5232
5233 * macos.texi (Mac International): Rename "fontset-mac" to
5234 "fontset-standard".
5235
8cf51b2c
GM
52362006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5237
5238 * dired.texi (Tumme): Basic documentation for Tumme added.
5239
8cf51b2c
GM
52402006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5241
5242 * mule.texi (International):
5243 * programs.texi (Basic Indent): Fix typos.
5244
8cf51b2c
GM
5245 * custom.texi (Minor Modes):
5246 * display.texi (Text Display):
5247 * commands.texi (Text Characters): Update xrefs.
5248
52492006-02-07 Richard M. Stallman <rms@gnu.org>
5250
5251 * emacs.texi (Top): Update subnode menu.
5252 Update info on old Emacs papers.
5253 (Intro): "Graphical display", not window system.
5254
5255 * xresources.texi (GTK styles): Minor clarifications.
5256
5257 * trouble.texi: "Graphical display", not window system.
5258 (Stuck Recursive): Minor clarification.
5259
5260 * text.texi: Minor clarifications.
5261 (Sentences): Explain why two-space convention is better.
5262 Explain sentence-end-without-period here.
5263 (Fill Commands): Not here.
5264 (Refill): Node moved down.
5265 (Filling): Update menu.
5266 (Table Creation, Cell Justification, Column Commands): Clarify.
5267
5268 * sending.texi: Minor clarifications.
5269
5270 * search.texi (Regexp Backslash): Clarification.
5271
5272 * rmail.texi: Minor cleanups.
5273 (Rmail): Delete digression about `rmail-mode'.
5274 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5275 (Rmail Files): Mention C-u M-x rmail.
5276 (Rmail Reply): Mention References.
5277 (Rmail Display): Mention rmail-nonignored-headers.
5278
5279 * programs.texi: Minor cleanups.
5280 (Comment Commands): Mention momentary Transient Mark mode.
5281 (Matching): Be more specific about customizing show-paren-mode.
5282 (Info Lookup): Don't list the modes that support C-h S.
5283 Just say what it does in an unsupported mode.
5284 (Man Page): Delete excessive info on customizing woman.
5285 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5286
5287 * abbrevs.texi: Minor clarifications.
5288 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5289 not "dynamic abbrevs" as if they were a kind of abbrev.
5290
5291 * picture.texi (Picture): Minor cleanup.
5292
5293 * mule.texi (Communication Coding): Say "other applications".
5294 (Fontsets): Not specific to X. Add xref to X Resources.
5295 (Unibyte Mode): Rename from Single-Byte Character Support.
5296 "Graphical display", not window system.
5297 (International): Update menu.
5298
5299 * maintaining.texi (Format of ChangeLog):
5300 New node, split out from ChangeLog.
5301 (ChangeLog): Clarifications in the remaining text.
5302 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5303 (Find Tag): Add @w.
5304 (Tags Search): Explain tag table order here. Simplify grep ref.
5305 (List Tags): tags-tag-face is a variable, not a face.
5306 (Emerge): Cleanups.
5307
5308 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5309 (Keyboard Macros): Avoid "the user".
5310
5311 * killing.texi: "Graphical display", not window system.
5312
5313 * help.texi (Help Echo): "Graphical display", not window system.
5314
5315 * glossary.texi: Say "you", not "the user". Say "graphical display".
5316
5317 * frames.texi: Minor cleanups. "Graphical display", not window system.
5318
5319 * files.texi (Visiting): Make drag-and-drop not X-specific.
5320
5321 * custom.texi: Minor cleanups. "Graphical display", not window system.
5322
5323 * cmdargs.texi: Minor cleanups.
5324
5325 * building.texi (Compilation): Move and split kill-compilation para.
5326 Add para about multiple compilers.
5327 (Compilation Mode): Commands also available in grep mode and others.
5328 Mention C-u C-x ` more tutorially. Clarify C-x `.
5329 (Compilation Shell): Clarify. Put Bash example first.
5330 (Grep Searching): Minor cleanups; add @w.
5331 (Debuggers): Minor cleanups.
5332 (Starting GUD): Make GDB xgraphical mode issue clearer.
5333 (Debugger Operation): Lots of clarifications including
5334 GDB tooltip side-effect issue.
5335 (Commands of GUD): Clarify.
5336 (GUD Customization): Add bashdb-mode-hook.
5337 (GDB Graphical Interface): Rewrite for clarity.
5338 (GDB User Interface Layout): Rewrite for clarity.
5339 (Stack Buffer, Watch Expressions): Likewise.
5340 (Other GDB User Interface Buffers): Cleanups.
5341 (Lisp Libraries, External Lisp): Cleanup.
5342
5343 * basic.texi (Position Info): "Graphical displays", rather than
5344 window systems.
5345
5346 * anti.texi: Minor cleanup.
5347
8cf51b2c
GM
53482006-02-03 Eli Zaretskii <eliz@gnu.org>
5349
5350 * custom.texi (Init File, Find Init): Add cross-references to
5351 where $HOME is described.
5352
53532006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5354
5355 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5356 is not inside the @table.
5357
5358 * emacs.texi (Top): Correct node name.
5359
5360 * files.texi (File Names): Fix @xref.
5361 (Reverting): Fix typo.
5362
5363 * mule.texi (International): Correct node name.
5364
5365 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5366
53672006-02-01 Richard M. Stallman <rms@gnu.org>
5368
5369 * emacs.texi (Top): Update subnode menu.
5370
5371 * mule.texi: Minor clarifications.
5372 Reduce the specific references to X Windows.
5373 Refer to "graphical" terminals, rather than window systems.
5374 (Text Coding): Rename from Specify Coding.
5375 (Communication Coding, File Name Coding, Terminal Coding):
5376 New nodes split out from Text Coding.
5377
5378 * kmacro.texi: Minor clarifications.
5379 (Keyboard Macro Ring): Comment out some excessive commands.
5380 (Basic Keyboard Macro): Split up the table, putting part in each node.
5381
5382 * major.texi: Minor clarifications.
5383
5384 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5385
5386 * windows.texi: Minor clarifications.
5387 (Change Window): Don't describe mode-line mouse cmds here.
5388 Add xref to Mode Line Mouse.
5389
5390 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5391
5392 * macos.texi (Mac International): Fix xref.
5393
5394 * indent.texi: Minor clarifications.
5395
5396 * frames.texi: Minor clarifications.
5397 Reduce the specific references to X Windows.
5398 Refer to "graphical" terminals, rather than window systems.
5399 (Frame Parameters): Don't mention commands like
5400 set-foreground-color. Just say to customize a face.
5401 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5402
5403 * files.texi: Minor clarifications.
5404 (Numbered Backups): New node, split out from Backup Names.
5405
5406 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5407
5408 * cmdargs.texi (General Variables): Fix xref.
5409
5410 * buffers.texi: Minor clarifications.
5411
8cf51b2c
GM
54122006-01-31 Richard M. Stallman <rms@gnu.org>
5413
5414 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5415 Nodes moved to top.
5416
5417 * display.texi: Minor clarifications.
5418 (Display): Rearrange menu.
5419 (Standard Faces): Mention query-replace face.
5420 (Faces): Simplify.
5421 (Font Lock): Simplify face customization info.
5422 (Highlight Changes): Node merged into Highlight Interactively.
5423 (Highlight Interactively): Much rewriting and cleanup.
5424 (Optional Mode Line): Narrowed line number not good for goto-line.
5425 Simplify face customization advice.
5426 (Text Display): Mention use of escape-glyph face.
5427 Move ctl-arrow and tab-width here.
5428 (Display Custom): Move no-redraw-on-reenter to end of node.
5429
5430 * search.texi: Minor clarifications.
5431 (Isearch Scroll): Simplify.
5432 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5433
5434 * regs.texi (Registers): Mention bookmarks here.
5435
5436 * mark.texi: Minor clarifications.
5437 (Selective Undo): Node deleted.
5438
5439 * m-x.texi: Minor clarifications.
5440
5441 * killing.texi: Minor clarifications.
5442 Refer to "graphical" terminals, rather than window systems.
5443
5444 * help.texi: Clarifications.
5445 (Help): Don't describe C-h F and C-h K here.
5446 (Key Help): Describe C-h K here.
5447 (Name Help): Mention Emacs Lisp Intro.
5448 Describe C-h F here.
5449 (Misc Help): Mention C-h F and C-h K only briefly.
5450
5451 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5452 Selective undo text merged in.
5453 (Spelling): Mention Aspell along with Ispell.
5454
5455 * emacs.texi (Top): Update subnode menus.
5456
5457 * basic.texi (Basic Undo): Rename from Undo. Most of text
5458 moved to new Undo node.
5459
8cf51b2c
GM
54602006-01-29 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * basic.texi (Continuation Lines, Inserting Text):
5463 Mention longlines mode.
5464
54652006-01-29 Richard M. Stallman <rms@gnu.org>
5466
10d1d0af 5467 * screen.texi: Minor cleanups.
8cf51b2c
GM
5468 (Screen): Clean up the intro paragraphs.
5469 (Mode Line): Lots of rewriting. Handle frame-name better.
5470 eol-mnemonic-... vars moved out.
5471
5472 * emacs.texi (Top): Change menu item for MS-DOS node.
5473 Update subnode menu.
5474
5475 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5476 chapter relates to Windows. Title changed.
5477
5478 * mini.texi: Minor cleanups.
5479
5480 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5481 (Mark): Put it in the menu.
5482
5483 * entering.texi: Minor cleanups.
5484
5485 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5486 (Intro): Refer to "graphical" terminals, rather than X.
5487
5488 * display.texi (Display Custom): Add xref to Variables.
5489 (Optional Mode Line): eol-mnemonic-... vars moved here.
5490
5491 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5492 rather than X.
5493
8cf51b2c
GM
5494 * basic.texi: Minor cleanups.
5495 (Undo): selective-undo moved.
5496
8cf51b2c
GM
54972006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5498
5499 * anti.texi (Antinews): Various corrections and additions.
5500
55012006-01-23 Juri Linkov <juri@jurta.org>
5502
5503 * custom.texi (Easy Customization, Customization Groups)
5504 (Browsing Custom): Mention links along with buttons.
5505
8cf51b2c
GM
55062006-01-21 Eli Zaretskii <eliz@gnu.org>
5507
8cf51b2c
GM
5508 * text.texi (TeX Print): Use @key for TAB.
5509
8cf51b2c
GM
5510 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5511
8cf51b2c
GM
55122006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5513
5514 * files.texi (File Aliases): Don't claim that usually separate
5515 buffers are created for two file names that name the same data.
5516 Mention additional situations where different names mean the same
5517 file on disk.
5518
55192006-01-19 Richard M. Stallman <rms@gnu.org>
5520
5521 * killing.texi (Deletion): Upcase @key argument.
5522
5523 * custom.texi (Custom Themes): Minor cleanup.
5524
5525 * programs.texi (Hungry Delete): Upcase @key argument.
5526
8cf51b2c
GM
55272006-01-16 Juri Linkov <juri@jurta.org>
5528
5529 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5530 Move `mode-line-highlight' before `mode-line-buffer-id'.
5531
8cf51b2c
GM
55322006-01-14 Richard M. Stallman <rms@gnu.org>
5533
5534 * basic.texi (Inserting Text): Minor cleanup.
5535
8cf51b2c
GM
55362006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * custom.texi (Changing a Variable, Face Customization):
5539 Update for changes in Custom menus.
5540
8cf51b2c
GM
55412006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5542
5543 * macos.texi (Mac International): Undo last change.
5544
8cf51b2c
GM
55452006-01-02 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * custom.texi (Custom Themes): Describe the new
5548 customize-create-theme interface.
5549
55502005-12-30 Juri Linkov <juri@jurta.org>
5551
5552 * basic.texi (Position Info): Update example.
5553
c8763fb6 55542005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5555
5556 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5557
55582005-12-24 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * custom.texi (Custom Themes): `load-theme' always loads.
5561
55622005-12-23 Juri Linkov <juri@jurta.org>
5563
5564 * display.texi (Highlight Interactively): Use double space to
5565 separate sentences. Replace C-p with M-p, and C-n with M-n.
5566
55672005-12-22 Richard M. Stallman <rms@gnu.org>
5568
5569 * custom.texi (Easy Customization and subnodes):
5570 Replace "active field" with "button".
5571 Use "user option" only for variables.
5572 Use "setting" for variable-or-face.
5573
55742005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5575
5576 * buffers.texi (Select Buffer): Change order in table to make
5577 "Similar" refer to the correct item.
5578 (Indirect Buffers): Minor rewording.
5579
8cf51b2c
GM
55802005-12-20 Juri Linkov <juri@jurta.org>
5581
5582 * files.texi (VC Status): Put P and N near p and n.
5583
8cf51b2c
GM
55842005-12-19 Richard M. Stallman <rms@gnu.org>
5585
5586 * programs.texi (Electric C): Delete the info about newline control.
5587 (Other C Commands): Minor cleanup.
5588 (Left Margin Paren): Minor cleanup.
5589
55902005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5591
5592 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5593 (Customization Groups): Delete text moved to "Browsing Custom".
5594 (Browsing Custom): New node.
5595 (Specific Customization): Clarify which commands only work for
5596 loaded options.
5597
55982005-12-18 Bill Wohler <wohler@newt.com>
5599
5600 * frames.texi (Tool Bars): Shorten text of previous change.
5601
56022005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5603
5604 * files.texi (VC Status): Document log-view mode.
5605
56062005-12-18 Bill Wohler <wohler@newt.com>
5607
5608 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5609 permanently via the customize interface.
5610
8cf51b2c
GM
56112005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5612
5613 * killing.texi (Killing by Lines): Document `kill-whole-line'
5614 function.
5615
c8763fb6 56162005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5617
5618 * buffers.texi (Select Buffer): Change `prev-buffer' to
5619 `previous-buffer'. Indicate that these functions use a frame
5620 local buffer list.
5621
8cf51b2c
GM
56222005-12-12 Richard M. Stallman <rms@gnu.org>
5623
5624 * custom.texi (Easy Customization): Change menu comment.
5625 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5626
5627 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5628 (Help): Among the Apropos commands, describe only C-h a here.
5629
56302005-12-11 Richard M. Stallman <rms@gnu.org>
5631
5632 * programs.texi (Options for Comments): Comment-end starts with space.
5633
5634 * glossary.texi (Glossary): Minor cleanup.
5635
5636 * files.texi (Old Versions): Use @table.
5637
8cf51b2c
GM
56382005-12-10 David Koppelman <koppel@ece.lsu.edu>
5639
5640 * display.texi (Highlight Interactively): Include
5641 global-hi-lock-mode. Add miscellaneous details and elaborations.
5642
56432005-12-09 Richard M. Stallman <rms@gnu.org>
5644
5645 * display.texi (Font Lock): Delete the Global FL menu item.
5646
56472005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5648
5649 * custom.texi (Minibuffer Maps): Mention the maps for file name
5650 completion.
5651
56522005-12-09 Kim F. Storm <storm@cua.dk>
5653
5654 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5655 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5656 cursor to next corner in rectangle; clarify insert around rectangle.
5657
8cf51b2c
GM
56582005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5659
5660 * custom.texi (Customization): Use xref to elisp manual for
5661 non-TeX output.
5662 (Minor Modes): Update.
5663 (Customization Groups, Changing a Variable, Face Customization):
5664 Update for new appearance of Custom buffers.
5665 (Changing a Variable): `custom-buffer-done-function' has been
5666 replaced by `custom-buffer-done-kill'.
5667 (Specific Customization): In the `customize-group' buffer, a
5668 subgroup's contents are not "hidden". They are not included at
5669 all. They have no [Show] button.
5670 (Mouse Buttons): Add pxref to description of mouse event lists in
5671 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5672 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5673 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5674
56752005-12-08 Richard M. Stallman <rms@gnu.org>
5676
5677 * mini.texi (Completion Commands, Completion):
5678 In file name input, SPC does not do completion.
5679
8cf51b2c
GM
56802005-12-08 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * building.texi (GDB Graphical Interface): Explain screen size
5683 setting.
5684 (Other GDB User Interface Buffers): Describe features specific to
5685 GDB 6.4.
5686
8cf51b2c
GM
56872005-12-01 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * building.texi (GDB User Interface Layout): Describe how to
5690 kill associated buffers.
5691 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5692 (Watch Expressions): Be more precise.
5693 (Other GDB User Interface Buffers): Describe how to change a
5694 register value.
5695
8cf51b2c
GM
56962005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5697
5698 * macos.texi (Mac Input): Remove description of
5699 mac-command-key-is-meta. Add descriptions of
5700 mac-control-modifier, mac-command-modifier, and
5701 mac-option-modifier.
5702 (Mac International): Fix description of conversion of clipboard data.
5703 (Mac Font Specs): Add example of font customization by face attributes.
5704
57052005-11-22 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * building.texi (Watch Expressions): Expand description.
5708 (Other GDB User Interface Buffers): Describe local map for
5709 gud-watch.
5710
57112005-11-21 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * display.texi (Font Lock): Font lock is enabled by default now.
5714
57152005-11-20 Juri Linkov <juri@jurta.org>
5716
5717 * basic.texi (Position Info): Update examples of the output.
5718 Remove the fact that examples are produced in the TeXinfo buffer,
5719 because in the Info reader users will get a different output from
5720 `C-x ='.
5721
5722 * building.texi (Compilation Mode): Remove paragraph duplicated
5723 from the node `Compilation'. Add `compilation-skip-threshold'.
5724
5725 * display.texi (Font Lock): Suggest more user-friendly method of
5726 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5727
57282005-11-18 Richard M. Stallman <rms@gnu.org>
5729
5730 * files.texi (Registering): Mention @@ in mode line.
5731
5732 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5733
57342005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5735
5736 * files.texi (Renaming and VC): Some back-ends don't
5737 handle renaming.
5738
8cf51b2c
GM
57392005-11-17 Juri Linkov <juri@jurta.org>
5740
5741 * emacs.texi (Top):
5742 * display.texi (Highlight Interactively): Put this font-lock based
5743 mode near Font Lock node.
5744
57452005-11-16 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5748 icons.
5749
57502005-11-12 Kim F. Storm <storm@cua.dk>
5751
5752 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5753 (Help Summary): Add C-h d and C-h e.
5754 (Apropos): Clarify that all apropos commands may search for either
5755 list of words or a regexp. Add C-h d for apropos-documentation.
5756 Describe apropos-documentation-sort-by-scores user option.
5757
8cf51b2c
GM
57582005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5759
5760 * killing.texi (CUA Bindings): Add @section.
5761
57622005-11-10 Kim F. Storm <storm@cua.dk>
5763
5764 * emacs.texi (Top): Add CUA Bindings entry to menu.
5765
5766 * killing.texi (CUA Bindings): New node. Moved here from
5767 misc.texi and extended with info on rectangle commands and
5768 rectangle highlighting, interface to registers, and the global
5769 mark feature.
5770
5771 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5772
5773 * regs.texi: Prev link points to CUA Bindings node.
5774
57752005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * help.texi (Help Echo): By default, help echos are only shown on
5778 mouse-over, not on point-over.
5779
c8763fb6 57802005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5781
5782 * misc.texi (Shell Mode): Describe how to activate password echoing.
5783
8cf51b2c
GM
57842005-11-04 Romain Francoise <romain@orebokech.com>
5785
5786 * mark.texi (Mark Ring): Fix typo.
5787
57882005-11-03 Richard M. Stallman <rms@gnu.org>
5789
5790 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5791
57922005-11-01 Bill Wohler <wohler@newt.com>
5793
5794 * help.texi (Help Mode): Fix typo.
5795
57962005-11-01 Nick Roberts <nickrob@snap.net.nz>
5797
1c6c854e
CS
5798 * building.texi (Other GDB User Interface Buffers):
5799 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5800
58012005-10-31 Romain Francoise <romain@orebokech.com>
5802
5803 * files.texi (Compressed Files): Fix typo.
5804
5805 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5806
5807 * windows.texi (Force Same Window): Likewise.
5808
58092005-10-30 Bill Wohler <wohler@newt.com>
5810
5811 * help.texi (Help Mode): URLs viewed with browse-url.
5812
58132005-10-31 Nick Roberts <nickrob@snap.net.nz>
5814
5815 * building.texi (GDB Graphical Interface): Don't reference
5816 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5817 must stay in same frame.
5818
58192005-10-29 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5822
5823 * anti.texi (Antinews): Likewise.
5824
8cf51b2c
GM
58252005-10-28 Bill Wohler <wohler@newt.com>
5826
5827 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5828
58292005-10-28 Richard M. Stallman <rms@gnu.org>
5830
5831 * files.texi (Visiting): Explain how to enter ? in a file name.
5832
5833 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5834
8cf51b2c
GM
58352005-10-25 Nick Roberts <nickrob@snap.net.nz>
5836
1c6c854e
CS
5837 * building.texi (GDB Graphical Interface):
5838 Describe gdb-mouse-until.
8cf51b2c
GM
5839
58402005-10-23 Richard M. Stallman <rms@gnu.org>
5841
5842 * custom.texi (Init File): Recommend when to use site-start.el.
5843
8cf51b2c
GM
58442005-10-21 Juri Linkov <juri@jurta.org>
5845
5846 * custom.texi (Examining): Mention accessing the old variable
5847 value via M-n in set-variable.
5848
8cf51b2c
GM
58492005-10-18 Romain Francoise <romain@orebokech.com>
5850
5851 * files.texi (Version Systems): Capitalize GNU.
5852
8cf51b2c
GM
58532005-10-18 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * building.texi (Compilation Mode): Remove redundant paragraph.
5856 (Watch Expressions): Remove paragraph to reflect code change.
5857
8cf51b2c
GM
58582005-10-16 Richard M. Stallman <rms@gnu.org>
5859
5860 * building.texi (Compilation Mode, Compilation): Clarified.
5861
58622005-10-15 Richard M. Stallman <rms@gnu.org>
5863
5864 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5865
8cf51b2c
GM
58662005-10-13 Kenichi Handa <handa@m17n.org>
5867
5868 * basic.texi (Position Info): Fix previous change.
5869
c8763fb6 58702005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5871
5872 * cmdargs.texi (Icons X): Fix typo.
5873
58742005-10-12 Kenichi Handa <handa@m17n.org>
5875
5876 * basic.texi (Position Info): Describe the case that Emacs shows
5877 "part of display ...".
5878
c8763fb6 58792005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5880
5881 * cmdargs.texi (Icons X): -nb => -nbi.
5882
58832005-10-10 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * frames.texi (Speedbar): A couple more clarifications.
5886
58872005-10-11 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * building.texi (GDB User Interface Layout): Improve diagram.
5890 (Watch Expressions): Explain how to make speedbar global.
5891 (Other GDB User Interface Buffers): Make references more precise.
5892
8cf51b2c
GM
58932005-10-09 Richard M. Stallman <rms@gnu.org>
5894
5895 * frames.texi (Speedbar): Clarify the text.
5896
58972005-10-09 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * frames.texi (Speedbar): Add information on keybindings,
5900 dismissing the speedbar, and buffer display mode. Link to
5901 speedbar manual.
5902
c8763fb6 59032005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5904
1c6c854e 5905 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5906 added -nb, --no-bitmap-icon.
5907
8cf51b2c
GM
59082005-10-07 Nick Roberts <nickrob@snap.net.nz>
5909
5910 * building.texi (GDB Graphical Interface): Add variables and
5911 functions to indices. Be more precise.
5912
c8763fb6 59132005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5914
5915 * frames.texi (Drag and Drop): Remove the x- from
5916 x-dnd-open-file-other-window and xdnd-protocol-alist.
5917
59182005-09-30 Romain Francoise <romain@orebokech.com>
5919
5920 * mini.texi (Minibuffer): The default value now appears before the
5921 colon in minibuffer prompts.
5922
8cf51b2c
GM
59232005-09-25 Richard M. Stallman <rms@gnu.org>
5924
5925 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5926
8cf51b2c
GM
59272005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5928
5929 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5930
8cf51b2c
GM
59312005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5932
5933 * emacs.texi (Top): Update submenus from macos.texi.
5934
5935 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5936 (Mac OS): Update feature support status.
5937 (Mac Input): List supported input scripts. Remove description
5938 about `mac-keyboard-text-encoding'. Mention mouse button
5939 emulation and related variables.
5940 (Mac International): Mention Central European and Cyrillic
5941 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5942 Add description about coding system for selection.
5943 Add description about language environment.
5944 (Mac Environment Variables):
5945 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5946 arguments. Add Preferences support.
5947 (Mac Directories): Explicitly state that this node is for Mac OS
5948 Classic only.
1c6c854e
CS
5949 (Mac Font Specs): Mention specification for scalable fonts.
5950 List supported charsets. Add preferred way of creating fontsets.
5951 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5952 (Mac Functions): Add descriptions about `mac-set-file-creator',
5953 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5954 and `mac-get-preference'.
5955
8cf51b2c
GM
59562005-09-16 Romain Francoise <romain@orebokech.com>
5957
5958 Update all files to specify GFDL version 1.2.
5959
5960 * doclicense.texi (GNU Free Documentation License): Update to
5961 version 1.2.
5962
59632005-09-15 Richard M. Stallman <rms@gnu.org>
5964
5965 * buffers.texi (List Buffers): Fix xref.
5966
5967 * rmail.texi (Rmail Basics): Fix xref.
5968
5969 * emacs.texi (Top): Update subnode menus.
5970
5971 * files.texi (Saving Commands): New node, broken out of Saving.
5972 (Customize Save): New node, broken out of Saving.
5973 Clarify effect of write-region-inhibit-fsync.
5974 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5975
8cf51b2c
GM
59762005-09-14 Romain Francoise <romain@orebokech.com>
5977
5978 * files.texi (Saving): Mention write-region-inhibit-fsync.
5979
59802005-09-05 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * custom.texi (Custom Themes): New node.
5983
59842005-09-03 Richard M. Stallman <rms@gnu.org>
5985
49823426
GM
5986 * search.texi (Search Case): Mention vars that control
5987 case-fold-search for various operations.
8cf51b2c
GM
5988
59892005-08-22 Juri Linkov <juri@jurta.org>
5990
5991 * display.texi (Standard Faces): Merge the text from
5992 `(elisp)Standard Faces' into this node.
5993
59942005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5995
5996 * emacs.texi (Top): Delete menu item for deleted node
5997 Keyboard Translations.
5998
59992005-08-18 Richard M. Stallman <rms@gnu.org>
6000
8cf51b2c
GM
6001 * trouble.texi (Unasked-for Search):
6002 Delete xref to Keyboard Translations.
6003
6004 * glossary.texi (Glossary): Delete xref.
6005
8cf51b2c
GM
6006 * custom.texi (Minor Modes): Say that the list here is not complete.
6007 (Keyboard Translations): Node deleted.
6008 (Disabling): Delete xref to it.
6009 (Customization Groups): Fix Custom buffer example.
6010 (Hooks): Mention remove-hooks.
6011
60122005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * building.texi (GDB Graphical Interface): Improve filling of menu
6015 item.
6016
60172005-08-18 Nick Roberts <nickrob@snap.net.nz>
6018
6019 * building.texi (GDB Graphical Interface): Use better node names.
6020
60212005-08-14 Richard M. Stallman <rms@gnu.org>
6022
6023 * text.texi (Sentences): Fix xref.
6024
60252005-08-14 Juri Linkov <juri@jurta.org>
6026
6027 * building.texi (Compilation, Grep Searching): Move grep command
6028 headings from `Compilation' to `Grep Searching'.
6029
6030 * dired.texi (Dired and Find):
6031 * maintaining.texi (Tags Search): Replace grep xref to
6032 `Compilation' node with `Grep Searching'.
6033
6034 * files.texi (Comparing Files): Replace xref to `Compilation' with
6035 `Compilation Mode'.
6036
60372005-08-13 Alan Mackenzie <acm@muc.de>
6038
6039 * search.texi (Non-ASCII Isearch): Correct a typo.
6040 (Replacement Commands): Mention query-replace key binding.
6041
60422005-08-11 Richard M. Stallman <rms@gnu.org>
6043
6044 * programs.texi (Options for Comments): Fix xref.
6045
6046 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6047 out of Regexps.
6048
8cf51b2c
GM
60492005-08-09 Juri Linkov <juri@jurta.org>
6050
6051 * building.texi (Compilation): Use `itemx' instead of `item'.
6052 (Grep Searching): Simplify phrase.
6053
6054 * display.texi (Standard Faces): Describe vertical-border on
6055 window systems.
6056
6057 * windows.texi (Split Window): Simplify phrase and mention
6058 vertical-border face.
6059
60602005-08-09 Richard M. Stallman <rms@gnu.org>
6061
6062 * files.texi (Comparing Files): Clarify compare-windows.
6063
6064 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6065
8cf51b2c
GM
60662005-08-06 Eli Zaretskii <eliz@gnu.org>
6067
6068 * mule.texi (Coding Systems): Rephrase the paragraph about
6069 codepages: no need for "M-x codepage-setup" anymore, except on
6070 MS-DOS.
6071
6072 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6073 the MS-DOS port only.
6074
60752005-07-30 Eli Zaretskii <eliz@gnu.org>
6076
6077 * makefile.w32-in (info): Don't run multi-install-info.bat.
6078 ($(infodir)/dir): New target, produced by running
6079 multi-install-info.bat.
6080
8cf51b2c
GM
60812005-07-22 Eli Zaretskii <eliz@gnu.org>
6082
6083 * files.texi (Quoted File Names): Add index entry.
6084
8cf51b2c
GM
60852005-07-19 Juri Linkov <juri@jurta.org>
6086
6087 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6088
60892005-07-18 Juri Linkov <juri@jurta.org>
6090
8cf51b2c
GM
6091 * custom.texi (Easy Customization):
6092 * files.texi (Old Versions):
6093 * frames.texi (Wheeled Mice):
6094 * mule.texi (Specify Coding):
8cf51b2c
GM
6095 * text.texi (Cell Justification):
6096 * trouble.texi (After a Crash):
8cf51b2c
GM
6097 * xresources.texi (GTK styles):
6098 Delete duplicate duplicate words.
6099
61002005-07-17 Richard M. Stallman <rms@gnu.org>
6101
6102 * frames.texi (Creating Frames): Fix foreground color example.
6103
6104 * custom.texi (Init Examples): Clean up text about conditionals.
6105
61062005-07-16 Richard M. Stallman <rms@gnu.org>
6107
6108 * mini.texi (Completion Commands): Fix command name for ?.
6109
8cf51b2c
GM
61102005-07-16 Eli Zaretskii <eliz@gnu.org>
6111
6112 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6113 `menu' face has no effect on w32 and with GTK.
6114 Add cross-references.
8cf51b2c
GM
6115
6116 * cmdargs.texi (General Variables): Clarify the default location
6117 of $HOME on w32 systems.
6118
61192005-07-15 Jason Rumney <jasonr@gnu.org>
6120
6121 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6122 changed.
6123
61242005-07-08 Kenichi Handa <handa@m17n.org>
6125
1c6c854e
CS
6126 * mule.texi (Recognize Coding):
6127 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6128
61292005-07-07 Richard M. Stallman <rms@gnu.org>
6130
6131 * anti.texi (Antinews): Mention mode-line-inverse-video.
6132
6133 * files.texi (Saving): Minor correction about C-x C-w.
6134
6135 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6136
61372005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * search.texi (Isearch Scroll): Add example of using the
6140 `isearch-scroll' property.
6141 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6142 `Display Custom' node.
6143 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6144 and de-emphasize it.
6145 (Other Repeating Search): `occur' currently can not correctly
6146 handle multiline matches. Correct, clarify and update description
6147 of `flush-lines' and `keep-lines'.
6148
6149 * display.texi (Display Custom): Add anchor for `baud-rate'.
6150
61512005-07-07 Richard M. Stallman <rms@gnu.org>
6152
6153 * gnu.texi: Update where to get GNU status; add refs for how to help.
6154 Add footnotes 6 and 7.
6155
61562005-07-04 Lute Kamstra <lute@gnu.org>
6157
6158 Update FSF's address in GPL notices.
6159
8cf51b2c 6160 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6161 * trouble.texi (Checklist): Update FSF's address.
6162
8cf51b2c
GM
61632005-06-24 Richard M. Stallman <rms@gnu.org>
6164
6165 * display.texi (Text Display): Change index entries.
6166
61672005-06-24 Eli Zaretskii <eliz@gnu.org>
6168
6169 * makefile.w32-in (MAKEINFO): Use --force.
6170 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6171 Makefile.in.
8cf51b2c
GM
6172
61732005-06-23 Richard M. Stallman <rms@gnu.org>
6174
1c6c854e 6175 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6176 nobreak-char-display.
6177
6178 * emacs.texi (Top): Update detailed node listing.
6179
1c6c854e 6180 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6181 to nobreak-char-display and no-break-space to nobreak-space.
6182 (Standard Faces): Split up the list of standard faces
6183 and put it in a separate node. Add nobreak-space and
6184 escape-glyph.
6185
8cf51b2c
GM
61862005-06-23 Lute Kamstra <lute@gnu.org>
6187
6188 * mule.texi (Select Input Method): Fix typo.
6189
61902005-06-23 Kenichi Handa <handa@m17n.org>
6191
1c6c854e
CS
6192 * mule.texi (International): List all supported scripts.
6193 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6194 distribution.
6195 (Language Environments): List all language environments.
6196 Intlfonts contains fonts for most supported scripts, not all..
6197 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6198 input a specific character.
8cf51b2c
GM
6199 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6200
62012005-06-23 Juanma Barranquero <lekktu@gmail.com>
6202
49823426 6203 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6204
62052005-06-22 Miles Bader <miles@gnu.org>
6206
6207 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6208
62092005-06-20 Miles Bader <miles@gnu.org>
6210
6211 * display.texi (Faces): Add `vertical-divider'.
6212
62132005-06-17 Richard M. Stallman <rms@gnu.org>
6214
6215 * text.texi (Adaptive Fill): Minor clarification.
6216
8cf51b2c
GM
62172005-06-10 Lute Kamstra <lute@gnu.org>
6218
6219 * emacs.texi (Top): Correct version number.
6220 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6221 refer to the current version of Emacs.
6222
62232005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * files.texi (Log Buffer): Document when there can be more than
6226 one file to be committed.
6227
62282005-06-08 Juri Linkov <juri@jurta.org>
6229
6230 * display.texi (Faces): Add `shadow' face.
6231
62322005-06-07 Masatake YAMATO <jet@gyve.org>
6233
6234 * display.texi (Faces): Write about mode-line-highlight.
6235
62362005-06-06 Richard M. Stallman <rms@gnu.org>
6237
6238 * misc.texi (Printing Package): Explain how to initialize
6239 printing package.
6240
6241 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6242
62432005-06-05 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * emacs.texi: Rename Hardcopy to Printing.
6246 Make PostScript and PostScript Variables subnodes of it.
6247
6248 * misc.texi (Printing): Rename node from Hardcopy.
6249 Mention menu bar options.
6250 Move PostScript and PostScript Variables to submenu.
6251 (Printing package): New node.
6252
6253 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6254
6255 * dired.texi (Operating on Files): Likewise.
6256
6257 * calendar.texi (Displaying the Diary): Likewise.
6258
6259 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6260
6261 * glossary.texi (Glossary): Likewise.
6262
6263 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6264 effect.
6265
62662005-06-04 Richard M. Stallman <rms@gnu.org>
6267
6268 * trouble.texi (After a Crash): Polish previous change.
6269
8cf51b2c
GM
62702005-05-30 Noah Friedman <friedman@splode.com>
6271
6272 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6273 recovery mechanism.
6274
8cf51b2c
GM
62752005-05-28 Nick Roberts <nickrob@snap.net.nz>
6276
6277 * building.texi (Other Buffers): SPC toggles display of
6278 floating point registers.
6279
8cf51b2c
GM
62802005-05-27 Nick Roberts <nickrob@snap.net.nz>
6281
6282 * files.texi (Log Buffer): Merge in description of Log Edit
6283 mode from pcl-cvs.texi.
6284
62852005-05-26 Richard M. Stallman <rms@gnu.org>
6286
6287 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6288
8cf51b2c
GM
62892005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6292 not enabled by default.
6293 When not on a word, `ispell-word' by default checks the word
6294 before point.
6295
62962005-05-24 Nick Roberts <nickrob@snap.net.nz>
6297
6298 * building.texi (Debugger Operation): Simplify last sentence.
6299
63002005-05-23 Lute Kamstra <lute@gnu.org>
6301
6302 * emacs.texi: Update FSF's address throughout.
6303 (Preface): Use @cite.
6304 (Distrib): Add cross reference to the node "Copying". Mention the
6305 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6306 printed manuals.
6307 (Intro): Use @xref for the Emacs Lisp Intro.
6308
8cf51b2c
GM
63092005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6310
6311 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6312
6313 * basic.texi (Moving Point): Mention default for `goto-line'.
6314
6315 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6316 of a variable's docstring.
6317
63182005-05-18 Lute Kamstra <lute@gnu.org>
6319
6320 * maintaining.texi (Overview of Emerge): Add cross reference.
6321 Remove duplication.
6322
6323 * emacs.texi (Top): Update to the current structure of the manual.
6324 * misc.texi (Emacs Server): Add menu description.
6325 * files.texi (Saving): Fix menu.
6326 * custom.texi (Customization): Fix menu.
6327 * mule.texi (International): Fix menu.
6328 * kmacro.texi (Keyboard Macros): Fix menu.
6329
63302005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * display.texi: Various minor changes.
6333 (Faces): Delete text that is repeated in the next section.
6334
63352005-05-16 Nick Roberts <nickrob@snap.net.nz>
6336
6337 * building.texi (Debugger Operation): Mention GUD tooltips are
6338 disabled with GDB in text command mode.
6339
8cf51b2c
GM
63402005-05-16 Nick Roberts <nickrob@snap.net.nz>
6341
6342 * building.texi: Replace toolbar with "tool bar" for consistency.
6343 (Compilation Mode): Describe compilation-context-lines
6344 and use of arrow in compilation buffer.
6345 (Debugger Operation): Replace help text with variable's value.
6346
6347 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6348 consistency.
6349
63502005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6353 Add xref.
6354
8cf51b2c
GM
63552005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6356
6357 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6358 (Position Info): Delete discussion of `goto-line'. It is already
6359 described in `Moving point'.
6360
6361 * mini.texi (Completion Commands): Correct reference.
6362 (Completion Options): Fix typo.
6363
6364 * killing.texi (Deletion): Complete description of `C-x C-o'.
6365
8cf51b2c
GM
63662005-05-10 Richard M. Stallman <rms@gnu.org>
6367
6368 * building.texi (Compilation): Clarify recompile's directory choice.
6369
6370 * frames.texi (Tooltips): Cleanups.
6371
6372 * basic.texi (Arguments): Fix punctuation.
6373
63742005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6375
6376 * screen.texi (Menu Bar): The up and down (not left and right)
6377 arrow keys move through a keyboard menu.
6378
63792005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6380
6381 * basic.texi: Various typo and grammar fixes.
6382 (Moving Point): C-a now runs move-beginning-of-line.
6383
63842005-05-08 Nick Roberts <nickrob@snap.net.nz>
6385
6386 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6387
6388 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6389 as different animals.
6390
63912005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6394 Correct index entry.
6395
63962005-05-07 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * building.texi (Debugger Operation): Update to reflect changes
6399 in GUD tooltips.
6400
64012005-04-30 Richard M. Stallman <rms@gnu.org>
6402
6403 * files.texi (Compressed Files): Auto Compression normally enabled.
6404
6405 * building.texi (Debugger Operation): Clarify previous change.
6406
8cf51b2c
GM
64072005-04-28 Nick Roberts <nickrob@snap.net.nz>
6408
6409 * building.texi (Debugger Operation): Add description for
6410 GUD tooltips when program is not running.
6411
64122005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6413
6414 * misc.texi (Shell): Add `Shell Prompts' to menu.
6415 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6416 description. Delete remarks moved to new node.
6417 (Shell Prompts): New node.
6418 (History References): Replace remarks moved to `Shell Prompts'
6419 with xref to that node.
6420 (Remote Host): Clarify how to specify the terminal type when
6421 logging in to a different machine.
6422
64232005-04-26 Richard M. Stallman <rms@gnu.org>
6424
6425 * emacs.texi (Top): Update submenus from files.texi.
6426
6427 * files.texi (Filesets): Clarify previous change.
6428
6429 * dired.texi (Misc Dired Features): Clarify previous change.
6430
64312005-04-25 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6434
1c6c854e
CS
6435 * dired.texi (Misc Dired Features):
6436 Document dired-compare-directories.
8cf51b2c
GM
6437
6438 * files.texi (Filesets): New node.
6439 (File Conveniences): Document Image mode.
6440
6441 * text.texi (TeX Print): Document tex-compile.
6442
64432005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6446 Delete redundant reference to tooltip Custom group. It is
6447 referred too again in the next paragraph.
6448
64492005-04-24 Richard M. Stallman <rms@gnu.org>
6450
6451 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6452
8cf51b2c
GM
64532005-04-19 Kim F. Storm <storm@cua.dk>
6454
6455 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6456
64572005-04-18 Lars Hansen <larsh@math.ku.dk>
6458
6459 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6460 turns off desktop-save-mode.
6461
64622005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6463
6464 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6465 by default in terminals compatible with xterm. Mention that
6466 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6467 node.
6468
8cf51b2c
GM
64692005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6470
6471 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6472
c8763fb6 64732005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6474
6475 * xresources.texi (Table of Resources): Add cursorBlink.
6476
64772005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6478
6479 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6480 `d', `C-d' and `u'.
6481
64822005-04-11 Richard M. Stallman <rms@gnu.org>
6483
6484 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6485 (Misc X): Add -D, --basic-display.
6486
6487 * maintaining.texi (Change Log): Correct the description of
6488 the example.
6489
6490 * major.texi (Choosing Modes): Document magic-mode-alist.
6491
8cf51b2c
GM
64922005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6493
6494 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6495 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6496 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6497 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6498 `w', respectively.
6499 (Rmail Labels): Mention `l'.
6500 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6501 (Rmail Summary Edit): Describe `j' and RET.
6502
c8763fb6 65032005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6504
6505 * xresources.texi (Lucid Resources): Add fontSet resource.
6506
8cf51b2c
GM
65072005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6510 now called `indicate-empty-lines'.
6511
65122005-04-06 Kim F. Storm <storm@cua.dk>
6513
6514 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6515
65162005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6517
6518 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6519 deleted.
6520 (Marks vs Flags): Add some convenient key bindings.
6521 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6522 (Misc Dired Features): Correct and expand description of `w' command.
6523
6524 * frames.texi (XTerm Mouse): Delete apparently false info.
6525 The GNU/Linux console currently does not appear to support
6526 `xterm-mouse-mode'.
6527
8cf51b2c
GM
65282005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6529
6530 * calendar.texi (Diary): Mention shell utility `calendar'.
6531
65322005-04-01 Richard M. Stallman <rms@gnu.org>
6533
6534 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6535
8cf51b2c
GM
65362005-04-01 Lute Kamstra <lute@gnu.org>
6537
6538 * maintaining.texi (Change Log): add-change-log-entry uses
6539 add-log-mailing-address.
6540
65412005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6542
6543 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6544 `VC Mode Line' and put in an xref to that node.
6545 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6546 its description.
6547
65482005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6549
6550 * calendar.texi (Calendar Systems): Say that the Persian calendar
6551 implemented here is the arithmetical one championed by Birashk.
6552
65532005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6554
6555 * programs.texi (Fortran Motion): Fix previous change.
6556
8cf51b2c
GM
65572005-03-29 Richard M. Stallman <rms@gnu.org>
6558
6559 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6560
65612005-03-29 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * text.texi (Refill): Refer to Long Lines Mode.
6564 (Longlines): New node.
6565 (Auto Fill): Don't index "word wrap" here.
6566 (Filling): Add Longlines to menu.
6567
65682005-03-29 Richard M. Stallman <rms@gnu.org>
6569
6570 * xresources.texi: Minor fixes.
6571
6572 * misc.texi (Emacs Server): Fix Texinfo usage.
6573
6574 * emacs.texi (Top): Don't use a real section heading for
6575 "Detailed Node Listing". Fake it instead.
6576
6577 * basic.texi (Position Info): Minor cleanup.
6578
6579 * mule.texi (Input Methods): Minor cleanup.
6580
65812005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6582
6583 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6584 constructs as well.
6585 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6586
65872005-03-29 Kenichi Handa <handa@m17n.org>
6588
6589 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6590
6591 * basic.texi (Position Info): Update the description about the
6592 command C-u C-x =.
6593
65942005-03-28 Richard M. Stallman <rms@gnu.org>
6595
6596 * emacs.texi (Top): Use @section for the detailed node listing.
6597
6598 * calendar.texi: Minor fixes to previous change.
6599
6600 * programs.texi (Fortran): Small fixes to previous changes.
6601
6602 * emacs.texi (Top): Update list of subnodes of Dired.
6603 Likewise for building.texi.
6604
6605 * files.texi (File Conveniences): Delete Auto Image File mode.
6606
66072005-03-28 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * building.texi (Flymake): New node.
6610
6611 * custom.texi (Function Keys): Document kp- event types and
6612 keypad-setup package.
6613
6614 * dired.texi (Wdired): New node.
6615
6616 * files.texi (File Conveniences): Reorder entries.
6617 Explain how to turn on Auto-image-file mode.
6618 Document Thumbs mode.
6619
6620 * mule.texi (Specify Coding): Document recode-region and
6621 recode-file-name.
6622
6623 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6624
66252005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * commands.texi (Keys): M-o is now a prefix key.
6628
66292005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6630
6631 * programs.texi: Reformat and update copyright years.
6632 (Fortran): Update section.
6633
66342005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6635
6636 * files.texi: Several small changes in addition to:
6637 (Visiting): Change xref for Dialog Boxes to ref.
6638 (Version Headers): Replace references to obsolete var
6639 `vc-header-alist' with `vc-BACKEND-header'.
6640 (Customizing VC): Update value of `vc-handled-backends'.
6641
66422005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6643
6644 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6645 move here from Emacs Lisp Reference Manual.
6646 * calendar.texi (Calendar/Diary, Diary Commands)
6647 (Special Diary Entries, Importing Diary): Change some xrefs to
6648 point to emacs-xtra rather than elisp.
6649
6650 * emacs-xtra.texi (Calendar Customizing):
6651 Move view-diary-entries-initially, view-calendar-holidays-initially,
6652 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6653 Emacs Manual.
6654 (Appt Customizing): Merge entire section into main Emacs Manual.
6655 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6656 mark-holidays-in-calendar here from emacs-xtra.
6657 (Displaying the Diary): Move view-diary-entries-initially,
6658 mark-diary-entries-in-calendar here from emacs-xtra.
6659 (Appointments): Move appt-display-mode-line,
6660 appt-display-duration, appt-disp-window-function,
6661 appt-delete-window-function here from emacs-xtra.
6662
6663 * calendar.texi: Update and reformat copyright.
6664 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6665 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6666 (Diary): Refer to `diary-file' rather than ~/diary.
6667 (Diary Commands): Rename node to "Displaying the Diary".
6668 * emacs.texi (Top): Rename "Diary Commands" section.
6669 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6670
66712005-03-26 Eli Zaretskii <eliz@gnu.org>
6672
6673 * misc.texi (Emacs Server): Fix the command for setting
6674 server-name. Add an xref to Invoking emacsclient.
6675
6676 * help.texi (Help Summary): Clarify when "C-h ." will do something
6677 nontrivial.
6678 (Apropos): Add cindex entry for apropos-sort-by-scores.
6679
6680 * display.texi (Text Display): Add index entries for how no-break
6681 characters are displayed.
6682
8cf51b2c
GM
66832005-03-26 Eli Zaretskii <eliz@gnu.org>
6684
6685 * files.texi (Visiting): Fix cross-references introduced with the
6686 last change.
6687
6688 * xresources.texi (GTK resources): Fix last change.
6689
8cf51b2c
GM
66902005-03-25 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * xresources.texi (X Resources): GTK options documented too.
6693 (Resources): Clarify meaning of program name.
6694 (Table of Resources): Add visualClass.
6695 (GTK resources): Rewrite.
6696 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6697
6698 * display.texi (Text Display): Mention non-breaking spaces.
6699
6700 * files.texi (Reverting): Document auto-revert-check-vc-info.
6701
6702 * frames.texi (Mouse Commands): Document
6703 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6704
6705 * help.texi (Help Summary): Add `C-h .'.
6706 (Apropos): Apropos accepts a list of search terms.
6707 Document apropos-sort-by-scores.
6708 (Help Echo): Document display-local-help.
6709
6710 * misc.texi (Emacs Server): Document server-name.
6711 (Invoking emacsclient): Document -s option for server names.
6712
6713 * text.texi (Outline Visibility): Introduce "current heading
6714 line" (commands can be called with point on a body line).
6715 Re-order table to follow the sequence of discussion.
6716 hide-body won't hide lines before first header line.
6717 (TeX Mode): Add DocTeX mode.
6718
8cf51b2c
GM
67192005-03-24 Richard M. Stallman <rms@gnu.org>
6720
6721 * mule.texi (Single-Byte Character Support): Delete mention
6722 of iso-acc.el and iso-transl.el.
6723
8cf51b2c
GM
67242005-03-23 Lute Kamstra <lute@gnu.org>
6725
6726 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6727
67282005-03-23 Richard M. Stallman <rms@gnu.org>
6729
8cf51b2c
GM
6730 * search.texi: Delete explicit node pointers.
6731 (Incremental Search): New menu.
6732 (Basic Isearch, Repeat Isearch, Error in Isearch)
6733 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6734 (Slow Isearch): New subnodes.
6735 (Configuring Scrolling): Node deleted.
6736 (Search Case): Doc default-case-fold-search.
6737 (Regexp Replace): Move replace-regexp doc here.
6738
6739 * rmail.texi (Movemail): Put commas inside closequotes.
6740
6741 * picture.texi (Insert in Picture): Document C-c arrow combos.
6742 (Basic Picture): Clarify erasure.
6743
6744 * display.texi (Font Lock): Put commas inside closequotes.
6745
6746 * cmdargs.texi (General Variables): Put commas inside closequotes.
6747
67482005-03-23 Nick Roberts <nickrob@snap.net.nz>
6749
6750 * building.texi (Stack Buffer): Mention reverse contrast for
6751 *selected* frame (might not be current frame).
6752
8cf51b2c
GM
67532005-03-21 Richard M. Stallman <rms@gnu.org>
6754
6755 * building.texi (Starting GUD): Add bashdb.
6756
67572005-03-20 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * basic.texi (Moving Point): Add M-g M-g binding.
6760 (Undo): Document undo-only.
6761 (Position Info): Document M-g M-g and C-u M-g M-g.
6762
6763 * building.texi (Building): Put Grep Searching after Compilation
6764 Shell.
6765 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6766 Document next-error-highlight.
6767 (Grep Searching): Document grep-highlight-matches.
6768 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6769
6770 * calendar.texi (Importing Diary): Rename node from iCalendar.
6771 Document diary-from-outlook.
6772
6773 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6774 Commands.
6775 Mention effect of X drag and drop on Dired buffers.
6776
6777 * files.texi (Visiting): Document large-file-warning-threshold.
6778 Move paragraph on file-selection dialog.
6779 Mention visiting files using X drag and drop.
6780 (Reverting): Mention using Auto-Revert mode to tail files.
6781 Document auto-revert-tail-mode.
6782 (Version Systems): Minor correction.
6783 (Comparing Files): Diff-mode is no longer based on Compilation
6784 mode.
6785 Document compare-ignore-whitespace.
6786 (Misc File Ops): Explain passing a directory to rename-file.
6787 Likewise for copy-file and make-symbolic-link.
6788
6789 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6790 Document mouse-wheel-progressive speed.
6791
6792 * help.texi (Misc Help): Document numeric argument for C-h i.
6793 Correctly explain the effect of just C-u as argument.
6794
6795 * killing.texi (Deletion): Document numeric argument for
6796 just-one-space.
6797
6798 * mini.texi (Completion): Completion acts on text before point.
6799
6800 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6801 (Emulation): CUA mode replaces pc-bindings-mode,
6802 pc-selection-mode, and s-region.
6803
6804 * mule.texi (Input Methods): Leim is now built-in.
6805 (Select Input Method): Document quail-show-key.
6806 (Specify Coding): Document revert-buffer-with-coding-system.
6807
6808 * programs.texi (Fortran Motion): Document f90-next-statement,
6809 f90-previous-statement, f90-next-block, f90-previous-block,
6810 f90-end-of-block, and f90-beginning-of-block.
6811
6812 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6813
6814 * emacs.texi (Acknowledgments): Updated.
6815
6816 * anti.texi: Total rewrite.
6817
8cf51b2c
GM
68182005-03-19 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * ack.texi (Acknowledgments): Update.
6821
68222005-03-19 Eli Zaretskii <eliz@gnu.org>
6823
1c6c854e
CS
6824 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6825 Update copyright years.
8cf51b2c
GM
6826
68272005-03-14 Nick Roberts <nickrob@snap.net.nz>
6828
6829 * building.texi (Commands of GUD): Move paragraph on setting
6830 breakpoints with mouse to the GDB Graphical Interface node.
6831
68322005-03-07 Richard M. Stallman <rms@gnu.org>
6833
8cf51b2c
GM
6834 * misc.texi (Single Shell, Shell Options): Fix previous change.
6835
6836 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6837
68382005-03-06 Richard M. Stallman <rms@gnu.org>
6839
6840 * building.texi (Starting GUD): Don't explain text vs graphical
6841 GDB here. Just mention it and xref.
6842 Delete "just one debugger process".
6843 (Debugger Operation): Move GUD tooltip info here.
6844 (GUD Tooltips): Node deleted.
6845 (GDB Graphical Interface): Explain the two GDB modes here.
6846
8cf51b2c
GM
6847 * sending.texi (Sending Mail): Minor cleanup.
6848 (Mail Aliases): Explain quoting conventions.
6849 Update key rebinding example.
6850 (Header Editing): C-M-i is like M-TAB.
6851 (Mail Mode Misc): mail-attach-file does not do MIME.
6852
6853 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6854 that really belongs here.
6855 (Remote Mailboxes): Text moved to Rmail Inbox.
6856 (Rmail Display): Mention Mouse-1.
6857 (Movemail): Clarify two movemail versions.
6858 Clarify rmail-movemail-program.
6859
8cf51b2c
GM
6860 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6861 Document async shell commands.
6862 (Shell History): Clarify.
6863 (Shell Ring): Mention C-UP an C-DOWN.
6864 (Shell Options): Add comint-prompt-read-only.
6865 (Invoking emacsclient): Set EDITOR to run Emacs.
6866 (Sorting): No need to explain what region is.
6867 (Saving Emacs Sessions): Fix typo.
6868 (Recursive Edit): Fix punctuation.
6869 (Emulation): Don't mention "PC bindings" which are standard.
6870 (Hyperlinking): Explain Mouse-1 convention here.
6871 (Find Func): Node deleted.
6872
8cf51b2c
GM
6873 * help.texi (Name Help): Xref to Hyperlinking.
6874
6875 * glossary.texi (Glossary):
6876 Rename "Balance Parentheses" to "Balancing...".
6877 Add "Byte Compilation". Correct "Copyleft".
6878 New xref in "Customization".
6879 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6880 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6881 Rename "Registers" to "Register".
6882 Replace "Selecting" with "Selected Frame",
6883 "Selected Window", and "Selecting a Buffer".
6884
6885 * files.texi (Types of Log File): Explain how projects'
6886 methods can vary.
6887
8cf51b2c
GM
6888 * display.texi (Faces): Delete "Emacs 21".
6889
6890 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6891 * fixit.texi (Spelling): C-M-i like M-TAB.
6892 * mini.texi (Completion Options): C-M-i like M-TAB.
6893 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6894 * text.texi (Text Mode): C-M-i like M-TAB.
6895
6896 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6897
6898 * calendar.texi (Specified Dates): Mention `g w'.
6899 (Appointments): appt-activate toggles with no arg.
6900
8cf51b2c
GM
69012005-03-05 Juri Linkov <juri@jurta.org>
6902
6903 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6904 "invocation (command line arguments)".
8cf51b2c
GM
6905 (Misc X): Add -nbc, --no-blinking-cursor.
6906
69072005-03-04 Ulf Jasper <ulf.jasper@web.de>
6908
6909 * calendar.texi (iCalendar): No need to require it now.
6910
8cf51b2c
GM
69112005-03-03 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * trouble.texi (Contributing): Mention Savannah. Direct users to
6914 emacs-devel.
6915
69162005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6917
6918 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6919 window.
6920
8cf51b2c
GM
69212005-02-27 Richard M. Stallman <rms@gnu.org>
6922
6923 * building.texi (Compilation): Update mode line status info.
6924
69252005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6926
6927 * calendar.texi (General Calendar): Document binding of
6928 scroll-other-window-down.
6929 (Mayan Calendar): Fix earliest date.
6930 (Time Intervals): Document timeclock-change.
6931 Fix timeclock-ask-before-exiting documentation.
6932
69332005-02-26 Kim F. Storm <storm@cua.dk>
6934
6935 * frames.texi (Mouse References):
6936 Add mouse-1-click-in-non-selected-windows.
6937
69382005-02-25 Richard M. Stallman <rms@gnu.org>
6939
6940 * screen.texi (Screen): Explain better about cursors and mode lines;
6941 don't presuppose text terminals.
6942 (Point): Don't assume just one cursor.
6943 Clarify explanation of cursors.
6944 (Echo Area, Menu Bar): Cleanups.
6945
6946 * mini.texi (Minibuffer): Prompts are highlighted.
6947 (Minibuffer Edit): Newline = C-j only on text terminals.
6948 Clarify resize-mini-windows values.
6949 Mention M-PAGEUP and M-PAGEDOWN.
6950 (Completion Commands): Mouse-1 like Mouse-2.
6951 (Minibuffer History): Explain history commands better.
6952 (Repetition): Add xref to Incremental Search.
6953
6954 * mark.texi (Setting Mark): Clarify info about displaying mark.
6955 Clarify explanation of C-@ and C-SPC.
6956 (Transient Mark): Mention Delete Selection mode.
6957 (Marking Objects): Clean up text about extending the region.
6958
6959 * m-x.texi (M-x): One C-g doesn't always go to top level.
6960 No delay before suggest-key-bindings output.
6961
6962 * fixit.texi (Fixit): Mention C-/ for undo.
6963 (Spelling): Mention ESC TAB like M-TAB.
6964 Replacement words with r and R are rechecked.
6965 Say where C-g leaves point. Mention ? as input.
6966
69672005-02-23 Lute Kamstra <lute@gnu.org>
6968
6969 * cmdargs.texi (Initial Options): Add cross reference.
6970
8cf51b2c
GM
69712005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6972
6973 * emacs.texi (Top): Update menu for splitting of node in
6974 msdog.texi.
6975 * frames.texi (Frames): Update xref for splitting of node in
6976 msdog.texi.
6977 * trouble.texi (Quitting): Ditto.
6978
69792005-02-16 Richard M. Stallman <rms@gnu.org>
6980
6981 * windows.texi (Split Window): Simplify line truncation info
6982 and xref to Display Custom.
6983
6984 * trouble.texi (Quitting): Emergency escape only for text terminal.
6985 (Screen Garbled): C-l for ungarbling is only for text terminal.
6986
6987 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6988
6989 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6990
6991 * programs.texi (Program Modes): Mention Python mode.
6992 (Moving by Defuns): Repeating C-M-h extends region.
6993 (Basic Indent): Clarify.
6994 (Custom C Indent): Clarify.
6995 (Expressions): Repeating C-M-@ extends region.
6996 (Info Lookup): Clarify for C-h S.
6997 (Symbol Completion): ESC TAB alternative for M-TAB.
6998 (Electric C): Clarify.
6999
7000 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7001
7002 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7003 MS-DOS Input node.
7004 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7005 (MS-DOS and MULE): Clarify.
7006 (MS-DOS Processes, Windows Processes): Fix typos.
7007
7008 * major.texi (Choosing Modes): Clarify.
7009
7010 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7011 (Keyboard Macro Step-Edit): Clarify.
7012
7013 * indent.texi (Indentation): Clarifications.
7014
7015 * help.texi (Help): Correct error about C-h in query-replace.
7016 Clarify apropos vs C-h a. Fix how to search in FAQ.
7017 (Key Help): Describe C-h w here.
7018 (Name Help): Minor cleanup. C-h w moved to Key Help.
7019 Clarify the "object" joke.
7020 (Apropos): Clarify. Mouse-1 like Mouse-2.
7021 (Help Mode): Mouse-1 like Mouse-2.
7022
7023 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7024
7025 * display.texi (Display): Reorder menu.
7026 (Faces): Cleanup.
7027 (Font Lock): Cleanup. Mention Options menu.
7028 Delete obsolete text.
7029 (Scrolling): For C-l, don't presume text terminal.
7030 (Horizontal Scrolling): Simplify intro.
7031 (Follow Mode): Clarify.
1c6c854e 7032 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7033 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7034 Doc default-tab-width. Doc line truncation more thoroughly.
7035
7036 * dired.texi (Dired Enter): C-x C-f can run Dired.
7037 (Dired Visiting): Comment out `a' command.
7038 Mouse-1 is like Mouse-2.
7039 (Shell Commands in Dired): ? can be used more than once.
7040
7041 * basic.texi (Continuation Lines): Simplify description of truncation,
7042 and refer to Display Custom for the rest of it.
7043
8cf51b2c
GM
70442005-02-06 Lute Kamstra <lute@gnu.org>
7045
7046 * basic.texi (Undo): Fix typo.
7047
7048 * cmdargs.texi (Emacs Invocation): Fix typo.
7049
7050 * custom.texi (Init Examples): Fix typo.
7051
7052 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7053
70542005-02-06 Richard M. Stallman <rms@gnu.org>
7055
7056 * regs.texi (Registers): Registers can hold numbers, too.
7057
7058 * killing.texi (Other Kill Commands): Cleanup.
7059 Delete redundant explanation of kill in read-only buffer.
7060 (Yanking): Mention term "copying".
7061 (Accumulating Text): Fix typo.
7062
7063 * entering.texi (Entering Emacs): Update rationale at start.
7064 (Exiting): Treat iconifying on a par with suspension.
7065
7066 * custom.texi (Minor Modes): Fix typo.
7067 (Easy Customization): Fix menu style.
7068 (Variables): Add xref.
7069 (Examining): Setting for future sessions works through .emacs.
7070 (Keymaps): "Text terminals", not "Many".
7071 (Init Rebinding): Explain \C-. Show example of \M-.
7072 Fix minor wording errors.
7073 (Function Keys): Explain vector syntax just once.
7074 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7075 (Init File): Mention .emacs.d directory.
7076 (Init Examples): Add xref.
7077 (Find Init): Mention .emacs.d directory.
7078
7079 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7080 (Action Arguments): Explain which kinds of -l args are found how.
7081 (Initial Options): --batch does not inhibit site-start.
7082 Add xrefs.
7083 (Command Example): Use --batch, not -batch.
7084
7085 * basic.texi (Inserting Text): Cleanup wording.
7086 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7087 C-n is not error at end of buffer.
7088 (Undo): Doc C-/ like C-_. Add xrefs.
7089 (Arguments): META key may be labeled ALT.
7090 Peculiar arg meanings are explained in doc strings.
7091
7092 * abbrevs.texi (Expanding Abbrevs): Clarify.
7093
70942005-02-05 Eli Zaretskii <eliz@gnu.org>
7095
7096 * frames.texi (Frame Parameters): Add an xref to the description
7097 of list-colors-display. Add a pointer to the X docs about colors.
7098
7099 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7100 Improve docs of list-colors-display.
8cf51b2c
GM
7101
71022005-02-03 Lute Kamstra <lute@gnu.org>
7103
7104 * frames.texi (Frames, Drag and Drop): Fix typos.
7105
71062005-02-03 Richard M. Stallman <rms@gnu.org>
7107
7108 * windows.texi (Basic Window): Mention color-change in mode line.
7109 (Change Window): Explain dragging vertical boundaries.
7110
7111 * text.texi (Sentences): Clarify.
7112 (Paragraphs): Explain M-a and blank lines.
7113 (Outline Mode): Clarify text and menu.
7114 (Hard and Soft Newlines): Mention use-hard-newlines.
7115
7116 * frames.texi (Frames): Delete unnecessary mention of Windows.
7117 (Mouse Commands): Likewise. Mention xterm mouse support.
7118 (Clipboard): Clarify.
7119 (Mouse References): Mention use of Mouse-1 for following links.
7120 (Menu Mouse Clicks): Clarify.
7121 (Mode Line Mouse): Clarify.
7122 (Drag and Drop): Rewrite.
7123
7124 * fixit.texi (Spelling): Fix typo.
7125
7126 * files.texi (File Names): Clarify.
7127 (Visiting): Update conditions for use of file dialog. Clarify.
7128 (Saving): Doc d as answer in save-some-buffers.
7129 (Remote Files): Clean up the text.
7130
7131 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7132
7133 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7134 (List Buffers): Clarify.
7135 (Several Buffers): Doc T command.
7136 (Buffer Convenience): Clarify menu.
7137
7138 * basic.texi (Undo): Clarify last change.
7139
71402005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7141
7142 * fixit.texi (Spelling): Fix typo.
7143
71442005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * basic.texi (Undo): Update description of `undo-outer-limit'.
7147
71482005-02-01 Nick Roberts <nickrob@snap.net.nz>
7149
7150 * building.texi: Update documentation relating to GDB Graphical
7151 Interface.
7152
71532005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * custom.texi (Easy Customization): Adapt menu to node name change.
7156
71572005-01-30 Richard M. Stallman <rms@gnu.org>
7158
7159 * custom.texi (Easy Customization): Defn of "User Option" now
7160 includes faces. Don't say just "option" when talking about variables.
7161 Do say just "options" to mean "anything customizable".
7162 (Specific Customization): Describe `customize-variable',
7163 not `customize-option'.
7164
7165 * glossary.texi (Glossary) <Faces>: Add xref.
7166 <User Option>: Change definition--include faces. Change xref.
7167
7168 * picture.texi (Picture): Mention artist.el.
7169
7170 * sending.texi, screen.texi, programs.texi, misc.texi:
7171 * mini.texi, major.texi, maintaining.texi, macos.texi:
7172 * help.texi, frames.texi, files.texi:
7173 Don't say just "option" when talking about variables.
7174
7175 * display.texi, mule.texi: Don't say just "option" when talking
7176 about variables. Other minor cleanups.
7177
8cf51b2c
GM
71782005-01-26 Lute Kamstra <lute@gnu.org>
7179
7180 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7181 File'. Mention the `-Q' option at the `--no-site-file' option.
7182
8cf51b2c
GM
71832005-01-22 David Kastrup <dak@gnu.org>
7184
7185 * building.texi (Grep Searching): Mention alias `find-grep' for
7186 `grep-find'.
7187
71882005-01-20 Richard M. Stallman <rms@gnu.org>
7189
7190 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7191
8cf51b2c
GM
71922005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7193
7194 * rmail.texi (Movemail): Explain differences
7195 between standard and mailutils versions of movemail.
7196 Describe command line and configuration options introduced
7197 with the latter.
7198 Explain the notion of mailbox URL, provide examples and
7199 cross-references to mailutils documentation.
7200 Describe various methods of specifying mailbox names,
7201 user names and user passwords for rmail.
1c6c854e
CS
7202 (Remote Mailboxes): New section.
7203 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7204 options used to control its behavior.
7205 (Other Mailbox Formats): Explain handling of various mailbox
7206 formats.
7207
72082005-01-13 Richard M. Stallman <rms@gnu.org>
7209
7210 * commands.texi (Commands): Clarification.
7211
72122005-01-11 Richard M. Stallman <rms@gnu.org>
7213
7214 * programs.texi (Multi-line Indent): Fix previous change.
7215 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7216
8cf51b2c
GM
72172005-01-08 Richard M. Stallman <rms@gnu.org>
7218
7219 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7220 lazy-highlight.
7221
7222 * search.texi (Query Replace): Mention faces query-replace
7223 and lazy-highlight.
7224 (Incremental Search): Update isearch highlighting info.
7225
8cf51b2c
GM
72262005-01-04 Richard M. Stallman <rms@gnu.org>
7227
7228 * custom.texi (Saving Customizations): Minor improvement.
7229
8cf51b2c
GM
72302005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7231
7232 * custom.texi (Saving Customizations): Emacs no longer loads
7233 `custom-file' after .emacs. No longer mention customizing through
7234 Custom.
7235
8cf51b2c
GM
72362005-01-01 Andreas Schwab <schwab@suse.de>
7237
7238 * killing.texi (Graphical Kill): Move up under node Killing,
7239 change @section to @subsection.
7240
72412005-01-01 Richard M. Stallman <rms@gnu.org>
7242
7243 * custom.texi (Face Customization): Mention hex color specs.
7244
7245 * emacs.texi (Top): Update Killing submenu.
7246
7247 * killing.texi (Killing): Reorganize section.
7248 No more TeX-only text; put the node command at start of chapter.
7249 But the first section heading is used only in TeX.
7250 Rewrite the text to read better in this mode.
7251 (Graphical Kill): New subnode gets some of the text that
7252 used to be in the first section.
7253
72542004-12-31 Richard M. Stallman <rms@gnu.org>
7255
7256 * dired.texi (Shell Commands in Dired): Delete the ? example.
7257
7258 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7259
7260 * files.texi (Saving): Describe new require-final-newline features
7261 and mode-require-final-newline.
7262
8cf51b2c
GM
72632004-12-29 Richard M. Stallman <rms@gnu.org>
7264
7265 * custom.texi (File Variables): Clarify previous change.
7266
c8763fb6 72672004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7268
7269 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7270 out now.
7271
72722004-12-27 Richard M. Stallman <rms@gnu.org>
7273
7274 * Makefile.in (MAKEINFO): Specify --force.
7275
7276 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7277 (Undo): Doc undo-outer-limit.
7278
8cf51b2c
GM
72792004-12-15 Juri Linkov <juri@jurta.org>
7280
7281 * mark.texi (Transient Mark, Mark Ring): M-< and other
7282 movement commands don't set mark in Transient Mark mode
7283 if mark is active.
7284
8cf51b2c
GM
72852004-12-12 Juri Linkov <juri@jurta.org>
7286
7287 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7288 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7289
7290 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7291 (Misc Dired Commands): Add @r{(Dired)} to w.
7292
72932004-12-12 Juri Linkov <juri@jurta.org>
7294
7295 * mark.texi (Marking Objects): Marking commands also extend the
7296 region when mark is active in Transient Mark mode.
7297
8cf51b2c
GM
72982004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * custom.texi (Saving Customizations): Emacs only loads the custom
7301 file automatically after the init file in version 22.1 or later.
7302 Adapt text and examples to this fact.
7303
8cf51b2c
GM
73042004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7305
7306 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7307 be set through Custom. Otherwise, it has no effect.
7308
8cf51b2c
GM
73092004-12-05 Richard M. Stallman <rms@gnu.org>
7310
7311 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7312 * entering.texi: Rename Command Line to Emacs Invocation.
7313
10d1d0af 7314 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7315
7316 * custom.texi (Easy Customization): Move up to section level,
7317 before Variables. Avoid using the term "variable"; say "option".
7318 New initial explanation.
7319 (Variables): In initial explanation, connect "variable" to the
7320 already-explained "user option".
7321
7322 * emacs.texi (Top): Fix ref to Command Line.
7323 Move reference to Easy Customization.
7324
7325 * xresources.texi (X Resources): Fix From link.
7326
7327 * doclicense.texi (GNU Free Documentation License): Fix To link.
7328
7329 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7330
7331 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7332
73332004-12-03 Richard M. Stallman <rms@gnu.org>
7334
7335 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7336
73372004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * kmacro.texi: Several small changes in addition to the following.
7340 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7341 defining a keyboard macro.
7342 Mention `kmacro-ring-max'.
7343 (Keyboard Macro Counter): Clarify description of
7344 `kmacro-insert-counter', `kmacro-set-counter',
7345 `kmacro-add-counter' and `kmacro-set-format'.
7346
73472004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7348
7349 * custom.texi (File Variables): Add `unibyte' and make it more
7350 clear that `unibyte' and `coding' are special. Suggested by Simon
7351 Krahnke <overlord@gmx.li>.
7352
7353 * mule.texi (Enabling Multibyte): Refer to File Variables.
7354 Suggested by Simon Krahnke <overlord@gmx.li>.
7355
c8763fb6 73562004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7357
7358 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7359 x-use-old-gtk-file-dialog.
7360
8cf51b2c
GM
73612004-11-20 Richard M. Stallman <rms@gnu.org>
7362
7363 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7364
73652004-11-09 Lars Brinkhoff <lars@nocrew.org>
7366
7367 * building.texi (Lisp Eval): Delete hyphen in section name.
7368
73692004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7370
7371 * files.texi (Old Versions):
7372 No longer document annotation as "CVS only".
7373
73742004-11-10 Andre Spiegel <spiegel@gnu.org>
7375
7376 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7377 version systems, mentioning the new ones that we support.
7378 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7379 suggestions.
7380
c8763fb6 73812004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7382
49823426 7383 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7384
c8763fb6 73852004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7386
7387 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7388
73892004-10-23 Eli Zaretskii <eliz@gnu.org>
7390
7391 * text.texi (Text Based Tables, Table Definition)
7392 (Table Creation, Table Recognition, Cell Commands)
7393 (Cell Justification, Row Commands, Column Commands)
7394 (Fixed Width Mode, Table Conversion, Measuring Tables)
7395 (Table Misc): New nodes, documenting the Table Mode.
7396
8cf51b2c
GM
73972004-10-19 Jason Rumney <jasonr@gnu.org>
7398
7399 * makefile.w32-in (info): Change order of arguments to makeinfo.
7400
74012004-10-19 Ulf Jasper <ulf.jasper@web.de>
7402
7403 * calendar.texi (iCalendar): Update for package changes.
7404
8cf51b2c
GM
74052004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * files.texi (Misc File Ops): View mode is a minor mode.
7408
8cf51b2c
GM
74092004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7410
7411 * calendar.texi (iCalendar): Style changes.
7412
74132004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * search.texi (Regexps): The regexp described in the example is no
7416 longer stored in the variable `sentence-end'.
7417
8cf51b2c
GM
74182004-10-06 Nick Roberts <nickrob@snap.net.nz>
7419
7420 * building.texi (Starting GUD): Note that multiple debugging
7421 sessions requires `gdb --fullname'.
7422
74232004-10-05 Ulf Jasper <ulf.jasper@web.de>
7424
7425 * calendar.texi (iCalendar): New section for a new package.
7426
8cf51b2c
GM
74272004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * text.texi: Various small changes in addition to the following.
7430 (Text): Replace xref for autotype with inforef.
7431 (Sentences): Explain nil value for `sentence-end'.
7432 (Paragraphs): Update default values for `paragraph-start' and
7433 `paragraph-separate'.
7434 (Text Mode): Correct description of Text mode's effect on the
7435 syntax table.
7436 (Outline Visibility): `hide-other' does not hide top level headings.
7437 `selective-display-ellipses' no longer has an effect on Outline mode.
7438 (TeX Misc): Add missing @cindex.
7439 Replace xref for RefTeX with inforef.
7440 (Requesting Formatted Text): The variable
7441 `enriched-fill-after-visiting' no longer exists.
7442 (Editing Format Info): Update names of menu items and commands.
7443 (Format Faces): Mention special effect of specifying the default face.
7444 Describe inheritance of text properties.
7445 Correct description of `fixed' face.
7446 (Format Indentation): Correct description of effect of setting
7447 margins. Mention `set-left-margin' and `set-right-margin'.
7448 (Format Justification): Update names of menu items.
7449 `set-justification-full' is now bound to `M-j b'.
7450 Mention that `default-justification' is a per buffer variable.
7451 (Format Properties): Update name of menu item.
7452 (Forcing Enriched Mode): `format-decode-buffer' automatically
7453 turns on Enriched mode if the buffer is in text/enriched format.
7454
74552004-10-05 Emilio C. Lopes <eclig@gmx.net>
7456
7457 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7458
74592004-09-28 Kim F. Storm <storm@cua.dk>
7460
7461 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7462 Align with new functionality.
7463
8cf51b2c
GM
74642004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * display.texi (Display Custom): Remove stray `@end defvar'.
7467
74682004-09-23 Kim F. Storm <storm@cua.dk>
7469
7470 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7471 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7472
8cf51b2c
GM
74732004-09-20 Richard M. Stallman <rms@gnu.org>
7474
7475 * custom.texi (Hooks): Explain using setq to clear out a hook.
7476 (File Variables): Explain multiline string constants.
7477 (Non-ASCII Rebinding): Explain when you need to update
7478 non-ASCII char codes in .emacs.
7479
7480 * building.texi (Compilation): Explain how to make a silent
7481 subprocess that won't be terminated. Explain compilation-environment.
7482
74832004-09-13 Kim F. Storm <storm@cua.dk>
7484
7485 * mini.texi (Repetition): Rename isearch-resume-enabled to
7486 isearch-resume-in-command-history and change default to disabled.
7487
8cf51b2c
GM
74882004-09-09 Kim F. Storm <storm@cua.dk>
7489
7490 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7491 with new `kmacro-name-last-macro'.
7492
8cf51b2c
GM
74932004-09-08 Juri Linkov <juri@jurta.org>
7494
7495 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7496
8cf51b2c
GM
74972004-09-03 Juri Linkov <juri@jurta.org>
7498
7499 * search.texi (Incremental Search): Update wording for M-%.
7500
75012004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7502
7503 * killing.texi (Killing): Correct description of kill commands in
7504 read-only buffer.
7505
75062004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7507
7508 * building.texi (Compilation Mode): Add a paragraph about rules
7509 for finding the compilation buffer for `next-error'.
7510
7511 * search.texi (Other Repeating Search): Mention that Occur mode
7512 supports the next-error functionality.
7513
75142004-09-02 Juri Linkov <juri@jurta.org>
7515
7516 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7517
75182004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * kmacro.texi (Basic Keyboard Macro):
7521 `apply-macro-to-region-lines' now operates on all lines that begin
7522 in the region, rather than on all complete lines in the region.
7523
c8763fb6 75242004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7525
7526 * frames.texi (Drag and drop): Add documentation about
7527 x-dnd-test-function and x-dnd-known-types.
7528
75292004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * indent.texi: Various minor changes in addition to:
7532 (Indentation Commands): Correct description of `indent-relative'.
7533 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7534 mode. The *Tab Stops* buffer uses Overwrite Mode.
7535 (Just Spaces): `tabify' converts sequences of at least two spaces
7536 to tabs.
7537
8cf51b2c
GM
75382004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7539
7540 * frames.texi (Secondary Selection): Setting the secondary
7541 selection with M-Drag-Mouse-1 does not alter the kill ring,
7542 setting it with M-Mouse-1 and M-Mouse-3 does.
7543 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7544 toolkit scroll bars.
7545 (Scroll Bars): Ditto.
7546
7547 * windows.texi (Basic Window): When using a window system, the value
7548 of point in a non-selected window is indicated by a hollow box.
7549 (Split Window): Side by side windows are separated by a scroll bar,
7550 if scroll bars are used.
7551 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7552 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7553 (Window Convenience): Update bindings for `winner-undo' and
7554 `winner-redo'.
7555
7556 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7557 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7558 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7559 of "Using Emacs as a Server".
7560 * building.texi (Building): Interchange nodes (for correct numbering).
7561 * programs.texi (Programs): Interchange nodes (for correct numbering).
7562 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7563 Info to the node structure.
7564 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7565 Rearrange order of nodes and sections such that both "GNU GENERAL
7566 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7567 end, as appropriate for appendices.
7568 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7569 Use `@unnumberedsec'.
7570 * trouble.texi: Adapt sectioning in Info to the node structure.
7571 Adapt node pointers to change in emacs.texi.
7572 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7573
8cf51b2c
GM
75742004-08-25 Kenichi Handa <handa@m17n.org>
7575
7576 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7577 description for unibyte mode.
7578
75792004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7580
7581 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7582
7583 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7584 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7585 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7586 in @pxref.
7587
75882004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7591 Change section names.
7592
8cf51b2c
GM
75932004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7594
7595 * kmacro.texi (Keyboard Macro Ring): Rename section.
7596 Emacs treats the head of the macro ring as the `last keyboard macro'.
7597 (Keyboard Macro Counter): Minor change.
7598 (Save Keyboard Macro): Some clarifications.
7599 (Edit Keyboard Macro): Rename section.
7600
7601 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7602 32-bit machines.
7603 (Several Buffers): Clarify which buffer is selected if `2' is
7604 pressed in the Buffer Menu.
7605 Auto Revert mode can be used to update the Buffer Menu
7606 automatically.
7607
76082004-08-21 Eli Zaretskii <eliz@gnu.org>
7609
7610 * help.texi (Misc Help): Add an index entry for finding an Info
7611 manual by its file name.
7612
76132004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7614
7615 * files.texi (Backup Deletion): Correct description of
7616 `delete-old-versions'.
7617 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7618 (Auto Save Files): Recommend `auto-save-mode' to reenable
7619 auto-saving, rather than the abbreviation `auto-save'.
7620
76212004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7624 for "killing" and "yanking" in main menu.
7625
76262004-08-16 Richard M. Stallman <rms@gnu.org>
7627
7628 * killing.texi (Yanking, Killing): Minor cleanups.
7629
7630 * mark.texi (Momentary Mark): Minor cleanups.
7631
76322004-08-15 Kenichi Handa <handa@etl.go.jp>
7633
7634 * custom.texi (Non-ASCII Rebinding):
7635 C-q always inserts the right code to pass to global-set-key.
7636
8cf51b2c
GM
76372004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7638
7639 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7640 `insert-register', instead of `C-x r g' binding, for consistency.
7641
76422004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * fixit.texi (Spelling): Fix typo.
7645
76462004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7647
7648 * help.texi (Help): Fix Texinfo usage.
7649
8cf51b2c
GM
76502004-07-24 Richard M. Stallman <rms@gnu.org>
7651
7652 * text.texi (Paragraphs): Update how paragraphs are separated
7653 and the default for paragraph-separate.
7654
7655 * search.texi (Regexp Replace): Further update text for new
7656 replacement operators.
7657
8cf51b2c
GM
76582004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7661 `R' switch.
7662
7663 * dired.texi (Dired Updating): `k' only deletes inserted
7664 subdirectories from the Dired buffer if a prefix argument was given.
7665
7666 * search.texi (Regexps): Delete redundant definition of `symbol' in
7667 description of `\_>'. It already occurs in the description of `\_<'.
7668
8cf51b2c
GM
76692004-07-01 Juri Linkov <juri@jurta.org>
7670
7671 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7672 (Regexp Search): Add M-r.
7673
76742004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7677
76782004-06-29 Jesper Harder <harder@ifa.au.dk>
7679
49823426 7680 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7681
76822004-06-25 Richard M. Stallman <rms@gnu.org>
7683
7684 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7685
76862004-06-25 David Kastrup <dak@gnu.org>
7687
7688 * search.texi (Regexp Replace): Some typo corrections and
7689 rearrangement.
7690
76912004-06-24 David Kastrup <dak@gnu.org>
7692
7693 * search.texi (Unconditional Replace): Use replace-string instead
7694 of query-replace in example.
7695 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7696 sequences.
7697 (Query Replace): Correct explanation of `^' which does not use
7698 the mark stack.
7699
77002004-06-21 Nick Roberts <nickrob@gnu.org>
7701
7702 * misc.texi (Shell History Copying): Document comint-insert-input.
7703 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7704
8cf51b2c
GM
77052004-06-20 Jesper Harder <harder@ifa.au.dk>
7706
7707 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7708 * custom.texi (Customization): Do.
7709 * anti.texi (Antinews): Do.
7710 * abbrevs.texi (Defining Abbrevs): Do.
7711
7712 * programs.texi (Info Lookup): Fix keybinding for
7713 info-lookup-symbol.
7714
77152004-06-16 Juanma Barranquero <lektu@terra.es>
7716
7717 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7718 Add emacs-xtra.
7719 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7720 (clean): Add emacs-xtra and flymake. Remove redundancies.
7721
77222004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7725 Add emacs-xtra.
7726 * emacs-xtra.texi: New file.
7727
77282004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7731 (Dired and Find): Mention differences with ordinary Dired buffers.
7732
8cf51b2c
GM
77332004-06-13 Richard M. Stallman <rms@gnu.org>
7734
7735 * custom.texi (Init Syntax): Explain about vars that do special
7736 things when set with setq or with Custom.
7737 (Init Examples): Add line-number-mode example.
7738
8cf51b2c
GM
77392004-06-12 Juri Linkov <juri@jurta.org>
7740
7741 * dired.texi (Operating on Files): Add dired-do-touch.
7742
8cf51b2c
GM
77432004-06-10 Juri Linkov <juri@jurta.org>
7744
7745 * building.texi (Lisp Eval): Add C-M-x on defface.
7746
77472004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * files.texi (Reverting): Auto-Revert mode and
7750 Global Auto-Revert mode no longer revert remote files.
7751
8cf51b2c
GM
77522004-05-29 Richard M. Stallman <rms@gnu.org>
7753
7754 * custom.texi (Init File): Two dashes start --no-site-file.
7755
8cf51b2c
GM
77562004-05-29 Alan Mackenzie <acm@muc.de>
7757
7758 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7759 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7760 (AWK, Pike): Document as "C-like modes".
7761 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7762 (M-x man): Supersedes M-x manual-entry.
7763 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7764
7765 ("Comments in C"): Delete node; the info is in CC Mode manual.
7766 (c-comment-only-line-offset): Remove description.
7767
7768 (C-c ., C-c C-c): Describe new C Mode bindings.
7769
7770 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7771 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7772 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7773 Amend definitions.
7774
7775 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7776 Describe functions.
7777
7778 (c-comment-start-regexp, c-hanging-comment-ender-p)
7779 (c-hanging-comment-starter-p): Remove obsolete definitions.
7780
7781 * emacs.texi: Remove the menu entry "Comments in C".
7782
8cf51b2c
GM
77832004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7784
7785 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7786 `M-x locate'.
7787
77882004-05-16 Karl Berry <karl@gnu.org>
7789
7790 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7791 makeinfo --html fails.
7792 * help.texi (Help Summary) [@ifnottex]: Likewise.
7793
77942004-05-13 Nick Roberts <nickrob@gnu.org>
7795
7796 * building.texi (GDB Graphical Interface): Update and describe
7797 layout first.
7798
8cf51b2c
GM
77992004-05-04 Jason Rumney <jasonr@gnu.org>
7800
7801 * makefile.w32-in: Revert last change.
7802
78032004-05-03 Jason Rumney <jasonr@gnu.org>
7804
7805 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7806
8cf51b2c
GM
78072004-04-23 Juanma Barranquero <lektu@terra.es>
7808
7809 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7810
78112004-04-18 Juri Linkov <juri@jurta.org>
7812
7813 * fixit.texi (Spelling): Remove file extension from ispell xref.
7814
78152004-04-15 Kim F. Storm <storm@cua.dk>
7816
7817 * cmdargs.texi (Initial Options): Add -Q.
7818
78192004-04-05 Kim F. Storm <storm@cua.dk>
7820
7821 * custom.texi (File Variables): Add safe-local-eval-forms.
7822
8cf51b2c
GM
78232004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7824
7825 * files.texi (Reverting): Correct description of revert-buffer's
7826 handling of point.
7827
78282004-03-22 Juri Linkov <juri@jurta.org>
7829
7830 * emacs.texi (Top): Add `Misc X'.
7831
49823426 7832 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7833
7834 * glossary.texi: Improve references.
7835
7836 * help.texi: Sync keywords with finder.el.
7837
7838 * mini.texi (Completion): Add description for menu items.
7839
7840 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7841
7842 * sending.texi (Mail Methods): Fix xref to Message manual.
7843
8cf51b2c
GM
78442004-03-12 Richard M. Stallman <rms@gnu.org>
7845
8cf51b2c
GM
7846 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7847
8cf51b2c
GM
78482004-03-04 Richard M. Stallman <rms@gnu.org>
7849
7850 * search.texi (Regexps): Explain that ^ and $ have their
7851 special meanings only in certain contexts.
7852
7853 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7854
7855 * mule.texi (Specify Coding): Doc C-x RET F.
7856
7857 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7858 for multiple compile and grep buffers.
7859 (Indirect Buffers): Don't recommand clone-indirect-buffer
7860 for multiple compile and grep buffers.
7861
8cf51b2c
GM
78622004-02-29 Juanma Barranquero <lektu@terra.es>
7863
7864 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7865 Use $(DEL) instead of rm, and ignore exit code.
7866
8cf51b2c
GM
78672004-02-23 Nick Roberts <nick@nick.uklinux.net>
7868
7869 * building.texi (Watch Expressions): Update.
7870
78712004-02-21 Juri Linkov <juri@jurta.org>
7872
1c6c854e
CS
7873 * cmdargs.texi (Action Arguments): Add alias --find-file.
7874 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7875 to Command Arguments.
7876 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7877 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7878 (Window Size X): Join -g and --geometry. Add @cindex.
7879 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7880 (Title X): Remove alias -title.
7881 (Misc X): New node.
7882
c8763fb6 78832004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7884
7885 * frames.texi (Drag and drop): Add Motif to list of supported
7886 protocols.
7887
c8763fb6 78882004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7889
7890 * frames.texi (Drag and drop): New section.
7891
78922004-01-24 Richard M. Stallman <rms@gnu.org>
7893
1c6c854e 7894 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7895 Include it only @ifnotinfo. Patch the preceding and following
7896 node headers to point to each other.
7897
78982004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7899
7900 * calendar.texi (Appointments): Update section.
7901
79022003-12-29 Kevin Ryde <user42@zip.com.au>
7903
8cf51b2c
GM
7904 * programs.texi (C Modes): Fix the xref.
7905
79062003-12-23 Nick Roberts <nick@nick.uklinux.net>
7907
7908 * building.texi (Watch Expressions): Update.
7909 (Commands of GUD): Include use of toolbar + breakpoints set from
7910 fringe/margin.
7911
79122003-12-03 Andre Spiegel <spiegel@gnu.org>
7913
7914 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7915 <acm@muc.de>.
7916
c8763fb6 79172003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7918
7919 * frames.texi (Dialog Boxes): Add use-file-dialog.
7920
8cf51b2c
GM
79212003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7922
7923 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7924 in CC Mode.
7925
8cf51b2c
GM
79262003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7927
7928 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7929 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7930 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7931 * man/frames.texi, man/glossary.texi, man/killing.texi:
7932 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7933 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7934 * man/sending.texi, man/text.texi, man/trouble.texi:
7935 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7936
79372003-11-01 Alan Mackenzie <acm@muc.de>
7938
7939 * search.texi (Scrolling During Incremental Search): Document a
7940 new scrolling facility in isearch mode.
7941
8cf51b2c
GM
79422003-10-22 Miles Bader <miles@gnu.org>
7943
7944 * Makefile.in (info): Move before $(top_srcdir)/info.
7945
79462003-10-22 Nick Roberts <nick@nick.uklinux.net>
7947
7948 * building.texi (Watch Expressions): Update section on data display
7949 to reflect code changes (GDB Graphical Interface).
7950
8cf51b2c
GM
79512003-10-13 Richard M. Stallman <rms@gnu.org>
7952
7953 * xresources.texi (GTK resources): Clean up previous change.
7954
c8763fb6 79552003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7956
7957 * xresources.texi (GTK resources): Add a note that some themes
7958 disallow customizations. Add scroll theme example.
7959
8cf51b2c
GM
79602003-09-30 Richard M. Stallman <rms@gnu.org>
7961
8cf51b2c
GM
7962 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7963
7964 * misc.texi (Saving Emacs Sessions): Shorten the section,
7965 collapsing back into one node.
7966
79672003-09-30 Lars Hansen <larsh@math.ku.dk>
7968
7969 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7970
ce058493 79712003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7972
7973 * xresources.texi (GTK names in Emacs): Correct typo.
7974
8cf51b2c
GM
79752003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7976
1c6c854e
CS
7977 * cmdargs.texi (Font X): Mention new default font.
7978 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7979 problems involved. (Result of discussion on emacs-devel.)
7980
79812003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7982
7983 * emacs.texi (Acknowledgements): Correct typo.
7984
79852003-09-22 Richard M. Stallman <rms@gnu.org>
7986
7987 * dired.texi (Misc Dired Commands): New node.
7988 (Dired Navigation): Add dired-goto-file.
7989
7990 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7991
7992 * emacs.texi (Acknowledgements): New node, split from Distribution.
7993
7994 * cmdargs.texi (Action Arguments): -f reads interactive args.
7995
8cf51b2c
GM
79962003-09-08 Lute Kamstra <lute@gnu.org>
7997
7998 * screen.texi (Mode Line): Say that POS comes before LINE.
7999 Mention `size-indication-mode'.
1c6c854e
CS
8000 * display.texi (Optional Mode Line):
8001 Document `size-indication-mode'.
8cf51b2c
GM
8002 * basic.texi (Position Info): Mention `size-indication-mode'.
8003
80042003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8005
8006 * xresources.texi (Resources): Refer to `editres' man page.
8007 (Lucid Resources): Update defaults. Expand description of
8008 `shadowThickness'.
8009
80102003-09-04 Miles Bader <miles@gnu.org>
8011
8012 * Makefile.in (top_srcdir): New variable.
8013 ($(top_srcdir)/info): New rule.
8014 (info): Depend on it.
8015
80162003-09-03 Peter Runestig <peter@runestig.com>
8017
8018 * makefile.w32-in: New file.
8019
80202003-08-29 Richard M. Stallman <rms@gnu.org>
8021
8022 * misc.texi (Saving Emacs Sessions): Correct previous change.
8023
8cf51b2c
GM
80242003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8025
8cf51b2c
GM
8026 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8027 (Intro): Include kmacro.texi after fixit.texi instead of after
8028 custom.texi. (As suggested by Kim Storm.)
8029
80302003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8031
8032 * fixit.texi (Fixit): Update `Next' pointer.
8033 * files.texi (Files): Update `Previous' pointer.
8034 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8035 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8036 (Suggested by Kim Storm.)
8037 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8038
80392003-08-18 Kim F. Storm <storm@cua.dk>
8040
8041 * kmacro.texi: New file describing enhanced keyboard macro
8042 functionality. Replaces old description in custom.texi.
8043
8044 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8045 (Keyboard Macros): Move to new kmacro.texi file.
8046
8047 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8048
8cf51b2c
GM
80492003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8050
8051 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8052
80532003-08-17 Alex Schroeder <alex@gnu.org>
8054
8055 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8056 required.
8057
8cf51b2c
GM
80582003-08-05 Richard M. Stallman <rms@gnu.org>
8059
8060 * programs.texi (Lisp Indent): Don't describe
8061 lisp-indent-function property here. Use xref to Lisp Manual.
8062
8cf51b2c
GM
80632003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8064
fffa137c 8065 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8066 abbreviations.
8067
80682003-07-24 Markus Rost <rost@math.ohio-state.edu>
8069
8070 * buffers.texi (List Buffers): Fix previous change.
8071
8cf51b2c
GM
80722003-07-13 Markus Rost <rost@math.ohio-state.edu>
8073
8074 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8075 List*.
8076
80772003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8078
8cf51b2c
GM
8079 * display.texi (Font Lock): Fix typo.
8080
80812003-07-07 Richard M. Stallman <rms@gnu.org>
8082
8083 * display.texi (Font Lock): Add xref for format info on
8084 font-lock-remove-keywords.
8085
8086 * building.texi (Compilation): Document what happens with asynch
8087 children of compiler process.
8088
8089 * help.texi (Library Keywords): Use @multitable.
8090
8cf51b2c
GM
80912003-06-04 Richard M. Stallman <rms@gnu.org>
8092
8093 * programs.texi (Expressions): Delete C-M-DEL.
8094
8095 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8096 comint-move-point-for-output renamed from
8097 comint-scroll-to-bottom-on-output.
8098
8099 * custom.texi (Init Rebinding): Replace previous change with xref.
8100 (Non-ASCII Rebinding): Explain that issue more briefly here.
8101
81022003-05-28 Richard M. Stallman <rms@gnu.org>
8103
8104 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8105
81062003-05-28 Nick Roberts <nick@nick.uklinux.net>
8107
8108 * building.texi (GDB Graphical Interface): New node.
8109 (Rewritten somewhat by RMS.)
8110
c8763fb6 81112003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8112
8113 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8114 non-English letters. Explain how to set coding systems correctly
8115 and how to include the right coding cookie in the file.
8116
c8763fb6 81172003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8118
8119 * indent.texi (Indentation): Explain the concepts.
8120 (Just Spaces): Explain why preventing tabs for indentation might
8121 be useful.
8122
8cf51b2c
GM
81232003-04-16 Richard M. Stallman <rms@gnu.org>
8124
8125 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8126
8cf51b2c
GM
81272003-02-22 Alex Schroeder <alex@emacswiki.org>
8128
8129 * cmdargs.texi (General Variables): Document SMTPSERVER.
8130
8cf51b2c
GM
8131 * sending.texi: Remove SMTP node.
8132 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8133 library.
8134
8cf51b2c
GM
81352003-02-22 Alex Schroeder <alex@emacswiki.org>
8136
8137 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8138
81392003-02-22 Simon Josefsson <jas@extundo.com>
8140
8141 * sending.texi (Mail Methods): Add node about SMTP.
8142
c8763fb6 81432003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8144
8145 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8146
8cf51b2c
GM
81472003-02-01 Kevin Ryde <user42@zip.com.au>
8148
8149 * glossary.texi (Glossary): Correction to cl cross reference.
8150
81512003-01-20 Richard M. Stallman <rms@gnu.org>
8152
8153 * killing.texi (Rectangles): Document C-x c r.
8154
c8763fb6 81552003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8156
8157 * xresources.texi (GTK resources): New node.
8158 (GTK widget names): New node.
8159 (GTK names in Emacs): New node.
8160 (GTK styles): New node.
8161
c8763fb6 81622003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8163
8164 * maintaining.texi (Create Tags Table): Add reference to the new
8165 `etags --help --lang=LANG' option.
8166
8cf51b2c
GM
81672002-10-02 Karl Berry <karl@gnu.org>
8168
49823426 8169 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8170 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8171 where needed for the sake of the HTML output.
8cf51b2c
GM
8172
81732001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8174
8175 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8176 source files.
8177
81782001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8179
8180 * Makefile.in (emacsman): New target.
8181
8cf51b2c
GM
81822001-10-20 Gerd Moellmann <gerd@gnu.org>
8183
8184 * (Version 21.1 released.)
8185
81862001-10-05 Gerd Moellmann <gerd@gnu.org>
8187
8188 * Branch for 21.1.
8189
8cf51b2c
GM
81902001-03-05 Gerd Moellmann <gerd@gnu.org>
8191
8192 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8193
8cf51b2c
GM
81942000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8195
8196 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8197
8cf51b2c
GM
81981999-07-12 Richard Stallman <rms@gnu.org>
8199
8200 * Version 20.4 released.
8201
82021998-12-04 Markus Rost <rost@delysid.gnu.org>
8203
8204 * Makefile.in (INFO_TARGETS): Delete customize.info.
8205 (DVI_TARGETS): Delete customize.dvi.
8206 (../info/customize, customize.dvi): Targets deleted.
8207
82081998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8209
8210 * Version 20.3 released.
8211
82121998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8213
8214 * Makefile.in (EMACSSOURCES): Add mule.texi.
8215 Add msdog.texi, ack.texi. Remove gnu1.texi.
8216
82171998-04-06 Andreas Schwab <schwab@gnu.org>
8218
768c0c0f
JB
8219 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8220 Use it in dvi targets.
8cf51b2c
GM
8221
82221997-09-23 Paul Eggert <eggert@twinsun.com>
8223
8224 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8225 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8226 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8227
82281997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8229
8230 * Version 20.2 released.
8231
82321997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8233
8234 * Version 20.1 released.
8235
82361997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8237
8238 * Makefile (../info/customize, customize.dvi): New targets.
8239 (INFO_TARGETS): Add ../info/customize.
8240 (DVI_TARGETS): Add customize.dvi.
8241
8cf51b2c
GM
82421996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8243
8244 * Version 19.33 released.
8245
82461996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8247
8248 * Version 19.32 released.
8249
8cf51b2c
GM
82501996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8251
8252 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8253
82541996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8255
8256 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8257 Specify -I option.
8258 (All dvi targets): Set the TEXINPUTS variable.
8259
82601996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8261
8262 * Version 19.31 released.
8263
8cf51b2c
GM
82641995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8265
8266 * Version 19.30 released.
8267
8cf51b2c
GM
82681995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8269
8270 * Makefile.in (maintainer-clean): Rename from realclean.
8271
82721994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8273
8274 * Makefile.in: New file.
8275 * Makefile: File deleted.
8276
82771994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8278
8279 * Makefile (TEXINDEX_OBJS): Variable deleted.
8280 (texindex, texindex.o, getopt.o): Rules deleted.
8281 All deps on texindex deleted.
8282 (distclean): Don't delete texindex.
8283 (mostlyclean): Don't delete *.o.
8284 * texindex.c, getopt.c: Files deleted.
8285
82861994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8287
8288 * Version 19.26 released.
8289
82901994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8291
8292 * Makefile (EMACSSOURCES): Exclude undo.texi.
8293
82941994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8295
8296 * Version 19.25 released.
8297
82981994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8299
8300 * Version 19.24 released.
8301
83021994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8303
8304 * Version 19.23 released.
8305
83061994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8307
8308 * Makefile: Delete spurious tab.
8309
83101994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8311
8312 * Makefile (.SUFFIXES): New rule.
8313
8cf51b2c
GM
83141993-12-04 Richard Stallman (rms@srarc2)
8315
8316 * getopt.c: New file.
8317 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8318 (getopt.o): New rule.
8319 (dvi): Don't depend on texindex.
49823426 8320 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8321
83221993-12-03 Richard Stallman (rms@srarc2)
8323
49823426
GM
8324 * Makefile (TEXI2DVI): New variable.
8325 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8326 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8327
83281993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8329
8330 * Version 19.22 released.
8331
83321993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8333
8334 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8335
83361993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8337
8338 * Version 19.21 released.
8339
8cf51b2c
GM
83401993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8341
8342 * Makefile (realclean): Don't delete the Info files.
8343
f0131492 83441993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8345
8cf51b2c
GM
8346 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8347 4' where appropriate.
8348
f0131492 83491993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8350
49823426 8351 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8352
8353 * texindex.c: Include "../src/config.h" if building in emacs.
8354
8355 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8356 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8357 Add target to build texindex.c, defining `emacs'.
8358
8cf51b2c
GM
83591993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8360
8361 * Version 19.19 released.
8362
8cf51b2c
GM
83631993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8364
8365 * Version 19.18 released.
8366
83671993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8368
8369 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8370
83711993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8372
8373 * Version 19.17 released.
8374
83751993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8376
8377 * split-man: Fix typos in last change.
8378
83791993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8380
8381 * Version 19.16 released.
8382
83831993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8384
8385 * version 19.15 released.
8386
83871993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8388
8389 * Makefile (distclean): It's rm, not rf.
8390
83911993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8392
8393 * Version 19.14 released.
8394
83951993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8396
8397 * Makefile: New file.
8398
83991993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8400
8401 * Version 19.13 released.
8402
84031993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8404
8405 * Version 19.9 released.
8406
84071993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8408
8409 * Version 19.8 released.
8410
84111993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8412
8413 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8414
8415 * trouble.texi: It's `enable-flow-control-on', not
8416 `evade-flow-control-on'.
8417
84181993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8419
8420 * display.texi: Document standard-display-european.
8421
84221993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8423
8424 * Version 19.7 released.
8425
8426 * emacs.texi: Add a sentence to the top menu mentioning the
8427 specific version of Emacs this manual applies to.
8428
84291993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8430
8431 * basic.texi: Document next-line-add-lines variable used to
8432 implement down-arrow.
8433
8434 * killing.texi: Document kill-whole-line.
8435
84361993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8437
8438 * text.texi: Update unix TeX ordering information.
8439
84401993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8441
8442 * news.texi: Mention fill-rectangle in keybinding list.
8443
8444 * killing.texi: Document fill-rectangle.
8445
84461993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8447
8448 * vc.texi: Bring the docs up to date with VC 5.2.
8449
84501992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8451
8452 * emacs.tex: Mention blackbox and gomoku under Amusements.
8453 Assembler mode is now mentioned and appropriately indexed
8454 under Programming Modes.
8455
84561991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8457
8458 * emacs.tex: Update TeX ordering information.
8459
8cf51b2c
GM
84601990-06-26 David Lawrence (tale@geech)
8461
8462 * emacs.tex: Note that completion-ignored-extensions is not used
8463 to filter out names when all completions are displayed in
8464 *Completions*.
8465
84661990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8467
8468 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8469
84701990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8471
8472 * emacs.tex: Add @findex grep.
8473
8cf51b2c
GM
84741988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8475
8476 * emacs.tex: Correct two typos. No other changes before
8477 Version 19 will be made.
8478
8cf51b2c
GM
84791988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8480
8481 * emacs.tex: Update information for obtaining TeX distribution from the
8482 University of Washington.
8483
8484;; Local Variables:
c8763fb6 8485;; coding: utf-8
8cf51b2c
GM
8486;; End:
8487
95df8112 8488 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8489
8490 This file is part of GNU Emacs.
8491
352c8b4a 8492 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8493 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8494 the Free Software Foundation, either version 3 of the License, or
8495 (at your option) any later version.
8cf51b2c
GM
8496
8497 GNU Emacs is distributed in the hope that it will be useful,
8498 but WITHOUT ANY WARRANTY; without even the implied warranty of
8499 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8500 GNU General Public License for more details.
8501
8502 You should have received a copy of the GNU General Public License
352c8b4a 8503 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.