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