Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
e1a3f5b1
CY
12011-10-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * mark.texi (Mark): Clarify description of disabled Transient Mark
4 mode (Bug#9689).
5 (Setting Mark): Document prefix arg for C-x C-x. Document primary
6 selection changes. Mention that commands like C-y set the mark.
7 (Marking Objects): Add xref to Words node. Note that mark-word
8 and mark-sexp also have the "extend region" behavior.
9 (Using Region): Mention M-$ in the table. Document
10 mark-even-if-inactive here instead of in Mark Ring.
11 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
12 note of the "Mark Set" behavior.
13 (Disabled Transient Mark): Rename from "Persistent Mark"
14 (Bug#9688). Callers changed.
15
16 * programs.texi (Expressions):
17 * text.texi (Words): Defer to Marking Objects for mark-word doc.
18
3dc62b2b
CY
192011-10-09 Chong Yidong <cyd@stupidchicken.com>
20
21 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
22 option" terminology.
23 (Key Help): Add command names. Define "documentation string".
24 (Name Help): Remove an over-long joke.
25 (Apropos): Document prefix args. Remove duplicated descriptions.
26 (Help Mode): Add C-c C-b to table. Update TAB binding.
27 (Package Keywords): Rename from "Library by Keyword". Describe
28 new package menu interface.
29 (Help Files, Help Echo): Tweak description.
de09aa52
CY
30
31 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 32 (Minibuffer History): Document numeric args to history commands.
de09aa52 33
2d3fe5d7
EZ
342011-10-08 Eli Zaretskii <eliz@gnu.org>
35
36 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
37
b2b0776e
CY
382011-10-08 Chong Yidong <cyd@stupidchicken.com>
39
40 * basic.texi (Position Info): Omit page commands. Document
41 count-words-region and count-words.
42
43 * text.texi (Pages): Move what-page documentation here.
44
27a16462
CY
452011-10-08 Chong Yidong <cyd@stupidchicken.com>
46
47 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
48 Remote Files node instead of linking directly to the Tramp manual.
49 (Minibuffer Edit): Add xref to Blank Lines.
50 (Completion): Add xref to Symbol Completion. Remove redundant
51 example, which is repeated in the next node.
52 (Completion Commands): Minor clarifications.
53 (Completion Styles): New node, split from Completion Commands.
54 Document substring and initials styles.
55 (Strict Completion): Remove information duplicated in other nodes.
56 (Completion Options): Consolidate case difference discussion here.
57
58 * help.texi (Help Mode): Fix kindex entries.
59
60 * files.texi (File Names): Add index entries.
61
de0bde62
CY
622011-10-07 Chong Yidong <cyd@stupidchicken.com>
63
64 * basic.texi (Inserting Text): Add xref to Completion. Add
65 ucs-insert example, and document prefix argument.
66 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
67 to left/right. Tweak left-char and right-char descriptions.
68 M-left and M-right are now bound to left-word/right-word.
69 (Erasing): Document delete-forward-char.
70
71 * screen.texi (Screen, Menu Bar): Copyedits.
72 (Point): Remove duplicate paragraph on cursors, also in Screen.
73 (Mode Line): Trailing dashes no longer shown on X displays.
74
75 * frames.texi (Non-Window Terminals): Index just "text-only
76 terminal", which is used throughout the manual now.
77
78 * entering.texi (Entering Emacs): Define "startup screen".
79 Document window-splitting behavior with command-line inputs.
80 (Exiting): Remove obsolete paragraph about shells without suspend
81 functionality.
82
83 * commands.texi (User Input): Define "input event" more clearly.
84 (Keys): Add xref to Echo Area.
85 (Commands): Clarify relation between commands and functions.
86
453e4522
CY
872011-10-06 Chong Yidong <cyd@stupidchicken.com>
88
89 * misc.texi (emacsclient Options): Document how emacsclient runs
90 the Emacs daemon (Bug#9674).
91
550f41cd
CY
922011-10-01 Chong Yidong <cyd@stupidchicken.com>
93
94 * basic.texi (Moving Point):
95 * custom.texi (Mouse Buttons):
96 * rmail.texi (Rmail Scrolling):
97 * search.texi (Isearch Scroll):
98
99 * display.texi (Scrolling): Replace scroll-up/down with
100 scroll-up/down-command. Fix scroll-preserve-screen-position
101 description. Document scroll-error-top-bottom.
102
9229fe87
GM
1032011-09-30 Glenn Morris <rgm@gnu.org>
104
105 * commands.texi (Keys): Whitespace fix. (Bug#9635)
106
0a2132ba
CY
1072011-09-24 Chong Yidong <cyd@stupidchicken.com>
108
109 * windows.texi (Pop Up Window): Defer discussion of window
110 splitting to the Window Choice node. Add index entries.
111 (Force Same Window): Node deleted.
112 (Displaying Buffers, Window Choice): New nodes.
113
114 * buffers.texi (Select Buffer): Clarify description of
115 buffer-switching commands. Add xref to Window Display node.
116 Don't repeat confirm-nonexistent-file-or-buffer description from
117 Visiting node. Remove even-window-heights.
118
119 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
120
33ed493b
CY
1212011-09-18 Chong Yidong <cyd@stupidchicken.com>
122
123 * cmdargs.texi (Icons X): Fix description of Emacs icon.
124
125 * xresources.texi (Table of Resources): Fix documentation of
126 bitmapIcon.
127
92fa95ad
CY
1282011-09-15 Chong Yidong <cyd@stupidchicken.com>
129
130 * package.texi (Package Menu): Add package-menu-mark-upgrades.
131
16254627
EH
1322011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
133
134 * frames.texi (Frame Commands): Note that delete-other-frames only
135 deletes frames on current terminal.
136
c3760c17
EZ
1372011-09-10 Eli Zaretskii <eliz@gnu.org>
138
139 * sending.texi (Mail Misc): Document mail-add-attachment.
140
69b8be97
EZ
1412011-09-04 Eli Zaretskii <eliz@gnu.org>
142
143 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
144
3fd50d5c
CY
1452011-08-29 Chong Yidong <cyd@stupidchicken.com>
146
147 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
148
e2aeef63
CY
1492011-08-28 Chong Yidong <cyd@stupidchicken.com>
150
151 * files.texi (File Archives):
152 * cal-xtra.texi (Diary Display):
153 * help.texi (Help Mode): Add xref to View Mode.
154
ddb54206
CY
1552011-08-28 Chong Yidong <cyd@stupidchicken.com>
156
a6326082
CY
157 * display.texi (View Mode): New node. Move view-file here from
158 Misc File Ops. Move view-buffer here from Misc Buffer.
159
160 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
161
04e2ce72 162 * files.texi (Misc File Ops): Document new
a6326082 163 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
164
165 * dired.texi (Dired Deletion): Shorten description of Trash.
166
ddb54206
CY
167 * misc.texi (emacsclient Options): Document server-port.
168
bd206ce5
EZ
1692011-08-27 Eli Zaretskii <eliz@gnu.org>
170
171 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
172 even on MS-Windows. Fix a typo.
173
d43f5a42
CY
1742011-08-26 Chong Yidong <cyd@stupidchicken.com>
175
176 * package.texi: New file, documenting the package manager.
177
178 * emacs.texi: Include it.
179
180 * help.texi (Help Summary): Add describe-package.
181
e0b1591b
CY
1822011-08-25 Chong Yidong <cyd@stupidchicken.com>
183
856ce114
CY
184 * misc.texi (Printing): Convert subnodes into subsections.
185
f404f8bc
CY
186 * text.texi (Two-Column): Move into Text chapter.
187
188 * picture-xtra.texi (Picture Mode): Group with Editing Binary
189 Files section. Convert from chapter into section.
190
191 * display.texi (Narrowing): Move into display chapter.
192
e0b1591b
CY
193 * sending.texi (Sending Mail):
194 * rmail.texi (Rmail):
195 * misc.texi (Gnus, Document View):
196 * dired.texi (Dired):
197 * emacs.texi: Group the mail, rmail, and gnus chapters together.
198
75bfc667
JL
1992011-08-07 Juri Linkov <juri@jurta.org>
200
201 * dired.texi (Operating on Files): Rewrite according to the fact
202 that `dired-do-chmod' doesn't use the `chmod' program anymore.
203
fe676f91
MA
2042011-07-30 Michael Albinus <michael.albinus@gmx.de>
205
206 * mini.texi (Minibuffer File): Insert a reference to Tramp for
207 remote file name completion. (Bug#9197)
208
4cc60b9b
EZ
2092011-07-28 Eli Zaretskii <eliz@gnu.org>
210
211 * mule.texi (Bidirectional Editing): Document the fact that
212 bidi-display-reordering is t by default.
213
89671e16
LMI
2142011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
215
216 * help.texi (Misc Help): Mention `describe-prefix-bindings'
217 explicitly (bug#8904).
218
fb23ecc2
LMI
2192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
220
221 * trouble.texi (Checklist): Use an `M-x' example instead of an
222 Emacs Lisp form to switch on the dribble file (bug#8056).
223
465c5fc8
LMI
2242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
227
90a6258b
GM
2282011-07-13 Glenn Morris <rgm@gnu.org>
229
230 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
231
c7588364
LMI
2322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
233
234 * mark.texi (Mark Ring): Clarify how many locations are saved
235 (bug#5770).
236 (Global Mark Ring): Ditto.
237
4cb4f3ba
LMI
2382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
239
d648feab
LMI
240 * text.texi (Table Recognition): Use "at point" instead of "under
241 point" (bug#4345).
242
4cb4f3ba
LMI
243 * display.texi (Cursor Display): Mention `cursor-type'.
244
245 * screen.texi (Point): Clarify that it's only if you use a block
246 cursor that it appears to be on a character (bug#4345).
247
ecd0b990
CY
2482011-07-12 Chong Yidong <cyd@stupidchicken.com>
249
250 * misc.texi (Amusements): Move dissociated press here, from its
251 own section.
252
253 * emacs.texi (Top): Update node listing.
254
c2fd0368
LMI
2552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
256
257 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
258 clarity (bug#3523).
259
fdeb32ec
CY
2602011-07-12 Chong Yidong <cyd@stupidchicken.com>
261
262 * cmdargs.texi (Initial Options): Document --no-site-lisp.
263 (Misc X): Document --parent-id.
264
265 * frames.texi (Frame Commands): Note that focus-follows-mouse now
266 defaults to nil.
267
268 * misc.texi (emacsclient Options): Document --parent-id.
269
270 * msdog.texi (Windows HOME): Document _emacs as obsolete.
271
f584ca38
LMI
2722011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
273
274 * emacs.texi: Use "..." instead of ``...'' in the menus
275 (bug#3503).
276
963578d3
CY
2772011-07-11 Chong Yidong <cyd@stupidchicken.com>
278
279 * killing.texi (Primary Selection): Document `only' setting for
280 select-active-regions.
281
282 * mark.texi (Setting Mark): Reference Shift Selection node.
283
284 * frames.texi (Mouse Commands): Document mouse-yank-primary.
285
a30ed87b
LMI
2862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
47076272
LMI
288 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
289 motion keys" (bug#3503).
290
a30ed87b
LMI
291 * emacs.texi: Change all the register node names from "RegPos"
292 (etc.) to "Positional Registers" (etc.) (bug#3314).
293
4d45a8b7
CY
2942011-07-11 Chong Yidong <cyd@stupidchicken.com>
295
296 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
297 (Other Kill Commands, Kill Options): Copyedits.
298 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
299 (Yanking): Move yank-excluded properties discussion here.
300 (Cut and Paste): Move from frames.texi. Update subnodes to
301 describe x-select-enable-clipboard case.
302
303 * frames.texi: Move Cut and Paste node and subnodes into
304 killing.texi, except Mouse Commands and Word and Line Mouse.
305
c160ddee
AM
3062011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
307
308 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
309
3329e6e3
LMI
3102011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
311
32a214fe
LMI
312 * screen.texi (Mode Line): Clarify that coding systems are
313 characters, not letters (bug#1749).
314
3329e6e3
LMI
315 * cmdargs.texi (Environment): Mention removing variables
316 (bug#1615). Text suggested by Kevin Rodgers.
317
8875da1e
CY
3182011-07-10 Chong Yidong <cyd@stupidchicken.com>
319
54806e45
CY
320 * misc.texi (Amusements): Don't mention Yow; it's crippled.
321
8875da1e
CY
322 * modes.texi: Rename from major.texi.
323 (Modes): New node. Make Major Modes and Minor Modes subsections
324 of this. All callers changed.
325
326 * custom.texi (Minor Modes): Move to modes.texi.
327
7847b2a1
CY
3282011-07-10 Chong Yidong <cyd@stupidchicken.com>
329
6cfd0fa2
CY
330 * custom.texi (Syntax): Node deleted.
331
332 * help.texi (Help Summary):
333 * major.texi (Major Modes):
334 * programs.texi (Parentheses):
335 * search.texi (Regexp Backslash, Regexp Backslash)
336 (Regexp Backslash):
337 * text.texi (Words): Callers changed.
338
7847b2a1
CY
339 * text.texi (Refill, Longlines): Delete nodes.
340
341 * ack.texi (Acknowledgments): Longlines removed from manual.
342
343 * emacs.texi (Top): Update node listing.
344
2a71c436
GM
3452011-07-09 Glenn Morris <rgm@gnu.org>
346
347 * fortran-xtra.texi (Fortran): Update handled extensions.
348
61436e9f
LMI
3492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * display.texi (Scrolling): `C-v' (etc) are now bound to
352 `scroll-*-command' (bug#8349).
353
6e560c71
LMI
3542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
355
48954a09 356 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
357 doesn't actually delete any files (bug#7125).
358
2904fd97
LMI
359 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
360 argument for `C-c C-k' (bug#7391).
361
6e560c71
LMI
362 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
363 you're currently using (bug#8489).
364
978ff6c5
EZ
3652011-07-01 Eli Zaretskii <eliz@gnu.org>
366
367 * mule.texi (Coding Systems): Move index entries from the previous
368 change into their proper places.
369
0d742084
LMI
3702011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
31976bd5
LMI
372 * help.texi (Help Files): Document view-external-packages (bug#8902).
373
0d742084
LMI
374 * mule.texi (Coding Systems): Put a few more of the coding systems
375 into the index (bug#8900).
376
9f678528
GM
3772011-06-26 Glenn Morris <rgm@gnu.org>
378
379 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
380
18a4ce5e
AR
3812011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
382
383 * misc.texi (emacsclient Options): Mention --frame-parameters.
384
f0da764a
GM
3852011-06-09 Glenn Morris <rgm@gnu.org>
386
387 * custom.texi (Specifying File Variables):
388 Recommend explicit arguments for minor modes.
389
b047e7ac
PE
3902011-06-02 Paul Eggert <eggert@cs.ucla.edu>
391
392 Document wide integers better.
393 * buffers.texi (Buffers):
001903b5
PE
394 * files.texi (Visiting): Document maxima for 64-bit machines,
395 and mention virtual memory limits.
b047e7ac 396
bf41276f
CY
3972011-05-28 Chong Yidong <cyd@stupidchicken.com>
398
399 * custom.texi (Hooks): Reorganize. Mention Prog mode.
400
401 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
402 prog mode (Bug#8240).
403
e145f188
GM
4042011-05-27 Glenn Morris <rgm@gnu.org>
405
406 * custom.texi (Specifying File Variables):
407 Major modes no longer need come first.
408
313f790e
CY
4092011-05-22 Chong Yidong <cyd@stupidchicken.com>
410
411 * mule.texi (Specify Coding, Text Coding, Communication Coding):
412 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
413
c136e5cd
GM
4142011-05-18 Glenn Morris <rgm@gnu.org>
415
416 * ack.texi (Acknowledgments): Remove fakemail.c.
417
c71a0d48 4182011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
419
420 Fixes for fitting text into 7x9 printed manual.
421 * building.texi (Flymake, Breakpoints Buffer):
422 * calendar.texi (Appointments):
423 * cmdargs.texi (General Variables, Display X):
424 * custom.texi (Saving Customizations, Face Customization)
425 (Directory Variables, Minibuffer Maps, Init Rebinding):
426 * display.texi (Font Lock, Font Lock, Useless Whitespace):
427 * fixit.texi (Spelling):
428 * frames.texi (Creating Frames, Fonts):
429 * help.texi (Help Files):
430 * mini.texi (Minibuffer File):
431 * misc.texi (emacsclient Options, Emulation):
432 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
433 * mule.texi (International Chars, Language Environments)
434 (Select Input Method, Modifying Fontsets, Charsets):
435 * programs.texi (Custom C Indent):
436 * rmail.texi (Rmail Labels):
437 * text.texi (Table Conversion):
438 * trouble.texi (Known Problems, Known Problems):
439 * windows.texi (Change Window):
440 * xresources.texi (GTK resources): Reflow text and re-indent code
441 examples to avoid TeX overflows and underflows on 7x9 paper.
442
443 * emacs.texi: Fix the (commented out) smallbook command.
444
445 * macos.texi (Mac / GNUstep Events):
446 * xresources.texi (Lucid Resources): Remove extraneous examples.
447
b8f82dc1
GM
4482011-05-10 Glenn Morris <rgm@gnu.org>
449
450 * custom.texi (Specifying File Variables):
451 Deprecate using mode: for minor modes.
452
d306b4da
GM
4532011-05-07 Glenn Morris <rgm@gnu.org>
454
455 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
456
548d0a63
GM
4572011-05-06 Glenn Morris <rgm@gnu.org>
458
5006e634
GM
459 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
460
548d0a63
GM
461 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
462
e793a940
LMI
4632011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * misc.texi (Emacs Server): Document `server-eval-at'.
466
7031be6d
UR
4672011-04-24 Chong Yidong <cyd@stupidchicken.com>
468
469 * maintaining.texi (List Tags): Document next-file. Suggested by
470 Uday S Reddy.
471
4ffd0d6b 4722011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
473
474 * mini.texi (Minibuffer Edit):
475 * screen.texi (Mode Line): Fix typo.
476
1c6c854e
CS
4772011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
478
024ff170 479 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 480
c5c9f40f
CY
4812011-03-26 Chong Yidong <cyd@stupidchicken.com>
482
483 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
484
09725d26
EZ
4852011-03-30 Eli Zaretskii <eliz@gnu.org>
486
487 * display.texi (Auto Scrolling): Document the limit of 100 lines
488 for never-recentering scrolling with `scroll-conservatively'.
489 (Bug#6671)
490
09d9db2c 4912011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
492
493 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
494 HOME on Windows and where it looks for init files. (Bug#8221)
495
62d94509
EZ
4962011-03-10 Eli Zaretskii <eliz@gnu.org>
497
498 * search.texi (Regexp Example):
499 * mule.texi (International Chars):
500 * building.texi (External Lisp): Don't use characters outside
501 ISO-8859-1.
502
0286d9de
EZ
5032011-03-09 Eli Zaretskii <eliz@gnu.org>
504
1c6c854e
CS
505 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
506 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
507
508 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
509
114902a5 510 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
511 (Bug#8210)
512
0afb4571
J
5132011-03-08 Jan Djärv <jan.h.d@swipnet.se>
514
515 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
516 for Gtk+ 3.
517
bb3865e8
GM
5182011-03-08 Glenn Morris <rgm@gnu.org>
519
6446548e
GM
520 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
521 * emacs.texi (Acknowledgments):
522 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 523 * emacs.texi: Set documentencoding.
6446548e 524
bb3865e8
GM
525 * display.texi (Optional Mode Line): Don't mention exactly where
526 display-time appears. (Bug#8193)
527
33383987
JB
5282011-03-07 Chong Yidong <cyd@stupidchicken.com>
529
530 * Version 23.3 released.
531
892777ba
CY
5322011-03-06 Chong Yidong <cyd@stupidchicken.com>
533
534 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
535
0b973fc5
DW
5362011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
537
538 * misc.texi (emacsclient Options): Add q/quiet.
539
8ef5a2f2
GM
5402011-03-02 Glenn Morris <rgm@gnu.org>
541
542 * mule.texi (Communication Coding) <x-select-request-type>:
543 Remove duplicate (essentially) paragraph. (Bug#8148)
544
bd106056
CS
5452011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
546
547 * maintaining.texi (Format of ChangeLog): Add reference to
548 add-log-full-name.
549 (Change Log Commands): Add documentation for combining multiple
550 symbols in one change.
551
6640b281
GM
5522011-03-01 Glenn Morris <rgm@gnu.org>
553
554 * custom.texi (Directory Variables):
555 Give an example of excluding subdirectories.
556
2b0c7330 5572011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
558
559 * search.texi (Regexp Search): Move index entries about regexps to the
560 "Regexps" node. Add index entries for regexp search. (Bug#8096)
561
8c62c205
GM
5622011-02-19 Glenn Morris <rgm@gnu.org>
563
564 * dired.texi (Dired): Dired-X version number was dropped.
565
3928f2b6
JD
5662011-02-14 Jan Djärv <jan.h.d@swipnet.se>
567
568 * xresources.texi (X Resources): Remove *faceName and replace it with
569 *font for Lucid.
570
a41c8660
CY
5712011-02-05 Chong Yidong <cyd@stupidchicken.com>
572
573 * rmail.texi (Rmail Display): Document Rmail MIME support more
574 accurately.
575
576 * maintaining.texi (VC Change Log): Document vc-log-incoming and
577 vc-log-outgoing.
578 (Merging): Document vc-find-conflicted-file.
579
233ba4d9 5802011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
581
582 * custom.texi (Variables): Fix typo.
583
14beddf4 5842011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 585
65401ee3
CY
586 * search.texi (Regexps): Copyedits. Mention character classes
587 (Bug#7809).
588
19f81ecf
CY
589 * files.texi (File Aliases): Restore explanatory text from Eli
590 Zaretskii, accidentally removed in 2011-01-08 commit.
591
bf3dae7e
EZ
5922011-01-29 Eli Zaretskii <eliz@gnu.org>
593
594 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
595 (MAKEINFO_OPTS): New variable.
596 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
597 (emacs.html): New target.
598 (clean): Remove emacs.html.
599
45eb2a5d
WL
6002011-01-23 Werner Lemberg <wl@gnu.org>
601
602 * Makefile.in (MAKEINFO): Now controlled by `configure'.
603 (MAKEINFO_OPTS): New variable. Use it where appropriate.
604 (ENVADD): Updated.
605
9acfe703
GM
6062011-01-18 Glenn Morris <rgm@gnu.org>
607
608 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
609
610 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
611
362b9d48
GM
6122011-01-15 Chong Yidong <cyd@stupidchicken.com>
613
bb033b5f
CY
614 * building.texi (Compilation): Improve instructions for running two
615 compilations (Bug#7573).
616
b024d9f0
MD
617 * files.texi (Backup Names): Document the new location of the
618 last-resort backup file.
619
362b9d48
GM
620 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
621 manual. Explain why directory-abbrev-alist elements should be anchored
622 (Bug#7777).
623
6242011-01-15 Eli Zaretskii <eliz@gnu.org>
625
626 * msdog.texi (Windows Startup): Correct inaccurate description of
627 differences between emacsclient.exe and emacsclientw.exe.
628
7c420169 6292011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
630
631 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
632
7c420169 6332011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
634
635 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
636
7c420169 6372011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 638
2d34d523
EZ
639 * frames.texi (Cut and Paste): Modify the section's name and text:
640 don't mix "cut/paste" with "kill/yank".
641 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
642 (Bug#7702)
643
88ab4340
EZ
644 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
645
7c420169 6462011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
647
648 * maintaining.texi: Move inclusion of emerge after EDE, so that it
649 matches its position in the menu. (Bug#7674)
650
7c420169 6512011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
652
653 * trouble.texi (Checklist): Mention not replying via news either.
654
92bb6c52
TH
6552010-12-30 Tassilo Horn <tassilo@member.fsf.org>
656
657 * misc.texi (Document View): Update DocView section with newly
658 supported document formats.
659
b103c904
CY
6602010-12-21 Chong Yidong <cyd@stupidchicken.com>
661
662 * killing.texi: Resection the Info version to conform to the
663 printed manual, to avoid making sections on Accumulating Text, CUA
664 and Rectangles into full chapters.
665
f49d1f52 6662010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
667
668 * custom.texi (Init Syntax): Add index entries for "character syntax".
669 (Bug#7576)
670
f49d1f52 6712010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
672
673 * text.texi (HTML Mode): Small fixes. (Bug#7607)
674
f49d1f52 6752010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
676
677 * trouble.texi (Checklist): Fix typo in newsgroup name.
678
f49d1f52 6792010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
680
681 * search.texi (Word Search): Note that the lazy highlight always
682 matches to whole words (Bug#7470).
683
f49d1f52 6842010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 685
4f1948eb
EZ
686 * display.texi (Optional Mode Line): Make the description of
687 load-average more accurate.
688
b8a9e136
EZ
689 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
690 registry, with a cross-reference.
62d72a4a
EZ
691 (Windows Startup): New node. Move the stuff about the current
692 directory from "Windows HOME".
b8a9e136 693
07976ae3 6942010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
695
696 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
697 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
698
07976ae3 6992010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
700
701 * maintaining.texi (Version Control Systems): Fix repeated sentence.
702 Suggested by Štěpán Němec.
703
07976ae3 7042010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 705
1aaae3f3
CY
706 * maintaining.texi (Version Control): Say "commit", not "check in".
707 (Version Control Systems): Simplify descriptions.
708 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
709 VCS Concepts.
710 (VC Mode Line): Update example.
711 (Old Revisions): Document revert-buffer for vc-diff.
712 (Log Buffer): Promote to a subsection. Document header lines.
713
1c6c854e
CS
714 * macos.texi (Mac / GNUstep Basics):
715 Document ns-right-alternate-modifier.
ec8a6295 716
1aaae3f3
CY
717 * emacs.texi (Top): Update node listing.
718
0eb025fb
EZ
7192010-11-13 Eli Zaretskii <eliz@gnu.org>
720
721 * rmail.texi (Rmail Coding): Characters with no fonts are not
722 necessarily displayed as empty boxes.
723
724 * mule.texi (Language Environments, Fontsets): Characters with no
725 fonts are not necessarily displayed as empty boxes.
726
727 * display.texi (Text Display): Document display of glyphless
728 characters.
729
ea4f7750
GM
7302010-11-13 Glenn Morris <rgm@gnu.org>
731
732 * basic.texi (Position Info): Add M-x count-words-region.
733
90639cea
GM
7342010-11-11 Glenn Morris <rgm@gnu.org>
735
736 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
737
d607b96b 7382010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
739
740 * msdog.texi (Windows HOME): Add information regarding startup
741 directory when invoking Emacs from a desktop shortcut. (bug#7300)
742
c12e4a81
GM
7432010-10-11 Glenn Morris <rgm@gnu.org>
744
df187c62
GM
745 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
746
c12e4a81
GM
747 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
748 (DVIPS): New variable.
234db610
GM
749 (.PHONY): Add html, ps.
750 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
751 (clean): Delete html, ps files.
c12e4a81 752
6513b232
EZ
7532010-10-09 Eli Zaretskii <eliz@gnu.org>
754
755 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
756
f4f358f1
GM
7572010-10-09 Glenn Morris <rgm@gnu.org>
758
c1dc72b3
GM
759 * Makefile.in (VPATH): Remove.
760 (infodir): Make it absolute.
761 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
762
4393405b
GM
763 * Makefile.in (dist): Anchor regexps.
764
eef3ab94
GM
765 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
766 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
767 (emacs-xtra.pdf): Use $<.
768
aa9db089
GM
769 * Makefile.in (infoclean): Remove harmless, long-standing error.
770
abd40fb4
GM
771 * Makefile.in ($(infodir)): Delete rule.
772 (mkinfodir): New.
773 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
774
f4f358f1 775 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 776 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
777 * emacsver.texi: New file, replacing emacsver.texi.in.
778
ea274122
GM
7792010-10-09 Glenn Morris <rgm@gnu.org>
780
f7a31f11
GM
781 * emacsver.texi.in: New file.
782 * emacs.texi: Set EMACSVER by including emacsver.texi.
783 * Makefile.in (distclean): Delete emacsver.texi.
784 (dist): Copy emacsver.texi.
b13254e7 785 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 786
3fb78d1f
GM
787 * ack.texi (Acknowledgments): No more b2m.c.
788
ea274122
GM
789 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
790 (emacs): Remove rule.
791 (dist): No need to deal with the emacs rule any more.
792
17ca7950
GM
7932010-10-07 Glenn Morris <rgm@gnu.org>
794
795 * Makefile.in (version): New, set by configure.
796 (clean): Delete dist tar file.
797 (dist): Use version in tar name.
798
4c83f6e1
GM
7992010-10-06 Glenn Morris <rgm@gnu.org>
800
801 * Makefile.in (EMACS_XTRA): Add the main source file.
802 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
803 (mostlyclean): No core files, reorder other files.
804 (clean): Delete specific dvi and pdf files.
805 (infoclean, dist): New rules.
806 (maintainer-clean): Use infoclean.
8a944cea 807 ($(infodir)): Add parallel build workaround.
4c83f6e1 808
0264072d
GM
8092010-10-04 Glenn Morris <rgm@gnu.org>
810
811 * Makefile.in (SHELL): Set it.
812 (INFO_TARGETS, DVI_TARGETS): Remove variables.
813 (info, dvi): Replace above variables with their expansions.
814 (info): Move mkdir from here...
815 ($(infodir)/emacs): ... to here (for parallel builds).
816 (pdf): New target.
817 ($(infodir)/emacs): Pass -o option to makeinfo.
818 (.PHONY): Declare clean rules.
819 (maintainer-clean): Delete dvi and pdf files.
820 Guard against cd failures. Use a more restrictive delete.
821
3226d6ca
GM
8222010-10-02 Glenn Morris <rgm@gnu.org>
823
824 * misc.texi (Shell Mode): Remove reference to old function name.
825
cad90f3b
EZ
8262010-09-30 Eli Zaretskii <eliz@gnu.org>
827
828 * maintaining.texi (VC Mode Line): Mention all the possible VC status
829 indicator characters.
830
5f874327
GM
8312010-09-29 Glenn Morris <rgm@gnu.org>
832
833 * Makefile.in (top_srcdir): Remove unused variable.
834
0ab9cff3
GM
8352010-09-14 Glenn Morris <rgm@gnu.org>
836
67ae9766
GM
837 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
838 the last hook item.
839
0ab9cff3
GM
840 * calendar.texi (Appointments): Also updated when a diary include file
841 is saved.
842
6664fc59 8432010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
844
845 * trouble.texi (Bugs): Update the section intro.
846 (Known Problems): New section.
847 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
848 (Sending Patches): Bug fixes are best as responses to existing bugs.
849 * emacs.texi (Known Problems): Add menu entry for new section.
850
be3283d7
GM
8512010-09-09 Glenn Morris <rgm@gnu.org>
852
853 * xresources.texi: Untabify.
854
10999305 8552010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
856
857 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
858
10999305 8592010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
860
861 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
862
30641319
JD
8632010-09-02 Jan Djärv <jan.h.d@swipnet.se>
864
865 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
866
50dd7bc6
GM
8672010-08-21 Glenn Morris <rgm@gnu.org>
868
869 * misc.texi (Amusements): Mention bubbles and animate.
870
5e620eca
EZ
8712010-07-31 Eli Zaretskii <eliz@gnu.org>
872
873 * files.texi (Visiting): Add more index entries for
874 large-file-warning-threshold.
875
8b2dd508
JD
8762010-07-29 Jan Djärv <jan.h.d@swipnet.se>
877
878 * frames.texi (Tool Bars): Add doc for tool-bar-position.
879
8838673e
GM
8802010-06-23 Glenn Morris <rgm@gnu.org>
881
882 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
883 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
884 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
885 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
886 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
887 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
888 Untabify Texinfo files.
889
04d3bb6c
GM
8902010-06-10 Glenn Morris <rgm@gnu.org>
891
103dd3a8
GM
892 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
893
04d3bb6c
GM
894 * basic.texi (Inserting Text): Fix typo.
895
50b79479
GM
8962010-06-10 Glenn Morris <rgm@gnu.org>
897
898 * ack.texi (Acknowledgments):
899 * emacs.texi (Acknowledgments): Update for notifications.el.
900
86d7a550
DU
9012010-05-31 Daiki Ueno <ueno@unixuser.org>
902
903 * dired.texi (Operating on Files): Mention encryption commands
904 (Bug#6315).
905
db5dce9d
EZ
9062010-05-29 Eli Zaretskii <eliz@gnu.org>
907
908 * basic.texi (Moving Point): Update due to renaming of commands bound
909 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
910
34313041
EZ
9112010-05-18 Eli Zaretskii <eliz@gnu.org>
912
913 * display.texi (Fringes): Document reversal of fringe arrows for R2L
914 paragraphs.
915 (Line Truncation): Fix wording for bidi display.
916
1fc0ce04 917 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
918 keys.
919
0235128c 9202010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
921
922 * building.texi (GDB Graphical Interface): Remove misleading comparison
923 to an IDE (Bug#6128).
924
0235128c 9252010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
926
927 * programs.texi (Man Page):
928 * misc.texi (Invoking emacsclient):
929 * mini.texi (Repetition):
930 * mark.texi (Setting Mark): Fix typos.
931
0235128c 9322010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
933
934 * misc.texi (Printing): Document htmlfontify-buffer.
935
0235128c 9362010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
937
938 * calendar.texi (Displaying the Diary, Format of Diary File):
939 Fix external cross-references for TeX format output.
940
0235128c
SM
9412010-05-07 Chong Yidong <cyd@stupidchicken.com>
942
943 * Version 23.2 released.
944
f63d0028
JD
9452010-05-02 Jan Djärv <jan.h.d@swipnet.se>
946
947 * cmdargs.texi (Initial Options): Mention --chdir.
948
20fe03ad
JD
9492010-04-21 Jan Djärv <jan.h.d@swipnet.se>
950
951 * frames.texi (Tool Bars): Add tool-bar-style.
952
b7d65a5f
GM
9532010-04-21 Glenn Morris <rgm@gnu.org>
954
955 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
956
a42dbee1
CY
9572010-04-18 Chong Yidong <cyd@stupidchicken.com>
958
959 * programs.texi (Semantic): New node.
960
961 * maintaining.texi (EDE): New node.
962
963 * emacs.texi: Update node listing.
964
965 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
966
6e104790 9672010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 968
d52dbd3d
GM
969 * emacs.texi (Acknowledgments): Remove duplicate.
970
a77fe20c
GM
971 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
972
6e104790 9732010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 974
4ebe9902
GM
975 * dired.texi (Misc Dired Features): Mention VC diff and log.
976 * maintaining.texi (Old Revisions, VC Change Log):
977 Mention that diff and log work in Dired buffers.
978
98932641
GM
979 * help.texi (Help Summary): Mention M-x info-finder.
980
d5b22ab2 981 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 982
4d4e9522
GM
983 * custom.texi (Specifying File Variables, Directory Variables):
984 Document new commands for manipulating local variable lists.
985
6e104790 9862010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
987
988 * trouble.texi (Contributing): Add cindex entry.
989 Mention etc/CONTRIBUTE.
990
6e104790 9912010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
992
993 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
994 query-replace (Bug#5774).
995
a20a9df3
GM
9962010-04-16 Glenn Morris <rgm@gnu.org>
997
998 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
999
1ecb2d3f
JD
10002010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1003
99852628
JD
10042010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1005
1006 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1007
ce79424f
EZ
10082010-03-30 Eli Zaretskii <eliz@gnu.org>
1009
1010 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1011 cross-reference to "Inserting Text".
1012
1013 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1014 Mention completion provided by `ucs-insert'.
1015
85738751 10162010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1017
1018 * sending.texi (Sending Mail): Note variables that may need
1019 customizing.
1020 (Mail Sending): Expand discussion of send-mail-function.
1021
85738751 10222010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1023
1024 Document Message mode as the default mail mode.
1025
1026 * sending.texi (Sending Mail): Copyedits.
1027 (Mail Format, Mail Headers): Document mail-from-style changes.
1028 (Mail Commands): Rename from Mail mode. Document Message mode.
1029 (Mail Misc): Rename from Mail mode Misc.
1030 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1031 command names and update keybindings.
1032 (Header Editing): Document message-tab. De-document
1033 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1034 favor of mail-default-headers. Ad index entries for user-full-name and
1035 user-mail-address.
1c6c854e
CS
1036 (Citing Mail): Update changes in Message mode behavior.
1037 Document mail-yank-prefix.
e73c2434
CY
1038 (Mail Signature): New node, moved from Mail Misc.
1039 (Mail Aliases): Mail abbrevs are the default with Message mode.
1040 (Mail Methods): Note that Message mode is now the default.
1041
1042 * rmail.texi (Rmail Reply):
1043 * text.texi (Text Mode):
1044 * major.texi (Major Modes):
1045 * mule.texi (Output Coding): Refer to Message mode.
1046
1047 * custom.texi (Init Examples): Add xref to Mail Header.
1048
1fc0ce04 1049 * emacs.texi (Top): Fix xrefs.
e73c2434 1050
85738751 10512010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1052
c0c035fa
CY
1053 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1054 repository if there is none.
1055 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1056 vc-print-root-log.
ef7b27ef 1057 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1058
71785b7a
CY
1059 * programs.texi (Program Modes): Mention Javascript mode.
1060
f67c5dd0
CY
1061 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1062 * emacs.texi: Update node description.
1063
0f72a391 1064 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1065 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1066
dc2d2590
JL
10672010-03-30 Juri Linkov <juri@jurta.org>
1068
1069 * search.texi (Other Repeating Search): Remove line that `occur'
1070 can not handle multiline matches.
1071
a7b02820
EZ
10722010-03-30 Eli Zaretskii <eliz@gnu.org>
1073
1074 * mule.texi (International): Mention support of bidirectional editing.
1075 (Bidirectional Editing): New section.
1076
22ef1944
NR
10772010-03-28 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * emacs.texi (Top): Update node names to those in building.texi.
1080
146b8b16
NR
10812010-03-27 Nick Roberts <nickrob@snap.net.nz>
1082
1083 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1084 doc/emacs/emacs.texi: Update node names for building.texi.
1085
6d98672d
GM
10862010-03-24 Glenn Morris <rgm@gnu.org>
1087
1088 * ack.texi (Acknowledgments):
1089 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1090
93318cbd
JD
10912010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1092
1093 * xresources.texi (Table of Resources): Clarify toolBar number
1094 for Gtk+.
1095
1096 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1097
15cf2f52
CY
10982010-03-21 Chong Yidong <cyd@stupidchicken.com>
1099
4102856c
CY
1100 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1101
15cf2f52
CY
1102 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1103 and multi-isearch-buffers-regexp.
1104
1105 * indent.texi (Indentation): Clarify description of
1106 indent-for-tab-command. Document tab-always-indent.
1107
d68eb23c
CY
11082010-03-20 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * cmdargs.texi (Font X): Move most content to Fonts.
1111
1112 * frames.texi (Fonts): New node. Document font-use-system-font.
1113
1114 * emacs.texi (Top):
1115 * xresources.texi (Table of Resources):
1116 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1117
288f9fc0
CY
11182010-03-10 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * Branch for 23.2.
1121
17782bec
CY
11222010-03-06 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * custom.texi (Init Examples): Add xref to Locals.
1125
1126 * major.texi (Choosing Modes): Mention usage of setq-default for
1127 setting the default value of major-mode (Bug#5688).
1128
b4a1a8b2
CY
11292010-03-02 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1132
1133 * display.texi (Display Custom): Document make-pointer-invisible and
1134 underline-minimum-offset. Remove inverse-video.
1135
a1e759cd
CY
11362010-02-21 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * frames.texi (Frame Commands): Note that the last ordinary frame can
1139 be deleted in daemon mode (Bug#5616).
1140
4f3bc373
GM
11412010-02-18 Glenn Morris <rgm@gnu.org>
1142
1143 * trouble.texi (Contributing): Repository is no longer CVS.
1144
5dbbdd33
GM
11452010-02-08 Glenn Morris <rgm@gnu.org>
1146
1147 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1148
cd61af01
SM
11492010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * display.texi (Useless Whitespace, Text Display):
1152 * custom.texi (Init Examples): Avoid obsolete special default variables
1153 like default-major-mode.
1154
b1bb0a25 11552010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1156
1157 * programs.texi (Other C Commands): Replace reference to obsolete
1158 c-subword-mode.
1159
99d0985b
GM
11602010-01-21 Glenn Morris <rgm@gnu.org>
1161
1162 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1163
893db5bc
GM
11642010-01-12 Glenn Morris <rgm@gnu.org>
1165
1166 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1167 emacs-pretest-bug for bug reports for development versions.
1168
0419b8d6
GM
11692010-01-11 Glenn Morris <rgm@gnu.org>
1170
1171 * display.texi (Highlight Interactively): `t' does not mean highlight
1172 all patterns. (Bug#5335)
1173
26e533e2
CY
11742009-12-29 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * misc.texi (Shell): Document async-shell-command.
1177
1178 * building.texi (Grep Searching): Document zrgrep.
1179
484eaeac 1180 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1181
7ee6c59b
NR
11822009-12-29 Nick Roberts <nickrob@snap.net.nz>
1183
1184 * building.texi: Import GDB Graphical Interface description from
1185 EMACS_23_1_RC.
1186
91ed7ea8
CY
11872009-12-24 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * emacs.texi (Top): Update node listing.
1190
1191 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1192
1193 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1194
1195 * cmdargs.texi (Initial Options):
1196 * xresources.texi (Resources): Document inhibit-x-resources.
1197
1198 * custom.texi (Specifying File Variables): Note that minor modes are
1199 enabled unconditionally.
1200
1201 * display.texi (Scrolling): Briefly document the old recenter command,
1202 and document recenter-positions.
1203
1204 * files.texi (Visiting):
1205 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1206
1c6c854e
CS
1207 * frames.texi (Cut/Paste Other App):
1208 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1209
1210 * killing.texi (Kill Options): New node.
1211
6ca89aaa
CY
12122009-12-05 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * misc.texi (Shell Options): ansi-color is now default.
1215
806642d4
GM
12162009-12-05 Glenn Morris <rgm@gnu.org>
1217
806642d4
GM
1218 * emacs.texi (Top): Update menu for cal-xtra node changes.
1219 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1220 or mode line. Don't mention invisible text or the details of
1221 diary-print-entries here, only in cal-xtra.
1222 (Format of Diary File): Mention that the "date on first line" format
1223 only really affects the simple display.
1224 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1225 (Diary Customizing): Holidays may be in the buffer or mode line.
1226 Move diary-print-entries to the "Diary Display" section.
1227 (Diary Display): New section, split out from "Fancy Diary Display".
1228 Explain the limitations of simple display, and how to print it.
1229
1a4f0c0a
GM
1230 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1231
e11adbd8
GM
1232 * cal-xtra.texi (Diary Display): Mention View mode.
1233
29a483ac
JL
12342009-11-29 Juri Linkov <juri@jurta.org>
1235
1236 * display.texi (Highlight Interactively): Actually a list of
1237 default faces is pre-loaded into a list of default values
1238 instead of the history.
1239
83d60c79
GM
12402009-11-20 Glenn Morris <rgm@gnu.org>
1241
1242 * ack.texi (Acknowledgments):
1243 * emacs.texi (Acknowledgments): Add htmlfontify.
1244
276bbe96
GM
12452009-11-14 Glenn Morris <rgm@gnu.org>
1246
98ad1bae
GM
1247 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1248
276bbe96
GM
1249 * ack.texi (Acknowledgments):
1250 * emacs.texi (Acknowledgments): Update for recent Org changes.
1251
18430066
CY
12522009-10-31 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1255 `charset' property, which is irrelevant to the user manual (Bug#3526).
1256
522ddc9f
JB
12572009-10-14 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * trouble.texi (DEL Does Not Delete): Fix typo.
1260
50b49ade
MA
12612009-10-05 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * files.texi (Misc File Ops): Mention copy-directory.
1264
6308321a
EZ
12652009-10-04 Eli Zaretskii <eliz@gnu.org>
1266
43b3b4d1
EZ
1267 * mule.texi (Unibyte Mode): Emphasize that
1268 unibyte-display-via-language-environment affects only the display.
1269
6308321a
EZ
1270 * display.texi (Horizontal Scrolling): Document cursor behavior under
1271 horizontal scrolling when point moves off the screen (Bug#4564).
1272 Improve wording.
1273
bd51ea7f
MA
12742009-10-01 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * files.texi (Directories): delete-directory prompts for recursive
1277 deletion.
1278
55381962
GM
12792009-09-30 Glenn Morris <rgm@gnu.org>
1280
1281 * ack.texi (Acknowledgments):
1282 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1283
13989ab1
TH
12842009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1285
1286 * dired.texi (Dired Navigation): Use @code instead of @var for
1287 dired-isearch-filenames, so that it's not capitalized.
1288
8ba46c89
CY
12892009-09-19 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1292
1293 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1294
1295 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1296 (Key Bindings): Reference Init Rebinding in introductory text.
1297 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1298 (Keymaps): Simplify.
1299 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1300 (Minibuffer Maps): Remove mention of Mocklisp.
1301 (Init Rebinding): Move mode-local rebinding example here from Local
1302 Keymaps.
1303 (Modifier Keys): Clarify.
1e11b018 1304 (Rebinding): Add cindex for "binding keys".
8ba46c89 1305
6a5ca7c8
CY
13062009-09-13 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1309
0e1cba51
NR
13102009-08-31 Nick Roberts <nickrob@snap.net.nz>
1311
6a5ca7c8 1312 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1313 Re-organise these two sections.
0e1cba51 1314
76a87a4d
EZ
13152009-08-29 Eli Zaretskii <eliz@gnu.org>
1316
1317 * cmdargs.texi (Initial Options): Fix last change.
1318
82e98df4
SM
13192009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * mule.texi (Enabling Multibyte):
1322 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1323 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1324
fb89fad9
GM
13252009-08-20 Glenn Morris <rgm@gnu.org>
1326
1327 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1328
e99652b0
GM
13292009-08-19 Glenn Morris <rgm@gnu.org>
1330
1331 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1332
5cca97ad
GM
13332009-08-18 Glenn Morris <rgm@gnu.org>
1334
1335 * ack.texi (Acknowledgments):
1336 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1337
997797ae 1338 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1339
985bf85b
GM
13402009-08-09 Glenn Morris <rgm@gnu.org>
1341
1342 * ack.texi (Acknowledgments):
1343 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1344
8d6bb99e
DD
13452009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1346
1347 * emacs.texi (Top): Add new menu items for GDB-UI.
1348
1349 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1350 section. Threads buffer is in separate section now.
8d6bb99e 1351
8353da9c
GM
13522009-08-08 Glenn Morris <rgm@gnu.org>
1353
1354 * ack.texi (Acknowledgments):
1355 * emacs.texi (Acknowledgments):
1356 Update for js2-mode and org changes.
1357
f2074faf
MA
13582009-08-02 Michael Albinus <michael.albinus@gmx.de>
1359
1360 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1361 files.
1362
e8d2d3fb
CY
13632009-07-28 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1366
324a4f6a
GM
13672009-07-23 Glenn Morris <rgm@gnu.org>
1368
1369 * programs.texi (Matching): Update blink-matching-paren-distance.
1370
b6937a70
CY
13712009-07-21 Chong Yidong <cyd@stupidchicken.com>
1372
1373 * frames.texi (Cut/Paste Other App): For select-active-regions,
1374 selection is now updated on moving point.
1375
bd8aaa36
RS
13762009-07-21 Richard Stallman <rms@gnu.org>
1377
1378 * glossary.texi (GNU, Daemon): Update information.
1379
8d9b5eba
JL
13802009-07-19 Juri Linkov <juri@jurta.org>
1381
1382 * custom.texi (Specifying File Variables, Safe File Variables):
1383 "variables/value pairs" -> "variable/value pairs".
1384
a2acc1db
GM
13852009-07-15 Glenn Morris <rgm@gnu.org>
1386
1387 * misc.texi (Gnus): Remove widow.
1388
c5ae942b
GM
13892009-07-11 Glenn Morris <rgm@gnu.org>
1390
703d26ba
GM
1391 * Makefile.in (TEXI2PDF): New.
1392 (emacs.pdf, emacs-xtra.pdf): New targets.
1393
522ddc9f 1394 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1395
1396 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1397
1398 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1399 Don't print the copying notice twice in the printed version.
1400 Update the menu and detailmenu.
1401 (Preface): The meaning of "on-line" has changed.
1402 Correct name for "Common Problems" chapter.
1403 (Distrib): Update FSF shop URL.
1404 (Intro): Showing two files at once is not so exciting.
1405
1406 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1407 (Mac / GNUstep Basics): Minor grammar changes.
1408 (Mac / GNUstep Events): Fix typo.
1409 (GNUstep Support): CANNOT_DUMP no longer applies.
1410
1411 * misc.texi (Document View): Fix typos.
1412
1413 * dired.texi (Dired):
1414 * help.texi (Help):
1415 * macos.texi (Mac OS / GNUstep):
1416 * maintaining.texi (Version Control, Introduction to VC):
1417 End menu descriptions with a period.
c5ae942b 1418
b1c8242b
EZ
14192009-07-09 Eli Zaretskii <eliz@gnu.org>
1420
1421 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1422 so categorical in saying that the option is only useful on NTFS.
1423
220d9aa6
GM
14242009-07-09 Glenn Morris <rgm@gnu.org>
1425
1426 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1427 (ENVADD): Add texinfodir to TEXINPUTS.
1428
1429 * emacs.texi (Top): Fix cross-reference.
1430
1431 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1432
1433 * vc1-xtra.texi (Revision Tags): Fix typo.
1434
d07e72d3
GM
14352009-07-03 Glenn Morris <rgm@gnu.org>
1436
1437 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1438 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1439 (Merge Commands): `.' does not seem to work in A or B buffer.
1440 `l' can recreate the 3-window display.
1441
1442 * glossary.texi (Glossary): Minor phrasing changes throughout.
1443 Add more internal cross-references.
1444 <Autoloading>: You can't really autoload a variable.
1445 <C-M->: Move details here from `M-C-' item.
1446 <Continuation Line>: Refer to `Truncation.'
1447 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1448 <Home Directory, Unix>: New entries.
1449 <Deletion of Files>: Mention recycle bins.
1450 <Directory>: Mention ``folders.''
1451 <Error>: Don't mention ``type-ahead.''
1452 <Fringe>: Refer to the manual node.
1453 <Minor Mode>: Can be global or local.
1454 <Spell Checking>: There are other checkers besides Ispell.
1455
f144038a
GM
14562009-07-02 Glenn Morris <rgm@gnu.org>
1457
1458 * anti.texi (Antinews): Minor changes in phrasing.
1459
1460 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1461 some underfull lines in dvi output.
1462
1463 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1464
1465 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1466
1467 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1468
3f1c6666
JD
14692009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1470
1471 * xresources.texi (Table of Resources): Mention maximized for
1472 fullscreen.
1473
1474 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1475
62aadce7
CY
14762009-07-01 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * anti.texi (Antinews): Correct the list of removed platforms.
1479
82ec412e
GM
14802009-06-28 Glenn Morris <rgm@gnu.org>
1481
1482 * arevert-xtra.texi: Minor language tweaks.
1483
09964e7d
GM
1484 * dired-xtra.texi: Minor revisions.
1485
666e158e
MB
14862009-06-23 Miles Bader <miles@gnu.org>
1487
c4cc8b9a 1488 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1489 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1490
70243478
CY
14912009-06-21 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * Branch for 23.1.
1494
67cbe681
KH
14952009-06-17 Kenichi Handa <handa@m17n.org>
1496
1497 * mule.texi (Charsets): Update the description for the new charset.
1498 (list-character-sets): New findex.
125dd7c5 1499 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1500
40e67246
CY
15012009-06-10 Chong Yidong <cyd@stupidchicken.com>
1502
b5700de6
CY
1503 * basic.texi (Moving Point): Fix tag.
1504
1505 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1506
1507 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1508 use camel-case for PageUp and PageDown.
1509
1510 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1511 camel-case for PageUp and PageDown.
1512
1513 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1514
40e67246 1515 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1516 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1517
522ddc9f 15182009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1519
522ddc9f
JB
1520 * fixit.texi (Spelling): Set default dictionary.
1521 Improve descriptions (Bug#2554)
6f591cf4 1522
53483c76
DR
15232009-06-08 David Reitter <david.reitter@gmail.com>
1524
1525 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1526 since saving colors and faces set this way is not implemented.
1527 (Environment variables): Remove mention of mac-fix-env, which is
1528 scheduled to be removed.
1529
1557ef4f
CY
15302009-06-04 Chong Yidong <cyd@stupidchicken.com>
1531
91056528
CY
1532 * custom.texi (Init Examples): Add example of changing load-path.
1533
1557ef4f
CY
1534 * building.texi (Lisp Libraries): Add example of changing
1535 load-path (Bug#3446).
1536
623cec4c
CY
15372009-05-28 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * mark.texi (Mark): Further clarifications.
1540 (Setting Mark): Emphasize that C-SPC activates the mark.
1541
0fcca8ee
CY
15422009-05-28 Chong Yidong <cyd@stupidchicken.com>
1543
702b10e1
CY
1544 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1545 Mark mode.
0fcca8ee
CY
1546 (Using Region, Persistent Mark): Use "active mark" instead of "active
1547 region".
1548
d3b396e4
CY
15492009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1550
1551 * mule.texi (Select Input Method): Fix typo.
1552
3f698a06
CY
15532009-05-13 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * anti.texi (Antinews): Document completion changes. Some additional
1556 copyedits and rearrangement of entries.
1557
b2a42eb7
CY
15582009-05-12 Chong Yidong <cyd@stupidchicken.com>
1559
932fd020
CY
1560 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1561 (Shell History Copying, Terminal emulator): Copyedits.
1562
1c6c854e
CS
1563 * xresources.texi (Resources): Simplify descriptions.
1564 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1565 (Table of Resources): Document fontBackend resource.
1566
b2a42eb7
CY
1567 * trouble.texi (Quitting): Add other undo bindings to table.
1568 (DEL Does Not Delete): Note that the erasure key is usually labelled
1569 "Backspace". Remove discussion of obscure Xmodmap issue.
1570
c6ea7fb8
CY
15712009-05-07 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * files.texi (Visiting): Copyedits.
1574
ad36c422
CY
15752009-05-06 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * basic.texi (Inserting Text): Document ucs-insert.
1578
1579 * mule.texi (International Chars): Define "multibyte". Note that
1580 internal representation is unicode-based. Simplify definition of raw
1581 bytes. Mention ucs-insert.
1582 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1583 (Language Environments): Add language environments new to Emacs 23.
1584 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1585 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1586 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1587 (Output Coding): Copyedits.
1588
1589 * emacs.texi (Top): Update node listing.
1590
d4ad7b96
CY
15912009-05-05 Per Starbäck <per@starback.se> (tiny change)
1592
1593 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1594
5bd66204
SM
15952009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * building.texi (Lisp Libraries): `load-library' does offer completion.
1598
bc36ad1c
CY
15992009-04-28 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1602 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1603
f1a47884
EZ
16042009-04-25 Eli Zaretskii <eliz@gnu.org>
1605
1606 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1607
be77bd45
CY
16082009-04-22 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1611
1612 * building.texi (Lisp Interaction): Document initial-scratch-message.
1613
d3b82927
JB
16142009-04-18 Juanma Barranquero <lekktu@gmail.com>
1615
ed6e7b11
JB
1616 * msdog.texi (Windows Fonts): Fix typos.
1617
d3b82927
JB
1618 * files.texi (Save Commands): Fix pxref.
1619
bc323c04
CY
16202009-04-18 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * files.texi (Save Commands): Mention diff-buffer-with-file.
1623 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1624 Henoch (Bug#3036).
1625
2186d13f
GM
16262009-03-15 Glenn Morris <rgm@gnu.org>
1627
1628 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1629 the former is not always used.
1630 (Mail Headers): Use active voice. Add "Mail-reply-to".
1631 Change case of "Id". Avoid repeated "appropriate".
1632 (Mail Aliases): Fix previous change - use an example with a ".", so it
1633 does actually get quoted when expanded.
1634 (Mail Sending): Mailclient is the default on some systems.
1635 (Citing Mail): Mention mail-indentation-spaces.
1636 (Mail Mode Misc): Add an @dfn for "mail signature".
1637
71e454fc
CY
16382009-03-15 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1641 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1642 read-buffer-completion-ignore-case, and completion-styles.
1643 Remove description of partial-completion-mode.
71e454fc 1644
df1a3e06
GM
16452009-03-14 Glenn Morris <rgm@gnu.org>
1646
1647 * sending.texi (Mail Format): Fix typo. Add index entry for
1648 mail-header-separator.
1649 (Mail Headers): Put info about initialization and changing in one place
1650 at the start. Update FCC section for mbox Rmail. Clarify From
1651 section, mention mail-setup-with-from. Clarify Reply-to section.
1652 Add Mail-followup-to and mail-mailing-lists. Clarify References
1653 section.
1654 (Mail Aliases): Update example, make less contentious.
1655 Update for name change of mail-interactive-insert-alias.
1656 (Mail Mode): Remove mention of `%' as a word separator.
1657 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1658 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1659 commands. Clarify FCC handling. In mail-complete, add reference to
1660 Mail Aliases section, and mention mail-complete-function.
1661 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1662 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1663 signature netiquette. Explain how the mail hooks work when continuing
1664 a composition.
1665 (Mail Amusements): Internationalize the spook section a bit.
1666 Remove the spook mail-setup-hook example, since it doesn't work well.
1667 Mention fortune-file.
1668 (Mail Methods): Mention read-mail-command.
1669
ed6e7b11 16702009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1671
df1a3e06
GM
1672 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1673 and NS resources following recent changes.
959d68bd 1674
86dca3e8
JR
16752009-03-10 Jason Rumney <jasonr@gnu.org>
1676
1677 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1678 w32-use-visible-system-caret doc to indicate that it should get set
1679 automatically.
1680 (Windows Fonts): Add doc for the uniscribe backend.
1681
042fe98f
DN
16822009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1683
1684 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1685 vc-dir. (Bug#2598)
1686
7f8dba73
RS
16872009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1690
505e70c3
GM
16912009-03-05 Glenn Morris <rgm@gnu.org>
1692
04242bdc
GM
1693 * rmail.texi (Rmail Basics): Add reference to sorting.
1694 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1695 Minor re-wordings.
1696 (Rmail Motion): Mention rmail-next-same-subject.
1697 (Rmail Deletion): Expunging is not the only way to change the numbers.
1698 (Rmail Labels): Labels can also be used in sorting.
1699 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1700 (Rmail Display): Mention rmail-mime.
1701
00cfe22c
GM
17022009-03-04 Glenn Morris <rgm@gnu.org>
1703
1704 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1705 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1706 summary. Mention sorts cannot be undone.
1707 (Rmail Display): Give an example of how to use goto-address-mode.
1708 (Rmail Editing): It's keybindings that are redefined, not commands.
1709 Fix some typos.
1710 (Movemail): Some minor rewording.
1711 (Remote Mailboxes): Emacs movemail supports pop by default.
1712 Fix some minor grammatical issues. The "two alternative ways" to
1713 specify a POP mailbox are really just one. Remove all reference to the
1714 variables rmail-pop-password and rmail-pop-password-required, obsolete
1715 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1716 can support Kerberos.
1717
3d963b67
GM
17182009-03-03 Glenn Morris <rgm@gnu.org>
1719
1720 * rmail.texi (Rmail Deletion): Revert previous change, which was
1721 describing the Rmail summary versions.
1722 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1723 Minor re-wording for rmail-resend.
1724 (Rmail Make Summary): Summaries apply to buffers rather than files.
1725 <rmail-summary-by-topic>: Headers includes the subject.
1726 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1727 details, including prefix arguments.
2340abde 1728 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1729 Not counting lines might be faster.
1730 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1731 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1732 Name the commands bound to the various keys. Mention prefix argument
1733 for searching.
3d963b67
GM
1734 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1735 Simplify rmail-highlighted-headers description. Update face name.
1736
a8ce3d17
JB
17372009-03-02 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * mark.texi (Marking Objects): Fix typo.
1740
130a29b6
CY
17412009-03-01 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1744 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1745
9d5de6f8
GM
17462009-03-01 Glenn Morris <rgm@gnu.org>
1747
79fc530e 1748 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1749 (Rmail Motion): - M-s searches from the end of messages.
1750 (Rmail Deletion): Minor clarification. Fix numeric argument
1751 description.
1752 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1753 newmail and RMAILOSE files need not be in home-directory.
1754 (Rmail Files): Mention I/O menus are unselectable if no files match.
1755 Mention `MAIL' env-var.
1756
b545ff9c
JR
17572009-02-24 Jason Rumney <jasonr@gnu.org>
1758
1759 * mule.texi (Fontsets): Mention fontset-default, font specs and
1760 fallback fontsets.
1761 (Defining Fontsets): Mention ns and w32 variants of
1762 standard-fontset-spec. Update description of startup fontset to match
1763 Emacs 23 behavior.
a93be82a 1764 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1765 (International): Link to Modifying Fontsets.
b545ff9c 1766
75da0618 17672009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1768
1769 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1770 Mention ns-extended-platform-support-mode.
1771
6be93a16
KB
17722009-02-22 Karl Berry <karl@gnu.org>
1773
1774 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1775
867d4bb3
JB
17762009-02-19 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * basic.texi (Moving Point, Position Info):
1779 * files.texi (Visiting):
1780 * mini.texi (Completion Options):
1781 * text.texi (HTML Mode): Remove duplicate words.
1782
49b5c0e8
GM
17832009-02-20 Glenn Morris <rgm@gnu.org>
1784
1785 * rmail.texi: Minor updates for mbox rather than Babyl.
1786
f43a822c
KB
17872009-02-17 Karl Berry <karl@gnu.org>
1788
49b5c0e8 1789 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1790
80d634b8
RS
17912009-02-17 Richard M Stallman <rms@gnu.org>
1792
1793 * anti.texi (Antinews): Mention Babyl format.
1794
1795 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1796
1797 * rmail.texi: Update for mbox format.
1798 Various small fixes, as well as the following.
1799 (Out of Rmail): Node deleted.
1800 (Rmail): Update menu.
1801 (Rmail Files): Comment out set-rmail-inbox-list.
1802 Document rmail-inbox-list instead.
1803 (Rmail Output): Substantial changes since C-o is now
1804 rmail-output-as-seen and o is rmail-output.
1805 (Rmail Attributes): Delete `stored', add `retried'.
1806 (Rmail Display): Editing headers works in all cases.
1807
f0d129c6
GM
18082009-02-17 Glenn Morris <rgm@gnu.org>
1809
1810 * basic.texi (Position Info): M-x count-lines-region is not always on
1811 M-=. (Bug#2269)
1812
160f11d3
GM
18132009-02-09 Glenn Morris <rgm@gnu.org>
1814
1815 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1816 defaults.
1817
763e01c4
EZ
18182009-02-07 Eli Zaretskii <eliz@gnu.org>
1819
1820 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1821 documentation of possible problems with redecoding.
1822
f5e1441d
GM
18232009-02-03 Glenn Morris <rgm@gnu.org>
1824
1825 * rmail.texi (Out of Rmail): Mention b2m.pl.
1826
e1eabe41
GM
18272009-01-31 Glenn Morris <rgm@gnu.org>
1828
1829 * rmail.texi (Out of Rmail): Correct b2m location.
1830
dd05f9de
CY
18312009-01-27 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * fixit.texi (Undo): Update undo limit values.
1834
d74d846e
GM
18352009-01-27 Glenn Morris <rgm@gnu.org>
1836
1837 * emacs.texi (Top): Fix Antinews menu entry.
1838
49ffdce8
KB
18392009-01-25 Karl Berry <karl@gnu.org>
1840
1841 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1842 item with no marker, instead of the syntactically incorrect
1843 @itemize @asis.
1844
467e8d77
JL
18452009-01-25 Juri Linkov <juri@jurta.org>
1846
1847 * building.texi (Grep Searching): Fix index entry for lgrep.
1848
6c60bbdb
EZ
18492009-01-24 Eli Zaretskii <eliz@gnu.org>
1850
1851 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1852
9ce5a36f
AR
18532009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1854
1855 * macos.texi (Preferences Panel): Update description of font setting to
1856 reflect that prior frame selection is no longer needed.
1857
9aa5f2fb
NR
18582009-01-20 Nick Roberts <nickrob@snap.net.nz>
1859
1860 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1861 raise GUD subsections.
1862
3892ff9c
GM
18632009-01-15 Glenn Morris <rgm@gnu.org>
1864
1865 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1866
14731c8f
GM
18672009-01-10 Glenn Morris <rgm@gnu.org>
1868
1869 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1870
45c55e53
CY
18712009-01-04 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1874 logical lines.
1875
2e4667d1
JL
18762008-12-29 Juri Linkov <juri@jurta.org>
1877
1878 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1879
1880 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1881
2a3eac47
CY
18822008-12-28 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1885 goto-address-mode instead of goto-address.
1886
3da8da94
CY
1887 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1888 mode.
1889
2a3eac47
CY
1890 * emacs.texi (Top): Update node listing.
1891
057f6dd3
EZ
18922008-12-26 Eli Zaretskii <eliz@gnu.org>
1893
1894 * custom.texi (Directory Variables): Explain what is a "project".
1895 Add indexing. Improve wording. Add a footnote about using
1896 _dir-locals.el on MS-DOS.
1897
e6979067
DN
18982008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 * files.texi (Misc File Ops): Mention chmod as an alias for
1901 set-file-modes.
1902
9de15963
MR
19032008-12-24 Martin Rudalics <rudalics@gmx.at>
1904
1905 * help.texi (Help): Fix typos and reword.
1906 (Help Summary): Add entries for C-h n and C-h r, reorder
1907 entries, and do some minor fixes.
1908 (Name Help): Say that C-h F works for commands only.
1909 (Misc Help): Say that view-lossage displays 300 keystrokes.
1910
236fd60d
GM
19112008-12-20 Glenn Morris <rgm@gnu.org>
1912
1913 * ack.texi (Acknowledgments): General update based on AUTHORS,
1914 including removal of some stuff no longer distributed.
1915
349b3256
AM
19162008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1917
1918 * fixit.texi: Mention hunspell
1919
e840fca5
GM
19202008-12-19 Glenn Morris <rgm@gnu.org>
1921
1922 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1923 Consolidate explanatory text at start.
e840fca5
GM
1924
1925 * display.texi (Text Display):
1926 * indent.texi (Indentation): Use @acronym with ASCII.
1927
9dfa7983
GM
19282008-12-18 Glenn Morris <rgm@gnu.org>
1929
1930 * ack.texi: Various small updates and fixes.
1931
97b3a00b
JL
19322008-12-18 Juri Linkov <juri@jurta.org>
1933
1934 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1935 as a key binding to start a forward nonincremental word search.
1936 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1937 a backward nonincremental word search. Add index for `M-s w'
1938 `isearch-forward-word'.
1939 (Regexp Search): Add a short summary of regexp key commands like
1940 in the node "Basic Isearch".
1941 (Other Repeating Search): Fix typo.
1942
19432008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1944
1945 * misc.texi (PostScript Variables): Fix doc.
1946
31ce6a07
CY
19472008-12-10 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * programs.texi (Program Modes): Mention Ruby mode.
1950
636b507b
DN
19512008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * misc.texi (emacsclient Options): Describe what an empty string
1954 argument does for --alternate-editor.
1955
a323fa14
CY
19562008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1957
1958 * cmdargs.texi (Font X): Distinguish between client-side and
1959 server-side fonts. List valid Fontconfig properties. Add reference to
1960 Fontconfig manual. List valid GTK font properties. Explain use of
1961 fc-list.
1962
c5ca6cd0
CY
19632008-12-09 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * cmdargs.texi (Font X): Move discussion of quoting to top.
1966
e5136377
GM
19672008-12-06 Glenn Morris <rgm@gnu.org>
1968
1969 * maintaining.texi (Old Revisions): Improve previous change.
1970
248c026b
RS
19712008-12-05 Richard M Stallman <rms@gnu.org>
1972
1973 * anti.texi (Antinews): Minor fixes.
1974
a9253a1e
GM
19752008-12-03 Glenn Morris <rgm@gnu.org>
1976
1977 * maintaining.texi (Old Revisions): Fix diff-switches description.
1978
fa687b02
MR
19792008-12-01 Martin Rudalics <rudalics@gmx.at>
1980
1981 * emacs.texi (Top): Fix typo.
1982
72e6decd
CY
19832008-11-30 Chong Yidong <cyd@stupidchicken.com>
1984
320ee034
CY
1985 * misc.texi (Document View): Explain dependence on gs at the top.
1986 Copyedits.
1987
1988 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1989
72e6decd
CY
1990 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1991 (Comment Commands): Discuss region-active behavior of M-; first.
1992
2a472ee4
MR
19932008-11-29 Martin Rudalics <rudalics@gmx.at>
1994
9c6361c9
MR
1995 * display.texi (Line Truncation): Add reference to Continuation
1996 Lines.
1997
2a472ee4
MR
1998 * windows.texi (Pop Up Window): Mention split-height-threshold
1999 and split-width-threshold.
9c6361c9 2000 (Split Window): Add reference to Continuation Lines.
2a472ee4 2001
e93bc142
AR
20022008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2003
2004 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2005 (GNUstep Support): New node.
2006 * anti.texi:
2007 * emacs.texi:
2008 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2009
43b978db
RS
20102008-11-28 Richard M Stallman <rms@gnu.org>
2011
2012 * misc.texi (Dissociated Press): Minor cleanups.
2013
2014 * dired.texi (Image-Dired): Avoid passive.
2015
e8e2bd93
EZ
20162008-11-28 Eli Zaretskii <eliz@gnu.org>
2017
2018 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2019 representation.
2020
8d2d45da
CY
20212008-11-26 Richard M. Stallman <rms@gnu.org>
2022
2023 * files.texi (Visiting): Rewrite paragraph for clarity.
2024
2025 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2026
a5f7bbcc
AM
20272008-11-25 Alan Mackenzie <acm@muc.de>
2028
2029 * programs.texi (Moving by Parens): Clarify that parens inside strings
2030 and comments are ignored, and that the commands assume the starting
2031 point isn't in a string or comment.
2032
a71703d3
AR
20332008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2034
2035 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2036 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2037 version.
2038 (Mac Customization): Rewrite Preferences Panel section and merge in to
2039 this node, add Open files by dragging to an Emacs window.
2040
2041 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2042
aa5ab79a
CY
20432008-11-26 Chong Yidong <cyd@stupidchicken.com>
2044
0cc92c19
CY
2045 * files.texi (Misc File Ops): Document set-file-modes.
2046
c366b4e4
CY
2047 * windows.texi (Split Window): Document integer values of
2048 truncate-partial-width-windows.
2049
aa5ab79a
CY
2050 * text.texi (Text): Simplify description of markup languages.
2051 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2052 (TeX Editing): Note that `""' inserts one `"' character.
2053 (HTML Mode): Note in the introduction that XML mode is an alias for
2054 SGML mode. Mention nXML mode.
2055
56221db7
CY
20562008-11-25 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * building.texi (Watch Expressions): Fix typo.
2059
90effe33
CY
20602008-11-24 Chong Yidong <cyd@stupidchicken.com>
2061
f90a5ae3
CY
2062 * files.texi (Visiting): Document new behavior of
2063 confirm-nonexistent-file-or-buffer.
2064
1c6c854e
CS
2065 * buffers.texi (Select Buffer):
2066 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2067
a18ffb4a
CY
2068 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2069 edit-picture.
2070
90effe33
CY
2071 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2072 edit-picture', since that is just an alias for picture-mode.
2073 (Sentences): Note that repeated M-@ extends the region.
2074 (Pages): Make terminology more consistent. Link to Regexps node.
2075 (Longlines): Discuss relationship with Visual Line mode.
2076 (Text Mode): Remove extraneous discussion of other modes, since they
2077 were already introduced in the parent node.
2078
e85103ec
CY
20792008-11-23 Chong Yidong <cyd@stupidchicken.com>
2080
5cb2fe30
CY
2081 * anti.texi (Antinews): Rewrite.
2082
1eb9b307 2083 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2084
2085 * frames.texi (Frame Commands): Mention "minimize" terminology.
2086
e85103ec
CY
2087 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2088 formats.
b908332f
CY
2089 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2090 (Misc X): Don't document useless -hb option.
e85103ec 2091
607f5f88
JL
20922008-11-22 Juri Linkov <juri@jurta.org>
2093
2094 * dired.texi (Dired Navigation): Change normal file name search option
2095 from `non-nil' to `t'. Add `dwim' option.
2096
e1b867a0
JL
20972008-11-22 Juri Linkov <juri@jurta.org>
2098
2099 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2100 ".dir-locals.el". Rename `define-project-bindings' to
2101 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2102 `dir-locals-set-directory-class'.
2103
dd186936
LK
21042008-11-22 Lute Kamstra <lute@gnu.org>
2105
2106 * buffers.texi (Select Buffer): Index goto-line.
2107 * basic.texi (Moving Point): Mention the use of a numeric prefix
2108 argument with goto-line and refer to Select Buffer for the use of a
2109 plain prefix argument.
2110
4b121911
GM
21112008-11-19 Glenn Morris <rgm@gnu.org>
2112
2113 * doclicense.texi: Update to FDL 1.3.
2114 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2115
27267e4c
CY
21162008-11-17 Chong Yidong <cyd@stupidchicken.com>
2117
696f351d
CY
2118 * custom.texi (Minor Modes): Define mode commands and mode variables
2119 more precisely. Recommend using mode commands instead of setting
2120 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2121 (Easy Customization): Use "init file" instead of .emacs.
2122 (Customization Groups): Update to new Custom buffer appearance.
2123 (Saving Customizations): Copyedits. Update example.
2124 (Variables): Give example of variable type-sensitivity.
2125 (Examining): Update example.
2126 (Hooks): Copyedits.
2127 (Specifying File Variables): Use C comments instead of an artificial
2128 Lisp for the example.
2129 (Keymaps): Move internals discussion to Prefix Keymaps.
2130 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2131 (Init Rebinding): Document kbd macro.
2132 (Init File): Link to Find Init.
696f351d
CY
2133
2134 * mark.texi (Using Region): Document Delete Selection Mode more
2135 thoroughly.
2136
2137 * frames.texi (Mouse Commands): Move most of the description of Delete
2138 Selection Mode to Using Region, and link to it.
1bc9c425 2139 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2140
b0570c25
CY
2141 * building.texi (Compilation): Document first-error value of
2142 compilation-scroll-output.
2143 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2144 works as soon as an error is available. Suggested by Juri Linkov.
2145
27267e4c
CY
2146 * mini.texi (Passwords): New node.
2147
2148 * files.texi (Remote Files): Link to Passwords node.
2149
2150 * emacs.texi (Top): Update node listings.
2151
122eb807
CY
21522008-11-16 Chong Yidong <cyd@stupidchicken.com>
2153
9c9855a3
CY
2154 * ack.texi (Acknowledgments): Some updating of credits.
2155
bd6fdcad
CY
2156 * emacs.texi (Acknowledgments): Add a couple more names.
2157
dd1eef46
CY
2158 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2159
122eb807 2160 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2161 (Misc File Ops): Document use of trash.
122eb807 2162
801a8da1
JB
21632008-11-16 Juanma Barranquero <lekktu@gmail.com>
2164
2165 * macos.texi (Mac Customization): Fix typos.
2166
0b4f2253
CY
21672008-11-14 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2170 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2171 the conventions of the main Emacs manual.
2172
2173 * emacs.texi (Top): Update node listings.
2174
517e2b89
CY
21752008-11-12 Chong Yidong <cyd@stupidchicken.com>
2176
07a85685
CY
2177 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2178 command-line-args is processed during startup.
2179 (Action Arguments): Correctly describe how file arguments interact with
2180 the startup screen. Link to Lisp Interaction for scratch buffer.
2181 (Initial Options): Link to Command Example for -batch option.
2182 (Environment): Document initial-environment.
2183
517e2b89
CY
2184 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2185 can't be changed in the site-start file.
2186
6337bbde
CY
21872008-11-07 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * dired.texi (Dired): Mention C-x C-d too.
2190 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2191 (Dired Navigation): Explain dired-goto-file more clearly.
2192 Document dired-isearch-filenames.
6337bbde
CY
2193 (Dired Deletion): Remove unnecessary "expunged" terminology.
2194 (Flagging Many Files): & is now rebound to `% &'.
2195 (Shell Commands in Dired): Document dired-do-async-shell-command.
2196 Clarify how multi-file arguments are passed.
2197 (Misc Dired Features): Document dired-do-isearch.
2198
9e8eeff9
CY
21992008-11-06 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2202
e071f849
CY
22032008-11-03 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2206
05482eb1
CY
22072008-11-01 Chong Yidong <cyd@stupidchicken.com>
2208
e2346dea
CY
2209 * programs.texi (Program Modes): Link to Program Indent node.
2210 (Left Margin Paren): Explain consequences of changing
2211 open-paren-in-column-0-is-defun-start more concisely.
2212 (Which Function, Program Indent, Info Lookup): Minor edits.
2213 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2214 (Multi-line Indent): If region is active, TAB indents the region.
2215 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2216 (Matching): The delimiter at the cursor is highlighted---the character
2217 changes color.
2218 (Symbol Completion): Link to Completion node.
2219
e4b6428c
CY
2220 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2221 a strictly text-only system.
2222
05482eb1
CY
2223 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2224 batch mode.
2225
a11d3737
RS
22262008-11-01 Richard M. Stallman <rms@gnu.org>
2227
5abad626
RS
2228 * misc.texi (Document View): Major rewrite.
2229
a11d3737
RS
2230 * maintaining.texi (Types of Log File): Change logs are older than
2231 version control.
2232 (VCS Concepts): Simplify and rearrange.
2233 (Version Control Systems): Make it clear that Linux is only the kernel.
2234 (VC Mode Line): Shorten reference to menu item.
2235 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2236 (VC Directory Mode): Minor cleanup.
2237 Unchanged files are hidden, not omitted.
2238 (VC Directory Commands): Shorten and simplify.
2239 (Change Log Commands): New node, split from Change Logs.
2240 (VC Directory Buffer): New node, split from VC Directory Mode.
2241
c55a4acb
CY
22422008-10-31 Chong Yidong <cyd@stupidchicken.com>
2243
1c6c854e 2244 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2245 from files.texi.
2246
1c6c854e
CS
2247 * files.texi (Version Control): Move to maintaining.texi.
2248 Subnodes moved as well.
2249 (Document Files): Move to misc.texi.
df0356f6 2250
c55a4acb
CY
2251 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2252 vc-update-change-log.
df0356f6
CY
2253 (Version Control): Move here from files.texi.
2254 (Format of ChangeLog): Make it a subnode of Change Log.
2255
2256 * emacs.texi (Top): Update node listing.
c55a4acb 2257
ef082374
TH
22582008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2259
2260 * files.texi (Files): Add a section about document
2261 files (doc-view-mode).
2262
d52582c3
CY
22632008-10-31 Chong Yidong <cyd@stupidchicken.com>
2264
1c6c854e
CS
2265 * building.texi (Compilation Mode):
2266 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2267 (Debuggers): Lower GUD subsections to subsubsections.
2268 (Starting GUD): Add cindex.
2269 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2270
4e0a0968
CY
22712008-10-30 Chong Yidong <cyd@stupidchicken.com>
2272
03625b47
CY
2273 * indent.texi (Indentation): Link to Program Indent.
2274
4e0a0968
CY
2275 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2276 now uses emacsclient's terminal.
2277
8bd3f7ef
CY
22782008-10-29 Chong Yidong <cyd@stupidchicken.com>
2279
80e5620e
CY
2280 * mark.texi (Using Region): Document use-empty-active-region.
2281
97d5c404
CY
2282 * emacs.texi (Top): Update node listings.
2283
1c6c854e
CS
2284 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2285 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2286 (Invoking emacsclient): Rewrite, moving optional arguments to
2287 emacsclient Options.
21d2bae3
CY
2288 (emacsclient Options): New node. Document server-use-tcp and
2289 server-host.
8bd3f7ef 2290
5fda2cbd
CY
22912008-10-28 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * indent.texi (Indentation): Replace list with paragraphed text,
2294 putting description of syntax-driven indentation first. Document new
2295 effect of active regions on tab.
2296 (Tab Stops): Note that editable tab stops affect indentation commands.
2297
4ff029f6
DN
22982008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2301
996cd6e4
CY
23022008-10-23 Chong Yidong <cyd@stupidchicken.com>
2303
f28815e3
CY
2304 * custom.texi (Function Keys): Note that modified keypad keys are not
2305 translated.
2306
996cd6e4
CY
2307 * basic.texi (Arguments): Explain how to insert multiple digits.
2308
49545fe2
MA
23092008-10-22 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * files.texi (Remote Files): Precise selection of default method.
2312 Rewrite paragraph about disabling remote file names.
2313
edac0b53
CY
23142008-10-22 Chong Yidong <cyd@stupidchicken.com>
2315
e752c544
CY
2316 * search.texi (Special Isearch): Document M-TAB is isearch.
2317
edac0b53
CY
2318 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2319 command.
2320
2321 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2322
20a36054
TH
23232008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2324
1c6c854e 2325 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2326 section.
2327
69051ab6
CY
23282008-10-21 Chong Yidong <cyd@stupidchicken.com>
2329
c4b1a32a
CY
2330 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2331 to files.texi. Move contents of vc2-xtra.texi here.
2332
2333 * vc2-xtra.texi: File removed.
2334
2335 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2336 Directory Commands from the submenu. Don't include deleted file
2337 vc2-xtra.texi.
2338
2339 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2340 (Version Control): Add VC Directory Mode and VC Directory Commands to
2341 the submenu.
2342 (Why Version Control?): Use table format.
2343 (Version Control Systems): Note that Meta-CVS support is gone.
2344 (VCS Concepts): Note precisely when VC started supporting filesets.
2345 Remove bogus xref to CVS Options node.
2346 (Types of Log File): Copyedits.
2347 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2348 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2349 The Right Thing.
2350 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2351 (Log Buffer): Reorganize node, putting C-c C-c description first.
2352 (Old Revisions): Use CVS for example, not RCS.
2353 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2354 Commands from the submenu, putting them under Version Control.
2355 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2356 need to include it in the manual unconditionally, since it is now
2357 crucial to using distributed version control systems.
1a6e2954
CY
2358 (Comparing Files): Note that diff uses the minibuffer, and that the
2359 output is shown using Diff mode.
1c6c854e
CS
2360 (Diff Mode): Explain what "patch" and "hunk" mean.
2361 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2362 diff-show-trailing-whitespaces.
1a6e2954 2363 (File Archives): Add rar support.
c4b1a32a 2364
69051ab6
CY
2365 * major.texi (Choosing Modes): Make mode selection sequence more
2366 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2367 magic-mode-alist is nil by default.
2368 Document magic-fallback-mode-alist.
69051ab6 2369
e7421e03
CY
23702008-10-20 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * frames.texi (Mouse References): Copyedits.
2373
6b2efdc2
TH
23742008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2375
2376 * ack.texi (Acknowledgments): Add myself as doc-view author.
2377
9c5e9396
EZ
23782008-10-20 Eli Zaretskii <eliz@gnu.org>
2379
2380 * frames.texi (Dialog Boxes): Add @cindex entries.
2381
dac94f8e
CY
23822008-10-20 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2385 (Text-Only Mouse): Copyedit.
2386
25597d40
CY
23872008-10-19 Chong Yidong <cyd@stupidchicken.com>
2388
f8a447f6
CY
2389 * frames.texi: Use @key throughout for mouse clicks.
2390 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2391 (Secondary Selection): Fix modified mouse click syntax.
2392 (Clipboard): Describe Cut, Copy and Paste commands.
2393 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2394 Copyedits.
2395 (Creating Frames): Add xref to Init File.
2396 (Frame Commands): Add xref to Exiting.
2397 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2398
b0f95216
CY
23992008-10-15 Chong Yidong <cyd@stupidchicken.com>
2400
b0817f00
CY
2401 * files.texi (Version Control): Copyedits. Add Bazaar.
2402 (Version Control Systems): List different VCS's using an itemized list.
2403 Add Bazaar.
2404 (VCS Concepts): Copyedits. Tweak description of file merging.
2405
b0f95216
CY
2406 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2407 (Cut/Paste Other App): Document select-active-regions and
2408 x-select-enable-primary.
2409
69d0d701
CY
24102008-10-13 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * mark.texi (Shift Selection): Correct case in node name.
2413
2414 * emacs.texi (Top): Update node order in Mark chapter.
2415
375e8351
EZ
24162008-10-12 Eli Zaretskii <eliz@gnu.org>
2417
2418 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2419
2420 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2421 elsewhere in the manual instead of describing yet again the intricacies
2422 of $HOME on MS-Windows and MS-DOS.
2423
ab58114f
CY
24242008-10-12 Chong Yidong <cyd@stupidchicken.com>
2425
4f959513 2426 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2427 (Minibuffer File): Add discussion of `~' in file names.
2428 Add insert-default-directory index reference.
4f959513 2429
ab58114f
CY
2430 * files.texi (File Names): Reorganize description.
2431 (Visiting): Add xref to Mode Line. Copyedits.
2432 (Save Commands): Mention prefix behavior of C-x C-s.
2433 (Numbered Backups): Node deleted.
2434 (Backup Names): Contents of Numbered Backups moved here. State default
2435 of version-control variable.
2436 (Reverting): Copyedits.
2437 (Version Control): Add additional version control systems.
2438
2439 * emacs.texi (Top): Delete Numbered Backups node.
2440
2441 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2442 Backup Names.
f2884f63 2443 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2444
b0b5100a
RF
24452008-10-11 Romain Francoise <romain@orebokech.com>
2446
2447 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2448
89774b5f
CY
24492008-10-11 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2452 (Select Buffer): Mention use of minibuffer history. Describe default
2453 value of default-major-mode. Mention that C-x 4 b selects the other
2454 window.
2455 (List Buffers): Document CRM indicators in the order they appear.
2456 (Kill Buffer): Document new command kill-matching buffers.
2457 (Several Buffers): Move explanation of the relationship between buffer
2458 list and buffer menu to the top.
2459 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2460
4c72bf27
CY
24612008-10-10 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * entering.texi (Exiting): Document change of C-x C-c to
2464 save-buffers-kill-terminal. Document kill-emacs.
2465
f68eb991
EZ
24662008-09-30 Eli Zaretskii <eliz@gnu.org>
2467
2468 * mule.texi (Coding Systems): Don't mention codepage-setup.
2469
2470 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2471 cpNNN coding systems anymore.
2472 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2473 for unibyte mode. Don't mention line-drawing characters.
2474 Don't mention dos-unsupported-char-glyph.
f68eb991 2475
1a2dd44d
CY
24762008-09-25 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * search.texi (Search): Shorten introduction.
2479 (Basic Isearch): Add command table. Discuss reverse isearch and
2480 isearch highlighting.
2481 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2482 ring to cindex.
2483 (Special Isearch): Move input methods discussion here.
2484 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2485 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2486 Repeat Isearch.
2487 (Isearch Minibuffer): New node.
2488 (Word Search): Document new word search commands.
2489 (Regexp Example): Simplify example using sentence-end-base variable.
2490 (Replace): Reword introduction.
2491 (Unconditional Replace): Remove unnecessary example.
2492 (Other Repeating Search): Document new `M-s o' binding.
2493
2494 * emacs.texi (Top): Update node listings.
2495
e45da31d
JB
24962008-09-22 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * emacs.texi (Top): Remove Kill Errors from menu.
2499
841c8096
CY
25002008-09-22 Chong Yidong <cyd@stupidchicken.com>
2501
402168fa
CY
2502 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2503 interface for defining macros. Simplify examples. Note that C-g quits
2504 macro definitions.
1c6c854e
CS
2505 (Keyboard Macro Counter): Document using F3 to insert counter.
2506 Give usage example.
402168fa
CY
2507 (Keyboard Macro Query): Organize query responses in a table.
2508
1c6c854e
CS
2509 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2510 Link to Erasing node.
841c8096
CY
2511 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2512 rationale to a footnote.
2513 (Kill Errors): Remove node, due to redundancy with Erasing.
2514 (Spelling): Move discussion of flyspell to end. Note new behavior of
2515 M-$ in active region. Remove non-ispell-specific keybindings from
2516 table.
2517
eab2ee89
DN
25182008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * cmdargs.texi (Initial Options): Document --daemon.
2521
3d53e905
GM
25222008-09-20 Glenn Morris <rgm@gnu.org>
2523
2524 * files.texi (Numbered Backups): Mention that some modes set
2525 version-control.
2526
1c90484d
GM
25272008-09-20 Jim Blandy <jimb@red-bean.com>
2528
2529 * files.texi (Numbered Backups): Reference File Variables, as well.
2530 Remove discussion of Rmail's implementation.
2531
0fc0d844
CY
25322008-09-06 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * misc.texi (Recursive Edit): Note that top-level exits active
2535 minibuffers.
2536
2537 * trouble.texi (Quitting): Likewise.
2538
b18d283d
CY
25392008-08-31 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * emacs.texi (Top): Add Temporary Face Changes xref.
2542
2543 * display.texi (Display): Move Temporary Face Changes node to just
2544 after Standard Faces.
2545 (Scrolling): Document recenter-top-bottom instead of recenter.
2546 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2547 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2548 (Display Custom): Copyedits.
2549 (Optional Mode Line): Document display-battery-mode.
2550
180135fc
RF
25512008-08-27 Romain Francoise <romain@orebokech.com>
2552
2553 * custom.texi (Directory Variables): Minor fix.
2554
d3fe3475
GM
25552008-08-27 Glenn Morris <rgm@gnu.org>
2556
2557 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2558 descriptions.
2559 (Calendar Customizing): Tweak layout description.
183080b6 2560 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2561 markers. Condense calendar-star-date and calendar-mark-today
2562 description.
2563 (Holiday Customizing): Add oriental and solar holidays.
2564 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2565 Fix holiday-float description. Use zerop in examples. Be less verbose.
2566 (Date Display Format): Change ISO format. Be less verbose.
2567 (Diary Customizing): Mention day and month abbrev arrays.
2568 Mention the date-form variables by name. Update European example.
2569 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2570 Condense examples. Mention diary-entry-symbols by name.
2571 Condense table for insertion commands.
2572 (Fancy Diary Display): Mention diary-include-string and
2573 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2574 Ethiopic, Persian date functions. Condense descriptions.
2575
2576 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2577 (Adding to Diary): Adapt for changed node name.
2578
71755807
GM
25792008-08-26 Glenn Morris <rgm@gnu.org>
2580
2581 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2582 node "Hebrew/Islamic Entries".
2583
2584 * calendar.texi (Specified Dates): Fix names of iso functions.
2585 (General Calendar): There may not be another window.
2586 (Writing Calendar Files, Holidays): Tweak intro.
2587 (Holidays): Mention Baha'i and Chinese holidays.
2588 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2589 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2590 (To Other Calendar): Add calendar-print-other-dates.
2591 Refer to "graphic display" rather than "X.
2592 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2593 (Displaying the Diary): Fix whitespace after reference.
2594 Fix `diary-number-of-entries' reference.
2595 (Date Formats): Explicitly mention that day names can be abbreviated.
2596 (Adding to Diary): Add some references to other sections.
2597 (Special Diary Entries): Fix reference.
2598 (Appointments): Simplify appt-message-warning-time entry.
2599 Clarify where times must be.
2600 (Importing Diary): Comment out icalendar paragraph that does not apply.
2601 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2602
d76ebc75
GM
26032008-08-23 Glenn Morris <rgm@gnu.org>
2604
2605 * fortran-xtra.texi (Fortran): Change description of free form and
2606 fixed form a bit. Mention hideshow and imenu.
2607 (Fortran Motion): Mention fortran-end-of-subprogram,
2608 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2609 (Fortran Indent): Minor re-word.
2610 (ForIndent Commands): Mention fortran-fill-paragraph and
2611 fortran-fill-statement.
2612 (ForIndent Cont): Mention fortran-tab-mode-string.
2613 (Fortran Comments): Mention fortran-comment-line-start-skip.
2614 (Fortran Columns): Mention font-locking.
2615 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2616
1fc0ce04 26172008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2618
2619 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2620
5c52e13c
CY
26212008-08-22 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * mini.texi (Minibuffer): Simplify introduction.
2624 (Minibuffer File): Document tilde in minibuffer filenames.
2625 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2626 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2627 (Completion Example): Update example to current command list.
2628 (Completion Options): Document `lazy' value of completion-auto-help.
2629 Update contents of completion-ignored-extensions.
2630 (Minibuffer History): Describe "future history" list. State default
2631 value of history-delete-duplicates.
2632
77a00355
GM
26332008-08-21 Glenn Morris <rgm@gnu.org>
2634
2635 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2636 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2637
39ee1d04
CY
26382008-08-17 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * regs.texi (Registers): Clarify valid register names.
2641 (RegPos): Note that buffer is saved and restored too.
2642 (RegText): Note that mark is reactivated/deactivated.
2643 (RegConfig): Xref to Windows node.
2644
b12c348f
CY
26452008-08-16 Chong Yidong <cyd@stupidchicken.com>
2646
3ae7ba79
CY
2647 * basic.texi (Inserting Text): Provide command name for C-q.
2648
b12c348f
CY
2649 * killing.texi (Killing): Copyedit. Define read-only text.
2650 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2651 (Killing by Lines): Copyedit.
2652 (Other Kill Commands): Move M-w description here.
2653 (Yanking): Move M-w to Other Kill Commands.
2654 (Kill Ring): Also mention saving text in registers. Link to Text
2655 Properties in elisp manual.
2656 (Accumulating Text): Copyedit.
2657 (CUA Bindings): Shift selection is now the default.
2658
d8ff7692
TZ
26592008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2660
2661 * maintaining.texi (Change Log): Mention next-error is available.
2662
a43a8a2e
GM
26632008-08-10 Glenn Morris <rgm@gnu.org>
2664
2665 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2666 and intermonth text.
2667 (Holiday Customizing): Add holiday-chinese.
2668
eba27308
EZ
26692008-08-08 Eli Zaretskii <eliz@gnu.org>
2670
2671 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2672
5f14a5b3
DN
26732008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * files.texi (Log Buffer): Describe C-c C-d.
2676 (Diff Mode): Describe C-x 4 A.
2677
49989bff
EZ
26782008-08-06 Eli Zaretskii <eliz@gnu.org>
2679
2680 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2681
5c915c02
DN
26822008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2683
2beaf97a
DN
2684 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2685 describe the new bindings to show the changeset diff, toggle annotation
2686 visibility, show revisions.
2687 (VC Status): Describe key bindings for modifying the change comments,
2688 displaying changeset diffs and annotations.
2689
5c915c02
DN
2690 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2691
71798ace
NR
26922008-08-05 Nick Roberts <nickrob@snap.net.nz>
2693
2694 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2695
b8949644
EZ
26962008-08-02 Eli Zaretskii <eliz@gnu.org>
2697
2698 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2699 and wording.
2700
819567d1
DN
27012008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2704 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2705 commands. Improve some old info.
2706
5f38310a
CY
27072008-07-31 Chong Yidong <cyd@stupidchicken.com>
2708
0dc3906b
CY
2709 * display.texi (Visual Line Mode): New node.
2710
5f38310a 2711 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2712 (Moving Point): Add additional alternative key bindings.
2713 Describe line-move-visual.
5f38310a
CY
2714 (Erasing): Describe DEL.
2715 (Basic Undo, Blank Lines, Arguments): Copyedit.
2716 (Continuation Lines): Mention Visual Line mode.
2717 (Position Info): Move extended discussion to mule.texi.
2718
2719 * mule.texi (International Chars): Describe C-x =.
2720
2721 * emacs.texi (Top): Add Visual Line Mode node.
2722
7c2fb837
DN
27232008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * emacs.texi: Remove VMS support.
2726
3f6b73ef
DN
27272008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2730 the vc-dir command name.
2731
9e2a2647
DN
27322008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * xresources.texi: Remove mentions of Mac Carbon.
2735
568beaa2
AS
27362008-07-19 Andreas Schwab <schwab@suse.de>
2737
2738 * ns-emacs.texi: Move to ../misc.
2739
0ef94706
CY
27402008-07-15 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * entering.texi (Exiting): Don't describe text-only terminals as the
2743 default. Describe the new startup screen.
2744 (Exiting): Describe how to kill Emacs first. Change description of
2745 iconification to handle modern window systems.
2746
ba60bd44 27472008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2748
2749 * ns-emacs.texi: New file, documents features of Emacs port under
2750 NeXTstep windowing.
2751
9f30aa73
CY
27522008-07-15 Chong Yidong <cyd@stupidchicken.com>
2753
938a5d2e
CY
2754 * entering.texi (Entering Emacs): Update prev node.
2755
2756 * glossary.texi (Glossary): Remove xref to Text Characters.
2757
9f30aa73
CY
2758 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2759 directly, rather than in the context of ASCII. Move description of
2760 special properties of modifier key to new Modifier Keys node.
2761 (Keys): Copyedit.
2762 (Text Characters): Delete node. Multibyte is the default nowadays, and
2763 the node contents are obsolete.
2764
2765 * custom.texi (Modifier Keys): New node.
2766
2767 * emacs.texi (Top): Update node list.
2768
7e53d36c
CY
27692008-07-13 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2772 saying that Emacs provides menus and mouse support (which is par for
2773 the course).
2774
2775 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2776 early on.
2777 (Point): Copyedit. Relegate historical trivia to a footnote.
2778 (Mode Line): Explain mode-line format more consistently.
2779 (Menu Bar): Copyedit.
2780
1e9fa96d
GM
27812008-06-27 Glenn Morris <rgm@gnu.org>
2782
2783 * cal-xtra.texi (Sexp Diary Entries):
2784 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2785
dc9bebb8
CY
27862008-06-26 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * mark.texi (Shift selection): New node.
2789 (Mark): Copyedits.
2790 (Persistent Mark): Move to the end of the chapter.
2791
e7881076
EZ
27922008-06-20 Eli Zaretskii <eliz@gnu.org>
2793
2794 * makefile.w32-in (distclean): Remove makefile.
2795
f427400c
NR
27962008-06-17 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * building.texi (Starting GUD): Add an entry for gud-gdb.
2799 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2800 command mode.
2801
b597d348
GM
28022008-06-17 Glenn Morris <rgm@gnu.org>
2803
2804 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2805
647b7094
NR
28062008-06-17 Nick Roberts <nickrob@snap.net.nz>
2807
2808 * building.texi (Starting GUD): Expand on remote debugging.
2809 (Other GDB-UI Buffers): Mention new keyboard bindings.
2810
47a30023
GM
28112008-06-15 Glenn Morris <rgm@gnu.org>
2812
2813 * gnu.texi: Use a verbatim license for this invariant section,
2814 as per etc/GNU.
2815
37e5d54a
GM
28162008-06-13 Daniel Engeler <engeler@gmail.com>
2817
2818 * emacs.texi, misc.texi: Add documentation about serial port access.
2819
8e65d46c
GM
28202008-06-13 Glenn Morris <rgm@gnu.org>
2821
c1473b4c
MB
2822 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2823 maintain.info.
8e65d46c 2824
e40a85cd
MB
28252008-06-05 Miles Bader <miles@gnu.org>
2826
2827 * display.texi (Temporary Face Changes): Update to reflect function
2828 renamings in face-remap.el.
2829
56c73dec
MB
28302008-06-04 Miles Bader <miles@gnu.org>
2831
1c6c854e
CS
2832 * display.texi (Temporary Face Changes):
2833 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2834 `increase-buffer-face-height' and `decrease-default-face-height' now
2835 that they aren't bound by default.
2836
9d3d42fb
MB
28372008-06-03 Miles Bader <miles@gnu.org>
2838
2839 * display.texi (Temporary Face Changes): New node.
2840
2be6bfe2
EZ
28412008-05-31 Eli Zaretskii <eliz@gnu.org>
2842
2843 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2844
daf7e339
GM
28452008-05-31 Glenn Morris <rgm@gnu.org>
2846
2847 * cal-xtra.texi (Fancy Diary Display): Simplify.
2848
d21d2618
GM
28492008-05-30 Glenn Morris <rgm@gnu.org>
2850
2851 * cal-xtra.texi (Fancy Diary Display): Update for
2852 diary-display-function replacing diary-display-hook.
2853
71ce5fd0
JB
28542008-05-29 Drew Adams <drew.adams@oracle.com>
2855
2856 * msdog.texi (Windows Keyboard): Add descriptions of
2857 w32-register-hot-key and w32-unregister-hot-key.
2858
a3cdbdf8
MO
28592008-05-21 Tom Tromey <tromey@redhat.com>
2860
2861 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2862 Variables node.
2863
854a574c
MO
28642008-05-19 Tom Tromey <tromey@redhat.com>
2865
2866 * custom.texi (Variables): Add Directory Variables to menu.
2867 (Directory Variables): New node.
2868
7c2ec3f9
ER
28692008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2870
71ce5fd0 2871 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2872
370fded4
ER
28732008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2874
2875 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2876 Revision Tags and rewritten. Section now uses modern terminology,
2877 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2878 accurately.
2879
6af511e3
EZ
28802008-05-10 Eli Zaretskii <eliz@gnu.org>
2881
2882 * msdog.texi (Windows Files): Update documentation of
2883 w32-get-true-file-attributes.
2884
7a78b6e7
ER
28852008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2886
2887 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2888 directory mode.
2889
1bcfc24e
CY
28902008-05-08 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2893 entry "television".
1bcfc24e 2894
db86064f
ER
28952008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2896
ab5ec32c 2897 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2898
a31b405e
ER
28992008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2900
2901 * emacs/buffers.texi, emacs/files.texi (Version-control):
2902 vc-toggle-read-only is no longer a good idea...
2903
ff2c14fc
GM
29042008-04-29 Glenn Morris <rgm@gnu.org>
2905
2906 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2907
367c9b7c
JL
29082008-04-22 Juri Linkov <juri@jurta.org>
2909
2910 * dired.texi (Subdirectories in Dired): Describe using `^'
2911 to return to the parent directory.
2912
4ac1e9b4
NR
29132008-04-22 Nick Roberts <nickrob@snap.net.nz>
2914
2915 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2916 recent changes.
2917
b9b3bf2b
NR
29182008-04-19 Nick Roberts <nickrob@snap.net.nz>
2919
2920 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2921 (Other GDB-UI Buffers): Update for recent thread related changes.
2922
4d120d6a
SM
29232008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2924
2925 * maintaining.texi (Maintaining):
2926 * emacs.texi (Top): Typo.
2927
a152877d
SM
29282008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2929
b9b3bf2b
NR
2930 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2931 arg in `font-lock-add-keywords'.
a152877d 2932
36c0514c
GM
29332008-04-08 Glenn Morris <rgm@gnu.org>
2934
2935 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2936 Also add Baha'i calendar references where appropriate.
2937
06a97d46
GM
29382008-04-05 Glenn Morris <rgm@gnu.org>
2939
2940 * custom.texi (Init File): Byte-compiling .emacs is bad.
2941
6adc6eed
SM
29422008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2945
571388b0
GM
29462008-03-29 Glenn Morris <rgm@gnu.org>
2947
2948 * calendar.texi: Update for `calendar-date-style' replacing
2949 `european-calendar'.
2950
3ae8f876
JR
29512008-03-28 Jason Rumney <jasonr@gnu.org>
2952
2953 * display.texi (Display Custom): Mention overlay-margin in text.
2954
5bc6ddff 29552008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2956
5bc6ddff
MB
2957 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2958 tutorial' comments.
03a864d5 2959
7186a830
CY
29602008-03-28 Chong Yidong <cyd@stupidchicken.com>
2961
2962 * mark.texi (Mark): Rearrange nodes.
2963 (Persistent Mark): Rename from Transient Mark.
2964 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2965 Describe Transient Mark mode as the default.
2966
2967 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2968 the default behavior with Transient Mark mode off.
2969 (Position Info): Fix typo.
2970
71ce5fd0
JB
2971 * display.texi (Standard Faces): Reference the Mark node.
2972 Remove discussion of the region face, which is discussed there.
7186a830
CY
2973
2974 * emacs.texi (Top): Update node listings.
2975
2976 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2977 as the default.
2978
2979 * fixit.texi (Undo): Standardize choice of undo key sequence.
2980 (Undo, Spelling): Describe Transient Mark mode as the default.
2981
2982 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2983 default.
2984
2985 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2986
2987 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2988 mode is the default, and note that the mark is not activated when set.
2989
2990 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2991 Describe Transient Mark mode as the default.
2992
2993 * search.texi (Basic Isearch): Reference the Mark Ring node.
2994 (Replace, Unconditional Replace, Other Repeating Search):
2995 Describe Transient Mark mode as the default.
2996
1c6c854e
CS
2997 * text.texi (Words, Pages, Fill Commands, HTML Mode):
2998 Describe Transient Mark mode as the default.
7186a830
CY
2999 (Paragraphs): Describe how M-h behaves when region is active.
3000
3001 * trouble.texi (Quitting): Clarify effects of C-g.
3002
dc47d1ff
GM
30032008-03-13 Glenn Morris <rgm@gnu.org>
3004
3005 * emacs.texi (EMACSVER): Set to 23.0.60.
3006
e3e0fb39 30072008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3008
e3e0fb39
GM
3009 * dired.texi (Hiding Subdirectories): Fix previous change.
3010
30112008-03-05 Drew Adams <drew.adams@oracle.com>
3012
3013 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3014
5e14abf8
KS
30152008-02-28 Kim F. Storm <storm@cua.dk>
3016
3017 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3018 Move describe-distribution to C-h C-o.
3019 Move view-emacs-problems to C-h C-p.
3020 Add view-emacs-debugging on C-h C-d.
3021 Add view-external-packages on C-h C-e.
d0207bf3 3022 Add view-order-manuals on C-h C-m.
5e14abf8 3023
d0207bf3 30242008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3025
3026 * msdog-xtra.texi (MS-DOS): Docstring fix.
3027
87e391bb
EZ
30282008-02-09 Eli Zaretskii <eliz@gnu.org>
3029
3030 * msdog.texi (Windows Fonts): Use a @table for describing font
3031 properties.
3032
5662e503
JR
30332008-02-07 Jason Rumney <jasonr@gnu.org>
3034
3035 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3036 value has changed.
3037 (Windows HOME): Clarify what is meant by "if that fails as well".
3038 (Windows Fonts): New section.
3039
72463824
GM
30402008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3041
3042 * basic.texi (Basic Undo): Remove duplicate "you can".
3043
7ff926e0
EZ
30442008-02-02 Eli Zaretskii <eliz@gnu.org>
3045
3046 * maintaining.texi (Tags): Fix last change.
3047
6ab7aef1
MA
30482008-02-02 Michael Albinus <michael.albinus@gmx.de>
3049
093571c3 3050 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3051
ace67e7e
NR
30522008-01-31 Nick Roberts <nickrob@snap.net.nz>
3053
3054 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3055
ae068fdf
RS
30562008-01-26 Richard Stallman <rms@gnu.org>
3057
3058 * maintaining.texi (Tags): Delete redundant index entry.
3059
a56d9a08
EZ
30602008-01-26 Eli Zaretskii <eliz@gnu.org>
3061
3062 * programs.texi (Imenu): Move "@cindex tags" from here...
3063 * maintaining.texi (Tags): ...to here.
3064
e941ed90
NR
30652008-01-23 Kevin Ryde <user42@zip.com.au>
3066
3067 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3068 click count.
3069
650276d5
JB
30702008-01-21 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * entering.texi (Exiting): Fix typo.
3073 Reported by D. E. Evans <sinuhe@gnu.org>.
3074
8dc17977
MR
30752007-12-31 Martin Rudalics <rudalics@gmx.at>
3076
3077 * glossary.texi (Glossary): Fix typo.
3078
9f9695a6
RS
30792007-12-27 Richard Stallman <rms@gnu.org>
3080
3081 * text.texi (Formatted Text): Improve menu tag.
3082 (Editing Format Info): In Info, add duplicate menu of nodes
3083 about the submenus.
3084 (Format Faces): Say where Faces menu is found. Mention Other.
3085 (Format Colors): Say where these submenus are found.
3086 (Format Indentation, Format Justification): Likewise.
3087 (Format Properties): Likewise.
3088
abfd0191
RS
30892007-12-22 Richard Stallman <rms@gnu.org>
3090
3091 * search.texi (Query Replace): Make exp of query-replace more
3092 self-contained, and clarify.
8dc17977 3093
abfd0191
RS
3094 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3095
a2586785
RS
30962007-12-15 Richard Stallman <rms@gnu.org>
3097
3098 * files.texi (Auto Save): Clarify definition of auto-saving.
3099
a67cf2bb
RS
31002007-11-26 Richard Stallman <rms@gnu.org>
3101
3102 * help.texi (Help Echo): Cleanups.
3103
448b33b1
TTN
31042007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3105
3106 * files.texi (Why Version Control?): Fix typo.
3107 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3108 (Selecting a Fileset): Fix typos; small rewording.
3109 (Log Buffer): Likewise.
3110 (Old Revisions): Likewise.
448b33b1 3111
221bb7f6
EZ
31122007-11-17 Eli Zaretskii <eliz@gnu.org>
3113
3114 * mule.texi (Communication Coding): Fix wording of last change.
3115
d0207bf3 31162007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3117
630cb3b7
JB
3118 * custom.texi (Specifying File Variables):
3119 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3120
53b7759e
KH
31212007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3122
a5ab2e0c 3123 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3124
3125 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3126
c8763fb6 31272007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3128
630cb3b7 3129 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3130 --output=file.
3131
ff98e024
MR
31322007-11-13 Martin Rudalics <rudalics@gmx.at>
3133
3134 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3135 (Help Echo): Avoid mentioning the term "region" here and
3136 consistently use the term "active text".
3137
37b11c22
GM
31382007-11-11 Glenn Morris <rgm@gnu.org>
3139
3140 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3141
21d50ba1
JL
31422007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3143
1c6c854e
CS
3144 * search.texi (Query Replace):
3145 Mention `query-replace-show-replacement'.
21d50ba1 3146
c12ecb0a 31472007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3148
3149 * building.texi (Watch Expressions): Remove obscure sentence.
3150
3b4201f4
KH
31512007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3152
3153 * mule.texi (Select Input Method): Describe how to activate an input
3154 method in the text mode.
3155
07e5c0b0
DN
31562007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3159
52dd7391
NR
31602007-10-30 Nick Roberts <nickrob@snap.net.nz>
3161
3162 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3163
c004e539
GM
31642007-10-30 Glenn Morris <rgm@gnu.org>
3165
3166 * misc.texi (Directory Tracking): Explain a bit more about
3167 dirtrack-mode.
3168
ca8c5b8c
GM
31692007-10-25 Glenn Morris <rgm@gnu.org>
3170
3171 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3172
b6c764ef
RS
31732007-10-24 Richard Stallman <rms@gnu.org>
3174
3175 * misc.texi (Interactive Shell): Cleanup last change.
3176
eabd84c9
JL
31772007-10-22 Juri Linkov <juri@jurta.org>
3178
3179 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3180 default values.
3181
0b43c7e2
ER
31822007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3183
ca8c5b8c 3184 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3185 'filesets'.
3186
a80859d4
MR
31872007-10-18 Martin Rudalics <rudalics@gmx.at>
3188
3189 * trouble.texi (Quitting): Fix typo.
3190
c9447ae1
GM
31912007-10-18 Glenn Morris <rgm@gnu.org>
3192
3193 * frames.texi (Mode Line Mouse): Mention minor mode names.
3194
168b980f
JL
31952007-10-17 Juri Linkov <juri@jurta.org>
3196
3197 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3198 fill-paragraph operates on the active region in Transient Mark mode.
3199 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3200 with fill-paragraph.
3201
3202 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3203 fill-paragraph.
3204
3205 * fixit.texi (Spelling): ispell-word operates on the active region
3206 in Transient Mark mode.
3207
5a331f34
JB
32082007-10-17 Aaron S. Hawley <aaronh@garden.org>
3209
3210 * building.texi (Source Buffers):
3211 * custom.texi (Init Non-ASCII):
3212 * glossary.texi (Glossary): Use "key binding" consistently.
3213
2a9f4d55
JB
32142007-10-17 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * calendar.texi (Diary): Fix directive.
3217
de13cecf
RS
32182007-10-16 Richard Stallman <rms@gnu.org>
3219
3220 * calendar.texi (Diary): Clarify text about diary file example.
3221
5f90d53e
ER
32222007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3223
3224 * files.texi: Capitalize node names according to convention.
3225
3aa491bc
GM
32262007-10-13 Glenn Morris <rgm@gnu.org>
3227
3228 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3229
8a3106d3
ER
32302007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3231
3232 * emacs.texi:
3233 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3234 suggested by RMS and Robert J. Chassell.
8a3106d3 3235
da1080a2
ER
32362007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3237
3aa491bc 3238 * files.texi (Version Systems):
0870a421
ER
3239 * vc-xtra.texi:
3240 * vc1-xtra.texi:
ac3f4c6f 3241 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3242 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3243 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3244 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3245
58ade22b
ER
32462007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3247
da1080a2 3248 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3249 Reorder the descriptions to be chronological.
3250
93870ce2
RS
32512007-10-09 Richard Stallman <rms@gnu.org>
3252
3253 * display.texi (Cursor Display): Correct how cursor appears
3254 in nonselected windows.
3255
568c7288
NR
32562007-10-04 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * building.texi (GDB Graphical Interface): Remove references to gdba
3259 and mention gud-gdb.
3260
1af74d06 32612007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3262
1af74d06 3263 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3264
0d8fb755
JL
32652007-10-06 Juri Linkov <juri@jurta.org>
3266
3267 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3268 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3269 fill-paragraph-or-region.
3270
3271 * basic.texi (Arguments): Replace fill-paragraph with
3272 fill-paragraph-or-region.
3273
b981e2c6
ER
32742007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3275
3276 * files.texi: Update the section on version control for 2007
2a9f4d55 3277 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3278 will come later.
3279
5fceaf9c
GM
32802007-09-15 Glenn Morris <rgm@gnu.org>
3281
3282 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3283 to `list-holidays'.
3284
b0e44b17
GM
32852007-09-14 Glenn Morris <rgm@gnu.org>
3286
3287 * calendar.texi: Update all instances of mark-calendar-holidays,
3288 list-calendar-holidays, list-holidays with the new names.
3289
8cf51b2c
GM
32902007-09-06 Glenn Morris <rgm@gnu.org>
3291
46a367db 3292 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3293 Split into the Emacs manual in emacs/, and other manuals in misc/.
3294 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3295 manual.
3296 (infodir): New variable.
3297 (info): Use $infodir.
3298 (emacsman): Delete target, not needed any more.
3299 Move all targets that are not the Emacs manual to misc/Makefile.in.
3300 (mostlyclean): Remove `gnustmp'.
3301 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3302 manual.
92f9b43f 3303 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3304 (emacsman): Delete target, not needed any more.
3305 (clean): Remove all info files but Emacs manual.
3306 Move all targets that are not the Emacs manual to misc/Makefile.in.
3307 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3308
3309 * Makefile.in (INFOSOURCES): Delete.
3310 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3311 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3312 *.vrs *.toc here...
3313 (maintainer-clean): ...from here.
3314
33152007-09-05 Glenn Morris <rgm@gnu.org>
3316
3317 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3318
8cf51b2c
GM
33192007-08-29 Glenn Morris <rgm@gnu.org>
3320
3321 * emacs.texi (EMACSVER): Increase to 23.0.50.
3322
3420c522
RS
33232007-08-27 Richard Stallman <rms@gnu.org>
3324
3325 * emacs.texi (Top): Clarify menu item for Glossary.
3326
3327 * display.texi (Faces): Change secn title.
3328 Clarify not all fonts come from Font Lock.
3329
8cf51b2c
GM
33302007-08-17 Eli Zaretskii <eliz@gnu.org>
3331
3332 * basic.texi (Position Info): Add index entry for face at point.
3333 Mention that character faces are also displayed by "C-u C-x =".
3334
8cf51b2c
GM
33352007-08-08 Glenn Morris <rgm@gnu.org>
3336
3337 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3338
33392007-08-07 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * files.texi (File Conveniences): Document point motion keys in Image
3342 mode.
3343
8cf51b2c
GM
33442007-07-27 Glenn Morris <rgm@gnu.org>
3345
8cf51b2c
GM
3346 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3347 in-line.
3348
3349 * gpl.texi: New file with text of GPL.
3350 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3351
33522007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3355
3356 * dired.texi (Wdired): Mention C-x C-q key binding.
3357
33582007-07-28 Nick Roberts <nickrob@snap.net.nz>
3359
3360 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3361
33622007-07-25 Glenn Morris <rgm@gnu.org>
3363
8cf51b2c
GM
3364 * emacs.texi (Copying): Replace license with GPLv3.
3365
3366 * Relicense all FSF files to GPLv3 or later.
3367
33682007-07-24 Glenn Morris <rgm@gnu.org>
3369
3370 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3371 for some calendars.
3372
33732007-07-23 Nick Roberts <nickrob@snap.net.nz>
3374
3375 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3376 default-directory for the current buffer is on a remote machine.
3377
8cf51b2c
GM
33782007-07-21 Eli Zaretskii <eliz@gnu.org>
3379
3380 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3381 default value.
3382
33832007-07-21 Richard Stallman <rms@gnu.org>
3384
3385 * files.texi (Why Version Control?): Improve previous change.
3386
33872007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3388
3389 * files.texi (Why Version Control?): New node.
3390
8cf51b2c
GM
33912007-07-12 Nick Roberts <nickrob@snap.net.nz>
3392
8cf51b2c
GM
3393 * building.texi (Starting GUD): Add xref to this anchor.
3394
8cf51b2c
GM
33952007-06-24 Karl Berry <karl@gnu.org>
3396
2a9f4d55 3397 * emacs.texi: New Back-Cover Text.
8cf51b2c 3398
8cf51b2c
GM
33992007-06-07 Alan Mackenzie <acm@muc.de>
3400
3401 * display.texi (Optional Mode Line): Document the new form of
3402 line+column numbers, "(561,2)".
3403
34042007-06-06 Juanma Barranquero <lekktu@gmail.com>
3405
49823426 3406 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3407
34082007-06-02 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * Version 22.1 released.
3411
8cf51b2c
GM
34122007-05-07 Karl Berry <karl@gnu.org>
3413
3414 * emacs.texi (EMACSVER): Back to 22.
3415
34162007-05-06 Richard Stallman <rms@gnu.org>
3417
3418 * maintaining.texi (Create Tags Table): Clean up previous change.
3419
c8763fb6 34202007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3421
3422 * maintaining.texi (Create Tags Table): Add text about the dangers of
3423 making symbolic links to tags files.
3424
34252007-05-04 Karl Berry <karl@gnu.org>
3426
3427 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3428
34292007-05-03 Karl Berry <karl@gnu.org>
3430
3431 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3432
3433 * .cvsignore (*.pdf): New entry.
3434
8cf51b2c
GM
3435 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3436 for printing.
3437
34382007-05-01 Richard Stallman <rms@gnu.org>
3439
3440 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3441
8cf51b2c
GM
34422007-04-28 Glenn Morris <rgm@gnu.org>
3443
3444 * ack.texi (Acknowledgments):
3445 * anti.texi (Antinews):
8cf51b2c
GM
3446 * programs.texi (Program Modes): Restore mention of python.el pending
3447 consideration of legal status.
3448
34492007-04-28 Richard Stallman <rms@gnu.org>
3450
3451 * files.texi (File Names): Fixes to ~ description on MS systems.
3452
8cf51b2c
GM
34532007-04-26 Glenn Morris <rgm@gnu.org>
3454
3455 * emacs.texi (EMACSVER): Increase to 22.1.50.
3456
34572007-04-25 Karl Berry <karl@gnu.org>
3458
3459 * emacs.texi: Improve line breaks on copyright page,
3460 similar layout to lispref, 8.5x11 by default.
3461
3462 * dired.texi (Image-Dired): Improve line break, fix typo.
3463
34642007-04-24 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * programs.texi (Program Modes):
8cf51b2c
GM
3467 * anti.texi (Antinews):
3468 * ack.texi (Acknowledgments): python.el removed.
3469
8cf51b2c
GM
34702007-04-23 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * display.texi (Highlight Interactively): Correct description of
3473 hi-lock-file-patterns-policy.
3474
3475 * files.texi (File Archives): Mention self-extracting executables.
3476
34772007-04-23 Eli Zaretskii <eliz@gnu.org>
3478
3479 * search.texi (Unconditional Replace, Query Replace): Add xref to
3480 "Replacement and Case".
3481
34822007-04-22 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * dired.texi (Image-Dired): Move from Thumbnails node.
3485 * misc.texi (Thumbnails): Node deleted.
3486 * emacs.texi (Top): Update node listing.
3487
3488 * files.texi (File Conveniences):
49823426 3489 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3490
34912007-04-21 Richard Stallman <rms@gnu.org>
3492
3493 * display.texi (Highlight Interactively): Correct previous change.
3494 Clarify doc of hi-lock-find-patterns, and move new features into it.
3495
34962007-04-20 David Koppelman <koppel@ece.lsu.edu>
3497
1c6c854e
CS
3498 * display.texi (Highlight Interactively):
3499 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3500
35012007-04-20 Martin Rudalics <rudalics@gmx.at>
3502
3503 * display.texi (Scrolling): Fix typo.
3504
8cf51b2c
GM
35052007-04-15 Chong Yidong <cyd@stupidchicken.com>
3506
8cf51b2c
GM
3507 * doclicense.texi: Remove node heading, so that it can be included by
3508 other files.
3509
3510 * emacs.texi: Insert node heading for GFDL.
3511
8cf51b2c
GM
35122007-04-14 Eli Zaretskii <eliz@gnu.org>
3513
3514 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3515 "command line".
3516
3517 * display.texi (Faces): Refer to "Creating Frames" for face
3518 and other frame customizations in .emacs.
3519
3520 * frames.texi (Creating Frames): Mention that face customizations can
3521 be put in .emacs. Add index entries.
3522
35232007-04-12 Richard Stallman <rms@gnu.org>
3524
3525 * glossary.texi (Glossary): Explain `iff'.
3526
35272007-04-11 Karl Berry <karl@gnu.org>
3528
3529 * gnu.texi (Top),
3530 * macos.texi (Mac Font Specs),
3531 * anti.texi (Antinews),
3532 * xresources.texi (Resources),
3533 * misc.texi (Emulation),
3534 * calendar.texi (Daylight Saving),
3535 * dired.texi (Dired and Find),
3536 * rmail.texi (Remote Mailboxes),
3537 * sending.texi (Mail Headers),
3538 * programs.texi (Which Function),
3539 * files.texi (Recover),
3540 * buffers.texi (Uniquify),
3541 * frames.texi (Wheeled Mice),
3542 * killing.texi (Rectangles): Wording to improve breaks in
3543 8.5x11 format.
3544 * mule.texi (Language Environments): \hbadness=10000 since there's
3545 no way to reword.
3546 * emacs.texi (smallbook): New @set to more easily switch between
3547 smallbook and 8.5x11.
3548
35492007-04-11 Richard Stallman <rms@gnu.org>
3550
3551 * files.texi (File Conveniences): Add xref to Tumme.
3552 Delete text about Thumbnail mode.
3553
8cf51b2c
GM
35542007-04-09 Alan Mackenzie <acm@muc.de>
3555
3556 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3557 new name. Insert concept index entries.
3558
8cf51b2c
GM
35592007-04-08 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * display.texi (Standard Faces): Document prefix arg for
3562 list-faces-display.
3563
3564 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3565
8cf51b2c
GM
35662007-04-07 Chong Yidong <cyd@stupidchicken.com>
3567
8cf51b2c
GM
3568 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3569
3570 * files.texi (Misc File Ops): Rewrite description of
3571 insert-file-literally.
3572
8cf51b2c
GM
35732007-03-31 Eli Zaretskii <eliz@gnu.org>
3574
3575 * misc.texi (Printing): Postscript -> PostScript.
3576
8cf51b2c
GM
3577 * ack.texi (Acknowledgments): Postscript -> PostScript.
3578
3579 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3580
3581 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3582 below.
3583
35842007-03-30 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3587 Init Non-ASCII.
3588 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3589 (Init Non-ASCII): New node.
3590
35912007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3592
3593 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3594
8cf51b2c
GM
35952007-03-12 Glenn Morris <rgm@gnu.org>
3596
8cf51b2c
GM
3597 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3598 "Daylight Savings".
3599
49823426 3600 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3601 saving" in text throughout.
3602
8cf51b2c
GM
36032007-03-04 Richard Stallman <rms@gnu.org>
3604
3605 * custom.texi (Safe File Variables): Minor correction.
3606
8cf51b2c
GM
36072007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3608
3609 * rmail.texi (Movemail): Add internal ref.
3610 Don't indent the intro for the PROTO table.
3611 Format PROTO table items with @code.
3612
8cf51b2c
GM
36132007-02-26 Nick Roberts <nickrob@snap.net.nz>
3614
3615 * building.texi: Remove references to bashdb.
3616
8cf51b2c
GM
36172007-02-19 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * mule.texi (Language Environments): Update list of supported language
3620 environments.
3621
8cf51b2c
GM
36222007-02-14 Kim F. Storm <storm@cua.dk>
3623
3624 * building.texi (Grep Searching): Fix lgrep doc.
3625
36262007-02-12 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * back.texi: Remove unused file.
3629
c8763fb6 36302007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3631
3632 * maintaining.texi (Tag Syntax): Now --members is the default for
3633 etags, not for ctags yet.
3634
8cf51b2c
GM
36352007-02-03 Eli Zaretskii <eliz@gnu.org>
3636
3637 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3638 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3639 expects. Add comments to prevent people from inadvertently modifying
3640 the key parts needed by `texinfo-multiple-files-update'.
3641
36422007-01-29 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * frames.texi (Secondary Selection): Window clicked does not matter
3645 when mouse-yank-at-point is non-nil.
3646
8cf51b2c
GM
36472007-01-16 Glenn Morris <rgm@gnu.org>
3648
3649 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3650 system abbrev.
3651
36522007-01-11 Richard Stallman <rms@gnu.org>
3653
3654 * msdog.texi (Windows Keyboard): Another small cleanup.
3655
36562007-01-10 Richard Stallman <rms@gnu.org>
3657
3658 * msdog.texi (Windows Keyboard): Yet another try to make
3659 everyone happy with that passage.
3660
36612007-01-05 Richard Stallman <rms@gnu.org>
3662
3663 * anti.texi (Antinews): Mention M-x shell scrolling.
3664
36652007-01-05 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * building.texi (Watch Expressions): Describe gdb-max-children.
3668
8cf51b2c
GM
36692007-01-04 Richard Stallman <rms@gnu.org>
3670
8cf51b2c
GM
3671 * msdog.texi (Windows Keyboard): Clarify previous change.
3672
8cf51b2c
GM
36732007-01-02 Richard Stallman <rms@gnu.org>
3674
3675 * custom.texi (Changing a Variable): Minor clarification.
3676 (Specific Customization): customize-customized => customize-unsaved.
3677
3678 * entering.texi (Entering Emacs): Clean up text about restarting
3679 Emacs for each file.
3680
3681 * misc.texi (Shell Options): Minor cleanup.
3682
3683 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3684 with Emacs, not vice versa.
3685
3686 * programs.texi (Symbol Completion): Recommend customizing
3687 window manager.
3688
3689 * xresources.texi (Resources): Minor fix.
3690
c8763fb6 36912007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3692
3693 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3694
36952007-01-01 Richard Stallman <rms@gnu.org>
3696
3697 * commands.texi (User Input): Document keys stolen by window mangers.
3698
36992006-12-31 Richard Stallman <rms@gnu.org>
3700
3701 * custom.texi (Specific Customization): Document customize-option
3702 instead of customize-variable.
3703
37042006-12-31 Kim F. Storm <storm@cua.dk>
3705
3706 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3707
37082006-12-30 Kim F. Storm <storm@cua.dk>
3709
3710 * killing.texi (CUA Bindings): Fix typo.
3711
3712 * xresources.texi (Table of Resources): Mention grow-only value for
3713 auto-resize-tool-bars.
3714
8cf51b2c
GM
37152006-12-27 Eli Zaretskii <eliz@gnu.org>
3716
3717 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3718 and how to get them back.
3719
37202006-12-26 Richard Stallman <rms@gnu.org>
3721
3722 * calendar.texi (Holidays): Holiday listing is based on current
3723 practice, but DST is not.
3724
37252006-12-25 Richard Stallman <rms@gnu.org>
3726
3727 * emacs.texi (Top): Update subnode menus.
3728
3729 * mark.texi (Transient Mark): Fix xref.
3730
3731 * killing.texi (Graphical Kill): Node deleted.
3732 (Killing): Add xref to Cut and Paste.
3733 (CUA Bindings): Update xref.
3734
3735 * frames.texi (Cut and Paste): New section to hold other nodes.
3736 (Mouse Commands): Node demoted.
3737 (Cut/Paste Other App): Split out from Mouse Commands.
3738 (Word and Line Mouse): Likewise.
3739 (Secondary Selection, Clipboard): Nodes demoted.
3740
8cf51b2c
GM
37412006-12-24 Kevin Ryde <user42@zip.com.au>
3742
3743 * calendar.texi (Holidays): US daylight saving begins second Sunday
3744 in March for 2007 onwards.
3745 (Daylight Savings): Show new US default daylight saving rules, 2nd
3746 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3747
37482006-12-23 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * calendar.texi (Scroll Calendar): < and > are switched.
3751
37522006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3753
3754 * killing.texi (Deletion): Describe M-\ prefix argument.
3755
37562006-12-23 Richard Stallman <rms@gnu.org>
3757
3758 * search.texi (Regexp Search): Explain why forward and reverse regexp
3759 search are not mirror images.
3760
8cf51b2c
GM
37612006-12-19 Kim F. Storm <storm@cua.dk>
3762
3763 * major.texi (Choosing Modes): Describe match-function elements for
3764 magic-mode-alist.
3765
8cf51b2c
GM
37662006-12-18 Eli Zaretskii <eliz@gnu.org>
3767
3768 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3769 peculiarities.
3770
37712006-12-18 Richard Stallman <rms@gnu.org>
3772
3773 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3774
8cf51b2c
GM
37752006-12-17 Alan Mackenzie <acm@muc.de>
3776
3777 * programs.texi (Left Margin Paren): Remove the bit which says
3778 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3779 Discuss some of the issues of setting this option to nil.
3780
37812006-12-17 Glenn Morris <rgm@gnu.org>
3782
3783 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3784
37852006-12-16 Eli Zaretskii <eliz@gnu.org>
3786
3787 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3788 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3789 NTFS volumes.
3790 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3791 volumes.
3792
37932006-12-15 Eli Zaretskii <eliz@gnu.org>
3794
3795 * text.texi (HTML Mode): Fix "C-c TAB".
3796
8cf51b2c
GM
37972006-12-09 Richard Stallman <rms@gnu.org>
3798
3799 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3800
38012006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3802
3803 * files.texi (Misc File Ops): Document insert-file-literally.
3804
38052006-12-08 Eli Zaretskii <eliz@gnu.org>
3806
3807 * cmdargs.texi (Colors): Note that --color is intended for overriding
3808 the terminal defaults, not for normal invocation.
3809
3810 * misc.texi (Emacs Server): Improve wording. Don't mention the
3811 ``server program''. Add a cross-reference to "Init File" node.
3812 (Invoking emacsclient): Add index entries. Document both short and
3813 long versions of command-line options. Document the -f option.
3814
8cf51b2c
GM
38152006-12-06 Richard Stallman <rms@gnu.org>
3816
3817 * text.texi (Outline Format): Say to set outline-regexp
3818 and outline-level with major modes and file local variables.
3819
c8763fb6 38202006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3821
3822 * anti.texi (Antinews): Mention the alternative to
3823 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3824
8cf51b2c
GM
3825 * misc.texi (Interactive Shell): Ditto.
3826
38272006-12-04 Eli Zaretskii <eliz@gnu.org>
3828
3829 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3830
3831 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3832
38332006-12-01 Eli Zaretskii <eliz@gnu.org>
3834
3835 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3836 colon in the mode line.
3837
3838 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3839
38402006-11-26 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * building.texi (Watch Expressions): Mention SPC for expanding/
3843 contracting watch expressions.
3844
38452006-11-26 Kim F. Storm <storm@cua.dk>
3846
3847 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3848
38492006-11-26 Nick Roberts <nickrob@snap.net.nz>
3850
3851 * building.texi (Debugger Operation): Define text command mode.
3852 Clarify how tooltips work.
3853 (GDB Graphical Interface): Explain how to run in text command mode
3854 more clearly.
3855
38562006-11-25 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3859
38602006-11-22 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3863
8cf51b2c
GM
38642006-11-18 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3867 and EMACS is deprecated.
3868
38692006-11-18 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3872
c8763fb6 38732006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3874
3875 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3876
3877 * emacs.texi: Include xresources.texi both for info and dvi.
3878
3879 * xresources.texi: Merge text from xresmini.texi.
3880
c8763fb6 38812006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3882
3883 * glossary.texi: Fix typos.
3884
8cf51b2c
GM
38852006-11-06 Richard Stallman <rms@gnu.org>
3886
3887 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3888
3889 * ack.texi (Acknowledgments): Fix name spelling.
3890
38912006-11-01 Juri Linkov <juri@jurta.org>
3892
3893 * search.texi (Word Search): Document incremental word search.
3894
38952006-10-28 Glenn Morris <rgm@gnu.org>
3896
3897 * ack.texi (Acknowledgments): Add cal-html author.
3898
3899 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3900 Calendar"). Describe new package cal-html.
3901 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3902 Calendar Files."
3903
8cf51b2c
GM
39042006-10-23 Richard Stallman <rms@gnu.org>
3905
3906 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3907 Abbrev mode is enabled.
3908
8cf51b2c
GM
39092006-10-16 Richard Stallman <rms@gnu.org>
3910
8cf51b2c
GM
3911 * emacs.texi: Update ISBN.
3912
8cf51b2c
GM
39132006-10-11 Kim F. Storm <storm@cua.dk>
3914
3915 * emacs.texi (Acknowledgments): Use @dotless{i}.
3916
39172006-10-08 Nick Roberts <nickrob@snap.net.nz>
3918
3919 * building.texi (Breakpoints Buffer): Mention catchpoints.
3920
39212006-10-08 Kim F. Storm <storm@cua.dk>
3922
3923 * ack.texi (Acknowledgments): Update.
3924
3925 * emacs.texi (Acknowledgments): Fix bad @/ form.
3926
8cf51b2c
GM
39272006-10-05 Kim F. Storm <storm@cua.dk>
3928
3929 * emacs.texi (Acknowledgments): Add more contributors.
3930
39312006-10-03 Richard Stallman <rms@gnu.org>
3932
3933 * emacs.texi (Acknowledgments): Update version and edition.
3934
8cf51b2c
GM
39352006-10-01 Karl Berry <karl@gnu.org>
3936
3937 * custom.texi (Customization Groups): Page break to keep example buffer
3938 on one page.
3939
39402006-09-30 Karl Berry <karl@gnu.org>
3941
3942 * programs.texi (Basic Indent): @need to improve page break.
3943 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3944
39452006-09-29 Glenn Morris <rgm@gnu.org>
3946
3947 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3948
39492006-09-29 Karl Berry <karl@gnu.org>
3950
3951 * windows.texi (Basic Window): Remove forced @break, no longer
3952 desirable.
3953 * frames.texi (Frame Commands),
3954 * mark.texi (Marking Objects): Reword to avoid bad page break.
3955 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3956
39572006-09-19 Richard Stallman <rms@gnu.org>
3958
3959 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3960 stick to present tense.
3961
c8763fb6 39622006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3963
3964 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3965 to x-gtk-use-old-file-dialog.
3966 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3967
39682006-09-15 Jay Belanger <belanger@truman.edu>
3969
49823426 3970 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3971 Change "Library Public License" to "Lesser Public License"
3972 throughout. Use "yyyy" to represent year.
3973
8cf51b2c
GM
39742006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3975
3976 * files.texi (Visiting): Add index entry "open file".
3977
8cf51b2c
GM
39782006-09-11 Richard Stallman <rms@gnu.org>
3979
3980 * building.texi (Compilation Mode): Clarification.
3981 (Grep Searching): Add xref to Compilation Mode.
3982
8cf51b2c
GM
39832006-09-08 Richard Stallman <rms@gnu.org>
3984
3985 * search.texi (Search): Ref multi-file search commands here.
3986 (Other Repeating Search): Not here.
3987
8cf51b2c
GM
39882006-08-28 Richard Stallman <rms@gnu.org>
3989
3990 * windows.texi (Split Window): Update xref.
3991
3992 * basic.texi (Continuation Lines): Update xref.
3993
3994 * indent.texi (Tab Stops): Update xref.
3995
3996 * emacs.texi (Top): Update subnode menu.
3997
3998 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3999 split out of Display Custom.
4000
40012006-08-25 Kim F. Storm <storm@cua.dk>
4002
4003 * display.texi (Display Custom): Add variables overline-margin
4004 and x-underline-at-descent-line.
4005
40062006-08-25 Richard Stallman <rms@gnu.org>
4007
4008 * entering.texi (Exiting): Rewrite to give graphical displays
4009 priority over text terminals.
4010
4011 * search.texi (Incremental Search): Move index entries.
4012
40132006-08-23 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * custom.texi (Init File): Reference Find Init to avoid "home
4016 directory" confusion.
4017
40182006-08-22 Nick Roberts <nickrob@snap.net.nz>
4019
4020 * building.texi (Other GDB-UI Buffers): Describe how to edit
4021 a value in the locals buffer.
4022
40232006-08-21 Richard Stallman <rms@gnu.org>
4024
4025 * search.texi (Basic Isearch): Add `isearch' index entry.
4026
40272006-08-16 Richard Stallman <rms@gnu.org>
4028
4029 * misc.texi (Saving Emacs Sessions): Clean up wording.
4030
4031 * mark.texi (Marking Objects): Mention term "select all".
4032
4033 * emacs.texi (Top): Update subnode menu.
4034
4035 * help.texi (Help Mode): Move node up in file.
4036
8cf51b2c
GM
40372006-08-15 Nick Roberts <nickrob@snap.net.nz>
4038
4039 * building.texi (Stack Buffer): Explain fringe arrow.
4040
8cf51b2c
GM
40412006-08-12 Eli Zaretskii <eliz@gnu.org>
4042
8cf51b2c
GM
4043 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4044 on startup.
4045
40462006-08-11 Romain Francoise <romain@orebokech.com>
4047
4048 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4049
40502006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4051
4052 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4053
40542006-08-10 Richard Stallman <rms@gnu.org>
4055
4056 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4057 with face merging. Empty regions don't count.
4058 Clarify face property inheritance.
8cf51b2c
GM
4059
40602006-08-08 Romain Francoise <romain@orebokech.com>
4061
4062 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4063 <arjuropo@cc.jyu.fi>.
4064
8cf51b2c
GM
40652006-08-04 Eli Zaretskii <eliz@gnu.org>
4066
4067 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4068 apply to all frames.
4069
8cf51b2c
GM
40702006-08-01 Richard Stallman <rms@gnu.org>
4071
4072 * help.texi (Name Help): Add index entries for describe-variable.
4073
40742006-08-01 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * building.texi (GDB Graphical Interface): Shorten node names.
4077 (GDB-UI Layout): Use GDB-related.
4078 (Other GDB-UI Buffers): Simplify English.
4079
40802006-07-31 Richard Stallman <rms@gnu.org>
4081
4082 * search.texi (Query Replace): Add xref for Dired's Q command.
4083
8cf51b2c
GM
40842006-07-31 Nick Roberts <nickrob@snap.net.nz>
4085
4086 * building.texi (GDB commands in Fringe): Rename to...
4087 (Source Buffers): ..this and move forward. Describe hollow arrow and
4088 new option gdb-find-source-frame.
4089
40902006-07-29 Richard Stallman <rms@gnu.org>
4091
4092 * dired.texi (Operating on Files): Simplify previous change
4093 and fix Texinfo usage.
4094
40952006-07-29 Eli Zaretskii <eliz@gnu.org>
4096
4097 * dired.texi (Operating on Files): Add cross-references. State the
4098 Unix commands that do similar things.
4099
41002006-07-28 Richard Stallman <rms@gnu.org>
4101
4102 * mark.texi (Transient Mark): Clarify that region never disappears
4103 when Transient Mark mode is off, and not when it is on.
4104
41052006-07-27 Richard Stallman <rms@gnu.org>
4106
4107 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4108
41092006-07-24 Richard Stallman <rms@gnu.org>
4110
4111 * xresources.texi (GTK styles): Fix texinfo usage.
4112
8cf51b2c
GM
4113 * commands.texi (User Input): Explain why we teach keyboard cmds.
4114
4115 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4116 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4117 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4118 * doclicense.texi, display.texi, dired.texi, basic.texi:
4119 * anti.texi, ack.texi: Move periods and commas inside quotes.
4120
41212006-07-22 Eli Zaretskii <eliz@gnu.org>
4122
4123 * cmdargs.texi (General Variables): Document EMAIL.
4124
41252006-07-21 Eli Zaretskii <eliz@gnu.org>
4126
4127 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4128 doesn't have effect on MS-Windows.
4129
8cf51b2c
GM
41302006-07-17 Richard Stallman <rms@gnu.org>
4131
4132 * building.texi (Grep Searching): Explain about chaining grep commands.
4133
8cf51b2c
GM
41342006-07-10 Nick Roberts <nickrob@snap.net.nz>
4135
49823426 4136 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4137
41382006-07-09 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4141 is invoked for multiple files.
4142
41432006-07-08 Eli Zaretskii <eliz@gnu.org>
4144
4145 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4146 on-line manual for the rest of this node.
4147 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4148 unconditionally.
4149 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4150 Improve wording.
4151 (Windows Printing): Improve wording.
4152 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4153 rest of this node.
4154
8cf51b2c
GM
41552006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4156
49823426
GM
4157 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4158 with eval-buffer.
8cf51b2c
GM
4159
41602006-07-05 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4163 of character translation.
4164
41652006-07-04 Nick Roberts <nickrob@snap.net.nz>
4166
4167 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4168
41692006-07-03 Karl Berry <karl@gnu.org>
4170
4171 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4172 not-too-underfull hboxes in the TeX output.
4173 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4174 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4175 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4176 * sending.texi, text.texi: Fix overfull/underfull boxes.
4177
41782006-07-03 Romain Francoise <romain@orebokech.com>
4179
4180 * m-x.texi (M-x): Fix.
4181
41822006-07-03 Richard Stallman <rms@gnu.org>
4183
8cf51b2c
GM
4184 * search.texi (Other Repeating Search): filename -> file name.
4185
4186 * misc.texi (Narrowing): Minor cleanups.
4187
4188 * files.texi (Visiting): filename -> file name.
4189
4190 * emacs.texi (Top): Update subnode menus.
4191
4192 * mule.texi (Coding Systems): Move char translation stuff here.
4193 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4194 (Recognize Coding): Substantial local rewrites.
4195 (International): Update menu.
4196
4197 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4198 (Scrolling): Substantial local rewrites.
4199 (Display): Update menu and intro.
4200
4201 * dired.texi: filename -> file name.
4202
4203 * custom.texi (Safe File Variables): Texinfo usage fix.
4204
f0131492 42052006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4206
4207 * help.texi, m-x.texi: Lots of cleanups.
4208
8cf51b2c
GM
42092006-06-30 Eli Zaretskii <eliz@gnu.org>
4210
4211 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4212 (Windows Processes, Windows Misc): Shorten the printed version by
4213 selectively conditioning less important portions by @ifnottex.
4214
8cf51b2c
GM
42152006-06-27 Richard Stallman <rms@gnu.org>
4216
4217 * mini.texi (Minibuffer File): Minor cleanup.
4218
42192006-06-25 Nick Roberts <nickrob@snap.net.nz>
4220
4221 * frames.texi (XTerm Mouse): Rename to...
4222 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4223
4224 * emacs.texi (Top): Use new node name.
4225
42262006-06-24 Eli Zaretskii <eliz@gnu.org>
4227
4228 * emacs.texi (Top): Update the detailed menu according to changes in
4229 msdog.texi.
4230
4231 * msdog.texi (Windows Keyboard): New section.
4232 (Windows Mouse): New section.
4233 (Windows System Menu): Remove section (text merged with "Windows
4234 Keyboard").
4235 (Windows Misc): New section.
4236
4237 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4238
4239 * msdog.texi (ls in Lisp): New section.
4240
4241 * files.texi (Visiting): Document case-insensitive wildcard matching
4242 under find-file-wildcards.
4243
8cf51b2c
GM
42442006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4245
4246 * macos.texi (Mac Input): Add description of mac-function-modifier.
4247 Now Unicode keyboard layouts work.
4248
8cf51b2c
GM
42492006-06-10 Richard Stallman <rms@gnu.org>
4250
4251 * mule.texi (Recognize Coding): Clarify previous change.
4252
42532006-06-09 Kenichi Handa <handa@m17n.org>
4254
4255 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4256 notation.
4257
42582006-06-07 Kevin Ryde <user42@zip.com.au>
4259
4260 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4261 manual for @ifnottex, but in emacs-extra for @iftex.
4262
4263 * cmdargs.texi (General Variables): Fix smtpmail xref.
4264
42652006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4266
8cf51b2c 4267 * programs.texi (Comment Commands):
8cf51b2c 4268 * custom.texi (Specifying File Variables):
49823426 4269 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4270
42712006-06-07 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * building.texi (Watch Expressions): Move node to end.
4274 (GDB Graphical Interface): Move description of clicks in fringe...
4275 (GDB commands in the Fringe): ...to here. New node.
4276
8cf51b2c
GM
42772006-06-05 Romain Francoise <romain@orebokech.com>
4278
49823426 4279 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4280
42812006-06-05 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * building.texi (GDB Graphical Interface): Update bindings.
4284 (Commands of GUD): Add gud-print. Remove gud-run.
4285 Restate availability more generally.
4286
f0131492 42872006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4288
4289 * mini.texi: Lots of cleanups.
4290
42912006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4292
4293 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4294 and Mouse-2.
4295
c8763fb6 42962006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4297
4298 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4299
8cf51b2c
GM
43002006-05-31 Richard Stallman <rms@gnu.org>
4301
4302 * basic.texi (Moving Point): Fix previous change.
4303
c8763fb6 43042006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4305
4306 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4307
f0131492 43082006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4309
4310 * basic.texi: Many simplifications and improvements in wording.
4311
8cf51b2c
GM
43122006-05-26 Nick Roberts <nickrob@snap.net.nz>
4313
4314 * anti.texi (Antinews): Create a node for gdb-ui.
4315
8cf51b2c
GM
43162006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4317
4318 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4319
43202006-05-20 Richard Stallman <rms@gnu.org>
4321
4322 * dired.texi (Dired Navigation): dired-goto-file is now j.
4323
8cf51b2c
GM
43242006-05-20 Eli Zaretskii <eliz@gnu.org>
4325
4326 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4327 and their aliases.
4328
4329 * msdog.texi (Windows Printing): Mention non-support of plain text
4330 printing with some el-cheapo printers, and suggest a workaround.
4331
43322006-05-20 Kevin Ryde <user42@zip.com.au>
4333
4334 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4335 remove the bit saying you must set it.
4336
43372006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4338
4339 * trouble.texi (Checklist):
4340 * text.texi (Text, Auto Fill, Text Mode):
4341 * search.texi (Nonincremental Search):
4342 * rmail.texi (Rmail Labels):
4343 * mule.texi (Input Methods, Multibyte Conversion):
4344 * misc.texi (Gnus, Where to Look, PostScript):
4345 * maintaining.texi (Create Tags Table):
4346 * indent.texi (Indentation Commands):
4347 * fixit.texi (Spelling):
4348 * emacs.texi (Copying):
4349 * custom.texi (Init File): ifinfo -> ifnottex.
4350
8cf51b2c
GM
43512006-05-17 Richard Stallman <rms@gnu.org>
4352
4353 * files.texi (Diff Mode): Mention C-x `.
4354
43552006-05-08 Richard Stallman <rms@gnu.org>
4356
4357 * custom.texi (Disabling): Textual cleanups.
4358
8cf51b2c
GM
43592006-05-12 Glenn Morris <rgm@gnu.org>
4360
4361 * calendar.texi (Displaying the Diary, Format of Diary File):
4362 Refer to diary-view-entries, diary-list-entries,
4363 diary-show-all-entries rather than obsolete aliases.
4364
43652006-05-12 Eli Zaretskii <eliz@gnu.org>
4366
4367 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4368 (Displaying the Diary, Special Diary Entries, Importing Diary):
4369 * building.texi (Compilation Shell):
4370 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4371 emacs-xtra with @inforef's.
4372
4373 * files.texi (Visiting): Fix wording.
4374
4375 * mule.texi (Coding Systems, Text Coding): More indexing.
4376 Mention that C-x RET f can set eol conversion.
4377
c8763fb6 43782006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4379
4380 * xresmini.texi (GTK resources): Insert GTK description.
4381
4382 * xresources.texi (GTK resources): metafont should be menufont.
4383
8cf51b2c
GM
43842006-05-06 Michael Albinus <michael.albinus@gmx.de>
4385
49823426 4386 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4387 method, user name and host name is active only in partial
4388 completion mode.
4389
8cf51b2c
GM
43902006-05-06 Eli Zaretskii <eliz@gnu.org>
4391
4392 * makefile.w32-in (emacs.dvi):
4393 * Makefile.in (emacs.dvi): Add xresmini.texi.
4394
4395 * xresmini.texi (Table of Resources): Remove xref to non-existent
4396 node "LessTif Resources".
4397
4398 * msdog.texi (Microsoft Windows):
4399 * calendar.texi (Calendar/Diary, Displaying the Diary)
4400 (Special Diary Entries, Importing Diary, Holidays):
4401 * programs.texi (Program Modes):
4402 * text.texi (Text):
4403 * buffers.texi (Several Buffers):
4404 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4405
44062006-05-06 Eli Zaretskii <eliz@gnu.org>
4407
4408 The following changes merge the emacs-xtra manual into the main
4409 manual, but only for on-line version of the manual.
4410
4411 * vc2-xtra.texi (Version Backups, Local Version Control)
4412 (Making Snapshots, Change Logs and VC, Version Headers)
4413 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4414 on-line manual.
4415
4416 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4417 for on-line manual.
4418
4419 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4420 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4421 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4422 for on-line manual.
4423
4424 * fortran-xtra.texi (Fortran, Fortran Autofill)
4425 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4426 for on-line manual.
4427
4428 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4429 Conditional xref's for on-line manual.
4430
4431 * emerge-xtra.texi (Emerge, Overview of Emerge)
4432 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4433 manual.
4434
4435 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4436 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4437 (EMACSSOURCES): Use EMACS_XTRA.
4438 (../info/emacs-xtra): Remove.
4439 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4440
4441 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4442 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4443 (EMACSSOURCES): Use EMACS_XTRA.
4444 ($(infodir)/emacs-xtra): Remove.
4445 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4446
4447 * trouble.texi (Quitting):
4448 * text.texi (Text):
4449 * programs.texi (Program Modes):
4450 * msdog.texi (Microsoft Windows):
4451 * frames.texi (Frames):
4452 * files.texi (Backup, Version Control, VC Concepts)
4453 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4454 (Registering, VC Status, VC Undo, Multi-User Branching)
4455 (Comparing Files):
4456 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4457 (Displaying the Diary, Special Diary Entries, Importing Diary):
4458 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4459 conditional xref's, depending on @iftex/@ifnottex.
4460
4461 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4462 "MS-DOS". @include msdog-xtra.texi.
4463
4464 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4465 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4466
4467 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4468 for vc-xtra.texi subsections.
4469 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4470 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4471
4472 * sending.texi (Sending Mail): A @node line without explicit Prev,
4473 Next, and Up links.
4474
4475 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4476 Next, and Up links.
4477
4478 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4479 and its sections. @include picture-xtra.texi.
4480
4481 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4482 "Emerge".
4483 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4484
4485 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4486 exact duplicate of its name-sake in calendar.texi.
4487
4488 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4489 "Advanced Calendar/Diary Usage".
4490 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4491
4492 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4493 dired-xtra.texi.
4494 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4495
4496 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4497 (Files) [ifnottex]: Add menu entry for Autorevert.
4498
4499 * emacs-xtra.texi (Introduction): Reword to make consistent with
4500 printed version only.
4501 <Top level>: Remove the body of all chapters and move them to the
4502 new *-xtra.texi files. Use @raisesections and @lowersections to
4503 convert sections to chapters etc.
4504
4505 * msdog-xtra.texi:
4506 * fortran-xtra.texi:
4507 * vc-xtra.texi:
4508 * vc1-xtra.texi:
4509 * vc2-xtra.texi:
4510 * emerge-xtra.texi:
4511 * cal-xtra.texi:
4512 * dired-xtra.texi:
4513 * arevert-xtra.texi: New files, with text from respective chapters
4514 of emacs-xtra.texi. Convert each @chapter into @section, @section
4515 into @subsection, etc.
4516
1c6c854e 4517 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4518 updated.
4519
4520 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4521 Windows". All references updated.
4522
45232006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4524
4525 * macos.texi (Mac Input): Mention input from Character Palette.
4526 (Mac Font Specs): Fix typo.
4527
45282006-05-05 Richard Stallman <rms@gnu.org>
4529
4530 * files.texi (Diff Mode): Minor cleanup.
4531
45322006-05-05 Karl Berry <karl@gnu.org>
4533
8cf51b2c
GM
4534 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4535 errors from the current release of makeinfo (4.8).
4536 * help.texi (Library Keywords): Change widest word in multitable
4537 template from `emulations' to `convenience'. (Not sure if this is
4538 related to the font change.)
4539
45402006-05-05 Eli Zaretskii <eliz@gnu.org>
4541
4542 * files.texi (File Names): Add a footnote about limited support of
4543 ~USER on MS-Windows.
4544
4545 * cmdargs.texi (Initial Options): Add a footnote about limited
4546 support of ~USER on MS-Windows.
4547
45482006-05-03 Richard Stallman <rms@gnu.org>
4549
4550 * files.texi (Diff Mode): Node moved here.
4551 (Comparing Files): Delete what duplicates new node.
4552 (Files): Put Diff Mode in menu.
4553
1c6c854e 4554 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4555
4556 * emacs.texi (Top): Update menu for Diff Mode.
4557
4558 * trouble.texi (Emergency Escape): Simplify.
4559
4560 * emacs.texi (Top): Minor clarification.
4561
45622006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4563
4564 * commands.texi, entering.texi, screen.texi: Many simplifications.
4565
45662006-05-03 Richard Stallman <rms@gnu.org>
4567
4568 * commands.texi (Text Characters): Delete paragraph about unibyte
4569 non-ASCII printing chars.
4570
4571 * killing.texi (Killing): Say "graphical displays".
4572 * display.texi: Say "graphical displays".
4573
4574 * cmdargs.texi (Misc X): Say "graphical displays".
4575
45762006-05-01 Richard Stallman <rms@gnu.org>
4577
4578 * emacs.texi (Top): Add Diff Mode to menu.
4579
45802006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4581
4582 * misc.texi (Diff Mode): New node.
4583
45842006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4585
4586 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4587 (Mac Environment Variables): Shorten example line.
4588 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4589
45902006-05-01 Nick Roberts <nickrob@snap.net.nz>
4591
4592 * building.texi (GUD Customization): Describe cases %d and %c.
4593 Update description for %e.
4594
45952006-04-30 Glenn Morris <rgm@gnu.org>
4596
4597 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4598
45992006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4600
4601 * custom.texi (Examining): Update C-h v output example.
4602
46032006-04-29 Kim F. Storm <storm@cua.dk>
4604
4605 * building.texi (Grep Searching): Add lgrep and rgrep.
4606
8cf51b2c
GM
46072006-04-23 Richard Stallman <rms@gnu.org>
4608
4609 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4610
4611 * xresmini.texi: New file.
4612
4613 * xresources.texi (Face Resources): Split table into font resources
4614 and the rest. Combine similar attributes for brevity.
4615
8cf51b2c
GM
46162006-04-21 Eli Zaretskii <eliz@gnu.org>
4617
4618 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4619 backslashes and case-insensitivity in file names (moved to the
4620 main manual).
4621 (MS-DOS Printing): Move most of the text to the main manual.
4622
4623 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4624 New nodes.
4625 (Windows Processes, Windows System Menu): Add index entries and
4626 fix wording.
4627
8cf51b2c
GM
46282006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4629
4630 * misc.texi (Shell Ring): Add notes on saved input when
4631 navigating off the end of the history list.
4632
46332006-04-18 Chong Yidong <cyd@mit.edu>
4634
4635 * misc.texi (Shell Options): Correct default value of
4636 comint-scroll-show-maximum-output.
4637
8cf51b2c
GM
46382006-04-18 Nick Roberts <nickrob@snap.net.nz>
4639
4640 * building.texi (Watch Expressions): Update.
4641
8cf51b2c
GM
46422006-04-12 Richard Stallman <rms@gnu.org>
4643
4644 * search.texi: Clean up previous change.
4645
46462006-04-12 Eli Zaretskii <eliz@gnu.org>
4647
4648 * search.texi (Regexp Backslash, Regexp Replace): Add index
4649 entries for ``back reference'' and mention the term itself in the
4650 text.
4651
46522006-04-11 Richard Stallman <rms@gnu.org>
4653
4654 * custom.texi (Safe File Variables):
4655 Document enable-local-variables = :safe.
4656
46572006-04-11 Karl Berry <karl@gnu.org>
4658
4659 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4660 (Remote Repositories, Version Backups, Local Version Control)
4661 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4662 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4663 (Renaming VC Work Files and Master Files)
4664 (Inserting Version Control Headers, Customizing VC, General Options)
4665 (Options for RCS and SCCS, Options specific for CVS): Move all
4666 these nodes to emacs-xtra.texi, for brevity.
4667 * cmdargs.texi, files.texi: Change cross-references.
4668
8cf51b2c
GM
46692006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4670
4671 * files.texi (Old Versions): Update description of vc-annotate's
4672 use of color to indicate date ranges.
4673
8cf51b2c
GM
46742006-04-09 Kevin Ryde <user42@zip.com.au>
4675
8cf51b2c
GM
4676 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4677 put info and printed manual names the right way around.
4678
46792006-04-09 Karl Berry <karl@gnu.org>
4680
4681 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4682 emacs-xtra.texi, leaving only MS Windows information.
4683 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4684 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4685 node names.
4686
4687 * emacs.texi: Move @summarycontents and @contents to the beginning
4688 of the file.
4689
8cf51b2c
GM
46902006-04-08 Kevin Ryde <user42@zip.com.au>
4691
4692 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4693
46942006-04-07 Richard Stallman <rms@gnu.org>
4695
4696 * programs.texi (Comments, Comment Commands, Options for Comments)
4697 (Multi-Line Comments): "Align", not "indent".
4698 (Basic Indent): C-j deletes trailing whitespace before the newline.
4699
47002006-04-06 Richard Stallman <rms@gnu.org>
4701
8cf51b2c
GM
4702 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4703
47042006-04-06 Eli Zaretskii <eliz@gnu.org>
4705
4706 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4707
8cf51b2c
GM
47082006-04-05 Richard Stallman <rms@gnu.org>
4709
4710 * emacs.texi (Top): Update subnode menu.
4711
4712 * trouble.texi (Unasked-for Search): Node deleted.
4713 (Lossage): Delete from menu.
4714
47152006-04-04 Richard Stallman <rms@gnu.org>
4716
4717 * trouble.texi: Various cleanups.
4718 (Checklist): Don't bother saying how to snail a bug report.
4719 (Emergency Escape): Much rewriting.
4720 (After a Crash): Rename the core dump immediately.
4721 (Total Frustration): Call it a psychotherapist.
4722 (Bug Criteria): Avoid "illegal instruction".
4723 (Sending Patches): We always put the contributor's name in.
4724
4725 * misc.texi (Thumbnails): Minor correction.
4726
8cf51b2c
GM
47272006-04-03 Richard Stallman <rms@gnu.org>
4728
4729 * misc.texi (Thumbnails): Minor cleanup.
4730
47312006-04-02 Karl Berry <karl@gnu.org>
4732
4733 * sending.texi (Mail Sending): pxref to Top needs five args.
4734
4735 * texinfo.tex: Update to current version (2006-03-21.13).
4736
8cf51b2c
GM
47372006-03-31 Richard Stallman <rms@gnu.org>
4738
4739 * emacs.texi (Top): Update subnode menu.
4740
4741 * help.texi (Help Mode): Cleanup.
4742
4743 * dired.texi: Many cleanups.
4744 (Dired Deletion): Describe dired-recursive-deletes.
4745 (Operating on Files): dired-create-directory moved.
4746 (Misc Dired Features): Move to here.
4747 (Tumme): Node moved to misc.texi.
4748
4749 * custom.texi: Many cleanups.
4750 (Minor Modes): Don't mention ISO Accents Mode.
4751 (Examining): Update C-h v output example.
4752 (Hooks): Add index and xref for add-hook.
4753 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4754 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4755
4756 * misc.texi: Many cleanups.
4757 (beginning): Add to summary of topics.
4758 (Shell): Put eshell xref at the end. Remove eshell from table.
4759 (Thumbnails): New node.
4760
8cf51b2c
GM
47612006-03-28 Eli Zaretskii <eliz@gnu.org>
4762
4763 * files.texi (File Name Cache): Make it clear that the cache is
4764 not persistent.
4765
8cf51b2c
GM
47662006-03-25 Karl Berry <karl@gnu.org>
4767
49823426
GM
4768 * emacs-xtra.texi, emacs.texi, gnu.texi:
4769 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4770 (2) do not indent copyright year list (or anything else).
4771
8cf51b2c
GM
47722006-03-21 Juanma Barranquero <lekktu@gmail.com>
4773
4774 * files.texi (VC Dired Mode): Remove misplaced brackets.
4775
47762006-03-21 Andre Spiegel <spiegel@gnu.org>
4777
4778 * files.texi: Various updates and clarifications in the VC chapter.
4779
47802006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * help.texi (Help Mode): Document "C-c C-c".
4783
8cf51b2c
GM
47842006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4785
4786 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4787 menu in the standalone Info reader.
4788
47892006-03-15 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4792 moved here from Emacs manual.
4793
4794 * programs.texi (Fortran): Section moved to emacs-xtra.
4795 (Program Modes): Xref to Fortran in emacs-xtra.
4796
4797 * maintaining.texi (Emerge): Move to emacs-xtra.
4798 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4799
4800 * picture.texi: File deleted.
4801 * Makefile.in:
4802 * makefile.w32-in: Remove picture.texi.
4803
4804 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4805 * abbrevs.texi (Abbrevs):
4806 * sending.texi (Sending Mail): Picture node removed.
4807
4808 * emacs.texi (Top): Update node listings.
4809
8cf51b2c
GM
48102006-03-12 Richard Stallman <rms@gnu.org>
4811
4812 * calendar.texi: Various cleanups.
4813
8cf51b2c
GM
48142006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4815
4816 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4817 syntax.
4818
8cf51b2c
GM
48192006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4820
4821 * search.texi (Regexps): More accurately describe which characters
4822 are special in which situations. Recommend _not_ to quote `]' or
4823 `-' when they are not special.
4824
8cf51b2c
GM
48252006-02-28 Andre Spiegel <spiegel@gnu.org>
4826
4827 * files.texi (Old Versions): Clarify operation of C-x v =.
4828
8cf51b2c
GM
48292006-02-21 Nick Roberts <nickrob@snap.net.nz>
4830
4831 * building.texi (Watch Expressions): Update and describe
4832 gdb-speedbar-auto-raise.
4833
48342006-02-19 Richard M. Stallman <rms@gnu.org>
4835
4836 * emacs.texi: Use @smallbook.
4837 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4838 Update subnode menu.
4839
4840 * building.texi (Lisp Interaction): Minor addition.
4841
48422006-02-18 Nick Roberts <nickrob@snap.net.nz>
4843
4844 * building.texi (Watch Expressions): Update and be more precise.
4845
c8763fb6 48462006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4847
4848 * maintaining.texi (Create Tags Table): Explain why the
4849 exception when etags writes to files under the /dev tree.
4850
48512006-02-14 Richard M. Stallman <rms@gnu.org>
4852
4853 * custom.texi (Safe File Variables): Lots of clarification.
4854 Renamed from Unsafe File Variables.
4855
48562006-02-14 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * custom.texi (Unsafe File Variables): File variable confirmation
4859 assumed denied in batch mode.
4860
48612006-02-14 Richard M. Stallman <rms@gnu.org>
4862
4863 * building.texi (GDB User Interface Layout): Don't say `inferior'
4864 for program being debugged.
4865
48662006-02-15 Nick Roberts <nickrob@snap.net.nz>
4867
4868 * building.texi (GDB Graphical Interface):
4869 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4870
48712006-02-13 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * custom.texi (Specifying File Variables, Unsafe File Variables):
4874 New nodes, split from File Variables. Document new file local
4875 variable behavior.
4876
48772006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4878
4879 * display.texi (Standard Faces):
8cf51b2c
GM
4880 * files.texi (Visiting):
4881 * frames.texi (Clipboard):
4882 * glossary.texi (Glossary) <Clipboard>:
4883 * xresources.texi (X Resources): Mention Mac OS port.
4884
8cf51b2c
GM
48852006-02-12 Richard M. Stallman <rms@gnu.org>
4886
4887 * building.texi (Building): Clarify topic in intro.
4888
4889 * maintaining.texi (Maintaining): Change title; clarify topic.
4890 Delete duplicate index entries.
4891
4892 * building.texi (Other GDB User Interface Buffers): Clarifications.
4893
4894 * text.texi (Cell Commands): Clarifications.
4895
4896 * programs.texi (Defuns): Delete duplicate explanation of
4897 left-margin paren convention.
4898 (Hungry Delete): Minor cleanup.
4899
49002006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4901
4902 * dired.texi (Tumme): More tumme documentation.
4903
49042006-02-11 Alan Mackenzie <acm@muc.de>
4905
4906 * programs.texi ("Hungry Delete"): Correct the appellation of the
4907 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4908
49092006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4910
4911 * dired.texi (Tumme): Fix small bug.
4912
49132006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4914
4915 * macos.texi (Mac International): Rename "fontset-mac" to
4916 "fontset-standard".
4917
8cf51b2c
GM
49182006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4919
4920 * dired.texi (Tumme): Basic documentation for Tumme added.
4921
8cf51b2c
GM
49222006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4923
4924 * mule.texi (International):
4925 * programs.texi (Basic Indent): Fix typos.
4926
8cf51b2c
GM
4927 * custom.texi (Minor Modes):
4928 * display.texi (Text Display):
4929 * commands.texi (Text Characters): Update xrefs.
4930
49312006-02-07 Richard M. Stallman <rms@gnu.org>
4932
4933 * emacs.texi (Top): Update subnode menu.
4934 Update info on old Emacs papers.
4935 (Intro): "Graphical display", not window system.
4936
4937 * xresources.texi (GTK styles): Minor clarifications.
4938
4939 * trouble.texi: "Graphical display", not window system.
4940 (Stuck Recursive): Minor clarification.
4941
4942 * text.texi: Minor clarifications.
4943 (Sentences): Explain why two-space convention is better.
4944 Explain sentence-end-without-period here.
4945 (Fill Commands): Not here.
4946 (Refill): Node moved down.
4947 (Filling): Update menu.
4948 (Table Creation, Cell Justification, Column Commands): Clarify.
4949
4950 * sending.texi: Minor clarifications.
4951
4952 * search.texi (Regexp Backslash): Clarification.
4953
4954 * rmail.texi: Minor cleanups.
4955 (Rmail): Delete digression about `rmail-mode'.
4956 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4957 (Rmail Files): Mention C-u M-x rmail.
4958 (Rmail Reply): Mention References.
4959 (Rmail Display): Mention rmail-nonignored-headers.
4960
4961 * programs.texi: Minor cleanups.
4962 (Comment Commands): Mention momentary Transient Mark mode.
4963 (Matching): Be more specific about customizing show-paren-mode.
4964 (Info Lookup): Don't list the modes that support C-h S.
4965 Just say what it does in an unsupported mode.
4966 (Man Page): Delete excessive info on customizing woman.
4967 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4968
4969 * abbrevs.texi: Minor clarifications.
4970 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4971 not "dynamic abbrevs" as if they were a kind of abbrev.
4972
4973 * picture.texi (Picture): Minor cleanup.
4974
4975 * mule.texi (Communication Coding): Say "other applications".
4976 (Fontsets): Not specific to X. Add xref to X Resources.
4977 (Unibyte Mode): Rename from Single-Byte Character Support.
4978 "Graphical display", not window system.
4979 (International): Update menu.
4980
4981 * maintaining.texi (Format of ChangeLog):
4982 New node, split out from ChangeLog.
4983 (ChangeLog): Clarifications in the remaining text.
4984 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4985 (Find Tag): Add @w.
4986 (Tags Search): Explain tag table order here. Simplify grep ref.
4987 (List Tags): tags-tag-face is a variable, not a face.
4988 (Emerge): Cleanups.
4989
4990 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4991 (Keyboard Macros): Avoid "the user".
4992
4993 * killing.texi: "Graphical display", not window system.
4994
4995 * help.texi (Help Echo): "Graphical display", not window system.
4996
4997 * glossary.texi: Say "you", not "the user". Say "graphical display".
4998
4999 * frames.texi: Minor cleanups. "Graphical display", not window system.
5000
5001 * files.texi (Visiting): Make drag-and-drop not X-specific.
5002
5003 * custom.texi: Minor cleanups. "Graphical display", not window system.
5004
5005 * cmdargs.texi: Minor cleanups.
5006
5007 * building.texi (Compilation): Move and split kill-compilation para.
5008 Add para about multiple compilers.
5009 (Compilation Mode): Commands also available in grep mode and others.
5010 Mention C-u C-x ` more tutorially. Clarify C-x `.
5011 (Compilation Shell): Clarify. Put Bash example first.
5012 (Grep Searching): Minor cleanups; add @w.
5013 (Debuggers): Minor cleanups.
5014 (Starting GUD): Make GDB xgraphical mode issue clearer.
5015 (Debugger Operation): Lots of clarifications including
5016 GDB tooltip side-effect issue.
5017 (Commands of GUD): Clarify.
5018 (GUD Customization): Add bashdb-mode-hook.
5019 (GDB Graphical Interface): Rewrite for clarity.
5020 (GDB User Interface Layout): Rewrite for clarity.
5021 (Stack Buffer, Watch Expressions): Likewise.
5022 (Other GDB User Interface Buffers): Cleanups.
5023 (Lisp Libraries, External Lisp): Cleanup.
5024
5025 * basic.texi (Position Info): "Graphical displays", rather than
5026 window systems.
5027
5028 * anti.texi: Minor cleanup.
5029
8cf51b2c
GM
50302006-02-03 Eli Zaretskii <eliz@gnu.org>
5031
5032 * custom.texi (Init File, Find Init): Add cross-references to
5033 where $HOME is described.
5034
50352006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5036
5037 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5038 is not inside the @table.
5039
5040 * emacs.texi (Top): Correct node name.
5041
5042 * files.texi (File Names): Fix @xref.
5043 (Reverting): Fix typo.
5044
5045 * mule.texi (International): Correct node name.
5046
5047 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5048
50492006-02-01 Richard M. Stallman <rms@gnu.org>
5050
5051 * emacs.texi (Top): Update subnode menu.
5052
5053 * mule.texi: Minor clarifications.
5054 Reduce the specific references to X Windows.
5055 Refer to "graphical" terminals, rather than window systems.
5056 (Text Coding): Rename from Specify Coding.
5057 (Communication Coding, File Name Coding, Terminal Coding):
5058 New nodes split out from Text Coding.
5059
5060 * kmacro.texi: Minor clarifications.
5061 (Keyboard Macro Ring): Comment out some excessive commands.
5062 (Basic Keyboard Macro): Split up the table, putting part in each node.
5063
5064 * major.texi: Minor clarifications.
5065
5066 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5067
5068 * windows.texi: Minor clarifications.
5069 (Change Window): Don't describe mode-line mouse cmds here.
5070 Add xref to Mode Line Mouse.
5071
5072 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5073
5074 * macos.texi (Mac International): Fix xref.
5075
5076 * indent.texi: Minor clarifications.
5077
5078 * frames.texi: Minor clarifications.
5079 Reduce the specific references to X Windows.
5080 Refer to "graphical" terminals, rather than window systems.
5081 (Frame Parameters): Don't mention commands like
5082 set-foreground-color. Just say to customize a face.
5083 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5084
5085 * files.texi: Minor clarifications.
5086 (Numbered Backups): New node, split out from Backup Names.
5087
5088 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5089
5090 * cmdargs.texi (General Variables): Fix xref.
5091
5092 * buffers.texi: Minor clarifications.
5093
8cf51b2c
GM
50942006-01-31 Richard M. Stallman <rms@gnu.org>
5095
5096 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5097 Nodes moved to top.
5098
5099 * display.texi: Minor clarifications.
5100 (Display): Rearrange menu.
5101 (Standard Faces): Mention query-replace face.
5102 (Faces): Simplify.
5103 (Font Lock): Simplify face customization info.
5104 (Highlight Changes): Node merged into Highlight Interactively.
5105 (Highlight Interactively): Much rewriting and cleanup.
5106 (Optional Mode Line): Narrowed line number not good for goto-line.
5107 Simplify face customization advice.
5108 (Text Display): Mention use of escape-glyph face.
5109 Move ctl-arrow and tab-width here.
5110 (Display Custom): Move no-redraw-on-reenter to end of node.
5111
5112 * search.texi: Minor clarifications.
5113 (Isearch Scroll): Simplify.
5114 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5115
5116 * regs.texi (Registers): Mention bookmarks here.
5117
5118 * mark.texi: Minor clarifications.
5119 (Selective Undo): Node deleted.
5120
5121 * m-x.texi: Minor clarifications.
5122
5123 * killing.texi: Minor clarifications.
5124 Refer to "graphical" terminals, rather than window systems.
5125
5126 * help.texi: Clarifications.
5127 (Help): Don't describe C-h F and C-h K here.
5128 (Key Help): Describe C-h K here.
5129 (Name Help): Mention Emacs Lisp Intro.
5130 Describe C-h F here.
5131 (Misc Help): Mention C-h F and C-h K only briefly.
5132
5133 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5134 Selective undo text merged in.
5135 (Spelling): Mention Aspell along with Ispell.
5136
5137 * emacs.texi (Top): Update subnode menus.
5138
5139 * basic.texi (Basic Undo): Rename from Undo. Most of text
5140 moved to new Undo node.
5141
8cf51b2c
GM
51422006-01-29 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * basic.texi (Continuation Lines, Inserting Text):
5145 Mention longlines mode.
5146
51472006-01-29 Richard M. Stallman <rms@gnu.org>
5148
10d1d0af 5149 * screen.texi: Minor cleanups.
8cf51b2c
GM
5150 (Screen): Clean up the intro paragraphs.
5151 (Mode Line): Lots of rewriting. Handle frame-name better.
5152 eol-mnemonic-... vars moved out.
5153
5154 * emacs.texi (Top): Change menu item for MS-DOS node.
5155 Update subnode menu.
5156
5157 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5158 chapter relates to Windows. Title changed.
5159
5160 * mini.texi: Minor cleanups.
5161
5162 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5163 (Mark): Put it in the menu.
5164
5165 * entering.texi: Minor cleanups.
5166
5167 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5168 (Intro): Refer to "graphical" terminals, rather than X.
5169
5170 * display.texi (Display Custom): Add xref to Variables.
5171 (Optional Mode Line): eol-mnemonic-... vars moved here.
5172
5173 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5174 rather than X.
5175
8cf51b2c
GM
5176 * basic.texi: Minor cleanups.
5177 (Undo): selective-undo moved.
5178
8cf51b2c
GM
51792006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5180
5181 * anti.texi (Antinews): Various corrections and additions.
5182
51832006-01-23 Juri Linkov <juri@jurta.org>
5184
5185 * custom.texi (Easy Customization, Customization Groups)
5186 (Browsing Custom): Mention links along with buttons.
5187
8cf51b2c
GM
51882006-01-21 Eli Zaretskii <eliz@gnu.org>
5189
8cf51b2c
GM
5190 * text.texi (TeX Print): Use @key for TAB.
5191
8cf51b2c
GM
5192 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5193
8cf51b2c
GM
51942006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5195
5196 * files.texi (File Aliases): Don't claim that usually separate
5197 buffers are created for two file names that name the same data.
5198 Mention additional situations where different names mean the same
5199 file on disk.
5200
52012006-01-19 Richard M. Stallman <rms@gnu.org>
5202
5203 * killing.texi (Deletion): Upcase @key argument.
5204
5205 * custom.texi (Custom Themes): Minor cleanup.
5206
5207 * programs.texi (Hungry Delete): Upcase @key argument.
5208
8cf51b2c
GM
52092006-01-16 Juri Linkov <juri@jurta.org>
5210
5211 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5212 Move `mode-line-highlight' before `mode-line-buffer-id'.
5213
8cf51b2c
GM
52142006-01-14 Richard M. Stallman <rms@gnu.org>
5215
5216 * basic.texi (Inserting Text): Minor cleanup.
5217
8cf51b2c
GM
52182006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5219
5220 * custom.texi (Changing a Variable, Face Customization):
5221 Update for changes in Custom menus.
5222
8cf51b2c
GM
52232006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5224
5225 * macos.texi (Mac International): Undo last change.
5226
8cf51b2c
GM
52272006-01-02 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * custom.texi (Custom Themes): Describe the new
5230 customize-create-theme interface.
5231
52322005-12-30 Juri Linkov <juri@jurta.org>
5233
5234 * basic.texi (Position Info): Update example.
5235
c8763fb6 52362005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5237
5238 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5239
52402005-12-24 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * custom.texi (Custom Themes): `load-theme' always loads.
5243
52442005-12-23 Juri Linkov <juri@jurta.org>
5245
5246 * display.texi (Highlight Interactively): Use double space to
5247 separate sentences. Replace C-p with M-p, and C-n with M-n.
5248
52492005-12-22 Richard M. Stallman <rms@gnu.org>
5250
5251 * custom.texi (Easy Customization and subnodes):
5252 Replace "active field" with "button".
5253 Use "user option" only for variables.
5254 Use "setting" for variable-or-face.
5255
52562005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * buffers.texi (Select Buffer): Change order in table to make
5259 "Similar" refer to the correct item.
5260 (Indirect Buffers): Minor rewording.
5261
8cf51b2c
GM
52622005-12-20 Juri Linkov <juri@jurta.org>
5263
5264 * files.texi (VC Status): Put P and N near p and n.
5265
8cf51b2c
GM
52662005-12-19 Richard M. Stallman <rms@gnu.org>
5267
5268 * programs.texi (Electric C): Delete the info about newline control.
5269 (Other C Commands): Minor cleanup.
5270 (Left Margin Paren): Minor cleanup.
5271
52722005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5273
5274 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5275 (Customization Groups): Delete text moved to "Browsing Custom".
5276 (Browsing Custom): New node.
5277 (Specific Customization): Clarify which commands only work for
5278 loaded options.
5279
52802005-12-18 Bill Wohler <wohler@newt.com>
5281
5282 * frames.texi (Tool Bars): Shorten text of previous change.
5283
52842005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5285
5286 * files.texi (VC Status): Document log-view mode.
5287
52882005-12-18 Bill Wohler <wohler@newt.com>
5289
5290 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5291 permanently via the customize interface.
5292
8cf51b2c
GM
52932005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5294
5295 * killing.texi (Killing by Lines): Document `kill-whole-line'
5296 function.
5297
c8763fb6 52982005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5299
5300 * buffers.texi (Select Buffer): Change `prev-buffer' to
5301 `previous-buffer'. Indicate that these functions use a frame
5302 local buffer list.
5303
8cf51b2c
GM
53042005-12-12 Richard M. Stallman <rms@gnu.org>
5305
5306 * custom.texi (Easy Customization): Change menu comment.
5307 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5308
5309 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5310 (Help): Among the Apropos commands, describe only C-h a here.
5311
53122005-12-11 Richard M. Stallman <rms@gnu.org>
5313
5314 * programs.texi (Options for Comments): Comment-end starts with space.
5315
5316 * glossary.texi (Glossary): Minor cleanup.
5317
5318 * files.texi (Old Versions): Use @table.
5319
8cf51b2c
GM
53202005-12-10 David Koppelman <koppel@ece.lsu.edu>
5321
5322 * display.texi (Highlight Interactively): Include
5323 global-hi-lock-mode. Add miscellaneous details and elaborations.
5324
53252005-12-09 Richard M. Stallman <rms@gnu.org>
5326
5327 * display.texi (Font Lock): Delete the Global FL menu item.
5328
53292005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5330
5331 * custom.texi (Minibuffer Maps): Mention the maps for file name
5332 completion.
5333
53342005-12-09 Kim F. Storm <storm@cua.dk>
5335
5336 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5337 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5338 cursor to next corner in rectangle; clarify insert around rectangle.
5339
8cf51b2c
GM
53402005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5341
5342 * custom.texi (Customization): Use xref to elisp manual for
5343 non-TeX output.
5344 (Minor Modes): Update.
5345 (Customization Groups, Changing a Variable, Face Customization):
5346 Update for new appearance of Custom buffers.
5347 (Changing a Variable): `custom-buffer-done-function' has been
5348 replaced by `custom-buffer-done-kill'.
5349 (Specific Customization): In the `customize-group' buffer, a
5350 subgroup's contents are not "hidden". They are not included at
5351 all. They have no [Show] button.
5352 (Mouse Buttons): Add pxref to description of mouse event lists in
5353 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5354 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5355 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5356
53572005-12-08 Richard M. Stallman <rms@gnu.org>
5358
5359 * mini.texi (Completion Commands, Completion):
5360 In file name input, SPC does not do completion.
5361
8cf51b2c
GM
53622005-12-08 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * building.texi (GDB Graphical Interface): Explain screen size
5365 setting.
5366 (Other GDB User Interface Buffers): Describe features specific to
5367 GDB 6.4.
5368
8cf51b2c
GM
53692005-12-01 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * building.texi (GDB User Interface Layout): Describe how to
5372 kill associated buffers.
5373 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5374 (Watch Expressions): Be more precise.
5375 (Other GDB User Interface Buffers): Describe how to change a
5376 register value.
5377
8cf51b2c
GM
53782005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5379
5380 * macos.texi (Mac Input): Remove description of
5381 mac-command-key-is-meta. Add descriptions of
5382 mac-control-modifier, mac-command-modifier, and
5383 mac-option-modifier.
5384 (Mac International): Fix description of conversion of clipboard data.
5385 (Mac Font Specs): Add example of font customization by face attributes.
5386
53872005-11-22 Nick Roberts <nickrob@snap.net.nz>
5388
5389 * building.texi (Watch Expressions): Expand description.
5390 (Other GDB User Interface Buffers): Describe local map for
5391 gud-watch.
5392
53932005-11-21 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * display.texi (Font Lock): Font lock is enabled by default now.
5396
53972005-11-20 Juri Linkov <juri@jurta.org>
5398
5399 * basic.texi (Position Info): Update examples of the output.
5400 Remove the fact that examples are produced in the TeXinfo buffer,
5401 because in the Info reader users will get a different output from
5402 `C-x ='.
5403
5404 * building.texi (Compilation Mode): Remove paragraph duplicated
5405 from the node `Compilation'. Add `compilation-skip-threshold'.
5406
5407 * display.texi (Font Lock): Suggest more user-friendly method of
5408 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5409
54102005-11-18 Richard M. Stallman <rms@gnu.org>
5411
5412 * files.texi (Registering): Mention @@ in mode line.
5413
5414 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5415
54162005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5417
5418 * files.texi (Renaming and VC): Some back-ends don't
5419 handle renaming.
5420
8cf51b2c
GM
54212005-11-17 Juri Linkov <juri@jurta.org>
5422
5423 * emacs.texi (Top):
5424 * display.texi (Highlight Interactively): Put this font-lock based
5425 mode near Font Lock node.
5426
54272005-11-16 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5430 icons.
5431
54322005-11-12 Kim F. Storm <storm@cua.dk>
5433
5434 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5435 (Help Summary): Add C-h d and C-h e.
5436 (Apropos): Clarify that all apropos commands may search for either
5437 list of words or a regexp. Add C-h d for apropos-documentation.
5438 Describe apropos-documentation-sort-by-scores user option.
5439
8cf51b2c
GM
54402005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * killing.texi (CUA Bindings): Add @section.
5443
54442005-11-10 Kim F. Storm <storm@cua.dk>
5445
5446 * emacs.texi (Top): Add CUA Bindings entry to menu.
5447
5448 * killing.texi (CUA Bindings): New node. Moved here from
5449 misc.texi and extended with info on rectangle commands and
5450 rectangle highlighting, interface to registers, and the global
5451 mark feature.
5452
5453 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5454
5455 * regs.texi: Prev link points to CUA Bindings node.
5456
54572005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * help.texi (Help Echo): By default, help echos are only shown on
5460 mouse-over, not on point-over.
5461
c8763fb6 54622005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5463
5464 * misc.texi (Shell Mode): Describe how to activate password echoing.
5465
8cf51b2c
GM
54662005-11-04 Romain Francoise <romain@orebokech.com>
5467
5468 * mark.texi (Mark Ring): Fix typo.
5469
54702005-11-03 Richard M. Stallman <rms@gnu.org>
5471
5472 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5473
54742005-11-01 Bill Wohler <wohler@newt.com>
5475
5476 * help.texi (Help Mode): Fix typo.
5477
54782005-11-01 Nick Roberts <nickrob@snap.net.nz>
5479
1c6c854e
CS
5480 * building.texi (Other GDB User Interface Buffers):
5481 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5482
54832005-10-31 Romain Francoise <romain@orebokech.com>
5484
5485 * files.texi (Compressed Files): Fix typo.
5486
5487 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5488
5489 * windows.texi (Force Same Window): Likewise.
5490
54912005-10-30 Bill Wohler <wohler@newt.com>
5492
5493 * help.texi (Help Mode): URLs viewed with browse-url.
5494
54952005-10-31 Nick Roberts <nickrob@snap.net.nz>
5496
5497 * building.texi (GDB Graphical Interface): Don't reference
5498 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5499 must stay in same frame.
5500
55012005-10-29 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5504
5505 * anti.texi (Antinews): Likewise.
5506
8cf51b2c
GM
55072005-10-28 Bill Wohler <wohler@newt.com>
5508
5509 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5510
55112005-10-28 Richard M. Stallman <rms@gnu.org>
5512
5513 * files.texi (Visiting): Explain how to enter ? in a file name.
5514
5515 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5516
8cf51b2c
GM
55172005-10-25 Nick Roberts <nickrob@snap.net.nz>
5518
1c6c854e
CS
5519 * building.texi (GDB Graphical Interface):
5520 Describe gdb-mouse-until.
8cf51b2c
GM
5521
55222005-10-23 Richard M. Stallman <rms@gnu.org>
5523
5524 * custom.texi (Init File): Recommend when to use site-start.el.
5525
8cf51b2c
GM
55262005-10-21 Juri Linkov <juri@jurta.org>
5527
5528 * custom.texi (Examining): Mention accessing the old variable
5529 value via M-n in set-variable.
5530
8cf51b2c
GM
55312005-10-18 Romain Francoise <romain@orebokech.com>
5532
5533 * files.texi (Version Systems): Capitalize GNU.
5534
8cf51b2c
GM
55352005-10-18 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * building.texi (Compilation Mode): Remove redundant paragraph.
5538 (Watch Expressions): Remove paragraph to reflect code change.
5539
8cf51b2c
GM
55402005-10-16 Richard M. Stallman <rms@gnu.org>
5541
5542 * building.texi (Compilation Mode, Compilation): Clarified.
5543
55442005-10-15 Richard M. Stallman <rms@gnu.org>
5545
5546 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5547
8cf51b2c
GM
55482005-10-13 Kenichi Handa <handa@m17n.org>
5549
5550 * basic.texi (Position Info): Fix previous change.
5551
c8763fb6 55522005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5553
5554 * cmdargs.texi (Icons X): Fix typo.
5555
55562005-10-12 Kenichi Handa <handa@m17n.org>
5557
5558 * basic.texi (Position Info): Describe the case that Emacs shows
5559 "part of display ...".
5560
c8763fb6 55612005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5562
5563 * cmdargs.texi (Icons X): -nb => -nbi.
5564
55652005-10-10 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * frames.texi (Speedbar): A couple more clarifications.
5568
55692005-10-11 Nick Roberts <nickrob@snap.net.nz>
5570
5571 * building.texi (GDB User Interface Layout): Improve diagram.
5572 (Watch Expressions): Explain how to make speedbar global.
5573 (Other GDB User Interface Buffers): Make references more precise.
5574
8cf51b2c
GM
55752005-10-09 Richard M. Stallman <rms@gnu.org>
5576
5577 * frames.texi (Speedbar): Clarify the text.
5578
55792005-10-09 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * frames.texi (Speedbar): Add information on keybindings,
5582 dismissing the speedbar, and buffer display mode. Link to
5583 speedbar manual.
5584
c8763fb6 55852005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5586
1c6c854e 5587 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5588 added -nb, --no-bitmap-icon.
5589
8cf51b2c
GM
55902005-10-07 Nick Roberts <nickrob@snap.net.nz>
5591
5592 * building.texi (GDB Graphical Interface): Add variables and
5593 functions to indices. Be more precise.
5594
c8763fb6 55952005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5596
5597 * frames.texi (Drag and Drop): Remove the x- from
5598 x-dnd-open-file-other-window and xdnd-protocol-alist.
5599
56002005-09-30 Romain Francoise <romain@orebokech.com>
5601
5602 * mini.texi (Minibuffer): The default value now appears before the
5603 colon in minibuffer prompts.
5604
8cf51b2c
GM
56052005-09-25 Richard M. Stallman <rms@gnu.org>
5606
5607 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5608
8cf51b2c
GM
56092005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5610
5611 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5612
8cf51b2c
GM
56132005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5614
5615 * emacs.texi (Top): Update submenus from macos.texi.
5616
5617 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5618 (Mac OS): Update feature support status.
5619 (Mac Input): List supported input scripts. Remove description
5620 about `mac-keyboard-text-encoding'. Mention mouse button
5621 emulation and related variables.
5622 (Mac International): Mention Central European and Cyrillic
5623 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5624 Add description about coding system for selection.
5625 Add description about language environment.
5626 (Mac Environment Variables):
5627 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5628 arguments. Add Preferences support.
5629 (Mac Directories): Explicitly state that this node is for Mac OS
5630 Classic only.
1c6c854e
CS
5631 (Mac Font Specs): Mention specification for scalable fonts.
5632 List supported charsets. Add preferred way of creating fontsets.
5633 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5634 (Mac Functions): Add descriptions about `mac-set-file-creator',
5635 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5636 and `mac-get-preference'.
5637
8cf51b2c
GM
56382005-09-16 Romain Francoise <romain@orebokech.com>
5639
5640 Update all files to specify GFDL version 1.2.
5641
5642 * doclicense.texi (GNU Free Documentation License): Update to
5643 version 1.2.
5644
56452005-09-15 Richard M. Stallman <rms@gnu.org>
5646
5647 * buffers.texi (List Buffers): Fix xref.
5648
5649 * rmail.texi (Rmail Basics): Fix xref.
5650
5651 * emacs.texi (Top): Update subnode menus.
5652
5653 * files.texi (Saving Commands): New node, broken out of Saving.
5654 (Customize Save): New node, broken out of Saving.
5655 Clarify effect of write-region-inhibit-fsync.
5656 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5657
8cf51b2c
GM
56582005-09-14 Romain Francoise <romain@orebokech.com>
5659
5660 * files.texi (Saving): Mention write-region-inhibit-fsync.
5661
56622005-09-05 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * custom.texi (Custom Themes): New node.
5665
56662005-09-03 Richard M. Stallman <rms@gnu.org>
5667
49823426
GM
5668 * search.texi (Search Case): Mention vars that control
5669 case-fold-search for various operations.
8cf51b2c
GM
5670
56712005-08-22 Juri Linkov <juri@jurta.org>
5672
5673 * display.texi (Standard Faces): Merge the text from
5674 `(elisp)Standard Faces' into this node.
5675
56762005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5677
5678 * emacs.texi (Top): Delete menu item for deleted node
5679 Keyboard Translations.
5680
56812005-08-18 Richard M. Stallman <rms@gnu.org>
5682
8cf51b2c
GM
5683 * trouble.texi (Unasked-for Search):
5684 Delete xref to Keyboard Translations.
5685
5686 * glossary.texi (Glossary): Delete xref.
5687
8cf51b2c
GM
5688 * custom.texi (Minor Modes): Say that the list here is not complete.
5689 (Keyboard Translations): Node deleted.
5690 (Disabling): Delete xref to it.
5691 (Customization Groups): Fix Custom buffer example.
5692 (Hooks): Mention remove-hooks.
5693
56942005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5695
5696 * building.texi (GDB Graphical Interface): Improve filling of menu
5697 item.
5698
56992005-08-18 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * building.texi (GDB Graphical Interface): Use better node names.
5702
57032005-08-14 Richard M. Stallman <rms@gnu.org>
5704
5705 * text.texi (Sentences): Fix xref.
5706
57072005-08-14 Juri Linkov <juri@jurta.org>
5708
5709 * building.texi (Compilation, Grep Searching): Move grep command
5710 headings from `Compilation' to `Grep Searching'.
5711
5712 * dired.texi (Dired and Find):
5713 * maintaining.texi (Tags Search): Replace grep xref to
5714 `Compilation' node with `Grep Searching'.
5715
5716 * files.texi (Comparing Files): Replace xref to `Compilation' with
5717 `Compilation Mode'.
5718
57192005-08-13 Alan Mackenzie <acm@muc.de>
5720
5721 * search.texi (Non-ASCII Isearch): Correct a typo.
5722 (Replacement Commands): Mention query-replace key binding.
5723
57242005-08-11 Richard M. Stallman <rms@gnu.org>
5725
5726 * programs.texi (Options for Comments): Fix xref.
5727
5728 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5729 out of Regexps.
5730
8cf51b2c
GM
57312005-08-09 Juri Linkov <juri@jurta.org>
5732
5733 * building.texi (Compilation): Use `itemx' instead of `item'.
5734 (Grep Searching): Simplify phrase.
5735
5736 * display.texi (Standard Faces): Describe vertical-border on
5737 window systems.
5738
5739 * windows.texi (Split Window): Simplify phrase and mention
5740 vertical-border face.
5741
57422005-08-09 Richard M. Stallman <rms@gnu.org>
5743
5744 * files.texi (Comparing Files): Clarify compare-windows.
5745
5746 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5747
8cf51b2c
GM
57482005-08-06 Eli Zaretskii <eliz@gnu.org>
5749
5750 * mule.texi (Coding Systems): Rephrase the paragraph about
5751 codepages: no need for "M-x codepage-setup" anymore, except on
5752 MS-DOS.
5753
5754 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5755 the MS-DOS port only.
5756
57572005-07-30 Eli Zaretskii <eliz@gnu.org>
5758
5759 * makefile.w32-in (info): Don't run multi-install-info.bat.
5760 ($(infodir)/dir): New target, produced by running
5761 multi-install-info.bat.
5762
8cf51b2c
GM
57632005-07-22 Eli Zaretskii <eliz@gnu.org>
5764
5765 * files.texi (Quoted File Names): Add index entry.
5766
8cf51b2c
GM
57672005-07-19 Juri Linkov <juri@jurta.org>
5768
5769 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5770
57712005-07-18 Juri Linkov <juri@jurta.org>
5772
8cf51b2c
GM
5773 * custom.texi (Easy Customization):
5774 * files.texi (Old Versions):
5775 * frames.texi (Wheeled Mice):
5776 * mule.texi (Specify Coding):
8cf51b2c
GM
5777 * text.texi (Cell Justification):
5778 * trouble.texi (After a Crash):
8cf51b2c
GM
5779 * xresources.texi (GTK styles):
5780 Delete duplicate duplicate words.
5781
57822005-07-17 Richard M. Stallman <rms@gnu.org>
5783
5784 * frames.texi (Creating Frames): Fix foreground color example.
5785
5786 * custom.texi (Init Examples): Clean up text about conditionals.
5787
57882005-07-16 Richard M. Stallman <rms@gnu.org>
5789
5790 * mini.texi (Completion Commands): Fix command name for ?.
5791
8cf51b2c
GM
57922005-07-16 Eli Zaretskii <eliz@gnu.org>
5793
5794 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5795 `menu' face has no effect on w32 and with GTK.
5796 Add cross-references.
8cf51b2c
GM
5797
5798 * cmdargs.texi (General Variables): Clarify the default location
5799 of $HOME on w32 systems.
5800
58012005-07-15 Jason Rumney <jasonr@gnu.org>
5802
5803 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5804 changed.
5805
58062005-07-08 Kenichi Handa <handa@m17n.org>
5807
1c6c854e
CS
5808 * mule.texi (Recognize Coding):
5809 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5810
58112005-07-07 Richard M. Stallman <rms@gnu.org>
5812
5813 * anti.texi (Antinews): Mention mode-line-inverse-video.
5814
5815 * files.texi (Saving): Minor correction about C-x C-w.
5816
5817 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5818
58192005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * search.texi (Isearch Scroll): Add example of using the
5822 `isearch-scroll' property.
5823 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5824 `Display Custom' node.
5825 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5826 and de-emphasize it.
5827 (Other Repeating Search): `occur' currently can not correctly
5828 handle multiline matches. Correct, clarify and update description
5829 of `flush-lines' and `keep-lines'.
5830
5831 * display.texi (Display Custom): Add anchor for `baud-rate'.
5832
58332005-07-07 Richard M. Stallman <rms@gnu.org>
5834
5835 * gnu.texi: Update where to get GNU status; add refs for how to help.
5836 Add footnotes 6 and 7.
5837
58382005-07-04 Lute Kamstra <lute@gnu.org>
5839
5840 Update FSF's address in GPL notices.
5841
8cf51b2c 5842 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5843 * trouble.texi (Checklist): Update FSF's address.
5844
8cf51b2c
GM
58452005-06-24 Richard M. Stallman <rms@gnu.org>
5846
5847 * display.texi (Text Display): Change index entries.
5848
58492005-06-24 Eli Zaretskii <eliz@gnu.org>
5850
5851 * makefile.w32-in (MAKEINFO): Use --force.
5852 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5853 Makefile.in.
8cf51b2c
GM
5854
58552005-06-23 Richard M. Stallman <rms@gnu.org>
5856
1c6c854e 5857 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5858 nobreak-char-display.
5859
5860 * emacs.texi (Top): Update detailed node listing.
5861
1c6c854e 5862 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5863 to nobreak-char-display and no-break-space to nobreak-space.
5864 (Standard Faces): Split up the list of standard faces
5865 and put it in a separate node. Add nobreak-space and
5866 escape-glyph.
5867
8cf51b2c
GM
58682005-06-23 Lute Kamstra <lute@gnu.org>
5869
5870 * mule.texi (Select Input Method): Fix typo.
5871
58722005-06-23 Kenichi Handa <handa@m17n.org>
5873
1c6c854e
CS
5874 * mule.texi (International): List all supported scripts.
5875 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5876 distribution.
5877 (Language Environments): List all language environments.
5878 Intlfonts contains fonts for most supported scripts, not all..
5879 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5880 input a specific character.
8cf51b2c
GM
5881 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5882
58832005-06-23 Juanma Barranquero <lekktu@gmail.com>
5884
49823426 5885 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5886
58872005-06-22 Miles Bader <miles@gnu.org>
5888
5889 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5890
58912005-06-20 Miles Bader <miles@gnu.org>
5892
5893 * display.texi (Faces): Add `vertical-divider'.
5894
58952005-06-17 Richard M. Stallman <rms@gnu.org>
5896
5897 * text.texi (Adaptive Fill): Minor clarification.
5898
8cf51b2c
GM
58992005-06-10 Lute Kamstra <lute@gnu.org>
5900
5901 * emacs.texi (Top): Correct version number.
5902 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5903 refer to the current version of Emacs.
5904
59052005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5906
5907 * files.texi (Log Buffer): Document when there can be more than
5908 one file to be committed.
5909
59102005-06-08 Juri Linkov <juri@jurta.org>
5911
5912 * display.texi (Faces): Add `shadow' face.
5913
59142005-06-07 Masatake YAMATO <jet@gyve.org>
5915
5916 * display.texi (Faces): Write about mode-line-highlight.
5917
59182005-06-06 Richard M. Stallman <rms@gnu.org>
5919
5920 * misc.texi (Printing Package): Explain how to initialize
5921 printing package.
5922
5923 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5924
59252005-06-05 Chong Yidong <cyd@stupidchicken.com>
5926
5927 * emacs.texi: Rename Hardcopy to Printing.
5928 Make PostScript and PostScript Variables subnodes of it.
5929
5930 * misc.texi (Printing): Rename node from Hardcopy.
5931 Mention menu bar options.
5932 Move PostScript and PostScript Variables to submenu.
5933 (Printing package): New node.
5934
5935 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5936
5937 * dired.texi (Operating on Files): Likewise.
5938
5939 * calendar.texi (Displaying the Diary): Likewise.
5940
5941 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5942
5943 * glossary.texi (Glossary): Likewise.
5944
5945 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5946 effect.
5947
59482005-06-04 Richard M. Stallman <rms@gnu.org>
5949
5950 * trouble.texi (After a Crash): Polish previous change.
5951
8cf51b2c
GM
59522005-05-30 Noah Friedman <friedman@splode.com>
5953
5954 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5955 recovery mechanism.
5956
8cf51b2c
GM
59572005-05-28 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * building.texi (Other Buffers): SPC toggles display of
5960 floating point registers.
5961
8cf51b2c
GM
59622005-05-27 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * files.texi (Log Buffer): Merge in description of Log Edit
5965 mode from pcl-cvs.texi.
5966
59672005-05-26 Richard M. Stallman <rms@gnu.org>
5968
5969 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5970
8cf51b2c
GM
59712005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5972
5973 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5974 not enabled by default.
5975 When not on a word, `ispell-word' by default checks the word
5976 before point.
5977
59782005-05-24 Nick Roberts <nickrob@snap.net.nz>
5979
5980 * building.texi (Debugger Operation): Simplify last sentence.
5981
59822005-05-23 Lute Kamstra <lute@gnu.org>
5983
5984 * emacs.texi: Update FSF's address throughout.
5985 (Preface): Use @cite.
5986 (Distrib): Add cross reference to the node "Copying". Mention the
5987 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5988 printed manuals.
5989 (Intro): Use @xref for the Emacs Lisp Intro.
5990
8cf51b2c
GM
59912005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5994
5995 * basic.texi (Moving Point): Mention default for `goto-line'.
5996
5997 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5998 of a variable's docstring.
5999
60002005-05-18 Lute Kamstra <lute@gnu.org>
6001
6002 * maintaining.texi (Overview of Emerge): Add cross reference.
6003 Remove duplication.
6004
6005 * emacs.texi (Top): Update to the current structure of the manual.
6006 * misc.texi (Emacs Server): Add menu description.
6007 * files.texi (Saving): Fix menu.
6008 * custom.texi (Customization): Fix menu.
6009 * mule.texi (International): Fix menu.
6010 * kmacro.texi (Keyboard Macros): Fix menu.
6011
60122005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * display.texi: Various minor changes.
6015 (Faces): Delete text that is repeated in the next section.
6016
60172005-05-16 Nick Roberts <nickrob@snap.net.nz>
6018
6019 * building.texi (Debugger Operation): Mention GUD tooltips are
6020 disabled with GDB in text command mode.
6021
8cf51b2c
GM
60222005-05-16 Nick Roberts <nickrob@snap.net.nz>
6023
6024 * building.texi: Replace toolbar with "tool bar" for consistency.
6025 (Compilation Mode): Describe compilation-context-lines
6026 and use of arrow in compilation buffer.
6027 (Debugger Operation): Replace help text with variable's value.
6028
6029 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6030 consistency.
6031
60322005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6033
6034 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6035 Add xref.
6036
8cf51b2c
GM
60372005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6040 (Position Info): Delete discussion of `goto-line'. It is already
6041 described in `Moving point'.
6042
6043 * mini.texi (Completion Commands): Correct reference.
6044 (Completion Options): Fix typo.
6045
6046 * killing.texi (Deletion): Complete description of `C-x C-o'.
6047
8cf51b2c
GM
60482005-05-10 Richard M. Stallman <rms@gnu.org>
6049
6050 * building.texi (Compilation): Clarify recompile's directory choice.
6051
6052 * frames.texi (Tooltips): Cleanups.
6053
6054 * basic.texi (Arguments): Fix punctuation.
6055
60562005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * screen.texi (Menu Bar): The up and down (not left and right)
6059 arrow keys move through a keyboard menu.
6060
60612005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6062
6063 * basic.texi: Various typo and grammar fixes.
6064 (Moving Point): C-a now runs move-beginning-of-line.
6065
60662005-05-08 Nick Roberts <nickrob@snap.net.nz>
6067
6068 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6069
6070 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6071 as different animals.
6072
60732005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6074
6075 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6076 Correct index entry.
6077
60782005-05-07 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * building.texi (Debugger Operation): Update to reflect changes
6081 in GUD tooltips.
6082
60832005-04-30 Richard M. Stallman <rms@gnu.org>
6084
6085 * files.texi (Compressed Files): Auto Compression normally enabled.
6086
6087 * building.texi (Debugger Operation): Clarify previous change.
6088
8cf51b2c
GM
60892005-04-28 Nick Roberts <nickrob@snap.net.nz>
6090
6091 * building.texi (Debugger Operation): Add description for
6092 GUD tooltips when program is not running.
6093
60942005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6095
6096 * misc.texi (Shell): Add `Shell Prompts' to menu.
6097 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6098 description. Delete remarks moved to new node.
6099 (Shell Prompts): New node.
6100 (History References): Replace remarks moved to `Shell Prompts'
6101 with xref to that node.
6102 (Remote Host): Clarify how to specify the terminal type when
6103 logging in to a different machine.
6104
61052005-04-26 Richard M. Stallman <rms@gnu.org>
6106
6107 * emacs.texi (Top): Update submenus from files.texi.
6108
6109 * files.texi (Filesets): Clarify previous change.
6110
6111 * dired.texi (Misc Dired Features): Clarify previous change.
6112
61132005-04-25 Chong Yidong <cyd@stupidchicken.com>
6114
6115 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6116
1c6c854e
CS
6117 * dired.texi (Misc Dired Features):
6118 Document dired-compare-directories.
8cf51b2c
GM
6119
6120 * files.texi (Filesets): New node.
6121 (File Conveniences): Document Image mode.
6122
6123 * text.texi (TeX Print): Document tex-compile.
6124
61252005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6126
6127 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6128 Delete redundant reference to tooltip Custom group. It is
6129 referred too again in the next paragraph.
6130
61312005-04-24 Richard M. Stallman <rms@gnu.org>
6132
6133 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6134
8cf51b2c
GM
61352005-04-19 Kim F. Storm <storm@cua.dk>
6136
6137 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6138
61392005-04-18 Lars Hansen <larsh@math.ku.dk>
6140
6141 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6142 turns off desktop-save-mode.
6143
61442005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6147 by default in terminals compatible with xterm. Mention that
6148 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6149 node.
6150
8cf51b2c
GM
61512005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6154
c8763fb6 61552005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6156
6157 * xresources.texi (Table of Resources): Add cursorBlink.
6158
61592005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6162 `d', `C-d' and `u'.
6163
61642005-04-11 Richard M. Stallman <rms@gnu.org>
6165
6166 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6167 (Misc X): Add -D, --basic-display.
6168
6169 * maintaining.texi (Change Log): Correct the description of
6170 the example.
6171
6172 * major.texi (Choosing Modes): Document magic-mode-alist.
6173
8cf51b2c
GM
61742005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6175
6176 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6177 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6178 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6179 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6180 `w', respectively.
6181 (Rmail Labels): Mention `l'.
6182 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6183 (Rmail Summary Edit): Describe `j' and RET.
6184
c8763fb6 61852005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6186
6187 * xresources.texi (Lucid Resources): Add fontSet resource.
6188
8cf51b2c
GM
61892005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6192 now called `indicate-empty-lines'.
6193
61942005-04-06 Kim F. Storm <storm@cua.dk>
6195
6196 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6197
61982005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6201 deleted.
6202 (Marks vs Flags): Add some convenient key bindings.
6203 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6204 (Misc Dired Features): Correct and expand description of `w' command.
6205
6206 * frames.texi (XTerm Mouse): Delete apparently false info.
6207 The GNU/Linux console currently does not appear to support
6208 `xterm-mouse-mode'.
6209
8cf51b2c
GM
62102005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6211
6212 * calendar.texi (Diary): Mention shell utility `calendar'.
6213
62142005-04-01 Richard M. Stallman <rms@gnu.org>
6215
6216 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6217
8cf51b2c
GM
62182005-04-01 Lute Kamstra <lute@gnu.org>
6219
6220 * maintaining.texi (Change Log): add-change-log-entry uses
6221 add-log-mailing-address.
6222
62232005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6226 `VC Mode Line' and put in an xref to that node.
6227 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6228 its description.
6229
62302005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6231
6232 * calendar.texi (Calendar Systems): Say that the Persian calendar
6233 implemented here is the arithmetical one championed by Birashk.
6234
62352005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6236
6237 * programs.texi (Fortran Motion): Fix previous change.
6238
8cf51b2c
GM
62392005-03-29 Richard M. Stallman <rms@gnu.org>
6240
6241 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6242
62432005-03-29 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * text.texi (Refill): Refer to Long Lines Mode.
6246 (Longlines): New node.
6247 (Auto Fill): Don't index "word wrap" here.
6248 (Filling): Add Longlines to menu.
6249
62502005-03-29 Richard M. Stallman <rms@gnu.org>
6251
6252 * xresources.texi: Minor fixes.
6253
6254 * misc.texi (Emacs Server): Fix Texinfo usage.
6255
6256 * emacs.texi (Top): Don't use a real section heading for
6257 "Detailed Node Listing". Fake it instead.
6258
6259 * basic.texi (Position Info): Minor cleanup.
6260
6261 * mule.texi (Input Methods): Minor cleanup.
6262
62632005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6264
6265 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6266 constructs as well.
6267 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6268
62692005-03-29 Kenichi Handa <handa@m17n.org>
6270
6271 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6272
6273 * basic.texi (Position Info): Update the description about the
6274 command C-u C-x =.
6275
62762005-03-28 Richard M. Stallman <rms@gnu.org>
6277
6278 * emacs.texi (Top): Use @section for the detailed node listing.
6279
6280 * calendar.texi: Minor fixes to previous change.
6281
6282 * programs.texi (Fortran): Small fixes to previous changes.
6283
6284 * emacs.texi (Top): Update list of subnodes of Dired.
6285 Likewise for building.texi.
6286
6287 * files.texi (File Conveniences): Delete Auto Image File mode.
6288
62892005-03-28 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * building.texi (Flymake): New node.
6292
6293 * custom.texi (Function Keys): Document kp- event types and
6294 keypad-setup package.
6295
6296 * dired.texi (Wdired): New node.
6297
6298 * files.texi (File Conveniences): Reorder entries.
6299 Explain how to turn on Auto-image-file mode.
6300 Document Thumbs mode.
6301
6302 * mule.texi (Specify Coding): Document recode-region and
6303 recode-file-name.
6304
6305 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6306
63072005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6308
6309 * commands.texi (Keys): M-o is now a prefix key.
6310
63112005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6312
6313 * programs.texi: Reformat and update copyright years.
6314 (Fortran): Update section.
6315
63162005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * files.texi: Several small changes in addition to:
6319 (Visiting): Change xref for Dialog Boxes to ref.
6320 (Version Headers): Replace references to obsolete var
6321 `vc-header-alist' with `vc-BACKEND-header'.
6322 (Customizing VC): Update value of `vc-handled-backends'.
6323
63242005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6325
6326 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6327 move here from Emacs Lisp Reference Manual.
6328 * calendar.texi (Calendar/Diary, Diary Commands)
6329 (Special Diary Entries, Importing Diary): Change some xrefs to
6330 point to emacs-xtra rather than elisp.
6331
6332 * emacs-xtra.texi (Calendar Customizing):
6333 Move view-diary-entries-initially, view-calendar-holidays-initially,
6334 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6335 Emacs Manual.
6336 (Appt Customizing): Merge entire section into main Emacs Manual.
6337 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6338 mark-holidays-in-calendar here from emacs-xtra.
6339 (Displaying the Diary): Move view-diary-entries-initially,
6340 mark-diary-entries-in-calendar here from emacs-xtra.
6341 (Appointments): Move appt-display-mode-line,
6342 appt-display-duration, appt-disp-window-function,
6343 appt-delete-window-function here from emacs-xtra.
6344
6345 * calendar.texi: Update and reformat copyright.
6346 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6347 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6348 (Diary): Refer to `diary-file' rather than ~/diary.
6349 (Diary Commands): Rename node to "Displaying the Diary".
6350 * emacs.texi (Top): Rename "Diary Commands" section.
6351 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6352
63532005-03-26 Eli Zaretskii <eliz@gnu.org>
6354
6355 * misc.texi (Emacs Server): Fix the command for setting
6356 server-name. Add an xref to Invoking emacsclient.
6357
6358 * help.texi (Help Summary): Clarify when "C-h ." will do something
6359 nontrivial.
6360 (Apropos): Add cindex entry for apropos-sort-by-scores.
6361
6362 * display.texi (Text Display): Add index entries for how no-break
6363 characters are displayed.
6364
8cf51b2c
GM
63652005-03-26 Eli Zaretskii <eliz@gnu.org>
6366
6367 * files.texi (Visiting): Fix cross-references introduced with the
6368 last change.
6369
6370 * xresources.texi (GTK resources): Fix last change.
6371
8cf51b2c
GM
63722005-03-25 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * xresources.texi (X Resources): GTK options documented too.
6375 (Resources): Clarify meaning of program name.
6376 (Table of Resources): Add visualClass.
6377 (GTK resources): Rewrite.
6378 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6379
6380 * display.texi (Text Display): Mention non-breaking spaces.
6381
6382 * files.texi (Reverting): Document auto-revert-check-vc-info.
6383
6384 * frames.texi (Mouse Commands): Document
6385 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6386
6387 * help.texi (Help Summary): Add `C-h .'.
6388 (Apropos): Apropos accepts a list of search terms.
6389 Document apropos-sort-by-scores.
6390 (Help Echo): Document display-local-help.
6391
6392 * misc.texi (Emacs Server): Document server-name.
6393 (Invoking emacsclient): Document -s option for server names.
6394
6395 * text.texi (Outline Visibility): Introduce "current heading
6396 line" (commands can be called with point on a body line).
6397 Re-order table to follow the sequence of discussion.
6398 hide-body won't hide lines before first header line.
6399 (TeX Mode): Add DocTeX mode.
6400
8cf51b2c
GM
64012005-03-24 Richard M. Stallman <rms@gnu.org>
6402
6403 * mule.texi (Single-Byte Character Support): Delete mention
6404 of iso-acc.el and iso-transl.el.
6405
8cf51b2c
GM
64062005-03-23 Lute Kamstra <lute@gnu.org>
6407
6408 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6409
64102005-03-23 Richard M. Stallman <rms@gnu.org>
6411
8cf51b2c
GM
6412 * search.texi: Delete explicit node pointers.
6413 (Incremental Search): New menu.
6414 (Basic Isearch, Repeat Isearch, Error in Isearch)
6415 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6416 (Slow Isearch): New subnodes.
6417 (Configuring Scrolling): Node deleted.
6418 (Search Case): Doc default-case-fold-search.
6419 (Regexp Replace): Move replace-regexp doc here.
6420
6421 * rmail.texi (Movemail): Put commas inside closequotes.
6422
6423 * picture.texi (Insert in Picture): Document C-c arrow combos.
6424 (Basic Picture): Clarify erasure.
6425
6426 * display.texi (Font Lock): Put commas inside closequotes.
6427
6428 * cmdargs.texi (General Variables): Put commas inside closequotes.
6429
64302005-03-23 Nick Roberts <nickrob@snap.net.nz>
6431
6432 * building.texi (Stack Buffer): Mention reverse contrast for
6433 *selected* frame (might not be current frame).
6434
8cf51b2c
GM
64352005-03-21 Richard M. Stallman <rms@gnu.org>
6436
6437 * building.texi (Starting GUD): Add bashdb.
6438
64392005-03-20 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * basic.texi (Moving Point): Add M-g M-g binding.
6442 (Undo): Document undo-only.
6443 (Position Info): Document M-g M-g and C-u M-g M-g.
6444
6445 * building.texi (Building): Put Grep Searching after Compilation
6446 Shell.
6447 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6448 Document next-error-highlight.
6449 (Grep Searching): Document grep-highlight-matches.
6450 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6451
6452 * calendar.texi (Importing Diary): Rename node from iCalendar.
6453 Document diary-from-outlook.
6454
6455 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6456 Commands.
6457 Mention effect of X drag and drop on Dired buffers.
6458
6459 * files.texi (Visiting): Document large-file-warning-threshold.
6460 Move paragraph on file-selection dialog.
6461 Mention visiting files using X drag and drop.
6462 (Reverting): Mention using Auto-Revert mode to tail files.
6463 Document auto-revert-tail-mode.
6464 (Version Systems): Minor correction.
6465 (Comparing Files): Diff-mode is no longer based on Compilation
6466 mode.
6467 Document compare-ignore-whitespace.
6468 (Misc File Ops): Explain passing a directory to rename-file.
6469 Likewise for copy-file and make-symbolic-link.
6470
6471 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6472 Document mouse-wheel-progressive speed.
6473
6474 * help.texi (Misc Help): Document numeric argument for C-h i.
6475 Correctly explain the effect of just C-u as argument.
6476
6477 * killing.texi (Deletion): Document numeric argument for
6478 just-one-space.
6479
6480 * mini.texi (Completion): Completion acts on text before point.
6481
6482 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6483 (Emulation): CUA mode replaces pc-bindings-mode,
6484 pc-selection-mode, and s-region.
6485
6486 * mule.texi (Input Methods): Leim is now built-in.
6487 (Select Input Method): Document quail-show-key.
6488 (Specify Coding): Document revert-buffer-with-coding-system.
6489
6490 * programs.texi (Fortran Motion): Document f90-next-statement,
6491 f90-previous-statement, f90-next-block, f90-previous-block,
6492 f90-end-of-block, and f90-beginning-of-block.
6493
6494 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6495
6496 * emacs.texi (Acknowledgments): Updated.
6497
6498 * anti.texi: Total rewrite.
6499
8cf51b2c
GM
65002005-03-19 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * ack.texi (Acknowledgments): Update.
6503
65042005-03-19 Eli Zaretskii <eliz@gnu.org>
6505
1c6c854e
CS
6506 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6507 Update copyright years.
8cf51b2c
GM
6508
65092005-03-14 Nick Roberts <nickrob@snap.net.nz>
6510
6511 * building.texi (Commands of GUD): Move paragraph on setting
6512 breakpoints with mouse to the GDB Graphical Interface node.
6513
65142005-03-07 Richard M. Stallman <rms@gnu.org>
6515
8cf51b2c
GM
6516 * misc.texi (Single Shell, Shell Options): Fix previous change.
6517
6518 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6519
65202005-03-06 Richard M. Stallman <rms@gnu.org>
6521
6522 * building.texi (Starting GUD): Don't explain text vs graphical
6523 GDB here. Just mention it and xref.
6524 Delete "just one debugger process".
6525 (Debugger Operation): Move GUD tooltip info here.
6526 (GUD Tooltips): Node deleted.
6527 (GDB Graphical Interface): Explain the two GDB modes here.
6528
8cf51b2c
GM
6529 * sending.texi (Sending Mail): Minor cleanup.
6530 (Mail Aliases): Explain quoting conventions.
6531 Update key rebinding example.
6532 (Header Editing): C-M-i is like M-TAB.
6533 (Mail Mode Misc): mail-attach-file does not do MIME.
6534
6535 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6536 that really belongs here.
6537 (Remote Mailboxes): Text moved to Rmail Inbox.
6538 (Rmail Display): Mention Mouse-1.
6539 (Movemail): Clarify two movemail versions.
6540 Clarify rmail-movemail-program.
6541
8cf51b2c
GM
6542 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6543 Document async shell commands.
6544 (Shell History): Clarify.
6545 (Shell Ring): Mention C-UP an C-DOWN.
6546 (Shell Options): Add comint-prompt-read-only.
6547 (Invoking emacsclient): Set EDITOR to run Emacs.
6548 (Sorting): No need to explain what region is.
6549 (Saving Emacs Sessions): Fix typo.
6550 (Recursive Edit): Fix punctuation.
6551 (Emulation): Don't mention "PC bindings" which are standard.
6552 (Hyperlinking): Explain Mouse-1 convention here.
6553 (Find Func): Node deleted.
6554
8cf51b2c
GM
6555 * help.texi (Name Help): Xref to Hyperlinking.
6556
6557 * glossary.texi (Glossary):
6558 Rename "Balance Parentheses" to "Balancing...".
6559 Add "Byte Compilation". Correct "Copyleft".
6560 New xref in "Customization".
6561 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6562 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6563 Rename "Registers" to "Register".
6564 Replace "Selecting" with "Selected Frame",
6565 "Selected Window", and "Selecting a Buffer".
6566
6567 * files.texi (Types of Log File): Explain how projects'
6568 methods can vary.
6569
8cf51b2c
GM
6570 * display.texi (Faces): Delete "Emacs 21".
6571
6572 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6573 * fixit.texi (Spelling): C-M-i like M-TAB.
6574 * mini.texi (Completion Options): C-M-i like M-TAB.
6575 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6576 * text.texi (Text Mode): C-M-i like M-TAB.
6577
6578 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6579
6580 * calendar.texi (Specified Dates): Mention `g w'.
6581 (Appointments): appt-activate toggles with no arg.
6582
8cf51b2c
GM
65832005-03-05 Juri Linkov <juri@jurta.org>
6584
6585 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6586 "invocation (command line arguments)".
8cf51b2c
GM
6587 (Misc X): Add -nbc, --no-blinking-cursor.
6588
65892005-03-04 Ulf Jasper <ulf.jasper@web.de>
6590
6591 * calendar.texi (iCalendar): No need to require it now.
6592
8cf51b2c
GM
65932005-03-03 Nick Roberts <nickrob@snap.net.nz>
6594
6595 * trouble.texi (Contributing): Mention Savannah. Direct users to
6596 emacs-devel.
6597
65982005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6599
6600 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6601 window.
6602
8cf51b2c
GM
66032005-02-27 Richard M. Stallman <rms@gnu.org>
6604
6605 * building.texi (Compilation): Update mode line status info.
6606
66072005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6608
6609 * calendar.texi (General Calendar): Document binding of
6610 scroll-other-window-down.
6611 (Mayan Calendar): Fix earliest date.
6612 (Time Intervals): Document timeclock-change.
6613 Fix timeclock-ask-before-exiting documentation.
6614
66152005-02-26 Kim F. Storm <storm@cua.dk>
6616
6617 * frames.texi (Mouse References):
6618 Add mouse-1-click-in-non-selected-windows.
6619
66202005-02-25 Richard M. Stallman <rms@gnu.org>
6621
6622 * screen.texi (Screen): Explain better about cursors and mode lines;
6623 don't presuppose text terminals.
6624 (Point): Don't assume just one cursor.
6625 Clarify explanation of cursors.
6626 (Echo Area, Menu Bar): Cleanups.
6627
6628 * mini.texi (Minibuffer): Prompts are highlighted.
6629 (Minibuffer Edit): Newline = C-j only on text terminals.
6630 Clarify resize-mini-windows values.
6631 Mention M-PAGEUP and M-PAGEDOWN.
6632 (Completion Commands): Mouse-1 like Mouse-2.
6633 (Minibuffer History): Explain history commands better.
6634 (Repetition): Add xref to Incremental Search.
6635
6636 * mark.texi (Setting Mark): Clarify info about displaying mark.
6637 Clarify explanation of C-@ and C-SPC.
6638 (Transient Mark): Mention Delete Selection mode.
6639 (Marking Objects): Clean up text about extending the region.
6640
6641 * m-x.texi (M-x): One C-g doesn't always go to top level.
6642 No delay before suggest-key-bindings output.
6643
6644 * fixit.texi (Fixit): Mention C-/ for undo.
6645 (Spelling): Mention ESC TAB like M-TAB.
6646 Replacement words with r and R are rechecked.
6647 Say where C-g leaves point. Mention ? as input.
6648
66492005-02-23 Lute Kamstra <lute@gnu.org>
6650
6651 * cmdargs.texi (Initial Options): Add cross reference.
6652
8cf51b2c
GM
66532005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * emacs.texi (Top): Update menu for splitting of node in
6656 msdog.texi.
6657 * frames.texi (Frames): Update xref for splitting of node in
6658 msdog.texi.
6659 * trouble.texi (Quitting): Ditto.
6660
66612005-02-16 Richard M. Stallman <rms@gnu.org>
6662
6663 * windows.texi (Split Window): Simplify line truncation info
6664 and xref to Display Custom.
6665
6666 * trouble.texi (Quitting): Emergency escape only for text terminal.
6667 (Screen Garbled): C-l for ungarbling is only for text terminal.
6668
6669 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6670
6671 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6672
6673 * programs.texi (Program Modes): Mention Python mode.
6674 (Moving by Defuns): Repeating C-M-h extends region.
6675 (Basic Indent): Clarify.
6676 (Custom C Indent): Clarify.
6677 (Expressions): Repeating C-M-@ extends region.
6678 (Info Lookup): Clarify for C-h S.
6679 (Symbol Completion): ESC TAB alternative for M-TAB.
6680 (Electric C): Clarify.
6681
6682 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6683
6684 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6685 MS-DOS Input node.
6686 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6687 (MS-DOS and MULE): Clarify.
6688 (MS-DOS Processes, Windows Processes): Fix typos.
6689
6690 * major.texi (Choosing Modes): Clarify.
6691
6692 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6693 (Keyboard Macro Step-Edit): Clarify.
6694
6695 * indent.texi (Indentation): Clarifications.
6696
6697 * help.texi (Help): Correct error about C-h in query-replace.
6698 Clarify apropos vs C-h a. Fix how to search in FAQ.
6699 (Key Help): Describe C-h w here.
6700 (Name Help): Minor cleanup. C-h w moved to Key Help.
6701 Clarify the "object" joke.
6702 (Apropos): Clarify. Mouse-1 like Mouse-2.
6703 (Help Mode): Mouse-1 like Mouse-2.
6704
6705 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6706
6707 * display.texi (Display): Reorder menu.
6708 (Faces): Cleanup.
6709 (Font Lock): Cleanup. Mention Options menu.
6710 Delete obsolete text.
6711 (Scrolling): For C-l, don't presume text terminal.
6712 (Horizontal Scrolling): Simplify intro.
6713 (Follow Mode): Clarify.
1c6c854e 6714 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6715 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6716 Doc default-tab-width. Doc line truncation more thoroughly.
6717
6718 * dired.texi (Dired Enter): C-x C-f can run Dired.
6719 (Dired Visiting): Comment out `a' command.
6720 Mouse-1 is like Mouse-2.
6721 (Shell Commands in Dired): ? can be used more than once.
6722
6723 * basic.texi (Continuation Lines): Simplify description of truncation,
6724 and refer to Display Custom for the rest of it.
6725
8cf51b2c
GM
67262005-02-06 Lute Kamstra <lute@gnu.org>
6727
6728 * basic.texi (Undo): Fix typo.
6729
6730 * cmdargs.texi (Emacs Invocation): Fix typo.
6731
6732 * custom.texi (Init Examples): Fix typo.
6733
6734 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6735
67362005-02-06 Richard M. Stallman <rms@gnu.org>
6737
6738 * regs.texi (Registers): Registers can hold numbers, too.
6739
6740 * killing.texi (Other Kill Commands): Cleanup.
6741 Delete redundant explanation of kill in read-only buffer.
6742 (Yanking): Mention term "copying".
6743 (Accumulating Text): Fix typo.
6744
6745 * entering.texi (Entering Emacs): Update rationale at start.
6746 (Exiting): Treat iconifying on a par with suspension.
6747
6748 * custom.texi (Minor Modes): Fix typo.
6749 (Easy Customization): Fix menu style.
6750 (Variables): Add xref.
6751 (Examining): Setting for future sessions works through .emacs.
6752 (Keymaps): "Text terminals", not "Many".
6753 (Init Rebinding): Explain \C-. Show example of \M-.
6754 Fix minor wording errors.
6755 (Function Keys): Explain vector syntax just once.
6756 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6757 (Init File): Mention .emacs.d directory.
6758 (Init Examples): Add xref.
6759 (Find Init): Mention .emacs.d directory.
6760
6761 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6762 (Action Arguments): Explain which kinds of -l args are found how.
6763 (Initial Options): --batch does not inhibit site-start.
6764 Add xrefs.
6765 (Command Example): Use --batch, not -batch.
6766
6767 * basic.texi (Inserting Text): Cleanup wording.
6768 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6769 C-n is not error at end of buffer.
6770 (Undo): Doc C-/ like C-_. Add xrefs.
6771 (Arguments): META key may be labeled ALT.
6772 Peculiar arg meanings are explained in doc strings.
6773
6774 * abbrevs.texi (Expanding Abbrevs): Clarify.
6775
67762005-02-05 Eli Zaretskii <eliz@gnu.org>
6777
6778 * frames.texi (Frame Parameters): Add an xref to the description
6779 of list-colors-display. Add a pointer to the X docs about colors.
6780
6781 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6782 Improve docs of list-colors-display.
8cf51b2c
GM
6783
67842005-02-03 Lute Kamstra <lute@gnu.org>
6785
6786 * frames.texi (Frames, Drag and Drop): Fix typos.
6787
67882005-02-03 Richard M. Stallman <rms@gnu.org>
6789
6790 * windows.texi (Basic Window): Mention color-change in mode line.
6791 (Change Window): Explain dragging vertical boundaries.
6792
6793 * text.texi (Sentences): Clarify.
6794 (Paragraphs): Explain M-a and blank lines.
6795 (Outline Mode): Clarify text and menu.
6796 (Hard and Soft Newlines): Mention use-hard-newlines.
6797
6798 * frames.texi (Frames): Delete unnecessary mention of Windows.
6799 (Mouse Commands): Likewise. Mention xterm mouse support.
6800 (Clipboard): Clarify.
6801 (Mouse References): Mention use of Mouse-1 for following links.
6802 (Menu Mouse Clicks): Clarify.
6803 (Mode Line Mouse): Clarify.
6804 (Drag and Drop): Rewrite.
6805
6806 * fixit.texi (Spelling): Fix typo.
6807
6808 * files.texi (File Names): Clarify.
6809 (Visiting): Update conditions for use of file dialog. Clarify.
6810 (Saving): Doc d as answer in save-some-buffers.
6811 (Remote Files): Clean up the text.
6812
6813 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6814
6815 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6816 (List Buffers): Clarify.
6817 (Several Buffers): Doc T command.
6818 (Buffer Convenience): Clarify menu.
6819
6820 * basic.texi (Undo): Clarify last change.
6821
68222005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6823
6824 * fixit.texi (Spelling): Fix typo.
6825
68262005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * basic.texi (Undo): Update description of `undo-outer-limit'.
6829
68302005-02-01 Nick Roberts <nickrob@snap.net.nz>
6831
6832 * building.texi: Update documentation relating to GDB Graphical
6833 Interface.
6834
68352005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * custom.texi (Easy Customization): Adapt menu to node name change.
6838
68392005-01-30 Richard M. Stallman <rms@gnu.org>
6840
6841 * custom.texi (Easy Customization): Defn of "User Option" now
6842 includes faces. Don't say just "option" when talking about variables.
6843 Do say just "options" to mean "anything customizable".
6844 (Specific Customization): Describe `customize-variable',
6845 not `customize-option'.
6846
6847 * glossary.texi (Glossary) <Faces>: Add xref.
6848 <User Option>: Change definition--include faces. Change xref.
6849
6850 * picture.texi (Picture): Mention artist.el.
6851
6852 * sending.texi, screen.texi, programs.texi, misc.texi:
6853 * mini.texi, major.texi, maintaining.texi, macos.texi:
6854 * help.texi, frames.texi, files.texi:
6855 Don't say just "option" when talking about variables.
6856
6857 * display.texi, mule.texi: Don't say just "option" when talking
6858 about variables. Other minor cleanups.
6859
8cf51b2c
GM
68602005-01-26 Lute Kamstra <lute@gnu.org>
6861
6862 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6863 File'. Mention the `-Q' option at the `--no-site-file' option.
6864
8cf51b2c
GM
68652005-01-22 David Kastrup <dak@gnu.org>
6866
6867 * building.texi (Grep Searching): Mention alias `find-grep' for
6868 `grep-find'.
6869
68702005-01-20 Richard M. Stallman <rms@gnu.org>
6871
6872 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6873
8cf51b2c
GM
68742005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6875
6876 * rmail.texi (Movemail): Explain differences
6877 between standard and mailutils versions of movemail.
6878 Describe command line and configuration options introduced
6879 with the latter.
6880 Explain the notion of mailbox URL, provide examples and
6881 cross-references to mailutils documentation.
6882 Describe various methods of specifying mailbox names,
6883 user names and user passwords for rmail.
1c6c854e
CS
6884 (Remote Mailboxes): New section.
6885 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6886 options used to control its behavior.
6887 (Other Mailbox Formats): Explain handling of various mailbox
6888 formats.
6889
68902005-01-13 Richard M. Stallman <rms@gnu.org>
6891
6892 * commands.texi (Commands): Clarification.
6893
68942005-01-11 Richard M. Stallman <rms@gnu.org>
6895
6896 * programs.texi (Multi-line Indent): Fix previous change.
6897 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6898
8cf51b2c
GM
68992005-01-08 Richard M. Stallman <rms@gnu.org>
6900
6901 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6902 lazy-highlight.
6903
6904 * search.texi (Query Replace): Mention faces query-replace
6905 and lazy-highlight.
6906 (Incremental Search): Update isearch highlighting info.
6907
8cf51b2c
GM
69082005-01-04 Richard M. Stallman <rms@gnu.org>
6909
6910 * custom.texi (Saving Customizations): Minor improvement.
6911
8cf51b2c
GM
69122005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6913
6914 * custom.texi (Saving Customizations): Emacs no longer loads
6915 `custom-file' after .emacs. No longer mention customizing through
6916 Custom.
6917
8cf51b2c
GM
69182005-01-01 Andreas Schwab <schwab@suse.de>
6919
6920 * killing.texi (Graphical Kill): Move up under node Killing,
6921 change @section to @subsection.
6922
69232005-01-01 Richard M. Stallman <rms@gnu.org>
6924
6925 * custom.texi (Face Customization): Mention hex color specs.
6926
6927 * emacs.texi (Top): Update Killing submenu.
6928
6929 * killing.texi (Killing): Reorganize section.
6930 No more TeX-only text; put the node command at start of chapter.
6931 But the first section heading is used only in TeX.
6932 Rewrite the text to read better in this mode.
6933 (Graphical Kill): New subnode gets some of the text that
6934 used to be in the first section.
6935
69362004-12-31 Richard M. Stallman <rms@gnu.org>
6937
6938 * dired.texi (Shell Commands in Dired): Delete the ? example.
6939
6940 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6941
6942 * files.texi (Saving): Describe new require-final-newline features
6943 and mode-require-final-newline.
6944
8cf51b2c
GM
69452004-12-29 Richard M. Stallman <rms@gnu.org>
6946
6947 * custom.texi (File Variables): Clarify previous change.
6948
c8763fb6 69492004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6950
6951 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6952 out now.
6953
69542004-12-27 Richard M. Stallman <rms@gnu.org>
6955
6956 * Makefile.in (MAKEINFO): Specify --force.
6957
6958 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6959 (Undo): Doc undo-outer-limit.
6960
8cf51b2c
GM
69612004-12-15 Juri Linkov <juri@jurta.org>
6962
6963 * mark.texi (Transient Mark, Mark Ring): M-< and other
6964 movement commands don't set mark in Transient Mark mode
6965 if mark is active.
6966
8cf51b2c
GM
69672004-12-12 Juri Linkov <juri@jurta.org>
6968
6969 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6970 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6971
6972 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6973 (Misc Dired Commands): Add @r{(Dired)} to w.
6974
69752004-12-12 Juri Linkov <juri@jurta.org>
6976
6977 * mark.texi (Marking Objects): Marking commands also extend the
6978 region when mark is active in Transient Mark mode.
6979
8cf51b2c
GM
69802004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6981
6982 * custom.texi (Saving Customizations): Emacs only loads the custom
6983 file automatically after the init file in version 22.1 or later.
6984 Adapt text and examples to this fact.
6985
8cf51b2c
GM
69862004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6989 be set through Custom. Otherwise, it has no effect.
6990
8cf51b2c
GM
69912004-12-05 Richard M. Stallman <rms@gnu.org>
6992
6993 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6994 * entering.texi: Rename Command Line to Emacs Invocation.
6995
10d1d0af 6996 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6997
6998 * custom.texi (Easy Customization): Move up to section level,
6999 before Variables. Avoid using the term "variable"; say "option".
7000 New initial explanation.
7001 (Variables): In initial explanation, connect "variable" to the
7002 already-explained "user option".
7003
7004 * emacs.texi (Top): Fix ref to Command Line.
7005 Move reference to Easy Customization.
7006
7007 * xresources.texi (X Resources): Fix From link.
7008
7009 * doclicense.texi (GNU Free Documentation License): Fix To link.
7010
7011 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7012
7013 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7014
70152004-12-03 Richard M. Stallman <rms@gnu.org>
7016
7017 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7018
70192004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * kmacro.texi: Several small changes in addition to the following.
7022 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7023 defining a keyboard macro.
7024 Mention `kmacro-ring-max'.
7025 (Keyboard Macro Counter): Clarify description of
7026 `kmacro-insert-counter', `kmacro-set-counter',
7027 `kmacro-add-counter' and `kmacro-set-format'.
7028
70292004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7030
7031 * custom.texi (File Variables): Add `unibyte' and make it more
7032 clear that `unibyte' and `coding' are special. Suggested by Simon
7033 Krahnke <overlord@gmx.li>.
7034
7035 * mule.texi (Enabling Multibyte): Refer to File Variables.
7036 Suggested by Simon Krahnke <overlord@gmx.li>.
7037
c8763fb6 70382004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7039
7040 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7041 x-use-old-gtk-file-dialog.
7042
8cf51b2c
GM
70432004-11-20 Richard M. Stallman <rms@gnu.org>
7044
7045 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7046
70472004-11-09 Lars Brinkhoff <lars@nocrew.org>
7048
7049 * building.texi (Lisp Eval): Delete hyphen in section name.
7050
70512004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7052
7053 * files.texi (Old Versions):
7054 No longer document annotation as "CVS only".
7055
70562004-11-10 Andre Spiegel <spiegel@gnu.org>
7057
7058 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7059 version systems, mentioning the new ones that we support.
7060 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7061 suggestions.
7062
c8763fb6 70632004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7064
49823426 7065 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7066
c8763fb6 70672004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7068
7069 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7070
70712004-10-23 Eli Zaretskii <eliz@gnu.org>
7072
7073 * text.texi (Text Based Tables, Table Definition)
7074 (Table Creation, Table Recognition, Cell Commands)
7075 (Cell Justification, Row Commands, Column Commands)
7076 (Fixed Width Mode, Table Conversion, Measuring Tables)
7077 (Table Misc): New nodes, documenting the Table Mode.
7078
8cf51b2c
GM
70792004-10-19 Jason Rumney <jasonr@gnu.org>
7080
7081 * makefile.w32-in (info): Change order of arguments to makeinfo.
7082
70832004-10-19 Ulf Jasper <ulf.jasper@web.de>
7084
7085 * calendar.texi (iCalendar): Update for package changes.
7086
8cf51b2c
GM
70872004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * files.texi (Misc File Ops): View mode is a minor mode.
7090
8cf51b2c
GM
70912004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7092
7093 * calendar.texi (iCalendar): Style changes.
7094
70952004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * search.texi (Regexps): The regexp described in the example is no
7098 longer stored in the variable `sentence-end'.
7099
8cf51b2c
GM
71002004-10-06 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * building.texi (Starting GUD): Note that multiple debugging
7103 sessions requires `gdb --fullname'.
7104
71052004-10-05 Ulf Jasper <ulf.jasper@web.de>
7106
7107 * calendar.texi (iCalendar): New section for a new package.
7108
8cf51b2c
GM
71092004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * text.texi: Various small changes in addition to the following.
7112 (Text): Replace xref for autotype with inforef.
7113 (Sentences): Explain nil value for `sentence-end'.
7114 (Paragraphs): Update default values for `paragraph-start' and
7115 `paragraph-separate'.
7116 (Text Mode): Correct description of Text mode's effect on the
7117 syntax table.
7118 (Outline Visibility): `hide-other' does not hide top level headings.
7119 `selective-display-ellipses' no longer has an effect on Outline mode.
7120 (TeX Misc): Add missing @cindex.
7121 Replace xref for RefTeX with inforef.
7122 (Requesting Formatted Text): The variable
7123 `enriched-fill-after-visiting' no longer exists.
7124 (Editing Format Info): Update names of menu items and commands.
7125 (Format Faces): Mention special effect of specifying the default face.
7126 Describe inheritance of text properties.
7127 Correct description of `fixed' face.
7128 (Format Indentation): Correct description of effect of setting
7129 margins. Mention `set-left-margin' and `set-right-margin'.
7130 (Format Justification): Update names of menu items.
7131 `set-justification-full' is now bound to `M-j b'.
7132 Mention that `default-justification' is a per buffer variable.
7133 (Format Properties): Update name of menu item.
7134 (Forcing Enriched Mode): `format-decode-buffer' automatically
7135 turns on Enriched mode if the buffer is in text/enriched format.
7136
71372004-10-05 Emilio C. Lopes <eclig@gmx.net>
7138
7139 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7140
71412004-09-28 Kim F. Storm <storm@cua.dk>
7142
7143 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7144 Align with new functionality.
7145
8cf51b2c
GM
71462004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7147
7148 * display.texi (Display Custom): Remove stray `@end defvar'.
7149
71502004-09-23 Kim F. Storm <storm@cua.dk>
7151
7152 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7153 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7154
8cf51b2c
GM
71552004-09-20 Richard M. Stallman <rms@gnu.org>
7156
7157 * custom.texi (Hooks): Explain using setq to clear out a hook.
7158 (File Variables): Explain multiline string constants.
7159 (Non-ASCII Rebinding): Explain when you need to update
7160 non-ASCII char codes in .emacs.
7161
7162 * building.texi (Compilation): Explain how to make a silent
7163 subprocess that won't be terminated. Explain compilation-environment.
7164
71652004-09-13 Kim F. Storm <storm@cua.dk>
7166
7167 * mini.texi (Repetition): Rename isearch-resume-enabled to
7168 isearch-resume-in-command-history and change default to disabled.
7169
8cf51b2c
GM
71702004-09-09 Kim F. Storm <storm@cua.dk>
7171
7172 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7173 with new `kmacro-name-last-macro'.
7174
8cf51b2c
GM
71752004-09-08 Juri Linkov <juri@jurta.org>
7176
7177 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7178
8cf51b2c
GM
71792004-09-03 Juri Linkov <juri@jurta.org>
7180
7181 * search.texi (Incremental Search): Update wording for M-%.
7182
71832004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7184
7185 * killing.texi (Killing): Correct description of kill commands in
7186 read-only buffer.
7187
71882004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7189
7190 * building.texi (Compilation Mode): Add a paragraph about rules
7191 for finding the compilation buffer for `next-error'.
7192
7193 * search.texi (Other Repeating Search): Mention that Occur mode
7194 supports the next-error functionality.
7195
71962004-09-02 Juri Linkov <juri@jurta.org>
7197
7198 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7199
72002004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7201
7202 * kmacro.texi (Basic Keyboard Macro):
7203 `apply-macro-to-region-lines' now operates on all lines that begin
7204 in the region, rather than on all complete lines in the region.
7205
c8763fb6 72062004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7207
7208 * frames.texi (Drag and drop): Add documentation about
7209 x-dnd-test-function and x-dnd-known-types.
7210
72112004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * indent.texi: Various minor changes in addition to:
7214 (Indentation Commands): Correct description of `indent-relative'.
7215 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7216 mode. The *Tab Stops* buffer uses Overwrite Mode.
7217 (Just Spaces): `tabify' converts sequences of at least two spaces
7218 to tabs.
7219
8cf51b2c
GM
72202004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7221
7222 * frames.texi (Secondary Selection): Setting the secondary
7223 selection with M-Drag-Mouse-1 does not alter the kill ring,
7224 setting it with M-Mouse-1 and M-Mouse-3 does.
7225 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7226 toolkit scroll bars.
7227 (Scroll Bars): Ditto.
7228
7229 * windows.texi (Basic Window): When using a window system, the value
7230 of point in a non-selected window is indicated by a hollow box.
7231 (Split Window): Side by side windows are separated by a scroll bar,
7232 if scroll bars are used.
7233 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7234 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7235 (Window Convenience): Update bindings for `winner-undo' and
7236 `winner-redo'.
7237
7238 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7239 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7240 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7241 of "Using Emacs as a Server".
7242 * building.texi (Building): Interchange nodes (for correct numbering).
7243 * programs.texi (Programs): Interchange nodes (for correct numbering).
7244 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7245 Info to the node structure.
7246 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7247 Rearrange order of nodes and sections such that both "GNU GENERAL
7248 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7249 end, as appropriate for appendices.
7250 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7251 Use `@unnumberedsec'.
7252 * trouble.texi: Adapt sectioning in Info to the node structure.
7253 Adapt node pointers to change in emacs.texi.
7254 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7255
8cf51b2c
GM
72562004-08-25 Kenichi Handa <handa@m17n.org>
7257
7258 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7259 description for unibyte mode.
7260
72612004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7262
7263 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7264
7265 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7266 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7267 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7268 in @pxref.
7269
72702004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7273 Change section names.
7274
8cf51b2c
GM
72752004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7276
7277 * kmacro.texi (Keyboard Macro Ring): Rename section.
7278 Emacs treats the head of the macro ring as the `last keyboard macro'.
7279 (Keyboard Macro Counter): Minor change.
7280 (Save Keyboard Macro): Some clarifications.
7281 (Edit Keyboard Macro): Rename section.
7282
7283 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7284 32-bit machines.
7285 (Several Buffers): Clarify which buffer is selected if `2' is
7286 pressed in the Buffer Menu.
7287 Auto Revert mode can be used to update the Buffer Menu
7288 automatically.
7289
72902004-08-21 Eli Zaretskii <eliz@gnu.org>
7291
7292 * help.texi (Misc Help): Add an index entry for finding an Info
7293 manual by its file name.
7294
72952004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * files.texi (Backup Deletion): Correct description of
7298 `delete-old-versions'.
7299 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7300 (Auto Save Files): Recommend `auto-save-mode' to reenable
7301 auto-saving, rather than the abbreviation `auto-save'.
7302
73032004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7306 for "killing" and "yanking" in main menu.
7307
73082004-08-16 Richard M. Stallman <rms@gnu.org>
7309
7310 * killing.texi (Yanking, Killing): Minor cleanups.
7311
7312 * mark.texi (Momentary Mark): Minor cleanups.
7313
73142004-08-15 Kenichi Handa <handa@etl.go.jp>
7315
7316 * custom.texi (Non-ASCII Rebinding):
7317 C-q always inserts the right code to pass to global-set-key.
7318
8cf51b2c
GM
73192004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7320
7321 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7322 `insert-register', instead of `C-x r g' binding, for consistency.
7323
73242004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * fixit.texi (Spelling): Fix typo.
7327
73282004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * help.texi (Help): Fix Texinfo usage.
7331
8cf51b2c
GM
73322004-07-24 Richard M. Stallman <rms@gnu.org>
7333
7334 * text.texi (Paragraphs): Update how paragraphs are separated
7335 and the default for paragraph-separate.
7336
7337 * search.texi (Regexp Replace): Further update text for new
7338 replacement operators.
7339
8cf51b2c
GM
73402004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7341
7342 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7343 `R' switch.
7344
7345 * dired.texi (Dired Updating): `k' only deletes inserted
7346 subdirectories from the Dired buffer if a prefix argument was given.
7347
7348 * search.texi (Regexps): Delete redundant definition of `symbol' in
7349 description of `\_>'. It already occurs in the description of `\_<'.
7350
8cf51b2c
GM
73512004-07-01 Juri Linkov <juri@jurta.org>
7352
7353 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7354 (Regexp Search): Add M-r.
7355
73562004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7357
7358 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7359
73602004-06-29 Jesper Harder <harder@ifa.au.dk>
7361
49823426 7362 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7363
73642004-06-25 Richard M. Stallman <rms@gnu.org>
7365
7366 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7367
73682004-06-25 David Kastrup <dak@gnu.org>
7369
7370 * search.texi (Regexp Replace): Some typo corrections and
7371 rearrangement.
7372
73732004-06-24 David Kastrup <dak@gnu.org>
7374
7375 * search.texi (Unconditional Replace): Use replace-string instead
7376 of query-replace in example.
7377 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7378 sequences.
7379 (Query Replace): Correct explanation of `^' which does not use
7380 the mark stack.
7381
73822004-06-21 Nick Roberts <nickrob@gnu.org>
7383
7384 * misc.texi (Shell History Copying): Document comint-insert-input.
7385 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7386
8cf51b2c
GM
73872004-06-20 Jesper Harder <harder@ifa.au.dk>
7388
7389 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7390 * custom.texi (Customization): Do.
7391 * anti.texi (Antinews): Do.
7392 * abbrevs.texi (Defining Abbrevs): Do.
7393
7394 * programs.texi (Info Lookup): Fix keybinding for
7395 info-lookup-symbol.
7396
73972004-06-16 Juanma Barranquero <lektu@terra.es>
7398
7399 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7400 Add emacs-xtra.
7401 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7402 (clean): Add emacs-xtra and flymake. Remove redundancies.
7403
74042004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7407 Add emacs-xtra.
7408 * emacs-xtra.texi: New file.
7409
74102004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7413 (Dired and Find): Mention differences with ordinary Dired buffers.
7414
8cf51b2c
GM
74152004-06-13 Richard M. Stallman <rms@gnu.org>
7416
7417 * custom.texi (Init Syntax): Explain about vars that do special
7418 things when set with setq or with Custom.
7419 (Init Examples): Add line-number-mode example.
7420
8cf51b2c
GM
74212004-06-12 Juri Linkov <juri@jurta.org>
7422
7423 * dired.texi (Operating on Files): Add dired-do-touch.
7424
8cf51b2c
GM
74252004-06-10 Juri Linkov <juri@jurta.org>
7426
7427 * building.texi (Lisp Eval): Add C-M-x on defface.
7428
74292004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * files.texi (Reverting): Auto-Revert mode and
7432 Global Auto-Revert mode no longer revert remote files.
7433
8cf51b2c
GM
74342004-05-29 Richard M. Stallman <rms@gnu.org>
7435
7436 * custom.texi (Init File): Two dashes start --no-site-file.
7437
8cf51b2c
GM
74382004-05-29 Alan Mackenzie <acm@muc.de>
7439
7440 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7441 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7442 (AWK, Pike): Document as "C-like modes".
7443 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7444 (M-x man): Supersedes M-x manual-entry.
7445 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7446
7447 ("Comments in C"): Delete node; the info is in CC Mode manual.
7448 (c-comment-only-line-offset): Remove description.
7449
7450 (C-c ., C-c C-c): Describe new C Mode bindings.
7451
7452 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7453 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7454 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7455 Amend definitions.
7456
7457 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7458 Describe functions.
7459
7460 (c-comment-start-regexp, c-hanging-comment-ender-p)
7461 (c-hanging-comment-starter-p): Remove obsolete definitions.
7462
7463 * emacs.texi: Remove the menu entry "Comments in C".
7464
8cf51b2c
GM
74652004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7468 `M-x locate'.
7469
74702004-05-16 Karl Berry <karl@gnu.org>
7471
7472 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7473 makeinfo --html fails.
7474 * help.texi (Help Summary) [@ifnottex]: Likewise.
7475
74762004-05-13 Nick Roberts <nickrob@gnu.org>
7477
7478 * building.texi (GDB Graphical Interface): Update and describe
7479 layout first.
7480
8cf51b2c
GM
74812004-05-04 Jason Rumney <jasonr@gnu.org>
7482
7483 * makefile.w32-in: Revert last change.
7484
74852004-05-03 Jason Rumney <jasonr@gnu.org>
7486
7487 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7488
8cf51b2c
GM
74892004-04-23 Juanma Barranquero <lektu@terra.es>
7490
7491 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7492
74932004-04-18 Juri Linkov <juri@jurta.org>
7494
7495 * fixit.texi (Spelling): Remove file extension from ispell xref.
7496
74972004-04-15 Kim F. Storm <storm@cua.dk>
7498
7499 * cmdargs.texi (Initial Options): Add -Q.
7500
75012004-04-05 Kim F. Storm <storm@cua.dk>
7502
7503 * custom.texi (File Variables): Add safe-local-eval-forms.
7504
8cf51b2c
GM
75052004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7506
7507 * files.texi (Reverting): Correct description of revert-buffer's
7508 handling of point.
7509
75102004-03-22 Juri Linkov <juri@jurta.org>
7511
7512 * emacs.texi (Top): Add `Misc X'.
7513
49823426 7514 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7515
7516 * glossary.texi: Improve references.
7517
7518 * help.texi: Sync keywords with finder.el.
7519
7520 * mini.texi (Completion): Add description for menu items.
7521
7522 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7523
7524 * sending.texi (Mail Methods): Fix xref to Message manual.
7525
8cf51b2c
GM
75262004-03-12 Richard M. Stallman <rms@gnu.org>
7527
8cf51b2c
GM
7528 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7529
8cf51b2c
GM
75302004-03-04 Richard M. Stallman <rms@gnu.org>
7531
7532 * search.texi (Regexps): Explain that ^ and $ have their
7533 special meanings only in certain contexts.
7534
7535 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7536
7537 * mule.texi (Specify Coding): Doc C-x RET F.
7538
7539 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7540 for multiple compile and grep buffers.
7541 (Indirect Buffers): Don't recommand clone-indirect-buffer
7542 for multiple compile and grep buffers.
7543
8cf51b2c
GM
75442004-02-29 Juanma Barranquero <lektu@terra.es>
7545
7546 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7547 Use $(DEL) instead of rm, and ignore exit code.
7548
8cf51b2c
GM
75492004-02-23 Nick Roberts <nick@nick.uklinux.net>
7550
7551 * building.texi (Watch Expressions): Update.
7552
75532004-02-21 Juri Linkov <juri@jurta.org>
7554
1c6c854e
CS
7555 * cmdargs.texi (Action Arguments): Add alias --find-file.
7556 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7557 to Command Arguments.
7558 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7559 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7560 (Window Size X): Join -g and --geometry. Add @cindex.
7561 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7562 (Title X): Remove alias -title.
7563 (Misc X): New node.
7564
c8763fb6 75652004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7566
7567 * frames.texi (Drag and drop): Add Motif to list of supported
7568 protocols.
7569
c8763fb6 75702004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7571
7572 * frames.texi (Drag and drop): New section.
7573
75742004-01-24 Richard M. Stallman <rms@gnu.org>
7575
1c6c854e 7576 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7577 Include it only @ifnotinfo. Patch the preceding and following
7578 node headers to point to each other.
7579
75802004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7581
7582 * calendar.texi (Appointments): Update section.
7583
75842003-12-29 Kevin Ryde <user42@zip.com.au>
7585
8cf51b2c
GM
7586 * programs.texi (C Modes): Fix the xref.
7587
75882003-12-23 Nick Roberts <nick@nick.uklinux.net>
7589
7590 * building.texi (Watch Expressions): Update.
7591 (Commands of GUD): Include use of toolbar + breakpoints set from
7592 fringe/margin.
7593
75942003-12-03 Andre Spiegel <spiegel@gnu.org>
7595
7596 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7597 <acm@muc.de>.
7598
c8763fb6 75992003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7600
7601 * frames.texi (Dialog Boxes): Add use-file-dialog.
7602
8cf51b2c
GM
76032003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7604
7605 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7606 in CC Mode.
7607
8cf51b2c
GM
76082003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7609
7610 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7611 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7612 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7613 * man/frames.texi, man/glossary.texi, man/killing.texi:
7614 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7615 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7616 * man/sending.texi, man/text.texi, man/trouble.texi:
7617 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7618
76192003-11-01 Alan Mackenzie <acm@muc.de>
7620
7621 * search.texi (Scrolling During Incremental Search): Document a
7622 new scrolling facility in isearch mode.
7623
8cf51b2c
GM
76242003-10-22 Miles Bader <miles@gnu.org>
7625
7626 * Makefile.in (info): Move before $(top_srcdir)/info.
7627
76282003-10-22 Nick Roberts <nick@nick.uklinux.net>
7629
7630 * building.texi (Watch Expressions): Update section on data display
7631 to reflect code changes (GDB Graphical Interface).
7632
8cf51b2c
GM
76332003-10-13 Richard M. Stallman <rms@gnu.org>
7634
7635 * xresources.texi (GTK resources): Clean up previous change.
7636
c8763fb6 76372003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7638
7639 * xresources.texi (GTK resources): Add a note that some themes
7640 disallow customizations. Add scroll theme example.
7641
8cf51b2c
GM
76422003-09-30 Richard M. Stallman <rms@gnu.org>
7643
8cf51b2c
GM
7644 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7645
7646 * misc.texi (Saving Emacs Sessions): Shorten the section,
7647 collapsing back into one node.
7648
76492003-09-30 Lars Hansen <larsh@math.ku.dk>
7650
7651 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7652
ce058493 76532003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7654
7655 * xresources.texi (GTK names in Emacs): Correct typo.
7656
8cf51b2c
GM
76572003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7658
1c6c854e
CS
7659 * cmdargs.texi (Font X): Mention new default font.
7660 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7661 problems involved. (Result of discussion on emacs-devel.)
7662
76632003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7664
7665 * emacs.texi (Acknowledgements): Correct typo.
7666
76672003-09-22 Richard M. Stallman <rms@gnu.org>
7668
7669 * dired.texi (Misc Dired Commands): New node.
7670 (Dired Navigation): Add dired-goto-file.
7671
7672 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7673
7674 * emacs.texi (Acknowledgements): New node, split from Distribution.
7675
7676 * cmdargs.texi (Action Arguments): -f reads interactive args.
7677
8cf51b2c
GM
76782003-09-08 Lute Kamstra <lute@gnu.org>
7679
7680 * screen.texi (Mode Line): Say that POS comes before LINE.
7681 Mention `size-indication-mode'.
1c6c854e
CS
7682 * display.texi (Optional Mode Line):
7683 Document `size-indication-mode'.
8cf51b2c
GM
7684 * basic.texi (Position Info): Mention `size-indication-mode'.
7685
76862003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7687
7688 * xresources.texi (Resources): Refer to `editres' man page.
7689 (Lucid Resources): Update defaults. Expand description of
7690 `shadowThickness'.
7691
76922003-09-04 Miles Bader <miles@gnu.org>
7693
7694 * Makefile.in (top_srcdir): New variable.
7695 ($(top_srcdir)/info): New rule.
7696 (info): Depend on it.
7697
76982003-09-03 Peter Runestig <peter@runestig.com>
7699
7700 * makefile.w32-in: New file.
7701
77022003-08-29 Richard M. Stallman <rms@gnu.org>
7703
7704 * misc.texi (Saving Emacs Sessions): Correct previous change.
7705
8cf51b2c
GM
77062003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7707
8cf51b2c
GM
7708 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7709 (Intro): Include kmacro.texi after fixit.texi instead of after
7710 custom.texi. (As suggested by Kim Storm.)
7711
77122003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7713
7714 * fixit.texi (Fixit): Update `Next' pointer.
7715 * files.texi (Files): Update `Previous' pointer.
7716 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7717 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7718 (Suggested by Kim Storm.)
7719 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7720
77212003-08-18 Kim F. Storm <storm@cua.dk>
7722
7723 * kmacro.texi: New file describing enhanced keyboard macro
7724 functionality. Replaces old description in custom.texi.
7725
7726 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7727 (Keyboard Macros): Move to new kmacro.texi file.
7728
7729 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7730
8cf51b2c
GM
77312003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7732
7733 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7734
77352003-08-17 Alex Schroeder <alex@gnu.org>
7736
7737 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7738 required.
7739
8cf51b2c
GM
77402003-08-05 Richard M. Stallman <rms@gnu.org>
7741
7742 * programs.texi (Lisp Indent): Don't describe
7743 lisp-indent-function property here. Use xref to Lisp Manual.
7744
8cf51b2c
GM
77452003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7746
fffa137c 7747 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7748 abbreviations.
7749
77502003-07-24 Markus Rost <rost@math.ohio-state.edu>
7751
7752 * buffers.texi (List Buffers): Fix previous change.
7753
8cf51b2c
GM
77542003-07-13 Markus Rost <rost@math.ohio-state.edu>
7755
7756 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7757 List*.
7758
77592003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7760
8cf51b2c
GM
7761 * display.texi (Font Lock): Fix typo.
7762
77632003-07-07 Richard M. Stallman <rms@gnu.org>
7764
7765 * display.texi (Font Lock): Add xref for format info on
7766 font-lock-remove-keywords.
7767
7768 * building.texi (Compilation): Document what happens with asynch
7769 children of compiler process.
7770
7771 * help.texi (Library Keywords): Use @multitable.
7772
8cf51b2c
GM
77732003-06-04 Richard M. Stallman <rms@gnu.org>
7774
7775 * programs.texi (Expressions): Delete C-M-DEL.
7776
7777 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7778 comint-move-point-for-output renamed from
7779 comint-scroll-to-bottom-on-output.
7780
7781 * custom.texi (Init Rebinding): Replace previous change with xref.
7782 (Non-ASCII Rebinding): Explain that issue more briefly here.
7783
77842003-05-28 Richard M. Stallman <rms@gnu.org>
7785
7786 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7787
77882003-05-28 Nick Roberts <nick@nick.uklinux.net>
7789
7790 * building.texi (GDB Graphical Interface): New node.
7791 (Rewritten somewhat by RMS.)
7792
c8763fb6 77932003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7794
7795 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7796 non-English letters. Explain how to set coding systems correctly
7797 and how to include the right coding cookie in the file.
7798
c8763fb6 77992003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7800
7801 * indent.texi (Indentation): Explain the concepts.
7802 (Just Spaces): Explain why preventing tabs for indentation might
7803 be useful.
7804
8cf51b2c
GM
78052003-04-16 Richard M. Stallman <rms@gnu.org>
7806
7807 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7808
8cf51b2c
GM
78092003-02-22 Alex Schroeder <alex@emacswiki.org>
7810
7811 * cmdargs.texi (General Variables): Document SMTPSERVER.
7812
8cf51b2c
GM
7813 * sending.texi: Remove SMTP node.
7814 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7815 library.
7816
8cf51b2c
GM
78172003-02-22 Alex Schroeder <alex@emacswiki.org>
7818
7819 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7820
78212003-02-22 Simon Josefsson <jas@extundo.com>
7822
7823 * sending.texi (Mail Methods): Add node about SMTP.
7824
c8763fb6 78252003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7826
7827 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7828
8cf51b2c
GM
78292003-02-01 Kevin Ryde <user42@zip.com.au>
7830
7831 * glossary.texi (Glossary): Correction to cl cross reference.
7832
78332003-01-20 Richard M. Stallman <rms@gnu.org>
7834
7835 * killing.texi (Rectangles): Document C-x c r.
7836
c8763fb6 78372003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7838
7839 * xresources.texi (GTK resources): New node.
7840 (GTK widget names): New node.
7841 (GTK names in Emacs): New node.
7842 (GTK styles): New node.
7843
c8763fb6 78442003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7845
7846 * maintaining.texi (Create Tags Table): Add reference to the new
7847 `etags --help --lang=LANG' option.
7848
8cf51b2c
GM
78492002-10-02 Karl Berry <karl@gnu.org>
7850
49823426 7851 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7852 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7853 where needed for the sake of the HTML output.
8cf51b2c
GM
7854
78552001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7856
7857 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7858 source files.
7859
78602001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7861
7862 * Makefile.in (emacsman): New target.
7863
8cf51b2c
GM
78642001-10-20 Gerd Moellmann <gerd@gnu.org>
7865
7866 * (Version 21.1 released.)
7867
78682001-10-05 Gerd Moellmann <gerd@gnu.org>
7869
7870 * Branch for 21.1.
7871
8cf51b2c
GM
78722001-03-05 Gerd Moellmann <gerd@gnu.org>
7873
7874 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7875
8cf51b2c
GM
78762000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7877
7878 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7879
8cf51b2c
GM
78801999-07-12 Richard Stallman <rms@gnu.org>
7881
7882 * Version 20.4 released.
7883
78841998-12-04 Markus Rost <rost@delysid.gnu.org>
7885
7886 * Makefile.in (INFO_TARGETS): Delete customize.info.
7887 (DVI_TARGETS): Delete customize.dvi.
7888 (../info/customize, customize.dvi): Targets deleted.
7889
78901998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7891
7892 * Version 20.3 released.
7893
78941998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7895
7896 * Makefile.in (EMACSSOURCES): Add mule.texi.
7897 Add msdog.texi, ack.texi. Remove gnu1.texi.
7898
78991998-04-06 Andreas Schwab <schwab@gnu.org>
7900
768c0c0f
JB
7901 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7902 Use it in dvi targets.
8cf51b2c
GM
7903
79041997-09-23 Paul Eggert <eggert@twinsun.com>
7905
7906 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7907 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7908 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7909
79101997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7911
7912 * Version 20.2 released.
7913
79141997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7915
7916 * Version 20.1 released.
7917
79181997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7919
7920 * Makefile (../info/customize, customize.dvi): New targets.
7921 (INFO_TARGETS): Add ../info/customize.
7922 (DVI_TARGETS): Add customize.dvi.
7923
8cf51b2c
GM
79241996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7925
7926 * Version 19.33 released.
7927
79281996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7929
7930 * Version 19.32 released.
7931
8cf51b2c
GM
79321996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7933
7934 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7935
79361996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7937
7938 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7939 Specify -I option.
7940 (All dvi targets): Set the TEXINPUTS variable.
7941
79421996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7943
7944 * Version 19.31 released.
7945
8cf51b2c
GM
79461995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7947
7948 * Version 19.30 released.
7949
8cf51b2c
GM
79501995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7951
7952 * Makefile.in (maintainer-clean): Rename from realclean.
7953
79541994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7955
7956 * Makefile.in: New file.
7957 * Makefile: File deleted.
7958
79591994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7960
7961 * Makefile (TEXINDEX_OBJS): Variable deleted.
7962 (texindex, texindex.o, getopt.o): Rules deleted.
7963 All deps on texindex deleted.
7964 (distclean): Don't delete texindex.
7965 (mostlyclean): Don't delete *.o.
7966 * texindex.c, getopt.c: Files deleted.
7967
79681994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7969
7970 * Version 19.26 released.
7971
79721994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7973
7974 * Makefile (EMACSSOURCES): Exclude undo.texi.
7975
79761994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7977
7978 * Version 19.25 released.
7979
79801994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7981
7982 * Version 19.24 released.
7983
79841994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7985
7986 * Version 19.23 released.
7987
79881994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7989
7990 * Makefile: Delete spurious tab.
7991
79921994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7993
7994 * Makefile (.SUFFIXES): New rule.
7995
8cf51b2c
GM
79961993-12-04 Richard Stallman (rms@srarc2)
7997
7998 * getopt.c: New file.
7999 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8000 (getopt.o): New rule.
8001 (dvi): Don't depend on texindex.
49823426 8002 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8003
80041993-12-03 Richard Stallman (rms@srarc2)
8005
49823426
GM
8006 * Makefile (TEXI2DVI): New variable.
8007 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8008 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8009
80101993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8011
8012 * Version 19.22 released.
8013
80141993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8015
8016 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8017
80181993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8019
8020 * Version 19.21 released.
8021
8cf51b2c
GM
80221993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8023
8024 * Makefile (realclean): Don't delete the Info files.
8025
f0131492 80261993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8027
8cf51b2c
GM
8028 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8029 4' where appropriate.
8030
f0131492 80311993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8032
49823426 8033 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8034
8035 * texindex.c: Include "../src/config.h" if building in emacs.
8036
8037 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8038 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8039 Add target to build texindex.c, defining `emacs'.
8040
8cf51b2c
GM
80411993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8042
8043 * Version 19.19 released.
8044
8cf51b2c
GM
80451993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8046
8047 * Version 19.18 released.
8048
80491993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8050
8051 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8052
80531993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8054
8055 * Version 19.17 released.
8056
80571993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8058
8059 * split-man: Fix typos in last change.
8060
80611993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8062
8063 * Version 19.16 released.
8064
80651993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8066
8067 * version 19.15 released.
8068
80691993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8070
8071 * Makefile (distclean): It's rm, not rf.
8072
80731993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8074
8075 * Version 19.14 released.
8076
80771993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8078
8079 * Makefile: New file.
8080
80811993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8082
8083 * Version 19.13 released.
8084
80851993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8086
8087 * Version 19.9 released.
8088
80891993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8090
8091 * Version 19.8 released.
8092
80931993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8094
8095 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8096
8097 * trouble.texi: It's `enable-flow-control-on', not
8098 `evade-flow-control-on'.
8099
81001993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8101
8102 * display.texi: Document standard-display-european.
8103
81041993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8105
8106 * Version 19.7 released.
8107
8108 * emacs.texi: Add a sentence to the top menu mentioning the
8109 specific version of Emacs this manual applies to.
8110
81111993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8112
8113 * basic.texi: Document next-line-add-lines variable used to
8114 implement down-arrow.
8115
8116 * killing.texi: Document kill-whole-line.
8117
81181993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8119
8120 * text.texi: Update unix TeX ordering information.
8121
81221993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8123
8124 * news.texi: Mention fill-rectangle in keybinding list.
8125
8126 * killing.texi: Document fill-rectangle.
8127
81281993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8129
8130 * vc.texi: Bring the docs up to date with VC 5.2.
8131
81321992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8133
8134 * emacs.tex: Mention blackbox and gomoku under Amusements.
8135 Assembler mode is now mentioned and appropriately indexed
8136 under Programming Modes.
8137
81381991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8139
8140 * emacs.tex: Update TeX ordering information.
8141
8cf51b2c
GM
81421990-06-26 David Lawrence (tale@geech)
8143
8144 * emacs.tex: Note that completion-ignored-extensions is not used
8145 to filter out names when all completions are displayed in
8146 *Completions*.
8147
81481990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8149
8150 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8151
81521990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8153
8154 * emacs.tex: Add @findex grep.
8155
8cf51b2c
GM
81561988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8157
8158 * emacs.tex: Correct two typos. No other changes before
8159 Version 19 will be made.
8160
8cf51b2c
GM
81611988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8162
8163 * emacs.tex: Update information for obtaining TeX distribution from the
8164 University of Washington.
8165
8166;; Local Variables:
c8763fb6 8167;; coding: utf-8
8cf51b2c
GM
8168;; End:
8169
95df8112 8170 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8171
8172 This file is part of GNU Emacs.
8173
352c8b4a 8174 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8175 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8176 the Free Software Foundation, either version 3 of the License, or
8177 (at your option) any later version.
8cf51b2c
GM
8178
8179 GNU Emacs is distributed in the hope that it will be useful,
8180 but WITHOUT ANY WARRANTY; without even the implied warranty of
8181 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8182 GNU General Public License for more details.
8183
8184 You should have received a copy of the GNU General Public License
352c8b4a 8185 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.