* xdisp.c (get_next_display_element): When handling wrap-prefix
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
6f591cf4
AM
12009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * fixit.texi (Spelling): Set default dictionary. Improve
4 descriptions (Bug#2554)
5
53483c76
DR
62009-06-08 David Reitter <david.reitter@gmail.com>
7
8 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
9 since saving colors and faces set this way is not implemented.
10 (Environment variables): Remove mention of mac-fix-env, which is
11 scheduled to be removed.
12
1557ef4f
CY
132009-06-04 Chong Yidong <cyd@stupidchicken.com>
14
91056528
CY
15 * custom.texi (Init Examples): Add example of changing load-path.
16
1557ef4f
CY
17 * building.texi (Lisp Libraries): Add example of changing
18 load-path (Bug#3446).
19
623cec4c
CY
202009-05-28 Chong Yidong <cyd@stupidchicken.com>
21
22 * mark.texi (Mark): Further clarifications.
23 (Setting Mark): Emphasize that C-SPC activates the mark.
24
0fcca8ee
CY
252009-05-28 Chong Yidong <cyd@stupidchicken.com>
26
702b10e1
CY
27 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
28 Mark mode.
0fcca8ee
CY
29 (Using Region, Persistent Mark): Use "active mark" instead of "active
30 region".
31
d3b396e4
CY
322009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
33
34 * mule.texi (Select Input Method): Fix typo.
35
3f698a06
CY
362009-05-13 Chong Yidong <cyd@stupidchicken.com>
37
38 * anti.texi (Antinews): Document completion changes. Some additional
39 copyedits and rearrangement of entries.
40
b2a42eb7
CY
412009-05-12 Chong Yidong <cyd@stupidchicken.com>
42
932fd020
CY
43 * misc.texi (Interactive Shell, Saving Emacs Sessions)
44 (Shell History Copying, Terminal emulator): Copyedits.
45
ac36a8f1
CY
46 * xresources.texi (Resources): Simplify descriptions. Shorten
47 description of editres, which is not very useful these days.
48 (Table of Resources): Document fontBackend resource.
49
b2a42eb7
CY
50 * trouble.texi (Quitting): Add other undo bindings to table.
51 (DEL Does Not Delete): Note that the erasure key is usually labelled
52 "Backspace". Remove discussion of obscure Xmodmap issue.
53
c6ea7fb8
CY
542009-05-07 Chong Yidong <cyd@stupidchicken.com>
55
56 * files.texi (Visiting): Copyedits.
57
ad36c422
CY
582009-05-06 Chong Yidong <cyd@stupidchicken.com>
59
60 * basic.texi (Inserting Text): Document ucs-insert.
61
62 * mule.texi (International Chars): Define "multibyte". Note that
63 internal representation is unicode-based. Simplify definition of raw
64 bytes. Mention ucs-insert.
65 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
66 (Language Environments): Add language environments new to Emacs 23.
67 (Multibyte Conversion): Node deleted.
68 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
69 mention obsolete emacs-mule coding system.
70 (Output Coding): Copyedits.
71
72 * emacs.texi (Top): Update node listing.
73
d4ad7b96
CY
742009-05-05 Per Starbäck <per@starback.se> (tiny change)
75
76 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
77
5bd66204
SM
782009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * building.texi (Lisp Libraries): `load-library' does offer completion.
81
bc36ad1c
CY
822009-04-28 Chong Yidong <cyd@stupidchicken.com>
83
84 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
85 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
86
f1a47884
EZ
872009-04-25 Eli Zaretskii <eliz@gnu.org>
88
89 * maintaining.texi (Tags): Clarify text. (Bug#3101)
90
be77bd45
CY
912009-04-22 Chong Yidong <cyd@stupidchicken.com>
92
93 * entering.texi (Entering Emacs): Document initial-buffer-choice.
94
95 * building.texi (Lisp Interaction): Document initial-scratch-message.
96
d3b82927
JB
972009-04-18 Juanma Barranquero <lekktu@gmail.com>
98
ed6e7b11
JB
99 * msdog.texi (Windows Fonts): Fix typos.
100
d3b82927
JB
101 * files.texi (Save Commands): Fix pxref.
102
bc323c04
CY
1032009-04-18 Chong Yidong <cyd@stupidchicken.com>
104
105 * files.texi (Save Commands): Mention diff-buffer-with-file.
106 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
107 Henoch (Bug#3036).
108
2186d13f
GM
1092009-03-15 Glenn Morris <rgm@gnu.org>
110
111 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
112 the former is not always used.
113 (Mail Headers): Use active voice. Add "Mail-reply-to".
114 Change case of "Id". Avoid repeated "appropriate".
115 (Mail Aliases): Fix previous change - use an example with a ".", so it
116 does actually get quoted when expanded.
117 (Mail Sending): Mailclient is the default on some systems.
118 (Citing Mail): Mention mail-indentation-spaces.
119 (Mail Mode Misc): Add an @dfn for "mail signature".
120
71e454fc
CY
1212009-03-15 Chong Yidong <cyd@stupidchicken.com>
122
123 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
124 (Completion Options): Document read-file-name-completion-ignore-case,
125 read-buffer-completion-ignore-case, and completion-styles. Remove
126 description of partial-completion-mode.
127
df1a3e06
GM
1282009-03-14 Glenn Morris <rgm@gnu.org>
129
130 * sending.texi (Mail Format): Fix typo. Add index entry for
131 mail-header-separator.
132 (Mail Headers): Put info about initialization and changing in one place
133 at the start. Update FCC section for mbox Rmail. Clarify From
134 section, mention mail-setup-with-from. Clarify Reply-to section.
135 Add Mail-followup-to and mail-mailing-lists. Clarify References
136 section.
137 (Mail Aliases): Update example, make less contentious.
138 Update for name change of mail-interactive-insert-alias.
139 (Mail Mode): Remove mention of `%' as a word separator.
140 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
141 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
142 commands. Clarify FCC handling. In mail-complete, add reference to
143 Mail Aliases section, and mention mail-complete-function.
144 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
145 (Mail Mode Misc): Clarify the mail-signature function. Add basic
146 signature netiquette. Explain how the mail hooks work when continuing
147 a composition.
148 (Mail Amusements): Internationalize the spook section a bit.
149 Remove the spook mail-setup-hook example, since it doesn't work well.
150 Mention fortune-file.
151 (Mail Methods): Mention read-mail-command.
152
ed6e7b11 1532009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 154
df1a3e06
GM
155 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
156 and NS resources following recent changes.
959d68bd 157
86dca3e8
JR
1582009-03-10 Jason Rumney <jasonr@gnu.org>
159
160 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
161 w32-use-visible-system-caret doc to indicate that it should get set
162 automatically.
163 (Windows Fonts): Add doc for the uniscribe backend.
164
042fe98f
DN
1652009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
166
167 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
168 vc-dir. (Bug#2598)
169
7f8dba73
RS
1702009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
171
172 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
173
505e70c3
GM
1742009-03-05 Glenn Morris <rgm@gnu.org>
175
04242bdc
GM
176 * rmail.texi (Rmail Basics): Add reference to sorting.
177 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
178 Minor re-wordings.
179 (Rmail Motion): Mention rmail-next-same-subject.
180 (Rmail Deletion): Expunging is not the only way to change the numbers.
181 (Rmail Labels): Labels can also be used in sorting.
182 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
183 (Rmail Display): Mention rmail-mime.
184
00cfe22c
GM
1852009-03-04 Glenn Morris <rgm@gnu.org>
186
187 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
188 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
189 summary. Mention sorts cannot be undone.
190 (Rmail Display): Give an example of how to use goto-address-mode.
191 (Rmail Editing): It's keybindings that are redefined, not commands.
192 Fix some typos.
193 (Movemail): Some minor rewording.
194 (Remote Mailboxes): Emacs movemail supports pop by default.
195 Fix some minor grammatical issues. The "two alternative ways" to
196 specify a POP mailbox are really just one. Remove all reference to the
197 variables rmail-pop-password and rmail-pop-password-required, obsolete
198 since Emacs 22.1. Clarify the four password steps. Emacs movemail
199 can support Kerberos.
200
3d963b67
GM
2012009-03-03 Glenn Morris <rgm@gnu.org>
202
203 * rmail.texi (Rmail Deletion): Revert previous change, which was
204 describing the Rmail summary versions.
205 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
206 Minor re-wording for rmail-resend.
207 (Rmail Make Summary): Summaries apply to buffers rather than files.
208 <rmail-summary-by-topic>: Headers includes the subject.
209 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
210 details, including prefix arguments.
2340abde 211 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
212 Not counting lines might be faster.
213 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
214 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
215 Name the commands bound to the various keys. Mention prefix argument
216 for searching.
3d963b67
GM
217 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
218 Simplify rmail-highlighted-headers description. Update face name.
219
a8ce3d17
JB
2202009-03-02 Juanma Barranquero <lekktu@gmail.com>
221
222 * mark.texi (Marking Objects): Fix typo.
223
130a29b6
CY
2242009-03-01 Chong Yidong <cyd@stupidchicken.com>
225
226 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
227 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
228
9d5de6f8
GM
2292009-03-01 Glenn Morris <rgm@gnu.org>
230
79fc530e 231 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
232 (Rmail Motion): - M-s searches from the end of messages.
233 (Rmail Deletion): Minor clarification. Fix numeric argument
234 description.
235 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
236 newmail and RMAILOSE files need not be in home-directory.
237 (Rmail Files): Mention I/O menus are unselectable if no files match.
238 Mention `MAIL' env-var.
239
b545ff9c
JR
2402009-02-24 Jason Rumney <jasonr@gnu.org>
241
242 * mule.texi (Fontsets): Mention fontset-default, font specs and
243 fallback fontsets.
244 (Defining Fontsets): Mention ns and w32 variants of
245 standard-fontset-spec. Update description of startup fontset to match
246 Emacs 23 behavior.
a93be82a 247 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 248 (International): Link to Modifying Fontsets.
b545ff9c 249
75da0618 2502009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
251
252 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
253 Mention ns-extended-platform-support-mode.
254
6be93a16
KB
2552009-02-22 Karl Berry <karl@gnu.org>
256
257 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
258
867d4bb3
JB
2592009-02-19 Juanma Barranquero <lekktu@gmail.com>
260
261 * basic.texi (Moving Point, Position Info):
262 * files.texi (Visiting):
263 * mini.texi (Completion Options):
264 * text.texi (HTML Mode): Remove duplicate words.
265
49b5c0e8
GM
2662009-02-20 Glenn Morris <rgm@gnu.org>
267
268 * rmail.texi: Minor updates for mbox rather than Babyl.
269
f43a822c
KB
2702009-02-17 Karl Berry <karl@gnu.org>
271
49b5c0e8 272 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 273
80d634b8
RS
2742009-02-17 Richard M Stallman <rms@gnu.org>
275
276 * anti.texi (Antinews): Mention Babyl format.
277
278 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
279
280 * rmail.texi: Update for mbox format.
281 Various small fixes, as well as the following.
282 (Out of Rmail): Node deleted.
283 (Rmail): Update menu.
284 (Rmail Files): Comment out set-rmail-inbox-list.
285 Document rmail-inbox-list instead.
286 (Rmail Output): Substantial changes since C-o is now
287 rmail-output-as-seen and o is rmail-output.
288 (Rmail Attributes): Delete `stored', add `retried'.
289 (Rmail Display): Editing headers works in all cases.
290
f0d129c6
GM
2912009-02-17 Glenn Morris <rgm@gnu.org>
292
293 * basic.texi (Position Info): M-x count-lines-region is not always on
294 M-=. (Bug#2269)
295
160f11d3
GM
2962009-02-09 Glenn Morris <rgm@gnu.org>
297
298 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
299 defaults.
300
763e01c4
EZ
3012009-02-07 Eli Zaretskii <eliz@gnu.org>
302
303 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
304 documentation of possible problems with redecoding.
305
f5e1441d
GM
3062009-02-03 Glenn Morris <rgm@gnu.org>
307
308 * rmail.texi (Out of Rmail): Mention b2m.pl.
309
e1eabe41
GM
3102009-01-31 Glenn Morris <rgm@gnu.org>
311
312 * rmail.texi (Out of Rmail): Correct b2m location.
313
dd05f9de
CY
3142009-01-27 Chong Yidong <cyd@stupidchicken.com>
315
316 * fixit.texi (Undo): Update undo limit values.
317
d74d846e
GM
3182009-01-27 Glenn Morris <rgm@gnu.org>
319
320 * emacs.texi (Top): Fix Antinews menu entry.
321
49ffdce8
KB
3222009-01-25 Karl Berry <karl@gnu.org>
323
324 * text.texi (Foldout): Use @itemize @w{} to make an itemize
325 item with no marker, instead of the syntactically incorrect
326 @itemize @asis.
327
467e8d77
JL
3282009-01-25 Juri Linkov <juri@jurta.org>
329
330 * building.texi (Grep Searching): Fix index entry for lgrep.
331
6c60bbdb
EZ
3322009-01-24 Eli Zaretskii <eliz@gnu.org>
333
334 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
335
9ce5a36f
AR
3362009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
337
338 * macos.texi (Preferences Panel): Update description of font setting to
339 reflect that prior frame selection is no longer needed.
340
9aa5f2fb
NR
3412009-01-20 Nick Roberts <nickrob@snap.net.nz>
342
343 * building.texi (Debuggers): Revert some of 2008-10-31 change to
344 raise GUD subsections.
345
3892ff9c
GM
3462009-01-15 Glenn Morris <rgm@gnu.org>
347
348 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
349
14731c8f
GM
3502009-01-10 Glenn Morris <rgm@gnu.org>
351
352 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
353
45c55e53
CY
3542009-01-04 Chong Yidong <cyd@stupidchicken.com>
355
356 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
357 logical lines.
358
2e4667d1
JL
3592008-12-29 Juri Linkov <juri@jurta.org>
360
361 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
362
363 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
364
2a3eac47
CY
3652008-12-28 Chong Yidong <cyd@stupidchicken.com>
366
367 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
368 goto-address-mode instead of goto-address.
369
3da8da94
CY
370 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
371 mode.
372
2a3eac47
CY
373 * emacs.texi (Top): Update node listing.
374
057f6dd3
EZ
3752008-12-26 Eli Zaretskii <eliz@gnu.org>
376
377 * custom.texi (Directory Variables): Explain what is a "project".
378 Add indexing. Improve wording. Add a footnote about using
379 _dir-locals.el on MS-DOS.
380
e6979067
DN
3812008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * files.texi (Misc File Ops): Mention chmod as an alias for
384 set-file-modes.
385
9de15963
MR
3862008-12-24 Martin Rudalics <rudalics@gmx.at>
387
388 * help.texi (Help): Fix typos and reword.
389 (Help Summary): Add entries for C-h n and C-h r, reorder
390 entries, and do some minor fixes.
391 (Name Help): Say that C-h F works for commands only.
392 (Misc Help): Say that view-lossage displays 300 keystrokes.
393
236fd60d
GM
3942008-12-20 Glenn Morris <rgm@gnu.org>
395
396 * ack.texi (Acknowledgments): General update based on AUTHORS,
397 including removal of some stuff no longer distributed.
398
349b3256
AM
3992008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
400
401 * fixit.texi: Mention hunspell
402
e840fca5
GM
4032008-12-19 Glenn Morris <rgm@gnu.org>
404
405 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 406 Consolidate explanatory text at start.
e840fca5
GM
407
408 * display.texi (Text Display):
409 * indent.texi (Indentation): Use @acronym with ASCII.
410
9dfa7983
GM
4112008-12-18 Glenn Morris <rgm@gnu.org>
412
413 * ack.texi: Various small updates and fixes.
414
97b3a00b
JL
4152008-12-18 Juri Linkov <juri@jurta.org>
416
417 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
418 as a key binding to start a forward nonincremental word search.
419 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
420 a backward nonincremental word search. Add index for `M-s w'
421 `isearch-forward-word'.
422 (Regexp Search): Add a short summary of regexp key commands like
423 in the node "Basic Isearch".
424 (Other Repeating Search): Fix typo.
425
4262008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
427
428 * misc.texi (PostScript Variables): Fix doc.
429
31ce6a07
CY
4302008-12-10 Chong Yidong <cyd@stupidchicken.com>
431
432 * programs.texi (Program Modes): Mention Ruby mode.
433
636b507b
DN
4342008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
435
436 * misc.texi (emacsclient Options): Describe what an empty string
437 argument does for --alternate-editor.
438
a323fa14
CY
4392008-12-09 Frank Schmitt <ich@frank-schmitt.net>
440
441 * cmdargs.texi (Font X): Distinguish between client-side and
442 server-side fonts. List valid Fontconfig properties. Add reference to
443 Fontconfig manual. List valid GTK font properties. Explain use of
444 fc-list.
445
c5ca6cd0
CY
4462008-12-09 Chong Yidong <cyd@stupidchicken.com>
447
448 * cmdargs.texi (Font X): Move discussion of quoting to top.
449
e5136377
GM
4502008-12-06 Glenn Morris <rgm@gnu.org>
451
452 * maintaining.texi (Old Revisions): Improve previous change.
453
248c026b
RS
4542008-12-05 Richard M Stallman <rms@gnu.org>
455
456 * anti.texi (Antinews): Minor fixes.
457
a9253a1e
GM
4582008-12-03 Glenn Morris <rgm@gnu.org>
459
460 * maintaining.texi (Old Revisions): Fix diff-switches description.
461
fa687b02
MR
4622008-12-01 Martin Rudalics <rudalics@gmx.at>
463
464 * emacs.texi (Top): Fix typo.
465
72e6decd
CY
4662008-11-30 Chong Yidong <cyd@stupidchicken.com>
467
320ee034
CY
468 * misc.texi (Document View): Explain dependence on gs at the top.
469 Copyedits.
470
471 * emacs.texi (Top): Add DocView nodes to detailed node listing.
472
72e6decd
CY
473 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
474 (Comment Commands): Discuss region-active behavior of M-; first.
475
2a472ee4
MR
4762008-11-29 Martin Rudalics <rudalics@gmx.at>
477
9c6361c9
MR
478 * display.texi (Line Truncation): Add reference to Continuation
479 Lines.
480
2a472ee4
MR
481 * windows.texi (Pop Up Window): Mention split-height-threshold
482 and split-width-threshold.
9c6361c9 483 (Split Window): Add reference to Continuation Lines.
2a472ee4 484
e93bc142
AR
4852008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
486
487 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
488 (GNUstep Support): New node.
489 * anti.texi:
490 * emacs.texi:
491 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
492
493
43b978db
RS
4942008-11-28 Richard M Stallman <rms@gnu.org>
495
496 * misc.texi (Dissociated Press): Minor cleanups.
497
498 * dired.texi (Image-Dired): Avoid passive.
499
e8e2bd93
EZ
5002008-11-28 Eli Zaretskii <eliz@gnu.org>
501
502 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
503 representation.
504
8d2d45da
CY
5052008-11-26 Richard M. Stallman <rms@gnu.org>
506
507 * files.texi (Visiting): Rewrite paragraph for clarity.
508
509 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
510
a5f7bbcc
AM
5112008-11-25 Alan Mackenzie <acm@muc.de>
512
513 * programs.texi (Moving by Parens): Clarify that parens inside strings
514 and comments are ignored, and that the commands assume the starting
515 point isn't in a string or comment.
516
a71703d3
AR
5172008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
518
519 * macos.texi: Add Prev/Next/Top pointers to all nodes.
520 (Mac Basics): Merge in Grabbing Environment Variables from earlier
521 version.
522 (Mac Customization): Rewrite Preferences Panel section and merge in to
523 this node, add Open files by dragging to an Emacs window.
524
525 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
526
aa5ab79a
CY
5272008-11-26 Chong Yidong <cyd@stupidchicken.com>
528
0cc92c19
CY
529 * files.texi (Misc File Ops): Document set-file-modes.
530
c366b4e4
CY
531 * windows.texi (Split Window): Document integer values of
532 truncate-partial-width-windows.
533
aa5ab79a
CY
534 * text.texi (Text): Simplify description of markup languages.
535 (TeX Mode): Simplify introduction. Mention BibTeX mode.
536 (TeX Editing): Note that `""' inserts one `"' character.
537 (HTML Mode): Note in the introduction that XML mode is an alias for
538 SGML mode. Mention nXML mode.
539
56221db7
CY
5402008-11-25 Chong Yidong <cyd@stupidchicken.com>
541
542 * building.texi (Watch Expressions): Fix typo.
543
90effe33
CY
5442008-11-24 Chong Yidong <cyd@stupidchicken.com>
545
f90a5ae3
CY
546 * files.texi (Visiting): Document new behavior of
547 confirm-nonexistent-file-or-buffer.
548
549 * buffers.texi (Select Buffer): Document
550 confirm-nonexistent-file-or-buffer.
551
a18ffb4a
CY
552 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
553 edit-picture.
554
90effe33
CY
555 * text.texi (Text): Simplify introduction. Discard mention of `M-x
556 edit-picture', since that is just an alias for picture-mode.
557 (Sentences): Note that repeated M-@ extends the region.
558 (Pages): Make terminology more consistent. Link to Regexps node.
559 (Longlines): Discuss relationship with Visual Line mode.
560 (Text Mode): Remove extraneous discussion of other modes, since they
561 were already introduced in the parent node.
562
e85103ec
CY
5632008-11-23 Chong Yidong <cyd@stupidchicken.com>
564
5cb2fe30
CY
565 * anti.texi (Antinews): Rewrite.
566
1eb9b307 567 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
568
569 * frames.texi (Frame Commands): Mention "minimize" terminology.
570
e85103ec
CY
571 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
572 formats.
b908332f
CY
573 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
574 (Misc X): Don't document useless -hb option.
e85103ec 575
607f5f88
JL
5762008-11-22 Juri Linkov <juri@jurta.org>
577
578 * dired.texi (Dired Navigation): Change normal file name search option
579 from `non-nil' to `t'. Add `dwim' option.
580
e1b867a0
JL
5812008-11-22 Juri Linkov <juri@jurta.org>
582
583 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
584 ".dir-locals.el". Rename `define-project-bindings' to
585 `dir-locals-set-class-variables'. Rename `set-directory-project' to
586 `dir-locals-set-directory-class'.
587
dd186936
LK
5882008-11-22 Lute Kamstra <lute@gnu.org>
589
590 * buffers.texi (Select Buffer): Index goto-line.
591 * basic.texi (Moving Point): Mention the use of a numeric prefix
592 argument with goto-line and refer to Select Buffer for the use of a
593 plain prefix argument.
594
4b121911
GM
5952008-11-19 Glenn Morris <rgm@gnu.org>
596
597 * doclicense.texi: Update to FDL 1.3.
598 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
599
27267e4c
CY
6002008-11-17 Chong Yidong <cyd@stupidchicken.com>
601
696f351d
CY
602 * custom.texi (Minor Modes): Define mode commands and mode variables
603 more precisely. Recommend using mode commands instead of setting
604 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
605 (Easy Customization): Use "init file" instead of .emacs.
606 (Customization Groups): Update to new Custom buffer appearance.
607 (Saving Customizations): Copyedits. Update example.
608 (Variables): Give example of variable type-sensitivity.
609 (Examining): Update example.
610 (Hooks): Copyedits.
611 (Specifying File Variables): Use C comments instead of an artificial
612 Lisp for the example.
613 (Keymaps): Move internals discussion to Prefix Keymaps.
614 (Rebinding): Remove redundant paragraph (stated in Key Binding).
615 (Init Rebinding): Document kbd macro.
616 (Init File): Link to Find Init.
696f351d
CY
617
618 * mark.texi (Using Region): Document Delete Selection Mode more
619 thoroughly.
620
621 * frames.texi (Mouse Commands): Move most of the description of Delete
622 Selection Mode to Using Region, and link to it.
1bc9c425 623 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 624
b0570c25
CY
625 * building.texi (Compilation): Document first-error value of
626 compilation-scroll-output.
627 (Compilation Mode): Note that compilation-auto-jump-to-first-error
628 works as soon as an error is available. Suggested by Juri Linkov.
629
27267e4c
CY
630 * mini.texi (Passwords): New node.
631
632 * files.texi (Remote Files): Link to Passwords node.
633
634 * emacs.texi (Top): Update node listings.
635
122eb807
CY
6362008-11-16 Chong Yidong <cyd@stupidchicken.com>
637
9c9855a3
CY
638 * ack.texi (Acknowledgments): Some updating of credits.
639
bd6fdcad
CY
640 * emacs.texi (Acknowledgments): Add a couple more names.
641
dd1eef46
CY
642 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
643
122eb807 644 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 645 (Misc File Ops): Document use of trash.
122eb807 646
801a8da1
JB
6472008-11-16 Juanma Barranquero <lekktu@gmail.com>
648
649 * macos.texi (Mac Customization): Fix typos.
650
0b4f2253
CY
6512008-11-14 Chong Yidong <cyd@stupidchicken.com>
652
653 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
654 replacing previous contents. Numerous copyedits to adapt ns-emacs to
655 the conventions of the main Emacs manual.
656
657 * emacs.texi (Top): Update node listings.
658
517e2b89
CY
6592008-11-12 Chong Yidong <cyd@stupidchicken.com>
660
07a85685
CY
661 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
662 command-line-args is processed during startup.
663 (Action Arguments): Correctly describe how file arguments interact with
664 the startup screen. Link to Lisp Interaction for scratch buffer.
665 (Initial Options): Link to Command Example for -batch option.
666 (Environment): Document initial-environment.
667
517e2b89
CY
668 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
669 can't be changed in the site-start file.
670
6337bbde
CY
6712008-11-07 Chong Yidong <cyd@stupidchicken.com>
672
673 * dired.texi (Dired): Mention C-x C-d too.
674 (Dired Enter): Document M-n in the Dired minibuffer.
675 (Dired Navigation): Explain dired-goto-file more clearly. Document
676 dired-isearch-filenames.
677 (Dired Deletion): Remove unnecessary "expunged" terminology.
678 (Flagging Many Files): & is now rebound to `% &'.
679 (Shell Commands in Dired): Document dired-do-async-shell-command.
680 Clarify how multi-file arguments are passed.
681 (Misc Dired Features): Document dired-do-isearch.
682
9e8eeff9
CY
6832008-11-06 Chong Yidong <cyd@stupidchicken.com>
684
685 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
686
e071f849
CY
6872008-11-03 Chong Yidong <cyd@stupidchicken.com>
688
689 * search.texi (Other Repeating Search): Remove obsolete findex entries.
690
05482eb1
CY
6912008-11-01 Chong Yidong <cyd@stupidchicken.com>
692
e2346dea
CY
693 * programs.texi (Program Modes): Link to Program Indent node.
694 (Left Margin Paren): Explain consequences of changing
695 open-paren-in-column-0-is-defun-start more concisely.
696 (Which Function, Program Indent, Info Lookup): Minor edits.
697 (Basic Indent): If region is active, TAB indents the region.
698 (Multi-line Indent): If region is active, TAB indents the region. Note
699 that indent-region is useful when Transient Mark mode is off.
700 (Matching): The delimiter at the cursor is highlighted---the character
701 changes color.
702 (Symbol Completion): Link to Completion node.
703
e4b6428c
CY
704 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
705 a strictly text-only system.
706
05482eb1
CY
707 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
708 batch mode.
709
a11d3737
RS
7102008-11-01 Richard M. Stallman <rms@gnu.org>
711
5abad626
RS
712 * misc.texi (Document View): Major rewrite.
713
a11d3737
RS
714 * maintaining.texi (Types of Log File): Change logs are older than
715 version control.
716 (VCS Concepts): Simplify and rearrange.
717 (Version Control Systems): Make it clear that Linux is only the kernel.
718 (VC Mode Line): Shorten reference to menu item.
719 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
720 (VC Directory Mode): Minor cleanup.
721 Unchanged files are hidden, not omitted.
722 (VC Directory Commands): Shorten and simplify.
723 (Change Log Commands): New node, split from Change Logs.
724 (VC Directory Buffer): New node, split from VC Directory Mode.
725
c55a4acb
CY
7262008-10-31 Chong Yidong <cyd@stupidchicken.com>
727
df0356f6
CY
728 * misc.texi (Document View): Renamed from Document Files, moved here
729 from files.texi.
730
731 * files.texi (Version Control): Moved to maintaining.texi. Subnodes
732 moved as well.
733 (Document Files): Moved to misc.texi.
734
c55a4acb
CY
735 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
736 vc-update-change-log.
df0356f6
CY
737 (Version Control): Move here from files.texi.
738 (Format of ChangeLog): Make it a subnode of Change Log.
739
740 * emacs.texi (Top): Update node listing.
c55a4acb 741
ef082374
TH
7422008-10-31 Tassilo Horn <tassilo@member.fsf.org>
743
744 * files.texi (Files): Add a section about document
745 files (doc-view-mode).
746
d52582c3
CY
7472008-10-31 Chong Yidong <cyd@stupidchicken.com>
748
749 * building.texi (Compilation Mode): Document
750 compilation-auto-jump-to-first-error.
751 (Debuggers): Lower GUD subsections to subsubsections.
752 (Starting GUD): Add cindex.
753 (Lisp Interaction): Note that scratch is no longer the initial buffer.
754
4e0a0968
CY
7552008-10-30 Chong Yidong <cyd@stupidchicken.com>
756
03625b47
CY
757 * indent.texi (Indentation): Link to Program Indent.
758
4e0a0968
CY
759 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
760 now uses emacsclient's terminal.
761
8bd3f7ef
CY
7622008-10-29 Chong Yidong <cyd@stupidchicken.com>
763
80e5620e
CY
764 * mark.texi (Using Region): Document use-empty-active-region.
765
97d5c404
CY
766 * emacs.texi (Top): Update node listings.
767
8bd3f7ef
CY
768 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
769 mention obsolete emacs.bash script.
770 (Invoking emacsclient): Rewrite, moving optional arguments to
771 emacsclient Options.
21d2bae3
CY
772 (emacsclient Options): New node. Document server-use-tcp and
773 server-host.
8bd3f7ef 774
5fda2cbd
CY
7752008-10-28 Chong Yidong <cyd@stupidchicken.com>
776
777 * indent.texi (Indentation): Replace list with paragraphed text,
778 putting description of syntax-driven indentation first. Document new
779 effect of active regions on tab.
780 (Tab Stops): Note that editable tab stops affect indentation commands.
781
4ff029f6
DN
7822008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
783
784 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
785
996cd6e4
CY
7862008-10-23 Chong Yidong <cyd@stupidchicken.com>
787
f28815e3
CY
788 * custom.texi (Function Keys): Note that modified keypad keys are not
789 translated.
790
996cd6e4
CY
791 * basic.texi (Arguments): Explain how to insert multiple digits.
792
49545fe2
MA
7932008-10-22 Michael Albinus <michael.albinus@gmx.de>
794
795 * files.texi (Remote Files): Precise selection of default method.
796 Rewrite paragraph about disabling remote file names.
797
edac0b53
CY
7982008-10-22 Chong Yidong <cyd@stupidchicken.com>
799
e752c544
CY
800 * search.texi (Special Isearch): Document M-TAB is isearch.
801
edac0b53
CY
802 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
803 command.
804
805 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
806
20a36054
TH
8072008-10-22 Tassilo Horn <tassilo@member.fsf.org>
808
809 * emacs.texi (Acknowledgments): Added myself to Acknowledgments
810 section.
811
69051ab6
CY
8122008-10-21 Chong Yidong <cyd@stupidchicken.com>
813
c4b1a32a
CY
814 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
815 to files.texi. Move contents of vc2-xtra.texi here.
816
817 * vc2-xtra.texi: File removed.
818
819 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
820 Directory Commands from the submenu. Don't include deleted file
821 vc2-xtra.texi.
822
823 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
824 (Version Control): Add VC Directory Mode and VC Directory Commands to
825 the submenu.
826 (Why Version Control?): Use table format.
827 (Version Control Systems): Note that Meta-CVS support is gone.
828 (VCS Concepts): Note precisely when VC started supporting filesets.
829 Remove bogus xref to CVS Options node.
830 (Types of Log File): Copyedits.
831 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
832 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
833 The Right Thing.
834 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
835 (Log Buffer): Reorganize node, putting C-c C-c description first.
836 (Old Revisions): Use CVS for example, not RCS.
837 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
838 Commands from the submenu, putting them under Version Control.
839 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
840 need to include it in the manual unconditionally, since it is now
841 crucial to using distributed version control systems.
1a6e2954
CY
842 (Comparing Files): Note that diff uses the minibuffer, and that the
843 output is shown using Diff mode.
844 (Diff Mode): Explain what "patch" and "hunk" mean. Document
b328f1b9
CY
845 diff-update-on-the-fly, diff-refine-hunk, and
846 diff-show-trailing-whitespaces.
1a6e2954 847 (File Archives): Add rar support.
c4b1a32a 848
69051ab6
CY
849 * major.texi (Choosing Modes): Make mode selection sequence more
850 obvious by describing the steps in order of priority. Note that
851 magic-mode-alist is nil by default. Document
852 magic-fallback-mode-alist.
853
e7421e03
CY
8542008-10-20 Chong Yidong <cyd@stupidchicken.com>
855
856 * frames.texi (Mouse References): Copyedits.
857
6b2efdc2
TH
8582008-10-20 Tassilo Horn <tassilo@member.fsf.org>
859
860 * ack.texi (Acknowledgments): Add myself as doc-view author.
861
9c5e9396
EZ
8622008-10-20 Eli Zaretskii <eliz@gnu.org>
863
864 * frames.texi (Dialog Boxes): Add @cindex entries.
865
dac94f8e
CY
8662008-10-20 Chong Yidong <cyd@stupidchicken.com>
867
868 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
869 (Text-Only Mouse): Copyedit.
870
25597d40
CY
8712008-10-19 Chong Yidong <cyd@stupidchicken.com>
872
f8a447f6
CY
873 * frames.texi: Use @key throughout for mouse clicks.
874 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
875 (Secondary Selection): Fix modified mouse click syntax.
876 (Clipboard): Describe Cut, Copy and Paste commands.
877 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
878 Copyedits.
879 (Creating Frames): Add xref to Init File.
880 (Frame Commands): Add xref to Exiting.
881 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 882
b0f95216
CY
8832008-10-15 Chong Yidong <cyd@stupidchicken.com>
884
b0817f00
CY
885 * files.texi (Version Control): Copyedits. Add Bazaar.
886 (Version Control Systems): List different VCS's using an itemized list.
887 Add Bazaar.
888 (VCS Concepts): Copyedits. Tweak description of file merging.
889
b0f95216
CY
890 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
891 (Cut/Paste Other App): Document select-active-regions and
892 x-select-enable-primary.
893
69d0d701
CY
8942008-10-13 Chong Yidong <cyd@stupidchicken.com>
895
896 * mark.texi (Shift Selection): Correct case in node name.
897
898 * emacs.texi (Top): Update node order in Mark chapter.
899
375e8351
EZ
9002008-10-12 Eli Zaretskii <eliz@gnu.org>
901
902 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
903
904 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
905 elsewhere in the manual instead of describing yet again the intricacies
906 of $HOME on MS-Windows and MS-DOS.
907
ab58114f
CY
9082008-10-12 Chong Yidong <cyd@stupidchicken.com>
909
4f959513
CY
910 * mini.texi (Minibuffer File): Add xref to File Names.
911 (Minibuffer File): Add discussion of `~' in file names. Add
912 insert-default-directory index reference.
913
ab58114f
CY
914 * files.texi (File Names): Reorganize description.
915 (Visiting): Add xref to Mode Line. Copyedits.
916 (Save Commands): Mention prefix behavior of C-x C-s.
917 (Numbered Backups): Node deleted.
918 (Backup Names): Contents of Numbered Backups moved here. State default
919 of version-control variable.
920 (Reverting): Copyedits.
921 (Version Control): Add additional version control systems.
922
923 * emacs.texi (Top): Delete Numbered Backups node.
924
925 * cmdargs.texi (General Variables): Change Numbered Backups xref to
926 Backup Names.
f2884f63 927 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 928
b0b5100a
RF
9292008-10-11 Romain Francoise <romain@orebokech.com>
930
931 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
932
89774b5f
CY
9332008-10-11 Chong Yidong <cyd@stupidchicken.com>
934
935 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
936 (Select Buffer): Mention use of minibuffer history. Describe default
937 value of default-major-mode. Mention that C-x 4 b selects the other
938 window.
939 (List Buffers): Document CRM indicators in the order they appear.
940 (Kill Buffer): Document new command kill-matching buffers.
941 (Several Buffers): Move explanation of the relationship between buffer
942 list and buffer menu to the top.
943 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
944
4c72bf27
CY
9452008-10-10 Chong Yidong <cyd@stupidchicken.com>
946
947 * entering.texi (Exiting): Document change of C-x C-c to
948 save-buffers-kill-terminal. Document kill-emacs.
949
f68eb991
EZ
9502008-09-30 Eli Zaretskii <eliz@gnu.org>
951
952 * mule.texi (Coding Systems): Don't mention codepage-setup.
953
954 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
955 cpNNN coding systems anymore.
956 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
957 for unibyte mode. Don't mention line-drawing characters. Don't
958 mention dos-unsupported-char-glyph.
959
1a2dd44d
CY
9602008-09-25 Chong Yidong <cyd@stupidchicken.com>
961
962 * search.texi (Search): Shorten introduction.
963 (Basic Isearch): Add command table. Discuss reverse isearch and
964 isearch highlighting.
965 (Repeat Isearch): Move lazy highlighting discussion here. Add search
966 ring to cindex.
967 (Special Isearch): Move input methods discussion here.
968 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
969 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
970 Repeat Isearch.
971 (Isearch Minibuffer): New node.
972 (Word Search): Document new word search commands.
973 (Regexp Example): Simplify example using sentence-end-base variable.
974 (Replace): Reword introduction.
975 (Unconditional Replace): Remove unnecessary example.
976 (Other Repeating Search): Document new `M-s o' binding.
977
978 * emacs.texi (Top): Update node listings.
979
e45da31d
JB
9802008-09-22 Juanma Barranquero <lekktu@gmail.com>
981
982 * emacs.texi (Top): Remove Kill Errors from menu.
983
841c8096
CY
9842008-09-22 Chong Yidong <cyd@stupidchicken.com>
985
402168fa
CY
986 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
987 interface for defining macros. Simplify examples. Note that C-g quits
988 macro definitions.
801a8da1 989 (Keyboard Macro Counter): Document using F3 to insert counter. Give
402168fa
CY
990 usage example.
991 (Keyboard Macro Query): Organize query responses in a table.
992
993 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
994 to Erasing node.
841c8096
CY
995 (Undo): Reorganize paragraphs for logical flow. Move keybinding
996 rationale to a footnote.
997 (Kill Errors): Remove node, due to redundancy with Erasing.
998 (Spelling): Move discussion of flyspell to end. Note new behavior of
999 M-$ in active region. Remove non-ispell-specific keybindings from
1000 table.
1001
eab2ee89
DN
10022008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1003
1004 * cmdargs.texi (Initial Options): Document --daemon.
1005
3d53e905
GM
10062008-09-20 Glenn Morris <rgm@gnu.org>
1007
1008 * files.texi (Numbered Backups): Mention that some modes set
1009 version-control.
1010
1c90484d
GM
10112008-09-20 Jim Blandy <jimb@red-bean.com>
1012
1013 * files.texi (Numbered Backups): Reference File Variables, as well.
1014 Remove discussion of Rmail's implementation.
1015
0fc0d844
CY
10162008-09-06 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * misc.texi (Recursive Edit): Note that top-level exits active
1019 minibuffers.
1020
1021 * trouble.texi (Quitting): Likewise.
1022
b18d283d
CY
10232008-08-31 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * emacs.texi (Top): Add Temporary Face Changes xref.
1026
1027 * display.texi (Display): Move Temporary Face Changes node to just
1028 after Standard Faces.
1029 (Scrolling): Document recenter-top-bottom instead of recenter.
1030 (Horizontal Scrolling): Move auto hscroll discussion to the top.
1031 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
1032 (Display Custom): Copyedits.
1033 (Optional Mode Line): Document display-battery-mode.
1034
180135fc
RF
10352008-08-27 Romain Francoise <romain@orebokech.com>
1036
1037 * custom.texi (Directory Variables): Minor fix.
1038
d3fe3475
GM
10392008-08-27 Glenn Morris <rgm@gnu.org>
1040
1041 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
1042 descriptions.
1043 (Calendar Customizing): Tweak layout description.
183080b6 1044 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
1045 markers. Condense calendar-star-date and calendar-mark-today
1046 description.
1047 (Holiday Customizing): Add oriental and solar holidays.
1048 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
1049 Fix holiday-float description. Use zerop in examples. Be less verbose.
1050 (Date Display Format): Change ISO format. Be less verbose.
1051 (Diary Customizing): Mention day and month abbrev arrays.
1052 Mention the date-form variables by name. Update European example.
1053 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
1054 Condense examples. Mention diary-entry-symbols by name.
1055 Condense table for insertion commands.
1056 (Fancy Diary Display): Mention diary-include-string and
1057 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
1058 Ethiopic, Persian date functions. Condense descriptions.
1059
1060 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
1061 (Adding to Diary): Adapt for changed node name.
1062
71755807
GM
10632008-08-26 Glenn Morris <rgm@gnu.org>
1064
1065 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
1066 node "Hebrew/Islamic Entries".
1067
1068 * calendar.texi (Specified Dates): Fix names of iso functions.
1069 (General Calendar): There may not be another window.
1070 (Writing Calendar Files, Holidays): Tweak intro.
1071 (Holidays): Mention Baha'i and Chinese holidays.
1072 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
1073 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
1074 (To Other Calendar): Add calendar-print-other-dates.
1075 Refer to "graphic display" rather than "X.
1076 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
1077 (Displaying the Diary): Fix whitespace after reference.
1078 Fix `diary-number-of-entries' reference.
1079 (Date Formats): Explicitly mention that day names can be abbreviated.
1080 (Adding to Diary): Add some references to other sections.
1081 (Special Diary Entries): Fix reference.
1082 (Appointments): Simplify appt-message-warning-time entry.
1083 Clarify where times must be.
1084 (Importing Diary): Comment out icalendar paragraph that does not apply.
1085 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
1086
d76ebc75
GM
10872008-08-23 Glenn Morris <rgm@gnu.org>
1088
1089 * fortran-xtra.texi (Fortran): Change description of free form and
1090 fixed form a bit. Mention hideshow and imenu.
1091 (Fortran Motion): Mention fortran-end-of-subprogram,
1092 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
1093 (Fortran Indent): Minor re-word.
1094 (ForIndent Commands): Mention fortran-fill-paragraph and
1095 fortran-fill-statement.
1096 (ForIndent Cont): Mention fortran-tab-mode-string.
1097 (Fortran Comments): Mention fortran-comment-line-start-skip.
1098 (Fortran Columns): Mention font-locking.
1099 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
1100
e2a71e28
JB
11012008-08-23 Johan Bockgard <bojohan@muon>
1102
1103 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
1104
5c52e13c
CY
11052008-08-22 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * mini.texi (Minibuffer): Simplify introduction.
1108 (Minibuffer File): Document tilde in minibuffer filenames.
1109 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
1110 to enter tabs, spaces, and question marks. Describe behavior of C-a.
1111 (Completion Example): Update example to current command list.
1112 (Completion Options): Document `lazy' value of completion-auto-help.
1113 Update contents of completion-ignored-extensions.
1114 (Minibuffer History): Describe "future history" list. State default
1115 value of history-delete-duplicates.
1116
77a00355
GM
11172008-08-21 Glenn Morris <rgm@gnu.org>
1118
1119 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 1120 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 1121
39ee1d04
CY
11222008-08-17 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * regs.texi (Registers): Clarify valid register names.
1125 (RegPos): Note that buffer is saved and restored too.
1126 (RegText): Note that mark is reactivated/deactivated.
1127 (RegConfig): Xref to Windows node.
1128
b12c348f
CY
11292008-08-16 Chong Yidong <cyd@stupidchicken.com>
1130
3ae7ba79
CY
1131 * basic.texi (Inserting Text): Provide command name for C-q.
1132
b12c348f
CY
1133 * killing.texi (Killing): Copyedit. Define read-only text.
1134 (Deletion): DEL and C-d were already explained in Erasing; xref there.
1135 (Killing by Lines): Copyedit.
1136 (Other Kill Commands): Move M-w description here.
1137 (Yanking): Move M-w to Other Kill Commands.
1138 (Kill Ring): Also mention saving text in registers. Link to Text
1139 Properties in elisp manual.
1140 (Accumulating Text): Copyedit.
1141 (CUA Bindings): Shift selection is now the default.
1142
d8ff7692
TZ
11432008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
1144
1145 * maintaining.texi (Change Log): Mention next-error is available.
1146
a43a8a2e
GM
11472008-08-10 Glenn Morris <rgm@gnu.org>
1148
1149 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
1150 and intermonth text.
1151 (Holiday Customizing): Add holiday-chinese.
1152
eba27308
EZ
11532008-08-08 Eli Zaretskii <eliz@gnu.org>
1154
1155 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
1156
5f14a5b3
DN
11572008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1158
1159 * files.texi (Log Buffer): Describe C-c C-d.
1160 (Diff Mode): Describe C-x 4 A.
1161
49989bff
EZ
11622008-08-06 Eli Zaretskii <eliz@gnu.org>
1163
1164 * vc1-xtra.texi (VC Directory Mode): Fix last change.
1165
5c915c02
DN
11662008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1167
2beaf97a
DN
1168 * files.texi (Old Revisions): Update the keys used by vc-annotate and
1169 describe the new bindings to show the changeset diff, toggle annotation
1170 visibility, show revisions.
1171 (VC Status): Describe key bindings for modifying the change comments,
1172 displaying changeset diffs and annotations.
1173
5c915c02
DN
1174 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
1175
71798ace
NR
11762008-08-05 Nick Roberts <nickrob@snap.net.nz>
1177
1178 * vc1-xtra.texi (VC Directory Mode): Fix typo.
1179
b8949644
EZ
11802008-08-02 Eli Zaretskii <eliz@gnu.org>
1181
1182 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
1183 and wording.
1184
819567d1
DN
11852008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 1188 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
1189 commands. Improve some old info.
1190
5f38310a
CY
11912008-07-31 Chong Yidong <cyd@stupidchicken.com>
1192
0dc3906b
CY
1193 * display.texi (Visual Line Mode): New node.
1194
5f38310a
CY
1195 * basic.texi (Inserting Text): Move DEL to deletion node.
1196 (Moving Point): Add additional alternative key bindings. Describe
1197 line-move-visual.
1198 (Erasing): Describe DEL.
1199 (Basic Undo, Blank Lines, Arguments): Copyedit.
1200 (Continuation Lines): Mention Visual Line mode.
1201 (Position Info): Move extended discussion to mule.texi.
1202
1203 * mule.texi (International Chars): Describe C-x =.
1204
1205 * emacs.texi (Top): Add Visual Line Mode node.
1206
7c2fb837
DN
12072008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1208
1209 * emacs.texi: Remove VMS support.
1210
3f6b73ef
DN
12112008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1212
1213 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
1214 the vc-dir command name.
1215
9e2a2647
DN
12162008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1217
1218 * xresources.texi: Remove mentions of Mac Carbon.
1219
568beaa2
AS
12202008-07-19 Andreas Schwab <schwab@suse.de>
1221
1222 * ns-emacs.texi: Move to ../misc.
1223
0ef94706
CY
12242008-07-15 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * entering.texi (Exiting): Don't describe text-only terminals as the
1227 default. Describe the new startup screen.
1228 (Exiting): Describe how to kill Emacs first. Change description of
1229 iconification to handle modern window systems.
1230
ba60bd44 12312008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1232
1233 * ns-emacs.texi: New file, documents features of Emacs port under
1234 NeXTstep windowing.
1235
9f30aa73
CY
12362008-07-15 Chong Yidong <cyd@stupidchicken.com>
1237
938a5d2e
CY
1238 * entering.texi (Entering Emacs): Update prev node.
1239
1240 * glossary.texi (Glossary): Remove xref to Text Characters.
1241
9f30aa73
CY
1242 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
1243 directly, rather than in the context of ASCII. Move description of
1244 special properties of modifier key to new Modifier Keys node.
1245 (Keys): Copyedit.
1246 (Text Characters): Delete node. Multibyte is the default nowadays, and
1247 the node contents are obsolete.
1248
1249 * custom.texi (Modifier Keys): New node.
1250
1251 * emacs.texi (Top): Update node list.
1252
7e53d36c
CY
12532008-07-13 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
1256 saying that Emacs provides menus and mouse support (which is par for
1257 the course).
1258
1259 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
1260 early on.
1261 (Point): Copyedit. Relegate historical trivia to a footnote.
1262 (Mode Line): Explain mode-line format more consistently.
1263 (Menu Bar): Copyedit.
1264
1e9fa96d
GM
12652008-06-27 Glenn Morris <rgm@gnu.org>
1266
1267 * cal-xtra.texi (Sexp Diary Entries):
1268 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
1269
dc9bebb8
CY
12702008-06-26 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * mark.texi (Shift selection): New node.
1273 (Mark): Copyedits.
1274 (Persistent Mark): Move to the end of the chapter.
1275
e7881076
EZ
12762008-06-20 Eli Zaretskii <eliz@gnu.org>
1277
1278 * makefile.w32-in (distclean): Remove makefile.
1279
f427400c
NR
12802008-06-17 Nick Roberts <nickrob@snap.net.nz>
1281
1282 * building.texi (Starting GUD): Add an entry for gud-gdb.
1283 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
1284 command mode.
1285
b597d348
GM
12862008-06-17 Glenn Morris <rgm@gnu.org>
1287
1288 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
1289
647b7094
NR
12902008-06-17 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * building.texi (Starting GUD): Expand on remote debugging.
1293 (Other GDB-UI Buffers): Mention new keyboard bindings.
1294
47a30023
GM
12952008-06-15 Glenn Morris <rgm@gnu.org>
1296
1297 * gnu.texi: Use a verbatim license for this invariant section,
1298 as per etc/GNU.
1299
37e5d54a
GM
13002008-06-13 Daniel Engeler <engeler@gmail.com>
1301
1302 * emacs.texi, misc.texi: Add documentation about serial port access.
1303
8e65d46c
GM
13042008-06-13 Glenn Morris <rgm@gnu.org>
1305
c1473b4c
MB
1306 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
1307 maintain.info.
8e65d46c 1308
e40a85cd
MB
13092008-06-05 Miles Bader <miles@gnu.org>
1310
1311 * display.texi (Temporary Face Changes): Update to reflect function
1312 renamings in face-remap.el.
1313
56c73dec
MB
13142008-06-04 Miles Bader <miles@gnu.org>
1315
1316 * display.texi (Temporary Face Changes): Add
1317 `adjust-buffer-face-height'. Rewrite description of
1318 `increase-buffer-face-height' and `decrease-default-face-height' now
1319 that they aren't bound by default.
1320
9d3d42fb
MB
13212008-06-03 Miles Bader <miles@gnu.org>
1322
1323 * display.texi (Temporary Face Changes): New node.
1324
2be6bfe2
EZ
13252008-05-31 Eli Zaretskii <eliz@gnu.org>
1326
1327 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
1328
daf7e339
GM
13292008-05-31 Glenn Morris <rgm@gnu.org>
1330
1331 * cal-xtra.texi (Fancy Diary Display): Simplify.
1332
d21d2618
GM
13332008-05-30 Glenn Morris <rgm@gnu.org>
1334
1335 * cal-xtra.texi (Fancy Diary Display): Update for
1336 diary-display-function replacing diary-display-hook.
1337
71ce5fd0
JB
13382008-05-29 Drew Adams <drew.adams@oracle.com>
1339
1340 * msdog.texi (Windows Keyboard): Add descriptions of
1341 w32-register-hot-key and w32-unregister-hot-key.
1342
a3cdbdf8
MO
13432008-05-21 Tom Tromey <tromey@redhat.com>
1344
1345 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
1346 Variables node.
1347
854a574c
MO
13482008-05-19 Tom Tromey <tromey@redhat.com>
1349
1350 * custom.texi (Variables): Add Directory Variables to menu.
1351 (Directory Variables): New node.
1352
7c2ec3f9
ER
13532008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1354
71ce5fd0 1355 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 1356
370fded4
ER
13572008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1358
1359 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
1360 Revision Tags and rewritten. Section now uses modern terminology,
1361 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
1362 accurately.
1363
6af511e3
EZ
13642008-05-10 Eli Zaretskii <eliz@gnu.org>
1365
1366 * msdog.texi (Windows Files): Update documentation of
1367 w32-get-true-file-attributes.
1368
7a78b6e7
ER
13692008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1370
1371 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
1372 directory mode.
1373
1bcfc24e
CY
13742008-05-08 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 1377 entry "television".
1bcfc24e 1378
db86064f
ER
13792008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1380
ab5ec32c 1381 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 1382
a31b405e
ER
13832008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1384
1385 * emacs/buffers.texi, emacs/files.texi (Version-control):
1386 vc-toggle-read-only is no longer a good idea...
1387
ff2c14fc
GM
13882008-04-29 Glenn Morris <rgm@gnu.org>
1389
1390 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
1391
367c9b7c
JL
13922008-04-22 Juri Linkov <juri@jurta.org>
1393
1394 * dired.texi (Subdirectories in Dired): Describe using `^'
1395 to return to the parent directory.
1396
4ac1e9b4
NR
13972008-04-22 Nick Roberts <nickrob@snap.net.nz>
1398
1399 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
1400 recent changes.
1401
b9b3bf2b
NR
14022008-04-19 Nick Roberts <nickrob@snap.net.nz>
1403
1404 * building.texi (GDB-UI Layout, Breakpoints Buffer)
1405 (Other GDB-UI Buffers): Update for recent thread related changes.
1406
4d120d6a
SM
14072008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
1408
1409 * maintaining.texi (Maintaining):
1410 * emacs.texi (Top): Typo.
1411
a152877d
SM
14122008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1413
b9b3bf2b
NR
1414 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
1415 arg in `font-lock-add-keywords'.
a152877d 1416
36c0514c
GM
14172008-04-08 Glenn Morris <rgm@gnu.org>
1418
1419 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
1420 Also add Baha'i calendar references where appropriate.
1421
06a97d46
GM
14222008-04-05 Glenn Morris <rgm@gnu.org>
1423
1424 * custom.texi (Init File): Byte-compiling .emacs is bad.
1425
6adc6eed
SM
14262008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
1429
571388b0
GM
14302008-03-29 Glenn Morris <rgm@gnu.org>
1431
1432 * calendar.texi: Update for `calendar-date-style' replacing
1433 `european-calendar'.
1434
3ae8f876
JR
14352008-03-28 Jason Rumney <jasonr@gnu.org>
1436
1437 * display.texi (Display Custom): Mention overlay-margin in text.
1438
5bc6ddff 14392008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 1440
5bc6ddff
MB
1441 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
1442 tutorial' comments.
03a864d5 1443
7186a830
CY
14442008-03-28 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * mark.texi (Mark): Rearrange nodes.
1447 (Persistent Mark): Rename from Transient Mark.
1448 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
1449 Describe Transient Mark mode as the default.
1450
1451 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
1452 the default behavior with Transient Mark mode off.
1453 (Position Info): Fix typo.
1454
71ce5fd0
JB
1455 * display.texi (Standard Faces): Reference the Mark node.
1456 Remove discussion of the region face, which is discussed there.
7186a830
CY
1457
1458 * emacs.texi (Top): Update node listings.
1459
1460 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
1461 as the default.
1462
1463 * fixit.texi (Undo): Standardize choice of undo key sequence.
1464 (Undo, Spelling): Describe Transient Mark mode as the default.
1465
1466 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
1467 default.
1468
1469 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
1470
1471 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
1472 mode is the default, and note that the mark is not activated when set.
1473
1474 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
1475 Describe Transient Mark mode as the default.
1476
1477 * search.texi (Basic Isearch): Reference the Mark Ring node.
1478 (Replace, Unconditional Replace, Other Repeating Search):
1479 Describe Transient Mark mode as the default.
1480
1481 * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
1482 Transient Mark mode as the default.
1483 (Paragraphs): Describe how M-h behaves when region is active.
1484
1485 * trouble.texi (Quitting): Clarify effects of C-g.
1486
dc47d1ff
GM
14872008-03-13 Glenn Morris <rgm@gnu.org>
1488
1489 * emacs.texi (EMACSVER): Set to 23.0.60.
1490
e3e0fb39 14912008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 1492
e3e0fb39
GM
1493 * dired.texi (Hiding Subdirectories): Fix previous change.
1494
14952008-03-05 Drew Adams <drew.adams@oracle.com>
1496
1497 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 1498
5e14abf8
KS
14992008-02-28 Kim F. Storm <storm@cua.dk>
1500
1501 * help.texi (Help Files): Move describe-gnu-project to C-h g.
1502 Move describe-distribution to C-h C-o.
1503 Move view-emacs-problems to C-h C-p.
1504 Add view-emacs-debugging on C-h C-d.
1505 Add view-external-packages on C-h C-e.
d0207bf3 1506 Add view-order-manuals on C-h C-m.
5e14abf8 1507
d0207bf3 15082008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
1509
1510 * msdog-xtra.texi (MS-DOS): Docstring fix.
1511
87e391bb
EZ
15122008-02-09 Eli Zaretskii <eliz@gnu.org>
1513
1514 * msdog.texi (Windows Fonts): Use a @table for describing font
1515 properties.
1516
5662e503
JR
15172008-02-07 Jason Rumney <jasonr@gnu.org>
1518
1519 * msdog.texi (Windows Files): w32-get-true-file-attributes default
1520 value has changed.
1521 (Windows HOME): Clarify what is meant by "if that fails as well".
1522 (Windows Fonts): New section.
1523
72463824
GM
15242008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
1525
1526 * basic.texi (Basic Undo): Remove duplicate "you can".
1527
7ff926e0
EZ
15282008-02-02 Eli Zaretskii <eliz@gnu.org>
1529
1530 * maintaining.texi (Tags): Fix last change.
1531
6ab7aef1
MA
15322008-02-02 Michael Albinus <michael.albinus@gmx.de>
1533
093571c3 1534 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 1535
ace67e7e
NR
15362008-01-31 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
1539
ae068fdf
RS
15402008-01-26 Richard Stallman <rms@gnu.org>
1541
1542 * maintaining.texi (Tags): Delete redundant index entry.
1543
a56d9a08
EZ
15442008-01-26 Eli Zaretskii <eliz@gnu.org>
1545
1546 * programs.texi (Imenu): Move "@cindex tags" from here...
1547 * maintaining.texi (Tags): ...to here.
1548
e941ed90
NR
15492008-01-23 Kevin Ryde <user42@zip.com.au>
1550
1551 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
1552 click count.
1553
650276d5
JB
15542008-01-21 Juanma Barranquero <lekktu@gmail.com>
1555
1556 * entering.texi (Exiting): Fix typo.
1557 Reported by D. E. Evans <sinuhe@gnu.org>.
1558
8dc17977
MR
15592007-12-31 Martin Rudalics <rudalics@gmx.at>
1560
1561 * glossary.texi (Glossary): Fix typo.
1562
9f9695a6
RS
15632007-12-27 Richard Stallman <rms@gnu.org>
1564
1565 * text.texi (Formatted Text): Improve menu tag.
1566 (Editing Format Info): In Info, add duplicate menu of nodes
1567 about the submenus.
1568 (Format Faces): Say where Faces menu is found. Mention Other.
1569 (Format Colors): Say where these submenus are found.
1570 (Format Indentation, Format Justification): Likewise.
1571 (Format Properties): Likewise.
1572
abfd0191
RS
15732007-12-22 Richard Stallman <rms@gnu.org>
1574
1575 * search.texi (Query Replace): Make exp of query-replace more
1576 self-contained, and clarify.
8dc17977 1577
abfd0191
RS
1578 * cc-mode.texi (Getting Started): Change @ref to @pxref.
1579
a2586785
RS
15802007-12-15 Richard Stallman <rms@gnu.org>
1581
1582 * files.texi (Auto Save): Clarify definition of auto-saving.
1583
a67cf2bb
RS
15842007-11-26 Richard Stallman <rms@gnu.org>
1585
1586 * help.texi (Help Echo): Cleanups.
1587
448b33b1
TTN
15882007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
1589
1590 * files.texi (Why Version Control?): Fix typo.
1591 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
1592 (Selecting a Fileset): Fix typos; small rewording.
1593 (Log Buffer): Likewise.
1594 (Old Revisions): Likewise.
448b33b1 1595
221bb7f6
EZ
15962007-11-17 Eli Zaretskii <eliz@gnu.org>
1597
1598 * mule.texi (Communication Coding): Fix wording of last change.
1599
d0207bf3 16002007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 1601
630cb3b7
JB
1602 * custom.texi (Specifying File Variables):
1603 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 1604
53b7759e
KH
16052007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
1606
a5ab2e0c 1607 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
1608
1609 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
1610
c8763fb6 16112007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 1612
630cb3b7 1613 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
1614 --output=file.
1615
ff98e024
MR
16162007-11-13 Martin Rudalics <rudalics@gmx.at>
1617
1618 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
1619 (Help Echo): Avoid mentioning the term "region" here and
1620 consistently use the term "active text".
1621
37b11c22
GM
16222007-11-11 Glenn Morris <rgm@gnu.org>
1623
1624 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
1625
21d50ba1
JL
16262007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1627
1628 * search.texi (Query Replace): Mention
1629 `query-replace-show-replacement'.
1630
c12ecb0a 16312007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
1632
1633 * building.texi (Watch Expressions): Remove obscure sentence.
1634
3b4201f4
KH
16352007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
1636
1637 * mule.texi (Select Input Method): Describe how to activate an input
1638 method in the text mode.
1639
07e5c0b0
DN
16402007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * cmdargs.texi (Misc Variables): Remove Sun windows info.
1643
52dd7391
NR
16442007-10-30 Nick Roberts <nickrob@snap.net.nz>
1645
1646 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
1647
c004e539
GM
16482007-10-30 Glenn Morris <rgm@gnu.org>
1649
1650 * misc.texi (Directory Tracking): Explain a bit more about
1651 dirtrack-mode.
1652
ca8c5b8c
GM
16532007-10-25 Glenn Morris <rgm@gnu.org>
1654
1655 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
1656
b6c764ef
RS
16572007-10-24 Richard Stallman <rms@gnu.org>
1658
1659 * misc.texi (Interactive Shell): Cleanup last change.
1660
eabd84c9
JL
16612007-10-22 Juri Linkov <juri@jurta.org>
1662
1663 * mini.texi (Minibuffer History): Add text about a list of minibuffer
1664 default values.
1665
0b43c7e2
ER
16662007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1667
ca8c5b8c 1668 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
1669 'filesets'.
1670
a80859d4
MR
16712007-10-18 Martin Rudalics <rudalics@gmx.at>
1672
1673 * trouble.texi (Quitting): Fix typo.
1674
c9447ae1
GM
16752007-10-18 Glenn Morris <rgm@gnu.org>
1676
1677 * frames.texi (Mode Line Mouse): Mention minor mode names.
1678
168b980f
JL
16792007-10-17 Juri Linkov <juri@jurta.org>
1680
1681 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
1682 fill-paragraph operates on the active region in Transient Mark mode.
1683 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
1684 with fill-paragraph.
1685
1686 * basic.texi (Arguments): Replace fill-paragraph-or-region with
1687 fill-paragraph.
1688
1689 * fixit.texi (Spelling): ispell-word operates on the active region
1690 in Transient Mark mode.
1691
5a331f34
JB
16922007-10-17 Aaron S. Hawley <aaronh@garden.org>
1693
1694 * building.texi (Source Buffers):
1695 * custom.texi (Init Non-ASCII):
1696 * glossary.texi (Glossary): Use "key binding" consistently.
1697
2a9f4d55
JB
16982007-10-17 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * calendar.texi (Diary): Fix directive.
1701
de13cecf
RS
17022007-10-16 Richard Stallman <rms@gnu.org>
1703
1704 * calendar.texi (Diary): Clarify text about diary file example.
1705
5f90d53e
ER
17062007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
1707
1708 * files.texi: Capitalize node names according to convention.
1709
3aa491bc
GM
17102007-10-13 Glenn Morris <rgm@gnu.org>
1711
1712 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
1713
8a3106d3
ER
17142007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1715
1716 * emacs.texi:
1717 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 1718 suggested by RMS and Robert J. Chassell.
8a3106d3 1719
da1080a2
ER
17202007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1721
3aa491bc 1722 * files.texi (Version Systems):
0870a421
ER
1723 * vc-xtra.texi:
1724 * vc1-xtra.texi:
ac3f4c6f 1725 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 1726 operations. Change of terminology from `version' to `revision'.
a7fc5b78 1727 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 1728 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 1729
58ade22b
ER
17302007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
1731
da1080a2 1732 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
1733 Reorder the descriptions to be chronological.
1734
93870ce2
RS
17352007-10-09 Richard Stallman <rms@gnu.org>
1736
1737 * display.texi (Cursor Display): Correct how cursor appears
1738 in nonselected windows.
1739
568c7288
NR
17402007-10-04 Nick Roberts <nickrob@snap.net.nz>
1741
1742 * building.texi (GDB Graphical Interface): Remove references to gdba
1743 and mention gud-gdb.
1744
1af74d06 17452007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 1746
1af74d06 1747 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 1748
0d8fb755
JL
17492007-10-06 Juri Linkov <juri@jurta.org>
1750
1751 * text.texi (Fill Commands): Document fill-paragraph-or-region.
1752 (Fill Prefix, Format Indentation): Replace fill-paragraph with
1753 fill-paragraph-or-region.
1754
1755 * basic.texi (Arguments): Replace fill-paragraph with
1756 fill-paragraph-or-region.
1757
b981e2c6
ER
17582007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1759
1760 * files.texi: Update the section on version control for 2007
2a9f4d55 1761 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
1762 will come later.
1763
5fceaf9c
GM
17642007-09-15 Glenn Morris <rgm@gnu.org>
1765
1766 * calendar.texi (Holidays): Change all instances of `holiday-list' back
1767 to `list-holidays'.
1768
b0e44b17
GM
17692007-09-14 Glenn Morris <rgm@gnu.org>
1770
1771 * calendar.texi: Update all instances of mark-calendar-holidays,
1772 list-calendar-holidays, list-holidays with the new names.
1773
8cf51b2c
GM
17742007-09-06 Glenn Morris <rgm@gnu.org>
1775
46a367db 1776 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
1777 Split into the Emacs manual in emacs/, and other manuals in misc/.
1778 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1779 manual.
1780 (infodir): New variable.
1781 (info): Use $infodir.
1782 (emacsman): Delete target, not needed any more.
1783 Move all targets that are not the Emacs manual to misc/Makefile.in.
1784 (mostlyclean): Remove `gnustmp'.
1785 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
1786 manual.
92f9b43f 1787 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
1788 (emacsman): Delete target, not needed any more.
1789 (clean): Remove all info files but Emacs manual.
1790 Move all targets that are not the Emacs manual to misc/Makefile.in.
1791 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
1792
1793 * Makefile.in (INFOSOURCES): Delete.
1794 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
1795 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
1796 *.vrs *.toc here...
1797 (maintainer-clean): ...from here.
1798
17992007-09-05 Glenn Morris <rgm@gnu.org>
1800
1801 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
1802
8cf51b2c
GM
18032007-08-29 Glenn Morris <rgm@gnu.org>
1804
1805 * emacs.texi (EMACSVER): Increase to 23.0.50.
1806
3420c522
RS
18072007-08-27 Richard Stallman <rms@gnu.org>
1808
1809 * emacs.texi (Top): Clarify menu item for Glossary.
1810
1811 * display.texi (Faces): Change secn title.
1812 Clarify not all fonts come from Font Lock.
1813
8cf51b2c
GM
18142007-08-17 Eli Zaretskii <eliz@gnu.org>
1815
1816 * basic.texi (Position Info): Add index entry for face at point.
1817 Mention that character faces are also displayed by "C-u C-x =".
1818
8cf51b2c
GM
18192007-08-08 Glenn Morris <rgm@gnu.org>
1820
1821 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
1822
18232007-08-07 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * files.texi (File Conveniences): Document point motion keys in Image
1826 mode.
1827
8cf51b2c
GM
18282007-07-27 Glenn Morris <rgm@gnu.org>
1829
8cf51b2c
GM
1830 * emacs.texi (Copying): Include license text from gpl.texi, rather than
1831 in-line.
1832
1833 * gpl.texi: New file with text of GPL.
1834 * Makefile.in (EMACSSOURCES): Add gpl.texi.
1835
18362007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
1839
1840 * dired.texi (Wdired): Mention C-x C-q key binding.
1841
18422007-07-28 Nick Roberts <nickrob@snap.net.nz>
1843
1844 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
1845
18462007-07-25 Glenn Morris <rgm@gnu.org>
1847
8cf51b2c
GM
1848 * emacs.texi (Copying): Replace license with GPLv3.
1849
1850 * Relicense all FSF files to GPLv3 or later.
1851
18522007-07-24 Glenn Morris <rgm@gnu.org>
1853
1854 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
1855 for some calendars.
1856
18572007-07-23 Nick Roberts <nickrob@snap.net.nz>
1858
1859 * screen.texi (Mode Line): Describe new mode-line flag that shows if
1860 default-directory for the current buffer is on a remote machine.
1861
8cf51b2c
GM
18622007-07-21 Eli Zaretskii <eliz@gnu.org>
1863
1864 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
1865 default value.
1866
18672007-07-21 Richard Stallman <rms@gnu.org>
1868
1869 * files.texi (Why Version Control?): Improve previous change.
1870
18712007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1872
1873 * files.texi (Why Version Control?): New node.
1874
8cf51b2c
GM
18752007-07-12 Nick Roberts <nickrob@snap.net.nz>
1876
8cf51b2c
GM
1877 * building.texi (Starting GUD): Add xref to this anchor.
1878
8cf51b2c
GM
18792007-06-24 Karl Berry <karl@gnu.org>
1880
2a9f4d55 1881 * emacs.texi: New Back-Cover Text.
8cf51b2c 1882
8cf51b2c
GM
18832007-06-07 Alan Mackenzie <acm@muc.de>
1884
1885 * display.texi (Optional Mode Line): Document the new form of
1886 line+column numbers, "(561,2)".
1887
18882007-06-06 Juanma Barranquero <lekktu@gmail.com>
1889
49823426 1890 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
1891
18922007-06-02 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * Version 22.1 released.
1895
8cf51b2c
GM
18962007-05-07 Karl Berry <karl@gnu.org>
1897
1898 * emacs.texi (EMACSVER): Back to 22.
1899
19002007-05-06 Richard Stallman <rms@gnu.org>
1901
1902 * maintaining.texi (Create Tags Table): Clean up previous change.
1903
c8763fb6 19042007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
1905
1906 * maintaining.texi (Create Tags Table): Add text about the dangers of
1907 making symbolic links to tags files.
1908
19092007-05-04 Karl Berry <karl@gnu.org>
1910
1911 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
1912
19132007-05-03 Karl Berry <karl@gnu.org>
1914
1915 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
1916
1917 * .cvsignore (*.pdf): New entry.
1918
8cf51b2c
GM
1919 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
1920 for printing.
1921
19222007-05-01 Richard Stallman <rms@gnu.org>
1923
1924 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
1925
8cf51b2c
GM
19262007-04-28 Glenn Morris <rgm@gnu.org>
1927
1928 * ack.texi (Acknowledgments):
1929 * anti.texi (Antinews):
8cf51b2c
GM
1930 * programs.texi (Program Modes): Restore mention of python.el pending
1931 consideration of legal status.
1932
19332007-04-28 Richard Stallman <rms@gnu.org>
1934
1935 * files.texi (File Names): Fixes to ~ description on MS systems.
1936
8cf51b2c
GM
19372007-04-26 Glenn Morris <rgm@gnu.org>
1938
1939 * emacs.texi (EMACSVER): Increase to 22.1.50.
1940
19412007-04-25 Karl Berry <karl@gnu.org>
1942
1943 * emacs.texi: Improve line breaks on copyright page,
1944 similar layout to lispref, 8.5x11 by default.
1945
1946 * dired.texi (Image-Dired): Improve line break, fix typo.
1947
19482007-04-24 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * programs.texi (Program Modes):
8cf51b2c
GM
1951 * anti.texi (Antinews):
1952 * ack.texi (Acknowledgments): python.el removed.
1953
8cf51b2c
GM
19542007-04-23 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * display.texi (Highlight Interactively): Correct description of
1957 hi-lock-file-patterns-policy.
1958
1959 * files.texi (File Archives): Mention self-extracting executables.
1960
19612007-04-23 Eli Zaretskii <eliz@gnu.org>
1962
1963 * search.texi (Unconditional Replace, Query Replace): Add xref to
1964 "Replacement and Case".
1965
19662007-04-22 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * dired.texi (Image-Dired): Move from Thumbnails node.
1969 * misc.texi (Thumbnails): Node deleted.
1970 * emacs.texi (Top): Update node listing.
1971
1972 * files.texi (File Conveniences):
49823426 1973 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
1974
19752007-04-21 Richard Stallman <rms@gnu.org>
1976
1977 * display.texi (Highlight Interactively): Correct previous change.
1978 Clarify doc of hi-lock-find-patterns, and move new features into it.
1979
19802007-04-20 David Koppelman <koppel@ece.lsu.edu>
1981
1982 * display.texi (Highlight Interactively): Document
1983 hi-lock-file-patterns-policy.
1984
19852007-04-20 Martin Rudalics <rudalics@gmx.at>
1986
1987 * display.texi (Scrolling): Fix typo.
1988
8cf51b2c
GM
19892007-04-15 Chong Yidong <cyd@stupidchicken.com>
1990
8cf51b2c
GM
1991 * doclicense.texi: Remove node heading, so that it can be included by
1992 other files.
1993
1994 * emacs.texi: Insert node heading for GFDL.
1995
8cf51b2c
GM
19962007-04-14 Eli Zaretskii <eliz@gnu.org>
1997
1998 * cmdargs.texi (Colors): Qualify "color of window" index entry by
1999 "command line".
2000
2001 * display.texi (Faces): Refer to "Creating Frames" for face
2002 and other frame customizations in .emacs.
2003
2004 * frames.texi (Creating Frames): Mention that face customizations can
2005 be put in .emacs. Add index entries.
2006
20072007-04-12 Richard Stallman <rms@gnu.org>
2008
2009 * glossary.texi (Glossary): Explain `iff'.
2010
20112007-04-11 Karl Berry <karl@gnu.org>
2012
2013 * gnu.texi (Top),
2014 * macos.texi (Mac Font Specs),
2015 * anti.texi (Antinews),
2016 * xresources.texi (Resources),
2017 * misc.texi (Emulation),
2018 * calendar.texi (Daylight Saving),
2019 * dired.texi (Dired and Find),
2020 * rmail.texi (Remote Mailboxes),
2021 * sending.texi (Mail Headers),
2022 * programs.texi (Which Function),
2023 * files.texi (Recover),
2024 * buffers.texi (Uniquify),
2025 * frames.texi (Wheeled Mice),
2026 * killing.texi (Rectangles): Wording to improve breaks in
2027 8.5x11 format.
2028 * mule.texi (Language Environments): \hbadness=10000 since there's
2029 no way to reword.
2030 * emacs.texi (smallbook): New @set to more easily switch between
2031 smallbook and 8.5x11.
2032
20332007-04-11 Richard Stallman <rms@gnu.org>
2034
2035 * files.texi (File Conveniences): Add xref to Tumme.
2036 Delete text about Thumbnail mode.
2037
8cf51b2c
GM
20382007-04-09 Alan Mackenzie <acm@muc.de>
2039
2040 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
2041 new name. Insert concept index entries.
2042
8cf51b2c
GM
20432007-04-08 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * display.texi (Standard Faces): Document prefix arg for
2046 list-faces-display.
2047
2048 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
2049
8cf51b2c
GM
20502007-04-07 Chong Yidong <cyd@stupidchicken.com>
2051
8cf51b2c
GM
2052 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
2053
2054 * files.texi (Misc File Ops): Rewrite description of
2055 insert-file-literally.
2056
8cf51b2c
GM
20572007-03-31 Eli Zaretskii <eliz@gnu.org>
2058
2059 * misc.texi (Printing): Postscript -> PostScript.
2060
8cf51b2c
GM
2061 * ack.texi (Acknowledgments): Postscript -> PostScript.
2062
2063 * custom.texi (Init File, Init Non-ASCII): Fix last change.
2064
2065 * emacs.texi (Top): Fix the menu due to the change in custom.texi
2066 below.
2067
20682007-03-30 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
2071 Init Non-ASCII.
2072 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
2073 (Init Non-ASCII): New node.
2074
20752007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2076
2077 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
2078
8cf51b2c
GM
20792007-03-12 Glenn Morris <rgm@gnu.org>
2080
8cf51b2c
GM
2081 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
2082 "Daylight Savings".
2083
49823426 2084 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
2085 saving" in text throughout.
2086
8cf51b2c
GM
20872007-03-04 Richard Stallman <rms@gnu.org>
2088
2089 * custom.texi (Safe File Variables): Minor correction.
2090
8cf51b2c
GM
20912007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
2092
2093 * rmail.texi (Movemail): Add internal ref.
2094 Don't indent the intro for the PROTO table.
2095 Format PROTO table items with @code.
2096
8cf51b2c
GM
20972007-02-26 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * building.texi: Remove references to bashdb.
2100
8cf51b2c
GM
21012007-02-19 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * mule.texi (Language Environments): Update list of supported language
2104 environments.
2105
8cf51b2c
GM
21062007-02-14 Kim F. Storm <storm@cua.dk>
2107
2108 * building.texi (Grep Searching): Fix lgrep doc.
2109
21102007-02-12 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * back.texi: Remove unused file.
2113
c8763fb6 21142007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
2115
2116 * maintaining.texi (Tag Syntax): Now --members is the default for
2117 etags, not for ctags yet.
2118
8cf51b2c
GM
21192007-02-03 Eli Zaretskii <eliz@gnu.org>
2120
2121 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
2122 headers compliant with Texinfo guidelines and with what texnfo-upd.el
2123 expects. Add comments to prevent people from inadvertently modifying
2124 the key parts needed by `texinfo-multiple-files-update'.
2125
21262007-01-29 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * frames.texi (Secondary Selection): Window clicked does not matter
2129 when mouse-yank-at-point is non-nil.
2130
8cf51b2c
GM
21312007-01-16 Glenn Morris <rgm@gnu.org>
2132
2133 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
2134 system abbrev.
2135
21362007-01-11 Richard Stallman <rms@gnu.org>
2137
2138 * msdog.texi (Windows Keyboard): Another small cleanup.
2139
21402007-01-10 Richard Stallman <rms@gnu.org>
2141
2142 * msdog.texi (Windows Keyboard): Yet another try to make
2143 everyone happy with that passage.
2144
21452007-01-05 Richard Stallman <rms@gnu.org>
2146
2147 * anti.texi (Antinews): Mention M-x shell scrolling.
2148
21492007-01-05 Nick Roberts <nickrob@snap.net.nz>
2150
2151 * building.texi (Watch Expressions): Describe gdb-max-children.
2152
8cf51b2c
GM
21532007-01-04 Richard Stallman <rms@gnu.org>
2154
8cf51b2c
GM
2155 * msdog.texi (Windows Keyboard): Clarify previous change.
2156
8cf51b2c
GM
21572007-01-02 Richard Stallman <rms@gnu.org>
2158
2159 * custom.texi (Changing a Variable): Minor clarification.
2160 (Specific Customization): customize-customized => customize-unsaved.
2161
2162 * entering.texi (Entering Emacs): Clean up text about restarting
2163 Emacs for each file.
2164
2165 * misc.texi (Shell Options): Minor cleanup.
2166
2167 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
2168 with Emacs, not vice versa.
2169
2170 * programs.texi (Symbol Completion): Recommend customizing
2171 window manager.
2172
2173 * xresources.texi (Resources): Minor fix.
2174
c8763fb6 21752007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2176
2177 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
2178
21792007-01-01 Richard Stallman <rms@gnu.org>
2180
2181 * commands.texi (User Input): Document keys stolen by window mangers.
2182
21832006-12-31 Richard Stallman <rms@gnu.org>
2184
2185 * custom.texi (Specific Customization): Document customize-option
2186 instead of customize-variable.
2187
21882006-12-31 Kim F. Storm <storm@cua.dk>
2189
2190 * major.texi (Choosing Modes): Document auto-mode-case-fold.
2191
21922006-12-30 Kim F. Storm <storm@cua.dk>
2193
2194 * killing.texi (CUA Bindings): Fix typo.
2195
2196 * xresources.texi (Table of Resources): Mention grow-only value for
2197 auto-resize-tool-bars.
2198
8cf51b2c
GM
21992006-12-27 Eli Zaretskii <eliz@gnu.org>
2200
2201 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
2202 and how to get them back.
2203
22042006-12-26 Richard Stallman <rms@gnu.org>
2205
2206 * calendar.texi (Holidays): Holiday listing is based on current
2207 practice, but DST is not.
2208
22092006-12-25 Richard Stallman <rms@gnu.org>
2210
2211 * emacs.texi (Top): Update subnode menus.
2212
2213 * mark.texi (Transient Mark): Fix xref.
2214
2215 * killing.texi (Graphical Kill): Node deleted.
2216 (Killing): Add xref to Cut and Paste.
2217 (CUA Bindings): Update xref.
2218
2219 * frames.texi (Cut and Paste): New section to hold other nodes.
2220 (Mouse Commands): Node demoted.
2221 (Cut/Paste Other App): Split out from Mouse Commands.
2222 (Word and Line Mouse): Likewise.
2223 (Secondary Selection, Clipboard): Nodes demoted.
2224
8cf51b2c
GM
22252006-12-24 Kevin Ryde <user42@zip.com.au>
2226
2227 * calendar.texi (Holidays): US daylight saving begins second Sunday
2228 in March for 2007 onwards.
2229 (Daylight Savings): Show new US default daylight saving rules, 2nd
2230 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
2231
22322006-12-23 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * calendar.texi (Scroll Calendar): < and > are switched.
2235
22362006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
2237
2238 * killing.texi (Deletion): Describe M-\ prefix argument.
2239
22402006-12-23 Richard Stallman <rms@gnu.org>
2241
2242 * search.texi (Regexp Search): Explain why forward and reverse regexp
2243 search are not mirror images.
2244
8cf51b2c
GM
22452006-12-19 Kim F. Storm <storm@cua.dk>
2246
2247 * major.texi (Choosing Modes): Describe match-function elements for
2248 magic-mode-alist.
2249
8cf51b2c
GM
22502006-12-18 Eli Zaretskii <eliz@gnu.org>
2251
2252 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
2253 peculiarities.
2254
22552006-12-18 Richard Stallman <rms@gnu.org>
2256
2257 * abbrevs.texi (Editing Abbrevs): Fix previous change.
2258
8cf51b2c
GM
22592006-12-17 Alan Mackenzie <acm@muc.de>
2260
2261 * programs.texi (Left Margin Paren): Remove the bit which says
2262 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
2263 Discuss some of the issues of setting this option to nil.
2264
22652006-12-17 Glenn Morris <rgm@gnu.org>
2266
2267 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
2268
22692006-12-16 Eli Zaretskii <eliz@gnu.org>
2270
2271 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
2272 (Windows Files): `w32-get-true-file-attributes' is only relevant for
2273 NTFS volumes.
2274 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
2275 volumes.
2276
22772006-12-15 Eli Zaretskii <eliz@gnu.org>
2278
2279 * text.texi (HTML Mode): Fix "C-c TAB".
2280
8cf51b2c
GM
22812006-12-09 Richard Stallman <rms@gnu.org>
2282
2283 * misc.texi (Invoking emacsclient): Simplify TCP file text.
2284
22852006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
2286
2287 * files.texi (Misc File Ops): Document insert-file-literally.
2288
22892006-12-08 Eli Zaretskii <eliz@gnu.org>
2290
2291 * cmdargs.texi (Colors): Note that --color is intended for overriding
2292 the terminal defaults, not for normal invocation.
2293
2294 * misc.texi (Emacs Server): Improve wording. Don't mention the
2295 ``server program''. Add a cross-reference to "Init File" node.
2296 (Invoking emacsclient): Add index entries. Document both short and
2297 long versions of command-line options. Document the -f option.
2298
8cf51b2c
GM
22992006-12-06 Richard Stallman <rms@gnu.org>
2300
2301 * text.texi (Outline Format): Say to set outline-regexp
2302 and outline-level with major modes and file local variables.
2303
c8763fb6 23042006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
2305
2306 * anti.texi (Antinews): Mention the alternative to
2307 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
2308
8cf51b2c
GM
2309 * misc.texi (Interactive Shell): Ditto.
2310
23112006-12-04 Eli Zaretskii <eliz@gnu.org>
2312
2313 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2314
2315 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
2316
23172006-12-01 Eli Zaretskii <eliz@gnu.org>
2318
2319 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
2320 colon in the mode line.
2321
2322 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
2323
23242006-11-26 Nick Roberts <nickrob@snap.net.nz>
2325
2326 * building.texi (Watch Expressions): Mention SPC for expanding/
2327 contracting watch expressions.
2328
23292006-11-26 Kim F. Storm <storm@cua.dk>
2330
2331 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
2332
23332006-11-26 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * building.texi (Debugger Operation): Define text command mode.
2336 Clarify how tooltips work.
2337 (GDB Graphical Interface): Explain how to run in text command mode
2338 more clearly.
2339
23402006-11-25 Juanma Barranquero <lekktu@gmail.com>
2341
2342 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
2343
23442006-11-22 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * anti.texi (Antinews): Mention --server-file and TCP sockets.
2347
8cf51b2c
GM
23482006-11-18 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
2351 and EMACS is deprecated.
2352
23532006-11-18 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
2356
c8763fb6 23572006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2358
2359 * Makefile.in (emacs.dvi): Remove xresmini.texi.
2360
2361 * emacs.texi: Include xresources.texi both for info and dvi.
2362
2363 * xresources.texi: Merge text from xresmini.texi.
2364
c8763fb6 23652006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
2366
2367 * glossary.texi: Fix typos.
2368
8cf51b2c
GM
23692006-11-06 Richard Stallman <rms@gnu.org>
2370
2371 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
2372
2373 * ack.texi (Acknowledgments): Fix name spelling.
2374
23752006-11-01 Juri Linkov <juri@jurta.org>
2376
2377 * search.texi (Word Search): Document incremental word search.
2378
23792006-10-28 Glenn Morris <rgm@gnu.org>
2380
2381 * ack.texi (Acknowledgments): Add cal-html author.
2382
2383 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
2384 Calendar"). Describe new package cal-html.
2385 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
2386 Calendar Files."
2387
8cf51b2c
GM
23882006-10-23 Richard Stallman <rms@gnu.org>
2389
2390 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
2391 Abbrev mode is enabled.
2392
8cf51b2c
GM
23932006-10-16 Richard Stallman <rms@gnu.org>
2394
8cf51b2c
GM
2395 * emacs.texi: Update ISBN.
2396
8cf51b2c
GM
23972006-10-11 Kim F. Storm <storm@cua.dk>
2398
2399 * emacs.texi (Acknowledgments): Use @dotless{i}.
2400
24012006-10-08 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * building.texi (Breakpoints Buffer): Mention catchpoints.
2404
24052006-10-08 Kim F. Storm <storm@cua.dk>
2406
2407 * ack.texi (Acknowledgments): Update.
2408
2409 * emacs.texi (Acknowledgments): Fix bad @/ form.
2410
8cf51b2c
GM
24112006-10-05 Kim F. Storm <storm@cua.dk>
2412
2413 * emacs.texi (Acknowledgments): Add more contributors.
2414
24152006-10-03 Richard Stallman <rms@gnu.org>
2416
2417 * emacs.texi (Acknowledgments): Update version and edition.
2418
8cf51b2c
GM
24192006-10-01 Karl Berry <karl@gnu.org>
2420
2421 * custom.texi (Customization Groups): Page break to keep example buffer
2422 on one page.
2423
24242006-09-30 Karl Berry <karl@gnu.org>
2425
2426 * programs.texi (Basic Indent): @need to improve page break.
2427 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
2428
24292006-09-29 Glenn Morris <rgm@gnu.org>
2430
2431 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
2432
24332006-09-29 Karl Berry <karl@gnu.org>
2434
2435 * windows.texi (Basic Window): Remove forced @break, no longer
2436 desirable.
2437 * frames.texi (Frame Commands),
2438 * mark.texi (Marking Objects): Reword to avoid bad page break.
2439 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
2440
24412006-09-19 Richard Stallman <rms@gnu.org>
2442
2443 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
2444 stick to present tense.
2445
c8763fb6 24462006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2447
2448 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
2449 to x-gtk-use-old-file-dialog.
2450 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2451
24522006-09-15 Jay Belanger <belanger@truman.edu>
2453
49823426 2454 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
2455 Change "Library Public License" to "Lesser Public License"
2456 throughout. Use "yyyy" to represent year.
2457
8cf51b2c
GM
24582006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
2459
2460 * files.texi (Visiting): Add index entry "open file".
2461
8cf51b2c
GM
24622006-09-11 Richard Stallman <rms@gnu.org>
2463
2464 * building.texi (Compilation Mode): Clarification.
2465 (Grep Searching): Add xref to Compilation Mode.
2466
8cf51b2c
GM
24672006-09-08 Richard Stallman <rms@gnu.org>
2468
2469 * search.texi (Search): Ref multi-file search commands here.
2470 (Other Repeating Search): Not here.
2471
8cf51b2c
GM
24722006-08-28 Richard Stallman <rms@gnu.org>
2473
2474 * windows.texi (Split Window): Update xref.
2475
2476 * basic.texi (Continuation Lines): Update xref.
2477
2478 * indent.texi (Tab Stops): Update xref.
2479
2480 * emacs.texi (Top): Update subnode menu.
2481
2482 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
2483 split out of Display Custom.
2484
24852006-08-25 Kim F. Storm <storm@cua.dk>
2486
2487 * display.texi (Display Custom): Add variables overline-margin
2488 and x-underline-at-descent-line.
2489
24902006-08-25 Richard Stallman <rms@gnu.org>
2491
2492 * entering.texi (Exiting): Rewrite to give graphical displays
2493 priority over text terminals.
2494
2495 * search.texi (Incremental Search): Move index entries.
2496
24972006-08-23 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * custom.texi (Init File): Reference Find Init to avoid "home
2500 directory" confusion.
2501
25022006-08-22 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * building.texi (Other GDB-UI Buffers): Describe how to edit
2505 a value in the locals buffer.
2506
25072006-08-21 Richard Stallman <rms@gnu.org>
2508
2509 * search.texi (Basic Isearch): Add `isearch' index entry.
2510
25112006-08-16 Richard Stallman <rms@gnu.org>
2512
2513 * misc.texi (Saving Emacs Sessions): Clean up wording.
2514
2515 * mark.texi (Marking Objects): Mention term "select all".
2516
2517 * emacs.texi (Top): Update subnode menu.
2518
2519 * help.texi (Help Mode): Move node up in file.
2520
8cf51b2c
GM
25212006-08-15 Nick Roberts <nickrob@snap.net.nz>
2522
2523 * building.texi (Stack Buffer): Explain fringe arrow.
2524
8cf51b2c
GM
25252006-08-12 Eli Zaretskii <eliz@gnu.org>
2526
8cf51b2c
GM
2527 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
2528 on startup.
2529
25302006-08-11 Romain Francoise <romain@orebokech.com>
2531
2532 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
2533
25342006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
2535
2536 * mule.texi (Recognize Coding, Text Coding): Fix typos.
2537
25382006-08-10 Richard Stallman <rms@gnu.org>
2539
2540 * text.texi (Format Faces): Substantial rewrites to deal
2541 with face merging. Empty regions don't count. Clarify
2542 face property inheritance.
2543
25442006-08-08 Romain Francoise <romain@orebokech.com>
2545
2546 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
2547 <arjuropo@cc.jyu.fi>.
2548
8cf51b2c
GM
25492006-08-04 Eli Zaretskii <eliz@gnu.org>
2550
2551 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
2552 apply to all frames.
2553
8cf51b2c
GM
25542006-08-01 Richard Stallman <rms@gnu.org>
2555
2556 * help.texi (Name Help): Add index entries for describe-variable.
2557
25582006-08-01 Nick Roberts <nickrob@snap.net.nz>
2559
2560 * building.texi (GDB Graphical Interface): Shorten node names.
2561 (GDB-UI Layout): Use GDB-related.
2562 (Other GDB-UI Buffers): Simplify English.
2563
25642006-07-31 Richard Stallman <rms@gnu.org>
2565
2566 * search.texi (Query Replace): Add xref for Dired's Q command.
2567
8cf51b2c
GM
25682006-07-31 Nick Roberts <nickrob@snap.net.nz>
2569
2570 * building.texi (GDB commands in Fringe): Rename to...
2571 (Source Buffers): ..this and move forward. Describe hollow arrow and
2572 new option gdb-find-source-frame.
2573
25742006-07-29 Richard Stallman <rms@gnu.org>
2575
2576 * dired.texi (Operating on Files): Simplify previous change
2577 and fix Texinfo usage.
2578
25792006-07-29 Eli Zaretskii <eliz@gnu.org>
2580
2581 * dired.texi (Operating on Files): Add cross-references. State the
2582 Unix commands that do similar things.
2583
25842006-07-28 Richard Stallman <rms@gnu.org>
2585
2586 * mark.texi (Transient Mark): Clarify that region never disappears
2587 when Transient Mark mode is off, and not when it is on.
2588
25892006-07-27 Richard Stallman <rms@gnu.org>
2590
2591 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
2592
25932006-07-24 Richard Stallman <rms@gnu.org>
2594
2595 * xresources.texi (GTK styles): Fix texinfo usage.
2596
8cf51b2c
GM
2597 * commands.texi (User Input): Explain why we teach keyboard cmds.
2598
2599 * xresources.texi, xresmini.texi, search.texi, programs.texi:
2600 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
2601 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
2602 * doclicense.texi, display.texi, dired.texi, basic.texi:
2603 * anti.texi, ack.texi: Move periods and commas inside quotes.
2604
26052006-07-22 Eli Zaretskii <eliz@gnu.org>
2606
2607 * cmdargs.texi (General Variables): Document EMAIL.
2608
26092006-07-21 Eli Zaretskii <eliz@gnu.org>
2610
2611 * frames.texi (Frame Commands): Mention that focus-follows-mouse
2612 doesn't have effect on MS-Windows.
2613
8cf51b2c
GM
26142006-07-17 Richard Stallman <rms@gnu.org>
2615
2616 * building.texi (Grep Searching): Explain about chaining grep commands.
2617
8cf51b2c
GM
26182006-07-10 Nick Roberts <nickrob@snap.net.nz>
2619
49823426 2620 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
2621
26222006-07-09 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
2625 is invoked for multiple files.
2626
26272006-07-08 Eli Zaretskii <eliz@gnu.org>
2628
2629 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
2630 on-line manual for the rest of this node.
2631 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
2632 unconditionally.
2633 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
2634 Improve wording.
2635 (Windows Printing): Improve wording.
2636 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
2637 rest of this node.
2638
8cf51b2c
GM
26392006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2640
49823426
GM
2641 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
2642 with eval-buffer.
8cf51b2c
GM
2643
26442006-07-05 Nick Roberts <nickrob@snap.net.nz>
2645
2646 * mule.texi (Coding Systems, Specify Coding): Link descriptions
2647 of character translation.
2648
26492006-07-04 Nick Roberts <nickrob@snap.net.nz>
2650
2651 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
2652
26532006-07-03 Karl Berry <karl@gnu.org>
2654
2655 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
2656 not-too-underfull hboxes in the TeX output.
2657 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
2658 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
2659 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
2660 * sending.texi, text.texi: Fix overfull/underfull boxes.
2661
26622006-07-03 Romain Francoise <romain@orebokech.com>
2663
2664 * m-x.texi (M-x): Fix.
2665
26662006-07-03 Richard Stallman <rms@gnu.org>
2667
8cf51b2c
GM
2668 * search.texi (Other Repeating Search): filename -> file name.
2669
2670 * misc.texi (Narrowing): Minor cleanups.
2671
2672 * files.texi (Visiting): filename -> file name.
2673
2674 * emacs.texi (Top): Update subnode menus.
2675
2676 * mule.texi (Coding Systems): Move char translation stuff here.
2677 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
2678 (Recognize Coding): Substantial local rewrites.
2679 (International): Update menu.
2680
2681 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
2682 (Scrolling): Substantial local rewrites.
2683 (Display): Update menu and intro.
2684
2685 * dired.texi: filename -> file name.
2686
2687 * custom.texi (Safe File Variables): Texinfo usage fix.
2688
f0131492 26892006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2690
2691 * help.texi, m-x.texi: Lots of cleanups.
2692
8cf51b2c
GM
26932006-06-30 Eli Zaretskii <eliz@gnu.org>
2694
2695 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
2696 (Windows Processes, Windows Misc): Shorten the printed version by
2697 selectively conditioning less important portions by @ifnottex.
2698
8cf51b2c
GM
26992006-06-27 Richard Stallman <rms@gnu.org>
2700
2701 * mini.texi (Minibuffer File): Minor cleanup.
2702
27032006-06-25 Nick Roberts <nickrob@snap.net.nz>
2704
2705 * frames.texi (XTerm Mouse): Rename to...
2706 (Text-Only Mouse): ...this. Mention t-mouse-mode.
2707
2708 * emacs.texi (Top): Use new node name.
2709
27102006-06-24 Eli Zaretskii <eliz@gnu.org>
2711
2712 * emacs.texi (Top): Update the detailed menu according to changes in
2713 msdog.texi.
2714
2715 * msdog.texi (Windows Keyboard): New section.
2716 (Windows Mouse): New section.
2717 (Windows System Menu): Remove section (text merged with "Windows
2718 Keyboard").
2719 (Windows Misc): New section.
2720
2721 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
2722
2723 * msdog.texi (ls in Lisp): New section.
2724
2725 * files.texi (Visiting): Document case-insensitive wildcard matching
2726 under find-file-wildcards.
2727
8cf51b2c
GM
27282006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2729
2730 * macos.texi (Mac Input): Add description of mac-function-modifier.
2731 Now Unicode keyboard layouts work.
2732
8cf51b2c
GM
27332006-06-10 Richard Stallman <rms@gnu.org>
2734
2735 * mule.texi (Recognize Coding): Clarify previous change.
2736
27372006-06-09 Kenichi Handa <handa@m17n.org>
2738
2739 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
2740 notation.
2741
27422006-06-07 Kevin Ryde <user42@zip.com.au>
2743
2744 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
2745 manual for @ifnottex, but in emacs-extra for @iftex.
2746
2747 * cmdargs.texi (General Variables): Fix smtpmail xref.
2748
27492006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2750
8cf51b2c 2751 * programs.texi (Comment Commands):
8cf51b2c 2752 * custom.texi (Specifying File Variables):
49823426 2753 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
2754
27552006-06-07 Nick Roberts <nickrob@snap.net.nz>
2756
2757 * building.texi (Watch Expressions): Move node to end.
2758 (GDB Graphical Interface): Move description of clicks in fringe...
2759 (GDB commands in the Fringe): ...to here. New node.
2760
8cf51b2c
GM
27612006-06-05 Romain Francoise <romain@orebokech.com>
2762
49823426 2763 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
2764
27652006-06-05 Nick Roberts <nickrob@snap.net.nz>
2766
2767 * building.texi (GDB Graphical Interface): Update bindings.
2768 (Commands of GUD): Add gud-print. Remove gud-run.
2769 Restate availability more generally.
2770
f0131492 27712006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2772
2773 * mini.texi: Lots of cleanups.
2774
27752006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2776
2777 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
2778 and Mouse-2.
2779
c8763fb6 27802006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2781
2782 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
2783
8cf51b2c
GM
27842006-05-31 Richard Stallman <rms@gnu.org>
2785
2786 * basic.texi (Moving Point): Fix previous change.
2787
c8763fb6 27882006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2789
2790 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
2791
f0131492 27922006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
2793
2794 * basic.texi: Many simplifications and improvements in wording.
2795
8cf51b2c
GM
27962006-05-26 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * anti.texi (Antinews): Create a node for gdb-ui.
2799
8cf51b2c
GM
28002006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2801
2802 * frames.texi (Menu Bars, Tool Bars): Add index entries.
2803
28042006-05-20 Richard Stallman <rms@gnu.org>
2805
2806 * dired.texi (Dired Navigation): dired-goto-file is now j.
2807
8cf51b2c
GM
28082006-05-20 Eli Zaretskii <eliz@gnu.org>
2809
2810 * mule.texi (Coding Systems): Mention the undecided-* coding systems
2811 and their aliases.
2812
2813 * msdog.texi (Windows Printing): Mention non-support of plain text
2814 printing with some el-cheapo printers, and suggest a workaround.
2815
28162006-05-20 Kevin Ryde <user42@zip.com.au>
2817
2818 * text.texi (TeX Print): tex-dvi-view-command has a default value,
2819 remove the bit saying you must set it.
2820
28212006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * trouble.texi (Checklist):
2824 * text.texi (Text, Auto Fill, Text Mode):
2825 * search.texi (Nonincremental Search):
2826 * rmail.texi (Rmail Labels):
2827 * mule.texi (Input Methods, Multibyte Conversion):
2828 * misc.texi (Gnus, Where to Look, PostScript):
2829 * maintaining.texi (Create Tags Table):
2830 * indent.texi (Indentation Commands):
2831 * fixit.texi (Spelling):
2832 * emacs.texi (Copying):
2833 * custom.texi (Init File): ifinfo -> ifnottex.
2834
8cf51b2c
GM
28352006-05-17 Richard Stallman <rms@gnu.org>
2836
2837 * files.texi (Diff Mode): Mention C-x `.
2838
28392006-05-08 Richard Stallman <rms@gnu.org>
2840
2841 * custom.texi (Disabling): Textual cleanups.
2842
8cf51b2c
GM
28432006-05-12 Glenn Morris <rgm@gnu.org>
2844
2845 * calendar.texi (Displaying the Diary, Format of Diary File):
2846 Refer to diary-view-entries, diary-list-entries,
2847 diary-show-all-entries rather than obsolete aliases.
2848
28492006-05-12 Eli Zaretskii <eliz@gnu.org>
2850
2851 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2852 (Displaying the Diary, Special Diary Entries, Importing Diary):
2853 * building.texi (Compilation Shell):
2854 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
2855 emacs-xtra with @inforef's.
2856
2857 * files.texi (Visiting): Fix wording.
2858
2859 * mule.texi (Coding Systems, Text Coding): More indexing.
2860 Mention that C-x RET f can set eol conversion.
2861
c8763fb6 28622006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
2863
2864 * xresmini.texi (GTK resources): Insert GTK description.
2865
2866 * xresources.texi (GTK resources): metafont should be menufont.
2867
8cf51b2c
GM
28682006-05-06 Michael Albinus <michael.albinus@gmx.de>
2869
49823426 2870 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
2871 method, user name and host name is active only in partial
2872 completion mode.
2873
8cf51b2c
GM
28742006-05-06 Eli Zaretskii <eliz@gnu.org>
2875
2876 * makefile.w32-in (emacs.dvi):
2877 * Makefile.in (emacs.dvi): Add xresmini.texi.
2878
2879 * xresmini.texi (Table of Resources): Remove xref to non-existent
2880 node "LessTif Resources".
2881
2882 * msdog.texi (Microsoft Windows):
2883 * calendar.texi (Calendar/Diary, Displaying the Diary)
2884 (Special Diary Entries, Importing Diary, Holidays):
2885 * programs.texi (Program Modes):
2886 * text.texi (Text):
2887 * buffers.texi (Several Buffers):
2888 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2889
28902006-05-06 Eli Zaretskii <eliz@gnu.org>
2891
2892 The following changes merge the emacs-xtra manual into the main
2893 manual, but only for on-line version of the manual.
2894
2895 * vc2-xtra.texi (Version Backups, Local Version Control)
2896 (Making Snapshots, Change Logs and VC, Version Headers)
2897 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
2898 on-line manual.
2899
2900 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
2901 for on-line manual.
2902
2903 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
2904 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
2905 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
2906 for on-line manual.
2907
2908 * fortran-xtra.texi (Fortran, Fortran Autofill)
2909 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
2910 for on-line manual.
2911
2912 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
2913 Conditional xref's for on-line manual.
2914
2915 * emerge-xtra.texi (Emerge, Overview of Emerge)
2916 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
2917 manual.
2918
2919 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
2920 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2921 (EMACSSOURCES): Use EMACS_XTRA.
2922 (../info/emacs-xtra): Remove.
2923 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2924
2925 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
2926 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
2927 (EMACSSOURCES): Use EMACS_XTRA.
2928 ($(infodir)/emacs-xtra): Remove.
2929 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
2930
2931 * trouble.texi (Quitting):
2932 * text.texi (Text):
2933 * programs.texi (Program Modes):
2934 * msdog.texi (Microsoft Windows):
2935 * frames.texi (Frames):
2936 * files.texi (Backup, Version Control, VC Concepts)
2937 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
2938 (Registering, VC Status, VC Undo, Multi-User Branching)
2939 (Comparing Files):
2940 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
2941 (Displaying the Diary, Special Diary Entries, Importing Diary):
2942 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
2943 conditional xref's, depending on @iftex/@ifnottex.
2944
2945 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
2946 "MS-DOS". @include msdog-xtra.texi.
2947
2948 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
2949 <Top Level> [ifnottex]: @include fortran-xtra.texi.
2950
2951 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
2952 for vc-xtra.texi subsections.
2953 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
2954 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
2955
2956 * sending.texi (Sending Mail): A @node line without explicit Prev,
2957 Next, and Up links.
2958
2959 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
2960 Next, and Up links.
2961
2962 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
2963 and its sections. @include picture-xtra.texi.
2964
2965 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
2966 "Emerge".
2967 (List Tags) [ifnottex]: @include emerge-xtra.texi.
2968
2969 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
2970 exact duplicate of its name-sake in calendar.texi.
2971
2972 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
2973 "Advanced Calendar/Diary Usage".
2974 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
2975
2976 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
2977 dired-xtra.texi.
2978 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
2979
2980 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
2981 (Files) [ifnottex]: Add menu entry for Autorevert.
2982
2983 * emacs-xtra.texi (Introduction): Reword to make consistent with
2984 printed version only.
2985 <Top level>: Remove the body of all chapters and move them to the
2986 new *-xtra.texi files. Use @raisesections and @lowersections to
2987 convert sections to chapters etc.
2988
2989 * msdog-xtra.texi:
2990 * fortran-xtra.texi:
2991 * vc-xtra.texi:
2992 * vc1-xtra.texi:
2993 * vc2-xtra.texi:
2994 * emerge-xtra.texi:
2995 * cal-xtra.texi:
2996 * dired-xtra.texi:
2997 * arevert-xtra.texi: New files, with text from respective chapters
2998 of emacs-xtra.texi. Convert each @chapter into @section, @section
2999 into @subsection, etc.
3000
3001 * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references
3002 updated.
3003
3004 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
3005 Windows". All references updated.
3006
30072006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3008
3009 * macos.texi (Mac Input): Mention input from Character Palette.
3010 (Mac Font Specs): Fix typo.
3011
30122006-05-05 Richard Stallman <rms@gnu.org>
3013
3014 * files.texi (Diff Mode): Minor cleanup.
3015
30162006-05-05 Karl Berry <karl@gnu.org>
3017
8cf51b2c
GM
3018 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
3019 errors from the current release of makeinfo (4.8).
3020 * help.texi (Library Keywords): Change widest word in multitable
3021 template from `emulations' to `convenience'. (Not sure if this is
3022 related to the font change.)
3023
30242006-05-05 Eli Zaretskii <eliz@gnu.org>
3025
3026 * files.texi (File Names): Add a footnote about limited support of
3027 ~USER on MS-Windows.
3028
3029 * cmdargs.texi (Initial Options): Add a footnote about limited
3030 support of ~USER on MS-Windows.
3031
30322006-05-03 Richard Stallman <rms@gnu.org>
3033
3034 * files.texi (Diff Mode): Node moved here.
3035 (Comparing Files): Delete what duplicates new node.
3036 (Files): Put Diff Mode in menu.
3037
3038 * misc.texi (Diff Mode): Moved to files.texi.
3039
3040 * emacs.texi (Top): Update menu for Diff Mode.
3041
3042 * trouble.texi (Emergency Escape): Simplify.
3043
3044 * emacs.texi (Top): Minor clarification.
3045
30462006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3047
3048 * commands.texi, entering.texi, screen.texi: Many simplifications.
3049
30502006-05-03 Richard Stallman <rms@gnu.org>
3051
3052 * commands.texi (Text Characters): Delete paragraph about unibyte
3053 non-ASCII printing chars.
3054
3055 * killing.texi (Killing): Say "graphical displays".
3056 * display.texi: Say "graphical displays".
3057
3058 * cmdargs.texi (Misc X): Say "graphical displays".
3059
30602006-05-01 Richard Stallman <rms@gnu.org>
3061
3062 * emacs.texi (Top): Add Diff Mode to menu.
3063
30642006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3065
3066 * misc.texi (Diff Mode): New node.
3067
30682006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3069
3070 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
3071 (Mac Environment Variables): Shorten example line.
3072 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
3073
30742006-05-01 Nick Roberts <nickrob@snap.net.nz>
3075
3076 * building.texi (GUD Customization): Describe cases %d and %c.
3077 Update description for %e.
3078
30792006-04-30 Glenn Morris <rgm@gnu.org>
3080
3081 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
3082
30832006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3084
3085 * custom.texi (Examining): Update C-h v output example.
3086
30872006-04-29 Kim F. Storm <storm@cua.dk>
3088
3089 * building.texi (Grep Searching): Add lgrep and rgrep.
3090
8cf51b2c
GM
30912006-04-23 Richard Stallman <rms@gnu.org>
3092
3093 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
3094
3095 * xresmini.texi: New file.
3096
3097 * xresources.texi (Face Resources): Split table into font resources
3098 and the rest. Combine similar attributes for brevity.
3099
8cf51b2c
GM
31002006-04-21 Eli Zaretskii <eliz@gnu.org>
3101
3102 * emacs-xtra.texi (MS-DOS File Names): Remove section about
3103 backslashes and case-insensitivity in file names (moved to the
3104 main manual).
3105 (MS-DOS Printing): Move most of the text to the main manual.
3106
3107 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
3108 New nodes.
3109 (Windows Processes, Windows System Menu): Add index entries and
3110 fix wording.
3111
8cf51b2c
GM
31122006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3113
3114 * misc.texi (Shell Ring): Add notes on saved input when
3115 navigating off the end of the history list.
3116
31172006-04-18 Chong Yidong <cyd@mit.edu>
3118
3119 * misc.texi (Shell Options): Correct default value of
3120 comint-scroll-show-maximum-output.
3121
8cf51b2c
GM
31222006-04-18 Nick Roberts <nickrob@snap.net.nz>
3123
3124 * building.texi (Watch Expressions): Update.
3125
8cf51b2c
GM
31262006-04-12 Richard Stallman <rms@gnu.org>
3127
3128 * search.texi: Clean up previous change.
3129
31302006-04-12 Eli Zaretskii <eliz@gnu.org>
3131
3132 * search.texi (Regexp Backslash, Regexp Replace): Add index
3133 entries for ``back reference'' and mention the term itself in the
3134 text.
3135
31362006-04-11 Richard Stallman <rms@gnu.org>
3137
3138 * custom.texi (Safe File Variables):
3139 Document enable-local-variables = :safe.
3140
31412006-04-11 Karl Berry <karl@gnu.org>
3142
3143 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
3144 (Remote Repositories, Version Backups, Local Version Control)
3145 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
3146 (Miscellaneous Commands and Features of VC, Change Logs and VC)
3147 (Renaming VC Work Files and Master Files)
3148 (Inserting Version Control Headers, Customizing VC, General Options)
3149 (Options for RCS and SCCS, Options specific for CVS): Move all
3150 these nodes to emacs-xtra.texi, for brevity.
3151 * cmdargs.texi, files.texi: Change cross-references.
3152
8cf51b2c
GM
31532006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3154
3155 * files.texi (Old Versions): Update description of vc-annotate's
3156 use of color to indicate date ranges.
3157
8cf51b2c
GM
31582006-04-09 Kevin Ryde <user42@zip.com.au>
3159
8cf51b2c
GM
3160 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
3161 put info and printed manual names the right way around.
3162
31632006-04-09 Karl Berry <karl@gnu.org>
3164
3165 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
3166 emacs-xtra.texi, leaving only MS Windows information.
3167 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
3168 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
3169 node names.
3170
3171 * emacs.texi: Move @summarycontents and @contents to the beginning
3172 of the file.
3173
8cf51b2c
GM
31742006-04-08 Kevin Ryde <user42@zip.com.au>
3175
3176 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
3177
31782006-04-07 Richard Stallman <rms@gnu.org>
3179
3180 * programs.texi (Comments, Comment Commands, Options for Comments)
3181 (Multi-Line Comments): "Align", not "indent".
3182 (Basic Indent): C-j deletes trailing whitespace before the newline.
3183
31842006-04-06 Richard Stallman <rms@gnu.org>
3185
8cf51b2c
GM
3186 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
3187
31882006-04-06 Eli Zaretskii <eliz@gnu.org>
3189
3190 * killing.texi (Rectangles): Add index entry for marking a rectangle.
3191
8cf51b2c
GM
31922006-04-05 Richard Stallman <rms@gnu.org>
3193
3194 * emacs.texi (Top): Update subnode menu.
3195
3196 * trouble.texi (Unasked-for Search): Node deleted.
3197 (Lossage): Delete from menu.
3198
31992006-04-04 Richard Stallman <rms@gnu.org>
3200
3201 * trouble.texi: Various cleanups.
3202 (Checklist): Don't bother saying how to snail a bug report.
3203 (Emergency Escape): Much rewriting.
3204 (After a Crash): Rename the core dump immediately.
3205 (Total Frustration): Call it a psychotherapist.
3206 (Bug Criteria): Avoid "illegal instruction".
3207 (Sending Patches): We always put the contributor's name in.
3208
3209 * misc.texi (Thumbnails): Minor correction.
3210
8cf51b2c
GM
32112006-04-03 Richard Stallman <rms@gnu.org>
3212
3213 * misc.texi (Thumbnails): Minor cleanup.
3214
32152006-04-02 Karl Berry <karl@gnu.org>
3216
3217 * sending.texi (Mail Sending): pxref to Top needs five args.
3218
3219 * texinfo.tex: Update to current version (2006-03-21.13).
3220
8cf51b2c
GM
32212006-03-31 Richard Stallman <rms@gnu.org>
3222
3223 * emacs.texi (Top): Update subnode menu.
3224
3225 * help.texi (Help Mode): Cleanup.
3226
3227 * dired.texi: Many cleanups.
3228 (Dired Deletion): Describe dired-recursive-deletes.
3229 (Operating on Files): dired-create-directory moved.
3230 (Misc Dired Features): Move to here.
3231 (Tumme): Node moved to misc.texi.
3232
3233 * custom.texi: Many cleanups.
3234 (Minor Modes): Don't mention ISO Accents Mode.
3235 (Examining): Update C-h v output example.
3236 (Hooks): Add index and xref for add-hook.
3237 (Locals): Delete list of vars that are always per-buffer. Rearrange.
3238 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
3239
3240 * misc.texi: Many cleanups.
3241 (beginning): Add to summary of topics.
3242 (Shell): Put eshell xref at the end. Remove eshell from table.
3243 (Thumbnails): New node.
3244
8cf51b2c
GM
32452006-03-28 Eli Zaretskii <eliz@gnu.org>
3246
3247 * files.texi (File Name Cache): Make it clear that the cache is
3248 not persistent.
3249
8cf51b2c
GM
32502006-03-25 Karl Berry <karl@gnu.org>
3251
49823426
GM
3252 * emacs-xtra.texi, emacs.texi, gnu.texi:
3253 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
3254 (2) do not indent copyright year list (or anything else).
3255
8cf51b2c
GM
32562006-03-21 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * files.texi (VC Dired Mode): Remove misplaced brackets.
3259
32602006-03-21 Andre Spiegel <spiegel@gnu.org>
3261
3262 * files.texi: Various updates and clarifications in the VC chapter.
3263
32642006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3265
3266 * help.texi (Help Mode): Document "C-c C-c".
3267
8cf51b2c
GM
32682006-03-16 Luc Teirlinck <teirllm@auburn.edu>
3269
3270 * emacs-xtra.texi (Top): Avoid ugly continuation line in
3271 menu in the standalone Info reader.
3272
32732006-03-15 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
3276 moved here from Emacs manual.
3277
3278 * programs.texi (Fortran): Section moved to emacs-xtra.
3279 (Program Modes): Xref to Fortran in emacs-xtra.
3280
3281 * maintaining.texi (Emerge): Move to emacs-xtra.
3282 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
3283
3284 * picture.texi: File deleted.
3285 * Makefile.in:
3286 * makefile.w32-in: Remove picture.texi.
3287
3288 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
3289 * abbrevs.texi (Abbrevs):
3290 * sending.texi (Sending Mail): Picture node removed.
3291
3292 * emacs.texi (Top): Update node listings.
3293
8cf51b2c
GM
32942006-03-12 Richard Stallman <rms@gnu.org>
3295
3296 * calendar.texi: Various cleanups.
3297
8cf51b2c
GM
32982006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3299
3300 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
3301 syntax.
3302
8cf51b2c
GM
33032006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3304
3305 * search.texi (Regexps): More accurately describe which characters
3306 are special in which situations. Recommend _not_ to quote `]' or
3307 `-' when they are not special.
3308
8cf51b2c
GM
33092006-02-28 Andre Spiegel <spiegel@gnu.org>
3310
3311 * files.texi (Old Versions): Clarify operation of C-x v =.
3312
8cf51b2c
GM
33132006-02-21 Nick Roberts <nickrob@snap.net.nz>
3314
3315 * building.texi (Watch Expressions): Update and describe
3316 gdb-speedbar-auto-raise.
3317
33182006-02-19 Richard M. Stallman <rms@gnu.org>
3319
3320 * emacs.texi: Use @smallbook.
3321 (Top): Update ref to Emacs paper, delete ref to Cookbook.
3322 Update subnode menu.
3323
3324 * building.texi (Lisp Interaction): Minor addition.
3325
33262006-02-18 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * building.texi (Watch Expressions): Update and be more precise.
3329
c8763fb6 33302006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3331
3332 * maintaining.texi (Create Tags Table): Explain why the
3333 exception when etags writes to files under the /dev tree.
3334
33352006-02-14 Richard M. Stallman <rms@gnu.org>
3336
3337 * custom.texi (Safe File Variables): Lots of clarification.
3338 Renamed from Unsafe File Variables.
3339
33402006-02-14 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * custom.texi (Unsafe File Variables): File variable confirmation
3343 assumed denied in batch mode.
3344
33452006-02-14 Richard M. Stallman <rms@gnu.org>
3346
3347 * building.texi (GDB User Interface Layout): Don't say `inferior'
3348 for program being debugged.
3349
33502006-02-15 Nick Roberts <nickrob@snap.net.nz>
3351
3352 * building.texi (GDB Graphical Interface):
3353 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
3354
33552006-02-13 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * custom.texi (Specifying File Variables, Unsafe File Variables):
3358 New nodes, split from File Variables. Document new file local
3359 variable behavior.
3360
33612006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3362
3363 * display.texi (Standard Faces):
8cf51b2c
GM
3364 * files.texi (Visiting):
3365 * frames.texi (Clipboard):
3366 * glossary.texi (Glossary) <Clipboard>:
3367 * xresources.texi (X Resources): Mention Mac OS port.
3368
8cf51b2c
GM
33692006-02-12 Richard M. Stallman <rms@gnu.org>
3370
3371 * building.texi (Building): Clarify topic in intro.
3372
3373 * maintaining.texi (Maintaining): Change title; clarify topic.
3374 Delete duplicate index entries.
3375
3376 * building.texi (Other GDB User Interface Buffers): Clarifications.
3377
3378 * text.texi (Cell Commands): Clarifications.
3379
3380 * programs.texi (Defuns): Delete duplicate explanation of
3381 left-margin paren convention.
3382 (Hungry Delete): Minor cleanup.
3383
33842006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3385
3386 * dired.texi (Tumme): More tumme documentation.
3387
33882006-02-11 Alan Mackenzie <acm@muc.de>
3389
3390 * programs.texi ("Hungry Delete"): Correct the appellation of the
3391 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
3392
33932006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
3394
3395 * dired.texi (Tumme): Fix small bug.
3396
33972006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3398
3399 * macos.texi (Mac International): Rename "fontset-mac" to
3400 "fontset-standard".
3401
8cf51b2c
GM
34022006-02-09 Mathias Dahl <mathias.dah@gmail.com>
3403
3404 * dired.texi (Tumme): Basic documentation for Tumme added.
3405
8cf51b2c
GM
34062006-02-07 Luc Teirlinck <teirllm@auburn.edu>
3407
3408 * mule.texi (International):
3409 * programs.texi (Basic Indent): Fix typos.
3410
8cf51b2c
GM
3411 * custom.texi (Minor Modes):
3412 * display.texi (Text Display):
3413 * commands.texi (Text Characters): Update xrefs.
3414
34152006-02-07 Richard M. Stallman <rms@gnu.org>
3416
3417 * emacs.texi (Top): Update subnode menu.
3418 Update info on old Emacs papers.
3419 (Intro): "Graphical display", not window system.
3420
3421 * xresources.texi (GTK styles): Minor clarifications.
3422
3423 * trouble.texi: "Graphical display", not window system.
3424 (Stuck Recursive): Minor clarification.
3425
3426 * text.texi: Minor clarifications.
3427 (Sentences): Explain why two-space convention is better.
3428 Explain sentence-end-without-period here.
3429 (Fill Commands): Not here.
3430 (Refill): Node moved down.
3431 (Filling): Update menu.
3432 (Table Creation, Cell Justification, Column Commands): Clarify.
3433
3434 * sending.texi: Minor clarifications.
3435
3436 * search.texi (Regexp Backslash): Clarification.
3437
3438 * rmail.texi: Minor cleanups.
3439 (Rmail): Delete digression about `rmail-mode'.
3440 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
3441 (Rmail Files): Mention C-u M-x rmail.
3442 (Rmail Reply): Mention References.
3443 (Rmail Display): Mention rmail-nonignored-headers.
3444
3445 * programs.texi: Minor cleanups.
3446 (Comment Commands): Mention momentary Transient Mark mode.
3447 (Matching): Be more specific about customizing show-paren-mode.
3448 (Info Lookup): Don't list the modes that support C-h S.
3449 Just say what it does in an unsupported mode.
3450 (Man Page): Delete excessive info on customizing woman.
3451 (Motion in C): Don't mention c-for/backward-into-nomenclature.
3452
3453 * abbrevs.texi: Minor clarifications.
3454 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
3455 not "dynamic abbrevs" as if they were a kind of abbrev.
3456
3457 * picture.texi (Picture): Minor cleanup.
3458
3459 * mule.texi (Communication Coding): Say "other applications".
3460 (Fontsets): Not specific to X. Add xref to X Resources.
3461 (Unibyte Mode): Rename from Single-Byte Character Support.
3462 "Graphical display", not window system.
3463 (International): Update menu.
3464
3465 * maintaining.texi (Format of ChangeLog):
3466 New node, split out from ChangeLog.
3467 (ChangeLog): Clarifications in the remaining text.
3468 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
3469 (Find Tag): Add @w.
3470 (Tags Search): Explain tag table order here. Simplify grep ref.
3471 (List Tags): tags-tag-face is a variable, not a face.
3472 (Emerge): Cleanups.
3473
3474 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
3475 (Keyboard Macros): Avoid "the user".
3476
3477 * killing.texi: "Graphical display", not window system.
3478
3479 * help.texi (Help Echo): "Graphical display", not window system.
3480
3481 * glossary.texi: Say "you", not "the user". Say "graphical display".
3482
3483 * frames.texi: Minor cleanups. "Graphical display", not window system.
3484
3485 * files.texi (Visiting): Make drag-and-drop not X-specific.
3486
3487 * custom.texi: Minor cleanups. "Graphical display", not window system.
3488
3489 * cmdargs.texi: Minor cleanups.
3490
3491 * building.texi (Compilation): Move and split kill-compilation para.
3492 Add para about multiple compilers.
3493 (Compilation Mode): Commands also available in grep mode and others.
3494 Mention C-u C-x ` more tutorially. Clarify C-x `.
3495 (Compilation Shell): Clarify. Put Bash example first.
3496 (Grep Searching): Minor cleanups; add @w.
3497 (Debuggers): Minor cleanups.
3498 (Starting GUD): Make GDB xgraphical mode issue clearer.
3499 (Debugger Operation): Lots of clarifications including
3500 GDB tooltip side-effect issue.
3501 (Commands of GUD): Clarify.
3502 (GUD Customization): Add bashdb-mode-hook.
3503 (GDB Graphical Interface): Rewrite for clarity.
3504 (GDB User Interface Layout): Rewrite for clarity.
3505 (Stack Buffer, Watch Expressions): Likewise.
3506 (Other GDB User Interface Buffers): Cleanups.
3507 (Lisp Libraries, External Lisp): Cleanup.
3508
3509 * basic.texi (Position Info): "Graphical displays", rather than
3510 window systems.
3511
3512 * anti.texi: Minor cleanup.
3513
8cf51b2c
GM
35142006-02-03 Eli Zaretskii <eliz@gnu.org>
3515
3516 * custom.texi (Init File, Find Init): Add cross-references to
3517 where $HOME is described.
3518
35192006-02-01 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
3522 is not inside the @table.
3523
3524 * emacs.texi (Top): Correct node name.
3525
3526 * files.texi (File Names): Fix @xref.
3527 (Reverting): Fix typo.
3528
3529 * mule.texi (International): Correct node name.
3530
3531 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
3532
35332006-02-01 Richard M. Stallman <rms@gnu.org>
3534
3535 * emacs.texi (Top): Update subnode menu.
3536
3537 * mule.texi: Minor clarifications.
3538 Reduce the specific references to X Windows.
3539 Refer to "graphical" terminals, rather than window systems.
3540 (Text Coding): Rename from Specify Coding.
3541 (Communication Coding, File Name Coding, Terminal Coding):
3542 New nodes split out from Text Coding.
3543
3544 * kmacro.texi: Minor clarifications.
3545 (Keyboard Macro Ring): Comment out some excessive commands.
3546 (Basic Keyboard Macro): Split up the table, putting part in each node.
3547
3548 * major.texi: Minor clarifications.
3549
3550 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
3551
3552 * windows.texi: Minor clarifications.
3553 (Change Window): Don't describe mode-line mouse cmds here.
3554 Add xref to Mode Line Mouse.
3555
3556 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
3557
3558 * macos.texi (Mac International): Fix xref.
3559
3560 * indent.texi: Minor clarifications.
3561
3562 * frames.texi: Minor clarifications.
3563 Reduce the specific references to X Windows.
3564 Refer to "graphical" terminals, rather than window systems.
3565 (Frame Parameters): Don't mention commands like
3566 set-foreground-color. Just say to customize a face.
3567 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
3568
3569 * files.texi: Minor clarifications.
3570 (Numbered Backups): New node, split out from Backup Names.
3571
3572 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
3573
3574 * cmdargs.texi (General Variables): Fix xref.
3575
3576 * buffers.texi: Minor clarifications.
3577
8cf51b2c
GM
35782006-01-31 Richard M. Stallman <rms@gnu.org>
3579
3580 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
3581 Nodes moved to top.
3582
3583 * display.texi: Minor clarifications.
3584 (Display): Rearrange menu.
3585 (Standard Faces): Mention query-replace face.
3586 (Faces): Simplify.
3587 (Font Lock): Simplify face customization info.
3588 (Highlight Changes): Node merged into Highlight Interactively.
3589 (Highlight Interactively): Much rewriting and cleanup.
3590 (Optional Mode Line): Narrowed line number not good for goto-line.
3591 Simplify face customization advice.
3592 (Text Display): Mention use of escape-glyph face.
3593 Move ctl-arrow and tab-width here.
3594 (Display Custom): Move no-redraw-on-reenter to end of node.
3595
3596 * search.texi: Minor clarifications.
3597 (Isearch Scroll): Simplify.
3598 (Other Repeating Search): Document multi-occur-in-matching-buffers.
3599
3600 * regs.texi (Registers): Mention bookmarks here.
3601
3602 * mark.texi: Minor clarifications.
3603 (Selective Undo): Node deleted.
3604
3605 * m-x.texi: Minor clarifications.
3606
3607 * killing.texi: Minor clarifications.
3608 Refer to "graphical" terminals, rather than window systems.
3609
3610 * help.texi: Clarifications.
3611 (Help): Don't describe C-h F and C-h K here.
3612 (Key Help): Describe C-h K here.
3613 (Name Help): Mention Emacs Lisp Intro.
3614 Describe C-h F here.
3615 (Misc Help): Mention C-h F and C-h K only briefly.
3616
3617 * fixit.texi (Undo): New node, mostly copied from basic.texi.
3618 Selective undo text merged in.
3619 (Spelling): Mention Aspell along with Ispell.
3620
3621 * emacs.texi (Top): Update subnode menus.
3622
3623 * basic.texi (Basic Undo): Rename from Undo. Most of text
3624 moved to new Undo node.
3625
8cf51b2c
GM
36262006-01-29 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * basic.texi (Continuation Lines, Inserting Text):
3629 Mention longlines mode.
3630
36312006-01-29 Richard M. Stallman <rms@gnu.org>
3632
10d1d0af 3633 * screen.texi: Minor cleanups.
8cf51b2c
GM
3634 (Screen): Clean up the intro paragraphs.
3635 (Mode Line): Lots of rewriting. Handle frame-name better.
3636 eol-mnemonic-... vars moved out.
3637
3638 * emacs.texi (Top): Change menu item for MS-DOS node.
3639 Update subnode menu.
3640
3641 * msdog.texi (MS-DOS): Rewrite intro to explain how this
3642 chapter relates to Windows. Title changed.
3643
3644 * mini.texi: Minor cleanups.
3645
3646 * mark.texi (Selective Undo): New node, text moved from basic.texi.
3647 (Mark): Put it in the menu.
3648
3649 * entering.texi: Minor cleanups.
3650
3651 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
3652 (Intro): Refer to "graphical" terminals, rather than X.
3653
3654 * display.texi (Display Custom): Add xref to Variables.
3655 (Optional Mode Line): eol-mnemonic-... vars moved here.
3656
3657 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
3658 rather than X.
3659
8cf51b2c
GM
3660 * basic.texi: Minor cleanups.
3661 (Undo): selective-undo moved.
3662
8cf51b2c
GM
36632006-01-25 Luc Teirlinck <teirllm@auburn.edu>
3664
3665 * anti.texi (Antinews): Various corrections and additions.
3666
36672006-01-23 Juri Linkov <juri@jurta.org>
3668
3669 * custom.texi (Easy Customization, Customization Groups)
3670 (Browsing Custom): Mention links along with buttons.
3671
8cf51b2c
GM
36722006-01-21 Eli Zaretskii <eliz@gnu.org>
3673
8cf51b2c
GM
3674 * text.texi (TeX Print): Use @key for TAB.
3675
8cf51b2c
GM
3676 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
3677
8cf51b2c
GM
36782006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
3679
3680 * files.texi (File Aliases): Don't claim that usually separate
3681 buffers are created for two file names that name the same data.
3682 Mention additional situations where different names mean the same
3683 file on disk.
3684
36852006-01-19 Richard M. Stallman <rms@gnu.org>
3686
3687 * killing.texi (Deletion): Upcase @key argument.
3688
3689 * custom.texi (Custom Themes): Minor cleanup.
3690
3691 * programs.texi (Hungry Delete): Upcase @key argument.
3692
8cf51b2c
GM
36932006-01-16 Juri Linkov <juri@jurta.org>
3694
3695 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
3696 Move `mode-line-highlight' before `mode-line-buffer-id'.
3697
8cf51b2c
GM
36982006-01-14 Richard M. Stallman <rms@gnu.org>
3699
3700 * basic.texi (Inserting Text): Minor cleanup.
3701
8cf51b2c
GM
37022006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3703
3704 * custom.texi (Changing a Variable, Face Customization):
3705 Update for changes in Custom menus.
3706
8cf51b2c
GM
37072006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3708
3709 * macos.texi (Mac International): Undo last change.
3710
8cf51b2c
GM
37112006-01-02 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * custom.texi (Custom Themes): Describe the new
3714 customize-create-theme interface.
3715
37162005-12-30 Juri Linkov <juri@jurta.org>
3717
3718 * basic.texi (Position Info): Update example.
3719
c8763fb6 37202005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3721
3722 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
3723
37242005-12-24 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * custom.texi (Custom Themes): `load-theme' always loads.
3727
37282005-12-23 Juri Linkov <juri@jurta.org>
3729
3730 * display.texi (Highlight Interactively): Use double space to
3731 separate sentences. Replace C-p with M-p, and C-n with M-n.
3732
37332005-12-22 Richard M. Stallman <rms@gnu.org>
3734
3735 * custom.texi (Easy Customization and subnodes):
3736 Replace "active field" with "button".
3737 Use "user option" only for variables.
3738 Use "setting" for variable-or-face.
3739
37402005-12-22 Luc Teirlinck <teirllm@auburn.edu>
3741
3742 * buffers.texi (Select Buffer): Change order in table to make
3743 "Similar" refer to the correct item.
3744 (Indirect Buffers): Minor rewording.
3745
8cf51b2c
GM
37462005-12-20 Juri Linkov <juri@jurta.org>
3747
3748 * files.texi (VC Status): Put P and N near p and n.
3749
8cf51b2c
GM
37502005-12-19 Richard M. Stallman <rms@gnu.org>
3751
3752 * programs.texi (Electric C): Delete the info about newline control.
3753 (Other C Commands): Minor cleanup.
3754 (Left Margin Paren): Minor cleanup.
3755
37562005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3757
3758 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
3759 (Customization Groups): Delete text moved to "Browsing Custom".
3760 (Browsing Custom): New node.
3761 (Specific Customization): Clarify which commands only work for
3762 loaded options.
3763
37642005-12-18 Bill Wohler <wohler@newt.com>
3765
3766 * frames.texi (Tool Bars): Shorten text of previous change.
3767
37682005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3769
3770 * files.texi (VC Status): Document log-view mode.
3771
37722005-12-18 Bill Wohler <wohler@newt.com>
3773
3774 * frames.texi (Tool Bars): Mention that you can turn off tool bars
3775 permanently via the customize interface.
3776
8cf51b2c
GM
37772005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
3778
3779 * killing.texi (Killing by Lines): Document `kill-whole-line'
3780 function.
3781
c8763fb6 37822005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
3783
3784 * buffers.texi (Select Buffer): Change `prev-buffer' to
3785 `previous-buffer'. Indicate that these functions use a frame
3786 local buffer list.
3787
8cf51b2c
GM
37882005-12-12 Richard M. Stallman <rms@gnu.org>
3789
3790 * custom.texi (Easy Customization): Change menu comment.
3791 (Prefix Keymaps): Fix spelling of Control-X-prefix.
3792
3793 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
3794 (Help): Among the Apropos commands, describe only C-h a here.
3795
37962005-12-11 Richard M. Stallman <rms@gnu.org>
3797
3798 * programs.texi (Options for Comments): Comment-end starts with space.
3799
3800 * glossary.texi (Glossary): Minor cleanup.
3801
3802 * files.texi (Old Versions): Use @table.
3803
8cf51b2c
GM
38042005-12-10 David Koppelman <koppel@ece.lsu.edu>
3805
3806 * display.texi (Highlight Interactively): Include
3807 global-hi-lock-mode. Add miscellaneous details and elaborations.
3808
38092005-12-09 Richard M. Stallman <rms@gnu.org>
3810
3811 * display.texi (Font Lock): Delete the Global FL menu item.
3812
38132005-12-09 Luc Teirlinck <teirllm@auburn.edu>
3814
3815 * custom.texi (Minibuffer Maps): Mention the maps for file name
3816 completion.
3817
38182005-12-09 Kim F. Storm <storm@cua.dk>
3819
3820 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 3821 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
3822 cursor to next corner in rectangle; clarify insert around rectangle.
3823
8cf51b2c
GM
38242005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3825
3826 * custom.texi (Customization): Use xref to elisp manual for
3827 non-TeX output.
3828 (Minor Modes): Update.
3829 (Customization Groups, Changing a Variable, Face Customization):
3830 Update for new appearance of Custom buffers.
3831 (Changing a Variable): `custom-buffer-done-function' has been
3832 replaced by `custom-buffer-done-kill'.
3833 (Specific Customization): In the `customize-group' buffer, a
3834 subgroup's contents are not "hidden". They are not included at
3835 all. They have no [Show] button.
3836 (Mouse Buttons): Add pxref to description of mouse event lists in
3837 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
3838 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
3839 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
3840
38412005-12-08 Richard M. Stallman <rms@gnu.org>
3842
3843 * mini.texi (Completion Commands, Completion):
3844 In file name input, SPC does not do completion.
3845
8cf51b2c
GM
38462005-12-08 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * building.texi (GDB Graphical Interface): Explain screen size
3849 setting.
3850 (Other GDB User Interface Buffers): Describe features specific to
3851 GDB 6.4.
3852
8cf51b2c
GM
38532005-12-01 Nick Roberts <nickrob@snap.net.nz>
3854
3855 * building.texi (GDB User Interface Layout): Describe how to
3856 kill associated buffers.
3857 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
3858 (Watch Expressions): Be more precise.
3859 (Other GDB User Interface Buffers): Describe how to change a
3860 register value.
3861
8cf51b2c
GM
38622005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3863
3864 * macos.texi (Mac Input): Remove description of
3865 mac-command-key-is-meta. Add descriptions of
3866 mac-control-modifier, mac-command-modifier, and
3867 mac-option-modifier.
3868 (Mac International): Fix description of conversion of clipboard data.
3869 (Mac Font Specs): Add example of font customization by face attributes.
3870
38712005-11-22 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * building.texi (Watch Expressions): Expand description.
3874 (Other GDB User Interface Buffers): Describe local map for
3875 gud-watch.
3876
38772005-11-21 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * display.texi (Font Lock): Font lock is enabled by default now.
3880
38812005-11-20 Juri Linkov <juri@jurta.org>
3882
3883 * basic.texi (Position Info): Update examples of the output.
3884 Remove the fact that examples are produced in the TeXinfo buffer,
3885 because in the Info reader users will get a different output from
3886 `C-x ='.
3887
3888 * building.texi (Compilation Mode): Remove paragraph duplicated
3889 from the node `Compilation'. Add `compilation-skip-threshold'.
3890
3891 * display.texi (Font Lock): Suggest more user-friendly method of
3892 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
3893
38942005-11-18 Richard M. Stallman <rms@gnu.org>
3895
3896 * files.texi (Registering): Mention @@ in mode line.
3897
3898 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
3899
39002005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3901
3902 * files.texi (Renaming and VC): Some back-ends don't
3903 handle renaming.
3904
8cf51b2c
GM
39052005-11-17 Juri Linkov <juri@jurta.org>
3906
3907 * emacs.texi (Top):
3908 * display.texi (Highlight Interactively): Put this font-lock based
3909 mode near Font Lock node.
3910
39112005-11-16 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
3914 icons.
3915
39162005-11-12 Kim F. Storm <storm@cua.dk>
3917
3918 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
3919 (Help Summary): Add C-h d and C-h e.
3920 (Apropos): Clarify that all apropos commands may search for either
3921 list of words or a regexp. Add C-h d for apropos-documentation.
3922 Describe apropos-documentation-sort-by-scores user option.
3923
8cf51b2c
GM
39242005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3925
3926 * killing.texi (CUA Bindings): Add @section.
3927
39282005-11-10 Kim F. Storm <storm@cua.dk>
3929
3930 * emacs.texi (Top): Add CUA Bindings entry to menu.
3931
3932 * killing.texi (CUA Bindings): New node. Moved here from
3933 misc.texi and extended with info on rectangle commands and
3934 rectangle highlighting, interface to registers, and the global
3935 mark feature.
3936
3937 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
3938
3939 * regs.texi: Prev link points to CUA Bindings node.
3940
39412005-11-07 Luc Teirlinck <teirllm@auburn.edu>
3942
3943 * help.texi (Help Echo): By default, help echos are only shown on
3944 mouse-over, not on point-over.
3945
c8763fb6 39462005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
3947
3948 * misc.texi (Shell Mode): Describe how to activate password echoing.
3949
8cf51b2c
GM
39502005-11-04 Romain Francoise <romain@orebokech.com>
3951
3952 * mark.texi (Mark Ring): Fix typo.
3953
39542005-11-03 Richard M. Stallman <rms@gnu.org>
3955
3956 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
3957
39582005-11-01 Bill Wohler <wohler@newt.com>
3959
3960 * help.texi (Help Mode): Fix typo.
3961
39622005-11-01 Nick Roberts <nickrob@snap.net.nz>
3963
3964 * building.texi (Other GDB User Interface Buffers): Describe
3965 the command gdb-use-inferior-io-buffer.
3966
39672005-10-31 Romain Francoise <romain@orebokech.com>
3968
3969 * files.texi (Compressed Files): Fix typo.
3970
3971 * buffers.texi (Misc Buffer): Downcase `*shell*'.
3972
3973 * windows.texi (Force Same Window): Likewise.
3974
39752005-10-30 Bill Wohler <wohler@newt.com>
3976
3977 * help.texi (Help Mode): URLs viewed with browse-url.
3978
39792005-10-31 Nick Roberts <nickrob@snap.net.nz>
3980
3981 * building.texi (GDB Graphical Interface): Don't reference
3982 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
3983 must stay in same frame.
3984
39852005-10-29 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * custom.texi (Init File): Document ~/.emacs.d/init.el.
3988
3989 * anti.texi (Antinews): Likewise.
3990
8cf51b2c
GM
39912005-10-28 Bill Wohler <wohler@newt.com>
3992
3993 * help.texi (Help): Help mode now creates hyperlinks for URLs.
3994
39952005-10-28 Richard M. Stallman <rms@gnu.org>
3996
3997 * files.texi (Visiting): Explain how to enter ? in a file name.
3998
3999 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
4000
8cf51b2c
GM
40012005-10-25 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * building.texi (GDB Graphical Interface): Describe
4004 gdb-mouse-until.
4005
40062005-10-23 Richard M. Stallman <rms@gnu.org>
4007
4008 * custom.texi (Init File): Recommend when to use site-start.el.
4009
8cf51b2c
GM
40102005-10-21 Juri Linkov <juri@jurta.org>
4011
4012 * custom.texi (Examining): Mention accessing the old variable
4013 value via M-n in set-variable.
4014
8cf51b2c
GM
40152005-10-18 Romain Francoise <romain@orebokech.com>
4016
4017 * files.texi (Version Systems): Capitalize GNU.
4018
8cf51b2c
GM
40192005-10-18 Nick Roberts <nickrob@snap.net.nz>
4020
4021 * building.texi (Compilation Mode): Remove redundant paragraph.
4022 (Watch Expressions): Remove paragraph to reflect code change.
4023
8cf51b2c
GM
40242005-10-16 Richard M. Stallman <rms@gnu.org>
4025
4026 * building.texi (Compilation Mode, Compilation): Clarified.
4027
40282005-10-15 Richard M. Stallman <rms@gnu.org>
4029
4030 * misc.texi (Saving Emacs Sessions): Mention savehist library.
4031
8cf51b2c
GM
40322005-10-13 Kenichi Handa <handa@m17n.org>
4033
4034 * basic.texi (Position Info): Fix previous change.
4035
c8763fb6 40362005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4037
4038 * cmdargs.texi (Icons X): Fix typo.
4039
40402005-10-12 Kenichi Handa <handa@m17n.org>
4041
4042 * basic.texi (Position Info): Describe the case that Emacs shows
4043 "part of display ...".
4044
c8763fb6 40452005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4046
4047 * cmdargs.texi (Icons X): -nb => -nbi.
4048
40492005-10-10 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * frames.texi (Speedbar): A couple more clarifications.
4052
40532005-10-11 Nick Roberts <nickrob@snap.net.nz>
4054
4055 * building.texi (GDB User Interface Layout): Improve diagram.
4056 (Watch Expressions): Explain how to make speedbar global.
4057 (Other GDB User Interface Buffers): Make references more precise.
4058
8cf51b2c
GM
40592005-10-09 Richard M. Stallman <rms@gnu.org>
4060
4061 * frames.texi (Speedbar): Clarify the text.
4062
40632005-10-09 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * frames.texi (Speedbar): Add information on keybindings,
4066 dismissing the speedbar, and buffer display mode. Link to
4067 speedbar manual.
4068
c8763fb6 40692005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4070
4071 * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type,
4072 added -nb, --no-bitmap-icon.
4073
8cf51b2c
GM
40742005-10-07 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * building.texi (GDB Graphical Interface): Add variables and
4077 functions to indices. Be more precise.
4078
c8763fb6 40792005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4080
4081 * frames.texi (Drag and Drop): Remove the x- from
4082 x-dnd-open-file-other-window and xdnd-protocol-alist.
4083
40842005-09-30 Romain Francoise <romain@orebokech.com>
4085
4086 * mini.texi (Minibuffer): The default value now appears before the
4087 colon in minibuffer prompts.
4088
8cf51b2c
GM
40892005-09-25 Richard M. Stallman <rms@gnu.org>
4090
4091 * search.texi (Regexp Search): Doc search-whitespace-regexp.
4092
8cf51b2c
GM
40932005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4094
4095 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
4096
8cf51b2c
GM
40972005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4098
4099 * emacs.texi (Top): Update submenus from macos.texi.
4100
4101 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
4102 (Mac OS): Update feature support status.
4103 (Mac Input): List supported input scripts. Remove description
4104 about `mac-keyboard-text-encoding'. Mention mouse button
4105 emulation and related variables.
4106 (Mac International): Mention Central European and Cyrillic
4107 support. Now `keyboard-coding-system' is dynamically changed.
4108 Add description about coding system for selection. Add
4109 description about language environment.
4110 (Mac Environment Variables): Mention
4111 `~/.MacOSX/environment.plist'. Give example of command line
4112 arguments. Add Preferences support.
4113 (Mac Directories): Explicitly state that this node is for Mac OS
4114 Classic only.
4115 (Mac Font Specs): Mention specification for scalable fonts. List
4116 supported charsets. Add preferred way of creating fontsets. Add
4117 description about `mac-allow-anti-aliasing'.
4118 (Mac Functions): Add descriptions about `mac-set-file-creator',
4119 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
4120 and `mac-get-preference'.
4121
8cf51b2c
GM
41222005-09-16 Romain Francoise <romain@orebokech.com>
4123
4124 Update all files to specify GFDL version 1.2.
4125
4126 * doclicense.texi (GNU Free Documentation License): Update to
4127 version 1.2.
4128
41292005-09-15 Richard M. Stallman <rms@gnu.org>
4130
4131 * buffers.texi (List Buffers): Fix xref.
4132
4133 * rmail.texi (Rmail Basics): Fix xref.
4134
4135 * emacs.texi (Top): Update subnode menus.
4136
4137 * files.texi (Saving Commands): New node, broken out of Saving.
4138 (Customize Save): New node, broken out of Saving.
4139 Clarify effect of write-region-inhibit-fsync.
4140 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
4141
8cf51b2c
GM
41422005-09-14 Romain Francoise <romain@orebokech.com>
4143
4144 * files.texi (Saving): Mention write-region-inhibit-fsync.
4145
41462005-09-05 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * custom.texi (Custom Themes): New node.
4149
41502005-09-03 Richard M. Stallman <rms@gnu.org>
4151
49823426
GM
4152 * search.texi (Search Case): Mention vars that control
4153 case-fold-search for various operations.
8cf51b2c
GM
4154
41552005-08-22 Juri Linkov <juri@jurta.org>
4156
4157 * display.texi (Standard Faces): Merge the text from
4158 `(elisp)Standard Faces' into this node.
4159
41602005-08-18 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * emacs.texi (Top): Delete menu item for deleted node
4163 Keyboard Translations.
4164
41652005-08-18 Richard M. Stallman <rms@gnu.org>
4166
8cf51b2c
GM
4167 * trouble.texi (Unasked-for Search):
4168 Delete xref to Keyboard Translations.
4169
4170 * glossary.texi (Glossary): Delete xref.
4171
8cf51b2c
GM
4172 * custom.texi (Minor Modes): Say that the list here is not complete.
4173 (Keyboard Translations): Node deleted.
4174 (Disabling): Delete xref to it.
4175 (Customization Groups): Fix Custom buffer example.
4176 (Hooks): Mention remove-hooks.
4177
41782005-08-17 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * building.texi (GDB Graphical Interface): Improve filling of menu
4181 item.
4182
41832005-08-18 Nick Roberts <nickrob@snap.net.nz>
4184
4185 * building.texi (GDB Graphical Interface): Use better node names.
4186
41872005-08-14 Richard M. Stallman <rms@gnu.org>
4188
4189 * text.texi (Sentences): Fix xref.
4190
41912005-08-14 Juri Linkov <juri@jurta.org>
4192
4193 * building.texi (Compilation, Grep Searching): Move grep command
4194 headings from `Compilation' to `Grep Searching'.
4195
4196 * dired.texi (Dired and Find):
4197 * maintaining.texi (Tags Search): Replace grep xref to
4198 `Compilation' node with `Grep Searching'.
4199
4200 * files.texi (Comparing Files): Replace xref to `Compilation' with
4201 `Compilation Mode'.
4202
42032005-08-13 Alan Mackenzie <acm@muc.de>
4204
4205 * search.texi (Non-ASCII Isearch): Correct a typo.
4206 (Replacement Commands): Mention query-replace key binding.
4207
42082005-08-11 Richard M. Stallman <rms@gnu.org>
4209
4210 * programs.texi (Options for Comments): Fix xref.
4211
4212 * search.texi (Regexp Backslash, Regexp Example): New nodes split
4213 out of Regexps.
4214
8cf51b2c
GM
42152005-08-09 Juri Linkov <juri@jurta.org>
4216
4217 * building.texi (Compilation): Use `itemx' instead of `item'.
4218 (Grep Searching): Simplify phrase.
4219
4220 * display.texi (Standard Faces): Describe vertical-border on
4221 window systems.
4222
4223 * windows.texi (Split Window): Simplify phrase and mention
4224 vertical-border face.
4225
42262005-08-09 Richard M. Stallman <rms@gnu.org>
4227
4228 * files.texi (Comparing Files): Clarify compare-windows.
4229
4230 * calendar.texi (Scroll Calendar): Document < and > in calendar.
4231
8cf51b2c
GM
42322005-08-06 Eli Zaretskii <eliz@gnu.org>
4233
4234 * mule.texi (Coding Systems): Rephrase the paragraph about
4235 codepages: no need for "M-x codepage-setup" anymore, except on
4236 MS-DOS.
4237
4238 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
4239 the MS-DOS port only.
4240
42412005-07-30 Eli Zaretskii <eliz@gnu.org>
4242
4243 * makefile.w32-in (info): Don't run multi-install-info.bat.
4244 ($(infodir)/dir): New target, produced by running
4245 multi-install-info.bat.
4246
8cf51b2c
GM
42472005-07-22 Eli Zaretskii <eliz@gnu.org>
4248
4249 * files.texi (Quoted File Names): Add index entry.
4250
8cf51b2c
GM
42512005-07-19 Juri Linkov <juri@jurta.org>
4252
4253 * files.texi (Comparing Files): Mention resync for `compare-windows'.
4254
42552005-07-18 Juri Linkov <juri@jurta.org>
4256
8cf51b2c
GM
4257 * custom.texi (Easy Customization):
4258 * files.texi (Old Versions):
4259 * frames.texi (Wheeled Mice):
4260 * mule.texi (Specify Coding):
8cf51b2c
GM
4261 * text.texi (Cell Justification):
4262 * trouble.texi (After a Crash):
8cf51b2c
GM
4263 * xresources.texi (GTK styles):
4264 Delete duplicate duplicate words.
4265
42662005-07-17 Richard M. Stallman <rms@gnu.org>
4267
4268 * frames.texi (Creating Frames): Fix foreground color example.
4269
4270 * custom.texi (Init Examples): Clean up text about conditionals.
4271
42722005-07-16 Richard M. Stallman <rms@gnu.org>
4273
4274 * mini.texi (Completion Commands): Fix command name for ?.
4275
8cf51b2c
GM
42762005-07-16 Eli Zaretskii <eliz@gnu.org>
4277
4278 * display.texi (Standard Faces): Explain that customization of
4279 `menu' face has no effect on w32 and with GTK. Add
4280 cross-references.
4281
4282 * cmdargs.texi (General Variables): Clarify the default location
4283 of $HOME on w32 systems.
4284
42852005-07-15 Jason Rumney <jasonr@gnu.org>
4286
4287 * cmdargs.texi (General Variables): Default HOME on MS Windows has
4288 changed.
4289
42902005-07-08 Kenichi Handa <handa@m17n.org>
4291
4292 * mule.texi (Recognize Coding): Recommend
4293 revert-buffer-with-coding-system instead of revert-buffer.
4294
42952005-07-07 Richard M. Stallman <rms@gnu.org>
4296
4297 * anti.texi (Antinews): Mention mode-line-inverse-video.
4298
4299 * files.texi (Saving): Minor correction about C-x C-w.
4300
4301 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
4302
43032005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4304
4305 * search.texi (Isearch Scroll): Add example of using the
4306 `isearch-scroll' property.
4307 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
4308 `Display Custom' node.
4309 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
4310 and de-emphasize it.
4311 (Other Repeating Search): `occur' currently can not correctly
4312 handle multiline matches. Correct, clarify and update description
4313 of `flush-lines' and `keep-lines'.
4314
4315 * display.texi (Display Custom): Add anchor for `baud-rate'.
4316
43172005-07-07 Richard M. Stallman <rms@gnu.org>
4318
4319 * gnu.texi: Update where to get GNU status; add refs for how to help.
4320 Add footnotes 6 and 7.
4321
43222005-07-04 Lute Kamstra <lute@gnu.org>
4323
4324 Update FSF's address in GPL notices.
4325
8cf51b2c 4326 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
4327 * trouble.texi (Checklist): Update FSF's address.
4328
8cf51b2c
GM
43292005-06-24 Richard M. Stallman <rms@gnu.org>
4330
4331 * display.texi (Text Display): Change index entries.
4332
43332005-06-24 Eli Zaretskii <eliz@gnu.org>
4334
4335 * makefile.w32-in (MAKEINFO): Use --force.
4336 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
4337 Makefile.in.
8cf51b2c
GM
4338
43392005-06-23 Richard M. Stallman <rms@gnu.org>
4340
4341 * anti.texi (Antinews): Renamed show-nonbreak-escape to
4342 nobreak-char-display.
4343
4344 * emacs.texi (Top): Update detailed node listing.
4345
4346 * display.texi (Text Display): Renamed show-nonbreak-escape
4347 to nobreak-char-display and no-break-space to nobreak-space.
4348 (Standard Faces): Split up the list of standard faces
4349 and put it in a separate node. Add nobreak-space and
4350 escape-glyph.
4351
8cf51b2c
GM
43522005-06-23 Lute Kamstra <lute@gnu.org>
4353
4354 * mule.texi (Select Input Method): Fix typo.
4355
43562005-06-23 Kenichi Handa <handa@m17n.org>
4357
4358 * mule.texi (International): List all supported scripts. Adjust
4359 text for that leim is now included in the normal Emacs
4360 distribution.
4361 (Language Environments): List all language environments.
4362 Intlfonts contains fonts for most supported scripts, not all..
4363 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 4364 input a specific character.
8cf51b2c
GM
4365 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
4366
43672005-06-23 Juanma Barranquero <lekktu@gmail.com>
4368
49823426 4369 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
4370
43712005-06-22 Miles Bader <miles@gnu.org>
4372
4373 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
4374
43752005-06-20 Miles Bader <miles@gnu.org>
4376
4377 * display.texi (Faces): Add `vertical-divider'.
4378
43792005-06-17 Richard M. Stallman <rms@gnu.org>
4380
4381 * text.texi (Adaptive Fill): Minor clarification.
4382
8cf51b2c
GM
43832005-06-10 Lute Kamstra <lute@gnu.org>
4384
4385 * emacs.texi (Top): Correct version number.
4386 * anti.texi (Antinews): Correct version number. Use EMACSVER to
4387 refer to the current version of Emacs.
4388
43892005-06-08 Luc Teirlinck <teirllm@auburn.edu>
4390
4391 * files.texi (Log Buffer): Document when there can be more than
4392 one file to be committed.
4393
43942005-06-08 Juri Linkov <juri@jurta.org>
4395
4396 * display.texi (Faces): Add `shadow' face.
4397
43982005-06-07 Masatake YAMATO <jet@gyve.org>
4399
4400 * display.texi (Faces): Write about mode-line-highlight.
4401
44022005-06-06 Richard M. Stallman <rms@gnu.org>
4403
4404 * misc.texi (Printing Package): Explain how to initialize
4405 printing package.
4406
4407 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
4408
44092005-06-05 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * emacs.texi: Rename Hardcopy to Printing.
4412 Make PostScript and PostScript Variables subnodes of it.
4413
4414 * misc.texi (Printing): Rename node from Hardcopy.
4415 Mention menu bar options.
4416 Move PostScript and PostScript Variables to submenu.
4417 (Printing package): New node.
4418
4419 * mark.texi (Using Region): Change Hardcopy xref to Printing.
4420
4421 * dired.texi (Operating on Files): Likewise.
4422
4423 * calendar.texi (Displaying the Diary): Likewise.
4424
4425 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
4426
4427 * glossary.texi (Glossary): Likewise.
4428
4429 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
4430 effect.
4431
44322005-06-04 Richard M. Stallman <rms@gnu.org>
4433
4434 * trouble.texi (After a Crash): Polish previous change.
4435
8cf51b2c
GM
44362005-05-30 Noah Friedman <friedman@splode.com>
4437
4438 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
4439 recovery mechanism.
4440
8cf51b2c
GM
44412005-05-28 Nick Roberts <nickrob@snap.net.nz>
4442
4443 * building.texi (Other Buffers): SPC toggles display of
4444 floating point registers.
4445
8cf51b2c
GM
44462005-05-27 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * files.texi (Log Buffer): Merge in description of Log Edit
4449 mode from pcl-cvs.texi.
4450
44512005-05-26 Richard M. Stallman <rms@gnu.org>
4452
4453 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
4454
8cf51b2c
GM
44552005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
4458 not enabled by default.
4459 When not on a word, `ispell-word' by default checks the word
4460 before point.
4461
44622005-05-24 Nick Roberts <nickrob@snap.net.nz>
4463
4464 * building.texi (Debugger Operation): Simplify last sentence.
4465
44662005-05-23 Lute Kamstra <lute@gnu.org>
4467
4468 * emacs.texi: Update FSF's address throughout.
4469 (Preface): Use @cite.
4470 (Distrib): Add cross reference to the node "Copying". Mention the
4471 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
4472 printed manuals.
4473 (Intro): Use @xref for the Emacs Lisp Intro.
4474
8cf51b2c
GM
44752005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
4478
4479 * basic.texi (Moving Point): Mention default for `goto-line'.
4480
4481 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
4482 of a variable's docstring.
4483
44842005-05-18 Lute Kamstra <lute@gnu.org>
4485
4486 * maintaining.texi (Overview of Emerge): Add cross reference.
4487 Remove duplication.
4488
4489 * emacs.texi (Top): Update to the current structure of the manual.
4490 * misc.texi (Emacs Server): Add menu description.
4491 * files.texi (Saving): Fix menu.
4492 * custom.texi (Customization): Fix menu.
4493 * mule.texi (International): Fix menu.
4494 * kmacro.texi (Keyboard Macros): Fix menu.
4495
44962005-05-16 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * display.texi: Various minor changes.
4499 (Faces): Delete text that is repeated in the next section.
4500
45012005-05-16 Nick Roberts <nickrob@snap.net.nz>
4502
4503 * building.texi (Debugger Operation): Mention GUD tooltips are
4504 disabled with GDB in text command mode.
4505
8cf51b2c
GM
45062005-05-16 Nick Roberts <nickrob@snap.net.nz>
4507
4508 * building.texi: Replace toolbar with "tool bar" for consistency.
4509 (Compilation Mode): Describe compilation-context-lines
4510 and use of arrow in compilation buffer.
4511 (Debugger Operation): Replace help text with variable's value.
4512
4513 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
4514 consistency.
4515
45162005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4517
4518 * major.texi (Choosing Modes): normal-mode processes the -*- line.
4519 Add xref.
4520
8cf51b2c
GM
45212005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4522
4523 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
4524 (Position Info): Delete discussion of `goto-line'. It is already
4525 described in `Moving point'.
4526
4527 * mini.texi (Completion Commands): Correct reference.
4528 (Completion Options): Fix typo.
4529
4530 * killing.texi (Deletion): Complete description of `C-x C-o'.
4531
8cf51b2c
GM
45322005-05-10 Richard M. Stallman <rms@gnu.org>
4533
4534 * building.texi (Compilation): Clarify recompile's directory choice.
4535
4536 * frames.texi (Tooltips): Cleanups.
4537
4538 * basic.texi (Arguments): Fix punctuation.
4539
45402005-05-09 Luc Teirlinck <teirllm@auburn.edu>
4541
4542 * screen.texi (Menu Bar): The up and down (not left and right)
4543 arrow keys move through a keyboard menu.
4544
45452005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4546
4547 * basic.texi: Various typo and grammar fixes.
4548 (Moving Point): C-a now runs move-beginning-of-line.
4549
45502005-05-08 Nick Roberts <nickrob@snap.net.nz>
4551
4552 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
4553
4554 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
4555 as different animals.
4556
45572005-05-07 Luc Teirlinck <teirllm@auburn.edu>
4558
4559 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
4560 Correct index entry.
4561
45622005-05-07 Nick Roberts <nickrob@snap.net.nz>
4563
4564 * building.texi (Debugger Operation): Update to reflect changes
4565 in GUD tooltips.
4566
45672005-04-30 Richard M. Stallman <rms@gnu.org>
4568
4569 * files.texi (Compressed Files): Auto Compression normally enabled.
4570
4571 * building.texi (Debugger Operation): Clarify previous change.
4572
8cf51b2c
GM
45732005-04-28 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * building.texi (Debugger Operation): Add description for
4576 GUD tooltips when program is not running.
4577
45782005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4579
4580 * misc.texi (Shell): Add `Shell Prompts' to menu.
4581 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
4582 description. Delete remarks moved to new node.
4583 (Shell Prompts): New node.
4584 (History References): Replace remarks moved to `Shell Prompts'
4585 with xref to that node.
4586 (Remote Host): Clarify how to specify the terminal type when
4587 logging in to a different machine.
4588
45892005-04-26 Richard M. Stallman <rms@gnu.org>
4590
4591 * emacs.texi (Top): Update submenus from files.texi.
4592
4593 * files.texi (Filesets): Clarify previous change.
4594
4595 * dired.texi (Misc Dired Features): Clarify previous change.
4596
45972005-04-25 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
4600
4601 * dired.texi (Misc Dired Features): Document
4602 dired-compare-directories.
4603
4604 * files.texi (Filesets): New node.
4605 (File Conveniences): Document Image mode.
4606
4607 * text.texi (TeX Print): Document tex-compile.
4608
46092005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * frames.texi (Tooltips): Tooltip mode is enabled by default.
4612 Delete redundant reference to tooltip Custom group. It is
4613 referred too again in the next paragraph.
4614
46152005-04-24 Richard M. Stallman <rms@gnu.org>
4616
4617 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
4618
8cf51b2c
GM
46192005-04-19 Kim F. Storm <storm@cua.dk>
4620
4621 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
4622
46232005-04-18 Lars Hansen <larsh@math.ku.dk>
4624
4625 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
4626 turns off desktop-save-mode.
4627
46282005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4629
4630 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
4631 by default in terminals compatible with xterm. Mention that
4632 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
4633 node.
4634
8cf51b2c
GM
46352005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4636
4637 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
4638
c8763fb6 46392005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4640
4641 * xresources.texi (Table of Resources): Add cursorBlink.
4642
46432005-04-11 Luc Teirlinck <teirllm@auburn.edu>
4644
4645 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
4646 `d', `C-d' and `u'.
4647
46482005-04-11 Richard M. Stallman <rms@gnu.org>
4649
4650 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
4651 (Misc X): Add -D, --basic-display.
4652
4653 * maintaining.texi (Change Log): Correct the description of
4654 the example.
4655
4656 * major.texi (Choosing Modes): Document magic-mode-alist.
4657
8cf51b2c
GM
46582005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4659
4660 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
4661 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
4662 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
4663 (Rmail Output): Clarify which statements apply to `o', `C-o' and
4664 `w', respectively.
4665 (Rmail Labels): Mention `l'.
4666 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
4667 (Rmail Summary Edit): Describe `j' and RET.
4668
c8763fb6 46692005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4670
4671 * xresources.texi (Lucid Resources): Add fontSet resource.
4672
8cf51b2c
GM
46732005-04-09 Luc Teirlinck <teirllm@auburn.edu>
4674
4675 * display.texi (Useless Whitespace): `indicate-unused-lines' is
4676 now called `indicate-empty-lines'.
4677
46782005-04-06 Kim F. Storm <storm@cua.dk>
4679
4680 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
4681
46822005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4683
4684 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
4685 deleted.
4686 (Marks vs Flags): Add some convenient key bindings.
4687 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
4688 (Misc Dired Features): Correct and expand description of `w' command.
4689
4690 * frames.texi (XTerm Mouse): Delete apparently false info.
4691 The GNU/Linux console currently does not appear to support
4692 `xterm-mouse-mode'.
4693
8cf51b2c
GM
46942005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4695
4696 * calendar.texi (Diary): Mention shell utility `calendar'.
4697
46982005-04-01 Richard M. Stallman <rms@gnu.org>
4699
4700 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
4701
8cf51b2c
GM
47022005-04-01 Lute Kamstra <lute@gnu.org>
4703
4704 * maintaining.texi (Change Log): add-change-log-entry uses
4705 add-log-mailing-address.
4706
47072005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4708
4709 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
4710 `VC Mode Line' and put in an xref to that node.
4711 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
4712 its description.
4713
47142005-03-31 Paul Eggert <eggert@cs.ucla.edu>
4715
4716 * calendar.texi (Calendar Systems): Say that the Persian calendar
4717 implemented here is the arithmetical one championed by Birashk.
4718
47192005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4720
4721 * programs.texi (Fortran Motion): Fix previous change.
4722
8cf51b2c
GM
47232005-03-29 Richard M. Stallman <rms@gnu.org>
4724
4725 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
4726
47272005-03-29 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * text.texi (Refill): Refer to Long Lines Mode.
4730 (Longlines): New node.
4731 (Auto Fill): Don't index "word wrap" here.
4732 (Filling): Add Longlines to menu.
4733
47342005-03-29 Richard M. Stallman <rms@gnu.org>
4735
4736 * xresources.texi: Minor fixes.
4737
4738 * misc.texi (Emacs Server): Fix Texinfo usage.
4739
4740 * emacs.texi (Top): Don't use a real section heading for
4741 "Detailed Node Listing". Fake it instead.
4742
4743 * basic.texi (Position Info): Minor cleanup.
4744
4745 * mule.texi (Input Methods): Minor cleanup.
4746
47472005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4748
4749 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
4750 constructs as well.
4751 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
4752
47532005-03-29 Kenichi Handa <handa@m17n.org>
4754
4755 * mule.texi (Input Methods): Refer to the command C-u C-x =.
4756
4757 * basic.texi (Position Info): Update the description about the
4758 command C-u C-x =.
4759
47602005-03-28 Richard M. Stallman <rms@gnu.org>
4761
4762 * emacs.texi (Top): Use @section for the detailed node listing.
4763
4764 * calendar.texi: Minor fixes to previous change.
4765
4766 * programs.texi (Fortran): Small fixes to previous changes.
4767
4768 * emacs.texi (Top): Update list of subnodes of Dired.
4769 Likewise for building.texi.
4770
4771 * files.texi (File Conveniences): Delete Auto Image File mode.
4772
47732005-03-28 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * building.texi (Flymake): New node.
4776
4777 * custom.texi (Function Keys): Document kp- event types and
4778 keypad-setup package.
4779
4780 * dired.texi (Wdired): New node.
4781
4782 * files.texi (File Conveniences): Reorder entries.
4783 Explain how to turn on Auto-image-file mode.
4784 Document Thumbs mode.
4785
4786 * mule.texi (Specify Coding): Document recode-region and
4787 recode-file-name.
4788
4789 * programs.texi (Program Modes): Add Conf mode and DNS mode.
4790
47912005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4792
4793 * commands.texi (Keys): M-o is now a prefix key.
4794
47952005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4796
4797 * programs.texi: Reformat and update copyright years.
4798 (Fortran): Update section.
4799
48002005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4801
4802 * files.texi: Several small changes in addition to:
4803 (Visiting): Change xref for Dialog Boxes to ref.
4804 (Version Headers): Replace references to obsolete var
4805 `vc-header-alist' with `vc-BACKEND-header'.
4806 (Customizing VC): Update value of `vc-handled-backends'.
4807
48082005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4809
4810 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
4811 move here from Emacs Lisp Reference Manual.
4812 * calendar.texi (Calendar/Diary, Diary Commands)
4813 (Special Diary Entries, Importing Diary): Change some xrefs to
4814 point to emacs-xtra rather than elisp.
4815
4816 * emacs-xtra.texi (Calendar Customizing):
4817 Move view-diary-entries-initially, view-calendar-holidays-initially,
4818 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
4819 Emacs Manual.
4820 (Appt Customizing): Merge entire section into main Emacs Manual.
4821 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
4822 mark-holidays-in-calendar here from emacs-xtra.
4823 (Displaying the Diary): Move view-diary-entries-initially,
4824 mark-diary-entries-in-calendar here from emacs-xtra.
4825 (Appointments): Move appt-display-mode-line,
4826 appt-display-duration, appt-disp-window-function,
4827 appt-delete-window-function here from emacs-xtra.
4828
4829 * calendar.texi: Update and reformat copyright.
4830 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
4831 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
4832 (Diary): Refer to `diary-file' rather than ~/diary.
4833 (Diary Commands): Rename node to "Displaying the Diary".
4834 * emacs.texi (Top): Rename "Diary Commands" section.
4835 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
4836
48372005-03-26 Eli Zaretskii <eliz@gnu.org>
4838
4839 * misc.texi (Emacs Server): Fix the command for setting
4840 server-name. Add an xref to Invoking emacsclient.
4841
4842 * help.texi (Help Summary): Clarify when "C-h ." will do something
4843 nontrivial.
4844 (Apropos): Add cindex entry for apropos-sort-by-scores.
4845
4846 * display.texi (Text Display): Add index entries for how no-break
4847 characters are displayed.
4848
8cf51b2c
GM
48492005-03-26 Eli Zaretskii <eliz@gnu.org>
4850
4851 * files.texi (Visiting): Fix cross-references introduced with the
4852 last change.
4853
4854 * xresources.texi (GTK resources): Fix last change.
4855
8cf51b2c
GM
48562005-03-25 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * xresources.texi (X Resources): GTK options documented too.
4859 (Resources): Clarify meaning of program name.
4860 (Table of Resources): Add visualClass.
4861 (GTK resources): Rewrite.
4862 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
4863
4864 * display.texi (Text Display): Mention non-breaking spaces.
4865
4866 * files.texi (Reverting): Document auto-revert-check-vc-info.
4867
4868 * frames.texi (Mouse Commands): Document
4869 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
4870
4871 * help.texi (Help Summary): Add `C-h .'.
4872 (Apropos): Apropos accepts a list of search terms.
4873 Document apropos-sort-by-scores.
4874 (Help Echo): Document display-local-help.
4875
4876 * misc.texi (Emacs Server): Document server-name.
4877 (Invoking emacsclient): Document -s option for server names.
4878
4879 * text.texi (Outline Visibility): Introduce "current heading
4880 line" (commands can be called with point on a body line).
4881 Re-order table to follow the sequence of discussion.
4882 hide-body won't hide lines before first header line.
4883 (TeX Mode): Add DocTeX mode.
4884
8cf51b2c
GM
48852005-03-24 Richard M. Stallman <rms@gnu.org>
4886
4887 * mule.texi (Single-Byte Character Support): Delete mention
4888 of iso-acc.el and iso-transl.el.
4889
8cf51b2c
GM
48902005-03-23 Lute Kamstra <lute@gnu.org>
4891
4892 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
4893
48942005-03-23 Richard M. Stallman <rms@gnu.org>
4895
8cf51b2c
GM
4896 * search.texi: Delete explicit node pointers.
4897 (Incremental Search): New menu.
4898 (Basic Isearch, Repeat Isearch, Error in Isearch)
4899 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
4900 (Slow Isearch): New subnodes.
4901 (Configuring Scrolling): Node deleted.
4902 (Search Case): Doc default-case-fold-search.
4903 (Regexp Replace): Move replace-regexp doc here.
4904
4905 * rmail.texi (Movemail): Put commas inside closequotes.
4906
4907 * picture.texi (Insert in Picture): Document C-c arrow combos.
4908 (Basic Picture): Clarify erasure.
4909
4910 * display.texi (Font Lock): Put commas inside closequotes.
4911
4912 * cmdargs.texi (General Variables): Put commas inside closequotes.
4913
49142005-03-23 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * building.texi (Stack Buffer): Mention reverse contrast for
4917 *selected* frame (might not be current frame).
4918
8cf51b2c
GM
49192005-03-21 Richard M. Stallman <rms@gnu.org>
4920
4921 * building.texi (Starting GUD): Add bashdb.
4922
49232005-03-20 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * basic.texi (Moving Point): Add M-g M-g binding.
4926 (Undo): Document undo-only.
4927 (Position Info): Document M-g M-g and C-u M-g M-g.
4928
4929 * building.texi (Building): Put Grep Searching after Compilation
4930 Shell.
4931 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
4932 Document next-error-highlight.
4933 (Grep Searching): Document grep-highlight-matches.
4934 (Lisp Eval): Typing C-x C-e twice prints integers specially.
4935
4936 * calendar.texi (Importing Diary): Rename node from iCalendar.
4937 Document diary-from-outlook.
4938
4939 * dired.texi (Misc Dired Features): Rename node from Misc Dired
4940 Commands.
4941 Mention effect of X drag and drop on Dired buffers.
4942
4943 * files.texi (Visiting): Document large-file-warning-threshold.
4944 Move paragraph on file-selection dialog.
4945 Mention visiting files using X drag and drop.
4946 (Reverting): Mention using Auto-Revert mode to tail files.
4947 Document auto-revert-tail-mode.
4948 (Version Systems): Minor correction.
4949 (Comparing Files): Diff-mode is no longer based on Compilation
4950 mode.
4951 Document compare-ignore-whitespace.
4952 (Misc File Ops): Explain passing a directory to rename-file.
4953 Likewise for copy-file and make-symbolic-link.
4954
4955 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
4956 Document mouse-wheel-progressive speed.
4957
4958 * help.texi (Misc Help): Document numeric argument for C-h i.
4959 Correctly explain the effect of just C-u as argument.
4960
4961 * killing.texi (Deletion): Document numeric argument for
4962 just-one-space.
4963
4964 * mini.texi (Completion): Completion acts on text before point.
4965
4966 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
4967 (Emulation): CUA mode replaces pc-bindings-mode,
4968 pc-selection-mode, and s-region.
4969
4970 * mule.texi (Input Methods): Leim is now built-in.
4971 (Select Input Method): Document quail-show-key.
4972 (Specify Coding): Document revert-buffer-with-coding-system.
4973
4974 * programs.texi (Fortran Motion): Document f90-next-statement,
4975 f90-previous-statement, f90-next-block, f90-previous-block,
4976 f90-end-of-block, and f90-beginning-of-block.
4977
4978 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
4979
4980 * emacs.texi (Acknowledgments): Updated.
4981
4982 * anti.texi: Total rewrite.
4983
8cf51b2c
GM
49842005-03-19 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * ack.texi (Acknowledgments): Update.
4987
49882005-03-19 Eli Zaretskii <eliz@gnu.org>
4989
4990 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update
4991 copyright years.
4992
49932005-03-14 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * building.texi (Commands of GUD): Move paragraph on setting
4996 breakpoints with mouse to the GDB Graphical Interface node.
4997
49982005-03-07 Richard M. Stallman <rms@gnu.org>
4999
8cf51b2c
GM
5000 * misc.texi (Single Shell, Shell Options): Fix previous change.
5001
5002 * building.texi (Debugger Operation): Update GUD tooltip enable info.
5003
50042005-03-06 Richard M. Stallman <rms@gnu.org>
5005
5006 * building.texi (Starting GUD): Don't explain text vs graphical
5007 GDB here. Just mention it and xref.
5008 Delete "just one debugger process".
5009 (Debugger Operation): Move GUD tooltip info here.
5010 (GUD Tooltips): Node deleted.
5011 (GDB Graphical Interface): Explain the two GDB modes here.
5012
8cf51b2c
GM
5013 * sending.texi (Sending Mail): Minor cleanup.
5014 (Mail Aliases): Explain quoting conventions.
5015 Update key rebinding example.
5016 (Header Editing): C-M-i is like M-TAB.
5017 (Mail Mode Misc): mail-attach-file does not do MIME.
5018
5019 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
5020 that really belongs here.
5021 (Remote Mailboxes): Text moved to Rmail Inbox.
5022 (Rmail Display): Mention Mouse-1.
5023 (Movemail): Clarify two movemail versions.
5024 Clarify rmail-movemail-program.
5025
8cf51b2c
GM
5026 * misc.texi (Single Shell): Replace uudecode example with gpg example.
5027 Document async shell commands.
5028 (Shell History): Clarify.
5029 (Shell Ring): Mention C-UP an C-DOWN.
5030 (Shell Options): Add comint-prompt-read-only.
5031 (Invoking emacsclient): Set EDITOR to run Emacs.
5032 (Sorting): No need to explain what region is.
5033 (Saving Emacs Sessions): Fix typo.
5034 (Recursive Edit): Fix punctuation.
5035 (Emulation): Don't mention "PC bindings" which are standard.
5036 (Hyperlinking): Explain Mouse-1 convention here.
5037 (Find Func): Node deleted.
5038
8cf51b2c
GM
5039 * help.texi (Name Help): Xref to Hyperlinking.
5040
5041 * glossary.texi (Glossary):
5042 Rename "Balance Parentheses" to "Balancing...".
5043 Add "Byte Compilation". Correct "Copyleft".
5044 New xref in "Customization".
5045 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
5046 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
5047 Rename "Registers" to "Register".
5048 Replace "Selecting" with "Selected Frame",
5049 "Selected Window", and "Selecting a Buffer".
5050
5051 * files.texi (Types of Log File): Explain how projects'
5052 methods can vary.
5053
8cf51b2c
GM
5054 * display.texi (Faces): Delete "Emacs 21".
5055
5056 * custom.texi (Changing a Variable): C-M-i like M-TAB.
5057 * fixit.texi (Spelling): C-M-i like M-TAB.
5058 * mini.texi (Completion Options): C-M-i like M-TAB.
5059 * programs.texi (Symbol Completion): C-M-i like M-TAB.
5060 * text.texi (Text Mode): C-M-i like M-TAB.
5061
5062 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
5063
5064 * calendar.texi (Specified Dates): Mention `g w'.
5065 (Appointments): appt-activate toggles with no arg.
5066
8cf51b2c
GM
50672005-03-05 Juri Linkov <juri@jurta.org>
5068
5069 * cmdargs.texi (Emacs Invocation): Add cindex
5070 "invocation (command line arguments)"
5071 (Misc X): Add -nbc, --no-blinking-cursor.
5072
50732005-03-04 Ulf Jasper <ulf.jasper@web.de>
5074
5075 * calendar.texi (iCalendar): No need to require it now.
5076
8cf51b2c
GM
50772005-03-03 Nick Roberts <nickrob@snap.net.nz>
5078
5079 * trouble.texi (Contributing): Mention Savannah. Direct users to
5080 emacs-devel.
5081
50822005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5083
5084 * calendar.texi (Adding to Diary): Mention redrawing of calendar
5085 window.
5086
8cf51b2c
GM
50872005-02-27 Richard M. Stallman <rms@gnu.org>
5088
5089 * building.texi (Compilation): Update mode line status info.
5090
50912005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5092
5093 * calendar.texi (General Calendar): Document binding of
5094 scroll-other-window-down.
5095 (Mayan Calendar): Fix earliest date.
5096 (Time Intervals): Document timeclock-change.
5097 Fix timeclock-ask-before-exiting documentation.
5098
50992005-02-26 Kim F. Storm <storm@cua.dk>
5100
5101 * frames.texi (Mouse References):
5102 Add mouse-1-click-in-non-selected-windows.
5103
51042005-02-25 Richard M. Stallman <rms@gnu.org>
5105
5106 * screen.texi (Screen): Explain better about cursors and mode lines;
5107 don't presuppose text terminals.
5108 (Point): Don't assume just one cursor.
5109 Clarify explanation of cursors.
5110 (Echo Area, Menu Bar): Cleanups.
5111
5112 * mini.texi (Minibuffer): Prompts are highlighted.
5113 (Minibuffer Edit): Newline = C-j only on text terminals.
5114 Clarify resize-mini-windows values.
5115 Mention M-PAGEUP and M-PAGEDOWN.
5116 (Completion Commands): Mouse-1 like Mouse-2.
5117 (Minibuffer History): Explain history commands better.
5118 (Repetition): Add xref to Incremental Search.
5119
5120 * mark.texi (Setting Mark): Clarify info about displaying mark.
5121 Clarify explanation of C-@ and C-SPC.
5122 (Transient Mark): Mention Delete Selection mode.
5123 (Marking Objects): Clean up text about extending the region.
5124
5125 * m-x.texi (M-x): One C-g doesn't always go to top level.
5126 No delay before suggest-key-bindings output.
5127
5128 * fixit.texi (Fixit): Mention C-/ for undo.
5129 (Spelling): Mention ESC TAB like M-TAB.
5130 Replacement words with r and R are rechecked.
5131 Say where C-g leaves point. Mention ? as input.
5132
51332005-02-23 Lute Kamstra <lute@gnu.org>
5134
5135 * cmdargs.texi (Initial Options): Add cross reference.
5136
8cf51b2c
GM
51372005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * emacs.texi (Top): Update menu for splitting of node in
5140 msdog.texi.
5141 * frames.texi (Frames): Update xref for splitting of node in
5142 msdog.texi.
5143 * trouble.texi (Quitting): Ditto.
5144
51452005-02-16 Richard M. Stallman <rms@gnu.org>
5146
5147 * windows.texi (Split Window): Simplify line truncation info
5148 and xref to Display Custom.
5149
5150 * trouble.texi (Quitting): Emergency escape only for text terminal.
5151 (Screen Garbled): C-l for ungarbling is only for text terminal.
5152
5153 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
5154
5155 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
5156
5157 * programs.texi (Program Modes): Mention Python mode.
5158 (Moving by Defuns): Repeating C-M-h extends region.
5159 (Basic Indent): Clarify.
5160 (Custom C Indent): Clarify.
5161 (Expressions): Repeating C-M-@ extends region.
5162 (Info Lookup): Clarify for C-h S.
5163 (Symbol Completion): ESC TAB alternative for M-TAB.
5164 (Electric C): Clarify.
5165
5166 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
5167
5168 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
5169 MS-DOS Input node.
5170 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
5171 (MS-DOS and MULE): Clarify.
5172 (MS-DOS Processes, Windows Processes): Fix typos.
5173
5174 * major.texi (Choosing Modes): Clarify.
5175
5176 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
5177 (Keyboard Macro Step-Edit): Clarify.
5178
5179 * indent.texi (Indentation): Clarifications.
5180
5181 * help.texi (Help): Correct error about C-h in query-replace.
5182 Clarify apropos vs C-h a. Fix how to search in FAQ.
5183 (Key Help): Describe C-h w here.
5184 (Name Help): Minor cleanup. C-h w moved to Key Help.
5185 Clarify the "object" joke.
5186 (Apropos): Clarify. Mouse-1 like Mouse-2.
5187 (Help Mode): Mouse-1 like Mouse-2.
5188
5189 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
5190
5191 * display.texi (Display): Reorder menu.
5192 (Faces): Cleanup.
5193 (Font Lock): Cleanup. Mention Options menu.
5194 Delete obsolete text.
5195 (Scrolling): For C-l, don't presume text terminal.
5196 (Horizontal Scrolling): Simplify intro.
5197 (Follow Mode): Clarify.
5198 (Cursor Display): Moved before Display Custom.
5199 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
5200 Doc default-tab-width. Doc line truncation more thoroughly.
5201
5202 * dired.texi (Dired Enter): C-x C-f can run Dired.
5203 (Dired Visiting): Comment out `a' command.
5204 Mouse-1 is like Mouse-2.
5205 (Shell Commands in Dired): ? can be used more than once.
5206
5207 * basic.texi (Continuation Lines): Simplify description of truncation,
5208 and refer to Display Custom for the rest of it.
5209
8cf51b2c
GM
52102005-02-06 Lute Kamstra <lute@gnu.org>
5211
5212 * basic.texi (Undo): Fix typo.
5213
5214 * cmdargs.texi (Emacs Invocation): Fix typo.
5215
5216 * custom.texi (Init Examples): Fix typo.
5217
5218 * abbrevs.texi (Expanding Abbrevs): Fix typo.
5219
52202005-02-06 Richard M. Stallman <rms@gnu.org>
5221
5222 * regs.texi (Registers): Registers can hold numbers, too.
5223
5224 * killing.texi (Other Kill Commands): Cleanup.
5225 Delete redundant explanation of kill in read-only buffer.
5226 (Yanking): Mention term "copying".
5227 (Accumulating Text): Fix typo.
5228
5229 * entering.texi (Entering Emacs): Update rationale at start.
5230 (Exiting): Treat iconifying on a par with suspension.
5231
5232 * custom.texi (Minor Modes): Fix typo.
5233 (Easy Customization): Fix menu style.
5234 (Variables): Add xref.
5235 (Examining): Setting for future sessions works through .emacs.
5236 (Keymaps): "Text terminals", not "Many".
5237 (Init Rebinding): Explain \C-. Show example of \M-.
5238 Fix minor wording errors.
5239 (Function Keys): Explain vector syntax just once.
5240 (Named ASCII Chars): Clarify history of TAB/C-i connection.
5241 (Init File): Mention .emacs.d directory.
5242 (Init Examples): Add xref.
5243 (Find Init): Mention .emacs.d directory.
5244
5245 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
5246 (Action Arguments): Explain which kinds of -l args are found how.
5247 (Initial Options): --batch does not inhibit site-start.
5248 Add xrefs.
5249 (Command Example): Use --batch, not -batch.
5250
5251 * basic.texi (Inserting Text): Cleanup wording.
5252 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
5253 C-n is not error at end of buffer.
5254 (Undo): Doc C-/ like C-_. Add xrefs.
5255 (Arguments): META key may be labeled ALT.
5256 Peculiar arg meanings are explained in doc strings.
5257
5258 * abbrevs.texi (Expanding Abbrevs): Clarify.
5259
52602005-02-05 Eli Zaretskii <eliz@gnu.org>
5261
5262 * frames.texi (Frame Parameters): Add an xref to the description
5263 of list-colors-display. Add a pointer to the X docs about colors.
5264
5265 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 5266 Improve docs of list-colors-display.
8cf51b2c
GM
5267
52682005-02-03 Lute Kamstra <lute@gnu.org>
5269
5270 * frames.texi (Frames, Drag and Drop): Fix typos.
5271
52722005-02-03 Richard M. Stallman <rms@gnu.org>
5273
5274 * windows.texi (Basic Window): Mention color-change in mode line.
5275 (Change Window): Explain dragging vertical boundaries.
5276
5277 * text.texi (Sentences): Clarify.
5278 (Paragraphs): Explain M-a and blank lines.
5279 (Outline Mode): Clarify text and menu.
5280 (Hard and Soft Newlines): Mention use-hard-newlines.
5281
5282 * frames.texi (Frames): Delete unnecessary mention of Windows.
5283 (Mouse Commands): Likewise. Mention xterm mouse support.
5284 (Clipboard): Clarify.
5285 (Mouse References): Mention use of Mouse-1 for following links.
5286 (Menu Mouse Clicks): Clarify.
5287 (Mode Line Mouse): Clarify.
5288 (Drag and Drop): Rewrite.
5289
5290 * fixit.texi (Spelling): Fix typo.
5291
5292 * files.texi (File Names): Clarify.
5293 (Visiting): Update conditions for use of file dialog. Clarify.
5294 (Saving): Doc d as answer in save-some-buffers.
5295 (Remote Files): Clean up the text.
5296
5297 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
5298
5299 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
5300 (List Buffers): Clarify.
5301 (Several Buffers): Doc T command.
5302 (Buffer Convenience): Clarify menu.
5303
5304 * basic.texi (Undo): Clarify last change.
5305
53062005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5307
5308 * fixit.texi (Spelling): Fix typo.
5309
53102005-02-01 Luc Teirlinck <teirllm@auburn.edu>
5311
5312 * basic.texi (Undo): Update description of `undo-outer-limit'.
5313
53142005-02-01 Nick Roberts <nickrob@snap.net.nz>
5315
5316 * building.texi: Update documentation relating to GDB Graphical
5317 Interface.
5318
53192005-01-30 Luc Teirlinck <teirllm@auburn.edu>
5320
5321 * custom.texi (Easy Customization): Adapt menu to node name change.
5322
53232005-01-30 Richard M. Stallman <rms@gnu.org>
5324
5325 * custom.texi (Easy Customization): Defn of "User Option" now
5326 includes faces. Don't say just "option" when talking about variables.
5327 Do say just "options" to mean "anything customizable".
5328 (Specific Customization): Describe `customize-variable',
5329 not `customize-option'.
5330
5331 * glossary.texi (Glossary) <Faces>: Add xref.
5332 <User Option>: Change definition--include faces. Change xref.
5333
5334 * picture.texi (Picture): Mention artist.el.
5335
5336 * sending.texi, screen.texi, programs.texi, misc.texi:
5337 * mini.texi, major.texi, maintaining.texi, macos.texi:
5338 * help.texi, frames.texi, files.texi:
5339 Don't say just "option" when talking about variables.
5340
5341 * display.texi, mule.texi: Don't say just "option" when talking
5342 about variables. Other minor cleanups.
5343
8cf51b2c
GM
53442005-01-26 Lute Kamstra <lute@gnu.org>
5345
5346 * cmdargs.texi (Initial Options): Add a cross reference to `Init
5347 File'. Mention the `-Q' option at the `--no-site-file' option.
5348
8cf51b2c
GM
53492005-01-22 David Kastrup <dak@gnu.org>
5350
5351 * building.texi (Grep Searching): Mention alias `find-grep' for
5352 `grep-find'.
5353
53542005-01-20 Richard M. Stallman <rms@gnu.org>
5355
5356 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
5357
8cf51b2c
GM
53582005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5359
5360 * rmail.texi (Movemail): Explain differences
5361 between standard and mailutils versions of movemail.
5362 Describe command line and configuration options introduced
5363 with the latter.
5364 Explain the notion of mailbox URL, provide examples and
5365 cross-references to mailutils documentation.
5366 Describe various methods of specifying mailbox names,
5367 user names and user passwords for rmail.
5368 (Remote Mailboxes): New section. Describe
5369 how movemail handles remote mailboxes. Describe configuration
5370 options used to control its behavior.
5371 (Other Mailbox Formats): Explain handling of various mailbox
5372 formats.
5373
53742005-01-13 Richard M. Stallman <rms@gnu.org>
5375
5376 * commands.texi (Commands): Clarification.
5377
53782005-01-11 Richard M. Stallman <rms@gnu.org>
5379
5380 * programs.texi (Multi-line Indent): Fix previous change.
5381 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
5382
8cf51b2c
GM
53832005-01-08 Richard M. Stallman <rms@gnu.org>
5384
5385 * display.texi (Faces): isearch-lazy-highlight-face renamed to
5386 lazy-highlight.
5387
5388 * search.texi (Query Replace): Mention faces query-replace
5389 and lazy-highlight.
5390 (Incremental Search): Update isearch highlighting info.
5391
8cf51b2c
GM
53922005-01-04 Richard M. Stallman <rms@gnu.org>
5393
5394 * custom.texi (Saving Customizations): Minor improvement.
5395
8cf51b2c
GM
53962005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5397
5398 * custom.texi (Saving Customizations): Emacs no longer loads
5399 `custom-file' after .emacs. No longer mention customizing through
5400 Custom.
5401
8cf51b2c
GM
54022005-01-01 Andreas Schwab <schwab@suse.de>
5403
5404 * killing.texi (Graphical Kill): Move up under node Killing,
5405 change @section to @subsection.
5406
54072005-01-01 Richard M. Stallman <rms@gnu.org>
5408
5409 * custom.texi (Face Customization): Mention hex color specs.
5410
5411 * emacs.texi (Top): Update Killing submenu.
5412
5413 * killing.texi (Killing): Reorganize section.
5414 No more TeX-only text; put the node command at start of chapter.
5415 But the first section heading is used only in TeX.
5416 Rewrite the text to read better in this mode.
5417 (Graphical Kill): New subnode gets some of the text that
5418 used to be in the first section.
5419
54202004-12-31 Richard M. Stallman <rms@gnu.org>
5421
5422 * dired.texi (Shell Commands in Dired): Delete the ? example.
5423
5424 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
5425
5426 * files.texi (Saving): Describe new require-final-newline features
5427 and mode-require-final-newline.
5428
8cf51b2c
GM
54292004-12-29 Richard M. Stallman <rms@gnu.org>
5430
5431 * custom.texi (File Variables): Clarify previous change.
5432
c8763fb6 54332004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5434
5435 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
5436 out now.
5437
54382004-12-27 Richard M. Stallman <rms@gnu.org>
5439
5440 * Makefile.in (MAKEINFO): Specify --force.
5441
5442 * basic.texi (Moving Point): C-e now runs move-end-of-line.
5443 (Undo): Doc undo-outer-limit.
5444
8cf51b2c
GM
54452004-12-15 Juri Linkov <juri@jurta.org>
5446
5447 * mark.texi (Transient Mark, Mark Ring): M-< and other
5448 movement commands don't set mark in Transient Mark mode
5449 if mark is active.
5450
8cf51b2c
GM
54512004-12-12 Juri Linkov <juri@jurta.org>
5452
5453 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
5454 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
5455
5456 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
5457 (Misc Dired Commands): Add @r{(Dired)} to w.
5458
54592004-12-12 Juri Linkov <juri@jurta.org>
5460
5461 * mark.texi (Marking Objects): Marking commands also extend the
5462 region when mark is active in Transient Mark mode.
5463
8cf51b2c
GM
54642004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5465
5466 * custom.texi (Saving Customizations): Emacs only loads the custom
5467 file automatically after the init file in version 22.1 or later.
5468 Adapt text and examples to this fact.
5469
8cf51b2c
GM
54702004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5471
5472 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
5473 be set through Custom. Otherwise, it has no effect.
5474
8cf51b2c
GM
54752004-12-05 Richard M. Stallman <rms@gnu.org>
5476
5477 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
5478 * entering.texi: Rename Command Line to Emacs Invocation.
5479
10d1d0af 5480 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
5481
5482 * custom.texi (Easy Customization): Move up to section level,
5483 before Variables. Avoid using the term "variable"; say "option".
5484 New initial explanation.
5485 (Variables): In initial explanation, connect "variable" to the
5486 already-explained "user option".
5487
5488 * emacs.texi (Top): Fix ref to Command Line.
5489 Move reference to Easy Customization.
5490
5491 * xresources.texi (X Resources): Fix From link.
5492
5493 * doclicense.texi (GNU Free Documentation License): Fix To link.
5494
5495 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
5496
5497 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
5498
54992004-12-03 Richard M. Stallman <rms@gnu.org>
5500
5501 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
5502
55032004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5504
5505 * kmacro.texi: Several small changes in addition to the following.
5506 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
5507 defining a keyboard macro.
5508 Mention `kmacro-ring-max'.
5509 (Keyboard Macro Counter): Clarify description of
5510 `kmacro-insert-counter', `kmacro-set-counter',
5511 `kmacro-add-counter' and `kmacro-set-format'.
5512
55132004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * custom.texi (File Variables): Add `unibyte' and make it more
5516 clear that `unibyte' and `coding' are special. Suggested by Simon
5517 Krahnke <overlord@gmx.li>.
5518
5519 * mule.texi (Enabling Multibyte): Refer to File Variables.
5520 Suggested by Simon Krahnke <overlord@gmx.li>.
5521
c8763fb6 55222004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5523
5524 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
5525 x-use-old-gtk-file-dialog.
5526
8cf51b2c
GM
55272004-11-20 Richard M. Stallman <rms@gnu.org>
5528
5529 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
5530
55312004-11-09 Lars Brinkhoff <lars@nocrew.org>
5532
5533 * building.texi (Lisp Eval): Delete hyphen in section name.
5534
55352004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5536
5537 * files.texi (Old Versions):
5538 No longer document annotation as "CVS only".
5539
55402004-11-10 Andre Spiegel <spiegel@gnu.org>
5541
5542 * files.texi (Version Control): Rewrite the introduction about
5543 version systems, mentioning the new ones that we support. Thanks
5544 to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
5545 suggestions.
5546
c8763fb6 55472004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5548
49823426 5549 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 5550
c8763fb6 55512004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5552
5553 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
5554
55552004-10-23 Eli Zaretskii <eliz@gnu.org>
5556
5557 * text.texi (Text Based Tables, Table Definition)
5558 (Table Creation, Table Recognition, Cell Commands)
5559 (Cell Justification, Row Commands, Column Commands)
5560 (Fixed Width Mode, Table Conversion, Measuring Tables)
5561 (Table Misc): New nodes, documenting the Table Mode.
5562
8cf51b2c
GM
55632004-10-19 Jason Rumney <jasonr@gnu.org>
5564
5565 * makefile.w32-in (info): Change order of arguments to makeinfo.
5566
55672004-10-19 Ulf Jasper <ulf.jasper@web.de>
5568
5569 * calendar.texi (iCalendar): Update for package changes.
5570
8cf51b2c
GM
55712004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * files.texi (Misc File Ops): View mode is a minor mode.
5574
8cf51b2c
GM
55752004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5576
5577 * calendar.texi (iCalendar): Style changes.
5578
55792004-10-07 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * search.texi (Regexps): The regexp described in the example is no
5582 longer stored in the variable `sentence-end'.
5583
8cf51b2c
GM
55842004-10-06 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * building.texi (Starting GUD): Note that multiple debugging
5587 sessions requires `gdb --fullname'.
5588
55892004-10-05 Ulf Jasper <ulf.jasper@web.de>
5590
5591 * calendar.texi (iCalendar): New section for a new package.
5592
8cf51b2c
GM
55932004-10-05 Luc Teirlinck <teirllm@auburn.edu>
5594
5595 * text.texi: Various small changes in addition to the following.
5596 (Text): Replace xref for autotype with inforef.
5597 (Sentences): Explain nil value for `sentence-end'.
5598 (Paragraphs): Update default values for `paragraph-start' and
5599 `paragraph-separate'.
5600 (Text Mode): Correct description of Text mode's effect on the
5601 syntax table.
5602 (Outline Visibility): `hide-other' does not hide top level headings.
5603 `selective-display-ellipses' no longer has an effect on Outline mode.
5604 (TeX Misc): Add missing @cindex.
5605 Replace xref for RefTeX with inforef.
5606 (Requesting Formatted Text): The variable
5607 `enriched-fill-after-visiting' no longer exists.
5608 (Editing Format Info): Update names of menu items and commands.
5609 (Format Faces): Mention special effect of specifying the default face.
5610 Describe inheritance of text properties.
5611 Correct description of `fixed' face.
5612 (Format Indentation): Correct description of effect of setting
5613 margins. Mention `set-left-margin' and `set-right-margin'.
5614 (Format Justification): Update names of menu items.
5615 `set-justification-full' is now bound to `M-j b'.
5616 Mention that `default-justification' is a per buffer variable.
5617 (Format Properties): Update name of menu item.
5618 (Forcing Enriched Mode): `format-decode-buffer' automatically
5619 turns on Enriched mode if the buffer is in text/enriched format.
5620
56212004-10-05 Emilio C. Lopes <eclig@gmx.net>
5622
5623 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
5624
56252004-09-28 Kim F. Storm <storm@cua.dk>
5626
5627 * display.texi (Display Custom) <indicate-buffer-boundaries>:
5628 Align with new functionality.
5629
8cf51b2c
GM
56302004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5631
5632 * display.texi (Display Custom): Remove stray `@end defvar'.
5633
56342004-09-23 Kim F. Storm <storm@cua.dk>
5635
5636 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
5637 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
5638
8cf51b2c
GM
56392004-09-20 Richard M. Stallman <rms@gnu.org>
5640
5641 * custom.texi (Hooks): Explain using setq to clear out a hook.
5642 (File Variables): Explain multiline string constants.
5643 (Non-ASCII Rebinding): Explain when you need to update
5644 non-ASCII char codes in .emacs.
5645
5646 * building.texi (Compilation): Explain how to make a silent
5647 subprocess that won't be terminated. Explain compilation-environment.
5648
56492004-09-13 Kim F. Storm <storm@cua.dk>
5650
5651 * mini.texi (Repetition): Rename isearch-resume-enabled to
5652 isearch-resume-in-command-history and change default to disabled.
5653
8cf51b2c
GM
56542004-09-09 Kim F. Storm <storm@cua.dk>
5655
5656 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
5657 with new `kmacro-name-last-macro'.
5658
8cf51b2c
GM
56592004-09-08 Juri Linkov <juri@jurta.org>
5660
5661 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
5662
8cf51b2c
GM
56632004-09-03 Juri Linkov <juri@jurta.org>
5664
5665 * search.texi (Incremental Search): Update wording for M-%.
5666
56672004-09-02 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * killing.texi (Killing): Correct description of kill commands in
5670 read-only buffer.
5671
56722004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
5673
5674 * building.texi (Compilation Mode): Add a paragraph about rules
5675 for finding the compilation buffer for `next-error'.
5676
5677 * search.texi (Other Repeating Search): Mention that Occur mode
5678 supports the next-error functionality.
5679
56802004-09-02 Juri Linkov <juri@jurta.org>
5681
5682 * search.texi (Regexp Replace): Add missing backslash to \footnote.
5683
56842004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * kmacro.texi (Basic Keyboard Macro):
5687 `apply-macro-to-region-lines' now operates on all lines that begin
5688 in the region, rather than on all complete lines in the region.
5689
c8763fb6 56902004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5691
5692 * frames.texi (Drag and drop): Add documentation about
5693 x-dnd-test-function and x-dnd-known-types.
5694
56952004-08-30 Luc Teirlinck <teirllm@auburn.edu>
5696
5697 * indent.texi: Various minor changes in addition to:
5698 (Indentation Commands): Correct description of `indent-relative'.
5699 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
5700 mode. The *Tab Stops* buffer uses Overwrite Mode.
5701 (Just Spaces): `tabify' converts sequences of at least two spaces
5702 to tabs.
5703
8cf51b2c
GM
57042004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5705
5706 * frames.texi (Secondary Selection): Setting the secondary
5707 selection with M-Drag-Mouse-1 does not alter the kill ring,
5708 setting it with M-Mouse-1 and M-Mouse-3 does.
5709 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
5710 toolkit scroll bars.
5711 (Scroll Bars): Ditto.
5712
5713 * windows.texi (Basic Window): When using a window system, the value
5714 of point in a non-selected window is indicated by a hollow box.
5715 (Split Window): Side by side windows are separated by a scroll bar,
5716 if scroll bars are used.
5717 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
5718 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
5719 (Window Convenience): Update bindings for `winner-undo' and
5720 `winner-redo'.
5721
5722 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 5723 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
5724 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
5725 of "Using Emacs as a Server".
5726 * building.texi (Building): Interchange nodes (for correct numbering).
5727 * programs.texi (Programs): Interchange nodes (for correct numbering).
5728 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
5729 Info to the node structure.
5730 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
5731 Rearrange order of nodes and sections such that both "GNU GENERAL
5732 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
5733 end, as appropriate for appendices.
5734 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
5735 Use `@unnumberedsec'.
5736 * trouble.texi: Adapt sectioning in Info to the node structure.
5737 Adapt node pointers to change in emacs.texi.
5738 * cmdargs.texi, doclicense.texi: Adapt node pointers.
5739
8cf51b2c
GM
57402004-08-25 Kenichi Handa <handa@m17n.org>
5741
5742 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
5743 description for unibyte mode.
5744
57452004-08-23 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
5748
5749 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
5750 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
5751 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
5752 in @pxref.
5753
57542004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
5757 Change section names.
5758
8cf51b2c
GM
57592004-08-21 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * kmacro.texi (Keyboard Macro Ring): Rename section.
5762 Emacs treats the head of the macro ring as the `last keyboard macro'.
5763 (Keyboard Macro Counter): Minor change.
5764 (Save Keyboard Macro): Some clarifications.
5765 (Edit Keyboard Macro): Rename section.
5766
5767 * buffers.texi (Buffers): Maximum buffer size is now 256M on
5768 32-bit machines.
5769 (Several Buffers): Clarify which buffer is selected if `2' is
5770 pressed in the Buffer Menu.
5771 Auto Revert mode can be used to update the Buffer Menu
5772 automatically.
5773
57742004-08-21 Eli Zaretskii <eliz@gnu.org>
5775
5776 * help.texi (Misc Help): Add an index entry for finding an Info
5777 manual by its file name.
5778
57792004-08-20 Luc Teirlinck <teirllm@auburn.edu>
5780
5781 * files.texi (Backup Deletion): Correct description of
5782 `delete-old-versions'.
5783 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
5784 (Auto Save Files): Recommend `auto-save-mode' to reenable
5785 auto-saving, rather than the abbreviation `auto-save'.
5786
57872004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5788
5789 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
5790 for "killing" and "yanking" in main menu.
5791
57922004-08-16 Richard M. Stallman <rms@gnu.org>
5793
5794 * killing.texi (Yanking, Killing): Minor cleanups.
5795
5796 * mark.texi (Momentary Mark): Minor cleanups.
5797
57982004-08-15 Kenichi Handa <handa@etl.go.jp>
5799
5800 * custom.texi (Non-ASCII Rebinding):
5801 C-q always inserts the right code to pass to global-set-key.
5802
8cf51b2c
GM
58032004-08-13 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * regs.texi (RegNumbers): Mention `C-x r i' binding for
5806 `insert-register', instead of `C-x r g' binding, for consistency.
5807
58082004-08-12 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * fixit.texi (Spelling): Fix typo.
5811
58122004-08-11 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * help.texi (Help): Fix Texinfo usage.
5815
8cf51b2c
GM
58162004-07-24 Richard M. Stallman <rms@gnu.org>
5817
5818 * text.texi (Paragraphs): Update how paragraphs are separated
5819 and the default for paragraph-separate.
5820
5821 * search.texi (Regexp Replace): Further update text for new
5822 replacement operators.
5823
8cf51b2c
GM
58242004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5825
5826 * emacs-xtra.texi (Subdir switches): Dired does not remember the
5827 `R' switch.
5828
5829 * dired.texi (Dired Updating): `k' only deletes inserted
5830 subdirectories from the Dired buffer if a prefix argument was given.
5831
5832 * search.texi (Regexps): Delete redundant definition of `symbol' in
5833 description of `\_>'. It already occurs in the description of `\_<'.
5834
8cf51b2c
GM
58352004-07-01 Juri Linkov <juri@jurta.org>
5836
5837 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
5838 (Regexp Search): Add M-r.
5839
58402004-06-30 Luc Teirlinck <teirllm@auburn.edu>
5841
5842 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
5843
58442004-06-29 Jesper Harder <harder@ifa.au.dk>
5845
49823426 5846 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
5847
58482004-06-25 Richard M. Stallman <rms@gnu.org>
5849
5850 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
5851
58522004-06-25 David Kastrup <dak@gnu.org>
5853
5854 * search.texi (Regexp Replace): Some typo corrections and
5855 rearrangement.
5856
58572004-06-24 David Kastrup <dak@gnu.org>
5858
5859 * search.texi (Unconditional Replace): Use replace-string instead
5860 of query-replace in example.
5861 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
5862 sequences.
5863 (Query Replace): Correct explanation of `^' which does not use
5864 the mark stack.
5865
58662004-06-21 Nick Roberts <nickrob@gnu.org>
5867
5868 * misc.texi (Shell History Copying): Document comint-insert-input.
5869 (Shell Ring): Describe comint-dynamic-list-input-ring here.
5870
8cf51b2c
GM
58712004-06-20 Jesper Harder <harder@ifa.au.dk>
5872
5873 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
5874 * custom.texi (Customization): Do.
5875 * anti.texi (Antinews): Do.
5876 * abbrevs.texi (Defining Abbrevs): Do.
5877
5878 * programs.texi (Info Lookup): Fix keybinding for
5879 info-lookup-symbol.
5880
58812004-06-16 Juanma Barranquero <lektu@terra.es>
5882
5883 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
5884 Add emacs-xtra.
5885 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
5886 (clean): Add emacs-xtra and flymake. Remove redundancies.
5887
58882004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
5891 Add emacs-xtra.
5892 * emacs-xtra.texi: New file.
5893
58942004-06-14 Luc Teirlinck <teirllm@auburn.edu>
5895
5896 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
5897 (Dired and Find): Mention differences with ordinary Dired buffers.
5898
8cf51b2c
GM
58992004-06-13 Richard M. Stallman <rms@gnu.org>
5900
5901 * custom.texi (Init Syntax): Explain about vars that do special
5902 things when set with setq or with Custom.
5903 (Init Examples): Add line-number-mode example.
5904
8cf51b2c
GM
59052004-06-12 Juri Linkov <juri@jurta.org>
5906
5907 * dired.texi (Operating on Files): Add dired-do-touch.
5908
8cf51b2c
GM
59092004-06-10 Juri Linkov <juri@jurta.org>
5910
5911 * building.texi (Lisp Eval): Add C-M-x on defface.
5912
59132004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5914
5915 * files.texi (Reverting): Auto-Revert mode and
5916 Global Auto-Revert mode no longer revert remote files.
5917
8cf51b2c
GM
59182004-05-29 Richard M. Stallman <rms@gnu.org>
5919
5920 * custom.texi (Init File): Two dashes start --no-site-file.
5921
8cf51b2c
GM
59222004-05-29 Alan Mackenzie <acm@muc.de>
5923
5924 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 5925 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
5926 (AWK, Pike): Document as "C-like modes".
5927 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
5928 (M-x man): Supersedes M-x manual-entry.
5929 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
5930
5931 ("Comments in C"): Delete node; the info is in CC Mode manual.
5932 (c-comment-only-line-offset): Remove description.
5933
5934 (C-c ., C-c C-c): Describe new C Mode bindings.
5935
5936 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
5937 (@dfn{Style}, c-default-style, comment-column, comment-padding)
5938 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
5939 Amend definitions.
5940
5941 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
5942 Describe functions.
5943
5944 (c-comment-start-regexp, c-hanging-comment-ender-p)
5945 (c-hanging-comment-starter-p): Remove obsolete definitions.
5946
5947 * emacs.texi: Remove the menu entry "Comments in C".
5948
8cf51b2c
GM
59492004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5950
5951 * dired.texi (Dired and Find): `find-ls-option' does not apply to
5952 `M-x locate'.
5953
59542004-05-16 Karl Berry <karl@gnu.org>
5955
5956 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
5957 makeinfo --html fails.
5958 * help.texi (Help Summary) [@ifnottex]: Likewise.
5959
59602004-05-13 Nick Roberts <nickrob@gnu.org>
5961
5962 * building.texi (GDB Graphical Interface): Update and describe
5963 layout first.
5964
8cf51b2c
GM
59652004-05-04 Jason Rumney <jasonr@gnu.org>
5966
5967 * makefile.w32-in: Revert last change.
5968
59692004-05-03 Jason Rumney <jasonr@gnu.org>
5970
5971 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
5972
8cf51b2c
GM
59732004-04-23 Juanma Barranquero <lektu@terra.es>
5974
5975 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5976
59772004-04-18 Juri Linkov <juri@jurta.org>
5978
5979 * fixit.texi (Spelling): Remove file extension from ispell xref.
5980
59812004-04-15 Kim F. Storm <storm@cua.dk>
5982
5983 * cmdargs.texi (Initial Options): Add -Q.
5984
59852004-04-05 Kim F. Storm <storm@cua.dk>
5986
5987 * custom.texi (File Variables): Add safe-local-eval-forms.
5988
8cf51b2c
GM
59892004-04-02 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * files.texi (Reverting): Correct description of revert-buffer's
5992 handling of point.
5993
59942004-03-22 Juri Linkov <juri@jurta.org>
5995
5996 * emacs.texi (Top): Add `Misc X'.
5997
49823426 5998 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
5999
6000 * glossary.texi: Improve references.
6001
6002 * help.texi: Sync keywords with finder.el.
6003
6004 * mini.texi (Completion): Add description for menu items.
6005
6006 * misc.texi (Browse-URL, FFAP): Add information about keywords.
6007
6008 * sending.texi (Mail Methods): Fix xref to Message manual.
6009
8cf51b2c
GM
60102004-03-12 Richard M. Stallman <rms@gnu.org>
6011
8cf51b2c
GM
6012 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
6013
8cf51b2c
GM
60142004-03-04 Richard M. Stallman <rms@gnu.org>
6015
6016 * search.texi (Regexps): Explain that ^ and $ have their
6017 special meanings only in certain contexts.
6018
6019 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
6020
6021 * mule.texi (Specify Coding): Doc C-x RET F.
6022
6023 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
6024 for multiple compile and grep buffers.
6025 (Indirect Buffers): Don't recommand clone-indirect-buffer
6026 for multiple compile and grep buffers.
6027
8cf51b2c
GM
60282004-02-29 Juanma Barranquero <lektu@terra.es>
6029
6030 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
6031 Use $(DEL) instead of rm, and ignore exit code.
6032
8cf51b2c
GM
60332004-02-23 Nick Roberts <nick@nick.uklinux.net>
6034
6035 * building.texi (Watch Expressions): Update.
6036
60372004-02-21 Juri Linkov <juri@jurta.org>
6038
6039 * cmdargs.texi (Action Arguments): Add alias --find-file. Add
6040 --directory, --help, --version. Move text about command-line-args
6041 to Command Arguments.
6042 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
6043 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
6044 (Window Size X): Join -g and --geometry. Add @cindex.
6045 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
6046 (Title X): Remove alias -title.
6047 (Misc X): New node.
6048
c8763fb6 60492004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6050
6051 * frames.texi (Drag and drop): Add Motif to list of supported
6052 protocols.
6053
c8763fb6 60542004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6055
6056 * frames.texi (Drag and drop): New section.
6057
60582004-01-24 Richard M. Stallman <rms@gnu.org>
6059
6060 * emacs.texi (Acknowledgments): Renamed from Acknowledgements.
6061 Include it only @ifnotinfo. Patch the preceding and following
6062 node headers to point to each other.
6063
60642004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6065
6066 * calendar.texi (Appointments): Update section.
6067
60682003-12-29 Kevin Ryde <user42@zip.com.au>
6069
8cf51b2c
GM
6070 * programs.texi (C Modes): Fix the xref.
6071
60722003-12-23 Nick Roberts <nick@nick.uklinux.net>
6073
6074 * building.texi (Watch Expressions): Update.
6075 (Commands of GUD): Include use of toolbar + breakpoints set from
6076 fringe/margin.
6077
60782003-12-03 Andre Spiegel <spiegel@gnu.org>
6079
6080 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
6081 <acm@muc.de>.
6082
c8763fb6 60832003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6084
6085 * frames.texi (Dialog Boxes): Add use-file-dialog.
6086
8cf51b2c
GM
60872003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
6088
6089 * ack.texi: Note that Alan Mackenzie contributed the AWK support
6090 in CC Mode.
6091
8cf51b2c
GM
60922003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6093
6094 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
6095 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 6096 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
6097 * man/frames.texi, man/glossary.texi, man/killing.texi:
6098 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
6099 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
6100 * man/sending.texi, man/text.texi, man/trouble.texi:
6101 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
6102
61032003-11-01 Alan Mackenzie <acm@muc.de>
6104
6105 * search.texi (Scrolling During Incremental Search): Document a
6106 new scrolling facility in isearch mode.
6107
8cf51b2c
GM
61082003-10-22 Miles Bader <miles@gnu.org>
6109
6110 * Makefile.in (info): Move before $(top_srcdir)/info.
6111
61122003-10-22 Nick Roberts <nick@nick.uklinux.net>
6113
6114 * building.texi (Watch Expressions): Update section on data display
6115 to reflect code changes (GDB Graphical Interface).
6116
8cf51b2c
GM
61172003-10-13 Richard M. Stallman <rms@gnu.org>
6118
6119 * xresources.texi (GTK resources): Clean up previous change.
6120
c8763fb6 61212003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6122
6123 * xresources.texi (GTK resources): Add a note that some themes
6124 disallow customizations. Add scroll theme example.
6125
8cf51b2c
GM
61262003-09-30 Richard M. Stallman <rms@gnu.org>
6127
8cf51b2c
GM
6128 * cmdargs.texi (General Variables): Remove MAILRC envvar.
6129
6130 * misc.texi (Saving Emacs Sessions): Shorten the section,
6131 collapsing back into one node.
6132
61332003-09-30 Lars Hansen <larsh@math.ku.dk>
6134
6135 * misc.texi: Section "Saving Emacs Sessions" rewritten.
6136
ce058493 61372003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6138
6139 * xresources.texi (GTK names in Emacs): Correct typo.
6140
8cf51b2c
GM
61412003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6142
6143 * cmdargs.texi (Font X): Mention new default font. More
6144 fully describe long font names, wildcard patterns and the
6145 problems involved. (Result of discussion on emacs-devel.)
6146
61472003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
6148
6149 * emacs.texi (Acknowledgements): Correct typo.
6150
61512003-09-22 Richard M. Stallman <rms@gnu.org>
6152
6153 * dired.texi (Misc Dired Commands): New node.
6154 (Dired Navigation): Add dired-goto-file.
6155
6156 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
6157
6158 * emacs.texi (Acknowledgements): New node, split from Distribution.
6159
6160 * cmdargs.texi (Action Arguments): -f reads interactive args.
6161
8cf51b2c
GM
61622003-09-08 Lute Kamstra <lute@gnu.org>
6163
6164 * screen.texi (Mode Line): Say that POS comes before LINE.
6165 Mention `size-indication-mode'.
6166 * display.texi (Optional Mode Line): Document
6167 `size-indication-mode'.
6168 * basic.texi (Position Info): Mention `size-indication-mode'.
6169
61702003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6171
6172 * xresources.texi (Resources): Refer to `editres' man page.
6173 (Lucid Resources): Update defaults. Expand description of
6174 `shadowThickness'.
6175
61762003-09-04 Miles Bader <miles@gnu.org>
6177
6178 * Makefile.in (top_srcdir): New variable.
6179 ($(top_srcdir)/info): New rule.
6180 (info): Depend on it.
6181
61822003-09-03 Peter Runestig <peter@runestig.com>
6183
6184 * makefile.w32-in: New file.
6185
61862003-08-29 Richard M. Stallman <rms@gnu.org>
6187
6188 * misc.texi (Saving Emacs Sessions): Correct previous change.
6189
8cf51b2c
GM
61902003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6191
8cf51b2c
GM
6192 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
6193 (Intro): Include kmacro.texi after fixit.texi instead of after
6194 custom.texi. (As suggested by Kim Storm.)
6195
61962003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6197
6198 * fixit.texi (Fixit): Update `Next' pointer.
6199 * files.texi (Files): Update `Previous' pointer.
6200 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
6201 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
6202 (Suggested by Kim Storm.)
6203 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
6204
62052003-08-18 Kim F. Storm <storm@cua.dk>
6206
6207 * kmacro.texi: New file describing enhanced keyboard macro
6208 functionality. Replaces old description in custom.texi.
6209
6210 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
6211 (Keyboard Macros): Move to new kmacro.texi file.
6212
6213 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
6214
8cf51b2c
GM
62152003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6216
6217 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
6218
62192003-08-17 Alex Schroeder <alex@gnu.org>
6220
6221 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
6222 required.
6223
8cf51b2c
GM
62242003-08-05 Richard M. Stallman <rms@gnu.org>
6225
6226 * programs.texi (Lisp Indent): Don't describe
6227 lisp-indent-function property here. Use xref to Lisp Manual.
6228
8cf51b2c
GM
62292003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6230
fffa137c 6231 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
6232 abbreviations.
6233
62342003-07-24 Markus Rost <rost@math.ohio-state.edu>
6235
6236 * buffers.texi (List Buffers): Fix previous change.
6237
8cf51b2c
GM
62382003-07-13 Markus Rost <rost@math.ohio-state.edu>
6239
6240 * buffers.texi (List Buffers): Adjust to new format of *Buffer
6241 List*.
6242
62432003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6244
8cf51b2c
GM
6245 * display.texi (Font Lock): Fix typo.
6246
62472003-07-07 Richard M. Stallman <rms@gnu.org>
6248
6249 * display.texi (Font Lock): Add xref for format info on
6250 font-lock-remove-keywords.
6251
6252 * building.texi (Compilation): Document what happens with asynch
6253 children of compiler process.
6254
6255 * help.texi (Library Keywords): Use @multitable.
6256
8cf51b2c
GM
62572003-06-04 Richard M. Stallman <rms@gnu.org>
6258
6259 * programs.texi (Expressions): Delete C-M-DEL.
6260
6261 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
6262 comint-move-point-for-output renamed from
6263 comint-scroll-to-bottom-on-output.
6264
6265 * custom.texi (Init Rebinding): Replace previous change with xref.
6266 (Non-ASCII Rebinding): Explain that issue more briefly here.
6267
62682003-05-28 Richard M. Stallman <rms@gnu.org>
6269
6270 * indent.texi (Indentation): Condense, simplify, clarify prev change.
6271
62722003-05-28 Nick Roberts <nick@nick.uklinux.net>
6273
6274 * building.texi (GDB Graphical Interface): New node.
6275 (Rewritten somewhat by RMS.)
6276
c8763fb6 62772003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6278
6279 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
6280 non-English letters. Explain how to set coding systems correctly
6281 and how to include the right coding cookie in the file.
6282
c8763fb6 62832003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
6284
6285 * indent.texi (Indentation): Explain the concepts.
6286 (Just Spaces): Explain why preventing tabs for indentation might
6287 be useful.
6288
8cf51b2c
GM
62892003-04-16 Richard M. Stallman <rms@gnu.org>
6290
6291 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6292
8cf51b2c
GM
62932003-02-22 Alex Schroeder <alex@emacswiki.org>
6294
6295 * cmdargs.texi (General Variables): Document SMTPSERVER.
6296
8cf51b2c
GM
6297 * sending.texi: Remove SMTP node.
6298 (Mail Sending): Describe `send-mail-function'. Link to SMTP
6299 library.
6300
8cf51b2c
GM
63012003-02-22 Alex Schroeder <alex@emacswiki.org>
6302
6303 * sending.texi (Sending via SMTP): Explain MTA/MUA.
6304
63052003-02-22 Simon Josefsson <jas@extundo.com>
6306
6307 * sending.texi (Mail Methods): Add node about SMTP.
6308
c8763fb6 63092003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6310
6311 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
6312
8cf51b2c
GM
63132003-02-01 Kevin Ryde <user42@zip.com.au>
6314
6315 * glossary.texi (Glossary): Correction to cl cross reference.
6316
63172003-01-20 Richard M. Stallman <rms@gnu.org>
6318
6319 * killing.texi (Rectangles): Document C-x c r.
6320
c8763fb6 63212003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6322
6323 * xresources.texi (GTK resources): New node.
6324 (GTK widget names): New node.
6325 (GTK names in Emacs): New node.
6326 (GTK styles): New node.
6327
c8763fb6 63282003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
6329
6330 * maintaining.texi (Create Tags Table): Add reference to the new
6331 `etags --help --lang=LANG' option.
6332
8cf51b2c
GM
63332002-10-02 Karl Berry <karl@gnu.org>
6334
49823426 6335 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 6336 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 6337 where needed for the sake of the HTML output.
8cf51b2c
GM
6338
63392001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
6340
6341 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
6342 source files.
6343
63442001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * Makefile.in (emacsman): New target.
6347
8cf51b2c
GM
63482001-10-20 Gerd Moellmann <gerd@gnu.org>
6349
6350 * (Version 21.1 released.)
6351
63522001-10-05 Gerd Moellmann <gerd@gnu.org>
6353
6354 * Branch for 21.1.
6355
8cf51b2c
GM
63562001-03-05 Gerd Moellmann <gerd@gnu.org>
6357
6358 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
6359
8cf51b2c
GM
63602000-05-31 Stefan Monnier <monnier@cs.yale.edu>
6361
6362 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
6363
8cf51b2c
GM
63641999-07-12 Richard Stallman <rms@gnu.org>
6365
6366 * Version 20.4 released.
6367
63681998-12-04 Markus Rost <rost@delysid.gnu.org>
6369
6370 * Makefile.in (INFO_TARGETS): Delete customize.info.
6371 (DVI_TARGETS): Delete customize.dvi.
6372 (../info/customize, customize.dvi): Targets deleted.
6373
63741998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6375
6376 * Version 20.3 released.
6377
63781998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6379
6380 * Makefile.in (EMACSSOURCES): Add mule.texi.
6381 Add msdog.texi, ack.texi. Remove gnu1.texi.
6382
63831998-04-06 Andreas Schwab <schwab@gnu.org>
6384
6385 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
6386 it in dvi targets.
8cf51b2c
GM
6387
63881997-09-23 Paul Eggert <eggert@twinsun.com>
6389
6390 * Makefile.in: Merge changes mistakenly made to `Makefile'.
6391 (INFO_TARGETS): Change ../info/custom to ../info/customize.
6392 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
6393
63941997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6395
6396 * Version 20.2 released.
6397
63981997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6399
6400 * Version 20.1 released.
6401
64021997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6403
6404 * Makefile (../info/customize, customize.dvi): New targets.
6405 (INFO_TARGETS): Add ../info/customize.
6406 (DVI_TARGETS): Add customize.dvi.
6407
8cf51b2c
GM
64081996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6409
6410 * Version 19.33 released.
6411
64121996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6413
6414 * Version 19.32 released.
6415
8cf51b2c
GM
64161996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6417
6418 * Makefile.in (All info targets): cd $(srcdir) to do the work.
6419
64201996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6421
6422 * Makefile.in (All info targets): Specify $(srcdir) in input files.
6423 Specify -I option.
6424 (All dvi targets): Set the TEXINPUTS variable.
6425
64261996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6427
6428 * Version 19.31 released.
6429
8cf51b2c
GM
64301995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6431
6432 * Version 19.30 released.
6433
8cf51b2c
GM
64341995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6435
6436 * Makefile.in (maintainer-clean): Rename from realclean.
6437
64381994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6439
6440 * Makefile.in: New file.
6441 * Makefile: File deleted.
6442
64431994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6444
6445 * Makefile (TEXINDEX_OBJS): Variable deleted.
6446 (texindex, texindex.o, getopt.o): Rules deleted.
6447 All deps on texindex deleted.
6448 (distclean): Don't delete texindex.
6449 (mostlyclean): Don't delete *.o.
6450 * texindex.c, getopt.c: Files deleted.
6451
64521994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6453
6454 * Version 19.26 released.
6455
64561994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
6457
6458 * Makefile (EMACSSOURCES): Exclude undo.texi.
6459
64601994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6461
6462 * Version 19.25 released.
6463
64641994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6465
6466 * Version 19.24 released.
6467
64681994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6469
6470 * Version 19.23 released.
6471
64721994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6473
6474 * Makefile: Delete spurious tab.
6475
64761994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6477
6478 * Makefile (.SUFFIXES): New rule.
6479
8cf51b2c
GM
64801993-12-04 Richard Stallman (rms@srarc2)
6481
6482 * getopt.c: New file.
6483 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
6484 (getopt.o): New rule.
6485 (dvi): Don't depend on texindex.
49823426 6486 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
6487
64881993-12-03 Richard Stallman (rms@srarc2)
6489
49823426
GM
6490 * Makefile (TEXI2DVI): New variable.
6491 (emacs.dvi): Add explicit command.
8cf51b2c
GM
6492 (TEXINDEX_OBJS): Delete duplicate getopt.o.
6493
64941993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6495
6496 * Version 19.22 released.
6497
64981993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6499
6500 * Makefile (TEXINDEX_OBJS): Delete spurious period.
6501
65021993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6503
6504 * Version 19.21 released.
6505
8cf51b2c
GM
65061993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6507
6508 * Makefile (realclean): Don't delete the Info files.
6509
f0131492 65101993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 6511
8cf51b2c
GM
6512 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
6513 4' where appropriate.
6514
f0131492 65151993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 6516
49823426 6517 * Makefile: Fix targets for texindex.
8cf51b2c
GM
6518
6519 * texindex.c: Include "../src/config.h" if building in emacs.
6520
6521 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 6522 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
6523 Add target to build texindex.c, defining `emacs'.
6524
8cf51b2c
GM
65251993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6526
6527 * Version 19.19 released.
6528
8cf51b2c
GM
65291993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6530
6531 * Version 19.18 released.
6532
65331993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6534
6535 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
6536
65371993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6538
6539 * Version 19.17 released.
6540
65411993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6542
6543 * split-man: Fix typos in last change.
6544
65451993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6546
6547 * Version 19.16 released.
6548
65491993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6550
6551 * version 19.15 released.
6552
65531993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6554
6555 * Makefile (distclean): It's rm, not rf.
6556
65571993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6558
6559 * Version 19.14 released.
6560
65611993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6562
6563 * Makefile: New file.
6564
65651993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6566
6567 * Version 19.13 released.
6568
65691993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6570
6571 * Version 19.9 released.
6572
65731993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6574
6575 * Version 19.8 released.
6576
65771993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6578
6579 * cmdargs.texi: Document the -i, -itype, and -iconic options.
6580
6581 * trouble.texi: It's `enable-flow-control-on', not
6582 `evade-flow-control-on'.
6583
65841993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6585
6586 * display.texi: Document standard-display-european.
6587
65881993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6589
6590 * Version 19.7 released.
6591
6592 * emacs.texi: Add a sentence to the top menu mentioning the
6593 specific version of Emacs this manual applies to.
6594
65951993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6596
6597 * basic.texi: Document next-line-add-lines variable used to
6598 implement down-arrow.
6599
6600 * killing.texi: Document kill-whole-line.
6601
66021993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
6603
6604 * text.texi: Update unix TeX ordering information.
6605
66061993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6607
6608 * news.texi: Mention fill-rectangle in keybinding list.
6609
6610 * killing.texi: Document fill-rectangle.
6611
66121993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6613
6614 * vc.texi: Bring the docs up to date with VC 5.2.
6615
66161992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6617
6618 * emacs.tex: Mention blackbox and gomoku under Amusements.
6619 Assembler mode is now mentioned and appropriately indexed
6620 under Programming Modes.
6621
66221991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
6623
6624 * emacs.tex: Update TeX ordering information.
6625
8cf51b2c
GM
66261990-06-26 David Lawrence (tale@geech)
6627
6628 * emacs.tex: Note that completion-ignored-extensions is not used
6629 to filter out names when all completions are displayed in
6630 *Completions*.
6631
66321990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6633
6634 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
6635
66361990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6637
6638 * emacs.tex: Add @findex grep.
6639
8cf51b2c
GM
66401988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6641
6642 * emacs.tex: Correct two typos. No other changes before
6643 Version 19 will be made.
6644
8cf51b2c
GM
66451988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
6646
6647 * emacs.tex: Update information for obtaining TeX distribution from the
6648 University of Washington.
6649
6650;; Local Variables:
c8763fb6 6651;; coding: utf-8
8cf51b2c
GM
6652;; fill-column: 79
6653;; add-log-time-zone-rule: t
6654;; End:
6655
6656 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
6ed161e1 6657 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8cf51b2c
GM
6658
6659 This file is part of GNU Emacs.
6660
352c8b4a 6661 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 6662 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6663 the Free Software Foundation, either version 3 of the License, or
6664 (at your option) any later version.
8cf51b2c
GM
6665
6666 GNU Emacs is distributed in the hope that it will be useful,
6667 but WITHOUT ANY WARRANTY; without even the implied warranty of
6668 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6669 GNU General Public License for more details.
6670
6671 You should have received a copy of the GNU General Public License
352c8b4a 6672 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8cf51b2c
GM
6673
6674;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd