* doc/emacs/frames.texi (Frame Commands): Doc fix for delete-other-frames.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
16254627
EH
12011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
2
3 * frames.texi (Frame Commands): Note that delete-other-frames only
4 deletes frames on current terminal.
5
c3760c17
EZ
62011-09-10 Eli Zaretskii <eliz@gnu.org>
7
8 * sending.texi (Mail Misc): Document mail-add-attachment.
9
69b8be97
EZ
102011-09-04 Eli Zaretskii <eliz@gnu.org>
11
12 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
13
3fd50d5c
CY
142011-08-29 Chong Yidong <cyd@stupidchicken.com>
15
16 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
17
e2aeef63
CY
182011-08-28 Chong Yidong <cyd@stupidchicken.com>
19
20 * files.texi (File Archives):
21 * cal-xtra.texi (Diary Display):
22 * help.texi (Help Mode): Add xref to View Mode.
23
ddb54206
CY
242011-08-28 Chong Yidong <cyd@stupidchicken.com>
25
a6326082
CY
26 * display.texi (View Mode): New node. Move view-file here from
27 Misc File Ops. Move view-buffer here from Misc Buffer.
28
29 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
30
04e2ce72 31 * files.texi (Misc File Ops): Document new
a6326082 32 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
33
34 * dired.texi (Dired Deletion): Shorten description of Trash.
35
ddb54206
CY
36 * misc.texi (emacsclient Options): Document server-port.
37
bd206ce5
EZ
382011-08-27 Eli Zaretskii <eliz@gnu.org>
39
40 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
41 even on MS-Windows. Fix a typo.
42
d43f5a42
CY
432011-08-26 Chong Yidong <cyd@stupidchicken.com>
44
45 * package.texi: New file, documenting the package manager.
46
47 * emacs.texi: Include it.
48
49 * help.texi (Help Summary): Add describe-package.
50
e0b1591b
CY
512011-08-25 Chong Yidong <cyd@stupidchicken.com>
52
856ce114
CY
53 * misc.texi (Printing): Convert subnodes into subsections.
54
f404f8bc
CY
55 * text.texi (Two-Column): Move into Text chapter.
56
57 * picture-xtra.texi (Picture Mode): Group with Editing Binary
58 Files section. Convert from chapter into section.
59
60 * display.texi (Narrowing): Move into display chapter.
61
e0b1591b
CY
62 * sending.texi (Sending Mail):
63 * rmail.texi (Rmail):
64 * misc.texi (Gnus, Document View):
65 * dired.texi (Dired):
66 * emacs.texi: Group the mail, rmail, and gnus chapters together.
67
75bfc667
JL
682011-08-07 Juri Linkov <juri@jurta.org>
69
70 * dired.texi (Operating on Files): Rewrite according to the fact
71 that `dired-do-chmod' doesn't use the `chmod' program anymore.
72
fe676f91
MA
732011-07-30 Michael Albinus <michael.albinus@gmx.de>
74
75 * mini.texi (Minibuffer File): Insert a reference to Tramp for
76 remote file name completion. (Bug#9197)
77
4cc60b9b
EZ
782011-07-28 Eli Zaretskii <eliz@gnu.org>
79
80 * mule.texi (Bidirectional Editing): Document the fact that
81 bidi-display-reordering is t by default.
82
89671e16
LMI
832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
84
85 * help.texi (Misc Help): Mention `describe-prefix-bindings'
86 explicitly (bug#8904).
87
fb23ecc2
LMI
882011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * trouble.texi (Checklist): Use an `M-x' example instead of an
91 Emacs Lisp form to switch on the dribble file (bug#8056).
92
465c5fc8
LMI
932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
96
90a6258b
GM
972011-07-13 Glenn Morris <rgm@gnu.org>
98
99 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
100
c7588364
LMI
1012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
102
103 * mark.texi (Mark Ring): Clarify how many locations are saved
104 (bug#5770).
105 (Global Mark Ring): Ditto.
106
4cb4f3ba
LMI
1072011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
d648feab
LMI
109 * text.texi (Table Recognition): Use "at point" instead of "under
110 point" (bug#4345).
111
4cb4f3ba
LMI
112 * display.texi (Cursor Display): Mention `cursor-type'.
113
114 * screen.texi (Point): Clarify that it's only if you use a block
115 cursor that it appears to be on a character (bug#4345).
116
ecd0b990
CY
1172011-07-12 Chong Yidong <cyd@stupidchicken.com>
118
119 * misc.texi (Amusements): Move dissociated press here, from its
120 own section.
121
122 * emacs.texi (Top): Update node listing.
123
c2fd0368
LMI
1242011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
127 clarity (bug#3523).
128
fdeb32ec
CY
1292011-07-12 Chong Yidong <cyd@stupidchicken.com>
130
131 * cmdargs.texi (Initial Options): Document --no-site-lisp.
132 (Misc X): Document --parent-id.
133
134 * frames.texi (Frame Commands): Note that focus-follows-mouse now
135 defaults to nil.
136
137 * misc.texi (emacsclient Options): Document --parent-id.
138
139 * msdog.texi (Windows HOME): Document _emacs as obsolete.
140
f584ca38
LMI
1412011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
142
143 * emacs.texi: Use "..." instead of ``...'' in the menus
144 (bug#3503).
145
963578d3
CY
1462011-07-11 Chong Yidong <cyd@stupidchicken.com>
147
148 * killing.texi (Primary Selection): Document `only' setting for
149 select-active-regions.
150
151 * mark.texi (Setting Mark): Reference Shift Selection node.
152
153 * frames.texi (Mouse Commands): Document mouse-yank-primary.
154
a30ed87b
LMI
1552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
156
47076272
LMI
157 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
158 motion keys" (bug#3503).
159
a30ed87b
LMI
160 * emacs.texi: Change all the register node names from "RegPos"
161 (etc.) to "Positional Registers" (etc.) (bug#3314).
162
4d45a8b7
CY
1632011-07-11 Chong Yidong <cyd@stupidchicken.com>
164
165 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
166 (Other Kill Commands, Kill Options): Copyedits.
167 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
168 (Yanking): Move yank-excluded properties discussion here.
169 (Cut and Paste): Move from frames.texi. Update subnodes to
170 describe x-select-enable-clipboard case.
171
172 * frames.texi: Move Cut and Paste node and subnodes into
173 killing.texi, except Mouse Commands and Word and Line Mouse.
174
c160ddee
AM
1752011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
176
177 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
178
3329e6e3
LMI
1792011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
180
32a214fe
LMI
181 * screen.texi (Mode Line): Clarify that coding systems are
182 characters, not letters (bug#1749).
183
3329e6e3
LMI
184 * cmdargs.texi (Environment): Mention removing variables
185 (bug#1615). Text suggested by Kevin Rodgers.
186
8875da1e
CY
1872011-07-10 Chong Yidong <cyd@stupidchicken.com>
188
54806e45
CY
189 * misc.texi (Amusements): Don't mention Yow; it's crippled.
190
8875da1e
CY
191 * modes.texi: Rename from major.texi.
192 (Modes): New node. Make Major Modes and Minor Modes subsections
193 of this. All callers changed.
194
195 * custom.texi (Minor Modes): Move to modes.texi.
196
7847b2a1
CY
1972011-07-10 Chong Yidong <cyd@stupidchicken.com>
198
6cfd0fa2
CY
199 * custom.texi (Syntax): Node deleted.
200
201 * help.texi (Help Summary):
202 * major.texi (Major Modes):
203 * programs.texi (Parentheses):
204 * search.texi (Regexp Backslash, Regexp Backslash)
205 (Regexp Backslash):
206 * text.texi (Words): Callers changed.
207
7847b2a1
CY
208 * text.texi (Refill, Longlines): Delete nodes.
209
210 * ack.texi (Acknowledgments): Longlines removed from manual.
211
212 * emacs.texi (Top): Update node listing.
213
2a71c436
GM
2142011-07-09 Glenn Morris <rgm@gnu.org>
215
216 * fortran-xtra.texi (Fortran): Update handled extensions.
217
61436e9f
LMI
2182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
219
220 * display.texi (Scrolling): `C-v' (etc) are now bound to
221 `scroll-*-command' (bug#8349).
222
6e560c71
LMI
2232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
48954a09 225 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
226 doesn't actually delete any files (bug#7125).
227
2904fd97
LMI
228 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
229 argument for `C-c C-k' (bug#7391).
230
6e560c71
LMI
231 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
232 you're currently using (bug#8489).
233
978ff6c5
EZ
2342011-07-01 Eli Zaretskii <eliz@gnu.org>
235
236 * mule.texi (Coding Systems): Move index entries from the previous
237 change into their proper places.
238
0d742084
LMI
2392011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
31976bd5
LMI
241 * help.texi (Help Files): Document view-external-packages (bug#8902).
242
0d742084
LMI
243 * mule.texi (Coding Systems): Put a few more of the coding systems
244 into the index (bug#8900).
245
9f678528
GM
2462011-06-26 Glenn Morris <rgm@gnu.org>
247
248 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
249
18a4ce5e
AR
2502011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
251
252 * misc.texi (emacsclient Options): Mention --frame-parameters.
253
f0da764a
GM
2542011-06-09 Glenn Morris <rgm@gnu.org>
255
256 * custom.texi (Specifying File Variables):
257 Recommend explicit arguments for minor modes.
258
b047e7ac
PE
2592011-06-02 Paul Eggert <eggert@cs.ucla.edu>
260
261 Document wide integers better.
262 * buffers.texi (Buffers):
001903b5
PE
263 * files.texi (Visiting): Document maxima for 64-bit machines,
264 and mention virtual memory limits.
b047e7ac 265
bf41276f
CY
2662011-05-28 Chong Yidong <cyd@stupidchicken.com>
267
268 * custom.texi (Hooks): Reorganize. Mention Prog mode.
269
270 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
271 prog mode (Bug#8240).
272
e145f188
GM
2732011-05-27 Glenn Morris <rgm@gnu.org>
274
275 * custom.texi (Specifying File Variables):
276 Major modes no longer need come first.
277
313f790e
CY
2782011-05-22 Chong Yidong <cyd@stupidchicken.com>
279
280 * mule.texi (Specify Coding, Text Coding, Communication Coding):
281 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
282
c136e5cd
GM
2832011-05-18 Glenn Morris <rgm@gnu.org>
284
285 * ack.texi (Acknowledgments): Remove fakemail.c.
286
c71a0d48 2872011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
288
289 Fixes for fitting text into 7x9 printed manual.
290 * building.texi (Flymake, Breakpoints Buffer):
291 * calendar.texi (Appointments):
292 * cmdargs.texi (General Variables, Display X):
293 * custom.texi (Saving Customizations, Face Customization)
294 (Directory Variables, Minibuffer Maps, Init Rebinding):
295 * display.texi (Font Lock, Font Lock, Useless Whitespace):
296 * fixit.texi (Spelling):
297 * frames.texi (Creating Frames, Fonts):
298 * help.texi (Help Files):
299 * mini.texi (Minibuffer File):
300 * misc.texi (emacsclient Options, Emulation):
301 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
302 * mule.texi (International Chars, Language Environments)
303 (Select Input Method, Modifying Fontsets, Charsets):
304 * programs.texi (Custom C Indent):
305 * rmail.texi (Rmail Labels):
306 * text.texi (Table Conversion):
307 * trouble.texi (Known Problems, Known Problems):
308 * windows.texi (Change Window):
309 * xresources.texi (GTK resources): Reflow text and re-indent code
310 examples to avoid TeX overflows and underflows on 7x9 paper.
311
312 * emacs.texi: Fix the (commented out) smallbook command.
313
314 * macos.texi (Mac / GNUstep Events):
315 * xresources.texi (Lucid Resources): Remove extraneous examples.
316
b8f82dc1
GM
3172011-05-10 Glenn Morris <rgm@gnu.org>
318
319 * custom.texi (Specifying File Variables):
320 Deprecate using mode: for minor modes.
321
d306b4da
GM
3222011-05-07 Glenn Morris <rgm@gnu.org>
323
324 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
325
548d0a63
GM
3262011-05-06 Glenn Morris <rgm@gnu.org>
327
5006e634
GM
328 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
329
548d0a63
GM
330 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
331
e793a940
LMI
3322011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
333
334 * misc.texi (Emacs Server): Document `server-eval-at'.
335
7031be6d
UR
3362011-04-24 Chong Yidong <cyd@stupidchicken.com>
337
338 * maintaining.texi (List Tags): Document next-file. Suggested by
339 Uday S Reddy.
340
4ffd0d6b 3412011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
342
343 * mini.texi (Minibuffer Edit):
344 * screen.texi (Mode Line): Fix typo.
345
1c6c854e
CS
3462011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
347
024ff170 348 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 349
c5c9f40f
CY
3502011-03-26 Chong Yidong <cyd@stupidchicken.com>
351
352 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
353
09725d26
EZ
3542011-03-30 Eli Zaretskii <eliz@gnu.org>
355
356 * display.texi (Auto Scrolling): Document the limit of 100 lines
357 for never-recentering scrolling with `scroll-conservatively'.
358 (Bug#6671)
359
09d9db2c 3602011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
361
362 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
363 HOME on Windows and where it looks for init files. (Bug#8221)
364
62d94509
EZ
3652011-03-10 Eli Zaretskii <eliz@gnu.org>
366
367 * search.texi (Regexp Example):
368 * mule.texi (International Chars):
369 * building.texi (External Lisp): Don't use characters outside
370 ISO-8859-1.
371
0286d9de
EZ
3722011-03-09 Eli Zaretskii <eliz@gnu.org>
373
1c6c854e
CS
374 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
375 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
376
377 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
378
114902a5 379 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
380 (Bug#8210)
381
0afb4571
J
3822011-03-08 Jan Djärv <jan.h.d@swipnet.se>
383
384 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
385 for Gtk+ 3.
386
bb3865e8
GM
3872011-03-08 Glenn Morris <rgm@gnu.org>
388
6446548e
GM
389 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
390 * emacs.texi (Acknowledgments):
391 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 392 * emacs.texi: Set documentencoding.
6446548e 393
bb3865e8
GM
394 * display.texi (Optional Mode Line): Don't mention exactly where
395 display-time appears. (Bug#8193)
396
33383987
JB
3972011-03-07 Chong Yidong <cyd@stupidchicken.com>
398
399 * Version 23.3 released.
400
892777ba
CY
4012011-03-06 Chong Yidong <cyd@stupidchicken.com>
402
403 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
404
0b973fc5
DW
4052011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
406
407 * misc.texi (emacsclient Options): Add q/quiet.
408
8ef5a2f2
GM
4092011-03-02 Glenn Morris <rgm@gnu.org>
410
411 * mule.texi (Communication Coding) <x-select-request-type>:
412 Remove duplicate (essentially) paragraph. (Bug#8148)
413
bd106056
CS
4142011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
415
416 * maintaining.texi (Format of ChangeLog): Add reference to
417 add-log-full-name.
418 (Change Log Commands): Add documentation for combining multiple
419 symbols in one change.
420
6640b281
GM
4212011-03-01 Glenn Morris <rgm@gnu.org>
422
423 * custom.texi (Directory Variables):
424 Give an example of excluding subdirectories.
425
2b0c7330 4262011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
427
428 * search.texi (Regexp Search): Move index entries about regexps to the
429 "Regexps" node. Add index entries for regexp search. (Bug#8096)
430
8c62c205
GM
4312011-02-19 Glenn Morris <rgm@gnu.org>
432
433 * dired.texi (Dired): Dired-X version number was dropped.
434
3928f2b6
JD
4352011-02-14 Jan Djärv <jan.h.d@swipnet.se>
436
437 * xresources.texi (X Resources): Remove *faceName and replace it with
438 *font for Lucid.
439
a41c8660
CY
4402011-02-05 Chong Yidong <cyd@stupidchicken.com>
441
442 * rmail.texi (Rmail Display): Document Rmail MIME support more
443 accurately.
444
445 * maintaining.texi (VC Change Log): Document vc-log-incoming and
446 vc-log-outgoing.
447 (Merging): Document vc-find-conflicted-file.
448
233ba4d9 4492011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
450
451 * custom.texi (Variables): Fix typo.
452
14beddf4 4532011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 454
65401ee3
CY
455 * search.texi (Regexps): Copyedits. Mention character classes
456 (Bug#7809).
457
19f81ecf
CY
458 * files.texi (File Aliases): Restore explanatory text from Eli
459 Zaretskii, accidentally removed in 2011-01-08 commit.
460
bf3dae7e
EZ
4612011-01-29 Eli Zaretskii <eliz@gnu.org>
462
463 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
464 (MAKEINFO_OPTS): New variable.
465 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
466 (emacs.html): New target.
467 (clean): Remove emacs.html.
468
45eb2a5d
WL
4692011-01-23 Werner Lemberg <wl@gnu.org>
470
471 * Makefile.in (MAKEINFO): Now controlled by `configure'.
472 (MAKEINFO_OPTS): New variable. Use it where appropriate.
473 (ENVADD): Updated.
474
9acfe703
GM
4752011-01-18 Glenn Morris <rgm@gnu.org>
476
477 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
478
479 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
480
362b9d48
GM
4812011-01-15 Chong Yidong <cyd@stupidchicken.com>
482
bb033b5f
CY
483 * building.texi (Compilation): Improve instructions for running two
484 compilations (Bug#7573).
485
b024d9f0
MD
486 * files.texi (Backup Names): Document the new location of the
487 last-resort backup file.
488
362b9d48
GM
489 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
490 manual. Explain why directory-abbrev-alist elements should be anchored
491 (Bug#7777).
492
4932011-01-15 Eli Zaretskii <eliz@gnu.org>
494
495 * msdog.texi (Windows Startup): Correct inaccurate description of
496 differences between emacsclient.exe and emacsclientw.exe.
497
7c420169 4982011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
499
500 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
501
7c420169 5022011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
503
504 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
505
7c420169 5062011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 507
2d34d523
EZ
508 * frames.texi (Cut and Paste): Modify the section's name and text:
509 don't mix "cut/paste" with "kill/yank".
510 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
511 (Bug#7702)
512
88ab4340
EZ
513 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
514
7c420169 5152011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
516
517 * maintaining.texi: Move inclusion of emerge after EDE, so that it
518 matches its position in the menu. (Bug#7674)
519
7c420169 5202011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
521
522 * trouble.texi (Checklist): Mention not replying via news either.
523
92bb6c52
TH
5242010-12-30 Tassilo Horn <tassilo@member.fsf.org>
525
526 * misc.texi (Document View): Update DocView section with newly
527 supported document formats.
528
b103c904
CY
5292010-12-21 Chong Yidong <cyd@stupidchicken.com>
530
531 * killing.texi: Resection the Info version to conform to the
532 printed manual, to avoid making sections on Accumulating Text, CUA
533 and Rectangles into full chapters.
534
f49d1f52 5352010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
536
537 * custom.texi (Init Syntax): Add index entries for "character syntax".
538 (Bug#7576)
539
f49d1f52 5402010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
541
542 * text.texi (HTML Mode): Small fixes. (Bug#7607)
543
f49d1f52 5442010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
545
546 * trouble.texi (Checklist): Fix typo in newsgroup name.
547
f49d1f52 5482010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
549
550 * search.texi (Word Search): Note that the lazy highlight always
551 matches to whole words (Bug#7470).
552
f49d1f52 5532010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 554
4f1948eb
EZ
555 * display.texi (Optional Mode Line): Make the description of
556 load-average more accurate.
557
b8a9e136
EZ
558 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
559 registry, with a cross-reference.
62d72a4a
EZ
560 (Windows Startup): New node. Move the stuff about the current
561 directory from "Windows HOME".
b8a9e136 562
07976ae3 5632010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
564
565 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
566 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
567
07976ae3 5682010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
569
570 * maintaining.texi (Version Control Systems): Fix repeated sentence.
571 Suggested by Štěpán Němec.
572
07976ae3 5732010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 574
1aaae3f3
CY
575 * maintaining.texi (Version Control): Say "commit", not "check in".
576 (Version Control Systems): Simplify descriptions.
577 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
578 VCS Concepts.
579 (VC Mode Line): Update example.
580 (Old Revisions): Document revert-buffer for vc-diff.
581 (Log Buffer): Promote to a subsection. Document header lines.
582
1c6c854e
CS
583 * macos.texi (Mac / GNUstep Basics):
584 Document ns-right-alternate-modifier.
ec8a6295 585
1aaae3f3
CY
586 * emacs.texi (Top): Update node listing.
587
0eb025fb
EZ
5882010-11-13 Eli Zaretskii <eliz@gnu.org>
589
590 * rmail.texi (Rmail Coding): Characters with no fonts are not
591 necessarily displayed as empty boxes.
592
593 * mule.texi (Language Environments, Fontsets): Characters with no
594 fonts are not necessarily displayed as empty boxes.
595
596 * display.texi (Text Display): Document display of glyphless
597 characters.
598
ea4f7750
GM
5992010-11-13 Glenn Morris <rgm@gnu.org>
600
601 * basic.texi (Position Info): Add M-x count-words-region.
602
90639cea
GM
6032010-11-11 Glenn Morris <rgm@gnu.org>
604
605 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
606
d607b96b 6072010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
608
609 * msdog.texi (Windows HOME): Add information regarding startup
610 directory when invoking Emacs from a desktop shortcut. (bug#7300)
611
c12e4a81
GM
6122010-10-11 Glenn Morris <rgm@gnu.org>
613
df187c62
GM
614 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
615
c12e4a81
GM
616 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
617 (DVIPS): New variable.
234db610
GM
618 (.PHONY): Add html, ps.
619 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
620 (clean): Delete html, ps files.
c12e4a81 621
6513b232
EZ
6222010-10-09 Eli Zaretskii <eliz@gnu.org>
623
624 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
625
f4f358f1
GM
6262010-10-09 Glenn Morris <rgm@gnu.org>
627
c1dc72b3
GM
628 * Makefile.in (VPATH): Remove.
629 (infodir): Make it absolute.
630 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
631
4393405b
GM
632 * Makefile.in (dist): Anchor regexps.
633
eef3ab94
GM
634 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
635 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
636 (emacs-xtra.pdf): Use $<.
637
aa9db089
GM
638 * Makefile.in (infoclean): Remove harmless, long-standing error.
639
abd40fb4
GM
640 * Makefile.in ($(infodir)): Delete rule.
641 (mkinfodir): New.
642 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
643
f4f358f1 644 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 645 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
646 * emacsver.texi: New file, replacing emacsver.texi.in.
647
ea274122
GM
6482010-10-09 Glenn Morris <rgm@gnu.org>
649
f7a31f11
GM
650 * emacsver.texi.in: New file.
651 * emacs.texi: Set EMACSVER by including emacsver.texi.
652 * Makefile.in (distclean): Delete emacsver.texi.
653 (dist): Copy emacsver.texi.
b13254e7 654 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 655
3fb78d1f
GM
656 * ack.texi (Acknowledgments): No more b2m.c.
657
ea274122
GM
658 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
659 (emacs): Remove rule.
660 (dist): No need to deal with the emacs rule any more.
661
17ca7950
GM
6622010-10-07 Glenn Morris <rgm@gnu.org>
663
664 * Makefile.in (version): New, set by configure.
665 (clean): Delete dist tar file.
666 (dist): Use version in tar name.
667
4c83f6e1
GM
6682010-10-06 Glenn Morris <rgm@gnu.org>
669
670 * Makefile.in (EMACS_XTRA): Add the main source file.
671 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
672 (mostlyclean): No core files, reorder other files.
673 (clean): Delete specific dvi and pdf files.
674 (infoclean, dist): New rules.
675 (maintainer-clean): Use infoclean.
8a944cea 676 ($(infodir)): Add parallel build workaround.
4c83f6e1 677
0264072d
GM
6782010-10-04 Glenn Morris <rgm@gnu.org>
679
680 * Makefile.in (SHELL): Set it.
681 (INFO_TARGETS, DVI_TARGETS): Remove variables.
682 (info, dvi): Replace above variables with their expansions.
683 (info): Move mkdir from here...
684 ($(infodir)/emacs): ... to here (for parallel builds).
685 (pdf): New target.
686 ($(infodir)/emacs): Pass -o option to makeinfo.
687 (.PHONY): Declare clean rules.
688 (maintainer-clean): Delete dvi and pdf files.
689 Guard against cd failures. Use a more restrictive delete.
690
3226d6ca
GM
6912010-10-02 Glenn Morris <rgm@gnu.org>
692
693 * misc.texi (Shell Mode): Remove reference to old function name.
694
cad90f3b
EZ
6952010-09-30 Eli Zaretskii <eliz@gnu.org>
696
697 * maintaining.texi (VC Mode Line): Mention all the possible VC status
698 indicator characters.
699
5f874327
GM
7002010-09-29 Glenn Morris <rgm@gnu.org>
701
702 * Makefile.in (top_srcdir): Remove unused variable.
703
0ab9cff3
GM
7042010-09-14 Glenn Morris <rgm@gnu.org>
705
67ae9766
GM
706 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
707 the last hook item.
708
0ab9cff3
GM
709 * calendar.texi (Appointments): Also updated when a diary include file
710 is saved.
711
6664fc59 7122010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
713
714 * trouble.texi (Bugs): Update the section intro.
715 (Known Problems): New section.
716 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
717 (Sending Patches): Bug fixes are best as responses to existing bugs.
718 * emacs.texi (Known Problems): Add menu entry for new section.
719
be3283d7
GM
7202010-09-09 Glenn Morris <rgm@gnu.org>
721
722 * xresources.texi: Untabify.
723
10999305 7242010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
725
726 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
727
10999305 7282010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
729
730 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
731
30641319
JD
7322010-09-02 Jan Djärv <jan.h.d@swipnet.se>
733
734 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
735
50dd7bc6
GM
7362010-08-21 Glenn Morris <rgm@gnu.org>
737
738 * misc.texi (Amusements): Mention bubbles and animate.
739
5e620eca
EZ
7402010-07-31 Eli Zaretskii <eliz@gnu.org>
741
742 * files.texi (Visiting): Add more index entries for
743 large-file-warning-threshold.
744
8b2dd508
JD
7452010-07-29 Jan Djärv <jan.h.d@swipnet.se>
746
747 * frames.texi (Tool Bars): Add doc for tool-bar-position.
748
8838673e
GM
7492010-06-23 Glenn Morris <rgm@gnu.org>
750
751 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
752 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
753 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
754 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
755 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
756 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
757 Untabify Texinfo files.
758
04d3bb6c
GM
7592010-06-10 Glenn Morris <rgm@gnu.org>
760
103dd3a8
GM
761 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
762
04d3bb6c
GM
763 * basic.texi (Inserting Text): Fix typo.
764
50b79479
GM
7652010-06-10 Glenn Morris <rgm@gnu.org>
766
767 * ack.texi (Acknowledgments):
768 * emacs.texi (Acknowledgments): Update for notifications.el.
769
86d7a550
DU
7702010-05-31 Daiki Ueno <ueno@unixuser.org>
771
772 * dired.texi (Operating on Files): Mention encryption commands
773 (Bug#6315).
774
db5dce9d
EZ
7752010-05-29 Eli Zaretskii <eliz@gnu.org>
776
777 * basic.texi (Moving Point): Update due to renaming of commands bound
778 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
779
34313041
EZ
7802010-05-18 Eli Zaretskii <eliz@gnu.org>
781
782 * display.texi (Fringes): Document reversal of fringe arrows for R2L
783 paragraphs.
784 (Line Truncation): Fix wording for bidi display.
785
1fc0ce04 786 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
787 keys.
788
0235128c 7892010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
790
791 * building.texi (GDB Graphical Interface): Remove misleading comparison
792 to an IDE (Bug#6128).
793
0235128c 7942010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
795
796 * programs.texi (Man Page):
797 * misc.texi (Invoking emacsclient):
798 * mini.texi (Repetition):
799 * mark.texi (Setting Mark): Fix typos.
800
0235128c 8012010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
802
803 * misc.texi (Printing): Document htmlfontify-buffer.
804
0235128c 8052010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
806
807 * calendar.texi (Displaying the Diary, Format of Diary File):
808 Fix external cross-references for TeX format output.
809
0235128c
SM
8102010-05-07 Chong Yidong <cyd@stupidchicken.com>
811
812 * Version 23.2 released.
813
f63d0028
JD
8142010-05-02 Jan Djärv <jan.h.d@swipnet.se>
815
816 * cmdargs.texi (Initial Options): Mention --chdir.
817
20fe03ad
JD
8182010-04-21 Jan Djärv <jan.h.d@swipnet.se>
819
820 * frames.texi (Tool Bars): Add tool-bar-style.
821
b7d65a5f
GM
8222010-04-21 Glenn Morris <rgm@gnu.org>
823
824 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
825
a42dbee1
CY
8262010-04-18 Chong Yidong <cyd@stupidchicken.com>
827
828 * programs.texi (Semantic): New node.
829
830 * maintaining.texi (EDE): New node.
831
832 * emacs.texi: Update node listing.
833
834 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
835
6e104790 8362010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 837
d52dbd3d
GM
838 * emacs.texi (Acknowledgments): Remove duplicate.
839
a77fe20c
GM
840 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
841
6e104790 8422010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 843
4ebe9902
GM
844 * dired.texi (Misc Dired Features): Mention VC diff and log.
845 * maintaining.texi (Old Revisions, VC Change Log):
846 Mention that diff and log work in Dired buffers.
847
98932641
GM
848 * help.texi (Help Summary): Mention M-x info-finder.
849
d5b22ab2 850 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 851
4d4e9522
GM
852 * custom.texi (Specifying File Variables, Directory Variables):
853 Document new commands for manipulating local variable lists.
854
6e104790 8552010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
856
857 * trouble.texi (Contributing): Add cindex entry.
858 Mention etc/CONTRIBUTE.
859
6e104790 8602010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
861
862 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
863 query-replace (Bug#5774).
864
a20a9df3
GM
8652010-04-16 Glenn Morris <rgm@gnu.org>
866
867 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
868
1ecb2d3f
JD
8692010-04-11 Jan Djärv <jan.h.d@swipnet.se>
870
871 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
872
99852628
JD
8732010-04-08 Jan Djärv <jan.h.d@swipnet.se>
874
875 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
876
ce79424f
EZ
8772010-03-30 Eli Zaretskii <eliz@gnu.org>
878
879 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
880 cross-reference to "Inserting Text".
881
882 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
883 Mention completion provided by `ucs-insert'.
884
85738751 8852010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
886
887 * sending.texi (Sending Mail): Note variables that may need
888 customizing.
889 (Mail Sending): Expand discussion of send-mail-function.
890
85738751 8912010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
892
893 Document Message mode as the default mail mode.
894
895 * sending.texi (Sending Mail): Copyedits.
896 (Mail Format, Mail Headers): Document mail-from-style changes.
897 (Mail Commands): Rename from Mail mode. Document Message mode.
898 (Mail Misc): Rename from Mail mode Misc.
899 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
900 command names and update keybindings.
901 (Header Editing): Document message-tab. De-document
902 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
903 favor of mail-default-headers. Ad index entries for user-full-name and
904 user-mail-address.
1c6c854e
CS
905 (Citing Mail): Update changes in Message mode behavior.
906 Document mail-yank-prefix.
e73c2434
CY
907 (Mail Signature): New node, moved from Mail Misc.
908 (Mail Aliases): Mail abbrevs are the default with Message mode.
909 (Mail Methods): Note that Message mode is now the default.
910
911 * rmail.texi (Rmail Reply):
912 * text.texi (Text Mode):
913 * major.texi (Major Modes):
914 * mule.texi (Output Coding): Refer to Message mode.
915
916 * custom.texi (Init Examples): Add xref to Mail Header.
917
1fc0ce04 918 * emacs.texi (Top): Fix xrefs.
e73c2434 919
85738751 9202010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 921
c0c035fa
CY
922 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
923 repository if there is none.
924 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
925 vc-print-root-log.
ef7b27ef 926 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 927
71785b7a
CY
928 * programs.texi (Program Modes): Mention Javascript mode.
929
f67c5dd0
CY
930 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
931 * emacs.texi: Update node description.
932
0f72a391 933 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 934 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 935
dc2d2590
JL
9362010-03-30 Juri Linkov <juri@jurta.org>
937
938 * search.texi (Other Repeating Search): Remove line that `occur'
939 can not handle multiline matches.
940
a7b02820
EZ
9412010-03-30 Eli Zaretskii <eliz@gnu.org>
942
943 * mule.texi (International): Mention support of bidirectional editing.
944 (Bidirectional Editing): New section.
945
22ef1944
NR
9462010-03-28 Nick Roberts <nickrob@snap.net.nz>
947
948 * emacs.texi (Top): Update node names to those in building.texi.
949
146b8b16
NR
9502010-03-27 Nick Roberts <nickrob@snap.net.nz>
951
952 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
953 doc/emacs/emacs.texi: Update node names for building.texi.
954
6d98672d
GM
9552010-03-24 Glenn Morris <rgm@gnu.org>
956
957 * ack.texi (Acknowledgments):
958 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
959
93318cbd
JD
9602010-03-20 Jan Djärv <jan.h.d@swipnet.se>
961
962 * xresources.texi (Table of Resources): Clarify toolBar number
963 for Gtk+.
964
965 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
966
15cf2f52
CY
9672010-03-21 Chong Yidong <cyd@stupidchicken.com>
968
4102856c
CY
969 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
970
15cf2f52
CY
971 * search.texi (Other Repeating Search): Document multi-isearch-buffers
972 and multi-isearch-buffers-regexp.
973
974 * indent.texi (Indentation): Clarify description of
975 indent-for-tab-command. Document tab-always-indent.
976
d68eb23c
CY
9772010-03-20 Chong Yidong <cyd@stupidchicken.com>
978
979 * cmdargs.texi (Font X): Move most content to Fonts.
980
981 * frames.texi (Fonts): New node. Document font-use-system-font.
982
983 * emacs.texi (Top):
984 * xresources.texi (Table of Resources):
985 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
986
288f9fc0
CY
9872010-03-10 Chong Yidong <cyd@stupidchicken.com>
988
989 * Branch for 23.2.
990
17782bec
CY
9912010-03-06 Chong Yidong <cyd@stupidchicken.com>
992
993 * custom.texi (Init Examples): Add xref to Locals.
994
995 * major.texi (Choosing Modes): Mention usage of setq-default for
996 setting the default value of major-mode (Bug#5688).
997
b4a1a8b2
CY
9982010-03-02 Chong Yidong <cyd@stupidchicken.com>
999
1000 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1001
1002 * display.texi (Display Custom): Document make-pointer-invisible and
1003 underline-minimum-offset. Remove inverse-video.
1004
a1e759cd
CY
10052010-02-21 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * frames.texi (Frame Commands): Note that the last ordinary frame can
1008 be deleted in daemon mode (Bug#5616).
1009
4f3bc373
GM
10102010-02-18 Glenn Morris <rgm@gnu.org>
1011
1012 * trouble.texi (Contributing): Repository is no longer CVS.
1013
5dbbdd33
GM
10142010-02-08 Glenn Morris <rgm@gnu.org>
1015
1016 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1017
cd61af01
SM
10182010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * display.texi (Useless Whitespace, Text Display):
1021 * custom.texi (Init Examples): Avoid obsolete special default variables
1022 like default-major-mode.
1023
b1bb0a25 10242010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1025
1026 * programs.texi (Other C Commands): Replace reference to obsolete
1027 c-subword-mode.
1028
99d0985b
GM
10292010-01-21 Glenn Morris <rgm@gnu.org>
1030
1031 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1032
893db5bc
GM
10332010-01-12 Glenn Morris <rgm@gnu.org>
1034
1035 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1036 emacs-pretest-bug for bug reports for development versions.
1037
0419b8d6
GM
10382010-01-11 Glenn Morris <rgm@gnu.org>
1039
1040 * display.texi (Highlight Interactively): `t' does not mean highlight
1041 all patterns. (Bug#5335)
1042
26e533e2
CY
10432009-12-29 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * misc.texi (Shell): Document async-shell-command.
1046
1047 * building.texi (Grep Searching): Document zrgrep.
1048
484eaeac 1049 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1050
7ee6c59b
NR
10512009-12-29 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * building.texi: Import GDB Graphical Interface description from
1054 EMACS_23_1_RC.
1055
91ed7ea8
CY
10562009-12-24 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * emacs.texi (Top): Update node listing.
1059
1060 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1061
1062 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1063
1064 * cmdargs.texi (Initial Options):
1065 * xresources.texi (Resources): Document inhibit-x-resources.
1066
1067 * custom.texi (Specifying File Variables): Note that minor modes are
1068 enabled unconditionally.
1069
1070 * display.texi (Scrolling): Briefly document the old recenter command,
1071 and document recenter-positions.
1072
1073 * files.texi (Visiting):
1074 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1075
1c6c854e
CS
1076 * frames.texi (Cut/Paste Other App):
1077 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1078
1079 * killing.texi (Kill Options): New node.
1080
6ca89aaa
CY
10812009-12-05 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * misc.texi (Shell Options): ansi-color is now default.
1084
806642d4
GM
10852009-12-05 Glenn Morris <rgm@gnu.org>
1086
806642d4
GM
1087 * emacs.texi (Top): Update menu for cal-xtra node changes.
1088 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1089 or mode line. Don't mention invisible text or the details of
1090 diary-print-entries here, only in cal-xtra.
1091 (Format of Diary File): Mention that the "date on first line" format
1092 only really affects the simple display.
1093 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1094 (Diary Customizing): Holidays may be in the buffer or mode line.
1095 Move diary-print-entries to the "Diary Display" section.
1096 (Diary Display): New section, split out from "Fancy Diary Display".
1097 Explain the limitations of simple display, and how to print it.
1098
1a4f0c0a
GM
1099 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1100
e11adbd8
GM
1101 * cal-xtra.texi (Diary Display): Mention View mode.
1102
29a483ac
JL
11032009-11-29 Juri Linkov <juri@jurta.org>
1104
1105 * display.texi (Highlight Interactively): Actually a list of
1106 default faces is pre-loaded into a list of default values
1107 instead of the history.
1108
83d60c79
GM
11092009-11-20 Glenn Morris <rgm@gnu.org>
1110
1111 * ack.texi (Acknowledgments):
1112 * emacs.texi (Acknowledgments): Add htmlfontify.
1113
276bbe96
GM
11142009-11-14 Glenn Morris <rgm@gnu.org>
1115
98ad1bae
GM
1116 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1117
276bbe96
GM
1118 * ack.texi (Acknowledgments):
1119 * emacs.texi (Acknowledgments): Update for recent Org changes.
1120
18430066
CY
11212009-10-31 Chong Yidong <cyd@stupidchicken.com>
1122
1123 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1124 `charset' property, which is irrelevant to the user manual (Bug#3526).
1125
522ddc9f
JB
11262009-10-14 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * trouble.texi (DEL Does Not Delete): Fix typo.
1129
50b49ade
MA
11302009-10-05 Michael Albinus <michael.albinus@gmx.de>
1131
1132 * files.texi (Misc File Ops): Mention copy-directory.
1133
6308321a
EZ
11342009-10-04 Eli Zaretskii <eliz@gnu.org>
1135
43b3b4d1
EZ
1136 * mule.texi (Unibyte Mode): Emphasize that
1137 unibyte-display-via-language-environment affects only the display.
1138
6308321a
EZ
1139 * display.texi (Horizontal Scrolling): Document cursor behavior under
1140 horizontal scrolling when point moves off the screen (Bug#4564).
1141 Improve wording.
1142
bd51ea7f
MA
11432009-10-01 Michael Albinus <michael.albinus@gmx.de>
1144
1145 * files.texi (Directories): delete-directory prompts for recursive
1146 deletion.
1147
55381962
GM
11482009-09-30 Glenn Morris <rgm@gnu.org>
1149
1150 * ack.texi (Acknowledgments):
1151 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1152
13989ab1
TH
11532009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1154
1155 * dired.texi (Dired Navigation): Use @code instead of @var for
1156 dired-isearch-filenames, so that it's not capitalized.
1157
8ba46c89
CY
11582009-09-19 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1161
1162 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1163
1164 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1165 (Key Bindings): Reference Init Rebinding in introductory text.
1166 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1167 (Keymaps): Simplify.
1168 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1169 (Minibuffer Maps): Remove mention of Mocklisp.
1170 (Init Rebinding): Move mode-local rebinding example here from Local
1171 Keymaps.
1172 (Modifier Keys): Clarify.
1e11b018 1173 (Rebinding): Add cindex for "binding keys".
8ba46c89 1174
6a5ca7c8
CY
11752009-09-13 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1178
0e1cba51
NR
11792009-08-31 Nick Roberts <nickrob@snap.net.nz>
1180
6a5ca7c8 1181 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1182 Re-organise these two sections.
0e1cba51 1183
76a87a4d
EZ
11842009-08-29 Eli Zaretskii <eliz@gnu.org>
1185
1186 * cmdargs.texi (Initial Options): Fix last change.
1187
82e98df4
SM
11882009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * mule.texi (Enabling Multibyte):
1191 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1192 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1193
fb89fad9
GM
11942009-08-20 Glenn Morris <rgm@gnu.org>
1195
1196 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1197
e99652b0
GM
11982009-08-19 Glenn Morris <rgm@gnu.org>
1199
1200 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1201
5cca97ad
GM
12022009-08-18 Glenn Morris <rgm@gnu.org>
1203
1204 * ack.texi (Acknowledgments):
1205 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1206
997797ae 1207 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1208
985bf85b
GM
12092009-08-09 Glenn Morris <rgm@gnu.org>
1210
1211 * ack.texi (Acknowledgments):
1212 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1213
8d6bb99e
DD
12142009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1215
1216 * emacs.texi (Top): Add new menu items for GDB-UI.
1217
1218 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1219 section. Threads buffer is in separate section now.
8d6bb99e 1220
8353da9c
GM
12212009-08-08 Glenn Morris <rgm@gnu.org>
1222
1223 * ack.texi (Acknowledgments):
1224 * emacs.texi (Acknowledgments):
1225 Update for js2-mode and org changes.
1226
f2074faf
MA
12272009-08-02 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1230 files.
1231
e8d2d3fb
CY
12322009-07-28 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1235
324a4f6a
GM
12362009-07-23 Glenn Morris <rgm@gnu.org>
1237
1238 * programs.texi (Matching): Update blink-matching-paren-distance.
1239
b6937a70
CY
12402009-07-21 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * frames.texi (Cut/Paste Other App): For select-active-regions,
1243 selection is now updated on moving point.
1244
bd8aaa36
RS
12452009-07-21 Richard Stallman <rms@gnu.org>
1246
1247 * glossary.texi (GNU, Daemon): Update information.
1248
8d9b5eba
JL
12492009-07-19 Juri Linkov <juri@jurta.org>
1250
1251 * custom.texi (Specifying File Variables, Safe File Variables):
1252 "variables/value pairs" -> "variable/value pairs".
1253
a2acc1db
GM
12542009-07-15 Glenn Morris <rgm@gnu.org>
1255
1256 * misc.texi (Gnus): Remove widow.
1257
c5ae942b
GM
12582009-07-11 Glenn Morris <rgm@gnu.org>
1259
703d26ba
GM
1260 * Makefile.in (TEXI2PDF): New.
1261 (emacs.pdf, emacs-xtra.pdf): New targets.
1262
522ddc9f 1263 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1264
1265 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1266
1267 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1268 Don't print the copying notice twice in the printed version.
1269 Update the menu and detailmenu.
1270 (Preface): The meaning of "on-line" has changed.
1271 Correct name for "Common Problems" chapter.
1272 (Distrib): Update FSF shop URL.
1273 (Intro): Showing two files at once is not so exciting.
1274
1275 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1276 (Mac / GNUstep Basics): Minor grammar changes.
1277 (Mac / GNUstep Events): Fix typo.
1278 (GNUstep Support): CANNOT_DUMP no longer applies.
1279
1280 * misc.texi (Document View): Fix typos.
1281
1282 * dired.texi (Dired):
1283 * help.texi (Help):
1284 * macos.texi (Mac OS / GNUstep):
1285 * maintaining.texi (Version Control, Introduction to VC):
1286 End menu descriptions with a period.
c5ae942b 1287
b1c8242b
EZ
12882009-07-09 Eli Zaretskii <eliz@gnu.org>
1289
1290 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1291 so categorical in saying that the option is only useful on NTFS.
1292
220d9aa6
GM
12932009-07-09 Glenn Morris <rgm@gnu.org>
1294
1295 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1296 (ENVADD): Add texinfodir to TEXINPUTS.
1297
1298 * emacs.texi (Top): Fix cross-reference.
1299
1300 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1301
1302 * vc1-xtra.texi (Revision Tags): Fix typo.
1303
d07e72d3
GM
13042009-07-03 Glenn Morris <rgm@gnu.org>
1305
1306 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1307 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1308 (Merge Commands): `.' does not seem to work in A or B buffer.
1309 `l' can recreate the 3-window display.
1310
1311 * glossary.texi (Glossary): Minor phrasing changes throughout.
1312 Add more internal cross-references.
1313 <Autoloading>: You can't really autoload a variable.
1314 <C-M->: Move details here from `M-C-' item.
1315 <Continuation Line>: Refer to `Truncation.'
1316 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1317 <Home Directory, Unix>: New entries.
1318 <Deletion of Files>: Mention recycle bins.
1319 <Directory>: Mention ``folders.''
1320 <Error>: Don't mention ``type-ahead.''
1321 <Fringe>: Refer to the manual node.
1322 <Minor Mode>: Can be global or local.
1323 <Spell Checking>: There are other checkers besides Ispell.
1324
f144038a
GM
13252009-07-02 Glenn Morris <rgm@gnu.org>
1326
1327 * anti.texi (Antinews): Minor changes in phrasing.
1328
1329 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1330 some underfull lines in dvi output.
1331
1332 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1333
1334 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1335
1336 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1337
3f1c6666
JD
13382009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1339
1340 * xresources.texi (Table of Resources): Mention maximized for
1341 fullscreen.
1342
1343 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1344
62aadce7
CY
13452009-07-01 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * anti.texi (Antinews): Correct the list of removed platforms.
1348
82ec412e
GM
13492009-06-28 Glenn Morris <rgm@gnu.org>
1350
1351 * arevert-xtra.texi: Minor language tweaks.
1352
09964e7d
GM
1353 * dired-xtra.texi: Minor revisions.
1354
666e158e
MB
13552009-06-23 Miles Bader <miles@gnu.org>
1356
c4cc8b9a 1357 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1358 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1359
70243478
CY
13602009-06-21 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * Branch for 23.1.
1363
67cbe681
KH
13642009-06-17 Kenichi Handa <handa@m17n.org>
1365
1366 * mule.texi (Charsets): Update the description for the new charset.
1367 (list-character-sets): New findex.
125dd7c5 1368 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1369
40e67246
CY
13702009-06-10 Chong Yidong <cyd@stupidchicken.com>
1371
b5700de6
CY
1372 * basic.texi (Moving Point): Fix tag.
1373
1374 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1375
1376 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1377 use camel-case for PageUp and PageDown.
1378
1379 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1380 camel-case for PageUp and PageDown.
1381
1382 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1383
40e67246 1384 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1385 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1386
522ddc9f 13872009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1388
522ddc9f
JB
1389 * fixit.texi (Spelling): Set default dictionary.
1390 Improve descriptions (Bug#2554)
6f591cf4 1391
53483c76
DR
13922009-06-08 David Reitter <david.reitter@gmail.com>
1393
1394 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1395 since saving colors and faces set this way is not implemented.
1396 (Environment variables): Remove mention of mac-fix-env, which is
1397 scheduled to be removed.
1398
1557ef4f
CY
13992009-06-04 Chong Yidong <cyd@stupidchicken.com>
1400
91056528
CY
1401 * custom.texi (Init Examples): Add example of changing load-path.
1402
1557ef4f
CY
1403 * building.texi (Lisp Libraries): Add example of changing
1404 load-path (Bug#3446).
1405
623cec4c
CY
14062009-05-28 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * mark.texi (Mark): Further clarifications.
1409 (Setting Mark): Emphasize that C-SPC activates the mark.
1410
0fcca8ee
CY
14112009-05-28 Chong Yidong <cyd@stupidchicken.com>
1412
702b10e1
CY
1413 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1414 Mark mode.
0fcca8ee
CY
1415 (Using Region, Persistent Mark): Use "active mark" instead of "active
1416 region".
1417
d3b396e4
CY
14182009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1419
1420 * mule.texi (Select Input Method): Fix typo.
1421
3f698a06
CY
14222009-05-13 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * anti.texi (Antinews): Document completion changes. Some additional
1425 copyedits and rearrangement of entries.
1426
b2a42eb7
CY
14272009-05-12 Chong Yidong <cyd@stupidchicken.com>
1428
932fd020
CY
1429 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1430 (Shell History Copying, Terminal emulator): Copyedits.
1431
1c6c854e
CS
1432 * xresources.texi (Resources): Simplify descriptions.
1433 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1434 (Table of Resources): Document fontBackend resource.
1435
b2a42eb7
CY
1436 * trouble.texi (Quitting): Add other undo bindings to table.
1437 (DEL Does Not Delete): Note that the erasure key is usually labelled
1438 "Backspace". Remove discussion of obscure Xmodmap issue.
1439
c6ea7fb8
CY
14402009-05-07 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * files.texi (Visiting): Copyedits.
1443
ad36c422
CY
14442009-05-06 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * basic.texi (Inserting Text): Document ucs-insert.
1447
1448 * mule.texi (International Chars): Define "multibyte". Note that
1449 internal representation is unicode-based. Simplify definition of raw
1450 bytes. Mention ucs-insert.
1451 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1452 (Language Environments): Add language environments new to Emacs 23.
1453 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1454 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1455 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1456 (Output Coding): Copyedits.
1457
1458 * emacs.texi (Top): Update node listing.
1459
d4ad7b96
CY
14602009-05-05 Per Starbäck <per@starback.se> (tiny change)
1461
1462 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1463
5bd66204
SM
14642009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * building.texi (Lisp Libraries): `load-library' does offer completion.
1467
bc36ad1c
CY
14682009-04-28 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1471 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1472
f1a47884
EZ
14732009-04-25 Eli Zaretskii <eliz@gnu.org>
1474
1475 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1476
be77bd45
CY
14772009-04-22 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1480
1481 * building.texi (Lisp Interaction): Document initial-scratch-message.
1482
d3b82927
JB
14832009-04-18 Juanma Barranquero <lekktu@gmail.com>
1484
ed6e7b11
JB
1485 * msdog.texi (Windows Fonts): Fix typos.
1486
d3b82927
JB
1487 * files.texi (Save Commands): Fix pxref.
1488
bc323c04
CY
14892009-04-18 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * files.texi (Save Commands): Mention diff-buffer-with-file.
1492 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1493 Henoch (Bug#3036).
1494
2186d13f
GM
14952009-03-15 Glenn Morris <rgm@gnu.org>
1496
1497 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1498 the former is not always used.
1499 (Mail Headers): Use active voice. Add "Mail-reply-to".
1500 Change case of "Id". Avoid repeated "appropriate".
1501 (Mail Aliases): Fix previous change - use an example with a ".", so it
1502 does actually get quoted when expanded.
1503 (Mail Sending): Mailclient is the default on some systems.
1504 (Citing Mail): Mention mail-indentation-spaces.
1505 (Mail Mode Misc): Add an @dfn for "mail signature".
1506
71e454fc
CY
15072009-03-15 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1510 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1511 read-buffer-completion-ignore-case, and completion-styles.
1512 Remove description of partial-completion-mode.
71e454fc 1513
df1a3e06
GM
15142009-03-14 Glenn Morris <rgm@gnu.org>
1515
1516 * sending.texi (Mail Format): Fix typo. Add index entry for
1517 mail-header-separator.
1518 (Mail Headers): Put info about initialization and changing in one place
1519 at the start. Update FCC section for mbox Rmail. Clarify From
1520 section, mention mail-setup-with-from. Clarify Reply-to section.
1521 Add Mail-followup-to and mail-mailing-lists. Clarify References
1522 section.
1523 (Mail Aliases): Update example, make less contentious.
1524 Update for name change of mail-interactive-insert-alias.
1525 (Mail Mode): Remove mention of `%' as a word separator.
1526 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1527 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1528 commands. Clarify FCC handling. In mail-complete, add reference to
1529 Mail Aliases section, and mention mail-complete-function.
1530 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1531 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1532 signature netiquette. Explain how the mail hooks work when continuing
1533 a composition.
1534 (Mail Amusements): Internationalize the spook section a bit.
1535 Remove the spook mail-setup-hook example, since it doesn't work well.
1536 Mention fortune-file.
1537 (Mail Methods): Mention read-mail-command.
1538
ed6e7b11 15392009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1540
df1a3e06
GM
1541 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1542 and NS resources following recent changes.
959d68bd 1543
86dca3e8
JR
15442009-03-10 Jason Rumney <jasonr@gnu.org>
1545
1546 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1547 w32-use-visible-system-caret doc to indicate that it should get set
1548 automatically.
1549 (Windows Fonts): Add doc for the uniscribe backend.
1550
042fe98f
DN
15512009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1552
1553 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1554 vc-dir. (Bug#2598)
1555
7f8dba73
RS
15562009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1557
1558 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1559
505e70c3
GM
15602009-03-05 Glenn Morris <rgm@gnu.org>
1561
04242bdc
GM
1562 * rmail.texi (Rmail Basics): Add reference to sorting.
1563 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1564 Minor re-wordings.
1565 (Rmail Motion): Mention rmail-next-same-subject.
1566 (Rmail Deletion): Expunging is not the only way to change the numbers.
1567 (Rmail Labels): Labels can also be used in sorting.
1568 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1569 (Rmail Display): Mention rmail-mime.
1570
00cfe22c
GM
15712009-03-04 Glenn Morris <rgm@gnu.org>
1572
1573 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1574 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1575 summary. Mention sorts cannot be undone.
1576 (Rmail Display): Give an example of how to use goto-address-mode.
1577 (Rmail Editing): It's keybindings that are redefined, not commands.
1578 Fix some typos.
1579 (Movemail): Some minor rewording.
1580 (Remote Mailboxes): Emacs movemail supports pop by default.
1581 Fix some minor grammatical issues. The "two alternative ways" to
1582 specify a POP mailbox are really just one. Remove all reference to the
1583 variables rmail-pop-password and rmail-pop-password-required, obsolete
1584 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1585 can support Kerberos.
1586
3d963b67
GM
15872009-03-03 Glenn Morris <rgm@gnu.org>
1588
1589 * rmail.texi (Rmail Deletion): Revert previous change, which was
1590 describing the Rmail summary versions.
1591 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1592 Minor re-wording for rmail-resend.
1593 (Rmail Make Summary): Summaries apply to buffers rather than files.
1594 <rmail-summary-by-topic>: Headers includes the subject.
1595 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1596 details, including prefix arguments.
2340abde 1597 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1598 Not counting lines might be faster.
1599 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1600 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1601 Name the commands bound to the various keys. Mention prefix argument
1602 for searching.
3d963b67
GM
1603 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1604 Simplify rmail-highlighted-headers description. Update face name.
1605
a8ce3d17
JB
16062009-03-02 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * mark.texi (Marking Objects): Fix typo.
1609
130a29b6
CY
16102009-03-01 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1613 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1614
9d5de6f8
GM
16152009-03-01 Glenn Morris <rgm@gnu.org>
1616
79fc530e 1617 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1618 (Rmail Motion): - M-s searches from the end of messages.
1619 (Rmail Deletion): Minor clarification. Fix numeric argument
1620 description.
1621 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1622 newmail and RMAILOSE files need not be in home-directory.
1623 (Rmail Files): Mention I/O menus are unselectable if no files match.
1624 Mention `MAIL' env-var.
1625
b545ff9c
JR
16262009-02-24 Jason Rumney <jasonr@gnu.org>
1627
1628 * mule.texi (Fontsets): Mention fontset-default, font specs and
1629 fallback fontsets.
1630 (Defining Fontsets): Mention ns and w32 variants of
1631 standard-fontset-spec. Update description of startup fontset to match
1632 Emacs 23 behavior.
a93be82a 1633 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1634 (International): Link to Modifying Fontsets.
b545ff9c 1635
75da0618 16362009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1637
1638 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1639 Mention ns-extended-platform-support-mode.
1640
6be93a16
KB
16412009-02-22 Karl Berry <karl@gnu.org>
1642
1643 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1644
867d4bb3
JB
16452009-02-19 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * basic.texi (Moving Point, Position Info):
1648 * files.texi (Visiting):
1649 * mini.texi (Completion Options):
1650 * text.texi (HTML Mode): Remove duplicate words.
1651
49b5c0e8
GM
16522009-02-20 Glenn Morris <rgm@gnu.org>
1653
1654 * rmail.texi: Minor updates for mbox rather than Babyl.
1655
f43a822c
KB
16562009-02-17 Karl Berry <karl@gnu.org>
1657
49b5c0e8 1658 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1659
80d634b8
RS
16602009-02-17 Richard M Stallman <rms@gnu.org>
1661
1662 * anti.texi (Antinews): Mention Babyl format.
1663
1664 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1665
1666 * rmail.texi: Update for mbox format.
1667 Various small fixes, as well as the following.
1668 (Out of Rmail): Node deleted.
1669 (Rmail): Update menu.
1670 (Rmail Files): Comment out set-rmail-inbox-list.
1671 Document rmail-inbox-list instead.
1672 (Rmail Output): Substantial changes since C-o is now
1673 rmail-output-as-seen and o is rmail-output.
1674 (Rmail Attributes): Delete `stored', add `retried'.
1675 (Rmail Display): Editing headers works in all cases.
1676
f0d129c6
GM
16772009-02-17 Glenn Morris <rgm@gnu.org>
1678
1679 * basic.texi (Position Info): M-x count-lines-region is not always on
1680 M-=. (Bug#2269)
1681
160f11d3
GM
16822009-02-09 Glenn Morris <rgm@gnu.org>
1683
1684 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1685 defaults.
1686
763e01c4
EZ
16872009-02-07 Eli Zaretskii <eliz@gnu.org>
1688
1689 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1690 documentation of possible problems with redecoding.
1691
f5e1441d
GM
16922009-02-03 Glenn Morris <rgm@gnu.org>
1693
1694 * rmail.texi (Out of Rmail): Mention b2m.pl.
1695
e1eabe41
GM
16962009-01-31 Glenn Morris <rgm@gnu.org>
1697
1698 * rmail.texi (Out of Rmail): Correct b2m location.
1699
dd05f9de
CY
17002009-01-27 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * fixit.texi (Undo): Update undo limit values.
1703
d74d846e
GM
17042009-01-27 Glenn Morris <rgm@gnu.org>
1705
1706 * emacs.texi (Top): Fix Antinews menu entry.
1707
49ffdce8
KB
17082009-01-25 Karl Berry <karl@gnu.org>
1709
1710 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1711 item with no marker, instead of the syntactically incorrect
1712 @itemize @asis.
1713
467e8d77
JL
17142009-01-25 Juri Linkov <juri@jurta.org>
1715
1716 * building.texi (Grep Searching): Fix index entry for lgrep.
1717
6c60bbdb
EZ
17182009-01-24 Eli Zaretskii <eliz@gnu.org>
1719
1720 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1721
9ce5a36f
AR
17222009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1723
1724 * macos.texi (Preferences Panel): Update description of font setting to
1725 reflect that prior frame selection is no longer needed.
1726
9aa5f2fb
NR
17272009-01-20 Nick Roberts <nickrob@snap.net.nz>
1728
1729 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1730 raise GUD subsections.
1731
3892ff9c
GM
17322009-01-15 Glenn Morris <rgm@gnu.org>
1733
1734 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1735
14731c8f
GM
17362009-01-10 Glenn Morris <rgm@gnu.org>
1737
1738 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1739
45c55e53
CY
17402009-01-04 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1743 logical lines.
1744
2e4667d1
JL
17452008-12-29 Juri Linkov <juri@jurta.org>
1746
1747 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1748
1749 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1750
2a3eac47
CY
17512008-12-28 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1754 goto-address-mode instead of goto-address.
1755
3da8da94
CY
1756 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1757 mode.
1758
2a3eac47
CY
1759 * emacs.texi (Top): Update node listing.
1760
057f6dd3
EZ
17612008-12-26 Eli Zaretskii <eliz@gnu.org>
1762
1763 * custom.texi (Directory Variables): Explain what is a "project".
1764 Add indexing. Improve wording. Add a footnote about using
1765 _dir-locals.el on MS-DOS.
1766
e6979067
DN
17672008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1768
1769 * files.texi (Misc File Ops): Mention chmod as an alias for
1770 set-file-modes.
1771
9de15963
MR
17722008-12-24 Martin Rudalics <rudalics@gmx.at>
1773
1774 * help.texi (Help): Fix typos and reword.
1775 (Help Summary): Add entries for C-h n and C-h r, reorder
1776 entries, and do some minor fixes.
1777 (Name Help): Say that C-h F works for commands only.
1778 (Misc Help): Say that view-lossage displays 300 keystrokes.
1779
236fd60d
GM
17802008-12-20 Glenn Morris <rgm@gnu.org>
1781
1782 * ack.texi (Acknowledgments): General update based on AUTHORS,
1783 including removal of some stuff no longer distributed.
1784
349b3256
AM
17852008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1786
1787 * fixit.texi: Mention hunspell
1788
e840fca5
GM
17892008-12-19 Glenn Morris <rgm@gnu.org>
1790
1791 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1792 Consolidate explanatory text at start.
e840fca5
GM
1793
1794 * display.texi (Text Display):
1795 * indent.texi (Indentation): Use @acronym with ASCII.
1796
9dfa7983
GM
17972008-12-18 Glenn Morris <rgm@gnu.org>
1798
1799 * ack.texi: Various small updates and fixes.
1800
97b3a00b
JL
18012008-12-18 Juri Linkov <juri@jurta.org>
1802
1803 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1804 as a key binding to start a forward nonincremental word search.
1805 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1806 a backward nonincremental word search. Add index for `M-s w'
1807 `isearch-forward-word'.
1808 (Regexp Search): Add a short summary of regexp key commands like
1809 in the node "Basic Isearch".
1810 (Other Repeating Search): Fix typo.
1811
18122008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1813
1814 * misc.texi (PostScript Variables): Fix doc.
1815
31ce6a07
CY
18162008-12-10 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * programs.texi (Program Modes): Mention Ruby mode.
1819
636b507b
DN
18202008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * misc.texi (emacsclient Options): Describe what an empty string
1823 argument does for --alternate-editor.
1824
a323fa14
CY
18252008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1826
1827 * cmdargs.texi (Font X): Distinguish between client-side and
1828 server-side fonts. List valid Fontconfig properties. Add reference to
1829 Fontconfig manual. List valid GTK font properties. Explain use of
1830 fc-list.
1831
c5ca6cd0
CY
18322008-12-09 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * cmdargs.texi (Font X): Move discussion of quoting to top.
1835
e5136377
GM
18362008-12-06 Glenn Morris <rgm@gnu.org>
1837
1838 * maintaining.texi (Old Revisions): Improve previous change.
1839
248c026b
RS
18402008-12-05 Richard M Stallman <rms@gnu.org>
1841
1842 * anti.texi (Antinews): Minor fixes.
1843
a9253a1e
GM
18442008-12-03 Glenn Morris <rgm@gnu.org>
1845
1846 * maintaining.texi (Old Revisions): Fix diff-switches description.
1847
fa687b02
MR
18482008-12-01 Martin Rudalics <rudalics@gmx.at>
1849
1850 * emacs.texi (Top): Fix typo.
1851
72e6decd
CY
18522008-11-30 Chong Yidong <cyd@stupidchicken.com>
1853
320ee034
CY
1854 * misc.texi (Document View): Explain dependence on gs at the top.
1855 Copyedits.
1856
1857 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1858
72e6decd
CY
1859 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1860 (Comment Commands): Discuss region-active behavior of M-; first.
1861
2a472ee4
MR
18622008-11-29 Martin Rudalics <rudalics@gmx.at>
1863
9c6361c9
MR
1864 * display.texi (Line Truncation): Add reference to Continuation
1865 Lines.
1866
2a472ee4
MR
1867 * windows.texi (Pop Up Window): Mention split-height-threshold
1868 and split-width-threshold.
9c6361c9 1869 (Split Window): Add reference to Continuation Lines.
2a472ee4 1870
e93bc142
AR
18712008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1872
1873 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1874 (GNUstep Support): New node.
1875 * anti.texi:
1876 * emacs.texi:
1877 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1878
43b978db
RS
18792008-11-28 Richard M Stallman <rms@gnu.org>
1880
1881 * misc.texi (Dissociated Press): Minor cleanups.
1882
1883 * dired.texi (Image-Dired): Avoid passive.
1884
e8e2bd93
EZ
18852008-11-28 Eli Zaretskii <eliz@gnu.org>
1886
1887 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1888 representation.
1889
8d2d45da
CY
18902008-11-26 Richard M. Stallman <rms@gnu.org>
1891
1892 * files.texi (Visiting): Rewrite paragraph for clarity.
1893
1894 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1895
a5f7bbcc
AM
18962008-11-25 Alan Mackenzie <acm@muc.de>
1897
1898 * programs.texi (Moving by Parens): Clarify that parens inside strings
1899 and comments are ignored, and that the commands assume the starting
1900 point isn't in a string or comment.
1901
a71703d3
AR
19022008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1903
1904 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1905 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1906 version.
1907 (Mac Customization): Rewrite Preferences Panel section and merge in to
1908 this node, add Open files by dragging to an Emacs window.
1909
1910 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1911
aa5ab79a
CY
19122008-11-26 Chong Yidong <cyd@stupidchicken.com>
1913
0cc92c19
CY
1914 * files.texi (Misc File Ops): Document set-file-modes.
1915
c366b4e4
CY
1916 * windows.texi (Split Window): Document integer values of
1917 truncate-partial-width-windows.
1918
aa5ab79a
CY
1919 * text.texi (Text): Simplify description of markup languages.
1920 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1921 (TeX Editing): Note that `""' inserts one `"' character.
1922 (HTML Mode): Note in the introduction that XML mode is an alias for
1923 SGML mode. Mention nXML mode.
1924
56221db7
CY
19252008-11-25 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * building.texi (Watch Expressions): Fix typo.
1928
90effe33
CY
19292008-11-24 Chong Yidong <cyd@stupidchicken.com>
1930
f90a5ae3
CY
1931 * files.texi (Visiting): Document new behavior of
1932 confirm-nonexistent-file-or-buffer.
1933
1c6c854e
CS
1934 * buffers.texi (Select Buffer):
1935 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 1936
a18ffb4a
CY
1937 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1938 edit-picture.
1939
90effe33
CY
1940 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1941 edit-picture', since that is just an alias for picture-mode.
1942 (Sentences): Note that repeated M-@ extends the region.
1943 (Pages): Make terminology more consistent. Link to Regexps node.
1944 (Longlines): Discuss relationship with Visual Line mode.
1945 (Text Mode): Remove extraneous discussion of other modes, since they
1946 were already introduced in the parent node.
1947
e85103ec
CY
19482008-11-23 Chong Yidong <cyd@stupidchicken.com>
1949
5cb2fe30
CY
1950 * anti.texi (Antinews): Rewrite.
1951
1eb9b307 1952 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1953
1954 * frames.texi (Frame Commands): Mention "minimize" terminology.
1955
e85103ec
CY
1956 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1957 formats.
b908332f
CY
1958 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1959 (Misc X): Don't document useless -hb option.
e85103ec 1960
607f5f88
JL
19612008-11-22 Juri Linkov <juri@jurta.org>
1962
1963 * dired.texi (Dired Navigation): Change normal file name search option
1964 from `non-nil' to `t'. Add `dwim' option.
1965
e1b867a0
JL
19662008-11-22 Juri Linkov <juri@jurta.org>
1967
1968 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
1969 ".dir-locals.el". Rename `define-project-bindings' to
1970 `dir-locals-set-class-variables'. Rename `set-directory-project' to
1971 `dir-locals-set-directory-class'.
1972
dd186936
LK
19732008-11-22 Lute Kamstra <lute@gnu.org>
1974
1975 * buffers.texi (Select Buffer): Index goto-line.
1976 * basic.texi (Moving Point): Mention the use of a numeric prefix
1977 argument with goto-line and refer to Select Buffer for the use of a
1978 plain prefix argument.
1979
4b121911
GM
19802008-11-19 Glenn Morris <rgm@gnu.org>
1981
1982 * doclicense.texi: Update to FDL 1.3.
1983 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
1984
27267e4c
CY
19852008-11-17 Chong Yidong <cyd@stupidchicken.com>
1986
696f351d
CY
1987 * custom.texi (Minor Modes): Define mode commands and mode variables
1988 more precisely. Recommend using mode commands instead of setting
1989 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
1990 (Easy Customization): Use "init file" instead of .emacs.
1991 (Customization Groups): Update to new Custom buffer appearance.
1992 (Saving Customizations): Copyedits. Update example.
1993 (Variables): Give example of variable type-sensitivity.
1994 (Examining): Update example.
1995 (Hooks): Copyedits.
1996 (Specifying File Variables): Use C comments instead of an artificial
1997 Lisp for the example.
1998 (Keymaps): Move internals discussion to Prefix Keymaps.
1999 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2000 (Init Rebinding): Document kbd macro.
2001 (Init File): Link to Find Init.
696f351d
CY
2002
2003 * mark.texi (Using Region): Document Delete Selection Mode more
2004 thoroughly.
2005
2006 * frames.texi (Mouse Commands): Move most of the description of Delete
2007 Selection Mode to Using Region, and link to it.
1bc9c425 2008 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2009
b0570c25
CY
2010 * building.texi (Compilation): Document first-error value of
2011 compilation-scroll-output.
2012 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2013 works as soon as an error is available. Suggested by Juri Linkov.
2014
27267e4c
CY
2015 * mini.texi (Passwords): New node.
2016
2017 * files.texi (Remote Files): Link to Passwords node.
2018
2019 * emacs.texi (Top): Update node listings.
2020
122eb807
CY
20212008-11-16 Chong Yidong <cyd@stupidchicken.com>
2022
9c9855a3
CY
2023 * ack.texi (Acknowledgments): Some updating of credits.
2024
bd6fdcad
CY
2025 * emacs.texi (Acknowledgments): Add a couple more names.
2026
dd1eef46
CY
2027 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2028
122eb807 2029 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2030 (Misc File Ops): Document use of trash.
122eb807 2031
801a8da1
JB
20322008-11-16 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * macos.texi (Mac Customization): Fix typos.
2035
0b4f2253
CY
20362008-11-14 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2039 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2040 the conventions of the main Emacs manual.
2041
2042 * emacs.texi (Top): Update node listings.
2043
517e2b89
CY
20442008-11-12 Chong Yidong <cyd@stupidchicken.com>
2045
07a85685
CY
2046 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2047 command-line-args is processed during startup.
2048 (Action Arguments): Correctly describe how file arguments interact with
2049 the startup screen. Link to Lisp Interaction for scratch buffer.
2050 (Initial Options): Link to Command Example for -batch option.
2051 (Environment): Document initial-environment.
2052
517e2b89
CY
2053 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2054 can't be changed in the site-start file.
2055
6337bbde
CY
20562008-11-07 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * dired.texi (Dired): Mention C-x C-d too.
2059 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2060 (Dired Navigation): Explain dired-goto-file more clearly.
2061 Document dired-isearch-filenames.
6337bbde
CY
2062 (Dired Deletion): Remove unnecessary "expunged" terminology.
2063 (Flagging Many Files): & is now rebound to `% &'.
2064 (Shell Commands in Dired): Document dired-do-async-shell-command.
2065 Clarify how multi-file arguments are passed.
2066 (Misc Dired Features): Document dired-do-isearch.
2067
9e8eeff9
CY
20682008-11-06 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2071
e071f849
CY
20722008-11-03 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2075
05482eb1
CY
20762008-11-01 Chong Yidong <cyd@stupidchicken.com>
2077
e2346dea
CY
2078 * programs.texi (Program Modes): Link to Program Indent node.
2079 (Left Margin Paren): Explain consequences of changing
2080 open-paren-in-column-0-is-defun-start more concisely.
2081 (Which Function, Program Indent, Info Lookup): Minor edits.
2082 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2083 (Multi-line Indent): If region is active, TAB indents the region.
2084 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2085 (Matching): The delimiter at the cursor is highlighted---the character
2086 changes color.
2087 (Symbol Completion): Link to Completion node.
2088
e4b6428c
CY
2089 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2090 a strictly text-only system.
2091
05482eb1
CY
2092 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2093 batch mode.
2094
a11d3737
RS
20952008-11-01 Richard M. Stallman <rms@gnu.org>
2096
5abad626
RS
2097 * misc.texi (Document View): Major rewrite.
2098
a11d3737
RS
2099 * maintaining.texi (Types of Log File): Change logs are older than
2100 version control.
2101 (VCS Concepts): Simplify and rearrange.
2102 (Version Control Systems): Make it clear that Linux is only the kernel.
2103 (VC Mode Line): Shorten reference to menu item.
2104 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2105 (VC Directory Mode): Minor cleanup.
2106 Unchanged files are hidden, not omitted.
2107 (VC Directory Commands): Shorten and simplify.
2108 (Change Log Commands): New node, split from Change Logs.
2109 (VC Directory Buffer): New node, split from VC Directory Mode.
2110
c55a4acb
CY
21112008-10-31 Chong Yidong <cyd@stupidchicken.com>
2112
1c6c854e 2113 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2114 from files.texi.
2115
1c6c854e
CS
2116 * files.texi (Version Control): Move to maintaining.texi.
2117 Subnodes moved as well.
2118 (Document Files): Move to misc.texi.
df0356f6 2119
c55a4acb
CY
2120 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2121 vc-update-change-log.
df0356f6
CY
2122 (Version Control): Move here from files.texi.
2123 (Format of ChangeLog): Make it a subnode of Change Log.
2124
2125 * emacs.texi (Top): Update node listing.
c55a4acb 2126
ef082374
TH
21272008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2128
2129 * files.texi (Files): Add a section about document
2130 files (doc-view-mode).
2131
d52582c3
CY
21322008-10-31 Chong Yidong <cyd@stupidchicken.com>
2133
1c6c854e
CS
2134 * building.texi (Compilation Mode):
2135 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2136 (Debuggers): Lower GUD subsections to subsubsections.
2137 (Starting GUD): Add cindex.
2138 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2139
4e0a0968
CY
21402008-10-30 Chong Yidong <cyd@stupidchicken.com>
2141
03625b47
CY
2142 * indent.texi (Indentation): Link to Program Indent.
2143
4e0a0968
CY
2144 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2145 now uses emacsclient's terminal.
2146
8bd3f7ef
CY
21472008-10-29 Chong Yidong <cyd@stupidchicken.com>
2148
80e5620e
CY
2149 * mark.texi (Using Region): Document use-empty-active-region.
2150
97d5c404
CY
2151 * emacs.texi (Top): Update node listings.
2152
1c6c854e
CS
2153 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2154 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2155 (Invoking emacsclient): Rewrite, moving optional arguments to
2156 emacsclient Options.
21d2bae3
CY
2157 (emacsclient Options): New node. Document server-use-tcp and
2158 server-host.
8bd3f7ef 2159
5fda2cbd
CY
21602008-10-28 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * indent.texi (Indentation): Replace list with paragraphed text,
2163 putting description of syntax-driven indentation first. Document new
2164 effect of active regions on tab.
2165 (Tab Stops): Note that editable tab stops affect indentation commands.
2166
4ff029f6
DN
21672008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2168
2169 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2170
996cd6e4
CY
21712008-10-23 Chong Yidong <cyd@stupidchicken.com>
2172
f28815e3
CY
2173 * custom.texi (Function Keys): Note that modified keypad keys are not
2174 translated.
2175
996cd6e4
CY
2176 * basic.texi (Arguments): Explain how to insert multiple digits.
2177
49545fe2
MA
21782008-10-22 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * files.texi (Remote Files): Precise selection of default method.
2181 Rewrite paragraph about disabling remote file names.
2182
edac0b53
CY
21832008-10-22 Chong Yidong <cyd@stupidchicken.com>
2184
e752c544
CY
2185 * search.texi (Special Isearch): Document M-TAB is isearch.
2186
edac0b53
CY
2187 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2188 command.
2189
2190 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2191
20a36054
TH
21922008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2193
1c6c854e 2194 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2195 section.
2196
69051ab6
CY
21972008-10-21 Chong Yidong <cyd@stupidchicken.com>
2198
c4b1a32a
CY
2199 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2200 to files.texi. Move contents of vc2-xtra.texi here.
2201
2202 * vc2-xtra.texi: File removed.
2203
2204 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2205 Directory Commands from the submenu. Don't include deleted file
2206 vc2-xtra.texi.
2207
2208 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2209 (Version Control): Add VC Directory Mode and VC Directory Commands to
2210 the submenu.
2211 (Why Version Control?): Use table format.
2212 (Version Control Systems): Note that Meta-CVS support is gone.
2213 (VCS Concepts): Note precisely when VC started supporting filesets.
2214 Remove bogus xref to CVS Options node.
2215 (Types of Log File): Copyedits.
2216 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2217 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2218 The Right Thing.
2219 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2220 (Log Buffer): Reorganize node, putting C-c C-c description first.
2221 (Old Revisions): Use CVS for example, not RCS.
2222 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2223 Commands from the submenu, putting them under Version Control.
2224 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2225 need to include it in the manual unconditionally, since it is now
2226 crucial to using distributed version control systems.
1a6e2954
CY
2227 (Comparing Files): Note that diff uses the minibuffer, and that the
2228 output is shown using Diff mode.
1c6c854e
CS
2229 (Diff Mode): Explain what "patch" and "hunk" mean.
2230 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2231 diff-show-trailing-whitespaces.
1a6e2954 2232 (File Archives): Add rar support.
c4b1a32a 2233
69051ab6
CY
2234 * major.texi (Choosing Modes): Make mode selection sequence more
2235 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2236 magic-mode-alist is nil by default.
2237 Document magic-fallback-mode-alist.
69051ab6 2238
e7421e03
CY
22392008-10-20 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * frames.texi (Mouse References): Copyedits.
2242
6b2efdc2
TH
22432008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2244
2245 * ack.texi (Acknowledgments): Add myself as doc-view author.
2246
9c5e9396
EZ
22472008-10-20 Eli Zaretskii <eliz@gnu.org>
2248
2249 * frames.texi (Dialog Boxes): Add @cindex entries.
2250
dac94f8e
CY
22512008-10-20 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2254 (Text-Only Mouse): Copyedit.
2255
25597d40
CY
22562008-10-19 Chong Yidong <cyd@stupidchicken.com>
2257
f8a447f6
CY
2258 * frames.texi: Use @key throughout for mouse clicks.
2259 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2260 (Secondary Selection): Fix modified mouse click syntax.
2261 (Clipboard): Describe Cut, Copy and Paste commands.
2262 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2263 Copyedits.
2264 (Creating Frames): Add xref to Init File.
2265 (Frame Commands): Add xref to Exiting.
2266 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2267
b0f95216
CY
22682008-10-15 Chong Yidong <cyd@stupidchicken.com>
2269
b0817f00
CY
2270 * files.texi (Version Control): Copyedits. Add Bazaar.
2271 (Version Control Systems): List different VCS's using an itemized list.
2272 Add Bazaar.
2273 (VCS Concepts): Copyedits. Tweak description of file merging.
2274
b0f95216
CY
2275 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2276 (Cut/Paste Other App): Document select-active-regions and
2277 x-select-enable-primary.
2278
69d0d701
CY
22792008-10-13 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * mark.texi (Shift Selection): Correct case in node name.
2282
2283 * emacs.texi (Top): Update node order in Mark chapter.
2284
375e8351
EZ
22852008-10-12 Eli Zaretskii <eliz@gnu.org>
2286
2287 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2288
2289 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2290 elsewhere in the manual instead of describing yet again the intricacies
2291 of $HOME on MS-Windows and MS-DOS.
2292
ab58114f
CY
22932008-10-12 Chong Yidong <cyd@stupidchicken.com>
2294
4f959513 2295 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2296 (Minibuffer File): Add discussion of `~' in file names.
2297 Add insert-default-directory index reference.
4f959513 2298
ab58114f
CY
2299 * files.texi (File Names): Reorganize description.
2300 (Visiting): Add xref to Mode Line. Copyedits.
2301 (Save Commands): Mention prefix behavior of C-x C-s.
2302 (Numbered Backups): Node deleted.
2303 (Backup Names): Contents of Numbered Backups moved here. State default
2304 of version-control variable.
2305 (Reverting): Copyedits.
2306 (Version Control): Add additional version control systems.
2307
2308 * emacs.texi (Top): Delete Numbered Backups node.
2309
2310 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2311 Backup Names.
f2884f63 2312 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2313
b0b5100a
RF
23142008-10-11 Romain Francoise <romain@orebokech.com>
2315
2316 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2317
89774b5f
CY
23182008-10-11 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2321 (Select Buffer): Mention use of minibuffer history. Describe default
2322 value of default-major-mode. Mention that C-x 4 b selects the other
2323 window.
2324 (List Buffers): Document CRM indicators in the order they appear.
2325 (Kill Buffer): Document new command kill-matching buffers.
2326 (Several Buffers): Move explanation of the relationship between buffer
2327 list and buffer menu to the top.
2328 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2329
4c72bf27
CY
23302008-10-10 Chong Yidong <cyd@stupidchicken.com>
2331
2332 * entering.texi (Exiting): Document change of C-x C-c to
2333 save-buffers-kill-terminal. Document kill-emacs.
2334
f68eb991
EZ
23352008-09-30 Eli Zaretskii <eliz@gnu.org>
2336
2337 * mule.texi (Coding Systems): Don't mention codepage-setup.
2338
2339 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2340 cpNNN coding systems anymore.
2341 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2342 for unibyte mode. Don't mention line-drawing characters.
2343 Don't mention dos-unsupported-char-glyph.
f68eb991 2344
1a2dd44d
CY
23452008-09-25 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * search.texi (Search): Shorten introduction.
2348 (Basic Isearch): Add command table. Discuss reverse isearch and
2349 isearch highlighting.
2350 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2351 ring to cindex.
2352 (Special Isearch): Move input methods discussion here.
2353 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2354 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2355 Repeat Isearch.
2356 (Isearch Minibuffer): New node.
2357 (Word Search): Document new word search commands.
2358 (Regexp Example): Simplify example using sentence-end-base variable.
2359 (Replace): Reword introduction.
2360 (Unconditional Replace): Remove unnecessary example.
2361 (Other Repeating Search): Document new `M-s o' binding.
2362
2363 * emacs.texi (Top): Update node listings.
2364
e45da31d
JB
23652008-09-22 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * emacs.texi (Top): Remove Kill Errors from menu.
2368
841c8096
CY
23692008-09-22 Chong Yidong <cyd@stupidchicken.com>
2370
402168fa
CY
2371 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2372 interface for defining macros. Simplify examples. Note that C-g quits
2373 macro definitions.
1c6c854e
CS
2374 (Keyboard Macro Counter): Document using F3 to insert counter.
2375 Give usage example.
402168fa
CY
2376 (Keyboard Macro Query): Organize query responses in a table.
2377
1c6c854e
CS
2378 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2379 Link to Erasing node.
841c8096
CY
2380 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2381 rationale to a footnote.
2382 (Kill Errors): Remove node, due to redundancy with Erasing.
2383 (Spelling): Move discussion of flyspell to end. Note new behavior of
2384 M-$ in active region. Remove non-ispell-specific keybindings from
2385 table.
2386
eab2ee89
DN
23872008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2388
2389 * cmdargs.texi (Initial Options): Document --daemon.
2390
3d53e905
GM
23912008-09-20 Glenn Morris <rgm@gnu.org>
2392
2393 * files.texi (Numbered Backups): Mention that some modes set
2394 version-control.
2395
1c90484d
GM
23962008-09-20 Jim Blandy <jimb@red-bean.com>
2397
2398 * files.texi (Numbered Backups): Reference File Variables, as well.
2399 Remove discussion of Rmail's implementation.
2400
0fc0d844
CY
24012008-09-06 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * misc.texi (Recursive Edit): Note that top-level exits active
2404 minibuffers.
2405
2406 * trouble.texi (Quitting): Likewise.
2407
b18d283d
CY
24082008-08-31 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * emacs.texi (Top): Add Temporary Face Changes xref.
2411
2412 * display.texi (Display): Move Temporary Face Changes node to just
2413 after Standard Faces.
2414 (Scrolling): Document recenter-top-bottom instead of recenter.
2415 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2416 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2417 (Display Custom): Copyedits.
2418 (Optional Mode Line): Document display-battery-mode.
2419
180135fc
RF
24202008-08-27 Romain Francoise <romain@orebokech.com>
2421
2422 * custom.texi (Directory Variables): Minor fix.
2423
d3fe3475
GM
24242008-08-27 Glenn Morris <rgm@gnu.org>
2425
2426 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2427 descriptions.
2428 (Calendar Customizing): Tweak layout description.
183080b6 2429 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2430 markers. Condense calendar-star-date and calendar-mark-today
2431 description.
2432 (Holiday Customizing): Add oriental and solar holidays.
2433 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2434 Fix holiday-float description. Use zerop in examples. Be less verbose.
2435 (Date Display Format): Change ISO format. Be less verbose.
2436 (Diary Customizing): Mention day and month abbrev arrays.
2437 Mention the date-form variables by name. Update European example.
2438 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2439 Condense examples. Mention diary-entry-symbols by name.
2440 Condense table for insertion commands.
2441 (Fancy Diary Display): Mention diary-include-string and
2442 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2443 Ethiopic, Persian date functions. Condense descriptions.
2444
2445 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2446 (Adding to Diary): Adapt for changed node name.
2447
71755807
GM
24482008-08-26 Glenn Morris <rgm@gnu.org>
2449
2450 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2451 node "Hebrew/Islamic Entries".
2452
2453 * calendar.texi (Specified Dates): Fix names of iso functions.
2454 (General Calendar): There may not be another window.
2455 (Writing Calendar Files, Holidays): Tweak intro.
2456 (Holidays): Mention Baha'i and Chinese holidays.
2457 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2458 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2459 (To Other Calendar): Add calendar-print-other-dates.
2460 Refer to "graphic display" rather than "X.
2461 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2462 (Displaying the Diary): Fix whitespace after reference.
2463 Fix `diary-number-of-entries' reference.
2464 (Date Formats): Explicitly mention that day names can be abbreviated.
2465 (Adding to Diary): Add some references to other sections.
2466 (Special Diary Entries): Fix reference.
2467 (Appointments): Simplify appt-message-warning-time entry.
2468 Clarify where times must be.
2469 (Importing Diary): Comment out icalendar paragraph that does not apply.
2470 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2471
d76ebc75
GM
24722008-08-23 Glenn Morris <rgm@gnu.org>
2473
2474 * fortran-xtra.texi (Fortran): Change description of free form and
2475 fixed form a bit. Mention hideshow and imenu.
2476 (Fortran Motion): Mention fortran-end-of-subprogram,
2477 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2478 (Fortran Indent): Minor re-word.
2479 (ForIndent Commands): Mention fortran-fill-paragraph and
2480 fortran-fill-statement.
2481 (ForIndent Cont): Mention fortran-tab-mode-string.
2482 (Fortran Comments): Mention fortran-comment-line-start-skip.
2483 (Fortran Columns): Mention font-locking.
2484 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2485
1fc0ce04 24862008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2487
2488 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2489
5c52e13c
CY
24902008-08-22 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * mini.texi (Minibuffer): Simplify introduction.
2493 (Minibuffer File): Document tilde in minibuffer filenames.
2494 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2495 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2496 (Completion Example): Update example to current command list.
2497 (Completion Options): Document `lazy' value of completion-auto-help.
2498 Update contents of completion-ignored-extensions.
2499 (Minibuffer History): Describe "future history" list. State default
2500 value of history-delete-duplicates.
2501
77a00355
GM
25022008-08-21 Glenn Morris <rgm@gnu.org>
2503
2504 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2505 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2506
39ee1d04
CY
25072008-08-17 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * regs.texi (Registers): Clarify valid register names.
2510 (RegPos): Note that buffer is saved and restored too.
2511 (RegText): Note that mark is reactivated/deactivated.
2512 (RegConfig): Xref to Windows node.
2513
b12c348f
CY
25142008-08-16 Chong Yidong <cyd@stupidchicken.com>
2515
3ae7ba79
CY
2516 * basic.texi (Inserting Text): Provide command name for C-q.
2517
b12c348f
CY
2518 * killing.texi (Killing): Copyedit. Define read-only text.
2519 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2520 (Killing by Lines): Copyedit.
2521 (Other Kill Commands): Move M-w description here.
2522 (Yanking): Move M-w to Other Kill Commands.
2523 (Kill Ring): Also mention saving text in registers. Link to Text
2524 Properties in elisp manual.
2525 (Accumulating Text): Copyedit.
2526 (CUA Bindings): Shift selection is now the default.
2527
d8ff7692
TZ
25282008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2529
2530 * maintaining.texi (Change Log): Mention next-error is available.
2531
a43a8a2e
GM
25322008-08-10 Glenn Morris <rgm@gnu.org>
2533
2534 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2535 and intermonth text.
2536 (Holiday Customizing): Add holiday-chinese.
2537
eba27308
EZ
25382008-08-08 Eli Zaretskii <eliz@gnu.org>
2539
2540 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2541
5f14a5b3
DN
25422008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2543
2544 * files.texi (Log Buffer): Describe C-c C-d.
2545 (Diff Mode): Describe C-x 4 A.
2546
49989bff
EZ
25472008-08-06 Eli Zaretskii <eliz@gnu.org>
2548
2549 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2550
5c915c02
DN
25512008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2552
2beaf97a
DN
2553 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2554 describe the new bindings to show the changeset diff, toggle annotation
2555 visibility, show revisions.
2556 (VC Status): Describe key bindings for modifying the change comments,
2557 displaying changeset diffs and annotations.
2558
5c915c02
DN
2559 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2560
71798ace
NR
25612008-08-05 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2564
b8949644
EZ
25652008-08-02 Eli Zaretskii <eliz@gnu.org>
2566
2567 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2568 and wording.
2569
819567d1
DN
25702008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2571
2572 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2573 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2574 commands. Improve some old info.
2575
5f38310a
CY
25762008-07-31 Chong Yidong <cyd@stupidchicken.com>
2577
0dc3906b
CY
2578 * display.texi (Visual Line Mode): New node.
2579
5f38310a 2580 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2581 (Moving Point): Add additional alternative key bindings.
2582 Describe line-move-visual.
5f38310a
CY
2583 (Erasing): Describe DEL.
2584 (Basic Undo, Blank Lines, Arguments): Copyedit.
2585 (Continuation Lines): Mention Visual Line mode.
2586 (Position Info): Move extended discussion to mule.texi.
2587
2588 * mule.texi (International Chars): Describe C-x =.
2589
2590 * emacs.texi (Top): Add Visual Line Mode node.
2591
7c2fb837
DN
25922008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2593
2594 * emacs.texi: Remove VMS support.
2595
3f6b73ef
DN
25962008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2597
2598 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2599 the vc-dir command name.
2600
9e2a2647
DN
26012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2602
2603 * xresources.texi: Remove mentions of Mac Carbon.
2604
568beaa2
AS
26052008-07-19 Andreas Schwab <schwab@suse.de>
2606
2607 * ns-emacs.texi: Move to ../misc.
2608
0ef94706
CY
26092008-07-15 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * entering.texi (Exiting): Don't describe text-only terminals as the
2612 default. Describe the new startup screen.
2613 (Exiting): Describe how to kill Emacs first. Change description of
2614 iconification to handle modern window systems.
2615
ba60bd44 26162008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2617
2618 * ns-emacs.texi: New file, documents features of Emacs port under
2619 NeXTstep windowing.
2620
9f30aa73
CY
26212008-07-15 Chong Yidong <cyd@stupidchicken.com>
2622
938a5d2e
CY
2623 * entering.texi (Entering Emacs): Update prev node.
2624
2625 * glossary.texi (Glossary): Remove xref to Text Characters.
2626
9f30aa73
CY
2627 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2628 directly, rather than in the context of ASCII. Move description of
2629 special properties of modifier key to new Modifier Keys node.
2630 (Keys): Copyedit.
2631 (Text Characters): Delete node. Multibyte is the default nowadays, and
2632 the node contents are obsolete.
2633
2634 * custom.texi (Modifier Keys): New node.
2635
2636 * emacs.texi (Top): Update node list.
2637
7e53d36c
CY
26382008-07-13 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2641 saying that Emacs provides menus and mouse support (which is par for
2642 the course).
2643
2644 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2645 early on.
2646 (Point): Copyedit. Relegate historical trivia to a footnote.
2647 (Mode Line): Explain mode-line format more consistently.
2648 (Menu Bar): Copyedit.
2649
1e9fa96d
GM
26502008-06-27 Glenn Morris <rgm@gnu.org>
2651
2652 * cal-xtra.texi (Sexp Diary Entries):
2653 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2654
dc9bebb8
CY
26552008-06-26 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * mark.texi (Shift selection): New node.
2658 (Mark): Copyedits.
2659 (Persistent Mark): Move to the end of the chapter.
2660
e7881076
EZ
26612008-06-20 Eli Zaretskii <eliz@gnu.org>
2662
2663 * makefile.w32-in (distclean): Remove makefile.
2664
f427400c
NR
26652008-06-17 Nick Roberts <nickrob@snap.net.nz>
2666
2667 * building.texi (Starting GUD): Add an entry for gud-gdb.
2668 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2669 command mode.
2670
b597d348
GM
26712008-06-17 Glenn Morris <rgm@gnu.org>
2672
2673 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2674
647b7094
NR
26752008-06-17 Nick Roberts <nickrob@snap.net.nz>
2676
2677 * building.texi (Starting GUD): Expand on remote debugging.
2678 (Other GDB-UI Buffers): Mention new keyboard bindings.
2679
47a30023
GM
26802008-06-15 Glenn Morris <rgm@gnu.org>
2681
2682 * gnu.texi: Use a verbatim license for this invariant section,
2683 as per etc/GNU.
2684
37e5d54a
GM
26852008-06-13 Daniel Engeler <engeler@gmail.com>
2686
2687 * emacs.texi, misc.texi: Add documentation about serial port access.
2688
8e65d46c
GM
26892008-06-13 Glenn Morris <rgm@gnu.org>
2690
c1473b4c
MB
2691 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2692 maintain.info.
8e65d46c 2693
e40a85cd
MB
26942008-06-05 Miles Bader <miles@gnu.org>
2695
2696 * display.texi (Temporary Face Changes): Update to reflect function
2697 renamings in face-remap.el.
2698
56c73dec
MB
26992008-06-04 Miles Bader <miles@gnu.org>
2700
1c6c854e
CS
2701 * display.texi (Temporary Face Changes):
2702 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2703 `increase-buffer-face-height' and `decrease-default-face-height' now
2704 that they aren't bound by default.
2705
9d3d42fb
MB
27062008-06-03 Miles Bader <miles@gnu.org>
2707
2708 * display.texi (Temporary Face Changes): New node.
2709
2be6bfe2
EZ
27102008-05-31 Eli Zaretskii <eliz@gnu.org>
2711
2712 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2713
daf7e339
GM
27142008-05-31 Glenn Morris <rgm@gnu.org>
2715
2716 * cal-xtra.texi (Fancy Diary Display): Simplify.
2717
d21d2618
GM
27182008-05-30 Glenn Morris <rgm@gnu.org>
2719
2720 * cal-xtra.texi (Fancy Diary Display): Update for
2721 diary-display-function replacing diary-display-hook.
2722
71ce5fd0
JB
27232008-05-29 Drew Adams <drew.adams@oracle.com>
2724
2725 * msdog.texi (Windows Keyboard): Add descriptions of
2726 w32-register-hot-key and w32-unregister-hot-key.
2727
a3cdbdf8
MO
27282008-05-21 Tom Tromey <tromey@redhat.com>
2729
2730 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2731 Variables node.
2732
854a574c
MO
27332008-05-19 Tom Tromey <tromey@redhat.com>
2734
2735 * custom.texi (Variables): Add Directory Variables to menu.
2736 (Directory Variables): New node.
2737
7c2ec3f9
ER
27382008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2739
71ce5fd0 2740 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2741
370fded4
ER
27422008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2743
2744 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2745 Revision Tags and rewritten. Section now uses modern terminology,
2746 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2747 accurately.
2748
6af511e3
EZ
27492008-05-10 Eli Zaretskii <eliz@gnu.org>
2750
2751 * msdog.texi (Windows Files): Update documentation of
2752 w32-get-true-file-attributes.
2753
7a78b6e7
ER
27542008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2755
2756 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2757 directory mode.
2758
1bcfc24e
CY
27592008-05-08 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2762 entry "television".
1bcfc24e 2763
db86064f
ER
27642008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2765
ab5ec32c 2766 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2767
a31b405e
ER
27682008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2769
2770 * emacs/buffers.texi, emacs/files.texi (Version-control):
2771 vc-toggle-read-only is no longer a good idea...
2772
ff2c14fc
GM
27732008-04-29 Glenn Morris <rgm@gnu.org>
2774
2775 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2776
367c9b7c
JL
27772008-04-22 Juri Linkov <juri@jurta.org>
2778
2779 * dired.texi (Subdirectories in Dired): Describe using `^'
2780 to return to the parent directory.
2781
4ac1e9b4
NR
27822008-04-22 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2785 recent changes.
2786
b9b3bf2b
NR
27872008-04-19 Nick Roberts <nickrob@snap.net.nz>
2788
2789 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2790 (Other GDB-UI Buffers): Update for recent thread related changes.
2791
4d120d6a
SM
27922008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2793
2794 * maintaining.texi (Maintaining):
2795 * emacs.texi (Top): Typo.
2796
a152877d
SM
27972008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2798
b9b3bf2b
NR
2799 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2800 arg in `font-lock-add-keywords'.
a152877d 2801
36c0514c
GM
28022008-04-08 Glenn Morris <rgm@gnu.org>
2803
2804 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2805 Also add Baha'i calendar references where appropriate.
2806
06a97d46
GM
28072008-04-05 Glenn Morris <rgm@gnu.org>
2808
2809 * custom.texi (Init File): Byte-compiling .emacs is bad.
2810
6adc6eed
SM
28112008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2814
571388b0
GM
28152008-03-29 Glenn Morris <rgm@gnu.org>
2816
2817 * calendar.texi: Update for `calendar-date-style' replacing
2818 `european-calendar'.
2819
3ae8f876
JR
28202008-03-28 Jason Rumney <jasonr@gnu.org>
2821
2822 * display.texi (Display Custom): Mention overlay-margin in text.
2823
5bc6ddff 28242008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2825
5bc6ddff
MB
2826 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2827 tutorial' comments.
03a864d5 2828
7186a830
CY
28292008-03-28 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * mark.texi (Mark): Rearrange nodes.
2832 (Persistent Mark): Rename from Transient Mark.
2833 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2834 Describe Transient Mark mode as the default.
2835
2836 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2837 the default behavior with Transient Mark mode off.
2838 (Position Info): Fix typo.
2839
71ce5fd0
JB
2840 * display.texi (Standard Faces): Reference the Mark node.
2841 Remove discussion of the region face, which is discussed there.
7186a830
CY
2842
2843 * emacs.texi (Top): Update node listings.
2844
2845 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2846 as the default.
2847
2848 * fixit.texi (Undo): Standardize choice of undo key sequence.
2849 (Undo, Spelling): Describe Transient Mark mode as the default.
2850
2851 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2852 default.
2853
2854 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2855
2856 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2857 mode is the default, and note that the mark is not activated when set.
2858
2859 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2860 Describe Transient Mark mode as the default.
2861
2862 * search.texi (Basic Isearch): Reference the Mark Ring node.
2863 (Replace, Unconditional Replace, Other Repeating Search):
2864 Describe Transient Mark mode as the default.
2865
1c6c854e
CS
2866 * text.texi (Words, Pages, Fill Commands, HTML Mode):
2867 Describe Transient Mark mode as the default.
7186a830
CY
2868 (Paragraphs): Describe how M-h behaves when region is active.
2869
2870 * trouble.texi (Quitting): Clarify effects of C-g.
2871
dc47d1ff
GM
28722008-03-13 Glenn Morris <rgm@gnu.org>
2873
2874 * emacs.texi (EMACSVER): Set to 23.0.60.
2875
e3e0fb39 28762008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2877
e3e0fb39
GM
2878 * dired.texi (Hiding Subdirectories): Fix previous change.
2879
28802008-03-05 Drew Adams <drew.adams@oracle.com>
2881
2882 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2883
5e14abf8
KS
28842008-02-28 Kim F. Storm <storm@cua.dk>
2885
2886 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2887 Move describe-distribution to C-h C-o.
2888 Move view-emacs-problems to C-h C-p.
2889 Add view-emacs-debugging on C-h C-d.
2890 Add view-external-packages on C-h C-e.
d0207bf3 2891 Add view-order-manuals on C-h C-m.
5e14abf8 2892
d0207bf3 28932008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2894
2895 * msdog-xtra.texi (MS-DOS): Docstring fix.
2896
87e391bb
EZ
28972008-02-09 Eli Zaretskii <eliz@gnu.org>
2898
2899 * msdog.texi (Windows Fonts): Use a @table for describing font
2900 properties.
2901
5662e503
JR
29022008-02-07 Jason Rumney <jasonr@gnu.org>
2903
2904 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2905 value has changed.
2906 (Windows HOME): Clarify what is meant by "if that fails as well".
2907 (Windows Fonts): New section.
2908
72463824
GM
29092008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2910
2911 * basic.texi (Basic Undo): Remove duplicate "you can".
2912
7ff926e0
EZ
29132008-02-02 Eli Zaretskii <eliz@gnu.org>
2914
2915 * maintaining.texi (Tags): Fix last change.
2916
6ab7aef1
MA
29172008-02-02 Michael Albinus <michael.albinus@gmx.de>
2918
093571c3 2919 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2920
ace67e7e
NR
29212008-01-31 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2924
ae068fdf
RS
29252008-01-26 Richard Stallman <rms@gnu.org>
2926
2927 * maintaining.texi (Tags): Delete redundant index entry.
2928
a56d9a08
EZ
29292008-01-26 Eli Zaretskii <eliz@gnu.org>
2930
2931 * programs.texi (Imenu): Move "@cindex tags" from here...
2932 * maintaining.texi (Tags): ...to here.
2933
e941ed90
NR
29342008-01-23 Kevin Ryde <user42@zip.com.au>
2935
2936 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2937 click count.
2938
650276d5
JB
29392008-01-21 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * entering.texi (Exiting): Fix typo.
2942 Reported by D. E. Evans <sinuhe@gnu.org>.
2943
8dc17977
MR
29442007-12-31 Martin Rudalics <rudalics@gmx.at>
2945
2946 * glossary.texi (Glossary): Fix typo.
2947
9f9695a6
RS
29482007-12-27 Richard Stallman <rms@gnu.org>
2949
2950 * text.texi (Formatted Text): Improve menu tag.
2951 (Editing Format Info): In Info, add duplicate menu of nodes
2952 about the submenus.
2953 (Format Faces): Say where Faces menu is found. Mention Other.
2954 (Format Colors): Say where these submenus are found.
2955 (Format Indentation, Format Justification): Likewise.
2956 (Format Properties): Likewise.
2957
abfd0191
RS
29582007-12-22 Richard Stallman <rms@gnu.org>
2959
2960 * search.texi (Query Replace): Make exp of query-replace more
2961 self-contained, and clarify.
8dc17977 2962
abfd0191
RS
2963 * cc-mode.texi (Getting Started): Change @ref to @pxref.
2964
a2586785
RS
29652007-12-15 Richard Stallman <rms@gnu.org>
2966
2967 * files.texi (Auto Save): Clarify definition of auto-saving.
2968
a67cf2bb
RS
29692007-11-26 Richard Stallman <rms@gnu.org>
2970
2971 * help.texi (Help Echo): Cleanups.
2972
448b33b1
TTN
29732007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2974
2975 * files.texi (Why Version Control?): Fix typo.
2976 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
2977 (Selecting a Fileset): Fix typos; small rewording.
2978 (Log Buffer): Likewise.
2979 (Old Revisions): Likewise.
448b33b1 2980
221bb7f6
EZ
29812007-11-17 Eli Zaretskii <eliz@gnu.org>
2982
2983 * mule.texi (Communication Coding): Fix wording of last change.
2984
d0207bf3 29852007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 2986
630cb3b7
JB
2987 * custom.texi (Specifying File Variables):
2988 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 2989
53b7759e
KH
29902007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
2991
a5ab2e0c 2992 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
2993
2994 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
2995
c8763fb6 29962007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 2997
630cb3b7 2998 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
2999 --output=file.
3000
ff98e024
MR
30012007-11-13 Martin Rudalics <rudalics@gmx.at>
3002
3003 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3004 (Help Echo): Avoid mentioning the term "region" here and
3005 consistently use the term "active text".
3006
37b11c22
GM
30072007-11-11 Glenn Morris <rgm@gnu.org>
3008
3009 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3010
21d50ba1
JL
30112007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3012
1c6c854e
CS
3013 * search.texi (Query Replace):
3014 Mention `query-replace-show-replacement'.
21d50ba1 3015
c12ecb0a 30162007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3017
3018 * building.texi (Watch Expressions): Remove obscure sentence.
3019
3b4201f4
KH
30202007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3021
3022 * mule.texi (Select Input Method): Describe how to activate an input
3023 method in the text mode.
3024
07e5c0b0
DN
30252007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3028
52dd7391
NR
30292007-10-30 Nick Roberts <nickrob@snap.net.nz>
3030
3031 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3032
c004e539
GM
30332007-10-30 Glenn Morris <rgm@gnu.org>
3034
3035 * misc.texi (Directory Tracking): Explain a bit more about
3036 dirtrack-mode.
3037
ca8c5b8c
GM
30382007-10-25 Glenn Morris <rgm@gnu.org>
3039
3040 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3041
b6c764ef
RS
30422007-10-24 Richard Stallman <rms@gnu.org>
3043
3044 * misc.texi (Interactive Shell): Cleanup last change.
3045
eabd84c9
JL
30462007-10-22 Juri Linkov <juri@jurta.org>
3047
3048 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3049 default values.
3050
0b43c7e2
ER
30512007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3052
ca8c5b8c 3053 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3054 'filesets'.
3055
a80859d4
MR
30562007-10-18 Martin Rudalics <rudalics@gmx.at>
3057
3058 * trouble.texi (Quitting): Fix typo.
3059
c9447ae1
GM
30602007-10-18 Glenn Morris <rgm@gnu.org>
3061
3062 * frames.texi (Mode Line Mouse): Mention minor mode names.
3063
168b980f
JL
30642007-10-17 Juri Linkov <juri@jurta.org>
3065
3066 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3067 fill-paragraph operates on the active region in Transient Mark mode.
3068 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3069 with fill-paragraph.
3070
3071 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3072 fill-paragraph.
3073
3074 * fixit.texi (Spelling): ispell-word operates on the active region
3075 in Transient Mark mode.
3076
5a331f34
JB
30772007-10-17 Aaron S. Hawley <aaronh@garden.org>
3078
3079 * building.texi (Source Buffers):
3080 * custom.texi (Init Non-ASCII):
3081 * glossary.texi (Glossary): Use "key binding" consistently.
3082
2a9f4d55
JB
30832007-10-17 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * calendar.texi (Diary): Fix directive.
3086
de13cecf
RS
30872007-10-16 Richard Stallman <rms@gnu.org>
3088
3089 * calendar.texi (Diary): Clarify text about diary file example.
3090
5f90d53e
ER
30912007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3092
3093 * files.texi: Capitalize node names according to convention.
3094
3aa491bc
GM
30952007-10-13 Glenn Morris <rgm@gnu.org>
3096
3097 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3098
8a3106d3
ER
30992007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3100
3101 * emacs.texi:
3102 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3103 suggested by RMS and Robert J. Chassell.
8a3106d3 3104
da1080a2
ER
31052007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3106
3aa491bc 3107 * files.texi (Version Systems):
0870a421
ER
3108 * vc-xtra.texi:
3109 * vc1-xtra.texi:
ac3f4c6f 3110 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3111 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3112 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3113 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3114
58ade22b
ER
31152007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3116
da1080a2 3117 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3118 Reorder the descriptions to be chronological.
3119
93870ce2
RS
31202007-10-09 Richard Stallman <rms@gnu.org>
3121
3122 * display.texi (Cursor Display): Correct how cursor appears
3123 in nonselected windows.
3124
568c7288
NR
31252007-10-04 Nick Roberts <nickrob@snap.net.nz>
3126
3127 * building.texi (GDB Graphical Interface): Remove references to gdba
3128 and mention gud-gdb.
3129
1af74d06 31302007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3131
1af74d06 3132 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3133
0d8fb755
JL
31342007-10-06 Juri Linkov <juri@jurta.org>
3135
3136 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3137 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3138 fill-paragraph-or-region.
3139
3140 * basic.texi (Arguments): Replace fill-paragraph with
3141 fill-paragraph-or-region.
3142
b981e2c6
ER
31432007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3144
3145 * files.texi: Update the section on version control for 2007
2a9f4d55 3146 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3147 will come later.
3148
5fceaf9c
GM
31492007-09-15 Glenn Morris <rgm@gnu.org>
3150
3151 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3152 to `list-holidays'.
3153
b0e44b17
GM
31542007-09-14 Glenn Morris <rgm@gnu.org>
3155
3156 * calendar.texi: Update all instances of mark-calendar-holidays,
3157 list-calendar-holidays, list-holidays with the new names.
3158
8cf51b2c
GM
31592007-09-06 Glenn Morris <rgm@gnu.org>
3160
46a367db 3161 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3162 Split into the Emacs manual in emacs/, and other manuals in misc/.
3163 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3164 manual.
3165 (infodir): New variable.
3166 (info): Use $infodir.
3167 (emacsman): Delete target, not needed any more.
3168 Move all targets that are not the Emacs manual to misc/Makefile.in.
3169 (mostlyclean): Remove `gnustmp'.
3170 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3171 manual.
92f9b43f 3172 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3173 (emacsman): Delete target, not needed any more.
3174 (clean): Remove all info files but Emacs manual.
3175 Move all targets that are not the Emacs manual to misc/Makefile.in.
3176 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3177
3178 * Makefile.in (INFOSOURCES): Delete.
3179 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3180 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3181 *.vrs *.toc here...
3182 (maintainer-clean): ...from here.
3183
31842007-09-05 Glenn Morris <rgm@gnu.org>
3185
3186 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3187
8cf51b2c
GM
31882007-08-29 Glenn Morris <rgm@gnu.org>
3189
3190 * emacs.texi (EMACSVER): Increase to 23.0.50.
3191
3420c522
RS
31922007-08-27 Richard Stallman <rms@gnu.org>
3193
3194 * emacs.texi (Top): Clarify menu item for Glossary.
3195
3196 * display.texi (Faces): Change secn title.
3197 Clarify not all fonts come from Font Lock.
3198
8cf51b2c
GM
31992007-08-17 Eli Zaretskii <eliz@gnu.org>
3200
3201 * basic.texi (Position Info): Add index entry for face at point.
3202 Mention that character faces are also displayed by "C-u C-x =".
3203
8cf51b2c
GM
32042007-08-08 Glenn Morris <rgm@gnu.org>
3205
3206 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3207
32082007-08-07 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * files.texi (File Conveniences): Document point motion keys in Image
3211 mode.
3212
8cf51b2c
GM
32132007-07-27 Glenn Morris <rgm@gnu.org>
3214
8cf51b2c
GM
3215 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3216 in-line.
3217
3218 * gpl.texi: New file with text of GPL.
3219 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3220
32212007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3224
3225 * dired.texi (Wdired): Mention C-x C-q key binding.
3226
32272007-07-28 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3230
32312007-07-25 Glenn Morris <rgm@gnu.org>
3232
8cf51b2c
GM
3233 * emacs.texi (Copying): Replace license with GPLv3.
3234
3235 * Relicense all FSF files to GPLv3 or later.
3236
32372007-07-24 Glenn Morris <rgm@gnu.org>
3238
3239 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3240 for some calendars.
3241
32422007-07-23 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3245 default-directory for the current buffer is on a remote machine.
3246
8cf51b2c
GM
32472007-07-21 Eli Zaretskii <eliz@gnu.org>
3248
3249 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3250 default value.
3251
32522007-07-21 Richard Stallman <rms@gnu.org>
3253
3254 * files.texi (Why Version Control?): Improve previous change.
3255
32562007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3257
3258 * files.texi (Why Version Control?): New node.
3259
8cf51b2c
GM
32602007-07-12 Nick Roberts <nickrob@snap.net.nz>
3261
8cf51b2c
GM
3262 * building.texi (Starting GUD): Add xref to this anchor.
3263
8cf51b2c
GM
32642007-06-24 Karl Berry <karl@gnu.org>
3265
2a9f4d55 3266 * emacs.texi: New Back-Cover Text.
8cf51b2c 3267
8cf51b2c
GM
32682007-06-07 Alan Mackenzie <acm@muc.de>
3269
3270 * display.texi (Optional Mode Line): Document the new form of
3271 line+column numbers, "(561,2)".
3272
32732007-06-06 Juanma Barranquero <lekktu@gmail.com>
3274
49823426 3275 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3276
32772007-06-02 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * Version 22.1 released.
3280
8cf51b2c
GM
32812007-05-07 Karl Berry <karl@gnu.org>
3282
3283 * emacs.texi (EMACSVER): Back to 22.
3284
32852007-05-06 Richard Stallman <rms@gnu.org>
3286
3287 * maintaining.texi (Create Tags Table): Clean up previous change.
3288
c8763fb6 32892007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3290
3291 * maintaining.texi (Create Tags Table): Add text about the dangers of
3292 making symbolic links to tags files.
3293
32942007-05-04 Karl Berry <karl@gnu.org>
3295
3296 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3297
32982007-05-03 Karl Berry <karl@gnu.org>
3299
3300 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3301
3302 * .cvsignore (*.pdf): New entry.
3303
8cf51b2c
GM
3304 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3305 for printing.
3306
33072007-05-01 Richard Stallman <rms@gnu.org>
3308
3309 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3310
8cf51b2c
GM
33112007-04-28 Glenn Morris <rgm@gnu.org>
3312
3313 * ack.texi (Acknowledgments):
3314 * anti.texi (Antinews):
8cf51b2c
GM
3315 * programs.texi (Program Modes): Restore mention of python.el pending
3316 consideration of legal status.
3317
33182007-04-28 Richard Stallman <rms@gnu.org>
3319
3320 * files.texi (File Names): Fixes to ~ description on MS systems.
3321
8cf51b2c
GM
33222007-04-26 Glenn Morris <rgm@gnu.org>
3323
3324 * emacs.texi (EMACSVER): Increase to 22.1.50.
3325
33262007-04-25 Karl Berry <karl@gnu.org>
3327
3328 * emacs.texi: Improve line breaks on copyright page,
3329 similar layout to lispref, 8.5x11 by default.
3330
3331 * dired.texi (Image-Dired): Improve line break, fix typo.
3332
33332007-04-24 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * programs.texi (Program Modes):
8cf51b2c
GM
3336 * anti.texi (Antinews):
3337 * ack.texi (Acknowledgments): python.el removed.
3338
8cf51b2c
GM
33392007-04-23 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * display.texi (Highlight Interactively): Correct description of
3342 hi-lock-file-patterns-policy.
3343
3344 * files.texi (File Archives): Mention self-extracting executables.
3345
33462007-04-23 Eli Zaretskii <eliz@gnu.org>
3347
3348 * search.texi (Unconditional Replace, Query Replace): Add xref to
3349 "Replacement and Case".
3350
33512007-04-22 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * dired.texi (Image-Dired): Move from Thumbnails node.
3354 * misc.texi (Thumbnails): Node deleted.
3355 * emacs.texi (Top): Update node listing.
3356
3357 * files.texi (File Conveniences):
49823426 3358 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3359
33602007-04-21 Richard Stallman <rms@gnu.org>
3361
3362 * display.texi (Highlight Interactively): Correct previous change.
3363 Clarify doc of hi-lock-find-patterns, and move new features into it.
3364
33652007-04-20 David Koppelman <koppel@ece.lsu.edu>
3366
1c6c854e
CS
3367 * display.texi (Highlight Interactively):
3368 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3369
33702007-04-20 Martin Rudalics <rudalics@gmx.at>
3371
3372 * display.texi (Scrolling): Fix typo.
3373
8cf51b2c
GM
33742007-04-15 Chong Yidong <cyd@stupidchicken.com>
3375
8cf51b2c
GM
3376 * doclicense.texi: Remove node heading, so that it can be included by
3377 other files.
3378
3379 * emacs.texi: Insert node heading for GFDL.
3380
8cf51b2c
GM
33812007-04-14 Eli Zaretskii <eliz@gnu.org>
3382
3383 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3384 "command line".
3385
3386 * display.texi (Faces): Refer to "Creating Frames" for face
3387 and other frame customizations in .emacs.
3388
3389 * frames.texi (Creating Frames): Mention that face customizations can
3390 be put in .emacs. Add index entries.
3391
33922007-04-12 Richard Stallman <rms@gnu.org>
3393
3394 * glossary.texi (Glossary): Explain `iff'.
3395
33962007-04-11 Karl Berry <karl@gnu.org>
3397
3398 * gnu.texi (Top),
3399 * macos.texi (Mac Font Specs),
3400 * anti.texi (Antinews),
3401 * xresources.texi (Resources),
3402 * misc.texi (Emulation),
3403 * calendar.texi (Daylight Saving),
3404 * dired.texi (Dired and Find),
3405 * rmail.texi (Remote Mailboxes),
3406 * sending.texi (Mail Headers),
3407 * programs.texi (Which Function),
3408 * files.texi (Recover),
3409 * buffers.texi (Uniquify),
3410 * frames.texi (Wheeled Mice),
3411 * killing.texi (Rectangles): Wording to improve breaks in
3412 8.5x11 format.
3413 * mule.texi (Language Environments): \hbadness=10000 since there's
3414 no way to reword.
3415 * emacs.texi (smallbook): New @set to more easily switch between
3416 smallbook and 8.5x11.
3417
34182007-04-11 Richard Stallman <rms@gnu.org>
3419
3420 * files.texi (File Conveniences): Add xref to Tumme.
3421 Delete text about Thumbnail mode.
3422
8cf51b2c
GM
34232007-04-09 Alan Mackenzie <acm@muc.de>
3424
3425 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3426 new name. Insert concept index entries.
3427
8cf51b2c
GM
34282007-04-08 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * display.texi (Standard Faces): Document prefix arg for
3431 list-faces-display.
3432
3433 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3434
8cf51b2c
GM
34352007-04-07 Chong Yidong <cyd@stupidchicken.com>
3436
8cf51b2c
GM
3437 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3438
3439 * files.texi (Misc File Ops): Rewrite description of
3440 insert-file-literally.
3441
8cf51b2c
GM
34422007-03-31 Eli Zaretskii <eliz@gnu.org>
3443
3444 * misc.texi (Printing): Postscript -> PostScript.
3445
8cf51b2c
GM
3446 * ack.texi (Acknowledgments): Postscript -> PostScript.
3447
3448 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3449
3450 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3451 below.
3452
34532007-03-30 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3456 Init Non-ASCII.
3457 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3458 (Init Non-ASCII): New node.
3459
34602007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3461
3462 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3463
8cf51b2c
GM
34642007-03-12 Glenn Morris <rgm@gnu.org>
3465
8cf51b2c
GM
3466 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3467 "Daylight Savings".
3468
49823426 3469 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3470 saving" in text throughout.
3471
8cf51b2c
GM
34722007-03-04 Richard Stallman <rms@gnu.org>
3473
3474 * custom.texi (Safe File Variables): Minor correction.
3475
8cf51b2c
GM
34762007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3477
3478 * rmail.texi (Movemail): Add internal ref.
3479 Don't indent the intro for the PROTO table.
3480 Format PROTO table items with @code.
3481
8cf51b2c
GM
34822007-02-26 Nick Roberts <nickrob@snap.net.nz>
3483
3484 * building.texi: Remove references to bashdb.
3485
8cf51b2c
GM
34862007-02-19 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * mule.texi (Language Environments): Update list of supported language
3489 environments.
3490
8cf51b2c
GM
34912007-02-14 Kim F. Storm <storm@cua.dk>
3492
3493 * building.texi (Grep Searching): Fix lgrep doc.
3494
34952007-02-12 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * back.texi: Remove unused file.
3498
c8763fb6 34992007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3500
3501 * maintaining.texi (Tag Syntax): Now --members is the default for
3502 etags, not for ctags yet.
3503
8cf51b2c
GM
35042007-02-03 Eli Zaretskii <eliz@gnu.org>
3505
3506 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3507 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3508 expects. Add comments to prevent people from inadvertently modifying
3509 the key parts needed by `texinfo-multiple-files-update'.
3510
35112007-01-29 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * frames.texi (Secondary Selection): Window clicked does not matter
3514 when mouse-yank-at-point is non-nil.
3515
8cf51b2c
GM
35162007-01-16 Glenn Morris <rgm@gnu.org>
3517
3518 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3519 system abbrev.
3520
35212007-01-11 Richard Stallman <rms@gnu.org>
3522
3523 * msdog.texi (Windows Keyboard): Another small cleanup.
3524
35252007-01-10 Richard Stallman <rms@gnu.org>
3526
3527 * msdog.texi (Windows Keyboard): Yet another try to make
3528 everyone happy with that passage.
3529
35302007-01-05 Richard Stallman <rms@gnu.org>
3531
3532 * anti.texi (Antinews): Mention M-x shell scrolling.
3533
35342007-01-05 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * building.texi (Watch Expressions): Describe gdb-max-children.
3537
8cf51b2c
GM
35382007-01-04 Richard Stallman <rms@gnu.org>
3539
8cf51b2c
GM
3540 * msdog.texi (Windows Keyboard): Clarify previous change.
3541
8cf51b2c
GM
35422007-01-02 Richard Stallman <rms@gnu.org>
3543
3544 * custom.texi (Changing a Variable): Minor clarification.
3545 (Specific Customization): customize-customized => customize-unsaved.
3546
3547 * entering.texi (Entering Emacs): Clean up text about restarting
3548 Emacs for each file.
3549
3550 * misc.texi (Shell Options): Minor cleanup.
3551
3552 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3553 with Emacs, not vice versa.
3554
3555 * programs.texi (Symbol Completion): Recommend customizing
3556 window manager.
3557
3558 * xresources.texi (Resources): Minor fix.
3559
c8763fb6 35602007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3561
3562 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3563
35642007-01-01 Richard Stallman <rms@gnu.org>
3565
3566 * commands.texi (User Input): Document keys stolen by window mangers.
3567
35682006-12-31 Richard Stallman <rms@gnu.org>
3569
3570 * custom.texi (Specific Customization): Document customize-option
3571 instead of customize-variable.
3572
35732006-12-31 Kim F. Storm <storm@cua.dk>
3574
3575 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3576
35772006-12-30 Kim F. Storm <storm@cua.dk>
3578
3579 * killing.texi (CUA Bindings): Fix typo.
3580
3581 * xresources.texi (Table of Resources): Mention grow-only value for
3582 auto-resize-tool-bars.
3583
8cf51b2c
GM
35842006-12-27 Eli Zaretskii <eliz@gnu.org>
3585
3586 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3587 and how to get them back.
3588
35892006-12-26 Richard Stallman <rms@gnu.org>
3590
3591 * calendar.texi (Holidays): Holiday listing is based on current
3592 practice, but DST is not.
3593
35942006-12-25 Richard Stallman <rms@gnu.org>
3595
3596 * emacs.texi (Top): Update subnode menus.
3597
3598 * mark.texi (Transient Mark): Fix xref.
3599
3600 * killing.texi (Graphical Kill): Node deleted.
3601 (Killing): Add xref to Cut and Paste.
3602 (CUA Bindings): Update xref.
3603
3604 * frames.texi (Cut and Paste): New section to hold other nodes.
3605 (Mouse Commands): Node demoted.
3606 (Cut/Paste Other App): Split out from Mouse Commands.
3607 (Word and Line Mouse): Likewise.
3608 (Secondary Selection, Clipboard): Nodes demoted.
3609
8cf51b2c
GM
36102006-12-24 Kevin Ryde <user42@zip.com.au>
3611
3612 * calendar.texi (Holidays): US daylight saving begins second Sunday
3613 in March for 2007 onwards.
3614 (Daylight Savings): Show new US default daylight saving rules, 2nd
3615 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3616
36172006-12-23 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * calendar.texi (Scroll Calendar): < and > are switched.
3620
36212006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3622
3623 * killing.texi (Deletion): Describe M-\ prefix argument.
3624
36252006-12-23 Richard Stallman <rms@gnu.org>
3626
3627 * search.texi (Regexp Search): Explain why forward and reverse regexp
3628 search are not mirror images.
3629
8cf51b2c
GM
36302006-12-19 Kim F. Storm <storm@cua.dk>
3631
3632 * major.texi (Choosing Modes): Describe match-function elements for
3633 magic-mode-alist.
3634
8cf51b2c
GM
36352006-12-18 Eli Zaretskii <eliz@gnu.org>
3636
3637 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3638 peculiarities.
3639
36402006-12-18 Richard Stallman <rms@gnu.org>
3641
3642 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3643
8cf51b2c
GM
36442006-12-17 Alan Mackenzie <acm@muc.de>
3645
3646 * programs.texi (Left Margin Paren): Remove the bit which says
3647 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3648 Discuss some of the issues of setting this option to nil.
3649
36502006-12-17 Glenn Morris <rgm@gnu.org>
3651
3652 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3653
36542006-12-16 Eli Zaretskii <eliz@gnu.org>
3655
3656 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3657 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3658 NTFS volumes.
3659 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3660 volumes.
3661
36622006-12-15 Eli Zaretskii <eliz@gnu.org>
3663
3664 * text.texi (HTML Mode): Fix "C-c TAB".
3665
8cf51b2c
GM
36662006-12-09 Richard Stallman <rms@gnu.org>
3667
3668 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3669
36702006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3671
3672 * files.texi (Misc File Ops): Document insert-file-literally.
3673
36742006-12-08 Eli Zaretskii <eliz@gnu.org>
3675
3676 * cmdargs.texi (Colors): Note that --color is intended for overriding
3677 the terminal defaults, not for normal invocation.
3678
3679 * misc.texi (Emacs Server): Improve wording. Don't mention the
3680 ``server program''. Add a cross-reference to "Init File" node.
3681 (Invoking emacsclient): Add index entries. Document both short and
3682 long versions of command-line options. Document the -f option.
3683
8cf51b2c
GM
36842006-12-06 Richard Stallman <rms@gnu.org>
3685
3686 * text.texi (Outline Format): Say to set outline-regexp
3687 and outline-level with major modes and file local variables.
3688
c8763fb6 36892006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3690
3691 * anti.texi (Antinews): Mention the alternative to
3692 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3693
8cf51b2c
GM
3694 * misc.texi (Interactive Shell): Ditto.
3695
36962006-12-04 Eli Zaretskii <eliz@gnu.org>
3697
3698 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3699
3700 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3701
37022006-12-01 Eli Zaretskii <eliz@gnu.org>
3703
3704 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3705 colon in the mode line.
3706
3707 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3708
37092006-11-26 Nick Roberts <nickrob@snap.net.nz>
3710
3711 * building.texi (Watch Expressions): Mention SPC for expanding/
3712 contracting watch expressions.
3713
37142006-11-26 Kim F. Storm <storm@cua.dk>
3715
3716 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3717
37182006-11-26 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * building.texi (Debugger Operation): Define text command mode.
3721 Clarify how tooltips work.
3722 (GDB Graphical Interface): Explain how to run in text command mode
3723 more clearly.
3724
37252006-11-25 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3728
37292006-11-22 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3732
8cf51b2c
GM
37332006-11-18 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3736 and EMACS is deprecated.
3737
37382006-11-18 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3741
c8763fb6 37422006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3743
3744 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3745
3746 * emacs.texi: Include xresources.texi both for info and dvi.
3747
3748 * xresources.texi: Merge text from xresmini.texi.
3749
c8763fb6 37502006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3751
3752 * glossary.texi: Fix typos.
3753
8cf51b2c
GM
37542006-11-06 Richard Stallman <rms@gnu.org>
3755
3756 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3757
3758 * ack.texi (Acknowledgments): Fix name spelling.
3759
37602006-11-01 Juri Linkov <juri@jurta.org>
3761
3762 * search.texi (Word Search): Document incremental word search.
3763
37642006-10-28 Glenn Morris <rgm@gnu.org>
3765
3766 * ack.texi (Acknowledgments): Add cal-html author.
3767
3768 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3769 Calendar"). Describe new package cal-html.
3770 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3771 Calendar Files."
3772
8cf51b2c
GM
37732006-10-23 Richard Stallman <rms@gnu.org>
3774
3775 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3776 Abbrev mode is enabled.
3777
8cf51b2c
GM
37782006-10-16 Richard Stallman <rms@gnu.org>
3779
8cf51b2c
GM
3780 * emacs.texi: Update ISBN.
3781
8cf51b2c
GM
37822006-10-11 Kim F. Storm <storm@cua.dk>
3783
3784 * emacs.texi (Acknowledgments): Use @dotless{i}.
3785
37862006-10-08 Nick Roberts <nickrob@snap.net.nz>
3787
3788 * building.texi (Breakpoints Buffer): Mention catchpoints.
3789
37902006-10-08 Kim F. Storm <storm@cua.dk>
3791
3792 * ack.texi (Acknowledgments): Update.
3793
3794 * emacs.texi (Acknowledgments): Fix bad @/ form.
3795
8cf51b2c
GM
37962006-10-05 Kim F. Storm <storm@cua.dk>
3797
3798 * emacs.texi (Acknowledgments): Add more contributors.
3799
38002006-10-03 Richard Stallman <rms@gnu.org>
3801
3802 * emacs.texi (Acknowledgments): Update version and edition.
3803
8cf51b2c
GM
38042006-10-01 Karl Berry <karl@gnu.org>
3805
3806 * custom.texi (Customization Groups): Page break to keep example buffer
3807 on one page.
3808
38092006-09-30 Karl Berry <karl@gnu.org>
3810
3811 * programs.texi (Basic Indent): @need to improve page break.
3812 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3813
38142006-09-29 Glenn Morris <rgm@gnu.org>
3815
3816 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3817
38182006-09-29 Karl Berry <karl@gnu.org>
3819
3820 * windows.texi (Basic Window): Remove forced @break, no longer
3821 desirable.
3822 * frames.texi (Frame Commands),
3823 * mark.texi (Marking Objects): Reword to avoid bad page break.
3824 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3825
38262006-09-19 Richard Stallman <rms@gnu.org>
3827
3828 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3829 stick to present tense.
3830
c8763fb6 38312006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3832
3833 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3834 to x-gtk-use-old-file-dialog.
3835 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3836
38372006-09-15 Jay Belanger <belanger@truman.edu>
3838
49823426 3839 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3840 Change "Library Public License" to "Lesser Public License"
3841 throughout. Use "yyyy" to represent year.
3842
8cf51b2c
GM
38432006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3844
3845 * files.texi (Visiting): Add index entry "open file".
3846
8cf51b2c
GM
38472006-09-11 Richard Stallman <rms@gnu.org>
3848
3849 * building.texi (Compilation Mode): Clarification.
3850 (Grep Searching): Add xref to Compilation Mode.
3851
8cf51b2c
GM
38522006-09-08 Richard Stallman <rms@gnu.org>
3853
3854 * search.texi (Search): Ref multi-file search commands here.
3855 (Other Repeating Search): Not here.
3856
8cf51b2c
GM
38572006-08-28 Richard Stallman <rms@gnu.org>
3858
3859 * windows.texi (Split Window): Update xref.
3860
3861 * basic.texi (Continuation Lines): Update xref.
3862
3863 * indent.texi (Tab Stops): Update xref.
3864
3865 * emacs.texi (Top): Update subnode menu.
3866
3867 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3868 split out of Display Custom.
3869
38702006-08-25 Kim F. Storm <storm@cua.dk>
3871
3872 * display.texi (Display Custom): Add variables overline-margin
3873 and x-underline-at-descent-line.
3874
38752006-08-25 Richard Stallman <rms@gnu.org>
3876
3877 * entering.texi (Exiting): Rewrite to give graphical displays
3878 priority over text terminals.
3879
3880 * search.texi (Incremental Search): Move index entries.
3881
38822006-08-23 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * custom.texi (Init File): Reference Find Init to avoid "home
3885 directory" confusion.
3886
38872006-08-22 Nick Roberts <nickrob@snap.net.nz>
3888
3889 * building.texi (Other GDB-UI Buffers): Describe how to edit
3890 a value in the locals buffer.
3891
38922006-08-21 Richard Stallman <rms@gnu.org>
3893
3894 * search.texi (Basic Isearch): Add `isearch' index entry.
3895
38962006-08-16 Richard Stallman <rms@gnu.org>
3897
3898 * misc.texi (Saving Emacs Sessions): Clean up wording.
3899
3900 * mark.texi (Marking Objects): Mention term "select all".
3901
3902 * emacs.texi (Top): Update subnode menu.
3903
3904 * help.texi (Help Mode): Move node up in file.
3905
8cf51b2c
GM
39062006-08-15 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * building.texi (Stack Buffer): Explain fringe arrow.
3909
8cf51b2c
GM
39102006-08-12 Eli Zaretskii <eliz@gnu.org>
3911
8cf51b2c
GM
3912 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3913 on startup.
3914
39152006-08-11 Romain Francoise <romain@orebokech.com>
3916
3917 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3918
39192006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3920
3921 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3922
39232006-08-10 Richard Stallman <rms@gnu.org>
3924
3925 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
3926 with face merging. Empty regions don't count.
3927 Clarify face property inheritance.
8cf51b2c
GM
3928
39292006-08-08 Romain Francoise <romain@orebokech.com>
3930
3931 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3932 <arjuropo@cc.jyu.fi>.
3933
8cf51b2c
GM
39342006-08-04 Eli Zaretskii <eliz@gnu.org>
3935
3936 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3937 apply to all frames.
3938
8cf51b2c
GM
39392006-08-01 Richard Stallman <rms@gnu.org>
3940
3941 * help.texi (Name Help): Add index entries for describe-variable.
3942
39432006-08-01 Nick Roberts <nickrob@snap.net.nz>
3944
3945 * building.texi (GDB Graphical Interface): Shorten node names.
3946 (GDB-UI Layout): Use GDB-related.
3947 (Other GDB-UI Buffers): Simplify English.
3948
39492006-07-31 Richard Stallman <rms@gnu.org>
3950
3951 * search.texi (Query Replace): Add xref for Dired's Q command.
3952
8cf51b2c
GM
39532006-07-31 Nick Roberts <nickrob@snap.net.nz>
3954
3955 * building.texi (GDB commands in Fringe): Rename to...
3956 (Source Buffers): ..this and move forward. Describe hollow arrow and
3957 new option gdb-find-source-frame.
3958
39592006-07-29 Richard Stallman <rms@gnu.org>
3960
3961 * dired.texi (Operating on Files): Simplify previous change
3962 and fix Texinfo usage.
3963
39642006-07-29 Eli Zaretskii <eliz@gnu.org>
3965
3966 * dired.texi (Operating on Files): Add cross-references. State the
3967 Unix commands that do similar things.
3968
39692006-07-28 Richard Stallman <rms@gnu.org>
3970
3971 * mark.texi (Transient Mark): Clarify that region never disappears
3972 when Transient Mark mode is off, and not when it is on.
3973
39742006-07-27 Richard Stallman <rms@gnu.org>
3975
3976 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
3977
39782006-07-24 Richard Stallman <rms@gnu.org>
3979
3980 * xresources.texi (GTK styles): Fix texinfo usage.
3981
8cf51b2c
GM
3982 * commands.texi (User Input): Explain why we teach keyboard cmds.
3983
3984 * xresources.texi, xresmini.texi, search.texi, programs.texi:
3985 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
3986 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
3987 * doclicense.texi, display.texi, dired.texi, basic.texi:
3988 * anti.texi, ack.texi: Move periods and commas inside quotes.
3989
39902006-07-22 Eli Zaretskii <eliz@gnu.org>
3991
3992 * cmdargs.texi (General Variables): Document EMAIL.
3993
39942006-07-21 Eli Zaretskii <eliz@gnu.org>
3995
3996 * frames.texi (Frame Commands): Mention that focus-follows-mouse
3997 doesn't have effect on MS-Windows.
3998
8cf51b2c
GM
39992006-07-17 Richard Stallman <rms@gnu.org>
4000
4001 * building.texi (Grep Searching): Explain about chaining grep commands.
4002
8cf51b2c
GM
40032006-07-10 Nick Roberts <nickrob@snap.net.nz>
4004
49823426 4005 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4006
40072006-07-09 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4010 is invoked for multiple files.
4011
40122006-07-08 Eli Zaretskii <eliz@gnu.org>
4013
4014 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4015 on-line manual for the rest of this node.
4016 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4017 unconditionally.
4018 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4019 Improve wording.
4020 (Windows Printing): Improve wording.
4021 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4022 rest of this node.
4023
8cf51b2c
GM
40242006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4025
49823426
GM
4026 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4027 with eval-buffer.
8cf51b2c
GM
4028
40292006-07-05 Nick Roberts <nickrob@snap.net.nz>
4030
4031 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4032 of character translation.
4033
40342006-07-04 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4037
40382006-07-03 Karl Berry <karl@gnu.org>
4039
4040 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4041 not-too-underfull hboxes in the TeX output.
4042 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4043 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4044 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4045 * sending.texi, text.texi: Fix overfull/underfull boxes.
4046
40472006-07-03 Romain Francoise <romain@orebokech.com>
4048
4049 * m-x.texi (M-x): Fix.
4050
40512006-07-03 Richard Stallman <rms@gnu.org>
4052
8cf51b2c
GM
4053 * search.texi (Other Repeating Search): filename -> file name.
4054
4055 * misc.texi (Narrowing): Minor cleanups.
4056
4057 * files.texi (Visiting): filename -> file name.
4058
4059 * emacs.texi (Top): Update subnode menus.
4060
4061 * mule.texi (Coding Systems): Move char translation stuff here.
4062 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4063 (Recognize Coding): Substantial local rewrites.
4064 (International): Update menu.
4065
4066 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4067 (Scrolling): Substantial local rewrites.
4068 (Display): Update menu and intro.
4069
4070 * dired.texi: filename -> file name.
4071
4072 * custom.texi (Safe File Variables): Texinfo usage fix.
4073
f0131492 40742006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4075
4076 * help.texi, m-x.texi: Lots of cleanups.
4077
8cf51b2c
GM
40782006-06-30 Eli Zaretskii <eliz@gnu.org>
4079
4080 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4081 (Windows Processes, Windows Misc): Shorten the printed version by
4082 selectively conditioning less important portions by @ifnottex.
4083
8cf51b2c
GM
40842006-06-27 Richard Stallman <rms@gnu.org>
4085
4086 * mini.texi (Minibuffer File): Minor cleanup.
4087
40882006-06-25 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * frames.texi (XTerm Mouse): Rename to...
4091 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4092
4093 * emacs.texi (Top): Use new node name.
4094
40952006-06-24 Eli Zaretskii <eliz@gnu.org>
4096
4097 * emacs.texi (Top): Update the detailed menu according to changes in
4098 msdog.texi.
4099
4100 * msdog.texi (Windows Keyboard): New section.
4101 (Windows Mouse): New section.
4102 (Windows System Menu): Remove section (text merged with "Windows
4103 Keyboard").
4104 (Windows Misc): New section.
4105
4106 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4107
4108 * msdog.texi (ls in Lisp): New section.
4109
4110 * files.texi (Visiting): Document case-insensitive wildcard matching
4111 under find-file-wildcards.
4112
8cf51b2c
GM
41132006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4114
4115 * macos.texi (Mac Input): Add description of mac-function-modifier.
4116 Now Unicode keyboard layouts work.
4117
8cf51b2c
GM
41182006-06-10 Richard Stallman <rms@gnu.org>
4119
4120 * mule.texi (Recognize Coding): Clarify previous change.
4121
41222006-06-09 Kenichi Handa <handa@m17n.org>
4123
4124 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4125 notation.
4126
41272006-06-07 Kevin Ryde <user42@zip.com.au>
4128
4129 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4130 manual for @ifnottex, but in emacs-extra for @iftex.
4131
4132 * cmdargs.texi (General Variables): Fix smtpmail xref.
4133
41342006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4135
8cf51b2c 4136 * programs.texi (Comment Commands):
8cf51b2c 4137 * custom.texi (Specifying File Variables):
49823426 4138 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4139
41402006-06-07 Nick Roberts <nickrob@snap.net.nz>
4141
4142 * building.texi (Watch Expressions): Move node to end.
4143 (GDB Graphical Interface): Move description of clicks in fringe...
4144 (GDB commands in the Fringe): ...to here. New node.
4145
8cf51b2c
GM
41462006-06-05 Romain Francoise <romain@orebokech.com>
4147
49823426 4148 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4149
41502006-06-05 Nick Roberts <nickrob@snap.net.nz>
4151
4152 * building.texi (GDB Graphical Interface): Update bindings.
4153 (Commands of GUD): Add gud-print. Remove gud-run.
4154 Restate availability more generally.
4155
f0131492 41562006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4157
4158 * mini.texi: Lots of cleanups.
4159
41602006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4163 and Mouse-2.
4164
c8763fb6 41652006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4166
4167 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4168
8cf51b2c
GM
41692006-05-31 Richard Stallman <rms@gnu.org>
4170
4171 * basic.texi (Moving Point): Fix previous change.
4172
c8763fb6 41732006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4174
4175 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4176
f0131492 41772006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4178
4179 * basic.texi: Many simplifications and improvements in wording.
4180
8cf51b2c
GM
41812006-05-26 Nick Roberts <nickrob@snap.net.nz>
4182
4183 * anti.texi (Antinews): Create a node for gdb-ui.
4184
8cf51b2c
GM
41852006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4186
4187 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4188
41892006-05-20 Richard Stallman <rms@gnu.org>
4190
4191 * dired.texi (Dired Navigation): dired-goto-file is now j.
4192
8cf51b2c
GM
41932006-05-20 Eli Zaretskii <eliz@gnu.org>
4194
4195 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4196 and their aliases.
4197
4198 * msdog.texi (Windows Printing): Mention non-support of plain text
4199 printing with some el-cheapo printers, and suggest a workaround.
4200
42012006-05-20 Kevin Ryde <user42@zip.com.au>
4202
4203 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4204 remove the bit saying you must set it.
4205
42062006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4207
4208 * trouble.texi (Checklist):
4209 * text.texi (Text, Auto Fill, Text Mode):
4210 * search.texi (Nonincremental Search):
4211 * rmail.texi (Rmail Labels):
4212 * mule.texi (Input Methods, Multibyte Conversion):
4213 * misc.texi (Gnus, Where to Look, PostScript):
4214 * maintaining.texi (Create Tags Table):
4215 * indent.texi (Indentation Commands):
4216 * fixit.texi (Spelling):
4217 * emacs.texi (Copying):
4218 * custom.texi (Init File): ifinfo -> ifnottex.
4219
8cf51b2c
GM
42202006-05-17 Richard Stallman <rms@gnu.org>
4221
4222 * files.texi (Diff Mode): Mention C-x `.
4223
42242006-05-08 Richard Stallman <rms@gnu.org>
4225
4226 * custom.texi (Disabling): Textual cleanups.
4227
8cf51b2c
GM
42282006-05-12 Glenn Morris <rgm@gnu.org>
4229
4230 * calendar.texi (Displaying the Diary, Format of Diary File):
4231 Refer to diary-view-entries, diary-list-entries,
4232 diary-show-all-entries rather than obsolete aliases.
4233
42342006-05-12 Eli Zaretskii <eliz@gnu.org>
4235
4236 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4237 (Displaying the Diary, Special Diary Entries, Importing Diary):
4238 * building.texi (Compilation Shell):
4239 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4240 emacs-xtra with @inforef's.
4241
4242 * files.texi (Visiting): Fix wording.
4243
4244 * mule.texi (Coding Systems, Text Coding): More indexing.
4245 Mention that C-x RET f can set eol conversion.
4246
c8763fb6 42472006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4248
4249 * xresmini.texi (GTK resources): Insert GTK description.
4250
4251 * xresources.texi (GTK resources): metafont should be menufont.
4252
8cf51b2c
GM
42532006-05-06 Michael Albinus <michael.albinus@gmx.de>
4254
49823426 4255 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4256 method, user name and host name is active only in partial
4257 completion mode.
4258
8cf51b2c
GM
42592006-05-06 Eli Zaretskii <eliz@gnu.org>
4260
4261 * makefile.w32-in (emacs.dvi):
4262 * Makefile.in (emacs.dvi): Add xresmini.texi.
4263
4264 * xresmini.texi (Table of Resources): Remove xref to non-existent
4265 node "LessTif Resources".
4266
4267 * msdog.texi (Microsoft Windows):
4268 * calendar.texi (Calendar/Diary, Displaying the Diary)
4269 (Special Diary Entries, Importing Diary, Holidays):
4270 * programs.texi (Program Modes):
4271 * text.texi (Text):
4272 * buffers.texi (Several Buffers):
4273 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4274
42752006-05-06 Eli Zaretskii <eliz@gnu.org>
4276
4277 The following changes merge the emacs-xtra manual into the main
4278 manual, but only for on-line version of the manual.
4279
4280 * vc2-xtra.texi (Version Backups, Local Version Control)
4281 (Making Snapshots, Change Logs and VC, Version Headers)
4282 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4283 on-line manual.
4284
4285 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4286 for on-line manual.
4287
4288 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4289 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4290 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4291 for on-line manual.
4292
4293 * fortran-xtra.texi (Fortran, Fortran Autofill)
4294 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4295 for on-line manual.
4296
4297 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4298 Conditional xref's for on-line manual.
4299
4300 * emerge-xtra.texi (Emerge, Overview of Emerge)
4301 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4302 manual.
4303
4304 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4305 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4306 (EMACSSOURCES): Use EMACS_XTRA.
4307 (../info/emacs-xtra): Remove.
4308 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4309
4310 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4311 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4312 (EMACSSOURCES): Use EMACS_XTRA.
4313 ($(infodir)/emacs-xtra): Remove.
4314 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4315
4316 * trouble.texi (Quitting):
4317 * text.texi (Text):
4318 * programs.texi (Program Modes):
4319 * msdog.texi (Microsoft Windows):
4320 * frames.texi (Frames):
4321 * files.texi (Backup, Version Control, VC Concepts)
4322 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4323 (Registering, VC Status, VC Undo, Multi-User Branching)
4324 (Comparing Files):
4325 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4326 (Displaying the Diary, Special Diary Entries, Importing Diary):
4327 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4328 conditional xref's, depending on @iftex/@ifnottex.
4329
4330 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4331 "MS-DOS". @include msdog-xtra.texi.
4332
4333 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4334 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4335
4336 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4337 for vc-xtra.texi subsections.
4338 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4339 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4340
4341 * sending.texi (Sending Mail): A @node line without explicit Prev,
4342 Next, and Up links.
4343
4344 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4345 Next, and Up links.
4346
4347 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4348 and its sections. @include picture-xtra.texi.
4349
4350 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4351 "Emerge".
4352 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4353
4354 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4355 exact duplicate of its name-sake in calendar.texi.
4356
4357 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4358 "Advanced Calendar/Diary Usage".
4359 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4360
4361 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4362 dired-xtra.texi.
4363 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4364
4365 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4366 (Files) [ifnottex]: Add menu entry for Autorevert.
4367
4368 * emacs-xtra.texi (Introduction): Reword to make consistent with
4369 printed version only.
4370 <Top level>: Remove the body of all chapters and move them to the
4371 new *-xtra.texi files. Use @raisesections and @lowersections to
4372 convert sections to chapters etc.
4373
4374 * msdog-xtra.texi:
4375 * fortran-xtra.texi:
4376 * vc-xtra.texi:
4377 * vc1-xtra.texi:
4378 * vc2-xtra.texi:
4379 * emerge-xtra.texi:
4380 * cal-xtra.texi:
4381 * dired-xtra.texi:
4382 * arevert-xtra.texi: New files, with text from respective chapters
4383 of emacs-xtra.texi. Convert each @chapter into @section, @section
4384 into @subsection, etc.
4385
1c6c854e 4386 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4387 updated.
4388
4389 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4390 Windows". All references updated.
4391
43922006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4393
4394 * macos.texi (Mac Input): Mention input from Character Palette.
4395 (Mac Font Specs): Fix typo.
4396
43972006-05-05 Richard Stallman <rms@gnu.org>
4398
4399 * files.texi (Diff Mode): Minor cleanup.
4400
44012006-05-05 Karl Berry <karl@gnu.org>
4402
8cf51b2c
GM
4403 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4404 errors from the current release of makeinfo (4.8).
4405 * help.texi (Library Keywords): Change widest word in multitable
4406 template from `emulations' to `convenience'. (Not sure if this is
4407 related to the font change.)
4408
44092006-05-05 Eli Zaretskii <eliz@gnu.org>
4410
4411 * files.texi (File Names): Add a footnote about limited support of
4412 ~USER on MS-Windows.
4413
4414 * cmdargs.texi (Initial Options): Add a footnote about limited
4415 support of ~USER on MS-Windows.
4416
44172006-05-03 Richard Stallman <rms@gnu.org>
4418
4419 * files.texi (Diff Mode): Node moved here.
4420 (Comparing Files): Delete what duplicates new node.
4421 (Files): Put Diff Mode in menu.
4422
1c6c854e 4423 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4424
4425 * emacs.texi (Top): Update menu for Diff Mode.
4426
4427 * trouble.texi (Emergency Escape): Simplify.
4428
4429 * emacs.texi (Top): Minor clarification.
4430
44312006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4432
4433 * commands.texi, entering.texi, screen.texi: Many simplifications.
4434
44352006-05-03 Richard Stallman <rms@gnu.org>
4436
4437 * commands.texi (Text Characters): Delete paragraph about unibyte
4438 non-ASCII printing chars.
4439
4440 * killing.texi (Killing): Say "graphical displays".
4441 * display.texi: Say "graphical displays".
4442
4443 * cmdargs.texi (Misc X): Say "graphical displays".
4444
44452006-05-01 Richard Stallman <rms@gnu.org>
4446
4447 * emacs.texi (Top): Add Diff Mode to menu.
4448
44492006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4450
4451 * misc.texi (Diff Mode): New node.
4452
44532006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4454
4455 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4456 (Mac Environment Variables): Shorten example line.
4457 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4458
44592006-05-01 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * building.texi (GUD Customization): Describe cases %d and %c.
4462 Update description for %e.
4463
44642006-04-30 Glenn Morris <rgm@gnu.org>
4465
4466 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4467
44682006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4469
4470 * custom.texi (Examining): Update C-h v output example.
4471
44722006-04-29 Kim F. Storm <storm@cua.dk>
4473
4474 * building.texi (Grep Searching): Add lgrep and rgrep.
4475
8cf51b2c
GM
44762006-04-23 Richard Stallman <rms@gnu.org>
4477
4478 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4479
4480 * xresmini.texi: New file.
4481
4482 * xresources.texi (Face Resources): Split table into font resources
4483 and the rest. Combine similar attributes for brevity.
4484
8cf51b2c
GM
44852006-04-21 Eli Zaretskii <eliz@gnu.org>
4486
4487 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4488 backslashes and case-insensitivity in file names (moved to the
4489 main manual).
4490 (MS-DOS Printing): Move most of the text to the main manual.
4491
4492 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4493 New nodes.
4494 (Windows Processes, Windows System Menu): Add index entries and
4495 fix wording.
4496
8cf51b2c
GM
44972006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4498
4499 * misc.texi (Shell Ring): Add notes on saved input when
4500 navigating off the end of the history list.
4501
45022006-04-18 Chong Yidong <cyd@mit.edu>
4503
4504 * misc.texi (Shell Options): Correct default value of
4505 comint-scroll-show-maximum-output.
4506
8cf51b2c
GM
45072006-04-18 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * building.texi (Watch Expressions): Update.
4510
8cf51b2c
GM
45112006-04-12 Richard Stallman <rms@gnu.org>
4512
4513 * search.texi: Clean up previous change.
4514
45152006-04-12 Eli Zaretskii <eliz@gnu.org>
4516
4517 * search.texi (Regexp Backslash, Regexp Replace): Add index
4518 entries for ``back reference'' and mention the term itself in the
4519 text.
4520
45212006-04-11 Richard Stallman <rms@gnu.org>
4522
4523 * custom.texi (Safe File Variables):
4524 Document enable-local-variables = :safe.
4525
45262006-04-11 Karl Berry <karl@gnu.org>
4527
4528 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4529 (Remote Repositories, Version Backups, Local Version Control)
4530 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4531 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4532 (Renaming VC Work Files and Master Files)
4533 (Inserting Version Control Headers, Customizing VC, General Options)
4534 (Options for RCS and SCCS, Options specific for CVS): Move all
4535 these nodes to emacs-xtra.texi, for brevity.
4536 * cmdargs.texi, files.texi: Change cross-references.
4537
8cf51b2c
GM
45382006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4539
4540 * files.texi (Old Versions): Update description of vc-annotate's
4541 use of color to indicate date ranges.
4542
8cf51b2c
GM
45432006-04-09 Kevin Ryde <user42@zip.com.au>
4544
8cf51b2c
GM
4545 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4546 put info and printed manual names the right way around.
4547
45482006-04-09 Karl Berry <karl@gnu.org>
4549
4550 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4551 emacs-xtra.texi, leaving only MS Windows information.
4552 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4553 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4554 node names.
4555
4556 * emacs.texi: Move @summarycontents and @contents to the beginning
4557 of the file.
4558
8cf51b2c
GM
45592006-04-08 Kevin Ryde <user42@zip.com.au>
4560
4561 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4562
45632006-04-07 Richard Stallman <rms@gnu.org>
4564
4565 * programs.texi (Comments, Comment Commands, Options for Comments)
4566 (Multi-Line Comments): "Align", not "indent".
4567 (Basic Indent): C-j deletes trailing whitespace before the newline.
4568
45692006-04-06 Richard Stallman <rms@gnu.org>
4570
8cf51b2c
GM
4571 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4572
45732006-04-06 Eli Zaretskii <eliz@gnu.org>
4574
4575 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4576
8cf51b2c
GM
45772006-04-05 Richard Stallman <rms@gnu.org>
4578
4579 * emacs.texi (Top): Update subnode menu.
4580
4581 * trouble.texi (Unasked-for Search): Node deleted.
4582 (Lossage): Delete from menu.
4583
45842006-04-04 Richard Stallman <rms@gnu.org>
4585
4586 * trouble.texi: Various cleanups.
4587 (Checklist): Don't bother saying how to snail a bug report.
4588 (Emergency Escape): Much rewriting.
4589 (After a Crash): Rename the core dump immediately.
4590 (Total Frustration): Call it a psychotherapist.
4591 (Bug Criteria): Avoid "illegal instruction".
4592 (Sending Patches): We always put the contributor's name in.
4593
4594 * misc.texi (Thumbnails): Minor correction.
4595
8cf51b2c
GM
45962006-04-03 Richard Stallman <rms@gnu.org>
4597
4598 * misc.texi (Thumbnails): Minor cleanup.
4599
46002006-04-02 Karl Berry <karl@gnu.org>
4601
4602 * sending.texi (Mail Sending): pxref to Top needs five args.
4603
4604 * texinfo.tex: Update to current version (2006-03-21.13).
4605
8cf51b2c
GM
46062006-03-31 Richard Stallman <rms@gnu.org>
4607
4608 * emacs.texi (Top): Update subnode menu.
4609
4610 * help.texi (Help Mode): Cleanup.
4611
4612 * dired.texi: Many cleanups.
4613 (Dired Deletion): Describe dired-recursive-deletes.
4614 (Operating on Files): dired-create-directory moved.
4615 (Misc Dired Features): Move to here.
4616 (Tumme): Node moved to misc.texi.
4617
4618 * custom.texi: Many cleanups.
4619 (Minor Modes): Don't mention ISO Accents Mode.
4620 (Examining): Update C-h v output example.
4621 (Hooks): Add index and xref for add-hook.
4622 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4623 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4624
4625 * misc.texi: Many cleanups.
4626 (beginning): Add to summary of topics.
4627 (Shell): Put eshell xref at the end. Remove eshell from table.
4628 (Thumbnails): New node.
4629
8cf51b2c
GM
46302006-03-28 Eli Zaretskii <eliz@gnu.org>
4631
4632 * files.texi (File Name Cache): Make it clear that the cache is
4633 not persistent.
4634
8cf51b2c
GM
46352006-03-25 Karl Berry <karl@gnu.org>
4636
49823426
GM
4637 * emacs-xtra.texi, emacs.texi, gnu.texi:
4638 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4639 (2) do not indent copyright year list (or anything else).
4640
8cf51b2c
GM
46412006-03-21 Juanma Barranquero <lekktu@gmail.com>
4642
4643 * files.texi (VC Dired Mode): Remove misplaced brackets.
4644
46452006-03-21 Andre Spiegel <spiegel@gnu.org>
4646
4647 * files.texi: Various updates and clarifications in the VC chapter.
4648
46492006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4650
4651 * help.texi (Help Mode): Document "C-c C-c".
4652
8cf51b2c
GM
46532006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4656 menu in the standalone Info reader.
4657
46582006-03-15 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4661 moved here from Emacs manual.
4662
4663 * programs.texi (Fortran): Section moved to emacs-xtra.
4664 (Program Modes): Xref to Fortran in emacs-xtra.
4665
4666 * maintaining.texi (Emerge): Move to emacs-xtra.
4667 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4668
4669 * picture.texi: File deleted.
4670 * Makefile.in:
4671 * makefile.w32-in: Remove picture.texi.
4672
4673 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4674 * abbrevs.texi (Abbrevs):
4675 * sending.texi (Sending Mail): Picture node removed.
4676
4677 * emacs.texi (Top): Update node listings.
4678
8cf51b2c
GM
46792006-03-12 Richard Stallman <rms@gnu.org>
4680
4681 * calendar.texi: Various cleanups.
4682
8cf51b2c
GM
46832006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4686 syntax.
4687
8cf51b2c
GM
46882006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4689
4690 * search.texi (Regexps): More accurately describe which characters
4691 are special in which situations. Recommend _not_ to quote `]' or
4692 `-' when they are not special.
4693
8cf51b2c
GM
46942006-02-28 Andre Spiegel <spiegel@gnu.org>
4695
4696 * files.texi (Old Versions): Clarify operation of C-x v =.
4697
8cf51b2c
GM
46982006-02-21 Nick Roberts <nickrob@snap.net.nz>
4699
4700 * building.texi (Watch Expressions): Update and describe
4701 gdb-speedbar-auto-raise.
4702
47032006-02-19 Richard M. Stallman <rms@gnu.org>
4704
4705 * emacs.texi: Use @smallbook.
4706 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4707 Update subnode menu.
4708
4709 * building.texi (Lisp Interaction): Minor addition.
4710
47112006-02-18 Nick Roberts <nickrob@snap.net.nz>
4712
4713 * building.texi (Watch Expressions): Update and be more precise.
4714
c8763fb6 47152006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4716
4717 * maintaining.texi (Create Tags Table): Explain why the
4718 exception when etags writes to files under the /dev tree.
4719
47202006-02-14 Richard M. Stallman <rms@gnu.org>
4721
4722 * custom.texi (Safe File Variables): Lots of clarification.
4723 Renamed from Unsafe File Variables.
4724
47252006-02-14 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * custom.texi (Unsafe File Variables): File variable confirmation
4728 assumed denied in batch mode.
4729
47302006-02-14 Richard M. Stallman <rms@gnu.org>
4731
4732 * building.texi (GDB User Interface Layout): Don't say `inferior'
4733 for program being debugged.
4734
47352006-02-15 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * building.texi (GDB Graphical Interface):
4738 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4739
47402006-02-13 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * custom.texi (Specifying File Variables, Unsafe File Variables):
4743 New nodes, split from File Variables. Document new file local
4744 variable behavior.
4745
47462006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4747
4748 * display.texi (Standard Faces):
8cf51b2c
GM
4749 * files.texi (Visiting):
4750 * frames.texi (Clipboard):
4751 * glossary.texi (Glossary) <Clipboard>:
4752 * xresources.texi (X Resources): Mention Mac OS port.
4753
8cf51b2c
GM
47542006-02-12 Richard M. Stallman <rms@gnu.org>
4755
4756 * building.texi (Building): Clarify topic in intro.
4757
4758 * maintaining.texi (Maintaining): Change title; clarify topic.
4759 Delete duplicate index entries.
4760
4761 * building.texi (Other GDB User Interface Buffers): Clarifications.
4762
4763 * text.texi (Cell Commands): Clarifications.
4764
4765 * programs.texi (Defuns): Delete duplicate explanation of
4766 left-margin paren convention.
4767 (Hungry Delete): Minor cleanup.
4768
47692006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4770
4771 * dired.texi (Tumme): More tumme documentation.
4772
47732006-02-11 Alan Mackenzie <acm@muc.de>
4774
4775 * programs.texi ("Hungry Delete"): Correct the appellation of the
4776 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4777
47782006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4779
4780 * dired.texi (Tumme): Fix small bug.
4781
47822006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4783
4784 * macos.texi (Mac International): Rename "fontset-mac" to
4785 "fontset-standard".
4786
8cf51b2c
GM
47872006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4788
4789 * dired.texi (Tumme): Basic documentation for Tumme added.
4790
8cf51b2c
GM
47912006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4792
4793 * mule.texi (International):
4794 * programs.texi (Basic Indent): Fix typos.
4795
8cf51b2c
GM
4796 * custom.texi (Minor Modes):
4797 * display.texi (Text Display):
4798 * commands.texi (Text Characters): Update xrefs.
4799
48002006-02-07 Richard M. Stallman <rms@gnu.org>
4801
4802 * emacs.texi (Top): Update subnode menu.
4803 Update info on old Emacs papers.
4804 (Intro): "Graphical display", not window system.
4805
4806 * xresources.texi (GTK styles): Minor clarifications.
4807
4808 * trouble.texi: "Graphical display", not window system.
4809 (Stuck Recursive): Minor clarification.
4810
4811 * text.texi: Minor clarifications.
4812 (Sentences): Explain why two-space convention is better.
4813 Explain sentence-end-without-period here.
4814 (Fill Commands): Not here.
4815 (Refill): Node moved down.
4816 (Filling): Update menu.
4817 (Table Creation, Cell Justification, Column Commands): Clarify.
4818
4819 * sending.texi: Minor clarifications.
4820
4821 * search.texi (Regexp Backslash): Clarification.
4822
4823 * rmail.texi: Minor cleanups.
4824 (Rmail): Delete digression about `rmail-mode'.
4825 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4826 (Rmail Files): Mention C-u M-x rmail.
4827 (Rmail Reply): Mention References.
4828 (Rmail Display): Mention rmail-nonignored-headers.
4829
4830 * programs.texi: Minor cleanups.
4831 (Comment Commands): Mention momentary Transient Mark mode.
4832 (Matching): Be more specific about customizing show-paren-mode.
4833 (Info Lookup): Don't list the modes that support C-h S.
4834 Just say what it does in an unsupported mode.
4835 (Man Page): Delete excessive info on customizing woman.
4836 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4837
4838 * abbrevs.texi: Minor clarifications.
4839 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4840 not "dynamic abbrevs" as if they were a kind of abbrev.
4841
4842 * picture.texi (Picture): Minor cleanup.
4843
4844 * mule.texi (Communication Coding): Say "other applications".
4845 (Fontsets): Not specific to X. Add xref to X Resources.
4846 (Unibyte Mode): Rename from Single-Byte Character Support.
4847 "Graphical display", not window system.
4848 (International): Update menu.
4849
4850 * maintaining.texi (Format of ChangeLog):
4851 New node, split out from ChangeLog.
4852 (ChangeLog): Clarifications in the remaining text.
4853 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4854 (Find Tag): Add @w.
4855 (Tags Search): Explain tag table order here. Simplify grep ref.
4856 (List Tags): tags-tag-face is a variable, not a face.
4857 (Emerge): Cleanups.
4858
4859 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4860 (Keyboard Macros): Avoid "the user".
4861
4862 * killing.texi: "Graphical display", not window system.
4863
4864 * help.texi (Help Echo): "Graphical display", not window system.
4865
4866 * glossary.texi: Say "you", not "the user". Say "graphical display".
4867
4868 * frames.texi: Minor cleanups. "Graphical display", not window system.
4869
4870 * files.texi (Visiting): Make drag-and-drop not X-specific.
4871
4872 * custom.texi: Minor cleanups. "Graphical display", not window system.
4873
4874 * cmdargs.texi: Minor cleanups.
4875
4876 * building.texi (Compilation): Move and split kill-compilation para.
4877 Add para about multiple compilers.
4878 (Compilation Mode): Commands also available in grep mode and others.
4879 Mention C-u C-x ` more tutorially. Clarify C-x `.
4880 (Compilation Shell): Clarify. Put Bash example first.
4881 (Grep Searching): Minor cleanups; add @w.
4882 (Debuggers): Minor cleanups.
4883 (Starting GUD): Make GDB xgraphical mode issue clearer.
4884 (Debugger Operation): Lots of clarifications including
4885 GDB tooltip side-effect issue.
4886 (Commands of GUD): Clarify.
4887 (GUD Customization): Add bashdb-mode-hook.
4888 (GDB Graphical Interface): Rewrite for clarity.
4889 (GDB User Interface Layout): Rewrite for clarity.
4890 (Stack Buffer, Watch Expressions): Likewise.
4891 (Other GDB User Interface Buffers): Cleanups.
4892 (Lisp Libraries, External Lisp): Cleanup.
4893
4894 * basic.texi (Position Info): "Graphical displays", rather than
4895 window systems.
4896
4897 * anti.texi: Minor cleanup.
4898
8cf51b2c
GM
48992006-02-03 Eli Zaretskii <eliz@gnu.org>
4900
4901 * custom.texi (Init File, Find Init): Add cross-references to
4902 where $HOME is described.
4903
49042006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4905
4906 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4907 is not inside the @table.
4908
4909 * emacs.texi (Top): Correct node name.
4910
4911 * files.texi (File Names): Fix @xref.
4912 (Reverting): Fix typo.
4913
4914 * mule.texi (International): Correct node name.
4915
4916 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4917
49182006-02-01 Richard M. Stallman <rms@gnu.org>
4919
4920 * emacs.texi (Top): Update subnode menu.
4921
4922 * mule.texi: Minor clarifications.
4923 Reduce the specific references to X Windows.
4924 Refer to "graphical" terminals, rather than window systems.
4925 (Text Coding): Rename from Specify Coding.
4926 (Communication Coding, File Name Coding, Terminal Coding):
4927 New nodes split out from Text Coding.
4928
4929 * kmacro.texi: Minor clarifications.
4930 (Keyboard Macro Ring): Comment out some excessive commands.
4931 (Basic Keyboard Macro): Split up the table, putting part in each node.
4932
4933 * major.texi: Minor clarifications.
4934
4935 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4936
4937 * windows.texi: Minor clarifications.
4938 (Change Window): Don't describe mode-line mouse cmds here.
4939 Add xref to Mode Line Mouse.
4940
4941 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4942
4943 * macos.texi (Mac International): Fix xref.
4944
4945 * indent.texi: Minor clarifications.
4946
4947 * frames.texi: Minor clarifications.
4948 Reduce the specific references to X Windows.
4949 Refer to "graphical" terminals, rather than window systems.
4950 (Frame Parameters): Don't mention commands like
4951 set-foreground-color. Just say to customize a face.
4952 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4953
4954 * files.texi: Minor clarifications.
4955 (Numbered Backups): New node, split out from Backup Names.
4956
4957 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4958
4959 * cmdargs.texi (General Variables): Fix xref.
4960
4961 * buffers.texi: Minor clarifications.
4962
8cf51b2c
GM
49632006-01-31 Richard M. Stallman <rms@gnu.org>
4964
4965 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
4966 Nodes moved to top.
4967
4968 * display.texi: Minor clarifications.
4969 (Display): Rearrange menu.
4970 (Standard Faces): Mention query-replace face.
4971 (Faces): Simplify.
4972 (Font Lock): Simplify face customization info.
4973 (Highlight Changes): Node merged into Highlight Interactively.
4974 (Highlight Interactively): Much rewriting and cleanup.
4975 (Optional Mode Line): Narrowed line number not good for goto-line.
4976 Simplify face customization advice.
4977 (Text Display): Mention use of escape-glyph face.
4978 Move ctl-arrow and tab-width here.
4979 (Display Custom): Move no-redraw-on-reenter to end of node.
4980
4981 * search.texi: Minor clarifications.
4982 (Isearch Scroll): Simplify.
4983 (Other Repeating Search): Document multi-occur-in-matching-buffers.
4984
4985 * regs.texi (Registers): Mention bookmarks here.
4986
4987 * mark.texi: Minor clarifications.
4988 (Selective Undo): Node deleted.
4989
4990 * m-x.texi: Minor clarifications.
4991
4992 * killing.texi: Minor clarifications.
4993 Refer to "graphical" terminals, rather than window systems.
4994
4995 * help.texi: Clarifications.
4996 (Help): Don't describe C-h F and C-h K here.
4997 (Key Help): Describe C-h K here.
4998 (Name Help): Mention Emacs Lisp Intro.
4999 Describe C-h F here.
5000 (Misc Help): Mention C-h F and C-h K only briefly.
5001
5002 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5003 Selective undo text merged in.
5004 (Spelling): Mention Aspell along with Ispell.
5005
5006 * emacs.texi (Top): Update subnode menus.
5007
5008 * basic.texi (Basic Undo): Rename from Undo. Most of text
5009 moved to new Undo node.
5010
8cf51b2c
GM
50112006-01-29 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * basic.texi (Continuation Lines, Inserting Text):
5014 Mention longlines mode.
5015
50162006-01-29 Richard M. Stallman <rms@gnu.org>
5017
10d1d0af 5018 * screen.texi: Minor cleanups.
8cf51b2c
GM
5019 (Screen): Clean up the intro paragraphs.
5020 (Mode Line): Lots of rewriting. Handle frame-name better.
5021 eol-mnemonic-... vars moved out.
5022
5023 * emacs.texi (Top): Change menu item for MS-DOS node.
5024 Update subnode menu.
5025
5026 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5027 chapter relates to Windows. Title changed.
5028
5029 * mini.texi: Minor cleanups.
5030
5031 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5032 (Mark): Put it in the menu.
5033
5034 * entering.texi: Minor cleanups.
5035
5036 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5037 (Intro): Refer to "graphical" terminals, rather than X.
5038
5039 * display.texi (Display Custom): Add xref to Variables.
5040 (Optional Mode Line): eol-mnemonic-... vars moved here.
5041
5042 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5043 rather than X.
5044
8cf51b2c
GM
5045 * basic.texi: Minor cleanups.
5046 (Undo): selective-undo moved.
5047
8cf51b2c
GM
50482006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5049
5050 * anti.texi (Antinews): Various corrections and additions.
5051
50522006-01-23 Juri Linkov <juri@jurta.org>
5053
5054 * custom.texi (Easy Customization, Customization Groups)
5055 (Browsing Custom): Mention links along with buttons.
5056
8cf51b2c
GM
50572006-01-21 Eli Zaretskii <eliz@gnu.org>
5058
8cf51b2c
GM
5059 * text.texi (TeX Print): Use @key for TAB.
5060
8cf51b2c
GM
5061 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5062
8cf51b2c
GM
50632006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5064
5065 * files.texi (File Aliases): Don't claim that usually separate
5066 buffers are created for two file names that name the same data.
5067 Mention additional situations where different names mean the same
5068 file on disk.
5069
50702006-01-19 Richard M. Stallman <rms@gnu.org>
5071
5072 * killing.texi (Deletion): Upcase @key argument.
5073
5074 * custom.texi (Custom Themes): Minor cleanup.
5075
5076 * programs.texi (Hungry Delete): Upcase @key argument.
5077
8cf51b2c
GM
50782006-01-16 Juri Linkov <juri@jurta.org>
5079
5080 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5081 Move `mode-line-highlight' before `mode-line-buffer-id'.
5082
8cf51b2c
GM
50832006-01-14 Richard M. Stallman <rms@gnu.org>
5084
5085 * basic.texi (Inserting Text): Minor cleanup.
5086
8cf51b2c
GM
50872006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5088
5089 * custom.texi (Changing a Variable, Face Customization):
5090 Update for changes in Custom menus.
5091
8cf51b2c
GM
50922006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5093
5094 * macos.texi (Mac International): Undo last change.
5095
8cf51b2c
GM
50962006-01-02 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * custom.texi (Custom Themes): Describe the new
5099 customize-create-theme interface.
5100
51012005-12-30 Juri Linkov <juri@jurta.org>
5102
5103 * basic.texi (Position Info): Update example.
5104
c8763fb6 51052005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5106
5107 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5108
51092005-12-24 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * custom.texi (Custom Themes): `load-theme' always loads.
5112
51132005-12-23 Juri Linkov <juri@jurta.org>
5114
5115 * display.texi (Highlight Interactively): Use double space to
5116 separate sentences. Replace C-p with M-p, and C-n with M-n.
5117
51182005-12-22 Richard M. Stallman <rms@gnu.org>
5119
5120 * custom.texi (Easy Customization and subnodes):
5121 Replace "active field" with "button".
5122 Use "user option" only for variables.
5123 Use "setting" for variable-or-face.
5124
51252005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5126
5127 * buffers.texi (Select Buffer): Change order in table to make
5128 "Similar" refer to the correct item.
5129 (Indirect Buffers): Minor rewording.
5130
8cf51b2c
GM
51312005-12-20 Juri Linkov <juri@jurta.org>
5132
5133 * files.texi (VC Status): Put P and N near p and n.
5134
8cf51b2c
GM
51352005-12-19 Richard M. Stallman <rms@gnu.org>
5136
5137 * programs.texi (Electric C): Delete the info about newline control.
5138 (Other C Commands): Minor cleanup.
5139 (Left Margin Paren): Minor cleanup.
5140
51412005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5142
5143 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5144 (Customization Groups): Delete text moved to "Browsing Custom".
5145 (Browsing Custom): New node.
5146 (Specific Customization): Clarify which commands only work for
5147 loaded options.
5148
51492005-12-18 Bill Wohler <wohler@newt.com>
5150
5151 * frames.texi (Tool Bars): Shorten text of previous change.
5152
51532005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5154
5155 * files.texi (VC Status): Document log-view mode.
5156
51572005-12-18 Bill Wohler <wohler@newt.com>
5158
5159 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5160 permanently via the customize interface.
5161
8cf51b2c
GM
51622005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5163
5164 * killing.texi (Killing by Lines): Document `kill-whole-line'
5165 function.
5166
c8763fb6 51672005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5168
5169 * buffers.texi (Select Buffer): Change `prev-buffer' to
5170 `previous-buffer'. Indicate that these functions use a frame
5171 local buffer list.
5172
8cf51b2c
GM
51732005-12-12 Richard M. Stallman <rms@gnu.org>
5174
5175 * custom.texi (Easy Customization): Change menu comment.
5176 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5177
5178 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5179 (Help): Among the Apropos commands, describe only C-h a here.
5180
51812005-12-11 Richard M. Stallman <rms@gnu.org>
5182
5183 * programs.texi (Options for Comments): Comment-end starts with space.
5184
5185 * glossary.texi (Glossary): Minor cleanup.
5186
5187 * files.texi (Old Versions): Use @table.
5188
8cf51b2c
GM
51892005-12-10 David Koppelman <koppel@ece.lsu.edu>
5190
5191 * display.texi (Highlight Interactively): Include
5192 global-hi-lock-mode. Add miscellaneous details and elaborations.
5193
51942005-12-09 Richard M. Stallman <rms@gnu.org>
5195
5196 * display.texi (Font Lock): Delete the Global FL menu item.
5197
51982005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5199
5200 * custom.texi (Minibuffer Maps): Mention the maps for file name
5201 completion.
5202
52032005-12-09 Kim F. Storm <storm@cua.dk>
5204
5205 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5206 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5207 cursor to next corner in rectangle; clarify insert around rectangle.
5208
8cf51b2c
GM
52092005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5210
5211 * custom.texi (Customization): Use xref to elisp manual for
5212 non-TeX output.
5213 (Minor Modes): Update.
5214 (Customization Groups, Changing a Variable, Face Customization):
5215 Update for new appearance of Custom buffers.
5216 (Changing a Variable): `custom-buffer-done-function' has been
5217 replaced by `custom-buffer-done-kill'.
5218 (Specific Customization): In the `customize-group' buffer, a
5219 subgroup's contents are not "hidden". They are not included at
5220 all. They have no [Show] button.
5221 (Mouse Buttons): Add pxref to description of mouse event lists in
5222 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5223 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5224 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5225
52262005-12-08 Richard M. Stallman <rms@gnu.org>
5227
5228 * mini.texi (Completion Commands, Completion):
5229 In file name input, SPC does not do completion.
5230
8cf51b2c
GM
52312005-12-08 Nick Roberts <nickrob@snap.net.nz>
5232
5233 * building.texi (GDB Graphical Interface): Explain screen size
5234 setting.
5235 (Other GDB User Interface Buffers): Describe features specific to
5236 GDB 6.4.
5237
8cf51b2c
GM
52382005-12-01 Nick Roberts <nickrob@snap.net.nz>
5239
5240 * building.texi (GDB User Interface Layout): Describe how to
5241 kill associated buffers.
5242 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5243 (Watch Expressions): Be more precise.
5244 (Other GDB User Interface Buffers): Describe how to change a
5245 register value.
5246
8cf51b2c
GM
52472005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5248
5249 * macos.texi (Mac Input): Remove description of
5250 mac-command-key-is-meta. Add descriptions of
5251 mac-control-modifier, mac-command-modifier, and
5252 mac-option-modifier.
5253 (Mac International): Fix description of conversion of clipboard data.
5254 (Mac Font Specs): Add example of font customization by face attributes.
5255
52562005-11-22 Nick Roberts <nickrob@snap.net.nz>
5257
5258 * building.texi (Watch Expressions): Expand description.
5259 (Other GDB User Interface Buffers): Describe local map for
5260 gud-watch.
5261
52622005-11-21 Chong Yidong <cyd@stupidchicken.com>
5263
5264 * display.texi (Font Lock): Font lock is enabled by default now.
5265
52662005-11-20 Juri Linkov <juri@jurta.org>
5267
5268 * basic.texi (Position Info): Update examples of the output.
5269 Remove the fact that examples are produced in the TeXinfo buffer,
5270 because in the Info reader users will get a different output from
5271 `C-x ='.
5272
5273 * building.texi (Compilation Mode): Remove paragraph duplicated
5274 from the node `Compilation'. Add `compilation-skip-threshold'.
5275
5276 * display.texi (Font Lock): Suggest more user-friendly method of
5277 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5278
52792005-11-18 Richard M. Stallman <rms@gnu.org>
5280
5281 * files.texi (Registering): Mention @@ in mode line.
5282
5283 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5284
52852005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5286
5287 * files.texi (Renaming and VC): Some back-ends don't
5288 handle renaming.
5289
8cf51b2c
GM
52902005-11-17 Juri Linkov <juri@jurta.org>
5291
5292 * emacs.texi (Top):
5293 * display.texi (Highlight Interactively): Put this font-lock based
5294 mode near Font Lock node.
5295
52962005-11-16 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5299 icons.
5300
53012005-11-12 Kim F. Storm <storm@cua.dk>
5302
5303 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5304 (Help Summary): Add C-h d and C-h e.
5305 (Apropos): Clarify that all apropos commands may search for either
5306 list of words or a regexp. Add C-h d for apropos-documentation.
5307 Describe apropos-documentation-sort-by-scores user option.
5308
8cf51b2c
GM
53092005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * killing.texi (CUA Bindings): Add @section.
5312
53132005-11-10 Kim F. Storm <storm@cua.dk>
5314
5315 * emacs.texi (Top): Add CUA Bindings entry to menu.
5316
5317 * killing.texi (CUA Bindings): New node. Moved here from
5318 misc.texi and extended with info on rectangle commands and
5319 rectangle highlighting, interface to registers, and the global
5320 mark feature.
5321
5322 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5323
5324 * regs.texi: Prev link points to CUA Bindings node.
5325
53262005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5327
5328 * help.texi (Help Echo): By default, help echos are only shown on
5329 mouse-over, not on point-over.
5330
c8763fb6 53312005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5332
5333 * misc.texi (Shell Mode): Describe how to activate password echoing.
5334
8cf51b2c
GM
53352005-11-04 Romain Francoise <romain@orebokech.com>
5336
5337 * mark.texi (Mark Ring): Fix typo.
5338
53392005-11-03 Richard M. Stallman <rms@gnu.org>
5340
5341 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5342
53432005-11-01 Bill Wohler <wohler@newt.com>
5344
5345 * help.texi (Help Mode): Fix typo.
5346
53472005-11-01 Nick Roberts <nickrob@snap.net.nz>
5348
1c6c854e
CS
5349 * building.texi (Other GDB User Interface Buffers):
5350 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5351
53522005-10-31 Romain Francoise <romain@orebokech.com>
5353
5354 * files.texi (Compressed Files): Fix typo.
5355
5356 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5357
5358 * windows.texi (Force Same Window): Likewise.
5359
53602005-10-30 Bill Wohler <wohler@newt.com>
5361
5362 * help.texi (Help Mode): URLs viewed with browse-url.
5363
53642005-10-31 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * building.texi (GDB Graphical Interface): Don't reference
5367 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5368 must stay in same frame.
5369
53702005-10-29 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5373
5374 * anti.texi (Antinews): Likewise.
5375
8cf51b2c
GM
53762005-10-28 Bill Wohler <wohler@newt.com>
5377
5378 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5379
53802005-10-28 Richard M. Stallman <rms@gnu.org>
5381
5382 * files.texi (Visiting): Explain how to enter ? in a file name.
5383
5384 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5385
8cf51b2c
GM
53862005-10-25 Nick Roberts <nickrob@snap.net.nz>
5387
1c6c854e
CS
5388 * building.texi (GDB Graphical Interface):
5389 Describe gdb-mouse-until.
8cf51b2c
GM
5390
53912005-10-23 Richard M. Stallman <rms@gnu.org>
5392
5393 * custom.texi (Init File): Recommend when to use site-start.el.
5394
8cf51b2c
GM
53952005-10-21 Juri Linkov <juri@jurta.org>
5396
5397 * custom.texi (Examining): Mention accessing the old variable
5398 value via M-n in set-variable.
5399
8cf51b2c
GM
54002005-10-18 Romain Francoise <romain@orebokech.com>
5401
5402 * files.texi (Version Systems): Capitalize GNU.
5403
8cf51b2c
GM
54042005-10-18 Nick Roberts <nickrob@snap.net.nz>
5405
5406 * building.texi (Compilation Mode): Remove redundant paragraph.
5407 (Watch Expressions): Remove paragraph to reflect code change.
5408
8cf51b2c
GM
54092005-10-16 Richard M. Stallman <rms@gnu.org>
5410
5411 * building.texi (Compilation Mode, Compilation): Clarified.
5412
54132005-10-15 Richard M. Stallman <rms@gnu.org>
5414
5415 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5416
8cf51b2c
GM
54172005-10-13 Kenichi Handa <handa@m17n.org>
5418
5419 * basic.texi (Position Info): Fix previous change.
5420
c8763fb6 54212005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5422
5423 * cmdargs.texi (Icons X): Fix typo.
5424
54252005-10-12 Kenichi Handa <handa@m17n.org>
5426
5427 * basic.texi (Position Info): Describe the case that Emacs shows
5428 "part of display ...".
5429
c8763fb6 54302005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5431
5432 * cmdargs.texi (Icons X): -nb => -nbi.
5433
54342005-10-10 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * frames.texi (Speedbar): A couple more clarifications.
5437
54382005-10-11 Nick Roberts <nickrob@snap.net.nz>
5439
5440 * building.texi (GDB User Interface Layout): Improve diagram.
5441 (Watch Expressions): Explain how to make speedbar global.
5442 (Other GDB User Interface Buffers): Make references more precise.
5443
8cf51b2c
GM
54442005-10-09 Richard M. Stallman <rms@gnu.org>
5445
5446 * frames.texi (Speedbar): Clarify the text.
5447
54482005-10-09 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * frames.texi (Speedbar): Add information on keybindings,
5451 dismissing the speedbar, and buffer display mode. Link to
5452 speedbar manual.
5453
c8763fb6 54542005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5455
1c6c854e 5456 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5457 added -nb, --no-bitmap-icon.
5458
8cf51b2c
GM
54592005-10-07 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * building.texi (GDB Graphical Interface): Add variables and
5462 functions to indices. Be more precise.
5463
c8763fb6 54642005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5465
5466 * frames.texi (Drag and Drop): Remove the x- from
5467 x-dnd-open-file-other-window and xdnd-protocol-alist.
5468
54692005-09-30 Romain Francoise <romain@orebokech.com>
5470
5471 * mini.texi (Minibuffer): The default value now appears before the
5472 colon in minibuffer prompts.
5473
8cf51b2c
GM
54742005-09-25 Richard M. Stallman <rms@gnu.org>
5475
5476 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5477
8cf51b2c
GM
54782005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5479
5480 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5481
8cf51b2c
GM
54822005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5483
5484 * emacs.texi (Top): Update submenus from macos.texi.
5485
5486 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5487 (Mac OS): Update feature support status.
5488 (Mac Input): List supported input scripts. Remove description
5489 about `mac-keyboard-text-encoding'. Mention mouse button
5490 emulation and related variables.
5491 (Mac International): Mention Central European and Cyrillic
5492 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5493 Add description about coding system for selection.
5494 Add description about language environment.
5495 (Mac Environment Variables):
5496 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5497 arguments. Add Preferences support.
5498 (Mac Directories): Explicitly state that this node is for Mac OS
5499 Classic only.
1c6c854e
CS
5500 (Mac Font Specs): Mention specification for scalable fonts.
5501 List supported charsets. Add preferred way of creating fontsets.
5502 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5503 (Mac Functions): Add descriptions about `mac-set-file-creator',
5504 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5505 and `mac-get-preference'.
5506
8cf51b2c
GM
55072005-09-16 Romain Francoise <romain@orebokech.com>
5508
5509 Update all files to specify GFDL version 1.2.
5510
5511 * doclicense.texi (GNU Free Documentation License): Update to
5512 version 1.2.
5513
55142005-09-15 Richard M. Stallman <rms@gnu.org>
5515
5516 * buffers.texi (List Buffers): Fix xref.
5517
5518 * rmail.texi (Rmail Basics): Fix xref.
5519
5520 * emacs.texi (Top): Update subnode menus.
5521
5522 * files.texi (Saving Commands): New node, broken out of Saving.
5523 (Customize Save): New node, broken out of Saving.
5524 Clarify effect of write-region-inhibit-fsync.
5525 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5526
8cf51b2c
GM
55272005-09-14 Romain Francoise <romain@orebokech.com>
5528
5529 * files.texi (Saving): Mention write-region-inhibit-fsync.
5530
55312005-09-05 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * custom.texi (Custom Themes): New node.
5534
55352005-09-03 Richard M. Stallman <rms@gnu.org>
5536
49823426
GM
5537 * search.texi (Search Case): Mention vars that control
5538 case-fold-search for various operations.
8cf51b2c
GM
5539
55402005-08-22 Juri Linkov <juri@jurta.org>
5541
5542 * display.texi (Standard Faces): Merge the text from
5543 `(elisp)Standard Faces' into this node.
5544
55452005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5546
5547 * emacs.texi (Top): Delete menu item for deleted node
5548 Keyboard Translations.
5549
55502005-08-18 Richard M. Stallman <rms@gnu.org>
5551
8cf51b2c
GM
5552 * trouble.texi (Unasked-for Search):
5553 Delete xref to Keyboard Translations.
5554
5555 * glossary.texi (Glossary): Delete xref.
5556
8cf51b2c
GM
5557 * custom.texi (Minor Modes): Say that the list here is not complete.
5558 (Keyboard Translations): Node deleted.
5559 (Disabling): Delete xref to it.
5560 (Customization Groups): Fix Custom buffer example.
5561 (Hooks): Mention remove-hooks.
5562
55632005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5564
5565 * building.texi (GDB Graphical Interface): Improve filling of menu
5566 item.
5567
55682005-08-18 Nick Roberts <nickrob@snap.net.nz>
5569
5570 * building.texi (GDB Graphical Interface): Use better node names.
5571
55722005-08-14 Richard M. Stallman <rms@gnu.org>
5573
5574 * text.texi (Sentences): Fix xref.
5575
55762005-08-14 Juri Linkov <juri@jurta.org>
5577
5578 * building.texi (Compilation, Grep Searching): Move grep command
5579 headings from `Compilation' to `Grep Searching'.
5580
5581 * dired.texi (Dired and Find):
5582 * maintaining.texi (Tags Search): Replace grep xref to
5583 `Compilation' node with `Grep Searching'.
5584
5585 * files.texi (Comparing Files): Replace xref to `Compilation' with
5586 `Compilation Mode'.
5587
55882005-08-13 Alan Mackenzie <acm@muc.de>
5589
5590 * search.texi (Non-ASCII Isearch): Correct a typo.
5591 (Replacement Commands): Mention query-replace key binding.
5592
55932005-08-11 Richard M. Stallman <rms@gnu.org>
5594
5595 * programs.texi (Options for Comments): Fix xref.
5596
5597 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5598 out of Regexps.
5599
8cf51b2c
GM
56002005-08-09 Juri Linkov <juri@jurta.org>
5601
5602 * building.texi (Compilation): Use `itemx' instead of `item'.
5603 (Grep Searching): Simplify phrase.
5604
5605 * display.texi (Standard Faces): Describe vertical-border on
5606 window systems.
5607
5608 * windows.texi (Split Window): Simplify phrase and mention
5609 vertical-border face.
5610
56112005-08-09 Richard M. Stallman <rms@gnu.org>
5612
5613 * files.texi (Comparing Files): Clarify compare-windows.
5614
5615 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5616
8cf51b2c
GM
56172005-08-06 Eli Zaretskii <eliz@gnu.org>
5618
5619 * mule.texi (Coding Systems): Rephrase the paragraph about
5620 codepages: no need for "M-x codepage-setup" anymore, except on
5621 MS-DOS.
5622
5623 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5624 the MS-DOS port only.
5625
56262005-07-30 Eli Zaretskii <eliz@gnu.org>
5627
5628 * makefile.w32-in (info): Don't run multi-install-info.bat.
5629 ($(infodir)/dir): New target, produced by running
5630 multi-install-info.bat.
5631
8cf51b2c
GM
56322005-07-22 Eli Zaretskii <eliz@gnu.org>
5633
5634 * files.texi (Quoted File Names): Add index entry.
5635
8cf51b2c
GM
56362005-07-19 Juri Linkov <juri@jurta.org>
5637
5638 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5639
56402005-07-18 Juri Linkov <juri@jurta.org>
5641
8cf51b2c
GM
5642 * custom.texi (Easy Customization):
5643 * files.texi (Old Versions):
5644 * frames.texi (Wheeled Mice):
5645 * mule.texi (Specify Coding):
8cf51b2c
GM
5646 * text.texi (Cell Justification):
5647 * trouble.texi (After a Crash):
8cf51b2c
GM
5648 * xresources.texi (GTK styles):
5649 Delete duplicate duplicate words.
5650
56512005-07-17 Richard M. Stallman <rms@gnu.org>
5652
5653 * frames.texi (Creating Frames): Fix foreground color example.
5654
5655 * custom.texi (Init Examples): Clean up text about conditionals.
5656
56572005-07-16 Richard M. Stallman <rms@gnu.org>
5658
5659 * mini.texi (Completion Commands): Fix command name for ?.
5660
8cf51b2c
GM
56612005-07-16 Eli Zaretskii <eliz@gnu.org>
5662
5663 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5664 `menu' face has no effect on w32 and with GTK.
5665 Add cross-references.
8cf51b2c
GM
5666
5667 * cmdargs.texi (General Variables): Clarify the default location
5668 of $HOME on w32 systems.
5669
56702005-07-15 Jason Rumney <jasonr@gnu.org>
5671
5672 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5673 changed.
5674
56752005-07-08 Kenichi Handa <handa@m17n.org>
5676
1c6c854e
CS
5677 * mule.texi (Recognize Coding):
5678 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5679
56802005-07-07 Richard M. Stallman <rms@gnu.org>
5681
5682 * anti.texi (Antinews): Mention mode-line-inverse-video.
5683
5684 * files.texi (Saving): Minor correction about C-x C-w.
5685
5686 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5687
56882005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * search.texi (Isearch Scroll): Add example of using the
5691 `isearch-scroll' property.
5692 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5693 `Display Custom' node.
5694 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5695 and de-emphasize it.
5696 (Other Repeating Search): `occur' currently can not correctly
5697 handle multiline matches. Correct, clarify and update description
5698 of `flush-lines' and `keep-lines'.
5699
5700 * display.texi (Display Custom): Add anchor for `baud-rate'.
5701
57022005-07-07 Richard M. Stallman <rms@gnu.org>
5703
5704 * gnu.texi: Update where to get GNU status; add refs for how to help.
5705 Add footnotes 6 and 7.
5706
57072005-07-04 Lute Kamstra <lute@gnu.org>
5708
5709 Update FSF's address in GPL notices.
5710
8cf51b2c 5711 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5712 * trouble.texi (Checklist): Update FSF's address.
5713
8cf51b2c
GM
57142005-06-24 Richard M. Stallman <rms@gnu.org>
5715
5716 * display.texi (Text Display): Change index entries.
5717
57182005-06-24 Eli Zaretskii <eliz@gnu.org>
5719
5720 * makefile.w32-in (MAKEINFO): Use --force.
5721 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5722 Makefile.in.
8cf51b2c
GM
5723
57242005-06-23 Richard M. Stallman <rms@gnu.org>
5725
1c6c854e 5726 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5727 nobreak-char-display.
5728
5729 * emacs.texi (Top): Update detailed node listing.
5730
1c6c854e 5731 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5732 to nobreak-char-display and no-break-space to nobreak-space.
5733 (Standard Faces): Split up the list of standard faces
5734 and put it in a separate node. Add nobreak-space and
5735 escape-glyph.
5736
8cf51b2c
GM
57372005-06-23 Lute Kamstra <lute@gnu.org>
5738
5739 * mule.texi (Select Input Method): Fix typo.
5740
57412005-06-23 Kenichi Handa <handa@m17n.org>
5742
1c6c854e
CS
5743 * mule.texi (International): List all supported scripts.
5744 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5745 distribution.
5746 (Language Environments): List all language environments.
5747 Intlfonts contains fonts for most supported scripts, not all..
5748 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5749 input a specific character.
8cf51b2c
GM
5750 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5751
57522005-06-23 Juanma Barranquero <lekktu@gmail.com>
5753
49823426 5754 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5755
57562005-06-22 Miles Bader <miles@gnu.org>
5757
5758 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5759
57602005-06-20 Miles Bader <miles@gnu.org>
5761
5762 * display.texi (Faces): Add `vertical-divider'.
5763
57642005-06-17 Richard M. Stallman <rms@gnu.org>
5765
5766 * text.texi (Adaptive Fill): Minor clarification.
5767
8cf51b2c
GM
57682005-06-10 Lute Kamstra <lute@gnu.org>
5769
5770 * emacs.texi (Top): Correct version number.
5771 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5772 refer to the current version of Emacs.
5773
57742005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5775
5776 * files.texi (Log Buffer): Document when there can be more than
5777 one file to be committed.
5778
57792005-06-08 Juri Linkov <juri@jurta.org>
5780
5781 * display.texi (Faces): Add `shadow' face.
5782
57832005-06-07 Masatake YAMATO <jet@gyve.org>
5784
5785 * display.texi (Faces): Write about mode-line-highlight.
5786
57872005-06-06 Richard M. Stallman <rms@gnu.org>
5788
5789 * misc.texi (Printing Package): Explain how to initialize
5790 printing package.
5791
5792 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5793
57942005-06-05 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * emacs.texi: Rename Hardcopy to Printing.
5797 Make PostScript and PostScript Variables subnodes of it.
5798
5799 * misc.texi (Printing): Rename node from Hardcopy.
5800 Mention menu bar options.
5801 Move PostScript and PostScript Variables to submenu.
5802 (Printing package): New node.
5803
5804 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5805
5806 * dired.texi (Operating on Files): Likewise.
5807
5808 * calendar.texi (Displaying the Diary): Likewise.
5809
5810 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5811
5812 * glossary.texi (Glossary): Likewise.
5813
5814 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5815 effect.
5816
58172005-06-04 Richard M. Stallman <rms@gnu.org>
5818
5819 * trouble.texi (After a Crash): Polish previous change.
5820
8cf51b2c
GM
58212005-05-30 Noah Friedman <friedman@splode.com>
5822
5823 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5824 recovery mechanism.
5825
8cf51b2c
GM
58262005-05-28 Nick Roberts <nickrob@snap.net.nz>
5827
5828 * building.texi (Other Buffers): SPC toggles display of
5829 floating point registers.
5830
8cf51b2c
GM
58312005-05-27 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * files.texi (Log Buffer): Merge in description of Log Edit
5834 mode from pcl-cvs.texi.
5835
58362005-05-26 Richard M. Stallman <rms@gnu.org>
5837
5838 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5839
8cf51b2c
GM
58402005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5841
5842 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5843 not enabled by default.
5844 When not on a word, `ispell-word' by default checks the word
5845 before point.
5846
58472005-05-24 Nick Roberts <nickrob@snap.net.nz>
5848
5849 * building.texi (Debugger Operation): Simplify last sentence.
5850
58512005-05-23 Lute Kamstra <lute@gnu.org>
5852
5853 * emacs.texi: Update FSF's address throughout.
5854 (Preface): Use @cite.
5855 (Distrib): Add cross reference to the node "Copying". Mention the
5856 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5857 printed manuals.
5858 (Intro): Use @xref for the Emacs Lisp Intro.
5859
8cf51b2c
GM
58602005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5861
5862 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5863
5864 * basic.texi (Moving Point): Mention default for `goto-line'.
5865
5866 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5867 of a variable's docstring.
5868
58692005-05-18 Lute Kamstra <lute@gnu.org>
5870
5871 * maintaining.texi (Overview of Emerge): Add cross reference.
5872 Remove duplication.
5873
5874 * emacs.texi (Top): Update to the current structure of the manual.
5875 * misc.texi (Emacs Server): Add menu description.
5876 * files.texi (Saving): Fix menu.
5877 * custom.texi (Customization): Fix menu.
5878 * mule.texi (International): Fix menu.
5879 * kmacro.texi (Keyboard Macros): Fix menu.
5880
58812005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * display.texi: Various minor changes.
5884 (Faces): Delete text that is repeated in the next section.
5885
58862005-05-16 Nick Roberts <nickrob@snap.net.nz>
5887
5888 * building.texi (Debugger Operation): Mention GUD tooltips are
5889 disabled with GDB in text command mode.
5890
8cf51b2c
GM
58912005-05-16 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * building.texi: Replace toolbar with "tool bar" for consistency.
5894 (Compilation Mode): Describe compilation-context-lines
5895 and use of arrow in compilation buffer.
5896 (Debugger Operation): Replace help text with variable's value.
5897
5898 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5899 consistency.
5900
59012005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5904 Add xref.
5905
8cf51b2c
GM
59062005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5907
5908 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5909 (Position Info): Delete discussion of `goto-line'. It is already
5910 described in `Moving point'.
5911
5912 * mini.texi (Completion Commands): Correct reference.
5913 (Completion Options): Fix typo.
5914
5915 * killing.texi (Deletion): Complete description of `C-x C-o'.
5916
8cf51b2c
GM
59172005-05-10 Richard M. Stallman <rms@gnu.org>
5918
5919 * building.texi (Compilation): Clarify recompile's directory choice.
5920
5921 * frames.texi (Tooltips): Cleanups.
5922
5923 * basic.texi (Arguments): Fix punctuation.
5924
59252005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * screen.texi (Menu Bar): The up and down (not left and right)
5928 arrow keys move through a keyboard menu.
5929
59302005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5931
5932 * basic.texi: Various typo and grammar fixes.
5933 (Moving Point): C-a now runs move-beginning-of-line.
5934
59352005-05-08 Nick Roberts <nickrob@snap.net.nz>
5936
5937 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5938
5939 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5940 as different animals.
5941
59422005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5943
5944 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5945 Correct index entry.
5946
59472005-05-07 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * building.texi (Debugger Operation): Update to reflect changes
5950 in GUD tooltips.
5951
59522005-04-30 Richard M. Stallman <rms@gnu.org>
5953
5954 * files.texi (Compressed Files): Auto Compression normally enabled.
5955
5956 * building.texi (Debugger Operation): Clarify previous change.
5957
8cf51b2c
GM
59582005-04-28 Nick Roberts <nickrob@snap.net.nz>
5959
5960 * building.texi (Debugger Operation): Add description for
5961 GUD tooltips when program is not running.
5962
59632005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * misc.texi (Shell): Add `Shell Prompts' to menu.
5966 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
5967 description. Delete remarks moved to new node.
5968 (Shell Prompts): New node.
5969 (History References): Replace remarks moved to `Shell Prompts'
5970 with xref to that node.
5971 (Remote Host): Clarify how to specify the terminal type when
5972 logging in to a different machine.
5973
59742005-04-26 Richard M. Stallman <rms@gnu.org>
5975
5976 * emacs.texi (Top): Update submenus from files.texi.
5977
5978 * files.texi (Filesets): Clarify previous change.
5979
5980 * dired.texi (Misc Dired Features): Clarify previous change.
5981
59822005-04-25 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
5985
1c6c854e
CS
5986 * dired.texi (Misc Dired Features):
5987 Document dired-compare-directories.
8cf51b2c
GM
5988
5989 * files.texi (Filesets): New node.
5990 (File Conveniences): Document Image mode.
5991
5992 * text.texi (TeX Print): Document tex-compile.
5993
59942005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5995
5996 * frames.texi (Tooltips): Tooltip mode is enabled by default.
5997 Delete redundant reference to tooltip Custom group. It is
5998 referred too again in the next paragraph.
5999
60002005-04-24 Richard M. Stallman <rms@gnu.org>
6001
6002 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6003
8cf51b2c
GM
60042005-04-19 Kim F. Storm <storm@cua.dk>
6005
6006 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6007
60082005-04-18 Lars Hansen <larsh@math.ku.dk>
6009
6010 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6011 turns off desktop-save-mode.
6012
60132005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6014
6015 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6016 by default in terminals compatible with xterm. Mention that
6017 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6018 node.
6019
8cf51b2c
GM
60202005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6023
c8763fb6 60242005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6025
6026 * xresources.texi (Table of Resources): Add cursorBlink.
6027
60282005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6031 `d', `C-d' and `u'.
6032
60332005-04-11 Richard M. Stallman <rms@gnu.org>
6034
6035 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6036 (Misc X): Add -D, --basic-display.
6037
6038 * maintaining.texi (Change Log): Correct the description of
6039 the example.
6040
6041 * major.texi (Choosing Modes): Document magic-mode-alist.
6042
8cf51b2c
GM
60432005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6046 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6047 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6048 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6049 `w', respectively.
6050 (Rmail Labels): Mention `l'.
6051 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6052 (Rmail Summary Edit): Describe `j' and RET.
6053
c8763fb6 60542005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6055
6056 * xresources.texi (Lucid Resources): Add fontSet resource.
6057
8cf51b2c
GM
60582005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6059
6060 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6061 now called `indicate-empty-lines'.
6062
60632005-04-06 Kim F. Storm <storm@cua.dk>
6064
6065 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6066
60672005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6068
6069 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6070 deleted.
6071 (Marks vs Flags): Add some convenient key bindings.
6072 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6073 (Misc Dired Features): Correct and expand description of `w' command.
6074
6075 * frames.texi (XTerm Mouse): Delete apparently false info.
6076 The GNU/Linux console currently does not appear to support
6077 `xterm-mouse-mode'.
6078
8cf51b2c
GM
60792005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6080
6081 * calendar.texi (Diary): Mention shell utility `calendar'.
6082
60832005-04-01 Richard M. Stallman <rms@gnu.org>
6084
6085 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6086
8cf51b2c
GM
60872005-04-01 Lute Kamstra <lute@gnu.org>
6088
6089 * maintaining.texi (Change Log): add-change-log-entry uses
6090 add-log-mailing-address.
6091
60922005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6095 `VC Mode Line' and put in an xref to that node.
6096 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6097 its description.
6098
60992005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6100
6101 * calendar.texi (Calendar Systems): Say that the Persian calendar
6102 implemented here is the arithmetical one championed by Birashk.
6103
61042005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6105
6106 * programs.texi (Fortran Motion): Fix previous change.
6107
8cf51b2c
GM
61082005-03-29 Richard M. Stallman <rms@gnu.org>
6109
6110 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6111
61122005-03-29 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * text.texi (Refill): Refer to Long Lines Mode.
6115 (Longlines): New node.
6116 (Auto Fill): Don't index "word wrap" here.
6117 (Filling): Add Longlines to menu.
6118
61192005-03-29 Richard M. Stallman <rms@gnu.org>
6120
6121 * xresources.texi: Minor fixes.
6122
6123 * misc.texi (Emacs Server): Fix Texinfo usage.
6124
6125 * emacs.texi (Top): Don't use a real section heading for
6126 "Detailed Node Listing". Fake it instead.
6127
6128 * basic.texi (Position Info): Minor cleanup.
6129
6130 * mule.texi (Input Methods): Minor cleanup.
6131
61322005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6133
6134 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6135 constructs as well.
6136 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6137
61382005-03-29 Kenichi Handa <handa@m17n.org>
6139
6140 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6141
6142 * basic.texi (Position Info): Update the description about the
6143 command C-u C-x =.
6144
61452005-03-28 Richard M. Stallman <rms@gnu.org>
6146
6147 * emacs.texi (Top): Use @section for the detailed node listing.
6148
6149 * calendar.texi: Minor fixes to previous change.
6150
6151 * programs.texi (Fortran): Small fixes to previous changes.
6152
6153 * emacs.texi (Top): Update list of subnodes of Dired.
6154 Likewise for building.texi.
6155
6156 * files.texi (File Conveniences): Delete Auto Image File mode.
6157
61582005-03-28 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * building.texi (Flymake): New node.
6161
6162 * custom.texi (Function Keys): Document kp- event types and
6163 keypad-setup package.
6164
6165 * dired.texi (Wdired): New node.
6166
6167 * files.texi (File Conveniences): Reorder entries.
6168 Explain how to turn on Auto-image-file mode.
6169 Document Thumbs mode.
6170
6171 * mule.texi (Specify Coding): Document recode-region and
6172 recode-file-name.
6173
6174 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6175
61762005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6177
6178 * commands.texi (Keys): M-o is now a prefix key.
6179
61802005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6181
6182 * programs.texi: Reformat and update copyright years.
6183 (Fortran): Update section.
6184
61852005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6186
6187 * files.texi: Several small changes in addition to:
6188 (Visiting): Change xref for Dialog Boxes to ref.
6189 (Version Headers): Replace references to obsolete var
6190 `vc-header-alist' with `vc-BACKEND-header'.
6191 (Customizing VC): Update value of `vc-handled-backends'.
6192
61932005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6194
6195 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6196 move here from Emacs Lisp Reference Manual.
6197 * calendar.texi (Calendar/Diary, Diary Commands)
6198 (Special Diary Entries, Importing Diary): Change some xrefs to
6199 point to emacs-xtra rather than elisp.
6200
6201 * emacs-xtra.texi (Calendar Customizing):
6202 Move view-diary-entries-initially, view-calendar-holidays-initially,
6203 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6204 Emacs Manual.
6205 (Appt Customizing): Merge entire section into main Emacs Manual.
6206 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6207 mark-holidays-in-calendar here from emacs-xtra.
6208 (Displaying the Diary): Move view-diary-entries-initially,
6209 mark-diary-entries-in-calendar here from emacs-xtra.
6210 (Appointments): Move appt-display-mode-line,
6211 appt-display-duration, appt-disp-window-function,
6212 appt-delete-window-function here from emacs-xtra.
6213
6214 * calendar.texi: Update and reformat copyright.
6215 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6216 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6217 (Diary): Refer to `diary-file' rather than ~/diary.
6218 (Diary Commands): Rename node to "Displaying the Diary".
6219 * emacs.texi (Top): Rename "Diary Commands" section.
6220 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6221
62222005-03-26 Eli Zaretskii <eliz@gnu.org>
6223
6224 * misc.texi (Emacs Server): Fix the command for setting
6225 server-name. Add an xref to Invoking emacsclient.
6226
6227 * help.texi (Help Summary): Clarify when "C-h ." will do something
6228 nontrivial.
6229 (Apropos): Add cindex entry for apropos-sort-by-scores.
6230
6231 * display.texi (Text Display): Add index entries for how no-break
6232 characters are displayed.
6233
8cf51b2c
GM
62342005-03-26 Eli Zaretskii <eliz@gnu.org>
6235
6236 * files.texi (Visiting): Fix cross-references introduced with the
6237 last change.
6238
6239 * xresources.texi (GTK resources): Fix last change.
6240
8cf51b2c
GM
62412005-03-25 Chong Yidong <cyd@stupidchicken.com>
6242
6243 * xresources.texi (X Resources): GTK options documented too.
6244 (Resources): Clarify meaning of program name.
6245 (Table of Resources): Add visualClass.
6246 (GTK resources): Rewrite.
6247 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6248
6249 * display.texi (Text Display): Mention non-breaking spaces.
6250
6251 * files.texi (Reverting): Document auto-revert-check-vc-info.
6252
6253 * frames.texi (Mouse Commands): Document
6254 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6255
6256 * help.texi (Help Summary): Add `C-h .'.
6257 (Apropos): Apropos accepts a list of search terms.
6258 Document apropos-sort-by-scores.
6259 (Help Echo): Document display-local-help.
6260
6261 * misc.texi (Emacs Server): Document server-name.
6262 (Invoking emacsclient): Document -s option for server names.
6263
6264 * text.texi (Outline Visibility): Introduce "current heading
6265 line" (commands can be called with point on a body line).
6266 Re-order table to follow the sequence of discussion.
6267 hide-body won't hide lines before first header line.
6268 (TeX Mode): Add DocTeX mode.
6269
8cf51b2c
GM
62702005-03-24 Richard M. Stallman <rms@gnu.org>
6271
6272 * mule.texi (Single-Byte Character Support): Delete mention
6273 of iso-acc.el and iso-transl.el.
6274
8cf51b2c
GM
62752005-03-23 Lute Kamstra <lute@gnu.org>
6276
6277 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6278
62792005-03-23 Richard M. Stallman <rms@gnu.org>
6280
8cf51b2c
GM
6281 * search.texi: Delete explicit node pointers.
6282 (Incremental Search): New menu.
6283 (Basic Isearch, Repeat Isearch, Error in Isearch)
6284 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6285 (Slow Isearch): New subnodes.
6286 (Configuring Scrolling): Node deleted.
6287 (Search Case): Doc default-case-fold-search.
6288 (Regexp Replace): Move replace-regexp doc here.
6289
6290 * rmail.texi (Movemail): Put commas inside closequotes.
6291
6292 * picture.texi (Insert in Picture): Document C-c arrow combos.
6293 (Basic Picture): Clarify erasure.
6294
6295 * display.texi (Font Lock): Put commas inside closequotes.
6296
6297 * cmdargs.texi (General Variables): Put commas inside closequotes.
6298
62992005-03-23 Nick Roberts <nickrob@snap.net.nz>
6300
6301 * building.texi (Stack Buffer): Mention reverse contrast for
6302 *selected* frame (might not be current frame).
6303
8cf51b2c
GM
63042005-03-21 Richard M. Stallman <rms@gnu.org>
6305
6306 * building.texi (Starting GUD): Add bashdb.
6307
63082005-03-20 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * basic.texi (Moving Point): Add M-g M-g binding.
6311 (Undo): Document undo-only.
6312 (Position Info): Document M-g M-g and C-u M-g M-g.
6313
6314 * building.texi (Building): Put Grep Searching after Compilation
6315 Shell.
6316 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6317 Document next-error-highlight.
6318 (Grep Searching): Document grep-highlight-matches.
6319 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6320
6321 * calendar.texi (Importing Diary): Rename node from iCalendar.
6322 Document diary-from-outlook.
6323
6324 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6325 Commands.
6326 Mention effect of X drag and drop on Dired buffers.
6327
6328 * files.texi (Visiting): Document large-file-warning-threshold.
6329 Move paragraph on file-selection dialog.
6330 Mention visiting files using X drag and drop.
6331 (Reverting): Mention using Auto-Revert mode to tail files.
6332 Document auto-revert-tail-mode.
6333 (Version Systems): Minor correction.
6334 (Comparing Files): Diff-mode is no longer based on Compilation
6335 mode.
6336 Document compare-ignore-whitespace.
6337 (Misc File Ops): Explain passing a directory to rename-file.
6338 Likewise for copy-file and make-symbolic-link.
6339
6340 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6341 Document mouse-wheel-progressive speed.
6342
6343 * help.texi (Misc Help): Document numeric argument for C-h i.
6344 Correctly explain the effect of just C-u as argument.
6345
6346 * killing.texi (Deletion): Document numeric argument for
6347 just-one-space.
6348
6349 * mini.texi (Completion): Completion acts on text before point.
6350
6351 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6352 (Emulation): CUA mode replaces pc-bindings-mode,
6353 pc-selection-mode, and s-region.
6354
6355 * mule.texi (Input Methods): Leim is now built-in.
6356 (Select Input Method): Document quail-show-key.
6357 (Specify Coding): Document revert-buffer-with-coding-system.
6358
6359 * programs.texi (Fortran Motion): Document f90-next-statement,
6360 f90-previous-statement, f90-next-block, f90-previous-block,
6361 f90-end-of-block, and f90-beginning-of-block.
6362
6363 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6364
6365 * emacs.texi (Acknowledgments): Updated.
6366
6367 * anti.texi: Total rewrite.
6368
8cf51b2c
GM
63692005-03-19 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * ack.texi (Acknowledgments): Update.
6372
63732005-03-19 Eli Zaretskii <eliz@gnu.org>
6374
1c6c854e
CS
6375 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6376 Update copyright years.
8cf51b2c
GM
6377
63782005-03-14 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * building.texi (Commands of GUD): Move paragraph on setting
6381 breakpoints with mouse to the GDB Graphical Interface node.
6382
63832005-03-07 Richard M. Stallman <rms@gnu.org>
6384
8cf51b2c
GM
6385 * misc.texi (Single Shell, Shell Options): Fix previous change.
6386
6387 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6388
63892005-03-06 Richard M. Stallman <rms@gnu.org>
6390
6391 * building.texi (Starting GUD): Don't explain text vs graphical
6392 GDB here. Just mention it and xref.
6393 Delete "just one debugger process".
6394 (Debugger Operation): Move GUD tooltip info here.
6395 (GUD Tooltips): Node deleted.
6396 (GDB Graphical Interface): Explain the two GDB modes here.
6397
8cf51b2c
GM
6398 * sending.texi (Sending Mail): Minor cleanup.
6399 (Mail Aliases): Explain quoting conventions.
6400 Update key rebinding example.
6401 (Header Editing): C-M-i is like M-TAB.
6402 (Mail Mode Misc): mail-attach-file does not do MIME.
6403
6404 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6405 that really belongs here.
6406 (Remote Mailboxes): Text moved to Rmail Inbox.
6407 (Rmail Display): Mention Mouse-1.
6408 (Movemail): Clarify two movemail versions.
6409 Clarify rmail-movemail-program.
6410
8cf51b2c
GM
6411 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6412 Document async shell commands.
6413 (Shell History): Clarify.
6414 (Shell Ring): Mention C-UP an C-DOWN.
6415 (Shell Options): Add comint-prompt-read-only.
6416 (Invoking emacsclient): Set EDITOR to run Emacs.
6417 (Sorting): No need to explain what region is.
6418 (Saving Emacs Sessions): Fix typo.
6419 (Recursive Edit): Fix punctuation.
6420 (Emulation): Don't mention "PC bindings" which are standard.
6421 (Hyperlinking): Explain Mouse-1 convention here.
6422 (Find Func): Node deleted.
6423
8cf51b2c
GM
6424 * help.texi (Name Help): Xref to Hyperlinking.
6425
6426 * glossary.texi (Glossary):
6427 Rename "Balance Parentheses" to "Balancing...".
6428 Add "Byte Compilation". Correct "Copyleft".
6429 New xref in "Customization".
6430 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6431 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6432 Rename "Registers" to "Register".
6433 Replace "Selecting" with "Selected Frame",
6434 "Selected Window", and "Selecting a Buffer".
6435
6436 * files.texi (Types of Log File): Explain how projects'
6437 methods can vary.
6438
8cf51b2c
GM
6439 * display.texi (Faces): Delete "Emacs 21".
6440
6441 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6442 * fixit.texi (Spelling): C-M-i like M-TAB.
6443 * mini.texi (Completion Options): C-M-i like M-TAB.
6444 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6445 * text.texi (Text Mode): C-M-i like M-TAB.
6446
6447 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6448
6449 * calendar.texi (Specified Dates): Mention `g w'.
6450 (Appointments): appt-activate toggles with no arg.
6451
8cf51b2c
GM
64522005-03-05 Juri Linkov <juri@jurta.org>
6453
6454 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6455 "invocation (command line arguments)".
8cf51b2c
GM
6456 (Misc X): Add -nbc, --no-blinking-cursor.
6457
64582005-03-04 Ulf Jasper <ulf.jasper@web.de>
6459
6460 * calendar.texi (iCalendar): No need to require it now.
6461
8cf51b2c
GM
64622005-03-03 Nick Roberts <nickrob@snap.net.nz>
6463
6464 * trouble.texi (Contributing): Mention Savannah. Direct users to
6465 emacs-devel.
6466
64672005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6468
6469 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6470 window.
6471
8cf51b2c
GM
64722005-02-27 Richard M. Stallman <rms@gnu.org>
6473
6474 * building.texi (Compilation): Update mode line status info.
6475
64762005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6477
6478 * calendar.texi (General Calendar): Document binding of
6479 scroll-other-window-down.
6480 (Mayan Calendar): Fix earliest date.
6481 (Time Intervals): Document timeclock-change.
6482 Fix timeclock-ask-before-exiting documentation.
6483
64842005-02-26 Kim F. Storm <storm@cua.dk>
6485
6486 * frames.texi (Mouse References):
6487 Add mouse-1-click-in-non-selected-windows.
6488
64892005-02-25 Richard M. Stallman <rms@gnu.org>
6490
6491 * screen.texi (Screen): Explain better about cursors and mode lines;
6492 don't presuppose text terminals.
6493 (Point): Don't assume just one cursor.
6494 Clarify explanation of cursors.
6495 (Echo Area, Menu Bar): Cleanups.
6496
6497 * mini.texi (Minibuffer): Prompts are highlighted.
6498 (Minibuffer Edit): Newline = C-j only on text terminals.
6499 Clarify resize-mini-windows values.
6500 Mention M-PAGEUP and M-PAGEDOWN.
6501 (Completion Commands): Mouse-1 like Mouse-2.
6502 (Minibuffer History): Explain history commands better.
6503 (Repetition): Add xref to Incremental Search.
6504
6505 * mark.texi (Setting Mark): Clarify info about displaying mark.
6506 Clarify explanation of C-@ and C-SPC.
6507 (Transient Mark): Mention Delete Selection mode.
6508 (Marking Objects): Clean up text about extending the region.
6509
6510 * m-x.texi (M-x): One C-g doesn't always go to top level.
6511 No delay before suggest-key-bindings output.
6512
6513 * fixit.texi (Fixit): Mention C-/ for undo.
6514 (Spelling): Mention ESC TAB like M-TAB.
6515 Replacement words with r and R are rechecked.
6516 Say where C-g leaves point. Mention ? as input.
6517
65182005-02-23 Lute Kamstra <lute@gnu.org>
6519
6520 * cmdargs.texi (Initial Options): Add cross reference.
6521
8cf51b2c
GM
65222005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * emacs.texi (Top): Update menu for splitting of node in
6525 msdog.texi.
6526 * frames.texi (Frames): Update xref for splitting of node in
6527 msdog.texi.
6528 * trouble.texi (Quitting): Ditto.
6529
65302005-02-16 Richard M. Stallman <rms@gnu.org>
6531
6532 * windows.texi (Split Window): Simplify line truncation info
6533 and xref to Display Custom.
6534
6535 * trouble.texi (Quitting): Emergency escape only for text terminal.
6536 (Screen Garbled): C-l for ungarbling is only for text terminal.
6537
6538 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6539
6540 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6541
6542 * programs.texi (Program Modes): Mention Python mode.
6543 (Moving by Defuns): Repeating C-M-h extends region.
6544 (Basic Indent): Clarify.
6545 (Custom C Indent): Clarify.
6546 (Expressions): Repeating C-M-@ extends region.
6547 (Info Lookup): Clarify for C-h S.
6548 (Symbol Completion): ESC TAB alternative for M-TAB.
6549 (Electric C): Clarify.
6550
6551 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6552
6553 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6554 MS-DOS Input node.
6555 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6556 (MS-DOS and MULE): Clarify.
6557 (MS-DOS Processes, Windows Processes): Fix typos.
6558
6559 * major.texi (Choosing Modes): Clarify.
6560
6561 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6562 (Keyboard Macro Step-Edit): Clarify.
6563
6564 * indent.texi (Indentation): Clarifications.
6565
6566 * help.texi (Help): Correct error about C-h in query-replace.
6567 Clarify apropos vs C-h a. Fix how to search in FAQ.
6568 (Key Help): Describe C-h w here.
6569 (Name Help): Minor cleanup. C-h w moved to Key Help.
6570 Clarify the "object" joke.
6571 (Apropos): Clarify. Mouse-1 like Mouse-2.
6572 (Help Mode): Mouse-1 like Mouse-2.
6573
6574 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6575
6576 * display.texi (Display): Reorder menu.
6577 (Faces): Cleanup.
6578 (Font Lock): Cleanup. Mention Options menu.
6579 Delete obsolete text.
6580 (Scrolling): For C-l, don't presume text terminal.
6581 (Horizontal Scrolling): Simplify intro.
6582 (Follow Mode): Clarify.
1c6c854e 6583 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6584 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6585 Doc default-tab-width. Doc line truncation more thoroughly.
6586
6587 * dired.texi (Dired Enter): C-x C-f can run Dired.
6588 (Dired Visiting): Comment out `a' command.
6589 Mouse-1 is like Mouse-2.
6590 (Shell Commands in Dired): ? can be used more than once.
6591
6592 * basic.texi (Continuation Lines): Simplify description of truncation,
6593 and refer to Display Custom for the rest of it.
6594
8cf51b2c
GM
65952005-02-06 Lute Kamstra <lute@gnu.org>
6596
6597 * basic.texi (Undo): Fix typo.
6598
6599 * cmdargs.texi (Emacs Invocation): Fix typo.
6600
6601 * custom.texi (Init Examples): Fix typo.
6602
6603 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6604
66052005-02-06 Richard M. Stallman <rms@gnu.org>
6606
6607 * regs.texi (Registers): Registers can hold numbers, too.
6608
6609 * killing.texi (Other Kill Commands): Cleanup.
6610 Delete redundant explanation of kill in read-only buffer.
6611 (Yanking): Mention term "copying".
6612 (Accumulating Text): Fix typo.
6613
6614 * entering.texi (Entering Emacs): Update rationale at start.
6615 (Exiting): Treat iconifying on a par with suspension.
6616
6617 * custom.texi (Minor Modes): Fix typo.
6618 (Easy Customization): Fix menu style.
6619 (Variables): Add xref.
6620 (Examining): Setting for future sessions works through .emacs.
6621 (Keymaps): "Text terminals", not "Many".
6622 (Init Rebinding): Explain \C-. Show example of \M-.
6623 Fix minor wording errors.
6624 (Function Keys): Explain vector syntax just once.
6625 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6626 (Init File): Mention .emacs.d directory.
6627 (Init Examples): Add xref.
6628 (Find Init): Mention .emacs.d directory.
6629
6630 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6631 (Action Arguments): Explain which kinds of -l args are found how.
6632 (Initial Options): --batch does not inhibit site-start.
6633 Add xrefs.
6634 (Command Example): Use --batch, not -batch.
6635
6636 * basic.texi (Inserting Text): Cleanup wording.
6637 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6638 C-n is not error at end of buffer.
6639 (Undo): Doc C-/ like C-_. Add xrefs.
6640 (Arguments): META key may be labeled ALT.
6641 Peculiar arg meanings are explained in doc strings.
6642
6643 * abbrevs.texi (Expanding Abbrevs): Clarify.
6644
66452005-02-05 Eli Zaretskii <eliz@gnu.org>
6646
6647 * frames.texi (Frame Parameters): Add an xref to the description
6648 of list-colors-display. Add a pointer to the X docs about colors.
6649
6650 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6651 Improve docs of list-colors-display.
8cf51b2c
GM
6652
66532005-02-03 Lute Kamstra <lute@gnu.org>
6654
6655 * frames.texi (Frames, Drag and Drop): Fix typos.
6656
66572005-02-03 Richard M. Stallman <rms@gnu.org>
6658
6659 * windows.texi (Basic Window): Mention color-change in mode line.
6660 (Change Window): Explain dragging vertical boundaries.
6661
6662 * text.texi (Sentences): Clarify.
6663 (Paragraphs): Explain M-a and blank lines.
6664 (Outline Mode): Clarify text and menu.
6665 (Hard and Soft Newlines): Mention use-hard-newlines.
6666
6667 * frames.texi (Frames): Delete unnecessary mention of Windows.
6668 (Mouse Commands): Likewise. Mention xterm mouse support.
6669 (Clipboard): Clarify.
6670 (Mouse References): Mention use of Mouse-1 for following links.
6671 (Menu Mouse Clicks): Clarify.
6672 (Mode Line Mouse): Clarify.
6673 (Drag and Drop): Rewrite.
6674
6675 * fixit.texi (Spelling): Fix typo.
6676
6677 * files.texi (File Names): Clarify.
6678 (Visiting): Update conditions for use of file dialog. Clarify.
6679 (Saving): Doc d as answer in save-some-buffers.
6680 (Remote Files): Clean up the text.
6681
6682 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6683
6684 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6685 (List Buffers): Clarify.
6686 (Several Buffers): Doc T command.
6687 (Buffer Convenience): Clarify menu.
6688
6689 * basic.texi (Undo): Clarify last change.
6690
66912005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6692
6693 * fixit.texi (Spelling): Fix typo.
6694
66952005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6696
6697 * basic.texi (Undo): Update description of `undo-outer-limit'.
6698
66992005-02-01 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * building.texi: Update documentation relating to GDB Graphical
6702 Interface.
6703
67042005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * custom.texi (Easy Customization): Adapt menu to node name change.
6707
67082005-01-30 Richard M. Stallman <rms@gnu.org>
6709
6710 * custom.texi (Easy Customization): Defn of "User Option" now
6711 includes faces. Don't say just "option" when talking about variables.
6712 Do say just "options" to mean "anything customizable".
6713 (Specific Customization): Describe `customize-variable',
6714 not `customize-option'.
6715
6716 * glossary.texi (Glossary) <Faces>: Add xref.
6717 <User Option>: Change definition--include faces. Change xref.
6718
6719 * picture.texi (Picture): Mention artist.el.
6720
6721 * sending.texi, screen.texi, programs.texi, misc.texi:
6722 * mini.texi, major.texi, maintaining.texi, macos.texi:
6723 * help.texi, frames.texi, files.texi:
6724 Don't say just "option" when talking about variables.
6725
6726 * display.texi, mule.texi: Don't say just "option" when talking
6727 about variables. Other minor cleanups.
6728
8cf51b2c
GM
67292005-01-26 Lute Kamstra <lute@gnu.org>
6730
6731 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6732 File'. Mention the `-Q' option at the `--no-site-file' option.
6733
8cf51b2c
GM
67342005-01-22 David Kastrup <dak@gnu.org>
6735
6736 * building.texi (Grep Searching): Mention alias `find-grep' for
6737 `grep-find'.
6738
67392005-01-20 Richard M. Stallman <rms@gnu.org>
6740
6741 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6742
8cf51b2c
GM
67432005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6744
6745 * rmail.texi (Movemail): Explain differences
6746 between standard and mailutils versions of movemail.
6747 Describe command line and configuration options introduced
6748 with the latter.
6749 Explain the notion of mailbox URL, provide examples and
6750 cross-references to mailutils documentation.
6751 Describe various methods of specifying mailbox names,
6752 user names and user passwords for rmail.
1c6c854e
CS
6753 (Remote Mailboxes): New section.
6754 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6755 options used to control its behavior.
6756 (Other Mailbox Formats): Explain handling of various mailbox
6757 formats.
6758
67592005-01-13 Richard M. Stallman <rms@gnu.org>
6760
6761 * commands.texi (Commands): Clarification.
6762
67632005-01-11 Richard M. Stallman <rms@gnu.org>
6764
6765 * programs.texi (Multi-line Indent): Fix previous change.
6766 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6767
8cf51b2c
GM
67682005-01-08 Richard M. Stallman <rms@gnu.org>
6769
6770 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6771 lazy-highlight.
6772
6773 * search.texi (Query Replace): Mention faces query-replace
6774 and lazy-highlight.
6775 (Incremental Search): Update isearch highlighting info.
6776
8cf51b2c
GM
67772005-01-04 Richard M. Stallman <rms@gnu.org>
6778
6779 * custom.texi (Saving Customizations): Minor improvement.
6780
8cf51b2c
GM
67812005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6782
6783 * custom.texi (Saving Customizations): Emacs no longer loads
6784 `custom-file' after .emacs. No longer mention customizing through
6785 Custom.
6786
8cf51b2c
GM
67872005-01-01 Andreas Schwab <schwab@suse.de>
6788
6789 * killing.texi (Graphical Kill): Move up under node Killing,
6790 change @section to @subsection.
6791
67922005-01-01 Richard M. Stallman <rms@gnu.org>
6793
6794 * custom.texi (Face Customization): Mention hex color specs.
6795
6796 * emacs.texi (Top): Update Killing submenu.
6797
6798 * killing.texi (Killing): Reorganize section.
6799 No more TeX-only text; put the node command at start of chapter.
6800 But the first section heading is used only in TeX.
6801 Rewrite the text to read better in this mode.
6802 (Graphical Kill): New subnode gets some of the text that
6803 used to be in the first section.
6804
68052004-12-31 Richard M. Stallman <rms@gnu.org>
6806
6807 * dired.texi (Shell Commands in Dired): Delete the ? example.
6808
6809 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6810
6811 * files.texi (Saving): Describe new require-final-newline features
6812 and mode-require-final-newline.
6813
8cf51b2c
GM
68142004-12-29 Richard M. Stallman <rms@gnu.org>
6815
6816 * custom.texi (File Variables): Clarify previous change.
6817
c8763fb6 68182004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6819
6820 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6821 out now.
6822
68232004-12-27 Richard M. Stallman <rms@gnu.org>
6824
6825 * Makefile.in (MAKEINFO): Specify --force.
6826
6827 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6828 (Undo): Doc undo-outer-limit.
6829
8cf51b2c
GM
68302004-12-15 Juri Linkov <juri@jurta.org>
6831
6832 * mark.texi (Transient Mark, Mark Ring): M-< and other
6833 movement commands don't set mark in Transient Mark mode
6834 if mark is active.
6835
8cf51b2c
GM
68362004-12-12 Juri Linkov <juri@jurta.org>
6837
6838 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6839 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6840
6841 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6842 (Misc Dired Commands): Add @r{(Dired)} to w.
6843
68442004-12-12 Juri Linkov <juri@jurta.org>
6845
6846 * mark.texi (Marking Objects): Marking commands also extend the
6847 region when mark is active in Transient Mark mode.
6848
8cf51b2c
GM
68492004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6850
6851 * custom.texi (Saving Customizations): Emacs only loads the custom
6852 file automatically after the init file in version 22.1 or later.
6853 Adapt text and examples to this fact.
6854
8cf51b2c
GM
68552004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6858 be set through Custom. Otherwise, it has no effect.
6859
8cf51b2c
GM
68602004-12-05 Richard M. Stallman <rms@gnu.org>
6861
6862 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6863 * entering.texi: Rename Command Line to Emacs Invocation.
6864
10d1d0af 6865 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6866
6867 * custom.texi (Easy Customization): Move up to section level,
6868 before Variables. Avoid using the term "variable"; say "option".
6869 New initial explanation.
6870 (Variables): In initial explanation, connect "variable" to the
6871 already-explained "user option".
6872
6873 * emacs.texi (Top): Fix ref to Command Line.
6874 Move reference to Easy Customization.
6875
6876 * xresources.texi (X Resources): Fix From link.
6877
6878 * doclicense.texi (GNU Free Documentation License): Fix To link.
6879
6880 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6881
6882 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6883
68842004-12-03 Richard M. Stallman <rms@gnu.org>
6885
6886 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6887
68882004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * kmacro.texi: Several small changes in addition to the following.
6891 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6892 defining a keyboard macro.
6893 Mention `kmacro-ring-max'.
6894 (Keyboard Macro Counter): Clarify description of
6895 `kmacro-insert-counter', `kmacro-set-counter',
6896 `kmacro-add-counter' and `kmacro-set-format'.
6897
68982004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6899
6900 * custom.texi (File Variables): Add `unibyte' and make it more
6901 clear that `unibyte' and `coding' are special. Suggested by Simon
6902 Krahnke <overlord@gmx.li>.
6903
6904 * mule.texi (Enabling Multibyte): Refer to File Variables.
6905 Suggested by Simon Krahnke <overlord@gmx.li>.
6906
c8763fb6 69072004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6908
6909 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6910 x-use-old-gtk-file-dialog.
6911
8cf51b2c
GM
69122004-11-20 Richard M. Stallman <rms@gnu.org>
6913
6914 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6915
69162004-11-09 Lars Brinkhoff <lars@nocrew.org>
6917
6918 * building.texi (Lisp Eval): Delete hyphen in section name.
6919
69202004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6921
6922 * files.texi (Old Versions):
6923 No longer document annotation as "CVS only".
6924
69252004-11-10 Andre Spiegel <spiegel@gnu.org>
6926
6927 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
6928 version systems, mentioning the new ones that we support.
6929 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
6930 suggestions.
6931
c8763fb6 69322004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6933
49823426 6934 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6935
c8763fb6 69362004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6937
6938 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6939
69402004-10-23 Eli Zaretskii <eliz@gnu.org>
6941
6942 * text.texi (Text Based Tables, Table Definition)
6943 (Table Creation, Table Recognition, Cell Commands)
6944 (Cell Justification, Row Commands, Column Commands)
6945 (Fixed Width Mode, Table Conversion, Measuring Tables)
6946 (Table Misc): New nodes, documenting the Table Mode.
6947
8cf51b2c
GM
69482004-10-19 Jason Rumney <jasonr@gnu.org>
6949
6950 * makefile.w32-in (info): Change order of arguments to makeinfo.
6951
69522004-10-19 Ulf Jasper <ulf.jasper@web.de>
6953
6954 * calendar.texi (iCalendar): Update for package changes.
6955
8cf51b2c
GM
69562004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * files.texi (Misc File Ops): View mode is a minor mode.
6959
8cf51b2c
GM
69602004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6961
6962 * calendar.texi (iCalendar): Style changes.
6963
69642004-10-07 Luc Teirlinck <teirllm@auburn.edu>
6965
6966 * search.texi (Regexps): The regexp described in the example is no
6967 longer stored in the variable `sentence-end'.
6968
8cf51b2c
GM
69692004-10-06 Nick Roberts <nickrob@snap.net.nz>
6970
6971 * building.texi (Starting GUD): Note that multiple debugging
6972 sessions requires `gdb --fullname'.
6973
69742004-10-05 Ulf Jasper <ulf.jasper@web.de>
6975
6976 * calendar.texi (iCalendar): New section for a new package.
6977
8cf51b2c
GM
69782004-10-05 Luc Teirlinck <teirllm@auburn.edu>
6979
6980 * text.texi: Various small changes in addition to the following.
6981 (Text): Replace xref for autotype with inforef.
6982 (Sentences): Explain nil value for `sentence-end'.
6983 (Paragraphs): Update default values for `paragraph-start' and
6984 `paragraph-separate'.
6985 (Text Mode): Correct description of Text mode's effect on the
6986 syntax table.
6987 (Outline Visibility): `hide-other' does not hide top level headings.
6988 `selective-display-ellipses' no longer has an effect on Outline mode.
6989 (TeX Misc): Add missing @cindex.
6990 Replace xref for RefTeX with inforef.
6991 (Requesting Formatted Text): The variable
6992 `enriched-fill-after-visiting' no longer exists.
6993 (Editing Format Info): Update names of menu items and commands.
6994 (Format Faces): Mention special effect of specifying the default face.
6995 Describe inheritance of text properties.
6996 Correct description of `fixed' face.
6997 (Format Indentation): Correct description of effect of setting
6998 margins. Mention `set-left-margin' and `set-right-margin'.
6999 (Format Justification): Update names of menu items.
7000 `set-justification-full' is now bound to `M-j b'.
7001 Mention that `default-justification' is a per buffer variable.
7002 (Format Properties): Update name of menu item.
7003 (Forcing Enriched Mode): `format-decode-buffer' automatically
7004 turns on Enriched mode if the buffer is in text/enriched format.
7005
70062004-10-05 Emilio C. Lopes <eclig@gmx.net>
7007
7008 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7009
70102004-09-28 Kim F. Storm <storm@cua.dk>
7011
7012 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7013 Align with new functionality.
7014
8cf51b2c
GM
70152004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7016
7017 * display.texi (Display Custom): Remove stray `@end defvar'.
7018
70192004-09-23 Kim F. Storm <storm@cua.dk>
7020
7021 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7022 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7023
8cf51b2c
GM
70242004-09-20 Richard M. Stallman <rms@gnu.org>
7025
7026 * custom.texi (Hooks): Explain using setq to clear out a hook.
7027 (File Variables): Explain multiline string constants.
7028 (Non-ASCII Rebinding): Explain when you need to update
7029 non-ASCII char codes in .emacs.
7030
7031 * building.texi (Compilation): Explain how to make a silent
7032 subprocess that won't be terminated. Explain compilation-environment.
7033
70342004-09-13 Kim F. Storm <storm@cua.dk>
7035
7036 * mini.texi (Repetition): Rename isearch-resume-enabled to
7037 isearch-resume-in-command-history and change default to disabled.
7038
8cf51b2c
GM
70392004-09-09 Kim F. Storm <storm@cua.dk>
7040
7041 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7042 with new `kmacro-name-last-macro'.
7043
8cf51b2c
GM
70442004-09-08 Juri Linkov <juri@jurta.org>
7045
7046 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7047
8cf51b2c
GM
70482004-09-03 Juri Linkov <juri@jurta.org>
7049
7050 * search.texi (Incremental Search): Update wording for M-%.
7051
70522004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7053
7054 * killing.texi (Killing): Correct description of kill commands in
7055 read-only buffer.
7056
70572004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7058
7059 * building.texi (Compilation Mode): Add a paragraph about rules
7060 for finding the compilation buffer for `next-error'.
7061
7062 * search.texi (Other Repeating Search): Mention that Occur mode
7063 supports the next-error functionality.
7064
70652004-09-02 Juri Linkov <juri@jurta.org>
7066
7067 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7068
70692004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * kmacro.texi (Basic Keyboard Macro):
7072 `apply-macro-to-region-lines' now operates on all lines that begin
7073 in the region, rather than on all complete lines in the region.
7074
c8763fb6 70752004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7076
7077 * frames.texi (Drag and drop): Add documentation about
7078 x-dnd-test-function and x-dnd-known-types.
7079
70802004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7081
7082 * indent.texi: Various minor changes in addition to:
7083 (Indentation Commands): Correct description of `indent-relative'.
7084 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7085 mode. The *Tab Stops* buffer uses Overwrite Mode.
7086 (Just Spaces): `tabify' converts sequences of at least two spaces
7087 to tabs.
7088
8cf51b2c
GM
70892004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7090
7091 * frames.texi (Secondary Selection): Setting the secondary
7092 selection with M-Drag-Mouse-1 does not alter the kill ring,
7093 setting it with M-Mouse-1 and M-Mouse-3 does.
7094 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7095 toolkit scroll bars.
7096 (Scroll Bars): Ditto.
7097
7098 * windows.texi (Basic Window): When using a window system, the value
7099 of point in a non-selected window is indicated by a hollow box.
7100 (Split Window): Side by side windows are separated by a scroll bar,
7101 if scroll bars are used.
7102 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7103 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7104 (Window Convenience): Update bindings for `winner-undo' and
7105 `winner-redo'.
7106
7107 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7108 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7109 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7110 of "Using Emacs as a Server".
7111 * building.texi (Building): Interchange nodes (for correct numbering).
7112 * programs.texi (Programs): Interchange nodes (for correct numbering).
7113 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7114 Info to the node structure.
7115 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7116 Rearrange order of nodes and sections such that both "GNU GENERAL
7117 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7118 end, as appropriate for appendices.
7119 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7120 Use `@unnumberedsec'.
7121 * trouble.texi: Adapt sectioning in Info to the node structure.
7122 Adapt node pointers to change in emacs.texi.
7123 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7124
8cf51b2c
GM
71252004-08-25 Kenichi Handa <handa@m17n.org>
7126
7127 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7128 description for unibyte mode.
7129
71302004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7133
7134 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7135 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7136 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7137 in @pxref.
7138
71392004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7142 Change section names.
7143
8cf51b2c
GM
71442004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * kmacro.texi (Keyboard Macro Ring): Rename section.
7147 Emacs treats the head of the macro ring as the `last keyboard macro'.
7148 (Keyboard Macro Counter): Minor change.
7149 (Save Keyboard Macro): Some clarifications.
7150 (Edit Keyboard Macro): Rename section.
7151
7152 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7153 32-bit machines.
7154 (Several Buffers): Clarify which buffer is selected if `2' is
7155 pressed in the Buffer Menu.
7156 Auto Revert mode can be used to update the Buffer Menu
7157 automatically.
7158
71592004-08-21 Eli Zaretskii <eliz@gnu.org>
7160
7161 * help.texi (Misc Help): Add an index entry for finding an Info
7162 manual by its file name.
7163
71642004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7165
7166 * files.texi (Backup Deletion): Correct description of
7167 `delete-old-versions'.
7168 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7169 (Auto Save Files): Recommend `auto-save-mode' to reenable
7170 auto-saving, rather than the abbreviation `auto-save'.
7171
71722004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7175 for "killing" and "yanking" in main menu.
7176
71772004-08-16 Richard M. Stallman <rms@gnu.org>
7178
7179 * killing.texi (Yanking, Killing): Minor cleanups.
7180
7181 * mark.texi (Momentary Mark): Minor cleanups.
7182
71832004-08-15 Kenichi Handa <handa@etl.go.jp>
7184
7185 * custom.texi (Non-ASCII Rebinding):
7186 C-q always inserts the right code to pass to global-set-key.
7187
8cf51b2c
GM
71882004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7191 `insert-register', instead of `C-x r g' binding, for consistency.
7192
71932004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7194
7195 * fixit.texi (Spelling): Fix typo.
7196
71972004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7198
7199 * help.texi (Help): Fix Texinfo usage.
7200
8cf51b2c
GM
72012004-07-24 Richard M. Stallman <rms@gnu.org>
7202
7203 * text.texi (Paragraphs): Update how paragraphs are separated
7204 and the default for paragraph-separate.
7205
7206 * search.texi (Regexp Replace): Further update text for new
7207 replacement operators.
7208
8cf51b2c
GM
72092004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7212 `R' switch.
7213
7214 * dired.texi (Dired Updating): `k' only deletes inserted
7215 subdirectories from the Dired buffer if a prefix argument was given.
7216
7217 * search.texi (Regexps): Delete redundant definition of `symbol' in
7218 description of `\_>'. It already occurs in the description of `\_<'.
7219
8cf51b2c
GM
72202004-07-01 Juri Linkov <juri@jurta.org>
7221
7222 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7223 (Regexp Search): Add M-r.
7224
72252004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7228
72292004-06-29 Jesper Harder <harder@ifa.au.dk>
7230
49823426 7231 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7232
72332004-06-25 Richard M. Stallman <rms@gnu.org>
7234
7235 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7236
72372004-06-25 David Kastrup <dak@gnu.org>
7238
7239 * search.texi (Regexp Replace): Some typo corrections and
7240 rearrangement.
7241
72422004-06-24 David Kastrup <dak@gnu.org>
7243
7244 * search.texi (Unconditional Replace): Use replace-string instead
7245 of query-replace in example.
7246 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7247 sequences.
7248 (Query Replace): Correct explanation of `^' which does not use
7249 the mark stack.
7250
72512004-06-21 Nick Roberts <nickrob@gnu.org>
7252
7253 * misc.texi (Shell History Copying): Document comint-insert-input.
7254 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7255
8cf51b2c
GM
72562004-06-20 Jesper Harder <harder@ifa.au.dk>
7257
7258 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7259 * custom.texi (Customization): Do.
7260 * anti.texi (Antinews): Do.
7261 * abbrevs.texi (Defining Abbrevs): Do.
7262
7263 * programs.texi (Info Lookup): Fix keybinding for
7264 info-lookup-symbol.
7265
72662004-06-16 Juanma Barranquero <lektu@terra.es>
7267
7268 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7269 Add emacs-xtra.
7270 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7271 (clean): Add emacs-xtra and flymake. Remove redundancies.
7272
72732004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7276 Add emacs-xtra.
7277 * emacs-xtra.texi: New file.
7278
72792004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7280
7281 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7282 (Dired and Find): Mention differences with ordinary Dired buffers.
7283
8cf51b2c
GM
72842004-06-13 Richard M. Stallman <rms@gnu.org>
7285
7286 * custom.texi (Init Syntax): Explain about vars that do special
7287 things when set with setq or with Custom.
7288 (Init Examples): Add line-number-mode example.
7289
8cf51b2c
GM
72902004-06-12 Juri Linkov <juri@jurta.org>
7291
7292 * dired.texi (Operating on Files): Add dired-do-touch.
7293
8cf51b2c
GM
72942004-06-10 Juri Linkov <juri@jurta.org>
7295
7296 * building.texi (Lisp Eval): Add C-M-x on defface.
7297
72982004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * files.texi (Reverting): Auto-Revert mode and
7301 Global Auto-Revert mode no longer revert remote files.
7302
8cf51b2c
GM
73032004-05-29 Richard M. Stallman <rms@gnu.org>
7304
7305 * custom.texi (Init File): Two dashes start --no-site-file.
7306
8cf51b2c
GM
73072004-05-29 Alan Mackenzie <acm@muc.de>
7308
7309 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7310 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7311 (AWK, Pike): Document as "C-like modes".
7312 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7313 (M-x man): Supersedes M-x manual-entry.
7314 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7315
7316 ("Comments in C"): Delete node; the info is in CC Mode manual.
7317 (c-comment-only-line-offset): Remove description.
7318
7319 (C-c ., C-c C-c): Describe new C Mode bindings.
7320
7321 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7322 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7323 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7324 Amend definitions.
7325
7326 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7327 Describe functions.
7328
7329 (c-comment-start-regexp, c-hanging-comment-ender-p)
7330 (c-hanging-comment-starter-p): Remove obsolete definitions.
7331
7332 * emacs.texi: Remove the menu entry "Comments in C".
7333
8cf51b2c
GM
73342004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7335
7336 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7337 `M-x locate'.
7338
73392004-05-16 Karl Berry <karl@gnu.org>
7340
7341 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7342 makeinfo --html fails.
7343 * help.texi (Help Summary) [@ifnottex]: Likewise.
7344
73452004-05-13 Nick Roberts <nickrob@gnu.org>
7346
7347 * building.texi (GDB Graphical Interface): Update and describe
7348 layout first.
7349
8cf51b2c
GM
73502004-05-04 Jason Rumney <jasonr@gnu.org>
7351
7352 * makefile.w32-in: Revert last change.
7353
73542004-05-03 Jason Rumney <jasonr@gnu.org>
7355
7356 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7357
8cf51b2c
GM
73582004-04-23 Juanma Barranquero <lektu@terra.es>
7359
7360 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7361
73622004-04-18 Juri Linkov <juri@jurta.org>
7363
7364 * fixit.texi (Spelling): Remove file extension from ispell xref.
7365
73662004-04-15 Kim F. Storm <storm@cua.dk>
7367
7368 * cmdargs.texi (Initial Options): Add -Q.
7369
73702004-04-05 Kim F. Storm <storm@cua.dk>
7371
7372 * custom.texi (File Variables): Add safe-local-eval-forms.
7373
8cf51b2c
GM
73742004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * files.texi (Reverting): Correct description of revert-buffer's
7377 handling of point.
7378
73792004-03-22 Juri Linkov <juri@jurta.org>
7380
7381 * emacs.texi (Top): Add `Misc X'.
7382
49823426 7383 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7384
7385 * glossary.texi: Improve references.
7386
7387 * help.texi: Sync keywords with finder.el.
7388
7389 * mini.texi (Completion): Add description for menu items.
7390
7391 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7392
7393 * sending.texi (Mail Methods): Fix xref to Message manual.
7394
8cf51b2c
GM
73952004-03-12 Richard M. Stallman <rms@gnu.org>
7396
8cf51b2c
GM
7397 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7398
8cf51b2c
GM
73992004-03-04 Richard M. Stallman <rms@gnu.org>
7400
7401 * search.texi (Regexps): Explain that ^ and $ have their
7402 special meanings only in certain contexts.
7403
7404 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7405
7406 * mule.texi (Specify Coding): Doc C-x RET F.
7407
7408 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7409 for multiple compile and grep buffers.
7410 (Indirect Buffers): Don't recommand clone-indirect-buffer
7411 for multiple compile and grep buffers.
7412
8cf51b2c
GM
74132004-02-29 Juanma Barranquero <lektu@terra.es>
7414
7415 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7416 Use $(DEL) instead of rm, and ignore exit code.
7417
8cf51b2c
GM
74182004-02-23 Nick Roberts <nick@nick.uklinux.net>
7419
7420 * building.texi (Watch Expressions): Update.
7421
74222004-02-21 Juri Linkov <juri@jurta.org>
7423
1c6c854e
CS
7424 * cmdargs.texi (Action Arguments): Add alias --find-file.
7425 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7426 to Command Arguments.
7427 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7428 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7429 (Window Size X): Join -g and --geometry. Add @cindex.
7430 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7431 (Title X): Remove alias -title.
7432 (Misc X): New node.
7433
c8763fb6 74342004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7435
7436 * frames.texi (Drag and drop): Add Motif to list of supported
7437 protocols.
7438
c8763fb6 74392004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7440
7441 * frames.texi (Drag and drop): New section.
7442
74432004-01-24 Richard M. Stallman <rms@gnu.org>
7444
1c6c854e 7445 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7446 Include it only @ifnotinfo. Patch the preceding and following
7447 node headers to point to each other.
7448
74492004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7450
7451 * calendar.texi (Appointments): Update section.
7452
74532003-12-29 Kevin Ryde <user42@zip.com.au>
7454
8cf51b2c
GM
7455 * programs.texi (C Modes): Fix the xref.
7456
74572003-12-23 Nick Roberts <nick@nick.uklinux.net>
7458
7459 * building.texi (Watch Expressions): Update.
7460 (Commands of GUD): Include use of toolbar + breakpoints set from
7461 fringe/margin.
7462
74632003-12-03 Andre Spiegel <spiegel@gnu.org>
7464
7465 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7466 <acm@muc.de>.
7467
c8763fb6 74682003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7469
7470 * frames.texi (Dialog Boxes): Add use-file-dialog.
7471
8cf51b2c
GM
74722003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7473
7474 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7475 in CC Mode.
7476
8cf51b2c
GM
74772003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7478
7479 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7480 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7481 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7482 * man/frames.texi, man/glossary.texi, man/killing.texi:
7483 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7484 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7485 * man/sending.texi, man/text.texi, man/trouble.texi:
7486 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7487
74882003-11-01 Alan Mackenzie <acm@muc.de>
7489
7490 * search.texi (Scrolling During Incremental Search): Document a
7491 new scrolling facility in isearch mode.
7492
8cf51b2c
GM
74932003-10-22 Miles Bader <miles@gnu.org>
7494
7495 * Makefile.in (info): Move before $(top_srcdir)/info.
7496
74972003-10-22 Nick Roberts <nick@nick.uklinux.net>
7498
7499 * building.texi (Watch Expressions): Update section on data display
7500 to reflect code changes (GDB Graphical Interface).
7501
8cf51b2c
GM
75022003-10-13 Richard M. Stallman <rms@gnu.org>
7503
7504 * xresources.texi (GTK resources): Clean up previous change.
7505
c8763fb6 75062003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7507
7508 * xresources.texi (GTK resources): Add a note that some themes
7509 disallow customizations. Add scroll theme example.
7510
8cf51b2c
GM
75112003-09-30 Richard M. Stallman <rms@gnu.org>
7512
8cf51b2c
GM
7513 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7514
7515 * misc.texi (Saving Emacs Sessions): Shorten the section,
7516 collapsing back into one node.
7517
75182003-09-30 Lars Hansen <larsh@math.ku.dk>
7519
7520 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7521
ce058493 75222003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7523
7524 * xresources.texi (GTK names in Emacs): Correct typo.
7525
8cf51b2c
GM
75262003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7527
1c6c854e
CS
7528 * cmdargs.texi (Font X): Mention new default font.
7529 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7530 problems involved. (Result of discussion on emacs-devel.)
7531
75322003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7533
7534 * emacs.texi (Acknowledgements): Correct typo.
7535
75362003-09-22 Richard M. Stallman <rms@gnu.org>
7537
7538 * dired.texi (Misc Dired Commands): New node.
7539 (Dired Navigation): Add dired-goto-file.
7540
7541 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7542
7543 * emacs.texi (Acknowledgements): New node, split from Distribution.
7544
7545 * cmdargs.texi (Action Arguments): -f reads interactive args.
7546
8cf51b2c
GM
75472003-09-08 Lute Kamstra <lute@gnu.org>
7548
7549 * screen.texi (Mode Line): Say that POS comes before LINE.
7550 Mention `size-indication-mode'.
1c6c854e
CS
7551 * display.texi (Optional Mode Line):
7552 Document `size-indication-mode'.
8cf51b2c
GM
7553 * basic.texi (Position Info): Mention `size-indication-mode'.
7554
75552003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7556
7557 * xresources.texi (Resources): Refer to `editres' man page.
7558 (Lucid Resources): Update defaults. Expand description of
7559 `shadowThickness'.
7560
75612003-09-04 Miles Bader <miles@gnu.org>
7562
7563 * Makefile.in (top_srcdir): New variable.
7564 ($(top_srcdir)/info): New rule.
7565 (info): Depend on it.
7566
75672003-09-03 Peter Runestig <peter@runestig.com>
7568
7569 * makefile.w32-in: New file.
7570
75712003-08-29 Richard M. Stallman <rms@gnu.org>
7572
7573 * misc.texi (Saving Emacs Sessions): Correct previous change.
7574
8cf51b2c
GM
75752003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7576
8cf51b2c
GM
7577 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7578 (Intro): Include kmacro.texi after fixit.texi instead of after
7579 custom.texi. (As suggested by Kim Storm.)
7580
75812003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7582
7583 * fixit.texi (Fixit): Update `Next' pointer.
7584 * files.texi (Files): Update `Previous' pointer.
7585 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7586 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7587 (Suggested by Kim Storm.)
7588 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7589
75902003-08-18 Kim F. Storm <storm@cua.dk>
7591
7592 * kmacro.texi: New file describing enhanced keyboard macro
7593 functionality. Replaces old description in custom.texi.
7594
7595 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7596 (Keyboard Macros): Move to new kmacro.texi file.
7597
7598 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7599
8cf51b2c
GM
76002003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7601
7602 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7603
76042003-08-17 Alex Schroeder <alex@gnu.org>
7605
7606 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7607 required.
7608
8cf51b2c
GM
76092003-08-05 Richard M. Stallman <rms@gnu.org>
7610
7611 * programs.texi (Lisp Indent): Don't describe
7612 lisp-indent-function property here. Use xref to Lisp Manual.
7613
8cf51b2c
GM
76142003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7615
fffa137c 7616 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7617 abbreviations.
7618
76192003-07-24 Markus Rost <rost@math.ohio-state.edu>
7620
7621 * buffers.texi (List Buffers): Fix previous change.
7622
8cf51b2c
GM
76232003-07-13 Markus Rost <rost@math.ohio-state.edu>
7624
7625 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7626 List*.
7627
76282003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7629
8cf51b2c
GM
7630 * display.texi (Font Lock): Fix typo.
7631
76322003-07-07 Richard M. Stallman <rms@gnu.org>
7633
7634 * display.texi (Font Lock): Add xref for format info on
7635 font-lock-remove-keywords.
7636
7637 * building.texi (Compilation): Document what happens with asynch
7638 children of compiler process.
7639
7640 * help.texi (Library Keywords): Use @multitable.
7641
8cf51b2c
GM
76422003-06-04 Richard M. Stallman <rms@gnu.org>
7643
7644 * programs.texi (Expressions): Delete C-M-DEL.
7645
7646 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7647 comint-move-point-for-output renamed from
7648 comint-scroll-to-bottom-on-output.
7649
7650 * custom.texi (Init Rebinding): Replace previous change with xref.
7651 (Non-ASCII Rebinding): Explain that issue more briefly here.
7652
76532003-05-28 Richard M. Stallman <rms@gnu.org>
7654
7655 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7656
76572003-05-28 Nick Roberts <nick@nick.uklinux.net>
7658
7659 * building.texi (GDB Graphical Interface): New node.
7660 (Rewritten somewhat by RMS.)
7661
c8763fb6 76622003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7663
7664 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7665 non-English letters. Explain how to set coding systems correctly
7666 and how to include the right coding cookie in the file.
7667
c8763fb6 76682003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7669
7670 * indent.texi (Indentation): Explain the concepts.
7671 (Just Spaces): Explain why preventing tabs for indentation might
7672 be useful.
7673
8cf51b2c
GM
76742003-04-16 Richard M. Stallman <rms@gnu.org>
7675
7676 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7677
8cf51b2c
GM
76782003-02-22 Alex Schroeder <alex@emacswiki.org>
7679
7680 * cmdargs.texi (General Variables): Document SMTPSERVER.
7681
8cf51b2c
GM
7682 * sending.texi: Remove SMTP node.
7683 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7684 library.
7685
8cf51b2c
GM
76862003-02-22 Alex Schroeder <alex@emacswiki.org>
7687
7688 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7689
76902003-02-22 Simon Josefsson <jas@extundo.com>
7691
7692 * sending.texi (Mail Methods): Add node about SMTP.
7693
c8763fb6 76942003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7695
7696 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7697
8cf51b2c
GM
76982003-02-01 Kevin Ryde <user42@zip.com.au>
7699
7700 * glossary.texi (Glossary): Correction to cl cross reference.
7701
77022003-01-20 Richard M. Stallman <rms@gnu.org>
7703
7704 * killing.texi (Rectangles): Document C-x c r.
7705
c8763fb6 77062003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7707
7708 * xresources.texi (GTK resources): New node.
7709 (GTK widget names): New node.
7710 (GTK names in Emacs): New node.
7711 (GTK styles): New node.
7712
c8763fb6 77132003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7714
7715 * maintaining.texi (Create Tags Table): Add reference to the new
7716 `etags --help --lang=LANG' option.
7717
8cf51b2c
GM
77182002-10-02 Karl Berry <karl@gnu.org>
7719
49823426 7720 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7721 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7722 where needed for the sake of the HTML output.
8cf51b2c
GM
7723
77242001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7725
7726 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7727 source files.
7728
77292001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * Makefile.in (emacsman): New target.
7732
8cf51b2c
GM
77332001-10-20 Gerd Moellmann <gerd@gnu.org>
7734
7735 * (Version 21.1 released.)
7736
77372001-10-05 Gerd Moellmann <gerd@gnu.org>
7738
7739 * Branch for 21.1.
7740
8cf51b2c
GM
77412001-03-05 Gerd Moellmann <gerd@gnu.org>
7742
7743 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7744
8cf51b2c
GM
77452000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7748
8cf51b2c
GM
77491999-07-12 Richard Stallman <rms@gnu.org>
7750
7751 * Version 20.4 released.
7752
77531998-12-04 Markus Rost <rost@delysid.gnu.org>
7754
7755 * Makefile.in (INFO_TARGETS): Delete customize.info.
7756 (DVI_TARGETS): Delete customize.dvi.
7757 (../info/customize, customize.dvi): Targets deleted.
7758
77591998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7760
7761 * Version 20.3 released.
7762
77631998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7764
7765 * Makefile.in (EMACSSOURCES): Add mule.texi.
7766 Add msdog.texi, ack.texi. Remove gnu1.texi.
7767
77681998-04-06 Andreas Schwab <schwab@gnu.org>
7769
768c0c0f
JB
7770 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7771 Use it in dvi targets.
8cf51b2c
GM
7772
77731997-09-23 Paul Eggert <eggert@twinsun.com>
7774
7775 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7776 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7777 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7778
77791997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7780
7781 * Version 20.2 released.
7782
77831997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7784
7785 * Version 20.1 released.
7786
77871997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7788
7789 * Makefile (../info/customize, customize.dvi): New targets.
7790 (INFO_TARGETS): Add ../info/customize.
7791 (DVI_TARGETS): Add customize.dvi.
7792
8cf51b2c
GM
77931996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7794
7795 * Version 19.33 released.
7796
77971996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7798
7799 * Version 19.32 released.
7800
8cf51b2c
GM
78011996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7802
7803 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7804
78051996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7806
7807 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7808 Specify -I option.
7809 (All dvi targets): Set the TEXINPUTS variable.
7810
78111996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7812
7813 * Version 19.31 released.
7814
8cf51b2c
GM
78151995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7816
7817 * Version 19.30 released.
7818
8cf51b2c
GM
78191995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7820
7821 * Makefile.in (maintainer-clean): Rename from realclean.
7822
78231994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7824
7825 * Makefile.in: New file.
7826 * Makefile: File deleted.
7827
78281994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7829
7830 * Makefile (TEXINDEX_OBJS): Variable deleted.
7831 (texindex, texindex.o, getopt.o): Rules deleted.
7832 All deps on texindex deleted.
7833 (distclean): Don't delete texindex.
7834 (mostlyclean): Don't delete *.o.
7835 * texindex.c, getopt.c: Files deleted.
7836
78371994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7838
7839 * Version 19.26 released.
7840
78411994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7842
7843 * Makefile (EMACSSOURCES): Exclude undo.texi.
7844
78451994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7846
7847 * Version 19.25 released.
7848
78491994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7850
7851 * Version 19.24 released.
7852
78531994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7854
7855 * Version 19.23 released.
7856
78571994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7858
7859 * Makefile: Delete spurious tab.
7860
78611994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7862
7863 * Makefile (.SUFFIXES): New rule.
7864
8cf51b2c
GM
78651993-12-04 Richard Stallman (rms@srarc2)
7866
7867 * getopt.c: New file.
7868 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7869 (getopt.o): New rule.
7870 (dvi): Don't depend on texindex.
49823426 7871 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7872
78731993-12-03 Richard Stallman (rms@srarc2)
7874
49823426
GM
7875 * Makefile (TEXI2DVI): New variable.
7876 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7877 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7878
78791993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7880
7881 * Version 19.22 released.
7882
78831993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7884
7885 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7886
78871993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7888
7889 * Version 19.21 released.
7890
8cf51b2c
GM
78911993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7892
7893 * Makefile (realclean): Don't delete the Info files.
7894
f0131492 78951993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7896
8cf51b2c
GM
7897 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7898 4' where appropriate.
7899
f0131492 79001993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7901
49823426 7902 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7903
7904 * texindex.c: Include "../src/config.h" if building in emacs.
7905
7906 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7907 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7908 Add target to build texindex.c, defining `emacs'.
7909
8cf51b2c
GM
79101993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7911
7912 * Version 19.19 released.
7913
8cf51b2c
GM
79141993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7915
7916 * Version 19.18 released.
7917
79181993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7919
7920 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7921
79221993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7923
7924 * Version 19.17 released.
7925
79261993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7927
7928 * split-man: Fix typos in last change.
7929
79301993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7931
7932 * Version 19.16 released.
7933
79341993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7935
7936 * version 19.15 released.
7937
79381993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7939
7940 * Makefile (distclean): It's rm, not rf.
7941
79421993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7943
7944 * Version 19.14 released.
7945
79461993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7947
7948 * Makefile: New file.
7949
79501993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7951
7952 * Version 19.13 released.
7953
79541993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7955
7956 * Version 19.9 released.
7957
79581993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7959
7960 * Version 19.8 released.
7961
79621993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7963
7964 * cmdargs.texi: Document the -i, -itype, and -iconic options.
7965
7966 * trouble.texi: It's `enable-flow-control-on', not
7967 `evade-flow-control-on'.
7968
79691993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7970
7971 * display.texi: Document standard-display-european.
7972
79731993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7974
7975 * Version 19.7 released.
7976
7977 * emacs.texi: Add a sentence to the top menu mentioning the
7978 specific version of Emacs this manual applies to.
7979
79801993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7981
7982 * basic.texi: Document next-line-add-lines variable used to
7983 implement down-arrow.
7984
7985 * killing.texi: Document kill-whole-line.
7986
79871993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7988
7989 * text.texi: Update unix TeX ordering information.
7990
79911993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7992
7993 * news.texi: Mention fill-rectangle in keybinding list.
7994
7995 * killing.texi: Document fill-rectangle.
7996
79971993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7998
7999 * vc.texi: Bring the docs up to date with VC 5.2.
8000
80011992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8002
8003 * emacs.tex: Mention blackbox and gomoku under Amusements.
8004 Assembler mode is now mentioned and appropriately indexed
8005 under Programming Modes.
8006
80071991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8008
8009 * emacs.tex: Update TeX ordering information.
8010
8cf51b2c
GM
80111990-06-26 David Lawrence (tale@geech)
8012
8013 * emacs.tex: Note that completion-ignored-extensions is not used
8014 to filter out names when all completions are displayed in
8015 *Completions*.
8016
80171990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8018
8019 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8020
80211990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8022
8023 * emacs.tex: Add @findex grep.
8024
8cf51b2c
GM
80251988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8026
8027 * emacs.tex: Correct two typos. No other changes before
8028 Version 19 will be made.
8029
8cf51b2c
GM
80301988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8031
8032 * emacs.tex: Update information for obtaining TeX distribution from the
8033 University of Washington.
8034
8035;; Local Variables:
c8763fb6 8036;; coding: utf-8
8cf51b2c
GM
8037;; End:
8038
95df8112 8039 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8040
8041 This file is part of GNU Emacs.
8042
352c8b4a 8043 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8044 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8045 the Free Software Foundation, either version 3 of the License, or
8046 (at your option) any later version.
8cf51b2c
GM
8047
8048 GNU Emacs is distributed in the hope that it will be useful,
8049 but WITHOUT ANY WARRANTY; without even the implied warranty of
8050 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8051 GNU General Public License for more details.
8052
8053 You should have received a copy of the GNU General Public License
352c8b4a 8054 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.