* lisp/progmodes/gdb-mi.el (gdb): Doc fix.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
550f41cd
CY
12011-10-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * basic.texi (Moving Point):
4 * custom.texi (Mouse Buttons):
5 * rmail.texi (Rmail Scrolling):
6 * search.texi (Isearch Scroll):
7
8 * display.texi (Scrolling): Replace scroll-up/down with
9 scroll-up/down-command. Fix scroll-preserve-screen-position
10 description. Document scroll-error-top-bottom.
11
9229fe87
GM
122011-09-30 Glenn Morris <rgm@gnu.org>
13
14 * commands.texi (Keys): Whitespace fix. (Bug#9635)
15
0a2132ba
CY
162011-09-24 Chong Yidong <cyd@stupidchicken.com>
17
18 * windows.texi (Pop Up Window): Defer discussion of window
19 splitting to the Window Choice node. Add index entries.
20 (Force Same Window): Node deleted.
21 (Displaying Buffers, Window Choice): New nodes.
22
23 * buffers.texi (Select Buffer): Clarify description of
24 buffer-switching commands. Add xref to Window Display node.
25 Don't repeat confirm-nonexistent-file-or-buffer description from
26 Visiting node. Remove even-window-heights.
27
28 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
29
33ed493b
CY
302011-09-18 Chong Yidong <cyd@stupidchicken.com>
31
32 * cmdargs.texi (Icons X): Fix description of Emacs icon.
33
34 * xresources.texi (Table of Resources): Fix documentation of
35 bitmapIcon.
36
92fa95ad
CY
372011-09-15 Chong Yidong <cyd@stupidchicken.com>
38
39 * package.texi (Package Menu): Add package-menu-mark-upgrades.
40
16254627
EH
412011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
42
43 * frames.texi (Frame Commands): Note that delete-other-frames only
44 deletes frames on current terminal.
45
c3760c17
EZ
462011-09-10 Eli Zaretskii <eliz@gnu.org>
47
48 * sending.texi (Mail Misc): Document mail-add-attachment.
49
69b8be97
EZ
502011-09-04 Eli Zaretskii <eliz@gnu.org>
51
52 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
53
3fd50d5c
CY
542011-08-29 Chong Yidong <cyd@stupidchicken.com>
55
56 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
57
e2aeef63
CY
582011-08-28 Chong Yidong <cyd@stupidchicken.com>
59
60 * files.texi (File Archives):
61 * cal-xtra.texi (Diary Display):
62 * help.texi (Help Mode): Add xref to View Mode.
63
ddb54206
CY
642011-08-28 Chong Yidong <cyd@stupidchicken.com>
65
a6326082
CY
66 * display.texi (View Mode): New node. Move view-file here from
67 Misc File Ops. Move view-buffer here from Misc Buffer.
68
69 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
70
04e2ce72 71 * files.texi (Misc File Ops): Document new
a6326082 72 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
73
74 * dired.texi (Dired Deletion): Shorten description of Trash.
75
ddb54206
CY
76 * misc.texi (emacsclient Options): Document server-port.
77
bd206ce5
EZ
782011-08-27 Eli Zaretskii <eliz@gnu.org>
79
80 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
81 even on MS-Windows. Fix a typo.
82
d43f5a42
CY
832011-08-26 Chong Yidong <cyd@stupidchicken.com>
84
85 * package.texi: New file, documenting the package manager.
86
87 * emacs.texi: Include it.
88
89 * help.texi (Help Summary): Add describe-package.
90
e0b1591b
CY
912011-08-25 Chong Yidong <cyd@stupidchicken.com>
92
856ce114
CY
93 * misc.texi (Printing): Convert subnodes into subsections.
94
f404f8bc
CY
95 * text.texi (Two-Column): Move into Text chapter.
96
97 * picture-xtra.texi (Picture Mode): Group with Editing Binary
98 Files section. Convert from chapter into section.
99
100 * display.texi (Narrowing): Move into display chapter.
101
e0b1591b
CY
102 * sending.texi (Sending Mail):
103 * rmail.texi (Rmail):
104 * misc.texi (Gnus, Document View):
105 * dired.texi (Dired):
106 * emacs.texi: Group the mail, rmail, and gnus chapters together.
107
75bfc667
JL
1082011-08-07 Juri Linkov <juri@jurta.org>
109
110 * dired.texi (Operating on Files): Rewrite according to the fact
111 that `dired-do-chmod' doesn't use the `chmod' program anymore.
112
fe676f91
MA
1132011-07-30 Michael Albinus <michael.albinus@gmx.de>
114
115 * mini.texi (Minibuffer File): Insert a reference to Tramp for
116 remote file name completion. (Bug#9197)
117
4cc60b9b
EZ
1182011-07-28 Eli Zaretskii <eliz@gnu.org>
119
120 * mule.texi (Bidirectional Editing): Document the fact that
121 bidi-display-reordering is t by default.
122
89671e16
LMI
1232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * help.texi (Misc Help): Mention `describe-prefix-bindings'
126 explicitly (bug#8904).
127
fb23ecc2
LMI
1282011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
129
130 * trouble.texi (Checklist): Use an `M-x' example instead of an
131 Emacs Lisp form to switch on the dribble file (bug#8056).
132
465c5fc8
LMI
1332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
134
135 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
136
90a6258b
GM
1372011-07-13 Glenn Morris <rgm@gnu.org>
138
139 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
140
c7588364
LMI
1412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
142
143 * mark.texi (Mark Ring): Clarify how many locations are saved
144 (bug#5770).
145 (Global Mark Ring): Ditto.
146
4cb4f3ba
LMI
1472011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
148
d648feab
LMI
149 * text.texi (Table Recognition): Use "at point" instead of "under
150 point" (bug#4345).
151
4cb4f3ba
LMI
152 * display.texi (Cursor Display): Mention `cursor-type'.
153
154 * screen.texi (Point): Clarify that it's only if you use a block
155 cursor that it appears to be on a character (bug#4345).
156
ecd0b990
CY
1572011-07-12 Chong Yidong <cyd@stupidchicken.com>
158
159 * misc.texi (Amusements): Move dissociated press here, from its
160 own section.
161
162 * emacs.texi (Top): Update node listing.
163
c2fd0368
LMI
1642011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
165
166 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
167 clarity (bug#3523).
168
fdeb32ec
CY
1692011-07-12 Chong Yidong <cyd@stupidchicken.com>
170
171 * cmdargs.texi (Initial Options): Document --no-site-lisp.
172 (Misc X): Document --parent-id.
173
174 * frames.texi (Frame Commands): Note that focus-follows-mouse now
175 defaults to nil.
176
177 * misc.texi (emacsclient Options): Document --parent-id.
178
179 * msdog.texi (Windows HOME): Document _emacs as obsolete.
180
f584ca38
LMI
1812011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * emacs.texi: Use "..." instead of ``...'' in the menus
184 (bug#3503).
185
963578d3
CY
1862011-07-11 Chong Yidong <cyd@stupidchicken.com>
187
188 * killing.texi (Primary Selection): Document `only' setting for
189 select-active-regions.
190
191 * mark.texi (Setting Mark): Reference Shift Selection node.
192
193 * frames.texi (Mouse Commands): Document mouse-yank-primary.
194
a30ed87b
LMI
1952011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
196
47076272
LMI
197 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
198 motion keys" (bug#3503).
199
a30ed87b
LMI
200 * emacs.texi: Change all the register node names from "RegPos"
201 (etc.) to "Positional Registers" (etc.) (bug#3314).
202
4d45a8b7
CY
2032011-07-11 Chong Yidong <cyd@stupidchicken.com>
204
205 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
206 (Other Kill Commands, Kill Options): Copyedits.
207 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
208 (Yanking): Move yank-excluded properties discussion here.
209 (Cut and Paste): Move from frames.texi. Update subnodes to
210 describe x-select-enable-clipboard case.
211
212 * frames.texi: Move Cut and Paste node and subnodes into
213 killing.texi, except Mouse Commands and Word and Line Mouse.
214
c160ddee
AM
2152011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
216
217 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
218
3329e6e3
LMI
2192011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
220
32a214fe
LMI
221 * screen.texi (Mode Line): Clarify that coding systems are
222 characters, not letters (bug#1749).
223
3329e6e3
LMI
224 * cmdargs.texi (Environment): Mention removing variables
225 (bug#1615). Text suggested by Kevin Rodgers.
226
8875da1e
CY
2272011-07-10 Chong Yidong <cyd@stupidchicken.com>
228
54806e45
CY
229 * misc.texi (Amusements): Don't mention Yow; it's crippled.
230
8875da1e
CY
231 * modes.texi: Rename from major.texi.
232 (Modes): New node. Make Major Modes and Minor Modes subsections
233 of this. All callers changed.
234
235 * custom.texi (Minor Modes): Move to modes.texi.
236
7847b2a1
CY
2372011-07-10 Chong Yidong <cyd@stupidchicken.com>
238
6cfd0fa2
CY
239 * custom.texi (Syntax): Node deleted.
240
241 * help.texi (Help Summary):
242 * major.texi (Major Modes):
243 * programs.texi (Parentheses):
244 * search.texi (Regexp Backslash, Regexp Backslash)
245 (Regexp Backslash):
246 * text.texi (Words): Callers changed.
247
7847b2a1
CY
248 * text.texi (Refill, Longlines): Delete nodes.
249
250 * ack.texi (Acknowledgments): Longlines removed from manual.
251
252 * emacs.texi (Top): Update node listing.
253
2a71c436
GM
2542011-07-09 Glenn Morris <rgm@gnu.org>
255
256 * fortran-xtra.texi (Fortran): Update handled extensions.
257
61436e9f
LMI
2582011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * display.texi (Scrolling): `C-v' (etc) are now bound to
261 `scroll-*-command' (bug#8349).
262
6e560c71
LMI
2632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
264
48954a09 265 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
266 doesn't actually delete any files (bug#7125).
267
2904fd97
LMI
268 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
269 argument for `C-c C-k' (bug#7391).
270
6e560c71
LMI
271 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
272 you're currently using (bug#8489).
273
978ff6c5
EZ
2742011-07-01 Eli Zaretskii <eliz@gnu.org>
275
276 * mule.texi (Coding Systems): Move index entries from the previous
277 change into their proper places.
278
0d742084
LMI
2792011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
31976bd5
LMI
281 * help.texi (Help Files): Document view-external-packages (bug#8902).
282
0d742084
LMI
283 * mule.texi (Coding Systems): Put a few more of the coding systems
284 into the index (bug#8900).
285
9f678528
GM
2862011-06-26 Glenn Morris <rgm@gnu.org>
287
288 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
289
18a4ce5e
AR
2902011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
291
292 * misc.texi (emacsclient Options): Mention --frame-parameters.
293
f0da764a
GM
2942011-06-09 Glenn Morris <rgm@gnu.org>
295
296 * custom.texi (Specifying File Variables):
297 Recommend explicit arguments for minor modes.
298
b047e7ac
PE
2992011-06-02 Paul Eggert <eggert@cs.ucla.edu>
300
301 Document wide integers better.
302 * buffers.texi (Buffers):
001903b5
PE
303 * files.texi (Visiting): Document maxima for 64-bit machines,
304 and mention virtual memory limits.
b047e7ac 305
bf41276f
CY
3062011-05-28 Chong Yidong <cyd@stupidchicken.com>
307
308 * custom.texi (Hooks): Reorganize. Mention Prog mode.
309
310 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
311 prog mode (Bug#8240).
312
e145f188
GM
3132011-05-27 Glenn Morris <rgm@gnu.org>
314
315 * custom.texi (Specifying File Variables):
316 Major modes no longer need come first.
317
313f790e
CY
3182011-05-22 Chong Yidong <cyd@stupidchicken.com>
319
320 * mule.texi (Specify Coding, Text Coding, Communication Coding):
321 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
322
c136e5cd
GM
3232011-05-18 Glenn Morris <rgm@gnu.org>
324
325 * ack.texi (Acknowledgments): Remove fakemail.c.
326
c71a0d48 3272011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
328
329 Fixes for fitting text into 7x9 printed manual.
330 * building.texi (Flymake, Breakpoints Buffer):
331 * calendar.texi (Appointments):
332 * cmdargs.texi (General Variables, Display X):
333 * custom.texi (Saving Customizations, Face Customization)
334 (Directory Variables, Minibuffer Maps, Init Rebinding):
335 * display.texi (Font Lock, Font Lock, Useless Whitespace):
336 * fixit.texi (Spelling):
337 * frames.texi (Creating Frames, Fonts):
338 * help.texi (Help Files):
339 * mini.texi (Minibuffer File):
340 * misc.texi (emacsclient Options, Emulation):
341 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
342 * mule.texi (International Chars, Language Environments)
343 (Select Input Method, Modifying Fontsets, Charsets):
344 * programs.texi (Custom C Indent):
345 * rmail.texi (Rmail Labels):
346 * text.texi (Table Conversion):
347 * trouble.texi (Known Problems, Known Problems):
348 * windows.texi (Change Window):
349 * xresources.texi (GTK resources): Reflow text and re-indent code
350 examples to avoid TeX overflows and underflows on 7x9 paper.
351
352 * emacs.texi: Fix the (commented out) smallbook command.
353
354 * macos.texi (Mac / GNUstep Events):
355 * xresources.texi (Lucid Resources): Remove extraneous examples.
356
b8f82dc1
GM
3572011-05-10 Glenn Morris <rgm@gnu.org>
358
359 * custom.texi (Specifying File Variables):
360 Deprecate using mode: for minor modes.
361
d306b4da
GM
3622011-05-07 Glenn Morris <rgm@gnu.org>
363
364 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
365
548d0a63
GM
3662011-05-06 Glenn Morris <rgm@gnu.org>
367
5006e634
GM
368 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
369
548d0a63
GM
370 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
371
e793a940
LMI
3722011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
373
374 * misc.texi (Emacs Server): Document `server-eval-at'.
375
7031be6d
UR
3762011-04-24 Chong Yidong <cyd@stupidchicken.com>
377
378 * maintaining.texi (List Tags): Document next-file. Suggested by
379 Uday S Reddy.
380
4ffd0d6b 3812011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
382
383 * mini.texi (Minibuffer Edit):
384 * screen.texi (Mode Line): Fix typo.
385
1c6c854e
CS
3862011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
387
024ff170 388 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 389
c5c9f40f
CY
3902011-03-26 Chong Yidong <cyd@stupidchicken.com>
391
392 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
393
09725d26
EZ
3942011-03-30 Eli Zaretskii <eliz@gnu.org>
395
396 * display.texi (Auto Scrolling): Document the limit of 100 lines
397 for never-recentering scrolling with `scroll-conservatively'.
398 (Bug#6671)
399
09d9db2c 4002011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
401
402 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
403 HOME on Windows and where it looks for init files. (Bug#8221)
404
62d94509
EZ
4052011-03-10 Eli Zaretskii <eliz@gnu.org>
406
407 * search.texi (Regexp Example):
408 * mule.texi (International Chars):
409 * building.texi (External Lisp): Don't use characters outside
410 ISO-8859-1.
411
0286d9de
EZ
4122011-03-09 Eli Zaretskii <eliz@gnu.org>
413
1c6c854e
CS
414 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
415 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
416
417 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
418
114902a5 419 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
420 (Bug#8210)
421
0afb4571
J
4222011-03-08 Jan Djärv <jan.h.d@swipnet.se>
423
424 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
425 for Gtk+ 3.
426
bb3865e8
GM
4272011-03-08 Glenn Morris <rgm@gnu.org>
428
6446548e
GM
429 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
430 * emacs.texi (Acknowledgments):
431 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 432 * emacs.texi: Set documentencoding.
6446548e 433
bb3865e8
GM
434 * display.texi (Optional Mode Line): Don't mention exactly where
435 display-time appears. (Bug#8193)
436
33383987
JB
4372011-03-07 Chong Yidong <cyd@stupidchicken.com>
438
439 * Version 23.3 released.
440
892777ba
CY
4412011-03-06 Chong Yidong <cyd@stupidchicken.com>
442
443 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
444
0b973fc5
DW
4452011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
446
447 * misc.texi (emacsclient Options): Add q/quiet.
448
8ef5a2f2
GM
4492011-03-02 Glenn Morris <rgm@gnu.org>
450
451 * mule.texi (Communication Coding) <x-select-request-type>:
452 Remove duplicate (essentially) paragraph. (Bug#8148)
453
bd106056
CS
4542011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
455
456 * maintaining.texi (Format of ChangeLog): Add reference to
457 add-log-full-name.
458 (Change Log Commands): Add documentation for combining multiple
459 symbols in one change.
460
6640b281
GM
4612011-03-01 Glenn Morris <rgm@gnu.org>
462
463 * custom.texi (Directory Variables):
464 Give an example of excluding subdirectories.
465
2b0c7330 4662011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
467
468 * search.texi (Regexp Search): Move index entries about regexps to the
469 "Regexps" node. Add index entries for regexp search. (Bug#8096)
470
8c62c205
GM
4712011-02-19 Glenn Morris <rgm@gnu.org>
472
473 * dired.texi (Dired): Dired-X version number was dropped.
474
3928f2b6
JD
4752011-02-14 Jan Djärv <jan.h.d@swipnet.se>
476
477 * xresources.texi (X Resources): Remove *faceName and replace it with
478 *font for Lucid.
479
a41c8660
CY
4802011-02-05 Chong Yidong <cyd@stupidchicken.com>
481
482 * rmail.texi (Rmail Display): Document Rmail MIME support more
483 accurately.
484
485 * maintaining.texi (VC Change Log): Document vc-log-incoming and
486 vc-log-outgoing.
487 (Merging): Document vc-find-conflicted-file.
488
233ba4d9 4892011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
490
491 * custom.texi (Variables): Fix typo.
492
14beddf4 4932011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 494
65401ee3
CY
495 * search.texi (Regexps): Copyedits. Mention character classes
496 (Bug#7809).
497
19f81ecf
CY
498 * files.texi (File Aliases): Restore explanatory text from Eli
499 Zaretskii, accidentally removed in 2011-01-08 commit.
500
bf3dae7e
EZ
5012011-01-29 Eli Zaretskii <eliz@gnu.org>
502
503 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
504 (MAKEINFO_OPTS): New variable.
505 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
506 (emacs.html): New target.
507 (clean): Remove emacs.html.
508
45eb2a5d
WL
5092011-01-23 Werner Lemberg <wl@gnu.org>
510
511 * Makefile.in (MAKEINFO): Now controlled by `configure'.
512 (MAKEINFO_OPTS): New variable. Use it where appropriate.
513 (ENVADD): Updated.
514
9acfe703
GM
5152011-01-18 Glenn Morris <rgm@gnu.org>
516
517 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
518
519 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
520
362b9d48
GM
5212011-01-15 Chong Yidong <cyd@stupidchicken.com>
522
bb033b5f
CY
523 * building.texi (Compilation): Improve instructions for running two
524 compilations (Bug#7573).
525
b024d9f0
MD
526 * files.texi (Backup Names): Document the new location of the
527 last-resort backup file.
528
362b9d48
GM
529 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
530 manual. Explain why directory-abbrev-alist elements should be anchored
531 (Bug#7777).
532
5332011-01-15 Eli Zaretskii <eliz@gnu.org>
534
535 * msdog.texi (Windows Startup): Correct inaccurate description of
536 differences between emacsclient.exe and emacsclientw.exe.
537
7c420169 5382011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
539
540 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
541
7c420169 5422011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
543
544 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
545
7c420169 5462011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 547
2d34d523
EZ
548 * frames.texi (Cut and Paste): Modify the section's name and text:
549 don't mix "cut/paste" with "kill/yank".
550 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
551 (Bug#7702)
552
88ab4340
EZ
553 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
554
7c420169 5552011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
556
557 * maintaining.texi: Move inclusion of emerge after EDE, so that it
558 matches its position in the menu. (Bug#7674)
559
7c420169 5602011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
561
562 * trouble.texi (Checklist): Mention not replying via news either.
563
92bb6c52
TH
5642010-12-30 Tassilo Horn <tassilo@member.fsf.org>
565
566 * misc.texi (Document View): Update DocView section with newly
567 supported document formats.
568
b103c904
CY
5692010-12-21 Chong Yidong <cyd@stupidchicken.com>
570
571 * killing.texi: Resection the Info version to conform to the
572 printed manual, to avoid making sections on Accumulating Text, CUA
573 and Rectangles into full chapters.
574
f49d1f52 5752010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
576
577 * custom.texi (Init Syntax): Add index entries for "character syntax".
578 (Bug#7576)
579
f49d1f52 5802010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
581
582 * text.texi (HTML Mode): Small fixes. (Bug#7607)
583
f49d1f52 5842010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
585
586 * trouble.texi (Checklist): Fix typo in newsgroup name.
587
f49d1f52 5882010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
589
590 * search.texi (Word Search): Note that the lazy highlight always
591 matches to whole words (Bug#7470).
592
f49d1f52 5932010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 594
4f1948eb
EZ
595 * display.texi (Optional Mode Line): Make the description of
596 load-average more accurate.
597
b8a9e136
EZ
598 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
599 registry, with a cross-reference.
62d72a4a
EZ
600 (Windows Startup): New node. Move the stuff about the current
601 directory from "Windows HOME".
b8a9e136 602
07976ae3 6032010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
604
605 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
606 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
607
07976ae3 6082010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
609
610 * maintaining.texi (Version Control Systems): Fix repeated sentence.
611 Suggested by Štěpán Němec.
612
07976ae3 6132010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 614
1aaae3f3
CY
615 * maintaining.texi (Version Control): Say "commit", not "check in".
616 (Version Control Systems): Simplify descriptions.
617 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
618 VCS Concepts.
619 (VC Mode Line): Update example.
620 (Old Revisions): Document revert-buffer for vc-diff.
621 (Log Buffer): Promote to a subsection. Document header lines.
622
1c6c854e
CS
623 * macos.texi (Mac / GNUstep Basics):
624 Document ns-right-alternate-modifier.
ec8a6295 625
1aaae3f3
CY
626 * emacs.texi (Top): Update node listing.
627
0eb025fb
EZ
6282010-11-13 Eli Zaretskii <eliz@gnu.org>
629
630 * rmail.texi (Rmail Coding): Characters with no fonts are not
631 necessarily displayed as empty boxes.
632
633 * mule.texi (Language Environments, Fontsets): Characters with no
634 fonts are not necessarily displayed as empty boxes.
635
636 * display.texi (Text Display): Document display of glyphless
637 characters.
638
ea4f7750
GM
6392010-11-13 Glenn Morris <rgm@gnu.org>
640
641 * basic.texi (Position Info): Add M-x count-words-region.
642
90639cea
GM
6432010-11-11 Glenn Morris <rgm@gnu.org>
644
645 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
646
d607b96b 6472010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
648
649 * msdog.texi (Windows HOME): Add information regarding startup
650 directory when invoking Emacs from a desktop shortcut. (bug#7300)
651
c12e4a81
GM
6522010-10-11 Glenn Morris <rgm@gnu.org>
653
df187c62
GM
654 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
655
c12e4a81
GM
656 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
657 (DVIPS): New variable.
234db610
GM
658 (.PHONY): Add html, ps.
659 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
660 (clean): Delete html, ps files.
c12e4a81 661
6513b232
EZ
6622010-10-09 Eli Zaretskii <eliz@gnu.org>
663
664 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
665
f4f358f1
GM
6662010-10-09 Glenn Morris <rgm@gnu.org>
667
c1dc72b3
GM
668 * Makefile.in (VPATH): Remove.
669 (infodir): Make it absolute.
670 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
671
4393405b
GM
672 * Makefile.in (dist): Anchor regexps.
673
eef3ab94
GM
674 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
675 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
676 (emacs-xtra.pdf): Use $<.
677
aa9db089
GM
678 * Makefile.in (infoclean): Remove harmless, long-standing error.
679
abd40fb4
GM
680 * Makefile.in ($(infodir)): Delete rule.
681 (mkinfodir): New.
682 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
683
f4f358f1 684 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 685 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
686 * emacsver.texi: New file, replacing emacsver.texi.in.
687
ea274122
GM
6882010-10-09 Glenn Morris <rgm@gnu.org>
689
f7a31f11
GM
690 * emacsver.texi.in: New file.
691 * emacs.texi: Set EMACSVER by including emacsver.texi.
692 * Makefile.in (distclean): Delete emacsver.texi.
693 (dist): Copy emacsver.texi.
b13254e7 694 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 695
3fb78d1f
GM
696 * ack.texi (Acknowledgments): No more b2m.c.
697
ea274122
GM
698 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
699 (emacs): Remove rule.
700 (dist): No need to deal with the emacs rule any more.
701
17ca7950
GM
7022010-10-07 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (version): New, set by configure.
705 (clean): Delete dist tar file.
706 (dist): Use version in tar name.
707
4c83f6e1
GM
7082010-10-06 Glenn Morris <rgm@gnu.org>
709
710 * Makefile.in (EMACS_XTRA): Add the main source file.
711 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
712 (mostlyclean): No core files, reorder other files.
713 (clean): Delete specific dvi and pdf files.
714 (infoclean, dist): New rules.
715 (maintainer-clean): Use infoclean.
8a944cea 716 ($(infodir)): Add parallel build workaround.
4c83f6e1 717
0264072d
GM
7182010-10-04 Glenn Morris <rgm@gnu.org>
719
720 * Makefile.in (SHELL): Set it.
721 (INFO_TARGETS, DVI_TARGETS): Remove variables.
722 (info, dvi): Replace above variables with their expansions.
723 (info): Move mkdir from here...
724 ($(infodir)/emacs): ... to here (for parallel builds).
725 (pdf): New target.
726 ($(infodir)/emacs): Pass -o option to makeinfo.
727 (.PHONY): Declare clean rules.
728 (maintainer-clean): Delete dvi and pdf files.
729 Guard against cd failures. Use a more restrictive delete.
730
3226d6ca
GM
7312010-10-02 Glenn Morris <rgm@gnu.org>
732
733 * misc.texi (Shell Mode): Remove reference to old function name.
734
cad90f3b
EZ
7352010-09-30 Eli Zaretskii <eliz@gnu.org>
736
737 * maintaining.texi (VC Mode Line): Mention all the possible VC status
738 indicator characters.
739
5f874327
GM
7402010-09-29 Glenn Morris <rgm@gnu.org>
741
742 * Makefile.in (top_srcdir): Remove unused variable.
743
0ab9cff3
GM
7442010-09-14 Glenn Morris <rgm@gnu.org>
745
67ae9766
GM
746 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
747 the last hook item.
748
0ab9cff3
GM
749 * calendar.texi (Appointments): Also updated when a diary include file
750 is saved.
751
6664fc59 7522010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
753
754 * trouble.texi (Bugs): Update the section intro.
755 (Known Problems): New section.
756 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
757 (Sending Patches): Bug fixes are best as responses to existing bugs.
758 * emacs.texi (Known Problems): Add menu entry for new section.
759
be3283d7
GM
7602010-09-09 Glenn Morris <rgm@gnu.org>
761
762 * xresources.texi: Untabify.
763
10999305 7642010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
765
766 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
767
10999305 7682010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
769
770 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
771
30641319
JD
7722010-09-02 Jan Djärv <jan.h.d@swipnet.se>
773
774 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
775
50dd7bc6
GM
7762010-08-21 Glenn Morris <rgm@gnu.org>
777
778 * misc.texi (Amusements): Mention bubbles and animate.
779
5e620eca
EZ
7802010-07-31 Eli Zaretskii <eliz@gnu.org>
781
782 * files.texi (Visiting): Add more index entries for
783 large-file-warning-threshold.
784
8b2dd508
JD
7852010-07-29 Jan Djärv <jan.h.d@swipnet.se>
786
787 * frames.texi (Tool Bars): Add doc for tool-bar-position.
788
8838673e
GM
7892010-06-23 Glenn Morris <rgm@gnu.org>
790
791 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
792 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
793 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
794 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
795 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
796 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
797 Untabify Texinfo files.
798
04d3bb6c
GM
7992010-06-10 Glenn Morris <rgm@gnu.org>
800
103dd3a8
GM
801 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
802
04d3bb6c
GM
803 * basic.texi (Inserting Text): Fix typo.
804
50b79479
GM
8052010-06-10 Glenn Morris <rgm@gnu.org>
806
807 * ack.texi (Acknowledgments):
808 * emacs.texi (Acknowledgments): Update for notifications.el.
809
86d7a550
DU
8102010-05-31 Daiki Ueno <ueno@unixuser.org>
811
812 * dired.texi (Operating on Files): Mention encryption commands
813 (Bug#6315).
814
db5dce9d
EZ
8152010-05-29 Eli Zaretskii <eliz@gnu.org>
816
817 * basic.texi (Moving Point): Update due to renaming of commands bound
818 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
819
34313041
EZ
8202010-05-18 Eli Zaretskii <eliz@gnu.org>
821
822 * display.texi (Fringes): Document reversal of fringe arrows for R2L
823 paragraphs.
824 (Line Truncation): Fix wording for bidi display.
825
1fc0ce04 826 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
827 keys.
828
0235128c 8292010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
830
831 * building.texi (GDB Graphical Interface): Remove misleading comparison
832 to an IDE (Bug#6128).
833
0235128c 8342010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
835
836 * programs.texi (Man Page):
837 * misc.texi (Invoking emacsclient):
838 * mini.texi (Repetition):
839 * mark.texi (Setting Mark): Fix typos.
840
0235128c 8412010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
842
843 * misc.texi (Printing): Document htmlfontify-buffer.
844
0235128c 8452010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
846
847 * calendar.texi (Displaying the Diary, Format of Diary File):
848 Fix external cross-references for TeX format output.
849
0235128c
SM
8502010-05-07 Chong Yidong <cyd@stupidchicken.com>
851
852 * Version 23.2 released.
853
f63d0028
JD
8542010-05-02 Jan Djärv <jan.h.d@swipnet.se>
855
856 * cmdargs.texi (Initial Options): Mention --chdir.
857
20fe03ad
JD
8582010-04-21 Jan Djärv <jan.h.d@swipnet.se>
859
860 * frames.texi (Tool Bars): Add tool-bar-style.
861
b7d65a5f
GM
8622010-04-21 Glenn Morris <rgm@gnu.org>
863
864 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
865
a42dbee1
CY
8662010-04-18 Chong Yidong <cyd@stupidchicken.com>
867
868 * programs.texi (Semantic): New node.
869
870 * maintaining.texi (EDE): New node.
871
872 * emacs.texi: Update node listing.
873
874 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
875
6e104790 8762010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 877
d52dbd3d
GM
878 * emacs.texi (Acknowledgments): Remove duplicate.
879
a77fe20c
GM
880 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
881
6e104790 8822010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 883
4ebe9902
GM
884 * dired.texi (Misc Dired Features): Mention VC diff and log.
885 * maintaining.texi (Old Revisions, VC Change Log):
886 Mention that diff and log work in Dired buffers.
887
98932641
GM
888 * help.texi (Help Summary): Mention M-x info-finder.
889
d5b22ab2 890 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 891
4d4e9522
GM
892 * custom.texi (Specifying File Variables, Directory Variables):
893 Document new commands for manipulating local variable lists.
894
6e104790 8952010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
896
897 * trouble.texi (Contributing): Add cindex entry.
898 Mention etc/CONTRIBUTE.
899
6e104790 9002010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
901
902 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
903 query-replace (Bug#5774).
904
a20a9df3
GM
9052010-04-16 Glenn Morris <rgm@gnu.org>
906
907 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
908
1ecb2d3f
JD
9092010-04-11 Jan Djärv <jan.h.d@swipnet.se>
910
911 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
912
99852628
JD
9132010-04-08 Jan Djärv <jan.h.d@swipnet.se>
914
915 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
916
ce79424f
EZ
9172010-03-30 Eli Zaretskii <eliz@gnu.org>
918
919 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
920 cross-reference to "Inserting Text".
921
922 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
923 Mention completion provided by `ucs-insert'.
924
85738751 9252010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
926
927 * sending.texi (Sending Mail): Note variables that may need
928 customizing.
929 (Mail Sending): Expand discussion of send-mail-function.
930
85738751 9312010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
932
933 Document Message mode as the default mail mode.
934
935 * sending.texi (Sending Mail): Copyedits.
936 (Mail Format, Mail Headers): Document mail-from-style changes.
937 (Mail Commands): Rename from Mail mode. Document Message mode.
938 (Mail Misc): Rename from Mail mode Misc.
939 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
940 command names and update keybindings.
941 (Header Editing): Document message-tab. De-document
942 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
943 favor of mail-default-headers. Ad index entries for user-full-name and
944 user-mail-address.
1c6c854e
CS
945 (Citing Mail): Update changes in Message mode behavior.
946 Document mail-yank-prefix.
e73c2434
CY
947 (Mail Signature): New node, moved from Mail Misc.
948 (Mail Aliases): Mail abbrevs are the default with Message mode.
949 (Mail Methods): Note that Message mode is now the default.
950
951 * rmail.texi (Rmail Reply):
952 * text.texi (Text Mode):
953 * major.texi (Major Modes):
954 * mule.texi (Output Coding): Refer to Message mode.
955
956 * custom.texi (Init Examples): Add xref to Mail Header.
957
1fc0ce04 958 * emacs.texi (Top): Fix xrefs.
e73c2434 959
85738751 9602010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 961
c0c035fa
CY
962 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
963 repository if there is none.
964 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
965 vc-print-root-log.
ef7b27ef 966 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 967
71785b7a
CY
968 * programs.texi (Program Modes): Mention Javascript mode.
969
f67c5dd0
CY
970 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
971 * emacs.texi: Update node description.
972
0f72a391 973 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 974 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 975
dc2d2590
JL
9762010-03-30 Juri Linkov <juri@jurta.org>
977
978 * search.texi (Other Repeating Search): Remove line that `occur'
979 can not handle multiline matches.
980
a7b02820
EZ
9812010-03-30 Eli Zaretskii <eliz@gnu.org>
982
983 * mule.texi (International): Mention support of bidirectional editing.
984 (Bidirectional Editing): New section.
985
22ef1944
NR
9862010-03-28 Nick Roberts <nickrob@snap.net.nz>
987
988 * emacs.texi (Top): Update node names to those in building.texi.
989
146b8b16
NR
9902010-03-27 Nick Roberts <nickrob@snap.net.nz>
991
992 doc/emacs/building.texi: Describe restored GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
993 doc/emacs/emacs.texi: Update node names for building.texi.
994
6d98672d
GM
9952010-03-24 Glenn Morris <rgm@gnu.org>
996
997 * ack.texi (Acknowledgments):
998 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
999
93318cbd
JD
10002010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * xresources.texi (Table of Resources): Clarify toolBar number
1003 for Gtk+.
1004
1005 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1006
15cf2f52
CY
10072010-03-21 Chong Yidong <cyd@stupidchicken.com>
1008
4102856c
CY
1009 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1010
15cf2f52
CY
1011 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1012 and multi-isearch-buffers-regexp.
1013
1014 * indent.texi (Indentation): Clarify description of
1015 indent-for-tab-command. Document tab-always-indent.
1016
d68eb23c
CY
10172010-03-20 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * cmdargs.texi (Font X): Move most content to Fonts.
1020
1021 * frames.texi (Fonts): New node. Document font-use-system-font.
1022
1023 * emacs.texi (Top):
1024 * xresources.texi (Table of Resources):
1025 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1026
288f9fc0
CY
10272010-03-10 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * Branch for 23.2.
1030
17782bec
CY
10312010-03-06 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * custom.texi (Init Examples): Add xref to Locals.
1034
1035 * major.texi (Choosing Modes): Mention usage of setq-default for
1036 setting the default value of major-mode (Bug#5688).
1037
b4a1a8b2
CY
10382010-03-02 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1041
1042 * display.texi (Display Custom): Document make-pointer-invisible and
1043 underline-minimum-offset. Remove inverse-video.
1044
a1e759cd
CY
10452010-02-21 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * frames.texi (Frame Commands): Note that the last ordinary frame can
1048 be deleted in daemon mode (Bug#5616).
1049
4f3bc373
GM
10502010-02-18 Glenn Morris <rgm@gnu.org>
1051
1052 * trouble.texi (Contributing): Repository is no longer CVS.
1053
5dbbdd33
GM
10542010-02-08 Glenn Morris <rgm@gnu.org>
1055
1056 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1057
cd61af01
SM
10582010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * display.texi (Useless Whitespace, Text Display):
1061 * custom.texi (Init Examples): Avoid obsolete special default variables
1062 like default-major-mode.
1063
b1bb0a25 10642010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1065
1066 * programs.texi (Other C Commands): Replace reference to obsolete
1067 c-subword-mode.
1068
99d0985b
GM
10692010-01-21 Glenn Morris <rgm@gnu.org>
1070
1071 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1072
893db5bc
GM
10732010-01-12 Glenn Morris <rgm@gnu.org>
1074
1075 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1076 emacs-pretest-bug for bug reports for development versions.
1077
0419b8d6
GM
10782010-01-11 Glenn Morris <rgm@gnu.org>
1079
1080 * display.texi (Highlight Interactively): `t' does not mean highlight
1081 all patterns. (Bug#5335)
1082
26e533e2
CY
10832009-12-29 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * misc.texi (Shell): Document async-shell-command.
1086
1087 * building.texi (Grep Searching): Document zrgrep.
1088
484eaeac 1089 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1090
7ee6c59b
NR
10912009-12-29 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * building.texi: Import GDB Graphical Interface description from
1094 EMACS_23_1_RC.
1095
91ed7ea8
CY
10962009-12-24 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * emacs.texi (Top): Update node listing.
1099
1100 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1101
1102 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1103
1104 * cmdargs.texi (Initial Options):
1105 * xresources.texi (Resources): Document inhibit-x-resources.
1106
1107 * custom.texi (Specifying File Variables): Note that minor modes are
1108 enabled unconditionally.
1109
1110 * display.texi (Scrolling): Briefly document the old recenter command,
1111 and document recenter-positions.
1112
1113 * files.texi (Visiting):
1114 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1115
1c6c854e
CS
1116 * frames.texi (Cut/Paste Other App):
1117 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1118
1119 * killing.texi (Kill Options): New node.
1120
6ca89aaa
CY
11212009-12-05 Chong Yidong <cyd@stupidchicken.com>
1122
1123 * misc.texi (Shell Options): ansi-color is now default.
1124
806642d4
GM
11252009-12-05 Glenn Morris <rgm@gnu.org>
1126
806642d4
GM
1127 * emacs.texi (Top): Update menu for cal-xtra node changes.
1128 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1129 or mode line. Don't mention invisible text or the details of
1130 diary-print-entries here, only in cal-xtra.
1131 (Format of Diary File): Mention that the "date on first line" format
1132 only really affects the simple display.
1133 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1134 (Diary Customizing): Holidays may be in the buffer or mode line.
1135 Move diary-print-entries to the "Diary Display" section.
1136 (Diary Display): New section, split out from "Fancy Diary Display".
1137 Explain the limitations of simple display, and how to print it.
1138
1a4f0c0a
GM
1139 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1140
e11adbd8
GM
1141 * cal-xtra.texi (Diary Display): Mention View mode.
1142
29a483ac
JL
11432009-11-29 Juri Linkov <juri@jurta.org>
1144
1145 * display.texi (Highlight Interactively): Actually a list of
1146 default faces is pre-loaded into a list of default values
1147 instead of the history.
1148
83d60c79
GM
11492009-11-20 Glenn Morris <rgm@gnu.org>
1150
1151 * ack.texi (Acknowledgments):
1152 * emacs.texi (Acknowledgments): Add htmlfontify.
1153
276bbe96
GM
11542009-11-14 Glenn Morris <rgm@gnu.org>
1155
98ad1bae
GM
1156 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1157
276bbe96
GM
1158 * ack.texi (Acknowledgments):
1159 * emacs.texi (Acknowledgments): Update for recent Org changes.
1160
18430066
CY
11612009-10-31 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1164 `charset' property, which is irrelevant to the user manual (Bug#3526).
1165
522ddc9f
JB
11662009-10-14 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * trouble.texi (DEL Does Not Delete): Fix typo.
1169
50b49ade
MA
11702009-10-05 Michael Albinus <michael.albinus@gmx.de>
1171
1172 * files.texi (Misc File Ops): Mention copy-directory.
1173
6308321a
EZ
11742009-10-04 Eli Zaretskii <eliz@gnu.org>
1175
43b3b4d1
EZ
1176 * mule.texi (Unibyte Mode): Emphasize that
1177 unibyte-display-via-language-environment affects only the display.
1178
6308321a
EZ
1179 * display.texi (Horizontal Scrolling): Document cursor behavior under
1180 horizontal scrolling when point moves off the screen (Bug#4564).
1181 Improve wording.
1182
bd51ea7f
MA
11832009-10-01 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * files.texi (Directories): delete-directory prompts for recursive
1186 deletion.
1187
55381962
GM
11882009-09-30 Glenn Morris <rgm@gnu.org>
1189
1190 * ack.texi (Acknowledgments):
1191 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1192
13989ab1
TH
11932009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1194
1195 * dired.texi (Dired Navigation): Use @code instead of @var for
1196 dired-isearch-filenames, so that it's not capitalized.
1197
8ba46c89
CY
11982009-09-19 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1201
1202 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1203
1204 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1205 (Key Bindings): Reference Init Rebinding in introductory text.
1206 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1207 (Keymaps): Simplify.
1208 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1209 (Minibuffer Maps): Remove mention of Mocklisp.
1210 (Init Rebinding): Move mode-local rebinding example here from Local
1211 Keymaps.
1212 (Modifier Keys): Clarify.
1e11b018 1213 (Rebinding): Add cindex for "binding keys".
8ba46c89 1214
6a5ca7c8
CY
12152009-09-13 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1218
0e1cba51
NR
12192009-08-31 Nick Roberts <nickrob@snap.net.nz>
1220
6a5ca7c8 1221 * building.texi (Threads Buffer, Multithreaded Debugging):
522ddc9f 1222 Re-organise these two sections.
0e1cba51 1223
76a87a4d
EZ
12242009-08-29 Eli Zaretskii <eliz@gnu.org>
1225
1226 * cmdargs.texi (Initial Options): Fix last change.
1227
82e98df4
SM
12282009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * mule.texi (Enabling Multibyte):
1231 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1232 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1233
fb89fad9
GM
12342009-08-20 Glenn Morris <rgm@gnu.org>
1235
1236 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1237
e99652b0
GM
12382009-08-19 Glenn Morris <rgm@gnu.org>
1239
1240 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1241
5cca97ad
GM
12422009-08-18 Glenn Morris <rgm@gnu.org>
1243
1244 * ack.texi (Acknowledgments):
1245 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1246
997797ae 1247 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1248
985bf85b
GM
12492009-08-09 Glenn Morris <rgm@gnu.org>
1250
1251 * ack.texi (Acknowledgments):
1252 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1253
8d6bb99e
DD
12542009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1255
1256 * emacs.texi (Top): Add new menu items for GDB-UI.
1257
1258 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1259 section. Threads buffer is in separate section now.
8d6bb99e 1260
8353da9c
GM
12612009-08-08 Glenn Morris <rgm@gnu.org>
1262
1263 * ack.texi (Acknowledgments):
1264 * emacs.texi (Acknowledgments):
1265 Update for js2-mode and org changes.
1266
f2074faf
MA
12672009-08-02 Michael Albinus <michael.albinus@gmx.de>
1268
1269 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1270 files.
1271
e8d2d3fb
CY
12722009-07-28 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1275
324a4f6a
GM
12762009-07-23 Glenn Morris <rgm@gnu.org>
1277
1278 * programs.texi (Matching): Update blink-matching-paren-distance.
1279
b6937a70
CY
12802009-07-21 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * frames.texi (Cut/Paste Other App): For select-active-regions,
1283 selection is now updated on moving point.
1284
bd8aaa36
RS
12852009-07-21 Richard Stallman <rms@gnu.org>
1286
1287 * glossary.texi (GNU, Daemon): Update information.
1288
8d9b5eba
JL
12892009-07-19 Juri Linkov <juri@jurta.org>
1290
1291 * custom.texi (Specifying File Variables, Safe File Variables):
1292 "variables/value pairs" -> "variable/value pairs".
1293
a2acc1db
GM
12942009-07-15 Glenn Morris <rgm@gnu.org>
1295
1296 * misc.texi (Gnus): Remove widow.
1297
c5ae942b
GM
12982009-07-11 Glenn Morris <rgm@gnu.org>
1299
703d26ba
GM
1300 * Makefile.in (TEXI2PDF): New.
1301 (emacs.pdf, emacs-xtra.pdf): New targets.
1302
522ddc9f 1303 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
1304
1305 * display.texi (Horizontal Scrolling): Re-word to remove widow.
1306
1307 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
1308 Don't print the copying notice twice in the printed version.
1309 Update the menu and detailmenu.
1310 (Preface): The meaning of "on-line" has changed.
1311 Correct name for "Common Problems" chapter.
1312 (Distrib): Update FSF shop URL.
1313 (Intro): Showing two files at once is not so exciting.
1314
1315 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
1316 (Mac / GNUstep Basics): Minor grammar changes.
1317 (Mac / GNUstep Events): Fix typo.
1318 (GNUstep Support): CANNOT_DUMP no longer applies.
1319
1320 * misc.texi (Document View): Fix typos.
1321
1322 * dired.texi (Dired):
1323 * help.texi (Help):
1324 * macos.texi (Mac OS / GNUstep):
1325 * maintaining.texi (Version Control, Introduction to VC):
1326 End menu descriptions with a period.
c5ae942b 1327
b1c8242b
EZ
13282009-07-09 Eli Zaretskii <eliz@gnu.org>
1329
1330 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
1331 so categorical in saying that the option is only useful on NTFS.
1332
220d9aa6
GM
13332009-07-09 Glenn Morris <rgm@gnu.org>
1334
1335 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
1336 (ENVADD): Add texinfodir to TEXINPUTS.
1337
1338 * emacs.texi (Top): Fix cross-reference.
1339
1340 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
1341
1342 * vc1-xtra.texi (Revision Tags): Fix typo.
1343
d07e72d3
GM
13442009-07-03 Glenn Morris <rgm@gnu.org>
1345
1346 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
1347 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
1348 (Merge Commands): `.' does not seem to work in A or B buffer.
1349 `l' can recreate the 3-window display.
1350
1351 * glossary.texi (Glossary): Minor phrasing changes throughout.
1352 Add more internal cross-references.
1353 <Autoloading>: You can't really autoload a variable.
1354 <C-M->: Move details here from `M-C-' item.
1355 <Continuation Line>: Refer to `Truncation.'
1356 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
1357 <Home Directory, Unix>: New entries.
1358 <Deletion of Files>: Mention recycle bins.
1359 <Directory>: Mention ``folders.''
1360 <Error>: Don't mention ``type-ahead.''
1361 <Fringe>: Refer to the manual node.
1362 <Minor Mode>: Can be global or local.
1363 <Spell Checking>: There are other checkers besides Ispell.
1364
f144038a
GM
13652009-07-02 Glenn Morris <rgm@gnu.org>
1366
1367 * anti.texi (Antinews): Minor changes in phrasing.
1368
1369 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
1370 some underfull lines in dvi output.
1371
1372 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
1373
1374 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
1375
1376 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
1377
3f1c6666
JD
13782009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1379
1380 * xresources.texi (Table of Resources): Mention maximized for
1381 fullscreen.
1382
1383 * cmdargs.texi (Window Size X): -mm/--maximized is new.
1384
62aadce7
CY
13852009-07-01 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * anti.texi (Antinews): Correct the list of removed platforms.
1388
82ec412e
GM
13892009-06-28 Glenn Morris <rgm@gnu.org>
1390
1391 * arevert-xtra.texi: Minor language tweaks.
1392
09964e7d
GM
1393 * dired-xtra.texi: Minor revisions.
1394
666e158e
MB
13952009-06-23 Miles Bader <miles@gnu.org>
1396
c4cc8b9a 1397 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 1398 (Temporary Face Changes): Document `text-scale-set'.
666e158e 1399
70243478
CY
14002009-06-21 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * Branch for 23.1.
1403
67cbe681
KH
14042009-06-17 Kenichi Handa <handa@m17n.org>
1405
1406 * mule.texi (Charsets): Update the description for the new charset.
1407 (list-character-sets): New findex.
125dd7c5 1408 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 1409
40e67246
CY
14102009-06-10 Chong Yidong <cyd@stupidchicken.com>
1411
b5700de6
CY
1412 * basic.texi (Moving Point): Fix tag.
1413
1414 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
1415
1416 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
1417 use camel-case for PageUp and PageDown.
1418
1419 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
1420 camel-case for PageUp and PageDown.
1421
1422 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
1423
40e67246 1424 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 1425 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 1426
522ddc9f 14272009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 1428
522ddc9f
JB
1429 * fixit.texi (Spelling): Set default dictionary.
1430 Improve descriptions (Bug#2554)
6f591cf4 1431
53483c76
DR
14322009-06-08 David Reitter <david.reitter@gmail.com>
1433
1434 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
1435 since saving colors and faces set this way is not implemented.
1436 (Environment variables): Remove mention of mac-fix-env, which is
1437 scheduled to be removed.
1438
1557ef4f
CY
14392009-06-04 Chong Yidong <cyd@stupidchicken.com>
1440
91056528
CY
1441 * custom.texi (Init Examples): Add example of changing load-path.
1442
1557ef4f
CY
1443 * building.texi (Lisp Libraries): Add example of changing
1444 load-path (Bug#3446).
1445
623cec4c
CY
14462009-05-28 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * mark.texi (Mark): Further clarifications.
1449 (Setting Mark): Emphasize that C-SPC activates the mark.
1450
0fcca8ee
CY
14512009-05-28 Chong Yidong <cyd@stupidchicken.com>
1452
702b10e1
CY
1453 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
1454 Mark mode.
0fcca8ee
CY
1455 (Using Region, Persistent Mark): Use "active mark" instead of "active
1456 region".
1457
d3b396e4
CY
14582009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1459
1460 * mule.texi (Select Input Method): Fix typo.
1461
3f698a06
CY
14622009-05-13 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * anti.texi (Antinews): Document completion changes. Some additional
1465 copyedits and rearrangement of entries.
1466
b2a42eb7
CY
14672009-05-12 Chong Yidong <cyd@stupidchicken.com>
1468
932fd020
CY
1469 * misc.texi (Interactive Shell, Saving Emacs Sessions)
1470 (Shell History Copying, Terminal emulator): Copyedits.
1471
1c6c854e
CS
1472 * xresources.texi (Resources): Simplify descriptions.
1473 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
1474 (Table of Resources): Document fontBackend resource.
1475
b2a42eb7
CY
1476 * trouble.texi (Quitting): Add other undo bindings to table.
1477 (DEL Does Not Delete): Note that the erasure key is usually labelled
1478 "Backspace". Remove discussion of obscure Xmodmap issue.
1479
c6ea7fb8
CY
14802009-05-07 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * files.texi (Visiting): Copyedits.
1483
ad36c422
CY
14842009-05-06 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * basic.texi (Inserting Text): Document ucs-insert.
1487
1488 * mule.texi (International Chars): Define "multibyte". Note that
1489 internal representation is unicode-based. Simplify definition of raw
1490 bytes. Mention ucs-insert.
1491 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
1492 (Language Environments): Add language environments new to Emacs 23.
1493 (Multibyte Conversion): Node deleted.
1c6c854e
CS
1494 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
1495 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
1496 (Output Coding): Copyedits.
1497
1498 * emacs.texi (Top): Update node listing.
1499
d4ad7b96
CY
15002009-05-05 Per Starbäck <per@starback.se> (tiny change)
1501
1502 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
1503
5bd66204
SM
15042009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * building.texi (Lisp Libraries): `load-library' does offer completion.
1507
bc36ad1c
CY
15082009-04-28 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
1511 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
1512
f1a47884
EZ
15132009-04-25 Eli Zaretskii <eliz@gnu.org>
1514
1515 * maintaining.texi (Tags): Clarify text. (Bug#3101)
1516
be77bd45
CY
15172009-04-22 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * entering.texi (Entering Emacs): Document initial-buffer-choice.
1520
1521 * building.texi (Lisp Interaction): Document initial-scratch-message.
1522
d3b82927
JB
15232009-04-18 Juanma Barranquero <lekktu@gmail.com>
1524
ed6e7b11
JB
1525 * msdog.texi (Windows Fonts): Fix typos.
1526
d3b82927
JB
1527 * files.texi (Save Commands): Fix pxref.
1528
bc323c04
CY
15292009-04-18 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * files.texi (Save Commands): Mention diff-buffer-with-file.
1532 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
1533 Henoch (Bug#3036).
1534
2186d13f
GM
15352009-03-15 Glenn Morris <rgm@gnu.org>
1536
1537 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
1538 the former is not always used.
1539 (Mail Headers): Use active voice. Add "Mail-reply-to".
1540 Change case of "Id". Avoid repeated "appropriate".
1541 (Mail Aliases): Fix previous change - use an example with a ".", so it
1542 does actually get quoted when expanded.
1543 (Mail Sending): Mailclient is the default on some systems.
1544 (Citing Mail): Mention mail-indentation-spaces.
1545 (Mail Mode Misc): Add an @dfn for "mail signature".
1546
71e454fc
CY
15472009-03-15 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
1550 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
1551 read-buffer-completion-ignore-case, and completion-styles.
1552 Remove description of partial-completion-mode.
71e454fc 1553
df1a3e06
GM
15542009-03-14 Glenn Morris <rgm@gnu.org>
1555
1556 * sending.texi (Mail Format): Fix typo. Add index entry for
1557 mail-header-separator.
1558 (Mail Headers): Put info about initialization and changing in one place
1559 at the start. Update FCC section for mbox Rmail. Clarify From
1560 section, mention mail-setup-with-from. Clarify Reply-to section.
1561 Add Mail-followup-to and mail-mailing-lists. Clarify References
1562 section.
1563 (Mail Aliases): Update example, make less contentious.
1564 Update for name change of mail-interactive-insert-alias.
1565 (Mail Mode): Remove mention of `%' as a word separator.
1566 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
1567 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
1568 commands. Clarify FCC handling. In mail-complete, add reference to
1569 Mail Aliases section, and mention mail-complete-function.
1570 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
1571 (Mail Mode Misc): Clarify the mail-signature function. Add basic
1572 signature netiquette. Explain how the mail hooks work when continuing
1573 a composition.
1574 (Mail Amusements): Internationalize the spook section a bit.
1575 Remove the spook mail-setup-hook example, since it doesn't work well.
1576 Mention fortune-file.
1577 (Mail Methods): Mention read-mail-command.
1578
ed6e7b11 15792009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 1580
df1a3e06
GM
1581 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
1582 and NS resources following recent changes.
959d68bd 1583
86dca3e8
JR
15842009-03-10 Jason Rumney <jasonr@gnu.org>
1585
1586 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
1587 w32-use-visible-system-caret doc to indicate that it should get set
1588 automatically.
1589 (Windows Fonts): Add doc for the uniscribe backend.
1590
042fe98f
DN
15912009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1592
1593 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
1594 vc-dir. (Bug#2598)
1595
7f8dba73
RS
15962009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
1597
1598 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
1599
505e70c3
GM
16002009-03-05 Glenn Morris <rgm@gnu.org>
1601
04242bdc
GM
1602 * rmail.texi (Rmail Basics): Add reference to sorting.
1603 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
1604 Minor re-wordings.
1605 (Rmail Motion): Mention rmail-next-same-subject.
1606 (Rmail Deletion): Expunging is not the only way to change the numbers.
1607 (Rmail Labels): Labels can also be used in sorting.
1608 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
1609 (Rmail Display): Mention rmail-mime.
1610
00cfe22c
GM
16112009-03-04 Glenn Morris <rgm@gnu.org>
1612
1613 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
1614 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
1615 summary. Mention sorts cannot be undone.
1616 (Rmail Display): Give an example of how to use goto-address-mode.
1617 (Rmail Editing): It's keybindings that are redefined, not commands.
1618 Fix some typos.
1619 (Movemail): Some minor rewording.
1620 (Remote Mailboxes): Emacs movemail supports pop by default.
1621 Fix some minor grammatical issues. The "two alternative ways" to
1622 specify a POP mailbox are really just one. Remove all reference to the
1623 variables rmail-pop-password and rmail-pop-password-required, obsolete
1624 since Emacs 22.1. Clarify the four password steps. Emacs movemail
1625 can support Kerberos.
1626
3d963b67
GM
16272009-03-03 Glenn Morris <rgm@gnu.org>
1628
1629 * rmail.texi (Rmail Deletion): Revert previous change, which was
1630 describing the Rmail summary versions.
1631 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
1632 Minor re-wording for rmail-resend.
1633 (Rmail Make Summary): Summaries apply to buffers rather than files.
1634 <rmail-summary-by-topic>: Headers includes the subject.
1635 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
1636 details, including prefix arguments.
2340abde 1637 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
1638 Not counting lines might be faster.
1639 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
1640 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
1641 Name the commands bound to the various keys. Mention prefix argument
1642 for searching.
3d963b67
GM
1643 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
1644 Simplify rmail-highlighted-headers description. Update face name.
1645
a8ce3d17
JB
16462009-03-02 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * mark.texi (Marking Objects): Fix typo.
1649
130a29b6
CY
16502009-03-01 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
1653 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
1654
9d5de6f8
GM
16552009-03-01 Glenn Morris <rgm@gnu.org>
1656
79fc530e 1657 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
1658 (Rmail Motion): - M-s searches from the end of messages.
1659 (Rmail Deletion): Minor clarification. Fix numeric argument
1660 description.
1661 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
1662 newmail and RMAILOSE files need not be in home-directory.
1663 (Rmail Files): Mention I/O menus are unselectable if no files match.
1664 Mention `MAIL' env-var.
1665
b545ff9c
JR
16662009-02-24 Jason Rumney <jasonr@gnu.org>
1667
1668 * mule.texi (Fontsets): Mention fontset-default, font specs and
1669 fallback fontsets.
1670 (Defining Fontsets): Mention ns and w32 variants of
1671 standard-fontset-spec. Update description of startup fontset to match
1672 Emacs 23 behavior.
a93be82a 1673 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 1674 (International): Link to Modifying Fontsets.
b545ff9c 1675
75da0618 16762009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
1677
1678 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
1679 Mention ns-extended-platform-support-mode.
1680
6be93a16
KB
16812009-02-22 Karl Berry <karl@gnu.org>
1682
1683 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
1684
867d4bb3
JB
16852009-02-19 Juanma Barranquero <lekktu@gmail.com>
1686
1687 * basic.texi (Moving Point, Position Info):
1688 * files.texi (Visiting):
1689 * mini.texi (Completion Options):
1690 * text.texi (HTML Mode): Remove duplicate words.
1691
49b5c0e8
GM
16922009-02-20 Glenn Morris <rgm@gnu.org>
1693
1694 * rmail.texi: Minor updates for mbox rather than Babyl.
1695
f43a822c
KB
16962009-02-17 Karl Berry <karl@gnu.org>
1697
49b5c0e8 1698 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 1699
80d634b8
RS
17002009-02-17 Richard M Stallman <rms@gnu.org>
1701
1702 * anti.texi (Antinews): Mention Babyl format.
1703
1704 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
1705
1706 * rmail.texi: Update for mbox format.
1707 Various small fixes, as well as the following.
1708 (Out of Rmail): Node deleted.
1709 (Rmail): Update menu.
1710 (Rmail Files): Comment out set-rmail-inbox-list.
1711 Document rmail-inbox-list instead.
1712 (Rmail Output): Substantial changes since C-o is now
1713 rmail-output-as-seen and o is rmail-output.
1714 (Rmail Attributes): Delete `stored', add `retried'.
1715 (Rmail Display): Editing headers works in all cases.
1716
f0d129c6
GM
17172009-02-17 Glenn Morris <rgm@gnu.org>
1718
1719 * basic.texi (Position Info): M-x count-lines-region is not always on
1720 M-=. (Bug#2269)
1721
160f11d3
GM
17222009-02-09 Glenn Morris <rgm@gnu.org>
1723
1724 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
1725 defaults.
1726
763e01c4
EZ
17272009-02-07 Eli Zaretskii <eliz@gnu.org>
1728
1729 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
1730 documentation of possible problems with redecoding.
1731
f5e1441d
GM
17322009-02-03 Glenn Morris <rgm@gnu.org>
1733
1734 * rmail.texi (Out of Rmail): Mention b2m.pl.
1735
e1eabe41
GM
17362009-01-31 Glenn Morris <rgm@gnu.org>
1737
1738 * rmail.texi (Out of Rmail): Correct b2m location.
1739
dd05f9de
CY
17402009-01-27 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * fixit.texi (Undo): Update undo limit values.
1743
d74d846e
GM
17442009-01-27 Glenn Morris <rgm@gnu.org>
1745
1746 * emacs.texi (Top): Fix Antinews menu entry.
1747
49ffdce8
KB
17482009-01-25 Karl Berry <karl@gnu.org>
1749
1750 * text.texi (Foldout): Use @itemize @w{} to make an itemize
1751 item with no marker, instead of the syntactically incorrect
1752 @itemize @asis.
1753
467e8d77
JL
17542009-01-25 Juri Linkov <juri@jurta.org>
1755
1756 * building.texi (Grep Searching): Fix index entry for lgrep.
1757
6c60bbdb
EZ
17582009-01-24 Eli Zaretskii <eliz@gnu.org>
1759
1760 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
1761
9ce5a36f
AR
17622009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1763
1764 * macos.texi (Preferences Panel): Update description of font setting to
1765 reflect that prior frame selection is no longer needed.
1766
9aa5f2fb
NR
17672009-01-20 Nick Roberts <nickrob@snap.net.nz>
1768
1769 * building.texi (Debuggers): Revert some of 2008-10-31 change to
1770 raise GUD subsections.
1771
3892ff9c
GM
17722009-01-15 Glenn Morris <rgm@gnu.org>
1773
1774 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
1775
14731c8f
GM
17762009-01-10 Glenn Morris <rgm@gnu.org>
1777
1778 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
1779
45c55e53
CY
17802009-01-04 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
1783 logical lines.
1784
2e4667d1
JL
17852008-12-29 Juri Linkov <juri@jurta.org>
1786
1787 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
1788
1789 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
1790
2a3eac47
CY
17912008-12-28 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
1794 goto-address-mode instead of goto-address.
1795
3da8da94
CY
1796 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
1797 mode.
1798
2a3eac47
CY
1799 * emacs.texi (Top): Update node listing.
1800
057f6dd3
EZ
18012008-12-26 Eli Zaretskii <eliz@gnu.org>
1802
1803 * custom.texi (Directory Variables): Explain what is a "project".
1804 Add indexing. Improve wording. Add a footnote about using
1805 _dir-locals.el on MS-DOS.
1806
e6979067
DN
18072008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1808
1809 * files.texi (Misc File Ops): Mention chmod as an alias for
1810 set-file-modes.
1811
9de15963
MR
18122008-12-24 Martin Rudalics <rudalics@gmx.at>
1813
1814 * help.texi (Help): Fix typos and reword.
1815 (Help Summary): Add entries for C-h n and C-h r, reorder
1816 entries, and do some minor fixes.
1817 (Name Help): Say that C-h F works for commands only.
1818 (Misc Help): Say that view-lossage displays 300 keystrokes.
1819
236fd60d
GM
18202008-12-20 Glenn Morris <rgm@gnu.org>
1821
1822 * ack.texi (Acknowledgments): General update based on AUTHORS,
1823 including removal of some stuff no longer distributed.
1824
349b3256
AM
18252008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
1826
1827 * fixit.texi: Mention hunspell
1828
e840fca5
GM
18292008-12-19 Glenn Morris <rgm@gnu.org>
1830
1831 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 1832 Consolidate explanatory text at start.
e840fca5
GM
1833
1834 * display.texi (Text Display):
1835 * indent.texi (Indentation): Use @acronym with ASCII.
1836
9dfa7983
GM
18372008-12-18 Glenn Morris <rgm@gnu.org>
1838
1839 * ack.texi: Various small updates and fixes.
1840
97b3a00b
JL
18412008-12-18 Juri Linkov <juri@jurta.org>
1842
1843 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
1844 as a key binding to start a forward nonincremental word search.
1845 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
1846 a backward nonincremental word search. Add index for `M-s w'
1847 `isearch-forward-word'.
1848 (Regexp Search): Add a short summary of regexp key commands like
1849 in the node "Basic Isearch".
1850 (Other Repeating Search): Fix typo.
1851
18522008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
1853
1854 * misc.texi (PostScript Variables): Fix doc.
1855
31ce6a07
CY
18562008-12-10 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * programs.texi (Program Modes): Mention Ruby mode.
1859
636b507b
DN
18602008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1861
1862 * misc.texi (emacsclient Options): Describe what an empty string
1863 argument does for --alternate-editor.
1864
a323fa14
CY
18652008-12-09 Frank Schmitt <ich@frank-schmitt.net>
1866
1867 * cmdargs.texi (Font X): Distinguish between client-side and
1868 server-side fonts. List valid Fontconfig properties. Add reference to
1869 Fontconfig manual. List valid GTK font properties. Explain use of
1870 fc-list.
1871
c5ca6cd0
CY
18722008-12-09 Chong Yidong <cyd@stupidchicken.com>
1873
1874 * cmdargs.texi (Font X): Move discussion of quoting to top.
1875
e5136377
GM
18762008-12-06 Glenn Morris <rgm@gnu.org>
1877
1878 * maintaining.texi (Old Revisions): Improve previous change.
1879
248c026b
RS
18802008-12-05 Richard M Stallman <rms@gnu.org>
1881
1882 * anti.texi (Antinews): Minor fixes.
1883
a9253a1e
GM
18842008-12-03 Glenn Morris <rgm@gnu.org>
1885
1886 * maintaining.texi (Old Revisions): Fix diff-switches description.
1887
fa687b02
MR
18882008-12-01 Martin Rudalics <rudalics@gmx.at>
1889
1890 * emacs.texi (Top): Fix typo.
1891
72e6decd
CY
18922008-11-30 Chong Yidong <cyd@stupidchicken.com>
1893
320ee034
CY
1894 * misc.texi (Document View): Explain dependence on gs at the top.
1895 Copyedits.
1896
1897 * emacs.texi (Top): Add DocView nodes to detailed node listing.
1898
72e6decd
CY
1899 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
1900 (Comment Commands): Discuss region-active behavior of M-; first.
1901
2a472ee4
MR
19022008-11-29 Martin Rudalics <rudalics@gmx.at>
1903
9c6361c9
MR
1904 * display.texi (Line Truncation): Add reference to Continuation
1905 Lines.
1906
2a472ee4
MR
1907 * windows.texi (Pop Up Window): Mention split-height-threshold
1908 and split-width-threshold.
9c6361c9 1909 (Split Window): Add reference to Continuation Lines.
2a472ee4 1910
e93bc142
AR
19112008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1912
1913 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
1914 (GNUstep Support): New node.
1915 * anti.texi:
1916 * emacs.texi:
1917 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
1918
43b978db
RS
19192008-11-28 Richard M Stallman <rms@gnu.org>
1920
1921 * misc.texi (Dissociated Press): Minor cleanups.
1922
1923 * dired.texi (Image-Dired): Avoid passive.
1924
e8e2bd93
EZ
19252008-11-28 Eli Zaretskii <eliz@gnu.org>
1926
1927 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
1928 representation.
1929
8d2d45da
CY
19302008-11-26 Richard M. Stallman <rms@gnu.org>
1931
1932 * files.texi (Visiting): Rewrite paragraph for clarity.
1933
1934 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
1935
a5f7bbcc
AM
19362008-11-25 Alan Mackenzie <acm@muc.de>
1937
1938 * programs.texi (Moving by Parens): Clarify that parens inside strings
1939 and comments are ignored, and that the commands assume the starting
1940 point isn't in a string or comment.
1941
a71703d3
AR
19422008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1943
1944 * macos.texi: Add Prev/Next/Top pointers to all nodes.
1945 (Mac Basics): Merge in Grabbing Environment Variables from earlier
1946 version.
1947 (Mac Customization): Rewrite Preferences Panel section and merge in to
1948 this node, add Open files by dragging to an Emacs window.
1949
1950 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
1951
aa5ab79a
CY
19522008-11-26 Chong Yidong <cyd@stupidchicken.com>
1953
0cc92c19
CY
1954 * files.texi (Misc File Ops): Document set-file-modes.
1955
c366b4e4
CY
1956 * windows.texi (Split Window): Document integer values of
1957 truncate-partial-width-windows.
1958
aa5ab79a
CY
1959 * text.texi (Text): Simplify description of markup languages.
1960 (TeX Mode): Simplify introduction. Mention BibTeX mode.
1961 (TeX Editing): Note that `""' inserts one `"' character.
1962 (HTML Mode): Note in the introduction that XML mode is an alias for
1963 SGML mode. Mention nXML mode.
1964
56221db7
CY
19652008-11-25 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * building.texi (Watch Expressions): Fix typo.
1968
90effe33
CY
19692008-11-24 Chong Yidong <cyd@stupidchicken.com>
1970
f90a5ae3
CY
1971 * files.texi (Visiting): Document new behavior of
1972 confirm-nonexistent-file-or-buffer.
1973
1c6c854e
CS
1974 * buffers.texi (Select Buffer):
1975 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 1976
a18ffb4a
CY
1977 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
1978 edit-picture.
1979
90effe33
CY
1980 * text.texi (Text): Simplify introduction. Discard mention of `M-x
1981 edit-picture', since that is just an alias for picture-mode.
1982 (Sentences): Note that repeated M-@ extends the region.
1983 (Pages): Make terminology more consistent. Link to Regexps node.
1984 (Longlines): Discuss relationship with Visual Line mode.
1985 (Text Mode): Remove extraneous discussion of other modes, since they
1986 were already introduced in the parent node.
1987
e85103ec
CY
19882008-11-23 Chong Yidong <cyd@stupidchicken.com>
1989
5cb2fe30
CY
1990 * anti.texi (Antinews): Rewrite.
1991
1eb9b307 1992 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
1993
1994 * frames.texi (Frame Commands): Mention "minimize" terminology.
1995
e85103ec
CY
1996 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
1997 formats.
b908332f
CY
1998 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
1999 (Misc X): Don't document useless -hb option.
e85103ec 2000
607f5f88
JL
20012008-11-22 Juri Linkov <juri@jurta.org>
2002
2003 * dired.texi (Dired Navigation): Change normal file name search option
2004 from `non-nil' to `t'. Add `dwim' option.
2005
e1b867a0
JL
20062008-11-22 Juri Linkov <juri@jurta.org>
2007
2008 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2009 ".dir-locals.el". Rename `define-project-bindings' to
2010 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2011 `dir-locals-set-directory-class'.
2012
dd186936
LK
20132008-11-22 Lute Kamstra <lute@gnu.org>
2014
2015 * buffers.texi (Select Buffer): Index goto-line.
2016 * basic.texi (Moving Point): Mention the use of a numeric prefix
2017 argument with goto-line and refer to Select Buffer for the use of a
2018 plain prefix argument.
2019
4b121911
GM
20202008-11-19 Glenn Morris <rgm@gnu.org>
2021
2022 * doclicense.texi: Update to FDL 1.3.
2023 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2024
27267e4c
CY
20252008-11-17 Chong Yidong <cyd@stupidchicken.com>
2026
696f351d
CY
2027 * custom.texi (Minor Modes): Define mode commands and mode variables
2028 more precisely. Recommend using mode commands instead of setting
2029 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2030 (Easy Customization): Use "init file" instead of .emacs.
2031 (Customization Groups): Update to new Custom buffer appearance.
2032 (Saving Customizations): Copyedits. Update example.
2033 (Variables): Give example of variable type-sensitivity.
2034 (Examining): Update example.
2035 (Hooks): Copyedits.
2036 (Specifying File Variables): Use C comments instead of an artificial
2037 Lisp for the example.
2038 (Keymaps): Move internals discussion to Prefix Keymaps.
2039 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2040 (Init Rebinding): Document kbd macro.
2041 (Init File): Link to Find Init.
696f351d
CY
2042
2043 * mark.texi (Using Region): Document Delete Selection Mode more
2044 thoroughly.
2045
2046 * frames.texi (Mouse Commands): Move most of the description of Delete
2047 Selection Mode to Using Region, and link to it.
1bc9c425 2048 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2049
b0570c25
CY
2050 * building.texi (Compilation): Document first-error value of
2051 compilation-scroll-output.
2052 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2053 works as soon as an error is available. Suggested by Juri Linkov.
2054
27267e4c
CY
2055 * mini.texi (Passwords): New node.
2056
2057 * files.texi (Remote Files): Link to Passwords node.
2058
2059 * emacs.texi (Top): Update node listings.
2060
122eb807
CY
20612008-11-16 Chong Yidong <cyd@stupidchicken.com>
2062
9c9855a3
CY
2063 * ack.texi (Acknowledgments): Some updating of credits.
2064
bd6fdcad
CY
2065 * emacs.texi (Acknowledgments): Add a couple more names.
2066
dd1eef46
CY
2067 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2068
122eb807 2069 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2070 (Misc File Ops): Document use of trash.
122eb807 2071
801a8da1
JB
20722008-11-16 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * macos.texi (Mac Customization): Fix typos.
2075
0b4f2253
CY
20762008-11-14 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2079 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2080 the conventions of the main Emacs manual.
2081
2082 * emacs.texi (Top): Update node listings.
2083
517e2b89
CY
20842008-11-12 Chong Yidong <cyd@stupidchicken.com>
2085
07a85685
CY
2086 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2087 command-line-args is processed during startup.
2088 (Action Arguments): Correctly describe how file arguments interact with
2089 the startup screen. Link to Lisp Interaction for scratch buffer.
2090 (Initial Options): Link to Command Example for -batch option.
2091 (Environment): Document initial-environment.
2092
517e2b89
CY
2093 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2094 can't be changed in the site-start file.
2095
6337bbde
CY
20962008-11-07 Chong Yidong <cyd@stupidchicken.com>
2097
2098 * dired.texi (Dired): Mention C-x C-d too.
2099 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2100 (Dired Navigation): Explain dired-goto-file more clearly.
2101 Document dired-isearch-filenames.
6337bbde
CY
2102 (Dired Deletion): Remove unnecessary "expunged" terminology.
2103 (Flagging Many Files): & is now rebound to `% &'.
2104 (Shell Commands in Dired): Document dired-do-async-shell-command.
2105 Clarify how multi-file arguments are passed.
2106 (Misc Dired Features): Document dired-do-isearch.
2107
9e8eeff9
CY
21082008-11-06 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2111
e071f849
CY
21122008-11-03 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2115
05482eb1
CY
21162008-11-01 Chong Yidong <cyd@stupidchicken.com>
2117
e2346dea
CY
2118 * programs.texi (Program Modes): Link to Program Indent node.
2119 (Left Margin Paren): Explain consequences of changing
2120 open-paren-in-column-0-is-defun-start more concisely.
2121 (Which Function, Program Indent, Info Lookup): Minor edits.
2122 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2123 (Multi-line Indent): If region is active, TAB indents the region.
2124 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2125 (Matching): The delimiter at the cursor is highlighted---the character
2126 changes color.
2127 (Symbol Completion): Link to Completion node.
2128
e4b6428c
CY
2129 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2130 a strictly text-only system.
2131
05482eb1
CY
2132 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2133 batch mode.
2134
a11d3737
RS
21352008-11-01 Richard M. Stallman <rms@gnu.org>
2136
5abad626
RS
2137 * misc.texi (Document View): Major rewrite.
2138
a11d3737
RS
2139 * maintaining.texi (Types of Log File): Change logs are older than
2140 version control.
2141 (VCS Concepts): Simplify and rearrange.
2142 (Version Control Systems): Make it clear that Linux is only the kernel.
2143 (VC Mode Line): Shorten reference to menu item.
2144 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2145 (VC Directory Mode): Minor cleanup.
2146 Unchanged files are hidden, not omitted.
2147 (VC Directory Commands): Shorten and simplify.
2148 (Change Log Commands): New node, split from Change Logs.
2149 (VC Directory Buffer): New node, split from VC Directory Mode.
2150
c55a4acb
CY
21512008-10-31 Chong Yidong <cyd@stupidchicken.com>
2152
1c6c854e 2153 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2154 from files.texi.
2155
1c6c854e
CS
2156 * files.texi (Version Control): Move to maintaining.texi.
2157 Subnodes moved as well.
2158 (Document Files): Move to misc.texi.
df0356f6 2159
c55a4acb
CY
2160 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2161 vc-update-change-log.
df0356f6
CY
2162 (Version Control): Move here from files.texi.
2163 (Format of ChangeLog): Make it a subnode of Change Log.
2164
2165 * emacs.texi (Top): Update node listing.
c55a4acb 2166
ef082374
TH
21672008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2168
2169 * files.texi (Files): Add a section about document
2170 files (doc-view-mode).
2171
d52582c3
CY
21722008-10-31 Chong Yidong <cyd@stupidchicken.com>
2173
1c6c854e
CS
2174 * building.texi (Compilation Mode):
2175 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2176 (Debuggers): Lower GUD subsections to subsubsections.
2177 (Starting GUD): Add cindex.
2178 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2179
4e0a0968
CY
21802008-10-30 Chong Yidong <cyd@stupidchicken.com>
2181
03625b47
CY
2182 * indent.texi (Indentation): Link to Program Indent.
2183
4e0a0968
CY
2184 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2185 now uses emacsclient's terminal.
2186
8bd3f7ef
CY
21872008-10-29 Chong Yidong <cyd@stupidchicken.com>
2188
80e5620e
CY
2189 * mark.texi (Using Region): Document use-empty-active-region.
2190
97d5c404
CY
2191 * emacs.texi (Top): Update node listings.
2192
1c6c854e
CS
2193 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2194 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2195 (Invoking emacsclient): Rewrite, moving optional arguments to
2196 emacsclient Options.
21d2bae3
CY
2197 (emacsclient Options): New node. Document server-use-tcp and
2198 server-host.
8bd3f7ef 2199
5fda2cbd
CY
22002008-10-28 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * indent.texi (Indentation): Replace list with paragraphed text,
2203 putting description of syntax-driven indentation first. Document new
2204 effect of active regions on tab.
2205 (Tab Stops): Note that editable tab stops affect indentation commands.
2206
4ff029f6
DN
22072008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2208
2209 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2210
996cd6e4
CY
22112008-10-23 Chong Yidong <cyd@stupidchicken.com>
2212
f28815e3
CY
2213 * custom.texi (Function Keys): Note that modified keypad keys are not
2214 translated.
2215
996cd6e4
CY
2216 * basic.texi (Arguments): Explain how to insert multiple digits.
2217
49545fe2
MA
22182008-10-22 Michael Albinus <michael.albinus@gmx.de>
2219
2220 * files.texi (Remote Files): Precise selection of default method.
2221 Rewrite paragraph about disabling remote file names.
2222
edac0b53
CY
22232008-10-22 Chong Yidong <cyd@stupidchicken.com>
2224
e752c544
CY
2225 * search.texi (Special Isearch): Document M-TAB is isearch.
2226
edac0b53
CY
2227 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2228 command.
2229
2230 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2231
20a36054
TH
22322008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2233
1c6c854e 2234 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2235 section.
2236
69051ab6
CY
22372008-10-21 Chong Yidong <cyd@stupidchicken.com>
2238
c4b1a32a
CY
2239 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2240 to files.texi. Move contents of vc2-xtra.texi here.
2241
2242 * vc2-xtra.texi: File removed.
2243
2244 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2245 Directory Commands from the submenu. Don't include deleted file
2246 vc2-xtra.texi.
2247
2248 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2249 (Version Control): Add VC Directory Mode and VC Directory Commands to
2250 the submenu.
2251 (Why Version Control?): Use table format.
2252 (Version Control Systems): Note that Meta-CVS support is gone.
2253 (VCS Concepts): Note precisely when VC started supporting filesets.
2254 Remove bogus xref to CVS Options node.
2255 (Types of Log File): Copyedits.
2256 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2257 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2258 The Right Thing.
2259 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2260 (Log Buffer): Reorganize node, putting C-c C-c description first.
2261 (Old Revisions): Use CVS for example, not RCS.
2262 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2263 Commands from the submenu, putting them under Version Control.
2264 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2265 need to include it in the manual unconditionally, since it is now
2266 crucial to using distributed version control systems.
1a6e2954
CY
2267 (Comparing Files): Note that diff uses the minibuffer, and that the
2268 output is shown using Diff mode.
1c6c854e
CS
2269 (Diff Mode): Explain what "patch" and "hunk" mean.
2270 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2271 diff-show-trailing-whitespaces.
1a6e2954 2272 (File Archives): Add rar support.
c4b1a32a 2273
69051ab6
CY
2274 * major.texi (Choosing Modes): Make mode selection sequence more
2275 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2276 magic-mode-alist is nil by default.
2277 Document magic-fallback-mode-alist.
69051ab6 2278
e7421e03
CY
22792008-10-20 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * frames.texi (Mouse References): Copyedits.
2282
6b2efdc2
TH
22832008-10-20 Tassilo Horn <tassilo@member.fsf.org>
2284
2285 * ack.texi (Acknowledgments): Add myself as doc-view author.
2286
9c5e9396
EZ
22872008-10-20 Eli Zaretskii <eliz@gnu.org>
2288
2289 * frames.texi (Dialog Boxes): Add @cindex entries.
2290
dac94f8e
CY
22912008-10-20 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
2294 (Text-Only Mouse): Copyedit.
2295
25597d40
CY
22962008-10-19 Chong Yidong <cyd@stupidchicken.com>
2297
f8a447f6
CY
2298 * frames.texi: Use @key throughout for mouse clicks.
2299 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
2300 (Secondary Selection): Fix modified mouse click syntax.
2301 (Clipboard): Describe Cut, Copy and Paste commands.
2302 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
2303 Copyedits.
2304 (Creating Frames): Add xref to Init File.
2305 (Frame Commands): Add xref to Exiting.
2306 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 2307
b0f95216
CY
23082008-10-15 Chong Yidong <cyd@stupidchicken.com>
2309
b0817f00
CY
2310 * files.texi (Version Control): Copyedits. Add Bazaar.
2311 (Version Control Systems): List different VCS's using an itemized list.
2312 Add Bazaar.
2313 (VCS Concepts): Copyedits. Tweak description of file merging.
2314
b0f95216
CY
2315 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
2316 (Cut/Paste Other App): Document select-active-regions and
2317 x-select-enable-primary.
2318
69d0d701
CY
23192008-10-13 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * mark.texi (Shift Selection): Correct case in node name.
2322
2323 * emacs.texi (Top): Update node order in Mark chapter.
2324
375e8351
EZ
23252008-10-12 Eli Zaretskii <eliz@gnu.org>
2326
2327 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
2328
2329 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
2330 elsewhere in the manual instead of describing yet again the intricacies
2331 of $HOME on MS-Windows and MS-DOS.
2332
ab58114f
CY
23332008-10-12 Chong Yidong <cyd@stupidchicken.com>
2334
4f959513 2335 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
2336 (Minibuffer File): Add discussion of `~' in file names.
2337 Add insert-default-directory index reference.
4f959513 2338
ab58114f
CY
2339 * files.texi (File Names): Reorganize description.
2340 (Visiting): Add xref to Mode Line. Copyedits.
2341 (Save Commands): Mention prefix behavior of C-x C-s.
2342 (Numbered Backups): Node deleted.
2343 (Backup Names): Contents of Numbered Backups moved here. State default
2344 of version-control variable.
2345 (Reverting): Copyedits.
2346 (Version Control): Add additional version control systems.
2347
2348 * emacs.texi (Top): Delete Numbered Backups node.
2349
2350 * cmdargs.texi (General Variables): Change Numbered Backups xref to
2351 Backup Names.
f2884f63 2352 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 2353
b0b5100a
RF
23542008-10-11 Romain Francoise <romain@orebokech.com>
2355
2356 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
2357
89774b5f
CY
23582008-10-11 Chong Yidong <cyd@stupidchicken.com>
2359
2360 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
2361 (Select Buffer): Mention use of minibuffer history. Describe default
2362 value of default-major-mode. Mention that C-x 4 b selects the other
2363 window.
2364 (List Buffers): Document CRM indicators in the order they appear.
2365 (Kill Buffer): Document new command kill-matching buffers.
2366 (Several Buffers): Move explanation of the relationship between buffer
2367 list and buffer menu to the top.
2368 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2369
4c72bf27
CY
23702008-10-10 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * entering.texi (Exiting): Document change of C-x C-c to
2373 save-buffers-kill-terminal. Document kill-emacs.
2374
f68eb991
EZ
23752008-09-30 Eli Zaretskii <eliz@gnu.org>
2376
2377 * mule.texi (Coding Systems): Don't mention codepage-setup.
2378
2379 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
2380 cpNNN coding systems anymore.
2381 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
2382 for unibyte mode. Don't mention line-drawing characters.
2383 Don't mention dos-unsupported-char-glyph.
f68eb991 2384
1a2dd44d
CY
23852008-09-25 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * search.texi (Search): Shorten introduction.
2388 (Basic Isearch): Add command table. Discuss reverse isearch and
2389 isearch highlighting.
2390 (Repeat Isearch): Move lazy highlighting discussion here. Add search
2391 ring to cindex.
2392 (Special Isearch): Move input methods discussion here.
2393 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
2394 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
2395 Repeat Isearch.
2396 (Isearch Minibuffer): New node.
2397 (Word Search): Document new word search commands.
2398 (Regexp Example): Simplify example using sentence-end-base variable.
2399 (Replace): Reword introduction.
2400 (Unconditional Replace): Remove unnecessary example.
2401 (Other Repeating Search): Document new `M-s o' binding.
2402
2403 * emacs.texi (Top): Update node listings.
2404
e45da31d
JB
24052008-09-22 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * emacs.texi (Top): Remove Kill Errors from menu.
2408
841c8096
CY
24092008-09-22 Chong Yidong <cyd@stupidchicken.com>
2410
402168fa
CY
2411 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
2412 interface for defining macros. Simplify examples. Note that C-g quits
2413 macro definitions.
1c6c854e
CS
2414 (Keyboard Macro Counter): Document using F3 to insert counter.
2415 Give usage example.
402168fa
CY
2416 (Keyboard Macro Query): Organize query responses in a table.
2417
1c6c854e
CS
2418 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
2419 Link to Erasing node.
841c8096
CY
2420 (Undo): Reorganize paragraphs for logical flow. Move keybinding
2421 rationale to a footnote.
2422 (Kill Errors): Remove node, due to redundancy with Erasing.
2423 (Spelling): Move discussion of flyspell to end. Note new behavior of
2424 M-$ in active region. Remove non-ispell-specific keybindings from
2425 table.
2426
eab2ee89
DN
24272008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * cmdargs.texi (Initial Options): Document --daemon.
2430
3d53e905
GM
24312008-09-20 Glenn Morris <rgm@gnu.org>
2432
2433 * files.texi (Numbered Backups): Mention that some modes set
2434 version-control.
2435
1c90484d
GM
24362008-09-20 Jim Blandy <jimb@red-bean.com>
2437
2438 * files.texi (Numbered Backups): Reference File Variables, as well.
2439 Remove discussion of Rmail's implementation.
2440
0fc0d844
CY
24412008-09-06 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * misc.texi (Recursive Edit): Note that top-level exits active
2444 minibuffers.
2445
2446 * trouble.texi (Quitting): Likewise.
2447
b18d283d
CY
24482008-08-31 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * emacs.texi (Top): Add Temporary Face Changes xref.
2451
2452 * display.texi (Display): Move Temporary Face Changes node to just
2453 after Standard Faces.
2454 (Scrolling): Document recenter-top-bottom instead of recenter.
2455 (Horizontal Scrolling): Move auto hscroll discussion to the top.
2456 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
2457 (Display Custom): Copyedits.
2458 (Optional Mode Line): Document display-battery-mode.
2459
180135fc
RF
24602008-08-27 Romain Francoise <romain@orebokech.com>
2461
2462 * custom.texi (Directory Variables): Minor fix.
2463
d3fe3475
GM
24642008-08-27 Glenn Morris <rgm@gnu.org>
2465
2466 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
2467 descriptions.
2468 (Calendar Customizing): Tweak layout description.
183080b6 2469 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
2470 markers. Condense calendar-star-date and calendar-mark-today
2471 description.
2472 (Holiday Customizing): Add oriental and solar holidays.
2473 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
2474 Fix holiday-float description. Use zerop in examples. Be less verbose.
2475 (Date Display Format): Change ISO format. Be less verbose.
2476 (Diary Customizing): Mention day and month abbrev arrays.
2477 Mention the date-form variables by name. Update European example.
2478 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
2479 Condense examples. Mention diary-entry-symbols by name.
2480 Condense table for insertion commands.
2481 (Fancy Diary Display): Mention diary-include-string and
2482 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
2483 Ethiopic, Persian date functions. Condense descriptions.
2484
2485 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
2486 (Adding to Diary): Adapt for changed node name.
2487
71755807
GM
24882008-08-26 Glenn Morris <rgm@gnu.org>
2489
2490 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
2491 node "Hebrew/Islamic Entries".
2492
2493 * calendar.texi (Specified Dates): Fix names of iso functions.
2494 (General Calendar): There may not be another window.
2495 (Writing Calendar Files, Holidays): Tweak intro.
2496 (Holidays): Mention Baha'i and Chinese holidays.
2497 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
2498 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
2499 (To Other Calendar): Add calendar-print-other-dates.
2500 Refer to "graphic display" rather than "X.
2501 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
2502 (Displaying the Diary): Fix whitespace after reference.
2503 Fix `diary-number-of-entries' reference.
2504 (Date Formats): Explicitly mention that day names can be abbreviated.
2505 (Adding to Diary): Add some references to other sections.
2506 (Special Diary Entries): Fix reference.
2507 (Appointments): Simplify appt-message-warning-time entry.
2508 Clarify where times must be.
2509 (Importing Diary): Comment out icalendar paragraph that does not apply.
2510 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2511
d76ebc75
GM
25122008-08-23 Glenn Morris <rgm@gnu.org>
2513
2514 * fortran-xtra.texi (Fortran): Change description of free form and
2515 fixed form a bit. Mention hideshow and imenu.
2516 (Fortran Motion): Mention fortran-end-of-subprogram,
2517 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
2518 (Fortran Indent): Minor re-word.
2519 (ForIndent Commands): Mention fortran-fill-paragraph and
2520 fortran-fill-statement.
2521 (ForIndent Cont): Mention fortran-tab-mode-string.
2522 (Fortran Comments): Mention fortran-comment-line-start-skip.
2523 (Fortran Columns): Mention font-locking.
2524 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2525
1fc0ce04 25262008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
2527
2528 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
2529
5c52e13c
CY
25302008-08-22 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * mini.texi (Minibuffer): Simplify introduction.
2533 (Minibuffer File): Document tilde in minibuffer filenames.
2534 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
2535 to enter tabs, spaces, and question marks. Describe behavior of C-a.
2536 (Completion Example): Update example to current command list.
2537 (Completion Options): Document `lazy' value of completion-auto-help.
2538 Update contents of completion-ignored-extensions.
2539 (Minibuffer History): Describe "future history" list. State default
2540 value of history-delete-duplicates.
2541
77a00355
GM
25422008-08-21 Glenn Morris <rgm@gnu.org>
2543
2544 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 2545 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 2546
39ee1d04
CY
25472008-08-17 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * regs.texi (Registers): Clarify valid register names.
2550 (RegPos): Note that buffer is saved and restored too.
2551 (RegText): Note that mark is reactivated/deactivated.
2552 (RegConfig): Xref to Windows node.
2553
b12c348f
CY
25542008-08-16 Chong Yidong <cyd@stupidchicken.com>
2555
3ae7ba79
CY
2556 * basic.texi (Inserting Text): Provide command name for C-q.
2557
b12c348f
CY
2558 * killing.texi (Killing): Copyedit. Define read-only text.
2559 (Deletion): DEL and C-d were already explained in Erasing; xref there.
2560 (Killing by Lines): Copyedit.
2561 (Other Kill Commands): Move M-w description here.
2562 (Yanking): Move M-w to Other Kill Commands.
2563 (Kill Ring): Also mention saving text in registers. Link to Text
2564 Properties in elisp manual.
2565 (Accumulating Text): Copyedit.
2566 (CUA Bindings): Shift selection is now the default.
2567
d8ff7692
TZ
25682008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2569
2570 * maintaining.texi (Change Log): Mention next-error is available.
2571
a43a8a2e
GM
25722008-08-10 Glenn Morris <rgm@gnu.org>
2573
2574 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
2575 and intermonth text.
2576 (Holiday Customizing): Add holiday-chinese.
2577
eba27308
EZ
25782008-08-08 Eli Zaretskii <eliz@gnu.org>
2579
2580 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
2581
5f14a5b3
DN
25822008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2583
2584 * files.texi (Log Buffer): Describe C-c C-d.
2585 (Diff Mode): Describe C-x 4 A.
2586
49989bff
EZ
25872008-08-06 Eli Zaretskii <eliz@gnu.org>
2588
2589 * vc1-xtra.texi (VC Directory Mode): Fix last change.
2590
5c915c02
DN
25912008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2592
2beaf97a
DN
2593 * files.texi (Old Revisions): Update the keys used by vc-annotate and
2594 describe the new bindings to show the changeset diff, toggle annotation
2595 visibility, show revisions.
2596 (VC Status): Describe key bindings for modifying the change comments,
2597 displaying changeset diffs and annotations.
2598
5c915c02
DN
2599 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
2600
71798ace
NR
26012008-08-05 Nick Roberts <nickrob@snap.net.nz>
2602
2603 * vc1-xtra.texi (VC Directory Mode): Fix typo.
2604
b8949644
EZ
26052008-08-02 Eli Zaretskii <eliz@gnu.org>
2606
2607 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
2608 and wording.
2609
819567d1
DN
26102008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 2613 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
2614 commands. Improve some old info.
2615
5f38310a
CY
26162008-07-31 Chong Yidong <cyd@stupidchicken.com>
2617
0dc3906b
CY
2618 * display.texi (Visual Line Mode): New node.
2619
5f38310a 2620 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
2621 (Moving Point): Add additional alternative key bindings.
2622 Describe line-move-visual.
5f38310a
CY
2623 (Erasing): Describe DEL.
2624 (Basic Undo, Blank Lines, Arguments): Copyedit.
2625 (Continuation Lines): Mention Visual Line mode.
2626 (Position Info): Move extended discussion to mule.texi.
2627
2628 * mule.texi (International Chars): Describe C-x =.
2629
2630 * emacs.texi (Top): Add Visual Line Mode node.
2631
7c2fb837
DN
26322008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2633
2634 * emacs.texi: Remove VMS support.
2635
3f6b73ef
DN
26362008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2637
2638 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
2639 the vc-dir command name.
2640
9e2a2647
DN
26412008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * xresources.texi: Remove mentions of Mac Carbon.
2644
568beaa2
AS
26452008-07-19 Andreas Schwab <schwab@suse.de>
2646
2647 * ns-emacs.texi: Move to ../misc.
2648
0ef94706
CY
26492008-07-15 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * entering.texi (Exiting): Don't describe text-only terminals as the
2652 default. Describe the new startup screen.
2653 (Exiting): Describe how to kill Emacs first. Change description of
2654 iconification to handle modern window systems.
2655
ba60bd44 26562008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
2657
2658 * ns-emacs.texi: New file, documents features of Emacs port under
2659 NeXTstep windowing.
2660
9f30aa73
CY
26612008-07-15 Chong Yidong <cyd@stupidchicken.com>
2662
938a5d2e
CY
2663 * entering.texi (Entering Emacs): Update prev node.
2664
2665 * glossary.texi (Glossary): Remove xref to Text Characters.
2666
9f30aa73
CY
2667 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
2668 directly, rather than in the context of ASCII. Move description of
2669 special properties of modifier key to new Modifier Keys node.
2670 (Keys): Copyedit.
2671 (Text Characters): Delete node. Multibyte is the default nowadays, and
2672 the node contents are obsolete.
2673
2674 * custom.texi (Modifier Keys): New node.
2675
2676 * emacs.texi (Top): Update node list.
2677
7e53d36c
CY
26782008-07-13 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
2681 saying that Emacs provides menus and mouse support (which is par for
2682 the course).
2683
2684 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
2685 early on.
2686 (Point): Copyedit. Relegate historical trivia to a footnote.
2687 (Mode Line): Explain mode-line format more consistently.
2688 (Menu Bar): Copyedit.
2689
1e9fa96d
GM
26902008-06-27 Glenn Morris <rgm@gnu.org>
2691
2692 * cal-xtra.texi (Sexp Diary Entries):
2693 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
2694
dc9bebb8
CY
26952008-06-26 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * mark.texi (Shift selection): New node.
2698 (Mark): Copyedits.
2699 (Persistent Mark): Move to the end of the chapter.
2700
e7881076
EZ
27012008-06-20 Eli Zaretskii <eliz@gnu.org>
2702
2703 * makefile.w32-in (distclean): Remove makefile.
2704
f427400c
NR
27052008-06-17 Nick Roberts <nickrob@snap.net.nz>
2706
2707 * building.texi (Starting GUD): Add an entry for gud-gdb.
2708 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
2709 command mode.
2710
b597d348
GM
27112008-06-17 Glenn Morris <rgm@gnu.org>
2712
2713 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
2714
647b7094
NR
27152008-06-17 Nick Roberts <nickrob@snap.net.nz>
2716
2717 * building.texi (Starting GUD): Expand on remote debugging.
2718 (Other GDB-UI Buffers): Mention new keyboard bindings.
2719
47a30023
GM
27202008-06-15 Glenn Morris <rgm@gnu.org>
2721
2722 * gnu.texi: Use a verbatim license for this invariant section,
2723 as per etc/GNU.
2724
37e5d54a
GM
27252008-06-13 Daniel Engeler <engeler@gmail.com>
2726
2727 * emacs.texi, misc.texi: Add documentation about serial port access.
2728
8e65d46c
GM
27292008-06-13 Glenn Morris <rgm@gnu.org>
2730
c1473b4c
MB
2731 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
2732 maintain.info.
8e65d46c 2733
e40a85cd
MB
27342008-06-05 Miles Bader <miles@gnu.org>
2735
2736 * display.texi (Temporary Face Changes): Update to reflect function
2737 renamings in face-remap.el.
2738
56c73dec
MB
27392008-06-04 Miles Bader <miles@gnu.org>
2740
1c6c854e
CS
2741 * display.texi (Temporary Face Changes):
2742 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
2743 `increase-buffer-face-height' and `decrease-default-face-height' now
2744 that they aren't bound by default.
2745
9d3d42fb
MB
27462008-06-03 Miles Bader <miles@gnu.org>
2747
2748 * display.texi (Temporary Face Changes): New node.
2749
2be6bfe2
EZ
27502008-05-31 Eli Zaretskii <eliz@gnu.org>
2751
2752 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
2753
daf7e339
GM
27542008-05-31 Glenn Morris <rgm@gnu.org>
2755
2756 * cal-xtra.texi (Fancy Diary Display): Simplify.
2757
d21d2618
GM
27582008-05-30 Glenn Morris <rgm@gnu.org>
2759
2760 * cal-xtra.texi (Fancy Diary Display): Update for
2761 diary-display-function replacing diary-display-hook.
2762
71ce5fd0
JB
27632008-05-29 Drew Adams <drew.adams@oracle.com>
2764
2765 * msdog.texi (Windows Keyboard): Add descriptions of
2766 w32-register-hot-key and w32-unregister-hot-key.
2767
a3cdbdf8
MO
27682008-05-21 Tom Tromey <tromey@redhat.com>
2769
2770 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
2771 Variables node.
2772
854a574c
MO
27732008-05-19 Tom Tromey <tromey@redhat.com>
2774
2775 * custom.texi (Variables): Add Directory Variables to menu.
2776 (Directory Variables): New node.
2777
7c2ec3f9
ER
27782008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2779
71ce5fd0 2780 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 2781
370fded4
ER
27822008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2783
2784 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
2785 Revision Tags and rewritten. Section now uses modern terminology,
2786 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
2787 accurately.
2788
6af511e3
EZ
27892008-05-10 Eli Zaretskii <eliz@gnu.org>
2790
2791 * msdog.texi (Windows Files): Update documentation of
2792 w32-get-true-file-attributes.
2793
7a78b6e7
ER
27942008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2795
2796 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
2797 directory mode.
2798
1bcfc24e
CY
27992008-05-08 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 2802 entry "television".
1bcfc24e 2803
db86064f
ER
28042008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2805
ab5ec32c 2806 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 2807
a31b405e
ER
28082008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2809
2810 * emacs/buffers.texi, emacs/files.texi (Version-control):
2811 vc-toggle-read-only is no longer a good idea...
2812
ff2c14fc
GM
28132008-04-29 Glenn Morris <rgm@gnu.org>
2814
2815 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
2816
367c9b7c
JL
28172008-04-22 Juri Linkov <juri@jurta.org>
2818
2819 * dired.texi (Subdirectories in Dired): Describe using `^'
2820 to return to the parent directory.
2821
4ac1e9b4
NR
28222008-04-22 Nick Roberts <nickrob@snap.net.nz>
2823
2824 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
2825 recent changes.
2826
b9b3bf2b
NR
28272008-04-19 Nick Roberts <nickrob@snap.net.nz>
2828
2829 * building.texi (GDB-UI Layout, Breakpoints Buffer)
2830 (Other GDB-UI Buffers): Update for recent thread related changes.
2831
4d120d6a
SM
28322008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
2833
2834 * maintaining.texi (Maintaining):
2835 * emacs.texi (Top): Typo.
2836
a152877d
SM
28372008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2838
b9b3bf2b
NR
2839 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
2840 arg in `font-lock-add-keywords'.
a152877d 2841
36c0514c
GM
28422008-04-08 Glenn Morris <rgm@gnu.org>
2843
2844 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
2845 Also add Baha'i calendar references where appropriate.
2846
06a97d46
GM
28472008-04-05 Glenn Morris <rgm@gnu.org>
2848
2849 * custom.texi (Init File): Byte-compiling .emacs is bad.
2850
6adc6eed
SM
28512008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
2854
571388b0
GM
28552008-03-29 Glenn Morris <rgm@gnu.org>
2856
2857 * calendar.texi: Update for `calendar-date-style' replacing
2858 `european-calendar'.
2859
3ae8f876
JR
28602008-03-28 Jason Rumney <jasonr@gnu.org>
2861
2862 * display.texi (Display Custom): Mention overlay-margin in text.
2863
5bc6ddff 28642008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 2865
5bc6ddff
MB
2866 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
2867 tutorial' comments.
03a864d5 2868
7186a830
CY
28692008-03-28 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * mark.texi (Mark): Rearrange nodes.
2872 (Persistent Mark): Rename from Transient Mark.
2873 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
2874 Describe Transient Mark mode as the default.
2875
2876 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
2877 the default behavior with Transient Mark mode off.
2878 (Position Info): Fix typo.
2879
71ce5fd0
JB
2880 * display.texi (Standard Faces): Reference the Mark node.
2881 Remove discussion of the region face, which is discussed there.
7186a830
CY
2882
2883 * emacs.texi (Top): Update node listings.
2884
2885 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
2886 as the default.
2887
2888 * fixit.texi (Undo): Standardize choice of undo key sequence.
2889 (Undo, Spelling): Describe Transient Mark mode as the default.
2890
2891 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
2892 default.
2893
2894 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
2895
2896 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
2897 mode is the default, and note that the mark is not activated when set.
2898
2899 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
2900 Describe Transient Mark mode as the default.
2901
2902 * search.texi (Basic Isearch): Reference the Mark Ring node.
2903 (Replace, Unconditional Replace, Other Repeating Search):
2904 Describe Transient Mark mode as the default.
2905
1c6c854e
CS
2906 * text.texi (Words, Pages, Fill Commands, HTML Mode):
2907 Describe Transient Mark mode as the default.
7186a830
CY
2908 (Paragraphs): Describe how M-h behaves when region is active.
2909
2910 * trouble.texi (Quitting): Clarify effects of C-g.
2911
dc47d1ff
GM
29122008-03-13 Glenn Morris <rgm@gnu.org>
2913
2914 * emacs.texi (EMACSVER): Set to 23.0.60.
2915
e3e0fb39 29162008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 2917
e3e0fb39
GM
2918 * dired.texi (Hiding Subdirectories): Fix previous change.
2919
29202008-03-05 Drew Adams <drew.adams@oracle.com>
2921
2922 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 2923
5e14abf8
KS
29242008-02-28 Kim F. Storm <storm@cua.dk>
2925
2926 * help.texi (Help Files): Move describe-gnu-project to C-h g.
2927 Move describe-distribution to C-h C-o.
2928 Move view-emacs-problems to C-h C-p.
2929 Add view-emacs-debugging on C-h C-d.
2930 Add view-external-packages on C-h C-e.
d0207bf3 2931 Add view-order-manuals on C-h C-m.
5e14abf8 2932
d0207bf3 29332008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
2934
2935 * msdog-xtra.texi (MS-DOS): Docstring fix.
2936
87e391bb
EZ
29372008-02-09 Eli Zaretskii <eliz@gnu.org>
2938
2939 * msdog.texi (Windows Fonts): Use a @table for describing font
2940 properties.
2941
5662e503
JR
29422008-02-07 Jason Rumney <jasonr@gnu.org>
2943
2944 * msdog.texi (Windows Files): w32-get-true-file-attributes default
2945 value has changed.
2946 (Windows HOME): Clarify what is meant by "if that fails as well".
2947 (Windows Fonts): New section.
2948
72463824
GM
29492008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
2950
2951 * basic.texi (Basic Undo): Remove duplicate "you can".
2952
7ff926e0
EZ
29532008-02-02 Eli Zaretskii <eliz@gnu.org>
2954
2955 * maintaining.texi (Tags): Fix last change.
2956
6ab7aef1
MA
29572008-02-02 Michael Albinus <michael.albinus@gmx.de>
2958
093571c3 2959 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 2960
ace67e7e
NR
29612008-01-31 Nick Roberts <nickrob@snap.net.nz>
2962
2963 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
2964
ae068fdf
RS
29652008-01-26 Richard Stallman <rms@gnu.org>
2966
2967 * maintaining.texi (Tags): Delete redundant index entry.
2968
a56d9a08
EZ
29692008-01-26 Eli Zaretskii <eliz@gnu.org>
2970
2971 * programs.texi (Imenu): Move "@cindex tags" from here...
2972 * maintaining.texi (Tags): ...to here.
2973
e941ed90
NR
29742008-01-23 Kevin Ryde <user42@zip.com.au>
2975
2976 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
2977 click count.
2978
650276d5
JB
29792008-01-21 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * entering.texi (Exiting): Fix typo.
2982 Reported by D. E. Evans <sinuhe@gnu.org>.
2983
8dc17977
MR
29842007-12-31 Martin Rudalics <rudalics@gmx.at>
2985
2986 * glossary.texi (Glossary): Fix typo.
2987
9f9695a6
RS
29882007-12-27 Richard Stallman <rms@gnu.org>
2989
2990 * text.texi (Formatted Text): Improve menu tag.
2991 (Editing Format Info): In Info, add duplicate menu of nodes
2992 about the submenus.
2993 (Format Faces): Say where Faces menu is found. Mention Other.
2994 (Format Colors): Say where these submenus are found.
2995 (Format Indentation, Format Justification): Likewise.
2996 (Format Properties): Likewise.
2997
abfd0191
RS
29982007-12-22 Richard Stallman <rms@gnu.org>
2999
3000 * search.texi (Query Replace): Make exp of query-replace more
3001 self-contained, and clarify.
8dc17977 3002
abfd0191
RS
3003 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3004
a2586785
RS
30052007-12-15 Richard Stallman <rms@gnu.org>
3006
3007 * files.texi (Auto Save): Clarify definition of auto-saving.
3008
a67cf2bb
RS
30092007-11-26 Richard Stallman <rms@gnu.org>
3010
3011 * help.texi (Help Echo): Cleanups.
3012
448b33b1
TTN
30132007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3014
3015 * files.texi (Why Version Control?): Fix typo.
3016 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3017 (Selecting a Fileset): Fix typos; small rewording.
3018 (Log Buffer): Likewise.
3019 (Old Revisions): Likewise.
448b33b1 3020
221bb7f6
EZ
30212007-11-17 Eli Zaretskii <eliz@gnu.org>
3022
3023 * mule.texi (Communication Coding): Fix wording of last change.
3024
d0207bf3 30252007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3026
630cb3b7
JB
3027 * custom.texi (Specifying File Variables):
3028 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3029
53b7759e
KH
30302007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3031
a5ab2e0c 3032 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3033
3034 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3035
c8763fb6 30362007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3037
630cb3b7 3038 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3039 --output=file.
3040
ff98e024
MR
30412007-11-13 Martin Rudalics <rudalics@gmx.at>
3042
3043 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3044 (Help Echo): Avoid mentioning the term "region" here and
3045 consistently use the term "active text".
3046
37b11c22
GM
30472007-11-11 Glenn Morris <rgm@gnu.org>
3048
3049 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3050
21d50ba1
JL
30512007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3052
1c6c854e
CS
3053 * search.texi (Query Replace):
3054 Mention `query-replace-show-replacement'.
21d50ba1 3055
c12ecb0a 30562007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3057
3058 * building.texi (Watch Expressions): Remove obscure sentence.
3059
3b4201f4
KH
30602007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3061
3062 * mule.texi (Select Input Method): Describe how to activate an input
3063 method in the text mode.
3064
07e5c0b0
DN
30652007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3068
52dd7391
NR
30692007-10-30 Nick Roberts <nickrob@snap.net.nz>
3070
3071 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3072
c004e539
GM
30732007-10-30 Glenn Morris <rgm@gnu.org>
3074
3075 * misc.texi (Directory Tracking): Explain a bit more about
3076 dirtrack-mode.
3077
ca8c5b8c
GM
30782007-10-25 Glenn Morris <rgm@gnu.org>
3079
3080 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3081
b6c764ef
RS
30822007-10-24 Richard Stallman <rms@gnu.org>
3083
3084 * misc.texi (Interactive Shell): Cleanup last change.
3085
eabd84c9
JL
30862007-10-22 Juri Linkov <juri@jurta.org>
3087
3088 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3089 default values.
3090
0b43c7e2
ER
30912007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3092
ca8c5b8c 3093 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3094 'filesets'.
3095
a80859d4
MR
30962007-10-18 Martin Rudalics <rudalics@gmx.at>
3097
3098 * trouble.texi (Quitting): Fix typo.
3099
c9447ae1
GM
31002007-10-18 Glenn Morris <rgm@gnu.org>
3101
3102 * frames.texi (Mode Line Mouse): Mention minor mode names.
3103
168b980f
JL
31042007-10-17 Juri Linkov <juri@jurta.org>
3105
3106 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3107 fill-paragraph operates on the active region in Transient Mark mode.
3108 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3109 with fill-paragraph.
3110
3111 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3112 fill-paragraph.
3113
3114 * fixit.texi (Spelling): ispell-word operates on the active region
3115 in Transient Mark mode.
3116
5a331f34
JB
31172007-10-17 Aaron S. Hawley <aaronh@garden.org>
3118
3119 * building.texi (Source Buffers):
3120 * custom.texi (Init Non-ASCII):
3121 * glossary.texi (Glossary): Use "key binding" consistently.
3122
2a9f4d55
JB
31232007-10-17 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * calendar.texi (Diary): Fix directive.
3126
de13cecf
RS
31272007-10-16 Richard Stallman <rms@gnu.org>
3128
3129 * calendar.texi (Diary): Clarify text about diary file example.
3130
5f90d53e
ER
31312007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3132
3133 * files.texi: Capitalize node names according to convention.
3134
3aa491bc
GM
31352007-10-13 Glenn Morris <rgm@gnu.org>
3136
3137 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3138
8a3106d3
ER
31392007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3140
3141 * emacs.texi:
3142 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3143 suggested by RMS and Robert J. Chassell.
8a3106d3 3144
da1080a2
ER
31452007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3146
3aa491bc 3147 * files.texi (Version Systems):
0870a421
ER
3148 * vc-xtra.texi:
3149 * vc1-xtra.texi:
ac3f4c6f 3150 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3151 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3152 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3153 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3154
58ade22b
ER
31552007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3156
da1080a2 3157 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3158 Reorder the descriptions to be chronological.
3159
93870ce2
RS
31602007-10-09 Richard Stallman <rms@gnu.org>
3161
3162 * display.texi (Cursor Display): Correct how cursor appears
3163 in nonselected windows.
3164
568c7288
NR
31652007-10-04 Nick Roberts <nickrob@snap.net.nz>
3166
3167 * building.texi (GDB Graphical Interface): Remove references to gdba
3168 and mention gud-gdb.
3169
1af74d06 31702007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3171
1af74d06 3172 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3173
0d8fb755
JL
31742007-10-06 Juri Linkov <juri@jurta.org>
3175
3176 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3177 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3178 fill-paragraph-or-region.
3179
3180 * basic.texi (Arguments): Replace fill-paragraph with
3181 fill-paragraph-or-region.
3182
b981e2c6
ER
31832007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3184
3185 * files.texi: Update the section on version control for 2007
2a9f4d55 3186 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3187 will come later.
3188
5fceaf9c
GM
31892007-09-15 Glenn Morris <rgm@gnu.org>
3190
3191 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3192 to `list-holidays'.
3193
b0e44b17
GM
31942007-09-14 Glenn Morris <rgm@gnu.org>
3195
3196 * calendar.texi: Update all instances of mark-calendar-holidays,
3197 list-calendar-holidays, list-holidays with the new names.
3198
8cf51b2c
GM
31992007-09-06 Glenn Morris <rgm@gnu.org>
3200
46a367db 3201 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3202 Split into the Emacs manual in emacs/, and other manuals in misc/.
3203 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3204 manual.
3205 (infodir): New variable.
3206 (info): Use $infodir.
3207 (emacsman): Delete target, not needed any more.
3208 Move all targets that are not the Emacs manual to misc/Makefile.in.
3209 (mostlyclean): Remove `gnustmp'.
3210 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3211 manual.
92f9b43f 3212 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3213 (emacsman): Delete target, not needed any more.
3214 (clean): Remove all info files but Emacs manual.
3215 Move all targets that are not the Emacs manual to misc/Makefile.in.
3216 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3217
3218 * Makefile.in (INFOSOURCES): Delete.
3219 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3220 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3221 *.vrs *.toc here...
3222 (maintainer-clean): ...from here.
3223
32242007-09-05 Glenn Morris <rgm@gnu.org>
3225
3226 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3227
8cf51b2c
GM
32282007-08-29 Glenn Morris <rgm@gnu.org>
3229
3230 * emacs.texi (EMACSVER): Increase to 23.0.50.
3231
3420c522
RS
32322007-08-27 Richard Stallman <rms@gnu.org>
3233
3234 * emacs.texi (Top): Clarify menu item for Glossary.
3235
3236 * display.texi (Faces): Change secn title.
3237 Clarify not all fonts come from Font Lock.
3238
8cf51b2c
GM
32392007-08-17 Eli Zaretskii <eliz@gnu.org>
3240
3241 * basic.texi (Position Info): Add index entry for face at point.
3242 Mention that character faces are also displayed by "C-u C-x =".
3243
8cf51b2c
GM
32442007-08-08 Glenn Morris <rgm@gnu.org>
3245
3246 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3247
32482007-08-07 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * files.texi (File Conveniences): Document point motion keys in Image
3251 mode.
3252
8cf51b2c
GM
32532007-07-27 Glenn Morris <rgm@gnu.org>
3254
8cf51b2c
GM
3255 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3256 in-line.
3257
3258 * gpl.texi: New file with text of GPL.
3259 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3260
32612007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3264
3265 * dired.texi (Wdired): Mention C-x C-q key binding.
3266
32672007-07-28 Nick Roberts <nickrob@snap.net.nz>
3268
3269 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3270
32712007-07-25 Glenn Morris <rgm@gnu.org>
3272
8cf51b2c
GM
3273 * emacs.texi (Copying): Replace license with GPLv3.
3274
3275 * Relicense all FSF files to GPLv3 or later.
3276
32772007-07-24 Glenn Morris <rgm@gnu.org>
3278
3279 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
3280 for some calendars.
3281
32822007-07-23 Nick Roberts <nickrob@snap.net.nz>
3283
3284 * screen.texi (Mode Line): Describe new mode-line flag that shows if
3285 default-directory for the current buffer is on a remote machine.
3286
8cf51b2c
GM
32872007-07-21 Eli Zaretskii <eliz@gnu.org>
3288
3289 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
3290 default value.
3291
32922007-07-21 Richard Stallman <rms@gnu.org>
3293
3294 * files.texi (Why Version Control?): Improve previous change.
3295
32962007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
3297
3298 * files.texi (Why Version Control?): New node.
3299
8cf51b2c
GM
33002007-07-12 Nick Roberts <nickrob@snap.net.nz>
3301
8cf51b2c
GM
3302 * building.texi (Starting GUD): Add xref to this anchor.
3303
8cf51b2c
GM
33042007-06-24 Karl Berry <karl@gnu.org>
3305
2a9f4d55 3306 * emacs.texi: New Back-Cover Text.
8cf51b2c 3307
8cf51b2c
GM
33082007-06-07 Alan Mackenzie <acm@muc.de>
3309
3310 * display.texi (Optional Mode Line): Document the new form of
3311 line+column numbers, "(561,2)".
3312
33132007-06-06 Juanma Barranquero <lekktu@gmail.com>
3314
49823426 3315 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
3316
33172007-06-02 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * Version 22.1 released.
3320
8cf51b2c
GM
33212007-05-07 Karl Berry <karl@gnu.org>
3322
3323 * emacs.texi (EMACSVER): Back to 22.
3324
33252007-05-06 Richard Stallman <rms@gnu.org>
3326
3327 * maintaining.texi (Create Tags Table): Clean up previous change.
3328
c8763fb6 33292007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3330
3331 * maintaining.texi (Create Tags Table): Add text about the dangers of
3332 making symbolic links to tags files.
3333
33342007-05-04 Karl Berry <karl@gnu.org>
3335
3336 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
3337
33382007-05-03 Karl Berry <karl@gnu.org>
3339
3340 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
3341
3342 * .cvsignore (*.pdf): New entry.
3343
8cf51b2c
GM
3344 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
3345 for printing.
3346
33472007-05-01 Richard Stallman <rms@gnu.org>
3348
3349 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
3350
8cf51b2c
GM
33512007-04-28 Glenn Morris <rgm@gnu.org>
3352
3353 * ack.texi (Acknowledgments):
3354 * anti.texi (Antinews):
8cf51b2c
GM
3355 * programs.texi (Program Modes): Restore mention of python.el pending
3356 consideration of legal status.
3357
33582007-04-28 Richard Stallman <rms@gnu.org>
3359
3360 * files.texi (File Names): Fixes to ~ description on MS systems.
3361
8cf51b2c
GM
33622007-04-26 Glenn Morris <rgm@gnu.org>
3363
3364 * emacs.texi (EMACSVER): Increase to 22.1.50.
3365
33662007-04-25 Karl Berry <karl@gnu.org>
3367
3368 * emacs.texi: Improve line breaks on copyright page,
3369 similar layout to lispref, 8.5x11 by default.
3370
3371 * dired.texi (Image-Dired): Improve line break, fix typo.
3372
33732007-04-24 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * programs.texi (Program Modes):
8cf51b2c
GM
3376 * anti.texi (Antinews):
3377 * ack.texi (Acknowledgments): python.el removed.
3378
8cf51b2c
GM
33792007-04-23 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * display.texi (Highlight Interactively): Correct description of
3382 hi-lock-file-patterns-policy.
3383
3384 * files.texi (File Archives): Mention self-extracting executables.
3385
33862007-04-23 Eli Zaretskii <eliz@gnu.org>
3387
3388 * search.texi (Unconditional Replace, Query Replace): Add xref to
3389 "Replacement and Case".
3390
33912007-04-22 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * dired.texi (Image-Dired): Move from Thumbnails node.
3394 * misc.texi (Thumbnails): Node deleted.
3395 * emacs.texi (Top): Update node listing.
3396
3397 * files.texi (File Conveniences):
49823426 3398 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
3399
34002007-04-21 Richard Stallman <rms@gnu.org>
3401
3402 * display.texi (Highlight Interactively): Correct previous change.
3403 Clarify doc of hi-lock-find-patterns, and move new features into it.
3404
34052007-04-20 David Koppelman <koppel@ece.lsu.edu>
3406
1c6c854e
CS
3407 * display.texi (Highlight Interactively):
3408 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
3409
34102007-04-20 Martin Rudalics <rudalics@gmx.at>
3411
3412 * display.texi (Scrolling): Fix typo.
3413
8cf51b2c
GM
34142007-04-15 Chong Yidong <cyd@stupidchicken.com>
3415
8cf51b2c
GM
3416 * doclicense.texi: Remove node heading, so that it can be included by
3417 other files.
3418
3419 * emacs.texi: Insert node heading for GFDL.
3420
8cf51b2c
GM
34212007-04-14 Eli Zaretskii <eliz@gnu.org>
3422
3423 * cmdargs.texi (Colors): Qualify "color of window" index entry by
3424 "command line".
3425
3426 * display.texi (Faces): Refer to "Creating Frames" for face
3427 and other frame customizations in .emacs.
3428
3429 * frames.texi (Creating Frames): Mention that face customizations can
3430 be put in .emacs. Add index entries.
3431
34322007-04-12 Richard Stallman <rms@gnu.org>
3433
3434 * glossary.texi (Glossary): Explain `iff'.
3435
34362007-04-11 Karl Berry <karl@gnu.org>
3437
3438 * gnu.texi (Top),
3439 * macos.texi (Mac Font Specs),
3440 * anti.texi (Antinews),
3441 * xresources.texi (Resources),
3442 * misc.texi (Emulation),
3443 * calendar.texi (Daylight Saving),
3444 * dired.texi (Dired and Find),
3445 * rmail.texi (Remote Mailboxes),
3446 * sending.texi (Mail Headers),
3447 * programs.texi (Which Function),
3448 * files.texi (Recover),
3449 * buffers.texi (Uniquify),
3450 * frames.texi (Wheeled Mice),
3451 * killing.texi (Rectangles): Wording to improve breaks in
3452 8.5x11 format.
3453 * mule.texi (Language Environments): \hbadness=10000 since there's
3454 no way to reword.
3455 * emacs.texi (smallbook): New @set to more easily switch between
3456 smallbook and 8.5x11.
3457
34582007-04-11 Richard Stallman <rms@gnu.org>
3459
3460 * files.texi (File Conveniences): Add xref to Tumme.
3461 Delete text about Thumbnail mode.
3462
8cf51b2c
GM
34632007-04-09 Alan Mackenzie <acm@muc.de>
3464
3465 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
3466 new name. Insert concept index entries.
3467
8cf51b2c
GM
34682007-04-08 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * display.texi (Standard Faces): Document prefix arg for
3471 list-faces-display.
3472
3473 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
3474
8cf51b2c
GM
34752007-04-07 Chong Yidong <cyd@stupidchicken.com>
3476
8cf51b2c
GM
3477 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
3478
3479 * files.texi (Misc File Ops): Rewrite description of
3480 insert-file-literally.
3481
8cf51b2c
GM
34822007-03-31 Eli Zaretskii <eliz@gnu.org>
3483
3484 * misc.texi (Printing): Postscript -> PostScript.
3485
8cf51b2c
GM
3486 * ack.texi (Acknowledgments): Postscript -> PostScript.
3487
3488 * custom.texi (Init File, Init Non-ASCII): Fix last change.
3489
3490 * emacs.texi (Top): Fix the menu due to the change in custom.texi
3491 below.
3492
34932007-03-30 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
3496 Init Non-ASCII.
3497 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
3498 (Init Non-ASCII): New node.
3499
35002007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3501
3502 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
3503
8cf51b2c
GM
35042007-03-12 Glenn Morris <rgm@gnu.org>
3505
8cf51b2c
GM
3506 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
3507 "Daylight Savings".
3508
49823426 3509 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
3510 saving" in text throughout.
3511
8cf51b2c
GM
35122007-03-04 Richard Stallman <rms@gnu.org>
3513
3514 * custom.texi (Safe File Variables): Minor correction.
3515
8cf51b2c
GM
35162007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
3517
3518 * rmail.texi (Movemail): Add internal ref.
3519 Don't indent the intro for the PROTO table.
3520 Format PROTO table items with @code.
3521
8cf51b2c
GM
35222007-02-26 Nick Roberts <nickrob@snap.net.nz>
3523
3524 * building.texi: Remove references to bashdb.
3525
8cf51b2c
GM
35262007-02-19 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * mule.texi (Language Environments): Update list of supported language
3529 environments.
3530
8cf51b2c
GM
35312007-02-14 Kim F. Storm <storm@cua.dk>
3532
3533 * building.texi (Grep Searching): Fix lgrep doc.
3534
35352007-02-12 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * back.texi: Remove unused file.
3538
c8763fb6 35392007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
3540
3541 * maintaining.texi (Tag Syntax): Now --members is the default for
3542 etags, not for ctags yet.
3543
8cf51b2c
GM
35442007-02-03 Eli Zaretskii <eliz@gnu.org>
3545
3546 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
3547 headers compliant with Texinfo guidelines and with what texnfo-upd.el
3548 expects. Add comments to prevent people from inadvertently modifying
3549 the key parts needed by `texinfo-multiple-files-update'.
3550
35512007-01-29 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * frames.texi (Secondary Selection): Window clicked does not matter
3554 when mouse-yank-at-point is non-nil.
3555
8cf51b2c
GM
35562007-01-16 Glenn Morris <rgm@gnu.org>
3557
3558 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
3559 system abbrev.
3560
35612007-01-11 Richard Stallman <rms@gnu.org>
3562
3563 * msdog.texi (Windows Keyboard): Another small cleanup.
3564
35652007-01-10 Richard Stallman <rms@gnu.org>
3566
3567 * msdog.texi (Windows Keyboard): Yet another try to make
3568 everyone happy with that passage.
3569
35702007-01-05 Richard Stallman <rms@gnu.org>
3571
3572 * anti.texi (Antinews): Mention M-x shell scrolling.
3573
35742007-01-05 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * building.texi (Watch Expressions): Describe gdb-max-children.
3577
8cf51b2c
GM
35782007-01-04 Richard Stallman <rms@gnu.org>
3579
8cf51b2c
GM
3580 * msdog.texi (Windows Keyboard): Clarify previous change.
3581
8cf51b2c
GM
35822007-01-02 Richard Stallman <rms@gnu.org>
3583
3584 * custom.texi (Changing a Variable): Minor clarification.
3585 (Specific Customization): customize-customized => customize-unsaved.
3586
3587 * entering.texi (Entering Emacs): Clean up text about restarting
3588 Emacs for each file.
3589
3590 * misc.texi (Shell Options): Minor cleanup.
3591
3592 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
3593 with Emacs, not vice versa.
3594
3595 * programs.texi (Symbol Completion): Recommend customizing
3596 window manager.
3597
3598 * xresources.texi (Resources): Minor fix.
3599
c8763fb6 36002007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3601
3602 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
3603
36042007-01-01 Richard Stallman <rms@gnu.org>
3605
3606 * commands.texi (User Input): Document keys stolen by window mangers.
3607
36082006-12-31 Richard Stallman <rms@gnu.org>
3609
3610 * custom.texi (Specific Customization): Document customize-option
3611 instead of customize-variable.
3612
36132006-12-31 Kim F. Storm <storm@cua.dk>
3614
3615 * major.texi (Choosing Modes): Document auto-mode-case-fold.
3616
36172006-12-30 Kim F. Storm <storm@cua.dk>
3618
3619 * killing.texi (CUA Bindings): Fix typo.
3620
3621 * xresources.texi (Table of Resources): Mention grow-only value for
3622 auto-resize-tool-bars.
3623
8cf51b2c
GM
36242006-12-27 Eli Zaretskii <eliz@gnu.org>
3625
3626 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
3627 and how to get them back.
3628
36292006-12-26 Richard Stallman <rms@gnu.org>
3630
3631 * calendar.texi (Holidays): Holiday listing is based on current
3632 practice, but DST is not.
3633
36342006-12-25 Richard Stallman <rms@gnu.org>
3635
3636 * emacs.texi (Top): Update subnode menus.
3637
3638 * mark.texi (Transient Mark): Fix xref.
3639
3640 * killing.texi (Graphical Kill): Node deleted.
3641 (Killing): Add xref to Cut and Paste.
3642 (CUA Bindings): Update xref.
3643
3644 * frames.texi (Cut and Paste): New section to hold other nodes.
3645 (Mouse Commands): Node demoted.
3646 (Cut/Paste Other App): Split out from Mouse Commands.
3647 (Word and Line Mouse): Likewise.
3648 (Secondary Selection, Clipboard): Nodes demoted.
3649
8cf51b2c
GM
36502006-12-24 Kevin Ryde <user42@zip.com.au>
3651
3652 * calendar.texi (Holidays): US daylight saving begins second Sunday
3653 in March for 2007 onwards.
3654 (Daylight Savings): Show new US default daylight saving rules, 2nd
3655 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
3656
36572006-12-23 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * calendar.texi (Scroll Calendar): < and > are switched.
3660
36612006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
3662
3663 * killing.texi (Deletion): Describe M-\ prefix argument.
3664
36652006-12-23 Richard Stallman <rms@gnu.org>
3666
3667 * search.texi (Regexp Search): Explain why forward and reverse regexp
3668 search are not mirror images.
3669
8cf51b2c
GM
36702006-12-19 Kim F. Storm <storm@cua.dk>
3671
3672 * major.texi (Choosing Modes): Describe match-function elements for
3673 magic-mode-alist.
3674
8cf51b2c
GM
36752006-12-18 Eli Zaretskii <eliz@gnu.org>
3676
3677 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
3678 peculiarities.
3679
36802006-12-18 Richard Stallman <rms@gnu.org>
3681
3682 * abbrevs.texi (Editing Abbrevs): Fix previous change.
3683
8cf51b2c
GM
36842006-12-17 Alan Mackenzie <acm@muc.de>
3685
3686 * programs.texi (Left Margin Paren): Remove the bit which says
3687 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
3688 Discuss some of the issues of setting this option to nil.
3689
36902006-12-17 Glenn Morris <rgm@gnu.org>
3691
3692 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
3693
36942006-12-16 Eli Zaretskii <eliz@gnu.org>
3695
3696 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
3697 (Windows Files): `w32-get-true-file-attributes' is only relevant for
3698 NTFS volumes.
3699 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
3700 volumes.
3701
37022006-12-15 Eli Zaretskii <eliz@gnu.org>
3703
3704 * text.texi (HTML Mode): Fix "C-c TAB".
3705
8cf51b2c
GM
37062006-12-09 Richard Stallman <rms@gnu.org>
3707
3708 * misc.texi (Invoking emacsclient): Simplify TCP file text.
3709
37102006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
3711
3712 * files.texi (Misc File Ops): Document insert-file-literally.
3713
37142006-12-08 Eli Zaretskii <eliz@gnu.org>
3715
3716 * cmdargs.texi (Colors): Note that --color is intended for overriding
3717 the terminal defaults, not for normal invocation.
3718
3719 * misc.texi (Emacs Server): Improve wording. Don't mention the
3720 ``server program''. Add a cross-reference to "Init File" node.
3721 (Invoking emacsclient): Add index entries. Document both short and
3722 long versions of command-line options. Document the -f option.
3723
8cf51b2c
GM
37242006-12-06 Richard Stallman <rms@gnu.org>
3725
3726 * text.texi (Outline Format): Say to set outline-regexp
3727 and outline-level with major modes and file local variables.
3728
c8763fb6 37292006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
3730
3731 * anti.texi (Antinews): Mention the alternative to
3732 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
3733
8cf51b2c
GM
3734 * misc.texi (Interactive Shell): Ditto.
3735
37362006-12-04 Eli Zaretskii <eliz@gnu.org>
3737
3738 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3739
3740 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
3741
37422006-12-01 Eli Zaretskii <eliz@gnu.org>
3743
3744 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
3745 colon in the mode line.
3746
3747 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
3748
37492006-11-26 Nick Roberts <nickrob@snap.net.nz>
3750
3751 * building.texi (Watch Expressions): Mention SPC for expanding/
3752 contracting watch expressions.
3753
37542006-11-26 Kim F. Storm <storm@cua.dk>
3755
3756 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
3757
37582006-11-26 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * building.texi (Debugger Operation): Define text command mode.
3761 Clarify how tooltips work.
3762 (GDB Graphical Interface): Explain how to run in text command mode
3763 more clearly.
3764
37652006-11-25 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
3768
37692006-11-22 Juanma Barranquero <lekktu@gmail.com>
3770
3771 * anti.texi (Antinews): Mention --server-file and TCP sockets.
3772
8cf51b2c
GM
37732006-11-18 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
3776 and EMACS is deprecated.
3777
37782006-11-18 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
3781
c8763fb6 37822006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3783
3784 * Makefile.in (emacs.dvi): Remove xresmini.texi.
3785
3786 * emacs.texi: Include xresources.texi both for info and dvi.
3787
3788 * xresources.texi: Merge text from xresmini.texi.
3789
c8763fb6 37902006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
3791
3792 * glossary.texi: Fix typos.
3793
8cf51b2c
GM
37942006-11-06 Richard Stallman <rms@gnu.org>
3795
3796 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
3797
3798 * ack.texi (Acknowledgments): Fix name spelling.
3799
38002006-11-01 Juri Linkov <juri@jurta.org>
3801
3802 * search.texi (Word Search): Document incremental word search.
3803
38042006-10-28 Glenn Morris <rgm@gnu.org>
3805
3806 * ack.texi (Acknowledgments): Add cal-html author.
3807
3808 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
3809 Calendar"). Describe new package cal-html.
3810 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
3811 Calendar Files."
3812
8cf51b2c
GM
38132006-10-23 Richard Stallman <rms@gnu.org>
3814
3815 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
3816 Abbrev mode is enabled.
3817
8cf51b2c
GM
38182006-10-16 Richard Stallman <rms@gnu.org>
3819
8cf51b2c
GM
3820 * emacs.texi: Update ISBN.
3821
8cf51b2c
GM
38222006-10-11 Kim F. Storm <storm@cua.dk>
3823
3824 * emacs.texi (Acknowledgments): Use @dotless{i}.
3825
38262006-10-08 Nick Roberts <nickrob@snap.net.nz>
3827
3828 * building.texi (Breakpoints Buffer): Mention catchpoints.
3829
38302006-10-08 Kim F. Storm <storm@cua.dk>
3831
3832 * ack.texi (Acknowledgments): Update.
3833
3834 * emacs.texi (Acknowledgments): Fix bad @/ form.
3835
8cf51b2c
GM
38362006-10-05 Kim F. Storm <storm@cua.dk>
3837
3838 * emacs.texi (Acknowledgments): Add more contributors.
3839
38402006-10-03 Richard Stallman <rms@gnu.org>
3841
3842 * emacs.texi (Acknowledgments): Update version and edition.
3843
8cf51b2c
GM
38442006-10-01 Karl Berry <karl@gnu.org>
3845
3846 * custom.texi (Customization Groups): Page break to keep example buffer
3847 on one page.
3848
38492006-09-30 Karl Berry <karl@gnu.org>
3850
3851 * programs.texi (Basic Indent): @need to improve page break.
3852 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
3853
38542006-09-29 Glenn Morris <rgm@gnu.org>
3855
3856 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
3857
38582006-09-29 Karl Berry <karl@gnu.org>
3859
3860 * windows.texi (Basic Window): Remove forced @break, no longer
3861 desirable.
3862 * frames.texi (Frame Commands),
3863 * mark.texi (Marking Objects): Reword to avoid bad page break.
3864 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
3865
38662006-09-19 Richard Stallman <rms@gnu.org>
3867
3868 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
3869 stick to present tense.
3870
c8763fb6 38712006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
3872
3873 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
3874 to x-gtk-use-old-file-dialog.
3875 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
3876
38772006-09-15 Jay Belanger <belanger@truman.edu>
3878
49823426 3879 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
3880 Change "Library Public License" to "Lesser Public License"
3881 throughout. Use "yyyy" to represent year.
3882
8cf51b2c
GM
38832006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
3884
3885 * files.texi (Visiting): Add index entry "open file".
3886
8cf51b2c
GM
38872006-09-11 Richard Stallman <rms@gnu.org>
3888
3889 * building.texi (Compilation Mode): Clarification.
3890 (Grep Searching): Add xref to Compilation Mode.
3891
8cf51b2c
GM
38922006-09-08 Richard Stallman <rms@gnu.org>
3893
3894 * search.texi (Search): Ref multi-file search commands here.
3895 (Other Repeating Search): Not here.
3896
8cf51b2c
GM
38972006-08-28 Richard Stallman <rms@gnu.org>
3898
3899 * windows.texi (Split Window): Update xref.
3900
3901 * basic.texi (Continuation Lines): Update xref.
3902
3903 * indent.texi (Tab Stops): Update xref.
3904
3905 * emacs.texi (Top): Update subnode menu.
3906
3907 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
3908 split out of Display Custom.
3909
39102006-08-25 Kim F. Storm <storm@cua.dk>
3911
3912 * display.texi (Display Custom): Add variables overline-margin
3913 and x-underline-at-descent-line.
3914
39152006-08-25 Richard Stallman <rms@gnu.org>
3916
3917 * entering.texi (Exiting): Rewrite to give graphical displays
3918 priority over text terminals.
3919
3920 * search.texi (Incremental Search): Move index entries.
3921
39222006-08-23 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * custom.texi (Init File): Reference Find Init to avoid "home
3925 directory" confusion.
3926
39272006-08-22 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * building.texi (Other GDB-UI Buffers): Describe how to edit
3930 a value in the locals buffer.
3931
39322006-08-21 Richard Stallman <rms@gnu.org>
3933
3934 * search.texi (Basic Isearch): Add `isearch' index entry.
3935
39362006-08-16 Richard Stallman <rms@gnu.org>
3937
3938 * misc.texi (Saving Emacs Sessions): Clean up wording.
3939
3940 * mark.texi (Marking Objects): Mention term "select all".
3941
3942 * emacs.texi (Top): Update subnode menu.
3943
3944 * help.texi (Help Mode): Move node up in file.
3945
8cf51b2c
GM
39462006-08-15 Nick Roberts <nickrob@snap.net.nz>
3947
3948 * building.texi (Stack Buffer): Explain fringe arrow.
3949
8cf51b2c
GM
39502006-08-12 Eli Zaretskii <eliz@gnu.org>
3951
8cf51b2c
GM
3952 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
3953 on startup.
3954
39552006-08-11 Romain Francoise <romain@orebokech.com>
3956
3957 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
3958
39592006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
3960
3961 * mule.texi (Recognize Coding, Text Coding): Fix typos.
3962
39632006-08-10 Richard Stallman <rms@gnu.org>
3964
3965 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
3966 with face merging. Empty regions don't count.
3967 Clarify face property inheritance.
8cf51b2c
GM
3968
39692006-08-08 Romain Francoise <romain@orebokech.com>
3970
3971 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
3972 <arjuropo@cc.jyu.fi>.
3973
8cf51b2c
GM
39742006-08-04 Eli Zaretskii <eliz@gnu.org>
3975
3976 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
3977 apply to all frames.
3978
8cf51b2c
GM
39792006-08-01 Richard Stallman <rms@gnu.org>
3980
3981 * help.texi (Name Help): Add index entries for describe-variable.
3982
39832006-08-01 Nick Roberts <nickrob@snap.net.nz>
3984
3985 * building.texi (GDB Graphical Interface): Shorten node names.
3986 (GDB-UI Layout): Use GDB-related.
3987 (Other GDB-UI Buffers): Simplify English.
3988
39892006-07-31 Richard Stallman <rms@gnu.org>
3990
3991 * search.texi (Query Replace): Add xref for Dired's Q command.
3992
8cf51b2c
GM
39932006-07-31 Nick Roberts <nickrob@snap.net.nz>
3994
3995 * building.texi (GDB commands in Fringe): Rename to...
3996 (Source Buffers): ..this and move forward. Describe hollow arrow and
3997 new option gdb-find-source-frame.
3998
39992006-07-29 Richard Stallman <rms@gnu.org>
4000
4001 * dired.texi (Operating on Files): Simplify previous change
4002 and fix Texinfo usage.
4003
40042006-07-29 Eli Zaretskii <eliz@gnu.org>
4005
4006 * dired.texi (Operating on Files): Add cross-references. State the
4007 Unix commands that do similar things.
4008
40092006-07-28 Richard Stallman <rms@gnu.org>
4010
4011 * mark.texi (Transient Mark): Clarify that region never disappears
4012 when Transient Mark mode is off, and not when it is on.
4013
40142006-07-27 Richard Stallman <rms@gnu.org>
4015
4016 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4017
40182006-07-24 Richard Stallman <rms@gnu.org>
4019
4020 * xresources.texi (GTK styles): Fix texinfo usage.
4021
8cf51b2c
GM
4022 * commands.texi (User Input): Explain why we teach keyboard cmds.
4023
4024 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4025 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4026 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4027 * doclicense.texi, display.texi, dired.texi, basic.texi:
4028 * anti.texi, ack.texi: Move periods and commas inside quotes.
4029
40302006-07-22 Eli Zaretskii <eliz@gnu.org>
4031
4032 * cmdargs.texi (General Variables): Document EMAIL.
4033
40342006-07-21 Eli Zaretskii <eliz@gnu.org>
4035
4036 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4037 doesn't have effect on MS-Windows.
4038
8cf51b2c
GM
40392006-07-17 Richard Stallman <rms@gnu.org>
4040
4041 * building.texi (Grep Searching): Explain about chaining grep commands.
4042
8cf51b2c
GM
40432006-07-10 Nick Roberts <nickrob@snap.net.nz>
4044
49823426 4045 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4046
40472006-07-09 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4050 is invoked for multiple files.
4051
40522006-07-08 Eli Zaretskii <eliz@gnu.org>
4053
4054 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4055 on-line manual for the rest of this node.
4056 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4057 unconditionally.
4058 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4059 Improve wording.
4060 (Windows Printing): Improve wording.
4061 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4062 rest of this node.
4063
8cf51b2c
GM
40642006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4065
49823426
GM
4066 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4067 with eval-buffer.
8cf51b2c
GM
4068
40692006-07-05 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4072 of character translation.
4073
40742006-07-04 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4077
40782006-07-03 Karl Berry <karl@gnu.org>
4079
4080 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4081 not-too-underfull hboxes in the TeX output.
4082 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4083 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4084 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4085 * sending.texi, text.texi: Fix overfull/underfull boxes.
4086
40872006-07-03 Romain Francoise <romain@orebokech.com>
4088
4089 * m-x.texi (M-x): Fix.
4090
40912006-07-03 Richard Stallman <rms@gnu.org>
4092
8cf51b2c
GM
4093 * search.texi (Other Repeating Search): filename -> file name.
4094
4095 * misc.texi (Narrowing): Minor cleanups.
4096
4097 * files.texi (Visiting): filename -> file name.
4098
4099 * emacs.texi (Top): Update subnode menus.
4100
4101 * mule.texi (Coding Systems): Move char translation stuff here.
4102 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4103 (Recognize Coding): Substantial local rewrites.
4104 (International): Update menu.
4105
4106 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4107 (Scrolling): Substantial local rewrites.
4108 (Display): Update menu and intro.
4109
4110 * dired.texi: filename -> file name.
4111
4112 * custom.texi (Safe File Variables): Texinfo usage fix.
4113
f0131492 41142006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4115
4116 * help.texi, m-x.texi: Lots of cleanups.
4117
8cf51b2c
GM
41182006-06-30 Eli Zaretskii <eliz@gnu.org>
4119
4120 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4121 (Windows Processes, Windows Misc): Shorten the printed version by
4122 selectively conditioning less important portions by @ifnottex.
4123
8cf51b2c
GM
41242006-06-27 Richard Stallman <rms@gnu.org>
4125
4126 * mini.texi (Minibuffer File): Minor cleanup.
4127
41282006-06-25 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * frames.texi (XTerm Mouse): Rename to...
4131 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4132
4133 * emacs.texi (Top): Use new node name.
4134
41352006-06-24 Eli Zaretskii <eliz@gnu.org>
4136
4137 * emacs.texi (Top): Update the detailed menu according to changes in
4138 msdog.texi.
4139
4140 * msdog.texi (Windows Keyboard): New section.
4141 (Windows Mouse): New section.
4142 (Windows System Menu): Remove section (text merged with "Windows
4143 Keyboard").
4144 (Windows Misc): New section.
4145
4146 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4147
4148 * msdog.texi (ls in Lisp): New section.
4149
4150 * files.texi (Visiting): Document case-insensitive wildcard matching
4151 under find-file-wildcards.
4152
8cf51b2c
GM
41532006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4154
4155 * macos.texi (Mac Input): Add description of mac-function-modifier.
4156 Now Unicode keyboard layouts work.
4157
8cf51b2c
GM
41582006-06-10 Richard Stallman <rms@gnu.org>
4159
4160 * mule.texi (Recognize Coding): Clarify previous change.
4161
41622006-06-09 Kenichi Handa <handa@m17n.org>
4163
4164 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4165 notation.
4166
41672006-06-07 Kevin Ryde <user42@zip.com.au>
4168
4169 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4170 manual for @ifnottex, but in emacs-extra for @iftex.
4171
4172 * cmdargs.texi (General Variables): Fix smtpmail xref.
4173
41742006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4175
8cf51b2c 4176 * programs.texi (Comment Commands):
8cf51b2c 4177 * custom.texi (Specifying File Variables):
49823426 4178 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4179
41802006-06-07 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * building.texi (Watch Expressions): Move node to end.
4183 (GDB Graphical Interface): Move description of clicks in fringe...
4184 (GDB commands in the Fringe): ...to here. New node.
4185
8cf51b2c
GM
41862006-06-05 Romain Francoise <romain@orebokech.com>
4187
49823426 4188 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4189
41902006-06-05 Nick Roberts <nickrob@snap.net.nz>
4191
4192 * building.texi (GDB Graphical Interface): Update bindings.
4193 (Commands of GUD): Add gud-print. Remove gud-run.
4194 Restate availability more generally.
4195
f0131492 41962006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4197
4198 * mini.texi: Lots of cleanups.
4199
42002006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4201
4202 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4203 and Mouse-2.
4204
c8763fb6 42052006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4206
4207 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4208
8cf51b2c
GM
42092006-05-31 Richard Stallman <rms@gnu.org>
4210
4211 * basic.texi (Moving Point): Fix previous change.
4212
c8763fb6 42132006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4214
4215 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4216
f0131492 42172006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4218
4219 * basic.texi: Many simplifications and improvements in wording.
4220
8cf51b2c
GM
42212006-05-26 Nick Roberts <nickrob@snap.net.nz>
4222
4223 * anti.texi (Antinews): Create a node for gdb-ui.
4224
8cf51b2c
GM
42252006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4226
4227 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4228
42292006-05-20 Richard Stallman <rms@gnu.org>
4230
4231 * dired.texi (Dired Navigation): dired-goto-file is now j.
4232
8cf51b2c
GM
42332006-05-20 Eli Zaretskii <eliz@gnu.org>
4234
4235 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4236 and their aliases.
4237
4238 * msdog.texi (Windows Printing): Mention non-support of plain text
4239 printing with some el-cheapo printers, and suggest a workaround.
4240
42412006-05-20 Kevin Ryde <user42@zip.com.au>
4242
4243 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4244 remove the bit saying you must set it.
4245
42462006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4247
4248 * trouble.texi (Checklist):
4249 * text.texi (Text, Auto Fill, Text Mode):
4250 * search.texi (Nonincremental Search):
4251 * rmail.texi (Rmail Labels):
4252 * mule.texi (Input Methods, Multibyte Conversion):
4253 * misc.texi (Gnus, Where to Look, PostScript):
4254 * maintaining.texi (Create Tags Table):
4255 * indent.texi (Indentation Commands):
4256 * fixit.texi (Spelling):
4257 * emacs.texi (Copying):
4258 * custom.texi (Init File): ifinfo -> ifnottex.
4259
8cf51b2c
GM
42602006-05-17 Richard Stallman <rms@gnu.org>
4261
4262 * files.texi (Diff Mode): Mention C-x `.
4263
42642006-05-08 Richard Stallman <rms@gnu.org>
4265
4266 * custom.texi (Disabling): Textual cleanups.
4267
8cf51b2c
GM
42682006-05-12 Glenn Morris <rgm@gnu.org>
4269
4270 * calendar.texi (Displaying the Diary, Format of Diary File):
4271 Refer to diary-view-entries, diary-list-entries,
4272 diary-show-all-entries rather than obsolete aliases.
4273
42742006-05-12 Eli Zaretskii <eliz@gnu.org>
4275
4276 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4277 (Displaying the Diary, Special Diary Entries, Importing Diary):
4278 * building.texi (Compilation Shell):
4279 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
4280 emacs-xtra with @inforef's.
4281
4282 * files.texi (Visiting): Fix wording.
4283
4284 * mule.texi (Coding Systems, Text Coding): More indexing.
4285 Mention that C-x RET f can set eol conversion.
4286
c8763fb6 42872006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4288
4289 * xresmini.texi (GTK resources): Insert GTK description.
4290
4291 * xresources.texi (GTK resources): metafont should be menufont.
4292
8cf51b2c
GM
42932006-05-06 Michael Albinus <michael.albinus@gmx.de>
4294
49823426 4295 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
4296 method, user name and host name is active only in partial
4297 completion mode.
4298
8cf51b2c
GM
42992006-05-06 Eli Zaretskii <eliz@gnu.org>
4300
4301 * makefile.w32-in (emacs.dvi):
4302 * Makefile.in (emacs.dvi): Add xresmini.texi.
4303
4304 * xresmini.texi (Table of Resources): Remove xref to non-existent
4305 node "LessTif Resources".
4306
4307 * msdog.texi (Microsoft Windows):
4308 * calendar.texi (Calendar/Diary, Displaying the Diary)
4309 (Special Diary Entries, Importing Diary, Holidays):
4310 * programs.texi (Program Modes):
4311 * text.texi (Text):
4312 * buffers.texi (Several Buffers):
4313 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
4314
43152006-05-06 Eli Zaretskii <eliz@gnu.org>
4316
4317 The following changes merge the emacs-xtra manual into the main
4318 manual, but only for on-line version of the manual.
4319
4320 * vc2-xtra.texi (Version Backups, Local Version Control)
4321 (Making Snapshots, Change Logs and VC, Version Headers)
4322 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
4323 on-line manual.
4324
4325 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
4326 for on-line manual.
4327
4328 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
4329 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
4330 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
4331 for on-line manual.
4332
4333 * fortran-xtra.texi (Fortran, Fortran Autofill)
4334 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
4335 for on-line manual.
4336
4337 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
4338 Conditional xref's for on-line manual.
4339
4340 * emerge-xtra.texi (Emerge, Overview of Emerge)
4341 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
4342 manual.
4343
4344 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
4345 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4346 (EMACSSOURCES): Use EMACS_XTRA.
4347 (../info/emacs-xtra): Remove.
4348 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4349
4350 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
4351 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
4352 (EMACSSOURCES): Use EMACS_XTRA.
4353 ($(infodir)/emacs-xtra): Remove.
4354 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
4355
4356 * trouble.texi (Quitting):
4357 * text.texi (Text):
4358 * programs.texi (Program Modes):
4359 * msdog.texi (Microsoft Windows):
4360 * frames.texi (Frames):
4361 * files.texi (Backup, Version Control, VC Concepts)
4362 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
4363 (Registering, VC Status, VC Undo, Multi-User Branching)
4364 (Comparing Files):
4365 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4366 (Displaying the Diary, Special Diary Entries, Importing Diary):
4367 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
4368 conditional xref's, depending on @iftex/@ifnottex.
4369
4370 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
4371 "MS-DOS". @include msdog-xtra.texi.
4372
4373 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
4374 <Top Level> [ifnottex]: @include fortran-xtra.texi.
4375
4376 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
4377 for vc-xtra.texi subsections.
4378 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
4379 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
4380
4381 * sending.texi (Sending Mail): A @node line without explicit Prev,
4382 Next, and Up links.
4383
4384 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
4385 Next, and Up links.
4386
4387 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
4388 and its sections. @include picture-xtra.texi.
4389
4390 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
4391 "Emerge".
4392 (List Tags) [ifnottex]: @include emerge-xtra.texi.
4393
4394 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
4395 exact duplicate of its name-sake in calendar.texi.
4396
4397 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
4398 "Advanced Calendar/Diary Usage".
4399 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
4400
4401 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
4402 dired-xtra.texi.
4403 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
4404
4405 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
4406 (Files) [ifnottex]: Add menu entry for Autorevert.
4407
4408 * emacs-xtra.texi (Introduction): Reword to make consistent with
4409 printed version only.
4410 <Top level>: Remove the body of all chapters and move them to the
4411 new *-xtra.texi files. Use @raisesections and @lowersections to
4412 convert sections to chapters etc.
4413
4414 * msdog-xtra.texi:
4415 * fortran-xtra.texi:
4416 * vc-xtra.texi:
4417 * vc1-xtra.texi:
4418 * vc2-xtra.texi:
4419 * emerge-xtra.texi:
4420 * cal-xtra.texi:
4421 * dired-xtra.texi:
4422 * arevert-xtra.texi: New files, with text from respective chapters
4423 of emacs-xtra.texi. Convert each @chapter into @section, @section
4424 into @subsection, etc.
4425
1c6c854e 4426 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
4427 updated.
4428
4429 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
4430 Windows". All references updated.
4431
44322006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4433
4434 * macos.texi (Mac Input): Mention input from Character Palette.
4435 (Mac Font Specs): Fix typo.
4436
44372006-05-05 Richard Stallman <rms@gnu.org>
4438
4439 * files.texi (Diff Mode): Minor cleanup.
4440
44412006-05-05 Karl Berry <karl@gnu.org>
4442
8cf51b2c
GM
4443 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
4444 errors from the current release of makeinfo (4.8).
4445 * help.texi (Library Keywords): Change widest word in multitable
4446 template from `emulations' to `convenience'. (Not sure if this is
4447 related to the font change.)
4448
44492006-05-05 Eli Zaretskii <eliz@gnu.org>
4450
4451 * files.texi (File Names): Add a footnote about limited support of
4452 ~USER on MS-Windows.
4453
4454 * cmdargs.texi (Initial Options): Add a footnote about limited
4455 support of ~USER on MS-Windows.
4456
44572006-05-03 Richard Stallman <rms@gnu.org>
4458
4459 * files.texi (Diff Mode): Node moved here.
4460 (Comparing Files): Delete what duplicates new node.
4461 (Files): Put Diff Mode in menu.
4462
1c6c854e 4463 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
4464
4465 * emacs.texi (Top): Update menu for Diff Mode.
4466
4467 * trouble.texi (Emergency Escape): Simplify.
4468
4469 * emacs.texi (Top): Minor clarification.
4470
44712006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4472
4473 * commands.texi, entering.texi, screen.texi: Many simplifications.
4474
44752006-05-03 Richard Stallman <rms@gnu.org>
4476
4477 * commands.texi (Text Characters): Delete paragraph about unibyte
4478 non-ASCII printing chars.
4479
4480 * killing.texi (Killing): Say "graphical displays".
4481 * display.texi: Say "graphical displays".
4482
4483 * cmdargs.texi (Misc X): Say "graphical displays".
4484
44852006-05-01 Richard Stallman <rms@gnu.org>
4486
4487 * emacs.texi (Top): Add Diff Mode to menu.
4488
44892006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4490
4491 * misc.texi (Diff Mode): New node.
4492
44932006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4494
4495 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
4496 (Mac Environment Variables): Shorten example line.
4497 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
4498
44992006-05-01 Nick Roberts <nickrob@snap.net.nz>
4500
4501 * building.texi (GUD Customization): Describe cases %d and %c.
4502 Update description for %e.
4503
45042006-04-30 Glenn Morris <rgm@gnu.org>
4505
4506 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
4507
45082006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4509
4510 * custom.texi (Examining): Update C-h v output example.
4511
45122006-04-29 Kim F. Storm <storm@cua.dk>
4513
4514 * building.texi (Grep Searching): Add lgrep and rgrep.
4515
8cf51b2c
GM
45162006-04-23 Richard Stallman <rms@gnu.org>
4517
4518 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
4519
4520 * xresmini.texi: New file.
4521
4522 * xresources.texi (Face Resources): Split table into font resources
4523 and the rest. Combine similar attributes for brevity.
4524
8cf51b2c
GM
45252006-04-21 Eli Zaretskii <eliz@gnu.org>
4526
4527 * emacs-xtra.texi (MS-DOS File Names): Remove section about
4528 backslashes and case-insensitivity in file names (moved to the
4529 main manual).
4530 (MS-DOS Printing): Move most of the text to the main manual.
4531
4532 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
4533 New nodes.
4534 (Windows Processes, Windows System Menu): Add index entries and
4535 fix wording.
4536
8cf51b2c
GM
45372006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4538
4539 * misc.texi (Shell Ring): Add notes on saved input when
4540 navigating off the end of the history list.
4541
45422006-04-18 Chong Yidong <cyd@mit.edu>
4543
4544 * misc.texi (Shell Options): Correct default value of
4545 comint-scroll-show-maximum-output.
4546
8cf51b2c
GM
45472006-04-18 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * building.texi (Watch Expressions): Update.
4550
8cf51b2c
GM
45512006-04-12 Richard Stallman <rms@gnu.org>
4552
4553 * search.texi: Clean up previous change.
4554
45552006-04-12 Eli Zaretskii <eliz@gnu.org>
4556
4557 * search.texi (Regexp Backslash, Regexp Replace): Add index
4558 entries for ``back reference'' and mention the term itself in the
4559 text.
4560
45612006-04-11 Richard Stallman <rms@gnu.org>
4562
4563 * custom.texi (Safe File Variables):
4564 Document enable-local-variables = :safe.
4565
45662006-04-11 Karl Berry <karl@gnu.org>
4567
4568 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
4569 (Remote Repositories, Version Backups, Local Version Control)
4570 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
4571 (Miscellaneous Commands and Features of VC, Change Logs and VC)
4572 (Renaming VC Work Files and Master Files)
4573 (Inserting Version Control Headers, Customizing VC, General Options)
4574 (Options for RCS and SCCS, Options specific for CVS): Move all
4575 these nodes to emacs-xtra.texi, for brevity.
4576 * cmdargs.texi, files.texi: Change cross-references.
4577
8cf51b2c
GM
45782006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4579
4580 * files.texi (Old Versions): Update description of vc-annotate's
4581 use of color to indicate date ranges.
4582
8cf51b2c
GM
45832006-04-09 Kevin Ryde <user42@zip.com.au>
4584
8cf51b2c
GM
4585 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
4586 put info and printed manual names the right way around.
4587
45882006-04-09 Karl Berry <karl@gnu.org>
4589
4590 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
4591 emacs-xtra.texi, leaving only MS Windows information.
4592 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
4593 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
4594 node names.
4595
4596 * emacs.texi: Move @summarycontents and @contents to the beginning
4597 of the file.
4598
8cf51b2c
GM
45992006-04-08 Kevin Ryde <user42@zip.com.au>
4600
4601 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
4602
46032006-04-07 Richard Stallman <rms@gnu.org>
4604
4605 * programs.texi (Comments, Comment Commands, Options for Comments)
4606 (Multi-Line Comments): "Align", not "indent".
4607 (Basic Indent): C-j deletes trailing whitespace before the newline.
4608
46092006-04-06 Richard Stallman <rms@gnu.org>
4610
8cf51b2c
GM
4611 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
4612
46132006-04-06 Eli Zaretskii <eliz@gnu.org>
4614
4615 * killing.texi (Rectangles): Add index entry for marking a rectangle.
4616
8cf51b2c
GM
46172006-04-05 Richard Stallman <rms@gnu.org>
4618
4619 * emacs.texi (Top): Update subnode menu.
4620
4621 * trouble.texi (Unasked-for Search): Node deleted.
4622 (Lossage): Delete from menu.
4623
46242006-04-04 Richard Stallman <rms@gnu.org>
4625
4626 * trouble.texi: Various cleanups.
4627 (Checklist): Don't bother saying how to snail a bug report.
4628 (Emergency Escape): Much rewriting.
4629 (After a Crash): Rename the core dump immediately.
4630 (Total Frustration): Call it a psychotherapist.
4631 (Bug Criteria): Avoid "illegal instruction".
4632 (Sending Patches): We always put the contributor's name in.
4633
4634 * misc.texi (Thumbnails): Minor correction.
4635
8cf51b2c
GM
46362006-04-03 Richard Stallman <rms@gnu.org>
4637
4638 * misc.texi (Thumbnails): Minor cleanup.
4639
46402006-04-02 Karl Berry <karl@gnu.org>
4641
4642 * sending.texi (Mail Sending): pxref to Top needs five args.
4643
4644 * texinfo.tex: Update to current version (2006-03-21.13).
4645
8cf51b2c
GM
46462006-03-31 Richard Stallman <rms@gnu.org>
4647
4648 * emacs.texi (Top): Update subnode menu.
4649
4650 * help.texi (Help Mode): Cleanup.
4651
4652 * dired.texi: Many cleanups.
4653 (Dired Deletion): Describe dired-recursive-deletes.
4654 (Operating on Files): dired-create-directory moved.
4655 (Misc Dired Features): Move to here.
4656 (Tumme): Node moved to misc.texi.
4657
4658 * custom.texi: Many cleanups.
4659 (Minor Modes): Don't mention ISO Accents Mode.
4660 (Examining): Update C-h v output example.
4661 (Hooks): Add index and xref for add-hook.
4662 (Locals): Delete list of vars that are always per-buffer. Rearrange.
4663 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
4664
4665 * misc.texi: Many cleanups.
4666 (beginning): Add to summary of topics.
4667 (Shell): Put eshell xref at the end. Remove eshell from table.
4668 (Thumbnails): New node.
4669
8cf51b2c
GM
46702006-03-28 Eli Zaretskii <eliz@gnu.org>
4671
4672 * files.texi (File Name Cache): Make it clear that the cache is
4673 not persistent.
4674
8cf51b2c
GM
46752006-03-25 Karl Berry <karl@gnu.org>
4676
49823426
GM
4677 * emacs-xtra.texi, emacs.texi, gnu.texi:
4678 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
4679 (2) do not indent copyright year list (or anything else).
4680
8cf51b2c
GM
46812006-03-21 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * files.texi (VC Dired Mode): Remove misplaced brackets.
4684
46852006-03-21 Andre Spiegel <spiegel@gnu.org>
4686
4687 * files.texi: Various updates and clarifications in the VC chapter.
4688
46892006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4690
4691 * help.texi (Help Mode): Document "C-c C-c".
4692
8cf51b2c
GM
46932006-03-16 Luc Teirlinck <teirllm@auburn.edu>
4694
4695 * emacs-xtra.texi (Top): Avoid ugly continuation line in
4696 menu in the standalone Info reader.
4697
46982006-03-15 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
4701 moved here from Emacs manual.
4702
4703 * programs.texi (Fortran): Section moved to emacs-xtra.
4704 (Program Modes): Xref to Fortran in emacs-xtra.
4705
4706 * maintaining.texi (Emerge): Move to emacs-xtra.
4707 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
4708
4709 * picture.texi: File deleted.
4710 * Makefile.in:
4711 * makefile.w32-in: Remove picture.texi.
4712
4713 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
4714 * abbrevs.texi (Abbrevs):
4715 * sending.texi (Sending Mail): Picture node removed.
4716
4717 * emacs.texi (Top): Update node listings.
4718
8cf51b2c
GM
47192006-03-12 Richard Stallman <rms@gnu.org>
4720
4721 * calendar.texi: Various cleanups.
4722
8cf51b2c
GM
47232006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
4726 syntax.
4727
8cf51b2c
GM
47282006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * search.texi (Regexps): More accurately describe which characters
4731 are special in which situations. Recommend _not_ to quote `]' or
4732 `-' when they are not special.
4733
8cf51b2c
GM
47342006-02-28 Andre Spiegel <spiegel@gnu.org>
4735
4736 * files.texi (Old Versions): Clarify operation of C-x v =.
4737
8cf51b2c
GM
47382006-02-21 Nick Roberts <nickrob@snap.net.nz>
4739
4740 * building.texi (Watch Expressions): Update and describe
4741 gdb-speedbar-auto-raise.
4742
47432006-02-19 Richard M. Stallman <rms@gnu.org>
4744
4745 * emacs.texi: Use @smallbook.
4746 (Top): Update ref to Emacs paper, delete ref to Cookbook.
4747 Update subnode menu.
4748
4749 * building.texi (Lisp Interaction): Minor addition.
4750
47512006-02-18 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * building.texi (Watch Expressions): Update and be more precise.
4754
c8763fb6 47552006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4756
4757 * maintaining.texi (Create Tags Table): Explain why the
4758 exception when etags writes to files under the /dev tree.
4759
47602006-02-14 Richard M. Stallman <rms@gnu.org>
4761
4762 * custom.texi (Safe File Variables): Lots of clarification.
4763 Renamed from Unsafe File Variables.
4764
47652006-02-14 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * custom.texi (Unsafe File Variables): File variable confirmation
4768 assumed denied in batch mode.
4769
47702006-02-14 Richard M. Stallman <rms@gnu.org>
4771
4772 * building.texi (GDB User Interface Layout): Don't say `inferior'
4773 for program being debugged.
4774
47752006-02-15 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * building.texi (GDB Graphical Interface):
4778 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
4779
47802006-02-13 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * custom.texi (Specifying File Variables, Unsafe File Variables):
4783 New nodes, split from File Variables. Document new file local
4784 variable behavior.
4785
47862006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4787
4788 * display.texi (Standard Faces):
8cf51b2c
GM
4789 * files.texi (Visiting):
4790 * frames.texi (Clipboard):
4791 * glossary.texi (Glossary) <Clipboard>:
4792 * xresources.texi (X Resources): Mention Mac OS port.
4793
8cf51b2c
GM
47942006-02-12 Richard M. Stallman <rms@gnu.org>
4795
4796 * building.texi (Building): Clarify topic in intro.
4797
4798 * maintaining.texi (Maintaining): Change title; clarify topic.
4799 Delete duplicate index entries.
4800
4801 * building.texi (Other GDB User Interface Buffers): Clarifications.
4802
4803 * text.texi (Cell Commands): Clarifications.
4804
4805 * programs.texi (Defuns): Delete duplicate explanation of
4806 left-margin paren convention.
4807 (Hungry Delete): Minor cleanup.
4808
48092006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4810
4811 * dired.texi (Tumme): More tumme documentation.
4812
48132006-02-11 Alan Mackenzie <acm@muc.de>
4814
4815 * programs.texi ("Hungry Delete"): Correct the appellation of the
4816 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
4817
48182006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
4819
4820 * dired.texi (Tumme): Fix small bug.
4821
48222006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4823
4824 * macos.texi (Mac International): Rename "fontset-mac" to
4825 "fontset-standard".
4826
8cf51b2c
GM
48272006-02-09 Mathias Dahl <mathias.dah@gmail.com>
4828
4829 * dired.texi (Tumme): Basic documentation for Tumme added.
4830
8cf51b2c
GM
48312006-02-07 Luc Teirlinck <teirllm@auburn.edu>
4832
4833 * mule.texi (International):
4834 * programs.texi (Basic Indent): Fix typos.
4835
8cf51b2c
GM
4836 * custom.texi (Minor Modes):
4837 * display.texi (Text Display):
4838 * commands.texi (Text Characters): Update xrefs.
4839
48402006-02-07 Richard M. Stallman <rms@gnu.org>
4841
4842 * emacs.texi (Top): Update subnode menu.
4843 Update info on old Emacs papers.
4844 (Intro): "Graphical display", not window system.
4845
4846 * xresources.texi (GTK styles): Minor clarifications.
4847
4848 * trouble.texi: "Graphical display", not window system.
4849 (Stuck Recursive): Minor clarification.
4850
4851 * text.texi: Minor clarifications.
4852 (Sentences): Explain why two-space convention is better.
4853 Explain sentence-end-without-period here.
4854 (Fill Commands): Not here.
4855 (Refill): Node moved down.
4856 (Filling): Update menu.
4857 (Table Creation, Cell Justification, Column Commands): Clarify.
4858
4859 * sending.texi: Minor clarifications.
4860
4861 * search.texi (Regexp Backslash): Clarification.
4862
4863 * rmail.texi: Minor cleanups.
4864 (Rmail): Delete digression about `rmail-mode'.
4865 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
4866 (Rmail Files): Mention C-u M-x rmail.
4867 (Rmail Reply): Mention References.
4868 (Rmail Display): Mention rmail-nonignored-headers.
4869
4870 * programs.texi: Minor cleanups.
4871 (Comment Commands): Mention momentary Transient Mark mode.
4872 (Matching): Be more specific about customizing show-paren-mode.
4873 (Info Lookup): Don't list the modes that support C-h S.
4874 Just say what it does in an unsupported mode.
4875 (Man Page): Delete excessive info on customizing woman.
4876 (Motion in C): Don't mention c-for/backward-into-nomenclature.
4877
4878 * abbrevs.texi: Minor clarifications.
4879 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
4880 not "dynamic abbrevs" as if they were a kind of abbrev.
4881
4882 * picture.texi (Picture): Minor cleanup.
4883
4884 * mule.texi (Communication Coding): Say "other applications".
4885 (Fontsets): Not specific to X. Add xref to X Resources.
4886 (Unibyte Mode): Rename from Single-Byte Character Support.
4887 "Graphical display", not window system.
4888 (International): Update menu.
4889
4890 * maintaining.texi (Format of ChangeLog):
4891 New node, split out from ChangeLog.
4892 (ChangeLog): Clarifications in the remaining text.
4893 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
4894 (Find Tag): Add @w.
4895 (Tags Search): Explain tag table order here. Simplify grep ref.
4896 (List Tags): tags-tag-face is a variable, not a face.
4897 (Emerge): Cleanups.
4898
4899 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
4900 (Keyboard Macros): Avoid "the user".
4901
4902 * killing.texi: "Graphical display", not window system.
4903
4904 * help.texi (Help Echo): "Graphical display", not window system.
4905
4906 * glossary.texi: Say "you", not "the user". Say "graphical display".
4907
4908 * frames.texi: Minor cleanups. "Graphical display", not window system.
4909
4910 * files.texi (Visiting): Make drag-and-drop not X-specific.
4911
4912 * custom.texi: Minor cleanups. "Graphical display", not window system.
4913
4914 * cmdargs.texi: Minor cleanups.
4915
4916 * building.texi (Compilation): Move and split kill-compilation para.
4917 Add para about multiple compilers.
4918 (Compilation Mode): Commands also available in grep mode and others.
4919 Mention C-u C-x ` more tutorially. Clarify C-x `.
4920 (Compilation Shell): Clarify. Put Bash example first.
4921 (Grep Searching): Minor cleanups; add @w.
4922 (Debuggers): Minor cleanups.
4923 (Starting GUD): Make GDB xgraphical mode issue clearer.
4924 (Debugger Operation): Lots of clarifications including
4925 GDB tooltip side-effect issue.
4926 (Commands of GUD): Clarify.
4927 (GUD Customization): Add bashdb-mode-hook.
4928 (GDB Graphical Interface): Rewrite for clarity.
4929 (GDB User Interface Layout): Rewrite for clarity.
4930 (Stack Buffer, Watch Expressions): Likewise.
4931 (Other GDB User Interface Buffers): Cleanups.
4932 (Lisp Libraries, External Lisp): Cleanup.
4933
4934 * basic.texi (Position Info): "Graphical displays", rather than
4935 window systems.
4936
4937 * anti.texi: Minor cleanup.
4938
8cf51b2c
GM
49392006-02-03 Eli Zaretskii <eliz@gnu.org>
4940
4941 * custom.texi (Init File, Find Init): Add cross-references to
4942 where $HOME is described.
4943
49442006-02-01 Luc Teirlinck <teirllm@auburn.edu>
4945
4946 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
4947 is not inside the @table.
4948
4949 * emacs.texi (Top): Correct node name.
4950
4951 * files.texi (File Names): Fix @xref.
4952 (Reverting): Fix typo.
4953
4954 * mule.texi (International): Correct node name.
4955
4956 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
4957
49582006-02-01 Richard M. Stallman <rms@gnu.org>
4959
4960 * emacs.texi (Top): Update subnode menu.
4961
4962 * mule.texi: Minor clarifications.
4963 Reduce the specific references to X Windows.
4964 Refer to "graphical" terminals, rather than window systems.
4965 (Text Coding): Rename from Specify Coding.
4966 (Communication Coding, File Name Coding, Terminal Coding):
4967 New nodes split out from Text Coding.
4968
4969 * kmacro.texi: Minor clarifications.
4970 (Keyboard Macro Ring): Comment out some excessive commands.
4971 (Basic Keyboard Macro): Split up the table, putting part in each node.
4972
4973 * major.texi: Minor clarifications.
4974
4975 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
4976
4977 * windows.texi: Minor clarifications.
4978 (Change Window): Don't describe mode-line mouse cmds here.
4979 Add xref to Mode Line Mouse.
4980
4981 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
4982
4983 * macos.texi (Mac International): Fix xref.
4984
4985 * indent.texi: Minor clarifications.
4986
4987 * frames.texi: Minor clarifications.
4988 Reduce the specific references to X Windows.
4989 Refer to "graphical" terminals, rather than window systems.
4990 (Frame Parameters): Don't mention commands like
4991 set-foreground-color. Just say to customize a face.
4992 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
4993
4994 * files.texi: Minor clarifications.
4995 (Numbered Backups): New node, split out from Backup Names.
4996
4997 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
4998
4999 * cmdargs.texi (General Variables): Fix xref.
5000
5001 * buffers.texi: Minor clarifications.
5002
8cf51b2c
GM
50032006-01-31 Richard M. Stallman <rms@gnu.org>
5004
5005 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5006 Nodes moved to top.
5007
5008 * display.texi: Minor clarifications.
5009 (Display): Rearrange menu.
5010 (Standard Faces): Mention query-replace face.
5011 (Faces): Simplify.
5012 (Font Lock): Simplify face customization info.
5013 (Highlight Changes): Node merged into Highlight Interactively.
5014 (Highlight Interactively): Much rewriting and cleanup.
5015 (Optional Mode Line): Narrowed line number not good for goto-line.
5016 Simplify face customization advice.
5017 (Text Display): Mention use of escape-glyph face.
5018 Move ctl-arrow and tab-width here.
5019 (Display Custom): Move no-redraw-on-reenter to end of node.
5020
5021 * search.texi: Minor clarifications.
5022 (Isearch Scroll): Simplify.
5023 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5024
5025 * regs.texi (Registers): Mention bookmarks here.
5026
5027 * mark.texi: Minor clarifications.
5028 (Selective Undo): Node deleted.
5029
5030 * m-x.texi: Minor clarifications.
5031
5032 * killing.texi: Minor clarifications.
5033 Refer to "graphical" terminals, rather than window systems.
5034
5035 * help.texi: Clarifications.
5036 (Help): Don't describe C-h F and C-h K here.
5037 (Key Help): Describe C-h K here.
5038 (Name Help): Mention Emacs Lisp Intro.
5039 Describe C-h F here.
5040 (Misc Help): Mention C-h F and C-h K only briefly.
5041
5042 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5043 Selective undo text merged in.
5044 (Spelling): Mention Aspell along with Ispell.
5045
5046 * emacs.texi (Top): Update subnode menus.
5047
5048 * basic.texi (Basic Undo): Rename from Undo. Most of text
5049 moved to new Undo node.
5050
8cf51b2c
GM
50512006-01-29 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * basic.texi (Continuation Lines, Inserting Text):
5054 Mention longlines mode.
5055
50562006-01-29 Richard M. Stallman <rms@gnu.org>
5057
10d1d0af 5058 * screen.texi: Minor cleanups.
8cf51b2c
GM
5059 (Screen): Clean up the intro paragraphs.
5060 (Mode Line): Lots of rewriting. Handle frame-name better.
5061 eol-mnemonic-... vars moved out.
5062
5063 * emacs.texi (Top): Change menu item for MS-DOS node.
5064 Update subnode menu.
5065
5066 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5067 chapter relates to Windows. Title changed.
5068
5069 * mini.texi: Minor cleanups.
5070
5071 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5072 (Mark): Put it in the menu.
5073
5074 * entering.texi: Minor cleanups.
5075
5076 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5077 (Intro): Refer to "graphical" terminals, rather than X.
5078
5079 * display.texi (Display Custom): Add xref to Variables.
5080 (Optional Mode Line): eol-mnemonic-... vars moved here.
5081
5082 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5083 rather than X.
5084
8cf51b2c
GM
5085 * basic.texi: Minor cleanups.
5086 (Undo): selective-undo moved.
5087
8cf51b2c
GM
50882006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * anti.texi (Antinews): Various corrections and additions.
5091
50922006-01-23 Juri Linkov <juri@jurta.org>
5093
5094 * custom.texi (Easy Customization, Customization Groups)
5095 (Browsing Custom): Mention links along with buttons.
5096
8cf51b2c
GM
50972006-01-21 Eli Zaretskii <eliz@gnu.org>
5098
8cf51b2c
GM
5099 * text.texi (TeX Print): Use @key for TAB.
5100
8cf51b2c
GM
5101 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5102
8cf51b2c
GM
51032006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5104
5105 * files.texi (File Aliases): Don't claim that usually separate
5106 buffers are created for two file names that name the same data.
5107 Mention additional situations where different names mean the same
5108 file on disk.
5109
51102006-01-19 Richard M. Stallman <rms@gnu.org>
5111
5112 * killing.texi (Deletion): Upcase @key argument.
5113
5114 * custom.texi (Custom Themes): Minor cleanup.
5115
5116 * programs.texi (Hungry Delete): Upcase @key argument.
5117
8cf51b2c
GM
51182006-01-16 Juri Linkov <juri@jurta.org>
5119
5120 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5121 Move `mode-line-highlight' before `mode-line-buffer-id'.
5122
8cf51b2c
GM
51232006-01-14 Richard M. Stallman <rms@gnu.org>
5124
5125 * basic.texi (Inserting Text): Minor cleanup.
5126
8cf51b2c
GM
51272006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5128
5129 * custom.texi (Changing a Variable, Face Customization):
5130 Update for changes in Custom menus.
5131
8cf51b2c
GM
51322006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5133
5134 * macos.texi (Mac International): Undo last change.
5135
8cf51b2c
GM
51362006-01-02 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * custom.texi (Custom Themes): Describe the new
5139 customize-create-theme interface.
5140
51412005-12-30 Juri Linkov <juri@jurta.org>
5142
5143 * basic.texi (Position Info): Update example.
5144
c8763fb6 51452005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5146
5147 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5148
51492005-12-24 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * custom.texi (Custom Themes): `load-theme' always loads.
5152
51532005-12-23 Juri Linkov <juri@jurta.org>
5154
5155 * display.texi (Highlight Interactively): Use double space to
5156 separate sentences. Replace C-p with M-p, and C-n with M-n.
5157
51582005-12-22 Richard M. Stallman <rms@gnu.org>
5159
5160 * custom.texi (Easy Customization and subnodes):
5161 Replace "active field" with "button".
5162 Use "user option" only for variables.
5163 Use "setting" for variable-or-face.
5164
51652005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * buffers.texi (Select Buffer): Change order in table to make
5168 "Similar" refer to the correct item.
5169 (Indirect Buffers): Minor rewording.
5170
8cf51b2c
GM
51712005-12-20 Juri Linkov <juri@jurta.org>
5172
5173 * files.texi (VC Status): Put P and N near p and n.
5174
8cf51b2c
GM
51752005-12-19 Richard M. Stallman <rms@gnu.org>
5176
5177 * programs.texi (Electric C): Delete the info about newline control.
5178 (Other C Commands): Minor cleanup.
5179 (Left Margin Paren): Minor cleanup.
5180
51812005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5182
5183 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5184 (Customization Groups): Delete text moved to "Browsing Custom".
5185 (Browsing Custom): New node.
5186 (Specific Customization): Clarify which commands only work for
5187 loaded options.
5188
51892005-12-18 Bill Wohler <wohler@newt.com>
5190
5191 * frames.texi (Tool Bars): Shorten text of previous change.
5192
51932005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5194
5195 * files.texi (VC Status): Document log-view mode.
5196
51972005-12-18 Bill Wohler <wohler@newt.com>
5198
5199 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5200 permanently via the customize interface.
5201
8cf51b2c
GM
52022005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5203
5204 * killing.texi (Killing by Lines): Document `kill-whole-line'
5205 function.
5206
c8763fb6 52072005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5208
5209 * buffers.texi (Select Buffer): Change `prev-buffer' to
5210 `previous-buffer'. Indicate that these functions use a frame
5211 local buffer list.
5212
8cf51b2c
GM
52132005-12-12 Richard M. Stallman <rms@gnu.org>
5214
5215 * custom.texi (Easy Customization): Change menu comment.
5216 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5217
5218 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5219 (Help): Among the Apropos commands, describe only C-h a here.
5220
52212005-12-11 Richard M. Stallman <rms@gnu.org>
5222
5223 * programs.texi (Options for Comments): Comment-end starts with space.
5224
5225 * glossary.texi (Glossary): Minor cleanup.
5226
5227 * files.texi (Old Versions): Use @table.
5228
8cf51b2c
GM
52292005-12-10 David Koppelman <koppel@ece.lsu.edu>
5230
5231 * display.texi (Highlight Interactively): Include
5232 global-hi-lock-mode. Add miscellaneous details and elaborations.
5233
52342005-12-09 Richard M. Stallman <rms@gnu.org>
5235
5236 * display.texi (Font Lock): Delete the Global FL menu item.
5237
52382005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5239
5240 * custom.texi (Minibuffer Maps): Mention the maps for file name
5241 completion.
5242
52432005-12-09 Kim F. Storm <storm@cua.dk>
5244
5245 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5246 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5247 cursor to next corner in rectangle; clarify insert around rectangle.
5248
8cf51b2c
GM
52492005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5250
5251 * custom.texi (Customization): Use xref to elisp manual for
5252 non-TeX output.
5253 (Minor Modes): Update.
5254 (Customization Groups, Changing a Variable, Face Customization):
5255 Update for new appearance of Custom buffers.
5256 (Changing a Variable): `custom-buffer-done-function' has been
5257 replaced by `custom-buffer-done-kill'.
5258 (Specific Customization): In the `customize-group' buffer, a
5259 subgroup's contents are not "hidden". They are not included at
5260 all. They have no [Show] button.
5261 (Mouse Buttons): Add pxref to description of mouse event lists in
5262 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5263 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5264 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5265
52662005-12-08 Richard M. Stallman <rms@gnu.org>
5267
5268 * mini.texi (Completion Commands, Completion):
5269 In file name input, SPC does not do completion.
5270
8cf51b2c
GM
52712005-12-08 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * building.texi (GDB Graphical Interface): Explain screen size
5274 setting.
5275 (Other GDB User Interface Buffers): Describe features specific to
5276 GDB 6.4.
5277
8cf51b2c
GM
52782005-12-01 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * building.texi (GDB User Interface Layout): Describe how to
5281 kill associated buffers.
5282 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
5283 (Watch Expressions): Be more precise.
5284 (Other GDB User Interface Buffers): Describe how to change a
5285 register value.
5286
8cf51b2c
GM
52872005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5288
5289 * macos.texi (Mac Input): Remove description of
5290 mac-command-key-is-meta. Add descriptions of
5291 mac-control-modifier, mac-command-modifier, and
5292 mac-option-modifier.
5293 (Mac International): Fix description of conversion of clipboard data.
5294 (Mac Font Specs): Add example of font customization by face attributes.
5295
52962005-11-22 Nick Roberts <nickrob@snap.net.nz>
5297
5298 * building.texi (Watch Expressions): Expand description.
5299 (Other GDB User Interface Buffers): Describe local map for
5300 gud-watch.
5301
53022005-11-21 Chong Yidong <cyd@stupidchicken.com>
5303
5304 * display.texi (Font Lock): Font lock is enabled by default now.
5305
53062005-11-20 Juri Linkov <juri@jurta.org>
5307
5308 * basic.texi (Position Info): Update examples of the output.
5309 Remove the fact that examples are produced in the TeXinfo buffer,
5310 because in the Info reader users will get a different output from
5311 `C-x ='.
5312
5313 * building.texi (Compilation Mode): Remove paragraph duplicated
5314 from the node `Compilation'. Add `compilation-skip-threshold'.
5315
5316 * display.texi (Font Lock): Suggest more user-friendly method of
5317 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
5318
53192005-11-18 Richard M. Stallman <rms@gnu.org>
5320
5321 * files.texi (Registering): Mention @@ in mode line.
5322
5323 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
5324
53252005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5326
5327 * files.texi (Renaming and VC): Some back-ends don't
5328 handle renaming.
5329
8cf51b2c
GM
53302005-11-17 Juri Linkov <juri@jurta.org>
5331
5332 * emacs.texi (Top):
5333 * display.texi (Highlight Interactively): Put this font-lock based
5334 mode near Font Lock node.
5335
53362005-11-16 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
5339 icons.
5340
53412005-11-12 Kim F. Storm <storm@cua.dk>
5342
5343 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
5344 (Help Summary): Add C-h d and C-h e.
5345 (Apropos): Clarify that all apropos commands may search for either
5346 list of words or a regexp. Add C-h d for apropos-documentation.
5347 Describe apropos-documentation-sort-by-scores user option.
5348
8cf51b2c
GM
53492005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5350
5351 * killing.texi (CUA Bindings): Add @section.
5352
53532005-11-10 Kim F. Storm <storm@cua.dk>
5354
5355 * emacs.texi (Top): Add CUA Bindings entry to menu.
5356
5357 * killing.texi (CUA Bindings): New node. Moved here from
5358 misc.texi and extended with info on rectangle commands and
5359 rectangle highlighting, interface to registers, and the global
5360 mark feature.
5361
5362 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
5363
5364 * regs.texi: Prev link points to CUA Bindings node.
5365
53662005-11-07 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * help.texi (Help Echo): By default, help echos are only shown on
5369 mouse-over, not on point-over.
5370
c8763fb6 53712005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
5372
5373 * misc.texi (Shell Mode): Describe how to activate password echoing.
5374
8cf51b2c
GM
53752005-11-04 Romain Francoise <romain@orebokech.com>
5376
5377 * mark.texi (Mark Ring): Fix typo.
5378
53792005-11-03 Richard M. Stallman <rms@gnu.org>
5380
5381 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
5382
53832005-11-01 Bill Wohler <wohler@newt.com>
5384
5385 * help.texi (Help Mode): Fix typo.
5386
53872005-11-01 Nick Roberts <nickrob@snap.net.nz>
5388
1c6c854e
CS
5389 * building.texi (Other GDB User Interface Buffers):
5390 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
5391
53922005-10-31 Romain Francoise <romain@orebokech.com>
5393
5394 * files.texi (Compressed Files): Fix typo.
5395
5396 * buffers.texi (Misc Buffer): Downcase `*shell*'.
5397
5398 * windows.texi (Force Same Window): Likewise.
5399
54002005-10-30 Bill Wohler <wohler@newt.com>
5401
5402 * help.texi (Help Mode): URLs viewed with browse-url.
5403
54042005-10-31 Nick Roberts <nickrob@snap.net.nz>
5405
5406 * building.texi (GDB Graphical Interface): Don't reference
5407 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
5408 must stay in same frame.
5409
54102005-10-29 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * custom.texi (Init File): Document ~/.emacs.d/init.el.
5413
5414 * anti.texi (Antinews): Likewise.
5415
8cf51b2c
GM
54162005-10-28 Bill Wohler <wohler@newt.com>
5417
5418 * help.texi (Help): Help mode now creates hyperlinks for URLs.
5419
54202005-10-28 Richard M. Stallman <rms@gnu.org>
5421
5422 * files.texi (Visiting): Explain how to enter ? in a file name.
5423
5424 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
5425
8cf51b2c
GM
54262005-10-25 Nick Roberts <nickrob@snap.net.nz>
5427
1c6c854e
CS
5428 * building.texi (GDB Graphical Interface):
5429 Describe gdb-mouse-until.
8cf51b2c
GM
5430
54312005-10-23 Richard M. Stallman <rms@gnu.org>
5432
5433 * custom.texi (Init File): Recommend when to use site-start.el.
5434
8cf51b2c
GM
54352005-10-21 Juri Linkov <juri@jurta.org>
5436
5437 * custom.texi (Examining): Mention accessing the old variable
5438 value via M-n in set-variable.
5439
8cf51b2c
GM
54402005-10-18 Romain Francoise <romain@orebokech.com>
5441
5442 * files.texi (Version Systems): Capitalize GNU.
5443
8cf51b2c
GM
54442005-10-18 Nick Roberts <nickrob@snap.net.nz>
5445
5446 * building.texi (Compilation Mode): Remove redundant paragraph.
5447 (Watch Expressions): Remove paragraph to reflect code change.
5448
8cf51b2c
GM
54492005-10-16 Richard M. Stallman <rms@gnu.org>
5450
5451 * building.texi (Compilation Mode, Compilation): Clarified.
5452
54532005-10-15 Richard M. Stallman <rms@gnu.org>
5454
5455 * misc.texi (Saving Emacs Sessions): Mention savehist library.
5456
8cf51b2c
GM
54572005-10-13 Kenichi Handa <handa@m17n.org>
5458
5459 * basic.texi (Position Info): Fix previous change.
5460
c8763fb6 54612005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5462
5463 * cmdargs.texi (Icons X): Fix typo.
5464
54652005-10-12 Kenichi Handa <handa@m17n.org>
5466
5467 * basic.texi (Position Info): Describe the case that Emacs shows
5468 "part of display ...".
5469
c8763fb6 54702005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5471
5472 * cmdargs.texi (Icons X): -nb => -nbi.
5473
54742005-10-10 Chong Yidong <cyd@stupidchicken.com>
5475
5476 * frames.texi (Speedbar): A couple more clarifications.
5477
54782005-10-11 Nick Roberts <nickrob@snap.net.nz>
5479
5480 * building.texi (GDB User Interface Layout): Improve diagram.
5481 (Watch Expressions): Explain how to make speedbar global.
5482 (Other GDB User Interface Buffers): Make references more precise.
5483
8cf51b2c
GM
54842005-10-09 Richard M. Stallman <rms@gnu.org>
5485
5486 * frames.texi (Speedbar): Clarify the text.
5487
54882005-10-09 Chong Yidong <cyd@stupidchicken.com>
5489
5490 * frames.texi (Speedbar): Add information on keybindings,
5491 dismissing the speedbar, and buffer display mode. Link to
5492 speedbar manual.
5493
c8763fb6 54942005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 5495
1c6c854e 5496 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
5497 added -nb, --no-bitmap-icon.
5498
8cf51b2c
GM
54992005-10-07 Nick Roberts <nickrob@snap.net.nz>
5500
5501 * building.texi (GDB Graphical Interface): Add variables and
5502 functions to indices. Be more precise.
5503
c8763fb6 55042005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5505
5506 * frames.texi (Drag and Drop): Remove the x- from
5507 x-dnd-open-file-other-window and xdnd-protocol-alist.
5508
55092005-09-30 Romain Francoise <romain@orebokech.com>
5510
5511 * mini.texi (Minibuffer): The default value now appears before the
5512 colon in minibuffer prompts.
5513
8cf51b2c
GM
55142005-09-25 Richard M. Stallman <rms@gnu.org>
5515
5516 * search.texi (Regexp Search): Doc search-whitespace-regexp.
5517
8cf51b2c
GM
55182005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5519
5520 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
5521
8cf51b2c
GM
55222005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5523
5524 * emacs.texi (Top): Update submenus from macos.texi.
5525
5526 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
5527 (Mac OS): Update feature support status.
5528 (Mac Input): List supported input scripts. Remove description
5529 about `mac-keyboard-text-encoding'. Mention mouse button
5530 emulation and related variables.
5531 (Mac International): Mention Central European and Cyrillic
5532 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
5533 Add description about coding system for selection.
5534 Add description about language environment.
5535 (Mac Environment Variables):
5536 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
5537 arguments. Add Preferences support.
5538 (Mac Directories): Explicitly state that this node is for Mac OS
5539 Classic only.
1c6c854e
CS
5540 (Mac Font Specs): Mention specification for scalable fonts.
5541 List supported charsets. Add preferred way of creating fontsets.
5542 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
5543 (Mac Functions): Add descriptions about `mac-set-file-creator',
5544 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
5545 and `mac-get-preference'.
5546
8cf51b2c
GM
55472005-09-16 Romain Francoise <romain@orebokech.com>
5548
5549 Update all files to specify GFDL version 1.2.
5550
5551 * doclicense.texi (GNU Free Documentation License): Update to
5552 version 1.2.
5553
55542005-09-15 Richard M. Stallman <rms@gnu.org>
5555
5556 * buffers.texi (List Buffers): Fix xref.
5557
5558 * rmail.texi (Rmail Basics): Fix xref.
5559
5560 * emacs.texi (Top): Update subnode menus.
5561
5562 * files.texi (Saving Commands): New node, broken out of Saving.
5563 (Customize Save): New node, broken out of Saving.
5564 Clarify effect of write-region-inhibit-fsync.
5565 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
5566
8cf51b2c
GM
55672005-09-14 Romain Francoise <romain@orebokech.com>
5568
5569 * files.texi (Saving): Mention write-region-inhibit-fsync.
5570
55712005-09-05 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * custom.texi (Custom Themes): New node.
5574
55752005-09-03 Richard M. Stallman <rms@gnu.org>
5576
49823426
GM
5577 * search.texi (Search Case): Mention vars that control
5578 case-fold-search for various operations.
8cf51b2c
GM
5579
55802005-08-22 Juri Linkov <juri@jurta.org>
5581
5582 * display.texi (Standard Faces): Merge the text from
5583 `(elisp)Standard Faces' into this node.
5584
55852005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * emacs.texi (Top): Delete menu item for deleted node
5588 Keyboard Translations.
5589
55902005-08-18 Richard M. Stallman <rms@gnu.org>
5591
8cf51b2c
GM
5592 * trouble.texi (Unasked-for Search):
5593 Delete xref to Keyboard Translations.
5594
5595 * glossary.texi (Glossary): Delete xref.
5596
8cf51b2c
GM
5597 * custom.texi (Minor Modes): Say that the list here is not complete.
5598 (Keyboard Translations): Node deleted.
5599 (Disabling): Delete xref to it.
5600 (Customization Groups): Fix Custom buffer example.
5601 (Hooks): Mention remove-hooks.
5602
56032005-08-17 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * building.texi (GDB Graphical Interface): Improve filling of menu
5606 item.
5607
56082005-08-18 Nick Roberts <nickrob@snap.net.nz>
5609
5610 * building.texi (GDB Graphical Interface): Use better node names.
5611
56122005-08-14 Richard M. Stallman <rms@gnu.org>
5613
5614 * text.texi (Sentences): Fix xref.
5615
56162005-08-14 Juri Linkov <juri@jurta.org>
5617
5618 * building.texi (Compilation, Grep Searching): Move grep command
5619 headings from `Compilation' to `Grep Searching'.
5620
5621 * dired.texi (Dired and Find):
5622 * maintaining.texi (Tags Search): Replace grep xref to
5623 `Compilation' node with `Grep Searching'.
5624
5625 * files.texi (Comparing Files): Replace xref to `Compilation' with
5626 `Compilation Mode'.
5627
56282005-08-13 Alan Mackenzie <acm@muc.de>
5629
5630 * search.texi (Non-ASCII Isearch): Correct a typo.
5631 (Replacement Commands): Mention query-replace key binding.
5632
56332005-08-11 Richard M. Stallman <rms@gnu.org>
5634
5635 * programs.texi (Options for Comments): Fix xref.
5636
5637 * search.texi (Regexp Backslash, Regexp Example): New nodes split
5638 out of Regexps.
5639
8cf51b2c
GM
56402005-08-09 Juri Linkov <juri@jurta.org>
5641
5642 * building.texi (Compilation): Use `itemx' instead of `item'.
5643 (Grep Searching): Simplify phrase.
5644
5645 * display.texi (Standard Faces): Describe vertical-border on
5646 window systems.
5647
5648 * windows.texi (Split Window): Simplify phrase and mention
5649 vertical-border face.
5650
56512005-08-09 Richard M. Stallman <rms@gnu.org>
5652
5653 * files.texi (Comparing Files): Clarify compare-windows.
5654
5655 * calendar.texi (Scroll Calendar): Document < and > in calendar.
5656
8cf51b2c
GM
56572005-08-06 Eli Zaretskii <eliz@gnu.org>
5658
5659 * mule.texi (Coding Systems): Rephrase the paragraph about
5660 codepages: no need for "M-x codepage-setup" anymore, except on
5661 MS-DOS.
5662
5663 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
5664 the MS-DOS port only.
5665
56662005-07-30 Eli Zaretskii <eliz@gnu.org>
5667
5668 * makefile.w32-in (info): Don't run multi-install-info.bat.
5669 ($(infodir)/dir): New target, produced by running
5670 multi-install-info.bat.
5671
8cf51b2c
GM
56722005-07-22 Eli Zaretskii <eliz@gnu.org>
5673
5674 * files.texi (Quoted File Names): Add index entry.
5675
8cf51b2c
GM
56762005-07-19 Juri Linkov <juri@jurta.org>
5677
5678 * files.texi (Comparing Files): Mention resync for `compare-windows'.
5679
56802005-07-18 Juri Linkov <juri@jurta.org>
5681
8cf51b2c
GM
5682 * custom.texi (Easy Customization):
5683 * files.texi (Old Versions):
5684 * frames.texi (Wheeled Mice):
5685 * mule.texi (Specify Coding):
8cf51b2c
GM
5686 * text.texi (Cell Justification):
5687 * trouble.texi (After a Crash):
8cf51b2c
GM
5688 * xresources.texi (GTK styles):
5689 Delete duplicate duplicate words.
5690
56912005-07-17 Richard M. Stallman <rms@gnu.org>
5692
5693 * frames.texi (Creating Frames): Fix foreground color example.
5694
5695 * custom.texi (Init Examples): Clean up text about conditionals.
5696
56972005-07-16 Richard M. Stallman <rms@gnu.org>
5698
5699 * mini.texi (Completion Commands): Fix command name for ?.
5700
8cf51b2c
GM
57012005-07-16 Eli Zaretskii <eliz@gnu.org>
5702
5703 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
5704 `menu' face has no effect on w32 and with GTK.
5705 Add cross-references.
8cf51b2c
GM
5706
5707 * cmdargs.texi (General Variables): Clarify the default location
5708 of $HOME on w32 systems.
5709
57102005-07-15 Jason Rumney <jasonr@gnu.org>
5711
5712 * cmdargs.texi (General Variables): Default HOME on MS Windows has
5713 changed.
5714
57152005-07-08 Kenichi Handa <handa@m17n.org>
5716
1c6c854e
CS
5717 * mule.texi (Recognize Coding):
5718 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
5719
57202005-07-07 Richard M. Stallman <rms@gnu.org>
5721
5722 * anti.texi (Antinews): Mention mode-line-inverse-video.
5723
5724 * files.texi (Saving): Minor correction about C-x C-w.
5725
5726 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
5727
57282005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5729
5730 * search.texi (Isearch Scroll): Add example of using the
5731 `isearch-scroll' property.
5732 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
5733 `Display Custom' node.
5734 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
5735 and de-emphasize it.
5736 (Other Repeating Search): `occur' currently can not correctly
5737 handle multiline matches. Correct, clarify and update description
5738 of `flush-lines' and `keep-lines'.
5739
5740 * display.texi (Display Custom): Add anchor for `baud-rate'.
5741
57422005-07-07 Richard M. Stallman <rms@gnu.org>
5743
5744 * gnu.texi: Update where to get GNU status; add refs for how to help.
5745 Add footnotes 6 and 7.
5746
57472005-07-04 Lute Kamstra <lute@gnu.org>
5748
5749 Update FSF's address in GPL notices.
5750
8cf51b2c 5751 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
5752 * trouble.texi (Checklist): Update FSF's address.
5753
8cf51b2c
GM
57542005-06-24 Richard M. Stallman <rms@gnu.org>
5755
5756 * display.texi (Text Display): Change index entries.
5757
57582005-06-24 Eli Zaretskii <eliz@gnu.org>
5759
5760 * makefile.w32-in (MAKEINFO): Use --force.
5761 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
5762 Makefile.in.
8cf51b2c
GM
5763
57642005-06-23 Richard M. Stallman <rms@gnu.org>
5765
1c6c854e 5766 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
5767 nobreak-char-display.
5768
5769 * emacs.texi (Top): Update detailed node listing.
5770
1c6c854e 5771 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
5772 to nobreak-char-display and no-break-space to nobreak-space.
5773 (Standard Faces): Split up the list of standard faces
5774 and put it in a separate node. Add nobreak-space and
5775 escape-glyph.
5776
8cf51b2c
GM
57772005-06-23 Lute Kamstra <lute@gnu.org>
5778
5779 * mule.texi (Select Input Method): Fix typo.
5780
57812005-06-23 Kenichi Handa <handa@m17n.org>
5782
1c6c854e
CS
5783 * mule.texi (International): List all supported scripts.
5784 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
5785 distribution.
5786 (Language Environments): List all language environments.
5787 Intlfonts contains fonts for most supported scripts, not all..
5788 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 5789 input a specific character.
8cf51b2c
GM
5790 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
5791
57922005-06-23 Juanma Barranquero <lekktu@gmail.com>
5793
49823426 5794 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
5795
57962005-06-22 Miles Bader <miles@gnu.org>
5797
5798 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
5799
58002005-06-20 Miles Bader <miles@gnu.org>
5801
5802 * display.texi (Faces): Add `vertical-divider'.
5803
58042005-06-17 Richard M. Stallman <rms@gnu.org>
5805
5806 * text.texi (Adaptive Fill): Minor clarification.
5807
8cf51b2c
GM
58082005-06-10 Lute Kamstra <lute@gnu.org>
5809
5810 * emacs.texi (Top): Correct version number.
5811 * anti.texi (Antinews): Correct version number. Use EMACSVER to
5812 refer to the current version of Emacs.
5813
58142005-06-08 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * files.texi (Log Buffer): Document when there can be more than
5817 one file to be committed.
5818
58192005-06-08 Juri Linkov <juri@jurta.org>
5820
5821 * display.texi (Faces): Add `shadow' face.
5822
58232005-06-07 Masatake YAMATO <jet@gyve.org>
5824
5825 * display.texi (Faces): Write about mode-line-highlight.
5826
58272005-06-06 Richard M. Stallman <rms@gnu.org>
5828
5829 * misc.texi (Printing Package): Explain how to initialize
5830 printing package.
5831
5832 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
5833
58342005-06-05 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * emacs.texi: Rename Hardcopy to Printing.
5837 Make PostScript and PostScript Variables subnodes of it.
5838
5839 * misc.texi (Printing): Rename node from Hardcopy.
5840 Mention menu bar options.
5841 Move PostScript and PostScript Variables to submenu.
5842 (Printing package): New node.
5843
5844 * mark.texi (Using Region): Change Hardcopy xref to Printing.
5845
5846 * dired.texi (Operating on Files): Likewise.
5847
5848 * calendar.texi (Displaying the Diary): Likewise.
5849
5850 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
5851
5852 * glossary.texi (Glossary): Likewise.
5853
5854 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
5855 effect.
5856
58572005-06-04 Richard M. Stallman <rms@gnu.org>
5858
5859 * trouble.texi (After a Crash): Polish previous change.
5860
8cf51b2c
GM
58612005-05-30 Noah Friedman <friedman@splode.com>
5862
5863 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
5864 recovery mechanism.
5865
8cf51b2c
GM
58662005-05-28 Nick Roberts <nickrob@snap.net.nz>
5867
5868 * building.texi (Other Buffers): SPC toggles display of
5869 floating point registers.
5870
8cf51b2c
GM
58712005-05-27 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * files.texi (Log Buffer): Merge in description of Log Edit
5874 mode from pcl-cvs.texi.
5875
58762005-05-26 Richard M. Stallman <rms@gnu.org>
5877
5878 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
5879
8cf51b2c
GM
58802005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5881
5882 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
5883 not enabled by default.
5884 When not on a word, `ispell-word' by default checks the word
5885 before point.
5886
58872005-05-24 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * building.texi (Debugger Operation): Simplify last sentence.
5890
58912005-05-23 Lute Kamstra <lute@gnu.org>
5892
5893 * emacs.texi: Update FSF's address throughout.
5894 (Preface): Use @cite.
5895 (Distrib): Add cross reference to the node "Copying". Mention the
5896 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
5897 printed manuals.
5898 (Intro): Use @xref for the Emacs Lisp Intro.
5899
8cf51b2c
GM
59002005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5901
5902 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
5903
5904 * basic.texi (Moving Point): Mention default for `goto-line'.
5905
5906 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
5907 of a variable's docstring.
5908
59092005-05-18 Lute Kamstra <lute@gnu.org>
5910
5911 * maintaining.texi (Overview of Emerge): Add cross reference.
5912 Remove duplication.
5913
5914 * emacs.texi (Top): Update to the current structure of the manual.
5915 * misc.texi (Emacs Server): Add menu description.
5916 * files.texi (Saving): Fix menu.
5917 * custom.texi (Customization): Fix menu.
5918 * mule.texi (International): Fix menu.
5919 * kmacro.texi (Keyboard Macros): Fix menu.
5920
59212005-05-16 Luc Teirlinck <teirllm@auburn.edu>
5922
5923 * display.texi: Various minor changes.
5924 (Faces): Delete text that is repeated in the next section.
5925
59262005-05-16 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * building.texi (Debugger Operation): Mention GUD tooltips are
5929 disabled with GDB in text command mode.
5930
8cf51b2c
GM
59312005-05-16 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * building.texi: Replace toolbar with "tool bar" for consistency.
5934 (Compilation Mode): Describe compilation-context-lines
5935 and use of arrow in compilation buffer.
5936 (Debugger Operation): Replace help text with variable's value.
5937
5938 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
5939 consistency.
5940
59412005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5942
5943 * major.texi (Choosing Modes): normal-mode processes the -*- line.
5944 Add xref.
5945
8cf51b2c
GM
59462005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
5949 (Position Info): Delete discussion of `goto-line'. It is already
5950 described in `Moving point'.
5951
5952 * mini.texi (Completion Commands): Correct reference.
5953 (Completion Options): Fix typo.
5954
5955 * killing.texi (Deletion): Complete description of `C-x C-o'.
5956
8cf51b2c
GM
59572005-05-10 Richard M. Stallman <rms@gnu.org>
5958
5959 * building.texi (Compilation): Clarify recompile's directory choice.
5960
5961 * frames.texi (Tooltips): Cleanups.
5962
5963 * basic.texi (Arguments): Fix punctuation.
5964
59652005-05-09 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * screen.texi (Menu Bar): The up and down (not left and right)
5968 arrow keys move through a keyboard menu.
5969
59702005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * basic.texi: Various typo and grammar fixes.
5973 (Moving Point): C-a now runs move-beginning-of-line.
5974
59752005-05-08 Nick Roberts <nickrob@snap.net.nz>
5976
5977 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
5978
5979 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
5980 as different animals.
5981
59822005-05-07 Luc Teirlinck <teirllm@auburn.edu>
5983
5984 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
5985 Correct index entry.
5986
59872005-05-07 Nick Roberts <nickrob@snap.net.nz>
5988
5989 * building.texi (Debugger Operation): Update to reflect changes
5990 in GUD tooltips.
5991
59922005-04-30 Richard M. Stallman <rms@gnu.org>
5993
5994 * files.texi (Compressed Files): Auto Compression normally enabled.
5995
5996 * building.texi (Debugger Operation): Clarify previous change.
5997
8cf51b2c
GM
59982005-04-28 Nick Roberts <nickrob@snap.net.nz>
5999
6000 * building.texi (Debugger Operation): Add description for
6001 GUD tooltips when program is not running.
6002
60032005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6004
6005 * misc.texi (Shell): Add `Shell Prompts' to menu.
6006 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6007 description. Delete remarks moved to new node.
6008 (Shell Prompts): New node.
6009 (History References): Replace remarks moved to `Shell Prompts'
6010 with xref to that node.
6011 (Remote Host): Clarify how to specify the terminal type when
6012 logging in to a different machine.
6013
60142005-04-26 Richard M. Stallman <rms@gnu.org>
6015
6016 * emacs.texi (Top): Update submenus from files.texi.
6017
6018 * files.texi (Filesets): Clarify previous change.
6019
6020 * dired.texi (Misc Dired Features): Clarify previous change.
6021
60222005-04-25 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6025
1c6c854e
CS
6026 * dired.texi (Misc Dired Features):
6027 Document dired-compare-directories.
8cf51b2c
GM
6028
6029 * files.texi (Filesets): New node.
6030 (File Conveniences): Document Image mode.
6031
6032 * text.texi (TeX Print): Document tex-compile.
6033
60342005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6037 Delete redundant reference to tooltip Custom group. It is
6038 referred too again in the next paragraph.
6039
60402005-04-24 Richard M. Stallman <rms@gnu.org>
6041
6042 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6043
8cf51b2c
GM
60442005-04-19 Kim F. Storm <storm@cua.dk>
6045
6046 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6047
60482005-04-18 Lars Hansen <larsh@math.ku.dk>
6049
6050 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6051 turns off desktop-save-mode.
6052
60532005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6056 by default in terminals compatible with xterm. Mention that
6057 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6058 node.
6059
8cf51b2c
GM
60602005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6061
6062 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6063
c8763fb6 60642005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6065
6066 * xresources.texi (Table of Resources): Add cursorBlink.
6067
60682005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6069
6070 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6071 `d', `C-d' and `u'.
6072
60732005-04-11 Richard M. Stallman <rms@gnu.org>
6074
6075 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6076 (Misc X): Add -D, --basic-display.
6077
6078 * maintaining.texi (Change Log): Correct the description of
6079 the example.
6080
6081 * major.texi (Choosing Modes): Document magic-mode-alist.
6082
8cf51b2c
GM
60832005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6084
6085 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6086 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6087 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6088 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6089 `w', respectively.
6090 (Rmail Labels): Mention `l'.
6091 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6092 (Rmail Summary Edit): Describe `j' and RET.
6093
c8763fb6 60942005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6095
6096 * xresources.texi (Lucid Resources): Add fontSet resource.
6097
8cf51b2c
GM
60982005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6101 now called `indicate-empty-lines'.
6102
61032005-04-06 Kim F. Storm <storm@cua.dk>
6104
6105 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6106
61072005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6108
6109 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6110 deleted.
6111 (Marks vs Flags): Add some convenient key bindings.
6112 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6113 (Misc Dired Features): Correct and expand description of `w' command.
6114
6115 * frames.texi (XTerm Mouse): Delete apparently false info.
6116 The GNU/Linux console currently does not appear to support
6117 `xterm-mouse-mode'.
6118
8cf51b2c
GM
61192005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6120
6121 * calendar.texi (Diary): Mention shell utility `calendar'.
6122
61232005-04-01 Richard M. Stallman <rms@gnu.org>
6124
6125 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6126
8cf51b2c
GM
61272005-04-01 Lute Kamstra <lute@gnu.org>
6128
6129 * maintaining.texi (Change Log): add-change-log-entry uses
6130 add-log-mailing-address.
6131
61322005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6133
6134 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6135 `VC Mode Line' and put in an xref to that node.
6136 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6137 its description.
6138
61392005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6140
6141 * calendar.texi (Calendar Systems): Say that the Persian calendar
6142 implemented here is the arithmetical one championed by Birashk.
6143
61442005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6145
6146 * programs.texi (Fortran Motion): Fix previous change.
6147
8cf51b2c
GM
61482005-03-29 Richard M. Stallman <rms@gnu.org>
6149
6150 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6151
61522005-03-29 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * text.texi (Refill): Refer to Long Lines Mode.
6155 (Longlines): New node.
6156 (Auto Fill): Don't index "word wrap" here.
6157 (Filling): Add Longlines to menu.
6158
61592005-03-29 Richard M. Stallman <rms@gnu.org>
6160
6161 * xresources.texi: Minor fixes.
6162
6163 * misc.texi (Emacs Server): Fix Texinfo usage.
6164
6165 * emacs.texi (Top): Don't use a real section heading for
6166 "Detailed Node Listing". Fake it instead.
6167
6168 * basic.texi (Position Info): Minor cleanup.
6169
6170 * mule.texi (Input Methods): Minor cleanup.
6171
61722005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6173
6174 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6175 constructs as well.
6176 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6177
61782005-03-29 Kenichi Handa <handa@m17n.org>
6179
6180 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6181
6182 * basic.texi (Position Info): Update the description about the
6183 command C-u C-x =.
6184
61852005-03-28 Richard M. Stallman <rms@gnu.org>
6186
6187 * emacs.texi (Top): Use @section for the detailed node listing.
6188
6189 * calendar.texi: Minor fixes to previous change.
6190
6191 * programs.texi (Fortran): Small fixes to previous changes.
6192
6193 * emacs.texi (Top): Update list of subnodes of Dired.
6194 Likewise for building.texi.
6195
6196 * files.texi (File Conveniences): Delete Auto Image File mode.
6197
61982005-03-28 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * building.texi (Flymake): New node.
6201
6202 * custom.texi (Function Keys): Document kp- event types and
6203 keypad-setup package.
6204
6205 * dired.texi (Wdired): New node.
6206
6207 * files.texi (File Conveniences): Reorder entries.
6208 Explain how to turn on Auto-image-file mode.
6209 Document Thumbs mode.
6210
6211 * mule.texi (Specify Coding): Document recode-region and
6212 recode-file-name.
6213
6214 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6215
62162005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6217
6218 * commands.texi (Keys): M-o is now a prefix key.
6219
62202005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6221
6222 * programs.texi: Reformat and update copyright years.
6223 (Fortran): Update section.
6224
62252005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6226
6227 * files.texi: Several small changes in addition to:
6228 (Visiting): Change xref for Dialog Boxes to ref.
6229 (Version Headers): Replace references to obsolete var
6230 `vc-header-alist' with `vc-BACKEND-header'.
6231 (Customizing VC): Update value of `vc-handled-backends'.
6232
62332005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6234
6235 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6236 move here from Emacs Lisp Reference Manual.
6237 * calendar.texi (Calendar/Diary, Diary Commands)
6238 (Special Diary Entries, Importing Diary): Change some xrefs to
6239 point to emacs-xtra rather than elisp.
6240
6241 * emacs-xtra.texi (Calendar Customizing):
6242 Move view-diary-entries-initially, view-calendar-holidays-initially,
6243 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6244 Emacs Manual.
6245 (Appt Customizing): Merge entire section into main Emacs Manual.
6246 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6247 mark-holidays-in-calendar here from emacs-xtra.
6248 (Displaying the Diary): Move view-diary-entries-initially,
6249 mark-diary-entries-in-calendar here from emacs-xtra.
6250 (Appointments): Move appt-display-mode-line,
6251 appt-display-duration, appt-disp-window-function,
6252 appt-delete-window-function here from emacs-xtra.
6253
6254 * calendar.texi: Update and reformat copyright.
6255 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6256 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6257 (Diary): Refer to `diary-file' rather than ~/diary.
6258 (Diary Commands): Rename node to "Displaying the Diary".
6259 * emacs.texi (Top): Rename "Diary Commands" section.
6260 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6261
62622005-03-26 Eli Zaretskii <eliz@gnu.org>
6263
6264 * misc.texi (Emacs Server): Fix the command for setting
6265 server-name. Add an xref to Invoking emacsclient.
6266
6267 * help.texi (Help Summary): Clarify when "C-h ." will do something
6268 nontrivial.
6269 (Apropos): Add cindex entry for apropos-sort-by-scores.
6270
6271 * display.texi (Text Display): Add index entries for how no-break
6272 characters are displayed.
6273
8cf51b2c
GM
62742005-03-26 Eli Zaretskii <eliz@gnu.org>
6275
6276 * files.texi (Visiting): Fix cross-references introduced with the
6277 last change.
6278
6279 * xresources.texi (GTK resources): Fix last change.
6280
8cf51b2c
GM
62812005-03-25 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * xresources.texi (X Resources): GTK options documented too.
6284 (Resources): Clarify meaning of program name.
6285 (Table of Resources): Add visualClass.
6286 (GTK resources): Rewrite.
6287 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
6288
6289 * display.texi (Text Display): Mention non-breaking spaces.
6290
6291 * files.texi (Reverting): Document auto-revert-check-vc-info.
6292
6293 * frames.texi (Mouse Commands): Document
6294 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
6295
6296 * help.texi (Help Summary): Add `C-h .'.
6297 (Apropos): Apropos accepts a list of search terms.
6298 Document apropos-sort-by-scores.
6299 (Help Echo): Document display-local-help.
6300
6301 * misc.texi (Emacs Server): Document server-name.
6302 (Invoking emacsclient): Document -s option for server names.
6303
6304 * text.texi (Outline Visibility): Introduce "current heading
6305 line" (commands can be called with point on a body line).
6306 Re-order table to follow the sequence of discussion.
6307 hide-body won't hide lines before first header line.
6308 (TeX Mode): Add DocTeX mode.
6309
8cf51b2c
GM
63102005-03-24 Richard M. Stallman <rms@gnu.org>
6311
6312 * mule.texi (Single-Byte Character Support): Delete mention
6313 of iso-acc.el and iso-transl.el.
6314
8cf51b2c
GM
63152005-03-23 Lute Kamstra <lute@gnu.org>
6316
6317 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
6318
63192005-03-23 Richard M. Stallman <rms@gnu.org>
6320
8cf51b2c
GM
6321 * search.texi: Delete explicit node pointers.
6322 (Incremental Search): New menu.
6323 (Basic Isearch, Repeat Isearch, Error in Isearch)
6324 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
6325 (Slow Isearch): New subnodes.
6326 (Configuring Scrolling): Node deleted.
6327 (Search Case): Doc default-case-fold-search.
6328 (Regexp Replace): Move replace-regexp doc here.
6329
6330 * rmail.texi (Movemail): Put commas inside closequotes.
6331
6332 * picture.texi (Insert in Picture): Document C-c arrow combos.
6333 (Basic Picture): Clarify erasure.
6334
6335 * display.texi (Font Lock): Put commas inside closequotes.
6336
6337 * cmdargs.texi (General Variables): Put commas inside closequotes.
6338
63392005-03-23 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * building.texi (Stack Buffer): Mention reverse contrast for
6342 *selected* frame (might not be current frame).
6343
8cf51b2c
GM
63442005-03-21 Richard M. Stallman <rms@gnu.org>
6345
6346 * building.texi (Starting GUD): Add bashdb.
6347
63482005-03-20 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * basic.texi (Moving Point): Add M-g M-g binding.
6351 (Undo): Document undo-only.
6352 (Position Info): Document M-g M-g and C-u M-g M-g.
6353
6354 * building.texi (Building): Put Grep Searching after Compilation
6355 Shell.
6356 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
6357 Document next-error-highlight.
6358 (Grep Searching): Document grep-highlight-matches.
6359 (Lisp Eval): Typing C-x C-e twice prints integers specially.
6360
6361 * calendar.texi (Importing Diary): Rename node from iCalendar.
6362 Document diary-from-outlook.
6363
6364 * dired.texi (Misc Dired Features): Rename node from Misc Dired
6365 Commands.
6366 Mention effect of X drag and drop on Dired buffers.
6367
6368 * files.texi (Visiting): Document large-file-warning-threshold.
6369 Move paragraph on file-selection dialog.
6370 Mention visiting files using X drag and drop.
6371 (Reverting): Mention using Auto-Revert mode to tail files.
6372 Document auto-revert-tail-mode.
6373 (Version Systems): Minor correction.
6374 (Comparing Files): Diff-mode is no longer based on Compilation
6375 mode.
6376 Document compare-ignore-whitespace.
6377 (Misc File Ops): Explain passing a directory to rename-file.
6378 Likewise for copy-file and make-symbolic-link.
6379
6380 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
6381 Document mouse-wheel-progressive speed.
6382
6383 * help.texi (Misc Help): Document numeric argument for C-h i.
6384 Correctly explain the effect of just C-u as argument.
6385
6386 * killing.texi (Deletion): Document numeric argument for
6387 just-one-space.
6388
6389 * mini.texi (Completion): Completion acts on text before point.
6390
6391 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
6392 (Emulation): CUA mode replaces pc-bindings-mode,
6393 pc-selection-mode, and s-region.
6394
6395 * mule.texi (Input Methods): Leim is now built-in.
6396 (Select Input Method): Document quail-show-key.
6397 (Specify Coding): Document revert-buffer-with-coding-system.
6398
6399 * programs.texi (Fortran Motion): Document f90-next-statement,
6400 f90-previous-statement, f90-next-block, f90-previous-block,
6401 f90-end-of-block, and f90-beginning-of-block.
6402
6403 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
6404
6405 * emacs.texi (Acknowledgments): Updated.
6406
6407 * anti.texi: Total rewrite.
6408
8cf51b2c
GM
64092005-03-19 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * ack.texi (Acknowledgments): Update.
6412
64132005-03-19 Eli Zaretskii <eliz@gnu.org>
6414
1c6c854e
CS
6415 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
6416 Update copyright years.
8cf51b2c
GM
6417
64182005-03-14 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * building.texi (Commands of GUD): Move paragraph on setting
6421 breakpoints with mouse to the GDB Graphical Interface node.
6422
64232005-03-07 Richard M. Stallman <rms@gnu.org>
6424
8cf51b2c
GM
6425 * misc.texi (Single Shell, Shell Options): Fix previous change.
6426
6427 * building.texi (Debugger Operation): Update GUD tooltip enable info.
6428
64292005-03-06 Richard M. Stallman <rms@gnu.org>
6430
6431 * building.texi (Starting GUD): Don't explain text vs graphical
6432 GDB here. Just mention it and xref.
6433 Delete "just one debugger process".
6434 (Debugger Operation): Move GUD tooltip info here.
6435 (GUD Tooltips): Node deleted.
6436 (GDB Graphical Interface): Explain the two GDB modes here.
6437
8cf51b2c
GM
6438 * sending.texi (Sending Mail): Minor cleanup.
6439 (Mail Aliases): Explain quoting conventions.
6440 Update key rebinding example.
6441 (Header Editing): C-M-i is like M-TAB.
6442 (Mail Mode Misc): mail-attach-file does not do MIME.
6443
6444 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
6445 that really belongs here.
6446 (Remote Mailboxes): Text moved to Rmail Inbox.
6447 (Rmail Display): Mention Mouse-1.
6448 (Movemail): Clarify two movemail versions.
6449 Clarify rmail-movemail-program.
6450
8cf51b2c
GM
6451 * misc.texi (Single Shell): Replace uudecode example with gpg example.
6452 Document async shell commands.
6453 (Shell History): Clarify.
6454 (Shell Ring): Mention C-UP an C-DOWN.
6455 (Shell Options): Add comint-prompt-read-only.
6456 (Invoking emacsclient): Set EDITOR to run Emacs.
6457 (Sorting): No need to explain what region is.
6458 (Saving Emacs Sessions): Fix typo.
6459 (Recursive Edit): Fix punctuation.
6460 (Emulation): Don't mention "PC bindings" which are standard.
6461 (Hyperlinking): Explain Mouse-1 convention here.
6462 (Find Func): Node deleted.
6463
8cf51b2c
GM
6464 * help.texi (Name Help): Xref to Hyperlinking.
6465
6466 * glossary.texi (Glossary):
6467 Rename "Balance Parentheses" to "Balancing...".
6468 Add "Byte Compilation". Correct "Copyleft".
6469 New xref in "Customization".
6470 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
6471 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
6472 Rename "Registers" to "Register".
6473 Replace "Selecting" with "Selected Frame",
6474 "Selected Window", and "Selecting a Buffer".
6475
6476 * files.texi (Types of Log File): Explain how projects'
6477 methods can vary.
6478
8cf51b2c
GM
6479 * display.texi (Faces): Delete "Emacs 21".
6480
6481 * custom.texi (Changing a Variable): C-M-i like M-TAB.
6482 * fixit.texi (Spelling): C-M-i like M-TAB.
6483 * mini.texi (Completion Options): C-M-i like M-TAB.
6484 * programs.texi (Symbol Completion): C-M-i like M-TAB.
6485 * text.texi (Text Mode): C-M-i like M-TAB.
6486
6487 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
6488
6489 * calendar.texi (Specified Dates): Mention `g w'.
6490 (Appointments): appt-activate toggles with no arg.
6491
8cf51b2c
GM
64922005-03-05 Juri Linkov <juri@jurta.org>
6493
6494 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 6495 "invocation (command line arguments)".
8cf51b2c
GM
6496 (Misc X): Add -nbc, --no-blinking-cursor.
6497
64982005-03-04 Ulf Jasper <ulf.jasper@web.de>
6499
6500 * calendar.texi (iCalendar): No need to require it now.
6501
8cf51b2c
GM
65022005-03-03 Nick Roberts <nickrob@snap.net.nz>
6503
6504 * trouble.texi (Contributing): Mention Savannah. Direct users to
6505 emacs-devel.
6506
65072005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6508
6509 * calendar.texi (Adding to Diary): Mention redrawing of calendar
6510 window.
6511
8cf51b2c
GM
65122005-02-27 Richard M. Stallman <rms@gnu.org>
6513
6514 * building.texi (Compilation): Update mode line status info.
6515
65162005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6517
6518 * calendar.texi (General Calendar): Document binding of
6519 scroll-other-window-down.
6520 (Mayan Calendar): Fix earliest date.
6521 (Time Intervals): Document timeclock-change.
6522 Fix timeclock-ask-before-exiting documentation.
6523
65242005-02-26 Kim F. Storm <storm@cua.dk>
6525
6526 * frames.texi (Mouse References):
6527 Add mouse-1-click-in-non-selected-windows.
6528
65292005-02-25 Richard M. Stallman <rms@gnu.org>
6530
6531 * screen.texi (Screen): Explain better about cursors and mode lines;
6532 don't presuppose text terminals.
6533 (Point): Don't assume just one cursor.
6534 Clarify explanation of cursors.
6535 (Echo Area, Menu Bar): Cleanups.
6536
6537 * mini.texi (Minibuffer): Prompts are highlighted.
6538 (Minibuffer Edit): Newline = C-j only on text terminals.
6539 Clarify resize-mini-windows values.
6540 Mention M-PAGEUP and M-PAGEDOWN.
6541 (Completion Commands): Mouse-1 like Mouse-2.
6542 (Minibuffer History): Explain history commands better.
6543 (Repetition): Add xref to Incremental Search.
6544
6545 * mark.texi (Setting Mark): Clarify info about displaying mark.
6546 Clarify explanation of C-@ and C-SPC.
6547 (Transient Mark): Mention Delete Selection mode.
6548 (Marking Objects): Clean up text about extending the region.
6549
6550 * m-x.texi (M-x): One C-g doesn't always go to top level.
6551 No delay before suggest-key-bindings output.
6552
6553 * fixit.texi (Fixit): Mention C-/ for undo.
6554 (Spelling): Mention ESC TAB like M-TAB.
6555 Replacement words with r and R are rechecked.
6556 Say where C-g leaves point. Mention ? as input.
6557
65582005-02-23 Lute Kamstra <lute@gnu.org>
6559
6560 * cmdargs.texi (Initial Options): Add cross reference.
6561
8cf51b2c
GM
65622005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * emacs.texi (Top): Update menu for splitting of node in
6565 msdog.texi.
6566 * frames.texi (Frames): Update xref for splitting of node in
6567 msdog.texi.
6568 * trouble.texi (Quitting): Ditto.
6569
65702005-02-16 Richard M. Stallman <rms@gnu.org>
6571
6572 * windows.texi (Split Window): Simplify line truncation info
6573 and xref to Display Custom.
6574
6575 * trouble.texi (Quitting): Emergency escape only for text terminal.
6576 (Screen Garbled): C-l for ungarbling is only for text terminal.
6577
6578 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
6579
6580 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
6581
6582 * programs.texi (Program Modes): Mention Python mode.
6583 (Moving by Defuns): Repeating C-M-h extends region.
6584 (Basic Indent): Clarify.
6585 (Custom C Indent): Clarify.
6586 (Expressions): Repeating C-M-@ extends region.
6587 (Info Lookup): Clarify for C-h S.
6588 (Symbol Completion): ESC TAB alternative for M-TAB.
6589 (Electric C): Clarify.
6590
6591 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
6592
6593 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
6594 MS-DOS Input node.
6595 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
6596 (MS-DOS and MULE): Clarify.
6597 (MS-DOS Processes, Windows Processes): Fix typos.
6598
6599 * major.texi (Choosing Modes): Clarify.
6600
6601 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
6602 (Keyboard Macro Step-Edit): Clarify.
6603
6604 * indent.texi (Indentation): Clarifications.
6605
6606 * help.texi (Help): Correct error about C-h in query-replace.
6607 Clarify apropos vs C-h a. Fix how to search in FAQ.
6608 (Key Help): Describe C-h w here.
6609 (Name Help): Minor cleanup. C-h w moved to Key Help.
6610 Clarify the "object" joke.
6611 (Apropos): Clarify. Mouse-1 like Mouse-2.
6612 (Help Mode): Mouse-1 like Mouse-2.
6613
6614 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
6615
6616 * display.texi (Display): Reorder menu.
6617 (Faces): Cleanup.
6618 (Font Lock): Cleanup. Mention Options menu.
6619 Delete obsolete text.
6620 (Scrolling): For C-l, don't presume text terminal.
6621 (Horizontal Scrolling): Simplify intro.
6622 (Follow Mode): Clarify.
1c6c854e 6623 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
6624 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
6625 Doc default-tab-width. Doc line truncation more thoroughly.
6626
6627 * dired.texi (Dired Enter): C-x C-f can run Dired.
6628 (Dired Visiting): Comment out `a' command.
6629 Mouse-1 is like Mouse-2.
6630 (Shell Commands in Dired): ? can be used more than once.
6631
6632 * basic.texi (Continuation Lines): Simplify description of truncation,
6633 and refer to Display Custom for the rest of it.
6634
8cf51b2c
GM
66352005-02-06 Lute Kamstra <lute@gnu.org>
6636
6637 * basic.texi (Undo): Fix typo.
6638
6639 * cmdargs.texi (Emacs Invocation): Fix typo.
6640
6641 * custom.texi (Init Examples): Fix typo.
6642
6643 * abbrevs.texi (Expanding Abbrevs): Fix typo.
6644
66452005-02-06 Richard M. Stallman <rms@gnu.org>
6646
6647 * regs.texi (Registers): Registers can hold numbers, too.
6648
6649 * killing.texi (Other Kill Commands): Cleanup.
6650 Delete redundant explanation of kill in read-only buffer.
6651 (Yanking): Mention term "copying".
6652 (Accumulating Text): Fix typo.
6653
6654 * entering.texi (Entering Emacs): Update rationale at start.
6655 (Exiting): Treat iconifying on a par with suspension.
6656
6657 * custom.texi (Minor Modes): Fix typo.
6658 (Easy Customization): Fix menu style.
6659 (Variables): Add xref.
6660 (Examining): Setting for future sessions works through .emacs.
6661 (Keymaps): "Text terminals", not "Many".
6662 (Init Rebinding): Explain \C-. Show example of \M-.
6663 Fix minor wording errors.
6664 (Function Keys): Explain vector syntax just once.
6665 (Named ASCII Chars): Clarify history of TAB/C-i connection.
6666 (Init File): Mention .emacs.d directory.
6667 (Init Examples): Add xref.
6668 (Find Init): Mention .emacs.d directory.
6669
6670 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
6671 (Action Arguments): Explain which kinds of -l args are found how.
6672 (Initial Options): --batch does not inhibit site-start.
6673 Add xrefs.
6674 (Command Example): Use --batch, not -batch.
6675
6676 * basic.texi (Inserting Text): Cleanup wording.
6677 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
6678 C-n is not error at end of buffer.
6679 (Undo): Doc C-/ like C-_. Add xrefs.
6680 (Arguments): META key may be labeled ALT.
6681 Peculiar arg meanings are explained in doc strings.
6682
6683 * abbrevs.texi (Expanding Abbrevs): Clarify.
6684
66852005-02-05 Eli Zaretskii <eliz@gnu.org>
6686
6687 * frames.texi (Frame Parameters): Add an xref to the description
6688 of list-colors-display. Add a pointer to the X docs about colors.
6689
6690 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 6691 Improve docs of list-colors-display.
8cf51b2c
GM
6692
66932005-02-03 Lute Kamstra <lute@gnu.org>
6694
6695 * frames.texi (Frames, Drag and Drop): Fix typos.
6696
66972005-02-03 Richard M. Stallman <rms@gnu.org>
6698
6699 * windows.texi (Basic Window): Mention color-change in mode line.
6700 (Change Window): Explain dragging vertical boundaries.
6701
6702 * text.texi (Sentences): Clarify.
6703 (Paragraphs): Explain M-a and blank lines.
6704 (Outline Mode): Clarify text and menu.
6705 (Hard and Soft Newlines): Mention use-hard-newlines.
6706
6707 * frames.texi (Frames): Delete unnecessary mention of Windows.
6708 (Mouse Commands): Likewise. Mention xterm mouse support.
6709 (Clipboard): Clarify.
6710 (Mouse References): Mention use of Mouse-1 for following links.
6711 (Menu Mouse Clicks): Clarify.
6712 (Mode Line Mouse): Clarify.
6713 (Drag and Drop): Rewrite.
6714
6715 * fixit.texi (Spelling): Fix typo.
6716
6717 * files.texi (File Names): Clarify.
6718 (Visiting): Update conditions for use of file dialog. Clarify.
6719 (Saving): Doc d as answer in save-some-buffers.
6720 (Remote Files): Clean up the text.
6721
6722 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
6723
6724 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
6725 (List Buffers): Clarify.
6726 (Several Buffers): Doc T command.
6727 (Buffer Convenience): Clarify menu.
6728
6729 * basic.texi (Undo): Clarify last change.
6730
67312005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6732
6733 * fixit.texi (Spelling): Fix typo.
6734
67352005-02-01 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * basic.texi (Undo): Update description of `undo-outer-limit'.
6738
67392005-02-01 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * building.texi: Update documentation relating to GDB Graphical
6742 Interface.
6743
67442005-01-30 Luc Teirlinck <teirllm@auburn.edu>
6745
6746 * custom.texi (Easy Customization): Adapt menu to node name change.
6747
67482005-01-30 Richard M. Stallman <rms@gnu.org>
6749
6750 * custom.texi (Easy Customization): Defn of "User Option" now
6751 includes faces. Don't say just "option" when talking about variables.
6752 Do say just "options" to mean "anything customizable".
6753 (Specific Customization): Describe `customize-variable',
6754 not `customize-option'.
6755
6756 * glossary.texi (Glossary) <Faces>: Add xref.
6757 <User Option>: Change definition--include faces. Change xref.
6758
6759 * picture.texi (Picture): Mention artist.el.
6760
6761 * sending.texi, screen.texi, programs.texi, misc.texi:
6762 * mini.texi, major.texi, maintaining.texi, macos.texi:
6763 * help.texi, frames.texi, files.texi:
6764 Don't say just "option" when talking about variables.
6765
6766 * display.texi, mule.texi: Don't say just "option" when talking
6767 about variables. Other minor cleanups.
6768
8cf51b2c
GM
67692005-01-26 Lute Kamstra <lute@gnu.org>
6770
6771 * cmdargs.texi (Initial Options): Add a cross reference to `Init
6772 File'. Mention the `-Q' option at the `--no-site-file' option.
6773
8cf51b2c
GM
67742005-01-22 David Kastrup <dak@gnu.org>
6775
6776 * building.texi (Grep Searching): Mention alias `find-grep' for
6777 `grep-find'.
6778
67792005-01-20 Richard M. Stallman <rms@gnu.org>
6780
6781 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
6782
8cf51b2c
GM
67832005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6784
6785 * rmail.texi (Movemail): Explain differences
6786 between standard and mailutils versions of movemail.
6787 Describe command line and configuration options introduced
6788 with the latter.
6789 Explain the notion of mailbox URL, provide examples and
6790 cross-references to mailutils documentation.
6791 Describe various methods of specifying mailbox names,
6792 user names and user passwords for rmail.
1c6c854e
CS
6793 (Remote Mailboxes): New section.
6794 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
6795 options used to control its behavior.
6796 (Other Mailbox Formats): Explain handling of various mailbox
6797 formats.
6798
67992005-01-13 Richard M. Stallman <rms@gnu.org>
6800
6801 * commands.texi (Commands): Clarification.
6802
68032005-01-11 Richard M. Stallman <rms@gnu.org>
6804
6805 * programs.texi (Multi-line Indent): Fix previous change.
6806 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
6807
8cf51b2c
GM
68082005-01-08 Richard M. Stallman <rms@gnu.org>
6809
6810 * display.texi (Faces): isearch-lazy-highlight-face renamed to
6811 lazy-highlight.
6812
6813 * search.texi (Query Replace): Mention faces query-replace
6814 and lazy-highlight.
6815 (Incremental Search): Update isearch highlighting info.
6816
8cf51b2c
GM
68172005-01-04 Richard M. Stallman <rms@gnu.org>
6818
6819 * custom.texi (Saving Customizations): Minor improvement.
6820
8cf51b2c
GM
68212005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6822
6823 * custom.texi (Saving Customizations): Emacs no longer loads
6824 `custom-file' after .emacs. No longer mention customizing through
6825 Custom.
6826
8cf51b2c
GM
68272005-01-01 Andreas Schwab <schwab@suse.de>
6828
6829 * killing.texi (Graphical Kill): Move up under node Killing,
6830 change @section to @subsection.
6831
68322005-01-01 Richard M. Stallman <rms@gnu.org>
6833
6834 * custom.texi (Face Customization): Mention hex color specs.
6835
6836 * emacs.texi (Top): Update Killing submenu.
6837
6838 * killing.texi (Killing): Reorganize section.
6839 No more TeX-only text; put the node command at start of chapter.
6840 But the first section heading is used only in TeX.
6841 Rewrite the text to read better in this mode.
6842 (Graphical Kill): New subnode gets some of the text that
6843 used to be in the first section.
6844
68452004-12-31 Richard M. Stallman <rms@gnu.org>
6846
6847 * dired.texi (Shell Commands in Dired): Delete the ? example.
6848
6849 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
6850
6851 * files.texi (Saving): Describe new require-final-newline features
6852 and mode-require-final-newline.
6853
8cf51b2c
GM
68542004-12-29 Richard M. Stallman <rms@gnu.org>
6855
6856 * custom.texi (File Variables): Clarify previous change.
6857
c8763fb6 68582004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6859
6860 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
6861 out now.
6862
68632004-12-27 Richard M. Stallman <rms@gnu.org>
6864
6865 * Makefile.in (MAKEINFO): Specify --force.
6866
6867 * basic.texi (Moving Point): C-e now runs move-end-of-line.
6868 (Undo): Doc undo-outer-limit.
6869
8cf51b2c
GM
68702004-12-15 Juri Linkov <juri@jurta.org>
6871
6872 * mark.texi (Transient Mark, Mark Ring): M-< and other
6873 movement commands don't set mark in Transient Mark mode
6874 if mark is active.
6875
8cf51b2c
GM
68762004-12-12 Juri Linkov <juri@jurta.org>
6877
6878 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
6879 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
6880
6881 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
6882 (Misc Dired Commands): Add @r{(Dired)} to w.
6883
68842004-12-12 Juri Linkov <juri@jurta.org>
6885
6886 * mark.texi (Marking Objects): Marking commands also extend the
6887 region when mark is active in Transient Mark mode.
6888
8cf51b2c
GM
68892004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6890
6891 * custom.texi (Saving Customizations): Emacs only loads the custom
6892 file automatically after the init file in version 22.1 or later.
6893 Adapt text and examples to this fact.
6894
8cf51b2c
GM
68952004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6896
6897 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
6898 be set through Custom. Otherwise, it has no effect.
6899
8cf51b2c
GM
69002004-12-05 Richard M. Stallman <rms@gnu.org>
6901
6902 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
6903 * entering.texi: Rename Command Line to Emacs Invocation.
6904
10d1d0af 6905 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
6906
6907 * custom.texi (Easy Customization): Move up to section level,
6908 before Variables. Avoid using the term "variable"; say "option".
6909 New initial explanation.
6910 (Variables): In initial explanation, connect "variable" to the
6911 already-explained "user option".
6912
6913 * emacs.texi (Top): Fix ref to Command Line.
6914 Move reference to Easy Customization.
6915
6916 * xresources.texi (X Resources): Fix From link.
6917
6918 * doclicense.texi (GNU Free Documentation License): Fix To link.
6919
6920 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
6921
6922 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
6923
69242004-12-03 Richard M. Stallman <rms@gnu.org>
6925
6926 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
6927
69282004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6929
6930 * kmacro.texi: Several small changes in addition to the following.
6931 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
6932 defining a keyboard macro.
6933 Mention `kmacro-ring-max'.
6934 (Keyboard Macro Counter): Clarify description of
6935 `kmacro-insert-counter', `kmacro-set-counter',
6936 `kmacro-add-counter' and `kmacro-set-format'.
6937
69382004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6939
6940 * custom.texi (File Variables): Add `unibyte' and make it more
6941 clear that `unibyte' and `coding' are special. Suggested by Simon
6942 Krahnke <overlord@gmx.li>.
6943
6944 * mule.texi (Enabling Multibyte): Refer to File Variables.
6945 Suggested by Simon Krahnke <overlord@gmx.li>.
6946
c8763fb6 69472004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6948
6949 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
6950 x-use-old-gtk-file-dialog.
6951
8cf51b2c
GM
69522004-11-20 Richard M. Stallman <rms@gnu.org>
6953
6954 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
6955
69562004-11-09 Lars Brinkhoff <lars@nocrew.org>
6957
6958 * building.texi (Lisp Eval): Delete hyphen in section name.
6959
69602004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6961
6962 * files.texi (Old Versions):
6963 No longer document annotation as "CVS only".
6964
69652004-11-10 Andre Spiegel <spiegel@gnu.org>
6966
6967 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
6968 version systems, mentioning the new ones that we support.
6969 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
6970 suggestions.
6971
c8763fb6 69722004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6973
49823426 6974 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 6975
c8763fb6 69762004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6977
6978 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
6979
69802004-10-23 Eli Zaretskii <eliz@gnu.org>
6981
6982 * text.texi (Text Based Tables, Table Definition)
6983 (Table Creation, Table Recognition, Cell Commands)
6984 (Cell Justification, Row Commands, Column Commands)
6985 (Fixed Width Mode, Table Conversion, Measuring Tables)
6986 (Table Misc): New nodes, documenting the Table Mode.
6987
8cf51b2c
GM
69882004-10-19 Jason Rumney <jasonr@gnu.org>
6989
6990 * makefile.w32-in (info): Change order of arguments to makeinfo.
6991
69922004-10-19 Ulf Jasper <ulf.jasper@web.de>
6993
6994 * calendar.texi (iCalendar): Update for package changes.
6995
8cf51b2c
GM
69962004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6997
6998 * files.texi (Misc File Ops): View mode is a minor mode.
6999
8cf51b2c
GM
70002004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7001
7002 * calendar.texi (iCalendar): Style changes.
7003
70042004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7005
7006 * search.texi (Regexps): The regexp described in the example is no
7007 longer stored in the variable `sentence-end'.
7008
8cf51b2c
GM
70092004-10-06 Nick Roberts <nickrob@snap.net.nz>
7010
7011 * building.texi (Starting GUD): Note that multiple debugging
7012 sessions requires `gdb --fullname'.
7013
70142004-10-05 Ulf Jasper <ulf.jasper@web.de>
7015
7016 * calendar.texi (iCalendar): New section for a new package.
7017
8cf51b2c
GM
70182004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7019
7020 * text.texi: Various small changes in addition to the following.
7021 (Text): Replace xref for autotype with inforef.
7022 (Sentences): Explain nil value for `sentence-end'.
7023 (Paragraphs): Update default values for `paragraph-start' and
7024 `paragraph-separate'.
7025 (Text Mode): Correct description of Text mode's effect on the
7026 syntax table.
7027 (Outline Visibility): `hide-other' does not hide top level headings.
7028 `selective-display-ellipses' no longer has an effect on Outline mode.
7029 (TeX Misc): Add missing @cindex.
7030 Replace xref for RefTeX with inforef.
7031 (Requesting Formatted Text): The variable
7032 `enriched-fill-after-visiting' no longer exists.
7033 (Editing Format Info): Update names of menu items and commands.
7034 (Format Faces): Mention special effect of specifying the default face.
7035 Describe inheritance of text properties.
7036 Correct description of `fixed' face.
7037 (Format Indentation): Correct description of effect of setting
7038 margins. Mention `set-left-margin' and `set-right-margin'.
7039 (Format Justification): Update names of menu items.
7040 `set-justification-full' is now bound to `M-j b'.
7041 Mention that `default-justification' is a per buffer variable.
7042 (Format Properties): Update name of menu item.
7043 (Forcing Enriched Mode): `format-decode-buffer' automatically
7044 turns on Enriched mode if the buffer is in text/enriched format.
7045
70462004-10-05 Emilio C. Lopes <eclig@gmx.net>
7047
7048 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7049
70502004-09-28 Kim F. Storm <storm@cua.dk>
7051
7052 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7053 Align with new functionality.
7054
8cf51b2c
GM
70552004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * display.texi (Display Custom): Remove stray `@end defvar'.
7058
70592004-09-23 Kim F. Storm <storm@cua.dk>
7060
7061 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7062 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7063
8cf51b2c
GM
70642004-09-20 Richard M. Stallman <rms@gnu.org>
7065
7066 * custom.texi (Hooks): Explain using setq to clear out a hook.
7067 (File Variables): Explain multiline string constants.
7068 (Non-ASCII Rebinding): Explain when you need to update
7069 non-ASCII char codes in .emacs.
7070
7071 * building.texi (Compilation): Explain how to make a silent
7072 subprocess that won't be terminated. Explain compilation-environment.
7073
70742004-09-13 Kim F. Storm <storm@cua.dk>
7075
7076 * mini.texi (Repetition): Rename isearch-resume-enabled to
7077 isearch-resume-in-command-history and change default to disabled.
7078
8cf51b2c
GM
70792004-09-09 Kim F. Storm <storm@cua.dk>
7080
7081 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7082 with new `kmacro-name-last-macro'.
7083
8cf51b2c
GM
70842004-09-08 Juri Linkov <juri@jurta.org>
7085
7086 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7087
8cf51b2c
GM
70882004-09-03 Juri Linkov <juri@jurta.org>
7089
7090 * search.texi (Incremental Search): Update wording for M-%.
7091
70922004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7093
7094 * killing.texi (Killing): Correct description of kill commands in
7095 read-only buffer.
7096
70972004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7098
7099 * building.texi (Compilation Mode): Add a paragraph about rules
7100 for finding the compilation buffer for `next-error'.
7101
7102 * search.texi (Other Repeating Search): Mention that Occur mode
7103 supports the next-error functionality.
7104
71052004-09-02 Juri Linkov <juri@jurta.org>
7106
7107 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7108
71092004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * kmacro.texi (Basic Keyboard Macro):
7112 `apply-macro-to-region-lines' now operates on all lines that begin
7113 in the region, rather than on all complete lines in the region.
7114
c8763fb6 71152004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7116
7117 * frames.texi (Drag and drop): Add documentation about
7118 x-dnd-test-function and x-dnd-known-types.
7119
71202004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * indent.texi: Various minor changes in addition to:
7123 (Indentation Commands): Correct description of `indent-relative'.
7124 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7125 mode. The *Tab Stops* buffer uses Overwrite Mode.
7126 (Just Spaces): `tabify' converts sequences of at least two spaces
7127 to tabs.
7128
8cf51b2c
GM
71292004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * frames.texi (Secondary Selection): Setting the secondary
7132 selection with M-Drag-Mouse-1 does not alter the kill ring,
7133 setting it with M-Mouse-1 and M-Mouse-3 does.
7134 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7135 toolkit scroll bars.
7136 (Scroll Bars): Ditto.
7137
7138 * windows.texi (Basic Window): When using a window system, the value
7139 of point in a non-selected window is indicated by a hollow box.
7140 (Split Window): Side by side windows are separated by a scroll bar,
7141 if scroll bars are used.
7142 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7143 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7144 (Window Convenience): Update bindings for `winner-undo' and
7145 `winner-redo'.
7146
7147 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7148 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7149 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7150 of "Using Emacs as a Server".
7151 * building.texi (Building): Interchange nodes (for correct numbering).
7152 * programs.texi (Programs): Interchange nodes (for correct numbering).
7153 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7154 Info to the node structure.
7155 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7156 Rearrange order of nodes and sections such that both "GNU GENERAL
7157 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7158 end, as appropriate for appendices.
7159 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7160 Use `@unnumberedsec'.
7161 * trouble.texi: Adapt sectioning in Info to the node structure.
7162 Adapt node pointers to change in emacs.texi.
7163 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7164
8cf51b2c
GM
71652004-08-25 Kenichi Handa <handa@m17n.org>
7166
7167 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7168 description for unibyte mode.
7169
71702004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7173
7174 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7175 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7176 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7177 in @pxref.
7178
71792004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7180
7181 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7182 Change section names.
7183
8cf51b2c
GM
71842004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7185
7186 * kmacro.texi (Keyboard Macro Ring): Rename section.
7187 Emacs treats the head of the macro ring as the `last keyboard macro'.
7188 (Keyboard Macro Counter): Minor change.
7189 (Save Keyboard Macro): Some clarifications.
7190 (Edit Keyboard Macro): Rename section.
7191
7192 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7193 32-bit machines.
7194 (Several Buffers): Clarify which buffer is selected if `2' is
7195 pressed in the Buffer Menu.
7196 Auto Revert mode can be used to update the Buffer Menu
7197 automatically.
7198
71992004-08-21 Eli Zaretskii <eliz@gnu.org>
7200
7201 * help.texi (Misc Help): Add an index entry for finding an Info
7202 manual by its file name.
7203
72042004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * files.texi (Backup Deletion): Correct description of
7207 `delete-old-versions'.
7208 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7209 (Auto Save Files): Recommend `auto-save-mode' to reenable
7210 auto-saving, rather than the abbreviation `auto-save'.
7211
72122004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7215 for "killing" and "yanking" in main menu.
7216
72172004-08-16 Richard M. Stallman <rms@gnu.org>
7218
7219 * killing.texi (Yanking, Killing): Minor cleanups.
7220
7221 * mark.texi (Momentary Mark): Minor cleanups.
7222
72232004-08-15 Kenichi Handa <handa@etl.go.jp>
7224
7225 * custom.texi (Non-ASCII Rebinding):
7226 C-q always inserts the right code to pass to global-set-key.
7227
8cf51b2c
GM
72282004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7231 `insert-register', instead of `C-x r g' binding, for consistency.
7232
72332004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7234
7235 * fixit.texi (Spelling): Fix typo.
7236
72372004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * help.texi (Help): Fix Texinfo usage.
7240
8cf51b2c
GM
72412004-07-24 Richard M. Stallman <rms@gnu.org>
7242
7243 * text.texi (Paragraphs): Update how paragraphs are separated
7244 and the default for paragraph-separate.
7245
7246 * search.texi (Regexp Replace): Further update text for new
7247 replacement operators.
7248
8cf51b2c
GM
72492004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7252 `R' switch.
7253
7254 * dired.texi (Dired Updating): `k' only deletes inserted
7255 subdirectories from the Dired buffer if a prefix argument was given.
7256
7257 * search.texi (Regexps): Delete redundant definition of `symbol' in
7258 description of `\_>'. It already occurs in the description of `\_<'.
7259
8cf51b2c
GM
72602004-07-01 Juri Linkov <juri@jurta.org>
7261
7262 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7263 (Regexp Search): Add M-r.
7264
72652004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7268
72692004-06-29 Jesper Harder <harder@ifa.au.dk>
7270
49823426 7271 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7272
72732004-06-25 Richard M. Stallman <rms@gnu.org>
7274
7275 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7276
72772004-06-25 David Kastrup <dak@gnu.org>
7278
7279 * search.texi (Regexp Replace): Some typo corrections and
7280 rearrangement.
7281
72822004-06-24 David Kastrup <dak@gnu.org>
7283
7284 * search.texi (Unconditional Replace): Use replace-string instead
7285 of query-replace in example.
7286 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
7287 sequences.
7288 (Query Replace): Correct explanation of `^' which does not use
7289 the mark stack.
7290
72912004-06-21 Nick Roberts <nickrob@gnu.org>
7292
7293 * misc.texi (Shell History Copying): Document comint-insert-input.
7294 (Shell Ring): Describe comint-dynamic-list-input-ring here.
7295
8cf51b2c
GM
72962004-06-20 Jesper Harder <harder@ifa.au.dk>
7297
7298 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
7299 * custom.texi (Customization): Do.
7300 * anti.texi (Antinews): Do.
7301 * abbrevs.texi (Defining Abbrevs): Do.
7302
7303 * programs.texi (Info Lookup): Fix keybinding for
7304 info-lookup-symbol.
7305
73062004-06-16 Juanma Barranquero <lektu@terra.es>
7307
7308 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
7309 Add emacs-xtra.
7310 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
7311 (clean): Add emacs-xtra and flymake. Remove redundancies.
7312
73132004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
7316 Add emacs-xtra.
7317 * emacs-xtra.texi: New file.
7318
73192004-06-14 Luc Teirlinck <teirllm@auburn.edu>
7320
7321 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
7322 (Dired and Find): Mention differences with ordinary Dired buffers.
7323
8cf51b2c
GM
73242004-06-13 Richard M. Stallman <rms@gnu.org>
7325
7326 * custom.texi (Init Syntax): Explain about vars that do special
7327 things when set with setq or with Custom.
7328 (Init Examples): Add line-number-mode example.
7329
8cf51b2c
GM
73302004-06-12 Juri Linkov <juri@jurta.org>
7331
7332 * dired.texi (Operating on Files): Add dired-do-touch.
7333
8cf51b2c
GM
73342004-06-10 Juri Linkov <juri@jurta.org>
7335
7336 * building.texi (Lisp Eval): Add C-M-x on defface.
7337
73382004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7339
7340 * files.texi (Reverting): Auto-Revert mode and
7341 Global Auto-Revert mode no longer revert remote files.
7342
8cf51b2c
GM
73432004-05-29 Richard M. Stallman <rms@gnu.org>
7344
7345 * custom.texi (Init File): Two dashes start --no-site-file.
7346
8cf51b2c
GM
73472004-05-29 Alan Mackenzie <acm@muc.de>
7348
7349 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 7350 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
7351 (AWK, Pike): Document as "C-like modes".
7352 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
7353 (M-x man): Supersedes M-x manual-entry.
7354 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
7355
7356 ("Comments in C"): Delete node; the info is in CC Mode manual.
7357 (c-comment-only-line-offset): Remove description.
7358
7359 (C-c ., C-c C-c): Describe new C Mode bindings.
7360
7361 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
7362 (@dfn{Style}, c-default-style, comment-column, comment-padding)
7363 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
7364 Amend definitions.
7365
7366 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
7367 Describe functions.
7368
7369 (c-comment-start-regexp, c-hanging-comment-ender-p)
7370 (c-hanging-comment-starter-p): Remove obsolete definitions.
7371
7372 * emacs.texi: Remove the menu entry "Comments in C".
7373
8cf51b2c
GM
73742004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * dired.texi (Dired and Find): `find-ls-option' does not apply to
7377 `M-x locate'.
7378
73792004-05-16 Karl Berry <karl@gnu.org>
7380
7381 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
7382 makeinfo --html fails.
7383 * help.texi (Help Summary) [@ifnottex]: Likewise.
7384
73852004-05-13 Nick Roberts <nickrob@gnu.org>
7386
7387 * building.texi (GDB Graphical Interface): Update and describe
7388 layout first.
7389
8cf51b2c
GM
73902004-05-04 Jason Rumney <jasonr@gnu.org>
7391
7392 * makefile.w32-in: Revert last change.
7393
73942004-05-03 Jason Rumney <jasonr@gnu.org>
7395
7396 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
7397
8cf51b2c
GM
73982004-04-23 Juanma Barranquero <lektu@terra.es>
7399
7400 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7401
74022004-04-18 Juri Linkov <juri@jurta.org>
7403
7404 * fixit.texi (Spelling): Remove file extension from ispell xref.
7405
74062004-04-15 Kim F. Storm <storm@cua.dk>
7407
7408 * cmdargs.texi (Initial Options): Add -Q.
7409
74102004-04-05 Kim F. Storm <storm@cua.dk>
7411
7412 * custom.texi (File Variables): Add safe-local-eval-forms.
7413
8cf51b2c
GM
74142004-04-02 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * files.texi (Reverting): Correct description of revert-buffer's
7417 handling of point.
7418
74192004-03-22 Juri Linkov <juri@jurta.org>
7420
7421 * emacs.texi (Top): Add `Misc X'.
7422
49823426 7423 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
7424
7425 * glossary.texi: Improve references.
7426
7427 * help.texi: Sync keywords with finder.el.
7428
7429 * mini.texi (Completion): Add description for menu items.
7430
7431 * misc.texi (Browse-URL, FFAP): Add information about keywords.
7432
7433 * sending.texi (Mail Methods): Fix xref to Message manual.
7434
8cf51b2c
GM
74352004-03-12 Richard M. Stallman <rms@gnu.org>
7436
8cf51b2c
GM
7437 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
7438
8cf51b2c
GM
74392004-03-04 Richard M. Stallman <rms@gnu.org>
7440
7441 * search.texi (Regexps): Explain that ^ and $ have their
7442 special meanings only in certain contexts.
7443
7444 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
7445
7446 * mule.texi (Specify Coding): Doc C-x RET F.
7447
7448 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
7449 for multiple compile and grep buffers.
7450 (Indirect Buffers): Don't recommand clone-indirect-buffer
7451 for multiple compile and grep buffers.
7452
8cf51b2c
GM
74532004-02-29 Juanma Barranquero <lektu@terra.es>
7454
7455 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7456 Use $(DEL) instead of rm, and ignore exit code.
7457
8cf51b2c
GM
74582004-02-23 Nick Roberts <nick@nick.uklinux.net>
7459
7460 * building.texi (Watch Expressions): Update.
7461
74622004-02-21 Juri Linkov <juri@jurta.org>
7463
1c6c854e
CS
7464 * cmdargs.texi (Action Arguments): Add alias --find-file.
7465 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
7466 to Command Arguments.
7467 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
7468 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
7469 (Window Size X): Join -g and --geometry. Add @cindex.
7470 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
7471 (Title X): Remove alias -title.
7472 (Misc X): New node.
7473
c8763fb6 74742004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7475
7476 * frames.texi (Drag and drop): Add Motif to list of supported
7477 protocols.
7478
c8763fb6 74792004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7480
7481 * frames.texi (Drag and drop): New section.
7482
74832004-01-24 Richard M. Stallman <rms@gnu.org>
7484
1c6c854e 7485 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
7486 Include it only @ifnotinfo. Patch the preceding and following
7487 node headers to point to each other.
7488
74892004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7490
7491 * calendar.texi (Appointments): Update section.
7492
74932003-12-29 Kevin Ryde <user42@zip.com.au>
7494
8cf51b2c
GM
7495 * programs.texi (C Modes): Fix the xref.
7496
74972003-12-23 Nick Roberts <nick@nick.uklinux.net>
7498
7499 * building.texi (Watch Expressions): Update.
7500 (Commands of GUD): Include use of toolbar + breakpoints set from
7501 fringe/margin.
7502
75032003-12-03 Andre Spiegel <spiegel@gnu.org>
7504
7505 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
7506 <acm@muc.de>.
7507
c8763fb6 75082003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7509
7510 * frames.texi (Dialog Boxes): Add use-file-dialog.
7511
8cf51b2c
GM
75122003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7513
7514 * ack.texi: Note that Alan Mackenzie contributed the AWK support
7515 in CC Mode.
7516
8cf51b2c
GM
75172003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7518
7519 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
7520 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 7521 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
7522 * man/frames.texi, man/glossary.texi, man/killing.texi:
7523 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
7524 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
7525 * man/sending.texi, man/text.texi, man/trouble.texi:
7526 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
7527
75282003-11-01 Alan Mackenzie <acm@muc.de>
7529
7530 * search.texi (Scrolling During Incremental Search): Document a
7531 new scrolling facility in isearch mode.
7532
8cf51b2c
GM
75332003-10-22 Miles Bader <miles@gnu.org>
7534
7535 * Makefile.in (info): Move before $(top_srcdir)/info.
7536
75372003-10-22 Nick Roberts <nick@nick.uklinux.net>
7538
7539 * building.texi (Watch Expressions): Update section on data display
7540 to reflect code changes (GDB Graphical Interface).
7541
8cf51b2c
GM
75422003-10-13 Richard M. Stallman <rms@gnu.org>
7543
7544 * xresources.texi (GTK resources): Clean up previous change.
7545
c8763fb6 75462003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7547
7548 * xresources.texi (GTK resources): Add a note that some themes
7549 disallow customizations. Add scroll theme example.
7550
8cf51b2c
GM
75512003-09-30 Richard M. Stallman <rms@gnu.org>
7552
8cf51b2c
GM
7553 * cmdargs.texi (General Variables): Remove MAILRC envvar.
7554
7555 * misc.texi (Saving Emacs Sessions): Shorten the section,
7556 collapsing back into one node.
7557
75582003-09-30 Lars Hansen <larsh@math.ku.dk>
7559
7560 * misc.texi: Section "Saving Emacs Sessions" rewritten.
7561
ce058493 75622003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7563
7564 * xresources.texi (GTK names in Emacs): Correct typo.
7565
8cf51b2c
GM
75662003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
7567
1c6c854e
CS
7568 * cmdargs.texi (Font X): Mention new default font.
7569 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
7570 problems involved. (Result of discussion on emacs-devel.)
7571
75722003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
7573
7574 * emacs.texi (Acknowledgements): Correct typo.
7575
75762003-09-22 Richard M. Stallman <rms@gnu.org>
7577
7578 * dired.texi (Misc Dired Commands): New node.
7579 (Dired Navigation): Add dired-goto-file.
7580
7581 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7582
7583 * emacs.texi (Acknowledgements): New node, split from Distribution.
7584
7585 * cmdargs.texi (Action Arguments): -f reads interactive args.
7586
8cf51b2c
GM
75872003-09-08 Lute Kamstra <lute@gnu.org>
7588
7589 * screen.texi (Mode Line): Say that POS comes before LINE.
7590 Mention `size-indication-mode'.
1c6c854e
CS
7591 * display.texi (Optional Mode Line):
7592 Document `size-indication-mode'.
8cf51b2c
GM
7593 * basic.texi (Position Info): Mention `size-indication-mode'.
7594
75952003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7596
7597 * xresources.texi (Resources): Refer to `editres' man page.
7598 (Lucid Resources): Update defaults. Expand description of
7599 `shadowThickness'.
7600
76012003-09-04 Miles Bader <miles@gnu.org>
7602
7603 * Makefile.in (top_srcdir): New variable.
7604 ($(top_srcdir)/info): New rule.
7605 (info): Depend on it.
7606
76072003-09-03 Peter Runestig <peter@runestig.com>
7608
7609 * makefile.w32-in: New file.
7610
76112003-08-29 Richard M. Stallman <rms@gnu.org>
7612
7613 * misc.texi (Saving Emacs Sessions): Correct previous change.
7614
8cf51b2c
GM
76152003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7616
8cf51b2c
GM
7617 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
7618 (Intro): Include kmacro.texi after fixit.texi instead of after
7619 custom.texi. (As suggested by Kim Storm.)
7620
76212003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7622
7623 * fixit.texi (Fixit): Update `Next' pointer.
7624 * files.texi (Files): Update `Previous' pointer.
7625 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
7626 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
7627 (Suggested by Kim Storm.)
7628 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
7629
76302003-08-18 Kim F. Storm <storm@cua.dk>
7631
7632 * kmacro.texi: New file describing enhanced keyboard macro
7633 functionality. Replaces old description in custom.texi.
7634
7635 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
7636 (Keyboard Macros): Move to new kmacro.texi file.
7637
7638 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
7639
8cf51b2c
GM
76402003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7641
7642 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
7643
76442003-08-17 Alex Schroeder <alex@gnu.org>
7645
7646 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
7647 required.
7648
8cf51b2c
GM
76492003-08-05 Richard M. Stallman <rms@gnu.org>
7650
7651 * programs.texi (Lisp Indent): Don't describe
7652 lisp-indent-function property here. Use xref to Lisp Manual.
7653
8cf51b2c
GM
76542003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7655
fffa137c 7656 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
7657 abbreviations.
7658
76592003-07-24 Markus Rost <rost@math.ohio-state.edu>
7660
7661 * buffers.texi (List Buffers): Fix previous change.
7662
8cf51b2c
GM
76632003-07-13 Markus Rost <rost@math.ohio-state.edu>
7664
7665 * buffers.texi (List Buffers): Adjust to new format of *Buffer
7666 List*.
7667
76682003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
7669
8cf51b2c
GM
7670 * display.texi (Font Lock): Fix typo.
7671
76722003-07-07 Richard M. Stallman <rms@gnu.org>
7673
7674 * display.texi (Font Lock): Add xref for format info on
7675 font-lock-remove-keywords.
7676
7677 * building.texi (Compilation): Document what happens with asynch
7678 children of compiler process.
7679
7680 * help.texi (Library Keywords): Use @multitable.
7681
8cf51b2c
GM
76822003-06-04 Richard M. Stallman <rms@gnu.org>
7683
7684 * programs.texi (Expressions): Delete C-M-DEL.
7685
7686 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
7687 comint-move-point-for-output renamed from
7688 comint-scroll-to-bottom-on-output.
7689
7690 * custom.texi (Init Rebinding): Replace previous change with xref.
7691 (Non-ASCII Rebinding): Explain that issue more briefly here.
7692
76932003-05-28 Richard M. Stallman <rms@gnu.org>
7694
7695 * indent.texi (Indentation): Condense, simplify, clarify prev change.
7696
76972003-05-28 Nick Roberts <nick@nick.uklinux.net>
7698
7699 * building.texi (GDB Graphical Interface): New node.
7700 (Rewritten somewhat by RMS.)
7701
c8763fb6 77022003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7703
7704 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
7705 non-English letters. Explain how to set coding systems correctly
7706 and how to include the right coding cookie in the file.
7707
c8763fb6 77082003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
7709
7710 * indent.texi (Indentation): Explain the concepts.
7711 (Just Spaces): Explain why preventing tabs for indentation might
7712 be useful.
7713
8cf51b2c
GM
77142003-04-16 Richard M. Stallman <rms@gnu.org>
7715
7716 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
7717
8cf51b2c
GM
77182003-02-22 Alex Schroeder <alex@emacswiki.org>
7719
7720 * cmdargs.texi (General Variables): Document SMTPSERVER.
7721
8cf51b2c
GM
7722 * sending.texi: Remove SMTP node.
7723 (Mail Sending): Describe `send-mail-function'. Link to SMTP
7724 library.
7725
8cf51b2c
GM
77262003-02-22 Alex Schroeder <alex@emacswiki.org>
7727
7728 * sending.texi (Sending via SMTP): Explain MTA/MUA.
7729
77302003-02-22 Simon Josefsson <jas@extundo.com>
7731
7732 * sending.texi (Mail Methods): Add node about SMTP.
7733
c8763fb6 77342003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7735
7736 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
7737
8cf51b2c
GM
77382003-02-01 Kevin Ryde <user42@zip.com.au>
7739
7740 * glossary.texi (Glossary): Correction to cl cross reference.
7741
77422003-01-20 Richard M. Stallman <rms@gnu.org>
7743
7744 * killing.texi (Rectangles): Document C-x c r.
7745
c8763fb6 77462003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7747
7748 * xresources.texi (GTK resources): New node.
7749 (GTK widget names): New node.
7750 (GTK names in Emacs): New node.
7751 (GTK styles): New node.
7752
c8763fb6 77532003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
7754
7755 * maintaining.texi (Create Tags Table): Add reference to the new
7756 `etags --help --lang=LANG' option.
7757
8cf51b2c
GM
77582002-10-02 Karl Berry <karl@gnu.org>
7759
49823426 7760 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 7761 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 7762 where needed for the sake of the HTML output.
8cf51b2c
GM
7763
77642001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
7765
7766 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
7767 source files.
7768
77692001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7770
7771 * Makefile.in (emacsman): New target.
7772
8cf51b2c
GM
77732001-10-20 Gerd Moellmann <gerd@gnu.org>
7774
7775 * (Version 21.1 released.)
7776
77772001-10-05 Gerd Moellmann <gerd@gnu.org>
7778
7779 * Branch for 21.1.
7780
8cf51b2c
GM
77812001-03-05 Gerd Moellmann <gerd@gnu.org>
7782
7783 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7784
8cf51b2c
GM
77852000-05-31 Stefan Monnier <monnier@cs.yale.edu>
7786
7787 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
7788
8cf51b2c
GM
77891999-07-12 Richard Stallman <rms@gnu.org>
7790
7791 * Version 20.4 released.
7792
77931998-12-04 Markus Rost <rost@delysid.gnu.org>
7794
7795 * Makefile.in (INFO_TARGETS): Delete customize.info.
7796 (DVI_TARGETS): Delete customize.dvi.
7797 (../info/customize, customize.dvi): Targets deleted.
7798
77991998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7800
7801 * Version 20.3 released.
7802
78031998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7804
7805 * Makefile.in (EMACSSOURCES): Add mule.texi.
7806 Add msdog.texi, ack.texi. Remove gnu1.texi.
7807
78081998-04-06 Andreas Schwab <schwab@gnu.org>
7809
768c0c0f
JB
7810 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
7811 Use it in dvi targets.
8cf51b2c
GM
7812
78131997-09-23 Paul Eggert <eggert@twinsun.com>
7814
7815 * Makefile.in: Merge changes mistakenly made to `Makefile'.
7816 (INFO_TARGETS): Change ../info/custom to ../info/customize.
7817 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
7818
78191997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7820
7821 * Version 20.2 released.
7822
78231997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7824
7825 * Version 20.1 released.
7826
78271997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7828
7829 * Makefile (../info/customize, customize.dvi): New targets.
7830 (INFO_TARGETS): Add ../info/customize.
7831 (DVI_TARGETS): Add customize.dvi.
7832
8cf51b2c
GM
78331996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7834
7835 * Version 19.33 released.
7836
78371996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7838
7839 * Version 19.32 released.
7840
8cf51b2c
GM
78411996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7842
7843 * Makefile.in (All info targets): cd $(srcdir) to do the work.
7844
78451996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7846
7847 * Makefile.in (All info targets): Specify $(srcdir) in input files.
7848 Specify -I option.
7849 (All dvi targets): Set the TEXINPUTS variable.
7850
78511996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7852
7853 * Version 19.31 released.
7854
8cf51b2c
GM
78551995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7856
7857 * Version 19.30 released.
7858
8cf51b2c
GM
78591995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7860
7861 * Makefile.in (maintainer-clean): Rename from realclean.
7862
78631994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7864
7865 * Makefile.in: New file.
7866 * Makefile: File deleted.
7867
78681994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7869
7870 * Makefile (TEXINDEX_OBJS): Variable deleted.
7871 (texindex, texindex.o, getopt.o): Rules deleted.
7872 All deps on texindex deleted.
7873 (distclean): Don't delete texindex.
7874 (mostlyclean): Don't delete *.o.
7875 * texindex.c, getopt.c: Files deleted.
7876
78771994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7878
7879 * Version 19.26 released.
7880
78811994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
7882
7883 * Makefile (EMACSSOURCES): Exclude undo.texi.
7884
78851994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7886
7887 * Version 19.25 released.
7888
78891994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7890
7891 * Version 19.24 released.
7892
78931994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7894
7895 * Version 19.23 released.
7896
78971994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7898
7899 * Makefile: Delete spurious tab.
7900
79011994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7902
7903 * Makefile (.SUFFIXES): New rule.
7904
8cf51b2c
GM
79051993-12-04 Richard Stallman (rms@srarc2)
7906
7907 * getopt.c: New file.
7908 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
7909 (getopt.o): New rule.
7910 (dvi): Don't depend on texindex.
49823426 7911 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
7912
79131993-12-03 Richard Stallman (rms@srarc2)
7914
49823426
GM
7915 * Makefile (TEXI2DVI): New variable.
7916 (emacs.dvi): Add explicit command.
8cf51b2c
GM
7917 (TEXINDEX_OBJS): Delete duplicate getopt.o.
7918
79191993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7920
7921 * Version 19.22 released.
7922
79231993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7924
7925 * Makefile (TEXINDEX_OBJS): Delete spurious period.
7926
79271993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7928
7929 * Version 19.21 released.
7930
8cf51b2c
GM
79311993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7932
7933 * Makefile (realclean): Don't delete the Info files.
7934
f0131492 79351993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 7936
8cf51b2c
GM
7937 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
7938 4' where appropriate.
7939
f0131492 79401993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 7941
49823426 7942 * Makefile: Fix targets for texindex.
8cf51b2c
GM
7943
7944 * texindex.c: Include "../src/config.h" if building in emacs.
7945
7946 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 7947 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
7948 Add target to build texindex.c, defining `emacs'.
7949
8cf51b2c
GM
79501993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7951
7952 * Version 19.19 released.
7953
8cf51b2c
GM
79541993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7955
7956 * Version 19.18 released.
7957
79581993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7959
7960 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
7961
79621993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7963
7964 * Version 19.17 released.
7965
79661993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7967
7968 * split-man: Fix typos in last change.
7969
79701993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7971
7972 * Version 19.16 released.
7973
79741993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7975
7976 * version 19.15 released.
7977
79781993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7979
7980 * Makefile (distclean): It's rm, not rf.
7981
79821993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7983
7984 * Version 19.14 released.
7985
79861993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7987
7988 * Makefile: New file.
7989
79901993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7991
7992 * Version 19.13 released.
7993
79941993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7995
7996 * Version 19.9 released.
7997
79981993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7999
8000 * Version 19.8 released.
8001
80021993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8003
8004 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8005
8006 * trouble.texi: It's `enable-flow-control-on', not
8007 `evade-flow-control-on'.
8008
80091993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8010
8011 * display.texi: Document standard-display-european.
8012
80131993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8014
8015 * Version 19.7 released.
8016
8017 * emacs.texi: Add a sentence to the top menu mentioning the
8018 specific version of Emacs this manual applies to.
8019
80201993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8021
8022 * basic.texi: Document next-line-add-lines variable used to
8023 implement down-arrow.
8024
8025 * killing.texi: Document kill-whole-line.
8026
80271993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8028
8029 * text.texi: Update unix TeX ordering information.
8030
80311993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8032
8033 * news.texi: Mention fill-rectangle in keybinding list.
8034
8035 * killing.texi: Document fill-rectangle.
8036
80371993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8038
8039 * vc.texi: Bring the docs up to date with VC 5.2.
8040
80411992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8042
8043 * emacs.tex: Mention blackbox and gomoku under Amusements.
8044 Assembler mode is now mentioned and appropriately indexed
8045 under Programming Modes.
8046
80471991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8048
8049 * emacs.tex: Update TeX ordering information.
8050
8cf51b2c
GM
80511990-06-26 David Lawrence (tale@geech)
8052
8053 * emacs.tex: Note that completion-ignored-extensions is not used
8054 to filter out names when all completions are displayed in
8055 *Completions*.
8056
80571990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8058
8059 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8060
80611990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8062
8063 * emacs.tex: Add @findex grep.
8064
8cf51b2c
GM
80651988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8066
8067 * emacs.tex: Correct two typos. No other changes before
8068 Version 19 will be made.
8069
8cf51b2c
GM
80701988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8071
8072 * emacs.tex: Update information for obtaining TeX distribution from the
8073 University of Washington.
8074
8075;; Local Variables:
c8763fb6 8076;; coding: utf-8
8cf51b2c
GM
8077;; End:
8078
95df8112 8079 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8080
8081 This file is part of GNU Emacs.
8082
352c8b4a 8083 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8084 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8085 the Free Software Foundation, either version 3 of the License, or
8086 (at your option) any later version.
8cf51b2c
GM
8087
8088 GNU Emacs is distributed in the hope that it will be useful,
8089 but WITHOUT ANY WARRANTY; without even the implied warranty of
8090 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8091 GNU General Public License for more details.
8092
8093 You should have received a copy of the GNU General Public License
352c8b4a 8094 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.