* progmodes/cc-fonts.el (c-annotation-face): Use defface.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
ebf10822
CY
12011-12-05 Chong Yidong <cyd@gnu.org>
2
3 * programs.texi (Comment Commands): Fix description of for M-; on
4 blank lines. Move documentation of comment-region here.
5 (Multi-Line Comments): Clarify the role of comment-multi-line.
6 Refer to Comment Commands for comment-region doc.
7 (Options for Comments): Refer to Multi-Line Comments for
8 comment-multi-line doc, instead of duplicating it. Fix default
9 values of comment-padding and comment-start-skip.
10
ec7ae032
CY
112011-12-04 Chong Yidong <cyd@gnu.org>
12
13 * programs.texi (Program Modes): Mention modes that are not
14 included with Emacs. Fix references to other manuals for tex.
15 Add index entry for backward-delete-char-untabify. Mention
16 prog-mode-hook.
17 (Which Function): Use "global minor mode" terminology.
18 (Basic Indent, Multi-line Indent): Refer to previous descriptions
19 in Indentation chapter to avoid duplication.
20 (Expressions): Copyedit.
21 (Matching): Document Electric Pair mode.
22
23 * ack.texi (Acknowledgments):
24 * rmail.texi (Movemail, Other Mailbox Formats):
25 * frames.texi (Frames): Don't capitalize "Unix".
26
a24bf23e
CY
272011-12-04 Chong Yidong <cyd@gnu.org>
28
29 * text.texi (Nroff Mode): Mention what nroff is.
30 (Text Based Tables, Table Recognition): Don't say "Table mode"
31 since it's not a major or minor mode.
32 (Text Based Tables): Reduce the size of the example.
33 (Table Definition): Clarify definitions.
34 (Table Creation): Add key table.
35 (Cell Commands): Use kbd for commands.
36 (Table Rows and Columns): Combine nodes Row Commands and Column
37 Commands.
38 (Fixed Width Mode): Node deleted; contents moved to parent.
39 (Table Conversion): Shorten example.
40 (Measuring Tables): Merge into Table Misc.
41
8863a584
CY
422011-12-03 Chong Yidong <cyd@gnu.org>
43
44 * text.texi (TeX Mode): Mention AUCTeX package.
45 (TeX Editing): Add xref to documentation for Occur.
46 (LaTeX Editing): Add xref to Completion node.
47 (TeX Print): Fix description of tex-directory.
48 (Enriched Text): Renamed from Formatted Text. Make this node and
49 its subnodes less verbose, since text/enriched files are
50 practically unused.
51 (Enriched Mode): Renamed from Requesting Formatted Text.
52 (Format Colors): Node deleted.
53 (Enriched Faces): Renamed from Format Faces. Describe commands
54 for applying colors too.
55 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
56
57 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
58
59 * display.texi (Colors): New node.
60
61 * cmdargs.texi (Colors X):
62 * xresources.texi (GTK styles):
63 * custom.texi (Face Customization): Reference it.
64
65 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
66 Link to Fill Commands for Justification entry.
67
6fdebe93
EZ
682011-12-03 Eli Zaretskii <eliz@gnu.org>
69
70 * display.texi (Auto Scrolling): More accurate description of what
71 scroll-*-aggressively does, including the effect of non-zero
72 margin. Fix "i.e." markup.
73
95ca9bc7
CY
742011-12-02 Chong Yidong <cyd@gnu.org>
75
76 * text.texi (Pages): Mention how formfeed chars are displayed.
77 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
78 Describe adaptive filling more precisely.
79 (Fill Commands): Note that filling removes excess whitespace.
80 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
81 now bound to indent-for-tab-command in Text mode.
82 (Outline Mode): Copyedits.
83 (Outline Visibility): Note that Reveal mode is a buffer-local
84 minor mode.
85
86 * modes.texi (Major Modes): Move note about checking major-mode in
87 a hook function here, from Text mode.
88
6d262977
CY
892011-11-28 Chong Yidong <cyd@gnu.org>
90
b22b1918
CY
91 * text.texi (Words): Add xref to Position Info.
92 (Paragraphs): Add xref to Regexps.
93
6d262977
CY
94 * indent.texi (Indentation): Rewrite introduction. Move table to
95 Indentation Commands node.
96 (Indentation Commands): Add index entries to table. Copyedits.
97 (Tab Stops, Just Spaces): Copyedits.
98 (Indent Convenience): New node. Document electric-indent-mode.
99
100 * programs.texi (Basic Indent):
101 * windows.texi (Pop Up Window): Fix kindex entry.
102
dc95a8b0
CY
1032011-11-28 Chong Yidong <cyd@gnu.org>
104
105 * modes.texi (Major Modes): Move major-mode variable doc here from
106 Choosing Modes. Document describe-mode. Document prog-mode-hook
107 and text-mode-hook. Add example of using hooks.
108 (Minor Modes): Document behavior of mode command calls from Lisp.
109 Note that setting the mode variable using Customize will DTRT.
110 (Choosing Modes): Add example of setting a minor mode using a
111 local variable.
112
b63a8e8e
CY
1132011-11-27 Chong Yidong <cyd@gnu.org>
114
115 * frames.texi (Creating Frames): Move frame parameter example to
116 Frame Parameters node.
117 (Frame Commands): C-x 5 o does not warp the mouse by default.
118 (Fonts): Add more GTK-style properties; also, they should be
119 capitalized.
120 (Special Buffer Frames): Node deleted; special-display is on the
121 way out.
122 (Frame Parameters): Example moved here from Creating Frames.
123 Clarify that default-frame-alist affects the initial frame too.
124 Delete auto-raise-mode and auto-lower-mode.
125 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
126 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
127
128 * windows.texi (Window Choice): Add xref to Lisp manual for
129 special-display-*.
130
a3dcc84e
EZ
1312011-11-26 Eli Zaretskii <eliz@gnu.org>
132
133 * display.texi (Text Display): Update the description,
134 cross-references, and indexing related to display of control
135 characters and raw bytes.
136
4ad3bc2a
CY
1372011-11-25 Chong Yidong <cyd@gnu.org>
138
139 * frames.texi (Frames): Rewrite introduction.
140 (Mouse Commands): Default for mouse-drag-copy-region is now t.
141 Mouse-3 does not copy to kill ring by default. DEL does not
142 behave specially for mouse commands any more.
143 (Mouse References): Document mouse-1-click-follows-link more
144 thoroughly.
145 (Menu Mouse Clicks): Move footnote to the main text and add xref
146 to Init Rebinding node.
147 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
148
149 * files.texi (Visiting): `C-x 5 f' works on ttys too.
150
20db1522
JB
1512011-11-24 Juanma Barranquero <lekktu@gmail.com>
152
153 * display.texi (Font Lock): Fix typo.
154
01d06b1f
GM
1552011-11-24 Glenn Morris <rgm@gnu.org>
156
157 * rmail.texi (Rmail Output):
158 Mention rmail-automatic-folder-directives. (Bug#9657)
159
0cbaa1d5
CY
1602011-11-21 Chong Yidong <cyd@gnu.org>
161
162 * mark.texi (Global Mark Ring): Fix description of global mark
163 ring (Bug#10032).
164
fe7a3057
JB
1652011-11-20 Juanma Barranquero <lekktu@gmail.com>
166
167 * msdog.texi (Windows Fonts): Fix typo.
168
b6e63cbe
GM
1692011-11-17 Glenn Morris <rgm@gnu.org>
170
171 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
172
58179cce
JB
1732011-11-16 Juanma Barranquero <lekktu@gmail.com>
174
175 * killing.texi (Rectangles):
7877f373
JB
176 * misc.texi (Document View):
177 * modes.texi (Choosing Modes):
178 * msdog.texi (Windows Fonts):
58179cce
JB
179 * regs.texi (Rectangle Registers):
180 * search.texi (Isearch Yank): Fix typos.
181
291d142b
CY
1822011-11-06 Chong Yidong <cyd@gnu.org>
183
184 * windows.texi (Basic Window): Add xref to Cursor Display.
185 (Split Window): Document negative arg for splitting commands.
186 (Other Window): Document mouse-1 in text area of window.
187 (Change Window): Don't mention window attributes, since they
188 aren't defined. C-x 1 can't be used with minibuffer windows.
189 Windows are no longer auto-deleted.
190 (Window Choice): Add xref to Choosing Window in Lisp manual.
191 (Window Convenience): Note that windmove disables shift-selection.
192 Move M-x compare-windows here from Other Window node.
193
194 * custom.texi (Mouse Buttons):
195 * search.texi (Isearch Scroll):
196 * windows.texi (Split Window): Use new names split-window-below
197 and split-window-right.
198
a7ef684b
JB
1992011-10-26 Juanma Barranquero <lekktu@gmail.com>
200
201 * emacs.texi (Top): Fix typo.
202
d53e1747
GM
2032011-10-25 Glenn Morris <rgm@gnu.org>
204
205 * abbrevs.texi (Saving Abbrevs):
206 quietly-read-abbrev-file is not a command. (Bug#9866)
207
e7a3ff06
CY
2082011-10-24 Chong Yidong <cyd@gnu.org>
209
210 * display.texi (Scrolling): Document scroll-up-line and
211 scroll-down-line. Document scroll-command property.
212 (Recentering): New node, split off from Scrolling.
213
86c60681
CY
2142011-10-23 Chong Yidong <cyd@gnu.org>
215
da97a9e6
CY
216 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
217 (Tool Bars): Copyedits.
218
86c60681
CY
219 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
220
d195726a
CY
2212011-10-22 Chong Yidong <cyd@gnu.org>
222
223 * windows.texi (Displaying Buffers): Fix broken lispref link.
224
a70e06c1
CY
2252011-10-22 Chong Yidong <cyd@gnu.org>
226
227 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
228 Move confirm-nonexistent-file-or-buffer discussion here.
229
230 * files.texi (File Names, Visiting): Move detailed discussion of
231 minibuffer confirmation to Minibuffer Exit.
232
233 * buffers.texi (Buffers): Tweak mention of mail buffer name.
234 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
235
bfd779dd
CY
2362011-10-21 Chong Yidong <cyd@gnu.org>
237
238 * files.texi (File Names, Visiting, Interlocking): Copyedits.
239 (Backup Copying): backup-by-copying-when-mismatch is now t.
240 (Customize Save): Fix description of require-final-newline.
241 (Reverting): Note that revert-buffer can't be undone. Mention VC.
242 (Auto Save Control): Clarify.
243 (File Archives): Add 7z.
244 (Remote Files): ange-ftp-make-backup-files defaults to nil.
245
246 * arevert-xtra.texi (Autorevert): Copyedits.
247
6e317956
CY
2482011-10-20 Chong Yidong <cyd@gnu.org>
249
250 * custom.texi (Hooks, Init Examples):
251 * display.texi (Font Lock):
252 * fixit.texi (Spelling):
253 * rmail.texi (Rmail Display): Minor mode function with no arg now
254 enables it.
255
256 * fixit.texi (Spelling): Fix description of inline completion.
257
5abc31ef
CY
2582011-10-19 Chong Yidong <cyd@gnu.org>
259
260 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
261 entries.
262 (Isearch Yank): Document isearch-yank-pop.
263 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
264 (Other Repeating Search): Document Occur Edit mode.
265
939db9ac
CY
2662011-10-18 Chong Yidong <cyd@gnu.org>
267
268 * display.texi (Fringes): Move overflow-newline-into-fringe here,
269 from Line Truncation node.
270 (Standard Faces): Note that only the background of the cursor face
271 has an effect.
272 (Cursor Display): Fix descriptions of cursor face
273 and bar cursor blinking.
274 (Text Display): Document nobreak-char-display more clearly.
275 (Line Truncation): Add xref to Split Window node.
276 (Display Custom): Don't bother documenting baud-rate or
277 no-redraw-on-reenter.
278
279 * search.texi (Slow Isearch): Node removed.
280
80c6d77f
GM
2812011-10-18 Glenn Morris <rgm@gnu.org>
282
283 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
284
d366bd53
CY
2852011-10-18 Chong Yidong <cyd@gnu.org>
286
287 * display.texi (Faces): Simplify discussion. Move documentation
288 of list-faces-display here, from Standard Faces node. Note
289 special role of `default' background.
290 (Standard Faces): Note special role of `default' background. Note
291 that region face may be taken fom GTK. Add xref to Text Display.
292 (Text Scale): Rename from "Temporary Face Changes". Callers
293 changed. Don't bother documenting variable-pitch-mode.
294 (Font Lock): Copyedits. Remove font-lock-maximum-size.
295 (Useless Whitespace): Simplify description of
296 delete-trailing-whitespace. Note active region case.
297 (Text Display): Fix description of escape-glyph face assignment.
298 Remove unibye mode discussion. Update some parts for Unicode.
299 Move glyphless chars documentation to Lisp manual.
300
301 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
302
21100e7d
CY
3032011-10-15 Chong Yidong <cyd@stupidchicken.com>
304
305 * display.texi (Scrolling): Tweak explanation of scroll direction.
306 (View Mode): Add index entries.
307
308 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
309
310 * regs.texi (Text Registers): C-x r i does not activate the mark.
311 (Bookmarks): Document new default bookmark location.
312
50b063c3
CY
3132011-10-13 Chong Yidong <cyd@stupidchicken.com>
314
315 * killing.texi (Deletion): Add xref to Using Region. Document
316 delete-forward-char.
317 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
318 description here. Recommend C-u C-SPC for jumping to mark.
319 (Kill Ring): Move kill ring variable documentation here.
320 (Primary Selection): Copyedits.
321 (Rectangles): Document new command rectangle-number-lines.
322 (CUA Bindings): Note that this disables the mark-even-if-inactive
323 behavior for C-x and C-c.
324
325 * mark.texi (Mark): Mention "active region" terminology.
326 (Using Region): Document delete-active-region.
327
e1a3f5b1
CY
3282011-10-12 Chong Yidong <cyd@stupidchicken.com>
329
330 * mark.texi (Mark): Clarify description of disabled Transient Mark
331 mode (Bug#9689).
332 (Setting Mark): Document prefix arg for C-x C-x. Document primary
333 selection changes. Mention that commands like C-y set the mark.
334 (Marking Objects): Add xref to Words node. Note that mark-word
335 and mark-sexp also have the "extend region" behavior.
336 (Using Region): Mention M-$ in the table. Document
337 mark-even-if-inactive here instead of in Mark Ring.
338 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
339 note of the "Mark Set" behavior.
340 (Disabled Transient Mark): Rename from "Persistent Mark"
341 (Bug#9688). Callers changed.
342
343 * programs.texi (Expressions):
344 * text.texi (Words): Defer to Marking Objects for mark-word doc.
345
3dc62b2b
CY
3462011-10-09 Chong Yidong <cyd@stupidchicken.com>
347
348 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
349 option" terminology.
350 (Key Help): Add command names. Define "documentation string".
351 (Name Help): Remove an over-long joke.
352 (Apropos): Document prefix args. Remove duplicated descriptions.
353 (Help Mode): Add C-c C-b to table. Update TAB binding.
354 (Package Keywords): Rename from "Library by Keyword". Describe
355 new package menu interface.
356 (Help Files, Help Echo): Tweak description.
de09aa52
CY
357
358 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 359 (Minibuffer History): Document numeric args to history commands.
de09aa52 360
2d3fe5d7
EZ
3612011-10-08 Eli Zaretskii <eliz@gnu.org>
362
363 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
364
b2b0776e
CY
3652011-10-08 Chong Yidong <cyd@stupidchicken.com>
366
367 * basic.texi (Position Info): Omit page commands. Document
368 count-words-region and count-words.
369
370 * text.texi (Pages): Move what-page documentation here.
371
27a16462
CY
3722011-10-08 Chong Yidong <cyd@stupidchicken.com>
373
374 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
375 Remote Files node instead of linking directly to the Tramp manual.
376 (Minibuffer Edit): Add xref to Blank Lines.
377 (Completion): Add xref to Symbol Completion. Remove redundant
378 example, which is repeated in the next node.
379 (Completion Commands): Minor clarifications.
380 (Completion Styles): New node, split from Completion Commands.
381 Document substring and initials styles.
382 (Strict Completion): Remove information duplicated in other nodes.
383 (Completion Options): Consolidate case difference discussion here.
384
385 * help.texi (Help Mode): Fix kindex entries.
386
387 * files.texi (File Names): Add index entries.
388
de0bde62
CY
3892011-10-07 Chong Yidong <cyd@stupidchicken.com>
390
391 * basic.texi (Inserting Text): Add xref to Completion. Add
392 ucs-insert example, and document prefix argument.
393 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
394 to left/right. Tweak left-char and right-char descriptions.
395 M-left and M-right are now bound to left-word/right-word.
396 (Erasing): Document delete-forward-char.
397
398 * screen.texi (Screen, Menu Bar): Copyedits.
399 (Point): Remove duplicate paragraph on cursors, also in Screen.
400 (Mode Line): Trailing dashes no longer shown on X displays.
401
402 * frames.texi (Non-Window Terminals): Index just "text-only
403 terminal", which is used throughout the manual now.
404
405 * entering.texi (Entering Emacs): Define "startup screen".
406 Document window-splitting behavior with command-line inputs.
407 (Exiting): Remove obsolete paragraph about shells without suspend
408 functionality.
409
410 * commands.texi (User Input): Define "input event" more clearly.
411 (Keys): Add xref to Echo Area.
412 (Commands): Clarify relation between commands and functions.
413
453e4522
CY
4142011-10-06 Chong Yidong <cyd@stupidchicken.com>
415
416 * misc.texi (emacsclient Options): Document how emacsclient runs
417 the Emacs daemon (Bug#9674).
418
550f41cd
CY
4192011-10-01 Chong Yidong <cyd@stupidchicken.com>
420
421 * basic.texi (Moving Point):
422 * custom.texi (Mouse Buttons):
423 * rmail.texi (Rmail Scrolling):
424 * search.texi (Isearch Scroll):
425
426 * display.texi (Scrolling): Replace scroll-up/down with
427 scroll-up/down-command. Fix scroll-preserve-screen-position
428 description. Document scroll-error-top-bottom.
429
9229fe87
GM
4302011-09-30 Glenn Morris <rgm@gnu.org>
431
432 * commands.texi (Keys): Whitespace fix. (Bug#9635)
433
0a2132ba
CY
4342011-09-24 Chong Yidong <cyd@stupidchicken.com>
435
436 * windows.texi (Pop Up Window): Defer discussion of window
437 splitting to the Window Choice node. Add index entries.
438 (Force Same Window): Node deleted.
439 (Displaying Buffers, Window Choice): New nodes.
440
441 * buffers.texi (Select Buffer): Clarify description of
442 buffer-switching commands. Add xref to Window Display node.
443 Don't repeat confirm-nonexistent-file-or-buffer description from
444 Visiting node. Remove even-window-heights.
445
446 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
447
33ed493b
CY
4482011-09-18 Chong Yidong <cyd@stupidchicken.com>
449
450 * cmdargs.texi (Icons X): Fix description of Emacs icon.
451
452 * xresources.texi (Table of Resources): Fix documentation of
453 bitmapIcon.
454
92fa95ad
CY
4552011-09-15 Chong Yidong <cyd@stupidchicken.com>
456
457 * package.texi (Package Menu): Add package-menu-mark-upgrades.
458
16254627
EH
4592011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
460
461 * frames.texi (Frame Commands): Note that delete-other-frames only
462 deletes frames on current terminal.
463
c3760c17
EZ
4642011-09-10 Eli Zaretskii <eliz@gnu.org>
465
466 * sending.texi (Mail Misc): Document mail-add-attachment.
467
69b8be97
EZ
4682011-09-04 Eli Zaretskii <eliz@gnu.org>
469
470 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
471
3fd50d5c
CY
4722011-08-29 Chong Yidong <cyd@stupidchicken.com>
473
474 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
475
e2aeef63
CY
4762011-08-28 Chong Yidong <cyd@stupidchicken.com>
477
478 * files.texi (File Archives):
479 * cal-xtra.texi (Diary Display):
480 * help.texi (Help Mode): Add xref to View Mode.
481
ddb54206
CY
4822011-08-28 Chong Yidong <cyd@stupidchicken.com>
483
a6326082
CY
484 * display.texi (View Mode): New node. Move view-file here from
485 Misc File Ops. Move view-buffer here from Misc Buffer.
486
487 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
488
04e2ce72 489 * files.texi (Misc File Ops): Document new
a6326082 490 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
491
492 * dired.texi (Dired Deletion): Shorten description of Trash.
493
ddb54206
CY
494 * misc.texi (emacsclient Options): Document server-port.
495
bd206ce5
EZ
4962011-08-27 Eli Zaretskii <eliz@gnu.org>
497
498 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
499 even on MS-Windows. Fix a typo.
500
d43f5a42
CY
5012011-08-26 Chong Yidong <cyd@stupidchicken.com>
502
503 * package.texi: New file, documenting the package manager.
504
505 * emacs.texi: Include it.
506
507 * help.texi (Help Summary): Add describe-package.
508
e0b1591b
CY
5092011-08-25 Chong Yidong <cyd@stupidchicken.com>
510
856ce114
CY
511 * misc.texi (Printing): Convert subnodes into subsections.
512
f404f8bc
CY
513 * text.texi (Two-Column): Move into Text chapter.
514
515 * picture-xtra.texi (Picture Mode): Group with Editing Binary
516 Files section. Convert from chapter into section.
517
518 * display.texi (Narrowing): Move into display chapter.
519
e0b1591b
CY
520 * sending.texi (Sending Mail):
521 * rmail.texi (Rmail):
522 * misc.texi (Gnus, Document View):
523 * dired.texi (Dired):
524 * emacs.texi: Group the mail, rmail, and gnus chapters together.
525
75bfc667
JL
5262011-08-07 Juri Linkov <juri@jurta.org>
527
528 * dired.texi (Operating on Files): Rewrite according to the fact
529 that `dired-do-chmod' doesn't use the `chmod' program anymore.
530
fe676f91
MA
5312011-07-30 Michael Albinus <michael.albinus@gmx.de>
532
533 * mini.texi (Minibuffer File): Insert a reference to Tramp for
534 remote file name completion. (Bug#9197)
535
4cc60b9b
EZ
5362011-07-28 Eli Zaretskii <eliz@gnu.org>
537
538 * mule.texi (Bidirectional Editing): Document the fact that
539 bidi-display-reordering is t by default.
540
89671e16
LMI
5412011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * help.texi (Misc Help): Mention `describe-prefix-bindings'
544 explicitly (bug#8904).
545
fb23ecc2
LMI
5462011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
547
548 * trouble.texi (Checklist): Use an `M-x' example instead of an
549 Emacs Lisp form to switch on the dribble file (bug#8056).
550
465c5fc8
LMI
5512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
552
553 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
554
90a6258b
GM
5552011-07-13 Glenn Morris <rgm@gnu.org>
556
557 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
558
c7588364
LMI
5592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
560
561 * mark.texi (Mark Ring): Clarify how many locations are saved
562 (bug#5770).
563 (Global Mark Ring): Ditto.
564
4cb4f3ba
LMI
5652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
566
d648feab
LMI
567 * text.texi (Table Recognition): Use "at point" instead of "under
568 point" (bug#4345).
569
4cb4f3ba
LMI
570 * display.texi (Cursor Display): Mention `cursor-type'.
571
572 * screen.texi (Point): Clarify that it's only if you use a block
573 cursor that it appears to be on a character (bug#4345).
574
ecd0b990
CY
5752011-07-12 Chong Yidong <cyd@stupidchicken.com>
576
577 * misc.texi (Amusements): Move dissociated press here, from its
578 own section.
579
580 * emacs.texi (Top): Update node listing.
581
c2fd0368
LMI
5822011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
585 clarity (bug#3523).
586
fdeb32ec
CY
5872011-07-12 Chong Yidong <cyd@stupidchicken.com>
588
589 * cmdargs.texi (Initial Options): Document --no-site-lisp.
590 (Misc X): Document --parent-id.
591
592 * frames.texi (Frame Commands): Note that focus-follows-mouse now
593 defaults to nil.
594
595 * misc.texi (emacsclient Options): Document --parent-id.
596
597 * msdog.texi (Windows HOME): Document _emacs as obsolete.
598
f584ca38
LMI
5992011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * emacs.texi: Use "..." instead of ``...'' in the menus
602 (bug#3503).
603
963578d3
CY
6042011-07-11 Chong Yidong <cyd@stupidchicken.com>
605
606 * killing.texi (Primary Selection): Document `only' setting for
607 select-active-regions.
608
609 * mark.texi (Setting Mark): Reference Shift Selection node.
610
611 * frames.texi (Mouse Commands): Document mouse-yank-primary.
612
a30ed87b
LMI
6132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
47076272
LMI
615 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
616 motion keys" (bug#3503).
617
a30ed87b
LMI
618 * emacs.texi: Change all the register node names from "RegPos"
619 (etc.) to "Positional Registers" (etc.) (bug#3314).
620
4d45a8b7
CY
6212011-07-11 Chong Yidong <cyd@stupidchicken.com>
622
623 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
624 (Other Kill Commands, Kill Options): Copyedits.
625 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
626 (Yanking): Move yank-excluded properties discussion here.
627 (Cut and Paste): Move from frames.texi. Update subnodes to
628 describe x-select-enable-clipboard case.
629
630 * frames.texi: Move Cut and Paste node and subnodes into
631 killing.texi, except Mouse Commands and Word and Line Mouse.
632
c160ddee
AM
6332011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
634
635 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
636
3329e6e3
LMI
6372011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
32a214fe
LMI
639 * screen.texi (Mode Line): Clarify that coding systems are
640 characters, not letters (bug#1749).
641
3329e6e3
LMI
642 * cmdargs.texi (Environment): Mention removing variables
643 (bug#1615). Text suggested by Kevin Rodgers.
644
8875da1e
CY
6452011-07-10 Chong Yidong <cyd@stupidchicken.com>
646
54806e45
CY
647 * misc.texi (Amusements): Don't mention Yow; it's crippled.
648
8875da1e
CY
649 * modes.texi: Rename from major.texi.
650 (Modes): New node. Make Major Modes and Minor Modes subsections
651 of this. All callers changed.
652
653 * custom.texi (Minor Modes): Move to modes.texi.
654
7847b2a1
CY
6552011-07-10 Chong Yidong <cyd@stupidchicken.com>
656
6cfd0fa2
CY
657 * custom.texi (Syntax): Node deleted.
658
659 * help.texi (Help Summary):
660 * major.texi (Major Modes):
661 * programs.texi (Parentheses):
662 * search.texi (Regexp Backslash, Regexp Backslash)
663 (Regexp Backslash):
664 * text.texi (Words): Callers changed.
665
7847b2a1
CY
666 * text.texi (Refill, Longlines): Delete nodes.
667
668 * ack.texi (Acknowledgments): Longlines removed from manual.
669
670 * emacs.texi (Top): Update node listing.
671
2a71c436
GM
6722011-07-09 Glenn Morris <rgm@gnu.org>
673
674 * fortran-xtra.texi (Fortran): Update handled extensions.
675
61436e9f
LMI
6762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
677
678 * display.texi (Scrolling): `C-v' (etc) are now bound to
679 `scroll-*-command' (bug#8349).
680
6e560c71
LMI
6812011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
48954a09 683 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
684 doesn't actually delete any files (bug#7125).
685
2904fd97
LMI
686 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
687 argument for `C-c C-k' (bug#7391).
688
6e560c71
LMI
689 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
690 you're currently using (bug#8489).
691
978ff6c5
EZ
6922011-07-01 Eli Zaretskii <eliz@gnu.org>
693
694 * mule.texi (Coding Systems): Move index entries from the previous
695 change into their proper places.
696
0d742084
LMI
6972011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
698
31976bd5
LMI
699 * help.texi (Help Files): Document view-external-packages (bug#8902).
700
0d742084
LMI
701 * mule.texi (Coding Systems): Put a few more of the coding systems
702 into the index (bug#8900).
703
9f678528
GM
7042011-06-26 Glenn Morris <rgm@gnu.org>
705
706 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
707
18a4ce5e
AR
7082011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
709
710 * misc.texi (emacsclient Options): Mention --frame-parameters.
711
f0da764a
GM
7122011-06-09 Glenn Morris <rgm@gnu.org>
713
714 * custom.texi (Specifying File Variables):
715 Recommend explicit arguments for minor modes.
716
b047e7ac
PE
7172011-06-02 Paul Eggert <eggert@cs.ucla.edu>
718
719 Document wide integers better.
720 * buffers.texi (Buffers):
001903b5
PE
721 * files.texi (Visiting): Document maxima for 64-bit machines,
722 and mention virtual memory limits.
b047e7ac 723
bf41276f
CY
7242011-05-28 Chong Yidong <cyd@stupidchicken.com>
725
726 * custom.texi (Hooks): Reorganize. Mention Prog mode.
727
728 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
729 prog mode (Bug#8240).
730
e145f188
GM
7312011-05-27 Glenn Morris <rgm@gnu.org>
732
733 * custom.texi (Specifying File Variables):
734 Major modes no longer need come first.
735
313f790e
CY
7362011-05-22 Chong Yidong <cyd@stupidchicken.com>
737
738 * mule.texi (Specify Coding, Text Coding, Communication Coding):
739 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
740
c136e5cd
GM
7412011-05-18 Glenn Morris <rgm@gnu.org>
742
743 * ack.texi (Acknowledgments): Remove fakemail.c.
744
c71a0d48 7452011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
746
747 Fixes for fitting text into 7x9 printed manual.
748 * building.texi (Flymake, Breakpoints Buffer):
749 * calendar.texi (Appointments):
750 * cmdargs.texi (General Variables, Display X):
751 * custom.texi (Saving Customizations, Face Customization)
752 (Directory Variables, Minibuffer Maps, Init Rebinding):
753 * display.texi (Font Lock, Font Lock, Useless Whitespace):
754 * fixit.texi (Spelling):
755 * frames.texi (Creating Frames, Fonts):
756 * help.texi (Help Files):
757 * mini.texi (Minibuffer File):
758 * misc.texi (emacsclient Options, Emulation):
759 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
760 * mule.texi (International Chars, Language Environments)
761 (Select Input Method, Modifying Fontsets, Charsets):
762 * programs.texi (Custom C Indent):
763 * rmail.texi (Rmail Labels):
764 * text.texi (Table Conversion):
765 * trouble.texi (Known Problems, Known Problems):
766 * windows.texi (Change Window):
767 * xresources.texi (GTK resources): Reflow text and re-indent code
768 examples to avoid TeX overflows and underflows on 7x9 paper.
769
770 * emacs.texi: Fix the (commented out) smallbook command.
771
772 * macos.texi (Mac / GNUstep Events):
773 * xresources.texi (Lucid Resources): Remove extraneous examples.
774
b8f82dc1
GM
7752011-05-10 Glenn Morris <rgm@gnu.org>
776
777 * custom.texi (Specifying File Variables):
778 Deprecate using mode: for minor modes.
779
d306b4da
GM
7802011-05-07 Glenn Morris <rgm@gnu.org>
781
782 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
783
548d0a63
GM
7842011-05-06 Glenn Morris <rgm@gnu.org>
785
5006e634
GM
786 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
787
548d0a63
GM
788 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
789
e793a940
LMI
7902011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
791
792 * misc.texi (Emacs Server): Document `server-eval-at'.
793
7031be6d
UR
7942011-04-24 Chong Yidong <cyd@stupidchicken.com>
795
796 * maintaining.texi (List Tags): Document next-file. Suggested by
797 Uday S Reddy.
798
4ffd0d6b 7992011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
800
801 * mini.texi (Minibuffer Edit):
802 * screen.texi (Mode Line): Fix typo.
803
1c6c854e
CS
8042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
805
024ff170 806 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 807
c5c9f40f
CY
8082011-03-26 Chong Yidong <cyd@stupidchicken.com>
809
810 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
811
09725d26
EZ
8122011-03-30 Eli Zaretskii <eliz@gnu.org>
813
814 * display.texi (Auto Scrolling): Document the limit of 100 lines
815 for never-recentering scrolling with `scroll-conservatively'.
816 (Bug#6671)
817
09d9db2c 8182011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
819
820 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
821 HOME on Windows and where it looks for init files. (Bug#8221)
822
62d94509
EZ
8232011-03-10 Eli Zaretskii <eliz@gnu.org>
824
825 * search.texi (Regexp Example):
826 * mule.texi (International Chars):
827 * building.texi (External Lisp): Don't use characters outside
828 ISO-8859-1.
829
0286d9de
EZ
8302011-03-09 Eli Zaretskii <eliz@gnu.org>
831
1c6c854e
CS
832 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
833 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
834
835 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
836
114902a5 837 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
838 (Bug#8210)
839
0afb4571
J
8402011-03-08 Jan Djärv <jan.h.d@swipnet.se>
841
842 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
843 for Gtk+ 3.
844
bb3865e8
GM
8452011-03-08 Glenn Morris <rgm@gnu.org>
846
6446548e
GM
847 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
848 * emacs.texi (Acknowledgments):
849 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 850 * emacs.texi: Set documentencoding.
6446548e 851
bb3865e8
GM
852 * display.texi (Optional Mode Line): Don't mention exactly where
853 display-time appears. (Bug#8193)
854
33383987
JB
8552011-03-07 Chong Yidong <cyd@stupidchicken.com>
856
857 * Version 23.3 released.
858
892777ba
CY
8592011-03-06 Chong Yidong <cyd@stupidchicken.com>
860
861 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
862
0b973fc5
DW
8632011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
864
865 * misc.texi (emacsclient Options): Add q/quiet.
866
8ef5a2f2
GM
8672011-03-02 Glenn Morris <rgm@gnu.org>
868
869 * mule.texi (Communication Coding) <x-select-request-type>:
870 Remove duplicate (essentially) paragraph. (Bug#8148)
871
bd106056
CS
8722011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
873
874 * maintaining.texi (Format of ChangeLog): Add reference to
875 add-log-full-name.
876 (Change Log Commands): Add documentation for combining multiple
877 symbols in one change.
878
6640b281
GM
8792011-03-01 Glenn Morris <rgm@gnu.org>
880
881 * custom.texi (Directory Variables):
882 Give an example of excluding subdirectories.
883
2b0c7330 8842011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
885
886 * search.texi (Regexp Search): Move index entries about regexps to the
887 "Regexps" node. Add index entries for regexp search. (Bug#8096)
888
8c62c205
GM
8892011-02-19 Glenn Morris <rgm@gnu.org>
890
891 * dired.texi (Dired): Dired-X version number was dropped.
892
3928f2b6
JD
8932011-02-14 Jan Djärv <jan.h.d@swipnet.se>
894
895 * xresources.texi (X Resources): Remove *faceName and replace it with
896 *font for Lucid.
897
a41c8660
CY
8982011-02-05 Chong Yidong <cyd@stupidchicken.com>
899
900 * rmail.texi (Rmail Display): Document Rmail MIME support more
901 accurately.
902
903 * maintaining.texi (VC Change Log): Document vc-log-incoming and
904 vc-log-outgoing.
905 (Merging): Document vc-find-conflicted-file.
906
233ba4d9 9072011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
908
909 * custom.texi (Variables): Fix typo.
910
14beddf4 9112011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 912
65401ee3
CY
913 * search.texi (Regexps): Copyedits. Mention character classes
914 (Bug#7809).
915
19f81ecf
CY
916 * files.texi (File Aliases): Restore explanatory text from Eli
917 Zaretskii, accidentally removed in 2011-01-08 commit.
918
bf3dae7e
EZ
9192011-01-29 Eli Zaretskii <eliz@gnu.org>
920
921 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
922 (MAKEINFO_OPTS): New variable.
923 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
924 (emacs.html): New target.
925 (clean): Remove emacs.html.
926
45eb2a5d
WL
9272011-01-23 Werner Lemberg <wl@gnu.org>
928
929 * Makefile.in (MAKEINFO): Now controlled by `configure'.
930 (MAKEINFO_OPTS): New variable. Use it where appropriate.
931 (ENVADD): Updated.
932
9acfe703
GM
9332011-01-18 Glenn Morris <rgm@gnu.org>
934
935 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
936
937 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
938
362b9d48
GM
9392011-01-15 Chong Yidong <cyd@stupidchicken.com>
940
bb033b5f
CY
941 * building.texi (Compilation): Improve instructions for running two
942 compilations (Bug#7573).
943
b024d9f0
MD
944 * files.texi (Backup Names): Document the new location of the
945 last-resort backup file.
946
362b9d48
GM
947 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
948 manual. Explain why directory-abbrev-alist elements should be anchored
949 (Bug#7777).
950
9512011-01-15 Eli Zaretskii <eliz@gnu.org>
952
953 * msdog.texi (Windows Startup): Correct inaccurate description of
954 differences between emacsclient.exe and emacsclientw.exe.
955
7c420169 9562011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
957
958 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
959
7c420169 9602011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
961
962 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
963
7c420169 9642011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 965
2d34d523
EZ
966 * frames.texi (Cut and Paste): Modify the section's name and text:
967 don't mix "cut/paste" with "kill/yank".
968 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
969 (Bug#7702)
970
88ab4340
EZ
971 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
972
7c420169 9732011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
974
975 * maintaining.texi: Move inclusion of emerge after EDE, so that it
976 matches its position in the menu. (Bug#7674)
977
7c420169 9782011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
979
980 * trouble.texi (Checklist): Mention not replying via news either.
981
92bb6c52
TH
9822010-12-30 Tassilo Horn <tassilo@member.fsf.org>
983
984 * misc.texi (Document View): Update DocView section with newly
985 supported document formats.
986
b103c904
CY
9872010-12-21 Chong Yidong <cyd@stupidchicken.com>
988
989 * killing.texi: Resection the Info version to conform to the
990 printed manual, to avoid making sections on Accumulating Text, CUA
991 and Rectangles into full chapters.
992
f49d1f52 9932010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
994
995 * custom.texi (Init Syntax): Add index entries for "character syntax".
996 (Bug#7576)
997
f49d1f52 9982010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
999
1000 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1001
f49d1f52 10022010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1003
1004 * trouble.texi (Checklist): Fix typo in newsgroup name.
1005
f49d1f52 10062010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1007
1008 * search.texi (Word Search): Note that the lazy highlight always
1009 matches to whole words (Bug#7470).
1010
f49d1f52 10112010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1012
4f1948eb
EZ
1013 * display.texi (Optional Mode Line): Make the description of
1014 load-average more accurate.
1015
b8a9e136
EZ
1016 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1017 registry, with a cross-reference.
62d72a4a
EZ
1018 (Windows Startup): New node. Move the stuff about the current
1019 directory from "Windows HOME".
b8a9e136 1020
07976ae3 10212010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1022
1023 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1024 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1025
07976ae3 10262010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1027
1028 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1029 Suggested by Štěpán Němec.
1030
07976ae3 10312010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1032
1aaae3f3
CY
1033 * maintaining.texi (Version Control): Say "commit", not "check in".
1034 (Version Control Systems): Simplify descriptions.
1035 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1036 VCS Concepts.
1037 (VC Mode Line): Update example.
1038 (Old Revisions): Document revert-buffer for vc-diff.
1039 (Log Buffer): Promote to a subsection. Document header lines.
1040
1c6c854e
CS
1041 * macos.texi (Mac / GNUstep Basics):
1042 Document ns-right-alternate-modifier.
ec8a6295 1043
1aaae3f3
CY
1044 * emacs.texi (Top): Update node listing.
1045
0eb025fb
EZ
10462010-11-13 Eli Zaretskii <eliz@gnu.org>
1047
1048 * rmail.texi (Rmail Coding): Characters with no fonts are not
1049 necessarily displayed as empty boxes.
1050
1051 * mule.texi (Language Environments, Fontsets): Characters with no
1052 fonts are not necessarily displayed as empty boxes.
1053
1054 * display.texi (Text Display): Document display of glyphless
1055 characters.
1056
ea4f7750
GM
10572010-11-13 Glenn Morris <rgm@gnu.org>
1058
1059 * basic.texi (Position Info): Add M-x count-words-region.
1060
90639cea
GM
10612010-11-11 Glenn Morris <rgm@gnu.org>
1062
1063 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1064
d607b96b 10652010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1066
1067 * msdog.texi (Windows HOME): Add information regarding startup
1068 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1069
c12e4a81
GM
10702010-10-11 Glenn Morris <rgm@gnu.org>
1071
df187c62
GM
1072 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1073
c12e4a81
GM
1074 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1075 (DVIPS): New variable.
234db610
GM
1076 (.PHONY): Add html, ps.
1077 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1078 (clean): Delete html, ps files.
c12e4a81 1079
6513b232
EZ
10802010-10-09 Eli Zaretskii <eliz@gnu.org>
1081
1082 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1083
f4f358f1
GM
10842010-10-09 Glenn Morris <rgm@gnu.org>
1085
c1dc72b3
GM
1086 * Makefile.in (VPATH): Remove.
1087 (infodir): Make it absolute.
1088 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1089
4393405b
GM
1090 * Makefile.in (dist): Anchor regexps.
1091
eef3ab94
GM
1092 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1093 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1094 (emacs-xtra.pdf): Use $<.
1095
aa9db089
GM
1096 * Makefile.in (infoclean): Remove harmless, long-standing error.
1097
abd40fb4
GM
1098 * Makefile.in ($(infodir)): Delete rule.
1099 (mkinfodir): New.
1100 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1101
f4f358f1 1102 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1103 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1104 * emacsver.texi: New file, replacing emacsver.texi.in.
1105
ea274122
GM
11062010-10-09 Glenn Morris <rgm@gnu.org>
1107
f7a31f11
GM
1108 * emacsver.texi.in: New file.
1109 * emacs.texi: Set EMACSVER by including emacsver.texi.
1110 * Makefile.in (distclean): Delete emacsver.texi.
1111 (dist): Copy emacsver.texi.
b13254e7 1112 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1113
3fb78d1f
GM
1114 * ack.texi (Acknowledgments): No more b2m.c.
1115
ea274122
GM
1116 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1117 (emacs): Remove rule.
1118 (dist): No need to deal with the emacs rule any more.
1119
17ca7950
GM
11202010-10-07 Glenn Morris <rgm@gnu.org>
1121
1122 * Makefile.in (version): New, set by configure.
1123 (clean): Delete dist tar file.
1124 (dist): Use version in tar name.
1125
4c83f6e1
GM
11262010-10-06 Glenn Morris <rgm@gnu.org>
1127
1128 * Makefile.in (EMACS_XTRA): Add the main source file.
1129 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1130 (mostlyclean): No core files, reorder other files.
1131 (clean): Delete specific dvi and pdf files.
1132 (infoclean, dist): New rules.
1133 (maintainer-clean): Use infoclean.
8a944cea 1134 ($(infodir)): Add parallel build workaround.
4c83f6e1 1135
0264072d
GM
11362010-10-04 Glenn Morris <rgm@gnu.org>
1137
1138 * Makefile.in (SHELL): Set it.
1139 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1140 (info, dvi): Replace above variables with their expansions.
1141 (info): Move mkdir from here...
1142 ($(infodir)/emacs): ... to here (for parallel builds).
1143 (pdf): New target.
1144 ($(infodir)/emacs): Pass -o option to makeinfo.
1145 (.PHONY): Declare clean rules.
1146 (maintainer-clean): Delete dvi and pdf files.
1147 Guard against cd failures. Use a more restrictive delete.
1148
3226d6ca
GM
11492010-10-02 Glenn Morris <rgm@gnu.org>
1150
1151 * misc.texi (Shell Mode): Remove reference to old function name.
1152
cad90f3b
EZ
11532010-09-30 Eli Zaretskii <eliz@gnu.org>
1154
1155 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1156 indicator characters.
1157
5f874327
GM
11582010-09-29 Glenn Morris <rgm@gnu.org>
1159
1160 * Makefile.in (top_srcdir): Remove unused variable.
1161
0ab9cff3
GM
11622010-09-14 Glenn Morris <rgm@gnu.org>
1163
67ae9766
GM
1164 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1165 the last hook item.
1166
0ab9cff3
GM
1167 * calendar.texi (Appointments): Also updated when a diary include file
1168 is saved.
1169
6664fc59 11702010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1171
1172 * trouble.texi (Bugs): Update the section intro.
1173 (Known Problems): New section.
1174 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1175 (Sending Patches): Bug fixes are best as responses to existing bugs.
1176 * emacs.texi (Known Problems): Add menu entry for new section.
1177
be3283d7
GM
11782010-09-09 Glenn Morris <rgm@gnu.org>
1179
1180 * xresources.texi: Untabify.
1181
10999305 11822010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1183
1184 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1185
10999305 11862010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1187
1188 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1189
30641319
JD
11902010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1191
1192 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1193
50dd7bc6
GM
11942010-08-21 Glenn Morris <rgm@gnu.org>
1195
1196 * misc.texi (Amusements): Mention bubbles and animate.
1197
5e620eca
EZ
11982010-07-31 Eli Zaretskii <eliz@gnu.org>
1199
1200 * files.texi (Visiting): Add more index entries for
1201 large-file-warning-threshold.
1202
8b2dd508
JD
12032010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1204
1205 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1206
8838673e
GM
12072010-06-23 Glenn Morris <rgm@gnu.org>
1208
1209 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1210 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1211 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1212 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1213 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1214 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1215 Untabify Texinfo files.
1216
04d3bb6c
GM
12172010-06-10 Glenn Morris <rgm@gnu.org>
1218
103dd3a8
GM
1219 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1220
04d3bb6c
GM
1221 * basic.texi (Inserting Text): Fix typo.
1222
50b79479
GM
12232010-06-10 Glenn Morris <rgm@gnu.org>
1224
1225 * ack.texi (Acknowledgments):
1226 * emacs.texi (Acknowledgments): Update for notifications.el.
1227
86d7a550
DU
12282010-05-31 Daiki Ueno <ueno@unixuser.org>
1229
1230 * dired.texi (Operating on Files): Mention encryption commands
1231 (Bug#6315).
1232
db5dce9d
EZ
12332010-05-29 Eli Zaretskii <eliz@gnu.org>
1234
1235 * basic.texi (Moving Point): Update due to renaming of commands bound
1236 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1237
34313041
EZ
12382010-05-18 Eli Zaretskii <eliz@gnu.org>
1239
1240 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1241 paragraphs.
1242 (Line Truncation): Fix wording for bidi display.
1243
1fc0ce04 1244 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1245 keys.
1246
0235128c 12472010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1248
1249 * building.texi (GDB Graphical Interface): Remove misleading comparison
1250 to an IDE (Bug#6128).
1251
0235128c 12522010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1253
1254 * programs.texi (Man Page):
1255 * misc.texi (Invoking emacsclient):
1256 * mini.texi (Repetition):
1257 * mark.texi (Setting Mark): Fix typos.
1258
0235128c 12592010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
1260
1261 * misc.texi (Printing): Document htmlfontify-buffer.
1262
0235128c 12632010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
1264
1265 * calendar.texi (Displaying the Diary, Format of Diary File):
1266 Fix external cross-references for TeX format output.
1267
0235128c
SM
12682010-05-07 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * Version 23.2 released.
1271
f63d0028
JD
12722010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1273
1274 * cmdargs.texi (Initial Options): Mention --chdir.
1275
20fe03ad
JD
12762010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1277
1278 * frames.texi (Tool Bars): Add tool-bar-style.
1279
b7d65a5f
GM
12802010-04-21 Glenn Morris <rgm@gnu.org>
1281
1282 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1283
a42dbee1
CY
12842010-04-18 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * programs.texi (Semantic): New node.
1287
1288 * maintaining.texi (EDE): New node.
1289
1290 * emacs.texi: Update node listing.
1291
1292 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1293
6e104790 12942010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1295
d52dbd3d
GM
1296 * emacs.texi (Acknowledgments): Remove duplicate.
1297
a77fe20c
GM
1298 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1299
6e104790 13002010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1301
4ebe9902
GM
1302 * dired.texi (Misc Dired Features): Mention VC diff and log.
1303 * maintaining.texi (Old Revisions, VC Change Log):
1304 Mention that diff and log work in Dired buffers.
1305
98932641
GM
1306 * help.texi (Help Summary): Mention M-x info-finder.
1307
d5b22ab2 1308 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1309
4d4e9522
GM
1310 * custom.texi (Specifying File Variables, Directory Variables):
1311 Document new commands for manipulating local variable lists.
1312
6e104790 13132010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1314
1315 * trouble.texi (Contributing): Add cindex entry.
1316 Mention etc/CONTRIBUTE.
1317
6e104790 13182010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1319
1320 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1321 query-replace (Bug#5774).
1322
a20a9df3
GM
13232010-04-16 Glenn Morris <rgm@gnu.org>
1324
1325 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1326
1ecb2d3f
JD
13272010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1328
1329 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1330
99852628
JD
13312010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1332
1333 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1334
ce79424f
EZ
13352010-03-30 Eli Zaretskii <eliz@gnu.org>
1336
1337 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1338 cross-reference to "Inserting Text".
1339
1340 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1341 Mention completion provided by `ucs-insert'.
1342
85738751 13432010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1344
1345 * sending.texi (Sending Mail): Note variables that may need
1346 customizing.
1347 (Mail Sending): Expand discussion of send-mail-function.
1348
85738751 13492010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1350
1351 Document Message mode as the default mail mode.
1352
1353 * sending.texi (Sending Mail): Copyedits.
1354 (Mail Format, Mail Headers): Document mail-from-style changes.
1355 (Mail Commands): Rename from Mail mode. Document Message mode.
1356 (Mail Misc): Rename from Mail mode Misc.
1357 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1358 command names and update keybindings.
1359 (Header Editing): Document message-tab. De-document
1360 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1361 favor of mail-default-headers. Ad index entries for user-full-name and
1362 user-mail-address.
1c6c854e
CS
1363 (Citing Mail): Update changes in Message mode behavior.
1364 Document mail-yank-prefix.
e73c2434
CY
1365 (Mail Signature): New node, moved from Mail Misc.
1366 (Mail Aliases): Mail abbrevs are the default with Message mode.
1367 (Mail Methods): Note that Message mode is now the default.
1368
1369 * rmail.texi (Rmail Reply):
1370 * text.texi (Text Mode):
1371 * major.texi (Major Modes):
1372 * mule.texi (Output Coding): Refer to Message mode.
1373
1374 * custom.texi (Init Examples): Add xref to Mail Header.
1375
1fc0ce04 1376 * emacs.texi (Top): Fix xrefs.
e73c2434 1377
85738751 13782010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1379
c0c035fa
CY
1380 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1381 repository if there is none.
1382 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1383 vc-print-root-log.
ef7b27ef 1384 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1385
71785b7a
CY
1386 * programs.texi (Program Modes): Mention Javascript mode.
1387
f67c5dd0
CY
1388 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1389 * emacs.texi: Update node description.
1390
0f72a391 1391 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1392 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1393
dc2d2590
JL
13942010-03-30 Juri Linkov <juri@jurta.org>
1395
1396 * search.texi (Other Repeating Search): Remove line that `occur'
1397 can not handle multiline matches.
1398
a7b02820
EZ
13992010-03-30 Eli Zaretskii <eliz@gnu.org>
1400
1401 * mule.texi (International): Mention support of bidirectional editing.
1402 (Bidirectional Editing): New section.
1403
22ef1944
NR
14042010-03-28 Nick Roberts <nickrob@snap.net.nz>
1405
1406 * emacs.texi (Top): Update node names to those in building.texi.
1407
146b8b16
NR
14082010-03-27 Nick Roberts <nickrob@snap.net.nz>
1409
c5e87d10
PE
1410 doc/emacs/building.texi: Describe restored GDB/MI functionality
1411 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
1412 doc/emacs/emacs.texi: Update node names for building.texi.
1413
6d98672d
GM
14142010-03-24 Glenn Morris <rgm@gnu.org>
1415
1416 * ack.texi (Acknowledgments):
1417 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1418
93318cbd
JD
14192010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1420
1421 * xresources.texi (Table of Resources): Clarify toolBar number
1422 for Gtk+.
1423
1424 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1425
15cf2f52
CY
14262010-03-21 Chong Yidong <cyd@stupidchicken.com>
1427
4102856c
CY
1428 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1429
15cf2f52
CY
1430 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1431 and multi-isearch-buffers-regexp.
1432
1433 * indent.texi (Indentation): Clarify description of
1434 indent-for-tab-command. Document tab-always-indent.
1435
d68eb23c
CY
14362010-03-20 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * cmdargs.texi (Font X): Move most content to Fonts.
1439
1440 * frames.texi (Fonts): New node. Document font-use-system-font.
1441
1442 * emacs.texi (Top):
1443 * xresources.texi (Table of Resources):
1444 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1445
288f9fc0
CY
14462010-03-10 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * Branch for 23.2.
1449
17782bec
CY
14502010-03-06 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * custom.texi (Init Examples): Add xref to Locals.
1453
1454 * major.texi (Choosing Modes): Mention usage of setq-default for
1455 setting the default value of major-mode (Bug#5688).
1456
b4a1a8b2
CY
14572010-03-02 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1460
1461 * display.texi (Display Custom): Document make-pointer-invisible and
1462 underline-minimum-offset. Remove inverse-video.
1463
a1e759cd
CY
14642010-02-21 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * frames.texi (Frame Commands): Note that the last ordinary frame can
1467 be deleted in daemon mode (Bug#5616).
1468
4f3bc373
GM
14692010-02-18 Glenn Morris <rgm@gnu.org>
1470
1471 * trouble.texi (Contributing): Repository is no longer CVS.
1472
5dbbdd33
GM
14732010-02-08 Glenn Morris <rgm@gnu.org>
1474
1475 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1476
cd61af01
SM
14772010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * display.texi (Useless Whitespace, Text Display):
1480 * custom.texi (Init Examples): Avoid obsolete special default variables
1481 like default-major-mode.
1482
b1bb0a25 14832010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1484
1485 * programs.texi (Other C Commands): Replace reference to obsolete
1486 c-subword-mode.
1487
99d0985b
GM
14882010-01-21 Glenn Morris <rgm@gnu.org>
1489
1490 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1491
893db5bc
GM
14922010-01-12 Glenn Morris <rgm@gnu.org>
1493
1494 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1495 emacs-pretest-bug for bug reports for development versions.
1496
0419b8d6
GM
14972010-01-11 Glenn Morris <rgm@gnu.org>
1498
1499 * display.texi (Highlight Interactively): `t' does not mean highlight
1500 all patterns. (Bug#5335)
1501
26e533e2
CY
15022009-12-29 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * misc.texi (Shell): Document async-shell-command.
1505
1506 * building.texi (Grep Searching): Document zrgrep.
1507
484eaeac 1508 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1509
7ee6c59b
NR
15102009-12-29 Nick Roberts <nickrob@snap.net.nz>
1511
1512 * building.texi: Import GDB Graphical Interface description from
1513 EMACS_23_1_RC.
1514
91ed7ea8
CY
15152009-12-24 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * emacs.texi (Top): Update node listing.
1518
1519 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1520
1521 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1522
1523 * cmdargs.texi (Initial Options):
1524 * xresources.texi (Resources): Document inhibit-x-resources.
1525
1526 * custom.texi (Specifying File Variables): Note that minor modes are
1527 enabled unconditionally.
1528
1529 * display.texi (Scrolling): Briefly document the old recenter command,
1530 and document recenter-positions.
1531
1532 * files.texi (Visiting):
1533 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1534
1c6c854e
CS
1535 * frames.texi (Cut/Paste Other App):
1536 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1537
1538 * killing.texi (Kill Options): New node.
1539
6ca89aaa
CY
15402009-12-05 Chong Yidong <cyd@stupidchicken.com>
1541
1542 * misc.texi (Shell Options): ansi-color is now default.
1543
806642d4
GM
15442009-12-05 Glenn Morris <rgm@gnu.org>
1545
806642d4
GM
1546 * emacs.texi (Top): Update menu for cal-xtra node changes.
1547 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1548 or mode line. Don't mention invisible text or the details of
1549 diary-print-entries here, only in cal-xtra.
1550 (Format of Diary File): Mention that the "date on first line" format
1551 only really affects the simple display.
1552 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1553 (Diary Customizing): Holidays may be in the buffer or mode line.
1554 Move diary-print-entries to the "Diary Display" section.
1555 (Diary Display): New section, split out from "Fancy Diary Display".
1556 Explain the limitations of simple display, and how to print it.
1557
1a4f0c0a
GM
1558 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1559
e11adbd8
GM
1560 * cal-xtra.texi (Diary Display): Mention View mode.
1561
29a483ac
JL
15622009-11-29 Juri Linkov <juri@jurta.org>
1563
1564 * display.texi (Highlight Interactively): Actually a list of
1565 default faces is pre-loaded into a list of default values
1566 instead of the history.
1567
83d60c79
GM
15682009-11-20 Glenn Morris <rgm@gnu.org>
1569
1570 * ack.texi (Acknowledgments):
1571 * emacs.texi (Acknowledgments): Add htmlfontify.
1572
276bbe96
GM
15732009-11-14 Glenn Morris <rgm@gnu.org>
1574
98ad1bae
GM
1575 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1576
276bbe96
GM
1577 * ack.texi (Acknowledgments):
1578 * emacs.texi (Acknowledgments): Update for recent Org changes.
1579
18430066
CY
15802009-10-31 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1583 `charset' property, which is irrelevant to the user manual (Bug#3526).
1584
522ddc9f
JB
15852009-10-14 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * trouble.texi (DEL Does Not Delete): Fix typo.
1588
50b49ade
MA
15892009-10-05 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * files.texi (Misc File Ops): Mention copy-directory.
1592
6308321a
EZ
15932009-10-04 Eli Zaretskii <eliz@gnu.org>
1594
43b3b4d1
EZ
1595 * mule.texi (Unibyte Mode): Emphasize that
1596 unibyte-display-via-language-environment affects only the display.
1597
6308321a
EZ
1598 * display.texi (Horizontal Scrolling): Document cursor behavior under
1599 horizontal scrolling when point moves off the screen (Bug#4564).
1600 Improve wording.
1601
bd51ea7f
MA
16022009-10-01 Michael Albinus <michael.albinus@gmx.de>
1603
1604 * files.texi (Directories): delete-directory prompts for recursive
1605 deletion.
1606
55381962
GM
16072009-09-30 Glenn Morris <rgm@gnu.org>
1608
1609 * ack.texi (Acknowledgments):
1610 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1611
13989ab1
TH
16122009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1613
1614 * dired.texi (Dired Navigation): Use @code instead of @var for
1615 dired-isearch-filenames, so that it's not capitalized.
1616
8ba46c89
CY
16172009-09-19 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1620
1621 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1622
1623 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1624 (Key Bindings): Reference Init Rebinding in introductory text.
1625 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1626 (Keymaps): Simplify.
1627 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1628 (Minibuffer Maps): Remove mention of Mocklisp.
1629 (Init Rebinding): Move mode-local rebinding example here from Local
1630 Keymaps.
1631 (Modifier Keys): Clarify.
1e11b018 1632 (Rebinding): Add cindex for "binding keys".
8ba46c89 1633
6a5ca7c8
CY
16342009-09-13 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1637
0e1cba51
NR
16382009-08-31 Nick Roberts <nickrob@snap.net.nz>
1639
6a5ca7c8 1640 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1641 Re-organise these two sections.
0e1cba51 1642
76a87a4d
EZ
16432009-08-29 Eli Zaretskii <eliz@gnu.org>
1644
1645 * cmdargs.texi (Initial Options): Fix last change.
1646
82e98df4
SM
16472009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * mule.texi (Enabling Multibyte):
1650 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1651 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1652
fb89fad9
GM
16532009-08-20 Glenn Morris <rgm@gnu.org>
1654
1655 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1656
e99652b0
GM
16572009-08-19 Glenn Morris <rgm@gnu.org>
1658
1659 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1660
5cca97ad
GM
16612009-08-18 Glenn Morris <rgm@gnu.org>
1662
1663 * ack.texi (Acknowledgments):
1664 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1665
997797ae 1666 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1667
985bf85b
GM
16682009-08-09 Glenn Morris <rgm@gnu.org>
1669
1670 * ack.texi (Acknowledgments):
1671 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1672
8d6bb99e
DD
16732009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1674
1675 * emacs.texi (Top): Add new menu items for GDB-UI.
1676
1677 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1678 section. Threads buffer is in separate section now.
8d6bb99e 1679
8353da9c
GM
16802009-08-08 Glenn Morris <rgm@gnu.org>
1681
1682 * ack.texi (Acknowledgments):
1683 * emacs.texi (Acknowledgments):
1684 Update for js2-mode and org changes.
1685
f2074faf
MA
16862009-08-02 Michael Albinus <michael.albinus@gmx.de>
1687
1688 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1689 files.
1690
e8d2d3fb
CY
16912009-07-28 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1694
324a4f6a
GM
16952009-07-23 Glenn Morris <rgm@gnu.org>
1696
1697 * programs.texi (Matching): Update blink-matching-paren-distance.
1698
b6937a70
CY
16992009-07-21 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * frames.texi (Cut/Paste Other App): For select-active-regions,
1702 selection is now updated on moving point.
1703
bd8aaa36
RS
17042009-07-21 Richard Stallman <rms@gnu.org>
1705
1706 * glossary.texi (GNU, Daemon): Update information.
1707
8d9b5eba
JL
17082009-07-19 Juri Linkov <juri@jurta.org>
1709
1710 * custom.texi (Specifying File Variables, Safe File Variables):
1711 "variables/value pairs" -> "variable/value pairs".
1712
a2acc1db
GM
17132009-07-15 Glenn Morris <rgm@gnu.org>
1714
1715 * misc.texi (Gnus): Remove widow.
1716
c5ae942b
GM
17172009-07-11 Glenn Morris <rgm@gnu.org>
1718
703d26ba
GM
1719 * Makefile.in (TEXI2PDF): New.
1720 (emacs.pdf, emacs-xtra.pdf): New targets.
1721
522ddc9f 1722 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1723
1724 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1725
1726 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1727 Don't print the copying notice twice in the printed version.
1728 Update the menu and detailmenu.
1729 (Preface): The meaning of "on-line" has changed.
1730 Correct name for "Common Problems" chapter.
1731 (Distrib): Update FSF shop URL.
1732 (Intro): Showing two files at once is not so exciting.
1733
1734 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1735 (Mac / GNUstep Basics): Minor grammar changes.
1736 (Mac / GNUstep Events): Fix typo.
1737 (GNUstep Support): CANNOT_DUMP no longer applies.
1738
1739 * misc.texi (Document View): Fix typos.
1740
1741 * dired.texi (Dired):
1742 * help.texi (Help):
1743 * macos.texi (Mac OS / GNUstep):
1744 * maintaining.texi (Version Control, Introduction to VC):
1745 End menu descriptions with a period.
c5ae942b 1746
b1c8242b
EZ
17472009-07-09 Eli Zaretskii <eliz@gnu.org>
1748
1749 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1750 so categorical in saying that the option is only useful on NTFS.
1751
220d9aa6
GM
17522009-07-09 Glenn Morris <rgm@gnu.org>
1753
1754 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1755 (ENVADD): Add texinfodir to TEXINPUTS.
1756
1757 * emacs.texi (Top): Fix cross-reference.
1758
1759 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1760
1761 * vc1-xtra.texi (Revision Tags): Fix typo.
1762
d07e72d3
GM
17632009-07-03 Glenn Morris <rgm@gnu.org>
1764
1765 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1766 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1767 (Merge Commands): `.' does not seem to work in A or B buffer.
1768 `l' can recreate the 3-window display.
1769
1770 * glossary.texi (Glossary): Minor phrasing changes throughout.
1771 Add more internal cross-references.
1772 <Autoloading>: You can't really autoload a variable.
1773 <C-M->: Move details here from `M-C-' item.
1774 <Continuation Line>: Refer to `Truncation.'
1775 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1776 <Home Directory, Unix>: New entries.
1777 <Deletion of Files>: Mention recycle bins.
1778 <Directory>: Mention ``folders.''
1779 <Error>: Don't mention ``type-ahead.''
1780 <Fringe>: Refer to the manual node.
1781 <Minor Mode>: Can be global or local.
1782 <Spell Checking>: There are other checkers besides Ispell.
1783
f144038a
GM
17842009-07-02 Glenn Morris <rgm@gnu.org>
1785
1786 * anti.texi (Antinews): Minor changes in phrasing.
1787
1788 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1789 some underfull lines in dvi output.
1790
1791 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1792
1793 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1794
1795 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1796
3f1c6666
JD
17972009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1798
1799 * xresources.texi (Table of Resources): Mention maximized for
1800 fullscreen.
1801
1802 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1803
62aadce7
CY
18042009-07-01 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * anti.texi (Antinews): Correct the list of removed platforms.
1807
82ec412e
GM
18082009-06-28 Glenn Morris <rgm@gnu.org>
1809
1810 * arevert-xtra.texi: Minor language tweaks.
1811
09964e7d
GM
1812 * dired-xtra.texi: Minor revisions.
1813
666e158e
MB
18142009-06-23 Miles Bader <miles@gnu.org>
1815
c4cc8b9a 1816 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1817 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1818
70243478
CY
18192009-06-21 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * Branch for 23.1.
1822
67cbe681
KH
18232009-06-17 Kenichi Handa <handa@m17n.org>
1824
1825 * mule.texi (Charsets): Update the description for the new charset.
1826 (list-character-sets): New findex.
125dd7c5 1827 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1828
40e67246
CY
18292009-06-10 Chong Yidong <cyd@stupidchicken.com>
1830
b5700de6
CY
1831 * basic.texi (Moving Point): Fix tag.
1832
1833 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1834
1835 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1836 use camel-case for PageUp and PageDown.
1837
1838 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1839 camel-case for PageUp and PageDown.
1840
1841 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1842
40e67246 1843 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1844 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1845
522ddc9f 18462009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1847
522ddc9f
JB
1848 * fixit.texi (Spelling): Set default dictionary.
1849 Improve descriptions (Bug#2554)
6f591cf4 1850
53483c76
DR
18512009-06-08 David Reitter <david.reitter@gmail.com>
1852
1853 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1854 since saving colors and faces set this way is not implemented.
1855 (Environment variables): Remove mention of mac-fix-env, which is
1856 scheduled to be removed.
1857
1557ef4f
CY
18582009-06-04 Chong Yidong <cyd@stupidchicken.com>
1859
91056528
CY
1860 * custom.texi (Init Examples): Add example of changing load-path.
1861
1557ef4f
CY
1862 * building.texi (Lisp Libraries): Add example of changing
1863 load-path (Bug#3446).
1864
623cec4c
CY
18652009-05-28 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * mark.texi (Mark): Further clarifications.
1868 (Setting Mark): Emphasize that C-SPC activates the mark.
1869
0fcca8ee
CY
18702009-05-28 Chong Yidong <cyd@stupidchicken.com>
1871
702b10e1
CY
1872 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1873 Mark mode.
0fcca8ee
CY
1874 (Using Region, Persistent Mark): Use "active mark" instead of "active
1875 region".
1876
d3b396e4
CY
18772009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1878
1879 * mule.texi (Select Input Method): Fix typo.
1880
3f698a06
CY
18812009-05-13 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * anti.texi (Antinews): Document completion changes. Some additional
1884 copyedits and rearrangement of entries.
1885
b2a42eb7
CY
18862009-05-12 Chong Yidong <cyd@stupidchicken.com>
1887
932fd020
CY
1888 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1889 (Shell History Copying, Terminal emulator): Copyedits.
1890
1c6c854e
CS
1891 * xresources.texi (Resources): Simplify descriptions.
1892 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1893 (Table of Resources): Document fontBackend resource.
1894
b2a42eb7 1895 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 1896 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
1897 "Backspace". Remove discussion of obscure Xmodmap issue.
1898
c6ea7fb8
CY
18992009-05-07 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * files.texi (Visiting): Copyedits.
1902
ad36c422
CY
19032009-05-06 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * basic.texi (Inserting Text): Document ucs-insert.
1906
1907 * mule.texi (International Chars): Define "multibyte". Note that
1908 internal representation is unicode-based. Simplify definition of raw
1909 bytes. Mention ucs-insert.
1910 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1911 (Language Environments): Add language environments new to Emacs 23.
1912 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1913 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1914 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1915 (Output Coding): Copyedits.
1916
1917 * emacs.texi (Top): Update node listing.
1918
d4ad7b96
CY
19192009-05-05 Per Starbäck <per@starback.se> (tiny change)
1920
1921 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1922
5bd66204
SM
19232009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * building.texi (Lisp Libraries): `load-library' does offer completion.
1926
bc36ad1c
CY
19272009-04-28 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1930 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1931
f1a47884
EZ
19322009-04-25 Eli Zaretskii <eliz@gnu.org>
1933
1934 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1935
be77bd45
CY
19362009-04-22 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1939
1940 * building.texi (Lisp Interaction): Document initial-scratch-message.
1941
d3b82927
JB
19422009-04-18 Juanma Barranquero <lekktu@gmail.com>
1943
ed6e7b11
JB
1944 * msdog.texi (Windows Fonts): Fix typos.
1945
d3b82927
JB
1946 * files.texi (Save Commands): Fix pxref.
1947
bc323c04
CY
19482009-04-18 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * files.texi (Save Commands): Mention diff-buffer-with-file.
1951 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1952 Henoch (Bug#3036).
1953
2186d13f
GM
19542009-03-15 Glenn Morris <rgm@gnu.org>
1955
1956 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1957 the former is not always used.
1958 (Mail Headers): Use active voice. Add "Mail-reply-to".
1959 Change case of "Id". Avoid repeated "appropriate".
1960 (Mail Aliases): Fix previous change - use an example with a ".", so it
1961 does actually get quoted when expanded.
1962 (Mail Sending): Mailclient is the default on some systems.
1963 (Citing Mail): Mention mail-indentation-spaces.
1964 (Mail Mode Misc): Add an @dfn for "mail signature".
1965
71e454fc
CY
19662009-03-15 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1969 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1970 read-buffer-completion-ignore-case, and completion-styles.
1971 Remove description of partial-completion-mode.
71e454fc 1972
df1a3e06
GM
19732009-03-14 Glenn Morris <rgm@gnu.org>
1974
1975 * sending.texi (Mail Format): Fix typo. Add index entry for
1976 mail-header-separator.
1977 (Mail Headers): Put info about initialization and changing in one place
1978 at the start. Update FCC section for mbox Rmail. Clarify From
1979 section, mention mail-setup-with-from. Clarify Reply-to section.
1980 Add Mail-followup-to and mail-mailing-lists. Clarify References
1981 section.
1982 (Mail Aliases): Update example, make less contentious.
1983 Update for name change of mail-interactive-insert-alias.
1984 (Mail Mode): Remove mention of `%' as a word separator.
1985 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1986 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1987 commands. Clarify FCC handling. In mail-complete, add reference to
1988 Mail Aliases section, and mention mail-complete-function.
1989 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1990 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1991 signature netiquette. Explain how the mail hooks work when continuing
1992 a composition.
1993 (Mail Amusements): Internationalize the spook section a bit.
1994 Remove the spook mail-setup-hook example, since it doesn't work well.
1995 Mention fortune-file.
1996 (Mail Methods): Mention read-mail-command.
1997
ed6e7b11 19982009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1999
df1a3e06
GM
2000 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2001 and NS resources following recent changes.
959d68bd 2002
86dca3e8
JR
20032009-03-10 Jason Rumney <jasonr@gnu.org>
2004
2005 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2006 w32-use-visible-system-caret doc to indicate that it should get set
2007 automatically.
2008 (Windows Fonts): Add doc for the uniscribe backend.
2009
042fe98f
DN
20102009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2011
2012 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2013 vc-dir. (Bug#2598)
2014
7f8dba73
RS
20152009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2016
2017 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2018
505e70c3
GM
20192009-03-05 Glenn Morris <rgm@gnu.org>
2020
04242bdc
GM
2021 * rmail.texi (Rmail Basics): Add reference to sorting.
2022 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2023 Minor re-wordings.
2024 (Rmail Motion): Mention rmail-next-same-subject.
2025 (Rmail Deletion): Expunging is not the only way to change the numbers.
2026 (Rmail Labels): Labels can also be used in sorting.
2027 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2028 (Rmail Display): Mention rmail-mime.
2029
00cfe22c
GM
20302009-03-04 Glenn Morris <rgm@gnu.org>
2031
2032 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2033 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2034 summary. Mention sorts cannot be undone.
2035 (Rmail Display): Give an example of how to use goto-address-mode.
2036 (Rmail Editing): It's keybindings that are redefined, not commands.
2037 Fix some typos.
2038 (Movemail): Some minor rewording.
2039 (Remote Mailboxes): Emacs movemail supports pop by default.
2040 Fix some minor grammatical issues. The "two alternative ways" to
2041 specify a POP mailbox are really just one. Remove all reference to the
2042 variables rmail-pop-password and rmail-pop-password-required, obsolete
2043 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2044 can support Kerberos.
2045
3d963b67
GM
20462009-03-03 Glenn Morris <rgm@gnu.org>
2047
2048 * rmail.texi (Rmail Deletion): Revert previous change, which was
2049 describing the Rmail summary versions.
2050 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2051 Minor re-wording for rmail-resend.
2052 (Rmail Make Summary): Summaries apply to buffers rather than files.
2053 <rmail-summary-by-topic>: Headers includes the subject.
2054 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2055 details, including prefix arguments.
2340abde 2056 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2057 Not counting lines might be faster.
2058 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2059 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2060 Name the commands bound to the various keys. Mention prefix argument
2061 for searching.
3d963b67
GM
2062 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2063 Simplify rmail-highlighted-headers description. Update face name.
2064
a8ce3d17
JB
20652009-03-02 Juanma Barranquero <lekktu@gmail.com>
2066
2067 * mark.texi (Marking Objects): Fix typo.
2068
130a29b6
CY
20692009-03-01 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2072 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2073
9d5de6f8
GM
20742009-03-01 Glenn Morris <rgm@gnu.org>
2075
79fc530e 2076 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2077 (Rmail Motion): - M-s searches from the end of messages.
2078 (Rmail Deletion): Minor clarification. Fix numeric argument
2079 description.
2080 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2081 newmail and RMAILOSE files need not be in home-directory.
2082 (Rmail Files): Mention I/O menus are unselectable if no files match.
2083 Mention `MAIL' env-var.
2084
b545ff9c
JR
20852009-02-24 Jason Rumney <jasonr@gnu.org>
2086
2087 * mule.texi (Fontsets): Mention fontset-default, font specs and
2088 fallback fontsets.
2089 (Defining Fontsets): Mention ns and w32 variants of
2090 standard-fontset-spec. Update description of startup fontset to match
2091 Emacs 23 behavior.
a93be82a 2092 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2093 (International): Link to Modifying Fontsets.
b545ff9c 2094
75da0618 20952009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2096
2097 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2098 Mention ns-extended-platform-support-mode.
2099
6be93a16
KB
21002009-02-22 Karl Berry <karl@gnu.org>
2101
2102 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2103
867d4bb3
JB
21042009-02-19 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * basic.texi (Moving Point, Position Info):
2107 * files.texi (Visiting):
2108 * mini.texi (Completion Options):
2109 * text.texi (HTML Mode): Remove duplicate words.
2110
49b5c0e8
GM
21112009-02-20 Glenn Morris <rgm@gnu.org>
2112
2113 * rmail.texi: Minor updates for mbox rather than Babyl.
2114
f43a822c
KB
21152009-02-17 Karl Berry <karl@gnu.org>
2116
49b5c0e8 2117 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2118
80d634b8
RS
21192009-02-17 Richard M Stallman <rms@gnu.org>
2120
2121 * anti.texi (Antinews): Mention Babyl format.
2122
2123 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2124
2125 * rmail.texi: Update for mbox format.
2126 Various small fixes, as well as the following.
2127 (Out of Rmail): Node deleted.
2128 (Rmail): Update menu.
2129 (Rmail Files): Comment out set-rmail-inbox-list.
2130 Document rmail-inbox-list instead.
2131 (Rmail Output): Substantial changes since C-o is now
2132 rmail-output-as-seen and o is rmail-output.
2133 (Rmail Attributes): Delete `stored', add `retried'.
2134 (Rmail Display): Editing headers works in all cases.
2135
f0d129c6
GM
21362009-02-17 Glenn Morris <rgm@gnu.org>
2137
2138 * basic.texi (Position Info): M-x count-lines-region is not always on
2139 M-=. (Bug#2269)
2140
160f11d3
GM
21412009-02-09 Glenn Morris <rgm@gnu.org>
2142
2143 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2144 defaults.
2145
763e01c4
EZ
21462009-02-07 Eli Zaretskii <eliz@gnu.org>
2147
2148 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2149 documentation of possible problems with redecoding.
2150
f5e1441d
GM
21512009-02-03 Glenn Morris <rgm@gnu.org>
2152
2153 * rmail.texi (Out of Rmail): Mention b2m.pl.
2154
e1eabe41
GM
21552009-01-31 Glenn Morris <rgm@gnu.org>
2156
2157 * rmail.texi (Out of Rmail): Correct b2m location.
2158
dd05f9de
CY
21592009-01-27 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * fixit.texi (Undo): Update undo limit values.
2162
d74d846e
GM
21632009-01-27 Glenn Morris <rgm@gnu.org>
2164
2165 * emacs.texi (Top): Fix Antinews menu entry.
2166
49ffdce8
KB
21672009-01-25 Karl Berry <karl@gnu.org>
2168
2169 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2170 item with no marker, instead of the syntactically incorrect
2171 @itemize @asis.
2172
467e8d77
JL
21732009-01-25 Juri Linkov <juri@jurta.org>
2174
2175 * building.texi (Grep Searching): Fix index entry for lgrep.
2176
6c60bbdb
EZ
21772009-01-24 Eli Zaretskii <eliz@gnu.org>
2178
2179 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2180
9ce5a36f
AR
21812009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2182
2183 * macos.texi (Preferences Panel): Update description of font setting to
2184 reflect that prior frame selection is no longer needed.
2185
9aa5f2fb
NR
21862009-01-20 Nick Roberts <nickrob@snap.net.nz>
2187
2188 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2189 raise GUD subsections.
2190
3892ff9c
GM
21912009-01-15 Glenn Morris <rgm@gnu.org>
2192
2193 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2194
14731c8f
GM
21952009-01-10 Glenn Morris <rgm@gnu.org>
2196
2197 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2198
45c55e53
CY
21992009-01-04 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2202 logical lines.
2203
2e4667d1
JL
22042008-12-29 Juri Linkov <juri@jurta.org>
2205
2206 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2207
2208 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2209
2a3eac47
CY
22102008-12-28 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2213 goto-address-mode instead of goto-address.
2214
3da8da94
CY
2215 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2216 mode.
2217
2a3eac47
CY
2218 * emacs.texi (Top): Update node listing.
2219
057f6dd3
EZ
22202008-12-26 Eli Zaretskii <eliz@gnu.org>
2221
2222 * custom.texi (Directory Variables): Explain what is a "project".
2223 Add indexing. Improve wording. Add a footnote about using
2224 _dir-locals.el on MS-DOS.
2225
e6979067
DN
22262008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2227
2228 * files.texi (Misc File Ops): Mention chmod as an alias for
2229 set-file-modes.
2230
9de15963
MR
22312008-12-24 Martin Rudalics <rudalics@gmx.at>
2232
2233 * help.texi (Help): Fix typos and reword.
2234 (Help Summary): Add entries for C-h n and C-h r, reorder
2235 entries, and do some minor fixes.
2236 (Name Help): Say that C-h F works for commands only.
2237 (Misc Help): Say that view-lossage displays 300 keystrokes.
2238
236fd60d
GM
22392008-12-20 Glenn Morris <rgm@gnu.org>
2240
2241 * ack.texi (Acknowledgments): General update based on AUTHORS,
2242 including removal of some stuff no longer distributed.
2243
349b3256
AM
22442008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2245
2246 * fixit.texi: Mention hunspell
2247
e840fca5
GM
22482008-12-19 Glenn Morris <rgm@gnu.org>
2249
2250 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2251 Consolidate explanatory text at start.
e840fca5
GM
2252
2253 * display.texi (Text Display):
2254 * indent.texi (Indentation): Use @acronym with ASCII.
2255
9dfa7983
GM
22562008-12-18 Glenn Morris <rgm@gnu.org>
2257
2258 * ack.texi: Various small updates and fixes.
2259
97b3a00b
JL
22602008-12-18 Juri Linkov <juri@jurta.org>
2261
2262 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2263 as a key binding to start a forward nonincremental word search.
2264 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2265 a backward nonincremental word search. Add index for `M-s w'
2266 `isearch-forward-word'.
2267 (Regexp Search): Add a short summary of regexp key commands like
2268 in the node "Basic Isearch".
2269 (Other Repeating Search): Fix typo.
2270
22712008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
2272
2273 * misc.texi (PostScript Variables): Fix doc.
2274
31ce6a07
CY
22752008-12-10 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * programs.texi (Program Modes): Mention Ruby mode.
2278
636b507b
DN
22792008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * misc.texi (emacsclient Options): Describe what an empty string
2282 argument does for --alternate-editor.
2283
a323fa14
CY
22842008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2285
2286 * cmdargs.texi (Font X): Distinguish between client-side and
2287 server-side fonts. List valid Fontconfig properties. Add reference to
2288 Fontconfig manual. List valid GTK font properties. Explain use of
2289 fc-list.
2290
c5ca6cd0
CY
22912008-12-09 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * cmdargs.texi (Font X): Move discussion of quoting to top.
2294
e5136377
GM
22952008-12-06 Glenn Morris <rgm@gnu.org>
2296
2297 * maintaining.texi (Old Revisions): Improve previous change.
2298
248c026b
RS
22992008-12-05 Richard M Stallman <rms@gnu.org>
2300
2301 * anti.texi (Antinews): Minor fixes.
2302
a9253a1e
GM
23032008-12-03 Glenn Morris <rgm@gnu.org>
2304
2305 * maintaining.texi (Old Revisions): Fix diff-switches description.
2306
fa687b02
MR
23072008-12-01 Martin Rudalics <rudalics@gmx.at>
2308
2309 * emacs.texi (Top): Fix typo.
2310
72e6decd
CY
23112008-11-30 Chong Yidong <cyd@stupidchicken.com>
2312
320ee034
CY
2313 * misc.texi (Document View): Explain dependence on gs at the top.
2314 Copyedits.
2315
2316 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2317
72e6decd
CY
2318 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2319 (Comment Commands): Discuss region-active behavior of M-; first.
2320
2a472ee4
MR
23212008-11-29 Martin Rudalics <rudalics@gmx.at>
2322
9c6361c9
MR
2323 * display.texi (Line Truncation): Add reference to Continuation
2324 Lines.
2325
2a472ee4
MR
2326 * windows.texi (Pop Up Window): Mention split-height-threshold
2327 and split-width-threshold.
9c6361c9 2328 (Split Window): Add reference to Continuation Lines.
2a472ee4 2329
e93bc142
AR
23302008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2331
2332 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2333 (GNUstep Support): New node.
2334 * anti.texi:
2335 * emacs.texi:
2336 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2337
43b978db
RS
23382008-11-28 Richard M Stallman <rms@gnu.org>
2339
2340 * misc.texi (Dissociated Press): Minor cleanups.
2341
2342 * dired.texi (Image-Dired): Avoid passive.
2343
e8e2bd93
EZ
23442008-11-28 Eli Zaretskii <eliz@gnu.org>
2345
2346 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2347 representation.
2348
8d2d45da
CY
23492008-11-26 Richard M. Stallman <rms@gnu.org>
2350
2351 * files.texi (Visiting): Rewrite paragraph for clarity.
2352
2353 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2354
a5f7bbcc
AM
23552008-11-25 Alan Mackenzie <acm@muc.de>
2356
2357 * programs.texi (Moving by Parens): Clarify that parens inside strings
2358 and comments are ignored, and that the commands assume the starting
2359 point isn't in a string or comment.
2360
a71703d3
AR
23612008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2362
2363 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2364 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2365 version.
2366 (Mac Customization): Rewrite Preferences Panel section and merge in to
2367 this node, add Open files by dragging to an Emacs window.
2368
2369 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2370
aa5ab79a
CY
23712008-11-26 Chong Yidong <cyd@stupidchicken.com>
2372
0cc92c19
CY
2373 * files.texi (Misc File Ops): Document set-file-modes.
2374
c366b4e4
CY
2375 * windows.texi (Split Window): Document integer values of
2376 truncate-partial-width-windows.
2377
aa5ab79a
CY
2378 * text.texi (Text): Simplify description of markup languages.
2379 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2380 (TeX Editing): Note that `""' inserts one `"' character.
2381 (HTML Mode): Note in the introduction that XML mode is an alias for
2382 SGML mode. Mention nXML mode.
2383
56221db7
CY
23842008-11-25 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * building.texi (Watch Expressions): Fix typo.
2387
90effe33
CY
23882008-11-24 Chong Yidong <cyd@stupidchicken.com>
2389
f90a5ae3
CY
2390 * files.texi (Visiting): Document new behavior of
2391 confirm-nonexistent-file-or-buffer.
2392
1c6c854e
CS
2393 * buffers.texi (Select Buffer):
2394 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2395
a18ffb4a
CY
2396 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2397 edit-picture.
2398
90effe33
CY
2399 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2400 edit-picture', since that is just an alias for picture-mode.
2401 (Sentences): Note that repeated M-@ extends the region.
2402 (Pages): Make terminology more consistent. Link to Regexps node.
2403 (Longlines): Discuss relationship with Visual Line mode.
2404 (Text Mode): Remove extraneous discussion of other modes, since they
2405 were already introduced in the parent node.
2406
e85103ec
CY
24072008-11-23 Chong Yidong <cyd@stupidchicken.com>
2408
5cb2fe30
CY
2409 * anti.texi (Antinews): Rewrite.
2410
1eb9b307 2411 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2412
2413 * frames.texi (Frame Commands): Mention "minimize" terminology.
2414
e85103ec
CY
2415 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2416 formats.
b908332f
CY
2417 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2418 (Misc X): Don't document useless -hb option.
e85103ec 2419
607f5f88
JL
24202008-11-22 Juri Linkov <juri@jurta.org>
2421
2422 * dired.texi (Dired Navigation): Change normal file name search option
2423 from `non-nil' to `t'. Add `dwim' option.
2424
e1b867a0
JL
24252008-11-22 Juri Linkov <juri@jurta.org>
2426
2427 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2428 ".dir-locals.el". Rename `define-project-bindings' to
2429 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2430 `dir-locals-set-directory-class'.
2431
dd186936
LK
24322008-11-22 Lute Kamstra <lute@gnu.org>
2433
2434 * buffers.texi (Select Buffer): Index goto-line.
2435 * basic.texi (Moving Point): Mention the use of a numeric prefix
2436 argument with goto-line and refer to Select Buffer for the use of a
2437 plain prefix argument.
2438
4b121911
GM
24392008-11-19 Glenn Morris <rgm@gnu.org>
2440
2441 * doclicense.texi: Update to FDL 1.3.
2442 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2443
27267e4c
CY
24442008-11-17 Chong Yidong <cyd@stupidchicken.com>
2445
696f351d
CY
2446 * custom.texi (Minor Modes): Define mode commands and mode variables
2447 more precisely. Recommend using mode commands instead of setting
2448 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2449 (Easy Customization): Use "init file" instead of .emacs.
2450 (Customization Groups): Update to new Custom buffer appearance.
2451 (Saving Customizations): Copyedits. Update example.
2452 (Variables): Give example of variable type-sensitivity.
2453 (Examining): Update example.
2454 (Hooks): Copyedits.
2455 (Specifying File Variables): Use C comments instead of an artificial
2456 Lisp for the example.
2457 (Keymaps): Move internals discussion to Prefix Keymaps.
2458 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2459 (Init Rebinding): Document kbd macro.
2460 (Init File): Link to Find Init.
696f351d
CY
2461
2462 * mark.texi (Using Region): Document Delete Selection Mode more
2463 thoroughly.
2464
2465 * frames.texi (Mouse Commands): Move most of the description of Delete
2466 Selection Mode to Using Region, and link to it.
1bc9c425 2467 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2468
b0570c25
CY
2469 * building.texi (Compilation): Document first-error value of
2470 compilation-scroll-output.
2471 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2472 works as soon as an error is available. Suggested by Juri Linkov.
2473
27267e4c
CY
2474 * mini.texi (Passwords): New node.
2475
2476 * files.texi (Remote Files): Link to Passwords node.
2477
2478 * emacs.texi (Top): Update node listings.
2479
122eb807
CY
24802008-11-16 Chong Yidong <cyd@stupidchicken.com>
2481
9c9855a3
CY
2482 * ack.texi (Acknowledgments): Some updating of credits.
2483
bd6fdcad
CY
2484 * emacs.texi (Acknowledgments): Add a couple more names.
2485
dd1eef46
CY
2486 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2487
122eb807 2488 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2489 (Misc File Ops): Document use of trash.
122eb807 2490
801a8da1
JB
24912008-11-16 Juanma Barranquero <lekktu@gmail.com>
2492
2493 * macos.texi (Mac Customization): Fix typos.
2494
0b4f2253
CY
24952008-11-14 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2498 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2499 the conventions of the main Emacs manual.
2500
2501 * emacs.texi (Top): Update node listings.
2502
517e2b89
CY
25032008-11-12 Chong Yidong <cyd@stupidchicken.com>
2504
07a85685
CY
2505 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2506 command-line-args is processed during startup.
2507 (Action Arguments): Correctly describe how file arguments interact with
2508 the startup screen. Link to Lisp Interaction for scratch buffer.
2509 (Initial Options): Link to Command Example for -batch option.
2510 (Environment): Document initial-environment.
2511
517e2b89
CY
2512 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2513 can't be changed in the site-start file.
2514
6337bbde
CY
25152008-11-07 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * dired.texi (Dired): Mention C-x C-d too.
2518 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2519 (Dired Navigation): Explain dired-goto-file more clearly.
2520 Document dired-isearch-filenames.
6337bbde
CY
2521 (Dired Deletion): Remove unnecessary "expunged" terminology.
2522 (Flagging Many Files): & is now rebound to `% &'.
2523 (Shell Commands in Dired): Document dired-do-async-shell-command.
2524 Clarify how multi-file arguments are passed.
2525 (Misc Dired Features): Document dired-do-isearch.
2526
9e8eeff9
CY
25272008-11-06 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2530
e071f849
CY
25312008-11-03 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2534
05482eb1
CY
25352008-11-01 Chong Yidong <cyd@stupidchicken.com>
2536
e2346dea
CY
2537 * programs.texi (Program Modes): Link to Program Indent node.
2538 (Left Margin Paren): Explain consequences of changing
2539 open-paren-in-column-0-is-defun-start more concisely.
2540 (Which Function, Program Indent, Info Lookup): Minor edits.
2541 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2542 (Multi-line Indent): If region is active, TAB indents the region.
2543 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2544 (Matching): The delimiter at the cursor is highlighted---the character
2545 changes color.
2546 (Symbol Completion): Link to Completion node.
2547
e4b6428c
CY
2548 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2549 a strictly text-only system.
2550
05482eb1
CY
2551 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2552 batch mode.
2553
a11d3737
RS
25542008-11-01 Richard M. Stallman <rms@gnu.org>
2555
5abad626
RS
2556 * misc.texi (Document View): Major rewrite.
2557
a11d3737
RS
2558 * maintaining.texi (Types of Log File): Change logs are older than
2559 version control.
2560 (VCS Concepts): Simplify and rearrange.
2561 (Version Control Systems): Make it clear that Linux is only the kernel.
2562 (VC Mode Line): Shorten reference to menu item.
2563 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2564 (VC Directory Mode): Minor cleanup.
2565 Unchanged files are hidden, not omitted.
2566 (VC Directory Commands): Shorten and simplify.
2567 (Change Log Commands): New node, split from Change Logs.
2568 (VC Directory Buffer): New node, split from VC Directory Mode.
2569
c55a4acb
CY
25702008-10-31 Chong Yidong <cyd@stupidchicken.com>
2571
1c6c854e 2572 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2573 from files.texi.
2574
1c6c854e
CS
2575 * files.texi (Version Control): Move to maintaining.texi.
2576 Subnodes moved as well.
2577 (Document Files): Move to misc.texi.
df0356f6 2578
c55a4acb
CY
2579 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2580 vc-update-change-log.
df0356f6
CY
2581 (Version Control): Move here from files.texi.
2582 (Format of ChangeLog): Make it a subnode of Change Log.
2583
2584 * emacs.texi (Top): Update node listing.
c55a4acb 2585
ef082374
TH
25862008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2587
2588 * files.texi (Files): Add a section about document
2589 files (doc-view-mode).
2590
d52582c3
CY
25912008-10-31 Chong Yidong <cyd@stupidchicken.com>
2592
1c6c854e
CS
2593 * building.texi (Compilation Mode):
2594 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2595 (Debuggers): Lower GUD subsections to subsubsections.
2596 (Starting GUD): Add cindex.
2597 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2598
4e0a0968
CY
25992008-10-30 Chong Yidong <cyd@stupidchicken.com>
2600
03625b47
CY
2601 * indent.texi (Indentation): Link to Program Indent.
2602
4e0a0968
CY
2603 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2604 now uses emacsclient's terminal.
2605
8bd3f7ef
CY
26062008-10-29 Chong Yidong <cyd@stupidchicken.com>
2607
80e5620e
CY
2608 * mark.texi (Using Region): Document use-empty-active-region.
2609
97d5c404
CY
2610 * emacs.texi (Top): Update node listings.
2611
1c6c854e
CS
2612 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2613 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2614 (Invoking emacsclient): Rewrite, moving optional arguments to
2615 emacsclient Options.
21d2bae3
CY
2616 (emacsclient Options): New node. Document server-use-tcp and
2617 server-host.
8bd3f7ef 2618
5fda2cbd
CY
26192008-10-28 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * indent.texi (Indentation): Replace list with paragraphed text,
2622 putting description of syntax-driven indentation first. Document new
2623 effect of active regions on tab.
2624 (Tab Stops): Note that editable tab stops affect indentation commands.
2625
4ff029f6
DN
26262008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2627
2628 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2629
996cd6e4
CY
26302008-10-23 Chong Yidong <cyd@stupidchicken.com>
2631
f28815e3
CY
2632 * custom.texi (Function Keys): Note that modified keypad keys are not
2633 translated.
2634
996cd6e4
CY
2635 * basic.texi (Arguments): Explain how to insert multiple digits.
2636
49545fe2
MA
26372008-10-22 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * files.texi (Remote Files): Precise selection of default method.
2640 Rewrite paragraph about disabling remote file names.
2641
edac0b53
CY
26422008-10-22 Chong Yidong <cyd@stupidchicken.com>
2643
e752c544
CY
2644 * search.texi (Special Isearch): Document M-TAB is isearch.
2645
edac0b53
CY
2646 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2647 command.
2648
2649 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2650
20a36054
TH
26512008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2652
1c6c854e 2653 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2654 section.
2655
69051ab6
CY
26562008-10-21 Chong Yidong <cyd@stupidchicken.com>
2657
c4b1a32a
CY
2658 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2659 to files.texi. Move contents of vc2-xtra.texi here.
2660
2661 * vc2-xtra.texi: File removed.
2662
2663 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2664 Directory Commands from the submenu. Don't include deleted file
2665 vc2-xtra.texi.
2666
2667 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2668 (Version Control): Add VC Directory Mode and VC Directory Commands to
2669 the submenu.
2670 (Why Version Control?): Use table format.
2671 (Version Control Systems): Note that Meta-CVS support is gone.
2672 (VCS Concepts): Note precisely when VC started supporting filesets.
2673 Remove bogus xref to CVS Options node.
2674 (Types of Log File): Copyedits.
2675 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2676 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2677 The Right Thing.
2678 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2679 (Log Buffer): Reorganize node, putting C-c C-c description first.
2680 (Old Revisions): Use CVS for example, not RCS.
2681 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2682 Commands from the submenu, putting them under Version Control.
2683 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2684 need to include it in the manual unconditionally, since it is now
2685 crucial to using distributed version control systems.
1a6e2954
CY
2686 (Comparing Files): Note that diff uses the minibuffer, and that the
2687 output is shown using Diff mode.
1c6c854e
CS
2688 (Diff Mode): Explain what "patch" and "hunk" mean.
2689 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2690 diff-show-trailing-whitespaces.
1a6e2954 2691 (File Archives): Add rar support.
c4b1a32a 2692
69051ab6
CY
2693 * major.texi (Choosing Modes): Make mode selection sequence more
2694 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2695 magic-mode-alist is nil by default.
2696 Document magic-fallback-mode-alist.
69051ab6 2697
e7421e03
CY
26982008-10-20 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * frames.texi (Mouse References): Copyedits.
2701
6b2efdc2
TH
27022008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2703
2704 * ack.texi (Acknowledgments): Add myself as doc-view author.
2705
9c5e9396
EZ
27062008-10-20 Eli Zaretskii <eliz@gnu.org>
2707
2708 * frames.texi (Dialog Boxes): Add @cindex entries.
2709
dac94f8e
CY
27102008-10-20 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2713 (Text-Only Mouse): Copyedit.
2714
25597d40
CY
27152008-10-19 Chong Yidong <cyd@stupidchicken.com>
2716
f8a447f6
CY
2717 * frames.texi: Use @key throughout for mouse clicks.
2718 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2719 (Secondary Selection): Fix modified mouse click syntax.
2720 (Clipboard): Describe Cut, Copy and Paste commands.
2721 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2722 Copyedits.
2723 (Creating Frames): Add xref to Init File.
2724 (Frame Commands): Add xref to Exiting.
2725 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2726
b0f95216
CY
27272008-10-15 Chong Yidong <cyd@stupidchicken.com>
2728
b0817f00
CY
2729 * files.texi (Version Control): Copyedits. Add Bazaar.
2730 (Version Control Systems): List different VCS's using an itemized list.
2731 Add Bazaar.
2732 (VCS Concepts): Copyedits. Tweak description of file merging.
2733
b0f95216
CY
2734 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2735 (Cut/Paste Other App): Document select-active-regions and
2736 x-select-enable-primary.
2737
69d0d701
CY
27382008-10-13 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * mark.texi (Shift Selection): Correct case in node name.
2741
2742 * emacs.texi (Top): Update node order in Mark chapter.
2743
375e8351
EZ
27442008-10-12 Eli Zaretskii <eliz@gnu.org>
2745
2746 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2747
2748 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2749 elsewhere in the manual instead of describing yet again the intricacies
2750 of $HOME on MS-Windows and MS-DOS.
2751
ab58114f
CY
27522008-10-12 Chong Yidong <cyd@stupidchicken.com>
2753
4f959513 2754 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2755 (Minibuffer File): Add discussion of `~' in file names.
2756 Add insert-default-directory index reference.
4f959513 2757
ab58114f
CY
2758 * files.texi (File Names): Reorganize description.
2759 (Visiting): Add xref to Mode Line. Copyedits.
2760 (Save Commands): Mention prefix behavior of C-x C-s.
2761 (Numbered Backups): Node deleted.
2762 (Backup Names): Contents of Numbered Backups moved here. State default
2763 of version-control variable.
2764 (Reverting): Copyedits.
2765 (Version Control): Add additional version control systems.
2766
2767 * emacs.texi (Top): Delete Numbered Backups node.
2768
2769 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2770 Backup Names.
f2884f63 2771 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2772
b0b5100a
RF
27732008-10-11 Romain Francoise <romain@orebokech.com>
2774
2775 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2776
89774b5f
CY
27772008-10-11 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2780 (Select Buffer): Mention use of minibuffer history. Describe default
2781 value of default-major-mode. Mention that C-x 4 b selects the other
2782 window.
2783 (List Buffers): Document CRM indicators in the order they appear.
2784 (Kill Buffer): Document new command kill-matching buffers.
2785 (Several Buffers): Move explanation of the relationship between buffer
2786 list and buffer menu to the top.
2787 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2788
4c72bf27
CY
27892008-10-10 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * entering.texi (Exiting): Document change of C-x C-c to
2792 save-buffers-kill-terminal. Document kill-emacs.
2793
f68eb991
EZ
27942008-09-30 Eli Zaretskii <eliz@gnu.org>
2795
2796 * mule.texi (Coding Systems): Don't mention codepage-setup.
2797
2798 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2799 cpNNN coding systems anymore.
2800 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2801 for unibyte mode. Don't mention line-drawing characters.
2802 Don't mention dos-unsupported-char-glyph.
f68eb991 2803
1a2dd44d
CY
28042008-09-25 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * search.texi (Search): Shorten introduction.
2807 (Basic Isearch): Add command table. Discuss reverse isearch and
2808 isearch highlighting.
2809 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2810 ring to cindex.
2811 (Special Isearch): Move input methods discussion here.
2812 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2813 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2814 Repeat Isearch.
2815 (Isearch Minibuffer): New node.
2816 (Word Search): Document new word search commands.
2817 (Regexp Example): Simplify example using sentence-end-base variable.
2818 (Replace): Reword introduction.
2819 (Unconditional Replace): Remove unnecessary example.
2820 (Other Repeating Search): Document new `M-s o' binding.
2821
2822 * emacs.texi (Top): Update node listings.
2823
e45da31d
JB
28242008-09-22 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * emacs.texi (Top): Remove Kill Errors from menu.
2827
841c8096
CY
28282008-09-22 Chong Yidong <cyd@stupidchicken.com>
2829
402168fa
CY
2830 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2831 interface for defining macros. Simplify examples. Note that C-g quits
2832 macro definitions.
1c6c854e
CS
2833 (Keyboard Macro Counter): Document using F3 to insert counter.
2834 Give usage example.
402168fa
CY
2835 (Keyboard Macro Query): Organize query responses in a table.
2836
1c6c854e
CS
2837 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2838 Link to Erasing node.
841c8096
CY
2839 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2840 rationale to a footnote.
2841 (Kill Errors): Remove node, due to redundancy with Erasing.
2842 (Spelling): Move discussion of flyspell to end. Note new behavior of
2843 M-$ in active region. Remove non-ispell-specific keybindings from
2844 table.
2845
eab2ee89
DN
28462008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2847
2848 * cmdargs.texi (Initial Options): Document --daemon.
2849
3d53e905
GM
28502008-09-20 Glenn Morris <rgm@gnu.org>
2851
2852 * files.texi (Numbered Backups): Mention that some modes set
2853 version-control.
2854
1c90484d
GM
28552008-09-20 Jim Blandy <jimb@red-bean.com>
2856
2857 * files.texi (Numbered Backups): Reference File Variables, as well.
2858 Remove discussion of Rmail's implementation.
2859
0fc0d844
CY
28602008-09-06 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * misc.texi (Recursive Edit): Note that top-level exits active
2863 minibuffers.
2864
2865 * trouble.texi (Quitting): Likewise.
2866
b18d283d
CY
28672008-08-31 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * emacs.texi (Top): Add Temporary Face Changes xref.
2870
2871 * display.texi (Display): Move Temporary Face Changes node to just
2872 after Standard Faces.
2873 (Scrolling): Document recenter-top-bottom instead of recenter.
2874 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2875 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2876 (Display Custom): Copyedits.
2877 (Optional Mode Line): Document display-battery-mode.
2878
180135fc
RF
28792008-08-27 Romain Francoise <romain@orebokech.com>
2880
2881 * custom.texi (Directory Variables): Minor fix.
2882
d3fe3475
GM
28832008-08-27 Glenn Morris <rgm@gnu.org>
2884
2885 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2886 descriptions.
2887 (Calendar Customizing): Tweak layout description.
183080b6 2888 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2889 markers. Condense calendar-star-date and calendar-mark-today
2890 description.
2891 (Holiday Customizing): Add oriental and solar holidays.
2892 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2893 Fix holiday-float description. Use zerop in examples. Be less verbose.
2894 (Date Display Format): Change ISO format. Be less verbose.
2895 (Diary Customizing): Mention day and month abbrev arrays.
2896 Mention the date-form variables by name. Update European example.
2897 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2898 Condense examples. Mention diary-entry-symbols by name.
2899 Condense table for insertion commands.
2900 (Fancy Diary Display): Mention diary-include-string and
2901 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2902 Ethiopic, Persian date functions. Condense descriptions.
2903
2904 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2905 (Adding to Diary): Adapt for changed node name.
2906
71755807
GM
29072008-08-26 Glenn Morris <rgm@gnu.org>
2908
2909 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2910 node "Hebrew/Islamic Entries".
2911
2912 * calendar.texi (Specified Dates): Fix names of iso functions.
2913 (General Calendar): There may not be another window.
2914 (Writing Calendar Files, Holidays): Tweak intro.
2915 (Holidays): Mention Baha'i and Chinese holidays.
2916 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2917 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2918 (To Other Calendar): Add calendar-print-other-dates.
2919 Refer to "graphic display" rather than "X.
2920 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2921 (Displaying the Diary): Fix whitespace after reference.
2922 Fix `diary-number-of-entries' reference.
2923 (Date Formats): Explicitly mention that day names can be abbreviated.
2924 (Adding to Diary): Add some references to other sections.
2925 (Special Diary Entries): Fix reference.
2926 (Appointments): Simplify appt-message-warning-time entry.
2927 Clarify where times must be.
2928 (Importing Diary): Comment out icalendar paragraph that does not apply.
2929 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2930
d76ebc75
GM
29312008-08-23 Glenn Morris <rgm@gnu.org>
2932
2933 * fortran-xtra.texi (Fortran): Change description of free form and
2934 fixed form a bit. Mention hideshow and imenu.
2935 (Fortran Motion): Mention fortran-end-of-subprogram,
2936 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2937 (Fortran Indent): Minor re-word.
2938 (ForIndent Commands): Mention fortran-fill-paragraph and
2939 fortran-fill-statement.
2940 (ForIndent Cont): Mention fortran-tab-mode-string.
2941 (Fortran Comments): Mention fortran-comment-line-start-skip.
2942 (Fortran Columns): Mention font-locking.
2943 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2944
1fc0ce04 29452008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2946
2947 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2948
5c52e13c
CY
29492008-08-22 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * mini.texi (Minibuffer): Simplify introduction.
2952 (Minibuffer File): Document tilde in minibuffer filenames.
2953 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2954 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2955 (Completion Example): Update example to current command list.
2956 (Completion Options): Document `lazy' value of completion-auto-help.
2957 Update contents of completion-ignored-extensions.
2958 (Minibuffer History): Describe "future history" list. State default
2959 value of history-delete-duplicates.
2960
77a00355
GM
29612008-08-21 Glenn Morris <rgm@gnu.org>
2962
2963 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2964 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2965
39ee1d04
CY
29662008-08-17 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * regs.texi (Registers): Clarify valid register names.
2969 (RegPos): Note that buffer is saved and restored too.
2970 (RegText): Note that mark is reactivated/deactivated.
2971 (RegConfig): Xref to Windows node.
2972
b12c348f
CY
29732008-08-16 Chong Yidong <cyd@stupidchicken.com>
2974
3ae7ba79
CY
2975 * basic.texi (Inserting Text): Provide command name for C-q.
2976
b12c348f
CY
2977 * killing.texi (Killing): Copyedit. Define read-only text.
2978 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2979 (Killing by Lines): Copyedit.
2980 (Other Kill Commands): Move M-w description here.
2981 (Yanking): Move M-w to Other Kill Commands.
2982 (Kill Ring): Also mention saving text in registers. Link to Text
2983 Properties in elisp manual.
2984 (Accumulating Text): Copyedit.
2985 (CUA Bindings): Shift selection is now the default.
2986
d8ff7692
TZ
29872008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * maintaining.texi (Change Log): Mention next-error is available.
2990
a43a8a2e
GM
29912008-08-10 Glenn Morris <rgm@gnu.org>
2992
2993 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2994 and intermonth text.
2995 (Holiday Customizing): Add holiday-chinese.
2996
eba27308
EZ
29972008-08-08 Eli Zaretskii <eliz@gnu.org>
2998
2999 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3000
5f14a5b3
DN
30012008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3002
3003 * files.texi (Log Buffer): Describe C-c C-d.
3004 (Diff Mode): Describe C-x 4 A.
3005
49989bff
EZ
30062008-08-06 Eli Zaretskii <eliz@gnu.org>
3007
3008 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3009
5c915c02
DN
30102008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3011
2beaf97a
DN
3012 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3013 describe the new bindings to show the changeset diff, toggle annotation
3014 visibility, show revisions.
3015 (VC Status): Describe key bindings for modifying the change comments,
3016 displaying changeset diffs and annotations.
3017
5c915c02
DN
3018 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3019
71798ace
NR
30202008-08-05 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3023
b8949644
EZ
30242008-08-02 Eli Zaretskii <eliz@gnu.org>
3025
3026 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3027 and wording.
3028
819567d1
DN
30292008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3032 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3033 commands. Improve some old info.
3034
5f38310a
CY
30352008-07-31 Chong Yidong <cyd@stupidchicken.com>
3036
0dc3906b
CY
3037 * display.texi (Visual Line Mode): New node.
3038
5f38310a 3039 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3040 (Moving Point): Add additional alternative key bindings.
3041 Describe line-move-visual.
5f38310a
CY
3042 (Erasing): Describe DEL.
3043 (Basic Undo, Blank Lines, Arguments): Copyedit.
3044 (Continuation Lines): Mention Visual Line mode.
3045 (Position Info): Move extended discussion to mule.texi.
3046
3047 * mule.texi (International Chars): Describe C-x =.
3048
3049 * emacs.texi (Top): Add Visual Line Mode node.
3050
7c2fb837
DN
30512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3052
3053 * emacs.texi: Remove VMS support.
3054
3f6b73ef
DN
30552008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3058 the vc-dir command name.
3059
9e2a2647
DN
30602008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * xresources.texi: Remove mentions of Mac Carbon.
3063
568beaa2
AS
30642008-07-19 Andreas Schwab <schwab@suse.de>
3065
3066 * ns-emacs.texi: Move to ../misc.
3067
0ef94706
CY
30682008-07-15 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * entering.texi (Exiting): Don't describe text-only terminals as the
3071 default. Describe the new startup screen.
3072 (Exiting): Describe how to kill Emacs first. Change description of
3073 iconification to handle modern window systems.
3074
ba60bd44 30752008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3076
3077 * ns-emacs.texi: New file, documents features of Emacs port under
3078 NeXTstep windowing.
3079
9f30aa73
CY
30802008-07-15 Chong Yidong <cyd@stupidchicken.com>
3081
938a5d2e
CY
3082 * entering.texi (Entering Emacs): Update prev node.
3083
3084 * glossary.texi (Glossary): Remove xref to Text Characters.
3085
9f30aa73
CY
3086 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3087 directly, rather than in the context of ASCII. Move description of
3088 special properties of modifier key to new Modifier Keys node.
3089 (Keys): Copyedit.
3090 (Text Characters): Delete node. Multibyte is the default nowadays, and
3091 the node contents are obsolete.
3092
3093 * custom.texi (Modifier Keys): New node.
3094
3095 * emacs.texi (Top): Update node list.
3096
7e53d36c
CY
30972008-07-13 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3100 saying that Emacs provides menus and mouse support (which is par for
3101 the course).
3102
3103 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3104 early on.
3105 (Point): Copyedit. Relegate historical trivia to a footnote.
3106 (Mode Line): Explain mode-line format more consistently.
3107 (Menu Bar): Copyedit.
3108
1e9fa96d
GM
31092008-06-27 Glenn Morris <rgm@gnu.org>
3110
3111 * cal-xtra.texi (Sexp Diary Entries):
3112 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3113
dc9bebb8
CY
31142008-06-26 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * mark.texi (Shift selection): New node.
3117 (Mark): Copyedits.
3118 (Persistent Mark): Move to the end of the chapter.
3119
e7881076
EZ
31202008-06-20 Eli Zaretskii <eliz@gnu.org>
3121
3122 * makefile.w32-in (distclean): Remove makefile.
3123
f427400c
NR
31242008-06-17 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * building.texi (Starting GUD): Add an entry for gud-gdb.
3127 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3128 command mode.
3129
b597d348
GM
31302008-06-17 Glenn Morris <rgm@gnu.org>
3131
3132 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3133
647b7094
NR
31342008-06-17 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * building.texi (Starting GUD): Expand on remote debugging.
3137 (Other GDB-UI Buffers): Mention new keyboard bindings.
3138
47a30023
GM
31392008-06-15 Glenn Morris <rgm@gnu.org>
3140
3141 * gnu.texi: Use a verbatim license for this invariant section,
3142 as per etc/GNU.
3143
37e5d54a
GM
31442008-06-13 Daniel Engeler <engeler@gmail.com>
3145
3146 * emacs.texi, misc.texi: Add documentation about serial port access.
3147
8e65d46c
GM
31482008-06-13 Glenn Morris <rgm@gnu.org>
3149
c1473b4c
MB
3150 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3151 maintain.info.
8e65d46c 3152
e40a85cd
MB
31532008-06-05 Miles Bader <miles@gnu.org>
3154
3155 * display.texi (Temporary Face Changes): Update to reflect function
3156 renamings in face-remap.el.
3157
56c73dec
MB
31582008-06-04 Miles Bader <miles@gnu.org>
3159
1c6c854e
CS
3160 * display.texi (Temporary Face Changes):
3161 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3162 `increase-buffer-face-height' and `decrease-default-face-height' now
3163 that they aren't bound by default.
3164
9d3d42fb
MB
31652008-06-03 Miles Bader <miles@gnu.org>
3166
3167 * display.texi (Temporary Face Changes): New node.
3168
2be6bfe2
EZ
31692008-05-31 Eli Zaretskii <eliz@gnu.org>
3170
3171 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3172
daf7e339
GM
31732008-05-31 Glenn Morris <rgm@gnu.org>
3174
3175 * cal-xtra.texi (Fancy Diary Display): Simplify.
3176
d21d2618
GM
31772008-05-30 Glenn Morris <rgm@gnu.org>
3178
3179 * cal-xtra.texi (Fancy Diary Display): Update for
3180 diary-display-function replacing diary-display-hook.
3181
71ce5fd0
JB
31822008-05-29 Drew Adams <drew.adams@oracle.com>
3183
3184 * msdog.texi (Windows Keyboard): Add descriptions of
3185 w32-register-hot-key and w32-unregister-hot-key.
3186
a3cdbdf8
MO
31872008-05-21 Tom Tromey <tromey@redhat.com>
3188
3189 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3190 Variables node.
3191
854a574c
MO
31922008-05-19 Tom Tromey <tromey@redhat.com>
3193
3194 * custom.texi (Variables): Add Directory Variables to menu.
3195 (Directory Variables): New node.
3196
7c2ec3f9
ER
31972008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3198
71ce5fd0 3199 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3200
370fded4
ER
32012008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3202
3203 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3204 Revision Tags and rewritten. Section now uses modern terminology,
3205 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3206 accurately.
3207
6af511e3
EZ
32082008-05-10 Eli Zaretskii <eliz@gnu.org>
3209
3210 * msdog.texi (Windows Files): Update documentation of
3211 w32-get-true-file-attributes.
3212
7a78b6e7
ER
32132008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3214
3215 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3216 directory mode.
3217
1bcfc24e
CY
32182008-05-08 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3221 entry "television".
1bcfc24e 3222
db86064f
ER
32232008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3224
ab5ec32c 3225 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3226
a31b405e
ER
32272008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3228
3229 * emacs/buffers.texi, emacs/files.texi (Version-control):
3230 vc-toggle-read-only is no longer a good idea...
3231
ff2c14fc
GM
32322008-04-29 Glenn Morris <rgm@gnu.org>
3233
3234 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3235
367c9b7c
JL
32362008-04-22 Juri Linkov <juri@jurta.org>
3237
3238 * dired.texi (Subdirectories in Dired): Describe using `^'
3239 to return to the parent directory.
3240
4ac1e9b4
NR
32412008-04-22 Nick Roberts <nickrob@snap.net.nz>
3242
3243 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3244 recent changes.
3245
b9b3bf2b
NR
32462008-04-19 Nick Roberts <nickrob@snap.net.nz>
3247
3248 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3249 (Other GDB-UI Buffers): Update for recent thread related changes.
3250
4d120d6a
SM
32512008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3252
3253 * maintaining.texi (Maintaining):
3254 * emacs.texi (Top): Typo.
3255
a152877d
SM
32562008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3257
b9b3bf2b
NR
3258 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3259 arg in `font-lock-add-keywords'.
a152877d 3260
36c0514c
GM
32612008-04-08 Glenn Morris <rgm@gnu.org>
3262
3263 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3264 Also add Baha'i calendar references where appropriate.
3265
06a97d46
GM
32662008-04-05 Glenn Morris <rgm@gnu.org>
3267
3268 * custom.texi (Init File): Byte-compiling .emacs is bad.
3269
6adc6eed
SM
32702008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3273
571388b0
GM
32742008-03-29 Glenn Morris <rgm@gnu.org>
3275
3276 * calendar.texi: Update for `calendar-date-style' replacing
3277 `european-calendar'.
3278
3ae8f876
JR
32792008-03-28 Jason Rumney <jasonr@gnu.org>
3280
3281 * display.texi (Display Custom): Mention overlay-margin in text.
3282
5bc6ddff 32832008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3284
5bc6ddff
MB
3285 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3286 tutorial' comments.
03a864d5 3287
7186a830
CY
32882008-03-28 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * mark.texi (Mark): Rearrange nodes.
3291 (Persistent Mark): Rename from Transient Mark.
3292 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3293 Describe Transient Mark mode as the default.
3294
3295 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3296 the default behavior with Transient Mark mode off.
3297 (Position Info): Fix typo.
3298
71ce5fd0
JB
3299 * display.texi (Standard Faces): Reference the Mark node.
3300 Remove discussion of the region face, which is discussed there.
7186a830
CY
3301
3302 * emacs.texi (Top): Update node listings.
3303
3304 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3305 as the default.
3306
3307 * fixit.texi (Undo): Standardize choice of undo key sequence.
3308 (Undo, Spelling): Describe Transient Mark mode as the default.
3309
3310 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3311 default.
3312
3313 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3314
3315 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3316 mode is the default, and note that the mark is not activated when set.
3317
3318 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3319 Describe Transient Mark mode as the default.
3320
3321 * search.texi (Basic Isearch): Reference the Mark Ring node.
3322 (Replace, Unconditional Replace, Other Repeating Search):
3323 Describe Transient Mark mode as the default.
3324
1c6c854e
CS
3325 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3326 Describe Transient Mark mode as the default.
7186a830
CY
3327 (Paragraphs): Describe how M-h behaves when region is active.
3328
3329 * trouble.texi (Quitting): Clarify effects of C-g.
3330
dc47d1ff
GM
33312008-03-13 Glenn Morris <rgm@gnu.org>
3332
3333 * emacs.texi (EMACSVER): Set to 23.0.60.
3334
e3e0fb39 33352008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3336
e3e0fb39
GM
3337 * dired.texi (Hiding Subdirectories): Fix previous change.
3338
33392008-03-05 Drew Adams <drew.adams@oracle.com>
3340
3341 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3342
5e14abf8
KS
33432008-02-28 Kim F. Storm <storm@cua.dk>
3344
3345 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3346 Move describe-distribution to C-h C-o.
3347 Move view-emacs-problems to C-h C-p.
3348 Add view-emacs-debugging on C-h C-d.
3349 Add view-external-packages on C-h C-e.
d0207bf3 3350 Add view-order-manuals on C-h C-m.
5e14abf8 3351
d0207bf3 33522008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3353
3354 * msdog-xtra.texi (MS-DOS): Docstring fix.
3355
87e391bb
EZ
33562008-02-09 Eli Zaretskii <eliz@gnu.org>
3357
3358 * msdog.texi (Windows Fonts): Use a @table for describing font
3359 properties.
3360
5662e503
JR
33612008-02-07 Jason Rumney <jasonr@gnu.org>
3362
3363 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3364 value has changed.
3365 (Windows HOME): Clarify what is meant by "if that fails as well".
3366 (Windows Fonts): New section.
3367
72463824
GM
33682008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3369
3370 * basic.texi (Basic Undo): Remove duplicate "you can".
3371
7ff926e0
EZ
33722008-02-02 Eli Zaretskii <eliz@gnu.org>
3373
3374 * maintaining.texi (Tags): Fix last change.
3375
6ab7aef1
MA
33762008-02-02 Michael Albinus <michael.albinus@gmx.de>
3377
093571c3 3378 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3379
ace67e7e
NR
33802008-01-31 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3383
ae068fdf
RS
33842008-01-26 Richard Stallman <rms@gnu.org>
3385
3386 * maintaining.texi (Tags): Delete redundant index entry.
3387
a56d9a08
EZ
33882008-01-26 Eli Zaretskii <eliz@gnu.org>
3389
3390 * programs.texi (Imenu): Move "@cindex tags" from here...
3391 * maintaining.texi (Tags): ...to here.
3392
e941ed90
NR
33932008-01-23 Kevin Ryde <user42@zip.com.au>
3394
3395 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3396 click count.
3397
650276d5
JB
33982008-01-21 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * entering.texi (Exiting): Fix typo.
3401 Reported by D. E. Evans <sinuhe@gnu.org>.
3402
8dc17977
MR
34032007-12-31 Martin Rudalics <rudalics@gmx.at>
3404
3405 * glossary.texi (Glossary): Fix typo.
3406
9f9695a6
RS
34072007-12-27 Richard Stallman <rms@gnu.org>
3408
3409 * text.texi (Formatted Text): Improve menu tag.
3410 (Editing Format Info): In Info, add duplicate menu of nodes
3411 about the submenus.
3412 (Format Faces): Say where Faces menu is found. Mention Other.
3413 (Format Colors): Say where these submenus are found.
3414 (Format Indentation, Format Justification): Likewise.
3415 (Format Properties): Likewise.
3416
abfd0191
RS
34172007-12-22 Richard Stallman <rms@gnu.org>
3418
3419 * search.texi (Query Replace): Make exp of query-replace more
3420 self-contained, and clarify.
8dc17977 3421
abfd0191
RS
3422 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3423
a2586785
RS
34242007-12-15 Richard Stallman <rms@gnu.org>
3425
3426 * files.texi (Auto Save): Clarify definition of auto-saving.
3427
a67cf2bb
RS
34282007-11-26 Richard Stallman <rms@gnu.org>
3429
3430 * help.texi (Help Echo): Cleanups.
3431
448b33b1
TTN
34322007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3433
3434 * files.texi (Why Version Control?): Fix typo.
3435 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3436 (Selecting a Fileset): Fix typos; small rewording.
3437 (Log Buffer): Likewise.
3438 (Old Revisions): Likewise.
448b33b1 3439
221bb7f6
EZ
34402007-11-17 Eli Zaretskii <eliz@gnu.org>
3441
3442 * mule.texi (Communication Coding): Fix wording of last change.
3443
d0207bf3 34442007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3445
630cb3b7
JB
3446 * custom.texi (Specifying File Variables):
3447 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3448
53b7759e
KH
34492007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3450
a5ab2e0c 3451 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3452
3453 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3454
c8763fb6 34552007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3456
630cb3b7 3457 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3458 --output=file.
3459
ff98e024
MR
34602007-11-13 Martin Rudalics <rudalics@gmx.at>
3461
3462 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3463 (Help Echo): Avoid mentioning the term "region" here and
3464 consistently use the term "active text".
3465
37b11c22
GM
34662007-11-11 Glenn Morris <rgm@gnu.org>
3467
3468 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3469
21d50ba1
JL
34702007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3471
1c6c854e
CS
3472 * search.texi (Query Replace):
3473 Mention `query-replace-show-replacement'.
21d50ba1 3474
c12ecb0a 34752007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3476
3477 * building.texi (Watch Expressions): Remove obscure sentence.
3478
3b4201f4
KH
34792007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3480
3481 * mule.texi (Select Input Method): Describe how to activate an input
3482 method in the text mode.
3483
07e5c0b0
DN
34842007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3485
3486 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3487
52dd7391
NR
34882007-10-30 Nick Roberts <nickrob@snap.net.nz>
3489
3490 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3491
c004e539
GM
34922007-10-30 Glenn Morris <rgm@gnu.org>
3493
3494 * misc.texi (Directory Tracking): Explain a bit more about
3495 dirtrack-mode.
3496
ca8c5b8c
GM
34972007-10-25 Glenn Morris <rgm@gnu.org>
3498
3499 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3500
b6c764ef
RS
35012007-10-24 Richard Stallman <rms@gnu.org>
3502
3503 * misc.texi (Interactive Shell): Cleanup last change.
3504
eabd84c9
JL
35052007-10-22 Juri Linkov <juri@jurta.org>
3506
3507 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3508 default values.
3509
0b43c7e2
ER
35102007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3511
ca8c5b8c 3512 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3513 'filesets'.
3514
a80859d4
MR
35152007-10-18 Martin Rudalics <rudalics@gmx.at>
3516
3517 * trouble.texi (Quitting): Fix typo.
3518
c9447ae1
GM
35192007-10-18 Glenn Morris <rgm@gnu.org>
3520
3521 * frames.texi (Mode Line Mouse): Mention minor mode names.
3522
168b980f
JL
35232007-10-17 Juri Linkov <juri@jurta.org>
3524
3525 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3526 fill-paragraph operates on the active region in Transient Mark mode.
3527 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3528 with fill-paragraph.
3529
3530 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3531 fill-paragraph.
3532
3533 * fixit.texi (Spelling): ispell-word operates on the active region
3534 in Transient Mark mode.
3535
5a331f34
JB
35362007-10-17 Aaron S. Hawley <aaronh@garden.org>
3537
3538 * building.texi (Source Buffers):
3539 * custom.texi (Init Non-ASCII):
3540 * glossary.texi (Glossary): Use "key binding" consistently.
3541
2a9f4d55
JB
35422007-10-17 Juanma Barranquero <lekktu@gmail.com>
3543
3544 * calendar.texi (Diary): Fix directive.
3545
de13cecf
RS
35462007-10-16 Richard Stallman <rms@gnu.org>
3547
3548 * calendar.texi (Diary): Clarify text about diary file example.
3549
5f90d53e
ER
35502007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3551
3552 * files.texi: Capitalize node names according to convention.
3553
3aa491bc
GM
35542007-10-13 Glenn Morris <rgm@gnu.org>
3555
3556 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3557
8a3106d3
ER
35582007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3559
3560 * emacs.texi:
3561 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3562 suggested by RMS and Robert J. Chassell.
8a3106d3 3563
da1080a2
ER
35642007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3565
3aa491bc 3566 * files.texi (Version Systems):
0870a421
ER
3567 * vc-xtra.texi:
3568 * vc1-xtra.texi:
ac3f4c6f 3569 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3570 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3571 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3572 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3573
58ade22b
ER
35742007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3575
da1080a2 3576 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3577 Reorder the descriptions to be chronological.
3578
93870ce2
RS
35792007-10-09 Richard Stallman <rms@gnu.org>
3580
3581 * display.texi (Cursor Display): Correct how cursor appears
3582 in nonselected windows.
3583
568c7288
NR
35842007-10-04 Nick Roberts <nickrob@snap.net.nz>
3585
3586 * building.texi (GDB Graphical Interface): Remove references to gdba
3587 and mention gud-gdb.
3588
1af74d06 35892007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3590
1af74d06 3591 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3592
0d8fb755
JL
35932007-10-06 Juri Linkov <juri@jurta.org>
3594
3595 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3596 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3597 fill-paragraph-or-region.
3598
3599 * basic.texi (Arguments): Replace fill-paragraph with
3600 fill-paragraph-or-region.
3601
b981e2c6
ER
36022007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3603
3604 * files.texi: Update the section on version control for 2007
2a9f4d55 3605 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3606 will come later.
3607
5fceaf9c
GM
36082007-09-15 Glenn Morris <rgm@gnu.org>
3609
3610 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3611 to `list-holidays'.
3612
b0e44b17
GM
36132007-09-14 Glenn Morris <rgm@gnu.org>
3614
3615 * calendar.texi: Update all instances of mark-calendar-holidays,
3616 list-calendar-holidays, list-holidays with the new names.
3617
8cf51b2c
GM
36182007-09-06 Glenn Morris <rgm@gnu.org>
3619
46a367db 3620 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3621 Split into the Emacs manual in emacs/, and other manuals in misc/.
3622 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3623 manual.
3624 (infodir): New variable.
3625 (info): Use $infodir.
3626 (emacsman): Delete target, not needed any more.
3627 Move all targets that are not the Emacs manual to misc/Makefile.in.
3628 (mostlyclean): Remove `gnustmp'.
3629 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3630 manual.
92f9b43f 3631 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3632 (emacsman): Delete target, not needed any more.
3633 (clean): Remove all info files but Emacs manual.
3634 Move all targets that are not the Emacs manual to misc/Makefile.in.
3635 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3636
3637 * Makefile.in (INFOSOURCES): Delete.
3638 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3639 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3640 *.vrs *.toc here...
3641 (maintainer-clean): ...from here.
3642
36432007-09-05 Glenn Morris <rgm@gnu.org>
3644
3645 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3646
8cf51b2c
GM
36472007-08-29 Glenn Morris <rgm@gnu.org>
3648
3649 * emacs.texi (EMACSVER): Increase to 23.0.50.
3650
3420c522
RS
36512007-08-27 Richard Stallman <rms@gnu.org>
3652
3653 * emacs.texi (Top): Clarify menu item for Glossary.
3654
3655 * display.texi (Faces): Change secn title.
3656 Clarify not all fonts come from Font Lock.
3657
8cf51b2c
GM
36582007-08-17 Eli Zaretskii <eliz@gnu.org>
3659
3660 * basic.texi (Position Info): Add index entry for face at point.
3661 Mention that character faces are also displayed by "C-u C-x =".
3662
8cf51b2c
GM
36632007-08-08 Glenn Morris <rgm@gnu.org>
3664
3665 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3666
36672007-08-07 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * files.texi (File Conveniences): Document point motion keys in Image
3670 mode.
3671
8cf51b2c
GM
36722007-07-27 Glenn Morris <rgm@gnu.org>
3673
8cf51b2c
GM
3674 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3675 in-line.
3676
3677 * gpl.texi: New file with text of GPL.
3678 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3679
36802007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3681
3682 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3683
3684 * dired.texi (Wdired): Mention C-x C-q key binding.
3685
36862007-07-28 Nick Roberts <nickrob@snap.net.nz>
3687
3688 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3689
36902007-07-25 Glenn Morris <rgm@gnu.org>
3691
8cf51b2c
GM
3692 * emacs.texi (Copying): Replace license with GPLv3.
3693
3694 * Relicense all FSF files to GPLv3 or later.
3695
36962007-07-24 Glenn Morris <rgm@gnu.org>
3697
3698 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3699 for some calendars.
3700
37012007-07-23 Nick Roberts <nickrob@snap.net.nz>
3702
3703 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3704 default-directory for the current buffer is on a remote machine.
3705
8cf51b2c
GM
37062007-07-21 Eli Zaretskii <eliz@gnu.org>
3707
3708 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3709 default value.
3710
37112007-07-21 Richard Stallman <rms@gnu.org>
3712
3713 * files.texi (Why Version Control?): Improve previous change.
3714
37152007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3716
3717 * files.texi (Why Version Control?): New node.
3718
8cf51b2c
GM
37192007-07-12 Nick Roberts <nickrob@snap.net.nz>
3720
8cf51b2c
GM
3721 * building.texi (Starting GUD): Add xref to this anchor.
3722
8cf51b2c
GM
37232007-06-24 Karl Berry <karl@gnu.org>
3724
2a9f4d55 3725 * emacs.texi: New Back-Cover Text.
8cf51b2c 3726
8cf51b2c
GM
37272007-06-07 Alan Mackenzie <acm@muc.de>
3728
3729 * display.texi (Optional Mode Line): Document the new form of
3730 line+column numbers, "(561,2)".
3731
37322007-06-06 Juanma Barranquero <lekktu@gmail.com>
3733
49823426 3734 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3735
37362007-06-02 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * Version 22.1 released.
3739
8cf51b2c
GM
37402007-05-07 Karl Berry <karl@gnu.org>
3741
3742 * emacs.texi (EMACSVER): Back to 22.
3743
37442007-05-06 Richard Stallman <rms@gnu.org>
3745
3746 * maintaining.texi (Create Tags Table): Clean up previous change.
3747
c8763fb6 37482007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3749
3750 * maintaining.texi (Create Tags Table): Add text about the dangers of
3751 making symbolic links to tags files.
3752
37532007-05-04 Karl Berry <karl@gnu.org>
3754
3755 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3756
37572007-05-03 Karl Berry <karl@gnu.org>
3758
3759 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3760
3761 * .cvsignore (*.pdf): New entry.
3762
8cf51b2c
GM
3763 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3764 for printing.
3765
37662007-05-01 Richard Stallman <rms@gnu.org>
3767
3768 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3769
8cf51b2c
GM
37702007-04-28 Glenn Morris <rgm@gnu.org>
3771
3772 * ack.texi (Acknowledgments):
3773 * anti.texi (Antinews):
8cf51b2c
GM
3774 * programs.texi (Program Modes): Restore mention of python.el pending
3775 consideration of legal status.
3776
37772007-04-28 Richard Stallman <rms@gnu.org>
3778
3779 * files.texi (File Names): Fixes to ~ description on MS systems.
3780
8cf51b2c
GM
37812007-04-26 Glenn Morris <rgm@gnu.org>
3782
3783 * emacs.texi (EMACSVER): Increase to 22.1.50.
3784
37852007-04-25 Karl Berry <karl@gnu.org>
3786
3787 * emacs.texi: Improve line breaks on copyright page,
3788 similar layout to lispref, 8.5x11 by default.
3789
3790 * dired.texi (Image-Dired): Improve line break, fix typo.
3791
37922007-04-24 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * programs.texi (Program Modes):
8cf51b2c
GM
3795 * anti.texi (Antinews):
3796 * ack.texi (Acknowledgments): python.el removed.
3797
8cf51b2c
GM
37982007-04-23 Chong Yidong <cyd@stupidchicken.com>
3799
3800 * display.texi (Highlight Interactively): Correct description of
3801 hi-lock-file-patterns-policy.
3802
3803 * files.texi (File Archives): Mention self-extracting executables.
3804
38052007-04-23 Eli Zaretskii <eliz@gnu.org>
3806
3807 * search.texi (Unconditional Replace, Query Replace): Add xref to
3808 "Replacement and Case".
3809
38102007-04-22 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * dired.texi (Image-Dired): Move from Thumbnails node.
3813 * misc.texi (Thumbnails): Node deleted.
3814 * emacs.texi (Top): Update node listing.
3815
3816 * files.texi (File Conveniences):
49823426 3817 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3818
38192007-04-21 Richard Stallman <rms@gnu.org>
3820
3821 * display.texi (Highlight Interactively): Correct previous change.
3822 Clarify doc of hi-lock-find-patterns, and move new features into it.
3823
38242007-04-20 David Koppelman <koppel@ece.lsu.edu>
3825
1c6c854e
CS
3826 * display.texi (Highlight Interactively):
3827 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3828
38292007-04-20 Martin Rudalics <rudalics@gmx.at>
3830
3831 * display.texi (Scrolling): Fix typo.
3832
8cf51b2c
GM
38332007-04-15 Chong Yidong <cyd@stupidchicken.com>
3834
8cf51b2c
GM
3835 * doclicense.texi: Remove node heading, so that it can be included by
3836 other files.
3837
3838 * emacs.texi: Insert node heading for GFDL.
3839
8cf51b2c
GM
38402007-04-14 Eli Zaretskii <eliz@gnu.org>
3841
3842 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3843 "command line".
3844
3845 * display.texi (Faces): Refer to "Creating Frames" for face
3846 and other frame customizations in .emacs.
3847
3848 * frames.texi (Creating Frames): Mention that face customizations can
3849 be put in .emacs. Add index entries.
3850
38512007-04-12 Richard Stallman <rms@gnu.org>
3852
3853 * glossary.texi (Glossary): Explain `iff'.
3854
38552007-04-11 Karl Berry <karl@gnu.org>
3856
3857 * gnu.texi (Top),
3858 * macos.texi (Mac Font Specs),
3859 * anti.texi (Antinews),
3860 * xresources.texi (Resources),
3861 * misc.texi (Emulation),
3862 * calendar.texi (Daylight Saving),
3863 * dired.texi (Dired and Find),
3864 * rmail.texi (Remote Mailboxes),
3865 * sending.texi (Mail Headers),
3866 * programs.texi (Which Function),
3867 * files.texi (Recover),
3868 * buffers.texi (Uniquify),
3869 * frames.texi (Wheeled Mice),
3870 * killing.texi (Rectangles): Wording to improve breaks in
3871 8.5x11 format.
3872 * mule.texi (Language Environments): \hbadness=10000 since there's
3873 no way to reword.
3874 * emacs.texi (smallbook): New @set to more easily switch between
3875 smallbook and 8.5x11.
3876
38772007-04-11 Richard Stallman <rms@gnu.org>
3878
3879 * files.texi (File Conveniences): Add xref to Tumme.
3880 Delete text about Thumbnail mode.
3881
8cf51b2c
GM
38822007-04-09 Alan Mackenzie <acm@muc.de>
3883
3884 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3885 new name. Insert concept index entries.
3886
8cf51b2c
GM
38872007-04-08 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * display.texi (Standard Faces): Document prefix arg for
3890 list-faces-display.
3891
3892 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3893
8cf51b2c
GM
38942007-04-07 Chong Yidong <cyd@stupidchicken.com>
3895
8cf51b2c
GM
3896 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3897
3898 * files.texi (Misc File Ops): Rewrite description of
3899 insert-file-literally.
3900
8cf51b2c
GM
39012007-03-31 Eli Zaretskii <eliz@gnu.org>
3902
3903 * misc.texi (Printing): Postscript -> PostScript.
3904
8cf51b2c
GM
3905 * ack.texi (Acknowledgments): Postscript -> PostScript.
3906
3907 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3908
3909 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3910 below.
3911
39122007-03-30 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3915 Init Non-ASCII.
3916 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3917 (Init Non-ASCII): New node.
3918
39192007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3920
3921 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3922
8cf51b2c
GM
39232007-03-12 Glenn Morris <rgm@gnu.org>
3924
8cf51b2c
GM
3925 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3926 "Daylight Savings".
3927
49823426 3928 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3929 saving" in text throughout.
3930
8cf51b2c
GM
39312007-03-04 Richard Stallman <rms@gnu.org>
3932
3933 * custom.texi (Safe File Variables): Minor correction.
3934
8cf51b2c
GM
39352007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3936
3937 * rmail.texi (Movemail): Add internal ref.
3938 Don't indent the intro for the PROTO table.
3939 Format PROTO table items with @code.
3940
8cf51b2c
GM
39412007-02-26 Nick Roberts <nickrob@snap.net.nz>
3942
3943 * building.texi: Remove references to bashdb.
3944
8cf51b2c
GM
39452007-02-19 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * mule.texi (Language Environments): Update list of supported language
3948 environments.
3949
8cf51b2c
GM
39502007-02-14 Kim F. Storm <storm@cua.dk>
3951
3952 * building.texi (Grep Searching): Fix lgrep doc.
3953
39542007-02-12 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * back.texi: Remove unused file.
3957
c8763fb6 39582007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3959
3960 * maintaining.texi (Tag Syntax): Now --members is the default for
3961 etags, not for ctags yet.
3962
8cf51b2c
GM
39632007-02-03 Eli Zaretskii <eliz@gnu.org>
3964
3965 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3966 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3967 expects. Add comments to prevent people from inadvertently modifying
3968 the key parts needed by `texinfo-multiple-files-update'.
3969
39702007-01-29 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * frames.texi (Secondary Selection): Window clicked does not matter
3973 when mouse-yank-at-point is non-nil.
3974
8cf51b2c
GM
39752007-01-16 Glenn Morris <rgm@gnu.org>
3976
3977 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3978 system abbrev.
3979
39802007-01-11 Richard Stallman <rms@gnu.org>
3981
3982 * msdog.texi (Windows Keyboard): Another small cleanup.
3983
39842007-01-10 Richard Stallman <rms@gnu.org>
3985
3986 * msdog.texi (Windows Keyboard): Yet another try to make
3987 everyone happy with that passage.
3988
39892007-01-05 Richard Stallman <rms@gnu.org>
3990
3991 * anti.texi (Antinews): Mention M-x shell scrolling.
3992
39932007-01-05 Nick Roberts <nickrob@snap.net.nz>
3994
3995 * building.texi (Watch Expressions): Describe gdb-max-children.
3996
8cf51b2c
GM
39972007-01-04 Richard Stallman <rms@gnu.org>
3998
8cf51b2c
GM
3999 * msdog.texi (Windows Keyboard): Clarify previous change.
4000
8cf51b2c
GM
40012007-01-02 Richard Stallman <rms@gnu.org>
4002
4003 * custom.texi (Changing a Variable): Minor clarification.
4004 (Specific Customization): customize-customized => customize-unsaved.
4005
4006 * entering.texi (Entering Emacs): Clean up text about restarting
4007 Emacs for each file.
4008
4009 * misc.texi (Shell Options): Minor cleanup.
4010
4011 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4012 with Emacs, not vice versa.
4013
4014 * programs.texi (Symbol Completion): Recommend customizing
4015 window manager.
4016
4017 * xresources.texi (Resources): Minor fix.
4018
c8763fb6 40192007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4020
4021 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4022
40232007-01-01 Richard Stallman <rms@gnu.org>
4024
4025 * commands.texi (User Input): Document keys stolen by window mangers.
4026
40272006-12-31 Richard Stallman <rms@gnu.org>
4028
4029 * custom.texi (Specific Customization): Document customize-option
4030 instead of customize-variable.
4031
40322006-12-31 Kim F. Storm <storm@cua.dk>
4033
4034 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4035
40362006-12-30 Kim F. Storm <storm@cua.dk>
4037
4038 * killing.texi (CUA Bindings): Fix typo.
4039
4040 * xresources.texi (Table of Resources): Mention grow-only value for
4041 auto-resize-tool-bars.
4042
8cf51b2c
GM
40432006-12-27 Eli Zaretskii <eliz@gnu.org>
4044
4045 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4046 and how to get them back.
4047
40482006-12-26 Richard Stallman <rms@gnu.org>
4049
4050 * calendar.texi (Holidays): Holiday listing is based on current
4051 practice, but DST is not.
4052
40532006-12-25 Richard Stallman <rms@gnu.org>
4054
4055 * emacs.texi (Top): Update subnode menus.
4056
4057 * mark.texi (Transient Mark): Fix xref.
4058
4059 * killing.texi (Graphical Kill): Node deleted.
4060 (Killing): Add xref to Cut and Paste.
4061 (CUA Bindings): Update xref.
4062
4063 * frames.texi (Cut and Paste): New section to hold other nodes.
4064 (Mouse Commands): Node demoted.
4065 (Cut/Paste Other App): Split out from Mouse Commands.
4066 (Word and Line Mouse): Likewise.
4067 (Secondary Selection, Clipboard): Nodes demoted.
4068
8cf51b2c
GM
40692006-12-24 Kevin Ryde <user42@zip.com.au>
4070
4071 * calendar.texi (Holidays): US daylight saving begins second Sunday
4072 in March for 2007 onwards.
4073 (Daylight Savings): Show new US default daylight saving rules, 2nd
4074 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4075
40762006-12-23 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * calendar.texi (Scroll Calendar): < and > are switched.
4079
40802006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4081
4082 * killing.texi (Deletion): Describe M-\ prefix argument.
4083
40842006-12-23 Richard Stallman <rms@gnu.org>
4085
4086 * search.texi (Regexp Search): Explain why forward and reverse regexp
4087 search are not mirror images.
4088
8cf51b2c
GM
40892006-12-19 Kim F. Storm <storm@cua.dk>
4090
4091 * major.texi (Choosing Modes): Describe match-function elements for
4092 magic-mode-alist.
4093
8cf51b2c
GM
40942006-12-18 Eli Zaretskii <eliz@gnu.org>
4095
4096 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4097 peculiarities.
4098
40992006-12-18 Richard Stallman <rms@gnu.org>
4100
4101 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4102
8cf51b2c
GM
41032006-12-17 Alan Mackenzie <acm@muc.de>
4104
4105 * programs.texi (Left Margin Paren): Remove the bit which says
4106 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4107 Discuss some of the issues of setting this option to nil.
4108
41092006-12-17 Glenn Morris <rgm@gnu.org>
4110
4111 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4112
41132006-12-16 Eli Zaretskii <eliz@gnu.org>
4114
4115 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4116 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4117 NTFS volumes.
4118 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4119 volumes.
4120
41212006-12-15 Eli Zaretskii <eliz@gnu.org>
4122
4123 * text.texi (HTML Mode): Fix "C-c TAB".
4124
8cf51b2c
GM
41252006-12-09 Richard Stallman <rms@gnu.org>
4126
4127 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4128
41292006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4130
4131 * files.texi (Misc File Ops): Document insert-file-literally.
4132
41332006-12-08 Eli Zaretskii <eliz@gnu.org>
4134
4135 * cmdargs.texi (Colors): Note that --color is intended for overriding
4136 the terminal defaults, not for normal invocation.
4137
4138 * misc.texi (Emacs Server): Improve wording. Don't mention the
4139 ``server program''. Add a cross-reference to "Init File" node.
4140 (Invoking emacsclient): Add index entries. Document both short and
4141 long versions of command-line options. Document the -f option.
4142
8cf51b2c
GM
41432006-12-06 Richard Stallman <rms@gnu.org>
4144
4145 * text.texi (Outline Format): Say to set outline-regexp
4146 and outline-level with major modes and file local variables.
4147
c8763fb6 41482006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4149
4150 * anti.texi (Antinews): Mention the alternative to
4151 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4152
8cf51b2c
GM
4153 * misc.texi (Interactive Shell): Ditto.
4154
41552006-12-04 Eli Zaretskii <eliz@gnu.org>
4156
4157 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4158
4159 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4160
41612006-12-01 Eli Zaretskii <eliz@gnu.org>
4162
4163 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4164 colon in the mode line.
4165
4166 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4167
41682006-11-26 Nick Roberts <nickrob@snap.net.nz>
4169
4170 * building.texi (Watch Expressions): Mention SPC for expanding/
4171 contracting watch expressions.
4172
41732006-11-26 Kim F. Storm <storm@cua.dk>
4174
4175 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4176
41772006-11-26 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * building.texi (Debugger Operation): Define text command mode.
4180 Clarify how tooltips work.
4181 (GDB Graphical Interface): Explain how to run in text command mode
4182 more clearly.
4183
41842006-11-25 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4187
41882006-11-22 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4191
8cf51b2c
GM
41922006-11-18 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4195 and EMACS is deprecated.
4196
41972006-11-18 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4200
c8763fb6 42012006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4202
4203 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4204
4205 * emacs.texi: Include xresources.texi both for info and dvi.
4206
4207 * xresources.texi: Merge text from xresmini.texi.
4208
c8763fb6 42092006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4210
4211 * glossary.texi: Fix typos.
4212
8cf51b2c
GM
42132006-11-06 Richard Stallman <rms@gnu.org>
4214
4215 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4216
4217 * ack.texi (Acknowledgments): Fix name spelling.
4218
42192006-11-01 Juri Linkov <juri@jurta.org>
4220
4221 * search.texi (Word Search): Document incremental word search.
4222
42232006-10-28 Glenn Morris <rgm@gnu.org>
4224
4225 * ack.texi (Acknowledgments): Add cal-html author.
4226
4227 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4228 Calendar"). Describe new package cal-html.
4229 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4230 Calendar Files."
4231
8cf51b2c
GM
42322006-10-23 Richard Stallman <rms@gnu.org>
4233
4234 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4235 Abbrev mode is enabled.
4236
8cf51b2c
GM
42372006-10-16 Richard Stallman <rms@gnu.org>
4238
8cf51b2c
GM
4239 * emacs.texi: Update ISBN.
4240
8cf51b2c
GM
42412006-10-11 Kim F. Storm <storm@cua.dk>
4242
4243 * emacs.texi (Acknowledgments): Use @dotless{i}.
4244
42452006-10-08 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * building.texi (Breakpoints Buffer): Mention catchpoints.
4248
42492006-10-08 Kim F. Storm <storm@cua.dk>
4250
4251 * ack.texi (Acknowledgments): Update.
4252
4253 * emacs.texi (Acknowledgments): Fix bad @/ form.
4254
8cf51b2c
GM
42552006-10-05 Kim F. Storm <storm@cua.dk>
4256
4257 * emacs.texi (Acknowledgments): Add more contributors.
4258
42592006-10-03 Richard Stallman <rms@gnu.org>
4260
4261 * emacs.texi (Acknowledgments): Update version and edition.
4262
8cf51b2c
GM
42632006-10-01 Karl Berry <karl@gnu.org>
4264
4265 * custom.texi (Customization Groups): Page break to keep example buffer
4266 on one page.
4267
42682006-09-30 Karl Berry <karl@gnu.org>
4269
4270 * programs.texi (Basic Indent): @need to improve page break.
4271 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4272
42732006-09-29 Glenn Morris <rgm@gnu.org>
4274
4275 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4276
42772006-09-29 Karl Berry <karl@gnu.org>
4278
4279 * windows.texi (Basic Window): Remove forced @break, no longer
4280 desirable.
4281 * frames.texi (Frame Commands),
4282 * mark.texi (Marking Objects): Reword to avoid bad page break.
4283 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4284
42852006-09-19 Richard Stallman <rms@gnu.org>
4286
4287 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4288 stick to present tense.
4289
c8763fb6 42902006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4291
4292 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4293 to x-gtk-use-old-file-dialog.
4294 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4295
42962006-09-15 Jay Belanger <belanger@truman.edu>
4297
49823426 4298 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4299 Change "Library Public License" to "Lesser Public License"
4300 throughout. Use "yyyy" to represent year.
4301
8cf51b2c
GM
43022006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4303
4304 * files.texi (Visiting): Add index entry "open file".
4305
8cf51b2c
GM
43062006-09-11 Richard Stallman <rms@gnu.org>
4307
4308 * building.texi (Compilation Mode): Clarification.
4309 (Grep Searching): Add xref to Compilation Mode.
4310
8cf51b2c
GM
43112006-09-08 Richard Stallman <rms@gnu.org>
4312
4313 * search.texi (Search): Ref multi-file search commands here.
4314 (Other Repeating Search): Not here.
4315
8cf51b2c
GM
43162006-08-28 Richard Stallman <rms@gnu.org>
4317
4318 * windows.texi (Split Window): Update xref.
4319
4320 * basic.texi (Continuation Lines): Update xref.
4321
4322 * indent.texi (Tab Stops): Update xref.
4323
4324 * emacs.texi (Top): Update subnode menu.
4325
4326 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4327 split out of Display Custom.
4328
43292006-08-25 Kim F. Storm <storm@cua.dk>
4330
4331 * display.texi (Display Custom): Add variables overline-margin
4332 and x-underline-at-descent-line.
4333
43342006-08-25 Richard Stallman <rms@gnu.org>
4335
4336 * entering.texi (Exiting): Rewrite to give graphical displays
4337 priority over text terminals.
4338
4339 * search.texi (Incremental Search): Move index entries.
4340
43412006-08-23 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * custom.texi (Init File): Reference Find Init to avoid "home
4344 directory" confusion.
4345
43462006-08-22 Nick Roberts <nickrob@snap.net.nz>
4347
4348 * building.texi (Other GDB-UI Buffers): Describe how to edit
4349 a value in the locals buffer.
4350
43512006-08-21 Richard Stallman <rms@gnu.org>
4352
4353 * search.texi (Basic Isearch): Add `isearch' index entry.
4354
43552006-08-16 Richard Stallman <rms@gnu.org>
4356
4357 * misc.texi (Saving Emacs Sessions): Clean up wording.
4358
4359 * mark.texi (Marking Objects): Mention term "select all".
4360
4361 * emacs.texi (Top): Update subnode menu.
4362
4363 * help.texi (Help Mode): Move node up in file.
4364
8cf51b2c
GM
43652006-08-15 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * building.texi (Stack Buffer): Explain fringe arrow.
4368
8cf51b2c
GM
43692006-08-12 Eli Zaretskii <eliz@gnu.org>
4370
8cf51b2c
GM
4371 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4372 on startup.
4373
43742006-08-11 Romain Francoise <romain@orebokech.com>
4375
4376 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4377
43782006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4379
4380 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4381
43822006-08-10 Richard Stallman <rms@gnu.org>
4383
4384 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4385 with face merging. Empty regions don't count.
4386 Clarify face property inheritance.
8cf51b2c
GM
4387
43882006-08-08 Romain Francoise <romain@orebokech.com>
4389
4390 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4391 <arjuropo@cc.jyu.fi>.
4392
8cf51b2c
GM
43932006-08-04 Eli Zaretskii <eliz@gnu.org>
4394
4395 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4396 apply to all frames.
4397
8cf51b2c
GM
43982006-08-01 Richard Stallman <rms@gnu.org>
4399
4400 * help.texi (Name Help): Add index entries for describe-variable.
4401
44022006-08-01 Nick Roberts <nickrob@snap.net.nz>
4403
4404 * building.texi (GDB Graphical Interface): Shorten node names.
4405 (GDB-UI Layout): Use GDB-related.
4406 (Other GDB-UI Buffers): Simplify English.
4407
44082006-07-31 Richard Stallman <rms@gnu.org>
4409
4410 * search.texi (Query Replace): Add xref for Dired's Q command.
4411
8cf51b2c
GM
44122006-07-31 Nick Roberts <nickrob@snap.net.nz>
4413
4414 * building.texi (GDB commands in Fringe): Rename to...
4415 (Source Buffers): ..this and move forward. Describe hollow arrow and
4416 new option gdb-find-source-frame.
4417
44182006-07-29 Richard Stallman <rms@gnu.org>
4419
4420 * dired.texi (Operating on Files): Simplify previous change
4421 and fix Texinfo usage.
4422
44232006-07-29 Eli Zaretskii <eliz@gnu.org>
4424
4425 * dired.texi (Operating on Files): Add cross-references. State the
4426 Unix commands that do similar things.
4427
44282006-07-28 Richard Stallman <rms@gnu.org>
4429
4430 * mark.texi (Transient Mark): Clarify that region never disappears
4431 when Transient Mark mode is off, and not when it is on.
4432
44332006-07-27 Richard Stallman <rms@gnu.org>
4434
4435 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4436
44372006-07-24 Richard Stallman <rms@gnu.org>
4438
4439 * xresources.texi (GTK styles): Fix texinfo usage.
4440
8cf51b2c
GM
4441 * commands.texi (User Input): Explain why we teach keyboard cmds.
4442
4443 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4444 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4445 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4446 * doclicense.texi, display.texi, dired.texi, basic.texi:
4447 * anti.texi, ack.texi: Move periods and commas inside quotes.
4448
44492006-07-22 Eli Zaretskii <eliz@gnu.org>
4450
4451 * cmdargs.texi (General Variables): Document EMAIL.
4452
44532006-07-21 Eli Zaretskii <eliz@gnu.org>
4454
4455 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4456 doesn't have effect on MS-Windows.
4457
8cf51b2c
GM
44582006-07-17 Richard Stallman <rms@gnu.org>
4459
4460 * building.texi (Grep Searching): Explain about chaining grep commands.
4461
8cf51b2c
GM
44622006-07-10 Nick Roberts <nickrob@snap.net.nz>
4463
49823426 4464 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4465
44662006-07-09 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4469 is invoked for multiple files.
4470
44712006-07-08 Eli Zaretskii <eliz@gnu.org>
4472
4473 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4474 on-line manual for the rest of this node.
4475 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4476 unconditionally.
4477 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4478 Improve wording.
4479 (Windows Printing): Improve wording.
4480 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4481 rest of this node.
4482
8cf51b2c
GM
44832006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4484
49823426
GM
4485 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4486 with eval-buffer.
8cf51b2c
GM
4487
44882006-07-05 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4491 of character translation.
4492
44932006-07-04 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4496
44972006-07-03 Karl Berry <karl@gnu.org>
4498
4499 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4500 not-too-underfull hboxes in the TeX output.
4501 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4502 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4503 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4504 * sending.texi, text.texi: Fix overfull/underfull boxes.
4505
45062006-07-03 Romain Francoise <romain@orebokech.com>
4507
4508 * m-x.texi (M-x): Fix.
4509
45102006-07-03 Richard Stallman <rms@gnu.org>
4511
8cf51b2c
GM
4512 * search.texi (Other Repeating Search): filename -> file name.
4513
4514 * misc.texi (Narrowing): Minor cleanups.
4515
4516 * files.texi (Visiting): filename -> file name.
4517
4518 * emacs.texi (Top): Update subnode menus.
4519
4520 * mule.texi (Coding Systems): Move char translation stuff here.
4521 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4522 (Recognize Coding): Substantial local rewrites.
4523 (International): Update menu.
4524
4525 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4526 (Scrolling): Substantial local rewrites.
4527 (Display): Update menu and intro.
4528
4529 * dired.texi: filename -> file name.
4530
4531 * custom.texi (Safe File Variables): Texinfo usage fix.
4532
f0131492 45332006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4534
4535 * help.texi, m-x.texi: Lots of cleanups.
4536
8cf51b2c
GM
45372006-06-30 Eli Zaretskii <eliz@gnu.org>
4538
4539 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4540 (Windows Processes, Windows Misc): Shorten the printed version by
4541 selectively conditioning less important portions by @ifnottex.
4542
8cf51b2c
GM
45432006-06-27 Richard Stallman <rms@gnu.org>
4544
4545 * mini.texi (Minibuffer File): Minor cleanup.
4546
45472006-06-25 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * frames.texi (XTerm Mouse): Rename to...
4550 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4551
4552 * emacs.texi (Top): Use new node name.
4553
45542006-06-24 Eli Zaretskii <eliz@gnu.org>
4555
4556 * emacs.texi (Top): Update the detailed menu according to changes in
4557 msdog.texi.
4558
4559 * msdog.texi (Windows Keyboard): New section.
4560 (Windows Mouse): New section.
4561 (Windows System Menu): Remove section (text merged with "Windows
4562 Keyboard").
4563 (Windows Misc): New section.
4564
4565 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4566
4567 * msdog.texi (ls in Lisp): New section.
4568
4569 * files.texi (Visiting): Document case-insensitive wildcard matching
4570 under find-file-wildcards.
4571
8cf51b2c
GM
45722006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4573
4574 * macos.texi (Mac Input): Add description of mac-function-modifier.
4575 Now Unicode keyboard layouts work.
4576
8cf51b2c
GM
45772006-06-10 Richard Stallman <rms@gnu.org>
4578
4579 * mule.texi (Recognize Coding): Clarify previous change.
4580
45812006-06-09 Kenichi Handa <handa@m17n.org>
4582
4583 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4584 notation.
4585
45862006-06-07 Kevin Ryde <user42@zip.com.au>
4587
4588 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4589 manual for @ifnottex, but in emacs-extra for @iftex.
4590
4591 * cmdargs.texi (General Variables): Fix smtpmail xref.
4592
45932006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4594
8cf51b2c 4595 * programs.texi (Comment Commands):
8cf51b2c 4596 * custom.texi (Specifying File Variables):
49823426 4597 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4598
45992006-06-07 Nick Roberts <nickrob@snap.net.nz>
4600
4601 * building.texi (Watch Expressions): Move node to end.
4602 (GDB Graphical Interface): Move description of clicks in fringe...
4603 (GDB commands in the Fringe): ...to here. New node.
4604
8cf51b2c
GM
46052006-06-05 Romain Francoise <romain@orebokech.com>
4606
49823426 4607 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4608
46092006-06-05 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * building.texi (GDB Graphical Interface): Update bindings.
4612 (Commands of GUD): Add gud-print. Remove gud-run.
4613 Restate availability more generally.
4614
f0131492 46152006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4616
4617 * mini.texi: Lots of cleanups.
4618
46192006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4620
4621 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4622 and Mouse-2.
4623
c8763fb6 46242006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4625
4626 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4627
8cf51b2c
GM
46282006-05-31 Richard Stallman <rms@gnu.org>
4629
4630 * basic.texi (Moving Point): Fix previous change.
4631
c8763fb6 46322006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4633
4634 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4635
f0131492 46362006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4637
4638 * basic.texi: Many simplifications and improvements in wording.
4639
8cf51b2c
GM
46402006-05-26 Nick Roberts <nickrob@snap.net.nz>
4641
4642 * anti.texi (Antinews): Create a node for gdb-ui.
4643
8cf51b2c
GM
46442006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4647
46482006-05-20 Richard Stallman <rms@gnu.org>
4649
4650 * dired.texi (Dired Navigation): dired-goto-file is now j.
4651
8cf51b2c
GM
46522006-05-20 Eli Zaretskii <eliz@gnu.org>
4653
4654 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4655 and their aliases.
4656
4657 * msdog.texi (Windows Printing): Mention non-support of plain text
4658 printing with some el-cheapo printers, and suggest a workaround.
4659
46602006-05-20 Kevin Ryde <user42@zip.com.au>
4661
4662 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4663 remove the bit saying you must set it.
4664
46652006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4666
4667 * trouble.texi (Checklist):
4668 * text.texi (Text, Auto Fill, Text Mode):
4669 * search.texi (Nonincremental Search):
4670 * rmail.texi (Rmail Labels):
4671 * mule.texi (Input Methods, Multibyte Conversion):
4672 * misc.texi (Gnus, Where to Look, PostScript):
4673 * maintaining.texi (Create Tags Table):
4674 * indent.texi (Indentation Commands):
4675 * fixit.texi (Spelling):
4676 * emacs.texi (Copying):
4677 * custom.texi (Init File): ifinfo -> ifnottex.
4678
8cf51b2c
GM
46792006-05-17 Richard Stallman <rms@gnu.org>
4680
4681 * files.texi (Diff Mode): Mention C-x `.
4682
46832006-05-08 Richard Stallman <rms@gnu.org>
4684
4685 * custom.texi (Disabling): Textual cleanups.
4686
8cf51b2c
GM
46872006-05-12 Glenn Morris <rgm@gnu.org>
4688
4689 * calendar.texi (Displaying the Diary, Format of Diary File):
4690 Refer to diary-view-entries, diary-list-entries,
4691 diary-show-all-entries rather than obsolete aliases.
4692
46932006-05-12 Eli Zaretskii <eliz@gnu.org>
4694
4695 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4696 (Displaying the Diary, Special Diary Entries, Importing Diary):
4697 * building.texi (Compilation Shell):
4698 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4699 emacs-xtra with @inforef's.
4700
4701 * files.texi (Visiting): Fix wording.
4702
4703 * mule.texi (Coding Systems, Text Coding): More indexing.
4704 Mention that C-x RET f can set eol conversion.
4705
c8763fb6 47062006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4707
4708 * xresmini.texi (GTK resources): Insert GTK description.
4709
4710 * xresources.texi (GTK resources): metafont should be menufont.
4711
8cf51b2c
GM
47122006-05-06 Michael Albinus <michael.albinus@gmx.de>
4713
49823426 4714 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4715 method, user name and host name is active only in partial
4716 completion mode.
4717
8cf51b2c
GM
47182006-05-06 Eli Zaretskii <eliz@gnu.org>
4719
4720 * makefile.w32-in (emacs.dvi):
4721 * Makefile.in (emacs.dvi): Add xresmini.texi.
4722
4723 * xresmini.texi (Table of Resources): Remove xref to non-existent
4724 node "LessTif Resources".
4725
4726 * msdog.texi (Microsoft Windows):
4727 * calendar.texi (Calendar/Diary, Displaying the Diary)
4728 (Special Diary Entries, Importing Diary, Holidays):
4729 * programs.texi (Program Modes):
4730 * text.texi (Text):
4731 * buffers.texi (Several Buffers):
4732 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4733
47342006-05-06 Eli Zaretskii <eliz@gnu.org>
4735
4736 The following changes merge the emacs-xtra manual into the main
4737 manual, but only for on-line version of the manual.
4738
4739 * vc2-xtra.texi (Version Backups, Local Version Control)
4740 (Making Snapshots, Change Logs and VC, Version Headers)
4741 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4742 on-line manual.
4743
4744 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4745 for on-line manual.
4746
4747 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4748 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4749 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4750 for on-line manual.
4751
4752 * fortran-xtra.texi (Fortran, Fortran Autofill)
4753 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4754 for on-line manual.
4755
4756 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4757 Conditional xref's for on-line manual.
4758
4759 * emerge-xtra.texi (Emerge, Overview of Emerge)
4760 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4761 manual.
4762
4763 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4764 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4765 (EMACSSOURCES): Use EMACS_XTRA.
4766 (../info/emacs-xtra): Remove.
4767 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4768
4769 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4770 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4771 (EMACSSOURCES): Use EMACS_XTRA.
4772 ($(infodir)/emacs-xtra): Remove.
4773 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4774
4775 * trouble.texi (Quitting):
4776 * text.texi (Text):
4777 * programs.texi (Program Modes):
4778 * msdog.texi (Microsoft Windows):
4779 * frames.texi (Frames):
4780 * files.texi (Backup, Version Control, VC Concepts)
4781 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4782 (Registering, VC Status, VC Undo, Multi-User Branching)
4783 (Comparing Files):
4784 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4785 (Displaying the Diary, Special Diary Entries, Importing Diary):
4786 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4787 conditional xref's, depending on @iftex/@ifnottex.
4788
4789 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4790 "MS-DOS". @include msdog-xtra.texi.
4791
4792 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4793 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4794
4795 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4796 for vc-xtra.texi subsections.
4797 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4798 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4799
4800 * sending.texi (Sending Mail): A @node line without explicit Prev,
4801 Next, and Up links.
4802
4803 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4804 Next, and Up links.
4805
4806 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4807 and its sections. @include picture-xtra.texi.
4808
4809 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4810 "Emerge".
4811 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4812
4813 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4814 exact duplicate of its name-sake in calendar.texi.
4815
4816 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4817 "Advanced Calendar/Diary Usage".
4818 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4819
4820 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4821 dired-xtra.texi.
4822 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4823
4824 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4825 (Files) [ifnottex]: Add menu entry for Autorevert.
4826
4827 * emacs-xtra.texi (Introduction): Reword to make consistent with
4828 printed version only.
4829 <Top level>: Remove the body of all chapters and move them to the
4830 new *-xtra.texi files. Use @raisesections and @lowersections to
4831 convert sections to chapters etc.
4832
4833 * msdog-xtra.texi:
4834 * fortran-xtra.texi:
4835 * vc-xtra.texi:
4836 * vc1-xtra.texi:
4837 * vc2-xtra.texi:
4838 * emerge-xtra.texi:
4839 * cal-xtra.texi:
4840 * dired-xtra.texi:
4841 * arevert-xtra.texi: New files, with text from respective chapters
4842 of emacs-xtra.texi. Convert each @chapter into @section, @section
4843 into @subsection, etc.
4844
1c6c854e 4845 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4846 updated.
4847
4848 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4849 Windows". All references updated.
4850
48512006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4852
4853 * macos.texi (Mac Input): Mention input from Character Palette.
4854 (Mac Font Specs): Fix typo.
4855
48562006-05-05 Richard Stallman <rms@gnu.org>
4857
4858 * files.texi (Diff Mode): Minor cleanup.
4859
48602006-05-05 Karl Berry <karl@gnu.org>
4861
8cf51b2c
GM
4862 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4863 errors from the current release of makeinfo (4.8).
4864 * help.texi (Library Keywords): Change widest word in multitable
4865 template from `emulations' to `convenience'. (Not sure if this is
4866 related to the font change.)
4867
48682006-05-05 Eli Zaretskii <eliz@gnu.org>
4869
4870 * files.texi (File Names): Add a footnote about limited support of
4871 ~USER on MS-Windows.
4872
4873 * cmdargs.texi (Initial Options): Add a footnote about limited
4874 support of ~USER on MS-Windows.
4875
48762006-05-03 Richard Stallman <rms@gnu.org>
4877
4878 * files.texi (Diff Mode): Node moved here.
4879 (Comparing Files): Delete what duplicates new node.
4880 (Files): Put Diff Mode in menu.
4881
1c6c854e 4882 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4883
4884 * emacs.texi (Top): Update menu for Diff Mode.
4885
4886 * trouble.texi (Emergency Escape): Simplify.
4887
4888 * emacs.texi (Top): Minor clarification.
4889
48902006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4891
4892 * commands.texi, entering.texi, screen.texi: Many simplifications.
4893
48942006-05-03 Richard Stallman <rms@gnu.org>
4895
4896 * commands.texi (Text Characters): Delete paragraph about unibyte
4897 non-ASCII printing chars.
4898
4899 * killing.texi (Killing): Say "graphical displays".
4900 * display.texi: Say "graphical displays".
4901
4902 * cmdargs.texi (Misc X): Say "graphical displays".
4903
49042006-05-01 Richard Stallman <rms@gnu.org>
4905
4906 * emacs.texi (Top): Add Diff Mode to menu.
4907
49082006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4909
4910 * misc.texi (Diff Mode): New node.
4911
49122006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4913
4914 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4915 (Mac Environment Variables): Shorten example line.
4916 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4917
49182006-05-01 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * building.texi (GUD Customization): Describe cases %d and %c.
4921 Update description for %e.
4922
49232006-04-30 Glenn Morris <rgm@gnu.org>
4924
4925 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4926
49272006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4928
4929 * custom.texi (Examining): Update C-h v output example.
4930
49312006-04-29 Kim F. Storm <storm@cua.dk>
4932
4933 * building.texi (Grep Searching): Add lgrep and rgrep.
4934
8cf51b2c
GM
49352006-04-23 Richard Stallman <rms@gnu.org>
4936
4937 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4938
4939 * xresmini.texi: New file.
4940
4941 * xresources.texi (Face Resources): Split table into font resources
4942 and the rest. Combine similar attributes for brevity.
4943
8cf51b2c
GM
49442006-04-21 Eli Zaretskii <eliz@gnu.org>
4945
4946 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4947 backslashes and case-insensitivity in file names (moved to the
4948 main manual).
4949 (MS-DOS Printing): Move most of the text to the main manual.
4950
4951 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4952 New nodes.
4953 (Windows Processes, Windows System Menu): Add index entries and
4954 fix wording.
4955
8cf51b2c
GM
49562006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4957
4958 * misc.texi (Shell Ring): Add notes on saved input when
4959 navigating off the end of the history list.
4960
49612006-04-18 Chong Yidong <cyd@mit.edu>
4962
4963 * misc.texi (Shell Options): Correct default value of
4964 comint-scroll-show-maximum-output.
4965
8cf51b2c
GM
49662006-04-18 Nick Roberts <nickrob@snap.net.nz>
4967
4968 * building.texi (Watch Expressions): Update.
4969
8cf51b2c
GM
49702006-04-12 Richard Stallman <rms@gnu.org>
4971
4972 * search.texi: Clean up previous change.
4973
49742006-04-12 Eli Zaretskii <eliz@gnu.org>
4975
4976 * search.texi (Regexp Backslash, Regexp Replace): Add index
4977 entries for ``back reference'' and mention the term itself in the
4978 text.
4979
49802006-04-11 Richard Stallman <rms@gnu.org>
4981
4982 * custom.texi (Safe File Variables):
4983 Document enable-local-variables = :safe.
4984
49852006-04-11 Karl Berry <karl@gnu.org>
4986
4987 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4988 (Remote Repositories, Version Backups, Local Version Control)
4989 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4990 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4991 (Renaming VC Work Files and Master Files)
4992 (Inserting Version Control Headers, Customizing VC, General Options)
4993 (Options for RCS and SCCS, Options specific for CVS): Move all
4994 these nodes to emacs-xtra.texi, for brevity.
4995 * cmdargs.texi, files.texi: Change cross-references.
4996
8cf51b2c
GM
49972006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4998
4999 * files.texi (Old Versions): Update description of vc-annotate's
5000 use of color to indicate date ranges.
5001
8cf51b2c
GM
50022006-04-09 Kevin Ryde <user42@zip.com.au>
5003
8cf51b2c
GM
5004 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5005 put info and printed manual names the right way around.
5006
50072006-04-09 Karl Berry <karl@gnu.org>
5008
5009 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5010 emacs-xtra.texi, leaving only MS Windows information.
5011 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5012 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5013 node names.
5014
5015 * emacs.texi: Move @summarycontents and @contents to the beginning
5016 of the file.
5017
8cf51b2c
GM
50182006-04-08 Kevin Ryde <user42@zip.com.au>
5019
5020 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5021
50222006-04-07 Richard Stallman <rms@gnu.org>
5023
5024 * programs.texi (Comments, Comment Commands, Options for Comments)
5025 (Multi-Line Comments): "Align", not "indent".
5026 (Basic Indent): C-j deletes trailing whitespace before the newline.
5027
50282006-04-06 Richard Stallman <rms@gnu.org>
5029
8cf51b2c
GM
5030 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5031
50322006-04-06 Eli Zaretskii <eliz@gnu.org>
5033
5034 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5035
8cf51b2c
GM
50362006-04-05 Richard Stallman <rms@gnu.org>
5037
5038 * emacs.texi (Top): Update subnode menu.
5039
5040 * trouble.texi (Unasked-for Search): Node deleted.
5041 (Lossage): Delete from menu.
5042
50432006-04-04 Richard Stallman <rms@gnu.org>
5044
5045 * trouble.texi: Various cleanups.
5046 (Checklist): Don't bother saying how to snail a bug report.
5047 (Emergency Escape): Much rewriting.
5048 (After a Crash): Rename the core dump immediately.
5049 (Total Frustration): Call it a psychotherapist.
5050 (Bug Criteria): Avoid "illegal instruction".
5051 (Sending Patches): We always put the contributor's name in.
5052
5053 * misc.texi (Thumbnails): Minor correction.
5054
8cf51b2c
GM
50552006-04-03 Richard Stallman <rms@gnu.org>
5056
5057 * misc.texi (Thumbnails): Minor cleanup.
5058
50592006-04-02 Karl Berry <karl@gnu.org>
5060
5061 * sending.texi (Mail Sending): pxref to Top needs five args.
5062
5063 * texinfo.tex: Update to current version (2006-03-21.13).
5064
8cf51b2c
GM
50652006-03-31 Richard Stallman <rms@gnu.org>
5066
5067 * emacs.texi (Top): Update subnode menu.
5068
5069 * help.texi (Help Mode): Cleanup.
5070
5071 * dired.texi: Many cleanups.
5072 (Dired Deletion): Describe dired-recursive-deletes.
5073 (Operating on Files): dired-create-directory moved.
5074 (Misc Dired Features): Move to here.
5075 (Tumme): Node moved to misc.texi.
5076
5077 * custom.texi: Many cleanups.
5078 (Minor Modes): Don't mention ISO Accents Mode.
5079 (Examining): Update C-h v output example.
5080 (Hooks): Add index and xref for add-hook.
5081 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5082 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5083
5084 * misc.texi: Many cleanups.
5085 (beginning): Add to summary of topics.
5086 (Shell): Put eshell xref at the end. Remove eshell from table.
5087 (Thumbnails): New node.
5088
8cf51b2c
GM
50892006-03-28 Eli Zaretskii <eliz@gnu.org>
5090
5091 * files.texi (File Name Cache): Make it clear that the cache is
5092 not persistent.
5093
8cf51b2c
GM
50942006-03-25 Karl Berry <karl@gnu.org>
5095
49823426
GM
5096 * emacs-xtra.texi, emacs.texi, gnu.texi:
5097 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5098 (2) do not indent copyright year list (or anything else).
5099
8cf51b2c
GM
51002006-03-21 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * files.texi (VC Dired Mode): Remove misplaced brackets.
5103
51042006-03-21 Andre Spiegel <spiegel@gnu.org>
5105
5106 * files.texi: Various updates and clarifications in the VC chapter.
5107
51082006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5109
5110 * help.texi (Help Mode): Document "C-c C-c".
5111
8cf51b2c
GM
51122006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5113
5114 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5115 menu in the standalone Info reader.
5116
51172006-03-15 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5120 moved here from Emacs manual.
5121
5122 * programs.texi (Fortran): Section moved to emacs-xtra.
5123 (Program Modes): Xref to Fortran in emacs-xtra.
5124
5125 * maintaining.texi (Emerge): Move to emacs-xtra.
5126 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5127
5128 * picture.texi: File deleted.
5129 * Makefile.in:
5130 * makefile.w32-in: Remove picture.texi.
5131
5132 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5133 * abbrevs.texi (Abbrevs):
5134 * sending.texi (Sending Mail): Picture node removed.
5135
5136 * emacs.texi (Top): Update node listings.
5137
8cf51b2c
GM
51382006-03-12 Richard Stallman <rms@gnu.org>
5139
5140 * calendar.texi: Various cleanups.
5141
8cf51b2c
GM
51422006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5143
5144 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5145 syntax.
5146
8cf51b2c
GM
51472006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * search.texi (Regexps): More accurately describe which characters
5150 are special in which situations. Recommend _not_ to quote `]' or
5151 `-' when they are not special.
5152
8cf51b2c
GM
51532006-02-28 Andre Spiegel <spiegel@gnu.org>
5154
5155 * files.texi (Old Versions): Clarify operation of C-x v =.
5156
8cf51b2c
GM
51572006-02-21 Nick Roberts <nickrob@snap.net.nz>
5158
5159 * building.texi (Watch Expressions): Update and describe
5160 gdb-speedbar-auto-raise.
5161
51622006-02-19 Richard M. Stallman <rms@gnu.org>
5163
5164 * emacs.texi: Use @smallbook.
5165 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5166 Update subnode menu.
5167
5168 * building.texi (Lisp Interaction): Minor addition.
5169
51702006-02-18 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * building.texi (Watch Expressions): Update and be more precise.
5173
c8763fb6 51742006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5175
5176 * maintaining.texi (Create Tags Table): Explain why the
5177 exception when etags writes to files under the /dev tree.
5178
51792006-02-14 Richard M. Stallman <rms@gnu.org>
5180
5181 * custom.texi (Safe File Variables): Lots of clarification.
5182 Renamed from Unsafe File Variables.
5183
51842006-02-14 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * custom.texi (Unsafe File Variables): File variable confirmation
5187 assumed denied in batch mode.
5188
51892006-02-14 Richard M. Stallman <rms@gnu.org>
5190
5191 * building.texi (GDB User Interface Layout): Don't say `inferior'
5192 for program being debugged.
5193
51942006-02-15 Nick Roberts <nickrob@snap.net.nz>
5195
5196 * building.texi (GDB Graphical Interface):
5197 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5198
51992006-02-13 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * custom.texi (Specifying File Variables, Unsafe File Variables):
5202 New nodes, split from File Variables. Document new file local
5203 variable behavior.
5204
52052006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5206
5207 * display.texi (Standard Faces):
8cf51b2c
GM
5208 * files.texi (Visiting):
5209 * frames.texi (Clipboard):
5210 * glossary.texi (Glossary) <Clipboard>:
5211 * xresources.texi (X Resources): Mention Mac OS port.
5212
8cf51b2c
GM
52132006-02-12 Richard M. Stallman <rms@gnu.org>
5214
5215 * building.texi (Building): Clarify topic in intro.
5216
5217 * maintaining.texi (Maintaining): Change title; clarify topic.
5218 Delete duplicate index entries.
5219
5220 * building.texi (Other GDB User Interface Buffers): Clarifications.
5221
5222 * text.texi (Cell Commands): Clarifications.
5223
5224 * programs.texi (Defuns): Delete duplicate explanation of
5225 left-margin paren convention.
5226 (Hungry Delete): Minor cleanup.
5227
52282006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5229
5230 * dired.texi (Tumme): More tumme documentation.
5231
52322006-02-11 Alan Mackenzie <acm@muc.de>
5233
5234 * programs.texi ("Hungry Delete"): Correct the appellation of the
5235 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5236
52372006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5238
5239 * dired.texi (Tumme): Fix small bug.
5240
52412006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5242
5243 * macos.texi (Mac International): Rename "fontset-mac" to
5244 "fontset-standard".
5245
8cf51b2c
GM
52462006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5247
5248 * dired.texi (Tumme): Basic documentation for Tumme added.
5249
8cf51b2c
GM
52502006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5251
5252 * mule.texi (International):
5253 * programs.texi (Basic Indent): Fix typos.
5254
8cf51b2c
GM
5255 * custom.texi (Minor Modes):
5256 * display.texi (Text Display):
5257 * commands.texi (Text Characters): Update xrefs.
5258
52592006-02-07 Richard M. Stallman <rms@gnu.org>
5260
5261 * emacs.texi (Top): Update subnode menu.
5262 Update info on old Emacs papers.
5263 (Intro): "Graphical display", not window system.
5264
5265 * xresources.texi (GTK styles): Minor clarifications.
5266
5267 * trouble.texi: "Graphical display", not window system.
5268 (Stuck Recursive): Minor clarification.
5269
5270 * text.texi: Minor clarifications.
5271 (Sentences): Explain why two-space convention is better.
5272 Explain sentence-end-without-period here.
5273 (Fill Commands): Not here.
5274 (Refill): Node moved down.
5275 (Filling): Update menu.
5276 (Table Creation, Cell Justification, Column Commands): Clarify.
5277
5278 * sending.texi: Minor clarifications.
5279
5280 * search.texi (Regexp Backslash): Clarification.
5281
5282 * rmail.texi: Minor cleanups.
5283 (Rmail): Delete digression about `rmail-mode'.
5284 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5285 (Rmail Files): Mention C-u M-x rmail.
5286 (Rmail Reply): Mention References.
5287 (Rmail Display): Mention rmail-nonignored-headers.
5288
5289 * programs.texi: Minor cleanups.
5290 (Comment Commands): Mention momentary Transient Mark mode.
5291 (Matching): Be more specific about customizing show-paren-mode.
5292 (Info Lookup): Don't list the modes that support C-h S.
5293 Just say what it does in an unsupported mode.
5294 (Man Page): Delete excessive info on customizing woman.
5295 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5296
5297 * abbrevs.texi: Minor clarifications.
5298 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5299 not "dynamic abbrevs" as if they were a kind of abbrev.
5300
5301 * picture.texi (Picture): Minor cleanup.
5302
5303 * mule.texi (Communication Coding): Say "other applications".
5304 (Fontsets): Not specific to X. Add xref to X Resources.
5305 (Unibyte Mode): Rename from Single-Byte Character Support.
5306 "Graphical display", not window system.
5307 (International): Update menu.
5308
5309 * maintaining.texi (Format of ChangeLog):
5310 New node, split out from ChangeLog.
5311 (ChangeLog): Clarifications in the remaining text.
5312 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5313 (Find Tag): Add @w.
5314 (Tags Search): Explain tag table order here. Simplify grep ref.
5315 (List Tags): tags-tag-face is a variable, not a face.
5316 (Emerge): Cleanups.
5317
5318 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5319 (Keyboard Macros): Avoid "the user".
5320
5321 * killing.texi: "Graphical display", not window system.
5322
5323 * help.texi (Help Echo): "Graphical display", not window system.
5324
5325 * glossary.texi: Say "you", not "the user". Say "graphical display".
5326
5327 * frames.texi: Minor cleanups. "Graphical display", not window system.
5328
5329 * files.texi (Visiting): Make drag-and-drop not X-specific.
5330
5331 * custom.texi: Minor cleanups. "Graphical display", not window system.
5332
5333 * cmdargs.texi: Minor cleanups.
5334
5335 * building.texi (Compilation): Move and split kill-compilation para.
5336 Add para about multiple compilers.
5337 (Compilation Mode): Commands also available in grep mode and others.
5338 Mention C-u C-x ` more tutorially. Clarify C-x `.
5339 (Compilation Shell): Clarify. Put Bash example first.
5340 (Grep Searching): Minor cleanups; add @w.
5341 (Debuggers): Minor cleanups.
5342 (Starting GUD): Make GDB xgraphical mode issue clearer.
5343 (Debugger Operation): Lots of clarifications including
5344 GDB tooltip side-effect issue.
5345 (Commands of GUD): Clarify.
5346 (GUD Customization): Add bashdb-mode-hook.
5347 (GDB Graphical Interface): Rewrite for clarity.
5348 (GDB User Interface Layout): Rewrite for clarity.
5349 (Stack Buffer, Watch Expressions): Likewise.
5350 (Other GDB User Interface Buffers): Cleanups.
5351 (Lisp Libraries, External Lisp): Cleanup.
5352
5353 * basic.texi (Position Info): "Graphical displays", rather than
5354 window systems.
5355
5356 * anti.texi: Minor cleanup.
5357
8cf51b2c
GM
53582006-02-03 Eli Zaretskii <eliz@gnu.org>
5359
5360 * custom.texi (Init File, Find Init): Add cross-references to
5361 where $HOME is described.
5362
53632006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5364
5365 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5366 is not inside the @table.
5367
5368 * emacs.texi (Top): Correct node name.
5369
5370 * files.texi (File Names): Fix @xref.
5371 (Reverting): Fix typo.
5372
5373 * mule.texi (International): Correct node name.
5374
5375 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5376
53772006-02-01 Richard M. Stallman <rms@gnu.org>
5378
5379 * emacs.texi (Top): Update subnode menu.
5380
5381 * mule.texi: Minor clarifications.
5382 Reduce the specific references to X Windows.
5383 Refer to "graphical" terminals, rather than window systems.
5384 (Text Coding): Rename from Specify Coding.
5385 (Communication Coding, File Name Coding, Terminal Coding):
5386 New nodes split out from Text Coding.
5387
5388 * kmacro.texi: Minor clarifications.
5389 (Keyboard Macro Ring): Comment out some excessive commands.
5390 (Basic Keyboard Macro): Split up the table, putting part in each node.
5391
5392 * major.texi: Minor clarifications.
5393
5394 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5395
5396 * windows.texi: Minor clarifications.
5397 (Change Window): Don't describe mode-line mouse cmds here.
5398 Add xref to Mode Line Mouse.
5399
5400 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5401
5402 * macos.texi (Mac International): Fix xref.
5403
5404 * indent.texi: Minor clarifications.
5405
5406 * frames.texi: Minor clarifications.
5407 Reduce the specific references to X Windows.
5408 Refer to "graphical" terminals, rather than window systems.
5409 (Frame Parameters): Don't mention commands like
5410 set-foreground-color. Just say to customize a face.
5411 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5412
5413 * files.texi: Minor clarifications.
5414 (Numbered Backups): New node, split out from Backup Names.
5415
5416 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5417
5418 * cmdargs.texi (General Variables): Fix xref.
5419
5420 * buffers.texi: Minor clarifications.
5421
8cf51b2c
GM
54222006-01-31 Richard M. Stallman <rms@gnu.org>
5423
5424 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5425 Nodes moved to top.
5426
5427 * display.texi: Minor clarifications.
5428 (Display): Rearrange menu.
5429 (Standard Faces): Mention query-replace face.
5430 (Faces): Simplify.
5431 (Font Lock): Simplify face customization info.
5432 (Highlight Changes): Node merged into Highlight Interactively.
5433 (Highlight Interactively): Much rewriting and cleanup.
5434 (Optional Mode Line): Narrowed line number not good for goto-line.
5435 Simplify face customization advice.
5436 (Text Display): Mention use of escape-glyph face.
5437 Move ctl-arrow and tab-width here.
5438 (Display Custom): Move no-redraw-on-reenter to end of node.
5439
5440 * search.texi: Minor clarifications.
5441 (Isearch Scroll): Simplify.
5442 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5443
5444 * regs.texi (Registers): Mention bookmarks here.
5445
5446 * mark.texi: Minor clarifications.
5447 (Selective Undo): Node deleted.
5448
5449 * m-x.texi: Minor clarifications.
5450
5451 * killing.texi: Minor clarifications.
5452 Refer to "graphical" terminals, rather than window systems.
5453
5454 * help.texi: Clarifications.
5455 (Help): Don't describe C-h F and C-h K here.
5456 (Key Help): Describe C-h K here.
5457 (Name Help): Mention Emacs Lisp Intro.
5458 Describe C-h F here.
5459 (Misc Help): Mention C-h F and C-h K only briefly.
5460
5461 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5462 Selective undo text merged in.
5463 (Spelling): Mention Aspell along with Ispell.
5464
5465 * emacs.texi (Top): Update subnode menus.
5466
5467 * basic.texi (Basic Undo): Rename from Undo. Most of text
5468 moved to new Undo node.
5469
8cf51b2c
GM
54702006-01-29 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * basic.texi (Continuation Lines, Inserting Text):
5473 Mention longlines mode.
5474
54752006-01-29 Richard M. Stallman <rms@gnu.org>
5476
10d1d0af 5477 * screen.texi: Minor cleanups.
8cf51b2c
GM
5478 (Screen): Clean up the intro paragraphs.
5479 (Mode Line): Lots of rewriting. Handle frame-name better.
5480 eol-mnemonic-... vars moved out.
5481
5482 * emacs.texi (Top): Change menu item for MS-DOS node.
5483 Update subnode menu.
5484
5485 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5486 chapter relates to Windows. Title changed.
5487
5488 * mini.texi: Minor cleanups.
5489
5490 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5491 (Mark): Put it in the menu.
5492
5493 * entering.texi: Minor cleanups.
5494
5495 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5496 (Intro): Refer to "graphical" terminals, rather than X.
5497
5498 * display.texi (Display Custom): Add xref to Variables.
5499 (Optional Mode Line): eol-mnemonic-... vars moved here.
5500
5501 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5502 rather than X.
5503
8cf51b2c
GM
5504 * basic.texi: Minor cleanups.
5505 (Undo): selective-undo moved.
5506
8cf51b2c
GM
55072006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * anti.texi (Antinews): Various corrections and additions.
5510
55112006-01-23 Juri Linkov <juri@jurta.org>
5512
5513 * custom.texi (Easy Customization, Customization Groups)
5514 (Browsing Custom): Mention links along with buttons.
5515
8cf51b2c
GM
55162006-01-21 Eli Zaretskii <eliz@gnu.org>
5517
8cf51b2c
GM
5518 * text.texi (TeX Print): Use @key for TAB.
5519
8cf51b2c
GM
5520 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5521
8cf51b2c
GM
55222006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5523
5524 * files.texi (File Aliases): Don't claim that usually separate
5525 buffers are created for two file names that name the same data.
5526 Mention additional situations where different names mean the same
5527 file on disk.
5528
55292006-01-19 Richard M. Stallman <rms@gnu.org>
5530
5531 * killing.texi (Deletion): Upcase @key argument.
5532
5533 * custom.texi (Custom Themes): Minor cleanup.
5534
5535 * programs.texi (Hungry Delete): Upcase @key argument.
5536
8cf51b2c
GM
55372006-01-16 Juri Linkov <juri@jurta.org>
5538
5539 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5540 Move `mode-line-highlight' before `mode-line-buffer-id'.
5541
8cf51b2c
GM
55422006-01-14 Richard M. Stallman <rms@gnu.org>
5543
5544 * basic.texi (Inserting Text): Minor cleanup.
5545
8cf51b2c
GM
55462006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5547
5548 * custom.texi (Changing a Variable, Face Customization):
5549 Update for changes in Custom menus.
5550
8cf51b2c
GM
55512006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5552
5553 * macos.texi (Mac International): Undo last change.
5554
8cf51b2c
GM
55552006-01-02 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * custom.texi (Custom Themes): Describe the new
5558 customize-create-theme interface.
5559
55602005-12-30 Juri Linkov <juri@jurta.org>
5561
5562 * basic.texi (Position Info): Update example.
5563
c8763fb6 55642005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5565
5566 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5567
55682005-12-24 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * custom.texi (Custom Themes): `load-theme' always loads.
5571
55722005-12-23 Juri Linkov <juri@jurta.org>
5573
5574 * display.texi (Highlight Interactively): Use double space to
5575 separate sentences. Replace C-p with M-p, and C-n with M-n.
5576
55772005-12-22 Richard M. Stallman <rms@gnu.org>
5578
5579 * custom.texi (Easy Customization and subnodes):
5580 Replace "active field" with "button".
5581 Use "user option" only for variables.
5582 Use "setting" for variable-or-face.
5583
55842005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5585
5586 * buffers.texi (Select Buffer): Change order in table to make
5587 "Similar" refer to the correct item.
5588 (Indirect Buffers): Minor rewording.
5589
8cf51b2c
GM
55902005-12-20 Juri Linkov <juri@jurta.org>
5591
5592 * files.texi (VC Status): Put P and N near p and n.
5593
8cf51b2c
GM
55942005-12-19 Richard M. Stallman <rms@gnu.org>
5595
5596 * programs.texi (Electric C): Delete the info about newline control.
5597 (Other C Commands): Minor cleanup.
5598 (Left Margin Paren): Minor cleanup.
5599
56002005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5603 (Customization Groups): Delete text moved to "Browsing Custom".
5604 (Browsing Custom): New node.
5605 (Specific Customization): Clarify which commands only work for
5606 loaded options.
5607
56082005-12-18 Bill Wohler <wohler@newt.com>
5609
5610 * frames.texi (Tool Bars): Shorten text of previous change.
5611
56122005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5613
5614 * files.texi (VC Status): Document log-view mode.
5615
56162005-12-18 Bill Wohler <wohler@newt.com>
5617
5618 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5619 permanently via the customize interface.
5620
8cf51b2c
GM
56212005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5622
5623 * killing.texi (Killing by Lines): Document `kill-whole-line'
5624 function.
5625
c8763fb6 56262005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5627
5628 * buffers.texi (Select Buffer): Change `prev-buffer' to
5629 `previous-buffer'. Indicate that these functions use a frame
5630 local buffer list.
5631
8cf51b2c
GM
56322005-12-12 Richard M. Stallman <rms@gnu.org>
5633
5634 * custom.texi (Easy Customization): Change menu comment.
5635 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5636
5637 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5638 (Help): Among the Apropos commands, describe only C-h a here.
5639
56402005-12-11 Richard M. Stallman <rms@gnu.org>
5641
5642 * programs.texi (Options for Comments): Comment-end starts with space.
5643
5644 * glossary.texi (Glossary): Minor cleanup.
5645
5646 * files.texi (Old Versions): Use @table.
5647
8cf51b2c
GM
56482005-12-10 David Koppelman <koppel@ece.lsu.edu>
5649
5650 * display.texi (Highlight Interactively): Include
5651 global-hi-lock-mode. Add miscellaneous details and elaborations.
5652
56532005-12-09 Richard M. Stallman <rms@gnu.org>
5654
5655 * display.texi (Font Lock): Delete the Global FL menu item.
5656
56572005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * custom.texi (Minibuffer Maps): Mention the maps for file name
5660 completion.
5661
56622005-12-09 Kim F. Storm <storm@cua.dk>
5663
5664 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5665 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5666 cursor to next corner in rectangle; clarify insert around rectangle.
5667
8cf51b2c
GM
56682005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5669
5670 * custom.texi (Customization): Use xref to elisp manual for
5671 non-TeX output.
5672 (Minor Modes): Update.
5673 (Customization Groups, Changing a Variable, Face Customization):
5674 Update for new appearance of Custom buffers.
5675 (Changing a Variable): `custom-buffer-done-function' has been
5676 replaced by `custom-buffer-done-kill'.
5677 (Specific Customization): In the `customize-group' buffer, a
5678 subgroup's contents are not "hidden". They are not included at
5679 all. They have no [Show] button.
5680 (Mouse Buttons): Add pxref to description of mouse event lists in
5681 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5682 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5683 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5684
56852005-12-08 Richard M. Stallman <rms@gnu.org>
5686
5687 * mini.texi (Completion Commands, Completion):
5688 In file name input, SPC does not do completion.
5689
8cf51b2c
GM
56902005-12-08 Nick Roberts <nickrob@snap.net.nz>
5691
5692 * building.texi (GDB Graphical Interface): Explain screen size
5693 setting.
5694 (Other GDB User Interface Buffers): Describe features specific to
5695 GDB 6.4.
5696
8cf51b2c
GM
56972005-12-01 Nick Roberts <nickrob@snap.net.nz>
5698
5699 * building.texi (GDB User Interface Layout): Describe how to
5700 kill associated buffers.
5701 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5702 (Watch Expressions): Be more precise.
5703 (Other GDB User Interface Buffers): Describe how to change a
5704 register value.
5705
8cf51b2c
GM
57062005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5707
5708 * macos.texi (Mac Input): Remove description of
5709 mac-command-key-is-meta. Add descriptions of
5710 mac-control-modifier, mac-command-modifier, and
5711 mac-option-modifier.
5712 (Mac International): Fix description of conversion of clipboard data.
5713 (Mac Font Specs): Add example of font customization by face attributes.
5714
57152005-11-22 Nick Roberts <nickrob@snap.net.nz>
5716
5717 * building.texi (Watch Expressions): Expand description.
5718 (Other GDB User Interface Buffers): Describe local map for
5719 gud-watch.
5720
57212005-11-21 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * display.texi (Font Lock): Font lock is enabled by default now.
5724
57252005-11-20 Juri Linkov <juri@jurta.org>
5726
5727 * basic.texi (Position Info): Update examples of the output.
5728 Remove the fact that examples are produced in the TeXinfo buffer,
5729 because in the Info reader users will get a different output from
5730 `C-x ='.
5731
5732 * building.texi (Compilation Mode): Remove paragraph duplicated
5733 from the node `Compilation'. Add `compilation-skip-threshold'.
5734
5735 * display.texi (Font Lock): Suggest more user-friendly method of
5736 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5737
57382005-11-18 Richard M. Stallman <rms@gnu.org>
5739
5740 * files.texi (Registering): Mention @@ in mode line.
5741
5742 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5743
57442005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5745
5746 * files.texi (Renaming and VC): Some back-ends don't
5747 handle renaming.
5748
8cf51b2c
GM
57492005-11-17 Juri Linkov <juri@jurta.org>
5750
5751 * emacs.texi (Top):
5752 * display.texi (Highlight Interactively): Put this font-lock based
5753 mode near Font Lock node.
5754
57552005-11-16 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5758 icons.
5759
57602005-11-12 Kim F. Storm <storm@cua.dk>
5761
5762 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5763 (Help Summary): Add C-h d and C-h e.
5764 (Apropos): Clarify that all apropos commands may search for either
5765 list of words or a regexp. Add C-h d for apropos-documentation.
5766 Describe apropos-documentation-sort-by-scores user option.
5767
8cf51b2c
GM
57682005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5769
5770 * killing.texi (CUA Bindings): Add @section.
5771
57722005-11-10 Kim F. Storm <storm@cua.dk>
5773
5774 * emacs.texi (Top): Add CUA Bindings entry to menu.
5775
5776 * killing.texi (CUA Bindings): New node. Moved here from
5777 misc.texi and extended with info on rectangle commands and
5778 rectangle highlighting, interface to registers, and the global
5779 mark feature.
5780
5781 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5782
5783 * regs.texi: Prev link points to CUA Bindings node.
5784
57852005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * help.texi (Help Echo): By default, help echos are only shown on
5788 mouse-over, not on point-over.
5789
c8763fb6 57902005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5791
5792 * misc.texi (Shell Mode): Describe how to activate password echoing.
5793
8cf51b2c
GM
57942005-11-04 Romain Francoise <romain@orebokech.com>
5795
5796 * mark.texi (Mark Ring): Fix typo.
5797
57982005-11-03 Richard M. Stallman <rms@gnu.org>
5799
5800 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5801
58022005-11-01 Bill Wohler <wohler@newt.com>
5803
5804 * help.texi (Help Mode): Fix typo.
5805
58062005-11-01 Nick Roberts <nickrob@snap.net.nz>
5807
1c6c854e
CS
5808 * building.texi (Other GDB User Interface Buffers):
5809 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5810
58112005-10-31 Romain Francoise <romain@orebokech.com>
5812
5813 * files.texi (Compressed Files): Fix typo.
5814
5815 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5816
5817 * windows.texi (Force Same Window): Likewise.
5818
58192005-10-30 Bill Wohler <wohler@newt.com>
5820
5821 * help.texi (Help Mode): URLs viewed with browse-url.
5822
58232005-10-31 Nick Roberts <nickrob@snap.net.nz>
5824
5825 * building.texi (GDB Graphical Interface): Don't reference
5826 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5827 must stay in same frame.
5828
58292005-10-29 Chong Yidong <cyd@stupidchicken.com>
5830
5831 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5832
5833 * anti.texi (Antinews): Likewise.
5834
8cf51b2c
GM
58352005-10-28 Bill Wohler <wohler@newt.com>
5836
5837 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5838
58392005-10-28 Richard M. Stallman <rms@gnu.org>
5840
5841 * files.texi (Visiting): Explain how to enter ? in a file name.
5842
5843 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5844
8cf51b2c
GM
58452005-10-25 Nick Roberts <nickrob@snap.net.nz>
5846
1c6c854e
CS
5847 * building.texi (GDB Graphical Interface):
5848 Describe gdb-mouse-until.
8cf51b2c
GM
5849
58502005-10-23 Richard M. Stallman <rms@gnu.org>
5851
5852 * custom.texi (Init File): Recommend when to use site-start.el.
5853
8cf51b2c
GM
58542005-10-21 Juri Linkov <juri@jurta.org>
5855
5856 * custom.texi (Examining): Mention accessing the old variable
5857 value via M-n in set-variable.
5858
8cf51b2c
GM
58592005-10-18 Romain Francoise <romain@orebokech.com>
5860
5861 * files.texi (Version Systems): Capitalize GNU.
5862
8cf51b2c
GM
58632005-10-18 Nick Roberts <nickrob@snap.net.nz>
5864
5865 * building.texi (Compilation Mode): Remove redundant paragraph.
5866 (Watch Expressions): Remove paragraph to reflect code change.
5867
8cf51b2c
GM
58682005-10-16 Richard M. Stallman <rms@gnu.org>
5869
5870 * building.texi (Compilation Mode, Compilation): Clarified.
5871
58722005-10-15 Richard M. Stallman <rms@gnu.org>
5873
5874 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5875
8cf51b2c
GM
58762005-10-13 Kenichi Handa <handa@m17n.org>
5877
5878 * basic.texi (Position Info): Fix previous change.
5879
c8763fb6 58802005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5881
5882 * cmdargs.texi (Icons X): Fix typo.
5883
58842005-10-12 Kenichi Handa <handa@m17n.org>
5885
5886 * basic.texi (Position Info): Describe the case that Emacs shows
5887 "part of display ...".
5888
c8763fb6 58892005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5890
5891 * cmdargs.texi (Icons X): -nb => -nbi.
5892
58932005-10-10 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * frames.texi (Speedbar): A couple more clarifications.
5896
58972005-10-11 Nick Roberts <nickrob@snap.net.nz>
5898
5899 * building.texi (GDB User Interface Layout): Improve diagram.
5900 (Watch Expressions): Explain how to make speedbar global.
5901 (Other GDB User Interface Buffers): Make references more precise.
5902
8cf51b2c
GM
59032005-10-09 Richard M. Stallman <rms@gnu.org>
5904
5905 * frames.texi (Speedbar): Clarify the text.
5906
59072005-10-09 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * frames.texi (Speedbar): Add information on keybindings,
5910 dismissing the speedbar, and buffer display mode. Link to
5911 speedbar manual.
5912
c8763fb6 59132005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5914
1c6c854e 5915 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5916 added -nb, --no-bitmap-icon.
5917
8cf51b2c
GM
59182005-10-07 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * building.texi (GDB Graphical Interface): Add variables and
5921 functions to indices. Be more precise.
5922
c8763fb6 59232005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5924
5925 * frames.texi (Drag and Drop): Remove the x- from
5926 x-dnd-open-file-other-window and xdnd-protocol-alist.
5927
59282005-09-30 Romain Francoise <romain@orebokech.com>
5929
5930 * mini.texi (Minibuffer): The default value now appears before the
5931 colon in minibuffer prompts.
5932
8cf51b2c
GM
59332005-09-25 Richard M. Stallman <rms@gnu.org>
5934
5935 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5936
8cf51b2c
GM
59372005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5938
5939 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5940
8cf51b2c
GM
59412005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5942
5943 * emacs.texi (Top): Update submenus from macos.texi.
5944
5945 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5946 (Mac OS): Update feature support status.
5947 (Mac Input): List supported input scripts. Remove description
5948 about `mac-keyboard-text-encoding'. Mention mouse button
5949 emulation and related variables.
5950 (Mac International): Mention Central European and Cyrillic
5951 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5952 Add description about coding system for selection.
5953 Add description about language environment.
5954 (Mac Environment Variables):
5955 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5956 arguments. Add Preferences support.
5957 (Mac Directories): Explicitly state that this node is for Mac OS
5958 Classic only.
1c6c854e
CS
5959 (Mac Font Specs): Mention specification for scalable fonts.
5960 List supported charsets. Add preferred way of creating fontsets.
5961 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5962 (Mac Functions): Add descriptions about `mac-set-file-creator',
5963 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5964 and `mac-get-preference'.
5965
8cf51b2c
GM
59662005-09-16 Romain Francoise <romain@orebokech.com>
5967
5968 Update all files to specify GFDL version 1.2.
5969
5970 * doclicense.texi (GNU Free Documentation License): Update to
5971 version 1.2.
5972
59732005-09-15 Richard M. Stallman <rms@gnu.org>
5974
5975 * buffers.texi (List Buffers): Fix xref.
5976
5977 * rmail.texi (Rmail Basics): Fix xref.
5978
5979 * emacs.texi (Top): Update subnode menus.
5980
5981 * files.texi (Saving Commands): New node, broken out of Saving.
5982 (Customize Save): New node, broken out of Saving.
5983 Clarify effect of write-region-inhibit-fsync.
5984 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5985
8cf51b2c
GM
59862005-09-14 Romain Francoise <romain@orebokech.com>
5987
5988 * files.texi (Saving): Mention write-region-inhibit-fsync.
5989
59902005-09-05 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * custom.texi (Custom Themes): New node.
5993
59942005-09-03 Richard M. Stallman <rms@gnu.org>
5995
49823426
GM
5996 * search.texi (Search Case): Mention vars that control
5997 case-fold-search for various operations.
8cf51b2c
GM
5998
59992005-08-22 Juri Linkov <juri@jurta.org>
6000
6001 * display.texi (Standard Faces): Merge the text from
6002 `(elisp)Standard Faces' into this node.
6003
60042005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * emacs.texi (Top): Delete menu item for deleted node
6007 Keyboard Translations.
6008
60092005-08-18 Richard M. Stallman <rms@gnu.org>
6010
8cf51b2c
GM
6011 * trouble.texi (Unasked-for Search):
6012 Delete xref to Keyboard Translations.
6013
6014 * glossary.texi (Glossary): Delete xref.
6015
8cf51b2c
GM
6016 * custom.texi (Minor Modes): Say that the list here is not complete.
6017 (Keyboard Translations): Node deleted.
6018 (Disabling): Delete xref to it.
6019 (Customization Groups): Fix Custom buffer example.
6020 (Hooks): Mention remove-hooks.
6021
60222005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6023
6024 * building.texi (GDB Graphical Interface): Improve filling of menu
6025 item.
6026
60272005-08-18 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * building.texi (GDB Graphical Interface): Use better node names.
6030
60312005-08-14 Richard M. Stallman <rms@gnu.org>
6032
6033 * text.texi (Sentences): Fix xref.
6034
60352005-08-14 Juri Linkov <juri@jurta.org>
6036
6037 * building.texi (Compilation, Grep Searching): Move grep command
6038 headings from `Compilation' to `Grep Searching'.
6039
6040 * dired.texi (Dired and Find):
6041 * maintaining.texi (Tags Search): Replace grep xref to
6042 `Compilation' node with `Grep Searching'.
6043
6044 * files.texi (Comparing Files): Replace xref to `Compilation' with
6045 `Compilation Mode'.
6046
60472005-08-13 Alan Mackenzie <acm@muc.de>
6048
6049 * search.texi (Non-ASCII Isearch): Correct a typo.
6050 (Replacement Commands): Mention query-replace key binding.
6051
60522005-08-11 Richard M. Stallman <rms@gnu.org>
6053
6054 * programs.texi (Options for Comments): Fix xref.
6055
6056 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6057 out of Regexps.
6058
8cf51b2c
GM
60592005-08-09 Juri Linkov <juri@jurta.org>
6060
6061 * building.texi (Compilation): Use `itemx' instead of `item'.
6062 (Grep Searching): Simplify phrase.
6063
6064 * display.texi (Standard Faces): Describe vertical-border on
6065 window systems.
6066
6067 * windows.texi (Split Window): Simplify phrase and mention
6068 vertical-border face.
6069
60702005-08-09 Richard M. Stallman <rms@gnu.org>
6071
6072 * files.texi (Comparing Files): Clarify compare-windows.
6073
6074 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6075
8cf51b2c
GM
60762005-08-06 Eli Zaretskii <eliz@gnu.org>
6077
6078 * mule.texi (Coding Systems): Rephrase the paragraph about
6079 codepages: no need for "M-x codepage-setup" anymore, except on
6080 MS-DOS.
6081
6082 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6083 the MS-DOS port only.
6084
60852005-07-30 Eli Zaretskii <eliz@gnu.org>
6086
6087 * makefile.w32-in (info): Don't run multi-install-info.bat.
6088 ($(infodir)/dir): New target, produced by running
6089 multi-install-info.bat.
6090
8cf51b2c
GM
60912005-07-22 Eli Zaretskii <eliz@gnu.org>
6092
6093 * files.texi (Quoted File Names): Add index entry.
6094
8cf51b2c
GM
60952005-07-19 Juri Linkov <juri@jurta.org>
6096
6097 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6098
60992005-07-18 Juri Linkov <juri@jurta.org>
6100
8cf51b2c
GM
6101 * custom.texi (Easy Customization):
6102 * files.texi (Old Versions):
6103 * frames.texi (Wheeled Mice):
6104 * mule.texi (Specify Coding):
8cf51b2c
GM
6105 * text.texi (Cell Justification):
6106 * trouble.texi (After a Crash):
8cf51b2c
GM
6107 * xresources.texi (GTK styles):
6108 Delete duplicate duplicate words.
6109
61102005-07-17 Richard M. Stallman <rms@gnu.org>
6111
6112 * frames.texi (Creating Frames): Fix foreground color example.
6113
6114 * custom.texi (Init Examples): Clean up text about conditionals.
6115
61162005-07-16 Richard M. Stallman <rms@gnu.org>
6117
6118 * mini.texi (Completion Commands): Fix command name for ?.
6119
8cf51b2c
GM
61202005-07-16 Eli Zaretskii <eliz@gnu.org>
6121
6122 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6123 `menu' face has no effect on w32 and with GTK.
6124 Add cross-references.
8cf51b2c
GM
6125
6126 * cmdargs.texi (General Variables): Clarify the default location
6127 of $HOME on w32 systems.
6128
61292005-07-15 Jason Rumney <jasonr@gnu.org>
6130
6131 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6132 changed.
6133
61342005-07-08 Kenichi Handa <handa@m17n.org>
6135
1c6c854e
CS
6136 * mule.texi (Recognize Coding):
6137 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6138
61392005-07-07 Richard M. Stallman <rms@gnu.org>
6140
6141 * anti.texi (Antinews): Mention mode-line-inverse-video.
6142
6143 * files.texi (Saving): Minor correction about C-x C-w.
6144
6145 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6146
61472005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * search.texi (Isearch Scroll): Add example of using the
6150 `isearch-scroll' property.
6151 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6152 `Display Custom' node.
6153 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6154 and de-emphasize it.
6155 (Other Repeating Search): `occur' currently can not correctly
6156 handle multiline matches. Correct, clarify and update description
6157 of `flush-lines' and `keep-lines'.
6158
6159 * display.texi (Display Custom): Add anchor for `baud-rate'.
6160
61612005-07-07 Richard M. Stallman <rms@gnu.org>
6162
6163 * gnu.texi: Update where to get GNU status; add refs for how to help.
6164 Add footnotes 6 and 7.
6165
61662005-07-04 Lute Kamstra <lute@gnu.org>
6167
6168 Update FSF's address in GPL notices.
6169
8cf51b2c 6170 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6171 * trouble.texi (Checklist): Update FSF's address.
6172
8cf51b2c
GM
61732005-06-24 Richard M. Stallman <rms@gnu.org>
6174
6175 * display.texi (Text Display): Change index entries.
6176
61772005-06-24 Eli Zaretskii <eliz@gnu.org>
6178
6179 * makefile.w32-in (MAKEINFO): Use --force.
6180 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6181 Makefile.in.
8cf51b2c
GM
6182
61832005-06-23 Richard M. Stallman <rms@gnu.org>
6184
1c6c854e 6185 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6186 nobreak-char-display.
6187
6188 * emacs.texi (Top): Update detailed node listing.
6189
1c6c854e 6190 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6191 to nobreak-char-display and no-break-space to nobreak-space.
6192 (Standard Faces): Split up the list of standard faces
6193 and put it in a separate node. Add nobreak-space and
6194 escape-glyph.
6195
8cf51b2c
GM
61962005-06-23 Lute Kamstra <lute@gnu.org>
6197
6198 * mule.texi (Select Input Method): Fix typo.
6199
62002005-06-23 Kenichi Handa <handa@m17n.org>
6201
1c6c854e
CS
6202 * mule.texi (International): List all supported scripts.
6203 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6204 distribution.
6205 (Language Environments): List all language environments.
6206 Intlfonts contains fonts for most supported scripts, not all..
6207 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6208 input a specific character.
8cf51b2c
GM
6209 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6210
62112005-06-23 Juanma Barranquero <lekktu@gmail.com>
6212
49823426 6213 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6214
62152005-06-22 Miles Bader <miles@gnu.org>
6216
6217 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6218
62192005-06-20 Miles Bader <miles@gnu.org>
6220
6221 * display.texi (Faces): Add `vertical-divider'.
6222
62232005-06-17 Richard M. Stallman <rms@gnu.org>
6224
6225 * text.texi (Adaptive Fill): Minor clarification.
6226
8cf51b2c
GM
62272005-06-10 Lute Kamstra <lute@gnu.org>
6228
6229 * emacs.texi (Top): Correct version number.
6230 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6231 refer to the current version of Emacs.
6232
62332005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6234
6235 * files.texi (Log Buffer): Document when there can be more than
6236 one file to be committed.
6237
62382005-06-08 Juri Linkov <juri@jurta.org>
6239
6240 * display.texi (Faces): Add `shadow' face.
6241
62422005-06-07 Masatake YAMATO <jet@gyve.org>
6243
6244 * display.texi (Faces): Write about mode-line-highlight.
6245
62462005-06-06 Richard M. Stallman <rms@gnu.org>
6247
6248 * misc.texi (Printing Package): Explain how to initialize
6249 printing package.
6250
6251 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6252
62532005-06-05 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * emacs.texi: Rename Hardcopy to Printing.
6256 Make PostScript and PostScript Variables subnodes of it.
6257
6258 * misc.texi (Printing): Rename node from Hardcopy.
6259 Mention menu bar options.
6260 Move PostScript and PostScript Variables to submenu.
6261 (Printing package): New node.
6262
6263 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6264
6265 * dired.texi (Operating on Files): Likewise.
6266
6267 * calendar.texi (Displaying the Diary): Likewise.
6268
6269 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6270
6271 * glossary.texi (Glossary): Likewise.
6272
6273 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6274 effect.
6275
62762005-06-04 Richard M. Stallman <rms@gnu.org>
6277
6278 * trouble.texi (After a Crash): Polish previous change.
6279
8cf51b2c
GM
62802005-05-30 Noah Friedman <friedman@splode.com>
6281
6282 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6283 recovery mechanism.
6284
8cf51b2c
GM
62852005-05-28 Nick Roberts <nickrob@snap.net.nz>
6286
6287 * building.texi (Other Buffers): SPC toggles display of
6288 floating point registers.
6289
8cf51b2c
GM
62902005-05-27 Nick Roberts <nickrob@snap.net.nz>
6291
6292 * files.texi (Log Buffer): Merge in description of Log Edit
6293 mode from pcl-cvs.texi.
6294
62952005-05-26 Richard M. Stallman <rms@gnu.org>
6296
6297 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6298
8cf51b2c
GM
62992005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6300
6301 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6302 not enabled by default.
6303 When not on a word, `ispell-word' by default checks the word
6304 before point.
6305
63062005-05-24 Nick Roberts <nickrob@snap.net.nz>
6307
6308 * building.texi (Debugger Operation): Simplify last sentence.
6309
63102005-05-23 Lute Kamstra <lute@gnu.org>
6311
6312 * emacs.texi: Update FSF's address throughout.
6313 (Preface): Use @cite.
6314 (Distrib): Add cross reference to the node "Copying". Mention the
6315 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6316 printed manuals.
6317 (Intro): Use @xref for the Emacs Lisp Intro.
6318
8cf51b2c
GM
63192005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6320
6321 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6322
6323 * basic.texi (Moving Point): Mention default for `goto-line'.
6324
6325 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6326 of a variable's docstring.
6327
63282005-05-18 Lute Kamstra <lute@gnu.org>
6329
6330 * maintaining.texi (Overview of Emerge): Add cross reference.
6331 Remove duplication.
6332
6333 * emacs.texi (Top): Update to the current structure of the manual.
6334 * misc.texi (Emacs Server): Add menu description.
6335 * files.texi (Saving): Fix menu.
6336 * custom.texi (Customization): Fix menu.
6337 * mule.texi (International): Fix menu.
6338 * kmacro.texi (Keyboard Macros): Fix menu.
6339
63402005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6341
6342 * display.texi: Various minor changes.
6343 (Faces): Delete text that is repeated in the next section.
6344
63452005-05-16 Nick Roberts <nickrob@snap.net.nz>
6346
6347 * building.texi (Debugger Operation): Mention GUD tooltips are
6348 disabled with GDB in text command mode.
6349
8cf51b2c
GM
63502005-05-16 Nick Roberts <nickrob@snap.net.nz>
6351
6352 * building.texi: Replace toolbar with "tool bar" for consistency.
6353 (Compilation Mode): Describe compilation-context-lines
6354 and use of arrow in compilation buffer.
6355 (Debugger Operation): Replace help text with variable's value.
6356
6357 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6358 consistency.
6359
63602005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6363 Add xref.
6364
8cf51b2c
GM
63652005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6366
6367 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6368 (Position Info): Delete discussion of `goto-line'. It is already
6369 described in `Moving point'.
6370
6371 * mini.texi (Completion Commands): Correct reference.
6372 (Completion Options): Fix typo.
6373
6374 * killing.texi (Deletion): Complete description of `C-x C-o'.
6375
8cf51b2c
GM
63762005-05-10 Richard M. Stallman <rms@gnu.org>
6377
6378 * building.texi (Compilation): Clarify recompile's directory choice.
6379
6380 * frames.texi (Tooltips): Cleanups.
6381
6382 * basic.texi (Arguments): Fix punctuation.
6383
63842005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6385
6386 * screen.texi (Menu Bar): The up and down (not left and right)
6387 arrow keys move through a keyboard menu.
6388
63892005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * basic.texi: Various typo and grammar fixes.
6392 (Moving Point): C-a now runs move-beginning-of-line.
6393
63942005-05-08 Nick Roberts <nickrob@snap.net.nz>
6395
6396 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6397
6398 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6399 as different animals.
6400
64012005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6402
6403 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6404 Correct index entry.
6405
64062005-05-07 Nick Roberts <nickrob@snap.net.nz>
6407
6408 * building.texi (Debugger Operation): Update to reflect changes
6409 in GUD tooltips.
6410
64112005-04-30 Richard M. Stallman <rms@gnu.org>
6412
6413 * files.texi (Compressed Files): Auto Compression normally enabled.
6414
6415 * building.texi (Debugger Operation): Clarify previous change.
6416
8cf51b2c
GM
64172005-04-28 Nick Roberts <nickrob@snap.net.nz>
6418
6419 * building.texi (Debugger Operation): Add description for
6420 GUD tooltips when program is not running.
6421
64222005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * misc.texi (Shell): Add `Shell Prompts' to menu.
6425 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6426 description. Delete remarks moved to new node.
6427 (Shell Prompts): New node.
6428 (History References): Replace remarks moved to `Shell Prompts'
6429 with xref to that node.
6430 (Remote Host): Clarify how to specify the terminal type when
6431 logging in to a different machine.
6432
64332005-04-26 Richard M. Stallman <rms@gnu.org>
6434
6435 * emacs.texi (Top): Update submenus from files.texi.
6436
6437 * files.texi (Filesets): Clarify previous change.
6438
6439 * dired.texi (Misc Dired Features): Clarify previous change.
6440
64412005-04-25 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6444
1c6c854e
CS
6445 * dired.texi (Misc Dired Features):
6446 Document dired-compare-directories.
8cf51b2c
GM
6447
6448 * files.texi (Filesets): New node.
6449 (File Conveniences): Document Image mode.
6450
6451 * text.texi (TeX Print): Document tex-compile.
6452
64532005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6454
6455 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6456 Delete redundant reference to tooltip Custom group. It is
6457 referred too again in the next paragraph.
6458
64592005-04-24 Richard M. Stallman <rms@gnu.org>
6460
6461 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6462
8cf51b2c
GM
64632005-04-19 Kim F. Storm <storm@cua.dk>
6464
6465 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6466
64672005-04-18 Lars Hansen <larsh@math.ku.dk>
6468
6469 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6470 turns off desktop-save-mode.
6471
64722005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6473
6474 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6475 by default in terminals compatible with xterm. Mention that
6476 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6477 node.
6478
8cf51b2c
GM
64792005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6480
6481 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6482
c8763fb6 64832005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6484
6485 * xresources.texi (Table of Resources): Add cursorBlink.
6486
64872005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6490 `d', `C-d' and `u'.
6491
64922005-04-11 Richard M. Stallman <rms@gnu.org>
6493
6494 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6495 (Misc X): Add -D, --basic-display.
6496
6497 * maintaining.texi (Change Log): Correct the description of
6498 the example.
6499
6500 * major.texi (Choosing Modes): Document magic-mode-alist.
6501
8cf51b2c
GM
65022005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6505 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6506 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6507 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6508 `w', respectively.
6509 (Rmail Labels): Mention `l'.
6510 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6511 (Rmail Summary Edit): Describe `j' and RET.
6512
c8763fb6 65132005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6514
6515 * xresources.texi (Lucid Resources): Add fontSet resource.
6516
8cf51b2c
GM
65172005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6518
6519 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6520 now called `indicate-empty-lines'.
6521
65222005-04-06 Kim F. Storm <storm@cua.dk>
6523
6524 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6525
65262005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6527
6528 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6529 deleted.
6530 (Marks vs Flags): Add some convenient key bindings.
6531 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6532 (Misc Dired Features): Correct and expand description of `w' command.
6533
6534 * frames.texi (XTerm Mouse): Delete apparently false info.
6535 The GNU/Linux console currently does not appear to support
6536 `xterm-mouse-mode'.
6537
8cf51b2c
GM
65382005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6539
6540 * calendar.texi (Diary): Mention shell utility `calendar'.
6541
65422005-04-01 Richard M. Stallman <rms@gnu.org>
6543
6544 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6545
8cf51b2c
GM
65462005-04-01 Lute Kamstra <lute@gnu.org>
6547
6548 * maintaining.texi (Change Log): add-change-log-entry uses
6549 add-log-mailing-address.
6550
65512005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6554 `VC Mode Line' and put in an xref to that node.
6555 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6556 its description.
6557
65582005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6559
6560 * calendar.texi (Calendar Systems): Say that the Persian calendar
6561 implemented here is the arithmetical one championed by Birashk.
6562
65632005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6564
6565 * programs.texi (Fortran Motion): Fix previous change.
6566
8cf51b2c
GM
65672005-03-29 Richard M. Stallman <rms@gnu.org>
6568
6569 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6570
65712005-03-29 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * text.texi (Refill): Refer to Long Lines Mode.
6574 (Longlines): New node.
6575 (Auto Fill): Don't index "word wrap" here.
6576 (Filling): Add Longlines to menu.
6577
65782005-03-29 Richard M. Stallman <rms@gnu.org>
6579
6580 * xresources.texi: Minor fixes.
6581
6582 * misc.texi (Emacs Server): Fix Texinfo usage.
6583
6584 * emacs.texi (Top): Don't use a real section heading for
6585 "Detailed Node Listing". Fake it instead.
6586
6587 * basic.texi (Position Info): Minor cleanup.
6588
6589 * mule.texi (Input Methods): Minor cleanup.
6590
65912005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6592
6593 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6594 constructs as well.
6595 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6596
65972005-03-29 Kenichi Handa <handa@m17n.org>
6598
6599 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6600
6601 * basic.texi (Position Info): Update the description about the
6602 command C-u C-x =.
6603
66042005-03-28 Richard M. Stallman <rms@gnu.org>
6605
6606 * emacs.texi (Top): Use @section for the detailed node listing.
6607
6608 * calendar.texi: Minor fixes to previous change.
6609
6610 * programs.texi (Fortran): Small fixes to previous changes.
6611
6612 * emacs.texi (Top): Update list of subnodes of Dired.
6613 Likewise for building.texi.
6614
6615 * files.texi (File Conveniences): Delete Auto Image File mode.
6616
66172005-03-28 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * building.texi (Flymake): New node.
6620
6621 * custom.texi (Function Keys): Document kp- event types and
6622 keypad-setup package.
6623
6624 * dired.texi (Wdired): New node.
6625
6626 * files.texi (File Conveniences): Reorder entries.
6627 Explain how to turn on Auto-image-file mode.
6628 Document Thumbs mode.
6629
6630 * mule.texi (Specify Coding): Document recode-region and
6631 recode-file-name.
6632
6633 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6634
66352005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6636
6637 * commands.texi (Keys): M-o is now a prefix key.
6638
66392005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6640
6641 * programs.texi: Reformat and update copyright years.
6642 (Fortran): Update section.
6643
66442005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6645
6646 * files.texi: Several small changes in addition to:
6647 (Visiting): Change xref for Dialog Boxes to ref.
6648 (Version Headers): Replace references to obsolete var
6649 `vc-header-alist' with `vc-BACKEND-header'.
6650 (Customizing VC): Update value of `vc-handled-backends'.
6651
66522005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6653
6654 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6655 move here from Emacs Lisp Reference Manual.
6656 * calendar.texi (Calendar/Diary, Diary Commands)
6657 (Special Diary Entries, Importing Diary): Change some xrefs to
6658 point to emacs-xtra rather than elisp.
6659
6660 * emacs-xtra.texi (Calendar Customizing):
6661 Move view-diary-entries-initially, view-calendar-holidays-initially,
6662 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6663 Emacs Manual.
6664 (Appt Customizing): Merge entire section into main Emacs Manual.
6665 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6666 mark-holidays-in-calendar here from emacs-xtra.
6667 (Displaying the Diary): Move view-diary-entries-initially,
6668 mark-diary-entries-in-calendar here from emacs-xtra.
6669 (Appointments): Move appt-display-mode-line,
6670 appt-display-duration, appt-disp-window-function,
6671 appt-delete-window-function here from emacs-xtra.
6672
6673 * calendar.texi: Update and reformat copyright.
6674 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6675 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6676 (Diary): Refer to `diary-file' rather than ~/diary.
6677 (Diary Commands): Rename node to "Displaying the Diary".
6678 * emacs.texi (Top): Rename "Diary Commands" section.
6679 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6680
66812005-03-26 Eli Zaretskii <eliz@gnu.org>
6682
6683 * misc.texi (Emacs Server): Fix the command for setting
6684 server-name. Add an xref to Invoking emacsclient.
6685
6686 * help.texi (Help Summary): Clarify when "C-h ." will do something
6687 nontrivial.
6688 (Apropos): Add cindex entry for apropos-sort-by-scores.
6689
6690 * display.texi (Text Display): Add index entries for how no-break
6691 characters are displayed.
6692
8cf51b2c
GM
66932005-03-26 Eli Zaretskii <eliz@gnu.org>
6694
6695 * files.texi (Visiting): Fix cross-references introduced with the
6696 last change.
6697
6698 * xresources.texi (GTK resources): Fix last change.
6699
8cf51b2c
GM
67002005-03-25 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * xresources.texi (X Resources): GTK options documented too.
6703 (Resources): Clarify meaning of program name.
6704 (Table of Resources): Add visualClass.
6705 (GTK resources): Rewrite.
6706 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6707
6708 * display.texi (Text Display): Mention non-breaking spaces.
6709
6710 * files.texi (Reverting): Document auto-revert-check-vc-info.
6711
6712 * frames.texi (Mouse Commands): Document
6713 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6714
6715 * help.texi (Help Summary): Add `C-h .'.
6716 (Apropos): Apropos accepts a list of search terms.
6717 Document apropos-sort-by-scores.
6718 (Help Echo): Document display-local-help.
6719
6720 * misc.texi (Emacs Server): Document server-name.
6721 (Invoking emacsclient): Document -s option for server names.
6722
6723 * text.texi (Outline Visibility): Introduce "current heading
6724 line" (commands can be called with point on a body line).
6725 Re-order table to follow the sequence of discussion.
6726 hide-body won't hide lines before first header line.
6727 (TeX Mode): Add DocTeX mode.
6728
8cf51b2c
GM
67292005-03-24 Richard M. Stallman <rms@gnu.org>
6730
6731 * mule.texi (Single-Byte Character Support): Delete mention
6732 of iso-acc.el and iso-transl.el.
6733
8cf51b2c
GM
67342005-03-23 Lute Kamstra <lute@gnu.org>
6735
6736 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6737
67382005-03-23 Richard M. Stallman <rms@gnu.org>
6739
8cf51b2c
GM
6740 * search.texi: Delete explicit node pointers.
6741 (Incremental Search): New menu.
6742 (Basic Isearch, Repeat Isearch, Error in Isearch)
6743 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6744 (Slow Isearch): New subnodes.
6745 (Configuring Scrolling): Node deleted.
6746 (Search Case): Doc default-case-fold-search.
6747 (Regexp Replace): Move replace-regexp doc here.
6748
6749 * rmail.texi (Movemail): Put commas inside closequotes.
6750
6751 * picture.texi (Insert in Picture): Document C-c arrow combos.
6752 (Basic Picture): Clarify erasure.
6753
6754 * display.texi (Font Lock): Put commas inside closequotes.
6755
6756 * cmdargs.texi (General Variables): Put commas inside closequotes.
6757
67582005-03-23 Nick Roberts <nickrob@snap.net.nz>
6759
6760 * building.texi (Stack Buffer): Mention reverse contrast for
6761 *selected* frame (might not be current frame).
6762
8cf51b2c
GM
67632005-03-21 Richard M. Stallman <rms@gnu.org>
6764
6765 * building.texi (Starting GUD): Add bashdb.
6766
67672005-03-20 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * basic.texi (Moving Point): Add M-g M-g binding.
6770 (Undo): Document undo-only.
6771 (Position Info): Document M-g M-g and C-u M-g M-g.
6772
6773 * building.texi (Building): Put Grep Searching after Compilation
6774 Shell.
6775 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6776 Document next-error-highlight.
6777 (Grep Searching): Document grep-highlight-matches.
6778 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6779
6780 * calendar.texi (Importing Diary): Rename node from iCalendar.
6781 Document diary-from-outlook.
6782
6783 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6784 Commands.
6785 Mention effect of X drag and drop on Dired buffers.
6786
6787 * files.texi (Visiting): Document large-file-warning-threshold.
6788 Move paragraph on file-selection dialog.
6789 Mention visiting files using X drag and drop.
6790 (Reverting): Mention using Auto-Revert mode to tail files.
6791 Document auto-revert-tail-mode.
6792 (Version Systems): Minor correction.
6793 (Comparing Files): Diff-mode is no longer based on Compilation
6794 mode.
6795 Document compare-ignore-whitespace.
6796 (Misc File Ops): Explain passing a directory to rename-file.
6797 Likewise for copy-file and make-symbolic-link.
6798
6799 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6800 Document mouse-wheel-progressive speed.
6801
6802 * help.texi (Misc Help): Document numeric argument for C-h i.
6803 Correctly explain the effect of just C-u as argument.
6804
6805 * killing.texi (Deletion): Document numeric argument for
6806 just-one-space.
6807
6808 * mini.texi (Completion): Completion acts on text before point.
6809
6810 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6811 (Emulation): CUA mode replaces pc-bindings-mode,
6812 pc-selection-mode, and s-region.
6813
6814 * mule.texi (Input Methods): Leim is now built-in.
6815 (Select Input Method): Document quail-show-key.
6816 (Specify Coding): Document revert-buffer-with-coding-system.
6817
6818 * programs.texi (Fortran Motion): Document f90-next-statement,
6819 f90-previous-statement, f90-next-block, f90-previous-block,
6820 f90-end-of-block, and f90-beginning-of-block.
6821
6822 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6823
6824 * emacs.texi (Acknowledgments): Updated.
6825
6826 * anti.texi: Total rewrite.
6827
8cf51b2c
GM
68282005-03-19 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * ack.texi (Acknowledgments): Update.
6831
68322005-03-19 Eli Zaretskii <eliz@gnu.org>
6833
1c6c854e
CS
6834 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6835 Update copyright years.
8cf51b2c
GM
6836
68372005-03-14 Nick Roberts <nickrob@snap.net.nz>
6838
6839 * building.texi (Commands of GUD): Move paragraph on setting
6840 breakpoints with mouse to the GDB Graphical Interface node.
6841
68422005-03-07 Richard M. Stallman <rms@gnu.org>
6843
8cf51b2c
GM
6844 * misc.texi (Single Shell, Shell Options): Fix previous change.
6845
6846 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6847
68482005-03-06 Richard M. Stallman <rms@gnu.org>
6849
6850 * building.texi (Starting GUD): Don't explain text vs graphical
6851 GDB here. Just mention it and xref.
6852 Delete "just one debugger process".
6853 (Debugger Operation): Move GUD tooltip info here.
6854 (GUD Tooltips): Node deleted.
6855 (GDB Graphical Interface): Explain the two GDB modes here.
6856
8cf51b2c
GM
6857 * sending.texi (Sending Mail): Minor cleanup.
6858 (Mail Aliases): Explain quoting conventions.
6859 Update key rebinding example.
6860 (Header Editing): C-M-i is like M-TAB.
6861 (Mail Mode Misc): mail-attach-file does not do MIME.
6862
6863 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6864 that really belongs here.
6865 (Remote Mailboxes): Text moved to Rmail Inbox.
6866 (Rmail Display): Mention Mouse-1.
6867 (Movemail): Clarify two movemail versions.
6868 Clarify rmail-movemail-program.
6869
8cf51b2c
GM
6870 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6871 Document async shell commands.
6872 (Shell History): Clarify.
6873 (Shell Ring): Mention C-UP an C-DOWN.
6874 (Shell Options): Add comint-prompt-read-only.
6875 (Invoking emacsclient): Set EDITOR to run Emacs.
6876 (Sorting): No need to explain what region is.
6877 (Saving Emacs Sessions): Fix typo.
6878 (Recursive Edit): Fix punctuation.
6879 (Emulation): Don't mention "PC bindings" which are standard.
6880 (Hyperlinking): Explain Mouse-1 convention here.
6881 (Find Func): Node deleted.
6882
8cf51b2c
GM
6883 * help.texi (Name Help): Xref to Hyperlinking.
6884
6885 * glossary.texi (Glossary):
6886 Rename "Balance Parentheses" to "Balancing...".
6887 Add "Byte Compilation". Correct "Copyleft".
6888 New xref in "Customization".
6889 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6890 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6891 Rename "Registers" to "Register".
6892 Replace "Selecting" with "Selected Frame",
6893 "Selected Window", and "Selecting a Buffer".
6894
6895 * files.texi (Types of Log File): Explain how projects'
6896 methods can vary.
6897
8cf51b2c
GM
6898 * display.texi (Faces): Delete "Emacs 21".
6899
6900 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6901 * fixit.texi (Spelling): C-M-i like M-TAB.
6902 * mini.texi (Completion Options): C-M-i like M-TAB.
6903 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6904 * text.texi (Text Mode): C-M-i like M-TAB.
6905
6906 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6907
6908 * calendar.texi (Specified Dates): Mention `g w'.
6909 (Appointments): appt-activate toggles with no arg.
6910
8cf51b2c
GM
69112005-03-05 Juri Linkov <juri@jurta.org>
6912
6913 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6914 "invocation (command line arguments)".
8cf51b2c
GM
6915 (Misc X): Add -nbc, --no-blinking-cursor.
6916
69172005-03-04 Ulf Jasper <ulf.jasper@web.de>
6918
6919 * calendar.texi (iCalendar): No need to require it now.
6920
8cf51b2c
GM
69212005-03-03 Nick Roberts <nickrob@snap.net.nz>
6922
6923 * trouble.texi (Contributing): Mention Savannah. Direct users to
6924 emacs-devel.
6925
69262005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6927
6928 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6929 window.
6930
8cf51b2c
GM
69312005-02-27 Richard M. Stallman <rms@gnu.org>
6932
6933 * building.texi (Compilation): Update mode line status info.
6934
69352005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6936
6937 * calendar.texi (General Calendar): Document binding of
6938 scroll-other-window-down.
6939 (Mayan Calendar): Fix earliest date.
6940 (Time Intervals): Document timeclock-change.
6941 Fix timeclock-ask-before-exiting documentation.
6942
69432005-02-26 Kim F. Storm <storm@cua.dk>
6944
6945 * frames.texi (Mouse References):
6946 Add mouse-1-click-in-non-selected-windows.
6947
69482005-02-25 Richard M. Stallman <rms@gnu.org>
6949
6950 * screen.texi (Screen): Explain better about cursors and mode lines;
6951 don't presuppose text terminals.
6952 (Point): Don't assume just one cursor.
6953 Clarify explanation of cursors.
6954 (Echo Area, Menu Bar): Cleanups.
6955
6956 * mini.texi (Minibuffer): Prompts are highlighted.
6957 (Minibuffer Edit): Newline = C-j only on text terminals.
6958 Clarify resize-mini-windows values.
6959 Mention M-PAGEUP and M-PAGEDOWN.
6960 (Completion Commands): Mouse-1 like Mouse-2.
6961 (Minibuffer History): Explain history commands better.
6962 (Repetition): Add xref to Incremental Search.
6963
6964 * mark.texi (Setting Mark): Clarify info about displaying mark.
6965 Clarify explanation of C-@ and C-SPC.
6966 (Transient Mark): Mention Delete Selection mode.
6967 (Marking Objects): Clean up text about extending the region.
6968
6969 * m-x.texi (M-x): One C-g doesn't always go to top level.
6970 No delay before suggest-key-bindings output.
6971
6972 * fixit.texi (Fixit): Mention C-/ for undo.
6973 (Spelling): Mention ESC TAB like M-TAB.
6974 Replacement words with r and R are rechecked.
6975 Say where C-g leaves point. Mention ? as input.
6976
69772005-02-23 Lute Kamstra <lute@gnu.org>
6978
6979 * cmdargs.texi (Initial Options): Add cross reference.
6980
8cf51b2c
GM
69812005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6982
6983 * emacs.texi (Top): Update menu for splitting of node in
6984 msdog.texi.
6985 * frames.texi (Frames): Update xref for splitting of node in
6986 msdog.texi.
6987 * trouble.texi (Quitting): Ditto.
6988
69892005-02-16 Richard M. Stallman <rms@gnu.org>
6990
6991 * windows.texi (Split Window): Simplify line truncation info
6992 and xref to Display Custom.
6993
6994 * trouble.texi (Quitting): Emergency escape only for text terminal.
6995 (Screen Garbled): C-l for ungarbling is only for text terminal.
6996
6997 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6998
6999 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7000
7001 * programs.texi (Program Modes): Mention Python mode.
7002 (Moving by Defuns): Repeating C-M-h extends region.
7003 (Basic Indent): Clarify.
7004 (Custom C Indent): Clarify.
7005 (Expressions): Repeating C-M-@ extends region.
7006 (Info Lookup): Clarify for C-h S.
7007 (Symbol Completion): ESC TAB alternative for M-TAB.
7008 (Electric C): Clarify.
7009
7010 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7011
7012 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7013 MS-DOS Input node.
7014 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7015 (MS-DOS and MULE): Clarify.
7016 (MS-DOS Processes, Windows Processes): Fix typos.
7017
7018 * major.texi (Choosing Modes): Clarify.
7019
7020 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7021 (Keyboard Macro Step-Edit): Clarify.
7022
7023 * indent.texi (Indentation): Clarifications.
7024
7025 * help.texi (Help): Correct error about C-h in query-replace.
7026 Clarify apropos vs C-h a. Fix how to search in FAQ.
7027 (Key Help): Describe C-h w here.
7028 (Name Help): Minor cleanup. C-h w moved to Key Help.
7029 Clarify the "object" joke.
7030 (Apropos): Clarify. Mouse-1 like Mouse-2.
7031 (Help Mode): Mouse-1 like Mouse-2.
7032
7033 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7034
7035 * display.texi (Display): Reorder menu.
7036 (Faces): Cleanup.
7037 (Font Lock): Cleanup. Mention Options menu.
7038 Delete obsolete text.
7039 (Scrolling): For C-l, don't presume text terminal.
7040 (Horizontal Scrolling): Simplify intro.
7041 (Follow Mode): Clarify.
1c6c854e 7042 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7043 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7044 Doc default-tab-width. Doc line truncation more thoroughly.
7045
7046 * dired.texi (Dired Enter): C-x C-f can run Dired.
7047 (Dired Visiting): Comment out `a' command.
7048 Mouse-1 is like Mouse-2.
7049 (Shell Commands in Dired): ? can be used more than once.
7050
7051 * basic.texi (Continuation Lines): Simplify description of truncation,
7052 and refer to Display Custom for the rest of it.
7053
8cf51b2c
GM
70542005-02-06 Lute Kamstra <lute@gnu.org>
7055
7056 * basic.texi (Undo): Fix typo.
7057
7058 * cmdargs.texi (Emacs Invocation): Fix typo.
7059
7060 * custom.texi (Init Examples): Fix typo.
7061
7062 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7063
70642005-02-06 Richard M. Stallman <rms@gnu.org>
7065
7066 * regs.texi (Registers): Registers can hold numbers, too.
7067
7068 * killing.texi (Other Kill Commands): Cleanup.
7069 Delete redundant explanation of kill in read-only buffer.
7070 (Yanking): Mention term "copying".
7071 (Accumulating Text): Fix typo.
7072
7073 * entering.texi (Entering Emacs): Update rationale at start.
7074 (Exiting): Treat iconifying on a par with suspension.
7075
7076 * custom.texi (Minor Modes): Fix typo.
7077 (Easy Customization): Fix menu style.
7078 (Variables): Add xref.
7079 (Examining): Setting for future sessions works through .emacs.
7080 (Keymaps): "Text terminals", not "Many".
7081 (Init Rebinding): Explain \C-. Show example of \M-.
7082 Fix minor wording errors.
7083 (Function Keys): Explain vector syntax just once.
7084 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7085 (Init File): Mention .emacs.d directory.
7086 (Init Examples): Add xref.
7087 (Find Init): Mention .emacs.d directory.
7088
7089 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7090 (Action Arguments): Explain which kinds of -l args are found how.
7091 (Initial Options): --batch does not inhibit site-start.
7092 Add xrefs.
7093 (Command Example): Use --batch, not -batch.
7094
7095 * basic.texi (Inserting Text): Cleanup wording.
7096 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7097 C-n is not error at end of buffer.
7098 (Undo): Doc C-/ like C-_. Add xrefs.
7099 (Arguments): META key may be labeled ALT.
7100 Peculiar arg meanings are explained in doc strings.
7101
7102 * abbrevs.texi (Expanding Abbrevs): Clarify.
7103
71042005-02-05 Eli Zaretskii <eliz@gnu.org>
7105
7106 * frames.texi (Frame Parameters): Add an xref to the description
7107 of list-colors-display. Add a pointer to the X docs about colors.
7108
7109 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7110 Improve docs of list-colors-display.
8cf51b2c
GM
7111
71122005-02-03 Lute Kamstra <lute@gnu.org>
7113
7114 * frames.texi (Frames, Drag and Drop): Fix typos.
7115
71162005-02-03 Richard M. Stallman <rms@gnu.org>
7117
7118 * windows.texi (Basic Window): Mention color-change in mode line.
7119 (Change Window): Explain dragging vertical boundaries.
7120
7121 * text.texi (Sentences): Clarify.
7122 (Paragraphs): Explain M-a and blank lines.
7123 (Outline Mode): Clarify text and menu.
7124 (Hard and Soft Newlines): Mention use-hard-newlines.
7125
7126 * frames.texi (Frames): Delete unnecessary mention of Windows.
7127 (Mouse Commands): Likewise. Mention xterm mouse support.
7128 (Clipboard): Clarify.
7129 (Mouse References): Mention use of Mouse-1 for following links.
7130 (Menu Mouse Clicks): Clarify.
7131 (Mode Line Mouse): Clarify.
7132 (Drag and Drop): Rewrite.
7133
7134 * fixit.texi (Spelling): Fix typo.
7135
7136 * files.texi (File Names): Clarify.
7137 (Visiting): Update conditions for use of file dialog. Clarify.
7138 (Saving): Doc d as answer in save-some-buffers.
7139 (Remote Files): Clean up the text.
7140
7141 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7142
7143 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7144 (List Buffers): Clarify.
7145 (Several Buffers): Doc T command.
7146 (Buffer Convenience): Clarify menu.
7147
7148 * basic.texi (Undo): Clarify last change.
7149
71502005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7151
7152 * fixit.texi (Spelling): Fix typo.
7153
71542005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7155
7156 * basic.texi (Undo): Update description of `undo-outer-limit'.
7157
71582005-02-01 Nick Roberts <nickrob@snap.net.nz>
7159
7160 * building.texi: Update documentation relating to GDB Graphical
7161 Interface.
7162
71632005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * custom.texi (Easy Customization): Adapt menu to node name change.
7166
71672005-01-30 Richard M. Stallman <rms@gnu.org>
7168
7169 * custom.texi (Easy Customization): Defn of "User Option" now
7170 includes faces. Don't say just "option" when talking about variables.
7171 Do say just "options" to mean "anything customizable".
7172 (Specific Customization): Describe `customize-variable',
7173 not `customize-option'.
7174
7175 * glossary.texi (Glossary) <Faces>: Add xref.
7176 <User Option>: Change definition--include faces. Change xref.
7177
7178 * picture.texi (Picture): Mention artist.el.
7179
7180 * sending.texi, screen.texi, programs.texi, misc.texi:
7181 * mini.texi, major.texi, maintaining.texi, macos.texi:
7182 * help.texi, frames.texi, files.texi:
7183 Don't say just "option" when talking about variables.
7184
7185 * display.texi, mule.texi: Don't say just "option" when talking
7186 about variables. Other minor cleanups.
7187
8cf51b2c
GM
71882005-01-26 Lute Kamstra <lute@gnu.org>
7189
7190 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7191 File'. Mention the `-Q' option at the `--no-site-file' option.
7192
8cf51b2c
GM
71932005-01-22 David Kastrup <dak@gnu.org>
7194
7195 * building.texi (Grep Searching): Mention alias `find-grep' for
7196 `grep-find'.
7197
71982005-01-20 Richard M. Stallman <rms@gnu.org>
7199
7200 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7201
8cf51b2c
GM
72022005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7203
7204 * rmail.texi (Movemail): Explain differences
7205 between standard and mailutils versions of movemail.
7206 Describe command line and configuration options introduced
7207 with the latter.
7208 Explain the notion of mailbox URL, provide examples and
7209 cross-references to mailutils documentation.
7210 Describe various methods of specifying mailbox names,
7211 user names and user passwords for rmail.
1c6c854e
CS
7212 (Remote Mailboxes): New section.
7213 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7214 options used to control its behavior.
7215 (Other Mailbox Formats): Explain handling of various mailbox
7216 formats.
7217
72182005-01-13 Richard M. Stallman <rms@gnu.org>
7219
7220 * commands.texi (Commands): Clarification.
7221
72222005-01-11 Richard M. Stallman <rms@gnu.org>
7223
7224 * programs.texi (Multi-line Indent): Fix previous change.
7225 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7226
8cf51b2c
GM
72272005-01-08 Richard M. Stallman <rms@gnu.org>
7228
7229 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7230 lazy-highlight.
7231
7232 * search.texi (Query Replace): Mention faces query-replace
7233 and lazy-highlight.
7234 (Incremental Search): Update isearch highlighting info.
7235
8cf51b2c
GM
72362005-01-04 Richard M. Stallman <rms@gnu.org>
7237
7238 * custom.texi (Saving Customizations): Minor improvement.
7239
8cf51b2c
GM
72402005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * custom.texi (Saving Customizations): Emacs no longer loads
7243 `custom-file' after .emacs. No longer mention customizing through
7244 Custom.
7245
8cf51b2c
GM
72462005-01-01 Andreas Schwab <schwab@suse.de>
7247
7248 * killing.texi (Graphical Kill): Move up under node Killing,
7249 change @section to @subsection.
7250
72512005-01-01 Richard M. Stallman <rms@gnu.org>
7252
7253 * custom.texi (Face Customization): Mention hex color specs.
7254
7255 * emacs.texi (Top): Update Killing submenu.
7256
7257 * killing.texi (Killing): Reorganize section.
7258 No more TeX-only text; put the node command at start of chapter.
7259 But the first section heading is used only in TeX.
7260 Rewrite the text to read better in this mode.
7261 (Graphical Kill): New subnode gets some of the text that
7262 used to be in the first section.
7263
72642004-12-31 Richard M. Stallman <rms@gnu.org>
7265
7266 * dired.texi (Shell Commands in Dired): Delete the ? example.
7267
7268 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7269
7270 * files.texi (Saving): Describe new require-final-newline features
7271 and mode-require-final-newline.
7272
8cf51b2c
GM
72732004-12-29 Richard M. Stallman <rms@gnu.org>
7274
7275 * custom.texi (File Variables): Clarify previous change.
7276
c8763fb6 72772004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7278
7279 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7280 out now.
7281
72822004-12-27 Richard M. Stallman <rms@gnu.org>
7283
7284 * Makefile.in (MAKEINFO): Specify --force.
7285
7286 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7287 (Undo): Doc undo-outer-limit.
7288
8cf51b2c
GM
72892004-12-15 Juri Linkov <juri@jurta.org>
7290
7291 * mark.texi (Transient Mark, Mark Ring): M-< and other
7292 movement commands don't set mark in Transient Mark mode
7293 if mark is active.
7294
8cf51b2c
GM
72952004-12-12 Juri Linkov <juri@jurta.org>
7296
7297 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7298 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7299
7300 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7301 (Misc Dired Commands): Add @r{(Dired)} to w.
7302
73032004-12-12 Juri Linkov <juri@jurta.org>
7304
7305 * mark.texi (Marking Objects): Marking commands also extend the
7306 region when mark is active in Transient Mark mode.
7307
8cf51b2c
GM
73082004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7309
7310 * custom.texi (Saving Customizations): Emacs only loads the custom
7311 file automatically after the init file in version 22.1 or later.
7312 Adapt text and examples to this fact.
7313
8cf51b2c
GM
73142004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7317 be set through Custom. Otherwise, it has no effect.
7318
8cf51b2c
GM
73192004-12-05 Richard M. Stallman <rms@gnu.org>
7320
7321 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7322 * entering.texi: Rename Command Line to Emacs Invocation.
7323
10d1d0af 7324 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7325
7326 * custom.texi (Easy Customization): Move up to section level,
7327 before Variables. Avoid using the term "variable"; say "option".
7328 New initial explanation.
7329 (Variables): In initial explanation, connect "variable" to the
7330 already-explained "user option".
7331
7332 * emacs.texi (Top): Fix ref to Command Line.
7333 Move reference to Easy Customization.
7334
7335 * xresources.texi (X Resources): Fix From link.
7336
7337 * doclicense.texi (GNU Free Documentation License): Fix To link.
7338
7339 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7340
7341 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7342
73432004-12-03 Richard M. Stallman <rms@gnu.org>
7344
7345 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7346
73472004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * kmacro.texi: Several small changes in addition to the following.
7350 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7351 defining a keyboard macro.
7352 Mention `kmacro-ring-max'.
7353 (Keyboard Macro Counter): Clarify description of
7354 `kmacro-insert-counter', `kmacro-set-counter',
7355 `kmacro-add-counter' and `kmacro-set-format'.
7356
73572004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7358
7359 * custom.texi (File Variables): Add `unibyte' and make it more
7360 clear that `unibyte' and `coding' are special. Suggested by Simon
7361 Krahnke <overlord@gmx.li>.
7362
7363 * mule.texi (Enabling Multibyte): Refer to File Variables.
7364 Suggested by Simon Krahnke <overlord@gmx.li>.
7365
c8763fb6 73662004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7367
7368 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7369 x-use-old-gtk-file-dialog.
7370
8cf51b2c
GM
73712004-11-20 Richard M. Stallman <rms@gnu.org>
7372
7373 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7374
73752004-11-09 Lars Brinkhoff <lars@nocrew.org>
7376
7377 * building.texi (Lisp Eval): Delete hyphen in section name.
7378
73792004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7380
7381 * files.texi (Old Versions):
7382 No longer document annotation as "CVS only".
7383
73842004-11-10 Andre Spiegel <spiegel@gnu.org>
7385
7386 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7387 version systems, mentioning the new ones that we support.
7388 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7389 suggestions.
7390
c8763fb6 73912004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7392
49823426 7393 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7394
c8763fb6 73952004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7396
7397 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7398
73992004-10-23 Eli Zaretskii <eliz@gnu.org>
7400
7401 * text.texi (Text Based Tables, Table Definition)
7402 (Table Creation, Table Recognition, Cell Commands)
7403 (Cell Justification, Row Commands, Column Commands)
7404 (Fixed Width Mode, Table Conversion, Measuring Tables)
7405 (Table Misc): New nodes, documenting the Table Mode.
7406
8cf51b2c
GM
74072004-10-19 Jason Rumney <jasonr@gnu.org>
7408
7409 * makefile.w32-in (info): Change order of arguments to makeinfo.
7410
74112004-10-19 Ulf Jasper <ulf.jasper@web.de>
7412
7413 * calendar.texi (iCalendar): Update for package changes.
7414
8cf51b2c
GM
74152004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7416
7417 * files.texi (Misc File Ops): View mode is a minor mode.
7418
8cf51b2c
GM
74192004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7420
7421 * calendar.texi (iCalendar): Style changes.
7422
74232004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * search.texi (Regexps): The regexp described in the example is no
7426 longer stored in the variable `sentence-end'.
7427
8cf51b2c
GM
74282004-10-06 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * building.texi (Starting GUD): Note that multiple debugging
7431 sessions requires `gdb --fullname'.
7432
74332004-10-05 Ulf Jasper <ulf.jasper@web.de>
7434
7435 * calendar.texi (iCalendar): New section for a new package.
7436
8cf51b2c
GM
74372004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7438
7439 * text.texi: Various small changes in addition to the following.
7440 (Text): Replace xref for autotype with inforef.
7441 (Sentences): Explain nil value for `sentence-end'.
7442 (Paragraphs): Update default values for `paragraph-start' and
7443 `paragraph-separate'.
7444 (Text Mode): Correct description of Text mode's effect on the
7445 syntax table.
7446 (Outline Visibility): `hide-other' does not hide top level headings.
7447 `selective-display-ellipses' no longer has an effect on Outline mode.
7448 (TeX Misc): Add missing @cindex.
7449 Replace xref for RefTeX with inforef.
7450 (Requesting Formatted Text): The variable
7451 `enriched-fill-after-visiting' no longer exists.
7452 (Editing Format Info): Update names of menu items and commands.
7453 (Format Faces): Mention special effect of specifying the default face.
7454 Describe inheritance of text properties.
7455 Correct description of `fixed' face.
7456 (Format Indentation): Correct description of effect of setting
7457 margins. Mention `set-left-margin' and `set-right-margin'.
7458 (Format Justification): Update names of menu items.
7459 `set-justification-full' is now bound to `M-j b'.
7460 Mention that `default-justification' is a per buffer variable.
7461 (Format Properties): Update name of menu item.
7462 (Forcing Enriched Mode): `format-decode-buffer' automatically
7463 turns on Enriched mode if the buffer is in text/enriched format.
7464
74652004-10-05 Emilio C. Lopes <eclig@gmx.net>
7466
7467 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7468
74692004-09-28 Kim F. Storm <storm@cua.dk>
7470
7471 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7472 Align with new functionality.
7473
8cf51b2c
GM
74742004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * display.texi (Display Custom): Remove stray `@end defvar'.
7477
74782004-09-23 Kim F. Storm <storm@cua.dk>
7479
7480 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7481 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7482
8cf51b2c
GM
74832004-09-20 Richard M. Stallman <rms@gnu.org>
7484
7485 * custom.texi (Hooks): Explain using setq to clear out a hook.
7486 (File Variables): Explain multiline string constants.
7487 (Non-ASCII Rebinding): Explain when you need to update
7488 non-ASCII char codes in .emacs.
7489
7490 * building.texi (Compilation): Explain how to make a silent
7491 subprocess that won't be terminated. Explain compilation-environment.
7492
74932004-09-13 Kim F. Storm <storm@cua.dk>
7494
7495 * mini.texi (Repetition): Rename isearch-resume-enabled to
7496 isearch-resume-in-command-history and change default to disabled.
7497
8cf51b2c
GM
74982004-09-09 Kim F. Storm <storm@cua.dk>
7499
7500 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7501 with new `kmacro-name-last-macro'.
7502
8cf51b2c
GM
75032004-09-08 Juri Linkov <juri@jurta.org>
7504
7505 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7506
8cf51b2c
GM
75072004-09-03 Juri Linkov <juri@jurta.org>
7508
7509 * search.texi (Incremental Search): Update wording for M-%.
7510
75112004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7512
7513 * killing.texi (Killing): Correct description of kill commands in
7514 read-only buffer.
7515
75162004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7517
7518 * building.texi (Compilation Mode): Add a paragraph about rules
7519 for finding the compilation buffer for `next-error'.
7520
7521 * search.texi (Other Repeating Search): Mention that Occur mode
7522 supports the next-error functionality.
7523
75242004-09-02 Juri Linkov <juri@jurta.org>
7525
7526 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7527
75282004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * kmacro.texi (Basic Keyboard Macro):
7531 `apply-macro-to-region-lines' now operates on all lines that begin
7532 in the region, rather than on all complete lines in the region.
7533
c8763fb6 75342004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7535
7536 * frames.texi (Drag and drop): Add documentation about
7537 x-dnd-test-function and x-dnd-known-types.
7538
75392004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7540
7541 * indent.texi: Various minor changes in addition to:
7542 (Indentation Commands): Correct description of `indent-relative'.
7543 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7544 mode. The *Tab Stops* buffer uses Overwrite Mode.
7545 (Just Spaces): `tabify' converts sequences of at least two spaces
7546 to tabs.
7547
8cf51b2c
GM
75482004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * frames.texi (Secondary Selection): Setting the secondary
7551 selection with M-Drag-Mouse-1 does not alter the kill ring,
7552 setting it with M-Mouse-1 and M-Mouse-3 does.
7553 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7554 toolkit scroll bars.
7555 (Scroll Bars): Ditto.
7556
7557 * windows.texi (Basic Window): When using a window system, the value
7558 of point in a non-selected window is indicated by a hollow box.
7559 (Split Window): Side by side windows are separated by a scroll bar,
7560 if scroll bars are used.
7561 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7562 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7563 (Window Convenience): Update bindings for `winner-undo' and
7564 `winner-redo'.
7565
7566 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7567 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7568 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7569 of "Using Emacs as a Server".
7570 * building.texi (Building): Interchange nodes (for correct numbering).
7571 * programs.texi (Programs): Interchange nodes (for correct numbering).
7572 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7573 Info to the node structure.
7574 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7575 Rearrange order of nodes and sections such that both "GNU GENERAL
7576 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7577 end, as appropriate for appendices.
7578 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7579 Use `@unnumberedsec'.
7580 * trouble.texi: Adapt sectioning in Info to the node structure.
7581 Adapt node pointers to change in emacs.texi.
7582 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7583
8cf51b2c
GM
75842004-08-25 Kenichi Handa <handa@m17n.org>
7585
7586 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7587 description for unibyte mode.
7588
75892004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7592
7593 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7594 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7595 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7596 in @pxref.
7597
75982004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7599
7600 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7601 Change section names.
7602
8cf51b2c
GM
76032004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * kmacro.texi (Keyboard Macro Ring): Rename section.
7606 Emacs treats the head of the macro ring as the `last keyboard macro'.
7607 (Keyboard Macro Counter): Minor change.
7608 (Save Keyboard Macro): Some clarifications.
7609 (Edit Keyboard Macro): Rename section.
7610
7611 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7612 32-bit machines.
7613 (Several Buffers): Clarify which buffer is selected if `2' is
7614 pressed in the Buffer Menu.
7615 Auto Revert mode can be used to update the Buffer Menu
7616 automatically.
7617
76182004-08-21 Eli Zaretskii <eliz@gnu.org>
7619
7620 * help.texi (Misc Help): Add an index entry for finding an Info
7621 manual by its file name.
7622
76232004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * files.texi (Backup Deletion): Correct description of
7626 `delete-old-versions'.
7627 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7628 (Auto Save Files): Recommend `auto-save-mode' to reenable
7629 auto-saving, rather than the abbreviation `auto-save'.
7630
76312004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7632
7633 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7634 for "killing" and "yanking" in main menu.
7635
76362004-08-16 Richard M. Stallman <rms@gnu.org>
7637
7638 * killing.texi (Yanking, Killing): Minor cleanups.
7639
7640 * mark.texi (Momentary Mark): Minor cleanups.
7641
76422004-08-15 Kenichi Handa <handa@etl.go.jp>
7643
7644 * custom.texi (Non-ASCII Rebinding):
7645 C-q always inserts the right code to pass to global-set-key.
7646
8cf51b2c
GM
76472004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7650 `insert-register', instead of `C-x r g' binding, for consistency.
7651
76522004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7653
7654 * fixit.texi (Spelling): Fix typo.
7655
76562004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7657
7658 * help.texi (Help): Fix Texinfo usage.
7659
8cf51b2c
GM
76602004-07-24 Richard M. Stallman <rms@gnu.org>
7661
7662 * text.texi (Paragraphs): Update how paragraphs are separated
7663 and the default for paragraph-separate.
7664
7665 * search.texi (Regexp Replace): Further update text for new
7666 replacement operators.
7667
8cf51b2c
GM
76682004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7671 `R' switch.
7672
7673 * dired.texi (Dired Updating): `k' only deletes inserted
7674 subdirectories from the Dired buffer if a prefix argument was given.
7675
7676 * search.texi (Regexps): Delete redundant definition of `symbol' in
7677 description of `\_>'. It already occurs in the description of `\_<'.
7678
8cf51b2c
GM
76792004-07-01 Juri Linkov <juri@jurta.org>
7680
7681 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7682 (Regexp Search): Add M-r.
7683
76842004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7685
7686 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7687
76882004-06-29 Jesper Harder <harder@ifa.au.dk>
7689
49823426 7690 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7691
76922004-06-25 Richard M. Stallman <rms@gnu.org>
7693
7694 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7695
76962004-06-25 David Kastrup <dak@gnu.org>
7697
7698 * search.texi (Regexp Replace): Some typo corrections and
7699 rearrangement.
7700
77012004-06-24 David Kastrup <dak@gnu.org>
7702
7703 * search.texi (Unconditional Replace): Use replace-string instead
7704 of query-replace in example.
7705 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7706 sequences.
7707 (Query Replace): Correct explanation of `^' which does not use
7708 the mark stack.
7709
77102004-06-21 Nick Roberts <nickrob@gnu.org>
7711
7712 * misc.texi (Shell History Copying): Document comint-insert-input.
7713 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7714
8cf51b2c
GM
77152004-06-20 Jesper Harder <harder@ifa.au.dk>
7716
7717 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7718 * custom.texi (Customization): Do.
7719 * anti.texi (Antinews): Do.
7720 * abbrevs.texi (Defining Abbrevs): Do.
7721
7722 * programs.texi (Info Lookup): Fix keybinding for
7723 info-lookup-symbol.
7724
77252004-06-16 Juanma Barranquero <lektu@terra.es>
7726
7727 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7728 Add emacs-xtra.
7729 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7730 (clean): Add emacs-xtra and flymake. Remove redundancies.
7731
77322004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7735 Add emacs-xtra.
7736 * emacs-xtra.texi: New file.
7737
77382004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7741 (Dired and Find): Mention differences with ordinary Dired buffers.
7742
8cf51b2c
GM
77432004-06-13 Richard M. Stallman <rms@gnu.org>
7744
7745 * custom.texi (Init Syntax): Explain about vars that do special
7746 things when set with setq or with Custom.
7747 (Init Examples): Add line-number-mode example.
7748
8cf51b2c
GM
77492004-06-12 Juri Linkov <juri@jurta.org>
7750
7751 * dired.texi (Operating on Files): Add dired-do-touch.
7752
8cf51b2c
GM
77532004-06-10 Juri Linkov <juri@jurta.org>
7754
7755 * building.texi (Lisp Eval): Add C-M-x on defface.
7756
77572004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * files.texi (Reverting): Auto-Revert mode and
7760 Global Auto-Revert mode no longer revert remote files.
7761
8cf51b2c
GM
77622004-05-29 Richard M. Stallman <rms@gnu.org>
7763
7764 * custom.texi (Init File): Two dashes start --no-site-file.
7765
8cf51b2c
GM
77662004-05-29 Alan Mackenzie <acm@muc.de>
7767
7768 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7769 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7770 (AWK, Pike): Document as "C-like modes".
7771 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7772 (M-x man): Supersedes M-x manual-entry.
7773 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7774
7775 ("Comments in C"): Delete node; the info is in CC Mode manual.
7776 (c-comment-only-line-offset): Remove description.
7777
7778 (C-c ., C-c C-c): Describe new C Mode bindings.
7779
7780 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7781 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7782 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7783 Amend definitions.
7784
7785 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7786 Describe functions.
7787
7788 (c-comment-start-regexp, c-hanging-comment-ender-p)
7789 (c-hanging-comment-starter-p): Remove obsolete definitions.
7790
7791 * emacs.texi: Remove the menu entry "Comments in C".
7792
8cf51b2c
GM
77932004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7796 `M-x locate'.
7797
77982004-05-16 Karl Berry <karl@gnu.org>
7799
7800 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7801 makeinfo --html fails.
7802 * help.texi (Help Summary) [@ifnottex]: Likewise.
7803
78042004-05-13 Nick Roberts <nickrob@gnu.org>
7805
7806 * building.texi (GDB Graphical Interface): Update and describe
7807 layout first.
7808
8cf51b2c
GM
78092004-05-04 Jason Rumney <jasonr@gnu.org>
7810
7811 * makefile.w32-in: Revert last change.
7812
78132004-05-03 Jason Rumney <jasonr@gnu.org>
7814
7815 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7816
8cf51b2c
GM
78172004-04-23 Juanma Barranquero <lektu@terra.es>
7818
7819 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7820
78212004-04-18 Juri Linkov <juri@jurta.org>
7822
7823 * fixit.texi (Spelling): Remove file extension from ispell xref.
7824
78252004-04-15 Kim F. Storm <storm@cua.dk>
7826
7827 * cmdargs.texi (Initial Options): Add -Q.
7828
78292004-04-05 Kim F. Storm <storm@cua.dk>
7830
7831 * custom.texi (File Variables): Add safe-local-eval-forms.
7832
8cf51b2c
GM
78332004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * files.texi (Reverting): Correct description of revert-buffer's
7836 handling of point.
7837
78382004-03-22 Juri Linkov <juri@jurta.org>
7839
7840 * emacs.texi (Top): Add `Misc X'.
7841
49823426 7842 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7843
7844 * glossary.texi: Improve references.
7845
7846 * help.texi: Sync keywords with finder.el.
7847
7848 * mini.texi (Completion): Add description for menu items.
7849
7850 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7851
7852 * sending.texi (Mail Methods): Fix xref to Message manual.
7853
8cf51b2c
GM
78542004-03-12 Richard M. Stallman <rms@gnu.org>
7855
8cf51b2c
GM
7856 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7857
8cf51b2c
GM
78582004-03-04 Richard M. Stallman <rms@gnu.org>
7859
7860 * search.texi (Regexps): Explain that ^ and $ have their
7861 special meanings only in certain contexts.
7862
7863 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7864
7865 * mule.texi (Specify Coding): Doc C-x RET F.
7866
7867 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7868 for multiple compile and grep buffers.
7869 (Indirect Buffers): Don't recommand clone-indirect-buffer
7870 for multiple compile and grep buffers.
7871
8cf51b2c
GM
78722004-02-29 Juanma Barranquero <lektu@terra.es>
7873
7874 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7875 Use $(DEL) instead of rm, and ignore exit code.
7876
8cf51b2c
GM
78772004-02-23 Nick Roberts <nick@nick.uklinux.net>
7878
7879 * building.texi (Watch Expressions): Update.
7880
78812004-02-21 Juri Linkov <juri@jurta.org>
7882
1c6c854e
CS
7883 * cmdargs.texi (Action Arguments): Add alias --find-file.
7884 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7885 to Command Arguments.
7886 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7887 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7888 (Window Size X): Join -g and --geometry. Add @cindex.
7889 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7890 (Title X): Remove alias -title.
7891 (Misc X): New node.
7892
c8763fb6 78932004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7894
7895 * frames.texi (Drag and drop): Add Motif to list of supported
7896 protocols.
7897
c8763fb6 78982004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7899
7900 * frames.texi (Drag and drop): New section.
7901
79022004-01-24 Richard M. Stallman <rms@gnu.org>
7903
1c6c854e 7904 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7905 Include it only @ifnotinfo. Patch the preceding and following
7906 node headers to point to each other.
7907
79082004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7909
7910 * calendar.texi (Appointments): Update section.
7911
79122003-12-29 Kevin Ryde <user42@zip.com.au>
7913
8cf51b2c
GM
7914 * programs.texi (C Modes): Fix the xref.
7915
79162003-12-23 Nick Roberts <nick@nick.uklinux.net>
7917
7918 * building.texi (Watch Expressions): Update.
7919 (Commands of GUD): Include use of toolbar + breakpoints set from
7920 fringe/margin.
7921
79222003-12-03 Andre Spiegel <spiegel@gnu.org>
7923
7924 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7925 <acm@muc.de>.
7926
c8763fb6 79272003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7928
7929 * frames.texi (Dialog Boxes): Add use-file-dialog.
7930
8cf51b2c
GM
79312003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7932
7933 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7934 in CC Mode.
7935
8cf51b2c
GM
79362003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7937
7938 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7939 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7940 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7941 * man/frames.texi, man/glossary.texi, man/killing.texi:
7942 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7943 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7944 * man/sending.texi, man/text.texi, man/trouble.texi:
7945 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7946
79472003-11-01 Alan Mackenzie <acm@muc.de>
7948
7949 * search.texi (Scrolling During Incremental Search): Document a
7950 new scrolling facility in isearch mode.
7951
8cf51b2c
GM
79522003-10-22 Miles Bader <miles@gnu.org>
7953
7954 * Makefile.in (info): Move before $(top_srcdir)/info.
7955
79562003-10-22 Nick Roberts <nick@nick.uklinux.net>
7957
7958 * building.texi (Watch Expressions): Update section on data display
7959 to reflect code changes (GDB Graphical Interface).
7960
8cf51b2c
GM
79612003-10-13 Richard M. Stallman <rms@gnu.org>
7962
7963 * xresources.texi (GTK resources): Clean up previous change.
7964
c8763fb6 79652003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7966
7967 * xresources.texi (GTK resources): Add a note that some themes
7968 disallow customizations. Add scroll theme example.
7969
8cf51b2c
GM
79702003-09-30 Richard M. Stallman <rms@gnu.org>
7971
8cf51b2c
GM
7972 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7973
7974 * misc.texi (Saving Emacs Sessions): Shorten the section,
7975 collapsing back into one node.
7976
79772003-09-30 Lars Hansen <larsh@math.ku.dk>
7978
7979 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7980
ce058493 79812003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7982
7983 * xresources.texi (GTK names in Emacs): Correct typo.
7984
8cf51b2c
GM
79852003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7986
1c6c854e
CS
7987 * cmdargs.texi (Font X): Mention new default font.
7988 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7989 problems involved. (Result of discussion on emacs-devel.)
7990
79912003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7992
7993 * emacs.texi (Acknowledgements): Correct typo.
7994
79952003-09-22 Richard M. Stallman <rms@gnu.org>
7996
7997 * dired.texi (Misc Dired Commands): New node.
7998 (Dired Navigation): Add dired-goto-file.
7999
8000 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8001
8002 * emacs.texi (Acknowledgements): New node, split from Distribution.
8003
8004 * cmdargs.texi (Action Arguments): -f reads interactive args.
8005
8cf51b2c
GM
80062003-09-08 Lute Kamstra <lute@gnu.org>
8007
8008 * screen.texi (Mode Line): Say that POS comes before LINE.
8009 Mention `size-indication-mode'.
1c6c854e
CS
8010 * display.texi (Optional Mode Line):
8011 Document `size-indication-mode'.
8cf51b2c
GM
8012 * basic.texi (Position Info): Mention `size-indication-mode'.
8013
80142003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8015
8016 * xresources.texi (Resources): Refer to `editres' man page.
8017 (Lucid Resources): Update defaults. Expand description of
8018 `shadowThickness'.
8019
80202003-09-04 Miles Bader <miles@gnu.org>
8021
8022 * Makefile.in (top_srcdir): New variable.
8023 ($(top_srcdir)/info): New rule.
8024 (info): Depend on it.
8025
80262003-09-03 Peter Runestig <peter@runestig.com>
8027
8028 * makefile.w32-in: New file.
8029
80302003-08-29 Richard M. Stallman <rms@gnu.org>
8031
8032 * misc.texi (Saving Emacs Sessions): Correct previous change.
8033
8cf51b2c
GM
80342003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8035
8cf51b2c
GM
8036 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8037 (Intro): Include kmacro.texi after fixit.texi instead of after
8038 custom.texi. (As suggested by Kim Storm.)
8039
80402003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8041
8042 * fixit.texi (Fixit): Update `Next' pointer.
8043 * files.texi (Files): Update `Previous' pointer.
8044 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8045 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8046 (Suggested by Kim Storm.)
8047 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8048
80492003-08-18 Kim F. Storm <storm@cua.dk>
8050
8051 * kmacro.texi: New file describing enhanced keyboard macro
8052 functionality. Replaces old description in custom.texi.
8053
8054 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8055 (Keyboard Macros): Move to new kmacro.texi file.
8056
8057 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8058
8cf51b2c
GM
80592003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8060
8061 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8062
80632003-08-17 Alex Schroeder <alex@gnu.org>
8064
8065 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8066 required.
8067
8cf51b2c
GM
80682003-08-05 Richard M. Stallman <rms@gnu.org>
8069
8070 * programs.texi (Lisp Indent): Don't describe
8071 lisp-indent-function property here. Use xref to Lisp Manual.
8072
8cf51b2c
GM
80732003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8074
fffa137c 8075 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8076 abbreviations.
8077
80782003-07-24 Markus Rost <rost@math.ohio-state.edu>
8079
8080 * buffers.texi (List Buffers): Fix previous change.
8081
8cf51b2c
GM
80822003-07-13 Markus Rost <rost@math.ohio-state.edu>
8083
8084 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8085 List*.
8086
80872003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8088
8cf51b2c
GM
8089 * display.texi (Font Lock): Fix typo.
8090
80912003-07-07 Richard M. Stallman <rms@gnu.org>
8092
8093 * display.texi (Font Lock): Add xref for format info on
8094 font-lock-remove-keywords.
8095
8096 * building.texi (Compilation): Document what happens with asynch
8097 children of compiler process.
8098
8099 * help.texi (Library Keywords): Use @multitable.
8100
8cf51b2c
GM
81012003-06-04 Richard M. Stallman <rms@gnu.org>
8102
8103 * programs.texi (Expressions): Delete C-M-DEL.
8104
8105 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8106 comint-move-point-for-output renamed from
8107 comint-scroll-to-bottom-on-output.
8108
8109 * custom.texi (Init Rebinding): Replace previous change with xref.
8110 (Non-ASCII Rebinding): Explain that issue more briefly here.
8111
81122003-05-28 Richard M. Stallman <rms@gnu.org>
8113
8114 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8115
81162003-05-28 Nick Roberts <nick@nick.uklinux.net>
8117
8118 * building.texi (GDB Graphical Interface): New node.
8119 (Rewritten somewhat by RMS.)
8120
c8763fb6 81212003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8122
8123 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8124 non-English letters. Explain how to set coding systems correctly
8125 and how to include the right coding cookie in the file.
8126
c8763fb6 81272003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8128
8129 * indent.texi (Indentation): Explain the concepts.
8130 (Just Spaces): Explain why preventing tabs for indentation might
8131 be useful.
8132
8cf51b2c
GM
81332003-04-16 Richard M. Stallman <rms@gnu.org>
8134
8135 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8136
8cf51b2c
GM
81372003-02-22 Alex Schroeder <alex@emacswiki.org>
8138
8139 * cmdargs.texi (General Variables): Document SMTPSERVER.
8140
8cf51b2c
GM
8141 * sending.texi: Remove SMTP node.
8142 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8143 library.
8144
8cf51b2c
GM
81452003-02-22 Alex Schroeder <alex@emacswiki.org>
8146
8147 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8148
81492003-02-22 Simon Josefsson <jas@extundo.com>
8150
8151 * sending.texi (Mail Methods): Add node about SMTP.
8152
c8763fb6 81532003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8154
8155 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8156
8cf51b2c
GM
81572003-02-01 Kevin Ryde <user42@zip.com.au>
8158
8159 * glossary.texi (Glossary): Correction to cl cross reference.
8160
81612003-01-20 Richard M. Stallman <rms@gnu.org>
8162
8163 * killing.texi (Rectangles): Document C-x c r.
8164
c8763fb6 81652003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8166
8167 * xresources.texi (GTK resources): New node.
8168 (GTK widget names): New node.
8169 (GTK names in Emacs): New node.
8170 (GTK styles): New node.
8171
c8763fb6 81722003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8173
8174 * maintaining.texi (Create Tags Table): Add reference to the new
8175 `etags --help --lang=LANG' option.
8176
8cf51b2c
GM
81772002-10-02 Karl Berry <karl@gnu.org>
8178
49823426 8179 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8180 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8181 where needed for the sake of the HTML output.
8cf51b2c
GM
8182
81832001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8184
8185 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8186 source files.
8187
81882001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8189
8190 * Makefile.in (emacsman): New target.
8191
8cf51b2c
GM
81922001-10-20 Gerd Moellmann <gerd@gnu.org>
8193
8194 * (Version 21.1 released.)
8195
81962001-10-05 Gerd Moellmann <gerd@gnu.org>
8197
8198 * Branch for 21.1.
8199
8cf51b2c
GM
82002001-03-05 Gerd Moellmann <gerd@gnu.org>
8201
8202 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8203
8cf51b2c
GM
82042000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8205
8206 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8207
8cf51b2c
GM
82081999-07-12 Richard Stallman <rms@gnu.org>
8209
8210 * Version 20.4 released.
8211
82121998-12-04 Markus Rost <rost@delysid.gnu.org>
8213
8214 * Makefile.in (INFO_TARGETS): Delete customize.info.
8215 (DVI_TARGETS): Delete customize.dvi.
8216 (../info/customize, customize.dvi): Targets deleted.
8217
82181998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8219
8220 * Version 20.3 released.
8221
82221998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8223
8224 * Makefile.in (EMACSSOURCES): Add mule.texi.
8225 Add msdog.texi, ack.texi. Remove gnu1.texi.
8226
82271998-04-06 Andreas Schwab <schwab@gnu.org>
8228
768c0c0f
JB
8229 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8230 Use it in dvi targets.
8cf51b2c
GM
8231
82321997-09-23 Paul Eggert <eggert@twinsun.com>
8233
8234 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8235 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8236 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8237
82381997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8239
8240 * Version 20.2 released.
8241
82421997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8243
8244 * Version 20.1 released.
8245
82461997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8247
8248 * Makefile (../info/customize, customize.dvi): New targets.
8249 (INFO_TARGETS): Add ../info/customize.
8250 (DVI_TARGETS): Add customize.dvi.
8251
8cf51b2c
GM
82521996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8253
8254 * Version 19.33 released.
8255
82561996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8257
8258 * Version 19.32 released.
8259
8cf51b2c
GM
82601996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8261
8262 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8263
82641996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8265
8266 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8267 Specify -I option.
8268 (All dvi targets): Set the TEXINPUTS variable.
8269
82701996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8271
8272 * Version 19.31 released.
8273
8cf51b2c
GM
82741995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8275
8276 * Version 19.30 released.
8277
8cf51b2c
GM
82781995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8279
8280 * Makefile.in (maintainer-clean): Rename from realclean.
8281
82821994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8283
8284 * Makefile.in: New file.
8285 * Makefile: File deleted.
8286
82871994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8288
8289 * Makefile (TEXINDEX_OBJS): Variable deleted.
8290 (texindex, texindex.o, getopt.o): Rules deleted.
8291 All deps on texindex deleted.
8292 (distclean): Don't delete texindex.
8293 (mostlyclean): Don't delete *.o.
8294 * texindex.c, getopt.c: Files deleted.
8295
82961994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8297
8298 * Version 19.26 released.
8299
83001994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8301
8302 * Makefile (EMACSSOURCES): Exclude undo.texi.
8303
83041994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8305
8306 * Version 19.25 released.
8307
83081994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8309
8310 * Version 19.24 released.
8311
83121994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8313
8314 * Version 19.23 released.
8315
83161994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8317
8318 * Makefile: Delete spurious tab.
8319
83201994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8321
8322 * Makefile (.SUFFIXES): New rule.
8323
8cf51b2c
GM
83241993-12-04 Richard Stallman (rms@srarc2)
8325
8326 * getopt.c: New file.
8327 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8328 (getopt.o): New rule.
8329 (dvi): Don't depend on texindex.
49823426 8330 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8331
83321993-12-03 Richard Stallman (rms@srarc2)
8333
49823426
GM
8334 * Makefile (TEXI2DVI): New variable.
8335 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8336 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8337
83381993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8339
8340 * Version 19.22 released.
8341
83421993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8343
8344 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8345
83461993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8347
8348 * Version 19.21 released.
8349
8cf51b2c
GM
83501993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8351
8352 * Makefile (realclean): Don't delete the Info files.
8353
f0131492 83541993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8355
8cf51b2c
GM
8356 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8357 4' where appropriate.
8358
f0131492 83591993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8360
49823426 8361 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8362
8363 * texindex.c: Include "../src/config.h" if building in emacs.
8364
8365 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8366 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8367 Add target to build texindex.c, defining `emacs'.
8368
8cf51b2c
GM
83691993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8370
8371 * Version 19.19 released.
8372
8cf51b2c
GM
83731993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8374
8375 * Version 19.18 released.
8376
83771993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8378
8379 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8380
83811993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8382
8383 * Version 19.17 released.
8384
83851993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8386
8387 * split-man: Fix typos in last change.
8388
83891993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8390
8391 * Version 19.16 released.
8392
83931993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8394
8395 * version 19.15 released.
8396
83971993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8398
8399 * Makefile (distclean): It's rm, not rf.
8400
84011993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8402
8403 * Version 19.14 released.
8404
84051993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8406
8407 * Makefile: New file.
8408
84091993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8410
8411 * Version 19.13 released.
8412
84131993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8414
8415 * Version 19.9 released.
8416
84171993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8418
8419 * Version 19.8 released.
8420
84211993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8422
8423 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8424
8425 * trouble.texi: It's `enable-flow-control-on', not
8426 `evade-flow-control-on'.
8427
84281993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8429
8430 * display.texi: Document standard-display-european.
8431
84321993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8433
8434 * Version 19.7 released.
8435
8436 * emacs.texi: Add a sentence to the top menu mentioning the
8437 specific version of Emacs this manual applies to.
8438
84391993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8440
8441 * basic.texi: Document next-line-add-lines variable used to
8442 implement down-arrow.
8443
8444 * killing.texi: Document kill-whole-line.
8445
84461993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8447
8448 * text.texi: Update unix TeX ordering information.
8449
84501993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8451
8452 * news.texi: Mention fill-rectangle in keybinding list.
8453
8454 * killing.texi: Document fill-rectangle.
8455
84561993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8457
8458 * vc.texi: Bring the docs up to date with VC 5.2.
8459
84601992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8461
8462 * emacs.tex: Mention blackbox and gomoku under Amusements.
8463 Assembler mode is now mentioned and appropriately indexed
8464 under Programming Modes.
8465
84661991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8467
8468 * emacs.tex: Update TeX ordering information.
8469
8cf51b2c
GM
84701990-06-26 David Lawrence (tale@geech)
8471
8472 * emacs.tex: Note that completion-ignored-extensions is not used
8473 to filter out names when all completions are displayed in
8474 *Completions*.
8475
84761990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8477
8478 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8479
84801990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8481
8482 * emacs.tex: Add @findex grep.
8483
8cf51b2c
GM
84841988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8485
8486 * emacs.tex: Correct two typos. No other changes before
8487 Version 19 will be made.
8488
8cf51b2c
GM
84891988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8490
8491 * emacs.tex: Update information for obtaining TeX distribution from the
8492 University of Washington.
8493
8494;; Local Variables:
c8763fb6 8495;; coding: utf-8
8cf51b2c
GM
8496;; End:
8497
95df8112 8498 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8499
8500 This file is part of GNU Emacs.
8501
352c8b4a 8502 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8503 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8504 the Free Software Foundation, either version 3 of the License, or
8505 (at your option) any later version.
8cf51b2c
GM
8506
8507 GNU Emacs is distributed in the hope that it will be useful,
8508 but WITHOUT ANY WARRANTY; without even the implied warranty of
8509 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8510 GNU General Public License for more details.
8511
8512 You should have received a copy of the GNU General Public License
352c8b4a 8513 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.