Merge changes made in Gnus trunk.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
21100e7d
CY
12011-10-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * display.texi (Scrolling): Tweak explanation of scroll direction.
4 (View Mode): Add index entries.
5
6 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
7
8 * regs.texi (Text Registers): C-x r i does not activate the mark.
9 (Bookmarks): Document new default bookmark location.
10
50b063c3
CY
112011-10-13 Chong Yidong <cyd@stupidchicken.com>
12
13 * killing.texi (Deletion): Add xref to Using Region. Document
14 delete-forward-char.
15 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
16 description here. Recommend C-u C-SPC for jumping to mark.
17 (Kill Ring): Move kill ring variable documentation here.
18 (Primary Selection): Copyedits.
19 (Rectangles): Document new command rectangle-number-lines.
20 (CUA Bindings): Note that this disables the mark-even-if-inactive
21 behavior for C-x and C-c.
22
23 * mark.texi (Mark): Mention "active region" terminology.
24 (Using Region): Document delete-active-region.
25
e1a3f5b1
CY
262011-10-12 Chong Yidong <cyd@stupidchicken.com>
27
28 * mark.texi (Mark): Clarify description of disabled Transient Mark
29 mode (Bug#9689).
30 (Setting Mark): Document prefix arg for C-x C-x. Document primary
31 selection changes. Mention that commands like C-y set the mark.
32 (Marking Objects): Add xref to Words node. Note that mark-word
33 and mark-sexp also have the "extend region" behavior.
34 (Using Region): Mention M-$ in the table. Document
35 mark-even-if-inactive here instead of in Mark Ring.
36 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
37 note of the "Mark Set" behavior.
38 (Disabled Transient Mark): Rename from "Persistent Mark"
39 (Bug#9688). Callers changed.
40
41 * programs.texi (Expressions):
42 * text.texi (Words): Defer to Marking Objects for mark-word doc.
43
3dc62b2b
CY
442011-10-09 Chong Yidong <cyd@stupidchicken.com>
45
46 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
47 option" terminology.
48 (Key Help): Add command names. Define "documentation string".
49 (Name Help): Remove an over-long joke.
50 (Apropos): Document prefix args. Remove duplicated descriptions.
51 (Help Mode): Add C-c C-b to table. Update TAB binding.
52 (Package Keywords): Rename from "Library by Keyword". Describe
53 new package menu interface.
54 (Help Files, Help Echo): Tweak description.
de09aa52
CY
55
56 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 57 (Minibuffer History): Document numeric args to history commands.
de09aa52 58
2d3fe5d7
EZ
592011-10-08 Eli Zaretskii <eliz@gnu.org>
60
61 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
62
b2b0776e
CY
632011-10-08 Chong Yidong <cyd@stupidchicken.com>
64
65 * basic.texi (Position Info): Omit page commands. Document
66 count-words-region and count-words.
67
68 * text.texi (Pages): Move what-page documentation here.
69
27a16462
CY
702011-10-08 Chong Yidong <cyd@stupidchicken.com>
71
72 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
73 Remote Files node instead of linking directly to the Tramp manual.
74 (Minibuffer Edit): Add xref to Blank Lines.
75 (Completion): Add xref to Symbol Completion. Remove redundant
76 example, which is repeated in the next node.
77 (Completion Commands): Minor clarifications.
78 (Completion Styles): New node, split from Completion Commands.
79 Document substring and initials styles.
80 (Strict Completion): Remove information duplicated in other nodes.
81 (Completion Options): Consolidate case difference discussion here.
82
83 * help.texi (Help Mode): Fix kindex entries.
84
85 * files.texi (File Names): Add index entries.
86
de0bde62
CY
872011-10-07 Chong Yidong <cyd@stupidchicken.com>
88
89 * basic.texi (Inserting Text): Add xref to Completion. Add
90 ucs-insert example, and document prefix argument.
91 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
92 to left/right. Tweak left-char and right-char descriptions.
93 M-left and M-right are now bound to left-word/right-word.
94 (Erasing): Document delete-forward-char.
95
96 * screen.texi (Screen, Menu Bar): Copyedits.
97 (Point): Remove duplicate paragraph on cursors, also in Screen.
98 (Mode Line): Trailing dashes no longer shown on X displays.
99
100 * frames.texi (Non-Window Terminals): Index just "text-only
101 terminal", which is used throughout the manual now.
102
103 * entering.texi (Entering Emacs): Define "startup screen".
104 Document window-splitting behavior with command-line inputs.
105 (Exiting): Remove obsolete paragraph about shells without suspend
106 functionality.
107
108 * commands.texi (User Input): Define "input event" more clearly.
109 (Keys): Add xref to Echo Area.
110 (Commands): Clarify relation between commands and functions.
111
453e4522
CY
1122011-10-06 Chong Yidong <cyd@stupidchicken.com>
113
114 * misc.texi (emacsclient Options): Document how emacsclient runs
115 the Emacs daemon (Bug#9674).
116
550f41cd
CY
1172011-10-01 Chong Yidong <cyd@stupidchicken.com>
118
119 * basic.texi (Moving Point):
120 * custom.texi (Mouse Buttons):
121 * rmail.texi (Rmail Scrolling):
122 * search.texi (Isearch Scroll):
123
124 * display.texi (Scrolling): Replace scroll-up/down with
125 scroll-up/down-command. Fix scroll-preserve-screen-position
126 description. Document scroll-error-top-bottom.
127
9229fe87
GM
1282011-09-30 Glenn Morris <rgm@gnu.org>
129
130 * commands.texi (Keys): Whitespace fix. (Bug#9635)
131
0a2132ba
CY
1322011-09-24 Chong Yidong <cyd@stupidchicken.com>
133
134 * windows.texi (Pop Up Window): Defer discussion of window
135 splitting to the Window Choice node. Add index entries.
136 (Force Same Window): Node deleted.
137 (Displaying Buffers, Window Choice): New nodes.
138
139 * buffers.texi (Select Buffer): Clarify description of
140 buffer-switching commands. Add xref to Window Display node.
141 Don't repeat confirm-nonexistent-file-or-buffer description from
142 Visiting node. Remove even-window-heights.
143
144 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
145
33ed493b
CY
1462011-09-18 Chong Yidong <cyd@stupidchicken.com>
147
148 * cmdargs.texi (Icons X): Fix description of Emacs icon.
149
150 * xresources.texi (Table of Resources): Fix documentation of
151 bitmapIcon.
152
92fa95ad
CY
1532011-09-15 Chong Yidong <cyd@stupidchicken.com>
154
155 * package.texi (Package Menu): Add package-menu-mark-upgrades.
156
16254627
EH
1572011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
158
159 * frames.texi (Frame Commands): Note that delete-other-frames only
160 deletes frames on current terminal.
161
c3760c17
EZ
1622011-09-10 Eli Zaretskii <eliz@gnu.org>
163
164 * sending.texi (Mail Misc): Document mail-add-attachment.
165
69b8be97
EZ
1662011-09-04 Eli Zaretskii <eliz@gnu.org>
167
168 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
169
3fd50d5c
CY
1702011-08-29 Chong Yidong <cyd@stupidchicken.com>
171
172 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
173
e2aeef63
CY
1742011-08-28 Chong Yidong <cyd@stupidchicken.com>
175
176 * files.texi (File Archives):
177 * cal-xtra.texi (Diary Display):
178 * help.texi (Help Mode): Add xref to View Mode.
179
ddb54206
CY
1802011-08-28 Chong Yidong <cyd@stupidchicken.com>
181
a6326082
CY
182 * display.texi (View Mode): New node. Move view-file here from
183 Misc File Ops. Move view-buffer here from Misc Buffer.
184
185 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
186
04e2ce72 187 * files.texi (Misc File Ops): Document new
a6326082 188 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
189
190 * dired.texi (Dired Deletion): Shorten description of Trash.
191
ddb54206
CY
192 * misc.texi (emacsclient Options): Document server-port.
193
bd206ce5
EZ
1942011-08-27 Eli Zaretskii <eliz@gnu.org>
195
196 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
197 even on MS-Windows. Fix a typo.
198
d43f5a42
CY
1992011-08-26 Chong Yidong <cyd@stupidchicken.com>
200
201 * package.texi: New file, documenting the package manager.
202
203 * emacs.texi: Include it.
204
205 * help.texi (Help Summary): Add describe-package.
206
e0b1591b
CY
2072011-08-25 Chong Yidong <cyd@stupidchicken.com>
208
856ce114
CY
209 * misc.texi (Printing): Convert subnodes into subsections.
210
f404f8bc
CY
211 * text.texi (Two-Column): Move into Text chapter.
212
213 * picture-xtra.texi (Picture Mode): Group with Editing Binary
214 Files section. Convert from chapter into section.
215
216 * display.texi (Narrowing): Move into display chapter.
217
e0b1591b
CY
218 * sending.texi (Sending Mail):
219 * rmail.texi (Rmail):
220 * misc.texi (Gnus, Document View):
221 * dired.texi (Dired):
222 * emacs.texi: Group the mail, rmail, and gnus chapters together.
223
75bfc667
JL
2242011-08-07 Juri Linkov <juri@jurta.org>
225
226 * dired.texi (Operating on Files): Rewrite according to the fact
227 that `dired-do-chmod' doesn't use the `chmod' program anymore.
228
fe676f91
MA
2292011-07-30 Michael Albinus <michael.albinus@gmx.de>
230
231 * mini.texi (Minibuffer File): Insert a reference to Tramp for
232 remote file name completion. (Bug#9197)
233
4cc60b9b
EZ
2342011-07-28 Eli Zaretskii <eliz@gnu.org>
235
236 * mule.texi (Bidirectional Editing): Document the fact that
237 bidi-display-reordering is t by default.
238
89671e16
LMI
2392011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
241 * help.texi (Misc Help): Mention `describe-prefix-bindings'
242 explicitly (bug#8904).
243
fb23ecc2
LMI
2442011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
245
246 * trouble.texi (Checklist): Use an `M-x' example instead of an
247 Emacs Lisp form to switch on the dribble file (bug#8056).
248
465c5fc8
LMI
2492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
251 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
252
90a6258b
GM
2532011-07-13 Glenn Morris <rgm@gnu.org>
254
255 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
256
c7588364
LMI
2572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * mark.texi (Mark Ring): Clarify how many locations are saved
260 (bug#5770).
261 (Global Mark Ring): Ditto.
262
4cb4f3ba
LMI
2632011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
264
d648feab
LMI
265 * text.texi (Table Recognition): Use "at point" instead of "under
266 point" (bug#4345).
267
4cb4f3ba
LMI
268 * display.texi (Cursor Display): Mention `cursor-type'.
269
270 * screen.texi (Point): Clarify that it's only if you use a block
271 cursor that it appears to be on a character (bug#4345).
272
ecd0b990
CY
2732011-07-12 Chong Yidong <cyd@stupidchicken.com>
274
275 * misc.texi (Amusements): Move dissociated press here, from its
276 own section.
277
278 * emacs.texi (Top): Update node listing.
279
c2fd0368
LMI
2802011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
281
282 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
283 clarity (bug#3523).
284
fdeb32ec
CY
2852011-07-12 Chong Yidong <cyd@stupidchicken.com>
286
287 * cmdargs.texi (Initial Options): Document --no-site-lisp.
288 (Misc X): Document --parent-id.
289
290 * frames.texi (Frame Commands): Note that focus-follows-mouse now
291 defaults to nil.
292
293 * misc.texi (emacsclient Options): Document --parent-id.
294
295 * msdog.texi (Windows HOME): Document _emacs as obsolete.
296
f584ca38
LMI
2972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
298
299 * emacs.texi: Use "..." instead of ``...'' in the menus
300 (bug#3503).
301
963578d3
CY
3022011-07-11 Chong Yidong <cyd@stupidchicken.com>
303
304 * killing.texi (Primary Selection): Document `only' setting for
305 select-active-regions.
306
307 * mark.texi (Setting Mark): Reference Shift Selection node.
308
309 * frames.texi (Mouse Commands): Document mouse-yank-primary.
310
a30ed87b
LMI
3112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
312
47076272
LMI
313 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
314 motion keys" (bug#3503).
315
a30ed87b
LMI
316 * emacs.texi: Change all the register node names from "RegPos"
317 (etc.) to "Positional Registers" (etc.) (bug#3314).
318
4d45a8b7
CY
3192011-07-11 Chong Yidong <cyd@stupidchicken.com>
320
321 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
322 (Other Kill Commands, Kill Options): Copyedits.
323 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
324 (Yanking): Move yank-excluded properties discussion here.
325 (Cut and Paste): Move from frames.texi. Update subnodes to
326 describe x-select-enable-clipboard case.
327
328 * frames.texi: Move Cut and Paste node and subnodes into
329 killing.texi, except Mouse Commands and Word and Line Mouse.
330
c160ddee
AM
3312011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
332
333 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
334
3329e6e3
LMI
3352011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
336
32a214fe
LMI
337 * screen.texi (Mode Line): Clarify that coding systems are
338 characters, not letters (bug#1749).
339
3329e6e3
LMI
340 * cmdargs.texi (Environment): Mention removing variables
341 (bug#1615). Text suggested by Kevin Rodgers.
342
8875da1e
CY
3432011-07-10 Chong Yidong <cyd@stupidchicken.com>
344
54806e45
CY
345 * misc.texi (Amusements): Don't mention Yow; it's crippled.
346
8875da1e
CY
347 * modes.texi: Rename from major.texi.
348 (Modes): New node. Make Major Modes and Minor Modes subsections
349 of this. All callers changed.
350
351 * custom.texi (Minor Modes): Move to modes.texi.
352
7847b2a1
CY
3532011-07-10 Chong Yidong <cyd@stupidchicken.com>
354
6cfd0fa2
CY
355 * custom.texi (Syntax): Node deleted.
356
357 * help.texi (Help Summary):
358 * major.texi (Major Modes):
359 * programs.texi (Parentheses):
360 * search.texi (Regexp Backslash, Regexp Backslash)
361 (Regexp Backslash):
362 * text.texi (Words): Callers changed.
363
7847b2a1
CY
364 * text.texi (Refill, Longlines): Delete nodes.
365
366 * ack.texi (Acknowledgments): Longlines removed from manual.
367
368 * emacs.texi (Top): Update node listing.
369
2a71c436
GM
3702011-07-09 Glenn Morris <rgm@gnu.org>
371
372 * fortran-xtra.texi (Fortran): Update handled extensions.
373
61436e9f
LMI
3742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
375
376 * display.texi (Scrolling): `C-v' (etc) are now bound to
377 `scroll-*-command' (bug#8349).
378
6e560c71
LMI
3792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
48954a09 381 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
382 doesn't actually delete any files (bug#7125).
383
2904fd97
LMI
384 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
385 argument for `C-c C-k' (bug#7391).
386
6e560c71
LMI
387 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
388 you're currently using (bug#8489).
389
978ff6c5
EZ
3902011-07-01 Eli Zaretskii <eliz@gnu.org>
391
392 * mule.texi (Coding Systems): Move index entries from the previous
393 change into their proper places.
394
0d742084
LMI
3952011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
396
31976bd5
LMI
397 * help.texi (Help Files): Document view-external-packages (bug#8902).
398
0d742084
LMI
399 * mule.texi (Coding Systems): Put a few more of the coding systems
400 into the index (bug#8900).
401
9f678528
GM
4022011-06-26 Glenn Morris <rgm@gnu.org>
403
404 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
405
18a4ce5e
AR
4062011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
407
408 * misc.texi (emacsclient Options): Mention --frame-parameters.
409
f0da764a
GM
4102011-06-09 Glenn Morris <rgm@gnu.org>
411
412 * custom.texi (Specifying File Variables):
413 Recommend explicit arguments for minor modes.
414
b047e7ac
PE
4152011-06-02 Paul Eggert <eggert@cs.ucla.edu>
416
417 Document wide integers better.
418 * buffers.texi (Buffers):
001903b5
PE
419 * files.texi (Visiting): Document maxima for 64-bit machines,
420 and mention virtual memory limits.
b047e7ac 421
bf41276f
CY
4222011-05-28 Chong Yidong <cyd@stupidchicken.com>
423
424 * custom.texi (Hooks): Reorganize. Mention Prog mode.
425
426 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
427 prog mode (Bug#8240).
428
e145f188
GM
4292011-05-27 Glenn Morris <rgm@gnu.org>
430
431 * custom.texi (Specifying File Variables):
432 Major modes no longer need come first.
433
313f790e
CY
4342011-05-22 Chong Yidong <cyd@stupidchicken.com>
435
436 * mule.texi (Specify Coding, Text Coding, Communication Coding):
437 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
438
c136e5cd
GM
4392011-05-18 Glenn Morris <rgm@gnu.org>
440
441 * ack.texi (Acknowledgments): Remove fakemail.c.
442
c71a0d48 4432011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
444
445 Fixes for fitting text into 7x9 printed manual.
446 * building.texi (Flymake, Breakpoints Buffer):
447 * calendar.texi (Appointments):
448 * cmdargs.texi (General Variables, Display X):
449 * custom.texi (Saving Customizations, Face Customization)
450 (Directory Variables, Minibuffer Maps, Init Rebinding):
451 * display.texi (Font Lock, Font Lock, Useless Whitespace):
452 * fixit.texi (Spelling):
453 * frames.texi (Creating Frames, Fonts):
454 * help.texi (Help Files):
455 * mini.texi (Minibuffer File):
456 * misc.texi (emacsclient Options, Emulation):
457 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
458 * mule.texi (International Chars, Language Environments)
459 (Select Input Method, Modifying Fontsets, Charsets):
460 * programs.texi (Custom C Indent):
461 * rmail.texi (Rmail Labels):
462 * text.texi (Table Conversion):
463 * trouble.texi (Known Problems, Known Problems):
464 * windows.texi (Change Window):
465 * xresources.texi (GTK resources): Reflow text and re-indent code
466 examples to avoid TeX overflows and underflows on 7x9 paper.
467
468 * emacs.texi: Fix the (commented out) smallbook command.
469
470 * macos.texi (Mac / GNUstep Events):
471 * xresources.texi (Lucid Resources): Remove extraneous examples.
472
b8f82dc1
GM
4732011-05-10 Glenn Morris <rgm@gnu.org>
474
475 * custom.texi (Specifying File Variables):
476 Deprecate using mode: for minor modes.
477
d306b4da
GM
4782011-05-07 Glenn Morris <rgm@gnu.org>
479
480 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
481
548d0a63
GM
4822011-05-06 Glenn Morris <rgm@gnu.org>
483
5006e634
GM
484 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
485
548d0a63
GM
486 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
487
e793a940
LMI
4882011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
489
490 * misc.texi (Emacs Server): Document `server-eval-at'.
491
7031be6d
UR
4922011-04-24 Chong Yidong <cyd@stupidchicken.com>
493
494 * maintaining.texi (List Tags): Document next-file. Suggested by
495 Uday S Reddy.
496
4ffd0d6b 4972011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
498
499 * mini.texi (Minibuffer Edit):
500 * screen.texi (Mode Line): Fix typo.
501
1c6c854e
CS
5022011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
503
024ff170 504 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 505
c5c9f40f
CY
5062011-03-26 Chong Yidong <cyd@stupidchicken.com>
507
508 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
509
09725d26
EZ
5102011-03-30 Eli Zaretskii <eliz@gnu.org>
511
512 * display.texi (Auto Scrolling): Document the limit of 100 lines
513 for never-recentering scrolling with `scroll-conservatively'.
514 (Bug#6671)
515
09d9db2c 5162011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
517
518 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
519 HOME on Windows and where it looks for init files. (Bug#8221)
520
62d94509
EZ
5212011-03-10 Eli Zaretskii <eliz@gnu.org>
522
523 * search.texi (Regexp Example):
524 * mule.texi (International Chars):
525 * building.texi (External Lisp): Don't use characters outside
526 ISO-8859-1.
527
0286d9de
EZ
5282011-03-09 Eli Zaretskii <eliz@gnu.org>
529
1c6c854e
CS
530 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
531 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
532
533 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
534
114902a5 535 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
536 (Bug#8210)
537
0afb4571
J
5382011-03-08 Jan Djärv <jan.h.d@swipnet.se>
539
540 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
541 for Gtk+ 3.
542
bb3865e8
GM
5432011-03-08 Glenn Morris <rgm@gnu.org>
544
6446548e
GM
545 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
546 * emacs.texi (Acknowledgments):
547 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 548 * emacs.texi: Set documentencoding.
6446548e 549
bb3865e8
GM
550 * display.texi (Optional Mode Line): Don't mention exactly where
551 display-time appears. (Bug#8193)
552
33383987
JB
5532011-03-07 Chong Yidong <cyd@stupidchicken.com>
554
555 * Version 23.3 released.
556
892777ba
CY
5572011-03-06 Chong Yidong <cyd@stupidchicken.com>
558
559 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
560
0b973fc5
DW
5612011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
562
563 * misc.texi (emacsclient Options): Add q/quiet.
564
8ef5a2f2
GM
5652011-03-02 Glenn Morris <rgm@gnu.org>
566
567 * mule.texi (Communication Coding) <x-select-request-type>:
568 Remove duplicate (essentially) paragraph. (Bug#8148)
569
bd106056
CS
5702011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
571
572 * maintaining.texi (Format of ChangeLog): Add reference to
573 add-log-full-name.
574 (Change Log Commands): Add documentation for combining multiple
575 symbols in one change.
576
6640b281
GM
5772011-03-01 Glenn Morris <rgm@gnu.org>
578
579 * custom.texi (Directory Variables):
580 Give an example of excluding subdirectories.
581
2b0c7330 5822011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
583
584 * search.texi (Regexp Search): Move index entries about regexps to the
585 "Regexps" node. Add index entries for regexp search. (Bug#8096)
586
8c62c205
GM
5872011-02-19 Glenn Morris <rgm@gnu.org>
588
589 * dired.texi (Dired): Dired-X version number was dropped.
590
3928f2b6
JD
5912011-02-14 Jan Djärv <jan.h.d@swipnet.se>
592
593 * xresources.texi (X Resources): Remove *faceName and replace it with
594 *font for Lucid.
595
a41c8660
CY
5962011-02-05 Chong Yidong <cyd@stupidchicken.com>
597
598 * rmail.texi (Rmail Display): Document Rmail MIME support more
599 accurately.
600
601 * maintaining.texi (VC Change Log): Document vc-log-incoming and
602 vc-log-outgoing.
603 (Merging): Document vc-find-conflicted-file.
604
233ba4d9 6052011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
606
607 * custom.texi (Variables): Fix typo.
608
14beddf4 6092011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 610
65401ee3
CY
611 * search.texi (Regexps): Copyedits. Mention character classes
612 (Bug#7809).
613
19f81ecf
CY
614 * files.texi (File Aliases): Restore explanatory text from Eli
615 Zaretskii, accidentally removed in 2011-01-08 commit.
616
bf3dae7e
EZ
6172011-01-29 Eli Zaretskii <eliz@gnu.org>
618
619 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
620 (MAKEINFO_OPTS): New variable.
621 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
622 (emacs.html): New target.
623 (clean): Remove emacs.html.
624
45eb2a5d
WL
6252011-01-23 Werner Lemberg <wl@gnu.org>
626
627 * Makefile.in (MAKEINFO): Now controlled by `configure'.
628 (MAKEINFO_OPTS): New variable. Use it where appropriate.
629 (ENVADD): Updated.
630
9acfe703
GM
6312011-01-18 Glenn Morris <rgm@gnu.org>
632
633 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
634
635 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
636
362b9d48
GM
6372011-01-15 Chong Yidong <cyd@stupidchicken.com>
638
bb033b5f
CY
639 * building.texi (Compilation): Improve instructions for running two
640 compilations (Bug#7573).
641
b024d9f0
MD
642 * files.texi (Backup Names): Document the new location of the
643 last-resort backup file.
644
362b9d48
GM
645 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
646 manual. Explain why directory-abbrev-alist elements should be anchored
647 (Bug#7777).
648
6492011-01-15 Eli Zaretskii <eliz@gnu.org>
650
651 * msdog.texi (Windows Startup): Correct inaccurate description of
652 differences between emacsclient.exe and emacsclientw.exe.
653
7c420169 6542011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
655
656 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
657
7c420169 6582011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
659
660 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
661
7c420169 6622011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 663
2d34d523
EZ
664 * frames.texi (Cut and Paste): Modify the section's name and text:
665 don't mix "cut/paste" with "kill/yank".
666 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
667 (Bug#7702)
668
88ab4340
EZ
669 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
670
7c420169 6712011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
672
673 * maintaining.texi: Move inclusion of emerge after EDE, so that it
674 matches its position in the menu. (Bug#7674)
675
7c420169 6762011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
677
678 * trouble.texi (Checklist): Mention not replying via news either.
679
92bb6c52
TH
6802010-12-30 Tassilo Horn <tassilo@member.fsf.org>
681
682 * misc.texi (Document View): Update DocView section with newly
683 supported document formats.
684
b103c904
CY
6852010-12-21 Chong Yidong <cyd@stupidchicken.com>
686
687 * killing.texi: Resection the Info version to conform to the
688 printed manual, to avoid making sections on Accumulating Text, CUA
689 and Rectangles into full chapters.
690
f49d1f52 6912010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
692
693 * custom.texi (Init Syntax): Add index entries for "character syntax".
694 (Bug#7576)
695
f49d1f52 6962010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
697
698 * text.texi (HTML Mode): Small fixes. (Bug#7607)
699
f49d1f52 7002010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
701
702 * trouble.texi (Checklist): Fix typo in newsgroup name.
703
f49d1f52 7042010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
705
706 * search.texi (Word Search): Note that the lazy highlight always
707 matches to whole words (Bug#7470).
708
f49d1f52 7092010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 710
4f1948eb
EZ
711 * display.texi (Optional Mode Line): Make the description of
712 load-average more accurate.
713
b8a9e136
EZ
714 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
715 registry, with a cross-reference.
62d72a4a
EZ
716 (Windows Startup): New node. Move the stuff about the current
717 directory from "Windows HOME".
b8a9e136 718
07976ae3 7192010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
720
721 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
722 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
723
07976ae3 7242010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
725
726 * maintaining.texi (Version Control Systems): Fix repeated sentence.
727 Suggested by Štěpán Němec.
728
07976ae3 7292010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 730
1aaae3f3
CY
731 * maintaining.texi (Version Control): Say "commit", not "check in".
732 (Version Control Systems): Simplify descriptions.
733 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
734 VCS Concepts.
735 (VC Mode Line): Update example.
736 (Old Revisions): Document revert-buffer for vc-diff.
737 (Log Buffer): Promote to a subsection. Document header lines.
738
1c6c854e
CS
739 * macos.texi (Mac / GNUstep Basics):
740 Document ns-right-alternate-modifier.
ec8a6295 741
1aaae3f3
CY
742 * emacs.texi (Top): Update node listing.
743
0eb025fb
EZ
7442010-11-13 Eli Zaretskii <eliz@gnu.org>
745
746 * rmail.texi (Rmail Coding): Characters with no fonts are not
747 necessarily displayed as empty boxes.
748
749 * mule.texi (Language Environments, Fontsets): Characters with no
750 fonts are not necessarily displayed as empty boxes.
751
752 * display.texi (Text Display): Document display of glyphless
753 characters.
754
ea4f7750
GM
7552010-11-13 Glenn Morris <rgm@gnu.org>
756
757 * basic.texi (Position Info): Add M-x count-words-region.
758
90639cea
GM
7592010-11-11 Glenn Morris <rgm@gnu.org>
760
761 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
762
d607b96b 7632010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
764
765 * msdog.texi (Windows HOME): Add information regarding startup
766 directory when invoking Emacs from a desktop shortcut. (bug#7300)
767
c12e4a81
GM
7682010-10-11 Glenn Morris <rgm@gnu.org>
769
df187c62
GM
770 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
771
c12e4a81
GM
772 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
773 (DVIPS): New variable.
234db610
GM
774 (.PHONY): Add html, ps.
775 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
776 (clean): Delete html, ps files.
c12e4a81 777
6513b232
EZ
7782010-10-09 Eli Zaretskii <eliz@gnu.org>
779
780 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
781
f4f358f1
GM
7822010-10-09 Glenn Morris <rgm@gnu.org>
783
c1dc72b3
GM
784 * Makefile.in (VPATH): Remove.
785 (infodir): Make it absolute.
786 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
787
4393405b
GM
788 * Makefile.in (dist): Anchor regexps.
789
eef3ab94
GM
790 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
791 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
792 (emacs-xtra.pdf): Use $<.
793
aa9db089
GM
794 * Makefile.in (infoclean): Remove harmless, long-standing error.
795
abd40fb4
GM
796 * Makefile.in ($(infodir)): Delete rule.
797 (mkinfodir): New.
798 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
799
f4f358f1 800 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 801 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
802 * emacsver.texi: New file, replacing emacsver.texi.in.
803
ea274122
GM
8042010-10-09 Glenn Morris <rgm@gnu.org>
805
f7a31f11
GM
806 * emacsver.texi.in: New file.
807 * emacs.texi: Set EMACSVER by including emacsver.texi.
808 * Makefile.in (distclean): Delete emacsver.texi.
809 (dist): Copy emacsver.texi.
b13254e7 810 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 811
3fb78d1f
GM
812 * ack.texi (Acknowledgments): No more b2m.c.
813
ea274122
GM
814 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
815 (emacs): Remove rule.
816 (dist): No need to deal with the emacs rule any more.
817
17ca7950
GM
8182010-10-07 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (version): New, set by configure.
821 (clean): Delete dist tar file.
822 (dist): Use version in tar name.
823
4c83f6e1
GM
8242010-10-06 Glenn Morris <rgm@gnu.org>
825
826 * Makefile.in (EMACS_XTRA): Add the main source file.
827 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
828 (mostlyclean): No core files, reorder other files.
829 (clean): Delete specific dvi and pdf files.
830 (infoclean, dist): New rules.
831 (maintainer-clean): Use infoclean.
8a944cea 832 ($(infodir)): Add parallel build workaround.
4c83f6e1 833
0264072d
GM
8342010-10-04 Glenn Morris <rgm@gnu.org>
835
836 * Makefile.in (SHELL): Set it.
837 (INFO_TARGETS, DVI_TARGETS): Remove variables.
838 (info, dvi): Replace above variables with their expansions.
839 (info): Move mkdir from here...
840 ($(infodir)/emacs): ... to here (for parallel builds).
841 (pdf): New target.
842 ($(infodir)/emacs): Pass -o option to makeinfo.
843 (.PHONY): Declare clean rules.
844 (maintainer-clean): Delete dvi and pdf files.
845 Guard against cd failures. Use a more restrictive delete.
846
3226d6ca
GM
8472010-10-02 Glenn Morris <rgm@gnu.org>
848
849 * misc.texi (Shell Mode): Remove reference to old function name.
850
cad90f3b
EZ
8512010-09-30 Eli Zaretskii <eliz@gnu.org>
852
853 * maintaining.texi (VC Mode Line): Mention all the possible VC status
854 indicator characters.
855
5f874327
GM
8562010-09-29 Glenn Morris <rgm@gnu.org>
857
858 * Makefile.in (top_srcdir): Remove unused variable.
859
0ab9cff3
GM
8602010-09-14 Glenn Morris <rgm@gnu.org>
861
67ae9766
GM
862 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
863 the last hook item.
864
0ab9cff3
GM
865 * calendar.texi (Appointments): Also updated when a diary include file
866 is saved.
867
6664fc59 8682010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
869
870 * trouble.texi (Bugs): Update the section intro.
871 (Known Problems): New section.
872 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
873 (Sending Patches): Bug fixes are best as responses to existing bugs.
874 * emacs.texi (Known Problems): Add menu entry for new section.
875
be3283d7
GM
8762010-09-09 Glenn Morris <rgm@gnu.org>
877
878 * xresources.texi: Untabify.
879
10999305 8802010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
881
882 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
883
10999305 8842010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
885
886 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
887
30641319
JD
8882010-09-02 Jan Djärv <jan.h.d@swipnet.se>
889
890 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
891
50dd7bc6
GM
8922010-08-21 Glenn Morris <rgm@gnu.org>
893
894 * misc.texi (Amusements): Mention bubbles and animate.
895
5e620eca
EZ
8962010-07-31 Eli Zaretskii <eliz@gnu.org>
897
898 * files.texi (Visiting): Add more index entries for
899 large-file-warning-threshold.
900
8b2dd508
JD
9012010-07-29 Jan Djärv <jan.h.d@swipnet.se>
902
903 * frames.texi (Tool Bars): Add doc for tool-bar-position.
904
8838673e
GM
9052010-06-23 Glenn Morris <rgm@gnu.org>
906
907 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
908 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
909 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
910 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
911 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
912 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
913 Untabify Texinfo files.
914
04d3bb6c
GM
9152010-06-10 Glenn Morris <rgm@gnu.org>
916
103dd3a8
GM
917 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
918
04d3bb6c
GM
919 * basic.texi (Inserting Text): Fix typo.
920
50b79479
GM
9212010-06-10 Glenn Morris <rgm@gnu.org>
922
923 * ack.texi (Acknowledgments):
924 * emacs.texi (Acknowledgments): Update for notifications.el.
925
86d7a550
DU
9262010-05-31 Daiki Ueno <ueno@unixuser.org>
927
928 * dired.texi (Operating on Files): Mention encryption commands
929 (Bug#6315).
930
db5dce9d
EZ
9312010-05-29 Eli Zaretskii <eliz@gnu.org>
932
933 * basic.texi (Moving Point): Update due to renaming of commands bound
934 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
935
34313041
EZ
9362010-05-18 Eli Zaretskii <eliz@gnu.org>
937
938 * display.texi (Fringes): Document reversal of fringe arrows for R2L
939 paragraphs.
940 (Line Truncation): Fix wording for bidi display.
941
1fc0ce04 942 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
943 keys.
944
0235128c 9452010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
946
947 * building.texi (GDB Graphical Interface): Remove misleading comparison
948 to an IDE (Bug#6128).
949
0235128c 9502010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
951
952 * programs.texi (Man Page):
953 * misc.texi (Invoking emacsclient):
954 * mini.texi (Repetition):
955 * mark.texi (Setting Mark): Fix typos.
956
0235128c 9572010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
958
959 * misc.texi (Printing): Document htmlfontify-buffer.
960
0235128c 9612010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
962
963 * calendar.texi (Displaying the Diary, Format of Diary File):
964 Fix external cross-references for TeX format output.
965
0235128c
SM
9662010-05-07 Chong Yidong <cyd@stupidchicken.com>
967
968 * Version 23.2 released.
969
f63d0028
JD
9702010-05-02 Jan Djärv <jan.h.d@swipnet.se>
971
972 * cmdargs.texi (Initial Options): Mention --chdir.
973
20fe03ad
JD
9742010-04-21 Jan Djärv <jan.h.d@swipnet.se>
975
976 * frames.texi (Tool Bars): Add tool-bar-style.
977
b7d65a5f
GM
9782010-04-21 Glenn Morris <rgm@gnu.org>
979
980 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
981
a42dbee1
CY
9822010-04-18 Chong Yidong <cyd@stupidchicken.com>
983
984 * programs.texi (Semantic): New node.
985
986 * maintaining.texi (EDE): New node.
987
988 * emacs.texi: Update node listing.
989
990 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
991
6e104790 9922010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 993
d52dbd3d
GM
994 * emacs.texi (Acknowledgments): Remove duplicate.
995
a77fe20c
GM
996 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
997
6e104790 9982010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 999
4ebe9902
GM
1000 * dired.texi (Misc Dired Features): Mention VC diff and log.
1001 * maintaining.texi (Old Revisions, VC Change Log):
1002 Mention that diff and log work in Dired buffers.
1003
98932641
GM
1004 * help.texi (Help Summary): Mention M-x info-finder.
1005
d5b22ab2 1006 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1007
4d4e9522
GM
1008 * custom.texi (Specifying File Variables, Directory Variables):
1009 Document new commands for manipulating local variable lists.
1010
6e104790 10112010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1012
1013 * trouble.texi (Contributing): Add cindex entry.
1014 Mention etc/CONTRIBUTE.
1015
6e104790 10162010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1017
1018 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1019 query-replace (Bug#5774).
1020
a20a9df3
GM
10212010-04-16 Glenn Morris <rgm@gnu.org>
1022
1023 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1024
1ecb2d3f
JD
10252010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1028
99852628
JD
10292010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1030
1031 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1032
ce79424f
EZ
10332010-03-30 Eli Zaretskii <eliz@gnu.org>
1034
1035 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1036 cross-reference to "Inserting Text".
1037
1038 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1039 Mention completion provided by `ucs-insert'.
1040
85738751 10412010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1042
1043 * sending.texi (Sending Mail): Note variables that may need
1044 customizing.
1045 (Mail Sending): Expand discussion of send-mail-function.
1046
85738751 10472010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1048
1049 Document Message mode as the default mail mode.
1050
1051 * sending.texi (Sending Mail): Copyedits.
1052 (Mail Format, Mail Headers): Document mail-from-style changes.
1053 (Mail Commands): Rename from Mail mode. Document Message mode.
1054 (Mail Misc): Rename from Mail mode Misc.
1055 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1056 command names and update keybindings.
1057 (Header Editing): Document message-tab. De-document
1058 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1059 favor of mail-default-headers. Ad index entries for user-full-name and
1060 user-mail-address.
1c6c854e
CS
1061 (Citing Mail): Update changes in Message mode behavior.
1062 Document mail-yank-prefix.
e73c2434
CY
1063 (Mail Signature): New node, moved from Mail Misc.
1064 (Mail Aliases): Mail abbrevs are the default with Message mode.
1065 (Mail Methods): Note that Message mode is now the default.
1066
1067 * rmail.texi (Rmail Reply):
1068 * text.texi (Text Mode):
1069 * major.texi (Major Modes):
1070 * mule.texi (Output Coding): Refer to Message mode.
1071
1072 * custom.texi (Init Examples): Add xref to Mail Header.
1073
1fc0ce04 1074 * emacs.texi (Top): Fix xrefs.
e73c2434 1075
85738751 10762010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1077
c0c035fa
CY
1078 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1079 repository if there is none.
1080 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1081 vc-print-root-log.
ef7b27ef 1082 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1083
71785b7a
CY
1084 * programs.texi (Program Modes): Mention Javascript mode.
1085
f67c5dd0
CY
1086 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1087 * emacs.texi: Update node description.
1088
0f72a391 1089 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1090 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1091
dc2d2590
JL
10922010-03-30 Juri Linkov <juri@jurta.org>
1093
1094 * search.texi (Other Repeating Search): Remove line that `occur'
1095 can not handle multiline matches.
1096
a7b02820
EZ
10972010-03-30 Eli Zaretskii <eliz@gnu.org>
1098
1099 * mule.texi (International): Mention support of bidirectional editing.
1100 (Bidirectional Editing): New section.
1101
22ef1944
NR
11022010-03-28 Nick Roberts <nickrob@snap.net.nz>
1103
1104 * emacs.texi (Top): Update node names to those in building.texi.
1105
146b8b16
NR
11062010-03-27 Nick Roberts <nickrob@snap.net.nz>
1107
1108 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1109 doc/emacs/emacs.texi: Update node names for building.texi.
1110
6d98672d
GM
11112010-03-24 Glenn Morris <rgm@gnu.org>
1112
1113 * ack.texi (Acknowledgments):
1114 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1115
93318cbd
JD
11162010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1117
1118 * xresources.texi (Table of Resources): Clarify toolBar number
1119 for Gtk+.
1120
1121 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1122
15cf2f52
CY
11232010-03-21 Chong Yidong <cyd@stupidchicken.com>
1124
4102856c
CY
1125 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1126
15cf2f52
CY
1127 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1128 and multi-isearch-buffers-regexp.
1129
1130 * indent.texi (Indentation): Clarify description of
1131 indent-for-tab-command. Document tab-always-indent.
1132
d68eb23c
CY
11332010-03-20 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * cmdargs.texi (Font X): Move most content to Fonts.
1136
1137 * frames.texi (Fonts): New node. Document font-use-system-font.
1138
1139 * emacs.texi (Top):
1140 * xresources.texi (Table of Resources):
1141 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1142
288f9fc0
CY
11432010-03-10 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * Branch for 23.2.
1146
17782bec
CY
11472010-03-06 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * custom.texi (Init Examples): Add xref to Locals.
1150
1151 * major.texi (Choosing Modes): Mention usage of setq-default for
1152 setting the default value of major-mode (Bug#5688).
1153
b4a1a8b2
CY
11542010-03-02 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1157
1158 * display.texi (Display Custom): Document make-pointer-invisible and
1159 underline-minimum-offset. Remove inverse-video.
1160
a1e759cd
CY
11612010-02-21 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * frames.texi (Frame Commands): Note that the last ordinary frame can
1164 be deleted in daemon mode (Bug#5616).
1165
4f3bc373
GM
11662010-02-18 Glenn Morris <rgm@gnu.org>
1167
1168 * trouble.texi (Contributing): Repository is no longer CVS.
1169
5dbbdd33
GM
11702010-02-08 Glenn Morris <rgm@gnu.org>
1171
1172 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1173
cd61af01
SM
11742010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * display.texi (Useless Whitespace, Text Display):
1177 * custom.texi (Init Examples): Avoid obsolete special default variables
1178 like default-major-mode.
1179
b1bb0a25 11802010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1181
1182 * programs.texi (Other C Commands): Replace reference to obsolete
1183 c-subword-mode.
1184
99d0985b
GM
11852010-01-21 Glenn Morris <rgm@gnu.org>
1186
1187 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1188
893db5bc
GM
11892010-01-12 Glenn Morris <rgm@gnu.org>
1190
1191 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1192 emacs-pretest-bug for bug reports for development versions.
1193
0419b8d6
GM
11942010-01-11 Glenn Morris <rgm@gnu.org>
1195
1196 * display.texi (Highlight Interactively): `t' does not mean highlight
1197 all patterns. (Bug#5335)
1198
26e533e2
CY
11992009-12-29 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * misc.texi (Shell): Document async-shell-command.
1202
1203 * building.texi (Grep Searching): Document zrgrep.
1204
484eaeac 1205 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1206
7ee6c59b
NR
12072009-12-29 Nick Roberts <nickrob@snap.net.nz>
1208
1209 * building.texi: Import GDB Graphical Interface description from
1210 EMACS_23_1_RC.
1211
91ed7ea8
CY
12122009-12-24 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * emacs.texi (Top): Update node listing.
1215
1216 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1217
1218 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1219
1220 * cmdargs.texi (Initial Options):
1221 * xresources.texi (Resources): Document inhibit-x-resources.
1222
1223 * custom.texi (Specifying File Variables): Note that minor modes are
1224 enabled unconditionally.
1225
1226 * display.texi (Scrolling): Briefly document the old recenter command,
1227 and document recenter-positions.
1228
1229 * files.texi (Visiting):
1230 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1231
1c6c854e
CS
1232 * frames.texi (Cut/Paste Other App):
1233 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1234
1235 * killing.texi (Kill Options): New node.
1236
6ca89aaa
CY
12372009-12-05 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * misc.texi (Shell Options): ansi-color is now default.
1240
806642d4
GM
12412009-12-05 Glenn Morris <rgm@gnu.org>
1242
806642d4
GM
1243 * emacs.texi (Top): Update menu for cal-xtra node changes.
1244 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1245 or mode line. Don't mention invisible text or the details of
1246 diary-print-entries here, only in cal-xtra.
1247 (Format of Diary File): Mention that the "date on first line" format
1248 only really affects the simple display.
1249 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1250 (Diary Customizing): Holidays may be in the buffer or mode line.
1251 Move diary-print-entries to the "Diary Display" section.
1252 (Diary Display): New section, split out from "Fancy Diary Display".
1253 Explain the limitations of simple display, and how to print it.
1254
1a4f0c0a
GM
1255 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1256
e11adbd8
GM
1257 * cal-xtra.texi (Diary Display): Mention View mode.
1258
29a483ac
JL
12592009-11-29 Juri Linkov <juri@jurta.org>
1260
1261 * display.texi (Highlight Interactively): Actually a list of
1262 default faces is pre-loaded into a list of default values
1263 instead of the history.
1264
83d60c79
GM
12652009-11-20 Glenn Morris <rgm@gnu.org>
1266
1267 * ack.texi (Acknowledgments):
1268 * emacs.texi (Acknowledgments): Add htmlfontify.
1269
276bbe96
GM
12702009-11-14 Glenn Morris <rgm@gnu.org>
1271
98ad1bae
GM
1272 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1273
276bbe96
GM
1274 * ack.texi (Acknowledgments):
1275 * emacs.texi (Acknowledgments): Update for recent Org changes.
1276
18430066
CY
12772009-10-31 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1280 `charset' property, which is irrelevant to the user manual (Bug#3526).
1281
522ddc9f
JB
12822009-10-14 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * trouble.texi (DEL Does Not Delete): Fix typo.
1285
50b49ade
MA
12862009-10-05 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * files.texi (Misc File Ops): Mention copy-directory.
1289
6308321a
EZ
12902009-10-04 Eli Zaretskii <eliz@gnu.org>
1291
43b3b4d1
EZ
1292 * mule.texi (Unibyte Mode): Emphasize that
1293 unibyte-display-via-language-environment affects only the display.
1294
6308321a
EZ
1295 * display.texi (Horizontal Scrolling): Document cursor behavior under
1296 horizontal scrolling when point moves off the screen (Bug#4564).
1297 Improve wording.
1298
bd51ea7f
MA
12992009-10-01 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * files.texi (Directories): delete-directory prompts for recursive
1302 deletion.
1303
55381962
GM
13042009-09-30 Glenn Morris <rgm@gnu.org>
1305
1306 * ack.texi (Acknowledgments):
1307 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1308
13989ab1
TH
13092009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1310
1311 * dired.texi (Dired Navigation): Use @code instead of @var for
1312 dired-isearch-filenames, so that it's not capitalized.
1313
8ba46c89
CY
13142009-09-19 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1317
1318 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1319
1320 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1321 (Key Bindings): Reference Init Rebinding in introductory text.
1322 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1323 (Keymaps): Simplify.
1324 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1325 (Minibuffer Maps): Remove mention of Mocklisp.
1326 (Init Rebinding): Move mode-local rebinding example here from Local
1327 Keymaps.
1328 (Modifier Keys): Clarify.
1e11b018 1329 (Rebinding): Add cindex for "binding keys".
8ba46c89 1330
6a5ca7c8
CY
13312009-09-13 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1334
0e1cba51
NR
13352009-08-31 Nick Roberts <nickrob@snap.net.nz>
1336
6a5ca7c8 1337 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1338 Re-organise these two sections.
0e1cba51 1339
76a87a4d
EZ
13402009-08-29 Eli Zaretskii <eliz@gnu.org>
1341
1342 * cmdargs.texi (Initial Options): Fix last change.
1343
82e98df4
SM
13442009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * mule.texi (Enabling Multibyte):
1347 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1348 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1349
fb89fad9
GM
13502009-08-20 Glenn Morris <rgm@gnu.org>
1351
1352 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1353
e99652b0
GM
13542009-08-19 Glenn Morris <rgm@gnu.org>
1355
1356 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1357
5cca97ad
GM
13582009-08-18 Glenn Morris <rgm@gnu.org>
1359
1360 * ack.texi (Acknowledgments):
1361 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1362
997797ae 1363 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1364
985bf85b
GM
13652009-08-09 Glenn Morris <rgm@gnu.org>
1366
1367 * ack.texi (Acknowledgments):
1368 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1369
8d6bb99e
DD
13702009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1371
1372 * emacs.texi (Top): Add new menu items for GDB-UI.
1373
1374 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1375 section. Threads buffer is in separate section now.
8d6bb99e 1376
8353da9c
GM
13772009-08-08 Glenn Morris <rgm@gnu.org>
1378
1379 * ack.texi (Acknowledgments):
1380 * emacs.texi (Acknowledgments):
1381 Update for js2-mode and org changes.
1382
f2074faf
MA
13832009-08-02 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1386 files.
1387
e8d2d3fb
CY
13882009-07-28 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1391
324a4f6a
GM
13922009-07-23 Glenn Morris <rgm@gnu.org>
1393
1394 * programs.texi (Matching): Update blink-matching-paren-distance.
1395
b6937a70
CY
13962009-07-21 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * frames.texi (Cut/Paste Other App): For select-active-regions,
1399 selection is now updated on moving point.
1400
bd8aaa36
RS
14012009-07-21 Richard Stallman <rms@gnu.org>
1402
1403 * glossary.texi (GNU, Daemon): Update information.
1404
8d9b5eba
JL
14052009-07-19 Juri Linkov <juri@jurta.org>
1406
1407 * custom.texi (Specifying File Variables, Safe File Variables):
1408 "variables/value pairs" -> "variable/value pairs".
1409
a2acc1db
GM
14102009-07-15 Glenn Morris <rgm@gnu.org>
1411
1412 * misc.texi (Gnus): Remove widow.
1413
c5ae942b
GM
14142009-07-11 Glenn Morris <rgm@gnu.org>
1415
703d26ba
GM
1416 * Makefile.in (TEXI2PDF): New.
1417 (emacs.pdf, emacs-xtra.pdf): New targets.
1418
522ddc9f 1419 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1420
1421 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1422
1423 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1424 Don't print the copying notice twice in the printed version.
1425 Update the menu and detailmenu.
1426 (Preface): The meaning of "on-line" has changed.
1427 Correct name for "Common Problems" chapter.
1428 (Distrib): Update FSF shop URL.
1429 (Intro): Showing two files at once is not so exciting.
1430
1431 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1432 (Mac / GNUstep Basics): Minor grammar changes.
1433 (Mac / GNUstep Events): Fix typo.
1434 (GNUstep Support): CANNOT_DUMP no longer applies.
1435
1436 * misc.texi (Document View): Fix typos.
1437
1438 * dired.texi (Dired):
1439 * help.texi (Help):
1440 * macos.texi (Mac OS / GNUstep):
1441 * maintaining.texi (Version Control, Introduction to VC):
1442 End menu descriptions with a period.
c5ae942b 1443
b1c8242b
EZ
14442009-07-09 Eli Zaretskii <eliz@gnu.org>
1445
1446 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1447 so categorical in saying that the option is only useful on NTFS.
1448
220d9aa6
GM
14492009-07-09 Glenn Morris <rgm@gnu.org>
1450
1451 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1452 (ENVADD): Add texinfodir to TEXINPUTS.
1453
1454 * emacs.texi (Top): Fix cross-reference.
1455
1456 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1457
1458 * vc1-xtra.texi (Revision Tags): Fix typo.
1459
d07e72d3
GM
14602009-07-03 Glenn Morris <rgm@gnu.org>
1461
1462 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1463 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1464 (Merge Commands): `.' does not seem to work in A or B buffer.
1465 `l' can recreate the 3-window display.
1466
1467 * glossary.texi (Glossary): Minor phrasing changes throughout.
1468 Add more internal cross-references.
1469 <Autoloading>: You can't really autoload a variable.
1470 <C-M->: Move details here from `M-C-' item.
1471 <Continuation Line>: Refer to `Truncation.'
1472 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1473 <Home Directory, Unix>: New entries.
1474 <Deletion of Files>: Mention recycle bins.
1475 <Directory>: Mention ``folders.''
1476 <Error>: Don't mention ``type-ahead.''
1477 <Fringe>: Refer to the manual node.
1478 <Minor Mode>: Can be global or local.
1479 <Spell Checking>: There are other checkers besides Ispell.
1480
f144038a
GM
14812009-07-02 Glenn Morris <rgm@gnu.org>
1482
1483 * anti.texi (Antinews): Minor changes in phrasing.
1484
1485 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1486 some underfull lines in dvi output.
1487
1488 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1489
1490 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1491
1492 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1493
3f1c6666
JD
14942009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1495
1496 * xresources.texi (Table of Resources): Mention maximized for
1497 fullscreen.
1498
1499 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1500
62aadce7
CY
15012009-07-01 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * anti.texi (Antinews): Correct the list of removed platforms.
1504
82ec412e
GM
15052009-06-28 Glenn Morris <rgm@gnu.org>
1506
1507 * arevert-xtra.texi: Minor language tweaks.
1508
09964e7d
GM
1509 * dired-xtra.texi: Minor revisions.
1510
666e158e
MB
15112009-06-23 Miles Bader <miles@gnu.org>
1512
c4cc8b9a 1513 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1514 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1515
70243478
CY
15162009-06-21 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * Branch for 23.1.
1519
67cbe681
KH
15202009-06-17 Kenichi Handa <handa@m17n.org>
1521
1522 * mule.texi (Charsets): Update the description for the new charset.
1523 (list-character-sets): New findex.
125dd7c5 1524 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1525
40e67246
CY
15262009-06-10 Chong Yidong <cyd@stupidchicken.com>
1527
b5700de6
CY
1528 * basic.texi (Moving Point): Fix tag.
1529
1530 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1531
1532 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1533 use camel-case for PageUp and PageDown.
1534
1535 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1536 camel-case for PageUp and PageDown.
1537
1538 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1539
40e67246 1540 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1541 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1542
522ddc9f 15432009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1544
522ddc9f
JB
1545 * fixit.texi (Spelling): Set default dictionary.
1546 Improve descriptions (Bug#2554)
6f591cf4 1547
53483c76
DR
15482009-06-08 David Reitter <david.reitter@gmail.com>
1549
1550 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1551 since saving colors and faces set this way is not implemented.
1552 (Environment variables): Remove mention of mac-fix-env, which is
1553 scheduled to be removed.
1554
1557ef4f
CY
15552009-06-04 Chong Yidong <cyd@stupidchicken.com>
1556
91056528
CY
1557 * custom.texi (Init Examples): Add example of changing load-path.
1558
1557ef4f
CY
1559 * building.texi (Lisp Libraries): Add example of changing
1560 load-path (Bug#3446).
1561
623cec4c
CY
15622009-05-28 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * mark.texi (Mark): Further clarifications.
1565 (Setting Mark): Emphasize that C-SPC activates the mark.
1566
0fcca8ee
CY
15672009-05-28 Chong Yidong <cyd@stupidchicken.com>
1568
702b10e1
CY
1569 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1570 Mark mode.
0fcca8ee
CY
1571 (Using Region, Persistent Mark): Use "active mark" instead of "active
1572 region".
1573
d3b396e4
CY
15742009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1575
1576 * mule.texi (Select Input Method): Fix typo.
1577
3f698a06
CY
15782009-05-13 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * anti.texi (Antinews): Document completion changes. Some additional
1581 copyedits and rearrangement of entries.
1582
b2a42eb7
CY
15832009-05-12 Chong Yidong <cyd@stupidchicken.com>
1584
932fd020
CY
1585 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1586 (Shell History Copying, Terminal emulator): Copyedits.
1587
1c6c854e
CS
1588 * xresources.texi (Resources): Simplify descriptions.
1589 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1590 (Table of Resources): Document fontBackend resource.
1591
b2a42eb7
CY
1592 * trouble.texi (Quitting): Add other undo bindings to table.
1593 (DEL Does Not Delete): Note that the erasure key is usually labelled
1594 "Backspace". Remove discussion of obscure Xmodmap issue.
1595
c6ea7fb8
CY
15962009-05-07 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * files.texi (Visiting): Copyedits.
1599
ad36c422
CY
16002009-05-06 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * basic.texi (Inserting Text): Document ucs-insert.
1603
1604 * mule.texi (International Chars): Define "multibyte". Note that
1605 internal representation is unicode-based. Simplify definition of raw
1606 bytes. Mention ucs-insert.
1607 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1608 (Language Environments): Add language environments new to Emacs 23.
1609 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1610 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1611 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1612 (Output Coding): Copyedits.
1613
1614 * emacs.texi (Top): Update node listing.
1615
d4ad7b96
CY
16162009-05-05 Per Starbäck <per@starback.se> (tiny change)
1617
1618 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1619
5bd66204
SM
16202009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * building.texi (Lisp Libraries): `load-library' does offer completion.
1623
bc36ad1c
CY
16242009-04-28 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1627 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1628
f1a47884
EZ
16292009-04-25 Eli Zaretskii <eliz@gnu.org>
1630
1631 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1632
be77bd45
CY
16332009-04-22 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1636
1637 * building.texi (Lisp Interaction): Document initial-scratch-message.
1638
d3b82927
JB
16392009-04-18 Juanma Barranquero <lekktu@gmail.com>
1640
ed6e7b11
JB
1641 * msdog.texi (Windows Fonts): Fix typos.
1642
d3b82927
JB
1643 * files.texi (Save Commands): Fix pxref.
1644
bc323c04
CY
16452009-04-18 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * files.texi (Save Commands): Mention diff-buffer-with-file.
1648 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1649 Henoch (Bug#3036).
1650
2186d13f
GM
16512009-03-15 Glenn Morris <rgm@gnu.org>
1652
1653 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1654 the former is not always used.
1655 (Mail Headers): Use active voice. Add "Mail-reply-to".
1656 Change case of "Id". Avoid repeated "appropriate".
1657 (Mail Aliases): Fix previous change - use an example with a ".", so it
1658 does actually get quoted when expanded.
1659 (Mail Sending): Mailclient is the default on some systems.
1660 (Citing Mail): Mention mail-indentation-spaces.
1661 (Mail Mode Misc): Add an @dfn for "mail signature".
1662
71e454fc
CY
16632009-03-15 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1666 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1667 read-buffer-completion-ignore-case, and completion-styles.
1668 Remove description of partial-completion-mode.
71e454fc 1669
df1a3e06
GM
16702009-03-14 Glenn Morris <rgm@gnu.org>
1671
1672 * sending.texi (Mail Format): Fix typo. Add index entry for
1673 mail-header-separator.
1674 (Mail Headers): Put info about initialization and changing in one place
1675 at the start. Update FCC section for mbox Rmail. Clarify From
1676 section, mention mail-setup-with-from. Clarify Reply-to section.
1677 Add Mail-followup-to and mail-mailing-lists. Clarify References
1678 section.
1679 (Mail Aliases): Update example, make less contentious.
1680 Update for name change of mail-interactive-insert-alias.
1681 (Mail Mode): Remove mention of `%' as a word separator.
1682 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1683 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1684 commands. Clarify FCC handling. In mail-complete, add reference to
1685 Mail Aliases section, and mention mail-complete-function.
1686 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1687 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1688 signature netiquette. Explain how the mail hooks work when continuing
1689 a composition.
1690 (Mail Amusements): Internationalize the spook section a bit.
1691 Remove the spook mail-setup-hook example, since it doesn't work well.
1692 Mention fortune-file.
1693 (Mail Methods): Mention read-mail-command.
1694
ed6e7b11 16952009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1696
df1a3e06
GM
1697 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1698 and NS resources following recent changes.
959d68bd 1699
86dca3e8
JR
17002009-03-10 Jason Rumney <jasonr@gnu.org>
1701
1702 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1703 w32-use-visible-system-caret doc to indicate that it should get set
1704 automatically.
1705 (Windows Fonts): Add doc for the uniscribe backend.
1706
042fe98f
DN
17072009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1710 vc-dir. (Bug#2598)
1711
7f8dba73
RS
17122009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1713
1714 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1715
505e70c3
GM
17162009-03-05 Glenn Morris <rgm@gnu.org>
1717
04242bdc
GM
1718 * rmail.texi (Rmail Basics): Add reference to sorting.
1719 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1720 Minor re-wordings.
1721 (Rmail Motion): Mention rmail-next-same-subject.
1722 (Rmail Deletion): Expunging is not the only way to change the numbers.
1723 (Rmail Labels): Labels can also be used in sorting.
1724 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1725 (Rmail Display): Mention rmail-mime.
1726
00cfe22c
GM
17272009-03-04 Glenn Morris <rgm@gnu.org>
1728
1729 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1730 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1731 summary. Mention sorts cannot be undone.
1732 (Rmail Display): Give an example of how to use goto-address-mode.
1733 (Rmail Editing): It's keybindings that are redefined, not commands.
1734 Fix some typos.
1735 (Movemail): Some minor rewording.
1736 (Remote Mailboxes): Emacs movemail supports pop by default.
1737 Fix some minor grammatical issues. The "two alternative ways" to
1738 specify a POP mailbox are really just one. Remove all reference to the
1739 variables rmail-pop-password and rmail-pop-password-required, obsolete
1740 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1741 can support Kerberos.
1742
3d963b67
GM
17432009-03-03 Glenn Morris <rgm@gnu.org>
1744
1745 * rmail.texi (Rmail Deletion): Revert previous change, which was
1746 describing the Rmail summary versions.
1747 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1748 Minor re-wording for rmail-resend.
1749 (Rmail Make Summary): Summaries apply to buffers rather than files.
1750 <rmail-summary-by-topic>: Headers includes the subject.
1751 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1752 details, including prefix arguments.
2340abde 1753 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1754 Not counting lines might be faster.
1755 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1756 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1757 Name the commands bound to the various keys. Mention prefix argument
1758 for searching.
3d963b67
GM
1759 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1760 Simplify rmail-highlighted-headers description. Update face name.
1761
a8ce3d17
JB
17622009-03-02 Juanma Barranquero <lekktu@gmail.com>
1763
1764 * mark.texi (Marking Objects): Fix typo.
1765
130a29b6
CY
17662009-03-01 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1769 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1770
9d5de6f8
GM
17712009-03-01 Glenn Morris <rgm@gnu.org>
1772
79fc530e 1773 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1774 (Rmail Motion): - M-s searches from the end of messages.
1775 (Rmail Deletion): Minor clarification. Fix numeric argument
1776 description.
1777 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1778 newmail and RMAILOSE files need not be in home-directory.
1779 (Rmail Files): Mention I/O menus are unselectable if no files match.
1780 Mention `MAIL' env-var.
1781
b545ff9c
JR
17822009-02-24 Jason Rumney <jasonr@gnu.org>
1783
1784 * mule.texi (Fontsets): Mention fontset-default, font specs and
1785 fallback fontsets.
1786 (Defining Fontsets): Mention ns and w32 variants of
1787 standard-fontset-spec. Update description of startup fontset to match
1788 Emacs 23 behavior.
a93be82a 1789 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1790 (International): Link to Modifying Fontsets.
b545ff9c 1791
75da0618 17922009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1793
1794 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1795 Mention ns-extended-platform-support-mode.
1796
6be93a16
KB
17972009-02-22 Karl Berry <karl@gnu.org>
1798
1799 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1800
867d4bb3
JB
18012009-02-19 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * basic.texi (Moving Point, Position Info):
1804 * files.texi (Visiting):
1805 * mini.texi (Completion Options):
1806 * text.texi (HTML Mode): Remove duplicate words.
1807
49b5c0e8
GM
18082009-02-20 Glenn Morris <rgm@gnu.org>
1809
1810 * rmail.texi: Minor updates for mbox rather than Babyl.
1811
f43a822c
KB
18122009-02-17 Karl Berry <karl@gnu.org>
1813
49b5c0e8 1814 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1815
80d634b8
RS
18162009-02-17 Richard M Stallman <rms@gnu.org>
1817
1818 * anti.texi (Antinews): Mention Babyl format.
1819
1820 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1821
1822 * rmail.texi: Update for mbox format.
1823 Various small fixes, as well as the following.
1824 (Out of Rmail): Node deleted.
1825 (Rmail): Update menu.
1826 (Rmail Files): Comment out set-rmail-inbox-list.
1827 Document rmail-inbox-list instead.
1828 (Rmail Output): Substantial changes since C-o is now
1829 rmail-output-as-seen and o is rmail-output.
1830 (Rmail Attributes): Delete `stored', add `retried'.
1831 (Rmail Display): Editing headers works in all cases.
1832
f0d129c6
GM
18332009-02-17 Glenn Morris <rgm@gnu.org>
1834
1835 * basic.texi (Position Info): M-x count-lines-region is not always on
1836 M-=. (Bug#2269)
1837
160f11d3
GM
18382009-02-09 Glenn Morris <rgm@gnu.org>
1839
1840 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1841 defaults.
1842
763e01c4
EZ
18432009-02-07 Eli Zaretskii <eliz@gnu.org>
1844
1845 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1846 documentation of possible problems with redecoding.
1847
f5e1441d
GM
18482009-02-03 Glenn Morris <rgm@gnu.org>
1849
1850 * rmail.texi (Out of Rmail): Mention b2m.pl.
1851
e1eabe41
GM
18522009-01-31 Glenn Morris <rgm@gnu.org>
1853
1854 * rmail.texi (Out of Rmail): Correct b2m location.
1855
dd05f9de
CY
18562009-01-27 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * fixit.texi (Undo): Update undo limit values.
1859
d74d846e
GM
18602009-01-27 Glenn Morris <rgm@gnu.org>
1861
1862 * emacs.texi (Top): Fix Antinews menu entry.
1863
49ffdce8
KB
18642009-01-25 Karl Berry <karl@gnu.org>
1865
1866 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1867 item with no marker, instead of the syntactically incorrect
1868 @itemize @asis.
1869
467e8d77
JL
18702009-01-25 Juri Linkov <juri@jurta.org>
1871
1872 * building.texi (Grep Searching): Fix index entry for lgrep.
1873
6c60bbdb
EZ
18742009-01-24 Eli Zaretskii <eliz@gnu.org>
1875
1876 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1877
9ce5a36f
AR
18782009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1879
1880 * macos.texi (Preferences Panel): Update description of font setting to
1881 reflect that prior frame selection is no longer needed.
1882
9aa5f2fb
NR
18832009-01-20 Nick Roberts <nickrob@snap.net.nz>
1884
1885 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1886 raise GUD subsections.
1887
3892ff9c
GM
18882009-01-15 Glenn Morris <rgm@gnu.org>
1889
1890 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1891
14731c8f
GM
18922009-01-10 Glenn Morris <rgm@gnu.org>
1893
1894 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1895
45c55e53
CY
18962009-01-04 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1899 logical lines.
1900
2e4667d1
JL
19012008-12-29 Juri Linkov <juri@jurta.org>
1902
1903 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1904
1905 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1906
2a3eac47
CY
19072008-12-28 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1910 goto-address-mode instead of goto-address.
1911
3da8da94
CY
1912 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1913 mode.
1914
2a3eac47
CY
1915 * emacs.texi (Top): Update node listing.
1916
057f6dd3
EZ
19172008-12-26 Eli Zaretskii <eliz@gnu.org>
1918
1919 * custom.texi (Directory Variables): Explain what is a "project".
1920 Add indexing. Improve wording. Add a footnote about using
1921 _dir-locals.el on MS-DOS.
1922
e6979067
DN
19232008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * files.texi (Misc File Ops): Mention chmod as an alias for
1926 set-file-modes.
1927
9de15963
MR
19282008-12-24 Martin Rudalics <rudalics@gmx.at>
1929
1930 * help.texi (Help): Fix typos and reword.
1931 (Help Summary): Add entries for C-h n and C-h r, reorder
1932 entries, and do some minor fixes.
1933 (Name Help): Say that C-h F works for commands only.
1934 (Misc Help): Say that view-lossage displays 300 keystrokes.
1935
236fd60d
GM
19362008-12-20 Glenn Morris <rgm@gnu.org>
1937
1938 * ack.texi (Acknowledgments): General update based on AUTHORS,
1939 including removal of some stuff no longer distributed.
1940
349b3256
AM
19412008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1942
1943 * fixit.texi: Mention hunspell
1944
e840fca5
GM
19452008-12-19 Glenn Morris <rgm@gnu.org>
1946
1947 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1948 Consolidate explanatory text at start.
e840fca5
GM
1949
1950 * display.texi (Text Display):
1951 * indent.texi (Indentation): Use @acronym with ASCII.
1952
9dfa7983
GM
19532008-12-18 Glenn Morris <rgm@gnu.org>
1954
1955 * ack.texi: Various small updates and fixes.
1956
97b3a00b
JL
19572008-12-18 Juri Linkov <juri@jurta.org>
1958
1959 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1960 as a key binding to start a forward nonincremental word search.
1961 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1962 a backward nonincremental word search. Add index for `M-s w'
1963 `isearch-forward-word'.
1964 (Regexp Search): Add a short summary of regexp key commands like
1965 in the node "Basic Isearch".
1966 (Other Repeating Search): Fix typo.
1967
19682008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1969
1970 * misc.texi (PostScript Variables): Fix doc.
1971
31ce6a07
CY
19722008-12-10 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * programs.texi (Program Modes): Mention Ruby mode.
1975
636b507b
DN
19762008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1977
1978 * misc.texi (emacsclient Options): Describe what an empty string
1979 argument does for --alternate-editor.
1980
a323fa14
CY
19812008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1982
1983 * cmdargs.texi (Font X): Distinguish between client-side and
1984 server-side fonts. List valid Fontconfig properties. Add reference to
1985 Fontconfig manual. List valid GTK font properties. Explain use of
1986 fc-list.
1987
c5ca6cd0
CY
19882008-12-09 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * cmdargs.texi (Font X): Move discussion of quoting to top.
1991
e5136377
GM
19922008-12-06 Glenn Morris <rgm@gnu.org>
1993
1994 * maintaining.texi (Old Revisions): Improve previous change.
1995
248c026b
RS
19962008-12-05 Richard M Stallman <rms@gnu.org>
1997
1998 * anti.texi (Antinews): Minor fixes.
1999
a9253a1e
GM
20002008-12-03 Glenn Morris <rgm@gnu.org>
2001
2002 * maintaining.texi (Old Revisions): Fix diff-switches description.
2003
fa687b02
MR
20042008-12-01 Martin Rudalics <rudalics@gmx.at>
2005
2006 * emacs.texi (Top): Fix typo.
2007
72e6decd
CY
20082008-11-30 Chong Yidong <cyd@stupidchicken.com>
2009
320ee034
CY
2010 * misc.texi (Document View): Explain dependence on gs at the top.
2011 Copyedits.
2012
2013 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2014
72e6decd
CY
2015 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2016 (Comment Commands): Discuss region-active behavior of M-; first.
2017
2a472ee4
MR
20182008-11-29 Martin Rudalics <rudalics@gmx.at>
2019
9c6361c9
MR
2020 * display.texi (Line Truncation): Add reference to Continuation
2021 Lines.
2022
2a472ee4
MR
2023 * windows.texi (Pop Up Window): Mention split-height-threshold
2024 and split-width-threshold.
9c6361c9 2025 (Split Window): Add reference to Continuation Lines.
2a472ee4 2026
e93bc142
AR
20272008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2028
2029 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2030 (GNUstep Support): New node.
2031 * anti.texi:
2032 * emacs.texi:
2033 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2034
43b978db
RS
20352008-11-28 Richard M Stallman <rms@gnu.org>
2036
2037 * misc.texi (Dissociated Press): Minor cleanups.
2038
2039 * dired.texi (Image-Dired): Avoid passive.
2040
e8e2bd93
EZ
20412008-11-28 Eli Zaretskii <eliz@gnu.org>
2042
2043 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2044 representation.
2045
8d2d45da
CY
20462008-11-26 Richard M. Stallman <rms@gnu.org>
2047
2048 * files.texi (Visiting): Rewrite paragraph for clarity.
2049
2050 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2051
a5f7bbcc
AM
20522008-11-25 Alan Mackenzie <acm@muc.de>
2053
2054 * programs.texi (Moving by Parens): Clarify that parens inside strings
2055 and comments are ignored, and that the commands assume the starting
2056 point isn't in a string or comment.
2057
a71703d3
AR
20582008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2059
2060 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2061 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2062 version.
2063 (Mac Customization): Rewrite Preferences Panel section and merge in to
2064 this node, add Open files by dragging to an Emacs window.
2065
2066 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2067
aa5ab79a
CY
20682008-11-26 Chong Yidong <cyd@stupidchicken.com>
2069
0cc92c19
CY
2070 * files.texi (Misc File Ops): Document set-file-modes.
2071
c366b4e4
CY
2072 * windows.texi (Split Window): Document integer values of
2073 truncate-partial-width-windows.
2074
aa5ab79a
CY
2075 * text.texi (Text): Simplify description of markup languages.
2076 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2077 (TeX Editing): Note that `""' inserts one `"' character.
2078 (HTML Mode): Note in the introduction that XML mode is an alias for
2079 SGML mode. Mention nXML mode.
2080
56221db7
CY
20812008-11-25 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * building.texi (Watch Expressions): Fix typo.
2084
90effe33
CY
20852008-11-24 Chong Yidong <cyd@stupidchicken.com>
2086
f90a5ae3
CY
2087 * files.texi (Visiting): Document new behavior of
2088 confirm-nonexistent-file-or-buffer.
2089
1c6c854e
CS
2090 * buffers.texi (Select Buffer):
2091 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2092
a18ffb4a
CY
2093 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2094 edit-picture.
2095
90effe33
CY
2096 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2097 edit-picture', since that is just an alias for picture-mode.
2098 (Sentences): Note that repeated M-@ extends the region.
2099 (Pages): Make terminology more consistent. Link to Regexps node.
2100 (Longlines): Discuss relationship with Visual Line mode.
2101 (Text Mode): Remove extraneous discussion of other modes, since they
2102 were already introduced in the parent node.
2103
e85103ec
CY
21042008-11-23 Chong Yidong <cyd@stupidchicken.com>
2105
5cb2fe30
CY
2106 * anti.texi (Antinews): Rewrite.
2107
1eb9b307 2108 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2109
2110 * frames.texi (Frame Commands): Mention "minimize" terminology.
2111
e85103ec
CY
2112 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2113 formats.
b908332f
CY
2114 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2115 (Misc X): Don't document useless -hb option.
e85103ec 2116
607f5f88
JL
21172008-11-22 Juri Linkov <juri@jurta.org>
2118
2119 * dired.texi (Dired Navigation): Change normal file name search option
2120 from `non-nil' to `t'. Add `dwim' option.
2121
e1b867a0
JL
21222008-11-22 Juri Linkov <juri@jurta.org>
2123
2124 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2125 ".dir-locals.el". Rename `define-project-bindings' to
2126 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2127 `dir-locals-set-directory-class'.
2128
dd186936
LK
21292008-11-22 Lute Kamstra <lute@gnu.org>
2130
2131 * buffers.texi (Select Buffer): Index goto-line.
2132 * basic.texi (Moving Point): Mention the use of a numeric prefix
2133 argument with goto-line and refer to Select Buffer for the use of a
2134 plain prefix argument.
2135
4b121911
GM
21362008-11-19 Glenn Morris <rgm@gnu.org>
2137
2138 * doclicense.texi: Update to FDL 1.3.
2139 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2140
27267e4c
CY
21412008-11-17 Chong Yidong <cyd@stupidchicken.com>
2142
696f351d
CY
2143 * custom.texi (Minor Modes): Define mode commands and mode variables
2144 more precisely. Recommend using mode commands instead of setting
2145 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2146 (Easy Customization): Use "init file" instead of .emacs.
2147 (Customization Groups): Update to new Custom buffer appearance.
2148 (Saving Customizations): Copyedits. Update example.
2149 (Variables): Give example of variable type-sensitivity.
2150 (Examining): Update example.
2151 (Hooks): Copyedits.
2152 (Specifying File Variables): Use C comments instead of an artificial
2153 Lisp for the example.
2154 (Keymaps): Move internals discussion to Prefix Keymaps.
2155 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2156 (Init Rebinding): Document kbd macro.
2157 (Init File): Link to Find Init.
696f351d
CY
2158
2159 * mark.texi (Using Region): Document Delete Selection Mode more
2160 thoroughly.
2161
2162 * frames.texi (Mouse Commands): Move most of the description of Delete
2163 Selection Mode to Using Region, and link to it.
1bc9c425 2164 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2165
b0570c25
CY
2166 * building.texi (Compilation): Document first-error value of
2167 compilation-scroll-output.
2168 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2169 works as soon as an error is available. Suggested by Juri Linkov.
2170
27267e4c
CY
2171 * mini.texi (Passwords): New node.
2172
2173 * files.texi (Remote Files): Link to Passwords node.
2174
2175 * emacs.texi (Top): Update node listings.
2176
122eb807
CY
21772008-11-16 Chong Yidong <cyd@stupidchicken.com>
2178
9c9855a3
CY
2179 * ack.texi (Acknowledgments): Some updating of credits.
2180
bd6fdcad
CY
2181 * emacs.texi (Acknowledgments): Add a couple more names.
2182
dd1eef46
CY
2183 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2184
122eb807 2185 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2186 (Misc File Ops): Document use of trash.
122eb807 2187
801a8da1
JB
21882008-11-16 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * macos.texi (Mac Customization): Fix typos.
2191
0b4f2253
CY
21922008-11-14 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2195 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2196 the conventions of the main Emacs manual.
2197
2198 * emacs.texi (Top): Update node listings.
2199
517e2b89
CY
22002008-11-12 Chong Yidong <cyd@stupidchicken.com>
2201
07a85685
CY
2202 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2203 command-line-args is processed during startup.
2204 (Action Arguments): Correctly describe how file arguments interact with
2205 the startup screen. Link to Lisp Interaction for scratch buffer.
2206 (Initial Options): Link to Command Example for -batch option.
2207 (Environment): Document initial-environment.
2208
517e2b89
CY
2209 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2210 can't be changed in the site-start file.
2211
6337bbde
CY
22122008-11-07 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * dired.texi (Dired): Mention C-x C-d too.
2215 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2216 (Dired Navigation): Explain dired-goto-file more clearly.
2217 Document dired-isearch-filenames.
6337bbde
CY
2218 (Dired Deletion): Remove unnecessary "expunged" terminology.
2219 (Flagging Many Files): & is now rebound to `% &'.
2220 (Shell Commands in Dired): Document dired-do-async-shell-command.
2221 Clarify how multi-file arguments are passed.
2222 (Misc Dired Features): Document dired-do-isearch.
2223
9e8eeff9
CY
22242008-11-06 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2227
e071f849
CY
22282008-11-03 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2231
05482eb1
CY
22322008-11-01 Chong Yidong <cyd@stupidchicken.com>
2233
e2346dea
CY
2234 * programs.texi (Program Modes): Link to Program Indent node.
2235 (Left Margin Paren): Explain consequences of changing
2236 open-paren-in-column-0-is-defun-start more concisely.
2237 (Which Function, Program Indent, Info Lookup): Minor edits.
2238 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2239 (Multi-line Indent): If region is active, TAB indents the region.
2240 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2241 (Matching): The delimiter at the cursor is highlighted---the character
2242 changes color.
2243 (Symbol Completion): Link to Completion node.
2244
e4b6428c
CY
2245 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2246 a strictly text-only system.
2247
05482eb1
CY
2248 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2249 batch mode.
2250
a11d3737
RS
22512008-11-01 Richard M. Stallman <rms@gnu.org>
2252
5abad626
RS
2253 * misc.texi (Document View): Major rewrite.
2254
a11d3737
RS
2255 * maintaining.texi (Types of Log File): Change logs are older than
2256 version control.
2257 (VCS Concepts): Simplify and rearrange.
2258 (Version Control Systems): Make it clear that Linux is only the kernel.
2259 (VC Mode Line): Shorten reference to menu item.
2260 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2261 (VC Directory Mode): Minor cleanup.
2262 Unchanged files are hidden, not omitted.
2263 (VC Directory Commands): Shorten and simplify.
2264 (Change Log Commands): New node, split from Change Logs.
2265 (VC Directory Buffer): New node, split from VC Directory Mode.
2266
c55a4acb
CY
22672008-10-31 Chong Yidong <cyd@stupidchicken.com>
2268
1c6c854e 2269 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2270 from files.texi.
2271
1c6c854e
CS
2272 * files.texi (Version Control): Move to maintaining.texi.
2273 Subnodes moved as well.
2274 (Document Files): Move to misc.texi.
df0356f6 2275
c55a4acb
CY
2276 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2277 vc-update-change-log.
df0356f6
CY
2278 (Version Control): Move here from files.texi.
2279 (Format of ChangeLog): Make it a subnode of Change Log.
2280
2281 * emacs.texi (Top): Update node listing.
c55a4acb 2282
ef082374
TH
22832008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2284
2285 * files.texi (Files): Add a section about document
2286 files (doc-view-mode).
2287
d52582c3
CY
22882008-10-31 Chong Yidong <cyd@stupidchicken.com>
2289
1c6c854e
CS
2290 * building.texi (Compilation Mode):
2291 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2292 (Debuggers): Lower GUD subsections to subsubsections.
2293 (Starting GUD): Add cindex.
2294 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2295
4e0a0968
CY
22962008-10-30 Chong Yidong <cyd@stupidchicken.com>
2297
03625b47
CY
2298 * indent.texi (Indentation): Link to Program Indent.
2299
4e0a0968
CY
2300 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2301 now uses emacsclient's terminal.
2302
8bd3f7ef
CY
23032008-10-29 Chong Yidong <cyd@stupidchicken.com>
2304
80e5620e
CY
2305 * mark.texi (Using Region): Document use-empty-active-region.
2306
97d5c404
CY
2307 * emacs.texi (Top): Update node listings.
2308
1c6c854e
CS
2309 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2310 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2311 (Invoking emacsclient): Rewrite, moving optional arguments to
2312 emacsclient Options.
21d2bae3
CY
2313 (emacsclient Options): New node. Document server-use-tcp and
2314 server-host.
8bd3f7ef 2315
5fda2cbd
CY
23162008-10-28 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * indent.texi (Indentation): Replace list with paragraphed text,
2319 putting description of syntax-driven indentation first. Document new
2320 effect of active regions on tab.
2321 (Tab Stops): Note that editable tab stops affect indentation commands.
2322
4ff029f6
DN
23232008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2324
2325 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2326
996cd6e4
CY
23272008-10-23 Chong Yidong <cyd@stupidchicken.com>
2328
f28815e3
CY
2329 * custom.texi (Function Keys): Note that modified keypad keys are not
2330 translated.
2331
996cd6e4
CY
2332 * basic.texi (Arguments): Explain how to insert multiple digits.
2333
49545fe2
MA
23342008-10-22 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * files.texi (Remote Files): Precise selection of default method.
2337 Rewrite paragraph about disabling remote file names.
2338
edac0b53
CY
23392008-10-22 Chong Yidong <cyd@stupidchicken.com>
2340
e752c544
CY
2341 * search.texi (Special Isearch): Document M-TAB is isearch.
2342
edac0b53
CY
2343 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2344 command.
2345
2346 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2347
20a36054
TH
23482008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2349
1c6c854e 2350 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2351 section.
2352
69051ab6
CY
23532008-10-21 Chong Yidong <cyd@stupidchicken.com>
2354
c4b1a32a
CY
2355 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2356 to files.texi. Move contents of vc2-xtra.texi here.
2357
2358 * vc2-xtra.texi: File removed.
2359
2360 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2361 Directory Commands from the submenu. Don't include deleted file
2362 vc2-xtra.texi.
2363
2364 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2365 (Version Control): Add VC Directory Mode and VC Directory Commands to
2366 the submenu.
2367 (Why Version Control?): Use table format.
2368 (Version Control Systems): Note that Meta-CVS support is gone.
2369 (VCS Concepts): Note precisely when VC started supporting filesets.
2370 Remove bogus xref to CVS Options node.
2371 (Types of Log File): Copyedits.
2372 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2373 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2374 The Right Thing.
2375 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2376 (Log Buffer): Reorganize node, putting C-c C-c description first.
2377 (Old Revisions): Use CVS for example, not RCS.
2378 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2379 Commands from the submenu, putting them under Version Control.
2380 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2381 need to include it in the manual unconditionally, since it is now
2382 crucial to using distributed version control systems.
1a6e2954
CY
2383 (Comparing Files): Note that diff uses the minibuffer, and that the
2384 output is shown using Diff mode.
1c6c854e
CS
2385 (Diff Mode): Explain what "patch" and "hunk" mean.
2386 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2387 diff-show-trailing-whitespaces.
1a6e2954 2388 (File Archives): Add rar support.
c4b1a32a 2389
69051ab6
CY
2390 * major.texi (Choosing Modes): Make mode selection sequence more
2391 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2392 magic-mode-alist is nil by default.
2393 Document magic-fallback-mode-alist.
69051ab6 2394
e7421e03
CY
23952008-10-20 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * frames.texi (Mouse References): Copyedits.
2398
6b2efdc2
TH
23992008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2400
2401 * ack.texi (Acknowledgments): Add myself as doc-view author.
2402
9c5e9396
EZ
24032008-10-20 Eli Zaretskii <eliz@gnu.org>
2404
2405 * frames.texi (Dialog Boxes): Add @cindex entries.
2406
dac94f8e
CY
24072008-10-20 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2410 (Text-Only Mouse): Copyedit.
2411
25597d40
CY
24122008-10-19 Chong Yidong <cyd@stupidchicken.com>
2413
f8a447f6
CY
2414 * frames.texi: Use @key throughout for mouse clicks.
2415 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2416 (Secondary Selection): Fix modified mouse click syntax.
2417 (Clipboard): Describe Cut, Copy and Paste commands.
2418 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2419 Copyedits.
2420 (Creating Frames): Add xref to Init File.
2421 (Frame Commands): Add xref to Exiting.
2422 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2423
b0f95216
CY
24242008-10-15 Chong Yidong <cyd@stupidchicken.com>
2425
b0817f00
CY
2426 * files.texi (Version Control): Copyedits. Add Bazaar.
2427 (Version Control Systems): List different VCS's using an itemized list.
2428 Add Bazaar.
2429 (VCS Concepts): Copyedits. Tweak description of file merging.
2430
b0f95216
CY
2431 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2432 (Cut/Paste Other App): Document select-active-regions and
2433 x-select-enable-primary.
2434
69d0d701
CY
24352008-10-13 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * mark.texi (Shift Selection): Correct case in node name.
2438
2439 * emacs.texi (Top): Update node order in Mark chapter.
2440
375e8351
EZ
24412008-10-12 Eli Zaretskii <eliz@gnu.org>
2442
2443 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2444
2445 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2446 elsewhere in the manual instead of describing yet again the intricacies
2447 of $HOME on MS-Windows and MS-DOS.
2448
ab58114f
CY
24492008-10-12 Chong Yidong <cyd@stupidchicken.com>
2450
4f959513 2451 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2452 (Minibuffer File): Add discussion of `~' in file names.
2453 Add insert-default-directory index reference.
4f959513 2454
ab58114f
CY
2455 * files.texi (File Names): Reorganize description.
2456 (Visiting): Add xref to Mode Line. Copyedits.
2457 (Save Commands): Mention prefix behavior of C-x C-s.
2458 (Numbered Backups): Node deleted.
2459 (Backup Names): Contents of Numbered Backups moved here. State default
2460 of version-control variable.
2461 (Reverting): Copyedits.
2462 (Version Control): Add additional version control systems.
2463
2464 * emacs.texi (Top): Delete Numbered Backups node.
2465
2466 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2467 Backup Names.
f2884f63 2468 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2469
b0b5100a
RF
24702008-10-11 Romain Francoise <romain@orebokech.com>
2471
2472 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2473
89774b5f
CY
24742008-10-11 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2477 (Select Buffer): Mention use of minibuffer history. Describe default
2478 value of default-major-mode. Mention that C-x 4 b selects the other
2479 window.
2480 (List Buffers): Document CRM indicators in the order they appear.
2481 (Kill Buffer): Document new command kill-matching buffers.
2482 (Several Buffers): Move explanation of the relationship between buffer
2483 list and buffer menu to the top.
2484 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2485
4c72bf27
CY
24862008-10-10 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * entering.texi (Exiting): Document change of C-x C-c to
2489 save-buffers-kill-terminal. Document kill-emacs.
2490
f68eb991
EZ
24912008-09-30 Eli Zaretskii <eliz@gnu.org>
2492
2493 * mule.texi (Coding Systems): Don't mention codepage-setup.
2494
2495 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2496 cpNNN coding systems anymore.
2497 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2498 for unibyte mode. Don't mention line-drawing characters.
2499 Don't mention dos-unsupported-char-glyph.
f68eb991 2500
1a2dd44d
CY
25012008-09-25 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * search.texi (Search): Shorten introduction.
2504 (Basic Isearch): Add command table. Discuss reverse isearch and
2505 isearch highlighting.
2506 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2507 ring to cindex.
2508 (Special Isearch): Move input methods discussion here.
2509 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2510 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2511 Repeat Isearch.
2512 (Isearch Minibuffer): New node.
2513 (Word Search): Document new word search commands.
2514 (Regexp Example): Simplify example using sentence-end-base variable.
2515 (Replace): Reword introduction.
2516 (Unconditional Replace): Remove unnecessary example.
2517 (Other Repeating Search): Document new `M-s o' binding.
2518
2519 * emacs.texi (Top): Update node listings.
2520
e45da31d
JB
25212008-09-22 Juanma Barranquero <lekktu@gmail.com>
2522
2523 * emacs.texi (Top): Remove Kill Errors from menu.
2524
841c8096
CY
25252008-09-22 Chong Yidong <cyd@stupidchicken.com>
2526
402168fa
CY
2527 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2528 interface for defining macros. Simplify examples. Note that C-g quits
2529 macro definitions.
1c6c854e
CS
2530 (Keyboard Macro Counter): Document using F3 to insert counter.
2531 Give usage example.
402168fa
CY
2532 (Keyboard Macro Query): Organize query responses in a table.
2533
1c6c854e
CS
2534 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2535 Link to Erasing node.
841c8096
CY
2536 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2537 rationale to a footnote.
2538 (Kill Errors): Remove node, due to redundancy with Erasing.
2539 (Spelling): Move discussion of flyspell to end. Note new behavior of
2540 M-$ in active region. Remove non-ispell-specific keybindings from
2541 table.
2542
eab2ee89
DN
25432008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2544
2545 * cmdargs.texi (Initial Options): Document --daemon.
2546
3d53e905
GM
25472008-09-20 Glenn Morris <rgm@gnu.org>
2548
2549 * files.texi (Numbered Backups): Mention that some modes set
2550 version-control.
2551
1c90484d
GM
25522008-09-20 Jim Blandy <jimb@red-bean.com>
2553
2554 * files.texi (Numbered Backups): Reference File Variables, as well.
2555 Remove discussion of Rmail's implementation.
2556
0fc0d844
CY
25572008-09-06 Chong Yidong <cyd@stupidchicken.com>
2558
2559 * misc.texi (Recursive Edit): Note that top-level exits active
2560 minibuffers.
2561
2562 * trouble.texi (Quitting): Likewise.
2563
b18d283d
CY
25642008-08-31 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * emacs.texi (Top): Add Temporary Face Changes xref.
2567
2568 * display.texi (Display): Move Temporary Face Changes node to just
2569 after Standard Faces.
2570 (Scrolling): Document recenter-top-bottom instead of recenter.
2571 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2572 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2573 (Display Custom): Copyedits.
2574 (Optional Mode Line): Document display-battery-mode.
2575
180135fc
RF
25762008-08-27 Romain Francoise <romain@orebokech.com>
2577
2578 * custom.texi (Directory Variables): Minor fix.
2579
d3fe3475
GM
25802008-08-27 Glenn Morris <rgm@gnu.org>
2581
2582 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2583 descriptions.
2584 (Calendar Customizing): Tweak layout description.
183080b6 2585 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2586 markers. Condense calendar-star-date and calendar-mark-today
2587 description.
2588 (Holiday Customizing): Add oriental and solar holidays.
2589 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2590 Fix holiday-float description. Use zerop in examples. Be less verbose.
2591 (Date Display Format): Change ISO format. Be less verbose.
2592 (Diary Customizing): Mention day and month abbrev arrays.
2593 Mention the date-form variables by name. Update European example.
2594 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2595 Condense examples. Mention diary-entry-symbols by name.
2596 Condense table for insertion commands.
2597 (Fancy Diary Display): Mention diary-include-string and
2598 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2599 Ethiopic, Persian date functions. Condense descriptions.
2600
2601 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2602 (Adding to Diary): Adapt for changed node name.
2603
71755807
GM
26042008-08-26 Glenn Morris <rgm@gnu.org>
2605
2606 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2607 node "Hebrew/Islamic Entries".
2608
2609 * calendar.texi (Specified Dates): Fix names of iso functions.
2610 (General Calendar): There may not be another window.
2611 (Writing Calendar Files, Holidays): Tweak intro.
2612 (Holidays): Mention Baha'i and Chinese holidays.
2613 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2614 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2615 (To Other Calendar): Add calendar-print-other-dates.
2616 Refer to "graphic display" rather than "X.
2617 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2618 (Displaying the Diary): Fix whitespace after reference.
2619 Fix `diary-number-of-entries' reference.
2620 (Date Formats): Explicitly mention that day names can be abbreviated.
2621 (Adding to Diary): Add some references to other sections.
2622 (Special Diary Entries): Fix reference.
2623 (Appointments): Simplify appt-message-warning-time entry.
2624 Clarify where times must be.
2625 (Importing Diary): Comment out icalendar paragraph that does not apply.
2626 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2627
d76ebc75
GM
26282008-08-23 Glenn Morris <rgm@gnu.org>
2629
2630 * fortran-xtra.texi (Fortran): Change description of free form and
2631 fixed form a bit. Mention hideshow and imenu.
2632 (Fortran Motion): Mention fortran-end-of-subprogram,
2633 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2634 (Fortran Indent): Minor re-word.
2635 (ForIndent Commands): Mention fortran-fill-paragraph and
2636 fortran-fill-statement.
2637 (ForIndent Cont): Mention fortran-tab-mode-string.
2638 (Fortran Comments): Mention fortran-comment-line-start-skip.
2639 (Fortran Columns): Mention font-locking.
2640 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2641
1fc0ce04 26422008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2643
2644 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2645
5c52e13c
CY
26462008-08-22 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * mini.texi (Minibuffer): Simplify introduction.
2649 (Minibuffer File): Document tilde in minibuffer filenames.
2650 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2651 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2652 (Completion Example): Update example to current command list.
2653 (Completion Options): Document `lazy' value of completion-auto-help.
2654 Update contents of completion-ignored-extensions.
2655 (Minibuffer History): Describe "future history" list. State default
2656 value of history-delete-duplicates.
2657
77a00355
GM
26582008-08-21 Glenn Morris <rgm@gnu.org>
2659
2660 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2661 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2662
39ee1d04
CY
26632008-08-17 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * regs.texi (Registers): Clarify valid register names.
2666 (RegPos): Note that buffer is saved and restored too.
2667 (RegText): Note that mark is reactivated/deactivated.
2668 (RegConfig): Xref to Windows node.
2669
b12c348f
CY
26702008-08-16 Chong Yidong <cyd@stupidchicken.com>
2671
3ae7ba79
CY
2672 * basic.texi (Inserting Text): Provide command name for C-q.
2673
b12c348f
CY
2674 * killing.texi (Killing): Copyedit. Define read-only text.
2675 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2676 (Killing by Lines): Copyedit.
2677 (Other Kill Commands): Move M-w description here.
2678 (Yanking): Move M-w to Other Kill Commands.
2679 (Kill Ring): Also mention saving text in registers. Link to Text
2680 Properties in elisp manual.
2681 (Accumulating Text): Copyedit.
2682 (CUA Bindings): Shift selection is now the default.
2683
d8ff7692
TZ
26842008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2685
2686 * maintaining.texi (Change Log): Mention next-error is available.
2687
a43a8a2e
GM
26882008-08-10 Glenn Morris <rgm@gnu.org>
2689
2690 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2691 and intermonth text.
2692 (Holiday Customizing): Add holiday-chinese.
2693
eba27308
EZ
26942008-08-08 Eli Zaretskii <eliz@gnu.org>
2695
2696 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2697
5f14a5b3
DN
26982008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2699
2700 * files.texi (Log Buffer): Describe C-c C-d.
2701 (Diff Mode): Describe C-x 4 A.
2702
49989bff
EZ
27032008-08-06 Eli Zaretskii <eliz@gnu.org>
2704
2705 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2706
5c915c02
DN
27072008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2708
2beaf97a
DN
2709 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2710 describe the new bindings to show the changeset diff, toggle annotation
2711 visibility, show revisions.
2712 (VC Status): Describe key bindings for modifying the change comments,
2713 displaying changeset diffs and annotations.
2714
5c915c02
DN
2715 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2716
71798ace
NR
27172008-08-05 Nick Roberts <nickrob@snap.net.nz>
2718
2719 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2720
b8949644
EZ
27212008-08-02 Eli Zaretskii <eliz@gnu.org>
2722
2723 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2724 and wording.
2725
819567d1
DN
27262008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2727
2728 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2729 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2730 commands. Improve some old info.
2731
5f38310a
CY
27322008-07-31 Chong Yidong <cyd@stupidchicken.com>
2733
0dc3906b
CY
2734 * display.texi (Visual Line Mode): New node.
2735
5f38310a 2736 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2737 (Moving Point): Add additional alternative key bindings.
2738 Describe line-move-visual.
5f38310a
CY
2739 (Erasing): Describe DEL.
2740 (Basic Undo, Blank Lines, Arguments): Copyedit.
2741 (Continuation Lines): Mention Visual Line mode.
2742 (Position Info): Move extended discussion to mule.texi.
2743
2744 * mule.texi (International Chars): Describe C-x =.
2745
2746 * emacs.texi (Top): Add Visual Line Mode node.
2747
7c2fb837
DN
27482008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * emacs.texi: Remove VMS support.
2751
3f6b73ef
DN
27522008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2753
2754 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2755 the vc-dir command name.
2756
9e2a2647
DN
27572008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2758
2759 * xresources.texi: Remove mentions of Mac Carbon.
2760
568beaa2
AS
27612008-07-19 Andreas Schwab <schwab@suse.de>
2762
2763 * ns-emacs.texi: Move to ../misc.
2764
0ef94706
CY
27652008-07-15 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * entering.texi (Exiting): Don't describe text-only terminals as the
2768 default. Describe the new startup screen.
2769 (Exiting): Describe how to kill Emacs first. Change description of
2770 iconification to handle modern window systems.
2771
ba60bd44 27722008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2773
2774 * ns-emacs.texi: New file, documents features of Emacs port under
2775 NeXTstep windowing.
2776
9f30aa73
CY
27772008-07-15 Chong Yidong <cyd@stupidchicken.com>
2778
938a5d2e
CY
2779 * entering.texi (Entering Emacs): Update prev node.
2780
2781 * glossary.texi (Glossary): Remove xref to Text Characters.
2782
9f30aa73
CY
2783 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2784 directly, rather than in the context of ASCII. Move description of
2785 special properties of modifier key to new Modifier Keys node.
2786 (Keys): Copyedit.
2787 (Text Characters): Delete node. Multibyte is the default nowadays, and
2788 the node contents are obsolete.
2789
2790 * custom.texi (Modifier Keys): New node.
2791
2792 * emacs.texi (Top): Update node list.
2793
7e53d36c
CY
27942008-07-13 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2797 saying that Emacs provides menus and mouse support (which is par for
2798 the course).
2799
2800 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2801 early on.
2802 (Point): Copyedit. Relegate historical trivia to a footnote.
2803 (Mode Line): Explain mode-line format more consistently.
2804 (Menu Bar): Copyedit.
2805
1e9fa96d
GM
28062008-06-27 Glenn Morris <rgm@gnu.org>
2807
2808 * cal-xtra.texi (Sexp Diary Entries):
2809 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2810
dc9bebb8
CY
28112008-06-26 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * mark.texi (Shift selection): New node.
2814 (Mark): Copyedits.
2815 (Persistent Mark): Move to the end of the chapter.
2816
e7881076
EZ
28172008-06-20 Eli Zaretskii <eliz@gnu.org>
2818
2819 * makefile.w32-in (distclean): Remove makefile.
2820
f427400c
NR
28212008-06-17 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * building.texi (Starting GUD): Add an entry for gud-gdb.
2824 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2825 command mode.
2826
b597d348
GM
28272008-06-17 Glenn Morris <rgm@gnu.org>
2828
2829 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2830
647b7094
NR
28312008-06-17 Nick Roberts <nickrob@snap.net.nz>
2832
2833 * building.texi (Starting GUD): Expand on remote debugging.
2834 (Other GDB-UI Buffers): Mention new keyboard bindings.
2835
47a30023
GM
28362008-06-15 Glenn Morris <rgm@gnu.org>
2837
2838 * gnu.texi: Use a verbatim license for this invariant section,
2839 as per etc/GNU.
2840
37e5d54a
GM
28412008-06-13 Daniel Engeler <engeler@gmail.com>
2842
2843 * emacs.texi, misc.texi: Add documentation about serial port access.
2844
8e65d46c
GM
28452008-06-13 Glenn Morris <rgm@gnu.org>
2846
c1473b4c
MB
2847 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2848 maintain.info.
8e65d46c 2849
e40a85cd
MB
28502008-06-05 Miles Bader <miles@gnu.org>
2851
2852 * display.texi (Temporary Face Changes): Update to reflect function
2853 renamings in face-remap.el.
2854
56c73dec
MB
28552008-06-04 Miles Bader <miles@gnu.org>
2856
1c6c854e
CS
2857 * display.texi (Temporary Face Changes):
2858 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2859 `increase-buffer-face-height' and `decrease-default-face-height' now
2860 that they aren't bound by default.
2861
9d3d42fb
MB
28622008-06-03 Miles Bader <miles@gnu.org>
2863
2864 * display.texi (Temporary Face Changes): New node.
2865
2be6bfe2
EZ
28662008-05-31 Eli Zaretskii <eliz@gnu.org>
2867
2868 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2869
daf7e339
GM
28702008-05-31 Glenn Morris <rgm@gnu.org>
2871
2872 * cal-xtra.texi (Fancy Diary Display): Simplify.
2873
d21d2618
GM
28742008-05-30 Glenn Morris <rgm@gnu.org>
2875
2876 * cal-xtra.texi (Fancy Diary Display): Update for
2877 diary-display-function replacing diary-display-hook.
2878
71ce5fd0
JB
28792008-05-29 Drew Adams <drew.adams@oracle.com>
2880
2881 * msdog.texi (Windows Keyboard): Add descriptions of
2882 w32-register-hot-key and w32-unregister-hot-key.
2883
a3cdbdf8
MO
28842008-05-21 Tom Tromey <tromey@redhat.com>
2885
2886 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2887 Variables node.
2888
854a574c
MO
28892008-05-19 Tom Tromey <tromey@redhat.com>
2890
2891 * custom.texi (Variables): Add Directory Variables to menu.
2892 (Directory Variables): New node.
2893
7c2ec3f9
ER
28942008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2895
71ce5fd0 2896 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2897
370fded4
ER
28982008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2899
2900 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2901 Revision Tags and rewritten. Section now uses modern terminology,
2902 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2903 accurately.
2904
6af511e3
EZ
29052008-05-10 Eli Zaretskii <eliz@gnu.org>
2906
2907 * msdog.texi (Windows Files): Update documentation of
2908 w32-get-true-file-attributes.
2909
7a78b6e7
ER
29102008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2911
2912 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2913 directory mode.
2914
1bcfc24e
CY
29152008-05-08 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2918 entry "television".
1bcfc24e 2919
db86064f
ER
29202008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2921
ab5ec32c 2922 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2923
a31b405e
ER
29242008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2925
2926 * emacs/buffers.texi, emacs/files.texi (Version-control):
2927 vc-toggle-read-only is no longer a good idea...
2928
ff2c14fc
GM
29292008-04-29 Glenn Morris <rgm@gnu.org>
2930
2931 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2932
367c9b7c
JL
29332008-04-22 Juri Linkov <juri@jurta.org>
2934
2935 * dired.texi (Subdirectories in Dired): Describe using `^'
2936 to return to the parent directory.
2937
4ac1e9b4
NR
29382008-04-22 Nick Roberts <nickrob@snap.net.nz>
2939
2940 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2941 recent changes.
2942
b9b3bf2b
NR
29432008-04-19 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2946 (Other GDB-UI Buffers): Update for recent thread related changes.
2947
4d120d6a
SM
29482008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2949
2950 * maintaining.texi (Maintaining):
2951 * emacs.texi (Top): Typo.
2952
a152877d
SM
29532008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2954
b9b3bf2b
NR
2955 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2956 arg in `font-lock-add-keywords'.
a152877d 2957
36c0514c
GM
29582008-04-08 Glenn Morris <rgm@gnu.org>
2959
2960 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2961 Also add Baha'i calendar references where appropriate.
2962
06a97d46
GM
29632008-04-05 Glenn Morris <rgm@gnu.org>
2964
2965 * custom.texi (Init File): Byte-compiling .emacs is bad.
2966
6adc6eed
SM
29672008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2970
571388b0
GM
29712008-03-29 Glenn Morris <rgm@gnu.org>
2972
2973 * calendar.texi: Update for `calendar-date-style' replacing
2974 `european-calendar'.
2975
3ae8f876
JR
29762008-03-28 Jason Rumney <jasonr@gnu.org>
2977
2978 * display.texi (Display Custom): Mention overlay-margin in text.
2979
5bc6ddff 29802008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2981
5bc6ddff
MB
2982 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2983 tutorial' comments.
03a864d5 2984
7186a830
CY
29852008-03-28 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * mark.texi (Mark): Rearrange nodes.
2988 (Persistent Mark): Rename from Transient Mark.
2989 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2990 Describe Transient Mark mode as the default.
2991
2992 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2993 the default behavior with Transient Mark mode off.
2994 (Position Info): Fix typo.
2995
71ce5fd0
JB
2996 * display.texi (Standard Faces): Reference the Mark node.
2997 Remove discussion of the region face, which is discussed there.
7186a830
CY
2998
2999 * emacs.texi (Top): Update node listings.
3000
3001 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3002 as the default.
3003
3004 * fixit.texi (Undo): Standardize choice of undo key sequence.
3005 (Undo, Spelling): Describe Transient Mark mode as the default.
3006
3007 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3008 default.
3009
3010 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3011
3012 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3013 mode is the default, and note that the mark is not activated when set.
3014
3015 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3016 Describe Transient Mark mode as the default.
3017
3018 * search.texi (Basic Isearch): Reference the Mark Ring node.
3019 (Replace, Unconditional Replace, Other Repeating Search):
3020 Describe Transient Mark mode as the default.
3021
1c6c854e
CS
3022 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3023 Describe Transient Mark mode as the default.
7186a830
CY
3024 (Paragraphs): Describe how M-h behaves when region is active.
3025
3026 * trouble.texi (Quitting): Clarify effects of C-g.
3027
dc47d1ff
GM
30282008-03-13 Glenn Morris <rgm@gnu.org>
3029
3030 * emacs.texi (EMACSVER): Set to 23.0.60.
3031
e3e0fb39 30322008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3033
e3e0fb39
GM
3034 * dired.texi (Hiding Subdirectories): Fix previous change.
3035
30362008-03-05 Drew Adams <drew.adams@oracle.com>
3037
3038 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3039
5e14abf8
KS
30402008-02-28 Kim F. Storm <storm@cua.dk>
3041
3042 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3043 Move describe-distribution to C-h C-o.
3044 Move view-emacs-problems to C-h C-p.
3045 Add view-emacs-debugging on C-h C-d.
3046 Add view-external-packages on C-h C-e.
d0207bf3 3047 Add view-order-manuals on C-h C-m.
5e14abf8 3048
d0207bf3 30492008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3050
3051 * msdog-xtra.texi (MS-DOS): Docstring fix.
3052
87e391bb
EZ
30532008-02-09 Eli Zaretskii <eliz@gnu.org>
3054
3055 * msdog.texi (Windows Fonts): Use a @table for describing font
3056 properties.
3057
5662e503
JR
30582008-02-07 Jason Rumney <jasonr@gnu.org>
3059
3060 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3061 value has changed.
3062 (Windows HOME): Clarify what is meant by "if that fails as well".
3063 (Windows Fonts): New section.
3064
72463824
GM
30652008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3066
3067 * basic.texi (Basic Undo): Remove duplicate "you can".
3068
7ff926e0
EZ
30692008-02-02 Eli Zaretskii <eliz@gnu.org>
3070
3071 * maintaining.texi (Tags): Fix last change.
3072
6ab7aef1
MA
30732008-02-02 Michael Albinus <michael.albinus@gmx.de>
3074
093571c3 3075 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3076
ace67e7e
NR
30772008-01-31 Nick Roberts <nickrob@snap.net.nz>
3078
3079 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3080
ae068fdf
RS
30812008-01-26 Richard Stallman <rms@gnu.org>
3082
3083 * maintaining.texi (Tags): Delete redundant index entry.
3084
a56d9a08
EZ
30852008-01-26 Eli Zaretskii <eliz@gnu.org>
3086
3087 * programs.texi (Imenu): Move "@cindex tags" from here...
3088 * maintaining.texi (Tags): ...to here.
3089
e941ed90
NR
30902008-01-23 Kevin Ryde <user42@zip.com.au>
3091
3092 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3093 click count.
3094
650276d5
JB
30952008-01-21 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * entering.texi (Exiting): Fix typo.
3098 Reported by D. E. Evans <sinuhe@gnu.org>.
3099
8dc17977
MR
31002007-12-31 Martin Rudalics <rudalics@gmx.at>
3101
3102 * glossary.texi (Glossary): Fix typo.
3103
9f9695a6
RS
31042007-12-27 Richard Stallman <rms@gnu.org>
3105
3106 * text.texi (Formatted Text): Improve menu tag.
3107 (Editing Format Info): In Info, add duplicate menu of nodes
3108 about the submenus.
3109 (Format Faces): Say where Faces menu is found. Mention Other.
3110 (Format Colors): Say where these submenus are found.
3111 (Format Indentation, Format Justification): Likewise.
3112 (Format Properties): Likewise.
3113
abfd0191
RS
31142007-12-22 Richard Stallman <rms@gnu.org>
3115
3116 * search.texi (Query Replace): Make exp of query-replace more
3117 self-contained, and clarify.
8dc17977 3118
abfd0191
RS
3119 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3120
a2586785
RS
31212007-12-15 Richard Stallman <rms@gnu.org>
3122
3123 * files.texi (Auto Save): Clarify definition of auto-saving.
3124
a67cf2bb
RS
31252007-11-26 Richard Stallman <rms@gnu.org>
3126
3127 * help.texi (Help Echo): Cleanups.
3128
448b33b1
TTN
31292007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3130
3131 * files.texi (Why Version Control?): Fix typo.
3132 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3133 (Selecting a Fileset): Fix typos; small rewording.
3134 (Log Buffer): Likewise.
3135 (Old Revisions): Likewise.
448b33b1 3136
221bb7f6
EZ
31372007-11-17 Eli Zaretskii <eliz@gnu.org>
3138
3139 * mule.texi (Communication Coding): Fix wording of last change.
3140
d0207bf3 31412007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3142
630cb3b7
JB
3143 * custom.texi (Specifying File Variables):
3144 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3145
53b7759e
KH
31462007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3147
a5ab2e0c 3148 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3149
3150 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3151
c8763fb6 31522007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3153
630cb3b7 3154 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3155 --output=file.
3156
ff98e024
MR
31572007-11-13 Martin Rudalics <rudalics@gmx.at>
3158
3159 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3160 (Help Echo): Avoid mentioning the term "region" here and
3161 consistently use the term "active text".
3162
37b11c22
GM
31632007-11-11 Glenn Morris <rgm@gnu.org>
3164
3165 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3166
21d50ba1
JL
31672007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3168
1c6c854e
CS
3169 * search.texi (Query Replace):
3170 Mention `query-replace-show-replacement'.
21d50ba1 3171
c12ecb0a 31722007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3173
3174 * building.texi (Watch Expressions): Remove obscure sentence.
3175
3b4201f4
KH
31762007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3177
3178 * mule.texi (Select Input Method): Describe how to activate an input
3179 method in the text mode.
3180
07e5c0b0
DN
31812007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3182
3183 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3184
52dd7391
NR
31852007-10-30 Nick Roberts <nickrob@snap.net.nz>
3186
3187 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3188
c004e539
GM
31892007-10-30 Glenn Morris <rgm@gnu.org>
3190
3191 * misc.texi (Directory Tracking): Explain a bit more about
3192 dirtrack-mode.
3193
ca8c5b8c
GM
31942007-10-25 Glenn Morris <rgm@gnu.org>
3195
3196 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3197
b6c764ef
RS
31982007-10-24 Richard Stallman <rms@gnu.org>
3199
3200 * misc.texi (Interactive Shell): Cleanup last change.
3201
eabd84c9
JL
32022007-10-22 Juri Linkov <juri@jurta.org>
3203
3204 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3205 default values.
3206
0b43c7e2
ER
32072007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3208
ca8c5b8c 3209 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3210 'filesets'.
3211
a80859d4
MR
32122007-10-18 Martin Rudalics <rudalics@gmx.at>
3213
3214 * trouble.texi (Quitting): Fix typo.
3215
c9447ae1
GM
32162007-10-18 Glenn Morris <rgm@gnu.org>
3217
3218 * frames.texi (Mode Line Mouse): Mention minor mode names.
3219
168b980f
JL
32202007-10-17 Juri Linkov <juri@jurta.org>
3221
3222 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3223 fill-paragraph operates on the active region in Transient Mark mode.
3224 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3225 with fill-paragraph.
3226
3227 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3228 fill-paragraph.
3229
3230 * fixit.texi (Spelling): ispell-word operates on the active region
3231 in Transient Mark mode.
3232
5a331f34
JB
32332007-10-17 Aaron S. Hawley <aaronh@garden.org>
3234
3235 * building.texi (Source Buffers):
3236 * custom.texi (Init Non-ASCII):
3237 * glossary.texi (Glossary): Use "key binding" consistently.
3238
2a9f4d55
JB
32392007-10-17 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * calendar.texi (Diary): Fix directive.
3242
de13cecf
RS
32432007-10-16 Richard Stallman <rms@gnu.org>
3244
3245 * calendar.texi (Diary): Clarify text about diary file example.
3246
5f90d53e
ER
32472007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3248
3249 * files.texi: Capitalize node names according to convention.
3250
3aa491bc
GM
32512007-10-13 Glenn Morris <rgm@gnu.org>
3252
3253 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3254
8a3106d3
ER
32552007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3256
3257 * emacs.texi:
3258 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3259 suggested by RMS and Robert J. Chassell.
8a3106d3 3260
da1080a2
ER
32612007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3262
3aa491bc 3263 * files.texi (Version Systems):
0870a421
ER
3264 * vc-xtra.texi:
3265 * vc1-xtra.texi:
ac3f4c6f 3266 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3267 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3268 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3269 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3270
58ade22b
ER
32712007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3272
da1080a2 3273 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3274 Reorder the descriptions to be chronological.
3275
93870ce2
RS
32762007-10-09 Richard Stallman <rms@gnu.org>
3277
3278 * display.texi (Cursor Display): Correct how cursor appears
3279 in nonselected windows.
3280
568c7288
NR
32812007-10-04 Nick Roberts <nickrob@snap.net.nz>
3282
3283 * building.texi (GDB Graphical Interface): Remove references to gdba
3284 and mention gud-gdb.
3285
1af74d06 32862007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3287
1af74d06 3288 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3289
0d8fb755
JL
32902007-10-06 Juri Linkov <juri@jurta.org>
3291
3292 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3293 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3294 fill-paragraph-or-region.
3295
3296 * basic.texi (Arguments): Replace fill-paragraph with
3297 fill-paragraph-or-region.
3298
b981e2c6
ER
32992007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3300
3301 * files.texi: Update the section on version control for 2007
2a9f4d55 3302 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3303 will come later.
3304
5fceaf9c
GM
33052007-09-15 Glenn Morris <rgm@gnu.org>
3306
3307 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3308 to `list-holidays'.
3309
b0e44b17
GM
33102007-09-14 Glenn Morris <rgm@gnu.org>
3311
3312 * calendar.texi: Update all instances of mark-calendar-holidays,
3313 list-calendar-holidays, list-holidays with the new names.
3314
8cf51b2c
GM
33152007-09-06 Glenn Morris <rgm@gnu.org>
3316
46a367db 3317 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3318 Split into the Emacs manual in emacs/, and other manuals in misc/.
3319 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3320 manual.
3321 (infodir): New variable.
3322 (info): Use $infodir.
3323 (emacsman): Delete target, not needed any more.
3324 Move all targets that are not the Emacs manual to misc/Makefile.in.
3325 (mostlyclean): Remove `gnustmp'.
3326 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3327 manual.
92f9b43f 3328 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3329 (emacsman): Delete target, not needed any more.
3330 (clean): Remove all info files but Emacs manual.
3331 Move all targets that are not the Emacs manual to misc/Makefile.in.
3332 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3333
3334 * Makefile.in (INFOSOURCES): Delete.
3335 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3336 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3337 *.vrs *.toc here...
3338 (maintainer-clean): ...from here.
3339
33402007-09-05 Glenn Morris <rgm@gnu.org>
3341
3342 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3343
8cf51b2c
GM
33442007-08-29 Glenn Morris <rgm@gnu.org>
3345
3346 * emacs.texi (EMACSVER): Increase to 23.0.50.
3347
3420c522
RS
33482007-08-27 Richard Stallman <rms@gnu.org>
3349
3350 * emacs.texi (Top): Clarify menu item for Glossary.
3351
3352 * display.texi (Faces): Change secn title.
3353 Clarify not all fonts come from Font Lock.
3354
8cf51b2c
GM
33552007-08-17 Eli Zaretskii <eliz@gnu.org>
3356
3357 * basic.texi (Position Info): Add index entry for face at point.
3358 Mention that character faces are also displayed by "C-u C-x =".
3359
8cf51b2c
GM
33602007-08-08 Glenn Morris <rgm@gnu.org>
3361
3362 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3363
33642007-08-07 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * files.texi (File Conveniences): Document point motion keys in Image
3367 mode.
3368
8cf51b2c
GM
33692007-07-27 Glenn Morris <rgm@gnu.org>
3370
8cf51b2c
GM
3371 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3372 in-line.
3373
3374 * gpl.texi: New file with text of GPL.
3375 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3376
33772007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3380
3381 * dired.texi (Wdired): Mention C-x C-q key binding.
3382
33832007-07-28 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3386
33872007-07-25 Glenn Morris <rgm@gnu.org>
3388
8cf51b2c
GM
3389 * emacs.texi (Copying): Replace license with GPLv3.
3390
3391 * Relicense all FSF files to GPLv3 or later.
3392
33932007-07-24 Glenn Morris <rgm@gnu.org>
3394
3395 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3396 for some calendars.
3397
33982007-07-23 Nick Roberts <nickrob@snap.net.nz>
3399
3400 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3401 default-directory for the current buffer is on a remote machine.
3402
8cf51b2c
GM
34032007-07-21 Eli Zaretskii <eliz@gnu.org>
3404
3405 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3406 default value.
3407
34082007-07-21 Richard Stallman <rms@gnu.org>
3409
3410 * files.texi (Why Version Control?): Improve previous change.
3411
34122007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3413
3414 * files.texi (Why Version Control?): New node.
3415
8cf51b2c
GM
34162007-07-12 Nick Roberts <nickrob@snap.net.nz>
3417
8cf51b2c
GM
3418 * building.texi (Starting GUD): Add xref to this anchor.
3419
8cf51b2c
GM
34202007-06-24 Karl Berry <karl@gnu.org>
3421
2a9f4d55 3422 * emacs.texi: New Back-Cover Text.
8cf51b2c 3423
8cf51b2c
GM
34242007-06-07 Alan Mackenzie <acm@muc.de>
3425
3426 * display.texi (Optional Mode Line): Document the new form of
3427 line+column numbers, "(561,2)".
3428
34292007-06-06 Juanma Barranquero <lekktu@gmail.com>
3430
49823426 3431 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3432
34332007-06-02 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * Version 22.1 released.
3436
8cf51b2c
GM
34372007-05-07 Karl Berry <karl@gnu.org>
3438
3439 * emacs.texi (EMACSVER): Back to 22.
3440
34412007-05-06 Richard Stallman <rms@gnu.org>
3442
3443 * maintaining.texi (Create Tags Table): Clean up previous change.
3444
c8763fb6 34452007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3446
3447 * maintaining.texi (Create Tags Table): Add text about the dangers of
3448 making symbolic links to tags files.
3449
34502007-05-04 Karl Berry <karl@gnu.org>
3451
3452 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3453
34542007-05-03 Karl Berry <karl@gnu.org>
3455
3456 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3457
3458 * .cvsignore (*.pdf): New entry.
3459
8cf51b2c
GM
3460 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3461 for printing.
3462
34632007-05-01 Richard Stallman <rms@gnu.org>
3464
3465 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3466
8cf51b2c
GM
34672007-04-28 Glenn Morris <rgm@gnu.org>
3468
3469 * ack.texi (Acknowledgments):
3470 * anti.texi (Antinews):
8cf51b2c
GM
3471 * programs.texi (Program Modes): Restore mention of python.el pending
3472 consideration of legal status.
3473
34742007-04-28 Richard Stallman <rms@gnu.org>
3475
3476 * files.texi (File Names): Fixes to ~ description on MS systems.
3477
8cf51b2c
GM
34782007-04-26 Glenn Morris <rgm@gnu.org>
3479
3480 * emacs.texi (EMACSVER): Increase to 22.1.50.
3481
34822007-04-25 Karl Berry <karl@gnu.org>
3483
3484 * emacs.texi: Improve line breaks on copyright page,
3485 similar layout to lispref, 8.5x11 by default.
3486
3487 * dired.texi (Image-Dired): Improve line break, fix typo.
3488
34892007-04-24 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * programs.texi (Program Modes):
8cf51b2c
GM
3492 * anti.texi (Antinews):
3493 * ack.texi (Acknowledgments): python.el removed.
3494
8cf51b2c
GM
34952007-04-23 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * display.texi (Highlight Interactively): Correct description of
3498 hi-lock-file-patterns-policy.
3499
3500 * files.texi (File Archives): Mention self-extracting executables.
3501
35022007-04-23 Eli Zaretskii <eliz@gnu.org>
3503
3504 * search.texi (Unconditional Replace, Query Replace): Add xref to
3505 "Replacement and Case".
3506
35072007-04-22 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * dired.texi (Image-Dired): Move from Thumbnails node.
3510 * misc.texi (Thumbnails): Node deleted.
3511 * emacs.texi (Top): Update node listing.
3512
3513 * files.texi (File Conveniences):
49823426 3514 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3515
35162007-04-21 Richard Stallman <rms@gnu.org>
3517
3518 * display.texi (Highlight Interactively): Correct previous change.
3519 Clarify doc of hi-lock-find-patterns, and move new features into it.
3520
35212007-04-20 David Koppelman <koppel@ece.lsu.edu>
3522
1c6c854e
CS
3523 * display.texi (Highlight Interactively):
3524 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3525
35262007-04-20 Martin Rudalics <rudalics@gmx.at>
3527
3528 * display.texi (Scrolling): Fix typo.
3529
8cf51b2c
GM
35302007-04-15 Chong Yidong <cyd@stupidchicken.com>
3531
8cf51b2c
GM
3532 * doclicense.texi: Remove node heading, so that it can be included by
3533 other files.
3534
3535 * emacs.texi: Insert node heading for GFDL.
3536
8cf51b2c
GM
35372007-04-14 Eli Zaretskii <eliz@gnu.org>
3538
3539 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3540 "command line".
3541
3542 * display.texi (Faces): Refer to "Creating Frames" for face
3543 and other frame customizations in .emacs.
3544
3545 * frames.texi (Creating Frames): Mention that face customizations can
3546 be put in .emacs. Add index entries.
3547
35482007-04-12 Richard Stallman <rms@gnu.org>
3549
3550 * glossary.texi (Glossary): Explain `iff'.
3551
35522007-04-11 Karl Berry <karl@gnu.org>
3553
3554 * gnu.texi (Top),
3555 * macos.texi (Mac Font Specs),
3556 * anti.texi (Antinews),
3557 * xresources.texi (Resources),
3558 * misc.texi (Emulation),
3559 * calendar.texi (Daylight Saving),
3560 * dired.texi (Dired and Find),
3561 * rmail.texi (Remote Mailboxes),
3562 * sending.texi (Mail Headers),
3563 * programs.texi (Which Function),
3564 * files.texi (Recover),
3565 * buffers.texi (Uniquify),
3566 * frames.texi (Wheeled Mice),
3567 * killing.texi (Rectangles): Wording to improve breaks in
3568 8.5x11 format.
3569 * mule.texi (Language Environments): \hbadness=10000 since there's
3570 no way to reword.
3571 * emacs.texi (smallbook): New @set to more easily switch between
3572 smallbook and 8.5x11.
3573
35742007-04-11 Richard Stallman <rms@gnu.org>
3575
3576 * files.texi (File Conveniences): Add xref to Tumme.
3577 Delete text about Thumbnail mode.
3578
8cf51b2c
GM
35792007-04-09 Alan Mackenzie <acm@muc.de>
3580
3581 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3582 new name. Insert concept index entries.
3583
8cf51b2c
GM
35842007-04-08 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * display.texi (Standard Faces): Document prefix arg for
3587 list-faces-display.
3588
3589 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3590
8cf51b2c
GM
35912007-04-07 Chong Yidong <cyd@stupidchicken.com>
3592
8cf51b2c
GM
3593 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3594
3595 * files.texi (Misc File Ops): Rewrite description of
3596 insert-file-literally.
3597
8cf51b2c
GM
35982007-03-31 Eli Zaretskii <eliz@gnu.org>
3599
3600 * misc.texi (Printing): Postscript -> PostScript.
3601
8cf51b2c
GM
3602 * ack.texi (Acknowledgments): Postscript -> PostScript.
3603
3604 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3605
3606 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3607 below.
3608
36092007-03-30 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3612 Init Non-ASCII.
3613 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3614 (Init Non-ASCII): New node.
3615
36162007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3617
3618 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3619
8cf51b2c
GM
36202007-03-12 Glenn Morris <rgm@gnu.org>
3621
8cf51b2c
GM
3622 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3623 "Daylight Savings".
3624
49823426 3625 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3626 saving" in text throughout.
3627
8cf51b2c
GM
36282007-03-04 Richard Stallman <rms@gnu.org>
3629
3630 * custom.texi (Safe File Variables): Minor correction.
3631
8cf51b2c
GM
36322007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3633
3634 * rmail.texi (Movemail): Add internal ref.
3635 Don't indent the intro for the PROTO table.
3636 Format PROTO table items with @code.
3637
8cf51b2c
GM
36382007-02-26 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * building.texi: Remove references to bashdb.
3641
8cf51b2c
GM
36422007-02-19 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * mule.texi (Language Environments): Update list of supported language
3645 environments.
3646
8cf51b2c
GM
36472007-02-14 Kim F. Storm <storm@cua.dk>
3648
3649 * building.texi (Grep Searching): Fix lgrep doc.
3650
36512007-02-12 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * back.texi: Remove unused file.
3654
c8763fb6 36552007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3656
3657 * maintaining.texi (Tag Syntax): Now --members is the default for
3658 etags, not for ctags yet.
3659
8cf51b2c
GM
36602007-02-03 Eli Zaretskii <eliz@gnu.org>
3661
3662 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3663 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3664 expects. Add comments to prevent people from inadvertently modifying
3665 the key parts needed by `texinfo-multiple-files-update'.
3666
36672007-01-29 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * frames.texi (Secondary Selection): Window clicked does not matter
3670 when mouse-yank-at-point is non-nil.
3671
8cf51b2c
GM
36722007-01-16 Glenn Morris <rgm@gnu.org>
3673
3674 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3675 system abbrev.
3676
36772007-01-11 Richard Stallman <rms@gnu.org>
3678
3679 * msdog.texi (Windows Keyboard): Another small cleanup.
3680
36812007-01-10 Richard Stallman <rms@gnu.org>
3682
3683 * msdog.texi (Windows Keyboard): Yet another try to make
3684 everyone happy with that passage.
3685
36862007-01-05 Richard Stallman <rms@gnu.org>
3687
3688 * anti.texi (Antinews): Mention M-x shell scrolling.
3689
36902007-01-05 Nick Roberts <nickrob@snap.net.nz>
3691
3692 * building.texi (Watch Expressions): Describe gdb-max-children.
3693
8cf51b2c
GM
36942007-01-04 Richard Stallman <rms@gnu.org>
3695
8cf51b2c
GM
3696 * msdog.texi (Windows Keyboard): Clarify previous change.
3697
8cf51b2c
GM
36982007-01-02 Richard Stallman <rms@gnu.org>
3699
3700 * custom.texi (Changing a Variable): Minor clarification.
3701 (Specific Customization): customize-customized => customize-unsaved.
3702
3703 * entering.texi (Entering Emacs): Clean up text about restarting
3704 Emacs for each file.
3705
3706 * misc.texi (Shell Options): Minor cleanup.
3707
3708 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3709 with Emacs, not vice versa.
3710
3711 * programs.texi (Symbol Completion): Recommend customizing
3712 window manager.
3713
3714 * xresources.texi (Resources): Minor fix.
3715
c8763fb6 37162007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3717
3718 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3719
37202007-01-01 Richard Stallman <rms@gnu.org>
3721
3722 * commands.texi (User Input): Document keys stolen by window mangers.
3723
37242006-12-31 Richard Stallman <rms@gnu.org>
3725
3726 * custom.texi (Specific Customization): Document customize-option
3727 instead of customize-variable.
3728
37292006-12-31 Kim F. Storm <storm@cua.dk>
3730
3731 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3732
37332006-12-30 Kim F. Storm <storm@cua.dk>
3734
3735 * killing.texi (CUA Bindings): Fix typo.
3736
3737 * xresources.texi (Table of Resources): Mention grow-only value for
3738 auto-resize-tool-bars.
3739
8cf51b2c
GM
37402006-12-27 Eli Zaretskii <eliz@gnu.org>
3741
3742 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3743 and how to get them back.
3744
37452006-12-26 Richard Stallman <rms@gnu.org>
3746
3747 * calendar.texi (Holidays): Holiday listing is based on current
3748 practice, but DST is not.
3749
37502006-12-25 Richard Stallman <rms@gnu.org>
3751
3752 * emacs.texi (Top): Update subnode menus.
3753
3754 * mark.texi (Transient Mark): Fix xref.
3755
3756 * killing.texi (Graphical Kill): Node deleted.
3757 (Killing): Add xref to Cut and Paste.
3758 (CUA Bindings): Update xref.
3759
3760 * frames.texi (Cut and Paste): New section to hold other nodes.
3761 (Mouse Commands): Node demoted.
3762 (Cut/Paste Other App): Split out from Mouse Commands.
3763 (Word and Line Mouse): Likewise.
3764 (Secondary Selection, Clipboard): Nodes demoted.
3765
8cf51b2c
GM
37662006-12-24 Kevin Ryde <user42@zip.com.au>
3767
3768 * calendar.texi (Holidays): US daylight saving begins second Sunday
3769 in March for 2007 onwards.
3770 (Daylight Savings): Show new US default daylight saving rules, 2nd
3771 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3772
37732006-12-23 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * calendar.texi (Scroll Calendar): < and > are switched.
3776
37772006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3778
3779 * killing.texi (Deletion): Describe M-\ prefix argument.
3780
37812006-12-23 Richard Stallman <rms@gnu.org>
3782
3783 * search.texi (Regexp Search): Explain why forward and reverse regexp
3784 search are not mirror images.
3785
8cf51b2c
GM
37862006-12-19 Kim F. Storm <storm@cua.dk>
3787
3788 * major.texi (Choosing Modes): Describe match-function elements for
3789 magic-mode-alist.
3790
8cf51b2c
GM
37912006-12-18 Eli Zaretskii <eliz@gnu.org>
3792
3793 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3794 peculiarities.
3795
37962006-12-18 Richard Stallman <rms@gnu.org>
3797
3798 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3799
8cf51b2c
GM
38002006-12-17 Alan Mackenzie <acm@muc.de>
3801
3802 * programs.texi (Left Margin Paren): Remove the bit which says
3803 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3804 Discuss some of the issues of setting this option to nil.
3805
38062006-12-17 Glenn Morris <rgm@gnu.org>
3807
3808 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3809
38102006-12-16 Eli Zaretskii <eliz@gnu.org>
3811
3812 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3813 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3814 NTFS volumes.
3815 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3816 volumes.
3817
38182006-12-15 Eli Zaretskii <eliz@gnu.org>
3819
3820 * text.texi (HTML Mode): Fix "C-c TAB".
3821
8cf51b2c
GM
38222006-12-09 Richard Stallman <rms@gnu.org>
3823
3824 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3825
38262006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3827
3828 * files.texi (Misc File Ops): Document insert-file-literally.
3829
38302006-12-08 Eli Zaretskii <eliz@gnu.org>
3831
3832 * cmdargs.texi (Colors): Note that --color is intended for overriding
3833 the terminal defaults, not for normal invocation.
3834
3835 * misc.texi (Emacs Server): Improve wording. Don't mention the
3836 ``server program''. Add a cross-reference to "Init File" node.
3837 (Invoking emacsclient): Add index entries. Document both short and
3838 long versions of command-line options. Document the -f option.
3839
8cf51b2c
GM
38402006-12-06 Richard Stallman <rms@gnu.org>
3841
3842 * text.texi (Outline Format): Say to set outline-regexp
3843 and outline-level with major modes and file local variables.
3844
c8763fb6 38452006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3846
3847 * anti.texi (Antinews): Mention the alternative to
3848 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3849
8cf51b2c
GM
3850 * misc.texi (Interactive Shell): Ditto.
3851
38522006-12-04 Eli Zaretskii <eliz@gnu.org>
3853
3854 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3855
3856 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3857
38582006-12-01 Eli Zaretskii <eliz@gnu.org>
3859
3860 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3861 colon in the mode line.
3862
3863 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3864
38652006-11-26 Nick Roberts <nickrob@snap.net.nz>
3866
3867 * building.texi (Watch Expressions): Mention SPC for expanding/
3868 contracting watch expressions.
3869
38702006-11-26 Kim F. Storm <storm@cua.dk>
3871
3872 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3873
38742006-11-26 Nick Roberts <nickrob@snap.net.nz>
3875
3876 * building.texi (Debugger Operation): Define text command mode.
3877 Clarify how tooltips work.
3878 (GDB Graphical Interface): Explain how to run in text command mode
3879 more clearly.
3880
38812006-11-25 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3884
38852006-11-22 Juanma Barranquero <lekktu@gmail.com>
3886
3887 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3888
8cf51b2c
GM
38892006-11-18 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3892 and EMACS is deprecated.
3893
38942006-11-18 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3897
c8763fb6 38982006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3899
3900 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3901
3902 * emacs.texi: Include xresources.texi both for info and dvi.
3903
3904 * xresources.texi: Merge text from xresmini.texi.
3905
c8763fb6 39062006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3907
3908 * glossary.texi: Fix typos.
3909
8cf51b2c
GM
39102006-11-06 Richard Stallman <rms@gnu.org>
3911
3912 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3913
3914 * ack.texi (Acknowledgments): Fix name spelling.
3915
39162006-11-01 Juri Linkov <juri@jurta.org>
3917
3918 * search.texi (Word Search): Document incremental word search.
3919
39202006-10-28 Glenn Morris <rgm@gnu.org>
3921
3922 * ack.texi (Acknowledgments): Add cal-html author.
3923
3924 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3925 Calendar"). Describe new package cal-html.
3926 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3927 Calendar Files."
3928
8cf51b2c
GM
39292006-10-23 Richard Stallman <rms@gnu.org>
3930
3931 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3932 Abbrev mode is enabled.
3933
8cf51b2c
GM
39342006-10-16 Richard Stallman <rms@gnu.org>
3935
8cf51b2c
GM
3936 * emacs.texi: Update ISBN.
3937
8cf51b2c
GM
39382006-10-11 Kim F. Storm <storm@cua.dk>
3939
3940 * emacs.texi (Acknowledgments): Use @dotless{i}.
3941
39422006-10-08 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * building.texi (Breakpoints Buffer): Mention catchpoints.
3945
39462006-10-08 Kim F. Storm <storm@cua.dk>
3947
3948 * ack.texi (Acknowledgments): Update.
3949
3950 * emacs.texi (Acknowledgments): Fix bad @/ form.
3951
8cf51b2c
GM
39522006-10-05 Kim F. Storm <storm@cua.dk>
3953
3954 * emacs.texi (Acknowledgments): Add more contributors.
3955
39562006-10-03 Richard Stallman <rms@gnu.org>
3957
3958 * emacs.texi (Acknowledgments): Update version and edition.
3959
8cf51b2c
GM
39602006-10-01 Karl Berry <karl@gnu.org>
3961
3962 * custom.texi (Customization Groups): Page break to keep example buffer
3963 on one page.
3964
39652006-09-30 Karl Berry <karl@gnu.org>
3966
3967 * programs.texi (Basic Indent): @need to improve page break.
3968 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3969
39702006-09-29 Glenn Morris <rgm@gnu.org>
3971
3972 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3973
39742006-09-29 Karl Berry <karl@gnu.org>
3975
3976 * windows.texi (Basic Window): Remove forced @break, no longer
3977 desirable.
3978 * frames.texi (Frame Commands),
3979 * mark.texi (Marking Objects): Reword to avoid bad page break.
3980 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3981
39822006-09-19 Richard Stallman <rms@gnu.org>
3983
3984 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3985 stick to present tense.
3986
c8763fb6 39872006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3988
3989 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3990 to x-gtk-use-old-file-dialog.
3991 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3992
39932006-09-15 Jay Belanger <belanger@truman.edu>
3994
49823426 3995 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3996 Change "Library Public License" to "Lesser Public License"
3997 throughout. Use "yyyy" to represent year.
3998
8cf51b2c
GM
39992006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4000
4001 * files.texi (Visiting): Add index entry "open file".
4002
8cf51b2c
GM
40032006-09-11 Richard Stallman <rms@gnu.org>
4004
4005 * building.texi (Compilation Mode): Clarification.
4006 (Grep Searching): Add xref to Compilation Mode.
4007
8cf51b2c
GM
40082006-09-08 Richard Stallman <rms@gnu.org>
4009
4010 * search.texi (Search): Ref multi-file search commands here.
4011 (Other Repeating Search): Not here.
4012
8cf51b2c
GM
40132006-08-28 Richard Stallman <rms@gnu.org>
4014
4015 * windows.texi (Split Window): Update xref.
4016
4017 * basic.texi (Continuation Lines): Update xref.
4018
4019 * indent.texi (Tab Stops): Update xref.
4020
4021 * emacs.texi (Top): Update subnode menu.
4022
4023 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4024 split out of Display Custom.
4025
40262006-08-25 Kim F. Storm <storm@cua.dk>
4027
4028 * display.texi (Display Custom): Add variables overline-margin
4029 and x-underline-at-descent-line.
4030
40312006-08-25 Richard Stallman <rms@gnu.org>
4032
4033 * entering.texi (Exiting): Rewrite to give graphical displays
4034 priority over text terminals.
4035
4036 * search.texi (Incremental Search): Move index entries.
4037
40382006-08-23 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * custom.texi (Init File): Reference Find Init to avoid "home
4041 directory" confusion.
4042
40432006-08-22 Nick Roberts <nickrob@snap.net.nz>
4044
4045 * building.texi (Other GDB-UI Buffers): Describe how to edit
4046 a value in the locals buffer.
4047
40482006-08-21 Richard Stallman <rms@gnu.org>
4049
4050 * search.texi (Basic Isearch): Add `isearch' index entry.
4051
40522006-08-16 Richard Stallman <rms@gnu.org>
4053
4054 * misc.texi (Saving Emacs Sessions): Clean up wording.
4055
4056 * mark.texi (Marking Objects): Mention term "select all".
4057
4058 * emacs.texi (Top): Update subnode menu.
4059
4060 * help.texi (Help Mode): Move node up in file.
4061
8cf51b2c
GM
40622006-08-15 Nick Roberts <nickrob@snap.net.nz>
4063
4064 * building.texi (Stack Buffer): Explain fringe arrow.
4065
8cf51b2c
GM
40662006-08-12 Eli Zaretskii <eliz@gnu.org>
4067
8cf51b2c
GM
4068 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4069 on startup.
4070
40712006-08-11 Romain Francoise <romain@orebokech.com>
4072
4073 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4074
40752006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4076
4077 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4078
40792006-08-10 Richard Stallman <rms@gnu.org>
4080
4081 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4082 with face merging. Empty regions don't count.
4083 Clarify face property inheritance.
8cf51b2c
GM
4084
40852006-08-08 Romain Francoise <romain@orebokech.com>
4086
4087 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4088 <arjuropo@cc.jyu.fi>.
4089
8cf51b2c
GM
40902006-08-04 Eli Zaretskii <eliz@gnu.org>
4091
4092 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4093 apply to all frames.
4094
8cf51b2c
GM
40952006-08-01 Richard Stallman <rms@gnu.org>
4096
4097 * help.texi (Name Help): Add index entries for describe-variable.
4098
40992006-08-01 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * building.texi (GDB Graphical Interface): Shorten node names.
4102 (GDB-UI Layout): Use GDB-related.
4103 (Other GDB-UI Buffers): Simplify English.
4104
41052006-07-31 Richard Stallman <rms@gnu.org>
4106
4107 * search.texi (Query Replace): Add xref for Dired's Q command.
4108
8cf51b2c
GM
41092006-07-31 Nick Roberts <nickrob@snap.net.nz>
4110
4111 * building.texi (GDB commands in Fringe): Rename to...
4112 (Source Buffers): ..this and move forward. Describe hollow arrow and
4113 new option gdb-find-source-frame.
4114
41152006-07-29 Richard Stallman <rms@gnu.org>
4116
4117 * dired.texi (Operating on Files): Simplify previous change
4118 and fix Texinfo usage.
4119
41202006-07-29 Eli Zaretskii <eliz@gnu.org>
4121
4122 * dired.texi (Operating on Files): Add cross-references. State the
4123 Unix commands that do similar things.
4124
41252006-07-28 Richard Stallman <rms@gnu.org>
4126
4127 * mark.texi (Transient Mark): Clarify that region never disappears
4128 when Transient Mark mode is off, and not when it is on.
4129
41302006-07-27 Richard Stallman <rms@gnu.org>
4131
4132 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4133
41342006-07-24 Richard Stallman <rms@gnu.org>
4135
4136 * xresources.texi (GTK styles): Fix texinfo usage.
4137
8cf51b2c
GM
4138 * commands.texi (User Input): Explain why we teach keyboard cmds.
4139
4140 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4141 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4142 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4143 * doclicense.texi, display.texi, dired.texi, basic.texi:
4144 * anti.texi, ack.texi: Move periods and commas inside quotes.
4145
41462006-07-22 Eli Zaretskii <eliz@gnu.org>
4147
4148 * cmdargs.texi (General Variables): Document EMAIL.
4149
41502006-07-21 Eli Zaretskii <eliz@gnu.org>
4151
4152 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4153 doesn't have effect on MS-Windows.
4154
8cf51b2c
GM
41552006-07-17 Richard Stallman <rms@gnu.org>
4156
4157 * building.texi (Grep Searching): Explain about chaining grep commands.
4158
8cf51b2c
GM
41592006-07-10 Nick Roberts <nickrob@snap.net.nz>
4160
49823426 4161 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4162
41632006-07-09 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4166 is invoked for multiple files.
4167
41682006-07-08 Eli Zaretskii <eliz@gnu.org>
4169
4170 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4171 on-line manual for the rest of this node.
4172 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4173 unconditionally.
4174 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4175 Improve wording.
4176 (Windows Printing): Improve wording.
4177 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4178 rest of this node.
4179
8cf51b2c
GM
41802006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4181
49823426
GM
4182 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4183 with eval-buffer.
8cf51b2c
GM
4184
41852006-07-05 Nick Roberts <nickrob@snap.net.nz>
4186
4187 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4188 of character translation.
4189
41902006-07-04 Nick Roberts <nickrob@snap.net.nz>
4191
4192 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4193
41942006-07-03 Karl Berry <karl@gnu.org>
4195
4196 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4197 not-too-underfull hboxes in the TeX output.
4198 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4199 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4200 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4201 * sending.texi, text.texi: Fix overfull/underfull boxes.
4202
42032006-07-03 Romain Francoise <romain@orebokech.com>
4204
4205 * m-x.texi (M-x): Fix.
4206
42072006-07-03 Richard Stallman <rms@gnu.org>
4208
8cf51b2c
GM
4209 * search.texi (Other Repeating Search): filename -> file name.
4210
4211 * misc.texi (Narrowing): Minor cleanups.
4212
4213 * files.texi (Visiting): filename -> file name.
4214
4215 * emacs.texi (Top): Update subnode menus.
4216
4217 * mule.texi (Coding Systems): Move char translation stuff here.
4218 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4219 (Recognize Coding): Substantial local rewrites.
4220 (International): Update menu.
4221
4222 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4223 (Scrolling): Substantial local rewrites.
4224 (Display): Update menu and intro.
4225
4226 * dired.texi: filename -> file name.
4227
4228 * custom.texi (Safe File Variables): Texinfo usage fix.
4229
f0131492 42302006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4231
4232 * help.texi, m-x.texi: Lots of cleanups.
4233
8cf51b2c
GM
42342006-06-30 Eli Zaretskii <eliz@gnu.org>
4235
4236 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4237 (Windows Processes, Windows Misc): Shorten the printed version by
4238 selectively conditioning less important portions by @ifnottex.
4239
8cf51b2c
GM
42402006-06-27 Richard Stallman <rms@gnu.org>
4241
4242 * mini.texi (Minibuffer File): Minor cleanup.
4243
42442006-06-25 Nick Roberts <nickrob@snap.net.nz>
4245
4246 * frames.texi (XTerm Mouse): Rename to...
4247 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4248
4249 * emacs.texi (Top): Use new node name.
4250
42512006-06-24 Eli Zaretskii <eliz@gnu.org>
4252
4253 * emacs.texi (Top): Update the detailed menu according to changes in
4254 msdog.texi.
4255
4256 * msdog.texi (Windows Keyboard): New section.
4257 (Windows Mouse): New section.
4258 (Windows System Menu): Remove section (text merged with "Windows
4259 Keyboard").
4260 (Windows Misc): New section.
4261
4262 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4263
4264 * msdog.texi (ls in Lisp): New section.
4265
4266 * files.texi (Visiting): Document case-insensitive wildcard matching
4267 under find-file-wildcards.
4268
8cf51b2c
GM
42692006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4270
4271 * macos.texi (Mac Input): Add description of mac-function-modifier.
4272 Now Unicode keyboard layouts work.
4273
8cf51b2c
GM
42742006-06-10 Richard Stallman <rms@gnu.org>
4275
4276 * mule.texi (Recognize Coding): Clarify previous change.
4277
42782006-06-09 Kenichi Handa <handa@m17n.org>
4279
4280 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4281 notation.
4282
42832006-06-07 Kevin Ryde <user42@zip.com.au>
4284
4285 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4286 manual for @ifnottex, but in emacs-extra for @iftex.
4287
4288 * cmdargs.texi (General Variables): Fix smtpmail xref.
4289
42902006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4291
8cf51b2c 4292 * programs.texi (Comment Commands):
8cf51b2c 4293 * custom.texi (Specifying File Variables):
49823426 4294 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4295
42962006-06-07 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * building.texi (Watch Expressions): Move node to end.
4299 (GDB Graphical Interface): Move description of clicks in fringe...
4300 (GDB commands in the Fringe): ...to here. New node.
4301
8cf51b2c
GM
43022006-06-05 Romain Francoise <romain@orebokech.com>
4303
49823426 4304 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4305
43062006-06-05 Nick Roberts <nickrob@snap.net.nz>
4307
4308 * building.texi (GDB Graphical Interface): Update bindings.
4309 (Commands of GUD): Add gud-print. Remove gud-run.
4310 Restate availability more generally.
4311
f0131492 43122006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4313
4314 * mini.texi: Lots of cleanups.
4315
43162006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4317
4318 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4319 and Mouse-2.
4320
c8763fb6 43212006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4322
4323 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4324
8cf51b2c
GM
43252006-05-31 Richard Stallman <rms@gnu.org>
4326
4327 * basic.texi (Moving Point): Fix previous change.
4328
c8763fb6 43292006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4330
4331 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4332
f0131492 43332006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4334
4335 * basic.texi: Many simplifications and improvements in wording.
4336
8cf51b2c
GM
43372006-05-26 Nick Roberts <nickrob@snap.net.nz>
4338
4339 * anti.texi (Antinews): Create a node for gdb-ui.
4340
8cf51b2c
GM
43412006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4342
4343 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4344
43452006-05-20 Richard Stallman <rms@gnu.org>
4346
4347 * dired.texi (Dired Navigation): dired-goto-file is now j.
4348
8cf51b2c
GM
43492006-05-20 Eli Zaretskii <eliz@gnu.org>
4350
4351 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4352 and their aliases.
4353
4354 * msdog.texi (Windows Printing): Mention non-support of plain text
4355 printing with some el-cheapo printers, and suggest a workaround.
4356
43572006-05-20 Kevin Ryde <user42@zip.com.au>
4358
4359 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4360 remove the bit saying you must set it.
4361
43622006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4363
4364 * trouble.texi (Checklist):
4365 * text.texi (Text, Auto Fill, Text Mode):
4366 * search.texi (Nonincremental Search):
4367 * rmail.texi (Rmail Labels):
4368 * mule.texi (Input Methods, Multibyte Conversion):
4369 * misc.texi (Gnus, Where to Look, PostScript):
4370 * maintaining.texi (Create Tags Table):
4371 * indent.texi (Indentation Commands):
4372 * fixit.texi (Spelling):
4373 * emacs.texi (Copying):
4374 * custom.texi (Init File): ifinfo -> ifnottex.
4375
8cf51b2c
GM
43762006-05-17 Richard Stallman <rms@gnu.org>
4377
4378 * files.texi (Diff Mode): Mention C-x `.
4379
43802006-05-08 Richard Stallman <rms@gnu.org>
4381
4382 * custom.texi (Disabling): Textual cleanups.
4383
8cf51b2c
GM
43842006-05-12 Glenn Morris <rgm@gnu.org>
4385
4386 * calendar.texi (Displaying the Diary, Format of Diary File):
4387 Refer to diary-view-entries, diary-list-entries,
4388 diary-show-all-entries rather than obsolete aliases.
4389
43902006-05-12 Eli Zaretskii <eliz@gnu.org>
4391
4392 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4393 (Displaying the Diary, Special Diary Entries, Importing Diary):
4394 * building.texi (Compilation Shell):
4395 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4396 emacs-xtra with @inforef's.
4397
4398 * files.texi (Visiting): Fix wording.
4399
4400 * mule.texi (Coding Systems, Text Coding): More indexing.
4401 Mention that C-x RET f can set eol conversion.
4402
c8763fb6 44032006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4404
4405 * xresmini.texi (GTK resources): Insert GTK description.
4406
4407 * xresources.texi (GTK resources): metafont should be menufont.
4408
8cf51b2c
GM
44092006-05-06 Michael Albinus <michael.albinus@gmx.de>
4410
49823426 4411 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4412 method, user name and host name is active only in partial
4413 completion mode.
4414
8cf51b2c
GM
44152006-05-06 Eli Zaretskii <eliz@gnu.org>
4416
4417 * makefile.w32-in (emacs.dvi):
4418 * Makefile.in (emacs.dvi): Add xresmini.texi.
4419
4420 * xresmini.texi (Table of Resources): Remove xref to non-existent
4421 node "LessTif Resources".
4422
4423 * msdog.texi (Microsoft Windows):
4424 * calendar.texi (Calendar/Diary, Displaying the Diary)
4425 (Special Diary Entries, Importing Diary, Holidays):
4426 * programs.texi (Program Modes):
4427 * text.texi (Text):
4428 * buffers.texi (Several Buffers):
4429 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4430
44312006-05-06 Eli Zaretskii <eliz@gnu.org>
4432
4433 The following changes merge the emacs-xtra manual into the main
4434 manual, but only for on-line version of the manual.
4435
4436 * vc2-xtra.texi (Version Backups, Local Version Control)
4437 (Making Snapshots, Change Logs and VC, Version Headers)
4438 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4439 on-line manual.
4440
4441 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4442 for on-line manual.
4443
4444 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4445 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4446 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4447 for on-line manual.
4448
4449 * fortran-xtra.texi (Fortran, Fortran Autofill)
4450 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4451 for on-line manual.
4452
4453 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4454 Conditional xref's for on-line manual.
4455
4456 * emerge-xtra.texi (Emerge, Overview of Emerge)
4457 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4458 manual.
4459
4460 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4461 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4462 (EMACSSOURCES): Use EMACS_XTRA.
4463 (../info/emacs-xtra): Remove.
4464 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4465
4466 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4467 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4468 (EMACSSOURCES): Use EMACS_XTRA.
4469 ($(infodir)/emacs-xtra): Remove.
4470 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4471
4472 * trouble.texi (Quitting):
4473 * text.texi (Text):
4474 * programs.texi (Program Modes):
4475 * msdog.texi (Microsoft Windows):
4476 * frames.texi (Frames):
4477 * files.texi (Backup, Version Control, VC Concepts)
4478 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4479 (Registering, VC Status, VC Undo, Multi-User Branching)
4480 (Comparing Files):
4481 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4482 (Displaying the Diary, Special Diary Entries, Importing Diary):
4483 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4484 conditional xref's, depending on @iftex/@ifnottex.
4485
4486 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4487 "MS-DOS". @include msdog-xtra.texi.
4488
4489 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4490 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4491
4492 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4493 for vc-xtra.texi subsections.
4494 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4495 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4496
4497 * sending.texi (Sending Mail): A @node line without explicit Prev,
4498 Next, and Up links.
4499
4500 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4501 Next, and Up links.
4502
4503 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4504 and its sections. @include picture-xtra.texi.
4505
4506 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4507 "Emerge".
4508 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4509
4510 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4511 exact duplicate of its name-sake in calendar.texi.
4512
4513 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4514 "Advanced Calendar/Diary Usage".
4515 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4516
4517 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4518 dired-xtra.texi.
4519 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4520
4521 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4522 (Files) [ifnottex]: Add menu entry for Autorevert.
4523
4524 * emacs-xtra.texi (Introduction): Reword to make consistent with
4525 printed version only.
4526 <Top level>: Remove the body of all chapters and move them to the
4527 new *-xtra.texi files. Use @raisesections and @lowersections to
4528 convert sections to chapters etc.
4529
4530 * msdog-xtra.texi:
4531 * fortran-xtra.texi:
4532 * vc-xtra.texi:
4533 * vc1-xtra.texi:
4534 * vc2-xtra.texi:
4535 * emerge-xtra.texi:
4536 * cal-xtra.texi:
4537 * dired-xtra.texi:
4538 * arevert-xtra.texi: New files, with text from respective chapters
4539 of emacs-xtra.texi. Convert each @chapter into @section, @section
4540 into @subsection, etc.
4541
1c6c854e 4542 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4543 updated.
4544
4545 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4546 Windows". All references updated.
4547
45482006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4549
4550 * macos.texi (Mac Input): Mention input from Character Palette.
4551 (Mac Font Specs): Fix typo.
4552
45532006-05-05 Richard Stallman <rms@gnu.org>
4554
4555 * files.texi (Diff Mode): Minor cleanup.
4556
45572006-05-05 Karl Berry <karl@gnu.org>
4558
8cf51b2c
GM
4559 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4560 errors from the current release of makeinfo (4.8).
4561 * help.texi (Library Keywords): Change widest word in multitable
4562 template from `emulations' to `convenience'. (Not sure if this is
4563 related to the font change.)
4564
45652006-05-05 Eli Zaretskii <eliz@gnu.org>
4566
4567 * files.texi (File Names): Add a footnote about limited support of
4568 ~USER on MS-Windows.
4569
4570 * cmdargs.texi (Initial Options): Add a footnote about limited
4571 support of ~USER on MS-Windows.
4572
45732006-05-03 Richard Stallman <rms@gnu.org>
4574
4575 * files.texi (Diff Mode): Node moved here.
4576 (Comparing Files): Delete what duplicates new node.
4577 (Files): Put Diff Mode in menu.
4578
1c6c854e 4579 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4580
4581 * emacs.texi (Top): Update menu for Diff Mode.
4582
4583 * trouble.texi (Emergency Escape): Simplify.
4584
4585 * emacs.texi (Top): Minor clarification.
4586
45872006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4588
4589 * commands.texi, entering.texi, screen.texi: Many simplifications.
4590
45912006-05-03 Richard Stallman <rms@gnu.org>
4592
4593 * commands.texi (Text Characters): Delete paragraph about unibyte
4594 non-ASCII printing chars.
4595
4596 * killing.texi (Killing): Say "graphical displays".
4597 * display.texi: Say "graphical displays".
4598
4599 * cmdargs.texi (Misc X): Say "graphical displays".
4600
46012006-05-01 Richard Stallman <rms@gnu.org>
4602
4603 * emacs.texi (Top): Add Diff Mode to menu.
4604
46052006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4606
4607 * misc.texi (Diff Mode): New node.
4608
46092006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4610
4611 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4612 (Mac Environment Variables): Shorten example line.
4613 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4614
46152006-05-01 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * building.texi (GUD Customization): Describe cases %d and %c.
4618 Update description for %e.
4619
46202006-04-30 Glenn Morris <rgm@gnu.org>
4621
4622 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4623
46242006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4625
4626 * custom.texi (Examining): Update C-h v output example.
4627
46282006-04-29 Kim F. Storm <storm@cua.dk>
4629
4630 * building.texi (Grep Searching): Add lgrep and rgrep.
4631
8cf51b2c
GM
46322006-04-23 Richard Stallman <rms@gnu.org>
4633
4634 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4635
4636 * xresmini.texi: New file.
4637
4638 * xresources.texi (Face Resources): Split table into font resources
4639 and the rest. Combine similar attributes for brevity.
4640
8cf51b2c
GM
46412006-04-21 Eli Zaretskii <eliz@gnu.org>
4642
4643 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4644 backslashes and case-insensitivity in file names (moved to the
4645 main manual).
4646 (MS-DOS Printing): Move most of the text to the main manual.
4647
4648 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4649 New nodes.
4650 (Windows Processes, Windows System Menu): Add index entries and
4651 fix wording.
4652
8cf51b2c
GM
46532006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4654
4655 * misc.texi (Shell Ring): Add notes on saved input when
4656 navigating off the end of the history list.
4657
46582006-04-18 Chong Yidong <cyd@mit.edu>
4659
4660 * misc.texi (Shell Options): Correct default value of
4661 comint-scroll-show-maximum-output.
4662
8cf51b2c
GM
46632006-04-18 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * building.texi (Watch Expressions): Update.
4666
8cf51b2c
GM
46672006-04-12 Richard Stallman <rms@gnu.org>
4668
4669 * search.texi: Clean up previous change.
4670
46712006-04-12 Eli Zaretskii <eliz@gnu.org>
4672
4673 * search.texi (Regexp Backslash, Regexp Replace): Add index
4674 entries for ``back reference'' and mention the term itself in the
4675 text.
4676
46772006-04-11 Richard Stallman <rms@gnu.org>
4678
4679 * custom.texi (Safe File Variables):
4680 Document enable-local-variables = :safe.
4681
46822006-04-11 Karl Berry <karl@gnu.org>
4683
4684 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4685 (Remote Repositories, Version Backups, Local Version Control)
4686 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4687 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4688 (Renaming VC Work Files and Master Files)
4689 (Inserting Version Control Headers, Customizing VC, General Options)
4690 (Options for RCS and SCCS, Options specific for CVS): Move all
4691 these nodes to emacs-xtra.texi, for brevity.
4692 * cmdargs.texi, files.texi: Change cross-references.
4693
8cf51b2c
GM
46942006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4695
4696 * files.texi (Old Versions): Update description of vc-annotate's
4697 use of color to indicate date ranges.
4698
8cf51b2c
GM
46992006-04-09 Kevin Ryde <user42@zip.com.au>
4700
8cf51b2c
GM
4701 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4702 put info and printed manual names the right way around.
4703
47042006-04-09 Karl Berry <karl@gnu.org>
4705
4706 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4707 emacs-xtra.texi, leaving only MS Windows information.
4708 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4709 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4710 node names.
4711
4712 * emacs.texi: Move @summarycontents and @contents to the beginning
4713 of the file.
4714
8cf51b2c
GM
47152006-04-08 Kevin Ryde <user42@zip.com.au>
4716
4717 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4718
47192006-04-07 Richard Stallman <rms@gnu.org>
4720
4721 * programs.texi (Comments, Comment Commands, Options for Comments)
4722 (Multi-Line Comments): "Align", not "indent".
4723 (Basic Indent): C-j deletes trailing whitespace before the newline.
4724
47252006-04-06 Richard Stallman <rms@gnu.org>
4726
8cf51b2c
GM
4727 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4728
47292006-04-06 Eli Zaretskii <eliz@gnu.org>
4730
4731 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4732
8cf51b2c
GM
47332006-04-05 Richard Stallman <rms@gnu.org>
4734
4735 * emacs.texi (Top): Update subnode menu.
4736
4737 * trouble.texi (Unasked-for Search): Node deleted.
4738 (Lossage): Delete from menu.
4739
47402006-04-04 Richard Stallman <rms@gnu.org>
4741
4742 * trouble.texi: Various cleanups.
4743 (Checklist): Don't bother saying how to snail a bug report.
4744 (Emergency Escape): Much rewriting.
4745 (After a Crash): Rename the core dump immediately.
4746 (Total Frustration): Call it a psychotherapist.
4747 (Bug Criteria): Avoid "illegal instruction".
4748 (Sending Patches): We always put the contributor's name in.
4749
4750 * misc.texi (Thumbnails): Minor correction.
4751
8cf51b2c
GM
47522006-04-03 Richard Stallman <rms@gnu.org>
4753
4754 * misc.texi (Thumbnails): Minor cleanup.
4755
47562006-04-02 Karl Berry <karl@gnu.org>
4757
4758 * sending.texi (Mail Sending): pxref to Top needs five args.
4759
4760 * texinfo.tex: Update to current version (2006-03-21.13).
4761
8cf51b2c
GM
47622006-03-31 Richard Stallman <rms@gnu.org>
4763
4764 * emacs.texi (Top): Update subnode menu.
4765
4766 * help.texi (Help Mode): Cleanup.
4767
4768 * dired.texi: Many cleanups.
4769 (Dired Deletion): Describe dired-recursive-deletes.
4770 (Operating on Files): dired-create-directory moved.
4771 (Misc Dired Features): Move to here.
4772 (Tumme): Node moved to misc.texi.
4773
4774 * custom.texi: Many cleanups.
4775 (Minor Modes): Don't mention ISO Accents Mode.
4776 (Examining): Update C-h v output example.
4777 (Hooks): Add index and xref for add-hook.
4778 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4779 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4780
4781 * misc.texi: Many cleanups.
4782 (beginning): Add to summary of topics.
4783 (Shell): Put eshell xref at the end. Remove eshell from table.
4784 (Thumbnails): New node.
4785
8cf51b2c
GM
47862006-03-28 Eli Zaretskii <eliz@gnu.org>
4787
4788 * files.texi (File Name Cache): Make it clear that the cache is
4789 not persistent.
4790
8cf51b2c
GM
47912006-03-25 Karl Berry <karl@gnu.org>
4792
49823426
GM
4793 * emacs-xtra.texi, emacs.texi, gnu.texi:
4794 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4795 (2) do not indent copyright year list (or anything else).
4796
8cf51b2c
GM
47972006-03-21 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * files.texi (VC Dired Mode): Remove misplaced brackets.
4800
48012006-03-21 Andre Spiegel <spiegel@gnu.org>
4802
4803 * files.texi: Various updates and clarifications in the VC chapter.
4804
48052006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4806
4807 * help.texi (Help Mode): Document "C-c C-c".
4808
8cf51b2c
GM
48092006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4810
4811 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4812 menu in the standalone Info reader.
4813
48142006-03-15 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4817 moved here from Emacs manual.
4818
4819 * programs.texi (Fortran): Section moved to emacs-xtra.
4820 (Program Modes): Xref to Fortran in emacs-xtra.
4821
4822 * maintaining.texi (Emerge): Move to emacs-xtra.
4823 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4824
4825 * picture.texi: File deleted.
4826 * Makefile.in:
4827 * makefile.w32-in: Remove picture.texi.
4828
4829 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4830 * abbrevs.texi (Abbrevs):
4831 * sending.texi (Sending Mail): Picture node removed.
4832
4833 * emacs.texi (Top): Update node listings.
4834
8cf51b2c
GM
48352006-03-12 Richard Stallman <rms@gnu.org>
4836
4837 * calendar.texi: Various cleanups.
4838
8cf51b2c
GM
48392006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4840
4841 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4842 syntax.
4843
8cf51b2c
GM
48442006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4845
4846 * search.texi (Regexps): More accurately describe which characters
4847 are special in which situations. Recommend _not_ to quote `]' or
4848 `-' when they are not special.
4849
8cf51b2c
GM
48502006-02-28 Andre Spiegel <spiegel@gnu.org>
4851
4852 * files.texi (Old Versions): Clarify operation of C-x v =.
4853
8cf51b2c
GM
48542006-02-21 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * building.texi (Watch Expressions): Update and describe
4857 gdb-speedbar-auto-raise.
4858
48592006-02-19 Richard M. Stallman <rms@gnu.org>
4860
4861 * emacs.texi: Use @smallbook.
4862 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4863 Update subnode menu.
4864
4865 * building.texi (Lisp Interaction): Minor addition.
4866
48672006-02-18 Nick Roberts <nickrob@snap.net.nz>
4868
4869 * building.texi (Watch Expressions): Update and be more precise.
4870
c8763fb6 48712006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4872
4873 * maintaining.texi (Create Tags Table): Explain why the
4874 exception when etags writes to files under the /dev tree.
4875
48762006-02-14 Richard M. Stallman <rms@gnu.org>
4877
4878 * custom.texi (Safe File Variables): Lots of clarification.
4879 Renamed from Unsafe File Variables.
4880
48812006-02-14 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * custom.texi (Unsafe File Variables): File variable confirmation
4884 assumed denied in batch mode.
4885
48862006-02-14 Richard M. Stallman <rms@gnu.org>
4887
4888 * building.texi (GDB User Interface Layout): Don't say `inferior'
4889 for program being debugged.
4890
48912006-02-15 Nick Roberts <nickrob@snap.net.nz>
4892
4893 * building.texi (GDB Graphical Interface):
4894 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4895
48962006-02-13 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * custom.texi (Specifying File Variables, Unsafe File Variables):
4899 New nodes, split from File Variables. Document new file local
4900 variable behavior.
4901
49022006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4903
4904 * display.texi (Standard Faces):
8cf51b2c
GM
4905 * files.texi (Visiting):
4906 * frames.texi (Clipboard):
4907 * glossary.texi (Glossary) <Clipboard>:
4908 * xresources.texi (X Resources): Mention Mac OS port.
4909
8cf51b2c
GM
49102006-02-12 Richard M. Stallman <rms@gnu.org>
4911
4912 * building.texi (Building): Clarify topic in intro.
4913
4914 * maintaining.texi (Maintaining): Change title; clarify topic.
4915 Delete duplicate index entries.
4916
4917 * building.texi (Other GDB User Interface Buffers): Clarifications.
4918
4919 * text.texi (Cell Commands): Clarifications.
4920
4921 * programs.texi (Defuns): Delete duplicate explanation of
4922 left-margin paren convention.
4923 (Hungry Delete): Minor cleanup.
4924
49252006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4926
4927 * dired.texi (Tumme): More tumme documentation.
4928
49292006-02-11 Alan Mackenzie <acm@muc.de>
4930
4931 * programs.texi ("Hungry Delete"): Correct the appellation of the
4932 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4933
49342006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4935
4936 * dired.texi (Tumme): Fix small bug.
4937
49382006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4939
4940 * macos.texi (Mac International): Rename "fontset-mac" to
4941 "fontset-standard".
4942
8cf51b2c
GM
49432006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4944
4945 * dired.texi (Tumme): Basic documentation for Tumme added.
4946
8cf51b2c
GM
49472006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * mule.texi (International):
4950 * programs.texi (Basic Indent): Fix typos.
4951
8cf51b2c
GM
4952 * custom.texi (Minor Modes):
4953 * display.texi (Text Display):
4954 * commands.texi (Text Characters): Update xrefs.
4955
49562006-02-07 Richard M. Stallman <rms@gnu.org>
4957
4958 * emacs.texi (Top): Update subnode menu.
4959 Update info on old Emacs papers.
4960 (Intro): "Graphical display", not window system.
4961
4962 * xresources.texi (GTK styles): Minor clarifications.
4963
4964 * trouble.texi: "Graphical display", not window system.
4965 (Stuck Recursive): Minor clarification.
4966
4967 * text.texi: Minor clarifications.
4968 (Sentences): Explain why two-space convention is better.
4969 Explain sentence-end-without-period here.
4970 (Fill Commands): Not here.
4971 (Refill): Node moved down.
4972 (Filling): Update menu.
4973 (Table Creation, Cell Justification, Column Commands): Clarify.
4974
4975 * sending.texi: Minor clarifications.
4976
4977 * search.texi (Regexp Backslash): Clarification.
4978
4979 * rmail.texi: Minor cleanups.
4980 (Rmail): Delete digression about `rmail-mode'.
4981 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4982 (Rmail Files): Mention C-u M-x rmail.
4983 (Rmail Reply): Mention References.
4984 (Rmail Display): Mention rmail-nonignored-headers.
4985
4986 * programs.texi: Minor cleanups.
4987 (Comment Commands): Mention momentary Transient Mark mode.
4988 (Matching): Be more specific about customizing show-paren-mode.
4989 (Info Lookup): Don't list the modes that support C-h S.
4990 Just say what it does in an unsupported mode.
4991 (Man Page): Delete excessive info on customizing woman.
4992 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4993
4994 * abbrevs.texi: Minor clarifications.
4995 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4996 not "dynamic abbrevs" as if they were a kind of abbrev.
4997
4998 * picture.texi (Picture): Minor cleanup.
4999
5000 * mule.texi (Communication Coding): Say "other applications".
5001 (Fontsets): Not specific to X. Add xref to X Resources.
5002 (Unibyte Mode): Rename from Single-Byte Character Support.
5003 "Graphical display", not window system.
5004 (International): Update menu.
5005
5006 * maintaining.texi (Format of ChangeLog):
5007 New node, split out from ChangeLog.
5008 (ChangeLog): Clarifications in the remaining text.
5009 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5010 (Find Tag): Add @w.
5011 (Tags Search): Explain tag table order here. Simplify grep ref.
5012 (List Tags): tags-tag-face is a variable, not a face.
5013 (Emerge): Cleanups.
5014
5015 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5016 (Keyboard Macros): Avoid "the user".
5017
5018 * killing.texi: "Graphical display", not window system.
5019
5020 * help.texi (Help Echo): "Graphical display", not window system.
5021
5022 * glossary.texi: Say "you", not "the user". Say "graphical display".
5023
5024 * frames.texi: Minor cleanups. "Graphical display", not window system.
5025
5026 * files.texi (Visiting): Make drag-and-drop not X-specific.
5027
5028 * custom.texi: Minor cleanups. "Graphical display", not window system.
5029
5030 * cmdargs.texi: Minor cleanups.
5031
5032 * building.texi (Compilation): Move and split kill-compilation para.
5033 Add para about multiple compilers.
5034 (Compilation Mode): Commands also available in grep mode and others.
5035 Mention C-u C-x ` more tutorially. Clarify C-x `.
5036 (Compilation Shell): Clarify. Put Bash example first.
5037 (Grep Searching): Minor cleanups; add @w.
5038 (Debuggers): Minor cleanups.
5039 (Starting GUD): Make GDB xgraphical mode issue clearer.
5040 (Debugger Operation): Lots of clarifications including
5041 GDB tooltip side-effect issue.
5042 (Commands of GUD): Clarify.
5043 (GUD Customization): Add bashdb-mode-hook.
5044 (GDB Graphical Interface): Rewrite for clarity.
5045 (GDB User Interface Layout): Rewrite for clarity.
5046 (Stack Buffer, Watch Expressions): Likewise.
5047 (Other GDB User Interface Buffers): Cleanups.
5048 (Lisp Libraries, External Lisp): Cleanup.
5049
5050 * basic.texi (Position Info): "Graphical displays", rather than
5051 window systems.
5052
5053 * anti.texi: Minor cleanup.
5054
8cf51b2c
GM
50552006-02-03 Eli Zaretskii <eliz@gnu.org>
5056
5057 * custom.texi (Init File, Find Init): Add cross-references to
5058 where $HOME is described.
5059
50602006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5063 is not inside the @table.
5064
5065 * emacs.texi (Top): Correct node name.
5066
5067 * files.texi (File Names): Fix @xref.
5068 (Reverting): Fix typo.
5069
5070 * mule.texi (International): Correct node name.
5071
5072 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5073
50742006-02-01 Richard M. Stallman <rms@gnu.org>
5075
5076 * emacs.texi (Top): Update subnode menu.
5077
5078 * mule.texi: Minor clarifications.
5079 Reduce the specific references to X Windows.
5080 Refer to "graphical" terminals, rather than window systems.
5081 (Text Coding): Rename from Specify Coding.
5082 (Communication Coding, File Name Coding, Terminal Coding):
5083 New nodes split out from Text Coding.
5084
5085 * kmacro.texi: Minor clarifications.
5086 (Keyboard Macro Ring): Comment out some excessive commands.
5087 (Basic Keyboard Macro): Split up the table, putting part in each node.
5088
5089 * major.texi: Minor clarifications.
5090
5091 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5092
5093 * windows.texi: Minor clarifications.
5094 (Change Window): Don't describe mode-line mouse cmds here.
5095 Add xref to Mode Line Mouse.
5096
5097 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5098
5099 * macos.texi (Mac International): Fix xref.
5100
5101 * indent.texi: Minor clarifications.
5102
5103 * frames.texi: Minor clarifications.
5104 Reduce the specific references to X Windows.
5105 Refer to "graphical" terminals, rather than window systems.
5106 (Frame Parameters): Don't mention commands like
5107 set-foreground-color. Just say to customize a face.
5108 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5109
5110 * files.texi: Minor clarifications.
5111 (Numbered Backups): New node, split out from Backup Names.
5112
5113 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5114
5115 * cmdargs.texi (General Variables): Fix xref.
5116
5117 * buffers.texi: Minor clarifications.
5118
8cf51b2c
GM
51192006-01-31 Richard M. Stallman <rms@gnu.org>
5120
5121 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5122 Nodes moved to top.
5123
5124 * display.texi: Minor clarifications.
5125 (Display): Rearrange menu.
5126 (Standard Faces): Mention query-replace face.
5127 (Faces): Simplify.
5128 (Font Lock): Simplify face customization info.
5129 (Highlight Changes): Node merged into Highlight Interactively.
5130 (Highlight Interactively): Much rewriting and cleanup.
5131 (Optional Mode Line): Narrowed line number not good for goto-line.
5132 Simplify face customization advice.
5133 (Text Display): Mention use of escape-glyph face.
5134 Move ctl-arrow and tab-width here.
5135 (Display Custom): Move no-redraw-on-reenter to end of node.
5136
5137 * search.texi: Minor clarifications.
5138 (Isearch Scroll): Simplify.
5139 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5140
5141 * regs.texi (Registers): Mention bookmarks here.
5142
5143 * mark.texi: Minor clarifications.
5144 (Selective Undo): Node deleted.
5145
5146 * m-x.texi: Minor clarifications.
5147
5148 * killing.texi: Minor clarifications.
5149 Refer to "graphical" terminals, rather than window systems.
5150
5151 * help.texi: Clarifications.
5152 (Help): Don't describe C-h F and C-h K here.
5153 (Key Help): Describe C-h K here.
5154 (Name Help): Mention Emacs Lisp Intro.
5155 Describe C-h F here.
5156 (Misc Help): Mention C-h F and C-h K only briefly.
5157
5158 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5159 Selective undo text merged in.
5160 (Spelling): Mention Aspell along with Ispell.
5161
5162 * emacs.texi (Top): Update subnode menus.
5163
5164 * basic.texi (Basic Undo): Rename from Undo. Most of text
5165 moved to new Undo node.
5166
8cf51b2c
GM
51672006-01-29 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * basic.texi (Continuation Lines, Inserting Text):
5170 Mention longlines mode.
5171
51722006-01-29 Richard M. Stallman <rms@gnu.org>
5173
10d1d0af 5174 * screen.texi: Minor cleanups.
8cf51b2c
GM
5175 (Screen): Clean up the intro paragraphs.
5176 (Mode Line): Lots of rewriting. Handle frame-name better.
5177 eol-mnemonic-... vars moved out.
5178
5179 * emacs.texi (Top): Change menu item for MS-DOS node.
5180 Update subnode menu.
5181
5182 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5183 chapter relates to Windows. Title changed.
5184
5185 * mini.texi: Minor cleanups.
5186
5187 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5188 (Mark): Put it in the menu.
5189
5190 * entering.texi: Minor cleanups.
5191
5192 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5193 (Intro): Refer to "graphical" terminals, rather than X.
5194
5195 * display.texi (Display Custom): Add xref to Variables.
5196 (Optional Mode Line): eol-mnemonic-... vars moved here.
5197
5198 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5199 rather than X.
5200
8cf51b2c
GM
5201 * basic.texi: Minor cleanups.
5202 (Undo): selective-undo moved.
5203
8cf51b2c
GM
52042006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5205
5206 * anti.texi (Antinews): Various corrections and additions.
5207
52082006-01-23 Juri Linkov <juri@jurta.org>
5209
5210 * custom.texi (Easy Customization, Customization Groups)
5211 (Browsing Custom): Mention links along with buttons.
5212
8cf51b2c
GM
52132006-01-21 Eli Zaretskii <eliz@gnu.org>
5214
8cf51b2c
GM
5215 * text.texi (TeX Print): Use @key for TAB.
5216
8cf51b2c
GM
5217 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5218
8cf51b2c
GM
52192006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5220
5221 * files.texi (File Aliases): Don't claim that usually separate
5222 buffers are created for two file names that name the same data.
5223 Mention additional situations where different names mean the same
5224 file on disk.
5225
52262006-01-19 Richard M. Stallman <rms@gnu.org>
5227
5228 * killing.texi (Deletion): Upcase @key argument.
5229
5230 * custom.texi (Custom Themes): Minor cleanup.
5231
5232 * programs.texi (Hungry Delete): Upcase @key argument.
5233
8cf51b2c
GM
52342006-01-16 Juri Linkov <juri@jurta.org>
5235
5236 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5237 Move `mode-line-highlight' before `mode-line-buffer-id'.
5238
8cf51b2c
GM
52392006-01-14 Richard M. Stallman <rms@gnu.org>
5240
5241 * basic.texi (Inserting Text): Minor cleanup.
5242
8cf51b2c
GM
52432006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5244
5245 * custom.texi (Changing a Variable, Face Customization):
5246 Update for changes in Custom menus.
5247
8cf51b2c
GM
52482006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5249
5250 * macos.texi (Mac International): Undo last change.
5251
8cf51b2c
GM
52522006-01-02 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * custom.texi (Custom Themes): Describe the new
5255 customize-create-theme interface.
5256
52572005-12-30 Juri Linkov <juri@jurta.org>
5258
5259 * basic.texi (Position Info): Update example.
5260
c8763fb6 52612005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5262
5263 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5264
52652005-12-24 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * custom.texi (Custom Themes): `load-theme' always loads.
5268
52692005-12-23 Juri Linkov <juri@jurta.org>
5270
5271 * display.texi (Highlight Interactively): Use double space to
5272 separate sentences. Replace C-p with M-p, and C-n with M-n.
5273
52742005-12-22 Richard M. Stallman <rms@gnu.org>
5275
5276 * custom.texi (Easy Customization and subnodes):
5277 Replace "active field" with "button".
5278 Use "user option" only for variables.
5279 Use "setting" for variable-or-face.
5280
52812005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5282
5283 * buffers.texi (Select Buffer): Change order in table to make
5284 "Similar" refer to the correct item.
5285 (Indirect Buffers): Minor rewording.
5286
8cf51b2c
GM
52872005-12-20 Juri Linkov <juri@jurta.org>
5288
5289 * files.texi (VC Status): Put P and N near p and n.
5290
8cf51b2c
GM
52912005-12-19 Richard M. Stallman <rms@gnu.org>
5292
5293 * programs.texi (Electric C): Delete the info about newline control.
5294 (Other C Commands): Minor cleanup.
5295 (Left Margin Paren): Minor cleanup.
5296
52972005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5298
5299 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5300 (Customization Groups): Delete text moved to "Browsing Custom".
5301 (Browsing Custom): New node.
5302 (Specific Customization): Clarify which commands only work for
5303 loaded options.
5304
53052005-12-18 Bill Wohler <wohler@newt.com>
5306
5307 * frames.texi (Tool Bars): Shorten text of previous change.
5308
53092005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5310
5311 * files.texi (VC Status): Document log-view mode.
5312
53132005-12-18 Bill Wohler <wohler@newt.com>
5314
5315 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5316 permanently via the customize interface.
5317
8cf51b2c
GM
53182005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5319
5320 * killing.texi (Killing by Lines): Document `kill-whole-line'
5321 function.
5322
c8763fb6 53232005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5324
5325 * buffers.texi (Select Buffer): Change `prev-buffer' to
5326 `previous-buffer'. Indicate that these functions use a frame
5327 local buffer list.
5328
8cf51b2c
GM
53292005-12-12 Richard M. Stallman <rms@gnu.org>
5330
5331 * custom.texi (Easy Customization): Change menu comment.
5332 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5333
5334 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5335 (Help): Among the Apropos commands, describe only C-h a here.
5336
53372005-12-11 Richard M. Stallman <rms@gnu.org>
5338
5339 * programs.texi (Options for Comments): Comment-end starts with space.
5340
5341 * glossary.texi (Glossary): Minor cleanup.
5342
5343 * files.texi (Old Versions): Use @table.
5344
8cf51b2c
GM
53452005-12-10 David Koppelman <koppel@ece.lsu.edu>
5346
5347 * display.texi (Highlight Interactively): Include
5348 global-hi-lock-mode. Add miscellaneous details and elaborations.
5349
53502005-12-09 Richard M. Stallman <rms@gnu.org>
5351
5352 * display.texi (Font Lock): Delete the Global FL menu item.
5353
53542005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5355
5356 * custom.texi (Minibuffer Maps): Mention the maps for file name
5357 completion.
5358
53592005-12-09 Kim F. Storm <storm@cua.dk>
5360
5361 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5362 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5363 cursor to next corner in rectangle; clarify insert around rectangle.
5364
8cf51b2c
GM
53652005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * custom.texi (Customization): Use xref to elisp manual for
5368 non-TeX output.
5369 (Minor Modes): Update.
5370 (Customization Groups, Changing a Variable, Face Customization):
5371 Update for new appearance of Custom buffers.
5372 (Changing a Variable): `custom-buffer-done-function' has been
5373 replaced by `custom-buffer-done-kill'.
5374 (Specific Customization): In the `customize-group' buffer, a
5375 subgroup's contents are not "hidden". They are not included at
5376 all. They have no [Show] button.
5377 (Mouse Buttons): Add pxref to description of mouse event lists in
5378 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5379 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5380 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5381
53822005-12-08 Richard M. Stallman <rms@gnu.org>
5383
5384 * mini.texi (Completion Commands, Completion):
5385 In file name input, SPC does not do completion.
5386
8cf51b2c
GM
53872005-12-08 Nick Roberts <nickrob@snap.net.nz>
5388
5389 * building.texi (GDB Graphical Interface): Explain screen size
5390 setting.
5391 (Other GDB User Interface Buffers): Describe features specific to
5392 GDB 6.4.
5393
8cf51b2c
GM
53942005-12-01 Nick Roberts <nickrob@snap.net.nz>
5395
5396 * building.texi (GDB User Interface Layout): Describe how to
5397 kill associated buffers.
5398 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5399 (Watch Expressions): Be more precise.
5400 (Other GDB User Interface Buffers): Describe how to change a
5401 register value.
5402
8cf51b2c
GM
54032005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5404
5405 * macos.texi (Mac Input): Remove description of
5406 mac-command-key-is-meta. Add descriptions of
5407 mac-control-modifier, mac-command-modifier, and
5408 mac-option-modifier.
5409 (Mac International): Fix description of conversion of clipboard data.
5410 (Mac Font Specs): Add example of font customization by face attributes.
5411
54122005-11-22 Nick Roberts <nickrob@snap.net.nz>
5413
5414 * building.texi (Watch Expressions): Expand description.
5415 (Other GDB User Interface Buffers): Describe local map for
5416 gud-watch.
5417
54182005-11-21 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * display.texi (Font Lock): Font lock is enabled by default now.
5421
54222005-11-20 Juri Linkov <juri@jurta.org>
5423
5424 * basic.texi (Position Info): Update examples of the output.
5425 Remove the fact that examples are produced in the TeXinfo buffer,
5426 because in the Info reader users will get a different output from
5427 `C-x ='.
5428
5429 * building.texi (Compilation Mode): Remove paragraph duplicated
5430 from the node `Compilation'. Add `compilation-skip-threshold'.
5431
5432 * display.texi (Font Lock): Suggest more user-friendly method of
5433 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5434
54352005-11-18 Richard M. Stallman <rms@gnu.org>
5436
5437 * files.texi (Registering): Mention @@ in mode line.
5438
5439 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5440
54412005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5442
5443 * files.texi (Renaming and VC): Some back-ends don't
5444 handle renaming.
5445
8cf51b2c
GM
54462005-11-17 Juri Linkov <juri@jurta.org>
5447
5448 * emacs.texi (Top):
5449 * display.texi (Highlight Interactively): Put this font-lock based
5450 mode near Font Lock node.
5451
54522005-11-16 Chong Yidong <cyd@stupidchicken.com>
5453
5454 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5455 icons.
5456
54572005-11-12 Kim F. Storm <storm@cua.dk>
5458
5459 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5460 (Help Summary): Add C-h d and C-h e.
5461 (Apropos): Clarify that all apropos commands may search for either
5462 list of words or a regexp. Add C-h d for apropos-documentation.
5463 Describe apropos-documentation-sort-by-scores user option.
5464
8cf51b2c
GM
54652005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * killing.texi (CUA Bindings): Add @section.
5468
54692005-11-10 Kim F. Storm <storm@cua.dk>
5470
5471 * emacs.texi (Top): Add CUA Bindings entry to menu.
5472
5473 * killing.texi (CUA Bindings): New node. Moved here from
5474 misc.texi and extended with info on rectangle commands and
5475 rectangle highlighting, interface to registers, and the global
5476 mark feature.
5477
5478 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5479
5480 * regs.texi: Prev link points to CUA Bindings node.
5481
54822005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * help.texi (Help Echo): By default, help echos are only shown on
5485 mouse-over, not on point-over.
5486
c8763fb6 54872005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5488
5489 * misc.texi (Shell Mode): Describe how to activate password echoing.
5490
8cf51b2c
GM
54912005-11-04 Romain Francoise <romain@orebokech.com>
5492
5493 * mark.texi (Mark Ring): Fix typo.
5494
54952005-11-03 Richard M. Stallman <rms@gnu.org>
5496
5497 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5498
54992005-11-01 Bill Wohler <wohler@newt.com>
5500
5501 * help.texi (Help Mode): Fix typo.
5502
55032005-11-01 Nick Roberts <nickrob@snap.net.nz>
5504
1c6c854e
CS
5505 * building.texi (Other GDB User Interface Buffers):
5506 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5507
55082005-10-31 Romain Francoise <romain@orebokech.com>
5509
5510 * files.texi (Compressed Files): Fix typo.
5511
5512 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5513
5514 * windows.texi (Force Same Window): Likewise.
5515
55162005-10-30 Bill Wohler <wohler@newt.com>
5517
5518 * help.texi (Help Mode): URLs viewed with browse-url.
5519
55202005-10-31 Nick Roberts <nickrob@snap.net.nz>
5521
5522 * building.texi (GDB Graphical Interface): Don't reference
5523 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5524 must stay in same frame.
5525
55262005-10-29 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5529
5530 * anti.texi (Antinews): Likewise.
5531
8cf51b2c
GM
55322005-10-28 Bill Wohler <wohler@newt.com>
5533
5534 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5535
55362005-10-28 Richard M. Stallman <rms@gnu.org>
5537
5538 * files.texi (Visiting): Explain how to enter ? in a file name.
5539
5540 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5541
8cf51b2c
GM
55422005-10-25 Nick Roberts <nickrob@snap.net.nz>
5543
1c6c854e
CS
5544 * building.texi (GDB Graphical Interface):
5545 Describe gdb-mouse-until.
8cf51b2c
GM
5546
55472005-10-23 Richard M. Stallman <rms@gnu.org>
5548
5549 * custom.texi (Init File): Recommend when to use site-start.el.
5550
8cf51b2c
GM
55512005-10-21 Juri Linkov <juri@jurta.org>
5552
5553 * custom.texi (Examining): Mention accessing the old variable
5554 value via M-n in set-variable.
5555
8cf51b2c
GM
55562005-10-18 Romain Francoise <romain@orebokech.com>
5557
5558 * files.texi (Version Systems): Capitalize GNU.
5559
8cf51b2c
GM
55602005-10-18 Nick Roberts <nickrob@snap.net.nz>
5561
5562 * building.texi (Compilation Mode): Remove redundant paragraph.
5563 (Watch Expressions): Remove paragraph to reflect code change.
5564
8cf51b2c
GM
55652005-10-16 Richard M. Stallman <rms@gnu.org>
5566
5567 * building.texi (Compilation Mode, Compilation): Clarified.
5568
55692005-10-15 Richard M. Stallman <rms@gnu.org>
5570
5571 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5572
8cf51b2c
GM
55732005-10-13 Kenichi Handa <handa@m17n.org>
5574
5575 * basic.texi (Position Info): Fix previous change.
5576
c8763fb6 55772005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5578
5579 * cmdargs.texi (Icons X): Fix typo.
5580
55812005-10-12 Kenichi Handa <handa@m17n.org>
5582
5583 * basic.texi (Position Info): Describe the case that Emacs shows
5584 "part of display ...".
5585
c8763fb6 55862005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5587
5588 * cmdargs.texi (Icons X): -nb => -nbi.
5589
55902005-10-10 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * frames.texi (Speedbar): A couple more clarifications.
5593
55942005-10-11 Nick Roberts <nickrob@snap.net.nz>
5595
5596 * building.texi (GDB User Interface Layout): Improve diagram.
5597 (Watch Expressions): Explain how to make speedbar global.
5598 (Other GDB User Interface Buffers): Make references more precise.
5599
8cf51b2c
GM
56002005-10-09 Richard M. Stallman <rms@gnu.org>
5601
5602 * frames.texi (Speedbar): Clarify the text.
5603
56042005-10-09 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * frames.texi (Speedbar): Add information on keybindings,
5607 dismissing the speedbar, and buffer display mode. Link to
5608 speedbar manual.
5609
c8763fb6 56102005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5611
1c6c854e 5612 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5613 added -nb, --no-bitmap-icon.
5614
8cf51b2c
GM
56152005-10-07 Nick Roberts <nickrob@snap.net.nz>
5616
5617 * building.texi (GDB Graphical Interface): Add variables and
5618 functions to indices. Be more precise.
5619
c8763fb6 56202005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5621
5622 * frames.texi (Drag and Drop): Remove the x- from
5623 x-dnd-open-file-other-window and xdnd-protocol-alist.
5624
56252005-09-30 Romain Francoise <romain@orebokech.com>
5626
5627 * mini.texi (Minibuffer): The default value now appears before the
5628 colon in minibuffer prompts.
5629
8cf51b2c
GM
56302005-09-25 Richard M. Stallman <rms@gnu.org>
5631
5632 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5633
8cf51b2c
GM
56342005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5635
5636 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5637
8cf51b2c
GM
56382005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5639
5640 * emacs.texi (Top): Update submenus from macos.texi.
5641
5642 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5643 (Mac OS): Update feature support status.
5644 (Mac Input): List supported input scripts. Remove description
5645 about `mac-keyboard-text-encoding'. Mention mouse button
5646 emulation and related variables.
5647 (Mac International): Mention Central European and Cyrillic
5648 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5649 Add description about coding system for selection.
5650 Add description about language environment.
5651 (Mac Environment Variables):
5652 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5653 arguments. Add Preferences support.
5654 (Mac Directories): Explicitly state that this node is for Mac OS
5655 Classic only.
1c6c854e
CS
5656 (Mac Font Specs): Mention specification for scalable fonts.
5657 List supported charsets. Add preferred way of creating fontsets.
5658 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5659 (Mac Functions): Add descriptions about `mac-set-file-creator',
5660 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5661 and `mac-get-preference'.
5662
8cf51b2c
GM
56632005-09-16 Romain Francoise <romain@orebokech.com>
5664
5665 Update all files to specify GFDL version 1.2.
5666
5667 * doclicense.texi (GNU Free Documentation License): Update to
5668 version 1.2.
5669
56702005-09-15 Richard M. Stallman <rms@gnu.org>
5671
5672 * buffers.texi (List Buffers): Fix xref.
5673
5674 * rmail.texi (Rmail Basics): Fix xref.
5675
5676 * emacs.texi (Top): Update subnode menus.
5677
5678 * files.texi (Saving Commands): New node, broken out of Saving.
5679 (Customize Save): New node, broken out of Saving.
5680 Clarify effect of write-region-inhibit-fsync.
5681 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5682
8cf51b2c
GM
56832005-09-14 Romain Francoise <romain@orebokech.com>
5684
5685 * files.texi (Saving): Mention write-region-inhibit-fsync.
5686
56872005-09-05 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * custom.texi (Custom Themes): New node.
5690
56912005-09-03 Richard M. Stallman <rms@gnu.org>
5692
49823426
GM
5693 * search.texi (Search Case): Mention vars that control
5694 case-fold-search for various operations.
8cf51b2c
GM
5695
56962005-08-22 Juri Linkov <juri@jurta.org>
5697
5698 * display.texi (Standard Faces): Merge the text from
5699 `(elisp)Standard Faces' into this node.
5700
57012005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5702
5703 * emacs.texi (Top): Delete menu item for deleted node
5704 Keyboard Translations.
5705
57062005-08-18 Richard M. Stallman <rms@gnu.org>
5707
8cf51b2c
GM
5708 * trouble.texi (Unasked-for Search):
5709 Delete xref to Keyboard Translations.
5710
5711 * glossary.texi (Glossary): Delete xref.
5712
8cf51b2c
GM
5713 * custom.texi (Minor Modes): Say that the list here is not complete.
5714 (Keyboard Translations): Node deleted.
5715 (Disabling): Delete xref to it.
5716 (Customization Groups): Fix Custom buffer example.
5717 (Hooks): Mention remove-hooks.
5718
57192005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5720
5721 * building.texi (GDB Graphical Interface): Improve filling of menu
5722 item.
5723
57242005-08-18 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * building.texi (GDB Graphical Interface): Use better node names.
5727
57282005-08-14 Richard M. Stallman <rms@gnu.org>
5729
5730 * text.texi (Sentences): Fix xref.
5731
57322005-08-14 Juri Linkov <juri@jurta.org>
5733
5734 * building.texi (Compilation, Grep Searching): Move grep command
5735 headings from `Compilation' to `Grep Searching'.
5736
5737 * dired.texi (Dired and Find):
5738 * maintaining.texi (Tags Search): Replace grep xref to
5739 `Compilation' node with `Grep Searching'.
5740
5741 * files.texi (Comparing Files): Replace xref to `Compilation' with
5742 `Compilation Mode'.
5743
57442005-08-13 Alan Mackenzie <acm@muc.de>
5745
5746 * search.texi (Non-ASCII Isearch): Correct a typo.
5747 (Replacement Commands): Mention query-replace key binding.
5748
57492005-08-11 Richard M. Stallman <rms@gnu.org>
5750
5751 * programs.texi (Options for Comments): Fix xref.
5752
5753 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5754 out of Regexps.
5755
8cf51b2c
GM
57562005-08-09 Juri Linkov <juri@jurta.org>
5757
5758 * building.texi (Compilation): Use `itemx' instead of `item'.
5759 (Grep Searching): Simplify phrase.
5760
5761 * display.texi (Standard Faces): Describe vertical-border on
5762 window systems.
5763
5764 * windows.texi (Split Window): Simplify phrase and mention
5765 vertical-border face.
5766
57672005-08-09 Richard M. Stallman <rms@gnu.org>
5768
5769 * files.texi (Comparing Files): Clarify compare-windows.
5770
5771 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5772
8cf51b2c
GM
57732005-08-06 Eli Zaretskii <eliz@gnu.org>
5774
5775 * mule.texi (Coding Systems): Rephrase the paragraph about
5776 codepages: no need for "M-x codepage-setup" anymore, except on
5777 MS-DOS.
5778
5779 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5780 the MS-DOS port only.
5781
57822005-07-30 Eli Zaretskii <eliz@gnu.org>
5783
5784 * makefile.w32-in (info): Don't run multi-install-info.bat.
5785 ($(infodir)/dir): New target, produced by running
5786 multi-install-info.bat.
5787
8cf51b2c
GM
57882005-07-22 Eli Zaretskii <eliz@gnu.org>
5789
5790 * files.texi (Quoted File Names): Add index entry.
5791
8cf51b2c
GM
57922005-07-19 Juri Linkov <juri@jurta.org>
5793
5794 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5795
57962005-07-18 Juri Linkov <juri@jurta.org>
5797
8cf51b2c
GM
5798 * custom.texi (Easy Customization):
5799 * files.texi (Old Versions):
5800 * frames.texi (Wheeled Mice):
5801 * mule.texi (Specify Coding):
8cf51b2c
GM
5802 * text.texi (Cell Justification):
5803 * trouble.texi (After a Crash):
8cf51b2c
GM
5804 * xresources.texi (GTK styles):
5805 Delete duplicate duplicate words.
5806
58072005-07-17 Richard M. Stallman <rms@gnu.org>
5808
5809 * frames.texi (Creating Frames): Fix foreground color example.
5810
5811 * custom.texi (Init Examples): Clean up text about conditionals.
5812
58132005-07-16 Richard M. Stallman <rms@gnu.org>
5814
5815 * mini.texi (Completion Commands): Fix command name for ?.
5816
8cf51b2c
GM
58172005-07-16 Eli Zaretskii <eliz@gnu.org>
5818
5819 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5820 `menu' face has no effect on w32 and with GTK.
5821 Add cross-references.
8cf51b2c
GM
5822
5823 * cmdargs.texi (General Variables): Clarify the default location
5824 of $HOME on w32 systems.
5825
58262005-07-15 Jason Rumney <jasonr@gnu.org>
5827
5828 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5829 changed.
5830
58312005-07-08 Kenichi Handa <handa@m17n.org>
5832
1c6c854e
CS
5833 * mule.texi (Recognize Coding):
5834 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5835
58362005-07-07 Richard M. Stallman <rms@gnu.org>
5837
5838 * anti.texi (Antinews): Mention mode-line-inverse-video.
5839
5840 * files.texi (Saving): Minor correction about C-x C-w.
5841
5842 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5843
58442005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5845
5846 * search.texi (Isearch Scroll): Add example of using the
5847 `isearch-scroll' property.
5848 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5849 `Display Custom' node.
5850 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5851 and de-emphasize it.
5852 (Other Repeating Search): `occur' currently can not correctly
5853 handle multiline matches. Correct, clarify and update description
5854 of `flush-lines' and `keep-lines'.
5855
5856 * display.texi (Display Custom): Add anchor for `baud-rate'.
5857
58582005-07-07 Richard M. Stallman <rms@gnu.org>
5859
5860 * gnu.texi: Update where to get GNU status; add refs for how to help.
5861 Add footnotes 6 and 7.
5862
58632005-07-04 Lute Kamstra <lute@gnu.org>
5864
5865 Update FSF's address in GPL notices.
5866
8cf51b2c 5867 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5868 * trouble.texi (Checklist): Update FSF's address.
5869
8cf51b2c
GM
58702005-06-24 Richard M. Stallman <rms@gnu.org>
5871
5872 * display.texi (Text Display): Change index entries.
5873
58742005-06-24 Eli Zaretskii <eliz@gnu.org>
5875
5876 * makefile.w32-in (MAKEINFO): Use --force.
5877 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5878 Makefile.in.
8cf51b2c
GM
5879
58802005-06-23 Richard M. Stallman <rms@gnu.org>
5881
1c6c854e 5882 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5883 nobreak-char-display.
5884
5885 * emacs.texi (Top): Update detailed node listing.
5886
1c6c854e 5887 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5888 to nobreak-char-display and no-break-space to nobreak-space.
5889 (Standard Faces): Split up the list of standard faces
5890 and put it in a separate node. Add nobreak-space and
5891 escape-glyph.
5892
8cf51b2c
GM
58932005-06-23 Lute Kamstra <lute@gnu.org>
5894
5895 * mule.texi (Select Input Method): Fix typo.
5896
58972005-06-23 Kenichi Handa <handa@m17n.org>
5898
1c6c854e
CS
5899 * mule.texi (International): List all supported scripts.
5900 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5901 distribution.
5902 (Language Environments): List all language environments.
5903 Intlfonts contains fonts for most supported scripts, not all..
5904 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5905 input a specific character.
8cf51b2c
GM
5906 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5907
59082005-06-23 Juanma Barranquero <lekktu@gmail.com>
5909
49823426 5910 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5911
59122005-06-22 Miles Bader <miles@gnu.org>
5913
5914 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5915
59162005-06-20 Miles Bader <miles@gnu.org>
5917
5918 * display.texi (Faces): Add `vertical-divider'.
5919
59202005-06-17 Richard M. Stallman <rms@gnu.org>
5921
5922 * text.texi (Adaptive Fill): Minor clarification.
5923
8cf51b2c
GM
59242005-06-10 Lute Kamstra <lute@gnu.org>
5925
5926 * emacs.texi (Top): Correct version number.
5927 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5928 refer to the current version of Emacs.
5929
59302005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5931
5932 * files.texi (Log Buffer): Document when there can be more than
5933 one file to be committed.
5934
59352005-06-08 Juri Linkov <juri@jurta.org>
5936
5937 * display.texi (Faces): Add `shadow' face.
5938
59392005-06-07 Masatake YAMATO <jet@gyve.org>
5940
5941 * display.texi (Faces): Write about mode-line-highlight.
5942
59432005-06-06 Richard M. Stallman <rms@gnu.org>
5944
5945 * misc.texi (Printing Package): Explain how to initialize
5946 printing package.
5947
5948 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5949
59502005-06-05 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * emacs.texi: Rename Hardcopy to Printing.
5953 Make PostScript and PostScript Variables subnodes of it.
5954
5955 * misc.texi (Printing): Rename node from Hardcopy.
5956 Mention menu bar options.
5957 Move PostScript and PostScript Variables to submenu.
5958 (Printing package): New node.
5959
5960 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5961
5962 * dired.texi (Operating on Files): Likewise.
5963
5964 * calendar.texi (Displaying the Diary): Likewise.
5965
5966 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5967
5968 * glossary.texi (Glossary): Likewise.
5969
5970 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5971 effect.
5972
59732005-06-04 Richard M. Stallman <rms@gnu.org>
5974
5975 * trouble.texi (After a Crash): Polish previous change.
5976
8cf51b2c
GM
59772005-05-30 Noah Friedman <friedman@splode.com>
5978
5979 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5980 recovery mechanism.
5981
8cf51b2c
GM
59822005-05-28 Nick Roberts <nickrob@snap.net.nz>
5983
5984 * building.texi (Other Buffers): SPC toggles display of
5985 floating point registers.
5986
8cf51b2c
GM
59872005-05-27 Nick Roberts <nickrob@snap.net.nz>
5988
5989 * files.texi (Log Buffer): Merge in description of Log Edit
5990 mode from pcl-cvs.texi.
5991
59922005-05-26 Richard M. Stallman <rms@gnu.org>
5993
5994 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5995
8cf51b2c
GM
59962005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5999 not enabled by default.
6000 When not on a word, `ispell-word' by default checks the word
6001 before point.
6002
60032005-05-24 Nick Roberts <nickrob@snap.net.nz>
6004
6005 * building.texi (Debugger Operation): Simplify last sentence.
6006
60072005-05-23 Lute Kamstra <lute@gnu.org>
6008
6009 * emacs.texi: Update FSF's address throughout.
6010 (Preface): Use @cite.
6011 (Distrib): Add cross reference to the node "Copying". Mention the
6012 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6013 printed manuals.
6014 (Intro): Use @xref for the Emacs Lisp Intro.
6015
8cf51b2c
GM
60162005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6019
6020 * basic.texi (Moving Point): Mention default for `goto-line'.
6021
6022 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6023 of a variable's docstring.
6024
60252005-05-18 Lute Kamstra <lute@gnu.org>
6026
6027 * maintaining.texi (Overview of Emerge): Add cross reference.
6028 Remove duplication.
6029
6030 * emacs.texi (Top): Update to the current structure of the manual.
6031 * misc.texi (Emacs Server): Add menu description.
6032 * files.texi (Saving): Fix menu.
6033 * custom.texi (Customization): Fix menu.
6034 * mule.texi (International): Fix menu.
6035 * kmacro.texi (Keyboard Macros): Fix menu.
6036
60372005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6038
6039 * display.texi: Various minor changes.
6040 (Faces): Delete text that is repeated in the next section.
6041
60422005-05-16 Nick Roberts <nickrob@snap.net.nz>
6043
6044 * building.texi (Debugger Operation): Mention GUD tooltips are
6045 disabled with GDB in text command mode.
6046
8cf51b2c
GM
60472005-05-16 Nick Roberts <nickrob@snap.net.nz>
6048
6049 * building.texi: Replace toolbar with "tool bar" for consistency.
6050 (Compilation Mode): Describe compilation-context-lines
6051 and use of arrow in compilation buffer.
6052 (Debugger Operation): Replace help text with variable's value.
6053
6054 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6055 consistency.
6056
60572005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6060 Add xref.
6061
8cf51b2c
GM
60622005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6065 (Position Info): Delete discussion of `goto-line'. It is already
6066 described in `Moving point'.
6067
6068 * mini.texi (Completion Commands): Correct reference.
6069 (Completion Options): Fix typo.
6070
6071 * killing.texi (Deletion): Complete description of `C-x C-o'.
6072
8cf51b2c
GM
60732005-05-10 Richard M. Stallman <rms@gnu.org>
6074
6075 * building.texi (Compilation): Clarify recompile's directory choice.
6076
6077 * frames.texi (Tooltips): Cleanups.
6078
6079 * basic.texi (Arguments): Fix punctuation.
6080
60812005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * screen.texi (Menu Bar): The up and down (not left and right)
6084 arrow keys move through a keyboard menu.
6085
60862005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6087
6088 * basic.texi: Various typo and grammar fixes.
6089 (Moving Point): C-a now runs move-beginning-of-line.
6090
60912005-05-08 Nick Roberts <nickrob@snap.net.nz>
6092
6093 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6094
6095 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6096 as different animals.
6097
60982005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6101 Correct index entry.
6102
61032005-05-07 Nick Roberts <nickrob@snap.net.nz>
6104
6105 * building.texi (Debugger Operation): Update to reflect changes
6106 in GUD tooltips.
6107
61082005-04-30 Richard M. Stallman <rms@gnu.org>
6109
6110 * files.texi (Compressed Files): Auto Compression normally enabled.
6111
6112 * building.texi (Debugger Operation): Clarify previous change.
6113
8cf51b2c
GM
61142005-04-28 Nick Roberts <nickrob@snap.net.nz>
6115
6116 * building.texi (Debugger Operation): Add description for
6117 GUD tooltips when program is not running.
6118
61192005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6120
6121 * misc.texi (Shell): Add `Shell Prompts' to menu.
6122 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6123 description. Delete remarks moved to new node.
6124 (Shell Prompts): New node.
6125 (History References): Replace remarks moved to `Shell Prompts'
6126 with xref to that node.
6127 (Remote Host): Clarify how to specify the terminal type when
6128 logging in to a different machine.
6129
61302005-04-26 Richard M. Stallman <rms@gnu.org>
6131
6132 * emacs.texi (Top): Update submenus from files.texi.
6133
6134 * files.texi (Filesets): Clarify previous change.
6135
6136 * dired.texi (Misc Dired Features): Clarify previous change.
6137
61382005-04-25 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6141
1c6c854e
CS
6142 * dired.texi (Misc Dired Features):
6143 Document dired-compare-directories.
8cf51b2c
GM
6144
6145 * files.texi (Filesets): New node.
6146 (File Conveniences): Document Image mode.
6147
6148 * text.texi (TeX Print): Document tex-compile.
6149
61502005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6153 Delete redundant reference to tooltip Custom group. It is
6154 referred too again in the next paragraph.
6155
61562005-04-24 Richard M. Stallman <rms@gnu.org>
6157
6158 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6159
8cf51b2c
GM
61602005-04-19 Kim F. Storm <storm@cua.dk>
6161
6162 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6163
61642005-04-18 Lars Hansen <larsh@math.ku.dk>
6165
6166 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6167 turns off desktop-save-mode.
6168
61692005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6170
6171 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6172 by default in terminals compatible with xterm. Mention that
6173 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6174 node.
6175
8cf51b2c
GM
61762005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6177
6178 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6179
c8763fb6 61802005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6181
6182 * xresources.texi (Table of Resources): Add cursorBlink.
6183
61842005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6185
6186 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6187 `d', `C-d' and `u'.
6188
61892005-04-11 Richard M. Stallman <rms@gnu.org>
6190
6191 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6192 (Misc X): Add -D, --basic-display.
6193
6194 * maintaining.texi (Change Log): Correct the description of
6195 the example.
6196
6197 * major.texi (Choosing Modes): Document magic-mode-alist.
6198
8cf51b2c
GM
61992005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6200
6201 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6202 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6203 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6204 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6205 `w', respectively.
6206 (Rmail Labels): Mention `l'.
6207 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6208 (Rmail Summary Edit): Describe `j' and RET.
6209
c8763fb6 62102005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6211
6212 * xresources.texi (Lucid Resources): Add fontSet resource.
6213
8cf51b2c
GM
62142005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6217 now called `indicate-empty-lines'.
6218
62192005-04-06 Kim F. Storm <storm@cua.dk>
6220
6221 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6222
62232005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6226 deleted.
6227 (Marks vs Flags): Add some convenient key bindings.
6228 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6229 (Misc Dired Features): Correct and expand description of `w' command.
6230
6231 * frames.texi (XTerm Mouse): Delete apparently false info.
6232 The GNU/Linux console currently does not appear to support
6233 `xterm-mouse-mode'.
6234
8cf51b2c
GM
62352005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6236
6237 * calendar.texi (Diary): Mention shell utility `calendar'.
6238
62392005-04-01 Richard M. Stallman <rms@gnu.org>
6240
6241 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6242
8cf51b2c
GM
62432005-04-01 Lute Kamstra <lute@gnu.org>
6244
6245 * maintaining.texi (Change Log): add-change-log-entry uses
6246 add-log-mailing-address.
6247
62482005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6249
6250 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6251 `VC Mode Line' and put in an xref to that node.
6252 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6253 its description.
6254
62552005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6256
6257 * calendar.texi (Calendar Systems): Say that the Persian calendar
6258 implemented here is the arithmetical one championed by Birashk.
6259
62602005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6261
6262 * programs.texi (Fortran Motion): Fix previous change.
6263
8cf51b2c
GM
62642005-03-29 Richard M. Stallman <rms@gnu.org>
6265
6266 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6267
62682005-03-29 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * text.texi (Refill): Refer to Long Lines Mode.
6271 (Longlines): New node.
6272 (Auto Fill): Don't index "word wrap" here.
6273 (Filling): Add Longlines to menu.
6274
62752005-03-29 Richard M. Stallman <rms@gnu.org>
6276
6277 * xresources.texi: Minor fixes.
6278
6279 * misc.texi (Emacs Server): Fix Texinfo usage.
6280
6281 * emacs.texi (Top): Don't use a real section heading for
6282 "Detailed Node Listing". Fake it instead.
6283
6284 * basic.texi (Position Info): Minor cleanup.
6285
6286 * mule.texi (Input Methods): Minor cleanup.
6287
62882005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6289
6290 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6291 constructs as well.
6292 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6293
62942005-03-29 Kenichi Handa <handa@m17n.org>
6295
6296 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6297
6298 * basic.texi (Position Info): Update the description about the
6299 command C-u C-x =.
6300
63012005-03-28 Richard M. Stallman <rms@gnu.org>
6302
6303 * emacs.texi (Top): Use @section for the detailed node listing.
6304
6305 * calendar.texi: Minor fixes to previous change.
6306
6307 * programs.texi (Fortran): Small fixes to previous changes.
6308
6309 * emacs.texi (Top): Update list of subnodes of Dired.
6310 Likewise for building.texi.
6311
6312 * files.texi (File Conveniences): Delete Auto Image File mode.
6313
63142005-03-28 Chong Yidong <cyd@stupidchicken.com>
6315
6316 * building.texi (Flymake): New node.
6317
6318 * custom.texi (Function Keys): Document kp- event types and
6319 keypad-setup package.
6320
6321 * dired.texi (Wdired): New node.
6322
6323 * files.texi (File Conveniences): Reorder entries.
6324 Explain how to turn on Auto-image-file mode.
6325 Document Thumbs mode.
6326
6327 * mule.texi (Specify Coding): Document recode-region and
6328 recode-file-name.
6329
6330 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6331
63322005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6333
6334 * commands.texi (Keys): M-o is now a prefix key.
6335
63362005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6337
6338 * programs.texi: Reformat and update copyright years.
6339 (Fortran): Update section.
6340
63412005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6342
6343 * files.texi: Several small changes in addition to:
6344 (Visiting): Change xref for Dialog Boxes to ref.
6345 (Version Headers): Replace references to obsolete var
6346 `vc-header-alist' with `vc-BACKEND-header'.
6347 (Customizing VC): Update value of `vc-handled-backends'.
6348
63492005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6350
6351 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6352 move here from Emacs Lisp Reference Manual.
6353 * calendar.texi (Calendar/Diary, Diary Commands)
6354 (Special Diary Entries, Importing Diary): Change some xrefs to
6355 point to emacs-xtra rather than elisp.
6356
6357 * emacs-xtra.texi (Calendar Customizing):
6358 Move view-diary-entries-initially, view-calendar-holidays-initially,
6359 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6360 Emacs Manual.
6361 (Appt Customizing): Merge entire section into main Emacs Manual.
6362 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6363 mark-holidays-in-calendar here from emacs-xtra.
6364 (Displaying the Diary): Move view-diary-entries-initially,
6365 mark-diary-entries-in-calendar here from emacs-xtra.
6366 (Appointments): Move appt-display-mode-line,
6367 appt-display-duration, appt-disp-window-function,
6368 appt-delete-window-function here from emacs-xtra.
6369
6370 * calendar.texi: Update and reformat copyright.
6371 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6372 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6373 (Diary): Refer to `diary-file' rather than ~/diary.
6374 (Diary Commands): Rename node to "Displaying the Diary".
6375 * emacs.texi (Top): Rename "Diary Commands" section.
6376 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6377
63782005-03-26 Eli Zaretskii <eliz@gnu.org>
6379
6380 * misc.texi (Emacs Server): Fix the command for setting
6381 server-name. Add an xref to Invoking emacsclient.
6382
6383 * help.texi (Help Summary): Clarify when "C-h ." will do something
6384 nontrivial.
6385 (Apropos): Add cindex entry for apropos-sort-by-scores.
6386
6387 * display.texi (Text Display): Add index entries for how no-break
6388 characters are displayed.
6389
8cf51b2c
GM
63902005-03-26 Eli Zaretskii <eliz@gnu.org>
6391
6392 * files.texi (Visiting): Fix cross-references introduced with the
6393 last change.
6394
6395 * xresources.texi (GTK resources): Fix last change.
6396
8cf51b2c
GM
63972005-03-25 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * xresources.texi (X Resources): GTK options documented too.
6400 (Resources): Clarify meaning of program name.
6401 (Table of Resources): Add visualClass.
6402 (GTK resources): Rewrite.
6403 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6404
6405 * display.texi (Text Display): Mention non-breaking spaces.
6406
6407 * files.texi (Reverting): Document auto-revert-check-vc-info.
6408
6409 * frames.texi (Mouse Commands): Document
6410 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6411
6412 * help.texi (Help Summary): Add `C-h .'.
6413 (Apropos): Apropos accepts a list of search terms.
6414 Document apropos-sort-by-scores.
6415 (Help Echo): Document display-local-help.
6416
6417 * misc.texi (Emacs Server): Document server-name.
6418 (Invoking emacsclient): Document -s option for server names.
6419
6420 * text.texi (Outline Visibility): Introduce "current heading
6421 line" (commands can be called with point on a body line).
6422 Re-order table to follow the sequence of discussion.
6423 hide-body won't hide lines before first header line.
6424 (TeX Mode): Add DocTeX mode.
6425
8cf51b2c
GM
64262005-03-24 Richard M. Stallman <rms@gnu.org>
6427
6428 * mule.texi (Single-Byte Character Support): Delete mention
6429 of iso-acc.el and iso-transl.el.
6430
8cf51b2c
GM
64312005-03-23 Lute Kamstra <lute@gnu.org>
6432
6433 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6434
64352005-03-23 Richard M. Stallman <rms@gnu.org>
6436
8cf51b2c
GM
6437 * search.texi: Delete explicit node pointers.
6438 (Incremental Search): New menu.
6439 (Basic Isearch, Repeat Isearch, Error in Isearch)
6440 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6441 (Slow Isearch): New subnodes.
6442 (Configuring Scrolling): Node deleted.
6443 (Search Case): Doc default-case-fold-search.
6444 (Regexp Replace): Move replace-regexp doc here.
6445
6446 * rmail.texi (Movemail): Put commas inside closequotes.
6447
6448 * picture.texi (Insert in Picture): Document C-c arrow combos.
6449 (Basic Picture): Clarify erasure.
6450
6451 * display.texi (Font Lock): Put commas inside closequotes.
6452
6453 * cmdargs.texi (General Variables): Put commas inside closequotes.
6454
64552005-03-23 Nick Roberts <nickrob@snap.net.nz>
6456
6457 * building.texi (Stack Buffer): Mention reverse contrast for
6458 *selected* frame (might not be current frame).
6459
8cf51b2c
GM
64602005-03-21 Richard M. Stallman <rms@gnu.org>
6461
6462 * building.texi (Starting GUD): Add bashdb.
6463
64642005-03-20 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * basic.texi (Moving Point): Add M-g M-g binding.
6467 (Undo): Document undo-only.
6468 (Position Info): Document M-g M-g and C-u M-g M-g.
6469
6470 * building.texi (Building): Put Grep Searching after Compilation
6471 Shell.
6472 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6473 Document next-error-highlight.
6474 (Grep Searching): Document grep-highlight-matches.
6475 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6476
6477 * calendar.texi (Importing Diary): Rename node from iCalendar.
6478 Document diary-from-outlook.
6479
6480 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6481 Commands.
6482 Mention effect of X drag and drop on Dired buffers.
6483
6484 * files.texi (Visiting): Document large-file-warning-threshold.
6485 Move paragraph on file-selection dialog.
6486 Mention visiting files using X drag and drop.
6487 (Reverting): Mention using Auto-Revert mode to tail files.
6488 Document auto-revert-tail-mode.
6489 (Version Systems): Minor correction.
6490 (Comparing Files): Diff-mode is no longer based on Compilation
6491 mode.
6492 Document compare-ignore-whitespace.
6493 (Misc File Ops): Explain passing a directory to rename-file.
6494 Likewise for copy-file and make-symbolic-link.
6495
6496 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6497 Document mouse-wheel-progressive speed.
6498
6499 * help.texi (Misc Help): Document numeric argument for C-h i.
6500 Correctly explain the effect of just C-u as argument.
6501
6502 * killing.texi (Deletion): Document numeric argument for
6503 just-one-space.
6504
6505 * mini.texi (Completion): Completion acts on text before point.
6506
6507 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6508 (Emulation): CUA mode replaces pc-bindings-mode,
6509 pc-selection-mode, and s-region.
6510
6511 * mule.texi (Input Methods): Leim is now built-in.
6512 (Select Input Method): Document quail-show-key.
6513 (Specify Coding): Document revert-buffer-with-coding-system.
6514
6515 * programs.texi (Fortran Motion): Document f90-next-statement,
6516 f90-previous-statement, f90-next-block, f90-previous-block,
6517 f90-end-of-block, and f90-beginning-of-block.
6518
6519 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6520
6521 * emacs.texi (Acknowledgments): Updated.
6522
6523 * anti.texi: Total rewrite.
6524
8cf51b2c
GM
65252005-03-19 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * ack.texi (Acknowledgments): Update.
6528
65292005-03-19 Eli Zaretskii <eliz@gnu.org>
6530
1c6c854e
CS
6531 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6532 Update copyright years.
8cf51b2c
GM
6533
65342005-03-14 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * building.texi (Commands of GUD): Move paragraph on setting
6537 breakpoints with mouse to the GDB Graphical Interface node.
6538
65392005-03-07 Richard M. Stallman <rms@gnu.org>
6540
8cf51b2c
GM
6541 * misc.texi (Single Shell, Shell Options): Fix previous change.
6542
6543 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6544
65452005-03-06 Richard M. Stallman <rms@gnu.org>
6546
6547 * building.texi (Starting GUD): Don't explain text vs graphical
6548 GDB here. Just mention it and xref.
6549 Delete "just one debugger process".
6550 (Debugger Operation): Move GUD tooltip info here.
6551 (GUD Tooltips): Node deleted.
6552 (GDB Graphical Interface): Explain the two GDB modes here.
6553
8cf51b2c
GM
6554 * sending.texi (Sending Mail): Minor cleanup.
6555 (Mail Aliases): Explain quoting conventions.
6556 Update key rebinding example.
6557 (Header Editing): C-M-i is like M-TAB.
6558 (Mail Mode Misc): mail-attach-file does not do MIME.
6559
6560 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6561 that really belongs here.
6562 (Remote Mailboxes): Text moved to Rmail Inbox.
6563 (Rmail Display): Mention Mouse-1.
6564 (Movemail): Clarify two movemail versions.
6565 Clarify rmail-movemail-program.
6566
8cf51b2c
GM
6567 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6568 Document async shell commands.
6569 (Shell History): Clarify.
6570 (Shell Ring): Mention C-UP an C-DOWN.
6571 (Shell Options): Add comint-prompt-read-only.
6572 (Invoking emacsclient): Set EDITOR to run Emacs.
6573 (Sorting): No need to explain what region is.
6574 (Saving Emacs Sessions): Fix typo.
6575 (Recursive Edit): Fix punctuation.
6576 (Emulation): Don't mention "PC bindings" which are standard.
6577 (Hyperlinking): Explain Mouse-1 convention here.
6578 (Find Func): Node deleted.
6579
8cf51b2c
GM
6580 * help.texi (Name Help): Xref to Hyperlinking.
6581
6582 * glossary.texi (Glossary):
6583 Rename "Balance Parentheses" to "Balancing...".
6584 Add "Byte Compilation". Correct "Copyleft".
6585 New xref in "Customization".
6586 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6587 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6588 Rename "Registers" to "Register".
6589 Replace "Selecting" with "Selected Frame",
6590 "Selected Window", and "Selecting a Buffer".
6591
6592 * files.texi (Types of Log File): Explain how projects'
6593 methods can vary.
6594
8cf51b2c
GM
6595 * display.texi (Faces): Delete "Emacs 21".
6596
6597 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6598 * fixit.texi (Spelling): C-M-i like M-TAB.
6599 * mini.texi (Completion Options): C-M-i like M-TAB.
6600 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6601 * text.texi (Text Mode): C-M-i like M-TAB.
6602
6603 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6604
6605 * calendar.texi (Specified Dates): Mention `g w'.
6606 (Appointments): appt-activate toggles with no arg.
6607
8cf51b2c
GM
66082005-03-05 Juri Linkov <juri@jurta.org>
6609
6610 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6611 "invocation (command line arguments)".
8cf51b2c
GM
6612 (Misc X): Add -nbc, --no-blinking-cursor.
6613
66142005-03-04 Ulf Jasper <ulf.jasper@web.de>
6615
6616 * calendar.texi (iCalendar): No need to require it now.
6617
8cf51b2c
GM
66182005-03-03 Nick Roberts <nickrob@snap.net.nz>
6619
6620 * trouble.texi (Contributing): Mention Savannah. Direct users to
6621 emacs-devel.
6622
66232005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6624
6625 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6626 window.
6627
8cf51b2c
GM
66282005-02-27 Richard M. Stallman <rms@gnu.org>
6629
6630 * building.texi (Compilation): Update mode line status info.
6631
66322005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6633
6634 * calendar.texi (General Calendar): Document binding of
6635 scroll-other-window-down.
6636 (Mayan Calendar): Fix earliest date.
6637 (Time Intervals): Document timeclock-change.
6638 Fix timeclock-ask-before-exiting documentation.
6639
66402005-02-26 Kim F. Storm <storm@cua.dk>
6641
6642 * frames.texi (Mouse References):
6643 Add mouse-1-click-in-non-selected-windows.
6644
66452005-02-25 Richard M. Stallman <rms@gnu.org>
6646
6647 * screen.texi (Screen): Explain better about cursors and mode lines;
6648 don't presuppose text terminals.
6649 (Point): Don't assume just one cursor.
6650 Clarify explanation of cursors.
6651 (Echo Area, Menu Bar): Cleanups.
6652
6653 * mini.texi (Minibuffer): Prompts are highlighted.
6654 (Minibuffer Edit): Newline = C-j only on text terminals.
6655 Clarify resize-mini-windows values.
6656 Mention M-PAGEUP and M-PAGEDOWN.
6657 (Completion Commands): Mouse-1 like Mouse-2.
6658 (Minibuffer History): Explain history commands better.
6659 (Repetition): Add xref to Incremental Search.
6660
6661 * mark.texi (Setting Mark): Clarify info about displaying mark.
6662 Clarify explanation of C-@ and C-SPC.
6663 (Transient Mark): Mention Delete Selection mode.
6664 (Marking Objects): Clean up text about extending the region.
6665
6666 * m-x.texi (M-x): One C-g doesn't always go to top level.
6667 No delay before suggest-key-bindings output.
6668
6669 * fixit.texi (Fixit): Mention C-/ for undo.
6670 (Spelling): Mention ESC TAB like M-TAB.
6671 Replacement words with r and R are rechecked.
6672 Say where C-g leaves point. Mention ? as input.
6673
66742005-02-23 Lute Kamstra <lute@gnu.org>
6675
6676 * cmdargs.texi (Initial Options): Add cross reference.
6677
8cf51b2c
GM
66782005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6679
6680 * emacs.texi (Top): Update menu for splitting of node in
6681 msdog.texi.
6682 * frames.texi (Frames): Update xref for splitting of node in
6683 msdog.texi.
6684 * trouble.texi (Quitting): Ditto.
6685
66862005-02-16 Richard M. Stallman <rms@gnu.org>
6687
6688 * windows.texi (Split Window): Simplify line truncation info
6689 and xref to Display Custom.
6690
6691 * trouble.texi (Quitting): Emergency escape only for text terminal.
6692 (Screen Garbled): C-l for ungarbling is only for text terminal.
6693
6694 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6695
6696 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6697
6698 * programs.texi (Program Modes): Mention Python mode.
6699 (Moving by Defuns): Repeating C-M-h extends region.
6700 (Basic Indent): Clarify.
6701 (Custom C Indent): Clarify.
6702 (Expressions): Repeating C-M-@ extends region.
6703 (Info Lookup): Clarify for C-h S.
6704 (Symbol Completion): ESC TAB alternative for M-TAB.
6705 (Electric C): Clarify.
6706
6707 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6708
6709 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6710 MS-DOS Input node.
6711 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6712 (MS-DOS and MULE): Clarify.
6713 (MS-DOS Processes, Windows Processes): Fix typos.
6714
6715 * major.texi (Choosing Modes): Clarify.
6716
6717 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6718 (Keyboard Macro Step-Edit): Clarify.
6719
6720 * indent.texi (Indentation): Clarifications.
6721
6722 * help.texi (Help): Correct error about C-h in query-replace.
6723 Clarify apropos vs C-h a. Fix how to search in FAQ.
6724 (Key Help): Describe C-h w here.
6725 (Name Help): Minor cleanup. C-h w moved to Key Help.
6726 Clarify the "object" joke.
6727 (Apropos): Clarify. Mouse-1 like Mouse-2.
6728 (Help Mode): Mouse-1 like Mouse-2.
6729
6730 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6731
6732 * display.texi (Display): Reorder menu.
6733 (Faces): Cleanup.
6734 (Font Lock): Cleanup. Mention Options menu.
6735 Delete obsolete text.
6736 (Scrolling): For C-l, don't presume text terminal.
6737 (Horizontal Scrolling): Simplify intro.
6738 (Follow Mode): Clarify.
1c6c854e 6739 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6740 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6741 Doc default-tab-width. Doc line truncation more thoroughly.
6742
6743 * dired.texi (Dired Enter): C-x C-f can run Dired.
6744 (Dired Visiting): Comment out `a' command.
6745 Mouse-1 is like Mouse-2.
6746 (Shell Commands in Dired): ? can be used more than once.
6747
6748 * basic.texi (Continuation Lines): Simplify description of truncation,
6749 and refer to Display Custom for the rest of it.
6750
8cf51b2c
GM
67512005-02-06 Lute Kamstra <lute@gnu.org>
6752
6753 * basic.texi (Undo): Fix typo.
6754
6755 * cmdargs.texi (Emacs Invocation): Fix typo.
6756
6757 * custom.texi (Init Examples): Fix typo.
6758
6759 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6760
67612005-02-06 Richard M. Stallman <rms@gnu.org>
6762
6763 * regs.texi (Registers): Registers can hold numbers, too.
6764
6765 * killing.texi (Other Kill Commands): Cleanup.
6766 Delete redundant explanation of kill in read-only buffer.
6767 (Yanking): Mention term "copying".
6768 (Accumulating Text): Fix typo.
6769
6770 * entering.texi (Entering Emacs): Update rationale at start.
6771 (Exiting): Treat iconifying on a par with suspension.
6772
6773 * custom.texi (Minor Modes): Fix typo.
6774 (Easy Customization): Fix menu style.
6775 (Variables): Add xref.
6776 (Examining): Setting for future sessions works through .emacs.
6777 (Keymaps): "Text terminals", not "Many".
6778 (Init Rebinding): Explain \C-. Show example of \M-.
6779 Fix minor wording errors.
6780 (Function Keys): Explain vector syntax just once.
6781 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6782 (Init File): Mention .emacs.d directory.
6783 (Init Examples): Add xref.
6784 (Find Init): Mention .emacs.d directory.
6785
6786 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6787 (Action Arguments): Explain which kinds of -l args are found how.
6788 (Initial Options): --batch does not inhibit site-start.
6789 Add xrefs.
6790 (Command Example): Use --batch, not -batch.
6791
6792 * basic.texi (Inserting Text): Cleanup wording.
6793 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6794 C-n is not error at end of buffer.
6795 (Undo): Doc C-/ like C-_. Add xrefs.
6796 (Arguments): META key may be labeled ALT.
6797 Peculiar arg meanings are explained in doc strings.
6798
6799 * abbrevs.texi (Expanding Abbrevs): Clarify.
6800
68012005-02-05 Eli Zaretskii <eliz@gnu.org>
6802
6803 * frames.texi (Frame Parameters): Add an xref to the description
6804 of list-colors-display. Add a pointer to the X docs about colors.
6805
6806 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6807 Improve docs of list-colors-display.
8cf51b2c
GM
6808
68092005-02-03 Lute Kamstra <lute@gnu.org>
6810
6811 * frames.texi (Frames, Drag and Drop): Fix typos.
6812
68132005-02-03 Richard M. Stallman <rms@gnu.org>
6814
6815 * windows.texi (Basic Window): Mention color-change in mode line.
6816 (Change Window): Explain dragging vertical boundaries.
6817
6818 * text.texi (Sentences): Clarify.
6819 (Paragraphs): Explain M-a and blank lines.
6820 (Outline Mode): Clarify text and menu.
6821 (Hard and Soft Newlines): Mention use-hard-newlines.
6822
6823 * frames.texi (Frames): Delete unnecessary mention of Windows.
6824 (Mouse Commands): Likewise. Mention xterm mouse support.
6825 (Clipboard): Clarify.
6826 (Mouse References): Mention use of Mouse-1 for following links.
6827 (Menu Mouse Clicks): Clarify.
6828 (Mode Line Mouse): Clarify.
6829 (Drag and Drop): Rewrite.
6830
6831 * fixit.texi (Spelling): Fix typo.
6832
6833 * files.texi (File Names): Clarify.
6834 (Visiting): Update conditions for use of file dialog. Clarify.
6835 (Saving): Doc d as answer in save-some-buffers.
6836 (Remote Files): Clean up the text.
6837
6838 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6839
6840 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6841 (List Buffers): Clarify.
6842 (Several Buffers): Doc T command.
6843 (Buffer Convenience): Clarify menu.
6844
6845 * basic.texi (Undo): Clarify last change.
6846
68472005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6848
6849 * fixit.texi (Spelling): Fix typo.
6850
68512005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6852
6853 * basic.texi (Undo): Update description of `undo-outer-limit'.
6854
68552005-02-01 Nick Roberts <nickrob@snap.net.nz>
6856
6857 * building.texi: Update documentation relating to GDB Graphical
6858 Interface.
6859
68602005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * custom.texi (Easy Customization): Adapt menu to node name change.
6863
68642005-01-30 Richard M. Stallman <rms@gnu.org>
6865
6866 * custom.texi (Easy Customization): Defn of "User Option" now
6867 includes faces. Don't say just "option" when talking about variables.
6868 Do say just "options" to mean "anything customizable".
6869 (Specific Customization): Describe `customize-variable',
6870 not `customize-option'.
6871
6872 * glossary.texi (Glossary) <Faces>: Add xref.
6873 <User Option>: Change definition--include faces. Change xref.
6874
6875 * picture.texi (Picture): Mention artist.el.
6876
6877 * sending.texi, screen.texi, programs.texi, misc.texi:
6878 * mini.texi, major.texi, maintaining.texi, macos.texi:
6879 * help.texi, frames.texi, files.texi:
6880 Don't say just "option" when talking about variables.
6881
6882 * display.texi, mule.texi: Don't say just "option" when talking
6883 about variables. Other minor cleanups.
6884
8cf51b2c
GM
68852005-01-26 Lute Kamstra <lute@gnu.org>
6886
6887 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6888 File'. Mention the `-Q' option at the `--no-site-file' option.
6889
8cf51b2c
GM
68902005-01-22 David Kastrup <dak@gnu.org>
6891
6892 * building.texi (Grep Searching): Mention alias `find-grep' for
6893 `grep-find'.
6894
68952005-01-20 Richard M. Stallman <rms@gnu.org>
6896
6897 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6898
8cf51b2c
GM
68992005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6900
6901 * rmail.texi (Movemail): Explain differences
6902 between standard and mailutils versions of movemail.
6903 Describe command line and configuration options introduced
6904 with the latter.
6905 Explain the notion of mailbox URL, provide examples and
6906 cross-references to mailutils documentation.
6907 Describe various methods of specifying mailbox names,
6908 user names and user passwords for rmail.
1c6c854e
CS
6909 (Remote Mailboxes): New section.
6910 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6911 options used to control its behavior.
6912 (Other Mailbox Formats): Explain handling of various mailbox
6913 formats.
6914
69152005-01-13 Richard M. Stallman <rms@gnu.org>
6916
6917 * commands.texi (Commands): Clarification.
6918
69192005-01-11 Richard M. Stallman <rms@gnu.org>
6920
6921 * programs.texi (Multi-line Indent): Fix previous change.
6922 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6923
8cf51b2c
GM
69242005-01-08 Richard M. Stallman <rms@gnu.org>
6925
6926 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6927 lazy-highlight.
6928
6929 * search.texi (Query Replace): Mention faces query-replace
6930 and lazy-highlight.
6931 (Incremental Search): Update isearch highlighting info.
6932
8cf51b2c
GM
69332005-01-04 Richard M. Stallman <rms@gnu.org>
6934
6935 * custom.texi (Saving Customizations): Minor improvement.
6936
8cf51b2c
GM
69372005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6938
6939 * custom.texi (Saving Customizations): Emacs no longer loads
6940 `custom-file' after .emacs. No longer mention customizing through
6941 Custom.
6942
8cf51b2c
GM
69432005-01-01 Andreas Schwab <schwab@suse.de>
6944
6945 * killing.texi (Graphical Kill): Move up under node Killing,
6946 change @section to @subsection.
6947
69482005-01-01 Richard M. Stallman <rms@gnu.org>
6949
6950 * custom.texi (Face Customization): Mention hex color specs.
6951
6952 * emacs.texi (Top): Update Killing submenu.
6953
6954 * killing.texi (Killing): Reorganize section.
6955 No more TeX-only text; put the node command at start of chapter.
6956 But the first section heading is used only in TeX.
6957 Rewrite the text to read better in this mode.
6958 (Graphical Kill): New subnode gets some of the text that
6959 used to be in the first section.
6960
69612004-12-31 Richard M. Stallman <rms@gnu.org>
6962
6963 * dired.texi (Shell Commands in Dired): Delete the ? example.
6964
6965 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6966
6967 * files.texi (Saving): Describe new require-final-newline features
6968 and mode-require-final-newline.
6969
8cf51b2c
GM
69702004-12-29 Richard M. Stallman <rms@gnu.org>
6971
6972 * custom.texi (File Variables): Clarify previous change.
6973
c8763fb6 69742004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6975
6976 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6977 out now.
6978
69792004-12-27 Richard M. Stallman <rms@gnu.org>
6980
6981 * Makefile.in (MAKEINFO): Specify --force.
6982
6983 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6984 (Undo): Doc undo-outer-limit.
6985
8cf51b2c
GM
69862004-12-15 Juri Linkov <juri@jurta.org>
6987
6988 * mark.texi (Transient Mark, Mark Ring): M-< and other
6989 movement commands don't set mark in Transient Mark mode
6990 if mark is active.
6991
8cf51b2c
GM
69922004-12-12 Juri Linkov <juri@jurta.org>
6993
6994 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6995 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6996
6997 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6998 (Misc Dired Commands): Add @r{(Dired)} to w.
6999
70002004-12-12 Juri Linkov <juri@jurta.org>
7001
7002 * mark.texi (Marking Objects): Marking commands also extend the
7003 region when mark is active in Transient Mark mode.
7004
8cf51b2c
GM
70052004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * custom.texi (Saving Customizations): Emacs only loads the custom
7008 file automatically after the init file in version 22.1 or later.
7009 Adapt text and examples to this fact.
7010
8cf51b2c
GM
70112004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7012
7013 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7014 be set through Custom. Otherwise, it has no effect.
7015
8cf51b2c
GM
70162004-12-05 Richard M. Stallman <rms@gnu.org>
7017
7018 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7019 * entering.texi: Rename Command Line to Emacs Invocation.
7020
10d1d0af 7021 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7022
7023 * custom.texi (Easy Customization): Move up to section level,
7024 before Variables. Avoid using the term "variable"; say "option".
7025 New initial explanation.
7026 (Variables): In initial explanation, connect "variable" to the
7027 already-explained "user option".
7028
7029 * emacs.texi (Top): Fix ref to Command Line.
7030 Move reference to Easy Customization.
7031
7032 * xresources.texi (X Resources): Fix From link.
7033
7034 * doclicense.texi (GNU Free Documentation License): Fix To link.
7035
7036 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7037
7038 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7039
70402004-12-03 Richard M. Stallman <rms@gnu.org>
7041
7042 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7043
70442004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7045
7046 * kmacro.texi: Several small changes in addition to the following.
7047 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7048 defining a keyboard macro.
7049 Mention `kmacro-ring-max'.
7050 (Keyboard Macro Counter): Clarify description of
7051 `kmacro-insert-counter', `kmacro-set-counter',
7052 `kmacro-add-counter' and `kmacro-set-format'.
7053
70542004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7055
7056 * custom.texi (File Variables): Add `unibyte' and make it more
7057 clear that `unibyte' and `coding' are special. Suggested by Simon
7058 Krahnke <overlord@gmx.li>.
7059
7060 * mule.texi (Enabling Multibyte): Refer to File Variables.
7061 Suggested by Simon Krahnke <overlord@gmx.li>.
7062
c8763fb6 70632004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7064
7065 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7066 x-use-old-gtk-file-dialog.
7067
8cf51b2c
GM
70682004-11-20 Richard M. Stallman <rms@gnu.org>
7069
7070 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7071
70722004-11-09 Lars Brinkhoff <lars@nocrew.org>
7073
7074 * building.texi (Lisp Eval): Delete hyphen in section name.
7075
70762004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7077
7078 * files.texi (Old Versions):
7079 No longer document annotation as "CVS only".
7080
70812004-11-10 Andre Spiegel <spiegel@gnu.org>
7082
7083 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7084 version systems, mentioning the new ones that we support.
7085 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7086 suggestions.
7087
c8763fb6 70882004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7089
49823426 7090 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7091
c8763fb6 70922004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7093
7094 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7095
70962004-10-23 Eli Zaretskii <eliz@gnu.org>
7097
7098 * text.texi (Text Based Tables, Table Definition)
7099 (Table Creation, Table Recognition, Cell Commands)
7100 (Cell Justification, Row Commands, Column Commands)
7101 (Fixed Width Mode, Table Conversion, Measuring Tables)
7102 (Table Misc): New nodes, documenting the Table Mode.
7103
8cf51b2c
GM
71042004-10-19 Jason Rumney <jasonr@gnu.org>
7105
7106 * makefile.w32-in (info): Change order of arguments to makeinfo.
7107
71082004-10-19 Ulf Jasper <ulf.jasper@web.de>
7109
7110 * calendar.texi (iCalendar): Update for package changes.
7111
8cf51b2c
GM
71122004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * files.texi (Misc File Ops): View mode is a minor mode.
7115
8cf51b2c
GM
71162004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7117
7118 * calendar.texi (iCalendar): Style changes.
7119
71202004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * search.texi (Regexps): The regexp described in the example is no
7123 longer stored in the variable `sentence-end'.
7124
8cf51b2c
GM
71252004-10-06 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * building.texi (Starting GUD): Note that multiple debugging
7128 sessions requires `gdb --fullname'.
7129
71302004-10-05 Ulf Jasper <ulf.jasper@web.de>
7131
7132 * calendar.texi (iCalendar): New section for a new package.
7133
8cf51b2c
GM
71342004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * text.texi: Various small changes in addition to the following.
7137 (Text): Replace xref for autotype with inforef.
7138 (Sentences): Explain nil value for `sentence-end'.
7139 (Paragraphs): Update default values for `paragraph-start' and
7140 `paragraph-separate'.
7141 (Text Mode): Correct description of Text mode's effect on the
7142 syntax table.
7143 (Outline Visibility): `hide-other' does not hide top level headings.
7144 `selective-display-ellipses' no longer has an effect on Outline mode.
7145 (TeX Misc): Add missing @cindex.
7146 Replace xref for RefTeX with inforef.
7147 (Requesting Formatted Text): The variable
7148 `enriched-fill-after-visiting' no longer exists.
7149 (Editing Format Info): Update names of menu items and commands.
7150 (Format Faces): Mention special effect of specifying the default face.
7151 Describe inheritance of text properties.
7152 Correct description of `fixed' face.
7153 (Format Indentation): Correct description of effect of setting
7154 margins. Mention `set-left-margin' and `set-right-margin'.
7155 (Format Justification): Update names of menu items.
7156 `set-justification-full' is now bound to `M-j b'.
7157 Mention that `default-justification' is a per buffer variable.
7158 (Format Properties): Update name of menu item.
7159 (Forcing Enriched Mode): `format-decode-buffer' automatically
7160 turns on Enriched mode if the buffer is in text/enriched format.
7161
71622004-10-05 Emilio C. Lopes <eclig@gmx.net>
7163
7164 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7165
71662004-09-28 Kim F. Storm <storm@cua.dk>
7167
7168 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7169 Align with new functionality.
7170
8cf51b2c
GM
71712004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * display.texi (Display Custom): Remove stray `@end defvar'.
7174
71752004-09-23 Kim F. Storm <storm@cua.dk>
7176
7177 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7178 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7179
8cf51b2c
GM
71802004-09-20 Richard M. Stallman <rms@gnu.org>
7181
7182 * custom.texi (Hooks): Explain using setq to clear out a hook.
7183 (File Variables): Explain multiline string constants.
7184 (Non-ASCII Rebinding): Explain when you need to update
7185 non-ASCII char codes in .emacs.
7186
7187 * building.texi (Compilation): Explain how to make a silent
7188 subprocess that won't be terminated. Explain compilation-environment.
7189
71902004-09-13 Kim F. Storm <storm@cua.dk>
7191
7192 * mini.texi (Repetition): Rename isearch-resume-enabled to
7193 isearch-resume-in-command-history and change default to disabled.
7194
8cf51b2c
GM
71952004-09-09 Kim F. Storm <storm@cua.dk>
7196
7197 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7198 with new `kmacro-name-last-macro'.
7199
8cf51b2c
GM
72002004-09-08 Juri Linkov <juri@jurta.org>
7201
7202 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7203
8cf51b2c
GM
72042004-09-03 Juri Linkov <juri@jurta.org>
7205
7206 * search.texi (Incremental Search): Update wording for M-%.
7207
72082004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7209
7210 * killing.texi (Killing): Correct description of kill commands in
7211 read-only buffer.
7212
72132004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7214
7215 * building.texi (Compilation Mode): Add a paragraph about rules
7216 for finding the compilation buffer for `next-error'.
7217
7218 * search.texi (Other Repeating Search): Mention that Occur mode
7219 supports the next-error functionality.
7220
72212004-09-02 Juri Linkov <juri@jurta.org>
7222
7223 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7224
72252004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * kmacro.texi (Basic Keyboard Macro):
7228 `apply-macro-to-region-lines' now operates on all lines that begin
7229 in the region, rather than on all complete lines in the region.
7230
c8763fb6 72312004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7232
7233 * frames.texi (Drag and drop): Add documentation about
7234 x-dnd-test-function and x-dnd-known-types.
7235
72362004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7237
7238 * indent.texi: Various minor changes in addition to:
7239 (Indentation Commands): Correct description of `indent-relative'.
7240 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7241 mode. The *Tab Stops* buffer uses Overwrite Mode.
7242 (Just Spaces): `tabify' converts sequences of at least two spaces
7243 to tabs.
7244
8cf51b2c
GM
72452004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * frames.texi (Secondary Selection): Setting the secondary
7248 selection with M-Drag-Mouse-1 does not alter the kill ring,
7249 setting it with M-Mouse-1 and M-Mouse-3 does.
7250 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7251 toolkit scroll bars.
7252 (Scroll Bars): Ditto.
7253
7254 * windows.texi (Basic Window): When using a window system, the value
7255 of point in a non-selected window is indicated by a hollow box.
7256 (Split Window): Side by side windows are separated by a scroll bar,
7257 if scroll bars are used.
7258 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7259 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7260 (Window Convenience): Update bindings for `winner-undo' and
7261 `winner-redo'.
7262
7263 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7264 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7265 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7266 of "Using Emacs as a Server".
7267 * building.texi (Building): Interchange nodes (for correct numbering).
7268 * programs.texi (Programs): Interchange nodes (for correct numbering).
7269 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7270 Info to the node structure.
7271 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7272 Rearrange order of nodes and sections such that both "GNU GENERAL
7273 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7274 end, as appropriate for appendices.
7275 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7276 Use `@unnumberedsec'.
7277 * trouble.texi: Adapt sectioning in Info to the node structure.
7278 Adapt node pointers to change in emacs.texi.
7279 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7280
8cf51b2c
GM
72812004-08-25 Kenichi Handa <handa@m17n.org>
7282
7283 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7284 description for unibyte mode.
7285
72862004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7287
7288 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7289
7290 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7291 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7292 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7293 in @pxref.
7294
72952004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7296
7297 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7298 Change section names.
7299
8cf51b2c
GM
73002004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * kmacro.texi (Keyboard Macro Ring): Rename section.
7303 Emacs treats the head of the macro ring as the `last keyboard macro'.
7304 (Keyboard Macro Counter): Minor change.
7305 (Save Keyboard Macro): Some clarifications.
7306 (Edit Keyboard Macro): Rename section.
7307
7308 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7309 32-bit machines.
7310 (Several Buffers): Clarify which buffer is selected if `2' is
7311 pressed in the Buffer Menu.
7312 Auto Revert mode can be used to update the Buffer Menu
7313 automatically.
7314
73152004-08-21 Eli Zaretskii <eliz@gnu.org>
7316
7317 * help.texi (Misc Help): Add an index entry for finding an Info
7318 manual by its file name.
7319
73202004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * files.texi (Backup Deletion): Correct description of
7323 `delete-old-versions'.
7324 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7325 (Auto Save Files): Recommend `auto-save-mode' to reenable
7326 auto-saving, rather than the abbreviation `auto-save'.
7327
73282004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7331 for "killing" and "yanking" in main menu.
7332
73332004-08-16 Richard M. Stallman <rms@gnu.org>
7334
7335 * killing.texi (Yanking, Killing): Minor cleanups.
7336
7337 * mark.texi (Momentary Mark): Minor cleanups.
7338
73392004-08-15 Kenichi Handa <handa@etl.go.jp>
7340
7341 * custom.texi (Non-ASCII Rebinding):
7342 C-q always inserts the right code to pass to global-set-key.
7343
8cf51b2c
GM
73442004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7345
7346 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7347 `insert-register', instead of `C-x r g' binding, for consistency.
7348
73492004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * fixit.texi (Spelling): Fix typo.
7352
73532004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * help.texi (Help): Fix Texinfo usage.
7356
8cf51b2c
GM
73572004-07-24 Richard M. Stallman <rms@gnu.org>
7358
7359 * text.texi (Paragraphs): Update how paragraphs are separated
7360 and the default for paragraph-separate.
7361
7362 * search.texi (Regexp Replace): Further update text for new
7363 replacement operators.
7364
8cf51b2c
GM
73652004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7366
7367 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7368 `R' switch.
7369
7370 * dired.texi (Dired Updating): `k' only deletes inserted
7371 subdirectories from the Dired buffer if a prefix argument was given.
7372
7373 * search.texi (Regexps): Delete redundant definition of `symbol' in
7374 description of `\_>'. It already occurs in the description of `\_<'.
7375
8cf51b2c
GM
73762004-07-01 Juri Linkov <juri@jurta.org>
7377
7378 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7379 (Regexp Search): Add M-r.
7380
73812004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7382
7383 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7384
73852004-06-29 Jesper Harder <harder@ifa.au.dk>
7386
49823426 7387 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7388
73892004-06-25 Richard M. Stallman <rms@gnu.org>
7390
7391 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7392
73932004-06-25 David Kastrup <dak@gnu.org>
7394
7395 * search.texi (Regexp Replace): Some typo corrections and
7396 rearrangement.
7397
73982004-06-24 David Kastrup <dak@gnu.org>
7399
7400 * search.texi (Unconditional Replace): Use replace-string instead
7401 of query-replace in example.
7402 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7403 sequences.
7404 (Query Replace): Correct explanation of `^' which does not use
7405 the mark stack.
7406
74072004-06-21 Nick Roberts <nickrob@gnu.org>
7408
7409 * misc.texi (Shell History Copying): Document comint-insert-input.
7410 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7411
8cf51b2c
GM
74122004-06-20 Jesper Harder <harder@ifa.au.dk>
7413
7414 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7415 * custom.texi (Customization): Do.
7416 * anti.texi (Antinews): Do.
7417 * abbrevs.texi (Defining Abbrevs): Do.
7418
7419 * programs.texi (Info Lookup): Fix keybinding for
7420 info-lookup-symbol.
7421
74222004-06-16 Juanma Barranquero <lektu@terra.es>
7423
7424 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7425 Add emacs-xtra.
7426 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7427 (clean): Add emacs-xtra and flymake. Remove redundancies.
7428
74292004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7432 Add emacs-xtra.
7433 * emacs-xtra.texi: New file.
7434
74352004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7436
7437 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7438 (Dired and Find): Mention differences with ordinary Dired buffers.
7439
8cf51b2c
GM
74402004-06-13 Richard M. Stallman <rms@gnu.org>
7441
7442 * custom.texi (Init Syntax): Explain about vars that do special
7443 things when set with setq or with Custom.
7444 (Init Examples): Add line-number-mode example.
7445
8cf51b2c
GM
74462004-06-12 Juri Linkov <juri@jurta.org>
7447
7448 * dired.texi (Operating on Files): Add dired-do-touch.
7449
8cf51b2c
GM
74502004-06-10 Juri Linkov <juri@jurta.org>
7451
7452 * building.texi (Lisp Eval): Add C-M-x on defface.
7453
74542004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7455
7456 * files.texi (Reverting): Auto-Revert mode and
7457 Global Auto-Revert mode no longer revert remote files.
7458
8cf51b2c
GM
74592004-05-29 Richard M. Stallman <rms@gnu.org>
7460
7461 * custom.texi (Init File): Two dashes start --no-site-file.
7462
8cf51b2c
GM
74632004-05-29 Alan Mackenzie <acm@muc.de>
7464
7465 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7466 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7467 (AWK, Pike): Document as "C-like modes".
7468 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7469 (M-x man): Supersedes M-x manual-entry.
7470 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7471
7472 ("Comments in C"): Delete node; the info is in CC Mode manual.
7473 (c-comment-only-line-offset): Remove description.
7474
7475 (C-c ., C-c C-c): Describe new C Mode bindings.
7476
7477 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7478 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7479 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7480 Amend definitions.
7481
7482 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7483 Describe functions.
7484
7485 (c-comment-start-regexp, c-hanging-comment-ender-p)
7486 (c-hanging-comment-starter-p): Remove obsolete definitions.
7487
7488 * emacs.texi: Remove the menu entry "Comments in C".
7489
8cf51b2c
GM
74902004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7493 `M-x locate'.
7494
74952004-05-16 Karl Berry <karl@gnu.org>
7496
7497 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7498 makeinfo --html fails.
7499 * help.texi (Help Summary) [@ifnottex]: Likewise.
7500
75012004-05-13 Nick Roberts <nickrob@gnu.org>
7502
7503 * building.texi (GDB Graphical Interface): Update and describe
7504 layout first.
7505
8cf51b2c
GM
75062004-05-04 Jason Rumney <jasonr@gnu.org>
7507
7508 * makefile.w32-in: Revert last change.
7509
75102004-05-03 Jason Rumney <jasonr@gnu.org>
7511
7512 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7513
8cf51b2c
GM
75142004-04-23 Juanma Barranquero <lektu@terra.es>
7515
7516 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7517
75182004-04-18 Juri Linkov <juri@jurta.org>
7519
7520 * fixit.texi (Spelling): Remove file extension from ispell xref.
7521
75222004-04-15 Kim F. Storm <storm@cua.dk>
7523
7524 * cmdargs.texi (Initial Options): Add -Q.
7525
75262004-04-05 Kim F. Storm <storm@cua.dk>
7527
7528 * custom.texi (File Variables): Add safe-local-eval-forms.
7529
8cf51b2c
GM
75302004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7531
7532 * files.texi (Reverting): Correct description of revert-buffer's
7533 handling of point.
7534
75352004-03-22 Juri Linkov <juri@jurta.org>
7536
7537 * emacs.texi (Top): Add `Misc X'.
7538
49823426 7539 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7540
7541 * glossary.texi: Improve references.
7542
7543 * help.texi: Sync keywords with finder.el.
7544
7545 * mini.texi (Completion): Add description for menu items.
7546
7547 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7548
7549 * sending.texi (Mail Methods): Fix xref to Message manual.
7550
8cf51b2c
GM
75512004-03-12 Richard M. Stallman <rms@gnu.org>
7552
8cf51b2c
GM
7553 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7554
8cf51b2c
GM
75552004-03-04 Richard M. Stallman <rms@gnu.org>
7556
7557 * search.texi (Regexps): Explain that ^ and $ have their
7558 special meanings only in certain contexts.
7559
7560 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7561
7562 * mule.texi (Specify Coding): Doc C-x RET F.
7563
7564 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7565 for multiple compile and grep buffers.
7566 (Indirect Buffers): Don't recommand clone-indirect-buffer
7567 for multiple compile and grep buffers.
7568
8cf51b2c
GM
75692004-02-29 Juanma Barranquero <lektu@terra.es>
7570
7571 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7572 Use $(DEL) instead of rm, and ignore exit code.
7573
8cf51b2c
GM
75742004-02-23 Nick Roberts <nick@nick.uklinux.net>
7575
7576 * building.texi (Watch Expressions): Update.
7577
75782004-02-21 Juri Linkov <juri@jurta.org>
7579
1c6c854e
CS
7580 * cmdargs.texi (Action Arguments): Add alias --find-file.
7581 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7582 to Command Arguments.
7583 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7584 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7585 (Window Size X): Join -g and --geometry. Add @cindex.
7586 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7587 (Title X): Remove alias -title.
7588 (Misc X): New node.
7589
c8763fb6 75902004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7591
7592 * frames.texi (Drag and drop): Add Motif to list of supported
7593 protocols.
7594
c8763fb6 75952004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7596
7597 * frames.texi (Drag and drop): New section.
7598
75992004-01-24 Richard M. Stallman <rms@gnu.org>
7600
1c6c854e 7601 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7602 Include it only @ifnotinfo. Patch the preceding and following
7603 node headers to point to each other.
7604
76052004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7606
7607 * calendar.texi (Appointments): Update section.
7608
76092003-12-29 Kevin Ryde <user42@zip.com.au>
7610
8cf51b2c
GM
7611 * programs.texi (C Modes): Fix the xref.
7612
76132003-12-23 Nick Roberts <nick@nick.uklinux.net>
7614
7615 * building.texi (Watch Expressions): Update.
7616 (Commands of GUD): Include use of toolbar + breakpoints set from
7617 fringe/margin.
7618
76192003-12-03 Andre Spiegel <spiegel@gnu.org>
7620
7621 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7622 <acm@muc.de>.
7623
c8763fb6 76242003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7625
7626 * frames.texi (Dialog Boxes): Add use-file-dialog.
7627
8cf51b2c
GM
76282003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7629
7630 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7631 in CC Mode.
7632
8cf51b2c
GM
76332003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7634
7635 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7636 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7637 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7638 * man/frames.texi, man/glossary.texi, man/killing.texi:
7639 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7640 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7641 * man/sending.texi, man/text.texi, man/trouble.texi:
7642 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7643
76442003-11-01 Alan Mackenzie <acm@muc.de>
7645
7646 * search.texi (Scrolling During Incremental Search): Document a
7647 new scrolling facility in isearch mode.
7648
8cf51b2c
GM
76492003-10-22 Miles Bader <miles@gnu.org>
7650
7651 * Makefile.in (info): Move before $(top_srcdir)/info.
7652
76532003-10-22 Nick Roberts <nick@nick.uklinux.net>
7654
7655 * building.texi (Watch Expressions): Update section on data display
7656 to reflect code changes (GDB Graphical Interface).
7657
8cf51b2c
GM
76582003-10-13 Richard M. Stallman <rms@gnu.org>
7659
7660 * xresources.texi (GTK resources): Clean up previous change.
7661
c8763fb6 76622003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7663
7664 * xresources.texi (GTK resources): Add a note that some themes
7665 disallow customizations. Add scroll theme example.
7666
8cf51b2c
GM
76672003-09-30 Richard M. Stallman <rms@gnu.org>
7668
8cf51b2c
GM
7669 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7670
7671 * misc.texi (Saving Emacs Sessions): Shorten the section,
7672 collapsing back into one node.
7673
76742003-09-30 Lars Hansen <larsh@math.ku.dk>
7675
7676 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7677
ce058493 76782003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7679
7680 * xresources.texi (GTK names in Emacs): Correct typo.
7681
8cf51b2c
GM
76822003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7683
1c6c854e
CS
7684 * cmdargs.texi (Font X): Mention new default font.
7685 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7686 problems involved. (Result of discussion on emacs-devel.)
7687
76882003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7689
7690 * emacs.texi (Acknowledgements): Correct typo.
7691
76922003-09-22 Richard M. Stallman <rms@gnu.org>
7693
7694 * dired.texi (Misc Dired Commands): New node.
7695 (Dired Navigation): Add dired-goto-file.
7696
7697 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7698
7699 * emacs.texi (Acknowledgements): New node, split from Distribution.
7700
7701 * cmdargs.texi (Action Arguments): -f reads interactive args.
7702
8cf51b2c
GM
77032003-09-08 Lute Kamstra <lute@gnu.org>
7704
7705 * screen.texi (Mode Line): Say that POS comes before LINE.
7706 Mention `size-indication-mode'.
1c6c854e
CS
7707 * display.texi (Optional Mode Line):
7708 Document `size-indication-mode'.
8cf51b2c
GM
7709 * basic.texi (Position Info): Mention `size-indication-mode'.
7710
77112003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7712
7713 * xresources.texi (Resources): Refer to `editres' man page.
7714 (Lucid Resources): Update defaults. Expand description of
7715 `shadowThickness'.
7716
77172003-09-04 Miles Bader <miles@gnu.org>
7718
7719 * Makefile.in (top_srcdir): New variable.
7720 ($(top_srcdir)/info): New rule.
7721 (info): Depend on it.
7722
77232003-09-03 Peter Runestig <peter@runestig.com>
7724
7725 * makefile.w32-in: New file.
7726
77272003-08-29 Richard M. Stallman <rms@gnu.org>
7728
7729 * misc.texi (Saving Emacs Sessions): Correct previous change.
7730
8cf51b2c
GM
77312003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7732
8cf51b2c
GM
7733 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7734 (Intro): Include kmacro.texi after fixit.texi instead of after
7735 custom.texi. (As suggested by Kim Storm.)
7736
77372003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7738
7739 * fixit.texi (Fixit): Update `Next' pointer.
7740 * files.texi (Files): Update `Previous' pointer.
7741 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7742 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7743 (Suggested by Kim Storm.)
7744 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7745
77462003-08-18 Kim F. Storm <storm@cua.dk>
7747
7748 * kmacro.texi: New file describing enhanced keyboard macro
7749 functionality. Replaces old description in custom.texi.
7750
7751 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7752 (Keyboard Macros): Move to new kmacro.texi file.
7753
7754 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7755
8cf51b2c
GM
77562003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7757
7758 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7759
77602003-08-17 Alex Schroeder <alex@gnu.org>
7761
7762 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7763 required.
7764
8cf51b2c
GM
77652003-08-05 Richard M. Stallman <rms@gnu.org>
7766
7767 * programs.texi (Lisp Indent): Don't describe
7768 lisp-indent-function property here. Use xref to Lisp Manual.
7769
8cf51b2c
GM
77702003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7771
fffa137c 7772 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7773 abbreviations.
7774
77752003-07-24 Markus Rost <rost@math.ohio-state.edu>
7776
7777 * buffers.texi (List Buffers): Fix previous change.
7778
8cf51b2c
GM
77792003-07-13 Markus Rost <rost@math.ohio-state.edu>
7780
7781 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7782 List*.
7783
77842003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7785
8cf51b2c
GM
7786 * display.texi (Font Lock): Fix typo.
7787
77882003-07-07 Richard M. Stallman <rms@gnu.org>
7789
7790 * display.texi (Font Lock): Add xref for format info on
7791 font-lock-remove-keywords.
7792
7793 * building.texi (Compilation): Document what happens with asynch
7794 children of compiler process.
7795
7796 * help.texi (Library Keywords): Use @multitable.
7797
8cf51b2c
GM
77982003-06-04 Richard M. Stallman <rms@gnu.org>
7799
7800 * programs.texi (Expressions): Delete C-M-DEL.
7801
7802 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7803 comint-move-point-for-output renamed from
7804 comint-scroll-to-bottom-on-output.
7805
7806 * custom.texi (Init Rebinding): Replace previous change with xref.
7807 (Non-ASCII Rebinding): Explain that issue more briefly here.
7808
78092003-05-28 Richard M. Stallman <rms@gnu.org>
7810
7811 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7812
78132003-05-28 Nick Roberts <nick@nick.uklinux.net>
7814
7815 * building.texi (GDB Graphical Interface): New node.
7816 (Rewritten somewhat by RMS.)
7817
c8763fb6 78182003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7819
7820 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7821 non-English letters. Explain how to set coding systems correctly
7822 and how to include the right coding cookie in the file.
7823
c8763fb6 78242003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7825
7826 * indent.texi (Indentation): Explain the concepts.
7827 (Just Spaces): Explain why preventing tabs for indentation might
7828 be useful.
7829
8cf51b2c
GM
78302003-04-16 Richard M. Stallman <rms@gnu.org>
7831
7832 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7833
8cf51b2c
GM
78342003-02-22 Alex Schroeder <alex@emacswiki.org>
7835
7836 * cmdargs.texi (General Variables): Document SMTPSERVER.
7837
8cf51b2c
GM
7838 * sending.texi: Remove SMTP node.
7839 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7840 library.
7841
8cf51b2c
GM
78422003-02-22 Alex Schroeder <alex@emacswiki.org>
7843
7844 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7845
78462003-02-22 Simon Josefsson <jas@extundo.com>
7847
7848 * sending.texi (Mail Methods): Add node about SMTP.
7849
c8763fb6 78502003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7851
7852 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7853
8cf51b2c
GM
78542003-02-01 Kevin Ryde <user42@zip.com.au>
7855
7856 * glossary.texi (Glossary): Correction to cl cross reference.
7857
78582003-01-20 Richard M. Stallman <rms@gnu.org>
7859
7860 * killing.texi (Rectangles): Document C-x c r.
7861
c8763fb6 78622003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7863
7864 * xresources.texi (GTK resources): New node.
7865 (GTK widget names): New node.
7866 (GTK names in Emacs): New node.
7867 (GTK styles): New node.
7868
c8763fb6 78692003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7870
7871 * maintaining.texi (Create Tags Table): Add reference to the new
7872 `etags --help --lang=LANG' option.
7873
8cf51b2c
GM
78742002-10-02 Karl Berry <karl@gnu.org>
7875
49823426 7876 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7877 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7878 where needed for the sake of the HTML output.
8cf51b2c
GM
7879
78802001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7881
7882 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7883 source files.
7884
78852001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7886
7887 * Makefile.in (emacsman): New target.
7888
8cf51b2c
GM
78892001-10-20 Gerd Moellmann <gerd@gnu.org>
7890
7891 * (Version 21.1 released.)
7892
78932001-10-05 Gerd Moellmann <gerd@gnu.org>
7894
7895 * Branch for 21.1.
7896
8cf51b2c
GM
78972001-03-05 Gerd Moellmann <gerd@gnu.org>
7898
7899 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7900
8cf51b2c
GM
79012000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7902
7903 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7904
8cf51b2c
GM
79051999-07-12 Richard Stallman <rms@gnu.org>
7906
7907 * Version 20.4 released.
7908
79091998-12-04 Markus Rost <rost@delysid.gnu.org>
7910
7911 * Makefile.in (INFO_TARGETS): Delete customize.info.
7912 (DVI_TARGETS): Delete customize.dvi.
7913 (../info/customize, customize.dvi): Targets deleted.
7914
79151998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7916
7917 * Version 20.3 released.
7918
79191998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7920
7921 * Makefile.in (EMACSSOURCES): Add mule.texi.
7922 Add msdog.texi, ack.texi. Remove gnu1.texi.
7923
79241998-04-06 Andreas Schwab <schwab@gnu.org>
7925
768c0c0f
JB
7926 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7927 Use it in dvi targets.
8cf51b2c
GM
7928
79291997-09-23 Paul Eggert <eggert@twinsun.com>
7930
7931 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7932 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7933 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7934
79351997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7936
7937 * Version 20.2 released.
7938
79391997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7940
7941 * Version 20.1 released.
7942
79431997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7944
7945 * Makefile (../info/customize, customize.dvi): New targets.
7946 (INFO_TARGETS): Add ../info/customize.
7947 (DVI_TARGETS): Add customize.dvi.
7948
8cf51b2c
GM
79491996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7950
7951 * Version 19.33 released.
7952
79531996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7954
7955 * Version 19.32 released.
7956
8cf51b2c
GM
79571996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7958
7959 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7960
79611996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7962
7963 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7964 Specify -I option.
7965 (All dvi targets): Set the TEXINPUTS variable.
7966
79671996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7968
7969 * Version 19.31 released.
7970
8cf51b2c
GM
79711995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7972
7973 * Version 19.30 released.
7974
8cf51b2c
GM
79751995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7976
7977 * Makefile.in (maintainer-clean): Rename from realclean.
7978
79791994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7980
7981 * Makefile.in: New file.
7982 * Makefile: File deleted.
7983
79841994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7985
7986 * Makefile (TEXINDEX_OBJS): Variable deleted.
7987 (texindex, texindex.o, getopt.o): Rules deleted.
7988 All deps on texindex deleted.
7989 (distclean): Don't delete texindex.
7990 (mostlyclean): Don't delete *.o.
7991 * texindex.c, getopt.c: Files deleted.
7992
79931994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7994
7995 * Version 19.26 released.
7996
79971994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7998
7999 * Makefile (EMACSSOURCES): Exclude undo.texi.
8000
80011994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8002
8003 * Version 19.25 released.
8004
80051994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8006
8007 * Version 19.24 released.
8008
80091994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8010
8011 * Version 19.23 released.
8012
80131994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8014
8015 * Makefile: Delete spurious tab.
8016
80171994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8018
8019 * Makefile (.SUFFIXES): New rule.
8020
8cf51b2c
GM
80211993-12-04 Richard Stallman (rms@srarc2)
8022
8023 * getopt.c: New file.
8024 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8025 (getopt.o): New rule.
8026 (dvi): Don't depend on texindex.
49823426 8027 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8028
80291993-12-03 Richard Stallman (rms@srarc2)
8030
49823426
GM
8031 * Makefile (TEXI2DVI): New variable.
8032 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8033 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8034
80351993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8036
8037 * Version 19.22 released.
8038
80391993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8040
8041 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8042
80431993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8044
8045 * Version 19.21 released.
8046
8cf51b2c
GM
80471993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8048
8049 * Makefile (realclean): Don't delete the Info files.
8050
f0131492 80511993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8052
8cf51b2c
GM
8053 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8054 4' where appropriate.
8055
f0131492 80561993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8057
49823426 8058 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8059
8060 * texindex.c: Include "../src/config.h" if building in emacs.
8061
8062 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8063 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8064 Add target to build texindex.c, defining `emacs'.
8065
8cf51b2c
GM
80661993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8067
8068 * Version 19.19 released.
8069
8cf51b2c
GM
80701993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8071
8072 * Version 19.18 released.
8073
80741993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8075
8076 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8077
80781993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8079
8080 * Version 19.17 released.
8081
80821993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8083
8084 * split-man: Fix typos in last change.
8085
80861993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8087
8088 * Version 19.16 released.
8089
80901993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8091
8092 * version 19.15 released.
8093
80941993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8095
8096 * Makefile (distclean): It's rm, not rf.
8097
80981993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8099
8100 * Version 19.14 released.
8101
81021993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8103
8104 * Makefile: New file.
8105
81061993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8107
8108 * Version 19.13 released.
8109
81101993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8111
8112 * Version 19.9 released.
8113
81141993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8115
8116 * Version 19.8 released.
8117
81181993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8119
8120 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8121
8122 * trouble.texi: It's `enable-flow-control-on', not
8123 `evade-flow-control-on'.
8124
81251993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8126
8127 * display.texi: Document standard-display-european.
8128
81291993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8130
8131 * Version 19.7 released.
8132
8133 * emacs.texi: Add a sentence to the top menu mentioning the
8134 specific version of Emacs this manual applies to.
8135
81361993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8137
8138 * basic.texi: Document next-line-add-lines variable used to
8139 implement down-arrow.
8140
8141 * killing.texi: Document kill-whole-line.
8142
81431993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8144
8145 * text.texi: Update unix TeX ordering information.
8146
81471993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8148
8149 * news.texi: Mention fill-rectangle in keybinding list.
8150
8151 * killing.texi: Document fill-rectangle.
8152
81531993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8154
8155 * vc.texi: Bring the docs up to date with VC 5.2.
8156
81571992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8158
8159 * emacs.tex: Mention blackbox and gomoku under Amusements.
8160 Assembler mode is now mentioned and appropriately indexed
8161 under Programming Modes.
8162
81631991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8164
8165 * emacs.tex: Update TeX ordering information.
8166
8cf51b2c
GM
81671990-06-26 David Lawrence (tale@geech)
8168
8169 * emacs.tex: Note that completion-ignored-extensions is not used
8170 to filter out names when all completions are displayed in
8171 *Completions*.
8172
81731990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8174
8175 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8176
81771990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8178
8179 * emacs.tex: Add @findex grep.
8180
8cf51b2c
GM
81811988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8182
8183 * emacs.tex: Correct two typos. No other changes before
8184 Version 19 will be made.
8185
8cf51b2c
GM
81861988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8187
8188 * emacs.tex: Update information for obtaining TeX distribution from the
8189 University of Washington.
8190
8191;; Local Variables:
c8763fb6 8192;; coding: utf-8
8cf51b2c
GM
8193;; End:
8194
95df8112 8195 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8196
8197 This file is part of GNU Emacs.
8198
352c8b4a 8199 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8200 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8201 the Free Software Foundation, either version 3 of the License, or
8202 (at your option) any later version.
8cf51b2c
GM
8203
8204 GNU Emacs is distributed in the hope that it will be useful,
8205 but WITHOUT ANY WARRANTY; without even the implied warranty of
8206 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8207 GNU General Public License for more details.
8208
8209 You should have received a copy of the GNU General Public License
352c8b4a 8210 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.