Change scroll-up/down bindings to Emacs 24's scroll-*-command.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
9229fe87
GM
12011-09-30 Glenn Morris <rgm@gnu.org>
2
3 * commands.texi (Keys): Whitespace fix. (Bug#9635)
4
0a2132ba
CY
52011-09-24 Chong Yidong <cyd@stupidchicken.com>
6
7 * windows.texi (Pop Up Window): Defer discussion of window
8 splitting to the Window Choice node. Add index entries.
9 (Force Same Window): Node deleted.
10 (Displaying Buffers, Window Choice): New nodes.
11
12 * buffers.texi (Select Buffer): Clarify description of
13 buffer-switching commands. Add xref to Window Display node.
14 Don't repeat confirm-nonexistent-file-or-buffer description from
15 Visiting node. Remove even-window-heights.
16
17 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
18
33ed493b
CY
192011-09-18 Chong Yidong <cyd@stupidchicken.com>
20
21 * cmdargs.texi (Icons X): Fix description of Emacs icon.
22
23 * xresources.texi (Table of Resources): Fix documentation of
24 bitmapIcon.
25
92fa95ad
CY
262011-09-15 Chong Yidong <cyd@stupidchicken.com>
27
28 * package.texi (Package Menu): Add package-menu-mark-upgrades.
29
16254627
EH
302011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
31
32 * frames.texi (Frame Commands): Note that delete-other-frames only
33 deletes frames on current terminal.
34
c3760c17
EZ
352011-09-10 Eli Zaretskii <eliz@gnu.org>
36
37 * sending.texi (Mail Misc): Document mail-add-attachment.
38
69b8be97
EZ
392011-09-04 Eli Zaretskii <eliz@gnu.org>
40
41 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
42
3fd50d5c
CY
432011-08-29 Chong Yidong <cyd@stupidchicken.com>
44
45 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
46
e2aeef63
CY
472011-08-28 Chong Yidong <cyd@stupidchicken.com>
48
49 * files.texi (File Archives):
50 * cal-xtra.texi (Diary Display):
51 * help.texi (Help Mode): Add xref to View Mode.
52
ddb54206
CY
532011-08-28 Chong Yidong <cyd@stupidchicken.com>
54
a6326082
CY
55 * display.texi (View Mode): New node. Move view-file here from
56 Misc File Ops. Move view-buffer here from Misc Buffer.
57
58 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
59
04e2ce72 60 * files.texi (Misc File Ops): Document new
a6326082 61 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
62
63 * dired.texi (Dired Deletion): Shorten description of Trash.
64
ddb54206
CY
65 * misc.texi (emacsclient Options): Document server-port.
66
bd206ce5
EZ
672011-08-27 Eli Zaretskii <eliz@gnu.org>
68
69 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
70 even on MS-Windows. Fix a typo.
71
d43f5a42
CY
722011-08-26 Chong Yidong <cyd@stupidchicken.com>
73
74 * package.texi: New file, documenting the package manager.
75
76 * emacs.texi: Include it.
77
78 * help.texi (Help Summary): Add describe-package.
79
e0b1591b
CY
802011-08-25 Chong Yidong <cyd@stupidchicken.com>
81
856ce114
CY
82 * misc.texi (Printing): Convert subnodes into subsections.
83
f404f8bc
CY
84 * text.texi (Two-Column): Move into Text chapter.
85
86 * picture-xtra.texi (Picture Mode): Group with Editing Binary
87 Files section. Convert from chapter into section.
88
89 * display.texi (Narrowing): Move into display chapter.
90
e0b1591b
CY
91 * sending.texi (Sending Mail):
92 * rmail.texi (Rmail):
93 * misc.texi (Gnus, Document View):
94 * dired.texi (Dired):
95 * emacs.texi: Group the mail, rmail, and gnus chapters together.
96
75bfc667
JL
972011-08-07 Juri Linkov <juri@jurta.org>
98
99 * dired.texi (Operating on Files): Rewrite according to the fact
100 that `dired-do-chmod' doesn't use the `chmod' program anymore.
101
fe676f91
MA
1022011-07-30 Michael Albinus <michael.albinus@gmx.de>
103
104 * mini.texi (Minibuffer File): Insert a reference to Tramp for
105 remote file name completion. (Bug#9197)
106
4cc60b9b
EZ
1072011-07-28 Eli Zaretskii <eliz@gnu.org>
108
109 * mule.texi (Bidirectional Editing): Document the fact that
110 bidi-display-reordering is t by default.
111
89671e16
LMI
1122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
113
114 * help.texi (Misc Help): Mention `describe-prefix-bindings'
115 explicitly (bug#8904).
116
fb23ecc2
LMI
1172011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
118
119 * trouble.texi (Checklist): Use an `M-x' example instead of an
120 Emacs Lisp form to switch on the dribble file (bug#8056).
121
465c5fc8
LMI
1222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
123
124 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
125
90a6258b
GM
1262011-07-13 Glenn Morris <rgm@gnu.org>
127
128 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
129
c7588364
LMI
1302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
131
132 * mark.texi (Mark Ring): Clarify how many locations are saved
133 (bug#5770).
134 (Global Mark Ring): Ditto.
135
4cb4f3ba
LMI
1362011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
137
d648feab
LMI
138 * text.texi (Table Recognition): Use "at point" instead of "under
139 point" (bug#4345).
140
4cb4f3ba
LMI
141 * display.texi (Cursor Display): Mention `cursor-type'.
142
143 * screen.texi (Point): Clarify that it's only if you use a block
144 cursor that it appears to be on a character (bug#4345).
145
ecd0b990
CY
1462011-07-12 Chong Yidong <cyd@stupidchicken.com>
147
148 * misc.texi (Amusements): Move dissociated press here, from its
149 own section.
150
151 * emacs.texi (Top): Update node listing.
152
c2fd0368
LMI
1532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
154
155 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
156 clarity (bug#3523).
157
fdeb32ec
CY
1582011-07-12 Chong Yidong <cyd@stupidchicken.com>
159
160 * cmdargs.texi (Initial Options): Document --no-site-lisp.
161 (Misc X): Document --parent-id.
162
163 * frames.texi (Frame Commands): Note that focus-follows-mouse now
164 defaults to nil.
165
166 * misc.texi (emacsclient Options): Document --parent-id.
167
168 * msdog.texi (Windows HOME): Document _emacs as obsolete.
169
f584ca38
LMI
1702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
171
172 * emacs.texi: Use "..." instead of ``...'' in the menus
173 (bug#3503).
174
963578d3
CY
1752011-07-11 Chong Yidong <cyd@stupidchicken.com>
176
177 * killing.texi (Primary Selection): Document `only' setting for
178 select-active-regions.
179
180 * mark.texi (Setting Mark): Reference Shift Selection node.
181
182 * frames.texi (Mouse Commands): Document mouse-yank-primary.
183
a30ed87b
LMI
1842011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
47076272
LMI
186 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
187 motion keys" (bug#3503).
188
a30ed87b
LMI
189 * emacs.texi: Change all the register node names from "RegPos"
190 (etc.) to "Positional Registers" (etc.) (bug#3314).
191
4d45a8b7
CY
1922011-07-11 Chong Yidong <cyd@stupidchicken.com>
193
194 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
195 (Other Kill Commands, Kill Options): Copyedits.
196 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
197 (Yanking): Move yank-excluded properties discussion here.
198 (Cut and Paste): Move from frames.texi. Update subnodes to
199 describe x-select-enable-clipboard case.
200
201 * frames.texi: Move Cut and Paste node and subnodes into
202 killing.texi, except Mouse Commands and Word and Line Mouse.
203
c160ddee
AM
2042011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
205
206 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
207
3329e6e3
LMI
2082011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
209
32a214fe
LMI
210 * screen.texi (Mode Line): Clarify that coding systems are
211 characters, not letters (bug#1749).
212
3329e6e3
LMI
213 * cmdargs.texi (Environment): Mention removing variables
214 (bug#1615). Text suggested by Kevin Rodgers.
215
8875da1e
CY
2162011-07-10 Chong Yidong <cyd@stupidchicken.com>
217
54806e45
CY
218 * misc.texi (Amusements): Don't mention Yow; it's crippled.
219
8875da1e
CY
220 * modes.texi: Rename from major.texi.
221 (Modes): New node. Make Major Modes and Minor Modes subsections
222 of this. All callers changed.
223
224 * custom.texi (Minor Modes): Move to modes.texi.
225
7847b2a1
CY
2262011-07-10 Chong Yidong <cyd@stupidchicken.com>
227
6cfd0fa2
CY
228 * custom.texi (Syntax): Node deleted.
229
230 * help.texi (Help Summary):
231 * major.texi (Major Modes):
232 * programs.texi (Parentheses):
233 * search.texi (Regexp Backslash, Regexp Backslash)
234 (Regexp Backslash):
235 * text.texi (Words): Callers changed.
236
7847b2a1
CY
237 * text.texi (Refill, Longlines): Delete nodes.
238
239 * ack.texi (Acknowledgments): Longlines removed from manual.
240
241 * emacs.texi (Top): Update node listing.
242
2a71c436
GM
2432011-07-09 Glenn Morris <rgm@gnu.org>
244
245 * fortran-xtra.texi (Fortran): Update handled extensions.
246
61436e9f
LMI
2472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
248
249 * display.texi (Scrolling): `C-v' (etc) are now bound to
250 `scroll-*-command' (bug#8349).
251
6e560c71
LMI
2522011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
48954a09 254 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
255 doesn't actually delete any files (bug#7125).
256
2904fd97
LMI
257 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
258 argument for `C-c C-k' (bug#7391).
259
6e560c71
LMI
260 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
261 you're currently using (bug#8489).
262
978ff6c5
EZ
2632011-07-01 Eli Zaretskii <eliz@gnu.org>
264
265 * mule.texi (Coding Systems): Move index entries from the previous
266 change into their proper places.
267
0d742084
LMI
2682011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
269
31976bd5
LMI
270 * help.texi (Help Files): Document view-external-packages (bug#8902).
271
0d742084
LMI
272 * mule.texi (Coding Systems): Put a few more of the coding systems
273 into the index (bug#8900).
274
9f678528
GM
2752011-06-26 Glenn Morris <rgm@gnu.org>
276
277 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
278
18a4ce5e
AR
2792011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
280
281 * misc.texi (emacsclient Options): Mention --frame-parameters.
282
f0da764a
GM
2832011-06-09 Glenn Morris <rgm@gnu.org>
284
285 * custom.texi (Specifying File Variables):
286 Recommend explicit arguments for minor modes.
287
b047e7ac
PE
2882011-06-02 Paul Eggert <eggert@cs.ucla.edu>
289
290 Document wide integers better.
291 * buffers.texi (Buffers):
001903b5
PE
292 * files.texi (Visiting): Document maxima for 64-bit machines,
293 and mention virtual memory limits.
b047e7ac 294
bf41276f
CY
2952011-05-28 Chong Yidong <cyd@stupidchicken.com>
296
297 * custom.texi (Hooks): Reorganize. Mention Prog mode.
298
299 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
300 prog mode (Bug#8240).
301
e145f188
GM
3022011-05-27 Glenn Morris <rgm@gnu.org>
303
304 * custom.texi (Specifying File Variables):
305 Major modes no longer need come first.
306
313f790e
CY
3072011-05-22 Chong Yidong <cyd@stupidchicken.com>
308
309 * mule.texi (Specify Coding, Text Coding, Communication Coding):
310 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
311
c136e5cd
GM
3122011-05-18 Glenn Morris <rgm@gnu.org>
313
314 * ack.texi (Acknowledgments): Remove fakemail.c.
315
c71a0d48 3162011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
317
318 Fixes for fitting text into 7x9 printed manual.
319 * building.texi (Flymake, Breakpoints Buffer):
320 * calendar.texi (Appointments):
321 * cmdargs.texi (General Variables, Display X):
322 * custom.texi (Saving Customizations, Face Customization)
323 (Directory Variables, Minibuffer Maps, Init Rebinding):
324 * display.texi (Font Lock, Font Lock, Useless Whitespace):
325 * fixit.texi (Spelling):
326 * frames.texi (Creating Frames, Fonts):
327 * help.texi (Help Files):
328 * mini.texi (Minibuffer File):
329 * misc.texi (emacsclient Options, Emulation):
330 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
331 * mule.texi (International Chars, Language Environments)
332 (Select Input Method, Modifying Fontsets, Charsets):
333 * programs.texi (Custom C Indent):
334 * rmail.texi (Rmail Labels):
335 * text.texi (Table Conversion):
336 * trouble.texi (Known Problems, Known Problems):
337 * windows.texi (Change Window):
338 * xresources.texi (GTK resources): Reflow text and re-indent code
339 examples to avoid TeX overflows and underflows on 7x9 paper.
340
341 * emacs.texi: Fix the (commented out) smallbook command.
342
343 * macos.texi (Mac / GNUstep Events):
344 * xresources.texi (Lucid Resources): Remove extraneous examples.
345
b8f82dc1
GM
3462011-05-10 Glenn Morris <rgm@gnu.org>
347
348 * custom.texi (Specifying File Variables):
349 Deprecate using mode: for minor modes.
350
d306b4da
GM
3512011-05-07 Glenn Morris <rgm@gnu.org>
352
353 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
354
548d0a63
GM
3552011-05-06 Glenn Morris <rgm@gnu.org>
356
5006e634
GM
357 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
358
548d0a63
GM
359 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
360
e793a940
LMI
3612011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * misc.texi (Emacs Server): Document `server-eval-at'.
364
7031be6d
UR
3652011-04-24 Chong Yidong <cyd@stupidchicken.com>
366
367 * maintaining.texi (List Tags): Document next-file. Suggested by
368 Uday S Reddy.
369
4ffd0d6b 3702011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
371
372 * mini.texi (Minibuffer Edit):
373 * screen.texi (Mode Line): Fix typo.
374
1c6c854e
CS
3752011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
376
024ff170 377 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 378
c5c9f40f
CY
3792011-03-26 Chong Yidong <cyd@stupidchicken.com>
380
381 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
382
09725d26
EZ
3832011-03-30 Eli Zaretskii <eliz@gnu.org>
384
385 * display.texi (Auto Scrolling): Document the limit of 100 lines
386 for never-recentering scrolling with `scroll-conservatively'.
387 (Bug#6671)
388
09d9db2c 3892011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
390
391 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
392 HOME on Windows and where it looks for init files. (Bug#8221)
393
62d94509
EZ
3942011-03-10 Eli Zaretskii <eliz@gnu.org>
395
396 * search.texi (Regexp Example):
397 * mule.texi (International Chars):
398 * building.texi (External Lisp): Don't use characters outside
399 ISO-8859-1.
400
0286d9de
EZ
4012011-03-09 Eli Zaretskii <eliz@gnu.org>
402
1c6c854e
CS
403 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
404 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
405
406 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
407
114902a5 408 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
409 (Bug#8210)
410
0afb4571
J
4112011-03-08 Jan Djärv <jan.h.d@swipnet.se>
412
413 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
414 for Gtk+ 3.
415
bb3865e8
GM
4162011-03-08 Glenn Morris <rgm@gnu.org>
417
6446548e
GM
418 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
419 * emacs.texi (Acknowledgments):
420 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 421 * emacs.texi: Set documentencoding.
6446548e 422
bb3865e8
GM
423 * display.texi (Optional Mode Line): Don't mention exactly where
424 display-time appears. (Bug#8193)
425
33383987
JB
4262011-03-07 Chong Yidong <cyd@stupidchicken.com>
427
428 * Version 23.3 released.
429
892777ba
CY
4302011-03-06 Chong Yidong <cyd@stupidchicken.com>
431
432 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
433
0b973fc5
DW
4342011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
435
436 * misc.texi (emacsclient Options): Add q/quiet.
437
8ef5a2f2
GM
4382011-03-02 Glenn Morris <rgm@gnu.org>
439
440 * mule.texi (Communication Coding) <x-select-request-type>:
441 Remove duplicate (essentially) paragraph. (Bug#8148)
442
bd106056
CS
4432011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
444
445 * maintaining.texi (Format of ChangeLog): Add reference to
446 add-log-full-name.
447 (Change Log Commands): Add documentation for combining multiple
448 symbols in one change.
449
6640b281
GM
4502011-03-01 Glenn Morris <rgm@gnu.org>
451
452 * custom.texi (Directory Variables):
453 Give an example of excluding subdirectories.
454
2b0c7330 4552011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
456
457 * search.texi (Regexp Search): Move index entries about regexps to the
458 "Regexps" node. Add index entries for regexp search. (Bug#8096)
459
8c62c205
GM
4602011-02-19 Glenn Morris <rgm@gnu.org>
461
462 * dired.texi (Dired): Dired-X version number was dropped.
463
3928f2b6
JD
4642011-02-14 Jan Djärv <jan.h.d@swipnet.se>
465
466 * xresources.texi (X Resources): Remove *faceName and replace it with
467 *font for Lucid.
468
a41c8660
CY
4692011-02-05 Chong Yidong <cyd@stupidchicken.com>
470
471 * rmail.texi (Rmail Display): Document Rmail MIME support more
472 accurately.
473
474 * maintaining.texi (VC Change Log): Document vc-log-incoming and
475 vc-log-outgoing.
476 (Merging): Document vc-find-conflicted-file.
477
233ba4d9 4782011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
479
480 * custom.texi (Variables): Fix typo.
481
14beddf4 4822011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 483
65401ee3
CY
484 * search.texi (Regexps): Copyedits. Mention character classes
485 (Bug#7809).
486
19f81ecf
CY
487 * files.texi (File Aliases): Restore explanatory text from Eli
488 Zaretskii, accidentally removed in 2011-01-08 commit.
489
bf3dae7e
EZ
4902011-01-29 Eli Zaretskii <eliz@gnu.org>
491
492 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
493 (MAKEINFO_OPTS): New variable.
494 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
495 (emacs.html): New target.
496 (clean): Remove emacs.html.
497
45eb2a5d
WL
4982011-01-23 Werner Lemberg <wl@gnu.org>
499
500 * Makefile.in (MAKEINFO): Now controlled by `configure'.
501 (MAKEINFO_OPTS): New variable. Use it where appropriate.
502 (ENVADD): Updated.
503
9acfe703
GM
5042011-01-18 Glenn Morris <rgm@gnu.org>
505
506 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
507
508 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
509
362b9d48
GM
5102011-01-15 Chong Yidong <cyd@stupidchicken.com>
511
bb033b5f
CY
512 * building.texi (Compilation): Improve instructions for running two
513 compilations (Bug#7573).
514
b024d9f0
MD
515 * files.texi (Backup Names): Document the new location of the
516 last-resort backup file.
517
362b9d48
GM
518 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
519 manual. Explain why directory-abbrev-alist elements should be anchored
520 (Bug#7777).
521
5222011-01-15 Eli Zaretskii <eliz@gnu.org>
523
524 * msdog.texi (Windows Startup): Correct inaccurate description of
525 differences between emacsclient.exe and emacsclientw.exe.
526
7c420169 5272011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
528
529 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
530
7c420169 5312011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
532
533 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
534
7c420169 5352011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 536
2d34d523
EZ
537 * frames.texi (Cut and Paste): Modify the section's name and text:
538 don't mix "cut/paste" with "kill/yank".
539 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
540 (Bug#7702)
541
88ab4340
EZ
542 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
543
7c420169 5442011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
545
546 * maintaining.texi: Move inclusion of emerge after EDE, so that it
547 matches its position in the menu. (Bug#7674)
548
7c420169 5492011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
550
551 * trouble.texi (Checklist): Mention not replying via news either.
552
92bb6c52
TH
5532010-12-30 Tassilo Horn <tassilo@member.fsf.org>
554
555 * misc.texi (Document View): Update DocView section with newly
556 supported document formats.
557
b103c904
CY
5582010-12-21 Chong Yidong <cyd@stupidchicken.com>
559
560 * killing.texi: Resection the Info version to conform to the
561 printed manual, to avoid making sections on Accumulating Text, CUA
562 and Rectangles into full chapters.
563
f49d1f52 5642010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
565
566 * custom.texi (Init Syntax): Add index entries for "character syntax".
567 (Bug#7576)
568
f49d1f52 5692010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
570
571 * text.texi (HTML Mode): Small fixes. (Bug#7607)
572
f49d1f52 5732010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
574
575 * trouble.texi (Checklist): Fix typo in newsgroup name.
576
f49d1f52 5772010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
578
579 * search.texi (Word Search): Note that the lazy highlight always
580 matches to whole words (Bug#7470).
581
f49d1f52 5822010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 583
4f1948eb
EZ
584 * display.texi (Optional Mode Line): Make the description of
585 load-average more accurate.
586
b8a9e136
EZ
587 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
588 registry, with a cross-reference.
62d72a4a
EZ
589 (Windows Startup): New node. Move the stuff about the current
590 directory from "Windows HOME".
b8a9e136 591
07976ae3 5922010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
593
594 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
595 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
596
07976ae3 5972010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
598
599 * maintaining.texi (Version Control Systems): Fix repeated sentence.
600 Suggested by Štěpán Němec.
601
07976ae3 6022010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 603
1aaae3f3
CY
604 * maintaining.texi (Version Control): Say "commit", not "check in".
605 (Version Control Systems): Simplify descriptions.
606 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
607 VCS Concepts.
608 (VC Mode Line): Update example.
609 (Old Revisions): Document revert-buffer for vc-diff.
610 (Log Buffer): Promote to a subsection. Document header lines.
611
1c6c854e
CS
612 * macos.texi (Mac / GNUstep Basics):
613 Document ns-right-alternate-modifier.
ec8a6295 614
1aaae3f3
CY
615 * emacs.texi (Top): Update node listing.
616
0eb025fb
EZ
6172010-11-13 Eli Zaretskii <eliz@gnu.org>
618
619 * rmail.texi (Rmail Coding): Characters with no fonts are not
620 necessarily displayed as empty boxes.
621
622 * mule.texi (Language Environments, Fontsets): Characters with no
623 fonts are not necessarily displayed as empty boxes.
624
625 * display.texi (Text Display): Document display of glyphless
626 characters.
627
ea4f7750
GM
6282010-11-13 Glenn Morris <rgm@gnu.org>
629
630 * basic.texi (Position Info): Add M-x count-words-region.
631
90639cea
GM
6322010-11-11 Glenn Morris <rgm@gnu.org>
633
634 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
635
d607b96b 6362010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
637
638 * msdog.texi (Windows HOME): Add information regarding startup
639 directory when invoking Emacs from a desktop shortcut. (bug#7300)
640
c12e4a81
GM
6412010-10-11 Glenn Morris <rgm@gnu.org>
642
df187c62
GM
643 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
644
c12e4a81
GM
645 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
646 (DVIPS): New variable.
234db610
GM
647 (.PHONY): Add html, ps.
648 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
649 (clean): Delete html, ps files.
c12e4a81 650
6513b232
EZ
6512010-10-09 Eli Zaretskii <eliz@gnu.org>
652
653 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
654
f4f358f1
GM
6552010-10-09 Glenn Morris <rgm@gnu.org>
656
c1dc72b3
GM
657 * Makefile.in (VPATH): Remove.
658 (infodir): Make it absolute.
659 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
660
4393405b
GM
661 * Makefile.in (dist): Anchor regexps.
662
eef3ab94
GM
663 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
664 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
665 (emacs-xtra.pdf): Use $<.
666
aa9db089
GM
667 * Makefile.in (infoclean): Remove harmless, long-standing error.
668
abd40fb4
GM
669 * Makefile.in ($(infodir)): Delete rule.
670 (mkinfodir): New.
671 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
672
f4f358f1 673 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 674 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
675 * emacsver.texi: New file, replacing emacsver.texi.in.
676
ea274122
GM
6772010-10-09 Glenn Morris <rgm@gnu.org>
678
f7a31f11
GM
679 * emacsver.texi.in: New file.
680 * emacs.texi: Set EMACSVER by including emacsver.texi.
681 * Makefile.in (distclean): Delete emacsver.texi.
682 (dist): Copy emacsver.texi.
b13254e7 683 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 684
3fb78d1f
GM
685 * ack.texi (Acknowledgments): No more b2m.c.
686
ea274122
GM
687 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
688 (emacs): Remove rule.
689 (dist): No need to deal with the emacs rule any more.
690
17ca7950
GM
6912010-10-07 Glenn Morris <rgm@gnu.org>
692
693 * Makefile.in (version): New, set by configure.
694 (clean): Delete dist tar file.
695 (dist): Use version in tar name.
696
4c83f6e1
GM
6972010-10-06 Glenn Morris <rgm@gnu.org>
698
699 * Makefile.in (EMACS_XTRA): Add the main source file.
700 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
701 (mostlyclean): No core files, reorder other files.
702 (clean): Delete specific dvi and pdf files.
703 (infoclean, dist): New rules.
704 (maintainer-clean): Use infoclean.
8a944cea 705 ($(infodir)): Add parallel build workaround.
4c83f6e1 706
0264072d
GM
7072010-10-04 Glenn Morris <rgm@gnu.org>
708
709 * Makefile.in (SHELL): Set it.
710 (INFO_TARGETS, DVI_TARGETS): Remove variables.
711 (info, dvi): Replace above variables with their expansions.
712 (info): Move mkdir from here...
713 ($(infodir)/emacs): ... to here (for parallel builds).
714 (pdf): New target.
715 ($(infodir)/emacs): Pass -o option to makeinfo.
716 (.PHONY): Declare clean rules.
717 (maintainer-clean): Delete dvi and pdf files.
718 Guard against cd failures. Use a more restrictive delete.
719
3226d6ca
GM
7202010-10-02 Glenn Morris <rgm@gnu.org>
721
722 * misc.texi (Shell Mode): Remove reference to old function name.
723
cad90f3b
EZ
7242010-09-30 Eli Zaretskii <eliz@gnu.org>
725
726 * maintaining.texi (VC Mode Line): Mention all the possible VC status
727 indicator characters.
728
5f874327
GM
7292010-09-29 Glenn Morris <rgm@gnu.org>
730
731 * Makefile.in (top_srcdir): Remove unused variable.
732
0ab9cff3
GM
7332010-09-14 Glenn Morris <rgm@gnu.org>
734
67ae9766
GM
735 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
736 the last hook item.
737
0ab9cff3
GM
738 * calendar.texi (Appointments): Also updated when a diary include file
739 is saved.
740
6664fc59 7412010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
742
743 * trouble.texi (Bugs): Update the section intro.
744 (Known Problems): New section.
745 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
746 (Sending Patches): Bug fixes are best as responses to existing bugs.
747 * emacs.texi (Known Problems): Add menu entry for new section.
748
be3283d7
GM
7492010-09-09 Glenn Morris <rgm@gnu.org>
750
751 * xresources.texi: Untabify.
752
10999305 7532010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
754
755 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
756
10999305 7572010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
758
759 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
760
30641319
JD
7612010-09-02 Jan Djärv <jan.h.d@swipnet.se>
762
763 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
764
50dd7bc6
GM
7652010-08-21 Glenn Morris <rgm@gnu.org>
766
767 * misc.texi (Amusements): Mention bubbles and animate.
768
5e620eca
EZ
7692010-07-31 Eli Zaretskii <eliz@gnu.org>
770
771 * files.texi (Visiting): Add more index entries for
772 large-file-warning-threshold.
773
8b2dd508
JD
7742010-07-29 Jan Djärv <jan.h.d@swipnet.se>
775
776 * frames.texi (Tool Bars): Add doc for tool-bar-position.
777
8838673e
GM
7782010-06-23 Glenn Morris <rgm@gnu.org>
779
780 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
781 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
782 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
783 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
784 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
785 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
786 Untabify Texinfo files.
787
04d3bb6c
GM
7882010-06-10 Glenn Morris <rgm@gnu.org>
789
103dd3a8
GM
790 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
791
04d3bb6c
GM
792 * basic.texi (Inserting Text): Fix typo.
793
50b79479
GM
7942010-06-10 Glenn Morris <rgm@gnu.org>
795
796 * ack.texi (Acknowledgments):
797 * emacs.texi (Acknowledgments): Update for notifications.el.
798
86d7a550
DU
7992010-05-31 Daiki Ueno <ueno@unixuser.org>
800
801 * dired.texi (Operating on Files): Mention encryption commands
802 (Bug#6315).
803
db5dce9d
EZ
8042010-05-29 Eli Zaretskii <eliz@gnu.org>
805
806 * basic.texi (Moving Point): Update due to renaming of commands bound
807 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
808
34313041
EZ
8092010-05-18 Eli Zaretskii <eliz@gnu.org>
810
811 * display.texi (Fringes): Document reversal of fringe arrows for R2L
812 paragraphs.
813 (Line Truncation): Fix wording for bidi display.
814
1fc0ce04 815 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
816 keys.
817
0235128c 8182010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
819
820 * building.texi (GDB Graphical Interface): Remove misleading comparison
821 to an IDE (Bug#6128).
822
0235128c 8232010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
824
825 * programs.texi (Man Page):
826 * misc.texi (Invoking emacsclient):
827 * mini.texi (Repetition):
828 * mark.texi (Setting Mark): Fix typos.
829
0235128c 8302010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
831
832 * misc.texi (Printing): Document htmlfontify-buffer.
833
0235128c 8342010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
835
836 * calendar.texi (Displaying the Diary, Format of Diary File):
837 Fix external cross-references for TeX format output.
838
0235128c
SM
8392010-05-07 Chong Yidong <cyd@stupidchicken.com>
840
841 * Version 23.2 released.
842
f63d0028
JD
8432010-05-02 Jan Djärv <jan.h.d@swipnet.se>
844
845 * cmdargs.texi (Initial Options): Mention --chdir.
846
20fe03ad
JD
8472010-04-21 Jan Djärv <jan.h.d@swipnet.se>
848
849 * frames.texi (Tool Bars): Add tool-bar-style.
850
b7d65a5f
GM
8512010-04-21 Glenn Morris <rgm@gnu.org>
852
853 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
854
a42dbee1
CY
8552010-04-18 Chong Yidong <cyd@stupidchicken.com>
856
857 * programs.texi (Semantic): New node.
858
859 * maintaining.texi (EDE): New node.
860
861 * emacs.texi: Update node listing.
862
863 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
864
6e104790 8652010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 866
d52dbd3d
GM
867 * emacs.texi (Acknowledgments): Remove duplicate.
868
a77fe20c
GM
869 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
870
6e104790 8712010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 872
4ebe9902
GM
873 * dired.texi (Misc Dired Features): Mention VC diff and log.
874 * maintaining.texi (Old Revisions, VC Change Log):
875 Mention that diff and log work in Dired buffers.
876
98932641
GM
877 * help.texi (Help Summary): Mention M-x info-finder.
878
d5b22ab2 879 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 880
4d4e9522
GM
881 * custom.texi (Specifying File Variables, Directory Variables):
882 Document new commands for manipulating local variable lists.
883
6e104790 8842010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
885
886 * trouble.texi (Contributing): Add cindex entry.
887 Mention etc/CONTRIBUTE.
888
6e104790 8892010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
890
891 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
892 query-replace (Bug#5774).
893
a20a9df3
GM
8942010-04-16 Glenn Morris <rgm@gnu.org>
895
896 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
897
1ecb2d3f
JD
8982010-04-11 Jan Djärv <jan.h.d@swipnet.se>
899
900 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
901
99852628
JD
9022010-04-08 Jan Djärv <jan.h.d@swipnet.se>
903
904 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
905
ce79424f
EZ
9062010-03-30 Eli Zaretskii <eliz@gnu.org>
907
908 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
909 cross-reference to "Inserting Text".
910
911 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
912 Mention completion provided by `ucs-insert'.
913
85738751 9142010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
915
916 * sending.texi (Sending Mail): Note variables that may need
917 customizing.
918 (Mail Sending): Expand discussion of send-mail-function.
919
85738751 9202010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
921
922 Document Message mode as the default mail mode.
923
924 * sending.texi (Sending Mail): Copyedits.
925 (Mail Format, Mail Headers): Document mail-from-style changes.
926 (Mail Commands): Rename from Mail mode. Document Message mode.
927 (Mail Misc): Rename from Mail mode Misc.
928 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
929 command names and update keybindings.
930 (Header Editing): Document message-tab. De-document
931 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
932 favor of mail-default-headers. Ad index entries for user-full-name and
933 user-mail-address.
1c6c854e
CS
934 (Citing Mail): Update changes in Message mode behavior.
935 Document mail-yank-prefix.
e73c2434
CY
936 (Mail Signature): New node, moved from Mail Misc.
937 (Mail Aliases): Mail abbrevs are the default with Message mode.
938 (Mail Methods): Note that Message mode is now the default.
939
940 * rmail.texi (Rmail Reply):
941 * text.texi (Text Mode):
942 * major.texi (Major Modes):
943 * mule.texi (Output Coding): Refer to Message mode.
944
945 * custom.texi (Init Examples): Add xref to Mail Header.
946
1fc0ce04 947 * emacs.texi (Top): Fix xrefs.
e73c2434 948
85738751 9492010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 950
c0c035fa
CY
951 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
952 repository if there is none.
953 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
954 vc-print-root-log.
ef7b27ef 955 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 956
71785b7a
CY
957 * programs.texi (Program Modes): Mention Javascript mode.
958
f67c5dd0
CY
959 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
960 * emacs.texi: Update node description.
961
0f72a391 962 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 963 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 964
dc2d2590
JL
9652010-03-30 Juri Linkov <juri@jurta.org>
966
967 * search.texi (Other Repeating Search): Remove line that `occur'
968 can not handle multiline matches.
969
a7b02820
EZ
9702010-03-30 Eli Zaretskii <eliz@gnu.org>
971
972 * mule.texi (International): Mention support of bidirectional editing.
973 (Bidirectional Editing): New section.
974
22ef1944
NR
9752010-03-28 Nick Roberts <nickrob@snap.net.nz>
976
977 * emacs.texi (Top): Update node names to those in building.texi.
978
146b8b16
NR
9792010-03-27 Nick Roberts <nickrob@snap.net.nz>
980
981 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
982 doc/emacs/emacs.texi: Update node names for building.texi.
983
6d98672d
GM
9842010-03-24 Glenn Morris <rgm@gnu.org>
985
986 * ack.texi (Acknowledgments):
987 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
988
93318cbd
JD
9892010-03-20 Jan Djärv <jan.h.d@swipnet.se>
990
991 * xresources.texi (Table of Resources): Clarify toolBar number
992 for Gtk+.
993
994 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
995
15cf2f52
CY
9962010-03-21 Chong Yidong <cyd@stupidchicken.com>
997
4102856c
CY
998 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
999
15cf2f52
CY
1000 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1001 and multi-isearch-buffers-regexp.
1002
1003 * indent.texi (Indentation): Clarify description of
1004 indent-for-tab-command. Document tab-always-indent.
1005
d68eb23c
CY
10062010-03-20 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * cmdargs.texi (Font X): Move most content to Fonts.
1009
1010 * frames.texi (Fonts): New node. Document font-use-system-font.
1011
1012 * emacs.texi (Top):
1013 * xresources.texi (Table of Resources):
1014 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1015
288f9fc0
CY
10162010-03-10 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * Branch for 23.2.
1019
17782bec
CY
10202010-03-06 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * custom.texi (Init Examples): Add xref to Locals.
1023
1024 * major.texi (Choosing Modes): Mention usage of setq-default for
1025 setting the default value of major-mode (Bug#5688).
1026
b4a1a8b2
CY
10272010-03-02 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1030
1031 * display.texi (Display Custom): Document make-pointer-invisible and
1032 underline-minimum-offset. Remove inverse-video.
1033
a1e759cd
CY
10342010-02-21 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * frames.texi (Frame Commands): Note that the last ordinary frame can
1037 be deleted in daemon mode (Bug#5616).
1038
4f3bc373
GM
10392010-02-18 Glenn Morris <rgm@gnu.org>
1040
1041 * trouble.texi (Contributing): Repository is no longer CVS.
1042
5dbbdd33
GM
10432010-02-08 Glenn Morris <rgm@gnu.org>
1044
1045 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1046
cd61af01
SM
10472010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * display.texi (Useless Whitespace, Text Display):
1050 * custom.texi (Init Examples): Avoid obsolete special default variables
1051 like default-major-mode.
1052
b1bb0a25 10532010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1054
1055 * programs.texi (Other C Commands): Replace reference to obsolete
1056 c-subword-mode.
1057
99d0985b
GM
10582010-01-21 Glenn Morris <rgm@gnu.org>
1059
1060 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1061
893db5bc
GM
10622010-01-12 Glenn Morris <rgm@gnu.org>
1063
1064 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1065 emacs-pretest-bug for bug reports for development versions.
1066
0419b8d6
GM
10672010-01-11 Glenn Morris <rgm@gnu.org>
1068
1069 * display.texi (Highlight Interactively): `t' does not mean highlight
1070 all patterns. (Bug#5335)
1071
26e533e2
CY
10722009-12-29 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * misc.texi (Shell): Document async-shell-command.
1075
1076 * building.texi (Grep Searching): Document zrgrep.
1077
484eaeac 1078 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1079
7ee6c59b
NR
10802009-12-29 Nick Roberts <nickrob@snap.net.nz>
1081
1082 * building.texi: Import GDB Graphical Interface description from
1083 EMACS_23_1_RC.
1084
91ed7ea8
CY
10852009-12-24 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * emacs.texi (Top): Update node listing.
1088
1089 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1090
1091 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1092
1093 * cmdargs.texi (Initial Options):
1094 * xresources.texi (Resources): Document inhibit-x-resources.
1095
1096 * custom.texi (Specifying File Variables): Note that minor modes are
1097 enabled unconditionally.
1098
1099 * display.texi (Scrolling): Briefly document the old recenter command,
1100 and document recenter-positions.
1101
1102 * files.texi (Visiting):
1103 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1104
1c6c854e
CS
1105 * frames.texi (Cut/Paste Other App):
1106 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1107
1108 * killing.texi (Kill Options): New node.
1109
6ca89aaa
CY
11102009-12-05 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * misc.texi (Shell Options): ansi-color is now default.
1113
806642d4
GM
11142009-12-05 Glenn Morris <rgm@gnu.org>
1115
806642d4
GM
1116 * emacs.texi (Top): Update menu for cal-xtra node changes.
1117 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1118 or mode line. Don't mention invisible text or the details of
1119 diary-print-entries here, only in cal-xtra.
1120 (Format of Diary File): Mention that the "date on first line" format
1121 only really affects the simple display.
1122 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1123 (Diary Customizing): Holidays may be in the buffer or mode line.
1124 Move diary-print-entries to the "Diary Display" section.
1125 (Diary Display): New section, split out from "Fancy Diary Display".
1126 Explain the limitations of simple display, and how to print it.
1127
1a4f0c0a
GM
1128 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1129
e11adbd8
GM
1130 * cal-xtra.texi (Diary Display): Mention View mode.
1131
29a483ac
JL
11322009-11-29 Juri Linkov <juri@jurta.org>
1133
1134 * display.texi (Highlight Interactively): Actually a list of
1135 default faces is pre-loaded into a list of default values
1136 instead of the history.
1137
83d60c79
GM
11382009-11-20 Glenn Morris <rgm@gnu.org>
1139
1140 * ack.texi (Acknowledgments):
1141 * emacs.texi (Acknowledgments): Add htmlfontify.
1142
276bbe96
GM
11432009-11-14 Glenn Morris <rgm@gnu.org>
1144
98ad1bae
GM
1145 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1146
276bbe96
GM
1147 * ack.texi (Acknowledgments):
1148 * emacs.texi (Acknowledgments): Update for recent Org changes.
1149
18430066
CY
11502009-10-31 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1153 `charset' property, which is irrelevant to the user manual (Bug#3526).
1154
522ddc9f
JB
11552009-10-14 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * trouble.texi (DEL Does Not Delete): Fix typo.
1158
50b49ade
MA
11592009-10-05 Michael Albinus <michael.albinus@gmx.de>
1160
1161 * files.texi (Misc File Ops): Mention copy-directory.
1162
6308321a
EZ
11632009-10-04 Eli Zaretskii <eliz@gnu.org>
1164
43b3b4d1
EZ
1165 * mule.texi (Unibyte Mode): Emphasize that
1166 unibyte-display-via-language-environment affects only the display.
1167
6308321a
EZ
1168 * display.texi (Horizontal Scrolling): Document cursor behavior under
1169 horizontal scrolling when point moves off the screen (Bug#4564).
1170 Improve wording.
1171
bd51ea7f
MA
11722009-10-01 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * files.texi (Directories): delete-directory prompts for recursive
1175 deletion.
1176
55381962
GM
11772009-09-30 Glenn Morris <rgm@gnu.org>
1178
1179 * ack.texi (Acknowledgments):
1180 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1181
13989ab1
TH
11822009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1183
1184 * dired.texi (Dired Navigation): Use @code instead of @var for
1185 dired-isearch-filenames, so that it's not capitalized.
1186
8ba46c89
CY
11872009-09-19 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1190
1191 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1192
1193 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1194 (Key Bindings): Reference Init Rebinding in introductory text.
1195 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1196 (Keymaps): Simplify.
1197 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1198 (Minibuffer Maps): Remove mention of Mocklisp.
1199 (Init Rebinding): Move mode-local rebinding example here from Local
1200 Keymaps.
1201 (Modifier Keys): Clarify.
1e11b018 1202 (Rebinding): Add cindex for "binding keys".
8ba46c89 1203
6a5ca7c8
CY
12042009-09-13 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1207
0e1cba51
NR
12082009-08-31 Nick Roberts <nickrob@snap.net.nz>
1209
6a5ca7c8 1210 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1211 Re-organise these two sections.
0e1cba51 1212
76a87a4d
EZ
12132009-08-29 Eli Zaretskii <eliz@gnu.org>
1214
1215 * cmdargs.texi (Initial Options): Fix last change.
1216
82e98df4
SM
12172009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * mule.texi (Enabling Multibyte):
1220 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1221 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1222
fb89fad9
GM
12232009-08-20 Glenn Morris <rgm@gnu.org>
1224
1225 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1226
e99652b0
GM
12272009-08-19 Glenn Morris <rgm@gnu.org>
1228
1229 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1230
5cca97ad
GM
12312009-08-18 Glenn Morris <rgm@gnu.org>
1232
1233 * ack.texi (Acknowledgments):
1234 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1235
997797ae 1236 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1237
985bf85b
GM
12382009-08-09 Glenn Morris <rgm@gnu.org>
1239
1240 * ack.texi (Acknowledgments):
1241 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1242
8d6bb99e
DD
12432009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1244
1245 * emacs.texi (Top): Add new menu items for GDB-UI.
1246
1247 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1248 section. Threads buffer is in separate section now.
8d6bb99e 1249
8353da9c
GM
12502009-08-08 Glenn Morris <rgm@gnu.org>
1251
1252 * ack.texi (Acknowledgments):
1253 * emacs.texi (Acknowledgments):
1254 Update for js2-mode and org changes.
1255
f2074faf
MA
12562009-08-02 Michael Albinus <michael.albinus@gmx.de>
1257
1258 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1259 files.
1260
e8d2d3fb
CY
12612009-07-28 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1264
324a4f6a
GM
12652009-07-23 Glenn Morris <rgm@gnu.org>
1266
1267 * programs.texi (Matching): Update blink-matching-paren-distance.
1268
b6937a70
CY
12692009-07-21 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * frames.texi (Cut/Paste Other App): For select-active-regions,
1272 selection is now updated on moving point.
1273
bd8aaa36
RS
12742009-07-21 Richard Stallman <rms@gnu.org>
1275
1276 * glossary.texi (GNU, Daemon): Update information.
1277
8d9b5eba
JL
12782009-07-19 Juri Linkov <juri@jurta.org>
1279
1280 * custom.texi (Specifying File Variables, Safe File Variables):
1281 "variables/value pairs" -> "variable/value pairs".
1282
a2acc1db
GM
12832009-07-15 Glenn Morris <rgm@gnu.org>
1284
1285 * misc.texi (Gnus): Remove widow.
1286
c5ae942b
GM
12872009-07-11 Glenn Morris <rgm@gnu.org>
1288
703d26ba
GM
1289 * Makefile.in (TEXI2PDF): New.
1290 (emacs.pdf, emacs-xtra.pdf): New targets.
1291
522ddc9f 1292 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1293
1294 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1295
1296 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1297 Don't print the copying notice twice in the printed version.
1298 Update the menu and detailmenu.
1299 (Preface): The meaning of "on-line" has changed.
1300 Correct name for "Common Problems" chapter.
1301 (Distrib): Update FSF shop URL.
1302 (Intro): Showing two files at once is not so exciting.
1303
1304 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1305 (Mac / GNUstep Basics): Minor grammar changes.
1306 (Mac / GNUstep Events): Fix typo.
1307 (GNUstep Support): CANNOT_DUMP no longer applies.
1308
1309 * misc.texi (Document View): Fix typos.
1310
1311 * dired.texi (Dired):
1312 * help.texi (Help):
1313 * macos.texi (Mac OS / GNUstep):
1314 * maintaining.texi (Version Control, Introduction to VC):
1315 End menu descriptions with a period.
c5ae942b 1316
b1c8242b
EZ
13172009-07-09 Eli Zaretskii <eliz@gnu.org>
1318
1319 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1320 so categorical in saying that the option is only useful on NTFS.
1321
220d9aa6
GM
13222009-07-09 Glenn Morris <rgm@gnu.org>
1323
1324 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1325 (ENVADD): Add texinfodir to TEXINPUTS.
1326
1327 * emacs.texi (Top): Fix cross-reference.
1328
1329 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1330
1331 * vc1-xtra.texi (Revision Tags): Fix typo.
1332
d07e72d3
GM
13332009-07-03 Glenn Morris <rgm@gnu.org>
1334
1335 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1336 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1337 (Merge Commands): `.' does not seem to work in A or B buffer.
1338 `l' can recreate the 3-window display.
1339
1340 * glossary.texi (Glossary): Minor phrasing changes throughout.
1341 Add more internal cross-references.
1342 <Autoloading>: You can't really autoload a variable.
1343 <C-M->: Move details here from `M-C-' item.
1344 <Continuation Line>: Refer to `Truncation.'
1345 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1346 <Home Directory, Unix>: New entries.
1347 <Deletion of Files>: Mention recycle bins.
1348 <Directory>: Mention ``folders.''
1349 <Error>: Don't mention ``type-ahead.''
1350 <Fringe>: Refer to the manual node.
1351 <Minor Mode>: Can be global or local.
1352 <Spell Checking>: There are other checkers besides Ispell.
1353
f144038a
GM
13542009-07-02 Glenn Morris <rgm@gnu.org>
1355
1356 * anti.texi (Antinews): Minor changes in phrasing.
1357
1358 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1359 some underfull lines in dvi output.
1360
1361 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1362
1363 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1364
1365 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1366
3f1c6666
JD
13672009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1368
1369 * xresources.texi (Table of Resources): Mention maximized for
1370 fullscreen.
1371
1372 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1373
62aadce7
CY
13742009-07-01 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * anti.texi (Antinews): Correct the list of removed platforms.
1377
82ec412e
GM
13782009-06-28 Glenn Morris <rgm@gnu.org>
1379
1380 * arevert-xtra.texi: Minor language tweaks.
1381
09964e7d
GM
1382 * dired-xtra.texi: Minor revisions.
1383
666e158e
MB
13842009-06-23 Miles Bader <miles@gnu.org>
1385
c4cc8b9a 1386 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1387 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1388
70243478
CY
13892009-06-21 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * Branch for 23.1.
1392
67cbe681
KH
13932009-06-17 Kenichi Handa <handa@m17n.org>
1394
1395 * mule.texi (Charsets): Update the description for the new charset.
1396 (list-character-sets): New findex.
125dd7c5 1397 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1398
40e67246
CY
13992009-06-10 Chong Yidong <cyd@stupidchicken.com>
1400
b5700de6
CY
1401 * basic.texi (Moving Point): Fix tag.
1402
1403 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1404
1405 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1406 use camel-case for PageUp and PageDown.
1407
1408 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1409 camel-case for PageUp and PageDown.
1410
1411 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1412
40e67246 1413 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1414 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1415
522ddc9f 14162009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1417
522ddc9f
JB
1418 * fixit.texi (Spelling): Set default dictionary.
1419 Improve descriptions (Bug#2554)
6f591cf4 1420
53483c76
DR
14212009-06-08 David Reitter <david.reitter@gmail.com>
1422
1423 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1424 since saving colors and faces set this way is not implemented.
1425 (Environment variables): Remove mention of mac-fix-env, which is
1426 scheduled to be removed.
1427
1557ef4f
CY
14282009-06-04 Chong Yidong <cyd@stupidchicken.com>
1429
91056528
CY
1430 * custom.texi (Init Examples): Add example of changing load-path.
1431
1557ef4f
CY
1432 * building.texi (Lisp Libraries): Add example of changing
1433 load-path (Bug#3446).
1434
623cec4c
CY
14352009-05-28 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * mark.texi (Mark): Further clarifications.
1438 (Setting Mark): Emphasize that C-SPC activates the mark.
1439
0fcca8ee
CY
14402009-05-28 Chong Yidong <cyd@stupidchicken.com>
1441
702b10e1
CY
1442 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1443 Mark mode.
0fcca8ee
CY
1444 (Using Region, Persistent Mark): Use "active mark" instead of "active
1445 region".
1446
d3b396e4
CY
14472009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1448
1449 * mule.texi (Select Input Method): Fix typo.
1450
3f698a06
CY
14512009-05-13 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * anti.texi (Antinews): Document completion changes. Some additional
1454 copyedits and rearrangement of entries.
1455
b2a42eb7
CY
14562009-05-12 Chong Yidong <cyd@stupidchicken.com>
1457
932fd020
CY
1458 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1459 (Shell History Copying, Terminal emulator): Copyedits.
1460
1c6c854e
CS
1461 * xresources.texi (Resources): Simplify descriptions.
1462 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1463 (Table of Resources): Document fontBackend resource.
1464
b2a42eb7
CY
1465 * trouble.texi (Quitting): Add other undo bindings to table.
1466 (DEL Does Not Delete): Note that the erasure key is usually labelled
1467 "Backspace". Remove discussion of obscure Xmodmap issue.
1468
c6ea7fb8
CY
14692009-05-07 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * files.texi (Visiting): Copyedits.
1472
ad36c422
CY
14732009-05-06 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * basic.texi (Inserting Text): Document ucs-insert.
1476
1477 * mule.texi (International Chars): Define "multibyte". Note that
1478 internal representation is unicode-based. Simplify definition of raw
1479 bytes. Mention ucs-insert.
1480 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1481 (Language Environments): Add language environments new to Emacs 23.
1482 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1483 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1484 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1485 (Output Coding): Copyedits.
1486
1487 * emacs.texi (Top): Update node listing.
1488
d4ad7b96
CY
14892009-05-05 Per Starbäck <per@starback.se> (tiny change)
1490
1491 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1492
5bd66204
SM
14932009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * building.texi (Lisp Libraries): `load-library' does offer completion.
1496
bc36ad1c
CY
14972009-04-28 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1500 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1501
f1a47884
EZ
15022009-04-25 Eli Zaretskii <eliz@gnu.org>
1503
1504 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1505
be77bd45
CY
15062009-04-22 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1509
1510 * building.texi (Lisp Interaction): Document initial-scratch-message.
1511
d3b82927
JB
15122009-04-18 Juanma Barranquero <lekktu@gmail.com>
1513
ed6e7b11
JB
1514 * msdog.texi (Windows Fonts): Fix typos.
1515
d3b82927
JB
1516 * files.texi (Save Commands): Fix pxref.
1517
bc323c04
CY
15182009-04-18 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * files.texi (Save Commands): Mention diff-buffer-with-file.
1521 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1522 Henoch (Bug#3036).
1523
2186d13f
GM
15242009-03-15 Glenn Morris <rgm@gnu.org>
1525
1526 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1527 the former is not always used.
1528 (Mail Headers): Use active voice. Add "Mail-reply-to".
1529 Change case of "Id". Avoid repeated "appropriate".
1530 (Mail Aliases): Fix previous change - use an example with a ".", so it
1531 does actually get quoted when expanded.
1532 (Mail Sending): Mailclient is the default on some systems.
1533 (Citing Mail): Mention mail-indentation-spaces.
1534 (Mail Mode Misc): Add an @dfn for "mail signature".
1535
71e454fc
CY
15362009-03-15 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1539 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1540 read-buffer-completion-ignore-case, and completion-styles.
1541 Remove description of partial-completion-mode.
71e454fc 1542
df1a3e06
GM
15432009-03-14 Glenn Morris <rgm@gnu.org>
1544
1545 * sending.texi (Mail Format): Fix typo. Add index entry for
1546 mail-header-separator.
1547 (Mail Headers): Put info about initialization and changing in one place
1548 at the start. Update FCC section for mbox Rmail. Clarify From
1549 section, mention mail-setup-with-from. Clarify Reply-to section.
1550 Add Mail-followup-to and mail-mailing-lists. Clarify References
1551 section.
1552 (Mail Aliases): Update example, make less contentious.
1553 Update for name change of mail-interactive-insert-alias.
1554 (Mail Mode): Remove mention of `%' as a word separator.
1555 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1556 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1557 commands. Clarify FCC handling. In mail-complete, add reference to
1558 Mail Aliases section, and mention mail-complete-function.
1559 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1560 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1561 signature netiquette. Explain how the mail hooks work when continuing
1562 a composition.
1563 (Mail Amusements): Internationalize the spook section a bit.
1564 Remove the spook mail-setup-hook example, since it doesn't work well.
1565 Mention fortune-file.
1566 (Mail Methods): Mention read-mail-command.
1567
ed6e7b11 15682009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1569
df1a3e06
GM
1570 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1571 and NS resources following recent changes.
959d68bd 1572
86dca3e8
JR
15732009-03-10 Jason Rumney <jasonr@gnu.org>
1574
1575 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1576 w32-use-visible-system-caret doc to indicate that it should get set
1577 automatically.
1578 (Windows Fonts): Add doc for the uniscribe backend.
1579
042fe98f
DN
15802009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1581
1582 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1583 vc-dir. (Bug#2598)
1584
7f8dba73
RS
15852009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1586
1587 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1588
505e70c3
GM
15892009-03-05 Glenn Morris <rgm@gnu.org>
1590
04242bdc
GM
1591 * rmail.texi (Rmail Basics): Add reference to sorting.
1592 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1593 Minor re-wordings.
1594 (Rmail Motion): Mention rmail-next-same-subject.
1595 (Rmail Deletion): Expunging is not the only way to change the numbers.
1596 (Rmail Labels): Labels can also be used in sorting.
1597 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1598 (Rmail Display): Mention rmail-mime.
1599
00cfe22c
GM
16002009-03-04 Glenn Morris <rgm@gnu.org>
1601
1602 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1603 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1604 summary. Mention sorts cannot be undone.
1605 (Rmail Display): Give an example of how to use goto-address-mode.
1606 (Rmail Editing): It's keybindings that are redefined, not commands.
1607 Fix some typos.
1608 (Movemail): Some minor rewording.
1609 (Remote Mailboxes): Emacs movemail supports pop by default.
1610 Fix some minor grammatical issues. The "two alternative ways" to
1611 specify a POP mailbox are really just one. Remove all reference to the
1612 variables rmail-pop-password and rmail-pop-password-required, obsolete
1613 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1614 can support Kerberos.
1615
3d963b67
GM
16162009-03-03 Glenn Morris <rgm@gnu.org>
1617
1618 * rmail.texi (Rmail Deletion): Revert previous change, which was
1619 describing the Rmail summary versions.
1620 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1621 Minor re-wording for rmail-resend.
1622 (Rmail Make Summary): Summaries apply to buffers rather than files.
1623 <rmail-summary-by-topic>: Headers includes the subject.
1624 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1625 details, including prefix arguments.
2340abde 1626 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1627 Not counting lines might be faster.
1628 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1629 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1630 Name the commands bound to the various keys. Mention prefix argument
1631 for searching.
3d963b67
GM
1632 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1633 Simplify rmail-highlighted-headers description. Update face name.
1634
a8ce3d17
JB
16352009-03-02 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * mark.texi (Marking Objects): Fix typo.
1638
130a29b6
CY
16392009-03-01 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1642 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1643
9d5de6f8
GM
16442009-03-01 Glenn Morris <rgm@gnu.org>
1645
79fc530e 1646 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1647 (Rmail Motion): - M-s searches from the end of messages.
1648 (Rmail Deletion): Minor clarification. Fix numeric argument
1649 description.
1650 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1651 newmail and RMAILOSE files need not be in home-directory.
1652 (Rmail Files): Mention I/O menus are unselectable if no files match.
1653 Mention `MAIL' env-var.
1654
b545ff9c
JR
16552009-02-24 Jason Rumney <jasonr@gnu.org>
1656
1657 * mule.texi (Fontsets): Mention fontset-default, font specs and
1658 fallback fontsets.
1659 (Defining Fontsets): Mention ns and w32 variants of
1660 standard-fontset-spec. Update description of startup fontset to match
1661 Emacs 23 behavior.
a93be82a 1662 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1663 (International): Link to Modifying Fontsets.
b545ff9c 1664
75da0618 16652009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1666
1667 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1668 Mention ns-extended-platform-support-mode.
1669
6be93a16
KB
16702009-02-22 Karl Berry <karl@gnu.org>
1671
1672 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1673
867d4bb3
JB
16742009-02-19 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * basic.texi (Moving Point, Position Info):
1677 * files.texi (Visiting):
1678 * mini.texi (Completion Options):
1679 * text.texi (HTML Mode): Remove duplicate words.
1680
49b5c0e8
GM
16812009-02-20 Glenn Morris <rgm@gnu.org>
1682
1683 * rmail.texi: Minor updates for mbox rather than Babyl.
1684
f43a822c
KB
16852009-02-17 Karl Berry <karl@gnu.org>
1686
49b5c0e8 1687 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1688
80d634b8
RS
16892009-02-17 Richard M Stallman <rms@gnu.org>
1690
1691 * anti.texi (Antinews): Mention Babyl format.
1692
1693 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1694
1695 * rmail.texi: Update for mbox format.
1696 Various small fixes, as well as the following.
1697 (Out of Rmail): Node deleted.
1698 (Rmail): Update menu.
1699 (Rmail Files): Comment out set-rmail-inbox-list.
1700 Document rmail-inbox-list instead.
1701 (Rmail Output): Substantial changes since C-o is now
1702 rmail-output-as-seen and o is rmail-output.
1703 (Rmail Attributes): Delete `stored', add `retried'.
1704 (Rmail Display): Editing headers works in all cases.
1705
f0d129c6
GM
17062009-02-17 Glenn Morris <rgm@gnu.org>
1707
1708 * basic.texi (Position Info): M-x count-lines-region is not always on
1709 M-=. (Bug#2269)
1710
160f11d3
GM
17112009-02-09 Glenn Morris <rgm@gnu.org>
1712
1713 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1714 defaults.
1715
763e01c4
EZ
17162009-02-07 Eli Zaretskii <eliz@gnu.org>
1717
1718 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1719 documentation of possible problems with redecoding.
1720
f5e1441d
GM
17212009-02-03 Glenn Morris <rgm@gnu.org>
1722
1723 * rmail.texi (Out of Rmail): Mention b2m.pl.
1724
e1eabe41
GM
17252009-01-31 Glenn Morris <rgm@gnu.org>
1726
1727 * rmail.texi (Out of Rmail): Correct b2m location.
1728
dd05f9de
CY
17292009-01-27 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * fixit.texi (Undo): Update undo limit values.
1732
d74d846e
GM
17332009-01-27 Glenn Morris <rgm@gnu.org>
1734
1735 * emacs.texi (Top): Fix Antinews menu entry.
1736
49ffdce8
KB
17372009-01-25 Karl Berry <karl@gnu.org>
1738
1739 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1740 item with no marker, instead of the syntactically incorrect
1741 @itemize @asis.
1742
467e8d77
JL
17432009-01-25 Juri Linkov <juri@jurta.org>
1744
1745 * building.texi (Grep Searching): Fix index entry for lgrep.
1746
6c60bbdb
EZ
17472009-01-24 Eli Zaretskii <eliz@gnu.org>
1748
1749 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1750
9ce5a36f
AR
17512009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1752
1753 * macos.texi (Preferences Panel): Update description of font setting to
1754 reflect that prior frame selection is no longer needed.
1755
9aa5f2fb
NR
17562009-01-20 Nick Roberts <nickrob@snap.net.nz>
1757
1758 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1759 raise GUD subsections.
1760
3892ff9c
GM
17612009-01-15 Glenn Morris <rgm@gnu.org>
1762
1763 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1764
14731c8f
GM
17652009-01-10 Glenn Morris <rgm@gnu.org>
1766
1767 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1768
45c55e53
CY
17692009-01-04 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1772 logical lines.
1773
2e4667d1
JL
17742008-12-29 Juri Linkov <juri@jurta.org>
1775
1776 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1777
1778 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1779
2a3eac47
CY
17802008-12-28 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1783 goto-address-mode instead of goto-address.
1784
3da8da94
CY
1785 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1786 mode.
1787
2a3eac47
CY
1788 * emacs.texi (Top): Update node listing.
1789
057f6dd3
EZ
17902008-12-26 Eli Zaretskii <eliz@gnu.org>
1791
1792 * custom.texi (Directory Variables): Explain what is a "project".
1793 Add indexing. Improve wording. Add a footnote about using
1794 _dir-locals.el on MS-DOS.
1795
e6979067
DN
17962008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * files.texi (Misc File Ops): Mention chmod as an alias for
1799 set-file-modes.
1800
9de15963
MR
18012008-12-24 Martin Rudalics <rudalics@gmx.at>
1802
1803 * help.texi (Help): Fix typos and reword.
1804 (Help Summary): Add entries for C-h n and C-h r, reorder
1805 entries, and do some minor fixes.
1806 (Name Help): Say that C-h F works for commands only.
1807 (Misc Help): Say that view-lossage displays 300 keystrokes.
1808
236fd60d
GM
18092008-12-20 Glenn Morris <rgm@gnu.org>
1810
1811 * ack.texi (Acknowledgments): General update based on AUTHORS,
1812 including removal of some stuff no longer distributed.
1813
349b3256
AM
18142008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1815
1816 * fixit.texi: Mention hunspell
1817
e840fca5
GM
18182008-12-19 Glenn Morris <rgm@gnu.org>
1819
1820 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1821 Consolidate explanatory text at start.
e840fca5
GM
1822
1823 * display.texi (Text Display):
1824 * indent.texi (Indentation): Use @acronym with ASCII.
1825
9dfa7983
GM
18262008-12-18 Glenn Morris <rgm@gnu.org>
1827
1828 * ack.texi: Various small updates and fixes.
1829
97b3a00b
JL
18302008-12-18 Juri Linkov <juri@jurta.org>
1831
1832 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1833 as a key binding to start a forward nonincremental word search.
1834 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1835 a backward nonincremental word search. Add index for `M-s w'
1836 `isearch-forward-word'.
1837 (Regexp Search): Add a short summary of regexp key commands like
1838 in the node "Basic Isearch".
1839 (Other Repeating Search): Fix typo.
1840
18412008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1842
1843 * misc.texi (PostScript Variables): Fix doc.
1844
31ce6a07
CY
18452008-12-10 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * programs.texi (Program Modes): Mention Ruby mode.
1848
636b507b
DN
18492008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 * misc.texi (emacsclient Options): Describe what an empty string
1852 argument does for --alternate-editor.
1853
a323fa14
CY
18542008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1855
1856 * cmdargs.texi (Font X): Distinguish between client-side and
1857 server-side fonts. List valid Fontconfig properties. Add reference to
1858 Fontconfig manual. List valid GTK font properties. Explain use of
1859 fc-list.
1860
c5ca6cd0
CY
18612008-12-09 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * cmdargs.texi (Font X): Move discussion of quoting to top.
1864
e5136377
GM
18652008-12-06 Glenn Morris <rgm@gnu.org>
1866
1867 * maintaining.texi (Old Revisions): Improve previous change.
1868
248c026b
RS
18692008-12-05 Richard M Stallman <rms@gnu.org>
1870
1871 * anti.texi (Antinews): Minor fixes.
1872
a9253a1e
GM
18732008-12-03 Glenn Morris <rgm@gnu.org>
1874
1875 * maintaining.texi (Old Revisions): Fix diff-switches description.
1876
fa687b02
MR
18772008-12-01 Martin Rudalics <rudalics@gmx.at>
1878
1879 * emacs.texi (Top): Fix typo.
1880
72e6decd
CY
18812008-11-30 Chong Yidong <cyd@stupidchicken.com>
1882
320ee034
CY
1883 * misc.texi (Document View): Explain dependence on gs at the top.
1884 Copyedits.
1885
1886 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1887
72e6decd
CY
1888 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1889 (Comment Commands): Discuss region-active behavior of M-; first.
1890
2a472ee4
MR
18912008-11-29 Martin Rudalics <rudalics@gmx.at>
1892
9c6361c9
MR
1893 * display.texi (Line Truncation): Add reference to Continuation
1894 Lines.
1895
2a472ee4
MR
1896 * windows.texi (Pop Up Window): Mention split-height-threshold
1897 and split-width-threshold.
9c6361c9 1898 (Split Window): Add reference to Continuation Lines.
2a472ee4 1899
e93bc142
AR
19002008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1901
1902 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1903 (GNUstep Support): New node.
1904 * anti.texi:
1905 * emacs.texi:
1906 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1907
43b978db
RS
19082008-11-28 Richard M Stallman <rms@gnu.org>
1909
1910 * misc.texi (Dissociated Press): Minor cleanups.
1911
1912 * dired.texi (Image-Dired): Avoid passive.
1913
e8e2bd93
EZ
19142008-11-28 Eli Zaretskii <eliz@gnu.org>
1915
1916 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1917 representation.
1918
8d2d45da
CY
19192008-11-26 Richard M. Stallman <rms@gnu.org>
1920
1921 * files.texi (Visiting): Rewrite paragraph for clarity.
1922
1923 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1924
a5f7bbcc
AM
19252008-11-25 Alan Mackenzie <acm@muc.de>
1926
1927 * programs.texi (Moving by Parens): Clarify that parens inside strings
1928 and comments are ignored, and that the commands assume the starting
1929 point isn't in a string or comment.
1930
a71703d3
AR
19312008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1932
1933 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1934 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1935 version.
1936 (Mac Customization): Rewrite Preferences Panel section and merge in to
1937 this node, add Open files by dragging to an Emacs window.
1938
1939 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1940
aa5ab79a
CY
19412008-11-26 Chong Yidong <cyd@stupidchicken.com>
1942
0cc92c19
CY
1943 * files.texi (Misc File Ops): Document set-file-modes.
1944
c366b4e4
CY
1945 * windows.texi (Split Window): Document integer values of
1946 truncate-partial-width-windows.
1947
aa5ab79a
CY
1948 * text.texi (Text): Simplify description of markup languages.
1949 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1950 (TeX Editing): Note that `""' inserts one `"' character.
1951 (HTML Mode): Note in the introduction that XML mode is an alias for
1952 SGML mode. Mention nXML mode.
1953
56221db7
CY
19542008-11-25 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * building.texi (Watch Expressions): Fix typo.
1957
90effe33
CY
19582008-11-24 Chong Yidong <cyd@stupidchicken.com>
1959
f90a5ae3
CY
1960 * files.texi (Visiting): Document new behavior of
1961 confirm-nonexistent-file-or-buffer.
1962
1c6c854e
CS
1963 * buffers.texi (Select Buffer):
1964 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 1965
a18ffb4a
CY
1966 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1967 edit-picture.
1968
90effe33
CY
1969 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1970 edit-picture', since that is just an alias for picture-mode.
1971 (Sentences): Note that repeated M-@ extends the region.
1972 (Pages): Make terminology more consistent. Link to Regexps node.
1973 (Longlines): Discuss relationship with Visual Line mode.
1974 (Text Mode): Remove extraneous discussion of other modes, since they
1975 were already introduced in the parent node.
1976
e85103ec
CY
19772008-11-23 Chong Yidong <cyd@stupidchicken.com>
1978
5cb2fe30
CY
1979 * anti.texi (Antinews): Rewrite.
1980
1eb9b307 1981 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1982
1983 * frames.texi (Frame Commands): Mention "minimize" terminology.
1984
e85103ec
CY
1985 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1986 formats.
b908332f
CY
1987 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1988 (Misc X): Don't document useless -hb option.
e85103ec 1989
607f5f88
JL
19902008-11-22 Juri Linkov <juri@jurta.org>
1991
1992 * dired.texi (Dired Navigation): Change normal file name search option
1993 from `non-nil' to `t'. Add `dwim' option.
1994
e1b867a0
JL
19952008-11-22 Juri Linkov <juri@jurta.org>
1996
1997 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1998 ".dir-locals.el". Rename `define-project-bindings' to
1999 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2000 `dir-locals-set-directory-class'.
2001
dd186936
LK
20022008-11-22 Lute Kamstra <lute@gnu.org>
2003
2004 * buffers.texi (Select Buffer): Index goto-line.
2005 * basic.texi (Moving Point): Mention the use of a numeric prefix
2006 argument with goto-line and refer to Select Buffer for the use of a
2007 plain prefix argument.
2008
4b121911
GM
20092008-11-19 Glenn Morris <rgm@gnu.org>
2010
2011 * doclicense.texi: Update to FDL 1.3.
2012 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2013
27267e4c
CY
20142008-11-17 Chong Yidong <cyd@stupidchicken.com>
2015
696f351d
CY
2016 * custom.texi (Minor Modes): Define mode commands and mode variables
2017 more precisely. Recommend using mode commands instead of setting
2018 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2019 (Easy Customization): Use "init file" instead of .emacs.
2020 (Customization Groups): Update to new Custom buffer appearance.
2021 (Saving Customizations): Copyedits. Update example.
2022 (Variables): Give example of variable type-sensitivity.
2023 (Examining): Update example.
2024 (Hooks): Copyedits.
2025 (Specifying File Variables): Use C comments instead of an artificial
2026 Lisp for the example.
2027 (Keymaps): Move internals discussion to Prefix Keymaps.
2028 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2029 (Init Rebinding): Document kbd macro.
2030 (Init File): Link to Find Init.
696f351d
CY
2031
2032 * mark.texi (Using Region): Document Delete Selection Mode more
2033 thoroughly.
2034
2035 * frames.texi (Mouse Commands): Move most of the description of Delete
2036 Selection Mode to Using Region, and link to it.
1bc9c425 2037 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2038
b0570c25
CY
2039 * building.texi (Compilation): Document first-error value of
2040 compilation-scroll-output.
2041 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2042 works as soon as an error is available. Suggested by Juri Linkov.
2043
27267e4c
CY
2044 * mini.texi (Passwords): New node.
2045
2046 * files.texi (Remote Files): Link to Passwords node.
2047
2048 * emacs.texi (Top): Update node listings.
2049
122eb807
CY
20502008-11-16 Chong Yidong <cyd@stupidchicken.com>
2051
9c9855a3
CY
2052 * ack.texi (Acknowledgments): Some updating of credits.
2053
bd6fdcad
CY
2054 * emacs.texi (Acknowledgments): Add a couple more names.
2055
dd1eef46
CY
2056 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2057
122eb807 2058 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2059 (Misc File Ops): Document use of trash.
122eb807 2060
801a8da1
JB
20612008-11-16 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * macos.texi (Mac Customization): Fix typos.
2064
0b4f2253
CY
20652008-11-14 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2068 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2069 the conventions of the main Emacs manual.
2070
2071 * emacs.texi (Top): Update node listings.
2072
517e2b89
CY
20732008-11-12 Chong Yidong <cyd@stupidchicken.com>
2074
07a85685
CY
2075 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2076 command-line-args is processed during startup.
2077 (Action Arguments): Correctly describe how file arguments interact with
2078 the startup screen. Link to Lisp Interaction for scratch buffer.
2079 (Initial Options): Link to Command Example for -batch option.
2080 (Environment): Document initial-environment.
2081
517e2b89
CY
2082 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2083 can't be changed in the site-start file.
2084
6337bbde
CY
20852008-11-07 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * dired.texi (Dired): Mention C-x C-d too.
2088 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2089 (Dired Navigation): Explain dired-goto-file more clearly.
2090 Document dired-isearch-filenames.
6337bbde
CY
2091 (Dired Deletion): Remove unnecessary "expunged" terminology.
2092 (Flagging Many Files): & is now rebound to `% &'.
2093 (Shell Commands in Dired): Document dired-do-async-shell-command.
2094 Clarify how multi-file arguments are passed.
2095 (Misc Dired Features): Document dired-do-isearch.
2096
9e8eeff9
CY
20972008-11-06 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2100
e071f849
CY
21012008-11-03 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2104
05482eb1
CY
21052008-11-01 Chong Yidong <cyd@stupidchicken.com>
2106
e2346dea
CY
2107 * programs.texi (Program Modes): Link to Program Indent node.
2108 (Left Margin Paren): Explain consequences of changing
2109 open-paren-in-column-0-is-defun-start more concisely.
2110 (Which Function, Program Indent, Info Lookup): Minor edits.
2111 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2112 (Multi-line Indent): If region is active, TAB indents the region.
2113 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2114 (Matching): The delimiter at the cursor is highlighted---the character
2115 changes color.
2116 (Symbol Completion): Link to Completion node.
2117
e4b6428c
CY
2118 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2119 a strictly text-only system.
2120
05482eb1
CY
2121 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2122 batch mode.
2123
a11d3737
RS
21242008-11-01 Richard M. Stallman <rms@gnu.org>
2125
5abad626
RS
2126 * misc.texi (Document View): Major rewrite.
2127
a11d3737
RS
2128 * maintaining.texi (Types of Log File): Change logs are older than
2129 version control.
2130 (VCS Concepts): Simplify and rearrange.
2131 (Version Control Systems): Make it clear that Linux is only the kernel.
2132 (VC Mode Line): Shorten reference to menu item.
2133 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2134 (VC Directory Mode): Minor cleanup.
2135 Unchanged files are hidden, not omitted.
2136 (VC Directory Commands): Shorten and simplify.
2137 (Change Log Commands): New node, split from Change Logs.
2138 (VC Directory Buffer): New node, split from VC Directory Mode.
2139
c55a4acb
CY
21402008-10-31 Chong Yidong <cyd@stupidchicken.com>
2141
1c6c854e 2142 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2143 from files.texi.
2144
1c6c854e
CS
2145 * files.texi (Version Control): Move to maintaining.texi.
2146 Subnodes moved as well.
2147 (Document Files): Move to misc.texi.
df0356f6 2148
c55a4acb
CY
2149 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2150 vc-update-change-log.
df0356f6
CY
2151 (Version Control): Move here from files.texi.
2152 (Format of ChangeLog): Make it a subnode of Change Log.
2153
2154 * emacs.texi (Top): Update node listing.
c55a4acb 2155
ef082374
TH
21562008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2157
2158 * files.texi (Files): Add a section about document
2159 files (doc-view-mode).
2160
d52582c3
CY
21612008-10-31 Chong Yidong <cyd@stupidchicken.com>
2162
1c6c854e
CS
2163 * building.texi (Compilation Mode):
2164 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2165 (Debuggers): Lower GUD subsections to subsubsections.
2166 (Starting GUD): Add cindex.
2167 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2168
4e0a0968
CY
21692008-10-30 Chong Yidong <cyd@stupidchicken.com>
2170
03625b47
CY
2171 * indent.texi (Indentation): Link to Program Indent.
2172
4e0a0968
CY
2173 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2174 now uses emacsclient's terminal.
2175
8bd3f7ef
CY
21762008-10-29 Chong Yidong <cyd@stupidchicken.com>
2177
80e5620e
CY
2178 * mark.texi (Using Region): Document use-empty-active-region.
2179
97d5c404
CY
2180 * emacs.texi (Top): Update node listings.
2181
1c6c854e
CS
2182 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2183 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2184 (Invoking emacsclient): Rewrite, moving optional arguments to
2185 emacsclient Options.
21d2bae3
CY
2186 (emacsclient Options): New node. Document server-use-tcp and
2187 server-host.
8bd3f7ef 2188
5fda2cbd
CY
21892008-10-28 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * indent.texi (Indentation): Replace list with paragraphed text,
2192 putting description of syntax-driven indentation first. Document new
2193 effect of active regions on tab.
2194 (Tab Stops): Note that editable tab stops affect indentation commands.
2195
4ff029f6
DN
21962008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2199
996cd6e4
CY
22002008-10-23 Chong Yidong <cyd@stupidchicken.com>
2201
f28815e3
CY
2202 * custom.texi (Function Keys): Note that modified keypad keys are not
2203 translated.
2204
996cd6e4
CY
2205 * basic.texi (Arguments): Explain how to insert multiple digits.
2206
49545fe2
MA
22072008-10-22 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * files.texi (Remote Files): Precise selection of default method.
2210 Rewrite paragraph about disabling remote file names.
2211
edac0b53
CY
22122008-10-22 Chong Yidong <cyd@stupidchicken.com>
2213
e752c544
CY
2214 * search.texi (Special Isearch): Document M-TAB is isearch.
2215
edac0b53
CY
2216 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2217 command.
2218
2219 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2220
20a36054
TH
22212008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2222
1c6c854e 2223 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2224 section.
2225
69051ab6
CY
22262008-10-21 Chong Yidong <cyd@stupidchicken.com>
2227
c4b1a32a
CY
2228 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2229 to files.texi. Move contents of vc2-xtra.texi here.
2230
2231 * vc2-xtra.texi: File removed.
2232
2233 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2234 Directory Commands from the submenu. Don't include deleted file
2235 vc2-xtra.texi.
2236
2237 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2238 (Version Control): Add VC Directory Mode and VC Directory Commands to
2239 the submenu.
2240 (Why Version Control?): Use table format.
2241 (Version Control Systems): Note that Meta-CVS support is gone.
2242 (VCS Concepts): Note precisely when VC started supporting filesets.
2243 Remove bogus xref to CVS Options node.
2244 (Types of Log File): Copyedits.
2245 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2246 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2247 The Right Thing.
2248 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2249 (Log Buffer): Reorganize node, putting C-c C-c description first.
2250 (Old Revisions): Use CVS for example, not RCS.
2251 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2252 Commands from the submenu, putting them under Version Control.
2253 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2254 need to include it in the manual unconditionally, since it is now
2255 crucial to using distributed version control systems.
1a6e2954
CY
2256 (Comparing Files): Note that diff uses the minibuffer, and that the
2257 output is shown using Diff mode.
1c6c854e
CS
2258 (Diff Mode): Explain what "patch" and "hunk" mean.
2259 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2260 diff-show-trailing-whitespaces.
1a6e2954 2261 (File Archives): Add rar support.
c4b1a32a 2262
69051ab6
CY
2263 * major.texi (Choosing Modes): Make mode selection sequence more
2264 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2265 magic-mode-alist is nil by default.
2266 Document magic-fallback-mode-alist.
69051ab6 2267
e7421e03
CY
22682008-10-20 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * frames.texi (Mouse References): Copyedits.
2271
6b2efdc2
TH
22722008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2273
2274 * ack.texi (Acknowledgments): Add myself as doc-view author.
2275
9c5e9396
EZ
22762008-10-20 Eli Zaretskii <eliz@gnu.org>
2277
2278 * frames.texi (Dialog Boxes): Add @cindex entries.
2279
dac94f8e
CY
22802008-10-20 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2283 (Text-Only Mouse): Copyedit.
2284
25597d40
CY
22852008-10-19 Chong Yidong <cyd@stupidchicken.com>
2286
f8a447f6
CY
2287 * frames.texi: Use @key throughout for mouse clicks.
2288 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2289 (Secondary Selection): Fix modified mouse click syntax.
2290 (Clipboard): Describe Cut, Copy and Paste commands.
2291 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2292 Copyedits.
2293 (Creating Frames): Add xref to Init File.
2294 (Frame Commands): Add xref to Exiting.
2295 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2296
b0f95216
CY
22972008-10-15 Chong Yidong <cyd@stupidchicken.com>
2298
b0817f00
CY
2299 * files.texi (Version Control): Copyedits. Add Bazaar.
2300 (Version Control Systems): List different VCS's using an itemized list.
2301 Add Bazaar.
2302 (VCS Concepts): Copyedits. Tweak description of file merging.
2303
b0f95216
CY
2304 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2305 (Cut/Paste Other App): Document select-active-regions and
2306 x-select-enable-primary.
2307
69d0d701
CY
23082008-10-13 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * mark.texi (Shift Selection): Correct case in node name.
2311
2312 * emacs.texi (Top): Update node order in Mark chapter.
2313
375e8351
EZ
23142008-10-12 Eli Zaretskii <eliz@gnu.org>
2315
2316 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2317
2318 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2319 elsewhere in the manual instead of describing yet again the intricacies
2320 of $HOME on MS-Windows and MS-DOS.
2321
ab58114f
CY
23222008-10-12 Chong Yidong <cyd@stupidchicken.com>
2323
4f959513 2324 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2325 (Minibuffer File): Add discussion of `~' in file names.
2326 Add insert-default-directory index reference.
4f959513 2327
ab58114f
CY
2328 * files.texi (File Names): Reorganize description.
2329 (Visiting): Add xref to Mode Line. Copyedits.
2330 (Save Commands): Mention prefix behavior of C-x C-s.
2331 (Numbered Backups): Node deleted.
2332 (Backup Names): Contents of Numbered Backups moved here. State default
2333 of version-control variable.
2334 (Reverting): Copyedits.
2335 (Version Control): Add additional version control systems.
2336
2337 * emacs.texi (Top): Delete Numbered Backups node.
2338
2339 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2340 Backup Names.
f2884f63 2341 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2342
b0b5100a
RF
23432008-10-11 Romain Francoise <romain@orebokech.com>
2344
2345 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2346
89774b5f
CY
23472008-10-11 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2350 (Select Buffer): Mention use of minibuffer history. Describe default
2351 value of default-major-mode. Mention that C-x 4 b selects the other
2352 window.
2353 (List Buffers): Document CRM indicators in the order they appear.
2354 (Kill Buffer): Document new command kill-matching buffers.
2355 (Several Buffers): Move explanation of the relationship between buffer
2356 list and buffer menu to the top.
2357 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2358
4c72bf27
CY
23592008-10-10 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * entering.texi (Exiting): Document change of C-x C-c to
2362 save-buffers-kill-terminal. Document kill-emacs.
2363
f68eb991
EZ
23642008-09-30 Eli Zaretskii <eliz@gnu.org>
2365
2366 * mule.texi (Coding Systems): Don't mention codepage-setup.
2367
2368 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2369 cpNNN coding systems anymore.
2370 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2371 for unibyte mode. Don't mention line-drawing characters.
2372 Don't mention dos-unsupported-char-glyph.
f68eb991 2373
1a2dd44d
CY
23742008-09-25 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * search.texi (Search): Shorten introduction.
2377 (Basic Isearch): Add command table. Discuss reverse isearch and
2378 isearch highlighting.
2379 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2380 ring to cindex.
2381 (Special Isearch): Move input methods discussion here.
2382 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2383 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2384 Repeat Isearch.
2385 (Isearch Minibuffer): New node.
2386 (Word Search): Document new word search commands.
2387 (Regexp Example): Simplify example using sentence-end-base variable.
2388 (Replace): Reword introduction.
2389 (Unconditional Replace): Remove unnecessary example.
2390 (Other Repeating Search): Document new `M-s o' binding.
2391
2392 * emacs.texi (Top): Update node listings.
2393
e45da31d
JB
23942008-09-22 Juanma Barranquero <lekktu@gmail.com>
2395
2396 * emacs.texi (Top): Remove Kill Errors from menu.
2397
841c8096
CY
23982008-09-22 Chong Yidong <cyd@stupidchicken.com>
2399
402168fa
CY
2400 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2401 interface for defining macros. Simplify examples. Note that C-g quits
2402 macro definitions.
1c6c854e
CS
2403 (Keyboard Macro Counter): Document using F3 to insert counter.
2404 Give usage example.
402168fa
CY
2405 (Keyboard Macro Query): Organize query responses in a table.
2406
1c6c854e
CS
2407 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2408 Link to Erasing node.
841c8096
CY
2409 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2410 rationale to a footnote.
2411 (Kill Errors): Remove node, due to redundancy with Erasing.
2412 (Spelling): Move discussion of flyspell to end. Note new behavior of
2413 M-$ in active region. Remove non-ispell-specific keybindings from
2414 table.
2415
eab2ee89
DN
24162008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * cmdargs.texi (Initial Options): Document --daemon.
2419
3d53e905
GM
24202008-09-20 Glenn Morris <rgm@gnu.org>
2421
2422 * files.texi (Numbered Backups): Mention that some modes set
2423 version-control.
2424
1c90484d
GM
24252008-09-20 Jim Blandy <jimb@red-bean.com>
2426
2427 * files.texi (Numbered Backups): Reference File Variables, as well.
2428 Remove discussion of Rmail's implementation.
2429
0fc0d844
CY
24302008-09-06 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * misc.texi (Recursive Edit): Note that top-level exits active
2433 minibuffers.
2434
2435 * trouble.texi (Quitting): Likewise.
2436
b18d283d
CY
24372008-08-31 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * emacs.texi (Top): Add Temporary Face Changes xref.
2440
2441 * display.texi (Display): Move Temporary Face Changes node to just
2442 after Standard Faces.
2443 (Scrolling): Document recenter-top-bottom instead of recenter.
2444 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2445 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2446 (Display Custom): Copyedits.
2447 (Optional Mode Line): Document display-battery-mode.
2448
180135fc
RF
24492008-08-27 Romain Francoise <romain@orebokech.com>
2450
2451 * custom.texi (Directory Variables): Minor fix.
2452
d3fe3475
GM
24532008-08-27 Glenn Morris <rgm@gnu.org>
2454
2455 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2456 descriptions.
2457 (Calendar Customizing): Tweak layout description.
183080b6 2458 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2459 markers. Condense calendar-star-date and calendar-mark-today
2460 description.
2461 (Holiday Customizing): Add oriental and solar holidays.
2462 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2463 Fix holiday-float description. Use zerop in examples. Be less verbose.
2464 (Date Display Format): Change ISO format. Be less verbose.
2465 (Diary Customizing): Mention day and month abbrev arrays.
2466 Mention the date-form variables by name. Update European example.
2467 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2468 Condense examples. Mention diary-entry-symbols by name.
2469 Condense table for insertion commands.
2470 (Fancy Diary Display): Mention diary-include-string and
2471 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2472 Ethiopic, Persian date functions. Condense descriptions.
2473
2474 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2475 (Adding to Diary): Adapt for changed node name.
2476
71755807
GM
24772008-08-26 Glenn Morris <rgm@gnu.org>
2478
2479 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2480 node "Hebrew/Islamic Entries".
2481
2482 * calendar.texi (Specified Dates): Fix names of iso functions.
2483 (General Calendar): There may not be another window.
2484 (Writing Calendar Files, Holidays): Tweak intro.
2485 (Holidays): Mention Baha'i and Chinese holidays.
2486 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2487 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2488 (To Other Calendar): Add calendar-print-other-dates.
2489 Refer to "graphic display" rather than "X.
2490 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2491 (Displaying the Diary): Fix whitespace after reference.
2492 Fix `diary-number-of-entries' reference.
2493 (Date Formats): Explicitly mention that day names can be abbreviated.
2494 (Adding to Diary): Add some references to other sections.
2495 (Special Diary Entries): Fix reference.
2496 (Appointments): Simplify appt-message-warning-time entry.
2497 Clarify where times must be.
2498 (Importing Diary): Comment out icalendar paragraph that does not apply.
2499 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2500
d76ebc75
GM
25012008-08-23 Glenn Morris <rgm@gnu.org>
2502
2503 * fortran-xtra.texi (Fortran): Change description of free form and
2504 fixed form a bit. Mention hideshow and imenu.
2505 (Fortran Motion): Mention fortran-end-of-subprogram,
2506 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2507 (Fortran Indent): Minor re-word.
2508 (ForIndent Commands): Mention fortran-fill-paragraph and
2509 fortran-fill-statement.
2510 (ForIndent Cont): Mention fortran-tab-mode-string.
2511 (Fortran Comments): Mention fortran-comment-line-start-skip.
2512 (Fortran Columns): Mention font-locking.
2513 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2514
1fc0ce04 25152008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2516
2517 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2518
5c52e13c
CY
25192008-08-22 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * mini.texi (Minibuffer): Simplify introduction.
2522 (Minibuffer File): Document tilde in minibuffer filenames.
2523 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2524 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2525 (Completion Example): Update example to current command list.
2526 (Completion Options): Document `lazy' value of completion-auto-help.
2527 Update contents of completion-ignored-extensions.
2528 (Minibuffer History): Describe "future history" list. State default
2529 value of history-delete-duplicates.
2530
77a00355
GM
25312008-08-21 Glenn Morris <rgm@gnu.org>
2532
2533 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2534 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2535
39ee1d04
CY
25362008-08-17 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * regs.texi (Registers): Clarify valid register names.
2539 (RegPos): Note that buffer is saved and restored too.
2540 (RegText): Note that mark is reactivated/deactivated.
2541 (RegConfig): Xref to Windows node.
2542
b12c348f
CY
25432008-08-16 Chong Yidong <cyd@stupidchicken.com>
2544
3ae7ba79
CY
2545 * basic.texi (Inserting Text): Provide command name for C-q.
2546
b12c348f
CY
2547 * killing.texi (Killing): Copyedit. Define read-only text.
2548 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2549 (Killing by Lines): Copyedit.
2550 (Other Kill Commands): Move M-w description here.
2551 (Yanking): Move M-w to Other Kill Commands.
2552 (Kill Ring): Also mention saving text in registers. Link to Text
2553 Properties in elisp manual.
2554 (Accumulating Text): Copyedit.
2555 (CUA Bindings): Shift selection is now the default.
2556
d8ff7692
TZ
25572008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2558
2559 * maintaining.texi (Change Log): Mention next-error is available.
2560
a43a8a2e
GM
25612008-08-10 Glenn Morris <rgm@gnu.org>
2562
2563 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2564 and intermonth text.
2565 (Holiday Customizing): Add holiday-chinese.
2566
eba27308
EZ
25672008-08-08 Eli Zaretskii <eliz@gnu.org>
2568
2569 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2570
5f14a5b3
DN
25712008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2572
2573 * files.texi (Log Buffer): Describe C-c C-d.
2574 (Diff Mode): Describe C-x 4 A.
2575
49989bff
EZ
25762008-08-06 Eli Zaretskii <eliz@gnu.org>
2577
2578 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2579
5c915c02
DN
25802008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2581
2beaf97a
DN
2582 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2583 describe the new bindings to show the changeset diff, toggle annotation
2584 visibility, show revisions.
2585 (VC Status): Describe key bindings for modifying the change comments,
2586 displaying changeset diffs and annotations.
2587
5c915c02
DN
2588 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2589
71798ace
NR
25902008-08-05 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2593
b8949644
EZ
25942008-08-02 Eli Zaretskii <eliz@gnu.org>
2595
2596 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2597 and wording.
2598
819567d1
DN
25992008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2600
2601 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2602 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2603 commands. Improve some old info.
2604
5f38310a
CY
26052008-07-31 Chong Yidong <cyd@stupidchicken.com>
2606
0dc3906b
CY
2607 * display.texi (Visual Line Mode): New node.
2608
5f38310a 2609 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2610 (Moving Point): Add additional alternative key bindings.
2611 Describe line-move-visual.
5f38310a
CY
2612 (Erasing): Describe DEL.
2613 (Basic Undo, Blank Lines, Arguments): Copyedit.
2614 (Continuation Lines): Mention Visual Line mode.
2615 (Position Info): Move extended discussion to mule.texi.
2616
2617 * mule.texi (International Chars): Describe C-x =.
2618
2619 * emacs.texi (Top): Add Visual Line Mode node.
2620
7c2fb837
DN
26212008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2622
2623 * emacs.texi: Remove VMS support.
2624
3f6b73ef
DN
26252008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2628 the vc-dir command name.
2629
9e2a2647
DN
26302008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 * xresources.texi: Remove mentions of Mac Carbon.
2633
568beaa2
AS
26342008-07-19 Andreas Schwab <schwab@suse.de>
2635
2636 * ns-emacs.texi: Move to ../misc.
2637
0ef94706
CY
26382008-07-15 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * entering.texi (Exiting): Don't describe text-only terminals as the
2641 default. Describe the new startup screen.
2642 (Exiting): Describe how to kill Emacs first. Change description of
2643 iconification to handle modern window systems.
2644
ba60bd44 26452008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2646
2647 * ns-emacs.texi: New file, documents features of Emacs port under
2648 NeXTstep windowing.
2649
9f30aa73
CY
26502008-07-15 Chong Yidong <cyd@stupidchicken.com>
2651
938a5d2e
CY
2652 * entering.texi (Entering Emacs): Update prev node.
2653
2654 * glossary.texi (Glossary): Remove xref to Text Characters.
2655
9f30aa73
CY
2656 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2657 directly, rather than in the context of ASCII. Move description of
2658 special properties of modifier key to new Modifier Keys node.
2659 (Keys): Copyedit.
2660 (Text Characters): Delete node. Multibyte is the default nowadays, and
2661 the node contents are obsolete.
2662
2663 * custom.texi (Modifier Keys): New node.
2664
2665 * emacs.texi (Top): Update node list.
2666
7e53d36c
CY
26672008-07-13 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2670 saying that Emacs provides menus and mouse support (which is par for
2671 the course).
2672
2673 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2674 early on.
2675 (Point): Copyedit. Relegate historical trivia to a footnote.
2676 (Mode Line): Explain mode-line format more consistently.
2677 (Menu Bar): Copyedit.
2678
1e9fa96d
GM
26792008-06-27 Glenn Morris <rgm@gnu.org>
2680
2681 * cal-xtra.texi (Sexp Diary Entries):
2682 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2683
dc9bebb8
CY
26842008-06-26 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * mark.texi (Shift selection): New node.
2687 (Mark): Copyedits.
2688 (Persistent Mark): Move to the end of the chapter.
2689
e7881076
EZ
26902008-06-20 Eli Zaretskii <eliz@gnu.org>
2691
2692 * makefile.w32-in (distclean): Remove makefile.
2693
f427400c
NR
26942008-06-17 Nick Roberts <nickrob@snap.net.nz>
2695
2696 * building.texi (Starting GUD): Add an entry for gud-gdb.
2697 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2698 command mode.
2699
b597d348
GM
27002008-06-17 Glenn Morris <rgm@gnu.org>
2701
2702 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2703
647b7094
NR
27042008-06-17 Nick Roberts <nickrob@snap.net.nz>
2705
2706 * building.texi (Starting GUD): Expand on remote debugging.
2707 (Other GDB-UI Buffers): Mention new keyboard bindings.
2708
47a30023
GM
27092008-06-15 Glenn Morris <rgm@gnu.org>
2710
2711 * gnu.texi: Use a verbatim license for this invariant section,
2712 as per etc/GNU.
2713
37e5d54a
GM
27142008-06-13 Daniel Engeler <engeler@gmail.com>
2715
2716 * emacs.texi, misc.texi: Add documentation about serial port access.
2717
8e65d46c
GM
27182008-06-13 Glenn Morris <rgm@gnu.org>
2719
c1473b4c
MB
2720 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2721 maintain.info.
8e65d46c 2722
e40a85cd
MB
27232008-06-05 Miles Bader <miles@gnu.org>
2724
2725 * display.texi (Temporary Face Changes): Update to reflect function
2726 renamings in face-remap.el.
2727
56c73dec
MB
27282008-06-04 Miles Bader <miles@gnu.org>
2729
1c6c854e
CS
2730 * display.texi (Temporary Face Changes):
2731 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2732 `increase-buffer-face-height' and `decrease-default-face-height' now
2733 that they aren't bound by default.
2734
9d3d42fb
MB
27352008-06-03 Miles Bader <miles@gnu.org>
2736
2737 * display.texi (Temporary Face Changes): New node.
2738
2be6bfe2
EZ
27392008-05-31 Eli Zaretskii <eliz@gnu.org>
2740
2741 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2742
daf7e339
GM
27432008-05-31 Glenn Morris <rgm@gnu.org>
2744
2745 * cal-xtra.texi (Fancy Diary Display): Simplify.
2746
d21d2618
GM
27472008-05-30 Glenn Morris <rgm@gnu.org>
2748
2749 * cal-xtra.texi (Fancy Diary Display): Update for
2750 diary-display-function replacing diary-display-hook.
2751
71ce5fd0
JB
27522008-05-29 Drew Adams <drew.adams@oracle.com>
2753
2754 * msdog.texi (Windows Keyboard): Add descriptions of
2755 w32-register-hot-key and w32-unregister-hot-key.
2756
a3cdbdf8
MO
27572008-05-21 Tom Tromey <tromey@redhat.com>
2758
2759 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2760 Variables node.
2761
854a574c
MO
27622008-05-19 Tom Tromey <tromey@redhat.com>
2763
2764 * custom.texi (Variables): Add Directory Variables to menu.
2765 (Directory Variables): New node.
2766
7c2ec3f9
ER
27672008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2768
71ce5fd0 2769 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2770
370fded4
ER
27712008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2772
2773 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2774 Revision Tags and rewritten. Section now uses modern terminology,
2775 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2776 accurately.
2777
6af511e3
EZ
27782008-05-10 Eli Zaretskii <eliz@gnu.org>
2779
2780 * msdog.texi (Windows Files): Update documentation of
2781 w32-get-true-file-attributes.
2782
7a78b6e7
ER
27832008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2784
2785 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2786 directory mode.
2787
1bcfc24e
CY
27882008-05-08 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2791 entry "television".
1bcfc24e 2792
db86064f
ER
27932008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2794
ab5ec32c 2795 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2796
a31b405e
ER
27972008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2798
2799 * emacs/buffers.texi, emacs/files.texi (Version-control):
2800 vc-toggle-read-only is no longer a good idea...
2801
ff2c14fc
GM
28022008-04-29 Glenn Morris <rgm@gnu.org>
2803
2804 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2805
367c9b7c
JL
28062008-04-22 Juri Linkov <juri@jurta.org>
2807
2808 * dired.texi (Subdirectories in Dired): Describe using `^'
2809 to return to the parent directory.
2810
4ac1e9b4
NR
28112008-04-22 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2814 recent changes.
2815
b9b3bf2b
NR
28162008-04-19 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2819 (Other GDB-UI Buffers): Update for recent thread related changes.
2820
4d120d6a
SM
28212008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2822
2823 * maintaining.texi (Maintaining):
2824 * emacs.texi (Top): Typo.
2825
a152877d
SM
28262008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2827
b9b3bf2b
NR
2828 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2829 arg in `font-lock-add-keywords'.
a152877d 2830
36c0514c
GM
28312008-04-08 Glenn Morris <rgm@gnu.org>
2832
2833 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2834 Also add Baha'i calendar references where appropriate.
2835
06a97d46
GM
28362008-04-05 Glenn Morris <rgm@gnu.org>
2837
2838 * custom.texi (Init File): Byte-compiling .emacs is bad.
2839
6adc6eed
SM
28402008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2843
571388b0
GM
28442008-03-29 Glenn Morris <rgm@gnu.org>
2845
2846 * calendar.texi: Update for `calendar-date-style' replacing
2847 `european-calendar'.
2848
3ae8f876
JR
28492008-03-28 Jason Rumney <jasonr@gnu.org>
2850
2851 * display.texi (Display Custom): Mention overlay-margin in text.
2852
5bc6ddff 28532008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2854
5bc6ddff
MB
2855 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2856 tutorial' comments.
03a864d5 2857
7186a830
CY
28582008-03-28 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * mark.texi (Mark): Rearrange nodes.
2861 (Persistent Mark): Rename from Transient Mark.
2862 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2863 Describe Transient Mark mode as the default.
2864
2865 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2866 the default behavior with Transient Mark mode off.
2867 (Position Info): Fix typo.
2868
71ce5fd0
JB
2869 * display.texi (Standard Faces): Reference the Mark node.
2870 Remove discussion of the region face, which is discussed there.
7186a830
CY
2871
2872 * emacs.texi (Top): Update node listings.
2873
2874 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2875 as the default.
2876
2877 * fixit.texi (Undo): Standardize choice of undo key sequence.
2878 (Undo, Spelling): Describe Transient Mark mode as the default.
2879
2880 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2881 default.
2882
2883 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2884
2885 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2886 mode is the default, and note that the mark is not activated when set.
2887
2888 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2889 Describe Transient Mark mode as the default.
2890
2891 * search.texi (Basic Isearch): Reference the Mark Ring node.
2892 (Replace, Unconditional Replace, Other Repeating Search):
2893 Describe Transient Mark mode as the default.
2894
1c6c854e
CS
2895 * text.texi (Words, Pages, Fill Commands, HTML Mode):
2896 Describe Transient Mark mode as the default.
7186a830
CY
2897 (Paragraphs): Describe how M-h behaves when region is active.
2898
2899 * trouble.texi (Quitting): Clarify effects of C-g.
2900
dc47d1ff
GM
29012008-03-13 Glenn Morris <rgm@gnu.org>
2902
2903 * emacs.texi (EMACSVER): Set to 23.0.60.
2904
e3e0fb39 29052008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2906
e3e0fb39
GM
2907 * dired.texi (Hiding Subdirectories): Fix previous change.
2908
29092008-03-05 Drew Adams <drew.adams@oracle.com>
2910
2911 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2912
5e14abf8
KS
29132008-02-28 Kim F. Storm <storm@cua.dk>
2914
2915 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2916 Move describe-distribution to C-h C-o.
2917 Move view-emacs-problems to C-h C-p.
2918 Add view-emacs-debugging on C-h C-d.
2919 Add view-external-packages on C-h C-e.
d0207bf3 2920 Add view-order-manuals on C-h C-m.
5e14abf8 2921
d0207bf3 29222008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2923
2924 * msdog-xtra.texi (MS-DOS): Docstring fix.
2925
87e391bb
EZ
29262008-02-09 Eli Zaretskii <eliz@gnu.org>
2927
2928 * msdog.texi (Windows Fonts): Use a @table for describing font
2929 properties.
2930
5662e503
JR
29312008-02-07 Jason Rumney <jasonr@gnu.org>
2932
2933 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2934 value has changed.
2935 (Windows HOME): Clarify what is meant by "if that fails as well".
2936 (Windows Fonts): New section.
2937
72463824
GM
29382008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2939
2940 * basic.texi (Basic Undo): Remove duplicate "you can".
2941
7ff926e0
EZ
29422008-02-02 Eli Zaretskii <eliz@gnu.org>
2943
2944 * maintaining.texi (Tags): Fix last change.
2945
6ab7aef1
MA
29462008-02-02 Michael Albinus <michael.albinus@gmx.de>
2947
093571c3 2948 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2949
ace67e7e
NR
29502008-01-31 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2953
ae068fdf
RS
29542008-01-26 Richard Stallman <rms@gnu.org>
2955
2956 * maintaining.texi (Tags): Delete redundant index entry.
2957
a56d9a08
EZ
29582008-01-26 Eli Zaretskii <eliz@gnu.org>
2959
2960 * programs.texi (Imenu): Move "@cindex tags" from here...
2961 * maintaining.texi (Tags): ...to here.
2962
e941ed90
NR
29632008-01-23 Kevin Ryde <user42@zip.com.au>
2964
2965 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2966 click count.
2967
650276d5
JB
29682008-01-21 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * entering.texi (Exiting): Fix typo.
2971 Reported by D. E. Evans <sinuhe@gnu.org>.
2972
8dc17977
MR
29732007-12-31 Martin Rudalics <rudalics@gmx.at>
2974
2975 * glossary.texi (Glossary): Fix typo.
2976
9f9695a6
RS
29772007-12-27 Richard Stallman <rms@gnu.org>
2978
2979 * text.texi (Formatted Text): Improve menu tag.
2980 (Editing Format Info): In Info, add duplicate menu of nodes
2981 about the submenus.
2982 (Format Faces): Say where Faces menu is found. Mention Other.
2983 (Format Colors): Say where these submenus are found.
2984 (Format Indentation, Format Justification): Likewise.
2985 (Format Properties): Likewise.
2986
abfd0191
RS
29872007-12-22 Richard Stallman <rms@gnu.org>
2988
2989 * search.texi (Query Replace): Make exp of query-replace more
2990 self-contained, and clarify.
8dc17977 2991
abfd0191
RS
2992 * cc-mode.texi (Getting Started): Change @ref to @pxref.
2993
a2586785
RS
29942007-12-15 Richard Stallman <rms@gnu.org>
2995
2996 * files.texi (Auto Save): Clarify definition of auto-saving.
2997
a67cf2bb
RS
29982007-11-26 Richard Stallman <rms@gnu.org>
2999
3000 * help.texi (Help Echo): Cleanups.
3001
448b33b1
TTN
30022007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3003
3004 * files.texi (Why Version Control?): Fix typo.
3005 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3006 (Selecting a Fileset): Fix typos; small rewording.
3007 (Log Buffer): Likewise.
3008 (Old Revisions): Likewise.
448b33b1 3009
221bb7f6
EZ
30102007-11-17 Eli Zaretskii <eliz@gnu.org>
3011
3012 * mule.texi (Communication Coding): Fix wording of last change.
3013
d0207bf3 30142007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3015
630cb3b7
JB
3016 * custom.texi (Specifying File Variables):
3017 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3018
53b7759e
KH
30192007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3020
a5ab2e0c 3021 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3022
3023 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3024
c8763fb6 30252007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3026
630cb3b7 3027 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3028 --output=file.
3029
ff98e024
MR
30302007-11-13 Martin Rudalics <rudalics@gmx.at>
3031
3032 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3033 (Help Echo): Avoid mentioning the term "region" here and
3034 consistently use the term "active text".
3035
37b11c22
GM
30362007-11-11 Glenn Morris <rgm@gnu.org>
3037
3038 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3039
21d50ba1
JL
30402007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3041
1c6c854e
CS
3042 * search.texi (Query Replace):
3043 Mention `query-replace-show-replacement'.
21d50ba1 3044
c12ecb0a 30452007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3046
3047 * building.texi (Watch Expressions): Remove obscure sentence.
3048
3b4201f4
KH
30492007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3050
3051 * mule.texi (Select Input Method): Describe how to activate an input
3052 method in the text mode.
3053
07e5c0b0
DN
30542007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3055
3056 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3057
52dd7391
NR
30582007-10-30 Nick Roberts <nickrob@snap.net.nz>
3059
3060 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3061
c004e539
GM
30622007-10-30 Glenn Morris <rgm@gnu.org>
3063
3064 * misc.texi (Directory Tracking): Explain a bit more about
3065 dirtrack-mode.
3066
ca8c5b8c
GM
30672007-10-25 Glenn Morris <rgm@gnu.org>
3068
3069 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3070
b6c764ef
RS
30712007-10-24 Richard Stallman <rms@gnu.org>
3072
3073 * misc.texi (Interactive Shell): Cleanup last change.
3074
eabd84c9
JL
30752007-10-22 Juri Linkov <juri@jurta.org>
3076
3077 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3078 default values.
3079
0b43c7e2
ER
30802007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3081
ca8c5b8c 3082 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3083 'filesets'.
3084
a80859d4
MR
30852007-10-18 Martin Rudalics <rudalics@gmx.at>
3086
3087 * trouble.texi (Quitting): Fix typo.
3088
c9447ae1
GM
30892007-10-18 Glenn Morris <rgm@gnu.org>
3090
3091 * frames.texi (Mode Line Mouse): Mention minor mode names.
3092
168b980f
JL
30932007-10-17 Juri Linkov <juri@jurta.org>
3094
3095 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3096 fill-paragraph operates on the active region in Transient Mark mode.
3097 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3098 with fill-paragraph.
3099
3100 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3101 fill-paragraph.
3102
3103 * fixit.texi (Spelling): ispell-word operates on the active region
3104 in Transient Mark mode.
3105
5a331f34
JB
31062007-10-17 Aaron S. Hawley <aaronh@garden.org>
3107
3108 * building.texi (Source Buffers):
3109 * custom.texi (Init Non-ASCII):
3110 * glossary.texi (Glossary): Use "key binding" consistently.
3111
2a9f4d55
JB
31122007-10-17 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * calendar.texi (Diary): Fix directive.
3115
de13cecf
RS
31162007-10-16 Richard Stallman <rms@gnu.org>
3117
3118 * calendar.texi (Diary): Clarify text about diary file example.
3119
5f90d53e
ER
31202007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3121
3122 * files.texi: Capitalize node names according to convention.
3123
3aa491bc
GM
31242007-10-13 Glenn Morris <rgm@gnu.org>
3125
3126 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3127
8a3106d3
ER
31282007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3129
3130 * emacs.texi:
3131 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3132 suggested by RMS and Robert J. Chassell.
8a3106d3 3133
da1080a2
ER
31342007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3135
3aa491bc 3136 * files.texi (Version Systems):
0870a421
ER
3137 * vc-xtra.texi:
3138 * vc1-xtra.texi:
ac3f4c6f 3139 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3140 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3141 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3142 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3143
58ade22b
ER
31442007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3145
da1080a2 3146 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3147 Reorder the descriptions to be chronological.
3148
93870ce2
RS
31492007-10-09 Richard Stallman <rms@gnu.org>
3150
3151 * display.texi (Cursor Display): Correct how cursor appears
3152 in nonselected windows.
3153
568c7288
NR
31542007-10-04 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * building.texi (GDB Graphical Interface): Remove references to gdba
3157 and mention gud-gdb.
3158
1af74d06 31592007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3160
1af74d06 3161 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3162
0d8fb755
JL
31632007-10-06 Juri Linkov <juri@jurta.org>
3164
3165 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3166 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3167 fill-paragraph-or-region.
3168
3169 * basic.texi (Arguments): Replace fill-paragraph with
3170 fill-paragraph-or-region.
3171
b981e2c6
ER
31722007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3173
3174 * files.texi: Update the section on version control for 2007
2a9f4d55 3175 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3176 will come later.
3177
5fceaf9c
GM
31782007-09-15 Glenn Morris <rgm@gnu.org>
3179
3180 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3181 to `list-holidays'.
3182
b0e44b17
GM
31832007-09-14 Glenn Morris <rgm@gnu.org>
3184
3185 * calendar.texi: Update all instances of mark-calendar-holidays,
3186 list-calendar-holidays, list-holidays with the new names.
3187
8cf51b2c
GM
31882007-09-06 Glenn Morris <rgm@gnu.org>
3189
46a367db 3190 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3191 Split into the Emacs manual in emacs/, and other manuals in misc/.
3192 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3193 manual.
3194 (infodir): New variable.
3195 (info): Use $infodir.
3196 (emacsman): Delete target, not needed any more.
3197 Move all targets that are not the Emacs manual to misc/Makefile.in.
3198 (mostlyclean): Remove `gnustmp'.
3199 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3200 manual.
92f9b43f 3201 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3202 (emacsman): Delete target, not needed any more.
3203 (clean): Remove all info files but Emacs manual.
3204 Move all targets that are not the Emacs manual to misc/Makefile.in.
3205 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3206
3207 * Makefile.in (INFOSOURCES): Delete.
3208 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3209 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3210 *.vrs *.toc here...
3211 (maintainer-clean): ...from here.
3212
32132007-09-05 Glenn Morris <rgm@gnu.org>
3214
3215 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3216
8cf51b2c
GM
32172007-08-29 Glenn Morris <rgm@gnu.org>
3218
3219 * emacs.texi (EMACSVER): Increase to 23.0.50.
3220
3420c522
RS
32212007-08-27 Richard Stallman <rms@gnu.org>
3222
3223 * emacs.texi (Top): Clarify menu item for Glossary.
3224
3225 * display.texi (Faces): Change secn title.
3226 Clarify not all fonts come from Font Lock.
3227
8cf51b2c
GM
32282007-08-17 Eli Zaretskii <eliz@gnu.org>
3229
3230 * basic.texi (Position Info): Add index entry for face at point.
3231 Mention that character faces are also displayed by "C-u C-x =".
3232
8cf51b2c
GM
32332007-08-08 Glenn Morris <rgm@gnu.org>
3234
3235 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3236
32372007-08-07 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * files.texi (File Conveniences): Document point motion keys in Image
3240 mode.
3241
8cf51b2c
GM
32422007-07-27 Glenn Morris <rgm@gnu.org>
3243
8cf51b2c
GM
3244 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3245 in-line.
3246
3247 * gpl.texi: New file with text of GPL.
3248 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3249
32502007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3253
3254 * dired.texi (Wdired): Mention C-x C-q key binding.
3255
32562007-07-28 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3259
32602007-07-25 Glenn Morris <rgm@gnu.org>
3261
8cf51b2c
GM
3262 * emacs.texi (Copying): Replace license with GPLv3.
3263
3264 * Relicense all FSF files to GPLv3 or later.
3265
32662007-07-24 Glenn Morris <rgm@gnu.org>
3267
3268 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3269 for some calendars.
3270
32712007-07-23 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3274 default-directory for the current buffer is on a remote machine.
3275
8cf51b2c
GM
32762007-07-21 Eli Zaretskii <eliz@gnu.org>
3277
3278 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3279 default value.
3280
32812007-07-21 Richard Stallman <rms@gnu.org>
3282
3283 * files.texi (Why Version Control?): Improve previous change.
3284
32852007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3286
3287 * files.texi (Why Version Control?): New node.
3288
8cf51b2c
GM
32892007-07-12 Nick Roberts <nickrob@snap.net.nz>
3290
8cf51b2c
GM
3291 * building.texi (Starting GUD): Add xref to this anchor.
3292
8cf51b2c
GM
32932007-06-24 Karl Berry <karl@gnu.org>
3294
2a9f4d55 3295 * emacs.texi: New Back-Cover Text.
8cf51b2c 3296
8cf51b2c
GM
32972007-06-07 Alan Mackenzie <acm@muc.de>
3298
3299 * display.texi (Optional Mode Line): Document the new form of
3300 line+column numbers, "(561,2)".
3301
33022007-06-06 Juanma Barranquero <lekktu@gmail.com>
3303
49823426 3304 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3305
33062007-06-02 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * Version 22.1 released.
3309
8cf51b2c
GM
33102007-05-07 Karl Berry <karl@gnu.org>
3311
3312 * emacs.texi (EMACSVER): Back to 22.
3313
33142007-05-06 Richard Stallman <rms@gnu.org>
3315
3316 * maintaining.texi (Create Tags Table): Clean up previous change.
3317
c8763fb6 33182007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3319
3320 * maintaining.texi (Create Tags Table): Add text about the dangers of
3321 making symbolic links to tags files.
3322
33232007-05-04 Karl Berry <karl@gnu.org>
3324
3325 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3326
33272007-05-03 Karl Berry <karl@gnu.org>
3328
3329 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3330
3331 * .cvsignore (*.pdf): New entry.
3332
8cf51b2c
GM
3333 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3334 for printing.
3335
33362007-05-01 Richard Stallman <rms@gnu.org>
3337
3338 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3339
8cf51b2c
GM
33402007-04-28 Glenn Morris <rgm@gnu.org>
3341
3342 * ack.texi (Acknowledgments):
3343 * anti.texi (Antinews):
8cf51b2c
GM
3344 * programs.texi (Program Modes): Restore mention of python.el pending
3345 consideration of legal status.
3346
33472007-04-28 Richard Stallman <rms@gnu.org>
3348
3349 * files.texi (File Names): Fixes to ~ description on MS systems.
3350
8cf51b2c
GM
33512007-04-26 Glenn Morris <rgm@gnu.org>
3352
3353 * emacs.texi (EMACSVER): Increase to 22.1.50.
3354
33552007-04-25 Karl Berry <karl@gnu.org>
3356
3357 * emacs.texi: Improve line breaks on copyright page,
3358 similar layout to lispref, 8.5x11 by default.
3359
3360 * dired.texi (Image-Dired): Improve line break, fix typo.
3361
33622007-04-24 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * programs.texi (Program Modes):
8cf51b2c
GM
3365 * anti.texi (Antinews):
3366 * ack.texi (Acknowledgments): python.el removed.
3367
8cf51b2c
GM
33682007-04-23 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * display.texi (Highlight Interactively): Correct description of
3371 hi-lock-file-patterns-policy.
3372
3373 * files.texi (File Archives): Mention self-extracting executables.
3374
33752007-04-23 Eli Zaretskii <eliz@gnu.org>
3376
3377 * search.texi (Unconditional Replace, Query Replace): Add xref to
3378 "Replacement and Case".
3379
33802007-04-22 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * dired.texi (Image-Dired): Move from Thumbnails node.
3383 * misc.texi (Thumbnails): Node deleted.
3384 * emacs.texi (Top): Update node listing.
3385
3386 * files.texi (File Conveniences):
49823426 3387 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3388
33892007-04-21 Richard Stallman <rms@gnu.org>
3390
3391 * display.texi (Highlight Interactively): Correct previous change.
3392 Clarify doc of hi-lock-find-patterns, and move new features into it.
3393
33942007-04-20 David Koppelman <koppel@ece.lsu.edu>
3395
1c6c854e
CS
3396 * display.texi (Highlight Interactively):
3397 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3398
33992007-04-20 Martin Rudalics <rudalics@gmx.at>
3400
3401 * display.texi (Scrolling): Fix typo.
3402
8cf51b2c
GM
34032007-04-15 Chong Yidong <cyd@stupidchicken.com>
3404
8cf51b2c
GM
3405 * doclicense.texi: Remove node heading, so that it can be included by
3406 other files.
3407
3408 * emacs.texi: Insert node heading for GFDL.
3409
8cf51b2c
GM
34102007-04-14 Eli Zaretskii <eliz@gnu.org>
3411
3412 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3413 "command line".
3414
3415 * display.texi (Faces): Refer to "Creating Frames" for face
3416 and other frame customizations in .emacs.
3417
3418 * frames.texi (Creating Frames): Mention that face customizations can
3419 be put in .emacs. Add index entries.
3420
34212007-04-12 Richard Stallman <rms@gnu.org>
3422
3423 * glossary.texi (Glossary): Explain `iff'.
3424
34252007-04-11 Karl Berry <karl@gnu.org>
3426
3427 * gnu.texi (Top),
3428 * macos.texi (Mac Font Specs),
3429 * anti.texi (Antinews),
3430 * xresources.texi (Resources),
3431 * misc.texi (Emulation),
3432 * calendar.texi (Daylight Saving),
3433 * dired.texi (Dired and Find),
3434 * rmail.texi (Remote Mailboxes),
3435 * sending.texi (Mail Headers),
3436 * programs.texi (Which Function),
3437 * files.texi (Recover),
3438 * buffers.texi (Uniquify),
3439 * frames.texi (Wheeled Mice),
3440 * killing.texi (Rectangles): Wording to improve breaks in
3441 8.5x11 format.
3442 * mule.texi (Language Environments): \hbadness=10000 since there's
3443 no way to reword.
3444 * emacs.texi (smallbook): New @set to more easily switch between
3445 smallbook and 8.5x11.
3446
34472007-04-11 Richard Stallman <rms@gnu.org>
3448
3449 * files.texi (File Conveniences): Add xref to Tumme.
3450 Delete text about Thumbnail mode.
3451
8cf51b2c
GM
34522007-04-09 Alan Mackenzie <acm@muc.de>
3453
3454 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3455 new name. Insert concept index entries.
3456
8cf51b2c
GM
34572007-04-08 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * display.texi (Standard Faces): Document prefix arg for
3460 list-faces-display.
3461
3462 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3463
8cf51b2c
GM
34642007-04-07 Chong Yidong <cyd@stupidchicken.com>
3465
8cf51b2c
GM
3466 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3467
3468 * files.texi (Misc File Ops): Rewrite description of
3469 insert-file-literally.
3470
8cf51b2c
GM
34712007-03-31 Eli Zaretskii <eliz@gnu.org>
3472
3473 * misc.texi (Printing): Postscript -> PostScript.
3474
8cf51b2c
GM
3475 * ack.texi (Acknowledgments): Postscript -> PostScript.
3476
3477 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3478
3479 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3480 below.
3481
34822007-03-30 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3485 Init Non-ASCII.
3486 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3487 (Init Non-ASCII): New node.
3488
34892007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3490
3491 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3492
8cf51b2c
GM
34932007-03-12 Glenn Morris <rgm@gnu.org>
3494
8cf51b2c
GM
3495 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3496 "Daylight Savings".
3497
49823426 3498 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3499 saving" in text throughout.
3500
8cf51b2c
GM
35012007-03-04 Richard Stallman <rms@gnu.org>
3502
3503 * custom.texi (Safe File Variables): Minor correction.
3504
8cf51b2c
GM
35052007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3506
3507 * rmail.texi (Movemail): Add internal ref.
3508 Don't indent the intro for the PROTO table.
3509 Format PROTO table items with @code.
3510
8cf51b2c
GM
35112007-02-26 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * building.texi: Remove references to bashdb.
3514
8cf51b2c
GM
35152007-02-19 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * mule.texi (Language Environments): Update list of supported language
3518 environments.
3519
8cf51b2c
GM
35202007-02-14 Kim F. Storm <storm@cua.dk>
3521
3522 * building.texi (Grep Searching): Fix lgrep doc.
3523
35242007-02-12 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * back.texi: Remove unused file.
3527
c8763fb6 35282007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3529
3530 * maintaining.texi (Tag Syntax): Now --members is the default for
3531 etags, not for ctags yet.
3532
8cf51b2c
GM
35332007-02-03 Eli Zaretskii <eliz@gnu.org>
3534
3535 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3536 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3537 expects. Add comments to prevent people from inadvertently modifying
3538 the key parts needed by `texinfo-multiple-files-update'.
3539
35402007-01-29 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * frames.texi (Secondary Selection): Window clicked does not matter
3543 when mouse-yank-at-point is non-nil.
3544
8cf51b2c
GM
35452007-01-16 Glenn Morris <rgm@gnu.org>
3546
3547 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3548 system abbrev.
3549
35502007-01-11 Richard Stallman <rms@gnu.org>
3551
3552 * msdog.texi (Windows Keyboard): Another small cleanup.
3553
35542007-01-10 Richard Stallman <rms@gnu.org>
3555
3556 * msdog.texi (Windows Keyboard): Yet another try to make
3557 everyone happy with that passage.
3558
35592007-01-05 Richard Stallman <rms@gnu.org>
3560
3561 * anti.texi (Antinews): Mention M-x shell scrolling.
3562
35632007-01-05 Nick Roberts <nickrob@snap.net.nz>
3564
3565 * building.texi (Watch Expressions): Describe gdb-max-children.
3566
8cf51b2c
GM
35672007-01-04 Richard Stallman <rms@gnu.org>
3568
8cf51b2c
GM
3569 * msdog.texi (Windows Keyboard): Clarify previous change.
3570
8cf51b2c
GM
35712007-01-02 Richard Stallman <rms@gnu.org>
3572
3573 * custom.texi (Changing a Variable): Minor clarification.
3574 (Specific Customization): customize-customized => customize-unsaved.
3575
3576 * entering.texi (Entering Emacs): Clean up text about restarting
3577 Emacs for each file.
3578
3579 * misc.texi (Shell Options): Minor cleanup.
3580
3581 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3582 with Emacs, not vice versa.
3583
3584 * programs.texi (Symbol Completion): Recommend customizing
3585 window manager.
3586
3587 * xresources.texi (Resources): Minor fix.
3588
c8763fb6 35892007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3590
3591 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3592
35932007-01-01 Richard Stallman <rms@gnu.org>
3594
3595 * commands.texi (User Input): Document keys stolen by window mangers.
3596
35972006-12-31 Richard Stallman <rms@gnu.org>
3598
3599 * custom.texi (Specific Customization): Document customize-option
3600 instead of customize-variable.
3601
36022006-12-31 Kim F. Storm <storm@cua.dk>
3603
3604 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3605
36062006-12-30 Kim F. Storm <storm@cua.dk>
3607
3608 * killing.texi (CUA Bindings): Fix typo.
3609
3610 * xresources.texi (Table of Resources): Mention grow-only value for
3611 auto-resize-tool-bars.
3612
8cf51b2c
GM
36132006-12-27 Eli Zaretskii <eliz@gnu.org>
3614
3615 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3616 and how to get them back.
3617
36182006-12-26 Richard Stallman <rms@gnu.org>
3619
3620 * calendar.texi (Holidays): Holiday listing is based on current
3621 practice, but DST is not.
3622
36232006-12-25 Richard Stallman <rms@gnu.org>
3624
3625 * emacs.texi (Top): Update subnode menus.
3626
3627 * mark.texi (Transient Mark): Fix xref.
3628
3629 * killing.texi (Graphical Kill): Node deleted.
3630 (Killing): Add xref to Cut and Paste.
3631 (CUA Bindings): Update xref.
3632
3633 * frames.texi (Cut and Paste): New section to hold other nodes.
3634 (Mouse Commands): Node demoted.
3635 (Cut/Paste Other App): Split out from Mouse Commands.
3636 (Word and Line Mouse): Likewise.
3637 (Secondary Selection, Clipboard): Nodes demoted.
3638
8cf51b2c
GM
36392006-12-24 Kevin Ryde <user42@zip.com.au>
3640
3641 * calendar.texi (Holidays): US daylight saving begins second Sunday
3642 in March for 2007 onwards.
3643 (Daylight Savings): Show new US default daylight saving rules, 2nd
3644 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3645
36462006-12-23 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * calendar.texi (Scroll Calendar): < and > are switched.
3649
36502006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3651
3652 * killing.texi (Deletion): Describe M-\ prefix argument.
3653
36542006-12-23 Richard Stallman <rms@gnu.org>
3655
3656 * search.texi (Regexp Search): Explain why forward and reverse regexp
3657 search are not mirror images.
3658
8cf51b2c
GM
36592006-12-19 Kim F. Storm <storm@cua.dk>
3660
3661 * major.texi (Choosing Modes): Describe match-function elements for
3662 magic-mode-alist.
3663
8cf51b2c
GM
36642006-12-18 Eli Zaretskii <eliz@gnu.org>
3665
3666 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3667 peculiarities.
3668
36692006-12-18 Richard Stallman <rms@gnu.org>
3670
3671 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3672
8cf51b2c
GM
36732006-12-17 Alan Mackenzie <acm@muc.de>
3674
3675 * programs.texi (Left Margin Paren): Remove the bit which says
3676 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3677 Discuss some of the issues of setting this option to nil.
3678
36792006-12-17 Glenn Morris <rgm@gnu.org>
3680
3681 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3682
36832006-12-16 Eli Zaretskii <eliz@gnu.org>
3684
3685 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3686 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3687 NTFS volumes.
3688 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3689 volumes.
3690
36912006-12-15 Eli Zaretskii <eliz@gnu.org>
3692
3693 * text.texi (HTML Mode): Fix "C-c TAB".
3694
8cf51b2c
GM
36952006-12-09 Richard Stallman <rms@gnu.org>
3696
3697 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3698
36992006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3700
3701 * files.texi (Misc File Ops): Document insert-file-literally.
3702
37032006-12-08 Eli Zaretskii <eliz@gnu.org>
3704
3705 * cmdargs.texi (Colors): Note that --color is intended for overriding
3706 the terminal defaults, not for normal invocation.
3707
3708 * misc.texi (Emacs Server): Improve wording. Don't mention the
3709 ``server program''. Add a cross-reference to "Init File" node.
3710 (Invoking emacsclient): Add index entries. Document both short and
3711 long versions of command-line options. Document the -f option.
3712
8cf51b2c
GM
37132006-12-06 Richard Stallman <rms@gnu.org>
3714
3715 * text.texi (Outline Format): Say to set outline-regexp
3716 and outline-level with major modes and file local variables.
3717
c8763fb6 37182006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3719
3720 * anti.texi (Antinews): Mention the alternative to
3721 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3722
8cf51b2c
GM
3723 * misc.texi (Interactive Shell): Ditto.
3724
37252006-12-04 Eli Zaretskii <eliz@gnu.org>
3726
3727 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3728
3729 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3730
37312006-12-01 Eli Zaretskii <eliz@gnu.org>
3732
3733 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3734 colon in the mode line.
3735
3736 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3737
37382006-11-26 Nick Roberts <nickrob@snap.net.nz>
3739
3740 * building.texi (Watch Expressions): Mention SPC for expanding/
3741 contracting watch expressions.
3742
37432006-11-26 Kim F. Storm <storm@cua.dk>
3744
3745 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3746
37472006-11-26 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * building.texi (Debugger Operation): Define text command mode.
3750 Clarify how tooltips work.
3751 (GDB Graphical Interface): Explain how to run in text command mode
3752 more clearly.
3753
37542006-11-25 Juanma Barranquero <lekktu@gmail.com>
3755
3756 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3757
37582006-11-22 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3761
8cf51b2c
GM
37622006-11-18 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3765 and EMACS is deprecated.
3766
37672006-11-18 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3770
c8763fb6 37712006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3772
3773 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3774
3775 * emacs.texi: Include xresources.texi both for info and dvi.
3776
3777 * xresources.texi: Merge text from xresmini.texi.
3778
c8763fb6 37792006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3780
3781 * glossary.texi: Fix typos.
3782
8cf51b2c
GM
37832006-11-06 Richard Stallman <rms@gnu.org>
3784
3785 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3786
3787 * ack.texi (Acknowledgments): Fix name spelling.
3788
37892006-11-01 Juri Linkov <juri@jurta.org>
3790
3791 * search.texi (Word Search): Document incremental word search.
3792
37932006-10-28 Glenn Morris <rgm@gnu.org>
3794
3795 * ack.texi (Acknowledgments): Add cal-html author.
3796
3797 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3798 Calendar"). Describe new package cal-html.
3799 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3800 Calendar Files."
3801
8cf51b2c
GM
38022006-10-23 Richard Stallman <rms@gnu.org>
3803
3804 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3805 Abbrev mode is enabled.
3806
8cf51b2c
GM
38072006-10-16 Richard Stallman <rms@gnu.org>
3808
8cf51b2c
GM
3809 * emacs.texi: Update ISBN.
3810
8cf51b2c
GM
38112006-10-11 Kim F. Storm <storm@cua.dk>
3812
3813 * emacs.texi (Acknowledgments): Use @dotless{i}.
3814
38152006-10-08 Nick Roberts <nickrob@snap.net.nz>
3816
3817 * building.texi (Breakpoints Buffer): Mention catchpoints.
3818
38192006-10-08 Kim F. Storm <storm@cua.dk>
3820
3821 * ack.texi (Acknowledgments): Update.
3822
3823 * emacs.texi (Acknowledgments): Fix bad @/ form.
3824
8cf51b2c
GM
38252006-10-05 Kim F. Storm <storm@cua.dk>
3826
3827 * emacs.texi (Acknowledgments): Add more contributors.
3828
38292006-10-03 Richard Stallman <rms@gnu.org>
3830
3831 * emacs.texi (Acknowledgments): Update version and edition.
3832
8cf51b2c
GM
38332006-10-01 Karl Berry <karl@gnu.org>
3834
3835 * custom.texi (Customization Groups): Page break to keep example buffer
3836 on one page.
3837
38382006-09-30 Karl Berry <karl@gnu.org>
3839
3840 * programs.texi (Basic Indent): @need to improve page break.
3841 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3842
38432006-09-29 Glenn Morris <rgm@gnu.org>
3844
3845 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3846
38472006-09-29 Karl Berry <karl@gnu.org>
3848
3849 * windows.texi (Basic Window): Remove forced @break, no longer
3850 desirable.
3851 * frames.texi (Frame Commands),
3852 * mark.texi (Marking Objects): Reword to avoid bad page break.
3853 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3854
38552006-09-19 Richard Stallman <rms@gnu.org>
3856
3857 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3858 stick to present tense.
3859
c8763fb6 38602006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3861
3862 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3863 to x-gtk-use-old-file-dialog.
3864 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3865
38662006-09-15 Jay Belanger <belanger@truman.edu>
3867
49823426 3868 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3869 Change "Library Public License" to "Lesser Public License"
3870 throughout. Use "yyyy" to represent year.
3871
8cf51b2c
GM
38722006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3873
3874 * files.texi (Visiting): Add index entry "open file".
3875
8cf51b2c
GM
38762006-09-11 Richard Stallman <rms@gnu.org>
3877
3878 * building.texi (Compilation Mode): Clarification.
3879 (Grep Searching): Add xref to Compilation Mode.
3880
8cf51b2c
GM
38812006-09-08 Richard Stallman <rms@gnu.org>
3882
3883 * search.texi (Search): Ref multi-file search commands here.
3884 (Other Repeating Search): Not here.
3885
8cf51b2c
GM
38862006-08-28 Richard Stallman <rms@gnu.org>
3887
3888 * windows.texi (Split Window): Update xref.
3889
3890 * basic.texi (Continuation Lines): Update xref.
3891
3892 * indent.texi (Tab Stops): Update xref.
3893
3894 * emacs.texi (Top): Update subnode menu.
3895
3896 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3897 split out of Display Custom.
3898
38992006-08-25 Kim F. Storm <storm@cua.dk>
3900
3901 * display.texi (Display Custom): Add variables overline-margin
3902 and x-underline-at-descent-line.
3903
39042006-08-25 Richard Stallman <rms@gnu.org>
3905
3906 * entering.texi (Exiting): Rewrite to give graphical displays
3907 priority over text terminals.
3908
3909 * search.texi (Incremental Search): Move index entries.
3910
39112006-08-23 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * custom.texi (Init File): Reference Find Init to avoid "home
3914 directory" confusion.
3915
39162006-08-22 Nick Roberts <nickrob@snap.net.nz>
3917
3918 * building.texi (Other GDB-UI Buffers): Describe how to edit
3919 a value in the locals buffer.
3920
39212006-08-21 Richard Stallman <rms@gnu.org>
3922
3923 * search.texi (Basic Isearch): Add `isearch' index entry.
3924
39252006-08-16 Richard Stallman <rms@gnu.org>
3926
3927 * misc.texi (Saving Emacs Sessions): Clean up wording.
3928
3929 * mark.texi (Marking Objects): Mention term "select all".
3930
3931 * emacs.texi (Top): Update subnode menu.
3932
3933 * help.texi (Help Mode): Move node up in file.
3934
8cf51b2c
GM
39352006-08-15 Nick Roberts <nickrob@snap.net.nz>
3936
3937 * building.texi (Stack Buffer): Explain fringe arrow.
3938
8cf51b2c
GM
39392006-08-12 Eli Zaretskii <eliz@gnu.org>
3940
8cf51b2c
GM
3941 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3942 on startup.
3943
39442006-08-11 Romain Francoise <romain@orebokech.com>
3945
3946 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3947
39482006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3949
3950 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3951
39522006-08-10 Richard Stallman <rms@gnu.org>
3953
3954 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
3955 with face merging. Empty regions don't count.
3956 Clarify face property inheritance.
8cf51b2c
GM
3957
39582006-08-08 Romain Francoise <romain@orebokech.com>
3959
3960 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3961 <arjuropo@cc.jyu.fi>.
3962
8cf51b2c
GM
39632006-08-04 Eli Zaretskii <eliz@gnu.org>
3964
3965 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3966 apply to all frames.
3967
8cf51b2c
GM
39682006-08-01 Richard Stallman <rms@gnu.org>
3969
3970 * help.texi (Name Help): Add index entries for describe-variable.
3971
39722006-08-01 Nick Roberts <nickrob@snap.net.nz>
3973
3974 * building.texi (GDB Graphical Interface): Shorten node names.
3975 (GDB-UI Layout): Use GDB-related.
3976 (Other GDB-UI Buffers): Simplify English.
3977
39782006-07-31 Richard Stallman <rms@gnu.org>
3979
3980 * search.texi (Query Replace): Add xref for Dired's Q command.
3981
8cf51b2c
GM
39822006-07-31 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * building.texi (GDB commands in Fringe): Rename to...
3985 (Source Buffers): ..this and move forward. Describe hollow arrow and
3986 new option gdb-find-source-frame.
3987
39882006-07-29 Richard Stallman <rms@gnu.org>
3989
3990 * dired.texi (Operating on Files): Simplify previous change
3991 and fix Texinfo usage.
3992
39932006-07-29 Eli Zaretskii <eliz@gnu.org>
3994
3995 * dired.texi (Operating on Files): Add cross-references. State the
3996 Unix commands that do similar things.
3997
39982006-07-28 Richard Stallman <rms@gnu.org>
3999
4000 * mark.texi (Transient Mark): Clarify that region never disappears
4001 when Transient Mark mode is off, and not when it is on.
4002
40032006-07-27 Richard Stallman <rms@gnu.org>
4004
4005 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4006
40072006-07-24 Richard Stallman <rms@gnu.org>
4008
4009 * xresources.texi (GTK styles): Fix texinfo usage.
4010
8cf51b2c
GM
4011 * commands.texi (User Input): Explain why we teach keyboard cmds.
4012
4013 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4014 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4015 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4016 * doclicense.texi, display.texi, dired.texi, basic.texi:
4017 * anti.texi, ack.texi: Move periods and commas inside quotes.
4018
40192006-07-22 Eli Zaretskii <eliz@gnu.org>
4020
4021 * cmdargs.texi (General Variables): Document EMAIL.
4022
40232006-07-21 Eli Zaretskii <eliz@gnu.org>
4024
4025 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4026 doesn't have effect on MS-Windows.
4027
8cf51b2c
GM
40282006-07-17 Richard Stallman <rms@gnu.org>
4029
4030 * building.texi (Grep Searching): Explain about chaining grep commands.
4031
8cf51b2c
GM
40322006-07-10 Nick Roberts <nickrob@snap.net.nz>
4033
49823426 4034 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4035
40362006-07-09 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4039 is invoked for multiple files.
4040
40412006-07-08 Eli Zaretskii <eliz@gnu.org>
4042
4043 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4044 on-line manual for the rest of this node.
4045 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4046 unconditionally.
4047 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4048 Improve wording.
4049 (Windows Printing): Improve wording.
4050 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4051 rest of this node.
4052
8cf51b2c
GM
40532006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4054
49823426
GM
4055 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4056 with eval-buffer.
8cf51b2c
GM
4057
40582006-07-05 Nick Roberts <nickrob@snap.net.nz>
4059
4060 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4061 of character translation.
4062
40632006-07-04 Nick Roberts <nickrob@snap.net.nz>
4064
4065 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4066
40672006-07-03 Karl Berry <karl@gnu.org>
4068
4069 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4070 not-too-underfull hboxes in the TeX output.
4071 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4072 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4073 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4074 * sending.texi, text.texi: Fix overfull/underfull boxes.
4075
40762006-07-03 Romain Francoise <romain@orebokech.com>
4077
4078 * m-x.texi (M-x): Fix.
4079
40802006-07-03 Richard Stallman <rms@gnu.org>
4081
8cf51b2c
GM
4082 * search.texi (Other Repeating Search): filename -> file name.
4083
4084 * misc.texi (Narrowing): Minor cleanups.
4085
4086 * files.texi (Visiting): filename -> file name.
4087
4088 * emacs.texi (Top): Update subnode menus.
4089
4090 * mule.texi (Coding Systems): Move char translation stuff here.
4091 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4092 (Recognize Coding): Substantial local rewrites.
4093 (International): Update menu.
4094
4095 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4096 (Scrolling): Substantial local rewrites.
4097 (Display): Update menu and intro.
4098
4099 * dired.texi: filename -> file name.
4100
4101 * custom.texi (Safe File Variables): Texinfo usage fix.
4102
f0131492 41032006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4104
4105 * help.texi, m-x.texi: Lots of cleanups.
4106
8cf51b2c
GM
41072006-06-30 Eli Zaretskii <eliz@gnu.org>
4108
4109 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4110 (Windows Processes, Windows Misc): Shorten the printed version by
4111 selectively conditioning less important portions by @ifnottex.
4112
8cf51b2c
GM
41132006-06-27 Richard Stallman <rms@gnu.org>
4114
4115 * mini.texi (Minibuffer File): Minor cleanup.
4116
41172006-06-25 Nick Roberts <nickrob@snap.net.nz>
4118
4119 * frames.texi (XTerm Mouse): Rename to...
4120 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4121
4122 * emacs.texi (Top): Use new node name.
4123
41242006-06-24 Eli Zaretskii <eliz@gnu.org>
4125
4126 * emacs.texi (Top): Update the detailed menu according to changes in
4127 msdog.texi.
4128
4129 * msdog.texi (Windows Keyboard): New section.
4130 (Windows Mouse): New section.
4131 (Windows System Menu): Remove section (text merged with "Windows
4132 Keyboard").
4133 (Windows Misc): New section.
4134
4135 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4136
4137 * msdog.texi (ls in Lisp): New section.
4138
4139 * files.texi (Visiting): Document case-insensitive wildcard matching
4140 under find-file-wildcards.
4141
8cf51b2c
GM
41422006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4143
4144 * macos.texi (Mac Input): Add description of mac-function-modifier.
4145 Now Unicode keyboard layouts work.
4146
8cf51b2c
GM
41472006-06-10 Richard Stallman <rms@gnu.org>
4148
4149 * mule.texi (Recognize Coding): Clarify previous change.
4150
41512006-06-09 Kenichi Handa <handa@m17n.org>
4152
4153 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4154 notation.
4155
41562006-06-07 Kevin Ryde <user42@zip.com.au>
4157
4158 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4159 manual for @ifnottex, but in emacs-extra for @iftex.
4160
4161 * cmdargs.texi (General Variables): Fix smtpmail xref.
4162
41632006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4164
8cf51b2c 4165 * programs.texi (Comment Commands):
8cf51b2c 4166 * custom.texi (Specifying File Variables):
49823426 4167 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4168
41692006-06-07 Nick Roberts <nickrob@snap.net.nz>
4170
4171 * building.texi (Watch Expressions): Move node to end.
4172 (GDB Graphical Interface): Move description of clicks in fringe...
4173 (GDB commands in the Fringe): ...to here. New node.
4174
8cf51b2c
GM
41752006-06-05 Romain Francoise <romain@orebokech.com>
4176
49823426 4177 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4178
41792006-06-05 Nick Roberts <nickrob@snap.net.nz>
4180
4181 * building.texi (GDB Graphical Interface): Update bindings.
4182 (Commands of GUD): Add gud-print. Remove gud-run.
4183 Restate availability more generally.
4184
f0131492 41852006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4186
4187 * mini.texi: Lots of cleanups.
4188
41892006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4190
4191 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4192 and Mouse-2.
4193
c8763fb6 41942006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4195
4196 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4197
8cf51b2c
GM
41982006-05-31 Richard Stallman <rms@gnu.org>
4199
4200 * basic.texi (Moving Point): Fix previous change.
4201
c8763fb6 42022006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4203
4204 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4205
f0131492 42062006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4207
4208 * basic.texi: Many simplifications and improvements in wording.
4209
8cf51b2c
GM
42102006-05-26 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * anti.texi (Antinews): Create a node for gdb-ui.
4213
8cf51b2c
GM
42142006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4215
4216 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4217
42182006-05-20 Richard Stallman <rms@gnu.org>
4219
4220 * dired.texi (Dired Navigation): dired-goto-file is now j.
4221
8cf51b2c
GM
42222006-05-20 Eli Zaretskii <eliz@gnu.org>
4223
4224 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4225 and their aliases.
4226
4227 * msdog.texi (Windows Printing): Mention non-support of plain text
4228 printing with some el-cheapo printers, and suggest a workaround.
4229
42302006-05-20 Kevin Ryde <user42@zip.com.au>
4231
4232 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4233 remove the bit saying you must set it.
4234
42352006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4236
4237 * trouble.texi (Checklist):
4238 * text.texi (Text, Auto Fill, Text Mode):
4239 * search.texi (Nonincremental Search):
4240 * rmail.texi (Rmail Labels):
4241 * mule.texi (Input Methods, Multibyte Conversion):
4242 * misc.texi (Gnus, Where to Look, PostScript):
4243 * maintaining.texi (Create Tags Table):
4244 * indent.texi (Indentation Commands):
4245 * fixit.texi (Spelling):
4246 * emacs.texi (Copying):
4247 * custom.texi (Init File): ifinfo -> ifnottex.
4248
8cf51b2c
GM
42492006-05-17 Richard Stallman <rms@gnu.org>
4250
4251 * files.texi (Diff Mode): Mention C-x `.
4252
42532006-05-08 Richard Stallman <rms@gnu.org>
4254
4255 * custom.texi (Disabling): Textual cleanups.
4256
8cf51b2c
GM
42572006-05-12 Glenn Morris <rgm@gnu.org>
4258
4259 * calendar.texi (Displaying the Diary, Format of Diary File):
4260 Refer to diary-view-entries, diary-list-entries,
4261 diary-show-all-entries rather than obsolete aliases.
4262
42632006-05-12 Eli Zaretskii <eliz@gnu.org>
4264
4265 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4266 (Displaying the Diary, Special Diary Entries, Importing Diary):
4267 * building.texi (Compilation Shell):
4268 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4269 emacs-xtra with @inforef's.
4270
4271 * files.texi (Visiting): Fix wording.
4272
4273 * mule.texi (Coding Systems, Text Coding): More indexing.
4274 Mention that C-x RET f can set eol conversion.
4275
c8763fb6 42762006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4277
4278 * xresmini.texi (GTK resources): Insert GTK description.
4279
4280 * xresources.texi (GTK resources): metafont should be menufont.
4281
8cf51b2c
GM
42822006-05-06 Michael Albinus <michael.albinus@gmx.de>
4283
49823426 4284 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4285 method, user name and host name is active only in partial
4286 completion mode.
4287
8cf51b2c
GM
42882006-05-06 Eli Zaretskii <eliz@gnu.org>
4289
4290 * makefile.w32-in (emacs.dvi):
4291 * Makefile.in (emacs.dvi): Add xresmini.texi.
4292
4293 * xresmini.texi (Table of Resources): Remove xref to non-existent
4294 node "LessTif Resources".
4295
4296 * msdog.texi (Microsoft Windows):
4297 * calendar.texi (Calendar/Diary, Displaying the Diary)
4298 (Special Diary Entries, Importing Diary, Holidays):
4299 * programs.texi (Program Modes):
4300 * text.texi (Text):
4301 * buffers.texi (Several Buffers):
4302 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4303
43042006-05-06 Eli Zaretskii <eliz@gnu.org>
4305
4306 The following changes merge the emacs-xtra manual into the main
4307 manual, but only for on-line version of the manual.
4308
4309 * vc2-xtra.texi (Version Backups, Local Version Control)
4310 (Making Snapshots, Change Logs and VC, Version Headers)
4311 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4312 on-line manual.
4313
4314 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4315 for on-line manual.
4316
4317 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4318 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4319 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4320 for on-line manual.
4321
4322 * fortran-xtra.texi (Fortran, Fortran Autofill)
4323 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4324 for on-line manual.
4325
4326 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4327 Conditional xref's for on-line manual.
4328
4329 * emerge-xtra.texi (Emerge, Overview of Emerge)
4330 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4331 manual.
4332
4333 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4334 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4335 (EMACSSOURCES): Use EMACS_XTRA.
4336 (../info/emacs-xtra): Remove.
4337 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4338
4339 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4340 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4341 (EMACSSOURCES): Use EMACS_XTRA.
4342 ($(infodir)/emacs-xtra): Remove.
4343 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4344
4345 * trouble.texi (Quitting):
4346 * text.texi (Text):
4347 * programs.texi (Program Modes):
4348 * msdog.texi (Microsoft Windows):
4349 * frames.texi (Frames):
4350 * files.texi (Backup, Version Control, VC Concepts)
4351 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4352 (Registering, VC Status, VC Undo, Multi-User Branching)
4353 (Comparing Files):
4354 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4355 (Displaying the Diary, Special Diary Entries, Importing Diary):
4356 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4357 conditional xref's, depending on @iftex/@ifnottex.
4358
4359 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4360 "MS-DOS". @include msdog-xtra.texi.
4361
4362 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4363 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4364
4365 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4366 for vc-xtra.texi subsections.
4367 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4368 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4369
4370 * sending.texi (Sending Mail): A @node line without explicit Prev,
4371 Next, and Up links.
4372
4373 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4374 Next, and Up links.
4375
4376 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4377 and its sections. @include picture-xtra.texi.
4378
4379 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4380 "Emerge".
4381 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4382
4383 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4384 exact duplicate of its name-sake in calendar.texi.
4385
4386 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4387 "Advanced Calendar/Diary Usage".
4388 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4389
4390 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4391 dired-xtra.texi.
4392 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4393
4394 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4395 (Files) [ifnottex]: Add menu entry for Autorevert.
4396
4397 * emacs-xtra.texi (Introduction): Reword to make consistent with
4398 printed version only.
4399 <Top level>: Remove the body of all chapters and move them to the
4400 new *-xtra.texi files. Use @raisesections and @lowersections to
4401 convert sections to chapters etc.
4402
4403 * msdog-xtra.texi:
4404 * fortran-xtra.texi:
4405 * vc-xtra.texi:
4406 * vc1-xtra.texi:
4407 * vc2-xtra.texi:
4408 * emerge-xtra.texi:
4409 * cal-xtra.texi:
4410 * dired-xtra.texi:
4411 * arevert-xtra.texi: New files, with text from respective chapters
4412 of emacs-xtra.texi. Convert each @chapter into @section, @section
4413 into @subsection, etc.
4414
1c6c854e 4415 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4416 updated.
4417
4418 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4419 Windows". All references updated.
4420
44212006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4422
4423 * macos.texi (Mac Input): Mention input from Character Palette.
4424 (Mac Font Specs): Fix typo.
4425
44262006-05-05 Richard Stallman <rms@gnu.org>
4427
4428 * files.texi (Diff Mode): Minor cleanup.
4429
44302006-05-05 Karl Berry <karl@gnu.org>
4431
8cf51b2c
GM
4432 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4433 errors from the current release of makeinfo (4.8).
4434 * help.texi (Library Keywords): Change widest word in multitable
4435 template from `emulations' to `convenience'. (Not sure if this is
4436 related to the font change.)
4437
44382006-05-05 Eli Zaretskii <eliz@gnu.org>
4439
4440 * files.texi (File Names): Add a footnote about limited support of
4441 ~USER on MS-Windows.
4442
4443 * cmdargs.texi (Initial Options): Add a footnote about limited
4444 support of ~USER on MS-Windows.
4445
44462006-05-03 Richard Stallman <rms@gnu.org>
4447
4448 * files.texi (Diff Mode): Node moved here.
4449 (Comparing Files): Delete what duplicates new node.
4450 (Files): Put Diff Mode in menu.
4451
1c6c854e 4452 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4453
4454 * emacs.texi (Top): Update menu for Diff Mode.
4455
4456 * trouble.texi (Emergency Escape): Simplify.
4457
4458 * emacs.texi (Top): Minor clarification.
4459
44602006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * commands.texi, entering.texi, screen.texi: Many simplifications.
4463
44642006-05-03 Richard Stallman <rms@gnu.org>
4465
4466 * commands.texi (Text Characters): Delete paragraph about unibyte
4467 non-ASCII printing chars.
4468
4469 * killing.texi (Killing): Say "graphical displays".
4470 * display.texi: Say "graphical displays".
4471
4472 * cmdargs.texi (Misc X): Say "graphical displays".
4473
44742006-05-01 Richard Stallman <rms@gnu.org>
4475
4476 * emacs.texi (Top): Add Diff Mode to menu.
4477
44782006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4479
4480 * misc.texi (Diff Mode): New node.
4481
44822006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4483
4484 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4485 (Mac Environment Variables): Shorten example line.
4486 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4487
44882006-05-01 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * building.texi (GUD Customization): Describe cases %d and %c.
4491 Update description for %e.
4492
44932006-04-30 Glenn Morris <rgm@gnu.org>
4494
4495 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4496
44972006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * custom.texi (Examining): Update C-h v output example.
4500
45012006-04-29 Kim F. Storm <storm@cua.dk>
4502
4503 * building.texi (Grep Searching): Add lgrep and rgrep.
4504
8cf51b2c
GM
45052006-04-23 Richard Stallman <rms@gnu.org>
4506
4507 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4508
4509 * xresmini.texi: New file.
4510
4511 * xresources.texi (Face Resources): Split table into font resources
4512 and the rest. Combine similar attributes for brevity.
4513
8cf51b2c
GM
45142006-04-21 Eli Zaretskii <eliz@gnu.org>
4515
4516 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4517 backslashes and case-insensitivity in file names (moved to the
4518 main manual).
4519 (MS-DOS Printing): Move most of the text to the main manual.
4520
4521 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4522 New nodes.
4523 (Windows Processes, Windows System Menu): Add index entries and
4524 fix wording.
4525
8cf51b2c
GM
45262006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4527
4528 * misc.texi (Shell Ring): Add notes on saved input when
4529 navigating off the end of the history list.
4530
45312006-04-18 Chong Yidong <cyd@mit.edu>
4532
4533 * misc.texi (Shell Options): Correct default value of
4534 comint-scroll-show-maximum-output.
4535
8cf51b2c
GM
45362006-04-18 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * building.texi (Watch Expressions): Update.
4539
8cf51b2c
GM
45402006-04-12 Richard Stallman <rms@gnu.org>
4541
4542 * search.texi: Clean up previous change.
4543
45442006-04-12 Eli Zaretskii <eliz@gnu.org>
4545
4546 * search.texi (Regexp Backslash, Regexp Replace): Add index
4547 entries for ``back reference'' and mention the term itself in the
4548 text.
4549
45502006-04-11 Richard Stallman <rms@gnu.org>
4551
4552 * custom.texi (Safe File Variables):
4553 Document enable-local-variables = :safe.
4554
45552006-04-11 Karl Berry <karl@gnu.org>
4556
4557 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4558 (Remote Repositories, Version Backups, Local Version Control)
4559 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4560 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4561 (Renaming VC Work Files and Master Files)
4562 (Inserting Version Control Headers, Customizing VC, General Options)
4563 (Options for RCS and SCCS, Options specific for CVS): Move all
4564 these nodes to emacs-xtra.texi, for brevity.
4565 * cmdargs.texi, files.texi: Change cross-references.
4566
8cf51b2c
GM
45672006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4568
4569 * files.texi (Old Versions): Update description of vc-annotate's
4570 use of color to indicate date ranges.
4571
8cf51b2c
GM
45722006-04-09 Kevin Ryde <user42@zip.com.au>
4573
8cf51b2c
GM
4574 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4575 put info and printed manual names the right way around.
4576
45772006-04-09 Karl Berry <karl@gnu.org>
4578
4579 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4580 emacs-xtra.texi, leaving only MS Windows information.
4581 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4582 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4583 node names.
4584
4585 * emacs.texi: Move @summarycontents and @contents to the beginning
4586 of the file.
4587
8cf51b2c
GM
45882006-04-08 Kevin Ryde <user42@zip.com.au>
4589
4590 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4591
45922006-04-07 Richard Stallman <rms@gnu.org>
4593
4594 * programs.texi (Comments, Comment Commands, Options for Comments)
4595 (Multi-Line Comments): "Align", not "indent".
4596 (Basic Indent): C-j deletes trailing whitespace before the newline.
4597
45982006-04-06 Richard Stallman <rms@gnu.org>
4599
8cf51b2c
GM
4600 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4601
46022006-04-06 Eli Zaretskii <eliz@gnu.org>
4603
4604 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4605
8cf51b2c
GM
46062006-04-05 Richard Stallman <rms@gnu.org>
4607
4608 * emacs.texi (Top): Update subnode menu.
4609
4610 * trouble.texi (Unasked-for Search): Node deleted.
4611 (Lossage): Delete from menu.
4612
46132006-04-04 Richard Stallman <rms@gnu.org>
4614
4615 * trouble.texi: Various cleanups.
4616 (Checklist): Don't bother saying how to snail a bug report.
4617 (Emergency Escape): Much rewriting.
4618 (After a Crash): Rename the core dump immediately.
4619 (Total Frustration): Call it a psychotherapist.
4620 (Bug Criteria): Avoid "illegal instruction".
4621 (Sending Patches): We always put the contributor's name in.
4622
4623 * misc.texi (Thumbnails): Minor correction.
4624
8cf51b2c
GM
46252006-04-03 Richard Stallman <rms@gnu.org>
4626
4627 * misc.texi (Thumbnails): Minor cleanup.
4628
46292006-04-02 Karl Berry <karl@gnu.org>
4630
4631 * sending.texi (Mail Sending): pxref to Top needs five args.
4632
4633 * texinfo.tex: Update to current version (2006-03-21.13).
4634
8cf51b2c
GM
46352006-03-31 Richard Stallman <rms@gnu.org>
4636
4637 * emacs.texi (Top): Update subnode menu.
4638
4639 * help.texi (Help Mode): Cleanup.
4640
4641 * dired.texi: Many cleanups.
4642 (Dired Deletion): Describe dired-recursive-deletes.
4643 (Operating on Files): dired-create-directory moved.
4644 (Misc Dired Features): Move to here.
4645 (Tumme): Node moved to misc.texi.
4646
4647 * custom.texi: Many cleanups.
4648 (Minor Modes): Don't mention ISO Accents Mode.
4649 (Examining): Update C-h v output example.
4650 (Hooks): Add index and xref for add-hook.
4651 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4652 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4653
4654 * misc.texi: Many cleanups.
4655 (beginning): Add to summary of topics.
4656 (Shell): Put eshell xref at the end. Remove eshell from table.
4657 (Thumbnails): New node.
4658
8cf51b2c
GM
46592006-03-28 Eli Zaretskii <eliz@gnu.org>
4660
4661 * files.texi (File Name Cache): Make it clear that the cache is
4662 not persistent.
4663
8cf51b2c
GM
46642006-03-25 Karl Berry <karl@gnu.org>
4665
49823426
GM
4666 * emacs-xtra.texi, emacs.texi, gnu.texi:
4667 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4668 (2) do not indent copyright year list (or anything else).
4669
8cf51b2c
GM
46702006-03-21 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * files.texi (VC Dired Mode): Remove misplaced brackets.
4673
46742006-03-21 Andre Spiegel <spiegel@gnu.org>
4675
4676 * files.texi: Various updates and clarifications in the VC chapter.
4677
46782006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * help.texi (Help Mode): Document "C-c C-c".
4681
8cf51b2c
GM
46822006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4683
4684 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4685 menu in the standalone Info reader.
4686
46872006-03-15 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4690 moved here from Emacs manual.
4691
4692 * programs.texi (Fortran): Section moved to emacs-xtra.
4693 (Program Modes): Xref to Fortran in emacs-xtra.
4694
4695 * maintaining.texi (Emerge): Move to emacs-xtra.
4696 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4697
4698 * picture.texi: File deleted.
4699 * Makefile.in:
4700 * makefile.w32-in: Remove picture.texi.
4701
4702 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4703 * abbrevs.texi (Abbrevs):
4704 * sending.texi (Sending Mail): Picture node removed.
4705
4706 * emacs.texi (Top): Update node listings.
4707
8cf51b2c
GM
47082006-03-12 Richard Stallman <rms@gnu.org>
4709
4710 * calendar.texi: Various cleanups.
4711
8cf51b2c
GM
47122006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4713
4714 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4715 syntax.
4716
8cf51b2c
GM
47172006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4718
4719 * search.texi (Regexps): More accurately describe which characters
4720 are special in which situations. Recommend _not_ to quote `]' or
4721 `-' when they are not special.
4722
8cf51b2c
GM
47232006-02-28 Andre Spiegel <spiegel@gnu.org>
4724
4725 * files.texi (Old Versions): Clarify operation of C-x v =.
4726
8cf51b2c
GM
47272006-02-21 Nick Roberts <nickrob@snap.net.nz>
4728
4729 * building.texi (Watch Expressions): Update and describe
4730 gdb-speedbar-auto-raise.
4731
47322006-02-19 Richard M. Stallman <rms@gnu.org>
4733
4734 * emacs.texi: Use @smallbook.
4735 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4736 Update subnode menu.
4737
4738 * building.texi (Lisp Interaction): Minor addition.
4739
47402006-02-18 Nick Roberts <nickrob@snap.net.nz>
4741
4742 * building.texi (Watch Expressions): Update and be more precise.
4743
c8763fb6 47442006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4745
4746 * maintaining.texi (Create Tags Table): Explain why the
4747 exception when etags writes to files under the /dev tree.
4748
47492006-02-14 Richard M. Stallman <rms@gnu.org>
4750
4751 * custom.texi (Safe File Variables): Lots of clarification.
4752 Renamed from Unsafe File Variables.
4753
47542006-02-14 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * custom.texi (Unsafe File Variables): File variable confirmation
4757 assumed denied in batch mode.
4758
47592006-02-14 Richard M. Stallman <rms@gnu.org>
4760
4761 * building.texi (GDB User Interface Layout): Don't say `inferior'
4762 for program being debugged.
4763
47642006-02-15 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * building.texi (GDB Graphical Interface):
4767 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4768
47692006-02-13 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * custom.texi (Specifying File Variables, Unsafe File Variables):
4772 New nodes, split from File Variables. Document new file local
4773 variable behavior.
4774
47752006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * display.texi (Standard Faces):
8cf51b2c
GM
4778 * files.texi (Visiting):
4779 * frames.texi (Clipboard):
4780 * glossary.texi (Glossary) <Clipboard>:
4781 * xresources.texi (X Resources): Mention Mac OS port.
4782
8cf51b2c
GM
47832006-02-12 Richard M. Stallman <rms@gnu.org>
4784
4785 * building.texi (Building): Clarify topic in intro.
4786
4787 * maintaining.texi (Maintaining): Change title; clarify topic.
4788 Delete duplicate index entries.
4789
4790 * building.texi (Other GDB User Interface Buffers): Clarifications.
4791
4792 * text.texi (Cell Commands): Clarifications.
4793
4794 * programs.texi (Defuns): Delete duplicate explanation of
4795 left-margin paren convention.
4796 (Hungry Delete): Minor cleanup.
4797
47982006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4799
4800 * dired.texi (Tumme): More tumme documentation.
4801
48022006-02-11 Alan Mackenzie <acm@muc.de>
4803
4804 * programs.texi ("Hungry Delete"): Correct the appellation of the
4805 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4806
48072006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4808
4809 * dired.texi (Tumme): Fix small bug.
4810
48112006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4812
4813 * macos.texi (Mac International): Rename "fontset-mac" to
4814 "fontset-standard".
4815
8cf51b2c
GM
48162006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4817
4818 * dired.texi (Tumme): Basic documentation for Tumme added.
4819
8cf51b2c
GM
48202006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4821
4822 * mule.texi (International):
4823 * programs.texi (Basic Indent): Fix typos.
4824
8cf51b2c
GM
4825 * custom.texi (Minor Modes):
4826 * display.texi (Text Display):
4827 * commands.texi (Text Characters): Update xrefs.
4828
48292006-02-07 Richard M. Stallman <rms@gnu.org>
4830
4831 * emacs.texi (Top): Update subnode menu.
4832 Update info on old Emacs papers.
4833 (Intro): "Graphical display", not window system.
4834
4835 * xresources.texi (GTK styles): Minor clarifications.
4836
4837 * trouble.texi: "Graphical display", not window system.
4838 (Stuck Recursive): Minor clarification.
4839
4840 * text.texi: Minor clarifications.
4841 (Sentences): Explain why two-space convention is better.
4842 Explain sentence-end-without-period here.
4843 (Fill Commands): Not here.
4844 (Refill): Node moved down.
4845 (Filling): Update menu.
4846 (Table Creation, Cell Justification, Column Commands): Clarify.
4847
4848 * sending.texi: Minor clarifications.
4849
4850 * search.texi (Regexp Backslash): Clarification.
4851
4852 * rmail.texi: Minor cleanups.
4853 (Rmail): Delete digression about `rmail-mode'.
4854 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4855 (Rmail Files): Mention C-u M-x rmail.
4856 (Rmail Reply): Mention References.
4857 (Rmail Display): Mention rmail-nonignored-headers.
4858
4859 * programs.texi: Minor cleanups.
4860 (Comment Commands): Mention momentary Transient Mark mode.
4861 (Matching): Be more specific about customizing show-paren-mode.
4862 (Info Lookup): Don't list the modes that support C-h S.
4863 Just say what it does in an unsupported mode.
4864 (Man Page): Delete excessive info on customizing woman.
4865 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4866
4867 * abbrevs.texi: Minor clarifications.
4868 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4869 not "dynamic abbrevs" as if they were a kind of abbrev.
4870
4871 * picture.texi (Picture): Minor cleanup.
4872
4873 * mule.texi (Communication Coding): Say "other applications".
4874 (Fontsets): Not specific to X. Add xref to X Resources.
4875 (Unibyte Mode): Rename from Single-Byte Character Support.
4876 "Graphical display", not window system.
4877 (International): Update menu.
4878
4879 * maintaining.texi (Format of ChangeLog):
4880 New node, split out from ChangeLog.
4881 (ChangeLog): Clarifications in the remaining text.
4882 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4883 (Find Tag): Add @w.
4884 (Tags Search): Explain tag table order here. Simplify grep ref.
4885 (List Tags): tags-tag-face is a variable, not a face.
4886 (Emerge): Cleanups.
4887
4888 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4889 (Keyboard Macros): Avoid "the user".
4890
4891 * killing.texi: "Graphical display", not window system.
4892
4893 * help.texi (Help Echo): "Graphical display", not window system.
4894
4895 * glossary.texi: Say "you", not "the user". Say "graphical display".
4896
4897 * frames.texi: Minor cleanups. "Graphical display", not window system.
4898
4899 * files.texi (Visiting): Make drag-and-drop not X-specific.
4900
4901 * custom.texi: Minor cleanups. "Graphical display", not window system.
4902
4903 * cmdargs.texi: Minor cleanups.
4904
4905 * building.texi (Compilation): Move and split kill-compilation para.
4906 Add para about multiple compilers.
4907 (Compilation Mode): Commands also available in grep mode and others.
4908 Mention C-u C-x ` more tutorially. Clarify C-x `.
4909 (Compilation Shell): Clarify. Put Bash example first.
4910 (Grep Searching): Minor cleanups; add @w.
4911 (Debuggers): Minor cleanups.
4912 (Starting GUD): Make GDB xgraphical mode issue clearer.
4913 (Debugger Operation): Lots of clarifications including
4914 GDB tooltip side-effect issue.
4915 (Commands of GUD): Clarify.
4916 (GUD Customization): Add bashdb-mode-hook.
4917 (GDB Graphical Interface): Rewrite for clarity.
4918 (GDB User Interface Layout): Rewrite for clarity.
4919 (Stack Buffer, Watch Expressions): Likewise.
4920 (Other GDB User Interface Buffers): Cleanups.
4921 (Lisp Libraries, External Lisp): Cleanup.
4922
4923 * basic.texi (Position Info): "Graphical displays", rather than
4924 window systems.
4925
4926 * anti.texi: Minor cleanup.
4927
8cf51b2c
GM
49282006-02-03 Eli Zaretskii <eliz@gnu.org>
4929
4930 * custom.texi (Init File, Find Init): Add cross-references to
4931 where $HOME is described.
4932
49332006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4934
4935 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4936 is not inside the @table.
4937
4938 * emacs.texi (Top): Correct node name.
4939
4940 * files.texi (File Names): Fix @xref.
4941 (Reverting): Fix typo.
4942
4943 * mule.texi (International): Correct node name.
4944
4945 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4946
49472006-02-01 Richard M. Stallman <rms@gnu.org>
4948
4949 * emacs.texi (Top): Update subnode menu.
4950
4951 * mule.texi: Minor clarifications.
4952 Reduce the specific references to X Windows.
4953 Refer to "graphical" terminals, rather than window systems.
4954 (Text Coding): Rename from Specify Coding.
4955 (Communication Coding, File Name Coding, Terminal Coding):
4956 New nodes split out from Text Coding.
4957
4958 * kmacro.texi: Minor clarifications.
4959 (Keyboard Macro Ring): Comment out some excessive commands.
4960 (Basic Keyboard Macro): Split up the table, putting part in each node.
4961
4962 * major.texi: Minor clarifications.
4963
4964 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4965
4966 * windows.texi: Minor clarifications.
4967 (Change Window): Don't describe mode-line mouse cmds here.
4968 Add xref to Mode Line Mouse.
4969
4970 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4971
4972 * macos.texi (Mac International): Fix xref.
4973
4974 * indent.texi: Minor clarifications.
4975
4976 * frames.texi: Minor clarifications.
4977 Reduce the specific references to X Windows.
4978 Refer to "graphical" terminals, rather than window systems.
4979 (Frame Parameters): Don't mention commands like
4980 set-foreground-color. Just say to customize a face.
4981 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4982
4983 * files.texi: Minor clarifications.
4984 (Numbered Backups): New node, split out from Backup Names.
4985
4986 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4987
4988 * cmdargs.texi (General Variables): Fix xref.
4989
4990 * buffers.texi: Minor clarifications.
4991
8cf51b2c
GM
49922006-01-31 Richard M. Stallman <rms@gnu.org>
4993
4994 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4995 Nodes moved to top.
4996
4997 * display.texi: Minor clarifications.
4998 (Display): Rearrange menu.
4999 (Standard Faces): Mention query-replace face.
5000 (Faces): Simplify.
5001 (Font Lock): Simplify face customization info.
5002 (Highlight Changes): Node merged into Highlight Interactively.
5003 (Highlight Interactively): Much rewriting and cleanup.
5004 (Optional Mode Line): Narrowed line number not good for goto-line.
5005 Simplify face customization advice.
5006 (Text Display): Mention use of escape-glyph face.
5007 Move ctl-arrow and tab-width here.
5008 (Display Custom): Move no-redraw-on-reenter to end of node.
5009
5010 * search.texi: Minor clarifications.
5011 (Isearch Scroll): Simplify.
5012 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5013
5014 * regs.texi (Registers): Mention bookmarks here.
5015
5016 * mark.texi: Minor clarifications.
5017 (Selective Undo): Node deleted.
5018
5019 * m-x.texi: Minor clarifications.
5020
5021 * killing.texi: Minor clarifications.
5022 Refer to "graphical" terminals, rather than window systems.
5023
5024 * help.texi: Clarifications.
5025 (Help): Don't describe C-h F and C-h K here.
5026 (Key Help): Describe C-h K here.
5027 (Name Help): Mention Emacs Lisp Intro.
5028 Describe C-h F here.
5029 (Misc Help): Mention C-h F and C-h K only briefly.
5030
5031 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5032 Selective undo text merged in.
5033 (Spelling): Mention Aspell along with Ispell.
5034
5035 * emacs.texi (Top): Update subnode menus.
5036
5037 * basic.texi (Basic Undo): Rename from Undo. Most of text
5038 moved to new Undo node.
5039
8cf51b2c
GM
50402006-01-29 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * basic.texi (Continuation Lines, Inserting Text):
5043 Mention longlines mode.
5044
50452006-01-29 Richard M. Stallman <rms@gnu.org>
5046
10d1d0af 5047 * screen.texi: Minor cleanups.
8cf51b2c
GM
5048 (Screen): Clean up the intro paragraphs.
5049 (Mode Line): Lots of rewriting. Handle frame-name better.
5050 eol-mnemonic-... vars moved out.
5051
5052 * emacs.texi (Top): Change menu item for MS-DOS node.
5053 Update subnode menu.
5054
5055 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5056 chapter relates to Windows. Title changed.
5057
5058 * mini.texi: Minor cleanups.
5059
5060 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5061 (Mark): Put it in the menu.
5062
5063 * entering.texi: Minor cleanups.
5064
5065 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5066 (Intro): Refer to "graphical" terminals, rather than X.
5067
5068 * display.texi (Display Custom): Add xref to Variables.
5069 (Optional Mode Line): eol-mnemonic-... vars moved here.
5070
5071 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5072 rather than X.
5073
8cf51b2c
GM
5074 * basic.texi: Minor cleanups.
5075 (Undo): selective-undo moved.
5076
8cf51b2c
GM
50772006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * anti.texi (Antinews): Various corrections and additions.
5080
50812006-01-23 Juri Linkov <juri@jurta.org>
5082
5083 * custom.texi (Easy Customization, Customization Groups)
5084 (Browsing Custom): Mention links along with buttons.
5085
8cf51b2c
GM
50862006-01-21 Eli Zaretskii <eliz@gnu.org>
5087
8cf51b2c
GM
5088 * text.texi (TeX Print): Use @key for TAB.
5089
8cf51b2c
GM
5090 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5091
8cf51b2c
GM
50922006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5093
5094 * files.texi (File Aliases): Don't claim that usually separate
5095 buffers are created for two file names that name the same data.
5096 Mention additional situations where different names mean the same
5097 file on disk.
5098
50992006-01-19 Richard M. Stallman <rms@gnu.org>
5100
5101 * killing.texi (Deletion): Upcase @key argument.
5102
5103 * custom.texi (Custom Themes): Minor cleanup.
5104
5105 * programs.texi (Hungry Delete): Upcase @key argument.
5106
8cf51b2c
GM
51072006-01-16 Juri Linkov <juri@jurta.org>
5108
5109 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5110 Move `mode-line-highlight' before `mode-line-buffer-id'.
5111
8cf51b2c
GM
51122006-01-14 Richard M. Stallman <rms@gnu.org>
5113
5114 * basic.texi (Inserting Text): Minor cleanup.
5115
8cf51b2c
GM
51162006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5117
5118 * custom.texi (Changing a Variable, Face Customization):
5119 Update for changes in Custom menus.
5120
8cf51b2c
GM
51212006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5122
5123 * macos.texi (Mac International): Undo last change.
5124
8cf51b2c
GM
51252006-01-02 Chong Yidong <cyd@stupidchicken.com>
5126
5127 * custom.texi (Custom Themes): Describe the new
5128 customize-create-theme interface.
5129
51302005-12-30 Juri Linkov <juri@jurta.org>
5131
5132 * basic.texi (Position Info): Update example.
5133
c8763fb6 51342005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5135
5136 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5137
51382005-12-24 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * custom.texi (Custom Themes): `load-theme' always loads.
5141
51422005-12-23 Juri Linkov <juri@jurta.org>
5143
5144 * display.texi (Highlight Interactively): Use double space to
5145 separate sentences. Replace C-p with M-p, and C-n with M-n.
5146
51472005-12-22 Richard M. Stallman <rms@gnu.org>
5148
5149 * custom.texi (Easy Customization and subnodes):
5150 Replace "active field" with "button".
5151 Use "user option" only for variables.
5152 Use "setting" for variable-or-face.
5153
51542005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * buffers.texi (Select Buffer): Change order in table to make
5157 "Similar" refer to the correct item.
5158 (Indirect Buffers): Minor rewording.
5159
8cf51b2c
GM
51602005-12-20 Juri Linkov <juri@jurta.org>
5161
5162 * files.texi (VC Status): Put P and N near p and n.
5163
8cf51b2c
GM
51642005-12-19 Richard M. Stallman <rms@gnu.org>
5165
5166 * programs.texi (Electric C): Delete the info about newline control.
5167 (Other C Commands): Minor cleanup.
5168 (Left Margin Paren): Minor cleanup.
5169
51702005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5171
5172 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5173 (Customization Groups): Delete text moved to "Browsing Custom".
5174 (Browsing Custom): New node.
5175 (Specific Customization): Clarify which commands only work for
5176 loaded options.
5177
51782005-12-18 Bill Wohler <wohler@newt.com>
5179
5180 * frames.texi (Tool Bars): Shorten text of previous change.
5181
51822005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5183
5184 * files.texi (VC Status): Document log-view mode.
5185
51862005-12-18 Bill Wohler <wohler@newt.com>
5187
5188 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5189 permanently via the customize interface.
5190
8cf51b2c
GM
51912005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5192
5193 * killing.texi (Killing by Lines): Document `kill-whole-line'
5194 function.
5195
c8763fb6 51962005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5197
5198 * buffers.texi (Select Buffer): Change `prev-buffer' to
5199 `previous-buffer'. Indicate that these functions use a frame
5200 local buffer list.
5201
8cf51b2c
GM
52022005-12-12 Richard M. Stallman <rms@gnu.org>
5203
5204 * custom.texi (Easy Customization): Change menu comment.
5205 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5206
5207 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5208 (Help): Among the Apropos commands, describe only C-h a here.
5209
52102005-12-11 Richard M. Stallman <rms@gnu.org>
5211
5212 * programs.texi (Options for Comments): Comment-end starts with space.
5213
5214 * glossary.texi (Glossary): Minor cleanup.
5215
5216 * files.texi (Old Versions): Use @table.
5217
8cf51b2c
GM
52182005-12-10 David Koppelman <koppel@ece.lsu.edu>
5219
5220 * display.texi (Highlight Interactively): Include
5221 global-hi-lock-mode. Add miscellaneous details and elaborations.
5222
52232005-12-09 Richard M. Stallman <rms@gnu.org>
5224
5225 * display.texi (Font Lock): Delete the Global FL menu item.
5226
52272005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * custom.texi (Minibuffer Maps): Mention the maps for file name
5230 completion.
5231
52322005-12-09 Kim F. Storm <storm@cua.dk>
5233
5234 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5235 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5236 cursor to next corner in rectangle; clarify insert around rectangle.
5237
8cf51b2c
GM
52382005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5239
5240 * custom.texi (Customization): Use xref to elisp manual for
5241 non-TeX output.
5242 (Minor Modes): Update.
5243 (Customization Groups, Changing a Variable, Face Customization):
5244 Update for new appearance of Custom buffers.
5245 (Changing a Variable): `custom-buffer-done-function' has been
5246 replaced by `custom-buffer-done-kill'.
5247 (Specific Customization): In the `customize-group' buffer, a
5248 subgroup's contents are not "hidden". They are not included at
5249 all. They have no [Show] button.
5250 (Mouse Buttons): Add pxref to description of mouse event lists in
5251 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5252 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5253 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5254
52552005-12-08 Richard M. Stallman <rms@gnu.org>
5256
5257 * mini.texi (Completion Commands, Completion):
5258 In file name input, SPC does not do completion.
5259
8cf51b2c
GM
52602005-12-08 Nick Roberts <nickrob@snap.net.nz>
5261
5262 * building.texi (GDB Graphical Interface): Explain screen size
5263 setting.
5264 (Other GDB User Interface Buffers): Describe features specific to
5265 GDB 6.4.
5266
8cf51b2c
GM
52672005-12-01 Nick Roberts <nickrob@snap.net.nz>
5268
5269 * building.texi (GDB User Interface Layout): Describe how to
5270 kill associated buffers.
5271 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5272 (Watch Expressions): Be more precise.
5273 (Other GDB User Interface Buffers): Describe how to change a
5274 register value.
5275
8cf51b2c
GM
52762005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5277
5278 * macos.texi (Mac Input): Remove description of
5279 mac-command-key-is-meta. Add descriptions of
5280 mac-control-modifier, mac-command-modifier, and
5281 mac-option-modifier.
5282 (Mac International): Fix description of conversion of clipboard data.
5283 (Mac Font Specs): Add example of font customization by face attributes.
5284
52852005-11-22 Nick Roberts <nickrob@snap.net.nz>
5286
5287 * building.texi (Watch Expressions): Expand description.
5288 (Other GDB User Interface Buffers): Describe local map for
5289 gud-watch.
5290
52912005-11-21 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * display.texi (Font Lock): Font lock is enabled by default now.
5294
52952005-11-20 Juri Linkov <juri@jurta.org>
5296
5297 * basic.texi (Position Info): Update examples of the output.
5298 Remove the fact that examples are produced in the TeXinfo buffer,
5299 because in the Info reader users will get a different output from
5300 `C-x ='.
5301
5302 * building.texi (Compilation Mode): Remove paragraph duplicated
5303 from the node `Compilation'. Add `compilation-skip-threshold'.
5304
5305 * display.texi (Font Lock): Suggest more user-friendly method of
5306 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5307
53082005-11-18 Richard M. Stallman <rms@gnu.org>
5309
5310 * files.texi (Registering): Mention @@ in mode line.
5311
5312 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5313
53142005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5315
5316 * files.texi (Renaming and VC): Some back-ends don't
5317 handle renaming.
5318
8cf51b2c
GM
53192005-11-17 Juri Linkov <juri@jurta.org>
5320
5321 * emacs.texi (Top):
5322 * display.texi (Highlight Interactively): Put this font-lock based
5323 mode near Font Lock node.
5324
53252005-11-16 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5328 icons.
5329
53302005-11-12 Kim F. Storm <storm@cua.dk>
5331
5332 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5333 (Help Summary): Add C-h d and C-h e.
5334 (Apropos): Clarify that all apropos commands may search for either
5335 list of words or a regexp. Add C-h d for apropos-documentation.
5336 Describe apropos-documentation-sort-by-scores user option.
5337
8cf51b2c
GM
53382005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5339
5340 * killing.texi (CUA Bindings): Add @section.
5341
53422005-11-10 Kim F. Storm <storm@cua.dk>
5343
5344 * emacs.texi (Top): Add CUA Bindings entry to menu.
5345
5346 * killing.texi (CUA Bindings): New node. Moved here from
5347 misc.texi and extended with info on rectangle commands and
5348 rectangle highlighting, interface to registers, and the global
5349 mark feature.
5350
5351 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5352
5353 * regs.texi: Prev link points to CUA Bindings node.
5354
53552005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * help.texi (Help Echo): By default, help echos are only shown on
5358 mouse-over, not on point-over.
5359
c8763fb6 53602005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5361
5362 * misc.texi (Shell Mode): Describe how to activate password echoing.
5363
8cf51b2c
GM
53642005-11-04 Romain Francoise <romain@orebokech.com>
5365
5366 * mark.texi (Mark Ring): Fix typo.
5367
53682005-11-03 Richard M. Stallman <rms@gnu.org>
5369
5370 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5371
53722005-11-01 Bill Wohler <wohler@newt.com>
5373
5374 * help.texi (Help Mode): Fix typo.
5375
53762005-11-01 Nick Roberts <nickrob@snap.net.nz>
5377
1c6c854e
CS
5378 * building.texi (Other GDB User Interface Buffers):
5379 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5380
53812005-10-31 Romain Francoise <romain@orebokech.com>
5382
5383 * files.texi (Compressed Files): Fix typo.
5384
5385 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5386
5387 * windows.texi (Force Same Window): Likewise.
5388
53892005-10-30 Bill Wohler <wohler@newt.com>
5390
5391 * help.texi (Help Mode): URLs viewed with browse-url.
5392
53932005-10-31 Nick Roberts <nickrob@snap.net.nz>
5394
5395 * building.texi (GDB Graphical Interface): Don't reference
5396 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5397 must stay in same frame.
5398
53992005-10-29 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5402
5403 * anti.texi (Antinews): Likewise.
5404
8cf51b2c
GM
54052005-10-28 Bill Wohler <wohler@newt.com>
5406
5407 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5408
54092005-10-28 Richard M. Stallman <rms@gnu.org>
5410
5411 * files.texi (Visiting): Explain how to enter ? in a file name.
5412
5413 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5414
8cf51b2c
GM
54152005-10-25 Nick Roberts <nickrob@snap.net.nz>
5416
1c6c854e
CS
5417 * building.texi (GDB Graphical Interface):
5418 Describe gdb-mouse-until.
8cf51b2c
GM
5419
54202005-10-23 Richard M. Stallman <rms@gnu.org>
5421
5422 * custom.texi (Init File): Recommend when to use site-start.el.
5423
8cf51b2c
GM
54242005-10-21 Juri Linkov <juri@jurta.org>
5425
5426 * custom.texi (Examining): Mention accessing the old variable
5427 value via M-n in set-variable.
5428
8cf51b2c
GM
54292005-10-18 Romain Francoise <romain@orebokech.com>
5430
5431 * files.texi (Version Systems): Capitalize GNU.
5432
8cf51b2c
GM
54332005-10-18 Nick Roberts <nickrob@snap.net.nz>
5434
5435 * building.texi (Compilation Mode): Remove redundant paragraph.
5436 (Watch Expressions): Remove paragraph to reflect code change.
5437
8cf51b2c
GM
54382005-10-16 Richard M. Stallman <rms@gnu.org>
5439
5440 * building.texi (Compilation Mode, Compilation): Clarified.
5441
54422005-10-15 Richard M. Stallman <rms@gnu.org>
5443
5444 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5445
8cf51b2c
GM
54462005-10-13 Kenichi Handa <handa@m17n.org>
5447
5448 * basic.texi (Position Info): Fix previous change.
5449
c8763fb6 54502005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5451
5452 * cmdargs.texi (Icons X): Fix typo.
5453
54542005-10-12 Kenichi Handa <handa@m17n.org>
5455
5456 * basic.texi (Position Info): Describe the case that Emacs shows
5457 "part of display ...".
5458
c8763fb6 54592005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5460
5461 * cmdargs.texi (Icons X): -nb => -nbi.
5462
54632005-10-10 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * frames.texi (Speedbar): A couple more clarifications.
5466
54672005-10-11 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * building.texi (GDB User Interface Layout): Improve diagram.
5470 (Watch Expressions): Explain how to make speedbar global.
5471 (Other GDB User Interface Buffers): Make references more precise.
5472
8cf51b2c
GM
54732005-10-09 Richard M. Stallman <rms@gnu.org>
5474
5475 * frames.texi (Speedbar): Clarify the text.
5476
54772005-10-09 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * frames.texi (Speedbar): Add information on keybindings,
5480 dismissing the speedbar, and buffer display mode. Link to
5481 speedbar manual.
5482
c8763fb6 54832005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5484
1c6c854e 5485 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5486 added -nb, --no-bitmap-icon.
5487
8cf51b2c
GM
54882005-10-07 Nick Roberts <nickrob@snap.net.nz>
5489
5490 * building.texi (GDB Graphical Interface): Add variables and
5491 functions to indices. Be more precise.
5492
c8763fb6 54932005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5494
5495 * frames.texi (Drag and Drop): Remove the x- from
5496 x-dnd-open-file-other-window and xdnd-protocol-alist.
5497
54982005-09-30 Romain Francoise <romain@orebokech.com>
5499
5500 * mini.texi (Minibuffer): The default value now appears before the
5501 colon in minibuffer prompts.
5502
8cf51b2c
GM
55032005-09-25 Richard M. Stallman <rms@gnu.org>
5504
5505 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5506
8cf51b2c
GM
55072005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5508
5509 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5510
8cf51b2c
GM
55112005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5512
5513 * emacs.texi (Top): Update submenus from macos.texi.
5514
5515 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5516 (Mac OS): Update feature support status.
5517 (Mac Input): List supported input scripts. Remove description
5518 about `mac-keyboard-text-encoding'. Mention mouse button
5519 emulation and related variables.
5520 (Mac International): Mention Central European and Cyrillic
5521 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5522 Add description about coding system for selection.
5523 Add description about language environment.
5524 (Mac Environment Variables):
5525 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5526 arguments. Add Preferences support.
5527 (Mac Directories): Explicitly state that this node is for Mac OS
5528 Classic only.
1c6c854e
CS
5529 (Mac Font Specs): Mention specification for scalable fonts.
5530 List supported charsets. Add preferred way of creating fontsets.
5531 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5532 (Mac Functions): Add descriptions about `mac-set-file-creator',
5533 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5534 and `mac-get-preference'.
5535
8cf51b2c
GM
55362005-09-16 Romain Francoise <romain@orebokech.com>
5537
5538 Update all files to specify GFDL version 1.2.
5539
5540 * doclicense.texi (GNU Free Documentation License): Update to
5541 version 1.2.
5542
55432005-09-15 Richard M. Stallman <rms@gnu.org>
5544
5545 * buffers.texi (List Buffers): Fix xref.
5546
5547 * rmail.texi (Rmail Basics): Fix xref.
5548
5549 * emacs.texi (Top): Update subnode menus.
5550
5551 * files.texi (Saving Commands): New node, broken out of Saving.
5552 (Customize Save): New node, broken out of Saving.
5553 Clarify effect of write-region-inhibit-fsync.
5554 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5555
8cf51b2c
GM
55562005-09-14 Romain Francoise <romain@orebokech.com>
5557
5558 * files.texi (Saving): Mention write-region-inhibit-fsync.
5559
55602005-09-05 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * custom.texi (Custom Themes): New node.
5563
55642005-09-03 Richard M. Stallman <rms@gnu.org>
5565
49823426
GM
5566 * search.texi (Search Case): Mention vars that control
5567 case-fold-search for various operations.
8cf51b2c
GM
5568
55692005-08-22 Juri Linkov <juri@jurta.org>
5570
5571 * display.texi (Standard Faces): Merge the text from
5572 `(elisp)Standard Faces' into this node.
5573
55742005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5575
5576 * emacs.texi (Top): Delete menu item for deleted node
5577 Keyboard Translations.
5578
55792005-08-18 Richard M. Stallman <rms@gnu.org>
5580
8cf51b2c
GM
5581 * trouble.texi (Unasked-for Search):
5582 Delete xref to Keyboard Translations.
5583
5584 * glossary.texi (Glossary): Delete xref.
5585
8cf51b2c
GM
5586 * custom.texi (Minor Modes): Say that the list here is not complete.
5587 (Keyboard Translations): Node deleted.
5588 (Disabling): Delete xref to it.
5589 (Customization Groups): Fix Custom buffer example.
5590 (Hooks): Mention remove-hooks.
5591
55922005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * building.texi (GDB Graphical Interface): Improve filling of menu
5595 item.
5596
55972005-08-18 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * building.texi (GDB Graphical Interface): Use better node names.
5600
56012005-08-14 Richard M. Stallman <rms@gnu.org>
5602
5603 * text.texi (Sentences): Fix xref.
5604
56052005-08-14 Juri Linkov <juri@jurta.org>
5606
5607 * building.texi (Compilation, Grep Searching): Move grep command
5608 headings from `Compilation' to `Grep Searching'.
5609
5610 * dired.texi (Dired and Find):
5611 * maintaining.texi (Tags Search): Replace grep xref to
5612 `Compilation' node with `Grep Searching'.
5613
5614 * files.texi (Comparing Files): Replace xref to `Compilation' with
5615 `Compilation Mode'.
5616
56172005-08-13 Alan Mackenzie <acm@muc.de>
5618
5619 * search.texi (Non-ASCII Isearch): Correct a typo.
5620 (Replacement Commands): Mention query-replace key binding.
5621
56222005-08-11 Richard M. Stallman <rms@gnu.org>
5623
5624 * programs.texi (Options for Comments): Fix xref.
5625
5626 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5627 out of Regexps.
5628
8cf51b2c
GM
56292005-08-09 Juri Linkov <juri@jurta.org>
5630
5631 * building.texi (Compilation): Use `itemx' instead of `item'.
5632 (Grep Searching): Simplify phrase.
5633
5634 * display.texi (Standard Faces): Describe vertical-border on
5635 window systems.
5636
5637 * windows.texi (Split Window): Simplify phrase and mention
5638 vertical-border face.
5639
56402005-08-09 Richard M. Stallman <rms@gnu.org>
5641
5642 * files.texi (Comparing Files): Clarify compare-windows.
5643
5644 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5645
8cf51b2c
GM
56462005-08-06 Eli Zaretskii <eliz@gnu.org>
5647
5648 * mule.texi (Coding Systems): Rephrase the paragraph about
5649 codepages: no need for "M-x codepage-setup" anymore, except on
5650 MS-DOS.
5651
5652 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5653 the MS-DOS port only.
5654
56552005-07-30 Eli Zaretskii <eliz@gnu.org>
5656
5657 * makefile.w32-in (info): Don't run multi-install-info.bat.
5658 ($(infodir)/dir): New target, produced by running
5659 multi-install-info.bat.
5660
8cf51b2c
GM
56612005-07-22 Eli Zaretskii <eliz@gnu.org>
5662
5663 * files.texi (Quoted File Names): Add index entry.
5664
8cf51b2c
GM
56652005-07-19 Juri Linkov <juri@jurta.org>
5666
5667 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5668
56692005-07-18 Juri Linkov <juri@jurta.org>
5670
8cf51b2c
GM
5671 * custom.texi (Easy Customization):
5672 * files.texi (Old Versions):
5673 * frames.texi (Wheeled Mice):
5674 * mule.texi (Specify Coding):
8cf51b2c
GM
5675 * text.texi (Cell Justification):
5676 * trouble.texi (After a Crash):
8cf51b2c
GM
5677 * xresources.texi (GTK styles):
5678 Delete duplicate duplicate words.
5679
56802005-07-17 Richard M. Stallman <rms@gnu.org>
5681
5682 * frames.texi (Creating Frames): Fix foreground color example.
5683
5684 * custom.texi (Init Examples): Clean up text about conditionals.
5685
56862005-07-16 Richard M. Stallman <rms@gnu.org>
5687
5688 * mini.texi (Completion Commands): Fix command name for ?.
5689
8cf51b2c
GM
56902005-07-16 Eli Zaretskii <eliz@gnu.org>
5691
5692 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5693 `menu' face has no effect on w32 and with GTK.
5694 Add cross-references.
8cf51b2c
GM
5695
5696 * cmdargs.texi (General Variables): Clarify the default location
5697 of $HOME on w32 systems.
5698
56992005-07-15 Jason Rumney <jasonr@gnu.org>
5700
5701 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5702 changed.
5703
57042005-07-08 Kenichi Handa <handa@m17n.org>
5705
1c6c854e
CS
5706 * mule.texi (Recognize Coding):
5707 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5708
57092005-07-07 Richard M. Stallman <rms@gnu.org>
5710
5711 * anti.texi (Antinews): Mention mode-line-inverse-video.
5712
5713 * files.texi (Saving): Minor correction about C-x C-w.
5714
5715 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5716
57172005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5718
5719 * search.texi (Isearch Scroll): Add example of using the
5720 `isearch-scroll' property.
5721 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5722 `Display Custom' node.
5723 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5724 and de-emphasize it.
5725 (Other Repeating Search): `occur' currently can not correctly
5726 handle multiline matches. Correct, clarify and update description
5727 of `flush-lines' and `keep-lines'.
5728
5729 * display.texi (Display Custom): Add anchor for `baud-rate'.
5730
57312005-07-07 Richard M. Stallman <rms@gnu.org>
5732
5733 * gnu.texi: Update where to get GNU status; add refs for how to help.
5734 Add footnotes 6 and 7.
5735
57362005-07-04 Lute Kamstra <lute@gnu.org>
5737
5738 Update FSF's address in GPL notices.
5739
8cf51b2c 5740 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5741 * trouble.texi (Checklist): Update FSF's address.
5742
8cf51b2c
GM
57432005-06-24 Richard M. Stallman <rms@gnu.org>
5744
5745 * display.texi (Text Display): Change index entries.
5746
57472005-06-24 Eli Zaretskii <eliz@gnu.org>
5748
5749 * makefile.w32-in (MAKEINFO): Use --force.
5750 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5751 Makefile.in.
8cf51b2c
GM
5752
57532005-06-23 Richard M. Stallman <rms@gnu.org>
5754
1c6c854e 5755 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5756 nobreak-char-display.
5757
5758 * emacs.texi (Top): Update detailed node listing.
5759
1c6c854e 5760 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5761 to nobreak-char-display and no-break-space to nobreak-space.
5762 (Standard Faces): Split up the list of standard faces
5763 and put it in a separate node. Add nobreak-space and
5764 escape-glyph.
5765
8cf51b2c
GM
57662005-06-23 Lute Kamstra <lute@gnu.org>
5767
5768 * mule.texi (Select Input Method): Fix typo.
5769
57702005-06-23 Kenichi Handa <handa@m17n.org>
5771
1c6c854e
CS
5772 * mule.texi (International): List all supported scripts.
5773 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5774 distribution.
5775 (Language Environments): List all language environments.
5776 Intlfonts contains fonts for most supported scripts, not all..
5777 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5778 input a specific character.
8cf51b2c
GM
5779 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5780
57812005-06-23 Juanma Barranquero <lekktu@gmail.com>
5782
49823426 5783 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5784
57852005-06-22 Miles Bader <miles@gnu.org>
5786
5787 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5788
57892005-06-20 Miles Bader <miles@gnu.org>
5790
5791 * display.texi (Faces): Add `vertical-divider'.
5792
57932005-06-17 Richard M. Stallman <rms@gnu.org>
5794
5795 * text.texi (Adaptive Fill): Minor clarification.
5796
8cf51b2c
GM
57972005-06-10 Lute Kamstra <lute@gnu.org>
5798
5799 * emacs.texi (Top): Correct version number.
5800 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5801 refer to the current version of Emacs.
5802
58032005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * files.texi (Log Buffer): Document when there can be more than
5806 one file to be committed.
5807
58082005-06-08 Juri Linkov <juri@jurta.org>
5809
5810 * display.texi (Faces): Add `shadow' face.
5811
58122005-06-07 Masatake YAMATO <jet@gyve.org>
5813
5814 * display.texi (Faces): Write about mode-line-highlight.
5815
58162005-06-06 Richard M. Stallman <rms@gnu.org>
5817
5818 * misc.texi (Printing Package): Explain how to initialize
5819 printing package.
5820
5821 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5822
58232005-06-05 Chong Yidong <cyd@stupidchicken.com>
5824
5825 * emacs.texi: Rename Hardcopy to Printing.
5826 Make PostScript and PostScript Variables subnodes of it.
5827
5828 * misc.texi (Printing): Rename node from Hardcopy.
5829 Mention menu bar options.
5830 Move PostScript and PostScript Variables to submenu.
5831 (Printing package): New node.
5832
5833 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5834
5835 * dired.texi (Operating on Files): Likewise.
5836
5837 * calendar.texi (Displaying the Diary): Likewise.
5838
5839 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5840
5841 * glossary.texi (Glossary): Likewise.
5842
5843 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5844 effect.
5845
58462005-06-04 Richard M. Stallman <rms@gnu.org>
5847
5848 * trouble.texi (After a Crash): Polish previous change.
5849
8cf51b2c
GM
58502005-05-30 Noah Friedman <friedman@splode.com>
5851
5852 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5853 recovery mechanism.
5854
8cf51b2c
GM
58552005-05-28 Nick Roberts <nickrob@snap.net.nz>
5856
5857 * building.texi (Other Buffers): SPC toggles display of
5858 floating point registers.
5859
8cf51b2c
GM
58602005-05-27 Nick Roberts <nickrob@snap.net.nz>
5861
5862 * files.texi (Log Buffer): Merge in description of Log Edit
5863 mode from pcl-cvs.texi.
5864
58652005-05-26 Richard M. Stallman <rms@gnu.org>
5866
5867 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5868
8cf51b2c
GM
58692005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5870
5871 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5872 not enabled by default.
5873 When not on a word, `ispell-word' by default checks the word
5874 before point.
5875
58762005-05-24 Nick Roberts <nickrob@snap.net.nz>
5877
5878 * building.texi (Debugger Operation): Simplify last sentence.
5879
58802005-05-23 Lute Kamstra <lute@gnu.org>
5881
5882 * emacs.texi: Update FSF's address throughout.
5883 (Preface): Use @cite.
5884 (Distrib): Add cross reference to the node "Copying". Mention the
5885 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5886 printed manuals.
5887 (Intro): Use @xref for the Emacs Lisp Intro.
5888
8cf51b2c
GM
58892005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5890
5891 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5892
5893 * basic.texi (Moving Point): Mention default for `goto-line'.
5894
5895 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5896 of a variable's docstring.
5897
58982005-05-18 Lute Kamstra <lute@gnu.org>
5899
5900 * maintaining.texi (Overview of Emerge): Add cross reference.
5901 Remove duplication.
5902
5903 * emacs.texi (Top): Update to the current structure of the manual.
5904 * misc.texi (Emacs Server): Add menu description.
5905 * files.texi (Saving): Fix menu.
5906 * custom.texi (Customization): Fix menu.
5907 * mule.texi (International): Fix menu.
5908 * kmacro.texi (Keyboard Macros): Fix menu.
5909
59102005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5911
5912 * display.texi: Various minor changes.
5913 (Faces): Delete text that is repeated in the next section.
5914
59152005-05-16 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * building.texi (Debugger Operation): Mention GUD tooltips are
5918 disabled with GDB in text command mode.
5919
8cf51b2c
GM
59202005-05-16 Nick Roberts <nickrob@snap.net.nz>
5921
5922 * building.texi: Replace toolbar with "tool bar" for consistency.
5923 (Compilation Mode): Describe compilation-context-lines
5924 and use of arrow in compilation buffer.
5925 (Debugger Operation): Replace help text with variable's value.
5926
5927 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5928 consistency.
5929
59302005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5931
5932 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5933 Add xref.
5934
8cf51b2c
GM
59352005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5936
5937 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5938 (Position Info): Delete discussion of `goto-line'. It is already
5939 described in `Moving point'.
5940
5941 * mini.texi (Completion Commands): Correct reference.
5942 (Completion Options): Fix typo.
5943
5944 * killing.texi (Deletion): Complete description of `C-x C-o'.
5945
8cf51b2c
GM
59462005-05-10 Richard M. Stallman <rms@gnu.org>
5947
5948 * building.texi (Compilation): Clarify recompile's directory choice.
5949
5950 * frames.texi (Tooltips): Cleanups.
5951
5952 * basic.texi (Arguments): Fix punctuation.
5953
59542005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * screen.texi (Menu Bar): The up and down (not left and right)
5957 arrow keys move through a keyboard menu.
5958
59592005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5960
5961 * basic.texi: Various typo and grammar fixes.
5962 (Moving Point): C-a now runs move-beginning-of-line.
5963
59642005-05-08 Nick Roberts <nickrob@snap.net.nz>
5965
5966 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5967
5968 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5969 as different animals.
5970
59712005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5972
5973 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5974 Correct index entry.
5975
59762005-05-07 Nick Roberts <nickrob@snap.net.nz>
5977
5978 * building.texi (Debugger Operation): Update to reflect changes
5979 in GUD tooltips.
5980
59812005-04-30 Richard M. Stallman <rms@gnu.org>
5982
5983 * files.texi (Compressed Files): Auto Compression normally enabled.
5984
5985 * building.texi (Debugger Operation): Clarify previous change.
5986
8cf51b2c
GM
59872005-04-28 Nick Roberts <nickrob@snap.net.nz>
5988
5989 * building.texi (Debugger Operation): Add description for
5990 GUD tooltips when program is not running.
5991
59922005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * misc.texi (Shell): Add `Shell Prompts' to menu.
5995 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
5996 description. Delete remarks moved to new node.
5997 (Shell Prompts): New node.
5998 (History References): Replace remarks moved to `Shell Prompts'
5999 with xref to that node.
6000 (Remote Host): Clarify how to specify the terminal type when
6001 logging in to a different machine.
6002
60032005-04-26 Richard M. Stallman <rms@gnu.org>
6004
6005 * emacs.texi (Top): Update submenus from files.texi.
6006
6007 * files.texi (Filesets): Clarify previous change.
6008
6009 * dired.texi (Misc Dired Features): Clarify previous change.
6010
60112005-04-25 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6014
1c6c854e
CS
6015 * dired.texi (Misc Dired Features):
6016 Document dired-compare-directories.
8cf51b2c
GM
6017
6018 * files.texi (Filesets): New node.
6019 (File Conveniences): Document Image mode.
6020
6021 * text.texi (TeX Print): Document tex-compile.
6022
60232005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6026 Delete redundant reference to tooltip Custom group. It is
6027 referred too again in the next paragraph.
6028
60292005-04-24 Richard M. Stallman <rms@gnu.org>
6030
6031 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6032
8cf51b2c
GM
60332005-04-19 Kim F. Storm <storm@cua.dk>
6034
6035 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6036
60372005-04-18 Lars Hansen <larsh@math.ku.dk>
6038
6039 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6040 turns off desktop-save-mode.
6041
60422005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6043
6044 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6045 by default in terminals compatible with xterm. Mention that
6046 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6047 node.
6048
8cf51b2c
GM
60492005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6050
6051 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6052
c8763fb6 60532005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6054
6055 * xresources.texi (Table of Resources): Add cursorBlink.
6056
60572005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6060 `d', `C-d' and `u'.
6061
60622005-04-11 Richard M. Stallman <rms@gnu.org>
6063
6064 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6065 (Misc X): Add -D, --basic-display.
6066
6067 * maintaining.texi (Change Log): Correct the description of
6068 the example.
6069
6070 * major.texi (Choosing Modes): Document magic-mode-alist.
6071
8cf51b2c
GM
60722005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6075 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6076 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6077 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6078 `w', respectively.
6079 (Rmail Labels): Mention `l'.
6080 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6081 (Rmail Summary Edit): Describe `j' and RET.
6082
c8763fb6 60832005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6084
6085 * xresources.texi (Lucid Resources): Add fontSet resource.
6086
8cf51b2c
GM
60872005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6090 now called `indicate-empty-lines'.
6091
60922005-04-06 Kim F. Storm <storm@cua.dk>
6093
6094 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6095
60962005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6099 deleted.
6100 (Marks vs Flags): Add some convenient key bindings.
6101 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6102 (Misc Dired Features): Correct and expand description of `w' command.
6103
6104 * frames.texi (XTerm Mouse): Delete apparently false info.
6105 The GNU/Linux console currently does not appear to support
6106 `xterm-mouse-mode'.
6107
8cf51b2c
GM
61082005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6109
6110 * calendar.texi (Diary): Mention shell utility `calendar'.
6111
61122005-04-01 Richard M. Stallman <rms@gnu.org>
6113
6114 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6115
8cf51b2c
GM
61162005-04-01 Lute Kamstra <lute@gnu.org>
6117
6118 * maintaining.texi (Change Log): add-change-log-entry uses
6119 add-log-mailing-address.
6120
61212005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6122
6123 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6124 `VC Mode Line' and put in an xref to that node.
6125 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6126 its description.
6127
61282005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6129
6130 * calendar.texi (Calendar Systems): Say that the Persian calendar
6131 implemented here is the arithmetical one championed by Birashk.
6132
61332005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6134
6135 * programs.texi (Fortran Motion): Fix previous change.
6136
8cf51b2c
GM
61372005-03-29 Richard M. Stallman <rms@gnu.org>
6138
6139 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6140
61412005-03-29 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * text.texi (Refill): Refer to Long Lines Mode.
6144 (Longlines): New node.
6145 (Auto Fill): Don't index "word wrap" here.
6146 (Filling): Add Longlines to menu.
6147
61482005-03-29 Richard M. Stallman <rms@gnu.org>
6149
6150 * xresources.texi: Minor fixes.
6151
6152 * misc.texi (Emacs Server): Fix Texinfo usage.
6153
6154 * emacs.texi (Top): Don't use a real section heading for
6155 "Detailed Node Listing". Fake it instead.
6156
6157 * basic.texi (Position Info): Minor cleanup.
6158
6159 * mule.texi (Input Methods): Minor cleanup.
6160
61612005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6162
6163 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6164 constructs as well.
6165 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6166
61672005-03-29 Kenichi Handa <handa@m17n.org>
6168
6169 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6170
6171 * basic.texi (Position Info): Update the description about the
6172 command C-u C-x =.
6173
61742005-03-28 Richard M. Stallman <rms@gnu.org>
6175
6176 * emacs.texi (Top): Use @section for the detailed node listing.
6177
6178 * calendar.texi: Minor fixes to previous change.
6179
6180 * programs.texi (Fortran): Small fixes to previous changes.
6181
6182 * emacs.texi (Top): Update list of subnodes of Dired.
6183 Likewise for building.texi.
6184
6185 * files.texi (File Conveniences): Delete Auto Image File mode.
6186
61872005-03-28 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * building.texi (Flymake): New node.
6190
6191 * custom.texi (Function Keys): Document kp- event types and
6192 keypad-setup package.
6193
6194 * dired.texi (Wdired): New node.
6195
6196 * files.texi (File Conveniences): Reorder entries.
6197 Explain how to turn on Auto-image-file mode.
6198 Document Thumbs mode.
6199
6200 * mule.texi (Specify Coding): Document recode-region and
6201 recode-file-name.
6202
6203 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6204
62052005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6206
6207 * commands.texi (Keys): M-o is now a prefix key.
6208
62092005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6210
6211 * programs.texi: Reformat and update copyright years.
6212 (Fortran): Update section.
6213
62142005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * files.texi: Several small changes in addition to:
6217 (Visiting): Change xref for Dialog Boxes to ref.
6218 (Version Headers): Replace references to obsolete var
6219 `vc-header-alist' with `vc-BACKEND-header'.
6220 (Customizing VC): Update value of `vc-handled-backends'.
6221
62222005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6223
6224 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6225 move here from Emacs Lisp Reference Manual.
6226 * calendar.texi (Calendar/Diary, Diary Commands)
6227 (Special Diary Entries, Importing Diary): Change some xrefs to
6228 point to emacs-xtra rather than elisp.
6229
6230 * emacs-xtra.texi (Calendar Customizing):
6231 Move view-diary-entries-initially, view-calendar-holidays-initially,
6232 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6233 Emacs Manual.
6234 (Appt Customizing): Merge entire section into main Emacs Manual.
6235 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6236 mark-holidays-in-calendar here from emacs-xtra.
6237 (Displaying the Diary): Move view-diary-entries-initially,
6238 mark-diary-entries-in-calendar here from emacs-xtra.
6239 (Appointments): Move appt-display-mode-line,
6240 appt-display-duration, appt-disp-window-function,
6241 appt-delete-window-function here from emacs-xtra.
6242
6243 * calendar.texi: Update and reformat copyright.
6244 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6245 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6246 (Diary): Refer to `diary-file' rather than ~/diary.
6247 (Diary Commands): Rename node to "Displaying the Diary".
6248 * emacs.texi (Top): Rename "Diary Commands" section.
6249 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6250
62512005-03-26 Eli Zaretskii <eliz@gnu.org>
6252
6253 * misc.texi (Emacs Server): Fix the command for setting
6254 server-name. Add an xref to Invoking emacsclient.
6255
6256 * help.texi (Help Summary): Clarify when "C-h ." will do something
6257 nontrivial.
6258 (Apropos): Add cindex entry for apropos-sort-by-scores.
6259
6260 * display.texi (Text Display): Add index entries for how no-break
6261 characters are displayed.
6262
8cf51b2c
GM
62632005-03-26 Eli Zaretskii <eliz@gnu.org>
6264
6265 * files.texi (Visiting): Fix cross-references introduced with the
6266 last change.
6267
6268 * xresources.texi (GTK resources): Fix last change.
6269
8cf51b2c
GM
62702005-03-25 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * xresources.texi (X Resources): GTK options documented too.
6273 (Resources): Clarify meaning of program name.
6274 (Table of Resources): Add visualClass.
6275 (GTK resources): Rewrite.
6276 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6277
6278 * display.texi (Text Display): Mention non-breaking spaces.
6279
6280 * files.texi (Reverting): Document auto-revert-check-vc-info.
6281
6282 * frames.texi (Mouse Commands): Document
6283 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6284
6285 * help.texi (Help Summary): Add `C-h .'.
6286 (Apropos): Apropos accepts a list of search terms.
6287 Document apropos-sort-by-scores.
6288 (Help Echo): Document display-local-help.
6289
6290 * misc.texi (Emacs Server): Document server-name.
6291 (Invoking emacsclient): Document -s option for server names.
6292
6293 * text.texi (Outline Visibility): Introduce "current heading
6294 line" (commands can be called with point on a body line).
6295 Re-order table to follow the sequence of discussion.
6296 hide-body won't hide lines before first header line.
6297 (TeX Mode): Add DocTeX mode.
6298
8cf51b2c
GM
62992005-03-24 Richard M. Stallman <rms@gnu.org>
6300
6301 * mule.texi (Single-Byte Character Support): Delete mention
6302 of iso-acc.el and iso-transl.el.
6303
8cf51b2c
GM
63042005-03-23 Lute Kamstra <lute@gnu.org>
6305
6306 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6307
63082005-03-23 Richard M. Stallman <rms@gnu.org>
6309
8cf51b2c
GM
6310 * search.texi: Delete explicit node pointers.
6311 (Incremental Search): New menu.
6312 (Basic Isearch, Repeat Isearch, Error in Isearch)
6313 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6314 (Slow Isearch): New subnodes.
6315 (Configuring Scrolling): Node deleted.
6316 (Search Case): Doc default-case-fold-search.
6317 (Regexp Replace): Move replace-regexp doc here.
6318
6319 * rmail.texi (Movemail): Put commas inside closequotes.
6320
6321 * picture.texi (Insert in Picture): Document C-c arrow combos.
6322 (Basic Picture): Clarify erasure.
6323
6324 * display.texi (Font Lock): Put commas inside closequotes.
6325
6326 * cmdargs.texi (General Variables): Put commas inside closequotes.
6327
63282005-03-23 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * building.texi (Stack Buffer): Mention reverse contrast for
6331 *selected* frame (might not be current frame).
6332
8cf51b2c
GM
63332005-03-21 Richard M. Stallman <rms@gnu.org>
6334
6335 * building.texi (Starting GUD): Add bashdb.
6336
63372005-03-20 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * basic.texi (Moving Point): Add M-g M-g binding.
6340 (Undo): Document undo-only.
6341 (Position Info): Document M-g M-g and C-u M-g M-g.
6342
6343 * building.texi (Building): Put Grep Searching after Compilation
6344 Shell.
6345 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6346 Document next-error-highlight.
6347 (Grep Searching): Document grep-highlight-matches.
6348 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6349
6350 * calendar.texi (Importing Diary): Rename node from iCalendar.
6351 Document diary-from-outlook.
6352
6353 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6354 Commands.
6355 Mention effect of X drag and drop on Dired buffers.
6356
6357 * files.texi (Visiting): Document large-file-warning-threshold.
6358 Move paragraph on file-selection dialog.
6359 Mention visiting files using X drag and drop.
6360 (Reverting): Mention using Auto-Revert mode to tail files.
6361 Document auto-revert-tail-mode.
6362 (Version Systems): Minor correction.
6363 (Comparing Files): Diff-mode is no longer based on Compilation
6364 mode.
6365 Document compare-ignore-whitespace.
6366 (Misc File Ops): Explain passing a directory to rename-file.
6367 Likewise for copy-file and make-symbolic-link.
6368
6369 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6370 Document mouse-wheel-progressive speed.
6371
6372 * help.texi (Misc Help): Document numeric argument for C-h i.
6373 Correctly explain the effect of just C-u as argument.
6374
6375 * killing.texi (Deletion): Document numeric argument for
6376 just-one-space.
6377
6378 * mini.texi (Completion): Completion acts on text before point.
6379
6380 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6381 (Emulation): CUA mode replaces pc-bindings-mode,
6382 pc-selection-mode, and s-region.
6383
6384 * mule.texi (Input Methods): Leim is now built-in.
6385 (Select Input Method): Document quail-show-key.
6386 (Specify Coding): Document revert-buffer-with-coding-system.
6387
6388 * programs.texi (Fortran Motion): Document f90-next-statement,
6389 f90-previous-statement, f90-next-block, f90-previous-block,
6390 f90-end-of-block, and f90-beginning-of-block.
6391
6392 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6393
6394 * emacs.texi (Acknowledgments): Updated.
6395
6396 * anti.texi: Total rewrite.
6397
8cf51b2c
GM
63982005-03-19 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * ack.texi (Acknowledgments): Update.
6401
64022005-03-19 Eli Zaretskii <eliz@gnu.org>
6403
1c6c854e
CS
6404 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6405 Update copyright years.
8cf51b2c
GM
6406
64072005-03-14 Nick Roberts <nickrob@snap.net.nz>
6408
6409 * building.texi (Commands of GUD): Move paragraph on setting
6410 breakpoints with mouse to the GDB Graphical Interface node.
6411
64122005-03-07 Richard M. Stallman <rms@gnu.org>
6413
8cf51b2c
GM
6414 * misc.texi (Single Shell, Shell Options): Fix previous change.
6415
6416 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6417
64182005-03-06 Richard M. Stallman <rms@gnu.org>
6419
6420 * building.texi (Starting GUD): Don't explain text vs graphical
6421 GDB here. Just mention it and xref.
6422 Delete "just one debugger process".
6423 (Debugger Operation): Move GUD tooltip info here.
6424 (GUD Tooltips): Node deleted.
6425 (GDB Graphical Interface): Explain the two GDB modes here.
6426
8cf51b2c
GM
6427 * sending.texi (Sending Mail): Minor cleanup.
6428 (Mail Aliases): Explain quoting conventions.
6429 Update key rebinding example.
6430 (Header Editing): C-M-i is like M-TAB.
6431 (Mail Mode Misc): mail-attach-file does not do MIME.
6432
6433 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6434 that really belongs here.
6435 (Remote Mailboxes): Text moved to Rmail Inbox.
6436 (Rmail Display): Mention Mouse-1.
6437 (Movemail): Clarify two movemail versions.
6438 Clarify rmail-movemail-program.
6439
8cf51b2c
GM
6440 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6441 Document async shell commands.
6442 (Shell History): Clarify.
6443 (Shell Ring): Mention C-UP an C-DOWN.
6444 (Shell Options): Add comint-prompt-read-only.
6445 (Invoking emacsclient): Set EDITOR to run Emacs.
6446 (Sorting): No need to explain what region is.
6447 (Saving Emacs Sessions): Fix typo.
6448 (Recursive Edit): Fix punctuation.
6449 (Emulation): Don't mention "PC bindings" which are standard.
6450 (Hyperlinking): Explain Mouse-1 convention here.
6451 (Find Func): Node deleted.
6452
8cf51b2c
GM
6453 * help.texi (Name Help): Xref to Hyperlinking.
6454
6455 * glossary.texi (Glossary):
6456 Rename "Balance Parentheses" to "Balancing...".
6457 Add "Byte Compilation". Correct "Copyleft".
6458 New xref in "Customization".
6459 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6460 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6461 Rename "Registers" to "Register".
6462 Replace "Selecting" with "Selected Frame",
6463 "Selected Window", and "Selecting a Buffer".
6464
6465 * files.texi (Types of Log File): Explain how projects'
6466 methods can vary.
6467
8cf51b2c
GM
6468 * display.texi (Faces): Delete "Emacs 21".
6469
6470 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6471 * fixit.texi (Spelling): C-M-i like M-TAB.
6472 * mini.texi (Completion Options): C-M-i like M-TAB.
6473 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6474 * text.texi (Text Mode): C-M-i like M-TAB.
6475
6476 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6477
6478 * calendar.texi (Specified Dates): Mention `g w'.
6479 (Appointments): appt-activate toggles with no arg.
6480
8cf51b2c
GM
64812005-03-05 Juri Linkov <juri@jurta.org>
6482
6483 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6484 "invocation (command line arguments)".
8cf51b2c
GM
6485 (Misc X): Add -nbc, --no-blinking-cursor.
6486
64872005-03-04 Ulf Jasper <ulf.jasper@web.de>
6488
6489 * calendar.texi (iCalendar): No need to require it now.
6490
8cf51b2c
GM
64912005-03-03 Nick Roberts <nickrob@snap.net.nz>
6492
6493 * trouble.texi (Contributing): Mention Savannah. Direct users to
6494 emacs-devel.
6495
64962005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6497
6498 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6499 window.
6500
8cf51b2c
GM
65012005-02-27 Richard M. Stallman <rms@gnu.org>
6502
6503 * building.texi (Compilation): Update mode line status info.
6504
65052005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6506
6507 * calendar.texi (General Calendar): Document binding of
6508 scroll-other-window-down.
6509 (Mayan Calendar): Fix earliest date.
6510 (Time Intervals): Document timeclock-change.
6511 Fix timeclock-ask-before-exiting documentation.
6512
65132005-02-26 Kim F. Storm <storm@cua.dk>
6514
6515 * frames.texi (Mouse References):
6516 Add mouse-1-click-in-non-selected-windows.
6517
65182005-02-25 Richard M. Stallman <rms@gnu.org>
6519
6520 * screen.texi (Screen): Explain better about cursors and mode lines;
6521 don't presuppose text terminals.
6522 (Point): Don't assume just one cursor.
6523 Clarify explanation of cursors.
6524 (Echo Area, Menu Bar): Cleanups.
6525
6526 * mini.texi (Minibuffer): Prompts are highlighted.
6527 (Minibuffer Edit): Newline = C-j only on text terminals.
6528 Clarify resize-mini-windows values.
6529 Mention M-PAGEUP and M-PAGEDOWN.
6530 (Completion Commands): Mouse-1 like Mouse-2.
6531 (Minibuffer History): Explain history commands better.
6532 (Repetition): Add xref to Incremental Search.
6533
6534 * mark.texi (Setting Mark): Clarify info about displaying mark.
6535 Clarify explanation of C-@ and C-SPC.
6536 (Transient Mark): Mention Delete Selection mode.
6537 (Marking Objects): Clean up text about extending the region.
6538
6539 * m-x.texi (M-x): One C-g doesn't always go to top level.
6540 No delay before suggest-key-bindings output.
6541
6542 * fixit.texi (Fixit): Mention C-/ for undo.
6543 (Spelling): Mention ESC TAB like M-TAB.
6544 Replacement words with r and R are rechecked.
6545 Say where C-g leaves point. Mention ? as input.
6546
65472005-02-23 Lute Kamstra <lute@gnu.org>
6548
6549 * cmdargs.texi (Initial Options): Add cross reference.
6550
8cf51b2c
GM
65512005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * emacs.texi (Top): Update menu for splitting of node in
6554 msdog.texi.
6555 * frames.texi (Frames): Update xref for splitting of node in
6556 msdog.texi.
6557 * trouble.texi (Quitting): Ditto.
6558
65592005-02-16 Richard M. Stallman <rms@gnu.org>
6560
6561 * windows.texi (Split Window): Simplify line truncation info
6562 and xref to Display Custom.
6563
6564 * trouble.texi (Quitting): Emergency escape only for text terminal.
6565 (Screen Garbled): C-l for ungarbling is only for text terminal.
6566
6567 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6568
6569 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6570
6571 * programs.texi (Program Modes): Mention Python mode.
6572 (Moving by Defuns): Repeating C-M-h extends region.
6573 (Basic Indent): Clarify.
6574 (Custom C Indent): Clarify.
6575 (Expressions): Repeating C-M-@ extends region.
6576 (Info Lookup): Clarify for C-h S.
6577 (Symbol Completion): ESC TAB alternative for M-TAB.
6578 (Electric C): Clarify.
6579
6580 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6581
6582 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6583 MS-DOS Input node.
6584 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6585 (MS-DOS and MULE): Clarify.
6586 (MS-DOS Processes, Windows Processes): Fix typos.
6587
6588 * major.texi (Choosing Modes): Clarify.
6589
6590 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6591 (Keyboard Macro Step-Edit): Clarify.
6592
6593 * indent.texi (Indentation): Clarifications.
6594
6595 * help.texi (Help): Correct error about C-h in query-replace.
6596 Clarify apropos vs C-h a. Fix how to search in FAQ.
6597 (Key Help): Describe C-h w here.
6598 (Name Help): Minor cleanup. C-h w moved to Key Help.
6599 Clarify the "object" joke.
6600 (Apropos): Clarify. Mouse-1 like Mouse-2.
6601 (Help Mode): Mouse-1 like Mouse-2.
6602
6603 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6604
6605 * display.texi (Display): Reorder menu.
6606 (Faces): Cleanup.
6607 (Font Lock): Cleanup. Mention Options menu.
6608 Delete obsolete text.
6609 (Scrolling): For C-l, don't presume text terminal.
6610 (Horizontal Scrolling): Simplify intro.
6611 (Follow Mode): Clarify.
1c6c854e 6612 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6613 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6614 Doc default-tab-width. Doc line truncation more thoroughly.
6615
6616 * dired.texi (Dired Enter): C-x C-f can run Dired.
6617 (Dired Visiting): Comment out `a' command.
6618 Mouse-1 is like Mouse-2.
6619 (Shell Commands in Dired): ? can be used more than once.
6620
6621 * basic.texi (Continuation Lines): Simplify description of truncation,
6622 and refer to Display Custom for the rest of it.
6623
8cf51b2c
GM
66242005-02-06 Lute Kamstra <lute@gnu.org>
6625
6626 * basic.texi (Undo): Fix typo.
6627
6628 * cmdargs.texi (Emacs Invocation): Fix typo.
6629
6630 * custom.texi (Init Examples): Fix typo.
6631
6632 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6633
66342005-02-06 Richard M. Stallman <rms@gnu.org>
6635
6636 * regs.texi (Registers): Registers can hold numbers, too.
6637
6638 * killing.texi (Other Kill Commands): Cleanup.
6639 Delete redundant explanation of kill in read-only buffer.
6640 (Yanking): Mention term "copying".
6641 (Accumulating Text): Fix typo.
6642
6643 * entering.texi (Entering Emacs): Update rationale at start.
6644 (Exiting): Treat iconifying on a par with suspension.
6645
6646 * custom.texi (Minor Modes): Fix typo.
6647 (Easy Customization): Fix menu style.
6648 (Variables): Add xref.
6649 (Examining): Setting for future sessions works through .emacs.
6650 (Keymaps): "Text terminals", not "Many".
6651 (Init Rebinding): Explain \C-. Show example of \M-.
6652 Fix minor wording errors.
6653 (Function Keys): Explain vector syntax just once.
6654 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6655 (Init File): Mention .emacs.d directory.
6656 (Init Examples): Add xref.
6657 (Find Init): Mention .emacs.d directory.
6658
6659 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6660 (Action Arguments): Explain which kinds of -l args are found how.
6661 (Initial Options): --batch does not inhibit site-start.
6662 Add xrefs.
6663 (Command Example): Use --batch, not -batch.
6664
6665 * basic.texi (Inserting Text): Cleanup wording.
6666 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6667 C-n is not error at end of buffer.
6668 (Undo): Doc C-/ like C-_. Add xrefs.
6669 (Arguments): META key may be labeled ALT.
6670 Peculiar arg meanings are explained in doc strings.
6671
6672 * abbrevs.texi (Expanding Abbrevs): Clarify.
6673
66742005-02-05 Eli Zaretskii <eliz@gnu.org>
6675
6676 * frames.texi (Frame Parameters): Add an xref to the description
6677 of list-colors-display. Add a pointer to the X docs about colors.
6678
6679 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6680 Improve docs of list-colors-display.
8cf51b2c
GM
6681
66822005-02-03 Lute Kamstra <lute@gnu.org>
6683
6684 * frames.texi (Frames, Drag and Drop): Fix typos.
6685
66862005-02-03 Richard M. Stallman <rms@gnu.org>
6687
6688 * windows.texi (Basic Window): Mention color-change in mode line.
6689 (Change Window): Explain dragging vertical boundaries.
6690
6691 * text.texi (Sentences): Clarify.
6692 (Paragraphs): Explain M-a and blank lines.
6693 (Outline Mode): Clarify text and menu.
6694 (Hard and Soft Newlines): Mention use-hard-newlines.
6695
6696 * frames.texi (Frames): Delete unnecessary mention of Windows.
6697 (Mouse Commands): Likewise. Mention xterm mouse support.
6698 (Clipboard): Clarify.
6699 (Mouse References): Mention use of Mouse-1 for following links.
6700 (Menu Mouse Clicks): Clarify.
6701 (Mode Line Mouse): Clarify.
6702 (Drag and Drop): Rewrite.
6703
6704 * fixit.texi (Spelling): Fix typo.
6705
6706 * files.texi (File Names): Clarify.
6707 (Visiting): Update conditions for use of file dialog. Clarify.
6708 (Saving): Doc d as answer in save-some-buffers.
6709 (Remote Files): Clean up the text.
6710
6711 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6712
6713 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6714 (List Buffers): Clarify.
6715 (Several Buffers): Doc T command.
6716 (Buffer Convenience): Clarify menu.
6717
6718 * basic.texi (Undo): Clarify last change.
6719
67202005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6721
6722 * fixit.texi (Spelling): Fix typo.
6723
67242005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * basic.texi (Undo): Update description of `undo-outer-limit'.
6727
67282005-02-01 Nick Roberts <nickrob@snap.net.nz>
6729
6730 * building.texi: Update documentation relating to GDB Graphical
6731 Interface.
6732
67332005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6734
6735 * custom.texi (Easy Customization): Adapt menu to node name change.
6736
67372005-01-30 Richard M. Stallman <rms@gnu.org>
6738
6739 * custom.texi (Easy Customization): Defn of "User Option" now
6740 includes faces. Don't say just "option" when talking about variables.
6741 Do say just "options" to mean "anything customizable".
6742 (Specific Customization): Describe `customize-variable',
6743 not `customize-option'.
6744
6745 * glossary.texi (Glossary) <Faces>: Add xref.
6746 <User Option>: Change definition--include faces. Change xref.
6747
6748 * picture.texi (Picture): Mention artist.el.
6749
6750 * sending.texi, screen.texi, programs.texi, misc.texi:
6751 * mini.texi, major.texi, maintaining.texi, macos.texi:
6752 * help.texi, frames.texi, files.texi:
6753 Don't say just "option" when talking about variables.
6754
6755 * display.texi, mule.texi: Don't say just "option" when talking
6756 about variables. Other minor cleanups.
6757
8cf51b2c
GM
67582005-01-26 Lute Kamstra <lute@gnu.org>
6759
6760 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6761 File'. Mention the `-Q' option at the `--no-site-file' option.
6762
8cf51b2c
GM
67632005-01-22 David Kastrup <dak@gnu.org>
6764
6765 * building.texi (Grep Searching): Mention alias `find-grep' for
6766 `grep-find'.
6767
67682005-01-20 Richard M. Stallman <rms@gnu.org>
6769
6770 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6771
8cf51b2c
GM
67722005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6773
6774 * rmail.texi (Movemail): Explain differences
6775 between standard and mailutils versions of movemail.
6776 Describe command line and configuration options introduced
6777 with the latter.
6778 Explain the notion of mailbox URL, provide examples and
6779 cross-references to mailutils documentation.
6780 Describe various methods of specifying mailbox names,
6781 user names and user passwords for rmail.
1c6c854e
CS
6782 (Remote Mailboxes): New section.
6783 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6784 options used to control its behavior.
6785 (Other Mailbox Formats): Explain handling of various mailbox
6786 formats.
6787
67882005-01-13 Richard M. Stallman <rms@gnu.org>
6789
6790 * commands.texi (Commands): Clarification.
6791
67922005-01-11 Richard M. Stallman <rms@gnu.org>
6793
6794 * programs.texi (Multi-line Indent): Fix previous change.
6795 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6796
8cf51b2c
GM
67972005-01-08 Richard M. Stallman <rms@gnu.org>
6798
6799 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6800 lazy-highlight.
6801
6802 * search.texi (Query Replace): Mention faces query-replace
6803 and lazy-highlight.
6804 (Incremental Search): Update isearch highlighting info.
6805
8cf51b2c
GM
68062005-01-04 Richard M. Stallman <rms@gnu.org>
6807
6808 * custom.texi (Saving Customizations): Minor improvement.
6809
8cf51b2c
GM
68102005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6811
6812 * custom.texi (Saving Customizations): Emacs no longer loads
6813 `custom-file' after .emacs. No longer mention customizing through
6814 Custom.
6815
8cf51b2c
GM
68162005-01-01 Andreas Schwab <schwab@suse.de>
6817
6818 * killing.texi (Graphical Kill): Move up under node Killing,
6819 change @section to @subsection.
6820
68212005-01-01 Richard M. Stallman <rms@gnu.org>
6822
6823 * custom.texi (Face Customization): Mention hex color specs.
6824
6825 * emacs.texi (Top): Update Killing submenu.
6826
6827 * killing.texi (Killing): Reorganize section.
6828 No more TeX-only text; put the node command at start of chapter.
6829 But the first section heading is used only in TeX.
6830 Rewrite the text to read better in this mode.
6831 (Graphical Kill): New subnode gets some of the text that
6832 used to be in the first section.
6833
68342004-12-31 Richard M. Stallman <rms@gnu.org>
6835
6836 * dired.texi (Shell Commands in Dired): Delete the ? example.
6837
6838 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6839
6840 * files.texi (Saving): Describe new require-final-newline features
6841 and mode-require-final-newline.
6842
8cf51b2c
GM
68432004-12-29 Richard M. Stallman <rms@gnu.org>
6844
6845 * custom.texi (File Variables): Clarify previous change.
6846
c8763fb6 68472004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6848
6849 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6850 out now.
6851
68522004-12-27 Richard M. Stallman <rms@gnu.org>
6853
6854 * Makefile.in (MAKEINFO): Specify --force.
6855
6856 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6857 (Undo): Doc undo-outer-limit.
6858
8cf51b2c
GM
68592004-12-15 Juri Linkov <juri@jurta.org>
6860
6861 * mark.texi (Transient Mark, Mark Ring): M-< and other
6862 movement commands don't set mark in Transient Mark mode
6863 if mark is active.
6864
8cf51b2c
GM
68652004-12-12 Juri Linkov <juri@jurta.org>
6866
6867 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6868 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6869
6870 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6871 (Misc Dired Commands): Add @r{(Dired)} to w.
6872
68732004-12-12 Juri Linkov <juri@jurta.org>
6874
6875 * mark.texi (Marking Objects): Marking commands also extend the
6876 region when mark is active in Transient Mark mode.
6877
8cf51b2c
GM
68782004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * custom.texi (Saving Customizations): Emacs only loads the custom
6881 file automatically after the init file in version 22.1 or later.
6882 Adapt text and examples to this fact.
6883
8cf51b2c
GM
68842004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6887 be set through Custom. Otherwise, it has no effect.
6888
8cf51b2c
GM
68892004-12-05 Richard M. Stallman <rms@gnu.org>
6890
6891 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6892 * entering.texi: Rename Command Line to Emacs Invocation.
6893
10d1d0af 6894 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6895
6896 * custom.texi (Easy Customization): Move up to section level,
6897 before Variables. Avoid using the term "variable"; say "option".
6898 New initial explanation.
6899 (Variables): In initial explanation, connect "variable" to the
6900 already-explained "user option".
6901
6902 * emacs.texi (Top): Fix ref to Command Line.
6903 Move reference to Easy Customization.
6904
6905 * xresources.texi (X Resources): Fix From link.
6906
6907 * doclicense.texi (GNU Free Documentation License): Fix To link.
6908
6909 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6910
6911 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6912
69132004-12-03 Richard M. Stallman <rms@gnu.org>
6914
6915 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6916
69172004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * kmacro.texi: Several small changes in addition to the following.
6920 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6921 defining a keyboard macro.
6922 Mention `kmacro-ring-max'.
6923 (Keyboard Macro Counter): Clarify description of
6924 `kmacro-insert-counter', `kmacro-set-counter',
6925 `kmacro-add-counter' and `kmacro-set-format'.
6926
69272004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * custom.texi (File Variables): Add `unibyte' and make it more
6930 clear that `unibyte' and `coding' are special. Suggested by Simon
6931 Krahnke <overlord@gmx.li>.
6932
6933 * mule.texi (Enabling Multibyte): Refer to File Variables.
6934 Suggested by Simon Krahnke <overlord@gmx.li>.
6935
c8763fb6 69362004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6937
6938 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6939 x-use-old-gtk-file-dialog.
6940
8cf51b2c
GM
69412004-11-20 Richard M. Stallman <rms@gnu.org>
6942
6943 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6944
69452004-11-09 Lars Brinkhoff <lars@nocrew.org>
6946
6947 * building.texi (Lisp Eval): Delete hyphen in section name.
6948
69492004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6950
6951 * files.texi (Old Versions):
6952 No longer document annotation as "CVS only".
6953
69542004-11-10 Andre Spiegel <spiegel@gnu.org>
6955
6956 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
6957 version systems, mentioning the new ones that we support.
6958 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
6959 suggestions.
6960
c8763fb6 69612004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6962
49823426 6963 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6964
c8763fb6 69652004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6966
6967 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6968
69692004-10-23 Eli Zaretskii <eliz@gnu.org>
6970
6971 * text.texi (Text Based Tables, Table Definition)
6972 (Table Creation, Table Recognition, Cell Commands)
6973 (Cell Justification, Row Commands, Column Commands)
6974 (Fixed Width Mode, Table Conversion, Measuring Tables)
6975 (Table Misc): New nodes, documenting the Table Mode.
6976
8cf51b2c
GM
69772004-10-19 Jason Rumney <jasonr@gnu.org>
6978
6979 * makefile.w32-in (info): Change order of arguments to makeinfo.
6980
69812004-10-19 Ulf Jasper <ulf.jasper@web.de>
6982
6983 * calendar.texi (iCalendar): Update for package changes.
6984
8cf51b2c
GM
69852004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6986
6987 * files.texi (Misc File Ops): View mode is a minor mode.
6988
8cf51b2c
GM
69892004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6990
6991 * calendar.texi (iCalendar): Style changes.
6992
69932004-10-07 Luc Teirlinck <teirllm@auburn.edu>
6994
6995 * search.texi (Regexps): The regexp described in the example is no
6996 longer stored in the variable `sentence-end'.
6997
8cf51b2c
GM
69982004-10-06 Nick Roberts <nickrob@snap.net.nz>
6999
7000 * building.texi (Starting GUD): Note that multiple debugging
7001 sessions requires `gdb --fullname'.
7002
70032004-10-05 Ulf Jasper <ulf.jasper@web.de>
7004
7005 * calendar.texi (iCalendar): New section for a new package.
7006
8cf51b2c
GM
70072004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7008
7009 * text.texi: Various small changes in addition to the following.
7010 (Text): Replace xref for autotype with inforef.
7011 (Sentences): Explain nil value for `sentence-end'.
7012 (Paragraphs): Update default values for `paragraph-start' and
7013 `paragraph-separate'.
7014 (Text Mode): Correct description of Text mode's effect on the
7015 syntax table.
7016 (Outline Visibility): `hide-other' does not hide top level headings.
7017 `selective-display-ellipses' no longer has an effect on Outline mode.
7018 (TeX Misc): Add missing @cindex.
7019 Replace xref for RefTeX with inforef.
7020 (Requesting Formatted Text): The variable
7021 `enriched-fill-after-visiting' no longer exists.
7022 (Editing Format Info): Update names of menu items and commands.
7023 (Format Faces): Mention special effect of specifying the default face.
7024 Describe inheritance of text properties.
7025 Correct description of `fixed' face.
7026 (Format Indentation): Correct description of effect of setting
7027 margins. Mention `set-left-margin' and `set-right-margin'.
7028 (Format Justification): Update names of menu items.
7029 `set-justification-full' is now bound to `M-j b'.
7030 Mention that `default-justification' is a per buffer variable.
7031 (Format Properties): Update name of menu item.
7032 (Forcing Enriched Mode): `format-decode-buffer' automatically
7033 turns on Enriched mode if the buffer is in text/enriched format.
7034
70352004-10-05 Emilio C. Lopes <eclig@gmx.net>
7036
7037 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7038
70392004-09-28 Kim F. Storm <storm@cua.dk>
7040
7041 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7042 Align with new functionality.
7043
8cf51b2c
GM
70442004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7045
7046 * display.texi (Display Custom): Remove stray `@end defvar'.
7047
70482004-09-23 Kim F. Storm <storm@cua.dk>
7049
7050 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7051 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7052
8cf51b2c
GM
70532004-09-20 Richard M. Stallman <rms@gnu.org>
7054
7055 * custom.texi (Hooks): Explain using setq to clear out a hook.
7056 (File Variables): Explain multiline string constants.
7057 (Non-ASCII Rebinding): Explain when you need to update
7058 non-ASCII char codes in .emacs.
7059
7060 * building.texi (Compilation): Explain how to make a silent
7061 subprocess that won't be terminated. Explain compilation-environment.
7062
70632004-09-13 Kim F. Storm <storm@cua.dk>
7064
7065 * mini.texi (Repetition): Rename isearch-resume-enabled to
7066 isearch-resume-in-command-history and change default to disabled.
7067
8cf51b2c
GM
70682004-09-09 Kim F. Storm <storm@cua.dk>
7069
7070 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7071 with new `kmacro-name-last-macro'.
7072
8cf51b2c
GM
70732004-09-08 Juri Linkov <juri@jurta.org>
7074
7075 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7076
8cf51b2c
GM
70772004-09-03 Juri Linkov <juri@jurta.org>
7078
7079 * search.texi (Incremental Search): Update wording for M-%.
7080
70812004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7082
7083 * killing.texi (Killing): Correct description of kill commands in
7084 read-only buffer.
7085
70862004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7087
7088 * building.texi (Compilation Mode): Add a paragraph about rules
7089 for finding the compilation buffer for `next-error'.
7090
7091 * search.texi (Other Repeating Search): Mention that Occur mode
7092 supports the next-error functionality.
7093
70942004-09-02 Juri Linkov <juri@jurta.org>
7095
7096 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7097
70982004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7099
7100 * kmacro.texi (Basic Keyboard Macro):
7101 `apply-macro-to-region-lines' now operates on all lines that begin
7102 in the region, rather than on all complete lines in the region.
7103
c8763fb6 71042004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7105
7106 * frames.texi (Drag and drop): Add documentation about
7107 x-dnd-test-function and x-dnd-known-types.
7108
71092004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * indent.texi: Various minor changes in addition to:
7112 (Indentation Commands): Correct description of `indent-relative'.
7113 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7114 mode. The *Tab Stops* buffer uses Overwrite Mode.
7115 (Just Spaces): `tabify' converts sequences of at least two spaces
7116 to tabs.
7117
8cf51b2c
GM
71182004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7119
7120 * frames.texi (Secondary Selection): Setting the secondary
7121 selection with M-Drag-Mouse-1 does not alter the kill ring,
7122 setting it with M-Mouse-1 and M-Mouse-3 does.
7123 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7124 toolkit scroll bars.
7125 (Scroll Bars): Ditto.
7126
7127 * windows.texi (Basic Window): When using a window system, the value
7128 of point in a non-selected window is indicated by a hollow box.
7129 (Split Window): Side by side windows are separated by a scroll bar,
7130 if scroll bars are used.
7131 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7132 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7133 (Window Convenience): Update bindings for `winner-undo' and
7134 `winner-redo'.
7135
7136 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7137 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7138 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7139 of "Using Emacs as a Server".
7140 * building.texi (Building): Interchange nodes (for correct numbering).
7141 * programs.texi (Programs): Interchange nodes (for correct numbering).
7142 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7143 Info to the node structure.
7144 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7145 Rearrange order of nodes and sections such that both "GNU GENERAL
7146 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7147 end, as appropriate for appendices.
7148 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7149 Use `@unnumberedsec'.
7150 * trouble.texi: Adapt sectioning in Info to the node structure.
7151 Adapt node pointers to change in emacs.texi.
7152 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7153
8cf51b2c
GM
71542004-08-25 Kenichi Handa <handa@m17n.org>
7155
7156 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7157 description for unibyte mode.
7158
71592004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7162
7163 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7164 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7165 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7166 in @pxref.
7167
71682004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7169
7170 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7171 Change section names.
7172
8cf51b2c
GM
71732004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7174
7175 * kmacro.texi (Keyboard Macro Ring): Rename section.
7176 Emacs treats the head of the macro ring as the `last keyboard macro'.
7177 (Keyboard Macro Counter): Minor change.
7178 (Save Keyboard Macro): Some clarifications.
7179 (Edit Keyboard Macro): Rename section.
7180
7181 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7182 32-bit machines.
7183 (Several Buffers): Clarify which buffer is selected if `2' is
7184 pressed in the Buffer Menu.
7185 Auto Revert mode can be used to update the Buffer Menu
7186 automatically.
7187
71882004-08-21 Eli Zaretskii <eliz@gnu.org>
7189
7190 * help.texi (Misc Help): Add an index entry for finding an Info
7191 manual by its file name.
7192
71932004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * files.texi (Backup Deletion): Correct description of
7196 `delete-old-versions'.
7197 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7198 (Auto Save Files): Recommend `auto-save-mode' to reenable
7199 auto-saving, rather than the abbreviation `auto-save'.
7200
72012004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7202
7203 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7204 for "killing" and "yanking" in main menu.
7205
72062004-08-16 Richard M. Stallman <rms@gnu.org>
7207
7208 * killing.texi (Yanking, Killing): Minor cleanups.
7209
7210 * mark.texi (Momentary Mark): Minor cleanups.
7211
72122004-08-15 Kenichi Handa <handa@etl.go.jp>
7213
7214 * custom.texi (Non-ASCII Rebinding):
7215 C-q always inserts the right code to pass to global-set-key.
7216
8cf51b2c
GM
72172004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7218
7219 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7220 `insert-register', instead of `C-x r g' binding, for consistency.
7221
72222004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * fixit.texi (Spelling): Fix typo.
7225
72262004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * help.texi (Help): Fix Texinfo usage.
7229
8cf51b2c
GM
72302004-07-24 Richard M. Stallman <rms@gnu.org>
7231
7232 * text.texi (Paragraphs): Update how paragraphs are separated
7233 and the default for paragraph-separate.
7234
7235 * search.texi (Regexp Replace): Further update text for new
7236 replacement operators.
7237
8cf51b2c
GM
72382004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7239
7240 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7241 `R' switch.
7242
7243 * dired.texi (Dired Updating): `k' only deletes inserted
7244 subdirectories from the Dired buffer if a prefix argument was given.
7245
7246 * search.texi (Regexps): Delete redundant definition of `symbol' in
7247 description of `\_>'. It already occurs in the description of `\_<'.
7248
8cf51b2c
GM
72492004-07-01 Juri Linkov <juri@jurta.org>
7250
7251 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7252 (Regexp Search): Add M-r.
7253
72542004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7255
7256 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7257
72582004-06-29 Jesper Harder <harder@ifa.au.dk>
7259
49823426 7260 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7261
72622004-06-25 Richard M. Stallman <rms@gnu.org>
7263
7264 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7265
72662004-06-25 David Kastrup <dak@gnu.org>
7267
7268 * search.texi (Regexp Replace): Some typo corrections and
7269 rearrangement.
7270
72712004-06-24 David Kastrup <dak@gnu.org>
7272
7273 * search.texi (Unconditional Replace): Use replace-string instead
7274 of query-replace in example.
7275 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7276 sequences.
7277 (Query Replace): Correct explanation of `^' which does not use
7278 the mark stack.
7279
72802004-06-21 Nick Roberts <nickrob@gnu.org>
7281
7282 * misc.texi (Shell History Copying): Document comint-insert-input.
7283 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7284
8cf51b2c
GM
72852004-06-20 Jesper Harder <harder@ifa.au.dk>
7286
7287 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7288 * custom.texi (Customization): Do.
7289 * anti.texi (Antinews): Do.
7290 * abbrevs.texi (Defining Abbrevs): Do.
7291
7292 * programs.texi (Info Lookup): Fix keybinding for
7293 info-lookup-symbol.
7294
72952004-06-16 Juanma Barranquero <lektu@terra.es>
7296
7297 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7298 Add emacs-xtra.
7299 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7300 (clean): Add emacs-xtra and flymake. Remove redundancies.
7301
73022004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7303
7304 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7305 Add emacs-xtra.
7306 * emacs-xtra.texi: New file.
7307
73082004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7309
7310 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7311 (Dired and Find): Mention differences with ordinary Dired buffers.
7312
8cf51b2c
GM
73132004-06-13 Richard M. Stallman <rms@gnu.org>
7314
7315 * custom.texi (Init Syntax): Explain about vars that do special
7316 things when set with setq or with Custom.
7317 (Init Examples): Add line-number-mode example.
7318
8cf51b2c
GM
73192004-06-12 Juri Linkov <juri@jurta.org>
7320
7321 * dired.texi (Operating on Files): Add dired-do-touch.
7322
8cf51b2c
GM
73232004-06-10 Juri Linkov <juri@jurta.org>
7324
7325 * building.texi (Lisp Eval): Add C-M-x on defface.
7326
73272004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * files.texi (Reverting): Auto-Revert mode and
7330 Global Auto-Revert mode no longer revert remote files.
7331
8cf51b2c
GM
73322004-05-29 Richard M. Stallman <rms@gnu.org>
7333
7334 * custom.texi (Init File): Two dashes start --no-site-file.
7335
8cf51b2c
GM
73362004-05-29 Alan Mackenzie <acm@muc.de>
7337
7338 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7339 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7340 (AWK, Pike): Document as "C-like modes".
7341 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7342 (M-x man): Supersedes M-x manual-entry.
7343 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7344
7345 ("Comments in C"): Delete node; the info is in CC Mode manual.
7346 (c-comment-only-line-offset): Remove description.
7347
7348 (C-c ., C-c C-c): Describe new C Mode bindings.
7349
7350 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7351 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7352 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7353 Amend definitions.
7354
7355 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7356 Describe functions.
7357
7358 (c-comment-start-regexp, c-hanging-comment-ender-p)
7359 (c-hanging-comment-starter-p): Remove obsolete definitions.
7360
7361 * emacs.texi: Remove the menu entry "Comments in C".
7362
8cf51b2c
GM
73632004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7366 `M-x locate'.
7367
73682004-05-16 Karl Berry <karl@gnu.org>
7369
7370 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7371 makeinfo --html fails.
7372 * help.texi (Help Summary) [@ifnottex]: Likewise.
7373
73742004-05-13 Nick Roberts <nickrob@gnu.org>
7375
7376 * building.texi (GDB Graphical Interface): Update and describe
7377 layout first.
7378
8cf51b2c
GM
73792004-05-04 Jason Rumney <jasonr@gnu.org>
7380
7381 * makefile.w32-in: Revert last change.
7382
73832004-05-03 Jason Rumney <jasonr@gnu.org>
7384
7385 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7386
8cf51b2c
GM
73872004-04-23 Juanma Barranquero <lektu@terra.es>
7388
7389 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7390
73912004-04-18 Juri Linkov <juri@jurta.org>
7392
7393 * fixit.texi (Spelling): Remove file extension from ispell xref.
7394
73952004-04-15 Kim F. Storm <storm@cua.dk>
7396
7397 * cmdargs.texi (Initial Options): Add -Q.
7398
73992004-04-05 Kim F. Storm <storm@cua.dk>
7400
7401 * custom.texi (File Variables): Add safe-local-eval-forms.
7402
8cf51b2c
GM
74032004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * files.texi (Reverting): Correct description of revert-buffer's
7406 handling of point.
7407
74082004-03-22 Juri Linkov <juri@jurta.org>
7409
7410 * emacs.texi (Top): Add `Misc X'.
7411
49823426 7412 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7413
7414 * glossary.texi: Improve references.
7415
7416 * help.texi: Sync keywords with finder.el.
7417
7418 * mini.texi (Completion): Add description for menu items.
7419
7420 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7421
7422 * sending.texi (Mail Methods): Fix xref to Message manual.
7423
8cf51b2c
GM
74242004-03-12 Richard M. Stallman <rms@gnu.org>
7425
8cf51b2c
GM
7426 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7427
8cf51b2c
GM
74282004-03-04 Richard M. Stallman <rms@gnu.org>
7429
7430 * search.texi (Regexps): Explain that ^ and $ have their
7431 special meanings only in certain contexts.
7432
7433 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7434
7435 * mule.texi (Specify Coding): Doc C-x RET F.
7436
7437 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7438 for multiple compile and grep buffers.
7439 (Indirect Buffers): Don't recommand clone-indirect-buffer
7440 for multiple compile and grep buffers.
7441
8cf51b2c
GM
74422004-02-29 Juanma Barranquero <lektu@terra.es>
7443
7444 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7445 Use $(DEL) instead of rm, and ignore exit code.
7446
8cf51b2c
GM
74472004-02-23 Nick Roberts <nick@nick.uklinux.net>
7448
7449 * building.texi (Watch Expressions): Update.
7450
74512004-02-21 Juri Linkov <juri@jurta.org>
7452
1c6c854e
CS
7453 * cmdargs.texi (Action Arguments): Add alias --find-file.
7454 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7455 to Command Arguments.
7456 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7457 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7458 (Window Size X): Join -g and --geometry. Add @cindex.
7459 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7460 (Title X): Remove alias -title.
7461 (Misc X): New node.
7462
c8763fb6 74632004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7464
7465 * frames.texi (Drag and drop): Add Motif to list of supported
7466 protocols.
7467
c8763fb6 74682004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7469
7470 * frames.texi (Drag and drop): New section.
7471
74722004-01-24 Richard M. Stallman <rms@gnu.org>
7473
1c6c854e 7474 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7475 Include it only @ifnotinfo. Patch the preceding and following
7476 node headers to point to each other.
7477
74782004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7479
7480 * calendar.texi (Appointments): Update section.
7481
74822003-12-29 Kevin Ryde <user42@zip.com.au>
7483
8cf51b2c
GM
7484 * programs.texi (C Modes): Fix the xref.
7485
74862003-12-23 Nick Roberts <nick@nick.uklinux.net>
7487
7488 * building.texi (Watch Expressions): Update.
7489 (Commands of GUD): Include use of toolbar + breakpoints set from
7490 fringe/margin.
7491
74922003-12-03 Andre Spiegel <spiegel@gnu.org>
7493
7494 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7495 <acm@muc.de>.
7496
c8763fb6 74972003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7498
7499 * frames.texi (Dialog Boxes): Add use-file-dialog.
7500
8cf51b2c
GM
75012003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7502
7503 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7504 in CC Mode.
7505
8cf51b2c
GM
75062003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7507
7508 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7509 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7510 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7511 * man/frames.texi, man/glossary.texi, man/killing.texi:
7512 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7513 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7514 * man/sending.texi, man/text.texi, man/trouble.texi:
7515 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7516
75172003-11-01 Alan Mackenzie <acm@muc.de>
7518
7519 * search.texi (Scrolling During Incremental Search): Document a
7520 new scrolling facility in isearch mode.
7521
8cf51b2c
GM
75222003-10-22 Miles Bader <miles@gnu.org>
7523
7524 * Makefile.in (info): Move before $(top_srcdir)/info.
7525
75262003-10-22 Nick Roberts <nick@nick.uklinux.net>
7527
7528 * building.texi (Watch Expressions): Update section on data display
7529 to reflect code changes (GDB Graphical Interface).
7530
8cf51b2c
GM
75312003-10-13 Richard M. Stallman <rms@gnu.org>
7532
7533 * xresources.texi (GTK resources): Clean up previous change.
7534
c8763fb6 75352003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7536
7537 * xresources.texi (GTK resources): Add a note that some themes
7538 disallow customizations. Add scroll theme example.
7539
8cf51b2c
GM
75402003-09-30 Richard M. Stallman <rms@gnu.org>
7541
8cf51b2c
GM
7542 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7543
7544 * misc.texi (Saving Emacs Sessions): Shorten the section,
7545 collapsing back into one node.
7546
75472003-09-30 Lars Hansen <larsh@math.ku.dk>
7548
7549 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7550
ce058493 75512003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7552
7553 * xresources.texi (GTK names in Emacs): Correct typo.
7554
8cf51b2c
GM
75552003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7556
1c6c854e
CS
7557 * cmdargs.texi (Font X): Mention new default font.
7558 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7559 problems involved. (Result of discussion on emacs-devel.)
7560
75612003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7562
7563 * emacs.texi (Acknowledgements): Correct typo.
7564
75652003-09-22 Richard M. Stallman <rms@gnu.org>
7566
7567 * dired.texi (Misc Dired Commands): New node.
7568 (Dired Navigation): Add dired-goto-file.
7569
7570 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7571
7572 * emacs.texi (Acknowledgements): New node, split from Distribution.
7573
7574 * cmdargs.texi (Action Arguments): -f reads interactive args.
7575
8cf51b2c
GM
75762003-09-08 Lute Kamstra <lute@gnu.org>
7577
7578 * screen.texi (Mode Line): Say that POS comes before LINE.
7579 Mention `size-indication-mode'.
1c6c854e
CS
7580 * display.texi (Optional Mode Line):
7581 Document `size-indication-mode'.
8cf51b2c
GM
7582 * basic.texi (Position Info): Mention `size-indication-mode'.
7583
75842003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7585
7586 * xresources.texi (Resources): Refer to `editres' man page.
7587 (Lucid Resources): Update defaults. Expand description of
7588 `shadowThickness'.
7589
75902003-09-04 Miles Bader <miles@gnu.org>
7591
7592 * Makefile.in (top_srcdir): New variable.
7593 ($(top_srcdir)/info): New rule.
7594 (info): Depend on it.
7595
75962003-09-03 Peter Runestig <peter@runestig.com>
7597
7598 * makefile.w32-in: New file.
7599
76002003-08-29 Richard M. Stallman <rms@gnu.org>
7601
7602 * misc.texi (Saving Emacs Sessions): Correct previous change.
7603
8cf51b2c
GM
76042003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7605
8cf51b2c
GM
7606 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7607 (Intro): Include kmacro.texi after fixit.texi instead of after
7608 custom.texi. (As suggested by Kim Storm.)
7609
76102003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7611
7612 * fixit.texi (Fixit): Update `Next' pointer.
7613 * files.texi (Files): Update `Previous' pointer.
7614 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7615 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7616 (Suggested by Kim Storm.)
7617 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7618
76192003-08-18 Kim F. Storm <storm@cua.dk>
7620
7621 * kmacro.texi: New file describing enhanced keyboard macro
7622 functionality. Replaces old description in custom.texi.
7623
7624 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7625 (Keyboard Macros): Move to new kmacro.texi file.
7626
7627 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7628
8cf51b2c
GM
76292003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7630
7631 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7632
76332003-08-17 Alex Schroeder <alex@gnu.org>
7634
7635 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7636 required.
7637
8cf51b2c
GM
76382003-08-05 Richard M. Stallman <rms@gnu.org>
7639
7640 * programs.texi (Lisp Indent): Don't describe
7641 lisp-indent-function property here. Use xref to Lisp Manual.
7642
8cf51b2c
GM
76432003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7644
fffa137c 7645 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7646 abbreviations.
7647
76482003-07-24 Markus Rost <rost@math.ohio-state.edu>
7649
7650 * buffers.texi (List Buffers): Fix previous change.
7651
8cf51b2c
GM
76522003-07-13 Markus Rost <rost@math.ohio-state.edu>
7653
7654 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7655 List*.
7656
76572003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7658
8cf51b2c
GM
7659 * display.texi (Font Lock): Fix typo.
7660
76612003-07-07 Richard M. Stallman <rms@gnu.org>
7662
7663 * display.texi (Font Lock): Add xref for format info on
7664 font-lock-remove-keywords.
7665
7666 * building.texi (Compilation): Document what happens with asynch
7667 children of compiler process.
7668
7669 * help.texi (Library Keywords): Use @multitable.
7670
8cf51b2c
GM
76712003-06-04 Richard M. Stallman <rms@gnu.org>
7672
7673 * programs.texi (Expressions): Delete C-M-DEL.
7674
7675 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7676 comint-move-point-for-output renamed from
7677 comint-scroll-to-bottom-on-output.
7678
7679 * custom.texi (Init Rebinding): Replace previous change with xref.
7680 (Non-ASCII Rebinding): Explain that issue more briefly here.
7681
76822003-05-28 Richard M. Stallman <rms@gnu.org>
7683
7684 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7685
76862003-05-28 Nick Roberts <nick@nick.uklinux.net>
7687
7688 * building.texi (GDB Graphical Interface): New node.
7689 (Rewritten somewhat by RMS.)
7690
c8763fb6 76912003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7692
7693 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7694 non-English letters. Explain how to set coding systems correctly
7695 and how to include the right coding cookie in the file.
7696
c8763fb6 76972003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7698
7699 * indent.texi (Indentation): Explain the concepts.
7700 (Just Spaces): Explain why preventing tabs for indentation might
7701 be useful.
7702
8cf51b2c
GM
77032003-04-16 Richard M. Stallman <rms@gnu.org>
7704
7705 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7706
8cf51b2c
GM
77072003-02-22 Alex Schroeder <alex@emacswiki.org>
7708
7709 * cmdargs.texi (General Variables): Document SMTPSERVER.
7710
8cf51b2c
GM
7711 * sending.texi: Remove SMTP node.
7712 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7713 library.
7714
8cf51b2c
GM
77152003-02-22 Alex Schroeder <alex@emacswiki.org>
7716
7717 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7718
77192003-02-22 Simon Josefsson <jas@extundo.com>
7720
7721 * sending.texi (Mail Methods): Add node about SMTP.
7722
c8763fb6 77232003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7724
7725 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7726
8cf51b2c
GM
77272003-02-01 Kevin Ryde <user42@zip.com.au>
7728
7729 * glossary.texi (Glossary): Correction to cl cross reference.
7730
77312003-01-20 Richard M. Stallman <rms@gnu.org>
7732
7733 * killing.texi (Rectangles): Document C-x c r.
7734
c8763fb6 77352003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7736
7737 * xresources.texi (GTK resources): New node.
7738 (GTK widget names): New node.
7739 (GTK names in Emacs): New node.
7740 (GTK styles): New node.
7741
c8763fb6 77422003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7743
7744 * maintaining.texi (Create Tags Table): Add reference to the new
7745 `etags --help --lang=LANG' option.
7746
8cf51b2c
GM
77472002-10-02 Karl Berry <karl@gnu.org>
7748
49823426 7749 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7750 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7751 where needed for the sake of the HTML output.
8cf51b2c
GM
7752
77532001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7756 source files.
7757
77582001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7759
7760 * Makefile.in (emacsman): New target.
7761
8cf51b2c
GM
77622001-10-20 Gerd Moellmann <gerd@gnu.org>
7763
7764 * (Version 21.1 released.)
7765
77662001-10-05 Gerd Moellmann <gerd@gnu.org>
7767
7768 * Branch for 21.1.
7769
8cf51b2c
GM
77702001-03-05 Gerd Moellmann <gerd@gnu.org>
7771
7772 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7773
8cf51b2c
GM
77742000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7775
7776 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7777
8cf51b2c
GM
77781999-07-12 Richard Stallman <rms@gnu.org>
7779
7780 * Version 20.4 released.
7781
77821998-12-04 Markus Rost <rost@delysid.gnu.org>
7783
7784 * Makefile.in (INFO_TARGETS): Delete customize.info.
7785 (DVI_TARGETS): Delete customize.dvi.
7786 (../info/customize, customize.dvi): Targets deleted.
7787
77881998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7789
7790 * Version 20.3 released.
7791
77921998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7793
7794 * Makefile.in (EMACSSOURCES): Add mule.texi.
7795 Add msdog.texi, ack.texi. Remove gnu1.texi.
7796
77971998-04-06 Andreas Schwab <schwab@gnu.org>
7798
768c0c0f
JB
7799 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7800 Use it in dvi targets.
8cf51b2c
GM
7801
78021997-09-23 Paul Eggert <eggert@twinsun.com>
7803
7804 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7805 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7806 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7807
78081997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7809
7810 * Version 20.2 released.
7811
78121997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7813
7814 * Version 20.1 released.
7815
78161997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7817
7818 * Makefile (../info/customize, customize.dvi): New targets.
7819 (INFO_TARGETS): Add ../info/customize.
7820 (DVI_TARGETS): Add customize.dvi.
7821
8cf51b2c
GM
78221996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7823
7824 * Version 19.33 released.
7825
78261996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7827
7828 * Version 19.32 released.
7829
8cf51b2c
GM
78301996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7831
7832 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7833
78341996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7835
7836 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7837 Specify -I option.
7838 (All dvi targets): Set the TEXINPUTS variable.
7839
78401996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7841
7842 * Version 19.31 released.
7843
8cf51b2c
GM
78441995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7845
7846 * Version 19.30 released.
7847
8cf51b2c
GM
78481995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7849
7850 * Makefile.in (maintainer-clean): Rename from realclean.
7851
78521994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7853
7854 * Makefile.in: New file.
7855 * Makefile: File deleted.
7856
78571994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7858
7859 * Makefile (TEXINDEX_OBJS): Variable deleted.
7860 (texindex, texindex.o, getopt.o): Rules deleted.
7861 All deps on texindex deleted.
7862 (distclean): Don't delete texindex.
7863 (mostlyclean): Don't delete *.o.
7864 * texindex.c, getopt.c: Files deleted.
7865
78661994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7867
7868 * Version 19.26 released.
7869
78701994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7871
7872 * Makefile (EMACSSOURCES): Exclude undo.texi.
7873
78741994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7875
7876 * Version 19.25 released.
7877
78781994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7879
7880 * Version 19.24 released.
7881
78821994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7883
7884 * Version 19.23 released.
7885
78861994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7887
7888 * Makefile: Delete spurious tab.
7889
78901994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7891
7892 * Makefile (.SUFFIXES): New rule.
7893
8cf51b2c
GM
78941993-12-04 Richard Stallman (rms@srarc2)
7895
7896 * getopt.c: New file.
7897 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7898 (getopt.o): New rule.
7899 (dvi): Don't depend on texindex.
49823426 7900 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7901
79021993-12-03 Richard Stallman (rms@srarc2)
7903
49823426
GM
7904 * Makefile (TEXI2DVI): New variable.
7905 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7906 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7907
79081993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7909
7910 * Version 19.22 released.
7911
79121993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7913
7914 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7915
79161993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7917
7918 * Version 19.21 released.
7919
8cf51b2c
GM
79201993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7921
7922 * Makefile (realclean): Don't delete the Info files.
7923
f0131492 79241993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7925
8cf51b2c
GM
7926 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7927 4' where appropriate.
7928
f0131492 79291993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7930
49823426 7931 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7932
7933 * texindex.c: Include "../src/config.h" if building in emacs.
7934
7935 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7936 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7937 Add target to build texindex.c, defining `emacs'.
7938
8cf51b2c
GM
79391993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7940
7941 * Version 19.19 released.
7942
8cf51b2c
GM
79431993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7944
7945 * Version 19.18 released.
7946
79471993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7948
7949 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7950
79511993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7952
7953 * Version 19.17 released.
7954
79551993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7956
7957 * split-man: Fix typos in last change.
7958
79591993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7960
7961 * Version 19.16 released.
7962
79631993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7964
7965 * version 19.15 released.
7966
79671993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7968
7969 * Makefile (distclean): It's rm, not rf.
7970
79711993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7972
7973 * Version 19.14 released.
7974
79751993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7976
7977 * Makefile: New file.
7978
79791993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7980
7981 * Version 19.13 released.
7982
79831993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7984
7985 * Version 19.9 released.
7986
79871993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7988
7989 * Version 19.8 released.
7990
79911993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7992
7993 * cmdargs.texi: Document the -i, -itype, and -iconic options.
7994
7995 * trouble.texi: It's `enable-flow-control-on', not
7996 `evade-flow-control-on'.
7997
79981993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7999
8000 * display.texi: Document standard-display-european.
8001
80021993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8003
8004 * Version 19.7 released.
8005
8006 * emacs.texi: Add a sentence to the top menu mentioning the
8007 specific version of Emacs this manual applies to.
8008
80091993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8010
8011 * basic.texi: Document next-line-add-lines variable used to
8012 implement down-arrow.
8013
8014 * killing.texi: Document kill-whole-line.
8015
80161993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8017
8018 * text.texi: Update unix TeX ordering information.
8019
80201993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8021
8022 * news.texi: Mention fill-rectangle in keybinding list.
8023
8024 * killing.texi: Document fill-rectangle.
8025
80261993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8027
8028 * vc.texi: Bring the docs up to date with VC 5.2.
8029
80301992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8031
8032 * emacs.tex: Mention blackbox and gomoku under Amusements.
8033 Assembler mode is now mentioned and appropriately indexed
8034 under Programming Modes.
8035
80361991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8037
8038 * emacs.tex: Update TeX ordering information.
8039
8cf51b2c
GM
80401990-06-26 David Lawrence (tale@geech)
8041
8042 * emacs.tex: Note that completion-ignored-extensions is not used
8043 to filter out names when all completions are displayed in
8044 *Completions*.
8045
80461990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8047
8048 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8049
80501990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8051
8052 * emacs.tex: Add @findex grep.
8053
8cf51b2c
GM
80541988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8055
8056 * emacs.tex: Correct two typos. No other changes before
8057 Version 19 will be made.
8058
8cf51b2c
GM
80591988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8060
8061 * emacs.tex: Update information for obtaining TeX distribution from the
8062 University of Washington.
8063
8064;; Local Variables:
c8763fb6 8065;; coding: utf-8
8cf51b2c
GM
8066;; End:
8067
95df8112 8068 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8069
8070 This file is part of GNU Emacs.
8071
352c8b4a 8072 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8073 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8074 the Free Software Foundation, either version 3 of the License, or
8075 (at your option) any later version.
8cf51b2c
GM
8076
8077 GNU Emacs is distributed in the hope that it will be useful,
8078 but WITHOUT ANY WARRANTY; without even the implied warranty of
8079 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8080 GNU General Public License for more details.
8081
8082 You should have received a copy of the GNU General Public License
352c8b4a 8083 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.