Have nobreak-char-display handle U+2010 and U+2011.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
80c6d77f
GM
12011-10-18 Glenn Morris <rgm@gnu.org>
2
3 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
4
d366bd53
CY
52011-10-18 Chong Yidong <cyd@gnu.org>
6
7 * display.texi (Faces): Simplify discussion. Move documentation
8 of list-faces-display here, from Standard Faces node. Note
9 special role of `default' background.
10 (Standard Faces): Note special role of `default' background. Note
11 that region face may be taken fom GTK. Add xref to Text Display.
12 (Text Scale): Rename from "Temporary Face Changes". Callers
13 changed. Don't bother documenting variable-pitch-mode.
14 (Font Lock): Copyedits. Remove font-lock-maximum-size.
15 (Useless Whitespace): Simplify description of
16 delete-trailing-whitespace. Note active region case.
17 (Text Display): Fix description of escape-glyph face assignment.
18 Remove unibye mode discussion. Update some parts for Unicode.
19 Move glyphless chars documentation to Lisp manual.
20
21 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
22
21100e7d
CY
232011-10-15 Chong Yidong <cyd@stupidchicken.com>
24
25 * display.texi (Scrolling): Tweak explanation of scroll direction.
26 (View Mode): Add index entries.
27
28 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
29
30 * regs.texi (Text Registers): C-x r i does not activate the mark.
31 (Bookmarks): Document new default bookmark location.
32
50b063c3
CY
332011-10-13 Chong Yidong <cyd@stupidchicken.com>
34
35 * killing.texi (Deletion): Add xref to Using Region. Document
36 delete-forward-char.
37 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
38 description here. Recommend C-u C-SPC for jumping to mark.
39 (Kill Ring): Move kill ring variable documentation here.
40 (Primary Selection): Copyedits.
41 (Rectangles): Document new command rectangle-number-lines.
42 (CUA Bindings): Note that this disables the mark-even-if-inactive
43 behavior for C-x and C-c.
44
45 * mark.texi (Mark): Mention "active region" terminology.
46 (Using Region): Document delete-active-region.
47
e1a3f5b1
CY
482011-10-12 Chong Yidong <cyd@stupidchicken.com>
49
50 * mark.texi (Mark): Clarify description of disabled Transient Mark
51 mode (Bug#9689).
52 (Setting Mark): Document prefix arg for C-x C-x. Document primary
53 selection changes. Mention that commands like C-y set the mark.
54 (Marking Objects): Add xref to Words node. Note that mark-word
55 and mark-sexp also have the "extend region" behavior.
56 (Using Region): Mention M-$ in the table. Document
57 mark-even-if-inactive here instead of in Mark Ring.
58 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
59 note of the "Mark Set" behavior.
60 (Disabled Transient Mark): Rename from "Persistent Mark"
61 (Bug#9688). Callers changed.
62
63 * programs.texi (Expressions):
64 * text.texi (Words): Defer to Marking Objects for mark-word doc.
65
3dc62b2b
CY
662011-10-09 Chong Yidong <cyd@stupidchicken.com>
67
68 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
69 option" terminology.
70 (Key Help): Add command names. Define "documentation string".
71 (Name Help): Remove an over-long joke.
72 (Apropos): Document prefix args. Remove duplicated descriptions.
73 (Help Mode): Add C-c C-b to table. Update TAB binding.
74 (Package Keywords): Rename from "Library by Keyword". Describe
75 new package menu interface.
76 (Help Files, Help Echo): Tweak description.
de09aa52
CY
77
78 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 79 (Minibuffer History): Document numeric args to history commands.
de09aa52 80
2d3fe5d7
EZ
812011-10-08 Eli Zaretskii <eliz@gnu.org>
82
83 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
84
b2b0776e
CY
852011-10-08 Chong Yidong <cyd@stupidchicken.com>
86
87 * basic.texi (Position Info): Omit page commands. Document
88 count-words-region and count-words.
89
90 * text.texi (Pages): Move what-page documentation here.
91
27a16462
CY
922011-10-08 Chong Yidong <cyd@stupidchicken.com>
93
94 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
95 Remote Files node instead of linking directly to the Tramp manual.
96 (Minibuffer Edit): Add xref to Blank Lines.
97 (Completion): Add xref to Symbol Completion. Remove redundant
98 example, which is repeated in the next node.
99 (Completion Commands): Minor clarifications.
100 (Completion Styles): New node, split from Completion Commands.
101 Document substring and initials styles.
102 (Strict Completion): Remove information duplicated in other nodes.
103 (Completion Options): Consolidate case difference discussion here.
104
105 * help.texi (Help Mode): Fix kindex entries.
106
107 * files.texi (File Names): Add index entries.
108
de0bde62
CY
1092011-10-07 Chong Yidong <cyd@stupidchicken.com>
110
111 * basic.texi (Inserting Text): Add xref to Completion. Add
112 ucs-insert example, and document prefix argument.
113 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
114 to left/right. Tweak left-char and right-char descriptions.
115 M-left and M-right are now bound to left-word/right-word.
116 (Erasing): Document delete-forward-char.
117
118 * screen.texi (Screen, Menu Bar): Copyedits.
119 (Point): Remove duplicate paragraph on cursors, also in Screen.
120 (Mode Line): Trailing dashes no longer shown on X displays.
121
122 * frames.texi (Non-Window Terminals): Index just "text-only
123 terminal", which is used throughout the manual now.
124
125 * entering.texi (Entering Emacs): Define "startup screen".
126 Document window-splitting behavior with command-line inputs.
127 (Exiting): Remove obsolete paragraph about shells without suspend
128 functionality.
129
130 * commands.texi (User Input): Define "input event" more clearly.
131 (Keys): Add xref to Echo Area.
132 (Commands): Clarify relation between commands and functions.
133
453e4522
CY
1342011-10-06 Chong Yidong <cyd@stupidchicken.com>
135
136 * misc.texi (emacsclient Options): Document how emacsclient runs
137 the Emacs daemon (Bug#9674).
138
550f41cd
CY
1392011-10-01 Chong Yidong <cyd@stupidchicken.com>
140
141 * basic.texi (Moving Point):
142 * custom.texi (Mouse Buttons):
143 * rmail.texi (Rmail Scrolling):
144 * search.texi (Isearch Scroll):
145
146 * display.texi (Scrolling): Replace scroll-up/down with
147 scroll-up/down-command. Fix scroll-preserve-screen-position
148 description. Document scroll-error-top-bottom.
149
9229fe87
GM
1502011-09-30 Glenn Morris <rgm@gnu.org>
151
152 * commands.texi (Keys): Whitespace fix. (Bug#9635)
153
0a2132ba
CY
1542011-09-24 Chong Yidong <cyd@stupidchicken.com>
155
156 * windows.texi (Pop Up Window): Defer discussion of window
157 splitting to the Window Choice node. Add index entries.
158 (Force Same Window): Node deleted.
159 (Displaying Buffers, Window Choice): New nodes.
160
161 * buffers.texi (Select Buffer): Clarify description of
162 buffer-switching commands. Add xref to Window Display node.
163 Don't repeat confirm-nonexistent-file-or-buffer description from
164 Visiting node. Remove even-window-heights.
165
166 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
167
33ed493b
CY
1682011-09-18 Chong Yidong <cyd@stupidchicken.com>
169
170 * cmdargs.texi (Icons X): Fix description of Emacs icon.
171
172 * xresources.texi (Table of Resources): Fix documentation of
173 bitmapIcon.
174
92fa95ad
CY
1752011-09-15 Chong Yidong <cyd@stupidchicken.com>
176
177 * package.texi (Package Menu): Add package-menu-mark-upgrades.
178
16254627
EH
1792011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
180
181 * frames.texi (Frame Commands): Note that delete-other-frames only
182 deletes frames on current terminal.
183
c3760c17
EZ
1842011-09-10 Eli Zaretskii <eliz@gnu.org>
185
186 * sending.texi (Mail Misc): Document mail-add-attachment.
187
69b8be97
EZ
1882011-09-04 Eli Zaretskii <eliz@gnu.org>
189
190 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
191
3fd50d5c
CY
1922011-08-29 Chong Yidong <cyd@stupidchicken.com>
193
194 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
195
e2aeef63
CY
1962011-08-28 Chong Yidong <cyd@stupidchicken.com>
197
198 * files.texi (File Archives):
199 * cal-xtra.texi (Diary Display):
200 * help.texi (Help Mode): Add xref to View Mode.
201
ddb54206
CY
2022011-08-28 Chong Yidong <cyd@stupidchicken.com>
203
a6326082
CY
204 * display.texi (View Mode): New node. Move view-file here from
205 Misc File Ops. Move view-buffer here from Misc Buffer.
206
207 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
208
04e2ce72 209 * files.texi (Misc File Ops): Document new
a6326082 210 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
211
212 * dired.texi (Dired Deletion): Shorten description of Trash.
213
ddb54206
CY
214 * misc.texi (emacsclient Options): Document server-port.
215
bd206ce5
EZ
2162011-08-27 Eli Zaretskii <eliz@gnu.org>
217
218 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
219 even on MS-Windows. Fix a typo.
220
d43f5a42
CY
2212011-08-26 Chong Yidong <cyd@stupidchicken.com>
222
223 * package.texi: New file, documenting the package manager.
224
225 * emacs.texi: Include it.
226
227 * help.texi (Help Summary): Add describe-package.
228
e0b1591b
CY
2292011-08-25 Chong Yidong <cyd@stupidchicken.com>
230
856ce114
CY
231 * misc.texi (Printing): Convert subnodes into subsections.
232
f404f8bc
CY
233 * text.texi (Two-Column): Move into Text chapter.
234
235 * picture-xtra.texi (Picture Mode): Group with Editing Binary
236 Files section. Convert from chapter into section.
237
238 * display.texi (Narrowing): Move into display chapter.
239
e0b1591b
CY
240 * sending.texi (Sending Mail):
241 * rmail.texi (Rmail):
242 * misc.texi (Gnus, Document View):
243 * dired.texi (Dired):
244 * emacs.texi: Group the mail, rmail, and gnus chapters together.
245
75bfc667
JL
2462011-08-07 Juri Linkov <juri@jurta.org>
247
248 * dired.texi (Operating on Files): Rewrite according to the fact
249 that `dired-do-chmod' doesn't use the `chmod' program anymore.
250
fe676f91
MA
2512011-07-30 Michael Albinus <michael.albinus@gmx.de>
252
253 * mini.texi (Minibuffer File): Insert a reference to Tramp for
254 remote file name completion. (Bug#9197)
255
4cc60b9b
EZ
2562011-07-28 Eli Zaretskii <eliz@gnu.org>
257
258 * mule.texi (Bidirectional Editing): Document the fact that
259 bidi-display-reordering is t by default.
260
89671e16
LMI
2612011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * help.texi (Misc Help): Mention `describe-prefix-bindings'
264 explicitly (bug#8904).
265
fb23ecc2
LMI
2662011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * trouble.texi (Checklist): Use an `M-x' example instead of an
269 Emacs Lisp form to switch on the dribble file (bug#8056).
270
465c5fc8
LMI
2712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
272
273 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
274
90a6258b
GM
2752011-07-13 Glenn Morris <rgm@gnu.org>
276
277 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
278
c7588364
LMI
2792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * mark.texi (Mark Ring): Clarify how many locations are saved
282 (bug#5770).
283 (Global Mark Ring): Ditto.
284
4cb4f3ba
LMI
2852011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
286
d648feab
LMI
287 * text.texi (Table Recognition): Use "at point" instead of "under
288 point" (bug#4345).
289
4cb4f3ba
LMI
290 * display.texi (Cursor Display): Mention `cursor-type'.
291
292 * screen.texi (Point): Clarify that it's only if you use a block
293 cursor that it appears to be on a character (bug#4345).
294
ecd0b990
CY
2952011-07-12 Chong Yidong <cyd@stupidchicken.com>
296
297 * misc.texi (Amusements): Move dissociated press here, from its
298 own section.
299
300 * emacs.texi (Top): Update node listing.
301
c2fd0368
LMI
3022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
303
304 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
305 clarity (bug#3523).
306
fdeb32ec
CY
3072011-07-12 Chong Yidong <cyd@stupidchicken.com>
308
309 * cmdargs.texi (Initial Options): Document --no-site-lisp.
310 (Misc X): Document --parent-id.
311
312 * frames.texi (Frame Commands): Note that focus-follows-mouse now
313 defaults to nil.
314
315 * misc.texi (emacsclient Options): Document --parent-id.
316
317 * msdog.texi (Windows HOME): Document _emacs as obsolete.
318
f584ca38
LMI
3192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
320
321 * emacs.texi: Use "..." instead of ``...'' in the menus
322 (bug#3503).
323
963578d3
CY
3242011-07-11 Chong Yidong <cyd@stupidchicken.com>
325
326 * killing.texi (Primary Selection): Document `only' setting for
327 select-active-regions.
328
329 * mark.texi (Setting Mark): Reference Shift Selection node.
330
331 * frames.texi (Mouse Commands): Document mouse-yank-primary.
332
a30ed87b
LMI
3332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
334
47076272
LMI
335 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
336 motion keys" (bug#3503).
337
a30ed87b
LMI
338 * emacs.texi: Change all the register node names from "RegPos"
339 (etc.) to "Positional Registers" (etc.) (bug#3314).
340
4d45a8b7
CY
3412011-07-11 Chong Yidong <cyd@stupidchicken.com>
342
343 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
344 (Other Kill Commands, Kill Options): Copyedits.
345 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
346 (Yanking): Move yank-excluded properties discussion here.
347 (Cut and Paste): Move from frames.texi. Update subnodes to
348 describe x-select-enable-clipboard case.
349
350 * frames.texi: Move Cut and Paste node and subnodes into
351 killing.texi, except Mouse Commands and Word and Line Mouse.
352
c160ddee
AM
3532011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
354
355 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
356
3329e6e3
LMI
3572011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
32a214fe
LMI
359 * screen.texi (Mode Line): Clarify that coding systems are
360 characters, not letters (bug#1749).
361
3329e6e3
LMI
362 * cmdargs.texi (Environment): Mention removing variables
363 (bug#1615). Text suggested by Kevin Rodgers.
364
8875da1e
CY
3652011-07-10 Chong Yidong <cyd@stupidchicken.com>
366
54806e45
CY
367 * misc.texi (Amusements): Don't mention Yow; it's crippled.
368
8875da1e
CY
369 * modes.texi: Rename from major.texi.
370 (Modes): New node. Make Major Modes and Minor Modes subsections
371 of this. All callers changed.
372
373 * custom.texi (Minor Modes): Move to modes.texi.
374
7847b2a1
CY
3752011-07-10 Chong Yidong <cyd@stupidchicken.com>
376
6cfd0fa2
CY
377 * custom.texi (Syntax): Node deleted.
378
379 * help.texi (Help Summary):
380 * major.texi (Major Modes):
381 * programs.texi (Parentheses):
382 * search.texi (Regexp Backslash, Regexp Backslash)
383 (Regexp Backslash):
384 * text.texi (Words): Callers changed.
385
7847b2a1
CY
386 * text.texi (Refill, Longlines): Delete nodes.
387
388 * ack.texi (Acknowledgments): Longlines removed from manual.
389
390 * emacs.texi (Top): Update node listing.
391
2a71c436
GM
3922011-07-09 Glenn Morris <rgm@gnu.org>
393
394 * fortran-xtra.texi (Fortran): Update handled extensions.
395
61436e9f
LMI
3962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
397
398 * display.texi (Scrolling): `C-v' (etc) are now bound to
399 `scroll-*-command' (bug#8349).
400
6e560c71
LMI
4012011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
402
48954a09 403 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
404 doesn't actually delete any files (bug#7125).
405
2904fd97
LMI
406 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
407 argument for `C-c C-k' (bug#7391).
408
6e560c71
LMI
409 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
410 you're currently using (bug#8489).
411
978ff6c5
EZ
4122011-07-01 Eli Zaretskii <eliz@gnu.org>
413
414 * mule.texi (Coding Systems): Move index entries from the previous
415 change into their proper places.
416
0d742084
LMI
4172011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
418
31976bd5
LMI
419 * help.texi (Help Files): Document view-external-packages (bug#8902).
420
0d742084
LMI
421 * mule.texi (Coding Systems): Put a few more of the coding systems
422 into the index (bug#8900).
423
9f678528
GM
4242011-06-26 Glenn Morris <rgm@gnu.org>
425
426 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
427
18a4ce5e
AR
4282011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
429
430 * misc.texi (emacsclient Options): Mention --frame-parameters.
431
f0da764a
GM
4322011-06-09 Glenn Morris <rgm@gnu.org>
433
434 * custom.texi (Specifying File Variables):
435 Recommend explicit arguments for minor modes.
436
b047e7ac
PE
4372011-06-02 Paul Eggert <eggert@cs.ucla.edu>
438
439 Document wide integers better.
440 * buffers.texi (Buffers):
001903b5
PE
441 * files.texi (Visiting): Document maxima for 64-bit machines,
442 and mention virtual memory limits.
b047e7ac 443
bf41276f
CY
4442011-05-28 Chong Yidong <cyd@stupidchicken.com>
445
446 * custom.texi (Hooks): Reorganize. Mention Prog mode.
447
448 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
449 prog mode (Bug#8240).
450
e145f188
GM
4512011-05-27 Glenn Morris <rgm@gnu.org>
452
453 * custom.texi (Specifying File Variables):
454 Major modes no longer need come first.
455
313f790e
CY
4562011-05-22 Chong Yidong <cyd@stupidchicken.com>
457
458 * mule.texi (Specify Coding, Text Coding, Communication Coding):
459 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
460
c136e5cd
GM
4612011-05-18 Glenn Morris <rgm@gnu.org>
462
463 * ack.texi (Acknowledgments): Remove fakemail.c.
464
c71a0d48 4652011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
466
467 Fixes for fitting text into 7x9 printed manual.
468 * building.texi (Flymake, Breakpoints Buffer):
469 * calendar.texi (Appointments):
470 * cmdargs.texi (General Variables, Display X):
471 * custom.texi (Saving Customizations, Face Customization)
472 (Directory Variables, Minibuffer Maps, Init Rebinding):
473 * display.texi (Font Lock, Font Lock, Useless Whitespace):
474 * fixit.texi (Spelling):
475 * frames.texi (Creating Frames, Fonts):
476 * help.texi (Help Files):
477 * mini.texi (Minibuffer File):
478 * misc.texi (emacsclient Options, Emulation):
479 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
480 * mule.texi (International Chars, Language Environments)
481 (Select Input Method, Modifying Fontsets, Charsets):
482 * programs.texi (Custom C Indent):
483 * rmail.texi (Rmail Labels):
484 * text.texi (Table Conversion):
485 * trouble.texi (Known Problems, Known Problems):
486 * windows.texi (Change Window):
487 * xresources.texi (GTK resources): Reflow text and re-indent code
488 examples to avoid TeX overflows and underflows on 7x9 paper.
489
490 * emacs.texi: Fix the (commented out) smallbook command.
491
492 * macos.texi (Mac / GNUstep Events):
493 * xresources.texi (Lucid Resources): Remove extraneous examples.
494
b8f82dc1
GM
4952011-05-10 Glenn Morris <rgm@gnu.org>
496
497 * custom.texi (Specifying File Variables):
498 Deprecate using mode: for minor modes.
499
d306b4da
GM
5002011-05-07 Glenn Morris <rgm@gnu.org>
501
502 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
503
548d0a63
GM
5042011-05-06 Glenn Morris <rgm@gnu.org>
505
5006e634
GM
506 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
507
548d0a63
GM
508 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
509
e793a940
LMI
5102011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
511
512 * misc.texi (Emacs Server): Document `server-eval-at'.
513
7031be6d
UR
5142011-04-24 Chong Yidong <cyd@stupidchicken.com>
515
516 * maintaining.texi (List Tags): Document next-file. Suggested by
517 Uday S Reddy.
518
4ffd0d6b 5192011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
520
521 * mini.texi (Minibuffer Edit):
522 * screen.texi (Mode Line): Fix typo.
523
1c6c854e
CS
5242011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
525
024ff170 526 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 527
c5c9f40f
CY
5282011-03-26 Chong Yidong <cyd@stupidchicken.com>
529
530 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
531
09725d26
EZ
5322011-03-30 Eli Zaretskii <eliz@gnu.org>
533
534 * display.texi (Auto Scrolling): Document the limit of 100 lines
535 for never-recentering scrolling with `scroll-conservatively'.
536 (Bug#6671)
537
09d9db2c 5382011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
539
540 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
541 HOME on Windows and where it looks for init files. (Bug#8221)
542
62d94509
EZ
5432011-03-10 Eli Zaretskii <eliz@gnu.org>
544
545 * search.texi (Regexp Example):
546 * mule.texi (International Chars):
547 * building.texi (External Lisp): Don't use characters outside
548 ISO-8859-1.
549
0286d9de
EZ
5502011-03-09 Eli Zaretskii <eliz@gnu.org>
551
1c6c854e
CS
552 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
553 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
554
555 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
556
114902a5 557 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
558 (Bug#8210)
559
0afb4571
J
5602011-03-08 Jan Djärv <jan.h.d@swipnet.se>
561
562 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
563 for Gtk+ 3.
564
bb3865e8
GM
5652011-03-08 Glenn Morris <rgm@gnu.org>
566
6446548e
GM
567 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
568 * emacs.texi (Acknowledgments):
569 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 570 * emacs.texi: Set documentencoding.
6446548e 571
bb3865e8
GM
572 * display.texi (Optional Mode Line): Don't mention exactly where
573 display-time appears. (Bug#8193)
574
33383987
JB
5752011-03-07 Chong Yidong <cyd@stupidchicken.com>
576
577 * Version 23.3 released.
578
892777ba
CY
5792011-03-06 Chong Yidong <cyd@stupidchicken.com>
580
581 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
582
0b973fc5
DW
5832011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
584
585 * misc.texi (emacsclient Options): Add q/quiet.
586
8ef5a2f2
GM
5872011-03-02 Glenn Morris <rgm@gnu.org>
588
589 * mule.texi (Communication Coding) <x-select-request-type>:
590 Remove duplicate (essentially) paragraph. (Bug#8148)
591
bd106056
CS
5922011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
593
594 * maintaining.texi (Format of ChangeLog): Add reference to
595 add-log-full-name.
596 (Change Log Commands): Add documentation for combining multiple
597 symbols in one change.
598
6640b281
GM
5992011-03-01 Glenn Morris <rgm@gnu.org>
600
601 * custom.texi (Directory Variables):
602 Give an example of excluding subdirectories.
603
2b0c7330 6042011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
605
606 * search.texi (Regexp Search): Move index entries about regexps to the
607 "Regexps" node. Add index entries for regexp search. (Bug#8096)
608
8c62c205
GM
6092011-02-19 Glenn Morris <rgm@gnu.org>
610
611 * dired.texi (Dired): Dired-X version number was dropped.
612
3928f2b6
JD
6132011-02-14 Jan Djärv <jan.h.d@swipnet.se>
614
615 * xresources.texi (X Resources): Remove *faceName and replace it with
616 *font for Lucid.
617
a41c8660
CY
6182011-02-05 Chong Yidong <cyd@stupidchicken.com>
619
620 * rmail.texi (Rmail Display): Document Rmail MIME support more
621 accurately.
622
623 * maintaining.texi (VC Change Log): Document vc-log-incoming and
624 vc-log-outgoing.
625 (Merging): Document vc-find-conflicted-file.
626
233ba4d9 6272011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
628
629 * custom.texi (Variables): Fix typo.
630
14beddf4 6312011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 632
65401ee3
CY
633 * search.texi (Regexps): Copyedits. Mention character classes
634 (Bug#7809).
635
19f81ecf
CY
636 * files.texi (File Aliases): Restore explanatory text from Eli
637 Zaretskii, accidentally removed in 2011-01-08 commit.
638
bf3dae7e
EZ
6392011-01-29 Eli Zaretskii <eliz@gnu.org>
640
641 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
642 (MAKEINFO_OPTS): New variable.
643 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
644 (emacs.html): New target.
645 (clean): Remove emacs.html.
646
45eb2a5d
WL
6472011-01-23 Werner Lemberg <wl@gnu.org>
648
649 * Makefile.in (MAKEINFO): Now controlled by `configure'.
650 (MAKEINFO_OPTS): New variable. Use it where appropriate.
651 (ENVADD): Updated.
652
9acfe703
GM
6532011-01-18 Glenn Morris <rgm@gnu.org>
654
655 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
656
657 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
658
362b9d48
GM
6592011-01-15 Chong Yidong <cyd@stupidchicken.com>
660
bb033b5f
CY
661 * building.texi (Compilation): Improve instructions for running two
662 compilations (Bug#7573).
663
b024d9f0
MD
664 * files.texi (Backup Names): Document the new location of the
665 last-resort backup file.
666
362b9d48
GM
667 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
668 manual. Explain why directory-abbrev-alist elements should be anchored
669 (Bug#7777).
670
6712011-01-15 Eli Zaretskii <eliz@gnu.org>
672
673 * msdog.texi (Windows Startup): Correct inaccurate description of
674 differences between emacsclient.exe and emacsclientw.exe.
675
7c420169 6762011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
677
678 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
679
7c420169 6802011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
681
682 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
683
7c420169 6842011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 685
2d34d523
EZ
686 * frames.texi (Cut and Paste): Modify the section's name and text:
687 don't mix "cut/paste" with "kill/yank".
688 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
689 (Bug#7702)
690
88ab4340
EZ
691 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
692
7c420169 6932011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
694
695 * maintaining.texi: Move inclusion of emerge after EDE, so that it
696 matches its position in the menu. (Bug#7674)
697
7c420169 6982011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
699
700 * trouble.texi (Checklist): Mention not replying via news either.
701
92bb6c52
TH
7022010-12-30 Tassilo Horn <tassilo@member.fsf.org>
703
704 * misc.texi (Document View): Update DocView section with newly
705 supported document formats.
706
b103c904
CY
7072010-12-21 Chong Yidong <cyd@stupidchicken.com>
708
709 * killing.texi: Resection the Info version to conform to the
710 printed manual, to avoid making sections on Accumulating Text, CUA
711 and Rectangles into full chapters.
712
f49d1f52 7132010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
714
715 * custom.texi (Init Syntax): Add index entries for "character syntax".
716 (Bug#7576)
717
f49d1f52 7182010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
719
720 * text.texi (HTML Mode): Small fixes. (Bug#7607)
721
f49d1f52 7222010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
723
724 * trouble.texi (Checklist): Fix typo in newsgroup name.
725
f49d1f52 7262010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
727
728 * search.texi (Word Search): Note that the lazy highlight always
729 matches to whole words (Bug#7470).
730
f49d1f52 7312010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 732
4f1948eb
EZ
733 * display.texi (Optional Mode Line): Make the description of
734 load-average more accurate.
735
b8a9e136
EZ
736 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
737 registry, with a cross-reference.
62d72a4a
EZ
738 (Windows Startup): New node. Move the stuff about the current
739 directory from "Windows HOME".
b8a9e136 740
07976ae3 7412010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
742
743 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
744 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
745
07976ae3 7462010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
747
748 * maintaining.texi (Version Control Systems): Fix repeated sentence.
749 Suggested by Štěpán Němec.
750
07976ae3 7512010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 752
1aaae3f3
CY
753 * maintaining.texi (Version Control): Say "commit", not "check in".
754 (Version Control Systems): Simplify descriptions.
755 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
756 VCS Concepts.
757 (VC Mode Line): Update example.
758 (Old Revisions): Document revert-buffer for vc-diff.
759 (Log Buffer): Promote to a subsection. Document header lines.
760
1c6c854e
CS
761 * macos.texi (Mac / GNUstep Basics):
762 Document ns-right-alternate-modifier.
ec8a6295 763
1aaae3f3
CY
764 * emacs.texi (Top): Update node listing.
765
0eb025fb
EZ
7662010-11-13 Eli Zaretskii <eliz@gnu.org>
767
768 * rmail.texi (Rmail Coding): Characters with no fonts are not
769 necessarily displayed as empty boxes.
770
771 * mule.texi (Language Environments, Fontsets): Characters with no
772 fonts are not necessarily displayed as empty boxes.
773
774 * display.texi (Text Display): Document display of glyphless
775 characters.
776
ea4f7750
GM
7772010-11-13 Glenn Morris <rgm@gnu.org>
778
779 * basic.texi (Position Info): Add M-x count-words-region.
780
90639cea
GM
7812010-11-11 Glenn Morris <rgm@gnu.org>
782
783 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
784
d607b96b 7852010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
786
787 * msdog.texi (Windows HOME): Add information regarding startup
788 directory when invoking Emacs from a desktop shortcut. (bug#7300)
789
c12e4a81
GM
7902010-10-11 Glenn Morris <rgm@gnu.org>
791
df187c62
GM
792 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
793
c12e4a81
GM
794 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
795 (DVIPS): New variable.
234db610
GM
796 (.PHONY): Add html, ps.
797 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
798 (clean): Delete html, ps files.
c12e4a81 799
6513b232
EZ
8002010-10-09 Eli Zaretskii <eliz@gnu.org>
801
802 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
803
f4f358f1
GM
8042010-10-09 Glenn Morris <rgm@gnu.org>
805
c1dc72b3
GM
806 * Makefile.in (VPATH): Remove.
807 (infodir): Make it absolute.
808 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
809
4393405b
GM
810 * Makefile.in (dist): Anchor regexps.
811
eef3ab94
GM
812 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
813 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
814 (emacs-xtra.pdf): Use $<.
815
aa9db089
GM
816 * Makefile.in (infoclean): Remove harmless, long-standing error.
817
abd40fb4
GM
818 * Makefile.in ($(infodir)): Delete rule.
819 (mkinfodir): New.
820 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
821
f4f358f1 822 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 823 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
824 * emacsver.texi: New file, replacing emacsver.texi.in.
825
ea274122
GM
8262010-10-09 Glenn Morris <rgm@gnu.org>
827
f7a31f11
GM
828 * emacsver.texi.in: New file.
829 * emacs.texi: Set EMACSVER by including emacsver.texi.
830 * Makefile.in (distclean): Delete emacsver.texi.
831 (dist): Copy emacsver.texi.
b13254e7 832 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 833
3fb78d1f
GM
834 * ack.texi (Acknowledgments): No more b2m.c.
835
ea274122
GM
836 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
837 (emacs): Remove rule.
838 (dist): No need to deal with the emacs rule any more.
839
17ca7950
GM
8402010-10-07 Glenn Morris <rgm@gnu.org>
841
842 * Makefile.in (version): New, set by configure.
843 (clean): Delete dist tar file.
844 (dist): Use version in tar name.
845
4c83f6e1
GM
8462010-10-06 Glenn Morris <rgm@gnu.org>
847
848 * Makefile.in (EMACS_XTRA): Add the main source file.
849 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
850 (mostlyclean): No core files, reorder other files.
851 (clean): Delete specific dvi and pdf files.
852 (infoclean, dist): New rules.
853 (maintainer-clean): Use infoclean.
8a944cea 854 ($(infodir)): Add parallel build workaround.
4c83f6e1 855
0264072d
GM
8562010-10-04 Glenn Morris <rgm@gnu.org>
857
858 * Makefile.in (SHELL): Set it.
859 (INFO_TARGETS, DVI_TARGETS): Remove variables.
860 (info, dvi): Replace above variables with their expansions.
861 (info): Move mkdir from here...
862 ($(infodir)/emacs): ... to here (for parallel builds).
863 (pdf): New target.
864 ($(infodir)/emacs): Pass -o option to makeinfo.
865 (.PHONY): Declare clean rules.
866 (maintainer-clean): Delete dvi and pdf files.
867 Guard against cd failures. Use a more restrictive delete.
868
3226d6ca
GM
8692010-10-02 Glenn Morris <rgm@gnu.org>
870
871 * misc.texi (Shell Mode): Remove reference to old function name.
872
cad90f3b
EZ
8732010-09-30 Eli Zaretskii <eliz@gnu.org>
874
875 * maintaining.texi (VC Mode Line): Mention all the possible VC status
876 indicator characters.
877
5f874327
GM
8782010-09-29 Glenn Morris <rgm@gnu.org>
879
880 * Makefile.in (top_srcdir): Remove unused variable.
881
0ab9cff3
GM
8822010-09-14 Glenn Morris <rgm@gnu.org>
883
67ae9766
GM
884 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
885 the last hook item.
886
0ab9cff3
GM
887 * calendar.texi (Appointments): Also updated when a diary include file
888 is saved.
889
6664fc59 8902010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
891
892 * trouble.texi (Bugs): Update the section intro.
893 (Known Problems): New section.
894 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
895 (Sending Patches): Bug fixes are best as responses to existing bugs.
896 * emacs.texi (Known Problems): Add menu entry for new section.
897
be3283d7
GM
8982010-09-09 Glenn Morris <rgm@gnu.org>
899
900 * xresources.texi: Untabify.
901
10999305 9022010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
903
904 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
905
10999305 9062010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
907
908 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
909
30641319
JD
9102010-09-02 Jan Djärv <jan.h.d@swipnet.se>
911
912 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
913
50dd7bc6
GM
9142010-08-21 Glenn Morris <rgm@gnu.org>
915
916 * misc.texi (Amusements): Mention bubbles and animate.
917
5e620eca
EZ
9182010-07-31 Eli Zaretskii <eliz@gnu.org>
919
920 * files.texi (Visiting): Add more index entries for
921 large-file-warning-threshold.
922
8b2dd508
JD
9232010-07-29 Jan Djärv <jan.h.d@swipnet.se>
924
925 * frames.texi (Tool Bars): Add doc for tool-bar-position.
926
8838673e
GM
9272010-06-23 Glenn Morris <rgm@gnu.org>
928
929 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
930 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
931 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
932 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
933 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
934 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
935 Untabify Texinfo files.
936
04d3bb6c
GM
9372010-06-10 Glenn Morris <rgm@gnu.org>
938
103dd3a8
GM
939 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
940
04d3bb6c
GM
941 * basic.texi (Inserting Text): Fix typo.
942
50b79479
GM
9432010-06-10 Glenn Morris <rgm@gnu.org>
944
945 * ack.texi (Acknowledgments):
946 * emacs.texi (Acknowledgments): Update for notifications.el.
947
86d7a550
DU
9482010-05-31 Daiki Ueno <ueno@unixuser.org>
949
950 * dired.texi (Operating on Files): Mention encryption commands
951 (Bug#6315).
952
db5dce9d
EZ
9532010-05-29 Eli Zaretskii <eliz@gnu.org>
954
955 * basic.texi (Moving Point): Update due to renaming of commands bound
956 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
957
34313041
EZ
9582010-05-18 Eli Zaretskii <eliz@gnu.org>
959
960 * display.texi (Fringes): Document reversal of fringe arrows for R2L
961 paragraphs.
962 (Line Truncation): Fix wording for bidi display.
963
1fc0ce04 964 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
965 keys.
966
0235128c 9672010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
968
969 * building.texi (GDB Graphical Interface): Remove misleading comparison
970 to an IDE (Bug#6128).
971
0235128c 9722010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
973
974 * programs.texi (Man Page):
975 * misc.texi (Invoking emacsclient):
976 * mini.texi (Repetition):
977 * mark.texi (Setting Mark): Fix typos.
978
0235128c 9792010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
980
981 * misc.texi (Printing): Document htmlfontify-buffer.
982
0235128c 9832010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
984
985 * calendar.texi (Displaying the Diary, Format of Diary File):
986 Fix external cross-references for TeX format output.
987
0235128c
SM
9882010-05-07 Chong Yidong <cyd@stupidchicken.com>
989
990 * Version 23.2 released.
991
f63d0028
JD
9922010-05-02 Jan Djärv <jan.h.d@swipnet.se>
993
994 * cmdargs.texi (Initial Options): Mention --chdir.
995
20fe03ad
JD
9962010-04-21 Jan Djärv <jan.h.d@swipnet.se>
997
998 * frames.texi (Tool Bars): Add tool-bar-style.
999
b7d65a5f
GM
10002010-04-21 Glenn Morris <rgm@gnu.org>
1001
1002 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1003
a42dbee1
CY
10042010-04-18 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * programs.texi (Semantic): New node.
1007
1008 * maintaining.texi (EDE): New node.
1009
1010 * emacs.texi: Update node listing.
1011
1012 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1013
6e104790 10142010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1015
d52dbd3d
GM
1016 * emacs.texi (Acknowledgments): Remove duplicate.
1017
a77fe20c
GM
1018 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1019
6e104790 10202010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1021
4ebe9902
GM
1022 * dired.texi (Misc Dired Features): Mention VC diff and log.
1023 * maintaining.texi (Old Revisions, VC Change Log):
1024 Mention that diff and log work in Dired buffers.
1025
98932641
GM
1026 * help.texi (Help Summary): Mention M-x info-finder.
1027
d5b22ab2 1028 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1029
4d4e9522
GM
1030 * custom.texi (Specifying File Variables, Directory Variables):
1031 Document new commands for manipulating local variable lists.
1032
6e104790 10332010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1034
1035 * trouble.texi (Contributing): Add cindex entry.
1036 Mention etc/CONTRIBUTE.
1037
6e104790 10382010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1039
1040 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1041 query-replace (Bug#5774).
1042
a20a9df3
GM
10432010-04-16 Glenn Morris <rgm@gnu.org>
1044
1045 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1046
1ecb2d3f
JD
10472010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1048
1049 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1050
99852628
JD
10512010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1052
1053 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1054
ce79424f
EZ
10552010-03-30 Eli Zaretskii <eliz@gnu.org>
1056
1057 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1058 cross-reference to "Inserting Text".
1059
1060 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1061 Mention completion provided by `ucs-insert'.
1062
85738751 10632010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1064
1065 * sending.texi (Sending Mail): Note variables that may need
1066 customizing.
1067 (Mail Sending): Expand discussion of send-mail-function.
1068
85738751 10692010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1070
1071 Document Message mode as the default mail mode.
1072
1073 * sending.texi (Sending Mail): Copyedits.
1074 (Mail Format, Mail Headers): Document mail-from-style changes.
1075 (Mail Commands): Rename from Mail mode. Document Message mode.
1076 (Mail Misc): Rename from Mail mode Misc.
1077 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1078 command names and update keybindings.
1079 (Header Editing): Document message-tab. De-document
1080 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1081 favor of mail-default-headers. Ad index entries for user-full-name and
1082 user-mail-address.
1c6c854e
CS
1083 (Citing Mail): Update changes in Message mode behavior.
1084 Document mail-yank-prefix.
e73c2434
CY
1085 (Mail Signature): New node, moved from Mail Misc.
1086 (Mail Aliases): Mail abbrevs are the default with Message mode.
1087 (Mail Methods): Note that Message mode is now the default.
1088
1089 * rmail.texi (Rmail Reply):
1090 * text.texi (Text Mode):
1091 * major.texi (Major Modes):
1092 * mule.texi (Output Coding): Refer to Message mode.
1093
1094 * custom.texi (Init Examples): Add xref to Mail Header.
1095
1fc0ce04 1096 * emacs.texi (Top): Fix xrefs.
e73c2434 1097
85738751 10982010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1099
c0c035fa
CY
1100 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1101 repository if there is none.
1102 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1103 vc-print-root-log.
ef7b27ef 1104 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1105
71785b7a
CY
1106 * programs.texi (Program Modes): Mention Javascript mode.
1107
f67c5dd0
CY
1108 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1109 * emacs.texi: Update node description.
1110
0f72a391 1111 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1112 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1113
dc2d2590
JL
11142010-03-30 Juri Linkov <juri@jurta.org>
1115
1116 * search.texi (Other Repeating Search): Remove line that `occur'
1117 can not handle multiline matches.
1118
a7b02820
EZ
11192010-03-30 Eli Zaretskii <eliz@gnu.org>
1120
1121 * mule.texi (International): Mention support of bidirectional editing.
1122 (Bidirectional Editing): New section.
1123
22ef1944
NR
11242010-03-28 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * emacs.texi (Top): Update node names to those in building.texi.
1127
146b8b16
NR
11282010-03-27 Nick Roberts <nickrob@snap.net.nz>
1129
1130 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1131 doc/emacs/emacs.texi: Update node names for building.texi.
1132
6d98672d
GM
11332010-03-24 Glenn Morris <rgm@gnu.org>
1134
1135 * ack.texi (Acknowledgments):
1136 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1137
93318cbd
JD
11382010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1139
1140 * xresources.texi (Table of Resources): Clarify toolBar number
1141 for Gtk+.
1142
1143 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1144
15cf2f52
CY
11452010-03-21 Chong Yidong <cyd@stupidchicken.com>
1146
4102856c
CY
1147 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1148
15cf2f52
CY
1149 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1150 and multi-isearch-buffers-regexp.
1151
1152 * indent.texi (Indentation): Clarify description of
1153 indent-for-tab-command. Document tab-always-indent.
1154
d68eb23c
CY
11552010-03-20 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * cmdargs.texi (Font X): Move most content to Fonts.
1158
1159 * frames.texi (Fonts): New node. Document font-use-system-font.
1160
1161 * emacs.texi (Top):
1162 * xresources.texi (Table of Resources):
1163 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1164
288f9fc0
CY
11652010-03-10 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * Branch for 23.2.
1168
17782bec
CY
11692010-03-06 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * custom.texi (Init Examples): Add xref to Locals.
1172
1173 * major.texi (Choosing Modes): Mention usage of setq-default for
1174 setting the default value of major-mode (Bug#5688).
1175
b4a1a8b2
CY
11762010-03-02 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1179
1180 * display.texi (Display Custom): Document make-pointer-invisible and
1181 underline-minimum-offset. Remove inverse-video.
1182
a1e759cd
CY
11832010-02-21 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * frames.texi (Frame Commands): Note that the last ordinary frame can
1186 be deleted in daemon mode (Bug#5616).
1187
4f3bc373
GM
11882010-02-18 Glenn Morris <rgm@gnu.org>
1189
1190 * trouble.texi (Contributing): Repository is no longer CVS.
1191
5dbbdd33
GM
11922010-02-08 Glenn Morris <rgm@gnu.org>
1193
1194 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1195
cd61af01
SM
11962010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * display.texi (Useless Whitespace, Text Display):
1199 * custom.texi (Init Examples): Avoid obsolete special default variables
1200 like default-major-mode.
1201
b1bb0a25 12022010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1203
1204 * programs.texi (Other C Commands): Replace reference to obsolete
1205 c-subword-mode.
1206
99d0985b
GM
12072010-01-21 Glenn Morris <rgm@gnu.org>
1208
1209 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1210
893db5bc
GM
12112010-01-12 Glenn Morris <rgm@gnu.org>
1212
1213 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1214 emacs-pretest-bug for bug reports for development versions.
1215
0419b8d6
GM
12162010-01-11 Glenn Morris <rgm@gnu.org>
1217
1218 * display.texi (Highlight Interactively): `t' does not mean highlight
1219 all patterns. (Bug#5335)
1220
26e533e2
CY
12212009-12-29 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * misc.texi (Shell): Document async-shell-command.
1224
1225 * building.texi (Grep Searching): Document zrgrep.
1226
484eaeac 1227 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1228
7ee6c59b
NR
12292009-12-29 Nick Roberts <nickrob@snap.net.nz>
1230
1231 * building.texi: Import GDB Graphical Interface description from
1232 EMACS_23_1_RC.
1233
91ed7ea8
CY
12342009-12-24 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * emacs.texi (Top): Update node listing.
1237
1238 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1239
1240 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1241
1242 * cmdargs.texi (Initial Options):
1243 * xresources.texi (Resources): Document inhibit-x-resources.
1244
1245 * custom.texi (Specifying File Variables): Note that minor modes are
1246 enabled unconditionally.
1247
1248 * display.texi (Scrolling): Briefly document the old recenter command,
1249 and document recenter-positions.
1250
1251 * files.texi (Visiting):
1252 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1253
1c6c854e
CS
1254 * frames.texi (Cut/Paste Other App):
1255 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1256
1257 * killing.texi (Kill Options): New node.
1258
6ca89aaa
CY
12592009-12-05 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * misc.texi (Shell Options): ansi-color is now default.
1262
806642d4
GM
12632009-12-05 Glenn Morris <rgm@gnu.org>
1264
806642d4
GM
1265 * emacs.texi (Top): Update menu for cal-xtra node changes.
1266 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1267 or mode line. Don't mention invisible text or the details of
1268 diary-print-entries here, only in cal-xtra.
1269 (Format of Diary File): Mention that the "date on first line" format
1270 only really affects the simple display.
1271 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1272 (Diary Customizing): Holidays may be in the buffer or mode line.
1273 Move diary-print-entries to the "Diary Display" section.
1274 (Diary Display): New section, split out from "Fancy Diary Display".
1275 Explain the limitations of simple display, and how to print it.
1276
1a4f0c0a
GM
1277 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1278
e11adbd8
GM
1279 * cal-xtra.texi (Diary Display): Mention View mode.
1280
29a483ac
JL
12812009-11-29 Juri Linkov <juri@jurta.org>
1282
1283 * display.texi (Highlight Interactively): Actually a list of
1284 default faces is pre-loaded into a list of default values
1285 instead of the history.
1286
83d60c79
GM
12872009-11-20 Glenn Morris <rgm@gnu.org>
1288
1289 * ack.texi (Acknowledgments):
1290 * emacs.texi (Acknowledgments): Add htmlfontify.
1291
276bbe96
GM
12922009-11-14 Glenn Morris <rgm@gnu.org>
1293
98ad1bae
GM
1294 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1295
276bbe96
GM
1296 * ack.texi (Acknowledgments):
1297 * emacs.texi (Acknowledgments): Update for recent Org changes.
1298
18430066
CY
12992009-10-31 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1302 `charset' property, which is irrelevant to the user manual (Bug#3526).
1303
522ddc9f
JB
13042009-10-14 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * trouble.texi (DEL Does Not Delete): Fix typo.
1307
50b49ade
MA
13082009-10-05 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * files.texi (Misc File Ops): Mention copy-directory.
1311
6308321a
EZ
13122009-10-04 Eli Zaretskii <eliz@gnu.org>
1313
43b3b4d1
EZ
1314 * mule.texi (Unibyte Mode): Emphasize that
1315 unibyte-display-via-language-environment affects only the display.
1316
6308321a
EZ
1317 * display.texi (Horizontal Scrolling): Document cursor behavior under
1318 horizontal scrolling when point moves off the screen (Bug#4564).
1319 Improve wording.
1320
bd51ea7f
MA
13212009-10-01 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * files.texi (Directories): delete-directory prompts for recursive
1324 deletion.
1325
55381962
GM
13262009-09-30 Glenn Morris <rgm@gnu.org>
1327
1328 * ack.texi (Acknowledgments):
1329 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1330
13989ab1
TH
13312009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1332
1333 * dired.texi (Dired Navigation): Use @code instead of @var for
1334 dired-isearch-filenames, so that it's not capitalized.
1335
8ba46c89
CY
13362009-09-19 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1339
1340 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1341
1342 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1343 (Key Bindings): Reference Init Rebinding in introductory text.
1344 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1345 (Keymaps): Simplify.
1346 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1347 (Minibuffer Maps): Remove mention of Mocklisp.
1348 (Init Rebinding): Move mode-local rebinding example here from Local
1349 Keymaps.
1350 (Modifier Keys): Clarify.
1e11b018 1351 (Rebinding): Add cindex for "binding keys".
8ba46c89 1352
6a5ca7c8
CY
13532009-09-13 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1356
0e1cba51
NR
13572009-08-31 Nick Roberts <nickrob@snap.net.nz>
1358
6a5ca7c8 1359 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1360 Re-organise these two sections.
0e1cba51 1361
76a87a4d
EZ
13622009-08-29 Eli Zaretskii <eliz@gnu.org>
1363
1364 * cmdargs.texi (Initial Options): Fix last change.
1365
82e98df4
SM
13662009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * mule.texi (Enabling Multibyte):
1369 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1370 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1371
fb89fad9
GM
13722009-08-20 Glenn Morris <rgm@gnu.org>
1373
1374 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1375
e99652b0
GM
13762009-08-19 Glenn Morris <rgm@gnu.org>
1377
1378 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1379
5cca97ad
GM
13802009-08-18 Glenn Morris <rgm@gnu.org>
1381
1382 * ack.texi (Acknowledgments):
1383 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1384
997797ae 1385 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1386
985bf85b
GM
13872009-08-09 Glenn Morris <rgm@gnu.org>
1388
1389 * ack.texi (Acknowledgments):
1390 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1391
8d6bb99e
DD
13922009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1393
1394 * emacs.texi (Top): Add new menu items for GDB-UI.
1395
1396 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1397 section. Threads buffer is in separate section now.
8d6bb99e 1398
8353da9c
GM
13992009-08-08 Glenn Morris <rgm@gnu.org>
1400
1401 * ack.texi (Acknowledgments):
1402 * emacs.texi (Acknowledgments):
1403 Update for js2-mode and org changes.
1404
f2074faf
MA
14052009-08-02 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1408 files.
1409
e8d2d3fb
CY
14102009-07-28 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1413
324a4f6a
GM
14142009-07-23 Glenn Morris <rgm@gnu.org>
1415
1416 * programs.texi (Matching): Update blink-matching-paren-distance.
1417
b6937a70
CY
14182009-07-21 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * frames.texi (Cut/Paste Other App): For select-active-regions,
1421 selection is now updated on moving point.
1422
bd8aaa36
RS
14232009-07-21 Richard Stallman <rms@gnu.org>
1424
1425 * glossary.texi (GNU, Daemon): Update information.
1426
8d9b5eba
JL
14272009-07-19 Juri Linkov <juri@jurta.org>
1428
1429 * custom.texi (Specifying File Variables, Safe File Variables):
1430 "variables/value pairs" -> "variable/value pairs".
1431
a2acc1db
GM
14322009-07-15 Glenn Morris <rgm@gnu.org>
1433
1434 * misc.texi (Gnus): Remove widow.
1435
c5ae942b
GM
14362009-07-11 Glenn Morris <rgm@gnu.org>
1437
703d26ba
GM
1438 * Makefile.in (TEXI2PDF): New.
1439 (emacs.pdf, emacs-xtra.pdf): New targets.
1440
522ddc9f 1441 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1442
1443 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1444
1445 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1446 Don't print the copying notice twice in the printed version.
1447 Update the menu and detailmenu.
1448 (Preface): The meaning of "on-line" has changed.
1449 Correct name for "Common Problems" chapter.
1450 (Distrib): Update FSF shop URL.
1451 (Intro): Showing two files at once is not so exciting.
1452
1453 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1454 (Mac / GNUstep Basics): Minor grammar changes.
1455 (Mac / GNUstep Events): Fix typo.
1456 (GNUstep Support): CANNOT_DUMP no longer applies.
1457
1458 * misc.texi (Document View): Fix typos.
1459
1460 * dired.texi (Dired):
1461 * help.texi (Help):
1462 * macos.texi (Mac OS / GNUstep):
1463 * maintaining.texi (Version Control, Introduction to VC):
1464 End menu descriptions with a period.
c5ae942b 1465
b1c8242b
EZ
14662009-07-09 Eli Zaretskii <eliz@gnu.org>
1467
1468 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1469 so categorical in saying that the option is only useful on NTFS.
1470
220d9aa6
GM
14712009-07-09 Glenn Morris <rgm@gnu.org>
1472
1473 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1474 (ENVADD): Add texinfodir to TEXINPUTS.
1475
1476 * emacs.texi (Top): Fix cross-reference.
1477
1478 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1479
1480 * vc1-xtra.texi (Revision Tags): Fix typo.
1481
d07e72d3
GM
14822009-07-03 Glenn Morris <rgm@gnu.org>
1483
1484 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1485 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1486 (Merge Commands): `.' does not seem to work in A or B buffer.
1487 `l' can recreate the 3-window display.
1488
1489 * glossary.texi (Glossary): Minor phrasing changes throughout.
1490 Add more internal cross-references.
1491 <Autoloading>: You can't really autoload a variable.
1492 <C-M->: Move details here from `M-C-' item.
1493 <Continuation Line>: Refer to `Truncation.'
1494 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1495 <Home Directory, Unix>: New entries.
1496 <Deletion of Files>: Mention recycle bins.
1497 <Directory>: Mention ``folders.''
1498 <Error>: Don't mention ``type-ahead.''
1499 <Fringe>: Refer to the manual node.
1500 <Minor Mode>: Can be global or local.
1501 <Spell Checking>: There are other checkers besides Ispell.
1502
f144038a
GM
15032009-07-02 Glenn Morris <rgm@gnu.org>
1504
1505 * anti.texi (Antinews): Minor changes in phrasing.
1506
1507 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1508 some underfull lines in dvi output.
1509
1510 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1511
1512 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1513
1514 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1515
3f1c6666
JD
15162009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1517
1518 * xresources.texi (Table of Resources): Mention maximized for
1519 fullscreen.
1520
1521 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1522
62aadce7
CY
15232009-07-01 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * anti.texi (Antinews): Correct the list of removed platforms.
1526
82ec412e
GM
15272009-06-28 Glenn Morris <rgm@gnu.org>
1528
1529 * arevert-xtra.texi: Minor language tweaks.
1530
09964e7d
GM
1531 * dired-xtra.texi: Minor revisions.
1532
666e158e
MB
15332009-06-23 Miles Bader <miles@gnu.org>
1534
c4cc8b9a 1535 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1536 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1537
70243478
CY
15382009-06-21 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * Branch for 23.1.
1541
67cbe681
KH
15422009-06-17 Kenichi Handa <handa@m17n.org>
1543
1544 * mule.texi (Charsets): Update the description for the new charset.
1545 (list-character-sets): New findex.
125dd7c5 1546 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1547
40e67246
CY
15482009-06-10 Chong Yidong <cyd@stupidchicken.com>
1549
b5700de6
CY
1550 * basic.texi (Moving Point): Fix tag.
1551
1552 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1553
1554 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1555 use camel-case for PageUp and PageDown.
1556
1557 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1558 camel-case for PageUp and PageDown.
1559
1560 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1561
40e67246 1562 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1563 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1564
522ddc9f 15652009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1566
522ddc9f
JB
1567 * fixit.texi (Spelling): Set default dictionary.
1568 Improve descriptions (Bug#2554)
6f591cf4 1569
53483c76
DR
15702009-06-08 David Reitter <david.reitter@gmail.com>
1571
1572 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1573 since saving colors and faces set this way is not implemented.
1574 (Environment variables): Remove mention of mac-fix-env, which is
1575 scheduled to be removed.
1576
1557ef4f
CY
15772009-06-04 Chong Yidong <cyd@stupidchicken.com>
1578
91056528
CY
1579 * custom.texi (Init Examples): Add example of changing load-path.
1580
1557ef4f
CY
1581 * building.texi (Lisp Libraries): Add example of changing
1582 load-path (Bug#3446).
1583
623cec4c
CY
15842009-05-28 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * mark.texi (Mark): Further clarifications.
1587 (Setting Mark): Emphasize that C-SPC activates the mark.
1588
0fcca8ee
CY
15892009-05-28 Chong Yidong <cyd@stupidchicken.com>
1590
702b10e1
CY
1591 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1592 Mark mode.
0fcca8ee
CY
1593 (Using Region, Persistent Mark): Use "active mark" instead of "active
1594 region".
1595
d3b396e4
CY
15962009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1597
1598 * mule.texi (Select Input Method): Fix typo.
1599
3f698a06
CY
16002009-05-13 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * anti.texi (Antinews): Document completion changes. Some additional
1603 copyedits and rearrangement of entries.
1604
b2a42eb7
CY
16052009-05-12 Chong Yidong <cyd@stupidchicken.com>
1606
932fd020
CY
1607 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1608 (Shell History Copying, Terminal emulator): Copyedits.
1609
1c6c854e
CS
1610 * xresources.texi (Resources): Simplify descriptions.
1611 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1612 (Table of Resources): Document fontBackend resource.
1613
b2a42eb7
CY
1614 * trouble.texi (Quitting): Add other undo bindings to table.
1615 (DEL Does Not Delete): Note that the erasure key is usually labelled
1616 "Backspace". Remove discussion of obscure Xmodmap issue.
1617
c6ea7fb8
CY
16182009-05-07 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * files.texi (Visiting): Copyedits.
1621
ad36c422
CY
16222009-05-06 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * basic.texi (Inserting Text): Document ucs-insert.
1625
1626 * mule.texi (International Chars): Define "multibyte". Note that
1627 internal representation is unicode-based. Simplify definition of raw
1628 bytes. Mention ucs-insert.
1629 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1630 (Language Environments): Add language environments new to Emacs 23.
1631 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1632 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1633 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1634 (Output Coding): Copyedits.
1635
1636 * emacs.texi (Top): Update node listing.
1637
d4ad7b96
CY
16382009-05-05 Per Starbäck <per@starback.se> (tiny change)
1639
1640 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1641
5bd66204
SM
16422009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * building.texi (Lisp Libraries): `load-library' does offer completion.
1645
bc36ad1c
CY
16462009-04-28 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1649 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1650
f1a47884
EZ
16512009-04-25 Eli Zaretskii <eliz@gnu.org>
1652
1653 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1654
be77bd45
CY
16552009-04-22 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1658
1659 * building.texi (Lisp Interaction): Document initial-scratch-message.
1660
d3b82927
JB
16612009-04-18 Juanma Barranquero <lekktu@gmail.com>
1662
ed6e7b11
JB
1663 * msdog.texi (Windows Fonts): Fix typos.
1664
d3b82927
JB
1665 * files.texi (Save Commands): Fix pxref.
1666
bc323c04
CY
16672009-04-18 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * files.texi (Save Commands): Mention diff-buffer-with-file.
1670 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1671 Henoch (Bug#3036).
1672
2186d13f
GM
16732009-03-15 Glenn Morris <rgm@gnu.org>
1674
1675 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1676 the former is not always used.
1677 (Mail Headers): Use active voice. Add "Mail-reply-to".
1678 Change case of "Id". Avoid repeated "appropriate".
1679 (Mail Aliases): Fix previous change - use an example with a ".", so it
1680 does actually get quoted when expanded.
1681 (Mail Sending): Mailclient is the default on some systems.
1682 (Citing Mail): Mention mail-indentation-spaces.
1683 (Mail Mode Misc): Add an @dfn for "mail signature".
1684
71e454fc
CY
16852009-03-15 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1688 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1689 read-buffer-completion-ignore-case, and completion-styles.
1690 Remove description of partial-completion-mode.
71e454fc 1691
df1a3e06
GM
16922009-03-14 Glenn Morris <rgm@gnu.org>
1693
1694 * sending.texi (Mail Format): Fix typo. Add index entry for
1695 mail-header-separator.
1696 (Mail Headers): Put info about initialization and changing in one place
1697 at the start. Update FCC section for mbox Rmail. Clarify From
1698 section, mention mail-setup-with-from. Clarify Reply-to section.
1699 Add Mail-followup-to and mail-mailing-lists. Clarify References
1700 section.
1701 (Mail Aliases): Update example, make less contentious.
1702 Update for name change of mail-interactive-insert-alias.
1703 (Mail Mode): Remove mention of `%' as a word separator.
1704 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1705 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1706 commands. Clarify FCC handling. In mail-complete, add reference to
1707 Mail Aliases section, and mention mail-complete-function.
1708 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1709 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1710 signature netiquette. Explain how the mail hooks work when continuing
1711 a composition.
1712 (Mail Amusements): Internationalize the spook section a bit.
1713 Remove the spook mail-setup-hook example, since it doesn't work well.
1714 Mention fortune-file.
1715 (Mail Methods): Mention read-mail-command.
1716
ed6e7b11 17172009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1718
df1a3e06
GM
1719 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1720 and NS resources following recent changes.
959d68bd 1721
86dca3e8
JR
17222009-03-10 Jason Rumney <jasonr@gnu.org>
1723
1724 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1725 w32-use-visible-system-caret doc to indicate that it should get set
1726 automatically.
1727 (Windows Fonts): Add doc for the uniscribe backend.
1728
042fe98f
DN
17292009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1732 vc-dir. (Bug#2598)
1733
7f8dba73
RS
17342009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1735
1736 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1737
505e70c3
GM
17382009-03-05 Glenn Morris <rgm@gnu.org>
1739
04242bdc
GM
1740 * rmail.texi (Rmail Basics): Add reference to sorting.
1741 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1742 Minor re-wordings.
1743 (Rmail Motion): Mention rmail-next-same-subject.
1744 (Rmail Deletion): Expunging is not the only way to change the numbers.
1745 (Rmail Labels): Labels can also be used in sorting.
1746 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1747 (Rmail Display): Mention rmail-mime.
1748
00cfe22c
GM
17492009-03-04 Glenn Morris <rgm@gnu.org>
1750
1751 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1752 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1753 summary. Mention sorts cannot be undone.
1754 (Rmail Display): Give an example of how to use goto-address-mode.
1755 (Rmail Editing): It's keybindings that are redefined, not commands.
1756 Fix some typos.
1757 (Movemail): Some minor rewording.
1758 (Remote Mailboxes): Emacs movemail supports pop by default.
1759 Fix some minor grammatical issues. The "two alternative ways" to
1760 specify a POP mailbox are really just one. Remove all reference to the
1761 variables rmail-pop-password and rmail-pop-password-required, obsolete
1762 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1763 can support Kerberos.
1764
3d963b67
GM
17652009-03-03 Glenn Morris <rgm@gnu.org>
1766
1767 * rmail.texi (Rmail Deletion): Revert previous change, which was
1768 describing the Rmail summary versions.
1769 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1770 Minor re-wording for rmail-resend.
1771 (Rmail Make Summary): Summaries apply to buffers rather than files.
1772 <rmail-summary-by-topic>: Headers includes the subject.
1773 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1774 details, including prefix arguments.
2340abde 1775 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1776 Not counting lines might be faster.
1777 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1778 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1779 Name the commands bound to the various keys. Mention prefix argument
1780 for searching.
3d963b67
GM
1781 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1782 Simplify rmail-highlighted-headers description. Update face name.
1783
a8ce3d17
JB
17842009-03-02 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * mark.texi (Marking Objects): Fix typo.
1787
130a29b6
CY
17882009-03-01 Chong Yidong <cyd@stupidchicken.com>
1789
1790 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1791 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1792
9d5de6f8
GM
17932009-03-01 Glenn Morris <rgm@gnu.org>
1794
79fc530e 1795 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1796 (Rmail Motion): - M-s searches from the end of messages.
1797 (Rmail Deletion): Minor clarification. Fix numeric argument
1798 description.
1799 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1800 newmail and RMAILOSE files need not be in home-directory.
1801 (Rmail Files): Mention I/O menus are unselectable if no files match.
1802 Mention `MAIL' env-var.
1803
b545ff9c
JR
18042009-02-24 Jason Rumney <jasonr@gnu.org>
1805
1806 * mule.texi (Fontsets): Mention fontset-default, font specs and
1807 fallback fontsets.
1808 (Defining Fontsets): Mention ns and w32 variants of
1809 standard-fontset-spec. Update description of startup fontset to match
1810 Emacs 23 behavior.
a93be82a 1811 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1812 (International): Link to Modifying Fontsets.
b545ff9c 1813
75da0618 18142009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1815
1816 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1817 Mention ns-extended-platform-support-mode.
1818
6be93a16
KB
18192009-02-22 Karl Berry <karl@gnu.org>
1820
1821 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1822
867d4bb3
JB
18232009-02-19 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * basic.texi (Moving Point, Position Info):
1826 * files.texi (Visiting):
1827 * mini.texi (Completion Options):
1828 * text.texi (HTML Mode): Remove duplicate words.
1829
49b5c0e8
GM
18302009-02-20 Glenn Morris <rgm@gnu.org>
1831
1832 * rmail.texi: Minor updates for mbox rather than Babyl.
1833
f43a822c
KB
18342009-02-17 Karl Berry <karl@gnu.org>
1835
49b5c0e8 1836 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1837
80d634b8
RS
18382009-02-17 Richard M Stallman <rms@gnu.org>
1839
1840 * anti.texi (Antinews): Mention Babyl format.
1841
1842 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1843
1844 * rmail.texi: Update for mbox format.
1845 Various small fixes, as well as the following.
1846 (Out of Rmail): Node deleted.
1847 (Rmail): Update menu.
1848 (Rmail Files): Comment out set-rmail-inbox-list.
1849 Document rmail-inbox-list instead.
1850 (Rmail Output): Substantial changes since C-o is now
1851 rmail-output-as-seen and o is rmail-output.
1852 (Rmail Attributes): Delete `stored', add `retried'.
1853 (Rmail Display): Editing headers works in all cases.
1854
f0d129c6
GM
18552009-02-17 Glenn Morris <rgm@gnu.org>
1856
1857 * basic.texi (Position Info): M-x count-lines-region is not always on
1858 M-=. (Bug#2269)
1859
160f11d3
GM
18602009-02-09 Glenn Morris <rgm@gnu.org>
1861
1862 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1863 defaults.
1864
763e01c4
EZ
18652009-02-07 Eli Zaretskii <eliz@gnu.org>
1866
1867 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1868 documentation of possible problems with redecoding.
1869
f5e1441d
GM
18702009-02-03 Glenn Morris <rgm@gnu.org>
1871
1872 * rmail.texi (Out of Rmail): Mention b2m.pl.
1873
e1eabe41
GM
18742009-01-31 Glenn Morris <rgm@gnu.org>
1875
1876 * rmail.texi (Out of Rmail): Correct b2m location.
1877
dd05f9de
CY
18782009-01-27 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * fixit.texi (Undo): Update undo limit values.
1881
d74d846e
GM
18822009-01-27 Glenn Morris <rgm@gnu.org>
1883
1884 * emacs.texi (Top): Fix Antinews menu entry.
1885
49ffdce8
KB
18862009-01-25 Karl Berry <karl@gnu.org>
1887
1888 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1889 item with no marker, instead of the syntactically incorrect
1890 @itemize @asis.
1891
467e8d77
JL
18922009-01-25 Juri Linkov <juri@jurta.org>
1893
1894 * building.texi (Grep Searching): Fix index entry for lgrep.
1895
6c60bbdb
EZ
18962009-01-24 Eli Zaretskii <eliz@gnu.org>
1897
1898 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1899
9ce5a36f
AR
19002009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1901
1902 * macos.texi (Preferences Panel): Update description of font setting to
1903 reflect that prior frame selection is no longer needed.
1904
9aa5f2fb
NR
19052009-01-20 Nick Roberts <nickrob@snap.net.nz>
1906
1907 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1908 raise GUD subsections.
1909
3892ff9c
GM
19102009-01-15 Glenn Morris <rgm@gnu.org>
1911
1912 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1913
14731c8f
GM
19142009-01-10 Glenn Morris <rgm@gnu.org>
1915
1916 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1917
45c55e53
CY
19182009-01-04 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1921 logical lines.
1922
2e4667d1
JL
19232008-12-29 Juri Linkov <juri@jurta.org>
1924
1925 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1926
1927 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1928
2a3eac47
CY
19292008-12-28 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1932 goto-address-mode instead of goto-address.
1933
3da8da94
CY
1934 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1935 mode.
1936
2a3eac47
CY
1937 * emacs.texi (Top): Update node listing.
1938
057f6dd3
EZ
19392008-12-26 Eli Zaretskii <eliz@gnu.org>
1940
1941 * custom.texi (Directory Variables): Explain what is a "project".
1942 Add indexing. Improve wording. Add a footnote about using
1943 _dir-locals.el on MS-DOS.
1944
e6979067
DN
19452008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1946
1947 * files.texi (Misc File Ops): Mention chmod as an alias for
1948 set-file-modes.
1949
9de15963
MR
19502008-12-24 Martin Rudalics <rudalics@gmx.at>
1951
1952 * help.texi (Help): Fix typos and reword.
1953 (Help Summary): Add entries for C-h n and C-h r, reorder
1954 entries, and do some minor fixes.
1955 (Name Help): Say that C-h F works for commands only.
1956 (Misc Help): Say that view-lossage displays 300 keystrokes.
1957
236fd60d
GM
19582008-12-20 Glenn Morris <rgm@gnu.org>
1959
1960 * ack.texi (Acknowledgments): General update based on AUTHORS,
1961 including removal of some stuff no longer distributed.
1962
349b3256
AM
19632008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1964
1965 * fixit.texi: Mention hunspell
1966
e840fca5
GM
19672008-12-19 Glenn Morris <rgm@gnu.org>
1968
1969 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1970 Consolidate explanatory text at start.
e840fca5
GM
1971
1972 * display.texi (Text Display):
1973 * indent.texi (Indentation): Use @acronym with ASCII.
1974
9dfa7983
GM
19752008-12-18 Glenn Morris <rgm@gnu.org>
1976
1977 * ack.texi: Various small updates and fixes.
1978
97b3a00b
JL
19792008-12-18 Juri Linkov <juri@jurta.org>
1980
1981 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1982 as a key binding to start a forward nonincremental word search.
1983 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1984 a backward nonincremental word search. Add index for `M-s w'
1985 `isearch-forward-word'.
1986 (Regexp Search): Add a short summary of regexp key commands like
1987 in the node "Basic Isearch".
1988 (Other Repeating Search): Fix typo.
1989
19902008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1991
1992 * misc.texi (PostScript Variables): Fix doc.
1993
31ce6a07
CY
19942008-12-10 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * programs.texi (Program Modes): Mention Ruby mode.
1997
636b507b
DN
19982008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * misc.texi (emacsclient Options): Describe what an empty string
2001 argument does for --alternate-editor.
2002
a323fa14
CY
20032008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2004
2005 * cmdargs.texi (Font X): Distinguish between client-side and
2006 server-side fonts. List valid Fontconfig properties. Add reference to
2007 Fontconfig manual. List valid GTK font properties. Explain use of
2008 fc-list.
2009
c5ca6cd0
CY
20102008-12-09 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * cmdargs.texi (Font X): Move discussion of quoting to top.
2013
e5136377
GM
20142008-12-06 Glenn Morris <rgm@gnu.org>
2015
2016 * maintaining.texi (Old Revisions): Improve previous change.
2017
248c026b
RS
20182008-12-05 Richard M Stallman <rms@gnu.org>
2019
2020 * anti.texi (Antinews): Minor fixes.
2021
a9253a1e
GM
20222008-12-03 Glenn Morris <rgm@gnu.org>
2023
2024 * maintaining.texi (Old Revisions): Fix diff-switches description.
2025
fa687b02
MR
20262008-12-01 Martin Rudalics <rudalics@gmx.at>
2027
2028 * emacs.texi (Top): Fix typo.
2029
72e6decd
CY
20302008-11-30 Chong Yidong <cyd@stupidchicken.com>
2031
320ee034
CY
2032 * misc.texi (Document View): Explain dependence on gs at the top.
2033 Copyedits.
2034
2035 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2036
72e6decd
CY
2037 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2038 (Comment Commands): Discuss region-active behavior of M-; first.
2039
2a472ee4
MR
20402008-11-29 Martin Rudalics <rudalics@gmx.at>
2041
9c6361c9
MR
2042 * display.texi (Line Truncation): Add reference to Continuation
2043 Lines.
2044
2a472ee4
MR
2045 * windows.texi (Pop Up Window): Mention split-height-threshold
2046 and split-width-threshold.
9c6361c9 2047 (Split Window): Add reference to Continuation Lines.
2a472ee4 2048
e93bc142
AR
20492008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2050
2051 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2052 (GNUstep Support): New node.
2053 * anti.texi:
2054 * emacs.texi:
2055 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2056
43b978db
RS
20572008-11-28 Richard M Stallman <rms@gnu.org>
2058
2059 * misc.texi (Dissociated Press): Minor cleanups.
2060
2061 * dired.texi (Image-Dired): Avoid passive.
2062
e8e2bd93
EZ
20632008-11-28 Eli Zaretskii <eliz@gnu.org>
2064
2065 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2066 representation.
2067
8d2d45da
CY
20682008-11-26 Richard M. Stallman <rms@gnu.org>
2069
2070 * files.texi (Visiting): Rewrite paragraph for clarity.
2071
2072 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2073
a5f7bbcc
AM
20742008-11-25 Alan Mackenzie <acm@muc.de>
2075
2076 * programs.texi (Moving by Parens): Clarify that parens inside strings
2077 and comments are ignored, and that the commands assume the starting
2078 point isn't in a string or comment.
2079
a71703d3
AR
20802008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2081
2082 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2083 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2084 version.
2085 (Mac Customization): Rewrite Preferences Panel section and merge in to
2086 this node, add Open files by dragging to an Emacs window.
2087
2088 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2089
aa5ab79a
CY
20902008-11-26 Chong Yidong <cyd@stupidchicken.com>
2091
0cc92c19
CY
2092 * files.texi (Misc File Ops): Document set-file-modes.
2093
c366b4e4
CY
2094 * windows.texi (Split Window): Document integer values of
2095 truncate-partial-width-windows.
2096
aa5ab79a
CY
2097 * text.texi (Text): Simplify description of markup languages.
2098 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2099 (TeX Editing): Note that `""' inserts one `"' character.
2100 (HTML Mode): Note in the introduction that XML mode is an alias for
2101 SGML mode. Mention nXML mode.
2102
56221db7
CY
21032008-11-25 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * building.texi (Watch Expressions): Fix typo.
2106
90effe33
CY
21072008-11-24 Chong Yidong <cyd@stupidchicken.com>
2108
f90a5ae3
CY
2109 * files.texi (Visiting): Document new behavior of
2110 confirm-nonexistent-file-or-buffer.
2111
1c6c854e
CS
2112 * buffers.texi (Select Buffer):
2113 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2114
a18ffb4a
CY
2115 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2116 edit-picture.
2117
90effe33
CY
2118 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2119 edit-picture', since that is just an alias for picture-mode.
2120 (Sentences): Note that repeated M-@ extends the region.
2121 (Pages): Make terminology more consistent. Link to Regexps node.
2122 (Longlines): Discuss relationship with Visual Line mode.
2123 (Text Mode): Remove extraneous discussion of other modes, since they
2124 were already introduced in the parent node.
2125
e85103ec
CY
21262008-11-23 Chong Yidong <cyd@stupidchicken.com>
2127
5cb2fe30
CY
2128 * anti.texi (Antinews): Rewrite.
2129
1eb9b307 2130 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2131
2132 * frames.texi (Frame Commands): Mention "minimize" terminology.
2133
e85103ec
CY
2134 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2135 formats.
b908332f
CY
2136 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2137 (Misc X): Don't document useless -hb option.
e85103ec 2138
607f5f88
JL
21392008-11-22 Juri Linkov <juri@jurta.org>
2140
2141 * dired.texi (Dired Navigation): Change normal file name search option
2142 from `non-nil' to `t'. Add `dwim' option.
2143
e1b867a0
JL
21442008-11-22 Juri Linkov <juri@jurta.org>
2145
2146 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2147 ".dir-locals.el". Rename `define-project-bindings' to
2148 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2149 `dir-locals-set-directory-class'.
2150
dd186936
LK
21512008-11-22 Lute Kamstra <lute@gnu.org>
2152
2153 * buffers.texi (Select Buffer): Index goto-line.
2154 * basic.texi (Moving Point): Mention the use of a numeric prefix
2155 argument with goto-line and refer to Select Buffer for the use of a
2156 plain prefix argument.
2157
4b121911
GM
21582008-11-19 Glenn Morris <rgm@gnu.org>
2159
2160 * doclicense.texi: Update to FDL 1.3.
2161 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2162
27267e4c
CY
21632008-11-17 Chong Yidong <cyd@stupidchicken.com>
2164
696f351d
CY
2165 * custom.texi (Minor Modes): Define mode commands and mode variables
2166 more precisely. Recommend using mode commands instead of setting
2167 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2168 (Easy Customization): Use "init file" instead of .emacs.
2169 (Customization Groups): Update to new Custom buffer appearance.
2170 (Saving Customizations): Copyedits. Update example.
2171 (Variables): Give example of variable type-sensitivity.
2172 (Examining): Update example.
2173 (Hooks): Copyedits.
2174 (Specifying File Variables): Use C comments instead of an artificial
2175 Lisp for the example.
2176 (Keymaps): Move internals discussion to Prefix Keymaps.
2177 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2178 (Init Rebinding): Document kbd macro.
2179 (Init File): Link to Find Init.
696f351d
CY
2180
2181 * mark.texi (Using Region): Document Delete Selection Mode more
2182 thoroughly.
2183
2184 * frames.texi (Mouse Commands): Move most of the description of Delete
2185 Selection Mode to Using Region, and link to it.
1bc9c425 2186 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2187
b0570c25
CY
2188 * building.texi (Compilation): Document first-error value of
2189 compilation-scroll-output.
2190 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2191 works as soon as an error is available. Suggested by Juri Linkov.
2192
27267e4c
CY
2193 * mini.texi (Passwords): New node.
2194
2195 * files.texi (Remote Files): Link to Passwords node.
2196
2197 * emacs.texi (Top): Update node listings.
2198
122eb807
CY
21992008-11-16 Chong Yidong <cyd@stupidchicken.com>
2200
9c9855a3
CY
2201 * ack.texi (Acknowledgments): Some updating of credits.
2202
bd6fdcad
CY
2203 * emacs.texi (Acknowledgments): Add a couple more names.
2204
dd1eef46
CY
2205 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2206
122eb807 2207 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2208 (Misc File Ops): Document use of trash.
122eb807 2209
801a8da1
JB
22102008-11-16 Juanma Barranquero <lekktu@gmail.com>
2211
2212 * macos.texi (Mac Customization): Fix typos.
2213
0b4f2253
CY
22142008-11-14 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2217 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2218 the conventions of the main Emacs manual.
2219
2220 * emacs.texi (Top): Update node listings.
2221
517e2b89
CY
22222008-11-12 Chong Yidong <cyd@stupidchicken.com>
2223
07a85685
CY
2224 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2225 command-line-args is processed during startup.
2226 (Action Arguments): Correctly describe how file arguments interact with
2227 the startup screen. Link to Lisp Interaction for scratch buffer.
2228 (Initial Options): Link to Command Example for -batch option.
2229 (Environment): Document initial-environment.
2230
517e2b89
CY
2231 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2232 can't be changed in the site-start file.
2233
6337bbde
CY
22342008-11-07 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * dired.texi (Dired): Mention C-x C-d too.
2237 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2238 (Dired Navigation): Explain dired-goto-file more clearly.
2239 Document dired-isearch-filenames.
6337bbde
CY
2240 (Dired Deletion): Remove unnecessary "expunged" terminology.
2241 (Flagging Many Files): & is now rebound to `% &'.
2242 (Shell Commands in Dired): Document dired-do-async-shell-command.
2243 Clarify how multi-file arguments are passed.
2244 (Misc Dired Features): Document dired-do-isearch.
2245
9e8eeff9
CY
22462008-11-06 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2249
e071f849
CY
22502008-11-03 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2253
05482eb1
CY
22542008-11-01 Chong Yidong <cyd@stupidchicken.com>
2255
e2346dea
CY
2256 * programs.texi (Program Modes): Link to Program Indent node.
2257 (Left Margin Paren): Explain consequences of changing
2258 open-paren-in-column-0-is-defun-start more concisely.
2259 (Which Function, Program Indent, Info Lookup): Minor edits.
2260 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2261 (Multi-line Indent): If region is active, TAB indents the region.
2262 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2263 (Matching): The delimiter at the cursor is highlighted---the character
2264 changes color.
2265 (Symbol Completion): Link to Completion node.
2266
e4b6428c
CY
2267 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2268 a strictly text-only system.
2269
05482eb1
CY
2270 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2271 batch mode.
2272
a11d3737
RS
22732008-11-01 Richard M. Stallman <rms@gnu.org>
2274
5abad626
RS
2275 * misc.texi (Document View): Major rewrite.
2276
a11d3737
RS
2277 * maintaining.texi (Types of Log File): Change logs are older than
2278 version control.
2279 (VCS Concepts): Simplify and rearrange.
2280 (Version Control Systems): Make it clear that Linux is only the kernel.
2281 (VC Mode Line): Shorten reference to menu item.
2282 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2283 (VC Directory Mode): Minor cleanup.
2284 Unchanged files are hidden, not omitted.
2285 (VC Directory Commands): Shorten and simplify.
2286 (Change Log Commands): New node, split from Change Logs.
2287 (VC Directory Buffer): New node, split from VC Directory Mode.
2288
c55a4acb
CY
22892008-10-31 Chong Yidong <cyd@stupidchicken.com>
2290
1c6c854e 2291 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2292 from files.texi.
2293
1c6c854e
CS
2294 * files.texi (Version Control): Move to maintaining.texi.
2295 Subnodes moved as well.
2296 (Document Files): Move to misc.texi.
df0356f6 2297
c55a4acb
CY
2298 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2299 vc-update-change-log.
df0356f6
CY
2300 (Version Control): Move here from files.texi.
2301 (Format of ChangeLog): Make it a subnode of Change Log.
2302
2303 * emacs.texi (Top): Update node listing.
c55a4acb 2304
ef082374
TH
23052008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2306
2307 * files.texi (Files): Add a section about document
2308 files (doc-view-mode).
2309
d52582c3
CY
23102008-10-31 Chong Yidong <cyd@stupidchicken.com>
2311
1c6c854e
CS
2312 * building.texi (Compilation Mode):
2313 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2314 (Debuggers): Lower GUD subsections to subsubsections.
2315 (Starting GUD): Add cindex.
2316 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2317
4e0a0968
CY
23182008-10-30 Chong Yidong <cyd@stupidchicken.com>
2319
03625b47
CY
2320 * indent.texi (Indentation): Link to Program Indent.
2321
4e0a0968
CY
2322 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2323 now uses emacsclient's terminal.
2324
8bd3f7ef
CY
23252008-10-29 Chong Yidong <cyd@stupidchicken.com>
2326
80e5620e
CY
2327 * mark.texi (Using Region): Document use-empty-active-region.
2328
97d5c404
CY
2329 * emacs.texi (Top): Update node listings.
2330
1c6c854e
CS
2331 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2332 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2333 (Invoking emacsclient): Rewrite, moving optional arguments to
2334 emacsclient Options.
21d2bae3
CY
2335 (emacsclient Options): New node. Document server-use-tcp and
2336 server-host.
8bd3f7ef 2337
5fda2cbd
CY
23382008-10-28 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * indent.texi (Indentation): Replace list with paragraphed text,
2341 putting description of syntax-driven indentation first. Document new
2342 effect of active regions on tab.
2343 (Tab Stops): Note that editable tab stops affect indentation commands.
2344
4ff029f6
DN
23452008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2348
996cd6e4
CY
23492008-10-23 Chong Yidong <cyd@stupidchicken.com>
2350
f28815e3
CY
2351 * custom.texi (Function Keys): Note that modified keypad keys are not
2352 translated.
2353
996cd6e4
CY
2354 * basic.texi (Arguments): Explain how to insert multiple digits.
2355
49545fe2
MA
23562008-10-22 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * files.texi (Remote Files): Precise selection of default method.
2359 Rewrite paragraph about disabling remote file names.
2360
edac0b53
CY
23612008-10-22 Chong Yidong <cyd@stupidchicken.com>
2362
e752c544
CY
2363 * search.texi (Special Isearch): Document M-TAB is isearch.
2364
edac0b53
CY
2365 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2366 command.
2367
2368 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2369
20a36054
TH
23702008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2371
1c6c854e 2372 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2373 section.
2374
69051ab6
CY
23752008-10-21 Chong Yidong <cyd@stupidchicken.com>
2376
c4b1a32a
CY
2377 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2378 to files.texi. Move contents of vc2-xtra.texi here.
2379
2380 * vc2-xtra.texi: File removed.
2381
2382 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2383 Directory Commands from the submenu. Don't include deleted file
2384 vc2-xtra.texi.
2385
2386 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2387 (Version Control): Add VC Directory Mode and VC Directory Commands to
2388 the submenu.
2389 (Why Version Control?): Use table format.
2390 (Version Control Systems): Note that Meta-CVS support is gone.
2391 (VCS Concepts): Note precisely when VC started supporting filesets.
2392 Remove bogus xref to CVS Options node.
2393 (Types of Log File): Copyedits.
2394 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2395 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2396 The Right Thing.
2397 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2398 (Log Buffer): Reorganize node, putting C-c C-c description first.
2399 (Old Revisions): Use CVS for example, not RCS.
2400 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2401 Commands from the submenu, putting them under Version Control.
2402 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2403 need to include it in the manual unconditionally, since it is now
2404 crucial to using distributed version control systems.
1a6e2954
CY
2405 (Comparing Files): Note that diff uses the minibuffer, and that the
2406 output is shown using Diff mode.
1c6c854e
CS
2407 (Diff Mode): Explain what "patch" and "hunk" mean.
2408 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2409 diff-show-trailing-whitespaces.
1a6e2954 2410 (File Archives): Add rar support.
c4b1a32a 2411
69051ab6
CY
2412 * major.texi (Choosing Modes): Make mode selection sequence more
2413 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2414 magic-mode-alist is nil by default.
2415 Document magic-fallback-mode-alist.
69051ab6 2416
e7421e03
CY
24172008-10-20 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * frames.texi (Mouse References): Copyedits.
2420
6b2efdc2
TH
24212008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2422
2423 * ack.texi (Acknowledgments): Add myself as doc-view author.
2424
9c5e9396
EZ
24252008-10-20 Eli Zaretskii <eliz@gnu.org>
2426
2427 * frames.texi (Dialog Boxes): Add @cindex entries.
2428
dac94f8e
CY
24292008-10-20 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2432 (Text-Only Mouse): Copyedit.
2433
25597d40
CY
24342008-10-19 Chong Yidong <cyd@stupidchicken.com>
2435
f8a447f6
CY
2436 * frames.texi: Use @key throughout for mouse clicks.
2437 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2438 (Secondary Selection): Fix modified mouse click syntax.
2439 (Clipboard): Describe Cut, Copy and Paste commands.
2440 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2441 Copyedits.
2442 (Creating Frames): Add xref to Init File.
2443 (Frame Commands): Add xref to Exiting.
2444 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2445
b0f95216
CY
24462008-10-15 Chong Yidong <cyd@stupidchicken.com>
2447
b0817f00
CY
2448 * files.texi (Version Control): Copyedits. Add Bazaar.
2449 (Version Control Systems): List different VCS's using an itemized list.
2450 Add Bazaar.
2451 (VCS Concepts): Copyedits. Tweak description of file merging.
2452
b0f95216
CY
2453 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2454 (Cut/Paste Other App): Document select-active-regions and
2455 x-select-enable-primary.
2456
69d0d701
CY
24572008-10-13 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * mark.texi (Shift Selection): Correct case in node name.
2460
2461 * emacs.texi (Top): Update node order in Mark chapter.
2462
375e8351
EZ
24632008-10-12 Eli Zaretskii <eliz@gnu.org>
2464
2465 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2466
2467 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2468 elsewhere in the manual instead of describing yet again the intricacies
2469 of $HOME on MS-Windows and MS-DOS.
2470
ab58114f
CY
24712008-10-12 Chong Yidong <cyd@stupidchicken.com>
2472
4f959513 2473 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2474 (Minibuffer File): Add discussion of `~' in file names.
2475 Add insert-default-directory index reference.
4f959513 2476
ab58114f
CY
2477 * files.texi (File Names): Reorganize description.
2478 (Visiting): Add xref to Mode Line. Copyedits.
2479 (Save Commands): Mention prefix behavior of C-x C-s.
2480 (Numbered Backups): Node deleted.
2481 (Backup Names): Contents of Numbered Backups moved here. State default
2482 of version-control variable.
2483 (Reverting): Copyedits.
2484 (Version Control): Add additional version control systems.
2485
2486 * emacs.texi (Top): Delete Numbered Backups node.
2487
2488 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2489 Backup Names.
f2884f63 2490 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2491
b0b5100a
RF
24922008-10-11 Romain Francoise <romain@orebokech.com>
2493
2494 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2495
89774b5f
CY
24962008-10-11 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2499 (Select Buffer): Mention use of minibuffer history. Describe default
2500 value of default-major-mode. Mention that C-x 4 b selects the other
2501 window.
2502 (List Buffers): Document CRM indicators in the order they appear.
2503 (Kill Buffer): Document new command kill-matching buffers.
2504 (Several Buffers): Move explanation of the relationship between buffer
2505 list and buffer menu to the top.
2506 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2507
4c72bf27
CY
25082008-10-10 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * entering.texi (Exiting): Document change of C-x C-c to
2511 save-buffers-kill-terminal. Document kill-emacs.
2512
f68eb991
EZ
25132008-09-30 Eli Zaretskii <eliz@gnu.org>
2514
2515 * mule.texi (Coding Systems): Don't mention codepage-setup.
2516
2517 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2518 cpNNN coding systems anymore.
2519 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2520 for unibyte mode. Don't mention line-drawing characters.
2521 Don't mention dos-unsupported-char-glyph.
f68eb991 2522
1a2dd44d
CY
25232008-09-25 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * search.texi (Search): Shorten introduction.
2526 (Basic Isearch): Add command table. Discuss reverse isearch and
2527 isearch highlighting.
2528 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2529 ring to cindex.
2530 (Special Isearch): Move input methods discussion here.
2531 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2532 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2533 Repeat Isearch.
2534 (Isearch Minibuffer): New node.
2535 (Word Search): Document new word search commands.
2536 (Regexp Example): Simplify example using sentence-end-base variable.
2537 (Replace): Reword introduction.
2538 (Unconditional Replace): Remove unnecessary example.
2539 (Other Repeating Search): Document new `M-s o' binding.
2540
2541 * emacs.texi (Top): Update node listings.
2542
e45da31d
JB
25432008-09-22 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * emacs.texi (Top): Remove Kill Errors from menu.
2546
841c8096
CY
25472008-09-22 Chong Yidong <cyd@stupidchicken.com>
2548
402168fa
CY
2549 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2550 interface for defining macros. Simplify examples. Note that C-g quits
2551 macro definitions.
1c6c854e
CS
2552 (Keyboard Macro Counter): Document using F3 to insert counter.
2553 Give usage example.
402168fa
CY
2554 (Keyboard Macro Query): Organize query responses in a table.
2555
1c6c854e
CS
2556 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2557 Link to Erasing node.
841c8096
CY
2558 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2559 rationale to a footnote.
2560 (Kill Errors): Remove node, due to redundancy with Erasing.
2561 (Spelling): Move discussion of flyspell to end. Note new behavior of
2562 M-$ in active region. Remove non-ispell-specific keybindings from
2563 table.
2564
eab2ee89
DN
25652008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2566
2567 * cmdargs.texi (Initial Options): Document --daemon.
2568
3d53e905
GM
25692008-09-20 Glenn Morris <rgm@gnu.org>
2570
2571 * files.texi (Numbered Backups): Mention that some modes set
2572 version-control.
2573
1c90484d
GM
25742008-09-20 Jim Blandy <jimb@red-bean.com>
2575
2576 * files.texi (Numbered Backups): Reference File Variables, as well.
2577 Remove discussion of Rmail's implementation.
2578
0fc0d844
CY
25792008-09-06 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * misc.texi (Recursive Edit): Note that top-level exits active
2582 minibuffers.
2583
2584 * trouble.texi (Quitting): Likewise.
2585
b18d283d
CY
25862008-08-31 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * emacs.texi (Top): Add Temporary Face Changes xref.
2589
2590 * display.texi (Display): Move Temporary Face Changes node to just
2591 after Standard Faces.
2592 (Scrolling): Document recenter-top-bottom instead of recenter.
2593 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2594 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2595 (Display Custom): Copyedits.
2596 (Optional Mode Line): Document display-battery-mode.
2597
180135fc
RF
25982008-08-27 Romain Francoise <romain@orebokech.com>
2599
2600 * custom.texi (Directory Variables): Minor fix.
2601
d3fe3475
GM
26022008-08-27 Glenn Morris <rgm@gnu.org>
2603
2604 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2605 descriptions.
2606 (Calendar Customizing): Tweak layout description.
183080b6 2607 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2608 markers. Condense calendar-star-date and calendar-mark-today
2609 description.
2610 (Holiday Customizing): Add oriental and solar holidays.
2611 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2612 Fix holiday-float description. Use zerop in examples. Be less verbose.
2613 (Date Display Format): Change ISO format. Be less verbose.
2614 (Diary Customizing): Mention day and month abbrev arrays.
2615 Mention the date-form variables by name. Update European example.
2616 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2617 Condense examples. Mention diary-entry-symbols by name.
2618 Condense table for insertion commands.
2619 (Fancy Diary Display): Mention diary-include-string and
2620 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2621 Ethiopic, Persian date functions. Condense descriptions.
2622
2623 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2624 (Adding to Diary): Adapt for changed node name.
2625
71755807
GM
26262008-08-26 Glenn Morris <rgm@gnu.org>
2627
2628 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2629 node "Hebrew/Islamic Entries".
2630
2631 * calendar.texi (Specified Dates): Fix names of iso functions.
2632 (General Calendar): There may not be another window.
2633 (Writing Calendar Files, Holidays): Tweak intro.
2634 (Holidays): Mention Baha'i and Chinese holidays.
2635 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2636 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2637 (To Other Calendar): Add calendar-print-other-dates.
2638 Refer to "graphic display" rather than "X.
2639 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2640 (Displaying the Diary): Fix whitespace after reference.
2641 Fix `diary-number-of-entries' reference.
2642 (Date Formats): Explicitly mention that day names can be abbreviated.
2643 (Adding to Diary): Add some references to other sections.
2644 (Special Diary Entries): Fix reference.
2645 (Appointments): Simplify appt-message-warning-time entry.
2646 Clarify where times must be.
2647 (Importing Diary): Comment out icalendar paragraph that does not apply.
2648 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2649
d76ebc75
GM
26502008-08-23 Glenn Morris <rgm@gnu.org>
2651
2652 * fortran-xtra.texi (Fortran): Change description of free form and
2653 fixed form a bit. Mention hideshow and imenu.
2654 (Fortran Motion): Mention fortran-end-of-subprogram,
2655 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2656 (Fortran Indent): Minor re-word.
2657 (ForIndent Commands): Mention fortran-fill-paragraph and
2658 fortran-fill-statement.
2659 (ForIndent Cont): Mention fortran-tab-mode-string.
2660 (Fortran Comments): Mention fortran-comment-line-start-skip.
2661 (Fortran Columns): Mention font-locking.
2662 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2663
1fc0ce04 26642008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2665
2666 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2667
5c52e13c
CY
26682008-08-22 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * mini.texi (Minibuffer): Simplify introduction.
2671 (Minibuffer File): Document tilde in minibuffer filenames.
2672 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2673 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2674 (Completion Example): Update example to current command list.
2675 (Completion Options): Document `lazy' value of completion-auto-help.
2676 Update contents of completion-ignored-extensions.
2677 (Minibuffer History): Describe "future history" list. State default
2678 value of history-delete-duplicates.
2679
77a00355
GM
26802008-08-21 Glenn Morris <rgm@gnu.org>
2681
2682 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2683 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2684
39ee1d04
CY
26852008-08-17 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * regs.texi (Registers): Clarify valid register names.
2688 (RegPos): Note that buffer is saved and restored too.
2689 (RegText): Note that mark is reactivated/deactivated.
2690 (RegConfig): Xref to Windows node.
2691
b12c348f
CY
26922008-08-16 Chong Yidong <cyd@stupidchicken.com>
2693
3ae7ba79
CY
2694 * basic.texi (Inserting Text): Provide command name for C-q.
2695
b12c348f
CY
2696 * killing.texi (Killing): Copyedit. Define read-only text.
2697 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2698 (Killing by Lines): Copyedit.
2699 (Other Kill Commands): Move M-w description here.
2700 (Yanking): Move M-w to Other Kill Commands.
2701 (Kill Ring): Also mention saving text in registers. Link to Text
2702 Properties in elisp manual.
2703 (Accumulating Text): Copyedit.
2704 (CUA Bindings): Shift selection is now the default.
2705
d8ff7692
TZ
27062008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2707
2708 * maintaining.texi (Change Log): Mention next-error is available.
2709
a43a8a2e
GM
27102008-08-10 Glenn Morris <rgm@gnu.org>
2711
2712 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2713 and intermonth text.
2714 (Holiday Customizing): Add holiday-chinese.
2715
eba27308
EZ
27162008-08-08 Eli Zaretskii <eliz@gnu.org>
2717
2718 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2719
5f14a5b3
DN
27202008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2721
2722 * files.texi (Log Buffer): Describe C-c C-d.
2723 (Diff Mode): Describe C-x 4 A.
2724
49989bff
EZ
27252008-08-06 Eli Zaretskii <eliz@gnu.org>
2726
2727 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2728
5c915c02
DN
27292008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2730
2beaf97a
DN
2731 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2732 describe the new bindings to show the changeset diff, toggle annotation
2733 visibility, show revisions.
2734 (VC Status): Describe key bindings for modifying the change comments,
2735 displaying changeset diffs and annotations.
2736
5c915c02
DN
2737 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2738
71798ace
NR
27392008-08-05 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2742
b8949644
EZ
27432008-08-02 Eli Zaretskii <eliz@gnu.org>
2744
2745 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2746 and wording.
2747
819567d1
DN
27482008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2751 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2752 commands. Improve some old info.
2753
5f38310a
CY
27542008-07-31 Chong Yidong <cyd@stupidchicken.com>
2755
0dc3906b
CY
2756 * display.texi (Visual Line Mode): New node.
2757
5f38310a 2758 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2759 (Moving Point): Add additional alternative key bindings.
2760 Describe line-move-visual.
5f38310a
CY
2761 (Erasing): Describe DEL.
2762 (Basic Undo, Blank Lines, Arguments): Copyedit.
2763 (Continuation Lines): Mention Visual Line mode.
2764 (Position Info): Move extended discussion to mule.texi.
2765
2766 * mule.texi (International Chars): Describe C-x =.
2767
2768 * emacs.texi (Top): Add Visual Line Mode node.
2769
7c2fb837
DN
27702008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2771
2772 * emacs.texi: Remove VMS support.
2773
3f6b73ef
DN
27742008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2775
2776 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2777 the vc-dir command name.
2778
9e2a2647
DN
27792008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2780
2781 * xresources.texi: Remove mentions of Mac Carbon.
2782
568beaa2
AS
27832008-07-19 Andreas Schwab <schwab@suse.de>
2784
2785 * ns-emacs.texi: Move to ../misc.
2786
0ef94706
CY
27872008-07-15 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * entering.texi (Exiting): Don't describe text-only terminals as the
2790 default. Describe the new startup screen.
2791 (Exiting): Describe how to kill Emacs first. Change description of
2792 iconification to handle modern window systems.
2793
ba60bd44 27942008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2795
2796 * ns-emacs.texi: New file, documents features of Emacs port under
2797 NeXTstep windowing.
2798
9f30aa73
CY
27992008-07-15 Chong Yidong <cyd@stupidchicken.com>
2800
938a5d2e
CY
2801 * entering.texi (Entering Emacs): Update prev node.
2802
2803 * glossary.texi (Glossary): Remove xref to Text Characters.
2804
9f30aa73
CY
2805 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2806 directly, rather than in the context of ASCII. Move description of
2807 special properties of modifier key to new Modifier Keys node.
2808 (Keys): Copyedit.
2809 (Text Characters): Delete node. Multibyte is the default nowadays, and
2810 the node contents are obsolete.
2811
2812 * custom.texi (Modifier Keys): New node.
2813
2814 * emacs.texi (Top): Update node list.
2815
7e53d36c
CY
28162008-07-13 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2819 saying that Emacs provides menus and mouse support (which is par for
2820 the course).
2821
2822 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2823 early on.
2824 (Point): Copyedit. Relegate historical trivia to a footnote.
2825 (Mode Line): Explain mode-line format more consistently.
2826 (Menu Bar): Copyedit.
2827
1e9fa96d
GM
28282008-06-27 Glenn Morris <rgm@gnu.org>
2829
2830 * cal-xtra.texi (Sexp Diary Entries):
2831 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2832
dc9bebb8
CY
28332008-06-26 Chong Yidong <cyd@stupidchicken.com>
2834
2835 * mark.texi (Shift selection): New node.
2836 (Mark): Copyedits.
2837 (Persistent Mark): Move to the end of the chapter.
2838
e7881076
EZ
28392008-06-20 Eli Zaretskii <eliz@gnu.org>
2840
2841 * makefile.w32-in (distclean): Remove makefile.
2842
f427400c
NR
28432008-06-17 Nick Roberts <nickrob@snap.net.nz>
2844
2845 * building.texi (Starting GUD): Add an entry for gud-gdb.
2846 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2847 command mode.
2848
b597d348
GM
28492008-06-17 Glenn Morris <rgm@gnu.org>
2850
2851 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2852
647b7094
NR
28532008-06-17 Nick Roberts <nickrob@snap.net.nz>
2854
2855 * building.texi (Starting GUD): Expand on remote debugging.
2856 (Other GDB-UI Buffers): Mention new keyboard bindings.
2857
47a30023
GM
28582008-06-15 Glenn Morris <rgm@gnu.org>
2859
2860 * gnu.texi: Use a verbatim license for this invariant section,
2861 as per etc/GNU.
2862
37e5d54a
GM
28632008-06-13 Daniel Engeler <engeler@gmail.com>
2864
2865 * emacs.texi, misc.texi: Add documentation about serial port access.
2866
8e65d46c
GM
28672008-06-13 Glenn Morris <rgm@gnu.org>
2868
c1473b4c
MB
2869 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2870 maintain.info.
8e65d46c 2871
e40a85cd
MB
28722008-06-05 Miles Bader <miles@gnu.org>
2873
2874 * display.texi (Temporary Face Changes): Update to reflect function
2875 renamings in face-remap.el.
2876
56c73dec
MB
28772008-06-04 Miles Bader <miles@gnu.org>
2878
1c6c854e
CS
2879 * display.texi (Temporary Face Changes):
2880 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2881 `increase-buffer-face-height' and `decrease-default-face-height' now
2882 that they aren't bound by default.
2883
9d3d42fb
MB
28842008-06-03 Miles Bader <miles@gnu.org>
2885
2886 * display.texi (Temporary Face Changes): New node.
2887
2be6bfe2
EZ
28882008-05-31 Eli Zaretskii <eliz@gnu.org>
2889
2890 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2891
daf7e339
GM
28922008-05-31 Glenn Morris <rgm@gnu.org>
2893
2894 * cal-xtra.texi (Fancy Diary Display): Simplify.
2895
d21d2618
GM
28962008-05-30 Glenn Morris <rgm@gnu.org>
2897
2898 * cal-xtra.texi (Fancy Diary Display): Update for
2899 diary-display-function replacing diary-display-hook.
2900
71ce5fd0
JB
29012008-05-29 Drew Adams <drew.adams@oracle.com>
2902
2903 * msdog.texi (Windows Keyboard): Add descriptions of
2904 w32-register-hot-key and w32-unregister-hot-key.
2905
a3cdbdf8
MO
29062008-05-21 Tom Tromey <tromey@redhat.com>
2907
2908 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2909 Variables node.
2910
854a574c
MO
29112008-05-19 Tom Tromey <tromey@redhat.com>
2912
2913 * custom.texi (Variables): Add Directory Variables to menu.
2914 (Directory Variables): New node.
2915
7c2ec3f9
ER
29162008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2917
71ce5fd0 2918 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2919
370fded4
ER
29202008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2921
2922 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2923 Revision Tags and rewritten. Section now uses modern terminology,
2924 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2925 accurately.
2926
6af511e3
EZ
29272008-05-10 Eli Zaretskii <eliz@gnu.org>
2928
2929 * msdog.texi (Windows Files): Update documentation of
2930 w32-get-true-file-attributes.
2931
7a78b6e7
ER
29322008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2933
2934 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2935 directory mode.
2936
1bcfc24e
CY
29372008-05-08 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2940 entry "television".
1bcfc24e 2941
db86064f
ER
29422008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2943
ab5ec32c 2944 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2945
a31b405e
ER
29462008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2947
2948 * emacs/buffers.texi, emacs/files.texi (Version-control):
2949 vc-toggle-read-only is no longer a good idea...
2950
ff2c14fc
GM
29512008-04-29 Glenn Morris <rgm@gnu.org>
2952
2953 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2954
367c9b7c
JL
29552008-04-22 Juri Linkov <juri@jurta.org>
2956
2957 * dired.texi (Subdirectories in Dired): Describe using `^'
2958 to return to the parent directory.
2959
4ac1e9b4
NR
29602008-04-22 Nick Roberts <nickrob@snap.net.nz>
2961
2962 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2963 recent changes.
2964
b9b3bf2b
NR
29652008-04-19 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2968 (Other GDB-UI Buffers): Update for recent thread related changes.
2969
4d120d6a
SM
29702008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2971
2972 * maintaining.texi (Maintaining):
2973 * emacs.texi (Top): Typo.
2974
a152877d
SM
29752008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2976
b9b3bf2b
NR
2977 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2978 arg in `font-lock-add-keywords'.
a152877d 2979
36c0514c
GM
29802008-04-08 Glenn Morris <rgm@gnu.org>
2981
2982 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2983 Also add Baha'i calendar references where appropriate.
2984
06a97d46
GM
29852008-04-05 Glenn Morris <rgm@gnu.org>
2986
2987 * custom.texi (Init File): Byte-compiling .emacs is bad.
2988
6adc6eed
SM
29892008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2992
571388b0
GM
29932008-03-29 Glenn Morris <rgm@gnu.org>
2994
2995 * calendar.texi: Update for `calendar-date-style' replacing
2996 `european-calendar'.
2997
3ae8f876
JR
29982008-03-28 Jason Rumney <jasonr@gnu.org>
2999
3000 * display.texi (Display Custom): Mention overlay-margin in text.
3001
5bc6ddff 30022008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3003
5bc6ddff
MB
3004 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3005 tutorial' comments.
03a864d5 3006
7186a830
CY
30072008-03-28 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * mark.texi (Mark): Rearrange nodes.
3010 (Persistent Mark): Rename from Transient Mark.
3011 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3012 Describe Transient Mark mode as the default.
3013
3014 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3015 the default behavior with Transient Mark mode off.
3016 (Position Info): Fix typo.
3017
71ce5fd0
JB
3018 * display.texi (Standard Faces): Reference the Mark node.
3019 Remove discussion of the region face, which is discussed there.
7186a830
CY
3020
3021 * emacs.texi (Top): Update node listings.
3022
3023 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3024 as the default.
3025
3026 * fixit.texi (Undo): Standardize choice of undo key sequence.
3027 (Undo, Spelling): Describe Transient Mark mode as the default.
3028
3029 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3030 default.
3031
3032 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3033
3034 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3035 mode is the default, and note that the mark is not activated when set.
3036
3037 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3038 Describe Transient Mark mode as the default.
3039
3040 * search.texi (Basic Isearch): Reference the Mark Ring node.
3041 (Replace, Unconditional Replace, Other Repeating Search):
3042 Describe Transient Mark mode as the default.
3043
1c6c854e
CS
3044 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3045 Describe Transient Mark mode as the default.
7186a830
CY
3046 (Paragraphs): Describe how M-h behaves when region is active.
3047
3048 * trouble.texi (Quitting): Clarify effects of C-g.
3049
dc47d1ff
GM
30502008-03-13 Glenn Morris <rgm@gnu.org>
3051
3052 * emacs.texi (EMACSVER): Set to 23.0.60.
3053
e3e0fb39 30542008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3055
e3e0fb39
GM
3056 * dired.texi (Hiding Subdirectories): Fix previous change.
3057
30582008-03-05 Drew Adams <drew.adams@oracle.com>
3059
3060 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3061
5e14abf8
KS
30622008-02-28 Kim F. Storm <storm@cua.dk>
3063
3064 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3065 Move describe-distribution to C-h C-o.
3066 Move view-emacs-problems to C-h C-p.
3067 Add view-emacs-debugging on C-h C-d.
3068 Add view-external-packages on C-h C-e.
d0207bf3 3069 Add view-order-manuals on C-h C-m.
5e14abf8 3070
d0207bf3 30712008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3072
3073 * msdog-xtra.texi (MS-DOS): Docstring fix.
3074
87e391bb
EZ
30752008-02-09 Eli Zaretskii <eliz@gnu.org>
3076
3077 * msdog.texi (Windows Fonts): Use a @table for describing font
3078 properties.
3079
5662e503
JR
30802008-02-07 Jason Rumney <jasonr@gnu.org>
3081
3082 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3083 value has changed.
3084 (Windows HOME): Clarify what is meant by "if that fails as well".
3085 (Windows Fonts): New section.
3086
72463824
GM
30872008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3088
3089 * basic.texi (Basic Undo): Remove duplicate "you can".
3090
7ff926e0
EZ
30912008-02-02 Eli Zaretskii <eliz@gnu.org>
3092
3093 * maintaining.texi (Tags): Fix last change.
3094
6ab7aef1
MA
30952008-02-02 Michael Albinus <michael.albinus@gmx.de>
3096
093571c3 3097 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3098
ace67e7e
NR
30992008-01-31 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3102
ae068fdf
RS
31032008-01-26 Richard Stallman <rms@gnu.org>
3104
3105 * maintaining.texi (Tags): Delete redundant index entry.
3106
a56d9a08
EZ
31072008-01-26 Eli Zaretskii <eliz@gnu.org>
3108
3109 * programs.texi (Imenu): Move "@cindex tags" from here...
3110 * maintaining.texi (Tags): ...to here.
3111
e941ed90
NR
31122008-01-23 Kevin Ryde <user42@zip.com.au>
3113
3114 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3115 click count.
3116
650276d5
JB
31172008-01-21 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * entering.texi (Exiting): Fix typo.
3120 Reported by D. E. Evans <sinuhe@gnu.org>.
3121
8dc17977
MR
31222007-12-31 Martin Rudalics <rudalics@gmx.at>
3123
3124 * glossary.texi (Glossary): Fix typo.
3125
9f9695a6
RS
31262007-12-27 Richard Stallman <rms@gnu.org>
3127
3128 * text.texi (Formatted Text): Improve menu tag.
3129 (Editing Format Info): In Info, add duplicate menu of nodes
3130 about the submenus.
3131 (Format Faces): Say where Faces menu is found. Mention Other.
3132 (Format Colors): Say where these submenus are found.
3133 (Format Indentation, Format Justification): Likewise.
3134 (Format Properties): Likewise.
3135
abfd0191
RS
31362007-12-22 Richard Stallman <rms@gnu.org>
3137
3138 * search.texi (Query Replace): Make exp of query-replace more
3139 self-contained, and clarify.
8dc17977 3140
abfd0191
RS
3141 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3142
a2586785
RS
31432007-12-15 Richard Stallman <rms@gnu.org>
3144
3145 * files.texi (Auto Save): Clarify definition of auto-saving.
3146
a67cf2bb
RS
31472007-11-26 Richard Stallman <rms@gnu.org>
3148
3149 * help.texi (Help Echo): Cleanups.
3150
448b33b1
TTN
31512007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3152
3153 * files.texi (Why Version Control?): Fix typo.
3154 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3155 (Selecting a Fileset): Fix typos; small rewording.
3156 (Log Buffer): Likewise.
3157 (Old Revisions): Likewise.
448b33b1 3158
221bb7f6
EZ
31592007-11-17 Eli Zaretskii <eliz@gnu.org>
3160
3161 * mule.texi (Communication Coding): Fix wording of last change.
3162
d0207bf3 31632007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3164
630cb3b7
JB
3165 * custom.texi (Specifying File Variables):
3166 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3167
53b7759e
KH
31682007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3169
a5ab2e0c 3170 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3171
3172 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3173
c8763fb6 31742007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3175
630cb3b7 3176 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3177 --output=file.
3178
ff98e024
MR
31792007-11-13 Martin Rudalics <rudalics@gmx.at>
3180
3181 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3182 (Help Echo): Avoid mentioning the term "region" here and
3183 consistently use the term "active text".
3184
37b11c22
GM
31852007-11-11 Glenn Morris <rgm@gnu.org>
3186
3187 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3188
21d50ba1
JL
31892007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3190
1c6c854e
CS
3191 * search.texi (Query Replace):
3192 Mention `query-replace-show-replacement'.
21d50ba1 3193
c12ecb0a 31942007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3195
3196 * building.texi (Watch Expressions): Remove obscure sentence.
3197
3b4201f4
KH
31982007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3199
3200 * mule.texi (Select Input Method): Describe how to activate an input
3201 method in the text mode.
3202
07e5c0b0
DN
32032007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3206
52dd7391
NR
32072007-10-30 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3210
c004e539
GM
32112007-10-30 Glenn Morris <rgm@gnu.org>
3212
3213 * misc.texi (Directory Tracking): Explain a bit more about
3214 dirtrack-mode.
3215
ca8c5b8c
GM
32162007-10-25 Glenn Morris <rgm@gnu.org>
3217
3218 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3219
b6c764ef
RS
32202007-10-24 Richard Stallman <rms@gnu.org>
3221
3222 * misc.texi (Interactive Shell): Cleanup last change.
3223
eabd84c9
JL
32242007-10-22 Juri Linkov <juri@jurta.org>
3225
3226 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3227 default values.
3228
0b43c7e2
ER
32292007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3230
ca8c5b8c 3231 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3232 'filesets'.
3233
a80859d4
MR
32342007-10-18 Martin Rudalics <rudalics@gmx.at>
3235
3236 * trouble.texi (Quitting): Fix typo.
3237
c9447ae1
GM
32382007-10-18 Glenn Morris <rgm@gnu.org>
3239
3240 * frames.texi (Mode Line Mouse): Mention minor mode names.
3241
168b980f
JL
32422007-10-17 Juri Linkov <juri@jurta.org>
3243
3244 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3245 fill-paragraph operates on the active region in Transient Mark mode.
3246 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3247 with fill-paragraph.
3248
3249 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3250 fill-paragraph.
3251
3252 * fixit.texi (Spelling): ispell-word operates on the active region
3253 in Transient Mark mode.
3254
5a331f34
JB
32552007-10-17 Aaron S. Hawley <aaronh@garden.org>
3256
3257 * building.texi (Source Buffers):
3258 * custom.texi (Init Non-ASCII):
3259 * glossary.texi (Glossary): Use "key binding" consistently.
3260
2a9f4d55
JB
32612007-10-17 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * calendar.texi (Diary): Fix directive.
3264
de13cecf
RS
32652007-10-16 Richard Stallman <rms@gnu.org>
3266
3267 * calendar.texi (Diary): Clarify text about diary file example.
3268
5f90d53e
ER
32692007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3270
3271 * files.texi: Capitalize node names according to convention.
3272
3aa491bc
GM
32732007-10-13 Glenn Morris <rgm@gnu.org>
3274
3275 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3276
8a3106d3
ER
32772007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3278
3279 * emacs.texi:
3280 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3281 suggested by RMS and Robert J. Chassell.
8a3106d3 3282
da1080a2
ER
32832007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3284
3aa491bc 3285 * files.texi (Version Systems):
0870a421
ER
3286 * vc-xtra.texi:
3287 * vc1-xtra.texi:
ac3f4c6f 3288 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3289 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3290 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3291 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3292
58ade22b
ER
32932007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3294
da1080a2 3295 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3296 Reorder the descriptions to be chronological.
3297
93870ce2
RS
32982007-10-09 Richard Stallman <rms@gnu.org>
3299
3300 * display.texi (Cursor Display): Correct how cursor appears
3301 in nonselected windows.
3302
568c7288
NR
33032007-10-04 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * building.texi (GDB Graphical Interface): Remove references to gdba
3306 and mention gud-gdb.
3307
1af74d06 33082007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3309
1af74d06 3310 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3311
0d8fb755
JL
33122007-10-06 Juri Linkov <juri@jurta.org>
3313
3314 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3315 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3316 fill-paragraph-or-region.
3317
3318 * basic.texi (Arguments): Replace fill-paragraph with
3319 fill-paragraph-or-region.
3320
b981e2c6
ER
33212007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3322
3323 * files.texi: Update the section on version control for 2007
2a9f4d55 3324 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3325 will come later.
3326
5fceaf9c
GM
33272007-09-15 Glenn Morris <rgm@gnu.org>
3328
3329 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3330 to `list-holidays'.
3331
b0e44b17
GM
33322007-09-14 Glenn Morris <rgm@gnu.org>
3333
3334 * calendar.texi: Update all instances of mark-calendar-holidays,
3335 list-calendar-holidays, list-holidays with the new names.
3336
8cf51b2c
GM
33372007-09-06 Glenn Morris <rgm@gnu.org>
3338
46a367db 3339 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3340 Split into the Emacs manual in emacs/, and other manuals in misc/.
3341 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3342 manual.
3343 (infodir): New variable.
3344 (info): Use $infodir.
3345 (emacsman): Delete target, not needed any more.
3346 Move all targets that are not the Emacs manual to misc/Makefile.in.
3347 (mostlyclean): Remove `gnustmp'.
3348 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3349 manual.
92f9b43f 3350 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3351 (emacsman): Delete target, not needed any more.
3352 (clean): Remove all info files but Emacs manual.
3353 Move all targets that are not the Emacs manual to misc/Makefile.in.
3354 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3355
3356 * Makefile.in (INFOSOURCES): Delete.
3357 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3358 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3359 *.vrs *.toc here...
3360 (maintainer-clean): ...from here.
3361
33622007-09-05 Glenn Morris <rgm@gnu.org>
3363
3364 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3365
8cf51b2c
GM
33662007-08-29 Glenn Morris <rgm@gnu.org>
3367
3368 * emacs.texi (EMACSVER): Increase to 23.0.50.
3369
3420c522
RS
33702007-08-27 Richard Stallman <rms@gnu.org>
3371
3372 * emacs.texi (Top): Clarify menu item for Glossary.
3373
3374 * display.texi (Faces): Change secn title.
3375 Clarify not all fonts come from Font Lock.
3376
8cf51b2c
GM
33772007-08-17 Eli Zaretskii <eliz@gnu.org>
3378
3379 * basic.texi (Position Info): Add index entry for face at point.
3380 Mention that character faces are also displayed by "C-u C-x =".
3381
8cf51b2c
GM
33822007-08-08 Glenn Morris <rgm@gnu.org>
3383
3384 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3385
33862007-08-07 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * files.texi (File Conveniences): Document point motion keys in Image
3389 mode.
3390
8cf51b2c
GM
33912007-07-27 Glenn Morris <rgm@gnu.org>
3392
8cf51b2c
GM
3393 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3394 in-line.
3395
3396 * gpl.texi: New file with text of GPL.
3397 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3398
33992007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3400
3401 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3402
3403 * dired.texi (Wdired): Mention C-x C-q key binding.
3404
34052007-07-28 Nick Roberts <nickrob@snap.net.nz>
3406
3407 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3408
34092007-07-25 Glenn Morris <rgm@gnu.org>
3410
8cf51b2c
GM
3411 * emacs.texi (Copying): Replace license with GPLv3.
3412
3413 * Relicense all FSF files to GPLv3 or later.
3414
34152007-07-24 Glenn Morris <rgm@gnu.org>
3416
3417 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3418 for some calendars.
3419
34202007-07-23 Nick Roberts <nickrob@snap.net.nz>
3421
3422 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3423 default-directory for the current buffer is on a remote machine.
3424
8cf51b2c
GM
34252007-07-21 Eli Zaretskii <eliz@gnu.org>
3426
3427 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3428 default value.
3429
34302007-07-21 Richard Stallman <rms@gnu.org>
3431
3432 * files.texi (Why Version Control?): Improve previous change.
3433
34342007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3435
3436 * files.texi (Why Version Control?): New node.
3437
8cf51b2c
GM
34382007-07-12 Nick Roberts <nickrob@snap.net.nz>
3439
8cf51b2c
GM
3440 * building.texi (Starting GUD): Add xref to this anchor.
3441
8cf51b2c
GM
34422007-06-24 Karl Berry <karl@gnu.org>
3443
2a9f4d55 3444 * emacs.texi: New Back-Cover Text.
8cf51b2c 3445
8cf51b2c
GM
34462007-06-07 Alan Mackenzie <acm@muc.de>
3447
3448 * display.texi (Optional Mode Line): Document the new form of
3449 line+column numbers, "(561,2)".
3450
34512007-06-06 Juanma Barranquero <lekktu@gmail.com>
3452
49823426 3453 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3454
34552007-06-02 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * Version 22.1 released.
3458
8cf51b2c
GM
34592007-05-07 Karl Berry <karl@gnu.org>
3460
3461 * emacs.texi (EMACSVER): Back to 22.
3462
34632007-05-06 Richard Stallman <rms@gnu.org>
3464
3465 * maintaining.texi (Create Tags Table): Clean up previous change.
3466
c8763fb6 34672007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3468
3469 * maintaining.texi (Create Tags Table): Add text about the dangers of
3470 making symbolic links to tags files.
3471
34722007-05-04 Karl Berry <karl@gnu.org>
3473
3474 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3475
34762007-05-03 Karl Berry <karl@gnu.org>
3477
3478 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3479
3480 * .cvsignore (*.pdf): New entry.
3481
8cf51b2c
GM
3482 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3483 for printing.
3484
34852007-05-01 Richard Stallman <rms@gnu.org>
3486
3487 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3488
8cf51b2c
GM
34892007-04-28 Glenn Morris <rgm@gnu.org>
3490
3491 * ack.texi (Acknowledgments):
3492 * anti.texi (Antinews):
8cf51b2c
GM
3493 * programs.texi (Program Modes): Restore mention of python.el pending
3494 consideration of legal status.
3495
34962007-04-28 Richard Stallman <rms@gnu.org>
3497
3498 * files.texi (File Names): Fixes to ~ description on MS systems.
3499
8cf51b2c
GM
35002007-04-26 Glenn Morris <rgm@gnu.org>
3501
3502 * emacs.texi (EMACSVER): Increase to 22.1.50.
3503
35042007-04-25 Karl Berry <karl@gnu.org>
3505
3506 * emacs.texi: Improve line breaks on copyright page,
3507 similar layout to lispref, 8.5x11 by default.
3508
3509 * dired.texi (Image-Dired): Improve line break, fix typo.
3510
35112007-04-24 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * programs.texi (Program Modes):
8cf51b2c
GM
3514 * anti.texi (Antinews):
3515 * ack.texi (Acknowledgments): python.el removed.
3516
8cf51b2c
GM
35172007-04-23 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * display.texi (Highlight Interactively): Correct description of
3520 hi-lock-file-patterns-policy.
3521
3522 * files.texi (File Archives): Mention self-extracting executables.
3523
35242007-04-23 Eli Zaretskii <eliz@gnu.org>
3525
3526 * search.texi (Unconditional Replace, Query Replace): Add xref to
3527 "Replacement and Case".
3528
35292007-04-22 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * dired.texi (Image-Dired): Move from Thumbnails node.
3532 * misc.texi (Thumbnails): Node deleted.
3533 * emacs.texi (Top): Update node listing.
3534
3535 * files.texi (File Conveniences):
49823426 3536 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3537
35382007-04-21 Richard Stallman <rms@gnu.org>
3539
3540 * display.texi (Highlight Interactively): Correct previous change.
3541 Clarify doc of hi-lock-find-patterns, and move new features into it.
3542
35432007-04-20 David Koppelman <koppel@ece.lsu.edu>
3544
1c6c854e
CS
3545 * display.texi (Highlight Interactively):
3546 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3547
35482007-04-20 Martin Rudalics <rudalics@gmx.at>
3549
3550 * display.texi (Scrolling): Fix typo.
3551
8cf51b2c
GM
35522007-04-15 Chong Yidong <cyd@stupidchicken.com>
3553
8cf51b2c
GM
3554 * doclicense.texi: Remove node heading, so that it can be included by
3555 other files.
3556
3557 * emacs.texi: Insert node heading for GFDL.
3558
8cf51b2c
GM
35592007-04-14 Eli Zaretskii <eliz@gnu.org>
3560
3561 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3562 "command line".
3563
3564 * display.texi (Faces): Refer to "Creating Frames" for face
3565 and other frame customizations in .emacs.
3566
3567 * frames.texi (Creating Frames): Mention that face customizations can
3568 be put in .emacs. Add index entries.
3569
35702007-04-12 Richard Stallman <rms@gnu.org>
3571
3572 * glossary.texi (Glossary): Explain `iff'.
3573
35742007-04-11 Karl Berry <karl@gnu.org>
3575
3576 * gnu.texi (Top),
3577 * macos.texi (Mac Font Specs),
3578 * anti.texi (Antinews),
3579 * xresources.texi (Resources),
3580 * misc.texi (Emulation),
3581 * calendar.texi (Daylight Saving),
3582 * dired.texi (Dired and Find),
3583 * rmail.texi (Remote Mailboxes),
3584 * sending.texi (Mail Headers),
3585 * programs.texi (Which Function),
3586 * files.texi (Recover),
3587 * buffers.texi (Uniquify),
3588 * frames.texi (Wheeled Mice),
3589 * killing.texi (Rectangles): Wording to improve breaks in
3590 8.5x11 format.
3591 * mule.texi (Language Environments): \hbadness=10000 since there's
3592 no way to reword.
3593 * emacs.texi (smallbook): New @set to more easily switch between
3594 smallbook and 8.5x11.
3595
35962007-04-11 Richard Stallman <rms@gnu.org>
3597
3598 * files.texi (File Conveniences): Add xref to Tumme.
3599 Delete text about Thumbnail mode.
3600
8cf51b2c
GM
36012007-04-09 Alan Mackenzie <acm@muc.de>
3602
3603 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3604 new name. Insert concept index entries.
3605
8cf51b2c
GM
36062007-04-08 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * display.texi (Standard Faces): Document prefix arg for
3609 list-faces-display.
3610
3611 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3612
8cf51b2c
GM
36132007-04-07 Chong Yidong <cyd@stupidchicken.com>
3614
8cf51b2c
GM
3615 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3616
3617 * files.texi (Misc File Ops): Rewrite description of
3618 insert-file-literally.
3619
8cf51b2c
GM
36202007-03-31 Eli Zaretskii <eliz@gnu.org>
3621
3622 * misc.texi (Printing): Postscript -> PostScript.
3623
8cf51b2c
GM
3624 * ack.texi (Acknowledgments): Postscript -> PostScript.
3625
3626 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3627
3628 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3629 below.
3630
36312007-03-30 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3634 Init Non-ASCII.
3635 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3636 (Init Non-ASCII): New node.
3637
36382007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3639
3640 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3641
8cf51b2c
GM
36422007-03-12 Glenn Morris <rgm@gnu.org>
3643
8cf51b2c
GM
3644 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3645 "Daylight Savings".
3646
49823426 3647 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3648 saving" in text throughout.
3649
8cf51b2c
GM
36502007-03-04 Richard Stallman <rms@gnu.org>
3651
3652 * custom.texi (Safe File Variables): Minor correction.
3653
8cf51b2c
GM
36542007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3655
3656 * rmail.texi (Movemail): Add internal ref.
3657 Don't indent the intro for the PROTO table.
3658 Format PROTO table items with @code.
3659
8cf51b2c
GM
36602007-02-26 Nick Roberts <nickrob@snap.net.nz>
3661
3662 * building.texi: Remove references to bashdb.
3663
8cf51b2c
GM
36642007-02-19 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * mule.texi (Language Environments): Update list of supported language
3667 environments.
3668
8cf51b2c
GM
36692007-02-14 Kim F. Storm <storm@cua.dk>
3670
3671 * building.texi (Grep Searching): Fix lgrep doc.
3672
36732007-02-12 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * back.texi: Remove unused file.
3676
c8763fb6 36772007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3678
3679 * maintaining.texi (Tag Syntax): Now --members is the default for
3680 etags, not for ctags yet.
3681
8cf51b2c
GM
36822007-02-03 Eli Zaretskii <eliz@gnu.org>
3683
3684 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3685 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3686 expects. Add comments to prevent people from inadvertently modifying
3687 the key parts needed by `texinfo-multiple-files-update'.
3688
36892007-01-29 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * frames.texi (Secondary Selection): Window clicked does not matter
3692 when mouse-yank-at-point is non-nil.
3693
8cf51b2c
GM
36942007-01-16 Glenn Morris <rgm@gnu.org>
3695
3696 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3697 system abbrev.
3698
36992007-01-11 Richard Stallman <rms@gnu.org>
3700
3701 * msdog.texi (Windows Keyboard): Another small cleanup.
3702
37032007-01-10 Richard Stallman <rms@gnu.org>
3704
3705 * msdog.texi (Windows Keyboard): Yet another try to make
3706 everyone happy with that passage.
3707
37082007-01-05 Richard Stallman <rms@gnu.org>
3709
3710 * anti.texi (Antinews): Mention M-x shell scrolling.
3711
37122007-01-05 Nick Roberts <nickrob@snap.net.nz>
3713
3714 * building.texi (Watch Expressions): Describe gdb-max-children.
3715
8cf51b2c
GM
37162007-01-04 Richard Stallman <rms@gnu.org>
3717
8cf51b2c
GM
3718 * msdog.texi (Windows Keyboard): Clarify previous change.
3719
8cf51b2c
GM
37202007-01-02 Richard Stallman <rms@gnu.org>
3721
3722 * custom.texi (Changing a Variable): Minor clarification.
3723 (Specific Customization): customize-customized => customize-unsaved.
3724
3725 * entering.texi (Entering Emacs): Clean up text about restarting
3726 Emacs for each file.
3727
3728 * misc.texi (Shell Options): Minor cleanup.
3729
3730 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3731 with Emacs, not vice versa.
3732
3733 * programs.texi (Symbol Completion): Recommend customizing
3734 window manager.
3735
3736 * xresources.texi (Resources): Minor fix.
3737
c8763fb6 37382007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3739
3740 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3741
37422007-01-01 Richard Stallman <rms@gnu.org>
3743
3744 * commands.texi (User Input): Document keys stolen by window mangers.
3745
37462006-12-31 Richard Stallman <rms@gnu.org>
3747
3748 * custom.texi (Specific Customization): Document customize-option
3749 instead of customize-variable.
3750
37512006-12-31 Kim F. Storm <storm@cua.dk>
3752
3753 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3754
37552006-12-30 Kim F. Storm <storm@cua.dk>
3756
3757 * killing.texi (CUA Bindings): Fix typo.
3758
3759 * xresources.texi (Table of Resources): Mention grow-only value for
3760 auto-resize-tool-bars.
3761
8cf51b2c
GM
37622006-12-27 Eli Zaretskii <eliz@gnu.org>
3763
3764 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3765 and how to get them back.
3766
37672006-12-26 Richard Stallman <rms@gnu.org>
3768
3769 * calendar.texi (Holidays): Holiday listing is based on current
3770 practice, but DST is not.
3771
37722006-12-25 Richard Stallman <rms@gnu.org>
3773
3774 * emacs.texi (Top): Update subnode menus.
3775
3776 * mark.texi (Transient Mark): Fix xref.
3777
3778 * killing.texi (Graphical Kill): Node deleted.
3779 (Killing): Add xref to Cut and Paste.
3780 (CUA Bindings): Update xref.
3781
3782 * frames.texi (Cut and Paste): New section to hold other nodes.
3783 (Mouse Commands): Node demoted.
3784 (Cut/Paste Other App): Split out from Mouse Commands.
3785 (Word and Line Mouse): Likewise.
3786 (Secondary Selection, Clipboard): Nodes demoted.
3787
8cf51b2c
GM
37882006-12-24 Kevin Ryde <user42@zip.com.au>
3789
3790 * calendar.texi (Holidays): US daylight saving begins second Sunday
3791 in March for 2007 onwards.
3792 (Daylight Savings): Show new US default daylight saving rules, 2nd
3793 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3794
37952006-12-23 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * calendar.texi (Scroll Calendar): < and > are switched.
3798
37992006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3800
3801 * killing.texi (Deletion): Describe M-\ prefix argument.
3802
38032006-12-23 Richard Stallman <rms@gnu.org>
3804
3805 * search.texi (Regexp Search): Explain why forward and reverse regexp
3806 search are not mirror images.
3807
8cf51b2c
GM
38082006-12-19 Kim F. Storm <storm@cua.dk>
3809
3810 * major.texi (Choosing Modes): Describe match-function elements for
3811 magic-mode-alist.
3812
8cf51b2c
GM
38132006-12-18 Eli Zaretskii <eliz@gnu.org>
3814
3815 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3816 peculiarities.
3817
38182006-12-18 Richard Stallman <rms@gnu.org>
3819
3820 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3821
8cf51b2c
GM
38222006-12-17 Alan Mackenzie <acm@muc.de>
3823
3824 * programs.texi (Left Margin Paren): Remove the bit which says
3825 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3826 Discuss some of the issues of setting this option to nil.
3827
38282006-12-17 Glenn Morris <rgm@gnu.org>
3829
3830 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3831
38322006-12-16 Eli Zaretskii <eliz@gnu.org>
3833
3834 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3835 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3836 NTFS volumes.
3837 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3838 volumes.
3839
38402006-12-15 Eli Zaretskii <eliz@gnu.org>
3841
3842 * text.texi (HTML Mode): Fix "C-c TAB".
3843
8cf51b2c
GM
38442006-12-09 Richard Stallman <rms@gnu.org>
3845
3846 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3847
38482006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3849
3850 * files.texi (Misc File Ops): Document insert-file-literally.
3851
38522006-12-08 Eli Zaretskii <eliz@gnu.org>
3853
3854 * cmdargs.texi (Colors): Note that --color is intended for overriding
3855 the terminal defaults, not for normal invocation.
3856
3857 * misc.texi (Emacs Server): Improve wording. Don't mention the
3858 ``server program''. Add a cross-reference to "Init File" node.
3859 (Invoking emacsclient): Add index entries. Document both short and
3860 long versions of command-line options. Document the -f option.
3861
8cf51b2c
GM
38622006-12-06 Richard Stallman <rms@gnu.org>
3863
3864 * text.texi (Outline Format): Say to set outline-regexp
3865 and outline-level with major modes and file local variables.
3866
c8763fb6 38672006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3868
3869 * anti.texi (Antinews): Mention the alternative to
3870 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3871
8cf51b2c
GM
3872 * misc.texi (Interactive Shell): Ditto.
3873
38742006-12-04 Eli Zaretskii <eliz@gnu.org>
3875
3876 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3877
3878 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3879
38802006-12-01 Eli Zaretskii <eliz@gnu.org>
3881
3882 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3883 colon in the mode line.
3884
3885 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3886
38872006-11-26 Nick Roberts <nickrob@snap.net.nz>
3888
3889 * building.texi (Watch Expressions): Mention SPC for expanding/
3890 contracting watch expressions.
3891
38922006-11-26 Kim F. Storm <storm@cua.dk>
3893
3894 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3895
38962006-11-26 Nick Roberts <nickrob@snap.net.nz>
3897
3898 * building.texi (Debugger Operation): Define text command mode.
3899 Clarify how tooltips work.
3900 (GDB Graphical Interface): Explain how to run in text command mode
3901 more clearly.
3902
39032006-11-25 Juanma Barranquero <lekktu@gmail.com>
3904
3905 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3906
39072006-11-22 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3910
8cf51b2c
GM
39112006-11-18 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3914 and EMACS is deprecated.
3915
39162006-11-18 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3919
c8763fb6 39202006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3921
3922 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3923
3924 * emacs.texi: Include xresources.texi both for info and dvi.
3925
3926 * xresources.texi: Merge text from xresmini.texi.
3927
c8763fb6 39282006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3929
3930 * glossary.texi: Fix typos.
3931
8cf51b2c
GM
39322006-11-06 Richard Stallman <rms@gnu.org>
3933
3934 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3935
3936 * ack.texi (Acknowledgments): Fix name spelling.
3937
39382006-11-01 Juri Linkov <juri@jurta.org>
3939
3940 * search.texi (Word Search): Document incremental word search.
3941
39422006-10-28 Glenn Morris <rgm@gnu.org>
3943
3944 * ack.texi (Acknowledgments): Add cal-html author.
3945
3946 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3947 Calendar"). Describe new package cal-html.
3948 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3949 Calendar Files."
3950
8cf51b2c
GM
39512006-10-23 Richard Stallman <rms@gnu.org>
3952
3953 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3954 Abbrev mode is enabled.
3955
8cf51b2c
GM
39562006-10-16 Richard Stallman <rms@gnu.org>
3957
8cf51b2c
GM
3958 * emacs.texi: Update ISBN.
3959
8cf51b2c
GM
39602006-10-11 Kim F. Storm <storm@cua.dk>
3961
3962 * emacs.texi (Acknowledgments): Use @dotless{i}.
3963
39642006-10-08 Nick Roberts <nickrob@snap.net.nz>
3965
3966 * building.texi (Breakpoints Buffer): Mention catchpoints.
3967
39682006-10-08 Kim F. Storm <storm@cua.dk>
3969
3970 * ack.texi (Acknowledgments): Update.
3971
3972 * emacs.texi (Acknowledgments): Fix bad @/ form.
3973
8cf51b2c
GM
39742006-10-05 Kim F. Storm <storm@cua.dk>
3975
3976 * emacs.texi (Acknowledgments): Add more contributors.
3977
39782006-10-03 Richard Stallman <rms@gnu.org>
3979
3980 * emacs.texi (Acknowledgments): Update version and edition.
3981
8cf51b2c
GM
39822006-10-01 Karl Berry <karl@gnu.org>
3983
3984 * custom.texi (Customization Groups): Page break to keep example buffer
3985 on one page.
3986
39872006-09-30 Karl Berry <karl@gnu.org>
3988
3989 * programs.texi (Basic Indent): @need to improve page break.
3990 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3991
39922006-09-29 Glenn Morris <rgm@gnu.org>
3993
3994 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3995
39962006-09-29 Karl Berry <karl@gnu.org>
3997
3998 * windows.texi (Basic Window): Remove forced @break, no longer
3999 desirable.
4000 * frames.texi (Frame Commands),
4001 * mark.texi (Marking Objects): Reword to avoid bad page break.
4002 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4003
40042006-09-19 Richard Stallman <rms@gnu.org>
4005
4006 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4007 stick to present tense.
4008
c8763fb6 40092006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4010
4011 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4012 to x-gtk-use-old-file-dialog.
4013 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4014
40152006-09-15 Jay Belanger <belanger@truman.edu>
4016
49823426 4017 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4018 Change "Library Public License" to "Lesser Public License"
4019 throughout. Use "yyyy" to represent year.
4020
8cf51b2c
GM
40212006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4022
4023 * files.texi (Visiting): Add index entry "open file".
4024
8cf51b2c
GM
40252006-09-11 Richard Stallman <rms@gnu.org>
4026
4027 * building.texi (Compilation Mode): Clarification.
4028 (Grep Searching): Add xref to Compilation Mode.
4029
8cf51b2c
GM
40302006-09-08 Richard Stallman <rms@gnu.org>
4031
4032 * search.texi (Search): Ref multi-file search commands here.
4033 (Other Repeating Search): Not here.
4034
8cf51b2c
GM
40352006-08-28 Richard Stallman <rms@gnu.org>
4036
4037 * windows.texi (Split Window): Update xref.
4038
4039 * basic.texi (Continuation Lines): Update xref.
4040
4041 * indent.texi (Tab Stops): Update xref.
4042
4043 * emacs.texi (Top): Update subnode menu.
4044
4045 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4046 split out of Display Custom.
4047
40482006-08-25 Kim F. Storm <storm@cua.dk>
4049
4050 * display.texi (Display Custom): Add variables overline-margin
4051 and x-underline-at-descent-line.
4052
40532006-08-25 Richard Stallman <rms@gnu.org>
4054
4055 * entering.texi (Exiting): Rewrite to give graphical displays
4056 priority over text terminals.
4057
4058 * search.texi (Incremental Search): Move index entries.
4059
40602006-08-23 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * custom.texi (Init File): Reference Find Init to avoid "home
4063 directory" confusion.
4064
40652006-08-22 Nick Roberts <nickrob@snap.net.nz>
4066
4067 * building.texi (Other GDB-UI Buffers): Describe how to edit
4068 a value in the locals buffer.
4069
40702006-08-21 Richard Stallman <rms@gnu.org>
4071
4072 * search.texi (Basic Isearch): Add `isearch' index entry.
4073
40742006-08-16 Richard Stallman <rms@gnu.org>
4075
4076 * misc.texi (Saving Emacs Sessions): Clean up wording.
4077
4078 * mark.texi (Marking Objects): Mention term "select all".
4079
4080 * emacs.texi (Top): Update subnode menu.
4081
4082 * help.texi (Help Mode): Move node up in file.
4083
8cf51b2c
GM
40842006-08-15 Nick Roberts <nickrob@snap.net.nz>
4085
4086 * building.texi (Stack Buffer): Explain fringe arrow.
4087
8cf51b2c
GM
40882006-08-12 Eli Zaretskii <eliz@gnu.org>
4089
8cf51b2c
GM
4090 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4091 on startup.
4092
40932006-08-11 Romain Francoise <romain@orebokech.com>
4094
4095 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4096
40972006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4098
4099 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4100
41012006-08-10 Richard Stallman <rms@gnu.org>
4102
4103 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4104 with face merging. Empty regions don't count.
4105 Clarify face property inheritance.
8cf51b2c
GM
4106
41072006-08-08 Romain Francoise <romain@orebokech.com>
4108
4109 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4110 <arjuropo@cc.jyu.fi>.
4111
8cf51b2c
GM
41122006-08-04 Eli Zaretskii <eliz@gnu.org>
4113
4114 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4115 apply to all frames.
4116
8cf51b2c
GM
41172006-08-01 Richard Stallman <rms@gnu.org>
4118
4119 * help.texi (Name Help): Add index entries for describe-variable.
4120
41212006-08-01 Nick Roberts <nickrob@snap.net.nz>
4122
4123 * building.texi (GDB Graphical Interface): Shorten node names.
4124 (GDB-UI Layout): Use GDB-related.
4125 (Other GDB-UI Buffers): Simplify English.
4126
41272006-07-31 Richard Stallman <rms@gnu.org>
4128
4129 * search.texi (Query Replace): Add xref for Dired's Q command.
4130
8cf51b2c
GM
41312006-07-31 Nick Roberts <nickrob@snap.net.nz>
4132
4133 * building.texi (GDB commands in Fringe): Rename to...
4134 (Source Buffers): ..this and move forward. Describe hollow arrow and
4135 new option gdb-find-source-frame.
4136
41372006-07-29 Richard Stallman <rms@gnu.org>
4138
4139 * dired.texi (Operating on Files): Simplify previous change
4140 and fix Texinfo usage.
4141
41422006-07-29 Eli Zaretskii <eliz@gnu.org>
4143
4144 * dired.texi (Operating on Files): Add cross-references. State the
4145 Unix commands that do similar things.
4146
41472006-07-28 Richard Stallman <rms@gnu.org>
4148
4149 * mark.texi (Transient Mark): Clarify that region never disappears
4150 when Transient Mark mode is off, and not when it is on.
4151
41522006-07-27 Richard Stallman <rms@gnu.org>
4153
4154 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4155
41562006-07-24 Richard Stallman <rms@gnu.org>
4157
4158 * xresources.texi (GTK styles): Fix texinfo usage.
4159
8cf51b2c
GM
4160 * commands.texi (User Input): Explain why we teach keyboard cmds.
4161
4162 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4163 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4164 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4165 * doclicense.texi, display.texi, dired.texi, basic.texi:
4166 * anti.texi, ack.texi: Move periods and commas inside quotes.
4167
41682006-07-22 Eli Zaretskii <eliz@gnu.org>
4169
4170 * cmdargs.texi (General Variables): Document EMAIL.
4171
41722006-07-21 Eli Zaretskii <eliz@gnu.org>
4173
4174 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4175 doesn't have effect on MS-Windows.
4176
8cf51b2c
GM
41772006-07-17 Richard Stallman <rms@gnu.org>
4178
4179 * building.texi (Grep Searching): Explain about chaining grep commands.
4180
8cf51b2c
GM
41812006-07-10 Nick Roberts <nickrob@snap.net.nz>
4182
49823426 4183 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4184
41852006-07-09 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4188 is invoked for multiple files.
4189
41902006-07-08 Eli Zaretskii <eliz@gnu.org>
4191
4192 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4193 on-line manual for the rest of this node.
4194 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4195 unconditionally.
4196 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4197 Improve wording.
4198 (Windows Printing): Improve wording.
4199 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4200 rest of this node.
4201
8cf51b2c
GM
42022006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4203
49823426
GM
4204 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4205 with eval-buffer.
8cf51b2c
GM
4206
42072006-07-05 Nick Roberts <nickrob@snap.net.nz>
4208
4209 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4210 of character translation.
4211
42122006-07-04 Nick Roberts <nickrob@snap.net.nz>
4213
4214 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4215
42162006-07-03 Karl Berry <karl@gnu.org>
4217
4218 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4219 not-too-underfull hboxes in the TeX output.
4220 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4221 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4222 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4223 * sending.texi, text.texi: Fix overfull/underfull boxes.
4224
42252006-07-03 Romain Francoise <romain@orebokech.com>
4226
4227 * m-x.texi (M-x): Fix.
4228
42292006-07-03 Richard Stallman <rms@gnu.org>
4230
8cf51b2c
GM
4231 * search.texi (Other Repeating Search): filename -> file name.
4232
4233 * misc.texi (Narrowing): Minor cleanups.
4234
4235 * files.texi (Visiting): filename -> file name.
4236
4237 * emacs.texi (Top): Update subnode menus.
4238
4239 * mule.texi (Coding Systems): Move char translation stuff here.
4240 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4241 (Recognize Coding): Substantial local rewrites.
4242 (International): Update menu.
4243
4244 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4245 (Scrolling): Substantial local rewrites.
4246 (Display): Update menu and intro.
4247
4248 * dired.texi: filename -> file name.
4249
4250 * custom.texi (Safe File Variables): Texinfo usage fix.
4251
f0131492 42522006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4253
4254 * help.texi, m-x.texi: Lots of cleanups.
4255
8cf51b2c
GM
42562006-06-30 Eli Zaretskii <eliz@gnu.org>
4257
4258 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4259 (Windows Processes, Windows Misc): Shorten the printed version by
4260 selectively conditioning less important portions by @ifnottex.
4261
8cf51b2c
GM
42622006-06-27 Richard Stallman <rms@gnu.org>
4263
4264 * mini.texi (Minibuffer File): Minor cleanup.
4265
42662006-06-25 Nick Roberts <nickrob@snap.net.nz>
4267
4268 * frames.texi (XTerm Mouse): Rename to...
4269 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4270
4271 * emacs.texi (Top): Use new node name.
4272
42732006-06-24 Eli Zaretskii <eliz@gnu.org>
4274
4275 * emacs.texi (Top): Update the detailed menu according to changes in
4276 msdog.texi.
4277
4278 * msdog.texi (Windows Keyboard): New section.
4279 (Windows Mouse): New section.
4280 (Windows System Menu): Remove section (text merged with "Windows
4281 Keyboard").
4282 (Windows Misc): New section.
4283
4284 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4285
4286 * msdog.texi (ls in Lisp): New section.
4287
4288 * files.texi (Visiting): Document case-insensitive wildcard matching
4289 under find-file-wildcards.
4290
8cf51b2c
GM
42912006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4292
4293 * macos.texi (Mac Input): Add description of mac-function-modifier.
4294 Now Unicode keyboard layouts work.
4295
8cf51b2c
GM
42962006-06-10 Richard Stallman <rms@gnu.org>
4297
4298 * mule.texi (Recognize Coding): Clarify previous change.
4299
43002006-06-09 Kenichi Handa <handa@m17n.org>
4301
4302 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4303 notation.
4304
43052006-06-07 Kevin Ryde <user42@zip.com.au>
4306
4307 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4308 manual for @ifnottex, but in emacs-extra for @iftex.
4309
4310 * cmdargs.texi (General Variables): Fix smtpmail xref.
4311
43122006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4313
8cf51b2c 4314 * programs.texi (Comment Commands):
8cf51b2c 4315 * custom.texi (Specifying File Variables):
49823426 4316 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4317
43182006-06-07 Nick Roberts <nickrob@snap.net.nz>
4319
4320 * building.texi (Watch Expressions): Move node to end.
4321 (GDB Graphical Interface): Move description of clicks in fringe...
4322 (GDB commands in the Fringe): ...to here. New node.
4323
8cf51b2c
GM
43242006-06-05 Romain Francoise <romain@orebokech.com>
4325
49823426 4326 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4327
43282006-06-05 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * building.texi (GDB Graphical Interface): Update bindings.
4331 (Commands of GUD): Add gud-print. Remove gud-run.
4332 Restate availability more generally.
4333
f0131492 43342006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4335
4336 * mini.texi: Lots of cleanups.
4337
43382006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4339
4340 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4341 and Mouse-2.
4342
c8763fb6 43432006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4344
4345 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4346
8cf51b2c
GM
43472006-05-31 Richard Stallman <rms@gnu.org>
4348
4349 * basic.texi (Moving Point): Fix previous change.
4350
c8763fb6 43512006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4352
4353 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4354
f0131492 43552006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4356
4357 * basic.texi: Many simplifications and improvements in wording.
4358
8cf51b2c
GM
43592006-05-26 Nick Roberts <nickrob@snap.net.nz>
4360
4361 * anti.texi (Antinews): Create a node for gdb-ui.
4362
8cf51b2c
GM
43632006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4364
4365 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4366
43672006-05-20 Richard Stallman <rms@gnu.org>
4368
4369 * dired.texi (Dired Navigation): dired-goto-file is now j.
4370
8cf51b2c
GM
43712006-05-20 Eli Zaretskii <eliz@gnu.org>
4372
4373 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4374 and their aliases.
4375
4376 * msdog.texi (Windows Printing): Mention non-support of plain text
4377 printing with some el-cheapo printers, and suggest a workaround.
4378
43792006-05-20 Kevin Ryde <user42@zip.com.au>
4380
4381 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4382 remove the bit saying you must set it.
4383
43842006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4385
4386 * trouble.texi (Checklist):
4387 * text.texi (Text, Auto Fill, Text Mode):
4388 * search.texi (Nonincremental Search):
4389 * rmail.texi (Rmail Labels):
4390 * mule.texi (Input Methods, Multibyte Conversion):
4391 * misc.texi (Gnus, Where to Look, PostScript):
4392 * maintaining.texi (Create Tags Table):
4393 * indent.texi (Indentation Commands):
4394 * fixit.texi (Spelling):
4395 * emacs.texi (Copying):
4396 * custom.texi (Init File): ifinfo -> ifnottex.
4397
8cf51b2c
GM
43982006-05-17 Richard Stallman <rms@gnu.org>
4399
4400 * files.texi (Diff Mode): Mention C-x `.
4401
44022006-05-08 Richard Stallman <rms@gnu.org>
4403
4404 * custom.texi (Disabling): Textual cleanups.
4405
8cf51b2c
GM
44062006-05-12 Glenn Morris <rgm@gnu.org>
4407
4408 * calendar.texi (Displaying the Diary, Format of Diary File):
4409 Refer to diary-view-entries, diary-list-entries,
4410 diary-show-all-entries rather than obsolete aliases.
4411
44122006-05-12 Eli Zaretskii <eliz@gnu.org>
4413
4414 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4415 (Displaying the Diary, Special Diary Entries, Importing Diary):
4416 * building.texi (Compilation Shell):
4417 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4418 emacs-xtra with @inforef's.
4419
4420 * files.texi (Visiting): Fix wording.
4421
4422 * mule.texi (Coding Systems, Text Coding): More indexing.
4423 Mention that C-x RET f can set eol conversion.
4424
c8763fb6 44252006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4426
4427 * xresmini.texi (GTK resources): Insert GTK description.
4428
4429 * xresources.texi (GTK resources): metafont should be menufont.
4430
8cf51b2c
GM
44312006-05-06 Michael Albinus <michael.albinus@gmx.de>
4432
49823426 4433 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4434 method, user name and host name is active only in partial
4435 completion mode.
4436
8cf51b2c
GM
44372006-05-06 Eli Zaretskii <eliz@gnu.org>
4438
4439 * makefile.w32-in (emacs.dvi):
4440 * Makefile.in (emacs.dvi): Add xresmini.texi.
4441
4442 * xresmini.texi (Table of Resources): Remove xref to non-existent
4443 node "LessTif Resources".
4444
4445 * msdog.texi (Microsoft Windows):
4446 * calendar.texi (Calendar/Diary, Displaying the Diary)
4447 (Special Diary Entries, Importing Diary, Holidays):
4448 * programs.texi (Program Modes):
4449 * text.texi (Text):
4450 * buffers.texi (Several Buffers):
4451 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4452
44532006-05-06 Eli Zaretskii <eliz@gnu.org>
4454
4455 The following changes merge the emacs-xtra manual into the main
4456 manual, but only for on-line version of the manual.
4457
4458 * vc2-xtra.texi (Version Backups, Local Version Control)
4459 (Making Snapshots, Change Logs and VC, Version Headers)
4460 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4461 on-line manual.
4462
4463 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4464 for on-line manual.
4465
4466 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4467 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4468 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4469 for on-line manual.
4470
4471 * fortran-xtra.texi (Fortran, Fortran Autofill)
4472 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4473 for on-line manual.
4474
4475 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4476 Conditional xref's for on-line manual.
4477
4478 * emerge-xtra.texi (Emerge, Overview of Emerge)
4479 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4480 manual.
4481
4482 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4483 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4484 (EMACSSOURCES): Use EMACS_XTRA.
4485 (../info/emacs-xtra): Remove.
4486 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4487
4488 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4489 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4490 (EMACSSOURCES): Use EMACS_XTRA.
4491 ($(infodir)/emacs-xtra): Remove.
4492 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4493
4494 * trouble.texi (Quitting):
4495 * text.texi (Text):
4496 * programs.texi (Program Modes):
4497 * msdog.texi (Microsoft Windows):
4498 * frames.texi (Frames):
4499 * files.texi (Backup, Version Control, VC Concepts)
4500 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4501 (Registering, VC Status, VC Undo, Multi-User Branching)
4502 (Comparing Files):
4503 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4504 (Displaying the Diary, Special Diary Entries, Importing Diary):
4505 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4506 conditional xref's, depending on @iftex/@ifnottex.
4507
4508 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4509 "MS-DOS". @include msdog-xtra.texi.
4510
4511 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4512 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4513
4514 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4515 for vc-xtra.texi subsections.
4516 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4517 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4518
4519 * sending.texi (Sending Mail): A @node line without explicit Prev,
4520 Next, and Up links.
4521
4522 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4523 Next, and Up links.
4524
4525 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4526 and its sections. @include picture-xtra.texi.
4527
4528 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4529 "Emerge".
4530 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4531
4532 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4533 exact duplicate of its name-sake in calendar.texi.
4534
4535 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4536 "Advanced Calendar/Diary Usage".
4537 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4538
4539 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4540 dired-xtra.texi.
4541 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4542
4543 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4544 (Files) [ifnottex]: Add menu entry for Autorevert.
4545
4546 * emacs-xtra.texi (Introduction): Reword to make consistent with
4547 printed version only.
4548 <Top level>: Remove the body of all chapters and move them to the
4549 new *-xtra.texi files. Use @raisesections and @lowersections to
4550 convert sections to chapters etc.
4551
4552 * msdog-xtra.texi:
4553 * fortran-xtra.texi:
4554 * vc-xtra.texi:
4555 * vc1-xtra.texi:
4556 * vc2-xtra.texi:
4557 * emerge-xtra.texi:
4558 * cal-xtra.texi:
4559 * dired-xtra.texi:
4560 * arevert-xtra.texi: New files, with text from respective chapters
4561 of emacs-xtra.texi. Convert each @chapter into @section, @section
4562 into @subsection, etc.
4563
1c6c854e 4564 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4565 updated.
4566
4567 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4568 Windows". All references updated.
4569
45702006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4571
4572 * macos.texi (Mac Input): Mention input from Character Palette.
4573 (Mac Font Specs): Fix typo.
4574
45752006-05-05 Richard Stallman <rms@gnu.org>
4576
4577 * files.texi (Diff Mode): Minor cleanup.
4578
45792006-05-05 Karl Berry <karl@gnu.org>
4580
8cf51b2c
GM
4581 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4582 errors from the current release of makeinfo (4.8).
4583 * help.texi (Library Keywords): Change widest word in multitable
4584 template from `emulations' to `convenience'. (Not sure if this is
4585 related to the font change.)
4586
45872006-05-05 Eli Zaretskii <eliz@gnu.org>
4588
4589 * files.texi (File Names): Add a footnote about limited support of
4590 ~USER on MS-Windows.
4591
4592 * cmdargs.texi (Initial Options): Add a footnote about limited
4593 support of ~USER on MS-Windows.
4594
45952006-05-03 Richard Stallman <rms@gnu.org>
4596
4597 * files.texi (Diff Mode): Node moved here.
4598 (Comparing Files): Delete what duplicates new node.
4599 (Files): Put Diff Mode in menu.
4600
1c6c854e 4601 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4602
4603 * emacs.texi (Top): Update menu for Diff Mode.
4604
4605 * trouble.texi (Emergency Escape): Simplify.
4606
4607 * emacs.texi (Top): Minor clarification.
4608
46092006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4610
4611 * commands.texi, entering.texi, screen.texi: Many simplifications.
4612
46132006-05-03 Richard Stallman <rms@gnu.org>
4614
4615 * commands.texi (Text Characters): Delete paragraph about unibyte
4616 non-ASCII printing chars.
4617
4618 * killing.texi (Killing): Say "graphical displays".
4619 * display.texi: Say "graphical displays".
4620
4621 * cmdargs.texi (Misc X): Say "graphical displays".
4622
46232006-05-01 Richard Stallman <rms@gnu.org>
4624
4625 * emacs.texi (Top): Add Diff Mode to menu.
4626
46272006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4628
4629 * misc.texi (Diff Mode): New node.
4630
46312006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4632
4633 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4634 (Mac Environment Variables): Shorten example line.
4635 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4636
46372006-05-01 Nick Roberts <nickrob@snap.net.nz>
4638
4639 * building.texi (GUD Customization): Describe cases %d and %c.
4640 Update description for %e.
4641
46422006-04-30 Glenn Morris <rgm@gnu.org>
4643
4644 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4645
46462006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4647
4648 * custom.texi (Examining): Update C-h v output example.
4649
46502006-04-29 Kim F. Storm <storm@cua.dk>
4651
4652 * building.texi (Grep Searching): Add lgrep and rgrep.
4653
8cf51b2c
GM
46542006-04-23 Richard Stallman <rms@gnu.org>
4655
4656 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4657
4658 * xresmini.texi: New file.
4659
4660 * xresources.texi (Face Resources): Split table into font resources
4661 and the rest. Combine similar attributes for brevity.
4662
8cf51b2c
GM
46632006-04-21 Eli Zaretskii <eliz@gnu.org>
4664
4665 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4666 backslashes and case-insensitivity in file names (moved to the
4667 main manual).
4668 (MS-DOS Printing): Move most of the text to the main manual.
4669
4670 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4671 New nodes.
4672 (Windows Processes, Windows System Menu): Add index entries and
4673 fix wording.
4674
8cf51b2c
GM
46752006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4676
4677 * misc.texi (Shell Ring): Add notes on saved input when
4678 navigating off the end of the history list.
4679
46802006-04-18 Chong Yidong <cyd@mit.edu>
4681
4682 * misc.texi (Shell Options): Correct default value of
4683 comint-scroll-show-maximum-output.
4684
8cf51b2c
GM
46852006-04-18 Nick Roberts <nickrob@snap.net.nz>
4686
4687 * building.texi (Watch Expressions): Update.
4688
8cf51b2c
GM
46892006-04-12 Richard Stallman <rms@gnu.org>
4690
4691 * search.texi: Clean up previous change.
4692
46932006-04-12 Eli Zaretskii <eliz@gnu.org>
4694
4695 * search.texi (Regexp Backslash, Regexp Replace): Add index
4696 entries for ``back reference'' and mention the term itself in the
4697 text.
4698
46992006-04-11 Richard Stallman <rms@gnu.org>
4700
4701 * custom.texi (Safe File Variables):
4702 Document enable-local-variables = :safe.
4703
47042006-04-11 Karl Berry <karl@gnu.org>
4705
4706 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4707 (Remote Repositories, Version Backups, Local Version Control)
4708 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4709 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4710 (Renaming VC Work Files and Master Files)
4711 (Inserting Version Control Headers, Customizing VC, General Options)
4712 (Options for RCS and SCCS, Options specific for CVS): Move all
4713 these nodes to emacs-xtra.texi, for brevity.
4714 * cmdargs.texi, files.texi: Change cross-references.
4715
8cf51b2c
GM
47162006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4717
4718 * files.texi (Old Versions): Update description of vc-annotate's
4719 use of color to indicate date ranges.
4720
8cf51b2c
GM
47212006-04-09 Kevin Ryde <user42@zip.com.au>
4722
8cf51b2c
GM
4723 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4724 put info and printed manual names the right way around.
4725
47262006-04-09 Karl Berry <karl@gnu.org>
4727
4728 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4729 emacs-xtra.texi, leaving only MS Windows information.
4730 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4731 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4732 node names.
4733
4734 * emacs.texi: Move @summarycontents and @contents to the beginning
4735 of the file.
4736
8cf51b2c
GM
47372006-04-08 Kevin Ryde <user42@zip.com.au>
4738
4739 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4740
47412006-04-07 Richard Stallman <rms@gnu.org>
4742
4743 * programs.texi (Comments, Comment Commands, Options for Comments)
4744 (Multi-Line Comments): "Align", not "indent".
4745 (Basic Indent): C-j deletes trailing whitespace before the newline.
4746
47472006-04-06 Richard Stallman <rms@gnu.org>
4748
8cf51b2c
GM
4749 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4750
47512006-04-06 Eli Zaretskii <eliz@gnu.org>
4752
4753 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4754
8cf51b2c
GM
47552006-04-05 Richard Stallman <rms@gnu.org>
4756
4757 * emacs.texi (Top): Update subnode menu.
4758
4759 * trouble.texi (Unasked-for Search): Node deleted.
4760 (Lossage): Delete from menu.
4761
47622006-04-04 Richard Stallman <rms@gnu.org>
4763
4764 * trouble.texi: Various cleanups.
4765 (Checklist): Don't bother saying how to snail a bug report.
4766 (Emergency Escape): Much rewriting.
4767 (After a Crash): Rename the core dump immediately.
4768 (Total Frustration): Call it a psychotherapist.
4769 (Bug Criteria): Avoid "illegal instruction".
4770 (Sending Patches): We always put the contributor's name in.
4771
4772 * misc.texi (Thumbnails): Minor correction.
4773
8cf51b2c
GM
47742006-04-03 Richard Stallman <rms@gnu.org>
4775
4776 * misc.texi (Thumbnails): Minor cleanup.
4777
47782006-04-02 Karl Berry <karl@gnu.org>
4779
4780 * sending.texi (Mail Sending): pxref to Top needs five args.
4781
4782 * texinfo.tex: Update to current version (2006-03-21.13).
4783
8cf51b2c
GM
47842006-03-31 Richard Stallman <rms@gnu.org>
4785
4786 * emacs.texi (Top): Update subnode menu.
4787
4788 * help.texi (Help Mode): Cleanup.
4789
4790 * dired.texi: Many cleanups.
4791 (Dired Deletion): Describe dired-recursive-deletes.
4792 (Operating on Files): dired-create-directory moved.
4793 (Misc Dired Features): Move to here.
4794 (Tumme): Node moved to misc.texi.
4795
4796 * custom.texi: Many cleanups.
4797 (Minor Modes): Don't mention ISO Accents Mode.
4798 (Examining): Update C-h v output example.
4799 (Hooks): Add index and xref for add-hook.
4800 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4801 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4802
4803 * misc.texi: Many cleanups.
4804 (beginning): Add to summary of topics.
4805 (Shell): Put eshell xref at the end. Remove eshell from table.
4806 (Thumbnails): New node.
4807
8cf51b2c
GM
48082006-03-28 Eli Zaretskii <eliz@gnu.org>
4809
4810 * files.texi (File Name Cache): Make it clear that the cache is
4811 not persistent.
4812
8cf51b2c
GM
48132006-03-25 Karl Berry <karl@gnu.org>
4814
49823426
GM
4815 * emacs-xtra.texi, emacs.texi, gnu.texi:
4816 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4817 (2) do not indent copyright year list (or anything else).
4818
8cf51b2c
GM
48192006-03-21 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * files.texi (VC Dired Mode): Remove misplaced brackets.
4822
48232006-03-21 Andre Spiegel <spiegel@gnu.org>
4824
4825 * files.texi: Various updates and clarifications in the VC chapter.
4826
48272006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * help.texi (Help Mode): Document "C-c C-c".
4830
8cf51b2c
GM
48312006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4832
4833 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4834 menu in the standalone Info reader.
4835
48362006-03-15 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4839 moved here from Emacs manual.
4840
4841 * programs.texi (Fortran): Section moved to emacs-xtra.
4842 (Program Modes): Xref to Fortran in emacs-xtra.
4843
4844 * maintaining.texi (Emerge): Move to emacs-xtra.
4845 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4846
4847 * picture.texi: File deleted.
4848 * Makefile.in:
4849 * makefile.w32-in: Remove picture.texi.
4850
4851 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4852 * abbrevs.texi (Abbrevs):
4853 * sending.texi (Sending Mail): Picture node removed.
4854
4855 * emacs.texi (Top): Update node listings.
4856
8cf51b2c
GM
48572006-03-12 Richard Stallman <rms@gnu.org>
4858
4859 * calendar.texi: Various cleanups.
4860
8cf51b2c
GM
48612006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4864 syntax.
4865
8cf51b2c
GM
48662006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4867
4868 * search.texi (Regexps): More accurately describe which characters
4869 are special in which situations. Recommend _not_ to quote `]' or
4870 `-' when they are not special.
4871
8cf51b2c
GM
48722006-02-28 Andre Spiegel <spiegel@gnu.org>
4873
4874 * files.texi (Old Versions): Clarify operation of C-x v =.
4875
8cf51b2c
GM
48762006-02-21 Nick Roberts <nickrob@snap.net.nz>
4877
4878 * building.texi (Watch Expressions): Update and describe
4879 gdb-speedbar-auto-raise.
4880
48812006-02-19 Richard M. Stallman <rms@gnu.org>
4882
4883 * emacs.texi: Use @smallbook.
4884 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4885 Update subnode menu.
4886
4887 * building.texi (Lisp Interaction): Minor addition.
4888
48892006-02-18 Nick Roberts <nickrob@snap.net.nz>
4890
4891 * building.texi (Watch Expressions): Update and be more precise.
4892
c8763fb6 48932006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4894
4895 * maintaining.texi (Create Tags Table): Explain why the
4896 exception when etags writes to files under the /dev tree.
4897
48982006-02-14 Richard M. Stallman <rms@gnu.org>
4899
4900 * custom.texi (Safe File Variables): Lots of clarification.
4901 Renamed from Unsafe File Variables.
4902
49032006-02-14 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * custom.texi (Unsafe File Variables): File variable confirmation
4906 assumed denied in batch mode.
4907
49082006-02-14 Richard M. Stallman <rms@gnu.org>
4909
4910 * building.texi (GDB User Interface Layout): Don't say `inferior'
4911 for program being debugged.
4912
49132006-02-15 Nick Roberts <nickrob@snap.net.nz>
4914
4915 * building.texi (GDB Graphical Interface):
4916 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4917
49182006-02-13 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * custom.texi (Specifying File Variables, Unsafe File Variables):
4921 New nodes, split from File Variables. Document new file local
4922 variable behavior.
4923
49242006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4925
4926 * display.texi (Standard Faces):
8cf51b2c
GM
4927 * files.texi (Visiting):
4928 * frames.texi (Clipboard):
4929 * glossary.texi (Glossary) <Clipboard>:
4930 * xresources.texi (X Resources): Mention Mac OS port.
4931
8cf51b2c
GM
49322006-02-12 Richard M. Stallman <rms@gnu.org>
4933
4934 * building.texi (Building): Clarify topic in intro.
4935
4936 * maintaining.texi (Maintaining): Change title; clarify topic.
4937 Delete duplicate index entries.
4938
4939 * building.texi (Other GDB User Interface Buffers): Clarifications.
4940
4941 * text.texi (Cell Commands): Clarifications.
4942
4943 * programs.texi (Defuns): Delete duplicate explanation of
4944 left-margin paren convention.
4945 (Hungry Delete): Minor cleanup.
4946
49472006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4948
4949 * dired.texi (Tumme): More tumme documentation.
4950
49512006-02-11 Alan Mackenzie <acm@muc.de>
4952
4953 * programs.texi ("Hungry Delete"): Correct the appellation of the
4954 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4955
49562006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4957
4958 * dired.texi (Tumme): Fix small bug.
4959
49602006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4961
4962 * macos.texi (Mac International): Rename "fontset-mac" to
4963 "fontset-standard".
4964
8cf51b2c
GM
49652006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4966
4967 * dired.texi (Tumme): Basic documentation for Tumme added.
4968
8cf51b2c
GM
49692006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * mule.texi (International):
4972 * programs.texi (Basic Indent): Fix typos.
4973
8cf51b2c
GM
4974 * custom.texi (Minor Modes):
4975 * display.texi (Text Display):
4976 * commands.texi (Text Characters): Update xrefs.
4977
49782006-02-07 Richard M. Stallman <rms@gnu.org>
4979
4980 * emacs.texi (Top): Update subnode menu.
4981 Update info on old Emacs papers.
4982 (Intro): "Graphical display", not window system.
4983
4984 * xresources.texi (GTK styles): Minor clarifications.
4985
4986 * trouble.texi: "Graphical display", not window system.
4987 (Stuck Recursive): Minor clarification.
4988
4989 * text.texi: Minor clarifications.
4990 (Sentences): Explain why two-space convention is better.
4991 Explain sentence-end-without-period here.
4992 (Fill Commands): Not here.
4993 (Refill): Node moved down.
4994 (Filling): Update menu.
4995 (Table Creation, Cell Justification, Column Commands): Clarify.
4996
4997 * sending.texi: Minor clarifications.
4998
4999 * search.texi (Regexp Backslash): Clarification.
5000
5001 * rmail.texi: Minor cleanups.
5002 (Rmail): Delete digression about `rmail-mode'.
5003 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5004 (Rmail Files): Mention C-u M-x rmail.
5005 (Rmail Reply): Mention References.
5006 (Rmail Display): Mention rmail-nonignored-headers.
5007
5008 * programs.texi: Minor cleanups.
5009 (Comment Commands): Mention momentary Transient Mark mode.
5010 (Matching): Be more specific about customizing show-paren-mode.
5011 (Info Lookup): Don't list the modes that support C-h S.
5012 Just say what it does in an unsupported mode.
5013 (Man Page): Delete excessive info on customizing woman.
5014 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5015
5016 * abbrevs.texi: Minor clarifications.
5017 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5018 not "dynamic abbrevs" as if they were a kind of abbrev.
5019
5020 * picture.texi (Picture): Minor cleanup.
5021
5022 * mule.texi (Communication Coding): Say "other applications".
5023 (Fontsets): Not specific to X. Add xref to X Resources.
5024 (Unibyte Mode): Rename from Single-Byte Character Support.
5025 "Graphical display", not window system.
5026 (International): Update menu.
5027
5028 * maintaining.texi (Format of ChangeLog):
5029 New node, split out from ChangeLog.
5030 (ChangeLog): Clarifications in the remaining text.
5031 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5032 (Find Tag): Add @w.
5033 (Tags Search): Explain tag table order here. Simplify grep ref.
5034 (List Tags): tags-tag-face is a variable, not a face.
5035 (Emerge): Cleanups.
5036
5037 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5038 (Keyboard Macros): Avoid "the user".
5039
5040 * killing.texi: "Graphical display", not window system.
5041
5042 * help.texi (Help Echo): "Graphical display", not window system.
5043
5044 * glossary.texi: Say "you", not "the user". Say "graphical display".
5045
5046 * frames.texi: Minor cleanups. "Graphical display", not window system.
5047
5048 * files.texi (Visiting): Make drag-and-drop not X-specific.
5049
5050 * custom.texi: Minor cleanups. "Graphical display", not window system.
5051
5052 * cmdargs.texi: Minor cleanups.
5053
5054 * building.texi (Compilation): Move and split kill-compilation para.
5055 Add para about multiple compilers.
5056 (Compilation Mode): Commands also available in grep mode and others.
5057 Mention C-u C-x ` more tutorially. Clarify C-x `.
5058 (Compilation Shell): Clarify. Put Bash example first.
5059 (Grep Searching): Minor cleanups; add @w.
5060 (Debuggers): Minor cleanups.
5061 (Starting GUD): Make GDB xgraphical mode issue clearer.
5062 (Debugger Operation): Lots of clarifications including
5063 GDB tooltip side-effect issue.
5064 (Commands of GUD): Clarify.
5065 (GUD Customization): Add bashdb-mode-hook.
5066 (GDB Graphical Interface): Rewrite for clarity.
5067 (GDB User Interface Layout): Rewrite for clarity.
5068 (Stack Buffer, Watch Expressions): Likewise.
5069 (Other GDB User Interface Buffers): Cleanups.
5070 (Lisp Libraries, External Lisp): Cleanup.
5071
5072 * basic.texi (Position Info): "Graphical displays", rather than
5073 window systems.
5074
5075 * anti.texi: Minor cleanup.
5076
8cf51b2c
GM
50772006-02-03 Eli Zaretskii <eliz@gnu.org>
5078
5079 * custom.texi (Init File, Find Init): Add cross-references to
5080 where $HOME is described.
5081
50822006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5083
5084 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5085 is not inside the @table.
5086
5087 * emacs.texi (Top): Correct node name.
5088
5089 * files.texi (File Names): Fix @xref.
5090 (Reverting): Fix typo.
5091
5092 * mule.texi (International): Correct node name.
5093
5094 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5095
50962006-02-01 Richard M. Stallman <rms@gnu.org>
5097
5098 * emacs.texi (Top): Update subnode menu.
5099
5100 * mule.texi: Minor clarifications.
5101 Reduce the specific references to X Windows.
5102 Refer to "graphical" terminals, rather than window systems.
5103 (Text Coding): Rename from Specify Coding.
5104 (Communication Coding, File Name Coding, Terminal Coding):
5105 New nodes split out from Text Coding.
5106
5107 * kmacro.texi: Minor clarifications.
5108 (Keyboard Macro Ring): Comment out some excessive commands.
5109 (Basic Keyboard Macro): Split up the table, putting part in each node.
5110
5111 * major.texi: Minor clarifications.
5112
5113 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5114
5115 * windows.texi: Minor clarifications.
5116 (Change Window): Don't describe mode-line mouse cmds here.
5117 Add xref to Mode Line Mouse.
5118
5119 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5120
5121 * macos.texi (Mac International): Fix xref.
5122
5123 * indent.texi: Minor clarifications.
5124
5125 * frames.texi: Minor clarifications.
5126 Reduce the specific references to X Windows.
5127 Refer to "graphical" terminals, rather than window systems.
5128 (Frame Parameters): Don't mention commands like
5129 set-foreground-color. Just say to customize a face.
5130 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5131
5132 * files.texi: Minor clarifications.
5133 (Numbered Backups): New node, split out from Backup Names.
5134
5135 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5136
5137 * cmdargs.texi (General Variables): Fix xref.
5138
5139 * buffers.texi: Minor clarifications.
5140
8cf51b2c
GM
51412006-01-31 Richard M. Stallman <rms@gnu.org>
5142
5143 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5144 Nodes moved to top.
5145
5146 * display.texi: Minor clarifications.
5147 (Display): Rearrange menu.
5148 (Standard Faces): Mention query-replace face.
5149 (Faces): Simplify.
5150 (Font Lock): Simplify face customization info.
5151 (Highlight Changes): Node merged into Highlight Interactively.
5152 (Highlight Interactively): Much rewriting and cleanup.
5153 (Optional Mode Line): Narrowed line number not good for goto-line.
5154 Simplify face customization advice.
5155 (Text Display): Mention use of escape-glyph face.
5156 Move ctl-arrow and tab-width here.
5157 (Display Custom): Move no-redraw-on-reenter to end of node.
5158
5159 * search.texi: Minor clarifications.
5160 (Isearch Scroll): Simplify.
5161 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5162
5163 * regs.texi (Registers): Mention bookmarks here.
5164
5165 * mark.texi: Minor clarifications.
5166 (Selective Undo): Node deleted.
5167
5168 * m-x.texi: Minor clarifications.
5169
5170 * killing.texi: Minor clarifications.
5171 Refer to "graphical" terminals, rather than window systems.
5172
5173 * help.texi: Clarifications.
5174 (Help): Don't describe C-h F and C-h K here.
5175 (Key Help): Describe C-h K here.
5176 (Name Help): Mention Emacs Lisp Intro.
5177 Describe C-h F here.
5178 (Misc Help): Mention C-h F and C-h K only briefly.
5179
5180 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5181 Selective undo text merged in.
5182 (Spelling): Mention Aspell along with Ispell.
5183
5184 * emacs.texi (Top): Update subnode menus.
5185
5186 * basic.texi (Basic Undo): Rename from Undo. Most of text
5187 moved to new Undo node.
5188
8cf51b2c
GM
51892006-01-29 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * basic.texi (Continuation Lines, Inserting Text):
5192 Mention longlines mode.
5193
51942006-01-29 Richard M. Stallman <rms@gnu.org>
5195
10d1d0af 5196 * screen.texi: Minor cleanups.
8cf51b2c
GM
5197 (Screen): Clean up the intro paragraphs.
5198 (Mode Line): Lots of rewriting. Handle frame-name better.
5199 eol-mnemonic-... vars moved out.
5200
5201 * emacs.texi (Top): Change menu item for MS-DOS node.
5202 Update subnode menu.
5203
5204 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5205 chapter relates to Windows. Title changed.
5206
5207 * mini.texi: Minor cleanups.
5208
5209 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5210 (Mark): Put it in the menu.
5211
5212 * entering.texi: Minor cleanups.
5213
5214 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5215 (Intro): Refer to "graphical" terminals, rather than X.
5216
5217 * display.texi (Display Custom): Add xref to Variables.
5218 (Optional Mode Line): eol-mnemonic-... vars moved here.
5219
5220 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5221 rather than X.
5222
8cf51b2c
GM
5223 * basic.texi: Minor cleanups.
5224 (Undo): selective-undo moved.
5225
8cf51b2c
GM
52262006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5227
5228 * anti.texi (Antinews): Various corrections and additions.
5229
52302006-01-23 Juri Linkov <juri@jurta.org>
5231
5232 * custom.texi (Easy Customization, Customization Groups)
5233 (Browsing Custom): Mention links along with buttons.
5234
8cf51b2c
GM
52352006-01-21 Eli Zaretskii <eliz@gnu.org>
5236
8cf51b2c
GM
5237 * text.texi (TeX Print): Use @key for TAB.
5238
8cf51b2c
GM
5239 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5240
8cf51b2c
GM
52412006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5242
5243 * files.texi (File Aliases): Don't claim that usually separate
5244 buffers are created for two file names that name the same data.
5245 Mention additional situations where different names mean the same
5246 file on disk.
5247
52482006-01-19 Richard M. Stallman <rms@gnu.org>
5249
5250 * killing.texi (Deletion): Upcase @key argument.
5251
5252 * custom.texi (Custom Themes): Minor cleanup.
5253
5254 * programs.texi (Hungry Delete): Upcase @key argument.
5255
8cf51b2c
GM
52562006-01-16 Juri Linkov <juri@jurta.org>
5257
5258 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5259 Move `mode-line-highlight' before `mode-line-buffer-id'.
5260
8cf51b2c
GM
52612006-01-14 Richard M. Stallman <rms@gnu.org>
5262
5263 * basic.texi (Inserting Text): Minor cleanup.
5264
8cf51b2c
GM
52652006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5266
5267 * custom.texi (Changing a Variable, Face Customization):
5268 Update for changes in Custom menus.
5269
8cf51b2c
GM
52702006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5271
5272 * macos.texi (Mac International): Undo last change.
5273
8cf51b2c
GM
52742006-01-02 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * custom.texi (Custom Themes): Describe the new
5277 customize-create-theme interface.
5278
52792005-12-30 Juri Linkov <juri@jurta.org>
5280
5281 * basic.texi (Position Info): Update example.
5282
c8763fb6 52832005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5284
5285 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5286
52872005-12-24 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * custom.texi (Custom Themes): `load-theme' always loads.
5290
52912005-12-23 Juri Linkov <juri@jurta.org>
5292
5293 * display.texi (Highlight Interactively): Use double space to
5294 separate sentences. Replace C-p with M-p, and C-n with M-n.
5295
52962005-12-22 Richard M. Stallman <rms@gnu.org>
5297
5298 * custom.texi (Easy Customization and subnodes):
5299 Replace "active field" with "button".
5300 Use "user option" only for variables.
5301 Use "setting" for variable-or-face.
5302
53032005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5304
5305 * buffers.texi (Select Buffer): Change order in table to make
5306 "Similar" refer to the correct item.
5307 (Indirect Buffers): Minor rewording.
5308
8cf51b2c
GM
53092005-12-20 Juri Linkov <juri@jurta.org>
5310
5311 * files.texi (VC Status): Put P and N near p and n.
5312
8cf51b2c
GM
53132005-12-19 Richard M. Stallman <rms@gnu.org>
5314
5315 * programs.texi (Electric C): Delete the info about newline control.
5316 (Other C Commands): Minor cleanup.
5317 (Left Margin Paren): Minor cleanup.
5318
53192005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5320
5321 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5322 (Customization Groups): Delete text moved to "Browsing Custom".
5323 (Browsing Custom): New node.
5324 (Specific Customization): Clarify which commands only work for
5325 loaded options.
5326
53272005-12-18 Bill Wohler <wohler@newt.com>
5328
5329 * frames.texi (Tool Bars): Shorten text of previous change.
5330
53312005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5332
5333 * files.texi (VC Status): Document log-view mode.
5334
53352005-12-18 Bill Wohler <wohler@newt.com>
5336
5337 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5338 permanently via the customize interface.
5339
8cf51b2c
GM
53402005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5341
5342 * killing.texi (Killing by Lines): Document `kill-whole-line'
5343 function.
5344
c8763fb6 53452005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5346
5347 * buffers.texi (Select Buffer): Change `prev-buffer' to
5348 `previous-buffer'. Indicate that these functions use a frame
5349 local buffer list.
5350
8cf51b2c
GM
53512005-12-12 Richard M. Stallman <rms@gnu.org>
5352
5353 * custom.texi (Easy Customization): Change menu comment.
5354 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5355
5356 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5357 (Help): Among the Apropos commands, describe only C-h a here.
5358
53592005-12-11 Richard M. Stallman <rms@gnu.org>
5360
5361 * programs.texi (Options for Comments): Comment-end starts with space.
5362
5363 * glossary.texi (Glossary): Minor cleanup.
5364
5365 * files.texi (Old Versions): Use @table.
5366
8cf51b2c
GM
53672005-12-10 David Koppelman <koppel@ece.lsu.edu>
5368
5369 * display.texi (Highlight Interactively): Include
5370 global-hi-lock-mode. Add miscellaneous details and elaborations.
5371
53722005-12-09 Richard M. Stallman <rms@gnu.org>
5373
5374 * display.texi (Font Lock): Delete the Global FL menu item.
5375
53762005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * custom.texi (Minibuffer Maps): Mention the maps for file name
5379 completion.
5380
53812005-12-09 Kim F. Storm <storm@cua.dk>
5382
5383 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5384 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5385 cursor to next corner in rectangle; clarify insert around rectangle.
5386
8cf51b2c
GM
53872005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5388
5389 * custom.texi (Customization): Use xref to elisp manual for
5390 non-TeX output.
5391 (Minor Modes): Update.
5392 (Customization Groups, Changing a Variable, Face Customization):
5393 Update for new appearance of Custom buffers.
5394 (Changing a Variable): `custom-buffer-done-function' has been
5395 replaced by `custom-buffer-done-kill'.
5396 (Specific Customization): In the `customize-group' buffer, a
5397 subgroup's contents are not "hidden". They are not included at
5398 all. They have no [Show] button.
5399 (Mouse Buttons): Add pxref to description of mouse event lists in
5400 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5401 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5402 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5403
54042005-12-08 Richard M. Stallman <rms@gnu.org>
5405
5406 * mini.texi (Completion Commands, Completion):
5407 In file name input, SPC does not do completion.
5408
8cf51b2c
GM
54092005-12-08 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * building.texi (GDB Graphical Interface): Explain screen size
5412 setting.
5413 (Other GDB User Interface Buffers): Describe features specific to
5414 GDB 6.4.
5415
8cf51b2c
GM
54162005-12-01 Nick Roberts <nickrob@snap.net.nz>
5417
5418 * building.texi (GDB User Interface Layout): Describe how to
5419 kill associated buffers.
5420 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5421 (Watch Expressions): Be more precise.
5422 (Other GDB User Interface Buffers): Describe how to change a
5423 register value.
5424
8cf51b2c
GM
54252005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5426
5427 * macos.texi (Mac Input): Remove description of
5428 mac-command-key-is-meta. Add descriptions of
5429 mac-control-modifier, mac-command-modifier, and
5430 mac-option-modifier.
5431 (Mac International): Fix description of conversion of clipboard data.
5432 (Mac Font Specs): Add example of font customization by face attributes.
5433
54342005-11-22 Nick Roberts <nickrob@snap.net.nz>
5435
5436 * building.texi (Watch Expressions): Expand description.
5437 (Other GDB User Interface Buffers): Describe local map for
5438 gud-watch.
5439
54402005-11-21 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * display.texi (Font Lock): Font lock is enabled by default now.
5443
54442005-11-20 Juri Linkov <juri@jurta.org>
5445
5446 * basic.texi (Position Info): Update examples of the output.
5447 Remove the fact that examples are produced in the TeXinfo buffer,
5448 because in the Info reader users will get a different output from
5449 `C-x ='.
5450
5451 * building.texi (Compilation Mode): Remove paragraph duplicated
5452 from the node `Compilation'. Add `compilation-skip-threshold'.
5453
5454 * display.texi (Font Lock): Suggest more user-friendly method of
5455 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5456
54572005-11-18 Richard M. Stallman <rms@gnu.org>
5458
5459 * files.texi (Registering): Mention @@ in mode line.
5460
5461 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5462
54632005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5464
5465 * files.texi (Renaming and VC): Some back-ends don't
5466 handle renaming.
5467
8cf51b2c
GM
54682005-11-17 Juri Linkov <juri@jurta.org>
5469
5470 * emacs.texi (Top):
5471 * display.texi (Highlight Interactively): Put this font-lock based
5472 mode near Font Lock node.
5473
54742005-11-16 Chong Yidong <cyd@stupidchicken.com>
5475
5476 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5477 icons.
5478
54792005-11-12 Kim F. Storm <storm@cua.dk>
5480
5481 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5482 (Help Summary): Add C-h d and C-h e.
5483 (Apropos): Clarify that all apropos commands may search for either
5484 list of words or a regexp. Add C-h d for apropos-documentation.
5485 Describe apropos-documentation-sort-by-scores user option.
5486
8cf51b2c
GM
54872005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * killing.texi (CUA Bindings): Add @section.
5490
54912005-11-10 Kim F. Storm <storm@cua.dk>
5492
5493 * emacs.texi (Top): Add CUA Bindings entry to menu.
5494
5495 * killing.texi (CUA Bindings): New node. Moved here from
5496 misc.texi and extended with info on rectangle commands and
5497 rectangle highlighting, interface to registers, and the global
5498 mark feature.
5499
5500 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5501
5502 * regs.texi: Prev link points to CUA Bindings node.
5503
55042005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5505
5506 * help.texi (Help Echo): By default, help echos are only shown on
5507 mouse-over, not on point-over.
5508
c8763fb6 55092005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5510
5511 * misc.texi (Shell Mode): Describe how to activate password echoing.
5512
8cf51b2c
GM
55132005-11-04 Romain Francoise <romain@orebokech.com>
5514
5515 * mark.texi (Mark Ring): Fix typo.
5516
55172005-11-03 Richard M. Stallman <rms@gnu.org>
5518
5519 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5520
55212005-11-01 Bill Wohler <wohler@newt.com>
5522
5523 * help.texi (Help Mode): Fix typo.
5524
55252005-11-01 Nick Roberts <nickrob@snap.net.nz>
5526
1c6c854e
CS
5527 * building.texi (Other GDB User Interface Buffers):
5528 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5529
55302005-10-31 Romain Francoise <romain@orebokech.com>
5531
5532 * files.texi (Compressed Files): Fix typo.
5533
5534 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5535
5536 * windows.texi (Force Same Window): Likewise.
5537
55382005-10-30 Bill Wohler <wohler@newt.com>
5539
5540 * help.texi (Help Mode): URLs viewed with browse-url.
5541
55422005-10-31 Nick Roberts <nickrob@snap.net.nz>
5543
5544 * building.texi (GDB Graphical Interface): Don't reference
5545 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5546 must stay in same frame.
5547
55482005-10-29 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5551
5552 * anti.texi (Antinews): Likewise.
5553
8cf51b2c
GM
55542005-10-28 Bill Wohler <wohler@newt.com>
5555
5556 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5557
55582005-10-28 Richard M. Stallman <rms@gnu.org>
5559
5560 * files.texi (Visiting): Explain how to enter ? in a file name.
5561
5562 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5563
8cf51b2c
GM
55642005-10-25 Nick Roberts <nickrob@snap.net.nz>
5565
1c6c854e
CS
5566 * building.texi (GDB Graphical Interface):
5567 Describe gdb-mouse-until.
8cf51b2c
GM
5568
55692005-10-23 Richard M. Stallman <rms@gnu.org>
5570
5571 * custom.texi (Init File): Recommend when to use site-start.el.
5572
8cf51b2c
GM
55732005-10-21 Juri Linkov <juri@jurta.org>
5574
5575 * custom.texi (Examining): Mention accessing the old variable
5576 value via M-n in set-variable.
5577
8cf51b2c
GM
55782005-10-18 Romain Francoise <romain@orebokech.com>
5579
5580 * files.texi (Version Systems): Capitalize GNU.
5581
8cf51b2c
GM
55822005-10-18 Nick Roberts <nickrob@snap.net.nz>
5583
5584 * building.texi (Compilation Mode): Remove redundant paragraph.
5585 (Watch Expressions): Remove paragraph to reflect code change.
5586
8cf51b2c
GM
55872005-10-16 Richard M. Stallman <rms@gnu.org>
5588
5589 * building.texi (Compilation Mode, Compilation): Clarified.
5590
55912005-10-15 Richard M. Stallman <rms@gnu.org>
5592
5593 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5594
8cf51b2c
GM
55952005-10-13 Kenichi Handa <handa@m17n.org>
5596
5597 * basic.texi (Position Info): Fix previous change.
5598
c8763fb6 55992005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5600
5601 * cmdargs.texi (Icons X): Fix typo.
5602
56032005-10-12 Kenichi Handa <handa@m17n.org>
5604
5605 * basic.texi (Position Info): Describe the case that Emacs shows
5606 "part of display ...".
5607
c8763fb6 56082005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5609
5610 * cmdargs.texi (Icons X): -nb => -nbi.
5611
56122005-10-10 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * frames.texi (Speedbar): A couple more clarifications.
5615
56162005-10-11 Nick Roberts <nickrob@snap.net.nz>
5617
5618 * building.texi (GDB User Interface Layout): Improve diagram.
5619 (Watch Expressions): Explain how to make speedbar global.
5620 (Other GDB User Interface Buffers): Make references more precise.
5621
8cf51b2c
GM
56222005-10-09 Richard M. Stallman <rms@gnu.org>
5623
5624 * frames.texi (Speedbar): Clarify the text.
5625
56262005-10-09 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * frames.texi (Speedbar): Add information on keybindings,
5629 dismissing the speedbar, and buffer display mode. Link to
5630 speedbar manual.
5631
c8763fb6 56322005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5633
1c6c854e 5634 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5635 added -nb, --no-bitmap-icon.
5636
8cf51b2c
GM
56372005-10-07 Nick Roberts <nickrob@snap.net.nz>
5638
5639 * building.texi (GDB Graphical Interface): Add variables and
5640 functions to indices. Be more precise.
5641
c8763fb6 56422005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5643
5644 * frames.texi (Drag and Drop): Remove the x- from
5645 x-dnd-open-file-other-window and xdnd-protocol-alist.
5646
56472005-09-30 Romain Francoise <romain@orebokech.com>
5648
5649 * mini.texi (Minibuffer): The default value now appears before the
5650 colon in minibuffer prompts.
5651
8cf51b2c
GM
56522005-09-25 Richard M. Stallman <rms@gnu.org>
5653
5654 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5655
8cf51b2c
GM
56562005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5657
5658 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5659
8cf51b2c
GM
56602005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5661
5662 * emacs.texi (Top): Update submenus from macos.texi.
5663
5664 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5665 (Mac OS): Update feature support status.
5666 (Mac Input): List supported input scripts. Remove description
5667 about `mac-keyboard-text-encoding'. Mention mouse button
5668 emulation and related variables.
5669 (Mac International): Mention Central European and Cyrillic
5670 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5671 Add description about coding system for selection.
5672 Add description about language environment.
5673 (Mac Environment Variables):
5674 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5675 arguments. Add Preferences support.
5676 (Mac Directories): Explicitly state that this node is for Mac OS
5677 Classic only.
1c6c854e
CS
5678 (Mac Font Specs): Mention specification for scalable fonts.
5679 List supported charsets. Add preferred way of creating fontsets.
5680 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5681 (Mac Functions): Add descriptions about `mac-set-file-creator',
5682 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5683 and `mac-get-preference'.
5684
8cf51b2c
GM
56852005-09-16 Romain Francoise <romain@orebokech.com>
5686
5687 Update all files to specify GFDL version 1.2.
5688
5689 * doclicense.texi (GNU Free Documentation License): Update to
5690 version 1.2.
5691
56922005-09-15 Richard M. Stallman <rms@gnu.org>
5693
5694 * buffers.texi (List Buffers): Fix xref.
5695
5696 * rmail.texi (Rmail Basics): Fix xref.
5697
5698 * emacs.texi (Top): Update subnode menus.
5699
5700 * files.texi (Saving Commands): New node, broken out of Saving.
5701 (Customize Save): New node, broken out of Saving.
5702 Clarify effect of write-region-inhibit-fsync.
5703 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5704
8cf51b2c
GM
57052005-09-14 Romain Francoise <romain@orebokech.com>
5706
5707 * files.texi (Saving): Mention write-region-inhibit-fsync.
5708
57092005-09-05 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * custom.texi (Custom Themes): New node.
5712
57132005-09-03 Richard M. Stallman <rms@gnu.org>
5714
49823426
GM
5715 * search.texi (Search Case): Mention vars that control
5716 case-fold-search for various operations.
8cf51b2c
GM
5717
57182005-08-22 Juri Linkov <juri@jurta.org>
5719
5720 * display.texi (Standard Faces): Merge the text from
5721 `(elisp)Standard Faces' into this node.
5722
57232005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * emacs.texi (Top): Delete menu item for deleted node
5726 Keyboard Translations.
5727
57282005-08-18 Richard M. Stallman <rms@gnu.org>
5729
8cf51b2c
GM
5730 * trouble.texi (Unasked-for Search):
5731 Delete xref to Keyboard Translations.
5732
5733 * glossary.texi (Glossary): Delete xref.
5734
8cf51b2c
GM
5735 * custom.texi (Minor Modes): Say that the list here is not complete.
5736 (Keyboard Translations): Node deleted.
5737 (Disabling): Delete xref to it.
5738 (Customization Groups): Fix Custom buffer example.
5739 (Hooks): Mention remove-hooks.
5740
57412005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5742
5743 * building.texi (GDB Graphical Interface): Improve filling of menu
5744 item.
5745
57462005-08-18 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * building.texi (GDB Graphical Interface): Use better node names.
5749
57502005-08-14 Richard M. Stallman <rms@gnu.org>
5751
5752 * text.texi (Sentences): Fix xref.
5753
57542005-08-14 Juri Linkov <juri@jurta.org>
5755
5756 * building.texi (Compilation, Grep Searching): Move grep command
5757 headings from `Compilation' to `Grep Searching'.
5758
5759 * dired.texi (Dired and Find):
5760 * maintaining.texi (Tags Search): Replace grep xref to
5761 `Compilation' node with `Grep Searching'.
5762
5763 * files.texi (Comparing Files): Replace xref to `Compilation' with
5764 `Compilation Mode'.
5765
57662005-08-13 Alan Mackenzie <acm@muc.de>
5767
5768 * search.texi (Non-ASCII Isearch): Correct a typo.
5769 (Replacement Commands): Mention query-replace key binding.
5770
57712005-08-11 Richard M. Stallman <rms@gnu.org>
5772
5773 * programs.texi (Options for Comments): Fix xref.
5774
5775 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5776 out of Regexps.
5777
8cf51b2c
GM
57782005-08-09 Juri Linkov <juri@jurta.org>
5779
5780 * building.texi (Compilation): Use `itemx' instead of `item'.
5781 (Grep Searching): Simplify phrase.
5782
5783 * display.texi (Standard Faces): Describe vertical-border on
5784 window systems.
5785
5786 * windows.texi (Split Window): Simplify phrase and mention
5787 vertical-border face.
5788
57892005-08-09 Richard M. Stallman <rms@gnu.org>
5790
5791 * files.texi (Comparing Files): Clarify compare-windows.
5792
5793 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5794
8cf51b2c
GM
57952005-08-06 Eli Zaretskii <eliz@gnu.org>
5796
5797 * mule.texi (Coding Systems): Rephrase the paragraph about
5798 codepages: no need for "M-x codepage-setup" anymore, except on
5799 MS-DOS.
5800
5801 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5802 the MS-DOS port only.
5803
58042005-07-30 Eli Zaretskii <eliz@gnu.org>
5805
5806 * makefile.w32-in (info): Don't run multi-install-info.bat.
5807 ($(infodir)/dir): New target, produced by running
5808 multi-install-info.bat.
5809
8cf51b2c
GM
58102005-07-22 Eli Zaretskii <eliz@gnu.org>
5811
5812 * files.texi (Quoted File Names): Add index entry.
5813
8cf51b2c
GM
58142005-07-19 Juri Linkov <juri@jurta.org>
5815
5816 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5817
58182005-07-18 Juri Linkov <juri@jurta.org>
5819
8cf51b2c
GM
5820 * custom.texi (Easy Customization):
5821 * files.texi (Old Versions):
5822 * frames.texi (Wheeled Mice):
5823 * mule.texi (Specify Coding):
8cf51b2c
GM
5824 * text.texi (Cell Justification):
5825 * trouble.texi (After a Crash):
8cf51b2c
GM
5826 * xresources.texi (GTK styles):
5827 Delete duplicate duplicate words.
5828
58292005-07-17 Richard M. Stallman <rms@gnu.org>
5830
5831 * frames.texi (Creating Frames): Fix foreground color example.
5832
5833 * custom.texi (Init Examples): Clean up text about conditionals.
5834
58352005-07-16 Richard M. Stallman <rms@gnu.org>
5836
5837 * mini.texi (Completion Commands): Fix command name for ?.
5838
8cf51b2c
GM
58392005-07-16 Eli Zaretskii <eliz@gnu.org>
5840
5841 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5842 `menu' face has no effect on w32 and with GTK.
5843 Add cross-references.
8cf51b2c
GM
5844
5845 * cmdargs.texi (General Variables): Clarify the default location
5846 of $HOME on w32 systems.
5847
58482005-07-15 Jason Rumney <jasonr@gnu.org>
5849
5850 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5851 changed.
5852
58532005-07-08 Kenichi Handa <handa@m17n.org>
5854
1c6c854e
CS
5855 * mule.texi (Recognize Coding):
5856 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5857
58582005-07-07 Richard M. Stallman <rms@gnu.org>
5859
5860 * anti.texi (Antinews): Mention mode-line-inverse-video.
5861
5862 * files.texi (Saving): Minor correction about C-x C-w.
5863
5864 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5865
58662005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5867
5868 * search.texi (Isearch Scroll): Add example of using the
5869 `isearch-scroll' property.
5870 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5871 `Display Custom' node.
5872 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5873 and de-emphasize it.
5874 (Other Repeating Search): `occur' currently can not correctly
5875 handle multiline matches. Correct, clarify and update description
5876 of `flush-lines' and `keep-lines'.
5877
5878 * display.texi (Display Custom): Add anchor for `baud-rate'.
5879
58802005-07-07 Richard M. Stallman <rms@gnu.org>
5881
5882 * gnu.texi: Update where to get GNU status; add refs for how to help.
5883 Add footnotes 6 and 7.
5884
58852005-07-04 Lute Kamstra <lute@gnu.org>
5886
5887 Update FSF's address in GPL notices.
5888
8cf51b2c 5889 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5890 * trouble.texi (Checklist): Update FSF's address.
5891
8cf51b2c
GM
58922005-06-24 Richard M. Stallman <rms@gnu.org>
5893
5894 * display.texi (Text Display): Change index entries.
5895
58962005-06-24 Eli Zaretskii <eliz@gnu.org>
5897
5898 * makefile.w32-in (MAKEINFO): Use --force.
5899 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5900 Makefile.in.
8cf51b2c
GM
5901
59022005-06-23 Richard M. Stallman <rms@gnu.org>
5903
1c6c854e 5904 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5905 nobreak-char-display.
5906
5907 * emacs.texi (Top): Update detailed node listing.
5908
1c6c854e 5909 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5910 to nobreak-char-display and no-break-space to nobreak-space.
5911 (Standard Faces): Split up the list of standard faces
5912 and put it in a separate node. Add nobreak-space and
5913 escape-glyph.
5914
8cf51b2c
GM
59152005-06-23 Lute Kamstra <lute@gnu.org>
5916
5917 * mule.texi (Select Input Method): Fix typo.
5918
59192005-06-23 Kenichi Handa <handa@m17n.org>
5920
1c6c854e
CS
5921 * mule.texi (International): List all supported scripts.
5922 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5923 distribution.
5924 (Language Environments): List all language environments.
5925 Intlfonts contains fonts for most supported scripts, not all..
5926 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5927 input a specific character.
8cf51b2c
GM
5928 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5929
59302005-06-23 Juanma Barranquero <lekktu@gmail.com>
5931
49823426 5932 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5933
59342005-06-22 Miles Bader <miles@gnu.org>
5935
5936 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5937
59382005-06-20 Miles Bader <miles@gnu.org>
5939
5940 * display.texi (Faces): Add `vertical-divider'.
5941
59422005-06-17 Richard M. Stallman <rms@gnu.org>
5943
5944 * text.texi (Adaptive Fill): Minor clarification.
5945
8cf51b2c
GM
59462005-06-10 Lute Kamstra <lute@gnu.org>
5947
5948 * emacs.texi (Top): Correct version number.
5949 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5950 refer to the current version of Emacs.
5951
59522005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5953
5954 * files.texi (Log Buffer): Document when there can be more than
5955 one file to be committed.
5956
59572005-06-08 Juri Linkov <juri@jurta.org>
5958
5959 * display.texi (Faces): Add `shadow' face.
5960
59612005-06-07 Masatake YAMATO <jet@gyve.org>
5962
5963 * display.texi (Faces): Write about mode-line-highlight.
5964
59652005-06-06 Richard M. Stallman <rms@gnu.org>
5966
5967 * misc.texi (Printing Package): Explain how to initialize
5968 printing package.
5969
5970 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5971
59722005-06-05 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * emacs.texi: Rename Hardcopy to Printing.
5975 Make PostScript and PostScript Variables subnodes of it.
5976
5977 * misc.texi (Printing): Rename node from Hardcopy.
5978 Mention menu bar options.
5979 Move PostScript and PostScript Variables to submenu.
5980 (Printing package): New node.
5981
5982 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5983
5984 * dired.texi (Operating on Files): Likewise.
5985
5986 * calendar.texi (Displaying the Diary): Likewise.
5987
5988 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5989
5990 * glossary.texi (Glossary): Likewise.
5991
5992 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5993 effect.
5994
59952005-06-04 Richard M. Stallman <rms@gnu.org>
5996
5997 * trouble.texi (After a Crash): Polish previous change.
5998
8cf51b2c
GM
59992005-05-30 Noah Friedman <friedman@splode.com>
6000
6001 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6002 recovery mechanism.
6003
8cf51b2c
GM
60042005-05-28 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * building.texi (Other Buffers): SPC toggles display of
6007 floating point registers.
6008
8cf51b2c
GM
60092005-05-27 Nick Roberts <nickrob@snap.net.nz>
6010
6011 * files.texi (Log Buffer): Merge in description of Log Edit
6012 mode from pcl-cvs.texi.
6013
60142005-05-26 Richard M. Stallman <rms@gnu.org>
6015
6016 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6017
8cf51b2c
GM
60182005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6021 not enabled by default.
6022 When not on a word, `ispell-word' by default checks the word
6023 before point.
6024
60252005-05-24 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * building.texi (Debugger Operation): Simplify last sentence.
6028
60292005-05-23 Lute Kamstra <lute@gnu.org>
6030
6031 * emacs.texi: Update FSF's address throughout.
6032 (Preface): Use @cite.
6033 (Distrib): Add cross reference to the node "Copying". Mention the
6034 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6035 printed manuals.
6036 (Intro): Use @xref for the Emacs Lisp Intro.
6037
8cf51b2c
GM
60382005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6039
6040 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6041
6042 * basic.texi (Moving Point): Mention default for `goto-line'.
6043
6044 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6045 of a variable's docstring.
6046
60472005-05-18 Lute Kamstra <lute@gnu.org>
6048
6049 * maintaining.texi (Overview of Emerge): Add cross reference.
6050 Remove duplication.
6051
6052 * emacs.texi (Top): Update to the current structure of the manual.
6053 * misc.texi (Emacs Server): Add menu description.
6054 * files.texi (Saving): Fix menu.
6055 * custom.texi (Customization): Fix menu.
6056 * mule.texi (International): Fix menu.
6057 * kmacro.texi (Keyboard Macros): Fix menu.
6058
60592005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6060
6061 * display.texi: Various minor changes.
6062 (Faces): Delete text that is repeated in the next section.
6063
60642005-05-16 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * building.texi (Debugger Operation): Mention GUD tooltips are
6067 disabled with GDB in text command mode.
6068
8cf51b2c
GM
60692005-05-16 Nick Roberts <nickrob@snap.net.nz>
6070
6071 * building.texi: Replace toolbar with "tool bar" for consistency.
6072 (Compilation Mode): Describe compilation-context-lines
6073 and use of arrow in compilation buffer.
6074 (Debugger Operation): Replace help text with variable's value.
6075
6076 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6077 consistency.
6078
60792005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6082 Add xref.
6083
8cf51b2c
GM
60842005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6085
6086 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6087 (Position Info): Delete discussion of `goto-line'. It is already
6088 described in `Moving point'.
6089
6090 * mini.texi (Completion Commands): Correct reference.
6091 (Completion Options): Fix typo.
6092
6093 * killing.texi (Deletion): Complete description of `C-x C-o'.
6094
8cf51b2c
GM
60952005-05-10 Richard M. Stallman <rms@gnu.org>
6096
6097 * building.texi (Compilation): Clarify recompile's directory choice.
6098
6099 * frames.texi (Tooltips): Cleanups.
6100
6101 * basic.texi (Arguments): Fix punctuation.
6102
61032005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6104
6105 * screen.texi (Menu Bar): The up and down (not left and right)
6106 arrow keys move through a keyboard menu.
6107
61082005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6109
6110 * basic.texi: Various typo and grammar fixes.
6111 (Moving Point): C-a now runs move-beginning-of-line.
6112
61132005-05-08 Nick Roberts <nickrob@snap.net.nz>
6114
6115 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6116
6117 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6118 as different animals.
6119
61202005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6121
6122 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6123 Correct index entry.
6124
61252005-05-07 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * building.texi (Debugger Operation): Update to reflect changes
6128 in GUD tooltips.
6129
61302005-04-30 Richard M. Stallman <rms@gnu.org>
6131
6132 * files.texi (Compressed Files): Auto Compression normally enabled.
6133
6134 * building.texi (Debugger Operation): Clarify previous change.
6135
8cf51b2c
GM
61362005-04-28 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * building.texi (Debugger Operation): Add description for
6139 GUD tooltips when program is not running.
6140
61412005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * misc.texi (Shell): Add `Shell Prompts' to menu.
6144 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6145 description. Delete remarks moved to new node.
6146 (Shell Prompts): New node.
6147 (History References): Replace remarks moved to `Shell Prompts'
6148 with xref to that node.
6149 (Remote Host): Clarify how to specify the terminal type when
6150 logging in to a different machine.
6151
61522005-04-26 Richard M. Stallman <rms@gnu.org>
6153
6154 * emacs.texi (Top): Update submenus from files.texi.
6155
6156 * files.texi (Filesets): Clarify previous change.
6157
6158 * dired.texi (Misc Dired Features): Clarify previous change.
6159
61602005-04-25 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6163
1c6c854e
CS
6164 * dired.texi (Misc Dired Features):
6165 Document dired-compare-directories.
8cf51b2c
GM
6166
6167 * files.texi (Filesets): New node.
6168 (File Conveniences): Document Image mode.
6169
6170 * text.texi (TeX Print): Document tex-compile.
6171
61722005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6173
6174 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6175 Delete redundant reference to tooltip Custom group. It is
6176 referred too again in the next paragraph.
6177
61782005-04-24 Richard M. Stallman <rms@gnu.org>
6179
6180 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6181
8cf51b2c
GM
61822005-04-19 Kim F. Storm <storm@cua.dk>
6183
6184 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6185
61862005-04-18 Lars Hansen <larsh@math.ku.dk>
6187
6188 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6189 turns off desktop-save-mode.
6190
61912005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6192
6193 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6194 by default in terminals compatible with xterm. Mention that
6195 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6196 node.
6197
8cf51b2c
GM
61982005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6201
c8763fb6 62022005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6203
6204 * xresources.texi (Table of Resources): Add cursorBlink.
6205
62062005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6207
6208 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6209 `d', `C-d' and `u'.
6210
62112005-04-11 Richard M. Stallman <rms@gnu.org>
6212
6213 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6214 (Misc X): Add -D, --basic-display.
6215
6216 * maintaining.texi (Change Log): Correct the description of
6217 the example.
6218
6219 * major.texi (Choosing Modes): Document magic-mode-alist.
6220
8cf51b2c
GM
62212005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6224 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6225 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6226 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6227 `w', respectively.
6228 (Rmail Labels): Mention `l'.
6229 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6230 (Rmail Summary Edit): Describe `j' and RET.
6231
c8763fb6 62322005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6233
6234 * xresources.texi (Lucid Resources): Add fontSet resource.
6235
8cf51b2c
GM
62362005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6237
6238 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6239 now called `indicate-empty-lines'.
6240
62412005-04-06 Kim F. Storm <storm@cua.dk>
6242
6243 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6244
62452005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6248 deleted.
6249 (Marks vs Flags): Add some convenient key bindings.
6250 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6251 (Misc Dired Features): Correct and expand description of `w' command.
6252
6253 * frames.texi (XTerm Mouse): Delete apparently false info.
6254 The GNU/Linux console currently does not appear to support
6255 `xterm-mouse-mode'.
6256
8cf51b2c
GM
62572005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6258
6259 * calendar.texi (Diary): Mention shell utility `calendar'.
6260
62612005-04-01 Richard M. Stallman <rms@gnu.org>
6262
6263 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6264
8cf51b2c
GM
62652005-04-01 Lute Kamstra <lute@gnu.org>
6266
6267 * maintaining.texi (Change Log): add-change-log-entry uses
6268 add-log-mailing-address.
6269
62702005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6271
6272 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6273 `VC Mode Line' and put in an xref to that node.
6274 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6275 its description.
6276
62772005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6278
6279 * calendar.texi (Calendar Systems): Say that the Persian calendar
6280 implemented here is the arithmetical one championed by Birashk.
6281
62822005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6283
6284 * programs.texi (Fortran Motion): Fix previous change.
6285
8cf51b2c
GM
62862005-03-29 Richard M. Stallman <rms@gnu.org>
6287
6288 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6289
62902005-03-29 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * text.texi (Refill): Refer to Long Lines Mode.
6293 (Longlines): New node.
6294 (Auto Fill): Don't index "word wrap" here.
6295 (Filling): Add Longlines to menu.
6296
62972005-03-29 Richard M. Stallman <rms@gnu.org>
6298
6299 * xresources.texi: Minor fixes.
6300
6301 * misc.texi (Emacs Server): Fix Texinfo usage.
6302
6303 * emacs.texi (Top): Don't use a real section heading for
6304 "Detailed Node Listing". Fake it instead.
6305
6306 * basic.texi (Position Info): Minor cleanup.
6307
6308 * mule.texi (Input Methods): Minor cleanup.
6309
63102005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6311
6312 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6313 constructs as well.
6314 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6315
63162005-03-29 Kenichi Handa <handa@m17n.org>
6317
6318 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6319
6320 * basic.texi (Position Info): Update the description about the
6321 command C-u C-x =.
6322
63232005-03-28 Richard M. Stallman <rms@gnu.org>
6324
6325 * emacs.texi (Top): Use @section for the detailed node listing.
6326
6327 * calendar.texi: Minor fixes to previous change.
6328
6329 * programs.texi (Fortran): Small fixes to previous changes.
6330
6331 * emacs.texi (Top): Update list of subnodes of Dired.
6332 Likewise for building.texi.
6333
6334 * files.texi (File Conveniences): Delete Auto Image File mode.
6335
63362005-03-28 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * building.texi (Flymake): New node.
6339
6340 * custom.texi (Function Keys): Document kp- event types and
6341 keypad-setup package.
6342
6343 * dired.texi (Wdired): New node.
6344
6345 * files.texi (File Conveniences): Reorder entries.
6346 Explain how to turn on Auto-image-file mode.
6347 Document Thumbs mode.
6348
6349 * mule.texi (Specify Coding): Document recode-region and
6350 recode-file-name.
6351
6352 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6353
63542005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * commands.texi (Keys): M-o is now a prefix key.
6357
63582005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6359
6360 * programs.texi: Reformat and update copyright years.
6361 (Fortran): Update section.
6362
63632005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * files.texi: Several small changes in addition to:
6366 (Visiting): Change xref for Dialog Boxes to ref.
6367 (Version Headers): Replace references to obsolete var
6368 `vc-header-alist' with `vc-BACKEND-header'.
6369 (Customizing VC): Update value of `vc-handled-backends'.
6370
63712005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6372
6373 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6374 move here from Emacs Lisp Reference Manual.
6375 * calendar.texi (Calendar/Diary, Diary Commands)
6376 (Special Diary Entries, Importing Diary): Change some xrefs to
6377 point to emacs-xtra rather than elisp.
6378
6379 * emacs-xtra.texi (Calendar Customizing):
6380 Move view-diary-entries-initially, view-calendar-holidays-initially,
6381 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6382 Emacs Manual.
6383 (Appt Customizing): Merge entire section into main Emacs Manual.
6384 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6385 mark-holidays-in-calendar here from emacs-xtra.
6386 (Displaying the Diary): Move view-diary-entries-initially,
6387 mark-diary-entries-in-calendar here from emacs-xtra.
6388 (Appointments): Move appt-display-mode-line,
6389 appt-display-duration, appt-disp-window-function,
6390 appt-delete-window-function here from emacs-xtra.
6391
6392 * calendar.texi: Update and reformat copyright.
6393 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6394 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6395 (Diary): Refer to `diary-file' rather than ~/diary.
6396 (Diary Commands): Rename node to "Displaying the Diary".
6397 * emacs.texi (Top): Rename "Diary Commands" section.
6398 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6399
64002005-03-26 Eli Zaretskii <eliz@gnu.org>
6401
6402 * misc.texi (Emacs Server): Fix the command for setting
6403 server-name. Add an xref to Invoking emacsclient.
6404
6405 * help.texi (Help Summary): Clarify when "C-h ." will do something
6406 nontrivial.
6407 (Apropos): Add cindex entry for apropos-sort-by-scores.
6408
6409 * display.texi (Text Display): Add index entries for how no-break
6410 characters are displayed.
6411
8cf51b2c
GM
64122005-03-26 Eli Zaretskii <eliz@gnu.org>
6413
6414 * files.texi (Visiting): Fix cross-references introduced with the
6415 last change.
6416
6417 * xresources.texi (GTK resources): Fix last change.
6418
8cf51b2c
GM
64192005-03-25 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * xresources.texi (X Resources): GTK options documented too.
6422 (Resources): Clarify meaning of program name.
6423 (Table of Resources): Add visualClass.
6424 (GTK resources): Rewrite.
6425 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6426
6427 * display.texi (Text Display): Mention non-breaking spaces.
6428
6429 * files.texi (Reverting): Document auto-revert-check-vc-info.
6430
6431 * frames.texi (Mouse Commands): Document
6432 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6433
6434 * help.texi (Help Summary): Add `C-h .'.
6435 (Apropos): Apropos accepts a list of search terms.
6436 Document apropos-sort-by-scores.
6437 (Help Echo): Document display-local-help.
6438
6439 * misc.texi (Emacs Server): Document server-name.
6440 (Invoking emacsclient): Document -s option for server names.
6441
6442 * text.texi (Outline Visibility): Introduce "current heading
6443 line" (commands can be called with point on a body line).
6444 Re-order table to follow the sequence of discussion.
6445 hide-body won't hide lines before first header line.
6446 (TeX Mode): Add DocTeX mode.
6447
8cf51b2c
GM
64482005-03-24 Richard M. Stallman <rms@gnu.org>
6449
6450 * mule.texi (Single-Byte Character Support): Delete mention
6451 of iso-acc.el and iso-transl.el.
6452
8cf51b2c
GM
64532005-03-23 Lute Kamstra <lute@gnu.org>
6454
6455 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6456
64572005-03-23 Richard M. Stallman <rms@gnu.org>
6458
8cf51b2c
GM
6459 * search.texi: Delete explicit node pointers.
6460 (Incremental Search): New menu.
6461 (Basic Isearch, Repeat Isearch, Error in Isearch)
6462 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6463 (Slow Isearch): New subnodes.
6464 (Configuring Scrolling): Node deleted.
6465 (Search Case): Doc default-case-fold-search.
6466 (Regexp Replace): Move replace-regexp doc here.
6467
6468 * rmail.texi (Movemail): Put commas inside closequotes.
6469
6470 * picture.texi (Insert in Picture): Document C-c arrow combos.
6471 (Basic Picture): Clarify erasure.
6472
6473 * display.texi (Font Lock): Put commas inside closequotes.
6474
6475 * cmdargs.texi (General Variables): Put commas inside closequotes.
6476
64772005-03-23 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * building.texi (Stack Buffer): Mention reverse contrast for
6480 *selected* frame (might not be current frame).
6481
8cf51b2c
GM
64822005-03-21 Richard M. Stallman <rms@gnu.org>
6483
6484 * building.texi (Starting GUD): Add bashdb.
6485
64862005-03-20 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * basic.texi (Moving Point): Add M-g M-g binding.
6489 (Undo): Document undo-only.
6490 (Position Info): Document M-g M-g and C-u M-g M-g.
6491
6492 * building.texi (Building): Put Grep Searching after Compilation
6493 Shell.
6494 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6495 Document next-error-highlight.
6496 (Grep Searching): Document grep-highlight-matches.
6497 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6498
6499 * calendar.texi (Importing Diary): Rename node from iCalendar.
6500 Document diary-from-outlook.
6501
6502 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6503 Commands.
6504 Mention effect of X drag and drop on Dired buffers.
6505
6506 * files.texi (Visiting): Document large-file-warning-threshold.
6507 Move paragraph on file-selection dialog.
6508 Mention visiting files using X drag and drop.
6509 (Reverting): Mention using Auto-Revert mode to tail files.
6510 Document auto-revert-tail-mode.
6511 (Version Systems): Minor correction.
6512 (Comparing Files): Diff-mode is no longer based on Compilation
6513 mode.
6514 Document compare-ignore-whitespace.
6515 (Misc File Ops): Explain passing a directory to rename-file.
6516 Likewise for copy-file and make-symbolic-link.
6517
6518 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6519 Document mouse-wheel-progressive speed.
6520
6521 * help.texi (Misc Help): Document numeric argument for C-h i.
6522 Correctly explain the effect of just C-u as argument.
6523
6524 * killing.texi (Deletion): Document numeric argument for
6525 just-one-space.
6526
6527 * mini.texi (Completion): Completion acts on text before point.
6528
6529 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6530 (Emulation): CUA mode replaces pc-bindings-mode,
6531 pc-selection-mode, and s-region.
6532
6533 * mule.texi (Input Methods): Leim is now built-in.
6534 (Select Input Method): Document quail-show-key.
6535 (Specify Coding): Document revert-buffer-with-coding-system.
6536
6537 * programs.texi (Fortran Motion): Document f90-next-statement,
6538 f90-previous-statement, f90-next-block, f90-previous-block,
6539 f90-end-of-block, and f90-beginning-of-block.
6540
6541 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6542
6543 * emacs.texi (Acknowledgments): Updated.
6544
6545 * anti.texi: Total rewrite.
6546
8cf51b2c
GM
65472005-03-19 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * ack.texi (Acknowledgments): Update.
6550
65512005-03-19 Eli Zaretskii <eliz@gnu.org>
6552
1c6c854e
CS
6553 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6554 Update copyright years.
8cf51b2c
GM
6555
65562005-03-14 Nick Roberts <nickrob@snap.net.nz>
6557
6558 * building.texi (Commands of GUD): Move paragraph on setting
6559 breakpoints with mouse to the GDB Graphical Interface node.
6560
65612005-03-07 Richard M. Stallman <rms@gnu.org>
6562
8cf51b2c
GM
6563 * misc.texi (Single Shell, Shell Options): Fix previous change.
6564
6565 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6566
65672005-03-06 Richard M. Stallman <rms@gnu.org>
6568
6569 * building.texi (Starting GUD): Don't explain text vs graphical
6570 GDB here. Just mention it and xref.
6571 Delete "just one debugger process".
6572 (Debugger Operation): Move GUD tooltip info here.
6573 (GUD Tooltips): Node deleted.
6574 (GDB Graphical Interface): Explain the two GDB modes here.
6575
8cf51b2c
GM
6576 * sending.texi (Sending Mail): Minor cleanup.
6577 (Mail Aliases): Explain quoting conventions.
6578 Update key rebinding example.
6579 (Header Editing): C-M-i is like M-TAB.
6580 (Mail Mode Misc): mail-attach-file does not do MIME.
6581
6582 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6583 that really belongs here.
6584 (Remote Mailboxes): Text moved to Rmail Inbox.
6585 (Rmail Display): Mention Mouse-1.
6586 (Movemail): Clarify two movemail versions.
6587 Clarify rmail-movemail-program.
6588
8cf51b2c
GM
6589 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6590 Document async shell commands.
6591 (Shell History): Clarify.
6592 (Shell Ring): Mention C-UP an C-DOWN.
6593 (Shell Options): Add comint-prompt-read-only.
6594 (Invoking emacsclient): Set EDITOR to run Emacs.
6595 (Sorting): No need to explain what region is.
6596 (Saving Emacs Sessions): Fix typo.
6597 (Recursive Edit): Fix punctuation.
6598 (Emulation): Don't mention "PC bindings" which are standard.
6599 (Hyperlinking): Explain Mouse-1 convention here.
6600 (Find Func): Node deleted.
6601
8cf51b2c
GM
6602 * help.texi (Name Help): Xref to Hyperlinking.
6603
6604 * glossary.texi (Glossary):
6605 Rename "Balance Parentheses" to "Balancing...".
6606 Add "Byte Compilation". Correct "Copyleft".
6607 New xref in "Customization".
6608 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6609 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6610 Rename "Registers" to "Register".
6611 Replace "Selecting" with "Selected Frame",
6612 "Selected Window", and "Selecting a Buffer".
6613
6614 * files.texi (Types of Log File): Explain how projects'
6615 methods can vary.
6616
8cf51b2c
GM
6617 * display.texi (Faces): Delete "Emacs 21".
6618
6619 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6620 * fixit.texi (Spelling): C-M-i like M-TAB.
6621 * mini.texi (Completion Options): C-M-i like M-TAB.
6622 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6623 * text.texi (Text Mode): C-M-i like M-TAB.
6624
6625 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6626
6627 * calendar.texi (Specified Dates): Mention `g w'.
6628 (Appointments): appt-activate toggles with no arg.
6629
8cf51b2c
GM
66302005-03-05 Juri Linkov <juri@jurta.org>
6631
6632 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6633 "invocation (command line arguments)".
8cf51b2c
GM
6634 (Misc X): Add -nbc, --no-blinking-cursor.
6635
66362005-03-04 Ulf Jasper <ulf.jasper@web.de>
6637
6638 * calendar.texi (iCalendar): No need to require it now.
6639
8cf51b2c
GM
66402005-03-03 Nick Roberts <nickrob@snap.net.nz>
6641
6642 * trouble.texi (Contributing): Mention Savannah. Direct users to
6643 emacs-devel.
6644
66452005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6646
6647 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6648 window.
6649
8cf51b2c
GM
66502005-02-27 Richard M. Stallman <rms@gnu.org>
6651
6652 * building.texi (Compilation): Update mode line status info.
6653
66542005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6655
6656 * calendar.texi (General Calendar): Document binding of
6657 scroll-other-window-down.
6658 (Mayan Calendar): Fix earliest date.
6659 (Time Intervals): Document timeclock-change.
6660 Fix timeclock-ask-before-exiting documentation.
6661
66622005-02-26 Kim F. Storm <storm@cua.dk>
6663
6664 * frames.texi (Mouse References):
6665 Add mouse-1-click-in-non-selected-windows.
6666
66672005-02-25 Richard M. Stallman <rms@gnu.org>
6668
6669 * screen.texi (Screen): Explain better about cursors and mode lines;
6670 don't presuppose text terminals.
6671 (Point): Don't assume just one cursor.
6672 Clarify explanation of cursors.
6673 (Echo Area, Menu Bar): Cleanups.
6674
6675 * mini.texi (Minibuffer): Prompts are highlighted.
6676 (Minibuffer Edit): Newline = C-j only on text terminals.
6677 Clarify resize-mini-windows values.
6678 Mention M-PAGEUP and M-PAGEDOWN.
6679 (Completion Commands): Mouse-1 like Mouse-2.
6680 (Minibuffer History): Explain history commands better.
6681 (Repetition): Add xref to Incremental Search.
6682
6683 * mark.texi (Setting Mark): Clarify info about displaying mark.
6684 Clarify explanation of C-@ and C-SPC.
6685 (Transient Mark): Mention Delete Selection mode.
6686 (Marking Objects): Clean up text about extending the region.
6687
6688 * m-x.texi (M-x): One C-g doesn't always go to top level.
6689 No delay before suggest-key-bindings output.
6690
6691 * fixit.texi (Fixit): Mention C-/ for undo.
6692 (Spelling): Mention ESC TAB like M-TAB.
6693 Replacement words with r and R are rechecked.
6694 Say where C-g leaves point. Mention ? as input.
6695
66962005-02-23 Lute Kamstra <lute@gnu.org>
6697
6698 * cmdargs.texi (Initial Options): Add cross reference.
6699
8cf51b2c
GM
67002005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * emacs.texi (Top): Update menu for splitting of node in
6703 msdog.texi.
6704 * frames.texi (Frames): Update xref for splitting of node in
6705 msdog.texi.
6706 * trouble.texi (Quitting): Ditto.
6707
67082005-02-16 Richard M. Stallman <rms@gnu.org>
6709
6710 * windows.texi (Split Window): Simplify line truncation info
6711 and xref to Display Custom.
6712
6713 * trouble.texi (Quitting): Emergency escape only for text terminal.
6714 (Screen Garbled): C-l for ungarbling is only for text terminal.
6715
6716 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6717
6718 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6719
6720 * programs.texi (Program Modes): Mention Python mode.
6721 (Moving by Defuns): Repeating C-M-h extends region.
6722 (Basic Indent): Clarify.
6723 (Custom C Indent): Clarify.
6724 (Expressions): Repeating C-M-@ extends region.
6725 (Info Lookup): Clarify for C-h S.
6726 (Symbol Completion): ESC TAB alternative for M-TAB.
6727 (Electric C): Clarify.
6728
6729 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6730
6731 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6732 MS-DOS Input node.
6733 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6734 (MS-DOS and MULE): Clarify.
6735 (MS-DOS Processes, Windows Processes): Fix typos.
6736
6737 * major.texi (Choosing Modes): Clarify.
6738
6739 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6740 (Keyboard Macro Step-Edit): Clarify.
6741
6742 * indent.texi (Indentation): Clarifications.
6743
6744 * help.texi (Help): Correct error about C-h in query-replace.
6745 Clarify apropos vs C-h a. Fix how to search in FAQ.
6746 (Key Help): Describe C-h w here.
6747 (Name Help): Minor cleanup. C-h w moved to Key Help.
6748 Clarify the "object" joke.
6749 (Apropos): Clarify. Mouse-1 like Mouse-2.
6750 (Help Mode): Mouse-1 like Mouse-2.
6751
6752 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6753
6754 * display.texi (Display): Reorder menu.
6755 (Faces): Cleanup.
6756 (Font Lock): Cleanup. Mention Options menu.
6757 Delete obsolete text.
6758 (Scrolling): For C-l, don't presume text terminal.
6759 (Horizontal Scrolling): Simplify intro.
6760 (Follow Mode): Clarify.
1c6c854e 6761 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6762 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6763 Doc default-tab-width. Doc line truncation more thoroughly.
6764
6765 * dired.texi (Dired Enter): C-x C-f can run Dired.
6766 (Dired Visiting): Comment out `a' command.
6767 Mouse-1 is like Mouse-2.
6768 (Shell Commands in Dired): ? can be used more than once.
6769
6770 * basic.texi (Continuation Lines): Simplify description of truncation,
6771 and refer to Display Custom for the rest of it.
6772
8cf51b2c
GM
67732005-02-06 Lute Kamstra <lute@gnu.org>
6774
6775 * basic.texi (Undo): Fix typo.
6776
6777 * cmdargs.texi (Emacs Invocation): Fix typo.
6778
6779 * custom.texi (Init Examples): Fix typo.
6780
6781 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6782
67832005-02-06 Richard M. Stallman <rms@gnu.org>
6784
6785 * regs.texi (Registers): Registers can hold numbers, too.
6786
6787 * killing.texi (Other Kill Commands): Cleanup.
6788 Delete redundant explanation of kill in read-only buffer.
6789 (Yanking): Mention term "copying".
6790 (Accumulating Text): Fix typo.
6791
6792 * entering.texi (Entering Emacs): Update rationale at start.
6793 (Exiting): Treat iconifying on a par with suspension.
6794
6795 * custom.texi (Minor Modes): Fix typo.
6796 (Easy Customization): Fix menu style.
6797 (Variables): Add xref.
6798 (Examining): Setting for future sessions works through .emacs.
6799 (Keymaps): "Text terminals", not "Many".
6800 (Init Rebinding): Explain \C-. Show example of \M-.
6801 Fix minor wording errors.
6802 (Function Keys): Explain vector syntax just once.
6803 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6804 (Init File): Mention .emacs.d directory.
6805 (Init Examples): Add xref.
6806 (Find Init): Mention .emacs.d directory.
6807
6808 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6809 (Action Arguments): Explain which kinds of -l args are found how.
6810 (Initial Options): --batch does not inhibit site-start.
6811 Add xrefs.
6812 (Command Example): Use --batch, not -batch.
6813
6814 * basic.texi (Inserting Text): Cleanup wording.
6815 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6816 C-n is not error at end of buffer.
6817 (Undo): Doc C-/ like C-_. Add xrefs.
6818 (Arguments): META key may be labeled ALT.
6819 Peculiar arg meanings are explained in doc strings.
6820
6821 * abbrevs.texi (Expanding Abbrevs): Clarify.
6822
68232005-02-05 Eli Zaretskii <eliz@gnu.org>
6824
6825 * frames.texi (Frame Parameters): Add an xref to the description
6826 of list-colors-display. Add a pointer to the X docs about colors.
6827
6828 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6829 Improve docs of list-colors-display.
8cf51b2c
GM
6830
68312005-02-03 Lute Kamstra <lute@gnu.org>
6832
6833 * frames.texi (Frames, Drag and Drop): Fix typos.
6834
68352005-02-03 Richard M. Stallman <rms@gnu.org>
6836
6837 * windows.texi (Basic Window): Mention color-change in mode line.
6838 (Change Window): Explain dragging vertical boundaries.
6839
6840 * text.texi (Sentences): Clarify.
6841 (Paragraphs): Explain M-a and blank lines.
6842 (Outline Mode): Clarify text and menu.
6843 (Hard and Soft Newlines): Mention use-hard-newlines.
6844
6845 * frames.texi (Frames): Delete unnecessary mention of Windows.
6846 (Mouse Commands): Likewise. Mention xterm mouse support.
6847 (Clipboard): Clarify.
6848 (Mouse References): Mention use of Mouse-1 for following links.
6849 (Menu Mouse Clicks): Clarify.
6850 (Mode Line Mouse): Clarify.
6851 (Drag and Drop): Rewrite.
6852
6853 * fixit.texi (Spelling): Fix typo.
6854
6855 * files.texi (File Names): Clarify.
6856 (Visiting): Update conditions for use of file dialog. Clarify.
6857 (Saving): Doc d as answer in save-some-buffers.
6858 (Remote Files): Clean up the text.
6859
6860 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6861
6862 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6863 (List Buffers): Clarify.
6864 (Several Buffers): Doc T command.
6865 (Buffer Convenience): Clarify menu.
6866
6867 * basic.texi (Undo): Clarify last change.
6868
68692005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6870
6871 * fixit.texi (Spelling): Fix typo.
6872
68732005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * basic.texi (Undo): Update description of `undo-outer-limit'.
6876
68772005-02-01 Nick Roberts <nickrob@snap.net.nz>
6878
6879 * building.texi: Update documentation relating to GDB Graphical
6880 Interface.
6881
68822005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6883
6884 * custom.texi (Easy Customization): Adapt menu to node name change.
6885
68862005-01-30 Richard M. Stallman <rms@gnu.org>
6887
6888 * custom.texi (Easy Customization): Defn of "User Option" now
6889 includes faces. Don't say just "option" when talking about variables.
6890 Do say just "options" to mean "anything customizable".
6891 (Specific Customization): Describe `customize-variable',
6892 not `customize-option'.
6893
6894 * glossary.texi (Glossary) <Faces>: Add xref.
6895 <User Option>: Change definition--include faces. Change xref.
6896
6897 * picture.texi (Picture): Mention artist.el.
6898
6899 * sending.texi, screen.texi, programs.texi, misc.texi:
6900 * mini.texi, major.texi, maintaining.texi, macos.texi:
6901 * help.texi, frames.texi, files.texi:
6902 Don't say just "option" when talking about variables.
6903
6904 * display.texi, mule.texi: Don't say just "option" when talking
6905 about variables. Other minor cleanups.
6906
8cf51b2c
GM
69072005-01-26 Lute Kamstra <lute@gnu.org>
6908
6909 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6910 File'. Mention the `-Q' option at the `--no-site-file' option.
6911
8cf51b2c
GM
69122005-01-22 David Kastrup <dak@gnu.org>
6913
6914 * building.texi (Grep Searching): Mention alias `find-grep' for
6915 `grep-find'.
6916
69172005-01-20 Richard M. Stallman <rms@gnu.org>
6918
6919 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6920
8cf51b2c
GM
69212005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6922
6923 * rmail.texi (Movemail): Explain differences
6924 between standard and mailutils versions of movemail.
6925 Describe command line and configuration options introduced
6926 with the latter.
6927 Explain the notion of mailbox URL, provide examples and
6928 cross-references to mailutils documentation.
6929 Describe various methods of specifying mailbox names,
6930 user names and user passwords for rmail.
1c6c854e
CS
6931 (Remote Mailboxes): New section.
6932 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6933 options used to control its behavior.
6934 (Other Mailbox Formats): Explain handling of various mailbox
6935 formats.
6936
69372005-01-13 Richard M. Stallman <rms@gnu.org>
6938
6939 * commands.texi (Commands): Clarification.
6940
69412005-01-11 Richard M. Stallman <rms@gnu.org>
6942
6943 * programs.texi (Multi-line Indent): Fix previous change.
6944 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6945
8cf51b2c
GM
69462005-01-08 Richard M. Stallman <rms@gnu.org>
6947
6948 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6949 lazy-highlight.
6950
6951 * search.texi (Query Replace): Mention faces query-replace
6952 and lazy-highlight.
6953 (Incremental Search): Update isearch highlighting info.
6954
8cf51b2c
GM
69552005-01-04 Richard M. Stallman <rms@gnu.org>
6956
6957 * custom.texi (Saving Customizations): Minor improvement.
6958
8cf51b2c
GM
69592005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6960
6961 * custom.texi (Saving Customizations): Emacs no longer loads
6962 `custom-file' after .emacs. No longer mention customizing through
6963 Custom.
6964
8cf51b2c
GM
69652005-01-01 Andreas Schwab <schwab@suse.de>
6966
6967 * killing.texi (Graphical Kill): Move up under node Killing,
6968 change @section to @subsection.
6969
69702005-01-01 Richard M. Stallman <rms@gnu.org>
6971
6972 * custom.texi (Face Customization): Mention hex color specs.
6973
6974 * emacs.texi (Top): Update Killing submenu.
6975
6976 * killing.texi (Killing): Reorganize section.
6977 No more TeX-only text; put the node command at start of chapter.
6978 But the first section heading is used only in TeX.
6979 Rewrite the text to read better in this mode.
6980 (Graphical Kill): New subnode gets some of the text that
6981 used to be in the first section.
6982
69832004-12-31 Richard M. Stallman <rms@gnu.org>
6984
6985 * dired.texi (Shell Commands in Dired): Delete the ? example.
6986
6987 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6988
6989 * files.texi (Saving): Describe new require-final-newline features
6990 and mode-require-final-newline.
6991
8cf51b2c
GM
69922004-12-29 Richard M. Stallman <rms@gnu.org>
6993
6994 * custom.texi (File Variables): Clarify previous change.
6995
c8763fb6 69962004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6997
6998 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6999 out now.
7000
70012004-12-27 Richard M. Stallman <rms@gnu.org>
7002
7003 * Makefile.in (MAKEINFO): Specify --force.
7004
7005 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7006 (Undo): Doc undo-outer-limit.
7007
8cf51b2c
GM
70082004-12-15 Juri Linkov <juri@jurta.org>
7009
7010 * mark.texi (Transient Mark, Mark Ring): M-< and other
7011 movement commands don't set mark in Transient Mark mode
7012 if mark is active.
7013
8cf51b2c
GM
70142004-12-12 Juri Linkov <juri@jurta.org>
7015
7016 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7017 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7018
7019 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7020 (Misc Dired Commands): Add @r{(Dired)} to w.
7021
70222004-12-12 Juri Linkov <juri@jurta.org>
7023
7024 * mark.texi (Marking Objects): Marking commands also extend the
7025 region when mark is active in Transient Mark mode.
7026
8cf51b2c
GM
70272004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * custom.texi (Saving Customizations): Emacs only loads the custom
7030 file automatically after the init file in version 22.1 or later.
7031 Adapt text and examples to this fact.
7032
8cf51b2c
GM
70332004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7036 be set through Custom. Otherwise, it has no effect.
7037
8cf51b2c
GM
70382004-12-05 Richard M. Stallman <rms@gnu.org>
7039
7040 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7041 * entering.texi: Rename Command Line to Emacs Invocation.
7042
10d1d0af 7043 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7044
7045 * custom.texi (Easy Customization): Move up to section level,
7046 before Variables. Avoid using the term "variable"; say "option".
7047 New initial explanation.
7048 (Variables): In initial explanation, connect "variable" to the
7049 already-explained "user option".
7050
7051 * emacs.texi (Top): Fix ref to Command Line.
7052 Move reference to Easy Customization.
7053
7054 * xresources.texi (X Resources): Fix From link.
7055
7056 * doclicense.texi (GNU Free Documentation License): Fix To link.
7057
7058 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7059
7060 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7061
70622004-12-03 Richard M. Stallman <rms@gnu.org>
7063
7064 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7065
70662004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7067
7068 * kmacro.texi: Several small changes in addition to the following.
7069 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7070 defining a keyboard macro.
7071 Mention `kmacro-ring-max'.
7072 (Keyboard Macro Counter): Clarify description of
7073 `kmacro-insert-counter', `kmacro-set-counter',
7074 `kmacro-add-counter' and `kmacro-set-format'.
7075
70762004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * custom.texi (File Variables): Add `unibyte' and make it more
7079 clear that `unibyte' and `coding' are special. Suggested by Simon
7080 Krahnke <overlord@gmx.li>.
7081
7082 * mule.texi (Enabling Multibyte): Refer to File Variables.
7083 Suggested by Simon Krahnke <overlord@gmx.li>.
7084
c8763fb6 70852004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7086
7087 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7088 x-use-old-gtk-file-dialog.
7089
8cf51b2c
GM
70902004-11-20 Richard M. Stallman <rms@gnu.org>
7091
7092 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7093
70942004-11-09 Lars Brinkhoff <lars@nocrew.org>
7095
7096 * building.texi (Lisp Eval): Delete hyphen in section name.
7097
70982004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7099
7100 * files.texi (Old Versions):
7101 No longer document annotation as "CVS only".
7102
71032004-11-10 Andre Spiegel <spiegel@gnu.org>
7104
7105 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7106 version systems, mentioning the new ones that we support.
7107 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7108 suggestions.
7109
c8763fb6 71102004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7111
49823426 7112 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7113
c8763fb6 71142004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7115
7116 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7117
71182004-10-23 Eli Zaretskii <eliz@gnu.org>
7119
7120 * text.texi (Text Based Tables, Table Definition)
7121 (Table Creation, Table Recognition, Cell Commands)
7122 (Cell Justification, Row Commands, Column Commands)
7123 (Fixed Width Mode, Table Conversion, Measuring Tables)
7124 (Table Misc): New nodes, documenting the Table Mode.
7125
8cf51b2c
GM
71262004-10-19 Jason Rumney <jasonr@gnu.org>
7127
7128 * makefile.w32-in (info): Change order of arguments to makeinfo.
7129
71302004-10-19 Ulf Jasper <ulf.jasper@web.de>
7131
7132 * calendar.texi (iCalendar): Update for package changes.
7133
8cf51b2c
GM
71342004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * files.texi (Misc File Ops): View mode is a minor mode.
7137
8cf51b2c
GM
71382004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7139
7140 * calendar.texi (iCalendar): Style changes.
7141
71422004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * search.texi (Regexps): The regexp described in the example is no
7145 longer stored in the variable `sentence-end'.
7146
8cf51b2c
GM
71472004-10-06 Nick Roberts <nickrob@snap.net.nz>
7148
7149 * building.texi (Starting GUD): Note that multiple debugging
7150 sessions requires `gdb --fullname'.
7151
71522004-10-05 Ulf Jasper <ulf.jasper@web.de>
7153
7154 * calendar.texi (iCalendar): New section for a new package.
7155
8cf51b2c
GM
71562004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7157
7158 * text.texi: Various small changes in addition to the following.
7159 (Text): Replace xref for autotype with inforef.
7160 (Sentences): Explain nil value for `sentence-end'.
7161 (Paragraphs): Update default values for `paragraph-start' and
7162 `paragraph-separate'.
7163 (Text Mode): Correct description of Text mode's effect on the
7164 syntax table.
7165 (Outline Visibility): `hide-other' does not hide top level headings.
7166 `selective-display-ellipses' no longer has an effect on Outline mode.
7167 (TeX Misc): Add missing @cindex.
7168 Replace xref for RefTeX with inforef.
7169 (Requesting Formatted Text): The variable
7170 `enriched-fill-after-visiting' no longer exists.
7171 (Editing Format Info): Update names of menu items and commands.
7172 (Format Faces): Mention special effect of specifying the default face.
7173 Describe inheritance of text properties.
7174 Correct description of `fixed' face.
7175 (Format Indentation): Correct description of effect of setting
7176 margins. Mention `set-left-margin' and `set-right-margin'.
7177 (Format Justification): Update names of menu items.
7178 `set-justification-full' is now bound to `M-j b'.
7179 Mention that `default-justification' is a per buffer variable.
7180 (Format Properties): Update name of menu item.
7181 (Forcing Enriched Mode): `format-decode-buffer' automatically
7182 turns on Enriched mode if the buffer is in text/enriched format.
7183
71842004-10-05 Emilio C. Lopes <eclig@gmx.net>
7185
7186 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7187
71882004-09-28 Kim F. Storm <storm@cua.dk>
7189
7190 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7191 Align with new functionality.
7192
8cf51b2c
GM
71932004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * display.texi (Display Custom): Remove stray `@end defvar'.
7196
71972004-09-23 Kim F. Storm <storm@cua.dk>
7198
7199 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7200 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7201
8cf51b2c
GM
72022004-09-20 Richard M. Stallman <rms@gnu.org>
7203
7204 * custom.texi (Hooks): Explain using setq to clear out a hook.
7205 (File Variables): Explain multiline string constants.
7206 (Non-ASCII Rebinding): Explain when you need to update
7207 non-ASCII char codes in .emacs.
7208
7209 * building.texi (Compilation): Explain how to make a silent
7210 subprocess that won't be terminated. Explain compilation-environment.
7211
72122004-09-13 Kim F. Storm <storm@cua.dk>
7213
7214 * mini.texi (Repetition): Rename isearch-resume-enabled to
7215 isearch-resume-in-command-history and change default to disabled.
7216
8cf51b2c
GM
72172004-09-09 Kim F. Storm <storm@cua.dk>
7218
7219 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7220 with new `kmacro-name-last-macro'.
7221
8cf51b2c
GM
72222004-09-08 Juri Linkov <juri@jurta.org>
7223
7224 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7225
8cf51b2c
GM
72262004-09-03 Juri Linkov <juri@jurta.org>
7227
7228 * search.texi (Incremental Search): Update wording for M-%.
7229
72302004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7231
7232 * killing.texi (Killing): Correct description of kill commands in
7233 read-only buffer.
7234
72352004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7236
7237 * building.texi (Compilation Mode): Add a paragraph about rules
7238 for finding the compilation buffer for `next-error'.
7239
7240 * search.texi (Other Repeating Search): Mention that Occur mode
7241 supports the next-error functionality.
7242
72432004-09-02 Juri Linkov <juri@jurta.org>
7244
7245 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7246
72472004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7248
7249 * kmacro.texi (Basic Keyboard Macro):
7250 `apply-macro-to-region-lines' now operates on all lines that begin
7251 in the region, rather than on all complete lines in the region.
7252
c8763fb6 72532004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7254
7255 * frames.texi (Drag and drop): Add documentation about
7256 x-dnd-test-function and x-dnd-known-types.
7257
72582004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * indent.texi: Various minor changes in addition to:
7261 (Indentation Commands): Correct description of `indent-relative'.
7262 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7263 mode. The *Tab Stops* buffer uses Overwrite Mode.
7264 (Just Spaces): `tabify' converts sequences of at least two spaces
7265 to tabs.
7266
8cf51b2c
GM
72672004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * frames.texi (Secondary Selection): Setting the secondary
7270 selection with M-Drag-Mouse-1 does not alter the kill ring,
7271 setting it with M-Mouse-1 and M-Mouse-3 does.
7272 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7273 toolkit scroll bars.
7274 (Scroll Bars): Ditto.
7275
7276 * windows.texi (Basic Window): When using a window system, the value
7277 of point in a non-selected window is indicated by a hollow box.
7278 (Split Window): Side by side windows are separated by a scroll bar,
7279 if scroll bars are used.
7280 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7281 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7282 (Window Convenience): Update bindings for `winner-undo' and
7283 `winner-redo'.
7284
7285 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7286 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7287 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7288 of "Using Emacs as a Server".
7289 * building.texi (Building): Interchange nodes (for correct numbering).
7290 * programs.texi (Programs): Interchange nodes (for correct numbering).
7291 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7292 Info to the node structure.
7293 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7294 Rearrange order of nodes and sections such that both "GNU GENERAL
7295 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7296 end, as appropriate for appendices.
7297 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7298 Use `@unnumberedsec'.
7299 * trouble.texi: Adapt sectioning in Info to the node structure.
7300 Adapt node pointers to change in emacs.texi.
7301 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7302
8cf51b2c
GM
73032004-08-25 Kenichi Handa <handa@m17n.org>
7304
7305 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7306 description for unibyte mode.
7307
73082004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7309
7310 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7311
7312 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7313 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7314 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7315 in @pxref.
7316
73172004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7318
7319 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7320 Change section names.
7321
8cf51b2c
GM
73222004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7323
7324 * kmacro.texi (Keyboard Macro Ring): Rename section.
7325 Emacs treats the head of the macro ring as the `last keyboard macro'.
7326 (Keyboard Macro Counter): Minor change.
7327 (Save Keyboard Macro): Some clarifications.
7328 (Edit Keyboard Macro): Rename section.
7329
7330 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7331 32-bit machines.
7332 (Several Buffers): Clarify which buffer is selected if `2' is
7333 pressed in the Buffer Menu.
7334 Auto Revert mode can be used to update the Buffer Menu
7335 automatically.
7336
73372004-08-21 Eli Zaretskii <eliz@gnu.org>
7338
7339 * help.texi (Misc Help): Add an index entry for finding an Info
7340 manual by its file name.
7341
73422004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7343
7344 * files.texi (Backup Deletion): Correct description of
7345 `delete-old-versions'.
7346 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7347 (Auto Save Files): Recommend `auto-save-mode' to reenable
7348 auto-saving, rather than the abbreviation `auto-save'.
7349
73502004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7351
7352 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7353 for "killing" and "yanking" in main menu.
7354
73552004-08-16 Richard M. Stallman <rms@gnu.org>
7356
7357 * killing.texi (Yanking, Killing): Minor cleanups.
7358
7359 * mark.texi (Momentary Mark): Minor cleanups.
7360
73612004-08-15 Kenichi Handa <handa@etl.go.jp>
7362
7363 * custom.texi (Non-ASCII Rebinding):
7364 C-q always inserts the right code to pass to global-set-key.
7365
8cf51b2c
GM
73662004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7367
7368 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7369 `insert-register', instead of `C-x r g' binding, for consistency.
7370
73712004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * fixit.texi (Spelling): Fix typo.
7374
73752004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * help.texi (Help): Fix Texinfo usage.
7378
8cf51b2c
GM
73792004-07-24 Richard M. Stallman <rms@gnu.org>
7380
7381 * text.texi (Paragraphs): Update how paragraphs are separated
7382 and the default for paragraph-separate.
7383
7384 * search.texi (Regexp Replace): Further update text for new
7385 replacement operators.
7386
8cf51b2c
GM
73872004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7388
7389 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7390 `R' switch.
7391
7392 * dired.texi (Dired Updating): `k' only deletes inserted
7393 subdirectories from the Dired buffer if a prefix argument was given.
7394
7395 * search.texi (Regexps): Delete redundant definition of `symbol' in
7396 description of `\_>'. It already occurs in the description of `\_<'.
7397
8cf51b2c
GM
73982004-07-01 Juri Linkov <juri@jurta.org>
7399
7400 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7401 (Regexp Search): Add M-r.
7402
74032004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7406
74072004-06-29 Jesper Harder <harder@ifa.au.dk>
7408
49823426 7409 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7410
74112004-06-25 Richard M. Stallman <rms@gnu.org>
7412
7413 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7414
74152004-06-25 David Kastrup <dak@gnu.org>
7416
7417 * search.texi (Regexp Replace): Some typo corrections and
7418 rearrangement.
7419
74202004-06-24 David Kastrup <dak@gnu.org>
7421
7422 * search.texi (Unconditional Replace): Use replace-string instead
7423 of query-replace in example.
7424 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7425 sequences.
7426 (Query Replace): Correct explanation of `^' which does not use
7427 the mark stack.
7428
74292004-06-21 Nick Roberts <nickrob@gnu.org>
7430
7431 * misc.texi (Shell History Copying): Document comint-insert-input.
7432 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7433
8cf51b2c
GM
74342004-06-20 Jesper Harder <harder@ifa.au.dk>
7435
7436 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7437 * custom.texi (Customization): Do.
7438 * anti.texi (Antinews): Do.
7439 * abbrevs.texi (Defining Abbrevs): Do.
7440
7441 * programs.texi (Info Lookup): Fix keybinding for
7442 info-lookup-symbol.
7443
74442004-06-16 Juanma Barranquero <lektu@terra.es>
7445
7446 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7447 Add emacs-xtra.
7448 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7449 (clean): Add emacs-xtra and flymake. Remove redundancies.
7450
74512004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7454 Add emacs-xtra.
7455 * emacs-xtra.texi: New file.
7456
74572004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7460 (Dired and Find): Mention differences with ordinary Dired buffers.
7461
8cf51b2c
GM
74622004-06-13 Richard M. Stallman <rms@gnu.org>
7463
7464 * custom.texi (Init Syntax): Explain about vars that do special
7465 things when set with setq or with Custom.
7466 (Init Examples): Add line-number-mode example.
7467
8cf51b2c
GM
74682004-06-12 Juri Linkov <juri@jurta.org>
7469
7470 * dired.texi (Operating on Files): Add dired-do-touch.
7471
8cf51b2c
GM
74722004-06-10 Juri Linkov <juri@jurta.org>
7473
7474 * building.texi (Lisp Eval): Add C-M-x on defface.
7475
74762004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * files.texi (Reverting): Auto-Revert mode and
7479 Global Auto-Revert mode no longer revert remote files.
7480
8cf51b2c
GM
74812004-05-29 Richard M. Stallman <rms@gnu.org>
7482
7483 * custom.texi (Init File): Two dashes start --no-site-file.
7484
8cf51b2c
GM
74852004-05-29 Alan Mackenzie <acm@muc.de>
7486
7487 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7488 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7489 (AWK, Pike): Document as "C-like modes".
7490 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7491 (M-x man): Supersedes M-x manual-entry.
7492 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7493
7494 ("Comments in C"): Delete node; the info is in CC Mode manual.
7495 (c-comment-only-line-offset): Remove description.
7496
7497 (C-c ., C-c C-c): Describe new C Mode bindings.
7498
7499 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7500 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7501 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7502 Amend definitions.
7503
7504 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7505 Describe functions.
7506
7507 (c-comment-start-regexp, c-hanging-comment-ender-p)
7508 (c-hanging-comment-starter-p): Remove obsolete definitions.
7509
7510 * emacs.texi: Remove the menu entry "Comments in C".
7511
8cf51b2c
GM
75122004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7515 `M-x locate'.
7516
75172004-05-16 Karl Berry <karl@gnu.org>
7518
7519 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7520 makeinfo --html fails.
7521 * help.texi (Help Summary) [@ifnottex]: Likewise.
7522
75232004-05-13 Nick Roberts <nickrob@gnu.org>
7524
7525 * building.texi (GDB Graphical Interface): Update and describe
7526 layout first.
7527
8cf51b2c
GM
75282004-05-04 Jason Rumney <jasonr@gnu.org>
7529
7530 * makefile.w32-in: Revert last change.
7531
75322004-05-03 Jason Rumney <jasonr@gnu.org>
7533
7534 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7535
8cf51b2c
GM
75362004-04-23 Juanma Barranquero <lektu@terra.es>
7537
7538 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7539
75402004-04-18 Juri Linkov <juri@jurta.org>
7541
7542 * fixit.texi (Spelling): Remove file extension from ispell xref.
7543
75442004-04-15 Kim F. Storm <storm@cua.dk>
7545
7546 * cmdargs.texi (Initial Options): Add -Q.
7547
75482004-04-05 Kim F. Storm <storm@cua.dk>
7549
7550 * custom.texi (File Variables): Add safe-local-eval-forms.
7551
8cf51b2c
GM
75522004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7553
7554 * files.texi (Reverting): Correct description of revert-buffer's
7555 handling of point.
7556
75572004-03-22 Juri Linkov <juri@jurta.org>
7558
7559 * emacs.texi (Top): Add `Misc X'.
7560
49823426 7561 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7562
7563 * glossary.texi: Improve references.
7564
7565 * help.texi: Sync keywords with finder.el.
7566
7567 * mini.texi (Completion): Add description for menu items.
7568
7569 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7570
7571 * sending.texi (Mail Methods): Fix xref to Message manual.
7572
8cf51b2c
GM
75732004-03-12 Richard M. Stallman <rms@gnu.org>
7574
8cf51b2c
GM
7575 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7576
8cf51b2c
GM
75772004-03-04 Richard M. Stallman <rms@gnu.org>
7578
7579 * search.texi (Regexps): Explain that ^ and $ have their
7580 special meanings only in certain contexts.
7581
7582 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7583
7584 * mule.texi (Specify Coding): Doc C-x RET F.
7585
7586 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7587 for multiple compile and grep buffers.
7588 (Indirect Buffers): Don't recommand clone-indirect-buffer
7589 for multiple compile and grep buffers.
7590
8cf51b2c
GM
75912004-02-29 Juanma Barranquero <lektu@terra.es>
7592
7593 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7594 Use $(DEL) instead of rm, and ignore exit code.
7595
8cf51b2c
GM
75962004-02-23 Nick Roberts <nick@nick.uklinux.net>
7597
7598 * building.texi (Watch Expressions): Update.
7599
76002004-02-21 Juri Linkov <juri@jurta.org>
7601
1c6c854e
CS
7602 * cmdargs.texi (Action Arguments): Add alias --find-file.
7603 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7604 to Command Arguments.
7605 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7606 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7607 (Window Size X): Join -g and --geometry. Add @cindex.
7608 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7609 (Title X): Remove alias -title.
7610 (Misc X): New node.
7611
c8763fb6 76122004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7613
7614 * frames.texi (Drag and drop): Add Motif to list of supported
7615 protocols.
7616
c8763fb6 76172004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7618
7619 * frames.texi (Drag and drop): New section.
7620
76212004-01-24 Richard M. Stallman <rms@gnu.org>
7622
1c6c854e 7623 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7624 Include it only @ifnotinfo. Patch the preceding and following
7625 node headers to point to each other.
7626
76272004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7628
7629 * calendar.texi (Appointments): Update section.
7630
76312003-12-29 Kevin Ryde <user42@zip.com.au>
7632
8cf51b2c
GM
7633 * programs.texi (C Modes): Fix the xref.
7634
76352003-12-23 Nick Roberts <nick@nick.uklinux.net>
7636
7637 * building.texi (Watch Expressions): Update.
7638 (Commands of GUD): Include use of toolbar + breakpoints set from
7639 fringe/margin.
7640
76412003-12-03 Andre Spiegel <spiegel@gnu.org>
7642
7643 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7644 <acm@muc.de>.
7645
c8763fb6 76462003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7647
7648 * frames.texi (Dialog Boxes): Add use-file-dialog.
7649
8cf51b2c
GM
76502003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7651
7652 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7653 in CC Mode.
7654
8cf51b2c
GM
76552003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7656
7657 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7658 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7659 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7660 * man/frames.texi, man/glossary.texi, man/killing.texi:
7661 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7662 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7663 * man/sending.texi, man/text.texi, man/trouble.texi:
7664 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7665
76662003-11-01 Alan Mackenzie <acm@muc.de>
7667
7668 * search.texi (Scrolling During Incremental Search): Document a
7669 new scrolling facility in isearch mode.
7670
8cf51b2c
GM
76712003-10-22 Miles Bader <miles@gnu.org>
7672
7673 * Makefile.in (info): Move before $(top_srcdir)/info.
7674
76752003-10-22 Nick Roberts <nick@nick.uklinux.net>
7676
7677 * building.texi (Watch Expressions): Update section on data display
7678 to reflect code changes (GDB Graphical Interface).
7679
8cf51b2c
GM
76802003-10-13 Richard M. Stallman <rms@gnu.org>
7681
7682 * xresources.texi (GTK resources): Clean up previous change.
7683
c8763fb6 76842003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7685
7686 * xresources.texi (GTK resources): Add a note that some themes
7687 disallow customizations. Add scroll theme example.
7688
8cf51b2c
GM
76892003-09-30 Richard M. Stallman <rms@gnu.org>
7690
8cf51b2c
GM
7691 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7692
7693 * misc.texi (Saving Emacs Sessions): Shorten the section,
7694 collapsing back into one node.
7695
76962003-09-30 Lars Hansen <larsh@math.ku.dk>
7697
7698 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7699
ce058493 77002003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7701
7702 * xresources.texi (GTK names in Emacs): Correct typo.
7703
8cf51b2c
GM
77042003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7705
1c6c854e
CS
7706 * cmdargs.texi (Font X): Mention new default font.
7707 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7708 problems involved. (Result of discussion on emacs-devel.)
7709
77102003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7711
7712 * emacs.texi (Acknowledgements): Correct typo.
7713
77142003-09-22 Richard M. Stallman <rms@gnu.org>
7715
7716 * dired.texi (Misc Dired Commands): New node.
7717 (Dired Navigation): Add dired-goto-file.
7718
7719 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7720
7721 * emacs.texi (Acknowledgements): New node, split from Distribution.
7722
7723 * cmdargs.texi (Action Arguments): -f reads interactive args.
7724
8cf51b2c
GM
77252003-09-08 Lute Kamstra <lute@gnu.org>
7726
7727 * screen.texi (Mode Line): Say that POS comes before LINE.
7728 Mention `size-indication-mode'.
1c6c854e
CS
7729 * display.texi (Optional Mode Line):
7730 Document `size-indication-mode'.
8cf51b2c
GM
7731 * basic.texi (Position Info): Mention `size-indication-mode'.
7732
77332003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7734
7735 * xresources.texi (Resources): Refer to `editres' man page.
7736 (Lucid Resources): Update defaults. Expand description of
7737 `shadowThickness'.
7738
77392003-09-04 Miles Bader <miles@gnu.org>
7740
7741 * Makefile.in (top_srcdir): New variable.
7742 ($(top_srcdir)/info): New rule.
7743 (info): Depend on it.
7744
77452003-09-03 Peter Runestig <peter@runestig.com>
7746
7747 * makefile.w32-in: New file.
7748
77492003-08-29 Richard M. Stallman <rms@gnu.org>
7750
7751 * misc.texi (Saving Emacs Sessions): Correct previous change.
7752
8cf51b2c
GM
77532003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7754
8cf51b2c
GM
7755 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7756 (Intro): Include kmacro.texi after fixit.texi instead of after
7757 custom.texi. (As suggested by Kim Storm.)
7758
77592003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7760
7761 * fixit.texi (Fixit): Update `Next' pointer.
7762 * files.texi (Files): Update `Previous' pointer.
7763 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7764 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7765 (Suggested by Kim Storm.)
7766 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7767
77682003-08-18 Kim F. Storm <storm@cua.dk>
7769
7770 * kmacro.texi: New file describing enhanced keyboard macro
7771 functionality. Replaces old description in custom.texi.
7772
7773 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7774 (Keyboard Macros): Move to new kmacro.texi file.
7775
7776 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7777
8cf51b2c
GM
77782003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7779
7780 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7781
77822003-08-17 Alex Schroeder <alex@gnu.org>
7783
7784 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7785 required.
7786
8cf51b2c
GM
77872003-08-05 Richard M. Stallman <rms@gnu.org>
7788
7789 * programs.texi (Lisp Indent): Don't describe
7790 lisp-indent-function property here. Use xref to Lisp Manual.
7791
8cf51b2c
GM
77922003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7793
fffa137c 7794 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7795 abbreviations.
7796
77972003-07-24 Markus Rost <rost@math.ohio-state.edu>
7798
7799 * buffers.texi (List Buffers): Fix previous change.
7800
8cf51b2c
GM
78012003-07-13 Markus Rost <rost@math.ohio-state.edu>
7802
7803 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7804 List*.
7805
78062003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7807
8cf51b2c
GM
7808 * display.texi (Font Lock): Fix typo.
7809
78102003-07-07 Richard M. Stallman <rms@gnu.org>
7811
7812 * display.texi (Font Lock): Add xref for format info on
7813 font-lock-remove-keywords.
7814
7815 * building.texi (Compilation): Document what happens with asynch
7816 children of compiler process.
7817
7818 * help.texi (Library Keywords): Use @multitable.
7819
8cf51b2c
GM
78202003-06-04 Richard M. Stallman <rms@gnu.org>
7821
7822 * programs.texi (Expressions): Delete C-M-DEL.
7823
7824 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7825 comint-move-point-for-output renamed from
7826 comint-scroll-to-bottom-on-output.
7827
7828 * custom.texi (Init Rebinding): Replace previous change with xref.
7829 (Non-ASCII Rebinding): Explain that issue more briefly here.
7830
78312003-05-28 Richard M. Stallman <rms@gnu.org>
7832
7833 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7834
78352003-05-28 Nick Roberts <nick@nick.uklinux.net>
7836
7837 * building.texi (GDB Graphical Interface): New node.
7838 (Rewritten somewhat by RMS.)
7839
c8763fb6 78402003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7841
7842 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7843 non-English letters. Explain how to set coding systems correctly
7844 and how to include the right coding cookie in the file.
7845
c8763fb6 78462003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7847
7848 * indent.texi (Indentation): Explain the concepts.
7849 (Just Spaces): Explain why preventing tabs for indentation might
7850 be useful.
7851
8cf51b2c
GM
78522003-04-16 Richard M. Stallman <rms@gnu.org>
7853
7854 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7855
8cf51b2c
GM
78562003-02-22 Alex Schroeder <alex@emacswiki.org>
7857
7858 * cmdargs.texi (General Variables): Document SMTPSERVER.
7859
8cf51b2c
GM
7860 * sending.texi: Remove SMTP node.
7861 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7862 library.
7863
8cf51b2c
GM
78642003-02-22 Alex Schroeder <alex@emacswiki.org>
7865
7866 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7867
78682003-02-22 Simon Josefsson <jas@extundo.com>
7869
7870 * sending.texi (Mail Methods): Add node about SMTP.
7871
c8763fb6 78722003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7873
7874 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7875
8cf51b2c
GM
78762003-02-01 Kevin Ryde <user42@zip.com.au>
7877
7878 * glossary.texi (Glossary): Correction to cl cross reference.
7879
78802003-01-20 Richard M. Stallman <rms@gnu.org>
7881
7882 * killing.texi (Rectangles): Document C-x c r.
7883
c8763fb6 78842003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7885
7886 * xresources.texi (GTK resources): New node.
7887 (GTK widget names): New node.
7888 (GTK names in Emacs): New node.
7889 (GTK styles): New node.
7890
c8763fb6 78912003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7892
7893 * maintaining.texi (Create Tags Table): Add reference to the new
7894 `etags --help --lang=LANG' option.
7895
8cf51b2c
GM
78962002-10-02 Karl Berry <karl@gnu.org>
7897
49823426 7898 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7899 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7900 where needed for the sake of the HTML output.
8cf51b2c
GM
7901
79022001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7903
7904 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7905 source files.
7906
79072001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7908
7909 * Makefile.in (emacsman): New target.
7910
8cf51b2c
GM
79112001-10-20 Gerd Moellmann <gerd@gnu.org>
7912
7913 * (Version 21.1 released.)
7914
79152001-10-05 Gerd Moellmann <gerd@gnu.org>
7916
7917 * Branch for 21.1.
7918
8cf51b2c
GM
79192001-03-05 Gerd Moellmann <gerd@gnu.org>
7920
7921 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7922
8cf51b2c
GM
79232000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7924
7925 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7926
8cf51b2c
GM
79271999-07-12 Richard Stallman <rms@gnu.org>
7928
7929 * Version 20.4 released.
7930
79311998-12-04 Markus Rost <rost@delysid.gnu.org>
7932
7933 * Makefile.in (INFO_TARGETS): Delete customize.info.
7934 (DVI_TARGETS): Delete customize.dvi.
7935 (../info/customize, customize.dvi): Targets deleted.
7936
79371998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7938
7939 * Version 20.3 released.
7940
79411998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7942
7943 * Makefile.in (EMACSSOURCES): Add mule.texi.
7944 Add msdog.texi, ack.texi. Remove gnu1.texi.
7945
79461998-04-06 Andreas Schwab <schwab@gnu.org>
7947
768c0c0f
JB
7948 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7949 Use it in dvi targets.
8cf51b2c
GM
7950
79511997-09-23 Paul Eggert <eggert@twinsun.com>
7952
7953 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7954 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7955 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7956
79571997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7958
7959 * Version 20.2 released.
7960
79611997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7962
7963 * Version 20.1 released.
7964
79651997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7966
7967 * Makefile (../info/customize, customize.dvi): New targets.
7968 (INFO_TARGETS): Add ../info/customize.
7969 (DVI_TARGETS): Add customize.dvi.
7970
8cf51b2c
GM
79711996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7972
7973 * Version 19.33 released.
7974
79751996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7976
7977 * Version 19.32 released.
7978
8cf51b2c
GM
79791996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7980
7981 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7982
79831996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7984
7985 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7986 Specify -I option.
7987 (All dvi targets): Set the TEXINPUTS variable.
7988
79891996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7990
7991 * Version 19.31 released.
7992
8cf51b2c
GM
79931995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7994
7995 * Version 19.30 released.
7996
8cf51b2c
GM
79971995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7998
7999 * Makefile.in (maintainer-clean): Rename from realclean.
8000
80011994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8002
8003 * Makefile.in: New file.
8004 * Makefile: File deleted.
8005
80061994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8007
8008 * Makefile (TEXINDEX_OBJS): Variable deleted.
8009 (texindex, texindex.o, getopt.o): Rules deleted.
8010 All deps on texindex deleted.
8011 (distclean): Don't delete texindex.
8012 (mostlyclean): Don't delete *.o.
8013 * texindex.c, getopt.c: Files deleted.
8014
80151994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8016
8017 * Version 19.26 released.
8018
80191994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8020
8021 * Makefile (EMACSSOURCES): Exclude undo.texi.
8022
80231994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8024
8025 * Version 19.25 released.
8026
80271994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8028
8029 * Version 19.24 released.
8030
80311994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8032
8033 * Version 19.23 released.
8034
80351994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8036
8037 * Makefile: Delete spurious tab.
8038
80391994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8040
8041 * Makefile (.SUFFIXES): New rule.
8042
8cf51b2c
GM
80431993-12-04 Richard Stallman (rms@srarc2)
8044
8045 * getopt.c: New file.
8046 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8047 (getopt.o): New rule.
8048 (dvi): Don't depend on texindex.
49823426 8049 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8050
80511993-12-03 Richard Stallman (rms@srarc2)
8052
49823426
GM
8053 * Makefile (TEXI2DVI): New variable.
8054 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8055 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8056
80571993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8058
8059 * Version 19.22 released.
8060
80611993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8062
8063 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8064
80651993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * Version 19.21 released.
8068
8cf51b2c
GM
80691993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8070
8071 * Makefile (realclean): Don't delete the Info files.
8072
f0131492 80731993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8074
8cf51b2c
GM
8075 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8076 4' where appropriate.
8077
f0131492 80781993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8079
49823426 8080 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8081
8082 * texindex.c: Include "../src/config.h" if building in emacs.
8083
8084 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8085 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8086 Add target to build texindex.c, defining `emacs'.
8087
8cf51b2c
GM
80881993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8089
8090 * Version 19.19 released.
8091
8cf51b2c
GM
80921993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8093
8094 * Version 19.18 released.
8095
80961993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8097
8098 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8099
81001993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8101
8102 * Version 19.17 released.
8103
81041993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8105
8106 * split-man: Fix typos in last change.
8107
81081993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8109
8110 * Version 19.16 released.
8111
81121993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8113
8114 * version 19.15 released.
8115
81161993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8117
8118 * Makefile (distclean): It's rm, not rf.
8119
81201993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8121
8122 * Version 19.14 released.
8123
81241993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8125
8126 * Makefile: New file.
8127
81281993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8129
8130 * Version 19.13 released.
8131
81321993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8133
8134 * Version 19.9 released.
8135
81361993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8137
8138 * Version 19.8 released.
8139
81401993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8141
8142 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8143
8144 * trouble.texi: It's `enable-flow-control-on', not
8145 `evade-flow-control-on'.
8146
81471993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8148
8149 * display.texi: Document standard-display-european.
8150
81511993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8152
8153 * Version 19.7 released.
8154
8155 * emacs.texi: Add a sentence to the top menu mentioning the
8156 specific version of Emacs this manual applies to.
8157
81581993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8159
8160 * basic.texi: Document next-line-add-lines variable used to
8161 implement down-arrow.
8162
8163 * killing.texi: Document kill-whole-line.
8164
81651993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8166
8167 * text.texi: Update unix TeX ordering information.
8168
81691993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8170
8171 * news.texi: Mention fill-rectangle in keybinding list.
8172
8173 * killing.texi: Document fill-rectangle.
8174
81751993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8176
8177 * vc.texi: Bring the docs up to date with VC 5.2.
8178
81791992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8180
8181 * emacs.tex: Mention blackbox and gomoku under Amusements.
8182 Assembler mode is now mentioned and appropriately indexed
8183 under Programming Modes.
8184
81851991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8186
8187 * emacs.tex: Update TeX ordering information.
8188
8cf51b2c
GM
81891990-06-26 David Lawrence (tale@geech)
8190
8191 * emacs.tex: Note that completion-ignored-extensions is not used
8192 to filter out names when all completions are displayed in
8193 *Completions*.
8194
81951990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8196
8197 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8198
81991990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8200
8201 * emacs.tex: Add @findex grep.
8202
8cf51b2c
GM
82031988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8204
8205 * emacs.tex: Correct two typos. No other changes before
8206 Version 19 will be made.
8207
8cf51b2c
GM
82081988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8209
8210 * emacs.tex: Update information for obtaining TeX distribution from the
8211 University of Washington.
8212
8213;; Local Variables:
c8763fb6 8214;; coding: utf-8
8cf51b2c
GM
8215;; End:
8216
95df8112 8217 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8218
8219 This file is part of GNU Emacs.
8220
352c8b4a 8221 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8222 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8223 the Free Software Foundation, either version 3 of the License, or
8224 (at your option) any later version.
8cf51b2c
GM
8225
8226 GNU Emacs is distributed in the hope that it will be useful,
8227 but WITHOUT ANY WARRANTY; without even the implied warranty of
8228 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8229 GNU General Public License for more details.
8230
8231 You should have received a copy of the GNU General Public License
352c8b4a 8232 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.